Upgrade to Binutils 2.10.1.

This commit is contained in:
David E. O'Brien 2000-11-15 21:29:55 +00:00
parent 5d6d24e9e8
commit 04f9b2d551
7 changed files with 17 additions and 5 deletions

View File

@ -8,7 +8,7 @@
# definitions before the sub-Makefile is processed.
#
VERSION= 2.10.0
VERSION= 2.10.1
TARGET_ARCH?= ${MACHINE_ARCH}
.if ${TARGET_ARCH} == "mipsel" || ${TARGET_ARCH} == "mipseb"
@ -22,7 +22,7 @@ BINUTIL_ARCH=${TARGET_ARCH}
# added to it as we descend into subdirectories.
RELTOP:= ..
RELSRC= ${RELTOP}/../../../contrib/binutils
RELSRC= ${RELTOP}/../../../contrib/binutils.2101
SRCDIR= ${.CURDIR}/${RELSRC}
CFLAGS+= -D_GNU_SOURCE

View File

@ -2,7 +2,7 @@
.include "../Makefile.inc0"
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
GDBDIR= ${.CURDIR}/../../../../contrib/gdb.291
CONTRIBDIR= ${.CURDIR}/../../../../contrib
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc
@ -17,9 +17,9 @@ INFOENTRY_binutils= "* Binutils: (binutils). The GNU Binary Utilities."
MAKEINFOFLAGS+= --no-validate
MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc
MAKEINFOFLAGS+= -I ${SRCDIR}/binutils
MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/binutils/binutils
CLEANFILES= gdb-cfg.texi inc-hist.texi inc-hist.texi.orig

View File

@ -53,6 +53,9 @@ extern "C" {
#include "ansidecl.h"
/* FreeBSD does not adhere to the System V 64-bit ABI. */
#define ELF_DYNAMIC_INTERPRETER "/usr/libexec/ld-elf.so.1"
/* These two lines get substitutions done by commands in Makefile.in. */
/* #define BFD_VERSION "2.9.5" */
#define BFD_ARCH_SIZE 64

View File

@ -53,6 +53,9 @@ extern "C" {
#include "ansidecl.h"
/* FreeBSD does not adhere to the Intel386 System V ABI. */
#define ELF_DYNAMIC_INTERPRETER "/usr/libexec/ld-elf.so.1"
/* These two lines get substitutions done by commands in Makefile.in. */
/* #define BFD_VERSION "2.9.5" */
#define BFD_ARCH_SIZE 32

View File

@ -53,6 +53,9 @@ extern "C" {
#include "ansidecl.h"
/* FreeBSD does not adhere to the Solaris/System V ABI. */
#define ELF_DYNAMIC_INTERPRETER "/usr/libexec/ld-elf.so.1"
/* These two lines get substitutions done by commands in Makefile.in. */
/* #define BFD_VERSION "2.9.5" */
#define BFD_ARCH_SIZE 32

View File

@ -53,6 +53,9 @@ extern "C" {
#include "ansidecl.h"
/* FreeBSD does not adhere to the Solaris/System V ABI. */
#define ELF_DYNAMIC_INTERPRETER "/usr/libexec/ld-elf.so.1"
/* These two lines get substitutions done by commands in Makefile.in. */
/* #define BFD_VERSION "2.9.5" */
#define BFD_ARCH_SIZE 64

View File

@ -7,7 +7,7 @@
.PATH: ${SRCDIR}/libiberty
LIB= iberty
SRCS= argv.c basename.c choose-temp.c concat.c cplus-dem.c \
SRCS= argv.c basename.c choose-temp.c concat.c cp-demangle.c cplus-dem.c dyn-string.c \
fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c \
hex.c floatformat.c objalloc.c obstack.c spaces.c \
strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \