Browse Source

* 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.
gdb-4_18-branch
John Gilmore 35 years ago
parent
commit
1fea803977
  1. 6
      gdb/ChangeLog

6
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

Loading…
Cancel
Save