diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-09-18 20:47:39 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-09-18 20:47:39 +0000 |
commit | 5afc051b4b574b1aa31f42cc51ea608432841a64 (patch) | |
tree | 6ef8749d3373f86de6efa2d404f9088ba9bb6f5a /gdb/ChangeLog | |
parent | e70d6e3ff58b9c8a2d72aaa64d7c4e09f8a3a445 (diff) | |
download | gdb-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/ChangeLog | 7 |
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. |