aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/ld/emultempl/vanilla.em
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-11-01 19:35:33 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-11-01 19:35:33 +0000
commit97d40d3d4a4398b698e344a9f4af8a0e8a4ac3fc (patch)
tree461aafc934d462eb9b9221308f8e25238c0ada62 /contrib/binutils/ld/emultempl/vanilla.em
parentf4fd60a2a35a12f9ca8c2ec5dba8297acfd083e0 (diff)
parentb3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (diff)
downloadsrc-97d40d3d4a4398b698e344a9f4af8a0e8a4ac3fc.tar.gz
src-97d40d3d4a4398b698e344a9f4af8a0e8a4ac3fc.zip
Notes
Diffstat (limited to 'contrib/binutils/ld/emultempl/vanilla.em')
-rw-r--r--contrib/binutils/ld/emultempl/vanilla.em5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/binutils/ld/emultempl/vanilla.em b/contrib/binutils/ld/emultempl/vanilla.em
index 212485268734..ece005e8b6e4 100644
--- a/contrib/binutils/ld/emultempl/vanilla.em
+++ b/contrib/binutils/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"