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

This commit is contained in:
Alan Modra 2012-05-18 02:05:23 +00:00
parent 5eb3690ee9
commit 397b19d7ce
2 changed files with 5 additions and 2 deletions

View 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.

View File

@ -1,8 +1,7 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "config.h"
#ifdef HAVE_INITFINI_ARRAY
static int count;