aboutsummaryrefslogtreecommitdiff
path: root/gas/acconfig.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-06 19:06:49 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-06 19:06:49 +0000
commit4dc4c45dec9a0c5d0d1fbf3b4eb2e58a84ede0c8 (patch)
tree99a63134d7210a572b5deb734a85516cb53be1aa /gas/acconfig.h
parent1ed5e6dfe8d43c57401a1f3ab6268ed349474213 (diff)
downloadgdb-4dc4c45dec9a0c5d0d1fbf3b4eb2e58a84ede0c8.zip
gdb-4dc4c45dec9a0c5d0d1fbf3b4eb2e58a84ede0c8.tar.gz
gdb-4dc4c45dec9a0c5d0d1fbf3b4eb2e58a84ede0c8.tar.bz2
* configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set.
Don't set targ or gas_target. Define SCO_ELF and TARGET_SOLARIS_COMMENT when appropriate. Don't substitute for target_frag. * Makefile.am: Remove @target_frag@. (INCLUDES): Remove $(INTERNAL_CFLAGS), $(CROSS), $(HDEFINES), and $(TDEFINES). (dep-am): Mark as phony. * acconfig.h: Add TARGET_BYTES_BIG_ENDIAN, TARGET_SOLARIS_COMMENT, and SCO_ELF. * config/arm-big.mt, config/arm-lit.mt: Remove. * config/mips-big.mt, config/mips-lit.mt: Remove. * config/ppc-big.mt, config/ppc-lit.mt: Remove. * config/ppc-sol.mt: Remove. * config/i386coff.mt, config/m68kcoff.mt: Remove. * config/m88kcoff.mt: Remove. * config/sco5.mt: Remove. * configure, config.in, Makefile.in: Rebuild.
Diffstat (limited to 'gas/acconfig.h')
-rw-r--r--gas/acconfig.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/gas/acconfig.h b/gas/acconfig.h
index ae1587b..fe6ea23 100644
--- a/gas/acconfig.h
+++ b/gas/acconfig.h
@@ -40,9 +40,9 @@
#undef MANY_SEGMENTS
-/* Needed only for sparc configuration. */
-#undef SPARC_V9
-#undef SPARC_ARCH64
+/* The configure script defines this for some targets based on the
+ target name used. It is not always defined. */
+#undef TARGET_BYTES_BIG_ENDIAN
/* Needed only for some configurations that can produce multiple output
formats. */
@@ -68,3 +68,13 @@
/* Using cgen code? */
#undef USING_CGEN
+
+/* Needed only for sparc configuration. */
+#undef SPARC_V9
+#undef SPARC_ARCH64
+
+/* Needed only for PowerPC Solaris. */
+#undef TARGET_SOLARIS_COMMENT
+
+/* Needed only for SCO 5. */
+#undef SCO_ELF