aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-alpha.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-06 19:19:48 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-06 19:19:48 +0000
commitc80cc8332c2da0b25b5bd03e4f19458e9f2e3db3 (patch)
tree01e246986af84b32f7b2150ecb17d7d88b8a90b9 /bfd/coff-alpha.c
parent0e1815de9d860d0a8e65a1f02f65081694bfe03b (diff)
downloadgdb-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-alpha.c')
-rw-r--r--bfd/coff-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c
index d914d4d..bc140a1 100644
--- a/bfd/coff-alpha.c
+++ b/bfd/coff-alpha.c
@@ -1976,7 +1976,7 @@ static const struct ecoff_backend_data alpha_ecoff_backend_data =
alpha_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook,
alpha_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_alpha,