* ld-elf/init-mixed.c: Include config.h first.
authorAlan Modra <amodra@gmail.com>
Fri, 18 May 2012 02:05:23 +0000 (02:05 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 18 May 2012 02:05:23 +0000 (02:05 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/init-mixed.c

index 00957838e66a822c5235e1efa4b4b395ccaee178..24e8a9df2ac1187720e5befffdd69ae9217de3ed 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-18  Alan Modra  <amodra@gmail.com>
+
+       * ld-elf/init-mixed.c: Include config.h first.
+
 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ld-arm/emit-relocs1-vxworks.d: Expect addend as signed.
index 770a4b50e8f832be0edda97a0b8bcea9b387153b..f401ded4d702be49669ecdc7893f65cc70e9fa7c 100644 (file)
@@ -1,8 +1,7 @@
+#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "config.h"
-
 #ifdef HAVE_INITFINI_ARRAY
 static int count;