diff options
author | Cary Coutant <ccoutant@google.com> | 2010-11-05 21:14:33 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-11-05 21:14:33 +0000 |
commit | 5f9bcf5825f56b017aacf20aaabce0ed07920454 (patch) | |
tree | 1aaf51098dae857ffd0ef4f6ced0f832257d15a6 /gold/ChangeLog | |
parent | 8baf536a5a90596ba9b85da65246645321df0823 (diff) | |
download | gdb-5f9bcf5825f56b017aacf20aaabce0ed07920454.zip gdb-5f9bcf5825f56b017aacf20aaabce0ed07920454.tar.gz gdb-5f9bcf5825f56b017aacf20aaabce0ed07920454.tar.bz2 |
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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 53bc363..ee2b865 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,19 @@ +2010-11-05 Cary Coutant <ccoutant@google.com> + + 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. + 2010-11-03 Nick Clifton <nickc@redhat.com> PR gold/12001 |