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.
This commit is contained in:
Stan Shebs 1998-09-10 02:58:19 +00:00
parent 7be9a046da
commit d7d7dd1b5a
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Wed Sep 9 19:37:36 1998 Stan Shebs <shebs@andros.cygnus.com>
* 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 <runrau@cygnus.com>
* blockframe.c(find_pc_sect_partial_function): look for min syms in

View File

@ -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;
}