From 1fea80397795e9301ac0f2b9ac1080f136aeda93 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 20 Sep 1991 20:37:17 +0000 Subject: [PATCH] * 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/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.7.4