diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2007-09-22 01:19:10 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-09-22 01:19:10 +0000 |
commit | 1733c7eb5be0f1770c50801c01f56796d90459a7 (patch) | |
tree | c2596303d91a6567d6dd8cdf5a2f5ce6a9483cc2 /contrib | |
parent | fca8ed94a2c35b23fb2e98f99a41f294086d9501 (diff) | |
download | gcc-1733c7eb5be0f1770c50801c01f56796d90459a7.tar.gz |
warn_summary (srcdirFilter): Add fixincludes, sim, newlib and mpfr.
* warn_summary (srcdirFilter): Add fixincludes, sim,
newlib and mpfr.
From-SVN: r128662
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/warn_summary | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7c49c72fb50..15b87ac9a7d 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2007-09-22 Hans-Peter Nilsson <hp@axis.com> + + * warn_summary (srcdirFilter): Add fixincludes, sim, + newlib and mpfr. + 2007-08-23 H.J. Lu <hongjiu.lu@intel.com> * gcc_update: Handle different URL paths and tags. diff --git a/contrib/warn_summary b/contrib/warn_summary index 253d244c3dd..38e2c01ef83 100755 --- a/contrib/warn_summary +++ b/contrib/warn_summary @@ -127,6 +127,10 @@ s%^[^ ]*/\(include/\)%\1%; s%^[^ ]*/\(texinfo/\)%\1%; s%^[^ ]*/\(fastjar/\)%\1%; s%^[^ ]*/\(zlib/\)%\1%; +s%^[^ ]*/\(fixincludes/\)%\1%; +s%^[^ ]*/\(sim/\)%\1%; +s%^[^ ]*/\(newlib/\)%\1%; +s%^[^ ]*/\(mpfr/\)%\1%; s%^[^ ]*/\(lib[a-z23+-]*/\)%\1%;' } |