diff options
Diffstat (limited to 'ld/scripttempl/i386beos.sc')
-rw-r--r-- | ld/scripttempl/i386beos.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/i386beos.sc b/ld/scripttempl/i386beos.sc index 21a01e56cdc..f507accffa6 100644 --- a/ld/scripttempl/i386beos.sc +++ b/ld/scripttempl/i386beos.sc @@ -38,7 +38,7 @@ ${RELOCATING-OUTPUT_FORMAT(${RELOCATEABLE_OUTPUT_FORMAT})} ${LIB_SEARCH_DIRS} -ENTRY(__start) +${RELOCATING+ENTRY (__start)} ${RELOCATING+header = .;} ${RELOCATING+__fltused = .; /* set up floating pt for MS .obj\'s */} ${RELOCATING+__ldused = .;} |