diff options
-rw-r--r-- | ld/scripttempl/i386lynx.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/i386lynx.sc b/ld/scripttempl/i386lynx.sc index b1bfdb7..9d344b2 100644 --- a/ld/scripttempl/i386lynx.sc +++ b/ld/scripttempl/i386lynx.sc @@ -34,11 +34,11 @@ SECTIONS *(COMMON) ${RELOCATING+ end = .}; } - .stab . (NOLOAD) : + .stab 0 ${RELOCATING+(NOLOAD)} : { [ .stab ] } - .stabstr . (NOLOAD) : + .stabstr 0 ${RELOCATING+(NOLOAD)} : { [ .stabstr ] } |