This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Register variables in stabs


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]