diff options
author | Pedro Alves <palves@redhat.com> | 2013-05-15 17:33:04 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-05-15 17:33:04 +0000 |
commit | ed0f00b834265be723abc3fba882804bfc1f8f71 (patch) | |
tree | 85bf245a35ea04424aed3a2024ea805827037bdc | |
parent | 87bc83b328c32e82623df4c7689304c277106a3e (diff) | |
download | gdb-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/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/fixsection.c | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/watch-read.exp | 2 |
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. # |