* coffcode.h (combined_entry_type): Changed fix_tag and fix_end
authorIan Lance Taylor <ian@airs.com>
Sat, 5 Feb 1994 05:11:46 +0000 (05:11 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 5 Feb 1994 05:11:46 +0000 (05:11 +0000)
commitc8d672fe7a5f7638c919c82a32e9cf4aa0d32d61
treea8d5ba33a18c9e427d59f604949167e45b87caa8
parent1c214e4ceb43564fbda23a853144a233a3950472
* coffcode.h (combined_entry_type): Changed fix_tag and fix_end
fields to bitfields.  Added fields fix_value and fix_scnlen.
(sec_to_styp_flags): If STYP_DEBUG is defined, use it rather than
STYP_INFO for the type of a section named .debug.
(coff_add_missing_symbols): Don't define if RS6000COFF_C.
(coff_write_object_contents): If RS6000COFF_C, don't call
coff_add_missing_symbols.
(coff_slurp_symbol_table): If RS6000COFF_C, then if the last aux
entry has type STY_LD change the x_scnlen into a pointer to a
symbol and set fix_scnlen.  Also, for a C_BSTAT symbol, change the
value into a pointer to a symbol and set fix_value.
* libcoff.h: Rebuilt.
* coffgen.c (coff_mangle_symbols): Reindent.  If fix_value is set,
get the symbol offset. Likewise for fix_scnlen.
(string_size): Change type to bfd_size_type.
(debug_string_size, debug_string_section): New static variables.
(coff_fix_symbol_name): If bfd_coff_symname_in_debug returns true,
write the symbol name into the .debug section; assume that the
section has already been created with the right size.
(coff_write_symbols): Initialize debug_string_size to 0.  If
bfd_coff_symname_in_debug returns true, don't put symbol name in
usual string table.  After writing out all symbols, if
debug_string_size is not 0, check that it matches the size of the
.debug section.
(coff_get_normalized_symtab): Clear new fix_value and fix_scnlen
fields.  If the string offset is 0, always use an empty string as
the name.
(coff_make_empty_symbol): Zero out the symbol structure.
bfd/libcoff.h
This page took 0.026226 seconds and 4 git commands to generate.