summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libbinutils
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-11 06:28:05 +0000
committerobrien <obrien@FreeBSD.org>2002-10-11 06:28:05 +0000
commit9ec27cc871b94fc9a2e29e80d704f934874be05d (patch)
tree032e05d9ddbef5d92fb964411ca130f5bd019d25 /gnu/usr.bin/binutils/libbinutils
parentbd7ac0d55d4b49fee84564cd018d244ff8186597 (diff)
downloadFreeBSD-src-9ec27cc871b94fc9a2e29e80d704f934874be05d.zip
FreeBSD-src-9ec27cc871b94fc9a2e29e80d704f934874be05d.tar.gz
Update for 2.13 10-Oct-2002 import.
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils')
-rw-r--r--gnu/usr.bin/binutils/libbinutils/Makefile2
-rw-r--r--gnu/usr.bin/binutils/libbinutils/config.h13
2 files changed, 12 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile
index d9cd774..07e77b8 100644
--- a/gnu/usr.bin/binutils/libbinutils/Makefile
+++ b/gnu/usr.bin/binutils/libbinutils/Makefile
@@ -7,7 +7,7 @@
LIB= binutils
SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \
- wrstabs.c version.c
+ wrstabs.c version.c binemul.c budemang.c emul_vanilla.c
WARNS= 0
CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\"
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
diff --git a/gnu/usr.bin/binutils/libbinutils/config.h b/gnu/usr.bin/binutils/libbinutils/config.h
index 98d0fee..16b5ea7 100644
--- a/gnu/usr.bin/binutils/libbinutils/config.h
+++ b/gnu/usr.bin/binutils/libbinutils/config.h
@@ -1,5 +1,8 @@
/* $FreeBSD$ */
+/* FreeBSD isn't any form of AIX. */
+#define bin_dummy_emulation bin_vanilla_emulation
+
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -31,6 +34,9 @@
/* 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 */
@@ -97,6 +103,9 @@
/* Define if you have the strchr function. */
#define HAVE_STRCHR 1
+/* Define if you have the strcoll function. */
+#define HAVE_STRCOLL 1
+
/* Define if you have the utimes function. */
#define HAVE_UTIMES 1
@@ -149,7 +158,7 @@
#define PACKAGE "binutils"
/* Version number of package */
-/* #define VERSION "2.12" */
+/* #define VERSION "2.13" */
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
@@ -203,5 +212,5 @@
/* #undef USE_BINARY_FOPEN */
/* Configured target name. */
-/* #define TARGET "alpha-unknown-freebsd5.0" */
+/* #define TARGET "alpha-obrien-freebsd5.0" */
OpenPOWER on IntegriCloud