aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-11-05 10:45:32 +0000
committerAlan Modra <amodra@gmail.com>2012-11-05 10:45:32 +0000
commitd17dce55671e34440a65ad06713db7c3ad4114dd (patch)
treeba7de4ca288ea99b420c3e77a4d454ef75e08f5f /opcodes
parent3b8b57a9495016b2b02fbc2612dd1607d4b6f9ba (diff)
downloadgdb-d17dce55671e34440a65ad06713db7c3ad4114dd.zip
gdb-d17dce55671e34440a65ad06713db7c3ad4114dd.tar.gz
gdb-d17dce55671e34440a65ad06713db7c3ad4114dd.tar.bz2
* configure.in: Apply 2012-09-10 change to config.in here.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog7
-rw-r--r--opcodes/configure.in2
2 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 0e148ad..a1f9d6e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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>
diff --git a/opcodes/configure.in b/opcodes/configure.in
index 3c1a22a..462d3be 100644
--- a/opcodes/configure.in
+++ b/opcodes/configure.in
@@ -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])