From: Richard Kenner Date: Mon, 15 Jan 1996 20:15:52 +0000 (-0500) Subject: Allocate address areas for the "stab" and "stabstr" sections. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7609251b66e3ba4f74a16e6a23caf9b0b6a4c966;p=gcc.git Allocate address areas for the "stab" and "stabstr" sections. From-SVN: r10994 --- diff --git a/gcc/config/i386/svr3.ifile b/gcc/config/i386/svr3.ifile index f0bb3a0f8dc..32b3ddc2bf3 100644 --- a/gcc/config/i386/svr3.ifile +++ b/gcc/config/i386/svr3.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__ = . ;