This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r221055 - in /trunk/libgcc: ChangeLog config.in...


Author: ktietz
Date: Fri Feb 27 12:05:02 2015
New Revision: 221055

URL: https://gcc.gnu.org/viewcvs?rev=221055&root=gcc&view=rev
Log:
	PR target/65038
	* config.in: Regenerated.
	* configure: Likewise.
	* configure.ac (AC_HEADER_STDC): Add explicit.
	(AC_CHECK_HEADERS): Check for default headers
	plus for ftw.h one.
	* libgcov-util.c (gcov_read_profile_dir): Disable use
	of ftw-function, if header not found.
	(ftw_read_file): Don't translate if ftw header isn't
	present.


Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.in
    trunk/libgcc/configure
    trunk/libgcc/configure.ac
    trunk/libgcc/libgcov-util.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]