diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-12-21 06:36:02 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-12-21 06:36:02 +0000 |
commit | 3758ac483ded1c0d72f079e32ad1de4fcabecdb5 (patch) | |
tree | 97fe1b9ada8784f2e298dc30aaf47affaab88281 /gdb/ChangeLog | |
parent | 19ed69dd065df2353a60f4c76c78244f9589e627 (diff) | |
download | gdb-3758ac483ded1c0d72f079e32ad1de4fcabecdb5.zip gdb-3758ac483ded1c0d72f079e32ad1de4fcabecdb5.tar.gz gdb-3758ac483ded1c0d72f079e32ad1de4fcabecdb5.tar.bz2 |
Fix bug introduced when multiarching NUM_REGS.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index caf57c3..f0ce860 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2002-12-20 Kevin Buettner <kevinb@redhat.com> + * mips-tdep.c (heuristic_proc_desc): Clear memory associated with + ``temp_saved_regs'', not the pointer or other storage contiguous + to this pointer. + +2002-12-20 Kevin Buettner <kevinb@redhat.com> + * Makefile.in (mips-linux-tdep.o): Add $(osabi_h) and $(gdb_string_h). * config/mips/tm-linux.h (mips_linux_svr4_fetch_link_map_offsets) (mips_linux_get_longjmp_target): Delete declarations. |