warn_summary (srcdirFilter): Add fixincludes, sim, newlib and mpfr.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 22 Sep 2007 01:19:10 +0000 (01:19 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 22 Sep 2007 01:19:10 +0000 (01:19 +0000)
* warn_summary (srcdirFilter): Add fixincludes, sim,
newlib and mpfr.

From-SVN: r128662

contrib/ChangeLog
contrib/warn_summary

index 7c49c72fb50f607b00cee31385fa79e7fb2a0ef9..15b87ac9a7d6c163aa8fecb3642bdd67d8b0043b 100644 (file)
@@ -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.
index 253d244c3dd5aa590742a9090a378dee2bfc00f5..38e2c01ef8364a53c681cbc127f2436c69195752 100755 (executable)
@@ -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%;'
 }