From: amodra Date: Thu, 25 Nov 2010 01:15:13 +0000 (+0000) Subject: PR gas/12264 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d3bdd043cee3421e0768c2f0cc24f4758c0d54dd;p=pf3gnuchains%2Fpf3gnuchains4x.git PR gas/12264 * compress-debug.c: Include config.h first. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 14d31de8b4..c82f3c8fce 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-11-25 Alan Modra + + PR gas/12264 + * compress-debug.c: Include config.h first. + 2010-11-24 Mike Frysinger * doc/as.texinfo: Refer to and include c-bfin.texi for Blackfin @@ -32,7 +37,7 @@ 2010-11-19 Alan Modra - PR 2606 + PR 2606 * configure.in: Disable emulations for PE targets. * configure: Regenerate. diff --git a/gas/compress-debug.c b/gas/compress-debug.c index c2a8d3d51d..09076002d7 100644 --- a/gas/compress-debug.c +++ b/gas/compress-debug.c @@ -18,11 +18,9 @@ Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "config.h" #include - #include "ansidecl.h" - -#include "config.h" #include "compress-debug.h" #ifdef HAVE_ZLIB_H