aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-20 20:47:10 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-20 20:47:10 +0000
commit446a46d93a4456cd84d83ca616e90a53670536bd (patch)
treefba8a12e1ebd755218dc0ae3ba1a5650a3030515 /contrib
parent416eb2f4d5600aafcbfa9c089c240eca87484af9 (diff)
Mainline merge as of 2003-08-17.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@70615 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rw-r--r--contrib/regression/ChangeLog4
-rwxr-xr-xcontrib/regression/btest-gcc.sh4
-rwxr-xr-xcontrib/texi2pod.pl1
4 files changed, 12 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 5d4999ab5ce..8f353e10055 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
+
+ * texi2pod.pl: Remove extra line.
+
2003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
* texi2pod.pl: Default @itemize's parameter to @bullet.
diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog
index b7759bc96b7..07a38530e1f 100644
--- a/contrib/regression/ChangeLog
+++ b/contrib/regression/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-31 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * btest-gcc.sh: Add make check-target-libjava.
+
2002-10-22 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh: Add gdb.sum to TESTLOGS only when GDB testsuite is run.
diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh
index 524dfd9cffd..2aa06d5799b 100755
--- a/contrib/regression/btest-gcc.sh
+++ b/contrib/regression/btest-gcc.sh
@@ -101,6 +101,7 @@ gcc/testsuite/g++.sum
gcc/testsuite/g77.sum
gcc/testsuite/objc.sum"
# $H_TARGET/libstdc++-v3/testsuite/libstdc++-v3.sum
+# $H_TARGET/libjava/testsuite/libjava.sum
# Build.
echo build > $RESULT
@@ -124,6 +125,9 @@ make -k check-gcc
# Test libstd++-v3
make check-target-libstdc++-v3
+# Test libjava
+make check-target-libjava
+
# Test the just-built GCC with the GDB testsuite.
if [ -d $GDB_TESTSUITE ] ; then
mkdir test-gdb || exit 1
diff --git a/contrib/texi2pod.pl b/contrib/texi2pod.pl
index 190d58e8c95..9d4bb541903 100755
--- a/contrib/texi2pod.pl
+++ b/contrib/texi2pod.pl
@@ -249,7 +249,6 @@ while(<$inf>) {
} else {
$ic = '@bullet';
}
- $ic = $1;
$_ = "\n=over 4\n";
$endw = "itemize";
};