aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-coff.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>1999-09-02 15:12:01 +0000
committerAlan Modra <amodra@gmail.com>1999-09-02 15:12:01 +0000
commit4ca72d382982b09b4a838e6170792d657cc707ff (patch)
tree7c989fb9562e1e88ae43671e9127ee7ee87b6242 /gas/config/obj-coff.c
parentbcef92fa2302e7e7728bc92c28571672b6efd9c1 (diff)
downloadgdb-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.c14
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,