Update for the Binutils 2.13.2 20021127 snapshot import.
This commit is contained in:
@@ -151,7 +151,7 @@
|
|||||||
#define PACKAGE "gas"
|
#define PACKAGE "gas"
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
/* #define VERSION "2.13" */
|
/* #define VERSION "2.13.2" */
|
||||||
|
|
||||||
/* Define if defaulting to ELF on SCO 5. */
|
/* Define if defaulting to ELF on SCO 5. */
|
||||||
/* #undef SCO_ELF */
|
/* #undef SCO_ELF */
|
||||||
|
|||||||
@@ -151,7 +151,7 @@
|
|||||||
#define PACKAGE "gas"
|
#define PACKAGE "gas"
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
/* #define VERSION "2.13" */
|
/* #define VERSION "2.13.2" */
|
||||||
|
|
||||||
/* Define if defaulting to ELF on SCO 5. */
|
/* Define if defaulting to ELF on SCO 5. */
|
||||||
/* #undef SCO_ELF */
|
/* #undef SCO_ELF */
|
||||||
|
|||||||
@@ -151,7 +151,7 @@
|
|||||||
#define PACKAGE "gas"
|
#define PACKAGE "gas"
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
/* #define VERSION "2.13" */
|
/* #define VERSION "2.13.2" */
|
||||||
|
|
||||||
/* Define if defaulting to ELF on SCO 5. */
|
/* Define if defaulting to ELF on SCO 5. */
|
||||||
/* #undef SCO_ELF */
|
/* #undef SCO_ELF */
|
||||||
|
|||||||
@@ -11,12 +11,12 @@ _alpha_path= \"${TOOLS_PREFIX}/usr/lib\"
|
|||||||
.else
|
.else
|
||||||
_alpha_path= \"/usr/cross/alpha-freebsd/usr/lib\"
|
_alpha_path= \"/usr/cross/alpha-freebsd/usr/lib\"
|
||||||
.endif
|
.endif
|
||||||
EMS+= ${NATIVE_EMULATION}
|
EMS+= ${NATIVE_EMULATION} elf64alpha alpha
|
||||||
LDSCRIPTS+= ${NATIVE_EMULATION}.x ${NATIVE_EMULATION}.xbn ${NATIVE_EMULATION}.xn ${NATIVE_EMULATION}.xr \
|
LDSCRIPTS+= ${NATIVE_EMULATION}.x ${NATIVE_EMULATION}.xbn ${NATIVE_EMULATION}.xn ${NATIVE_EMULATION}.xr \
|
||||||
${NATIVE_EMULATION}.xs ${NATIVE_EMULATION}.xu alpha.x alpha.xbn \
|
${NATIVE_EMULATION}.xs ${NATIVE_EMULATION}.xu alpha.x alpha.xbn \
|
||||||
alpha.xn alpha.xr alpha.xu ${NATIVE_EMULATION}.xc ${NATIVE_EMULATION}.xsc
|
alpha.xn alpha.xr alpha.xu ${NATIVE_EMULATION}.xc ${NATIVE_EMULATION}.xsc
|
||||||
SRCS+= e${NATIVE_EMULATION}.c ealpha.c
|
SRCS+= e${NATIVE_EMULATION}.c eelf64alpha.c ealpha.c
|
||||||
CLEANFILES+= e${NATIVE_EMULATION}.c ealpha.c
|
CLEANFILES+= e${NATIVE_EMULATION}.c eelf64alpha.c ealpha.c
|
||||||
|
|
||||||
e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
|
e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
|
||||||
scripttempl/elf.sc genscripts.sh stringify.sed
|
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} \
|
${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
|
||||||
${NATIVE_EMULATION} "" ${NATIVE_EMULATION} ${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 \
|
ealpha.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em scripttempl/elf.sc \
|
||||||
genscripts.sh stringify.sed
|
genscripts.sh stringify.sed
|
||||||
sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_alpha_path} \
|
sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_alpha_path} \
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
#define PACKAGE "ld"
|
#define PACKAGE "ld"
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
/* #define VERSION "2.13" */
|
/* #define VERSION "2.13.2" */
|
||||||
|
|
||||||
/* Define if you have the stpcpy function */
|
/* Define if you have the stpcpy function */
|
||||||
#define HAVE_STPCPY 1
|
#define HAVE_STPCPY 1
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
#define PACKAGE "binutils"
|
#define PACKAGE "binutils"
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
/* #define VERSION "2.13" */
|
/* #define VERSION "2.13.2" */
|
||||||
|
|
||||||
/* Define if you have the stpcpy function */
|
/* Define if you have the stpcpy function */
|
||||||
#define HAVE_STPCPY 1
|
#define HAVE_STPCPY 1
|
||||||
|
|||||||
@@ -28,6 +28,9 @@
|
|||||||
/* Define to `long' if <sys/types.h> doesn't define. */
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||||
/* #undef off_t */
|
/* #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. */
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||||
/* #undef size_t */
|
/* #undef size_t */
|
||||||
|
|
||||||
@@ -109,6 +112,12 @@
|
|||||||
/* Define if you have the <sys/param.h> header file. */
|
/* Define if you have the <sys/param.h> header file. */
|
||||||
#define HAVE_SYS_PARAM_H 1
|
#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 if you have the <unistd.h> header file. */
|
||||||
#define HAVE_UNISTD_H 1
|
#define HAVE_UNISTD_H 1
|
||||||
|
|
||||||
@@ -119,7 +128,7 @@
|
|||||||
#define PACKAGE "opcodes"
|
#define PACKAGE "opcodes"
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
/* #define VERSION "2.12" */
|
/* #define VERSION "2.13.2" */
|
||||||
|
|
||||||
/* Define if you have the stpcpy function */
|
/* Define if you have the stpcpy function */
|
||||||
#define HAVE_STPCPY 1
|
#define HAVE_STPCPY 1
|
||||||
|
|||||||
Reference in New Issue
Block a user