[rfa/ppc] Make registers unsigned

Andrew Cagney cagney@gnu.org
Mon Mar 8 22:02:00 GMT 2004


Hello,

As far as I can tell PPC registers are unsigned.  At present they are 
signed and this leads to weird problems such as:

(gdb) x/i $sp
0xffff0000: ... error accessing memory at 0xffff0000
(gdb) x/i 0xffff0000
0xffff0000: sc
(gdb)

the attached changes this.

ok, 6.1?

Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20040308/0446c660/attachment.ksh>


More information about the Gdb-patches mailing list