diff options
author | Ron Unrau <runrau@cygnus> | 1998-07-31 22:08:08 +0000 |
---|---|---|
committer | Ron Unrau <runrau@cygnus> | 1998-07-31 22:08:08 +0000 |
commit | e417b893a738561c3c6ddb4213ebb01fa281b110 (patch) | |
tree | 3d2a47f6e81bd35c1295e70afdb09039c735e704 /gdb/ChangeLog | |
parent | b8140a08bfadfd8cf95b83d19dd03c599f7f99f5 (diff) | |
download | gdb-e417b893a738561c3c6ddb4213ebb01fa281b110.zip gdb-e417b893a738561c3c6ddb4213ebb01fa281b110.tar.gz gdb-e417b893a738561c3c6ddb4213ebb01fa281b110.tar.bz2 |
* config/tm-txvu.h: use NUM_CORE_REGS instead of NUM_R5900_REGS
* mips-tdep.c: use NUM_CORE_REGS
* txvu-tdep.c: use NUM_CORE_REGS, add function prototypes
(txvu_insert_breakpoints): use VIF interrupt bit
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d9e5eeb..37ab454 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,22 @@ +start-sanitize-sky +Fri Jul 31 16:06:05 1998 Ron Unrau <runrau@cygnus.com> + + * config/tm-txvu.h: use NUM_CORE_REGS instead of NUM_R5900_REGS + * mips-tdep.c: use NUM_CORE_REGS + * txvu-tdep.c: use NUM_CORE_REGS, add function prototypes + (txvu_insert_breakpoints): use VIF interrupt bit + +end-sanitize-sky +Thu Jul 30 13:53:50 1998 Mark Alexander <marka@cygnus.com> + + * mips-tdep.c (mask_address_p): New variable. + (mips_addr_bits_remove): Test mask_address_p to decide whether + to mask off the upper 32 bits of addresses. + (_initialize_mips_tdep): Add command to set mask_address_p. + (mips_call_dummy_address): New function. + * config/mips/tm-mips.h (CALL_DUMMY_ADDRESS): Redefine to + call mips_call_dummy_address. + 1998-07-29 Fernando Nasser <fnasser@totem.to.cygnus.com> * symfile.c (add_symbol_file_command): Test for the from_tty |