* elf32-arm.c: Move sysdep.h to start of file.

This commit is contained in:
Andrew Jenner 2009-05-13 16:46:42 +00:00
parent 42a68e1874
commit 6e6718a332
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-05-13 Andrew Jenner <andrew@codesourcery.com>
* elf32-arm.c: Move sysdep.h to start of file.
2009-05-11 Ulrich Weigand <uweigand@de.ibm.com>
* elf32-spu.c (spu_elf_find_overlays): Don't use .ovl.init lma as

View File

@ -19,9 +19,9 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
#include "sysdep.h"
#include <limits.h>
#include "sysdep.h"
#include "bfd.h"
#include "libiberty.h"
#include "libbfd.h"