]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update copyrights, add "untested" messages for runto_main.
authorKeith Seitz <keiths@redhat.com>
Fri, 17 Mar 2017 17:49:56 +0000 (10:49 -0700)
committerKeith Seitz <keiths@redhat.com>
Fri, 17 Mar 2017 17:49:56 +0000 (10:49 -0700)
19 files changed:
gdb/testsuite/gdb.compile/cp-namespace-template.exp
gdb/testsuite/gdb.compile/cp-simple-anonymous.cc
gdb/testsuite/gdb.compile/cp-simple-anonymous.exp
gdb/testsuite/gdb.compile/cp-simple-inherit.cc
gdb/testsuite/gdb.compile/cp-simple-inherit.exp
gdb/testsuite/gdb.compile/cp-simple-member.cc
gdb/testsuite/gdb.compile/cp-simple-member.exp
gdb/testsuite/gdb.compile/cp-simple-method.cc
gdb/testsuite/gdb.compile/cp-simple-method.exp
gdb/testsuite/gdb.compile/cp-simple-nested.cc
gdb/testsuite/gdb.compile/cp-simple-nested.exp
gdb/testsuite/gdb.compile/cp-simple-ns.cc
gdb/testsuite/gdb.compile/cp-simple-ns.exp
gdb/testsuite/gdb.compile/cp-simple-template.cc
gdb/testsuite/gdb.compile/cp-simple-template.exp
gdb/testsuite/gdb.compile/cp-simple-virtual.cc
gdb/testsuite/gdb.compile/cp-simple-virtual.exp
gdb/testsuite/gdb.compile/cp-special-function.cc
gdb/testsuite/gdb.compile/cp-special-function.exp

index 19eabe97595984284887058c5a080c9704671aaa..08e7071adb3251c66e5f5684b77fc8114f894aaa 100644 (file)
@@ -30,6 +30,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }
 
index 19b9fc85b7bc99251d411dcf980eaa088b1cb348..d604339feb6daf6032e9c6698c45015351e9c702 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015 Free Software Foundation, Inc.
+/* Copyright 2015-2017 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
index 094c07be0c81233950ff66c82c543517314f7fbf..259caebc4259b4fb4abe1ad715404fc686116ddf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 Free Software Foundation, Inc.
+# Copyright 2015-2017 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
@@ -30,6 +30,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }
 
index 3e445dffc3433eb75b819ac04aa694378eb6cc93..c2cf6d9782820ba522edc07a9634ca8e834cf5d3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015 Free Software Foundation, Inc.
+/* Copyright 2015-2017 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
index 64c89064269780bd3732c1d9a47468f9090ce68f..31ed7bd013f1548f6566056e3ca10b1950007b15 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2015, 2016, 2017 Free Software Foundation, Inc.
+# Copyright 2015-2017 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
@@ -30,6 +30,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }
 
index 9278088468c29c145b99e2ec573b8604714e8ba9..38d723003f5425a6af1903a680e2d302a5f47027 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015 Free Software Foundation, Inc.
+/* Copyright 2015-2017 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
index c9320d7c2f25589a72f2cea2fe9d4b32cc78f26f..9877956177c71d44803d78945024cc89c6a5cf5e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 Free Software Foundation, Inc.
+# Copyright 2015-2017 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
@@ -30,6 +30,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }
 
@@ -71,6 +72,5 @@ gdb_test "compile code get_values ()" \
 gdb_test "compile code ATYPE i;" \
     ".*.ATYPE. was not declared in this scope$failed"
 
-# !!keiths; The "to ..." part depends on how we name anonymous types.
 gdb_test "compile code N::ANON_E nse = E_A" \
-    ".*cannot convert .myenum. to .N::anonymous enum.*$failed"
+    ".*cannot convert.*$failed"
index c3c99696df68ddd313805aa4feee8b5a2f36361e..0f9e674985725abd679b4addaa47f8835c5f15d3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015, 2016 Free Software Foundation, Inc.
+/* Copyright 2015-2017 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
index ebb1273b6cea914a5d243c5b5e833697cc706489..e6437f4b37d90c4b4f90ab5a294950636306f1a7 100644 (file)
@@ -30,6 +30,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }
 
index 50db34f149431e8f6090a590fabbe35bd070add3..2f61007c3f08042f94b7d554b68c41093f01677b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Free Software Foundation, Inc.
+/* Copyright 2015-2017 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
index be3619740f428da0f7775e76c71b9c1dbd979beb..ad64c0b6ccb9093cde2f822e37ec530af9628f28 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 Free Software Foundation, Inc.
+# Copyright 2015-2017 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
@@ -30,6 +30,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }
 
index 56923edba1441f2722e5288f393f906cca0107ab..85b83e4f0805bfde2b784358fa8370c4c87019c7 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2015-2017 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
+   (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, see <http://www.gnu.org/licenses/>.  */
+
 namespace N1
 {
   namespace N2
index 5d51a3d3d61b6dea7cb92e850f35b5ef10e2965f..1798c0e3fe06d043a65417deb8a41cdd41dfaef9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2015, 2016, 2017 Free Software Foundation, Inc.
+# Copyright 2015-2017 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
@@ -28,6 +28,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }
 
index ec46694757bb69474f5ed2f800c1384da73d6e41..f9bae7437d6718ae6bc4937949e2a2d7db6f7f1d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2016 Free Software Foundation, Inc.
+/* Copyright 2016-2017 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
@@ -13,9 +13,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-// NOTE: We cannot currently use namespaces until namespace-qualified
-// symbol lookups are fixed in gdb
-
 template <typename T, int V>
 T mytemplate (int a)
 {
index 7261eed332a77b5737425a2554ec8d11d788d346..bb7af67f8b3b8ceb71692ec427638f3a0e74d49e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2016 Free Software Foundation, Inc.
+# Copyright 2016-2017 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
@@ -30,6 +30,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }
 
index f778d70a9b3efe0a5f2eb3776529b56d585896b2..22fea4dd38dc689a90c3adcbe65a0eba7d910abc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015 Free Software Foundation, Inc.
+/* Copyright 2015-2017 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
index 44bb3dd725010499dda24b8d5ee4fe2f9ab92b84..2a67a8ad3476634440494db10b97af0a786180f7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2015, 2016 Free Software Foundation, Inc.
+# Copyright 2015-2017 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
@@ -30,6 +30,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }
 
index 6bb5ea596c5e6b7fde97ce5debca7752fc836821..52cbd0650f6f54aa2fe6b27e8ff786c560e329d3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015 Free Software Foundation, Inc.
+/* Copyright 2015-2017 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
index fcbbfcea65ea1f07d7eb44df869b6440843799ad..41f8dbd913f2f7b6d58deabaab224a000b98d27a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2015, 2016 Free Software Foundation, Inc.
+# Copyright 2015-2017 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
@@ -30,6 +30,7 @@ if {[prepare_for_testing $testfile $testfile $srcfile \
 }
 
 if {![runto_main]} {
+    untested "could not run to main"
     return -1
 }