aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-05-29 10:45:10 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-05-29 10:45:10 +0000
commit09d011c5cabc3ebcfa31706bd40ea7568e4a001e (patch)
tree6fb15f8cb7c11775ac386eee51f43be30ccd337f /gdb/ChangeLog
parentad53e288d3fccbd419d5ba1979f2e5075f414462 (diff)
downloadgdb-09d011c5cabc3ebcfa31706bd40ea7568e4a001e.zip
gdb-09d011c5cabc3ebcfa31706bd40ea7568e4a001e.tar.gz
gdb-09d011c5cabc3ebcfa31706bd40ea7568e4a001e.tar.bz2
* symfile.c (compare_psymbols, compare_symbols): Declare using
PTR, as in the definition. * minsyms.c (compare_minimal_symbols): Likewise. * coffread.c (find_targ_sec): Likewise. * elfread.c (free_elfinfo, elf_locate_sections): Likewise. * mipsread.c (alphacoff_locate_sections): Likewise. * mdebugread.c (compare_blocks): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0dee085..4b1253b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -2,6 +2,11 @@
* symfile.c (compare_psymbols, compare_symbols): Declare using
PTR, as in the definition.
+ * minsyms.c (compare_minimal_symbols): Likewise.
+ * coffread.c (find_targ_sec): Likewise.
+ * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
+ * mipsread.c (alphacoff_locate_sections): Likewise.
+ * mdebugread.c (compare_blocks): Likewise.
2001-05-25 Nick Duffek <nsd@redhat.com>