diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-dlx.h | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 87429a76d29..a20316e8192 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,7 @@ -2006-04-16 Alan Modra <amodra@bigpond.net.au> +2006-04-18 Alan Modra <amodra@bigpond.net.au> + + * config/tc-dlx.h (tc_coff_symbol_emit_hook): Delete. + (COFF_MAGIC): Delete. * config/tc-xc16x.h (TC_LINKRELAX_FIXUP): Delete. diff --git a/gas/config/tc-dlx.h b/gas/config/tc-dlx.h index 309f0373816..fdf8d341dbc 100644 --- a/gas/config/tc-dlx.h +++ b/gas/config/tc-dlx.h @@ -48,10 +48,6 @@ extern bfd_boolean md_dlx_fix_adjustable (struct fix *); #define tc_unrecognized_line(c) dlx_unrecognized_line (c) -#define tc_coff_symbol_emit_hook(a) ; /* Not used. */ - -#define COFF_MAGIC DLXMAGIC - /* No shared lib support, so we don't need to ensure externally visible symbols can be overridden. */ #define EXTERN_FORCE_RELOC 0 |