diff options
author | John Gilmore <gnu@cygnus> | 1991-09-20 20:37:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-20 20:37:17 +0000 |
commit | 1fea80397795e9301ac0f2b9ac1080f136aeda93 (patch) | |
tree | c5663b24103e0243fd9272cafc280746ee4ffa28 | |
parent | a4c53fb006caeed1b8b6c0b2b2be7bc01f0d9d02 (diff) | |
download | gdb-1fea80397795e9301ac0f2b9ac1080f136aeda93.zip gdb-1fea80397795e9301ac0f2b9ac1080f136aeda93.tar.gz gdb-1fea80397795e9301ac0f2b9ac1080f136aeda93.tar.bz2 |
* dbxread.c (read_dbx_symtab, process_one_symbol): N_FN and
N_WARNING are the same except for the N_EXT bit, so just use their
values alone, rather than OR-ing them with N_EXT.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4c3d89a..8bcb687 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 20 13:29:42 1991 John Gilmore (gnu at cygnus.com) + + * dbxread.c (read_dbx_symtab, process_one_symbol): N_FN and + N_WARNING are the same except for the N_EXT bit, so just use their + values alone, rather than OR-ing them with N_EXT. + Fri Sep 20 12:27:55 1991 Stu Grossman (grossman at cygnus.com) * mipsread.c (parse_lines): Deal with negative extended line |