Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
da397f8e
Commit
da397f8e
authored
Jul 27, 2001
by
Richard Henderson
Committed by
Richard Henderson
Jul 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* test_summary: Copy LAST_UPDATED UTC time to head of summary.
From-SVN: r44433
parent
92e3cac8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
contrib/ChangeLog
+4
-0
contrib/test_summary
+6
-0
No files found.
contrib/ChangeLog
View file @
da397f8e
2001-07-27 Richard Henderson <rth@redhat.com>
* test_summary: Copy LAST_UPDATED UTC time to head of summary.
Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
* analyze_brprob: Avoid overflows.
* analyze_brprob: Avoid overflows.
...
...
contrib/test_summary
View file @
da397f8e
...
@@ -95,6 +95,12 @@ BEGIN {
...
@@ -95,6 +95,12 @@ BEGIN {
'
${
prepend_logs
+
" system(
\"
cat
$prepend_logs
\"
); "
}
'
'
${
prepend_logs
+
" system(
\"
cat
$prepend_logs
\"
); "
}
'
}
}
$1 ~ /\/configure$/ {
$1 ~ /\/configure$/ {
srcdir = $1;
gsub(/\/configure$/, "", srcdir);
printf "LAST_UPDATED: ";
system("tail -1 " srcdir "/LAST_UPDATED");
print "";
$1 = "configure flags:"; configflags = $0;
$1 = "configure flags:"; configflags = $0;
gsub(/--with-gcc-version-trigger=[^ ]* /, "", configflags);
gsub(/--with-gcc-version-trigger=[^ ]* /, "", configflags);
gsub(/ --norecursion/, "", configflags)
gsub(/ --norecursion/, "", configflags)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment