This is the mail archive of the gdb-patches@sourceware.org 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]

RFC: remove gdb.hp/gdb.aCC/exception.exp


This patch removes gdb.hp/gdb.aCC/exception.exp.  This file doesn't do
anything, and the rationale for keeping it (see the file header) is
obsolete.
    
    	* gdb.hp/gdb.aCC/exception.exp

I tripped across this because it is the only .exp file in gdb.hp that
doesn't call skip_hp_tests.

diff --git a/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp b/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp
deleted file mode 100644
index 483c53f..0000000
--- a/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2004, 2007-2012 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/>.
-
-# This file exists because the configure script requires it to exist.
-# It would be nice to regenerate the configure script.  I can't do it
-# because I don't have autoconf 2.12.1, which is used to build it.
-# -- chastain 2004-01-09
-
-continue


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