Skip to content

Commit

Permalink
Adopt trunk's text section naming style
Browse files Browse the repository at this point in the history
  • Loading branch information
kayceesrk committed Dec 12, 2021
1 parent c34f90a commit 783c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/amd64.S
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#define GREL(r) r@GOTPCREL
#define GCALL(r) r@PLT
#if defined(FUNCTION_SECTIONS)
#define TEXT_SECTION(name) .section .text.##name,"ax",%progbits
#define TEXT_SECTION(name) .section .text.caml.##name,"ax",%progbits
#else
#define TEXT_SECTION(name)
#endif
Expand Down

0 comments on commit 783c0fc

Please sign in to comment.