From d7d7dd1b5aec3470035480bc1c3f46da21170f4f Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 10 Sep 1998 02:58:19 +0000 Subject: [PATCH] More avoidance of writing documentation in the internals manual. * dbxread.c (IGNORE_SYMBOL): Remove definition, is never used. * os9kread.c: Remove comment mentioning IGNORE_SYMBOL. --- gdb/ChangeLog | 5 +++++ gdb/os9kread.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 532ccceb009..93dbffb9de2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 9 19:37:36 1998 Stan Shebs + + * dbxread.c (IGNORE_SYMBOL): Remove definition, is never used. + * os9kread.c: Remove comment mentioning IGNORE_SYMBOL. + Wed Sep 9 11:39:05 1998 Ron Unrau * blockframe.c(find_pc_sect_partial_function): look for min syms in diff --git a/gdb/os9kread.c b/gdb/os9kread.c index 17eaf0b97f2..ef96f869d5a 100644 --- a/gdb/os9kread.c +++ b/gdb/os9kread.c @@ -1432,9 +1432,9 @@ os9k_process_one_symbol (type, desc, valu, name, section_offsets, objfile) seeing a source file name. */ if (last_source_file == NULL && type != (unsigned char)N_SO) { - /* Ignore any symbols which appear before an N_SO symbol. Currently - no one puts symbols there, but we should deal gracefully with the - case. A complain()t might be in order (if !IGNORE_SYMBOL (type)), + /* Ignore any symbols which appear before an N_SO symbol. + Currently no one puts symbols there, but we should deal + gracefully with the case. A complain()t might be in order, but this should not be an error (). */ return; } -- 2.30.2