aboutsummaryrefslogtreecommitdiff
path: root/gas/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-03-11 19:52:51 +0000
committerDaniel Jacobowitz <drow@false.org>2005-03-11 19:52:51 +0000
commite330299ed5eefaa74220b36b3258ef5804f5d9cd (patch)
tree2e1952e4693c9e02095f88262968d2bfac2f7472 /gas/config.in
parent390c0e4288ca46982c7702ec420d277c021032f4 (diff)
downloadgdb-e330299ed5eefaa74220b36b3258ef5804f5d9cd.zip
gdb-e330299ed5eefaa74220b36b3258ef5804f5d9cd.tar.gz
gdb-e330299ed5eefaa74220b36b3258ef5804f5d9cd.tar.bz2
* config-gas.com: Mark vax-vms as obsolete.
* configure.in: Remove fmt=vms support. * config.in: Regenerate. * configure: Regenerate. * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove.
Diffstat (limited to 'gas/config.in')
-rw-r--r--gas/config.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/gas/config.in b/gas/config.in
index d124077..94b7215 100644
--- a/gas/config.in
+++ b/gas/config.in
@@ -23,6 +23,9 @@
/* Default architecture. */
#undef DEFAULT_ARCH
+/* Default CRIS architecture. */
+#undef DEFAULT_CRIS_ARCH
+
/* Default emulation. */
#undef DEFAULT_EMULATION
@@ -219,9 +222,6 @@
/* SOM support? */
#undef OBJ_MAYBE_SOM
-/* VMS support? */
-#undef OBJ_MAYBE_VMS
-
/* Name of package */
#undef PACKAGE
@@ -293,6 +293,10 @@
/* Version number of package */
#undef VERSION
+/* Define to 1 if your processor stores words with the most significant byte
+ first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
+
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#undef YYTEXT_POINTER