This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: another build breakage


This too.

	* ld-elf/init-mixed.c: Include config.h first.

Index: ld-elf/init-mixed.c
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/init-mixed.c,v
retrieving revision 1.2
diff -u -p -r1.2 init-mixed.c
--- ld-elf/init-mixed.c	7 May 2011 14:12:57 -0000	1.2
+++ ld-elf/init-mixed.c	18 May 2012 02:03:43 -0000
@@ -1,8 +1,7 @@
+#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "config.h"
-
 #ifdef HAVE_INITFINI_ARRAY
 static int count;
 

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]