(TARGET_FORMAT): Remove LynxOS COFF definition.
This commit is contained in:
parent
eb1ab0cfb1
commit
b7c92712fa
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-10-01 Adam Nemet <anemet@lnxw.com>
|
||||||
|
|
||||||
|
* (TARGET_FORMAT): Remove LynxOS COFF definition.
|
||||||
|
|
||||||
2004-10-01 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
|
2004-10-01 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
|
||||||
|
|
||||||
* config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
|
* config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
|
||||||
|
|
|
@ -33,13 +33,9 @@ struct fix;
|
||||||
|
|
||||||
#define TARGET_BYTES_BIG_ENDIAN 0
|
#define TARGET_BYTES_BIG_ENDIAN 0
|
||||||
|
|
||||||
#ifdef TE_LYNX
|
|
||||||
#define TARGET_FORMAT "coff-i386-lynx"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define TARGET_ARCH bfd_arch_i386
|
#define TARGET_ARCH bfd_arch_i386
|
||||||
#define TARGET_MACH (i386_mach ())
|
#define TARGET_MACH (i386_mach ())
|
||||||
extern unsigned long i386_mach PARAMS ((void));
|
extern unsigned long i386_mach (void);
|
||||||
|
|
||||||
#ifdef TE_FreeBSD
|
#ifdef TE_FreeBSD
|
||||||
#define AOUT_TARGET_FORMAT "a.out-i386-freebsd"
|
#define AOUT_TARGET_FORMAT "a.out-i386-freebsd"
|
||||||
|
|
Loading…
Reference in a new issue