diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-22 01:19:10 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-22 01:19:10 +0000 |
commit | 64636de3423fc932287a1e0296033c01744620fc (patch) | |
tree | c2596303d91a6567d6dd8cdf5a2f5ce6a9483cc2 /contrib/warn_summary | |
parent | a6f0abb13c7d6c46ebc56f84cb3af598f3c1cc98 (diff) | |
download | gcc-64636de3423fc932287a1e0296033c01744620fc.tar.gz |
* warn_summary (srcdirFilter): Add fixincludes, sim,
newlib and mpfr.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128662 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/warn_summary')
-rwxr-xr-x | contrib/warn_summary | 4 |
1 files changed, 4 insertions, 0 deletions
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%;' } |