diff options
Diffstat (limited to 'ld/emultempl/vanilla.em')
-rw-r--r-- | ld/emultempl/vanilla.em | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ld/emultempl/vanilla.em b/ld/emultempl/vanilla.em index 2124852..ece005e 100644 --- a/ld/emultempl/vanilla.em +++ b/ld/emultempl/vanilla.em @@ -2,7 +2,7 @@ # It does some substitutions. cat >e${EMULATION_NAME}.c <<EOF /* A vanilla emulation with no defaults - Copyright 1991, 1992, 1994, 2000, 2001, 2002, 2003 + Copyright 1991, 1992, 1994, 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. Written by Steve Chamberlain steve@cygnus.com @@ -22,9 +22,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "bfd.h" #include "sysdep.h" - +#include "bfd.h" #include "ld.h" #include "ldmisc.h" |