* lynx-nat.c (child_wait): Correct handling of byte reversed SPARC
authorIan Lance Taylor <ian@airs.com>
Tue, 11 Oct 1994 21:08:57 +0000 (21:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 11 Oct 1994 21:08:57 +0000 (21:08 +0000)
commit60e86a677efb1cab3983ef936b8530907b6f06a0
treee0f33843ef3b9877579e48bf38ec38e7ba0e04dd
parentb255ccdb40a5f088f7a55d945e1ebec06d5430c1
* lynx-nat.c (child_wait): Correct handling of byte reversed SPARC
        Lynx wait status.
(fetch_core_registers): Don't try to fetch a register if
regmap maps it to -1.
* sparc-tdep.c (sparc_frame_find_saved_regs): Use FRAME_SAVED_I0
and FRAME_SAVED_L0 when setting saved_regs_addr.  SPARC Lynx
stores the registers in a weird order.
These patches make SPARC Lynx gdb usable, though it still has problems.
gdb/ChangeLog
gdb/lynx-nat.c