diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-13 01:48:15 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-13 01:48:15 +0000 |
commit | 3c498933ab2914a93ee8383cb75d9b6c9706c0ff (patch) | |
tree | dcc5a0ec00167725b2463d0f947235696c843fd5 /Makefile.in | |
parent | 6b510a40ae5bc4d08ac38932cfefad2d3e5c2e07 (diff) | |
download | gdb-3c498933ab2914a93ee8383cb75d9b6c9706c0ff.zip gdb-3c498933ab2914a93ee8383cb75d9b6c9706c0ff.tar.gz gdb-3c498933ab2914a93ee8383cb75d9b6c9706c0ff.tar.bz2 |
Updated some copyrights, cleaned up some header-file comments, and:
* symbols.c (symbol_create): New function, most of the guts of the old
symbol_new function.
(symbol_new): Now just checks symbol_table_frozen, calls symbol_create, and
enters the symbol into the symbol table.
* subsegs.c (section_symbol): If EMIT_SECTION_SYMBOLS is not true, and the
symbol table is frozen, call symbol_create instead of symbol_new.
* symbols.h (symbol_create, symbol_table_frozen): Declare.
* symbols.c (symbol_clear_list_pointers): Always a function now.
* struc-symbol.h (symbol_clear_list_pointers): Deleted macro version.
* symbols.c (debug_verify_symchain): New macro, defined to be
verify_symbol_chain or a cast to void, depending on DEBUG_SYMS.
(many functions): Invoke debug_verify_symchain unconditionally.
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions