Module Name: src Committed By: skrll Date: Mon Apr 29 09:32:39 UTC 2013
Modified Files: src/external/gpl3/binutils/lib/libbfd/arch/earmeb: config.h src/external/gpl3/binutils/lib/libiberty/arch/earmeb: config.h defs.mk src/external/gpl3/binutils/usr.bin/common/arch/earmeb: config.h src/external/gpl3/binutils/usr.bin/ld/arch/earmeb: config.h Log Message: libc was missing symbols for a while there. Re-run bintuils mknative against a good libc. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/binutils/lib/libbfd/arch/earmeb/config.h cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/binutils/lib/libiberty/arch/earmeb/config.h \ src/external/gpl3/binutils/lib/libiberty/arch/earmeb/defs.mk cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/binutils/usr.bin/common/arch/earmeb/config.h cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/binutils/usr.bin/ld/arch/earmeb/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/binutils/lib/libbfd/arch/earmeb/config.h diff -u src/external/gpl3/binutils/lib/libbfd/arch/earmeb/config.h:1.1 src/external/gpl3/binutils/lib/libbfd/arch/earmeb/config.h:1.2 --- src/external/gpl3/binutils/lib/libbfd/arch/earmeb/config.h:1.1 Fri Apr 26 11:01:28 2013 +++ src/external/gpl3/binutils/lib/libbfd/arch/earmeb/config.h Mon Apr 29 09:32:38 2013 @@ -192,7 +192,7 @@ /* #undef HAVE_PXSTATUS_T */ /* Define to 1 if you have the `setitimer' function. */ -/* #undef HAVE_SETITIMER */ +#define HAVE_SETITIMER 1 /* Define to 1 if you have the <stddef.h> header file. */ #define HAVE_STDDEF_H 1 Index: src/external/gpl3/binutils/lib/libiberty/arch/earmeb/config.h diff -u src/external/gpl3/binutils/lib/libiberty/arch/earmeb/config.h:1.1 src/external/gpl3/binutils/lib/libiberty/arch/earmeb/config.h:1.2 --- src/external/gpl3/binutils/lib/libiberty/arch/earmeb/config.h:1.1 Fri Apr 26 11:01:29 2013 +++ src/external/gpl3/binutils/lib/libiberty/arch/earmeb/config.h Mon Apr 29 09:32:39 2013 @@ -115,13 +115,13 @@ #define HAVE_GETPAGESIZE 1 /* Define to 1 if you have the `getrusage' function. */ -/* #undef HAVE_GETRUSAGE */ +#define HAVE_GETRUSAGE 1 /* Define to 1 if you have the `getsysinfo' function. */ /* #undef HAVE_GETSYSINFO */ /* Define to 1 if you have the `gettimeofday' function. */ -/* #undef HAVE_GETTIMEOFDAY */ +#define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the `index' function. */ #define HAVE_INDEX 1 @@ -190,7 +190,7 @@ /* #undef HAVE_PSTAT_GETSTATIC */ /* Define to 1 if you have the `putenv' function. */ -/* #undef HAVE_PUTENV */ +#define HAVE_PUTENV 1 /* Define to 1 if you have the `random' function. */ #define HAVE_RANDOM 1 @@ -295,7 +295,7 @@ /* #undef HAVE_SYSMP */ /* Define if you have the sys_errlist variable. */ -/* #undef HAVE_SYS_ERRLIST */ +#define HAVE_SYS_ERRLIST 1 /* Define to 1 if you have the <sys/file.h> header file. */ #define HAVE_SYS_FILE_H 1 @@ -304,7 +304,7 @@ #define HAVE_SYS_MMAN_H 1 /* Define if you have the sys_nerr variable. */ -/* #undef HAVE_SYS_NERR */ +#define HAVE_SYS_NERR 1 /* Define to 1 if you have the <sys/param.h> header file. */ #define HAVE_SYS_PARAM_H 1 @@ -316,7 +316,7 @@ #define HAVE_SYS_RESOURCE_H 1 /* Define if you have the sys_siglist variable. */ -/* #undef HAVE_SYS_SIGLIST */ +#define HAVE_SYS_SIGLIST 1 /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 @@ -349,7 +349,7 @@ /* #undef HAVE_TABLE */ /* Define to 1 if you have the `times' function. */ -/* #undef HAVE_TIMES */ +#define HAVE_TIMES 1 /* Define to 1 if you have the <time.h> header file. */ #define HAVE_TIME_H 1 @@ -367,7 +367,7 @@ #define HAVE_VASPRINTF 1 /* Define to 1 if you have the `vfork' function. */ -/* #undef HAVE_VFORK */ +#define HAVE_VFORK 1 /* Define to 1 if you have the <vfork.h> header file. */ /* #undef HAVE_VFORK_H */ @@ -382,10 +382,10 @@ #define HAVE_VSPRINTF 1 /* Define to 1 if you have the `wait3' function. */ -/* #undef HAVE_WAIT3 */ +#define HAVE_WAIT3 1 /* Define to 1 if you have the `wait4' function. */ -/* #undef HAVE_WAIT4 */ +#define HAVE_WAIT4 1 /* Define to 1 if you have the `waitpid' function. */ #define HAVE_WAITPID 1 @@ -394,7 +394,7 @@ #define HAVE_WORKING_FORK 1 /* Define to 1 if `vfork' works. */ -/* #undef HAVE_WORKING_VFORK */ +#define HAVE_WORKING_VFORK 1 /* Define to 1 if you have the `_doprnt' function. */ /* #undef HAVE__DOPRNT */ @@ -492,4 +492,4 @@ /* #undef uintptr_t */ /* Define as `fork' if `vfork' does not work. */ -#define vfork fork +/* #undef vfork */ Index: src/external/gpl3/binutils/lib/libiberty/arch/earmeb/defs.mk diff -u src/external/gpl3/binutils/lib/libiberty/arch/earmeb/defs.mk:1.1 src/external/gpl3/binutils/lib/libiberty/arch/earmeb/defs.mk:1.2 --- src/external/gpl3/binutils/lib/libiberty/arch/earmeb/defs.mk:1.1 Fri Apr 26 11:01:29 2013 +++ src/external/gpl3/binutils/lib/libiberty/arch/earmeb/defs.mk Mon Apr 29 09:32:39 2013 @@ -4,5 +4,5 @@ # G_ALLOCA= G_EXTRA_OFILES= -G_LIBOBJS=gettimeofday.o mempcpy.o mkstemps.o putenv.o strverscmp.o vfork.o strncmp.o +G_LIBOBJS=mempcpy.o mkstemps.o strverscmp.o strncmp.o G_REQUIRED_OFILES=regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o choose-temp.o concat.o cp-demint.o crc32.o dyn-string.o fdmatch.o fibheap.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o sort.o spaces.o splay-tree.o strerror.o strsignal.o unlink-if-ordinary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o Index: src/external/gpl3/binutils/usr.bin/common/arch/earmeb/config.h diff -u src/external/gpl3/binutils/usr.bin/common/arch/earmeb/config.h:1.1 src/external/gpl3/binutils/usr.bin/common/arch/earmeb/config.h:1.2 --- src/external/gpl3/binutils/usr.bin/common/arch/earmeb/config.h:1.1 Fri Apr 26 11:01:30 2013 +++ src/external/gpl3/binutils/usr.bin/common/arch/earmeb/config.h Mon Apr 29 09:32:38 2013 @@ -145,7 +145,7 @@ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `utimes' function. */ -/* #undef HAVE_UTIMES */ +#define HAVE_UTIMES 1 /* Define to 1 if you have the <zlib.h> header file. */ #define HAVE_ZLIB_H 1 Index: src/external/gpl3/binutils/usr.bin/ld/arch/earmeb/config.h diff -u src/external/gpl3/binutils/usr.bin/ld/arch/earmeb/config.h:1.1 src/external/gpl3/binutils/usr.bin/ld/arch/earmeb/config.h:1.2 --- src/external/gpl3/binutils/usr.bin/ld/arch/earmeb/config.h:1.1 Fri Apr 26 11:01:31 2013 +++ src/external/gpl3/binutils/usr.bin/ld/arch/earmeb/config.h Mon Apr 29 09:32:38 2013 @@ -64,7 +64,7 @@ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `glob' function. */ -/* #undef HAVE_GLOB */ +#define HAVE_GLOB 1 /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1