odd corner case when making/installing: if sources were checked out with umask that denies group or other read (e.g. 077 or 027), most of the installed gcc includes would come out group/other-readable but a few wouldn't. problem: missing chmods after copying the headers, in stmp-int-headers. Since all of the rest of the headers are chmodded after copy, the solution is obvious. bootstrapped, verified permissions manually, committed as obvious. chris --- [gcc/ChangeLog] 2010-03-11  Chris Demetriou          * Makefile.in (stmp-int-hdrs): Make include/unwind.h,         include/stdint-gcc.h, and include/stdint.h world-readable.