* aoutx.h (translate_from_native_sym_flags): Don't try to stuff
authorIan Lance Taylor <ian@airs.com>
Tue, 26 Sep 1995 16:56:28 +0000 (16:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 26 Sep 1995 16:56:28 +0000 (16:56 +0000)
commitfcf490c05f5bfe2a302c3309f51a863606a2a972
treecc0f37fc2b13f2bebac8fec6850fa8236b2157a4
parent7a7fbffb25e87d2399478a82f6f41343ea78450a
* aoutx.h (translate_from_native_sym_flags): Don't try to stuff
pointers into value field for warning and indirect symbols; just
leave the value field alone.
* linker.c (generic_link_add_symbol_list): Use next symbol for
warning and indirect symbols, rather than looking in symbol value.
* ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
parameter.  Change all callers.  Remove support for indirect
symbols; it didn't work anyhow.
(_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
* syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
* bfd-in2.h: Rebuild.
bfd/ChangeLog
bfd/aoutx.h
bfd/bfd-in2.h
bfd/ecoff.c