diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-06 19:19:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-06 19:19:48 +0000 |
commit | c80cc8332c2da0b25b5bd03e4f19458e9f2e3db3 (patch) | |
tree | 01e246986af84b32f7b2150ecb17d7d88b8a90b9 /bfd/coff-mips.c | |
parent | 0e1815de9d860d0a8e65a1f02f65081694bfe03b (diff) | |
download | gdb-c80cc8332c2da0b25b5bd03e4f19458e9f2e3db3.zip gdb-c80cc8332c2da0b25b5bd03e4f19458e9f2e3db3.tar.gz gdb-c80cc8332c2da0b25b5bd03e4f19458e9f2e3db3.tar.bz2 |
* coffcode.h (bfd_coff_backend_data): Add new field
_bfd_coff_pointerize_aux_hook.
(coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
or I960, and as 0 otherwise.
(bfd_coff_std_swap_table): Initialize new field.
* libcoff.h: Rebuild.
* coffgen.c (coff_pointerize_aux): Change parameters to take
symbol pointer instead of type and class, and to take aux index.
Call _bfd_coff_pointerize_aux_hook if it is defined.
(coff_get_normalized_symtab): Always call coff_pointerize_aux.
* coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
* coff-mips.c (mips_ecoff_backend_data): Likewise.
Diffstat (limited to 'bfd/coff-mips.c')
-rw-r--r-- | bfd/coff-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c index e1a269f..527a0fc 100644 --- a/bfd/coff-mips.c +++ b/bfd/coff-mips.c @@ -2442,7 +2442,7 @@ static const struct ecoff_backend_data mips_ecoff_backend_data = mips_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook, _bfd_ecoff_mkobject_hook, _bfd_ecoff_styp_to_sec_flags, _bfd_ecoff_set_alignment_hook, _bfd_ecoff_slurp_symbol_table, - NULL, NULL, NULL, NULL, NULL, NULL, NULL + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }, /* Supported architecture. */ bfd_arch_mips, |