Remove arm-aout and arm-coff support
[deliverable/binutils-gdb.git] / gas / config / tc-arm.h
index f50d7c9be13a918b16c3d343d1e490021a828e4c..53067cfc7f2d7750ebc9c7910946f428856b09e6 100644 (file)
 
 struct fix;
 
-#if defined OBJ_AOUT
-# if defined TE_RISCIX
-#  define TARGET_FORMAT "a.out-riscix"
-# elif defined TE_LINUX
-#  define ARM_BI_ENDIAN
-#  define TARGET_FORMAT "a.out-arm-linux"
-# elif defined TE_NetBSD
-#  define TARGET_FORMAT "a.out-arm-netbsd"
-# else
-#  define ARM_BI_ENDIAN
-#  define TARGET_FORMAT (target_big_endian ? "a.out-arm-big" : "a.out-arm-little")
-# endif
-#elif defined OBJ_AIF
-# define TARGET_FORMAT "aif"
-#elif defined OBJ_COFF
+#if defined OBJ_COFF
 # define ARM_BI_ENDIAN
 # if defined TE_PE
 #  if defined TE_WINCE
This page took 0.02488 seconds and 4 git commands to generate.