1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Update to binutils 2.15.

This commit is contained in:
Marcel Moolenaar 2004-06-19 23:18:14 +00:00
parent b2fb183206
commit 209205620c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130754

View File

@ -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 */