From d17dce55671e34440a65ad06713db7c3ad4114dd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 5 Nov 2012 10:45:32 +0000 Subject: * configure.in: Apply 2012-09-10 change to config.in here. --- gas/ChangeLog | 4 ++++ gas/configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index 17045c7..395af64 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2012-11-05 Alan Modra + * configure.in: Apply 2012-09-10 change to config.in here. + +2012-11-05 Alan Modra + * config/tc-ppc.c (md_chars_to_number): Delete. (ppc_setup_opcodes): Assert num_powerpc_operands fit. (ppc_is_toc_sym): Move earlier in file. diff --git a/gas/configure.in b/gas/configure.in index 20a64d5..53e905b 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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]) -- cgit v1.1