summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/emultempl/sunos.em
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/emultempl/sunos.em')
-rw-r--r--binutils-2.25/ld/emultempl/sunos.em9
1 files changed, 4 insertions, 5 deletions
diff --git a/binutils-2.25/ld/emultempl/sunos.em b/binutils-2.25/ld/emultempl/sunos.em
index af11027a..e57e1f0e 100644
--- a/binutils-2.25/ld/emultempl/sunos.em
+++ b/binutils-2.25/ld/emultempl/sunos.em
@@ -9,9 +9,7 @@ fragment <<EOF
/* This file is is generated by a shell script. DO NOT EDIT! */
/* SunOS emulation code for ${EMULATION_NAME}
- Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
- 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2012
- Free Software Foundation, Inc.
+ Copyright (C) 1991-2014 Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com>
SunOS shared library support by Ian Lance Taylor <ian@cygnus.com>
@@ -960,7 +958,7 @@ static char *
gld${EMULATION_NAME}_get_script (int *isfile)
EOF
-if test -n "$COMPILE_IN"
+if test x"$COMPILE_IN" = xyes
then
# Scripts compiled in.
@@ -1035,6 +1033,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
NULL, /* list options */
NULL, /* recognized file */
NULL, /* find_potential_libraries */
- NULL /* new_vers_pattern */
+ NULL, /* new_vers_pattern */
+ NULL /* extra_map_file_text */
};
EOF