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.
This commit is contained in:
parent
87bc83b328
commit
ed0f00b834
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue