File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 404
404
#if defined(FUNCTION_SECTIONS)
405
405
TEXT_SECTION(caml_hot.code_begin)
406
406
.globl G(caml_hot.code_begin)
407
+ .globl G(caml_hot__code_begin)
407
408
G(caml_hot.code_begin):
409
+ G(caml_hot__code_begin):
408
410
409
411
TEXT_SECTION(caml_hot.code_end)
410
412
.globl G(caml_hot.code_end)
413
+ .globl G(caml_hot__code_end)
411
414
G(caml_hot.code_end):
415
+ G(caml_hot__code_end):
412
416
#endif
413
417
414
418
/******************************************************************************/
Original file line number Diff line number Diff line change 137
137
#if defined(FUNCTION_SECTIONS)
138
138
TEXT_SECTION(caml_hot.code_begin)
139
139
.globl G(caml_hot.code_begin)
140
+ .globl G(caml_hot__code_begin)
140
141
G(caml_hot.code_begin):
142
+ G(caml_hot__code_begin):
141
143
142
144
TEXT_SECTION(caml_hot.code_end)
143
145
.globl G(caml_hot.code_end)
146
+ .globl G(caml_hot__code_end)
144
147
G(caml_hot.code_end):
148
+ G(caml_hot__code_end):
145
149
#endif
146
150
147
151
#if defined(SYS_macosx)
You can’t perform that action at this time.
0 commit comments