[PATCH] Remove an old LynxOS COFF definition

Adam Nemet anemet@lnxw.com
Wed Sep 15 01:41:00 GMT 2004


Hi,

LynxOS x86 is ELF now.  This definition is no longer needed and
TARGET_FORMAT is redefined later anyway for ELF targets.

Please apply if OK.

Adam

2004-09-14  Adam Nemet  <anemet@lnxw.com> 
 
        * config/tc-i386.h (TARGET_FORMAT): Remove LynxOS COFF definition. 

Index: tc-i386.h 
=================================================================== 
RCS file: /cvs/src/src/gas/config/tc-i386.h,v 
retrieving revision 1.47 
diff -u -p -r1.47 tc-i386.h 
--- tc-i386.h   20 Apr 2004 12:17:14 -0000      1.47 
+++ tc-i386.h   15 Sep 2004 01:31:55 -0000 
@@ -33,10 +33,6 @@ struct fix; 
  
 #define TARGET_BYTES_BIG_ENDIAN        0 
  
-#ifdef TE_LYNX 
-#define TARGET_FORMAT          "coff-i386-lynx" 
-#endif 
- 
 #define TARGET_ARCH            bfd_arch_i386 
 #define TARGET_MACH            (i386_mach ()) 
 extern unsigned long i386_mach PARAMS ((void)); 



More information about the Binutils mailing list