diff options
Diffstat (limited to 'gnu/usr.bin/gcc/config/i386/svr3z.ifile')
-rw-r--r-- | gnu/usr.bin/gcc/config/i386/svr3z.ifile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/i386/svr3z.ifile b/gnu/usr.bin/gcc/config/i386/svr3z.ifile index 4fdbb937c57..4946051235e 100644 --- a/gnu/usr.bin/gcc/config/i386/svr3z.ifile +++ b/gnu/usr.bin/gcc/config/i386/svr3z.ifile @@ -28,7 +28,10 @@ SECTIONS vfork = fork; /* I got tired of editing peoples sloppy code */ *(.fini) } - GROUP BIND( NEXT(0x400000) + (ADDR(.text) + (SIZEOF(.text)) % 0x1000)): + .stab BIND(ADDR(.text) + SIZEOF(.text)): { } + .stabstr BIND(ADDR(.stab) + SIZEOF(.stab)): { } + GROUP BIND( NEXT(0x400000) + + (ADDR(.stabstr) + (SIZEOF(.stabstr)) % 0x1000)): { .data : { __CTOR_LIST__ = . ; |