Extend pdp11-aout symbol table format and code for .stab symbols.
authorStephen Casner <casner@acm.org>
Fri, 5 Jun 2020 01:12:32 +0000 (18:12 -0700)
committerStephen Casner <casner@acm.org>
Fri, 5 Jun 2020 01:12:32 +0000 (18:12 -0700)
commita975c88e6549c508ec86658e6816d7b8f16af13c
treea51af3ae7a7c53dde712f009cc8da7c967ca59bc
parent470e738f6d505ef612c480650a9a7be06c376c46
Extend pdp11-aout symbol table format and code for .stab symbols.

* bfd/pdp11.c (pdp11_external_nlist): Repurposed e_unused to e_desc.
(N_STAB, is_stab): Needed new function is_stab to disambiguate
normal vs. .stab symbol table type values, replacing N_STAB mask.
(translate_from_native_sym_flags): Determine correct section for
different .stab types.
(translate_to_native_sym_flags): Leave .stab types intact.
(translate_symbol_table): Error if symbol indicates overlay;
store desc field from .stab symbols.
(write_syms): Output desc field with symbol.
(aout_link_check_ar_symbols): Skip .stab symbols.
(aout_link_add_symbols): Correctly distinguish .stab symbols.
(aout_link_write_other_symbol): Write 0 for desk and ovly fields.
(aout_link_write_symbols): Write 0 for desk and ovly fields;
correctly distinguish .stab symbols and select calculate their
section and value; and copy desc and ovly fields from input symbol
to output symbol.
bfd/ChangeLog
bfd/pdp11.c
This page took 0.023589 seconds and 4 git commands to generate.