aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-05-15 17:33:04 +0000
committerPedro Alves <palves@redhat.com>2013-05-15 17:33:04 +0000
commited0f00b834265be723abc3fba882804bfc1f8f71 (patch)
tree85bf245a35ea04424aed3a2024ea805827037bdc
parent87bc83b328c32e82623df4c7689304c277106a3e (diff)
downloadgdb-ed0f00b834265be723abc3fba882804bfc1f8f71.zip
gdb-ed0f00b834265be723abc3fba882804bfc1f8f71.tar.gz
gdb-ed0f00b834265be723abc3fba882804bfc1f8f71.tar.bz2
Remove my name from a couple tests.
Tested on x86_64 Fedora 17. gdb/testsuite/ 2013-05-15 Pedro Alves <palves@redhat.com> * gdb.base/fixsection.c: Remove attribution. * gdb.base/watch-read.exp: Ditto.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/fixsection.c4
-rw-r--r--gdb/testsuite/gdb.base/watch-read.exp2
3 files changed, 6 insertions, 5 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 39a4b8b..5f12e2e 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-15 Pedro Alves <palves@redhat.com>
+
+ * gdb.base/fixsection.c: Remove attribution.
+ * gdb.base/watch-read.exp: Ditto.
+
2013-05-13 Tom Tromey <tromey@redhat.com>
* gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
diff --git a/gdb/testsuite/gdb.base/fixsection.c b/gdb/testsuite/gdb.base/fixsection.c
index d2eff9a..a55fd00 100644
--- a/gdb/testsuite/gdb.base/fixsection.c
+++ b/gdb/testsuite/gdb.base/fixsection.c
@@ -11,9 +11,7 @@
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/>.
-
- This file was written by Pedro Alves (pedro@codesourcery.com). */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/gdb/testsuite/gdb.base/watch-read.exp b/gdb/testsuite/gdb.base/watch-read.exp
index 0de28e5..9a5e388 100644
--- a/gdb/testsuite/gdb.base/watch-read.exp
+++ b/gdb/testsuite/gdb.base/watch-read.exp
@@ -15,8 +15,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/>.
-# This file was written by Pedro Alves <pedro@codesourcery.com>
-
# This file is part of the gdb testsuite.
#