* config/tc-dlx.h (tc_coff_symbol_emit_hook): Delete.
authorAlan Modra <amodra@gmail.com>
Tue, 18 Apr 2006 09:55:27 +0000 (09:55 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 18 Apr 2006 09:55:27 +0000 (09:55 +0000)
(COFF_MAGIC): Delete.

gas/ChangeLog
gas/config/tc-dlx.h

index 87429a76d29c9e7f23f22c63c2519bdea9cd54ac..a20316e81928291de3cf45cba4a07b5db4050d65 100644 (file)
@@ -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.
 
index 309f037381631492ff06fc71ef0fed35ba4930f0..fdf8d341dbcc0d5e809dd13bccdcea0309dcbbfe 100644 (file)
@@ -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
This page took 0.027557 seconds and 4 git commands to generate.