Upgrade to a Binutils 2.12.0 snapshot.

This commit is contained in:
obrien 2002-01-27 13:10:59 +00:00
parent f57b42ad43
commit 394d763b84
4 changed files with 750 additions and 436 deletions

File diff suppressed because it is too large Load Diff

View File

@ -61,6 +61,9 @@
/* Define if you have the dcgettext function. */
/* #undef HAVE_DCGETTEXT */
/* Define if you have the getc_unlocked function. */
/* #undef HAVE_GETC_UNLOCKED */
/* Define if you have the getcwd function. */
#define HAVE_GETCWD 1
@ -130,6 +133,12 @@
/* Define if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
@ -140,7 +149,7 @@
#define PACKAGE "binutils"
/* Version number of package */
/* #define VERSION "2.11" */
/* #define VERSION "2.11.93" */
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
@ -160,6 +169,12 @@
/* Suffix used for executables, if any. */
#define EXECUTABLE_SUFFIX ""
/* Is fopen64 available? */
/* #undef HAVE_FOPEN64 */
/* Enable LFS */
/* #undef _LARGEFILE64_SOURCE */
/* Is the type time_t defined in <time.h>? */
#define HAVE_TIME_T_IN_TIME_H 1

View File

@ -1,24 +1,11 @@
/* $FreeBSD$ */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
/* #undef C_ALLOCA */
/* config.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
This function is required for alloca.c support on those systems. */
/* #undef CRAY_STACKSEG_END */
/* Define if you have alloca, as a function or macro. */
#define HAVE_ALLOCA 1
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
/* #undef HAVE_ALLOCA_H */
/* Define if you have a working `mmap' system call. */
#define HAVE_MMAP 1
@ -37,15 +24,6 @@
/* Define if you need to in order for stat and other things to work. */
/* #undef _POSIX_SOURCE */
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown
*/
/* #undef STACK_DIRECTION */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
@ -55,6 +33,9 @@
/* Define vfork as fork if vfork does not work. */
/* #undef vfork */
/* Define if you have the _doprnt function. */
/* #undef HAVE__DOPRNT */
/* Define if you have the asprintf function. */
#define HAVE_ASPRINTF 1
@ -82,6 +63,9 @@
/* Define if you have the clock function. */
#define HAVE_CLOCK 1
/* Define if you have the ffs function. */
#define HAVE_FFS 1
/* Define if you have the getcwd function. */
#define HAVE_GETCWD 1
@ -202,6 +186,9 @@
/* Define if you have the waitpid function. */
#define HAVE_WAITPID 1
/* Define if you have the <alloca.h> header file. */
/* #undef HAVE_ALLOCA_H */
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
@ -244,6 +231,9 @@
/* Define if errno must be declared even when <errno.h> is included. */
/* #undef NEED_DECLARATION_ERRNO */
/* Define if you have the `uintptr_t' type. */
#define HAVE_UINTPTR_T 1
/* Define if you have the sys_errlist variable. */
#define HAVE_SYS_ERRLIST 1
@ -253,3 +243,15 @@
/* Define if you have the sys_siglist variable. */
#define HAVE_SYS_SIGLIST 1
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP
systems. This function is required for alloca.c support on those
systems. */
/* #undef CRAY_STACKSEG_END */
/* Define if you know the direction of stack growth for your system;
otherwise it will be automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
#define STACK_DIRECTION -1

View File

@ -119,7 +119,7 @@
#define PACKAGE "opcodes"
/* Version number of package */
/* #define VERSION "2.11" */
/* #define VERSION "2.11.93" */
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */