diff options
author | Alan Modra <amodra@gmail.com> | 2009-09-02 07:25:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-09-02 07:25:43 +0000 |
commit | aa820537ead0135a7c38c619039dce8a6fc74ed1 (patch) | |
tree | 459127ee92f9cca7b323fcce86aef03f1ad6d5b7 /ld/testsuite/ld-scripts | |
parent | 8e957354b3222d1963e25338c1f92ed5b29d0251 (diff) | |
download | gdb-aa820537ead0135a7c38c619039dce8a6fc74ed1.zip gdb-aa820537ead0135a7c38c619039dce8a6fc74ed1.tar.gz gdb-aa820537ead0135a7c38c619039dce8a6fc74ed1.tar.bz2 |
update copyright dates
Diffstat (limited to 'ld/testsuite/ld-scripts')
-rw-r--r-- | ld/testsuite/ld-scripts/assert.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/crossref.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/data.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/default-script.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/defined.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/empty-address.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/empty-orphan.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/include.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/map-address.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/overlay-size.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/phdrs.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/phdrs2.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/provide.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-over.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/script.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/size.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/sizeof.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/sort.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/weak.exp | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/ld/testsuite/ld-scripts/assert.exp b/ld/testsuite/ld-scripts/assert.exp index 636f01c..1de9001 100644 --- a/ld/testsuite/ld-scripts/assert.exp +++ b/ld/testsuite/ld-scripts/assert.exp @@ -1,6 +1,6 @@ # Test ASSERT in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright 2004, 2007 +# Copyright 2004, 2005, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/crossref.exp b/ld/testsuite/ld-scripts/crossref.exp index 56a0f74..98178de 100644 --- a/ld/testsuite/ld-scripts/crossref.exp +++ b/ld/testsuite/ld-scripts/crossref.exp @@ -1,6 +1,6 @@ # Test NOCROSSREFS in a linker script. # By Ian Lance Taylor, Cygnus Support. -# Copyright 2000, 2001, 2002, 2003, 2004, 2007 +# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/data.exp b/ld/testsuite/ld-scripts/data.exp index 66b2a2f..feb22aa 100644 --- a/ld/testsuite/ld-scripts/data.exp +++ b/ld/testsuite/ld-scripts/data.exp @@ -1,6 +1,6 @@ # Test DATA STATEMENT in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright 2004, 2007 +# Copyright 2004, 2005, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/default-script.exp b/ld/testsuite/ld-scripts/default-script.exp index b7d10ed..2e6fce0 100644 --- a/ld/testsuite/ld-scripts/default-script.exp +++ b/ld/testsuite/ld-scripts/default-script.exp @@ -1,5 +1,5 @@ # Test --default-script/-dT -# Copyright 2007 +# Copyright 2007, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/defined.exp b/ld/testsuite/ld-scripts/defined.exp index d342728..15cc079 100644 --- a/ld/testsuite/ld-scripts/defined.exp +++ b/ld/testsuite/ld-scripts/defined.exp @@ -1,6 +1,6 @@ # Test DEFINED in a linker script. # By Ian Lance Taylor, Cygnus Support. -# Copyright 2001, 2003. 2006, 2007 +# Copyright 2001, 2003. 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/empty-address.exp b/ld/testsuite/ld-scripts/empty-address.exp index 8feb4ff..6a2150f 100644 --- a/ld/testsuite/ld-scripts/empty-address.exp +++ b/ld/testsuite/ld-scripts/empty-address.exp @@ -1,6 +1,6 @@ # Make sure that "dot" is updated for empty sections if their addresses # are set. -# Copyright 2006, 2007 +# Copyright 2006, 2007, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/empty-orphan.exp b/ld/testsuite/ld-scripts/empty-orphan.exp index cc0374f..0c6ebd7 100644 --- a/ld/testsuite/ld-scripts/empty-orphan.exp +++ b/ld/testsuite/ld-scripts/empty-orphan.exp @@ -1,6 +1,6 @@ # Make sure orphan sections do not lead to huge output files. # By David Heine, Tensilica, Inc. -# Copyright 2005, 2006, 2007 +# Copyright 2005, 2006, 2007, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/include.exp b/ld/testsuite/ld-scripts/include.exp index eec5fd8..08fa1b6 100644 --- a/ld/testsuite/ld-scripts/include.exp +++ b/ld/testsuite/ld-scripts/include.exp @@ -1,5 +1,5 @@ # Test for proper diagnosis of overflowed memory regions. -# Copyright 2008 Free Software Foundation, Inc. +# Copyright 2008, 2009 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/map-address.exp b/ld/testsuite/ld-scripts/map-address.exp index c8fe653..499a824 100644 --- a/ld/testsuite/ld-scripts/map-address.exp +++ b/ld/testsuite/ld-scripts/map-address.exp @@ -1,5 +1,5 @@ # Test address printed by --print-map -# Copyright 2002, 2007 Free Software Foundation, Inc. +# Copyright 2002, 2005, 2007 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/overlay-size.exp b/ld/testsuite/ld-scripts/overlay-size.exp index ce0c068..42c4348 100644 --- a/ld/testsuite/ld-scripts/overlay-size.exp +++ b/ld/testsuite/ld-scripts/overlay-size.exp @@ -1,5 +1,5 @@ # Test the OVERLAY statement. -# Copyright 2002, 2007 Free Software Foundation, Inc. +# Copyright 2002, 2005, 2007 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/phdrs.exp b/ld/testsuite/ld-scripts/phdrs.exp index ad59cd1..a112d3a 100644 --- a/ld/testsuite/ld-scripts/phdrs.exp +++ b/ld/testsuite/ld-scripts/phdrs.exp @@ -1,6 +1,6 @@ # Test PHDRS in a linker script. # By Ian Lance Taylor, Cygnus Support. -# Copyright 1999, 2000, 2001, 2002, 2003, 2006, 2007 +# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/phdrs2.exp b/ld/testsuite/ld-scripts/phdrs2.exp index 5a4a8cc..57778d2 100644 --- a/ld/testsuite/ld-scripts/phdrs2.exp +++ b/ld/testsuite/ld-scripts/phdrs2.exp @@ -1,5 +1,5 @@ # Test PHDRS with empty sections in a linker script. -# Copyright 2007 Free Software Foundation, Inc, +# Copyright 2006, 2005, 2007 Free Software Foundation, Inc, # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/provide.exp b/ld/testsuite/ld-scripts/provide.exp index 5a489c1..6db399f 100644 --- a/ld/testsuite/ld-scripts/provide.exp +++ b/ld/testsuite/ld-scripts/provide.exp @@ -1,6 +1,6 @@ # Test PROVIDE in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright 2004, 2006, 2007 +# Copyright 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/rgn-over.exp b/ld/testsuite/ld-scripts/rgn-over.exp index 05a7071..8192487 100644 --- a/ld/testsuite/ld-scripts/rgn-over.exp +++ b/ld/testsuite/ld-scripts/rgn-over.exp @@ -1,5 +1,5 @@ # Test for proper diagnosis of overflowed memory regions. -# Copyright 2007 Free Software Foundation, Inc. +# Copyright 2007, 2008 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/script.exp b/ld/testsuite/ld-scripts/script.exp index 88d4b4f..66c62f5 100644 --- a/ld/testsuite/ld-scripts/script.exp +++ b/ld/testsuite/ld-scripts/script.exp @@ -1,6 +1,6 @@ # Test basic linker script functionality # By Ian Lance Taylor, Cygnus Support -# Copyright 1999, 2000, 2001, 2002, 2004, 2006, 2007 +# Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/size.exp b/ld/testsuite/ld-scripts/size.exp index fc90dc1..1d59158 100644 --- a/ld/testsuite/ld-scripts/size.exp +++ b/ld/testsuite/ld-scripts/size.exp @@ -1,5 +1,5 @@ # Expect script for SIZEOF tests -# Copyright (C) 2004, 2007 Free Software Foundation +# Copyright (C) 2004, 2005, 2007 Free Software Foundation # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/sizeof.exp b/ld/testsuite/ld-scripts/sizeof.exp index b9664ee..ed5d191 100644 --- a/ld/testsuite/ld-scripts/sizeof.exp +++ b/ld/testsuite/ld-scripts/sizeof.exp @@ -1,7 +1,7 @@ # Test SIZEOF in a linker script. # By Ian Lance Taylor, Cygnus Support # Based on a bug report from anders.blomdell@control.lth.se. -# Copyright 2001, 2007 +# Copyright 2001, 2005, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/sort.exp b/ld/testsuite/ld-scripts/sort.exp index 0563bfc..412f107 100644 --- a/ld/testsuite/ld-scripts/sort.exp +++ b/ld/testsuite/ld-scripts/sort.exp @@ -1,6 +1,6 @@ # Test SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT in a linker script. # By H.J. Lu <hongjiu.lu@intel.com> -# Copyright 2004, 2007 +# Copyright 2004, 2005, 2007 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/weak.exp b/ld/testsuite/ld-scripts/weak.exp index 9abe807..d021df7 100644 --- a/ld/testsuite/ld-scripts/weak.exp +++ b/ld/testsuite/ld-scripts/weak.exp @@ -1,6 +1,6 @@ # Test weak symbols. # By Ian Lance Taylor, Cygnus Solutions. -# Copyright 1999, 2000, 2002, 2004, 2006, 2007 +# Copyright 1999, 2000, 2002, 2004, 2005, 2006, 2007, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. |