From: Alan Modra Date: Fri, 18 May 2012 02:05:23 +0000 (+0000) Subject: * ld-elf/init-mixed.c: Include config.h first. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=397b19d7ce9beced6ee0a9ed2b71535df2c653e5;p=binutils-gdb.git * ld-elf/init-mixed.c: Include config.h first. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 00957838e66..24e8a9df2ac 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-05-18 Alan Modra + + * ld-elf/init-mixed.c: Include config.h first. + 2012-05-17 H.J. Lu * ld-arm/emit-relocs1-vxworks.d: Expect addend as signed. diff --git a/ld/testsuite/ld-elf/init-mixed.c b/ld/testsuite/ld-elf/init-mixed.c index 770a4b50e8f..f401ded4d70 100644 --- a/ld/testsuite/ld-elf/init-mixed.c +++ b/ld/testsuite/ld-elf/init-mixed.c @@ -1,8 +1,7 @@ +#include "config.h" #include #include -#include "config.h" - #ifdef HAVE_INITFINI_ARRAY static int count;