diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-06-13 19:16:25 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-06-13 19:16:25 +0000 |
commit | 6c0d6680d80cfdc8af8a09f387430375324a16f5 (patch) | |
tree | f32bc26cc55f999e483688b0fcd2af8e3b2e166b /gdb/ChangeLog | |
parent | 977f791144e72dc74ff3dab806c0d6c452685873 (diff) | |
download | gdb-6c0d6680d80cfdc8af8a09f387430375324a16f5.zip gdb-6c0d6680d80cfdc8af8a09f387430375324a16f5.tar.gz gdb-6c0d6680d80cfdc8af8a09f387430375324a16f5.tar.bz2 |
2002-06-13 Daniel Jacobowitz <drow@mvista.com>
* mips-tdep.c (PROC_SYMBOL): Add warning comment.
(struct mips_objfile_private, compare_pdr_entries): New.
(non_heuristic_proc_desc): Read the ".pdr" section if it
is present.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5a301d0..c71ec3f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-06-13 Daniel Jacobowitz <drow@mvista.com> + + * mips-tdep.c (PROC_SYMBOL): Add warning comment. + (struct mips_objfile_private, compare_pdr_entries): New. + (non_heuristic_proc_desc): Read the ".pdr" section if it + is present. + 2002-06-12 Andrew Cagney <ac131313@redhat.com> * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop. |