diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 | 
| commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
| tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /ld/emultempl/generic.em | |
| parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) | |
Notes
Diffstat (limited to 'ld/emultempl/generic.em')
| -rw-r--r-- | ld/emultempl/generic.em | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/ld/emultempl/generic.em b/ld/emultempl/generic.em index 985cdf8e24f4..9ea6d02ed7e0 100644 --- a/ld/emultempl/generic.em +++ b/ld/emultempl/generic.em @@ -4,8 +4,8 @@ cat >e${EMULATION_NAME}.c <<EOF  /* This file is is generated by a shell script.  DO NOT EDIT! */  /* emulate the original gld for the given ${EMULATION_NAME} -   Copyright 1991, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, 2004 -   Free Software Foundation, Inc. +   Copyright 1991, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, 2004, +   2007 Free Software Foundation, Inc.     Written by Steve Chamberlain steve@cygnus.com  This file is part of GLD, the Gnu Linker. @@ -26,8 +26,8 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  #define TARGET_IS_${EMULATION_NAME} -#include "bfd.h"  #include "sysdep.h" +#include "bfd.h"  #include "bfdlink.h"  #include "ld.h" | 
