diff options
author | Alan Modra <amodra@gmail.com> | 1999-09-02 15:12:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 1999-09-02 15:12:01 +0000 |
commit | 4ca72d382982b09b4a838e6170792d657cc707ff (patch) | |
tree | 7c989fb9562e1e88ae43671e9127ee7ee87b6242 /gas/config/obj-coff.c | |
parent | bcef92fa2302e7e7728bc92c28571672b6efd9c1 (diff) | |
download | gdb-4ca72d382982b09b4a838e6170792d657cc707ff.zip gdb-4ca72d382982b09b4a838e6170792d657cc707ff.tar.gz gdb-4ca72d382982b09b4a838e6170792d657cc707ff.tar.bz2 |
Enable --emulation={i386coff,i386elf} for i386 gas.
Diffstat (limited to 'gas/config/obj-coff.c')
-rw-r--r-- | gas/config/obj-coff.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c index c5c2680..cd337ce 100644 --- a/gas/config/obj-coff.c +++ b/gas/config/obj-coff.c @@ -4445,19 +4445,13 @@ coff_sec_sym_ok_for_reloc (sec) return 0; } -static void -no_func () -{ - abort (); -} - const struct format_ops coff_format_ops = { bfd_target_coff_flavour, 0, 1, coff_frob_symbol, - no_func, + 0, coff_frob_file_after_relocs, 0, 0, 0, 0, @@ -4465,19 +4459,19 @@ const struct format_ops coff_format_ops = #if 0 obj_generate_asm_lineno, #else - no_func, + 0, #endif #if 0 obj_stab, #else - no_func, + 0, #endif coff_sec_sym_ok_for_reloc, coff_pop_insert, #if 0 obj_set_ext, #else - no_func, + 0, #endif coff_obj_read_begin_hook, coff_obj_symbol_new_hook, |