From 5d8c6154ae718471a5b459e2c0a300ffaa4357b8 Mon Sep 17 00:00:00 2001 From: matthewg <matthewg@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu, 28 Sep 2006 02:03:46 +0000 Subject: [PATCH] * compareSumTests3: POD syntax fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117271 138bc75d-0d04-0410-961f-82ee72b054a4 --- contrib/ChangeLog | 4 ++++ contrib/compareSumTests3 | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 069659dd0578..91c5e784aad3 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2006-09-27 Matthew Sachs <msachs@apple.com> + + * compareSumTests3: POD syntax fix. + 2006-09-27 Matthew Sachs <msachs@apple.com> * dglib.pm: Initial commit. diff --git a/contrib/compareSumTests3 b/contrib/compareSumTests3 index bcaad2035bae..98220f8f82a1 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. -- GitLab