e5339321a8112dfd828af1c5323658eb9073ce45
[deliverable/binutils-gdb.git] / gold / ChangeLog
1 2015-07-26 Doug Kwan <dougkwan@google.com>
2
3 * testsuite/arm_unaligned_reloc.{s,sh}: Make test less sensitive to
4 disassembler output format.
5
6 2015-07-23 Ian Coolidge <icoolidge@google.com>
7 Plumb --pic-veneer option for gold.
8
9 * arm.cc (Reloc_stub::stub_type_for_reloc): Plumb to stub
10 generation.
11 * options.h (General_options): Add --pic-veneer option.
12
13 2015-07-22 H.J. Lu <hongjiu.lu@intel.com>
14
15 PR gold/18663
16 * testsuite/Makefile.am (script_test_1_SOURCES): Set to
17 script_test_1a.cc script_test_1b.cc.
18 (script_test_11_r.o): Replace script_test_11.o with
19 script_test_11a.o script_test_11b.o.
20 (script_test_11.o): Removed.
21 (script_test_11a.o): New.
22 (script_test_11b.o): Likewise.
23 * testsuite/Makefile.in: Regenerated.
24 * testsuite/script_test_1.h: New file.
25 * testsuite/script_test_1b.cc: Likewise.
26 * testsuite/script_test_11.h: Likewise.
27 * testsuite/script_test_11b.c: Likewise.
28 * testsuite/script_test_1.cc: Renamed to ...
29 * testsuite/script_test_1a.cc: This.
30 Include "script_test_1.h".
31 (main): Call check_int and check_ptr.
32 * testsuite/script_test_11.c: Renamed to ...
33 * testsuite/script_test_11a.c: This.
34 Include "script_test_11.h".
35 (main): Call ptr_equal.
36
37 2015-07-22 H.J. Lu <hongjiu.lu@intel.com>
38
39 PR gold/18628
40 * testsuite/ifuncdep2.c (global): Change protected to hidden.
41 * testsuite/ifuncmod1.c (global): Likewise.
42 * testsuite/ifuncmod5.c (global): Likewise.
43
44 2015-07-22 Alan Modra <amodra@gmail.com>
45
46 * aarch64.cc (try_fix_erratum_843419_optimized): Warning fix.
47
48 2015-07-21 Cary Coutant <ccoutant@gmail.com>
49
50 PR gold/18548
51 * symtab.cc (Symbol_table::do_define_in_output_data): Check for
52 forced local symbol even when oldsym != NULL.
53 (Symbol_table::do_define_in_output_segment): Likewise.
54 (Symbol_table::do_define_as_constant): Likewise.
55
56 2015-07-21 Cary Coutant <ccoutant@gmail.com>
57
58 PR gold/18698
59 * archive.cc (Library_base::should_include_member): Don't use entry
60 point for relocatable links, or if target is not yet valid.
61 * parameters.cc (Parameters::entry): Check target_valid().
62
63 2015-07-20 Han Shen <shenhan@google.com>
64
65 Optimize erratum 843419 fix.
66
67 * aarch64.cc (AArch64_insn_utilities::is_adr): New method.
68 (AArch64_insn_utilities::aarch64_adr_encode_imm): New method.
69 (AArch64_insn_utilities::aarch64_adrp_decode_imm): New method.
70 (E843419_stub): New sub-class of Erratum_stub.
71 (AArch64_relobj::try_fix_erratum_843419_optimized): New method.
72 (AArch64_relobj::section_needs_reloc_stub_scanning): Try optimized fix.
73 (AArch64_relobj::create_erratum_stub): Add 1 argument.
74 (Target_aarch64::scan_erratum_843419_span): Pass in adrp insn offset.
75
76 2015-07-20 Han Shen <shenhan@google.com>
77
78 Fix arm elf header flags wrt hardfp bit.
79
80 * arm.cc (Target_arm::do_adjust_elf_header): Set flags into view.
81
82 2015-07-20 H.J. Lu <hongjiu.lu@intel.com>
83
84 PR gold/18689
85 * layout.cc (Layout::layout): Clear the SHF_COMPRESSED flag bit
86 from input group section for relocatable link.
87 * testsuite/Makefile.am (check_SCRIPTS): Add pr18689.sh.
88 (check_DATA): Add pr18689.stdout.
89 (MOSTLYCLEANFILES): Add pr18689a.o pr18689b.o.
90 (pr18689.stdout): New rule.
91 (pr18689a.o): Likewise.
92 (pr18689b.o): Likewise.
93 (pr18689.o): Likewise.
94 * testsuite/pr18689.c: New file.
95 * testsuite/pr18689.sh: Likewise.
96 * testsuite/Makefile.in: Regenerated.
97
98 2015-07-20 Yiran Wang <yiran@google.com>
99 Cary Coutant <ccoutant@gmail.com>
100
101 PR gold/15574
102 * resolve.cc (Symbol_table): Remove warning about references
103 from shared objects to hidden symbols.
104 * testsuite/Makefile.am (hidden_test): Add hidden_test.syms.
105 * testsuite/Makefile.in: Regenerate.
106 * testsuite/hidden_test.sh: Check dynamic symbol table; update
107 expected error messages.
108
109 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
110
111 * compressed_output.cc (Output_compressed_section::set_final_data_size):
112 Make --compress-debug-sections=zlib the same as
113 --compress-debug-sections=zlib-gabi.
114 * testsuite/Makefile.am (flagstest_compress_debug_sections.check):
115 Expect ".debug_.*" with the SHF_COMPRESSED bit, instead of
116 ".zdebug_".
117 * testsuite/Makefile.in: Regenerated.
118
119 2015-07-12 H.J. Lu <hongjiu.lu@intel.com>
120
121 PR gold/18322
122 * compressed_output.cc (zlib_compress): Add argument for
123 compression header size. Set header size to compression header
124 size if it isn't 0. Don't write out the zlib header here.
125 (Output_compressed_section::set_final_data_size): Support
126 zlib-gnu and zlib-gabi compressions. Pass compression header
127 size to zlib_compress and write out compression header. Set
128 the SHF_COMPRESSED bit for zlib-gabi compression. Otherwise
129 clear the SHF_COMPRESSED bit
130 * options.h (compress_debug_sections): Add zlib-gnu and
131 zlib-gabi.
132 * output.h (Output_section::set_flags): New.
133 * testsuite/Makefile.am (check_PROGRAMS): Add
134 flagstest_compress_debug_sections_none,
135 flagstest_compress_debug_sections_gnu and
136 flagstest_compress_debug_sections_gabi.
137 (check_DATA): Add flagstest_compress_debug_sections_none.stdout.
138 flagstest_compress_debug_sections.stdout,
139 flagstest_compress_debug_sections.cmp,
140 flagstest_compress_debug_sections.check,
141 flagstest_compress_debug_sections_gnu.stdout,
142 flagstest_compress_debug_sections_gnu.cmp,
143 flagstest_compress_debug_sections_gnu.check,
144 flagstest_compress_debug_sections_gabi.stdout,
145 flagstest_compress_debug_sections_gabi.cmp and
146 flagstest_compress_debug_sections_gabi.check.
147 (flagstest_compress_debug_sections_none): New.
148 (flagstest_compress_debug_sections_none.stdout): Likewise.
149 (flagstest_compress_debug_sections.stdout): Likewise.
150 (flagstest_compress_debug_sections.check): Likewise.
151 (flagstest_compress_debug_sections.cmp): Likewise.
152 (flagstest_compress_debug_sections_gnu): Likewise.
153 (flagstest_compress_debug_sections_gnu.stdout): Likewise.
154 (flagstest_compress_debug_sections_gnu.check): Likewise.
155 (flagstest_compress_debug_sections_gnu.cmp): Likewise.
156 (flagstest_compress_debug_sections_gabi): Likewise.
157 (flagstest_compress_debug_sections_gabi.stdout): Likewise.
158 (flagstest_compress_debug_sections_gnu.check): Likewise.
159 (flagstest_compress_debug_sections_gnu.cmp): Likewise.
160 * testsuite/Makefile.in: Regenerated.
161
162 2015-07-12 H.J. Lu <hongjiu.lu@intel.com>
163
164 PR gold/18321
165 * compressed_output.h (decompress_input_section): Add arguments
166 for ELF class, big endian and sh_flags.
167 * compressed_output.cc (decompress_input_section): Likewise.
168 Support the SHF_COMPRESSED section.
169 * dynobj.h (Dynobj): Add elfsize and is_big_endian member
170 functions.
171 * plugin.h (Pluginobj): Likewise.
172 * layout.cc (Layout::get_output_section_flags): Also clear the
173 SHF_COMPRESSED bit.
174 * object.h (Compressed_section_info): Add flag to store sh_flags.
175 (Object): Add pure virtual elfsize and is_big_endian member
176 functions.
177 * object.cc (need_decompressed_section): Don't skip the ".zdebug"
178 prefix here.
179 (build_compressed_section_map): Check SHF_COMPRESSED for
180 uncompressed size. Store sh_flags in Compressed_section_info.
181 Pass size, big_endian and sh_flags to decompress_input_section.
182 Skip the ".debug"/".zdebug" prefix when passing section name to
183 need_decompressed_section.
184 (Sized_relobj_file<size, big_endian>::do_find_special_section):
185 Don't check ".zdebug_*" sections.
186 (Object::decompressed_section_contents): Pass ELF class, big
187 endian and sh_flags to decompress_input_section.
188 * reloc.cc (Sized_relobj_file<size, big_endian>::write_sections):
189 Likewise.
190 * testsuite/Makefile.am (check_DATA): Add
191 debug_msg_cdebug_gabi.err and gdb_index_test_2_gabi.stdout.
192 (MOSTLYCLEANFILES): Add debug_msg_cdebug_gabi.err and
193 gdb_index_test_2_gabi.stdout.
194 (debug_msg_cdebug_gabi.o): New.
195 (odr_violation1_cdebug_gabi.o): Likewise.
196 (odr_violation2_cdebug_gabi.o): Likewise.
197 (debug_msg_cdebug_gabi.err): Likewise.
198 (check_SCRIPTS): Add gdb_index_test_2_gabi.sh.
199 (gdb_index_test_cdebug_gabi.o): Likewise.
200 (gdb_index_test_2_gabi): Likewise.
201 (gdb_index_test_2_gabi.stdout): Likewise.
202 * testsuite/gdb_index_test_2_gabi.sh: New file.
203 * testsuite/Makefile.in: Regenerated.
204
205 2015-07-09 Han Shen <shenhan@google.com>
206
207 Use "gold_info" instead of "gold_warning" for erratum fix.
208
209 * aarch64.cc (Target_aarch64::scan_erratum_843419_span): Use
210 'gold_info'.
211 (Target_aarch64::scan_erratum_835769_span): USe 'gold_info'.
212
213 2015-07-09 Han Shen <shenhan@google.com>
214
215 Drop missing symbol warning for arm/aarch64.
216
217 * aarch64.cc (AArch64_relobj::scan_errata): Drop missing symbol warning.
218 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Drop missing
219 symbol warning.
220
221 2015-07-07 Han Shen <shenhan@google.com>
222
223 Make gold aarch64 accept long form of mapping symbols.
224
225 * aarch64.cc (AArch64_relobj::do_count_local_symbols): Make legal
226 of mapping symbols.
227
228 2015-06-29 Doug Kwan <dougkwan@google.com>
229
230 * testsuite/arm_bl_out_of_range.s: Align stub table so that it appears
231 at address expected by test.
232 * testsuite/arm_cortex_a8_b.s: Ditto.
233 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
234 * testsuite/arm_cortex_a8_bl.s: Ditto.
235 * testsuite/arm_cortex_a8_blx.s: Ditto.
236 * testsuite/arm_cortex_a8_local.s: Ditto.
237 * testsuite/arm_fix_v4bx.s: Ditto.
238 * testsuite/arm_unaligned_reloc.s: Ditto.
239 * testsuite/thumb_bl_out_of_range.s: Ditto.
240 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
241 * testsuite/thumb_blx_out_of_range.s: Ditto.
242
243 2015-06-29 Han Shen <shenhan@google.com>
244
245 Patch for erratum 843419 internal error.
246
247 * aarch64.cc (Erratum_stub::Insn_utilities): New typedef.
248 (Erratum_stub::update_erratum_insn): New method.
249 (Stub_table::relocate_stubs): Modified to place relocated insn.
250 (AArch64_relobj::fix_errata): Modified gold_assert.
251
252 2015-06-12 Han Shen <shenhan@google.com>
253
254 Fix erratum 835769.
255
256 * aarch64.cc (AArch64_insn_utilities::BYTES_PER_INSN): Move
257 defintion outside class definition.
258 (AArch64_insn_utilities::AARCH64_ZR): New static constant.
259 (AArch64_insn_utilities::aarch64_op31): New member.
260 (AArch64_insn_utilities::aarch64_ra): New member.
261 (AArch64_insn_utilities::aarch64_mac): New member.
262 (AArch64_insn_utilities::aarch64_mlxl): New member.
263 (ST_E_835769): New global enum member.
264 (Stub_table::relocate_stubs): Add 835769 handler.
265 (Stub_template_repertoire::Stub_template_repertoire): Install new
266 stub type.
267 (AArch64_relobj::scan_errata): This func is renamed from
268 scan_erratum_843419.
269 (AArch64_relobj::do_count_local_symbols): Add 835769 handler.
270 (AArch64_relobj::do_relocate_sections): Add 835769 handler.
271 (AArch64_relobj::scan_sections_for_stubs): Add 835769 handler.
272 (Target_aarch64::scan_erratum_835769_span): New method.
273 (Target_aarch64::create_erratum_stub): New method.
274 (Target_aarch64::is_erratum_835769_sequence): New method.
275 (Target_aarch64::scan_erratum_843419_sequence): Move part of the
276 code into create_erratum_stub.
277 * options.h (fix_cortex_a53_835769): New option.
278
279 2015-06-11 Cary Coutant <ccoutant@gmail.com>
280
281 * aarch64.cc (Erratum_stub::STUB_ADDR_ALIGN): Move initialization
282 outside class body.
283 (Reloc_stub::STUB_ADDR_ALIGN): Likewise.
284
285 2015-06-11 Cary Coutant <ccoutant@gmail.com>
286
287 PR gold/17731
288 * layout.cc (corresponding_uncompressed_section_name): New function.
289 (Layout::choose_output_section): Call it.
290 * layout.h (corresponding_uncompressed_section_name): New function.
291 * script-sections.cc (Input_section_info::set_section_name): Check
292 for compressed debug section (.zdebug style).
293
294 2015-06-11 Jing Yu <jingyu@google.com>
295
296 * testsuite/Makefile.am: Add -O0 for script_test_12 test.
297 * testsuite/Makefile.in: Regenerate.
298
299 2015-06-11 Davide Italiano <dccitaliano@gmail.com>
300
301 * gold.h (is_cident): Correct typo.
302
303 2015-06-10 Han Shen <shenhan@google.com>
304 Patch for erratum-843419 (2 of 2 - fix erratum occurrences).
305
306 Now fixing for 843419 is fully functional.
307
308 The first part of the erratum fix CL is here -
309 https://sourceware.org/ml/binutils/2015-04/msg00229.html
310
311 * aarch64.cc(global enum): New constants representing stub types.
312 (Stub_template): New POD struct.
313 (Stub_template_repertoire): New class.
314 (Stub_base): New class.
315 (Erratum_stub): New class.
316 (Reloc_stub): Refactored to be a subclass of Stub_base.
317 (Reloc_stub::Stub_type): Removed.
318 (Reloc_stub::offset): Moved to Stub_base.
319 (Reloc_stub::set_offset): Moved to Stub_base.
320 (Reloc_stub::destination_address): Moved to Stub_base.
321 (Reloc_stub::set_destination_address): Moved to Stub_base.
322 (Reloc_stub::reset_destination_address): Moved to Stub_base.
323 (Reloc_stub::stub_type): Renamed and moved to Stub_base.
324 (Reloc_stub::stub_size): Renamed and moved to Stub_base.
325 (Reloc_stub::stub_insns): Renamed and moved to Stub_base.
326 (Reloc_stub::write): Moved to Stub_base.
327 (Reloc_stub::invalid_offset): Moved to Stub_base.
328 (Reloc_stub::invalid_address): Moved to Stub_base.
329 (Reloc_stub::stub_type_): Renamed and moved to Stub_base.
330 (Reloc_stub::stub_insns_): Moved to Stub_base.
331 (Reloc_stub::offset_): Moved to Stub_base.
332 (Reloc_stub::destination_address_): Moved to Stub_base.
333 (Stub_table::The_aarch64_relobj): New typedef.
334 (Stub_table::The_erratum_stub): New typedef.
335 (Stub_table::The_erratum_stub_less): New typedef.
336 (Stub_table::The_erratum_stub_set): New typedef.
337 (Stub_table::The_erratum_stub_set_iter): New typedef.
338 (Stub_table::empty): Added emptiness testing for erratum stubs.
339 (Stub_table::add_erratum_stub): New method to add an erratum stub.
340 (Stub_table::find_erratum_stub): New method.
341 (Stub_table::find_erratum_stubs_for_input_section): New method.
342 (Stub_table::erratum_stub_address): New method.
343 (Stub_table::update_date_size_changed_p): Modified to handle erratum stubs.
344 (Stub_table::do_addralign): Modified to handle erratum stubs.
345 (Stub_table::erratum_stubs_): New member.
346 (Stub_table::erratum_stub_size_): New member.
347 (Stub_table::relocate_stubs): Modified to handle erratum stubs.
348 (Stub_table::do_write): Modified to handle erratum stubs.
349 (AArch64_relobj::The_erratum_stub): New typedef.
350 (AArch64_relobj::Erratum_stub_set_iter): New typedef.
351 (AArch64_relobj::fix_errata): New method.
352 (Target_aarch64::The_reloc_stub_type): Removed.
353 (Target_aarch64::The_erratum_stub): New typede.
354 (AArch64_relocate_functions::construct_b): New method.
355
356 2015-06-08 Nick Clifton <nickc@redhat.com>
357
358 * po/fr.po: New French Translation.
359
360 2015-06-07 Cary Coutant <ccoutant@gmail.com>
361
362 PR gold/18288
363 * resolve.cc (symbol_to_bits): Remove type parameter; adjust all
364 callers. Don't use STT_COMMON to check for common symbols.
365 (Symbol_table::resolve): Warn if relocatable object has STT_COMMON
366 symbol that's not in a common section.
367 * symtab.h (Symbol::is_common): Don't use STT_COMMON to check for
368 common symbols.
369
370 2015-06-04 Cary Coutant <ccoutant@gmail.com>
371
372 PR gold/18200
373 * Makefile.am (diststuff): Add target.
374 * Makefile.in: Regenerate.
375
376 2015-06-04 Cary Coutant <ccoutant@gmail.com>
377
378 PR gold/17498
379 * object.cc (Sized_relobj_file::do_count_local_symbols): Discard
380 temporary locals in merge sections.
381 * options.cc (General_options::parse_discard_all): New method.
382 (General_options::parse_discard_locals): New method.
383 (General_options::parse_discard_none): New method.
384 (General_options::General_options): Initialize discard_locals_.
385 * options.h (--discard-all): Convert to special option.
386 (--discard-locals): Likewise.
387 (--discard-none): New option.
388 (General_options::discard_all): New method.
389 (General_options::discard_locals): New method.
390 (General_options::discard_sec_merge): New method.
391 (General_options::Discard_locals): New enum.
392 (General_options::discard_locals_): New data member.
393
394 2015-06-03 Cary Coutant <cary@google.com>
395
396 * script-sections.cc (Script_sections::Script_sections): Initialize
397 segments_created_.
398 (Script_sections::create_note_and_tls_segments): Set flag when
399 segments are created.
400 (Script_sections::expected_segment_count): Count PT_INTERP.
401 (Script_sections::attach_sections_using_phdrs_clause): Set flag when
402 segments are created.
403 * script-sections.h (Script_sections::segments_created_): New data
404 member.
405
406 2015-06-03 Cary Coutant <ccoutant@gmail.com>
407
408 PR gold/15370
409 * script-sections.cc
410 (Output_section_element_input::set_section_addresses): When there
411 are several patterns with no sort spec, put all sections in the same
412 bin.
413 * testsuite/Makefile.am (script_test_12): New testcase.
414 (script_test_12i): New testcase.
415 * testsuite/Makefile.in: Regenerate.
416 * testsuite/script_test_12.t: New test linker script.
417 * testsuite/script_test_12i.t: New test linker script.
418 * testsuite/script_test_12a.c: New test source file.
419 * testsuite/script_test_12b.c: New test source file.
420
421 2015-06-02 Cary Coutant <ccoutant@gmail.com>
422
423 * nacl.h (Sniff_file): Switch parameters to get_view to get an
424 aligned view.
425
426 2015-06-03 Cary Coutant <ccoutant@gmail.com>
427
428 PR gold/17819
429 * gold.cc (queue_final_tasks): When --build-id=tree, queue a
430 separate task to schedule the build id computation.
431 * layout.cc (Hash_task::Hash_task): Remove build_id_blocker,
432 add Output_file and offset.
433 (Hash_task::run): Get and release the input views.
434 (Hash_task::is_runnable): Always return NULL (always runnable).
435 (Layout::queue_build_id_tasks): Remove.
436 (Layout::write_build_id): Add array_of_hashes and size_of_hashes
437 parameters; use them instead of class members.
438 (Build_id_task_runner::run): New function.
439 (Close_task_runner::run): Pass array_of_hashes and size_of_hashes
440 to write_build_id.
441 * layout.h (Layout::queue_build_id_tasks): Remove.
442 (Layout::write_build_id): Add array_of_hashes and size_of_hashes
443 parameters.
444 (Layout::array_of_hashes_): Remove.
445 (Layout::size_of_array_of_hashes_): Remove.
446 (Layout::input_view_): Remove.
447 (Build_id_task_runner): New class.
448 (Close_task_runner::Close_task_runner): Add array_of_hashes and
449 size_of_hashes parameters.
450 (Close_task_runner::array_of_hashes_): New data member.
451 (Close_task_runner::size_of_hashes_): New data member.
452 * testsuite/Makefile.am
453 (flagstest_compress_debug_sections_and_build_id_tree): New test.
454 * testsuite/Makefile.in: Regenerate.
455
456 2015-06-01 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
457
458 * merge.cc (get_input_merge_map): Update for data structure change.
459 (get_or_make_input_merge_map): Update for data structure change.
460 * merge.h (Object_merge_map): Use a std::vector<std::pair>> instead of
461 a std::map. Remove first_shnum_, first_map_, second_shnum_, second_map_.
462
463 2015-05-16 Alan Modra <amodra@gmail.com>
464
465 * reloc.cc (Sized_relobj_file::find_functions): Use function_location.
466 * powerpc.cc (Target_powerpc::do_calls_non_split): New function.
467 (addi_12_1, addis_2_12, addis_12_1, cmpld_7_12_0): New constants.
468 (lis_0): Rename from lis_0_0.
469
470 2015-04-29 Cary Coutant <cary@google.com>
471 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
472
473 * gc.h (Garbage_collection::is_section_garbage): Change Object*
474 to Relobj*.
475 (Garbage_collection::add_reference): Likewise.
476 (Garbage_collection::gc_process_relocs): Likewise. Don't push
477 object/shndx pair onto *secvec for dynamic objects. Don't follow
478 relocations pointing to dynamic objects for GC.
479 * icf.cc (Icf::find_identical_sections): Change Object* to Relobj*.
480 (Icf::unfold_section): Likewise.
481 (Icf::is_section_folded): Likewise.
482 (Icf::get_folded_section): Likewise.
483 * icf.h: (Icf::get_folded_section): Likewise.
484 (Icf::unfold_section): Likewise.
485 (Icf::is_section_folded): Likewise.
486 (Icf::section_has_function_pointers): Likewise.
487 (Icf::set_section_has_function_pointers): Likewise.
488 * object.h (Section_id): Likewise.
489 (Const_section_id): Likewise.
490 * output.cc (Output_section::update_section_layout): Likewise.
491 * output.h: (Output_section_lookup_maps::find_relaxed_input_section):
492 Likewise.
493 * plugin.cc (update_section_order): Likewise.
494 (unique_segment_for_sections): Likewise.
495 * powerpc.cc (Powerpc_relobj::add_reference): Likewise.
496 (Target_powerpc::do_gc_add_reference): Likewise.
497 (Target_powerpc::gc_process_relocs): Likewise.
498 (Target_powerpc::do_gc_add_reference): Likewise.
499 * symtab.cc (Symbol_table::is_section_folded): Likewise.
500 (Symbol_table::gc_mark_symbol): Likewise.
501 * symtab.h: (Symbol_table::is_section_folded): Likewise.
502 * target.h: (Sized_target::gc_add_reference): Likewise.
503 (Sized_target::do_gc_add_reference): Likewise.
504
505 2015-04-29 Nick Clifton <nickc@redhat.com>
506
507 * po/fi.po: Updated Finnish translation.
508
509 2015-04-28 Alan Modra <amodra@gmail.com>
510
511 * powerpc.cc (Target_powerpc::do_dynsym_value): Use Address rather
512 than unsigned int for find_global_entry result temp. Compare
513 against invalid_address.
514 (Target_powerpc::do_plt_address_for_global): Likewise.
515 (Target_powerpc::Relocate::relocate): Likewise. Don't assert
516 on plt call stub existence for debug info. Do assert for plt
517 and global entry stub existence if an alloc section.
518
519 2015-04-28 Alan Modra <amodra@gmail.com>
520
521 * powerpc.cc (Target_powerpc::Relocate::relocate): Don't assert
522 on missing global entry stub due to bogus debug info.
523
524 2015-04-27 Han Shen <shenhan@google.com>
525
526 * options.h (--fix-cortex-a53-843419): Rename option.
527 * aarch64.cc (AArch64_relobj::do_count_local_symbols): Use renamed
528 option.
529 (AArch64_relobj::scan_sections_for_stubs): Use renamed option.
530
531 2015-04-27 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
532
533 PR gold/18327
534 * output.cc (Output_section::is_input_address_mapped): Assume a missing
535 entry is mapped.
536 * testsuite/Makefile.am: Add the eh_test test.
537 * testsuite/Makefile.in: Regenerate.
538 * testsuite/eh_test_a.cc: New test.
539 * testsuite/eh_test_b.cc: New test.
540
541 2015-04-23 Sriraman Tallam <tmsriram@google.com>
542
543 * options.h (--weak-unresolved-symbols): New option.
544 * symtab.cc (Symbol_table::sized_write_globals): Change symbol
545 binding to weak with new option.
546 * symtab.h (is_weak_undefined): Check for new option.
547 (is_strong_undefined): Check for new option.
548 * testsuite/Makefile.am (weak_unresolved_symbols_test): New test.
549 * testsuite/Makefile.in: Regenerate.
550 * testsuite/weak_unresolved_symbols_test.cc: New file.
551
552 2015-04-20 Ian Coolidge <icoolidge@google.com>
553
554 * symtab.cc (Symbol::should_add_dynsym_entry): Return true for
555 GNU_UNIQUE.
556
557 2015-04-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
558
559 * gc.cc (Garbage_collection::do_transitive_closure): Use back and
560 push_back.
561 * gc.h (Garbage_collection): Use a std::vector instead of a std::queue.
562 * object.cc (Sized_relobj_file::do_layout): Use push_back.
563 * powerpc.cc (process_gc_mark): Use push_back.
564 (Target_powerpc::do_gc_mark_symbol): Use push_back.
565 * symtab.cc (Symbol_table::gc_mark_symbol): Use push_back.
566
567 2015-04-16 Han Shen <shenhan@google.com>
568
569 * aarch64.cc (AArch64_insn_utilities): New utility class.
570 (AArch64_relobj::Mapping_symbol_position): New struct.
571 (AArch64_relobj::Mapping_symbol_info): New typedef.
572 (AArch64_relobj::do_count_local_symbols): New function overriding
573 parent's implementation.
574 (AArch64_relobj::mapping_symbol_info_): New member
575 (AArch64_relobj::scan_erratum_843419): New method.
576 (Target_aarch64::scan_erratum_843419_span): New method.
577 (Target_aarch64::is_erratum_843419_sequence): New method.
578 * options.h (fix_cortex_a53): New option.
579
580 2015-04-09 Cary Coutant <ccoutant@google.com>
581
582 * symtab.cc (Symbol::final_value_is_known): Check for TLS symbol
583 in a PIE link.
584 * testsuite/Makefile.am (tls_pie_test.sh): New test.
585 * testsuite/Makefile.in: Regenerate.
586 * testsuite/tls_pie_test.sh: New.
587
588 2015-04-09 Cary Coutant <ccoutant@google.com>
589
590 * debug.h (DEBUG_LOCATION): New.
591 (DEBUG_ALL): Include DEBUG_LOCATION.
592 (debug_string_to_enum): Add DEBUG_LOCATION.
593 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Fix debug
594 output to print correct context.
595 (Sized_dwarf_line_info::do_addr2line): Add debug output. Return
596 up to 4 more locations at the beginning of the function.
597 * symtab.cc (Symbol_table::detect_odr_violations): Get canonical
598 result before sorting list of line numbers.
599 * testsuite/debug_msg.sh: Allow range of line numbers for
600 canonical results on optimized code.
601
602 2015-04-07 HC Yen <hc.yen@mediatek.com>
603
604 Add AArch32 support for gold linker.
605 gold/
606 * arm.cc: Add V8 arch combine table.
607
608 2015-04-06 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
609
610 * aarch64.cc (do_reloc_addend): Fix signature to match the parent one.
611
612 2015-04-06 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
613
614 * gc.cc (Garbage_collection::do_transitive_closure): Avoid a call
615 to find by using the return value of insert.
616
617 2015-04-06 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
618
619 * gc.cc (Garbage_collection::do_transitive_closure): Avoid a copy
620 constructor call.
621
622 2015-04-06 Ilya Tocar <ilya.tocar@intel.com>
623
624 PR gold/17641
625 * x86_64.cc (Target_x86_64::can_convert_mov_to_lea): New.
626 (Target_x86_64::Scan::local): Don't create GOT entry, when we
627 can convert mov to lea.
628 (Target_x86_64::Scan::global): Ditto.
629 (Target_x86_64::Relocate::relocate): Convert mov foo@GOTPCREL(%rip),
630 %reg to lea foo(%rip), %reg if possible.
631 * testsuite/Makefile.am (x86_64_mov_to_lea): New test.
632 * testsuite/x86_64_mov_to_lea1.s: New.
633 * testsuite/x86_64_mov_to_lea2.s: Ditto.
634 * testsuite/x86_64_mov_to_lea3.s: Ditto.
635 * testsuite/x86_64_mov_to_lea4.s: Ditto.
636 * testsuite/x86_64_mov_to_lea.sh: Ditto.
637
638 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
639
640 * configure: Regenerated.
641
642 2015-04-01 Ilya Tocar <ilya.tocar@intel.com>
643
644 PR gold/17640
645 * i386.cc (Target_i386::can_convert_mov_to_lea): New.
646 (Target_i386::Scan::local): Don't create GOT entry, when we
647 can convert GOT to GOTOFF.
648 (Target_i386::Scan::global): Ditto.
649 (Target_i386::Relocate::relocate): Convert mov foo@GOT(%reg), %reg to
650 lea foo@GOTOFF(%reg), %reg if possible.
651 * testsuite/Makefile.am (i386_mov_to_lea): New test.
652 * testsuite/i386_mov_to_lea1.s: New.
653 * testsuite/i386_mov_to_lea2.s: Ditto.
654 * testsuite/i386_mov_to_lea3.s: Ditto.
655 * testsuite/i386_mov_to_lea4.s: Ditto.
656 * testsuite/i386_mov_to_lea5.s: Ditto.
657 * testsuite/i386_mov_to_lea.sh: Ditto.
658
659 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
660
661 * Makefile.am (ZLIB): New.
662 (ZLIBINC): Likewise.
663 (AM_CFLAGS): Add $(ZLIBINC).
664 (AM_CXXFLAGS): Likewise.
665 (ldadd_varldadd_var): Add $(ZLIB).
666 (incremental_dump_LDADD): Likewise.
667 (dwp_LDADD): Likewise.
668 * compressed_output.cc: Don't check HAVE_ZLIB_H to include
669 <zlib.h>.
670 (zlib_compress): Don't check HAVE_ZLIB_H.
671 (zlib_decompress): Likewise.
672 * options.h (compress_debug_sections): Likewise.
673 * configure.ac (AM_CONDITIONAL): Removed.
674 * testsuite/Makefile.am (ZLIB): New.
675 (LDADD): Add $(ZLIB).
676 Don't check HAVE_ZLIB.
677 * Makefile.in: Regenerated.
678 * config.in: Likewise.
679 * configure: Likewise.
680 * testsuite/Makefile.in: Likewise.
681
682 2015-03-30 Jing Yu <jingyu@google.com>
683
684 * aarch64-reloc.def: New TLSLD_ADD_DTPREL_HI12,
685 TLSLD_ADD_DTPREL_LO12_NC.
686 * aarch64.cc (Target_aarch64::define_tls_base_symbol): Always let
687 _TLS_MODULE_BASE_ point to the start of tls segment.
688 (Target_aarch64::optimize_tls_reloc): Add cases for
689 R_AARCH64_TLSLD_ADD_DTPREL_HI12 and
690 R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC.
691 (Target_aarch64::Scan::local): Likewise.
692 (Target_aarch64::Scan::global): Likewise.
693 (Target_aarch64::Relocate::relocate): Likewise.
694 (Target_aarch64::Relocate::relocate_tls): Likewise. And remove
695 subtracting tls segment size from symbol value for TLSLD_*_DTPREL
696 relocations.
697
698 2015-03-27 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
699
700 * merge.cc (Object_merge_map::add_mapping): call
701 Object_merge_map::Input_merge_map::add_mapping.
702 (Object_merge_map::Input_merge_map::add_mapping): New.
703 (Output_merge_data::do_add_input_section): Call
704 get_or_make_input_merge_map before a loop.
705 (Output_merge_string<Char_type>::finalize_merged_data): Call
706 get_or_make_input_merge_map before a loop.
707 * merge.h (Object_merge_map): Make Input_merge_map public.
708 * object.cc (Relobj::add_merge_mapping): Use get_or_create_merge_map.
709 (Relobj::get_or_create_merge_map): New.
710 * object.h (Relobj::get_or_create_merge_map): New.
711
712 2015-03-24 Alan Modra <amodra@gmail.com>
713
714 PR 18147
715 * powerpc.cc (Target_powerpc::Relocate::relocate): Don't report
716 relocation errors for branches to strong undefined symbols.
717
718 2015-03-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
719
720 * merge.cc (Object_merge_map::get_input_merge_map): Make it const.
721 (Object_merge_map::is_merge_section_for): Remove.
722 (Object_merge_map::find_merge_section): New.
723 * merge.h (Object_merge_map::is_merge_section_for): Remove.
724 (Object_merge_map::find_merge_section): New.
725 (Object_merge_map::get_input_merge_map): Add a const version.
726 * object.cc (Relobj::is_merge_section_for): Remove.
727 (Relobj::find_merge_section): New.
728 * object.h (Relobj::is_merge_section_for): Remove.
729 (Relobj::find_merge_section): New.
730 * output.cc
731 (Output_section::Input_section::is_merge_section_for): Remove.
732 (Output_section::add_merge_input_section): Don't call
733 add_merge_input_section.
734 (Output_section::find_merge_section): Return const. Use
735 object->find_merge_section.
736 (Output_section::build_lookup_maps): Don't build a map for
737 merge sections.
738 (Output_section::is_input_address_mapped): Return false if
739 section is not found.
740 (Output_section::find_starting_output_address): Use
741 find_merge_section instead of is_merge_section_for.
742 (Output_section::add_script_input_section): Don't build a map for
743 merge sections.
744 * output.h (Output_section_lookup_maps::merge_sections_by_id_): Remove.
745 (Output_section_lookup_maps::find_merge_section): Remove.
746 (Output_section_lookup_maps::add_merge_input_section) Remove.
747 (Output_section::find_merge_section): Return const.
748
749 2015-03-22 Cary Coutant <cary@google.com>
750
751 PR gold/18106
752 * i386.cc (Target_i386::Relocate::tls_gd_to_ie): Fix support for
753 non-SIB form of lea, with nop after the call.
754
755 2015-03-21 Cary Coutant <cary@google.com>
756
757 PR gold/14217
758 * output.cc (Output_segment::is_first_section_relro): Don't ignore
759 .tdata section.
760 (Output_segment::set_section_addresses): Don't align size of relro
761 segment for .tbss.
762
763 2015-03-21 Cary Coutant <cary@google.com>
764
765 PR gold/18010
766 * stringpool.cc (Stringpool_template): Don't optimize if section
767 alignment is greater than sizeof(char).
768
769 2015-03-21 Cary Coutant <cary@google.com>
770
771 PR gold/18048
772 * script-c.h (script_include_directive): Add first_token parameter.
773 * script.cc (script_include_directive): Add first_token parameter, and
774 pass it to read_script_file.
775 * yyscript.y (PARSING_SECTIONS_BLOCK, PARSING_SECTION_CMDS)
776 (PARSING_MEMORY_DEF): New tokens.
777 (top): Add new productions for INCLUDE files.
778 (file_cmd): Replace file_or_sections_cmd with copy of its productions.
779 Pass PARSING_LINKER_SCRIPT to script_include_directive.
780 (section_block_cmd): Likewise; pass PARSING_SECTIONS_BLOCK.
781 (section_cmd): Pass PARSING_SECTION_CMDS.
782 (file_or_sections_cmd): Remove.
783 (memory_def): Pass PARSING_MEMORY_DEF.
784 * testsuite/Makefile.am (memory_test_2): New test.
785 * testsuite/Makefile.in: Regenerate.
786 * testsuite/memory_test_inc.t: New script file.
787 * testsuite/memory_test_inc_1.t.src: New script file.
788 * testsuite/memory_test_inc_2.t.src: New script file.
789 * testsuite/memory_test_inc_3.t.src: New script file.
790
791 2015-03-21 Cary Coutant <cary@google.com>
792
793 * dwp.cc (Sized_relobj_dwo::do_section_contents): Delete.
794 (Sized_relobj_dwo::setup): Build compressed section map.
795 (Sized_relobj_dwo::do_decompressed_section_contents): Delete.
796 * dynobj.cc (Sized_dynobj::base_read_symbols): Build compressed
797 section map.
798 * object.cc (Sized_relobj_file::Sized_relobj_file): Remove
799 compressed_sections_ field.
800 (build_compressed_section_map): Take Object instead of
801 Sized_relobj_file parameter; add decompress_if_needed parameter.
802 (Sized_relobj_file::do_find_special_sections): Store compressed
803 section map in parent Object.
804 (Sized_relobj_file::do_decompressed_section_contents): Move
805 implementation to Object::decompressed_section_contents.
806 (Sized_relobj_file::do_discard_decompressed_sections): Move
807 implementation to Object::discard_decompressed_sections.
808 * object.h (build_compressed_section_map): Declare.
809 (Object::Object): Add compressed_sections_ field.
810 (Object::section_is_compressed): Move implementation here.
811 (Object::decompressed_section_contents): De-virtualize.
812 (Object::discard_decompressed_sections): De-virtualize.
813 (Object::do_section_is_compressed): Delete.
814 (Object::do_decompressed_section_contents): Delete.
815 (Object::set_compressed_sections): New method.
816 (Object::compressed_sections): New method.
817 (Object::compressed_sections_): New data member.
818 (Compressed_section_info, Compressed_section_map): Move to top of file.
819 (Sized_relobj_file::do_section_is_compressed): Delete.
820 (Sized_relobj_file::do_decompressed_section_contents): Delete.
821 (Sized_relobj_file::do_discard_decompressed_sections): Delete.
822 (Sized_relobj_file::compressed_sections_): Move to Object class.
823
824 2015-03-21 Cary Coutant <ccoutant@google.com>
825
826 PR gold/18152
827 * gold.cc (queue_middle_tasks): Finalize .eh_frame after laying out
828 deferred objects.
829
830 2015-03-11 Cary Coutant <ccoutant@google.com>
831
832 * options.cc (General_options::finalize): Don't allow -z relro
833 with incremental linking.
834 * testsuite/Makefile.am (incremental_test): Add -z norelro.
835 (incremental_test_2): Likewise.
836 (incremental_test_3): Likewise.
837 (incremental_test_4): Likewise.
838 (incremental_test_5): Likewise.
839 (incremental_test_6): Likewise.
840 (incremental_copy_test): Likewise.
841 (incremental_common_test_1): Likewise.
842 (incremental_comdat_test_1): Likewise.
843 * testsuite/Makefile.in: Regenerate.
844
845 2015-03-09 Cary Coutant <ccoutant@google.com>
846
847 PR gold/14675
848 * ehframe.cc (Eh_frame::add_ehframe_input_section): Change return type;
849 return enum indicating whether .eh_frame section is empty, optimizable,
850 unrecognized, or an end marker. Adjust explicit instantiations.
851 * ehframe.h (Eh_frame::Eh_frame_section_disposition): New enum type.
852 (Eh_frame::add_ehframe_input_section): Change return type.
853 * gold.cc (queue_middle_tasks): Call Layout::finalize_eh_frame_section.
854 * layout.cc (Layout::layout_eh_frame): Don't add optimized sections
855 to the .eh_frame output section until we see the end marker.
856 (Layout::finalize_eh_frame_section): New.
857 * layout.h: (Layout::finalize_eh_frame_section): New.
858
859 2015-03-05 H.J. Lu <hongjiu.lu@intel.com>
860
861 * output.cc (Relobj::initialize_input_to_output_map<size>):
862 Remove typename on elfcpp::Elf_types<size>::Elf_Addr.
863
864 2015-03-04 Cary Coutant <ccoutant@google.com>
865
866 * parameters.cc (Parameters::set_target_once): Call
867 Target::select_as_default_target just once from here...
868 (set_parameters_target): ...instead of from here.
869
870 2015-03-04 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
871
872 * ehframe.cc (Cie::set_output_offset): Pass in and use a
873 Output_section_data instead of a Merge_map.
874 (Eh_frame::Eh_frame): Don't initialize merge_map_.
875 (Eh_frame::read_cie): Use add_merge_mapping instead of
876 Merge_map::add_mapping.
877 (Eh_frame::read_fde): Ditto.
878 (Eh_frame::set_final_data_size): Use this instead of this->merge_map_.
879 (Eh_frame::do_output_offset): Use merge_output_offset istead of
880 merge_map_->get_output_offset.
881 (Eh_frame::do_is_merge_section_for): Delete.
882 * ehframe.h (Fde::add_mapping): Pass in and use a Output_section_data
883 instead of a Merge_map.
884 (Cie::set_output_offset): Pass in a Output_section_data instead of a
885 Merge_map.
886 (Eh_frame::do_is_merge_section_for): Delete.
887 (Eh_frame::merge_map_): Delete.
888 * merge.cc (Object_merge_map::get_or_make_input_merge_map): Pass in
889 and use a Output_section_data instead of a Merge_map.
890 (Object_merge_map::add_mapping): Ditto.
891 (Object_merge_map::get_output_offset): Remove the merge_map argument.
892 (Object_merge_map::is_merge_section_for): Pass in and use a
893 Output_section_data instead of a Merge_map.
894 (Merge_map): Delete.
895 (Output_merge_base::do_output_offset): Use merge_output_offset instead
896 of merge_map_.get_output_offset.
897 (Output_merge_base::do_is_merge_section_for): Delete.
898 (Output_merge_data::do_add_input_section): Use
899 object->add_merge_mapping instead of add_mapping.
900 (Output_merge_string<Char_type>::finalize_merged_data): Ditto.
901 * merge.h (Merge_map): Delete forward declaration.
902 (Object_merge_map::add_mapping): Pass in and use a Output_section_data
903 instead of a Merge_map.
904 (Object_merge_map::get_output_offset): Remove the merge_map argument.
905 (Object_merge_map::is_merge_section_for): Pass in and use a
906 Output_section_data instead of a Merge_map.
907 (Input_merge_map::Object_merge_map::merge_map): Replace with
908 output_data.
909 (Object_merge_map::get_or_make_input_merge_map): Pass in and use a
910 Output_section_data instead of a Merge_map.
911 (Merge_map): Delete.
912 (Output_merge_base::Output_merge_base): Don't initialize merge_map_.
913 (Output_merge_base::do_is_merge_section_for): Delete.
914 (Output_merge_base::add_mapping): Delete.
915 (Output_merge_base::merge_map_): Delete.
916 * object.cc (Relobj::initialize_input_to_output_map): New.
917 (Relobj::initialize_input_to_output_map): New.
918 (Relobj::merge_output_offset): New.
919 (Relobj::is_merge_section_for): New.
920 (Relobj::initialize_input_to_output_map): Instantiate for 32 and 64
921 bits.
922 * object.h (Relobj::merge_map): Delete.
923 (initialize_input_to_output_map): New.
924 (set_merge_map): Delete.
925 (add_merge_mapping): New.
926 (merge_output_offset): New.
927 (is_merge_section_for): New.
928 * output.cc (Output_section::Input_section::is_merge_section_for):
929 Use object->is_merge_section_for.
930 * output.h (Output_section_data::is_merge_section_for): Delete.
931 (Output_section_data::do_is_merge_section_for): Delete.
932 * reloc.cc (Merged_symbol_value<size>::initialize_input_to_output_map):
933 Use object->initialize_input_to_output_map.
934 (Merged_symbol_value<size>::value_from_output_section): Use
935 object->merge_output_offset.
936
937 2015-03-02 Peter Collingbourne <pcc@google.com>
938 Cary Coutant <ccoutant@google.com>
939
940 * output.cc (Output_section::add_merge_input_section): Do not
941 attempt to merge sections with an entsize of 0.
942
943 2015-03-02 Khem Raj <raj.khem@gmail.com>
944
945 * attributes.h (class Output_attributes_section_data ): Add
946 do_print_to_mapfile function.
947
948 2015-02-24 Alan Modra <amodra@gmail.com>
949
950 PR 18010
951 * powerpc.cc (Powerpc_relocate_functions::addr16_ds): Always
952 complain if value is not a multiple of four.
953 (Target_powerpc::Relocate::relocate): Correct handling of
954 R_POWERPC_GOT_TPREL16 and R_POWERPC_GOT_TPREL16_LO for ppc64.
955
956 2015-02-21 H.J. Lu <hongjiu.lu@intel.com>
957
958 * configure.ac (default_size): Set to 32 for x32.
959 * configure: Regenerated.
960
961 2015-02-18 Alan Modra <amodra@gmail.com>
962
963 PR 17954
964 * powerpc.cc (Global_symbol_visitor_opd::operator()): Set default
965 visibility.
966
967 2015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
968
969 * gc.h (Garbage_collection::add_reference): Don't use find.
970
971 2015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
972
973 * object.cc (write_local_symbols): avoid std::vector copy.
974
975 2015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
976
977 * merge.cc (get_output_offset): Use upper_bound instead of lower_bound.
978
979 2015-02-09 Mark Wielaard <mjw@redhat.com>
980
981 * gdb-index.cc (Gdb_index_info_reader::visit_top_die): Recognize
982 DW_LANG_Fortran03 and DW_LANG_Fortran08.
983
984 2015-02-16 Cary Coutant <ccoutant@google.com>
985
986 PR gold/13577
987 PR gold/16992
988 * layout.cc (Layout::finish_dynamic_section): Don't set DT_SYMBOLIC or
989 DF_SYMBOLIC if --dynamic-list option is used.
990 * options.cc (General_options::finalize): --dynamic-list is not
991 mutually exclusive with -Bsymbolic.
992 * symtab.h (Symbol::is_preemptible): Don't exclude dynamic symbols not
993 listed in --dynamic-list.
994 * testsuite/Makefile.am (dynamic_list_lib2.so): Add
995 -Bsymbolic-functions.
996 * testsuite/Makefile.in: Regenerate.
997
998 2015-02-16 Cary Coutant <ccoutant@google.com>
999
1000 PR gold/17971
1001 * incremental.cc: Remove redundant include of "output.h".
1002
1003 2015-02-12 Jing Yu <jingyu@google.com>
1004
1005 * aarch64-reloc.def (TLSLE_MOVW_TPREL_G2, TLSLE_MOVW_TPREL_G1,
1006 TLSLE_MOVW_TPREL_G1_NC, TLSLE_MOVW_TPREL_G0, TLSLE_MOVW_TPREL_G0_NC,):
1007 New relocation.
1008 * aarch64.cc (Target_aarch64::Scan::local): Add cases for new
1009 TLSLE_MOVW_* relocations.
1010 (Target_aarch64::Scan::global): Likewise.
1011 (Target_aarch64::Relocate::relocate): Likewise.
1012 (Target_aarch64::Relocate::relocate_tls): Add cases and handlings
1013 for new TLSLE_MOVW_* relocations.
1014
1015 2015-02-11 Will Newton <will.newton@linaro.org>
1016
1017 PR gold/13321
1018 * arm.cc (Target_arm::make_plt_section): Create an ARM
1019 state mapping symbol at the start of the PLT.
1020
1021 2015-02-09 H.J. Lu <hongjiu.lu@intel.com>
1022
1023 * testsuite/Makefile.am (two_file_shared_2_pic_1_test_DEPENDENCIES):
1024 Replace two_file_shared_2.so with two_file_shared_1.so.
1025 * testsuite/Makefile.in: Regenerated.
1026
1027 2015-02-09 Alan Modra <amodra@gmail.com>
1028
1029 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add libweak_undef_2.a,
1030 plugin_test_thin.a and defsym_test.
1031 * testsuite/Makefile.in: Regenerate.
1032
1033 2015-02-04 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1034
1035 * merge.cc (do_add_input_section): Combine loop epilogue into main loop
1036 body.
1037
1038 2015-02-04 Peter Collingbourne <pcc@google.com>
1039
1040 * plugin.cc (Pluginobj::get_symbol_resolution_info): Resolve
1041 forwarding symbols when computing symbol resolution info for plugins.
1042 * plugin.h (Plugin_manager::symtab): New method.
1043 (Pluginobj::get_symbol_resolution_info): Add symtab parameter.
1044
1045 2015-02-03 Cary Coutant <ccoutant@google.com>
1046 Peter Collingbourne <pcc@google.com>
1047
1048 PR gold/15660
1049 * archive.cc (Thin_archive_object_unlocker): New class.
1050 (Archive::include_member): Unlock external members of thin archives.
1051 * testsuite/Makefile.am (plugin_test_1): Rename .syms files.
1052 (plugin_test_2): Likewise.
1053 (plugin_test_3): Likewise.
1054 (plugin_test_4): Likewise.
1055 (plugin_test_5): Likewise.
1056 (plugin_test_6): Likewise.
1057 (plugin_test_7): Likewise.
1058 (plugin_test_8): Likewise.
1059 (plugin_test_9): Likewise.
1060 (plugin_test_10): Likewise.
1061 (plugin_test_11): New test case.
1062 * testsuite/Makefile.in: Regenerate.
1063 * testsuite/plugin_test.c (claim_file_hook): Check for parallel .syms
1064 file to decide whether to claim file.
1065 (all_symbols_read_hook): Likewise.
1066 * testsuite/plugin_test_1.sh: Adjust expected output.
1067 * testsuite/plugin_test_2.sh: Likewise.
1068 * testsuite/plugin_test_3.sh: Likewise.
1069 * testsuite/plugin_test_6.sh: Likewise.
1070 * testsuite/plugin_test_tls.sh: Likewise.
1071 * testsuite/plugin_test_11.sh: New testcase.
1072
1073 2015-02-03 Cary Coutant <ccoutant@google.com>
1074
1075 * descriptors.cc (Descriptors::open): Set artificially-low limit for
1076 file descriptors when debugging enabled. Add debug output.
1077 (Descriptors::release): Add debug output.
1078 (Descriptors::close_some_descriptor): Likewise.
1079 (Descriptors::close_all): Likewise.
1080 * fileread.cc (File_read::lock): Likewise.
1081 (File_read::unlock): Likewise.
1082
1083 2015-02-02 Cary Coutant <ccoutant@google.com>
1084
1085 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for
1086 executable output file.
1087
1088 2015-01-22 Han Shen <shenhan@google.com>
1089
1090 * arm.cc (Target_arm::Target_arm): Add initialization for new members.
1091 (Target_arm::do_plt_address_for_global): New method.
1092 (Target_arm::do_plt_address_for_local): New method.
1093 (Target_arm::rel_irelative_section): New method.
1094 (Target_arm::make_data_plt): Add more parameters for plt ctor.
1095 (Target_arm::do_make_data_plt): Add more parameters for plt ctor.
1096 (Target_arm::Scan::symbol_needs_plt_entry): Add ifunc support.
1097 (Target_arm::Scan::reloc_needs_plt_for_ifunc): Add ifunc support.
1098 (Target_arm::Scan::check_non_pic): Add ifunc support.
1099 (Target_arm::Scan::local): Add ifunc support.
1100 (Target_arm::Scan::global): Add ifunc support.
1101 (Target_arm::make_plt_section): New method.
1102 (Target_arm::make_plt_entry): Change to call to make_plt_section.
1103 (Target_arm::make_local_ifunc_plt_entry): New method.
1104 (Target_arm::got_irelative_): New member.
1105 (Target_arm::rel_irelative_): New member.
1106 (Target_arm::got_section): Add creation for got_irelative_.
1107 (Target_arm::rel_dyn_section): Add creation for rel_irelative_.
1108 (Target_arm::Relocate::relocate): Properly set local ifunc address.
1109 (Target_arm::do_dynsym_value): Properly set global ifunc address.
1110 (Target_arm::scan_reloc_for_stub): Properly set global ifunc address.
1111 (Output_data_plt_arm::IRelative_data): New type.
1112 (Output_data_plt_arm::Output_data_plt_arm): Add more parameters.
1113 (Output_data_plt_arm::add_entry): Add more parameters.
1114 (Output_data_plt_arm::add_relocation): New method.
1115 (Output_data_plt_arm::add_local_ifunc_entry): New method.
1116 (Output_data_plt_arm::rel_irelative): New method.
1117 (Output_data_plt_arm::entry_count): Modified.
1118 (Output_data_plt_arm::address_for_global): New method.
1119 (Output_data_plt_arm::address_for_local): New method.
1120 gold/
1121 (Output_data_plt_arm::set_final_data_size): Add irelative_count_.
1122 (Output_data_plt_arm::insert_irelative_data): New method.
1123 (Output_data_plt_arm::irelative_rel_): New member.
1124 (Output_data_plt_arm::got_): New member.
1125 (Output_data_plt_arm::got_irelative_): New member.
1126 (Output_data_plt_arm::irelative_count_): New member.
1127 (Output_data_plt_arm::IRelative_data_vec): New typedef.
1128 (Output_data_plt_arm::irelative_data_vec_): New member.
1129 (Output_data_plt_arm::do_write): Write out irelative entries.
1130 (Output_data_plt_arm_standard::Output_data_plt_arm_standard): Add
1131 more parameters to ctor.
1132 (Output_data_plt_arm_nacl::Output_data_plt_arm_nacl): Add
1133 more parameters to ctor.
1134 * output.h (Output_data_reloc::add_local_relative): New method.
1135 * aarch64.cc (Output_data_plt_aarch64): Fixed typo in comment.
1136
1137 2015-01-29 Alan Modra <amodra@gmail.com>
1138
1139 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct GOT_TLSLD
1140 and GOT_TLSGD to LE optimization.
1141
1142 2015-01-28 Cary Coutant <ccoutant@google.com>
1143
1144 * x86_64.cc (Target_x86_64::Scan::global): Allow IE-to-LE optimization
1145 for undef TLS symbols.
1146 (Target_x86_64::Relocate::relocate_tls): Likewise.
1147 (Target_x86_64::Relocate::tls_ie_to_le): Likewise.
1148
1149 2015-01-25 Cary Coutant <ccoutant@google.com>
1150
1151 * output.cc (Output_segment::set_section_addresses): Fix calculation
1152 of size of relro segment.
1153
1154 2015-01-22 Alan Modra <amodra@gmail.com>
1155
1156 * powerpc.cc (Target_powerpc::Scan::local <got relocs>): Correct
1157 condition for need of ifunc plt entry.
1158 (Target_powerpc::Scan::global <got relocs>): Likewise.
1159
1160 2015-01-14 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1161
1162 * mips.cc (reloc_high): Add r_sym.
1163 (Mips_relocate_functions::relhi16): Add r_sym parameter. Pass r_sym to
1164 reloc_high constructor.
1165 (Mips_relocate_functions::relgot16_local): Likewise.
1166 (Mips_relocate_functions::rello16): Add r_sym parameter. Use r_sym and
1167 r_type to decide whether LO16 matches HI16.
1168 (Target_mips::Relocate::relocate): Pass r_sym to calls to relhi16,
1169 rello16 and relgot16_local.
1170
1171 2015-01-09 Cary Coutant <ccoutant@google.com>
1172
1173 * layout.cc (Layout::set_segment_offsets): Don't align start of segment
1174 unless alignment is larger than page size.
1175
1176 2015-01-06 H.J. Lu <hongjiu.lu@intel.com>
1177 Cary Coutant <ccoutant@google.com>
1178
1179 PR gold/17729
1180 * configure.ac (DEFAULT_TARGET_X86_64): Don't set for x32.
1181 (DEFAULT_TARGET_X32): Set for x32.
1182 * x86_64.cc (cmp_insn_32): New.
1183 (lea_r10_insn_32): Likewise.
1184 (lea_r11_insn_32): Likewise.
1185 (cmp_insn_64): Likewise.
1186 (lea_r10_insn_64): Likewise.
1187 (lea_r11_insn_64): Likewise.
1188 (Target_x86_64<size>::do_calls_non_split): Handle x32.
1189 * testsuite/Makefile.am (check_SCRIPTS): Add split_x32.sh.
1190 (check_DATA): Add split_x32 files.
1191 (split_x32_[1234n].o): New targets.
1192 (split_x32_[124]): New targets.
1193 (split_x32_[1234r].stdout): New targets.
1194 * testsuite/split_x32.sh: New file.
1195 * testsuite/split_x32_1.s: Likewise.
1196 * testsuite/split_x32_2.s: Likewise.
1197 * testsuite/split_x32_3.s: Likewise.
1198 * testsuite/split_x32_4.s: Likewise.
1199 * testsuite/split_x32_n.s: Likewise.
1200 * configure: Regenerated.
1201 * testsuite/Makefile.in: Likewise.
1202
1203 2015-01-06 H.J. Lu <hongjiu.lu@intel.com>
1204
1205 PR gold/17809
1206 * x86_64.cc (Target_x86_64<size>::Relocate::tls_ie_to_le): Handle
1207 x32.
1208
1209 2015-01-02 Alan Modra <amodra@gmail.com>
1210
1211 * version.cc (print_version): Just print current year.
1212 * dwp.cc (print_version): Likewise.
1213
1214 2015-01-01 Alan Modra <amodra@gmail.com>
1215
1216 Update year range in copyright notice of all files.
1217
1218 2014-12-25 Alan Modra <amodra@gmail.com>
1219
1220 * arm.cc (Target_arm::do_adjust_elf_header): Provide namespace on
1221 new enums.
1222 (Target_arm::merge_object_attributes, ): Likewise.
1223
1224 2014-12-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
1225
1226 * arm.cc (Target_arm::do_adjust_elf_header): Set e_flags in ELF header
1227 as hard float only when Tag_ABI_VFP_args is 1, using new enum value
1228 AEABI_VFP_args_vfp to check that.
1229 (Target_arm::merge_object_attributes): Handle new Tag_ABI_VFP_args
1230 value and replace hardcoded values by enum values.
1231
1232 2014-12-22 Cary Coutant <ccoutant@google.com>
1233
1234 * powerpc.cc (Target_powerpc::relocate): Fix overflow check.
1235
1236 2014-12-20 H.J. Lu <hongjiu.lu@intel.com>
1237
1238 PR gold/14608
1239 * testsuite/debug_msg.cc (SometimesInlineFunction): Changed
1240 to "return i * i * 3;".
1241
1242 2014-12-16 Cary Coutant <ccoutant@google.com>
1243
1244 * mapfile.cc (Mapfile::print_input_section): Print uncompressed sizes.
1245 (Mapfile::print_output_data): Use current_data_size() to avoid
1246 assert for sections requiring postprocessing; if address is not valid,
1247 print 0.
1248 (Mapfile::print_output_section): Use current_data_size(); print note
1249 that addresses and sizes are before compression.
1250
1251 2014-12-14 H.J. Lu <hongjiu.lu@intel.com>
1252
1253 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
1254 Cast current_group_size to unsigned long when reporting error.
1255
1256 2014-12-10 Jing Yu <jingyu@google.com>
1257
1258 * aarch64.cc (Target_aarch64): Add new variable stub_group_size_.
1259 (AArch64_relocate_functions::maybe_apply_stub): Add new parameter.
1260 Update error message.
1261 (Target_aarch64::do_relax): Use absolute value of option
1262 stub_group_size. Replace local variable with class member
1263 stub_group_size_.
1264
1265 2014-12-04 Alan Modra <amodra@gmail.com>
1266
1267 * powerpc.cc (Target_powerpc::Branch_info::make_stub): Ignore
1268 addend of PLTREL24 reloc when not generating a plt stub. Make
1269 max_branch_offset an "Address".
1270 (Stub_table::can_reach_stub): Make max_branch_offset an "Address".
1271 (Target_powerpc::Relocate::relocate): Likewise.
1272
1273 2014-12-04 Alan Modra <amodra@gmail.com>
1274
1275 PR 17670
1276 * symtab.cc (Symbol::set_undefined): Remove assertion.
1277 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
1278 on symbols defined in discarded sections, instead return false.
1279 Rearrange params, update all callers.
1280 (Target_powerpc::Branch_info::make_stub): Don't make stubs for
1281 branches to syms in discarded sections.
1282 (Global_symbol_visitor_opd::operator()): Set discarded opd syms
1283 undefined and flag as discarded.
1284 (Target_powerpc::Relocate::relocate): Localize variable.
1285
1286 2014-12-03 H.J. Lu <hongjiu.lu@intel.com>
1287
1288 PR gold/17675
1289 * testsuite/Makefile.am (pie_copyrelocs_test_CXXFLAGS): New.
1290 * testsuite/Makefile.in: Regenerated.
1291
1292 2014-12-03 Alan Modra <amodra@gmail.com>
1293
1294 PR 17566
1295 * powerpc.cc (Target_powerpc::Scan::local): Use add_local_section
1296 when adding dynamic relocations against section symbols.
1297
1298 2014-12-01 Dimitry Ivanov <dimitry@google.com>
1299
1300 * layout.cc (Layout::finish_dynamic_section): When '-z global'
1301 is specified set DF_1_GLOBAL in DT_FLAGS_1 flags.
1302 * options.h (General_options): New -z option (global).
1303
1304 2014-12-01 Cary Coutant <ccoutant@google.com>
1305
1306 PR gold/17578
1307 * layout.cc (Layout::layout_gnu_stack): Don't warn when -z execstack
1308 is given.
1309 (Layout::create_executable_stack_info): Warn when -z noexecstack is
1310 given but some inputs require executable stack.
1311
1312 2014-11-26 Cary Coutant <ccoutant@google.com>
1313
1314 * layout.cc (gdb_sections): Keep .debug_gdb_scripts and
1315 .debug_str_offsets; strip .debug_gnu_pubnames and
1316 .debug_gnu_pubtypes.
1317 (lines_only_debug_sections): Strip all four new sections.
1318
1319 2014-11-26 Jing Yu <jingyu@google.com>
1320
1321 * aarch64.cc (Relocate::tls_desc_gd_to_ie): Set ldr target
1322 register to be x0 when to relax TLSDESC_LD64_LO12.
1323
1324 2014-11-26 Alan Modra <amodra@gmail.com>
1325
1326 * powerpc.cc (struct Stub_table_owner): New.
1327 (Powerpc_relobj): Rename stub_table_ to stub_table_index_, an
1328 unsigned int vector. Update all references.
1329 (powerpc_relobj::set_stub_table): Take an unsigned int param
1330 rather than a Stub_table. Update callers.
1331 (Powerpc_relobj::clear_stub_table): New function.
1332 (Target_powerpc): Add relax_failed_, relax_fail_count_ and
1333 stub_group_size_ vars.
1334 (Target_powerpc::new_stub_table): Delete.
1335 (max_branch_delta): New function, extracted from..
1336 (Target_powerpc::Relocate::relocate): ..here..
1337 (Target_powerpc::Branch_info::make_stub): ..and here. Return
1338 status on whether stub created successfully.
1339 (Stub_control::Stub_control): Add "no_size_errors" param. Move
1340 default sizing to..
1341 (Target_powerpc::do_relax): ..here. Init stub_group_size_ and
1342 reduce on relax failure.
1343 (Target_powerpc::group_sections): Add "no_size_errors" param.
1344 Use stub_group_size_. Set up group info in a temp vector,
1345 before building Stub_table vector. Account for input sections
1346 possibly already converted to relaxed sections.
1347 (Stub_table::init): Delete. Merge into..
1348 (Stub_table::Stub_table): ..here.
1349 (Stub_table::can_reach_stub): New function.
1350 (Stub_table::add_plt_call_entry): Add "from" parameter and
1351 return true iff stub could be reached.
1352 (Stub_table::add_long_branch_entry): Similarly. Add "r_type"
1353 param too.
1354 (Stub_table::clear_stubs): Add "all" param.
1355
1356 2014-11-26 Alan Modra <amodra@gmail.com>
1357
1358 * powerpc.cc (Stub_control::set_output_and_owner): New function.
1359 (Target_powerpc::group_sections): Use it.
1360
1361 2014-11-25 Cary Coutant <ccoutant@google.com>
1362
1363 * binary.cc (Binary_to_elf::sized_convert): Add size to _start symbol.
1364 (Binary_to_elf::write_symbol): Add st_size parameter.
1365 * binary.h (Binary_to_elf::write_symbol): Add st_size parameter.
1366
1367 2014-11-25 Cary Coutant <ccoutant@google.com>
1368
1369 PR gold/17639
1370 * object.cc (Sized_relobj_file): Initialize is_deferred_layout_.
1371 (Sized_relobj_file::do_layout): Handle deferred sections properly
1372 during GC pass 1. Don't add reloc sections to deferred list twice.
1373 * object.h (Sized_relobj_file::is_deferred_layout): New function.
1374 (Sized_relobj_file::is_deferred_layout_): New data member.
1375
1376 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
1377
1378 PR gold/17619
1379 * x86_64.cc (Output_data_plt_x86_64_standard<size>::do_fill_plt_entry):
1380 Check PC-relative offset overflow in PLT entry.
1381
1382 2014-11-21 Alan Modra <amodra@gmail.com>
1383
1384 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct test
1385 for undefined weaks.
1386
1387 2014-11-20 Alan Modra <amodra@gmail.com>
1388
1389 * powerpc.cc (Stub_control::Stub_control): Init stub14_group_size_
1390 from --stub-group-size parameter divided by 1024.
1391 (Powerpc_relocate_functions::rela, rela_ua): Add fieldsize
1392 template parameter. Update all uses.
1393 (Target_powerpc::Relocate::relocate): Rename has_plt_value to
1394 has_stub_value. Set for long branches. Don't report overflow for
1395 branch to undefined weak symbols. Print info message on
1396 overflowing branch to stub.
1397
1398 2014-11-20 Alan Modra <amodra@gmail.com>
1399
1400 * powerpc.cc (Target_powerpc::do_relax): Add __go_go to thread_starters.
1401
1402 2014-11-13 H.J. Lu <hongjiu.lu@intel.com>
1403
1404 * x86_64.cc (Target_x86_64<size>::Scan::global): Don't make PLT
1405 entry for R_X86_64_GOTPLT64.
1406 (Target_x86_64<size>::Relocate::relocate): Update comments for
1407 R_X86_64_GOTPLT64.
1408
1409 2014-11-06 Evgeniy Dushistov <dushistov@mail.ru>
1410
1411 * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
1412 * plugin.h: add lock definition
1413
1414 2014-10-29 Han Shen <shenhan@google.com>
1415 Jing Yu <jingyu@google.com>
1416
1417 * aarch64-reloc.def: Add LD_PREL_LO12, ADR_PREL_LO21,
1418 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
1419 TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
1420 Symbol::TLS_REF.
1421 * aarch64.cc (Target_aarch64::do_can_check_for_function_pointers): New
1422 method.
1423 (Target_aarch64::reloc_needs_plt_for_ifunc): New method.
1424 (Target_aarch64::tls_ld_to_le): New method.
1425 (Target_aarch64::aarch64_info): Enable can_icf_inline_merge_sections
1426 for 64bit targets.
1427 (Output_data_plt_aarch64::irelative_rel_): New data member.
1428 (Output_data_plt_aarch64::add_entry): Add irelative entries to plt.
1429 (Output_data_plt_aarch64::add_local_ifunc_entry): New method.
1430 (Output_data_plt_aarch64::add_relocation): New method.
1431 (Output_data_plt_aarch64::do_write): Add gold_assert on got_irelative
1432 offset. Add got_irelative size to got size.
1433 (AArch64_relocate_functions): Typedef AArch64_valtype. Replace long
1434 type string with the new typename.
1435 (AArch64_relocate_functions::update_adr): Replace parameter x with
1436 immed.
1437 (AArch64_relocate_functions::update_movnz): Correct wrong val mask.
1438 (AArch64_relocate_functions::reloc_common): New method.
1439 (AArch64_relocate_funcsions::rela_general): Extract common part out
1440 into reloc_common method.
1441 (AArch64_relocate_functions::rela_general): Likewise.
1442 (AArch64_relocate_functions::pcrela_general): Likewise.
1443 (AArch64_relocate_functions::adr): New method.
1444 (AArch64_relocate_functions::adrp): Calculate immed before calling
1445 update_adr.
1446 (AArch64_relocate_functions::adrp): Likewise.
1447 (AArch64_relocate_functions::movnz): Cast x to SignedW type when
1448 comparing x to 0. Calculate immed from ~x when x < 0.
1449 (Target_aarch64::optimize_tls_reloc): Add new cases for
1450 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
1451 TLSLD_MOVW_DTPREL_G0_NC.
1452 (Target_aarch64::possible_function_pointer_reloc): Implement this
1453 method.
1454 (Target_aarch64::Scan::local_reloc_may_be_function_pointer): Update
1455 comment.
1456 (Target_aarch64::Scan::local): Add codes to handle STT_GNU_IFUNC
1457 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
1458 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
1459 (Target_aarch64::Scan::global): Add codes to handle STT_GNU_IFUNC
1460 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
1461 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
1462 (Target_aarch64::make_plt_entry): Call add_entry with two more
1463 parameters.
1464 (Target_aarch64::make_local_ifunc_plt_entry): New method.
1465 (Target_aarch64::Relocate::relocate): Add cases for LD_PREL_LO19,
1466 ADR_PREL_LO21, TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
1467 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
1468 (Target_aarch64::Relocate::relocate_tls): Add cases for
1469 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
1470 TLSLD_MOVW_DTPREL_G0_NC.
1471 * testsuite/icf_safe_so_test.cc: Correct test comment.
1472 * testsuite/icf_safe_test.sh: Add AArch64 arch.
1473
1474 2014-10-22 Alan Modra <amodra@gmail.com>
1475
1476 * powerpc.cc (do_relax): Add gcc-4.9 libgomp functions to
1477 thread_starter.
1478
1479 2014-10-18 Andreas Schwab <schwab@linux-m68k.org>
1480
1481 * configure.tgt (targ_extra_obj) [aarch64*-*]: Define.
1482
1483 2014-10-17 Cary Coutant <ccoutant@google.com>
1484
1485 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
1486 Add "typename" keyword.
1487
1488 2014-10-15 Han Shen <shenhan@google.com>
1489 Jing Yu <jingyu@google.com>
1490
1491 Patch for gold aarch64 backend to support relaxation.
1492 * aarch64-reloc.def: Change format.
1493 * aarch64.cc (class Reloc_stub): New class.
1494 (class Stub_table): New class.
1495 (class AArch64_relobj): New class.
1496 (class AArch64_input_section): New class.
1497 (class AArch64_output_section): New class.
1498 (Target_aarch64::new_stub_table): New method.
1499 (Target_aarch64::new_aarch64_input_section): New method.
1500 (Target_aarch64::find_aarch64_input_section): New method.
1501 (Target_aarch64::scan_section_for_stubs): New method.
1502 (Target_aarch64::scan_reloc_section_for_stubs): New method.
1503 (Target_aarch64::relocate_stub): New method.
1504 (Target_aarch64::current_target): New method.
1505 (Target_aarch64::do_make_elf_object): New method.
1506 (Target_aarch64::do_may_relax): New method.
1507 (Target_aarch64::do_relax): New method.
1508 (Target_aarch64::group_sections): New method.
1509 (Target_aarch64::scan_reloc_for_stub): New method.
1510 (Target_aarch64::do_make_output_section): New method.
1511 (Target_aarch64::stub_tables_): New data member.
1512 (Target_aarch64::aarch64_input_section_map_): New data member.
1513 (AArch64_relocate_functions::maybe_apply_stub): New method.
1514
1515 2014-09-30 Cary Coutant <ccoutant@google.com>
1516
1517 PR gold/17432
1518 * resolve.cc (Symbol_table::resolve): Fix local shadowing error.
1519
1520 2014-09-30 Kito Cheng <kito@0xlab.org>
1521
1522 PR gold/13597
1523 * layout.cc (Layout::create_dynamic_symtab): Build gnu-style
1524 hash table before sysv-style hash table.
1525
1526 2014-09-29 Sriraman Tallam <tmsriram@google.com>
1527
1528 * options.h (--pic-executable): Add negative to alias to -no-pie.
1529
1530 2014-09-26 Cary Coutant <ccoutant@google.com>
1531
1532 PR gold/16773
1533 * object.cc (Sized_relobj_file): Compute value of section symbols
1534 for TLS sections the same as TLS symbols.
1535
1536 2014-09-25 Cary Coutant <ccoutant@google.com>
1537
1538 PR gold/17432
1539 * resolve.cc (Symbol_table::resolve): Override common placeholder
1540 symbols, but adjust sizes.
1541 * symtab.cc (Symbol_table::add_from_object): Don't add placeholder
1542 symbols to common lists.
1543
1544 2014-09-24 Alan Modra <amodra@gmail.com>
1545
1546 * po/POTFILES.in: Regenerate.
1547
1548 2014-09-23 Taiju Tsuiki <tzik@google.com>
1549 Cary Coutant <ccoutant@google.com>
1550
1551 PR gold/14860
1552 * gold.cc (queue_final_tasks): Add Write_sections_task as a blocker
1553 on input_sections_blocker.
1554 * layout.cc (Write_sections_task::locks): Unblock
1555 input_sections_blocker_.
1556 * layout.h (Write_sections_task::Write_sections_task): Add
1557 input_sections_blocker.
1558 * testsuite/Makefile.am (exception_x86_64_bnd_test): Add gcctestdir/ld
1559 to DEPENDENCIES.
1560 * testsuite/Makefile.in: Regenerate.
1561
1562 2014-09-18 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1563
1564 * testsuite/Makefile.am (plugin_test_10): New test.
1565 * testsuite/Makefile.in: Regenerate
1566 * testsuite/plugin_common_test_2.c (c1): Align to 8.
1567 * testsuite/plugin_test_10.sh: New file.
1568
1569 2014-09-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1570
1571 * plugin.cc (Sized_pluginobj::do_add_symbols): Ignore isym->size.
1572 * resolve.cc (Symbol_table::resolve): Don't override common symbols
1573 during the replacement phase.
1574
1575 2014-09-17 Han Shen <shenhan@google.com>
1576 Jing Yu <jingyu@google.com>
1577
1578 * aarch64-reloc.def: Add TLSGD_ADR_PAGE21, TLSGD_ADD_LO12_NC,
1579 TLSDESC_ADR_PAGE21, TLSDESC_LD64_LO12, TLSDESC_ADD_LO12, TLSDESC_CALL.
1580 * aarch64.cc (Target_aarch64): Add data members
1581 got_irelative_, got_tlsdesc_, rela_irelative_, got_mod_index_offset_,
1582 tlsdesc_reloc_info_, tls_base_symbol_defined_. Initialize them in
1583 constructor.
1584 (Target_aarch64::do_reloc_symbol_index): New method.
1585 (Target_aarch64::do_reloc_addend): New method.
1586 (Target_aarch64::add_tlsdesc_info): New method.
1587 (Target_aarch64::do_dynsym_value): New method.
1588 (Target_aarch64::do_make_data_plt): Add new parameters: got,
1589 got_irelative. Pass them to Output_data_plt_aarch64_standard.
1590 (Target_aarch64::make_data_plt): Add new parameters: got,
1591 got_irelative. Pass them to do_make_data_plt.
1592 (Target_aarch64::Relocate): Add skip_call_tls_get_addr_ variable.
1593 (Target_aarch64::Relocate:tls_gd_to_le): New method.
1594 (Target_aarch64::Relocate:tls_ie_to_le): New method.
1595 (Target_aarch64::Relocate:tls_desc_gd_to_le): New method.
1596 (Target_aarch64::Relocate:tls_desc_gd_to_ie): New method.
1597 (Target_aarch64::got_tlsdesc_section): New method.
1598 (Target_aarch64::make_local_ifunc_plt_entry): New method.
1599 (Target_aarch64::define_tls_base_symbol): New method.
1600 (Target_aarch64::reserve_tlsdesc_entries): New method.
1601 (Target_aarch64::got_mod_index_entry): New method.
1602 (Target_aarch64::rela_tlsdesc_section): New method.
1603 (Target_aarch64::rela_irelative_section): New method.
1604 (Target_aarch64::Tlsdesc_info): New struct.
1605 (Target_aarch64::got_section): Create .got.plt space for IRELATIVE
1606 relocations and tlsdesc relocations.
1607 (Target_aarch64::optimize_tls_reloc): Implement method.
1608 (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_,
1609 got_irelative_, irelative_count_, tlsdesc_got_offset_. Initialize them
1610 in constructor.
1611 (Output_data_plt_aarch64::reserve_tlsdesc_entry): New method.
1612 (Output_data_plt_aarch64::has_tlsdesc_entry): New method.
1613 (Output_data_plt_aarch64::get_tlsdesc_got_offset): New method.
1614 (Output_data_plt_aarch64::get_tlsdesc_plt_offset): New method.
1615 (Output_data_plt_aarch64::rela_tlsdesc): New method.
1616 (Output_data_plt_aarch64::rela_irelative): New method.
1617 (Output_data_plt_aarch64::entry_count): Count IRELATIVE relocations.
1618 (Output_data_plt_aarch64::first_plt_entry_offset): Add const attribute.
1619 (Output_data_plt_aarch64::get_plt_tlsdesc_entry_size): New method.
1620 (Output_data_plt_aarch64::fill_tlsdesc_entry): New method.
1621 (Output_data_plt_aarch64::do_get_plt_tlsdesc_entry_size): New method.
1622 (Output_data_plt_aarch64::do_fill_tlsdesc_entry): New method.
1623 (Output_data_plt_aarch64_standard): New member variables:
1624 plt_tlsdesc_entry_size, tlsdesc_plt_entry.
1625 (Output_data_plt_aarch64_standard::Output_data_plt_aarch64_standard):
1626 New parameter: got, got_irelative.
1627 (Output_data_plt_aarch64_standard::do_get_plt_entry_size): New method.
1628 (Output_data_plt_aarch64_standard::do_fill_tlsdesc_entry): New method.
1629 (Output_data_plt_aarch64::do_write): Replace got_address with
1630 gotplt_address. Add irelative_count_ to count. Write tlsdesc entry.
1631 (AArch64_relocate_functions::update_movnz): New method.
1632 (AArch64_relocate_functions): Correct format.
1633 (AArch64_relocate_functions::movnz): New method.
1634 (Target_aarch64::Scan::local): Correct format. Move r_sym, got to
1635 before the switch. Add new cases to switch.
1636 Check ie_to_le relaxation on tlsie relocations. Add code handling
1637 tlsgd tlsdesc cases.
1638 (Target_aarch64::Scan::global): Move arp to front. Do copy_reloc when
1639 needed. Add new cases to switch. Insert dynamic RELATIVE relocation
1640 when needed. Add code handling tlsgd, tlsie, tlsdesc cases.
1641 Call reloc_name_in_error_message to print unsupported reloc.
1642 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to
1643 make_data_plt.
1644 (Target_aarch64::do_finalize_sections): Emit relocs to save COPY
1645 relocs. Fill in some more dynamic tags.
1646 (Target_aarch64::Relocate::relocate): Handle tlsgd, tlsdesc relocs.
1647 Skip call tls_get_addr when tlsgd is relaxed.
1648 (Target_aarch64::Relocate::relocate_tls): Correct format. Add code
1649 handling tlsgd, tlsdesc relocs, and tls gd->le, ie->le, tlsdesc->le,
1650 tlsdesc->ie relaxation.
1651
1652 2014-09-03 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1653
1654 * mips.cc (Target_mips_nacl): New class.
1655 (Target_selector_mips_nacl): New class.
1656 (target_selector_mips32): Rename from target_selector_mips32be and use
1657 Target_selector_mips_nacl instead of Target_selector_mips.
1658 (target_selector_mips32el): Rename from target_selector_mips32 and use
1659 Target_selector_mips_nacl instead of Target_selector_mips.
1660 (target_selector_mips64): Rename from target_selector_mips64be and use
1661 Target_selector_mips_nacl instead of Target_selector_mips.
1662 (target_selector_mips64el): Rename from target_selector_mips64 and use
1663 Target_selector_mips_nacl instead of Target_selector_mips.
1664 (Target_mips::mips_info): Add const attribute.
1665
1666 2014-09-02 Cary Coutant <ccoutant@google.com>
1667
1668 * dwp.cc (Sized_relobj_dwo::do_section_name): Add const attribute.
1669 * dynobj.h (Sized_dynobj::do_section_name): Likewise.
1670 * incremental.cc (Sized_relobj_incr::do_section_name): Likewise.
1671 (Sized_incr_dynobj::do_section_name): Likewise.
1672 * incremental.h (Sized_relobj_incr::do_section_name): Likewise.
1673 (Sized_incr_dynobj::do_section_name): Likewise.
1674 * object.h (Object::section_name): Likewise.
1675 (Object::do_section_name): Likewise.
1676 (Sized_relobj_file::do_section_name): Likewise.
1677 * plugin.cc (Sized_pluginobj::do_section_name): Likewise.
1678 * plugin.h (Sized_pluginobj::do_section_name): Likewise.
1679
1680 2014-09-02 Cary Coutant <ccoutant@google.com>
1681
1682 PR gold/17005
1683 * ehframe.cc (Fde::write): Add output_offset parameter.
1684 (Cie::write): Likewise.
1685 (Eh_frame::set_final_data_size): Account for offset within output
1686 section.
1687 (Eh_frame::do_sized_write): Likewise.
1688 * ehframe.h (Fde::write): Add output_offset parameter.
1689 (Cie::write): Likewise.
1690 * output.cc (Output_section::Input_section_sort_entry): Remove
1691 section_has_name_; add output_section_name parameter. Use
1692 output section name for non-input sections.
1693 (Output_section::Input_section_sort_entry::section_has_name): Remove.
1694 (Output_section::Input_section_sort_entry::section_has_name_): Remove.
1695 (Output_section::Input_section_sort_compare): Remove logic for
1696 sections without names.
1697 (Output_section::Input_section_sort_init_fini_compare): Likewise.
1698 (Output_section::Input_section_sort_section_prefix_special_ordering_compare):
1699 Likewise.
1700 (Output_section::Input_section_sort_section_name_compare): Likewise.
1701
1702 2014-08-29 Han Shen <shenhan@google.com>
1703 Jing Yu <jingyu@google.com>
1704
1705 * aarch64-reloc-property.cc
1706 (AArch64_reloc_property_table::reloc_name_in_error_message): Fix bug in
1707 reference reloc property in the table.
1708 * aarch64-reloc.def: Add TLSLE reloc types and fix some errors in
1709 3 other entries.
1710 * aarch64.cc: (Output_data_got_aarch64::add_static_reloc):
1711 2 new overloaded methods.
1712 (Output_data_got_aarch64::do_write): Add code to write out
1713 static relocs.
1714 (class Output_data_got_aarch64::Static_reloc): New class to wrap
1715 static relocs.
1716 (Output_data_got_aarch64::static_relocs): New vector to
1717 hold static relocs.
1718 (Target_aarch64::TCB_SIZE): New const static memeber.
1719 (Target_aarch64::tcb_size): New method.
1720 (Target_aarch64::Relocate::relocate): Add code handling new reloc types.
1721 (Target_aarch64::Relocate::relocate_tls): New method.
1722 (Target_aarch64::Scan::local): Add code handling new reloc types.
1723 (Target_aarch64::Scan::global): Add code handling new reloc types.
1724
1725 2014-08-13 Sriraman Tallam <tmsriram@google.com>
1726
1727 * options.h (-no-pie): Add option.
1728
1729 2014-08-08 Jing Yu <jingyu@google.com>
1730 Han Shen <shenhan@google.com>
1731
1732 * Makefile.am (HFILES): Add aarch64-reloc-property.h.
1733 (DEFFILES): add aarch64-reloc.def.
1734 (TARGETSOURCES): Add aarch64-reloc-property.cc.
1735 (ALL_TARGETOBJS): Add aarch64-reloc-property.$(OBJEXT).
1736 * Makefile.in: Regenerate.
1737 * aarch64-reloc-property.cc: New file.
1738 * aarch64-reloc-property.h: New file.
1739 * aarch64-reloc.def: New file.
1740 * aarch64.cc: Include aarch64-reloc-property.h. Replace spaces
1741 with tab to make the format consistent.
1742 (Output_data_got_aarch64::symbol_table_): New method.
1743 (Target_aarch64::do_plt_address_for_global): New method.
1744 (Target_aarch64::do_plt_address_for_local): New method.
1745 (Target_aarch64::do_select_as_default_target): New method.
1746 (Target_aarch64::do_make_data_plt): New method.
1747 (Target_aarch64::make_data_plt): New method.
1748 (Output_data_plt_aarch64::has_irelative_section): New method.
1749 (Output_data_plt_aarch64::address_for_global): New method.
1750 (Output_data_plt_aarch64::address_for_local): New method.
1751 (Output_data_plt_aarch64::irelative_rel_): New parameter.
1752 (Output_data_plt_aarch64::add_entry): Implement contents.
1753 (Output_data_plt_aarch64::set_final_data_size): Fix typo.
1754 (Output_data_plt_aarch64::do_write): Remove useless got_base. Set
1755 the got_pov entry to plt0.
1756 (Output_data_plt_aarch64_standard::do_fill_first_plt_entry):
1757 Implement contents.
1758 (Output_data_plt_aarch64_standard::do_fill_plt_entry): Implement.
1759 (AArch64_howto): New struct.
1760 (aarch64_howto[]): New static const array.
1761 (AArch64_relocate_functions): New class.
1762 (Target_aarch64::Scan::get_reference_flags): Remove method.
1763 (Target_aarch64::Scan::local): Implement to support a few relocations.
1764 (Target_aarch64::Scan::global): Implement to support a few relocations.
1765 (Target_aarch64::make_plt_section): Implement contents.
1766 (Target_aarch64::make_plt_entry): Implement contents.
1767 (Target_aarch64::do_finalize_sections): Implement contents.
1768 (Target_aarch64::Relocate::relocate): Implement a few relocations.
1769 (Target_aarch64::relocate_section): Implement contents.
1770
1771 2014-08-06 Alan Modra <amodra@gmail.com>
1772
1773 * testsuite/defsym_test.sh: Allow ppc64le localentry annotation.
1774
1775 2014-08-06 Alan Modra <amodra@gmail.com>
1776
1777 PR 13227
1778 * symtab.cc (Symbol_table::add_from_relobj): Warn on __gnu_lto_slim.
1779
1780 2014-07-21 Sriraman Tallam <tmsriram@google.com>
1781
1782 * object.cc (Relobj::is_section_name_included): Add
1783 ".rodata.nptl_version" to not garbage collect this section.
1784
1785 2014-07-08 Cary Coutant <ccoutant@google.com>
1786
1787 * expression.cc (struct Expression::Expression_eval_info): Add
1788 new fields type_pointer, vis_pointer, and nonvis_pointer.
1789 (Expression::eval_maybe_dot): Add type_pointer, vis_pointer, and
1790 nonvis_pointer parameters. Adjust all calls.
1791 (Symbol_expression::value): Update type, visibility, and nonvis bits
1792 in caller.
1793 * script.cc (Symbol_assignment::sized_finalize): Update type,
1794 visibility, and remaining st_other bits for new symbol.
1795 * script.h: (Expression::eval_maybe_dot): Add type_pointer,
1796 vis_pointer, and nonvis_pointer parameters.
1797 * symtab.h (Symbol::set_type): New method.
1798
1799 * testsuite/Makefile.am (defsym_test): New test.
1800 * testsuite/Makefile.in: Regenerate.
1801 * testsuite/defsym_test.c: New file.
1802 * testsuite/defsym_test.sh: New file.
1803
1804 2014-07-08 Cary Coutant <ccoutant@google.com>
1805
1806 PR gold/15639
1807 * dynobj.h (Sized_dynobj::base_read_symbols): New method.
1808 * dynobj.cc (Sized_dynobj::do_read_symbols): Move body to...
1809 (Sized_dynobj::base_read_symbols): ...new method.
1810 * object.h (Sized_relobj_file::base_read_symbols): New method.
1811 * object.cc (Sized_relobj_file::do_read_symbols): Move body to...
1812 (Sized_relobj_file::base_read_symbols): ...new method.
1813 * arm.cc (Arm_relobj::do_read_symbols): Call base_read_symbols.
1814 * mips.cc: (Mips_relobj::do_read_symbols): Likewise.
1815 * powerpc.cc (Powerpc_dynobj::do_read_symbols): Likewise.
1816
1817 2014-07-04 Alan Modra <amodra@gmail.com>
1818
1819 * po/POTFILES.in: Regenerate.
1820
1821 2014-07-02 Jing Yu <jingyu@google.com>
1822
1823 * aarch64.cc: New file
1824 * Makefile.am (TARGETSOURCES): Add aarch64.cc
1825 (ALL_TARGETOBJS): Add aarch64.$(OBJEXT)
1826 * Makefile.in: Regenerate.
1827 * configure.tgt: Add entries for aarch64*.
1828 * configure.ac: Likewise.
1829 * configure: Likewise.
1830
1831 2014-06-27 Alan Modra <amodra@gmail.com>
1832
1833 * symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
1834
1835 2014-06-24 Cary Coutant <ccoutant@google.com>
1836
1837 * dwp.cc (Dwo_file::read): Allow files with no .debug_types
1838 sections.
1839 (Dwo_file::sized_read_unit_index): Likewise.
1840
1841 2014-06-23 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1842
1843 * mips.cc: New file.
1844 * Makefile.am (TARGETSOURCES): Add mips.cc
1845 (ALL_TARGETOBJS): Add mips.$(OBJEXT)
1846 * configure.tgt: Add entries for mips*.
1847 * configure.ac: Likewise.
1848 * Makefile.in: Regenerate.
1849 * configure: Likewise.
1850
1851 2014-06-09 Cary Coutant <ccoutant@google.com>
1852
1853 * dwarf_reader.cc (Dwarf_pubnames_table::read_header): Check that
1854 unit_length is within section bounds.
1855
1856 2014-06-09 Cary Coutant <ccoutant@google.com>
1857
1858 PR gold/16980
1859 * layout.cc (Layout::print_to_mapfile): Print unattached sections in
1860 map.
1861
1862 2014-06-07 Alan Modra <amodra@gmail.com>
1863
1864 * powerpc.cc (relocate): Treat field of cmpli insn as a bitfield.
1865
1866 2014-06-06 Cary Coutant <ccoutant@google.com>
1867
1868 * dwarf_reader.h (Dwarf_pubnames_table): Remove output_section_offset_.
1869 * dwarf_reader.cc (Dwarf_pubnames_table::read_section): Likewise.
1870 (Dwarf_pubnames_table::read_header): Likewise.
1871 * layout.cc (gdb_fast_lookup_sections): Add .debug_gnu_pubnames and
1872 .debug_gnu_pubtypes.
1873
1874 2014-06-05 Joel Brobecker <brobecker@adacore.com>
1875
1876 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): New.
1877 * Makefile.in, configure: Regenerate.
1878
1879 2014-06-03 Alan Modra <amodra@gmail.com>
1880
1881 * powerpc.cc (addis_12_2): Define.
1882 (Stub_table::do_write): Support fusion on ELFv2 stubs.
1883
1884 2014-06-03 Alan Modra <amodra@gmail.com>
1885
1886 * testsuite/plugin_test.c (parse_readelf_line): Skip non-visibility
1887 st_other output.
1888
1889 2014-06-02 Alan Modra <amodra@gmail.com>
1890
1891 * powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer):
1892 Only ignore relocs on ELFv1.
1893 (Target_powerpc::global_reloc_may_be_function_pointer): Likewise.
1894
1895 2014-05-30 Cary Coutant <ccoutant@google.com>
1896
1897 * testsuite/Makefile.am (ehdr_start_test_4): Fix typo in -B option.
1898 * testsuite/Makefile.in: Regenerate.
1899 * testsuite/ehdr_start_test_4.sh: Look for "U" instead of "w".
1900
1901 2014-05-27 H.J. Lu <hongjiu.lu@intel.com>
1902
1903 PR gold/16945
1904 * x86_64.cc (Target_x86_64::Relocate::relocate): Use signed int
1905 for got_offset. Properly get GOT address for R_X86_64_PLTOFF64.
1906
1907 2014-05-15 Alan Modra <amodra@gmail.com>
1908
1909 * powerpc.cc (do_plt_fde_location): Handle zero length .glink.
1910 Compare FDE contents with DW_CFA_nop rather than 0.
1911
1912 2014-05-13 Sriraman Tallam <tmsriram@google.com>
1913
1914 * symtab.h (may_need_copy_reloc): Remove check for position independent
1915 code.
1916 * x86_64.cc (Target_x86_64<size>::Scan::global): Add check for no
1917 position independence before pc absolute may_need_copy_reloc call.
1918 Add check for executable output befor pc relative may_need_copy_reloc
1919 call.
1920 * i386.cc: Ditto.
1921 * arm.cc: Ditto.
1922 * sparc.cc: Ditto.
1923 * tilegx.cc: Ditto.
1924 * powerpc.cc: Add check for no position independence before
1925 may_need_copy_reloc calls.
1926 * testsuite/pie_copyrelocs_test.cc: New file.
1927 * testsuite/pie_copyrelocs_shared_test.cc: New file.
1928 * Makefile.am (pie_copyrelocs_test): New test.
1929 * Makefile.in: Regenerate.
1930
1931 2014-05-08 Martin Liška <mliska@suse.cz>
1932
1933 * output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
1934
1935 2014-05-06 Cary Coutant <ccoutant@google.com>
1936
1937 PR gold/16900
1938 * i386.cc (Output_data_got_plt_i386): New class.
1939 (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt
1940 parameter. Change all callers.
1941 (Output_data_plt_i386::layout_): Remove.
1942 (Output_data_plt_i386::got_plt_): Change type.
1943 (Target_i386::got_plt_): Change type. Change all references.
1944 (Target_i386::got_section): Create instance of new class.
1945 (Output_data_got_plt_i386::do_write): New function.
1946 * x86_64.cc (Output_data_got_plt_x86_64): New class.
1947 (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt
1948 parameter. Change all callers.
1949 (Output_data_plt_x86_64::layout_): Remove.
1950 (Output_data_plt_x86_64::got_plt_): Change type.
1951 (Target_x86_64::got_plt_): Change type. Change all references.
1952 (Target_x86_64::got_section): Create instance of new class.
1953 (Output_data_got_plt_x86_64::do_write): New function.
1954 (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT.
1955 (Target_x86_64<size>::init_got_plt_for_update): Create instance of new
1956 class.
1957
1958 2014-05-05 Cary Coutant <ccoutant@google.com>
1959
1960 * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
1961 if we have pubnames/pubtypes.
1962
1963 2014-05-02 Cary Coutant <ccoutant@google.com>
1964
1965 * defstd.cc (in_segment): Define __ehdr_start here...
1966 * layout.cc (Layout::finalize): ...Instead of here. Set the
1967 output segment when known.
1968 * resolve.cc (Symbol::override_base_with_special): Remember
1969 the original binding.
1970 * symtab.cc (Symbol::set_output_segment): New function.
1971 (Symbol::set_undefined): New function.
1972 * symtab.h (Symbol::is_weak_undefined): Check original undef
1973 binding.
1974 (Symbol::is_strong_undefined): New function.
1975 (Symbol::set_output_segment): New function.
1976 (Symbol::set_undefined): New function.
1977 * target-reloc.h (is_strong_undefined): Remove.
1978 (issue_undefined_symbol_error): Call Symbol::is_weak_undefined.
1979 Check for hidden undefs.
1980 (relocate_section): Call Symbol::is_strong_undefined.
1981
1982 * testsuite/Makefile.am (ehdr_start_test_1)
1983 (ehdr_start_test_2, ehdr_start_test_3)
1984 (ehdr_start_test_4, ehdr_start_test_5): New test cases.
1985 * testsuite/Makefile.in: Regenerate.
1986 * testsuite/ehdr_start_def.cc: New source file.
1987 * testsuite/ehdr_start_test.cc: New source file.
1988 * testsuite/ehdr_start_test.t: New linker script.
1989 * testsuite/ehdr_start_test_4.sh: New shell script.
1990
1991 2014-04-23 Cary Coutant <ccoutant@google.com>
1992
1993 PR gold/16870
1994 * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
1995
1996 2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1997
1998 * layout.cc (Layout::include_section): Allow a target to decide
1999 whether to include a section.
2000 * target.h (Target::should_include_section): New function.
2001 (Target::do_should_include_section): New function.
2002
2003 2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
2004
2005 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
2006 inline into ...
2007 (Copy_relocs::emit): ... here.
2008 * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
2009 (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
2010 (Copy_reloc_entry::entries_): Change from private to protected.
2011
2012 2014-04-02 Sriraman Tallam <tmsriram@google.com>
2013
2014 * icf.cc (get_section_contents): Replace copies of reloc
2015 vectors with const references.
2016
2017 2014-04-02 Cary Coutant <ccoutant@google.com>
2018
2019 * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
2020 (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
2021 * configure: Regenerate.
2022 * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
2023 -fno-use-linker-plugin.
2024 (LINK1, CXXLINK1): Add it to the link command.
2025 * testsuite/Makefile.in: Regenerate.
2026
2027 2014-03-12 Alan Modra <amodra@gmail.com>
2028
2029 * Makefile.in: Regenerate.
2030
2031 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
2032
2033 * symtab.h (Symbol::set_nonvis): New function.
2034
2035 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
2036
2037 * symtab.cc (Sized_symbol<32>::init_output_data):
2038 Instantiate the template.
2039 (Sized_symbol<64>::init_output_data): Likewise.
2040
2041 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
2042
2043 * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
2044 adjust dynamic symbol value.
2045 * target.h (Target::adjust_dyn_symbol): New function.
2046 (Target::do_adjust_dyn_symbol): New function.
2047
2048 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
2049
2050 * output.cc (Output_data_dynamic::Dynamic_entry::write):
2051 Get the value of DYNAMIC_CUSTOM dynamic entry.
2052 * output.h (Output_data_dynamic::add_custom): New function.
2053 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
2054 dynamic entry.
2055 (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
2056 * target.h (Target::dynamic_tag_custom_value): New function.
2057 (Target::do_dynamic_tag_custom_value): New function.
2058
2059 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
2060
2061 * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
2062 dynsym indexes.
2063 * target.h (Target::has_custom_set_dynsym_indexes): New function.
2064 (Target::do_has_custom_set_dynsym_indexes): New function.
2065 (Target::set_dynsym_indexes): New function.
2066 (Target::do_set_dynsym_indexes): New function.
2067
2068 2014-03-07 Alan Modra <amodra@gmail.com>
2069
2070 * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
2071 CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
2072 (Powerpc_relocate_functions::has_overflow_unsigned): New function.
2073 (Powerpc_relocate_functions::has_overflow_bitfield,
2074 overflowed): Use the above.
2075 (Target_powerpc::Relocate::relocate): Correct overflow checking
2076 for a number of relocations. Modify overflow test for 16-bit
2077 fields in instructions to signed/unsigned according to whether
2078 the field takes a signed or unsigned value.
2079
2080 2014-03-05 Alan Modra <amodra@gmail.com>
2081
2082 Update copyright years.
2083
2084 2014-03-05 Alan Modra <amodra@gmail.com>
2085
2086 * powerpc.cc (Target_powerpc::Scan::local, global): Support
2087 R_PPC64_ADDR64_LOCAL.
2088 (Target_powerpc::Relocate::relocate): Likewise.
2089
2090 2014-03-03 Alan Modra <amodra@gmail.com>
2091
2092 * dwp.cc (print_version): Update copyright year to current.
2093
2094 2014-02-10 Alan Modra <amodra@gmail.com>
2095
2096 * po/gold.pot: Regenerate.
2097
2098 2014-02-06 Cary Coutant <ccoutant@google.com>
2099
2100 Fix problem where -u is ignored when a weak undef is seen.
2101
2102 * archive.cc (Library_base::should_include_member): Reorder
2103 code to check for -u option if a weak undef has already been seen.
2104 * testsuite/Makefile.am (weak_undef_test_2): New test case.
2105 * testsuite/Makefile.in: Regenerate.
2106 * testsuite/weak_undef_file3.cc: New file.
2107 * testsuite/weak_undef_file4.cc: New file.
2108 * testsuite/weak_undef_test_2.cc: New file.
2109
2110 2014-02-05 Cary Coutant <ccoutant@google.com>
2111
2112 Fix issues with gold undefined symbol diagnostics.
2113
2114 PR binutils/15435
2115 * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
2116 check to here.
2117 * target-reloc.h (is_strong_undefined): New function.
2118 (relocate_section): Move undef vtable symbol check from here.
2119 Check for is_strong_undefined.
2120
2121 2014-02-05 Cary Coutant <ccoutant@google.com>
2122
2123 Fix problems with the --dynamic-list option.
2124
2125 PR gold/13577
2126 * options.cc (General_options::parse_dynamic_list):
2127 Set have_dynamic_list_.
2128 (General_options::General_options): Initialize have_dynamic_list_.
2129 (General_options::finalize): Turn off -Bsymbolic and
2130 -Bsymbolic-functions if --dynamic-list provided.
2131 * options.h (General_options::have_dynamic_list): New function.
2132 (General_options::have_dynamic_list_): New data member.
2133 * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
2134 correctly.
2135
2136 PR gold/16530
2137 * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
2138 in --dynamic-list, mark it.
2139
2140 * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
2141 (dynamic_list_2): New test case.
2142 * testsuite/Makefile.in: Regenerate.
2143 * testsuite/dynamic_list_2.cc: New file.
2144 * testsuite/dynamic_list_2.t: New file.
2145 * testsuite/dynamic_list_lib1.cc: New file.
2146 * testsuite/dynamic_list_lib2.cc: New file.
2147 * testsuite/gc_dynamic_list_test.c: New file.
2148 * testsuite/gc_dynamic_list_test.sh: New file.
2149 * testsuite/gc_dynamic_list_test.t: New file.
2150
2151 2014-01-28 Cary Coutant <ccoutant@google.com>
2152
2153 Add .gdb_index version 7 support.
2154
2155 * gold/dwarf_reader.cc: include <utility> (for make_pair).
2156 (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
2157 debug sections.
2158 (Dwarf_ranges_table::read_ranges_table): Likewise.
2159 (Dwarf_pubnames_table::read_section): Check for GNU-style
2160 sections, and for compressed debug sections.
2161 (Dwarf_pubnames_table::read_header): Compute end address of table.
2162 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
2163 for end of list by offset, not by offset == 0.
2164 (Dwarf_info_reader::do_read_string_table): Check for compressed
2165 debug sections.
2166 * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
2167 Initialize new data members.
2168 (Dwarf_pubnames_table::next_name): return flag_byte.
2169 (Dwarf_pubnames_table::end_of_table_): New data member.
2170 (Dwarf_pubnames_table::is_gnu_style_): New data member.
2171 * gold/gdb-index.cc (gdb_index_version): Update to version 7.
2172 (Gdb_index_info_reader::read_pubtable): Read flag_byte.
2173 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
2174 read skeleton type unit DIEs.
2175 (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
2176 (Gdb_index::do_write): Write flag_byte.
2177 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
2178 (Gdb_index::Cu_vector): Store flags along with cu indexes.
2179 * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
2180 * gold/testsuite/gdb_index_test_comm.sh: Likewise.
2181
2182 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
2183
2184 * version.cc (print_version): Update copyright year to 2014.
2185
2186 2013-12-19 Dimitry Andric <dimitry@andric.com>
2187
2188 * stringpool.cc (Stringpool_template::reserve): Add
2189 HAVE_UNORDERED_MAP case.
2190 * stringpool.cc (Stringpool_template::print_stats): Likewise.
2191
2192 2013-12-18 Cary Coutant <ccoutant@google.com>
2193
2194 * configure.ac: Check for <unordered_set> and <unordered_map>.
2195 * config.in: Regenerate.
2196 * configure: Regenerate.
2197 * system.h: Use <unordered_set> and <unordered_map> if available.
2198
2199 2013-12-10 Roland McGrath <mcgrathr@google.com>
2200
2201 * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
2202 with $(INSTALL_PROGRAM_ENV).
2203 * Makefile.in: Regenerate.
2204
2205 2013-11-22 Cary Coutant <ccoutant@google.com>
2206
2207 * configure.ac: Add check for which library is needed for
2208 dlopen.
2209 * configure: Regenerate.
2210
2211 2013-11-22 Cary Coutant <ccoutant@google.com>
2212
2213 * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
2214 assembler.
2215 * testsuite/Makefile.in: Regenerate.
2216
2217 2013-11-17 H.J. Lu <hongjiu.lu@intel.com>
2218
2219 * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
2220 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
2221 R_X86_64_PC32 and R_X86_64_PLT32, respectively.
2222 (Target_x86_64<size>::Scan::local): Likewise.
2223 (Target_x86_64<size>::Scan::global): Likewise.
2224 (Target_x86_64<size>::Relocate::relocate): Likewise.
2225 (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
2226 Likewise.
2227 (Target_x86_64<size>::Scan::check_non_pic(): Handle
2228 R_X86_64_PC32_BND.
2229
2230 * testsuite/Makefile.am (check_PROGRAMS): Add
2231 exception_x86_64_bnd_test.
2232 (exception_x86_64_bnd_test_SOURCES): New macro.
2233 (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
2234 (exception_x86_64_bnd_test_LDFLAGS): Likewise.
2235 (exception_x86_64_bnd_test_LDADD): Likewise.
2236 (exception_x86_64_bnd_1.o): New rule.
2237 (exception_x86_64_bnd_2.o): Likewise.
2238 * testsuite/Makefile.in: Regenerated.
2239
2240 2013-11-15 Alan Modra <amodra@gmail.com>
2241
2242 * powerpc.cc (Target_powerpc::glink_section): Provide non-const
2243 accessor.
2244 (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
2245 Only call ppc64_local_entry_offset for 64-bit. Restrict
2246 symval_for_branch lookup to ELFv1.
2247 (Stub_table::add_plt_call_entry): Use unsigned int off.
2248 (Output_data_glink::Address, invalid_address): New.
2249 (Output_data_glink::add_eh_frame): Move out of line. Add
2250 support for ELFv2.
2251 (Output_data_glink::add_global_entry, find_global_entry,
2252 global_entry_address): New functions.
2253 (Output_data_glink::global_entry_stubs_, end_branch_table_,
2254 ge_size): New variables.
2255 (Output_data_glink::set_final_data_size): Add global entry
2256 stub sizing.
2257 (Output_data_glink::do_write): Write global entry stubs.
2258 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
2259 parameter. Return true for ELFv2. Adjust callers.
2260 (Target_powerpc::Scan::local, global): Restrict opd lookup to
2261 ELFv1. Similarly for ifunc and dynamic relocation processing
2262 specific to ELFv1. Recognize that symbols are defined on
2263 their plt entries for ELFv2.
2264 (Target_powerpc::symval_for_branch): Assert if called for
2265 ELFv2 or ppc32.
2266 (Target_powerpc::Relocate::relocate): Use global entry plt
2267 stub for symbol value if such exists on ELFv2.
2268 (Target_powerpc::Relocate::relocate): Don't call
2269 symval_for_branch when ELFv2. Do adjust for local entry
2270 offset when ELFv2.
2271 (Target_powerpc::do_dynsym_value): Set symbols to global entry
2272 plt stub for ELFv2.
2273 (Target_powerpc::do_plt_address_for_global): Similarly.
2274
2275 2013-11-14 Cary Coutant <ccoutant@google.com>
2276
2277 Revert patch -- this did not fix the problem, and there is
2278 no race there.
2279
2280 2013-11-14 Cary Coutant <ccoutant@google.com>
2281
2282 PR gold/14860
2283 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
2284 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
2285 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
2286 updating fde_offsets_.
2287 (Eh_frame_hdr::lock_): New data member.
2288
2289 2013-11-14 Cary Coutant <ccoutant@google.com>
2290
2291 * dwp.cc (Dwo_file_entry): New type.
2292 (File_list): Use Dwo_file_entry.
2293 (Dwo_file::verify): New function.
2294 (Dwo_file::verify_dwo_list): New function.
2295 (Dwo_file::sized_verify_dwo_list): New function.
2296 (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
2297 list.
2298 (Dwp_options): New enum type.
2299 (dwp_options): Add --verify-only.
2300 (usage): Likewise.
2301 (main): Likewise.
2302 * dwp.h (gold_info): Add declaration.
2303
2304 2013-11-14 Cary Coutant <ccoutant@google.com>
2305
2306 PR gold/14860
2307 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
2308 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
2309 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
2310 updating fde_offsets_.
2311 (Eh_frame_hdr::lock_): New data member.
2312
2313 2013-11-06 Cary Coutant <ccoutant@google.com>
2314
2315 PR gold/15758
2316 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
2317 before reloc sections.
2318
2319 2013-11-04 Alan Modra <amodra@gmail.com>
2320
2321 * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
2322 (Symbol::needs_dynamic_reloc): Test new flag.
2323 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
2324 (Target_powerpc::Scan::get_reference_flags): Add target param.
2325 Return FUNC_DESC_ABI for 64-bit ELFv1.
2326 (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
2327 call.
2328 (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
2329 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
2330
2331 2013-10-31 Cary Coutant <ccoutant@google.com>
2332
2333 Restore support for dwp v2 DWARF package file format.
2334
2335 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2336 tu_length parameter. Adjust all callers.
2337 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2338 * dwp.cc: Include dwarf.h.
2339 (Section_bounds): New struct type.
2340 (Unit_set): New struct type.
2341 (Dwo_file::Dwo_file): Initialize new data member.
2342 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2343 Combine and rename to...
2344 (Dwo_file::read_unit_index): ...this.
2345 (Dwo_file::sized_read_compunit_index)
2346 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2347 (Dwo_file::sized_read_unit_index): ...this.
2348 (Dwo_file::copy_section): Remove section_name, is_str_offsets
2349 parameters; add section_id parameter.
2350 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2351 (Dwo_file::add_unit_set): ...this.
2352 (Dwo_file::shndx_map_): Remove.
2353 (Dwo_file::sect_offsets_): New data member.
2354 (Dwp_output_file::Dwp_output_file): Initialize new data members.
2355 (Dwp_output_file::add_section): Rename to...
2356 (Dwp_output_file::add_contribution): ...this.
2357 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2358 (Dwp_output_file::add_tu_set): Likewise.
2359 (Dwp_output_file::Contribution): New type.
2360 (Dwp_output_file::Section::contributions): New data member.
2361 (Dwp_output_file::Cu_or_tu_set): Remove.
2362 (Dwp_output_file::Section::Section): New ctor.
2363 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2364 (Dwp_output_file::Dwp_index::Section_table): New type.
2365 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2366 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2367 parameter.
2368 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2369 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2370 (Dwp_output_file::Dwp_index::section_table): New member function.
2371 (Dwp_output_file::Dwp_index::section_table_end): New member function.
2372 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2373 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2374 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2375 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2376 (Dwp_output_file::Dwp_index::section_table_): New data member.
2377 (Dwp_output_file::Dwp_index::section_mask_): New data member.
2378 (Dwp_output_file::add_output_section): New member function.
2379 (Dwp_output_file::write_new_section): New member function.
2380 (Dwp_output_file::write_contributions): New member function.
2381 (Dwp_output_file::section_id_map_): New data member.
2382 (class Dwo_id_info_reader): Remove.
2383 (class Unit_reader): New class.
2384 (get_dwarf_section_name): New function.
2385 (Dwo_file::read_executable): Adjust initializations of class data.
2386 (Dwo_file::read): Add support for v2 package file format.
2387 (Dwo_file::read_unit_index): Likewise.
2388 (Dwo_file::sized_read_unit_index): Likewise.
2389 (Dwo_file::copy_section): Likewise.
2390 (Dwo_file::add_unit_set): Likewise.
2391 (Dwp_output_file::add_output_section): Likewise.
2392 (Dwp_output_file::add_contribution): Likewise.
2393 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2394 for empty slot.
2395 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2396 file format.
2397 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2398 slot.
2399 (Dwp_output_file::initialize): Remove unused function.
2400 (Dwp_output_file::finalize): Add support for v2 package file format.
2401 (Dwp_output_file::write_index): Likewise.
2402 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2403 function prototype.
2404
2405 2013-10-31 Cary Coutant <ccoutant@google.com>
2406
2407 * configure.ac: Fix check for -fmerge-constants.
2408 * configure.ac: Regenerate.
2409
2410 2013-10-30 Roland McGrath <mcgrathr@google.com>
2411
2412 * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
2413 Correct 9-byte nop sequence to match what the assembler generates.
2414
2415 2013-10-30 Alan Modra <amodra@gmail.com>
2416
2417 * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
2418 ppc64_local_entry_offset, ppc64_local_entry_offset,
2419 do_read_symbols): New functions.
2420 (Powerpc_relobj::e_flags_, st_other_): New vars.
2421 (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
2422 (Powerpc_dynobj::abiversion, set_abiversion): New functions.
2423 (Powerpc_relobj::e_flags_): New var.
2424 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
2425 and adjust for ELFv2.
2426 (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
2427 (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
2428 (Powerpc_dynobj::do_find_special_sections): Likewise.
2429 (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
2430 (Target_powerpc::Branch_info::make_stub): Adjust stub destination
2431 to ELFv2 local entry.
2432 (Target_powerpc::do_relax): No thread safe barriers needed for
2433 ELFv2.
2434 (Output_data_plt_powerpc::initial_plt_entry_size_,
2435 plt_entry_size): Delete. Replace all uses with
2436 first_plt_entry_offset() and plt_entry_size().
2437 (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
2438 reserved_size parm. Update callers.
2439 (Output_data_plt_powerpc::entry_count): Update.
2440 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
2441 and use Target_powerpc::first_plt_entry_offset().
2442 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
2443 rename to plt_entry_size.
2444 (Output_data_plt_powerpc::add_ifunc_entry,
2445 add_local_ifunc_entry): Adjust reloc for ELFv2.
2446 (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
2447 (glink_eh_frame_fde_64v2): New.
2448 (Stub_table::plt_call_size): Support ELFv2 sizing.
2449 (Output_data_glink::add_eh_frame): Use the new FDE.
2450 (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
2451 (Stub_table::do_write): Write ELFv2 stubs and glink.
2452 (Target_powerpc::Relocate::relocate): Replaces nop after call
2453 with ld 2,24(1) and adjust local offset destination for ELFv2.
2454
2455 2013-10-30 Alan Modra <amodra@gmail.com>
2456
2457 * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
2458 (Target_powerpc::Scan::global, local): Likewise.
2459 (Target_powerpc::Relocate::relocate): Likewise. Check for overflow
2460 on all ppc64 @h and @ha relocs.
2461
2462 2013-10-14 Alan Modra <amodra@gmail.com>
2463
2464 * output.h (Output_data_got::add_constant): Tidy.
2465 (Output_data_got::add_constant_pair): New function.
2466 * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
2467 methods used so as to first call reserve_ent().
2468
2469 2013-10-11 Roland McGrath <mcgrathr@google.com>
2470
2471 * powerpc.cc (Output_data_got_powerpc): Remove unused methods
2472 add_got_entry and add_got_entry_pair.
2473
2474 * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
2475 (HAVE_PUBNAMES): Likewise.
2476 * configure: Regenerate.
2477
2478 * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
2479 * testsuite/Makefile.in: Regenerate.
2480
2481 * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
2482 Remove const from declaration.
2483 * target.cc (Sized_target::do_adjust_elf_header): Update definition.
2484 * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
2485 * output.h (Output_file_header): Remove const from member target_
2486 and corresponding constructor argument.
2487 * output.cc (Output_file_header::Output_file_header): Update prototype.
2488 (Output_file_header::do_sized_write): Use this->target_ in place
2489 of parameters()->target().
2490
2491 * testsuite/undef_symbol.cc (Foo::get_a): New method.
2492
2493 * configure.ac (MERGE_CONSTANTS_FLAG): New check.
2494 * configure: Regenerate.
2495 * Makefile.in: Regenerate.
2496 * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
2497 * testsuite/merge_string_literals_2.c: Likewise.
2498 * testsuite/Makefile.am
2499 (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
2500 (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
2501 literal -fmerge-constants.
2502 * testsuite/Makefile.in: Regenerate.
2503
2504 * i386.cc (Target_i386): Remove unused member dynbss_.
2505 * arm.cc (Target_arm): Likewise.
2506 * powerpc.cc (Target_powerpc): Likewise.
2507 * sparc.cc (Target_sparc): Likewise.
2508 * tilegx.cc (Target_tilegx): Likewise.
2509 * x86_64.cc (Target_x86_64): Likewise.
2510 * dwarf_reader.h (Dwarf_info_reader): Remove unused members
2511 type_signature_, type_offset_.
2512 * plugin.h (Plugin_hook): Remove unused member layout_.
2513 * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
2514 mapfile_.
2515 (Read_member): Remove unused members input_objects_, symtab_,
2516 mapfile_, layout_.
2517 (Check_library): Remove unused member symtab_.
2518 * archive.h (Lib_group): Remove unused member lib_.
2519 * archive.cc (Lib_group::Lib_group): Update initializer.
2520 * incremental.h (Incremental_binary): Remove unused member target_.
2521 (Incremental_script_entry): Removed unused member script_.
2522 * layout.h (Write_symbols_task): Remove unused member input_objects_.
2523 * icf.h (Icf): Remove unused member num_tracked_relocs.
2524
2525 * gold-threads.h (Once): Conditionalize member was_run_lock_ on
2526 [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
2527 its only use.
2528 * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
2529
2530 * archive.h: Use struct rather than class for forward declaration
2531 of Read_symbols_data.
2532
2533 2013-10-07 Cary Coutant <ccoutant@google.com>
2534
2535 PR gold/16010
2536 * testsuite/Makefile.am (icf_test): Fix dependencies.
2537 (icf_safe_test): Likewise.
2538 (icf_safe_so_test): Likewise.
2539 (large_symbol_alignment): Add empty _LDADD rule.
2540 * testsuite/Makefile.in: Regenerate.
2541
2542 2013-09-03 Pavel Chupin <pavel.v.chupin@intel.com>
2543
2544 PR gold/15927
2545 * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
2546 relocation for R_X86_64_32 on x32.
2547
2548 2013-08-27 Roland McGrath <mcgrathr@google.com>
2549
2550 * output.cc (Output_segment::set_section_addresses): Take new
2551 Target* argument. If target->isolate_execinstr() and the segment
2552 is executable and starts at a target->abi_pagesize() boundary,
2553 pad its end out to a target->abi_pagesize() boundary with code fill.
2554 * output.h (Output_segment::set_section_addresses): Update decl.
2555 * layout.h (Layout::check_output_data_for_reset_values): Take new
2556 argument RELAX_OUTPUTS.
2557 (Layout): New member relax_output_list_.
2558 (Layout::add_relax_output): New method.
2559 * layout.cc (Layout::Layout): Update constructor.
2560 (Layout::reset_relax_output): New method.
2561 (Layout::clean_up_after_relaxation): Call it.
2562 (Layout::prepare_for_relaxation): Update caller.
2563 (Layout::set_segment_offsets): Update callers of set_section_addresses.
2564 Call reset_relax_output before re-processing segments for
2565 isolate_execinstr case.
2566 (Layout::write_data): Handle relax_output_list_.
2567 (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
2568 Take new argument RELAX_OUTPUTS. Assert it's an empty collection.
2569
2570 2013-08-23 Yuri Chornoivan <yurchor@ukr.net>
2571
2572 PR binutils/15834
2573 * object.h: Fix typos.
2574
2575 2013-08-16 Roland McGrath <mcgrathr@google.com>
2576
2577 * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
2578 * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
2579
2580 2013-08-07 Cary Coutant <ccoutant@google.com>
2581
2582 Revert support for v2 DWP files:
2583
2584 2013-03-01 Cary Coutant <ccoutant@google.com>
2585
2586 Add dwp support for v2 DWARF package file format.
2587 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2588 tu_length parameter. Adjust all callers.
2589 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2590 * dwp.cc: Include dwarf.h.
2591 (Section_bounds): New struct type.
2592 (Unit_set): New struct type.
2593 (Dwo_file::Dwo_file): Initialize new data member.
2594 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2595 Combine and rename to...
2596 (Dwo_file::read_unit_index): ...this.
2597 (Dwo_file::sized_read_compunit_index)
2598 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2599 (Dwo_file::sized_read_unit_index): ...this.
2600 (Dwo_file::copy_section): Remove section_name, is_str_offsets
2601 parameters; add section_id parameter.
2602 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2603 (Dwo_file::add_unit_set): ...this.
2604 (Dwo_file::shndx_map_): Remove.
2605 (Dwo_file::sect_offsets_): New data member.
2606 (Dwp_output_file::Dwp_output_file): Initialize new data members.
2607 (Dwp_output_file::add_section): Rename to...
2608 (Dwp_output_file::add_contribution): ...this.
2609 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2610 (Dwp_output_file::add_tu_set): Likewise.
2611 (Dwp_output_file::Contribution): New type.
2612 (Dwp_output_file::Section::contributions): New data member.
2613 (Dwp_output_file::Cu_or_tu_set): Remove.
2614 (Dwp_output_file::Section::Section): New ctor.
2615 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2616 (Dwp_output_file::Dwp_index::Section_table): New type.
2617 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2618 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2619 parameter.
2620 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2621 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2622 (Dwp_output_file::Dwp_index::section_table): New member function.
2623 (Dwp_output_file::Dwp_index::section_table_end): New member function.
2624 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2625 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2626 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2627 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2628 (Dwp_output_file::Dwp_index::section_table_): New data member.
2629 (Dwp_output_file::Dwp_index::section_mask_): New data member.
2630 (Dwp_output_file::add_output_section): New member function.
2631 (Dwp_output_file::write_new_section): New member function.
2632 (Dwp_output_file::write_contributions): New member function.
2633 (Dwp_output_file::section_id_map_): New data member.
2634 (class Dwo_id_info_reader): Remove.
2635 (class Unit_reader): New class.
2636 (get_dwarf_section_name): New function.
2637 (Dwo_file::read_executable): Adjust initializations of class data.
2638 (Dwo_file::read): Add support for v2 package file format.
2639 (Dwo_file::read_unit_index): Likewise.
2640 (Dwo_file::sized_read_unit_index): Likewise.
2641 (Dwo_file::copy_section): Likewise.
2642 (Dwo_file::add_unit_set): Likewise.
2643 (Dwp_output_file::add_output_section): Likewise.
2644 (Dwp_output_file::add_contribution): Likewise.
2645 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2646 for empty slot.
2647 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2648 file format.
2649 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2650 slot.
2651 (Dwp_output_file::initialize): Remove unused function.
2652 (Dwp_output_file::finalize): Add support for v2 package file format.
2653 (Dwp_output_file::write_index): Likewise.
2654 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2655 function prototype.
2656
2657 2013-07-31 Cary Coutant <ccoutant@google.com>
2658
2659 * object.cc (Sized_relobj::do_output_section_address): New function.
2660 (Sized_relobj): Instantiate explicitly.
2661 * object.h (Object::output_section_address): New function.
2662 (Object::do_output_section_address): New function.
2663 (Sized_relobj::do_output_section_address): New function.
2664 * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
2665
2666 2013-07-30 Cary Coutant <ccoutant@google.com>
2667 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
2668
2669 * parameters.cc (Parameters::entry): Return target-specific entry
2670 symbol name.
2671 * target.h (Target::entry_symbol_name): New function.
2672 (Target_info::entry_symbol_name): New data member.
2673
2674 * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
2675 * i386.cc (Target_i386::i386_info): Likewise.
2676 (Target_i386_nacl::i386_nacl_info): Likewise.
2677 * sparc.cc (Target_sparc::sparc_info): Likewise.
2678 * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
2679 * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
2680 (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
2681 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
2682
2683 2013-07-22 Sterling Augustine <saugustine@google.com>
2684
2685 * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
2686 Convert parameter shndx to local variable. Add parameters symtab
2687 and symtab_size. Scan over section names. Find relocation
2688 section corresponding to current section. Create and initialize
2689 reloc_mapper_ and reloc_type_.
2690 (Dwarf_pubnames_table::read_header): Add assertion. Change
2691 unit_length to off_t. Initialize member unit_length_. Fill in field
2692 cu_offset_.
2693 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
2694 Initialize new fields unit_length_ and cu_offset_.
2695 (Dwarf_pubnames_table::read_section): Update prototype.
2696 (Dwarf_pubnames_table::cu_offset): New member function.
2697 (Dwarf_pubnames_table::subsection_size): Likewise.
2698 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
2699 New fields.
2700 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
2701 member functions public.
2702 * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
2703 Update comment. Rework logic. Move repeated parts to...
2704 (Gdb_index_info_reader::read_pubtable): ...here. New function.
2705 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
2706 pubtypes_table_, and stmt_list_offset.
2707 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
2708 Gdb_index::find_pubtype_offset,
2709 Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
2710 (Gdb_index::pubnames_read): Update prototype and rework logic.
2711 * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
2712 Forward declare.
2713 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
2714 Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
2715 Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
2716 Gdb_index::map_pubtable_to_dies):
2717 Declare functions.
2718 (Gdb_index::pubnames_read): Update declaration.
2719 (Gdb_index::Pubname_offset_map): New type.
2720 (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
2721 Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
2722 Gdb_index::stmt_list_offset): Declare.
2723 (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
2724 Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
2725 Gdb_index::pubtypes_offset_): Remove.
2726
2727 2013-07-19 Roland McGrath <mcgrathr@google.com>
2728
2729 * options.h (General_options): Add -Trodata-segment option.
2730 * parameters.cc (Parameters::check_rodata_segment): New function.
2731 (Parameters::set_target_once): Call it.
2732 * parameters.h (Parameters): Declare it (private member function).
2733 * layout.cc (load_seg_unusable_for_headers): New function, broken
2734 out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr()
2735 then validate rodata segment rather than text segment.
2736 (relaxation_loop_body): Call that.
2737 (is_text_segment): New function. Don't admit a non-executable
2738 segment if TARGET->isolate_execinstr().
2739 (set_segment_offsets): Call it. Honor -Trodata-segment option.
2740
2741 2013-07-15 Shawn Landden <shawnlandden@gmail.com>
2742
2743 PR gold/15070
2744 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
2745 * nacl.h (Sniff_file::View::View): Request aligned view.
2746
2747 2013-07-11 Cary Coutant <ccoutant@google.com>
2748
2749 * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
2750 correct BRLT entry size.
2751
2752 2013-07-03 Alan Modra <amodra@gmail.com>
2753
2754 * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
2755 comment.
2756
2757 2013-07-01 Cary Coutant <ccoutant@google.com>
2758
2759 * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
2760 reloc_type_.
2761 (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
2762 (Dwarf_ranges_table::lookup_reloc): New function.
2763 * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
2764 reloc_type_.
2765 (Dwarf_ranges_table::lookup_reloc): New function.
2766 (Dwarf_ranges_table::reloc_type_): New data member.
2767
2768 2013-06-27 Jing Yu <jingyu@google.com>
2769
2770 PR gold/15662
2771 * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
2772 function.
2773 (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
2774 (Target_powerpc::do_relax): Call the above.
2775
2776 2013-06-27 Cary Coutant <ccoutant@google.com>
2777
2778 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
2779 on garbage collected .opd section.
2780
2781 2013-06-27 Alan Modra <amodra@gmail.com>
2782
2783 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
2784 is non-zero.
2785 (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
2786 (Target_powerpc::do_function_location): Likewise for loc->shndx.
2787
2788 2013-06-14 Cary Coutant <ccoutant@google.com>
2789
2790 * resolve.cc (Symbol::override_base): Don't override st_type
2791 from plugin placeholder symbols.
2792 (Symbol_table::resolve): Likewise.
2793 (Symbol_table::should_override): Don't complain about TLS mismatch
2794 if the TO symbol is a plugin placeholder.
2795 * testsuite/Makefile.am (plugin_test_tls): New test.
2796 * testsuite/Makefile.in: Regenerate.
2797 * testsuite/plugin_test_tls.sh: New test script.
2798 * testsuite/two_file_test_2_tls.cc: New test source.
2799 * testsuite/two_file_test_tls.cc: New test source.
2800
2801 2013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
2802
2803 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
2804 the maximum segment alignment is larger than the page size.
2805 * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
2806 correctly aligns the symbols with large alignemnt.
2807 * testsuite/Makefile.in: Regenerate.
2808 * testsuite/large_symbol_alignment.cc: New file.
2809
2810 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>
2811 Sriraman Tallam <tmsriram@google.com>
2812
2813 * options.h (sort_section): New option.
2814 * output.h (Input_section_sort_section_prefix_special_ordering_compare):
2815 Rename from Input_section_sort_section_name_special_ordering_compare.
2816 (Input_section_sort_section_name_compare): New struct.
2817 * output.cc (Output_section::Input_section_sort_section_name_compare::
2818 operator()): New function.
2819 (Output_section::sort_attached_input_sections): Use new sort function
2820 for .text if --sort-section=name is specified.
2821 * layout.cc (Layout::make_output_section):
2822 Add sorting by name when --sort-section=name is specified.
2823 * testsuite/Makefile.am (text_section_grouping): Test option
2824 --sort-section=name.
2825 * testsuite/Makefile.in: Regenerate.
2826 * testsuite/section_sorting_name.cc: New file.
2827 * testsuite/section_sorting_name.sh: New file.
2828
2829 2013-05-21 Cary Coutant <ccoutant@google.com>
2830
2831 * symtab.h (Symbol::is_cxx_vtable): New function.
2832 * target-reloc.h (relocate_section): Check for vtable symbol.
2833 * testsuite/Makefile.am (missing_key_func.sh): New test case.
2834 * testsuite/Makefile.in: Regenerate.
2835 * testsuite/missing_key_func.cc: New test source.
2836 * testsuite/missing_key_func.sh: New test script.
2837
2838 2013-05-21 Cary Coutant <ccoutant@google.com>
2839
2840 * object.cc (Sized_relobj_file::get_symbol_location_info): Set
2841 type of enclosing symbol.
2842 (Relocate_info::location): Check symbol type when describing symbol.
2843 * object.h (Symbol_location_info): Remove unused line_number;
2844 add enclosing_symbol_type.
2845 * testsuite/debug_msg.sh: Adjust expected output.
2846
2847 2013-05-13 Cary Coutant <ccoutant@google.com>
2848
2849 * configure.ac: Export DEFAULT_TARGET.
2850 * configure: Regenerate.
2851 * Makefile.in: Regenerate.
2852 * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
2853 * testsuite/Makefile.in: Regenerate.
2854 * testsuite/debug_msg.sh: Delete duplicate tests.
2855 Don't check undef_int error message match for powerpc where the
2856 source file and line number aren't available.
2857
2858 2013-05-10 Roland McGrath <mcgrathr@google.com>
2859
2860 * options.h (General_options): Add --rosegment-gap option.
2861 * options.cc (finalize): --rosegment-gap implies --rosegment.
2862 * layout.cc (set_segment_offsets): Let user option override
2863 target->rosegment_gap().
2864
2865 2013-05-10 Roland McGrath <mcgrathr@google.com>
2866
2867 * options.h (General_options): Remove leading space from help
2868 messages for -nostdlib and --rosegment.
2869
2870 2013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
2871
2872 PR ld/15365
2873 * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
2874
2875 2013-05-03 Alan Modra <amodra@gmail.com>
2876
2877 * merge.cc (Output_merge_string::do_add_input_section): Correct
2878 scan for number of strings. Rename vars to avoid shadowing.
2879 Include missing terminator in input_size_.
2880
2881 2013-05-01 H.J. Lu <hongjiu.lu@intel.com>
2882
2883 * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
2884 Restore empty string handling.
2885
2886 2013-05-01 Cary Coutant <ccoutant@google.com>
2887
2888 * stringpool.cc (Stringpool_template::new_key_offset): Fix
2889 uninitialized warning.
2890
2891 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
2892
2893 * output.cc (Output_section::add_merge_input_section): Allow
2894 to merge sections if the alignment is more than character size.
2895 * merge.h (Output_merge_string::Output_merge_string): Remove
2896 assert.
2897 * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
2898 only not-null strings. Check the alignment of strings.
2899 * stringpool.h
2900 (Stringpool_template<Stringpool_char>::Stringpool_template): Add
2901 alignment as the argument.
2902 (Stringpool_template<Stringpool_char>::addralign_): New class member.
2903 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
2904 Align non-zero length strings according to the addralign_.
2905 (Stringpool_template<Stringpool_char>::set_string_offsets):
2906 Updating offsets according to the given alignment.
2907 * testsuite/Makefile.am (text_section_grouping): Test if string
2908 literals are getting merged.
2909 * testsuite/Makefile.in: Regenerate.
2910 * testsuite/merge_string_literals_1.c: New file.
2911 * testsuite/merge_string_literals_2.c: Ditto.
2912 * testsuite/merge_string_literals.sh: Ditto.
2913
2914 2013-04-26 Ian Lance Taylor <iant@google.com>
2915
2916 * target-reloc.h (relocate_section): If the reloc offset is out of
2917 range, pass VIEW as NULL to relocate.relocate.
2918 * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
2919 * i386.cc (Target_i386::Relocate::relocate): Likewise.
2920 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
2921 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
2922 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
2923 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
2924
2925 2013-04-26 Geoff Pike <gpike@chromium.org>
2926
2927 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
2928 * layout.cc (Hash_task): New class.
2929 (Layout::queue_build_id_tasks): New function.
2930 (Layout::write_build_id): Handle single-thread portion of build ID
2931 computation. (In some cases, all of it is single-threaded.) Replace
2932 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
2933 functionality in fewer lines of code.
2934 * layout.h (Layout::queue_build_id_tasks): New function declaration.
2935 * options.h (General_options): make "--build-id" default to tree
2936 rather than sha1. Add two new options related to --build-id=tree:
2937 --build-id-chunk-size-for-treehash and
2938 --build-id-min-file-size-for-treehash.
2939 * Makefile.am: add testing of --build-id=tree and related new options
2940 (these tests will be invoked by "make check").
2941 * Makefile.in: Regenerate.
2942
2943 2013-04-25 Alan Modra <amodra@gmail.com>
2944
2945 * configure.tgt: Add powerpcle and powerpc64le.
2946
2947 2013-04-22 Alan Modra <amodra@gmail.com>
2948
2949 PR gold/15355
2950 * layout.cc (Layout::segment_precedes): Allow more than one
2951 segment with the same type and flags.
2952
2953 2013-04-15 Cary Coutant <ccoutant@google.com>
2954
2955 * layout.cc (Layout::set_relocatable_section_offsets): Don't
2956 allocate space in file for BSS sections.
2957
2958 2013-04-15 Cary Coutant <ccoutant@google.com>
2959
2960 * script-sections.cc (Orphan_output_section): Reset address
2961 to zero after each orphaned section for relocatable links.
2962
2963 2013-04-15 Cary Coutant <ccoutant@google.com>
2964
2965 * symtab.cc (Symbol_table::sized_write_globals): Subtract
2966 section starting address for relocatable link.
2967 * testsuite/Makefile.am (script_test_11): New test.
2968 * testsuite/Makefile.in: Regenerate.
2969 * testsuite/script_test_11.c: New source file.
2970 * testsuite/script_test_11.t: New linker script.
2971
2972 2013-04-13 Alan Modra <amodra@gmail.com>
2973
2974 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
2975 owner when sections are not adjacent and exceed group size.
2976 (Target_powerpc::group_sections): Handle corner case.
2977 (Target_powerpc::Branch_info::make_stub): Handle case where
2978 stub table doesn't exist due to branches in non-exec sections.
2979 (Target_powerpc::Relocate::relocate): Likewise.
2980
2981 2013-04-11 Alan Modra <amodra@gmail.com>
2982
2983 PR gold/15354
2984 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
2985 .branch_lt to match bfd ld. Adjust comments throughout file.
2986
2987 2013-04-04 Ian Lance Taylor <iant@google.com>
2988
2989 GCC PR c++/56840
2990 * object.cc (do_layout_deferred_sections): Handle .eh_frame
2991 sections before checking whether they are included in the link.
2992
2993 2013-03-29 Sriraman Tallam <tmsriram@google.com>
2994
2995 * archive.cc (Archive::get_elf_object_for_member): Create the elf
2996 object before calling the plugin claim_file handler. Pass the elf
2997 object of the archive to the plugin. Delete the elf object if the
2998 plugin claims the file.
2999
3000 2013-03-21 Alan Modra <amodra@gmail.com>
3001
3002 * layout.cc (Layout::set_segment_offsets): Accept writable .text
3003 segment when omagic.
3004
3005 2013-03-21 Alan Modra <amodra@gmail.com>
3006
3007 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
3008 comparison warning.
3009 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
3010 uninitialized" warning.
3011
3012 2013-03-20 Alan Modra <amodra@gmail.com>
3013
3014 * symtab.h (Symbol::clear_version): New function.
3015 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
3016 is_needed by weak references. Clear version for symbols defined
3017 in as-needed objects that are not needed.
3018
3019 2013-03-15 Alan Modra <amodra@gmail.com>
3020
3021 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
3022 static and public. Add report_err param. Return false for data refs.
3023 (Target_powerpc::rela_dyn_section): New overloaded function.
3024 (Target_powerpc::plt_, iplt_): Elucidate.
3025 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
3026 (Output_data_plt_powerpc::do_write): Don't write .iplt.
3027 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
3028 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
3029 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
3030 push_branch and make_plt_entry for ifunc syms when
3031 reloc_needs_plt_for_ifunc.
3032 (Target_powerpc::Relocate::relocate): Don't use plt entry value
3033 for ifunc unless reloc_needs_plt_for_ifunc.
3034
3035 2013-03-15 Alan Modra <amodra@gmail.com>
3036
3037 * gc.h (gc_process_relocs): Don't look through function descriptors.
3038 * icf.cc (get_section_contents): Do so here instead.
3039
3040 2013-03-13 Alan Modra <amodra@gmail.com>
3041
3042 * powerpc.cc (is_branch_reloc): Forward declare.
3043 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
3044 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
3045 false for 64-bit, true for 32-bit non-branch relocs.
3046 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
3047 * testsuite/Makefile.am (icf_test): Use linker map file instead of
3048 nm output.
3049 (icf_safe_test): Generate linker map file as well as nm output.
3050 (icf_safe_so_test): Likewise.
3051 * testsuite/Makefile.in: Regenerate.
3052 * testsuite/icf_test.sh: Parse linker map file to determine
3053 section folding.
3054 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
3055 * testsuite/icf_safe_so_test.sh: Likewise.
3056 (X86_32_or_ARM_specific_safe_fold): Merge into..
3057 (arch_specific_safe_fold): ..this.
3058 (X86_64_specific_safe_fold): Delete unused function.
3059
3060 2013-03-12 Alan Modra <amodra@gmail.com>
3061
3062 * gc.h (gc_process_relocs): Look through function descriptors
3063 to determine shndx, symvalue and addend used by ICF. Tidy
3064 variable duplication.
3065
3066 2013-03-11 Alan Modra <amodra@gmail.com>
3067
3068 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
3069 * layout.cc (Layout_task_runner::run): ..to here.
3070 * symtab.h (struct Symbol_location): Extract from..
3071 (class Symbol_table): ..here.
3072 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
3073 * target.h (class Target): Add function_location and
3074 do_function_location functions.
3075 (class Sized_target): Add do_function_location.
3076 * object.h (class Sized_relobj_file): Move find_shdr..
3077 (class Object): ..to here.
3078 * object.cc: Likewise. Update to suit. Instantiate.
3079 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
3080 * powerpc.cc (class Powerpc_dynobj): New.
3081 (Target_powerpc::do_function_location): New function.
3082 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
3083 (Powerpc_dynobj::do_read_symbols): New function.
3084 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
3085
3086 2013-03-08 Ian Lance Taylor <iant@google.com>
3087
3088 * options.cc (General_options::string_to_object_format): Accept
3089 "default".
3090
3091 2013-03-08 Alan Modra <amodra@gmail.com>
3092
3093 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
3094 pointer to Post_fde.
3095 (struct Post_fde): Move definition to here..
3096 * ehframe.cc (struct Post_fde): ..from here.
3097 (Cie::write): Don't alloc Post_fde.
3098 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
3099
3100 2013-03-07 Alan Modra <amodra@gmail.com>
3101
3102 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
3103 relocation referencing .LC0.
3104 * testsuite/discard_locals_test.sh: Remove FIXMEs.
3105
3106 2013-03-07 Alan Modra <amodra@gmail.com>
3107
3108 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
3109 always_inline. Add assembly for powerpc to avoid GOT.
3110
3111 2013-03-07 Alan Modra <amodra@gmail.com>
3112
3113 * testsuite/script_test_10.sh: Don't test .bss section
3114 header number.
3115
3116 2013-03-06 Alan Modra <amodra@gmail.com>
3117
3118 * powerpc.cc (class Powerpc_relobj): Move some member functions.
3119 (Target_powerpc::symval_for_branch): Add symtab param. Update
3120 all callers. Handle folded sections.
3121 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
3122 to Powerpc_relobj.
3123 (Global_symbol_visitor_opd::operator()): Likewise.
3124
3125 2013-03-04 Alan Modra <amodra@gmail.com>
3126
3127 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
3128 * testsuite/Makefile.in: Regenerate.
3129
3130 2013-03-01 Cary Coutant <ccoutant@google.com>
3131
3132 Add dwp support for v2 DWARF package file format.
3133 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
3134 tu_length parameter. Adjust all callers.
3135 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
3136 * dwp.cc: Include dwarf.h.
3137 (Section_bounds): New struct type.
3138 (Unit_set): New struct type.
3139 (Dwo_file::Dwo_file): Initialize new data member.
3140 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
3141 Combine and rename to...
3142 (Dwo_file::read_unit_index): ...this.
3143 (Dwo_file::sized_read_compunit_index)
3144 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
3145 (Dwo_file::sized_read_unit_index): ...this.
3146 (Dwo_file::copy_section): Remove section_name, is_str_offsets
3147 parameters; add section_id parameter.
3148 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
3149 (Dwo_file::add_unit_set): ...this.
3150 (Dwo_file::shndx_map_): Remove.
3151 (Dwo_file::sect_offsets_): New data member.
3152 (Dwp_output_file::Dwp_output_file): Initialize new data members.
3153 (Dwp_output_file::add_section): Rename to...
3154 (Dwp_output_file::add_contribution): ...this.
3155 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
3156 (Dwp_output_file::add_tu_set): Likewise.
3157 (Dwp_output_file::Contribution): New type.
3158 (Dwp_output_file::Section::contributions): New data member.
3159 (Dwp_output_file::Cu_or_tu_set): Remove.
3160 (Dwp_output_file::Section::Section): New ctor.
3161 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
3162 (Dwp_output_file::Dwp_index::Section_table): New type.
3163 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
3164 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
3165 parameter.
3166 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
3167 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
3168 (Dwp_output_file::Dwp_index::section_table): New member function.
3169 (Dwp_output_file::Dwp_index::section_table_end): New member function.
3170 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
3171 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
3172 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
3173 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
3174 (Dwp_output_file::Dwp_index::section_table_): New data member.
3175 (Dwp_output_file::Dwp_index::section_mask_): New data member.
3176 (Dwp_output_file::add_output_section): New member function.
3177 (Dwp_output_file::write_new_section): New member function.
3178 (Dwp_output_file::write_contributions): New member function.
3179 (Dwp_output_file::section_id_map_): New data member.
3180 (class Dwo_id_info_reader): Remove.
3181 (class Unit_reader): New class.
3182 (get_dwarf_section_name): New function.
3183 (Dwo_file::read_executable): Adjust initializations of class data.
3184 (Dwo_file::read): Add support for v2 package file format.
3185 (Dwo_file::read_unit_index): Likewise.
3186 (Dwo_file::sized_read_unit_index): Likewise.
3187 (Dwo_file::copy_section): Likewise.
3188 (Dwo_file::add_unit_set): Likewise.
3189 (Dwp_output_file::add_output_section): Likewise.
3190 (Dwp_output_file::add_contribution): Likewise.
3191 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
3192 for empty slot.
3193 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
3194 file format.
3195 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
3196 slot.
3197 (Dwp_output_file::initialize): Remove unused function.
3198 (Dwp_output_file::finalize): Add support for v2 package file format.
3199 (Dwp_output_file::write_index): Likewise.
3200 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
3201 function prototype.
3202
3203 2013-03-01 Cary Coutant <ccoutant@google.com>
3204
3205 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
3206 function into class definition in header file.
3207 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
3208 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
3209 New function.
3210 (Dwarf_info_reader::check_buffer): Move here from .cc file.
3211
3212 2013-02-28 Alan Modra <amodra@gmail.com>
3213
3214 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
3215 * target.cc (Target::do_plt_fde_location): New function.
3216 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
3217 accessor function, and constructor param.
3218 (struct Post_fde, Post_fdes): Declare.
3219 (Cie::write): Add post_fdes param.
3220 * ehframe.cc (Fde::write): Use plt_fde_location.
3221 (struct Post_fde): Define.
3222 (Cie::write): Stash FDEs added post merge mapping.
3223 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
3224 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
3225 (Eh_frame::do_sized_write): Arrange to write post map FDES after
3226 other FDEs.
3227 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
3228 (Target_powerpc::has_glink): New function.
3229 (Target_powerpc::do_relax): Add eh_frame info for stubs.
3230 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
3231 glink_eh_frame_fde_32, default_fde): New data.
3232 (Stub_table::eh_frame_added_): New var.
3233 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
3234 Make const.
3235 (Stub_table::add_eh_frame): New function.
3236 (Output_data_glink::add_eh_frame): New function.
3237 (Target_powerpc::make_glink_section): Call add_eh_frame.
3238
3239 2013-02-15 Ian Lance Taylor <iant@google.com>
3240
3241 * options.h (DEFINE_uint64_alias): Define.
3242 (class General_options): Add -Ttext-segment as an alias for
3243 -Ttext.
3244
3245 2013-02-15 Alan Modra <amodra@gmail.com>
3246
3247 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
3248 (Stub_table::do_write): ..here, two places.
3249 (Stub_table::plt_call_size): Use it here too.
3250
3251 2013-02-11 Ian Lance Taylor <iant@google.com>
3252
3253 * descriptors.cc (Descriptors::close_all): New function.
3254 * descriptors.h (class Descriptors): Declare close_all.
3255 (close_all_descriptors): New inline function.
3256 * plugin.cc: Include "descriptors.h".
3257 (Plugin_manager::cleanup): Call close_all_descriptors.
3258
3259 2013-02-06 Alan Modra <amodra@gmail.com>
3260
3261 * README: Update coding style link.
3262
3263 2013-01-28 Cary Coutant <ccoutant@google.com>
3264
3265 * dwp.cc (File_list): New typedef.
3266 (Dwo_name_info_reader): New class.
3267 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
3268 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
3269 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
3270 (Dwo_file::read_executable): New function.
3271 (Dwo_file::read): Move common setup code to ...
3272 (Dwo_file::make_object): ... here.
3273 (dwp_options): Add --exec/-e.
3274 (usage): Likewise.
3275 (main): Likewise.
3276
3277 2013-01-24 Sriraman Tallam <tmsriram@google.com>
3278
3279 * layout.cc (Layout::layout): Check for option text_reorder.
3280 (Layout::make_output_section): Ditto.
3281 * options.h (text_reorder): New option.
3282 * output.cc (Input_section_sort_compare): Remove special ordering
3283 of section names.
3284 (Output_section::
3285 Input_section_sort_section_name_special_ordering_compare::
3286 operator()): New function.
3287 (Output_section::sort_attached_input_sections): Use new sort function
3288 for .text.
3289 * output.h (Input_section_sort_section_name_special_ordering_compare):
3290 New struct.
3291 * testsuite/Makefile.am (text_section_grouping): Test option
3292 --no-text-reorder
3293 * testsuite/Makefile.in: Regenerate.
3294 * testsuite/text_section_grouping.sh: Check order of functions without
3295 default text reordering.
3296
3297 2013-01-18 Mike Frysinger <vapier@gentoo.org>
3298
3299 * options.h (General_options): Change default to true for new_dtags.
3300
3301 2013-01-18 Mike Frysinger <vapier@gentoo.org>
3302
3303 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
3304 when enable_new_dtags is false. Only add DT_RUNPATH when
3305 enable_new_dtags is true.
3306
3307 2013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
3308
3309 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
3310 used in declaration and definition consistent.
3311 (Target_powerpc::symval_for_branch): Ditto.
3312
3313 2013-01-16 Sriraman Tallam <tmsriram@google.com>
3314
3315 * testsuite/plugin_final_layout.cc: Fix comment.
3316
3317 2013-01-16 Sriraman Tallam <tmsriram@google.com>
3318
3319 * layout.cc (Layout::layout): Do not do default sorting for
3320 text sections when section ordering is specified.
3321 (make_output_section): Ditto.
3322 * testsuite/plugin_final_layout.cc: Name the function sections
3323 to catch reordering issues.
3324
3325 2013-01-15 Alan Modra <amodra@gmail.com>
3326
3327 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
3328 plt-thread-safe.
3329
3330 2013-01-15 Alan Modra <amodra@gmail.com>
3331
3332 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
3333 * testsuite/Makefile.in: Regenerate.
3334
3335 2013-01-14 Alan Modra <amodra@gmail.com>
3336
3337 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
3338 * testsuite/Makefile.in: Regenerate.
3339
3340 2013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
3341
3342 PR bfd/14430
3343 Fix mingw gold build with plugins enabled
3344 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
3345 * configure.ac: Export DLOPEN_LIBS and add headers check.
3346 * plugin.cc: Handle non-dlfcn case.
3347 * Makefile.in: Regenerate.
3348 * config.in: Regenerate.
3349 * configure: Regenerate.
3350 * testsuite/Makefile.in: Regenerate.
3351
3352 2013-01-09 Sriraman Tallam <tmsriram@google.com>
3353
3354 * output.h (sort_attached_input_sections): Change to be public.
3355 * script-sections.cc
3356 (Output_section_definition::set_section_addresses): Sort
3357 attached input sections according to section order before linker
3358 script assigns section addresses.
3359 (Orphan_output_section::set_section_addresses): Sort
3360 attached input sections according to section order before linker
3361 script assigns section addresses.
3362 * Makefile.am (final_layout.sh): Use a simple linker script to
3363 check if section ordering still works.
3364 * Makefile.in: Regenerate.
3365
3366 2013-01-09 Ben Cheng <bccheng@google.com>
3367
3368 * arm.cc (Target_arm::attributes_accept_div): New function.
3369 (Target_arm::attributes_forbid_div): New function.
3370 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
3371 attribute using the same new functions as what bfd/elf32_arm.c
3372 does.
3373
3374 2013-01-07 Cary Coutant <ccoutant@google.com>
3375
3376 PR gold/14993
3377 * output.cc (Output_section::add_input_section): For incremental
3378 updates, don't track input sections that are allocated from patch
3379 space.
3380
3381 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
3382 Ian Lance Taylor <iant@google.com>
3383
3384 PR gold/14897
3385 * configure.ac (--enable-ld): Removed.
3386 (install_as_default): Set to yes only for --enable-gold=default
3387 or --disable-ld.
3388 * configure: Regenerated.
3389
3390 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
3391
3392 * options.h (General_options): Add -fuse-ld= for GCC linker
3393 option compatibility.
3394
3395 2013-01-04 Cary Coutant <ccoutant@google.com>
3396
3397 * configure.ac: Fix typo restoring CXXFLAGS.
3398 * configure: Regenerate.
3399
3400 2013-01-04 Cary Coutant <ccoutant@google.com>
3401
3402 * testsuite/Makefile.am (CXXLINK_S): New macro.
3403 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
3404 * testsuite/Makefile.in: Regenerate.
3405
3406 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
3407
3408 * version.cc (print_version): Update copyright year to 2013.
3409
3410 2012-12-20 Ian Lance Taylor <iant@google.com>
3411
3412 * layout.cc (Layout::special_ordering_of_input_section): New
3413 function.
3414 (Layout::layout): If input section requires special ordering, must
3415 sort input sections.
3416 (Layout::make_output_section): May sort .text input sections.
3417 (Layout::is_section_name_prefix_grouped): Remove.
3418 * layout.h (class Layout): Declare
3419 special_ordering_of_input_section. Don't declare
3420 is_section_name_prefix_grouped.
3421 * output.cc (Output_section::add_input_section): Revert last
3422 change.
3423 (Output_section::Input_section_sort::match_file_name): Don't crash
3424 if called on output section data.
3425 (Output_section::Input_section_sort_compare): Sort based on
3426 special ordering.
3427 (Output_section::Input_section_sort_section_order_index_compare):
3428 Revert last patch.
3429 (Output_section::sort_attached_input_sections): Likewise.
3430
3431 2012-12-18 Sriraman Tallam <tmsriram@google.com>
3432
3433 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
3434 * layout.h (Layout::is_section_name_prefix_grouped): New function.
3435 * output.cc (Output_section::add_input_section): Check if section
3436 name contains special prefix. Keep input sections to sort such
3437 sections.
3438 (Output_section::Input_section_sort_section_order_index_compare
3439 ::operator()): Group sections according to prefixes.
3440 (Output_section::sort_attached_input_sections): Add condition to
3441 Input_section_entry constructor call.
3442 * testsuite/Makefile.am (text_section_grouping): New test.
3443 * testsuite/Makefile.in: Regenerate.
3444 * testsuite/text_section_grouping.cc: New file.
3445 * testsuite/text_section_grouping.sh: New file.
3446
3447 2012-12-17 Nick Clifton <nickc@redhat.com>
3448
3449 * Makefile.am: Add copyright notice.
3450 * NEWS: Likewise.
3451 * README: Likewise.
3452 * configure.ac: Likewise.
3453 * ftruncate.c: Likewise.
3454 * Makefile.in: Regenerate.
3455
3456 2012-12-14 Cary Coutant <ccoutant@google.com>
3457
3458 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
3459 --no-as-needed flag.
3460 (exception_separate_shared_12_test): Likewise.
3461 (incremental_copy_test): Likewise.
3462 * testsuite/Makefile.in: Regenerate.
3463
3464 2012-12-14 Cary Coutant <ccoutant@google.com>
3465
3466 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
3467 (Dwp_output_file::Dwp_index::enter_set): Add assert.
3468
3469 2012-12-12 Alan Modra <amodra@gmail.com>
3470
3471 * powerpc.cc (class Track_tls): New.
3472 (class Relocate, class Scan): Inherit Track_tls.
3473 (Target_powerpc::Scan::local, global): Track tls optimization
3474 and avoid creating plt entry for __tls_get_addr if all uses
3475 are optimized away.
3476 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
3477
3478 2012-12-12 Alan Modra <amodra@gmail.com>
3479
3480 * options.h (General_options): Add --toc-sort/--no-toc-sort.
3481 Replace no_toc_optimize with toc_optimize.
3482 * output.h (Output_section::input_sections): Provide non-const variant.
3483 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
3484 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
3485 accessors.
3486 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
3487 (class Sort_toc_sections): New.
3488 (Target_powerpc::do_finalize_sections): Sort toc sections.
3489 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
3490
3491 2012-12-10 Roland McGrath <mcgrathr@google.com>
3492
3493 * testsuite/binary_unittest.cc (read_all): New function.
3494 (Sized_binary_test): Use it instead of ::read.
3495 * fileread.cc (do_read): Don't assume pread always reads the whole
3496 amount in a single call.
3497
3498 2012-12-10 Alan Modra <amodra@gmail.com>
3499
3500 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
3501 Set EM_PPC64 or EM_PPC here.
3502 (Target_selector_powerpc::do_recognize): Delete.
3503
3504 2012-12-10 Alan Modra <amodra@gmail.com>
3505
3506 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
3507 stub_table_.
3508 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
3509
3510 2012-12-07 Roland McGrath <mcgrathr@google.com>
3511
3512 * testsuite/binary_unittest.cc (Sized_binary_test):
3513 Use open_descriptor rather than ::open.
3514
3515 2012-12-07 Alan Modra <amodra@gmail.com>
3516
3517 * powerpc.cc (Stub_table::do_write): Delete redundant Address
3518 typedef and invalid_address constant.
3519 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
3520 instantiate constants.
3521
3522 2012-12-06 Roland McGrath <mcgrathr@google.com>
3523
3524 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
3525 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
3526 * aclocal.m4: Regenerate.
3527 * configure: Regenerate.
3528 * Makefile.in: Regenerate.
3529 * testsuite/Makefile.in: Regenerate.
3530
3531 2012-12-07 Alan Modra <amodra@gmail.com>
3532
3533 * options.h (General_options): Add no_toc_optimize.
3534 * powerpc.cc (ok_lo_toc_insn): New function.
3535 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
3536
3537 2012-12-06 Alan Modra <amodra@gmail.com>
3538
3539 * options.h (General_options): Add plt_align, plt_static_chain,
3540 plt_thread_safe. Update stub_group_size help text.
3541 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
3542 for new plt_thread_safe_ var.
3543 (use_plt_offset): Correct comments.
3544 (Target_powerpc::do_relax): Look for thread creation symbols to
3545 determine default plt_thread_safe value. Clear plt call stubs
3546 as well as branch stubs each iteration.
3547 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
3548 insn constants.
3549 (l, hi, ha, write_insn): Move earlier.
3550 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
3551 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
3552 plt stubs too.
3553 (Stub_table::update_size): Adjust.
3554 (Stub_table::prev_size, set_prev_size): Delete.
3555 (Stub_table::stub_align): Let --plt-align affect result.
3556 (Stub_table::plt_call_size): Calculate sizes for various stubs.
3557 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
3558 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
3559 (Stub_table::do_write): Support more stub variants.
3560
3561 2012-12-04 Alan Modra <amodra@gmail.com>
3562
3563 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
3564 (Target_powerpc::do_define_standard_symbols): New function.
3565
3566 2012-12-03 Alan Modra <amodra@gmail.com>
3567
3568 * output.h: Formatting, whitespace.
3569
3570 2012-12-03 Alan Modra <amodra@gmail.com>
3571
3572 * layout.h (Layout::get_executable_sections): Declare.
3573 * layout.cc (Layout::get_executable_sections): New function.
3574 * arm.cc (Target_arm::group_sections): Use it.
3575 (Arm_output_section::group_sections): Delete now redundant test.
3576 * output.cc (Output_reloc::Output_reloc): Add is_relative.
3577 param to handle relative relocs.
3578 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
3579 (Output_data_reloc::add_absolute): Adjust.
3580 (Output_data_reloc::add_relative): New function.
3581 (Output_data::reset_data_size): New function.
3582 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
3583 (Output_section::set_addralign): New function.
3584 (Output_section::checkpoint_set_addralign): New function.
3585 (Output_section::clear_section_offsets_need_adjustment): New function.
3586 (Output_section::input_sections): Make public.
3587 * powerpc.cc (class Output_data_brlt_powerpc): New.
3588 (class Stub_table, class Stub_control): New.
3589 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
3590 stub_table_, set_stub_table, stub_table): New vectors and accessor
3591 functions.
3592 (Target_powerpc::do_may_relax, do_relax, push_branch,
3593 new_stub_table, stub_tables, brlt_section, group_sections,
3594 add_branch_lookup_table, find_branch_lookup_table,
3595 write_branch_lookup_table, make_brlt_section): New functions.
3596 (Target_powerpc::struct Sort_sections, class Branch_info): New.
3597 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
3598 branch_info_): New vars.
3599 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
3600 make call stubs here.
3601 (Output_data_glink): Remove all call stub handling from this class.
3602 (Target_powerpc::Scan::local, global): Save interesting branch
3603 relocs and relocs for ifunc. Adjust calls to plt entry functions.
3604 (Target_powerpc::do_finalize_sections): Only make reg save/restore
3605 functions on final link.
3606 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
3607 Handle long branch destinations too.
3608 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
3609 do_plt_address_for_local): Adjust lookup of plt call stubs.
3610
3611 2012-11-30 Alan Modra <amodra@gmail.com>
3612
3613 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
3614 relocs against protected symbols when building 32-bit shared libs.
3615
3616 2012-11-30 Alan Modra <amodra@gmail.com>
3617
3618 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
3619 param. Call got_section() to make .got. Update all callers
3620 and their callers and so on.
3621
3622 2012-11-30 Alan Modra <amodra@gmail.com>
3623
3624 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
3625 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
3626 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
3627 value if it already exists.
3628
3629 2012-11-19 H.J. Lu <hongjiu.lu@intel.com>
3630
3631 PR gold/14858
3632 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
3633
3634 2012-11-14 Roland McGrath <mcgrathr@google.com>
3635
3636 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
3637 than bfc instruction for data sandboxing.
3638
3639 2012-11-08 Alan Modra <amodra@gmail.com>
3640
3641 * po/POTFILES.in: Regenerate.
3642
3643 2012-11-05 Alan Modra <amodra@gmail.com>
3644
3645 * configure.ac: Apply 2012-09-10 change to config.in here.
3646 * configure: Regenerate.
3647
3648 2012-11-05 Alan Modra <amodra@gmail.com>
3649
3650 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
3651 (struct Opd_ent): Use "Address" rather than "Offset".
3652 (Output_data_got_powerpc::got_base_offset): Return Valtype.
3653 (Target_powerpc::got_section): Make public.
3654 (Target_powerpc::scan_relocs): Move code setting symbols..
3655 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
3656 Create _SDA_BASE_ only when referenced.
3657
3658 2012-11-02 Roland McGrath <mcgrathr@google.com>
3659
3660 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
3661 from last change.
3662
3663 2012-11-01 Roland McGrath <mcgrathr@google.com>
3664
3665 * target.h (Sized_target::relocate_relocs): Use Elf_Off
3666 for offset_in_output_section parameter.
3667 (Sized_target::relocate_special_relocatable): Likewise.
3668 * arm.cc (Target_arm::relocate_relocs): Likewise.
3669 (Target_arm::relocate_special_relocatable): Likewise.
3670 * i386.cc (Target_i386::relocate_relocs): Likewise.
3671 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
3672 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
3673 * target-reloc.h (relocate_relocs): Likewise.
3674 * testsuite/testfile.cc (Target_test): Likewise.
3675 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
3676 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
3677
3678 * system.h: Move inclusion of <clocale> to after <libintl.h> in
3679 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
3680
3681 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
3682 parameter, which is unused in the [!F_SETFD] case.
3683
3684 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
3685 SYMNDX to off_t before comparing it to this->data_size().
3686 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
3687 * incremental.cc (Output_section_incremental_inputs::do_write):
3688 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
3689
3690 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
3691
3692 2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
3693
3694 * gold.cc (Target_arm::do_adjust_elf_header): Add the
3695 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
3696 in EABI_VER5.
3697
3698 2012-10-29 Cary Coutant <ccoutant@google.com>
3699
3700 * dwp.cc (usage): Add file and exit status parameters;
3701 add --help and --version options.
3702 (print_version): New function.
3703 (main): Add --help and --version options.
3704
3705 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3706
3707 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
3708 final_layout_sequence.txt.
3709 * testsuite/Makefile.in: Regenerated.
3710
3711 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3712
3713 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
3714 COMPILE generated by automake.
3715 (LINK1): Likewise.
3716 (CXXCOMPILE1): Likewise.
3717 (CXXLINK1): Likewise.
3718 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
3719 (LINK): Likewise.
3720 (CXXCOMPILE): Likewise.
3721 (CXXLINK): Likewise.
3722 * testsuite/Makefile.in: Regenerated.
3723
3724 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3725
3726 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
3727 on bad fwrite return.
3728
3729 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3730
3731 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
3732 on val.
3733
3734 2012-10-23 Cary Coutant <ccoutant@google.com>
3735
3736 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
3737 * testsuite/Makefile.in: Regenerate.
3738 * testsuite/dwp_test.h: New source file.
3739 * testsuite/dwp_test_1.cc: New source file.
3740 * testsuite/dwp_test_1.s: New source file.
3741 * testsuite/dwp_test_1.sh: New source file.
3742 * testsuite/dwp_test_1b.cc: New source file.
3743 * testsuite/dwp_test_1b.s: New source file.
3744 * testsuite/dwp_test_2.cc: New source file.
3745 * testsuite/dwp_test_2.s: New source file.
3746 * testsuite/dwp_test_2.sh: New source file.
3747 * testsuite/dwp_test_main.cc: New source file.
3748 * testsuite/dwp_test_main.s: New source file.
3749
3750 2012-10-23 Cary Coutant <ccoutant@google.com>
3751
3752 * dwp.h: New header file.
3753 * dwp.cc: New source file.
3754 * gold.h: Move shared declarations to system.h.
3755 * system.h: New header file.
3756 * Makefile.am: Add dwp.
3757 * Makefile.in: Regenerate.
3758
3759 2012-10-23 Cary Coutant <ccoutant@google.com>
3760
3761 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
3762 Dwarf_info_reader::read_from_pointer.
3763 (Dwarf_pubnames_table::read_header): Likewise.
3764 (Dwarf_pubnames_table::next_name): Likewise.
3765 (Dwarf_die::read_attributes): Likewise.
3766 (Dwarf_die::skip_attributes): Likewise.
3767 (Dwarf_info_reader::read_from_pointer): New function template.
3768 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
3769 (Dwarf_pubnames_table): Likewise.
3770 (Dwarf_info_reader::read_from_pointer): New function template.
3771 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
3772 Dwarf_pubnames_table ctor.
3773
3774 2012-10-23 Cary Coutant <ccoutant@google.com>
3775
3776 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
3777 abbrev_shndx.
3778 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
3779 abbrev_shndx_.
3780 (Dwarf_info_reader::set_abbrev_shndx): New method.
3781 (Dwarf_info_reader::abbrev_shndx_): New data member.
3782
3783 2012-10-23 Cary Coutant <ccoutant@google.com>
3784
3785 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
3786 from object, not parameters.
3787 (Dwarf_info_reader::parse): Likewise.
3788 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
3789 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
3790 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
3791 methods.
3792
3793 2012-10-23 Cary Coutant <ccoutant@google.com>
3794
3795 * fileread.cc (Input_file::Input_file): New constructor.
3796 * fileread.h (class Input_file): Add new constructor.
3797
3798 2012-10-18 Alan Modra <amodra@gmail.com>
3799
3800 PR gold/14727
3801 * object.cc (Relobj::is_section_name_included): Also match
3802 .sdata personality section.
3803
3804 2012-10-18 Alan Modra <amodra@gmail.com>
3805
3806 * target-reloc.h (class Default_comdat_behavior): New, package up..
3807 (get_comdat_behaviour): ..this.
3808 (relocate_section): Add Relocate_comdat_behavior template arg,
3809 adjust code to suit.
3810 * arm.cc (Target_arm::relocate_section): Adjust to suit.
3811 (Target_arm::scan_reloc_section): Likewise.
3812 * i386.cc (Target_i386::relocate_section): Likewise.
3813 * sparc.cc (Target_sparc::relocate_section): Likewise.
3814 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
3815 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
3816 * powerpc.cc (class Relocate_comdat_behavior): New.
3817 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
3818 gold::relocate_section with new template arg.
3819
3820 2012-10-18 Alan Modra <amodra@gmail.com>
3821
3822 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
3823 dynamic relocs for GOT_TPREL got entries, without symbol if
3824 resolving locally.
3825 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
3826 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
3827 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
3828
3829 2012-10-17 Alan Modra <amodra@gmail.com>
3830
3831 PR gold/14726
3832 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
3833
3834 2012-10-16 Sriraman Tallam <tmsriram@google.com>
3835
3836 * layout.cc (Layout::include_section): Keep sections marked
3837 SHF_EXCLUDE when doing relocatable links.
3838
3839 2012-10-16 Alan Modra <amodra@gmail.com>
3840
3841 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
3842 (Target_powerpc::do_finalize_sections): Call it.
3843 (Output_data_save_res): New class and supporting functions.
3844 (Target_powerpc::symval_for_branch): Only look up .opd entry for
3845 normal symbols defined in object files.
3846
3847 2012-10-12 Alan Modra <amodra@gmail.com>
3848
3849 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
3850 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
3851 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
3852 section if scan_opd_relocs not yet called.
3853 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
3854
3855 2012-10-12 Alan Modra <amodra@gmail.com>
3856
3857 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3858 add_local_ifunc_entry): Revert last change.
3859 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
3860
3861 2012-10-05 Alan Modra <amodra@gmail.com>
3862
3863 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
3864 do_plt_address_for_global): New functions.
3865 (Output_data_got_powerpc::do_write): Don't segfault when linking
3866 statically.
3867 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3868 add_local_ifunc_entry): Return true on adding entry..
3869 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
3870 glink->add_entry call. Remove unused symtab param. Adjust calls.
3871 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
3872 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
3873 set up symbols here.
3874 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
3875 syms here. Do so even when no .iplt. Don't segfault when linking
3876 statically.
3877 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
3878 new variants without reloc param.
3879 (Glink_sym_ent::Glink_sym_ent): Likewise.
3880 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
3881 reloc when refs will resolve to plt call stub.
3882 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
3883 R_PPC_PLTREL24 to resolve locally.
3884 (Target_powerpc::Scan::global): Correct ifunc handling.
3885 (Target_powerpc::Relocate::relocate): Correct local sym glink
3886 lookup. Don't destroy "value" when we have a plt call stub,
3887 and when checking plt call validity.
3888 (Target_powerpc::do_dynsym_value): Simplify.
3889
3890 2012-10-05 Alan Modra <amodra@gmail.com>
3891
3892 * i386.cc (Output_data_plt_i386::address_for_global,
3893 address_for_local): Add plt offset to returned value. Adjust uses.
3894 * sparc.cc (Output_data_plt_sparc::address_for_global,
3895 address_for_local): Likewise.
3896 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
3897 address_for_local): Likewise.
3898 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
3899 address_for_local): Likewise.
3900 * target.h (Target::plt_address_for_global, plt_address_for_local):
3901 Update comment.
3902 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
3903 (Output_data_got::Got_entry::write): Nor here.
3904 * output.h: Comment fix.
3905
3906 2012-10-02 Jiong Wang <jiwang@tilera.com>
3907
3908 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
3909 global_offset_table_ value for larget got.
3910 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
3911
3912 2012-09-29 Alan Modra <amodra@gmail.com>
3913
3914 * powerpc.cc (Target_powerpc::iplt_): New output section.
3915 (Target_powerpc::iplt_section, make_iplt_section,
3916 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
3917 (Target_powerpc::make_plt_entry): Handle ifunc syms.
3918 Target_powerpc::plt_entry_count): Count iplt entries too.
3919 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
3920 reloc section in constructor. New params.
3921 (Target_powerpc::make_plt_section): Create reloc section here instead.
3922 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
3923 functions.
3924 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
3925 (Output_data_glink::add_entry, find_entry): New functions to
3926 deal with local syms.
3927 (Glink_sym_ent): Add support for local syms.
3928 (Output_data_glink::do_write): Handle ifunc plt entries.
3929 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3930 (Target_powerpc::Scan::local, global): Handle ifunc syms.
3931 (Target_powerpc::Relocate::relocate): Likewise.
3932 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
3933
3934 2012-09-25 Alan Modra <amodra@gmail.com>
3935
3936 * object.h (Sized_relobj_file::adjust_local_symbol,
3937 do_adjust_local_symbol): New functions.
3938 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
3939 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
3940 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
3941 and irregular opd entry spacing.
3942 (Powerpc_relobj::do_read_relocs): Add opd size checks.
3943 (Global_symbol_visitor_opd): New functor.
3944 (Target_powerpc::do_finalize_sections): Omit global symbols defined
3945 on deleted opd entries.
3946
3947 2012-09-15 Jiong Wang <jiwang@tilera.com>
3948
3949 * tilegx.cc: New file.
3950 * Makefile.am (TARGETSOURCES): Add tilegx.cc
3951 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
3952 * configure.tgt: Add entries for tilegx*.
3953 * configure.ac: Likewise.
3954 * Makefile.in: Rebuild.
3955 * configure: Likewise.
3956 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
3957 tilegx.
3958
3959 2012-09-13 Alan Modra <amodra@gmail.com>
3960
3961 * target-reloc.h (scan_relocs): Call scan.local for relocs
3962 against symbols in discarded sections. Pass is_discarded
3963 param.
3964 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
3965 Add is_discarded param.
3966 * powerpc (Target_powerpc::Scan::local): Likewise. Use
3967 is_discarded to flag opd entry as discarded. Don't emit dyn
3968 relocs on such entries.
3969 (Target_powerpc::Scan::global): Similarly detect and handle
3970 such opd entries.
3971 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
3972 opd_ent_. Update all uses.
3973 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
3974 (Target_powerpc::relocate_section): Zero out discarded opd
3975 entry relocs.
3976
3977 2012-09-12 Ian Lance Taylor <iant@google.com>
3978
3979 PR gold/14570
3980 * output.cc: Rename Output_data_got template parameter from size
3981 to got_size for all functions. Compile all variants of
3982 Output_data_got.
3983 (Output_data_got::Got_entry::write): Correct use of size for
3984 symbol value. Use local_is_tls rather than casting to
3985 Sized_relobj_file.
3986 * object.h (class Object): Add local_is_tls and do_local_is_tls.
3987 (class Sized_relobj_file): Add do_local_is_tls.
3988 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
3989
3990 2012-09-11 Alan Modra <amodra@gmail.com>
3991
3992 PR gold/14566
3993 * layout.cc (Layout::set_segment_offsets): When using
3994 common-page-size alignment, ensure we are on a new max-page-size
3995 page.
3996 * output.cc (Output_segment::set_section_addresses): Use
3997 abi_pagesize, not common_pagesize for relro boundary.
3998 (Output_segment::set_offset): Likewise.
3999
4000 2012-09-11 Alan Modra <amodra@gmail.com>
4001
4002 * output.h (Output_data_got::add_global_tls, add_local_tls,
4003 add_local_tls_pair): New functions.
4004 (Output_data_got::add_local_pair_with_rel): Remove second
4005 reloc param. Expand comment.
4006 (Output_data_got::Got_entry): Rename use_plt_offset_ to
4007 use_plt_or_tls_offset_, similarly for constructor param.
4008 (Output_data_got::Got_entry::write): Add got_index param.
4009 * output.cc (Output_data_got::add_global_tls, add_local_tls,
4010 add_local_tls_pair): New functions.
4011 (Output_data_got::Got_entry::write): Handle tls symbols
4012 with use_plt_or_tls_offset_ set specially.
4013 (Output_data_got::add_local_pair_with_rel): Only one reloc.
4014 (Output_data_got::do_write): Replace iterator with index, pass
4015 index to entry write function.
4016 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
4017 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
4018 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
4019 call.
4020 * i386.cc (Target_i386::Scan::local): Likewise.
4021 * sparc.cc (Target_sparc::Scan::local): Likewise.
4022 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
4023 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
4024 do_tls_offset_for_global): New functions.
4025 (Target_powerpc::Scan::local): Correct TLS relocations and got
4026 entry values.
4027 (Target_powerpc::Scan::global): Don't emit unnecessary
4028 dynamic relocations on TLS GOT entries.
4029
4030 2012-09-10 Matthias Klose <doko@ubuntu.com>
4031
4032 * config.in: Disable sanity check for kfreebsd.
4033
4034 2012-09-10 Sterling Augustine <saugustine@google.com>
4035
4036 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
4037 (Gdb_index::pubtypes_read): New parameter.
4038 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
4039 to calls.
4040 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
4041 pubtypes_object_.
4042
4043 2012-09-09 Alan Modra <amodra@gmail.com>
4044
4045 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
4046 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
4047 * gc.h (gc_process_relocs): Call target gc_add_reference.
4048 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
4049 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
4050 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
4051 unnecessary cast.
4052 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
4053 to cater for when we don't need code offset. Update use.
4054 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
4055 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
4056 set_opd_valid): New functions.
4057 (Target_powerpc::do_gc_add_reference): New function.
4058 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
4059 stashed refs.
4060 (Target_powerpc::do_gc_mark_symbol): New function.
4061
4062 2012-09-06 Cary Coutant <ccoutant@google.com>
4063
4064 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
4065 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
4066 (Dwarf_die::skip_attributes): Likewise.
4067 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
4068 * testsuite/gdb_index_test.cc (inline_func_1): New function.
4069 (main): Call it.
4070 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
4071
4072 2012-09-05 H.J. Lu <hongjiu.lu@intel.com>
4073
4074 * testsuite/script_test_3.t: Add .got.plt output section
4075 statement.
4076 * testsuite/script_test_4.t: Likewise.
4077
4078 2012-09-05 Alan Modra <amodra@gmail.com>
4079
4080 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
4081 update all uses and lose "enum" when using type.
4082
4083 2012-09-05 Alan Modra <amodra@gmail.com>
4084
4085 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
4086 * configure: Regenerate.
4087 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
4088 (plugin_final_layout.stdout): Likewise.
4089 (memory_test): Set page sizes to 0x1000.
4090 * testsuite/Makefile.in: Regenerate.
4091 * testsuite/discard_locals_test.sh: Add FIXME comment.
4092 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
4093 * testsuite/pr14265.t: Add .got output section statement.
4094 * testsuite/script_test_2.t: Likewise.
4095 * testsuite/script_test_3.t: Likewise.
4096 * testsuite/script_test_4.t: Likewise.
4097 * testsuite/script_test_5.t: Likewise.
4098 * testsuite/script_test_6.t: Likewise.
4099 * testsuite/script_test_7.t: Likewise.
4100 * testsuite/script_test_9.t: Likewise.
4101
4102 2012-09-05 Alan Modra <amodra@gmail.com>
4103
4104 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
4105 (Powerpc_relocate_functions::Status): New typedef.
4106 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
4107 (Target_powerpc::Scan::local): Handle REL64.
4108 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
4109 for REL32 and REL64.
4110 (Target_powerpc::symval_for_branch): New function, extracted from..
4111 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
4112 checks. Report overflow errors.
4113
4114 2012-09-05 Alan Modra <amodra@gmail.com>
4115
4116 * object.h (Sized_relobj_file::emit_relocs): Delete.
4117 (Sized_relobj_file::emit_relocs_reltype): Delete.
4118 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
4119 relocate_relocs for --emit-relocs.
4120 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
4121 * output.h: Update comment.
4122 (Output_segment::first_section): New function.
4123 (Output_segment::first_section_load_address): Use first_section.
4124 * output.cc (Output_segment::first_section): New function extracted..
4125 (Output_segment::first_section_load_address): ..from here. Delete.
4126 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
4127 * target.h (Sized_target::relocate_for_relocatable): Likewise.
4128 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
4129 adjust call to target.h function.
4130 * i386.cc (Target_i386): Likewise.
4131 * sparc.cc (Target_sparc): Likewise.
4132 * x86_64.cc (Target_x86_64): Likewise.
4133 * powerpc.cc (Target_powerpc): Likewise.
4134 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
4135 first tls section has section symbol for optimised local dynamic
4136 output relocs.
4137 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
4138 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
4139 optimised tls code.
4140 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
4141 Rename to relocate_relocs. Update error message.
4142
4143 2012-09-04 Andreas Schwab <schwab@linux-m68k.org>
4144
4145 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
4146 --just-symbols.
4147
4148 2012-08-31 Alan Modra <amodra@gmail.com>
4149
4150 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
4151 (Powerpc_relobj::toc_base_offset): New stub function.
4152 (Target_powerpc): Add tp_offset, dtp_offset. Rename
4153 got_mod_index_offset to tlsld_got_offset. Update all refs.
4154 (Target_powerpc::Relocate::enum skip_tls): New.
4155 (Target_powerpc::call_tls_get_addr_): New var.
4156 (Target_powerpc::is_branch_reloc): Move to file scope.
4157 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
4158 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
4159 New functions.
4160 (Target_powerpc::enum Got_type): Delete old values, add new ones.
4161 (powerpc_info): Correct common_pagesize for ppc64.
4162 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
4163 (Powerpc_relocate_functions): Add overflow check enums and functions.
4164 Add non-shift version of rela, rela_ua. Delete all rel public
4165 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
4166 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
4167 addr16_ha3, addr14 functions.
4168 (Output_data_got_powerpc::add_constant_pair): New function.
4169 (Output_data_got_powerpc::got_base_offset): Likewise.
4170 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
4171 (instruction constants): Sort, add some more.
4172 (Output_data_glink::do_write): Add and use Address typedef. Use
4173 object->toc_base_offset() stub for 64-bit.
4174 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
4175 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
4176 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
4177 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
4178 Always treat .opd relocs as against locally defined symbol.
4179 Correct condition for RELATIVE relocs.
4180 (Target_powerpc::do_finalize_sections): Test for NULL sections.
4181 (Target_powerpc::Relocate::relocate): Use plt call stub as value
4182 for 32-bit syms with a plt entry. Correct ppc64 toc base
4183 calculations. Handle TLS relocs, and more. Add overflow
4184 checking and adjust for Powerpc_relocate_functions changes.
4185 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
4186 Reinstate --emit-relocs code with FIXME.
4187
4188 2012-08-30 Alan Modra <amodra@gmail.com>
4189
4190 * layout.cc (Layout::set_segment_offsets): Set p_align to
4191 abi_pagesize, not common_pagesize.
4192 (Layout::relaxation_loop_body): Similarly use abi_pagesize
4193 to determine whether file header can go in segment.
4194
4195 2012-08-30 Alan Modra <amodra@gmail.com>
4196
4197 * output.h (Output_reloc::Output_reloc <output section>): Add
4198 is_relative param. Adjust calls.
4199 (Output_reloc::add_output_section_relative): New functions.
4200 * output.cc (Output_reloc::Output_reloc <output section>): Handle
4201 is_relative.
4202 (Output_reloc::symbol_value): Handle SECTION_CODE.
4203
4204 2012-08-24 Sriraman Tallam <tmsriram@google.com>
4205
4206 * gold.cc (queue_middle_tasks): Call layout again when unique
4207 segments for sections is desired.
4208 * layout.cc (Layout::Layout): Initialize new members.
4209 (Layout::get_output_section_flags): New function.
4210 (Layout::choose_output_section): Call get_output_section_flags.
4211 (Layout::layout): Make output section for mapping to a unique segment.
4212 (Layout::insert_section_segment_map): New function.
4213 (Layout::attach_allocated_section_to_segment): Make unique segment for
4214 output sections marked so.
4215 (Layout::segment_precedes): Check for unique segments when sorting.
4216 * layout.h (Layout::Unique_segment_info): New struct.
4217 (Layout::Section_segment_map): New typedef.
4218 (Layout::insert_section_segment_map): New function.
4219 (Layout::get_output_section_flags): New function.
4220 (Layout::is_unique_segment_for_sections_specified): New function.
4221 (Layout::set_unique_segment_for_sections_specified): New function.
4222 (Layout::unique_segment_for_sections_specified_): New member.
4223 (Layout::section_segment_map_): New member.
4224 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
4225 Rename is_gc_pass_one to is_pass_one.
4226 Rename is_gc_pass_two to is_pass_two.
4227 Rename is_gc_or_icf to is_two_pass.
4228 Check for which pass based on whether symbols data is present.
4229 Make it two pass when unique segments for sections is desired.
4230 * output.cc (Output_section::Output_section): Initialize new
4231 members.
4232 * output.h (Output_section::is_unique_segment): New function.
4233 (Output_section::set_is_unique_segment): New function.
4234 (Output_section::is_unique_segment_): New member.
4235 (Output_section::extra_segment_flags): New function.
4236 (Output_section::set_extra_segment_flags): New function.
4237 (Output_section::extra_segment_flags_): New member.
4238 (Output_section::segment_alignment): New function.
4239 (Output_section::set_segment_alignment): New function.
4240 (Output_section::segment_alignment_): New member.
4241 (Output_segment::Output_segment): Initialize is_unique_segment_.
4242 (Output_segment::is_unique_segment): New function.
4243 (Output_segment::set_is_unique_segment): New function.
4244 (Output_segment::is_unique_segment_): New member.
4245 * plugin.cc (allow_unique_segment_for_sections): New function.
4246 (unique_segment_for_sections): New function.
4247 (Plugin::load): Add new functions to transfer vector.
4248 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
4249 * Makefile.in: Regenerate.
4250 * testsuite/plugin_final_layout.sh: Check if unique segment
4251 functionality works.
4252 * testsuite/plugin_section_order.c (onload): Check if new interfaces
4253 are available.
4254 (allow_unique_segment_for_sections): New global.
4255 (unique_segment_for_sections): New global.
4256 (claim_file_hook): Call allow_unique_segment_for_sections.
4257 (all_symbols_read_hook): Call unique_segment_for_sections.
4258
4259 2012-08-22 Cary Coutant <ccoutant@google.com>
4260
4261 * layout.cc (Layout::include_section): Don't assert on GROUP
4262 sections with --emit-relocs.
4263
4264 2012-08-21 Cary Coutant <ccoutant@google.com>
4265
4266 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
4267 if --export-dynamic-symbol names an undef symbol.
4268
4269 2012-08-18 Alan Modra <amodra@gmail.com>
4270
4271 * powerpc.cc: Formatting and white space.
4272 (Powerpc_relobj): Rename got2_section_ to special_.
4273 Add opd_ent_shndx_ and opd_ent_off_ vectors.
4274 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
4275 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
4276 (Target_powerpc): Add Address typedef and invalid_address. Use
4277 throughout.
4278 (Target_powerpc::is_branch_reloc): New function.
4279 (Powerpc_relocate_functions): Add Address typedef, use throughout.
4280 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
4281 for dst_mask, value and addend.
4282 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
4283 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
4284 (Output_data_glink::do_write): Correct toc base. Don't try to use
4285 uint16_t for 24-bit offset. Use get_output_section_offset and
4286 check return.
4287 (Target_powerpc::Scan::local): Handle more relocs.
4288 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
4289 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
4290 Plug in toc restoring insn after plt calls. Translate branches
4291 to function descriptor symbols to corresponding entry point.
4292 (Target_powerpc::relocate_for_relocatable): Check return from
4293 get_output_section_offset.
4294 * symtab.h: Comment typo.
4295
4296 2012-08-14 Ian Lance Taylor <iant@google.com>
4297
4298 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
4299 unsupported_relocal_local to call unsupported_reloc_global.
4300
4301 2012-08-14 Nick Clifton <nickc@redhat.com>
4302
4303 PR ld/14265
4304 * script-sections.cc (Sections_element::output_section_name): Add
4305 keep return parameter.
4306 (Output_section_element::match_name): Add keep return parameter.
4307 Return the value of the keep_ member.
4308 * script-sections.h (class Output_section): Update
4309 output_section_name prototype.
4310 * layout.cc (Layout::keep_input_section): New public member
4311 function.
4312 (Layout::choose_output_section): Pass keep parameter to
4313 output_section_name.
4314 * layout.h (class Layout): Add keep_input_section.
4315 * object.cc (Sized_relobj_file::do_layout): Check for kept input
4316 sections.
4317 * testsuite/Makefile.am: Add a test.
4318 * testsuite/Makefile.in: Regenerate.
4319 * testsuite/pr14265.c: Source file for the test.
4320 * testsuite/pr14265.t: Linker script for the test.
4321 * testsuite/pr14265.sh: Shell script for the test.
4322
4323 2012-08-14 Alan Modra <amodra@gmail.com>
4324
4325 * target.h (Target::output_section_name): New function.
4326 (Target::do_output_section_name): New function.
4327 * layout.cc (Layout::choose_output_section): Call the above.
4328 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
4329
4330 2012-08-14 Alan Modra <amodra@gmail.com>
4331
4332 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
4333 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
4334 for replace_constant call.
4335 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
4336 (Output_data_glink::do_print_to_mapfile): New function.
4337 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
4338 (Target_powerpc::Relocate::relocate): Likewise.
4339
4340 2012-08-14 Alan Modra <amodra@gmail.com>
4341
4342 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
4343 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
4344 (Output_data_glink::add_entry,find_entry): Remove shndx param.
4345 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
4346 all references to shndx_. Handle special case for R_PPC_PLTREL24
4347 here.
4348 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
4349 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
4350 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
4351 here.
4352 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
4353 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
4354
4355 2012-08-12 Alan Modra <amodra@gmail.com>
4356
4357 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
4358 (glink insn constants): Use uint32_t.
4359 (Output_data_glink::add_entry): Use insert, not [] operator.
4360
4361 2012-08-11 Alan Modra <amodra@gmail.com>
4362
4363 * object.h (Sized_relobj_file::find_shdr): New function.
4364 (Sized_relobj_file::find_special_sections): New function.
4365 * object.cc (Sized_relobj_file::find_shdr): New function.
4366 (Sized_relobj_file::find_eh_frame): Use find_shdr.
4367 (Sized_relobj_file::find_special_sections): New function, split out..
4368 (Sized_relobj_file::do_read_symbols): ..from here.
4369 * output.h (Output_data_got::replace_constant): New function.
4370 (Output_data_got::num_entries): New function.
4371 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
4372 (Output_data_got::got_offset): Protected rather than private.
4373 (Output_data_got::replace_got_entry): New function.
4374 * output.cc (Output_data_got::replace_got_entry): New function.
4375 * powerpc.cc (class Powerpc_relobj): New.
4376 (class Powerpc_relocate_functions): Delete all psymval variants or
4377 convert to value,addend type. Delete pcrela, pcrela_unaligned.
4378 Implement _ha functions using corresponding _hi function.
4379 (Powerpc_relobj::find_special_sections): New function.
4380 (Target_powerpc::do_make_elf_object): New function.
4381 (class Output_data_got_powerpc): New.
4382 (class Output_data_glink): New.
4383 (class Powerpc_scan_relocatable_reloc): New.
4384 Many more changes througout file.
4385
4386 2012-08-09 Nick Clifton <nickc@redhat.com>
4387
4388 * po/vi.po: Updated Vietnamese translation.
4389
4390 2012-08-07 Ian Lance Taylor <iant@google.com>
4391
4392 * layout.cc (Layout::add_target_dynamic_tags): If
4393 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
4394 plt_rel.
4395
4396 2012-07-30 Nick Clifton <nickc@redhat.com>
4397
4398 * po/gold.pot: Updated template.
4399 * po/es.po: Updated Spanish translation.
4400
4401 2012-07-18 Cary Coutant <ccoutant@google.com>
4402
4403 PR gold/14344
4404 * configure.ac: Add check for -gpubnames support.
4405 * configure: Regenerate.
4406 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
4407 support; force -gno-pubnames.
4408 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
4409 support.
4410 (gdb_index_test_4): New test.
4411 * testsuite/Makefile.in: Regenerate.
4412 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
4413 * testsuite/gdb_index_test_2.sh: Likewise.
4414 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
4415 * testsuite/gdb_index_test_4.sh: New script.
4416 * testsuite/gdb_index_test_comm.sh: New script with common code;
4417 don't look for space after colon.
4418
4419 2012-07-16 Sriraman Tallam <tmsriram@google.com>
4420
4421 * gold.cc (queue_middle_tasks): Update function order only after
4422 deferred objects due to plugins are processed.
4423
4424 2012-07-11 Ian Lance Taylor <iant@google.com>
4425
4426 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
4427 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
4428 (Target_arm::scan_reloc_for_stub): Likewise.
4429 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
4430 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
4431 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
4432 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
4433 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
4434
4435 2012-07-10 Dodji Seketeli <dodji@redhat.com>
4436 Ian Lance Taylor <iant@google.com>
4437
4438 PR gold/14309
4439 * configure.ac: Test whether std::tr1::hash<off_t> works.
4440 * gold.h: Add a specialization for std::tr1::hash<off_t> if
4441 needed.
4442 * output.h (class Output_fill): Add virtual destructor.
4443 * configure, config.in: Rebuild.
4444
4445 2012-06-22 Roland McGrath <mcgrathr@google.com>
4446
4447 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
4448
4449 2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
4450
4451 * plugin.cc (Plugin::load): Handle position independent executables.
4452
4453 2012-06-06 Cary Coutant <ccoutant@google.com>
4454
4455 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
4456 add .debug_macro.
4457 (lines_only_debug_sections): Likewise.
4458 (gdb_fast_lookup_sections): New static array.
4459 (is_gdb_debug_section): Rename formal parameter.
4460 (is_lines_only_debug_section): Likewise.
4461 (is_gdb_fast_lookup_section): New function.
4462 (Layout::include_section): Check for ".zdebug_" prefix; pass
4463 section name suffix to is_gdb_debug_section, et al.; check for
4464 fast-lookup sections when building .gdb_index.
4465 * options.h (--strip-debug-gdb): Update GDB version number.
4466
4467 2012-06-06 Cary Coutant <ccoutant@google.com>
4468
4469 * configure.ac: Add check for fallocate.
4470 * configure: Regenerate.
4471 * config.in: Regenerate.
4472
4473 * options.h (class General_options): Add --mmap-output-file and
4474 --posix-fallocate options.
4475 * output.cc: (posix_fallocate): Remove; replace with...
4476 (gold_fallocate): New function.
4477 (Output_file::map_no_anonymous): Call gold_fallocate.
4478 (Output_file::map): Check --mmap-output-file option.
4479
4480 2012-06-05 Jing Yu <jingyu@google.com>
4481
4482 * gold.h (textdomain): Add do {} to empty while(0).
4483 (bindtextdomain): Likewise.
4484
4485 2012-06-04 Cary Coutant <ccoutant@google.com>
4486
4487 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
4488 has_dynsym_index.
4489
4490 2012-05-25 Sriraman Tallam <tmsriram@google.com>
4491
4492 * symtab.cc (Symbol_table::define_special_symbol):
4493 Initialize *poldsym to prevent uninitialized variable errors.
4494
4495 2012-05-23 Cary Coutant <ccoutant@google.com>
4496
4497 * layout.cc (Layout::section_name_mapping): Add rules to handle
4498 exact match on .data.rel.ro.local or .data.rel.ro.
4499 (Layout::output_section_name): Check for exact matches.
4500
4501 2012-05-23 Cary Coutant <ccoutant@google.com>
4502
4503 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
4504 more carefully.
4505
4506 2012-05-22 Cary Coutant <ccoutant@google.com>
4507
4508 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
4509 object before exporting symbol.
4510
4511 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4512
4513 * testsuite/tls_test.cc: Include "config.h" first.
4514 * testsuite/tls_test_c.c: Likewise.
4515
4516 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
4517 Nick Clifton <nickc@redhat.com>
4518
4519 PR 14072
4520 * configure.in: Add check that sysdep.h has been included before
4521 any system header files.
4522 * configure: Regenerate.
4523 * config.in: Regenerate.
4524
4525 2012-05-14 Cary Coutant <ccoutant@google.com>
4526
4527 * layout.cc (Layout::make_output_section): Mark .tdata section
4528 as RELRO.
4529 * testsuite/relro_test.cc: Add a TLS variable.
4530
4531 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
4532
4533 PR gold/14091
4534 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
4535 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
4536 R_X86_64_64.
4537
4538 2012-05-08 Cary Coutant <ccoutant@google.com>
4539
4540 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
4541 (lines_only_debug_sections): Likewise.
4542
4543 2012-05-02 Roland McGrath <mcgrathr@google.com>
4544
4545 * nacl.cc: New file.
4546 * nacl.h: New file.
4547 * Makefile.am (CCFILES, HFILES): Add them.
4548 * Makefile.in: Regenerate.
4549 * i386.cc (Output_data_plt_i386_nacl): New class.
4550 (Output_data_plt_i386_nacl_exec): New class.
4551 (Output_data_plt_i386_nacl_dyn): New class.
4552 (Target_i386_nacl): New class.
4553 (Target_selector_i386_nacl): New class.
4554 (target_selector_i386): Use it instead of Target_selector_i386.
4555 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
4556 (Target_x86_64_nacl): New class.
4557 (Target_selector_x86_64_nacl): New class.
4558 (target_selector_x86_64, target_selector_x32): Use it instead of
4559 Target_selector_x86_64.
4560 * arm.cc (Output_data_plt_arm_nacl): New class.
4561 (Target_arm_nacl): New class.
4562 (Target_selector_arm_nacl): New class.
4563 (target_selector_arm, target_selector_armbe): Use it instead of
4564 Target_selector_arm.
4565
4566 * target-select.cc (select_target): Take new Input_file* and off_t
4567 arguments, pass them on to recognize method of selector.
4568 * object.cc (make_elf_sized_object): Update caller.
4569 * parameters.cc (parameters_force_valid_target): Likewise.
4570 * incremental.cc (make_sized_incremental_binary): Likewise.
4571 * target-select.h: Update decl.
4572 (Target_selector::recognize): Take new Input_file* argument,
4573 pass it on to do_recognize.
4574 (Target_selector::do_recognize): Take new Input_file* argument.
4575 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
4576 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
4577 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
4578 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
4579
4580 * target.h (Target::Target_info): New members isolate_execinstr
4581 and rosegment_gap.
4582 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
4583 * arm.cc (Target_arm::arm_info): Update initializer.
4584 * i386.cc (Target_i386::i386_info): Likewise.
4585 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
4586 * sparc.cc (Target_sparc::sparc_info): Likewise.
4587 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
4588 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
4589 * layout.cc (Layout::attach_allocated_section_to_segment):
4590 Take new const Target* argument. If target->isolate_execinstr(), act
4591 like --rosegment.
4592 (Layout::find_first_load_seg): Take new const Target* argument;
4593 if target->isolate_execinstr(), reject PF_X segments.
4594 (Layout::relaxation_loop_body): Update caller.
4595 (Layout::set_segment_offsets): If target->isolate_execinstr(),
4596 reset file offset to zero when we hit LOAD_SEG, and then do a second
4597 loop over the segments before LOAD_SEG to reassign offsets after
4598 addresses have been determined. Handle target->rosegment_gap().
4599 (Layout::attach_section_to_segment): Take new const Target* argument;
4600 pass it to attach_allocated_section_to_segment.
4601 (Layout::make_output_section): Update caller.
4602 (Layout::attach_sections_to_segments): Take new const Target* argument;
4603 pass it to attach_section_to_segment.
4604 * gold.cc (queue_middle_tasks): Update caller.
4605 * layout.h (Layout): Update method decls with new arguments.
4606
4607 * arm.cc (Target_arm::Target_arm): Take optional argument for the
4608 Target_info pointer to use.
4609 (Target_arm::do_make_data_plt): New virtual method.
4610 (Target_arm::make_data_plt): New method that calls it.
4611 (Target_arm::make_plt_entry): Use it.
4612 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
4613 for the section alignment.
4614 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
4615 method.
4616 (Output_data_plt_arm::first_plt_entry_offset): Call it.
4617 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
4618 method.
4619 (Output_data_plt_arm::get_plt_entry_size): Call it.
4620 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
4621 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
4622 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
4623 method.
4624 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
4625 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
4626 method instead of sizeof(plt_entry).
4627 (Output_data_plt_arm::add_entry): Likewise.
4628 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
4629 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
4630 than static method.
4631 (Target_arm::plt_entry_size): Likewise.
4632 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
4633 Move to ...
4634 (Output_data_plt_arm_standard): ... here, new class.
4635 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
4636 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
4637 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
4638
4639 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
4640 Take additional argument for the PLT entry size.
4641 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
4642 Use get_plt_entry_size method rather than plt_entry_size variable.
4643 (Output_data_plt_x86_64::reserve_slot): Likewise.
4644 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
4645 (Output_data_plt_x86_64::add_entry): Likewise.
4646 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
4647 (Output_data_plt_x86_64::address_for_global): Likewise.
4648 (Output_data_plt_x86_64::address_for_local): Likewise.
4649 (Output_data_plt_x86_64::set_final_data_size): Likewise.
4650 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
4651 Make method non-static.
4652 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
4653 method.
4654 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
4655 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
4656 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
4657 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
4658 virtual method.
4659 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
4660 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
4661 virtual method.
4662 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
4663 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
4664 virtual method.
4665 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
4666 (Output_data_plt_x86_64::plt_entry_size)
4667 (Output_data_plt_x86_64::first_plt_entry)
4668 (Output_data_plt_x86_64::plt_entry)
4669 (Output_data_plt_x86_64::tlsdesc_plt_entry)
4670 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
4671 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
4672 (Output_data_plt_x86_64_standard): ... here, new class.
4673 (Target_x86_64::Target_x86_64): Take optional argument for the
4674 Target_info pointer to use.
4675 (Target_x86_64::do_make_data_plt): New virtual method.
4676 (Target_x86_64::make_data_plt): New method to call it.
4677 (Target_x86_64::init_got_plt_for_update): Use that.
4678 Call this->plt_->add_eh_frame method here.
4679 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
4680 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
4681 rather than static method.
4682 (Target_x86_64::plt_entry_size): Likewise.
4683 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
4684 rather than plt_entry_size variable. Move guts of PLT filling to...
4685 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
4686 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
4687 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
4688
4689 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
4690 additional argument for the section alignment.
4691 Don't do add_eh_frame_for_plt here.
4692 (Output_data_plt_i386::first_plt_entry_offset): Make the method
4693 non-static. Use get_plt_entry_size method rather than plt_entry_size
4694 variable.
4695 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
4696 method.
4697 (Output_data_plt_i386::get_plt_entry_size): Call it.
4698 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
4699 (Output_data_plt_i386::add_eh_frame): New method to call it.
4700 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
4701 method.
4702 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
4703 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
4704 method.
4705 (Output_data_plt_i386::fill_plt_entry): New method to call it.
4706 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
4707 method instead of plt_entry_size.
4708 (Output_data_plt_i386::plt_entry_size)
4709 (Output_data_plt_i386::plt_eh_frame_fde_size)
4710 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
4711 (Output_data_plt_i386_standard): ... here, new class.
4712 (Output_data_plt_i386_exec): New class.
4713 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
4714 (Output_data_plt_i386_exec::first_plt_entry): ... here.
4715 (Output_data_plt_i386::exec_plt_entry): Move to ...
4716 (Output_data_plt_i386_exec::plt_entry): ... here.
4717 (Output_data_plt_i386_dyn): New class.
4718 (Output_data_plt_i386::first_plt_entry): Move to ...
4719 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
4720 (Output_data_plt_i386::dyn_plt_entry): Move to ...
4721 (Output_data_plt_i386_dyn::plt_entry): ... here.
4722 (Target_i386::Target_i386): Take optional argument for the Target_info
4723 pointer to use.
4724 (Target_i386::do_make_data_plt): New virtual method.
4725 (Target_i386::make_data_plt): New method to call it.
4726 (Target_i386::make_plt_section): Use that.
4727 Call this->plt_->add_eh_frame method here.
4728 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
4729 rather than plt_entry_size variable.
4730 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
4731 (Output_data_plt_i386::address_for_local): Likewise.
4732 (Output_data_plt_i386::do_write): Likewise.
4733 Move guts of PLT filling to...
4734 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
4735 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
4736 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
4737 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
4738
4739 2012-05-01 Cary Coutant <ccoutant@google.com>
4740
4741 * dwarf_reader.cc (Dwarf_die::read_attributes)
4742 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
4743 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
4744 * reduced_debug_output.cc
4745 (Output_reduced_debug_info_section::get_die_end): Remove
4746 DW_FORM_GNU_ref_index. Add default case.
4747
4748 2012-04-26 Mark Wielaard <mjw@redhat.com>
4749
4750 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
4751 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
4752 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
4753 DW_AT_high_pc as offset from DW_AT_low_pc.
4754
4755 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
4756 * testsuite/Makefile.in: Regenerate.
4757 * testsuite/gdb_index_test_3.c: New test source file.
4758 * testsuite/gdb_index_test_3.sh: New test source file.
4759
4760 2012-04-25 Ian Lance Taylor <iant@google.com>
4761
4762 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
4763 pointer.
4764 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
4765 as a class, not a struct.
4766 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
4767 (Target_arm::apply_cortex_a8_workaround): Likewise.
4768 * gc.h: Declare Reloc_types as a struct, not a class.
4769 * object.h: Declare Symbols_data as a struct.
4770 * reloc.h: Declare Read_relocs_data as a struct.
4771 * target.h: Declare Relocate_info as a struct.
4772
4773 2012-04-24 David S. Miller <davem@davemloft.net>
4774
4775 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
4776 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
4777 and R_SPARC_WPLT30.
4778
4779 2012-04-24 Cary Coutant <ccoutant@google.com>
4780
4781 * incremental-dump.cc (find_input_containing_global): Replace
4782 magic number with symbolic constant.
4783 (dump_incremental_inputs): Update version number.
4784 * incremental.cc (Output_section_incremental_inputs): Update version
4785 number; import symbolic constants from Incremental_inputs_reader.
4786 (Incremental_inputs::create_data_sections): Align relocations
4787 section correctly for 64-bit targets.
4788 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
4789 constants; add padding.
4790 (Output_section_incremental_inputs::write_header): Add assert for
4791 header_size.
4792 (Output_section_incremental_inputs::write_input_files): Add assert
4793 for input_entry_size.
4794 (Output_section_incremental_inputs::write_info_blocks): Add padding;
4795 add assert for object_info_size, input_section_entry_size,
4796 global_sym_entry_size.
4797 * incremental.h (Incremental_inputs_reader): Add symbolic constants
4798 for data structure sizes; use them.
4799 (Incremental_input_entry_reader): Import symbolic constants from
4800 Incremental_inputs_reader; use them.
4801
4802 2012-04-23 David S. Miller <davem@davemloft.net>
4803
4804 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
4805 and elf_flags_set_.
4806 (Target_sparc::Target_sparc): Initialize new fields.
4807 (Target_sparc::do_make_elf_object): New function.
4808 (Target_sparc::do_adjust_elf_header): New function.
4809
4810 2012-04-23 Cary Coutant <ccoutant@google.com>
4811
4812 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
4813 CU range table of gdb index.
4814
4815 2012-04-20 David S. Miller <davem@davemloft.net>
4816
4817 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
4818 instead of false.
4819
4820 2012-04-16 David S. Miller <davem@davemloft.net>
4821
4822 * sparc.cc (Target_sparc::got_address): New function.
4823 (Sparc_relocate_functions::gdop_hix22): New function.
4824 (Sparc_relocate_functions::gdop_lox10): New function.
4825 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
4826 relocs.
4827 (Target_sparc::Scan::local): Likewise if the global symbol is not
4828 preemptible and is not IFUNC.
4829 (Target_sparc::Relocate::relocate): Perform GOTDATA code
4830 transformations for local and non-preemptible non-IFUNC global
4831 symbols.
4832
4833 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
4834 writing out 64-bit part of ranges.
4835
4836 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
4837 -fpic and -fpie respectively.
4838 * Makefile.in: Regenerate.
4839
4840 * sparc.cc (class Target_sparc): Add rela_ifunc_.
4841 (Target_sparc::Target_sparc): Initialize new field.
4842 (Target_sparc::do_plt_section_for_global): New function.
4843 (Target_sparc::do_plt_section_for_local): New function.
4844 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
4845 (Target_sparc::make_plt_section): New function, broken out of
4846 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
4847 (Target_sparc::make_plt_entry): Call make_plt_section.
4848 (Target_sparc::make_local_ifunc_plt_entry): New function.
4849 (Target_sparc::rela_ifunc_section): New function.
4850 (Target_sparc::plt_section): Remove const.
4851 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
4852 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
4853 and ifunc_count_ fields.
4854 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
4855 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
4856 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
4857 (Output_data_plt_sparc::rela_ifunc): New function.
4858 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
4859 (Output_data_plt_sparc::has_ifunc_section): New function.
4860 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
4861 (Output_data_plt_sparc::address_for_global): New function.
4862 (Output_data_plt_sparc::address_for_local): New function.
4863 (Output_data_plt_sparc::plt_index_to_offset): New function.
4864 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
4865 and entry_count.
4866 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
4867 entry_count.
4868 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
4869 R_SPARC_JMP_IREL to switch.
4870 (Target_sparc::Scan::check_non_pic): Likewise.
4871 (Target_sparc::Scan::local): Handle IFUNC symbols.
4872 (Target_sparc::Scan::local): Likewise.
4873 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
4874 and plt_address_for_local.
4875 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
4876 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
4877
4878 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
4879 (class Output_data_reloc): Adjust calls to Output_reloc_type.
4880 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
4881 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
4882 global relocs too.
4883 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
4884 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
4885 calls.
4886 * sparc.cc (Target_sparc::Scan::global): Likewise.
4887 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
4888
4889 2012-04-16 Cary Coutant <ccoutant@google.com>
4890
4891 * archive.cc (Library_base::should_include_member): Check for
4892 --export-dynamic-symbol.
4893 * options.h (class General_options): Add --export-dynamic-symbol.
4894 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
4895 --export-dynamic-symbol.
4896 (Symbol_table::gc_mark_undef_symbols): Likewise.
4897 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
4898
4899 2012-04-12 David S. Miller <davem@davemloft.net>
4900
4901 * sparc.cc (Reloc::wdisp10): New relocation method.
4902 (Reloc::h34): Likewise.
4903 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
4904 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
4905 R_SPARC_WDISP10.
4906 (Target_sparc::Scan::local): Likewise.
4907 (Target_sparc::Scan::global): Likewise.
4908 (Target_sparc::Relocate::relocate): Likewise.
4909
4910 2012-04-09 Cary Coutant <ccoutant@google.com>
4911
4912 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
4913 low_pc == 0.
4914
4915 2012-04-06 Ian Lance Taylor <iant@google.com>
4916
4917 * timer.cc: #include <unistd.h>.
4918
4919 2012-04-06 Roland McGrath <mcgrathr@google.com>
4920
4921 * configure.in (AC_CHECK_HEADERS): Add locale.h.
4922 * config.in: Regenerate.
4923 * configure: Regenerate.
4924
4925 2012-04-05 Nick Clifton <nickc@redhat.com>
4926
4927 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
4928 (AM_LC_MESSAGES): Add.
4929 * aclocal.m4: Regenerate.
4930 * config.in: Regenerate.
4931 * configure: Regenerate.
4932
4933 2012-03-21 Cary Coutant <ccoutant@google.com>
4934
4935 * Makefile.am: Add gdb-index.cc, gdb-index.h.
4936 * Makefile.in: Regenerate.
4937 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
4938 (Sized_elf_reloc_mapper::symbol_section): New function.
4939 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
4940 (make_elf_reloc_mapper): New function.
4941 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
4942 (Dwarf_abbrev_table::do_read_abbrevs): New function.
4943 (Dwarf_abbrev_table::do_get_abbrev): New function.
4944 (Dwarf_ranges_table::read_ranges_table): New function.
4945 (Dwarf_ranges_table::read_range_list): New function.
4946 (Dwarf_pubnames_table::read_section): New function.
4947 (Dwarf_pubnames_table::read_header): New function.
4948 (Dwarf_pubnames_table::next_name): New function.
4949 (Dwarf_die::Dwarf_die): New function.
4950 (Dwarf_die::read_attributes): New function.
4951 (Dwarf_die::skip_attributes): New function.
4952 (Dwarf_die::set_name): New function.
4953 (Dwarf_die::set_linkage_name): New function.
4954 (Dwarf_die::attribute): New function.
4955 (Dwarf_die::string_attribute): New function.
4956 (Dwarf_die::int_attribute): New function.
4957 (Dwarf_die::uint_attribute): New function.
4958 (Dwarf_die::ref_attribute): New function.
4959 (Dwarf_die::child_offset): New function.
4960 (Dwarf_die::sibling_offset): New function.
4961 (Dwarf_info_reader::check_buffer): New function.
4962 (Dwarf_info_reader::parse): New function.
4963 (Dwarf_info_reader::do_parse): New function.
4964 (Dwarf_info_reader::do_read_string_table): New function.
4965 (Dwarf_info_reader::lookup_reloc): New function.
4966 (Dwarf_info_reader::get_string): New function.
4967 (Dwarf_info_reader::visit_compilation_unit): New function.
4968 (Dwarf_info_reader::visit_type_unit): New function.
4969 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
4970 Sized_elf_reloc_mapper.
4971 (Sized_dwarf_line_info::symbol_section): Remove function.
4972 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
4973 (Sized_dwarf_line_info::read_line_mappings): Remove object
4974 parameter, adjust callers.
4975 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
4976 * dwarf_reader.h: Include <sys/types.h>.
4977 (class Track_relocs): Remove forward declaration.
4978 (class Elf_reloc_mapper): New class.
4979 (class Sized_elf_reloc_mapper): New class.
4980 (class Dwarf_abbrev_table): New class.
4981 (class Dwarf_range_list): New class.
4982 (class Dwarf_ranges_table): New class.
4983 (class Dwarf_pubnames_table): New class.
4984 (class Dwarf_die): New class.
4985 (class Dwarf_info_reader): New class.
4986 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
4987 (Sized_dwarf_line_info::symbol_section): Remove member function.
4988 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
4989 base class.
4990 * gdb-index.cc: New source file.
4991 * gdb-index.h: New source file.
4992 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
4993 and .debug_types sections, call Layout::add_to_gdb_index.
4994 (Sized_relobj_incr::do_section_name): Implement.
4995 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
4996 return type; Implement.
4997 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
4998 return type.
4999 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
5000 parameter list and return type.
5001 (Sized_incr_dynobj::do_section_contents): Likewise.
5002 * layout.cc: Include gdb-index.h.
5003 (Layout::Layout): Initialize gdb_index_data_.
5004 (Layout::init_fixed_output_section): Check for .gdb_index section.
5005 (Layout::add_to_gdb_index): New function. Instantiate.
5006 * layout.h: Add forward declaration for class Gdb_index.
5007 (Layout::add_to_gdb_index): New member function.
5008 (Layout::gdb_index_data_): New data member.
5009 * main.cc: Include gdb-index.h.
5010 (main): Print statistics for gdb index.
5011 * object.cc (Object::section_contents): Move code into
5012 do_section_contents.
5013 (need_decompressed_section): Check for sections needed when building
5014 gdb index.
5015 (build_compressed_section_map): Likewise.
5016 (Sized_relobj_file::do_read_symbols): Need local symbols when building
5017 gdb index.
5018 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
5019 sections; call Layout::add_to_gdb_index.
5020 (Sized_relobj_file::do_decompressed_section_contents): Call
5021 do_section_contents directly.
5022 * object.h (Object::do_section_contents): Adjust parameter list and
5023 return type.
5024 (Object::do_decompressed_section_contents): Call do_section_contents
5025 directly.
5026 (Sized_relobj_file::do_section_contents): Adjust parameter list and
5027 return type.
5028 * options.h (class General_options): Add --gdb-index option.
5029 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
5030 list and return type.
5031 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
5032 * reloc.h (Track_relocs::checkpoint): New function.
5033 (Track_relocs::reset): New function.
5034
5035 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
5036 New test cases.
5037 * testsuite/Makefile.in: Regenerate.
5038 * testsuite/gdb_index_test.cc: New test source file.
5039 * testsuite/gdb_index_test_1.sh: New test source file.
5040 * testsuite/gdb_index_test_2.sh: New test source file.
5041
5042 2012-03-19 Doug Kwan <dougkwan@google.com>
5043
5044 * arm.cc (Target_arm::do_define_standard_symbols): New method.
5045 (Target_arm::do_finalize_sections): Remove code which defines
5046 __exidx_start and __exidx_end. Make symbol table parameter
5047 anonymous as it is not used.
5048 * gold.cc (queue_middle_tasks): Call target hook to define any
5049 target-specific symbols.
5050 * target.h (Target::define_standard_symbols): New method.
5051 (Target::do_define_standard_symbols): Same.
5052 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
5053 * testsuite/Makefile.in: Regenerate.
5054 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
5055 and __exidx_end.
5056 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
5057 relocations are generated for __exidx_start and __exidx_end.
5058
5059 2012-03-16 Doug Kwan <dougkwan@google.com>
5060
5061 * testsuite/Makefile.am: Disable test initpri3b.
5062 * testsuite/Makefile.in: Regenerate.
5063
5064 2012-03-15 Doug Kwan <dougkwan@google.com>
5065
5066 * arm.cc (Target_arm::got_section): Make .got section read-only
5067 if -z now is given.
5068
5069 2012-03-15 Ian Lance Taylor <iant@google.com>
5070
5071 PR gold/13850
5072 * layout.cc (Layout::make_output_section): Correctly mark
5073 SHT_INIT_ARRAY, et. al., as relro.
5074
5075 2012-03-14 Doug Kwan <dougkwan@google.com>
5076
5077 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
5078 dynamic relocations for protected symbols in shared objects.
5079
5080 2012-03-13 Ian Lance Taylor <iant@google.com>
5081
5082 * resolve.cc (Symbol_table::resolve): When merging common symbols,
5083 keep the larger alignment.
5084
5085 2012-03-12 Cary Coutant <ccoutant@google.com>
5086
5087 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
5088 handling of DW_LNE_define_file.
5089
5090 2012-03-12 Cary Coutant <ccoutant@google.com>
5091
5092 * reduced_debug_output.cc
5093 (Output_reduced_debug_info_section::get_die_end): Add new FORM
5094 codes to switch.
5095
5096 2012-02-29 Cary Coutant <ccoutant@google.com>
5097
5098 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
5099
5100 2012-02-29 Cary Coutant <ccoutant@google.com>
5101
5102 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
5103 Call Object::decompressed_section_contents.
5104 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
5105 New dtor.
5106 (Sized_dwarf_line_info::buffer_start_): New data member.
5107 * merge.cc (Output_merge_data::do_add_input_section): Call
5108 Object::decompressed_section_contents.
5109 (Output_merge_string::do_add_input_section): Likewise.
5110 * object.cc (need_decompressed_section): New function.
5111 (build_compressed_section_map): Decompress sections needed later.
5112 (Sized_relobj_file::do_decompressed_section_contents): New function.
5113 (Sized_relobj_file::do_discard_decompressed_sections): New function.
5114 * object.h (Object::decompressed_section_contents): New function.
5115 (Object::discard_decompressed_sections): New function.
5116 (Object::do_decompressed_section_contents): New function.
5117 (Object::do_discard_decompressed_sections): New function.
5118 (Compressed_section_info): New type.
5119 (Compressed_section_map): Include decompressed section contents.
5120 (Sized_relobj_file::do_decompressed_section_contents): New function.
5121 (Sized_relobj_file::do_discard_decompressed_sections): New function.
5122
5123 2012-02-16 Cary Coutant <ccoutant@google.com>
5124
5125 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
5126 * testsuite/Makefile.in: Regenerate.
5127
5128 2012-02-14 Cary Coutant <ccoutant@google.com>
5129
5130 * options.cc (General_options::finalize): Disallow -pie and -static.
5131
5132 2012-02-03 Doug Kwan <dougkwan@google.com>
5133
5134 * arm.cc (Arm_relocate_functions::abs8,
5135 Arm_relocate_functions::abs16): Use
5136 Bits::has_signed_unsigned_overflow32.
5137 (Arm_relocate_functions::thm_abs8): Correct range of
5138 overflow check.
5139 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
5140 in assertions.
5141
5142 2012-02-02 Doug Kwan <dougkwan@google.com>
5143
5144 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
5145 position independent outputs, not just shared objects.
5146
5147 2012-01-30 H.J. Lu <hongjiu.lu@intel.com>
5148
5149 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
5150 * configure: Regenerated.
5151
5152 2012-01-27 Ian Lance Taylor <iant@google.com>
5153
5154 * reloc.h (Bits): New class with static functions, copied from
5155 namespace utils in arm.cc.
5156 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
5157 instead.
5158
5159 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
5160
5161 * incremental.cc (write_info_blocks): Correct relocation offset.
5162
5163 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
5164
5165 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
5166 (Relocate::tls_gd_to_le): Likewise.
5167
5168 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
5169
5170 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
5171
5172 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
5173
5174 * configure.ac: Check if -mcmodel=medium works.
5175 * configure: Regenerated.
5176
5177 2012-01-24 Cary Coutant <ccoutant@google.com>
5178
5179 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
5180 definition and ...
5181 (read_unsigned_LEB_128_x): ... this new function.
5182 (read_signed_LEB_128): Replaced with inline definition and ...
5183 (read_signed_LEB_128_x): ... this new function.
5184 * int_encoding.h (read_unsigned_LEB_128_x): New function.
5185 (read_unsigned_LEB_128): Add inline definition.
5186 (read_signed_LEB_128_x): New function.
5187 (read_signed_LEB_128): Add inline definition.
5188 * testsuite/Makefile.am (leb128_unittest): New unit test.
5189 * testsuite/Makefile.in: Regenerate.
5190 * testsuite/leb128_unittest.cc: New unit test.
5191
5192 2012-01-23 Ian Lance Taylor <iant@google.com>
5193
5194 PR gold/13617
5195 * i386.cc (Target_i386::do_code_fill): When using a jmp
5196 instruction, pad with nop instructions.
5197 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
5198
5199 2012-01-22 H.J. Lu <hongjiu.lu@intel.com>
5200
5201 * x86_64.cc (gc_process_relocs): Add typename on types used in
5202 template.
5203 (scan_relocs): Likewise.
5204 (relocate_section): Likewise.
5205 (apply_relocation): Likewise.
5206
5207 2012-01-10 H.J. Lu <hongjiu.lu@intel.com>
5208
5209 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
5210 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
5211 under x32.
5212
5213 2012-01-09 H.J. Lu <hongjiu.lu@intel.com>
5214
5215 * x86_64.cc: Initial support for x32.
5216
5217 2012-01-03 Cary Coutant <ccoutant@google.com>
5218
5219 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
5220 Use abstract base class for GOT.
5221 * gold/output.h (class Output_data_got_base): New abstract base class.
5222 (class Output_data_got): Derive from new base class, adjust ctors.
5223 (Output_data_got::reserve_slot): Make virtual; rename to
5224 do_reserve_slot; Adjust callers.
5225 * gold/target.h (Sized_target::init_got_plt_for_update): Return
5226 pointer to abstract base class.
5227 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
5228
5229 2011-12-18 Ian Lance Taylor <iant@google.com>
5230
5231 * object.h (Relobj::local_symbol_value): New function.
5232 (Relobj::local_plt_offset): New function.
5233 (Relobj::local_has_got_offset): New function.
5234 (Relobj::local_got_offset): New function.
5235 (Relobj::set_local_got_offset): New function.
5236 (Relobj::do_local_symbol_value): New pure virtual function.
5237 (Relobj::do_local_plt_offset): Likewise.
5238 (Relobj::do_local_has_got_offset): Likewise.
5239 (Relobj::do_local_got_offset): Likewise.
5240 (Relobj::do_set_local_got_offset): Likewise.
5241 (Sized_relobj::do_local_has_got_offset): Rename from
5242 local_has_got_offset.
5243 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
5244 (Sized_relobj::do_set_local_got_offset): Rename from
5245 set_local_got_offset.
5246 (Sized_relobj_file::do_local_plt_offset): Rename from
5247 local_plt_offset.
5248 (Sized_relobj_file::do_local_symbol_value): New function.
5249 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
5250 local_plt_offset.
5251 * output.cc (Output_data_got::Got_entry::write): Change object to
5252 Relobj. Use local_symbol_value.
5253 (Output_data_got::add_global_with_rel): Change rel_dyn to
5254 Output_data_reloc_generic*. Use add_global_generic.
5255 (Output_data_got::add_global_with_rela): Remove. Change all
5256 callers to use add_global_with_rel.
5257 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
5258 Output_data_reloc_generic*. Use add_global_generic.
5259 (Output_data_got::add_global_pair_with_rela): Remove. Change all
5260 callers to use add_global_pair_with_rel.
5261 (Output_data_got::add_local): Change object to Relobj*.
5262 (Output_data_got::add_local_plt): Likewise.
5263 (Output_data_got::add_local_with_rel): Change object to Relobj*,
5264 change rel_dyn to Output_data_reloc_generic*. Use
5265 add_local_generic.
5266 (Output_data_got::add_local_with_rela): Remove. Change all
5267 callers to use all_local_with_rel.
5268 (Output_data_got::add_local_pair_with_rel): Change object to
5269 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
5270 add_output_section_generic.
5271 (Output_data_got::add_local_pair_with_rela): Remove. Change all
5272 callers to use add_local_pair_with_rel.
5273 (Output_data_got::reserve_local): Change object to Relobj*.
5274 * output.h: (class Output_data_reloc_generic): Add pure virtual
5275 declarations for add_global_generic, add_local_generic,
5276 add_output_section_generic.
5277 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
5278 functions for Output_data_reloc_generic. Update declarations for
5279 changes listed in output.cc.
5280 (class Output_data_got): Change template parameter to got_size.
5281 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
5282 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
5283 function.
5284 (Sized_relobj_incr::do_local_plt_offset): New function.
5285 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
5286 add_global_generic.
5287
5288 2011-12-17 Cary Coutant <ccoutant@google.com>
5289
5290 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
5291 * resolve.cc (Symbol_table::resolve): Likewise.
5292 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
5293 arrays.
5294 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
5295
5296 2011-12-16 Ian Lance Taylor <iant@google.com>
5297
5298 * output.h (Output_data_reloc_generic::add): Only call
5299 add_dynamic_reloc if this is a dynamic reloc section.
5300
5301 2011-12-15 H.J. Lu <hongjiu.lu@intel.com>
5302
5303 PR gold/13505
5304 * target-reloc.h (apply_relocation): Replace <64, false> with
5305 <size, big_endian>.
5306
5307 2011-11-25 Nick Clifton <nickc@redhat.com>
5308
5309 * po/it.po: New Italian translation.
5310
5311 2011-11-17 Sterling Augustine <saugustine@google.com>
5312
5313 * script.cc (script_include_directive): Implement.
5314 (read_script_file): New local variables name and search_path. Update
5315 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
5316 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
5317 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
5318
5319 2011-11-11 Sterling Augustine <saugustine@google.com>
5320
5321 * yyscript.y (section_cmd): Add support for INCLUDE directive.
5322 (file_or_sections_cmd): Likewise.
5323
5324 2011-11-11 Doug Kwan <dougkwan@google.com>
5325
5326 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
5327 if --just-symbols is given.
5328
5329 2011-11-10 Doug Kwan <dougkwan@google.com>
5330
5331 PR gold/13362
5332 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
5333 when processing data relocs.
5334 * reloc.h (Relocate_functions::rel_unaligned): New method.
5335 (Relocate_functions::pcrel_unaligned): Ditto.
5336 (Relocate_functions::rel32_unaligned): Ditto.
5337 (Relocate_functions::pcrel32_unaligned): Ditto.
5338
5339 2011-11-09 Doug Kwan <dougkwan@google.com>
5340
5341 PR gold/13362
5342 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
5343 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
5344 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
5345 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
5346 (Relocate_functions::rel_unaligned): New.
5347 (Relocate_functions::rel32_unaligned): New.
5348 * target-reloc.h (relocate_for_relocatable): Add code to handle
5349 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
5350 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
5351 arm_unaligned_reloc_r): New targets.
5352 * testsuite/Makefile.in: Regenerate.
5353 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
5354 linking.
5355
5356 2011-11-02 Ian Lance Taylor <iant@google.com>
5357
5358 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
5359 NATIVE_LINKER.
5360 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
5361 * options.cc (General_options::finalize): Use library search path
5362 from configure script if specified. If not native and no sysroot,
5363 only search TOOLLIBDIR.
5364 * options.h (Search_directory::Search_directory): Change name to
5365 const std::string&.
5366 (General_options::add_to_library_path_with_sysroot): Change arg to
5367 const std::string&.
5368 * configure, Makefile.in, config.in: Rebuild.
5369
5370 2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5371
5372 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
5373 we are working around the ARM1176 Erratum.
5374 * options.h (General_options::fix_arm1176): Add option.
5375 * testsuite/Makefile.am: Add testcases, and keep current ones
5376 working.
5377 * testsuite/Makefile.in: Regenerate.
5378 * testsuite/arm_fix_1176.s: New file.
5379 * testsuite/arm_fix_1176.sh: Likewise.
5380
5381 2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5382
5383 * arm.cc (Target_arm::Target_arm): Remove initialisation of
5384 may_use_blx_.
5385 (Target_arm::may_use_blx): Remove method.
5386 (Target_arm::set_may_use_blx): Likewise.
5387 (Target_arm::may_use_v4t_interworking): New method.
5388 (Target_arm::may_use_v5t_interworking): Likewise.
5389 (Target_arm::may_use_blx_): Remove member variable.
5390 (Arm_relocate_functions::arm_branch_common): Check for v5T
5391 interworking.
5392 (Arm_relocate_functions::thumb_branch_common): Likewise.
5393 (Reloc_stub::stub_type_for_reloc): Likewise.
5394 (Target_arm::do_finalize_sections): Correct interworking checks.
5395 * testsuite/Makefile.am: Add new tests.
5396 * testsuite/Makefile.in: Regenerate.
5397 * testsuite/arm_farcall_arm_arm.s: New test.
5398 * testsuite/arm_farcall_arm_arm.sh: Likewise.
5399 * testsuite/arm_farcall_arm_thumb.s: Likewise.
5400 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
5401 * testsuite/arm_farcall_thumb_arm.s: Likewise.
5402 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
5403 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
5404 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
5405
5406 2011-10-31 Cary Coutant <ccoutant@google.com>
5407
5408 PR gold/13023
5409 * expression.cc (Expression::eval_with_dot): Add
5410 is_section_dot_assignment parameter.
5411 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
5412 absolute and assigning to dot within a section.
5413 * script-sections.cc
5414 (Output_section_element_assignment::set_section_addresses): Pass
5415 dot_section to set_if_absolute.
5416 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
5417 as is_section_dot_assignment flag to eval_with_dot.
5418 (Output_section_element_dot_assignment::set_section_addresses):
5419 Likewise.
5420 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
5421 parameter. Also set value if relative to dot_section; set the
5422 symbol's output_section.
5423 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
5424 parameter. Adjust all callers.
5425 (Expression::eval_maybe_dot): Likewise.
5426 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
5427 Adjust all callers.
5428 * testsuite/script_test_2.t: Test assignment of an absolute value
5429 to dot within an output section element.
5430
5431 2011-10-31 Cary Coutant <ccoutant@google.com>
5432
5433 * options.h (class General_options): Add --[no-]gnu-unique options.
5434 * symtab.cc (Symbol_table::sized_write_globals): Convert
5435 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
5436
5437 2011-10-31 Cary Coutant <ccoutant@google.com>
5438
5439 PR gold/13359
5440 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
5441 unnecessary assertion.
5442 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
5443
5444 2011-10-31 Sriraman Tallam <tmsriram@google.com>
5445
5446 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
5447 gc_mark_symbol.
5448 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
5449 gc_mark_symbol.
5450 Change to just keep the section associated with symbol.
5451 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
5452 they are externally visible and --export-dynamic is turned on.
5453 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
5454
5455 2011-10-19 Ian Lance Taylor <iant@google.com>
5456
5457 PR gold/13163
5458 * script-sections.cc
5459 (Output_section_element_dot_assignment::needs_output_section): New
5460 function.
5461
5462 2011-10-19 Ian Lance Taylor <iant@google.com>
5463
5464 PR gold/13204
5465 * layout.cc (Layout::segment_precedes): Don't assert failure if a
5466 --section-start option was seen.
5467 * options.h (General_options::any_section_start): New function.
5468
5469 2011-10-18 David S. Miller <davem@davemloft.net>
5470
5471 PR binutils/13301
5472 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
5473 member to track relocation locations that have moved during TLS
5474 reloc optimizations.
5475 (Target_sparc::Relocate::Relocate): Initialize to NULL.
5476 (Target_sparc::Relocate::relocate): Adjust view down by 4
5477 bytes if it matches reloc_adjust_addr_.
5478 (Target_sparc::Relocate::relocate_tls): Always move the
5479 __tls_get_addr call delay slot instruction forward 4 bytes when
5480 performing relaxation.
5481
5482 2011-10-18 Cary Coutant <ccoutant@google.com>
5483
5484 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
5485 (Output_file::map_no_anonymous): Check for non-zero
5486 return code from posix_fallocate.
5487
5488 2011-10-17 Cary Coutant <ccoutant@google.com>
5489
5490 PR gold/13245
5491 * plugin.cc (is_visible_from_outside): Check for symbols
5492 referenced from dynamic objects.
5493 * resolve.cc (Symbol_table::resolve): Don't count references
5494 from dynamic objects as references from real ELF files.
5495 * testsuite/plugin_test_2.sh: Adjust expected result.
5496
5497 2011-10-17 Cary Coutant <ccoutant@google.com>
5498
5499 * gold.cc: Include timer.h.
5500 (queue_middle_tasks): Stamp time.
5501 (queue_final_tasks): Likewise.
5502 * main.cc (main): Store timer in parameters. Print timers
5503 for each pass.
5504 * parameters.cc (Parameters::Parameters): Initialize timer_.
5505 (Parameters::set_timer): New function.
5506 (set_parameters_timer): New function.
5507 * parameters.h (Parameters::set_timer): New function.
5508 (Parameters::timer): New function.
5509 (Parameters::timer_): New data member.
5510 (set_parameters_timer): New function.
5511 * timer.cc (Timer::stamp): New function.
5512 (Timer::get_pass_time): New function.
5513 * timer.h (Timer::stamp): New function.
5514 (Timer::get_pass_time): New function.
5515 (Timer::pass_times_): New data member.
5516
5517 2011-10-17 Cary Coutant <ccoutant@google.com>
5518
5519 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
5520 task for members of lib groups.
5521
5522 2011-10-17 Cary Coutant <ccoutant@google.com>
5523
5524 PR gold/13288
5525 * fileread.cc (File_read::find_view): Add assert.
5526 (File_read::make_view): Move bounds check (replace with assert)...
5527 (File_read::find_or_make_view): ... to here.
5528
5529 2011-10-12 Cary Coutant <ccoutant@google.com>
5530
5531 * output.cc (Output_file::open_base_file): Handle case where
5532 ::read returns less than requested size.
5533
5534 2011-10-10 Cary Coutant <ccoutant@google.com>
5535
5536 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
5537 Initialize defined_count_.
5538 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
5539 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
5540 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
5541 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
5542 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
5543 * incremental.h (Sized_relobj_incr::defined_count_): New data
5544 member.
5545 (Sized_incr_dynobj::defined_count_): New data member.
5546 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
5547 Return zeroes instead of internal error.
5548
5549 2011-10-10 Cary Coutant <ccoutant@google.com>
5550
5551 PR gold/13249
5552 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
5553 (Output_reloc::symbol_value): Return PLT offset if flag is set.
5554 * output.h (class Output_reloc): Add use_plt_offset flag.
5555 (Output_reloc::type_): Adjust size of bit field.
5556 (Output_reloc::use_plt_offset_): New bit field.
5557 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
5558 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
5559 flag. Adjust all callers.
5560 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
5561 creating RELATIVE relocations.
5562
5563 2011-10-10 Nick Clifton <nickc@redhat.com>
5564
5565 * po/es.po: Updated Spanish translation.
5566 * po/fi.po: Updated Finnish translation.
5567
5568 2011-10-03 Diego Novillo <dnovillo@google.com>
5569
5570 * options.cc (parse_uint): Fix dereference of RETVAL.
5571
5572 2011-09-29 Sriraman Tallam <tmsriram@google.com>
5573
5574 * layout.h (section_order_map_): New member.
5575 (get_section_order_map): New member function.
5576 * output.cc (Output_section::add_input_section): Check for patterns
5577 only when --section-ordering-file is specified.
5578 * gold.cc (queue_middle_tasks): Delay updating order of sections till
5579 output_sections have been formed.
5580 * layout.cc (Layout_Layout): Initialize section_order_map_.
5581 * plugin.cc (update_section_order): Store order in order_map. Do not
5582 update the order.
5583 * testsuite/Makefile.am: Add test case for plugin_final_layout.
5584 * testsuite/Makefile.in: Regenerate.
5585 * testsuite/plugin_section_order.c: New file.
5586 * testsuite/plugin_final_layout.cc: New file.
5587 * testsuite/plugin_final_layout.sh: New file.
5588
5589 2011-09-29 Cary Coutant <ccoutant@google.com>
5590
5591 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
5592 Check for NULL.
5593 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
5594 symbols during incremental update.
5595 (Symbol_table::add_from_dynobj): Likewise.
5596
5597 2011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5598 Ian Lance Taylor <iant@google.com>
5599
5600 * symtab.cc (Symbol_table::define_special_symbol): Always
5601 canonicalize version string.
5602
5603 2011-09-26 Cary Coutant <ccoutant@google.com>
5604
5605 * gold.cc (queue_initial_tasks): Move option checks ...
5606 * options.cc (General_options::finalize): ... to here. Disable
5607 some options; make others fatal.
5608
5609 2011-09-26 Cary Coutant <ccoutant@google.com>
5610
5611 gcc PR lto/47247
5612 * plugin.cc (get_symbols_v2): New function.
5613 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
5614 (is_referenced_from_outside): New function.
5615 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
5616 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
5617 (get_symbols): Pass version parameter.
5618 (get_symbols_v2): New function.
5619 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
5620 parameter.
5621 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
5622 (onload): Add LDPT_GET_SYMBOLS_V2.
5623 (all_symbols_read_hook): Use get_symbols_v2; check for
5624 LDPR_PREVAILING_DEF_IRONLY_EXP.
5625 * testsuite/plugin_test_3.sh: Update expected results.
5626
5627 2011-09-23 Simon Baldwin <simonb@google.com>
5628
5629 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
5630 configuration options.
5631 * configure: Regenerate.
5632 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
5633 * Makefile.in: Regenerate.
5634 * testsuite/Makefile.in: Regenerate.
5635
5636 2011-09-19 Sriraman Tallam <tmsriram@google.com>
5637
5638 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
5639
5640 2011-09-19 Cary Coutant <ccoutant@google.com>
5641
5642 * incremental.cc (can_incremental_update): Fix typo in comment.
5643 * incremental.h (can_incremental_update): Likewise.
5644
5645 2011-09-18 Cary Coutant <ccoutant@google.com>
5646
5647 * incremental.cc (can_incremental_update): New function.
5648 * incremental.h (can_incremental_update): New function.
5649 * layout.cc (Layout::init_fixed_output_section): Call it.
5650 (Layout::make_output_section): Don't allow patch space in .eh_frame.
5651 * object.cc (Sized_relobj_file::do_layout): Call
5652 can_incremental_update.
5653
5654 2011-09-13 Cary Coutant <ccoutant@google.com>
5655
5656 * configure.ac: Check for glibc support for gnu_indirect_function
5657 support with static linking, setting automake conditional
5658 IFUNC_STATIC.
5659 * Makefile.in: Regenerate.
5660 * configure: Regenerate.
5661
5662 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
5663 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
5664 for IFUNC_STATIC.
5665 * testsuite/Makefile.in: Regenerate.
5666
5667 2011-09-13 Cary Coutant <ccoutant@google.com>
5668
5669 * incremental.cc (Sized_relobj_incr::do_layout): Call
5670 report_comdat_group for kept comdat sections.
5671 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
5672 * testsuite/Makefile.in: Regenerate.
5673 * testsuite/incr_comdat_test_1.cc: New source file.
5674 * testsuite/incr_comdat_test_2_v1.cc: New source file.
5675 * testsuite/incr_comdat_test_2_v2.cc: New source file.
5676 * testsuite/incr_comdat_test_2_v3.cc: New source file.
5677
5678 2011-09-13 Ian Lance Taylor <iant@google.com>
5679
5680 * object.cc (Sized_relobj_file::do_layout): Remove unused local
5681 variable external_symbols_offset.
5682
5683 2011-09-12 Ian Lance Taylor <iant@google.com>
5684
5685 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
5686 triggered if object has no symbols.
5687
5688 2011-09-09 David S. Miller <davem@davemloft.net>
5689
5690 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
5691 (Output_fill_debug_line::do_write): Likewise.
5692
5693 2011-08-29 Cary Coutant <ccoutant@google.com>
5694
5695 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
5696 casts to match formatting specs.
5697 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
5698
5699 2011-08-26 Cary Coutant <ccoutant@google.com>
5700
5701 * layout.cc (Free_list::allocate): Provide guarantee of minimum
5702 remaining hole size when allocating.
5703 (Layout::make_output_section): Set fill methods for debug sections.
5704 * layout.h (Free_list::Free_list_node): Move from private to
5705 public.
5706 (Free_list::set_min_hole_size): New function.
5707 (Free_list::begin, Free_list::end): New functions.
5708 (Free_list::min_hole_): New data member.
5709 * output.cc: Include dwarf.h.
5710 (Output_fill_debug_info::do_minimum_hole_size): New function.
5711 (Output_fill_debug_info::do_write): New function.
5712 (Output_fill_debug_line::do_minimum_hole_size): New function.
5713 (Output_fill_debug_line::do_write): New function.
5714 (Output_section::Output_section): Initialize new data member.
5715 (Output_section::set_final_data_size): Ensure patch space is larger
5716 than minimum hole size.
5717 (Output_section::do_write): Fill holes in debug sections.
5718 * output.h (Output_fill): New class.
5719 (Output_fill_debug_info): New class.
5720 (Output_fill_debug_line): New class.
5721 (Output_section::set_free_space_fill): New function.
5722 (Output_section::free_space_fill_): New data member.
5723 * testsuite/Makefile.am (incremental_test_3): Add
5724 --incremental-patch option.
5725 (incremental_test_4): Likewise.
5726 (incremental_test_5): Likewise.
5727 (incremental_test_6): Likewise.
5728 (incremental_copy_test): Likewise.
5729 (incremental_common_test_1): Likewise.
5730 * testsuite/Makefile.in: Regenerate.
5731
5732 2011-08-26 Nick Clifton <nickc@redhat.com>
5733
5734 * po/es.po: Updated Spanish translation.
5735
5736 2011-08-01 Cary Coutant <ccoutant@google.com>
5737
5738 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
5739 * gold/testsuite/Makefile.in: Regenerate.
5740 * gold/testsuite/justsyms_exec.c: New source file.
5741 * gold/testsuite/justsyms_lib.c: New source file.
5742
5743 2011-08-01 Cary Coutant <ccoutant@google.com>
5744
5745 * layout.cc (Layout::set_segment_offsets): Don't realign text
5746 segment if -Ttext was specified.
5747 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
5748 file type.
5749 * object.h (Sized_relobj_file::e_type): New function.
5750 (Sized_relobj_file::e_type_): New data member.
5751 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
5752 base address for ET_EXEC files.
5753 * target.cc (Target::do_make_elf_object_implementation): Allow
5754 ET_EXEC files with --just-symbols option.
5755
5756 2011-07-28 Cary Coutant <ccoutant@google.com>
5757
5758 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
5759 Add thread_number parameter.
5760 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
5761 * workqueue-threads.cc
5762 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
5763 current thread if its thread number is greater than desired thread
5764 count.
5765 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
5766 Add thread_number parameter.
5767 (Workqueue::should_cancel_thread): Likewise.
5768 (Workqueue::find_runnable_or_wait): Pass thread_number to
5769 should_cancel_thread.
5770 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
5771 parameter.
5772
5773 2011-07-22 Sriraman Tallam <tmsriram@google.com>
5774
5775 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
5776 only after checking if it cannot be forced local.
5777 * symtab.h (is_externally_visible): Check if the symbol is not forced
5778 local.
5779
5780 2011-07-15 Ian Lance Taylor <iant@google.com>
5781
5782 * options.h (class General_options): Add --print-output-format.
5783 Move -EL next to -EB, for better --help output.
5784 * target-select.cc: Include <cstdio>, "options.h", and
5785 "parameters.h".
5786 (Target_selector::do_target_bfd_name): New function.
5787 (print_output_format): New function.
5788 * target-select.h (class Target_selector): Update declarations.
5789 (Target_selector::target_bfd_name): New function.
5790 (print_output_format): Declare.
5791 * main.cc: Include "target-select.h".
5792 (main): Handle --print-output-format.
5793 * gold.cc: Include "target-select.h".
5794 (queue_initial_tasks): Handle --print-output-format when there are
5795 no input files.
5796 * parameters.cc (parameters_force_valid_target): Give a better
5797 error message if -EB/-EL does not match target.
5798 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
5799 function.
5800
5801 2011-07-15 Ian Lance Taylor <iant@google.com>
5802
5803 * i386.cc (class Output_data_plt_i386): Add layout_ field.
5804 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
5805 (Output_data_plt_i386::do_write): Write address of .dynamic
5806 section to first entry in .got.plt section.
5807 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
5808 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
5809 Initialize layout_.
5810 (Output_data_plt_x86_64::do_write): Write address of .dynamic
5811 section to first entry in .got.plt section.
5812 * layout.h (Layout::dynamic_section): New function.
5813
5814 2011-07-13 Sriraman Tallam <tmsriram@google.com>
5815
5816 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
5817 to claim_file call.
5818 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
5819 input_section_position_, and input_section_glob_.
5820 (read_layout_from_file): Call function section_ordering_specified.
5821 * layout.h (is_section_ordering_specified): New function.
5822 (section_ordering_specified): New function.
5823 (section_ordering_specified_): New boolean member.
5824 * main.cc(main): Call load_plugins after layout object is defined.
5825 * output.cc (Output_section::add_input_section): Use
5826 function section_ordering_specified to check if section ordering is
5827 needed.
5828 * output.cc (Output_section::add_relaxed_input_section): Use
5829 function section_ordering_specified to check if section ordering is
5830 needed.
5831 (Output_section::update_section_layout): New function.
5832 (Output_section::sort_attached_input_sections): Check if input section
5833 must be reordered.
5834 * output.h (Output_section::update_section_layout): New function.
5835 * plugin.cc (get_section_count): New function.
5836 (get_section_type): New function.
5837 (get_section_name): New function.
5838 (get_section_contents): New function.
5839 (update_section_order): New function.
5840 (allow_section_ordering): New function.
5841 (Plugin::load): Add the new interfaces to the transfer vector.
5842 (Plugin_manager::load_plugins): New parameter.
5843 (Plugin_manager::all_symbols_read): New parameter.
5844 (Plugin_manager::claim_file): New parameter. Save the elf object for
5845 unclaimed objects.
5846 (Plugin_manager::get_elf_object): New function.
5847 (Plugin_manager::get_view): Change to directly use the bool to check
5848 if get_view is called from claim_file_hook.
5849 * plugin.h (input_objects): New function
5850 (Plugin__manager::load_plugins): New parameter.
5851 (Plugin_manager::claim_file): New parameter.
5852 (Plugin_manager::get_elf_object): New function.
5853 (Plugin_manager::in_claim_file_handler): New function.
5854 (Plugin_manager::in_claim_file_handler_): New member.
5855 (layout): New function.
5856 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
5857 handler with an extra parameter. Make the elf object before calling
5858 claim_file handler.
5859 * testsuite/plugin_test.c (get_section_count): New function pointer.
5860 (get_section_type): New function pointer.
5861 (get_section_name): New function pointer.
5862 (get_section_contents): New function pointer.
5863 (update_section_order): New function pointer.
5864 (allow_section_ordering): New function pointer.
5865 (onload): Check if the new interfaces exist.
5866
5867 2011-07-13 Ian Lance Taylor <iant@google.com>
5868
5869 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
5870 relro section.
5871 * x86_64.cc (Target_x86_64::got_section): Likewise.
5872 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
5873 (relro_now_test_SOURCES): New variable.
5874 (relro_now_test_DEPENDENCIES): New variable.
5875 (relro_now_test_LDFLAGS): New variable.
5876 (relro_now_test_LDADD): New variable.
5877 (relro_now_test.so): New target.
5878 * testsuite/Makefile.in: Rebuild.
5879
5880 2011-07-12 Ian Lance Taylor <iant@google.com>
5881
5882 PR gold/12980
5883 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
5884 GLOB_DAT relocation rather than a RELATIVE relocation for a
5885 protected symbol when creating a shared library.
5886 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
5887 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
5888 * testsuite/protected_main_1.cc (main): Test that protected
5889 function has same address.
5890
5891 2011-07-11 Ian Lance Taylor <iant@google.com>
5892
5893 PR gold/12979
5894 * options.h (class General_options): Add -Bgroup.
5895 * options.cc (General_options::finalize): If -Bgroup is set,
5896 default to --unresolved-symbols=report-all.
5897 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
5898 * target-reloc.h (issue_undefined_symbol_error): Handle
5899 --unresolved-symbols=report-all.
5900
5901 2011-07-08 Ian Lance Taylor <iant@google.com>
5902
5903 PR gold/11985
5904 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
5905 if linker script discards key sections.
5906 (Layout::create_dynamic_symtab): Likewise.
5907 (Layout::assign_local_dynsym_offsets): Likewise.
5908 (Layout::sized_create_version_sections): Likewise.
5909 (Layout::create_interp): Likewise.
5910 (Layout::finish_dynamic_section): Likewise.
5911 (Layout::set_dynamic_symbol_size): Likewise.
5912
5913 2011-07-08 Ian Lance Taylor <iant@google.com>
5914
5915 PR gold/12386
5916 * options.h (class General_options): Add --unresolved-symbols.
5917 * target-reloc.h (issue_undefined_symbol_error): Check
5918 --unresolved-symbols. Add comments.
5919
5920 2011-07-08 Ian Lance Taylor <iant@google.com>
5921
5922 * testsuite/odr_violation2.cc (Ordering::operator()): Make
5923 expression more complex.
5924
5925 2011-07-08 Ian Lance Taylor <iant@google.com>
5926
5927 PR gold/11317
5928 * target-reloc.h (issue_undefined_symbol_error): New inline
5929 function, broken out of relocate_section.
5930 (relocate_section): Call issue_undefined_symbol_error.
5931 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5932 there is no TLS segment if we are about to issue an undefined
5933 symbol error.
5934 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5935
5936 2011-07-08 Ian Lance Taylor <iant@google.com>
5937
5938 PR gold/12279
5939 * resolve.cc (Symbol_table::should_override): Add fromtype
5940 parameter. Change all callers. Give error when linking together
5941 TLS and non-TLS symbol.
5942 (Symbol_table::should_override_with_special): Add fromtype
5943 parameter. Change all callers.
5944 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5945 there is no TLS segment if we have reported some errors.
5946 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5947
5948 2011-07-08 Ian Lance Taylor <iant@google.com>
5949
5950 PR gold/12372
5951 * target.h (Target::plt_address_for_global): New function.
5952 (Target::plt_address_for_local): New function.
5953 (Target::plt_section_for_global): Remove.
5954 (Target::plt_section_for_local): Remove.
5955 (Target::do_plt_address_for_global): New virtual function.
5956 (Target::do_plt_address_for_local): New virtual function.
5957 (Target::do_plt_section_for_global): Remove.
5958 (Target::do_plt_section_for_local): Remove.
5959 (Target::register_global_plt_entry): Add Symbol_table and Layout
5960 parameters.
5961 * output.cc (Output_data_got::Got_entry::write): Use
5962 plt_address_for_global and plt_address_for_local.
5963 * layout.cc (Layout::add_target_dynamic_tags): Use size and
5964 address of output section.
5965 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
5966 got_irelative_, and irelative_count_ fields. Update
5967 declarations.
5968 (Output_data_plt_i386::has_irelative_section): New function.
5969 (Output_data_plt_i386::entry_count): Add irelative_count_.
5970 (Output_data_plt_i386::set_final_data_size): Likewise.
5971 (class Target_i386): Add got_irelative_ and rel_irelative_
5972 fields. Update declarations.
5973 (Target_i386::Target_i386): Initialize new fields.
5974 (Target_i386::do_plt_address_for_global): New function replacing
5975 do_plt_section_for_global.
5976 (Target_i386::do_plt_address_for_local): New function replacing
5977 do_plt_section_for_local.
5978 (Target_i386::got_section): Create got_irelative_.
5979 (Target_i386::rel_irelative_section): New function.
5980 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
5981 fields. Don't define __rel_iplt_{start,end}.
5982 (Output_data_plt_i386::add_entry): Add symtab and layout
5983 parameters. Change all callers. Use different PLT and GOT for
5984 IFUNC symbols.
5985 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
5986 layout parameters. Change all callers. Use different PLT and
5987 GOT.
5988 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
5989 (Output_data_plt_i386::rel_irelative): New function.
5990 (Output_data_plt_i386::address_for_global): New function.
5991 (Output_data_plt_i386::address_for_local): New function.
5992 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
5993 IRELATIVE GOT when changing IFUNC GOT entries.
5994 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
5995 reloc.
5996 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
5997 if we didn't create an IRELATIVE GOT.
5998 (Target_i386::Relocate::relocate): Use plt_address_for_global and
5999 plt_address_for_local.
6000 (Target_i386::do_dynsym_value): Use plt_address_for_global.
6001 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
6002 got_irelative_, and irelative_count_ fields. Update
6003 declarations.
6004 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
6005 Initialize new fields. Remove symtab parameter. Change all
6006 callers.
6007 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
6008 irelative_count_.
6009 (Output_data_plt_x86_64::has_irelative_section): New function.
6010 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
6011 (class Target_x86_64): Add got_irelative_ and rel_irelative_
6012 fields. Update declarations.
6013 (Target_x86_64::Target_x86_64): Initialize new fields.
6014 (Target_x86_64::do_plt_address_for_global): New function replacing
6015 do_plt_section_for_global.
6016 (Target_x86_64::do_plt_address_for_local): New function replacing
6017 do_plt_section_for_local.
6018 (Target_x86_64::got_section): Create got_irelative_.
6019 (Target_x86_64::rela_irelative_section): New function.
6020 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
6021 all callers. Don't create __rel_iplt_{start,end}.
6022 (Output_data_plt_x86_64::add_entry): Add symtab and layout
6023 parameters. Change all callers. Use different PLT and GOT for
6024 IFUNC symbols.
6025 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
6026 layout parameters. Change all callers. Use different PLT and
6027 GOT.
6028 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
6029 parameters. Change all callers. Use different PLT and GOT for
6030 IFUNC symbols.
6031 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
6032 (Output_data_plt_x86_64::rela_irelative): New function.
6033 (Output_data_plt_x86_64::address_for_global): New function.
6034 (Output_data_plt_x86_64::address_for_local): New function.
6035 (Output_data_plt_x86_64::set_final_data_size): Likewise.
6036 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
6037 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
6038 (Target_x86_64::register_global_plt_entry): Add symtab and layout
6039 parameters.
6040 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
6041 reloc.
6042 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
6043 symbols if we didn't create an IRELATIVE GOT.
6044 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
6045 plt_address_for_local.
6046 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
6047 * testsuite/ifuncvar1.c: New test file.
6048 * testsuite/ifuncvar2.c: New test file.
6049 * testsuite/ifuncvar3.c: New test file.
6050 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
6051 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
6052 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
6053 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
6054 * testsuite/Makefile.in: Rebuild.
6055
6056 2011-07-07 Cary Coutant <ccoutant@google.com>
6057
6058 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
6059 (two_file_test_1_ndebug.o): Likewise.
6060 (two_file_test_1b_ndebug.o): Likewise.
6061 (two_file_test_2_ndebug.o): Likewise.
6062 (two_file_test_main_ndebug.o): Likewise.
6063 (incremental_test_2): Link with no-debug versions.
6064
6065 2011-07-06 Cary Coutant <ccoutant@google.com>
6066
6067 * gold/incremental.cc
6068 (Output_section_incremental_inputs::write_info_blocks): Check for
6069 hidden and internal symbols.
6070
6071 2011-07-06 Cary Coutant <ccoutant@google.com>
6072
6073 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
6074 Check disposition for startup file.
6075 (Incremental_inputs::report_command_line): Ignore
6076 --incremental-startup-unchanged option.
6077 * options.cc (General_options::parse_incremental_startup_unchanged):
6078 New function.
6079 (General_options::General_options): Initialize new data member.
6080 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
6081 (General_options): Add --incremental-startup-unchanged option.
6082 (General_options::incremental_startup_disposition): New function.
6083 (General_options::incremental_startup_disposition_): New data member.
6084
6085 2011-07-06 Cary Coutant <ccoutant@google.com>
6086
6087 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
6088 input file index to Script_info ctor.
6089 (Sized_incremental_binary::do_file_has_changed): Find the
6090 command-line argument for files named in scripts.
6091 * incremental.h (Script_info::Script_info): New ctor
6092 with input file index.
6093 (Script_info::input_file_index): New function.
6094 (Script_info::input_file_index_): New data member.
6095 (Incremental_binary::get_library): Add const.
6096 (Incremental_binary::get_script_info): Add const.
6097 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
6098 * testsuite/Makefile.am (incremental_test_5): New test case.
6099 (incremental_test_6): New test case.
6100 * testsuite/Makefile.in: Regenerate.
6101
6102 2011-07-06 Cary Coutant <ccoutant@google.com>
6103
6104 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
6105 debug output when command lines differ.
6106
6107 2011-07-06 Cary Coutant <ccoutant@google.com>
6108
6109 * incremental.cc (Incremental_inputs::report_command_line): Ignore
6110 --incremental-patch option.
6111 * layout.cc (Free_list::allocate): Extend allocation beyond original
6112 end if enabled.
6113 (Layout::make_output_section): Mark sections that should get
6114 patch space.
6115 * options.cc (parse_percent): New function.
6116 * options.h (parse_percent): New function.
6117 (DEFINE_percent): New macro.
6118 (General_options): Add --incremental-patch option.
6119 * output.cc (Output_section::Output_section): Initialize new data
6120 members.
6121 (Output_section::add_input_section): Print section name when out
6122 of patch space.
6123 (Output_section::add_output_section_data): Likewise.
6124 (Output_section::set_final_data_size): Add patch space when
6125 doing --incremental-full.
6126 (Output_section::do_reset_address_and_file_offset): Remove patch
6127 space.
6128 (Output_segment::set_section_list_addresses): Print debug output
6129 only if --incremental-update.
6130 * output.h (Output_section::set_is_patch_space_allowed): New function.
6131 (Output_section::is_patch_space_allowed_): New data member.
6132 (Output_section::patch_space_): New data member.
6133 * parameters.cc (Parameters::incremental_full): New function.
6134 * parameters.h (Parameters::incremental_full): New function
6135 * testsuite/Makefile.am (incremental_test_2): Add test for
6136 --incremental-patch option.
6137 * testsuite/Makefile.in: Regenerate.
6138 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
6139 (t18): Remove function body.
6140
6141 2011-07-05 Doug Kwan <dougkwan@google.com>
6142
6143 PR gold/12771
6144 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
6145 Arm_Address type for relocation result.
6146 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
6147 overflow check.
6148 (Arm_relocate_functions::abs32): Use unaligned access.
6149 (Arm_relocate_functions::rel32): Ditto.
6150 (Arm_relocate_functions::prel31): Ditto.
6151 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
6152 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
6153 static data relocations.
6154 * testsuite/Makefile.in: Regnerate.
6155 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
6156
6157 2011-07-05 Ian Lance Taylor <iant@google.com>
6158
6159 PR gold/12392
6160 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
6161 symbols if necessary.
6162 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
6163
6164 2011-07-05 Ian Lance Taylor <iant@google.com>
6165
6166 PR gold/12952
6167 * resolve.cc (Symbol::override_base_with_special): Simply override
6168 version with special symbol version, ignoring previous version.
6169
6170 2011-07-05 Ian Lance Taylor <iant@google.com>
6171
6172 * object.cc (Sized_relobj_file::include_section_group): Add
6173 information to comment about signature location.
6174
6175 2011-07-02 Ian Lance Taylor <iant@google.com>
6176
6177 PR gold/12957
6178 * options.h (class General_options): Add -f and -F.
6179 * options.cc (General_options::finalize): Fatal error if -f/-F
6180 are used without -shared.
6181 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
6182
6183 2011-07-02 Ian Lance Taylor <iant@google.com>
6184
6185 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
6186
6187 2011-07-01 Ian Lance Taylor <iant@google.com>
6188
6189 PR gold/12525
6190 PR gold/12952
6191 * resolve.cc (Symbol::override_base_with_special): Don't override
6192 the version if the overriding symbol has a different name.
6193 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
6194 all callers. If we give an error about an undefined version,
6195 define the base version if necessary.
6196 * dynobj.h (class Versions): Update declaration.
6197 * testsuite/weak_alias_test_5.cc: New file.
6198 * testsuite/weak_alias_test.script: New file.
6199 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
6200 and versioned_alias have the right value, and call t2.
6201 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
6202 weak_alias_test_5.so.
6203 (weak_alias_test_LDADD): Likewise.
6204 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
6205 * testsuite/Makefile.in: Rebuild.
6206
6207 2011-07-01 Ian Lance Taylor <iant@google.com>
6208
6209 PR gold/12525
6210 * options.h (class General_options): Support -z notext.
6211 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
6212 -Wl,-z,notext.
6213 (two_file_shared_nonpic.so): Likewise.
6214 (two_file_shared_mixed.so): Likewise.
6215 (two_file_shared_mixed_1.so): Likewise.
6216 (weak_undef_lib_nonpic.so): Likewise.
6217 (alt/weak_undef_lib_nonpic.so): Likewise.
6218 (tls_test_shared_nonpic.so): Likewise.
6219 * testsuite/Makefile.in: Rebuild.
6220
6221 2011-07-01 Ian Lance Taylor <iant@google.com>
6222
6223 PR gold/12525
6224 * configure.ac: Test whether static linking works, setting
6225 the automake conditional HAVE_STATIC.
6226 * testsuite/Makefile.am: Disable tests using -static if
6227 HAVE_STATIC is not true.
6228 * configure, testsuite/Makefile.in: Rebuild.
6229
6230 2011-07-01 Ian Lance Taylor <iant@google.com>
6231
6232 PR gold/12525
6233 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
6234 Assert if we see DW_EH_PE_indirect.
6235 * target.h (Target::ehframe_datarel_base): New function.
6236 (Target::do_ehframe_datarel_base): New target function.
6237 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
6238 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
6239 function.
6240
6241 2011-07-01 Ian Lance Taylor <iant@google.com>
6242
6243 PR gold/12571
6244 * options.h (class General_options): Add
6245 --ld-generated-unwind-info.
6246 * ehframe.cc (Fde::write): Add address parameter. Change all
6247 callers. If associated with PLT, fill in address and size.
6248 (Cie::set_output_offset): Only add merge mapping if there is an
6249 object.
6250 (Cie::write): Add address parameter. Change all callers.
6251 (Eh_frame::add_ehframe_for_plt): New function.
6252 * ehframe.h (class Fde): Update declarations. Move shndx_ and
6253 input_offset_ fields into union u_, with new plt field.
6254 (Fde::Fde): Adjust for new union field.
6255 (Fde::Fde) [Output_data version]: New constructor.
6256 (Fde::add_mapping): Only add merge mapping if there is an object.
6257 (class Cie): Update declarations.
6258 (class Eh_frame): Declare add_ehframe_for_plt.
6259 * layout.cc (Layout::layout_eh_frame): Break out code into
6260 make_eh_frame_section, and call it.
6261 (Layout::make_eh_frame_section): New function.
6262 (Layout::add_eh_frame_for_plt): New function.
6263 * layout.h (class Layout): Update declarations.
6264 * merge.cc (Merge_map::add_mapping): Add assertion.
6265 * i386.cc: Include "dwarf.h".
6266 (class Output_data_plt_i386): Make first_plt_entry,
6267 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
6268 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
6269 and plt_eh_frame_fde.
6270 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
6271 boundary. Call add_eh_frame_for_plt if appropriate.
6272 * x86_64.cc: Include "dwarf.h".
6273 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
6274 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
6275 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
6276 and plt_eh_frame_fde.
6277 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
6278 appropriate.
6279
6280 2011-06-29 Ian Lance Taylor <iant@google.com>
6281
6282 PR gold/12629
6283 * object.cc (Sized_relobj_file::layout_section): Change shdr
6284 parameter to be const.
6285 (Sized_relobj_file::layout_eh_frame_section): New function, broken
6286 out of do_layout.
6287 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
6288 appropriate. Call layout_eh_frame_section.
6289 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
6290 sections.
6291 * object.h (class Sized_relobj_file): Update declarations.
6292
6293 2011-06-29 Ian Lance Taylor <iant@google.com>
6294
6295 PR gold/12652
6296 * script.cc (Token::integer_value): Accept trailing M/m/K/k
6297 modifier.
6298 (Lex::gather_token): Accept trailing M/m/K/k for integers.
6299
6300 2011-06-29 Ian Lance Taylor <iant@google.com>
6301
6302 PR gold/12675
6303 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
6304 SHT_X86_64_UNWIND.
6305 * layout.cc (Layout::layout_eh_frame): Likewise.
6306
6307 2011-06-29 Ian Lance Taylor <iant@google.com>
6308
6309 PR gold/12695
6310 * layout.cc (Layout::symtab_section_shndx): New function.
6311 * layout.h (class Layout): Declare symtab_section_shndx.
6312 * output.cc (Output_section::write_header): Call it.
6313
6314 2011-06-29 Ian Lance Taylor <iant@google.com>
6315
6316 PR gold/12818
6317 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
6318 symbols which are not used in a relocation.
6319
6320 2011-06-28 Ian Lance Taylor <iant@google.com>
6321
6322 PR gold/12898
6323 * layout.cc (Layout::segment_precedes): Don't crash if a linker
6324 script create indistinguishable segments.
6325 (Layout::set_segment_offsets): Use stable_sort when sorting
6326 segments. Pass this to Compare_segments constructor.
6327 * layout.h (class Layout): Make segment_precedes non-static.
6328 (class Compare_segments): Change from struct to class. Add
6329 layout_ field. Add constructor.
6330 * script-sections.cc
6331 (Script_sections::attach_sections_using_phdrs_clause): Rename
6332 local orphan to is_orphan. Don't report failure to put empty
6333 section in segment. On attachment failure, report name of
6334 section, and attach to first PT_LOAD segment.
6335
6336 2011-06-28 Ian Lance Taylor <iant@google.com>
6337
6338 PR gold/12934
6339 * target-select.cc (Target_selector::Target_selector): Add
6340 emulation parameter. Change all callers.
6341 (select_target_by_bfd_name): Rename from select_target_by_name.
6342 Change all callers.
6343 (select_target_by_emulation): New function.
6344 (supported_emulation_names): New function.
6345 * target-select.h (class Target_selector): Add emulation_ field.
6346 Update declarations.
6347 (Target_selector::recognize_by_bfd_name): Rename from
6348 recognize_by_name. Change all callers.
6349 (Target_selector::supported_bfd_names): Rename from
6350 supported_names. Change all callers.
6351 (Target_selector::recognize_by_emulation): New function.
6352 (Target_selector::supported_emulations): New function.
6353 (Target_selector::emulation): New function.
6354 (Target_selector::do_recognize_by_bfd_name): Rename from
6355 do_recognize_by_name. Change all callers.
6356 (Target_selector::do_supported_bfd_names): Rename from
6357 do_supported_names. Change all callers.
6358 (Target_selector::do_recognize_by_emulation): New function.
6359 (Target_selector::do_supported_emulations): New function.
6360 (select_target_by_bfd_name): Change name in declaration.
6361 (select_target_by_emulation): Declare.
6362 (supported_emulation_names): Declare.
6363 * parameters.cc (parameters_force_valid_target): Try to find
6364 target based on emulation from -m option.
6365 * options.h (class General_options): Change doc string for -m.
6366 * options.cc (help): Print emulations.
6367 (General_options::parse_V): Likewise.
6368 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
6369 Add emulation parameter. Change all callers.
6370
6371 2011-06-28 Ian Lance Taylor <iant@google.com>
6372
6373 * target.h (class Target): Add osabi_ field.
6374 (Target::osabi): New function.
6375 (Target::set_osabi): New function.
6376 (Target::Target): Initialize osabi_.
6377 (Target::do_adjust_elf_header): Make pure virtual.
6378 (Sized_target::do_adjust_elf_header): Declare.
6379 * target.cc (Sized_target::do_adjust_elf_header): New function.
6380 (class Sized_target): Instantiate all versions.
6381 * freebsd.h (class Target_freebsd): Remove.
6382 (Target_selector_freebsd::do_recognize): Call set_osabi on
6383 Target.
6384 (Target_selector_freebsd::do_recognize_by_name): Likewise.
6385 (Target_selector_freebsd::set_osabi): Remove.
6386 * i386.cc (class Target_i386): Inherit from Sized_target rather
6387 than Target_freebsd.
6388 * x86_64.cc (class Target_x86_64): Likewise.
6389
6390 2011-06-28 Ian Lance Taylor <iant@google.com>
6391
6392 * target.h (Target::can_check_for_function_pointers): Rewrite.
6393 Make non-virtual.
6394 (Target::can_icf_inline_merge_sections): Likewise.
6395 (Target::section_may_have_icf_unsafe_poineters): Likewise.
6396 (Target::Target_info): Add can_icf_inline_merge_sections field.
6397 (Target::do_can_check_for_function_pointers): New virtual
6398 function.
6399 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
6400 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
6401 from can_check_for_function_pointers, move in file.
6402 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
6403 section_may_have_icf_unsafe_poineters, move in file.
6404 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
6405 * i386.cc (Target_i386::do_can_check_for_function_pointers):
6406 Rename from can_check_for_function_pointers, move in file.
6407 (Target_i386::can_icf_inline_merge_sections): Remove.
6408 (Target_i386::i386_info): Initialize
6409 can_icf_inline_merge_sections.
6410 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
6411 Initialize can_icf_inline_merge_sections.
6412 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
6413 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
6414 Rename from can_check_for_function_pointers, move in file.
6415 (Target_x86_64::can_icf_inline_merge_sections): Remove.
6416 (Target_x86_64::x86_64_info): Initialize
6417 can_icf_inline_merge_sections.
6418 * testsuite/testfile.cc (Target_test::test_target_info):
6419 Likewise.
6420 * icf.cc (get_section_contents): Correct formatting.
6421
6422 2011-06-27 Ian Lance Taylor <iant@google.com>
6423
6424 * symtab.cc (Symbol::versioned_name): New function.
6425 (Symbol_table::add_to_final_symtab): Use versioned_name when
6426 appropriate.
6427 (Symbol_table::sized_write_symbol): Likewise.
6428 * symtab.h (class Symbol): Declare versioned_name.
6429 * stringpool.h (class Stringpool_template): Add variant of add
6430 which takes a std::basic_string.
6431 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
6432 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
6433 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
6434 (ver_test_12.o): New target.
6435 * testsuite/Makefile.in: Rebuild.
6436
6437 2011-06-27 Doug Kwan <dougkwan@google.com>
6438
6439 * arm.cc (Arm_relocate_functions::thm_jump8,
6440 Arm_relocate_functions::thm_jump11): Use a wider signed
6441 type to compute offset.
6442 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
6443 arm_thm_jump8.
6444 * testsuite/Makefile.in: Regenerate.
6445 * testsuite/arm_branch_in_range.sh: Check test results of
6446 arm_thm_jump11 and arm_thm_jump8.
6447 * testsuite/arm_thm_jump11.s: New test source file.
6448 * testsuite/arm_thm_jump11.t: New linker script.
6449 * testsuite/arm_thm_jump8.s: New test source file.
6450 * testsuite/arm_thm_jump8.t: New linker script.
6451
6452 2011-06-24 Ian Lance Taylor <iant@google.com>
6453
6454 * layout.cc: Include "object.h".
6455 (ctors_sections_in_init_array): New static variable.
6456 (Layout::is_ctors_in_init_array): New function.
6457 (Layout::layout): Add entry to ctors_sections_in_init_array if
6458 appropriate.
6459 * layout.h (class Layout): Declare is_ctors_in_init_array.
6460 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
6461 is_ctors_reverse_view is set.
6462 (Sized_relobj_file::write_sections): Add layout parameter. Change
6463 all callers. Set is_ctors_reverse_view field of View_size.
6464 (Sized_relobj_file::reverse_words): New function.
6465 * object.h (Sized_relobj_file::View_size): Add
6466 is_ctors_reverse_view field.
6467 (class Sized_relobj_file): Update declarations.
6468 * testsuite/initpri3.c: New test.
6469 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
6470 initpri3b.
6471 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
6472 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
6473 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
6474 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
6475 * testsuite/Makefile.in: Rebuild.
6476
6477 2011-06-24 Cary Coutant <ccoutant@google.com>
6478
6479 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
6480 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
6481 (debug_msg_cdebug.err): New targets.
6482 * testsuite/Makefile.in: Regenerate.
6483 * testsuite/debug_msg.sh: Check output of link with compressed debug.
6484 Fix checks for link with shared library.
6485
6486 2011-06-24 Doug Kwan <dougkwan@google.com>
6487
6488 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
6489 skip empty text sections.
6490 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
6491
6492 2011-06-22 Ian Lance Taylor <iant@google.com>
6493
6494 PR gold/12910
6495 * options.h (class General_options): Add --ctors-in-init-array.
6496 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
6497 friends as SHT_PROGBITS for merging sections.
6498 (Layout::layout): Remove special handling of .init_array and
6499 friends. Don't sort if doing relocatable link. Sort for .ctors
6500 and .dtors if ctors_in_init_array.
6501 (Layout::make_output_section): Force correct section types for
6502 .init_array and friends. Don't sort if doing relocatable link,
6503 Don't sort .ctors and .dtors if ctors_in_init_array.
6504 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
6505 (Layout::output_section_name): Add relobj parameter. Change all
6506 callers. Handle .ctors. and .dtors. in code rather than table.
6507 Handle .ctors and .dtors if ctors_in_init_array.
6508 (Layout::match_file_name): New function, moved from output.cc.
6509 * layout.h (class Layout): Update declarations.
6510 * output.cc: Include "layout.h".
6511 (Input_section_sort_entry::get_priority): New function.
6512 (Input_section_sort_entry::match_file_name): Just call
6513 Layout::match_file_name.
6514 (Output_section::Input_section_sort_init_fini_compare::operator()):
6515 Handle .ctors and .dtors. Sort by explicit priority rather than
6516 by name.
6517 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
6518 * testsuite/initpri2.c: New test.
6519 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
6520 (check_PROGRAMS): Add initpri2.
6521 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
6522 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
6523 * configure, testsuite/Makefile.in: Rebuild.
6524
6525 2011-06-19 Ian Lance Taylor <iant@google.com>
6526
6527 PR gold/12880
6528 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
6529 .interp section to a PT_INTERP segment even if we have seen a
6530 --dynamic-linker option. Don't do it if we have seen a PHDRS
6531 clause in a linker script.
6532 (Layout::finalize): Don't create a .interp section if we've
6533 already create a PT_INTERP segment.
6534 (Layout::create_interp): Always call choose_output_section (revert
6535 patch of 2011-06-17). Don't create PT_INTERP segment.
6536 * script-sections.cc
6537 (Script_sections::create_note_and_tls_segments): Add a .interp
6538 section to a PT_INTERP segment even if we have seen a
6539 --dynamic-linker option.
6540
6541 2011-06-18 Ian Lance Taylor <iant@google.com>
6542
6543 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
6544 merely because a non-PT_LOAD segment has a dynamic reloc.
6545
6546 2011-06-18 Ian Lance Taylor <iant@google.com>
6547
6548 * layout.cc (Layout::finish_dynamic_section): Don't create
6549 DT_FLAGS entry if not needed.
6550
6551 2011-06-18 Ian Lance Taylor <iant@google.com>
6552
6553 PR gold/12745
6554 * layout.cc (Layout::layout_eh_frame): Correct handling of
6555 writable .eh_frame section.
6556
6557 2011-06-17 Ian Lance Taylor <iant@google.com>
6558
6559 PR gold/12893
6560 * resolve.cc (Symbol_table::resolve): Don't give an error if a
6561 symbol is redefined with the exact same object and value.
6562
6563 2011-06-17 Ian Lance Taylor <iant@google.com>
6564
6565 PR gold/12880
6566 * layout.h (class Layout): Add interp_segment_ field.
6567 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
6568 (Layout::attach_allocated_section_to_segment): If making shared
6569 library, put .interp section in PT_INTERP segment.
6570 (Layout::finalize): Also call create_interp if -dynamic-linker
6571 option was used.
6572 (Layout::create_interp): Assert that there is no PT_INTERP
6573 segment. If not using a SECTIONS clause, use make_output_section.
6574 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
6575 * script-sections.cc
6576 (Script_sections::create_note_and_tls_segments): If making shared
6577 library, put .interp section in PT_INTERP segment.
6578
6579 2011-06-17 Ian Lance Taylor <iant@google.com>
6580
6581 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
6582 when making a shared library.
6583
6584 2011-06-17 Ian Lance Taylor <iant@google.com>
6585
6586 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
6587 parameter. Change all callers. Don't issue warning about PC32
6588 against locally defined symbol.
6589
6590 2011-06-16 Ian Lance Taylor <iant@google.com>
6591
6592 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
6593 occurs in same object.
6594
6595 2011-06-14 Alan Modra <amodra@gmail.com>
6596
6597 * po/POTFILES.in: Regenerate.
6598
6599 2011-06-09 Ian Lance Taylor <iant@google.com>
6600
6601 * script-sections.cc
6602 (Orphan_output_section::set_section_addresses): For a relocatable
6603 link set address to 0.
6604
6605 2011-06-09 Cary Coutant <ccoutant@google.com>
6606
6607 PR gold/12804
6608 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
6609 used with --compress-debug-sections.
6610 * gold/object.cc (Sized_relobj_file::do_layout): Report
6611 uncompressed size of compressed input sections.
6612
6613 2011-06-08 Cary Coutant <ccoutant@google.com>
6614
6615 PR gold/12804
6616 * testsuite/two_file_test_2_v1.cc: Change initialization of
6617 v2 to keep it in .data.
6618
6619 2011-06-07 Cary Coutant <ccoutant@google.com>
6620
6621 * common.cc (Symbol_table::do_allocate_commons_list): Call
6622 gold_fallback.
6623 * errors.cc (Errors::fatal): Adjust call to gold_exit.
6624 (Errors::fallback): New function.
6625 (gold_fallback): New function.
6626 * errors.h (Errors::fallback): New function.
6627 * gold.cc (gold_exit): Change status parameter to enum; adjust
6628 all callers.
6629 (queue_initial_tasks): Call gold_fallback.
6630 * gold.h: Include cstdlib.
6631 (Exit_status): New enum type.
6632 (gold_exit): Change status parameter to enum.
6633 (gold_fallback): New function.
6634 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
6635 (Layout::create_symtab_sections): Likewise.
6636 (Layout::create_shdrs): Likewise.
6637 * main.cc (main): Adjust call to gold_exit.
6638 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
6639 (Output_data_got::add_got_entry_pair): Likewise.
6640 (Output_section::add_input_section): Likewise.
6641 (Output_section::add_output_section_data): Likewise.
6642 (Output_segment::set_section_list_addresses): Likewise.
6643 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
6644
6645 2011-06-07 Cary Coutant <ccoutant@google.com>
6646
6647 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
6648 for incremental links.
6649 * output.cc (Output_segment::set_section_list_addresses): Remove
6650 FIXME and test for TLS or BSS.
6651
6652 2011-06-07 Cary Coutant <ccoutant@google.com>
6653
6654 * testsuite/Makefile.am: Add incremental_copy_test,
6655 incremental_common_test_1.
6656 * testsuite/Makefile.in: Regenerate.
6657 * testsuite/common_test_1_v1.c: New source file.
6658 * testsuite/common_test_1_v2.c: New source file.
6659 * testsuite/copy_test_v1.cc: New source file.
6660
6661 2011-06-07 Cary Coutant <ccoutant@google.com>
6662
6663 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
6664 update, allocate common from bss section's free list.
6665 * incremental-dump.cc (dump_incremental_inputs): Print flag for
6666 linker-defined symbols.
6667 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
6668 Skip GOT and PLT entries that are no longer referenced.
6669 (Output_section_incremental_inputs::write_info_blocks): Mark
6670 linker-defined symbols.
6671 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
6672 * output.cc (Output_section::allocate): New function.
6673 * output.h (Output_section::allocate): New function.
6674 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
6675 linker-defined symbols.
6676 (Symbol::override_base_with_special): Copy is_predefined_ flag.
6677 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
6678 (Symbol::init_base_output_data): Likewise.
6679 (Symbol::init_base_output_segment): Likewise.
6680 (Symbol::init_base_constant): Likewise.
6681 (Sized_symbol::init_output_data): Likewise.
6682 (Sized_symbol::init_output_segment): Likewise.
6683 (Sized_symbol::init_constant): Likewise.
6684 (Symbol_table::do_define_in_output_data): Likewise.
6685 (Symbol_table::do_define_in_output_segment): Likewise.
6686 (Symbol_table::do_define_as_constant): Likewise.
6687 * symtab.h (Symbol::is_predefined): New function.
6688 (Symbol::init_base_output_data): Add is_predefined parameter.
6689 (Symbol::init_base_output_segment): Likewise.
6690 (Symbol::init_base_constant): Likewise.
6691 (Symbol::is_predefined_): New data member.
6692 (Sized_symbol::init_output_data): Add is_predefined parameter.
6693 (Sized_symbol::init_output_segment): Likewise.
6694 (Sized_symbol::init_constant): Likewise.
6695 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
6696
6697 2011-06-07 Cary Coutant <ccoutant@google.com>
6698
6699 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
6700 instead of emit_copy_reloc.
6701 (Copy_relocs::emit_copy_reloc): Refactor.
6702 (Copy_relocs::make_copy_reloc): New function.
6703 (Copy_relocs::add_copy_reloc): Remove.
6704 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
6705 section.
6706 (Copy_relocs::make_copy_reloc): New function.
6707 (Copy_relocs::add_copy_reloc): Remove.
6708 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
6709 unchanged input files.
6710 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
6711 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
6712 Reserve BSS space for COPY relocations.
6713 (Sized_incremental_binary::do_emit_copy_relocs): New function.
6714 (Output_section_incremental_inputs::write_info_blocks): Record
6715 whether a symbol is copied from a shared object.
6716 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
6717 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
6718 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
6719 (Incremental_input_entry_reader::get_output_symbol_index): Add
6720 is_copy parameter.
6721 (Incremental_binary::emit_copy_relocs): New function.
6722 (Incremental_binary::do_emit_copy_relocs): New function.
6723 (Sized_incremental_binary::Sized_incremental_binary): Initialize
6724 new data member.
6725 (Sized_incremental_binary::add_copy_reloc): New function.
6726 (Sized_incremental_binary::do_emit_copy_relocs): New function.
6727 (Sized_incremental_binary::Copy_reloc): New struct.
6728 (Sized_incremental_binary::Copy_relocs): New typedef.
6729 (Sized_incremental_binary::copy_relocs_): New data member.
6730 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
6731 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
6732 * target.h (Sized_target::emit_copy_reloc): New function.
6733 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
6734
6735 2011-06-02 Cary Coutant <ccoutant@google.com>
6736
6737 PR gold/12163
6738 * gold/archive.cc (Archive::Archive): Initialize new data member.
6739 (Archive::include_all_members): Return if archive has already been
6740 included.
6741 * gold/archive.h (Archive::include_all_members_): New data member.
6742
6743 2011-06-02 Nick Clifton <nickc@redhat.com>
6744
6745 * dynobj.h: Fix spelling mistake in comment.
6746 * output.cc: Likewise.
6747
6748 2011-05-31 Doug Kwan <dougkwan@google.com>
6749 Asier Llano
6750
6751 PR gold/12826
6752 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
6753 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
6754 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
6755 redundant arm_exidx_test.so.
6756 * testsuite/Makefile.in: Regenerate.
6757 (check_SCRIPTS): Add pr12826.sh
6758 (check_DATA): Add pr12826.stdout
6759 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
6760 * testsuite/pr12826.sh: New file.
6761 * testsuite/pr12826_1.s: Ditto.
6762 * testsuite/pr12826_1.s: Ditto.
6763
6764 2011-05-30 Ian Lance Taylor <iant@google.com>
6765
6766 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
6767 sections.
6768
6769 2011-05-29 Ian Lance Taylor <iant@google.com>
6770
6771 PR gold/12804
6772 * testsuite/Makefile.am: Use different file name for two_file_test
6773 temporary file for each incremental test.
6774 * testsuite/Makefile.in: Rebuild.
6775
6776 2011-05-29 Ian Lance Taylor <iant@google.com>
6777
6778 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
6779 binary input file is empty.
6780
6781 2011-05-27 Ian Lance Taylor <iant@google.com>
6782
6783 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
6784 (ver_test_9.so): Likewise.
6785 * testsuite/Makefile.in: Rebuild.
6786
6787 2011-05-26 Cary Coutant <ccoutant@google.com>
6788
6789 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
6790 * incremental.cc (Incremental_inputs::report_input_section): Fix
6791 comment, indentation.
6792 (Incremental_inputs::report_comdat_group): New function.
6793 (Output_section_incremental_inputs::set_final_data_size): Adjust size
6794 of data for incremental input file entry.
6795 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
6796 group count, COMDAT group signatures.
6797 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
6798 an unchanged input file.
6799 * incremental.h (Incremental_object_entry::Incremental_object_entry):
6800 Initialize new data member.
6801 (Incremental_object_entry::add_comdat_group): New function.
6802 (Incremental_object_entry::get_comdat_group_count): New function.
6803 (Incremental_object_entry::get_comdat_signature_key): New function.
6804 (Incremental_object_entry::groups_): New data member.
6805 (Incremental_inputs::report_comdat_group): New function.
6806 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
6807 data for incremental input file entry.
6808 (Incremental_input_entry_reader::get_comdat_group_count): New function.
6809 (Incremental_input_entry_reader::get_input_section): Adjust size of
6810 data for incremental input file entry.
6811 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
6812 (Incremental_input_entry_reader::get_comdat_group_signature): New
6813 function.
6814 * object.cc (Sized_relobj::include_section_group): Report kept
6815 COMDAT groups for incremental links.
6816
6817 2011-05-24 David Meyer <pdox@google.com>
6818
6819 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
6820 with name parameter. Add found_name parameter.
6821 * fileread.cc (Input_file::find_file): Adjust code accordingly.
6822 * dirsearch.h (class Dirsearch): Update declaration.
6823
6824 2011-05-24 Ian Lance Taylor <iant@google.com>
6825
6826 * archive.cc (Library_base::should_include_member): Pull in object
6827 from archive if it defines the entry symbol.
6828 * parameters.cc (Parameters::entry): New function.
6829 * parameters.h (class Parameters): Declare entry.
6830 * output.h (class Output_file_header): Remove entry_ field.
6831 * output.cc (Output_file_header::Output_file_header): Remove entry
6832 parameter. Change all callers.
6833 (Output_file_header::entry): Use parameters->entry.
6834 * gold.cc (queue_middle_tasks): Likewise.
6835 * plugin.cc (Plugin_hook::run): Likewise.
6836
6837 2011-05-24 Cary Coutant <ccoutant@google.com>
6838
6839 * gold.cc (queue_initial_tasks): Pass incremental base filename
6840 to Output_file::open_base_file; don't print error message.
6841 * incremental-dump.cc (main): Adjust call to
6842 Output_file::open_for_modification.
6843 * incremental-dump.cc (main): Likewise.
6844 * incremental.cc (Incremental_inputs::report_command_line):
6845 Ignore --incremental-base option when comparing command lines.
6846 Ignore parameter when given as separate argument.
6847 * options.h (class General_options): Add --incremental-base.
6848 * output.cc (Output_file::Output_file):
6849 (Output_file::open_base_file): Add base_name and writable parameters;
6850 read base file into new file; print error message here.
6851 (Output_file::map_no_anonymous): Add writable parameter; adjust all
6852 callers.
6853 * output.h (Output_file::open_for_modification): Rename to...
6854 (Output_file::open_base_file): ...this; add base_name and
6855 writable parameters; adjust all callers.
6856 (Output_file::map_no_anonymous): Add writable parameter; adjust all
6857 callers.
6858 * testsuite/Makefile.am (incremental_test_4): Test
6859 --incremental-base.
6860 * testsuite/Makefile.in: Regenerate.
6861
6862 2011-05-24 Cary Coutant <ccoutant@google.com>
6863
6864 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
6865 incremental_test_4.
6866 * testsuite/Makefile.in: Regenerate.
6867 * testsuite/two_file_test_1_v1.cc: New test source file.
6868 * testsuite/two_file_test_1b_v1.cc: New test source file.
6869 * testsuite/two_file_test_2_v1.cc: New test source file.
6870
6871 2011-05-24 Cary Coutant <ccoutant@google.com>
6872
6873 * dynobj.h (Dynobj::do_dynobj): New function.
6874 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
6875 flag and soname for shared objects.
6876 * incremental.cc (Incremental_inputs::report_object): Make
6877 either Incremental_object_entry or Incremental_dynobj_entry; add
6878 soname to string table.
6879 (Incremental_inputs::report_input_section): Add assertion.
6880 (Output_section_incremental_inputs::set_final_data_size): Adjust
6881 type of input file entry for shared libraries; adjust size of
6882 shared library info entry.
6883 (Output_section_incremental_inputs::write_input_files): Write
6884 as_needed flag for shared libraries.
6885 (Output_section_incremental_inputs::write_info_blocks): Adjust type
6886 of input file entry for shared libraries; write soname.
6887 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
6888 soname from incremental info.
6889 * incremental.h (enum Incremental_input_flags): Add
6890 INCREMENTAL_INPUT_AS_NEEDED.
6891 (Incremental_input_entry::Incremental_input_entry): Initialize new
6892 data member.
6893 (Incremental_input_entry::set_as_needed): New function.
6894 (Incremental_input_entry::as_needed): New function.
6895 (Incremental_input_entry::do_dynobj_entry): New function.
6896 (Incremental_input_entry::as_needed_): New data member.
6897 (Incremental_object_entry::Incremental_object_entry): Don't check
6898 for shared library.
6899 (Incremental_object_entry::do_type): Likewise.
6900 (class Incremental_dynobj_entry): New class.
6901 (Incremental_input_entry_reader::as_needed): New function.
6902 (Incremental_input_entry_reader::get_soname): New function.
6903 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
6904 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
6905 size of shared library info entry.
6906 * layout.cc (Layout::finish_dynamic_section): Don't test for
6907 incremental link when adding DT_NEEDED entries.
6908 * object.h (Object::Object): Initialize new data member.
6909 (Object::dynobj): New function.
6910 (Object::set_as_needed): New function.
6911 (Object::as_needed): New function.
6912 (Object::do_dynobj): New function.
6913 (Object::as_needed_): New data member.
6914
6915 2011-05-24 Cary Coutant <ccoutant@google.com>
6916
6917 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
6918 info; adjust display of GOT entries.
6919 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
6920 vector of input objects; remove file_status_.
6921 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
6922 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
6923 got_plt reader; call target hooks to reserve GOT entries.
6924 (Output_section_incremental_inputs::set_final_data_size): Adjust size
6925 of input file info header and GOT info entry.
6926 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
6927 relocation info.
6928 (Got_plt_view_info::got_descriptor): Remove.
6929 (Got_plt_view_info::sym_index): New data member.
6930 (Got_plt_view_info::input_index): New data member.
6931 (Local_got_offset_visitor::visit): Write input file index.
6932 (Global_got_offset_visitor::visit): Write 0 for input file index.
6933 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
6934 with sym_index and input_index.
6935 (Output_section_incremental_inputs::write_got_plt): Adjust size of
6936 incremental info GOT entry; replace got_descriptor with input_index.
6937 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
6938 map from input file index to object.
6939 (Sized_relobj_incr::do_layout): Replace direct data member reference
6940 with accessor function.
6941 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
6942 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
6943 Adjust size of input file info header.
6944 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
6945 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
6946 (Incremental_input_entry_reader::get_input_section): Adjust size of
6947 input file info header.
6948 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
6949 of incremental info GOT entry.
6950 (Incremental_got_plt_reader::get_got_desc): Remove.
6951 (Incremental_got_plt_reader::get_got_symndx): New function.
6952 (Incremental_got_plt_reader::get_got_input_index): New function.
6953 (Sized_incremental_binary::Sized_incremental_binary): Remove
6954 file_status_; add input_objects_.
6955 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
6956 (Sized_incremental_binary::set_file_is_unchanged): Remove.
6957 (Sized_incremental_binary::file_is_unchanged): Remove.
6958 (Sized_incremental_binary::set_input_object): New function.
6959 (Sized_incremental_binary::input_object): New function.
6960 (Sized_incremental_binary::file_status_): Remove.
6961 (Sized_incremental_binary::input_objects_): New data member.
6962 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
6963 references.
6964 (Sized_relobj_incr::invalid_address): Move to base class.
6965 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
6966 class.
6967 (Sized_relobj_incr::do_output_section_offset): Likewise.
6968 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
6969 (Sized_relobj_incr::section_offsets_): Likewise.
6970 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
6971 function.
6972 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
6973 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
6974 with accessor function.
6975 (Sized_relobj_file::do_layout): Likewise.
6976 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
6977 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
6978 (Sized_relobj_file::compute_final_local_value): Replace refs to
6979 section_offsets_ with accessor function.
6980 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
6981 * object.h (Relobj::Relobj): Initialize new data members.
6982 (Relobj::add_dyn_reloc): New function.
6983 (Relobj::first_dyn_reloc): New function.
6984 (Relobj::dyn_reloc_count): New function.
6985 (Relobj::first_dyn_reloc_): New data member.
6986 (Relobj::dyn_reloc_count_): New data member.
6987 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
6988 references.
6989 (Sized_relobj::Address): New typedef.
6990 (Sized_relobj::invalid_address): Move here from child class.
6991 (Sized_relobj::Sized_relobj): Initialize new data members.
6992 (Sized_relobj::sized_relobj): New function.
6993 (Sized_relobj::is_output_section_offset_invalid): Move here from
6994 child class.
6995 (Sized_relobj::get_output_section_offset): Likewise.
6996 (Sized_relobj::local_has_got_offset): Likewise.
6997 (Sized_relobj::local_got_offset): Likewise.
6998 (Sized_relobj::set_local_got_offset): Likewise.
6999 (Sized_relobj::do_for_all_local_got_entries): Likewise.
7000 (Sized_relobj::clear_got_offsets): New function.
7001 (Sized_relobj::section_offsets): Move here from child class.
7002 (Sized_relobj::do_output_section_offset): Likewise.
7003 (Sized_relobj::do_set_section_offset): Likewise.
7004 (Sized_relobj::Local_got_offsets): Likewise.
7005 (Sized_relobj::local_got_offsets_): Likewise.
7006 (Sized_relobj::section_offsets_): Likewise.
7007 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
7008 references.
7009 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
7010 class.
7011 (Sized_relobj_file::sized_relobj): New function
7012 (Sized_relobj_file::local_has_got_offset): Move to base class.
7013 (Sized_relobj_file::local_got_offset): Likewise.
7014 (Sized_relobj_file::set_local_got_offset): Likewise.
7015 (Sized_relobj_file::get_output_section_offset): Likewise.
7016 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
7017 (Sized_relobj_file::do_output_section_offset): Likewise.
7018 (Sized_relobj_file::do_set_section_offset): Likewise.
7019 (Sized_relobj_file::Local_got_offsets): Likewise.
7020 (Sized_relobj_file::local_got_offsets_): Likewise.
7021 (Sized_relobj_file::section_offsets_): Likewise.
7022 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
7023 (all constructors).
7024 (set_needs_dynsym_index): Convert relobj to derived class pointer.
7025 (Output_reloc::get_symbol_index): Likewise.
7026 (Output_reloc::local_section_offset): Likewise.
7027 (Output_reloc::get_address): Likewise.
7028 (Output_reloc::symbol_value): Likewise.
7029 (Output_data_got::reserve_slot): Move to class definition.
7030 (Output_data_got::reserve_local): New function.
7031 (Output_data_got::reserve_slot_for_global): Remove.
7032 (Output_data_got::reserve_global): New function.
7033 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
7034 (all constructors, two instantiations).
7035 (Output_reloc::get_relobj): New function (two instantiations).
7036 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
7037 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
7038 (Output_data_reloc::add_global): Adjust type of relobj.
7039 (Output_data_reloc::add_global_relative): Likewise.
7040 (Output_data_reloc::add_symbolless_global_addend): Likewise.
7041 (Output_data_reloc::add_local): Likewise.
7042 (Output_data_reloc::add_local_relative): Likewise.
7043 (Output_data_reloc::add_symbolless_local_addend): Likewise.
7044 (Output_data_reloc::add_local_section): Likewise.
7045 (Output_data_reloc::add_output_section): Likewise.
7046 (Output_data_reloc::add_absolute): Likewise.
7047 (Output_data_reloc::add_target_specific): Likewise.
7048 (Output_data_got::reserve_slot): Move definition here.
7049 (Output_data_got::reserve_local): New function.
7050 (Output_data_got::reserve_global): New function.
7051 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
7052 section_offsets_ with accessor function.
7053 (Sized_relobj_file::write_sections): Likewise.
7054 (Sized_relobj_file::do_relocate_sections): Likewise.
7055 * target.h (Sized_target::reserve_local_got_entry): New function.
7056 (Sized_target::reserve_global_got_entry): New function.
7057 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
7058 (Target_x86_64::reserve_global_got_entry): New function.
7059 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
7060
7061 2011-05-23 Cary Coutant <ccoutant@google.com>
7062
7063 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
7064 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
7065 bit when checking got_type.
7066 * incremental.cc (Sized_incremental_binary::setup_readers):
7067 Store symbol table and string table locations; initialize bit vector
7068 of file status flags.
7069 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
7070 unchanged files.
7071 (Sized_incremental_binary::do_process_got_plt): New function.
7072 (Sized_incremental_binary::get_symtab_view): Use stored locations.
7073 (Output_section_incremental_inputs::set_final_data_size): Record
7074 file index for each input file.
7075 (Output_section_incremental_inputs::write_got_plt): Store file index
7076 instead of input entry offset for each GOT entry.
7077 * incremental.h
7078 (Incremental_input_entry::Incremental_input_entry): Initialize new
7079 data member.
7080 (Incremental_input_entry::set_offset): Store file index.
7081 (Incremental_input_entry::get_file_index): New function.
7082 (Incremental_input_entry::file_index_): New data member.
7083 (Incremental_binary::process_got_plt): New function.
7084 (Incremental_binary::do_process_got_plt): New function.
7085 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
7086 data members.
7087 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
7088 (Sized_incremental_binary::set_file_is_unchanged): New function.
7089 (Sized_incremental_binary::file_is_unchanged): New function.
7090 (Sized_incremental_binary::do_process_got_plt): New function.
7091 (Sized_incremental_binary::file_status_): New data member.
7092 (Sized_incremental_binary::main_symtab_loc_): New data member.
7093 (Sized_incremental_binary::main_strtab_loc_): New data member.
7094 * output.cc (Output_data_got::Got_entry::write): Add case
7095 RESERVED_CODE.
7096 (Output_data_got::add_global): Call add_got_entry.
7097 (Output_data_got::add_global_plt): Likewise.
7098 (Output_data_got::add_global_with_rel): Likewise.
7099 (Output_data_got::add_global_with_rela): Likewise.
7100 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
7101 (Output_data_got::add_global_pair_with_rela): Likewise.
7102 (Output_data_got::add_local): Call add_got_entry.
7103 (Output_data_got::add_local_plt): Likewise.
7104 (Output_data_got::add_local_with_rel): Likewise.
7105 (Output_data_got::add_local_with_rela): Likewise.
7106 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
7107 (Output_data_got::add_local_pair_with_rela): Likewise.
7108 (Output_data_got::reserve_slot): New function.
7109 (Output_data_got::reserve_slot_for_global): New function.
7110 (Output_data_got::add_got_entry): New function.
7111 (Output_data_got::add_got_entry_pair): New function.
7112 (Output_section::add_output_section_data): Edit FIXME.
7113 * output.h
7114 (Output_section_data_build::Output_section_data_build): New
7115 constructor with size parameter.
7116 (Output_data_space::Output_data_space): Likewise.
7117 (Output_data_got::Output_data_got): Initialize new data member; new
7118 constructor with size parameter.
7119 (Output_data_got::add_constant): Call add_got_entry.
7120 (Output_data_got::reserve_slot): New function.
7121 (Output_data_got::reserve_slot_for_global): New function.
7122 (class Output_data_got::Got_entry): Add RESERVED_CODE.
7123 (Output_data_got::add_got_entry): New function.
7124 (Output_data_got::add_got_entry_pair): New function.
7125 (Output_data_got::free_list_): New data member.
7126 * target.h (Sized_target::init_got_plt_for_update): New function.
7127 (Sized_target::register_global_plt_entry): New function.
7128 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
7129 Initialize new data member; call init; add constructor with PLT count.
7130 (Output_data_plt_x86_64::init): New function.
7131 (Output_data_plt_x86_64::add_relocation): New function.
7132 (Output_data_plt_x86_64::reserve_slot): New function.
7133 (Output_data_plt_x86_64::free_list_): New data member.
7134 (Target_x86_64::init_got_plt_for_update): New function.
7135 (Target_x86_64::register_global_plt_entry): New function.
7136 (Output_data_plt_x86_64::add_entry): Allocate from free list for
7137 incremental updates.
7138 (Output_data_plt_x86_64::add_relocation): New function.
7139 * testsuite/object_unittest.cc (Object_test): Set default options.
7140
7141 2011-05-16 Ian Lance Taylor <iant@google.com>
7142
7143 * options.h (class General_options): Make -i a synonym for -r.
7144
7145 2011-05-16 Ian Lance Taylor <iant@google.com>
7146
7147 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
7148
7149 2011-05-10 Cary Coutant <ccoutant@google.com>
7150
7151 * object.cc (Sized_relobj::do_count_local_symbols): Check for
7152 strip_all (-s).
7153
7154 2011-05-06 Ian Lance Taylor <iant@google.com>
7155
7156 * layout.cc (Layout::layout): If the output section flags change,
7157 update the ordering.
7158
7159 2011-04-25 Cary Coutant <ccoutant@google.com>
7160
7161 * incremental-dump.cc (dump_incremental_inputs): Print local
7162 symbol info for each input file.
7163 * incremental.cc
7164 (Output_section_incremental_inputs::set_final_data_size): Add local
7165 symbol info to input file entries in incremental info.
7166 (Output_section_incremental_inputs::write_info_blocks): Likewise.
7167 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
7168 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
7169 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
7170 implementation.
7171 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
7172 (Sized_incr_relobj::do_relocate): Write the local symbols.
7173 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
7174 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
7175 Adjust size of input file header.
7176 (Incremental_inputs_reader::get_local_symbol_offset): New function.
7177 (Incremental_inputs_reader::get_local_symbol_count): New function.
7178 (Incremental_inputs_reader::get_input_section): Adjust size of input
7179 file header.
7180 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
7181 (Sized_incr_relobj::This): New typedef.
7182 (Sized_incr_relobj::sym_size): New const data member.
7183 (Sized_incr_relobj::Local_symbol): New struct.
7184 (Sized_incr_relobj::do_output_local_symbol_count): New function.
7185 (Sized_incr_relobj::do_local_symbol_offset): New function.
7186 (Sized_incr_relobj::local_symbol_count_): New data member.
7187 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
7188 (Sized_incr_relobj::local_symbol_index_): New data member.
7189 (Sized_incr_relobj::local_symbol_offset_): New data member.
7190 (Sized_incr_relobj::local_dynsym_offset_): New data member.
7191 (Sized_incr_relobj::local_symbols_): New data member.
7192 * object.h (Relobj::output_local_symbol_count): New function.
7193 (Relobj::local_symbol_offset): New function.
7194 (Relobj::do_output_local_symbol_count): New function.
7195 (Relobj::do_local_symbol_offset): New function.
7196 (Sized_relobj::do_output_local_symbol_count): New function.
7197 (Sized_relobj::do_local_symbol_offset): New function.
7198
7199 2011-04-22 Vladimir Simonov <sv@sw.ru>
7200
7201 * descriptors.cc (set_close_on_exec): New function.
7202 (Descriptors::open): Use set_close_on_exec.
7203 * output.cc (S_ISLNK): Define if not defined.
7204
7205 2011-04-22 Cary Coutant <ccoutant@google.com>
7206
7207 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
7208 global symbol map.
7209 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
7210 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
7211 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
7212 relocations.
7213 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
7214 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
7215 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
7216 * incremental.h
7217 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
7218 function.
7219 (Incremental_binary::apply_incremental_relocs): New function.
7220 (Incremental_binary::do_apply_incremental_relocs): New function.
7221 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
7222 data member.
7223 (Sized_incremental_binary::add_global_symbol): New function.
7224 (Sized_incremental_binary::global_symbol): New function.
7225 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
7226 (Sized_incremental_binary::symbol_map_): New data member.
7227 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
7228 * target.h (Sized_target::apply_relocation): New function.
7229 * target-reloc.h (apply_relocation): New function.
7230 * x86_64.cc (Target_x86_64::apply_relocation): New function.
7231
7232 2011-04-22 Doug Kwan <dougkwan@google.com>
7233
7234 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
7235 flag of a SHT_ARM_EXIDX section.
7236 * testsuite/Makefile.am (arm_exidx_test): New test rules.
7237 * testsuite/Makefile.in: Regenerate.
7238 * testsuite/arm_exidx_test.s: New file.
7239 * testsuite/arm_exidx_test.sh: Same.
7240
7241 2011-04-20 Cary Coutant <ccoutant@google.com>
7242
7243 PR gold/12689
7244 * archive.h (Incremental_archive_entry::Archive_member):
7245 Initialize arg_serial_ (second constructor).
7246
7247 2011-04-17 Ian Lance Taylor <iant@google.com>
7248
7249 * object.cc (Relocate_info::location): Simplify location string.
7250 * errors.cc (Errors::error_at_location): Don't print program
7251 name.
7252 (Errors::warning_at_location): Likewise.
7253 (Errors::undefined_symbol): Likewise.
7254 * testsuite/debug_msg.sh: Update accordingly.
7255
7256 2011-04-14 Cary Coutant <ccoutant@google.com>
7257
7258 * gold/layout.cc (Layout::symtab_section_offset): New function.
7259 * gold/layout.h (Layout::symtab_section_offset): New function.
7260 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
7261
7262 2011-04-12 Ian Lance Taylor <iant@google.com>
7263
7264 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
7265 with MREMAP_MAYMOVE.
7266 * output.h (class Output_file): Add map_is_allocated_ field.
7267 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
7268 not available, provide stubs. If mremap is not available, #define
7269 it to gold_mremap.
7270 (MREMAP_MAYMOVE): Define if not defined.
7271 (Output_file::Output_file): Initialize map_is_allocated_.
7272 (Output_file::resize): Check map_is_allocated_.
7273 (Output_file::map_anonymous): If mmap fails, use malloc.
7274 (Output_file::unmap): Don't do anything for an anonymous map.
7275 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
7276 is not available, provide stubs.
7277 (File_read::View::~View): Use free rather than delete[].
7278 (File_read::make_view): Use malloc rather than new[]. If mmap
7279 fails, use malloc.
7280 (File_read::find_or_make_view): Use malloc rather than new[].
7281 * gold.h: Remove HAVE_REMAP code.
7282 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
7283 exists. Rename mremap to gold_mremap. If mmap is not available
7284 don't do anything.
7285 * configure, config.in: Rebuild.
7286
7287 2011-04-11 Ian Lance Taylor <iant@google.com>
7288
7289 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
7290 initialize local variable v.
7291
7292 2011-04-11 Cary Coutant <ccoutant@google.com>
7293
7294 * archive.cc (Archive::include_member): Adjust call to
7295 report_object.
7296 (Add_archive_symbols::run): Track argument serial numbers.
7297 (Lib_group::include_member): Likewise.
7298 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
7299 * archive.h (Incremental_archive_entry::Archive_member):
7300 Initialize arg_serial_.
7301 (Archive_member::arg_serial_): New data member.
7302 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
7303 (Sized_dynobj::do_add_symbols): Track symbols when doing an
7304 incremental link.
7305 (Sized_dynobj::do_for_all_local_got_entries): New function.
7306 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
7307 function.
7308 * fileread.cc (get_mtime): New function.
7309 * fileread.h (get_mtime): New function.
7310 * gold.cc (queue_initial_tasks): Check for incremental update.
7311 (process_incremental_input): New function.
7312 (queue_middle_tasks): Don't force valid target for incremental
7313 update.
7314 * incremental-dump.cc (find_input_containing_global): Adjust
7315 size of symbol info entry.
7316 (dump_incremental_inputs): Dump argument serial number and
7317 in_system_directory flag; bias shndx by 1; print symbol names
7318 when dumping per-file symbol lists; use new symbol info readers.
7319 * incremental.cc
7320 (Output_section_incremental_inputs:update_data_size): New function.
7321 (Sized_incremental_binary::setup_readers): Setup input readers
7322 for each input file; build maps for files added from libraries
7323 and scripts.
7324 (Sized_incremental_binary::check_input_args): New function.
7325 (Sized_incremental_binary::do_check_inputs): Build map of argument
7326 serial numbers to input arguments.
7327 (Sized_incremental_binary::do_file_has_changed): Rename
7328 do_file_is_unchanged to this; compare file modification times.
7329 (Sized_incremental_binary::do_init_layout): New function.
7330 (Sized_incremental_binary::do_reserve_layout): New function.
7331 (Sized_incremental_binary::do_get_input_reader): Remove.
7332 (Sized_incremental_binary::get_symtab_view): New function.
7333 (Incremental_checker::can_incrementally_link_output_file): Remove.
7334 (Incremental_inputs::report_command_line): Exclude --debug options.
7335 (Incremental_inputs::report_archive_begin): Add parameter; track
7336 argument serial numbers; don't put input file entry for archive
7337 before archive members.
7338 (Incremental_inputs::report_archive_end): Put input file entry
7339 for archive after archive members.
7340 (Incremental_inputs::report_object): Add parameter; track argument
7341 serial numbers and in_system_directory flag.
7342 (Incremental_inputs::report_script): Add parameter; track argument
7343 serial numbers.
7344 (Output_section_incremental_inputs::set_final_data_size): Adjust
7345 size of symbol info entry; check for forwarding symbols.
7346 (Output_section_incremental_inputs::write_input_files): Write
7347 in_system_directory flag and argument serial number.
7348 (Output_section_incremental_inputs::write_info_blocks): Map section
7349 indices between incremental info and original input file; store
7350 input section index for each symbol.
7351 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
7352 change operator() to visit().
7353 (class Global_got_offset_visitor): Likewise.
7354 (class Global_symbol_visitor_got_plt):
7355 (Output_section_incremental_inputs::write_got_plt): Use new visitor
7356 classes.
7357 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
7358 (Sized_incr_relobj::do_read_symbols): New function.
7359 (Sized_incr_relobj::do_layout): New function.
7360 (Sized_incr_relobj::do_layout_deferred_sections): New function.
7361 (Sized_incr_relobj::do_add_symbols): New function.
7362 (Sized_incr_relobj::do_should_include_member): New function.
7363 (Sized_incr_relobj::do_for_all_global_symbols): New function.
7364 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
7365 (Sized_incr_relobj::do_section_size): New function.
7366 (Sized_incr_relobj::do_section_name): New function.
7367 (Sized_incr_relobj::do_section_contents): New function.
7368 (Sized_incr_relobj::do_section_flags): New function.
7369 (Sized_incr_relobj::do_section_entsize): New function.
7370 (Sized_incr_relobj::do_section_address): New function.
7371 (Sized_incr_relobj::do_section_type): New function.
7372 (Sized_incr_relobj::do_section_link): New function.
7373 (Sized_incr_relobj::do_section_info): New function.
7374 (Sized_incr_relobj::do_section_addralign): New function.
7375 (Sized_incr_relobj::do_initialize_xindex): New function.
7376 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
7377 (Sized_incr_relobj::do_read_relocs): New function.
7378 (Sized_incr_relobj::do_gc_process_relocs): New function.
7379 (Sized_incr_relobj::do_scan_relocs): New function.
7380 (Sized_incr_relobj::do_count_local_symbols): New function.
7381 (Sized_incr_relobj::do_finalize_local_symbols): New function.
7382 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
7383 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
7384 (Sized_incr_relobj::do_relocate): New function.
7385 (Sized_incr_relobj::do_set_section_offset): New function.
7386 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
7387 (Sized_incr_dynobj::do_read_symbols): New function.
7388 (Sized_incr_dynobj::do_layout): New function.
7389 (Sized_incr_dynobj::do_add_symbols): New function.
7390 (Sized_incr_dynobj::do_should_include_member): New function.
7391 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
7392 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
7393 (Sized_incr_dynobj::do_section_size): New function.
7394 (Sized_incr_dynobj::do_section_name): New function.
7395 (Sized_incr_dynobj::do_section_contents): New function.
7396 (Sized_incr_dynobj::do_section_flags): New function.
7397 (Sized_incr_dynobj::do_section_entsize): New function.
7398 (Sized_incr_dynobj::do_section_address): New function.
7399 (Sized_incr_dynobj::do_section_type): New function.
7400 (Sized_incr_dynobj::do_section_link): New function.
7401 (Sized_incr_dynobj::do_section_info): New function.
7402 (Sized_incr_dynobj::do_section_addralign): New function.
7403 (Sized_incr_dynobj::do_initialize_xindex): New function.
7404 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
7405 (make_sized_incremental_object): New function.
7406 (Incremental_library::copy_unused_symbols): New function.
7407 (Incremental_library::do_for_all_unused_symbols): New function.
7408 * incremental.h (enum Incremental_input_flags): New type.
7409 (class Incremental_checker): Remove.
7410 (Incremental_input_entry::Incremental_input_entry): Add argument
7411 serial number.
7412 (Incremental_input_entry::arg_serial): New function.
7413 (Incremental_input_entry::set_is_in_system_directory): New function.
7414 (Incremental_input_entry::is_in_system_directory): New function.
7415 (Incremental_input_entry::arg_serial_): New data member.
7416 (Incremental_input_entry::is_in_system_directory_): New data member.
7417 (class Script_info): Move here from script.h.
7418 (Script_info::Script_info): Add filename parameter.
7419 (Script_info::filename): New function.
7420 (Script_info::filename_): New data member.
7421 (Incremental_script_entry::Incremental_script_entry): Add argument
7422 serial number.
7423 (Incremental_object_entry::Incremental_object_entry): Likewise.
7424 (Incremental_object_entry::add_input_section): Build list of input
7425 sections with map to original shndx.
7426 (Incremental_object_entry::get_input_section_index): New function.
7427 (Incremental_object_entry::shndx_): New data member.
7428 (Incremental_object_entry::name_key_): Rename; adjust all refs.
7429 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
7430 (Incremental_archive_entry::Incremental_archive_entry): Add argument
7431 serial number.
7432 (Incremental_inputs::report_archive_begin): Likewise.
7433 (Incremental_inputs::report_object): Likewise.
7434 (Incremental_inputs::report_script): Likewise.
7435 (class Incremental_global_symbol_reader): New class.
7436 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
7437 and store flags and input file type.
7438 (Incremental_input_entry_reader::arg_serial): New function.
7439 (Incremental_input_entry_reader::type): Extract type from flags.
7440 (Incremental_input_entry_reader::is_in_system_directory): New function.
7441 (Incremental_input_entry_reader::get_input_section_count): Call
7442 accessor function for type.
7443 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
7444 function for type; adjust size of global symbol entry.
7445 (Incremental_input_entry_reader::get_global_symbol_count): Call
7446 accessor function for type.
7447 (Incremental_input_entry_reader::get_object_count): Likewise.
7448 (Incremental_input_entry_reader::get_object_offset): Likewise.
7449 (Incremental_input_entry_reader::get_member_count): Likewise.
7450 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
7451 (Incremental_input_entry_reader::get_member_offset): Likewise.
7452 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
7453 (Incremental_input_entry_reader::Global_symbol_info): Remove.
7454 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
7455 (Incremental_input_entry_reader::get_global_symbol_reader): New
7456 function.
7457 (Incremental_input_entry_reader::get_output_symbol_index): New
7458 function.
7459 (Incremental_input_entry_reader::type_): Remove.
7460 (Incremental_input_entry_reader::flags_): New data member.
7461 (Incremental_inputs_reader::input_file_offset): New function.
7462 (Incremental_inputs_reader::input_file_index): New function.
7463 (Incremental_inputs_reader::input_file): Call input_file_offset.
7464 (Incremental_inputs_reader::input_file_at_offset): New function.
7465 (Incremental_relocs_reader::get_r_type): Reformat.
7466 (Incremental_relocs_reader::get_r_shndx): Reformat.
7467 (Incremental_relocs_reader::get_r_offset): Reformat.
7468 (Incremental_relocs_reader::data): New function.
7469 (Incremental_binary::Incremental_binary): Initialize new data members.
7470 (Incremental_binary::check_inputs): Add cmdline parameter.
7471 (Incremental_binary::file_is_unchanged): Remove.
7472 (Input_reader::arg_serial): New function.
7473 (Input_reader::get_unused_symbol_count): New function.
7474 (Input_reader::get_unused_symbol): New function.
7475 (Input_reader::do_arg_serial): New function.
7476 (Input_reader::do_get_unused_symbol_count): New function.
7477 (Input_reader::do_get_unused_symbol): New function.
7478 (Incremental_binary::input_file_count): New function.
7479 (Incremental_binary::get_input_reader): Change signature to use
7480 index instead of filename.
7481 (Incremental_binary::file_has_changed): New function.
7482 (Incremental_binary::get_input_argument): New function.
7483 (Incremental_binary::get_library): New function.
7484 (Incremental_binary::get_script_info): New function.
7485 (Incremental_binary::init_layout): New function.
7486 (Incremental_binary::reserve_layout): New function.
7487 (Incremental_binary::output_file): New function.
7488 (Incremental_binary::do_check_inputs): New function.
7489 (Incremental_binary::do_file_is_unchanged): Remove.
7490 (Incremental_binary::do_file_has_changed): New function.
7491 (Incremental_binary::do_init_layout): New function.
7492 (Incremental_binary::do_reserve_layout): New function.
7493 (Incremental_binary::do_input_file_count): New function.
7494 (Incremental_binary::do_get_input_reader): Change signature.
7495 (Incremental_binary::input_args_map_): New data member.
7496 (Incremental_binary::library_map_): New data member.
7497 (Incremental_binary::script_map_): New data member.
7498 (Sized_incremental_binary::Sized_incremental_binary): Initialize
7499 new data members.
7500 (Sized_incremental_binary::output_section): New function.
7501 (Sized_incremental_binary::inputs_reader): Add const.
7502 (Sized_incremental_binary::symtab_reader): Add const.
7503 (Sized_incremental_binary::relocs_reader): Add const.
7504 (Sized_incremental_binary::got_plt_reader): Add const.
7505 (Sized_incremental_binary::get_symtab_view): New function.
7506 (Sized_incremental_binary::Inputs_reader): New typedef.
7507 (Sized_incremental_binary::Input_entry_reader): New typedef.
7508 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
7509 (Sized_incremental_binary::do_file_is_unchanged): Remove.
7510 (Sized_incremental_binary::do_file_has_changed): New function.
7511 (Sized_incremental_binary::do_init_layout): New function.
7512 (Sized_incremental_binary::do_reserve_layout): New function.
7513 (Sized_input_reader::Inputs_reader): Remove.
7514 (Sized_input_reader::Input_entry_reader): Remove.
7515 (Sized_input_reader::do_arg_serial): New function.
7516 (Sized_input_reader::do_get_unused_symbol_count): New function.
7517 (Sized_input_reader::do_get_unused_symbol): New function.
7518 (Sized_incremental_binary::do_input_file_count): New function.
7519 (Sized_incremental_binary::do_get_input_reader): Change signature;
7520 use index instead of filename.
7521 (Sized_incremental_binary::section_map_): New data member.
7522 (Sized_incremental_binary::input_entry_readers_): New data member.
7523 (class Sized_incr_relobj): New class.
7524 (class Sized_incr_dynobj): New class.
7525 (make_sized_incremental_object): New function.
7526 (class Incremental_library): New class.
7527 * layout.cc (Free_list::num_lists): New static data member.
7528 (Free_list::num_nodes): New static data member.
7529 (Free_list::num_removes): New static data member.
7530 (Free_list::num_remove_visits): New static data member.
7531 (Free_list::num_allocates): New static data member.
7532 (Free_list::num_allocate_visits): New static data member.
7533 (Free_list::init): New function.
7534 (Free_list::remove): New function.
7535 (Free_list::allocate): New function.
7536 (Free_list::dump): New function.
7537 (Free_list::print_stats): New function.
7538 (Layout_task_runner::run): Resize output file for incremental updates.
7539 (Layout::Layout): Initialize new data members.
7540 (Layout::set_incremental_base): New function.
7541 (Layout::init_fixed_output_section): New function.
7542 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
7543 incremental updates.
7544 (Layout::create_gold_note): Do not create gold note section for
7545 incremental updates.
7546 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
7547 for incremental updates.
7548 (Layout::set_section_offsets): For incremental updates, allocate space
7549 from free list.
7550 (Layout::create_symtab_sections): Layout with offsets relative to
7551 start of section; for incremental updates, allocate space from free
7552 list.
7553 (Layout::create_shdrs): For incremental updates, allocate space from
7554 free list.
7555 (Layout::finish_dynamic_section): For incremental updates, do not
7556 check --as-needed (fixed in subsequent patch).
7557 * layout.h (class Free_list): New class.
7558 (Layout::set_incremental_base): New function.
7559 (Layout::incremental_base): New function.
7560 (Layout::init_fixed_output_section): New function.
7561 (Layout::allocate): New function.
7562 (Layout::incremental_base_): New data member.
7563 (Layout::free_list_): New data member.
7564 * main.cc (main): Print Free_list statistics.
7565 * object.cc (Relobj::finalize_incremental_relocs): Add
7566 clear_counts parameter; clear counts only when clear_counts is set.
7567 (Sized_relobj::Sized_relobj): Initialize new base class.
7568 (Sized_relobj::do_layout): Don't report special sections.
7569 (Sized_relobj::do_for_all_local_got_entries): New function.
7570 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
7571 symtab_off to all symbol table offsets.
7572 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
7573 * object.h (class Got_offset_list): Move to top of file.
7574 (Object::Object): Allow case where input_file == NULL.
7575 (Object::~Object): Likewise.
7576 (Object::input_file): Assert that input_file != NULL.
7577 (Object::lock): Allow case where input_file == NULL.
7578 (Object::unlock): Likewise.
7579 (Object::is_locked): Likewise.
7580 (Object::token): Likewise.
7581 (Object::release): Likewise.
7582 (Object::is_incremental): New function.
7583 (Object::get_mtime): New function.
7584 (Object::for_all_local_got_entries): New function.
7585 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
7586 (Object::set_is_in_system_directory): New function.
7587 (Object::is_in_system_directory): New function.
7588 (Object::do_is_incremental): New function.
7589 (Object::do_get_mtime): New function.
7590 (Object::do_for_all_local_got_entries): New function.
7591 (Object::is_in_system_directory_): New data member.
7592 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
7593 (class Sized_relobj_base): New class.
7594 (class Sized_relobj): Derive from Sized_relobj_base.
7595 (class Sized_relobj::Symbols): Redeclare from base class.
7596 (class Sized_relobj::local_got_offset_list): Remove.
7597 (class Sized_relobj::Output_sections): Redeclare from base class.
7598 (class Sized_relobj::do_for_all_local_got_entries): New function.
7599 (class Sized_relobj::write_local_symbols): Add offset parameter.
7600 (class Sized_relobj::local_symbol_offset_): Update comment.
7601 (class Sized_relobj::local_dynsym_offset_): Update comment.
7602 * options.cc (Input_arguments::add_file): Remove const.
7603 * options.h (Input_file_argument::Input_file_argument):
7604 Initialize arg_serial_ (all constructors).
7605 (Input_file_argument::set_arg_serial): New function.
7606 (Input_file_argument::arg_serial): New function.
7607 (Input_file_argument::arg_serial_): New data member.
7608 (Input_arguments::Input_arguments): Initialize file_count_.
7609 (Input_arguments::add_file): Remove const.
7610 (Input_arguments::number_of_input_files): New function.
7611 (Input_arguments::file_count_): New data member.
7612 (Command_line::number_of_input_files): Call
7613 Input_arguments::number_of_input_files.
7614 * output.cc (Output_segment_headers::Output_segment_headers):
7615 Set current size.
7616 (Output_section::Input_section::current_data_size): New function.
7617 (Output_section::Output_section): Initialize new data members.
7618 (Output_section::add_input_section): Don't do merge sections for
7619 an incremental link; allocate space from free list for an
7620 incremental update.
7621 (Output_section::add_output_section_data): Allocate space from
7622 free list for an incremental update.
7623 (Output_section::update_data_size): New function.
7624 (Output_section::set_fixed_layout): New function.
7625 (Output_section::reserve): New function.
7626 (Output_segment::set_section_addresses): Remove const.
7627 (Output_segment::set_section_list_addresses): Remove const; allocate
7628 space from free list for an incremental update.
7629 (Output_segment::set_offset): Adjust size of RELRO segment for an
7630 incremental update.
7631 * output.h (Output_data::current_data_size): Move here from
7632 child classes.
7633 (Output_data::pre_finalize_data_size): New function.
7634 (Output_data::update_data_size): New function.
7635 (Output_section_headers::update_data_size): new function.
7636 (Output_section_data_build::current_data_size): Move to Output_data.
7637 (Output_data_strtab::update_data_size): New function.
7638 (Output_section::current_data_size): Move to Output_data.
7639 (Output_section::set_fixed_layout): New function.
7640 (Output_section::has_fixed_layout): New function.
7641 (Output_section::reserve): New function.
7642 (Output_section::update_data_size): New function.
7643 (Output_section::has_fixed_layout_): New data member.
7644 (Output_section::free_list_): New data member.
7645 (Output_segment::set_section_addresses): Remove const.
7646 (Output_segment::set_section_list_addresses): Remove const.
7647 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
7648 New function.
7649 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
7650 New function.
7651 * readsyms.cc (Read_symbols::do_read_symbols): Add library
7652 parameter when calling Add_symbols constructor; store argument
7653 serial number for members of a lib group.
7654 (Add_symbols::locks): Allow case where token == NULL.
7655 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
7656 (Read_member::~Read_member): New function.
7657 (Read_member::is_runnable): New function.
7658 (Read_member::locks): New function.
7659 (Read_member::run): New function.
7660 (Check_script::~Check_script): New function.
7661 (Check_script::is_runnable): New function.
7662 (Check_script::locks): New function.
7663 (Check_script::run): New function.
7664 (Check_library::~Check_library): New function.
7665 (Check_library::is_runnable): New function.
7666 (Check_library::locks): New function.
7667 (Check_library::run): New function.
7668 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
7669 (Add_symbols::library_): New data member.
7670 (class Read_member): New class.
7671 (class Check_script): New class.
7672 (class Check_library): New class.
7673 * reloc.cc (Read_relocs::is_runnable): Allow case where
7674 token == NULL.
7675 (Read_relocs::locks): Likewise.
7676 (Scan_relocs::locks): Likewise.
7677 (Relocate_task::locks): Likewise.
7678 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
7679 to clear counters.
7680 (Sized_relobj::incremental_relocs_scan): Fix comment.
7681 (Sized_relobj::do_relocate): Pass output file offset to
7682 write_local_symbols.
7683 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
7684 from class declaration.
7685 * script.cc (read_input_script): Allocate Script_info; pass
7686 argument serial number to report_script.
7687 * script.h (class Script_info): Move to incremental.h.
7688 * symtab.cc (Symbol_table::add_from_incrobj): New function.
7689 * symtab.h (Symbol_table::add_from_incrobj): New function.
7690 (Symbol_table::set_file_offset): New function.
7691
7692 2011-04-05 Cary Coutant <ccoutant@google.com>
7693
7694 * incremental-dump.cc (dump_incremental_inputs): Change signature
7695 to take a Sized_incremental_binary; change caller. Use readers
7696 in Sized_incremental_binary.
7697 * incremental.cc
7698 (Sized_incremental_binary::find_incremental_inputs_sections):
7699 Rename do_find_incremental_inputs_sections to this.
7700 (Sized_incremental_binary::setup_readers): New function.
7701 (Sized_incremental_binary::do_check_inputs): Check
7702 has_incremental_info_ flag; move setup code to setup_readers;
7703 use input readers.
7704 (Sized_incremental_binary::do_file_is_unchanged): New function.
7705 (Sized_incremental_binary::do_get_input_reader): New function.
7706 * incremental.h (class Incremental_binary): Move to end of file.
7707 (Incremental_binary::file_is_unchanged): New function.
7708 (Incremental_binary::do_file_is_unchanged): New function.
7709 (Incremental_binary::Input_reader): New class.
7710 (Incremental_binary::get_input_reader): New function.
7711 (class Sized_incremental_binary): Move to end of file.
7712 (Sized_incremental_binary::Sized_incremental_binary): Setup the
7713 input section reader classes.
7714 (Sized_incremental_binary::has_incremental_info): New function.
7715 (Sized_incremental_binary::inputs_reader): New function.
7716 (Sized_incremental_binary::symtab_reader): New function.
7717 (Sized_incremental_binary::relocs_reader): New function.
7718 (Sized_incremental_binary::got_plt_reader): New function.
7719 (Sized_incremental_binary::do_file_is_unchanged): New function.
7720 (Sized_incremental_binary::Sized_input_reader): New class.
7721 (Sized_incremental_binary::get_input_reader): New function.
7722 (Sized_incremental_binary::find_incremental_inputs_sections):
7723 Rename do_find_incremental_inputs_sections to this.
7724 (Sized_incremental_binary::setup_readers): New function.
7725 (Sized_incremental_binary::has_incremental_info_): New data member.
7726 (Sized_incremental_binary::inputs_reader_): New data member.
7727 (Sized_incremental_binary::symtab_reader_): New data member.
7728 (Sized_incremental_binary::relocs_reader_): New data member.
7729 (Sized_incremental_binary::got_plt_reader_): New data member.
7730 (Sized_incremental_binary::current_input_file_): New data member.
7731
7732 2011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7733
7734 PR gold/12640
7735 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
7736 violation.
7737
7738 2011-03-30 Cary Coutant <ccoutant@google.com>
7739
7740 * archive.cc (Archive::include_member): Adjust call to report_object.
7741 (Add_archive_symbols::run): Add script_info to call to
7742 report_archive_begin.
7743 (Lib_group::include_member): Adjust call to report_object.
7744 (Add_lib_group_symbols::run): Adjust call to report_object.
7745 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
7746 blocks. Add object count for script input files.
7747 * incremental.cc (Incremental_inputs::report_archive_begin): Add
7748 script_info parameter; change all callers.
7749 (Incremental_inputs::report_object): Add script_info parameter;
7750 change all callers.
7751 (Incremental_inputs::report_script): Store backpointer to
7752 incremental info entry.
7753 (Output_section_incremental_inputs::set_final_data_size): Record
7754 additional information for scripts.
7755 (Output_section_incremental_inputs::write_info_blocks): Likewise.
7756 * incremental.h (Incremental_script_entry::add_object): New function.
7757 (Incremental_script_entry::get_object_count): New function.
7758 (Incremental_script_entry::get_object): New function.
7759 (Incremental_script_entry::objects_): New data member; adjust
7760 constructor.
7761 (Incremental_inputs::report_archive_begin): Add script_info parameter.
7762 (Incremental_inputs::report_object): Add script_info parameter.
7763 (Incremental_inputs_reader::get_object_count): New function.
7764 (Incremental_inputs_reader::get_object_offset): New function.
7765 * options.cc (Input_arguments::add_file): Return reference to
7766 new input argument.
7767 * options.h (Input_argument::set_script_info): New function.
7768 (Input_argument::script_info): New function.
7769 (Input_argument::script_info_): New data member; adjust all
7770 constructors.
7771 (Input_file_group::add_file): Return reference to new input argument.
7772 (Input_file_lib::add_file): Likewise.
7773 (Input_arguments::add_file): Likewise.
7774 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
7775 * script.cc (Parser_closure::Parser_closure): Add script_info
7776 parameter; adjust all callers.
7777 (Parser_closure::script_info): New function.
7778 (Parser_closure::script_info_): New data member.
7779 (read_input_script): Report scripts earlier to incremental info.
7780 (script_add_file): Set script_info in Input_argument.
7781 (script_add_library): Likewise.
7782 * script.h (Script_options::Script_info): Rewrite class.
7783
7784 2011-03-29 Cary Coutant <ccoutant@google.com>
7785
7786 * archive.cc (Library_base::should_include_member): Move
7787 method here from class Archive.
7788 (Archive::Archive): Initialize base class.
7789 (Archive::should_include_member): Move to base class.
7790 (Archive::do_for_all_unused_symbols): New function.
7791 (Add_archive_symbols::run): Remove redundant access to
7792 incremental_inputs.
7793 (Lib_group::Lib_group): Initialize base class.
7794 (Lib_group::do_filename): New function.
7795 (Lib_group::include_member): Pass pointer to Lib_group to
7796 report_object.
7797 (Lib_group::do_for_all_unused_symbols): New function.
7798 (Add_lib_group_symbols::run): Report archive information for
7799 incremental links.
7800 * archive.h (class Library_base): New base class.
7801 (class Archive): Derive from Library_base.
7802 (Archive::filename): Move to base class.
7803 (Archive::set_incremental_info): Likewise.
7804 (Archive::incremental_info): Likewise.
7805 (Archive::Should_include): Likewise.
7806 (Archive::should_include_member): Likewise.
7807 (Archive::Armap_entry): Remove.
7808 (Archive::Unused_symbol_iterator): Remove.
7809 (Archive::unused_symbols_begin): Remove.
7810 (Archive::unused_symbols_end): Remove.
7811 (Archive::do_filename): New function.
7812 (Archive::do_get_mtime): New function.
7813 (Archive::do_for_all_unused_symbols): New function.
7814 (Archive::task_): Move to base class.
7815 (Archive::incremental_info_): Likewise.
7816 (class Lib_group): Derive from Library_base.
7817 (Lib_group::do_filename): New function.
7818 (Lib_group::do_get_mtime): New function.
7819 (Lib_group::do_for_all_unused_symbols): New function.
7820 (Lib_group::task_): Move to base class.
7821 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
7822 function.
7823 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
7824 function.
7825 * incremental.cc (Incremental_inputs::report_archive_begin):
7826 Use Library_base; call library's get_mtime; add incremental inputs
7827 entry before members.
7828 (class Unused_symbol_visitor): New class.
7829 (Incremental_inputs::report_archive_end): Use Library_base; use
7830 visitor class to record unused symbols; don't add incremental inputs
7831 entry after members.
7832 (Incremental_inputs::report_object): Use Library_base.
7833 * incremental.h
7834 (Incremental_archive_entry::Incremental_archive_entry): Remove
7835 unused Archive parameter.
7836 (Incremental_inputs::report_archive_begin): Use Library_base.
7837 (Incremental_inputs::report_archive_end): Likewise.
7838 (Incremental_inputs::report_object): Likewise.
7839 * object.cc (Sized_relobj::do_for_all_global_symbols): New
7840 function.
7841 * object.h (Object::for_all_global_symbols): New function.
7842 (Object::do_for_all_global_symbols): New function.
7843 (Sized_relobj::do_for_all_global_symbols): New function.
7844 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
7845 function.
7846 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
7847 function.
7848
7849 2011-03-27 Ian Lance Taylor <iant@google.com>
7850
7851 * archive.cc (Archive::interpret_header): Return -1 if something
7852 goes wrong. Change callers accordingly.
7853
7854 2011-03-25 Cary Coutant <ccoutant@google.com>
7855
7856 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
7857 * testsuite/Makefile.in: Regenerate.
7858
7859 2011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
7860
7861 * plugin.cc (get_view): New.
7862 (Plugin::load): Pass get_view to the plugin.
7863 (Plugin_manager::get_view): New.
7864
7865 2011-03-21 Ian Lance Taylor <iant@google.com>
7866
7867 * testsuite/final_layout.sh: Rewrite to not use dc.
7868 * testsuite/relro_test.sh: Fail if dc is not present.
7869
7870 2011-03-21 Sriraman Tallam <tmsriram@google.com>
7871
7872 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
7873 Change == to -eq.
7874 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
7875 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
7876 Change == to -eq.
7877 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
7878 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
7879
7880 2011-03-14 Ian Lance Taylor <iant@google.com>
7881
7882 * script-sections.cc (Sort_output_sections::script_compare):
7883 Rename from is_before, change return type.
7884 (Sort_output_sections::operator()): Adjust accordingly.
7885
7886 2011-03-11 Jeffrey Yasskin <jyasskin@google.com>
7887
7888 PR gold/12572
7889 * testsuite/odr_violation2.cc: Add comment to make all error line
7890 numbers double digits.
7891 * testsuite/debug_msg.sh: Adjust expected errors.
7892
7893 2011-03-09 Jeffrey Yasskin <jyasskin@google.com>
7894
7895 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
7896 but mark earlier ones as non-canonical
7897 (offset_to_iterator): Update search target and example
7898 (do_addr2line): Return extra lines in a vector*
7899 (format_file_lineno): Extract from do_addr2line
7900 (one_addr2line): Add vector* out-param
7901 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
7902 when a lineno entry appeared last for its instruction
7903 (Dwarf_line_info): Add vector* out-param
7904 * object.cc (Relocate_info): Pass NULL for the vector* out-param
7905 * symtab.cc (Odr_violation_compare): Include the lineno in the
7906 comparison again.
7907 (linenos_from_loc): New. Combine the canonical line for an
7908 address with its other lines.
7909 (True_if_intersect): New. Helper functor to make
7910 std::set_intersection a query.
7911 (detect_odr_violations): Compare sets of lines instead of just
7912 one line for each function. This became less deterministic, but
7913 has fewer false positives.
7914 * symtab.h: Declarations.
7915 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
7916 mix an optimized and non-optimized object in the same binary
7917 (odr_violation2.so): Same.
7918 * testsuite/Makefile.in: Regenerate from Makefile.am.
7919 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
7920 * testsuite/debug_msg.sh: Update line numbers and add
7921 assertions.
7922 * testsuite/odr_violation1.cc: Use OdrDerived, in a
7923 non-optimized context.
7924 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
7925 isn't inlined, and use OdrDerived in an optimized context.
7926 * testsuite/odr_header1.h: Defines OdrDerived, where
7927 optimization will change the
7928 first-instruction-in-the-destructor's file and line number.
7929 * testsuite/odr_header2.h: Defines OdrBase.
7930
7931 2011-03-09 Ian Lance Taylor <iant@google.com>
7932
7933 * fileread.cc (File_read::clear_views): Don't delete the whole
7934 file view.
7935
7936 2011-03-08 Ian Lance Taylor <iant@google.com>
7937
7938 PR gold/12525
7939 * fileread.cc: #include <climits>.
7940 (GOLD_IOV_MAX): Define.
7941 (File_read::read_multiple): Limit number of entries by iov_max.
7942 * fileread.h (class File_read): Always set max_readv_entries to
7943 128.
7944
7945 2011-03-07 Ian Lance Taylor <iant@google.com>
7946
7947 PR gold/12525
7948 * options.h (class General_options): Add -dy and -dn.
7949
7950 2011-03-02 Cary Coutant <ccoutant@google.com>
7951
7952 * testsuite/script_test_9.t: Add TLS segment.
7953
7954 2011-03-02 Simon Baldwin <simonb@google.com>
7955
7956 * configure.ac: Add check for gnu_indirect_function support in
7957 the toolchain building binutils.
7958 * configure: Rebuild.
7959
7960 2011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
7961
7962 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
7963 plugin only symbols.
7964 (Symbol_table::sized_finalize_symbol) Mark symbol only present
7965 in plugin files as not needed in the symbol table.
7966
7967 2011-02-11 Sriraman Tallam <tmsriram@google.com>
7968
7969 * output.cc (Output_section::add_input_section): Delay fill
7970 generation for section ordering.
7971
7972 2011-02-09 Ian Lance Taylor <iant@google.com>
7973
7974 PR gold/12316
7975 * object.h (class Sized_relobj): Remove clear_local_symbols.
7976 * reloc.cc (Sized_relobj::do_relocate): Don't call
7977 clear_local_symbols.
7978
7979 2011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
7980
7981 * plugin.cc (is_visible_from_outside): Return true for symbols
7982 in the -u option.
7983
7984 2011-02-04 Jeffrey Yasskin <jyasskin@google.com>
7985
7986 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
7987 filename.
7988
7989 2011-02-02 Sriraman Tallam <tmsriram@google.com>
7990
7991 * icf.h (is_section_foldable_candidate): Change type of parameter
7992 to std::string.
7993 * icf.cc (Icf::find_identical_sections): Change type of local variable
7994 section_name to be std::string.
7995 (is_function_ctor_or_dtor): Change type of parameter to std::string.
7996
7997 2011-01-25 Ian Lance Taylor <iant@google.com>
7998
7999 * script.cc (script_add_extern): Rewrite to use
8000 add_symbol_reference.
8001
8002 2011-01-25 Doug Kwan <dougkwan@google.com>
8003
8004 * icf.cc (get_section_contents): Always lock section's object.
8005
8006 2011-01-24 Ian Lance Taylor <iant@google.com>
8007
8008 * options.h (class General_options): Accept
8009 --no-detect-odr-violations.
8010
8011 2011-01-24 Ian Lance Taylor <iant@google.com>
8012
8013 * version.cc (version_string): Bump to 1.11.
8014
8015 2011-01-24 Ian Lance Taylor <iant@google.com>
8016
8017 * plugin.cc (class Plugin_rescan): Define new class.
8018 (Plugin_manager::claim_file): Set any_claimed_.
8019 (Plugin_manager::save_archive): New function.
8020 (Plugin_manager::save_input_group): New function.
8021 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
8022 necessary.
8023 (Plugin_manager::new_undefined_symbol): New function.
8024 (Plugin_manager::rescan): New function.
8025 (Plugin_manager::rescannable_defines): New function.
8026 (Plugin_manager::add_input_file): Set any_added_.
8027 * plugin.h (class Plugin_manager): define new fields rescannable_,
8028 undefined_symbols_, any_claimed_, and any_added_. Declare
8029 Plugin_rescan as friend. Declare new functions.
8030 (Plugin_manager::Rescannable): Define type.
8031 (Plugin_manager::Rescannable_list): Define type.
8032 (Plugin_manager::Undefined_symbol_list): Define type.
8033 (Plugin_manager::Plugin_manager): Initialize new fields.
8034 * archive.cc (Archive::defines_symbol): New function.
8035 (Add_archive_symbols::run): Pass archive to plugins if any.
8036 * archive.h (class Archive): Declare defines_symbol.
8037 * readsyms.cc (Input_group::~Input_group): New function.
8038 (Finish_group::run): Pass input_group to plugins if any.
8039 * readsyms.h (class Input_group): Declare destructor.
8040 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
8041 any.
8042
8043 2011-01-10 Ian Lance Taylor <iant@google.com>
8044
8045 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
8046 section as relro.
8047 (Layout::set_segment_offsets): Reset increase_relro before calling
8048 set_section_addresses a second time.
8049
8050 2011-01-04 Cary Coutant <ccoutant@google.com>
8051
8052 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
8053 sections before NOBITS sections.
8054
8055 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
8056
8057 * version.cc (print_version): Update copyright to 2011.
8058
8059 2010-12-23 Cary Coutant <ccoutant@google.com>
8060
8061 * output.h (Output_data_reloc::add_output_section): Pass OD instead
8062 of OS to this->add. Add OD parameter to second form of the function.
8063
8064 2010-12-20 Ian Lance Taylor <iant@google.com>
8065
8066 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
8067 second of two consecutive entries with same offset.
8068
8069 2010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8070
8071 * testsuite/Makefile.am (ifuncmain2static_LDADD)
8072 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
8073 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
8074 to avoid unneeded links against $(LDADD).
8075 * testsuite/Makefile.in: Regenerate.
8076
8077 2010-12-15 Ian Lance Taylor <iant@google.com>
8078
8079 PR gold/12324
8080 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
8081 for R_X86_64_32 and R_X86_64_PC32.
8082 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
8083 ver_matching_def_pic.o.
8084 (ver_matching_def_pic.o): New target.
8085
8086 2010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8087
8088 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
8089 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
8090 Move definition before File_read::View member definitions.
8091 (File_read::View::~View): Initialize and hold lock before
8092 updating current_mapped_bytes.
8093
8094 2010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8095
8096 * dwarf_reader.cc: Remove outdated comment.
8097 * gold-threads.cc: Fix typo in error message.
8098 * archive.cc: Fix typos in comments.
8099 * archive.h: Likewise.
8100 * arm-reloc-property.cc: Likewise.
8101 * arm-reloc-property.h: Likewise.
8102 * arm-reloc.def: Likewise.
8103 * arm.cc: Likewise.
8104 * attributes.h: Likewise.
8105 * cref.cc: Likewise.
8106 * ehframe.cc: Likewise.
8107 * fileread.h: Likewise.
8108 * gold.h: Likewise.
8109 * i386.cc: Likewise.
8110 * icf.cc: Likewise.
8111 * incremental.h: Likewise.
8112 * int_encoding.cc: Likewise.
8113 * layout.h: Likewise.
8114 * main.cc: Likewise.
8115 * merge.h: Likewise.
8116 * object.cc: Likewise.
8117 * object.h: Likewise.
8118 * options.cc: Likewise.
8119 * readsyms.cc: Likewise.
8120 * reduced_debug_output.cc: Likewise.
8121 * reloc.cc: Likewise.
8122 * script-sections.cc: Likewise.
8123 * sparc.cc: Likewise.
8124 * symtab.h: Likewise.
8125 * target-reloc.h: Likewise.
8126 * target.cc: Likewise.
8127 * target.h: Likewise.
8128 * timer.cc: Likewise.
8129 * timer.h: Likewise.
8130 * x86_64.cc: Likewise.
8131
8132 2010-12-09 Cary Coutant <ccoutant@google.com>
8133
8134 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
8135 stack.
8136 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
8137 parameter; change all callers.
8138 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
8139 * options.h (warn_execstack): New option.
8140
8141 2010-12-07 Doug Kwan <dougkwan@google.com>
8142
8143 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
8144 like function call relocations.
8145
8146 2010-12-07 Ian Lance Taylor <iant@google.com>
8147
8148 * archive.cc (Archive::get_elf_object_for_member): Permit
8149 punconfigured to be NULL.
8150 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
8151 (Archive::include_member): Pass NULL to get_elf_object_for_member
8152 if we searched for the archive and this is the first included
8153 object.
8154
8155 2010-12-01 Ian Lance Taylor <iant@google.com>
8156
8157 * dwarf_reader.h (class Sized_dwarf_line_info): Add
8158 track_relocs_type_ field.
8159 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
8160 Set track_relocs_type_.
8161 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
8162 contents when using RELA relocs.
8163 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
8164 reloc_map_.
8165 * reloc.cc (Track_relocs::next_addend): New function.
8166 * reloc.h (class Track_relocs): Declare next_addend.
8167
8168 2010-12-01 Ian Lance Taylor <iant@google.com>
8169
8170 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
8171 virtual destructor.
8172
8173 2010-12-01 Ian Lance Taylor <iant@google.com>
8174
8175 * README: Update compilers known to work and fail.
8176
8177 2010-11-23 Matthias Klose <doko@ubuntu.com>
8178
8179 * configure.in: For --enable-gold, handle value `default' instead of
8180 `both*'. Always install ld as ld.bfd, install as ld if gold is
8181 not the default.
8182 * configure: Regenerate.
8183
8184 2010-11-18 Doug Kwan <dougkwan@google.com>
8185
8186 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
8187 and right_alignment to be zero. Store result alignment only if it is
8188 greater than existing alignment.
8189
8190 2010-11-16 Cary Coutant <ccoutant@google.com>
8191
8192 PR gold/12220
8193 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
8194 Check for ".zdebug_line".
8195
8196 2010-11-16 Doug Kwan <dougkwan@google.com>
8197 Cary Coutant <ccoutant@google.com>
8198
8199 * output.h (Output_segment::set_section_addresses): Pass increase_relro
8200 by reference; adjust all callers.
8201 * output.cc (Output_segment::set_section_addresses): Adjust references
8202 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
8203 list is empty.
8204 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
8205 end at page boundary.
8206
8207 2010-11-16 Cary Coutant <ccoutant@google.com>
8208
8209 PR gold/12220
8210 * layout.cc (Layout::choose_output_section): Transform names of
8211 compressed sections even when using a script with a SECTIONS clause.
8212 (Layout::output_section_name): Remove code to transform
8213 compressed debug section names.
8214 * output.cc (Output_section::add_input_section): Use uncompressed
8215 section size when tracking input sections.
8216
8217 2010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
8218
8219 * symtab.h (Symbol::NON_PIC_REF): Remove.
8220 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
8221 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
8222 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
8223 (Symbol::use_plt_offset): Take a flags argument and pass it
8224 directly to needs_dynamic_reloc. Restrict check for undefined
8225 weak symbols to function calls.
8226 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
8227 (Target_arm::Scan::global): Use it.
8228 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
8229 (Target_arm::Relocate::relocate): Likewise.
8230 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
8231 parameter with an r_type parameter. Use get_reference_flags
8232 to get the flags.
8233 (Target_arm::Relocate::relocate): Update accordingly.
8234 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
8235 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
8236 (Target_i386::Scan::global): Likewise.
8237 (Target_i386::Relocate::relocate): Likewise.
8238 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
8239 parameter with an r_type parameter. Use get_reference_flags
8240 to get the flags.
8241 (Target_i386::Relocate::relocate): Update accordingly.
8242 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
8243 (Target_powerpc::Scan::global): Use it.
8244 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
8245 (Target_powerpc::Relocate::relocate): Likewise.
8246 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
8247 (Target_sparc::Scan::global): Use it.
8248 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
8249 (Target_sparc::Relocate::relocate): Likewise.
8250 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
8251 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
8252 (Target_x86_64::Scan::global): Likewise.
8253 (Target_x86_64::Relocate::relocate): Likewise.
8254
8255 2010-11-08 Doug Kwan <dougkwan@google.com>
8256 Cary Coutant <ccoutant@google.com>
8257
8258 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
8259 (Arm_exidx_merge_section::section_contents_): New data member.
8260 (Arm_input_section::Arm_input_section): Initialize original_contents_.
8261 (Arm_input_section::~Arm_input_section): De-allocate memory.
8262 (Arm_input_section::original_contents_): New data member.
8263 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
8264 in parameters instead of calling Object::section_contents without
8265 locking.
8266 (Arm_output_section::group_section): New parameter TASK. Pass it
8267 to callees that need locking objects.
8268 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
8269 to lock EXIDX input sections. Fix a formatting issue. Call
8270 Arm_exidx_merged_section::build_contents to create merged section
8271 contents.
8272 (Arm_output_section::create_stub_group): New parameter TASK. Use it
8273 to lock object of stub table owner.
8274 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
8275 TEXT_SIZE to initialize data member TEXT_SIZE_.
8276 (Arm_exidx_input_section::addralign): Fix typo in comment.
8277 (Arm_exidx_input_section::text_size): New method.
8278 (Target_arm::do_relax): New parameter TASK. Pass it to callees
8279 that require locking objects. Lock objects before scanning for stubs
8280 and updating local symbols.
8281 (Arm_input_section<big_endian>::init): Copy contents of original
8282 input section.
8283 (Arm_input_section<big_endian>::do_write): Use saved contents of
8284 original input section instead of calling Object::section_contents
8285 without locking.
8286 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
8287 size without calling Object::section_size().
8288 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
8289 for size. Allocate a buffer for merged EXIDX entries.
8290 (Arm_exidx_merged_section::build_contents): New method.
8291 (Arm_exidx_merged_section::do_write): Move merge section contents
8292 building code to Arm_exidx_merged_section::build_contetns. Write
8293 out contetns in buffer instead of building it on the fly.
8294 (Arm_relobj::make_exidx_input_section): Also pass text section size
8295 to Arm_exidx_input_section constructor.
8296 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
8297 (Arm_dynobj::do_read_symbols): Fix memory leak.
8298 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
8299 * target.h: (class Task): Add forward declaration.
8300 (Target::relax): Add new parameter TASK and pass it to
8301 Target::do_relax().
8302 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
8303
8304 2010-11-05 Cary Coutant <ccoutant@google.com>
8305
8306 PR gold/10708
8307 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
8308 object when reading from the file.
8309 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
8310 second layout pass.
8311 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
8312 when reading section contents.
8313 (get_section_contents): Likewise.
8314 (icf::find_identical_sections): Likewise.
8315 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
8316 object when reading from the file.
8317 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
8318 the object when doing deferred section layout.
8319
8320 2010-11-03 Nick Clifton <nickc@redhat.com>
8321
8322 PR gold/12001
8323 * script.h (class Symbol_assignment: name): New member. Returns
8324 the name of the symbol.
8325 * scrfipt.cc (Script_options::is_pending_assignment): New member.
8326 Returns true if the given symbol name is on the list of
8327 assignments wating to be processed.
8328 * archive.cc (should_incldue_member): If the symbol is undefined,
8329 check to see if it is on the list of symbols pending assignment.
8330
8331 2010-11-03 Ryan Mansfield <rmansfield@qnx.com>
8332
8333 * script-sections.cc (Script_sections::find_memory_region): Check
8334 for a NULL output section pointer.
8335
8336 2010-10-29 Doug Kwan <dougkwan@google.com>
8337
8338 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
8339 Output_section::add_relaxed_input_section.
8340 * output.cc (Output_section::add_relaxed_input_section): Add new
8341 arguments LAYOUT and NAME. Set section order index.
8342 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
8343 Copy section order index.
8344 * output.h (Output_section::add_relaxed_input_section): Add new
8345 arguments LAYOUT and NAME.
8346
8347 2010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8348
8349 * testsuite/Makefile.am: Move gcctestdir/ld rule to
8350 NATIVE_OR_CROSS_LINKER.
8351 * testsuite/Makefile.in: Regenerate.
8352
8353 2010-10-20 Doug Kwan <dougkwan@google.com>
8354
8355 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
8356 without SHF_LINK_ORDER flags.
8357 * layout.cc (Layout::choose_output_section): Do not filter
8358 SHF_LINK_ORDER flag in a relocatable link.
8359
8360 2010-10-17 Cary Coutant <ccoutant@google.com>
8361
8362 * output.h (Output_segment::set_section_addresses): Change function
8363 signature. Update all callers.
8364 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
8365 sections.
8366 (Output_segment::set_section_addresses): Align after last TLS
8367 section. Add padding before last relro section instead of after.
8368
8369 2010-10-17 Doug Kwan <dougkwan@google.com>
8370
8371 * gold/arm.cc (Target_arm::got_section): Use correct order and set
8372 GOT output section to be writable.
8373
8374 2010-10-14 Cary Coutant <ccoutant@google.com>
8375
8376 * debug.h (DEBUG_INCREMENTAL): New flag.
8377 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
8378 * gold.cc (queue_initial_tasks): Check parameters for incremental link
8379 mode.
8380 * incremental.cc (report_command_line): Ignore all forms of
8381 --incremental.
8382 * layout.cc (Layout::Layout): Check parameters for incremental link
8383 mode.
8384 * options.cc (General_options::parse_incremental): New function.
8385 (General_options::parse_no_incremental): New function.
8386 (General_options::parse_incremental_full): New function.
8387 (General_options::parse_incremental_update): New function.
8388 (General_options::incremental_mode_): New data member.
8389 (General_options::finalize): Check incremental_mode_.
8390 * options.h (General_options): Update help text for --incremental.
8391 Add --no-incremental, --incremental-full, --incremental-update.
8392 (General_options::Incremental_mode): New enum type.
8393 (General_options::incremental_mode): New function.
8394 (General_options::incremental_mode_): New data member.
8395 * parameters.cc (Parameters::incremental_mode_): New data member.
8396 (Parameters::set_options): Set incremental_mode_.
8397 (Parameters::set_incremental_full): New function.
8398 (Parameters::incremental): New function.
8399 (Parameters::incremental_update): New function.
8400 (set_parameters_incremental_full): New function.
8401 * parameters.h (Parameters::set_incremental_full): New function.
8402 (Parameters::incremental): New function.
8403 (Parameters::incremental_update): New function.
8404 (Parameters::incremental_mode_): New data member.
8405 (set_parameters_incremental_full): New function.
8406 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
8407 incremental link mode.
8408 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
8409 (Sized_relobj::do_relocate_sections): Likewise.
8410 * testsuite/Makefile.am (incremental_test): Use --incremental-full
8411 option.
8412 * testsuite/Makefile.in: Regenerate.
8413 * testsuite/incremental_test.sh: Filter all forms of --incremental.
8414
8415 2010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8416
8417 * script-sections.h (class Script_sections): Make
8418 Sections_elements typedef public.
8419 * script-sections.cc (class Sort_output_sections): Add elements_
8420 field. Add constructor which sets it; change all callers.
8421 (Sort_output_sections::is_before): New function.
8422 (Sort_output_sections::operator()): Call is_before.
8423 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
8424 conditional.
8425 * testsuite/script_test_10.sh: New test. Test script section
8426 order.
8427 * testsuite/script_test_10.t: Likewise.
8428 * testsuite/script_test_10.s: Likewise.
8429 * testsuite/Makefile.am: Wrap the cross linker tests and the
8430 common tests into NATIVE_OR_CROSS_LINKER.
8431 (check_SCRIPTS): Add script_test_10.sh.
8432 (check_DATA): Add script_test_10.stdout.
8433 (script_test_10.o, script_test_10): New targets.
8434 (script_test_10.stdout): New target.
8435 * configure, testsuite/Makefile.in: Regenerate.
8436
8437 2010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8438
8439 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
8440 error for the deprecated relocations.
8441 (Target_arm::Scan::global): Likewise.
8442 (Target_arm::Relocate::relocate): Likewise.
8443
8444 2010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
8445
8446 * fileread.cc (Input_file::find_file): Initialize *found_name
8447 and *namep when using the fallback search for case 4.
8448
8449 2010-10-11 Cary Coutant <ccoutant@google.com>
8450
8451 * options.h (class General_options): Redefine -z lazy as an alias for
8452 the negation of -z now.
8453
8454 2010-10-11 Ian Lance Taylor <iant@google.com>
8455
8456 * resolve.cc (symbol_to_bits): Report the value of the unsupported
8457 binding.
8458
8459 2010-10-06 Nick Clifton <nickc@redhat.com>
8460
8461 * script-sections.cc(class Memory_region): Remove
8462 current_lma_offset_ field. Rename current_vma_offset_ to
8463 current_offset_. Add last_section_ field.
8464 (Memory_region::get_current_vma_address): Rename to
8465 get_current_address.
8466 (Memory_region::get_current_lma_address): Delete.
8467 (Memory_region::increment_vma_offset): Rename to
8468 increment_offset.
8469 (Memory_region::increment_lma_offset): Delete.
8470 (Memory_region::attributes_compatible): New method. Returns
8471 true if the provided section is compatible with the region.
8472 (Memory_region::get_last_section): New method. Returns the last
8473 section to use the region.
8474 (Memory_region::set_last_section): New method. Stores the last
8475 section to use the region.
8476 (Script_sections::block_in_region): New method. Returns true if
8477 a block of memory is contained within a region.
8478 (Script_sections::find_memory_region): New method. Locates a
8479 memory region to be used to set a VMA or LMA address.
8480 (Output_section_definition::set_section_addresses): Add code to
8481 check for addresses set by memory regions.
8482 (Output_segment::set_section_addresses): Remove memory region
8483 walking code.
8484 (Script_sections::create_segment): Add a warning if a header
8485 segment is created outside of any region.
8486 * script-sections.h (class Script_sections): Add prototypes for
8487 find_memory_region and block_in_region methods.
8488 * testsuite/memory_test.s: Use .long instead of .word.
8489 * testsuite/memory_test.t: Add some more output sections.
8490 * testsuite/memory_test.sh: Update expected output.
8491
8492 2010-10-02 Doug Kwan <dougkwan@google.com>
8493
8494 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
8495 defintion to symtab.h
8496 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
8497 declaration to defintion.
8498
8499 2010-10-01 Nick Clifton <nickc@redhat.com>
8500
8501 * expression.cc (eval): Replace dummy argument with NULL.
8502 (eval_maybe_dot): Check for a NULL result section pointer.
8503 (Symbol_expression::value): Likewise.
8504 (Dot_expression::value): Likewise.
8505 (BINARY_EXPRESSION): Likewise.
8506 (Max_expression::value): Likewise.
8507 (Min_expression::value): Likewise.
8508 (Absolute_expression::value): Likewise.
8509 (Addr_expression::value_from_output_section): Likewise.
8510 (Loaddddr_expression::value_from_output_section): Likewise.
8511 (Segment_start_expression::value): Likewise.
8512 * script-sections.cc
8513 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
8514 argument with NULL.
8515 (Sections_elememt_dot_assignment::set_section_addresses):
8516 Likewise.
8517 (Output_data_expression::do_write_to_buffer): Likewise.
8518 (Output_section_definition::finalize_symbols): Likewise.
8519 (Output_section_definition::set_section_addresses): Likewise.
8520
8521 2010-09-30 Doug Kwan <dougkwan@google.com>
8522
8523 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
8524
8525 2010-09-28 Sriraman Tallam <tmsriram@google.com>
8526
8527 * target.h (Target::can_icf_inline_merge_sections): New virtual
8528 function.
8529 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
8530 virtual function.
8531 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
8532 virtual function.
8533 * icf.cc (get_section_contents): Inline merge sections only when
8534 target allows it.
8535
8536 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8537
8538 * configure: Regenerate.
8539
8540 2010-09-17 Ian Lance Taylor <iant@google.com>
8541
8542 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
8543 * testsuite/Makefile.am (memory_test.o): New target.
8544 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
8545 memory_test.t.
8546 * testsuite/Makefile.in: Rebuild.
8547
8548 2010-09-17 Doug Kwan <dougkwan@google.com>
8549
8550 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
8551 defintion if relocation uses GOT entries of the symbol.
8552 * testsuite/icf_safe_test.sh: Fix test.
8553 * testsuite/icf_safe_so_test.sh: Fix test.
8554
8555 2010-09-16 Cary Coutant <ccoutant@google.com>
8556
8557 * script_sections.cc (class Memory_region): Remove "NULL" from
8558 vector initializations.
8559
8560 2010-09-15 Cary Coutant <ccoutant@google.com>
8561
8562 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
8563 Resolve forwarding symbols.
8564
8565 2010-09-15 Doug Kwan <dougkwan@google.com>
8566
8567 * gold/testsuite/script_test_3.t: Add ARM special sections.
8568 * gold/testsuite/script_test_4.t: Same.
8569 * gold/testsuite/script_test_5.t: Same.
8570 * gold/testsuite/script_test_6.t: Same.
8571 * gold/testsuite/script_test_7.t: Same.
8572 * gold/testsuite/script_test_7.t: Same.
8573 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
8574
8575 2010-09-14 Cary Coutant <ccoutant@google.com>
8576
8577 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
8578 (Target_x86_64::Relocate::relocate_tls): Replace check for
8579 saw_tls_block_reloc_ with test for executable section.
8580
8581 2010-09-12 Cary Coutant <ccoutant@google.com>
8582
8583 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
8584 position-independent executables to shared libraries need dynamic
8585 relocations.
8586 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
8587 position-independent executables.
8588 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
8589 * testsuite/Makefile.in: Regenerate.
8590
8591 2010-09-10 Nick Clifton <nickc@redhat.com>
8592
8593 PR gold/11997
8594 * testsuite/memory_test.t: Discard any sections that are not
8595 needed.
8596
8597 2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
8598
8599 PR gold/11996
8600 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
8601 "This::" to work around a bug in gcc 4.2.
8602
8603 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
8604
8605 2010-09-09 Rafael Espindola <espindola@google.com>
8606
8607 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
8608 sections with different PF_X flags in the same segment.
8609 (Layout::find_first_load_seg): Search all segments to find the first
8610 one.
8611 * options.h (rosegment): New.
8612
8613 2010-09-08 Rafael Espindola <espindola@google.com>
8614
8615 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
8616
8617 2010-09-08 Doug Kwan <dougkwan@google.com>
8618
8619 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
8620 (Arm_relobj::do_relocate_sections): Add new parameter for output
8621 file to match the parent.
8622 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
8623 of local symbols instead of input values. Update code to track
8624 changes in gold::relocate_section.
8625 * object.cc (Sized_relobj::compute_final_local_value): New methods.
8626 (Sized_relobj::compute_final_local_value_internal): New methods.
8627 (Sized_relobj::do_finalize_local_symbols): Move code from loop
8628 body into private version of Sized_relobj::compute_final_local_value.
8629 Call the inline method.
8630 * object.h (Symbol_value::Symbol_value): Define destructor. Free
8631 merged symbol value if there is one.
8632 (Symbol_value::has_output_value): New method defintiion.
8633 (Sized_relobj::Compute_final_local_value_status): New enum type.
8634 (Sized_relobj::compute_final_local_value): New methods.
8635 (Sized_relobj::compute_final_local_value_internal): New methods.
8636 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
8637 and arm_cortex_a8.sh.
8638 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
8639 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
8640 New tests.
8641 * Makefile.in: Regenerate.
8642 * testsuite/arm_bl_out_of_range.s: Update test.
8643 * testsuite/thumb_bl_out_of_range.s: Ditto.
8644 * testsuite/thumb_blx_out_of_range.s: Ditto.
8645 * testsuite/arm_branch_out_of_range.sh: New file.
8646 * testsuite/arm_cortex_a8.sh: Ditto.
8647 * testsuite/arm_cortex_a8_b.s: Ditto.
8648 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
8649 * testsuite/arm_cortex_a8_b_local.s: Ditto.
8650 * testsuite/arm_cortex_a8_bl.s: Ditto.
8651 * testsuite/arm_cortex_a8_blx.s: Ditto.
8652 * testsuite/arm_cortex_a8_local.s: Ditto.
8653 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
8654 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
8655
8656 2010-09-08 Rafael Espindola <espindola@google.com>
8657
8658 * Makefile.am (memory_test.stdout): Run readelf with -W.
8659 * Makefile.in: Regenerate.
8660 * testsuite/memory_test.sh: Make the regexps accept both 32 and
8661 64 bit output.
8662
8663 2010-09-08 Rafael Espindola <espindola@google.com>
8664
8665 * script-sections.cc (Script_sections::add_memory_region): Convert
8666 field precision to int.
8667 * script.cc (script_set_section_region, script_set_section_region):
8668 Convert field precision to int.
8669
8670 2010-09-08 Rafael Espindola <espindola@google.com>
8671
8672 * arm.cc (do_finalize_sections): Create the __exidx_start and
8673 __exdix_end symbols even when the section is missing.
8674
8675 2010-09-08 Nick Clifton <nickc@redhat.com>
8676
8677 * README: Remove claim that MEMORY is not supported.
8678 * expression.cc (script_exp_function_origin)
8679 (script_exp_function_length): Move from here to ...
8680 * script.cc: ... here.
8681 (script_set_section_region, script_add_memory)
8682 (script_parse_memory_attr, script_include_directive): New
8683 functions.
8684 * script-sections.cc
8685 (class Memory_region): New class.
8686 (class Output_section_definition): Add set_memory_region,
8687 set_section_vma, set_section_lma and get_section_name methods.
8688 (class Script_Sections): Add add_memory_region,
8689 find_memory_region, find_memory_region_origin,
8690 find_memory_region_length and set_memory_region methods.
8691 Have set_section_addresses method walk the list of set memory
8692 regions.
8693 Extend the print methos to display memory regions.
8694 * script-sections.h: Add prototypes for new methods.
8695 Add enum for MEMORY region attributes.
8696 * yyscript.y: Add support for parsing MEMORY regions.
8697 * script-c.h: Add prototypes for new functions.
8698 * testsuite/Makefile.am: Add test of MEMORY region functionality.
8699 * testsuite/Makefile.in: Regenerate.
8700 * testsuite/memory_test.sh: New script.
8701 * testsuite/memory_test.s: New assembler source file.
8702 * testsuite/memory_test.t: New linker script.
8703
8704 2010-08-27 Doug Kwan <dougkwan@google.com>
8705
8706 * gold/resolve.cc (Symbol_table::should_override): Let a weak
8707 reference override an existing dynamic weak reference.
8708 * testsuite/Makefile.am: Add new test dyn_weak_ref.
8709 * testsuite/Makefile.in: Regenerate.
8710 * testsuite/dyn_weak_ref.sh: New file.
8711 * testsuite/dyn_weak_ref_1.c: Ditto.
8712 * testsuite/dyn_weak_ref_2.c: Ditto.
8713
8714 2010-08-27 Ian Lance Taylor <iant@google.com>
8715
8716 * incremental.h (class Incremental_input_entry): Add virtual
8717 destructor.
8718
8719 2010-08-27 Ian Lance Taylor <iant@google.com>
8720
8721 * testsuite/start_lib_test_3.c: Mark t3 as used.
8722
8723 2010-08-27 Nick Clifton <nickc@redhat.com>
8724
8725 * options.cc (version_script): Fix small typo in previous
8726 whitespace tidyup.
8727
8728 2010-08-25 Nick Clifton <nickc@redhat.com>
8729
8730 * archive.cc: Formatting fixes: Remove whitespace between
8731 typename and following asterisk. Remove whitespace between
8732 function name and opening parenthesis.
8733 * archive.h: Likewise.
8734 * arm.cc: Likewise.
8735 * attributes.cc: Likewise.
8736 * attributes.h: Likewise.
8737 * common.cc: Likewise.
8738 * copy-relocs.cc: Likewise.
8739 * dirsearch.h: Likewise.
8740 * dynobj.cc: Likewise.
8741 * ehframe.cc: Likewise.
8742 * ehframe.h: Likewise.
8743 * expression.cc: Likewise.
8744 * fileread.cc: Likewise.
8745 * fileread.h: Likewise.
8746 * gc.h: Likewise.
8747 * gold-threads.cc: Likewise.
8748 * gold.cc: Likewise.
8749 * i386.cc: Likewise.
8750 * icf.h: Likewise.
8751 * incremental-dump.cc: Likewise.
8752 * incremental.cc: Likewise.
8753 * layout.cc: Likewise.
8754 * layout.h: Likewise.
8755 * main.cc: Likewise.
8756 * merge.cc: Likewise.
8757 * merge.h: Likewise.
8758 * object.cc: Likewise.
8759 * object.h: Likewise.
8760 * options.cc: Likewise.
8761 * options.h: Likewise.
8762 * output.cc: Likewise.
8763 * output.h: Likewise.
8764 * plugin.cc: Likewise.
8765 * plugin.h: Likewise.
8766 * powerpc.cc: Likewise.
8767 * reloc.cc: Likewise.
8768 * script-c.h: Likewise.
8769 * script-sections.cc: Likewise.
8770 * script.cc: Likewise.
8771 * stringpool.cc: Likewise.
8772 * symtab.cc: Likewise.
8773 * symtab.h: Likewise.
8774 * target.cc: Likewise.
8775 * timer.cc: Likewise.
8776 * timer.h: Likewise.
8777 * version.cc: Likewise.
8778 * x86_64.cc: Likewise.
8779
8780 2010-08-24 Nick Clifton <nickc@redhat.com>
8781
8782 PR 11899
8783 * layout.cc (segment_precedes): Sort segments by their physical
8784 addresses, if they have been set.
8785
8786 2010-08-23 Cary Coutant <ccoutant@google.com>
8787
8788 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
8789 symbols data.
8790 (Lib_group::include_member): Unlock object after deleting its
8791 symbols data.
8792 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
8793 the bug fixed here.
8794
8795 2010-08-19 Neil Vachharajani <nvachhar@google.com>
8796 Cary Coutant <ccoutant@google.com>
8797
8798 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
8799 constructor, and set_blocker.
8800 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
8801 readsyms_blocker_.
8802 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
8803 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
8804 * testsuite/Makefile.am (start_lib_test): New test case.
8805 * testsuite/Makefile.in: Regenerate.
8806 * testsuite/start_lib_test_main.c: New file.
8807 * testsuite/start_lib_test_1.c: New file.
8808 * testsuite/start_lib_test_2.c: New file.
8809 * testsuite/start_lib_test_3.c: New file.
8810
8811 2010-08-19 Ian Lance Taylor <iant@google.com>
8812
8813 * Makefile.in: Rebuild with automake 1.11.1.
8814 * aclocal.m4: Likewise.
8815 * testsuite/Makefile.in: Likewise.
8816
8817 2010-08-19 Ian Lance Taylor <iant@google.com>
8818
8819 PR 10893
8820 * i386.cc (class Output_data_plt_i386): Update declarations.
8821 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
8822 local_ifuncs_ fields.
8823 (Target_i386::do_plt_section_for_global): New function.
8824 (Target_i386::do_plt_section_for_local): New function.
8825 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
8826 parameter; change all callers. Initialize global_ifuncs_ and
8827 local_ifuncs_. If doing a static link define __rel_iplt_start and
8828 __rel_iplt_end.
8829 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
8830 (Output_data_plt_i386::add_local_ifunc_entry): New function.
8831 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
8832 symbols.
8833 (Target_i386::make_plt_section): New function, broken out of
8834 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
8835 (Target_i386::make_plt_entry): Call make_plt_section.
8836 (Target_i386::make_local_ifunc_plt_entry): New function.
8837 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
8838 (Target_i386::Scan::local): Handle IFUNC symbols. Add
8839 R_386_IRELATIVE to switch.
8840 (Target_i386::Scan::global): Likewise.
8841 (Target_i386::Relocate::relocate): Likewise.
8842 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
8843 switch.
8844 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
8845 (Target_x86_64::do_plt_section_for_global): New function.
8846 (Target_x86_64::do_plt_section_for_local): New function.
8847 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
8848 parameter; change all callers. If doing a static link define
8849 __rela_iplt_start and __rela_iplt_end.
8850 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
8851 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
8852 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
8853 to point to .plt.
8854 (Target_x86_64::make_local_ifunc_plt_entry): New function.
8855 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
8856 switch.
8857 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
8858 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
8859 R_X86_64_IRELATIVE to switch.
8860 (Target_x86_64::Scan::global): Likewise.
8861 (Target_x86_64::Relocate::relocate): Likewise.
8862 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
8863 switch.
8864 * target.h (class Target): Add plt_section_for_global and
8865 plt_section_for_local functions. Add do_plt_section_for_global
8866 and do_plt_section_for_local virtual functions.
8867 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
8868 clarifying comments.
8869 (Symbol::use_plt_offset): Handle IFUNC symbol.
8870 * object.cc (Sized_relobj::Sized_relobj): Initialize
8871 local_plt_offsets_.
8872 (Sized_relobj::local_has_plt_offset): New function.
8873 (Sized_relobj::local_plt_offset): New function.
8874 (Sized_relobj::set_local_plt_offset): New function.
8875 (Sized_relobj::do_count): Handle IFUNC symbol.
8876 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
8877 a bit away from input_shndx_ field. Add set_is_func_symbol and
8878 is_ifunc_symbol functions.
8879 (class Sized_relobj): Update declarations. Remove Tls_got_entry
8880 and Local_tls_got_offsets. Define Local_plt_offsets. Add
8881 local_plt_offsets_ field.
8882 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
8883 * output.h (class Output_section_data): Add non-const
8884 output_section function.
8885 (class Output_data_got): Update declarations.
8886 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
8887 Add use_plt_offset parameter to global and local constructors.
8888 Change all callers. Change local_sym_index_ field to 31 bits.
8889 Change GSYM_CODE and CONSTANT_CODE accordingly.
8890 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
8891 doing a static link don't set sh_link field.
8892 (Output_data_got::Got_entry::write): Use PLT offset if
8893 appropriate.
8894 (Output_data_got::add_global_plt): New function.
8895 (Output_data_got::add_local_plt): New function.
8896 * target-reloc.h (relocate_section): Handle IFUNC symbol.
8897 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
8898 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
8899 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
8900 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
8901 IFUNC conditional.
8902 * testsuite/ifunc-sel.h: New file.
8903 * testsuite/ifuncmain1.c: New file.
8904 * testsuite/ifuncmain1vis.c: New file.
8905 * testsuite/ifuncmod1.c: New file.
8906 * testsuite/ifuncdep2.c: New file.
8907 * testsuite/ifuncmain2.c: New file.
8908 * testsuite/ifuncmain3.c: New file.
8909 * testsuite/ifuncmod3.c: New file.
8910 * testsuite/ifuncmain4.c: New file.
8911 * testsuite/ifuncmain5.c: New file.
8912 * testsuite/ifuncmod5.c: New file.
8913 * testsuite/ifuncmain6pie.c: New file.
8914 * testsuite/ifuncmod6.c: New file.
8915 * testsuite/ifuncmain7.c: New file.
8916 * configure, testsuite/Makefile.in: Rebuild.
8917
8918 2010-08-18 Ian Lance Taylor <iant@google.com>
8919
8920 * incremental.cc
8921 (Output_section_incremental_inputs::write_input_files): Add cast
8922 to avoid signed/unsigned comparison warning.
8923 (Output_section_incremental_inputs::write_info_blocks): Likewise.
8924
8925 2010-08-12 Cary Coutant <ccoutant@google.com>
8926
8927 * common.cc (Sort_commons::operator()): Remove unnecessary code.
8928
8929 2010-08-13 Ian Lance Taylor <iant@google.com>
8930
8931 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
8932
8933 2010-08-12 Cary Coutant <ccoutant@google.com>
8934 Doug Kwan <dougkwan@google.com>
8935
8936 * resolve.cc (Symbol_table::should_override): When a weak dynamic
8937 defintion overrides non-weak undef, remember that the original undef
8938 is not weak.
8939 * symtab.cc (Symbol_table::sized_write_global): For undef without
8940 an original weak binding, set binding to global in output.
8941 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
8942 * testsuite/Makefile.in: Regenerate.
8943 * testsuite/strong_ref_weak_def.sh: New file.
8944 * testsuite/strong_ref_weak_def_1.c: Ditto.
8945 * testsuite/strong_ref_weak_def_2.c: Ditto.
8946
8947 2010-08-12 Cary Coutant <ccoutant@google.com>
8948
8949 * testsuite/incremental_test.sh: Rewrite.
8950 * testsuite/incremental_test_1.c: Rewrite.
8951 * testsuite/incremental_test_2.c: Rewrite.
8952
8953 2010-08-12 Cary Coutant <ccoutant@google.com>
8954
8955 * arm.cc (Target_arm::got_size): Add const.
8956 (Target_arm::got_entry_count): New function.
8957 (Target_arm::plt_entry_count): New function.
8958 (Target_arm::first_plt_entry_offset): New function.
8959 (Target_arm::plt_entry_size): New function.
8960 (Output_data_plt_arm::entry_count): New function.
8961 (Output_data_plt_arm::first_plt_entry_offset): New function.
8962 (Output_data_plt_arm::get_plt_entry_size): New function.
8963 * i386.cc (Target_i386::got_size): Add const.
8964 (Target_i386::got_entry_count): New function.
8965 (Target_i386::plt_entry_count): New function.
8966 (Target_i386::first_plt_entry_offset): New function.
8967 (Target_i386::plt_entry_size): New function.
8968 (Output_data_plt_i386::entry_count): New function.
8969 (Output_data_plt_i386::first_plt_entry_offset): New function.
8970 (Output_data_plt_i386::get_plt_entry_size): New function.
8971 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
8972 find_incremental_inputs_sections. Dump incremental_got_plt section.
8973 * incremental.cc: Include target.h.
8974 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
8975 parameter. Adjust all callers. Find incremental_got_plt section.
8976 (Incremental_inputs::create_data_sections): Create incremental_got_plt
8977 section.
8978 (Output_section_incremental_inputs::set_final_data_size): Calculate
8979 size of incremental_got_plt section.
8980 (Output_section_incremental_inputs::do_write): Write the
8981 incremental_got_plt section.
8982 (Got_plt_view_info): New struct.
8983 (Local_got_offset_visitor): New class.
8984 (Global_got_offset_visitor): New class.
8985 (Global_symbol_visitor_got_plt): New class.
8986 (Output_section_incremental_inputs::write_got_plt): New function.
8987 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
8988 Add parameter. Adjust all callers.
8989 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
8990 (Incremental_inputs::got_plt_section): New function.
8991 (Incremental_inputs::got_plt_section_): New data member.
8992 (Incremental_got_plt_reader): New class.
8993 * layout.cc (Layout::create_incremental_info_sections): Add the
8994 incremental_got_plt section.
8995 * object.h (Got_offset_list::get_list): New function.
8996 (Got offset_list::for_all_got_offsets): New function.
8997 (Sized_relobj::local_got_offset_list): New function.
8998 * powerpc.cc (Target_powerpc::got_size): Add const.
8999 (Target_powerpc::got_entry_count): New function.
9000 (Target_powerpc::plt_entry_count): New function.
9001 (Target_powerpc::first_plt_entry_offset): New function.
9002 (Target_powerpc::plt_entry_size): New function.
9003 (Output_data_plt_powerpc::entry_count): New function.
9004 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
9005 (Output_data_plt_powerpc::get_plt_entry_size): New function.
9006 * sparc.cc (Target_sparc::got_size): Add const.
9007 (Target_sparc::got_entry_count): New function.
9008 (Target_sparc::plt_entry_count): New function.
9009 (Target_sparc::first_plt_entry_offset): New function.
9010 (Target_sparc::plt_entry_size): New function.
9011 (Output_data_plt_sparc::entry_count): New function.
9012 (Output_data_plt_sparc::first_plt_entry_offset): New function.
9013 (Output_data_plt_sparc::get_plt_entry_size): New function.
9014 * symtab.h (Symbol::got_offset_list): New function.
9015 (Symbol_table::for_all_symbols): New function.
9016 * target.h (Sized_target::got_entry_count): New function.
9017 (Sized_target::plt_entry_count): New function.
9018 (Sized_target::plt_entry_size): New function.
9019 * x86_64.cc (Target_x86_64::got_size): Add const.
9020 (Target_x86_64::got_entry_count): New function.
9021 (Target_x86_64::plt_entry_count): New function.
9022 (Target_x86_64::first_plt_entry_offset): New function.
9023 (Target_x86_64::plt_entry_size): New function.
9024 (Output_data_plt_x86_64::entry_count): New function.
9025 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
9026 (Output_data_plt_x86_64::get_plt_entry_size): New function.
9027
9028 2010-08-12 Cary Coutant <ccoutant@google.com>
9029
9030 * archive.cc: Include incremental.h.
9031 (Archive::Archive): Initialize incremental_info_.
9032 (Archive::include_member): Record archive members in incremental info.
9033 (Add_archive_symbols::run): Record begin and end of an archive in
9034 incremental info.
9035 (Lib_group::include_member): Record objects in incremental info.
9036 * archive.h (Incremental_archive_entry): Forward declaration.
9037 (Archive::set_incremental_info): New member function.
9038 (Archive::incremental_info): New member function.
9039 (Archive::Unused_symbol_iterator): New class.
9040 (Archive::unused_symbols_begin): New member function.
9041 (Archive::unused_symbols_end): New member function.
9042 (Archive::incremental_info_): New data member.
9043 * incremental-dump.cc (find_input_containing_global): New function.
9044 (dump_incremental_inputs): Dump new incremental info sections.
9045 * incremental.cc: Include symtab.h.
9046 (Output_section_incremental_inputs): New class.
9047 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
9048 new incremental info sections.
9049 (Sized_incremental_binary::do_check_inputs): Likewise.
9050 (Incremental_inputs::report_archive): Remove.
9051 (Incremental_inputs::report_archive_begin): New function.
9052 (Incremental_inputs::report_archive_end): New function.
9053 (Incremental_inputs::report_object): New function.
9054 (Incremental_inputs::finalize_inputs): Remove.
9055 (Incremental_inputs::report_input_section): New function.
9056 (Incremental_inputs::report_script): Rewrite.
9057 (Incremental_inputs::finalize): Do nothing but finalize string table.
9058 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
9059 (Incremental_inputs::sized_create_inputs_section_data): Remove.
9060 (Incremental_inputs::create_data_sections): New function.
9061 (Incremental_inputs::relocs_entsize): New function.
9062 (Output_section_incremental_inputs::set_final_data_size): New function.
9063 (Output_section_incremental_inputs::do_write): New function.
9064 (Output_section_incremental_inputs::write_header): New function.
9065 (Output_section_incremental_inputs::write_input_files): New function.
9066 (Output_section_incremental_inputs::write_info_blocks): New function.
9067 (Output_section_incremental_inputs::write_symtab): New function.
9068 * incremental.h (Incremental_script_entry): Forward declaration.
9069 (Incremental_object_entry): Forward declaration.
9070 (Incremental_archive_entry): Forward declaration.
9071 (Incremental_inputs): Forward declaration.
9072 (Incremental_inputs_header_data): Remove.
9073 (Incremental_inputs_header): Remove.
9074 (Incremental_inputs_header_write): Remove.
9075 (Incremental_inputs_entry_data): Remove.
9076 (Incremental_inputs_entry): Remove.
9077 (Incremental_inputs_entry_write): Remove.
9078 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
9079 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
9080 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
9081 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
9082 Likewise.
9083 (Incremental_input_entry): New class.
9084 (Incremental_script_entry): New class.
9085 (Incremental_object_entry): New class.
9086 (Incremental_archive_entry): New class.
9087 (Incremental_inputs::Incremental_inputs): Initialize new data members.
9088 (Incremental_inputs::report_inputs): Remove.
9089 (Incremental_inputs::report_archive): Remove.
9090 (Incremental_inputs::report_archive_begin): New function.
9091 (Incremental_inputs::report_archive_end): New function.
9092 (Incremental_inputs::report_object): Change prototype.
9093 (Incremental_inputs::report_input_section): New function.
9094 (Incremental_inputs::report_script): Change prototype.
9095 (Incremental_inputs::get_reloc_count): New function.
9096 (Incremental_inputs::set_reloc_count): New function.
9097 (Incremental_inputs::create_data_sections): New function.
9098 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
9099 (Incremental_inputs::inputs_section): New function.
9100 (Incremental_inputs::symtab_section): New function.
9101 (Incremental_inputs::relocs_section): New function.
9102 (Incremental_inputs::get_stringpool): Add const.
9103 (Incremental_inputs::command_line): Add const.
9104 (Incremental_inputs::inputs): Remove.
9105 (Incremental_inputs::command_line_key): New function.
9106 (Incremental_inputs::input_file_count): New function.
9107 (Incremental_inputs::input_files): New function.
9108 (Incremental_inputs::relocs_entsize): New function.
9109 (Incremental_inputs::sized_create_inputs_section_data): Remove.
9110 (Incremental_inputs::finalize_inputs): Remove.
9111 (Incremental_inputs::Input_info): Remove.
9112 (Incremental_inputs::lock_): Remove.
9113 (Incremental_inputs::inputs_): Change type.
9114 (Incremental_inputs::inputs_map_): Remove.
9115 (Incremental_inputs::current_object_entry_): New data member.
9116 (Incremental_inputs::inputs_section_): New data member.
9117 (Incremental_inputs::symtab_section_): New data member.
9118 (Incremental_inputs::relocs_section_): New data member.
9119 (Incremental_inputs::reloc_count_): New data member.
9120 (Incremental_inputs_reader): New class.
9121 (Incremental_symtab_reader): New class.
9122 (Incremental_relocs_reader): New class.
9123 * layout.cc (Layout::finalize): Move finalization of incremental info
9124 and creation of incremental info sections to follow finalization of
9125 symbol table. Set offsets for postprocessing sections.
9126 (Layout::create_incremental_info_sections): Call
9127 Incremental_inputs::create_data_sections. Add incremental symtab
9128 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
9129 sections to layout after input sections.
9130 * layout.h (struct Timespec): Forward declaration.
9131 (Layout::incremental_inputs): Add const.
9132 (Layout::create_incremental_info_sections): Add parameter.
9133 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
9134 * object.cc: Include incremental.h.
9135 (Relobj::finalize_incremental_relocs): New function.
9136 (Sized_relobj::do_layout): Record input sections in incremental info.
9137 * object.h (Object::output_section): New function.
9138 (Object::output_section_offset): Moved from Relobj.
9139 (Object::get_incremental_reloc_base): New function.
9140 (Object::get_incremental_reloc_count): New function.
9141 (Object::do_output_section): New function.
9142 (Object::do_output_section_offset): Moved from Relobj.
9143 (Object::do_get_incremental_reloc_base): New function.
9144 (Object::do_get_incremental_reloc_count): New function.
9145 (Object::Object): Initialize new data members.
9146 (Relobj::output_section): Renamed do_output_section and moved to
9147 protected.
9148 (Relobj::output_section_offset): Moved to Object.
9149 (Relobj::do_get_incremental_reloc_base): New function.
9150 (Relobj::do_get_incremental_reloc_count): New function.
9151 (Relobj::allocate_incremental_reloc_counts): New function.
9152 (Relobj::count_incremental_reloc): New function.
9153 (Relobj::finalize_incremental_relocs): New function.
9154 (Relobj::next_incremental_reloc_index): New function.
9155 (Relobj::reloc_counts_): New data member.
9156 (Relobj::reloc_bases_): New data member.
9157 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
9158 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
9159 (Sized_relobj::incremental_relocs_scan): New function.
9160 (Sized_relobj::incremental_relocs_scan_reltype): New function.
9161 (Sized_relobj::incremental_relocs_write): New function.
9162 (Sized_relobj::incremental_relocs_write_reltype): New function.
9163 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
9164 incremental link.
9165 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
9166 archives and object files elsewhere.
9167 (Add_symbols::run): Report object files here.
9168 (Finish_group::run): Report end of archive at end of group.
9169 * reloc.cc: Include layout.h, incremental.h.
9170 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
9171 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
9172 (Sized_relobj::incremental_relocs_scan): New function.
9173 (Sized_relobj::incremental_relocs_scan_reltype): New function.
9174 (Sized_relobj::do_relocate_sections): Write incremental relocations.
9175 (Sized_relobj::incremental_relocs_write): New function.
9176 (Sized_relobj::incremental_relocs_write_reltype): New function.
9177 * script.cc (read_input_script): Rewrite test for incremental link.
9178 Change call to Incremental_inputs::report_script.
9179 * symtab.h (Symbol_table::first_global_index): New function.
9180 (Symbol_table::output_count): New function.
9181
9182 2010-08-12 Doug Kwan <dougkwan@google.com>
9183
9184 * arm.cc (Target_arm::merge_object_attributes): Check command line
9185 options --no-wchar-size-warning and --no-enum-size-warning.
9186 * options.h (General_options): Add ld-compatible options
9187 --no-enum-size-warning and --no-wchar-size-warning.
9188
9189 2010-08-04 Ian Lance Taylor <iant@google.com>
9190
9191 * x86_64.cc (Target_x86_64::Scan::local): Use
9192 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
9193 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
9194 (Target_x86_64::Scan::global): Likewise.
9195 (Target_x86_64::Relocate::relocate): Likewise.
9196 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
9197 Likewise.
9198
9199 2010-08-03 Cary Coutant <ccoutant@google.com>
9200
9201 * merge.cc (Output_merge_string::do_add_input_section): Count strings
9202 to reserve space in merged_strings vector. Keep total input size
9203 for stats.
9204 (Output_merge_string::do_print_merge_stats): Print total input size.
9205 * merge.h (Output_merge_string): Add input_size_ field.
9206 * stringpool.cc (Stringpool_template::string_length): Move
9207 implementations out of Stringpool_template class and place in
9208 stringpool.h.
9209 * stringpool.h (string_length): Move out of Stringpool_template.
9210
9211 2010-08-03 Ian Lance Taylor <iant@google.com>
9212
9213 PR 11712
9214 * layout.cc (relaxation_loop_body): If address of load segment is
9215 set, adjust address to include headers if possible.
9216
9217 2010-08-03 Ian Lance Taylor <iant@google.com>
9218
9219 * version.cc (version_string): Bump to 1.10.
9220
9221 2010-08-03 Ian Lance Taylor <iant@google.com>
9222
9223 PR 11805
9224 * layout.h (enum Output_section_order): Define.
9225 (class Layout): Update declarations.
9226 * layout.cc (Layout::get_output_section): Add order parameter.
9227 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
9228 is_first_non_relro parameters. Change all callers.
9229 (Layout::choose_output_section): Likewise.
9230 (Layout::add_output_section_data): Likewise.
9231 (Layout::make_output_section): Likewise. Set order.
9232 (Layout::default_section_order): New function.
9233 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
9234 * output.cc (Output_section::Output_section): Initialize order_.
9235 Don't initialize deleted fields.
9236 (Output_segment::Output_segment): Don't initialize deleted
9237 fields.
9238 (Output_segment::add_output_section_to_load): New function
9239 replacing add_output_section. Change all callers to call this or
9240 add_output_section_to_nonload.
9241 (Output_segment::add_output_section_to_nonload): New function.
9242 (Output_segment::remove_output_section): Rewrite.
9243 (Output_segment::add_initial_output_data): Likewise.
9244 (Output_segment::has_any_data_sections): Likewise.
9245 (Output_segment::is_first_section_relro): Likewise.
9246 (Output_segment::maximum_alignment): Likewise.
9247 (Output_segment::has_dynamic_reloc): New function replacing
9248 dynamic_reloc_count. Change all callers.
9249 (Output_segment::has_dynamic_reloc_list): New function replacing
9250 dynamic_reloc_count_list. Change all callers.
9251 (Output_segment::set_section_addresses): Rewrite.
9252 (Output_segment::set_offset): Rewrite.
9253 (Output_segment::find_first_and_last_list): Remove.
9254 (Output_segment::set_tls_offsets): Rewrite.
9255 (Output_segment::first_section_load_address): Likewise.
9256 (Output_segment::output_section_count): Likewise.
9257 (Output_segment::section_with_lowest_load_address): Likewise.
9258 (Output_segment::write_section_headers): Likewise.
9259 (Output_segment::print_sections_to_map): Likewise.
9260 * output.h (class Output_data): Remove dynamic_reloc_count_
9261 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
9262 (Output_data::add_dynamic_reloc): Rewrite.
9263 (Output_data::has_dynamic_reloc): New function.
9264 (Output_data::dynamic_reloc_count): Remove.
9265 (class Output_section): Add order_ field. Remvoe is_relro_local_,
9266 is_last_relro_, is_first_non_relro_, is_interp_,
9267 is_dynamic_linker_section_ fields. Add order and set_order
9268 functions. Remove is_relro_local, set_is_relro_local,
9269 is_last_relro, set_is_last_relro, is_first_non_relro,
9270 set_is_first_non_relro functions, is_interp, set_is_interp,
9271 is_dynamic_linker_section, and set_is_dynamic_linker_section
9272 functions.
9273 (class Output_segment): Change Output_data_list from std::list to
9274 std:;vector. Add output_lists_ field. Remove output_data_ and
9275 output_bss_ fields. Update declarations.
9276
9277 2010-08-02 Ian Lance Taylor <iant@google.com>
9278
9279 * arm.cc (Target_arm::gc_process_relocs): Use typename.
9280 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
9281 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
9282
9283 2010-08-02 Ian Lance Taylor <iant@google.com>
9284
9285 PR 11855
9286 * script.cc (Script_options::Script_options): Initialize
9287 symbol_definitions_ and symbol_references_.
9288 (Script_options::add_symbol_assignment): Update
9289 symbol_definitions_ and symbol_references_.
9290 (Script_options::add_symbol_reference): New function.
9291 (script_symbol): New function.
9292 * script.h (class Script_options): Add symbol_definitions_ and
9293 symbol_references_ fields.
9294 (Script_options::referenced_const_iterator): New type.
9295 (Script_options::referenced_begin): New function.
9296 (Script_options::referenced_end): New function.
9297 (Script_options::is_referenced): New function.
9298 (Script_options::any_unreferenced): New function.
9299 * script-c.h (script_symbol): Declare.
9300 * yyscript.y (exp): Call script_symbol.
9301 * symtab.cc: Include "script.h".
9302 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
9303 Change all callers. Check symbols referenced by scripts.
9304 (Symbol_table::add_undefined_symbols_from_command_line): Add
9305 layout parameter. Change all callers.
9306 (Symbol_table::do_add_undefined_symbols_from_command_line):
9307 Likewise. Break out loop body. Check symbols referenced by
9308 scripts.
9309 (Symbol_table::add_undefined_symbol_from_command_line): New
9310 function broken out of
9311 do_add_undefined_symbols_from_command_line.
9312 * symtab.h (class Symbol_table): Update declarations.
9313 * archive.cc: Include "layout.h".
9314 (Archive::should_include_member): Add layout parameter. Change
9315 all callers. Check for symbol mentioned in expression.
9316 * archive.h (class Archive): Update declaration.
9317 * object.cc (Sized_relobj::do_should_include_member): Add layout
9318 parameter.
9319 * object.h (Object::should_include_member): Add layout parameter.
9320 Change all callers.
9321 (Object::do_should_include_member): Add layout parameter.
9322 (class Sized_relobj): Update declaration.
9323 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
9324 parameter.
9325 * dynobj.h (class Sized_dynobj): Update declaration.
9326 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
9327 layout parameter.
9328 * plugin.h (class Sized_pluginobj): Update declaration.
9329
9330 2010-08-02 Ian Lance Taylor <iant@google.com>
9331
9332 PR 11866
9333 * output.cc (Output_segment::set_offset): Search for the first and
9334 last sections rather than assuming that the list is in order.
9335 (Output_segment::find_first_and_last_list): New function.
9336 * output.h (class Output_segment): Update declarations.
9337 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
9338 (relro_strip_test_SOURCES): New variable.
9339 (relro_strip_test_DEPENDENCIES): New variable.
9340 (relro_strip_test_LDFLAGS): New variable.
9341 (relro_strip_test_LDADD): New variable.
9342 (relro_strip_test.so): New target.
9343
9344 2010-08-02 Ian Lance Taylor <iant@google.com>
9345
9346 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
9347 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
9348 (Target_i386::got_tlsdesc_section): New function.
9349 (Target_i386::got_section): Create space for GOT entries for
9350 TLSDESC relocations.
9351 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
9352 R_386_TLS_GOTDESC.
9353 (Target_i386::Scan::global): Likewise.
9354 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
9355 using TLSDESC GOT.
9356 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
9357 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
9358 (Target_x86_64::got_tlsdesc_section): New function.
9359 (Target_x86_64::got_section): Create space for GOT entries for
9360 TLSDESC relocations.
9361 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
9362 R_386_TLS_GOTDESC.
9363 (Target_x86_64::Scan::global): Likewise.
9364 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
9365 using TLSDESC GOT.
9366
9367 2010-08-02 Ian Lance Taylor <iant@google.com>
9368
9369 * testsuite/final_layout.sh: Use dc to convert from hex to
9370 decimal.
9371
9372 2010-07-29 Sriraman Tallam <tmsriram@google.com>
9373
9374 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
9375 paramter to the call to gold::gc_process_relocs.
9376 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
9377 paramter to the call to gold::gc_process_relocs.
9378 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
9379 parameter to the call to gold::gc_process_relocs.
9380 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
9381 template parameter to the call to gold::gc_process_relocs.
9382 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
9383 paramter to the call to gold::gc_process_relocs.
9384 * gc.h (get_embedded_addend_size): New function.
9385 (gc_process_relocs): Save the size of the reloc for use by ICF.
9386 * icf.cc (get_section_contents): Get the addend from the text section
9387 for SHT_REL relocation sections.
9388 * icf.h (Icf::Reloc_addend_size_info): New typedef.
9389 (Icf::Reloc_info): Add new member reloc_addend_size_info.
9390 * int_encoding.h (read_from_pointer): New overloaded function.
9391 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
9392 * testsuite/icf_sht_rel_addend_test.sh: New file.
9393 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
9394 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
9395
9396 2010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9397
9398 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
9399 * Makefile.in: Regenerate.
9400 * testsuite/Makefile.in: Regenerate.
9401
9402 2010-07-27 Jeffrey Yasskin <jyasskin@google.com>
9403
9404 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
9405 * gold/testsuite/debug_msg.cc: Likewise.
9406 * gold/testsuite/odr_violation1.cc
9407 * gold/testsuite/odr_violation2.cc
9408
9409 2010-07-21 Cary Coutant <ccoutant@google.com>
9410
9411 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
9412 string, and length fields.
9413 (Output_merge_string::Merged_strings_list): New type.
9414 (Output_merge_string::Merged_strings_lists): New typedef.
9415 (Output_merge_string): Replace merged_strings_ with
9416 merged_strings_lists_.
9417 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
9418 Merged_strings_list per input object and section. Don't store pointer
9419 to the string. Don't store length with each merged string entry.
9420 (Output_merge_string::finalize_merged_data): Loop over list of merged
9421 strings lists. Recompute length of each merged string.
9422
9423 2010-07-15 Cary Coutant <ccoutant@google.com>
9424
9425 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
9426 here.
9427
9428 2010-07-14 Ian Lance Taylor <iant@google.com>
9429
9430 * descriptors.cc (Descriptors::open): Report correct name in error
9431 message.
9432
9433 2010-07-13 Doug Kwan <dougkwan@google.com>
9434
9435 * arm.cc (Arm_input_section::Arm_input_section): For a
9436 SHT_ARM_EXIDX section, always keeps the input sections.
9437 (Arm_input_section::set_exidx_section_link): New method.
9438 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
9439 has_errors_ to false.
9440 (Arm_exidx_input_section::has_errors,
9441 Arm_exidx_input_section::set_has_errors): New methods.
9442 (Arm_exidx_input_section::has_errors_): New data member.
9443 (Arm_relobj::get_exidx_shndx_list): New method.
9444 (Arm_output_section::append_text_sections_to_list): Do not skip
9445 section without SHF_EXECINSTR.
9446 (Arm_output_section::fix_exidx_coverage): Skip input sections with
9447 errors.
9448 (Arm_relobj::make_exidx_input_section): Add new parameter for text
9449 section header. Make error messages more verbose. Check for
9450 a non-executable section linked to an EXIDX section.
9451 (Arm_relobj::do_read_symbols): Remove error checking, which has been
9452 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
9453 check that there is no deferred EXIDX section if we exit early.
9454 Instead of not making an EXIDX section in case of an error, make one
9455 and set the has_errors flag of it.
9456 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
9457 in a relocatable link.
9458 (Target_arm::do_relax): Look for the EXIDX output section instead of
9459 assuming that it is called .ARM.exidx.
9460 (Target_arm::fix_exidx_coverage): Add a new parameter for input
9461 section list. Do not check for SHF_EXECINSTR section flags but
9462 skip any input section with errors.
9463 * output.cc (Output_section::Output_section): Initialize
9464 always_keeps_input_sections_ to false.
9465 (Output_section::add_input_section): Check for
9466 always_keeps_input_sections_.
9467 * output.h (Output_section::always_keeps_input_sections,
9468 Output_section::set_always_keeps_input_sections): New methods.
9469 (Output_section::always_keeps_input_sections): New data member.
9470
9471 2010-07-13 Rafael Espindola <espindola@google.com>
9472
9473 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
9474 * fileread.h (Input_file): Add try_extra_search_path and find_file.
9475
9476 2010-07-13 Philip Herron <herron.philip@googlemail.com>
9477 Ian Lance Taylor <iant@google.com>
9478
9479 * output.h (Output_section_lookup_maps::add_merge_section):
9480 Correct check of whether value was inserted.
9481 (Output_section_lookup_maps::add_merge_input_section): Likewise.
9482 (Output_section_lookup_maps::add_relaxed_input_section):
9483 Likewise.
9484 * arm.cc (Target_arm::got_section): Remove used local os.
9485 * i386.cc (Target_i386::got_section): Likewise.
9486 * x86_64.cc (Target_x86_64::got_section): Likewise.
9487 * sparc.cc (Target_sparc::got_section): Likewise.
9488 (Target_sparc::relocate): Remove unused local have_got_offset.
9489 * powerpc.cc (Target_powerpc::relocate): Likewise.
9490
9491 2010-07-13 Ian Lance Taylor <iant@google.com>
9492
9493 * compressed_output.cc (zlib_decompress): Fix signature in
9494 !HAVE_ZLIB_H case.
9495
9496 * archive.cc (Archive::include_member): Unlock an external member
9497 of a thin archive. Don't bother to delete an object we know is
9498 NULL.
9499
9500 2010-07-12 Cary Coutant <ccoutant@google.com>
9501
9502 * compressed_output.cc (zlib_decompress): New function.
9503 (get_uncompressed_size): New function.
9504 (decompress_input_section): New function.
9505 * compressed_output.h (get_uncompressed_size): New function.
9506 (decompress_input_section): New function.
9507 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
9508 Handle compressed debug sections.
9509 * layout.cc (is_compressed_debug_section): New function.
9510 (Layout::output_section_name): Map compressed section names to
9511 canonical names.
9512 * layout.h (is_compressed_debug_section): New function.
9513 (is_debug_info_section): Recognize compressed debug sections.
9514 * merge.cc: Include compressed_output.h.
9515 (Output_merge_data::do_add_input_section): Handle compressed
9516 debug sections.
9517 (Output_merge_string::do_add_input_section): Handle compressed
9518 debug sections.
9519 * object.cc: Include compressed_output.h.
9520 (Sized_relobj::Sized_relobj): Initialize new data members.
9521 (build_compressed_section_map): New function.
9522 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
9523 * object.h (Object::section_is_compressed): New method.
9524 (Object::do_section_is_compressed): New method.
9525 (Sized_relobj::Compressed_section_map): New type.
9526 (Sized_relobj::do_section_is_compressed): New method.
9527 (Sized_relobj::compressed_sections_): New data member.
9528 * output.cc (Output_section::add_input_section): Handle compressed
9529 debug sections.
9530 * reloc.cc: Include compressed_output.h.
9531 (Sized_relobj::write_sections): Handle compressed debug sections.
9532
9533 2010-07-08 Cary Coutant <ccoutant@google.com>
9534
9535 * resolve.cc (Symbol_table::resolve): Remember whether undef was
9536 weak when resolving to a dynamic def.
9537 (Symbol_table::should_override): Add adjust_dyndef flag; set it
9538 for weak undef/dynamic def cases. Adjust callers.
9539 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
9540 undef_binding_weak_.
9541 (Symbol_table::sized_write_globals): Adjust symbol binding.
9542 (Symbol_table::sized_write_symbol): Add binding parameter.
9543 * symtab.h (Symbol::set_undef_binding): New method.
9544 (Symbol::is_undef_binding_weak): New method.
9545 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
9546 (Symbol_table::should_override): Add new parameter.
9547 (Symbol_table::sized_write_symbol): Add new parameter.
9548
9549 * testsuite/weak_undef_file1.cc: Add new test case.
9550 * testsuite/weak_undef_file2.cc: Fix header comment.
9551 * testsuite/weak_undef_test.cc: Add new test case.
9552
9553 2010-06-29 Doug Kwan <dougkwan@google.com>
9554
9555 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
9556 Initialize USE_SYMBOL_.
9557 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
9558 definition.
9559 (Arm_reloc_property::uses_symbol_): New data member declaration.
9560 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
9561 uses symbol value and symbol is undefined but not weakly undefined.
9562
9563 2010-06-28 Rafael Espindola <espindola@google.com>
9564
9565 * plugin.cc (Plugin::load): Use dlerror.
9566
9567 2010-06-26 Jeffrey Yaskin <jyasskin@google.com>
9568
9569 * symtab.cc (detect_odr_violations): When reporting an ODR
9570 violation, report an object where the symbol is defined.
9571
9572 2010-06-25 Doug Kwan <dougkwan@google.com>
9573
9574 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
9575 (Target_arm::section_may_have_icf_unsafe_pointers): New method
9576 definition.
9577 (Target_arm::Scan::local_reloc_may_be_function_pointer,
9578 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
9579 target hook to detect function points.
9580 (Target_arm::Scan::possible_function_pointer_reloc): New method.
9581 * icf.h (Icf::check_section_for_function_pointers): Change type of
9582 parameter SECTION_NAME to const reference to std::string. Use
9583 target hook to determine if section may have unsafe pointers.
9584 * target.h (Target::section_may_have_icf_unsafe_pointers): New
9585 method definition.
9586
9587 2010-06-21 Rafael Espindola <espindola@google.com>
9588
9589 * fileread.cc (Input_file::find_fie): New
9590 (Input_file::open): Use Input_file::find_fie.
9591 * fileread.h (Input_file::find_fie): New
9592 * plugin.cc (set_extra_library_path): New.
9593 (Plugin::load): Add set_extra_library_path to the transfer vector.
9594 (Plugin_manager::set_extra_library_path): New.
9595 (Plugin_manager::add_input_file): Use the extra search path if set.
9596 (set_extra_library_path(): New.
9597 * plugin.h (Plugin_manager): Add set_extra_library_path and
9598 extra_search_path_.
9599
9600 2010-06-19 Cary Coutant <ccoutant@google.com>
9601
9602 * layout.cc (gdb_sections): Add .debug_types.
9603 (lines_only_debug_sections): Likewise.
9604
9605 2010-06-18 Rafael Espindola <espindola@google.com>
9606
9607 * plugin.cc (add_input_file,add_input_library)
9608 (Plugin_manager::add_input_file): Make filename arguments const.
9609 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
9610 const.
9611
9612 2010-06-16 Doug Kwan <dougkwan@google.com>
9613
9614 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
9615 .ARM.attributes section if we have not merged any input
9616 attributes sections.
9617
9618 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9619
9620 * arm.cc: Allow combining objects with no EABI version
9621 information.
9622
9623 2010-06-15 Rafael Espindola <espindola@google.com>
9624
9625 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
9626
9627 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9628
9629 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
9630 (struct iovec): Correct !HAVE_READV definition.
9631
9632 2010-06-10 Cary Coutant <ccoutant@google.com>
9633
9634 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
9635 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
9636 reloc sections.
9637 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
9638
9639 PR 11683
9640 * symtab.h (Symbol::is_placeholder): New member function.
9641 * target-reloc.h (relocate_section): Check for placeholder symbols.
9642
9643 * testsuite/Makefile.am (plugin_test_8): New test.
9644 (plugin_test_9): New test.
9645 * testsuite/Makefile.in: Regenerate.
9646
9647 2010-06-09 Nick Clifton <nickc@redhat.com>
9648
9649 * yyscript.y (input_list_element): Allow strings prefixed with
9650 the '-' character. Treat these as libraries.
9651 * script.cc (script_add_library): New function. Adds a library
9652 specified by "-l<name>" found in an input script.
9653 * script-c.h: Add prototype for script_add_library.
9654
9655 2010-06-07 Doug Kwan <dougkwan@google.com>
9656
9657 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
9658 Restrict stub-group size to be within long conditional branch
9659 range when working around cortex-A8 erratum.
9660
9661 2010-06-07 Damien Diederen <dd@crosstwine.com>
9662
9663 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
9664 #ifdef typo.
9665
9666 2010-06-03 Sriraman Tallam <tmsriram@google.com>
9667
9668 PR gold/11658
9669 * output.cc
9670 (Output_section::Input_section_sort_entry::compare_section_ordering):
9671 Change to return non-zero correctly.
9672 (Output_section::Input_section_sort_section_order_index_compare
9673 ::operator()): Change to fix ambiguity in comparisons.
9674
9675 2010-06-01 Sriraman Tallam <tmsriram@google.com>
9676
9677 * gold.h (is_wildcard_string): New function.
9678 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
9679 (Layout::layout_eh_frame): Ditto.
9680 (Layout::find_section_order_index): New method.
9681 (Layout::read_layout_from_file): New method.
9682 * layout.h (Layout::find_section_order_index): New method.
9683 (Layout::read_layout_from_file): New method.
9684 (Layout::input_section_position_): New private member.
9685 (Layout::input_section_glob_): New private member.
9686 * main.cc (main): Call read_layout_from_file here.
9687 * options.h (--section-ordering-file): New option.
9688 * output.cc (Output_section::input_section_order_specified_): New
9689 member.
9690 (Output_section::Output_section): Initialize new member.
9691 (Output_section::add_input_section): Add new parameter.
9692 Keep input sections when --section-ordering-file is used.
9693 (Output_section::set_final_data_size): Sort input sections when
9694 section ordering file is specified.
9695 (Output_section::Input_section_sort_entry): Add new parameter.
9696 Check sorting type.
9697 (Output_section::Input_section_sort_entry::compare_section_ordering):
9698 New method.
9699 (Output_section::Input_section_sort_compare::operator()): Change to
9700 consider section_order_index.
9701 (Output_section::Input_section_sort_init_fini_compare::operator()):
9702 Change to consider section_order_index.
9703 (Output_section::Input_section_sort_section_order_index_compare
9704 ::operator()): New method.
9705 (Output_section::sort_attached_input_sections): Change to sort
9706 according to section order when specified.
9707 (Output_section::add_input_section<32, true>): Add new parameter.
9708 (Output_section::add_input_section<64, true>): Add new parameter.
9709 (Output_section::add_input_section<32, false>): Add new parameter.
9710 (Output_section::add_input_section<64, false>): Add new parameter.
9711 * output.h (Output_section::add_input_section): Add new parameter.
9712 (Output_section::input_section_order_specified): New
9713 method.
9714 (Output_section::set_input_section_order_specified): New method.
9715 (Input_section::Input_section): Initialize section_order_index_.
9716 (Input_section::section_order_index): New method.
9717 (Input_section::set_section_order_index): New method.
9718 (Input_section::section_order_index_): New member.
9719 (Input_section::Input_section_sort_section_order_index_compare): New
9720 struct.
9721 (Output_section::input_section_order_specified_): New member.
9722 * script-sections.cc (is_wildcard_string): Delete and move modified
9723 method to gold.h.
9724 (Output_section_element_input::Output_section_element_input): Modify
9725 call to is_wildcard_string.
9726 (Output_section_element_input::Input_section_pattern
9727 ::Input_section_pattern): Ditto.
9728 (Output_section_element_input::Output_section_element_input): Ditto.
9729 * testsuite/Makefile.am (final_layout): New test case.
9730 * testsuite/Makefile.in: Regenerate.
9731 * testsuite/final_layout.cc: New file.
9732 * testsuite/final_layout.sh: New file.
9733
9734 2010-06-01 Rafael Espindola <espindola@google.com>
9735
9736 * plugin.cc (Plugin::load): Pass the output name to the plugin.
9737
9738 2010-06-01 Rafael Espindola <espindola@google.com>
9739
9740 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
9741 visibility of symbols.
9742
9743 2010-05-27 Doug Kwan <dougkwan@google.com>
9744
9745 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
9746 from start of output section instead of address for a local symbol
9747 in a merged or relaxed section when doing a relocatable link.
9748
9749 2010-05-26 Rafael Espindola <espindola@google.com>
9750
9751 PR 11604
9752 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
9753 adding sections the garbage collector removed.
9754 * gold/testsuite/Makefile.am: Add test.
9755 * gold/testsuite/Makefile.in: Regenerate.
9756 * gold/testsuite/plugin_test_7.sh: New.
9757 * gold/testsuite/plugin_test_7_1.c: New.
9758 * gold/testsuite/plugin_test_7_2.c: New.
9759
9760 2010-05-26 Rafael Espindola <espindola@google.com>
9761
9762 * script-sections.cc (Output_section_definition::set_section_addresses):
9763 Check for --section-start.
9764
9765 2010-05-26 Doug Kwan <dougkwan@google.com>
9766
9767 * arm.cc (Arm_scan_relocatable_relocs): New class.
9768 (Target_arm::relocate_special_relocatable): New method.
9769 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
9770 (Arm_relocate_functions::thumb_branch_common): Same.
9771 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
9772 instead of Default_scan_relocatable_relocs.
9773 * target-reloc.h (relocate_for_relocatable): Let target handle
9774 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
9775 * target.h (Sized_target::relocate_special_relocatable): New method.
9776
9777 2010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9778
9779 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
9780
9781 2010-05-23 Doug Kwan <dougkwan@google.com>
9782
9783 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
9784 instead of a cast.
9785 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
9786 with a direct branch, not a conditional branch, to a stub.
9787 * merge.cc (Output_merge_base::record_input_section): New method
9788 defintion.
9789 (Output_merge_data::do_add_input_section): Record input section if
9790 keeps-input-sections flag is set.
9791 (Output_merge_string::do_add_input_section): Ditto.
9792 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
9793 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
9794 INPUT_SECTIONS_.
9795 (Output_merge_base::keeps_input_sections,
9796 Output_merge_base::set_keeps_input_sections,
9797 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
9798 method definitions.
9799 (Output_merge_base::Input_sections): New type declaration.
9800 (Output_merge_base::input_sections_begin,
9801 Output_merge_base::input_sections_end,
9802 Output_merge_base::do_set_keeps_input_sections): New method definitions.
9803 (Output_merge_base::bool keeps_input_sections_,
9804 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
9805 Output_merge_base::input_sections_): New data members.
9806 (Output_merge_data::do_set_keeps_input_sections): New method
9807 defintion.
9808 (Output_merge_string::do_set_keeps_input_sections): Ditto.
9809 * output.cc (Output_section::Input_section::relobj): Move method
9810 defintion from class declaration to here and handle merge sections.
9811 (Output_section::Input_section::shndx): Ditto.
9812 (Output_section::Output_section): Remove initializations of removed
9813 data members and initialize new data member LOOKUP_MAPS_.
9814 (Output_section::add_input_section): Set keeps-input-sections flag
9815 for a newly created merge output section as appropriate. Adjust code
9816 to use Output_section_lookup_maps class.
9817 (Output_section::add_relaxed_input_section): Adjst code for lookup
9818 maps code refactoring.
9819 (Output_section::add_merge_input_section): Add a new parameter
9820 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
9821 class. If adding input section to a newly created merge output
9822 section fails, remove the new merge section.
9823 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
9824 Adjust code for use of the Output_section_lookup_maps class.
9825 (Output_section::find_merge_section): Ditto.
9826 (Output_section::build_lookup_maps): New method defintion.
9827 (Output_section::find_relaxed_input_section): Adjust code to use
9828 Output_section_lookup_maps class.
9829 (Output_section::get_input_sections): Export merge sections. Adjust
9830 code to use Output_section_lookup_maps class.
9831 (Output_section:::add_script_input_section): Adjust code to use
9832 Output_section_lookup_maps class. Update lookup maps for merge
9833 sections also.
9834 (Output_section::discard_states): Use Output_section_lookup_maps.
9835 (Output_section::restore_states): Same.
9836 * output.h (Merge_section_properties): Move class defintion out of
9837 Output_section.
9838 (Output_section_lookup_maps): New class.
9839 (Output_section::Input_section::is_merge_section): New method
9840 defintion.
9841 (Output_section::Input_section::relobj): Move defintion out of class
9842 defintion. Declare method only.
9843 (Output_section::Input_section::shndx): Ditto.
9844 (Output_section::Input_section::output_merge_base): New method defintion.
9845 (Output_section::Input_section::u2_.pomb): New union field.
9846 (Output_section::Merge_section_by_properties_map,
9847 Output_section::Output_section_data_by_input_section_map,
9848 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
9849 Remove types.
9850 (Output_section::add_merge_input_section): Add new parameter
9851 KEEPS_INPUT_SECTIONS.
9852 (Output_section::build_lookup_maps): New method declaration.
9853 (Output_section::merge_section_map_,
9854 Output_section::merge_section_by_properties_map_,
9855 Output_section::relaxed_input_section_map_,
9856 Output_section::is_relaxed_input_section_map_valid_): Remove data
9857 members.
9858 (Output_section::lookup_maps_): New data member.
9859
9860 2010-05-21 Doug Kwan <dougkwan@google.com>
9861
9862 PR gold/11619
9863 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
9864 avoid a compilation error.
9865
9866 2010-05-19 Rafael Espindola <espindola@google.com>
9867
9868 * script-sections.cc (Output_section_definition::allocate_to_segment):
9869 Update the phdrs_list even when the output section is NULL.
9870 * testsuite/Makefile.am: Add test.
9871 * testsuite/Makefile.in: Regenerate.
9872 * testsuite/script_test_9.cc: New.
9873 * testsuite/script_test_9.sh: New.
9874 * testsuite/script_test_9.t: New.
9875
9876 2010-05-19 Doug Kwan <dougkwan@google.com>
9877
9878 * arm.cc (Arm_input_section::original_size): New method.
9879 (Arm_input_section::do_addralign): Add a cast.
9880 (Arm_input_section::do_output_offset): Remove static cast.
9881 (Arm_input_section::original_addralign,
9882 Arm_input_section::original_size_): Change type to uint32_t.
9883 (Arm_input_section::init): Add safe casts for section alignment
9884 and size.
9885 (Arm_input_section::set_final_data_size): Do not set address and
9886 offset of stub table.
9887 (Arm_output_section::fix_exidx_coverage): Change use of of
9888 Output_section::Simple_input_section to that of
9889 Output_section::Input_section.
9890 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
9891 except for the first pass.
9892 * output.cc (Output_section::get_input_sections): Change type of
9893 input_sections to std::list<Input_section>.
9894 (Output_section::add_script_input_section): Rename from
9895 Output_section::add_simple_input_section. Change type of SIS
9896 parameter from Simple_input_section to Input_section.
9897 * output.h (Output_section::Simple_input_section): Remove class.
9898 (Output_section::Input_section): Change class visibility to public.
9899 (Output_section::Input_section::addralign): Use stored alignments
9900 for special input sections if set.
9901 (Output_section::Input_section::set_addralign): New method.
9902 (Output_section::get_input_sections): Change parameter type from
9903 list of Simple_input_section to list of Input_section.
9904 (Output_section::add_script_input_section): Rename from
9905 Output_section::add_simple_input_section. Change first parameter's
9906 type from Simple_input_section to Input_section and remove the
9907 second and third parameters.
9908 * script-sections.cc (Input_section::Input_section_list): Change
9909 type to list of Output_section::Input_section/
9910 (Input_section_info::Input_section_info): Change parameter type of
9911 INPUT_SECTION to Output_section::Input_section.
9912 (Input_section_info::input_section): Change return type.
9913 (Input_section_info::input_section_): Change type to
9914 Output_section::Input_section.
9915 (Output_section_element_input::set_section_addresses): Adjust code
9916 to use Output_section::Input_section instead of
9917 Output_section::Simple_input_section. Adjust code for renaming
9918 of Output_section::add_simple_input_section.
9919 (Orphan_output_section::set_section_addresses): Ditto.
9920
9921 2010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9922
9923 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
9924 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
9925
9926 2010-05-18 Rafael Espindola <espindola@google.com>
9927
9928 * options.cc (General_options::finalize): Handle -nostdlib.
9929 * options.h (nostdlib): New option.
9930 * script.cc (script_add_search_dir): Handle -nostdlib.
9931
9932 2010-05-12 Doug Kwan <dougkwan@google.com>
9933
9934 * arm.cc (Target_arm::do_finalize_sections): Create an empty
9935 attributes section only if there no attributes section after merging.
9936 (Target_arm::merge_object_attributes): Move value of
9937 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
9938 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
9939 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
9940 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
9941 and arm_attr_merge_7.stdout.
9942 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
9943 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
9944 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
9945 arm_attr_merge_7b.o): New rules.
9946 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
9947 arm_attr_merge_7
9948 * testsuite/Makefile.in: Regenerate.
9949 * testsuite/arm_attr_merge.sh: New file.
9950 * testsuite/arm_attr_merge_[67][ab].s: Same.
9951
9952 2010-05-05 Nick Clifton <nickc@redhat.com>
9953
9954 * po/es.po: Updated Spanish translation.
9955
9956 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
9957
9958 * Makefile.am (install-exec-local): Properly install gold as
9959 default cross linker.
9960 * Makefile.in: Regenerated.
9961
9962 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
9963 Nick Clifton <nickc@redhat.com>
9964
9965 * configure.ac (install_as_default): Define and set to false
9966 unless --enable-gold or --enable-gold=both/gold has been
9967 specified.
9968 * configure: Regenerate.
9969
9970 * Makefile.am (install-exec-local): Install the executable as
9971 'ld.gold'. If install_as_default is true then also install it as
9972 'ld'.
9973 * Makefile.in: Regenerated.
9974
9975 2010-04-24 Ian Lance Taylor <iant@google.com>
9976
9977 * layout.cc (Layout::layout_reloc): In relocatable link don't
9978 combine reloc sections for grouped sections.
9979
9980 2010-04-23 Sriraman Tallam <tmsriram@google.com>
9981
9982 * gc.h (gc_process_relocs): Pass information on relocs pointing to
9983 sections that are not ordinary to icf.
9984 * icf.cc (get_section_contents): Handle relocation pointing to section
9985 with no object or shndx information.
9986 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
9987 * testsuite/Makefile.in: Regenerate.
9988 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
9989 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
9990
9991 2010-04-22 Ian Lance Taylor <iant@google.com>
9992
9993 * expression.cc (Expression::Expression_eval_info): Add
9994 result_alignment_pointer field.
9995 (Expression::eval_with_dot): Add result_alignment_pointer
9996 parameter. Change all callers.
9997 (Expression::eval_maybe_dot): Likewise.
9998 (class Binary_expression): Add alignment_pointer parameter to
9999 left_value and right_value. Change all callers.
10000 (BINARY_EXPRESSION): Set result alignment.
10001 (class Trinary_expression): Add alignment_pointer parameter to
10002 arg2_value and arg3_value. Change all callers.
10003 (Trinary_cond::value): Set result alignment.
10004 (Max_expression::value, Min_expression::value): Likewise.
10005 (Align_expression::value): Likewise.
10006 * script-sections.cc (class Sections_element): Add dot_alignment
10007 parameter to set_section_addresses virtual function. Update
10008 instantiations.
10009 (class Output_section_element): Likewise.
10010 (Script_sections::create_segments): Add dot_alignment parameter.
10011 Change all callers.
10012 (Script_sections::create_segments_from_phdrs_clause): Likewise.
10013 (Script_sections::set_phdrs_clause_addresses): Likewise.
10014 * script-sections.h: Update declarations.
10015 * script.h: Update declarations.
10016 * output.h (Output_segment::set_minimum_p_align): Don't decrease
10017 min_p_align.
10018 * testsuite/script_test_3.t: Set large alignment.
10019 * testsuite/script_test_3.sh: Make sure that at least one LOAD
10020 segment has expected alignment.
10021
10022 2010-04-22 Nick Clifton <nickc@redhat.com>
10023
10024 * po/gold.pot: Updated by the Translation project.
10025 * po/vi.po: Updated Vietnamese translation.
10026
10027 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
10028
10029 * testsuite/Makefile.am (check_PROGRAMS): Add
10030 icf_virtual_function_folding_test.
10031 * testsuite/Makefile.in: Regenerated.
10032
10033 2010-04-15 Andrew Haley <aph@redhat.com>
10034
10035 * options.h (merge_exidx_entries): New option.
10036 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
10037 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
10038 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
10039 (Target_arm::merge_exidx_entries): New function.
10040 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
10041 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
10042 to Arm_exidx_fixup constructor.
10043 Add new arg, merge_exidx_entries.
10044 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
10045 Arm_output_section::fix_exidx_coverage.
10046
10047 2010-04-18 Sriraman Tallam <tmsriram@google.com>
10048
10049 * icf.cc (get_section_contents): Check for preemptible functions.
10050 Ignore addend when appropriate.
10051 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
10052 section folded.
10053 (add_from_relobj): Check for section folded.
10054 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
10055 * symtab.h (should_add_dynsym_entry): Add new parameter.
10056 * target-reloc.h (scan_relocs): Check for section folded.
10057 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
10058 Check reloc types for function pointers in shared objects.
10059 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
10060 case.
10061 (icf_preemptible_functions_test): New test case.
10062 (icf_string_merge_test): New test case.
10063 * testsuite.Makefile.in: Regenerate.
10064 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
10065 bar_glob. Refactor code.
10066 * testsuite/icf_preemptible_functions_test.cc: New file.
10067 * testsuite/icf_preemptible_functions_test.sh: New file.
10068 * testsuite/icf_string_merge_test.cc: New file.
10069 * testsuite/icf_string_merge_test.sh: New file.
10070 * testsuite/icf_virtual_function_folding_test.cc: New file.
10071 * testsuite/icf_virtual_function_folding_test.sh: New file.
10072
10073 2010-04-14 Doug Kwan <dougkwan@google.com>
10074
10075 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
10076 for local symbol recounting if we remove a section due to ICF.
10077 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
10078 there are no regular objects in input.
10079
10080 2010-04-13 Doug Kwan <dougkwan@google.com>
10081
10082 * arm.cc (Arm_input_section::set_final_data_size): Compute
10083 accurate final data size instead of using current data size.
10084
10085 2010-04-09 Doug Kwan <dougkwan@google.com>
10086
10087 * layout.cc (Layout::choose_output_section): Handle script section
10088 types.
10089 (Layout::make_output_section_for_script): Add section type parameter.
10090 Handle script section types.
10091 * layout.h (Layout::make_output_section_for_script): Add section
10092 type parameter.
10093 * output.cc (Output_section::Output_section): Initialize data member
10094 is_noload_.
10095 (Output_section::do_reset_address_and_file_offset): Do not set address
10096 to 0 if section is a NOLOAD section.
10097 * output.h (Output_section::is_noload): New method.
10098 (Output_section::set_is_noload): Ditto.
10099 (Output_section::is_noload_): New data member.
10100 * script-c.h (Script_section_type): New enum type.
10101 (struct Parser_output_section_header): Add new file section_type.
10102 * script-sections.cc (Sections_element::output_section_name): Add
10103 parameter for returning script section type.
10104 (Output_section_definition::output_section_name): Ditto.
10105 (Output_section_definition::section_type)P; New method.
10106 (Output_section_definiton::script_section_type_name): Ditto.
10107 (Output_section_definition::script_section_type_): New data member.
10108 (Output_section_definition::Output_section_definition): Initialize
10109 data member Output_section_definition::script_section_type_.
10110 (Output_section_definition::create_sections): Pass script section type
10111 to Layout::make_output_section_for_script.
10112 (Output_section_definition::output_section_name): Return script
10113 section type to caller.
10114 (Output_section_definition::set_section_address): Do not advance
10115 dot value and load address if section type is NOLOAD. Set address
10116 of NOLOAD sections regardless of section flags.
10117 (Output_section_definition::print): Print section type if it is
10118 not SCRIPT_SECTION_TYPE_NONE.
10119 (Output_section_definition::section_type): New method.
10120 (Output_section_definition::script_section_type_name): Ditto.
10121 (Script_sections::output_section_name): Add new parameter
10122 PSECTION_TYPE for returning script section type. Pass it to
10123 section elements. Handle discard sections.
10124 (Sort_output_sections::operator()): Handle NOLOAD sections.
10125 * script-sections.h (Script_sections::Section_type): New enum type.
10126 (Script_sections::output_section_name): Add a new parameter for
10127 returning script section type.
10128 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
10129 INFO and NOLOAD.
10130 * yyscript.y (union): Add new field SECTION_TYPE.
10131 (COPY, DSECT, INFO, NOLOAD): New tokens.
10132 (opt_address_and_section_type): Change type to output_section_header.
10133 (section_type): New non-terminal
10134 (section_header): Handle section type.
10135 (opt_address_and_section_type): Return section type value.
10136
10137 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
10138
10139 * testsuite/plugin_common_test_1.c (foo): Add prototype.
10140 * testsuite/plugin_common_test_2.c (foo): Likewise.
10141
10142 2010-04-08 Doug Kwan <dougkwan@google.com>
10143
10144 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
10145 Output_merge_data.
10146 * output.cc (Output_section::add_merge_input_section): Simplify
10147 code and return status of Output_merge_base::add_input_section.
10148 Update merge section map only if Output_merge_base::add_input_section
10149 returns true.
10150
10151 2010-04-07 Doug Kwan <dougkwan@google.com>
10152
10153 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
10154 if section is marked as containing instructions but has no mapping
10155 symbols.
10156 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
10157 correct section index.
10158 (Arm_relobj::find_linked_text_section): Ditto.
10159
10160 2010-04-07 Cary Coutant <ccoutant@google.com>
10161
10162 * archive.cc (include_member): Destroy Read_symbols_data object before
10163 releasing file.
10164 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
10165 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
10166 (Read_symbols_data::~Read_symbols_data) New destructor.
10167 (Section_relocs::Section_relocs) New constructor.
10168 (Section_relocs::~Section_relocs) New destructor.
10169 (Read_relocs_data::Read_relocs_data) New constructor.
10170 (Read_relocs_data::~Read_relocs_data) New destructor.
10171 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
10172 pointers to NULL after deleting.
10173
10174 2010-04-07 Doug Kwan <dougkwan@google.com>
10175
10176 * arm.cc: Replace "endianity" with "endianness" in comments.
10177 (Arm_exidx_cantunwind): Ditto.
10178 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
10179 (Arm_relobj::merge_flags_and_attributes): New method.
10180 (Arm_relobj::merge_flags_and_attributes_): New data member.
10181 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
10182 (Arm_relobj::scan_sections_for_stubs): Ditto.
10183 (Arm_relobj::do_read_symbols): Check to see if we really want to
10184 merge processor-specific flags and attributes. Exit early if
10185 an object is empty except for section names and the undefined symbol.
10186 (Target_arm::do_finalize_sections): Move check for ELF format to
10187 Arm_relobj::do_read_symbols. Merge processor specific flags and
10188 attributes from a regular object only when we have determined that
10189 it is aapropriate. Do not create an .ARM.attributes section in
10190 output if there is no regular input object.
10191 (Target_arm::merge_processor_specific_flags): Check
10192 --warn-mismatch before printing any error.
10193 (Target_arm::merge_object_attributes): Ditto.
10194 * gold.cc (queue_middle_tasks): Handle the case in which there is
10195 no regular object in input.
10196 * options.cc (General_options::parse_EB): New method.
10197 (General_options::parse_EL): Same.
10198 (General_options::General_options): Initialize endianness_.
10199 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
10200 New options.
10201 (General_options::Endianness): New enum.
10202 (General_options::endianness): New method.
10203 (General_options::endianness_): New data member.
10204 * parameters.cc (Parameters::set_options): Check target endianness.
10205 (Parameters::set_target_once): Ditto.
10206 (Parameters::check_target_endianness): New method.
10207 (parameters_force_valid_target): If either -EL or -EB is specified,
10208 use it to define endianness of default target.
10209 * parameters.h (Parameters::check_target_endianness): New method
10210 declaration.
10211 * target.h (class Target): Change "endianity" to "endianness"
10212 in comments.
10213
10214 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10215
10216 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
10217 * configure: Regenerate.
10218 * Makefile.in: Regenerate.
10219 * testsuite/Makefile.in: Regenerate.
10220
10221 2010-04-06 Cary Coutant <ccoutant@google.com>
10222
10223 gcc PR lto/42757
10224 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
10225 prevailing definitions of common symbols.
10226 * testsuite/plugin_test_6.sh: New test case.
10227 * testsuite/plugin_common_test_1.c: New test case.
10228 * testsuite/plugin_common_test_2.c: New test case.
10229 * testsuite/Makefile.am (plugin_test_6): New test case.
10230 * testsuite/Makefile.in: Regenerate.
10231
10232 2010-04-06 Nick Clifton <nickc@redhat.com>
10233
10234 * po/vi.po: New Vietnamese translation.
10235
10236 2010-03-30 Doug Kwan <dougkwan@google.com>
10237
10238 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
10239
10240 2010-03-25 Doug Kwan <dougkwan@google.com>
10241
10242 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
10243 to avoid a conversion warning on a 32-bit host.
10244
10245 2010-03-24 Ian Lance Taylor <iant@google.com>
10246
10247 * testsuite/script_test_3.t: Add a TLS segment.
10248 * testsuite/Makefile.am (check_PROGRAMS): Add
10249 tls_phdrs_script_test.
10250 (tls_phdrs_script_test_SOURCES): Define.
10251 (tls_phdrs_script_test_DEPENDENCIES): Define.
10252 (tls_phdrs_script_test_LDFLAGS): Define.
10253 (tls_phdrs_script_test_LDADD): Define.
10254 * testsuite/Makefile.in: Rebuild.
10255
10256 2010-03-23 Cary Coutant <ccoutant@google.com>
10257
10258 * fileread.cc (find_or_make_view): Fix comment.
10259
10260 2010-03-23 Ian Lance Taylor <iant@google.com>
10261
10262 * script-sections.cc (class Orphan_section_placement): Define
10263 PLACE_TLS and PLACE_TLS_BSS.
10264 (Orphan_section_placement::Orphan_section_placement): Initialize
10265 new places.
10266 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
10267 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
10268 (tls_script_test_SOURCES): Define.
10269 (tls_script_test_DEPENDENCIES): Define.
10270 (tls_script_test_LDFLAGS): Define.
10271 (tls_script_test_LDADD): Define.
10272 * testsuite/Makefile.in: Rebuild.
10273
10274 2010-03-22 Doug Kwan <dougkwan@google.com>
10275
10276 * arm.cc (Arm_relocate_functions::abs8,
10277 Arm_relocate_functions::abs16): Use correct check for overflow
10278 specified in the ARM ELF specs.
10279 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
10280 target of a BLX instruction specially.
10281 (Reloc_stub::stub_type_for_reloc): Ditto.
10282 (Relocate::relocate): Use symbolic names instead of numeric relocation
10283 codes to report error.
10284 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
10285 workaround.
10286 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
10287 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
10288 thumb2_blx_out_of_range.stdout
10289 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
10290 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
10291 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
10292 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
10293 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
10294 thumb2_blx_in_range, thumb2_blx_in_range.o,
10295 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
10296 thumb2_blx_out_of_range.o): New rules.
10297 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
10298 thumb2_blx_in_range and thumb2_blx_out_of_range.
10299 * testsuite/Makefile.in: Regenerate.
10300 * arm_branch_in_range.sh: Add tests for THUMB BLX.
10301 * testsuite/thumb_blx_in_range.s: New file.
10302 * testsuite/thumb_blx_out_of_range.s: New file.
10303
10304 2010-03-22 Rafael Espindola <espindola@google.com>
10305
10306 * archive.cc (Should_include): Move to archive.h.
10307 (should_include_member): Make it a member of Archive.
10308 (Lib_group): New.
10309 (Add_lib_group_symbols): New.
10310 * archive.h: Include options.h.
10311 (Archive_member): Moved from Archive.
10312 (Should_include): Moved from archive.cc.
10313 (Lib_group): New.
10314 (Add_lib_group_symbols): New.
10315 * dynobj.cc (do_should_include_member): New.
10316 * dynobj.h (do_should_include_member): New.
10317 * gold.cc (queue_initial_tasks): Update call to queue.
10318 * main.cc (main): Print lib group stats.
10319 * object.cc (do_should_include_member): New.
10320 * object.h: Include archive.h.
10321 (Object::should_include_member): New.
10322 (Object::do_should_include_member): New.
10323 (Sized_relobj::do_should_include_member): New.
10324 * options.cc (General_options::parse_start_lib): New.
10325 (General_options::parse_end_lib): New.
10326 (Input_arguments::add_file): Handle lib groups.
10327 (Input_arguments::start_group): Check we are not in a lib.
10328 (Input_arguments::start_lib): New.
10329 (Input_arguments::end_lib): New.
10330 * options.h (General_options): Add start_lib and end_lib.
10331 (Input_argument::lib_): New.
10332 (Input_argument::lib): New.
10333 (Input_argument::is_lib): New.
10334 (Input_file_lib): New.
10335 (Input_arguments::in_lib_): New.
10336 (Input_arguments::in_lib): New.
10337 (Input_arguments::start_lib): New.
10338 (Input_arguments::end_lib_): New.
10339 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
10340 in unused members as preempted.
10341 (Sized_pluginobj::do_should_include_member): New.
10342 * plugin.h (Sized_pluginobj::do_should_include_member): New.
10343 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
10344 return the blocker.
10345 (Read_symbols::do_whole_lib_group): New.
10346 (Read_symbols::do_lib_group): New.
10347 (Read_symbols::do_read_symbols): Handle lib groups.
10348 (Read_symbols::get_name): Handle lib groups.
10349 * readsyms.h (Read_symbols): Add an archive member pointer.
10350 (Read_symbols::do_whole_lib_group): New.
10351 (Read_symbols::do_lib_group): New.
10352 (Read_symbols::member_): New.
10353 * script.cc (read_input_script): Update call to queue_soon.
10354
10355 2010-03-19 Doug Kwan <dougkwan@google.com>
10356
10357 * arm.cc (Stub_table::Stub_table): Initialize new data members
10358 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
10359 (Stub_table::add_reloc_stub): Assign stub offset and update
10360 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
10361 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
10362 New data members.
10363 (Stub_table::update_data_size_and_addralign): Use
10364 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
10365 instead of going over all reloc stubs.
10366 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
10367 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
10368 Stringpool_template::offset_ to size of Stringpool_char.
10369 (Stringpool_template::new_key_offset): Remove code to initialize
10370 Stringpool_template::offset_.
10371 * stringpool.h (Stringpool_template::set_no_zero_null): Set
10372 Stringpool_template::offset_ to zero.
10373
10374 2010-03-15 Doug Kwan <dougkwan@google.com>
10375
10376 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
10377 offset_.
10378 (Stringpool_template::new_key_offset): New method.
10379 (Stringpool_template::add_string): Assign offsets when adding new
10380 strings.
10381 (Stringpool_template::set_string_offsets): Do not set string offsets
10382 when not optimizing.
10383 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
10384 member size_.
10385 (Chunked_vector::clear): Clear size_.
10386 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
10387 (Chunked_vector::size): Return size_.
10388 (Chunked_vector::push_back): Use size_ to find insert position.
10389 (Chunked_vector::size_): New data member.
10390 (Stringpool_template::set_no_zero_null): Assert string set is empty.
10391 (Stringpool_template::new_key_offset): New method declaration.
10392 (Stringpool_template::offset_): New data member.
10393
10394 2010-03-15 Rafael Espindola <espindola@google.com>
10395
10396 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
10397 Add_symbols' constructor.
10398 * readsyms.h (Add_symbols): Remove the input_group member.
10399
10400 2010-03-10 Ian Lance Taylor <iant@google.com>
10401
10402 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
10403 target to ask whether a reference to a symbol requires a stack
10404 split.
10405 * target.h (Target::is_call_to_non_split): New function.
10406 (Target::do_is_call_to_non_split): Declare virtual function.
10407 * target.cc: Include "symtab.h".
10408 (Target::do_is_call_to_non_split): New function.
10409 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
10410
10411 2010-03-10 Cary Coutant <ccoutant@google.com>
10412
10413 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
10414 (File_read::open[1]): Remove initial mapping of whole_file_view_.
10415 (File_read::open[2]): Add whole_file_view_ to list of views.
10416 (File_read::make_view): Remove test of whole_file_view_.
10417 (File_read::find_or_make_view): Create whole_file_view_ if
10418 necessary.
10419 (File_read::clear_views): Replace bool parameter with enum;
10420 adjust all callers. Don't delete views with permanent data;
10421 do delete cached views and views from archives if
10422 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
10423 if clearing the corresponding view.
10424 * fileread.h (File_read::Clear_views_mode): New enum.
10425 (File_read::View::is_permanent_view): New method.
10426 (File_read::clear_views): Replace bool parameter
10427 with enum; adjust all callers.
10428 * options.h (General_options): Change keep_files_mapped option;
10429 add map_whole_files.
10430 * readsyms.cc (Add_symbols::run): Delete sd_ object before
10431 releasing the file.
10432 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
10433 the file.
10434
10435 2010-03-10 David S. Miller <davem@davemloft.net>
10436
10437 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
10438
10439 2010-03-09 Sriraman Tallam <tmsriram@google.com>
10440
10441 * icf.cc (get_section_contents): Add '@' marker after processing the
10442 merge reloc.
10443
10444 2010-03-08 Doug Kwan <dougkwan@google.com>
10445
10446 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
10447 due to a conversion warning.
10448 (Arm_relobj::update_output_local_symbol_count): Check for local
10449 symbol with unset output index.
10450
10451 2010-03-05 Ian Lance Taylor <iant@google.com>
10452
10453 * options.h (class General_options): Add --spare-dynamic-tags.
10454 * output.cc (Output_data_dynamic::set_final_data_size): Implement
10455 --spare-dynamic-tags.
10456
10457 2010-03-05 Ian Lance Taylor <iant@google.com>
10458
10459 * incremental.cc: Include "libiberty.h".
10460
10461 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10462
10463 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
10464 function, is_info_ member.
10465 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
10466 (Versions::Versions): Update caller.
10467 (Versions::define_base_version): Likewise.
10468 (Versions::add_def): Likewise.
10469
10470 2010-03-03 Sriraman Tallam <tmsriram@google.com>
10471
10472 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
10473 (Scan::possible_function_pointer_reloc): New function.
10474 (Scan::local_reloc_may_be_function_pointer): Change to call
10475 possible_function_pointer_reloc.
10476 (Scan::global_reloc_may_be_function_pointer): Ditto.
10477 * icf.h (Icf::check_section_for_function_pointers): Change to reject
10478 relocations in ".data.rel.ro._ZTV" section.
10479 * testsuite/icf_safe_so_test.sh: Change to pass i386.
10480 * testsuite/icf_safe_so_test.cc: Ditto.
10481 * testsuite/icf_safe_test.cc: Ditto.
10482 * testsuite/icf_safe_test.sh: Ditto.
10483
10484 2010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10485 Ian Lance Taylor <iant@google.com>
10486
10487 * target-reloc.h (relocate_section): Check the symbol table index
10488 for -1U before setting the local symbol index.
10489 (scan_relocatable_relocs): If copying the relocation, record that
10490 the local symbol is required.
10491 * object.h (Symbol_value::is_output_symtab_index_set): New
10492 function.
10493 (Symbol_value::may_be_discarded_from_output_symtab): New
10494 function.
10495 (Symbol_value::has_output_symtab_entry): New function.
10496 (Symbol_value::needs_output_symtab_entry): Remove.
10497 (Symbol_value::output_symtab_index): Make sure the symbol index is
10498 set.
10499 (Symbol_value::set_output_symtab_index): Make sure the symbol
10500 index is not set. Make sure the new index is valid.
10501 (Symbol_value::set_must_have_output_symtab_entry): New function.
10502 (Symbol_value::has_output_dynsym_entry): New function.
10503 (Symbol_value::set_output_dynsym_index): Make sure the new index
10504 is valid.
10505 (Sized_relobj::set_must_have_output_symtab_entry): New function.
10506 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
10507 local symbol if permitted.
10508 (Sized_relobj::do_finalize_local_symbols): Call
10509 is_output_symtab_index_set rather than needs_output_symtab_entry.
10510 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
10511 rather than needs_output_symtab_entry. Call
10512 has_output_dynsym_entry rather than needs_output_dynsym_entry.
10513 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
10514 is_output_symtab_index_set rather than needs_output_symtab_entry.
10515 * testsuite/discard_locals_relocatable_test.c: New file.
10516 * testsuite/discard_locals_test.sh: Test -r.
10517 * testsuite/Makefile.am (check_DATA): Add
10518 discard_locals_relocatable_test1.syms,
10519 discard_local_relocatable_test2.syms.
10520 (MOSTLYCLEANFILES): Likewise. Also add
10521 discard_locals_relocatable_test1.lout and
10522 discard_locals_relocatable_test2.out.
10523 (discard_locals_relocatable_test1.syms): New target.
10524 (discard_locals_relocatable_test.o): New target.
10525 (discard_locals_relocatable_test1.out): New target.
10526 (discard_locals_relocatable_test2.syms): New target.
10527 (discard_locals_relocatable_test2.out): New target.
10528 (various): Add missing ../ld-new dependencies.
10529 * testsuite/Makefile.in: Rebuild.
10530
10531 2010-03-03 Nick Clifton <nickc@redhat.com>
10532
10533 * po/fi.po: New Finnish translation.
10534
10535 2010-03-01 Doug Kwan <dougkwan@google.com>
10536
10537 * layout.cc (Layout::Layout): Force section types of .init_array*,
10538 .preinit_array* and .fini_array* sections.
10539 * output.cc (Output_section::Input_section_sort_entry::has_priority):
10540 Fix check of return value of std::string::find.().
10541 (Output_section::Input_section_sort_compare::operator()): Remove
10542 comment about .init_array.
10543 (Output_section::Input_section_sort_init_fini_compare::operator()):
10544 New method.
10545 (Output_section::sort_attached_input_sections): Handle .init_array
10546 and .fini_array specially.
10547 * output.h (Output_section::Inut_section_sort_compare): Update
10548 comment.
10549 (Output_section::Input_section_sort_init_fini_compare): New struct.
10550
10551 2010-02-26 Doug Kwan <dougkwan@google.com>
10552
10553 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
10554 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
10555 * testsuite/debug_msg.sh: Avoid matching source line number for
10556 use of global variable undef_int.
10557
10558 2010-02-26 Doug Kwan <dougkwan@google.com>
10559
10560 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
10561 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
10562 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
10563 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
10564 * options.cc (General_options::General_options): Initialize member
10565 fix_v4bx_.
10566 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
10567 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
10568 and rm_no_fix_v4bx.stdout
10569 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
10570 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
10571 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
10572 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
10573 and arm_no_fix_v4bx.
10574 * Makefile.in: Regenerate.
10575 * testsuite/arm_fix_v4bx.s: New file.
10576 * testsuite/arm_fix_v4bx.sh: Ditto.
10577
10578 2010-02-24 Doug Kwan <dougkwan@google.com>
10579
10580 * arm.cc (Target_arm::got_section): Make the .got section the first
10581 non RELRO section in the data segment.
10582 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
10583 suffixes of section names.
10584
10585 2010-02-24 Doug Kwan <dougkwan@google.com>
10586
10587 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
10588 flags and attributes merging if an input file is a binary file.
10589 * fileread.cc (Input_file::open): Record format of original file.
10590 * fileread.h (Input_file::Format): New enum type.
10591 (Input_file::Input_file): Initialize data member format_.
10592 (Input_file::format): New method definition.
10593 (Input_file::format_):: New data member.
10594
10595 2010-02-24 Doug Kwan <dougkwan@google.com>
10596
10597 * arm.cc (Arm_output_data_got): New class.
10598 (ARM_TCB_SIZE): New constant
10599 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
10600 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
10601 If user uses a script with a SECTIONS clause, issue only a warning
10602 for a misplaced EXIDX input section. Otherwise, issue an error.
10603 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
10604 garbage collection.
10605 (Target_arm::got_mode_index_entry): Handle static linking.
10606 (Target_arm::Scan::local): Ditto.
10607 (Target_arm::Scan::global): Ditto.
10608 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
10609 all incorrectly implemented relocations.
10610 (Target_arm::fix_exidx_coverage): Pass layout to
10611 Arm_output_section::fix_exidx_coverage.
10612 * layout.cc (Layout::section_name_mapping): Remove trailing dots
10613 from ".ARM.exidx." and ".ARM.extab.".
10614
10615 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10616
10617 * arm.cc (Target_arm::do_finalize_sections): Create attribute
10618 section if it does not already exist.
10619 * attributes.cc (Attributes_section_data::Attributes_section_data):
10620 Don't crash if size is zero.
10621
10622 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10623 Ian Lance Taylor <iant@google.com>
10624
10625 * gold.cc (queue_middle_tasks): If no input files were opened,
10626 exit.
10627 * workqueue.h (Task_function::Task_function): Assert that there is
10628 a blocker.
10629
10630 2010-02-22 Doug Kwan <dougkwan@google.com>
10631
10632 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
10633 * icf.cc (get_section_contents): Cast snprintf arguments to long long
10634 types to avoid warnings due to different uint64_t implementations
10635 on different hosts.
10636
10637 2010-02-21 Doug Kwan <dougkwan@google.com>
10638
10639 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
10640 handling of the maximum backward branch offset.
10641 (Arm_relocate_functions::thumb_branch_common): Ditto.
10642 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
10643 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
10644 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
10645 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
10646 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
10647 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
10648 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
10649 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
10650 thumb_bl_out_of_range thumb_bl_out_of_range.o,
10651 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
10652 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
10653 thumb2_bl_out_of_range.o): New rules.
10654 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
10655 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
10656 thumb2_bl_out_of_range
10657 * testsuite/Makefile.in: Regenerate.
10658 * testsuite/arm_bl_in_range.s: New file.
10659 * testsuite/arm_bl_out_of_range.s: Ditto.
10660 * testsuite/arm_branch_in_range.sh: Ditto.
10661 * testsuite/arm_branch_range.t: Ditto.
10662 * testsuite/thumb2_branch_range.t: Ditto.
10663 * testsuite/thumb_bl_in_range.s: Ditto.
10664 * testsuite/thumb_bl_out_of_range.s: Ditto.
10665 * testsuite/thumb_branch_range.t: Ditto.
10666
10667 2010-02-20 Sriraman Tallam <tmsriram@google.com>
10668
10669 * gc.h (gc_process_relocs): Change vectors to point to the new list.
10670 Add reloc offset information.
10671 * icf.cc (get_section_contents): Change iterators to point to the new
10672 vectors. Add reloc offset information to the contents.
10673 * icf.h (Icf::Sections_reachable_info): New typedef.
10674 (Icf::Sections_reachable_list): New typedef.
10675 (Icf::Offset_info): New typedef.
10676 (Icf::Reloc_info): New struct typedef.
10677 (Icf::Reloc_info_list): New typedef.
10678 (Icf::symbol_reloc_list): Delete method.
10679 (Icf::addend_reloc_list): Delete method.
10680 (Icf::section_reloc_list): Delete method.
10681 (Icf::reloc_info_list): New method.
10682 (Icf::reloc_info_list_): New member.
10683
10684 2010-02-19 Doug Kwan <dougkwan@google.com>
10685
10686 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
10687 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
10688 * arm.cc (Arm_relocation_functions): New forward declaration.
10689 (Target_arm::Target_arm): Initialize new data members
10690 got_mod_index_offset_ and tls_base_symbol_defined_.
10691 (Target_arm::Relocate::relocate_tls): New method.
10692 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
10693 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
10694 New methods.
10695 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
10696 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
10697 (Target_arm::got_mod_index_offset_,
10698 Target_arm::tls_base_symbol_defined_): New data members.
10699 (Target_arm::Scan::local, Target::Scan::global,
10700 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
10701 relocations.
10702
10703 2010-02-18 Doug Kwan <dougkwan@google.com>
10704
10705 * arm.cc (Arm_relobj::find_linked_text_section): New method.
10706 (Arm_relobj::make_exidx_input_section): Pass section index of linked
10707 text section as a parameter becuase some broken tools may not set
10708 the link in section header.
10709 (Target_arm::has_got_section): New method.
10710 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
10711 without any mapping symbol as data only. Remove warning.
10712 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
10713 link in its section header, try to discover the link by inspecting the
10714 REL31 relocation at the beginning of the section.
10715 (Target_arm::Scan::check_non_pic): Report name of offending relocation
10716 in error message.
10717 (Target_arm::Scan::global): Treat any reference to the symbol
10718 _GLOBAL_OFFSET_TABLE_ as a GOT access.
10719
10720 2010-02-12 Sriraman Tallam <tmsriram@google.com>
10721
10722 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
10723 (Scan::global_reloc_may_be_function_pointer): New function.
10724 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
10725 (Scan::global_reloc_may_be_function_pointer): New function.
10726 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
10727 (Scan::global_reloc_may_be_function_pointer): New function.
10728 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
10729 (Scan::global_reloc_may_be_function_pointer): New function.
10730 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
10731 (Scan::global_reloc_may_be_function_pointer): New function.
10732 (Scan::possible_function_pointer_reloc): New function.
10733 (Target_x86_64::can_check_for_function_pointers): New function.
10734 * gc.h (gc_process_relocs): Scan relocation types to determine if
10735 function pointers were taken for targets that support it.
10736 * icf.cc (Icf::find_identical_sections): Include functions for
10737 folding in safe ICF whose pointer is not taken.
10738 * icf.h (Secn_fptr_taken_set): New typedef.
10739 (fptr_section_id_): New member.
10740 (section_has_function_pointers): New function.
10741 (set_section_has_function_pointers): New function.
10742 (check_section_for_function_pointers): New function.
10743 * options.h: Fix comment for safe ICF option.
10744 * target.h (can_check_for_function_pointers): New function.
10745 * testsuite/Makefile.am: Add icf_safe_so_test test case.
10746 Modify icf_safe_test for X86-64.
10747 * testsuite/Makefile.in: Regenerate.
10748 * testsuite/icf_safe_so_test.cc: New file.
10749 * testsuite/icf_safe_so_test.sh: New file.
10750 * testsuite/icf_safe_test.cc (kept_func_3): New function.
10751 (main): Change to take pointer to function kept_func_3.
10752 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
10753 folding is done correctly for X86-64.
10754
10755 2010-02-12 David S. Miller <davem@davemloft.net>
10756
10757 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
10758 is_symbolless parameter.
10759 (Output_reloc<SHT_REL>::is_symbolless): New.
10760 (Output_reloc<SHT_REL>::is_symbolless_): New.
10761 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
10762 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
10763 (Output_reloc<SHT_RELA>::is_symbolless): New.
10764 (Output_data_reloc::add_global): Handle is_symbolless.
10765 (Output_data_reloc::add_global_relative): Likewise.
10766 (Output_data_reloc::add_local): Likewise.
10767 (Output_data_reloc::add_local_relative): Likewise.
10768 (Output_data_reloc::add_symbolless_global_addend): New.
10769 (Output_data_reloc::add_symbolless_local_addend): New.
10770 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
10771 is_symbolless.
10772 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
10773 instead of ->is_relative_
10774 (Output_reloc::write): Likewise.
10775 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
10776 (Output_reloc::write_rel): Simplify.
10777
10778 * sparc.cc (Target_sparc::Scan::local): Use
10779 ->add_symbolless_local_addend as needed.
10780 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
10781 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
10782 based upon relocation offset.
10783
10784 2010-02-11 Doug Kwan <dougkwan@google.com>
10785
10786 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
10787 (Target_arm::Scan::global): Ditto. Also remove a comment before the
10788 beginning of function.
10789 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
10790 and MOVT_ABS relocations. Those are non issued in scanning. Fix
10791 parameter is_32bit in calls to should_apply_static_reloc.
10792 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
10793 (check_DATA): Add arm_abs_global.stdout.
10794 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
10795 arm_abs_global.stdout): New rules.
10796 (MOSTLLYCLEANFILES): Add arm_abs_global
10797 * Makefile.in: Regenerate.
10798 * testsuite/arm_abs_global.s: New file.
10799 * testsuite/arm_abs_global.sh: Ditto.
10800 * testsuite/arm_abs_lib.s: Ditto.
10801
10802 2010-02-11 Ian Lance Taylor <iant@google.com>
10803
10804 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
10805 Read_relocs task.
10806 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
10807 Allocate_commons_task first.
10808 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
10809 task, rather than symtab_lock_.
10810 (Gc_process_relocs::~Gc_process_relocs): New function.
10811 (Gc_process_relocs::is_runnable): Check this_blocker_.
10812 (Gc_process_relocs::locks): Use next_blocker_ rather than
10813 blocker_.
10814 (Scan_relocs::~Scan_relocs): New function.
10815 (Scan_relocs::is_runnable): Check this_blocker_ rather than
10816 symtab_lock_.
10817 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
10818 next_blocker_.
10819 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
10820 fields. Add this_blocker_ and next_blocker_ fields. Adjust
10821 constructor accordingly.
10822 (class Gc_process_relocs): Likewise.
10823 (class Scan_relocs): Likewise.
10824 * common.h (class Allocate_commons_task): Remove symtab_lock_
10825 field, and corresponding constructor parameter.
10826 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
10827 symtab_lock_.
10828 (Allocate_commons_task::locks): Likewise.
10829
10830 2010-02-11 Ian Lance Taylor <iant@google.com>
10831
10832 * gold-threads.h (class Once): Define.
10833 (class Initialize_lock): Rewrite as child of Once.
10834 * gold-threads.cc (class Once_initialize): Define.
10835 (once_pointer_control): New static variable.
10836 (once_pointer, once_arg): New static variables.
10837 (c_run_once): New static function.
10838 (Once::Once, Once::run_once, Once::internal_run): New functions.
10839 (class Initialize_lock_once): Remove.
10840 (initialize_lock_control): Remove.
10841 (initialize_lock_pointer): Remove.
10842 (initialize_lock_once): Remove.
10843 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
10844 (Initialize_lock::initialize): Rewrite.
10845 (Initialize_lock::do_run_once): New function.
10846 * archive.cc (Archive::interpret_header): Only clear name if it is
10847 not already empty.
10848 * fileread.cc: Include "gold-threads.h"
10849 (file_counts_lock): New static variable.
10850 (file_counts_initialize_lock): Likewise.
10851 (File_read::release): Only increment counts when using --stats.
10852 Use a lock around the increment.
10853 * parameters.cc (class Set_parameters_target_once): Define.
10854 (set_parameters_target_once): New static variable.
10855 (Parameters::Parameters): Move here from parameters.h.
10856 (Parameters::set_target): Rewrite.
10857 (Parameters::set_target_once): New function.
10858 (Parameters::clear_target): Move here and rewrite.
10859 * parameters.h (class Parameters): Update declarations. Add
10860 set_parameters_target_once_ field.
10861 (Parameters::Parameters): Move to parameters.cc.
10862 (Parameters::clear_target): Likewise.
10863 * readsyms.cc (Read_symbols::do_group): Create a Start_group
10864 task.
10865 (Start_group::~Start_group): New function.
10866 (Start_group::is_runnable): New function.
10867 (Start_group::locks, Start_group::run): New functions.
10868 (Finish_group::run): Change saw_undefined to size_t.
10869 * readsyms.h (class Start_group): Define.
10870 (class Finish_group): Change saw_undefined_ field to size_t.
10871 (Finish_group::Finish_group): Remove saw_undefined and
10872 this_blocker parameters. Change all callers.
10873 (Finish_group::set_saw_undefined): New function.
10874 (Finish_group::set_blocker): New function.
10875 * symtab.h (class Symbol_table): Change saw_undefined to return
10876 size_t. Change saw_undefined_ field to size_t.
10877 * target-select.cc (Set_target_once::do_run_once): New function.
10878 (Target_selector::Target_selector): Initialize set_target_once_
10879 field. Don't initialize lock_ and initialize_lock_ fields.
10880 (Target_selector::instantiate_target): Rewrite.
10881 (Target_selector::set_target): New function.
10882 * target-select.h (class Set_target_once): Define.
10883 (class Target_selector): Update declarations. Make
10884 Set_target_once a friend. Remove lock_ and initialize_lock_
10885 fields. Add set_target_once_ field.
10886
10887 2010-02-10 Ian Lance Taylor <iant@google.com>
10888
10889 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
10890 queueing any tasks.
10891 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
10892 (queue_middle_tasks): Add all blockers before queueing any tasks.
10893 (queue_final_tasks): Likewise.
10894 * token.h (Task_token::add_blockers): New function.
10895 * object.h (Input_objects::number_of_relobjs): New function.
10896
10897 2010-02-10 Ian Lance Taylor <iant@google.com>
10898
10899 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
10900 shared, not if not position independent.
10901 * x86_64.cc (Relocate::relocate_tls): Likewise.
10902 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
10903 (tls_pie_pic_test): New target.
10904 * testsuite/Makefile.in: Rebuild.
10905
10906 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
10907 (tls_test_main_pie.o, tls_test_pie.o): New targets.
10908 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
10909 * testsuite/Makefile.in: Rebuild.
10910
10911 2010-02-09 David S. Miller <davem@davemloft.net>
10912
10913 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
10914 R_SPARC_RELATIVE using ->add_local_relative().
10915 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
10916
10917 * output.h (Output_data_dynamic::add_section_size): New method
10918 that takes two Output_data objects.
10919 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
10920 entry param. Handle it in initializers.
10921 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
10922 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
10923 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
10924 arg.
10925 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
10926 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
10927 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
10928 for dynrel_includes_plt.
10929 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10930 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10931 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
10932 before .rela.plt
10933 (Target_sparc::do_finalize_sections): Update to pass true for
10934 dynrel_includes_plt.
10935 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
10936 output before .rela.plt
10937 (Target_powerpc::do_finalize_sections): Update to pass true for
10938 dynrel_includes_plt when 32-bit.
10939
10940 2010-02-08 Doug Kwan <dougkwan@google.com>
10941
10942 * arm.cc (Arm_relobj::simple_input_section_output_address): New
10943 method.
10944 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
10945 Arm_relobj::scan_section_for_cortex_a8_stubs,
10946 Arm_relobj::do_relocation_section): Instead of calling
10947 Output_section::output_address, use faster
10948 Arm_relobj::simple_input_section_output_address.
10949
10950 2010-02-08 David S. Miller <davem@davemloft.net>
10951
10952 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
10953 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
10954 relocation helper function.
10955
10956 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
10957 just like R_SPARC_GOT{10,13,22}.
10958 (Target_sparc::Scan::local): Likewise.
10959 (Target_sparc::Relocate:relocate): Likewise.
10960
10961 2010-02-06 Ian Lance Taylor <iant@google.com>
10962
10963 * configure.ac: Rewrite targetobjs duplicate removal code to use
10964 only shell constructs.
10965 * configure: Rebuild.
10966
10967 2010-02-05 Doug Kwan <dougkwan@google.com>
10968
10969 PR 11247
10970 * arm.cc (Arm_relobj::section_is_scannable): New method.
10971 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
10972 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
10973
10974 2010-02-04 Doug Kwan <dougkwan@google.com>
10975
10976 PR 11247
10977 * arm-reloc-property.cc (cstdio): Include.
10978 * configure.ac (targetobjs): Remove duplicates.
10979 * configure: Regenerate.
10980 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
10981 big and little endian version for a given address size.
10982
10983 2010-02-03 Doug Kwan <dougkwan@google.com>
10984
10985 * arm-reloc-property.cc
10986 (Arm_reloc_property_table::reloc_name_in_error_message): New method
10987 definition.
10988 * arm-reloc-property.h
10989 (Arm_reloc_property_table::get_implemented_static_reloc_property):
10990 New method definition.
10991 (Arm_reloc_property_table::reloc_name_in_error_message): New method
10992 declaration.
10993 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
10994 overflow to N.
10995 (GOT_PREL): Change implemented to Y.
10996 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
10997 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
10998 (Arm_relocate_functions::movw_abs_nc): Remove method.
10999 (Arm_relocate_functions::movt_abs): Ditto.
11000 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
11001 (Arm_relocate_functions::thm_movt_abs): Ditto.
11002 (Arm_relocate_functions::movw_rel_nc): Ditto.
11003 (Arm_relocate_functions::movw_rel): Ditto.
11004 (Arm_relocate_functions::movt_rel): Ditto.
11005 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
11006 (Arm_relocate_functions:thm_movw_rel): Ditto.
11007 (Arm_relocate_functions:thm_movt_rel): Ditto.
11008 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
11009 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
11010 New method definitions.
11011 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
11012 (Arm_relocation_functions::arm_grp_ldr): Ditto.
11013 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
11014 (Arm_relocation_functions::arm_grp_ldc): Ditto.
11015 (Target_arm::Relocate::relocate): Check for non-static or
11016 unimplemented relocation code and exit early. Change calls to
11017 Target_arm::reloc_uses_thumb_bit and
11018 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
11019 instead. Refactor code to handle similar relocations to increase
11020 code sharing. Remove check for unsupported relocation code in switch
11021 statement.
11022 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
11023 relocation property table to find out size. Change error message to
11024 print out the name of a relocation code instead of the numeric value.
11025 (Target_arm::scan_reloc_for_stub): Use relocation property table
11026 instead of calling Target_arm::reloc_uses_thumb_bit().
11027
11028 2010-02-02 Doug Kwan <dougkwan@google.com>
11029
11030 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
11031 types of relaxed input section.
11032
11033 2010-02-02 Doug Kwan <dougkwan@google.com>
11034
11035 * Makefile.am (HFILES): Add arm-reloc-property.h.
11036 (DEFFILES): New.
11037 (TARGETSOURCES): Add arm-reloc-property.cc
11038 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
11039 (libgold_a_SOURCES): $(DEFFILES)
11040 * Makefile.in: Regenerate.
11041 * arm-reloc-property.cc: New file.
11042 * arm-reloc-property.h: New file.
11043 * arm-reloc.def: New file.
11044 * arm.cc: Update comments.
11045 (arm-reloc-property.h): New included header.
11046 (arm_reloc_property_table): New global variable.
11047 (Target_arm::do_select_as_default_target): New method definition.
11048 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
11049 arm-reloc-property to targ_extra_obj.
11050 * parameters.cc (set_parameters_target): Call
11051 Target::select_as_default_target().
11052 * target.h (Target::select_as_default_target): New method definition.
11053 (Target::do_select_as_default_target): Same.
11054
11055 2010-02-01 Doug Kwan <dougkwan@google.com>
11056
11057 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
11058 first_output_text_section_.
11059 (Arm_exidx_fixup::first_output_text_section): New method definition.
11060 (Arm_exidx_fixup::first_output_text_section_): New data member.
11061 (Arm_exidx_fixup::process_exidx_section): Record the first text
11062 output section seen.
11063 (Arm_output_section::fix_exidx_coverage): Set correct linked section
11064 and entsize in output section header.
11065
11066 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11067
11068 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
11069 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
11070 (Arm_relocate_functions::thm_alu11): New Method.
11071 (Arm_relocate_functions::thm_pc8): New Method.
11072 (Arm_relocate_functions::thm_pc12): New Method.
11073 (Target_arm::Scan::local): Handle the relocations.
11074 (Target_arm::Scan::global): Likewise.
11075 (Target_arm::Relocate::relocate): Likewise.
11076 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11077
11078 2010-01-29 Doug Kwan <dougkwan@google.com>
11079
11080 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
11081 of relocation types as ld.
11082
11083 2010-01-29 Doug Kwan <dougkwan@google.com>
11084
11085 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
11086 to public.
11087 (Arm_relocate_functions::thumb_branch_common): Ditto.
11088 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
11089 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
11090 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
11091 Arm_relocate_functions::jump24): Remove.
11092 (Target_arm::Relocate::relocate): Adjust code to call
11093 Arm_relocation_functions::arm_branch_common and
11094 Arm_relocation_functions::thumb_branch_common instead of their removed
11095 wrappers. Merge switch-cases together to reduce source code size.
11096
11097 2010-01-29 Doug Kwan <dougkwan@google.com>
11098
11099 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
11100 output_local_symbol_count_needs_update_.
11101 (Arm_relobj::output_local_symbol_count_needs_update,
11102 Arm_relobj::set_output_local_symbol_count_needs_update,
11103 Arm_relobj::update_output_local_symbol_count): New methods.
11104 (Arm_relobj::output_local_symbol_count_needs_update_): New data
11105 member.
11106 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
11107 of pointed function as in a R_ARM_PREL31 relocation.
11108 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
11109 for output local symbol count updating.
11110 (Target_arm::do_relax): Update output local symbol counts in objects
11111 if necessary.
11112 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
11113
11114 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11115
11116 * arm.cc: Added support for the ARM relocations:
11117 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
11118 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
11119 (Arm_relocate_functions::movw_rel_nc): Renamed (was
11120 movw_prel_nc).
11121 (Arm_relocate_functions::movw_rel): New method.
11122 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
11123 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
11124 thm_movw_prel_nc).
11125 (Arm_relocate_functions::thm_movw_rel): New method.
11126 (Arm_relocate_functions::thm_movt_rel): Renamed (was
11127 thm_movt_prel).
11128 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
11129 relocations.
11130 (Target_arm::Scan::global): Likewise.
11131 (Target_arm::Relocate::relocate): Likewise.
11132 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11133 Likewise.
11134
11135 2010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11136
11137 * arm.cc: Added support for ARM group relocations.
11138 (Target_arm::reloc_needs_sym_origin): New method.
11139 (Arm_relocate_functions::calc_grp_kn): New method.
11140 (Arm_relocate_functions::calc_grp_residual): New method.
11141 (Arm_relocate_functions::calc_grp_gn): New method.
11142 (Arm_relocate_functions::arm_grp_alu): New Method.
11143 (Arm_relocate_functions::arm_grp_ldr): New Method.
11144 (Arm_relocate_functions::arm_grp_ldrs): New Method.
11145 (Arm_relocate_functions::arm_grp_ldc): New Method.
11146 (Target_arm::Scan::local): Handle the ARM group relocations.
11147 (Target_arm::Scan::global): Likewise.
11148 (Target_arm::Relocate::relocate): Likewise.
11149 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11150 Likewise.
11151
11152 2010-01-26 Doug Kwan <dougkwan@google.com>
11153
11154 * arm.cc (set): Include.
11155 (class Arm_exidx_fixup): Change type of last_input_section_ to const
11156 pointer type.
11157 (Arm_output_section::Text_section_list): New type.
11158 (Arm_output_section::append_text_sections_to_list): New method.
11159 (Arm_output_section::fix_exidx_coverage): Ditto.
11160 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
11161 (Arm_relobj::convert_input_section_to_relaxed_section): Use
11162 Relobj::set_section_offset() instead of
11163 Sized_relobj::invalidate_section_offset().
11164 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
11165 parameter for section headers. Ignore relocation sections for
11166 unallocated sections and EXIDX sections.
11167 (Target_arm::fix_exidx_coverage): New method.
11168 (Target_arm::output_section_address_less_than): New type.
11169 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
11170 linked text section instead of the EXIDX section.
11171 (Arm_output_section::create_stub_group): Add an assertion to check
11172 that this is not an EXIDX output section.
11173 (Arm_output_section::append_text_sections_to_list): New method.
11174 (Arm_output_section::fix_exidx_coverage): Ditto.
11175 (Arm_relobj::scan_sections_for_stubs): Adjust call to
11176 Arm_relobj::section_needs_reloc_stub_scanning.
11177 (Target_arm::do_relax): Fix EXIDX output section coverage in the
11178 first pass.
11179 (Target_arm::fix_exidx_coverage): New method.
11180 * object.h (Relobj::set_output_section): New method.
11181 (Sized_relobj::invalidate_section_offset): Remove method.
11182 (Sized_relobj::do_invalidate_section_offset): Remove method.
11183 (Sized_relobj::do_set_section_offset): Handle offset value -1.
11184
11185 2010-01-25 Doug Kwan <dougkwan@google.com>
11186
11187 * arm.cc (Arm_exidx_merged_section::do_output_offset):
11188 Fix warning due to signed and unsigned comparison on a 32-bit host.
11189
11190 2010-01-22 Doug Kwan <dougkwan@google.com>
11191
11192 * arm.cc (Target_arm::do_relax): Record an output section for section
11193 offset adjustment it contains any stub table that has changed.
11194 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
11195 offsets in an output section if necessary.
11196 * output.cc (Output_section::Output_section): Initialize
11197 section_offsets_need_adjustments_.
11198 (Output_section::add_input_section_for_script): Renamed to
11199 Output_section::add_simple_input_section.
11200 (Output_section::save_states): Add a comment.
11201 (Output_section::discard_states): New method defintion.
11202 (Output_section::adjust_section_offsets): Same.
11203 * output.h (Output_section::add_input_section_for_script): Renamed to
11204 Output_section::add_simple_input_section.
11205 (Output_section::discard_states): New method declaration.
11206 (Output_section::adjust_section_offsets): Same.
11207 (Output_section::section_offsets_need_adjustment,
11208 Output_section::set_section_offsets_need_adjustment): New method
11209 definitions.
11210 (Output_section::section_offsets_need_adjustment_): New data member.
11211 * script-sections.cc
11212 (Output_section_element_input::set_section_address): Adjust code for
11213 renaming of Output_section::add_input_section_for_script.
11214 (Orphan_output_section::set_section_address): Same.
11215
11216 2010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11217
11218 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
11219 Fix_v4bx enum values .
11220 * gold/options.h (General_options): New option definitions.
11221 (General_options::fix_v4bx): New method.
11222 (General_options::Fix_v4bx): New enum.
11223 * gold/options.cc (General_options::parse_fix_v4bx): New method.
11224 (General_options::parse_fix_v4bx_interworking): New method.
11225
11226 2010-01-22 Doug Kwan <dougkwan@google.com>
11227
11228 * arm.cc (Arm_exidx_fixup): New class.
11229
11230 2010-01-21 Doug Kwan <dougkwan@google.com>
11231
11232 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
11233 classes.
11234 (Arm_exidx_section_offset_map): New type.
11235
11236 2010-01-21 Doug Kwan <dougkwan@google.com>
11237
11238 * arm.cc (Arm_exidx_input_section): New class.
11239 (Arm_relobj::exidx_input_section_by_link,
11240 Arm_relobj::exidx_input_section_by_shndx,
11241 Arm_relobj::make_exidx_input_section): New methods.
11242 (read_arm_attributes_section): Remove.
11243 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
11244 information about them.
11245 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
11246 to here.
11247
11248 2010-01-20 Doug Kwan <dougkwan@google.com>
11249
11250 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
11251 Input_section_specifier to Section_id.
11252 (Target_arm::new_arm_input_section: Adjust code for change of key
11253 type.
11254 (Target_arm::find_arm_input_section): Ditto.
11255 * gc.h (object.h): Include for Section_id nand Section_id_hash.
11256 (Section_id): Remove.
11257 (Garbage_collection::Section_id_hash): Remove.
11258 * icf.h (object.h): Include for Section_id nand Section_id_hash.
11259 (Section_id): Remove.
11260 (Icf::Section_id_hash): Remove.
11261 * object.h (Section_id, Const_section_id, Section_id_hash,
11262 Const_section_id_hash): New type definitions.
11263 * output.cc (Output_section::add_relaxed_input_section): Change to
11264 use Const_section_id instead of Input_section_specifier as key type.
11265 (Output_section::add_merge_input_section): Ditto.
11266 (Output_section::build_relaxation_map): Change to use Section_id
11267 instead of Input_section_specifier as key type.
11268 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
11269 Ditto.
11270 (Output_section::convert_input_sections_to_relaxed_sections): Change
11271 to use Const_section_id instead of Input_section_specifier as key type.
11272 (Output_section::find_merge_section): Ditto.
11273 (Output_section::find_relaxed_input_section): Ditto.
11274 * output.h (Input_section_specifier): Remove class.
11275 (Output_section::Output_section_data_by_input_section_map): Change
11276 key type to Const_section_id.
11277 (Output_section::Output_relaxed_input_section_by_input_section_map):
11278 Ditto.
11279 (Output_section::Relaxation_map): Change key type to Section_id.
11280
11281 2010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11282
11283 * gold/arm.cc: Added support for R_ARM_V4BX relocation
11284 (class Arm_v4bx_stub): New class.
11285 (DEF_STUBS): Updated definition to support v4_veneer_bx.
11286 (Stub_factory::make_arm_v4bx_stub): New method.
11287 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
11288 (Stub_table::empty): Handle v4bx stubs.
11289 (Stub_table::add_arm_v4bx_stub): New method.
11290 (Stub_table::find_arm_v4bx_stub): New method.
11291 (Arm_relocate_functions::v4bx): New method.
11292 (Target_arm::fix_v4bx): New method.
11293 (Target_arm::Target_arm): Handle R_ARM_V4BX.
11294 (Stub_table::relocate_stubs): Likewise.
11295 (Stub_table::do_write): Likewise.
11296 (Stub_table::update_data_size_and_addralign): Likewise.
11297 (Stub_table::finalize_stubs): Likewise.
11298 (Target_arm::Scan::local): Likewise.
11299 (Target_arm::Scan::global): Likewise.
11300 (Target_arm::do_finalize_sections): Likewise.
11301 (Target_arm::Relocate::relocate): Likewise.
11302 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11303 Likewise.
11304 (Target_arm::scan_reloc_for_stub): Likewise.
11305 (Target_arm::scan_reloc_section_for_stubs): Likewise.
11306
11307 2010-01-19 Ian Lance Taylor <iant@google.com>
11308
11309 * output.cc (Output_section_headers::do_sized_write): Write large
11310 segment count to sh_info field.
11311 (Output_file_header::do_sized_write): For large segment count,
11312 write PN_XNUM to e_phnum field.
11313
11314 2010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11315
11316 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
11317 (Arm_relocate_functions::thm_jump8): New function.
11318 (Arm_relocate_functions::thm_jump11): New function.
11319 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
11320 R_ARM_THM_JUMP11.
11321 (Target_arm::Scan::global): Likewise.
11322 (Target_arm::Relocate::relocate): Likewise.
11323 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11324 Likewise.
11325
11326 2010-01-14 Doug Kwan <dougkwan@google.com>
11327
11328 * arm.cc (map, utility): Include headers.
11329 (Target_arm::apply_cortex_a8_workaround): New method.
11330 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
11331 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
11332 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
11333 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
11334 the --[no-]fix-cortex-a8 command line options.
11335 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
11336 (Target_arm::relocate_stub): Use addend in instruction template.
11337 * options.h (DEFINE_bool): Set the user-set flag.
11338 (General_options): Add --[no-]-fix-cortex options.
11339 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
11340 : Update fast look-up map after conversion.
11341
11342 2010-01-14 Sriraman Tallam <tmsriram@google.com>
11343
11344 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
11345 in the first pass of do_layout.
11346
11347 2010-01-13 Doug Kwan <dougkwan@google.com>
11348
11349 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
11350 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
11351 apparent compiler problem of not folding static constant integral
11352 data members of elfcpp::Elf_sizes<32>.
11353
11354 2010-01-13 Doug Kwan <dougkwan@google.com>
11355
11356 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
11357 Arm_relobj::section_needs_cortex_a8_stub_scanning,
11358 Arm_relobj::scan_section_for_cortex_a8_erratum,
11359 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
11360 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
11361 sections to scan for relocation stubs into a new method
11362 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
11363 relocation and Cortex-A8 stub scanning.
11364 (Target_arm::do_relax): Force stubs to be after stubbed sections
11365 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
11366 the beginning of a new relaxation pass. Update a comment.
11367 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
11368
11369 2010-01-12 Ian Lance Taylor <iant@google.com>
11370
11371 * target-reloc.h (visibility_error): New inline function.
11372 (relocate_section): Call visibility_error.
11373 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
11374 (MOSTLYCLEANFILES): Likewise.
11375 (protected_4_pic.o, protected_3.err): New targets.
11376 * testsuite/protected_4.cc: New file.
11377
11378 2010-01-12 Doug Kwan <dougkwan@google.com>
11379
11380 * arm.cc (Cortex_a8_reloc): New class.
11381 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
11382 and cortex_a8_relocs_info_.
11383 (Target_arm::fix_cortex_a8): New method definition.
11384 (Target_arm::Cortex_a8_relocs_info): New type.
11385 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
11386 New data member declarations.
11387 (Target_arm::scan_reloc_for_stub): Record information about
11388 relocations for THUMB branches that might be exempted from the
11389 Cortex-A8 workaround.
11390 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
11391 at the beginning of a relaxation pass.
11392
11393 2010-01-12 Doug Kwan <dougkwan@google.com>
11394
11395 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
11396 (Arm_relobj::Mapping_symbol_position,
11397 Arm_reloj::Mapping_symbol_position_less,
11398 Arm_relobj::Mapping_symbols_info): New types.
11399 (Target_arm::is_mapping_symbol_name): New method definition.
11400 (Arm_relobj::do_count_local_symbols): Save information about mapping
11401 symbols.
11402
11403 2010-01-11 Doug Kwan <dougkwan@google.com>
11404
11405 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
11406 Arm_relocate_functions::thumb32_branch_upper,
11407 Arm_relocate_functions::thumb32_branch_lower,
11408 Arm_relocate_functions::thumb32_cond_branch_offset,
11409 Arm_relocate_functions::thumb32_cond_branch_upper,
11410 Arm_relocate_functions::thumb32_cond_branch_lower,
11411 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
11412 branch offset encoding.
11413 (Arm_relocate_functions::thumb_branch_common): Use new branch
11414 offset encoding methods to avoid code duplication.
11415 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
11416 (Stub_addend_reader::operator()): Use new branch encoding method
11417 to avoid code duplication.
11418
11419 2010-01-11 Doug Kwan <dougkwan@google.com>
11420
11421 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
11422 (Target_arm::do_finalize_sections): Define special EXIDX section
11423 symbols only if referenced.
11424 * gc.h (Garbage_collection::add_reference): New method.
11425 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
11426 code duplication.
11427
11428 2010-01-11 Ian Lance Taylor <iant@google.com>
11429
11430 * script.cc (Version_script_info::build_expression_list_lookup):
11431 Change complaing about duplicate wildcard match from error to
11432 warning.
11433
11434 * script.cc (class Lazy_demangler): Recreate--revert part of patch
11435 of 2009-12-30.
11436 (Version_script_info::Version_script_info): Initialize globs_,
11437 default_version_, default_is_global_, and exact_. Don't
11438 initialize globals_ or locals_.
11439 (Version_script_info::build_lookup_tables): Build local symbols
11440 first.
11441 (Version_script_info::unquote): New function.
11442 (Version_script_info::add_exact_match): New function.
11443 (Version_script_info::build_expression_list_lookup): Remove lookup
11444 parameter. Add is_global parameter. Change all callers. Handle
11445 wildcard pattern specially. Unquote pattern. Call
11446 add_exact_match.
11447 (Version_script_info::get_name_to_match): New function.
11448 (Version_script_info::get_symbol_version): New function.
11449 (Version_script_info::get_symbol_version_helper): Remove.
11450 (Version_script_info::check_unmatched_names): Call unquote.
11451 * script.h (class Version_script_info): Change get_symbol_version
11452 to be non-inline and add is_global parameter; change all callers.
11453 Rewrite symbol_is_local. Update declarations. Define struct
11454 Version_tree_match, Exact, Globs. Don't define struct Lookup.
11455 Remove globals_ and locals_ members. Add exact_, globs_,
11456 default_version_, is_global_.
11457 (Version_script_info::Glob): Remove pattern, add expression and
11458 is_global. Update constructor. Change all callers.
11459 * dynobj.cc (Versions::finalize): Mark the version symbol as the
11460 default version.
11461 (Versions::symbol_section_contents): If a symbol is undefined, or
11462 defined in a dynamic object, set the version index to
11463 VER_NDX_LOCAL.
11464 * symtab.cc (Symbol_table::add_from_relobj): Don't call
11465 symbol_is_local.
11466 (Symbol_table::add_from_pluginobj): Likewise.
11467 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
11468
11469 2010-01-11 Doug Kwan <dougkwan@google.com>
11470
11471 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
11472 (incremental_dump_LDADD): Add linking option for libintl.
11473 * Makefile.in: Regenerate.
11474
11475 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
11476
11477 PR gold/11144
11478 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
11479 instead of -Ds.
11480 * testsuite/Makefile.in: Regenerated.
11481
11482 2010-01-10 Doug Kwan <dougkwan@google.com>
11483
11484 * options.h (DEFINE_var): Use parentheses around argument varname__
11485 in macro body to avoid any unintended subsequent substitutions.
11486
11487 2010-01-10 Ian Lance Taylor <iant@google.com>
11488
11489 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
11490 candidates before doing symbol resolution.
11491
11492 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
11493 ODR candidates if only one is weak.
11494
11495 2010-01-08 Ian Lance Taylor <iant@google.com>
11496
11497 * script.cc (Version_script_info::build_expression_list_lookup):
11498 Don't warn about ambiguous version, just record the ambiguity.
11499 (Version_script_info::get_symbol_version_helper): Give error if
11500 version is ambiguous.
11501
11502 2010-01-08 Doug Kwan <dougkwan@google.com>
11503
11504 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
11505 prev_data_size_ and prev_addralign_. Remove initializer for
11506 deleted data member has_been_changed_.
11507 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
11508 to determine if the table is empty.
11509 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
11510 Remove.
11511 (Stub_table::add_reloc_stub): Define method in class definition
11512 instead of just declaring it there.
11513 (Stub_table::add_cortex_a8_stub): New method definition.
11514 (Stub_table::update_data_size_and_addralign): Ditto.
11515 (Stub_table::finalize_stubs): Ditto.
11516 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
11517 (Stub_table::do_addralign_): Return address alignment in the
11518 (Stub_table::do_reset_address_and_file_offset): Define method in
11519 class definition instead of declaring it there. Set current data
11520 size to be the data size of the previous pass.
11521 (Stub_table::set_final_data_size): Use current data size as the
11522 final data size.
11523 (Stub_table::relocate_stub): Change parameter type of stub from
11524 Reloc_stub pointer to Stub pointer.
11525 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
11526 (Stub_table::Cortex_a8_stub_list): New typedef.
11527 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
11528 Stub_table::prev_addralign_): New data member.
11529 (Arm_relobj::Arm_relobj): Initialize data member
11530 section_has_cortex_a8_workaround_.
11531 (Arm_relobj::section_has_cortex_a8_workaround,
11532 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
11533 definitions.
11534 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
11535 declarations.
11536 (Target_arm::relocate_stub): Change parameter type of stub from
11537 Reloc_stub pointer to Stub pointer.
11538 (Insn_template::size, Insn_template::alignment): Handle
11539 THUMB16_SPECIAL_TYPE.
11540 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
11541 Stub_table::update_data_size_and_addralign,
11542 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
11543 definitions.
11544 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
11545 (Stub_table::do_write): Ditto.
11546 (Target_arm::do_relax): Adjust code for changes in Stub_table.
11547
11548 2010-01-08 Ian Lance Taylor <iant@google.com>
11549
11550 PR 11108
11551 * symtab.h (class Symbol): Remove fields is_target_special_ and
11552 has_plt_offset_. Add field is_defined_in_discarded_section_.
11553 (Symbol::is_defined_in_discarded_section): New function.
11554 (Symbol::set_is_defined_in_discarded_section): New function.
11555 (Symbol::has_plt_offset): Rewrite.
11556 (Symbol::set_plt_offset): Verify that new offset is not -1U.
11557 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
11558 Don't initialize is_target_special_ or has_plt_offset_.
11559 Initialize is_defined_in_discarded_section_.
11560 (Symbol_table::add_from_relobj): If appropriate, set
11561 is_defined_in_discarded_section.
11562 * resolve.cc (Symbol::override_base_with_special): Don't test
11563 is_target_special_. Change has_plt_offset_ to has_plt_offset().
11564 * target-reloc.h (relocate_section): Do special handling for
11565 symbols defined in discarded sections for global symbols as well
11566 as local symbols.
11567
11568 2010-01-08 Ian Lance Taylor <iant@google.com>
11569
11570 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
11571 the SHT_SYMTAB case.
11572
11573 2010-01-08 Ian Lance Taylor <iant@google.com>
11574
11575 * object.cc (Sized_relobj::do_layout): Don't get confused if
11576 layout_eh_frame returns NULL.
11577
11578 2010-01-08 Ian Lance Taylor <iant@google.com>
11579
11580 PR 11084
11581 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
11582 dynamic symbol table, use the normal symbol table.
11583 (Sized_dynobj::do_read_symbols): Remove assertion about type of
11584 symbol table.
11585
11586 2010-01-08 Ian Lance Taylor <iant@google.com>
11587
11588 PR 11072
11589 * layout.cc (Layout::include_section): Remove .gnu_debuglink
11590 sections.
11591
11592 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
11593
11594 * version.cc (print_version): Change to "Copyright 2010".
11595
11596 2010-01-08 Ian Lance Taylor <iant@google.com>
11597
11598 PR 10287
11599 PR 11063
11600 * i386.cc (class Target_i386): Change return type of plt_section
11601 to be non-const.
11602 (class Output_data_plt_i386): Add tls_desc_rel_ field.
11603 (Output_data_plt_i386::Output_data_plt_i386): Initialize
11604 tls_desc_rel_ field.
11605 (Output_data_plt_i386::rel_tls_desc): New function.
11606 (Target_i386::rel_tls_desc_section): New function.
11607 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
11608 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
11609 R_386_TLS_DESC reloc in rel_tls_desc_section.
11610 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
11611 Define struct Tlsdesc_info.
11612 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
11613 (Target_x86_64::do_reloc_symbol_index): New function.
11614 (Target_x86_64::add_tlsdesc_info): New function.
11615 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
11616 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
11617 tlsdesc_rel_ field.
11618 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
11619 all callers.
11620 (Output_data_plt_x86_64::rela_tlsdesc): New function.
11621 (Target_x86_64::rela_tlsdesc_section): New function.
11622 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
11623 handling.
11624 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
11625 (Target_x86_64::do_reloc_addend): New function.
11626 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
11627 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
11628 declarations. Define TARGET_CODE. Add arg field to u1_ union.
11629 (Output_reloc::type): New function.
11630 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
11631 (Output_reloc::is_target_specific): New function.
11632 (Output_reloc::target_arg): New function.
11633 (class Output_reloc) [SHT_RELA]: Add four new constructors for
11634 absolute relocs and target specific relocs.
11635 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
11636 add_target_specific.
11637 (class Output_data_reloc) [SHT_RELA]: Likewise.
11638 * output.cc (Output_reloc::Output_reloc): Add four new versions
11639 for absolute relocs and target specific relocs.
11640 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
11641 (Output_reloc::get_symbol_index): Likewise.
11642 (Output_reloc::local_section_offset): Check that local_sym_index_
11643 is not TARGET_CODE or 0.
11644 (Output_reloc::symbol_value): Likewise.
11645 (Output_reloc::write) [SHT_RELA]: Call target for target specific
11646 reloc.
11647 * target.h (class Target): Add reloc_symbol_index and reloc_addend
11648 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
11649 functions.
11650 * layout.cc (add_target_dynamic_tags): Use output section for
11651 DT_PLTRELSZ and DT_JMPREL.
11652
11653 2010-01-07 Ian Lance Taylor <iant@google.com>
11654
11655 PR 11061
11656 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
11657 function.
11658 (class Output_data_reloc_generic): Define.
11659 (class Output_data_reloc_base): Change base class to
11660 Output_data_reloc_generic. Change add() method to call
11661 bump_relative_reloc_count for a relative reloc. Remove
11662 sort_relocs_ field.
11663 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
11664 to sort_relocs().
11665 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
11666 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
11667 appropriate.
11668 * layout.h (class Layout): Update declaration.
11669
11670 2010-01-07 Ian Lance Taylor <iant@google.com>
11671
11672 * output.h (class Output_data): Add const version of
11673 output_section and do_output_section.
11674 (class Output_section_data): Add const version of
11675 do_output_section.
11676 (class Output_section): Likewise.
11677 * layout.cc (Layout::add_target_dynamic_tags): New function.
11678 * layout.h (class Layout): Update declarations.
11679 * arm.cc (Target_arm::do_finalize_sections): Use
11680 add_target_dynamic_tags.
11681 * i386.cc (Target_i386::do_finalize_sections): Likewise.
11682 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
11683 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
11684 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
11685
11686 2010-01-07 Ian Lance Taylor <iant@google.com>
11687
11688 PR 11042
11689 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
11690 object as needed.
11691
11692 2010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
11693 Ian Lance Taylor <iant@google.com>
11694
11695 PR 11019
11696 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
11697 Xindex::read_symtab_xindex.
11698
11699 2010-01-07 Doug Kwan <dougkwan@google.com>
11700
11701 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
11702 (Insn_template::thumb16_bcond_insn): New method declaration.
11703 (Insn_template): Fix spelling.
11704 (Stub::thumb16_special): New method declaration.
11705 (Stub::do_write): Define virtual method which was previously pure
11706 virtual.
11707 (Stub::do_thumb16_special): New method declaration.
11708 (Stub::do_fixed_endian_write): New template member.
11709 (Reloc_stub::do_write): Remove.
11710 (Reloc_stub::do_fixed_endian_write): Remove.
11711 (Cortex_a8_stub): New class definition.
11712 (Stub_factory::make_cortex_a8_stub): New method definition.
11713 (Stub_factory::Stub_factory): Add missing static storage class
11714 qualifier for elf32_arm_stub_a8_veneer_blx.
11715
11716 2010-01-07 Ian Lance Taylor <iant@google.com>
11717
11718 PR 10980
11719 * options.h (class General_options): Add --warn-unresolved-symbols
11720 and --error-unresolved-symbols.
11721 * errors.cc (Errors::undefined_symbol): Implement
11722 --warn-unresolved-symbols.
11723
11724 * options.h (class General_options): Add -z text and -z textoff.
11725 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
11726
11727 2010-01-06 Sriraman Tallam <tmsriram@google.com>
11728
11729 * gc.h (Garbage_collection::Cident_section_map): New typedef.
11730 (Garbage_collection::cident_sections): New function.
11731 (Garbage_collection::add_cident_section): New function.
11732 (Garbage_collection::cident_sections_): New member.
11733 (gc_process_relocs): Add references to sections whose names are C
11734 identifiers.
11735 * gold.h (cident_section_start_prefix): New constant.
11736 (cident_section_stop_prefix): New constant.
11737 (is_cident): New function.
11738 * layout.cc (Layout::define_section_symbols): Replace string constants
11739 with the newly defined constants.
11740 * object.cc (Sized_relobj::do_layout): Track sections whose names are
11741 C identifiers.
11742 * testsuite/Makefile.am: Add gc_orphan_section_test.
11743 * testsuite/Makefile.in: Regenerate.
11744 * testsuite/gc_orphan_section_test.cc: New file.
11745 * testsuite/gc_orphan_section_test.sh: New file.
11746
11747 2010-01-06 Ian Lance Taylor <iant@google.com>
11748
11749 PR 10980
11750 * options.h (class General_options): Add --warn-shared-textrel.
11751 * layout.cc (Layout::finish_dynamic_section): Implement
11752 --warn-shared-textrel.
11753
11754 PR 10980
11755 * options.h (class General_options): Add --warn-multiple-gp.
11756
11757 2010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11758
11759 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
11760 $(THREADSLIB) and $(LIBDL).
11761 * Makefile.in: Rebuild.
11762
11763 2010-01-06 Ian Lance Taylor <iant@google.com>
11764
11765 PR 10980
11766 * options.cc (General_options::parse_section_start): New function.
11767 (General_options::section_start): New function.
11768 (General_options::General_options): Initialize all members.
11769 * options.h: Include <map>
11770 (class General_options): Add --section-start. Add section_starts_
11771 member.
11772 * layout.cc (Layout::attach_allocated_section_to_segment): If
11773 --section-start was used, set the address of the segment. Remove
11774 local sort_sections.
11775 (Layout::relaxation_loop_body): If the address of the load segment
11776 has been set by --section-start, don't use it.
11777 * output.h (Output_segment::update_flags_for_output_section): New
11778 function.
11779 * output.cc (Output_segment::add_output_section): Call
11780 update_flags_for_output_section.
11781
11782 2010-01-05 Ian Lance Taylor <iant@google.com>
11783
11784 PR 10980
11785 * options.h (class General_options): Add --undefined-version.
11786 * script.cc (struct Version_expression): Add was_matched_by_symbol
11787 field.
11788 (Version_script_info::matched_symbol): New function.
11789 (Version_script_info::get_symbol_version_helper): Call
11790 matched_symbol.
11791 (Version_script_info::check_unmatched_names): New function.
11792 * script.h (class Version_script_info): Update declarations.
11793 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
11794
11795 * options.h (class General_options): Use DEFINE_bool_alias for
11796 allow_multiple_definition.
11797 * resolve.cc (Symbol_table::should_override): Don't test
11798 allow_multiple_definition.
11799
11800 PR 10980
11801 * options.h (class General_options): Add --cref.
11802 * main.cc (main): Print cref table if --cref. Don't close mapfile
11803 until after printing cref table.
11804 * cref.cc: Include "symtab.h".
11805 (class Cref_inputs): Define Cref_table_compare and Cref_table.
11806 (Cref_table_compare::operator()): New function.
11807 (Cref_inputs::gather_cref): New function.
11808 (filecol): New static const.
11809 (Cref_inputs::print_cref): New function.
11810 (Cref::print_cref): New function.
11811 * cref.h: Include <cstdio>.
11812 (class Cref): Update declarations.
11813 * mapfile.h (Mapfile::file): New function.
11814 * object.h (class Object): Define Symbols. Declare virtual
11815 do_get_global_symbols.
11816 (Object::get_global_symbols): New function.
11817 * object.cc (Input_objects::add_object): Pass object to cref_ if
11818 --cref.
11819 (Input_objects::archive_start): Likewise.
11820 (Input_objects::archive_stop): Likewise.
11821 (Input_objects::print_cref): New function.
11822 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
11823 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
11824 --cref.
11825 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
11826 function.
11827 * plugin.h (class Sized_pluginobj): Update declarations.
11828
11829 2010-01-05 Ian Lance Taylor <iant@google.com>
11830
11831 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
11832 to is_default_version. Rename insdef to insdefault.
11833 (Symbol_table::add_from_relobj): Rename def to is_default_version
11834 and local to is_forced_local.
11835 (Symbol_table::add_from_pluginobj): Likewise.
11836 (Symbol_table::add_from_dynobj): Likewise.
11837 (Symbol_table::define_special_symbol): Rename insdef to
11838 insdefault.
11839
11840 2010-01-04 Ian Lance Taylor <iant@google.com>
11841
11842 PR 10980
11843 * options.h (class General_options): Add
11844 --allow-multiple-definition and -z muldefs.
11845 * resolve.cc (Symbol_table::should_override): Don't warn about a
11846 multiple symbol definition if --allow-multiple-definition or -z
11847 muldefs.
11848
11849 PR 10980
11850 * options.h (class General_options): Add --add-needed and
11851 --copy-dt-needed-entries. Tweak --as-needed help entry.
11852 * object.cc (Input_objects::check_dynamic_dependencies): Give an
11853 error if --copy-dt-needed-entries aka --add-needed is used and
11854 would cause a change in behaviour.
11855
11856 PR 10980
11857 * options.h (class General_options): Add -G as a short version of
11858 --shared. Add no-op options -assert, -g, and -i.
11859
11860 2010-01-04 Sriraman Tallam <tmsriram@google.com>
11861
11862 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
11863 check for .text or .gnu.linkonce.t sections.
11864 * icf.cc (Icf::find_identical_sections): Ditto.
11865 Change the detection for mangled function name within the section
11866 name.
11867 * icf.h (is_section_foldable_candidate): New function.
11868
11869 2009-12-30 Ian Lance Taylor <iant@google.com>
11870
11871 PR 10980
11872 * options.h (class General_options): Permit two dashes with
11873 --retain-symbols-file.
11874
11875 2009-12-30 Ian Lance Taylor <iant@google.com>
11876
11877 PR 10979
11878 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
11879 don't put the file header and segment headers in the text
11880 segment.
11881
11882 PR 10979
11883 * common.cc (Sort_commons::operator()): Stabilize sort when both
11884 entries are NULL.
11885 (Symbol_table::do_allocate_commons_list): When allocating common
11886 symbols, skip a symbol which is no longer common.
11887 * symtab.h (Symbol::is_common): Test whether the symbol comes from
11888 an object before checking its type.
11889 * testsuite/common_test_2.c: New file.
11890 * testsuite/common_test_3.c: New file.
11891 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
11892 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
11893 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
11894 (common_test_2_pic.o, common_test_2.so): New targets.
11895 (common_test_3_pic.o, common_test_3.so): New targets.
11896 * testsuite/Makefile.in: Rebuild.
11897
11898 PR 10979
11899 * script.cc (read_input_script): If we see a new SECTIONS clause,
11900 and we have added an input section, give an error.
11901 * layout.h (class Layout): Add have_added_input_section function.
11902 Add have_added_input_section_ field.
11903 * layout.cc (Layout::Layout): Initialize
11904 have_added_input_section_.
11905 (Layout::layout): Set have_added_input_section_.
11906 (Layout::layout_eh_frame): Likewise.
11907
11908 2009-12-30 Ian Lance Taylor <iant@google.com>
11909
11910 PR 10931
11911 * options.h (class General_options): Add --sort-common option.
11912 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
11913 * common.cc (Sort_common): Add sort_order parameter to
11914 constructor. Add sort_order_ field.
11915 (Sort_commons::operator): Check sort_order_.
11916 (Symbol_table::allocate_commons): Determine the sort order.
11917 (Symbol_table::do_allocate_commons): Add sort_order parameter.
11918 Change all callers.
11919 (Symbol_table::do_allocate_commons_list): Likewise.
11920
11921 2009-12-30 Ian Lance Taylor <iant@google.com>
11922
11923 PR 10916
11924 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
11925 symbols from this object, don't change the visibility of an
11926 undefined symbol.
11927 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
11928
11929 2009-12-30 Ian Lance Taylor <iant@google.com>
11930
11931 PR 10861
11932 * script.h (class Version_script_info): Define Language enum.
11933 Update declarations. Define Glob, Exact, and Lookup types. Add
11934 new fields globals_, locals_, and is_finalized_.
11935 * script.cc: Various formatting fixes.
11936 (class Parser_closure): Change language_stack_ from a vector of
11937 std::string to one of Version_script_info::Language. Adjust all
11938 uses accordingly.
11939 (class Lazy_demangler): Remove.
11940 (struct Version_expression): Change language from std::string to
11941 Version_script_info::Language.
11942 (Version_script_info::Version_script_info): New function.
11943 (Version_script_info::~Version_script_info): Don't call clear.
11944 (Version_script_info::finalize): New function.
11945 (Version_script_info::build_lookup_tables): New function.
11946 (Version_script_info::build_expression_list_lookup): New
11947 function.
11948 (Version_script_info::get_symbol_version_helper): Rewrite to use
11949 lookup tables.
11950 (Version_script_info::print_expression_list): Adjust to use
11951 Version_script_info::Language.
11952 (script_push_lex_into_version_mode): Check that the version script
11953 has not been finalized.
11954 (version_script_push_lang): Change language string to
11955 Version_script_info::Language.
11956 * options.cc (Command_line::version_script): New function.
11957 * options.h (class General_options): Add finalize_dynamic_list
11958 function. Change version_script from declaration to definition.
11959 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
11960 * testsuite/version_script.map: Remove duplicate def of foo.
11961 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
11962 version_script.map.
11963 * testsuite/Makefile.in: Rebuild.
11964
11965 2009-12-30 Ian Lance Taylor <iant@google.com>
11966
11967 PR 10843
11968 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
11969 if the input symbol index is 0, make the output symbol index 0.
11970
11971 2009-12-30 Ian Lance Taylor <iant@google.com>
11972
11973 PR 10670
11974 * options.h (class General_options): Add -x/--discard-all.
11975 * object.cc (Sized_relobj::do_count_local_symbols): Handle
11976 --discard-all. If the local symbol needs a dynamic entry, check
11977 that before handling --discard-locals.
11978
11979 2009-12-30 Ian Lance Taylor <iant@google.com>
11980
11981 PR 10450
11982 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
11983 flags to PF_R.
11984 (Output_segment::add_output_section): Don't change the flags if
11985 the type is PT_TLS.
11986
11987 PR 10450
11988 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
11989 GNU hash table if they need a dynamic value. Otherwise, don't add
11990 them if they are defined in a dynamic object or are forced local.
11991
11992 2009-12-29 Ian Lance Taylor <iant@google.com>
11993
11994 PR 10450
11995 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
11996 .gnu.hash table for a 32-bit target.
11997
11998 PR 10450
11999 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
12000 regular and a dynamic object only needs a dynamic symbol table
12001 entry if it is externally visible.
12002
12003 PR 10450
12004 * i386.cc (class Target_i386): Initialize global_offset_table_ in
12005 constructor. Add global_offset_table_ field.
12006 (Target_i386::got_section): Set global_offset_table_.
12007 (Target_i386::do_finalize_sections): Set global_offset_table_
12008 size.
12009 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
12010 in constructor. Add global_offset_table_ field.
12011 (Target_x86_64::got_section): Set global_offset_table_.
12012 (Target_x86_64::do_finalize_sections): Set global_offset_table_
12013 size.
12014
12015 * layout.cc (Layout::Layout): Initialize increase_relro_.
12016 (Layout::get_output_section): Add is_relro, is_last_relro, and
12017 is_first_non_relro parameters. Change all callers.
12018 (Layout::choose_output_section): Likewise.
12019 (Layout::add_output_section_data): Likewise.
12020 (Layout::make_output_section): Likewise.
12021 (Layout::set_segment_offsets): Clear increase_relro when using a
12022 linker script.
12023 * layout.h (class Layout): Add increase_relro method. Add
12024 increase_relro_ field. Update declarations.
12025 * output.cc (Output_section::Output_section): Initialize
12026 is_last_relro_ and is_first_non_relro_.
12027 (Output_segment::add_output_section): Group relro sections is
12028 do_sort is true. Handle is_last_relro and is_first_non_relro.
12029 (Output_segment::maximum_alignment): Remove relro handling.
12030 (Output_segment::set_section_addresses): Add increase_relro
12031 parameter. Change all callers. Add initial alignment to align
12032 relro sections on separate page. Remove old relro handling.
12033 (Output_segment::set_section_list_addresses): Remove in_relro
12034 parameter. Change all callers.
12035 (Output_segment::set_offset): Add increase parameter. Change all
12036 callers. Remove old relro handling.
12037 * output.h (class Output_section): Add new methods: is_last_relro,
12038 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
12039 Add is_last_relro_ and is_first_non_relro_ fields.
12040 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
12041 Create separate .got.plt section. Call increase_relro.
12042 * x86_64.cc (Target_x86_64::got_section): Likewise.
12043 * testsuite/relro_script_test.t: Add .got.plt.
12044
12045 PR 10450
12046 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
12047 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
12048 (Layout::finalize): Call set_dynamic_symbol_size.
12049 (Layout::set_dynamic_symbol_size): New function.
12050 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
12051 set_dynamic_symbol_size.
12052
12053 PR 10450
12054 * output.h (class Output_section): Add is_entsize_zero_ field.
12055 * output.cc (Output_section::Output_section): Initialize
12056 is_entsize_zero_.
12057 (Output_section::set_entsize): If two different entsizes are
12058 requested, force it to zero.
12059 (Output_section::add_input_section): Set flags for .debug_str
12060 before updating section flags. Set entsize.
12061 (Output_section::update_flags_for_input_section): Set SHF_MERGE
12062 and SHF_STRING if all input sections have those flags.
12063
12064 2009-12-29 Rafael Espindola <espindola@google.com>
12065
12066 * main.cc (main): Fix the sys time reporting.
12067 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
12068 reporting.
12069
12070 2009-12-29 Sriraman Tallam <tmsriram@google.com>
12071
12072 * options.cc (General_options::parse_version): Allow -v to exit
12073 without an error if there is nothing to link.
12074
12075 2009-12-29 Ian Lance Taylor <iant@google.com>
12076
12077 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
12078 using a version of gcc before 4.1.
12079 * configure: Rebuild.
12080
12081 2009-12-28 Chris Demetriou <cgd@google.com>
12082
12083 * attributes.cc (Output_attributes_section_data::do_write): Use
12084 std::vector::front rather than std::vector::data.
12085
12086 2009-12-28 Ian Lance Taylor <iant@google.com>
12087
12088 * symtab.h (class Symbol_table): Add enum Defined.
12089 * resolve.cc (Symbol_table::should_override): Add defined
12090 parameter. Change all callers. Test whether object is NULL
12091 before calling a method on it.
12092 (Symbol_table::report_resolve_problem): Add defined parameter.
12093 Change all callers.
12094 (Symbol_table::should_override_with_special): Likewise.
12095 * symtab.cc (Symbol_table::define_in_output_data): Add defined
12096 parameter. Change all callers.
12097 (Symbol_table::do_define_in_output_data): Likewise.
12098 (Symbol_table::define_in_output_segment): Likewise.
12099 (Symbol_table::do_define_in_output_segment): Likewise.
12100 (Symbol_table::define_as_constant): Likewise.
12101 (Symbol_table::do_define_as_constant): Likewise.
12102 * script.h (class Symbol_assignment): Add is_defsym parameter to
12103 constructor; change all callers.
12104 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
12105 parameter. Change all callers. Add is_defsym_ field.
12106 (class Parser_closure): Add parsing_defsym parameter to
12107 constructor; change all callers. Add parsing_defsym accessor
12108 function. Add parsing_defsym_ field.
12109
12110 2009-12-28 Ian Lance Taylor <iant@google.com>
12111
12112 * gold.cc (queue_middle_tasks): Fix formatting.
12113 * object.cc (Relobj::is_section_name_included): Likewise.
12114
12115 2009-12-23 Ian Lance Taylor <iant@google.com>
12116
12117 * i386.cc (Target_i386::do_calls_non_split): Recognize
12118 -fsplit-stack prologue for a function with a static chain.
12119 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
12120 -fsplit-stack prologue when using %r11.
12121
12122 2009-12-21 Sriraman Tallam <tmsriram@google.com>
12123
12124 * options.cc (General_options::parse_version): Make -v continue and do
12125 the link like GNU ld does.
12126
12127 2009-12-17 Rafael Avila de Espindola <espindola@google.com>
12128
12129 * Makefile.am (CCFILES): Add timer.cc.
12130 (HFILES): Add timer.h.
12131 * configure.ac: Check for sysconf and times.
12132 * main.cc: include timer.h.
12133 (main): Use Timer instead of get_run_time.
12134 * timer.cc: New.
12135 * timer.h: New.
12136 * workqueue.cc: include timer.h.
12137 (Workqueue::find_and_run_task):
12138 Report user, sys and wall time.
12139 * Makefile.in: Regenerate.
12140 * config.in: Regenerate.
12141 * configure: Regenerate.
12142
12143 2009-12-16 Doug Kwan <dougkwan@google.com>
12144
12145 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
12146 sections.
12147 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
12148 relaxed input sections.
12149 * output.cc (Output_section::find_relaxed_input_section): Change
12150 return type to Output_relaxed_input_section pointer. Adjust code
12151 for new type of relaxed_input_section_map_.
12152 * output.h (Output_section::find_relaxed_input_section): Change
12153 return type to Output_relaxed_input_section pointer.
12154 (Output_section::Output_relaxed_input_section_by_input_section_map):
12155 New type.
12156 (Output_section::relaxed_input_section_map_): Change type to
12157 Output_section::Output_relaxed_input_section_by_input_section_map.
12158 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
12159 input section.
12160
12161 2009-12-15 Ian Lance Taylor <iant@google.com>
12162
12163 * layout.cc (Layout::create_shstrtab): Only write out after input
12164 sections if we are compressing debug sections.
12165
12166 2009-12-15 Ian Lance Taylor <iant@google.com>
12167
12168 * archive.cc (Archive::add_symbols): Only look up a symbol without
12169 a version if there is, in fact, a version.
12170
12171 2009-12-14 Ian Lance Taylor <iant@google.com>
12172
12173 Revert -Wshadow changes, all changes from:
12174 2009-12-11 Doug Kwan <dougkwan@google.com>
12175 2009-12-11 Nick Clifton <nickc@redhat.com>
12176 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
12177
12178 2009-12-11 Doug Kwan <dougkwan@google.com>
12179
12180 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
12181 due to -Wshadow.
12182 * attributes.cc (Object_attribute::size): Ditto.
12183 (Attributes_section_data::size): Ditto.
12184 (Attributes_section_data::Attributes_section_data): Ditto.
12185 (Output_attributes_section_data::do_write): Ditto.
12186 * attributes.h (Object_attribute::set_type): Ditto.
12187 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
12188
12189 2009-12-11 Nick Clifton <nickc@redhat.com>
12190
12191 * archive.cc: Fix shadowed variable warnings.
12192 * arm.cc: Likewise.
12193 * compressed_output.cc: Likewise.
12194 * compressed_output.h: Likewise.
12195 * configure: Likewise.
12196 * dwarf_reader.cc: Likewise.
12197 * dynobj.cc: Likewise.
12198 * dynobj.h: Likewise.
12199 * ehframe.cc: Likewise.
12200 * ehframe.h: Likewise.
12201 * errors.cc: Likewise.
12202 * expression.cc: Likewise.
12203 * fileread.cc: Likewise.
12204 * fileread.h: Likewise.
12205 * freebsd.h: Likewise.
12206 * i386.cc: Likewise.
12207 * icf.cc: Likewise.
12208 * incremental.h: Likewise.
12209 * layout.cc: Likewise.
12210 * layout.h: Likewise.
12211 * mapfile.cc: Likewise.
12212 * merge.cc: Likewise.
12213 * merge.h: Likewise.
12214 * object.cc: Likewise.
12215 * object.h: Likewise.
12216 * options.h: Likewise.
12217 * output.cc: Likewise.
12218 * output.h: Likewise.
12219 * parameters.cc: Likewise.
12220 * plugin.cc: Likewise.
12221 * powerpc.cc: Likewise.
12222 * reduced_debug_output.cc: Likewise.
12223 * reduced_debug_output.h: Likewise.
12224 * reloc.cc: Likewise.
12225 * reloc.h: Likewise.
12226 * resolve.cc: Likewise.
12227 * script-sections.cc: Likewise.
12228 * script.cc: Likewise.
12229 * script.h: Likewise.
12230 * sparc.cc: Likewise.
12231 * symtab.cc: Likewise.
12232 * symtab.h: Likewise.
12233 * target-select.cc: Likewise.
12234 * target-select.h: Likewise.
12235 * token.h: Likewise.
12236 * workqueue.cc: Likewise.
12237 * workqueue.h: Likewise.
12238 * x86_64.cc: Likewise.
12239
12240 2009-12-10 Doug Kwan <dougkwan@google.com>
12241
12242 * arm.cc (attributes.h): New include.
12243 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
12244 (Arm_relobj::~Arm_relobj): Delete object pointed by
12245 attributes_section_data_.
12246 (Arm_relobj::attributes_section_data): New method definition.
12247 (Arm_relobj::attributes_section_data_): New data member declaration.
12248 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
12249 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
12250 attributes_section_data_.
12251 (Arm_dynobj::attributes_section_data): New method definition.
12252 (Arm_dynobj::attributes_section_data_): New data member declaration.
12253 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
12254 initialization value of may_use_blx_ to false.
12255 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
12256 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
12257 object attributes to compute results instead of hard-coding.
12258 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
12259 Target_arm::get_secondary_compatible_arch,
12260 Target_arm::set_secondary_compatible_arch
12261 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
12262 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
12263 New method declarations.
12264 (Target_arm::get_aeabi_object_attribute): New method definition.
12265 (Target_arm::attributes_section_data_): New data member declaration.
12266 (read_arm_attributes_section): New template definition.
12267 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
12268 (Arm_dynobj::do_read_symbols): Ditto.
12269 (Target_arm::do_finalize_sections): Merge attributes sections from
12270 input. Check for BLX use after attributes section merging.
12271 Fix __exidx_start and __exidx_end visibility. Create an
12272 .ARM.attributes section if necessary.
12273 (Target_arm::get_secondary_compatible_arch,
12274 Target_arm::set_secondary_compatible_arch,
12275 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
12276 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
12277 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
12278 New method definitions.
12279
12280 2009-12-09 Ian Lance Taylor <iant@google.com>
12281
12282 * plugin.cc (Plugin::load): Don't cast from void* to a function
12283 pointer.
12284
12285 2009-12-09 Ian Lance Taylor <iant@google.com>
12286
12287 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
12288 information fields.
12289
12290 2009-12-09 H.J. Lu <hongjiu.lu@intel.com>
12291
12292 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
12293 Replace two_file_shared_1.so with two_file_shared_2.so.
12294 * testsuite/Makefile.in: Regenerated.
12295
12296 2009-12-08 Doug Kwan <dougkwan@google.com>
12297
12298 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
12299 (HFILES): Add attributes.h and int_encoding.h.
12300 * Makefile.in: Regenerate.
12301 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
12302 function definitions to int_encoding.cc
12303 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
12304 prototypes to int_encoding.h
12305 * reduced_debug_output.cc (int_encoding.h): New include.
12306 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
12307 function definitions to int_encoding.cc
12308 (insert_into_vector, read_from_pointer): Move template definitions to
12309 int_encoding.h
12310 * attributes.cc: New file.
12311 * attributes.h: New file.
12312 * int_encoding.cc: New file.
12313 * int_encoding.h: New file.
12314
12315 2009-12-07 Rafael Avila de Espindola <espindola@google.com>
12316
12317 PR gold/11055
12318 * incremental-dump.cc (dump_incremental_inputs): New.
12319 (main): Use dump_incremental_inputs.
12320
12321 2009-12-07 H.J. Lu <hongjiu.lu@intel.com>
12322
12323 PR gold/10893
12324 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
12325 checking elfcpp::STT_FUNC.
12326 (Target_i386::Relocate::relocate): Likewise.
12327 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
12328
12329 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
12330 symbols from shared libraries into normal FUNC symbols.
12331
12332 * symtab.h (Symbol): Add is_func and use it.
12333
12334 2009-12-05 Doug Kwan <dougkwan@google.com>
12335
12336 * arm.cc (Target_arm::arm_info): Initialize new fields
12337 attributes_section and attributes_vendor.
12338 * i386.cc (Target_i386::i386_info): Same.
12339 * object.cc (Sized_relobj::do_layout): Skip attribute section.
12340 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
12341 fields attributes_section and attributes_vendor.
12342 * sparc.cc (Target_sparc::sparc_info): Same.
12343 * target.h (Target::attributes_section, Target::attributes_vendor,
12344 Target::is_attributes_section, Target::attribute_arg_type,
12345 Target::attributes_order): New method definitions.
12346 (Target::Target_info::attributes_section,
12347 Target::Target_info::attributes_vendor): New fields.
12348 (Target::do_attribute_arg_type, Target::do_attributes_order): New
12349 virtual method definitions.
12350 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
12351 attributes_section and attributes_vendor.
12352 * testsuite/testfile.cc (Target_test::test_target_info): Same.
12353
12354 2009-12-05 Doug Kwan <dougkwan@google.com>
12355
12356 * arm.cc: Update comments about interworking and stub generation.
12357 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
12358 considered as non-PIC.
12359 (Arm_relocate_functions::base_abs): Fix formatting.
12360 (Arm_relocate_functions::got_prel): Fix comment. Change interface
12361 of function to use GOT entry address instead of offset.
12362 (Target_arm::Scan::global): Issue an error if a symbol would need a
12363 PLT does not get one because it is untyped. Remove code to create
12364 dynamic symbols for relative branches.
12365 (Target_arm::Relocate::relocate: Use 0 instead of false since function
12366 takes unsigned integer instead of boolean.
12367
12368 2009-12-05 H.J. Lu <hongjiu.lu@intel.com>
12369
12370 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
12371 (two_file_test_LDADD): Likewise.
12372 (common_test_1_LDADD): Likewise.
12373 (exception_test_LDADD) Likewise.
12374 (weak_test_LDADD): Likewise.
12375 (many_sections_test_LDADD): Likewise.
12376 (initpri1_LDADD): Likewise.
12377 (script_test_1_LDADD): Likewise.
12378 (script_test_2_LDADD): Likewise.
12379 (justsyms_LDADD): Likewise.
12380 (binary_test_LDADD): Likewise.
12381 (large_LDADD): Likewise.
12382 * testsuite/Makefile.in: Regenerated.
12383
12384 2009-12-04 H.J. Lu <hongjiu.lu@intel.com>
12385
12386 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
12387 (Symbol_table::override_with_special): Likewise.
12388 (Symbol_table::add_from_object): Likewise.
12389
12390 2009-12-04 Rafael Avila de Espindola <espindola@google.com>
12391
12392 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
12393 Don't set the data_offset twice.
12394
12395 2009-12-04 Rafael Avila de Espindola <espindola@google.com>
12396
12397 * testsuite/Makefile.in: Regenerate.
12398
12399 2009-12-03 Doug Kwan <dougkwan@google.com>
12400
12401 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
12402 (Target_arm::do_finalize_sections): Add parameter for symbol table
12403 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
12404 * i386.cc (Target_i386::do_finalize_sections): Add an additional
12405 parameter for symbol table pointer.
12406 * layout.cc (Layout::finalize): Call Target::finalize_sections with
12407 an additional parameter for a pointer to symbol table.
12408 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
12409 parameter for a symbol table pointer.
12410 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
12411 * target.h (Target::finalize_sections, Target::do_finalize_sections):
12412 Ditto.
12413 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
12414 parameter for a symbol table pointer.
12415
12416 2009-12-03 Rafael Avila de Espindola <espindola@google.com>
12417
12418 * incremental.cc (Incremental_inputs_header)
12419 (Incremental_inputs_header_write, Incremental_inputs_entry)
12420 (Incremental_inputs_entry_write): Move ...
12421 * incremental.h (Incremental_inputs_header)
12422 (Incremental_inputs_header_write, Incremental_inputs_entry)
12423 (Incremental_inputs_entry_write): here.
12424
12425 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
12426
12427 * incremental.cc (make_sized_incremental_binary): Set the target.
12428 Error if it is incompatible.
12429 * output.h (Output_file): Add filename method.
12430
12431 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
12432
12433 * incremental.cc (Incremental_inputs_entry): Remove unused argument
12434 from the get_* methods.
12435
12436 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
12437
12438 * incremental-dump.cc (main): Check that the offeset of a script is 0.
12439 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
12440 Write 0 for the data_offset of scripts.
12441
12442 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
12443
12444 * testsuite/Makefile.am: Add the incremental_test.sh test.
12445 * testsuite/incremental_test.sh: New.
12446 * testsuite/incremental_test_1.c: New.
12447 * testsuite/incremental_test_2.c: New.
12448
12449 2009-12-01 Rafael Avila de Espindola <espindola@google.com>
12450
12451 * incremental-dump.cc (main): Fix typos.
12452
12453 2009-11-27 Rafael Avila de Espindola <espindola@google.com>
12454
12455 PR gold/11025
12456 * incremental-dump.cc (main): Use llu to print 64 bit values.
12457
12458 2009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
12459 H.J. Lu <hongjiu.lu@intel.com>
12460
12461 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
12462 $(LIBDL).
12463 (incremental_dump_LDADD): Likewise.
12464 * Makefile.in: Regenerated.
12465
12466 2009-11-25 Doug Kwan <dougkwan@google.com>
12467
12468 Revert:
12469
12470 2009-11-25 Doug Kwan <dougkwan@google.com>
12471
12472 * arm.cc (Target_arm::Target_arm): Move method definition
12473 outside of class definition. Add code to handle
12474 --target1-rel, --target1-abs and --target2= options.
12475 (Target_arm::get_reloc_reloc_type): Change method to be
12476 non-static and const.
12477 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
12478 New data member declaration.
12479 (Target_arm::Scan::local, Target_arm::Scan::global,
12480 Target_arm::Relocate::relocate,
12481 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
12482 Adjust call to Target_arm::get_real_reloc_type.
12483 (Target_arm::get_real_reloc_type): Use command line options
12484 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
12485 * options.h (--target1-rel, --target1-abs, --target2): New
12486 ARM-only options.
12487
12488 2009-11-25 Doug Kwan <dougkwan@google.com>
12489
12490 * arm.cc (Target_arm::Target_arm): Move method definition outside of
12491 class definition. Add code to handle --target1-rel, --target1-abs
12492 and --target2= options.
12493 (Target_arm::get_reloc_reloc_type): Change method to be non-static
12494 and const.
12495 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
12496 member declaration.
12497 (Target_arm::Scan::local, Target_arm::Scan::global,
12498 Target_arm::Relocate::relocate,
12499 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
12500 call to Target_arm::get_real_reloc_type.
12501 (Target_arm::get_real_reloc_type): Use command line options to
12502 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
12503 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
12504 options.
12505
12506 2009-11-25 Doug Kwan <dougkwan@google.com>
12507
12508 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
12509 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
12510 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
12511 formatting.
12512 (Arm_relocate_functions::thm_call): Replace body with a call to
12513 Arm_relocate_functions::thumb_branch_common.
12514 (Arm_relocate_functions::thm_jump24,
12515 Arm_relocate_functions::thm_xpc22): New method definitions.
12516 (Arm_relocate_functions::thumb_branch_common): New method definition.
12517 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
12518 operator.
12519 (Target_arm::Relocate::relocate): Adjust call to thm_call.
12520 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
12521
12522 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
12523
12524 * Makefile.am: Build incremental-dump
12525 * Makefile.in: Regenerate.
12526 * incremental-dump.cc: New.
12527 * incremental.cc (Incremental_inputs_header_data,
12528 Incremental_inputs_entry_data): Move to incremental.h
12529 * incremental.h: (Incremental_inputs_header_data,
12530 Incremental_inputs_entry_data): Move from incremental.cc
12531
12532 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
12533
12534 * incremental.cc (Incremental_inputs_header,
12535 Incremental_inputs_header_write, Incremental_inputs_entry,
12536 Incremental_inputs_entry_write): Add a typedef with the data type.
12537
12538 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
12539
12540 * incremental.cc (Incremental_inputs_header,
12541 Incremental_inputs_header_write, Incremental_inputs_entry,
12542 Incremental_inputs_entry_write): Update comment about which
12543 type has the filed descriptions.
12544
12545 2009-11-15 Doug Kwan <dougkwan@google.com>
12546
12547 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
12548 (Arm_relocate_functions::arm_branch_common): Change method defintion
12549 in class definition to a method declaration and update list of formal
12550 parameters.
12551 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
12552 Arm_relocation_functions::jump24): Adjust call to
12553 Arm_relocate_functions::arm_branch_common. Update list of formal
12554 parameters.
12555 (Arm_relocate_functions::xpc25): New method definition.
12556 (Arm_relocate_functions::arm_branch_common): Move method defintion
12557 out from class definition. Use stubs for mode-switching and extending
12558 branch ranges.
12559 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
12560 specially. Change code to enable use of stubs in ARM branches.
12561
12562 2009-11-10 Doug Kwan <dougkwan@google.com>
12563
12564 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
12565 in method declaration.
12566 (Target_arm::relocate_stub): New method declaration.
12567 (Target_arm::default_target): Change to return a pointer instead of
12568 a const reference.
12569 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
12570 Target_arm::default_target.
12571 (Arm_Relobj::do_relocate_sections): Remove options paramater in
12572 method definition.
12573 (Target_arm::relocate_section): Adjust view.
12574 (Target_arm::relocate_stub): New method definition.
12575
12576 2009-11-10 Doug Kwan <dougkwan@google.com>
12577
12578 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
12579 a format warning.
12580 * incremental.cc (open_incremental_binary): Initialized local
12581 variables to avoid warnings.
12582 * object.cc (make_elf_object): Ditto.
12583 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
12584 a format warning.
12585
12586 009-11-09 H.J. Lu <hongjiu.lu@intel.com>
12587
12588 PR gold/10930
12589 * testsuite/plugin_test.c: Include "config.h".
12590
12591 2009-11-09 Doug Kwan <dougkwan@google.com>
12592
12593 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
12594 (arm_symbol_value): Remove.
12595 (Arm_relocate_functions::arm_branch_common,
12596 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
12597 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
12598 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
12599 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
12600 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
12601 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
12602 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
12603 Arm_relocate_functions::thm_mobw_abs_nc,
12604 Arm_relocate_functions::thm_mov_abs,
12605 Arm_relocate_functions::movw_prel_nc,
12606 Arm_relocate_functions::thm_movt_abs,
12607 Arm_relocate_functions::movt_prel,
12608 Arm_relocate_functions::thm_movw_prel_nc,
12609 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
12610 (Target_arm::Relocate::relocate): Only decompose address into two
12611 parts if relocation type uses the thumb-bit and pass the actual
12612 bit instead of a flag indicating that the thumb-bit is used. Adjust
12613 calls to methods in Arm_relocate_functions for this change.
12614
12615 2009-11-08 Ian Lance Taylor <iant@google.com>
12616
12617 PR 10925
12618 * reloc.cc: Instantiate
12619 Sized_relobj::initialize_input_to_output_maps and
12620 Sized_relobj:free_input_to_output_maps.
12621
12622 2009-11-06 Ian Lance Taylor <iant@google.com>
12623
12624 PR 10876
12625 * defstd.cc (in_segment): Set only_if_ref true for "end".
12626
12627 2009-11-06 Doug Kwan <dougkwan@google.com>
12628
12629 * arm.cc (class Reloc_stub): Correct a comment.
12630 (Target_arm::Target_arm): Initialize arm_input_section_map_.
12631 (Target_arm::scan_section_for_stubs): New method declaration.
12632 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
12633 Change methods from private to protected.
12634 (Target_arm::do_may_relax): New method definition.
12635 (Target_arm::do_relax, Target_arm::group_sections,
12636 Target_arm::scan_reloc_for_stub,
12637 Target_arm::scan_reloc_section_for_stubs): New method declarations.
12638 (Target_arm::arm_input_section_map_): New data member declaration.
12639 (Target_arm::scan_reloc_for_stub,
12640 Target_arm::scan_reloc_section_for_stubs,
12641 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
12642 Target_arm::do_relax): New method definitions.
12643
12644 2009-11-06 Mikolaj Zalewski <mikolaj@google.com>
12645
12646 * configure.ac: Check for (struct stat)::st_mtim
12647 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
12648 * config.in: Regenerate.
12649 * configure: Regenerate.
12650
12651 2009-11-05 Ian Lance Taylor <iant@google.com>
12652
12653 PR 10910
12654 * output.cc (Output_segment::add_output_section): Add missing
12655 return statement.
12656
12657 2009-11-04 Ian Lance Taylor <iant@google.com>
12658
12659 PR 10880
12660 * object.h (class Object): Add is_needed and set_is_needed
12661 methods. Add is_needed_ field. Make bool fields into bitfields.
12662 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
12663 defined in a dynamic object and referenced by a regular object,
12664 set is_needed for the dynamic object.
12665 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
12666 if the file is marked with as_needed and it is not needed.
12667
12668 2009-11-04 Ian Lance Taylor <iant@google.com>
12669
12670 PR 10887
12671 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
12672 tags if data is discarded by linker script.
12673 * i386.cc (Target_i386::do_finalize_sections): Likewise.
12674 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
12675 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
12676 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
12677
12678 2009-11-04 Ian Lance Taylor <iant@google.com>
12679
12680 * layout.cc (Layout::get_output_section): Add is_interp and
12681 is_dynamic_linker_section parameters. Change all callers.
12682 (Layout::choose_output_section): Likewise.
12683 (Layout::make_output_section): Likewise.
12684 (Layout::add_output_section_data): Add is_dynamic_linker_section
12685 parameter. Change all callers.
12686 * layout.h (class Layout): Update declarations.
12687 * output.h (class Output_section): Add is_interp, set_is_interp,
12688 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
12689 Add is_interp_, is_dynamic_linker_section_ fields. Change
12690 generate_code_fills_at_write_ to a bitfield.
12691 * output.cc (Output_section::Output_sections): Initialize new
12692 fields.
12693 (Output_segment::add_output_section): Add do_sort parameter.
12694 Change all callers.
12695
12696 2009-11-03 Ian Lance Taylor <iant@google.com>
12697
12698 PR 10860
12699 * options.h (class General_options): Add --warn-common.
12700 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
12701 merging two common symbols.
12702 (Symbol_table::should_override): Handle --warn-common when merging
12703 a common symbol with a defined symbol. Use report_resolve_problem
12704 for multiple definitions.
12705 (Symbol_table::report_resolve_problem): New function.
12706 * symtab.h (class Symbol_table): Declare report_resolve_problem.
12707
12708 2009-11-03 Doug Kwan <dougkwan@google.com>
12709
12710 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
12711 stub_factory_.
12712 (Target_arm::stub_factory): New method definition.
12713 (Target_arm::new_arm_input_section,
12714 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
12715 Target_arm::reloc_uses_thumb_bit): New method declarations.
12716 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
12717 New type definitions.
12718 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
12719 member declarations.
12720 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
12721 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
12722 New method definitions.
12723
12724 2009-11-03 Ian Lance Taylor <iant@google.com>
12725
12726 * options.h (class General_options): Add --warn_constructors.
12727
12728 2009-11-03 Ian Lance Taylor <iant@google.com>
12729
12730 PR 10893
12731 * defstd.cc (in_section): Add entries for __rel_iplt_start,
12732 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
12733
12734 2009-11-03 Ian Lance Taylor <iant@google.com>
12735
12736 PR 10895
12737 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
12738 --msgid-bugs-address.
12739 (install-pdf): New target.
12740 (install-data_yes): Look up one directory to find mkinstalldirs.
12741
12742 2009-11-03 H.J. Lu <hongjiu.lu@intel.com>
12743
12744 * po/Make-in (.po.gmo): Don't generate .gmo files in source
12745 tree.
12746
12747 2009-10-30 Doug Kwan <dougkwan@google.com>
12748
12749 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
12750
12751 2009-10-30 Doug Kwan <dougkwan@google.com>
12752
12753 * arm.cc (Stub_addend_reader): New struct template definition
12754 and partial specializations.
12755 (Stub_addend_reader::operator()): New method definition for a
12756 partially specialized template.
12757
12758 2009-10-30 Doug Kwan <dougkwan@google.com>
12759
12760 * arm.cc (Arm_relobj::processor_specific_flags): New method
12761 definition.
12762 (Arm_relobj::do_read_symbols): New method declaration.
12763 (Arm_relobj::processor_specific_flags_): New data member declaration.
12764 (Arm_dynobj): New class definition.
12765 (Target_arm::do_finalize_sections): Add input_objects parameter.
12766 (Target_arm::do_adjust_elf_header): New method declaration.
12767 (Target_arm::are_eabi_versions_compatible,
12768 (Target_arm::merge_processor_specific_flags): New method declaration.
12769 (Target_arm::do_make_elf_object): New overloaded method definitions
12770 and declaration.
12771 (Arm_relobj::do_read_symbols): New method definition.
12772 (Arm_dynobj::do_read_symbols): Ditto.
12773 (Target_arm::do_finalize_sections): Add input_objects parameters.
12774 Merge processor-specific flags from all input objects.
12775 (Target_arm::are_eabi_versions_compatible,
12776 Target_arm::merge_processor_specific_flags,
12777 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
12778 New method definitions.
12779 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
12780 Input_objects pointer type parameter.
12781 * layout.cc (Layout::finalize): Pass input objects to target's.
12782 finalize_sections function.
12783 * output.cc (Output_file_header::do_sized_write): Set ELF file
12784 header's processor-specific flags.
12785 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
12786 Input_objects pointer type parameter.
12787 * sparc.cc (Target_sparc::do_finalize_sections): Same.
12788 * target.h (Input_objects): New forward class declaration.
12789 (Target::processor_specific_flags,
12790 Target::are_processor_specific_flags_sect): New method definitions.
12791 (Target::finalize_sections): Add input_objects parameter.
12792 (Target::Target): Initialize processor_specific_flags_ and
12793 are_processor_specific_flags_set_.
12794 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
12795 parameter.
12796 (Target::set_processor_specific_flags): New method definition.
12797 (Target::processor_specific_flags_,
12798 Target::are_processor_specific_flags_set_): New data member
12799 declarations.
12800 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
12801 Input_objects pointer type parameter.
12802
12803 2009-10-30 Doug Kwan <dougkwan@google.com>
12804
12805 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
12806
12807 2009-10-28 Ian Lance Taylor <iant@google.com>
12808
12809 * object.h (class Relobj): Drop options parameter from
12810 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
12811 do_scan_relocs, do_relocate. Change all callers.
12812 (class Sized_relobj): Drop options parameters from
12813 do_gc_process_relocs, do_scan_relocs, do_relocate,
12814 do_relocate_sections, relocate_sections, emit_relocs_scan,
12815 emit_relocs_scan_reltype. Change all callers.
12816 (struct Relocate_info): Remove options field and all references to
12817 it.
12818 * reloc.h (class Read_relocs): Remove options constructor
12819 parameter and options_ field. Change all callers.
12820 (class Gc_process_relocs, class Scan_relocs): Likewise.
12821 (class Relocate_task): Likewise.
12822 * target-reloc.h (scan_relocs): Remove options parameter. Change
12823 all callers.
12824 (scan_relocatable_relocs): Likewise.
12825 * target.h (class Sized_target): Remove options parameter from
12826 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
12827 all callers.
12828 * gc.h (gc_process_relocs): Remove options parameter. Change all
12829 callers.
12830 * arm.cc: Update functions to remove options parameters.
12831 * i386.cc: Likewise.
12832 * powerpc.cc: Likewise.
12833 * sparc.cc: Likewise.
12834 * x86_64.cc: Likewise.
12835 * testsuite/testfile.cc: Likewise.
12836
12837 2009-10-28 Doug Kwan <dougkwan@google.com>
12838
12839 * arm.cc (Arm_relobj): New class definition.
12840 (Arm_relobj::scan_sections_for_stubs,
12841 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
12842 New method definitions.
12843
12844 2009-10-28 Cary Coutant <ccoutant@google.com>
12845
12846 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
12847 (Plugin::cleanup_done_): New member.
12848 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
12849 (Plugin_manager::cleanup_done_): Remove.
12850 (Plugin_manager::add_input_file): Edit error message.
12851 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
12852 (Plugin_manager::cleanup): Remove use of cleanup_done_.
12853
12854 2009-10-27 Mikolaj Zalewski <mikolajz@google.com>
12855
12856 * fileread.cc: (File_read::View::~View): Use the new
12857 data_ownership_ filed.
12858 (File_read::~File_read): Dispose the new whole_file_view_.
12859 (File_read::open): Mmap the whole file if needed.
12860 (File_read::open): Use whole_file_view_ instead of contents_.
12861 (File_read::find_view): Use whole_file_view_ if applicable.
12862 (File_read::do_read): Use whole_file_view_ instead of contents_.
12863 (File_read::make_view): Use whole_file_view_ instead of contents_,
12864 update File_read::View::View call.
12865 (File_read::find_or_make_view): Update File_read::View::View
12866 call.
12867 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
12868 remove contents_
12869 (File_read::View::Data_ownership): New enum.
12870 (File_read::View::View): Replace bool mapped_ with Data_ownership
12871 argument.
12872 (File_read::View::mapped_): Remove (replaced by data_ownership_).
12873 (File_read::View::data_ownership_): New field.
12874 (File_read::contents_): Remove (replaced by whole_file_view_).
12875 (File_read::whole_file_view_): New field.
12876 * options.h (class General_options): Add --keep-files-mapped.
12877
12878 2009-10-27 Cary Coutant <ccoutant@google.com>
12879
12880 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
12881 * testsuite/Makefile.am (plugin_test_5): New test case.
12882 * testsuite/Makefile.in: Regenerate.
12883
12884 2009-10-25 Doug Kwan <dougkwan@google.com>
12885
12886 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
12887 from private to protected to allow access by child class.
12888 (Sized_relobj::do_relocate_sections): New method declaration.
12889 (Sized_relobj::relocate_sections): Virtualize.
12890 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
12891 Sized_relobj::relocate_sections. Instantiate template explicitly
12892 for different target sizes and endianity.
12893
12894 2009-10-24 Doug Kwan <dougkwan@google.com>
12895
12896 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
12897 (Arm_input_section::as_arm_input_section): New method.
12898 (Arm_output_section): New class definition.
12899 (Arm_output_section::create_stub_group,
12900 Arm_output_section::group_sections): New method definitions.
12901
12902 2009-10-22 Doug Kwan <dougkwan@google.com>
12903
12904 * arm.cc (Arm_input_section): New class definition.
12905 (Arm_input_section::init, Arm_input_section:do_write,
12906 Arm_input_section::set_final_data_size,
12907 Arm_input_section::do_reset_address_and_file_offset): New method
12908 definitions.
12909
12910 2009-10-21 Doug Kwan <dougkwan@google.com>
12911
12912 * arm.cc (Stub_table, Arm_input_section): New forward class
12913 declarations.
12914 (Stub_table): New class defintion.
12915 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
12916 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
12917 New method definition.
12918
12919 2009-10-21 Doug Kwan <dougkwan@google.com>
12920
12921 * arm.cc: Update copyright comments.
12922 (Target_arm): New forward class template declaration.
12923 (Arm_address): New type.
12924 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
12925 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
12926 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
12927 constants.
12928 (Insn_template): Same.
12929 (DEF_STUBS): New macro.
12930 (Stub_type): New enum type.
12931 (Stub_template): New class definition.
12932 (Stub): Same.
12933 (Reloc_stub): Same.
12934 (Stub_factory): Same.
12935 (Target_arm::Target_arm): Initialize may_use_blx_ and
12936 should_force_pic_veneer_.
12937 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
12938 Target_arm::should_force_pic_veneer,
12939 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
12940 Target_arm::using_thumb_only, Target_arm:;default_target): New
12941 method defintions.
12942 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
12943 New data member declarations.
12944 (Insn_template::size, Insn_template::alignment): New method defintions.
12945 (Stub_template::Stub_template): New method definition.
12946 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
12947 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
12948 (Stub_factory::Stub_factory): New method definition.
12949 * gold.h (string_hash): New template.
12950 * output.h (Input_section_specifier::hash_value): Use
12951 gold::string_hash.
12952 (Input_section_specifier::string_hash): Remove.
12953 * stringpool.cc (Stringpool_template::string_hash): Use
12954 gold::string_hash.
12955
12956 2009-10-20 Doug Kwan <dougkwan@google.com>
12957
12958 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
12959 symbols of relaxed input sections.
12960 * output.h (Output_section::find_relaxed_input_section): Make
12961 method public.
12962
12963 2009-10-16 Doug Kwan <dougkwan@google.com>
12964
12965 * dynobj.cc (Versions::Versions): Initialize version_script_.
12966 Only insert base version symbol definition for a shared object
12967 if version script defines any version versions.
12968 (Versions::define_base_version): New method definition.
12969 (Versions::add_def): Check that base version is not needed.
12970 (Versions::add_need): Define base version lazily.
12971 * dynobj.h (Versions::define_base_version): New method declaration.
12972 (Versions::needs_base_version_): New data member declaration.
12973 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
12974 (check_DATA): Add no_version_test.stdout.
12975 (libno_version_test.so, no_version_test.o no_version_test.stdout):
12976 New make rules.
12977 * testsuite/Makefile.in: Regenerate.
12978 * testsuite/no_version_test.c: New file.
12979 * testsuite/no_version_test.sh: Ditto.
12980
12981 2009-10-16 Doug Kwan <dougkwan@google.com>
12982
12983 * expression.cc (class Segment_start_expression): New class definition.
12984 (Segment_start_expression::value): New method definition.
12985 (script_exp_function_segment_start): Return a new
12986 Segment_start_expression.
12987 * gold/script-c.h (script_saw_segment_start_expression): New function
12988 prototype.
12989 * script-sections.cc (Script_sections::Script_sections): Initialize
12990 SAW_SEGMENT_START_EXPRESSION_ to false.
12991 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
12992 and -Tbbs options to specify section addresses if given in
12993 command line and no SEGMENT_START expression is seen in a script.
12994 * script-sections.h (Script_sections::saw_segment_start_expression,
12995 Script_sections::set_saw_segment_start_expression): New method
12996 definition.
12997 (Script_sections::saw_segment_start_expression_): New data member
12998 declaration.
12999 * script.cc (script_saw_segment_start_expression): New function.
13000 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
13001 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
13002 script_test_7.sh and script_test_8.sh.
13003 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
13004 script_test_8.stdout.
13005 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
13006 (script_test_6, script_test_6.stdout, script_test_7,
13007 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
13008 * Makefile.in: Regenerate.
13009 * testsuite/script_test_6.sh: New file.
13010 * testsuite/script_test_6.t: Same.
13011 * testsuite/script_test_7.sh: Same.
13012 * testsuite/script_test_7.t: Same.
13013 * testsuite/script_test_8.sh: Same.
13014
13015 2009-10-16 Doug Kwan <dougkwan@google.com>
13016
13017 * output.cc (Output_segment::set_section_list_address): Cast
13018 expressions to unsigned long long type to avoid format warnings.
13019
13020 2009-10-15 Ian Lance Taylor <iant@google.com>
13021
13022 * script.cc (Script_options::add_symbol_assignment): Always add a
13023 dot assignment to script_sections_.
13024 * script-sections.cc (Script_sections::add_dot_assignment):
13025 Initialize if necessary.
13026
13027 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
13028 program headers with no load segment if there is a linker script.
13029
13030 * layout.cc (Layout::set_segment_offsets): Align the file offset
13031 to the segment aligment for -N or -n with no load segment.
13032 * output.cc (Output_segment::add_output_section): Don't crash if
13033 the first section is a TLS section.
13034 (Output_segment::set_section_list_addresses): Print an error
13035 message if the address moves backward in a linker script.
13036 * script-sections.cc
13037 (Output_section_element_input::set_section_addresses): Don't
13038 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
13039 (Orphan_output_section::set_section_addresses): Likewise.
13040
13041 2009-10-15 Doug Kwan <dougkwan@google.com>
13042
13043 * layout.cc (Layout::finish_dynamic_section): Generate tags
13044 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
13045 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
13046 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
13047
13048 2009-10-14 Ian Lance Taylor <iant@google.com>
13049
13050 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
13051 fields.
13052 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
13053 data_shdr fields of relinfo.
13054 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
13055 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
13056 R_386_TLS_LDO_32, adjust based on section flags.
13057 (Target_i386::Relocate::fix_up_ldo): Remove.
13058
13059 2009-10-13 Ian Lance Taylor <iant@google.com>
13060
13061 Add support for -pie.
13062 * options.h (class General_options): Add -pie and
13063 --pic-executable.
13064 (General_options::output_is_position_independent): Test -pie.
13065 (General_options::output_is_executable): Return true if not shared
13066 and not relocatable.
13067 (General_options::output_is_pie): Remove.
13068 * options.cc (General_options::finalize): Reject incompatible uses
13069 of -pie.
13070 * gold.cc (queue_middle_tasks): A -pie link is not static.
13071 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
13072 * symtab.cc (Symbol::final_value_is_known): Return false if
13073 output_is_position_independent.
13074 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
13075 output_is_position_independent.
13076 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
13077 output_is_position_independent.
13078 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
13079 output_is_position_independent.
13080 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
13081 two_file_pie_test.
13082 (basic_pie_test.o, basic_pie_test): New targets.
13083 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
13084 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
13085 (two_file_pie_test): New target.
13086 * testsuite/Makefile.in: Rebuild.
13087 * README: Remove note saying that -pie is not supported.
13088
13089 2009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13090
13091 * options.h (class General_options): Add -init and -fini.
13092 * layout.cc (Layout::finish_dynamic_section): Emit
13093 given init and fini functions.
13094
13095 2009-10-13 Sriraman Tallam <tmsriram@google.com>
13096
13097 * gc.h (gc_process_relocs): Check if icf is enabled using new
13098 function.
13099 * gold.cc (queue_initial_tasks): Likewise.
13100 (queue_middle_tasks): Likewise.
13101 * object.cc (do_layout): Likewise.
13102 * symtab.cc (is_section_folded): Likewise.
13103 * main.cc (main): Likewise.
13104 * reloc.cc (Read_relocs::run): Likewise.
13105 (Sized_relobj::do_scan_relocs): Likewise.
13106 * icf.cc (is_function_ctor_or_dtor): New function.
13107 (Icf::find_identical_sections): Check if function is ctor or dtor when
13108 safe icf is chosen.
13109 * options.h (General_options::icf): Change option to be an enum.
13110 (Icf_status): New enum.
13111 (icf_enabled): New method.
13112 (icf_safe_folding): New method.
13113 (set_icf_status): New method.
13114 (icf_status_): New variable.
13115 * (options.cc) (General_options::finalize): Set icf_status_.
13116 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
13117 icf_test and icf_keep_unique_test to use the --icf enum flag.
13118 * testsuite/icf_safe_test.sh: New file.
13119 * testsuite/icf_safe_test.cc: New file.
13120
13121 2009-10-12 Sriraman Tallam <tmsriram@google.com>
13122
13123 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
13124 includes to gc.h and icf.h.
13125 * arm.cc: Include gc.h.
13126 * gold.cc: Likewise.
13127 * i386.cc: Likewise.
13128 * powerpc.cc: Likewise.
13129 * sparc.cc: Likewise.
13130 * x86_64.cc: Likewise.
13131 * gc.h: Include icf.h.
13132
13133 2009-10-11 Ian Lance Taylor <iant@google.com>
13134
13135 * plugin.cc: Include "gold.h" before other header files.
13136
13137 2009-10-10 Chris Demetriou <cgd@google.com>
13138
13139 * options.h (Input_file_argument::Input_file_type): New enum.
13140 (Input_file_argument::is_lib_): Replace with...
13141 (Input_file_argument::type_): New member.
13142 (Input_file_argument::Input_file_argument): Take Input_file_type
13143 'type' rather than boolean 'is_lib' as second argument.
13144 (Input_file_argument::is_lib): Use type_.
13145 (Input_file_argument::is_searched_file): New function.
13146 (Input_file_argument::may_need_search): Handle is_searched_file.
13147 * options.cc (General_options::parse_library): Support -l:filename.
13148 (General_options::parse_just_symbols): Update for Input_file_argument
13149 changes.
13150 (Command_line::process): Likewise.
13151 * archive.cc (Archive::get_file_and_offset): Likewise.
13152 * plugin.cc (Plugin_manager::release_input_file): Likewise.
13153 * script.cc (read_script_file, script_add_file): Likewise.
13154 * fileread.cc (Input_file::Input_file): Likewise.
13155 (Input_file::will_search_for): Handle is_searched_file.
13156 (Input_file::open): Likewise.
13157 * readsyms.cc (Read_symbols::get_name): Likewise.
13158 * testsuite/Makefile.am (searched_file_test): New test.
13159 * testsuite/Makefile.in: Regenerate.
13160 * testsuite/searched_file_test.cc: New file.
13161 * testsuite/searched_file_test_lib.cc: New file.
13162
13163 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
13164 Ian Lance Taylor <iant@google.com>
13165
13166 * descriptor.cc: Include <cstdio> and "binary-io.h".
13167 (Descriptors::open): Open the files in binary mode always.
13168 * script.cc (Lex::get_token): Treat \r as whitespace.
13169
13170 2009-10-09 Ian Lance Taylor <iant@google.com>
13171
13172 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
13173
13174 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
13175 Ian Lance Taylor <iant@google.com>
13176
13177 * configure.ac: Check for readv function also.
13178 * fileread.cc (readv): Define if not HAVE_READV.
13179 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
13180 does not exist.
13181 * config.in: Regenerate.
13182 * configure: Regenerate.
13183
13184 2009-10-09 Doug Kwan <dougkwan@google.com>
13185
13186 * layout.cc (Layout::make_output_section): Call target hook to make
13187 ordinary output section.
13188 (Layout::finalize): Adjust parameter list of call the
13189 Target::may_relax().
13190 * layout.h (class Layout::section_list): New method.
13191 * merge.h (Output_merge_base::entsize): Change visibility to public.
13192 (Output_merge_base::is_string, Output_merge_base::do_is_string):
13193 New methods.
13194 (Output_merge_string::do_is_string): New method.
13195 * object.cc (Sized_relobj::do_setup): renamed from
13196 Sized_relobj::set_up.
13197 * object.h (Sized_relobj::adjust_shndx,
13198 Sized_relobj::initializ_input_to_output_maps,
13199 Sized_relobj::free_input_to_output_maps): Change visibilities to
13200 protected.
13201 (Sized_relobj::setup): Virtualize.
13202 (Sized_relobj::do_setup): New method declaration.
13203 (Sized_relobj::invalidate_section_offset,
13204 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
13205 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
13206 * options.cc (parse_int): New function.
13207 * options.h (parse_int): New declaration.
13208 (DEFINE_int): New macro.
13209 (stub_group_size): New option.
13210 * output.cc (Output_section::Output_section): Initialize memebers
13211 merge_section_map_, merge_section_by_properties_map_,
13212 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
13213 (Output_section::add_input_section): Handled deferred code-fill
13214 generation and remove an old comment.
13215 (Output_section::add_relaxed_input_section): New method definition.
13216 (Output_section::add_merge_input_section): Use merge section by
13217 properties map to speed to search. Update merge section maps
13218 as appropriate.
13219 (Output_section::build_relaxation_map): New method definition.
13220 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
13221 Same.
13222 (Output_section::relax_input_section): Renamed to
13223 Output_section::convert_input_sections_to_relaxed_sections and change
13224 interface to take a vector of pointers to relaxed sections.
13225 (Output_section::find_merge_section,
13226 Output_section::find_relaxed_input_section): New method definitions.
13227 (Output_section::is_input_address_mapped,
13228 Output_section::output_offset, Output_section::output_address):
13229 Use output section data maps to speed up searching.
13230 (Output_section::find_starting_output_address): Add comments.
13231 (Output_section::do_write,
13232 Output_section::write_to_postprocessing_buffer): Do code-fill
13233 generation as appropriate.
13234 (Output_section::get_input_sections): Invalidate relaxed input section
13235 map.
13236 (Output_section::restore_states): Adjust type of checkpoint .
13237 Invalidate relaxed input section map.
13238 * output.h (Output_merge_base): New class declaration.
13239 (Input_section_specifier): New class defintion.
13240 (class Output_relaxed_input_section) Change base class to
13241 Output_section_data_build.
13242 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
13243 base class initializer.
13244 (Output_section::add_relaxed_input_section): New method declaration.
13245 (Output_section::Input_section): Change visibility to protected.
13246 (Output_section::Input_section::relobj,
13247 Output_section::Input_section::shndx): Handle relaxed input sections.
13248 Output_section::input_sections) Change visibility to protected. Also
13249 define overload to return a non-const pointer.
13250 (Output_section::Merge_section_properties): New class defintion.
13251 (Output_section::Merge_section_by_properties_map,
13252 Output_section::Output_section_data_by_input_section_map,
13253 Output_section::Relaxation_map): New types.
13254 (Output_section::relax_input_section): Rename method to
13255 Output_section::convert_input_sections_to_relaxed_sections and change
13256 interface to take a vector of relaxed section pointers.
13257 (Output_section::find_merge_section,
13258 Output_section::find_relaxed_input_section,
13259 Output_section::build_relaxation_map,
13260 Output_section::convert_input_sections_in_list_to_relaxed_sections):
13261 New method declarations.
13262 (Output_section::merge_section_map_
13263 Output_section::merge_section_by_properties_map_,
13264 Output_section::relaxed_input_section_map_,
13265 Output_section::is_relaxed_input_section_map_valid_,
13266 Output_section::generate_code_fills_at_write_): New data members.
13267 * script-sections.cc
13268 (Output_section_element_input::set_section_addresses): Call
13269 current_data_size and addralign methods of relaxed input sections.
13270 (Orphan_output_section::set_section_addresses): Call current_data_size
13271 and addralign methods of relaxed input sections.
13272 * symtab.cc (Symbol_table::compute_final_value): Extract template
13273 from the body of Symbol_table::sized_finalize_symbol.
13274 (Symbol_table::sized_finalized_symbol): Call
13275 Symbol_table::compute_final_value.
13276 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
13277 (Symbol_table::compute_final_value): New templated method declaration.
13278 * target.cc (Target::do_make_output_section): New method defintion.
13279 * target.h (Target::make_output_section): New method declaration.
13280 (Target::relax): Add more parameters for input objects, symbol table
13281 and layout. Adjust call to do_relax.
13282 (Target::do_make_output_section): New method declaration.
13283 (Target::do_relax): Add parameters for input objects, symbol table
13284 and layout.
13285
13286 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
13287
13288 * pread.c: Include stdio.h.
13289
13290 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
13291
13292 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
13293 defined.
13294
13295 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
13296
13297 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
13298 Change read_shndx type to unsigned int.
13299 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
13300 int.
13301 (Sized_dwarf_line_info::read_line_mappings): Likewise.
13302 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
13303 Change read_shndx type to unsigned int.
13304 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
13305 int.
13306 (Sized_dwarf_line_info::read_line_mappings): Likewise.
13307 * layout.cc (Layout::create_symtab_sections): Cast the result of
13308 local_symcount * symsize to off_t in the gold_assert.
13309
13310 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13311
13312 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
13313 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
13314 R_ARM_BASE_ABS.
13315 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
13316 (Arm_relocate_functions::thm_abs5): New function.
13317 (Arm_relocate_functions::abs12): New function.
13318 (Arm_relocate_functions::abs16): New function.
13319 (Arm_relocate_functions::base_abs): New function.
13320 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
13321 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
13322 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
13323 R_ARM_BASE_ABS.
13324 (Scan::global): Likewise.
13325 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
13326 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
13327 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
13328 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
13329 R_ARM_BASE_ABS.
13330
13331 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13332
13333 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
13334 (Arm_relocate_functions::movt_prel): New function.
13335 (Arm_relocate_functions::thm_movw_prel_nc): New function.
13336 (Arm_relocate_functions::thm_movt_prel): New function.
13337 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
13338 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
13339 (Scan::global, Relocate::relocate): Likewise.
13340 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
13341
13342 2009-10-09 Mikolaj Zalewski <mikolajz@google.com>
13343
13344 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
13345 Incremental_checker.
13346 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
13347 unsigned int.
13348 (class Incremental_inputs_header): New class.
13349 (Incremental_inputs_header_writer): Edit comment.
13350 (Incremental_inputs_entry): New class.
13351 (Incremental_inputs_entry_writer): Edit comment.
13352 (Sized_incremental_binary::do_find_incremental_inputs_section):
13353 Add *strtab_shndx parameter, fill it.
13354 (Sized_incremental_binary::do_check_inputs): New method.
13355 (Incremental_checker::can_incrementally_link_output_file): Use
13356 Sized_incremental_binary::check_inputs.
13357 (Incremental_inputs::report_command_line): Save command line in
13358 command_line_.
13359 * incremental.h:
13360 (Incremental_binary::find_incremental_inputs_section): New
13361 method.
13362 (Incremental_binary::do_find_incremental_inputs_section): Add
13363 strtab_shndx parameter.
13364 (Incremental_binary::do_check_inputs): New pure virtual method.
13365 (Sized_incremental_binary::do_check_inputs): Declare.
13366 (Incremental_checker::Incremental_checker): Add incremental_inputs
13367 parameter, use it to initialize incremental_inputs_.
13368 (Incremental_checker::incremental_inputs_): New field.
13369 (Incremental_checker::command_line): New method.
13370 (Incremental_checker::inputs): New method.
13371 (Incremental_checker::command_line_): New field.
13372
13373 2009-10-09 Mikolaj Zalewski <mikolajz@google.com>
13374
13375 * incremental.cc: Include <cstdarg> and "target-select.h".
13376 (vexplain_no_incremental): New function.
13377 (explain_no_incremental): New function.
13378 (Incremental_binary::error): New method.
13379 (Sized_incremental_binary::do_find_incremental_inputs_section): New
13380 method.
13381 (make_sized_incremental_binary): New function.
13382 (open_incremental_binary): New function.
13383 (can_incrementally_link_file): Add checks if output is ELF and has
13384 inputs section.
13385 * incremental.h: Include "elfcpp_file.h" and "output.h".
13386 (Incremental_binary): New class.
13387 (Sized_incremental_binary): New class.
13388 (open_incremental_binary): Declare.
13389 * object.cc (is_elf_object): Use
13390 elfcpp::Elf_recognizer::is_elf_file.
13391 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
13392 * output.h (Output_file::filesize): New method.
13393
13394 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13395
13396 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
13397 New function.
13398 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
13399 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
13400 function.
13401 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
13402 function.
13403 (Arm_relocate_functions::movw_abs_nc): New function.
13404 (Arm_relocate_functions::movt_abs): New function.
13405 (Arm_relocate_functions::thm_movw_abs_nc): New function.
13406 (Arm_relocate_functions::thm_movt_abs): New function.
13407 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
13408 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
13409 (Scan::global): Likewise.
13410 (Relocate::relocate): Likewise.
13411 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
13412
13413 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13414
13415 * arm.cc (Arm_relocate_functions::got_prel) New function.
13416 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
13417 (Relocate::relocate): Likewise.
13418 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
13419
13420 2009-10-06 Ian Lance Taylor <iant@google.com>
13421
13422 * options.h (class General_options): Define
13423 split_stack_adjust_size parameter.
13424 * object.h (class Object): Add uses_split_stack_ and
13425 has_no_split_stack_ fields. Add uses_split_stack and
13426 has_no_split_stack accessor functions. Declare
13427 handle_split_stack_section.
13428 (class Reloc_symbol_changes): Define.
13429 (class Sized_relobj): Define Function_offsets. Declare
13430 split_stack_adjust, split_stack_adjust_reltype, and
13431 find_functions.
13432 * object.cc (Object::handle_split_stack_section): New function.
13433 (Sized_relobj::do_layout): Call handle_split_stack_section.
13434 * dynobj.cc (Sized_dynobj::do_layout): Call
13435 handle_split_stack_section.
13436 * reloc.cc (Sized_relobj::relocate_sections): Call
13437 split_stack_adjust for executable sections in split_stack
13438 objects. Pass reloc_map to relocate_section.
13439 (Sized_relobj::split_stack_adjust): New function.
13440 (Sized_relobj::split_stack_adjust_reltype): New function.
13441 (Sized_relobj::find_functions): New function.
13442 * target-reloc.h: Include "object.h".
13443 (relocate_section): Add reloc_symbol_changes parameter. Change
13444 all callers.
13445 * target.h (class Target): Add calls_non_split method. Declare
13446 do_calls_non_split virtual method. Declare match_view and
13447 set_view_to_nop.
13448 * target.cc: Include "elfcpp.h".
13449 (Target::do_calls_non_split): New function.
13450 (Target::match_view): New function.
13451 (Target::set_view_to_nop): New function.
13452 * gold.cc (queue_middle_tasks): Give an error if mixing
13453 split-stack and non-split-stack objects with -r.
13454 * i386.cc (Target_i386::relocate_section): Add
13455 reloc_symbol_changes parameter.
13456 (Target_i386::do_calls_non_split): New function.
13457 * x86_64.cc (Target_x86_64::relocate_section): Add
13458 reloc_symbol_changes parameter.
13459 (Target_x86_64::do_calls_non_split): New function.
13460 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
13461 parameter.
13462 * powerpc.cc (Target_powerpc::relocate_section): Add
13463 reloc_symbol_changes parameter.
13464 * sparc.cc (Target_sparc::relocate_section): Add
13465 reloc_symbol_changes parameter.
13466 * configure.ac: Call AM_CONDITIONAL for the default target.
13467 * configure: Rebuild.
13468 * testsuite/Makefile.am (TEST_AS): New variable.
13469 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
13470 (check_DATA): Add split_i386 and split_x86_64 files.
13471 (SPLIT_DEFSYMS): Define.
13472 (split_i386_[1234n].o): New targets.
13473 (split_i386_[124]): New targets.
13474 (split_i386_[1234r].stdout): New targets.
13475 (split_x86_64_[1234n].o): New targets.
13476 (split_x86_64_[124]): New targets.
13477 (split_x86_64_[1234r].stdout): New targets.
13478 (MOSTLYCLEANFILES): Add new executables.
13479 * testsuite/split_i386.sh: New file.
13480 * testsuite/split_x86_64.sh: New file.
13481 * testsuite/split_i386_1.s: New file.
13482 * testsuite/split_i386_2.s: New file.
13483 * testsuite/split_i386_3.s: New file.
13484 * testsuite/split_i386_4.s: New file.
13485 * testsuite/split_i386_n.s: New file.
13486 * testsuite/split_x86_64_1.s: New file.
13487 * testsuite/split_x86_64_2.s: New file.
13488 * testsuite/split_x86_64_3.s: New file.
13489 * testsuite/split_x86_64_4.s: New file.
13490 * testsuite/split_x86_64_n.s: New file.
13491 * testsuite/testfile.cc (Target_test): Update relocation_section
13492 function.
13493 * testsuite/Makefile.in: Rebuild.
13494
13495 2009-10-06 Ian Lance Taylor <iant@google.com>
13496
13497 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
13498 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
13499 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
13500 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
13501 the address on ldo_addrs_.
13502 (Target_i386::Relocate::fix_up_ldo): New function.
13503
13504 2009-10-06 Rafael Espindola <espindola@google.com>
13505
13506 * plugin.cc (add_input_library): New.
13507 (Plugin::load): Add add_input_library to tv.
13508 (Plugin_manager::add_input_file): Add the is_lib argument.
13509 (add_input_file): Update call to Plugin_manager::add_input_file.
13510 (add_input_library): New.
13511 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
13512
13513 2009-09-30 Doug Kwan <dougkwan@google.com>
13514
13515 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
13516 symbol and call Symbol::may_need_copy_reloc to determine if
13517 a copy reloc is needed.
13518 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
13519 nocopyreloc is given in command line.
13520 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
13521 given in command line.
13522 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
13523 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
13524 of the removed Target_i386::may_need_copy_reloc.
13525 * options.h (copyreloc): New option with default value false.
13526 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
13527 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
13528 instead of the removed Target_powerpc::may_need_copy_reloc.
13529 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
13530 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
13531 instead of the removed Target_sparc::may_need_copy_reloc.
13532 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
13533 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
13534 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
13535 instead of the removed Target_x86_64::may_need_copy_reloc.
13536
13537 2009-09-30 Ian Lance Taylor <iant@google.com>
13538
13539 * object.h (class Object): Remove target_ field, and target,
13540 sized_target, and set_target methods.
13541 (Object::sized_target): Remove.
13542 (class Sized_relobj): Update declarations. Remove sized_target.
13543 * object.cc (Sized_relobj::setup): Remove target parameter.
13544 Change all callers.
13545 (Input_objects::add_object): Don't do anything with the target.
13546 (make_elf_sized_object): Add punconfigured parameter. Change all
13547 callers. Set or test parameter target.
13548 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
13549 Change all callers.
13550 * parameters.cc (Parameters::set_target): Change parameter type to
13551 be non-const.
13552 (Parameters::default_target): Remove.
13553 (set_parameters_target): Change parameter type to be non-const.
13554 (parameters_force_valid_target): New function.
13555 (parameters_clear_target): New function.
13556 * parameters.h (class Parameters): Update declarations. Remove
13557 default_target method. Add sized_target and clear_target
13558 methods. Change target_ to be non-const.
13559 (set_parameters_target): Update declaration.
13560 (parameters_force_valid_target): Declare.
13561 (parameters_clear_target): Declare.
13562 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
13563 as NULL if we aren't searching.
13564 (Add_symbols::run): Don't check for compatible target.
13565 * fileread.cc (Input_file::open_binary): Call
13566 parameters_force_valid_target.
13567 * gold.cc (queue_middle_tasks): Likewise.
13568 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
13569 set_target on object.
13570 * dynobj.h (class Sized_dynobj): Update declarations.
13571 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
13572 make_elf_object returns NULL.
13573 (Archive::include_member): Don't check whether object target is
13574 compatible.
13575 * output.cc (Output_section::add_input_section): Get target from
13576 parameters.
13577 (Output_section::relax_input_section): Likewise.
13578 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
13579 parameters.
13580 (Sized_relobj::do_scan_relocs): Likewise.
13581 (Sized_relobj::relocate_sections): Likewise.
13582 * resolve.cc (Symbol_table::resolve): Likewise.
13583 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
13584 parameter. Change all callers.
13585 (Symbol_table::add_from_object): Get target from parameters.
13586 (Symbol_table::add_from_relobj): Don't check object target.
13587 (Symbol_table::add_from_dynobj): Likewise.
13588 (Symbol_table::define_special_symbol): Get target from
13589 parameters.
13590 * symtab.h (class Symbol_table): Update declaration.
13591 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
13592 parameter. Change all callers. Clear parameter target.
13593 (Binary_test): Test target here.
13594 * testsuite/object_unittest.cc (gold_testsuite): Remove
13595 target_test_pointer parameter. Change all callers.
13596 (Object_test): Test target here.
13597
13598 2009-09-26 Ian Lance Taylor <iant@google.com>
13599
13600 * testsuite/initpri1.c: Don't try to use constructor priorities if
13601 compiling with gcc before 4.3.
13602
13603 2009-09-22 Mikolaj Zalewski <mikolajz@google.com>
13604
13605 * testsuite/retain_symbols_file_test.sh (check_present): Change
13606 output file name to retain_symbols_file_test.stdout.
13607 (check_absent): Likewise.
13608
13609 2009-09-18 Craig Silverstein <csilvers@google.com>
13610
13611 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
13612 * options.cc: Include <cerrno> and <fstream>.
13613 (General_options::finalize): Parse -retain-symbols-file tag.
13614 * options.h: New flag.
13615 (General_options): New method should_retain_symbol, new
13616 variable symbols_to_retain.
13617 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
13618 should_retain_symbol map.
13619 * testsuite/Makefile.am (retain_symbols_file_test): New test.
13620 * testsuite/Makefile.in: Regenerate.
13621 * testsuite/retain_symbols_file_test.sh: New file.
13622
13623 2009-09-18 Nick Clifton <nickc@redhat.com>
13624
13625 * po/es.po: Updated Spanish translation.
13626
13627 2009-09-17 Doug Kwan <dougkwan@google.com>
13628
13629 * debug.h (DEBUG_RELAXATION): New constant.
13630 (DEBUG_ALL): Add DEBUG_RELAXATION.
13631 (debug_string_to_enum): Add relaxation debug option.
13632 * layout.cc
13633 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
13634 Layout::Relaxation_debug_check::read_sections,
13635 Layout::Relaxation_debug_check::read_sections): New method definitions.
13636 (Layout::Layout): Initialize data members
13637 record_output_section_data_from_scrips_,
13638 script_output_section_data_list_ and relaxation_debug_check_.
13639 (Layout::save_segments, Layout::restore_segments,
13640 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
13641 Layout::relaxation_loop_body): New method definitions.
13642 (Layout::finalize): Support relaxation. Move section layout code to
13643 Layout::relaxation_loop_body.
13644 (Layout::set_asection_address_from_script): Move code for orphan
13645 section placement out.
13646 (Layout::place_orphan_sections_in_script): New method definition.
13647 * layout.h (Output_segment_headers, Output_file_header):
13648 New forward class declarations.
13649 (Layout::~Layout): Define.
13650 (Layout::new_output_section_data_from_script): New method definition.
13651 (Layout::place_orphan_sections_in_script): New method declaration.
13652 (Layout::Segment_states): New type declaration.
13653 (Layout::save_segments, Layout::restore_segments,
13654 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
13655 Layout::relaxation_loop_body): New method declarations.
13656 (Layout::Output_section_data_list): New type declaration.
13657 (Layout::Relaxation_debug_check): New class definition.
13658 (Layout::record_output_section_data_from_script_,
13659 Layout::script_output_section_data_list_, Layout::segment_states_,
13660 Layout::relaxation_debug_check_): New data members.
13661 * output.cc: (Output_section_headers::do_size): New method definition.
13662 (Output_section_headers::Output_section_headers): Move size
13663 computation to Output_section_headers::do_size.
13664 (Output_segment_headers::do_size): New method definition.
13665 (Output_file_header::Output_file_header): Move size computation to
13666 Output_file_header::do_size and call it.
13667 (Output_file_header::do_size): New method definition.
13668 (Output_data_group::Output_data_group): Adjust call to
13669 Output_section_data.
13670 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
13671 (Output_symtab_xindex::do_write): Add array bound check.
13672 (Output_section::Input_section::print_to_mapfile): Handle
13673 RELAXED_INPUT_SECTION_CODE.
13674 (Output_section::Output_section): Initialize data member checkpoint_.
13675 (Output_section::~Output_section): Delete checkpoint object pointed
13676 by checkpoint_.
13677 (Output_section::add_input_section): Always add an Input_section if
13678 relaxing.
13679 (Output_section::add_merge_input_section): Add assert.
13680 (Output_section::relax_input_section): New method definition.
13681 (Output_section::set_final_data_size): Set load address to zero for
13682 an unallocated section.
13683 (Output_section::do_address_and_file_offset_have_reset_values):
13684 New method definition.
13685 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
13686 Handle relaxed input section.
13687 (Output_section::sort_attached_input_sections): Checkpoint input
13688 section list lazily.
13689 (Output_section::get_input_sections): Change type of input_sections to
13690 list of Simple_input_section pointers. Checkpoint input section list
13691 lazily. Also handle relaxed input sections.
13692 (Output_section::add_input_section_for_script): Take a reference to
13693 a Simple_input_section object instead of Relobj pointer and section
13694 index as parameter. Handle relaxed input sections.
13695 (Output_section::save_states, Output_section::restore_states): New
13696 method definitions.
13697 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
13698 (Output_data::is_data_size_fixed): New method definition.
13699 (Output_data::reset_addresss_and_file_offset): Do not reset data size
13700 if it is fixed.
13701 (Output_data::address_and_file_offset_have_reset_values): New method
13702 definition.
13703 (Output_data::do_address_and_file_offset_have_reset_values): New method
13704 definition.
13705 (Output_data::set_data_size): Check that data size is not fixed.
13706 (Output_data::fix_data_size): New method definition.
13707 (Output_data::is_data_size_fixed_): New data member.
13708 (Output_section_headers::set_final_data_size): New method definition.
13709 (Output_section_headers::do_size): New method declaration.
13710 (Output_segment_headers::set_final_data_size): New method definition.
13711 (Output_segment_headers::do_size): New method declaration.
13712 (Output_file_header::set_final_data_size)::New method definition.
13713 (Output_file_header::do_size)::New method declaration.
13714 (Output_section_data::Output_section_data): Add new parameter
13715 is_data_size_fixed and use it to fix data size.
13716 (Output_data_const::Output_data_const): Adjust call to base class
13717 constructor and fix data size.
13718 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
13719 base class constructor and fix data size.
13720 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
13721 base class constructor and fix data size.
13722 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
13723 class constructor and fix data size.
13724 (Output_data_group::set_final_data_size): New method definition.
13725 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
13726 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
13727 class constructor and fix data size.
13728 (Output_relaxed_input_section): New class definition.
13729 (Output_section::Simple_input_section): New class definition.
13730 (Output_section::get_input_sections): Adjust parameter list.
13731 (Output_section::add_input_section_for_script): Same.
13732 (Output_section::save_states, Output_section::restore_states,
13733 Output_section::do_address_and_file_offset_have_reset_values,
13734 (Output_section::Input_section::Input_section): Handle
13735 RELAXED_INPUT_SECTION_CODE. Add new overload for
13736 Output_relaxed_input_section.
13737 (Output_section::Input_section::is_input_section,
13738 Output_section::Input_section::set_output_section): Handle relaxed
13739 input section.
13740 (Output_section::Input_section::is_relaxed_input_section,
13741 Output_section::Input_section::output_section_data,
13742 Output_section::Input_section::relaxed_input_section): New method
13743 definitions.
13744 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
13745 value.
13746 (Output_section::Input_section::u1_): Update comments.
13747 (Output_section::Input_section::u2_): Add new union member poris.
13748 (Output_section::Checkpoint_output_section): New classs definition.
13749 (Output_section::relax_input_section): New method declaration.
13750 (Output_section::checkpoint_): New data member.
13751 (Output_segment): Update comments.
13752 (Output_segment::Output_segment): Un-privatize copy constructor.
13753 (Output_segment::operator=): Un-privatize.
13754 * script-sections.cc (Output_section_element::Input_section_list):
13755 Change element type to Output_section::Simple_input_section.
13756 (Output_section_element_dot_assignment::set_section_addresses):
13757 Register output section data for relaxation clean up.
13758 (Output_data_exression::Output_data_expression): Adjust call to base
13759 constructor to fix data size.
13760 (Output_section_element_data::set_section_addresses): Register
13761 Output_data_expression object for relaxation clean up.
13762 (struct Input_section_info): Replace Relobj pointer and section index
13763 pair with Output_section::Simple_input_section and Convert struct to a
13764 class.
13765 (Input_section_sorter::operator()): Adjust access to
13766 Input_section_info data member to use accessors.
13767 (Output_section_element_input::set_section_addresses): Use layout
13768 parameter. Adjust code to use Output_section::Simple_input_section
13769 and Input_secction_info classes. Register filler for relaxation
13770 clean up.
13771 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
13772 and section index pair with Output_section::Simple_input_section
13773 class. Adjust code accordingly.
13774 (Phdrs_element::release_segment): New method definition.
13775 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
13776 segment list.
13777 (Script_sections::release_segments): New method definition.
13778 * gold/script-sections.h (Script_sections::release_segments): New
13779 method declaration.
13780 * gold/target.h (Target::may_relax, Target::relax,
13781 Target::do_may_relax, Target::do_relax): New method definitions.
13782
13783 2009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13784
13785 * arm.cc (has_signed_unsigned_overflow): New function.
13786 (Arm_relocate_functions::abs8): New function.
13787 (Target_arm::Scan::local): Handle R_ARM_ABS8.
13788 (Target_arm::Scan::global): Likewise.
13789 (Target_arm::relocate::relocate): Likewise.
13790 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
13791 Likewise.
13792
13793 2009-09-16 Cary Coutant <ccoutant@google.com>
13794
13795 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
13796 * testsuite/Makefile.in: Regenerate.
13797
13798 2009-09-11 Nick Clifton <nickc@redhat.com>
13799
13800 * po/gold.pot: Updated by the Translation project.
13801
13802 2009-09-08 Cary Coutant <ccoutant@google.com>
13803
13804 * output.cc (Output_file::open): Add execute permission to empty file.
13805 * testsuite/Makefile.am (permission_test): New test.
13806 * testsuite/Makefile.in: Regenerate.
13807
13808 2009-09-02 Ian Lance Taylor <iant@google.com>
13809
13810 * output.cc (Output_file::resize): Call map_no_anonymous rather
13811 than map.
13812
13813 2009-09-01 Mikolaj Zalewski <mikolajz@google.com>
13814
13815 * gold.cc: Include "incremental.h".
13816 (queue_initial_tasks): Call Incremental_checker methods.
13817 * incremental.cc: Include "output.h".
13818 (Incremental_checker::can_incrementally_link_output_file): New
13819 method.
13820 * incremental.h (Incremental_checker): New class.
13821
13822 * output.cc (Output_file::open_for_modification): New method.
13823 (Output_file::map_anonymous): Changed return type to bool. Record
13824 map in base_ field.
13825 (Output_file::map_no_anonymous): New method, broken out of map.
13826 (Output_file::map): Use map_no_anonymous and map_anonymous.
13827 * output.h (class Output_file): Update declarations.
13828
13829 2009-08-24 Cary Coutant <ccoutant@google.com>
13830
13831 * options.h (Command_line::Pre_options): New class.
13832 (Command_line::pre_options): New member.
13833 * options.cc (gold::options::ready_to_register): New variable.
13834 (One_option::register_option): Do nothing if not registering options.
13835 Assert if same short option registered twice.
13836 (General_options::General_options): Turn off option registration when
13837 done constructing.
13838 (Command_line::Pre_options::Pre_options): New constructor.
13839
13840 2009-08-24 Cary Coutant <ccoutant@google.com>
13841
13842 * options.h (General_options::no_keep_memory): Remove incorrect
13843 short option.
13844
13845 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13846
13847 * Makefile.am (am__skiplex, am__skipyacc): New.
13848 * Makefile.in: Regenerate.
13849
13850 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13851
13852 * Makefile.am (AM_CPPFLAGS): Renamed from ...
13853 (INCLUDES): ... this.
13854 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
13855 (AM_CPPFLAGS): Renamed from ...
13856 (INCLUDE): ... this.
13857 * Makefile.in, testsuite/Makefile.in: Regenerate.
13858
13859 * Makefile.in: Regenerate.
13860 * aclocal.m4: Likewise.
13861 * config.in: Likewise.
13862 * configure: Likewise.
13863 * testsuite/Makefile.in: Likewise.
13864
13865 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13866 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13867 * Makefile.in: Regenerate.
13868 * testsuite/Makefile.in: Regenerate.
13869
13870 2009-08-19 Cary Coutant <ccoutant@google.com>
13871
13872 * resolve.cc (Symbol_table::resolve): Don't complain about defined
13873 symbols in shared libraries overridden by hidden or internal symbols
13874 in the main program.
13875
13876 2009-08-19 Chris Demetriou <cgd@google.com>
13877
13878 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
13879 checking source file names in error messages.
13880
13881 2009-08-18 Doug Kwan <dougkwan@google.com>
13882
13883 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
13884 an elcpp::Ehdr as parameter. Adjust call to set_target.
13885 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
13886 an elfcpp::Ehdr as parameter.
13887 * object.cc (Object::set_target): Remove the version that looks up
13888 a target and sets it.
13889 (Sized_relobj::setup): Take a Target object instead of
13890 an elfcpp::Ehdr as parameter. Adjust call to set_target.
13891 (make_elf_sized_object): Find target and ask target to
13892 make an ELF object.
13893 * object.h: (Object::set_target): Remove the version that looks up
13894 a target and sets it.
13895 (Sized_relobj::setup): Take a Target object instead of
13896 an elfcpp:Ehdr as parameter.
13897 * target.cc: Include dynobj.h.
13898 (Target::do_make_elf_object_implementation): New.
13899 (Target::do_make_elf_object): New.
13900 * target.h (Target::make_elf_object): New template declaration.
13901 (Target::do_make_elf_object): New method declarations.
13902 (Target::do_make_elf_object_implementation): New template declaration.
13903
13904 2009-08-14 Ian Lance Taylor <iant@google.com>
13905
13906 * gold.h (FUNCTION_NAME): Define.
13907 (gold_unreachable): Use FUNCTION_NAME.
13908
13909 2009-08-12 Sriraman Tallam <tmsriram@google.com>
13910
13911 * icf.cc (Icf::find_identical_sections): Issue a warning when a
13912 symbol in the --keep-unique list is not found.
13913
13914 2009-08-12 Sriraman Tallam <tmsriram@google.com>
13915
13916 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
13917 been maked as --keep-unique.
13918 (Icf::unfold_section): New function.
13919 * icf.h (Icf::unfold_section): New function.
13920 * options.h (General_options::keep_unique): New option.
13921 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
13922 * testsuite/Makefile.in: Regenerate.
13923 * testsuite/icf_keep_unique_test.sh: New file.
13924 * testsuite/icf_keep_unique_test.cc: New file.
13925
13926 2009-08-12 Cary Coutant <ccoutant@google.com>
13927
13928 PR 10471
13929 * resolve.cc (Symbol_table::resolve): Check for references from
13930 dynamic objects to hidden and internal symbols.
13931 * testsuite/Makefile.am (hidden_test.sh): New test.
13932 * testsuite/Makefile.in: Regenerate.
13933 * testsuite/hidden_test.sh: New script.
13934 * testsuite/hidden_test_1.c: New test source.
13935 * testsuite/hidden_test_main.c: New test source.
13936
13937 2009-08-11 Doug Kwan <dougkwan@google.com>
13938
13939 * arm.cc: Update comments.
13940 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
13941 segment to locate the .ARM.exidx section if present.
13942
13943 2009-08-09 Doug Kwan <dougkwan@google.com>
13944
13945 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
13946 patch.
13947
13948 2009-08-07 Sriraman Tallam <tmsriram@google.com>
13949 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
13950 compiler warnings.
13951
13952 2009-08-06 Sriraman Tallam <tmsriram@google.com>
13953
13954 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
13955 valid tls_segment only for non-debug-section relocations.
13956 * testsuite/Makefile.am: Add gc_tls_test.
13957 * testsuite/Makefile.in: Regenerate.
13958 * testsuite/gc_tls_test.cc: New file.
13959 * testsuite/gc_tls_test.sh: New file.
13960
13961 2009-08-05 Sriraman Tallam <tmsriram@google.com>
13962
13963 * icf.cc: New file.
13964 * icf.h: New file.
13965 * Makefile.am (CCFILES): Add icf.cc.
13966 (HFILES): Add icf.h
13967 * Makefile.in: Regenerate.
13968 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
13969 * gc.h (gc_process_relocs): Populate lists used by icf to contain
13970 section, symbol and addend information for the relocs.
13971 * gold.cc (queue_middle_tasks): Call identical code folding.
13972 * gold.h: Add defines for multimap.
13973 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
13974 to the call of finalize_local_symbols.
13975 * main.cc (main): Create object of class Icf.
13976 * object.cc (Sized_relobj::do_layout): Allow this function to be
13977 called twice during icf.
13978 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
13979 to sections marked as identical by icf.
13980 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
13981 when available.
13982 (Sized_relobj::do_section_entsize): New function.
13983 * object.h (Object::section_entsize): New function.
13984 (Object::do_section_entsize): New pure virtual function.
13985 (Relobj::finalize_local_symbols): Add new parameter.
13986 (Relobj::do_section_entsize): New function.
13987 * options.h (General_options::icf): New option.
13988 (General_options::icf_iterations): New option.
13989 (General_options::print_icf_sections): New option.
13990 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
13991 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
13992 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
13993 icf.
13994 * symtab.cc (Symbol_table::is_section_folded): New function.
13995 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
13996 to sections marked as identical by icf.
13997 * symtab.h (Symbol_table::set_icf): New function.
13998 (Symbol_table::icf): New function.
13999 (Symbol_table::is_section_folded): New function.
14000 (Symbol_table::icf_): New data member.
14001 * target-reloc.h (relocate_section): Ignore sections folded by icf.
14002 * testsuite/Makefile.am: Add commands to build icf_test.
14003 * testsuite/Makefile.in: Regenerate.
14004 * testsuite/icf_test.sh: New file.
14005 * testsuite/icf_test.cc: New file.
14006
14007 2009-07-24 Chris Demetriou <cgd@google.com>
14008
14009 * layout.cc (is_compressible_debug_section): Fix incorrect
14010 comment about compressed section names.
14011
14012 2009-07-20 Ian Lance Taylor <ian@airs.com>
14013
14014 PR 10419
14015 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
14016
14017 2009-07-16 Ian Lance Taylor <iant@google.com>
14018
14019 PR 10400
14020 * layout.h: #include <map>.
14021 (class Kept_section): Change from struct to class. Add accessors
14022 and setters. Add section size to Comdat_group mapping. Change
14023 Comdat_group to std::map. Add is_comdat_ field. Add
14024 linkonce_size field in union.
14025 (class Layout): Update declaration of find_or_add_kept_section.
14026 Don't declare find_kept_object.
14027 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
14028 parameter. Add object, shndx, is_comdat, and is_group_name
14029 parameters. Change all callers. Adjust for new Kept_section.
14030 (Layout::find_kept_object): Remove.
14031 * object.cc (Sized_relobj::include_section_group): Update use of
14032 Kept_section. Rename secnum to shndx. Only record
14033 Kept_comdat_section if sections are the same size.
14034 (Sized_relobj::include_linkonce_section): Update use of
14035 Kept_section. Only record Kept_comdat_section if sections are the
14036 same size. Set size of linkonce section.
14037 (Sized_relobj::map_to_kept_section): Update call to
14038 get_kept_comdat_section.
14039 * object.h (class Sized_relobj): Rename fields in
14040 Kept_comdat_section to drop trailing underscores; change object
14041 field to Relobj*. Change Kept_comdat_section_table to store
14042 struct rather than pointer.
14043 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
14044 Add kept_object and kept_shndx parameters. Change all callers.
14045 (Sized_relobj::get_kept_comdat_section): Change return type to
14046 bool. Add kept_object and kept_shndx parameters. Change all
14047 callers.
14048 * plugin.cc (Pluginobj::include_comdat_group): Update call to
14049 Layout::find_or_add_kept_section.
14050
14051 2009-07-09 Ian Lance Taylor <iant@google.com>
14052
14053 * merge.cc (Object_merge_map::initialize_input_to_output_map):
14054 Reserve space in the hash table.
14055
14056 2009-07-06 Mikolaj Zalewski <mikolajz@google.com>
14057
14058 * fileread.cc (File_read::get_mtime): New method.
14059 * fileread.h (Timespec): New structure.
14060 (File_read::get_mtime): New method.
14061 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
14062 Renamed from timestamp_nsec.
14063 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
14064 Elf_Xword.
14065 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
14066 timestamp_nsec.
14067 (Incremental_inputs::report_archive): Save mtime; style fix.
14068 (Incremental_inputs::report_obejct): Save mtime; style fix.
14069 (Incremental_inputs::report_script): Save mtime; style fix.
14070 (Incremental_inputs::finalize_inputs): Style fix.
14071 (Incremental_inputs::finalize): Style fix.
14072 (Incremental_inputs::create_input_section_data): Store inputs
14073 mtime.
14074 * incremental.h (Incremental_inputs::report_script): Add mtime
14075 argument.
14076 (Incremental_inputs::Input_info::Input_info): Intialize only one
14077 union member.
14078 (Incremental_inputs::Input_info::archive): Move to nameless
14079 union.
14080 (Incremental_inputs::Input_info::obejct): Move to nameless union.
14081 (Incremental_inputs::Input_info::script): Move to nameless union.
14082 (Incremental_inputs::mtime): New field.
14083 * script.cc (read_input_script): Pass file mtime to
14084 Incremental_input.
14085 * script.h (Script_info::inputs): Style fix.
14086
14087 2009-07-01 Ian Lance Taylor <ian@airs.com>
14088
14089 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
14090 instead of 32.
14091
14092 2009-06-24 Ian Lance Taylor <iant@google.com>
14093
14094 PR 10156
14095 * layout.cc (Layout::choose_output_section): If we find an
14096 existing section, update the flags.
14097 (Layout::create_notes): New function, broken out of
14098 Layout::finalize.
14099 (Layout::finalize): Don't create note sections.
14100 (Layout::create_note): Don't crash if linker script discards
14101 section.
14102 (Layout::create_gold_note): Likewise.
14103 (Layout::create_build_id): Likewise. Don't set
14104 after_input_sections on the section.
14105 (Layout::create_executable_stack_info): Remove target parameter.
14106 Change caller.
14107 * layout.h (class Layout): Declare create_notes. Update
14108 declaration of create_executable_stack_info.
14109 * gold.cc (queue_middle_tasks): Call create_notes.
14110 * output.cc (Output_section::update_flags_for_input_section): Move
14111 here from output.h. If SHF_ALLOC flag is newly set, mark address
14112 invalid.
14113 * output.h (Output_data::mark_address_invalid): New function.
14114 (class Output_section): Only declare, not define,
14115 update_flags_for_input_section. Remove set_flags.
14116
14117 2009-06-24 Ian Lance Taylor <iant@google.com>
14118
14119 * script-sections.cc (Output_section_definition::
14120 set_section_addresses): Rename shadowing local load_address to
14121 laddr.
14122
14123 2009-06-24 Ian Lance Taylor <iant@google.com>
14124
14125 PR 10244
14126 * reloc.cc (relocate_sections): Skip empty relocation sections.
14127
14128 2009-06-23 Ian Lance Taylor <iant@google.com>
14129
14130 PR 10156
14131 * layout.cc (Layout::create_note): Use choose_output_section
14132 rather than make_output_section.
14133
14134 2009-06-23 Ian Lance Taylor <iant@google.com>
14135
14136 PR 10237
14137 * options.cc (General_options::parse_V): Set printed_version_.
14138 (General_options::General_options): Initialize printed_version_.
14139 * options.h (class General_options): Add printed_version_ field.
14140 * gold.cc (queue_initial_tasks): If there are no input files,
14141 don't give a fatal error if we printed the version information.
14142 (queue_middle_tasks): If using -r with a shared object, give a
14143 fatal error rather than an ordinary error.
14144
14145 2009-06-23 Ian Lance Taylor <iant@google.com>
14146
14147 PR 10219
14148 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
14149 (Layout::make_output_section): Set have_stabstr_section_ if we see
14150 a .stab*str section.
14151 (Layout::finalize): Call link_stabs_sections.
14152 (Layout::link_stabs_sections): New file.
14153 * layout.h (class Layout): Add have_stabstr_section_ field.
14154 Declare link_stabs_sections.
14155
14156 2009-06-23 Doug Kwan <dougkwan@google.com>
14157
14158 * Makefile.am (libgold_a_LIBADD): New.
14159 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
14160 * Makefile.in: Regenerate.
14161 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
14162 * configure: Regenerate.
14163 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
14164 * fileread.cc: Include sys/state.h
14165 * gold.h: Declare memmem and strndup if found missing.
14166 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
14167
14168 2009-06-23 Ian Lance Taylor <iant@google.com>
14169
14170 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
14171 * configure: Rebuild.
14172
14173 2009-06-23 Ian Lance Taylor <iant@google.com>
14174
14175 PR 10147
14176 * object.cc (Object::section_contents): Don't try to get a view if
14177 the section has length zero.
14178 (Object::handle_gnu_warning_section): If the section is empty, use
14179 the name of the section as the warning.
14180
14181 2009-06-23 Ian Lance Taylor <iant@google.com>
14182
14183 PR 10133
14184 * stringpool.h (class Stringpool_template): Add optimize_ field.
14185 (Stringpool_template::set_optimize): New function.
14186 * stringpool.cc (Stringpool_template::Stringpool_template):
14187 Initialize optimize_ field.
14188 (Stringpool_template::set_string_offsets): Test local optimize
14189 fild rather than parameter.
14190 * layout.cc (Layout::Layout): Call set_optimize on the section
14191 name stringpool.
14192
14193 2009-06-22 Ian Lance Taylor <iant@google.com>
14194
14195 PR 10030
14196 * yyscript.y: Parse TARGET.
14197 * script.cc (script_set_target): New function.
14198 * script-c.h (script_set_target): Declare.
14199 * options.cc (General_options::string_to_object_format): Rename
14200 from string_to_object_format in anonymous namespace. Change
14201 callers.
14202 * options.h (class General_options): Declare
14203 string_to_object_format.
14204
14205 2009-06-22 Ian Lance Taylor <iant@google.com>
14206
14207 * script-sections.cc (Script_sections::create_segments): Don't put
14208 program headers in a PT_LOAD segment if -n or -N.
14209
14210 2009-06-22 Ian Lance Taylor <iant@google.com>
14211
14212 PR 10141
14213 * options.h (class General_options): Add -z lazy and -z now. Sort
14214 -z options into alphabetical order.
14215 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
14216
14217 2009-06-21 Ian Lance Taylor <iant@google.com>
14218
14219 * layout.cc (Layout::make_output_section): Call
14220 Target::new_output_section.
14221 (Layout::attach_allocated_section_to_segment): Put large section
14222 sections in a separate load segment with the large segment flag
14223 set.
14224 (Layout::segment_precedes): Sort large data segments after other
14225 load segments.
14226 (align_file_offset): New static function.
14227 (Layout::set_segment_offsets): Use align_file_offset.
14228 * output.h (class Output_section): Add is_small_section_ and
14229 is_large_section_ fields.
14230 (Output_section::is_small_section): New function.
14231 (Output_section::set_is_small_section): New function.
14232 (Output_section::is_large_section): New function.
14233 (Output_section::set_is_large_section): New function.
14234 (Output_section::is_large_data_section): New function.
14235 (class Output_segment): Add is_large_data_segment_ field.
14236 (Output_segment::is_large_data_segment): New function.
14237 (Output_segment::set_is_large_data_segment): New function.
14238 * output.cc (Output_section::Output_section): Initialize new
14239 fields.
14240 (Output_segment::Output_segment): Likewise.
14241 (Output_segment::add_output_section): Add assertion that large
14242 data sections always go in large data segments. Force small data
14243 sections to the end of the list of data sections. Force small BSS
14244 sections to the start of the list of BSS sections. For large BSS
14245 sections to the end of the list of BSS sections.
14246 * symtab.h (class Symbol): Declare is_common_shndx.
14247 (Symbol::is_defined): Check Symbol::is_common_shndx.
14248 (Symbol::is_common): Likewise.
14249 (class Symbol_table): Define enum Commons_section_type. Update
14250 declarations. Add small_commons_ and large_commons_ fields.
14251 * symtab.cc (Symbol::is_common_shndx): New function.
14252 (Symbol_table::Symbol_table): Initialize new fields.
14253 (Symbol_table::add_from_object): Put small and large common
14254 symbols in the right list.
14255 (Symbol_table::sized_finalized_symbol): Check
14256 Symbol::is_common_shndx.
14257 (Symbol_table::sized_write_globals): Likewise.
14258 * common.cc (Symbol_table::do_allocate_commons): Allocate new
14259 common symbol lists. Don't call do_allocate_commons_list if the
14260 list is empty.
14261 (Symbol_table::do_allocate_commons_list): Remove is_tls
14262 parameter. Add comons_section_type parameter. Change all
14263 callers. Handle small and large common symbols.
14264 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
14265 Symbol::is_common_shndx.
14266 * resolve.cc (symbol_to_bits): Likewise.
14267 * target.h (Target::small_common_shndx): New function.
14268 (Target::small_common_section_flags): New function.
14269 (Target::large_common_shndx): New function.
14270 (Target::large_common_section_flags): New function.
14271 (Target::new_output_section): New function.
14272 (Target::Target_info): Add small_common_shndx, large_common_shndx,
14273 small_common_section_flags, and large_common_section_flags
14274 fields.
14275 (Target::do_new_output_section): New virtual function.
14276 * arm.cc (Target_arm::arm_info): Initialize new fields.
14277 * i386.cc (Target_i386::i386_info): Likewise.
14278 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
14279 Likewise.
14280 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
14281 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
14282 (Target_x86_64::do_new_output_section): New function.
14283 * configure.ac: Define conditional MCMODEL_MEDIUM.
14284 * testsuite/Makefile.am (check_PROGRAMS): Add large.
14285 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
14286 (large_LDFLAGS): Define.
14287 * testsuite/large.c: New file.
14288 * testsuite/testfile.cc (Target_test::test_target_info):
14289 Initialize new fields.
14290 * configure, testsuite/Makefile.in: Rebuild.
14291
14292 2009-06-05 Doug Kwan <dougkwan@google.com>
14293
14294 * Makefile.am (CCFILES): Add target.cc.
14295 * Makefile.in: Regenerate.
14296 * i386.cc (class Target_i386): Define new virtual method to
14297 override do_is_local_label_name in parent.
14298 * object.cc (Sized_relobj::do_count_local_symbols): Discard
14299 local symbols if --discard-locals or -X is given.
14300 * options.h (class General_options): Declare new options
14301 '--discard-locals' and '-X' for discarding locals.
14302 * target.h (class Target): Define new methods is_local_label_name.
14303 Declare new virtual method do_is_local_label_name.
14304 * target.cc: New file.
14305 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
14306 (check_SCRIPTS): Add discard_locals_test.sh.
14307 (check_DATA): Add discard_local_tests.syms.
14308 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
14309 (discard_local_tests.syms, discard_locals_test.o): New make rules.
14310 * testsuite/Makefile.in: Regenerate.
14311 * testsuite/discard_locals_test.c: New file.
14312 * testsuite/discard_locals_test.sh: Same.
14313
14314 2009-06-05 Doug Kwan <dougkwan@google.com>
14315
14316 * object.cc (Sized_relobj::Sized_relobj): Initialize
14317 discarded_eh_frame_shndx_ to -1U.
14318 (Sized_relobj::do_layout): Record index of a discard .eh_frame
14319 section.
14320 (Sized_relobj::do_count_local_symbols): Skip local symbols in
14321 a discarded .eh_frame section.
14322 (Sized_relobj::do_finalize_local_symbols): Ditto.
14323 * object.h (class Sized_relobj): Declare new member
14324 discarded_eh_frame_shndx_.
14325 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
14326 (local_labels_test.o, local_labels_test): New rules.
14327 * testsuite/Makefile.in: Regenerate.
14328
14329 2009-06-04 Doug Kwan <dougkwan@google.com>
14330
14331 * layout.cc (Layout::section_name_mapping): Add mapping for
14332 special ARM sections.
14333
14334 2009-06-03 Doug Kwan <dougkwan@google.com>
14335
14336 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
14337 (utils::has_overflow): Same.
14338
14339 2009-06-03 Ian Lance Taylor <iant@google.com>
14340
14341 * layout.cc (Layout::section_name_mapping): New array, replacing
14342 Layout::linkonce_mapping.
14343 (Layout::section_name_mapping_count): New variable, replacing
14344 Layout::linkonce_mapping_count.
14345 (Layout::linkonce_output_name): Remove.
14346 (Layout::output_section_name): Rewrite.
14347 * layout.h (class Layout): Rename Linkonce_mapping to
14348 Section_name_mapping, linkonce_mapping to section_name_mapping,
14349 linkonce_mapping_count to section_name_mapping_count. Don't
14350 declare linkonce_output_name.
14351
14352 2009-06-03 Doug Kwan <dougkwan@google.com>
14353
14354 * gold/arm.cc (namespace utils): New.
14355 (Target_arm::reloc_is_non_pic): Define new method.
14356 (class Arm_relocate_functions): New.
14357 (Target_arm::Relocate::relocate): Handle relocation types used by
14358 Android.
14359
14360 2009-06-03 Ian Lance Taylor <iant@google.com>
14361
14362 * arm.cc (Target_arm::scan::global): Use || instead of |.
14363
14364 2009-06-02 Doug Kwan <dougkwan@google.com>
14365
14366 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
14367 issued_non_pic_error_.
14368 (class Target_arm::Scan): Declare new method check_non_pic.
14369 Define new method symbol_needs_plt_entry.
14370 Declare new data member issued_non_pic_error_.
14371 (class Target_arm::Relocate): Declare new method
14372 should_apply_static_reloc.
14373 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
14374 (Target_arm::Scan::check_non_pic): Define new method.
14375 (Target_arm::Scan::local): Handle a small subset of reloc types used
14376 by Android.
14377 (Target_arm::Scan::local): Same.
14378 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
14379
14380 2009-05-31 Mikolaj Zalewski <mikolajz@google.com>
14381
14382 * incremental.cc (Incremental_inputs::report_command_line): Filter
14383 out --incremental-* options.
14384
14385 2009-05-29 Doug Kwan <dougkwan@google.com>
14386
14387 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
14388 template class.
14389 (class Target_arm): Update comment.
14390 (Target_arm::Target_arm): Initialize new data members GOT_,
14391 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
14392 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
14393 and Target_arm::rel_dyn_section.
14394 Declare new_enum Target_arm::Got_type.
14395 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
14396 and DYNBSS_.
14397 Update commments for member do_dynsym_value.
14398 (Target_arm::got_size, Target_arm::plt_section,
14399 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
14400 new methods inside class defintion.
14401 (Target_arm::got_section): Define new method.
14402 (Target_arm::rel_dyn_section): Same.
14403 (Output_data_plt_arm): New template class.
14404 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
14405 (Output_data_plt_arm:do_adjust_output_section): Define new method.
14406 (Output_data_plt_arm::add_entry): Same.
14407 (Output_data_plt_arm::first_plt_entry): Define new
14408 static data member for PLT instruction template.
14409 (Output_data_plt_arm::plt_entry): Same.
14410 (Output_data_plt_arm::do_write): Define new method.
14411 (Target_arm::make_plt_entry): Same.
14412 (Target_arm::do_finalize_sections): Same.
14413 (Target_arm::do_dynsym_value): Same.
14414
14415 2009-05-28 Doug Kwan <dougkwan@google.com>
14416
14417 * Makefile.am (TARGETSOURCES): Add arm.cc.
14418 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
14419 * Makefile.in: Regenerate.
14420 * arm.cc: New file.
14421 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
14422
14423 2009-05-26 Doug Kwan <dougkwan@google.com>
14424
14425 * options.cc (General_options::parse_exclude_libs). Fix a comment.
14426 (General_options::check_excluded_libs): Strip off directories in
14427 archive name before matching like GNU ld does.
14428 * testsuite/Makefile.am (MOSTLYCLEANFILES,
14429 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
14430 (exclude_libs_test_LDFLAGS): Add linker option
14431 -Wl,--exclude-libs,libexclude_libs_test_3
14432 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
14433 an explicit archive without using -l.
14434 (alt/libexclude_libs_test_3.a): New make rule.
14435 * testsuite/Makefile.in: Regenerate.
14436 * testsuite/exclude_libs_test.c : Declare lib3_default().
14437 (main): Call it.
14438 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
14439 * exclude_libs_test_3.c: New file.
14440
14441 2009-05-26 Nick Clifton <nickc@redhat.com>
14442
14443 * po/id.po: New Indonesian translation.
14444 * po/gold.pot: Updated template file.
14445
14446 2009-05-22 Sriraman Tallam <tmsriram@google.com>
14447
14448 * testsuite/Makefile.am: Add -ffunction-sections to compile
14449 gc_comdat_test files. Add -Wl,--gc-sections to build
14450 gc_comdat_test.
14451 * testsuite/Makefile.in: Regenerate.
14452 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
14453
14454 2009-05-21 Sriraman Tallam <tmsriram@google.com>
14455
14456 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
14457 kept comdat section was garbage collected.
14458 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
14459 * testsuite/Makefile.in: Regenerate.
14460 * testsuite/gc_comdat_test.sh: New file.
14461 * testsuite/gc_comdat_test_1.cc: New file.
14462 * testsuite/gc_comdat_test_2.cc: New file.
14463
14464 2009-05-19 Doug Kwan <dougkwan@google.com>
14465
14466 * archive.cc (Archive::Archive): Move constructor from archive.h
14467 to here. Initialize no_export_.
14468 (Archive::get_elf_object_for_member): Set no_export flag of object.
14469 * archive.h (Archive::Archive): Move constructor body to
14470 archive.cc.
14471 (Archive::no_export): New method.
14472 (Archive::no_export_): New field.
14473 * object.h (Object::Object): Initialize no_export_ to false.
14474 (Object::no_export, Object::set_no_export): New methods.
14475 (Object::no_export_): New field.
14476 * options.cc (General_options::parse_exclude_libs): New method.
14477 (General_options::check_excluded_libs) Same.
14478 * options.h (exclude_libs): New option.
14479 (General_options::check_excluded_libs): New method declaration.
14480 (General_options::excluded_libs_): New field.
14481 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
14482 default or protected visibility if an object has no-export flag set.
14483 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
14484 (check_SCRIPTS): Add exclude_libs_test.sh.
14485 (check_DATA): Add exclude_libs_test.syms.
14486 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
14487 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
14488 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
14489 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
14490 (exclude_libs_test.syms, libexclude_libs_test_1.a,
14491 libexclude_libs_test_2.a): New rules.
14492 * testsuite/Makefile.in: Regenerate.
14493 * testsuite/exclude_libs_test.c: New file.
14494 * testsuite/exclude_libs_test.sh: Ditto.
14495 * testsuite/exclude_libs_test_1.c: Ditto.
14496 * testsuite/exclude_libs_test_2.c: Ditto.
14497
14498 2009-05-15 Ian Lance Taylor <iant@google.com>
14499
14500 * configure.ac: Check for declarations for cases where libiberty.h
14501 checks HAVE_DECL_xxx.
14502 * configure, config.in: Rebuild.
14503
14504 2009-05-15 Mikolaj Zalewski <mikolajz@google.com>
14505
14506 * gold.h (Incremental_argument_list): Remove (invalid) forward
14507 declaration.
14508 * incremental.cc (Incremental_inputs::report_achive): New method.
14509 (Incremental_inputs::report_object): New method.
14510 (Incremental_inputs::report_script): New method.
14511 (Incremental_inputs::finalize_inputs): New method.
14512 (Incremental_inputs::finalize): Call finalize_inputs().
14513 (Incremental_inputs::sized_create_incremental_inputs_section_data):
14514 Create inputs entries.
14515 * incremental.h (Incremental_input_type): New enum.
14516 (Incremental_inputs::Incremental_input): Initialize new fields.
14517 (Incremental_inputs::report_inputs): New method.
14518 (Incremental_inputs::report_achive): New method.
14519 (Incremental_inputs::report_object): New method.
14520 (Incremental_inputs::report_script): New method.
14521 (Incremental_inputs::finalize_inputs): New method.
14522 (Incremental_inputs::Input_info): New struct.
14523 (Incremental_inputs::Input_info_map): New typedef.
14524 (Incremental_inputs::lock_): New field.
14525 (Incremental_inputs::Inputs_): New field.
14526 (Incremental_inputs::Inputs_map): New field.
14527 * main.cc (main): Call Incremental_input::report_inputs.
14528 * options.h (Input_argument_list): Typedef moved from
14529 Input_arguments.
14530 (Input_file_group::Files): Remove, use ::Input_argument_list.
14531 (Input_file_group::Input_argument_list): Remove, use
14532 ::Input_argument_list.
14533 * plugin.cc (Plugin_manager::add_input_file): Add error in
14534 incremental build.
14535 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
14536 functions.
14537 * script.cc (read_input_script): Call
14538 Incremental_input::report_script.
14539 * script.h (Script_info): New class.
14540
14541 2009-04-27 Ian Lance Taylor <iant@google.com>
14542
14543 * x86_64.cc (do_adjust_output_section): Set entsize to
14544 plt_entry_size.
14545
14546 2009-04-23 Elliott Hughes <enh@google.com>
14547
14548 * output.cc (Output_file::close): After short writes, continue
14549 writing from the correct offset in the buffer being written.
14550
14551 2009-04-23 Chris Demetriou <cgd@google.com>
14552
14553 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
14554 * configure: Regenerate.
14555 * config.in: Regenerate.
14556 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
14557 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
14558
14559 2009-04-21 Mikolaj Zalewski <mikolajz@google.com>
14560
14561 * incremental.cc (Incremental_inputs_header_data): Renamed from
14562 Incremental_input_header_data.
14563 (Incremental_inputs_header_data::data_size): New field.
14564 (Incremental_inputs_header_data::put_input_file_count): Renamed
14565 from input_file_count.
14566 (Incremental_inputs_header_data::put_command_line_offset): Renamed
14567 from command_line_offset.
14568 (Incremental_inputs_header_data::put_reserved): Renamed from
14569 put_reserved.
14570 (Incremental_inputs_entry_data): Renamed from
14571 Incremental_input_entry_data.
14572 (Incremental_inputs_entry_data::data_size): New field.
14573 (Incremental_inputs::report_command_line): New method.
14574 (Incremental_inputs::finalize): New method.
14575 (Incremental_inputs::create_incremental_inputs_data): New method.
14576 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
14577 * incremental.h: New file.
14578 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
14579 (Layout::finalize): Create incremental inputs section in
14580 incremental builds.
14581 (Layout::create_incremental_info_sections): New method.
14582 * layout.h (Layout::incremental_inputs): New method.
14583 (Layout::create_incremental_info_sections): New method.
14584 (Layout::incremental_inputs_): New field.
14585 * main.cc (main): Notify Incremental_input of the command line.
14586
14587 2009-04-01 Ian Lance Taylor <iant@google.com>
14588 Mikolaj Zalewski <mikolajz@google.com>
14589
14590 * gold.h (reserve_unordered_map): Define, three versions, one for
14591 each version of Unordered_map.
14592 * layout.cc (Layout::Layout): Remove options parameter. Add
14593 number_of_input_files parameter. Don't initialize options_.
14594 Initialize number_of_input_files_ and resized_signatures_. Move
14595 sections_are_attached_.
14596 (Layout::layout_group): Reserve space for group_signatures_.
14597 (Layout::find_or_add_kept_section): Change name parameter to be a
14598 reference. Resize signatures_ map when it gets large enough.
14599 (Layout::layout_eh_frame): Use parameters->options() instead of
14600 this->options_.
14601 (Layout::make_output_section): Likewise.
14602 (Layout::attach_allocated_section_to_segment): Likewise.
14603 (Layout::finalize, Layout::create_executable_stack): Likewise.
14604 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
14605 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
14606 * layout.h (class Layout): Update declarations. Remove options_
14607 field. Add number_of_input_files_ and resized_signatures_
14608 fields. Move sections_are_attached_ field.
14609 * main.cc (main): Pass number of input files to Layout
14610 constructor. Don't pass options.
14611
14612 2009-03-30 Ian Lance Taylor <iant@google.com>
14613
14614 * ffsll.c (ffsll): Correct implementation.
14615
14616 2009-03-27 Ian Lance Taylor <iant@google.com>
14617
14618 * ffsll.c: New file.
14619 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
14620 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
14621 * ftruncate.c (ftruncate): Declare before definition.
14622 * mremap.c (mremap): Likewise.
14623 * pread.c (pread): Likewise.
14624 * configure, Makefile.in, config.in: Rebuild.
14625
14626 * mremap.c: New file.
14627 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
14628 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
14629 (mremap): Declare if HAVE_MREMAP is not defined.
14630 * configure, Makefile.in, config.in: Rebuild.
14631
14632 2009-03-27 Cary Coutant <ccoutant@google.com>
14633
14634 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
14635 position independent.
14636 * sparc.cc (Target_sparc::check_non_pic): Likewise.
14637 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
14638
14639 2009-03-24 Cary Coutant <ccoutant@google.com>
14640
14641 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
14642 an executable.
14643 (needs_dynamic_reloc): Likewise.
14644
14645 2009-03-24 Ian Lance Taylor <iant@google.com>
14646
14647 * yyscript.y (file_cmd): Recognize EXTERN.
14648 (extern_name_list, extern_name_list_body): New nonterminals.
14649 * script.cc (script_add_extern): Define.
14650 * script-c.h (script_add_extern): Declare.
14651
14652 2009-03-24 Rafael Avila de Espindola <espindola@google.com>
14653
14654 * object.cc (is_elf_object): Define.
14655 * object.h (is_elf_object): Declare.
14656 * archive.cc (Archive::get_elf_object_for_member): Call
14657 is_elf_object.
14658 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
14659
14660 2009-03-24 Elliott Hughes <enh@google.com>
14661
14662 * output.cc (Output_file::map_anonymous): Define.
14663 (Output_file::map): Use map_anonymous. If the regular mmap fails,
14664 try an anonymous one. Report the size if the mmap fails.
14665 * output.h (class Output_file): Declare map_anonymous.
14666
14667 2009-03-24 Ian Lance Taylor <iant@google.com>
14668
14669 * target-select.cc (instantiate_target): Don't acquire the lock if
14670 the instantiated_target_ field has already been set.
14671
14672 2009-03-23 Ian Lance Taylor <iant@google.com>
14673
14674 * gold-threads.h (class Initialize_lock): Define.
14675 * gold-threads.cc (class Initialize_lock_once): Define.
14676 (initialize_lock_control): New static variable.
14677 (initialize_lock_pointer): New static variable.
14678 (initialize_lock_once): New static function.
14679 (Initialize_lock::Initialize_lock): Define.
14680 (Initialize_lock::initialize): Define.
14681 * target-select.h: Include "gold-threads.h".
14682 (class Target_selector): Add lock_ and initialize_lock_ fields.
14683 Don't define instantiate_target, just declare it.
14684 * target-select.cc (Target_selector::Target_selector): Initialize
14685 new fields.
14686 (Target_selector::instantiate_target): Define.
14687 * descriptors.h: Include "gold-threads.h".
14688 (class Descriptors): Add initialize_lock_ field.
14689 * descriptors.cc (Descriptors::Descriptors): Initialize new
14690 field.
14691 (Descriptors::open): Use initialize_lock_ field
14692 * errors.h (class Errors): Add initialize_lock_ field.
14693 * errors.cc (Errors::Errors): Initialize new field.
14694 (Errors::initialize_lock): Use initialize_lock_ field.
14695 * powerpc.cc (class Target_selector_powerpc): Remove
14696 instantiated_target_ field. In do_recognize call
14697 instantiate_target rather than do_instantiate_target. In
14698 do_instantiate_target just allocate a new target.
14699 * sparc.cc (class Target_selector_sparc): Likewise.
14700
14701 * freebsd.h: New file.
14702 * i386.cc: Include "freebsd.h".
14703 (Target_i386): Derive from Target_freebsd rather than
14704 Sized_target.
14705 (Target_selector_i386): Derive from Target_selector_freebsd rather
14706 than Target_selector.
14707 * x86_64.cc: Include "freebsd.h".
14708 (Target_x86_64): Derive from Target_freebsd rather than
14709 Sized_target.
14710 (Target_selector_x86_64): Derive from Target_selector_freebsd
14711 rather than Target_selector.
14712 * target.h (class Target): Add adjust_elf_header and
14713 do_adjust_elf_header.
14714 * output.cc (Output_file_header:: do_sized_write): Call target
14715 adjust_elf_header routine.
14716 * configure.tgt: Set targ_osabi.
14717 * configure.ac: Define GOLD_DEFAULT_OSABI.
14718 * parameters.cc (Parameters::default_target): Pass
14719 GOLD_DEFAULT_OSABI to select_target.
14720 * target-select.h (class Target_selector): Make instantiate_target
14721 protected rather than private.
14722 * Makefile.am (HFILES): Add freebsd.h.
14723 * configure, Makefile.in, config.in: Rebuild.
14724
14725 * merge.cc (do_add_input_section): Correct pend value. Change
14726 message about last entry not being null terminated from error to
14727 warning.
14728
14729 2009-03-20 Mikolaj Zalewski <mikolajz@google.com>
14730
14731 * incremental.cc: New file.
14732 * Makefile.am (CCFILES): Add incremental.cc.
14733 * Makefile.in: Rebuild.
14734
14735 2009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
14736
14737 * layout.cc (Layout::output_section_name): Preserve names
14738 of '.note.' sections.
14739
14740 2009-03-19 Ian Lance Taylor <iant@google.com>
14741
14742 * descriptors.cc (Descriptors::open): Check that the options are
14743 valid before using them.
14744
14745 2009-03-18 Ian Lance Taylor <iant@google.com>
14746
14747 * script-sections.h: Include <list>.
14748 (class Script_sections): Change Sections_elements from std::vector
14749 to std::list. Typedef public Elements_iterator. Add
14750 orphan_section_placement_, data_segment_align_start_, and
14751 saw_data_segment_align_ fields. Remove data_segment_align_index_
14752 field.
14753 * script-sections.cc (class Orphan_section_placement): New class.
14754 (class Sections_element): Add virtual functions is_relro and
14755 orphan_section_init. Remove virtual function place_orphan_here.
14756 (class Output_section_definition): Add is_relro and
14757 orphan_section_init. Remove place_orphan_here.
14758 (class Orphan_output_section): Likewise.
14759 (Script_sections::Script_sections): Update for field changes.
14760 (Script_sections::data_segment_align): Set saw_data_segment_align_
14761 and data_segment_align_start_, not data_segment_align_index.
14762 (Script_sections::data_segment_relro_end): Check
14763 saw_data_segment_align_. Use data_segment_align_start_ rather
14764 than data_segment_align_index_.
14765 (Script_sections::place_orphan): Rewrite to use
14766 Orphan_section_placement.
14767
14768 2009-03-17 Ian Lance Taylor <iant@google.com>
14769
14770 * archive.cc (Archive::add_symbols): Check for a version attached
14771 to the symbol name in the archive map.
14772 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
14773 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
14774 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
14775 (ver_test_11.a): New target.
14776 * testsuite/Makefile.in: Rebuild.
14777
14778 * configure.ac: Check for chsize and posix_fallocate. Replace
14779 ftruncate.
14780 * ftruncate.c: New file, from gnulib.
14781 * output.cc (posix_fallocate): Define dummy version if not
14782 HAVE_POSIX_FALLOCATE.
14783 (Output_file::map): Call posix_fallocate rather than lseek and
14784 write.
14785 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
14786 * configure, Makefile.in, config.in: Rebuild.
14787
14788 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14789
14790 * layout.h (Layout::create_note): Add section_name parameter.
14791 * layout.cc (Layout::create_note): Likewise.
14792 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
14793
14794 2009-03-17 Ian Lance Taylor <iant@google.com>
14795
14796 * descriptors.cc: Include "options.h".
14797 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
14798 (Descriptors::open): Always use O_CLOEXEC when opening a new
14799 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
14800 then set FD_CLOEXEC.
14801
14802 * sparc.cc (class Target_sparc): Add has_got_section.
14803 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
14804 make sure we have a GOT section.
14805
14806 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
14807 (Target_sparc::Scan::local): Likewise.
14808 (Target_sparc::Scan::global): Likewise.
14809 (Target_sparc::Relocate::relocate): Likewise.
14810 (Target_sparc::Relocate::relocate_tls): Likewise.
14811
14812 * symtab.cc (Symbol_table::define_default_version): New function,
14813 broken out of add_from_object.
14814 (Symbol_table::add_from_object): Call define_default_version.
14815 (Symbol_table::define_special_symbol): Add resolve_oldsym
14816 parameter. Change all callers. If the version for a symbol comes
14817 from a version script, resolve it with the symbol with the same
14818 name with no version. Also add the symbol without a version if
14819 appropriate.
14820 (do_define_in_output_data): If resolving with oldsym, don't delete
14821 sym.
14822 (do_define_in_output_segment): Likewise.
14823 (do_define_as_constant): Likewise.
14824 * symtab.h (class Symbol_table): Update declarations.
14825
14826 2009-03-13 Ian Lance Taylor <iant@google.com>
14827
14828 * readsyms.cc (Read_symbols::incompatible_warning): New function.
14829 (Read_symbols::requeue): New function.
14830 (Read_symbols::do_read_symbols): If make_elf_object fails because
14831 the target type is not configured, and the file was searched for,
14832 issue a warning and retry with the next directory.
14833 (Add_symbols::run): If the file has an incompatible format, and
14834 it was searched for, requeue the Read_symbols task. On error,
14835 release the object.
14836 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
14837 dirindex parameter to constructor. Change all callers. Declare
14838 incompatible_warning and requeue.
14839 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
14840 input_argument_ and input_group_ fields. Add them to
14841 constructor. Change all callers.
14842 (class Read_script): Add dirindex_ field. Add it to constructor.
14843 Change all callers.
14844 * archive.cc (Archive::setup): Remove input_objects parameter.
14845 Change all callers.
14846 (Archive::get_file_and_offset): Likewise.
14847 (Archive::read_all_symbols): Likewise.
14848 (Archive::read_symbols): Likewise.
14849 (Archive::get_elf_object_for_member): Remove input_objects
14850 parameter. Add punconfigured parameter. Change all callers.
14851 (Archive::add_symbols): Change return type to bool. Check return
14852 value of include_member.
14853 (Archive::include_all_members): Likewise.
14854 (Archive::include_member): Change return type to bool. Return
14855 false if first included object has incompatible target. Set
14856 included_member_ field.
14857 (Add_archive_symbols::run): If add_symbols returns false, requeue
14858 Read_symbols task.
14859 * archive.h (class Archive): Add included_member_ field.
14860 Initialize it in constructor. Add input_file and searched_for
14861 methods. Update declarations.
14862 (class Add_archive_symbols): Add dirpath_, dirindex_, and
14863 input_argument_ fields. Add them to constructor. Change all
14864 callers.
14865 * script.cc: Include "target-select.h".
14866 (class Parser_closure): Add skip_on_incompatible_target_ and
14867 found_incompatible_target_ fields. Add
14868 skip_on_incompatible_target parameter to constructor. Change all
14869 callers. Add methods skip_on_incompatible_target,
14870 clear_skip_on_incompatible_target, found_incompatible_target, and
14871 set_found_incompatible_target.
14872 (read_input_script): Add dirindex parameter. Change all callers.
14873 If parser finds an incompatible target, requeue Read_symbols
14874 task.
14875 (script_set_symbol): Clear skip_on_incompatible_target in
14876 closure.
14877 (script_add_assertion, script_parse_option): Likewise.
14878 (script_start_sections, script_add_phdr): Likewise.
14879 (script_check_output_format): New function.
14880 * script.h (read_input_script): Update declaration.
14881 * script-c.h (script_check_output_format): Declare.
14882 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
14883 (ignore_cmd): Remove OUTPUT_FORMAT.
14884 * fileread.cc (Input_file::Input_file): Add explicit this.
14885 (Input_file::will_search_for): New function.
14886 (Input_file::open): Add pindex parameter. Change all callers.
14887 * fileread.h (class Input_file): Add input_file_argument method.
14888 Declare will_search_for. Update declarations.
14889 * object.cc (make_elf_object): Add punconfigured parameter.
14890 Change all callers.
14891 * object.h (class Object): Make input_file public. Add
14892 searched_for method.
14893 (make_elf_object): Update declaration.
14894 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
14895 restart search.
14896 * dirsearch.h (class Dirsearch): Update declaration.
14897 * options.h (class General_options): Add --warn-search-mismatch.
14898 * parameters.cc (Parameters::is_compatible_target): New function.
14899 * parameters.h (class Parameters): Declare is_compatible_target.
14900 * workqueue.cc (Workqueue::add_blocker): New function.
14901 * workqueue.h (class Workqueue): Declare add_blocker.
14902
14903 * fileread.cc (Input_file::open): Remove options parameter.
14904 Change all callers.
14905 (Input_file::open_binary): Likewise.
14906 * script.cc (read_input_script): Likewise.
14907 * readsyms.h (class Read_symbols): Remove options_ field. Remove
14908 options parameter from constructor. Change all callers.
14909 (class Read_script): Likewise.
14910 * fileread.h (class Input_file): Update declarations.
14911 * script.h (read_input_script): Update declaration.
14912
14913 2009-03-10 Nick Clifton <nickc@redhat.com>
14914
14915 * po/es.po: New Spanish translation.
14916
14917 2009-03-06 Cary Coutant <ccoutant@google.com>
14918
14919 * options.cc (parse_short_option): Keep dash_z from registering itself.
14920
14921 2009-03-03 Ian Lance Taylor <iant@google.com>
14922
14923 PR 9918
14924 * target-reloc.h (relocate_section): Pass output_section to
14925 relocate.
14926 * i386.cc (Target_i386::should_apply_static_reloc): Add
14927 output_section parameter. Change all callers.
14928 (Target_i386::Relocate::relocate): Add output_section parameter.
14929 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
14930 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
14931 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
14932 * testsuite/two_file_shared.sh: New script.
14933 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
14934 (check_DATA): Add two_file_shared.dbg.
14935 (two_file_shared.dbg): New target.
14936 * testsuite/Makefile.in: Rebuild.
14937
14938 2009-03-01 Ian Lance Taylor <iant@google.com>
14939
14940 * configure.ac: Check for byteswap.h.
14941 * configure: Rebuild.
14942 * config.in: Rebuild.
14943
14944 2009-03-01 Mikolaj Zalewski <mikolajz@google.com>
14945
14946 * layout.cc (Layout::find_or_add_kept_section): New function.
14947 (Layout::add_comdat): Removed.
14948 * layout.h (struct Kept_section): Move out of class Layout.
14949 Remove trailing underscores from field names. Add group_sections
14950 field. Rename group_ field to is_group. Change all uses.
14951 (class Layout): Declare find_or_add_kept_section, not add_comdat.
14952 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
14953 comdat_groups_ field.
14954 (Sized_relobj::include_section_group): Use
14955 find_or_add_kept_section and Kept_section::group_sections.
14956 (Sized_relobj::include_linkonce_section): Likewise.
14957 * object.cc (class Sized_relobj): Don't define Comdat_group or
14958 Comdat_group_table. Remove find_comdat_group and
14959 add_comdat_group. Remove comdat_groups_ field.
14960 * plugin.cc (include_comdat_group): Use
14961 Layout::find_or_add_kept_section.
14962
14963 2009-02-28 Ian Lance Taylor <iant@google.com>
14964
14965 * README: --gc-sections and map files are now supported. Document
14966 some build requirements.
14967
14968 PR 6992
14969 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
14970 relocatable link set the value of the section symbol to zero.
14971 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
14972 relocatable link don't include the section address in the local
14973 symbol value.
14974
14975 2009-02-27 Ian Lance Taylor <iant@google.com>
14976
14977 PR 6811
14978 * options.h (class Search_directory): Add is_system_directory.
14979 (class General_options): Declare is_in_system_directory.
14980 * options.cc (get_relative_sysroot): Make static.
14981 (get_default_sysroot): Make static.
14982 (General_optoins::is_in_system_directory): New function.
14983 * fileread.cc (Input_file::is_in_system_directory): New function.
14984 * fileread.h (class Input_file): Declare is_in_system_directory.
14985 * object.h (class Object): Add is_in_system_directory.
14986 (class Input_objects): Remove system_library_directory_ field.
14987 * object.cc (Input_objects::add_object): Don't set
14988 system_library_directory_.
14989 (input_objects::found_in_system_library_directory): Remove.
14990 * symtab.cc (Symbol_table::write_globals): Remove input_objects
14991 parameter. Change all callers.
14992 (Symbol_table::sized_write_globals): Likewise.
14993 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
14994 Call Object::is_in_system_directory.
14995 * symtab.h (class Symbol_table): Update declarations.
14996
14997 PR 5990
14998 * descriptors.h (Open_descriptor): Add is_on_stack field.
14999 * descriptors.cc (Descriptors::open): If the descriptor is on the
15000 top of the stack, remove it. Initialize is_on_stack field.
15001 (Descriptors::release): Only add pod to stack if it is not on the
15002 stack already.
15003 (Descriptors::close_some_descriptor): Clear stack_next and
15004 is_on_stack fields.
15005
15006 PR 7091
15007 * output.cc (Output_section::find_starting_output_address): Rename
15008 from starting_output_address; add PADDR parameter; change return
15009 type.
15010 * output.h (class Output_section): Declare
15011 find_starting_output_address instead of starting_output_address.
15012 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
15013 section symbol for which we can't find a merge section.
15014
15015 PR 9836
15016 * symtab.cc (Symbol_table::add_from_object): If the visibility is
15017 hidden or internal, force the symbol to be local.
15018 * resolve.cc (Symbol::override_visibility): Define.
15019 (Symbol::override_base): Use override_visibility.
15020 (Symbol_table::resolve): Likewise.
15021 (Symbol::override_base_with_special): Likewise.
15022 (Symbol_table::override_with_special): If the visibility is hidden
15023 or internal, force the symbol to be local.
15024 * symtab.h (class Symbol): Add set_visibility and
15025 override_visibility.
15026 * testsuite/ver_test_1.sh: New file.
15027 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
15028 (check_DATA): Add ver_test_1.syms.
15029 (ver_test_1.syms): New target.
15030 * testsuite/Makefile.in: Rebuild.
15031
15032 2009-02-25 Cary Coutant <ccoutant@google.com>
15033
15034 * layout.cc (Layout::choose_output_section): Don't rename sections
15035 when using a linker script that has a SECTIONS clause.
15036 * Makefile.in: Regenerate.
15037
15038 * testsuite/Makefile.am (script_test_5.sh): New test case.
15039 * testsuite/Makefile.in: Regenerate.
15040 * testsuite/script_test_5.cc: New file.
15041 * testsuite/script_test_5.sh: New file.
15042 * testsuite/script_test_5.t: New file.
15043
15044 2009-02-13 Rafael Avila de Espindola <espindola@google.com>
15045
15046 * archive.cc (Archive::include_member): Update calls to add_symbols.
15047 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
15048 the Layout argument.
15049 * dynobj.h (do_add_symbols): Add the Layout argument.
15050 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
15051 Layout argument.
15052 * object.h (Object::add_symbols): Add the Layout argument.
15053 (Object::do_add_symbols): Add the Layout argument.
15054 (Sized_relobj::do_add_symbols): Add the Layout argument.
15055 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
15056 Unify the two versions.
15057 (Add_plugin_symbols): Remove.
15058 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
15059 (Sized_pluginobj::do_add_symbols): Unify the two versions.
15060 (Add_plugin_symbols): Remove.
15061 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
15062 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
15063 (Add_symbols::run): Make it work with Pulginobj.
15064
15065 2009-02-06 Ian Lance Taylor <iant@google.com>
15066
15067 * object.cc (Sized_relobj::do_layout): Make info message start
15068 with lower case letter.
15069
15070 2009-02-06 Mikolaj Zalewski <mikolajz@google.com>
15071
15072 * binary.cc: Fix file comment.
15073
15074 * options.h (enum Incremental_disposition): Define.
15075 (class General_options): Add new options: --incremental,
15076 --incremental_changed, --incremental_unchanged,
15077 --incremental_unknown. Add incremental_disposition_ and
15078 implicit_incremental_ fields.
15079 (General_options::incremental_disposition): New function.
15080 (class Position_dependent_options): Add incremental_disposition
15081 option.
15082 (Position_dependent_options::copy_from_options): Set incremental
15083 dispositions.
15084 * options.cc (General_options::parse_incremental_changed): New
15085 function.
15086 (General_options::parse_incremental_unchanged): New function.
15087 (General_options::parse_incremental_unknown): New function.
15088 (General_options::General_options): Initialize new fields
15089 incremental_disposition_ and implicit_incremental_.
15090 (General_options::finalize): Check for uasge of --incremental-*
15091 without --incremental.
15092
15093 2009-02-06 Chris Demetriou <cgd@google.com>
15094
15095 * gold.h (gold_undefined_symbol): Change to take only a Symbol
15096 pointer and to report location as the file name associated with
15097 the symbol.
15098 (gold_undefined_symbol_at_location): New function to replace the
15099 old gold_undefined_symbol functionality.
15100 * target-reloc.h (relocate_section): Update to use
15101 gold_undefined_symbol_at_location.
15102 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
15103 Call gold_undefined_symbol function rather than gold_error.
15104 * errors.h (Errors::undefined_symbol): Take location as a
15105 string, rather than calculating it from a relocation.
15106 * errors.cc (Errors::fatal): Print "fatal error:" before the
15107 formatted message.
15108 (Errors::error, Errors::error_at_location): Print "error: "
15109 before the formatted message.
15110 (Errors::undefined_symbol): Take location as a string, rather
15111 than calculating it from a relocation.
15112 (gold_undefined_symbol_at_location): New function akin to
15113 old gold_undefined_symbol, calculates location from relocation.
15114 (gold_undefined_symbol): Change to take only a Symbol pointer
15115 and to report location as the file name associated with the symbol.
15116 * testsuite/debug_msg.sh: Update for changed error messages.
15117 * testsuite/undef_symbol.sh: Likewise.
15118
15119 2009-02-04 Duncan Sands <baldrick@free.fr>
15120
15121 PR 9812
15122 * reduced_debug_output.h
15123 (Output_reduced_debug_abbrev_section::failed): Use format for
15124 gold_warning.
15125 (Output_reduced_debug_info_section::faild): Likewise.
15126
15127 2009-01-31 Mikolaj Zalewski <mikolajz@google.com>
15128
15129 * script.cc (Lazy_demangler): New class.
15130 (Version_script_info::get_symbol_version_helper): Demangle a
15131 symbol only once.
15132
15133 2009-01-29 Cary Coutant <ccoutant@google.com>
15134
15135 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
15136 to __tls_get_addr.
15137 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
15138
15139 2009-01-28 Ian Lance Taylor <iant@google.com>
15140
15141 * version.cc (version_string): Bump to 1.9.
15142
15143 * gold.h: Include <cstring> and <stdint.h>.
15144 * version.cc: Include <cstdio>.
15145 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
15146 warning.
15147 * reduced_debug_output.cc (insert_into_vector): Rename from
15148 Insert_into_vector; change all callers. Use Swap_unaligned to
15149 avoid aliasing issue; remove union since it is unnecessary.
15150
15151 2009-01-27 Sriraman Tallam <tmsriram@google.com>
15152
15153 * Makefile.am (CCFILES): Add gc.cc.
15154 (HFILES): Add gc.h.
15155 * Makefile.in: Regenerate.
15156 * gold.cc (Gc_runner): New class.
15157 (queue_initial_tasks): Call garbage collection related tasks
15158 when corresponding options are invoked.
15159 (queue_middle_gc_tasks): New function.
15160 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
15161 processed early before laying out sections during garbage collection.
15162 * gold.h (queue_middle_gc_tasks): New function.
15163 (is_prefix_of): Move from "layout.cc".
15164 * i386.cc (Target_i386::gc_process_relocs): New function.
15165 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
15166 * main.cc (main): Create object of class "Garbage_collection".
15167 * object.cc (Relobj::copy_symbols_data): New function.
15168 (Relobj::is_section_name_included): New function.
15169 (Sized_relobj::do_layout): Allow this function to be called twice
15170 during garbage collection and defer layout of section during the
15171 first call.
15172 * object.h (Relobj::get_symbols_data): New function.
15173 (Relobj::is_section_name_included): New function.
15174 (Relobj::copy_symbols_data): New function.
15175 (Relobj::set_symbols_data): New function.
15176 (Relobj::get_relocs_data): New function.
15177 (Relobj::set_relocs_data): New function.
15178 (Relobj::is_output_section_offset_invalid): New pure virtual function.
15179 (Relobj::gc_process_relocs): New function.
15180 (Relobj::do_gc_process_relocs): New pure virtual function.
15181 (Relobj::sd_): New data member.
15182 (Sized_relobj::is_output_section_offset_invalid): New function.
15183 (Sized_relobj::do_gc_process_relocs): New function.
15184 * options.h (General_options::gc_sections): Modify to not be a no-op.
15185 (General_options::print_gc_sections): New option.
15186 * plugin.cc (Plugin_finish::run): Remove function call to
15187 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
15188 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
15189 * reloc.cc (Read_relocs::run): Add task to process relocs and
15190 determine unreferenced sections when doing garbage collection.
15191 (Gc_process_relocs): New class.
15192 (Sized_relobj::do_gc_process_relocs): New function.
15193 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
15194 sections that are garbage collected.
15195 * reloc.h (Gc_process_relocs): New class.
15196 * sparc.cc (Target_sparc::gc_process_relocs): New function.
15197 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
15198 symbols whose corresponding sections are garbage collected.
15199 (Symbol_table::Symbol_table): Add new parameter for the garbage
15200 collection object.
15201 (Symbol_table::gc_mark_undef_symbols): New function.
15202 (Symbol_table::gc_mark_symbol_for_shlib): New function.
15203 (Symbol_table::gc_mark_dyn_syms): New function.
15204 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
15205 as garbage.
15206 (Symbol_table::add_from_object): Likewise.
15207 (Symbol_table::add_from_relobj): When building shared objects, do not
15208 treat externally visible symbols as garbage.
15209 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
15210 table information for static and relocatable links.
15211 * symtab.h (Symbol_table::set_gc): New function.
15212 (Symbol_table::gc): New function.
15213 (Symbol_table::gc_mark_undef_symbols): New function.
15214 (Symbol_table::gc_mark_symbol_for_shlib): New function.
15215 (Symbol_table::gc_mark_dyn_syms): New function.
15216 (Symbol_table::gc_): New data member.
15217 * target.h (Sized_target::gc_process_relocs): New pure virtual
15218 function.
15219 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
15220 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
15221
15222 2009-01-20 Chris Faylor <me.sourceware@sourceware.org>
15223
15224 * options.h (General_options::gc_sections): Define as a no-op for now.
15225 (General_options::no_keep_memory): Ditto.
15226 (General_options::Bshareable): Define.
15227 * options.cc (General_options::finalize): Honor -Bshareable.
15228
15229 2009-01-20 Andreas Schwab <schwab@suse.de>
15230
15231 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
15232 read the value in the contents, since we don't use it. Use the
15233 template endianness when writing.
15234 (Relocate::relocate): Use it for R_PPC_REL16_HA.
15235
15236 2009-01-19 Andreas Schwab <schwab@suse.de>
15237
15238 * configure.tgt (powerpc64-*): Fix targ_obj.
15239
15240 2009-01-15 Ian Lance Taylor <iant@google.com>
15241
15242 * object.cc (Sized_relobj::write_local_symbols): Don't write out
15243 local symbols when stripping all symbols.
15244
15245 2009-01-14 Cary Coutant <ccoutant@google.com>
15246
15247 * output.cc (Output_reloc): Add explicit instantiations.
15248
15249 2009-01-14 Cary Coutant <ccoutant@google.com>
15250
15251 * archive.cc (Archive::get_elf_object_for_member): Remove call
15252 to File_read::claim_for_plugin.
15253 * descriptors.cc (Descriptors::open): Remove reference to
15254 is_claimed.
15255 (Descriptors::claim_for_plugin): Remove.
15256 * descriptors.h (Descriptors::claim_for_plugin): Remove.
15257 (Descriptors::is_claimed): Remove.
15258 (claim_descriptor_for_plugin): Remove.
15259 * fileread.cc (File_read::claim_for_plugin): Remove.
15260 * fileread.h (File_read::claim_for_plugin): Remove.
15261 (File_read::descriptor): Reopen descriptor if necessary.
15262 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
15263 (Plugin_manager::all_symbols_read): Add task parameter. Change
15264 all callers.
15265 (Plugin_manager::get_input_file): New function.
15266 (Plugin_manager::release_input_file): New function.
15267 (Pluginobj::Pluginobj): Add filesize parameter and initialize
15268 corresponding data member.
15269 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
15270 and pass to base constructor. Change all callers.
15271 (get_input_file, release_input_file): New functions.
15272 (make_sized_plugin_object): Add filesize parameter. Change all callers.
15273 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
15274 (Plugin_manager::all_symbols_read): Add task parameter.
15275 (Plugin_manager::get_input_file): New function.
15276 (Plugin_manager::release_input_file): New function.
15277 (Plugin_manager::task_): New data member.
15278 (Pluginobj::Pluginobj): Add filesize parameter.
15279 (Pluginobj::filename): New function.
15280 (Pluginobj::descriptor): New function.
15281 (Pluginobj::filesize): New function.
15282 (Pluginobj::filesize_): New data member.
15283 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
15284 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
15285 File_read::claim_for_plugin; use Object::unlock to unlock the file.
15286
15287 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
15288 with archive libraries.
15289 * testsuite/Makefile.in: Regenerate.
15290 * testsuite/plugin_test.c (struct sym_info): New type.
15291 (get_input_file, release_input_file): New static variables.
15292 (onload): Capture new transfer vector entries.
15293 (claim_file_hook): Stop reading at end of file according to filesize.
15294 Factor out parsing of readelf output into separate function.
15295 (all_symbols_read_hook): Exercise get_input_file and release_input_file
15296 APIs and get the source file name from the symbol table. Convert
15297 source file name to corresponding object file name. Print info
15298 message when adding new input files.
15299 (parse_readelf_line): New function.
15300 * testsuite/plugin_test_1.sh: Add checks for new info messages.
15301 * testsuite/plugin_test_2.sh: Likewise.
15302 * testsuite/plugin_test_3.sh: Likewise.
15303 * testsuite/plugin_test_4.sh: New test case.
15304
15305 2009-01-07 Ian Lance Taylor <iant@google.com>
15306
15307 * version.cc (version_string): Bump to 1.8.
15308
15309 2008-12-23 Cary Coutant <ccoutant@google.com>
15310
15311 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
15312 * plugin.cc (Plugin_manager::finish): Rename as
15313 layout_deferred_objects. Move cleanup to separate function.
15314 (Plugin_manager::cleanup): New function.
15315 (Plugin_finish::run): Call layout_deferred_objects and cleanup
15316 separately.
15317 * plugin.h (Plugin_manager::finish): Rename as
15318 layout_deferred_objects.
15319 (Plugin_manager::cleanup): New function.
15320 (Plugin_manager::cleanup_done): New field.
15321
15322 2008-12-23 Cary Coutant <ccoutant@google.com>
15323
15324 * plugin.cc (is_visible_from_outside): New function.
15325 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
15326 so we don't return "IR only" status for exported symbols or -r links.
15327
15328 * testsuite/Makefile.am (plugin_test_3): New test case.
15329 * testsuite/Makefile.in: Regenerate.
15330 * testsuite/plugin_test_3.sh: New file.
15331
15332 2008-12-22 Cary Coutant <ccoutant@google.com>
15333
15334 * object.cc (Sized_relobj::layout_section): New function.
15335 (Sized_relobj::do_layout): Defer layout of input sections until after
15336 plugin has provided replacement files.
15337 (Sized_relobj::do_layout_deferred_sections): New function.
15338 * object.h (Relobj::set_section_offset): Remove virtual keyword.
15339 (Relobj::layout_deferred_sections): New function.
15340 (Relobj::do_layout_deferred_sections): New function.
15341 (Sized_relobj::do_layout_deferred_sections): New function.
15342 (Sized_relobj::layout_section): New function.
15343 (Sized_relobj::Deferred_layout): New structure.
15344 (Sized_relobj::deferred_layout_): New field.
15345 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
15346 Change all callers. Layout deferred sections.
15347 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
15348 references.
15349 (Plugin_hook::run): Move code from do_plugin_hook inline.
15350 (Plugin_hook::do_plugin_hook): Remove.
15351 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
15352 (Plugin_manager::finish): Renamed, was cleanup.
15353 (Plugin_manager::should_defer_layout): New function.
15354 (Plugin_manager::add_deferred_layout_object): New function.
15355 (Plugin_manager::Deferred_layout_list): New type.
15356 (Plugin_manager::deferred_layout_objects_): New field.
15357 (Plugin_hook::do_plugin_hook): Remove.
15358
15359 2008-12-17 Ian Lance Taylor <iant@google.com>
15360
15361 * options.h (class General_options): Add --no case for
15362 --export-dynamic.
15363
15364 2008-12-16 Cary Coutant <ccoutant@google.com>
15365
15366 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
15367 vector.
15368 (Plugin_manager::claim_file): Create plugin object even if
15369 plugin did not call the add_symbols callback.
15370 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
15371 asking for more symbols than were added.
15372 * testsuite/Makefile.am (plugin_test_1): Add test case with
15373 no global symbols.
15374 (empty.syms): New target.
15375 * testsuite/Makefile.in: Regenerate.
15376 * testsuite/plugin_test.c (claim_file_hook): Add new debug
15377 message. Don't call add_symbols if no globals.
15378 (all_symbols_read_hook): Don't provide replacement for empty
15379 claimed file.
15380
15381 2008-12-12 Ian Lance Taylor <iant@google.com>
15382
15383 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
15384 r_type == 0 for a local symbol with r_sym == 0.
15385 (scan_relocatable_relocs): Pass r_sym to
15386 local_non_section_strategy.
15387 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
15388 r_sym parameter.
15389
15390 * configure.ac: Update test for TLS descriptors: they are
15391 supported as of glibc 2.9.
15392 * configure: Rebuild.
15393
15394 2008-12-11 Ian Lance Taylor <iant@google.com>
15395
15396 PR 7091
15397 * target-reloc.h (Default_scan_relocatable_relocs): For each
15398 function, map r_type == 0 to RELOC_DISCARD.
15399
15400 2008-12-10 Cary Coutant <ccoutant@google.com>
15401
15402 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
15403 object to override a kept COMDAT group from a plugin object.
15404
15405 2008-12-09 Ian Lance Taylor <iant@google.com>
15406
15407 PR 7088
15408 * yyscript.y (file_cmd): Handle INPUT.
15409
15410 * testsuite/initpri1.c: Change all declarations to be full
15411 prototypes by adding void, to avoid compiler warnings.
15412
15413 2008-12-05 Rafael Avila de Espindola <espindola@google.com>
15414
15415 * options.cc (General_options::parse_plugin_opt): New.
15416 (General_options::add_plugin): The argument now is just the filename.
15417 (General_options::add_plugin_option): New.
15418 * options.h (plugin_opt): New.
15419 (add_plugin): Change argument name.
15420 (add_plugin_option): New.
15421 * plugin.cc (Plugin::load): Don't parse the plugin option.
15422 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
15423 (Plugin::add_option): New.
15424 (Plugin::args_): Change type.
15425 (Plugin::filename_): New.
15426 (Plugin_manager::add_plugin_option): New.
15427 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
15428 * testsuite/Makefile.in: Regenerate.
15429
15430 2008-12-05 Cary Coutant <ccoutant@google.com>
15431
15432 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
15433 Handle --strip-lto-sections option.
15434 * options.h (strip_lto_sections): New option.
15435
15436 2008-12-01 Cary Coutant <ccoutant@google.com>
15437
15438 * plugin.cc (ld_plugin_message): Change format parameter to const.
15439 Fix mismatch between new[] and delete.
15440
15441 2008-11-14 Cary Coutant <ccoutant@google.com>
15442
15443 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
15444 instead of -1U.
15445
15446 2008-11-05 Craig Silverstein <csilvers@google.com>
15447
15448 * options.cc (General_options::parse_dynamic_list): New function.
15449 * options.h (General_options): New flags dynamic_list,
15450 dynamic_list_data, dynamic_list_cpp_new, and
15451 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
15452 (General_options::in_dynamic_list): New function.
15453 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
15454 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
15455 (Lex::can_continue_name): Likewise.
15456 (yylex): Likewise.
15457 (read_script_file): New parameter script_options.
15458 (read_dynamic_list): New function.
15459 (Script_options::define_dynamic_list): New function.
15460 (dynamic_list_keyword_parsecodes): New variable.
15461 (dynamic_list_keywords): New variable.
15462 * script.h (Script_options::define_dynamic_list): New function
15463 prototype.
15464 (read_dynamic_list): New function prototype.
15465 * symtab.cc (strprefix): New macro.
15466 (Symbol::should_add_dynsym_entry): Support dynamic_list,
15467 dynamic_list_data, dynamic_list_cpp_new, and
15468 dynamic_list_cpp_typeinfo.
15469 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
15470 (dynamic_list_expr): New rule.
15471 (dynamic_list_nodes): Likewise.
15472 (dynamic_list_node): Likewise.
15473 * testsuite/Makefile.am (dynamic_list): New test.
15474 * testsuite/Makefile.in: Regenerated.
15475 * testsuite/dynamic_list.t: New file.
15476 * testsuite/dynamic_list.sh: New file.
15477
15478 2008-11-05 Craig Silverstein <csilvers@google.com>
15479
15480 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
15481 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
15482 (t11_last): Likewise.
15483 * testsuite/ver_test_6.c (main): Likewise.
15484
15485 2008-10-07 Cary Coutant <ccoutant@google.com>
15486
15487 * options.c (General_options::finalize): Add check for -static and
15488 -shared.
15489 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
15490 is not empty.
15491
15492 2008-10-02 Cary Coutant <ccoutant@google.com>
15493
15494 * plugin.cc (make_sized_plugin_object): Fix conditional
15495 compilation to work when not all targets are enabled.
15496
15497 2008-09-29 Cary Coutant <ccoutant@google.com>
15498
15499 * archive.cc (Archive::get_file_and_offset): Use filename instead
15500 of name to get library path.
15501 (Archive::include_member): Unlock external member of a thin archive.
15502
15503 * testsuite/Makefile.am (TEST_AR): New variable.
15504 (thin_archive_test_1): New test.
15505 (thin_archive_test_2): New test.
15506 * testsuite/Makefile.in: Regenerate.
15507 * testsuite/thin_archive_main.cc: New file.
15508 * testsuite/thin_archive_test_1.cc: New file.
15509 * testsuite/thin_archive_test_2.cc: New file.
15510 * testsuite/thin_archive_test_3.cc: New file.
15511 * testsuite/thin_archive_test_4.cc: New file.
15512
15513 2008-09-29 Cary Coutant <ccoutant@google.com>
15514
15515 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
15516 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
15517 instead of -1U.
15518 (Sized_relobj::do_finalize_local_symbols): Likewise.
15519 (Sized_relobj::map_to_kept_section): Likewise.
15520 * object.h (Sized_relobj::invalid_address): New constant.
15521 (Sized_relobj::do_output_section_offset): Check for invalid_address
15522 and return -1ULL.
15523 * output.cc (Output_reloc::local_section_offset): Use constant
15524 invalid_address instead of -1U.
15525 (Output_reloc::get_address): Likewise.
15526 (Output_section::output_address): Change -1U to -1ULL.
15527 * output.h (Output_reloc::invalid_address): New constant.
15528 * reloc.cc (Sized_relobj::write_sections): Use constant
15529 invalid_address instead of -1U.
15530 (Sized_relobj::relocate_sections): Likewise.
15531 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
15532 values for merge sections.
15533 * target-reloc.h (relocate_for_relocatable): Use constant
15534 invalid_address instead of -1U.
15535
15536 2008-09-19 Cary Coutant <ccoutant@google.com>
15537
15538 Add plugin functionality for link-time optimization (LTO).
15539 * configure.ac (plugins): Add --enable-plugins option.
15540 * configure: Regenerate.
15541 * config.in: Regenerate.
15542 * Makefile.am (LIBDL): New variable.
15543 (CCFILES): Add plugin.cc.
15544 (HFILES): Add plugin.h.
15545 (ldadd_var): Add LIBDL.
15546 * Makefile.in: Regenerate.
15547
15548 * archive.cc: Include "plugin.h".
15549 (Archive::setup): Don't preread archive symbols when using a plugin.
15550 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
15551 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
15552 files.
15553 (Archive::include_member): Add symbols from plugin objects.
15554 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
15555 * descriptors.cc (Descriptors::open): Check for file descriptors
15556 abandoned by plugins.
15557 (Descriptors::claim_for_plugin): New function.
15558 * descriptors.h (Descriptors::claim_for_plugin): New function.
15559 (Open_descriptor::is_claimed): New field.
15560 (claim_descriptor_for_plugin): New function.
15561 * fileread.cc (File_read::claim_for_plugin): New function.
15562 * fileread.h (File_read::claim_for_plugin): New function.
15563 (File_read::descriptor): New function.
15564 * gold.cc: Include "plugin.h".
15565 (queue_initial_tasks): Add task to call plugin hooks for generating
15566 new object files.
15567 * main.cc: Include "plugin.h".
15568 (main): Load plugin libraries.
15569 * object.h (Pluginobj): Declare.
15570 (Object::pluginobj): New function.
15571 (Object::do_pluginobj): New function.
15572 (Object::set_target): New function.
15573 * options.cc: Include "plugin.h".
15574 (General_options::parse_plugin): New function.
15575 (General_options::General_options): Initialize plugins_ field.
15576 (General_options::add_plugin): New function.
15577 * options.h (Plugin_manager): Declare.
15578 (General_options): Add --plugin option.
15579 (General_options::has_plugins): New function.
15580 (General_options::plugins): New function.
15581 (General_options::add_plugin): New function.
15582 (General_options::plugins_): New field.
15583 * plugin.cc: New file.
15584 * plugin.h: New file.
15585 * readsyms.cc: Include "plugin.h".
15586 (Read_symbols::do_read_symbols): Check for archive before checking
15587 for ELF file. Call plugin hooks to claim files.
15588 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
15589 from a real object file; force override when processing replacement
15590 files.
15591 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
15592 (Symbol::init_base_object): Likewise.
15593 (Symbol::init_base_output_data): Likewise.
15594 (Symbol::init_base_output_segment): Likewise.
15595 (Symbol::init_base_constant): Likewise.
15596 (Symbol::init_base_undefined): Likewise.
15597 (Symbol::output_section): Assert that object is not a plugin.
15598 (Symbol_table::add_from_pluginobj): New function.
15599 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
15600 undefined.
15601 (Symbol_table::sized_write_globals): Likewise.
15602 (Symbol_table::add_from_pluginobj): Instantiate template.
15603 * symtab.h (Sized_pluginobj): Declare.
15604 (Symbol::in_real_elf): New function.
15605 (Symbol::set_in_real_elf): New function.
15606 (Symbol::in_real_elf_): New field.
15607 (Symbol_table::add_from_pluginobj): New function.
15608
15609 * testsuite/Makefile.am (AM_CFLAGS): New variable.
15610 (LIBDL): New variable.
15611 (LDADD): Add LIBDL.
15612 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
15613 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
15614 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
15615 (MOSTLYCLEANFILES): Likewise.
15616 * testsuite/Makefile.in: Regenerate.
15617 * testsuite/plugin_test.c: New file.
15618 * testsuite/plugin_test_1.sh: New file.
15619 * testsuite/plugin_test_2.sh: New file.
15620
15621 2008-09-16 Ian Lance Taylor <iant@google.com>
15622
15623 * target-reloc.h (relocate_section): Check whether a symbol is
15624 defined by the ABI before reporting an undefined symbol error.
15625 * target.h (Target::is_defined_by_abi): Make parameter const.
15626 (Target::do_is_defined_by_abi): Likewise.
15627 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
15628 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
15629 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
15630 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
15631 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
15632 * testsuite/Makefile.in: Rebuild.
15633
15634 * fileread.cc (make_view): Add casts to avoid warning.
15635
15636 2008-09-16 Alexandre Oliva <aoliva@redhat.com>
15637
15638 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
15639 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
15640
15641 2008-09-16 Alexandre Oliva <aoliva@redhat.com>
15642
15643 * options.h (General_options::output_is_executable): New.
15644 (General_options::output_is_pie): New.
15645 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
15646 for shared libraries.
15647 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
15648
15649 2008-09-11 Chris Demetriou <cgd@google.com>
15650
15651 * options.h (origin): New -z option.
15652 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
15653 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
15654 in DT_FLAGS_1.
15655
15656 2008-09-05 Cary Coutant <ccoutant@google.com>
15657
15658 * fileread.cc (File_read::make_view): Add check for attempt to map
15659 beyond end of file.
15660
15661 2008-09-05 Cary Coutant <ccoutant@google.com>
15662
15663 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
15664 explicit instantiations.
15665
15666 2008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
15667
15668 PR gold/6858
15669 * options.cc (General_options::finalize): Allow undefined symbols
15670 in shlibs if linking -shared.
15671
15672 PR gold/6859
15673 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
15674 symbols as not needing a dynsym entry.
15675
15676 2008-08-20 Craig Silverstein <csilvers@google.com>
15677
15678 * fileread.cc (File_read::open): Do not lock the file unless it
15679 was successfully opened.
15680
15681 2008-08-14 Cary Coutant <ccoutant@google.com>
15682
15683 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
15684 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
15685 * testsuite/tls_test.cc (struct int128): 128-bit struct
15686 for testing TLS relocs with non-zero addend.
15687 (v12): New TLS variable.
15688 (t12): New test.
15689 (t_last): Add check for v12.
15690 * testsuite/tls_test.h (t12): New function.
15691 * testsuite/tls_test_main.cc (thread_routine): Call new test.
15692
15693 2008-08-13 Ian Lance Taylor <iant@google.com>
15694
15695 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
15696 set tls_segment_ or relro_segment_.
15697 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
15698 when appropriate.
15699 * output.h (Output_section::clear_is_relro): New function.
15700 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
15701 sections specially even when output_data_ is empty.
15702 (Output_segment::maximum_alignment): When first section is relro,
15703 only force alignment for PT_LOAD segments.
15704 * script.cc (script_data_segment_align): New function.
15705 (script_data_segment_relro_end): New function.
15706 * script-c.h (script_data_segment_align): Declare.
15707 (script_data_segment_relro_end): Declare.
15708 * script-sections.h (class Script_sections): Declare
15709 data_segment_align and data_segment_relro_end. Add fields
15710 segment_align_index_ and saw_relro_end_.
15711 * script-sections.cc (class Sections_element): Add set_is_relro
15712 virtual function. Add new bool* parameter to place_orphan_here.
15713 Add get_output_section virtual function.
15714 (class Output_section_definition): Add set_is_relro. Add new
15715 bool* parameter to place_orphan_here. Add get_output_section.
15716 Add is_relro_ field.
15717 (Output_section_definition::Output_section_definition): Initialize
15718 evaluated_address_, evaluated_load_address, evaluated_addralign_,
15719 and is_relro_ fields.
15720 (Output_section_definition::place_orphan_here): Add is_relro
15721 parameter.
15722 (Output_section_definition::set_section_addresses): Set relro for
15723 output section.
15724 (Output_section_definition::alternate_constraint): Likewise.
15725 (class Orphan_output_section): Add new bool* parameter to
15726 place_orphan_here. Add get_output_section.
15727 (Orphan_output_section::place_orphan_here): Add is_relro
15728 parameter.
15729 (Script_sections::Script_sections): Initialize
15730 data_segment_align_index_ and saw_relro_end_.
15731 (Script_sections::data_segment_align): New function.
15732 (Script_sections::data_segment_relro_end): New function.
15733 (Script_sections::place_orphan): Set or clear is_relro.
15734 (Script_sections::set_section_addresses): Force alignment of first
15735 TLS section.
15736 * yyscript.y (exp): Call script_data_segment_align and
15737 script_data_segment_relro_end.
15738 * testsuite/relro_script_test.t: New file.
15739 * testsuite/relro_test.cc (using_script): Declare.
15740 (t1, t2): Test using_script.
15741 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
15742 (relro_script_test_SOURCES): Define.
15743 (relro_script_test_DEPENDENCIES): Define.
15744 (relro_script_test_LDFLAGS): Define.
15745 (relro_script_test_LDADD): Define.
15746 (relro_script_test.so): New target.
15747 * testsuite/Makefile.in: Rebuild.
15748
15749 2008-08-06 Cary Coutant <ccoutant@google.com>
15750
15751 * archive.cc (Archive::total_archives, Archive::total_members)
15752 (Archive::total_members_loaded): New variables.
15753 (Archive::setup): Add parameter. Add option to preread
15754 archive symbols.
15755 (Archive::read_armap): Add counter.
15756 (Archive::get_file_and_offset): New function.
15757 (Archive::get_elf_object_for_member): New function.
15758 (Archive::read_all_symbols): New function.
15759 (Archive::read_symbols): New function.
15760 (Archive::add_symbols): Add counters.
15761 (Archive::include_all_members): Use armap to find members if it's
15762 already built.
15763 (Archive::include_member): Skip reading symbols if already read.
15764 Factored code into Archive::get_file_and_offset and
15765 Archive::get_elf_object_for_member. Changed call to
15766 Mapfile::report_include_archive_member.
15767 (Archive::print_stats): New function.
15768 * archive.h: Declare Object and Read_symbols_data classes.
15769 (Archive::Archive): Add initializers for new members.
15770 (Archive::setup): Add parameter.
15771 (Archive::print_stats): New function.
15772 (Archive::total_archives, Archive::total_members)
15773 (Archive::total_members_loaded): New variables.
15774 (Archive::get_file_and_offset): New function.
15775 (Archive::get_elf_object_for_member): New function.
15776 (Archive::read_all_symbols): New function.
15777 (Archive::read_symbols): New function.
15778 (Archive::Archive_member): New class.
15779 (Archive::members_): New member.
15780 (Archive::num_members_): New member.
15781 * main.cc: Include archive.h.
15782 (main): Call Archive::print_stats.
15783 * mapfile.cc (Mapfile::report_include_archive_member): Delete
15784 archive parameter; member_name is now the fully-decorated name.
15785 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
15786 * options.h: (General_options): Add --preread-archive-symbols option.
15787 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
15788 Archive::setup.
15789
15790 2008-08-04 Ian Lance Taylor <iant@google.com>
15791
15792 * symtab.h (Symbol::use_plt_offset): New function.
15793 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
15794 * powerpc.cc (Relocate::relocate): Likewise.
15795 * sparc.cc (Relocate::relocate): Likewise.
15796 * x86_64.cc (Relocate::relocate): Likewise.
15797 * testsuite/weak_plt.sh: New test.
15798 * testsuite/weak_plt_main.cc: New test.
15799 * testsuite/weak_plt_shared.cc: New test.
15800 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
15801 (check_PROGRAMS): Add weak_plt.
15802 (check_DATA): Add weak_plt_shared.so.
15803 (weak_plt_main_pic.o, weak_plt): New targets.
15804 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
15805 * testsuite/Makefile.in: Rebuild.
15806
15807 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
15808 gcctestdir/ld.
15809 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
15810 * testsuite/Makefile.in: Rebuild.
15811
15812 2008-08-04 Alan Modra <amodra@bigpond.net.au>
15813
15814 * Makefile.am (POTFILES.in): Set LC_ALL=C.
15815 * Makefile.in: Regenerate.
15816 * po/POTFILES.in: Regenerate.
15817
15818 2008-07-29 Ian Lance Taylor <iant@google.com>
15819
15820 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
15821 symbols before other symbols.
15822 * testsuite/script_test_2.cc (test_addr): Declare.
15823 (test_addr_alias): Declare.
15824 (main): Check that test_addr and test_addr_alias have the right
15825 values.
15826 * testsuite/script_test_2.t: Define test_addr_alias and
15827 test_addr.
15828
15829 2008-07-24 Ian Lance Taylor <iant@google.com>
15830
15831 PR 5990
15832 * descriptors.cc: New file.
15833 * descriptors.h: New file.
15834 * gold-threads.h (class Hold_optional_lock): New class.
15835 * fileread.cc: Include "descriptors.h".
15836 (File_read::~File_read): Release descriptor rather than closing
15837 it.
15838 (File_read::open) [file]: Call open_descriptor rather than open.
15839 Set is_descriptor_opened_.
15840 (File_read::open) [memory]: Assert that descriptor is not open.
15841 (File_read::reopen_descriptor): New function.
15842 (File_read::release): Release descriptor.
15843 (File_read::do_read): Make non-const. Reopen descriptor.
15844 (File_read::read): Make non-const.
15845 (File_read::make_view): Reopen descriptor.
15846 (File_read::do_readv): Likewise.
15847 * fileread.h (class File_read): Add is_descriptor_opened_ field.
15848 Update declarations.
15849 * layout.cc: Include "descriptors.h".
15850 (Layout::create_build_id): Use open_descriptor rather than open.
15851 * output.cc: Include "descriptors.h".
15852 (Output_file::open): Use open_descriptor rather than open.
15853 * archive.cc (Archive::const_iterator): Change Archive to be
15854 non-const.
15855 (Archive::begin, Archive::end): Make non-const.
15856 (Archive::count_members): Likewise.
15857 * archive.h (class Archive): Update declarations.
15858 * object.h (Object::read): Make non-const.
15859 * Makefile.am (CCFILES): Add descriptors.cc.
15860 (HFILES): Add descriptors.h.
15861 * Makefile.in: Rebuild.
15862
15863 PR 6716
15864 * gold.h: Always include <clocale>. Add Solaris workarounds
15865 following code in binutils/sysdep.h.
15866
15867 PR 6048
15868 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
15869 this->eh_frame_hdr_ is NULL before using it.
15870
15871 * dynobj.cc (Versions::Versions): Update comment.
15872
15873 * dynobj.cc (Versions::Versions): If there is an soname, use it as
15874 the base version name.
15875
15876 * stringpool.cc (Stringpool_template::add_with_length): Set key to
15877 array size plus one.
15878 (Stringpool_template::set_string_offsets): Subtract one from key
15879 before using it as an array index.
15880 (Stringpool_template::get_offset_with_length): Likewise.
15881 (Stringpool_template::write_to_buffer): Likewise.
15882 * stringpool.h (Stringpool_template::get_offset_from_key):
15883 Likewise.
15884
15885 2008-07-23 Ian Lance Taylor <iant@google.com>
15886
15887 PR 6658
15888 * object.h (Merged_symbol_value::value): Do our best to handle a
15889 negative addend.
15890
15891 PR 6647
15892 * script.cc (Version_script_info::get_versions): Don't add empty
15893 version tag to return value.
15894 (Version_script_info::get_symbol_version_helper): Change return
15895 type to bool. Add pversion parameter. Change all callers.
15896 (script_register_vers_node): Don't require a non-NULL tag.
15897 * script.h (class Version_script_info): Update declarations.
15898 (Version_script_info::get_symbol_version): Change return type to
15899 bool. Add version parameter. Change all callers.
15900 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
15901 handling. Handle an empty version from a version script.
15902 (Symbol_table::define_special_symbol): Likewise.
15903 * testsuite/ver_test_10.script: New file.
15904 * testsuite/ver_test_10.sh: New file.
15905 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
15906 (check_DATA): Add ver_test_10.syms.
15907 (ver_test_10.syms, ver_test_10.so): New target.
15908 * testsuite/Makefile.in: Rebuild.
15909
15910 2008-07-23 Simon Baldwin <simonb@google.com>
15911
15912 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
15913 to zero for undefined symbols from dynamic libraries.
15914
15915 2008-07-23 Ian Lance Taylor <iant@google.com>
15916
15917 * symtab.cc (Symbol_table::resolve): Remove version parameter.
15918 Change all callers.
15919 * symtab.h (class Symbol_table): Update declaration.
15920 * testsuite/ver_test_9.cc: New file.
15921 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
15922 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
15923 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
15924 (ver_test_9.so, ver_test_9.o): New targets.
15925 * testsuite/Makefile.in: Rebuild.
15926
15927 2008-07-22 Ian Lance Taylor <iant@google.com>
15928
15929 * options.h (class General_options): Define --check-sections.
15930 * layout.cc (Layout::set_segment_offsets): Handle
15931 --check-sections.
15932
15933 * options.h (class General_options): Define -n/--nmagic and
15934 -N/--omagic.
15935 * options.cc (General_options::finalize): For -n/--nmagic or
15936 -N/--omagic, set -static.
15937 * layout.cc (Layout::attach_allocated_section_to_segment): If
15938 -N/--omagic, don't put read-only and read-write sections in
15939 different segments.
15940 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
15941 finding a read-only segment.
15942 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
15943 don't set the minimum segment alignment to the common page size,
15944 and don't set the file offset to the address modulo the page size.
15945 * script-sections.cc (Script_sections::create_segments): If
15946 -n/--omagic, don't put read-only and read-write sections in
15947 different segments.
15948
15949 * cref.cc: New file.
15950 * cref.h: New file.
15951 * options.h (class General_options): Add --print-symbol-counts.
15952 * main.cc (main): Issue defined symbol report if requested.
15953 * archive.cc (Archive::interpret_header): Make into a const member
15954 function.
15955 (Archive::add_symbols): Call Input_objects::archive_start and
15956 archive_stop.
15957 (Archive::const_iterator): Define new class.
15958 (Archive::begin, Archive::end): New functions.
15959 (Archive::include_all_members): Rewrite to use iterator.
15960 (Archive::count_members): New function.
15961 * archive.h (class Archive): Update declarations.
15962 (Archive::filename): New function.
15963 * object.cc: Include "cref.h".
15964 (Sized_relobj::Sized_relobj): Initialize defined_count_.
15965 (Sized_relobj::do_get_global_symbol_counts): New function.
15966 (Input_objects::add_object): Add object to cross-referencer.
15967 (Input_objects::archive_start): New function.
15968 (Input_objects::archive_stop): New function.
15969 (Input_objects::print_symbol_counts): New function.
15970 * object.h: Declare Cref and Archive.
15971 (Object::get_global_symbol_counts): New function.
15972 (Object::do_get_global_symbol_counts): New pure virtual function.
15973 (class Sized_relobj): Add defined_count_ field. Update
15974 declarations.
15975 (class Input_objects): Add cref_ field. Update constructor.
15976 Update declarations.
15977 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
15978 defined_count_.
15979 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
15980 symbol counts.
15981 (Sized_dynobj::do_get_global_symbol_counts): New function.
15982 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
15983 defined_count_. Update declarations. Define Symbols typedef.
15984 * symtab.cc (Symbol_table::add_from_relobj): Add defined
15985 parameter. Change all callers.
15986 (Symbol_table::add_from_dynobj): Add sympointers and defined
15987 parameters. Change all callers.
15988 * symtab.h (class Symbol_table): Update declarations.
15989 * Makefile.am (CCFILES): Add cref.cc.
15990 (HFILES): Add cref.h.
15991 * Makefile.in: Rebuild.
15992
15993 2008-07-22 Simon Baldwin <simonb@google.com>
15994
15995 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
15996 to zero when writing undefined symbols.
15997
15998 2008-07-22 Ian Lance Taylor <iant@google.com>
15999
16000 * output.cc (Output_section::add_input_section): Don't try to
16001 merge empty merge sections.
16002
16003 2008-07-21 Craig Silverstein <csilvers@google.com>
16004
16005 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
16006 Include symbol version in error message.
16007
16008 2008-07-20 Chris Demetriou <cgd@google.com>
16009
16010 * configure.ac (gold_cv_c_random_seed): New configured variable.
16011 (RANDOM_SEED_CFLAGS): New substituted variable.
16012 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
16013 * configure: Rebuild.
16014 * Makefile.in: Likewise.
16015 * testsuite/Makefile.in: Likewise.
16016
16017 2008-07-18 Ian Lance Taylor <iant@google.com>
16018
16019 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
16020 where we see NAME/NULL and NAME/VERSION as separate symbols.
16021 * testsuite/ver_test_main.cc (main): Call t4.
16022 (t4, t4_2a): Define.
16023 * testsuite/ver_test_2.cc (t4_2): Define.
16024 * testsuite/ver_test_2.script: Put t4_2a in VER2.
16025 * testsuite/ver_test_4.cc (t4_2a): Define.
16026 * testsuite/ver_test_4.script: Put t4_2a in VER2.
16027 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
16028
16029 2008-07-17 Ian Lance Taylor <iant@google.com>
16030
16031 * dynobj.cc (Versions::add_def): If we give an error about a
16032 missing version, go ahead and create the version anyhow.
16033
16034 2008-07-10 Ian Lance Taylor <iant@google.com>
16035
16036 Handle output sections with more than 0x7fffffff bytes.
16037 * object.h (class Relobj): Change map_to_output_ to
16038 output_sections_, and just keep a section pointer. Change all
16039 uses. Move comdat group support to Sized_relobj.
16040 (Relobj::is_section_specially_mapped): Remove.
16041 (Relobj::output_section): Remove poff parameter. Change all
16042 callers.
16043 (Relobj::output_section_offset): New function.
16044 (Relobj::set_section_offset): Rewrite.
16045 (Relobj::map_to_output): Remove.
16046 (Relobj::output_sections): New function.
16047 (Relobj::do_output_section_offset): New pure virtual function.
16048 (Relobj::do_set_section_offset): Likewise.
16049 (class Sized_relobj): Add section_offsets_ field. Add comdat
16050 group support from Relobj. Update declarations.
16051 (Sized_relobj::get_output_section_offset): New function.
16052 (Sized_relobj::do_output_section_offset): New function.
16053 (Sized_relobj::do_set_section_offset): New function.
16054 * object.cc (Relobj::output_section_address): Remove.
16055 (Sized_relobj::Sized_relobj): Initialize new fields.
16056 (Sized_relobj::include_section_group): Cast find_kept_object to
16057 Sized_relobj.
16058 (Sized_relobj::include_linkonce_section): Likewise.
16059 (Sized_relobj::do_layout): Use separate arrays for output section
16060 and output offset.
16061 (Sized_relobj::do_count_local_symbols): Change map_to_output to
16062 output_sections.
16063 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
16064 output_sections and section_offsets.
16065 (Sized_relobj::write_local_symbols): Likewise.
16066 (map_to_kept_section): Compute output address directly.
16067 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
16068 output_sections and section_offsets.
16069 (Sized_relobj::write_sections): Likewise.
16070 (Sized_relobj::relocate_sections): Likewise.
16071 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
16072 * output.h (class Output_reloc): Update declarations. Change
16073 u2_.relobj to Sized_relobj*.
16074 (class Output_data_reloc): Change add functions to use
16075 Sized_relobj*.
16076 * output.cc (Output_reloc::Output_reloc): Change relobj to
16077 Sized_relobj*.
16078 (Output_reloc::local_section_offset): Change return type to
16079 Elf_Addr. Use get_output_section_offset.
16080 (Output_reloc::get_address): Likewise.
16081 (Output_section::is_input_address_mapped): Don't call
16082 is_section_specially_mapped.
16083 (Output_section::output_offset): Likewise.
16084 (Output_section::output_address): Likewise.
16085 (Output_section::starting_output_address): Likewise.
16086 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
16087 parameter to Sized_relobj*.
16088 (Copy_relocs::need_copy_reloc): Likewise.
16089 (Copy_relocs::save): Likewise.
16090 * copy-relocs.h (class Copy_relocs): Update declarations.
16091 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
16092 Sized_relobj*. Change relobj_ field to Sized_relobj*.
16093 * target-reloc.h (relocate_for_relocatable): Change
16094 offset_in_output_section type to Elf_Addr. Change code that uses
16095 it as well.
16096 * layout.cc (Layout::layout): Always set *off.
16097 * mapfile.cc (Mapfile::print_input_section): Use
16098 output_section_offset.
16099 * i386.cc (Target_i386::copy_reloc): Change object parameter to
16100 Sized_relobj*.
16101 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
16102 * sparc.cc (Target_sparc::copy_reloc): Likewise.
16103 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
16104
16105 2008-07-03 Ian Lance Taylor <iant@google.com>
16106
16107 * layout.cc (Layout::include_section): Do not discard unrecognized
16108 SHT_STRTAB sections.
16109
16110 2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
16111
16112 * script.cc (Lex::can_continue_name): Make '?' allowable in
16113 version-script names.
16114 * testsuite/version_script.map: Change glob pattern to use '?'
16115
16116 2008-06-30 Manish Singh <yosh@gimp.org>
16117
16118 PR 6585
16119 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
16120 Correct typo.
16121
16122 2008-06-30 Ian Lance Taylor <iant@google.com>
16123
16124 PR 6660
16125 PR 6682
16126 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
16127 versions]: Don't try to read the value in the contents, since we
16128 don't use it. Use the template endianness when writing.
16129
16130 2008-06-25 Cary Coutant <ccoutant@google.com>
16131
16132 * fileread.cc (File_read::make_view): Assert on zero-length view.
16133 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
16134 symbol table when there are no symbols to read.
16135
16136 2008-06-23 Craig Silverstein <csilvers@google.com>
16137
16138 * version.cc (version_string): Bump to 1.7
16139
16140 2008-06-18 Craig Silverstein <csilvers@google.com>
16141
16142 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
16143 constant 0xFFFF to type Valtype.
16144 (Powerpc_relocate_functions::rel16_ha): Likewise.
16145
16146 2008-06-17 Ian Lance Taylor <iant@google.com>
16147
16148 * output.h (Output_section::Input_section): Initialize p2align_ to
16149 zero for Output_section_data constructors.
16150 (Output_section::Input_section::addralign): If not an input
16151 section, return the alignment of the Output_section_data.
16152 * testsuite/copy_test.cc: New file.
16153 * testsuite/copy_test_1.cc: New file.
16154 * testsuite/copy_test_2.cc: New file.
16155 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
16156 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
16157 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
16158 (copy_test_1_pic.o, copy_test_1.so): New targets.
16159 (copy_test_2_pic.o, copy_test_2.so): New targets.
16160 * testsuite/Makefile.in: Rebuild.
16161
16162 * script-sections.cc (Script_sections::place_orphan): Initialize
16163 local variable exact.
16164
16165 2008-06-13 David Edelsohn <edelsohn@gnu.org>
16166
16167 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
16168
16169 2008-06-12 David Edelsohn <edelsohn@gnu.org>
16170 David S. Miller <davem@davemloft.net>
16171
16172 * powerpc.cc: New file.
16173 * Makefile.am (TARGETSOURCES): Add powerpc.cc
16174 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
16175 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
16176 * Makefile.in: Rebuild.
16177
16178 2008-06-09 Ian Lance Taylor <iant@google.com>
16179
16180 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
16181 <exception>.
16182 (throwing, orig_terminate): New static variables.
16183 (terminate_handler): New static function.
16184 (t2): Set terminate handler.
16185
16186 2008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
16187
16188 PR 6584
16189 * binary.cc (Binary_to_elf::sized_convert): Fix .data
16190 alignment.
16191
16192 2008-05-30 Cary Coutant <ccoutant@google.com>
16193
16194 * archive.cc (Archive::include_all_members) Correct to step
16195 over symbol table and extended name table in thin archives.
16196
16197 2008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
16198
16199 PR 6407
16200 * target-reloc.h (relocate_for_relocatable): Fix new_offset
16201 calculation.
16202
16203 2008-05-28 Caleb Howe <cshowe@google.com>
16204
16205 * reduced_debug_output.cc: New file.
16206 * reduced_debug_output.h: New file.
16207 * options.h (class General_options): Add --strip-debug-non-line.
16208 * options.cc (General_options::finalize): Add strip_debug_non_line
16209 to the strip heirarchy.
16210 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
16211 fields.
16212 * layout.cc: Include "reduced_debug_output.h".
16213 (Layout::Layout): Initialize new fields.
16214 (line_only_debug_sections): New static array.
16215 (is_lines_only_debug_sections): New static inline function.
16216 (Layout::include_section): Handle --strip-debug-non-line.
16217 (Layout::make_output_section): If --strip-debug-non-line, build
16218 new output sections for .debug_abbrev and .debug_info.
16219 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
16220 gold. Warn about possible overflow.
16221 (read_signed_LEB_128): Likewise.
16222 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
16223 (read_signed_LEB_128): Declare.
16224 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
16225 (HFILES): Add reduced_debug_output.h.
16226 * Makefile.in: Rebuild.
16227
16228 2008-05-21 Ian Lance Taylor <iant@google.com>
16229
16230 * mapfile.cc: New file.
16231 * mapfile.h: New file.
16232 * options.h (class General_options): Add -M/--print-map and -Map.
16233 * options.cc (General_options::finalize): Make -M equivalent to
16234 -Map -.
16235 * main.cc: Include <cstdio> and "mapfile.h".
16236 (main): Open mapfile if requested.
16237 * gold.cc (class Middle_runner): Add mapfile_ field. Update
16238 constructor. Change caller.
16239 (queue_initial_tasks): Add mapfile parameter. Change caller.
16240 (queue_middle_tasks): Likewise.
16241 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
16242 declarations.
16243 * archive.cc: Include "mapfile.h".
16244 (Archive::add_symbols): Add mapfile parameter. Change all
16245 callers. Pass mapfile, symbol, and reason to include_member.
16246 (Archive::include_all_members): Add mapfile parameter. Change all
16247 callers.
16248 (Archive::include_member): Add mapfile, sym, and why parameters.
16249 Change all callers. Report inclusion to map file.
16250 * archive.h: Include "fileread.h".
16251 (class Archive): Update declarations.
16252 (Archive::file): New const method.
16253 (class Add_archive_symbols): Add mapfile_ field. Update
16254 constructor. Change all callers.
16255 * readsyms.h (class Read_symbols): Likewise.
16256 (class Finish_group): Likewise.
16257 (class Read_script): Likewise.
16258 * common.cc: Include "mapfile.h".
16259 (Symbol_table::allocate_commons): Add mapfile parameter. Change
16260 all callers.
16261 (Symbol_table::do_allocate_commons): Likewise.
16262 (Symbol_table::do_allocate_commons_list): Likewise. Report common
16263 symbol allocation to mapfile.
16264 * common.h (class Allocate_commons_task): Add mapfile_ field.
16265 Update constructor. Change all callers.
16266 * symtab.h (class Symbol_table): Update declarations.
16267 * layout.cc: Include "mapfile.h".
16268 (Layout_task_runner::run): Print information to mapfile.
16269 (Layout::create_gold_note): Change Output_data_fixed_space to
16270 Output_data_zero_fill.
16271 (Layout::create_build_id): Likewise.
16272 (Layout::print_to_mapfile): New function.
16273 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
16274 constructor. Change caller.
16275 (class Layout): Declare print_to_mapfile.
16276 * output.cc (Output_section::Input_section::print_to_mapfile): New
16277 function.
16278 (Output_section::add_input_section): If producing a map, always
16279 add to input_sections_ list.
16280 (Output_section::do_print_to_mapfile): New function.
16281 (Output_segment::print_sections_to_mapfile): New function.
16282 (Output_segment::print_section_list_to_mapfile): New function.
16283 * output.h: Include "mapfile.h".
16284 (Output_data::print_to_mapfile): New function.
16285 (Output_data::do_print_to_mapfile): New virtual function.
16286 (Output_segment_headers::do_print_to_mapfile): New function.
16287 (Output_file_header::do_print_to_mapfile): New function.
16288 (Output_data_const::do_print_to_mapfile): New function.
16289 (class Output_data_const_buffer): Add map_name_ field. Update
16290 constructor. Change all callers. Add do_print_to_mapfile
16291 function.
16292 (class Output_data_fixed_space): Likewise.
16293 (class Output_data_space): Likewise.
16294 (class Output_data_zero_fill): New class.
16295 (Output_data_strtab::do_print_to_mapfile): New function.
16296 (Output_data_reloc_base::do_print_to_mapfile): New function.
16297 (Output_relocatable_relocs::do_print_to_mapfile): New function.
16298 (Output_data_group::do_print_to_mapfile): New function.
16299 (Output_data_got::do_print_to_mapfile): New function.
16300 (Output_data_dynamic::do_print_to_mapfile): New function.
16301 (Output_symtab_xindex::do_print_to_mapfile): New function.
16302 (class Output_section): Declare do_print_to_mapflie. Declare
16303 print_to_mapfile in Input_section.
16304 (class Output_segment): Declare new functions.
16305 * object.h (Sized_relobj::symbol_count): New function.
16306 * script-sections.cc
16307 (Output_section_element_dot_assignment::set_section_addresses):
16308 Change Output_data_fixed_space to Output_data_zero_fill.
16309 (Output_data_expression::do_print_to_mapfile): New function.
16310 * script.cc (read_input_script): Add mapfile parameter. Change
16311 all callers.
16312 * script.h (read_input_script): Update declaration.
16313 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
16314 (Eh_frame::do_print_to_mapfile): New function.
16315 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
16316 (Output_merge_string::do_print_to_mapfile): New function.
16317 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
16318 function.
16319 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
16320 function.
16321 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
16322 function.
16323 * Makefile.am (CCFILES): Add mapfile.cc.
16324 (HFILES): Add mapfile.h.
16325 * Makefile.in: Rebuild.
16326
16327 2008-05-19 Ian Lance Taylor <iant@google.com>
16328
16329 * options.h (class General_options): Add -z relro.
16330 * layout.cc (Layout::Layout): Initialize relro_segment_.
16331 (Layout::add_output_section_data): Return the output section.
16332 (Layout::make_output_section): Rcognize relro sections and mark
16333 them appropriately.
16334 (Layout::attach_allocated_section_to_segment): Put relro sections
16335 in a PT_GNU_RELRO segment.
16336 (Layout::create_initial_dynamic_sections): Mark the .dynamic
16337 section as relro.
16338 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
16339 PT_TLS segments.
16340 (Layout::linkonce_mapping): Map d.rel.ro.local to
16341 .data.rel.ro.local.
16342 (Layout::output_section_name): Us .data.rel.ro.local for any
16343 section which begins with that.
16344 * layout.h (class Layout): Update add_output_section_data
16345 declaration. Add relro_segment_ field.
16346 * output.cc (Output_section::Output_section): Initialize is_relro_
16347 and is_relro_local_ fields.
16348 (Output_segment::add_output_section): Group relro sections.
16349 (Output_segment::is_first_section_relro): New function.
16350 (Output_segment::maximum_alignment): If there is a relro section,
16351 align the segment to the common page size.
16352 (Output_segment::set_section_addresses): Track whether we are
16353 looking at relro sections. If the last section is a relro
16354 section, align to the common page size.
16355 (Output_segment::set_section_list_addresses): Add in_relro
16356 parameter. Change all callers. Align to the page size when
16357 moving from relro to non-relro section.
16358 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
16359 segment.
16360 * output.h (class Output_section): Add is_relro_ and
16361 is_relro_local_ fields.
16362 (Output_section::is_relro): New function.
16363 (Output_section::set_is_relro): New function.
16364 (Output_section::is_relro_local): New function.
16365 (Output_section::set_is_relro_local): New function.
16366 (class Output_segment): Update declarations.
16367 * i386.cc (Target_i386::got_section): Mark .got section as relro.
16368 * sparc.cc (Target_sparc::got_section): Likewise.
16369 * x86_64.cc (Target_x86_64::got_section): Likewise.
16370 * testsuite/relro_test_main.cc: New file.
16371 * testsuite/relro_test.cc: New file.
16372 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
16373 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
16374 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
16375 (relro_test.so, relro_test_pic.o): New targets.
16376 * testsuite/Makefile.in: Rebuild.
16377
16378 2008-05-16 Ian Lance Taylor <iant@google.com>
16379
16380 * output.cc (Output_segment::add_output_section): Remove front
16381 parameter.
16382 * output.h (class Output_segment): Remove
16383 add_initial_output_section and overloaded add_output_section.
16384 Update declaration of remaining add_output_section.
16385 * layout.cc (Layout::create_interp): Call add_output_section
16386 rather than add_initial_output_section.
16387 (Layout::finish_dynamic_section): Likewise.
16388
16389 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
16390 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
16391 know the dynamic type.
16392 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
16393 field. Initialize it in constructor.
16394 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
16395 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
16396 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
16397 reloc.
16398
16399 * output.cc (Output_reloc::get_address): Change return type to
16400 Elf_Addr.
16401 * output.h (class Output_reloc): Update get_address declaration.
16402 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
16403 for section addresses.
16404
16405 2008-05-09 Ian Lance Taylor <iant@google.com>
16406
16407 PR 6493
16408 * gold.cc (gold_nomem): Use return value of write.
16409
16410 2008-05-08 Ian Lance Taylor <iant@google.com>
16411
16412 * symtab.c (Symbol::init_base_output_data): Add version
16413 parameter. Change all callers.
16414 (Symbol::init_base_output_segment): Likewise.
16415 (Symbol::init_base_constant): Likewise.
16416 (Symbol::init_base_undefined): Likewise.
16417 (Sized_symbol::init_output_data): Likewise.
16418 (Sized_symbol::init_output_segment): Likewise.
16419 (Sized_symbol::init_constant): Likewise.
16420 (Sized_symbol::init_undefined): Likewise.
16421 (Symbol_table::do_define_in_output_data): If the new symbol has a
16422 version, mark it as the default.
16423 (Symbol_table::do_define_in_output_segment): Likewise.
16424 (Symbol_table::do_define_as_constant): Likewise.
16425 * symtab.h (class Symbol): Update declarations.
16426 (class Sized_symbol): Likewise.
16427 * resolve.cc (Symbol::override_version): New function.
16428 (Symbol::override_base): Call override_version.
16429 (Symbol::override_base_with_special): Likewise.
16430 * testsuite/ver_script_8.script: New file.
16431 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
16432 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
16433 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
16434 (ver_test_8_1.so, ver_test_8_2.so): New targets.
16435
16436 2008-05-06 Ian Lance Taylor <iant@google.com>
16437
16438 PR 6049
16439 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
16440 functions.
16441 (class General_options): Remove existing --undefined, and add
16442 --no-undefined instead. Add new --undefined as synonym for -u.
16443 * archive.cc (Archive::add_symbols): Check whether symbol was
16444 named with -u.
16445 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
16446 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
16447 all uses. Add IS_UNDEFINED. Update declarations to split
16448 different versions of init_base. Declare init_base_undefined.
16449 (Symbol::is_defined): Handle IS_UNDEFINED.
16450 (Symbol::is_undefined): Likewise.
16451 (Symbol::is_weak_undefined): Call is_undefined.
16452 (Symbol::is_absolute): Handle IS_CONSTANT.
16453 (class Sized_symbol): Update declarations to split different
16454 versions of init. Declare init_undefined.
16455 (class Symbol_table): Declare new functions.
16456 * symtab.cc (Symbol::init_base_object): Rename from init_base.
16457 Change all callers.
16458 (Symbol::init_base_output_data): Likewise.
16459 (Symbol::init_base_output_segment): Likewise.
16460 (Symbol::init_base_constant): Likewise.
16461 (Symbol::init_base_undefined): New function.
16462 (Sized_symbol::init_object): Rename from init. Change all
16463 callers.
16464 (Sized_symbol::init_output_data): Likewise.
16465 (Sized_symbol::init_output_segment): Likewise.
16466 (Sized_symbol::init_constant): Likewise.
16467 (Sized_symbol::init_undefined): New function.
16468 (Symbol_table::add_undefined_symbols_from_command_line): New
16469 function.
16470 (Symbol_table::do_add_undefined_symbols_from_command_line): New
16471 function.
16472 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
16473 (Symbol::output_section): Likewise.
16474 (Symbol::set_output_section): Likewise.
16475 (Symbol_table::sized_finalize_symbol): Likewise.
16476 (Symbol_table::sized_write_globals): Likewise.
16477 * resolve.cc (Symbol_table::should_override): Likewise.
16478 (Symbol::override_base_with_special): Likewise.
16479
16480 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
16481 symbol, change it to have default visibility.
16482 * testsuite/protected_1.cc: New file.
16483 * testsuite/protected_2.cc: New file.
16484 * testsuite/protected_3.cc: New file.
16485 * testsuite/protected_main_1.cc: New file.
16486 * testsuite/protected_main_2.cc: New file.
16487 * testsuite/protected_main_3.cc: New file.
16488 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
16489 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
16490 (protected_1_LDFLAGS, protected_1_LDADD): Define.
16491 (protected_1.so): New target.
16492 (protected_1_pic.o, protected_2_pic.o): New targets.
16493 (protected_3_pic.o): New target.
16494 (check_PROGRAMS): Add protected_2.
16495 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
16496 (protected_2_LDFLAGS, protected_2_LDADD): Define.
16497 * testsuite/Makefile.in: Rebuild.
16498
16499 * options.h (DEFINE_var): Add set_user_set_##varname__.
16500 (DEFINE_bool_alias): New macro.
16501 (class General_options): Define -Bstatic using DEFINE_bool_alias
16502 rather than DEFINE_special. Add --undefined as an alias for -z
16503 defs.
16504 * options.cc (General_options::parse_Bstatic): Remove.
16505
16506 * options.h (class General_options): Add --fatal-warnings.
16507 * main.cc (main): Implement --fatal-warnings.
16508 * errors.h (Errors::warning_count): New function.
16509
16510 * options.h (class General_options): Add -Bsymbolic-functions.
16511 * symtab.h (Symbol::is_preemptible): Check for
16512 -Bsymbolic-functions.
16513
16514 2008-05-05 Ian Lance Taylor <iant@google.com>
16515
16516 * options.h (DEFINE_bool): For DASH_Z, create the negative option
16517 as noVARNAME rather than no-VARNAME.
16518 (class General_options): Add option -z combreloc.
16519 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
16520 get_address.
16521 (Output_reloc::sort_before) [SHT_REL]: New function.
16522 (Output_reloc::sort_before) [SHT_RELA]: New function.
16523 (class Output_data_reloc_base): Add sort_relocs_ field. Define
16524 Sort_relocs_comparison.
16525 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
16526 parameter. Change all callers.
16527 (Output_data_reloc::Output_data_reloc) [both versions]: Add
16528 sort_relocs parameter. Change all callers.
16529 * output.cc (Output_reloc::get_address): New function, broken out
16530 of write_rel.
16531 (Output_reloc::write_rel): Call it.
16532 (Output_reloc::compare): New function.
16533 (Output_data_reloc_base::do_write): Optionally sort relocs.
16534
16535 * configure.ac: If targ_extra_obj is set, link it in.
16536 * configure.tgt: Initialize all variables.
16537 (x86_64*): Set targ_extra_obj and targ_extra_size.
16538 * configure: Rebuild.
16539
16540 * object.cc (Sized_relobj::include_section_group): Adjust section
16541 indexes read from group data. Build vector to pass to
16542 layout_group.
16543 * layout.cc (Layout::layout_group): Add flags and shndxes
16544 parameters. Remove contents parameter. Change caller. Update
16545 explicit instantiations.
16546 * layout.h (class Layout): Update layout_group declaration.
16547 * output.cc (Output_data_group::Output_data_group): Add flags and
16548 input_shndxes parameters. Remove contents parameter. Change
16549 caller.
16550 (Output_data_group::do_write): Change input_sections_ to
16551 input_shndxes_.
16552 * output.h (class Output_data_group): Update constructor
16553 declaration. Rename input_sections_ to input_shndxes_.
16554 * testsuite/many_sections_test.cc: Add template.
16555
16556 2008-04-30 Cary Coutant <ccoutant@google.com>
16557
16558 * target-reloc.h (relocate_section): Fix dead-pointer bug.
16559
16560 * layout.cc (Layout::include_section): Refactored check for debug
16561 info section.
16562 (Layout::add_comdat): Add new parameters. Change type
16563 of signature parameter. Add object and shndx to signatures table.
16564 (Layout::find_kept_object): New function.
16565 * layout.h: Include <cstring>.
16566 (Layout::is_debug_info_section): New function.
16567 (Layout::add_comdat): Add new parameters.
16568 (Layout::find_kept_object): New function.
16569 (Layout::Kept_section): New struct.
16570 (Layout::Signatures): Change type of map range.
16571 * object.cc (Relobj::output_section_address): New function.
16572 (Sized_relobj::include_section_group): Add new parameters. Change
16573 calls to Layout::add_comdat. Change to build table of kept comdat
16574 groups and table mapping discarded sections to kept sections.
16575 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
16576 (Sized_relobj::do_layout): Change calls to include_section_group and
16577 include_linkonce_section.
16578 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
16579 value to zero when section is discarded.
16580 (Sized_relobj::map_to_kept_section): New function.
16581 * object.h (Relobj::output_section_address): New function.
16582 (Relobj::Comdat_group): New type.
16583 (Relobj::find_comdat_group): New function.
16584 (Relobj::Comdat_group_table): New type.
16585 (Relobj::Kept_comdat_section): New type.
16586 (Relobj::Kept_comdat_section_table): New type.
16587 (Relobj::add_comdat_group): New function.
16588 (Relobj::set_kept_comdat_section): New function.
16589 (Relobj::get_kept_comdat_section): New function.
16590 (Relobj::comdat_groups_): New field.
16591 (Relobj::kept_comdat_sections_): New field.
16592 (Symbol_value::input_value): Update comment.
16593 (Sized_relobj::map_to_kept_section) New function.
16594 (Sized_relobj::include_linkonce_section): Add new parameter.
16595 * target-reloc.h (Comdat_behavior): New type.
16596 (get_comdat_behavior): New function.
16597 (relocate_section): Add code to map a discarded section to the
16598 corresponding kept section when applying a relocation.
16599
16600 2008-04-30 Craig Silverstein <csilvers@google.com>
16601
16602 * dwarf_reader.cc (next_generation_count): New static var.
16603 (Addr2line_cache_entry): New struct.
16604 (addr2line_cache): New static var.
16605 (Dwarf_line_info::one_addr2line): Added caching.
16606 (Dwarf_line_info::clear_addr2line_cache): New function.
16607 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
16608 cache-size parameter.
16609 (Dwarf_line_info::one_addr2line_cache): New function.
16610 * symtab.cc (Symbol_table::detect_odr_violations): Pass
16611 new cache-size argument to one_addr2line(), and clear cache.
16612
16613 2008-04-28 Cary Coutant <ccoutant@google.com>
16614
16615 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
16616 R_386_PC8 relocations.
16617
16618 2008-04-23 Ian Lance Taylor <iant@google.com>
16619
16620 * object.cc (Sized_relobj::include_section_group): Check for
16621 invalid section group.
16622
16623 * object.cc (make_elf_object): Correct test for 64-bit ELF file
16624 header size.
16625
16626 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
16627 than read for file header.
16628 * archive.cc (Archive::include_member): Likewise.
16629
16630 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
16631
16632 * aclocal.m4: Regenerate.
16633 * configure: Regenerate.
16634
16635 2008-04-19 Ian Lance Taylor <iant@google.com>
16636
16637 * version.cc (version_string): Bump to 1.6.
16638
16639 * testsuite/Makefile.am (many_sections_r_test): New target.
16640 (many_sections_r_test_SOURCES): Remove.
16641 (many_sections_r_test_DEPENDENCIES): Remove.
16642 (many_sections_r_test_LDFLAGS): Remove.
16643 (many_sections_r_test_LDADD): Remove.
16644
16645 * object.cc (Sized_relobj::do_add_symbols): Always pass
16646 local_symbol_count_ to add_from_relobj.
16647
16648 * testsuite/Makefile.am (many_sections_check.h): Only check one in
16649 every thousand variables.
16650 * testsuite/Makefile.in: Rebuild.
16651
16652 * object.cc (Xindex::initialize_symtab_xindex): New function.
16653 (Xindex::read_symtab_xindex): New function.
16654 (Xindex::sym_xindex_to_shndx): New function.
16655 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
16656 available.
16657 (Sized_relobj::do_initialize_xindex): New function.
16658 (Sized_relobj::do_read_symbols): Adjust section links.
16659 (Sized_relobj::symbol_section_and_value): Add is_ordinary
16660 parameter. Change all callers.
16661 (Sized_relobj::include_section_group): Adjust section links and
16662 symbol section indexes.
16663 (Sized_relobj::do_layout): Adjust section links.
16664 (Sized_relobj::do_count_local_symbols): Adjust section links and
16665 symbol section indexes.
16666 (Sized_relobj::do_finalize_local_symbols): Distinguish between
16667 ordinary and special symbols.
16668 (Sized_relobj::write_local_symbols): Add symtab_xindex and
16669 dynsym_xindex parameters. Change all callers. Adjust section
16670 links. Use SHN_XINDEX when needed.
16671 (Sized_relobj::get_symbol_location_info): Adjust section links.
16672 Don't get fooled by special symbols.
16673 * object.h (class Xindex): Define.
16674 (class Object): Add xindex_ parameter. Declare virtual functoin
16675 do_initialize_xindex.
16676 (Object::adjust_sym_shndx): New function.
16677 (Object::set_xindex): New protected function.
16678 (class Symbol_value): Add is_ordinary_shndx_ field.
16679 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
16680 (Symbol_value::value): Assert ordinary section.
16681 (Symbol_value::initialize_input_to_output_map): Likewise.
16682 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
16683 Change all callers.
16684 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
16685 all callers.
16686 (class Sized_relobj): Update declarations.
16687 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
16688 parameter. Change all callers.
16689 (Sized_relobj::adjust_shndx): New function.
16690 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
16691 field.
16692 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
16693 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
16694 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
16695 (Sized_dynobj::read_dynsym_section): Adjust section links.
16696 (Sized_dynobj::read_dynamic): Likewise.
16697 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
16698 section links.
16699 (Sized_dynobj::do_initialize_xindex): New function.
16700 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
16701 do_initialize_xindex.
16702 (Sized_dynobj::adjust_shndx): New function.
16703 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
16704 dynsym_xindex_ fields.
16705 (Layout::finalize): Add a call to set_section_indexes before
16706 creating the symtab sections.
16707 (Layout::set_section_indexes): Don't do anything if the section
16708 already has a section index.
16709 (Layout::create_symtab_sections): Add shnum parameter. Change
16710 caller. Create .symtab_shndx section if needed.
16711 (Layout::create_shdrs): Add shstrtab_section parameter. Change
16712 caller.
16713 (Layout::allocated_output_section_count): New function.
16714 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
16715 needed.
16716 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
16717 fields. Update declarations.
16718 (Layout::symtab_xindex): New function.
16719 (Layout::dynsym_xindex): New function.
16720 (class Write_symbols_task): Add layout_ field.
16721 (Write_symbols_task::Write_symbols_task): Add layout parameter.
16722 Change caller.
16723 * output.cc (Output_section_headers::Output_section_headers): Add
16724 shstrtab_section parameter. Change all callers.
16725 (Output_section_headers::do_sized_write): Store overflow values
16726 for section count and section string table section index in
16727 section header zero.
16728 (Output_file_header::do_sized_write): Check for overflow of
16729 section count and section string table section index.
16730 (Output_symtab_xindex::do_write): New function.
16731 (Output_symtab_xindex::endian_do_write): New function.
16732 * output.h (class Output_section_headers): Add shstrtab_section_.
16733 Update declarations.
16734 (class Output_symtab_xindex): Define.
16735 (Output_section::has_out_shndx): New function.
16736 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
16737 field.
16738 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
16739 Change all callers.
16740 (Sized_symbol::init): Likewise.
16741 (Symbol::output_section): Check for ordinary symbol.
16742 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
16743 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
16744 callers.
16745 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
16746 Change all callers. Simplify handling of symbols from sections
16747 not included in the link.
16748 (Symbol_table::add_from_dynobj): Handle ordinary symbol
16749 distinction.
16750 (Weak_alias_sorter::operator()): Assert that symbols are
16751 ordinary.
16752 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
16753 distinction.
16754 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
16755 parameters. Change all callers.
16756 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
16757 symbol distinction. Use SHN_XINDEX when needed.
16758 (Symbol_table::write_section_symbol): Add symtab_xindex
16759 parameter. Change all callers.
16760 (Symbol_table::sized_write_section_symbol): Likewise. Use
16761 SHN_XINDEX when needed.
16762 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
16763 declarations.
16764 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
16765 (Symbol::is_defined): Check is_ordinary.
16766 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
16767 (Symbol::is_absolute, Symbol::is_common): Likewise.
16768 (class Sized_symbol): Update declarations.
16769 (class Symbol_table): Update declarations.
16770 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
16771 parameters. Change all callers.
16772 (Sized_symbol::override): Likewise.
16773 (Symbol_table::override): Likewise.
16774 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
16775 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
16776 is_ordinary, and orig_st_shndx parameters. Change all callers.
16777 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
16778 to be in an ordinary section.
16779 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
16780 object and is_ordinary parameters. Change all callers.
16781 (Sized_dwarf_line_info::read_relocs): Add object parameter.
16782 Change all callers. Don't add undefined or non-ordinary symbols
16783 to reloc_map_.
16784 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
16785 Change all callers.
16786 * dwarf_reader.h (class Sized_dwarf_line_info): Update
16787 declarations.
16788 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
16789 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
16790 (Sized_relobj::relocate_sections): Likewise.
16791 * target-reloc.h (scan_relocs): Adjust section symbol index.
16792 (scan_relocatable_relocs): Likewise.
16793 * i386.cc (Scan::local): Check for ordinary symbols.
16794 * sparc.cc (Scan::local): Likewise.
16795 * x86_64.cc (Scan::local): Likewise.
16796 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
16797 to symbol_section_and_value.
16798 * testsuite/many_sections_test.cc: New file.
16799 * testsuite/Makefile.am (BUILT_SOURCES): Define.
16800 (check_PROGRAMS): Add many_sections_test.
16801 (many_sections_test_SOURCES): Define.
16802 (many_sections_test_DEPENDENCIES): Define.
16803 (many_sections_test_LDFLAGS): Define.
16804 (BUILT_SOURCES): Add many_sections_define.h.
16805 (many_sections_define.h): New target.
16806 (BUILT_SOURCES): Add many_sections_check.h.
16807 (many_sections_check.h): New target.
16808 (check_PROGRAMS): Add many_sections_r_test.
16809 (many_sections_r_test_SOURCES): Define.
16810 (many_sections_r_test_DEPENDENCIES): Define.
16811 (many_sections_r_test_LDFLAGS): Define.
16812 (many_sections_r_test_LDADD): Define.
16813 (many_sections_r_test.o): New target.
16814 * testsuite/Makefile.in: Rebuild.
16815
16816 2008-04-17 Cary Coutant <ccoutant@google.com>
16817
16818 * errors.cc (Errors::info): New function.
16819 (gold_info): New function.
16820 * errors.h (Errors::info): New function.
16821 * gold.h (gold_info): New function.
16822 * object.cc (Input_objects::add_object): Print trace output.
16823 * options.cc (options::parse_set): New function.
16824 (General_options::parse_wrap): Deleted.
16825 (General_options::General_options): Deleted initializer.
16826 * options.h (options::String_set): New typedef.
16827 (options::parse_set): New function.
16828 (DEFINE_set): New macro.
16829 (General_options::wrap): Changed to use DEFINE_set. Changed
16830 callers of any_wrap_symbols and is_wrap_symbol.
16831 (General_options::trace, General_options::trace_symbol):
16832 New options.
16833 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
16834 (General_options::wrap_symbols_): Deleted.
16835 * symtab.cc (Symbol_table::add_from_object): Print trace output.
16836
16837 2008-04-17 David S. Miller <davem@davemloft.net>
16838
16839 * options.cc (General_options::parse_V): New function.
16840 * options.h: Add entries for -V and -Qy.
16841
16842 2008-04-17 Ian Lance Taylor <iant@google.com>
16843
16844 * common.cc (Symbol_table::allocate_commons): Remove options
16845 parameter. Change caller.
16846 (Symbol_table::do_allocate_commons): Remove options parameter.
16847 Change caller. Just call do_allocate_commons_list twice.
16848 (Symbol_table::do_allocate_commons_list): New function, broken out
16849 of do_allocate_commons.
16850 * common.h (class Allocate_commons_task): Remove options_ field.
16851 Update constructor.
16852 * symtab.cc (Symbol_table::Symbol_table): Initialize
16853 tls_commons_.
16854 (Symbol_table::add_from_object): Put TLS common symbols on
16855 tls_commons_ list.
16856 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
16857 which are IN_OUTPUT_DATA.
16858 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
16859 allocate_commons and do_allocate_commons declarations. Declare
16860 do_allocate_commons_list.
16861 * gold.cc (queue_middle_tasks): Update creation of
16862 Allocate_commons_task to not pass options.
16863 * testsuite/Makefile.am (INCLUDES): Add -I.. .
16864 (TLS_TEST_C_FLAGS): New variable.
16865 (tls_test_c_pic.o): New target.
16866 (tls_test_shared.so): Link in tls_test_c_pic.o.
16867 (tls_test_c_pic_ie.o): New target.
16868 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
16869 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
16870 (tls_test_c.o): New target.
16871 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
16872 (tls_pic_test_LDADD): Likewise.
16873 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
16874 (tls_shared_gd_to_ie_test_LDADD): Likewise.
16875 (tls_test_c_gnu2.o): New target.
16876 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
16877 tls_test_c_gnu2.o.
16878 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
16879 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
16880 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
16881 * testsuite/tls_test.cc: Include "config.h".
16882 (t_last): Call t11_last.
16883 * testsuite/tls_test.h (t11, t11_last): Declare.
16884 * testsuite/tls_test_c.c: New file.
16885 * testsuite/tls_test_main.cc (thread_routine): Call t11.
16886 * configure.ac: Check for OpenMP support.
16887 * configure, config.in, Makefile.in: Rebuild.
16888 * testsuite/Makefile.in: Rebuild.
16889
16890 2008-04-16 Cary Coutant <ccoutant@google.com>
16891
16892 * i386.cc (Target_i386::define_tls_base_symbol): New function.
16893 (Target_i386::tls_base_symbol_defined_): New field.
16894 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16895 (Target_i386::Scan::global): Likewise.
16896 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
16897 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
16898 (Target_x86_64::tls_base_symbol_defined_): New field.
16899 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16900 (Target_x86_64::Scan::global): Likewise.
16901
16902 2008-04-16 Cary Coutant <ccoutant@google.com>
16903
16904 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
16905 (Symbol::needs_plt_entry): Allow weak undefined symbols.
16906 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
16907 building shared libraries.
16908 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
16909 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
16910 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
16911 * testsuite/Makefile.in: Rebuild.
16912 * testsuite/weak_undef.h: New file.
16913 * testsuite/weak_undef_file1.cc: Add extra test cases.
16914 * testsuite/weak_undef_file2.cc: Likewise.
16915 * testsuite/weak_undef_test.cc: Likewise.
16916
16917 2008-04-16 David S. Miller <davem@davemloft.net>
16918
16919 * sparc.cc (Target_sparc::Scan): Change from struct to class.
16920 Add issued_non_pic_error_ field. Declare check_non_pic.
16921 (Target_sparc::Scan::check_non_pic): New function.
16922 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
16923 (Target_sparc::Scan::global): Likewise.
16924
16925 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
16926 * configure: Rebuild.
16927
16928 * options.h (DEFINE_enable): New macro.
16929 (new_dtags): New enable option.
16930 (initfirst, interpose, loadfltr, nodefaultlib,
16931 nodelete, nodlopen, nodump): New -z options.
16932 * layout.cc (Layout:finish_dynamic_section): If new
16933 dtags enabled, emit DT_RUNPATH. Also, emit a
16934 DT_FLAGS_1 containing any specified -z flags.
16935
16936 2008-04-16 Ian Lance Taylor <iant@google.com>
16937
16938 * copy-relocs.cc: New file.
16939 * copy-relocs.h: New file.
16940 * reloc.cc: Remove Copy_relocs code.
16941 * reloc.h: Likewise.
16942 * reloc-types.h (struct Reloc_types) [both versions]: Add
16943 get_reloc_addend_noerror.
16944 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
16945 variants of add_global which take an addend which must be zero.
16946 * i386.cc: Include "copy-relocs.h".
16947 (class Target_i386): Change type of copy_relocs_ to variable,
16948 update initializer.
16949 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
16950 Change all callers.
16951 (Target_i386::do_finalize_sections): Change handling of
16952 copy_relocs_.
16953 * sparc.cc: Include "copy-relocs.h".
16954 (class Target_sparc): Change type of copy_relocs_ to variable,
16955 update initializer.
16956 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
16957 Change all callers.
16958 (Target_sparc::do_finalize_sections): Change handling of
16959 copy_relocs_.
16960 * x86_64.cc: Include "copy-relocs.h".
16961 (class Target_x86_64): Change type of copy_relocs_ to variable,
16962 update initializer.
16963 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
16964 class. Change all callers.
16965 (Target_x86_64::do_finalize_sections): Change handling of
16966 copy_relocs_.
16967 * Makefile.am (CCFILES): Add copy-relocs.cc.
16968 (HFILES): Add copy-relocs.h.
16969
16970 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
16971
16972 * testsuite/script_test_4.sh: Permit leading zeroes.
16973
16974 2008-04-15 Ian Lance Taylor <iant@google.com>
16975
16976 * script-sections.cc (Script_sections::create_segments): Use
16977 header_size_adjustment even when there is enough room for the
16978 headers.
16979 * testsuite/script_test_4.sh: New file.
16980 * testsuite/script_test_4.t: New file.
16981 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
16982 (check_DATA): Add script_test_4.stdout.
16983 (MOSTLYCLEANFILES): Likewise.
16984 (script_test_4): New target.
16985 (script_test_4.stdout): New target.
16986 * testsuite/Makefile.in: Rebuild.
16987
16988 * sparc.cc: Add definitions for Output_data_plt_sparc class
16989 constants.
16990
16991 2008-04-14 David S. Miller <davem@davemloft.net>
16992
16993 * sparc.cc: New file.
16994 * Makefile.am (TARGETSOURCES): Add sparc.cc
16995 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
16996 * configure.tgt: Document targ_extra_size and
16997 targ_extra_big_endian. Add entries for sparc-* and
16998 sparc64-*.
16999 * configure.ac: Handle targ_extra_size and
17000 targ_extra_big_endian.
17001 * Makefile.in: Rebuild.
17002 * configure: Likewise.
17003 * po/POTFILES.in: Likewise.
17004 * po/gold.pot: Likewise.
17005
17006 2008-04-14 Ian Lance Taylor <iant@google.com>
17007
17008 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
17009 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
17010 in the name/type/flags to section mapping. Don't call
17011 allocate_output_section.
17012 (Layout::choose_output_section): Change parameter from adjust_name
17013 to is_input_section. Don't permit input sections after sections
17014 are attached to segments. Don't call allocate_output_section.
17015 (Layout::layout_eh_frame): Call update_flags_for_input_section,
17016 not write_enable_output_section.
17017 (Layout::make_output_section): Don't push to
17018 unattached_section_list_ nor call attach_to_segment. Call
17019 attach_section_to_segment if sections are attached.
17020 (Layout::attach_sections_to_segments): New function.
17021 (Layout::attach_section_to_segment): New function.
17022 (Layout::attach_allocated_section_to_segment): Rename from
17023 attach_to_segment. Remove flags parameter.
17024 (Layout::allocate_output_section): Remove function.
17025 (Layout::write_enable_output_section): Remove function.
17026 * layout.h (class Layout): Update for above changes. Add new
17027 field sections_are_attached_.
17028 * output.h (Output_section::update_flags_for_input_section): New
17029 function.
17030 * output.cc (Output_section::add_input_section): Call
17031 update_flags_for_input_section.
17032 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
17033
17034 2008-04-11 Cary Coutant <ccoutant@google.com>
17035
17036 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
17037 thought unnecessary.
17038 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
17039
17040 2008-04-11 Ian Lance Taylor <iant@google.com>
17041
17042 * output.h (class Output_section_data): Remove inline definition
17043 of set_addralign.
17044 * output.cc (Output_section_data::set_addralign): New function.
17045
17046 2008-04-11 Cary Coutant <ccoutant@google.com>
17047
17048 Add support for TLS descriptors for i386 and x86_64.
17049 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
17050 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
17051 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
17052 GOT_TYPE_TLS_DESC.
17053 (Target_i386::got_mod_index_entry): Remove unnecessary code.
17054 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
17055 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
17056 relocations.
17057 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
17058 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
17059 Fix problem with initial-exec relocations.
17060 (Target_i386::Relocate::relocate_tls): Likewise.
17061 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
17062 relaxation.
17063 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
17064 support for section-plus-offset dynamic table entries.
17065 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
17066 (Output_data_dynamic::Dynamic_entry): Add support for
17067 section-plus-offset dynamic table entries.
17068 (Output_data_dynamic::Classification): Likewise.
17069 (Output_data_dynamic::classification_): Renamed offset_.
17070 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
17071 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
17072 (Target_x86_64::make_plt_section): New function.
17073 (Target_x86_64::reserve_tlsdesc_entries): New function.
17074 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
17075 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
17076 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
17077 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
17078 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
17079 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
17080 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
17081 add extra PLT entry for TLS descriptors.
17082 (Output_data_plt_x86_64::got_): New field.
17083 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
17084 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
17085 fields.
17086 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
17087 descriptors.
17088 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
17089 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
17090 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
17091 R_386_TLS_DESC_CALL relocations.
17092 (Target_x86_64::Scan::global): Likewise.
17093 (Target_x86_64::do_finalize_sections): Add dynamic table entries
17094 for TLS descriptors.
17095 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
17096 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
17097 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
17098 GD-to-IE relaxation.
17099 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
17100 and TLS_DESCRIPTORS.
17101 * Makefile.in: Rebuild.
17102 * configure: Rebuild.
17103 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
17104 (tls_test_shared2.so): New target.
17105 (tls_shared_gd_to_ie_test_SOURCES): New variable.
17106 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
17107 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
17108 (tls_shared_gd_to_ie_test_LDADD): New variable.
17109 (tls_shared_gnu2_gd_to_ie_test): New target.
17110 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
17111 New targets.
17112 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
17113 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
17114 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
17115 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
17116 (tls_shared_gnu2_test): New target.
17117 (tls_test_gnu2_shared.so): New target.
17118 (tls_shared_gnu2_test_SOURCES): New variable.
17119 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
17120 (tls_shared_gnu2_test_LDFLAGS): New variable.
17121 (tls_shared_gnu2_test_LDADD): New variable.
17122 * testsuite/Makefile.in: Rebuild.
17123 * testsuite/Makefile.
17124
17125 2008-04-11 Ian Lance Taylor <iant@google.com>
17126
17127 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
17128 justsyms.t.
17129 * testsuite/Makefile.in: Rebuild.
17130
17131 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
17132 long.
17133 * testsuite/script_test_2.cc (main): Adjust test.
17134
17135 2008-04-11 David S. Miller <davem@davemloft.net>
17136 Ian Lance Taylor <iant@google.com>
17137
17138 * options.h (General_options): Add entries for '-Y' and
17139 '-relax'.
17140 * options.cc (General_options:finalize): If -Y was used, add those
17141 entries to the library path instead of the default "/lib" and
17142 "/usr/lib".
17143
17144 2008-04-11 David S. Miller <davem@davemloft.net>
17145
17146 * testsuite/justsyms.t: Start at 0x100.
17147 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
17148 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
17149 long.
17150 * testsuite/script_test_2.cc: Adjust string and section length
17151 checks.
17152
17153 2008-04-09 Ian Lance Taylor <iant@google.com>
17154
17155 PR gold/5996
17156 * script-sections.cc (Sections_element::allocate_to_segment): Add
17157 orphan parameter.
17158 (Output_section_definition::allocate_to_segment): Likewise.
17159 (Orphan_output_section::allocate_to_segment): Likewise.
17160 (Script_sections::attach_sections_using_phdrs_clause): Don't
17161 propagate non-PT_LOAD segments to orphan sections.
17162 * testsuite/Makefile.am (script_test_3.stdout): Generate using
17163 readelf rather than objdump.
17164 * testsuite/script_test_3.sh: Adjust accordingly. Test that
17165 .interp section and PT_INTERP segment are the same size.
17166 * testsuite/Makefile.in: Rebuild.
17167
17168 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
17169 aliases for symbols defined in the same object.
17170 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
17171 (weak_alias_test_SOURCES): New variable.
17172 (weak_alias_test_DEPENDENCIES): New variable.
17173 (weak_alias_test_LDFLAGS): New variable.
17174 (weak_alias_test_LDADD): New variable.
17175 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
17176 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
17177 (weak_alias_test_3.o): New target.
17178 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
17179 * testsuite/weak_alias_test_main.cc: New file.
17180 * testsuite/weak_alias_test_1.cc: New file.
17181 * testsuite/weak_alias_test_2.cc: New file.
17182 * testsuite/weak_alias_test_3.cc: New file.
17183
17184 2008-04-08 Ian Lance Taylor <iant@google.com>
17185
17186 * options.h (class General_options): Add --noinhibit-exec option.
17187 * main.cc (main): Check --noinhibit-exec.
17188
17189 * options.h (class General_options): Define --wrap as a special
17190 option. Add wrap_symbols_ field.
17191 (General_options::any_wrap_symbols): New function.
17192 (General_options::is_wrap_symbol): New function.
17193 * options.cc (General_options::parse_wrap): New function.
17194 (General_options::General_options): Initialize wrap_symbols_.
17195 * symtab.cc (Symbol_table::wrap_symbol): New function.
17196 (Symbol_table::add_from_object): Handle --wrap.
17197 * symtab.h (class Symbol_table): Declare wrap_symbol.
17198 * target.h (Target::wrap_char): New function.
17199 (Target::Target_info): Add wrap_char field.
17200 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
17201 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
17202 * testsuite/testfile.cc (Target_test::test_target_info):
17203 Likewise.
17204
17205 * errors.cc (Errors::undefined_symbol): Mention symbol version if
17206 there is one.
17207
17208 * layout.h (class Layout): Add added_eh_frame_data_ field.
17209 * layout.cc (Layout::Layout): Initialize new field.
17210 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
17211 output section until we find a section we merged successfully.
17212 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
17213 that the size be non-zero.
17214
17215 * merge.cc (Object_merge_map::get_output_offset): Remove inline
17216 qualifier.
17217
17218 2008-04-08 Craig Silverstein <csilvers@google.com>
17219
17220 * configure.ac: Export new conditional variable HAVE_ZLIB.
17221 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
17222 on HAVE_ZLIB.
17223 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
17224 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
17225
17226 2008-04-07 Ian Lance Taylor <iant@google.com>
17227
17228 * version.cc (version_string): Set to "1.5".
17229
17230 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
17231 Add issued_non_pic_error_ field. Declare check_non_pic.
17232 (Target_x86_64::Scan::check_non_pic): New function.
17233 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
17234 (Target_x86_64::Scan::global): Likewise.
17235
17236 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
17237 addend parameter. Change caller. Handle merge sections.
17238 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
17239 Address to Addend. Don't add in the result of
17240 local_section_offset, pass down the addend and use the returned
17241 value.
17242 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
17243 Update declarations of local_section_offset and symbol_value.
17244 * testsuite/two_file_test_1.cc (t18): New function.
17245 * testsuite/two_file_test_2.cc (f18): New function.
17246 * testsuite/two_file_test_main.cc (main): Call t18.
17247 * testsuite/two_file_test.h (t18, f18): Declare.
17248
17249 * configure.ac: Don't test for objdump, c++filt, or readelf.
17250 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
17251 conditionals.
17252 (TEST_READELF): New variable.
17253 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
17254 (check_PROGRAMS): Add two_file_strip_test.
17255 (two_file_strip_test): New target.
17256 (check_PROGRAMS): Add two_file_same_shared_strip_test.
17257 (two_file_same_shared_strip_test_SOURCES): New variable.
17258 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
17259 (two_file_same_shared_strip_test_LDFLAGS): New variable.
17260 (two_file_same_shared_strip_test_LDADD): New variable.
17261 (two_file_shared_strip.so): New target.
17262 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
17263 (ver_test_5.syms, ver_test_7.syms): Likewise.
17264 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
17265 (strip_test_3.stdout): Use TEST_OBJDUMP.
17266 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
17267
17268 2008-04-04 Cary Coutant <ccoutant@google.com>
17269
17270 * symtab.h (Symbol::is_weak_undefined): New function.
17271 (Symbol::is_strong_undefined): New function.
17272 (Symbol::is_absolute): New function.
17273 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
17274 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
17275 absolute symbols.
17276 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
17277 (weak_undef_test): New target.
17278 * testsuite/Makefile.in: Rebuild.
17279 * testsuite/weak_undef_file1.cc: New file.
17280 * testsuite/weak_undef_file2.cc: New file.
17281 * testsuite/weak_undef_test.cc: New file.
17282
17283 2008-04-03 Craig Silverstein <csilvers@google.com>
17284
17285 * compressed_output.h (class Output_compressed_section): Use
17286 unsigned buffer.
17287 * compressed_output.cc (zlib_compress): Use unsigned buffers,
17288 add zlib header.
17289 (zlib_compressed_suffix): Removed.
17290 (Output_compressed_section::set_final_data_size): Use unsigned
17291 buffers.
17292 * testsuite/Makefile.am (flagstest_compress_debug_sections):
17293 Fix linker invocation.
17294 (flagstest_o_specialfile_and_compress_debug_sections):
17295 Likewise.
17296 * testsuite/Makefile.in: Regenerated.
17297
17298 2008-04-02 David S. Miller <davem@davemloft.net>
17299
17300 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
17301 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
17302
17303 2008-04-02 Craig Silverstein <csilvers@google.com>
17304
17305 * TODO: New file.
17306
17307 2008-04-02 Ian Lance Taylor <iant@google.com>
17308
17309 * fileread.cc (File_read::find_view): Add byteshift and vshifted
17310 parameters. Update for new key type to views_. Change all
17311 callers.
17312 (File_read::read): Adjust for byteshift in returned view.
17313 (File_read::add_view): New function, broken out of
17314 find_and_make_view.
17315 (File_read::make_view): New function, broken out of
17316 find_and_make_view.
17317 (File_read::find_or_make_view): Add offset and aligned
17318 parameters. Rewrite accordingly. Change all callers.
17319 (File_read::get_view): Add offset and aligned parameters. Adjust
17320 for byteshift in return value.
17321 (File_read::get_lasting_view): Likewise.
17322 * fileread.h (class File_read): Update declarations.
17323 (class File_read::View): Add byteshift_ field. Add byteshift to
17324 constructor. Add byteshift method.
17325 * archive.h (Archive::clear_uncached_views): New function.
17326 (Archive::get_view): Add aligned parameter. Change all callers.
17327 * object.h (Object::get_view): Add aligned parameter. Change all
17328 callers.
17329 (Object::get_lasting_view): Likewise.
17330
17331 * fileread.cc (File_read::release): Don't call clear_views if
17332 there are multiple objects.
17333 * fileread.h (File_read::clear_uncached_views): New function.
17334 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
17335 on the archive.
17336
17337 2008-03-31 Cary Coutant <ccoutant@google.com>
17338
17339 Add thin archive support.
17340 * archive.cc (Archive::armagt): New const.
17341 (Archive::setup): Remove task parameter and calls to unlock.
17342 (Archive::unlock_nested_archives): New function.
17343 (Archive::read_header): Add nested_off parameter. Change
17344 all callers.
17345 (Archive::interpret_header): Likewise.
17346 (Archive::include_all_members): Change to handle thin
17347 archives.
17348 (Archive::include_member): Likewise.
17349 * archive.h (Archive::Archive): Add new parameters and
17350 initializers.
17351 (Archive::armagt): New const.
17352 (Archive::setup): Remove task parameter.
17353 (Archive::unlock_nested_archives): New function.
17354 (Archive::read_header): Add nested_off parameter.
17355 (Archive::interpret_header): Likewise.
17356 (Archive::Nested_archive_table): New typedef.
17357 (Archive::is_thin_archive_): New field.
17358 (Archive::nested_archives_): New field.
17359 (Archive::options_): New field.
17360 (Archive::dirpath_): New field.
17361 (Archive::task_): New field.
17362 * readsyms.cc (Read_symbols::do_read_symbols): Add check
17363 for thin archives. Pass additional parameters to
17364 Archive::Archive. Unlock the archive file after calling
17365 Archive::setup.
17366
17367 2008-03-29 Ian Lance Taylor <iant@google.com>
17368
17369 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
17370 version symbol to be local.
17371 * testsuite/ver_test_4.sh: New file.
17372 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
17373 (check_DATA): Add ver_test_4.syms.
17374 (ver_test_4.syms): New target.
17375 * testsuite/Makefile.in: Rebuild.
17376
17377 * output.cc
17378 (Output_section::Input_section_sort_entry::has_priority): New
17379 function.
17380 (Output_section::Input_section_sort_entry::match_file_name): New
17381 function.
17382 (Output_section::Input_section_sort_entry::match_section_name):
17383 Remove.
17384 (Output_section::Input_section_sort_entry::match_section_name_prefix):
17385 Remove.
17386 (Output_section::Input_section_sort_entry::match_section_file):
17387 Remove.
17388 (Output_section::Input_section_sort_compare::operator()): Rewrite
17389 using new Input_section_sort_entry functions. Sort crtbegin and
17390 crtend first. Sort sections with no priority before sections with
17391 a priority.
17392 * testsuite/initpri1.c (d3): Check j != 4.
17393 (cd5): New constructor/destructor function.
17394 (main): Check j != 2.
17395
17396 * symtab.cc (Symbol_table::add_from_object): If we don't use the
17397 new symbol when resolving, don't call set_is_default.
17398 * testsuite/ver_test_7.cc: New file.
17399 * testsuite/ver_test_7.sh: New file.
17400 * testsuite/Makefile.am (ver_test_7.so): New target.
17401 (ver_test_7.o): New target.
17402 (check_SCRIPTS): Add ver_test_7.sh.
17403 (check_DATA): Add ver_test_7.syms.
17404 (ver_test_7.syms): New target.
17405
17406 2008-03-28 Ian Lance Taylor <iant@google.com>
17407
17408 * layout.cc (Layout::layout): If we see an input section with a
17409 name that needs sorting, set the must_sort flag for the output
17410 section.
17411 (Layout::make_output_section): If the name of the output section
17412 indicates that it might require sorting, set the may_sort flag.
17413 * output.h (Output_section::may_sort_attached_input_sections): New
17414 function.
17415 (Output_section::set_may_sort_attached_input_sections): New
17416 function.
17417 (Output_section::must_sort_attached_input_sections): New
17418 function.
17419 (Output_section::set_must_sort_attached_input_sections): New
17420 function.
17421 (class Output_section): Declare Input_section_sort_entry. Define
17422 Input_section_sort_compare. Declare
17423 sort_attached_input_sections. Add new fields:
17424 may_sort_attached_input_sections_,
17425 must_sort_attached_input_sections_,
17426 attached_input_sections_are_sorted_.
17427 * output.cc (Output_section::Output_section): Initialize new
17428 fields.
17429 (Output_section::add_input_section): Add an entry to
17430 input_sections_ if may_sort or must_sort are true.
17431 (Output_section::set_final_data_size): Call
17432 sort_attached_input_sections if necessary.
17433 (Output_section::Input_section_sort_entry): Define new class.
17434 (Output_section::Input_section_sort_compare::operator()): New
17435 function.
17436 (Output_section::sort_attached_input_sections): New function.
17437 * configure.ac: Check whether the compiler supports constructor
17438 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
17439 * testsuite/initpri1.c: New file.
17440 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
17441 CONSTRUCTOR_PRIORITY.
17442 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
17443 (initpri1_LDFLAGS): New variable.
17444 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
17445
17446 2008-03-27 Ian Lance Taylor <iant@google.com>
17447
17448 * common.cc (Sort_commons::operator): Correct sorting algorithm.
17449 * testsuite/common_test_1.c: New file.
17450 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
17451 (common_test_1_SOURCES): New variable.
17452 (common_test_1_DEPENDENCIES): New variable.
17453 (common_test_1_LDFLAGS): New variable.
17454
17455 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
17456 and commons_ correctly when NAME/VERSION does not override
17457 NAME/NULL.
17458 * testsuite/ver_test_6.c: New file.
17459 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
17460 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
17461 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
17462
17463 2008-03-26 Ian Lance Taylor <iant@google.com>
17464
17465 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
17466 of an undefined symbol from a version script.
17467 * testsuite/Makefile.am (ver_test_5.so): New target.
17468 (ver_test_5.o): New target.
17469 (check_SCRIPTS): Add ver_test_5.sh.
17470 (check_DATA): Add ver_test_5.syms.
17471 (ver_test_5.syms): New target.
17472 * testsuite/ver_test_5.cc: New file.
17473 * testsuite/ver_test_5.script: New file.
17474 * testsuite/ver_test_5.sh: New file.
17475 * Makefile.in, testsuite/Makefile.in: Rebuild.
17476
17477 PR gold/5986
17478 Fix problems building gold with gcc 4.3.0.
17479 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
17480 (gold_error_at_location, gold_warning_at_location): Use it.
17481 * configure.ac: Check whether we can compile and use a template
17482 function with a printf attribute.
17483 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
17484 when jumping over bytes.
17485 * object.cc: Instantiate Object::read_section_data.
17486 * debug.h: Include <cstring>
17487 * dwarf_reader.cc: Include <algorithm>
17488 * main.cc: Include <cstring>.
17489 * options.cc: Include <cstring>.
17490 * output.cc: Include <cstring>.
17491 * script.cc: Include <cstring>.
17492 * script.h: Include <string>.
17493 * symtab.cc: Include <cstring> and <algorithm>.
17494 * target-select.cc: Include <cstring>.
17495 * version.cc: Include <string>.
17496 * testsuite/testmain.cc: Include <cstdlib>.
17497 * configure, config.in: Rebuild.
17498
17499 2008-03-25 Ian Lance Taylor <iant@google.com>
17500
17501 * options.cc: Include "../bfd/bfdver.h".
17502 (options::help): Print bug reporting address.
17503
17504 * version.cc (print_version): Adjust output for current value of
17505 BFD_VERSION_STRING.
17506
17507 * NEWS: New file.
17508
17509 * options.cc (options::help): Print list of supported targets.
17510 * target-select.h: Include <vector>.
17511 (class Target_selector): Make machine_, size_, and is_big_endian_
17512 fields const. Add bfd_name_ and instantiated_target_ fields.
17513 (Target_selector::Target_selector): Add bfd_name parameter.
17514 (Target_selector::recognize): Make non-virtual, call
17515 do_recognize.
17516 (Target_selector::recognize_by_name): Make non-virtual, call
17517 do_recognize_by_name.
17518 (Target_selector::supported_names): New function.
17519 (Target_selector::bfd_name): New function.
17520 (Target_selector::do_instantiate_target): New pure virtual
17521 function.
17522 (Target_selector::do_recognize): New virtual function.
17523 (Target_selector::do_recognize_by_name): New virtual function.
17524 (Target_selector::instantiate_target): New private function.
17525 (supported_target_names): Declare.
17526 * target-select.cc (Target_selector::Target_selector): Update for
17527 new parameter and fields.
17528 (select_target_by_name): Check that the name matches before
17529 calling recognize_by_name.
17530 (supported_target_names): New function.
17531 * i386.cc (class Target_selector_i386): Update Target_selector
17532 constructor call. Remove recognize and recognize_by_name. Add
17533 do_instantiate_target.
17534 * x86_64.cc (class Target_selector_x86_64): Likewise.
17535 * testsuite/testfile.cc (class Target_selector_test): Update for
17536 changes to Target_selector.
17537
17538 * README: Rewrite, with some notes on unsupported features.
17539
17540 2008-03-24 Cary Coutant <ccoutant@google.com>
17541
17542 * i386.cc (Target_i386::Got_type): New enum declaration.
17543 (Target_i386::Scan::local): Updated callers of Output_data_got
17544 member functions.
17545 (Target_i386::Scan::global): Likewise.
17546 (Target_i386::Relocate::relocate): Likewise.
17547 (Target_i386::Relocate::relocate_tls): Likewise.
17548 * object.h (Got_offset_list): New class.
17549 (Sized_relobj::local_has_got_offset): Added got_type parameter.
17550 (Sized_relobj::local_got_offset): Likewise.
17551 (Sized_relobj::set_local_got_offset): Likewise.
17552 (Sized_relobj::local_has_tls_got_offset): Removed.
17553 (Sized_relobj::local_tls_got_offset): Removed.
17554 (Sized_relobj::set_local_tls_got_offset): Removed.
17555 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
17556 * output.cc (Output_data_got::add_global): Added got_type parameter.
17557 (Output_data_got::add_global_with_rel): Likewise.
17558 (Output_data_got::add_global_with_rela): Likewise.
17559 (Output_data_got::add_global_pair_with_rel): New function.
17560 (Output_data_got::add_global_pair_with_rela): New function.
17561 (Output_data_got::add_local): Added got_type parameter.
17562 (Output_data_got::add_local_with_rel): Likewise.
17563 (Output_data_got::add_local_with_rela): Likewise.
17564 (Output_data_got::add_local_pair_with_rel): New function.
17565 (Output_data_got::add_local_pair_with_rela): New function.
17566 (Output_data_got::add_global_tls): Removed.
17567 (Output_data_got::add_global_tls_with_rel): Removed.
17568 (Output_data_got::add_global_tls_with_rela): Removed.
17569 (Output_data_got::add_local_tls): Removed.
17570 (Output_data_got::add_local_tls_with_rel): Removed.
17571 (Output_data_got::add_local_tls_with_rela): Removed.
17572 * output.h (Output_data_got::add_global): Added got_type parameter.
17573 (Output_data_got::add_global_with_rel): Likewise.
17574 (Output_data_got::add_global_with_rela): Likewise.
17575 (Output_data_got::add_global_pair_with_rel): New function.
17576 (Output_data_got::add_global_pair_with_rela): New function.
17577 (Output_data_got::add_local): Added got_type parameter.
17578 (Output_data_got::add_local_with_rel): Likewise.
17579 (Output_data_got::add_local_with_rela): Likewise.
17580 (Output_data_got::add_local_pair_with_rel): New function.
17581 (Output_data_got::add_local_pair_with_rela): New function.
17582 (Output_data_got::add_global_tls): Removed.
17583 (Output_data_got::add_global_tls_with_rel): Removed.
17584 (Output_data_got::add_global_tls_with_rela): Removed.
17585 (Output_data_got::add_local_tls): Removed.
17586 (Output_data_got::add_local_tls_with_rel): Removed.
17587 (Output_data_got::add_local_tls_with_rela): Removed.
17588 * resolve.cc (Symbol::override_base_with_special): Removed
17589 reference to has_got_offset_ field.
17590 * symtab.cc (Symbol::init_fields): Replaced initialization
17591 of got_offset_ with got_offsets_. Removed initialization
17592 of has_got_offset_
17593 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
17594 (Symbol::got_offset): Likewise.
17595 (Symbol::set_got_offset): Likewise.
17596 (Symbol::has_tls_got_offset): Removed.
17597 (Symbol::tls_got_offset): Removed.
17598 (Symbol::set_tls_got_offset): Removed.
17599 (Symbol::got_offset_): Removed.
17600 (Symbol::tls_mod_got_offset_): Removed.
17601 (Symbol::tls_pair_got_offset_): Removed.
17602 (Symbol::got_offsets_): New field.
17603 (Symbol::has_got_offset): Removed.
17604 (Symbol::has_tls_mod_got_offset): Removed.
17605 (Symbol::has_tls_pair_got_offset): Removed.
17606 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
17607 (Target_x86_64::Scan::local): Updated callers of Output_data_got
17608 member functions.
17609 (Target_x86_64::Scan::global): Likewise.
17610 (Target_x86_64::Relocate::relocate): Likewise.
17611 (Target_x86_64::Relocate::relocate_tls): Likewise.
17612
17613 2008-03-25 Ben Elliston <bje@au.ibm.com>
17614
17615 * yyscript.y: Fix spelling error in comment.
17616
17617 2008-03-24 Ian Lance Taylor <iant@google.com>
17618
17619 * options.h (class General_options): Define build_id option.
17620 * layout.h (class Layout): Declare write_build_id, create_note,
17621 create_build_id. Add build_id_note_ member.
17622 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
17623 "libiberty.h", "md5.h", "sha1.h".
17624 (Layout::Layout): Initialize eh_frame_data_,
17625 eh_frame_hdr_section_, and build_id_note_.
17626 (Layout::finalize): Call create_build_id.
17627 (Layout::create_note): New function, broken out of
17628 Layout::create_gold_note.
17629 (Layout::create_gold_note): Call create_note.
17630 (Layout::create_build_id): New function.
17631 (Layout::write_build_id): New function.
17632 (Close_task_runner::run): Call write_build_id.
17633
17634 * x86_64.cc: Correct license to GPLv3.
17635
17636 2008-03-23 Ian Lance Taylor <iant@google.com>
17637
17638 * options.cc: Include "demangle.h".
17639 (parse_optional_string): New function.
17640 (parse_long_option): Handle takes_optional_argument.
17641 (parse_short_option): Update dash_z initializer. Handle
17642 takes_optional_argument.
17643 (General_options::General_options): Initialize do_demangle_.
17644 (General_options::finalize): Set do_demangle_. Handle demangling
17645 style.
17646 * options.h (parse_optional_string): Declare.
17647 (struct One_option): Add optional_arg field. Update constructor.
17648 Update call constructor calls. Add takes_optional_argument
17649 function.
17650 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
17651 (DEFINE_optional_string): Define.
17652 (General_options::demangle): Change from DEFINE_bool to
17653 DEFINE_optional_string.
17654 (General_options::no_demangle): New function.
17655 (General_options::do_demangle): New function.
17656 (General_options::set_do_demangle): New function.
17657 (General_options::execstack_status_): Move definition to end of
17658 class definition.
17659 (General_options::static_): Likewise.
17660 (General_options::do_demangle_): New field.
17661 * object.cc (big_endian>::get_symbol_location_info): Call
17662 Options::do_demangle, not Options::demangle.
17663 * symtab.cc (demangle): Likewise.
17664
17665 2008-03-22 Ian Lance Taylor <iant@google.com>
17666
17667 * gold.h: Include <cstddef> and <sys/types.h>
17668 * options.h: Include <cstring>.
17669
17670 2008-03-21 Ian Lance Taylor <iant@google.com>
17671
17672 * Added source code to GNU binutils.
17673 \f
17674 Copyright (C) 2008-2015 Free Software Foundation, Inc.
17675
17676 Copying and distribution of this file, with or without modification,
17677 are permitted in any medium without royalty provided the copyright
17678 notice and this notice are preserved.
17679
17680 Local Variables:
17681 mode: change-log
17682 left-margin: 8
17683 fill-column: 74
17684 version-control: never
17685 End:
This page took 0.388962 seconds and 4 git commands to generate.