OSDN Git Service

* ecoff.c (_bfd_ecoff_write_armap): give the symtab element a
authordj <dj>
Tue, 11 May 1999 21:05:38 +0000 (21:05 +0000)
committerdj <dj>
Tue, 11 May 1999 21:05:38 +0000 (21:05 +0000)
commitba26066724929beee23e6e11ce6db0e87e95df8b
treee4cf1e360fc43d8f02cc699258d9d10829f61f9c
parent3b8a784b1b6a0fb474a460b0cfd1d97b2a45e2bb
* ecoff.c (_bfd_ecoff_write_armap): give the symtab element a
reasonable mode until "ar x" is smart enough to skip it (fixes
gcc/libgcc.a builds on mips-ecoff targets
* coffcode.h (styp_to_sec_flags): Explain how COMDATs are supposed
to work.  Hack to support MS import libraries, which use different
COMDAT types than GNU.
(coff_slurp_symbol_table): C_SECTION symbols are local; they refer
to implied zero-length sections (see peicode below)
* coffgen.c (coff_get_normalized_symtab): Properly read long MS
filename symbols, which use one *or more* auxents.
* coffswap.h (coff_swap_aux_in): ditto
* peicode.h (coff_swap_sym_in): Build the implied zero-length
sections
bfd/ChangeLog
bfd/coffcode.h
bfd/coffgen.c
bfd/coffswap.h
bfd/ecoff.c
bfd/peicode.h