diff options
Diffstat (limited to 'ld/scripttempl/i386go32.sc')
-rw-r--r-- | ld/scripttempl/i386go32.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/i386go32.sc b/ld/scripttempl/i386go32.sc index 54908fe..e5bcf2a 100644 --- a/ld/scripttempl/i386go32.sc +++ b/ld/scripttempl/i386go32.sc @@ -17,7 +17,7 @@ DTOR='.dtor : { cat <<EOF OUTPUT_FORMAT("${OUTPUT_FORMAT}${EXE}") -ENTRY(${ENTRY}) +${RELOCATING+ENTRY (${ENTRY})} SECTIONS { |