From: Alan Modra Date: Mon, 10 Sep 2012 22:32:44 +0000 (+0000) Subject: * config.in: Disable sanity check for kfreebsd. X-Git-Tag: binutils-2_23~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4658aec194650e3d217c88af4a002e873d24aec;p=thirdparty%2Fbinutils-gdb.git * config.in: Disable sanity check for kfreebsd. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7fd344b01b8..75254b4d205 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-09-07 Alan Modra PR ld/14464 diff --git a/bfd/config.in b/bfd/config.in index 20b619dd0dc..2fc4897ea9d 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 86d099528e2..4ca9aacd342 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-08-16 Ian Bolton Laurent Desnogues Jim MacArthur diff --git a/binutils/config.in b/binutils/config.in index 3b3812c3e11..4ed54e9c3ca 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 f2a949cc9fd..7a8e1677ff4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-09-10 Hans-Peter Nilsson PR gas/14521 diff --git a/gas/config.in b/gas/config.in index b1bdf8f499b..411710ea248 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 0b6bf495774..122107dd993 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-08-09 Nick Clifton * po/vi.po: Updated Vietnamese translation. diff --git a/gold/config.in b/gold/config.in index 3edc0d684f6..42252bf5a52 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 71f3ddddc73..a4c300a2a1f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-09-10 Hans-Peter Nilsson * emultempl/mmo.em (mmo_place_orphan): Rewrite to also attach diff --git a/ld/config.in b/ld/config.in index 5fbc4a3902d..f4a8a23e8f5 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 384de9bdbd5..e8e678932fb 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-08-14 Maciej W. Rozycki * mips-dis.c (print_insn_args): Add GET_OP and GET_OP_S local diff --git a/opcodes/config.in b/opcodes/config.in index 7b97957143b..9555f7db7cf 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