mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Update to binutils 2.15:
o HAVE_SEEKO and HAVE_TELLO are defined now. These are used in bfdio.c. o HAVE_STRTOULL is defined now. This is used in bfd.c.
This commit is contained in:
parent
785f2cdf57
commit
e6535bde1e
1 changed files with 26 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader 2.13. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
||||
/* Define if using alloca.c. */
|
||||
/* #undef C_ALLOCA */
|
||||
|
|
@ -28,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 */
|
||||
|
||||
|
|
@ -67,6 +64,18 @@
|
|||
/* Define if you have the fdopen function. */
|
||||
#define HAVE_FDOPEN 1
|
||||
|
||||
/* Define if you have the fseeko function. */
|
||||
#define HAVE_FSEEKO 1
|
||||
|
||||
/* Define if you have the fseeko64 function. */
|
||||
/* #undef HAVE_FSEEKO64 */
|
||||
|
||||
/* Define if you have the ftello function. */
|
||||
#define HAVE_FTELLO 1
|
||||
|
||||
/* Define if you have the ftello64 function. */
|
||||
/* #undef HAVE_FTELLO64 */
|
||||
|
||||
/* Define if you have the getcwd function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
||||
|
|
@ -109,6 +118,9 @@
|
|||
/* Define if you have the strchr function. */
|
||||
#define HAVE_STRCHR 1
|
||||
|
||||
/* Define if you have the strtoull function. */
|
||||
#define HAVE_STRTOULL 1
|
||||
|
||||
/* Define if you have the sysconf function. */
|
||||
#define HAVE_SYSCONF 1
|
||||
|
||||
|
|
@ -179,7 +191,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
/* #define VERSION "2.13.2" */
|
||||
/* #define VERSION "2.15" */
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
#define HAVE_STPCPY 1
|
||||
|
|
@ -193,6 +205,12 @@
|
|||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
/* #undef HAVE_GETTEXT */
|
||||
|
||||
/* The number of bytes in type long long */
|
||||
/* #define SIZEOF_LONG_LONG 8 */
|
||||
|
||||
/* The number of bytes in type long */
|
||||
/* #define SIZEOF_LONG 8 */
|
||||
|
||||
/* Use b modifier when opening binary files? */
|
||||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
|
|
@ -265,6 +283,9 @@
|
|||
/* Name of host specific header file to include in trad-core.c. */
|
||||
#define TRAD_HEADER !!TRAD_HEADER!!
|
||||
|
||||
/* The number of bytes in type off_t */
|
||||
/* #define SIZEOF_OFF_T 8 */
|
||||
|
||||
/* Use mmap if it's available? */
|
||||
/* #undef USE_MMAP */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue