This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

tc-dlx.h redundant defines


No COFF support on this target, so..

	* config/tc-dlx.h (tc_coff_symbol_emit_hook): Delete.
	(COFF_MAGIC): Delete.

Index: gas/config/tc-dlx.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-dlx.h,v
retrieving revision 1.10
diff -u -p -r1.10 tc-dlx.h
--- gas/config/tc-dlx.h	11 Aug 2005 01:25:25 -0000	1.10
+++ gas/config/tc-dlx.h	18 Apr 2006 07:53:20 -0000
@@ -48,10 +48,6 @@ extern bfd_boolean md_dlx_fix_adjustable
 
 #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

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]