Update for the Binutils 2.13.2 20021127 snapshot import.

This commit is contained in:
David E. O'Brien 2002-12-02 09:45:51 +00:00
parent ab3c58bd4f
commit f5debc7cfc
7 changed files with 24 additions and 9 deletions

View File

@ -151,7 +151,7 @@
#define PACKAGE "gas"
/* Version number of package */
/* #define VERSION "2.13" */
/* #define VERSION "2.13.2" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */

View File

@ -151,7 +151,7 @@
#define PACKAGE "gas"
/* Version number of package */
/* #define VERSION "2.13" */
/* #define VERSION "2.13.2" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */

View File

@ -151,7 +151,7 @@
#define PACKAGE "gas"
/* Version number of package */
/* #define VERSION "2.13" */
/* #define VERSION "2.13.2" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */

View File

@ -11,12 +11,12 @@ _alpha_path= \"${TOOLS_PREFIX}/usr/lib\"
.else
_alpha_path= \"/usr/cross/alpha-freebsd/usr/lib\"
.endif
EMS+= ${NATIVE_EMULATION}
EMS+= ${NATIVE_EMULATION} elf64alpha alpha
LDSCRIPTS+= ${NATIVE_EMULATION}.x ${NATIVE_EMULATION}.xbn ${NATIVE_EMULATION}.xn ${NATIVE_EMULATION}.xr \
${NATIVE_EMULATION}.xs ${NATIVE_EMULATION}.xu alpha.x alpha.xbn \
alpha.xn alpha.xr alpha.xu ${NATIVE_EMULATION}.xc ${NATIVE_EMULATION}.xsc
SRCS+= e${NATIVE_EMULATION}.c ealpha.c
CLEANFILES+= e${NATIVE_EMULATION}.c ealpha.c
SRCS+= e${NATIVE_EMULATION}.c eelf64alpha.c ealpha.c
CLEANFILES+= e${NATIVE_EMULATION}.c eelf64alpha.c ealpha.c
e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
scripttempl/elf.sc genscripts.sh stringify.sed
@ -24,6 +24,12 @@ e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
${NATIVE_EMULATION} "" ${NATIVE_EMULATION} ${TARGET_TUPLE}
eelf64alpha.c: emulparams/elf64alpha.sh emultempl/elf32.em \
scripttempl/elf.sc genscripts.sh stringify.sed
sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_alpha_path} \
${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
elf64alpha "" elf64alpha ${TARGET_TUPLE}
ealpha.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em scripttempl/elf.sc \
genscripts.sh stringify.sed
sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_alpha_path} \

View File

@ -146,7 +146,7 @@
#define PACKAGE "ld"
/* Version number of package */
/* #define VERSION "2.13" */
/* #define VERSION "2.13.2" */
/* Define if you have the stpcpy function */
#define HAVE_STPCPY 1

View File

@ -158,7 +158,7 @@
#define PACKAGE "binutils"
/* Version number of package */
/* #define VERSION "2.13" */
/* #define VERSION "2.13.2" */
/* Define if you have the stpcpy function */
#define HAVE_STPCPY 1

View File

@ -28,6 +28,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 */
@ -109,6 +112,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
@ -119,7 +128,7 @@
#define PACKAGE "opcodes"
/* Version number of package */
/* #define VERSION "2.12" */
/* #define VERSION "2.13.2" */
/* Define if you have the stpcpy function */
#define HAVE_STPCPY 1