]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
* config.in: Disable sanity check for kfreebsd.
authorAlan Modra <amodra@bigpond.net.au>
Mon, 10 Sep 2012 22:32:41 +0000 (22:32 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 10 Sep 2012 22:32:41 +0000 (22:32 +0000)
12 files changed:
bfd/ChangeLog
bfd/config.in
binutils/ChangeLog
binutils/config.in
gas/ChangeLog
gas/config.in
gold/ChangeLog
gold/config.in
ld/ChangeLog
ld/config.in
opcodes/ChangeLog
opcodes/config.in

index 7fd344b01b8f89df639452fd19e30137b82b5b73..75254b4d20566d7c0c7caeb0c21f649d0a4acb46 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-07  Alan Modra  <amodra@gmail.com>
 
        PR ld/14464
index 20b619dd0dc1c3b72641d54340b519cac84f74a6..2fc4897ea9d2c31b866807178ec92224d8e0596c 100644 (file)
@@ -2,7 +2,7 @@
 
 /* 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 86d099528e2fec6641bbd84742af900edf9242fa..4ca9aacd3426486173a312d6193b221df2bf3dc2 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-08-16  Ian Bolton  <ian.bolton@arm.com>
             Laurent Desnogues  <laurent.desnogues@arm.com>
             Jim MacArthur  <jim.macarthur@arm.com>
index 3b3812c3e11b252125cc6dc4b55992272c9fe48a..4ed54e9c3ca959875a09efe6071138223171ef29 100644 (file)
@@ -2,7 +2,7 @@
 
 /* Check that config.h is #included before system headers
    (this works only for glibc, but that should be enough).  */
-#if defined(__GLIBC__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__)
 #  error config.h must be #included before system headers
 #endif
 
index f2a949cc9fd2bba1e50bd2e34435058e5af22422..7a8e1677ff47979c0361603dc4538cd4b6d5346a 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-10  Hans-Peter Nilsson  <hp@bitrange.com>
 
        PR gas/14521
index b1bdf8f499b68815c926c3769535199a621b1295..411710ea2487a9642183b3c7be314270b5a0e8f4 100644 (file)
@@ -2,7 +2,7 @@
 
 /* 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 0b6bf4957746edcda9804f133ceee914158eb37b..122107dd993a9c842d1420e4f4e1d82dfea2713c 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-08-09  Nick Clifton  <nickc@redhat.com>
 
        * po/vi.po: Updated Vietnamese translation.
index 3edc0d684f6cc12f5272099e36447f1fe9669822..42252bf5a523c62de0599e58c0bd065c4141e417 100644 (file)
@@ -2,7 +2,7 @@
 
 /* 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 71f3ddddc73ae601c20eec6fd52f332a02755432..a4c300a2a1f181bc069631d77436e48156f31f2b 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-10  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * emultempl/mmo.em (mmo_place_orphan): Rewrite to also attach
index 5fbc4a3902d44f740c369b4b0c79f3cb80f3995b..f4a8a23e8f5411c2de459e7bce953cbb4a614d6c 100644 (file)
@@ -2,7 +2,7 @@
 
 /* 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 384de9bdbd5b6f561867cfff229652f863ebc30a..e8e678932fb5dc14880c1a967798ede6ea1e9713 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-08-14  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * mips-dis.c (print_insn_args): Add GET_OP and GET_OP_S local
index 7b97957143b6f119b9addaa47eab01577393c0e0..9555f7db7cf45328757ed363dfc3dcdea9b27d56 100644 (file)
@@ -2,7 +2,7 @@
 
 /* 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