diff options
author | Alan Modra <amodra@gmail.com> | 2006-04-18 09:55:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-04-18 09:55:27 +0000 |
commit | 23d9d9dee518a2346bb66c50257869075b8bf348 (patch) | |
tree | 80f1d7461bcd940a9a7926d6f048014fdac882cc /gas | |
parent | a37d486e3a46100b4b08b5030cbb51d8a47c2d59 (diff) | |
download | binutils-gdb-23d9d9dee518a2346bb66c50257869075b8bf348.tar.gz |
* config/tc-dlx.h (tc_coff_symbol_emit_hook): Delete.
(COFF_MAGIC): Delete.
Diffstat (limited to 'gas')
-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 |