summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libbfd
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-06-19 19:25:33 +0000
committermarcel <marcel@FreeBSD.org>2004-06-19 19:25:33 +0000
commitd4a9461bf17b4bab2fe8fd788596a2ccc81e906f (patch)
tree17cc0c88953e31ec6ad3b8538dd182b7342863de /gnu/usr.bin/binutils/libbfd
parent72c4b0bd2fa6b0b3c121b8dce3709bdb809c35e3 (diff)
downloadFreeBSD-src-d4a9461bf17b4bab2fe8fd788596a2ccc81e906f.zip
FreeBSD-src-d4a9461bf17b4bab2fe8fd788596a2ccc81e906f.tar.gz
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.
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd')
-rw-r--r--gnu/usr.bin/binutils/libbfd/config.h.fbsd31
1 files changed, 26 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/config.h.fbsd b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
index d0841ad..1864ef5 100644
--- a/gnu/usr.bin/binutils/libbfd/config.h.fbsd
+++ b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
@@ -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 */
OpenPOWER on IntegriCloud