aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-09-18 20:47:39 +0000
committerJim Blandy <jimb@codesourcery.com>2002-09-18 20:47:39 +0000
commit5afc051b4b574b1aa31f42cc51ea608432841a64 (patch)
tree6ef8749d3373f86de6efa2d404f9088ba9bb6f5a /gdb/ChangeLog
parente70d6e3ff58b9c8a2d72aaa64d7c4e09f8a3a445 (diff)
downloadgdb-5afc051b4b574b1aa31f42cc51ea608432841a64.zip
gdb-5afc051b4b574b1aa31f42cc51ea608432841a64.tar.gz
gdb-5afc051b4b574b1aa31f42cc51ea608432841a64.tar.bz2
* dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
texthigh and textlow to reader-specific structs caused objfile_relocate to miss them. This is fixable, but the work that the change was supposed to prepare GDB for never got done anyway.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 118e13d..3b53382 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-18 Jim Blandy <jimb@redhat.com>
+
+ * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
+ texthigh and textlow to reader-specific structs caused
+ objfile_relocate to miss them. This is fixable, but the work that
+ the change was supposed to prepare GDB for never got done anyway.
+
2002-09-18 David Carlton <carlton@math.stanford.edu>
* MAINTAINERS: Alphabetize Write After Approval list.