diff options
Diffstat (limited to 'ld/emultempl')
29 files changed, 33 insertions, 30 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index b43ffbb36ee..279032440bd 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -10,7 +10,7 @@ fragment <<EOF /* AIX emulation code for ${EMULATION_NAME} Copyright 1991, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008 + 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Written by Steve Chamberlain <sac@cygnus.com> AIX support by Ian Lance Taylor <ian@cygnus.com> diff --git a/ld/emultempl/alphaelf.em b/ld/emultempl/alphaelf.em index a2f460f14ae..1bee6f90e71 100644 --- a/ld/emultempl/alphaelf.em +++ b/ld/emultempl/alphaelf.em @@ -1,5 +1,6 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2005, 2007, 2008, 2009 +# Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/armcoff.em b/ld/emultempl/armcoff.em index 07fdcc990ab..b3cdde90acd 100644 --- a/ld/emultempl/armcoff.em +++ b/ld/emultempl/armcoff.em @@ -5,7 +5,7 @@ fragment <<EOF /* emulate the original gld for the given ${EMULATION_NAME} Copyright 1991, 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2007, 2008 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Written by Steve Chamberlain steve@cygnus.com This file is part of the GNU Binutils. diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em index fffffd9ced2..b50a2a0d1e4 100644 --- a/ld/emultempl/armelf.em +++ b/ld/emultempl/armelf.em @@ -1,6 +1,6 @@ # This shell script emits a C file. -*- C -*- # Copyright 1991, 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2007, 2008 +# 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/avrelf.em b/ld/emultempl/avrelf.em index 9ab5a460479..f0807ddea39 100644 --- a/ld/emultempl/avrelf.em +++ b/ld/emultempl/avrelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2006, 2007, 2008 +# Copyright 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/cr16elf.em b/ld/emultempl/cr16elf.em index 22fe501c72f..3c66f6642c3 100644 --- a/ld/emultempl/cr16elf.em +++ b/ld/emultempl/cr16elf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2007 Free Software Foundation, Inc. +# Copyright 2007, 2008 Free Software Foundation, Inc. # Contributed by M R Swami Reddy <MR.Swami.Reddy@nsc.com> # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/crxelf.em b/ld/emultempl/crxelf.em index d306fd66043..d177a611116 100644 --- a/ld/emultempl/crxelf.em +++ b/ld/emultempl/crxelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2004, 2007 +# Copyright 2004, 2005, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/elf-generic.em b/ld/emultempl/elf-generic.em index 0f191351de3..cf4c2c82d04 100644 --- a/ld/emultempl/elf-generic.em +++ b/ld/emultempl/elf-generic.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 9c89bba27aa..4eaee7596e3 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -13,7 +13,8 @@ fragment <<EOF /* ${ELFSIZE} bit ELF emulation code for ${EMULATION_NAME} Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Free Software Foundation, Inc. Written by Steve Chamberlain <sac@cygnus.com> ELF support by Ian Lance Taylor <ian@cygnus.com> diff --git a/ld/emultempl/genelf.em b/ld/emultempl/genelf.em index cfb8f11cfbb..1a6c539b43b 100644 --- a/ld/emultempl/genelf.em +++ b/ld/emultempl/genelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2006, 2007 Free Software Foundation, Inc. +# Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/generic.em b/ld/emultempl/generic.em index 048ebbdafc3..4a846802508 100644 --- a/ld/emultempl/generic.em +++ b/ld/emultempl/generic.em @@ -4,7 +4,7 @@ fragment <<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, + Copyright 1991, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Written by Steve Chamberlain steve@cygnus.com diff --git a/ld/emultempl/hppaelf.em b/ld/emultempl/hppaelf.em index a38fc840d50..1f9a3075ee0 100644 --- a/ld/emultempl/hppaelf.em +++ b/ld/emultempl/hppaelf.em @@ -1,6 +1,6 @@ # This shell script emits a C file. -*- C -*- # Copyright 1991, 1993, 1994, 1997, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2007, 2008 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/ia64elf.em b/ld/emultempl/ia64elf.em index 3f2350fe132..b29e16cff65 100644 --- a/ld/emultempl/ia64elf.em +++ b/ld/emultempl/ia64elf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2003, 2007 Free Software Foundation, Inc. +# Copyright 2003, 2005, 2006, 2007 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/irix.em b/ld/emultempl/irix.em index c3ef4169f5b..41b8ce42a79 100644 --- a/ld/emultempl/irix.em +++ b/ld/emultempl/irix.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2004, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/m68hc1xelf.em b/ld/emultempl/m68hc1xelf.em index 01d2d83aa88..4751346bcef 100644 --- a/ld/emultempl/m68hc1xelf.em +++ b/ld/emultempl/m68hc1xelf.em @@ -1,6 +1,6 @@ # This shell script emits a C file. -*- C -*- -# Copyright 1991, 1993, 1994, 1997, 1999, 2000, 2001, 2002, 2003, 2007, -# 2008 Free Software Foundation, Inc. +# Copyright 1991, 1993, 1994, 1997, 1999, 2000, 2001, 2002, 2003, 2005, 2007, +# 2008, 2009 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/m68kelf.em b/ld/emultempl/m68kelf.em index 38d8ec5fa16..48a50bcfdc7 100644 --- a/ld/emultempl/m68kelf.em +++ b/ld/emultempl/m68kelf.em @@ -1,5 +1,6 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2000, 2001, 2003, 2007, 2008 Free Software Foundation, Inc. +# Copyright 2000, 2001, 2003, 2005, 2007, 2008, 2009 +# Free Software Foundation, Inc. # Written by Michael Sokolov <msokolov@ivan.Harhan.ORG>, based on armelf.em # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/mipsecoff.em b/ld/emultempl/mipsecoff.em index 75a943a3919..809229fd9e7 100644 --- a/ld/emultempl/mipsecoff.em +++ b/ld/emultempl/mipsecoff.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2007 +# Copyright 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/mipself.em b/ld/emultempl/mipself.em index 9144c10bebe..65cb0731a2b 100644 --- a/ld/emultempl/mipself.em +++ b/ld/emultempl/mipself.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2006, 2007 Free Software Foundation, Inc. +# Copyright 2004, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/mmix-elfnmmo.em b/ld/emultempl/mmix-elfnmmo.em index be4a279b7dd..6a7b295406e 100644 --- a/ld/emultempl/mmix-elfnmmo.em +++ b/ld/emultempl/mmix-elfnmmo.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2001, 2002, 2003, 2004, 2007, 2008 +# Copyright 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/mmixelf.em b/ld/emultempl/mmixelf.em index 314f56063cd..a875a5c10d9 100644 --- a/ld/emultempl/mmixelf.em +++ b/ld/emultempl/mmixelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2001, 2002, 2003, 2007 Free Software Foundation, Inc. +# Copyright 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/mmo.em b/ld/emultempl/mmo.em index 9568be328b0..d1a6f14617d 100644 --- a/ld/emultempl/mmo.em +++ b/ld/emultempl/mmo.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2001, 2002, 2003, 2004, 2006, 2007, 2008 +# Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/needrelax.em b/ld/emultempl/needrelax.em index c0d5928ee9a..4c475db707a 100644 --- a/ld/emultempl/needrelax.em +++ b/ld/emultempl/needrelax.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2001, 2002, 2003, 2007 Free Software Foundation, Inc. +# Copyright 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/ppc32elf.em b/ld/emultempl/ppc32elf.em index 9918a48f3c1..c54f35ca5c3 100644 --- a/ld/emultempl/ppc32elf.em +++ b/ld/emultempl/ppc32elf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2003, 2005, 2007, 2008 Free Software Foundation, Inc. +# Copyright 2003, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em index 1518dac15fd..05afbb1219a 100644 --- a/ld/emultempl/ppc64elf.em +++ b/ld/emultempl/ppc64elf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2002, 2003, 2004, 2005, 2007, 2008 +# Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/sh64elf.em b/ld/emultempl/sh64elf.em index a2b82f92bed..0c5dc4e9ed0 100644 --- a/ld/emultempl/sh64elf.em +++ b/ld/emultempl/sh64elf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2000, 2001, 2002, 2003, 2004, 2007, 2008 +# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index 739b6b15ba7..dff1d7014f5 100644 --- a/ld/emultempl/ticoff.em +++ b/ld/emultempl/ticoff.em @@ -3,7 +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 + Copyright 1999, 2000, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/emultempl/vanilla.em b/ld/emultempl/vanilla.em index bd8039a3d25..4a83dfd2a48 100644 --- a/ld/emultempl/vanilla.em +++ b/ld/emultempl/vanilla.em @@ -2,7 +2,7 @@ # It does some substitutions. fragment <<EOF /* A vanilla emulation with no defaults - Copyright 1991, 1992, 1994, 2000, 2001, 2002, 2003, 2007, 2008 + Copyright 1991, 1992, 1994, 2000, 2001, 2002, 2003, 2005, 2007, 2008 Free Software Foundation, Inc. Written by Steve Chamberlain steve@cygnus.com diff --git a/ld/emultempl/vxworks.em b/ld/emultempl/vxworks.em index ef92e0ef952..3748ddb37c2 100644 --- a/ld/emultempl/vxworks.em +++ b/ld/emultempl/vxworks.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2007, 2008 Free Software Foundation, Inc. +# Copyright 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/z80.em b/ld/emultempl/z80.em index 37ef944e10d..100ebd0eb95 100644 --- a/ld/emultempl/z80.em +++ b/ld/emultempl/z80.em @@ -1,7 +1,7 @@ # This shell script emits C code -*- C -*- # to keep track of the machine type of Z80 object files # It does some substitutions. -# Copyright 2007, 2008 Free Software Foundation, Inc. +# Copyright 2005, 2007, 2008 Free Software Foundation, Inc. # This file is part of the GNU Binutils. # # This program is free software; you can redistribute it and/or modify |