bfd/
[deliverable/binutils-gdb.git] / ld / emultempl / pep.em
index 3fa6ca4ba92f628c0ad715c55c776305c940a5ce..f44471b6a28798080caf282345f412085e6c898b 100644 (file)
@@ -10,7 +10,7 @@ rm -f e${EMULATION_NAME}.c
 (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
 cat >>e${EMULATION_NAME}.c <<EOF
 /* This file is part of GLD, the Gnu Linker.
-   Copyright 2006 Free Software Foundation, Inc.
+   Copyright 2006, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -37,8 +37,8 @@ cat >>e${EMULATION_NAME}.c <<EOF
 #define COFF_WITH_PE
 #define COFF_WITH_pex64
 
-#include "bfd.h"
 #include "sysdep.h"
+#include "bfd.h"
 #include "bfdlink.h"
 #include "getopt.h"
 #include "libiberty.h"
This page took 0.026398 seconds and 4 git commands to generate.