aboutsummaryrefslogtreecommitdiff
path: root/tcwgweb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwgweb.sh')
-rwxr-xr-xtcwgweb.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwgweb.sh b/tcwgweb.sh
index c975bd56..60b7684f 100755
--- a/tcwgweb.sh
+++ b/tcwgweb.sh
@@ -127,6 +127,8 @@ difftwodirs ()
echo "Comparison of ${gcc_version} between:" >> ${resultsfile}
echo " ${prev} and" >> ${resultsfile}
echo " ${next}" >> ${resultsfile}
+ echo " " >> ${resultsfile}
+ echo "For branch: ${gcc_version}" >> ${resultsfile}
for i in gcc g\+\+ libstdc++ gas gdb glibc egibc newlib binutils libatomic libgomp libitm; do
if test -e ${prev}/$i.sum -a -e ${next}/$i.sum; then
sort ${prev}/$i.sum -o ${prev}/$i-sort.sum