diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-05-18 03:13:09 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-05-18 03:13:09 +0000 |
commit | 298f0428b445a9316814ddd6e1bc9994db40d9e3 (patch) | |
tree | 415cc49ff3e27e943b8c57bf9b37c0c25afc82cf /gdb/ChangeLog | |
parent | 20b3c1aae5908ae77ed6b6b104997bb2009c417a (diff) | |
download | gdb-298f0428b445a9316814ddd6e1bc9994db40d9e3.zip gdb-298f0428b445a9316814ddd6e1bc9994db40d9e3.tar.gz gdb-298f0428b445a9316814ddd6e1bc9994db40d9e3.tar.bz2 |
Tue May 17 16:45:20 1994 Stan Shebs (shebs@andros.cygnus.com)
* xcoffread.c (read_xcoff_symtab): For C_FILE symbols, only use
the auxent if the symbol's name is ".file". From David Edelsohn
<c1dje@watson.ibm.com>.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4895a0f..56ccbbd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Tue May 17 16:45:20 1994 Stan Shebs (shebs@andros.cygnus.com) + + * xcoffread.c (read_xcoff_symtab): For C_FILE symbols, only use + the auxent if the symbol's name is ".file". From David Edelsohn + <c1dje@watson.ibm.com>. + Tue May 17 11:08:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * breakpoint.c (breakpoint_1): Fix typo. |