diff options
author | Ron Unrau <runrau@cygnus> | 1998-09-09 17:41:59 +0000 |
---|---|---|
committer | Ron Unrau <runrau@cygnus> | 1998-09-09 17:41:59 +0000 |
commit | 253ceee6d0db442542eb06d811108f55560e0a8c (patch) | |
tree | 11407898a3ed380fe8b999fb25336df71f7d7874 /gdb/ChangeLog | |
parent | 323f833dafe4daacb4601b7044c4222211e7a562 (diff) | |
download | gdb-253ceee6d0db442542eb06d811108f55560e0a8c.zip gdb-253ceee6d0db442542eb06d811108f55560e0a8c.tar.gz gdb-253ceee6d0db442542eb06d811108f55560e0a8c.tar.bz2 |
Merges from SKY branch:
* blockframe.c(find_pc_sect_partial_function): look for min syms in
the same section when trying to guess the end of a function.
* symfile.c(list_overlays_command): use print_address_numeric
* remote-sim.c: export simulator_command
* tm-r5900.h: add COP0 registers
* txvu-tdep.c: printvector and printvector-order commands
* tm-txvu.h: add COP0 registers
* mips-tdep.c: use NUM_CORE_REGS
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ccf0cf5..532ccce 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +Wed Sep 9 11:39:05 1998 Ron Unrau <runrau@cygnus.com> + + * blockframe.c(find_pc_sect_partial_function): look for min syms in + the same section when trying to guess the end of a function. + * symfile.c(list_overlays_command): use print_address_numeric + * remote-sim.c: export simulator_command +start-sanitize-r5900 + * tm-r5900.h: add COP0 registers +end-sanitize-r5900 +start-sanitize-sky + * txvu-tdep.c: printvector and printvector-order commands + * tm-txvu.h: add COP0 registers + * mips-tdep.c: use NUM_CORE_REGS +end-sanitize-sky + 1998-09-08 Jason Molenda (jsm@bugshack.cygnus.com) * breakpoint.c (bpstat_stop_status): Declare a bp match if the |