This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/gold copy-relocs.cc gold.cc icf.cc mapfile ...
- From: ccoutant at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 5 Nov 2010 21:14:13 -0000
- Subject: src/gold copy-relocs.cc gold.cc icf.cc mapfile ...
CVSROOT: /cvs/src
Module name: src
Changes by: ccoutant@sourceware.org 2010-11-05 21:14:13
Modified files:
gold : copy-relocs.cc gold.cc icf.cc mapfile.cc
plugin.cc
Log message:
PR gold/10708
* copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
object when reading from the file.
* gold.cc (queue_middle_tasks): Hold a lock on the object when doing
second layout pass.
* icf.cc (preprocess_for_unique_sections): Hold a lock on the object
when reading section contents.
(get_section_contents): Likewise.
(icf::find_identical_sections): Likewise.
* mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
object when reading from the file.
* plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
the object when doing deferred section layout.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/copy-relocs.cc.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/gold.cc.diff?cvsroot=src&r1=1.85&r2=1.86
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/icf.cc.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/mapfile.cc.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/plugin.cc.diff?cvsroot=src&r1=1.40&r2=1.41