diff options
author | marcel <marcel@FreeBSD.org> | 2004-06-19 23:18:14 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-06-19 23:18:14 +0000 |
commit | d310f73349e6d00117d42daae0edecb5a2400739 (patch) | |
tree | b740d05bc0dbb11f781f59f208f276bf4baf2e8e /gnu/usr.bin | |
parent | 516e3c359bd5549b57a8750bf4cc83812824e679 (diff) | |
download | FreeBSD-src-d310f73349e6d00117d42daae0edecb5a2400739.zip FreeBSD-src-d310f73349e6d00117d42daae0edecb5a2400739.tar.gz |
Update to binutils 2.15.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/as/ia64-freebsd/config.h | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h index 7da7f88..a193b2e 100644 --- a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h @@ -1,8 +1,6 @@ /* $FreeBSD$ */ -#define HAVE_DECL_GETOPT 1 - -/* config.h. Generated automatically by configure. */ +/* config.h. Generated by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ /* Define if using alloca.c. */ @@ -30,9 +28,6 @@ /* Define to `long' if <sys/types.h> doesn't define. */ /* #undef off_t */ -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - /* Define to `unsigned' if <sys/types.h> doesn't define. */ /* #undef size_t */ @@ -145,13 +140,13 @@ /* #undef HAVE_VALUES_H */ /* Define if you have the <varargs.h> header file. */ -#define HAVE_VARARGS_H 1 +/* #undef HAVE_VARARGS_H */ /* Name of package */ #define PACKAGE "gas" /* Version number of package */ -/* #define VERSION "2.12" */ +/* #define VERSION "2.15" */ /* Define if defaulting to ELF on SCO 5. */ /* #undef SCO_ELF */ @@ -165,8 +160,17 @@ /* Define as 1 if big endian. */ /* #undef TARGET_BYTES_BIG_ENDIAN */ -/* Use ELF stabs for MIPS, not ECOFF stabs */ -/* #undef MIPS_STABS_ELF */ +/* Default CPU for MIPS targets. */ +/* #undef MIPS_CPU_STRING_DEFAULT */ + +/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ +/* #undef USE_E_MIPS_ABI_O32 */ + +/* Generate 64-bit code by default on MIPS targets. */ +/* #undef MIPS_DEFAULT_64BIT */ + +/* Choose a default ABI for MIPS targets. */ +/* #undef MIPS_DEFAULT_ABI */ /* Default architecture. */ /* #undef DEFAULT_ARCH */ @@ -217,7 +221,7 @@ /* #undef USE_EMULATIONS */ /* Supported emulations. */ -#define EMULATIONS +#define EMULATIONS /* Default emulation. */ #define DEFAULT_EMULATION "" @@ -229,19 +233,19 @@ #define BFD_ASSEMBLER 1 /* Target alias. */ -#define TARGET_ALIAS "ia64-obrien-freebsd5" +/* #define TARGET_ALIAS "ia64-unknown-freebsd5.2" */ /* Canonical target. */ -#define TARGET_CANONICAL "ia64-obrien-freebsd5" +/* #define TARGET_CANONICAL "ia64-unknown-freebsd5.2" */ /* Target CPU. */ #define TARGET_CPU "ia64" /* Target vendor. */ -#define TARGET_VENDOR "obrien" +#define TARGET_VENDOR "unknown" /* Target OS. */ -#define TARGET_OS "freebsd5" +#define TARGET_OS "freebsd5.2" /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 @@ -278,3 +282,4 @@ /* Define if errno is not declared in system header files. */ /* #undef NEED_DECLARATION_ERRNO */ + |