* configure.in: Apply 2012-09-10 change to config.in here.
authorAlan Modra <amodra@gmail.com>
Mon, 5 Nov 2012 10:45:32 +0000 (10:45 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 5 Nov 2012 10:45:32 +0000 (10:45 +0000)
bfd/ChangeLog
bfd/configure.in
gas/ChangeLog
gas/configure.in
ld/ChangeLog
ld/configure.in
opcodes/ChangeLog
opcodes/configure.in

index 4fa94b1c08fe3009102c31ec828c5d4e8d8d820c..c28f203a09c42bc6b21ff7a659faf409dda76ccf 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-05  Alan Modra  <amodra@gmail.com>
+
+       * configure.in: Apply 2012-09-10 change to config.in here.
+
 2012-11-05  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c (ppc64_elf_edit_toc): Clear "repeat" inside
index 6261aab9594586d409f8d838b1ff82f94d3ccfaa..f7e3929b12094c714c66a2f33c015a0fe663bec8 100644 (file)
@@ -121,7 +121,7 @@ AC_CONFIG_HEADERS(config.h:config.in)
 AH_VERBATIM([00_CONFIG_H_CHECK],
 [/* Check that config.h is #included before system headers
     (this works only for glibc, but that should be enough).  */
-#if defined(__GLIBC__) && !defined(__CONFIG_H__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
 #  error config.h must be #included before system headers
 #endif
 #define __CONFIG_H__ 1])
index 17045c73394bfc9d0dca89194917d9b77653b6c3..395af6426c664088bc2f3377a241b1fdb8fb924a 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-05  Alan Modra  <amodra@gmail.com>
+
+       * configure.in: Apply 2012-09-10 change to config.in here.
+
 2012-11-05  Alan Modra  <amodra@gmail.com>
 
        * config/tc-ppc.c (md_chars_to_number): Delete.
index 20a64d501b507f928759ffe7cee7407d231de11e..53e905bee295f4bcbec44a686fc932ba10c195f2 100644 (file)
@@ -62,7 +62,7 @@ AC_CONFIG_HEADERS(config.h:config.in)
 AH_VERBATIM([00_CONFIG_H_CHECK],
 [/* Check that config.h is #included before system headers
    (this works only for glibc, but that should be enough).  */
-#if defined(__GLIBC__) && !defined(__CONFIG_H__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
 #  error config.h must be #included before system headers
 #endif
 #define __CONFIG_H__ 1])
index 3b86fcb57deee1848ebf8fce980afe1a47c7bde9..e327bbc69a3cf6b8f12a5a06e6e8da59d0fca8db 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-05  Alan Modra  <amodra@gmail.com>
+
+       * configure.in: Apply 2012-09-10 change to config.in here.
+
 2012-11-01  Nathan Sidwell  <nathan@codesourcery.com>
 
        * emultempl/elf32.em: Print stacksize help.
index 97a513360fccb473959929f078dfef51afb494d1..34d1b96878bfeda7bcace1280d3d8fd66bb18b85 100644 (file)
@@ -128,7 +128,7 @@ AC_CONFIG_HEADERS([config.h:config.in])
 AH_VERBATIM([00_CONFIG_H_CHECK],
 [/* Check that config.h is #included before system headers
    (this works only for glibc, but that should be enough).  */
-#if defined(__GLIBC__) && !defined(__CONFIG_H__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
 #  error config.h must be #included before system headers
 #endif
 #define __CONFIG_H__ 1])
index 0e148ad2a3edde9f07b14a3e76936cbc18bfdfa5..a1f9d6e9fb3f3ebe7ea3ad990ff07982b33ce7c8 100644 (file)
@@ -1,7 +1,12 @@
+2012-11-05  Alan Modra  <amodra@gmail.com>
+
+       * configure.in: Apply 2012-09-10 change to config.in here.
+
 2012-10-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * s390-mkopc.c: Accept empty lines in s390-opc.txt.
-       * s390-opc.c: Add M_20OPT field. New instruction formats RRF_RURR2 and RRF_RMRR.
+       * s390-opc.c: Add M_20OPT field. New instruction formats RRF_RURR2
+       and RRF_RMRR.
        * s390-opc.txt: Add new instructions.  New instruction type for lptea.
 
 2012-10-26  Christian Groessler  <chris@groessler.org>
index 3c1a22a8a5118f3ab9c92968f8b1cb495ed3dae7..462d3be5f5757abe9a5c46c786f0e37506c3896c 100644 (file)
@@ -51,7 +51,7 @@ AC_CONFIG_HEADERS(config.h:config.in)
 AH_VERBATIM([00_CONFIG_H_CHECK],
 [/* Check that config.h is #included before system headers
    (this works only for glibc, but that should be enough).  */
-#if defined(__GLIBC__) && !defined(__CONFIG_H__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
 #  error config.h must be #included before system headers
 #endif
 #define __CONFIG_H__ 1])
This page took 0.030578 seconds and 4 git commands to generate.