From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: Andrew Cagney , "Maciej W. Rozycki" , Richard Henderson , David B Anderson , gdb@sourceware.cygnus.com, binutils@sourceware.cygnus.com Subject: Re: Why does mips define elf_backend_sign_extend_vma to true? Date: Wed, 08 Aug 2001 11:08:00 -0000 Message-id: <20010808110801.A30657@lucon.org> References: <20010807232102.A19636@lucon.org> <20010808072922.C26704@lucon.org> <3B7151C1.4030203@cygnus.com> <20010808080306.C26983@lucon.org> <3B71582D.4050003@cygnus.com> <20010808090249.A28467@lucon.org> <20010808095401.B23955@nevyn.them.org> <20010808100228.A29503@lucon.org> <20010808110159.A26252@nevyn.them.org> X-SW-Source: 2001-08/msg00077.html On Wed, Aug 08, 2001 at 11:01:59AM -0700, Daniel Jacobowitz wrote: > On Wed, Aug 08, 2001 at 10:02:28AM -0700, H . J . Lu wrote: > > The gdb I checked out from the 5.1 branch yesterday doesn't do it. BTW, > > what > > > > (gdb) print printk > > Not sign extended. > > > # gdb yourgdb > > ..... > > (top-gdb) print sizeof (CORE_ADDR) > > 8 (64-bit). > Something must be wrong somewhere. I checked out gdb 5.1 from CVS yesterday and did /home/hjl/work/gnu/src/gdb-5.1/gdb/configure \ --target=mipsel-linux \ --prefix=/export/tools \ --with-local-prefix=/export/tools It doesn't work for me. H.J.