* mips-tdep.c (mips_print_register): Print integers using
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 25 Feb 1994 04:23:19 +0000 (04:23 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 25 Feb 1994 04:23:19 +0000 (04:23 +0000)
commit3fed1c4a60539e2abd3818985b4aa2899b5da355
tree7fc6183356694204729cadc8afa269e1cd0a4801
parent9d3898b2519608c32f953ddcd1aa60b145080530
* mips-tdep.c (mips_print_register): Print integers using
print_scalar_formatted rather than duplicating all the
CC_HAS_LONG_LONG and so on.
(mips_push_dummy_frame): Use read_register_gen rather than using
read_register and then putting it back in target format with
store_unsigned_integer.  If registers are more than 4 bytes, give
an error rather than have some registers overwrite other
registers.
#if 0 unused include of opcode/mips.h.
gdb/ChangeLog
gdb/mips-tdep.c
This page took 0.023377 seconds and 4 git commands to generate.