Go to file
Teresa Johnson c1736aea43 This fixes PR gcov-profile/54487 where the gcda files were not locked by the profile-use read...
This fixes PR gcov-profile/54487 where the gcda files were not locked
by the profile-use read, enabling writes by other instrumented compiles
to change the profile in the middle of the profile use read. The GCOV_LOCKED
macro was not set because it was guarded by HOST_HAS_F_SETLKW, which was
never set. The fix is to add a compile test in the configure to set it.

2012-09-12  Teresa Johnson  <tejohnson@google.com>

	PR gcov-profile/54487
	* configure.ac (HOST_HAS_F_SETLKW): Set based on compile
	test using F_SETLKW with fcntl.
	* configure, config.in: Regenerate.

From-SVN: r191238
2012-09-13 04:59:14 +00:00
boehm-gc
config re PR bootstrap/54138 (configuring --without-cloog but executable links against system cloog) 2012-09-03 14:40:17 +00:00
contrib * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update. 2012-09-10 20:04:25 -04:00
fixincludes
gcc This fixes PR gcov-profile/54487 where the gcda files were not locked by the profile-use read... 2012-09-13 04:59:14 +00:00
gnattools
include dwarf2.def: Edit comment. 2012-09-06 16:32:59 -07:00
INSTALL
intl
libada
libatomic
libcpp
libdecnumber
libffi
libgcc re PR target/54089 ([SH] Refactor shift patterns) 2012-09-10 20:35:25 +00:00
libgfortran fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v. 2012-09-05 23:43:45 +02:00
libgo debug/elf, debug/dwarf: DWARF line number fixes. 2012-09-06 05:28:02 +00:00
libgomp
libiberty
libitm
libjava
libmudflap
libobjc
libquadmath
libssp
libstdc++-v3 Clear hardware capabilities on libstdc++.so with Sun as 2012-09-12 12:38:15 +00:00
lto-plugin
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog * configure.ac: Bump minimum GMP version to 4.2.3. 2012-09-06 14:14:58 -04:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure * configure.ac: Bump minimum GMP version to 4.2.3. 2012-09-06 14:14:58 -04:00
configure.ac * configure.ac: Bump minimum GMP version to 4.2.3. 2012-09-06 14:14:58 -04:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS MAINTAINERS (Write After Approval): Add myself. 2012-09-04 15:22:55 +02:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.