diff options
author | Matthew Sachs <msachs@apple.com> | 2006-09-28 02:03:46 +0000 |
---|---|---|
committer | Matthew Sachs <matthewg@gcc.gnu.org> | 2006-09-28 02:03:46 +0000 |
commit | 7f5b8ff7d74232812d72d7841d22b5cd154e64a4 (patch) | |
tree | 7326f4171742bee5d58e51a8390eb8c9c197a167 /contrib | |
parent | d7af6698c298ad7c8a635e28a274f0985f976e32 (diff) | |
download | gcc-7f5b8ff7d74232812d72d7841d22b5cd154e64a4.tar.gz |
* compareSumTests3: POD syntax fix.
From-SVN: r117271
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/compareSumTests3 | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 069659dd057..91c5e784aad 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,9 @@ 2006-09-27 Matthew Sachs <msachs@apple.com> + * compareSumTests3: POD syntax fix. + +2006-09-27 Matthew Sachs <msachs@apple.com> + * dglib.pm: Initial commit. * compareSumTests3: Initial commit. diff --git a/contrib/compareSumTests3 b/contrib/compareSumTests3 index bcaad2035ba..98220f8f82a 100755 --- a/contrib/compareSumTests3 +++ b/contrib/compareSumTests3 @@ -85,8 +85,6 @@ followed by a space in front of it. The first character will be either an 'I' for improvement or 'R' for regression; the second character will be a 1, 2, or 3, indicating which run was the odd one out. -=back - =head2 SELECTING CHANGE SUBSETS The following options cause only a selected subset of changes to be displayed. |