aboutsummaryrefslogtreecommitdiff
path: root/gdb/os9kread.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1998-09-10 02:58:19 +0000
committerStan Shebs <shebs@codesourcery.com>1998-09-10 02:58:19 +0000
commitd7d7dd1b5aec3470035480bc1c3f46da21170f4f (patch)
treef9cfda91bf13167c346706949d8c73de77152393 /gdb/os9kread.c
parent7be9a046da928c03c4bfe5fdc9b19b3d09b4c7f5 (diff)
downloadgdb-d7d7dd1b5aec3470035480bc1c3f46da21170f4f.zip
gdb-d7d7dd1b5aec3470035480bc1c3f46da21170f4f.tar.gz
gdb-d7d7dd1b5aec3470035480bc1c3f46da21170f4f.tar.bz2
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.
Diffstat (limited to 'gdb/os9kread.c')
-rw-r--r--gdb/os9kread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/os9kread.c b/gdb/os9kread.c
index 17eaf0b..ef96f86 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;
}