mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 14:31:26 +08:00
* test_summary: Quote curly braces in 1999-07-03 change.
From-SVN: r28637
This commit is contained in:
parent
eefc2c6e85
commit
83694b6186
contrib
@ -1,3 +1,7 @@
|
||||
1999-08-09 Robert Lipe <robertlipe@usa.net>
|
||||
|
||||
* test_summary: Quote curly braces in 1999-07-03 change.
|
||||
|
||||
1999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* egcs_update (files_and_dependencies): Fixed typo in
|
||||
|
@ -93,7 +93,7 @@ BEGIN {
|
||||
$1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 }
|
||||
/^Running target / { print ""; print; }
|
||||
/^Target / { if (host != "") next; else host = $3; }
|
||||
/^Host / && host ~ /^unix{.*}$/ { host = $3 " " substr(host, 5); }
|
||||
/^Host / && host ~ /^unix\{.*\}$/ { host = $3 " " substr(host, 5); }
|
||||
/^Native / { if (host != "") next; else host = $4; }
|
||||
/^[ ]*=== [^ ]+ tests ===/ {
|
||||
if (lang == "") lang = " "$2" "; else lang = " ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user