diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-01-01 15:34:07 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-01-01 15:34:07 +0000 |
commit | 7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6 (patch) | |
tree | de59c8cbd543ce1c90880fa240cd7c7fe91147f1 /sim/testsuite | |
parent | 71ce852cc78c5d00fa27416d165879de897aac50 (diff) | |
download | binutils-7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6.zip binutils-7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6.tar.gz binutils-7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6.tar.bz2 |
run copyright.sh for 2011.
Diffstat (limited to 'sim/testsuite')
-rw-r--r-- | sim/testsuite/Makefile.in | 2 | ||||
-rw-r--r-- | sim/testsuite/common/bits-gen.c | 3 | ||||
-rw-r--r-- | sim/testsuite/d10v-elf/Makefile.in | 2 | ||||
-rw-r--r-- | sim/testsuite/frv-elf/Makefile.in | 3 | ||||
-rw-r--r-- | sim/testsuite/m32r-elf/Makefile.in | 3 | ||||
-rw-r--r-- | sim/testsuite/mips64el-elf/Makefile.in | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/cris/asm/asm.exp | 3 | ||||
-rw-r--r-- | sim/testsuite/sim/cris/c/c.exp | 3 | ||||
-rw-r--r-- | sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp | 3 | ||||
-rw-r--r-- | sim/testsuite/sim/mips/testutils.inc | 3 | ||||
-rw-r--r-- | sim/testsuite/sim/mips/utils-dsp.inc | 3 | ||||
-rw-r--r-- | sim/testsuite/sim/mips/utils-fpu.inc | 3 | ||||
-rw-r--r-- | sim/testsuite/sim/mips/utils-mdmx.inc | 3 |
13 files changed, 23 insertions, 13 deletions
diff --git a/sim/testsuite/Makefile.in b/sim/testsuite/Makefile.in index bfb721d..99bf4d8 100644 --- a/sim/testsuite/Makefile.in +++ b/sim/testsuite/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010 +# Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/common/bits-gen.c b/sim/testsuite/common/bits-gen.c index 15cb34d..677a7f8 100644 --- a/sim/testsuite/common/bits-gen.c +++ b/sim/testsuite/common/bits-gen.c @@ -1,5 +1,6 @@ /* Miscellaneous simulator utilities. - Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/testsuite/d10v-elf/Makefile.in b/sim/testsuite/d10v-elf/Makefile.in index b29d3d1..7dc2b75 100644 --- a/sim/testsuite/d10v-elf/Makefile.in +++ b/sim/testsuite/d10v-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright (C) 1992, 1993, 1994, 1995, 2007, 2008, 2009, 2010 +# Copyright (C) 1992, 1993, 1994, 1995, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/frv-elf/Makefile.in b/sim/testsuite/frv-elf/Makefile.in index af3f88f..32c2a00 100644 --- a/sim/testsuite/frv-elf/Makefile.in +++ b/sim/testsuite/frv-elf/Makefile.in @@ -1,5 +1,6 @@ # Makefile for regression testing the frv simulator. -# Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 1998, 2007, 2008, 2009, 2010, 2011 +# Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/m32r-elf/Makefile.in b/sim/testsuite/m32r-elf/Makefile.in index 2d87d8b..2314ea9 100644 --- a/sim/testsuite/m32r-elf/Makefile.in +++ b/sim/testsuite/m32r-elf/Makefile.in @@ -1,5 +1,6 @@ # Makefile for regression testing the m32r simulator. -# Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 1998, 2007, 2008, 2009, 2010, 2011 +# Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/mips64el-elf/Makefile.in b/sim/testsuite/mips64el-elf/Makefile.in index a519c2e..c9f8dd0 100644 --- a/sim/testsuite/mips64el-elf/Makefile.in +++ b/sim/testsuite/mips64el-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright (C) 1992, 1993, 1994, 1995, 2007, 2008, 2009, 2010 +# Copyright (C) 1992, 1993, 1994, 1995, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/sim/cris/asm/asm.exp b/sim/testsuite/sim/cris/asm/asm.exp index 83415c8..00892eb 100644 --- a/sim/testsuite/sim/cris/asm/asm.exp +++ b/sim/testsuite/sim/cris/asm/asm.exp @@ -1,4 +1,5 @@ -# Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 +# Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sim/testsuite/sim/cris/c/c.exp b/sim/testsuite/sim/cris/c/c.exp index ef57d6d..41dd3cb 100644 --- a/sim/testsuite/sim/cris/c/c.exp +++ b/sim/testsuite/sim/cris/c/c.exp @@ -1,4 +1,5 @@ -# Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 +# Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp b/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp index 04e3beb..6030904 100644 --- a/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp +++ b/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp @@ -1,4 +1,5 @@ -# Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 +# Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sim/testsuite/sim/mips/testutils.inc b/sim/testsuite/sim/mips/testutils.inc index 5532ced..e2b3d8d 100644 --- a/sim/testsuite/sim/mips/testutils.inc +++ b/sim/testsuite/sim/mips/testutils.inc @@ -1,5 +1,6 @@ # MIPS simulator testsuite utility functions. -# Copyright (C) 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. # Contributed by Chris Demetriou of Broadcom Corporation. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/utils-dsp.inc b/sim/testsuite/sim/mips/utils-dsp.inc index 309d660..989366d 100644 --- a/sim/testsuite/sim/mips/utils-dsp.inc +++ b/sim/testsuite/sim/mips/utils-dsp.inc @@ -1,5 +1,6 @@ # MIPS DSP ASE simulator testsuite utility functions. -# Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. # Contributed by MIPS Technologies, Inc. Written by Chao-ying Fu. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/utils-fpu.inc b/sim/testsuite/sim/mips/utils-fpu.inc index 4f7256f..9faa23f 100644 --- a/sim/testsuite/sim/mips/utils-fpu.inc +++ b/sim/testsuite/sim/mips/utils-fpu.inc @@ -1,5 +1,6 @@ # MIPS simulator testsuite FPU utility functions. -# Copyright (C) 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. # Contributed by Chris Demetriou of Broadcom Corporation. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/utils-mdmx.inc b/sim/testsuite/sim/mips/utils-mdmx.inc index f63de3a..c874a8b 100644 --- a/sim/testsuite/sim/mips/utils-mdmx.inc +++ b/sim/testsuite/sim/mips/utils-mdmx.inc @@ -1,5 +1,6 @@ # MIPS simulator testsuite MDMX utility functions. -# Copyright (C) 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. # Contributed by Chris Demetriou of Broadcom Corporation. # # This file is part of the GNU simulators. |