Module Name:    src
Committed By:   matt
Date:           Mon Feb  4 22:50:13 UTC 2013

Modified Files:
        src/external/gpl3/binutils/lib/libbfd/arch/earm: config.h
        src/external/gpl3/binutils/lib/libbfd/arch/earmhf: config.h
        src/external/gpl3/binutils/usr.bin/common/arch/earm: config.h
        src/external/gpl3/binutils/usr.bin/common/arch/earmhf: config.h
        src/external/gpl3/binutils/usr.bin/gas/arch/earm: config.h targ-env.h
        src/external/gpl3/binutils/usr.bin/gas/arch/earmhf: config.h targ-env.h
        src/external/gpl3/binutils/usr.bin/ld/arch/earm: config.h
        src/external/gpl3/binutils/usr.bin/ld/arch/earmhf: config.h

Log Message:
Rerun mknative for earm and earmhf for gas changes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/binutils/lib/libbfd/arch/earm/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/binutils/lib/libbfd/arch/earmhf/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/binutils/usr.bin/common/arch/earm/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/binutils/usr.bin/common/arch/earmhf/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/binutils/usr.bin/gas/arch/earm/config.h \
    src/external/gpl3/binutils/usr.bin/gas/arch/earm/targ-env.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/config.h \
    src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/targ-env.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/binutils/usr.bin/ld/arch/earm/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/binutils/usr.bin/ld/arch/earmhf/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/earm/config.h
diff -u src/external/gpl3/binutils/lib/libbfd/arch/earm/config.h:1.1 src/external/gpl3/binutils/lib/libbfd/arch/earm/config.h:1.2
--- src/external/gpl3/binutils/lib/libbfd/arch/earm/config.h:1.1	Sun Aug  5 16:34:05 2012
+++ src/external/gpl3/binutils/lib/libbfd/arch/earm/config.h	Mon Feb  4 22:50:12 2013
@@ -251,7 +251,7 @@
 /* #undef HAVE_WIN32_PSTATUS_T */
 
 /* Define to 1 if you have the <zlib.h> header file. */
-/* #undef HAVE_ZLIB_H */
+#define HAVE_ZLIB_H 1
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */

Index: src/external/gpl3/binutils/lib/libbfd/arch/earmhf/config.h
diff -u src/external/gpl3/binutils/lib/libbfd/arch/earmhf/config.h:1.1 src/external/gpl3/binutils/lib/libbfd/arch/earmhf/config.h:1.2
--- src/external/gpl3/binutils/lib/libbfd/arch/earmhf/config.h:1.1	Sun Feb  3 01:58:13 2013
+++ src/external/gpl3/binutils/lib/libbfd/arch/earmhf/config.h	Mon Feb  4 22:50:12 2013
@@ -251,7 +251,7 @@
 /* #undef HAVE_WIN32_PSTATUS_T */
 
 /* Define to 1 if you have the <zlib.h> header file. */
-/* #undef HAVE_ZLIB_H */
+#define HAVE_ZLIB_H 1
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */

Index: src/external/gpl3/binutils/usr.bin/common/arch/earm/config.h
diff -u src/external/gpl3/binutils/usr.bin/common/arch/earm/config.h:1.1 src/external/gpl3/binutils/usr.bin/common/arch/earm/config.h:1.2
--- src/external/gpl3/binutils/usr.bin/common/arch/earm/config.h:1.1	Sun Aug  5 16:34:06 2012
+++ src/external/gpl3/binutils/usr.bin/common/arch/earm/config.h	Mon Feb  4 22:50:12 2013
@@ -148,7 +148,7 @@
 #define HAVE_UTIMES 1
 
 /* Define to 1 if you have the <zlib.h> header file. */
-/* #undef HAVE_ZLIB_H */
+#define HAVE_ZLIB_H 1
 
 /* Define as const if the declaration of iconv() needs const. */
 #define ICONV_CONST const
@@ -225,7 +225,7 @@
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
-/* #undef YYTEXT_POINTER */
+#define YYTEXT_POINTER 1
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */

Index: src/external/gpl3/binutils/usr.bin/common/arch/earmhf/config.h
diff -u src/external/gpl3/binutils/usr.bin/common/arch/earmhf/config.h:1.1 src/external/gpl3/binutils/usr.bin/common/arch/earmhf/config.h:1.2
--- src/external/gpl3/binutils/usr.bin/common/arch/earmhf/config.h:1.1	Sun Feb  3 01:58:14 2013
+++ src/external/gpl3/binutils/usr.bin/common/arch/earmhf/config.h	Mon Feb  4 22:50:12 2013
@@ -148,7 +148,7 @@
 #define HAVE_UTIMES 1
 
 /* Define to 1 if you have the <zlib.h> header file. */
-/* #undef HAVE_ZLIB_H */
+#define HAVE_ZLIB_H 1
 
 /* Define as const if the declaration of iconv() needs const. */
 #define ICONV_CONST const
@@ -225,7 +225,7 @@
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
-/* #undef YYTEXT_POINTER */
+#define YYTEXT_POINTER 1
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */

Index: src/external/gpl3/binutils/usr.bin/gas/arch/earm/config.h
diff -u src/external/gpl3/binutils/usr.bin/gas/arch/earm/config.h:1.1 src/external/gpl3/binutils/usr.bin/gas/arch/earm/config.h:1.2
--- src/external/gpl3/binutils/usr.bin/gas/arch/earm/config.h:1.1	Sun Aug  5 16:34:06 2012
+++ src/external/gpl3/binutils/usr.bin/gas/arch/earm/config.h	Mon Feb  4 22:50:12 2013
@@ -120,7 +120,7 @@
 #define HAVE_UNLINK 1
 
 /* Define to 1 if you have the <zlib.h> header file. */
-/* #undef HAVE_ZLIB_H */
+#define HAVE_ZLIB_H 1
 
 /* Using i386 COFF? */
 /* #undef I386COFF */
@@ -299,7 +299,7 @@
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
-/* #undef YYTEXT_POINTER */
+#define YYTEXT_POINTER 1
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */
Index: src/external/gpl3/binutils/usr.bin/gas/arch/earm/targ-env.h
diff -u src/external/gpl3/binutils/usr.bin/gas/arch/earm/targ-env.h:1.1 src/external/gpl3/binutils/usr.bin/gas/arch/earm/targ-env.h:1.2
--- src/external/gpl3/binutils/usr.bin/gas/arch/earm/targ-env.h:1.1	Sun Aug  5 16:34:06 2012
+++ src/external/gpl3/binutils/usr.bin/gas/arch/earm/targ-env.h	Mon Feb  4 22:50:12 2013
@@ -2,4 +2,4 @@
 /* Generated from: 	NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
-#include "te-armeabi.h"
+#include "te-armnbsdeabi.h"

Index: src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/config.h
diff -u src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/config.h:1.1 src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/config.h:1.2
--- src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/config.h:1.1	Sun Feb  3 01:58:14 2013
+++ src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/config.h	Mon Feb  4 22:50:13 2013
@@ -120,7 +120,7 @@
 #define HAVE_UNLINK 1
 
 /* Define to 1 if you have the <zlib.h> header file. */
-/* #undef HAVE_ZLIB_H */
+#define HAVE_ZLIB_H 1
 
 /* Using i386 COFF? */
 /* #undef I386COFF */
@@ -299,7 +299,7 @@
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
-/* #undef YYTEXT_POINTER */
+#define YYTEXT_POINTER 1
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */
Index: src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/targ-env.h
diff -u src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/targ-env.h:1.1 src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/targ-env.h:1.2
--- src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/targ-env.h:1.1	Sun Feb  3 01:58:14 2013
+++ src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/targ-env.h	Mon Feb  4 22:50:13 2013
@@ -2,4 +2,4 @@
 /* Generated from: 	NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
-#include "te-armeabi.h"
+#include "te-armnbsdeabihf.h"

Index: src/external/gpl3/binutils/usr.bin/ld/arch/earm/config.h
diff -u src/external/gpl3/binutils/usr.bin/ld/arch/earm/config.h:1.1 src/external/gpl3/binutils/usr.bin/ld/arch/earm/config.h:1.2
--- src/external/gpl3/binutils/usr.bin/ld/arch/earm/config.h:1.1	Sun Aug  5 16:34:06 2012
+++ src/external/gpl3/binutils/usr.bin/ld/arch/earm/config.h	Mon Feb  4 22:50:13 2013
@@ -138,7 +138,7 @@
 /* #undef HAVE_WINDOWS_H */
 
 /* Define to 1 if you have the <zlib.h> header file. */
-/* #undef HAVE_ZLIB_H */
+#define HAVE_ZLIB_H 1
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */
@@ -201,7 +201,7 @@
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
-/* #undef YYTEXT_POINTER */
+#define YYTEXT_POINTER 1
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */

Index: src/external/gpl3/binutils/usr.bin/ld/arch/earmhf/config.h
diff -u src/external/gpl3/binutils/usr.bin/ld/arch/earmhf/config.h:1.1 src/external/gpl3/binutils/usr.bin/ld/arch/earmhf/config.h:1.2
--- src/external/gpl3/binutils/usr.bin/ld/arch/earmhf/config.h:1.1	Sun Feb  3 01:58:14 2013
+++ src/external/gpl3/binutils/usr.bin/ld/arch/earmhf/config.h	Mon Feb  4 22:50:13 2013
@@ -138,7 +138,7 @@
 /* #undef HAVE_WINDOWS_H */
 
 /* Define to 1 if you have the <zlib.h> header file. */
-/* #undef HAVE_ZLIB_H */
+#define HAVE_ZLIB_H 1
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */
@@ -201,7 +201,7 @@
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
-/* #undef YYTEXT_POINTER */
+#define YYTEXT_POINTER 1
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */

Reply via email to