Improve .rsrc section merging with better handling of the alignment adjustments
[deliverable/binutils-gdb.git] / ld / emultempl / ticoff.em
index 739b6b15ba7c430f5f15ffcf4ac105d87eb8b9af..a94f93760ce9b8fe063662776d44470aa075da3c 100644 (file)
@@ -3,8 +3,7 @@
 (echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
 fragment <<EOF
 /* This file is part of GLD, the Gnu Linker.
-   Copyright 1999, 2000, 2002, 2003, 2004, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1999-2014 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -106,7 +105,7 @@ gld_${EMULATION_NAME}_before_parse(void)
 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.
 
This page took 0.023287 seconds and 4 git commands to generate.