This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/testsuite/cp/copyright] bs15503.cc: add copyright


This patch adds a copyright notice to gdb.cp/bs15503.cc.

I copied the year from bs15503.exp.  This file appeared in gdb 5.0.
The first ChangeLog entry is an hp merge on 1999-08-09.

It's low-priority for me to merge in all the unmerged stuff
from gdb.hp.  I'm interested in this test script because it reports
an ERROR result on native hppa2.0w-hp-hpux11.11 with hp acc.

Testing: still not tested.  This test is skipped with gcc,
and does not compile with hp acc.

I am committing this now.

Michael C

2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>

	* gdb.cp/bs15503.cc: Add copyright notice.
	* gdb.cp/bs15503.exp: Adjust line number.

Index: bs15503.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/bs15503.cc,v
retrieving revision 1.1
diff -u -c -3 -p -r1.1 bs15503.cc
*** bs15503.cc	8 Jan 2004 08:00:55 -0000	1.1
--- bs15503.cc	8 Jan 2004 08:07:49 -0000
***************
*** 1,3 ****
--- 1,24 ----
+ /* This testcase is part of GDB, the GNU debugger.
+ 
+    Copyright 1992 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 2 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ 
+    Please email any bugs, comments, and/or additions to this file to:
+    bug-gdb@prep.ai.mit.edu  */
+ 
  #include <string>
  #include <iostream.h>
  
Index: bs15503.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/bs15503.exp,v
retrieving revision 1.1
diff -u -c -3 -p -r1.1 bs15503.exp
*** bs15503.exp	8 Jan 2004 08:00:55 -0000	1.1
--- bs15503.exp	8 Jan 2004 08:07:49 -0000
*************** gdb_start
*** 79,86 ****
  gdb_reinitialize_dir $srcdir/$subdir
  gdb_load $binfile
  
! gdb_test "break 32" \
!     "Breakpoint $decimal at $hex: file .*bs15503.cc, line 32." \
      "break point on line in function"
  
  gdb_test "run" \
--- 79,86 ----
  gdb_reinitialize_dir $srcdir/$subdir
  gdb_load $binfile
  
! gdb_test "break 53" \
!     "Breakpoint $decimal at $hex: file .*bs15503.cc, line 53." \
      "break point on line in function"
  
  gdb_test "run" \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]