* config/mips/tm-mips.h (ADDR_BITS_REMOVE, TARGET_READ_SP): Define.
authorMark Alexander <marka@cygnus>
Wed, 27 Nov 1996 03:40:02 +0000 (03:40 +0000)
committerMark Alexander <marka@cygnus>
Wed, 27 Nov 1996 03:40:02 +0000 (03:40 +0000)
commit96431497ff2c780978d95f5fda7148ba732dcae0
tree72d22c205c5eada89965f8efe4664e21ad428550
parent92284aaa3550838227a9446195c04d4bfaa1a86c
* config/mips/tm-mips.h (ADDR_BITS_REMOVE, TARGET_READ_SP): Define.
(mips_addr_bits_remove): Declare.
* mips-tdep.c (mips_push_dummy_frame): Fix heuristic-fence-post
errors when hitting breakpoints during inferior function calls
in 64-bit programs.
(fix_sign_extension): Make public, rename to mips_addr_bits_remove.
* utils.c (paddr_nz, preg_nz): New functions, similar to
paddr and preg but don't print leading zeroes.
* defs.h (paddr_nz, preg_nz): Declare.
* remote-mips.c: Use paddr_nz instead of paddr throughout
to reduce packet size.
(pmon_end_download): Improve timeout error handling.
gdb/ChangeLog
gdb/mips-tdep.c
gdb/remote-mips.c