PR 12264 #include config.h first

Alan Modra amodra@gmail.com
Thu Nov 25 01:17:00 GMT 2010


Applied mainline and branch.

	PR gas/12264
	* compress-debug.c: Include config.h first.

Index: gas/compress-debug.c
===================================================================
RCS file: /cvs/src/src/gas/compress-debug.c,v
retrieving revision 1.1
diff -u -p -r1.1 compress-debug.c
--- gas/compress-debug.c	4 Jul 2010 10:08:58 -0000	1.1
+++ gas/compress-debug.c	25 Nov 2010 01:01:28 -0000
@@ -18,11 +18,9 @@
    Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 
+#include "config.h"
 #include <stdio.h>
-
 #include "ansidecl.h"
-
-#include "config.h"
 #include "compress-debug.h"
 
 #ifdef HAVE_ZLIB_H

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list