summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2001-03-01 00:39:56 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2001-03-01 00:39:56 +0000
commit04d1fbc1837a8c69ac6ee58b335123229ead5d03 (patch)
treeb2003d2d5fe7d6bb2ba6bcfdea74bfbc64c0d21e
parent41be29f2f91964daac9a4e2a05f4d23f84625327 (diff)
downloadgdb-04d1fbc1837a8c69ac6ee58b335123229ead5d03.tar.gz
Fix the year on the following lines:
! 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> ! 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> ! 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> ! 2001-01-27 Christopher Faylor <cgf@cygnus.com>
-rw-r--r--gdb/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 608ec83906b..ebe87246b30 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -334,7 +334,7 @@ Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
* minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
symbols whose SYMBOL_BFD_SECTION is NULL.
-2000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
+2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
* xcoffsolib.c (xcoff_solib_address): Renamed from
@@ -348,12 +348,12 @@ Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
* stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
needed.
-2000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
+2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
with xmalloc calls and cleanups.
-2000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
+2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* rs6000-nat.c (child_xfer_memory): Add missing parameter
'struct mem_attrib *' required by 2001-01-23 change.
@@ -749,7 +749,7 @@ Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
* symtab.c (block_lookup_symbol): Use 'namespace' parameter in
symbol comparisons in binary search.
-2000-01-27 Christopher Faylor <cgf@cygnus.com>
+2001-01-27 Christopher Faylor <cgf@cygnus.com>
* win32-nat.c (child_xfer_memory): Add missing argument required by
2001-01-23 change.