From d09699ddcf385dd0ea0e3eea3e89260bbc096808 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 15 Jan 1996 15:30:44 -0500 Subject: [PATCH] Allocate address areas for the "stab" and "stabstr" sections. From-SVN: r10995 --- gcc/config/i386/svr3z.ifile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/config/i386/svr3z.ifile b/gcc/config/i386/svr3z.ifile index 4fdbb937c57..4946051235e 100644 --- a/gcc/config/i386/svr3z.ifile +++ b/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__ = . ; -- 2.30.2