diff options
author | Michael Chastain <mec@google.com> | 2004-01-09 12:14:28 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-01-09 12:14:28 +0000 |
commit | ef11303ebfb711b2a4f53b5c2fe29cf59484f5e6 (patch) | |
tree | 07aafd83a4624cb1efb728d7ae7724a7cff4bb58 /gdb/testsuite/gdb.hp | |
parent | e45d06306f80add6fd1b118833c03a46ee004872 (diff) | |
download | gdb-ef11303ebfb711b2a4f53b5c2fe29cf59484f5e6.zip gdb-ef11303ebfb711b2a4f53b5c2fe29cf59484f5e6.tar.gz gdb-ef11303ebfb711b2a4f53b5c2fe29cf59484f5e6.tar.bz2 |
2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
* gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
file.
Diffstat (limited to 'gdb/testsuite/gdb.hp')
-rw-r--r-- | gdb/testsuite/gdb.hp/gdb.aCC/exception.exp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp b/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp new file mode 100644 index 0000000..85b0136 --- /dev/null +++ b/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp @@ -0,0 +1,25 @@ +# Copyright 2004 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 + +# 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 |