Allocate address areas for the "stab" and "stabstr" sections.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 Jan 1996 20:30:44 +0000 (15:30 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 Jan 1996 20:30:44 +0000 (15:30 -0500)
From-SVN: r10995

gcc/config/i386/svr3z.ifile

index 4fdbb937c57bea13d474216c63aed83c8da5cb61..4946051235e456d95b3e029e1fa8066411abb51a 100644 (file)
@@ -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__ = . ;