aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-12-17 16:56:12 +0000
committerNick Clifton <nickc@redhat.com>2012-12-17 16:56:12 +0000
commit5bf135a788d468003cb2502d0a2239fd92d1ac25 (patch)
tree132a84edfc61cff6b50ea91ff766c08af3244abf /ld/testsuite
parent387894ff90a1048844cd81b9c190787d27d4faf9 (diff)
downloadgdb-5bf135a788d468003cb2502d0a2239fd92d1ac25.zip
gdb-5bf135a788d468003cb2502d0a2239fd92d1ac25.tar.gz
gdb-5bf135a788d468003cb2502d0a2239fd92d1ac25.tar.bz2
Add copyright notices
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog7
-rw-r--r--ld/testsuite/ld-elf/frame.exp2
-rw-r--r--ld/testsuite/ld-scripts/section-flags.exp2
-rw-r--r--ld/testsuite/ld-scripts/size-2.d2
-rw-r--r--ld/testsuite/ld-tic6x/tic6x.exp21
5 files changed, 32 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 9350540..66fd0c7 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2012-12-17 Nick Clifton <nickc@redhat.com>
+
+ * ld-elf/frame.exp: Add copyright notice.
+ * ld-scripts/section-flags.exp: Likewise.
+ * ld-scripts/size-2.d: Likewise.
+ * ld-tic6x/tic6x.exp: Likewise.
+
2012-12-17 H.J. Lu <hongjiu.lu@intel.com>
PR ld/14962
diff --git a/ld/testsuite/ld-elf/frame.exp b/ld/testsuite/ld-elf/frame.exp
index 66e6ac5..b9307d4 100644
--- a/ld/testsuite/ld-elf/frame.exp
+++ b/ld/testsuite/ld-elf/frame.exp
@@ -40,7 +40,7 @@ if { [istarget "sh*-*-elf*"] } {
# ??? These targets have their own .tbss section, with different meaning
# to the usual ELF .tbss.
-if { [istarget "hppa64-*-*"] || [istarget "v850-*-*"] } {
+if { [istarget "hppa64-*-*"] || [istarget "v850*-*-*"] } {
return
}
diff --git a/ld/testsuite/ld-scripts/section-flags.exp b/ld/testsuite/ld-scripts/section-flags.exp
index 4186449..0d36f65 100644
--- a/ld/testsuite/ld-scripts/section-flags.exp
+++ b/ld/testsuite/ld-scripts/section-flags.exp
@@ -2,6 +2,8 @@
#
# This file is part of the GNU Binutils.
#
+# Copyright 2012 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
# the Free Software Foundation; either version 3 of the License, or
diff --git a/ld/testsuite/ld-scripts/size-2.d b/ld/testsuite/ld-scripts/size-2.d
index beb18e4..c925673 100644
--- a/ld/testsuite/ld-scripts/size-2.d
+++ b/ld/testsuite/ld-scripts/size-2.d
@@ -1,7 +1,7 @@
#source: size-2.s
#ld: -T size-2.t
#readelf: -l --wide
-#xfail: "hppa64-*-*" "v850-*-*"
+#xfail: "hppa64-*-*" "v850*-*-*"
#...
Program Headers:
diff --git a/ld/testsuite/ld-tic6x/tic6x.exp b/ld/testsuite/ld-tic6x/tic6x.exp
index 5d7b107..858e879 100644
--- a/ld/testsuite/ld-tic6x/tic6x.exp
+++ b/ld/testsuite/ld-tic6x/tic6x.exp
@@ -1,3 +1,24 @@
+# Expect script for ld-tic6x tests
+#
+# Copyright 2012 Free Software Foundation, Inc.
+#
+# This file is part of the GNU Binutils.
+#
+# 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
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+# MA 02110-1301, USA.
+
if { ! [istarget tic6x-*-*] } {
return
}