aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-09-10 22:30:57 +0000
committerAlan Modra <amodra@gmail.com>2012-09-10 22:30:57 +0000
commit00716ab17456adb467b1c9da399da5d0f8a74ae9 (patch)
tree967517d383bffc290865033c756c50dbdc165f73
parent2fa15f237df903f4809733afee950f955559fbf7 (diff)
downloadgdb-00716ab17456adb467b1c9da399da5d0f8a74ae9.zip
gdb-00716ab17456adb467b1c9da399da5d0f8a74ae9.tar.gz
gdb-00716ab17456adb467b1c9da399da5d0f8a74ae9.tar.bz2
* config.in: Disable sanity check for kfreebsd.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.in2
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/config.in2
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config.in2
-rw-r--r--gold/ChangeLog4
-rw-r--r--gold/config.in2
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/config.in2
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/config.in2
12 files changed, 30 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 15053f6..e678d3a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-10 Matthias Klose <doko@ubuntu.com>
+
+ * config.in: Disable sanity check for kfreebsd.
+
2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
diff --git a/bfd/config.in b/bfd/config.in
index 20b619d..2fc4897 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -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
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 95ed4c1..d254df9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-10 Matthias Klose <doko@ubuntu.com>
+
+ * config.in: Disable sanity check for kfreebsd.
+
2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
diff --git a/binutils/config.in b/binutils/config.in
index 3b3812c..4ed54e9 100644
--- a/binutils/config.in
+++ b/binutils/config.in
@@ -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
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cbc8f2f..811eb13 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-10 Matthias Klose <doko@ubuntu.com>
+
+ * config.in: Disable sanity check for kfreebsd.
+
2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
diff --git a/gas/config.in b/gas/config.in
index b1bdf8f..411710e 100644
--- a/gas/config.in
+++ b/gas/config.in
@@ -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
diff --git a/gold/ChangeLog b/gold/ChangeLog
index e481713..c7488ef 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-10 Matthias Klose <doko@ubuntu.com>
+
+ * config.in: Disable sanity check for kfreebsd.
+
2012-09-10 Sterling Augustine <saugustine@google.com>
* gdb-index.cc (Gdb_index::pubnames_read): New parameter.
diff --git a/gold/config.in b/gold/config.in
index 3edc0d6..42252bf 100644
--- a/gold/config.in
+++ b/gold/config.in
@@ -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
diff --git a/ld/ChangeLog b/ld/ChangeLog
index bb4ff85..9641ccc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-10 Matthias Klose <doko@ubuntu.com>
+
+ * config.in: Disable sanity check for kfreebsd.
+
2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
diff --git a/ld/config.in b/ld/config.in
index 5fbc4a3..f4a8a23 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -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
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index eb543d2..13b0173 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-10 Matthias Klose <doko@ubuntu.com>
+
+ * config.in: Disable sanity check for kfreebsd.
+
2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
diff --git a/opcodes/config.in b/opcodes/config.in
index 7b97957..9555f7d 100644
--- a/opcodes/config.in
+++ b/opcodes/config.in
@@ -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