diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-03-11 19:52:51 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-03-11 19:52:51 +0000 |
commit | e330299ed5eefaa74220b36b3258ef5804f5d9cd (patch) | |
tree | 2e1952e4693c9e02095f88262968d2bfac2f7472 /gas/config.in | |
parent | 390c0e4288ca46982c7702ec420d277c021032f4 (diff) | |
download | gdb-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.in | 10 |
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 |