From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: Mark Kettenis Cc: gdb@sources.redhat.com Subject: Re: Register variables in stabs Date: Mon, 20 Aug 2001 16:23:00 -0000 Message-id: <20010820162317.A21002@lucon.org> References: <200108202317.f7KNHEK00977@delius.kettenis.local> X-SW-Source: 2001-08/msg00159.html On Tue, Aug 21, 2001 at 01:17:14AM +0200, Mark Kettenis wrote: > The run-time dynamic linker (/lib/ld-linux.so.2) on my systems > contains the following seemingly bogus stab (output from objdump > --stabs): > > Symnum n_type n_othr n_desc n_value n_strx String > > 2074 RSYM 0 1496 ffffffff 27890 buf:r(0,40)=*(0,41)=ar(0,1);0;-1;(0,2) > If I am right, it is the same gcc bug: http://gcc.gnu.org/ml/gcc-patches/2001-07/msg01416.html H.J.