1 2014-04-23 Cary Coutant <ccoutant@google.com>
4 * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
6 2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
8 * layout.cc (Layout::include_section): Allow a target to decide
9 whether to include a section.
10 * target.h (Target::should_include_section): New function.
11 (Target::do_should_include_section): New function.
13 2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
15 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
17 (Copy_relocs::emit): ... here.
18 * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
19 (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
20 (Copy_reloc_entry::entries_): Change from private to protected.
22 2014-04-02 Sriraman Tallam <tmsriram@google.com>
24 * icf.cc (get_section_contents): Replace copies of reloc
25 vectors with const references.
27 2014-04-02 Cary Coutant <ccoutant@google.com>
29 * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
30 (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
31 * configure: Regenerate.
32 * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
33 -fno-use-linker-plugin.
34 (LINK1, CXXLINK1): Add it to the link command.
35 * testsuite/Makefile.in: Regenerate.
37 2014-03-12 Alan Modra <amodra@gmail.com>
39 * Makefile.in: Regenerate.
41 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
43 * symtab.h (Symbol::set_nonvis): New function.
45 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
47 * symtab.cc (Sized_symbol<32>::init_output_data):
48 Instantiate the template.
49 (Sized_symbol<64>::init_output_data): Likewise.
51 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
53 * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
54 adjust dynamic symbol value.
55 * target.h (Target::adjust_dyn_symbol): New function.
56 (Target::do_adjust_dyn_symbol): New function.
58 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
60 * output.cc (Output_data_dynamic::Dynamic_entry::write):
61 Get the value of DYNAMIC_CUSTOM dynamic entry.
62 * output.h (Output_data_dynamic::add_custom): New function.
63 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
65 (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
66 * target.h (Target::dynamic_tag_custom_value): New function.
67 (Target::do_dynamic_tag_custom_value): New function.
69 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
71 * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
73 * target.h (Target::has_custom_set_dynsym_indexes): New function.
74 (Target::do_has_custom_set_dynsym_indexes): New function.
75 (Target::set_dynsym_indexes): New function.
76 (Target::do_set_dynsym_indexes): New function.
78 2014-03-07 Alan Modra <amodra@gmail.com>
80 * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
81 CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
82 (Powerpc_relocate_functions::has_overflow_unsigned): New function.
83 (Powerpc_relocate_functions::has_overflow_bitfield,
84 overflowed): Use the above.
85 (Target_powerpc::Relocate::relocate): Correct overflow checking
86 for a number of relocations. Modify overflow test for 16-bit
87 fields in instructions to signed/unsigned according to whether
88 the field takes a signed or unsigned value.
90 2014-03-05 Alan Modra <amodra@gmail.com>
92 Update copyright years.
94 2014-03-05 Alan Modra <amodra@gmail.com>
96 * powerpc.cc (Target_powerpc::Scan::local, global): Support
98 (Target_powerpc::Relocate::relocate): Likewise.
100 2014-03-03 Alan Modra <amodra@gmail.com>
102 * dwp.cc (print_version): Update copyright year to current.
104 2014-02-10 Alan Modra <amodra@gmail.com>
106 * po/gold.pot: Regenerate.
108 2014-02-06 Cary Coutant <ccoutant@google.com>
110 Fix problem where -u is ignored when a weak undef is seen.
112 * archive.cc (Library_base::should_include_member): Reorder
113 code to check for -u option if a weak undef has already been seen.
114 * testsuite/Makefile.am (weak_undef_test_2): New test case.
115 * testsuite/Makefile.in: Regenerate.
116 * testsuite/weak_undef_file3.cc: New file.
117 * testsuite/weak_undef_file4.cc: New file.
118 * testsuite/weak_undef_test_2.cc: New file.
120 2014-02-05 Cary Coutant <ccoutant@google.com>
122 Fix issues with gold undefined symbol diagnostics.
125 * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
127 * target-reloc.h (is_strong_undefined): New function.
128 (relocate_section): Move undef vtable symbol check from here.
129 Check for is_strong_undefined.
131 2014-02-05 Cary Coutant <ccoutant@google.com>
133 Fix problems with the --dynamic-list option.
136 * options.cc (General_options::parse_dynamic_list):
137 Set have_dynamic_list_.
138 (General_options::General_options): Initialize have_dynamic_list_.
139 (General_options::finalize): Turn off -Bsymbolic and
140 -Bsymbolic-functions if --dynamic-list provided.
141 * options.h (General_options::have_dynamic_list): New function.
142 (General_options::have_dynamic_list_): New data member.
143 * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
147 * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
148 in --dynamic-list, mark it.
150 * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
151 (dynamic_list_2): New test case.
152 * testsuite/Makefile.in: Regenerate.
153 * testsuite/dynamic_list_2.cc: New file.
154 * testsuite/dynamic_list_2.t: New file.
155 * testsuite/dynamic_list_lib1.cc: New file.
156 * testsuite/dynamic_list_lib2.cc: New file.
157 * testsuite/gc_dynamic_list_test.c: New file.
158 * testsuite/gc_dynamic_list_test.sh: New file.
159 * testsuite/gc_dynamic_list_test.t: New file.
161 2014-01-28 Cary Coutant <ccoutant@google.com>
163 Add .gdb_index version 7 support.
165 * gold/dwarf_reader.cc: include <utility> (for make_pair).
166 (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
168 (Dwarf_ranges_table::read_ranges_table): Likewise.
169 (Dwarf_pubnames_table::read_section): Check for GNU-style
170 sections, and for compressed debug sections.
171 (Dwarf_pubnames_table::read_header): Compute end address of table.
172 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
173 for end of list by offset, not by offset == 0.
174 (Dwarf_info_reader::do_read_string_table): Check for compressed
176 * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
177 Initialize new data members.
178 (Dwarf_pubnames_table::next_name): return flag_byte.
179 (Dwarf_pubnames_table::end_of_table_): New data member.
180 (Dwarf_pubnames_table::is_gnu_style_): New data member.
181 * gold/gdb-index.cc (gdb_index_version): Update to version 7.
182 (Gdb_index_info_reader::read_pubtable): Read flag_byte.
183 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
184 read skeleton type unit DIEs.
185 (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
186 (Gdb_index::do_write): Write flag_byte.
187 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
188 (Gdb_index::Cu_vector): Store flags along with cu indexes.
189 * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
190 * gold/testsuite/gdb_index_test_comm.sh: Likewise.
192 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
194 * version.cc (print_version): Update copyright year to 2014.
196 2013-12-19 Dimitry Andric <dimitry@andric.com>
198 * stringpool.cc (Stringpool_template::reserve): Add
199 HAVE_UNORDERED_MAP case.
200 * stringpool.cc (Stringpool_template::print_stats): Likewise.
202 2013-12-18 Cary Coutant <ccoutant@google.com>
204 * configure.ac: Check for <unordered_set> and <unordered_map>.
205 * config.in: Regenerate.
206 * configure: Regenerate.
207 * system.h: Use <unordered_set> and <unordered_map> if available.
209 2013-12-10 Roland McGrath <mcgrathr@google.com>
211 * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
212 with $(INSTALL_PROGRAM_ENV).
213 * Makefile.in: Regenerate.
215 2013-11-22 Cary Coutant <ccoutant@google.com>
217 * configure.ac: Add check for which library is needed for
219 * configure: Regenerate.
221 2013-11-22 Cary Coutant <ccoutant@google.com>
223 * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
225 * testsuite/Makefile.in: Regenerate.
227 2013-11-17 H.J. Lu <hongjiu.lu@intel.com>
229 * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
230 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
231 R_X86_64_PC32 and R_X86_64_PLT32, respectively.
232 (Target_x86_64<size>::Scan::local): Likewise.
233 (Target_x86_64<size>::Scan::global): Likewise.
234 (Target_x86_64<size>::Relocate::relocate): Likewise.
235 (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
237 (Target_x86_64<size>::Scan::check_non_pic(): Handle
240 * testsuite/Makefile.am (check_PROGRAMS): Add
241 exception_x86_64_bnd_test.
242 (exception_x86_64_bnd_test_SOURCES): New macro.
243 (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
244 (exception_x86_64_bnd_test_LDFLAGS): Likewise.
245 (exception_x86_64_bnd_test_LDADD): Likewise.
246 (exception_x86_64_bnd_1.o): New rule.
247 (exception_x86_64_bnd_2.o): Likewise.
248 * testsuite/Makefile.in: Regenerated.
250 2013-11-15 Alan Modra <amodra@gmail.com>
252 * powerpc.cc (Target_powerpc::glink_section): Provide non-const
254 (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
255 Only call ppc64_local_entry_offset for 64-bit. Restrict
256 symval_for_branch lookup to ELFv1.
257 (Stub_table::add_plt_call_entry): Use unsigned int off.
258 (Output_data_glink::Address, invalid_address): New.
259 (Output_data_glink::add_eh_frame): Move out of line. Add
261 (Output_data_glink::add_global_entry, find_global_entry,
262 global_entry_address): New functions.
263 (Output_data_glink::global_entry_stubs_, end_branch_table_,
264 ge_size): New variables.
265 (Output_data_glink::set_final_data_size): Add global entry
267 (Output_data_glink::do_write): Write global entry stubs.
268 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
269 parameter. Return true for ELFv2. Adjust callers.
270 (Target_powerpc::Scan::local, global): Restrict opd lookup to
271 ELFv1. Similarly for ifunc and dynamic relocation processing
272 specific to ELFv1. Recognize that symbols are defined on
273 their plt entries for ELFv2.
274 (Target_powerpc::symval_for_branch): Assert if called for
276 (Target_powerpc::Relocate::relocate): Use global entry plt
277 stub for symbol value if such exists on ELFv2.
278 (Target_powerpc::Relocate::relocate): Don't call
279 symval_for_branch when ELFv2. Do adjust for local entry
281 (Target_powerpc::do_dynsym_value): Set symbols to global entry
283 (Target_powerpc::do_plt_address_for_global): Similarly.
285 2013-11-14 Cary Coutant <ccoutant@google.com>
287 Revert patch -- this did not fix the problem, and there is
290 2013-11-14 Cary Coutant <ccoutant@google.com>
293 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
294 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
295 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
296 updating fde_offsets_.
297 (Eh_frame_hdr::lock_): New data member.
299 2013-11-14 Cary Coutant <ccoutant@google.com>
301 * dwp.cc (Dwo_file_entry): New type.
302 (File_list): Use Dwo_file_entry.
303 (Dwo_file::verify): New function.
304 (Dwo_file::verify_dwo_list): New function.
305 (Dwo_file::sized_verify_dwo_list): New function.
306 (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
308 (Dwp_options): New enum type.
309 (dwp_options): Add --verify-only.
312 * dwp.h (gold_info): Add declaration.
314 2013-11-14 Cary Coutant <ccoutant@google.com>
317 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
318 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
319 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
320 updating fde_offsets_.
321 (Eh_frame_hdr::lock_): New data member.
323 2013-11-06 Cary Coutant <ccoutant@google.com>
326 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
327 before reloc sections.
329 2013-11-04 Alan Modra <amodra@gmail.com>
331 * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
332 (Symbol::needs_dynamic_reloc): Test new flag.
333 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
334 (Target_powerpc::Scan::get_reference_flags): Add target param.
335 Return FUNC_DESC_ABI for 64-bit ELFv1.
336 (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
338 (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
339 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
341 2013-10-31 Cary Coutant <ccoutant@google.com>
343 Restore support for dwp v2 DWARF package file format.
345 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
346 tu_length parameter. Adjust all callers.
347 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
348 * dwp.cc: Include dwarf.h.
349 (Section_bounds): New struct type.
350 (Unit_set): New struct type.
351 (Dwo_file::Dwo_file): Initialize new data member.
352 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
353 Combine and rename to...
354 (Dwo_file::read_unit_index): ...this.
355 (Dwo_file::sized_read_compunit_index)
356 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
357 (Dwo_file::sized_read_unit_index): ...this.
358 (Dwo_file::copy_section): Remove section_name, is_str_offsets
359 parameters; add section_id parameter.
360 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
361 (Dwo_file::add_unit_set): ...this.
362 (Dwo_file::shndx_map_): Remove.
363 (Dwo_file::sect_offsets_): New data member.
364 (Dwp_output_file::Dwp_output_file): Initialize new data members.
365 (Dwp_output_file::add_section): Rename to...
366 (Dwp_output_file::add_contribution): ...this.
367 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
368 (Dwp_output_file::add_tu_set): Likewise.
369 (Dwp_output_file::Contribution): New type.
370 (Dwp_output_file::Section::contributions): New data member.
371 (Dwp_output_file::Cu_or_tu_set): Remove.
372 (Dwp_output_file::Section::Section): New ctor.
373 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
374 (Dwp_output_file::Dwp_index::Section_table): New type.
375 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
376 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
378 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
379 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
380 (Dwp_output_file::Dwp_index::section_table): New member function.
381 (Dwp_output_file::Dwp_index::section_table_end): New member function.
382 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
383 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
384 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
385 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
386 (Dwp_output_file::Dwp_index::section_table_): New data member.
387 (Dwp_output_file::Dwp_index::section_mask_): New data member.
388 (Dwp_output_file::add_output_section): New member function.
389 (Dwp_output_file::write_new_section): New member function.
390 (Dwp_output_file::write_contributions): New member function.
391 (Dwp_output_file::section_id_map_): New data member.
392 (class Dwo_id_info_reader): Remove.
393 (class Unit_reader): New class.
394 (get_dwarf_section_name): New function.
395 (Dwo_file::read_executable): Adjust initializations of class data.
396 (Dwo_file::read): Add support for v2 package file format.
397 (Dwo_file::read_unit_index): Likewise.
398 (Dwo_file::sized_read_unit_index): Likewise.
399 (Dwo_file::copy_section): Likewise.
400 (Dwo_file::add_unit_set): Likewise.
401 (Dwp_output_file::add_output_section): Likewise.
402 (Dwp_output_file::add_contribution): Likewise.
403 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
405 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
407 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
409 (Dwp_output_file::initialize): Remove unused function.
410 (Dwp_output_file::finalize): Add support for v2 package file format.
411 (Dwp_output_file::write_index): Likewise.
412 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
415 2013-10-31 Cary Coutant <ccoutant@google.com>
417 * configure.ac: Fix check for -fmerge-constants.
418 * configure.ac: Regenerate.
420 2013-10-30 Roland McGrath <mcgrathr@google.com>
422 * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
423 Correct 9-byte nop sequence to match what the assembler generates.
425 2013-10-30 Alan Modra <amodra@gmail.com>
427 * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
428 ppc64_local_entry_offset, ppc64_local_entry_offset,
429 do_read_symbols): New functions.
430 (Powerpc_relobj::e_flags_, st_other_): New vars.
431 (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
432 (Powerpc_dynobj::abiversion, set_abiversion): New functions.
433 (Powerpc_relobj::e_flags_): New var.
434 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
435 and adjust for ELFv2.
436 (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
437 (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
438 (Powerpc_dynobj::do_find_special_sections): Likewise.
439 (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
440 (Target_powerpc::Branch_info::make_stub): Adjust stub destination
441 to ELFv2 local entry.
442 (Target_powerpc::do_relax): No thread safe barriers needed for
444 (Output_data_plt_powerpc::initial_plt_entry_size_,
445 plt_entry_size): Delete. Replace all uses with
446 first_plt_entry_offset() and plt_entry_size().
447 (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
448 reserved_size parm. Update callers.
449 (Output_data_plt_powerpc::entry_count): Update.
450 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
451 and use Target_powerpc::first_plt_entry_offset().
452 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
453 rename to plt_entry_size.
454 (Output_data_plt_powerpc::add_ifunc_entry,
455 add_local_ifunc_entry): Adjust reloc for ELFv2.
456 (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
457 (glink_eh_frame_fde_64v2): New.
458 (Stub_table::plt_call_size): Support ELFv2 sizing.
459 (Output_data_glink::add_eh_frame): Use the new FDE.
460 (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
461 (Stub_table::do_write): Write ELFv2 stubs and glink.
462 (Target_powerpc::Relocate::relocate): Replaces nop after call
463 with ld 2,24(1) and adjust local offset destination for ELFv2.
465 2013-10-30 Alan Modra <amodra@gmail.com>
467 * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
468 (Target_powerpc::Scan::global, local): Likewise.
469 (Target_powerpc::Relocate::relocate): Likewise. Check for overflow
470 on all ppc64 @h and @ha relocs.
472 2013-10-14 Alan Modra <amodra@gmail.com>
474 * output.h (Output_data_got::add_constant): Tidy.
475 (Output_data_got::add_constant_pair): New function.
476 * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
477 methods used so as to first call reserve_ent().
479 2013-10-11 Roland McGrath <mcgrathr@google.com>
481 * powerpc.cc (Output_data_got_powerpc): Remove unused methods
482 add_got_entry and add_got_entry_pair.
484 * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
485 (HAVE_PUBNAMES): Likewise.
486 * configure: Regenerate.
488 * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
489 * testsuite/Makefile.in: Regenerate.
491 * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
492 Remove const from declaration.
493 * target.cc (Sized_target::do_adjust_elf_header): Update definition.
494 * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
495 * output.h (Output_file_header): Remove const from member target_
496 and corresponding constructor argument.
497 * output.cc (Output_file_header::Output_file_header): Update prototype.
498 (Output_file_header::do_sized_write): Use this->target_ in place
499 of parameters()->target().
501 * testsuite/undef_symbol.cc (Foo::get_a): New method.
503 * configure.ac (MERGE_CONSTANTS_FLAG): New check.
504 * configure: Regenerate.
505 * Makefile.in: Regenerate.
506 * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
507 * testsuite/merge_string_literals_2.c: Likewise.
508 * testsuite/Makefile.am
509 (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
510 (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
511 literal -fmerge-constants.
512 * testsuite/Makefile.in: Regenerate.
514 * i386.cc (Target_i386): Remove unused member dynbss_.
515 * arm.cc (Target_arm): Likewise.
516 * powerpc.cc (Target_powerpc): Likewise.
517 * sparc.cc (Target_sparc): Likewise.
518 * tilegx.cc (Target_tilegx): Likewise.
519 * x86_64.cc (Target_x86_64): Likewise.
520 * dwarf_reader.h (Dwarf_info_reader): Remove unused members
521 type_signature_, type_offset_.
522 * plugin.h (Plugin_hook): Remove unused member layout_.
523 * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
525 (Read_member): Remove unused members input_objects_, symtab_,
527 (Check_library): Remove unused member symtab_.
528 * archive.h (Lib_group): Remove unused member lib_.
529 * archive.cc (Lib_group::Lib_group): Update initializer.
530 * incremental.h (Incremental_binary): Remove unused member target_.
531 (Incremental_script_entry): Removed unused member script_.
532 * layout.h (Write_symbols_task): Remove unused member input_objects_.
533 * icf.h (Icf): Remove unused member num_tracked_relocs.
535 * gold-threads.h (Once): Conditionalize member was_run_lock_ on
536 [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
538 * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
540 * archive.h: Use struct rather than class for forward declaration
541 of Read_symbols_data.
543 2013-10-07 Cary Coutant <ccoutant@google.com>
546 * testsuite/Makefile.am (icf_test): Fix dependencies.
547 (icf_safe_test): Likewise.
548 (icf_safe_so_test): Likewise.
549 (large_symbol_alignment): Add empty _LDADD rule.
550 * testsuite/Makefile.in: Regenerate.
552 2013-09-03 Pavel Chupin <pavel.v.chupin@intel.com>
555 * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
556 relocation for R_X86_64_32 on x32.
558 2013-08-27 Roland McGrath <mcgrathr@google.com>
560 * output.cc (Output_segment::set_section_addresses): Take new
561 Target* argument. If target->isolate_execinstr() and the segment
562 is executable and starts at a target->abi_pagesize() boundary,
563 pad its end out to a target->abi_pagesize() boundary with code fill.
564 * output.h (Output_segment::set_section_addresses): Update decl.
565 * layout.h (Layout::check_output_data_for_reset_values): Take new
566 argument RELAX_OUTPUTS.
567 (Layout): New member relax_output_list_.
568 (Layout::add_relax_output): New method.
569 * layout.cc (Layout::Layout): Update constructor.
570 (Layout::reset_relax_output): New method.
571 (Layout::clean_up_after_relaxation): Call it.
572 (Layout::prepare_for_relaxation): Update caller.
573 (Layout::set_segment_offsets): Update callers of set_section_addresses.
574 Call reset_relax_output before re-processing segments for
575 isolate_execinstr case.
576 (Layout::write_data): Handle relax_output_list_.
577 (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
578 Take new argument RELAX_OUTPUTS. Assert it's an empty collection.
580 2013-08-23 Yuri Chornoivan <yurchor@ukr.net>
583 * object.h: Fix typos.
585 2013-08-16 Roland McGrath <mcgrathr@google.com>
587 * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
588 * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
590 2013-08-07 Cary Coutant <ccoutant@google.com>
592 Revert support for v2 DWP files:
594 2013-03-01 Cary Coutant <ccoutant@google.com>
596 Add dwp support for v2 DWARF package file format.
597 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
598 tu_length parameter. Adjust all callers.
599 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
600 * dwp.cc: Include dwarf.h.
601 (Section_bounds): New struct type.
602 (Unit_set): New struct type.
603 (Dwo_file::Dwo_file): Initialize new data member.
604 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
605 Combine and rename to...
606 (Dwo_file::read_unit_index): ...this.
607 (Dwo_file::sized_read_compunit_index)
608 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
609 (Dwo_file::sized_read_unit_index): ...this.
610 (Dwo_file::copy_section): Remove section_name, is_str_offsets
611 parameters; add section_id parameter.
612 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
613 (Dwo_file::add_unit_set): ...this.
614 (Dwo_file::shndx_map_): Remove.
615 (Dwo_file::sect_offsets_): New data member.
616 (Dwp_output_file::Dwp_output_file): Initialize new data members.
617 (Dwp_output_file::add_section): Rename to...
618 (Dwp_output_file::add_contribution): ...this.
619 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
620 (Dwp_output_file::add_tu_set): Likewise.
621 (Dwp_output_file::Contribution): New type.
622 (Dwp_output_file::Section::contributions): New data member.
623 (Dwp_output_file::Cu_or_tu_set): Remove.
624 (Dwp_output_file::Section::Section): New ctor.
625 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
626 (Dwp_output_file::Dwp_index::Section_table): New type.
627 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
628 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
630 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
631 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
632 (Dwp_output_file::Dwp_index::section_table): New member function.
633 (Dwp_output_file::Dwp_index::section_table_end): New member function.
634 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
635 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
636 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
637 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
638 (Dwp_output_file::Dwp_index::section_table_): New data member.
639 (Dwp_output_file::Dwp_index::section_mask_): New data member.
640 (Dwp_output_file::add_output_section): New member function.
641 (Dwp_output_file::write_new_section): New member function.
642 (Dwp_output_file::write_contributions): New member function.
643 (Dwp_output_file::section_id_map_): New data member.
644 (class Dwo_id_info_reader): Remove.
645 (class Unit_reader): New class.
646 (get_dwarf_section_name): New function.
647 (Dwo_file::read_executable): Adjust initializations of class data.
648 (Dwo_file::read): Add support for v2 package file format.
649 (Dwo_file::read_unit_index): Likewise.
650 (Dwo_file::sized_read_unit_index): Likewise.
651 (Dwo_file::copy_section): Likewise.
652 (Dwo_file::add_unit_set): Likewise.
653 (Dwp_output_file::add_output_section): Likewise.
654 (Dwp_output_file::add_contribution): Likewise.
655 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
657 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
659 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
661 (Dwp_output_file::initialize): Remove unused function.
662 (Dwp_output_file::finalize): Add support for v2 package file format.
663 (Dwp_output_file::write_index): Likewise.
664 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
667 2013-07-31 Cary Coutant <ccoutant@google.com>
669 * object.cc (Sized_relobj::do_output_section_address): New function.
670 (Sized_relobj): Instantiate explicitly.
671 * object.h (Object::output_section_address): New function.
672 (Object::do_output_section_address): New function.
673 (Sized_relobj::do_output_section_address): New function.
674 * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
676 2013-07-30 Cary Coutant <ccoutant@google.com>
677 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
679 * parameters.cc (Parameters::entry): Return target-specific entry
681 * target.h (Target::entry_symbol_name): New function.
682 (Target_info::entry_symbol_name): New data member.
684 * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
685 * i386.cc (Target_i386::i386_info): Likewise.
686 (Target_i386_nacl::i386_nacl_info): Likewise.
687 * sparc.cc (Target_sparc::sparc_info): Likewise.
688 * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
689 * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
690 (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
691 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
693 2013-07-22 Sterling Augustine <saugustine@google.com>
695 * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
696 Convert parameter shndx to local variable. Add parameters symtab
697 and symtab_size. Scan over section names. Find relocation
698 section corresponding to current section. Create and initialize
699 reloc_mapper_ and reloc_type_.
700 (Dwarf_pubnames_table::read_header): Add assertion. Change
701 unit_length to off_t. Initialize member unit_length_. Fill in field
703 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
704 Initialize new fields unit_length_ and cu_offset_.
705 (Dwarf_pubnames_table::read_section): Update prototype.
706 (Dwarf_pubnames_table::cu_offset): New member function.
707 (Dwarf_pubnames_table::subsection_size): Likewise.
708 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
710 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
711 member functions public.
712 * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
713 Update comment. Rework logic. Move repeated parts to...
714 (Gdb_index_info_reader::read_pubtable): ...here. New function.
715 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
716 pubtypes_table_, and stmt_list_offset.
717 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
718 Gdb_index::find_pubtype_offset,
719 Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
720 (Gdb_index::pubnames_read): Update prototype and rework logic.
721 * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
723 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
724 Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
725 Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
726 Gdb_index::map_pubtable_to_dies):
728 (Gdb_index::pubnames_read): Update declaration.
729 (Gdb_index::Pubname_offset_map): New type.
730 (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
731 Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
732 Gdb_index::stmt_list_offset): Declare.
733 (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
734 Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
735 Gdb_index::pubtypes_offset_): Remove.
737 2013-07-19 Roland McGrath <mcgrathr@google.com>
739 * options.h (General_options): Add -Trodata-segment option.
740 * parameters.cc (Parameters::check_rodata_segment): New function.
741 (Parameters::set_target_once): Call it.
742 * parameters.h (Parameters): Declare it (private member function).
743 * layout.cc (load_seg_unusable_for_headers): New function, broken
744 out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr()
745 then validate rodata segment rather than text segment.
746 (relaxation_loop_body): Call that.
747 (is_text_segment): New function. Don't admit a non-executable
748 segment if TARGET->isolate_execinstr().
749 (set_segment_offsets): Call it. Honor -Trodata-segment option.
751 2013-07-15 Shawn Landden <shawnlandden@gmail.com>
754 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
755 * nacl.h (Sniff_file::View::View): Request aligned view.
757 2013-07-11 Cary Coutant <ccoutant@google.com>
759 * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
760 correct BRLT entry size.
762 2013-07-03 Alan Modra <amodra@gmail.com>
764 * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
767 2013-07-01 Cary Coutant <ccoutant@google.com>
769 * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
771 (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
772 (Dwarf_ranges_table::lookup_reloc): New function.
773 * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
775 (Dwarf_ranges_table::lookup_reloc): New function.
776 (Dwarf_ranges_table::reloc_type_): New data member.
778 2013-06-27 Jing Yu <jingyu@google.com>
781 * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
783 (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
784 (Target_powerpc::do_relax): Call the above.
786 2013-06-27 Cary Coutant <ccoutant@google.com>
788 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
789 on garbage collected .opd section.
791 2013-06-27 Alan Modra <amodra@gmail.com>
793 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
795 (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
796 (Target_powerpc::do_function_location): Likewise for loc->shndx.
798 2013-06-14 Cary Coutant <ccoutant@google.com>
800 * resolve.cc (Symbol::override_base): Don't override st_type
801 from plugin placeholder symbols.
802 (Symbol_table::resolve): Likewise.
803 (Symbol_table::should_override): Don't complain about TLS mismatch
804 if the TO symbol is a plugin placeholder.
805 * testsuite/Makefile.am (plugin_test_tls): New test.
806 * testsuite/Makefile.in: Regenerate.
807 * testsuite/plugin_test_tls.sh: New test script.
808 * testsuite/two_file_test_2_tls.cc: New test source.
809 * testsuite/two_file_test_tls.cc: New test source.
811 2013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
813 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
814 the maximum segment alignment is larger than the page size.
815 * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
816 correctly aligns the symbols with large alignemnt.
817 * testsuite/Makefile.in: Regenerate.
818 * testsuite/large_symbol_alignment.cc: New file.
820 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>
821 Sriraman Tallam <tmsriram@google.com>
823 * options.h (sort_section): New option.
824 * output.h (Input_section_sort_section_prefix_special_ordering_compare):
825 Rename from Input_section_sort_section_name_special_ordering_compare.
826 (Input_section_sort_section_name_compare): New struct.
827 * output.cc (Output_section::Input_section_sort_section_name_compare::
828 operator()): New function.
829 (Output_section::sort_attached_input_sections): Use new sort function
830 for .text if --sort-section=name is specified.
831 * layout.cc (Layout::make_output_section):
832 Add sorting by name when --sort-section=name is specified.
833 * testsuite/Makefile.am (text_section_grouping): Test option
835 * testsuite/Makefile.in: Regenerate.
836 * testsuite/section_sorting_name.cc: New file.
837 * testsuite/section_sorting_name.sh: New file.
839 2013-05-21 Cary Coutant <ccoutant@google.com>
841 * symtab.h (Symbol::is_cxx_vtable): New function.
842 * target-reloc.h (relocate_section): Check for vtable symbol.
843 * testsuite/Makefile.am (missing_key_func.sh): New test case.
844 * testsuite/Makefile.in: Regenerate.
845 * testsuite/missing_key_func.cc: New test source.
846 * testsuite/missing_key_func.sh: New test script.
848 2013-05-21 Cary Coutant <ccoutant@google.com>
850 * object.cc (Sized_relobj_file::get_symbol_location_info): Set
851 type of enclosing symbol.
852 (Relocate_info::location): Check symbol type when describing symbol.
853 * object.h (Symbol_location_info): Remove unused line_number;
854 add enclosing_symbol_type.
855 * testsuite/debug_msg.sh: Adjust expected output.
857 2013-05-13 Cary Coutant <ccoutant@google.com>
859 * configure.ac: Export DEFAULT_TARGET.
860 * configure: Regenerate.
861 * Makefile.in: Regenerate.
862 * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
863 * testsuite/Makefile.in: Regenerate.
864 * testsuite/debug_msg.sh: Delete duplicate tests.
865 Don't check undef_int error message match for powerpc where the
866 source file and line number aren't available.
868 2013-05-10 Roland McGrath <mcgrathr@google.com>
870 * options.h (General_options): Add --rosegment-gap option.
871 * options.cc (finalize): --rosegment-gap implies --rosegment.
872 * layout.cc (set_segment_offsets): Let user option override
873 target->rosegment_gap().
875 2013-05-10 Roland McGrath <mcgrathr@google.com>
877 * options.h (General_options): Remove leading space from help
878 messages for -nostdlib and --rosegment.
880 2013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
883 * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
885 2013-05-03 Alan Modra <amodra@gmail.com>
887 * merge.cc (Output_merge_string::do_add_input_section): Correct
888 scan for number of strings. Rename vars to avoid shadowing.
889 Include missing terminator in input_size_.
891 2013-05-01 H.J. Lu <hongjiu.lu@intel.com>
893 * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
894 Restore empty string handling.
896 2013-05-01 Cary Coutant <ccoutant@google.com>
898 * stringpool.cc (Stringpool_template::new_key_offset): Fix
899 uninitialized warning.
901 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
903 * output.cc (Output_section::add_merge_input_section): Allow
904 to merge sections if the alignment is more than character size.
905 * merge.h (Output_merge_string::Output_merge_string): Remove
907 * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
908 only not-null strings. Check the alignment of strings.
910 (Stringpool_template<Stringpool_char>::Stringpool_template): Add
911 alignment as the argument.
912 (Stringpool_template<Stringpool_char>::addralign_): New class member.
913 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
914 Align non-zero length strings according to the addralign_.
915 (Stringpool_template<Stringpool_char>::set_string_offsets):
916 Updating offsets according to the given alignment.
917 * testsuite/Makefile.am (text_section_grouping): Test if string
918 literals are getting merged.
919 * testsuite/Makefile.in: Regenerate.
920 * testsuite/merge_string_literals_1.c: New file.
921 * testsuite/merge_string_literals_2.c: Ditto.
922 * testsuite/merge_string_literals.sh: Ditto.
924 2013-04-26 Ian Lance Taylor <iant@google.com>
926 * target-reloc.h (relocate_section): If the reloc offset is out of
927 range, pass VIEW as NULL to relocate.relocate.
928 * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
929 * i386.cc (Target_i386::Relocate::relocate): Likewise.
930 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
931 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
932 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
933 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
935 2013-04-26 Geoff Pike <gpike@chromium.org>
937 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
938 * layout.cc (Hash_task): New class.
939 (Layout::queue_build_id_tasks): New function.
940 (Layout::write_build_id): Handle single-thread portion of build ID
941 computation. (In some cases, all of it is single-threaded.) Replace
942 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
943 functionality in fewer lines of code.
944 * layout.h (Layout::queue_build_id_tasks): New function declaration.
945 * options.h (General_options): make "--build-id" default to tree
946 rather than sha1. Add two new options related to --build-id=tree:
947 --build-id-chunk-size-for-treehash and
948 --build-id-min-file-size-for-treehash.
949 * Makefile.am: add testing of --build-id=tree and related new options
950 (these tests will be invoked by "make check").
951 * Makefile.in: Regenerate.
953 2013-04-25 Alan Modra <amodra@gmail.com>
955 * configure.tgt: Add powerpcle and powerpc64le.
957 2013-04-22 Alan Modra <amodra@gmail.com>
960 * layout.cc (Layout::segment_precedes): Allow more than one
961 segment with the same type and flags.
963 2013-04-15 Cary Coutant <ccoutant@google.com>
965 * layout.cc (Layout::set_relocatable_section_offsets): Don't
966 allocate space in file for BSS sections.
968 2013-04-15 Cary Coutant <ccoutant@google.com>
970 * script-sections.cc (Orphan_output_section): Reset address
971 to zero after each orphaned section for relocatable links.
973 2013-04-15 Cary Coutant <ccoutant@google.com>
975 * symtab.cc (Symbol_table::sized_write_globals): Subtract
976 section starting address for relocatable link.
977 * testsuite/Makefile.am (script_test_11): New test.
978 * testsuite/Makefile.in: Regenerate.
979 * testsuite/script_test_11.c: New source file.
980 * testsuite/script_test_11.t: New linker script.
982 2013-04-13 Alan Modra <amodra@gmail.com>
984 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
985 owner when sections are not adjacent and exceed group size.
986 (Target_powerpc::group_sections): Handle corner case.
987 (Target_powerpc::Branch_info::make_stub): Handle case where
988 stub table doesn't exist due to branches in non-exec sections.
989 (Target_powerpc::Relocate::relocate): Likewise.
991 2013-04-11 Alan Modra <amodra@gmail.com>
994 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
995 .branch_lt to match bfd ld. Adjust comments throughout file.
997 2013-04-04 Ian Lance Taylor <iant@google.com>
1000 * object.cc (do_layout_deferred_sections): Handle .eh_frame
1001 sections before checking whether they are included in the link.
1003 2013-03-29 Sriraman Tallam <tmsriram@google.com>
1005 * archive.cc (Archive::get_elf_object_for_member): Create the elf
1006 object before calling the plugin claim_file handler. Pass the elf
1007 object of the archive to the plugin. Delete the elf object if the
1008 plugin claims the file.
1010 2013-03-21 Alan Modra <amodra@gmail.com>
1012 * layout.cc (Layout::set_segment_offsets): Accept writable .text
1013 segment when omagic.
1015 2013-03-21 Alan Modra <amodra@gmail.com>
1017 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
1019 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
1020 uninitialized" warning.
1022 2013-03-20 Alan Modra <amodra@gmail.com>
1024 * symtab.h (Symbol::clear_version): New function.
1025 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
1026 is_needed by weak references. Clear version for symbols defined
1027 in as-needed objects that are not needed.
1029 2013-03-15 Alan Modra <amodra@gmail.com>
1031 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
1032 static and public. Add report_err param. Return false for data refs.
1033 (Target_powerpc::rela_dyn_section): New overloaded function.
1034 (Target_powerpc::plt_, iplt_): Elucidate.
1035 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
1036 (Output_data_plt_powerpc::do_write): Don't write .iplt.
1037 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
1038 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
1039 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
1040 push_branch and make_plt_entry for ifunc syms when
1041 reloc_needs_plt_for_ifunc.
1042 (Target_powerpc::Relocate::relocate): Don't use plt entry value
1043 for ifunc unless reloc_needs_plt_for_ifunc.
1045 2013-03-15 Alan Modra <amodra@gmail.com>
1047 * gc.h (gc_process_relocs): Don't look through function descriptors.
1048 * icf.cc (get_section_contents): Do so here instead.
1050 2013-03-13 Alan Modra <amodra@gmail.com>
1052 * powerpc.cc (is_branch_reloc): Forward declare.
1053 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
1054 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
1055 false for 64-bit, true for 32-bit non-branch relocs.
1056 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
1057 * testsuite/Makefile.am (icf_test): Use linker map file instead of
1059 (icf_safe_test): Generate linker map file as well as nm output.
1060 (icf_safe_so_test): Likewise.
1061 * testsuite/Makefile.in: Regenerate.
1062 * testsuite/icf_test.sh: Parse linker map file to determine
1064 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
1065 * testsuite/icf_safe_so_test.sh: Likewise.
1066 (X86_32_or_ARM_specific_safe_fold): Merge into..
1067 (arch_specific_safe_fold): ..this.
1068 (X86_64_specific_safe_fold): Delete unused function.
1070 2013-03-12 Alan Modra <amodra@gmail.com>
1072 * gc.h (gc_process_relocs): Look through function descriptors
1073 to determine shndx, symvalue and addend used by ICF. Tidy
1074 variable duplication.
1076 2013-03-11 Alan Modra <amodra@gmail.com>
1078 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
1079 * layout.cc (Layout_task_runner::run): ..to here.
1080 * symtab.h (struct Symbol_location): Extract from..
1081 (class Symbol_table): ..here.
1082 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
1083 * target.h (class Target): Add function_location and
1084 do_function_location functions.
1085 (class Sized_target): Add do_function_location.
1086 * object.h (class Sized_relobj_file): Move find_shdr..
1087 (class Object): ..to here.
1088 * object.cc: Likewise. Update to suit. Instantiate.
1089 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
1090 * powerpc.cc (class Powerpc_dynobj): New.
1091 (Target_powerpc::do_function_location): New function.
1092 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
1093 (Powerpc_dynobj::do_read_symbols): New function.
1094 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
1096 2013-03-08 Ian Lance Taylor <iant@google.com>
1098 * options.cc (General_options::string_to_object_format): Accept
1101 2013-03-08 Alan Modra <amodra@gmail.com>
1103 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
1104 pointer to Post_fde.
1105 (struct Post_fde): Move definition to here..
1106 * ehframe.cc (struct Post_fde): ..from here.
1107 (Cie::write): Don't alloc Post_fde.
1108 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
1110 2013-03-07 Alan Modra <amodra@gmail.com>
1112 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
1113 relocation referencing .LC0.
1114 * testsuite/discard_locals_test.sh: Remove FIXMEs.
1116 2013-03-07 Alan Modra <amodra@gmail.com>
1118 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
1119 always_inline. Add assembly for powerpc to avoid GOT.
1121 2013-03-07 Alan Modra <amodra@gmail.com>
1123 * testsuite/script_test_10.sh: Don't test .bss section
1126 2013-03-06 Alan Modra <amodra@gmail.com>
1128 * powerpc.cc (class Powerpc_relobj): Move some member functions.
1129 (Target_powerpc::symval_for_branch): Add symtab param. Update
1130 all callers. Handle folded sections.
1131 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
1133 (Global_symbol_visitor_opd::operator()): Likewise.
1135 2013-03-04 Alan Modra <amodra@gmail.com>
1137 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
1138 * testsuite/Makefile.in: Regenerate.
1140 2013-03-01 Cary Coutant <ccoutant@google.com>
1142 Add dwp support for v2 DWARF package file format.
1143 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1144 tu_length parameter. Adjust all callers.
1145 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1146 * dwp.cc: Include dwarf.h.
1147 (Section_bounds): New struct type.
1148 (Unit_set): New struct type.
1149 (Dwo_file::Dwo_file): Initialize new data member.
1150 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1151 Combine and rename to...
1152 (Dwo_file::read_unit_index): ...this.
1153 (Dwo_file::sized_read_compunit_index)
1154 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1155 (Dwo_file::sized_read_unit_index): ...this.
1156 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1157 parameters; add section_id parameter.
1158 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1159 (Dwo_file::add_unit_set): ...this.
1160 (Dwo_file::shndx_map_): Remove.
1161 (Dwo_file::sect_offsets_): New data member.
1162 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1163 (Dwp_output_file::add_section): Rename to...
1164 (Dwp_output_file::add_contribution): ...this.
1165 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1166 (Dwp_output_file::add_tu_set): Likewise.
1167 (Dwp_output_file::Contribution): New type.
1168 (Dwp_output_file::Section::contributions): New data member.
1169 (Dwp_output_file::Cu_or_tu_set): Remove.
1170 (Dwp_output_file::Section::Section): New ctor.
1171 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1172 (Dwp_output_file::Dwp_index::Section_table): New type.
1173 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1174 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1176 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1177 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1178 (Dwp_output_file::Dwp_index::section_table): New member function.
1179 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1180 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1181 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1182 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1183 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1184 (Dwp_output_file::Dwp_index::section_table_): New data member.
1185 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1186 (Dwp_output_file::add_output_section): New member function.
1187 (Dwp_output_file::write_new_section): New member function.
1188 (Dwp_output_file::write_contributions): New member function.
1189 (Dwp_output_file::section_id_map_): New data member.
1190 (class Dwo_id_info_reader): Remove.
1191 (class Unit_reader): New class.
1192 (get_dwarf_section_name): New function.
1193 (Dwo_file::read_executable): Adjust initializations of class data.
1194 (Dwo_file::read): Add support for v2 package file format.
1195 (Dwo_file::read_unit_index): Likewise.
1196 (Dwo_file::sized_read_unit_index): Likewise.
1197 (Dwo_file::copy_section): Likewise.
1198 (Dwo_file::add_unit_set): Likewise.
1199 (Dwp_output_file::add_output_section): Likewise.
1200 (Dwp_output_file::add_contribution): Likewise.
1201 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1203 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1205 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1207 (Dwp_output_file::initialize): Remove unused function.
1208 (Dwp_output_file::finalize): Add support for v2 package file format.
1209 (Dwp_output_file::write_index): Likewise.
1210 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1213 2013-03-01 Cary Coutant <ccoutant@google.com>
1215 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
1216 function into class definition in header file.
1217 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
1218 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
1220 (Dwarf_info_reader::check_buffer): Move here from .cc file.
1222 2013-02-28 Alan Modra <amodra@gmail.com>
1224 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
1225 * target.cc (Target::do_plt_fde_location): New function.
1226 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
1227 accessor function, and constructor param.
1228 (struct Post_fde, Post_fdes): Declare.
1229 (Cie::write): Add post_fdes param.
1230 * ehframe.cc (Fde::write): Use plt_fde_location.
1231 (struct Post_fde): Define.
1232 (Cie::write): Stash FDEs added post merge mapping.
1233 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
1234 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
1235 (Eh_frame::do_sized_write): Arrange to write post map FDES after
1237 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
1238 (Target_powerpc::has_glink): New function.
1239 (Target_powerpc::do_relax): Add eh_frame info for stubs.
1240 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
1241 glink_eh_frame_fde_32, default_fde): New data.
1242 (Stub_table::eh_frame_added_): New var.
1243 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
1245 (Stub_table::add_eh_frame): New function.
1246 (Output_data_glink::add_eh_frame): New function.
1247 (Target_powerpc::make_glink_section): Call add_eh_frame.
1249 2013-02-15 Ian Lance Taylor <iant@google.com>
1251 * options.h (DEFINE_uint64_alias): Define.
1252 (class General_options): Add -Ttext-segment as an alias for
1255 2013-02-15 Alan Modra <amodra@gmail.com>
1257 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
1258 (Stub_table::do_write): ..here, two places.
1259 (Stub_table::plt_call_size): Use it here too.
1261 2013-02-11 Ian Lance Taylor <iant@google.com>
1263 * descriptors.cc (Descriptors::close_all): New function.
1264 * descriptors.h (class Descriptors): Declare close_all.
1265 (close_all_descriptors): New inline function.
1266 * plugin.cc: Include "descriptors.h".
1267 (Plugin_manager::cleanup): Call close_all_descriptors.
1269 2013-02-06 Alan Modra <amodra@gmail.com>
1271 * README: Update coding style link.
1273 2013-01-28 Cary Coutant <ccoutant@google.com>
1275 * dwp.cc (File_list): New typedef.
1276 (Dwo_name_info_reader): New class.
1277 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
1278 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
1279 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
1280 (Dwo_file::read_executable): New function.
1281 (Dwo_file::read): Move common setup code to ...
1282 (Dwo_file::make_object): ... here.
1283 (dwp_options): Add --exec/-e.
1287 2013-01-24 Sriraman Tallam <tmsriram@google.com>
1289 * layout.cc (Layout::layout): Check for option text_reorder.
1290 (Layout::make_output_section): Ditto.
1291 * options.h (text_reorder): New option.
1292 * output.cc (Input_section_sort_compare): Remove special ordering
1295 Input_section_sort_section_name_special_ordering_compare::
1296 operator()): New function.
1297 (Output_section::sort_attached_input_sections): Use new sort function
1299 * output.h (Input_section_sort_section_name_special_ordering_compare):
1301 * testsuite/Makefile.am (text_section_grouping): Test option
1303 * testsuite/Makefile.in: Regenerate.
1304 * testsuite/text_section_grouping.sh: Check order of functions without
1305 default text reordering.
1307 2013-01-18 Mike Frysinger <vapier@gentoo.org>
1309 * options.h (General_options): Change default to true for new_dtags.
1311 2013-01-18 Mike Frysinger <vapier@gentoo.org>
1313 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
1314 when enable_new_dtags is false. Only add DT_RUNPATH when
1315 enable_new_dtags is true.
1317 2013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
1319 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
1320 used in declaration and definition consistent.
1321 (Target_powerpc::symval_for_branch): Ditto.
1323 2013-01-16 Sriraman Tallam <tmsriram@google.com>
1325 * testsuite/plugin_final_layout.cc: Fix comment.
1327 2013-01-16 Sriraman Tallam <tmsriram@google.com>
1329 * layout.cc (Layout::layout): Do not do default sorting for
1330 text sections when section ordering is specified.
1331 (make_output_section): Ditto.
1332 * testsuite/plugin_final_layout.cc: Name the function sections
1333 to catch reordering issues.
1335 2013-01-15 Alan Modra <amodra@gmail.com>
1337 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
1340 2013-01-15 Alan Modra <amodra@gmail.com>
1342 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
1343 * testsuite/Makefile.in: Regenerate.
1345 2013-01-14 Alan Modra <amodra@gmail.com>
1347 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
1348 * testsuite/Makefile.in: Regenerate.
1350 2013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
1353 Fix mingw gold build with plugins enabled
1354 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
1355 * configure.ac: Export DLOPEN_LIBS and add headers check.
1356 * plugin.cc: Handle non-dlfcn case.
1357 * Makefile.in: Regenerate.
1358 * config.in: Regenerate.
1359 * configure: Regenerate.
1360 * testsuite/Makefile.in: Regenerate.
1362 2013-01-09 Sriraman Tallam <tmsriram@google.com>
1364 * output.h (sort_attached_input_sections): Change to be public.
1365 * script-sections.cc
1366 (Output_section_definition::set_section_addresses): Sort
1367 attached input sections according to section order before linker
1368 script assigns section addresses.
1369 (Orphan_output_section::set_section_addresses): Sort
1370 attached input sections according to section order before linker
1371 script assigns section addresses.
1372 * Makefile.am (final_layout.sh): Use a simple linker script to
1373 check if section ordering still works.
1374 * Makefile.in: Regenerate.
1376 2013-01-09 Ben Cheng <bccheng@google.com>
1378 * arm.cc (Target_arm::attributes_accept_div): New function.
1379 (Target_arm::attributes_forbid_div): New function.
1380 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
1381 attribute using the same new functions as what bfd/elf32_arm.c
1384 2013-01-07 Cary Coutant <ccoutant@google.com>
1387 * output.cc (Output_section::add_input_section): For incremental
1388 updates, don't track input sections that are allocated from patch
1391 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1392 Ian Lance Taylor <iant@google.com>
1395 * configure.ac (--enable-ld): Removed.
1396 (install_as_default): Set to yes only for --enable-gold=default
1398 * configure: Regenerated.
1400 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1402 * options.h (General_options): Add -fuse-ld= for GCC linker
1403 option compatibility.
1405 2013-01-04 Cary Coutant <ccoutant@google.com>
1407 * configure.ac: Fix typo restoring CXXFLAGS.
1408 * configure: Regenerate.
1410 2013-01-04 Cary Coutant <ccoutant@google.com>
1412 * testsuite/Makefile.am (CXXLINK_S): New macro.
1413 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
1414 * testsuite/Makefile.in: Regenerate.
1416 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
1418 * version.cc (print_version): Update copyright year to 2013.
1420 2012-12-20 Ian Lance Taylor <iant@google.com>
1422 * layout.cc (Layout::special_ordering_of_input_section): New
1424 (Layout::layout): If input section requires special ordering, must
1425 sort input sections.
1426 (Layout::make_output_section): May sort .text input sections.
1427 (Layout::is_section_name_prefix_grouped): Remove.
1428 * layout.h (class Layout): Declare
1429 special_ordering_of_input_section. Don't declare
1430 is_section_name_prefix_grouped.
1431 * output.cc (Output_section::add_input_section): Revert last
1433 (Output_section::Input_section_sort::match_file_name): Don't crash
1434 if called on output section data.
1435 (Output_section::Input_section_sort_compare): Sort based on
1437 (Output_section::Input_section_sort_section_order_index_compare):
1439 (Output_section::sort_attached_input_sections): Likewise.
1441 2012-12-18 Sriraman Tallam <tmsriram@google.com>
1443 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
1444 * layout.h (Layout::is_section_name_prefix_grouped): New function.
1445 * output.cc (Output_section::add_input_section): Check if section
1446 name contains special prefix. Keep input sections to sort such
1448 (Output_section::Input_section_sort_section_order_index_compare
1449 ::operator()): Group sections according to prefixes.
1450 (Output_section::sort_attached_input_sections): Add condition to
1451 Input_section_entry constructor call.
1452 * testsuite/Makefile.am (text_section_grouping): New test.
1453 * testsuite/Makefile.in: Regenerate.
1454 * testsuite/text_section_grouping.cc: New file.
1455 * testsuite/text_section_grouping.sh: New file.
1457 2012-12-17 Nick Clifton <nickc@redhat.com>
1459 * Makefile.am: Add copyright notice.
1462 * configure.ac: Likewise.
1463 * ftruncate.c: Likewise.
1464 * Makefile.in: Regenerate.
1466 2012-12-14 Cary Coutant <ccoutant@google.com>
1468 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
1469 --no-as-needed flag.
1470 (exception_separate_shared_12_test): Likewise.
1471 (incremental_copy_test): Likewise.
1472 * testsuite/Makefile.in: Regenerate.
1474 2012-12-14 Cary Coutant <ccoutant@google.com>
1476 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
1477 (Dwp_output_file::Dwp_index::enter_set): Add assert.
1479 2012-12-12 Alan Modra <amodra@gmail.com>
1481 * powerpc.cc (class Track_tls): New.
1482 (class Relocate, class Scan): Inherit Track_tls.
1483 (Target_powerpc::Scan::local, global): Track tls optimization
1484 and avoid creating plt entry for __tls_get_addr if all uses
1486 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
1488 2012-12-12 Alan Modra <amodra@gmail.com>
1490 * options.h (General_options): Add --toc-sort/--no-toc-sort.
1491 Replace no_toc_optimize with toc_optimize.
1492 * output.h (Output_section::input_sections): Provide non-const variant.
1493 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
1494 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
1496 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
1497 (class Sort_toc_sections): New.
1498 (Target_powerpc::do_finalize_sections): Sort toc sections.
1499 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
1501 2012-12-10 Roland McGrath <mcgrathr@google.com>
1503 * testsuite/binary_unittest.cc (read_all): New function.
1504 (Sized_binary_test): Use it instead of ::read.
1505 * fileread.cc (do_read): Don't assume pread always reads the whole
1506 amount in a single call.
1508 2012-12-10 Alan Modra <amodra@gmail.com>
1510 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
1511 Set EM_PPC64 or EM_PPC here.
1512 (Target_selector_powerpc::do_recognize): Delete.
1514 2012-12-10 Alan Modra <amodra@gmail.com>
1516 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
1518 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
1520 2012-12-07 Roland McGrath <mcgrathr@google.com>
1522 * testsuite/binary_unittest.cc (Sized_binary_test):
1523 Use open_descriptor rather than ::open.
1525 2012-12-07 Alan Modra <amodra@gmail.com>
1527 * powerpc.cc (Stub_table::do_write): Delete redundant Address
1528 typedef and invalid_address constant.
1529 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
1530 instantiate constants.
1532 2012-12-06 Roland McGrath <mcgrathr@google.com>
1534 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
1535 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
1536 * aclocal.m4: Regenerate.
1537 * configure: Regenerate.
1538 * Makefile.in: Regenerate.
1539 * testsuite/Makefile.in: Regenerate.
1541 2012-12-07 Alan Modra <amodra@gmail.com>
1543 * options.h (General_options): Add no_toc_optimize.
1544 * powerpc.cc (ok_lo_toc_insn): New function.
1545 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
1547 2012-12-06 Alan Modra <amodra@gmail.com>
1549 * options.h (General_options): Add plt_align, plt_static_chain,
1550 plt_thread_safe. Update stub_group_size help text.
1551 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
1552 for new plt_thread_safe_ var.
1553 (use_plt_offset): Correct comments.
1554 (Target_powerpc::do_relax): Look for thread creation symbols to
1555 determine default plt_thread_safe value. Clear plt call stubs
1556 as well as branch stubs each iteration.
1557 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
1559 (l, hi, ha, write_insn): Move earlier.
1560 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
1561 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
1563 (Stub_table::update_size): Adjust.
1564 (Stub_table::prev_size, set_prev_size): Delete.
1565 (Stub_table::stub_align): Let --plt-align affect result.
1566 (Stub_table::plt_call_size): Calculate sizes for various stubs.
1567 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
1568 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
1569 (Stub_table::do_write): Support more stub variants.
1571 2012-12-04 Alan Modra <amodra@gmail.com>
1573 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
1574 (Target_powerpc::do_define_standard_symbols): New function.
1576 2012-12-03 Alan Modra <amodra@gmail.com>
1578 * output.h: Formatting, whitespace.
1580 2012-12-03 Alan Modra <amodra@gmail.com>
1582 * layout.h (Layout::get_executable_sections): Declare.
1583 * layout.cc (Layout::get_executable_sections): New function.
1584 * arm.cc (Target_arm::group_sections): Use it.
1585 (Arm_output_section::group_sections): Delete now redundant test.
1586 * output.cc (Output_reloc::Output_reloc): Add is_relative.
1587 param to handle relative relocs.
1588 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
1589 (Output_data_reloc::add_absolute): Adjust.
1590 (Output_data_reloc::add_relative): New function.
1591 (Output_data::reset_data_size): New function.
1592 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
1593 (Output_section::set_addralign): New function.
1594 (Output_section::checkpoint_set_addralign): New function.
1595 (Output_section::clear_section_offsets_need_adjustment): New function.
1596 (Output_section::input_sections): Make public.
1597 * powerpc.cc (class Output_data_brlt_powerpc): New.
1598 (class Stub_table, class Stub_control): New.
1599 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
1600 stub_table_, set_stub_table, stub_table): New vectors and accessor
1602 (Target_powerpc::do_may_relax, do_relax, push_branch,
1603 new_stub_table, stub_tables, brlt_section, group_sections,
1604 add_branch_lookup_table, find_branch_lookup_table,
1605 write_branch_lookup_table, make_brlt_section): New functions.
1606 (Target_powerpc::struct Sort_sections, class Branch_info): New.
1607 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
1608 branch_info_): New vars.
1609 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
1610 make call stubs here.
1611 (Output_data_glink): Remove all call stub handling from this class.
1612 (Target_powerpc::Scan::local, global): Save interesting branch
1613 relocs and relocs for ifunc. Adjust calls to plt entry functions.
1614 (Target_powerpc::do_finalize_sections): Only make reg save/restore
1615 functions on final link.
1616 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
1617 Handle long branch destinations too.
1618 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
1619 do_plt_address_for_local): Adjust lookup of plt call stubs.
1621 2012-11-30 Alan Modra <amodra@gmail.com>
1623 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
1624 relocs against protected symbols when building 32-bit shared libs.
1626 2012-11-30 Alan Modra <amodra@gmail.com>
1628 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
1629 param. Call got_section() to make .got. Update all callers
1630 and their callers and so on.
1632 2012-11-30 Alan Modra <amodra@gmail.com>
1634 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
1635 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
1636 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
1637 value if it already exists.
1639 2012-11-19 H.J. Lu <hongjiu.lu@intel.com>
1642 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
1644 2012-11-14 Roland McGrath <mcgrathr@google.com>
1646 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
1647 than bfc instruction for data sandboxing.
1649 2012-11-08 Alan Modra <amodra@gmail.com>
1651 * po/POTFILES.in: Regenerate.
1653 2012-11-05 Alan Modra <amodra@gmail.com>
1655 * configure.ac: Apply 2012-09-10 change to config.in here.
1656 * configure: Regenerate.
1658 2012-11-05 Alan Modra <amodra@gmail.com>
1660 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
1661 (struct Opd_ent): Use "Address" rather than "Offset".
1662 (Output_data_got_powerpc::got_base_offset): Return Valtype.
1663 (Target_powerpc::got_section): Make public.
1664 (Target_powerpc::scan_relocs): Move code setting symbols..
1665 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
1666 Create _SDA_BASE_ only when referenced.
1668 2012-11-02 Roland McGrath <mcgrathr@google.com>
1670 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
1673 2012-11-01 Roland McGrath <mcgrathr@google.com>
1675 * target.h (Sized_target::relocate_relocs): Use Elf_Off
1676 for offset_in_output_section parameter.
1677 (Sized_target::relocate_special_relocatable): Likewise.
1678 * arm.cc (Target_arm::relocate_relocs): Likewise.
1679 (Target_arm::relocate_special_relocatable): Likewise.
1680 * i386.cc (Target_i386::relocate_relocs): Likewise.
1681 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
1682 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
1683 * target-reloc.h (relocate_relocs): Likewise.
1684 * testsuite/testfile.cc (Target_test): Likewise.
1685 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
1686 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
1688 * system.h: Move inclusion of <clocale> to after <libintl.h> in
1689 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
1691 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
1692 parameter, which is unused in the [!F_SETFD] case.
1694 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
1695 SYMNDX to off_t before comparing it to this->data_size().
1696 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
1697 * incremental.cc (Output_section_incremental_inputs::do_write):
1698 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
1700 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
1702 2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
1704 * gold.cc (Target_arm::do_adjust_elf_header): Add the
1705 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
1708 2012-10-29 Cary Coutant <ccoutant@google.com>
1710 * dwp.cc (usage): Add file and exit status parameters;
1711 add --help and --version options.
1712 (print_version): New function.
1713 (main): Add --help and --version options.
1715 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1717 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
1718 final_layout_sequence.txt.
1719 * testsuite/Makefile.in: Regenerated.
1721 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1723 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
1724 COMPILE generated by automake.
1726 (CXXCOMPILE1): Likewise.
1727 (CXXLINK1): Likewise.
1728 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
1730 (CXXCOMPILE): Likewise.
1731 (CXXLINK): Likewise.
1732 * testsuite/Makefile.in: Regenerated.
1734 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1736 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
1737 on bad fwrite return.
1739 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1741 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
1744 2012-10-23 Cary Coutant <ccoutant@google.com>
1746 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
1747 * testsuite/Makefile.in: Regenerate.
1748 * testsuite/dwp_test.h: New source file.
1749 * testsuite/dwp_test_1.cc: New source file.
1750 * testsuite/dwp_test_1.s: New source file.
1751 * testsuite/dwp_test_1.sh: New source file.
1752 * testsuite/dwp_test_1b.cc: New source file.
1753 * testsuite/dwp_test_1b.s: New source file.
1754 * testsuite/dwp_test_2.cc: New source file.
1755 * testsuite/dwp_test_2.s: New source file.
1756 * testsuite/dwp_test_2.sh: New source file.
1757 * testsuite/dwp_test_main.cc: New source file.
1758 * testsuite/dwp_test_main.s: New source file.
1760 2012-10-23 Cary Coutant <ccoutant@google.com>
1762 * dwp.h: New header file.
1763 * dwp.cc: New source file.
1764 * gold.h: Move shared declarations to system.h.
1765 * system.h: New header file.
1766 * Makefile.am: Add dwp.
1767 * Makefile.in: Regenerate.
1769 2012-10-23 Cary Coutant <ccoutant@google.com>
1771 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
1772 Dwarf_info_reader::read_from_pointer.
1773 (Dwarf_pubnames_table::read_header): Likewise.
1774 (Dwarf_pubnames_table::next_name): Likewise.
1775 (Dwarf_die::read_attributes): Likewise.
1776 (Dwarf_die::skip_attributes): Likewise.
1777 (Dwarf_info_reader::read_from_pointer): New function template.
1778 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
1779 (Dwarf_pubnames_table): Likewise.
1780 (Dwarf_info_reader::read_from_pointer): New function template.
1781 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
1782 Dwarf_pubnames_table ctor.
1784 2012-10-23 Cary Coutant <ccoutant@google.com>
1786 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
1788 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
1790 (Dwarf_info_reader::set_abbrev_shndx): New method.
1791 (Dwarf_info_reader::abbrev_shndx_): New data member.
1793 2012-10-23 Cary Coutant <ccoutant@google.com>
1795 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
1796 from object, not parameters.
1797 (Dwarf_info_reader::parse): Likewise.
1798 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
1799 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
1800 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
1803 2012-10-23 Cary Coutant <ccoutant@google.com>
1805 * fileread.cc (Input_file::Input_file): New constructor.
1806 * fileread.h (class Input_file): Add new constructor.
1808 2012-10-18 Alan Modra <amodra@gmail.com>
1811 * object.cc (Relobj::is_section_name_included): Also match
1812 .sdata personality section.
1814 2012-10-18 Alan Modra <amodra@gmail.com>
1816 * target-reloc.h (class Default_comdat_behavior): New, package up..
1817 (get_comdat_behaviour): ..this.
1818 (relocate_section): Add Relocate_comdat_behavior template arg,
1819 adjust code to suit.
1820 * arm.cc (Target_arm::relocate_section): Adjust to suit.
1821 (Target_arm::scan_reloc_section): Likewise.
1822 * i386.cc (Target_i386::relocate_section): Likewise.
1823 * sparc.cc (Target_sparc::relocate_section): Likewise.
1824 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
1825 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
1826 * powerpc.cc (class Relocate_comdat_behavior): New.
1827 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
1828 gold::relocate_section with new template arg.
1830 2012-10-18 Alan Modra <amodra@gmail.com>
1832 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
1833 dynamic relocs for GOT_TPREL got entries, without symbol if
1835 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
1836 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
1837 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
1839 2012-10-17 Alan Modra <amodra@gmail.com>
1842 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
1844 2012-10-16 Sriraman Tallam <tmsriram@google.com>
1846 * layout.cc (Layout::include_section): Keep sections marked
1847 SHF_EXCLUDE when doing relocatable links.
1849 2012-10-16 Alan Modra <amodra@gmail.com>
1851 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
1852 (Target_powerpc::do_finalize_sections): Call it.
1853 (Output_data_save_res): New class and supporting functions.
1854 (Target_powerpc::symval_for_branch): Only look up .opd entry for
1855 normal symbols defined in object files.
1857 2012-10-12 Alan Modra <amodra@gmail.com>
1859 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
1860 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
1861 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
1862 section if scan_opd_relocs not yet called.
1863 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
1865 2012-10-12 Alan Modra <amodra@gmail.com>
1867 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1868 add_local_ifunc_entry): Revert last change.
1869 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
1871 2012-10-05 Alan Modra <amodra@gmail.com>
1873 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
1874 do_plt_address_for_global): New functions.
1875 (Output_data_got_powerpc::do_write): Don't segfault when linking
1877 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1878 add_local_ifunc_entry): Return true on adding entry..
1879 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
1880 glink->add_entry call. Remove unused symtab param. Adjust calls.
1881 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
1882 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
1883 set up symbols here.
1884 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
1885 syms here. Do so even when no .iplt. Don't segfault when linking
1887 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
1888 new variants without reloc param.
1889 (Glink_sym_ent::Glink_sym_ent): Likewise.
1890 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
1891 reloc when refs will resolve to plt call stub.
1892 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
1893 R_PPC_PLTREL24 to resolve locally.
1894 (Target_powerpc::Scan::global): Correct ifunc handling.
1895 (Target_powerpc::Relocate::relocate): Correct local sym glink
1896 lookup. Don't destroy "value" when we have a plt call stub,
1897 and when checking plt call validity.
1898 (Target_powerpc::do_dynsym_value): Simplify.
1900 2012-10-05 Alan Modra <amodra@gmail.com>
1902 * i386.cc (Output_data_plt_i386::address_for_global,
1903 address_for_local): Add plt offset to returned value. Adjust uses.
1904 * sparc.cc (Output_data_plt_sparc::address_for_global,
1905 address_for_local): Likewise.
1906 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
1907 address_for_local): Likewise.
1908 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
1909 address_for_local): Likewise.
1910 * target.h (Target::plt_address_for_global, plt_address_for_local):
1912 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
1913 (Output_data_got::Got_entry::write): Nor here.
1914 * output.h: Comment fix.
1916 2012-10-02 Jiong Wang <jiwang@tilera.com>
1918 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
1919 global_offset_table_ value for larget got.
1920 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
1922 2012-09-29 Alan Modra <amodra@gmail.com>
1924 * powerpc.cc (Target_powerpc::iplt_): New output section.
1925 (Target_powerpc::iplt_section, make_iplt_section,
1926 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
1927 (Target_powerpc::make_plt_entry): Handle ifunc syms.
1928 Target_powerpc::plt_entry_count): Count iplt entries too.
1929 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
1930 reloc section in constructor. New params.
1931 (Target_powerpc::make_plt_section): Create reloc section here instead.
1932 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
1934 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
1935 (Output_data_glink::add_entry, find_entry): New functions to
1936 deal with local syms.
1937 (Glink_sym_ent): Add support for local syms.
1938 (Output_data_glink::do_write): Handle ifunc plt entries.
1939 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
1940 (Target_powerpc::Scan::local, global): Handle ifunc syms.
1941 (Target_powerpc::Relocate::relocate): Likewise.
1942 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
1944 2012-09-25 Alan Modra <amodra@gmail.com>
1946 * object.h (Sized_relobj_file::adjust_local_symbol,
1947 do_adjust_local_symbol): New functions.
1948 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
1949 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
1950 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
1951 and irregular opd entry spacing.
1952 (Powerpc_relobj::do_read_relocs): Add opd size checks.
1953 (Global_symbol_visitor_opd): New functor.
1954 (Target_powerpc::do_finalize_sections): Omit global symbols defined
1955 on deleted opd entries.
1957 2012-09-15 Jiong Wang <jiwang@tilera.com>
1959 * tilegx.cc: New file.
1960 * Makefile.am (TARGETSOURCES): Add tilegx.cc
1961 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
1962 * configure.tgt: Add entries for tilegx*.
1963 * configure.ac: Likewise.
1964 * Makefile.in: Rebuild.
1965 * configure: Likewise.
1966 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
1969 2012-09-13 Alan Modra <amodra@gmail.com>
1971 * target-reloc.h (scan_relocs): Call scan.local for relocs
1972 against symbols in discarded sections. Pass is_discarded
1974 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
1975 Add is_discarded param.
1976 * powerpc (Target_powerpc::Scan::local): Likewise. Use
1977 is_discarded to flag opd entry as discarded. Don't emit dyn
1978 relocs on such entries.
1979 (Target_powerpc::Scan::global): Similarly detect and handle
1981 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
1982 opd_ent_. Update all uses.
1983 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
1984 (Target_powerpc::relocate_section): Zero out discarded opd
1987 2012-09-12 Ian Lance Taylor <iant@google.com>
1990 * output.cc: Rename Output_data_got template parameter from size
1991 to got_size for all functions. Compile all variants of
1993 (Output_data_got::Got_entry::write): Correct use of size for
1994 symbol value. Use local_is_tls rather than casting to
1996 * object.h (class Object): Add local_is_tls and do_local_is_tls.
1997 (class Sized_relobj_file): Add do_local_is_tls.
1998 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
2000 2012-09-11 Alan Modra <amodra@gmail.com>
2003 * layout.cc (Layout::set_segment_offsets): When using
2004 common-page-size alignment, ensure we are on a new max-page-size
2006 * output.cc (Output_segment::set_section_addresses): Use
2007 abi_pagesize, not common_pagesize for relro boundary.
2008 (Output_segment::set_offset): Likewise.
2010 2012-09-11 Alan Modra <amodra@gmail.com>
2012 * output.h (Output_data_got::add_global_tls, add_local_tls,
2013 add_local_tls_pair): New functions.
2014 (Output_data_got::add_local_pair_with_rel): Remove second
2015 reloc param. Expand comment.
2016 (Output_data_got::Got_entry): Rename use_plt_offset_ to
2017 use_plt_or_tls_offset_, similarly for constructor param.
2018 (Output_data_got::Got_entry::write): Add got_index param.
2019 * output.cc (Output_data_got::add_global_tls, add_local_tls,
2020 add_local_tls_pair): New functions.
2021 (Output_data_got::Got_entry::write): Handle tls symbols
2022 with use_plt_or_tls_offset_ set specially.
2023 (Output_data_got::add_local_pair_with_rel): Only one reloc.
2024 (Output_data_got::do_write): Replace iterator with index, pass
2025 index to entry write function.
2026 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
2027 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
2028 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
2030 * i386.cc (Target_i386::Scan::local): Likewise.
2031 * sparc.cc (Target_sparc::Scan::local): Likewise.
2032 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
2033 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
2034 do_tls_offset_for_global): New functions.
2035 (Target_powerpc::Scan::local): Correct TLS relocations and got
2037 (Target_powerpc::Scan::global): Don't emit unnecessary
2038 dynamic relocations on TLS GOT entries.
2040 2012-09-10 Matthias Klose <doko@ubuntu.com>
2042 * config.in: Disable sanity check for kfreebsd.
2044 2012-09-10 Sterling Augustine <saugustine@google.com>
2046 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
2047 (Gdb_index::pubtypes_read): New parameter.
2048 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
2050 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
2053 2012-09-09 Alan Modra <amodra@gmail.com>
2055 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
2056 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
2057 * gc.h (gc_process_relocs): Call target gc_add_reference.
2058 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
2059 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
2060 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
2062 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
2063 to cater for when we don't need code offset. Update use.
2064 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
2065 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
2066 set_opd_valid): New functions.
2067 (Target_powerpc::do_gc_add_reference): New function.
2068 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
2070 (Target_powerpc::do_gc_mark_symbol): New function.
2072 2012-09-06 Cary Coutant <ccoutant@google.com>
2074 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
2075 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
2076 (Dwarf_die::skip_attributes): Likewise.
2077 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
2078 * testsuite/gdb_index_test.cc (inline_func_1): New function.
2080 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
2082 2012-09-05 H.J. Lu <hongjiu.lu@intel.com>
2084 * testsuite/script_test_3.t: Add .got.plt output section
2086 * testsuite/script_test_4.t: Likewise.
2088 2012-09-05 Alan Modra <amodra@gmail.com>
2090 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
2091 update all uses and lose "enum" when using type.
2093 2012-09-05 Alan Modra <amodra@gmail.com>
2095 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
2096 * configure: Regenerate.
2097 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
2098 (plugin_final_layout.stdout): Likewise.
2099 (memory_test): Set page sizes to 0x1000.
2100 * testsuite/Makefile.in: Regenerate.
2101 * testsuite/discard_locals_test.sh: Add FIXME comment.
2102 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
2103 * testsuite/pr14265.t: Add .got output section statement.
2104 * testsuite/script_test_2.t: Likewise.
2105 * testsuite/script_test_3.t: Likewise.
2106 * testsuite/script_test_4.t: Likewise.
2107 * testsuite/script_test_5.t: Likewise.
2108 * testsuite/script_test_6.t: Likewise.
2109 * testsuite/script_test_7.t: Likewise.
2110 * testsuite/script_test_9.t: Likewise.
2112 2012-09-05 Alan Modra <amodra@gmail.com>
2114 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
2115 (Powerpc_relocate_functions::Status): New typedef.
2116 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2117 (Target_powerpc::Scan::local): Handle REL64.
2118 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
2119 for REL32 and REL64.
2120 (Target_powerpc::symval_for_branch): New function, extracted from..
2121 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
2122 checks. Report overflow errors.
2124 2012-09-05 Alan Modra <amodra@gmail.com>
2126 * object.h (Sized_relobj_file::emit_relocs): Delete.
2127 (Sized_relobj_file::emit_relocs_reltype): Delete.
2128 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
2129 relocate_relocs for --emit-relocs.
2130 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
2131 * output.h: Update comment.
2132 (Output_segment::first_section): New function.
2133 (Output_segment::first_section_load_address): Use first_section.
2134 * output.cc (Output_segment::first_section): New function extracted..
2135 (Output_segment::first_section_load_address): ..from here. Delete.
2136 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
2137 * target.h (Sized_target::relocate_for_relocatable): Likewise.
2138 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
2139 adjust call to target.h function.
2140 * i386.cc (Target_i386): Likewise.
2141 * sparc.cc (Target_sparc): Likewise.
2142 * x86_64.cc (Target_x86_64): Likewise.
2143 * powerpc.cc (Target_powerpc): Likewise.
2144 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
2145 first tls section has section symbol for optimised local dynamic
2147 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
2148 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
2150 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
2151 Rename to relocate_relocs. Update error message.
2153 2012-09-04 Andreas Schwab <schwab@linux-m68k.org>
2155 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
2158 2012-08-31 Alan Modra <amodra@gmail.com>
2160 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
2161 (Powerpc_relobj::toc_base_offset): New stub function.
2162 (Target_powerpc): Add tp_offset, dtp_offset. Rename
2163 got_mod_index_offset to tlsld_got_offset. Update all refs.
2164 (Target_powerpc::Relocate::enum skip_tls): New.
2165 (Target_powerpc::call_tls_get_addr_): New var.
2166 (Target_powerpc::is_branch_reloc): Move to file scope.
2167 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
2168 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
2170 (Target_powerpc::enum Got_type): Delete old values, add new ones.
2171 (powerpc_info): Correct common_pagesize for ppc64.
2172 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
2173 (Powerpc_relocate_functions): Add overflow check enums and functions.
2174 Add non-shift version of rela, rela_ua. Delete all rel public
2175 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
2176 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
2177 addr16_ha3, addr14 functions.
2178 (Output_data_got_powerpc::add_constant_pair): New function.
2179 (Output_data_got_powerpc::got_base_offset): Likewise.
2180 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
2181 (instruction constants): Sort, add some more.
2182 (Output_data_glink::do_write): Add and use Address typedef. Use
2183 object->toc_base_offset() stub for 64-bit.
2184 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
2185 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2186 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
2187 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
2188 Always treat .opd relocs as against locally defined symbol.
2189 Correct condition for RELATIVE relocs.
2190 (Target_powerpc::do_finalize_sections): Test for NULL sections.
2191 (Target_powerpc::Relocate::relocate): Use plt call stub as value
2192 for 32-bit syms with a plt entry. Correct ppc64 toc base
2193 calculations. Handle TLS relocs, and more. Add overflow
2194 checking and adjust for Powerpc_relocate_functions changes.
2195 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
2196 Reinstate --emit-relocs code with FIXME.
2198 2012-08-30 Alan Modra <amodra@gmail.com>
2200 * layout.cc (Layout::set_segment_offsets): Set p_align to
2201 abi_pagesize, not common_pagesize.
2202 (Layout::relaxation_loop_body): Similarly use abi_pagesize
2203 to determine whether file header can go in segment.
2205 2012-08-30 Alan Modra <amodra@gmail.com>
2207 * output.h (Output_reloc::Output_reloc <output section>): Add
2208 is_relative param. Adjust calls.
2209 (Output_reloc::add_output_section_relative): New functions.
2210 * output.cc (Output_reloc::Output_reloc <output section>): Handle
2212 (Output_reloc::symbol_value): Handle SECTION_CODE.
2214 2012-08-24 Sriraman Tallam <tmsriram@google.com>
2216 * gold.cc (queue_middle_tasks): Call layout again when unique
2217 segments for sections is desired.
2218 * layout.cc (Layout::Layout): Initialize new members.
2219 (Layout::get_output_section_flags): New function.
2220 (Layout::choose_output_section): Call get_output_section_flags.
2221 (Layout::layout): Make output section for mapping to a unique segment.
2222 (Layout::insert_section_segment_map): New function.
2223 (Layout::attach_allocated_section_to_segment): Make unique segment for
2224 output sections marked so.
2225 (Layout::segment_precedes): Check for unique segments when sorting.
2226 * layout.h (Layout::Unique_segment_info): New struct.
2227 (Layout::Section_segment_map): New typedef.
2228 (Layout::insert_section_segment_map): New function.
2229 (Layout::get_output_section_flags): New function.
2230 (Layout::is_unique_segment_for_sections_specified): New function.
2231 (Layout::set_unique_segment_for_sections_specified): New function.
2232 (Layout::unique_segment_for_sections_specified_): New member.
2233 (Layout::section_segment_map_): New member.
2234 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
2235 Rename is_gc_pass_one to is_pass_one.
2236 Rename is_gc_pass_two to is_pass_two.
2237 Rename is_gc_or_icf to is_two_pass.
2238 Check for which pass based on whether symbols data is present.
2239 Make it two pass when unique segments for sections is desired.
2240 * output.cc (Output_section::Output_section): Initialize new
2242 * output.h (Output_section::is_unique_segment): New function.
2243 (Output_section::set_is_unique_segment): New function.
2244 (Output_section::is_unique_segment_): New member.
2245 (Output_section::extra_segment_flags): New function.
2246 (Output_section::set_extra_segment_flags): New function.
2247 (Output_section::extra_segment_flags_): New member.
2248 (Output_section::segment_alignment): New function.
2249 (Output_section::set_segment_alignment): New function.
2250 (Output_section::segment_alignment_): New member.
2251 (Output_segment::Output_segment): Initialize is_unique_segment_.
2252 (Output_segment::is_unique_segment): New function.
2253 (Output_segment::set_is_unique_segment): New function.
2254 (Output_segment::is_unique_segment_): New member.
2255 * plugin.cc (allow_unique_segment_for_sections): New function.
2256 (unique_segment_for_sections): New function.
2257 (Plugin::load): Add new functions to transfer vector.
2258 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
2259 * Makefile.in: Regenerate.
2260 * testsuite/plugin_final_layout.sh: Check if unique segment
2261 functionality works.
2262 * testsuite/plugin_section_order.c (onload): Check if new interfaces
2264 (allow_unique_segment_for_sections): New global.
2265 (unique_segment_for_sections): New global.
2266 (claim_file_hook): Call allow_unique_segment_for_sections.
2267 (all_symbols_read_hook): Call unique_segment_for_sections.
2269 2012-08-22 Cary Coutant <ccoutant@google.com>
2271 * layout.cc (Layout::include_section): Don't assert on GROUP
2272 sections with --emit-relocs.
2274 2012-08-21 Cary Coutant <ccoutant@google.com>
2276 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
2277 if --export-dynamic-symbol names an undef symbol.
2279 2012-08-18 Alan Modra <amodra@gmail.com>
2281 * powerpc.cc: Formatting and white space.
2282 (Powerpc_relobj): Rename got2_section_ to special_.
2283 Add opd_ent_shndx_ and opd_ent_off_ vectors.
2284 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
2285 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
2286 (Target_powerpc): Add Address typedef and invalid_address. Use
2288 (Target_powerpc::is_branch_reloc): New function.
2289 (Powerpc_relocate_functions): Add Address typedef, use throughout.
2290 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
2291 for dst_mask, value and addend.
2292 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
2293 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
2294 (Output_data_glink::do_write): Correct toc base. Don't try to use
2295 uint16_t for 24-bit offset. Use get_output_section_offset and
2297 (Target_powerpc::Scan::local): Handle more relocs.
2298 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
2299 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
2300 Plug in toc restoring insn after plt calls. Translate branches
2301 to function descriptor symbols to corresponding entry point.
2302 (Target_powerpc::relocate_for_relocatable): Check return from
2303 get_output_section_offset.
2304 * symtab.h: Comment typo.
2306 2012-08-14 Ian Lance Taylor <iant@google.com>
2308 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
2309 unsupported_relocal_local to call unsupported_reloc_global.
2311 2012-08-14 Nick Clifton <nickc@redhat.com>
2314 * script-sections.cc (Sections_element::output_section_name): Add
2315 keep return parameter.
2316 (Output_section_element::match_name): Add keep return parameter.
2317 Return the value of the keep_ member.
2318 * script-sections.h (class Output_section): Update
2319 output_section_name prototype.
2320 * layout.cc (Layout::keep_input_section): New public member
2322 (Layout::choose_output_section): Pass keep parameter to
2323 output_section_name.
2324 * layout.h (class Layout): Add keep_input_section.
2325 * object.cc (Sized_relobj_file::do_layout): Check for kept input
2327 * testsuite/Makefile.am: Add a test.
2328 * testsuite/Makefile.in: Regenerate.
2329 * testsuite/pr14265.c: Source file for the test.
2330 * testsuite/pr14265.t: Linker script for the test.
2331 * testsuite/pr14265.sh: Shell script for the test.
2333 2012-08-14 Alan Modra <amodra@gmail.com>
2335 * target.h (Target::output_section_name): New function.
2336 (Target::do_output_section_name): New function.
2337 * layout.cc (Layout::choose_output_section): Call the above.
2338 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
2340 2012-08-14 Alan Modra <amodra@gmail.com>
2342 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
2343 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
2344 for replace_constant call.
2345 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
2346 (Output_data_glink::do_print_to_mapfile): New function.
2347 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
2348 (Target_powerpc::Relocate::relocate): Likewise.
2350 2012-08-14 Alan Modra <amodra@gmail.com>
2352 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
2353 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
2354 (Output_data_glink::add_entry,find_entry): Remove shndx param.
2355 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
2356 all references to shndx_. Handle special case for R_PPC_PLTREL24
2358 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
2359 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
2360 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
2362 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
2363 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
2365 2012-08-12 Alan Modra <amodra@gmail.com>
2367 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
2368 (glink insn constants): Use uint32_t.
2369 (Output_data_glink::add_entry): Use insert, not [] operator.
2371 2012-08-11 Alan Modra <amodra@gmail.com>
2373 * object.h (Sized_relobj_file::find_shdr): New function.
2374 (Sized_relobj_file::find_special_sections): New function.
2375 * object.cc (Sized_relobj_file::find_shdr): New function.
2376 (Sized_relobj_file::find_eh_frame): Use find_shdr.
2377 (Sized_relobj_file::find_special_sections): New function, split out..
2378 (Sized_relobj_file::do_read_symbols): ..from here.
2379 * output.h (Output_data_got::replace_constant): New function.
2380 (Output_data_got::num_entries): New function.
2381 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
2382 (Output_data_got::got_offset): Protected rather than private.
2383 (Output_data_got::replace_got_entry): New function.
2384 * output.cc (Output_data_got::replace_got_entry): New function.
2385 * powerpc.cc (class Powerpc_relobj): New.
2386 (class Powerpc_relocate_functions): Delete all psymval variants or
2387 convert to value,addend type. Delete pcrela, pcrela_unaligned.
2388 Implement _ha functions using corresponding _hi function.
2389 (Powerpc_relobj::find_special_sections): New function.
2390 (Target_powerpc::do_make_elf_object): New function.
2391 (class Output_data_got_powerpc): New.
2392 (class Output_data_glink): New.
2393 (class Powerpc_scan_relocatable_reloc): New.
2394 Many more changes througout file.
2396 2012-08-09 Nick Clifton <nickc@redhat.com>
2398 * po/vi.po: Updated Vietnamese translation.
2400 2012-08-07 Ian Lance Taylor <iant@google.com>
2402 * layout.cc (Layout::add_target_dynamic_tags): If
2403 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
2406 2012-07-30 Nick Clifton <nickc@redhat.com>
2408 * po/gold.pot: Updated template.
2409 * po/es.po: Updated Spanish translation.
2411 2012-07-18 Cary Coutant <ccoutant@google.com>
2414 * configure.ac: Add check for -gpubnames support.
2415 * configure: Regenerate.
2416 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
2417 support; force -gno-pubnames.
2418 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
2420 (gdb_index_test_4): New test.
2421 * testsuite/Makefile.in: Regenerate.
2422 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
2423 * testsuite/gdb_index_test_2.sh: Likewise.
2424 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
2425 * testsuite/gdb_index_test_4.sh: New script.
2426 * testsuite/gdb_index_test_comm.sh: New script with common code;
2427 don't look for space after colon.
2429 2012-07-16 Sriraman Tallam <tmsriram@google.com>
2431 * gold.cc (queue_middle_tasks): Update function order only after
2432 deferred objects due to plugins are processed.
2434 2012-07-11 Ian Lance Taylor <iant@google.com>
2436 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
2437 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
2438 (Target_arm::scan_reloc_for_stub): Likewise.
2439 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
2440 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
2441 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
2442 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
2443 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
2445 2012-07-10 Dodji Seketeli <dodji@redhat.com>
2446 Ian Lance Taylor <iant@google.com>
2449 * configure.ac: Test whether std::tr1::hash<off_t> works.
2450 * gold.h: Add a specialization for std::tr1::hash<off_t> if
2452 * output.h (class Output_fill): Add virtual destructor.
2453 * configure, config.in: Rebuild.
2455 2012-06-22 Roland McGrath <mcgrathr@google.com>
2457 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
2459 2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
2461 * plugin.cc (Plugin::load): Handle position independent executables.
2463 2012-06-06 Cary Coutant <ccoutant@google.com>
2465 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
2467 (lines_only_debug_sections): Likewise.
2468 (gdb_fast_lookup_sections): New static array.
2469 (is_gdb_debug_section): Rename formal parameter.
2470 (is_lines_only_debug_section): Likewise.
2471 (is_gdb_fast_lookup_section): New function.
2472 (Layout::include_section): Check for ".zdebug_" prefix; pass
2473 section name suffix to is_gdb_debug_section, et al.; check for
2474 fast-lookup sections when building .gdb_index.
2475 * options.h (--strip-debug-gdb): Update GDB version number.
2477 2012-06-06 Cary Coutant <ccoutant@google.com>
2479 * configure.ac: Add check for fallocate.
2480 * configure: Regenerate.
2481 * config.in: Regenerate.
2483 * options.h (class General_options): Add --mmap-output-file and
2484 --posix-fallocate options.
2485 * output.cc: (posix_fallocate): Remove; replace with...
2486 (gold_fallocate): New function.
2487 (Output_file::map_no_anonymous): Call gold_fallocate.
2488 (Output_file::map): Check --mmap-output-file option.
2490 2012-06-05 Jing Yu <jingyu@google.com>
2492 * gold.h (textdomain): Add do {} to empty while(0).
2493 (bindtextdomain): Likewise.
2495 2012-06-04 Cary Coutant <ccoutant@google.com>
2497 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
2500 2012-05-25 Sriraman Tallam <tmsriram@google.com>
2502 * symtab.cc (Symbol_table::define_special_symbol):
2503 Initialize *poldsym to prevent uninitialized variable errors.
2505 2012-05-23 Cary Coutant <ccoutant@google.com>
2507 * layout.cc (Layout::section_name_mapping): Add rules to handle
2508 exact match on .data.rel.ro.local or .data.rel.ro.
2509 (Layout::output_section_name): Check for exact matches.
2511 2012-05-23 Cary Coutant <ccoutant@google.com>
2513 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
2516 2012-05-22 Cary Coutant <ccoutant@google.com>
2518 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
2519 object before exporting symbol.
2521 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
2523 * testsuite/tls_test.cc: Include "config.h" first.
2524 * testsuite/tls_test_c.c: Likewise.
2526 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
2527 Nick Clifton <nickc@redhat.com>
2530 * configure.in: Add check that sysdep.h has been included before
2531 any system header files.
2532 * configure: Regenerate.
2533 * config.in: Regenerate.
2535 2012-05-14 Cary Coutant <ccoutant@google.com>
2537 * layout.cc (Layout::make_output_section): Mark .tdata section
2539 * testsuite/relro_test.cc: Add a TLS variable.
2541 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
2544 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
2545 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
2548 2012-05-08 Cary Coutant <ccoutant@google.com>
2550 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
2551 (lines_only_debug_sections): Likewise.
2553 2012-05-02 Roland McGrath <mcgrathr@google.com>
2555 * nacl.cc: New file.
2557 * Makefile.am (CCFILES, HFILES): Add them.
2558 * Makefile.in: Regenerate.
2559 * i386.cc (Output_data_plt_i386_nacl): New class.
2560 (Output_data_plt_i386_nacl_exec): New class.
2561 (Output_data_plt_i386_nacl_dyn): New class.
2562 (Target_i386_nacl): New class.
2563 (Target_selector_i386_nacl): New class.
2564 (target_selector_i386): Use it instead of Target_selector_i386.
2565 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
2566 (Target_x86_64_nacl): New class.
2567 (Target_selector_x86_64_nacl): New class.
2568 (target_selector_x86_64, target_selector_x32): Use it instead of
2569 Target_selector_x86_64.
2570 * arm.cc (Output_data_plt_arm_nacl): New class.
2571 (Target_arm_nacl): New class.
2572 (Target_selector_arm_nacl): New class.
2573 (target_selector_arm, target_selector_armbe): Use it instead of
2574 Target_selector_arm.
2576 * target-select.cc (select_target): Take new Input_file* and off_t
2577 arguments, pass them on to recognize method of selector.
2578 * object.cc (make_elf_sized_object): Update caller.
2579 * parameters.cc (parameters_force_valid_target): Likewise.
2580 * incremental.cc (make_sized_incremental_binary): Likewise.
2581 * target-select.h: Update decl.
2582 (Target_selector::recognize): Take new Input_file* argument,
2583 pass it on to do_recognize.
2584 (Target_selector::do_recognize): Take new Input_file* argument.
2585 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
2586 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
2587 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
2588 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
2590 * target.h (Target::Target_info): New members isolate_execinstr
2592 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
2593 * arm.cc (Target_arm::arm_info): Update initializer.
2594 * i386.cc (Target_i386::i386_info): Likewise.
2595 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
2596 * sparc.cc (Target_sparc::sparc_info): Likewise.
2597 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
2598 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
2599 * layout.cc (Layout::attach_allocated_section_to_segment):
2600 Take new const Target* argument. If target->isolate_execinstr(), act
2602 (Layout::find_first_load_seg): Take new const Target* argument;
2603 if target->isolate_execinstr(), reject PF_X segments.
2604 (Layout::relaxation_loop_body): Update caller.
2605 (Layout::set_segment_offsets): If target->isolate_execinstr(),
2606 reset file offset to zero when we hit LOAD_SEG, and then do a second
2607 loop over the segments before LOAD_SEG to reassign offsets after
2608 addresses have been determined. Handle target->rosegment_gap().
2609 (Layout::attach_section_to_segment): Take new const Target* argument;
2610 pass it to attach_allocated_section_to_segment.
2611 (Layout::make_output_section): Update caller.
2612 (Layout::attach_sections_to_segments): Take new const Target* argument;
2613 pass it to attach_section_to_segment.
2614 * gold.cc (queue_middle_tasks): Update caller.
2615 * layout.h (Layout): Update method decls with new arguments.
2617 * arm.cc (Target_arm::Target_arm): Take optional argument for the
2618 Target_info pointer to use.
2619 (Target_arm::do_make_data_plt): New virtual method.
2620 (Target_arm::make_data_plt): New method that calls it.
2621 (Target_arm::make_plt_entry): Use it.
2622 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
2623 for the section alignment.
2624 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
2626 (Output_data_plt_arm::first_plt_entry_offset): Call it.
2627 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
2629 (Output_data_plt_arm::get_plt_entry_size): Call it.
2630 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
2631 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
2632 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
2634 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
2635 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
2636 method instead of sizeof(plt_entry).
2637 (Output_data_plt_arm::add_entry): Likewise.
2638 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
2639 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
2641 (Target_arm::plt_entry_size): Likewise.
2642 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
2644 (Output_data_plt_arm_standard): ... here, new class.
2645 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
2646 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
2647 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
2649 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
2650 Take additional argument for the PLT entry size.
2651 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
2652 Use get_plt_entry_size method rather than plt_entry_size variable.
2653 (Output_data_plt_x86_64::reserve_slot): Likewise.
2654 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
2655 (Output_data_plt_x86_64::add_entry): Likewise.
2656 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
2657 (Output_data_plt_x86_64::address_for_global): Likewise.
2658 (Output_data_plt_x86_64::address_for_local): Likewise.
2659 (Output_data_plt_x86_64::set_final_data_size): Likewise.
2660 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
2661 Make method non-static.
2662 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
2664 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
2665 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
2666 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
2667 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
2669 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
2670 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
2672 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
2673 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
2675 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
2676 (Output_data_plt_x86_64::plt_entry_size)
2677 (Output_data_plt_x86_64::first_plt_entry)
2678 (Output_data_plt_x86_64::plt_entry)
2679 (Output_data_plt_x86_64::tlsdesc_plt_entry)
2680 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
2681 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
2682 (Output_data_plt_x86_64_standard): ... here, new class.
2683 (Target_x86_64::Target_x86_64): Take optional argument for the
2684 Target_info pointer to use.
2685 (Target_x86_64::do_make_data_plt): New virtual method.
2686 (Target_x86_64::make_data_plt): New method to call it.
2687 (Target_x86_64::init_got_plt_for_update): Use that.
2688 Call this->plt_->add_eh_frame method here.
2689 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
2690 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
2691 rather than static method.
2692 (Target_x86_64::plt_entry_size): Likewise.
2693 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
2694 rather than plt_entry_size variable. Move guts of PLT filling to...
2695 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
2696 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
2697 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
2699 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
2700 additional argument for the section alignment.
2701 Don't do add_eh_frame_for_plt here.
2702 (Output_data_plt_i386::first_plt_entry_offset): Make the method
2703 non-static. Use get_plt_entry_size method rather than plt_entry_size
2705 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
2707 (Output_data_plt_i386::get_plt_entry_size): Call it.
2708 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
2709 (Output_data_plt_i386::add_eh_frame): New method to call it.
2710 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
2712 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
2713 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
2715 (Output_data_plt_i386::fill_plt_entry): New method to call it.
2716 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
2717 method instead of plt_entry_size.
2718 (Output_data_plt_i386::plt_entry_size)
2719 (Output_data_plt_i386::plt_eh_frame_fde_size)
2720 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
2721 (Output_data_plt_i386_standard): ... here, new class.
2722 (Output_data_plt_i386_exec): New class.
2723 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
2724 (Output_data_plt_i386_exec::first_plt_entry): ... here.
2725 (Output_data_plt_i386::exec_plt_entry): Move to ...
2726 (Output_data_plt_i386_exec::plt_entry): ... here.
2727 (Output_data_plt_i386_dyn): New class.
2728 (Output_data_plt_i386::first_plt_entry): Move to ...
2729 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
2730 (Output_data_plt_i386::dyn_plt_entry): Move to ...
2731 (Output_data_plt_i386_dyn::plt_entry): ... here.
2732 (Target_i386::Target_i386): Take optional argument for the Target_info
2734 (Target_i386::do_make_data_plt): New virtual method.
2735 (Target_i386::make_data_plt): New method to call it.
2736 (Target_i386::make_plt_section): Use that.
2737 Call this->plt_->add_eh_frame method here.
2738 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
2739 rather than plt_entry_size variable.
2740 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
2741 (Output_data_plt_i386::address_for_local): Likewise.
2742 (Output_data_plt_i386::do_write): Likewise.
2743 Move guts of PLT filling to...
2744 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
2745 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
2746 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
2747 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
2749 2012-05-01 Cary Coutant <ccoutant@google.com>
2751 * dwarf_reader.cc (Dwarf_die::read_attributes)
2752 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
2753 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
2754 * reduced_debug_output.cc
2755 (Output_reduced_debug_info_section::get_die_end): Remove
2756 DW_FORM_GNU_ref_index. Add default case.
2758 2012-04-26 Mark Wielaard <mjw@redhat.com>
2760 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
2761 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
2762 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
2763 DW_AT_high_pc as offset from DW_AT_low_pc.
2765 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
2766 * testsuite/Makefile.in: Regenerate.
2767 * testsuite/gdb_index_test_3.c: New test source file.
2768 * testsuite/gdb_index_test_3.sh: New test source file.
2770 2012-04-25 Ian Lance Taylor <iant@google.com>
2772 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
2774 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
2775 as a class, not a struct.
2776 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
2777 (Target_arm::apply_cortex_a8_workaround): Likewise.
2778 * gc.h: Declare Reloc_types as a struct, not a class.
2779 * object.h: Declare Symbols_data as a struct.
2780 * reloc.h: Declare Read_relocs_data as a struct.
2781 * target.h: Declare Relocate_info as a struct.
2783 2012-04-24 David S. Miller <davem@davemloft.net>
2785 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
2786 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
2789 2012-04-24 Cary Coutant <ccoutant@google.com>
2791 * incremental-dump.cc (find_input_containing_global): Replace
2792 magic number with symbolic constant.
2793 (dump_incremental_inputs): Update version number.
2794 * incremental.cc (Output_section_incremental_inputs): Update version
2795 number; import symbolic constants from Incremental_inputs_reader.
2796 (Incremental_inputs::create_data_sections): Align relocations
2797 section correctly for 64-bit targets.
2798 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
2799 constants; add padding.
2800 (Output_section_incremental_inputs::write_header): Add assert for
2802 (Output_section_incremental_inputs::write_input_files): Add assert
2803 for input_entry_size.
2804 (Output_section_incremental_inputs::write_info_blocks): Add padding;
2805 add assert for object_info_size, input_section_entry_size,
2806 global_sym_entry_size.
2807 * incremental.h (Incremental_inputs_reader): Add symbolic constants
2808 for data structure sizes; use them.
2809 (Incremental_input_entry_reader): Import symbolic constants from
2810 Incremental_inputs_reader; use them.
2812 2012-04-23 David S. Miller <davem@davemloft.net>
2814 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
2816 (Target_sparc::Target_sparc): Initialize new fields.
2817 (Target_sparc::do_make_elf_object): New function.
2818 (Target_sparc::do_adjust_elf_header): New function.
2820 2012-04-23 Cary Coutant <ccoutant@google.com>
2822 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
2823 CU range table of gdb index.
2825 2012-04-20 David S. Miller <davem@davemloft.net>
2827 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
2830 2012-04-16 David S. Miller <davem@davemloft.net>
2832 * sparc.cc (Target_sparc::got_address): New function.
2833 (Sparc_relocate_functions::gdop_hix22): New function.
2834 (Sparc_relocate_functions::gdop_lox10): New function.
2835 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
2837 (Target_sparc::Scan::local): Likewise if the global symbol is not
2838 preemptible and is not IFUNC.
2839 (Target_sparc::Relocate::relocate): Perform GOTDATA code
2840 transformations for local and non-preemptible non-IFUNC global
2843 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
2844 writing out 64-bit part of ranges.
2846 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
2847 -fpic and -fpie respectively.
2848 * Makefile.in: Regenerate.
2850 * sparc.cc (class Target_sparc): Add rela_ifunc_.
2851 (Target_sparc::Target_sparc): Initialize new field.
2852 (Target_sparc::do_plt_section_for_global): New function.
2853 (Target_sparc::do_plt_section_for_local): New function.
2854 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
2855 (Target_sparc::make_plt_section): New function, broken out of
2856 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
2857 (Target_sparc::make_plt_entry): Call make_plt_section.
2858 (Target_sparc::make_local_ifunc_plt_entry): New function.
2859 (Target_sparc::rela_ifunc_section): New function.
2860 (Target_sparc::plt_section): Remove const.
2861 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
2862 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
2863 and ifunc_count_ fields.
2864 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
2865 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
2866 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
2867 (Output_data_plt_sparc::rela_ifunc): New function.
2868 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
2869 (Output_data_plt_sparc::has_ifunc_section): New function.
2870 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
2871 (Output_data_plt_sparc::address_for_global): New function.
2872 (Output_data_plt_sparc::address_for_local): New function.
2873 (Output_data_plt_sparc::plt_index_to_offset): New function.
2874 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
2876 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
2878 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
2879 R_SPARC_JMP_IREL to switch.
2880 (Target_sparc::Scan::check_non_pic): Likewise.
2881 (Target_sparc::Scan::local): Handle IFUNC symbols.
2882 (Target_sparc::Scan::local): Likewise.
2883 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
2884 and plt_address_for_local.
2885 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
2886 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
2888 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
2889 (class Output_data_reloc): Adjust calls to Output_reloc_type.
2890 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
2891 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
2893 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
2894 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
2896 * sparc.cc (Target_sparc::Scan::global): Likewise.
2897 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
2899 2012-04-16 Cary Coutant <ccoutant@google.com>
2901 * archive.cc (Library_base::should_include_member): Check for
2902 --export-dynamic-symbol.
2903 * options.h (class General_options): Add --export-dynamic-symbol.
2904 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
2905 --export-dynamic-symbol.
2906 (Symbol_table::gc_mark_undef_symbols): Likewise.
2907 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
2909 2012-04-12 David S. Miller <davem@davemloft.net>
2911 * sparc.cc (Reloc::wdisp10): New relocation method.
2912 (Reloc::h34): Likewise.
2913 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
2914 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
2916 (Target_sparc::Scan::local): Likewise.
2917 (Target_sparc::Scan::global): Likewise.
2918 (Target_sparc::Relocate::relocate): Likewise.
2920 2012-04-09 Cary Coutant <ccoutant@google.com>
2922 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
2925 2012-04-06 Ian Lance Taylor <iant@google.com>
2927 * timer.cc: #include <unistd.h>.
2929 2012-04-06 Roland McGrath <mcgrathr@google.com>
2931 * configure.in (AC_CHECK_HEADERS): Add locale.h.
2932 * config.in: Regenerate.
2933 * configure: Regenerate.
2935 2012-04-05 Nick Clifton <nickc@redhat.com>
2937 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
2938 (AM_LC_MESSAGES): Add.
2939 * aclocal.m4: Regenerate.
2940 * config.in: Regenerate.
2941 * configure: Regenerate.
2943 2012-03-21 Cary Coutant <ccoutant@google.com>
2945 * Makefile.am: Add gdb-index.cc, gdb-index.h.
2946 * Makefile.in: Regenerate.
2947 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
2948 (Sized_elf_reloc_mapper::symbol_section): New function.
2949 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
2950 (make_elf_reloc_mapper): New function.
2951 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
2952 (Dwarf_abbrev_table::do_read_abbrevs): New function.
2953 (Dwarf_abbrev_table::do_get_abbrev): New function.
2954 (Dwarf_ranges_table::read_ranges_table): New function.
2955 (Dwarf_ranges_table::read_range_list): New function.
2956 (Dwarf_pubnames_table::read_section): New function.
2957 (Dwarf_pubnames_table::read_header): New function.
2958 (Dwarf_pubnames_table::next_name): New function.
2959 (Dwarf_die::Dwarf_die): New function.
2960 (Dwarf_die::read_attributes): New function.
2961 (Dwarf_die::skip_attributes): New function.
2962 (Dwarf_die::set_name): New function.
2963 (Dwarf_die::set_linkage_name): New function.
2964 (Dwarf_die::attribute): New function.
2965 (Dwarf_die::string_attribute): New function.
2966 (Dwarf_die::int_attribute): New function.
2967 (Dwarf_die::uint_attribute): New function.
2968 (Dwarf_die::ref_attribute): New function.
2969 (Dwarf_die::child_offset): New function.
2970 (Dwarf_die::sibling_offset): New function.
2971 (Dwarf_info_reader::check_buffer): New function.
2972 (Dwarf_info_reader::parse): New function.
2973 (Dwarf_info_reader::do_parse): New function.
2974 (Dwarf_info_reader::do_read_string_table): New function.
2975 (Dwarf_info_reader::lookup_reloc): New function.
2976 (Dwarf_info_reader::get_string): New function.
2977 (Dwarf_info_reader::visit_compilation_unit): New function.
2978 (Dwarf_info_reader::visit_type_unit): New function.
2979 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
2980 Sized_elf_reloc_mapper.
2981 (Sized_dwarf_line_info::symbol_section): Remove function.
2982 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
2983 (Sized_dwarf_line_info::read_line_mappings): Remove object
2984 parameter, adjust callers.
2985 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
2986 * dwarf_reader.h: Include <sys/types.h>.
2987 (class Track_relocs): Remove forward declaration.
2988 (class Elf_reloc_mapper): New class.
2989 (class Sized_elf_reloc_mapper): New class.
2990 (class Dwarf_abbrev_table): New class.
2991 (class Dwarf_range_list): New class.
2992 (class Dwarf_ranges_table): New class.
2993 (class Dwarf_pubnames_table): New class.
2994 (class Dwarf_die): New class.
2995 (class Dwarf_info_reader): New class.
2996 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
2997 (Sized_dwarf_line_info::symbol_section): Remove member function.
2998 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
3000 * gdb-index.cc: New source file.
3001 * gdb-index.h: New source file.
3002 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
3003 and .debug_types sections, call Layout::add_to_gdb_index.
3004 (Sized_relobj_incr::do_section_name): Implement.
3005 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
3006 return type; Implement.
3007 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
3009 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
3010 parameter list and return type.
3011 (Sized_incr_dynobj::do_section_contents): Likewise.
3012 * layout.cc: Include gdb-index.h.
3013 (Layout::Layout): Initialize gdb_index_data_.
3014 (Layout::init_fixed_output_section): Check for .gdb_index section.
3015 (Layout::add_to_gdb_index): New function. Instantiate.
3016 * layout.h: Add forward declaration for class Gdb_index.
3017 (Layout::add_to_gdb_index): New member function.
3018 (Layout::gdb_index_data_): New data member.
3019 * main.cc: Include gdb-index.h.
3020 (main): Print statistics for gdb index.
3021 * object.cc (Object::section_contents): Move code into
3022 do_section_contents.
3023 (need_decompressed_section): Check for sections needed when building
3025 (build_compressed_section_map): Likewise.
3026 (Sized_relobj_file::do_read_symbols): Need local symbols when building
3028 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
3029 sections; call Layout::add_to_gdb_index.
3030 (Sized_relobj_file::do_decompressed_section_contents): Call
3031 do_section_contents directly.
3032 * object.h (Object::do_section_contents): Adjust parameter list and
3034 (Object::do_decompressed_section_contents): Call do_section_contents
3036 (Sized_relobj_file::do_section_contents): Adjust parameter list and
3038 * options.h (class General_options): Add --gdb-index option.
3039 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
3040 list and return type.
3041 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
3042 * reloc.h (Track_relocs::checkpoint): New function.
3043 (Track_relocs::reset): New function.
3045 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
3047 * testsuite/Makefile.in: Regenerate.
3048 * testsuite/gdb_index_test.cc: New test source file.
3049 * testsuite/gdb_index_test_1.sh: New test source file.
3050 * testsuite/gdb_index_test_2.sh: New test source file.
3052 2012-03-19 Doug Kwan <dougkwan@google.com>
3054 * arm.cc (Target_arm::do_define_standard_symbols): New method.
3055 (Target_arm::do_finalize_sections): Remove code which defines
3056 __exidx_start and __exidx_end. Make symbol table parameter
3057 anonymous as it is not used.
3058 * gold.cc (queue_middle_tasks): Call target hook to define any
3059 target-specific symbols.
3060 * target.h (Target::define_standard_symbols): New method.
3061 (Target::do_define_standard_symbols): Same.
3062 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
3063 * testsuite/Makefile.in: Regenerate.
3064 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
3066 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
3067 relocations are generated for __exidx_start and __exidx_end.
3069 2012-03-16 Doug Kwan <dougkwan@google.com>
3071 * testsuite/Makefile.am: Disable test initpri3b.
3072 * testsuite/Makefile.in: Regenerate.
3074 2012-03-15 Doug Kwan <dougkwan@google.com>
3076 * arm.cc (Target_arm::got_section): Make .got section read-only
3079 2012-03-15 Ian Lance Taylor <iant@google.com>
3082 * layout.cc (Layout::make_output_section): Correctly mark
3083 SHT_INIT_ARRAY, et. al., as relro.
3085 2012-03-14 Doug Kwan <dougkwan@google.com>
3087 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
3088 dynamic relocations for protected symbols in shared objects.
3090 2012-03-13 Ian Lance Taylor <iant@google.com>
3092 * resolve.cc (Symbol_table::resolve): When merging common symbols,
3093 keep the larger alignment.
3095 2012-03-12 Cary Coutant <ccoutant@google.com>
3097 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
3098 handling of DW_LNE_define_file.
3100 2012-03-12 Cary Coutant <ccoutant@google.com>
3102 * reduced_debug_output.cc
3103 (Output_reduced_debug_info_section::get_die_end): Add new FORM
3106 2012-02-29 Cary Coutant <ccoutant@google.com>
3108 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
3110 2012-02-29 Cary Coutant <ccoutant@google.com>
3112 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3113 Call Object::decompressed_section_contents.
3114 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
3116 (Sized_dwarf_line_info::buffer_start_): New data member.
3117 * merge.cc (Output_merge_data::do_add_input_section): Call
3118 Object::decompressed_section_contents.
3119 (Output_merge_string::do_add_input_section): Likewise.
3120 * object.cc (need_decompressed_section): New function.
3121 (build_compressed_section_map): Decompress sections needed later.
3122 (Sized_relobj_file::do_decompressed_section_contents): New function.
3123 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3124 * object.h (Object::decompressed_section_contents): New function.
3125 (Object::discard_decompressed_sections): New function.
3126 (Object::do_decompressed_section_contents): New function.
3127 (Object::do_discard_decompressed_sections): New function.
3128 (Compressed_section_info): New type.
3129 (Compressed_section_map): Include decompressed section contents.
3130 (Sized_relobj_file::do_decompressed_section_contents): New function.
3131 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3133 2012-02-16 Cary Coutant <ccoutant@google.com>
3135 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
3136 * testsuite/Makefile.in: Regenerate.
3138 2012-02-14 Cary Coutant <ccoutant@google.com>
3140 * options.cc (General_options::finalize): Disallow -pie and -static.
3142 2012-02-03 Doug Kwan <dougkwan@google.com>
3144 * arm.cc (Arm_relocate_functions::abs8,
3145 Arm_relocate_functions::abs16): Use
3146 Bits::has_signed_unsigned_overflow32.
3147 (Arm_relocate_functions::thm_abs8): Correct range of
3149 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
3152 2012-02-02 Doug Kwan <dougkwan@google.com>
3154 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
3155 position independent outputs, not just shared objects.
3157 2012-01-30 H.J. Lu <hongjiu.lu@intel.com>
3159 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
3160 * configure: Regenerated.
3162 2012-01-27 Ian Lance Taylor <iant@google.com>
3164 * reloc.h (Bits): New class with static functions, copied from
3165 namespace utils in arm.cc.
3166 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
3169 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3171 * incremental.cc (write_info_blocks): Correct relocation offset.
3173 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3175 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
3176 (Relocate::tls_gd_to_le): Likewise.
3178 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3180 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
3182 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3184 * configure.ac: Check if -mcmodel=medium works.
3185 * configure: Regenerated.
3187 2012-01-24 Cary Coutant <ccoutant@google.com>
3189 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
3191 (read_unsigned_LEB_128_x): ... this new function.
3192 (read_signed_LEB_128): Replaced with inline definition and ...
3193 (read_signed_LEB_128_x): ... this new function.
3194 * int_encoding.h (read_unsigned_LEB_128_x): New function.
3195 (read_unsigned_LEB_128): Add inline definition.
3196 (read_signed_LEB_128_x): New function.
3197 (read_signed_LEB_128): Add inline definition.
3198 * testsuite/Makefile.am (leb128_unittest): New unit test.
3199 * testsuite/Makefile.in: Regenerate.
3200 * testsuite/leb128_unittest.cc: New unit test.
3202 2012-01-23 Ian Lance Taylor <iant@google.com>
3205 * i386.cc (Target_i386::do_code_fill): When using a jmp
3206 instruction, pad with nop instructions.
3207 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3209 2012-01-22 H.J. Lu <hongjiu.lu@intel.com>
3211 * x86_64.cc (gc_process_relocs): Add typename on types used in
3213 (scan_relocs): Likewise.
3214 (relocate_section): Likewise.
3215 (apply_relocation): Likewise.
3217 2012-01-10 H.J. Lu <hongjiu.lu@intel.com>
3219 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
3220 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
3223 2012-01-09 H.J. Lu <hongjiu.lu@intel.com>
3225 * x86_64.cc: Initial support for x32.
3227 2012-01-03 Cary Coutant <ccoutant@google.com>
3229 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
3230 Use abstract base class for GOT.
3231 * gold/output.h (class Output_data_got_base): New abstract base class.
3232 (class Output_data_got): Derive from new base class, adjust ctors.
3233 (Output_data_got::reserve_slot): Make virtual; rename to
3234 do_reserve_slot; Adjust callers.
3235 * gold/target.h (Sized_target::init_got_plt_for_update): Return
3236 pointer to abstract base class.
3237 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
3239 2011-12-18 Ian Lance Taylor <iant@google.com>
3241 * object.h (Relobj::local_symbol_value): New function.
3242 (Relobj::local_plt_offset): New function.
3243 (Relobj::local_has_got_offset): New function.
3244 (Relobj::local_got_offset): New function.
3245 (Relobj::set_local_got_offset): New function.
3246 (Relobj::do_local_symbol_value): New pure virtual function.
3247 (Relobj::do_local_plt_offset): Likewise.
3248 (Relobj::do_local_has_got_offset): Likewise.
3249 (Relobj::do_local_got_offset): Likewise.
3250 (Relobj::do_set_local_got_offset): Likewise.
3251 (Sized_relobj::do_local_has_got_offset): Rename from
3252 local_has_got_offset.
3253 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
3254 (Sized_relobj::do_set_local_got_offset): Rename from
3255 set_local_got_offset.
3256 (Sized_relobj_file::do_local_plt_offset): Rename from
3258 (Sized_relobj_file::do_local_symbol_value): New function.
3259 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
3261 * output.cc (Output_data_got::Got_entry::write): Change object to
3262 Relobj. Use local_symbol_value.
3263 (Output_data_got::add_global_with_rel): Change rel_dyn to
3264 Output_data_reloc_generic*. Use add_global_generic.
3265 (Output_data_got::add_global_with_rela): Remove. Change all
3266 callers to use add_global_with_rel.
3267 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
3268 Output_data_reloc_generic*. Use add_global_generic.
3269 (Output_data_got::add_global_pair_with_rela): Remove. Change all
3270 callers to use add_global_pair_with_rel.
3271 (Output_data_got::add_local): Change object to Relobj*.
3272 (Output_data_got::add_local_plt): Likewise.
3273 (Output_data_got::add_local_with_rel): Change object to Relobj*,
3274 change rel_dyn to Output_data_reloc_generic*. Use
3276 (Output_data_got::add_local_with_rela): Remove. Change all
3277 callers to use all_local_with_rel.
3278 (Output_data_got::add_local_pair_with_rel): Change object to
3279 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
3280 add_output_section_generic.
3281 (Output_data_got::add_local_pair_with_rela): Remove. Change all
3282 callers to use add_local_pair_with_rel.
3283 (Output_data_got::reserve_local): Change object to Relobj*.
3284 * output.h: (class Output_data_reloc_generic): Add pure virtual
3285 declarations for add_global_generic, add_local_generic,
3286 add_output_section_generic.
3287 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
3288 functions for Output_data_reloc_generic. Update declarations for
3289 changes listed in output.cc.
3290 (class Output_data_got): Change template parameter to got_size.
3291 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
3292 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
3294 (Sized_relobj_incr::do_local_plt_offset): New function.
3295 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
3298 2011-12-17 Cary Coutant <ccoutant@google.com>
3300 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
3301 * resolve.cc (Symbol_table::resolve): Likewise.
3302 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
3304 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3306 2011-12-16 Ian Lance Taylor <iant@google.com>
3308 * output.h (Output_data_reloc_generic::add): Only call
3309 add_dynamic_reloc if this is a dynamic reloc section.
3311 2011-12-15 H.J. Lu <hongjiu.lu@intel.com>
3314 * target-reloc.h (apply_relocation): Replace <64, false> with
3317 2011-11-25 Nick Clifton <nickc@redhat.com>
3319 * po/it.po: New Italian translation.
3321 2011-11-17 Sterling Augustine <saugustine@google.com>
3323 * script.cc (script_include_directive): Implement.
3324 (read_script_file): New local variables name and search_path. Update
3325 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
3326 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
3327 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
3329 2011-11-11 Sterling Augustine <saugustine@google.com>
3331 * yyscript.y (section_cmd): Add support for INCLUDE directive.
3332 (file_or_sections_cmd): Likewise.
3334 2011-11-11 Doug Kwan <dougkwan@google.com>
3336 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
3337 if --just-symbols is given.
3339 2011-11-10 Doug Kwan <dougkwan@google.com>
3342 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
3343 when processing data relocs.
3344 * reloc.h (Relocate_functions::rel_unaligned): New method.
3345 (Relocate_functions::pcrel_unaligned): Ditto.
3346 (Relocate_functions::rel32_unaligned): Ditto.
3347 (Relocate_functions::pcrel32_unaligned): Ditto.
3349 2011-11-09 Doug Kwan <dougkwan@google.com>
3352 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
3353 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
3354 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
3355 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3356 (Relocate_functions::rel_unaligned): New.
3357 (Relocate_functions::rel32_unaligned): New.
3358 * target-reloc.h (relocate_for_relocatable): Add code to handle
3359 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3360 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
3361 arm_unaligned_reloc_r): New targets.
3362 * testsuite/Makefile.in: Regenerate.
3363 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
3366 2011-11-02 Ian Lance Taylor <iant@google.com>
3368 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
3370 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
3371 * options.cc (General_options::finalize): Use library search path
3372 from configure script if specified. If not native and no sysroot,
3373 only search TOOLLIBDIR.
3374 * options.h (Search_directory::Search_directory): Change name to
3376 (General_options::add_to_library_path_with_sysroot): Change arg to
3378 * configure, Makefile.in, config.in: Rebuild.
3380 2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3382 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
3383 we are working around the ARM1176 Erratum.
3384 * options.h (General_options::fix_arm1176): Add option.
3385 * testsuite/Makefile.am: Add testcases, and keep current ones
3387 * testsuite/Makefile.in: Regenerate.
3388 * testsuite/arm_fix_1176.s: New file.
3389 * testsuite/arm_fix_1176.sh: Likewise.
3391 2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3393 * arm.cc (Target_arm::Target_arm): Remove initialisation of
3395 (Target_arm::may_use_blx): Remove method.
3396 (Target_arm::set_may_use_blx): Likewise.
3397 (Target_arm::may_use_v4t_interworking): New method.
3398 (Target_arm::may_use_v5t_interworking): Likewise.
3399 (Target_arm::may_use_blx_): Remove member variable.
3400 (Arm_relocate_functions::arm_branch_common): Check for v5T
3402 (Arm_relocate_functions::thumb_branch_common): Likewise.
3403 (Reloc_stub::stub_type_for_reloc): Likewise.
3404 (Target_arm::do_finalize_sections): Correct interworking checks.
3405 * testsuite/Makefile.am: Add new tests.
3406 * testsuite/Makefile.in: Regenerate.
3407 * testsuite/arm_farcall_arm_arm.s: New test.
3408 * testsuite/arm_farcall_arm_arm.sh: Likewise.
3409 * testsuite/arm_farcall_arm_thumb.s: Likewise.
3410 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
3411 * testsuite/arm_farcall_thumb_arm.s: Likewise.
3412 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
3413 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
3414 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
3416 2011-10-31 Cary Coutant <ccoutant@google.com>
3419 * expression.cc (Expression::eval_with_dot): Add
3420 is_section_dot_assignment parameter.
3421 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
3422 absolute and assigning to dot within a section.
3423 * script-sections.cc
3424 (Output_section_element_assignment::set_section_addresses): Pass
3425 dot_section to set_if_absolute.
3426 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
3427 as is_section_dot_assignment flag to eval_with_dot.
3428 (Output_section_element_dot_assignment::set_section_addresses):
3430 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
3431 parameter. Also set value if relative to dot_section; set the
3432 symbol's output_section.
3433 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
3434 parameter. Adjust all callers.
3435 (Expression::eval_maybe_dot): Likewise.
3436 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
3438 * testsuite/script_test_2.t: Test assignment of an absolute value
3439 to dot within an output section element.
3441 2011-10-31 Cary Coutant <ccoutant@google.com>
3443 * options.h (class General_options): Add --[no-]gnu-unique options.
3444 * symtab.cc (Symbol_table::sized_write_globals): Convert
3445 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
3447 2011-10-31 Cary Coutant <ccoutant@google.com>
3450 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
3451 unnecessary assertion.
3452 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
3454 2011-10-31 Sriraman Tallam <tmsriram@google.com>
3456 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3458 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3460 Change to just keep the section associated with symbol.
3461 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
3462 they are externally visible and --export-dynamic is turned on.
3463 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
3465 2011-10-19 Ian Lance Taylor <iant@google.com>
3468 * script-sections.cc
3469 (Output_section_element_dot_assignment::needs_output_section): New
3472 2011-10-19 Ian Lance Taylor <iant@google.com>
3475 * layout.cc (Layout::segment_precedes): Don't assert failure if a
3476 --section-start option was seen.
3477 * options.h (General_options::any_section_start): New function.
3479 2011-10-18 David S. Miller <davem@davemloft.net>
3482 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
3483 member to track relocation locations that have moved during TLS
3484 reloc optimizations.
3485 (Target_sparc::Relocate::Relocate): Initialize to NULL.
3486 (Target_sparc::Relocate::relocate): Adjust view down by 4
3487 bytes if it matches reloc_adjust_addr_.
3488 (Target_sparc::Relocate::relocate_tls): Always move the
3489 __tls_get_addr call delay slot instruction forward 4 bytes when
3490 performing relaxation.
3492 2011-10-18 Cary Coutant <ccoutant@google.com>
3494 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
3495 (Output_file::map_no_anonymous): Check for non-zero
3496 return code from posix_fallocate.
3498 2011-10-17 Cary Coutant <ccoutant@google.com>
3501 * plugin.cc (is_visible_from_outside): Check for symbols
3502 referenced from dynamic objects.
3503 * resolve.cc (Symbol_table::resolve): Don't count references
3504 from dynamic objects as references from real ELF files.
3505 * testsuite/plugin_test_2.sh: Adjust expected result.
3507 2011-10-17 Cary Coutant <ccoutant@google.com>
3509 * gold.cc: Include timer.h.
3510 (queue_middle_tasks): Stamp time.
3511 (queue_final_tasks): Likewise.
3512 * main.cc (main): Store timer in parameters. Print timers
3514 * parameters.cc (Parameters::Parameters): Initialize timer_.
3515 (Parameters::set_timer): New function.
3516 (set_parameters_timer): New function.
3517 * parameters.h (Parameters::set_timer): New function.
3518 (Parameters::timer): New function.
3519 (Parameters::timer_): New data member.
3520 (set_parameters_timer): New function.
3521 * timer.cc (Timer::stamp): New function.
3522 (Timer::get_pass_time): New function.
3523 * timer.h (Timer::stamp): New function.
3524 (Timer::get_pass_time): New function.
3525 (Timer::pass_times_): New data member.
3527 2011-10-17 Cary Coutant <ccoutant@google.com>
3529 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
3530 task for members of lib groups.
3532 2011-10-17 Cary Coutant <ccoutant@google.com>
3535 * fileread.cc (File_read::find_view): Add assert.
3536 (File_read::make_view): Move bounds check (replace with assert)...
3537 (File_read::find_or_make_view): ... to here.
3539 2011-10-12 Cary Coutant <ccoutant@google.com>
3541 * output.cc (Output_file::open_base_file): Handle case where
3542 ::read returns less than requested size.
3544 2011-10-10 Cary Coutant <ccoutant@google.com>
3546 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
3547 Initialize defined_count_.
3548 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
3549 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
3550 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
3551 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
3552 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
3553 * incremental.h (Sized_relobj_incr::defined_count_): New data
3555 (Sized_incr_dynobj::defined_count_): New data member.
3556 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
3557 Return zeroes instead of internal error.
3559 2011-10-10 Cary Coutant <ccoutant@google.com>
3562 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
3563 (Output_reloc::symbol_value): Return PLT offset if flag is set.
3564 * output.h (class Output_reloc): Add use_plt_offset flag.
3565 (Output_reloc::type_): Adjust size of bit field.
3566 (Output_reloc::use_plt_offset_): New bit field.
3567 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
3568 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
3569 flag. Adjust all callers.
3570 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
3571 creating RELATIVE relocations.
3573 2011-10-10 Nick Clifton <nickc@redhat.com>
3575 * po/es.po: Updated Spanish translation.
3576 * po/fi.po: Updated Finnish translation.
3578 2011-10-03 Diego Novillo <dnovillo@google.com>
3580 * options.cc (parse_uint): Fix dereference of RETVAL.
3582 2011-09-29 Sriraman Tallam <tmsriram@google.com>
3584 * layout.h (section_order_map_): New member.
3585 (get_section_order_map): New member function.
3586 * output.cc (Output_section::add_input_section): Check for patterns
3587 only when --section-ordering-file is specified.
3588 * gold.cc (queue_middle_tasks): Delay updating order of sections till
3589 output_sections have been formed.
3590 * layout.cc (Layout_Layout): Initialize section_order_map_.
3591 * plugin.cc (update_section_order): Store order in order_map. Do not
3593 * testsuite/Makefile.am: Add test case for plugin_final_layout.
3594 * testsuite/Makefile.in: Regenerate.
3595 * testsuite/plugin_section_order.c: New file.
3596 * testsuite/plugin_final_layout.cc: New file.
3597 * testsuite/plugin_final_layout.sh: New file.
3599 2011-09-29 Cary Coutant <ccoutant@google.com>
3601 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
3603 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
3604 symbols during incremental update.
3605 (Symbol_table::add_from_dynobj): Likewise.
3607 2011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3608 Ian Lance Taylor <iant@google.com>
3610 * symtab.cc (Symbol_table::define_special_symbol): Always
3611 canonicalize version string.
3613 2011-09-26 Cary Coutant <ccoutant@google.com>
3615 * gold.cc (queue_initial_tasks): Move option checks ...
3616 * options.cc (General_options::finalize): ... to here. Disable
3617 some options; make others fatal.
3619 2011-09-26 Cary Coutant <ccoutant@google.com>
3622 * plugin.cc (get_symbols_v2): New function.
3623 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
3624 (is_referenced_from_outside): New function.
3625 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
3626 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
3627 (get_symbols): Pass version parameter.
3628 (get_symbols_v2): New function.
3629 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
3631 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
3632 (onload): Add LDPT_GET_SYMBOLS_V2.
3633 (all_symbols_read_hook): Use get_symbols_v2; check for
3634 LDPR_PREVAILING_DEF_IRONLY_EXP.
3635 * testsuite/plugin_test_3.sh: Update expected results.
3637 2011-09-23 Simon Baldwin <simonb@google.com>
3639 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
3640 configuration options.
3641 * configure: Regenerate.
3642 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
3643 * Makefile.in: Regenerate.
3644 * testsuite/Makefile.in: Regenerate.
3646 2011-09-19 Sriraman Tallam <tmsriram@google.com>
3648 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
3650 2011-09-19 Cary Coutant <ccoutant@google.com>
3652 * incremental.cc (can_incremental_update): Fix typo in comment.
3653 * incremental.h (can_incremental_update): Likewise.
3655 2011-09-18 Cary Coutant <ccoutant@google.com>
3657 * incremental.cc (can_incremental_update): New function.
3658 * incremental.h (can_incremental_update): New function.
3659 * layout.cc (Layout::init_fixed_output_section): Call it.
3660 (Layout::make_output_section): Don't allow patch space in .eh_frame.
3661 * object.cc (Sized_relobj_file::do_layout): Call
3662 can_incremental_update.
3664 2011-09-13 Cary Coutant <ccoutant@google.com>
3666 * configure.ac: Check for glibc support for gnu_indirect_function
3667 support with static linking, setting automake conditional
3669 * Makefile.in: Regenerate.
3670 * configure: Regenerate.
3672 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
3673 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
3675 * testsuite/Makefile.in: Regenerate.
3677 2011-09-13 Cary Coutant <ccoutant@google.com>
3679 * incremental.cc (Sized_relobj_incr::do_layout): Call
3680 report_comdat_group for kept comdat sections.
3681 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
3682 * testsuite/Makefile.in: Regenerate.
3683 * testsuite/incr_comdat_test_1.cc: New source file.
3684 * testsuite/incr_comdat_test_2_v1.cc: New source file.
3685 * testsuite/incr_comdat_test_2_v2.cc: New source file.
3686 * testsuite/incr_comdat_test_2_v3.cc: New source file.
3688 2011-09-13 Ian Lance Taylor <iant@google.com>
3690 * object.cc (Sized_relobj_file::do_layout): Remove unused local
3691 variable external_symbols_offset.
3693 2011-09-12 Ian Lance Taylor <iant@google.com>
3695 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
3696 triggered if object has no symbols.
3698 2011-09-09 David S. Miller <davem@davemloft.net>
3700 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
3701 (Output_fill_debug_line::do_write): Likewise.
3703 2011-08-29 Cary Coutant <ccoutant@google.com>
3705 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
3706 casts to match formatting specs.
3707 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
3709 2011-08-26 Cary Coutant <ccoutant@google.com>
3711 * layout.cc (Free_list::allocate): Provide guarantee of minimum
3712 remaining hole size when allocating.
3713 (Layout::make_output_section): Set fill methods for debug sections.
3714 * layout.h (Free_list::Free_list_node): Move from private to
3716 (Free_list::set_min_hole_size): New function.
3717 (Free_list::begin, Free_list::end): New functions.
3718 (Free_list::min_hole_): New data member.
3719 * output.cc: Include dwarf.h.
3720 (Output_fill_debug_info::do_minimum_hole_size): New function.
3721 (Output_fill_debug_info::do_write): New function.
3722 (Output_fill_debug_line::do_minimum_hole_size): New function.
3723 (Output_fill_debug_line::do_write): New function.
3724 (Output_section::Output_section): Initialize new data member.
3725 (Output_section::set_final_data_size): Ensure patch space is larger
3726 than minimum hole size.
3727 (Output_section::do_write): Fill holes in debug sections.
3728 * output.h (Output_fill): New class.
3729 (Output_fill_debug_info): New class.
3730 (Output_fill_debug_line): New class.
3731 (Output_section::set_free_space_fill): New function.
3732 (Output_section::free_space_fill_): New data member.
3733 * testsuite/Makefile.am (incremental_test_3): Add
3734 --incremental-patch option.
3735 (incremental_test_4): Likewise.
3736 (incremental_test_5): Likewise.
3737 (incremental_test_6): Likewise.
3738 (incremental_copy_test): Likewise.
3739 (incremental_common_test_1): Likewise.
3740 * testsuite/Makefile.in: Regenerate.
3742 2011-08-26 Nick Clifton <nickc@redhat.com>
3744 * po/es.po: Updated Spanish translation.
3746 2011-08-01 Cary Coutant <ccoutant@google.com>
3748 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
3749 * gold/testsuite/Makefile.in: Regenerate.
3750 * gold/testsuite/justsyms_exec.c: New source file.
3751 * gold/testsuite/justsyms_lib.c: New source file.
3753 2011-08-01 Cary Coutant <ccoutant@google.com>
3755 * layout.cc (Layout::set_segment_offsets): Don't realign text
3756 segment if -Ttext was specified.
3757 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
3759 * object.h (Sized_relobj_file::e_type): New function.
3760 (Sized_relobj_file::e_type_): New data member.
3761 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
3762 base address for ET_EXEC files.
3763 * target.cc (Target::do_make_elf_object_implementation): Allow
3764 ET_EXEC files with --just-symbols option.
3766 2011-07-28 Cary Coutant <ccoutant@google.com>
3768 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
3769 Add thread_number parameter.
3770 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
3771 * workqueue-threads.cc
3772 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
3773 current thread if its thread number is greater than desired thread
3775 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
3776 Add thread_number parameter.
3777 (Workqueue::should_cancel_thread): Likewise.
3778 (Workqueue::find_runnable_or_wait): Pass thread_number to
3779 should_cancel_thread.
3780 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
3783 2011-07-22 Sriraman Tallam <tmsriram@google.com>
3785 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
3786 only after checking if it cannot be forced local.
3787 * symtab.h (is_externally_visible): Check if the symbol is not forced
3790 2011-07-15 Ian Lance Taylor <iant@google.com>
3792 * options.h (class General_options): Add --print-output-format.
3793 Move -EL next to -EB, for better --help output.
3794 * target-select.cc: Include <cstdio>, "options.h", and
3796 (Target_selector::do_target_bfd_name): New function.
3797 (print_output_format): New function.
3798 * target-select.h (class Target_selector): Update declarations.
3799 (Target_selector::target_bfd_name): New function.
3800 (print_output_format): Declare.
3801 * main.cc: Include "target-select.h".
3802 (main): Handle --print-output-format.
3803 * gold.cc: Include "target-select.h".
3804 (queue_initial_tasks): Handle --print-output-format when there are
3806 * parameters.cc (parameters_force_valid_target): Give a better
3807 error message if -EB/-EL does not match target.
3808 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
3811 2011-07-15 Ian Lance Taylor <iant@google.com>
3813 * i386.cc (class Output_data_plt_i386): Add layout_ field.
3814 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
3815 (Output_data_plt_i386::do_write): Write address of .dynamic
3816 section to first entry in .got.plt section.
3817 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
3818 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
3820 (Output_data_plt_x86_64::do_write): Write address of .dynamic
3821 section to first entry in .got.plt section.
3822 * layout.h (Layout::dynamic_section): New function.
3824 2011-07-13 Sriraman Tallam <tmsriram@google.com>
3826 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
3828 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
3829 input_section_position_, and input_section_glob_.
3830 (read_layout_from_file): Call function section_ordering_specified.
3831 * layout.h (is_section_ordering_specified): New function.
3832 (section_ordering_specified): New function.
3833 (section_ordering_specified_): New boolean member.
3834 * main.cc(main): Call load_plugins after layout object is defined.
3835 * output.cc (Output_section::add_input_section): Use
3836 function section_ordering_specified to check if section ordering is
3838 * output.cc (Output_section::add_relaxed_input_section): Use
3839 function section_ordering_specified to check if section ordering is
3841 (Output_section::update_section_layout): New function.
3842 (Output_section::sort_attached_input_sections): Check if input section
3844 * output.h (Output_section::update_section_layout): New function.
3845 * plugin.cc (get_section_count): New function.
3846 (get_section_type): New function.
3847 (get_section_name): New function.
3848 (get_section_contents): New function.
3849 (update_section_order): New function.
3850 (allow_section_ordering): New function.
3851 (Plugin::load): Add the new interfaces to the transfer vector.
3852 (Plugin_manager::load_plugins): New parameter.
3853 (Plugin_manager::all_symbols_read): New parameter.
3854 (Plugin_manager::claim_file): New parameter. Save the elf object for
3856 (Plugin_manager::get_elf_object): New function.
3857 (Plugin_manager::get_view): Change to directly use the bool to check
3858 if get_view is called from claim_file_hook.
3859 * plugin.h (input_objects): New function
3860 (Plugin__manager::load_plugins): New parameter.
3861 (Plugin_manager::claim_file): New parameter.
3862 (Plugin_manager::get_elf_object): New function.
3863 (Plugin_manager::in_claim_file_handler): New function.
3864 (Plugin_manager::in_claim_file_handler_): New member.
3865 (layout): New function.
3866 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
3867 handler with an extra parameter. Make the elf object before calling
3869 * testsuite/plugin_test.c (get_section_count): New function pointer.
3870 (get_section_type): New function pointer.
3871 (get_section_name): New function pointer.
3872 (get_section_contents): New function pointer.
3873 (update_section_order): New function pointer.
3874 (allow_section_ordering): New function pointer.
3875 (onload): Check if the new interfaces exist.
3877 2011-07-13 Ian Lance Taylor <iant@google.com>
3879 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
3881 * x86_64.cc (Target_x86_64::got_section): Likewise.
3882 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
3883 (relro_now_test_SOURCES): New variable.
3884 (relro_now_test_DEPENDENCIES): New variable.
3885 (relro_now_test_LDFLAGS): New variable.
3886 (relro_now_test_LDADD): New variable.
3887 (relro_now_test.so): New target.
3888 * testsuite/Makefile.in: Rebuild.
3890 2011-07-12 Ian Lance Taylor <iant@google.com>
3893 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
3894 GLOB_DAT relocation rather than a RELATIVE relocation for a
3895 protected symbol when creating a shared library.
3896 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
3897 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
3898 * testsuite/protected_main_1.cc (main): Test that protected
3899 function has same address.
3901 2011-07-11 Ian Lance Taylor <iant@google.com>
3904 * options.h (class General_options): Add -Bgroup.
3905 * options.cc (General_options::finalize): If -Bgroup is set,
3906 default to --unresolved-symbols=report-all.
3907 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
3908 * target-reloc.h (issue_undefined_symbol_error): Handle
3909 --unresolved-symbols=report-all.
3911 2011-07-08 Ian Lance Taylor <iant@google.com>
3914 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
3915 if linker script discards key sections.
3916 (Layout::create_dynamic_symtab): Likewise.
3917 (Layout::assign_local_dynsym_offsets): Likewise.
3918 (Layout::sized_create_version_sections): Likewise.
3919 (Layout::create_interp): Likewise.
3920 (Layout::finish_dynamic_section): Likewise.
3921 (Layout::set_dynamic_symbol_size): Likewise.
3923 2011-07-08 Ian Lance Taylor <iant@google.com>
3926 * options.h (class General_options): Add --unresolved-symbols.
3927 * target-reloc.h (issue_undefined_symbol_error): Check
3928 --unresolved-symbols. Add comments.
3930 2011-07-08 Ian Lance Taylor <iant@google.com>
3932 * testsuite/odr_violation2.cc (Ordering::operator()): Make
3933 expression more complex.
3935 2011-07-08 Ian Lance Taylor <iant@google.com>
3938 * target-reloc.h (issue_undefined_symbol_error): New inline
3939 function, broken out of relocate_section.
3940 (relocate_section): Call issue_undefined_symbol_error.
3941 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
3942 there is no TLS segment if we are about to issue an undefined
3944 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
3946 2011-07-08 Ian Lance Taylor <iant@google.com>
3949 * resolve.cc (Symbol_table::should_override): Add fromtype
3950 parameter. Change all callers. Give error when linking together
3951 TLS and non-TLS symbol.
3952 (Symbol_table::should_override_with_special): Add fromtype
3953 parameter. Change all callers.
3954 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
3955 there is no TLS segment if we have reported some errors.
3956 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
3958 2011-07-08 Ian Lance Taylor <iant@google.com>
3961 * target.h (Target::plt_address_for_global): New function.
3962 (Target::plt_address_for_local): New function.
3963 (Target::plt_section_for_global): Remove.
3964 (Target::plt_section_for_local): Remove.
3965 (Target::do_plt_address_for_global): New virtual function.
3966 (Target::do_plt_address_for_local): New virtual function.
3967 (Target::do_plt_section_for_global): Remove.
3968 (Target::do_plt_section_for_local): Remove.
3969 (Target::register_global_plt_entry): Add Symbol_table and Layout
3971 * output.cc (Output_data_got::Got_entry::write): Use
3972 plt_address_for_global and plt_address_for_local.
3973 * layout.cc (Layout::add_target_dynamic_tags): Use size and
3974 address of output section.
3975 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
3976 got_irelative_, and irelative_count_ fields. Update
3978 (Output_data_plt_i386::has_irelative_section): New function.
3979 (Output_data_plt_i386::entry_count): Add irelative_count_.
3980 (Output_data_plt_i386::set_final_data_size): Likewise.
3981 (class Target_i386): Add got_irelative_ and rel_irelative_
3982 fields. Update declarations.
3983 (Target_i386::Target_i386): Initialize new fields.
3984 (Target_i386::do_plt_address_for_global): New function replacing
3985 do_plt_section_for_global.
3986 (Target_i386::do_plt_address_for_local): New function replacing
3987 do_plt_section_for_local.
3988 (Target_i386::got_section): Create got_irelative_.
3989 (Target_i386::rel_irelative_section): New function.
3990 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
3991 fields. Don't define __rel_iplt_{start,end}.
3992 (Output_data_plt_i386::add_entry): Add symtab and layout
3993 parameters. Change all callers. Use different PLT and GOT for
3995 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
3996 layout parameters. Change all callers. Use different PLT and
3998 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
3999 (Output_data_plt_i386::rel_irelative): New function.
4000 (Output_data_plt_i386::address_for_global): New function.
4001 (Output_data_plt_i386::address_for_local): New function.
4002 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
4003 IRELATIVE GOT when changing IFUNC GOT entries.
4004 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
4006 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
4007 if we didn't create an IRELATIVE GOT.
4008 (Target_i386::Relocate::relocate): Use plt_address_for_global and
4009 plt_address_for_local.
4010 (Target_i386::do_dynsym_value): Use plt_address_for_global.
4011 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
4012 got_irelative_, and irelative_count_ fields. Update
4014 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
4015 Initialize new fields. Remove symtab parameter. Change all
4017 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
4019 (Output_data_plt_x86_64::has_irelative_section): New function.
4020 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
4021 (class Target_x86_64): Add got_irelative_ and rel_irelative_
4022 fields. Update declarations.
4023 (Target_x86_64::Target_x86_64): Initialize new fields.
4024 (Target_x86_64::do_plt_address_for_global): New function replacing
4025 do_plt_section_for_global.
4026 (Target_x86_64::do_plt_address_for_local): New function replacing
4027 do_plt_section_for_local.
4028 (Target_x86_64::got_section): Create got_irelative_.
4029 (Target_x86_64::rela_irelative_section): New function.
4030 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
4031 all callers. Don't create __rel_iplt_{start,end}.
4032 (Output_data_plt_x86_64::add_entry): Add symtab and layout
4033 parameters. Change all callers. Use different PLT and GOT for
4035 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
4036 layout parameters. Change all callers. Use different PLT and
4038 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
4039 parameters. Change all callers. Use different PLT and GOT for
4041 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
4042 (Output_data_plt_x86_64::rela_irelative): New function.
4043 (Output_data_plt_x86_64::address_for_global): New function.
4044 (Output_data_plt_x86_64::address_for_local): New function.
4045 (Output_data_plt_x86_64::set_final_data_size): Likewise.
4046 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
4047 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
4048 (Target_x86_64::register_global_plt_entry): Add symtab and layout
4050 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
4052 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
4053 symbols if we didn't create an IRELATIVE GOT.
4054 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
4055 plt_address_for_local.
4056 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
4057 * testsuite/ifuncvar1.c: New test file.
4058 * testsuite/ifuncvar2.c: New test file.
4059 * testsuite/ifuncvar3.c: New test file.
4060 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
4061 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
4062 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
4063 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
4064 * testsuite/Makefile.in: Rebuild.
4066 2011-07-07 Cary Coutant <ccoutant@google.com>
4068 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
4069 (two_file_test_1_ndebug.o): Likewise.
4070 (two_file_test_1b_ndebug.o): Likewise.
4071 (two_file_test_2_ndebug.o): Likewise.
4072 (two_file_test_main_ndebug.o): Likewise.
4073 (incremental_test_2): Link with no-debug versions.
4075 2011-07-06 Cary Coutant <ccoutant@google.com>
4077 * gold/incremental.cc
4078 (Output_section_incremental_inputs::write_info_blocks): Check for
4079 hidden and internal symbols.
4081 2011-07-06 Cary Coutant <ccoutant@google.com>
4083 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
4084 Check disposition for startup file.
4085 (Incremental_inputs::report_command_line): Ignore
4086 --incremental-startup-unchanged option.
4087 * options.cc (General_options::parse_incremental_startup_unchanged):
4089 (General_options::General_options): Initialize new data member.
4090 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
4091 (General_options): Add --incremental-startup-unchanged option.
4092 (General_options::incremental_startup_disposition): New function.
4093 (General_options::incremental_startup_disposition_): New data member.
4095 2011-07-06 Cary Coutant <ccoutant@google.com>
4097 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
4098 input file index to Script_info ctor.
4099 (Sized_incremental_binary::do_file_has_changed): Find the
4100 command-line argument for files named in scripts.
4101 * incremental.h (Script_info::Script_info): New ctor
4102 with input file index.
4103 (Script_info::input_file_index): New function.
4104 (Script_info::input_file_index_): New data member.
4105 (Incremental_binary::get_library): Add const.
4106 (Incremental_binary::get_script_info): Add const.
4107 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
4108 * testsuite/Makefile.am (incremental_test_5): New test case.
4109 (incremental_test_6): New test case.
4110 * testsuite/Makefile.in: Regenerate.
4112 2011-07-06 Cary Coutant <ccoutant@google.com>
4114 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
4115 debug output when command lines differ.
4117 2011-07-06 Cary Coutant <ccoutant@google.com>
4119 * incremental.cc (Incremental_inputs::report_command_line): Ignore
4120 --incremental-patch option.
4121 * layout.cc (Free_list::allocate): Extend allocation beyond original
4123 (Layout::make_output_section): Mark sections that should get
4125 * options.cc (parse_percent): New function.
4126 * options.h (parse_percent): New function.
4127 (DEFINE_percent): New macro.
4128 (General_options): Add --incremental-patch option.
4129 * output.cc (Output_section::Output_section): Initialize new data
4131 (Output_section::add_input_section): Print section name when out
4133 (Output_section::add_output_section_data): Likewise.
4134 (Output_section::set_final_data_size): Add patch space when
4135 doing --incremental-full.
4136 (Output_section::do_reset_address_and_file_offset): Remove patch
4138 (Output_segment::set_section_list_addresses): Print debug output
4139 only if --incremental-update.
4140 * output.h (Output_section::set_is_patch_space_allowed): New function.
4141 (Output_section::is_patch_space_allowed_): New data member.
4142 (Output_section::patch_space_): New data member.
4143 * parameters.cc (Parameters::incremental_full): New function.
4144 * parameters.h (Parameters::incremental_full): New function
4145 * testsuite/Makefile.am (incremental_test_2): Add test for
4146 --incremental-patch option.
4147 * testsuite/Makefile.in: Regenerate.
4148 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
4149 (t18): Remove function body.
4151 2011-07-05 Doug Kwan <dougkwan@google.com>
4154 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
4155 Arm_Address type for relocation result.
4156 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
4158 (Arm_relocate_functions::abs32): Use unaligned access.
4159 (Arm_relocate_functions::rel32): Ditto.
4160 (Arm_relocate_functions::prel31): Ditto.
4161 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
4162 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
4163 static data relocations.
4164 * testsuite/Makefile.in: Regnerate.
4165 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
4167 2011-07-05 Ian Lance Taylor <iant@google.com>
4170 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
4171 symbols if necessary.
4172 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
4174 2011-07-05 Ian Lance Taylor <iant@google.com>
4177 * resolve.cc (Symbol::override_base_with_special): Simply override
4178 version with special symbol version, ignoring previous version.
4180 2011-07-05 Ian Lance Taylor <iant@google.com>
4182 * object.cc (Sized_relobj_file::include_section_group): Add
4183 information to comment about signature location.
4185 2011-07-02 Ian Lance Taylor <iant@google.com>
4188 * options.h (class General_options): Add -f and -F.
4189 * options.cc (General_options::finalize): Fatal error if -f/-F
4190 are used without -shared.
4191 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
4193 2011-07-02 Ian Lance Taylor <iant@google.com>
4195 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
4197 2011-07-01 Ian Lance Taylor <iant@google.com>
4201 * resolve.cc (Symbol::override_base_with_special): Don't override
4202 the version if the overriding symbol has a different name.
4203 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
4204 all callers. If we give an error about an undefined version,
4205 define the base version if necessary.
4206 * dynobj.h (class Versions): Update declaration.
4207 * testsuite/weak_alias_test_5.cc: New file.
4208 * testsuite/weak_alias_test.script: New file.
4209 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
4210 and versioned_alias have the right value, and call t2.
4211 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
4212 weak_alias_test_5.so.
4213 (weak_alias_test_LDADD): Likewise.
4214 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
4215 * testsuite/Makefile.in: Rebuild.
4217 2011-07-01 Ian Lance Taylor <iant@google.com>
4220 * options.h (class General_options): Support -z notext.
4221 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
4223 (two_file_shared_nonpic.so): Likewise.
4224 (two_file_shared_mixed.so): Likewise.
4225 (two_file_shared_mixed_1.so): Likewise.
4226 (weak_undef_lib_nonpic.so): Likewise.
4227 (alt/weak_undef_lib_nonpic.so): Likewise.
4228 (tls_test_shared_nonpic.so): Likewise.
4229 * testsuite/Makefile.in: Rebuild.
4231 2011-07-01 Ian Lance Taylor <iant@google.com>
4234 * configure.ac: Test whether static linking works, setting
4235 the automake conditional HAVE_STATIC.
4236 * testsuite/Makefile.am: Disable tests using -static if
4237 HAVE_STATIC is not true.
4238 * configure, testsuite/Makefile.in: Rebuild.
4240 2011-07-01 Ian Lance Taylor <iant@google.com>
4243 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
4244 Assert if we see DW_EH_PE_indirect.
4245 * target.h (Target::ehframe_datarel_base): New function.
4246 (Target::do_ehframe_datarel_base): New target function.
4247 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
4248 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
4251 2011-07-01 Ian Lance Taylor <iant@google.com>
4254 * options.h (class General_options): Add
4255 --ld-generated-unwind-info.
4256 * ehframe.cc (Fde::write): Add address parameter. Change all
4257 callers. If associated with PLT, fill in address and size.
4258 (Cie::set_output_offset): Only add merge mapping if there is an
4260 (Cie::write): Add address parameter. Change all callers.
4261 (Eh_frame::add_ehframe_for_plt): New function.
4262 * ehframe.h (class Fde): Update declarations. Move shndx_ and
4263 input_offset_ fields into union u_, with new plt field.
4264 (Fde::Fde): Adjust for new union field.
4265 (Fde::Fde) [Output_data version]: New constructor.
4266 (Fde::add_mapping): Only add merge mapping if there is an object.
4267 (class Cie): Update declarations.
4268 (class Eh_frame): Declare add_ehframe_for_plt.
4269 * layout.cc (Layout::layout_eh_frame): Break out code into
4270 make_eh_frame_section, and call it.
4271 (Layout::make_eh_frame_section): New function.
4272 (Layout::add_eh_frame_for_plt): New function.
4273 * layout.h (class Layout): Update declarations.
4274 * merge.cc (Merge_map::add_mapping): Add assertion.
4275 * i386.cc: Include "dwarf.h".
4276 (class Output_data_plt_i386): Make first_plt_entry,
4277 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
4278 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4279 and plt_eh_frame_fde.
4280 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
4281 boundary. Call add_eh_frame_for_plt if appropriate.
4282 * x86_64.cc: Include "dwarf.h".
4283 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
4284 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
4285 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4286 and plt_eh_frame_fde.
4287 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
4290 2011-06-29 Ian Lance Taylor <iant@google.com>
4293 * object.cc (Sized_relobj_file::layout_section): Change shdr
4294 parameter to be const.
4295 (Sized_relobj_file::layout_eh_frame_section): New function, broken
4297 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
4298 appropriate. Call layout_eh_frame_section.
4299 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
4301 * object.h (class Sized_relobj_file): Update declarations.
4303 2011-06-29 Ian Lance Taylor <iant@google.com>
4306 * script.cc (Token::integer_value): Accept trailing M/m/K/k
4308 (Lex::gather_token): Accept trailing M/m/K/k for integers.
4310 2011-06-29 Ian Lance Taylor <iant@google.com>
4313 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
4315 * layout.cc (Layout::layout_eh_frame): Likewise.
4317 2011-06-29 Ian Lance Taylor <iant@google.com>
4320 * layout.cc (Layout::symtab_section_shndx): New function.
4321 * layout.h (class Layout): Declare symtab_section_shndx.
4322 * output.cc (Output_section::write_header): Call it.
4324 2011-06-29 Ian Lance Taylor <iant@google.com>
4327 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
4328 symbols which are not used in a relocation.
4330 2011-06-28 Ian Lance Taylor <iant@google.com>
4333 * layout.cc (Layout::segment_precedes): Don't crash if a linker
4334 script create indistinguishable segments.
4335 (Layout::set_segment_offsets): Use stable_sort when sorting
4336 segments. Pass this to Compare_segments constructor.
4337 * layout.h (class Layout): Make segment_precedes non-static.
4338 (class Compare_segments): Change from struct to class. Add
4339 layout_ field. Add constructor.
4340 * script-sections.cc
4341 (Script_sections::attach_sections_using_phdrs_clause): Rename
4342 local orphan to is_orphan. Don't report failure to put empty
4343 section in segment. On attachment failure, report name of
4344 section, and attach to first PT_LOAD segment.
4346 2011-06-28 Ian Lance Taylor <iant@google.com>
4349 * target-select.cc (Target_selector::Target_selector): Add
4350 emulation parameter. Change all callers.
4351 (select_target_by_bfd_name): Rename from select_target_by_name.
4353 (select_target_by_emulation): New function.
4354 (supported_emulation_names): New function.
4355 * target-select.h (class Target_selector): Add emulation_ field.
4356 Update declarations.
4357 (Target_selector::recognize_by_bfd_name): Rename from
4358 recognize_by_name. Change all callers.
4359 (Target_selector::supported_bfd_names): Rename from
4360 supported_names. Change all callers.
4361 (Target_selector::recognize_by_emulation): New function.
4362 (Target_selector::supported_emulations): New function.
4363 (Target_selector::emulation): New function.
4364 (Target_selector::do_recognize_by_bfd_name): Rename from
4365 do_recognize_by_name. Change all callers.
4366 (Target_selector::do_supported_bfd_names): Rename from
4367 do_supported_names. Change all callers.
4368 (Target_selector::do_recognize_by_emulation): New function.
4369 (Target_selector::do_supported_emulations): New function.
4370 (select_target_by_bfd_name): Change name in declaration.
4371 (select_target_by_emulation): Declare.
4372 (supported_emulation_names): Declare.
4373 * parameters.cc (parameters_force_valid_target): Try to find
4374 target based on emulation from -m option.
4375 * options.h (class General_options): Change doc string for -m.
4376 * options.cc (help): Print emulations.
4377 (General_options::parse_V): Likewise.
4378 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
4379 Add emulation parameter. Change all callers.
4381 2011-06-28 Ian Lance Taylor <iant@google.com>
4383 * target.h (class Target): Add osabi_ field.
4384 (Target::osabi): New function.
4385 (Target::set_osabi): New function.
4386 (Target::Target): Initialize osabi_.
4387 (Target::do_adjust_elf_header): Make pure virtual.
4388 (Sized_target::do_adjust_elf_header): Declare.
4389 * target.cc (Sized_target::do_adjust_elf_header): New function.
4390 (class Sized_target): Instantiate all versions.
4391 * freebsd.h (class Target_freebsd): Remove.
4392 (Target_selector_freebsd::do_recognize): Call set_osabi on
4394 (Target_selector_freebsd::do_recognize_by_name): Likewise.
4395 (Target_selector_freebsd::set_osabi): Remove.
4396 * i386.cc (class Target_i386): Inherit from Sized_target rather
4397 than Target_freebsd.
4398 * x86_64.cc (class Target_x86_64): Likewise.
4400 2011-06-28 Ian Lance Taylor <iant@google.com>
4402 * target.h (Target::can_check_for_function_pointers): Rewrite.
4404 (Target::can_icf_inline_merge_sections): Likewise.
4405 (Target::section_may_have_icf_unsafe_poineters): Likewise.
4406 (Target::Target_info): Add can_icf_inline_merge_sections field.
4407 (Target::do_can_check_for_function_pointers): New virtual
4409 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
4410 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
4411 from can_check_for_function_pointers, move in file.
4412 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
4413 section_may_have_icf_unsafe_poineters, move in file.
4414 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
4415 * i386.cc (Target_i386::do_can_check_for_function_pointers):
4416 Rename from can_check_for_function_pointers, move in file.
4417 (Target_i386::can_icf_inline_merge_sections): Remove.
4418 (Target_i386::i386_info): Initialize
4419 can_icf_inline_merge_sections.
4420 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
4421 Initialize can_icf_inline_merge_sections.
4422 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
4423 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
4424 Rename from can_check_for_function_pointers, move in file.
4425 (Target_x86_64::can_icf_inline_merge_sections): Remove.
4426 (Target_x86_64::x86_64_info): Initialize
4427 can_icf_inline_merge_sections.
4428 * testsuite/testfile.cc (Target_test::test_target_info):
4430 * icf.cc (get_section_contents): Correct formatting.
4432 2011-06-27 Ian Lance Taylor <iant@google.com>
4434 * symtab.cc (Symbol::versioned_name): New function.
4435 (Symbol_table::add_to_final_symtab): Use versioned_name when
4437 (Symbol_table::sized_write_symbol): Likewise.
4438 * symtab.h (class Symbol): Declare versioned_name.
4439 * stringpool.h (class Stringpool_template): Add variant of add
4440 which takes a std::basic_string.
4441 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
4442 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
4443 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
4444 (ver_test_12.o): New target.
4445 * testsuite/Makefile.in: Rebuild.
4447 2011-06-27 Doug Kwan <dougkwan@google.com>
4449 * arm.cc (Arm_relocate_functions::thm_jump8,
4450 Arm_relocate_functions::thm_jump11): Use a wider signed
4451 type to compute offset.
4452 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
4454 * testsuite/Makefile.in: Regenerate.
4455 * testsuite/arm_branch_in_range.sh: Check test results of
4456 arm_thm_jump11 and arm_thm_jump8.
4457 * testsuite/arm_thm_jump11.s: New test source file.
4458 * testsuite/arm_thm_jump11.t: New linker script.
4459 * testsuite/arm_thm_jump8.s: New test source file.
4460 * testsuite/arm_thm_jump8.t: New linker script.
4462 2011-06-24 Ian Lance Taylor <iant@google.com>
4464 * layout.cc: Include "object.h".
4465 (ctors_sections_in_init_array): New static variable.
4466 (Layout::is_ctors_in_init_array): New function.
4467 (Layout::layout): Add entry to ctors_sections_in_init_array if
4469 * layout.h (class Layout): Declare is_ctors_in_init_array.
4470 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
4471 is_ctors_reverse_view is set.
4472 (Sized_relobj_file::write_sections): Add layout parameter. Change
4473 all callers. Set is_ctors_reverse_view field of View_size.
4474 (Sized_relobj_file::reverse_words): New function.
4475 * object.h (Sized_relobj_file::View_size): Add
4476 is_ctors_reverse_view field.
4477 (class Sized_relobj_file): Update declarations.
4478 * testsuite/initpri3.c: New test.
4479 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
4481 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
4482 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
4483 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
4484 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
4485 * testsuite/Makefile.in: Rebuild.
4487 2011-06-24 Cary Coutant <ccoutant@google.com>
4489 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
4490 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
4491 (debug_msg_cdebug.err): New targets.
4492 * testsuite/Makefile.in: Regenerate.
4493 * testsuite/debug_msg.sh: Check output of link with compressed debug.
4494 Fix checks for link with shared library.
4496 2011-06-24 Doug Kwan <dougkwan@google.com>
4498 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
4499 skip empty text sections.
4500 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
4502 2011-06-22 Ian Lance Taylor <iant@google.com>
4505 * options.h (class General_options): Add --ctors-in-init-array.
4506 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
4507 friends as SHT_PROGBITS for merging sections.
4508 (Layout::layout): Remove special handling of .init_array and
4509 friends. Don't sort if doing relocatable link. Sort for .ctors
4510 and .dtors if ctors_in_init_array.
4511 (Layout::make_output_section): Force correct section types for
4512 .init_array and friends. Don't sort if doing relocatable link,
4513 Don't sort .ctors and .dtors if ctors_in_init_array.
4514 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
4515 (Layout::output_section_name): Add relobj parameter. Change all
4516 callers. Handle .ctors. and .dtors. in code rather than table.
4517 Handle .ctors and .dtors if ctors_in_init_array.
4518 (Layout::match_file_name): New function, moved from output.cc.
4519 * layout.h (class Layout): Update declarations.
4520 * output.cc: Include "layout.h".
4521 (Input_section_sort_entry::get_priority): New function.
4522 (Input_section_sort_entry::match_file_name): Just call
4523 Layout::match_file_name.
4524 (Output_section::Input_section_sort_init_fini_compare::operator()):
4525 Handle .ctors and .dtors. Sort by explicit priority rather than
4527 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
4528 * testsuite/initpri2.c: New test.
4529 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
4530 (check_PROGRAMS): Add initpri2.
4531 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
4532 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
4533 * configure, testsuite/Makefile.in: Rebuild.
4535 2011-06-19 Ian Lance Taylor <iant@google.com>
4538 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
4539 .interp section to a PT_INTERP segment even if we have seen a
4540 --dynamic-linker option. Don't do it if we have seen a PHDRS
4541 clause in a linker script.
4542 (Layout::finalize): Don't create a .interp section if we've
4543 already create a PT_INTERP segment.
4544 (Layout::create_interp): Always call choose_output_section (revert
4545 patch of 2011-06-17). Don't create PT_INTERP segment.
4546 * script-sections.cc
4547 (Script_sections::create_note_and_tls_segments): Add a .interp
4548 section to a PT_INTERP segment even if we have seen a
4549 --dynamic-linker option.
4551 2011-06-18 Ian Lance Taylor <iant@google.com>
4553 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
4554 merely because a non-PT_LOAD segment has a dynamic reloc.
4556 2011-06-18 Ian Lance Taylor <iant@google.com>
4558 * layout.cc (Layout::finish_dynamic_section): Don't create
4559 DT_FLAGS entry if not needed.
4561 2011-06-18 Ian Lance Taylor <iant@google.com>
4564 * layout.cc (Layout::layout_eh_frame): Correct handling of
4565 writable .eh_frame section.
4567 2011-06-17 Ian Lance Taylor <iant@google.com>
4570 * resolve.cc (Symbol_table::resolve): Don't give an error if a
4571 symbol is redefined with the exact same object and value.
4573 2011-06-17 Ian Lance Taylor <iant@google.com>
4576 * layout.h (class Layout): Add interp_segment_ field.
4577 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
4578 (Layout::attach_allocated_section_to_segment): If making shared
4579 library, put .interp section in PT_INTERP segment.
4580 (Layout::finalize): Also call create_interp if -dynamic-linker
4582 (Layout::create_interp): Assert that there is no PT_INTERP
4583 segment. If not using a SECTIONS clause, use make_output_section.
4584 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
4585 * script-sections.cc
4586 (Script_sections::create_note_and_tls_segments): If making shared
4587 library, put .interp section in PT_INTERP segment.
4589 2011-06-17 Ian Lance Taylor <iant@google.com>
4591 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
4592 when making a shared library.
4594 2011-06-17 Ian Lance Taylor <iant@google.com>
4596 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
4597 parameter. Change all callers. Don't issue warning about PC32
4598 against locally defined symbol.
4600 2011-06-16 Ian Lance Taylor <iant@google.com>
4602 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
4603 occurs in same object.
4605 2011-06-14 Alan Modra <amodra@gmail.com>
4607 * po/POTFILES.in: Regenerate.
4609 2011-06-09 Ian Lance Taylor <iant@google.com>
4611 * script-sections.cc
4612 (Orphan_output_section::set_section_addresses): For a relocatable
4613 link set address to 0.
4615 2011-06-09 Cary Coutant <ccoutant@google.com>
4618 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
4619 used with --compress-debug-sections.
4620 * gold/object.cc (Sized_relobj_file::do_layout): Report
4621 uncompressed size of compressed input sections.
4623 2011-06-08 Cary Coutant <ccoutant@google.com>
4626 * testsuite/two_file_test_2_v1.cc: Change initialization of
4627 v2 to keep it in .data.
4629 2011-06-07 Cary Coutant <ccoutant@google.com>
4631 * common.cc (Symbol_table::do_allocate_commons_list): Call
4633 * errors.cc (Errors::fatal): Adjust call to gold_exit.
4634 (Errors::fallback): New function.
4635 (gold_fallback): New function.
4636 * errors.h (Errors::fallback): New function.
4637 * gold.cc (gold_exit): Change status parameter to enum; adjust
4639 (queue_initial_tasks): Call gold_fallback.
4640 * gold.h: Include cstdlib.
4641 (Exit_status): New enum type.
4642 (gold_exit): Change status parameter to enum.
4643 (gold_fallback): New function.
4644 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
4645 (Layout::create_symtab_sections): Likewise.
4646 (Layout::create_shdrs): Likewise.
4647 * main.cc (main): Adjust call to gold_exit.
4648 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
4649 (Output_data_got::add_got_entry_pair): Likewise.
4650 (Output_section::add_input_section): Likewise.
4651 (Output_section::add_output_section_data): Likewise.
4652 (Output_segment::set_section_list_addresses): Likewise.
4653 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
4655 2011-06-07 Cary Coutant <ccoutant@google.com>
4657 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
4658 for incremental links.
4659 * output.cc (Output_segment::set_section_list_addresses): Remove
4660 FIXME and test for TLS or BSS.
4662 2011-06-07 Cary Coutant <ccoutant@google.com>
4664 * testsuite/Makefile.am: Add incremental_copy_test,
4665 incremental_common_test_1.
4666 * testsuite/Makefile.in: Regenerate.
4667 * testsuite/common_test_1_v1.c: New source file.
4668 * testsuite/common_test_1_v2.c: New source file.
4669 * testsuite/copy_test_v1.cc: New source file.
4671 2011-06-07 Cary Coutant <ccoutant@google.com>
4673 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
4674 update, allocate common from bss section's free list.
4675 * incremental-dump.cc (dump_incremental_inputs): Print flag for
4676 linker-defined symbols.
4677 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
4678 Skip GOT and PLT entries that are no longer referenced.
4679 (Output_section_incremental_inputs::write_info_blocks): Mark
4680 linker-defined symbols.
4681 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
4682 * output.cc (Output_section::allocate): New function.
4683 * output.h (Output_section::allocate): New function.
4684 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
4685 linker-defined symbols.
4686 (Symbol::override_base_with_special): Copy is_predefined_ flag.
4687 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
4688 (Symbol::init_base_output_data): Likewise.
4689 (Symbol::init_base_output_segment): Likewise.
4690 (Symbol::init_base_constant): Likewise.
4691 (Sized_symbol::init_output_data): Likewise.
4692 (Sized_symbol::init_output_segment): Likewise.
4693 (Sized_symbol::init_constant): Likewise.
4694 (Symbol_table::do_define_in_output_data): Likewise.
4695 (Symbol_table::do_define_in_output_segment): Likewise.
4696 (Symbol_table::do_define_as_constant): Likewise.
4697 * symtab.h (Symbol::is_predefined): New function.
4698 (Symbol::init_base_output_data): Add is_predefined parameter.
4699 (Symbol::init_base_output_segment): Likewise.
4700 (Symbol::init_base_constant): Likewise.
4701 (Symbol::is_predefined_): New data member.
4702 (Sized_symbol::init_output_data): Add is_predefined parameter.
4703 (Sized_symbol::init_output_segment): Likewise.
4704 (Sized_symbol::init_constant): Likewise.
4705 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
4707 2011-06-07 Cary Coutant <ccoutant@google.com>
4709 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
4710 instead of emit_copy_reloc.
4711 (Copy_relocs::emit_copy_reloc): Refactor.
4712 (Copy_relocs::make_copy_reloc): New function.
4713 (Copy_relocs::add_copy_reloc): Remove.
4714 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
4716 (Copy_relocs::make_copy_reloc): New function.
4717 (Copy_relocs::add_copy_reloc): Remove.
4718 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
4719 unchanged input files.
4720 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
4721 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
4722 Reserve BSS space for COPY relocations.
4723 (Sized_incremental_binary::do_emit_copy_relocs): New function.
4724 (Output_section_incremental_inputs::write_info_blocks): Record
4725 whether a symbol is copied from a shared object.
4726 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
4727 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
4728 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
4729 (Incremental_input_entry_reader::get_output_symbol_index): Add
4731 (Incremental_binary::emit_copy_relocs): New function.
4732 (Incremental_binary::do_emit_copy_relocs): New function.
4733 (Sized_incremental_binary::Sized_incremental_binary): Initialize
4735 (Sized_incremental_binary::add_copy_reloc): New function.
4736 (Sized_incremental_binary::do_emit_copy_relocs): New function.
4737 (Sized_incremental_binary::Copy_reloc): New struct.
4738 (Sized_incremental_binary::Copy_relocs): New typedef.
4739 (Sized_incremental_binary::copy_relocs_): New data member.
4740 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
4741 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
4742 * target.h (Sized_target::emit_copy_reloc): New function.
4743 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
4745 2011-06-02 Cary Coutant <ccoutant@google.com>
4748 * gold/archive.cc (Archive::Archive): Initialize new data member.
4749 (Archive::include_all_members): Return if archive has already been
4751 * gold/archive.h (Archive::include_all_members_): New data member.
4753 2011-06-02 Nick Clifton <nickc@redhat.com>
4755 * dynobj.h: Fix spelling mistake in comment.
4756 * output.cc: Likewise.
4758 2011-05-31 Doug Kwan <dougkwan@google.com>
4762 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
4763 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
4764 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
4765 redundant arm_exidx_test.so.
4766 * testsuite/Makefile.in: Regenerate.
4767 (check_SCRIPTS): Add pr12826.sh
4768 (check_DATA): Add pr12826.stdout
4769 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
4770 * testsuite/pr12826.sh: New file.
4771 * testsuite/pr12826_1.s: Ditto.
4772 * testsuite/pr12826_1.s: Ditto.
4774 2011-05-30 Ian Lance Taylor <iant@google.com>
4776 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
4779 2011-05-29 Ian Lance Taylor <iant@google.com>
4782 * testsuite/Makefile.am: Use different file name for two_file_test
4783 temporary file for each incremental test.
4784 * testsuite/Makefile.in: Rebuild.
4786 2011-05-29 Ian Lance Taylor <iant@google.com>
4788 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
4789 binary input file is empty.
4791 2011-05-27 Ian Lance Taylor <iant@google.com>
4793 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
4794 (ver_test_9.so): Likewise.
4795 * testsuite/Makefile.in: Rebuild.
4797 2011-05-26 Cary Coutant <ccoutant@google.com>
4799 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
4800 * incremental.cc (Incremental_inputs::report_input_section): Fix
4801 comment, indentation.
4802 (Incremental_inputs::report_comdat_group): New function.
4803 (Output_section_incremental_inputs::set_final_data_size): Adjust size
4804 of data for incremental input file entry.
4805 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
4806 group count, COMDAT group signatures.
4807 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
4808 an unchanged input file.
4809 * incremental.h (Incremental_object_entry::Incremental_object_entry):
4810 Initialize new data member.
4811 (Incremental_object_entry::add_comdat_group): New function.
4812 (Incremental_object_entry::get_comdat_group_count): New function.
4813 (Incremental_object_entry::get_comdat_signature_key): New function.
4814 (Incremental_object_entry::groups_): New data member.
4815 (Incremental_inputs::report_comdat_group): New function.
4816 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
4817 data for incremental input file entry.
4818 (Incremental_input_entry_reader::get_comdat_group_count): New function.
4819 (Incremental_input_entry_reader::get_input_section): Adjust size of
4820 data for incremental input file entry.
4821 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
4822 (Incremental_input_entry_reader::get_comdat_group_signature): New
4824 * object.cc (Sized_relobj::include_section_group): Report kept
4825 COMDAT groups for incremental links.
4827 2011-05-24 David Meyer <pdox@google.com>
4829 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
4830 with name parameter. Add found_name parameter.
4831 * fileread.cc (Input_file::find_file): Adjust code accordingly.
4832 * dirsearch.h (class Dirsearch): Update declaration.
4834 2011-05-24 Ian Lance Taylor <iant@google.com>
4836 * archive.cc (Library_base::should_include_member): Pull in object
4837 from archive if it defines the entry symbol.
4838 * parameters.cc (Parameters::entry): New function.
4839 * parameters.h (class Parameters): Declare entry.
4840 * output.h (class Output_file_header): Remove entry_ field.
4841 * output.cc (Output_file_header::Output_file_header): Remove entry
4842 parameter. Change all callers.
4843 (Output_file_header::entry): Use parameters->entry.
4844 * gold.cc (queue_middle_tasks): Likewise.
4845 * plugin.cc (Plugin_hook::run): Likewise.
4847 2011-05-24 Cary Coutant <ccoutant@google.com>
4849 * gold.cc (queue_initial_tasks): Pass incremental base filename
4850 to Output_file::open_base_file; don't print error message.
4851 * incremental-dump.cc (main): Adjust call to
4852 Output_file::open_for_modification.
4853 * incremental-dump.cc (main): Likewise.
4854 * incremental.cc (Incremental_inputs::report_command_line):
4855 Ignore --incremental-base option when comparing command lines.
4856 Ignore parameter when given as separate argument.
4857 * options.h (class General_options): Add --incremental-base.
4858 * output.cc (Output_file::Output_file):
4859 (Output_file::open_base_file): Add base_name and writable parameters;
4860 read base file into new file; print error message here.
4861 (Output_file::map_no_anonymous): Add writable parameter; adjust all
4863 * output.h (Output_file::open_for_modification): Rename to...
4864 (Output_file::open_base_file): ...this; add base_name and
4865 writable parameters; adjust all callers.
4866 (Output_file::map_no_anonymous): Add writable parameter; adjust all
4868 * testsuite/Makefile.am (incremental_test_4): Test
4870 * testsuite/Makefile.in: Regenerate.
4872 2011-05-24 Cary Coutant <ccoutant@google.com>
4874 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
4876 * testsuite/Makefile.in: Regenerate.
4877 * testsuite/two_file_test_1_v1.cc: New test source file.
4878 * testsuite/two_file_test_1b_v1.cc: New test source file.
4879 * testsuite/two_file_test_2_v1.cc: New test source file.
4881 2011-05-24 Cary Coutant <ccoutant@google.com>
4883 * dynobj.h (Dynobj::do_dynobj): New function.
4884 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
4885 flag and soname for shared objects.
4886 * incremental.cc (Incremental_inputs::report_object): Make
4887 either Incremental_object_entry or Incremental_dynobj_entry; add
4888 soname to string table.
4889 (Incremental_inputs::report_input_section): Add assertion.
4890 (Output_section_incremental_inputs::set_final_data_size): Adjust
4891 type of input file entry for shared libraries; adjust size of
4892 shared library info entry.
4893 (Output_section_incremental_inputs::write_input_files): Write
4894 as_needed flag for shared libraries.
4895 (Output_section_incremental_inputs::write_info_blocks): Adjust type
4896 of input file entry for shared libraries; write soname.
4897 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
4898 soname from incremental info.
4899 * incremental.h (enum Incremental_input_flags): Add
4900 INCREMENTAL_INPUT_AS_NEEDED.
4901 (Incremental_input_entry::Incremental_input_entry): Initialize new
4903 (Incremental_input_entry::set_as_needed): New function.
4904 (Incremental_input_entry::as_needed): New function.
4905 (Incremental_input_entry::do_dynobj_entry): New function.
4906 (Incremental_input_entry::as_needed_): New data member.
4907 (Incremental_object_entry::Incremental_object_entry): Don't check
4909 (Incremental_object_entry::do_type): Likewise.
4910 (class Incremental_dynobj_entry): New class.
4911 (Incremental_input_entry_reader::as_needed): New function.
4912 (Incremental_input_entry_reader::get_soname): New function.
4913 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
4914 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
4915 size of shared library info entry.
4916 * layout.cc (Layout::finish_dynamic_section): Don't test for
4917 incremental link when adding DT_NEEDED entries.
4918 * object.h (Object::Object): Initialize new data member.
4919 (Object::dynobj): New function.
4920 (Object::set_as_needed): New function.
4921 (Object::as_needed): New function.
4922 (Object::do_dynobj): New function.
4923 (Object::as_needed_): New data member.
4925 2011-05-24 Cary Coutant <ccoutant@google.com>
4927 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
4928 info; adjust display of GOT entries.
4929 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
4930 vector of input objects; remove file_status_.
4931 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
4932 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
4933 got_plt reader; call target hooks to reserve GOT entries.
4934 (Output_section_incremental_inputs::set_final_data_size): Adjust size
4935 of input file info header and GOT info entry.
4936 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
4938 (Got_plt_view_info::got_descriptor): Remove.
4939 (Got_plt_view_info::sym_index): New data member.
4940 (Got_plt_view_info::input_index): New data member.
4941 (Local_got_offset_visitor::visit): Write input file index.
4942 (Global_got_offset_visitor::visit): Write 0 for input file index.
4943 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
4944 with sym_index and input_index.
4945 (Output_section_incremental_inputs::write_got_plt): Adjust size of
4946 incremental info GOT entry; replace got_descriptor with input_index.
4947 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
4948 map from input file index to object.
4949 (Sized_relobj_incr::do_layout): Replace direct data member reference
4950 with accessor function.
4951 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
4952 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
4953 Adjust size of input file info header.
4954 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
4955 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
4956 (Incremental_input_entry_reader::get_input_section): Adjust size of
4957 input file info header.
4958 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
4959 of incremental info GOT entry.
4960 (Incremental_got_plt_reader::get_got_desc): Remove.
4961 (Incremental_got_plt_reader::get_got_symndx): New function.
4962 (Incremental_got_plt_reader::get_got_input_index): New function.
4963 (Sized_incremental_binary::Sized_incremental_binary): Remove
4964 file_status_; add input_objects_.
4965 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
4966 (Sized_incremental_binary::set_file_is_unchanged): Remove.
4967 (Sized_incremental_binary::file_is_unchanged): Remove.
4968 (Sized_incremental_binary::set_input_object): New function.
4969 (Sized_incremental_binary::input_object): New function.
4970 (Sized_incremental_binary::file_status_): Remove.
4971 (Sized_incremental_binary::input_objects_): New data member.
4972 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
4974 (Sized_relobj_incr::invalid_address): Move to base class.
4975 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
4977 (Sized_relobj_incr::do_output_section_offset): Likewise.
4978 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
4979 (Sized_relobj_incr::section_offsets_): Likewise.
4980 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
4982 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
4983 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
4984 with accessor function.
4985 (Sized_relobj_file::do_layout): Likewise.
4986 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
4987 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
4988 (Sized_relobj_file::compute_final_local_value): Replace refs to
4989 section_offsets_ with accessor function.
4990 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
4991 * object.h (Relobj::Relobj): Initialize new data members.
4992 (Relobj::add_dyn_reloc): New function.
4993 (Relobj::first_dyn_reloc): New function.
4994 (Relobj::dyn_reloc_count): New function.
4995 (Relobj::first_dyn_reloc_): New data member.
4996 (Relobj::dyn_reloc_count_): New data member.
4997 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
4999 (Sized_relobj::Address): New typedef.
5000 (Sized_relobj::invalid_address): Move here from child class.
5001 (Sized_relobj::Sized_relobj): Initialize new data members.
5002 (Sized_relobj::sized_relobj): New function.
5003 (Sized_relobj::is_output_section_offset_invalid): Move here from
5005 (Sized_relobj::get_output_section_offset): Likewise.
5006 (Sized_relobj::local_has_got_offset): Likewise.
5007 (Sized_relobj::local_got_offset): Likewise.
5008 (Sized_relobj::set_local_got_offset): Likewise.
5009 (Sized_relobj::do_for_all_local_got_entries): Likewise.
5010 (Sized_relobj::clear_got_offsets): New function.
5011 (Sized_relobj::section_offsets): Move here from child class.
5012 (Sized_relobj::do_output_section_offset): Likewise.
5013 (Sized_relobj::do_set_section_offset): Likewise.
5014 (Sized_relobj::Local_got_offsets): Likewise.
5015 (Sized_relobj::local_got_offsets_): Likewise.
5016 (Sized_relobj::section_offsets_): Likewise.
5017 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
5019 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
5021 (Sized_relobj_file::sized_relobj): New function
5022 (Sized_relobj_file::local_has_got_offset): Move to base class.
5023 (Sized_relobj_file::local_got_offset): Likewise.
5024 (Sized_relobj_file::set_local_got_offset): Likewise.
5025 (Sized_relobj_file::get_output_section_offset): Likewise.
5026 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
5027 (Sized_relobj_file::do_output_section_offset): Likewise.
5028 (Sized_relobj_file::do_set_section_offset): Likewise.
5029 (Sized_relobj_file::Local_got_offsets): Likewise.
5030 (Sized_relobj_file::local_got_offsets_): Likewise.
5031 (Sized_relobj_file::section_offsets_): Likewise.
5032 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
5034 (set_needs_dynsym_index): Convert relobj to derived class pointer.
5035 (Output_reloc::get_symbol_index): Likewise.
5036 (Output_reloc::local_section_offset): Likewise.
5037 (Output_reloc::get_address): Likewise.
5038 (Output_reloc::symbol_value): Likewise.
5039 (Output_data_got::reserve_slot): Move to class definition.
5040 (Output_data_got::reserve_local): New function.
5041 (Output_data_got::reserve_slot_for_global): Remove.
5042 (Output_data_got::reserve_global): New function.
5043 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
5044 (all constructors, two instantiations).
5045 (Output_reloc::get_relobj): New function (two instantiations).
5046 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
5047 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
5048 (Output_data_reloc::add_global): Adjust type of relobj.
5049 (Output_data_reloc::add_global_relative): Likewise.
5050 (Output_data_reloc::add_symbolless_global_addend): Likewise.
5051 (Output_data_reloc::add_local): Likewise.
5052 (Output_data_reloc::add_local_relative): Likewise.
5053 (Output_data_reloc::add_symbolless_local_addend): Likewise.
5054 (Output_data_reloc::add_local_section): Likewise.
5055 (Output_data_reloc::add_output_section): Likewise.
5056 (Output_data_reloc::add_absolute): Likewise.
5057 (Output_data_reloc::add_target_specific): Likewise.
5058 (Output_data_got::reserve_slot): Move definition here.
5059 (Output_data_got::reserve_local): New function.
5060 (Output_data_got::reserve_global): New function.
5061 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
5062 section_offsets_ with accessor function.
5063 (Sized_relobj_file::write_sections): Likewise.
5064 (Sized_relobj_file::do_relocate_sections): Likewise.
5065 * target.h (Sized_target::reserve_local_got_entry): New function.
5066 (Sized_target::reserve_global_got_entry): New function.
5067 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
5068 (Target_x86_64::reserve_global_got_entry): New function.
5069 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
5071 2011-05-23 Cary Coutant <ccoutant@google.com>
5073 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
5074 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
5075 bit when checking got_type.
5076 * incremental.cc (Sized_incremental_binary::setup_readers):
5077 Store symbol table and string table locations; initialize bit vector
5078 of file status flags.
5079 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
5081 (Sized_incremental_binary::do_process_got_plt): New function.
5082 (Sized_incremental_binary::get_symtab_view): Use stored locations.
5083 (Output_section_incremental_inputs::set_final_data_size): Record
5084 file index for each input file.
5085 (Output_section_incremental_inputs::write_got_plt): Store file index
5086 instead of input entry offset for each GOT entry.
5088 (Incremental_input_entry::Incremental_input_entry): Initialize new
5090 (Incremental_input_entry::set_offset): Store file index.
5091 (Incremental_input_entry::get_file_index): New function.
5092 (Incremental_input_entry::file_index_): New data member.
5093 (Incremental_binary::process_got_plt): New function.
5094 (Incremental_binary::do_process_got_plt): New function.
5095 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5097 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
5098 (Sized_incremental_binary::set_file_is_unchanged): New function.
5099 (Sized_incremental_binary::file_is_unchanged): New function.
5100 (Sized_incremental_binary::do_process_got_plt): New function.
5101 (Sized_incremental_binary::file_status_): New data member.
5102 (Sized_incremental_binary::main_symtab_loc_): New data member.
5103 (Sized_incremental_binary::main_strtab_loc_): New data member.
5104 * output.cc (Output_data_got::Got_entry::write): Add case
5106 (Output_data_got::add_global): Call add_got_entry.
5107 (Output_data_got::add_global_plt): Likewise.
5108 (Output_data_got::add_global_with_rel): Likewise.
5109 (Output_data_got::add_global_with_rela): Likewise.
5110 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
5111 (Output_data_got::add_global_pair_with_rela): Likewise.
5112 (Output_data_got::add_local): Call add_got_entry.
5113 (Output_data_got::add_local_plt): Likewise.
5114 (Output_data_got::add_local_with_rel): Likewise.
5115 (Output_data_got::add_local_with_rela): Likewise.
5116 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
5117 (Output_data_got::add_local_pair_with_rela): Likewise.
5118 (Output_data_got::reserve_slot): New function.
5119 (Output_data_got::reserve_slot_for_global): New function.
5120 (Output_data_got::add_got_entry): New function.
5121 (Output_data_got::add_got_entry_pair): New function.
5122 (Output_section::add_output_section_data): Edit FIXME.
5124 (Output_section_data_build::Output_section_data_build): New
5125 constructor with size parameter.
5126 (Output_data_space::Output_data_space): Likewise.
5127 (Output_data_got::Output_data_got): Initialize new data member; new
5128 constructor with size parameter.
5129 (Output_data_got::add_constant): Call add_got_entry.
5130 (Output_data_got::reserve_slot): New function.
5131 (Output_data_got::reserve_slot_for_global): New function.
5132 (class Output_data_got::Got_entry): Add RESERVED_CODE.
5133 (Output_data_got::add_got_entry): New function.
5134 (Output_data_got::add_got_entry_pair): New function.
5135 (Output_data_got::free_list_): New data member.
5136 * target.h (Sized_target::init_got_plt_for_update): New function.
5137 (Sized_target::register_global_plt_entry): New function.
5138 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
5139 Initialize new data member; call init; add constructor with PLT count.
5140 (Output_data_plt_x86_64::init): New function.
5141 (Output_data_plt_x86_64::add_relocation): New function.
5142 (Output_data_plt_x86_64::reserve_slot): New function.
5143 (Output_data_plt_x86_64::free_list_): New data member.
5144 (Target_x86_64::init_got_plt_for_update): New function.
5145 (Target_x86_64::register_global_plt_entry): New function.
5146 (Output_data_plt_x86_64::add_entry): Allocate from free list for
5147 incremental updates.
5148 (Output_data_plt_x86_64::add_relocation): New function.
5149 * testsuite/object_unittest.cc (Object_test): Set default options.
5151 2011-05-16 Ian Lance Taylor <iant@google.com>
5153 * options.h (class General_options): Make -i a synonym for -r.
5155 2011-05-16 Ian Lance Taylor <iant@google.com>
5157 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
5159 2011-05-10 Cary Coutant <ccoutant@google.com>
5161 * object.cc (Sized_relobj::do_count_local_symbols): Check for
5164 2011-05-06 Ian Lance Taylor <iant@google.com>
5166 * layout.cc (Layout::layout): If the output section flags change,
5167 update the ordering.
5169 2011-04-25 Cary Coutant <ccoutant@google.com>
5171 * incremental-dump.cc (dump_incremental_inputs): Print local
5172 symbol info for each input file.
5174 (Output_section_incremental_inputs::set_final_data_size): Add local
5175 symbol info to input file entries in incremental info.
5176 (Output_section_incremental_inputs::write_info_blocks): Likewise.
5177 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
5178 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
5179 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
5181 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
5182 (Sized_incr_relobj::do_relocate): Write the local symbols.
5183 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
5184 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
5185 Adjust size of input file header.
5186 (Incremental_inputs_reader::get_local_symbol_offset): New function.
5187 (Incremental_inputs_reader::get_local_symbol_count): New function.
5188 (Incremental_inputs_reader::get_input_section): Adjust size of input
5190 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
5191 (Sized_incr_relobj::This): New typedef.
5192 (Sized_incr_relobj::sym_size): New const data member.
5193 (Sized_incr_relobj::Local_symbol): New struct.
5194 (Sized_incr_relobj::do_output_local_symbol_count): New function.
5195 (Sized_incr_relobj::do_local_symbol_offset): New function.
5196 (Sized_incr_relobj::local_symbol_count_): New data member.
5197 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
5198 (Sized_incr_relobj::local_symbol_index_): New data member.
5199 (Sized_incr_relobj::local_symbol_offset_): New data member.
5200 (Sized_incr_relobj::local_dynsym_offset_): New data member.
5201 (Sized_incr_relobj::local_symbols_): New data member.
5202 * object.h (Relobj::output_local_symbol_count): New function.
5203 (Relobj::local_symbol_offset): New function.
5204 (Relobj::do_output_local_symbol_count): New function.
5205 (Relobj::do_local_symbol_offset): New function.
5206 (Sized_relobj::do_output_local_symbol_count): New function.
5207 (Sized_relobj::do_local_symbol_offset): New function.
5209 2011-04-22 Vladimir Simonov <sv@sw.ru>
5211 * descriptors.cc (set_close_on_exec): New function.
5212 (Descriptors::open): Use set_close_on_exec.
5213 * output.cc (S_ISLNK): Define if not defined.
5215 2011-04-22 Cary Coutant <ccoutant@google.com>
5217 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5219 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5220 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
5221 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
5223 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
5224 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
5225 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
5227 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
5229 (Incremental_binary::apply_incremental_relocs): New function.
5230 (Incremental_binary::do_apply_incremental_relocs): New function.
5231 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5233 (Sized_incremental_binary::add_global_symbol): New function.
5234 (Sized_incremental_binary::global_symbol): New function.
5235 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5236 (Sized_incremental_binary::symbol_map_): New data member.
5237 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
5238 * target.h (Sized_target::apply_relocation): New function.
5239 * target-reloc.h (apply_relocation): New function.
5240 * x86_64.cc (Target_x86_64::apply_relocation): New function.
5242 2011-04-22 Doug Kwan <dougkwan@google.com>
5244 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
5245 flag of a SHT_ARM_EXIDX section.
5246 * testsuite/Makefile.am (arm_exidx_test): New test rules.
5247 * testsuite/Makefile.in: Regenerate.
5248 * testsuite/arm_exidx_test.s: New file.
5249 * testsuite/arm_exidx_test.sh: Same.
5251 2011-04-20 Cary Coutant <ccoutant@google.com>
5254 * archive.h (Incremental_archive_entry::Archive_member):
5255 Initialize arg_serial_ (second constructor).
5257 2011-04-17 Ian Lance Taylor <iant@google.com>
5259 * object.cc (Relocate_info::location): Simplify location string.
5260 * errors.cc (Errors::error_at_location): Don't print program
5262 (Errors::warning_at_location): Likewise.
5263 (Errors::undefined_symbol): Likewise.
5264 * testsuite/debug_msg.sh: Update accordingly.
5266 2011-04-14 Cary Coutant <ccoutant@google.com>
5268 * gold/layout.cc (Layout::symtab_section_offset): New function.
5269 * gold/layout.h (Layout::symtab_section_offset): New function.
5270 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
5272 2011-04-12 Ian Lance Taylor <iant@google.com>
5274 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
5275 with MREMAP_MAYMOVE.
5276 * output.h (class Output_file): Add map_is_allocated_ field.
5277 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
5278 not available, provide stubs. If mremap is not available, #define
5280 (MREMAP_MAYMOVE): Define if not defined.
5281 (Output_file::Output_file): Initialize map_is_allocated_.
5282 (Output_file::resize): Check map_is_allocated_.
5283 (Output_file::map_anonymous): If mmap fails, use malloc.
5284 (Output_file::unmap): Don't do anything for an anonymous map.
5285 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
5286 is not available, provide stubs.
5287 (File_read::View::~View): Use free rather than delete[].
5288 (File_read::make_view): Use malloc rather than new[]. If mmap
5290 (File_read::find_or_make_view): Use malloc rather than new[].
5291 * gold.h: Remove HAVE_REMAP code.
5292 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
5293 exists. Rename mremap to gold_mremap. If mmap is not available
5295 * configure, config.in: Rebuild.
5297 2011-04-11 Ian Lance Taylor <iant@google.com>
5299 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
5300 initialize local variable v.
5302 2011-04-11 Cary Coutant <ccoutant@google.com>
5304 * archive.cc (Archive::include_member): Adjust call to
5306 (Add_archive_symbols::run): Track argument serial numbers.
5307 (Lib_group::include_member): Likewise.
5308 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
5309 * archive.h (Incremental_archive_entry::Archive_member):
5310 Initialize arg_serial_.
5311 (Archive_member::arg_serial_): New data member.
5312 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
5313 (Sized_dynobj::do_add_symbols): Track symbols when doing an
5315 (Sized_dynobj::do_for_all_local_got_entries): New function.
5316 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
5318 * fileread.cc (get_mtime): New function.
5319 * fileread.h (get_mtime): New function.
5320 * gold.cc (queue_initial_tasks): Check for incremental update.
5321 (process_incremental_input): New function.
5322 (queue_middle_tasks): Don't force valid target for incremental
5324 * incremental-dump.cc (find_input_containing_global): Adjust
5325 size of symbol info entry.
5326 (dump_incremental_inputs): Dump argument serial number and
5327 in_system_directory flag; bias shndx by 1; print symbol names
5328 when dumping per-file symbol lists; use new symbol info readers.
5330 (Output_section_incremental_inputs:update_data_size): New function.
5331 (Sized_incremental_binary::setup_readers): Setup input readers
5332 for each input file; build maps for files added from libraries
5334 (Sized_incremental_binary::check_input_args): New function.
5335 (Sized_incremental_binary::do_check_inputs): Build map of argument
5336 serial numbers to input arguments.
5337 (Sized_incremental_binary::do_file_has_changed): Rename
5338 do_file_is_unchanged to this; compare file modification times.
5339 (Sized_incremental_binary::do_init_layout): New function.
5340 (Sized_incremental_binary::do_reserve_layout): New function.
5341 (Sized_incremental_binary::do_get_input_reader): Remove.
5342 (Sized_incremental_binary::get_symtab_view): New function.
5343 (Incremental_checker::can_incrementally_link_output_file): Remove.
5344 (Incremental_inputs::report_command_line): Exclude --debug options.
5345 (Incremental_inputs::report_archive_begin): Add parameter; track
5346 argument serial numbers; don't put input file entry for archive
5347 before archive members.
5348 (Incremental_inputs::report_archive_end): Put input file entry
5349 for archive after archive members.
5350 (Incremental_inputs::report_object): Add parameter; track argument
5351 serial numbers and in_system_directory flag.
5352 (Incremental_inputs::report_script): Add parameter; track argument
5354 (Output_section_incremental_inputs::set_final_data_size): Adjust
5355 size of symbol info entry; check for forwarding symbols.
5356 (Output_section_incremental_inputs::write_input_files): Write
5357 in_system_directory flag and argument serial number.
5358 (Output_section_incremental_inputs::write_info_blocks): Map section
5359 indices between incremental info and original input file; store
5360 input section index for each symbol.
5361 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
5362 change operator() to visit().
5363 (class Global_got_offset_visitor): Likewise.
5364 (class Global_symbol_visitor_got_plt):
5365 (Output_section_incremental_inputs::write_got_plt): Use new visitor
5367 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
5368 (Sized_incr_relobj::do_read_symbols): New function.
5369 (Sized_incr_relobj::do_layout): New function.
5370 (Sized_incr_relobj::do_layout_deferred_sections): New function.
5371 (Sized_incr_relobj::do_add_symbols): New function.
5372 (Sized_incr_relobj::do_should_include_member): New function.
5373 (Sized_incr_relobj::do_for_all_global_symbols): New function.
5374 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
5375 (Sized_incr_relobj::do_section_size): New function.
5376 (Sized_incr_relobj::do_section_name): New function.
5377 (Sized_incr_relobj::do_section_contents): New function.
5378 (Sized_incr_relobj::do_section_flags): New function.
5379 (Sized_incr_relobj::do_section_entsize): New function.
5380 (Sized_incr_relobj::do_section_address): New function.
5381 (Sized_incr_relobj::do_section_type): New function.
5382 (Sized_incr_relobj::do_section_link): New function.
5383 (Sized_incr_relobj::do_section_info): New function.
5384 (Sized_incr_relobj::do_section_addralign): New function.
5385 (Sized_incr_relobj::do_initialize_xindex): New function.
5386 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
5387 (Sized_incr_relobj::do_read_relocs): New function.
5388 (Sized_incr_relobj::do_gc_process_relocs): New function.
5389 (Sized_incr_relobj::do_scan_relocs): New function.
5390 (Sized_incr_relobj::do_count_local_symbols): New function.
5391 (Sized_incr_relobj::do_finalize_local_symbols): New function.
5392 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
5393 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
5394 (Sized_incr_relobj::do_relocate): New function.
5395 (Sized_incr_relobj::do_set_section_offset): New function.
5396 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
5397 (Sized_incr_dynobj::do_read_symbols): New function.
5398 (Sized_incr_dynobj::do_layout): New function.
5399 (Sized_incr_dynobj::do_add_symbols): New function.
5400 (Sized_incr_dynobj::do_should_include_member): New function.
5401 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
5402 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
5403 (Sized_incr_dynobj::do_section_size): New function.
5404 (Sized_incr_dynobj::do_section_name): New function.
5405 (Sized_incr_dynobj::do_section_contents): New function.
5406 (Sized_incr_dynobj::do_section_flags): New function.
5407 (Sized_incr_dynobj::do_section_entsize): New function.
5408 (Sized_incr_dynobj::do_section_address): New function.
5409 (Sized_incr_dynobj::do_section_type): New function.
5410 (Sized_incr_dynobj::do_section_link): New function.
5411 (Sized_incr_dynobj::do_section_info): New function.
5412 (Sized_incr_dynobj::do_section_addralign): New function.
5413 (Sized_incr_dynobj::do_initialize_xindex): New function.
5414 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
5415 (make_sized_incremental_object): New function.
5416 (Incremental_library::copy_unused_symbols): New function.
5417 (Incremental_library::do_for_all_unused_symbols): New function.
5418 * incremental.h (enum Incremental_input_flags): New type.
5419 (class Incremental_checker): Remove.
5420 (Incremental_input_entry::Incremental_input_entry): Add argument
5422 (Incremental_input_entry::arg_serial): New function.
5423 (Incremental_input_entry::set_is_in_system_directory): New function.
5424 (Incremental_input_entry::is_in_system_directory): New function.
5425 (Incremental_input_entry::arg_serial_): New data member.
5426 (Incremental_input_entry::is_in_system_directory_): New data member.
5427 (class Script_info): Move here from script.h.
5428 (Script_info::Script_info): Add filename parameter.
5429 (Script_info::filename): New function.
5430 (Script_info::filename_): New data member.
5431 (Incremental_script_entry::Incremental_script_entry): Add argument
5433 (Incremental_object_entry::Incremental_object_entry): Likewise.
5434 (Incremental_object_entry::add_input_section): Build list of input
5435 sections with map to original shndx.
5436 (Incremental_object_entry::get_input_section_index): New function.
5437 (Incremental_object_entry::shndx_): New data member.
5438 (Incremental_object_entry::name_key_): Rename; adjust all refs.
5439 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
5440 (Incremental_archive_entry::Incremental_archive_entry): Add argument
5442 (Incremental_inputs::report_archive_begin): Likewise.
5443 (Incremental_inputs::report_object): Likewise.
5444 (Incremental_inputs::report_script): Likewise.
5445 (class Incremental_global_symbol_reader): New class.
5446 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
5447 and store flags and input file type.
5448 (Incremental_input_entry_reader::arg_serial): New function.
5449 (Incremental_input_entry_reader::type): Extract type from flags.
5450 (Incremental_input_entry_reader::is_in_system_directory): New function.
5451 (Incremental_input_entry_reader::get_input_section_count): Call
5452 accessor function for type.
5453 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
5454 function for type; adjust size of global symbol entry.
5455 (Incremental_input_entry_reader::get_global_symbol_count): Call
5456 accessor function for type.
5457 (Incremental_input_entry_reader::get_object_count): Likewise.
5458 (Incremental_input_entry_reader::get_object_offset): Likewise.
5459 (Incremental_input_entry_reader::get_member_count): Likewise.
5460 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
5461 (Incremental_input_entry_reader::get_member_offset): Likewise.
5462 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
5463 (Incremental_input_entry_reader::Global_symbol_info): Remove.
5464 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
5465 (Incremental_input_entry_reader::get_global_symbol_reader): New
5467 (Incremental_input_entry_reader::get_output_symbol_index): New
5469 (Incremental_input_entry_reader::type_): Remove.
5470 (Incremental_input_entry_reader::flags_): New data member.
5471 (Incremental_inputs_reader::input_file_offset): New function.
5472 (Incremental_inputs_reader::input_file_index): New function.
5473 (Incremental_inputs_reader::input_file): Call input_file_offset.
5474 (Incremental_inputs_reader::input_file_at_offset): New function.
5475 (Incremental_relocs_reader::get_r_type): Reformat.
5476 (Incremental_relocs_reader::get_r_shndx): Reformat.
5477 (Incremental_relocs_reader::get_r_offset): Reformat.
5478 (Incremental_relocs_reader::data): New function.
5479 (Incremental_binary::Incremental_binary): Initialize new data members.
5480 (Incremental_binary::check_inputs): Add cmdline parameter.
5481 (Incremental_binary::file_is_unchanged): Remove.
5482 (Input_reader::arg_serial): New function.
5483 (Input_reader::get_unused_symbol_count): New function.
5484 (Input_reader::get_unused_symbol): New function.
5485 (Input_reader::do_arg_serial): New function.
5486 (Input_reader::do_get_unused_symbol_count): New function.
5487 (Input_reader::do_get_unused_symbol): New function.
5488 (Incremental_binary::input_file_count): New function.
5489 (Incremental_binary::get_input_reader): Change signature to use
5490 index instead of filename.
5491 (Incremental_binary::file_has_changed): New function.
5492 (Incremental_binary::get_input_argument): New function.
5493 (Incremental_binary::get_library): New function.
5494 (Incremental_binary::get_script_info): New function.
5495 (Incremental_binary::init_layout): New function.
5496 (Incremental_binary::reserve_layout): New function.
5497 (Incremental_binary::output_file): New function.
5498 (Incremental_binary::do_check_inputs): New function.
5499 (Incremental_binary::do_file_is_unchanged): Remove.
5500 (Incremental_binary::do_file_has_changed): New function.
5501 (Incremental_binary::do_init_layout): New function.
5502 (Incremental_binary::do_reserve_layout): New function.
5503 (Incremental_binary::do_input_file_count): New function.
5504 (Incremental_binary::do_get_input_reader): Change signature.
5505 (Incremental_binary::input_args_map_): New data member.
5506 (Incremental_binary::library_map_): New data member.
5507 (Incremental_binary::script_map_): New data member.
5508 (Sized_incremental_binary::Sized_incremental_binary): Initialize
5510 (Sized_incremental_binary::output_section): New function.
5511 (Sized_incremental_binary::inputs_reader): Add const.
5512 (Sized_incremental_binary::symtab_reader): Add const.
5513 (Sized_incremental_binary::relocs_reader): Add const.
5514 (Sized_incremental_binary::got_plt_reader): Add const.
5515 (Sized_incremental_binary::get_symtab_view): New function.
5516 (Sized_incremental_binary::Inputs_reader): New typedef.
5517 (Sized_incremental_binary::Input_entry_reader): New typedef.
5518 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
5519 (Sized_incremental_binary::do_file_is_unchanged): Remove.
5520 (Sized_incremental_binary::do_file_has_changed): New function.
5521 (Sized_incremental_binary::do_init_layout): New function.
5522 (Sized_incremental_binary::do_reserve_layout): New function.
5523 (Sized_input_reader::Inputs_reader): Remove.
5524 (Sized_input_reader::Input_entry_reader): Remove.
5525 (Sized_input_reader::do_arg_serial): New function.
5526 (Sized_input_reader::do_get_unused_symbol_count): New function.
5527 (Sized_input_reader::do_get_unused_symbol): New function.
5528 (Sized_incremental_binary::do_input_file_count): New function.
5529 (Sized_incremental_binary::do_get_input_reader): Change signature;
5530 use index instead of filename.
5531 (Sized_incremental_binary::section_map_): New data member.
5532 (Sized_incremental_binary::input_entry_readers_): New data member.
5533 (class Sized_incr_relobj): New class.
5534 (class Sized_incr_dynobj): New class.
5535 (make_sized_incremental_object): New function.
5536 (class Incremental_library): New class.
5537 * layout.cc (Free_list::num_lists): New static data member.
5538 (Free_list::num_nodes): New static data member.
5539 (Free_list::num_removes): New static data member.
5540 (Free_list::num_remove_visits): New static data member.
5541 (Free_list::num_allocates): New static data member.
5542 (Free_list::num_allocate_visits): New static data member.
5543 (Free_list::init): New function.
5544 (Free_list::remove): New function.
5545 (Free_list::allocate): New function.
5546 (Free_list::dump): New function.
5547 (Free_list::print_stats): New function.
5548 (Layout_task_runner::run): Resize output file for incremental updates.
5549 (Layout::Layout): Initialize new data members.
5550 (Layout::set_incremental_base): New function.
5551 (Layout::init_fixed_output_section): New function.
5552 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
5553 incremental updates.
5554 (Layout::create_gold_note): Do not create gold note section for
5555 incremental updates.
5556 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
5557 for incremental updates.
5558 (Layout::set_section_offsets): For incremental updates, allocate space
5560 (Layout::create_symtab_sections): Layout with offsets relative to
5561 start of section; for incremental updates, allocate space from free
5563 (Layout::create_shdrs): For incremental updates, allocate space from
5565 (Layout::finish_dynamic_section): For incremental updates, do not
5566 check --as-needed (fixed in subsequent patch).
5567 * layout.h (class Free_list): New class.
5568 (Layout::set_incremental_base): New function.
5569 (Layout::incremental_base): New function.
5570 (Layout::init_fixed_output_section): New function.
5571 (Layout::allocate): New function.
5572 (Layout::incremental_base_): New data member.
5573 (Layout::free_list_): New data member.
5574 * main.cc (main): Print Free_list statistics.
5575 * object.cc (Relobj::finalize_incremental_relocs): Add
5576 clear_counts parameter; clear counts only when clear_counts is set.
5577 (Sized_relobj::Sized_relobj): Initialize new base class.
5578 (Sized_relobj::do_layout): Don't report special sections.
5579 (Sized_relobj::do_for_all_local_got_entries): New function.
5580 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
5581 symtab_off to all symbol table offsets.
5582 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
5583 * object.h (class Got_offset_list): Move to top of file.
5584 (Object::Object): Allow case where input_file == NULL.
5585 (Object::~Object): Likewise.
5586 (Object::input_file): Assert that input_file != NULL.
5587 (Object::lock): Allow case where input_file == NULL.
5588 (Object::unlock): Likewise.
5589 (Object::is_locked): Likewise.
5590 (Object::token): Likewise.
5591 (Object::release): Likewise.
5592 (Object::is_incremental): New function.
5593 (Object::get_mtime): New function.
5594 (Object::for_all_local_got_entries): New function.
5595 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
5596 (Object::set_is_in_system_directory): New function.
5597 (Object::is_in_system_directory): New function.
5598 (Object::do_is_incremental): New function.
5599 (Object::do_get_mtime): New function.
5600 (Object::do_for_all_local_got_entries): New function.
5601 (Object::is_in_system_directory_): New data member.
5602 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
5603 (class Sized_relobj_base): New class.
5604 (class Sized_relobj): Derive from Sized_relobj_base.
5605 (class Sized_relobj::Symbols): Redeclare from base class.
5606 (class Sized_relobj::local_got_offset_list): Remove.
5607 (class Sized_relobj::Output_sections): Redeclare from base class.
5608 (class Sized_relobj::do_for_all_local_got_entries): New function.
5609 (class Sized_relobj::write_local_symbols): Add offset parameter.
5610 (class Sized_relobj::local_symbol_offset_): Update comment.
5611 (class Sized_relobj::local_dynsym_offset_): Update comment.
5612 * options.cc (Input_arguments::add_file): Remove const.
5613 * options.h (Input_file_argument::Input_file_argument):
5614 Initialize arg_serial_ (all constructors).
5615 (Input_file_argument::set_arg_serial): New function.
5616 (Input_file_argument::arg_serial): New function.
5617 (Input_file_argument::arg_serial_): New data member.
5618 (Input_arguments::Input_arguments): Initialize file_count_.
5619 (Input_arguments::add_file): Remove const.
5620 (Input_arguments::number_of_input_files): New function.
5621 (Input_arguments::file_count_): New data member.
5622 (Command_line::number_of_input_files): Call
5623 Input_arguments::number_of_input_files.
5624 * output.cc (Output_segment_headers::Output_segment_headers):
5626 (Output_section::Input_section::current_data_size): New function.
5627 (Output_section::Output_section): Initialize new data members.
5628 (Output_section::add_input_section): Don't do merge sections for
5629 an incremental link; allocate space from free list for an
5631 (Output_section::add_output_section_data): Allocate space from
5632 free list for an incremental update.
5633 (Output_section::update_data_size): New function.
5634 (Output_section::set_fixed_layout): New function.
5635 (Output_section::reserve): New function.
5636 (Output_segment::set_section_addresses): Remove const.
5637 (Output_segment::set_section_list_addresses): Remove const; allocate
5638 space from free list for an incremental update.
5639 (Output_segment::set_offset): Adjust size of RELRO segment for an
5641 * output.h (Output_data::current_data_size): Move here from
5643 (Output_data::pre_finalize_data_size): New function.
5644 (Output_data::update_data_size): New function.
5645 (Output_section_headers::update_data_size): new function.
5646 (Output_section_data_build::current_data_size): Move to Output_data.
5647 (Output_data_strtab::update_data_size): New function.
5648 (Output_section::current_data_size): Move to Output_data.
5649 (Output_section::set_fixed_layout): New function.
5650 (Output_section::has_fixed_layout): New function.
5651 (Output_section::reserve): New function.
5652 (Output_section::update_data_size): New function.
5653 (Output_section::has_fixed_layout_): New data member.
5654 (Output_section::free_list_): New data member.
5655 (Output_segment::set_section_addresses): Remove const.
5656 (Output_segment::set_section_list_addresses): Remove const.
5657 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
5659 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
5661 * readsyms.cc (Read_symbols::do_read_symbols): Add library
5662 parameter when calling Add_symbols constructor; store argument
5663 serial number for members of a lib group.
5664 (Add_symbols::locks): Allow case where token == NULL.
5665 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
5666 (Read_member::~Read_member): New function.
5667 (Read_member::is_runnable): New function.
5668 (Read_member::locks): New function.
5669 (Read_member::run): New function.
5670 (Check_script::~Check_script): New function.
5671 (Check_script::is_runnable): New function.
5672 (Check_script::locks): New function.
5673 (Check_script::run): New function.
5674 (Check_library::~Check_library): New function.
5675 (Check_library::is_runnable): New function.
5676 (Check_library::locks): New function.
5677 (Check_library::run): New function.
5678 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
5679 (Add_symbols::library_): New data member.
5680 (class Read_member): New class.
5681 (class Check_script): New class.
5682 (class Check_library): New class.
5683 * reloc.cc (Read_relocs::is_runnable): Allow case where
5685 (Read_relocs::locks): Likewise.
5686 (Scan_relocs::locks): Likewise.
5687 (Relocate_task::locks): Likewise.
5688 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
5690 (Sized_relobj::incremental_relocs_scan): Fix comment.
5691 (Sized_relobj::do_relocate): Pass output file offset to
5692 write_local_symbols.
5693 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
5694 from class declaration.
5695 * script.cc (read_input_script): Allocate Script_info; pass
5696 argument serial number to report_script.
5697 * script.h (class Script_info): Move to incremental.h.
5698 * symtab.cc (Symbol_table::add_from_incrobj): New function.
5699 * symtab.h (Symbol_table::add_from_incrobj): New function.
5700 (Symbol_table::set_file_offset): New function.
5702 2011-04-05 Cary Coutant <ccoutant@google.com>
5704 * incremental-dump.cc (dump_incremental_inputs): Change signature
5705 to take a Sized_incremental_binary; change caller. Use readers
5706 in Sized_incremental_binary.
5708 (Sized_incremental_binary::find_incremental_inputs_sections):
5709 Rename do_find_incremental_inputs_sections to this.
5710 (Sized_incremental_binary::setup_readers): New function.
5711 (Sized_incremental_binary::do_check_inputs): Check
5712 has_incremental_info_ flag; move setup code to setup_readers;
5714 (Sized_incremental_binary::do_file_is_unchanged): New function.
5715 (Sized_incremental_binary::do_get_input_reader): New function.
5716 * incremental.h (class Incremental_binary): Move to end of file.
5717 (Incremental_binary::file_is_unchanged): New function.
5718 (Incremental_binary::do_file_is_unchanged): New function.
5719 (Incremental_binary::Input_reader): New class.
5720 (Incremental_binary::get_input_reader): New function.
5721 (class Sized_incremental_binary): Move to end of file.
5722 (Sized_incremental_binary::Sized_incremental_binary): Setup the
5723 input section reader classes.
5724 (Sized_incremental_binary::has_incremental_info): New function.
5725 (Sized_incremental_binary::inputs_reader): New function.
5726 (Sized_incremental_binary::symtab_reader): New function.
5727 (Sized_incremental_binary::relocs_reader): New function.
5728 (Sized_incremental_binary::got_plt_reader): New function.
5729 (Sized_incremental_binary::do_file_is_unchanged): New function.
5730 (Sized_incremental_binary::Sized_input_reader): New class.
5731 (Sized_incremental_binary::get_input_reader): New function.
5732 (Sized_incremental_binary::find_incremental_inputs_sections):
5733 Rename do_find_incremental_inputs_sections to this.
5734 (Sized_incremental_binary::setup_readers): New function.
5735 (Sized_incremental_binary::has_incremental_info_): New data member.
5736 (Sized_incremental_binary::inputs_reader_): New data member.
5737 (Sized_incremental_binary::symtab_reader_): New data member.
5738 (Sized_incremental_binary::relocs_reader_): New data member.
5739 (Sized_incremental_binary::got_plt_reader_): New data member.
5740 (Sized_incremental_binary::current_input_file_): New data member.
5742 2011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5745 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
5748 2011-03-30 Cary Coutant <ccoutant@google.com>
5750 * archive.cc (Archive::include_member): Adjust call to report_object.
5751 (Add_archive_symbols::run): Add script_info to call to
5752 report_archive_begin.
5753 (Lib_group::include_member): Adjust call to report_object.
5754 (Add_lib_group_symbols::run): Adjust call to report_object.
5755 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
5756 blocks. Add object count for script input files.
5757 * incremental.cc (Incremental_inputs::report_archive_begin): Add
5758 script_info parameter; change all callers.
5759 (Incremental_inputs::report_object): Add script_info parameter;
5761 (Incremental_inputs::report_script): Store backpointer to
5762 incremental info entry.
5763 (Output_section_incremental_inputs::set_final_data_size): Record
5764 additional information for scripts.
5765 (Output_section_incremental_inputs::write_info_blocks): Likewise.
5766 * incremental.h (Incremental_script_entry::add_object): New function.
5767 (Incremental_script_entry::get_object_count): New function.
5768 (Incremental_script_entry::get_object): New function.
5769 (Incremental_script_entry::objects_): New data member; adjust
5771 (Incremental_inputs::report_archive_begin): Add script_info parameter.
5772 (Incremental_inputs::report_object): Add script_info parameter.
5773 (Incremental_inputs_reader::get_object_count): New function.
5774 (Incremental_inputs_reader::get_object_offset): New function.
5775 * options.cc (Input_arguments::add_file): Return reference to
5777 * options.h (Input_argument::set_script_info): New function.
5778 (Input_argument::script_info): New function.
5779 (Input_argument::script_info_): New data member; adjust all
5781 (Input_file_group::add_file): Return reference to new input argument.
5782 (Input_file_lib::add_file): Likewise.
5783 (Input_arguments::add_file): Likewise.
5784 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
5785 * script.cc (Parser_closure::Parser_closure): Add script_info
5786 parameter; adjust all callers.
5787 (Parser_closure::script_info): New function.
5788 (Parser_closure::script_info_): New data member.
5789 (read_input_script): Report scripts earlier to incremental info.
5790 (script_add_file): Set script_info in Input_argument.
5791 (script_add_library): Likewise.
5792 * script.h (Script_options::Script_info): Rewrite class.
5794 2011-03-29 Cary Coutant <ccoutant@google.com>
5796 * archive.cc (Library_base::should_include_member): Move
5797 method here from class Archive.
5798 (Archive::Archive): Initialize base class.
5799 (Archive::should_include_member): Move to base class.
5800 (Archive::do_for_all_unused_symbols): New function.
5801 (Add_archive_symbols::run): Remove redundant access to
5803 (Lib_group::Lib_group): Initialize base class.
5804 (Lib_group::do_filename): New function.
5805 (Lib_group::include_member): Pass pointer to Lib_group to
5807 (Lib_group::do_for_all_unused_symbols): New function.
5808 (Add_lib_group_symbols::run): Report archive information for
5810 * archive.h (class Library_base): New base class.
5811 (class Archive): Derive from Library_base.
5812 (Archive::filename): Move to base class.
5813 (Archive::set_incremental_info): Likewise.
5814 (Archive::incremental_info): Likewise.
5815 (Archive::Should_include): Likewise.
5816 (Archive::should_include_member): Likewise.
5817 (Archive::Armap_entry): Remove.
5818 (Archive::Unused_symbol_iterator): Remove.
5819 (Archive::unused_symbols_begin): Remove.
5820 (Archive::unused_symbols_end): Remove.
5821 (Archive::do_filename): New function.
5822 (Archive::do_get_mtime): New function.
5823 (Archive::do_for_all_unused_symbols): New function.
5824 (Archive::task_): Move to base class.
5825 (Archive::incremental_info_): Likewise.
5826 (class Lib_group): Derive from Library_base.
5827 (Lib_group::do_filename): New function.
5828 (Lib_group::do_get_mtime): New function.
5829 (Lib_group::do_for_all_unused_symbols): New function.
5830 (Lib_group::task_): Move to base class.
5831 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
5833 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
5835 * incremental.cc (Incremental_inputs::report_archive_begin):
5836 Use Library_base; call library's get_mtime; add incremental inputs
5837 entry before members.
5838 (class Unused_symbol_visitor): New class.
5839 (Incremental_inputs::report_archive_end): Use Library_base; use
5840 visitor class to record unused symbols; don't add incremental inputs
5841 entry after members.
5842 (Incremental_inputs::report_object): Use Library_base.
5844 (Incremental_archive_entry::Incremental_archive_entry): Remove
5845 unused Archive parameter.
5846 (Incremental_inputs::report_archive_begin): Use Library_base.
5847 (Incremental_inputs::report_archive_end): Likewise.
5848 (Incremental_inputs::report_object): Likewise.
5849 * object.cc (Sized_relobj::do_for_all_global_symbols): New
5851 * object.h (Object::for_all_global_symbols): New function.
5852 (Object::do_for_all_global_symbols): New function.
5853 (Sized_relobj::do_for_all_global_symbols): New function.
5854 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
5856 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
5859 2011-03-27 Ian Lance Taylor <iant@google.com>
5861 * archive.cc (Archive::interpret_header): Return -1 if something
5862 goes wrong. Change callers accordingly.
5864 2011-03-25 Cary Coutant <ccoutant@google.com>
5866 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
5867 * testsuite/Makefile.in: Regenerate.
5869 2011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
5871 * plugin.cc (get_view): New.
5872 (Plugin::load): Pass get_view to the plugin.
5873 (Plugin_manager::get_view): New.
5875 2011-03-21 Ian Lance Taylor <iant@google.com>
5877 * testsuite/final_layout.sh: Rewrite to not use dc.
5878 * testsuite/relro_test.sh: Fail if dc is not present.
5880 2011-03-21 Sriraman Tallam <tmsriram@google.com>
5882 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
5884 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
5885 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
5887 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
5888 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
5890 2011-03-14 Ian Lance Taylor <iant@google.com>
5892 * script-sections.cc (Sort_output_sections::script_compare):
5893 Rename from is_before, change return type.
5894 (Sort_output_sections::operator()): Adjust accordingly.
5896 2011-03-11 Jeffrey Yasskin <jyasskin@google.com>
5899 * testsuite/odr_violation2.cc: Add comment to make all error line
5900 numbers double digits.
5901 * testsuite/debug_msg.sh: Adjust expected errors.
5903 2011-03-09 Jeffrey Yasskin <jyasskin@google.com>
5905 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
5906 but mark earlier ones as non-canonical
5907 (offset_to_iterator): Update search target and example
5908 (do_addr2line): Return extra lines in a vector*
5909 (format_file_lineno): Extract from do_addr2line
5910 (one_addr2line): Add vector* out-param
5911 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
5912 when a lineno entry appeared last for its instruction
5913 (Dwarf_line_info): Add vector* out-param
5914 * object.cc (Relocate_info): Pass NULL for the vector* out-param
5915 * symtab.cc (Odr_violation_compare): Include the lineno in the
5917 (linenos_from_loc): New. Combine the canonical line for an
5918 address with its other lines.
5919 (True_if_intersect): New. Helper functor to make
5920 std::set_intersection a query.
5921 (detect_odr_violations): Compare sets of lines instead of just
5922 one line for each function. This became less deterministic, but
5923 has fewer false positives.
5924 * symtab.h: Declarations.
5925 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
5926 mix an optimized and non-optimized object in the same binary
5927 (odr_violation2.so): Same.
5928 * testsuite/Makefile.in: Regenerate from Makefile.am.
5929 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
5930 * testsuite/debug_msg.sh: Update line numbers and add
5932 * testsuite/odr_violation1.cc: Use OdrDerived, in a
5933 non-optimized context.
5934 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
5935 isn't inlined, and use OdrDerived in an optimized context.
5936 * testsuite/odr_header1.h: Defines OdrDerived, where
5937 optimization will change the
5938 first-instruction-in-the-destructor's file and line number.
5939 * testsuite/odr_header2.h: Defines OdrBase.
5941 2011-03-09 Ian Lance Taylor <iant@google.com>
5943 * fileread.cc (File_read::clear_views): Don't delete the whole
5946 2011-03-08 Ian Lance Taylor <iant@google.com>
5949 * fileread.cc: #include <climits>.
5950 (GOLD_IOV_MAX): Define.
5951 (File_read::read_multiple): Limit number of entries by iov_max.
5952 * fileread.h (class File_read): Always set max_readv_entries to
5955 2011-03-07 Ian Lance Taylor <iant@google.com>
5958 * options.h (class General_options): Add -dy and -dn.
5960 2011-03-02 Cary Coutant <ccoutant@google.com>
5962 * testsuite/script_test_9.t: Add TLS segment.
5964 2011-03-02 Simon Baldwin <simonb@google.com>
5966 * configure.ac: Add check for gnu_indirect_function support in
5967 the toolchain building binutils.
5968 * configure: Rebuild.
5970 2011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
5972 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
5973 plugin only symbols.
5974 (Symbol_table::sized_finalize_symbol) Mark symbol only present
5975 in plugin files as not needed in the symbol table.
5977 2011-02-11 Sriraman Tallam <tmsriram@google.com>
5979 * output.cc (Output_section::add_input_section): Delay fill
5980 generation for section ordering.
5982 2011-02-09 Ian Lance Taylor <iant@google.com>
5985 * object.h (class Sized_relobj): Remove clear_local_symbols.
5986 * reloc.cc (Sized_relobj::do_relocate): Don't call
5987 clear_local_symbols.
5989 2011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
5991 * plugin.cc (is_visible_from_outside): Return true for symbols
5994 2011-02-04 Jeffrey Yasskin <jyasskin@google.com>
5996 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
5999 2011-02-02 Sriraman Tallam <tmsriram@google.com>
6001 * icf.h (is_section_foldable_candidate): Change type of parameter
6003 * icf.cc (Icf::find_identical_sections): Change type of local variable
6004 section_name to be std::string.
6005 (is_function_ctor_or_dtor): Change type of parameter to std::string.
6007 2011-01-25 Ian Lance Taylor <iant@google.com>
6009 * script.cc (script_add_extern): Rewrite to use
6010 add_symbol_reference.
6012 2011-01-25 Doug Kwan <dougkwan@google.com>
6014 * icf.cc (get_section_contents): Always lock section's object.
6016 2011-01-24 Ian Lance Taylor <iant@google.com>
6018 * options.h (class General_options): Accept
6019 --no-detect-odr-violations.
6021 2011-01-24 Ian Lance Taylor <iant@google.com>
6023 * version.cc (version_string): Bump to 1.11.
6025 2011-01-24 Ian Lance Taylor <iant@google.com>
6027 * plugin.cc (class Plugin_rescan): Define new class.
6028 (Plugin_manager::claim_file): Set any_claimed_.
6029 (Plugin_manager::save_archive): New function.
6030 (Plugin_manager::save_input_group): New function.
6031 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
6033 (Plugin_manager::new_undefined_symbol): New function.
6034 (Plugin_manager::rescan): New function.
6035 (Plugin_manager::rescannable_defines): New function.
6036 (Plugin_manager::add_input_file): Set any_added_.
6037 * plugin.h (class Plugin_manager): define new fields rescannable_,
6038 undefined_symbols_, any_claimed_, and any_added_. Declare
6039 Plugin_rescan as friend. Declare new functions.
6040 (Plugin_manager::Rescannable): Define type.
6041 (Plugin_manager::Rescannable_list): Define type.
6042 (Plugin_manager::Undefined_symbol_list): Define type.
6043 (Plugin_manager::Plugin_manager): Initialize new fields.
6044 * archive.cc (Archive::defines_symbol): New function.
6045 (Add_archive_symbols::run): Pass archive to plugins if any.
6046 * archive.h (class Archive): Declare defines_symbol.
6047 * readsyms.cc (Input_group::~Input_group): New function.
6048 (Finish_group::run): Pass input_group to plugins if any.
6049 * readsyms.h (class Input_group): Declare destructor.
6050 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
6053 2011-01-10 Ian Lance Taylor <iant@google.com>
6055 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
6057 (Layout::set_segment_offsets): Reset increase_relro before calling
6058 set_section_addresses a second time.
6060 2011-01-04 Cary Coutant <ccoutant@google.com>
6062 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
6063 sections before NOBITS sections.
6065 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
6067 * version.cc (print_version): Update copyright to 2011.
6069 2010-12-23 Cary Coutant <ccoutant@google.com>
6071 * output.h (Output_data_reloc::add_output_section): Pass OD instead
6072 of OS to this->add. Add OD parameter to second form of the function.
6074 2010-12-20 Ian Lance Taylor <iant@google.com>
6076 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
6077 second of two consecutive entries with same offset.
6079 2010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6081 * testsuite/Makefile.am (ifuncmain2static_LDADD)
6082 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
6083 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
6084 to avoid unneeded links against $(LDADD).
6085 * testsuite/Makefile.in: Regenerate.
6087 2010-12-15 Ian Lance Taylor <iant@google.com>
6090 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
6091 for R_X86_64_32 and R_X86_64_PC32.
6092 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
6093 ver_matching_def_pic.o.
6094 (ver_matching_def_pic.o): New target.
6096 2010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6098 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
6099 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
6100 Move definition before File_read::View member definitions.
6101 (File_read::View::~View): Initialize and hold lock before
6102 updating current_mapped_bytes.
6104 2010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6106 * dwarf_reader.cc: Remove outdated comment.
6107 * gold-threads.cc: Fix typo in error message.
6108 * archive.cc: Fix typos in comments.
6109 * archive.h: Likewise.
6110 * arm-reloc-property.cc: Likewise.
6111 * arm-reloc-property.h: Likewise.
6112 * arm-reloc.def: Likewise.
6114 * attributes.h: Likewise.
6115 * cref.cc: Likewise.
6116 * ehframe.cc: Likewise.
6117 * fileread.h: Likewise.
6119 * i386.cc: Likewise.
6121 * incremental.h: Likewise.
6122 * int_encoding.cc: Likewise.
6123 * layout.h: Likewise.
6124 * main.cc: Likewise.
6125 * merge.h: Likewise.
6126 * object.cc: Likewise.
6127 * object.h: Likewise.
6128 * options.cc: Likewise.
6129 * readsyms.cc: Likewise.
6130 * reduced_debug_output.cc: Likewise.
6131 * reloc.cc: Likewise.
6132 * script-sections.cc: Likewise.
6133 * sparc.cc: Likewise.
6134 * symtab.h: Likewise.
6135 * target-reloc.h: Likewise.
6136 * target.cc: Likewise.
6137 * target.h: Likewise.
6138 * timer.cc: Likewise.
6139 * timer.h: Likewise.
6140 * x86_64.cc: Likewise.
6142 2010-12-09 Cary Coutant <ccoutant@google.com>
6144 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
6146 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
6147 parameter; change all callers.
6148 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
6149 * options.h (warn_execstack): New option.
6151 2010-12-07 Doug Kwan <dougkwan@google.com>
6153 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
6154 like function call relocations.
6156 2010-12-07 Ian Lance Taylor <iant@google.com>
6158 * archive.cc (Archive::get_elf_object_for_member): Permit
6159 punconfigured to be NULL.
6160 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
6161 (Archive::include_member): Pass NULL to get_elf_object_for_member
6162 if we searched for the archive and this is the first included
6165 2010-12-01 Ian Lance Taylor <iant@google.com>
6167 * dwarf_reader.h (class Sized_dwarf_line_info): Add
6168 track_relocs_type_ field.
6169 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6170 Set track_relocs_type_.
6171 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
6172 contents when using RELA relocs.
6173 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
6175 * reloc.cc (Track_relocs::next_addend): New function.
6176 * reloc.h (class Track_relocs): Declare next_addend.
6178 2010-12-01 Ian Lance Taylor <iant@google.com>
6180 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
6183 2010-12-01 Ian Lance Taylor <iant@google.com>
6185 * README: Update compilers known to work and fail.
6187 2010-11-23 Matthias Klose <doko@ubuntu.com>
6189 * configure.in: For --enable-gold, handle value `default' instead of
6190 `both*'. Always install ld as ld.bfd, install as ld if gold is
6192 * configure: Regenerate.
6194 2010-11-18 Doug Kwan <dougkwan@google.com>
6196 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
6197 and right_alignment to be zero. Store result alignment only if it is
6198 greater than existing alignment.
6200 2010-11-16 Cary Coutant <ccoutant@google.com>
6203 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6204 Check for ".zdebug_line".
6206 2010-11-16 Doug Kwan <dougkwan@google.com>
6207 Cary Coutant <ccoutant@google.com>
6209 * output.h (Output_segment::set_section_addresses): Pass increase_relro
6210 by reference; adjust all callers.
6211 * output.cc (Output_segment::set_section_addresses): Adjust references
6212 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
6214 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
6215 end at page boundary.
6217 2010-11-16 Cary Coutant <ccoutant@google.com>
6220 * layout.cc (Layout::choose_output_section): Transform names of
6221 compressed sections even when using a script with a SECTIONS clause.
6222 (Layout::output_section_name): Remove code to transform
6223 compressed debug section names.
6224 * output.cc (Output_section::add_input_section): Use uncompressed
6225 section size when tracking input sections.
6227 2010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
6229 * symtab.h (Symbol::NON_PIC_REF): Remove.
6230 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
6231 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
6232 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
6233 (Symbol::use_plt_offset): Take a flags argument and pass it
6234 directly to needs_dynamic_reloc. Restrict check for undefined
6235 weak symbols to function calls.
6236 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
6237 (Target_arm::Scan::global): Use it.
6238 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
6239 (Target_arm::Relocate::relocate): Likewise.
6240 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
6241 parameter with an r_type parameter. Use get_reference_flags
6243 (Target_arm::Relocate::relocate): Update accordingly.
6244 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
6245 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
6246 (Target_i386::Scan::global): Likewise.
6247 (Target_i386::Relocate::relocate): Likewise.
6248 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
6249 parameter with an r_type parameter. Use get_reference_flags
6251 (Target_i386::Relocate::relocate): Update accordingly.
6252 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
6253 (Target_powerpc::Scan::global): Use it.
6254 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
6255 (Target_powerpc::Relocate::relocate): Likewise.
6256 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
6257 (Target_sparc::Scan::global): Use it.
6258 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
6259 (Target_sparc::Relocate::relocate): Likewise.
6260 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
6261 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
6262 (Target_x86_64::Scan::global): Likewise.
6263 (Target_x86_64::Relocate::relocate): Likewise.
6265 2010-11-08 Doug Kwan <dougkwan@google.com>
6266 Cary Coutant <ccoutant@google.com>
6268 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
6269 (Arm_exidx_merge_section::section_contents_): New data member.
6270 (Arm_input_section::Arm_input_section): Initialize original_contents_.
6271 (Arm_input_section::~Arm_input_section): De-allocate memory.
6272 (Arm_input_section::original_contents_): New data member.
6273 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
6274 in parameters instead of calling Object::section_contents without
6276 (Arm_output_section::group_section): New parameter TASK. Pass it
6277 to callees that need locking objects.
6278 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
6279 to lock EXIDX input sections. Fix a formatting issue. Call
6280 Arm_exidx_merged_section::build_contents to create merged section
6282 (Arm_output_section::create_stub_group): New parameter TASK. Use it
6283 to lock object of stub table owner.
6284 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
6285 TEXT_SIZE to initialize data member TEXT_SIZE_.
6286 (Arm_exidx_input_section::addralign): Fix typo in comment.
6287 (Arm_exidx_input_section::text_size): New method.
6288 (Target_arm::do_relax): New parameter TASK. Pass it to callees
6289 that require locking objects. Lock objects before scanning for stubs
6290 and updating local symbols.
6291 (Arm_input_section<big_endian>::init): Copy contents of original
6293 (Arm_input_section<big_endian>::do_write): Use saved contents of
6294 original input section instead of calling Object::section_contents
6296 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
6297 size without calling Object::section_size().
6298 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
6299 for size. Allocate a buffer for merged EXIDX entries.
6300 (Arm_exidx_merged_section::build_contents): New method.
6301 (Arm_exidx_merged_section::do_write): Move merge section contents
6302 building code to Arm_exidx_merged_section::build_contetns. Write
6303 out contetns in buffer instead of building it on the fly.
6304 (Arm_relobj::make_exidx_input_section): Also pass text section size
6305 to Arm_exidx_input_section constructor.
6306 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
6307 (Arm_dynobj::do_read_symbols): Fix memory leak.
6308 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
6309 * target.h: (class Task): Add forward declaration.
6310 (Target::relax): Add new parameter TASK and pass it to
6312 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
6314 2010-11-05 Cary Coutant <ccoutant@google.com>
6317 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
6318 object when reading from the file.
6319 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
6321 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
6322 when reading section contents.
6323 (get_section_contents): Likewise.
6324 (icf::find_identical_sections): Likewise.
6325 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
6326 object when reading from the file.
6327 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
6328 the object when doing deferred section layout.
6330 2010-11-03 Nick Clifton <nickc@redhat.com>
6333 * script.h (class Symbol_assignment: name): New member. Returns
6334 the name of the symbol.
6335 * scrfipt.cc (Script_options::is_pending_assignment): New member.
6336 Returns true if the given symbol name is on the list of
6337 assignments wating to be processed.
6338 * archive.cc (should_incldue_member): If the symbol is undefined,
6339 check to see if it is on the list of symbols pending assignment.
6341 2010-11-03 Ryan Mansfield <rmansfield@qnx.com>
6343 * script-sections.cc (Script_sections::find_memory_region): Check
6344 for a NULL output section pointer.
6346 2010-10-29 Doug Kwan <dougkwan@google.com>
6348 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
6349 Output_section::add_relaxed_input_section.
6350 * output.cc (Output_section::add_relaxed_input_section): Add new
6351 arguments LAYOUT and NAME. Set section order index.
6352 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
6353 Copy section order index.
6354 * output.h (Output_section::add_relaxed_input_section): Add new
6355 arguments LAYOUT and NAME.
6357 2010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6359 * testsuite/Makefile.am: Move gcctestdir/ld rule to
6360 NATIVE_OR_CROSS_LINKER.
6361 * testsuite/Makefile.in: Regenerate.
6363 2010-10-20 Doug Kwan <dougkwan@google.com>
6365 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
6366 without SHF_LINK_ORDER flags.
6367 * layout.cc (Layout::choose_output_section): Do not filter
6368 SHF_LINK_ORDER flag in a relocatable link.
6370 2010-10-17 Cary Coutant <ccoutant@google.com>
6372 * output.h (Output_segment::set_section_addresses): Change function
6373 signature. Update all callers.
6374 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
6376 (Output_segment::set_section_addresses): Align after last TLS
6377 section. Add padding before last relro section instead of after.
6379 2010-10-17 Doug Kwan <dougkwan@google.com>
6381 * gold/arm.cc (Target_arm::got_section): Use correct order and set
6382 GOT output section to be writable.
6384 2010-10-14 Cary Coutant <ccoutant@google.com>
6386 * debug.h (DEBUG_INCREMENTAL): New flag.
6387 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
6388 * gold.cc (queue_initial_tasks): Check parameters for incremental link
6390 * incremental.cc (report_command_line): Ignore all forms of
6392 * layout.cc (Layout::Layout): Check parameters for incremental link
6394 * options.cc (General_options::parse_incremental): New function.
6395 (General_options::parse_no_incremental): New function.
6396 (General_options::parse_incremental_full): New function.
6397 (General_options::parse_incremental_update): New function.
6398 (General_options::incremental_mode_): New data member.
6399 (General_options::finalize): Check incremental_mode_.
6400 * options.h (General_options): Update help text for --incremental.
6401 Add --no-incremental, --incremental-full, --incremental-update.
6402 (General_options::Incremental_mode): New enum type.
6403 (General_options::incremental_mode): New function.
6404 (General_options::incremental_mode_): New data member.
6405 * parameters.cc (Parameters::incremental_mode_): New data member.
6406 (Parameters::set_options): Set incremental_mode_.
6407 (Parameters::set_incremental_full): New function.
6408 (Parameters::incremental): New function.
6409 (Parameters::incremental_update): New function.
6410 (set_parameters_incremental_full): New function.
6411 * parameters.h (Parameters::set_incremental_full): New function.
6412 (Parameters::incremental): New function.
6413 (Parameters::incremental_update): New function.
6414 (Parameters::incremental_mode_): New data member.
6415 (set_parameters_incremental_full): New function.
6416 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
6417 incremental link mode.
6418 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
6419 (Sized_relobj::do_relocate_sections): Likewise.
6420 * testsuite/Makefile.am (incremental_test): Use --incremental-full
6422 * testsuite/Makefile.in: Regenerate.
6423 * testsuite/incremental_test.sh: Filter all forms of --incremental.
6425 2010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6427 * script-sections.h (class Script_sections): Make
6428 Sections_elements typedef public.
6429 * script-sections.cc (class Sort_output_sections): Add elements_
6430 field. Add constructor which sets it; change all callers.
6431 (Sort_output_sections::is_before): New function.
6432 (Sort_output_sections::operator()): Call is_before.
6433 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
6435 * testsuite/script_test_10.sh: New test. Test script section
6437 * testsuite/script_test_10.t: Likewise.
6438 * testsuite/script_test_10.s: Likewise.
6439 * testsuite/Makefile.am: Wrap the cross linker tests and the
6440 common tests into NATIVE_OR_CROSS_LINKER.
6441 (check_SCRIPTS): Add script_test_10.sh.
6442 (check_DATA): Add script_test_10.stdout.
6443 (script_test_10.o, script_test_10): New targets.
6444 (script_test_10.stdout): New target.
6445 * configure, testsuite/Makefile.in: Regenerate.
6447 2010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6449 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
6450 error for the deprecated relocations.
6451 (Target_arm::Scan::global): Likewise.
6452 (Target_arm::Relocate::relocate): Likewise.
6454 2010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
6456 * fileread.cc (Input_file::find_file): Initialize *found_name
6457 and *namep when using the fallback search for case 4.
6459 2010-10-11 Cary Coutant <ccoutant@google.com>
6461 * options.h (class General_options): Redefine -z lazy as an alias for
6462 the negation of -z now.
6464 2010-10-11 Ian Lance Taylor <iant@google.com>
6466 * resolve.cc (symbol_to_bits): Report the value of the unsupported
6469 2010-10-06 Nick Clifton <nickc@redhat.com>
6471 * script-sections.cc(class Memory_region): Remove
6472 current_lma_offset_ field. Rename current_vma_offset_ to
6473 current_offset_. Add last_section_ field.
6474 (Memory_region::get_current_vma_address): Rename to
6475 get_current_address.
6476 (Memory_region::get_current_lma_address): Delete.
6477 (Memory_region::increment_vma_offset): Rename to
6479 (Memory_region::increment_lma_offset): Delete.
6480 (Memory_region::attributes_compatible): New method. Returns
6481 true if the provided section is compatible with the region.
6482 (Memory_region::get_last_section): New method. Returns the last
6483 section to use the region.
6484 (Memory_region::set_last_section): New method. Stores the last
6485 section to use the region.
6486 (Script_sections::block_in_region): New method. Returns true if
6487 a block of memory is contained within a region.
6488 (Script_sections::find_memory_region): New method. Locates a
6489 memory region to be used to set a VMA or LMA address.
6490 (Output_section_definition::set_section_addresses): Add code to
6491 check for addresses set by memory regions.
6492 (Output_segment::set_section_addresses): Remove memory region
6494 (Script_sections::create_segment): Add a warning if a header
6495 segment is created outside of any region.
6496 * script-sections.h (class Script_sections): Add prototypes for
6497 find_memory_region and block_in_region methods.
6498 * testsuite/memory_test.s: Use .long instead of .word.
6499 * testsuite/memory_test.t: Add some more output sections.
6500 * testsuite/memory_test.sh: Update expected output.
6502 2010-10-02 Doug Kwan <dougkwan@google.com>
6504 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
6505 defintion to symtab.h
6506 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
6507 declaration to defintion.
6509 2010-10-01 Nick Clifton <nickc@redhat.com>
6511 * expression.cc (eval): Replace dummy argument with NULL.
6512 (eval_maybe_dot): Check for a NULL result section pointer.
6513 (Symbol_expression::value): Likewise.
6514 (Dot_expression::value): Likewise.
6515 (BINARY_EXPRESSION): Likewise.
6516 (Max_expression::value): Likewise.
6517 (Min_expression::value): Likewise.
6518 (Absolute_expression::value): Likewise.
6519 (Addr_expression::value_from_output_section): Likewise.
6520 (Loaddddr_expression::value_from_output_section): Likewise.
6521 (Segment_start_expression::value): Likewise.
6522 * script-sections.cc
6523 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
6525 (Sections_elememt_dot_assignment::set_section_addresses):
6527 (Output_data_expression::do_write_to_buffer): Likewise.
6528 (Output_section_definition::finalize_symbols): Likewise.
6529 (Output_section_definition::set_section_addresses): Likewise.
6531 2010-09-30 Doug Kwan <dougkwan@google.com>
6533 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
6535 2010-09-28 Sriraman Tallam <tmsriram@google.com>
6537 * target.h (Target::can_icf_inline_merge_sections): New virtual
6539 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
6541 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
6543 * icf.cc (get_section_contents): Inline merge sections only when
6546 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6548 * configure: Regenerate.
6550 2010-09-17 Ian Lance Taylor <iant@google.com>
6552 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
6553 * testsuite/Makefile.am (memory_test.o): New target.
6554 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
6556 * testsuite/Makefile.in: Rebuild.
6558 2010-09-17 Doug Kwan <dougkwan@google.com>
6560 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
6561 defintion if relocation uses GOT entries of the symbol.
6562 * testsuite/icf_safe_test.sh: Fix test.
6563 * testsuite/icf_safe_so_test.sh: Fix test.
6565 2010-09-16 Cary Coutant <ccoutant@google.com>
6567 * script_sections.cc (class Memory_region): Remove "NULL" from
6568 vector initializations.
6570 2010-09-15 Cary Coutant <ccoutant@google.com>
6572 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
6573 Resolve forwarding symbols.
6575 2010-09-15 Doug Kwan <dougkwan@google.com>
6577 * gold/testsuite/script_test_3.t: Add ARM special sections.
6578 * gold/testsuite/script_test_4.t: Same.
6579 * gold/testsuite/script_test_5.t: Same.
6580 * gold/testsuite/script_test_6.t: Same.
6581 * gold/testsuite/script_test_7.t: Same.
6582 * gold/testsuite/script_test_7.t: Same.
6583 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
6585 2010-09-14 Cary Coutant <ccoutant@google.com>
6587 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
6588 (Target_x86_64::Relocate::relocate_tls): Replace check for
6589 saw_tls_block_reloc_ with test for executable section.
6591 2010-09-12 Cary Coutant <ccoutant@google.com>
6593 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
6594 position-independent executables to shared libraries need dynamic
6596 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
6597 position-independent executables.
6598 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
6599 * testsuite/Makefile.in: Regenerate.
6601 2010-09-10 Nick Clifton <nickc@redhat.com>
6604 * testsuite/memory_test.t: Discard any sections that are not
6607 2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
6610 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
6611 "This::" to work around a bug in gcc 4.2.
6613 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
6615 2010-09-09 Rafael Espindola <espindola@google.com>
6617 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
6618 sections with different PF_X flags in the same segment.
6619 (Layout::find_first_load_seg): Search all segments to find the first
6621 * options.h (rosegment): New.
6623 2010-09-08 Rafael Espindola <espindola@google.com>
6625 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
6627 2010-09-08 Doug Kwan <dougkwan@google.com>
6629 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
6630 (Arm_relobj::do_relocate_sections): Add new parameter for output
6631 file to match the parent.
6632 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
6633 of local symbols instead of input values. Update code to track
6634 changes in gold::relocate_section.
6635 * object.cc (Sized_relobj::compute_final_local_value): New methods.
6636 (Sized_relobj::compute_final_local_value_internal): New methods.
6637 (Sized_relobj::do_finalize_local_symbols): Move code from loop
6638 body into private version of Sized_relobj::compute_final_local_value.
6639 Call the inline method.
6640 * object.h (Symbol_value::Symbol_value): Define destructor. Free
6641 merged symbol value if there is one.
6642 (Symbol_value::has_output_value): New method defintiion.
6643 (Sized_relobj::Compute_final_local_value_status): New enum type.
6644 (Sized_relobj::compute_final_local_value): New methods.
6645 (Sized_relobj::compute_final_local_value_internal): New methods.
6646 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
6647 and arm_cortex_a8.sh.
6648 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
6649 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
6651 * Makefile.in: Regenerate.
6652 * testsuite/arm_bl_out_of_range.s: Update test.
6653 * testsuite/thumb_bl_out_of_range.s: Ditto.
6654 * testsuite/thumb_blx_out_of_range.s: Ditto.
6655 * testsuite/arm_branch_out_of_range.sh: New file.
6656 * testsuite/arm_cortex_a8.sh: Ditto.
6657 * testsuite/arm_cortex_a8_b.s: Ditto.
6658 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
6659 * testsuite/arm_cortex_a8_b_local.s: Ditto.
6660 * testsuite/arm_cortex_a8_bl.s: Ditto.
6661 * testsuite/arm_cortex_a8_blx.s: Ditto.
6662 * testsuite/arm_cortex_a8_local.s: Ditto.
6663 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
6664 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
6666 2010-09-08 Rafael Espindola <espindola@google.com>
6668 * Makefile.am (memory_test.stdout): Run readelf with -W.
6669 * Makefile.in: Regenerate.
6670 * testsuite/memory_test.sh: Make the regexps accept both 32 and
6673 2010-09-08 Rafael Espindola <espindola@google.com>
6675 * script-sections.cc (Script_sections::add_memory_region): Convert
6676 field precision to int.
6677 * script.cc (script_set_section_region, script_set_section_region):
6678 Convert field precision to int.
6680 2010-09-08 Rafael Espindola <espindola@google.com>
6682 * arm.cc (do_finalize_sections): Create the __exidx_start and
6683 __exdix_end symbols even when the section is missing.
6685 2010-09-08 Nick Clifton <nickc@redhat.com>
6687 * README: Remove claim that MEMORY is not supported.
6688 * expression.cc (script_exp_function_origin)
6689 (script_exp_function_length): Move from here to ...
6690 * script.cc: ... here.
6691 (script_set_section_region, script_add_memory)
6692 (script_parse_memory_attr, script_include_directive): New
6694 * script-sections.cc
6695 (class Memory_region): New class.
6696 (class Output_section_definition): Add set_memory_region,
6697 set_section_vma, set_section_lma and get_section_name methods.
6698 (class Script_Sections): Add add_memory_region,
6699 find_memory_region, find_memory_region_origin,
6700 find_memory_region_length and set_memory_region methods.
6701 Have set_section_addresses method walk the list of set memory
6703 Extend the print methos to display memory regions.
6704 * script-sections.h: Add prototypes for new methods.
6705 Add enum for MEMORY region attributes.
6706 * yyscript.y: Add support for parsing MEMORY regions.
6707 * script-c.h: Add prototypes for new functions.
6708 * testsuite/Makefile.am: Add test of MEMORY region functionality.
6709 * testsuite/Makefile.in: Regenerate.
6710 * testsuite/memory_test.sh: New script.
6711 * testsuite/memory_test.s: New assembler source file.
6712 * testsuite/memory_test.t: New linker script.
6714 2010-08-27 Doug Kwan <dougkwan@google.com>
6716 * gold/resolve.cc (Symbol_table::should_override): Let a weak
6717 reference override an existing dynamic weak reference.
6718 * testsuite/Makefile.am: Add new test dyn_weak_ref.
6719 * testsuite/Makefile.in: Regenerate.
6720 * testsuite/dyn_weak_ref.sh: New file.
6721 * testsuite/dyn_weak_ref_1.c: Ditto.
6722 * testsuite/dyn_weak_ref_2.c: Ditto.
6724 2010-08-27 Ian Lance Taylor <iant@google.com>
6726 * incremental.h (class Incremental_input_entry): Add virtual
6729 2010-08-27 Ian Lance Taylor <iant@google.com>
6731 * testsuite/start_lib_test_3.c: Mark t3 as used.
6733 2010-08-27 Nick Clifton <nickc@redhat.com>
6735 * options.cc (version_script): Fix small typo in previous
6738 2010-08-25 Nick Clifton <nickc@redhat.com>
6740 * archive.cc: Formatting fixes: Remove whitespace between
6741 typename and following asterisk. Remove whitespace between
6742 function name and opening parenthesis.
6743 * archive.h: Likewise.
6745 * attributes.cc: Likewise.
6746 * attributes.h: Likewise.
6747 * common.cc: Likewise.
6748 * copy-relocs.cc: Likewise.
6749 * dirsearch.h: Likewise.
6750 * dynobj.cc: Likewise.
6751 * ehframe.cc: Likewise.
6752 * ehframe.h: Likewise.
6753 * expression.cc: Likewise.
6754 * fileread.cc: Likewise.
6755 * fileread.h: Likewise.
6757 * gold-threads.cc: Likewise.
6758 * gold.cc: Likewise.
6759 * i386.cc: Likewise.
6761 * incremental-dump.cc: Likewise.
6762 * incremental.cc: Likewise.
6763 * layout.cc: Likewise.
6764 * layout.h: Likewise.
6765 * main.cc: Likewise.
6766 * merge.cc: Likewise.
6767 * merge.h: Likewise.
6768 * object.cc: Likewise.
6769 * object.h: Likewise.
6770 * options.cc: Likewise.
6771 * options.h: Likewise.
6772 * output.cc: Likewise.
6773 * output.h: Likewise.
6774 * plugin.cc: Likewise.
6775 * plugin.h: Likewise.
6776 * powerpc.cc: Likewise.
6777 * reloc.cc: Likewise.
6778 * script-c.h: Likewise.
6779 * script-sections.cc: Likewise.
6780 * script.cc: Likewise.
6781 * stringpool.cc: Likewise.
6782 * symtab.cc: Likewise.
6783 * symtab.h: Likewise.
6784 * target.cc: Likewise.
6785 * timer.cc: Likewise.
6786 * timer.h: Likewise.
6787 * version.cc: Likewise.
6788 * x86_64.cc: Likewise.
6790 2010-08-24 Nick Clifton <nickc@redhat.com>
6793 * layout.cc (segment_precedes): Sort segments by their physical
6794 addresses, if they have been set.
6796 2010-08-23 Cary Coutant <ccoutant@google.com>
6798 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
6800 (Lib_group::include_member): Unlock object after deleting its
6802 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
6805 2010-08-19 Neil Vachharajani <nvachhar@google.com>
6806 Cary Coutant <ccoutant@google.com>
6808 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
6809 constructor, and set_blocker.
6810 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
6812 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
6813 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
6814 * testsuite/Makefile.am (start_lib_test): New test case.
6815 * testsuite/Makefile.in: Regenerate.
6816 * testsuite/start_lib_test_main.c: New file.
6817 * testsuite/start_lib_test_1.c: New file.
6818 * testsuite/start_lib_test_2.c: New file.
6819 * testsuite/start_lib_test_3.c: New file.
6821 2010-08-19 Ian Lance Taylor <iant@google.com>
6823 * Makefile.in: Rebuild with automake 1.11.1.
6824 * aclocal.m4: Likewise.
6825 * testsuite/Makefile.in: Likewise.
6827 2010-08-19 Ian Lance Taylor <iant@google.com>
6830 * i386.cc (class Output_data_plt_i386): Update declarations.
6831 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
6832 local_ifuncs_ fields.
6833 (Target_i386::do_plt_section_for_global): New function.
6834 (Target_i386::do_plt_section_for_local): New function.
6835 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
6836 parameter; change all callers. Initialize global_ifuncs_ and
6837 local_ifuncs_. If doing a static link define __rel_iplt_start and
6839 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
6840 (Output_data_plt_i386::add_local_ifunc_entry): New function.
6841 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
6843 (Target_i386::make_plt_section): New function, broken out of
6844 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
6845 (Target_i386::make_plt_entry): Call make_plt_section.
6846 (Target_i386::make_local_ifunc_plt_entry): New function.
6847 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
6848 (Target_i386::Scan::local): Handle IFUNC symbols. Add
6849 R_386_IRELATIVE to switch.
6850 (Target_i386::Scan::global): Likewise.
6851 (Target_i386::Relocate::relocate): Likewise.
6852 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
6854 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
6855 (Target_x86_64::do_plt_section_for_global): New function.
6856 (Target_x86_64::do_plt_section_for_local): New function.
6857 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
6858 parameter; change all callers. If doing a static link define
6859 __rela_iplt_start and __rela_iplt_end.
6860 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
6861 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
6862 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
6864 (Target_x86_64::make_local_ifunc_plt_entry): New function.
6865 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
6867 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
6868 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
6869 R_X86_64_IRELATIVE to switch.
6870 (Target_x86_64::Scan::global): Likewise.
6871 (Target_x86_64::Relocate::relocate): Likewise.
6872 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
6874 * target.h (class Target): Add plt_section_for_global and
6875 plt_section_for_local functions. Add do_plt_section_for_global
6876 and do_plt_section_for_local virtual functions.
6877 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
6878 clarifying comments.
6879 (Symbol::use_plt_offset): Handle IFUNC symbol.
6880 * object.cc (Sized_relobj::Sized_relobj): Initialize
6882 (Sized_relobj::local_has_plt_offset): New function.
6883 (Sized_relobj::local_plt_offset): New function.
6884 (Sized_relobj::set_local_plt_offset): New function.
6885 (Sized_relobj::do_count): Handle IFUNC symbol.
6886 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
6887 a bit away from input_shndx_ field. Add set_is_func_symbol and
6888 is_ifunc_symbol functions.
6889 (class Sized_relobj): Update declarations. Remove Tls_got_entry
6890 and Local_tls_got_offsets. Define Local_plt_offsets. Add
6891 local_plt_offsets_ field.
6892 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
6893 * output.h (class Output_section_data): Add non-const
6894 output_section function.
6895 (class Output_data_got): Update declarations.
6896 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
6897 Add use_plt_offset parameter to global and local constructors.
6898 Change all callers. Change local_sym_index_ field to 31 bits.
6899 Change GSYM_CODE and CONSTANT_CODE accordingly.
6900 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
6901 doing a static link don't set sh_link field.
6902 (Output_data_got::Got_entry::write): Use PLT offset if
6904 (Output_data_got::add_global_plt): New function.
6905 (Output_data_got::add_local_plt): New function.
6906 * target-reloc.h (relocate_section): Handle IFUNC symbol.
6907 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
6908 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
6909 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
6910 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
6912 * testsuite/ifunc-sel.h: New file.
6913 * testsuite/ifuncmain1.c: New file.
6914 * testsuite/ifuncmain1vis.c: New file.
6915 * testsuite/ifuncmod1.c: New file.
6916 * testsuite/ifuncdep2.c: New file.
6917 * testsuite/ifuncmain2.c: New file.
6918 * testsuite/ifuncmain3.c: New file.
6919 * testsuite/ifuncmod3.c: New file.
6920 * testsuite/ifuncmain4.c: New file.
6921 * testsuite/ifuncmain5.c: New file.
6922 * testsuite/ifuncmod5.c: New file.
6923 * testsuite/ifuncmain6pie.c: New file.
6924 * testsuite/ifuncmod6.c: New file.
6925 * testsuite/ifuncmain7.c: New file.
6926 * configure, testsuite/Makefile.in: Rebuild.
6928 2010-08-18 Ian Lance Taylor <iant@google.com>
6931 (Output_section_incremental_inputs::write_input_files): Add cast
6932 to avoid signed/unsigned comparison warning.
6933 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6935 2010-08-12 Cary Coutant <ccoutant@google.com>
6937 * common.cc (Sort_commons::operator()): Remove unnecessary code.
6939 2010-08-13 Ian Lance Taylor <iant@google.com>
6941 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
6943 2010-08-12 Cary Coutant <ccoutant@google.com>
6944 Doug Kwan <dougkwan@google.com>
6946 * resolve.cc (Symbol_table::should_override): When a weak dynamic
6947 defintion overrides non-weak undef, remember that the original undef
6949 * symtab.cc (Symbol_table::sized_write_global): For undef without
6950 an original weak binding, set binding to global in output.
6951 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
6952 * testsuite/Makefile.in: Regenerate.
6953 * testsuite/strong_ref_weak_def.sh: New file.
6954 * testsuite/strong_ref_weak_def_1.c: Ditto.
6955 * testsuite/strong_ref_weak_def_2.c: Ditto.
6957 2010-08-12 Cary Coutant <ccoutant@google.com>
6959 * testsuite/incremental_test.sh: Rewrite.
6960 * testsuite/incremental_test_1.c: Rewrite.
6961 * testsuite/incremental_test_2.c: Rewrite.
6963 2010-08-12 Cary Coutant <ccoutant@google.com>
6965 * arm.cc (Target_arm::got_size): Add const.
6966 (Target_arm::got_entry_count): New function.
6967 (Target_arm::plt_entry_count): New function.
6968 (Target_arm::first_plt_entry_offset): New function.
6969 (Target_arm::plt_entry_size): New function.
6970 (Output_data_plt_arm::entry_count): New function.
6971 (Output_data_plt_arm::first_plt_entry_offset): New function.
6972 (Output_data_plt_arm::get_plt_entry_size): New function.
6973 * i386.cc (Target_i386::got_size): Add const.
6974 (Target_i386::got_entry_count): New function.
6975 (Target_i386::plt_entry_count): New function.
6976 (Target_i386::first_plt_entry_offset): New function.
6977 (Target_i386::plt_entry_size): New function.
6978 (Output_data_plt_i386::entry_count): New function.
6979 (Output_data_plt_i386::first_plt_entry_offset): New function.
6980 (Output_data_plt_i386::get_plt_entry_size): New function.
6981 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
6982 find_incremental_inputs_sections. Dump incremental_got_plt section.
6983 * incremental.cc: Include target.h.
6984 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
6985 parameter. Adjust all callers. Find incremental_got_plt section.
6986 (Incremental_inputs::create_data_sections): Create incremental_got_plt
6988 (Output_section_incremental_inputs::set_final_data_size): Calculate
6989 size of incremental_got_plt section.
6990 (Output_section_incremental_inputs::do_write): Write the
6991 incremental_got_plt section.
6992 (Got_plt_view_info): New struct.
6993 (Local_got_offset_visitor): New class.
6994 (Global_got_offset_visitor): New class.
6995 (Global_symbol_visitor_got_plt): New class.
6996 (Output_section_incremental_inputs::write_got_plt): New function.
6997 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
6998 Add parameter. Adjust all callers.
6999 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7000 (Incremental_inputs::got_plt_section): New function.
7001 (Incremental_inputs::got_plt_section_): New data member.
7002 (Incremental_got_plt_reader): New class.
7003 * layout.cc (Layout::create_incremental_info_sections): Add the
7004 incremental_got_plt section.
7005 * object.h (Got_offset_list::get_list): New function.
7006 (Got offset_list::for_all_got_offsets): New function.
7007 (Sized_relobj::local_got_offset_list): New function.
7008 * powerpc.cc (Target_powerpc::got_size): Add const.
7009 (Target_powerpc::got_entry_count): New function.
7010 (Target_powerpc::plt_entry_count): New function.
7011 (Target_powerpc::first_plt_entry_offset): New function.
7012 (Target_powerpc::plt_entry_size): New function.
7013 (Output_data_plt_powerpc::entry_count): New function.
7014 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
7015 (Output_data_plt_powerpc::get_plt_entry_size): New function.
7016 * sparc.cc (Target_sparc::got_size): Add const.
7017 (Target_sparc::got_entry_count): New function.
7018 (Target_sparc::plt_entry_count): New function.
7019 (Target_sparc::first_plt_entry_offset): New function.
7020 (Target_sparc::plt_entry_size): New function.
7021 (Output_data_plt_sparc::entry_count): New function.
7022 (Output_data_plt_sparc::first_plt_entry_offset): New function.
7023 (Output_data_plt_sparc::get_plt_entry_size): New function.
7024 * symtab.h (Symbol::got_offset_list): New function.
7025 (Symbol_table::for_all_symbols): New function.
7026 * target.h (Sized_target::got_entry_count): New function.
7027 (Sized_target::plt_entry_count): New function.
7028 (Sized_target::plt_entry_size): New function.
7029 * x86_64.cc (Target_x86_64::got_size): Add const.
7030 (Target_x86_64::got_entry_count): New function.
7031 (Target_x86_64::plt_entry_count): New function.
7032 (Target_x86_64::first_plt_entry_offset): New function.
7033 (Target_x86_64::plt_entry_size): New function.
7034 (Output_data_plt_x86_64::entry_count): New function.
7035 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
7036 (Output_data_plt_x86_64::get_plt_entry_size): New function.
7038 2010-08-12 Cary Coutant <ccoutant@google.com>
7040 * archive.cc: Include incremental.h.
7041 (Archive::Archive): Initialize incremental_info_.
7042 (Archive::include_member): Record archive members in incremental info.
7043 (Add_archive_symbols::run): Record begin and end of an archive in
7045 (Lib_group::include_member): Record objects in incremental info.
7046 * archive.h (Incremental_archive_entry): Forward declaration.
7047 (Archive::set_incremental_info): New member function.
7048 (Archive::incremental_info): New member function.
7049 (Archive::Unused_symbol_iterator): New class.
7050 (Archive::unused_symbols_begin): New member function.
7051 (Archive::unused_symbols_end): New member function.
7052 (Archive::incremental_info_): New data member.
7053 * incremental-dump.cc (find_input_containing_global): New function.
7054 (dump_incremental_inputs): Dump new incremental info sections.
7055 * incremental.cc: Include symtab.h.
7056 (Output_section_incremental_inputs): New class.
7057 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
7058 new incremental info sections.
7059 (Sized_incremental_binary::do_check_inputs): Likewise.
7060 (Incremental_inputs::report_archive): Remove.
7061 (Incremental_inputs::report_archive_begin): New function.
7062 (Incremental_inputs::report_archive_end): New function.
7063 (Incremental_inputs::report_object): New function.
7064 (Incremental_inputs::finalize_inputs): Remove.
7065 (Incremental_inputs::report_input_section): New function.
7066 (Incremental_inputs::report_script): Rewrite.
7067 (Incremental_inputs::finalize): Do nothing but finalize string table.
7068 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7069 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7070 (Incremental_inputs::create_data_sections): New function.
7071 (Incremental_inputs::relocs_entsize): New function.
7072 (Output_section_incremental_inputs::set_final_data_size): New function.
7073 (Output_section_incremental_inputs::do_write): New function.
7074 (Output_section_incremental_inputs::write_header): New function.
7075 (Output_section_incremental_inputs::write_input_files): New function.
7076 (Output_section_incremental_inputs::write_info_blocks): New function.
7077 (Output_section_incremental_inputs::write_symtab): New function.
7078 * incremental.h (Incremental_script_entry): Forward declaration.
7079 (Incremental_object_entry): Forward declaration.
7080 (Incremental_archive_entry): Forward declaration.
7081 (Incremental_inputs): Forward declaration.
7082 (Incremental_inputs_header_data): Remove.
7083 (Incremental_inputs_header): Remove.
7084 (Incremental_inputs_header_write): Remove.
7085 (Incremental_inputs_entry_data): Remove.
7086 (Incremental_inputs_entry): Remove.
7087 (Incremental_inputs_entry_write): Remove.
7088 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
7089 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
7090 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7091 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
7093 (Incremental_input_entry): New class.
7094 (Incremental_script_entry): New class.
7095 (Incremental_object_entry): New class.
7096 (Incremental_archive_entry): New class.
7097 (Incremental_inputs::Incremental_inputs): Initialize new data members.
7098 (Incremental_inputs::report_inputs): Remove.
7099 (Incremental_inputs::report_archive): Remove.
7100 (Incremental_inputs::report_archive_begin): New function.
7101 (Incremental_inputs::report_archive_end): New function.
7102 (Incremental_inputs::report_object): Change prototype.
7103 (Incremental_inputs::report_input_section): New function.
7104 (Incremental_inputs::report_script): Change prototype.
7105 (Incremental_inputs::get_reloc_count): New function.
7106 (Incremental_inputs::set_reloc_count): New function.
7107 (Incremental_inputs::create_data_sections): New function.
7108 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7109 (Incremental_inputs::inputs_section): New function.
7110 (Incremental_inputs::symtab_section): New function.
7111 (Incremental_inputs::relocs_section): New function.
7112 (Incremental_inputs::get_stringpool): Add const.
7113 (Incremental_inputs::command_line): Add const.
7114 (Incremental_inputs::inputs): Remove.
7115 (Incremental_inputs::command_line_key): New function.
7116 (Incremental_inputs::input_file_count): New function.
7117 (Incremental_inputs::input_files): New function.
7118 (Incremental_inputs::relocs_entsize): New function.
7119 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7120 (Incremental_inputs::finalize_inputs): Remove.
7121 (Incremental_inputs::Input_info): Remove.
7122 (Incremental_inputs::lock_): Remove.
7123 (Incremental_inputs::inputs_): Change type.
7124 (Incremental_inputs::inputs_map_): Remove.
7125 (Incremental_inputs::current_object_entry_): New data member.
7126 (Incremental_inputs::inputs_section_): New data member.
7127 (Incremental_inputs::symtab_section_): New data member.
7128 (Incremental_inputs::relocs_section_): New data member.
7129 (Incremental_inputs::reloc_count_): New data member.
7130 (Incremental_inputs_reader): New class.
7131 (Incremental_symtab_reader): New class.
7132 (Incremental_relocs_reader): New class.
7133 * layout.cc (Layout::finalize): Move finalization of incremental info
7134 and creation of incremental info sections to follow finalization of
7135 symbol table. Set offsets for postprocessing sections.
7136 (Layout::create_incremental_info_sections): Call
7137 Incremental_inputs::create_data_sections. Add incremental symtab
7138 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
7139 sections to layout after input sections.
7140 * layout.h (struct Timespec): Forward declaration.
7141 (Layout::incremental_inputs): Add const.
7142 (Layout::create_incremental_info_sections): Add parameter.
7143 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
7144 * object.cc: Include incremental.h.
7145 (Relobj::finalize_incremental_relocs): New function.
7146 (Sized_relobj::do_layout): Record input sections in incremental info.
7147 * object.h (Object::output_section): New function.
7148 (Object::output_section_offset): Moved from Relobj.
7149 (Object::get_incremental_reloc_base): New function.
7150 (Object::get_incremental_reloc_count): New function.
7151 (Object::do_output_section): New function.
7152 (Object::do_output_section_offset): Moved from Relobj.
7153 (Object::do_get_incremental_reloc_base): New function.
7154 (Object::do_get_incremental_reloc_count): New function.
7155 (Object::Object): Initialize new data members.
7156 (Relobj::output_section): Renamed do_output_section and moved to
7158 (Relobj::output_section_offset): Moved to Object.
7159 (Relobj::do_get_incremental_reloc_base): New function.
7160 (Relobj::do_get_incremental_reloc_count): New function.
7161 (Relobj::allocate_incremental_reloc_counts): New function.
7162 (Relobj::count_incremental_reloc): New function.
7163 (Relobj::finalize_incremental_relocs): New function.
7164 (Relobj::next_incremental_reloc_index): New function.
7165 (Relobj::reloc_counts_): New data member.
7166 (Relobj::reloc_bases_): New data member.
7167 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
7168 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
7169 (Sized_relobj::incremental_relocs_scan): New function.
7170 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7171 (Sized_relobj::incremental_relocs_write): New function.
7172 (Sized_relobj::incremental_relocs_write_reltype): New function.
7173 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
7175 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
7176 archives and object files elsewhere.
7177 (Add_symbols::run): Report object files here.
7178 (Finish_group::run): Report end of archive at end of group.
7179 * reloc.cc: Include layout.h, incremental.h.
7180 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
7181 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
7182 (Sized_relobj::incremental_relocs_scan): New function.
7183 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7184 (Sized_relobj::do_relocate_sections): Write incremental relocations.
7185 (Sized_relobj::incremental_relocs_write): New function.
7186 (Sized_relobj::incremental_relocs_write_reltype): New function.
7187 * script.cc (read_input_script): Rewrite test for incremental link.
7188 Change call to Incremental_inputs::report_script.
7189 * symtab.h (Symbol_table::first_global_index): New function.
7190 (Symbol_table::output_count): New function.
7192 2010-08-12 Doug Kwan <dougkwan@google.com>
7194 * arm.cc (Target_arm::merge_object_attributes): Check command line
7195 options --no-wchar-size-warning and --no-enum-size-warning.
7196 * options.h (General_options): Add ld-compatible options
7197 --no-enum-size-warning and --no-wchar-size-warning.
7199 2010-08-04 Ian Lance Taylor <iant@google.com>
7201 * x86_64.cc (Target_x86_64::Scan::local): Use
7202 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
7203 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
7204 (Target_x86_64::Scan::global): Likewise.
7205 (Target_x86_64::Relocate::relocate): Likewise.
7206 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
7209 2010-08-03 Cary Coutant <ccoutant@google.com>
7211 * merge.cc (Output_merge_string::do_add_input_section): Count strings
7212 to reserve space in merged_strings vector. Keep total input size
7214 (Output_merge_string::do_print_merge_stats): Print total input size.
7215 * merge.h (Output_merge_string): Add input_size_ field.
7216 * stringpool.cc (Stringpool_template::string_length): Move
7217 implementations out of Stringpool_template class and place in
7219 * stringpool.h (string_length): Move out of Stringpool_template.
7221 2010-08-03 Ian Lance Taylor <iant@google.com>
7224 * layout.cc (relaxation_loop_body): If address of load segment is
7225 set, adjust address to include headers if possible.
7227 2010-08-03 Ian Lance Taylor <iant@google.com>
7229 * version.cc (version_string): Bump to 1.10.
7231 2010-08-03 Ian Lance Taylor <iant@google.com>
7234 * layout.h (enum Output_section_order): Define.
7235 (class Layout): Update declarations.
7236 * layout.cc (Layout::get_output_section): Add order parameter.
7237 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
7238 is_first_non_relro parameters. Change all callers.
7239 (Layout::choose_output_section): Likewise.
7240 (Layout::add_output_section_data): Likewise.
7241 (Layout::make_output_section): Likewise. Set order.
7242 (Layout::default_section_order): New function.
7243 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
7244 * output.cc (Output_section::Output_section): Initialize order_.
7245 Don't initialize deleted fields.
7246 (Output_segment::Output_segment): Don't initialize deleted
7248 (Output_segment::add_output_section_to_load): New function
7249 replacing add_output_section. Change all callers to call this or
7250 add_output_section_to_nonload.
7251 (Output_segment::add_output_section_to_nonload): New function.
7252 (Output_segment::remove_output_section): Rewrite.
7253 (Output_segment::add_initial_output_data): Likewise.
7254 (Output_segment::has_any_data_sections): Likewise.
7255 (Output_segment::is_first_section_relro): Likewise.
7256 (Output_segment::maximum_alignment): Likewise.
7257 (Output_segment::has_dynamic_reloc): New function replacing
7258 dynamic_reloc_count. Change all callers.
7259 (Output_segment::has_dynamic_reloc_list): New function replacing
7260 dynamic_reloc_count_list. Change all callers.
7261 (Output_segment::set_section_addresses): Rewrite.
7262 (Output_segment::set_offset): Rewrite.
7263 (Output_segment::find_first_and_last_list): Remove.
7264 (Output_segment::set_tls_offsets): Rewrite.
7265 (Output_segment::first_section_load_address): Likewise.
7266 (Output_segment::output_section_count): Likewise.
7267 (Output_segment::section_with_lowest_load_address): Likewise.
7268 (Output_segment::write_section_headers): Likewise.
7269 (Output_segment::print_sections_to_map): Likewise.
7270 * output.h (class Output_data): Remove dynamic_reloc_count_
7271 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
7272 (Output_data::add_dynamic_reloc): Rewrite.
7273 (Output_data::has_dynamic_reloc): New function.
7274 (Output_data::dynamic_reloc_count): Remove.
7275 (class Output_section): Add order_ field. Remvoe is_relro_local_,
7276 is_last_relro_, is_first_non_relro_, is_interp_,
7277 is_dynamic_linker_section_ fields. Add order and set_order
7278 functions. Remove is_relro_local, set_is_relro_local,
7279 is_last_relro, set_is_last_relro, is_first_non_relro,
7280 set_is_first_non_relro functions, is_interp, set_is_interp,
7281 is_dynamic_linker_section, and set_is_dynamic_linker_section
7283 (class Output_segment): Change Output_data_list from std::list to
7284 std:;vector. Add output_lists_ field. Remove output_data_ and
7285 output_bss_ fields. Update declarations.
7287 2010-08-02 Ian Lance Taylor <iant@google.com>
7289 * arm.cc (Target_arm::gc_process_relocs): Use typename.
7290 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
7291 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
7293 2010-08-02 Ian Lance Taylor <iant@google.com>
7296 * script.cc (Script_options::Script_options): Initialize
7297 symbol_definitions_ and symbol_references_.
7298 (Script_options::add_symbol_assignment): Update
7299 symbol_definitions_ and symbol_references_.
7300 (Script_options::add_symbol_reference): New function.
7301 (script_symbol): New function.
7302 * script.h (class Script_options): Add symbol_definitions_ and
7303 symbol_references_ fields.
7304 (Script_options::referenced_const_iterator): New type.
7305 (Script_options::referenced_begin): New function.
7306 (Script_options::referenced_end): New function.
7307 (Script_options::is_referenced): New function.
7308 (Script_options::any_unreferenced): New function.
7309 * script-c.h (script_symbol): Declare.
7310 * yyscript.y (exp): Call script_symbol.
7311 * symtab.cc: Include "script.h".
7312 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
7313 Change all callers. Check symbols referenced by scripts.
7314 (Symbol_table::add_undefined_symbols_from_command_line): Add
7315 layout parameter. Change all callers.
7316 (Symbol_table::do_add_undefined_symbols_from_command_line):
7317 Likewise. Break out loop body. Check symbols referenced by
7319 (Symbol_table::add_undefined_symbol_from_command_line): New
7320 function broken out of
7321 do_add_undefined_symbols_from_command_line.
7322 * symtab.h (class Symbol_table): Update declarations.
7323 * archive.cc: Include "layout.h".
7324 (Archive::should_include_member): Add layout parameter. Change
7325 all callers. Check for symbol mentioned in expression.
7326 * archive.h (class Archive): Update declaration.
7327 * object.cc (Sized_relobj::do_should_include_member): Add layout
7329 * object.h (Object::should_include_member): Add layout parameter.
7331 (Object::do_should_include_member): Add layout parameter.
7332 (class Sized_relobj): Update declaration.
7333 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
7335 * dynobj.h (class Sized_dynobj): Update declaration.
7336 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
7338 * plugin.h (class Sized_pluginobj): Update declaration.
7340 2010-08-02 Ian Lance Taylor <iant@google.com>
7343 * output.cc (Output_segment::set_offset): Search for the first and
7344 last sections rather than assuming that the list is in order.
7345 (Output_segment::find_first_and_last_list): New function.
7346 * output.h (class Output_segment): Update declarations.
7347 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
7348 (relro_strip_test_SOURCES): New variable.
7349 (relro_strip_test_DEPENDENCIES): New variable.
7350 (relro_strip_test_LDFLAGS): New variable.
7351 (relro_strip_test_LDADD): New variable.
7352 (relro_strip_test.so): New target.
7354 2010-08-02 Ian Lance Taylor <iant@google.com>
7356 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
7357 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
7358 (Target_i386::got_tlsdesc_section): New function.
7359 (Target_i386::got_section): Create space for GOT entries for
7360 TLSDESC relocations.
7361 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
7363 (Target_i386::Scan::global): Likewise.
7364 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
7366 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
7367 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
7368 (Target_x86_64::got_tlsdesc_section): New function.
7369 (Target_x86_64::got_section): Create space for GOT entries for
7370 TLSDESC relocations.
7371 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
7373 (Target_x86_64::Scan::global): Likewise.
7374 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
7377 2010-08-02 Ian Lance Taylor <iant@google.com>
7379 * testsuite/final_layout.sh: Use dc to convert from hex to
7382 2010-07-29 Sriraman Tallam <tmsriram@google.com>
7384 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
7385 paramter to the call to gold::gc_process_relocs.
7386 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
7387 paramter to the call to gold::gc_process_relocs.
7388 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
7389 parameter to the call to gold::gc_process_relocs.
7390 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
7391 template parameter to the call to gold::gc_process_relocs.
7392 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
7393 paramter to the call to gold::gc_process_relocs.
7394 * gc.h (get_embedded_addend_size): New function.
7395 (gc_process_relocs): Save the size of the reloc for use by ICF.
7396 * icf.cc (get_section_contents): Get the addend from the text section
7397 for SHT_REL relocation sections.
7398 * icf.h (Icf::Reloc_addend_size_info): New typedef.
7399 (Icf::Reloc_info): Add new member reloc_addend_size_info.
7400 * int_encoding.h (read_from_pointer): New overloaded function.
7401 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
7402 * testsuite/icf_sht_rel_addend_test.sh: New file.
7403 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
7404 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
7406 2010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7408 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
7409 * Makefile.in: Regenerate.
7410 * testsuite/Makefile.in: Regenerate.
7412 2010-07-27 Jeffrey Yasskin <jyasskin@google.com>
7414 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
7415 * gold/testsuite/debug_msg.cc: Likewise.
7416 * gold/testsuite/odr_violation1.cc
7417 * gold/testsuite/odr_violation2.cc
7419 2010-07-21 Cary Coutant <ccoutant@google.com>
7421 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
7422 string, and length fields.
7423 (Output_merge_string::Merged_strings_list): New type.
7424 (Output_merge_string::Merged_strings_lists): New typedef.
7425 (Output_merge_string): Replace merged_strings_ with
7426 merged_strings_lists_.
7427 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
7428 Merged_strings_list per input object and section. Don't store pointer
7429 to the string. Don't store length with each merged string entry.
7430 (Output_merge_string::finalize_merged_data): Loop over list of merged
7431 strings lists. Recompute length of each merged string.
7433 2010-07-15 Cary Coutant <ccoutant@google.com>
7435 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
7438 2010-07-14 Ian Lance Taylor <iant@google.com>
7440 * descriptors.cc (Descriptors::open): Report correct name in error
7443 2010-07-13 Doug Kwan <dougkwan@google.com>
7445 * arm.cc (Arm_input_section::Arm_input_section): For a
7446 SHT_ARM_EXIDX section, always keeps the input sections.
7447 (Arm_input_section::set_exidx_section_link): New method.
7448 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
7449 has_errors_ to false.
7450 (Arm_exidx_input_section::has_errors,
7451 Arm_exidx_input_section::set_has_errors): New methods.
7452 (Arm_exidx_input_section::has_errors_): New data member.
7453 (Arm_relobj::get_exidx_shndx_list): New method.
7454 (Arm_output_section::append_text_sections_to_list): Do not skip
7455 section without SHF_EXECINSTR.
7456 (Arm_output_section::fix_exidx_coverage): Skip input sections with
7458 (Arm_relobj::make_exidx_input_section): Add new parameter for text
7459 section header. Make error messages more verbose. Check for
7460 a non-executable section linked to an EXIDX section.
7461 (Arm_relobj::do_read_symbols): Remove error checking, which has been
7462 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
7463 check that there is no deferred EXIDX section if we exit early.
7464 Instead of not making an EXIDX section in case of an error, make one
7465 and set the has_errors flag of it.
7466 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
7467 in a relocatable link.
7468 (Target_arm::do_relax): Look for the EXIDX output section instead of
7469 assuming that it is called .ARM.exidx.
7470 (Target_arm::fix_exidx_coverage): Add a new parameter for input
7471 section list. Do not check for SHF_EXECINSTR section flags but
7472 skip any input section with errors.
7473 * output.cc (Output_section::Output_section): Initialize
7474 always_keeps_input_sections_ to false.
7475 (Output_section::add_input_section): Check for
7476 always_keeps_input_sections_.
7477 * output.h (Output_section::always_keeps_input_sections,
7478 Output_section::set_always_keeps_input_sections): New methods.
7479 (Output_section::always_keeps_input_sections): New data member.
7481 2010-07-13 Rafael Espindola <espindola@google.com>
7483 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
7484 * fileread.h (Input_file): Add try_extra_search_path and find_file.
7486 2010-07-13 Philip Herron <herron.philip@googlemail.com>
7487 Ian Lance Taylor <iant@google.com>
7489 * output.h (Output_section_lookup_maps::add_merge_section):
7490 Correct check of whether value was inserted.
7491 (Output_section_lookup_maps::add_merge_input_section): Likewise.
7492 (Output_section_lookup_maps::add_relaxed_input_section):
7494 * arm.cc (Target_arm::got_section): Remove used local os.
7495 * i386.cc (Target_i386::got_section): Likewise.
7496 * x86_64.cc (Target_x86_64::got_section): Likewise.
7497 * sparc.cc (Target_sparc::got_section): Likewise.
7498 (Target_sparc::relocate): Remove unused local have_got_offset.
7499 * powerpc.cc (Target_powerpc::relocate): Likewise.
7501 2010-07-13 Ian Lance Taylor <iant@google.com>
7503 * compressed_output.cc (zlib_decompress): Fix signature in
7506 * archive.cc (Archive::include_member): Unlock an external member
7507 of a thin archive. Don't bother to delete an object we know is
7510 2010-07-12 Cary Coutant <ccoutant@google.com>
7512 * compressed_output.cc (zlib_decompress): New function.
7513 (get_uncompressed_size): New function.
7514 (decompress_input_section): New function.
7515 * compressed_output.h (get_uncompressed_size): New function.
7516 (decompress_input_section): New function.
7517 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
7518 Handle compressed debug sections.
7519 * layout.cc (is_compressed_debug_section): New function.
7520 (Layout::output_section_name): Map compressed section names to
7522 * layout.h (is_compressed_debug_section): New function.
7523 (is_debug_info_section): Recognize compressed debug sections.
7524 * merge.cc: Include compressed_output.h.
7525 (Output_merge_data::do_add_input_section): Handle compressed
7527 (Output_merge_string::do_add_input_section): Handle compressed
7529 * object.cc: Include compressed_output.h.
7530 (Sized_relobj::Sized_relobj): Initialize new data members.
7531 (build_compressed_section_map): New function.
7532 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
7533 * object.h (Object::section_is_compressed): New method.
7534 (Object::do_section_is_compressed): New method.
7535 (Sized_relobj::Compressed_section_map): New type.
7536 (Sized_relobj::do_section_is_compressed): New method.
7537 (Sized_relobj::compressed_sections_): New data member.
7538 * output.cc (Output_section::add_input_section): Handle compressed
7540 * reloc.cc: Include compressed_output.h.
7541 (Sized_relobj::write_sections): Handle compressed debug sections.
7543 2010-07-08 Cary Coutant <ccoutant@google.com>
7545 * resolve.cc (Symbol_table::resolve): Remember whether undef was
7546 weak when resolving to a dynamic def.
7547 (Symbol_table::should_override): Add adjust_dyndef flag; set it
7548 for weak undef/dynamic def cases. Adjust callers.
7549 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
7550 undef_binding_weak_.
7551 (Symbol_table::sized_write_globals): Adjust symbol binding.
7552 (Symbol_table::sized_write_symbol): Add binding parameter.
7553 * symtab.h (Symbol::set_undef_binding): New method.
7554 (Symbol::is_undef_binding_weak): New method.
7555 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
7556 (Symbol_table::should_override): Add new parameter.
7557 (Symbol_table::sized_write_symbol): Add new parameter.
7559 * testsuite/weak_undef_file1.cc: Add new test case.
7560 * testsuite/weak_undef_file2.cc: Fix header comment.
7561 * testsuite/weak_undef_test.cc: Add new test case.
7563 2010-06-29 Doug Kwan <dougkwan@google.com>
7565 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
7566 Initialize USE_SYMBOL_.
7567 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
7569 (Arm_reloc_property::uses_symbol_): New data member declaration.
7570 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
7571 uses symbol value and symbol is undefined but not weakly undefined.
7573 2010-06-28 Rafael Espindola <espindola@google.com>
7575 * plugin.cc (Plugin::load): Use dlerror.
7577 2010-06-26 Jeffrey Yaskin <jyasskin@google.com>
7579 * symtab.cc (detect_odr_violations): When reporting an ODR
7580 violation, report an object where the symbol is defined.
7582 2010-06-25 Doug Kwan <dougkwan@google.com>
7584 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
7585 (Target_arm::section_may_have_icf_unsafe_pointers): New method
7587 (Target_arm::Scan::local_reloc_may_be_function_pointer,
7588 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
7589 target hook to detect function points.
7590 (Target_arm::Scan::possible_function_pointer_reloc): New method.
7591 * icf.h (Icf::check_section_for_function_pointers): Change type of
7592 parameter SECTION_NAME to const reference to std::string. Use
7593 target hook to determine if section may have unsafe pointers.
7594 * target.h (Target::section_may_have_icf_unsafe_pointers): New
7597 2010-06-21 Rafael Espindola <espindola@google.com>
7599 * fileread.cc (Input_file::find_fie): New
7600 (Input_file::open): Use Input_file::find_fie.
7601 * fileread.h (Input_file::find_fie): New
7602 * plugin.cc (set_extra_library_path): New.
7603 (Plugin::load): Add set_extra_library_path to the transfer vector.
7604 (Plugin_manager::set_extra_library_path): New.
7605 (Plugin_manager::add_input_file): Use the extra search path if set.
7606 (set_extra_library_path(): New.
7607 * plugin.h (Plugin_manager): Add set_extra_library_path and
7610 2010-06-19 Cary Coutant <ccoutant@google.com>
7612 * layout.cc (gdb_sections): Add .debug_types.
7613 (lines_only_debug_sections): Likewise.
7615 2010-06-18 Rafael Espindola <espindola@google.com>
7617 * plugin.cc (add_input_file,add_input_library)
7618 (Plugin_manager::add_input_file): Make filename arguments const.
7619 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
7622 2010-06-16 Doug Kwan <dougkwan@google.com>
7624 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
7625 .ARM.attributes section if we have not merged any input
7626 attributes sections.
7628 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7630 * arm.cc: Allow combining objects with no EABI version
7633 2010-06-15 Rafael Espindola <espindola@google.com>
7635 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
7637 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7639 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
7640 (struct iovec): Correct !HAVE_READV definition.
7642 2010-06-10 Cary Coutant <ccoutant@google.com>
7644 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
7645 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
7647 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
7650 * symtab.h (Symbol::is_placeholder): New member function.
7651 * target-reloc.h (relocate_section): Check for placeholder symbols.
7653 * testsuite/Makefile.am (plugin_test_8): New test.
7654 (plugin_test_9): New test.
7655 * testsuite/Makefile.in: Regenerate.
7657 2010-06-09 Nick Clifton <nickc@redhat.com>
7659 * yyscript.y (input_list_element): Allow strings prefixed with
7660 the '-' character. Treat these as libraries.
7661 * script.cc (script_add_library): New function. Adds a library
7662 specified by "-l<name>" found in an input script.
7663 * script-c.h: Add prototype for script_add_library.
7665 2010-06-07 Doug Kwan <dougkwan@google.com>
7667 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
7668 Restrict stub-group size to be within long conditional branch
7669 range when working around cortex-A8 erratum.
7671 2010-06-07 Damien Diederen <dd@crosstwine.com>
7673 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
7676 2010-06-03 Sriraman Tallam <tmsriram@google.com>
7680 (Output_section::Input_section_sort_entry::compare_section_ordering):
7681 Change to return non-zero correctly.
7682 (Output_section::Input_section_sort_section_order_index_compare
7683 ::operator()): Change to fix ambiguity in comparisons.
7685 2010-06-01 Sriraman Tallam <tmsriram@google.com>
7687 * gold.h (is_wildcard_string): New function.
7688 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
7689 (Layout::layout_eh_frame): Ditto.
7690 (Layout::find_section_order_index): New method.
7691 (Layout::read_layout_from_file): New method.
7692 * layout.h (Layout::find_section_order_index): New method.
7693 (Layout::read_layout_from_file): New method.
7694 (Layout::input_section_position_): New private member.
7695 (Layout::input_section_glob_): New private member.
7696 * main.cc (main): Call read_layout_from_file here.
7697 * options.h (--section-ordering-file): New option.
7698 * output.cc (Output_section::input_section_order_specified_): New
7700 (Output_section::Output_section): Initialize new member.
7701 (Output_section::add_input_section): Add new parameter.
7702 Keep input sections when --section-ordering-file is used.
7703 (Output_section::set_final_data_size): Sort input sections when
7704 section ordering file is specified.
7705 (Output_section::Input_section_sort_entry): Add new parameter.
7707 (Output_section::Input_section_sort_entry::compare_section_ordering):
7709 (Output_section::Input_section_sort_compare::operator()): Change to
7710 consider section_order_index.
7711 (Output_section::Input_section_sort_init_fini_compare::operator()):
7712 Change to consider section_order_index.
7713 (Output_section::Input_section_sort_section_order_index_compare
7714 ::operator()): New method.
7715 (Output_section::sort_attached_input_sections): Change to sort
7716 according to section order when specified.
7717 (Output_section::add_input_section<32, true>): Add new parameter.
7718 (Output_section::add_input_section<64, true>): Add new parameter.
7719 (Output_section::add_input_section<32, false>): Add new parameter.
7720 (Output_section::add_input_section<64, false>): Add new parameter.
7721 * output.h (Output_section::add_input_section): Add new parameter.
7722 (Output_section::input_section_order_specified): New
7724 (Output_section::set_input_section_order_specified): New method.
7725 (Input_section::Input_section): Initialize section_order_index_.
7726 (Input_section::section_order_index): New method.
7727 (Input_section::set_section_order_index): New method.
7728 (Input_section::section_order_index_): New member.
7729 (Input_section::Input_section_sort_section_order_index_compare): New
7731 (Output_section::input_section_order_specified_): New member.
7732 * script-sections.cc (is_wildcard_string): Delete and move modified
7734 (Output_section_element_input::Output_section_element_input): Modify
7735 call to is_wildcard_string.
7736 (Output_section_element_input::Input_section_pattern
7737 ::Input_section_pattern): Ditto.
7738 (Output_section_element_input::Output_section_element_input): Ditto.
7739 * testsuite/Makefile.am (final_layout): New test case.
7740 * testsuite/Makefile.in: Regenerate.
7741 * testsuite/final_layout.cc: New file.
7742 * testsuite/final_layout.sh: New file.
7744 2010-06-01 Rafael Espindola <espindola@google.com>
7746 * plugin.cc (Plugin::load): Pass the output name to the plugin.
7748 2010-06-01 Rafael Espindola <espindola@google.com>
7750 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
7751 visibility of symbols.
7753 2010-05-27 Doug Kwan <dougkwan@google.com>
7755 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
7756 from start of output section instead of address for a local symbol
7757 in a merged or relaxed section when doing a relocatable link.
7759 2010-05-26 Rafael Espindola <espindola@google.com>
7762 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
7763 adding sections the garbage collector removed.
7764 * gold/testsuite/Makefile.am: Add test.
7765 * gold/testsuite/Makefile.in: Regenerate.
7766 * gold/testsuite/plugin_test_7.sh: New.
7767 * gold/testsuite/plugin_test_7_1.c: New.
7768 * gold/testsuite/plugin_test_7_2.c: New.
7770 2010-05-26 Rafael Espindola <espindola@google.com>
7772 * script-sections.cc (Output_section_definition::set_section_addresses):
7773 Check for --section-start.
7775 2010-05-26 Doug Kwan <dougkwan@google.com>
7777 * arm.cc (Arm_scan_relocatable_relocs): New class.
7778 (Target_arm::relocate_special_relocatable): New method.
7779 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
7780 (Arm_relocate_functions::thumb_branch_common): Same.
7781 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
7782 instead of Default_scan_relocatable_relocs.
7783 * target-reloc.h (relocate_for_relocatable): Let target handle
7784 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
7785 * target.h (Sized_target::relocate_special_relocatable): New method.
7787 2010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7789 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
7791 2010-05-23 Doug Kwan <dougkwan@google.com>
7793 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
7795 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
7796 with a direct branch, not a conditional branch, to a stub.
7797 * merge.cc (Output_merge_base::record_input_section): New method
7799 (Output_merge_data::do_add_input_section): Record input section if
7800 keeps-input-sections flag is set.
7801 (Output_merge_string::do_add_input_section): Ditto.
7802 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
7803 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
7805 (Output_merge_base::keeps_input_sections,
7806 Output_merge_base::set_keeps_input_sections,
7807 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
7809 (Output_merge_base::Input_sections): New type declaration.
7810 (Output_merge_base::input_sections_begin,
7811 Output_merge_base::input_sections_end,
7812 Output_merge_base::do_set_keeps_input_sections): New method definitions.
7813 (Output_merge_base::bool keeps_input_sections_,
7814 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
7815 Output_merge_base::input_sections_): New data members.
7816 (Output_merge_data::do_set_keeps_input_sections): New method
7818 (Output_merge_string::do_set_keeps_input_sections): Ditto.
7819 * output.cc (Output_section::Input_section::relobj): Move method
7820 defintion from class declaration to here and handle merge sections.
7821 (Output_section::Input_section::shndx): Ditto.
7822 (Output_section::Output_section): Remove initializations of removed
7823 data members and initialize new data member LOOKUP_MAPS_.
7824 (Output_section::add_input_section): Set keeps-input-sections flag
7825 for a newly created merge output section as appropriate. Adjust code
7826 to use Output_section_lookup_maps class.
7827 (Output_section::add_relaxed_input_section): Adjst code for lookup
7828 maps code refactoring.
7829 (Output_section::add_merge_input_section): Add a new parameter
7830 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
7831 class. If adding input section to a newly created merge output
7832 section fails, remove the new merge section.
7833 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
7834 Adjust code for use of the Output_section_lookup_maps class.
7835 (Output_section::find_merge_section): Ditto.
7836 (Output_section::build_lookup_maps): New method defintion.
7837 (Output_section::find_relaxed_input_section): Adjust code to use
7838 Output_section_lookup_maps class.
7839 (Output_section::get_input_sections): Export merge sections. Adjust
7840 code to use Output_section_lookup_maps class.
7841 (Output_section:::add_script_input_section): Adjust code to use
7842 Output_section_lookup_maps class. Update lookup maps for merge
7844 (Output_section::discard_states): Use Output_section_lookup_maps.
7845 (Output_section::restore_states): Same.
7846 * output.h (Merge_section_properties): Move class defintion out of
7848 (Output_section_lookup_maps): New class.
7849 (Output_section::Input_section::is_merge_section): New method
7851 (Output_section::Input_section::relobj): Move defintion out of class
7852 defintion. Declare method only.
7853 (Output_section::Input_section::shndx): Ditto.
7854 (Output_section::Input_section::output_merge_base): New method defintion.
7855 (Output_section::Input_section::u2_.pomb): New union field.
7856 (Output_section::Merge_section_by_properties_map,
7857 Output_section::Output_section_data_by_input_section_map,
7858 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
7860 (Output_section::add_merge_input_section): Add new parameter
7861 KEEPS_INPUT_SECTIONS.
7862 (Output_section::build_lookup_maps): New method declaration.
7863 (Output_section::merge_section_map_,
7864 Output_section::merge_section_by_properties_map_,
7865 Output_section::relaxed_input_section_map_,
7866 Output_section::is_relaxed_input_section_map_valid_): Remove data
7868 (Output_section::lookup_maps_): New data member.
7870 2010-05-21 Doug Kwan <dougkwan@google.com>
7873 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
7874 avoid a compilation error.
7876 2010-05-19 Rafael Espindola <espindola@google.com>
7878 * script-sections.cc (Output_section_definition::allocate_to_segment):
7879 Update the phdrs_list even when the output section is NULL.
7880 * testsuite/Makefile.am: Add test.
7881 * testsuite/Makefile.in: Regenerate.
7882 * testsuite/script_test_9.cc: New.
7883 * testsuite/script_test_9.sh: New.
7884 * testsuite/script_test_9.t: New.
7886 2010-05-19 Doug Kwan <dougkwan@google.com>
7888 * arm.cc (Arm_input_section::original_size): New method.
7889 (Arm_input_section::do_addralign): Add a cast.
7890 (Arm_input_section::do_output_offset): Remove static cast.
7891 (Arm_input_section::original_addralign,
7892 Arm_input_section::original_size_): Change type to uint32_t.
7893 (Arm_input_section::init): Add safe casts for section alignment
7895 (Arm_input_section::set_final_data_size): Do not set address and
7896 offset of stub table.
7897 (Arm_output_section::fix_exidx_coverage): Change use of of
7898 Output_section::Simple_input_section to that of
7899 Output_section::Input_section.
7900 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
7901 except for the first pass.
7902 * output.cc (Output_section::get_input_sections): Change type of
7903 input_sections to std::list<Input_section>.
7904 (Output_section::add_script_input_section): Rename from
7905 Output_section::add_simple_input_section. Change type of SIS
7906 parameter from Simple_input_section to Input_section.
7907 * output.h (Output_section::Simple_input_section): Remove class.
7908 (Output_section::Input_section): Change class visibility to public.
7909 (Output_section::Input_section::addralign): Use stored alignments
7910 for special input sections if set.
7911 (Output_section::Input_section::set_addralign): New method.
7912 (Output_section::get_input_sections): Change parameter type from
7913 list of Simple_input_section to list of Input_section.
7914 (Output_section::add_script_input_section): Rename from
7915 Output_section::add_simple_input_section. Change first parameter's
7916 type from Simple_input_section to Input_section and remove the
7917 second and third parameters.
7918 * script-sections.cc (Input_section::Input_section_list): Change
7919 type to list of Output_section::Input_section/
7920 (Input_section_info::Input_section_info): Change parameter type of
7921 INPUT_SECTION to Output_section::Input_section.
7922 (Input_section_info::input_section): Change return type.
7923 (Input_section_info::input_section_): Change type to
7924 Output_section::Input_section.
7925 (Output_section_element_input::set_section_addresses): Adjust code
7926 to use Output_section::Input_section instead of
7927 Output_section::Simple_input_section. Adjust code for renaming
7928 of Output_section::add_simple_input_section.
7929 (Orphan_output_section::set_section_addresses): Ditto.
7931 2010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7933 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
7934 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
7936 2010-05-18 Rafael Espindola <espindola@google.com>
7938 * options.cc (General_options::finalize): Handle -nostdlib.
7939 * options.h (nostdlib): New option.
7940 * script.cc (script_add_search_dir): Handle -nostdlib.
7942 2010-05-12 Doug Kwan <dougkwan@google.com>
7944 * arm.cc (Target_arm::do_finalize_sections): Create an empty
7945 attributes section only if there no attributes section after merging.
7946 (Target_arm::merge_object_attributes): Move value of
7947 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
7948 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
7949 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
7950 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
7951 and arm_attr_merge_7.stdout.
7952 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
7953 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
7954 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
7955 arm_attr_merge_7b.o): New rules.
7956 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
7958 * testsuite/Makefile.in: Regenerate.
7959 * testsuite/arm_attr_merge.sh: New file.
7960 * testsuite/arm_attr_merge_[67][ab].s: Same.
7962 2010-05-05 Nick Clifton <nickc@redhat.com>
7964 * po/es.po: Updated Spanish translation.
7966 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
7968 * Makefile.am (install-exec-local): Properly install gold as
7969 default cross linker.
7970 * Makefile.in: Regenerated.
7972 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
7973 Nick Clifton <nickc@redhat.com>
7975 * configure.ac (install_as_default): Define and set to false
7976 unless --enable-gold or --enable-gold=both/gold has been
7978 * configure: Regenerate.
7980 * Makefile.am (install-exec-local): Install the executable as
7981 'ld.gold'. If install_as_default is true then also install it as
7983 * Makefile.in: Regenerated.
7985 2010-04-24 Ian Lance Taylor <iant@google.com>
7987 * layout.cc (Layout::layout_reloc): In relocatable link don't
7988 combine reloc sections for grouped sections.
7990 2010-04-23 Sriraman Tallam <tmsriram@google.com>
7992 * gc.h (gc_process_relocs): Pass information on relocs pointing to
7993 sections that are not ordinary to icf.
7994 * icf.cc (get_section_contents): Handle relocation pointing to section
7995 with no object or shndx information.
7996 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
7997 * testsuite/Makefile.in: Regenerate.
7998 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
7999 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
8001 2010-04-22 Ian Lance Taylor <iant@google.com>
8003 * expression.cc (Expression::Expression_eval_info): Add
8004 result_alignment_pointer field.
8005 (Expression::eval_with_dot): Add result_alignment_pointer
8006 parameter. Change all callers.
8007 (Expression::eval_maybe_dot): Likewise.
8008 (class Binary_expression): Add alignment_pointer parameter to
8009 left_value and right_value. Change all callers.
8010 (BINARY_EXPRESSION): Set result alignment.
8011 (class Trinary_expression): Add alignment_pointer parameter to
8012 arg2_value and arg3_value. Change all callers.
8013 (Trinary_cond::value): Set result alignment.
8014 (Max_expression::value, Min_expression::value): Likewise.
8015 (Align_expression::value): Likewise.
8016 * script-sections.cc (class Sections_element): Add dot_alignment
8017 parameter to set_section_addresses virtual function. Update
8019 (class Output_section_element): Likewise.
8020 (Script_sections::create_segments): Add dot_alignment parameter.
8022 (Script_sections::create_segments_from_phdrs_clause): Likewise.
8023 (Script_sections::set_phdrs_clause_addresses): Likewise.
8024 * script-sections.h: Update declarations.
8025 * script.h: Update declarations.
8026 * output.h (Output_segment::set_minimum_p_align): Don't decrease
8028 * testsuite/script_test_3.t: Set large alignment.
8029 * testsuite/script_test_3.sh: Make sure that at least one LOAD
8030 segment has expected alignment.
8032 2010-04-22 Nick Clifton <nickc@redhat.com>
8034 * po/gold.pot: Updated by the Translation project.
8035 * po/vi.po: Updated Vietnamese translation.
8037 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
8039 * testsuite/Makefile.am (check_PROGRAMS): Add
8040 icf_virtual_function_folding_test.
8041 * testsuite/Makefile.in: Regenerated.
8043 2010-04-15 Andrew Haley <aph@redhat.com>
8045 * options.h (merge_exidx_entries): New option.
8046 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
8047 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
8048 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
8049 (Target_arm::merge_exidx_entries): New function.
8050 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
8051 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
8052 to Arm_exidx_fixup constructor.
8053 Add new arg, merge_exidx_entries.
8054 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
8055 Arm_output_section::fix_exidx_coverage.
8057 2010-04-18 Sriraman Tallam <tmsriram@google.com>
8059 * icf.cc (get_section_contents): Check for preemptible functions.
8060 Ignore addend when appropriate.
8061 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
8063 (add_from_relobj): Check for section folded.
8064 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
8065 * symtab.h (should_add_dynsym_entry): Add new parameter.
8066 * target-reloc.h (scan_relocs): Check for section folded.
8067 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
8068 Check reloc types for function pointers in shared objects.
8069 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
8071 (icf_preemptible_functions_test): New test case.
8072 (icf_string_merge_test): New test case.
8073 * testsuite.Makefile.in: Regenerate.
8074 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
8075 bar_glob. Refactor code.
8076 * testsuite/icf_preemptible_functions_test.cc: New file.
8077 * testsuite/icf_preemptible_functions_test.sh: New file.
8078 * testsuite/icf_string_merge_test.cc: New file.
8079 * testsuite/icf_string_merge_test.sh: New file.
8080 * testsuite/icf_virtual_function_folding_test.cc: New file.
8081 * testsuite/icf_virtual_function_folding_test.sh: New file.
8083 2010-04-14 Doug Kwan <dougkwan@google.com>
8085 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
8086 for local symbol recounting if we remove a section due to ICF.
8087 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
8088 there are no regular objects in input.
8090 2010-04-13 Doug Kwan <dougkwan@google.com>
8092 * arm.cc (Arm_input_section::set_final_data_size): Compute
8093 accurate final data size instead of using current data size.
8095 2010-04-09 Doug Kwan <dougkwan@google.com>
8097 * layout.cc (Layout::choose_output_section): Handle script section
8099 (Layout::make_output_section_for_script): Add section type parameter.
8100 Handle script section types.
8101 * layout.h (Layout::make_output_section_for_script): Add section
8103 * output.cc (Output_section::Output_section): Initialize data member
8105 (Output_section::do_reset_address_and_file_offset): Do not set address
8106 to 0 if section is a NOLOAD section.
8107 * output.h (Output_section::is_noload): New method.
8108 (Output_section::set_is_noload): Ditto.
8109 (Output_section::is_noload_): New data member.
8110 * script-c.h (Script_section_type): New enum type.
8111 (struct Parser_output_section_header): Add new file section_type.
8112 * script-sections.cc (Sections_element::output_section_name): Add
8113 parameter for returning script section type.
8114 (Output_section_definition::output_section_name): Ditto.
8115 (Output_section_definition::section_type)P; New method.
8116 (Output_section_definiton::script_section_type_name): Ditto.
8117 (Output_section_definition::script_section_type_): New data member.
8118 (Output_section_definition::Output_section_definition): Initialize
8119 data member Output_section_definition::script_section_type_.
8120 (Output_section_definition::create_sections): Pass script section type
8121 to Layout::make_output_section_for_script.
8122 (Output_section_definition::output_section_name): Return script
8123 section type to caller.
8124 (Output_section_definition::set_section_address): Do not advance
8125 dot value and load address if section type is NOLOAD. Set address
8126 of NOLOAD sections regardless of section flags.
8127 (Output_section_definition::print): Print section type if it is
8128 not SCRIPT_SECTION_TYPE_NONE.
8129 (Output_section_definition::section_type): New method.
8130 (Output_section_definition::script_section_type_name): Ditto.
8131 (Script_sections::output_section_name): Add new parameter
8132 PSECTION_TYPE for returning script section type. Pass it to
8133 section elements. Handle discard sections.
8134 (Sort_output_sections::operator()): Handle NOLOAD sections.
8135 * script-sections.h (Script_sections::Section_type): New enum type.
8136 (Script_sections::output_section_name): Add a new parameter for
8137 returning script section type.
8138 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
8140 * yyscript.y (union): Add new field SECTION_TYPE.
8141 (COPY, DSECT, INFO, NOLOAD): New tokens.
8142 (opt_address_and_section_type): Change type to output_section_header.
8143 (section_type): New non-terminal
8144 (section_header): Handle section type.
8145 (opt_address_and_section_type): Return section type value.
8147 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
8149 * testsuite/plugin_common_test_1.c (foo): Add prototype.
8150 * testsuite/plugin_common_test_2.c (foo): Likewise.
8152 2010-04-08 Doug Kwan <dougkwan@google.com>
8154 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
8156 * output.cc (Output_section::add_merge_input_section): Simplify
8157 code and return status of Output_merge_base::add_input_section.
8158 Update merge section map only if Output_merge_base::add_input_section
8161 2010-04-07 Doug Kwan <dougkwan@google.com>
8163 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
8164 if section is marked as containing instructions but has no mapping
8166 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
8167 correct section index.
8168 (Arm_relobj::find_linked_text_section): Ditto.
8170 2010-04-07 Cary Coutant <ccoutant@google.com>
8172 * archive.cc (include_member): Destroy Read_symbols_data object before
8174 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
8175 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
8176 (Read_symbols_data::~Read_symbols_data) New destructor.
8177 (Section_relocs::Section_relocs) New constructor.
8178 (Section_relocs::~Section_relocs) New destructor.
8179 (Read_relocs_data::Read_relocs_data) New constructor.
8180 (Read_relocs_data::~Read_relocs_data) New destructor.
8181 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
8182 pointers to NULL after deleting.
8184 2010-04-07 Doug Kwan <dougkwan@google.com>
8186 * arm.cc: Replace "endianity" with "endianness" in comments.
8187 (Arm_exidx_cantunwind): Ditto.
8188 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
8189 (Arm_relobj::merge_flags_and_attributes): New method.
8190 (Arm_relobj::merge_flags_and_attributes_): New data member.
8191 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
8192 (Arm_relobj::scan_sections_for_stubs): Ditto.
8193 (Arm_relobj::do_read_symbols): Check to see if we really want to
8194 merge processor-specific flags and attributes. Exit early if
8195 an object is empty except for section names and the undefined symbol.
8196 (Target_arm::do_finalize_sections): Move check for ELF format to
8197 Arm_relobj::do_read_symbols. Merge processor specific flags and
8198 attributes from a regular object only when we have determined that
8199 it is aapropriate. Do not create an .ARM.attributes section in
8200 output if there is no regular input object.
8201 (Target_arm::merge_processor_specific_flags): Check
8202 --warn-mismatch before printing any error.
8203 (Target_arm::merge_object_attributes): Ditto.
8204 * gold.cc (queue_middle_tasks): Handle the case in which there is
8205 no regular object in input.
8206 * options.cc (General_options::parse_EB): New method.
8207 (General_options::parse_EL): Same.
8208 (General_options::General_options): Initialize endianness_.
8209 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
8211 (General_options::Endianness): New enum.
8212 (General_options::endianness): New method.
8213 (General_options::endianness_): New data member.
8214 * parameters.cc (Parameters::set_options): Check target endianness.
8215 (Parameters::set_target_once): Ditto.
8216 (Parameters::check_target_endianness): New method.
8217 (parameters_force_valid_target): If either -EL or -EB is specified,
8218 use it to define endianness of default target.
8219 * parameters.h (Parameters::check_target_endianness): New method
8221 * target.h (class Target): Change "endianity" to "endianness"
8224 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8226 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
8227 * configure: Regenerate.
8228 * Makefile.in: Regenerate.
8229 * testsuite/Makefile.in: Regenerate.
8231 2010-04-06 Cary Coutant <ccoutant@google.com>
8234 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
8235 prevailing definitions of common symbols.
8236 * testsuite/plugin_test_6.sh: New test case.
8237 * testsuite/plugin_common_test_1.c: New test case.
8238 * testsuite/plugin_common_test_2.c: New test case.
8239 * testsuite/Makefile.am (plugin_test_6): New test case.
8240 * testsuite/Makefile.in: Regenerate.
8242 2010-04-06 Nick Clifton <nickc@redhat.com>
8244 * po/vi.po: New Vietnamese translation.
8246 2010-03-30 Doug Kwan <dougkwan@google.com>
8248 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
8250 2010-03-25 Doug Kwan <dougkwan@google.com>
8252 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
8253 to avoid a conversion warning on a 32-bit host.
8255 2010-03-24 Ian Lance Taylor <iant@google.com>
8257 * testsuite/script_test_3.t: Add a TLS segment.
8258 * testsuite/Makefile.am (check_PROGRAMS): Add
8259 tls_phdrs_script_test.
8260 (tls_phdrs_script_test_SOURCES): Define.
8261 (tls_phdrs_script_test_DEPENDENCIES): Define.
8262 (tls_phdrs_script_test_LDFLAGS): Define.
8263 (tls_phdrs_script_test_LDADD): Define.
8264 * testsuite/Makefile.in: Rebuild.
8266 2010-03-23 Cary Coutant <ccoutant@google.com>
8268 * fileread.cc (find_or_make_view): Fix comment.
8270 2010-03-23 Ian Lance Taylor <iant@google.com>
8272 * script-sections.cc (class Orphan_section_placement): Define
8273 PLACE_TLS and PLACE_TLS_BSS.
8274 (Orphan_section_placement::Orphan_section_placement): Initialize
8276 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
8277 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
8278 (tls_script_test_SOURCES): Define.
8279 (tls_script_test_DEPENDENCIES): Define.
8280 (tls_script_test_LDFLAGS): Define.
8281 (tls_script_test_LDADD): Define.
8282 * testsuite/Makefile.in: Rebuild.
8284 2010-03-22 Doug Kwan <dougkwan@google.com>
8286 * arm.cc (Arm_relocate_functions::abs8,
8287 Arm_relocate_functions::abs16): Use correct check for overflow
8288 specified in the ARM ELF specs.
8289 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
8290 target of a BLX instruction specially.
8291 (Reloc_stub::stub_type_for_reloc): Ditto.
8292 (Relocate::relocate): Use symbolic names instead of numeric relocation
8293 codes to report error.
8294 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
8296 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
8297 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
8298 thumb2_blx_out_of_range.stdout
8299 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
8300 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
8301 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
8302 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
8303 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
8304 thumb2_blx_in_range, thumb2_blx_in_range.o,
8305 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
8306 thumb2_blx_out_of_range.o): New rules.
8307 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
8308 thumb2_blx_in_range and thumb2_blx_out_of_range.
8309 * testsuite/Makefile.in: Regenerate.
8310 * arm_branch_in_range.sh: Add tests for THUMB BLX.
8311 * testsuite/thumb_blx_in_range.s: New file.
8312 * testsuite/thumb_blx_out_of_range.s: New file.
8314 2010-03-22 Rafael Espindola <espindola@google.com>
8316 * archive.cc (Should_include): Move to archive.h.
8317 (should_include_member): Make it a member of Archive.
8319 (Add_lib_group_symbols): New.
8320 * archive.h: Include options.h.
8321 (Archive_member): Moved from Archive.
8322 (Should_include): Moved from archive.cc.
8324 (Add_lib_group_symbols): New.
8325 * dynobj.cc (do_should_include_member): New.
8326 * dynobj.h (do_should_include_member): New.
8327 * gold.cc (queue_initial_tasks): Update call to queue.
8328 * main.cc (main): Print lib group stats.
8329 * object.cc (do_should_include_member): New.
8330 * object.h: Include archive.h.
8331 (Object::should_include_member): New.
8332 (Object::do_should_include_member): New.
8333 (Sized_relobj::do_should_include_member): New.
8334 * options.cc (General_options::parse_start_lib): New.
8335 (General_options::parse_end_lib): New.
8336 (Input_arguments::add_file): Handle lib groups.
8337 (Input_arguments::start_group): Check we are not in a lib.
8338 (Input_arguments::start_lib): New.
8339 (Input_arguments::end_lib): New.
8340 * options.h (General_options): Add start_lib and end_lib.
8341 (Input_argument::lib_): New.
8342 (Input_argument::lib): New.
8343 (Input_argument::is_lib): New.
8344 (Input_file_lib): New.
8345 (Input_arguments::in_lib_): New.
8346 (Input_arguments::in_lib): New.
8347 (Input_arguments::start_lib): New.
8348 (Input_arguments::end_lib_): New.
8349 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
8350 in unused members as preempted.
8351 (Sized_pluginobj::do_should_include_member): New.
8352 * plugin.h (Sized_pluginobj::do_should_include_member): New.
8353 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
8355 (Read_symbols::do_whole_lib_group): New.
8356 (Read_symbols::do_lib_group): New.
8357 (Read_symbols::do_read_symbols): Handle lib groups.
8358 (Read_symbols::get_name): Handle lib groups.
8359 * readsyms.h (Read_symbols): Add an archive member pointer.
8360 (Read_symbols::do_whole_lib_group): New.
8361 (Read_symbols::do_lib_group): New.
8362 (Read_symbols::member_): New.
8363 * script.cc (read_input_script): Update call to queue_soon.
8365 2010-03-19 Doug Kwan <dougkwan@google.com>
8367 * arm.cc (Stub_table::Stub_table): Initialize new data members
8368 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8369 (Stub_table::add_reloc_stub): Assign stub offset and update
8370 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8371 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
8373 (Stub_table::update_data_size_and_addralign): Use
8374 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
8375 instead of going over all reloc stubs.
8376 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
8377 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8378 Stringpool_template::offset_ to size of Stringpool_char.
8379 (Stringpool_template::new_key_offset): Remove code to initialize
8380 Stringpool_template::offset_.
8381 * stringpool.h (Stringpool_template::set_no_zero_null): Set
8382 Stringpool_template::offset_ to zero.
8384 2010-03-15 Doug Kwan <dougkwan@google.com>
8386 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8388 (Stringpool_template::new_key_offset): New method.
8389 (Stringpool_template::add_string): Assign offsets when adding new
8391 (Stringpool_template::set_string_offsets): Do not set string offsets
8392 when not optimizing.
8393 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
8395 (Chunked_vector::clear): Clear size_.
8396 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
8397 (Chunked_vector::size): Return size_.
8398 (Chunked_vector::push_back): Use size_ to find insert position.
8399 (Chunked_vector::size_): New data member.
8400 (Stringpool_template::set_no_zero_null): Assert string set is empty.
8401 (Stringpool_template::new_key_offset): New method declaration.
8402 (Stringpool_template::offset_): New data member.
8404 2010-03-15 Rafael Espindola <espindola@google.com>
8406 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
8407 Add_symbols' constructor.
8408 * readsyms.h (Add_symbols): Remove the input_group member.
8410 2010-03-10 Ian Lance Taylor <iant@google.com>
8412 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
8413 target to ask whether a reference to a symbol requires a stack
8415 * target.h (Target::is_call_to_non_split): New function.
8416 (Target::do_is_call_to_non_split): Declare virtual function.
8417 * target.cc: Include "symtab.h".
8418 (Target::do_is_call_to_non_split): New function.
8419 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
8421 2010-03-10 Cary Coutant <ccoutant@google.com>
8423 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
8424 (File_read::open[1]): Remove initial mapping of whole_file_view_.
8425 (File_read::open[2]): Add whole_file_view_ to list of views.
8426 (File_read::make_view): Remove test of whole_file_view_.
8427 (File_read::find_or_make_view): Create whole_file_view_ if
8429 (File_read::clear_views): Replace bool parameter with enum;
8430 adjust all callers. Don't delete views with permanent data;
8431 do delete cached views and views from archives if
8432 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
8433 if clearing the corresponding view.
8434 * fileread.h (File_read::Clear_views_mode): New enum.
8435 (File_read::View::is_permanent_view): New method.
8436 (File_read::clear_views): Replace bool parameter
8437 with enum; adjust all callers.
8438 * options.h (General_options): Change keep_files_mapped option;
8439 add map_whole_files.
8440 * readsyms.cc (Add_symbols::run): Delete sd_ object before
8442 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
8445 2010-03-10 David S. Miller <davem@davemloft.net>
8447 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
8449 2010-03-09 Sriraman Tallam <tmsriram@google.com>
8451 * icf.cc (get_section_contents): Add '@' marker after processing the
8454 2010-03-08 Doug Kwan <dougkwan@google.com>
8456 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
8457 due to a conversion warning.
8458 (Arm_relobj::update_output_local_symbol_count): Check for local
8459 symbol with unset output index.
8461 2010-03-05 Ian Lance Taylor <iant@google.com>
8463 * options.h (class General_options): Add --spare-dynamic-tags.
8464 * output.cc (Output_data_dynamic::set_final_data_size): Implement
8465 --spare-dynamic-tags.
8467 2010-03-05 Ian Lance Taylor <iant@google.com>
8469 * incremental.cc: Include "libiberty.h".
8471 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8473 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
8474 function, is_info_ member.
8475 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
8476 (Versions::Versions): Update caller.
8477 (Versions::define_base_version): Likewise.
8478 (Versions::add_def): Likewise.
8480 2010-03-03 Sriraman Tallam <tmsriram@google.com>
8482 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
8483 (Scan::possible_function_pointer_reloc): New function.
8484 (Scan::local_reloc_may_be_function_pointer): Change to call
8485 possible_function_pointer_reloc.
8486 (Scan::global_reloc_may_be_function_pointer): Ditto.
8487 * icf.h (Icf::check_section_for_function_pointers): Change to reject
8488 relocations in ".data.rel.ro._ZTV" section.
8489 * testsuite/icf_safe_so_test.sh: Change to pass i386.
8490 * testsuite/icf_safe_so_test.cc: Ditto.
8491 * testsuite/icf_safe_test.cc: Ditto.
8492 * testsuite/icf_safe_test.sh: Ditto.
8494 2010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8495 Ian Lance Taylor <iant@google.com>
8497 * target-reloc.h (relocate_section): Check the symbol table index
8498 for -1U before setting the local symbol index.
8499 (scan_relocatable_relocs): If copying the relocation, record that
8500 the local symbol is required.
8501 * object.h (Symbol_value::is_output_symtab_index_set): New
8503 (Symbol_value::may_be_discarded_from_output_symtab): New
8505 (Symbol_value::has_output_symtab_entry): New function.
8506 (Symbol_value::needs_output_symtab_entry): Remove.
8507 (Symbol_value::output_symtab_index): Make sure the symbol index is
8509 (Symbol_value::set_output_symtab_index): Make sure the symbol
8510 index is not set. Make sure the new index is valid.
8511 (Symbol_value::set_must_have_output_symtab_entry): New function.
8512 (Symbol_value::has_output_dynsym_entry): New function.
8513 (Symbol_value::set_output_dynsym_index): Make sure the new index
8515 (Sized_relobj::set_must_have_output_symtab_entry): New function.
8516 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
8517 local symbol if permitted.
8518 (Sized_relobj::do_finalize_local_symbols): Call
8519 is_output_symtab_index_set rather than needs_output_symtab_entry.
8520 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
8521 rather than needs_output_symtab_entry. Call
8522 has_output_dynsym_entry rather than needs_output_dynsym_entry.
8523 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
8524 is_output_symtab_index_set rather than needs_output_symtab_entry.
8525 * testsuite/discard_locals_relocatable_test.c: New file.
8526 * testsuite/discard_locals_test.sh: Test -r.
8527 * testsuite/Makefile.am (check_DATA): Add
8528 discard_locals_relocatable_test1.syms,
8529 discard_local_relocatable_test2.syms.
8530 (MOSTLYCLEANFILES): Likewise. Also add
8531 discard_locals_relocatable_test1.lout and
8532 discard_locals_relocatable_test2.out.
8533 (discard_locals_relocatable_test1.syms): New target.
8534 (discard_locals_relocatable_test.o): New target.
8535 (discard_locals_relocatable_test1.out): New target.
8536 (discard_locals_relocatable_test2.syms): New target.
8537 (discard_locals_relocatable_test2.out): New target.
8538 (various): Add missing ../ld-new dependencies.
8539 * testsuite/Makefile.in: Rebuild.
8541 2010-03-03 Nick Clifton <nickc@redhat.com>
8543 * po/fi.po: New Finnish translation.
8545 2010-03-01 Doug Kwan <dougkwan@google.com>
8547 * layout.cc (Layout::Layout): Force section types of .init_array*,
8548 .preinit_array* and .fini_array* sections.
8549 * output.cc (Output_section::Input_section_sort_entry::has_priority):
8550 Fix check of return value of std::string::find.().
8551 (Output_section::Input_section_sort_compare::operator()): Remove
8552 comment about .init_array.
8553 (Output_section::Input_section_sort_init_fini_compare::operator()):
8555 (Output_section::sort_attached_input_sections): Handle .init_array
8556 and .fini_array specially.
8557 * output.h (Output_section::Inut_section_sort_compare): Update
8559 (Output_section::Input_section_sort_init_fini_compare): New struct.
8561 2010-02-26 Doug Kwan <dougkwan@google.com>
8563 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
8564 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
8565 * testsuite/debug_msg.sh: Avoid matching source line number for
8566 use of global variable undef_int.
8568 2010-02-26 Doug Kwan <dougkwan@google.com>
8570 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
8571 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
8572 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
8573 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
8574 * options.cc (General_options::General_options): Initialize member
8576 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
8577 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
8578 and rm_no_fix_v4bx.stdout
8579 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
8580 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
8581 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
8582 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
8583 and arm_no_fix_v4bx.
8584 * Makefile.in: Regenerate.
8585 * testsuite/arm_fix_v4bx.s: New file.
8586 * testsuite/arm_fix_v4bx.sh: Ditto.
8588 2010-02-24 Doug Kwan <dougkwan@google.com>
8590 * arm.cc (Target_arm::got_section): Make the .got section the first
8591 non RELRO section in the data segment.
8592 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
8593 suffixes of section names.
8595 2010-02-24 Doug Kwan <dougkwan@google.com>
8597 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
8598 flags and attributes merging if an input file is a binary file.
8599 * fileread.cc (Input_file::open): Record format of original file.
8600 * fileread.h (Input_file::Format): New enum type.
8601 (Input_file::Input_file): Initialize data member format_.
8602 (Input_file::format): New method definition.
8603 (Input_file::format_):: New data member.
8605 2010-02-24 Doug Kwan <dougkwan@google.com>
8607 * arm.cc (Arm_output_data_got): New class.
8608 (ARM_TCB_SIZE): New constant
8609 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
8610 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
8611 If user uses a script with a SECTIONS clause, issue only a warning
8612 for a misplaced EXIDX input section. Otherwise, issue an error.
8613 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
8615 (Target_arm::got_mode_index_entry): Handle static linking.
8616 (Target_arm::Scan::local): Ditto.
8617 (Target_arm::Scan::global): Ditto.
8618 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
8619 all incorrectly implemented relocations.
8620 (Target_arm::fix_exidx_coverage): Pass layout to
8621 Arm_output_section::fix_exidx_coverage.
8622 * layout.cc (Layout::section_name_mapping): Remove trailing dots
8623 from ".ARM.exidx." and ".ARM.extab.".
8625 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8627 * arm.cc (Target_arm::do_finalize_sections): Create attribute
8628 section if it does not already exist.
8629 * attributes.cc (Attributes_section_data::Attributes_section_data):
8630 Don't crash if size is zero.
8632 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8633 Ian Lance Taylor <iant@google.com>
8635 * gold.cc (queue_middle_tasks): If no input files were opened,
8637 * workqueue.h (Task_function::Task_function): Assert that there is
8640 2010-02-22 Doug Kwan <dougkwan@google.com>
8642 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
8643 * icf.cc (get_section_contents): Cast snprintf arguments to long long
8644 types to avoid warnings due to different uint64_t implementations
8647 2010-02-21 Doug Kwan <dougkwan@google.com>
8649 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
8650 handling of the maximum backward branch offset.
8651 (Arm_relocate_functions::thumb_branch_common): Ditto.
8652 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
8653 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
8654 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
8655 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
8656 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
8657 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
8658 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
8659 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
8660 thumb_bl_out_of_range thumb_bl_out_of_range.o,
8661 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
8662 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
8663 thumb2_bl_out_of_range.o): New rules.
8664 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
8665 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
8666 thumb2_bl_out_of_range
8667 * testsuite/Makefile.in: Regenerate.
8668 * testsuite/arm_bl_in_range.s: New file.
8669 * testsuite/arm_bl_out_of_range.s: Ditto.
8670 * testsuite/arm_branch_in_range.sh: Ditto.
8671 * testsuite/arm_branch_range.t: Ditto.
8672 * testsuite/thumb2_branch_range.t: Ditto.
8673 * testsuite/thumb_bl_in_range.s: Ditto.
8674 * testsuite/thumb_bl_out_of_range.s: Ditto.
8675 * testsuite/thumb_branch_range.t: Ditto.
8677 2010-02-20 Sriraman Tallam <tmsriram@google.com>
8679 * gc.h (gc_process_relocs): Change vectors to point to the new list.
8680 Add reloc offset information.
8681 * icf.cc (get_section_contents): Change iterators to point to the new
8682 vectors. Add reloc offset information to the contents.
8683 * icf.h (Icf::Sections_reachable_info): New typedef.
8684 (Icf::Sections_reachable_list): New typedef.
8685 (Icf::Offset_info): New typedef.
8686 (Icf::Reloc_info): New struct typedef.
8687 (Icf::Reloc_info_list): New typedef.
8688 (Icf::symbol_reloc_list): Delete method.
8689 (Icf::addend_reloc_list): Delete method.
8690 (Icf::section_reloc_list): Delete method.
8691 (Icf::reloc_info_list): New method.
8692 (Icf::reloc_info_list_): New member.
8694 2010-02-19 Doug Kwan <dougkwan@google.com>
8696 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
8697 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
8698 * arm.cc (Arm_relocation_functions): New forward declaration.
8699 (Target_arm::Target_arm): Initialize new data members
8700 got_mod_index_offset_ and tls_base_symbol_defined_.
8701 (Target_arm::Relocate::relocate_tls): New method.
8702 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
8703 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
8705 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
8706 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
8707 (Target_arm::got_mod_index_offset_,
8708 Target_arm::tls_base_symbol_defined_): New data members.
8709 (Target_arm::Scan::local, Target::Scan::global,
8710 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
8713 2010-02-18 Doug Kwan <dougkwan@google.com>
8715 * arm.cc (Arm_relobj::find_linked_text_section): New method.
8716 (Arm_relobj::make_exidx_input_section): Pass section index of linked
8717 text section as a parameter becuase some broken tools may not set
8718 the link in section header.
8719 (Target_arm::has_got_section): New method.
8720 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
8721 without any mapping symbol as data only. Remove warning.
8722 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
8723 link in its section header, try to discover the link by inspecting the
8724 REL31 relocation at the beginning of the section.
8725 (Target_arm::Scan::check_non_pic): Report name of offending relocation
8727 (Target_arm::Scan::global): Treat any reference to the symbol
8728 _GLOBAL_OFFSET_TABLE_ as a GOT access.
8730 2010-02-12 Sriraman Tallam <tmsriram@google.com>
8732 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
8733 (Scan::global_reloc_may_be_function_pointer): New function.
8734 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8735 (Scan::global_reloc_may_be_function_pointer): New function.
8736 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8737 (Scan::global_reloc_may_be_function_pointer): New function.
8738 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
8739 (Scan::global_reloc_may_be_function_pointer): New function.
8740 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
8741 (Scan::global_reloc_may_be_function_pointer): New function.
8742 (Scan::possible_function_pointer_reloc): New function.
8743 (Target_x86_64::can_check_for_function_pointers): New function.
8744 * gc.h (gc_process_relocs): Scan relocation types to determine if
8745 function pointers were taken for targets that support it.
8746 * icf.cc (Icf::find_identical_sections): Include functions for
8747 folding in safe ICF whose pointer is not taken.
8748 * icf.h (Secn_fptr_taken_set): New typedef.
8749 (fptr_section_id_): New member.
8750 (section_has_function_pointers): New function.
8751 (set_section_has_function_pointers): New function.
8752 (check_section_for_function_pointers): New function.
8753 * options.h: Fix comment for safe ICF option.
8754 * target.h (can_check_for_function_pointers): New function.
8755 * testsuite/Makefile.am: Add icf_safe_so_test test case.
8756 Modify icf_safe_test for X86-64.
8757 * testsuite/Makefile.in: Regenerate.
8758 * testsuite/icf_safe_so_test.cc: New file.
8759 * testsuite/icf_safe_so_test.sh: New file.
8760 * testsuite/icf_safe_test.cc (kept_func_3): New function.
8761 (main): Change to take pointer to function kept_func_3.
8762 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
8763 folding is done correctly for X86-64.
8765 2010-02-12 David S. Miller <davem@davemloft.net>
8767 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
8768 is_symbolless parameter.
8769 (Output_reloc<SHT_REL>::is_symbolless): New.
8770 (Output_reloc<SHT_REL>::is_symbolless_): New.
8771 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
8772 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
8773 (Output_reloc<SHT_RELA>::is_symbolless): New.
8774 (Output_data_reloc::add_global): Handle is_symbolless.
8775 (Output_data_reloc::add_global_relative): Likewise.
8776 (Output_data_reloc::add_local): Likewise.
8777 (Output_data_reloc::add_local_relative): Likewise.
8778 (Output_data_reloc::add_symbolless_global_addend): New.
8779 (Output_data_reloc::add_symbolless_local_addend): New.
8780 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
8782 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
8783 instead of ->is_relative_
8784 (Output_reloc::write): Likewise.
8785 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
8786 (Output_reloc::write_rel): Simplify.
8788 * sparc.cc (Target_sparc::Scan::local): Use
8789 ->add_symbolless_local_addend as needed.
8790 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
8791 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
8792 based upon relocation offset.
8794 2010-02-11 Doug Kwan <dougkwan@google.com>
8796 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
8797 (Target_arm::Scan::global): Ditto. Also remove a comment before the
8798 beginning of function.
8799 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
8800 and MOVT_ABS relocations. Those are non issued in scanning. Fix
8801 parameter is_32bit in calls to should_apply_static_reloc.
8802 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
8803 (check_DATA): Add arm_abs_global.stdout.
8804 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
8805 arm_abs_global.stdout): New rules.
8806 (MOSTLLYCLEANFILES): Add arm_abs_global
8807 * Makefile.in: Regenerate.
8808 * testsuite/arm_abs_global.s: New file.
8809 * testsuite/arm_abs_global.sh: Ditto.
8810 * testsuite/arm_abs_lib.s: Ditto.
8812 2010-02-11 Ian Lance Taylor <iant@google.com>
8814 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
8816 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
8817 Allocate_commons_task first.
8818 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
8819 task, rather than symtab_lock_.
8820 (Gc_process_relocs::~Gc_process_relocs): New function.
8821 (Gc_process_relocs::is_runnable): Check this_blocker_.
8822 (Gc_process_relocs::locks): Use next_blocker_ rather than
8824 (Scan_relocs::~Scan_relocs): New function.
8825 (Scan_relocs::is_runnable): Check this_blocker_ rather than
8827 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
8829 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
8830 fields. Add this_blocker_ and next_blocker_ fields. Adjust
8831 constructor accordingly.
8832 (class Gc_process_relocs): Likewise.
8833 (class Scan_relocs): Likewise.
8834 * common.h (class Allocate_commons_task): Remove symtab_lock_
8835 field, and corresponding constructor parameter.
8836 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
8838 (Allocate_commons_task::locks): Likewise.
8840 2010-02-11 Ian Lance Taylor <iant@google.com>
8842 * gold-threads.h (class Once): Define.
8843 (class Initialize_lock): Rewrite as child of Once.
8844 * gold-threads.cc (class Once_initialize): Define.
8845 (once_pointer_control): New static variable.
8846 (once_pointer, once_arg): New static variables.
8847 (c_run_once): New static function.
8848 (Once::Once, Once::run_once, Once::internal_run): New functions.
8849 (class Initialize_lock_once): Remove.
8850 (initialize_lock_control): Remove.
8851 (initialize_lock_pointer): Remove.
8852 (initialize_lock_once): Remove.
8853 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
8854 (Initialize_lock::initialize): Rewrite.
8855 (Initialize_lock::do_run_once): New function.
8856 * archive.cc (Archive::interpret_header): Only clear name if it is
8858 * fileread.cc: Include "gold-threads.h"
8859 (file_counts_lock): New static variable.
8860 (file_counts_initialize_lock): Likewise.
8861 (File_read::release): Only increment counts when using --stats.
8862 Use a lock around the increment.
8863 * parameters.cc (class Set_parameters_target_once): Define.
8864 (set_parameters_target_once): New static variable.
8865 (Parameters::Parameters): Move here from parameters.h.
8866 (Parameters::set_target): Rewrite.
8867 (Parameters::set_target_once): New function.
8868 (Parameters::clear_target): Move here and rewrite.
8869 * parameters.h (class Parameters): Update declarations. Add
8870 set_parameters_target_once_ field.
8871 (Parameters::Parameters): Move to parameters.cc.
8872 (Parameters::clear_target): Likewise.
8873 * readsyms.cc (Read_symbols::do_group): Create a Start_group
8875 (Start_group::~Start_group): New function.
8876 (Start_group::is_runnable): New function.
8877 (Start_group::locks, Start_group::run): New functions.
8878 (Finish_group::run): Change saw_undefined to size_t.
8879 * readsyms.h (class Start_group): Define.
8880 (class Finish_group): Change saw_undefined_ field to size_t.
8881 (Finish_group::Finish_group): Remove saw_undefined and
8882 this_blocker parameters. Change all callers.
8883 (Finish_group::set_saw_undefined): New function.
8884 (Finish_group::set_blocker): New function.
8885 * symtab.h (class Symbol_table): Change saw_undefined to return
8886 size_t. Change saw_undefined_ field to size_t.
8887 * target-select.cc (Set_target_once::do_run_once): New function.
8888 (Target_selector::Target_selector): Initialize set_target_once_
8889 field. Don't initialize lock_ and initialize_lock_ fields.
8890 (Target_selector::instantiate_target): Rewrite.
8891 (Target_selector::set_target): New function.
8892 * target-select.h (class Set_target_once): Define.
8893 (class Target_selector): Update declarations. Make
8894 Set_target_once a friend. Remove lock_ and initialize_lock_
8895 fields. Add set_target_once_ field.
8897 2010-02-10 Ian Lance Taylor <iant@google.com>
8899 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
8901 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
8902 (queue_middle_tasks): Add all blockers before queueing any tasks.
8903 (queue_final_tasks): Likewise.
8904 * token.h (Task_token::add_blockers): New function.
8905 * object.h (Input_objects::number_of_relobjs): New function.
8907 2010-02-10 Ian Lance Taylor <iant@google.com>
8909 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
8910 shared, not if not position independent.
8911 * x86_64.cc (Relocate::relocate_tls): Likewise.
8912 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
8913 (tls_pie_pic_test): New target.
8914 * testsuite/Makefile.in: Rebuild.
8916 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
8917 (tls_test_main_pie.o, tls_test_pie.o): New targets.
8918 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
8919 * testsuite/Makefile.in: Rebuild.
8921 2010-02-09 David S. Miller <davem@davemloft.net>
8923 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
8924 R_SPARC_RELATIVE using ->add_local_relative().
8925 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
8927 * output.h (Output_data_dynamic::add_section_size): New method
8928 that takes two Output_data objects.
8929 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
8930 entry param. Handle it in initializers.
8931 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
8932 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
8933 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
8935 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
8936 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
8937 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
8938 for dynrel_includes_plt.
8939 * i386.cc (Target_i386::do_finalize_sections): Likewise.
8940 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
8941 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
8943 (Target_sparc::do_finalize_sections): Update to pass true for
8944 dynrel_includes_plt.
8945 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
8946 output before .rela.plt
8947 (Target_powerpc::do_finalize_sections): Update to pass true for
8948 dynrel_includes_plt when 32-bit.
8950 2010-02-08 Doug Kwan <dougkwan@google.com>
8952 * arm.cc (Arm_relobj::simple_input_section_output_address): New
8954 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
8955 Arm_relobj::scan_section_for_cortex_a8_stubs,
8956 Arm_relobj::do_relocation_section): Instead of calling
8957 Output_section::output_address, use faster
8958 Arm_relobj::simple_input_section_output_address.
8960 2010-02-08 David S. Miller <davem@davemloft.net>
8962 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
8963 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
8964 relocation helper function.
8966 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
8967 just like R_SPARC_GOT{10,13,22}.
8968 (Target_sparc::Scan::local): Likewise.
8969 (Target_sparc::Relocate:relocate): Likewise.
8971 2010-02-06 Ian Lance Taylor <iant@google.com>
8973 * configure.ac: Rewrite targetobjs duplicate removal code to use
8974 only shell constructs.
8975 * configure: Rebuild.
8977 2010-02-05 Doug Kwan <dougkwan@google.com>
8980 * arm.cc (Arm_relobj::section_is_scannable): New method.
8981 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
8982 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
8984 2010-02-04 Doug Kwan <dougkwan@google.com>
8987 * arm-reloc-property.cc (cstdio): Include.
8988 * configure.ac (targetobjs): Remove duplicates.
8989 * configure: Regenerate.
8990 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
8991 big and little endian version for a given address size.
8993 2010-02-03 Doug Kwan <dougkwan@google.com>
8995 * arm-reloc-property.cc
8996 (Arm_reloc_property_table::reloc_name_in_error_message): New method
8998 * arm-reloc-property.h
8999 (Arm_reloc_property_table::get_implemented_static_reloc_property):
9000 New method definition.
9001 (Arm_reloc_property_table::reloc_name_in_error_message): New method
9003 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
9005 (GOT_PREL): Change implemented to Y.
9006 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
9007 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
9008 (Arm_relocate_functions::movw_abs_nc): Remove method.
9009 (Arm_relocate_functions::movt_abs): Ditto.
9010 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
9011 (Arm_relocate_functions::thm_movt_abs): Ditto.
9012 (Arm_relocate_functions::movw_rel_nc): Ditto.
9013 (Arm_relocate_functions::movw_rel): Ditto.
9014 (Arm_relocate_functions::movt_rel): Ditto.
9015 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
9016 (Arm_relocate_functions:thm_movw_rel): Ditto.
9017 (Arm_relocate_functions:thm_movt_rel): Ditto.
9018 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
9019 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
9020 New method definitions.
9021 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
9022 (Arm_relocation_functions::arm_grp_ldr): Ditto.
9023 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
9024 (Arm_relocation_functions::arm_grp_ldc): Ditto.
9025 (Target_arm::Relocate::relocate): Check for non-static or
9026 unimplemented relocation code and exit early. Change calls to
9027 Target_arm::reloc_uses_thumb_bit and
9028 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
9029 instead. Refactor code to handle similar relocations to increase
9030 code sharing. Remove check for unsupported relocation code in switch
9032 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
9033 relocation property table to find out size. Change error message to
9034 print out the name of a relocation code instead of the numeric value.
9035 (Target_arm::scan_reloc_for_stub): Use relocation property table
9036 instead of calling Target_arm::reloc_uses_thumb_bit().
9038 2010-02-02 Doug Kwan <dougkwan@google.com>
9040 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
9041 types of relaxed input section.
9043 2010-02-02 Doug Kwan <dougkwan@google.com>
9045 * Makefile.am (HFILES): Add arm-reloc-property.h.
9047 (TARGETSOURCES): Add arm-reloc-property.cc
9048 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
9049 (libgold_a_SOURCES): $(DEFFILES)
9050 * Makefile.in: Regenerate.
9051 * arm-reloc-property.cc: New file.
9052 * arm-reloc-property.h: New file.
9053 * arm-reloc.def: New file.
9054 * arm.cc: Update comments.
9055 (arm-reloc-property.h): New included header.
9056 (arm_reloc_property_table): New global variable.
9057 (Target_arm::do_select_as_default_target): New method definition.
9058 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
9059 arm-reloc-property to targ_extra_obj.
9060 * parameters.cc (set_parameters_target): Call
9061 Target::select_as_default_target().
9062 * target.h (Target::select_as_default_target): New method definition.
9063 (Target::do_select_as_default_target): Same.
9065 2010-02-01 Doug Kwan <dougkwan@google.com>
9067 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
9068 first_output_text_section_.
9069 (Arm_exidx_fixup::first_output_text_section): New method definition.
9070 (Arm_exidx_fixup::first_output_text_section_): New data member.
9071 (Arm_exidx_fixup::process_exidx_section): Record the first text
9072 output section seen.
9073 (Arm_output_section::fix_exidx_coverage): Set correct linked section
9074 and entsize in output section header.
9076 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9078 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
9079 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
9080 (Arm_relocate_functions::thm_alu11): New Method.
9081 (Arm_relocate_functions::thm_pc8): New Method.
9082 (Arm_relocate_functions::thm_pc12): New Method.
9083 (Target_arm::Scan::local): Handle the relocations.
9084 (Target_arm::Scan::global): Likewise.
9085 (Target_arm::Relocate::relocate): Likewise.
9086 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
9088 2010-01-29 Doug Kwan <dougkwan@google.com>
9090 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
9091 of relocation types as ld.
9093 2010-01-29 Doug Kwan <dougkwan@google.com>
9095 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
9097 (Arm_relocate_functions::thumb_branch_common): Ditto.
9098 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
9099 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
9100 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
9101 Arm_relocate_functions::jump24): Remove.
9102 (Target_arm::Relocate::relocate): Adjust code to call
9103 Arm_relocation_functions::arm_branch_common and
9104 Arm_relocation_functions::thumb_branch_common instead of their removed
9105 wrappers. Merge switch-cases together to reduce source code size.
9107 2010-01-29 Doug Kwan <dougkwan@google.com>
9109 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
9110 output_local_symbol_count_needs_update_.
9111 (Arm_relobj::output_local_symbol_count_needs_update,
9112 Arm_relobj::set_output_local_symbol_count_needs_update,
9113 Arm_relobj::update_output_local_symbol_count): New methods.
9114 (Arm_relobj::output_local_symbol_count_needs_update_): New data
9116 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
9117 of pointed function as in a R_ARM_PREL31 relocation.
9118 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
9119 for output local symbol count updating.
9120 (Target_arm::do_relax): Update output local symbol counts in objects
9122 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
9124 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9126 * arm.cc: Added support for the ARM relocations:
9127 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
9128 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
9129 (Arm_relocate_functions::movw_rel_nc): Renamed (was
9131 (Arm_relocate_functions::movw_rel): New method.
9132 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
9133 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
9135 (Arm_relocate_functions::thm_movw_rel): New method.
9136 (Arm_relocate_functions::thm_movt_rel): Renamed (was
9138 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
9140 (Target_arm::Scan::global): Likewise.
9141 (Target_arm::Relocate::relocate): Likewise.
9142 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9145 2010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9147 * arm.cc: Added support for ARM group relocations.
9148 (Target_arm::reloc_needs_sym_origin): New method.
9149 (Arm_relocate_functions::calc_grp_kn): New method.
9150 (Arm_relocate_functions::calc_grp_residual): New method.
9151 (Arm_relocate_functions::calc_grp_gn): New method.
9152 (Arm_relocate_functions::arm_grp_alu): New Method.
9153 (Arm_relocate_functions::arm_grp_ldr): New Method.
9154 (Arm_relocate_functions::arm_grp_ldrs): New Method.
9155 (Arm_relocate_functions::arm_grp_ldc): New Method.
9156 (Target_arm::Scan::local): Handle the ARM group relocations.
9157 (Target_arm::Scan::global): Likewise.
9158 (Target_arm::Relocate::relocate): Likewise.
9159 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9162 2010-01-26 Doug Kwan <dougkwan@google.com>
9164 * arm.cc (set): Include.
9165 (class Arm_exidx_fixup): Change type of last_input_section_ to const
9167 (Arm_output_section::Text_section_list): New type.
9168 (Arm_output_section::append_text_sections_to_list): New method.
9169 (Arm_output_section::fix_exidx_coverage): Ditto.
9170 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
9171 (Arm_relobj::convert_input_section_to_relaxed_section): Use
9172 Relobj::set_section_offset() instead of
9173 Sized_relobj::invalidate_section_offset().
9174 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
9175 parameter for section headers. Ignore relocation sections for
9176 unallocated sections and EXIDX sections.
9177 (Target_arm::fix_exidx_coverage): New method.
9178 (Target_arm::output_section_address_less_than): New type.
9179 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
9180 linked text section instead of the EXIDX section.
9181 (Arm_output_section::create_stub_group): Add an assertion to check
9182 that this is not an EXIDX output section.
9183 (Arm_output_section::append_text_sections_to_list): New method.
9184 (Arm_output_section::fix_exidx_coverage): Ditto.
9185 (Arm_relobj::scan_sections_for_stubs): Adjust call to
9186 Arm_relobj::section_needs_reloc_stub_scanning.
9187 (Target_arm::do_relax): Fix EXIDX output section coverage in the
9189 (Target_arm::fix_exidx_coverage): New method.
9190 * object.h (Relobj::set_output_section): New method.
9191 (Sized_relobj::invalidate_section_offset): Remove method.
9192 (Sized_relobj::do_invalidate_section_offset): Remove method.
9193 (Sized_relobj::do_set_section_offset): Handle offset value -1.
9195 2010-01-25 Doug Kwan <dougkwan@google.com>
9197 * arm.cc (Arm_exidx_merged_section::do_output_offset):
9198 Fix warning due to signed and unsigned comparison on a 32-bit host.
9200 2010-01-22 Doug Kwan <dougkwan@google.com>
9202 * arm.cc (Target_arm::do_relax): Record an output section for section
9203 offset adjustment it contains any stub table that has changed.
9204 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
9205 offsets in an output section if necessary.
9206 * output.cc (Output_section::Output_section): Initialize
9207 section_offsets_need_adjustments_.
9208 (Output_section::add_input_section_for_script): Renamed to
9209 Output_section::add_simple_input_section.
9210 (Output_section::save_states): Add a comment.
9211 (Output_section::discard_states): New method defintion.
9212 (Output_section::adjust_section_offsets): Same.
9213 * output.h (Output_section::add_input_section_for_script): Renamed to
9214 Output_section::add_simple_input_section.
9215 (Output_section::discard_states): New method declaration.
9216 (Output_section::adjust_section_offsets): Same.
9217 (Output_section::section_offsets_need_adjustment,
9218 Output_section::set_section_offsets_need_adjustment): New method
9220 (Output_section::section_offsets_need_adjustment_): New data member.
9221 * script-sections.cc
9222 (Output_section_element_input::set_section_address): Adjust code for
9223 renaming of Output_section::add_input_section_for_script.
9224 (Orphan_output_section::set_section_address): Same.
9226 2010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9228 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
9229 Fix_v4bx enum values .
9230 * gold/options.h (General_options): New option definitions.
9231 (General_options::fix_v4bx): New method.
9232 (General_options::Fix_v4bx): New enum.
9233 * gold/options.cc (General_options::parse_fix_v4bx): New method.
9234 (General_options::parse_fix_v4bx_interworking): New method.
9236 2010-01-22 Doug Kwan <dougkwan@google.com>
9238 * arm.cc (Arm_exidx_fixup): New class.
9240 2010-01-21 Doug Kwan <dougkwan@google.com>
9242 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
9244 (Arm_exidx_section_offset_map): New type.
9246 2010-01-21 Doug Kwan <dougkwan@google.com>
9248 * arm.cc (Arm_exidx_input_section): New class.
9249 (Arm_relobj::exidx_input_section_by_link,
9250 Arm_relobj::exidx_input_section_by_shndx,
9251 Arm_relobj::make_exidx_input_section): New methods.
9252 (read_arm_attributes_section): Remove.
9253 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
9254 information about them.
9255 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
9258 2010-01-20 Doug Kwan <dougkwan@google.com>
9260 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
9261 Input_section_specifier to Section_id.
9262 (Target_arm::new_arm_input_section: Adjust code for change of key
9264 (Target_arm::find_arm_input_section): Ditto.
9265 * gc.h (object.h): Include for Section_id nand Section_id_hash.
9266 (Section_id): Remove.
9267 (Garbage_collection::Section_id_hash): Remove.
9268 * icf.h (object.h): Include for Section_id nand Section_id_hash.
9269 (Section_id): Remove.
9270 (Icf::Section_id_hash): Remove.
9271 * object.h (Section_id, Const_section_id, Section_id_hash,
9272 Const_section_id_hash): New type definitions.
9273 * output.cc (Output_section::add_relaxed_input_section): Change to
9274 use Const_section_id instead of Input_section_specifier as key type.
9275 (Output_section::add_merge_input_section): Ditto.
9276 (Output_section::build_relaxation_map): Change to use Section_id
9277 instead of Input_section_specifier as key type.
9278 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
9280 (Output_section::convert_input_sections_to_relaxed_sections): Change
9281 to use Const_section_id instead of Input_section_specifier as key type.
9282 (Output_section::find_merge_section): Ditto.
9283 (Output_section::find_relaxed_input_section): Ditto.
9284 * output.h (Input_section_specifier): Remove class.
9285 (Output_section::Output_section_data_by_input_section_map): Change
9286 key type to Const_section_id.
9287 (Output_section::Output_relaxed_input_section_by_input_section_map):
9289 (Output_section::Relaxation_map): Change key type to Section_id.
9291 2010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9293 * gold/arm.cc: Added support for R_ARM_V4BX relocation
9294 (class Arm_v4bx_stub): New class.
9295 (DEF_STUBS): Updated definition to support v4_veneer_bx.
9296 (Stub_factory::make_arm_v4bx_stub): New method.
9297 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
9298 (Stub_table::empty): Handle v4bx stubs.
9299 (Stub_table::add_arm_v4bx_stub): New method.
9300 (Stub_table::find_arm_v4bx_stub): New method.
9301 (Arm_relocate_functions::v4bx): New method.
9302 (Target_arm::fix_v4bx): New method.
9303 (Target_arm::Target_arm): Handle R_ARM_V4BX.
9304 (Stub_table::relocate_stubs): Likewise.
9305 (Stub_table::do_write): Likewise.
9306 (Stub_table::update_data_size_and_addralign): Likewise.
9307 (Stub_table::finalize_stubs): Likewise.
9308 (Target_arm::Scan::local): Likewise.
9309 (Target_arm::Scan::global): Likewise.
9310 (Target_arm::do_finalize_sections): Likewise.
9311 (Target_arm::Relocate::relocate): Likewise.
9312 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9314 (Target_arm::scan_reloc_for_stub): Likewise.
9315 (Target_arm::scan_reloc_section_for_stubs): Likewise.
9317 2010-01-19 Ian Lance Taylor <iant@google.com>
9319 * output.cc (Output_section_headers::do_sized_write): Write large
9320 segment count to sh_info field.
9321 (Output_file_header::do_sized_write): For large segment count,
9322 write PN_XNUM to e_phnum field.
9324 2010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9326 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
9327 (Arm_relocate_functions::thm_jump8): New function.
9328 (Arm_relocate_functions::thm_jump11): New function.
9329 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
9331 (Target_arm::Scan::global): Likewise.
9332 (Target_arm::Relocate::relocate): Likewise.
9333 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9336 2010-01-14 Doug Kwan <dougkwan@google.com>
9338 * arm.cc (map, utility): Include headers.
9339 (Target_arm::apply_cortex_a8_workaround): New method.
9340 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
9341 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
9342 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
9343 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
9344 the --[no-]fix-cortex-a8 command line options.
9345 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
9346 (Target_arm::relocate_stub): Use addend in instruction template.
9347 * options.h (DEFINE_bool): Set the user-set flag.
9348 (General_options): Add --[no-]-fix-cortex options.
9349 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
9350 : Update fast look-up map after conversion.
9352 2010-01-14 Sriraman Tallam <tmsriram@google.com>
9354 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
9355 in the first pass of do_layout.
9357 2010-01-13 Doug Kwan <dougkwan@google.com>
9359 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9360 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
9361 apparent compiler problem of not folding static constant integral
9362 data members of elfcpp::Elf_sizes<32>.
9364 2010-01-13 Doug Kwan <dougkwan@google.com>
9366 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9367 Arm_relobj::section_needs_cortex_a8_stub_scanning,
9368 Arm_relobj::scan_section_for_cortex_a8_erratum,
9369 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
9370 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
9371 sections to scan for relocation stubs into a new method
9372 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
9373 relocation and Cortex-A8 stub scanning.
9374 (Target_arm::do_relax): Force stubs to be after stubbed sections
9375 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
9376 the beginning of a new relaxation pass. Update a comment.
9377 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
9379 2010-01-12 Ian Lance Taylor <iant@google.com>
9381 * target-reloc.h (visibility_error): New inline function.
9382 (relocate_section): Call visibility_error.
9383 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
9384 (MOSTLYCLEANFILES): Likewise.
9385 (protected_4_pic.o, protected_3.err): New targets.
9386 * testsuite/protected_4.cc: New file.
9388 2010-01-12 Doug Kwan <dougkwan@google.com>
9390 * arm.cc (Cortex_a8_reloc): New class.
9391 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
9392 and cortex_a8_relocs_info_.
9393 (Target_arm::fix_cortex_a8): New method definition.
9394 (Target_arm::Cortex_a8_relocs_info): New type.
9395 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
9396 New data member declarations.
9397 (Target_arm::scan_reloc_for_stub): Record information about
9398 relocations for THUMB branches that might be exempted from the
9399 Cortex-A8 workaround.
9400 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
9401 at the beginning of a relaxation pass.
9403 2010-01-12 Doug Kwan <dougkwan@google.com>
9405 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
9406 (Arm_relobj::Mapping_symbol_position,
9407 Arm_reloj::Mapping_symbol_position_less,
9408 Arm_relobj::Mapping_symbols_info): New types.
9409 (Target_arm::is_mapping_symbol_name): New method definition.
9410 (Arm_relobj::do_count_local_symbols): Save information about mapping
9413 2010-01-11 Doug Kwan <dougkwan@google.com>
9415 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
9416 Arm_relocate_functions::thumb32_branch_upper,
9417 Arm_relocate_functions::thumb32_branch_lower,
9418 Arm_relocate_functions::thumb32_cond_branch_offset,
9419 Arm_relocate_functions::thumb32_cond_branch_upper,
9420 Arm_relocate_functions::thumb32_cond_branch_lower,
9421 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
9422 branch offset encoding.
9423 (Arm_relocate_functions::thumb_branch_common): Use new branch
9424 offset encoding methods to avoid code duplication.
9425 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
9426 (Stub_addend_reader::operator()): Use new branch encoding method
9427 to avoid code duplication.
9429 2010-01-11 Doug Kwan <dougkwan@google.com>
9431 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
9432 (Target_arm::do_finalize_sections): Define special EXIDX section
9433 symbols only if referenced.
9434 * gc.h (Garbage_collection::add_reference): New method.
9435 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
9438 2010-01-11 Ian Lance Taylor <iant@google.com>
9440 * script.cc (Version_script_info::build_expression_list_lookup):
9441 Change complaing about duplicate wildcard match from error to
9444 * script.cc (class Lazy_demangler): Recreate--revert part of patch
9446 (Version_script_info::Version_script_info): Initialize globs_,
9447 default_version_, default_is_global_, and exact_. Don't
9448 initialize globals_ or locals_.
9449 (Version_script_info::build_lookup_tables): Build local symbols
9451 (Version_script_info::unquote): New function.
9452 (Version_script_info::add_exact_match): New function.
9453 (Version_script_info::build_expression_list_lookup): Remove lookup
9454 parameter. Add is_global parameter. Change all callers. Handle
9455 wildcard pattern specially. Unquote pattern. Call
9457 (Version_script_info::get_name_to_match): New function.
9458 (Version_script_info::get_symbol_version): New function.
9459 (Version_script_info::get_symbol_version_helper): Remove.
9460 (Version_script_info::check_unmatched_names): Call unquote.
9461 * script.h (class Version_script_info): Change get_symbol_version
9462 to be non-inline and add is_global parameter; change all callers.
9463 Rewrite symbol_is_local. Update declarations. Define struct
9464 Version_tree_match, Exact, Globs. Don't define struct Lookup.
9465 Remove globals_ and locals_ members. Add exact_, globs_,
9466 default_version_, is_global_.
9467 (Version_script_info::Glob): Remove pattern, add expression and
9468 is_global. Update constructor. Change all callers.
9469 * dynobj.cc (Versions::finalize): Mark the version symbol as the
9471 (Versions::symbol_section_contents): If a symbol is undefined, or
9472 defined in a dynamic object, set the version index to
9474 * symtab.cc (Symbol_table::add_from_relobj): Don't call
9476 (Symbol_table::add_from_pluginobj): Likewise.
9477 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
9479 2010-01-11 Doug Kwan <dougkwan@google.com>
9481 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
9482 (incremental_dump_LDADD): Add linking option for libintl.
9483 * Makefile.in: Regenerate.
9485 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
9488 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
9490 * testsuite/Makefile.in: Regenerated.
9492 2010-01-10 Doug Kwan <dougkwan@google.com>
9494 * options.h (DEFINE_var): Use parentheses around argument varname__
9495 in macro body to avoid any unintended subsequent substitutions.
9497 2010-01-10 Ian Lance Taylor <iant@google.com>
9499 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
9500 candidates before doing symbol resolution.
9502 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
9503 ODR candidates if only one is weak.
9505 2010-01-08 Ian Lance Taylor <iant@google.com>
9507 * script.cc (Version_script_info::build_expression_list_lookup):
9508 Don't warn about ambiguous version, just record the ambiguity.
9509 (Version_script_info::get_symbol_version_helper): Give error if
9510 version is ambiguous.
9512 2010-01-08 Doug Kwan <dougkwan@google.com>
9514 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
9515 prev_data_size_ and prev_addralign_. Remove initializer for
9516 deleted data member has_been_changed_.
9517 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
9518 to determine if the table is empty.
9519 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
9521 (Stub_table::add_reloc_stub): Define method in class definition
9522 instead of just declaring it there.
9523 (Stub_table::add_cortex_a8_stub): New method definition.
9524 (Stub_table::update_data_size_and_addralign): Ditto.
9525 (Stub_table::finalize_stubs): Ditto.
9526 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
9527 (Stub_table::do_addralign_): Return address alignment in the
9528 (Stub_table::do_reset_address_and_file_offset): Define method in
9529 class definition instead of declaring it there. Set current data
9530 size to be the data size of the previous pass.
9531 (Stub_table::set_final_data_size): Use current data size as the
9533 (Stub_table::relocate_stub): Change parameter type of stub from
9534 Reloc_stub pointer to Stub pointer.
9535 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
9536 (Stub_table::Cortex_a8_stub_list): New typedef.
9537 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
9538 Stub_table::prev_addralign_): New data member.
9539 (Arm_relobj::Arm_relobj): Initialize data member
9540 section_has_cortex_a8_workaround_.
9541 (Arm_relobj::section_has_cortex_a8_workaround,
9542 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
9544 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
9546 (Target_arm::relocate_stub): Change parameter type of stub from
9547 Reloc_stub pointer to Stub pointer.
9548 (Insn_template::size, Insn_template::alignment): Handle
9549 THUMB16_SPECIAL_TYPE.
9550 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
9551 Stub_table::update_data_size_and_addralign,
9552 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
9554 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
9555 (Stub_table::do_write): Ditto.
9556 (Target_arm::do_relax): Adjust code for changes in Stub_table.
9558 2010-01-08 Ian Lance Taylor <iant@google.com>
9561 * symtab.h (class Symbol): Remove fields is_target_special_ and
9562 has_plt_offset_. Add field is_defined_in_discarded_section_.
9563 (Symbol::is_defined_in_discarded_section): New function.
9564 (Symbol::set_is_defined_in_discarded_section): New function.
9565 (Symbol::has_plt_offset): Rewrite.
9566 (Symbol::set_plt_offset): Verify that new offset is not -1U.
9567 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
9568 Don't initialize is_target_special_ or has_plt_offset_.
9569 Initialize is_defined_in_discarded_section_.
9570 (Symbol_table::add_from_relobj): If appropriate, set
9571 is_defined_in_discarded_section.
9572 * resolve.cc (Symbol::override_base_with_special): Don't test
9573 is_target_special_. Change has_plt_offset_ to has_plt_offset().
9574 * target-reloc.h (relocate_section): Do special handling for
9575 symbols defined in discarded sections for global symbols as well
9578 2010-01-08 Ian Lance Taylor <iant@google.com>
9580 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
9581 the SHT_SYMTAB case.
9583 2010-01-08 Ian Lance Taylor <iant@google.com>
9585 * object.cc (Sized_relobj::do_layout): Don't get confused if
9586 layout_eh_frame returns NULL.
9588 2010-01-08 Ian Lance Taylor <iant@google.com>
9591 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
9592 dynamic symbol table, use the normal symbol table.
9593 (Sized_dynobj::do_read_symbols): Remove assertion about type of
9596 2010-01-08 Ian Lance Taylor <iant@google.com>
9599 * layout.cc (Layout::include_section): Remove .gnu_debuglink
9602 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
9604 * version.cc (print_version): Change to "Copyright 2010".
9606 2010-01-08 Ian Lance Taylor <iant@google.com>
9610 * i386.cc (class Target_i386): Change return type of plt_section
9612 (class Output_data_plt_i386): Add tls_desc_rel_ field.
9613 (Output_data_plt_i386::Output_data_plt_i386): Initialize
9614 tls_desc_rel_ field.
9615 (Output_data_plt_i386::rel_tls_desc): New function.
9616 (Target_i386::rel_tls_desc_section): New function.
9617 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
9618 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
9619 R_386_TLS_DESC reloc in rel_tls_desc_section.
9620 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
9621 Define struct Tlsdesc_info.
9622 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
9623 (Target_x86_64::do_reloc_symbol_index): New function.
9624 (Target_x86_64::add_tlsdesc_info): New function.
9625 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
9626 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
9628 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
9630 (Output_data_plt_x86_64::rela_tlsdesc): New function.
9631 (Target_x86_64::rela_tlsdesc_section): New function.
9632 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
9634 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
9635 (Target_x86_64::do_reloc_addend): New function.
9636 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
9637 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
9638 declarations. Define TARGET_CODE. Add arg field to u1_ union.
9639 (Output_reloc::type): New function.
9640 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
9641 (Output_reloc::is_target_specific): New function.
9642 (Output_reloc::target_arg): New function.
9643 (class Output_reloc) [SHT_RELA]: Add four new constructors for
9644 absolute relocs and target specific relocs.
9645 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
9646 add_target_specific.
9647 (class Output_data_reloc) [SHT_RELA]: Likewise.
9648 * output.cc (Output_reloc::Output_reloc): Add four new versions
9649 for absolute relocs and target specific relocs.
9650 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
9651 (Output_reloc::get_symbol_index): Likewise.
9652 (Output_reloc::local_section_offset): Check that local_sym_index_
9653 is not TARGET_CODE or 0.
9654 (Output_reloc::symbol_value): Likewise.
9655 (Output_reloc::write) [SHT_RELA]: Call target for target specific
9657 * target.h (class Target): Add reloc_symbol_index and reloc_addend
9658 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
9660 * layout.cc (add_target_dynamic_tags): Use output section for
9661 DT_PLTRELSZ and DT_JMPREL.
9663 2010-01-07 Ian Lance Taylor <iant@google.com>
9666 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
9668 (class Output_data_reloc_generic): Define.
9669 (class Output_data_reloc_base): Change base class to
9670 Output_data_reloc_generic. Change add() method to call
9671 bump_relative_reloc_count for a relative reloc. Remove
9673 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
9675 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
9676 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
9678 * layout.h (class Layout): Update declaration.
9680 2010-01-07 Ian Lance Taylor <iant@google.com>
9682 * output.h (class Output_data): Add const version of
9683 output_section and do_output_section.
9684 (class Output_section_data): Add const version of
9686 (class Output_section): Likewise.
9687 * layout.cc (Layout::add_target_dynamic_tags): New function.
9688 * layout.h (class Layout): Update declarations.
9689 * arm.cc (Target_arm::do_finalize_sections): Use
9690 add_target_dynamic_tags.
9691 * i386.cc (Target_i386::do_finalize_sections): Likewise.
9692 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
9693 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
9694 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9696 2010-01-07 Ian Lance Taylor <iant@google.com>
9699 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
9702 2010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
9703 Ian Lance Taylor <iant@google.com>
9706 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
9707 Xindex::read_symtab_xindex.
9709 2010-01-07 Doug Kwan <dougkwan@google.com>
9711 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
9712 (Insn_template::thumb16_bcond_insn): New method declaration.
9713 (Insn_template): Fix spelling.
9714 (Stub::thumb16_special): New method declaration.
9715 (Stub::do_write): Define virtual method which was previously pure
9717 (Stub::do_thumb16_special): New method declaration.
9718 (Stub::do_fixed_endian_write): New template member.
9719 (Reloc_stub::do_write): Remove.
9720 (Reloc_stub::do_fixed_endian_write): Remove.
9721 (Cortex_a8_stub): New class definition.
9722 (Stub_factory::make_cortex_a8_stub): New method definition.
9723 (Stub_factory::Stub_factory): Add missing static storage class
9724 qualifier for elf32_arm_stub_a8_veneer_blx.
9726 2010-01-07 Ian Lance Taylor <iant@google.com>
9729 * options.h (class General_options): Add --warn-unresolved-symbols
9730 and --error-unresolved-symbols.
9731 * errors.cc (Errors::undefined_symbol): Implement
9732 --warn-unresolved-symbols.
9734 * options.h (class General_options): Add -z text and -z textoff.
9735 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
9737 2010-01-06 Sriraman Tallam <tmsriram@google.com>
9739 * gc.h (Garbage_collection::Cident_section_map): New typedef.
9740 (Garbage_collection::cident_sections): New function.
9741 (Garbage_collection::add_cident_section): New function.
9742 (Garbage_collection::cident_sections_): New member.
9743 (gc_process_relocs): Add references to sections whose names are C
9745 * gold.h (cident_section_start_prefix): New constant.
9746 (cident_section_stop_prefix): New constant.
9747 (is_cident): New function.
9748 * layout.cc (Layout::define_section_symbols): Replace string constants
9749 with the newly defined constants.
9750 * object.cc (Sized_relobj::do_layout): Track sections whose names are
9752 * testsuite/Makefile.am: Add gc_orphan_section_test.
9753 * testsuite/Makefile.in: Regenerate.
9754 * testsuite/gc_orphan_section_test.cc: New file.
9755 * testsuite/gc_orphan_section_test.sh: New file.
9757 2010-01-06 Ian Lance Taylor <iant@google.com>
9760 * options.h (class General_options): Add --warn-shared-textrel.
9761 * layout.cc (Layout::finish_dynamic_section): Implement
9762 --warn-shared-textrel.
9765 * options.h (class General_options): Add --warn-multiple-gp.
9767 2010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9769 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
9770 $(THREADSLIB) and $(LIBDL).
9771 * Makefile.in: Rebuild.
9773 2010-01-06 Ian Lance Taylor <iant@google.com>
9776 * options.cc (General_options::parse_section_start): New function.
9777 (General_options::section_start): New function.
9778 (General_options::General_options): Initialize all members.
9779 * options.h: Include <map>
9780 (class General_options): Add --section-start. Add section_starts_
9782 * layout.cc (Layout::attach_allocated_section_to_segment): If
9783 --section-start was used, set the address of the segment. Remove
9784 local sort_sections.
9785 (Layout::relaxation_loop_body): If the address of the load segment
9786 has been set by --section-start, don't use it.
9787 * output.h (Output_segment::update_flags_for_output_section): New
9789 * output.cc (Output_segment::add_output_section): Call
9790 update_flags_for_output_section.
9792 2010-01-05 Ian Lance Taylor <iant@google.com>
9795 * options.h (class General_options): Add --undefined-version.
9796 * script.cc (struct Version_expression): Add was_matched_by_symbol
9798 (Version_script_info::matched_symbol): New function.
9799 (Version_script_info::get_symbol_version_helper): Call
9801 (Version_script_info::check_unmatched_names): New function.
9802 * script.h (class Version_script_info): Update declarations.
9803 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
9805 * options.h (class General_options): Use DEFINE_bool_alias for
9806 allow_multiple_definition.
9807 * resolve.cc (Symbol_table::should_override): Don't test
9808 allow_multiple_definition.
9811 * options.h (class General_options): Add --cref.
9812 * main.cc (main): Print cref table if --cref. Don't close mapfile
9813 until after printing cref table.
9814 * cref.cc: Include "symtab.h".
9815 (class Cref_inputs): Define Cref_table_compare and Cref_table.
9816 (Cref_table_compare::operator()): New function.
9817 (Cref_inputs::gather_cref): New function.
9818 (filecol): New static const.
9819 (Cref_inputs::print_cref): New function.
9820 (Cref::print_cref): New function.
9821 * cref.h: Include <cstdio>.
9822 (class Cref): Update declarations.
9823 * mapfile.h (Mapfile::file): New function.
9824 * object.h (class Object): Define Symbols. Declare virtual
9825 do_get_global_symbols.
9826 (Object::get_global_symbols): New function.
9827 * object.cc (Input_objects::add_object): Pass object to cref_ if
9829 (Input_objects::archive_start): Likewise.
9830 (Input_objects::archive_stop): Likewise.
9831 (Input_objects::print_cref): New function.
9832 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
9833 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
9835 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
9837 * plugin.h (class Sized_pluginobj): Update declarations.
9839 2010-01-05 Ian Lance Taylor <iant@google.com>
9841 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
9842 to is_default_version. Rename insdef to insdefault.
9843 (Symbol_table::add_from_relobj): Rename def to is_default_version
9844 and local to is_forced_local.
9845 (Symbol_table::add_from_pluginobj): Likewise.
9846 (Symbol_table::add_from_dynobj): Likewise.
9847 (Symbol_table::define_special_symbol): Rename insdef to
9850 2010-01-04 Ian Lance Taylor <iant@google.com>
9853 * options.h (class General_options): Add
9854 --allow-multiple-definition and -z muldefs.
9855 * resolve.cc (Symbol_table::should_override): Don't warn about a
9856 multiple symbol definition if --allow-multiple-definition or -z
9860 * options.h (class General_options): Add --add-needed and
9861 --copy-dt-needed-entries. Tweak --as-needed help entry.
9862 * object.cc (Input_objects::check_dynamic_dependencies): Give an
9863 error if --copy-dt-needed-entries aka --add-needed is used and
9864 would cause a change in behaviour.
9867 * options.h (class General_options): Add -G as a short version of
9868 --shared. Add no-op options -assert, -g, and -i.
9870 2010-01-04 Sriraman Tallam <tmsriram@google.com>
9872 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
9873 check for .text or .gnu.linkonce.t sections.
9874 * icf.cc (Icf::find_identical_sections): Ditto.
9875 Change the detection for mangled function name within the section
9877 * icf.h (is_section_foldable_candidate): New function.
9879 2009-12-30 Ian Lance Taylor <iant@google.com>
9882 * options.h (class General_options): Permit two dashes with
9883 --retain-symbols-file.
9885 2009-12-30 Ian Lance Taylor <iant@google.com>
9888 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
9889 don't put the file header and segment headers in the text
9893 * common.cc (Sort_commons::operator()): Stabilize sort when both
9895 (Symbol_table::do_allocate_commons_list): When allocating common
9896 symbols, skip a symbol which is no longer common.
9897 * symtab.h (Symbol::is_common): Test whether the symbol comes from
9898 an object before checking its type.
9899 * testsuite/common_test_2.c: New file.
9900 * testsuite/common_test_3.c: New file.
9901 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
9902 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
9903 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
9904 (common_test_2_pic.o, common_test_2.so): New targets.
9905 (common_test_3_pic.o, common_test_3.so): New targets.
9906 * testsuite/Makefile.in: Rebuild.
9909 * script.cc (read_input_script): If we see a new SECTIONS clause,
9910 and we have added an input section, give an error.
9911 * layout.h (class Layout): Add have_added_input_section function.
9912 Add have_added_input_section_ field.
9913 * layout.cc (Layout::Layout): Initialize
9914 have_added_input_section_.
9915 (Layout::layout): Set have_added_input_section_.
9916 (Layout::layout_eh_frame): Likewise.
9918 2009-12-30 Ian Lance Taylor <iant@google.com>
9921 * options.h (class General_options): Add --sort-common option.
9922 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
9923 * common.cc (Sort_common): Add sort_order parameter to
9924 constructor. Add sort_order_ field.
9925 (Sort_commons::operator): Check sort_order_.
9926 (Symbol_table::allocate_commons): Determine the sort order.
9927 (Symbol_table::do_allocate_commons): Add sort_order parameter.
9929 (Symbol_table::do_allocate_commons_list): Likewise.
9931 2009-12-30 Ian Lance Taylor <iant@google.com>
9934 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
9935 symbols from this object, don't change the visibility of an
9937 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
9939 2009-12-30 Ian Lance Taylor <iant@google.com>
9942 * script.h (class Version_script_info): Define Language enum.
9943 Update declarations. Define Glob, Exact, and Lookup types. Add
9944 new fields globals_, locals_, and is_finalized_.
9945 * script.cc: Various formatting fixes.
9946 (class Parser_closure): Change language_stack_ from a vector of
9947 std::string to one of Version_script_info::Language. Adjust all
9949 (class Lazy_demangler): Remove.
9950 (struct Version_expression): Change language from std::string to
9951 Version_script_info::Language.
9952 (Version_script_info::Version_script_info): New function.
9953 (Version_script_info::~Version_script_info): Don't call clear.
9954 (Version_script_info::finalize): New function.
9955 (Version_script_info::build_lookup_tables): New function.
9956 (Version_script_info::build_expression_list_lookup): New
9958 (Version_script_info::get_symbol_version_helper): Rewrite to use
9960 (Version_script_info::print_expression_list): Adjust to use
9961 Version_script_info::Language.
9962 (script_push_lex_into_version_mode): Check that the version script
9963 has not been finalized.
9964 (version_script_push_lang): Change language string to
9965 Version_script_info::Language.
9966 * options.cc (Command_line::version_script): New function.
9967 * options.h (class General_options): Add finalize_dynamic_list
9968 function. Change version_script from declaration to definition.
9969 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
9970 * testsuite/version_script.map: Remove duplicate def of foo.
9971 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
9973 * testsuite/Makefile.in: Rebuild.
9975 2009-12-30 Ian Lance Taylor <iant@google.com>
9978 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
9979 if the input symbol index is 0, make the output symbol index 0.
9981 2009-12-30 Ian Lance Taylor <iant@google.com>
9984 * options.h (class General_options): Add -x/--discard-all.
9985 * object.cc (Sized_relobj::do_count_local_symbols): Handle
9986 --discard-all. If the local symbol needs a dynamic entry, check
9987 that before handling --discard-locals.
9989 2009-12-30 Ian Lance Taylor <iant@google.com>
9992 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
9994 (Output_segment::add_output_section): Don't change the flags if
9998 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
9999 GNU hash table if they need a dynamic value. Otherwise, don't add
10000 them if they are defined in a dynamic object or are forced local.
10002 2009-12-29 Ian Lance Taylor <iant@google.com>
10005 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
10006 .gnu.hash table for a 32-bit target.
10009 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
10010 regular and a dynamic object only needs a dynamic symbol table
10011 entry if it is externally visible.
10014 * i386.cc (class Target_i386): Initialize global_offset_table_ in
10015 constructor. Add global_offset_table_ field.
10016 (Target_i386::got_section): Set global_offset_table_.
10017 (Target_i386::do_finalize_sections): Set global_offset_table_
10019 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
10020 in constructor. Add global_offset_table_ field.
10021 (Target_x86_64::got_section): Set global_offset_table_.
10022 (Target_x86_64::do_finalize_sections): Set global_offset_table_
10025 * layout.cc (Layout::Layout): Initialize increase_relro_.
10026 (Layout::get_output_section): Add is_relro, is_last_relro, and
10027 is_first_non_relro parameters. Change all callers.
10028 (Layout::choose_output_section): Likewise.
10029 (Layout::add_output_section_data): Likewise.
10030 (Layout::make_output_section): Likewise.
10031 (Layout::set_segment_offsets): Clear increase_relro when using a
10033 * layout.h (class Layout): Add increase_relro method. Add
10034 increase_relro_ field. Update declarations.
10035 * output.cc (Output_section::Output_section): Initialize
10036 is_last_relro_ and is_first_non_relro_.
10037 (Output_segment::add_output_section): Group relro sections is
10038 do_sort is true. Handle is_last_relro and is_first_non_relro.
10039 (Output_segment::maximum_alignment): Remove relro handling.
10040 (Output_segment::set_section_addresses): Add increase_relro
10041 parameter. Change all callers. Add initial alignment to align
10042 relro sections on separate page. Remove old relro handling.
10043 (Output_segment::set_section_list_addresses): Remove in_relro
10044 parameter. Change all callers.
10045 (Output_segment::set_offset): Add increase parameter. Change all
10046 callers. Remove old relro handling.
10047 * output.h (class Output_section): Add new methods: is_last_relro,
10048 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
10049 Add is_last_relro_ and is_first_non_relro_ fields.
10050 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
10051 Create separate .got.plt section. Call increase_relro.
10052 * x86_64.cc (Target_x86_64::got_section): Likewise.
10053 * testsuite/relro_script_test.t: Add .got.plt.
10056 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
10057 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
10058 (Layout::finalize): Call set_dynamic_symbol_size.
10059 (Layout::set_dynamic_symbol_size): New function.
10060 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
10061 set_dynamic_symbol_size.
10064 * output.h (class Output_section): Add is_entsize_zero_ field.
10065 * output.cc (Output_section::Output_section): Initialize
10067 (Output_section::set_entsize): If two different entsizes are
10068 requested, force it to zero.
10069 (Output_section::add_input_section): Set flags for .debug_str
10070 before updating section flags. Set entsize.
10071 (Output_section::update_flags_for_input_section): Set SHF_MERGE
10072 and SHF_STRING if all input sections have those flags.
10074 2009-12-29 Rafael Espindola <espindola@google.com>
10076 * main.cc (main): Fix the sys time reporting.
10077 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
10080 2009-12-29 Sriraman Tallam <tmsriram@google.com>
10082 * options.cc (General_options::parse_version): Allow -v to exit
10083 without an error if there is nothing to link.
10085 2009-12-29 Ian Lance Taylor <iant@google.com>
10087 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
10088 using a version of gcc before 4.1.
10089 * configure: Rebuild.
10091 2009-12-28 Chris Demetriou <cgd@google.com>
10093 * attributes.cc (Output_attributes_section_data::do_write): Use
10094 std::vector::front rather than std::vector::data.
10096 2009-12-28 Ian Lance Taylor <iant@google.com>
10098 * symtab.h (class Symbol_table): Add enum Defined.
10099 * resolve.cc (Symbol_table::should_override): Add defined
10100 parameter. Change all callers. Test whether object is NULL
10101 before calling a method on it.
10102 (Symbol_table::report_resolve_problem): Add defined parameter.
10103 Change all callers.
10104 (Symbol_table::should_override_with_special): Likewise.
10105 * symtab.cc (Symbol_table::define_in_output_data): Add defined
10106 parameter. Change all callers.
10107 (Symbol_table::do_define_in_output_data): Likewise.
10108 (Symbol_table::define_in_output_segment): Likewise.
10109 (Symbol_table::do_define_in_output_segment): Likewise.
10110 (Symbol_table::define_as_constant): Likewise.
10111 (Symbol_table::do_define_as_constant): Likewise.
10112 * script.h (class Symbol_assignment): Add is_defsym parameter to
10113 constructor; change all callers.
10114 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
10115 parameter. Change all callers. Add is_defsym_ field.
10116 (class Parser_closure): Add parsing_defsym parameter to
10117 constructor; change all callers. Add parsing_defsym accessor
10118 function. Add parsing_defsym_ field.
10120 2009-12-28 Ian Lance Taylor <iant@google.com>
10122 * gold.cc (queue_middle_tasks): Fix formatting.
10123 * object.cc (Relobj::is_section_name_included): Likewise.
10125 2009-12-23 Ian Lance Taylor <iant@google.com>
10127 * i386.cc (Target_i386::do_calls_non_split): Recognize
10128 -fsplit-stack prologue for a function with a static chain.
10129 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
10130 -fsplit-stack prologue when using %r11.
10132 2009-12-21 Sriraman Tallam <tmsriram@google.com>
10134 * options.cc (General_options::parse_version): Make -v continue and do
10135 the link like GNU ld does.
10137 2009-12-17 Rafael Avila de Espindola <espindola@google.com>
10139 * Makefile.am (CCFILES): Add timer.cc.
10140 (HFILES): Add timer.h.
10141 * configure.ac: Check for sysconf and times.
10142 * main.cc: include timer.h.
10143 (main): Use Timer instead of get_run_time.
10146 * workqueue.cc: include timer.h.
10147 (Workqueue::find_and_run_task):
10148 Report user, sys and wall time.
10149 * Makefile.in: Regenerate.
10150 * config.in: Regenerate.
10151 * configure: Regenerate.
10153 2009-12-16 Doug Kwan <dougkwan@google.com>
10155 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
10157 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
10158 relaxed input sections.
10159 * output.cc (Output_section::find_relaxed_input_section): Change
10160 return type to Output_relaxed_input_section pointer. Adjust code
10161 for new type of relaxed_input_section_map_.
10162 * output.h (Output_section::find_relaxed_input_section): Change
10163 return type to Output_relaxed_input_section pointer.
10164 (Output_section::Output_relaxed_input_section_by_input_section_map):
10166 (Output_section::relaxed_input_section_map_): Change type to
10167 Output_section::Output_relaxed_input_section_by_input_section_map.
10168 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
10171 2009-12-15 Ian Lance Taylor <iant@google.com>
10173 * layout.cc (Layout::create_shstrtab): Only write out after input
10174 sections if we are compressing debug sections.
10176 2009-12-15 Ian Lance Taylor <iant@google.com>
10178 * archive.cc (Archive::add_symbols): Only look up a symbol without
10179 a version if there is, in fact, a version.
10181 2009-12-14 Ian Lance Taylor <iant@google.com>
10183 Revert -Wshadow changes, all changes from:
10184 2009-12-11 Doug Kwan <dougkwan@google.com>
10185 2009-12-11 Nick Clifton <nickc@redhat.com>
10186 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
10188 2009-12-11 Doug Kwan <dougkwan@google.com>
10190 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
10192 * attributes.cc (Object_attribute::size): Ditto.
10193 (Attributes_section_data::size): Ditto.
10194 (Attributes_section_data::Attributes_section_data): Ditto.
10195 (Output_attributes_section_data::do_write): Ditto.
10196 * attributes.h (Object_attribute::set_type): Ditto.
10197 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
10199 2009-12-11 Nick Clifton <nickc@redhat.com>
10201 * archive.cc: Fix shadowed variable warnings.
10202 * arm.cc: Likewise.
10203 * compressed_output.cc: Likewise.
10204 * compressed_output.h: Likewise.
10205 * configure: Likewise.
10206 * dwarf_reader.cc: Likewise.
10207 * dynobj.cc: Likewise.
10208 * dynobj.h: Likewise.
10209 * ehframe.cc: Likewise.
10210 * ehframe.h: Likewise.
10211 * errors.cc: Likewise.
10212 * expression.cc: Likewise.
10213 * fileread.cc: Likewise.
10214 * fileread.h: Likewise.
10215 * freebsd.h: Likewise.
10216 * i386.cc: Likewise.
10217 * icf.cc: Likewise.
10218 * incremental.h: Likewise.
10219 * layout.cc: Likewise.
10220 * layout.h: Likewise.
10221 * mapfile.cc: Likewise.
10222 * merge.cc: Likewise.
10223 * merge.h: Likewise.
10224 * object.cc: Likewise.
10225 * object.h: Likewise.
10226 * options.h: Likewise.
10227 * output.cc: Likewise.
10228 * output.h: Likewise.
10229 * parameters.cc: Likewise.
10230 * plugin.cc: Likewise.
10231 * powerpc.cc: Likewise.
10232 * reduced_debug_output.cc: Likewise.
10233 * reduced_debug_output.h: Likewise.
10234 * reloc.cc: Likewise.
10235 * reloc.h: Likewise.
10236 * resolve.cc: Likewise.
10237 * script-sections.cc: Likewise.
10238 * script.cc: Likewise.
10239 * script.h: Likewise.
10240 * sparc.cc: Likewise.
10241 * symtab.cc: Likewise.
10242 * symtab.h: Likewise.
10243 * target-select.cc: Likewise.
10244 * target-select.h: Likewise.
10245 * token.h: Likewise.
10246 * workqueue.cc: Likewise.
10247 * workqueue.h: Likewise.
10248 * x86_64.cc: Likewise.
10250 2009-12-10 Doug Kwan <dougkwan@google.com>
10252 * arm.cc (attributes.h): New include.
10253 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
10254 (Arm_relobj::~Arm_relobj): Delete object pointed by
10255 attributes_section_data_.
10256 (Arm_relobj::attributes_section_data): New method definition.
10257 (Arm_relobj::attributes_section_data_): New data member declaration.
10258 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
10259 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
10260 attributes_section_data_.
10261 (Arm_dynobj::attributes_section_data): New method definition.
10262 (Arm_dynobj::attributes_section_data_): New data member declaration.
10263 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
10264 initialization value of may_use_blx_ to false.
10265 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
10266 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
10267 object attributes to compute results instead of hard-coding.
10268 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
10269 Target_arm::get_secondary_compatible_arch,
10270 Target_arm::set_secondary_compatible_arch
10271 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10272 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
10273 New method declarations.
10274 (Target_arm::get_aeabi_object_attribute): New method definition.
10275 (Target_arm::attributes_section_data_): New data member declaration.
10276 (read_arm_attributes_section): New template definition.
10277 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
10278 (Arm_dynobj::do_read_symbols): Ditto.
10279 (Target_arm::do_finalize_sections): Merge attributes sections from
10280 input. Check for BLX use after attributes section merging.
10281 Fix __exidx_start and __exidx_end visibility. Create an
10282 .ARM.attributes section if necessary.
10283 (Target_arm::get_secondary_compatible_arch,
10284 Target_arm::set_secondary_compatible_arch,
10285 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10286 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
10287 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
10288 New method definitions.
10290 2009-12-09 Ian Lance Taylor <iant@google.com>
10292 * plugin.cc (Plugin::load): Don't cast from void* to a function
10295 2009-12-09 Ian Lance Taylor <iant@google.com>
10297 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
10298 information fields.
10300 2009-12-09 H.J. Lu <hongjiu.lu@intel.com>
10302 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
10303 Replace two_file_shared_1.so with two_file_shared_2.so.
10304 * testsuite/Makefile.in: Regenerated.
10306 2009-12-08 Doug Kwan <dougkwan@google.com>
10308 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
10309 (HFILES): Add attributes.h and int_encoding.h.
10310 * Makefile.in: Regenerate.
10311 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
10312 function definitions to int_encoding.cc
10313 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
10314 prototypes to int_encoding.h
10315 * reduced_debug_output.cc (int_encoding.h): New include.
10316 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
10317 function definitions to int_encoding.cc
10318 (insert_into_vector, read_from_pointer): Move template definitions to
10320 * attributes.cc: New file.
10321 * attributes.h: New file.
10322 * int_encoding.cc: New file.
10323 * int_encoding.h: New file.
10325 2009-12-07 Rafael Avila de Espindola <espindola@google.com>
10328 * incremental-dump.cc (dump_incremental_inputs): New.
10329 (main): Use dump_incremental_inputs.
10331 2009-12-07 H.J. Lu <hongjiu.lu@intel.com>
10334 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
10335 checking elfcpp::STT_FUNC.
10336 (Target_i386::Relocate::relocate): Likewise.
10337 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
10339 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
10340 symbols from shared libraries into normal FUNC symbols.
10342 * symtab.h (Symbol): Add is_func and use it.
10344 2009-12-05 Doug Kwan <dougkwan@google.com>
10346 * arm.cc (Target_arm::arm_info): Initialize new fields
10347 attributes_section and attributes_vendor.
10348 * i386.cc (Target_i386::i386_info): Same.
10349 * object.cc (Sized_relobj::do_layout): Skip attribute section.
10350 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
10351 fields attributes_section and attributes_vendor.
10352 * sparc.cc (Target_sparc::sparc_info): Same.
10353 * target.h (Target::attributes_section, Target::attributes_vendor,
10354 Target::is_attributes_section, Target::attribute_arg_type,
10355 Target::attributes_order): New method definitions.
10356 (Target::Target_info::attributes_section,
10357 Target::Target_info::attributes_vendor): New fields.
10358 (Target::do_attribute_arg_type, Target::do_attributes_order): New
10359 virtual method definitions.
10360 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
10361 attributes_section and attributes_vendor.
10362 * testsuite/testfile.cc (Target_test::test_target_info): Same.
10364 2009-12-05 Doug Kwan <dougkwan@google.com>
10366 * arm.cc: Update comments about interworking and stub generation.
10367 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
10368 considered as non-PIC.
10369 (Arm_relocate_functions::base_abs): Fix formatting.
10370 (Arm_relocate_functions::got_prel): Fix comment. Change interface
10371 of function to use GOT entry address instead of offset.
10372 (Target_arm::Scan::global): Issue an error if a symbol would need a
10373 PLT does not get one because it is untyped. Remove code to create
10374 dynamic symbols for relative branches.
10375 (Target_arm::Relocate::relocate: Use 0 instead of false since function
10376 takes unsigned integer instead of boolean.
10378 2009-12-05 H.J. Lu <hongjiu.lu@intel.com>
10380 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
10381 (two_file_test_LDADD): Likewise.
10382 (common_test_1_LDADD): Likewise.
10383 (exception_test_LDADD) Likewise.
10384 (weak_test_LDADD): Likewise.
10385 (many_sections_test_LDADD): Likewise.
10386 (initpri1_LDADD): Likewise.
10387 (script_test_1_LDADD): Likewise.
10388 (script_test_2_LDADD): Likewise.
10389 (justsyms_LDADD): Likewise.
10390 (binary_test_LDADD): Likewise.
10391 (large_LDADD): Likewise.
10392 * testsuite/Makefile.in: Regenerated.
10394 2009-12-04 H.J. Lu <hongjiu.lu@intel.com>
10396 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
10397 (Symbol_table::override_with_special): Likewise.
10398 (Symbol_table::add_from_object): Likewise.
10400 2009-12-04 Rafael Avila de Espindola <espindola@google.com>
10402 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10403 Don't set the data_offset twice.
10405 2009-12-04 Rafael Avila de Espindola <espindola@google.com>
10407 * testsuite/Makefile.in: Regenerate.
10409 2009-12-03 Doug Kwan <dougkwan@google.com>
10411 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
10412 (Target_arm::do_finalize_sections): Add parameter for symbol table
10413 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
10414 * i386.cc (Target_i386::do_finalize_sections): Add an additional
10415 parameter for symbol table pointer.
10416 * layout.cc (Layout::finalize): Call Target::finalize_sections with
10417 an additional parameter for a pointer to symbol table.
10418 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
10419 parameter for a symbol table pointer.
10420 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
10421 * target.h (Target::finalize_sections, Target::do_finalize_sections):
10423 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
10424 parameter for a symbol table pointer.
10426 2009-12-03 Rafael Avila de Espindola <espindola@google.com>
10428 * incremental.cc (Incremental_inputs_header)
10429 (Incremental_inputs_header_write, Incremental_inputs_entry)
10430 (Incremental_inputs_entry_write): Move ...
10431 * incremental.h (Incremental_inputs_header)
10432 (Incremental_inputs_header_write, Incremental_inputs_entry)
10433 (Incremental_inputs_entry_write): here.
10435 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
10437 * incremental.cc (make_sized_incremental_binary): Set the target.
10438 Error if it is incompatible.
10439 * output.h (Output_file): Add filename method.
10441 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
10443 * incremental.cc (Incremental_inputs_entry): Remove unused argument
10444 from the get_* methods.
10446 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
10448 * incremental-dump.cc (main): Check that the offeset of a script is 0.
10449 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10450 Write 0 for the data_offset of scripts.
10452 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
10454 * testsuite/Makefile.am: Add the incremental_test.sh test.
10455 * testsuite/incremental_test.sh: New.
10456 * testsuite/incremental_test_1.c: New.
10457 * testsuite/incremental_test_2.c: New.
10459 2009-12-01 Rafael Avila de Espindola <espindola@google.com>
10461 * incremental-dump.cc (main): Fix typos.
10463 2009-11-27 Rafael Avila de Espindola <espindola@google.com>
10466 * incremental-dump.cc (main): Use llu to print 64 bit values.
10468 2009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
10469 H.J. Lu <hongjiu.lu@intel.com>
10471 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
10473 (incremental_dump_LDADD): Likewise.
10474 * Makefile.in: Regenerated.
10476 2009-11-25 Doug Kwan <dougkwan@google.com>
10480 2009-11-25 Doug Kwan <dougkwan@google.com>
10482 * arm.cc (Target_arm::Target_arm): Move method definition
10483 outside of class definition. Add code to handle
10484 --target1-rel, --target1-abs and --target2= options.
10485 (Target_arm::get_reloc_reloc_type): Change method to be
10486 non-static and const.
10487 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
10488 New data member declaration.
10489 (Target_arm::Scan::local, Target_arm::Scan::global,
10490 Target_arm::Relocate::relocate,
10491 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10492 Adjust call to Target_arm::get_real_reloc_type.
10493 (Target_arm::get_real_reloc_type): Use command line options
10494 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10495 * options.h (--target1-rel, --target1-abs, --target2): New
10498 2009-11-25 Doug Kwan <dougkwan@google.com>
10500 * arm.cc (Target_arm::Target_arm): Move method definition outside of
10501 class definition. Add code to handle --target1-rel, --target1-abs
10502 and --target2= options.
10503 (Target_arm::get_reloc_reloc_type): Change method to be non-static
10505 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
10506 member declaration.
10507 (Target_arm::Scan::local, Target_arm::Scan::global,
10508 Target_arm::Relocate::relocate,
10509 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
10510 call to Target_arm::get_real_reloc_type.
10511 (Target_arm::get_real_reloc_type): Use command line options to
10512 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10513 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
10516 2009-11-25 Doug Kwan <dougkwan@google.com>
10518 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
10519 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
10520 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
10522 (Arm_relocate_functions::thm_call): Replace body with a call to
10523 Arm_relocate_functions::thumb_branch_common.
10524 (Arm_relocate_functions::thm_jump24,
10525 Arm_relocate_functions::thm_xpc22): New method definitions.
10526 (Arm_relocate_functions::thumb_branch_common): New method definition.
10527 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
10529 (Target_arm::Relocate::relocate): Adjust call to thm_call.
10530 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
10532 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
10534 * Makefile.am: Build incremental-dump
10535 * Makefile.in: Regenerate.
10536 * incremental-dump.cc: New.
10537 * incremental.cc (Incremental_inputs_header_data,
10538 Incremental_inputs_entry_data): Move to incremental.h
10539 * incremental.h: (Incremental_inputs_header_data,
10540 Incremental_inputs_entry_data): Move from incremental.cc
10542 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
10544 * incremental.cc (Incremental_inputs_header,
10545 Incremental_inputs_header_write, Incremental_inputs_entry,
10546 Incremental_inputs_entry_write): Add a typedef with the data type.
10548 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
10550 * incremental.cc (Incremental_inputs_header,
10551 Incremental_inputs_header_write, Incremental_inputs_entry,
10552 Incremental_inputs_entry_write): Update comment about which
10553 type has the filed descriptions.
10555 2009-11-15 Doug Kwan <dougkwan@google.com>
10557 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
10558 (Arm_relocate_functions::arm_branch_common): Change method defintion
10559 in class definition to a method declaration and update list of formal
10561 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
10562 Arm_relocation_functions::jump24): Adjust call to
10563 Arm_relocate_functions::arm_branch_common. Update list of formal
10565 (Arm_relocate_functions::xpc25): New method definition.
10566 (Arm_relocate_functions::arm_branch_common): Move method defintion
10567 out from class definition. Use stubs for mode-switching and extending
10569 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
10570 specially. Change code to enable use of stubs in ARM branches.
10572 2009-11-10 Doug Kwan <dougkwan@google.com>
10574 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
10575 in method declaration.
10576 (Target_arm::relocate_stub): New method declaration.
10577 (Target_arm::default_target): Change to return a pointer instead of
10579 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
10580 Target_arm::default_target.
10581 (Arm_Relobj::do_relocate_sections): Remove options paramater in
10583 (Target_arm::relocate_section): Adjust view.
10584 (Target_arm::relocate_stub): New method definition.
10586 2009-11-10 Doug Kwan <dougkwan@google.com>
10588 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
10590 * incremental.cc (open_incremental_binary): Initialized local
10591 variables to avoid warnings.
10592 * object.cc (make_elf_object): Ditto.
10593 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
10596 009-11-09 H.J. Lu <hongjiu.lu@intel.com>
10599 * testsuite/plugin_test.c: Include "config.h".
10601 2009-11-09 Doug Kwan <dougkwan@google.com>
10603 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
10604 (arm_symbol_value): Remove.
10605 (Arm_relocate_functions::arm_branch_common,
10606 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
10607 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
10608 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
10609 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
10610 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
10611 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
10612 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
10613 Arm_relocate_functions::thm_mobw_abs_nc,
10614 Arm_relocate_functions::thm_mov_abs,
10615 Arm_relocate_functions::movw_prel_nc,
10616 Arm_relocate_functions::thm_movt_abs,
10617 Arm_relocate_functions::movt_prel,
10618 Arm_relocate_functions::thm_movw_prel_nc,
10619 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
10620 (Target_arm::Relocate::relocate): Only decompose address into two
10621 parts if relocation type uses the thumb-bit and pass the actual
10622 bit instead of a flag indicating that the thumb-bit is used. Adjust
10623 calls to methods in Arm_relocate_functions for this change.
10625 2009-11-08 Ian Lance Taylor <iant@google.com>
10628 * reloc.cc: Instantiate
10629 Sized_relobj::initialize_input_to_output_maps and
10630 Sized_relobj:free_input_to_output_maps.
10632 2009-11-06 Ian Lance Taylor <iant@google.com>
10635 * defstd.cc (in_segment): Set only_if_ref true for "end".
10637 2009-11-06 Doug Kwan <dougkwan@google.com>
10639 * arm.cc (class Reloc_stub): Correct a comment.
10640 (Target_arm::Target_arm): Initialize arm_input_section_map_.
10641 (Target_arm::scan_section_for_stubs): New method declaration.
10642 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
10643 Change methods from private to protected.
10644 (Target_arm::do_may_relax): New method definition.
10645 (Target_arm::do_relax, Target_arm::group_sections,
10646 Target_arm::scan_reloc_for_stub,
10647 Target_arm::scan_reloc_section_for_stubs): New method declarations.
10648 (Target_arm::arm_input_section_map_): New data member declaration.
10649 (Target_arm::scan_reloc_for_stub,
10650 Target_arm::scan_reloc_section_for_stubs,
10651 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
10652 Target_arm::do_relax): New method definitions.
10654 2009-11-06 Mikolaj Zalewski <mikolaj@google.com>
10656 * configure.ac: Check for (struct stat)::st_mtim
10657 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
10658 * config.in: Regenerate.
10659 * configure: Regenerate.
10661 2009-11-05 Ian Lance Taylor <iant@google.com>
10664 * output.cc (Output_segment::add_output_section): Add missing
10667 2009-11-04 Ian Lance Taylor <iant@google.com>
10670 * object.h (class Object): Add is_needed and set_is_needed
10671 methods. Add is_needed_ field. Make bool fields into bitfields.
10672 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
10673 defined in a dynamic object and referenced by a regular object,
10674 set is_needed for the dynamic object.
10675 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
10676 if the file is marked with as_needed and it is not needed.
10678 2009-11-04 Ian Lance Taylor <iant@google.com>
10681 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
10682 tags if data is discarded by linker script.
10683 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10684 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
10685 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
10686 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10688 2009-11-04 Ian Lance Taylor <iant@google.com>
10690 * layout.cc (Layout::get_output_section): Add is_interp and
10691 is_dynamic_linker_section parameters. Change all callers.
10692 (Layout::choose_output_section): Likewise.
10693 (Layout::make_output_section): Likewise.
10694 (Layout::add_output_section_data): Add is_dynamic_linker_section
10695 parameter. Change all callers.
10696 * layout.h (class Layout): Update declarations.
10697 * output.h (class Output_section): Add is_interp, set_is_interp,
10698 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
10699 Add is_interp_, is_dynamic_linker_section_ fields. Change
10700 generate_code_fills_at_write_ to a bitfield.
10701 * output.cc (Output_section::Output_sections): Initialize new
10703 (Output_segment::add_output_section): Add do_sort parameter.
10704 Change all callers.
10706 2009-11-03 Ian Lance Taylor <iant@google.com>
10709 * options.h (class General_options): Add --warn-common.
10710 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
10711 merging two common symbols.
10712 (Symbol_table::should_override): Handle --warn-common when merging
10713 a common symbol with a defined symbol. Use report_resolve_problem
10714 for multiple definitions.
10715 (Symbol_table::report_resolve_problem): New function.
10716 * symtab.h (class Symbol_table): Declare report_resolve_problem.
10718 2009-11-03 Doug Kwan <dougkwan@google.com>
10720 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
10722 (Target_arm::stub_factory): New method definition.
10723 (Target_arm::new_arm_input_section,
10724 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
10725 Target_arm::reloc_uses_thumb_bit): New method declarations.
10726 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
10727 New type definitions.
10728 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
10729 member declarations.
10730 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
10731 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
10732 New method definitions.
10734 2009-11-03 Ian Lance Taylor <iant@google.com>
10736 * options.h (class General_options): Add --warn_constructors.
10738 2009-11-03 Ian Lance Taylor <iant@google.com>
10741 * defstd.cc (in_section): Add entries for __rel_iplt_start,
10742 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
10744 2009-11-03 Ian Lance Taylor <iant@google.com>
10747 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
10748 --msgid-bugs-address.
10749 (install-pdf): New target.
10750 (install-data_yes): Look up one directory to find mkinstalldirs.
10752 2009-11-03 H.J. Lu <hongjiu.lu@intel.com>
10754 * po/Make-in (.po.gmo): Don't generate .gmo files in source
10757 2009-10-30 Doug Kwan <dougkwan@google.com>
10759 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
10761 2009-10-30 Doug Kwan <dougkwan@google.com>
10763 * arm.cc (Stub_addend_reader): New struct template definition
10764 and partial specializations.
10765 (Stub_addend_reader::operator()): New method definition for a
10766 partially specialized template.
10768 2009-10-30 Doug Kwan <dougkwan@google.com>
10770 * arm.cc (Arm_relobj::processor_specific_flags): New method
10772 (Arm_relobj::do_read_symbols): New method declaration.
10773 (Arm_relobj::processor_specific_flags_): New data member declaration.
10774 (Arm_dynobj): New class definition.
10775 (Target_arm::do_finalize_sections): Add input_objects parameter.
10776 (Target_arm::do_adjust_elf_header): New method declaration.
10777 (Target_arm::are_eabi_versions_compatible,
10778 (Target_arm::merge_processor_specific_flags): New method declaration.
10779 (Target_arm::do_make_elf_object): New overloaded method definitions
10781 (Arm_relobj::do_read_symbols): New method definition.
10782 (Arm_dynobj::do_read_symbols): Ditto.
10783 (Target_arm::do_finalize_sections): Add input_objects parameters.
10784 Merge processor-specific flags from all input objects.
10785 (Target_arm::are_eabi_versions_compatible,
10786 Target_arm::merge_processor_specific_flags,
10787 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
10788 New method definitions.
10789 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
10790 Input_objects pointer type parameter.
10791 * layout.cc (Layout::finalize): Pass input objects to target's.
10792 finalize_sections function.
10793 * output.cc (Output_file_header::do_sized_write): Set ELF file
10794 header's processor-specific flags.
10795 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
10796 Input_objects pointer type parameter.
10797 * sparc.cc (Target_sparc::do_finalize_sections): Same.
10798 * target.h (Input_objects): New forward class declaration.
10799 (Target::processor_specific_flags,
10800 Target::are_processor_specific_flags_sect): New method definitions.
10801 (Target::finalize_sections): Add input_objects parameter.
10802 (Target::Target): Initialize processor_specific_flags_ and
10803 are_processor_specific_flags_set_.
10804 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
10806 (Target::set_processor_specific_flags): New method definition.
10807 (Target::processor_specific_flags_,
10808 Target::are_processor_specific_flags_set_): New data member
10810 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
10811 Input_objects pointer type parameter.
10813 2009-10-30 Doug Kwan <dougkwan@google.com>
10815 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
10817 2009-10-28 Ian Lance Taylor <iant@google.com>
10819 * object.h (class Relobj): Drop options parameter from
10820 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
10821 do_scan_relocs, do_relocate. Change all callers.
10822 (class Sized_relobj): Drop options parameters from
10823 do_gc_process_relocs, do_scan_relocs, do_relocate,
10824 do_relocate_sections, relocate_sections, emit_relocs_scan,
10825 emit_relocs_scan_reltype. Change all callers.
10826 (struct Relocate_info): Remove options field and all references to
10828 * reloc.h (class Read_relocs): Remove options constructor
10829 parameter and options_ field. Change all callers.
10830 (class Gc_process_relocs, class Scan_relocs): Likewise.
10831 (class Relocate_task): Likewise.
10832 * target-reloc.h (scan_relocs): Remove options parameter. Change
10834 (scan_relocatable_relocs): Likewise.
10835 * target.h (class Sized_target): Remove options parameter from
10836 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
10838 * gc.h (gc_process_relocs): Remove options parameter. Change all
10840 * arm.cc: Update functions to remove options parameters.
10841 * i386.cc: Likewise.
10842 * powerpc.cc: Likewise.
10843 * sparc.cc: Likewise.
10844 * x86_64.cc: Likewise.
10845 * testsuite/testfile.cc: Likewise.
10847 2009-10-28 Doug Kwan <dougkwan@google.com>
10849 * arm.cc (Arm_relobj): New class definition.
10850 (Arm_relobj::scan_sections_for_stubs,
10851 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
10852 New method definitions.
10854 2009-10-28 Cary Coutant <ccoutant@google.com>
10856 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
10857 (Plugin::cleanup_done_): New member.
10858 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
10859 (Plugin_manager::cleanup_done_): Remove.
10860 (Plugin_manager::add_input_file): Edit error message.
10861 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
10862 (Plugin_manager::cleanup): Remove use of cleanup_done_.
10864 2009-10-27 Mikolaj Zalewski <mikolajz@google.com>
10866 * fileread.cc: (File_read::View::~View): Use the new
10867 data_ownership_ filed.
10868 (File_read::~File_read): Dispose the new whole_file_view_.
10869 (File_read::open): Mmap the whole file if needed.
10870 (File_read::open): Use whole_file_view_ instead of contents_.
10871 (File_read::find_view): Use whole_file_view_ if applicable.
10872 (File_read::do_read): Use whole_file_view_ instead of contents_.
10873 (File_read::make_view): Use whole_file_view_ instead of contents_,
10874 update File_read::View::View call.
10875 (File_read::find_or_make_view): Update File_read::View::View
10877 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
10879 (File_read::View::Data_ownership): New enum.
10880 (File_read::View::View): Replace bool mapped_ with Data_ownership
10882 (File_read::View::mapped_): Remove (replaced by data_ownership_).
10883 (File_read::View::data_ownership_): New field.
10884 (File_read::contents_): Remove (replaced by whole_file_view_).
10885 (File_read::whole_file_view_): New field.
10886 * options.h (class General_options): Add --keep-files-mapped.
10888 2009-10-27 Cary Coutant <ccoutant@google.com>
10890 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
10891 * testsuite/Makefile.am (plugin_test_5): New test case.
10892 * testsuite/Makefile.in: Regenerate.
10894 2009-10-25 Doug Kwan <dougkwan@google.com>
10896 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
10897 from private to protected to allow access by child class.
10898 (Sized_relobj::do_relocate_sections): New method declaration.
10899 (Sized_relobj::relocate_sections): Virtualize.
10900 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
10901 Sized_relobj::relocate_sections. Instantiate template explicitly
10902 for different target sizes and endianity.
10904 2009-10-24 Doug Kwan <dougkwan@google.com>
10906 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
10907 (Arm_input_section::as_arm_input_section): New method.
10908 (Arm_output_section): New class definition.
10909 (Arm_output_section::create_stub_group,
10910 Arm_output_section::group_sections): New method definitions.
10912 2009-10-22 Doug Kwan <dougkwan@google.com>
10914 * arm.cc (Arm_input_section): New class definition.
10915 (Arm_input_section::init, Arm_input_section:do_write,
10916 Arm_input_section::set_final_data_size,
10917 Arm_input_section::do_reset_address_and_file_offset): New method
10920 2009-10-21 Doug Kwan <dougkwan@google.com>
10922 * arm.cc (Stub_table, Arm_input_section): New forward class
10924 (Stub_table): New class defintion.
10925 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
10926 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
10927 New method definition.
10929 2009-10-21 Doug Kwan <dougkwan@google.com>
10931 * arm.cc: Update copyright comments.
10932 (Target_arm): New forward class template declaration.
10933 (Arm_address): New type.
10934 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
10935 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
10936 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
10938 (Insn_template): Same.
10939 (DEF_STUBS): New macro.
10940 (Stub_type): New enum type.
10941 (Stub_template): New class definition.
10943 (Reloc_stub): Same.
10944 (Stub_factory): Same.
10945 (Target_arm::Target_arm): Initialize may_use_blx_ and
10946 should_force_pic_veneer_.
10947 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
10948 Target_arm::should_force_pic_veneer,
10949 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
10950 Target_arm::using_thumb_only, Target_arm:;default_target): New
10952 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
10953 New data member declarations.
10954 (Insn_template::size, Insn_template::alignment): New method defintions.
10955 (Stub_template::Stub_template): New method definition.
10956 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
10957 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
10958 (Stub_factory::Stub_factory): New method definition.
10959 * gold.h (string_hash): New template.
10960 * output.h (Input_section_specifier::hash_value): Use
10962 (Input_section_specifier::string_hash): Remove.
10963 * stringpool.cc (Stringpool_template::string_hash): Use
10966 2009-10-20 Doug Kwan <dougkwan@google.com>
10968 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
10969 symbols of relaxed input sections.
10970 * output.h (Output_section::find_relaxed_input_section): Make
10973 2009-10-16 Doug Kwan <dougkwan@google.com>
10975 * dynobj.cc (Versions::Versions): Initialize version_script_.
10976 Only insert base version symbol definition for a shared object
10977 if version script defines any version versions.
10978 (Versions::define_base_version): New method definition.
10979 (Versions::add_def): Check that base version is not needed.
10980 (Versions::add_need): Define base version lazily.
10981 * dynobj.h (Versions::define_base_version): New method declaration.
10982 (Versions::needs_base_version_): New data member declaration.
10983 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
10984 (check_DATA): Add no_version_test.stdout.
10985 (libno_version_test.so, no_version_test.o no_version_test.stdout):
10987 * testsuite/Makefile.in: Regenerate.
10988 * testsuite/no_version_test.c: New file.
10989 * testsuite/no_version_test.sh: Ditto.
10991 2009-10-16 Doug Kwan <dougkwan@google.com>
10993 * expression.cc (class Segment_start_expression): New class definition.
10994 (Segment_start_expression::value): New method definition.
10995 (script_exp_function_segment_start): Return a new
10996 Segment_start_expression.
10997 * gold/script-c.h (script_saw_segment_start_expression): New function
10999 * script-sections.cc (Script_sections::Script_sections): Initialize
11000 SAW_SEGMENT_START_EXPRESSION_ to false.
11001 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
11002 and -Tbbs options to specify section addresses if given in
11003 command line and no SEGMENT_START expression is seen in a script.
11004 * script-sections.h (Script_sections::saw_segment_start_expression,
11005 Script_sections::set_saw_segment_start_expression): New method
11007 (Script_sections::saw_segment_start_expression_): New data member
11009 * script.cc (script_saw_segment_start_expression): New function.
11010 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
11011 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
11012 script_test_7.sh and script_test_8.sh.
11013 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
11014 script_test_8.stdout.
11015 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
11016 (script_test_6, script_test_6.stdout, script_test_7,
11017 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
11018 * Makefile.in: Regenerate.
11019 * testsuite/script_test_6.sh: New file.
11020 * testsuite/script_test_6.t: Same.
11021 * testsuite/script_test_7.sh: Same.
11022 * testsuite/script_test_7.t: Same.
11023 * testsuite/script_test_8.sh: Same.
11025 2009-10-16 Doug Kwan <dougkwan@google.com>
11027 * output.cc (Output_segment::set_section_list_address): Cast
11028 expressions to unsigned long long type to avoid format warnings.
11030 2009-10-15 Ian Lance Taylor <iant@google.com>
11032 * script.cc (Script_options::add_symbol_assignment): Always add a
11033 dot assignment to script_sections_.
11034 * script-sections.cc (Script_sections::add_dot_assignment):
11035 Initialize if necessary.
11037 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
11038 program headers with no load segment if there is a linker script.
11040 * layout.cc (Layout::set_segment_offsets): Align the file offset
11041 to the segment aligment for -N or -n with no load segment.
11042 * output.cc (Output_segment::add_output_section): Don't crash if
11043 the first section is a TLS section.
11044 (Output_segment::set_section_list_addresses): Print an error
11045 message if the address moves backward in a linker script.
11046 * script-sections.cc
11047 (Output_section_element_input::set_section_addresses): Don't
11048 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
11049 (Orphan_output_section::set_section_addresses): Likewise.
11051 2009-10-15 Doug Kwan <dougkwan@google.com>
11053 * layout.cc (Layout::finish_dynamic_section): Generate tags
11054 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
11055 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
11056 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
11058 2009-10-14 Ian Lance Taylor <iant@google.com>
11060 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
11062 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
11063 data_shdr fields of relinfo.
11064 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
11065 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
11066 R_386_TLS_LDO_32, adjust based on section flags.
11067 (Target_i386::Relocate::fix_up_ldo): Remove.
11069 2009-10-13 Ian Lance Taylor <iant@google.com>
11071 Add support for -pie.
11072 * options.h (class General_options): Add -pie and
11074 (General_options::output_is_position_independent): Test -pie.
11075 (General_options::output_is_executable): Return true if not shared
11076 and not relocatable.
11077 (General_options::output_is_pie): Remove.
11078 * options.cc (General_options::finalize): Reject incompatible uses
11080 * gold.cc (queue_middle_tasks): A -pie link is not static.
11081 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
11082 * symtab.cc (Symbol::final_value_is_known): Return false if
11083 output_is_position_independent.
11084 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
11085 output_is_position_independent.
11086 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
11087 output_is_position_independent.
11088 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
11089 output_is_position_independent.
11090 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
11092 (basic_pie_test.o, basic_pie_test): New targets.
11093 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
11094 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
11095 (two_file_pie_test): New target.
11096 * testsuite/Makefile.in: Rebuild.
11097 * README: Remove note saying that -pie is not supported.
11099 2009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
11101 * options.h (class General_options): Add -init and -fini.
11102 * layout.cc (Layout::finish_dynamic_section): Emit
11103 given init and fini functions.
11105 2009-10-13 Sriraman Tallam <tmsriram@google.com>
11107 * gc.h (gc_process_relocs): Check if icf is enabled using new
11109 * gold.cc (queue_initial_tasks): Likewise.
11110 (queue_middle_tasks): Likewise.
11111 * object.cc (do_layout): Likewise.
11112 * symtab.cc (is_section_folded): Likewise.
11113 * main.cc (main): Likewise.
11114 * reloc.cc (Read_relocs::run): Likewise.
11115 (Sized_relobj::do_scan_relocs): Likewise.
11116 * icf.cc (is_function_ctor_or_dtor): New function.
11117 (Icf::find_identical_sections): Check if function is ctor or dtor when
11118 safe icf is chosen.
11119 * options.h (General_options::icf): Change option to be an enum.
11120 (Icf_status): New enum.
11121 (icf_enabled): New method.
11122 (icf_safe_folding): New method.
11123 (set_icf_status): New method.
11124 (icf_status_): New variable.
11125 * (options.cc) (General_options::finalize): Set icf_status_.
11126 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
11127 icf_test and icf_keep_unique_test to use the --icf enum flag.
11128 * testsuite/icf_safe_test.sh: New file.
11129 * testsuite/icf_safe_test.cc: New file.
11131 2009-10-12 Sriraman Tallam <tmsriram@google.com>
11133 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
11134 includes to gc.h and icf.h.
11135 * arm.cc: Include gc.h.
11136 * gold.cc: Likewise.
11137 * i386.cc: Likewise.
11138 * powerpc.cc: Likewise.
11139 * sparc.cc: Likewise.
11140 * x86_64.cc: Likewise.
11141 * gc.h: Include icf.h.
11143 2009-10-11 Ian Lance Taylor <iant@google.com>
11145 * plugin.cc: Include "gold.h" before other header files.
11147 2009-10-10 Chris Demetriou <cgd@google.com>
11149 * options.h (Input_file_argument::Input_file_type): New enum.
11150 (Input_file_argument::is_lib_): Replace with...
11151 (Input_file_argument::type_): New member.
11152 (Input_file_argument::Input_file_argument): Take Input_file_type
11153 'type' rather than boolean 'is_lib' as second argument.
11154 (Input_file_argument::is_lib): Use type_.
11155 (Input_file_argument::is_searched_file): New function.
11156 (Input_file_argument::may_need_search): Handle is_searched_file.
11157 * options.cc (General_options::parse_library): Support -l:filename.
11158 (General_options::parse_just_symbols): Update for Input_file_argument
11160 (Command_line::process): Likewise.
11161 * archive.cc (Archive::get_file_and_offset): Likewise.
11162 * plugin.cc (Plugin_manager::release_input_file): Likewise.
11163 * script.cc (read_script_file, script_add_file): Likewise.
11164 * fileread.cc (Input_file::Input_file): Likewise.
11165 (Input_file::will_search_for): Handle is_searched_file.
11166 (Input_file::open): Likewise.
11167 * readsyms.cc (Read_symbols::get_name): Likewise.
11168 * testsuite/Makefile.am (searched_file_test): New test.
11169 * testsuite/Makefile.in: Regenerate.
11170 * testsuite/searched_file_test.cc: New file.
11171 * testsuite/searched_file_test_lib.cc: New file.
11173 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11174 Ian Lance Taylor <iant@google.com>
11176 * descriptor.cc: Include <cstdio> and "binary-io.h".
11177 (Descriptors::open): Open the files in binary mode always.
11178 * script.cc (Lex::get_token): Treat \r as whitespace.
11180 2009-10-09 Ian Lance Taylor <iant@google.com>
11182 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
11184 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11185 Ian Lance Taylor <iant@google.com>
11187 * configure.ac: Check for readv function also.
11188 * fileread.cc (readv): Define if not HAVE_READV.
11189 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
11191 * config.in: Regenerate.
11192 * configure: Regenerate.
11194 2009-10-09 Doug Kwan <dougkwan@google.com>
11196 * layout.cc (Layout::make_output_section): Call target hook to make
11197 ordinary output section.
11198 (Layout::finalize): Adjust parameter list of call the
11199 Target::may_relax().
11200 * layout.h (class Layout::section_list): New method.
11201 * merge.h (Output_merge_base::entsize): Change visibility to public.
11202 (Output_merge_base::is_string, Output_merge_base::do_is_string):
11204 (Output_merge_string::do_is_string): New method.
11205 * object.cc (Sized_relobj::do_setup): renamed from
11206 Sized_relobj::set_up.
11207 * object.h (Sized_relobj::adjust_shndx,
11208 Sized_relobj::initializ_input_to_output_maps,
11209 Sized_relobj::free_input_to_output_maps): Change visibilities to
11211 (Sized_relobj::setup): Virtualize.
11212 (Sized_relobj::do_setup): New method declaration.
11213 (Sized_relobj::invalidate_section_offset,
11214 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
11215 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
11216 * options.cc (parse_int): New function.
11217 * options.h (parse_int): New declaration.
11218 (DEFINE_int): New macro.
11219 (stub_group_size): New option.
11220 * output.cc (Output_section::Output_section): Initialize memebers
11221 merge_section_map_, merge_section_by_properties_map_,
11222 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
11223 (Output_section::add_input_section): Handled deferred code-fill
11224 generation and remove an old comment.
11225 (Output_section::add_relaxed_input_section): New method definition.
11226 (Output_section::add_merge_input_section): Use merge section by
11227 properties map to speed to search. Update merge section maps
11229 (Output_section::build_relaxation_map): New method definition.
11230 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
11232 (Output_section::relax_input_section): Renamed to
11233 Output_section::convert_input_sections_to_relaxed_sections and change
11234 interface to take a vector of pointers to relaxed sections.
11235 (Output_section::find_merge_section,
11236 Output_section::find_relaxed_input_section): New method definitions.
11237 (Output_section::is_input_address_mapped,
11238 Output_section::output_offset, Output_section::output_address):
11239 Use output section data maps to speed up searching.
11240 (Output_section::find_starting_output_address): Add comments.
11241 (Output_section::do_write,
11242 Output_section::write_to_postprocessing_buffer): Do code-fill
11243 generation as appropriate.
11244 (Output_section::get_input_sections): Invalidate relaxed input section
11246 (Output_section::restore_states): Adjust type of checkpoint .
11247 Invalidate relaxed input section map.
11248 * output.h (Output_merge_base): New class declaration.
11249 (Input_section_specifier): New class defintion.
11250 (class Output_relaxed_input_section) Change base class to
11251 Output_section_data_build.
11252 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
11253 base class initializer.
11254 (Output_section::add_relaxed_input_section): New method declaration.
11255 (Output_section::Input_section): Change visibility to protected.
11256 (Output_section::Input_section::relobj,
11257 Output_section::Input_section::shndx): Handle relaxed input sections.
11258 Output_section::input_sections) Change visibility to protected. Also
11259 define overload to return a non-const pointer.
11260 (Output_section::Merge_section_properties): New class defintion.
11261 (Output_section::Merge_section_by_properties_map,
11262 Output_section::Output_section_data_by_input_section_map,
11263 Output_section::Relaxation_map): New types.
11264 (Output_section::relax_input_section): Rename method to
11265 Output_section::convert_input_sections_to_relaxed_sections and change
11266 interface to take a vector of relaxed section pointers.
11267 (Output_section::find_merge_section,
11268 Output_section::find_relaxed_input_section,
11269 Output_section::build_relaxation_map,
11270 Output_section::convert_input_sections_in_list_to_relaxed_sections):
11271 New method declarations.
11272 (Output_section::merge_section_map_
11273 Output_section::merge_section_by_properties_map_,
11274 Output_section::relaxed_input_section_map_,
11275 Output_section::is_relaxed_input_section_map_valid_,
11276 Output_section::generate_code_fills_at_write_): New data members.
11277 * script-sections.cc
11278 (Output_section_element_input::set_section_addresses): Call
11279 current_data_size and addralign methods of relaxed input sections.
11280 (Orphan_output_section::set_section_addresses): Call current_data_size
11281 and addralign methods of relaxed input sections.
11282 * symtab.cc (Symbol_table::compute_final_value): Extract template
11283 from the body of Symbol_table::sized_finalize_symbol.
11284 (Symbol_table::sized_finalized_symbol): Call
11285 Symbol_table::compute_final_value.
11286 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
11287 (Symbol_table::compute_final_value): New templated method declaration.
11288 * target.cc (Target::do_make_output_section): New method defintion.
11289 * target.h (Target::make_output_section): New method declaration.
11290 (Target::relax): Add more parameters for input objects, symbol table
11291 and layout. Adjust call to do_relax.
11292 (Target::do_make_output_section): New method declaration.
11293 (Target::do_relax): Add parameters for input objects, symbol table
11296 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11298 * pread.c: Include stdio.h.
11300 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11302 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
11305 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11307 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
11308 Change read_shndx type to unsigned int.
11309 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11311 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11312 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
11313 Change read_shndx type to unsigned int.
11314 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11316 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11317 * layout.cc (Layout::create_symtab_sections): Cast the result of
11318 local_symcount * symsize to off_t in the gold_assert.
11320 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11322 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
11323 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
11325 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
11326 (Arm_relocate_functions::thm_abs5): New function.
11327 (Arm_relocate_functions::abs12): New function.
11328 (Arm_relocate_functions::abs16): New function.
11329 (Arm_relocate_functions::base_abs): New function.
11330 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
11331 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
11332 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
11334 (Scan::global): Likewise.
11335 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
11336 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
11337 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
11338 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
11341 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11343 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
11344 (Arm_relocate_functions::movt_prel): New function.
11345 (Arm_relocate_functions::thm_movw_prel_nc): New function.
11346 (Arm_relocate_functions::thm_movt_prel): New function.
11347 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
11348 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
11349 (Scan::global, Relocate::relocate): Likewise.
11350 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11352 2009-10-09 Mikolaj Zalewski <mikolajz@google.com>
11354 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
11355 Incremental_checker.
11356 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
11358 (class Incremental_inputs_header): New class.
11359 (Incremental_inputs_header_writer): Edit comment.
11360 (Incremental_inputs_entry): New class.
11361 (Incremental_inputs_entry_writer): Edit comment.
11362 (Sized_incremental_binary::do_find_incremental_inputs_section):
11363 Add *strtab_shndx parameter, fill it.
11364 (Sized_incremental_binary::do_check_inputs): New method.
11365 (Incremental_checker::can_incrementally_link_output_file): Use
11366 Sized_incremental_binary::check_inputs.
11367 (Incremental_inputs::report_command_line): Save command line in
11370 (Incremental_binary::find_incremental_inputs_section): New
11372 (Incremental_binary::do_find_incremental_inputs_section): Add
11373 strtab_shndx parameter.
11374 (Incremental_binary::do_check_inputs): New pure virtual method.
11375 (Sized_incremental_binary::do_check_inputs): Declare.
11376 (Incremental_checker::Incremental_checker): Add incremental_inputs
11377 parameter, use it to initialize incremental_inputs_.
11378 (Incremental_checker::incremental_inputs_): New field.
11379 (Incremental_checker::command_line): New method.
11380 (Incremental_checker::inputs): New method.
11381 (Incremental_checker::command_line_): New field.
11383 2009-10-09 Mikolaj Zalewski <mikolajz@google.com>
11385 * incremental.cc: Include <cstdarg> and "target-select.h".
11386 (vexplain_no_incremental): New function.
11387 (explain_no_incremental): New function.
11388 (Incremental_binary::error): New method.
11389 (Sized_incremental_binary::do_find_incremental_inputs_section): New
11391 (make_sized_incremental_binary): New function.
11392 (open_incremental_binary): New function.
11393 (can_incrementally_link_file): Add checks if output is ELF and has
11395 * incremental.h: Include "elfcpp_file.h" and "output.h".
11396 (Incremental_binary): New class.
11397 (Sized_incremental_binary): New class.
11398 (open_incremental_binary): Declare.
11399 * object.cc (is_elf_object): Use
11400 elfcpp::Elf_recognizer::is_elf_file.
11401 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
11402 * output.h (Output_file::filesize): New method.
11404 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11406 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
11408 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
11409 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
11411 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
11413 (Arm_relocate_functions::movw_abs_nc): New function.
11414 (Arm_relocate_functions::movt_abs): New function.
11415 (Arm_relocate_functions::thm_movw_abs_nc): New function.
11416 (Arm_relocate_functions::thm_movt_abs): New function.
11417 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
11418 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
11419 (Scan::global): Likewise.
11420 (Relocate::relocate): Likewise.
11421 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11423 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11425 * arm.cc (Arm_relocate_functions::got_prel) New function.
11426 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
11427 (Relocate::relocate): Likewise.
11428 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11430 2009-10-06 Ian Lance Taylor <iant@google.com>
11432 * options.h (class General_options): Define
11433 split_stack_adjust_size parameter.
11434 * object.h (class Object): Add uses_split_stack_ and
11435 has_no_split_stack_ fields. Add uses_split_stack and
11436 has_no_split_stack accessor functions. Declare
11437 handle_split_stack_section.
11438 (class Reloc_symbol_changes): Define.
11439 (class Sized_relobj): Define Function_offsets. Declare
11440 split_stack_adjust, split_stack_adjust_reltype, and
11442 * object.cc (Object::handle_split_stack_section): New function.
11443 (Sized_relobj::do_layout): Call handle_split_stack_section.
11444 * dynobj.cc (Sized_dynobj::do_layout): Call
11445 handle_split_stack_section.
11446 * reloc.cc (Sized_relobj::relocate_sections): Call
11447 split_stack_adjust for executable sections in split_stack
11448 objects. Pass reloc_map to relocate_section.
11449 (Sized_relobj::split_stack_adjust): New function.
11450 (Sized_relobj::split_stack_adjust_reltype): New function.
11451 (Sized_relobj::find_functions): New function.
11452 * target-reloc.h: Include "object.h".
11453 (relocate_section): Add reloc_symbol_changes parameter. Change
11455 * target.h (class Target): Add calls_non_split method. Declare
11456 do_calls_non_split virtual method. Declare match_view and
11458 * target.cc: Include "elfcpp.h".
11459 (Target::do_calls_non_split): New function.
11460 (Target::match_view): New function.
11461 (Target::set_view_to_nop): New function.
11462 * gold.cc (queue_middle_tasks): Give an error if mixing
11463 split-stack and non-split-stack objects with -r.
11464 * i386.cc (Target_i386::relocate_section): Add
11465 reloc_symbol_changes parameter.
11466 (Target_i386::do_calls_non_split): New function.
11467 * x86_64.cc (Target_x86_64::relocate_section): Add
11468 reloc_symbol_changes parameter.
11469 (Target_x86_64::do_calls_non_split): New function.
11470 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
11472 * powerpc.cc (Target_powerpc::relocate_section): Add
11473 reloc_symbol_changes parameter.
11474 * sparc.cc (Target_sparc::relocate_section): Add
11475 reloc_symbol_changes parameter.
11476 * configure.ac: Call AM_CONDITIONAL for the default target.
11477 * configure: Rebuild.
11478 * testsuite/Makefile.am (TEST_AS): New variable.
11479 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
11480 (check_DATA): Add split_i386 and split_x86_64 files.
11481 (SPLIT_DEFSYMS): Define.
11482 (split_i386_[1234n].o): New targets.
11483 (split_i386_[124]): New targets.
11484 (split_i386_[1234r].stdout): New targets.
11485 (split_x86_64_[1234n].o): New targets.
11486 (split_x86_64_[124]): New targets.
11487 (split_x86_64_[1234r].stdout): New targets.
11488 (MOSTLYCLEANFILES): Add new executables.
11489 * testsuite/split_i386.sh: New file.
11490 * testsuite/split_x86_64.sh: New file.
11491 * testsuite/split_i386_1.s: New file.
11492 * testsuite/split_i386_2.s: New file.
11493 * testsuite/split_i386_3.s: New file.
11494 * testsuite/split_i386_4.s: New file.
11495 * testsuite/split_i386_n.s: New file.
11496 * testsuite/split_x86_64_1.s: New file.
11497 * testsuite/split_x86_64_2.s: New file.
11498 * testsuite/split_x86_64_3.s: New file.
11499 * testsuite/split_x86_64_4.s: New file.
11500 * testsuite/split_x86_64_n.s: New file.
11501 * testsuite/testfile.cc (Target_test): Update relocation_section
11503 * testsuite/Makefile.in: Rebuild.
11505 2009-10-06 Ian Lance Taylor <iant@google.com>
11507 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
11508 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
11509 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
11510 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
11511 the address on ldo_addrs_.
11512 (Target_i386::Relocate::fix_up_ldo): New function.
11514 2009-10-06 Rafael Espindola <espindola@google.com>
11516 * plugin.cc (add_input_library): New.
11517 (Plugin::load): Add add_input_library to tv.
11518 (Plugin_manager::add_input_file): Add the is_lib argument.
11519 (add_input_file): Update call to Plugin_manager::add_input_file.
11520 (add_input_library): New.
11521 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
11523 2009-09-30 Doug Kwan <dougkwan@google.com>
11525 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
11526 symbol and call Symbol::may_need_copy_reloc to determine if
11527 a copy reloc is needed.
11528 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
11529 nocopyreloc is given in command line.
11530 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
11531 given in command line.
11532 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
11533 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
11534 of the removed Target_i386::may_need_copy_reloc.
11535 * options.h (copyreloc): New option with default value false.
11536 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11537 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
11538 instead of the removed Target_powerpc::may_need_copy_reloc.
11539 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11540 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
11541 instead of the removed Target_sparc::may_need_copy_reloc.
11542 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
11543 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
11544 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
11545 instead of the removed Target_x86_64::may_need_copy_reloc.
11547 2009-09-30 Ian Lance Taylor <iant@google.com>
11549 * object.h (class Object): Remove target_ field, and target,
11550 sized_target, and set_target methods.
11551 (Object::sized_target): Remove.
11552 (class Sized_relobj): Update declarations. Remove sized_target.
11553 * object.cc (Sized_relobj::setup): Remove target parameter.
11554 Change all callers.
11555 (Input_objects::add_object): Don't do anything with the target.
11556 (make_elf_sized_object): Add punconfigured parameter. Change all
11557 callers. Set or test parameter target.
11558 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
11559 Change all callers.
11560 * parameters.cc (Parameters::set_target): Change parameter type to
11562 (Parameters::default_target): Remove.
11563 (set_parameters_target): Change parameter type to be non-const.
11564 (parameters_force_valid_target): New function.
11565 (parameters_clear_target): New function.
11566 * parameters.h (class Parameters): Update declarations. Remove
11567 default_target method. Add sized_target and clear_target
11568 methods. Change target_ to be non-const.
11569 (set_parameters_target): Update declaration.
11570 (parameters_force_valid_target): Declare.
11571 (parameters_clear_target): Declare.
11572 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
11573 as NULL if we aren't searching.
11574 (Add_symbols::run): Don't check for compatible target.
11575 * fileread.cc (Input_file::open_binary): Call
11576 parameters_force_valid_target.
11577 * gold.cc (queue_middle_tasks): Likewise.
11578 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
11579 set_target on object.
11580 * dynobj.h (class Sized_dynobj): Update declarations.
11581 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
11582 make_elf_object returns NULL.
11583 (Archive::include_member): Don't check whether object target is
11585 * output.cc (Output_section::add_input_section): Get target from
11587 (Output_section::relax_input_section): Likewise.
11588 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
11590 (Sized_relobj::do_scan_relocs): Likewise.
11591 (Sized_relobj::relocate_sections): Likewise.
11592 * resolve.cc (Symbol_table::resolve): Likewise.
11593 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
11594 parameter. Change all callers.
11595 (Symbol_table::add_from_object): Get target from parameters.
11596 (Symbol_table::add_from_relobj): Don't check object target.
11597 (Symbol_table::add_from_dynobj): Likewise.
11598 (Symbol_table::define_special_symbol): Get target from
11600 * symtab.h (class Symbol_table): Update declaration.
11601 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
11602 parameter. Change all callers. Clear parameter target.
11603 (Binary_test): Test target here.
11604 * testsuite/object_unittest.cc (gold_testsuite): Remove
11605 target_test_pointer parameter. Change all callers.
11606 (Object_test): Test target here.
11608 2009-09-26 Ian Lance Taylor <iant@google.com>
11610 * testsuite/initpri1.c: Don't try to use constructor priorities if
11611 compiling with gcc before 4.3.
11613 2009-09-22 Mikolaj Zalewski <mikolajz@google.com>
11615 * testsuite/retain_symbols_file_test.sh (check_present): Change
11616 output file name to retain_symbols_file_test.stdout.
11617 (check_absent): Likewise.
11619 2009-09-18 Craig Silverstein <csilvers@google.com>
11621 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
11622 * options.cc: Include <cerrno> and <fstream>.
11623 (General_options::finalize): Parse -retain-symbols-file tag.
11624 * options.h: New flag.
11625 (General_options): New method should_retain_symbol, new
11626 variable symbols_to_retain.
11627 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
11628 should_retain_symbol map.
11629 * testsuite/Makefile.am (retain_symbols_file_test): New test.
11630 * testsuite/Makefile.in: Regenerate.
11631 * testsuite/retain_symbols_file_test.sh: New file.
11633 2009-09-18 Nick Clifton <nickc@redhat.com>
11635 * po/es.po: Updated Spanish translation.
11637 2009-09-17 Doug Kwan <dougkwan@google.com>
11639 * debug.h (DEBUG_RELAXATION): New constant.
11640 (DEBUG_ALL): Add DEBUG_RELAXATION.
11641 (debug_string_to_enum): Add relaxation debug option.
11643 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
11644 Layout::Relaxation_debug_check::read_sections,
11645 Layout::Relaxation_debug_check::read_sections): New method definitions.
11646 (Layout::Layout): Initialize data members
11647 record_output_section_data_from_scrips_,
11648 script_output_section_data_list_ and relaxation_debug_check_.
11649 (Layout::save_segments, Layout::restore_segments,
11650 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11651 Layout::relaxation_loop_body): New method definitions.
11652 (Layout::finalize): Support relaxation. Move section layout code to
11653 Layout::relaxation_loop_body.
11654 (Layout::set_asection_address_from_script): Move code for orphan
11655 section placement out.
11656 (Layout::place_orphan_sections_in_script): New method definition.
11657 * layout.h (Output_segment_headers, Output_file_header):
11658 New forward class declarations.
11659 (Layout::~Layout): Define.
11660 (Layout::new_output_section_data_from_script): New method definition.
11661 (Layout::place_orphan_sections_in_script): New method declaration.
11662 (Layout::Segment_states): New type declaration.
11663 (Layout::save_segments, Layout::restore_segments,
11664 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11665 Layout::relaxation_loop_body): New method declarations.
11666 (Layout::Output_section_data_list): New type declaration.
11667 (Layout::Relaxation_debug_check): New class definition.
11668 (Layout::record_output_section_data_from_script_,
11669 Layout::script_output_section_data_list_, Layout::segment_states_,
11670 Layout::relaxation_debug_check_): New data members.
11671 * output.cc: (Output_section_headers::do_size): New method definition.
11672 (Output_section_headers::Output_section_headers): Move size
11673 computation to Output_section_headers::do_size.
11674 (Output_segment_headers::do_size): New method definition.
11675 (Output_file_header::Output_file_header): Move size computation to
11676 Output_file_header::do_size and call it.
11677 (Output_file_header::do_size): New method definition.
11678 (Output_data_group::Output_data_group): Adjust call to
11679 Output_section_data.
11680 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
11681 (Output_symtab_xindex::do_write): Add array bound check.
11682 (Output_section::Input_section::print_to_mapfile): Handle
11683 RELAXED_INPUT_SECTION_CODE.
11684 (Output_section::Output_section): Initialize data member checkpoint_.
11685 (Output_section::~Output_section): Delete checkpoint object pointed
11687 (Output_section::add_input_section): Always add an Input_section if
11689 (Output_section::add_merge_input_section): Add assert.
11690 (Output_section::relax_input_section): New method definition.
11691 (Output_section::set_final_data_size): Set load address to zero for
11692 an unallocated section.
11693 (Output_section::do_address_and_file_offset_have_reset_values):
11694 New method definition.
11695 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
11696 Handle relaxed input section.
11697 (Output_section::sort_attached_input_sections): Checkpoint input
11698 section list lazily.
11699 (Output_section::get_input_sections): Change type of input_sections to
11700 list of Simple_input_section pointers. Checkpoint input section list
11701 lazily. Also handle relaxed input sections.
11702 (Output_section::add_input_section_for_script): Take a reference to
11703 a Simple_input_section object instead of Relobj pointer and section
11704 index as parameter. Handle relaxed input sections.
11705 (Output_section::save_states, Output_section::restore_states): New
11706 method definitions.
11707 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
11708 (Output_data::is_data_size_fixed): New method definition.
11709 (Output_data::reset_addresss_and_file_offset): Do not reset data size
11711 (Output_data::address_and_file_offset_have_reset_values): New method
11713 (Output_data::do_address_and_file_offset_have_reset_values): New method
11715 (Output_data::set_data_size): Check that data size is not fixed.
11716 (Output_data::fix_data_size): New method definition.
11717 (Output_data::is_data_size_fixed_): New data member.
11718 (Output_section_headers::set_final_data_size): New method definition.
11719 (Output_section_headers::do_size): New method declaration.
11720 (Output_segment_headers::set_final_data_size): New method definition.
11721 (Output_segment_headers::do_size): New method declaration.
11722 (Output_file_header::set_final_data_size)::New method definition.
11723 (Output_file_header::do_size)::New method declaration.
11724 (Output_section_data::Output_section_data): Add new parameter
11725 is_data_size_fixed and use it to fix data size.
11726 (Output_data_const::Output_data_const): Adjust call to base class
11727 constructor and fix data size.
11728 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
11729 base class constructor and fix data size.
11730 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
11731 base class constructor and fix data size.
11732 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
11733 class constructor and fix data size.
11734 (Output_data_group::set_final_data_size): New method definition.
11735 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
11736 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
11737 class constructor and fix data size.
11738 (Output_relaxed_input_section): New class definition.
11739 (Output_section::Simple_input_section): New class definition.
11740 (Output_section::get_input_sections): Adjust parameter list.
11741 (Output_section::add_input_section_for_script): Same.
11742 (Output_section::save_states, Output_section::restore_states,
11743 Output_section::do_address_and_file_offset_have_reset_values,
11744 (Output_section::Input_section::Input_section): Handle
11745 RELAXED_INPUT_SECTION_CODE. Add new overload for
11746 Output_relaxed_input_section.
11747 (Output_section::Input_section::is_input_section,
11748 Output_section::Input_section::set_output_section): Handle relaxed
11750 (Output_section::Input_section::is_relaxed_input_section,
11751 Output_section::Input_section::output_section_data,
11752 Output_section::Input_section::relaxed_input_section): New method
11754 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
11756 (Output_section::Input_section::u1_): Update comments.
11757 (Output_section::Input_section::u2_): Add new union member poris.
11758 (Output_section::Checkpoint_output_section): New classs definition.
11759 (Output_section::relax_input_section): New method declaration.
11760 (Output_section::checkpoint_): New data member.
11761 (Output_segment): Update comments.
11762 (Output_segment::Output_segment): Un-privatize copy constructor.
11763 (Output_segment::operator=): Un-privatize.
11764 * script-sections.cc (Output_section_element::Input_section_list):
11765 Change element type to Output_section::Simple_input_section.
11766 (Output_section_element_dot_assignment::set_section_addresses):
11767 Register output section data for relaxation clean up.
11768 (Output_data_exression::Output_data_expression): Adjust call to base
11769 constructor to fix data size.
11770 (Output_section_element_data::set_section_addresses): Register
11771 Output_data_expression object for relaxation clean up.
11772 (struct Input_section_info): Replace Relobj pointer and section index
11773 pair with Output_section::Simple_input_section and Convert struct to a
11775 (Input_section_sorter::operator()): Adjust access to
11776 Input_section_info data member to use accessors.
11777 (Output_section_element_input::set_section_addresses): Use layout
11778 parameter. Adjust code to use Output_section::Simple_input_section
11779 and Input_secction_info classes. Register filler for relaxation
11781 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
11782 and section index pair with Output_section::Simple_input_section
11783 class. Adjust code accordingly.
11784 (Phdrs_element::release_segment): New method definition.
11785 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
11787 (Script_sections::release_segments): New method definition.
11788 * gold/script-sections.h (Script_sections::release_segments): New
11789 method declaration.
11790 * gold/target.h (Target::may_relax, Target::relax,
11791 Target::do_may_relax, Target::do_relax): New method definitions.
11793 2009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11795 * arm.cc (has_signed_unsigned_overflow): New function.
11796 (Arm_relocate_functions::abs8): New function.
11797 (Target_arm::Scan::local): Handle R_ARM_ABS8.
11798 (Target_arm::Scan::global): Likewise.
11799 (Target_arm::relocate::relocate): Likewise.
11800 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11803 2009-09-16 Cary Coutant <ccoutant@google.com>
11805 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
11806 * testsuite/Makefile.in: Regenerate.
11808 2009-09-11 Nick Clifton <nickc@redhat.com>
11810 * po/gold.pot: Updated by the Translation project.
11812 2009-09-08 Cary Coutant <ccoutant@google.com>
11814 * output.cc (Output_file::open): Add execute permission to empty file.
11815 * testsuite/Makefile.am (permission_test): New test.
11816 * testsuite/Makefile.in: Regenerate.
11818 2009-09-02 Ian Lance Taylor <iant@google.com>
11820 * output.cc (Output_file::resize): Call map_no_anonymous rather
11823 2009-09-01 Mikolaj Zalewski <mikolajz@google.com>
11825 * gold.cc: Include "incremental.h".
11826 (queue_initial_tasks): Call Incremental_checker methods.
11827 * incremental.cc: Include "output.h".
11828 (Incremental_checker::can_incrementally_link_output_file): New
11830 * incremental.h (Incremental_checker): New class.
11832 * output.cc (Output_file::open_for_modification): New method.
11833 (Output_file::map_anonymous): Changed return type to bool. Record
11834 map in base_ field.
11835 (Output_file::map_no_anonymous): New method, broken out of map.
11836 (Output_file::map): Use map_no_anonymous and map_anonymous.
11837 * output.h (class Output_file): Update declarations.
11839 2009-08-24 Cary Coutant <ccoutant@google.com>
11841 * options.h (Command_line::Pre_options): New class.
11842 (Command_line::pre_options): New member.
11843 * options.cc (gold::options::ready_to_register): New variable.
11844 (One_option::register_option): Do nothing if not registering options.
11845 Assert if same short option registered twice.
11846 (General_options::General_options): Turn off option registration when
11848 (Command_line::Pre_options::Pre_options): New constructor.
11850 2009-08-24 Cary Coutant <ccoutant@google.com>
11852 * options.h (General_options::no_keep_memory): Remove incorrect
11855 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11857 * Makefile.am (am__skiplex, am__skipyacc): New.
11858 * Makefile.in: Regenerate.
11860 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11862 * Makefile.am (AM_CPPFLAGS): Renamed from ...
11863 (INCLUDES): ... this.
11864 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
11865 (AM_CPPFLAGS): Renamed from ...
11866 (INCLUDE): ... this.
11867 * Makefile.in, testsuite/Makefile.in: Regenerate.
11869 * Makefile.in: Regenerate.
11870 * aclocal.m4: Likewise.
11871 * config.in: Likewise.
11872 * configure: Likewise.
11873 * testsuite/Makefile.in: Likewise.
11875 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11876 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11877 * Makefile.in: Regenerate.
11878 * testsuite/Makefile.in: Regenerate.
11880 2009-08-19 Cary Coutant <ccoutant@google.com>
11882 * resolve.cc (Symbol_table::resolve): Don't complain about defined
11883 symbols in shared libraries overridden by hidden or internal symbols
11884 in the main program.
11886 2009-08-19 Chris Demetriou <cgd@google.com>
11888 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
11889 checking source file names in error messages.
11891 2009-08-18 Doug Kwan <dougkwan@google.com>
11893 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
11894 an elcpp::Ehdr as parameter. Adjust call to set_target.
11895 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
11896 an elfcpp::Ehdr as parameter.
11897 * object.cc (Object::set_target): Remove the version that looks up
11898 a target and sets it.
11899 (Sized_relobj::setup): Take a Target object instead of
11900 an elfcpp::Ehdr as parameter. Adjust call to set_target.
11901 (make_elf_sized_object): Find target and ask target to
11902 make an ELF object.
11903 * object.h: (Object::set_target): Remove the version that looks up
11904 a target and sets it.
11905 (Sized_relobj::setup): Take a Target object instead of
11906 an elfcpp:Ehdr as parameter.
11907 * target.cc: Include dynobj.h.
11908 (Target::do_make_elf_object_implementation): New.
11909 (Target::do_make_elf_object): New.
11910 * target.h (Target::make_elf_object): New template declaration.
11911 (Target::do_make_elf_object): New method declarations.
11912 (Target::do_make_elf_object_implementation): New template declaration.
11914 2009-08-14 Ian Lance Taylor <iant@google.com>
11916 * gold.h (FUNCTION_NAME): Define.
11917 (gold_unreachable): Use FUNCTION_NAME.
11919 2009-08-12 Sriraman Tallam <tmsriram@google.com>
11921 * icf.cc (Icf::find_identical_sections): Issue a warning when a
11922 symbol in the --keep-unique list is not found.
11924 2009-08-12 Sriraman Tallam <tmsriram@google.com>
11926 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
11927 been maked as --keep-unique.
11928 (Icf::unfold_section): New function.
11929 * icf.h (Icf::unfold_section): New function.
11930 * options.h (General_options::keep_unique): New option.
11931 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
11932 * testsuite/Makefile.in: Regenerate.
11933 * testsuite/icf_keep_unique_test.sh: New file.
11934 * testsuite/icf_keep_unique_test.cc: New file.
11936 2009-08-12 Cary Coutant <ccoutant@google.com>
11939 * resolve.cc (Symbol_table::resolve): Check for references from
11940 dynamic objects to hidden and internal symbols.
11941 * testsuite/Makefile.am (hidden_test.sh): New test.
11942 * testsuite/Makefile.in: Regenerate.
11943 * testsuite/hidden_test.sh: New script.
11944 * testsuite/hidden_test_1.c: New test source.
11945 * testsuite/hidden_test_main.c: New test source.
11947 2009-08-11 Doug Kwan <dougkwan@google.com>
11949 * arm.cc: Update comments.
11950 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
11951 segment to locate the .ARM.exidx section if present.
11953 2009-08-09 Doug Kwan <dougkwan@google.com>
11955 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
11958 2009-08-07 Sriraman Tallam <tmsriram@google.com>
11959 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
11962 2009-08-06 Sriraman Tallam <tmsriram@google.com>
11964 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
11965 valid tls_segment only for non-debug-section relocations.
11966 * testsuite/Makefile.am: Add gc_tls_test.
11967 * testsuite/Makefile.in: Regenerate.
11968 * testsuite/gc_tls_test.cc: New file.
11969 * testsuite/gc_tls_test.sh: New file.
11971 2009-08-05 Sriraman Tallam <tmsriram@google.com>
11973 * icf.cc: New file.
11975 * Makefile.am (CCFILES): Add icf.cc.
11976 (HFILES): Add icf.h
11977 * Makefile.in: Regenerate.
11978 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
11979 * gc.h (gc_process_relocs): Populate lists used by icf to contain
11980 section, symbol and addend information for the relocs.
11981 * gold.cc (queue_middle_tasks): Call identical code folding.
11982 * gold.h: Add defines for multimap.
11983 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
11984 to the call of finalize_local_symbols.
11985 * main.cc (main): Create object of class Icf.
11986 * object.cc (Sized_relobj::do_layout): Allow this function to be
11987 called twice during icf.
11988 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
11989 to sections marked as identical by icf.
11990 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
11992 (Sized_relobj::do_section_entsize): New function.
11993 * object.h (Object::section_entsize): New function.
11994 (Object::do_section_entsize): New pure virtual function.
11995 (Relobj::finalize_local_symbols): Add new parameter.
11996 (Relobj::do_section_entsize): New function.
11997 * options.h (General_options::icf): New option.
11998 (General_options::icf_iterations): New option.
11999 (General_options::print_icf_sections): New option.
12000 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
12001 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
12002 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
12004 * symtab.cc (Symbol_table::is_section_folded): New function.
12005 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
12006 to sections marked as identical by icf.
12007 * symtab.h (Symbol_table::set_icf): New function.
12008 (Symbol_table::icf): New function.
12009 (Symbol_table::is_section_folded): New function.
12010 (Symbol_table::icf_): New data member.
12011 * target-reloc.h (relocate_section): Ignore sections folded by icf.
12012 * testsuite/Makefile.am: Add commands to build icf_test.
12013 * testsuite/Makefile.in: Regenerate.
12014 * testsuite/icf_test.sh: New file.
12015 * testsuite/icf_test.cc: New file.
12017 2009-07-24 Chris Demetriou <cgd@google.com>
12019 * layout.cc (is_compressible_debug_section): Fix incorrect
12020 comment about compressed section names.
12022 2009-07-20 Ian Lance Taylor <ian@airs.com>
12025 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
12027 2009-07-16 Ian Lance Taylor <iant@google.com>
12030 * layout.h: #include <map>.
12031 (class Kept_section): Change from struct to class. Add accessors
12032 and setters. Add section size to Comdat_group mapping. Change
12033 Comdat_group to std::map. Add is_comdat_ field. Add
12034 linkonce_size field in union.
12035 (class Layout): Update declaration of find_or_add_kept_section.
12036 Don't declare find_kept_object.
12037 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
12038 parameter. Add object, shndx, is_comdat, and is_group_name
12039 parameters. Change all callers. Adjust for new Kept_section.
12040 (Layout::find_kept_object): Remove.
12041 * object.cc (Sized_relobj::include_section_group): Update use of
12042 Kept_section. Rename secnum to shndx. Only record
12043 Kept_comdat_section if sections are the same size.
12044 (Sized_relobj::include_linkonce_section): Update use of
12045 Kept_section. Only record Kept_comdat_section if sections are the
12046 same size. Set size of linkonce section.
12047 (Sized_relobj::map_to_kept_section): Update call to
12048 get_kept_comdat_section.
12049 * object.h (class Sized_relobj): Rename fields in
12050 Kept_comdat_section to drop trailing underscores; change object
12051 field to Relobj*. Change Kept_comdat_section_table to store
12052 struct rather than pointer.
12053 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
12054 Add kept_object and kept_shndx parameters. Change all callers.
12055 (Sized_relobj::get_kept_comdat_section): Change return type to
12056 bool. Add kept_object and kept_shndx parameters. Change all
12058 * plugin.cc (Pluginobj::include_comdat_group): Update call to
12059 Layout::find_or_add_kept_section.
12061 2009-07-09 Ian Lance Taylor <iant@google.com>
12063 * merge.cc (Object_merge_map::initialize_input_to_output_map):
12064 Reserve space in the hash table.
12066 2009-07-06 Mikolaj Zalewski <mikolajz@google.com>
12068 * fileread.cc (File_read::get_mtime): New method.
12069 * fileread.h (Timespec): New structure.
12070 (File_read::get_mtime): New method.
12071 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
12072 Renamed from timestamp_nsec.
12073 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
12075 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
12077 (Incremental_inputs::report_archive): Save mtime; style fix.
12078 (Incremental_inputs::report_obejct): Save mtime; style fix.
12079 (Incremental_inputs::report_script): Save mtime; style fix.
12080 (Incremental_inputs::finalize_inputs): Style fix.
12081 (Incremental_inputs::finalize): Style fix.
12082 (Incremental_inputs::create_input_section_data): Store inputs
12084 * incremental.h (Incremental_inputs::report_script): Add mtime
12086 (Incremental_inputs::Input_info::Input_info): Intialize only one
12088 (Incremental_inputs::Input_info::archive): Move to nameless
12090 (Incremental_inputs::Input_info::obejct): Move to nameless union.
12091 (Incremental_inputs::Input_info::script): Move to nameless union.
12092 (Incremental_inputs::mtime): New field.
12093 * script.cc (read_input_script): Pass file mtime to
12095 * script.h (Script_info::inputs): Style fix.
12097 2009-07-01 Ian Lance Taylor <ian@airs.com>
12099 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
12102 2009-06-24 Ian Lance Taylor <iant@google.com>
12105 * layout.cc (Layout::choose_output_section): If we find an
12106 existing section, update the flags.
12107 (Layout::create_notes): New function, broken out of
12109 (Layout::finalize): Don't create note sections.
12110 (Layout::create_note): Don't crash if linker script discards
12112 (Layout::create_gold_note): Likewise.
12113 (Layout::create_build_id): Likewise. Don't set
12114 after_input_sections on the section.
12115 (Layout::create_executable_stack_info): Remove target parameter.
12117 * layout.h (class Layout): Declare create_notes. Update
12118 declaration of create_executable_stack_info.
12119 * gold.cc (queue_middle_tasks): Call create_notes.
12120 * output.cc (Output_section::update_flags_for_input_section): Move
12121 here from output.h. If SHF_ALLOC flag is newly set, mark address
12123 * output.h (Output_data::mark_address_invalid): New function.
12124 (class Output_section): Only declare, not define,
12125 update_flags_for_input_section. Remove set_flags.
12127 2009-06-24 Ian Lance Taylor <iant@google.com>
12129 * script-sections.cc (Output_section_definition::
12130 set_section_addresses): Rename shadowing local load_address to
12133 2009-06-24 Ian Lance Taylor <iant@google.com>
12136 * reloc.cc (relocate_sections): Skip empty relocation sections.
12138 2009-06-23 Ian Lance Taylor <iant@google.com>
12141 * layout.cc (Layout::create_note): Use choose_output_section
12142 rather than make_output_section.
12144 2009-06-23 Ian Lance Taylor <iant@google.com>
12147 * options.cc (General_options::parse_V): Set printed_version_.
12148 (General_options::General_options): Initialize printed_version_.
12149 * options.h (class General_options): Add printed_version_ field.
12150 * gold.cc (queue_initial_tasks): If there are no input files,
12151 don't give a fatal error if we printed the version information.
12152 (queue_middle_tasks): If using -r with a shared object, give a
12153 fatal error rather than an ordinary error.
12155 2009-06-23 Ian Lance Taylor <iant@google.com>
12158 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
12159 (Layout::make_output_section): Set have_stabstr_section_ if we see
12160 a .stab*str section.
12161 (Layout::finalize): Call link_stabs_sections.
12162 (Layout::link_stabs_sections): New file.
12163 * layout.h (class Layout): Add have_stabstr_section_ field.
12164 Declare link_stabs_sections.
12166 2009-06-23 Doug Kwan <dougkwan@google.com>
12168 * Makefile.am (libgold_a_LIBADD): New.
12169 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
12170 * Makefile.in: Regenerate.
12171 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
12172 * configure: Regenerate.
12173 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
12174 * fileread.cc: Include sys/state.h
12175 * gold.h: Declare memmem and strndup if found missing.
12176 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
12178 2009-06-23 Ian Lance Taylor <iant@google.com>
12180 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
12181 * configure: Rebuild.
12183 2009-06-23 Ian Lance Taylor <iant@google.com>
12186 * object.cc (Object::section_contents): Don't try to get a view if
12187 the section has length zero.
12188 (Object::handle_gnu_warning_section): If the section is empty, use
12189 the name of the section as the warning.
12191 2009-06-23 Ian Lance Taylor <iant@google.com>
12194 * stringpool.h (class Stringpool_template): Add optimize_ field.
12195 (Stringpool_template::set_optimize): New function.
12196 * stringpool.cc (Stringpool_template::Stringpool_template):
12197 Initialize optimize_ field.
12198 (Stringpool_template::set_string_offsets): Test local optimize
12199 fild rather than parameter.
12200 * layout.cc (Layout::Layout): Call set_optimize on the section
12203 2009-06-22 Ian Lance Taylor <iant@google.com>
12206 * yyscript.y: Parse TARGET.
12207 * script.cc (script_set_target): New function.
12208 * script-c.h (script_set_target): Declare.
12209 * options.cc (General_options::string_to_object_format): Rename
12210 from string_to_object_format in anonymous namespace. Change
12212 * options.h (class General_options): Declare
12213 string_to_object_format.
12215 2009-06-22 Ian Lance Taylor <iant@google.com>
12217 * script-sections.cc (Script_sections::create_segments): Don't put
12218 program headers in a PT_LOAD segment if -n or -N.
12220 2009-06-22 Ian Lance Taylor <iant@google.com>
12223 * options.h (class General_options): Add -z lazy and -z now. Sort
12224 -z options into alphabetical order.
12225 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
12227 2009-06-21 Ian Lance Taylor <iant@google.com>
12229 * layout.cc (Layout::make_output_section): Call
12230 Target::new_output_section.
12231 (Layout::attach_allocated_section_to_segment): Put large section
12232 sections in a separate load segment with the large segment flag
12234 (Layout::segment_precedes): Sort large data segments after other
12236 (align_file_offset): New static function.
12237 (Layout::set_segment_offsets): Use align_file_offset.
12238 * output.h (class Output_section): Add is_small_section_ and
12239 is_large_section_ fields.
12240 (Output_section::is_small_section): New function.
12241 (Output_section::set_is_small_section): New function.
12242 (Output_section::is_large_section): New function.
12243 (Output_section::set_is_large_section): New function.
12244 (Output_section::is_large_data_section): New function.
12245 (class Output_segment): Add is_large_data_segment_ field.
12246 (Output_segment::is_large_data_segment): New function.
12247 (Output_segment::set_is_large_data_segment): New function.
12248 * output.cc (Output_section::Output_section): Initialize new
12250 (Output_segment::Output_segment): Likewise.
12251 (Output_segment::add_output_section): Add assertion that large
12252 data sections always go in large data segments. Force small data
12253 sections to the end of the list of data sections. Force small BSS
12254 sections to the start of the list of BSS sections. For large BSS
12255 sections to the end of the list of BSS sections.
12256 * symtab.h (class Symbol): Declare is_common_shndx.
12257 (Symbol::is_defined): Check Symbol::is_common_shndx.
12258 (Symbol::is_common): Likewise.
12259 (class Symbol_table): Define enum Commons_section_type. Update
12260 declarations. Add small_commons_ and large_commons_ fields.
12261 * symtab.cc (Symbol::is_common_shndx): New function.
12262 (Symbol_table::Symbol_table): Initialize new fields.
12263 (Symbol_table::add_from_object): Put small and large common
12264 symbols in the right list.
12265 (Symbol_table::sized_finalized_symbol): Check
12266 Symbol::is_common_shndx.
12267 (Symbol_table::sized_write_globals): Likewise.
12268 * common.cc (Symbol_table::do_allocate_commons): Allocate new
12269 common symbol lists. Don't call do_allocate_commons_list if the
12271 (Symbol_table::do_allocate_commons_list): Remove is_tls
12272 parameter. Add comons_section_type parameter. Change all
12273 callers. Handle small and large common symbols.
12274 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
12275 Symbol::is_common_shndx.
12276 * resolve.cc (symbol_to_bits): Likewise.
12277 * target.h (Target::small_common_shndx): New function.
12278 (Target::small_common_section_flags): New function.
12279 (Target::large_common_shndx): New function.
12280 (Target::large_common_section_flags): New function.
12281 (Target::new_output_section): New function.
12282 (Target::Target_info): Add small_common_shndx, large_common_shndx,
12283 small_common_section_flags, and large_common_section_flags
12285 (Target::do_new_output_section): New virtual function.
12286 * arm.cc (Target_arm::arm_info): Initialize new fields.
12287 * i386.cc (Target_i386::i386_info): Likewise.
12288 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
12290 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
12291 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
12292 (Target_x86_64::do_new_output_section): New function.
12293 * configure.ac: Define conditional MCMODEL_MEDIUM.
12294 * testsuite/Makefile.am (check_PROGRAMS): Add large.
12295 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
12296 (large_LDFLAGS): Define.
12297 * testsuite/large.c: New file.
12298 * testsuite/testfile.cc (Target_test::test_target_info):
12299 Initialize new fields.
12300 * configure, testsuite/Makefile.in: Rebuild.
12302 2009-06-05 Doug Kwan <dougkwan@google.com>
12304 * Makefile.am (CCFILES): Add target.cc.
12305 * Makefile.in: Regenerate.
12306 * i386.cc (class Target_i386): Define new virtual method to
12307 override do_is_local_label_name in parent.
12308 * object.cc (Sized_relobj::do_count_local_symbols): Discard
12309 local symbols if --discard-locals or -X is given.
12310 * options.h (class General_options): Declare new options
12311 '--discard-locals' and '-X' for discarding locals.
12312 * target.h (class Target): Define new methods is_local_label_name.
12313 Declare new virtual method do_is_local_label_name.
12314 * target.cc: New file.
12315 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
12316 (check_SCRIPTS): Add discard_locals_test.sh.
12317 (check_DATA): Add discard_local_tests.syms.
12318 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
12319 (discard_local_tests.syms, discard_locals_test.o): New make rules.
12320 * testsuite/Makefile.in: Regenerate.
12321 * testsuite/discard_locals_test.c: New file.
12322 * testsuite/discard_locals_test.sh: Same.
12324 2009-06-05 Doug Kwan <dougkwan@google.com>
12326 * object.cc (Sized_relobj::Sized_relobj): Initialize
12327 discarded_eh_frame_shndx_ to -1U.
12328 (Sized_relobj::do_layout): Record index of a discard .eh_frame
12330 (Sized_relobj::do_count_local_symbols): Skip local symbols in
12331 a discarded .eh_frame section.
12332 (Sized_relobj::do_finalize_local_symbols): Ditto.
12333 * object.h (class Sized_relobj): Declare new member
12334 discarded_eh_frame_shndx_.
12335 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
12336 (local_labels_test.o, local_labels_test): New rules.
12337 * testsuite/Makefile.in: Regenerate.
12339 2009-06-04 Doug Kwan <dougkwan@google.com>
12341 * layout.cc (Layout::section_name_mapping): Add mapping for
12342 special ARM sections.
12344 2009-06-03 Doug Kwan <dougkwan@google.com>
12346 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
12347 (utils::has_overflow): Same.
12349 2009-06-03 Ian Lance Taylor <iant@google.com>
12351 * layout.cc (Layout::section_name_mapping): New array, replacing
12352 Layout::linkonce_mapping.
12353 (Layout::section_name_mapping_count): New variable, replacing
12354 Layout::linkonce_mapping_count.
12355 (Layout::linkonce_output_name): Remove.
12356 (Layout::output_section_name): Rewrite.
12357 * layout.h (class Layout): Rename Linkonce_mapping to
12358 Section_name_mapping, linkonce_mapping to section_name_mapping,
12359 linkonce_mapping_count to section_name_mapping_count. Don't
12360 declare linkonce_output_name.
12362 2009-06-03 Doug Kwan <dougkwan@google.com>
12364 * gold/arm.cc (namespace utils): New.
12365 (Target_arm::reloc_is_non_pic): Define new method.
12366 (class Arm_relocate_functions): New.
12367 (Target_arm::Relocate::relocate): Handle relocation types used by
12370 2009-06-03 Ian Lance Taylor <iant@google.com>
12372 * arm.cc (Target_arm::scan::global): Use || instead of |.
12374 2009-06-02 Doug Kwan <dougkwan@google.com>
12376 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
12377 issued_non_pic_error_.
12378 (class Target_arm::Scan): Declare new method check_non_pic.
12379 Define new method symbol_needs_plt_entry.
12380 Declare new data member issued_non_pic_error_.
12381 (class Target_arm::Relocate): Declare new method
12382 should_apply_static_reloc.
12383 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
12384 (Target_arm::Scan::check_non_pic): Define new method.
12385 (Target_arm::Scan::local): Handle a small subset of reloc types used
12387 (Target_arm::Scan::local): Same.
12388 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
12390 2009-05-31 Mikolaj Zalewski <mikolajz@google.com>
12392 * incremental.cc (Incremental_inputs::report_command_line): Filter
12393 out --incremental-* options.
12395 2009-05-29 Doug Kwan <dougkwan@google.com>
12397 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
12399 (class Target_arm): Update comment.
12400 (Target_arm::Target_arm): Initialize new data members GOT_,
12401 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
12402 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
12403 and Target_arm::rel_dyn_section.
12404 Declare new_enum Target_arm::Got_type.
12405 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
12407 Update commments for member do_dynsym_value.
12408 (Target_arm::got_size, Target_arm::plt_section,
12409 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
12410 new methods inside class defintion.
12411 (Target_arm::got_section): Define new method.
12412 (Target_arm::rel_dyn_section): Same.
12413 (Output_data_plt_arm): New template class.
12414 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
12415 (Output_data_plt_arm:do_adjust_output_section): Define new method.
12416 (Output_data_plt_arm::add_entry): Same.
12417 (Output_data_plt_arm::first_plt_entry): Define new
12418 static data member for PLT instruction template.
12419 (Output_data_plt_arm::plt_entry): Same.
12420 (Output_data_plt_arm::do_write): Define new method.
12421 (Target_arm::make_plt_entry): Same.
12422 (Target_arm::do_finalize_sections): Same.
12423 (Target_arm::do_dynsym_value): Same.
12425 2009-05-28 Doug Kwan <dougkwan@google.com>
12427 * Makefile.am (TARGETSOURCES): Add arm.cc.
12428 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
12429 * Makefile.in: Regenerate.
12430 * arm.cc: New file.
12431 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
12433 2009-05-26 Doug Kwan <dougkwan@google.com>
12435 * options.cc (General_options::parse_exclude_libs). Fix a comment.
12436 (General_options::check_excluded_libs): Strip off directories in
12437 archive name before matching like GNU ld does.
12438 * testsuite/Makefile.am (MOSTLYCLEANFILES,
12439 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
12440 (exclude_libs_test_LDFLAGS): Add linker option
12441 -Wl,--exclude-libs,libexclude_libs_test_3
12442 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
12443 an explicit archive without using -l.
12444 (alt/libexclude_libs_test_3.a): New make rule.
12445 * testsuite/Makefile.in: Regenerate.
12446 * testsuite/exclude_libs_test.c : Declare lib3_default().
12448 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
12449 * exclude_libs_test_3.c: New file.
12451 2009-05-26 Nick Clifton <nickc@redhat.com>
12453 * po/id.po: New Indonesian translation.
12454 * po/gold.pot: Updated template file.
12456 2009-05-22 Sriraman Tallam <tmsriram@google.com>
12458 * testsuite/Makefile.am: Add -ffunction-sections to compile
12459 gc_comdat_test files. Add -Wl,--gc-sections to build
12461 * testsuite/Makefile.in: Regenerate.
12462 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
12464 2009-05-21 Sriraman Tallam <tmsriram@google.com>
12466 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
12467 kept comdat section was garbage collected.
12468 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
12469 * testsuite/Makefile.in: Regenerate.
12470 * testsuite/gc_comdat_test.sh: New file.
12471 * testsuite/gc_comdat_test_1.cc: New file.
12472 * testsuite/gc_comdat_test_2.cc: New file.
12474 2009-05-19 Doug Kwan <dougkwan@google.com>
12476 * archive.cc (Archive::Archive): Move constructor from archive.h
12477 to here. Initialize no_export_.
12478 (Archive::get_elf_object_for_member): Set no_export flag of object.
12479 * archive.h (Archive::Archive): Move constructor body to
12481 (Archive::no_export): New method.
12482 (Archive::no_export_): New field.
12483 * object.h (Object::Object): Initialize no_export_ to false.
12484 (Object::no_export, Object::set_no_export): New methods.
12485 (Object::no_export_): New field.
12486 * options.cc (General_options::parse_exclude_libs): New method.
12487 (General_options::check_excluded_libs) Same.
12488 * options.h (exclude_libs): New option.
12489 (General_options::check_excluded_libs): New method declaration.
12490 (General_options::excluded_libs_): New field.
12491 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
12492 default or protected visibility if an object has no-export flag set.
12493 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
12494 (check_SCRIPTS): Add exclude_libs_test.sh.
12495 (check_DATA): Add exclude_libs_test.syms.
12496 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
12497 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
12498 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
12499 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
12500 (exclude_libs_test.syms, libexclude_libs_test_1.a,
12501 libexclude_libs_test_2.a): New rules.
12502 * testsuite/Makefile.in: Regenerate.
12503 * testsuite/exclude_libs_test.c: New file.
12504 * testsuite/exclude_libs_test.sh: Ditto.
12505 * testsuite/exclude_libs_test_1.c: Ditto.
12506 * testsuite/exclude_libs_test_2.c: Ditto.
12508 2009-05-15 Ian Lance Taylor <iant@google.com>
12510 * configure.ac: Check for declarations for cases where libiberty.h
12511 checks HAVE_DECL_xxx.
12512 * configure, config.in: Rebuild.
12514 2009-05-15 Mikolaj Zalewski <mikolajz@google.com>
12516 * gold.h (Incremental_argument_list): Remove (invalid) forward
12518 * incremental.cc (Incremental_inputs::report_achive): New method.
12519 (Incremental_inputs::report_object): New method.
12520 (Incremental_inputs::report_script): New method.
12521 (Incremental_inputs::finalize_inputs): New method.
12522 (Incremental_inputs::finalize): Call finalize_inputs().
12523 (Incremental_inputs::sized_create_incremental_inputs_section_data):
12524 Create inputs entries.
12525 * incremental.h (Incremental_input_type): New enum.
12526 (Incremental_inputs::Incremental_input): Initialize new fields.
12527 (Incremental_inputs::report_inputs): New method.
12528 (Incremental_inputs::report_achive): New method.
12529 (Incremental_inputs::report_object): New method.
12530 (Incremental_inputs::report_script): New method.
12531 (Incremental_inputs::finalize_inputs): New method.
12532 (Incremental_inputs::Input_info): New struct.
12533 (Incremental_inputs::Input_info_map): New typedef.
12534 (Incremental_inputs::lock_): New field.
12535 (Incremental_inputs::Inputs_): New field.
12536 (Incremental_inputs::Inputs_map): New field.
12537 * main.cc (main): Call Incremental_input::report_inputs.
12538 * options.h (Input_argument_list): Typedef moved from
12540 (Input_file_group::Files): Remove, use ::Input_argument_list.
12541 (Input_file_group::Input_argument_list): Remove, use
12542 ::Input_argument_list.
12543 * plugin.cc (Plugin_manager::add_input_file): Add error in
12545 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
12547 * script.cc (read_input_script): Call
12548 Incremental_input::report_script.
12549 * script.h (Script_info): New class.
12551 2009-04-27 Ian Lance Taylor <iant@google.com>
12553 * x86_64.cc (do_adjust_output_section): Set entsize to
12556 2009-04-23 Elliott Hughes <enh@google.com>
12558 * output.cc (Output_file::close): After short writes, continue
12559 writing from the correct offset in the buffer being written.
12561 2009-04-23 Chris Demetriou <cgd@google.com>
12563 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
12564 * configure: Regenerate.
12565 * config.in: Regenerate.
12566 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
12567 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
12569 2009-04-21 Mikolaj Zalewski <mikolajz@google.com>
12571 * incremental.cc (Incremental_inputs_header_data): Renamed from
12572 Incremental_input_header_data.
12573 (Incremental_inputs_header_data::data_size): New field.
12574 (Incremental_inputs_header_data::put_input_file_count): Renamed
12575 from input_file_count.
12576 (Incremental_inputs_header_data::put_command_line_offset): Renamed
12577 from command_line_offset.
12578 (Incremental_inputs_header_data::put_reserved): Renamed from
12580 (Incremental_inputs_entry_data): Renamed from
12581 Incremental_input_entry_data.
12582 (Incremental_inputs_entry_data::data_size): New field.
12583 (Incremental_inputs::report_command_line): New method.
12584 (Incremental_inputs::finalize): New method.
12585 (Incremental_inputs::create_incremental_inputs_data): New method.
12586 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
12587 * incremental.h: New file.
12588 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
12589 (Layout::finalize): Create incremental inputs section in
12590 incremental builds.
12591 (Layout::create_incremental_info_sections): New method.
12592 * layout.h (Layout::incremental_inputs): New method.
12593 (Layout::create_incremental_info_sections): New method.
12594 (Layout::incremental_inputs_): New field.
12595 * main.cc (main): Notify Incremental_input of the command line.
12597 2009-04-01 Ian Lance Taylor <iant@google.com>
12598 Mikolaj Zalewski <mikolajz@google.com>
12600 * gold.h (reserve_unordered_map): Define, three versions, one for
12601 each version of Unordered_map.
12602 * layout.cc (Layout::Layout): Remove options parameter. Add
12603 number_of_input_files parameter. Don't initialize options_.
12604 Initialize number_of_input_files_ and resized_signatures_. Move
12605 sections_are_attached_.
12606 (Layout::layout_group): Reserve space for group_signatures_.
12607 (Layout::find_or_add_kept_section): Change name parameter to be a
12608 reference. Resize signatures_ map when it gets large enough.
12609 (Layout::layout_eh_frame): Use parameters->options() instead of
12611 (Layout::make_output_section): Likewise.
12612 (Layout::attach_allocated_section_to_segment): Likewise.
12613 (Layout::finalize, Layout::create_executable_stack): Likewise.
12614 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
12615 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
12616 * layout.h (class Layout): Update declarations. Remove options_
12617 field. Add number_of_input_files_ and resized_signatures_
12618 fields. Move sections_are_attached_ field.
12619 * main.cc (main): Pass number of input files to Layout
12620 constructor. Don't pass options.
12622 2009-03-30 Ian Lance Taylor <iant@google.com>
12624 * ffsll.c (ffsll): Correct implementation.
12626 2009-03-27 Ian Lance Taylor <iant@google.com>
12628 * ffsll.c: New file.
12629 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
12630 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
12631 * ftruncate.c (ftruncate): Declare before definition.
12632 * mremap.c (mremap): Likewise.
12633 * pread.c (pread): Likewise.
12634 * configure, Makefile.in, config.in: Rebuild.
12636 * mremap.c: New file.
12637 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
12638 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
12639 (mremap): Declare if HAVE_MREMAP is not defined.
12640 * configure, Makefile.in, config.in: Rebuild.
12642 2009-03-27 Cary Coutant <ccoutant@google.com>
12644 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
12645 position independent.
12646 * sparc.cc (Target_sparc::check_non_pic): Likewise.
12647 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
12649 2009-03-24 Cary Coutant <ccoutant@google.com>
12651 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
12653 (needs_dynamic_reloc): Likewise.
12655 2009-03-24 Ian Lance Taylor <iant@google.com>
12657 * yyscript.y (file_cmd): Recognize EXTERN.
12658 (extern_name_list, extern_name_list_body): New nonterminals.
12659 * script.cc (script_add_extern): Define.
12660 * script-c.h (script_add_extern): Declare.
12662 2009-03-24 Rafael Avila de Espindola <espindola@google.com>
12664 * object.cc (is_elf_object): Define.
12665 * object.h (is_elf_object): Declare.
12666 * archive.cc (Archive::get_elf_object_for_member): Call
12668 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
12670 2009-03-24 Elliott Hughes <enh@google.com>
12672 * output.cc (Output_file::map_anonymous): Define.
12673 (Output_file::map): Use map_anonymous. If the regular mmap fails,
12674 try an anonymous one. Report the size if the mmap fails.
12675 * output.h (class Output_file): Declare map_anonymous.
12677 2009-03-24 Ian Lance Taylor <iant@google.com>
12679 * target-select.cc (instantiate_target): Don't acquire the lock if
12680 the instantiated_target_ field has already been set.
12682 2009-03-23 Ian Lance Taylor <iant@google.com>
12684 * gold-threads.h (class Initialize_lock): Define.
12685 * gold-threads.cc (class Initialize_lock_once): Define.
12686 (initialize_lock_control): New static variable.
12687 (initialize_lock_pointer): New static variable.
12688 (initialize_lock_once): New static function.
12689 (Initialize_lock::Initialize_lock): Define.
12690 (Initialize_lock::initialize): Define.
12691 * target-select.h: Include "gold-threads.h".
12692 (class Target_selector): Add lock_ and initialize_lock_ fields.
12693 Don't define instantiate_target, just declare it.
12694 * target-select.cc (Target_selector::Target_selector): Initialize
12696 (Target_selector::instantiate_target): Define.
12697 * descriptors.h: Include "gold-threads.h".
12698 (class Descriptors): Add initialize_lock_ field.
12699 * descriptors.cc (Descriptors::Descriptors): Initialize new
12701 (Descriptors::open): Use initialize_lock_ field
12702 * errors.h (class Errors): Add initialize_lock_ field.
12703 * errors.cc (Errors::Errors): Initialize new field.
12704 (Errors::initialize_lock): Use initialize_lock_ field.
12705 * powerpc.cc (class Target_selector_powerpc): Remove
12706 instantiated_target_ field. In do_recognize call
12707 instantiate_target rather than do_instantiate_target. In
12708 do_instantiate_target just allocate a new target.
12709 * sparc.cc (class Target_selector_sparc): Likewise.
12711 * freebsd.h: New file.
12712 * i386.cc: Include "freebsd.h".
12713 (Target_i386): Derive from Target_freebsd rather than
12715 (Target_selector_i386): Derive from Target_selector_freebsd rather
12716 than Target_selector.
12717 * x86_64.cc: Include "freebsd.h".
12718 (Target_x86_64): Derive from Target_freebsd rather than
12720 (Target_selector_x86_64): Derive from Target_selector_freebsd
12721 rather than Target_selector.
12722 * target.h (class Target): Add adjust_elf_header and
12723 do_adjust_elf_header.
12724 * output.cc (Output_file_header:: do_sized_write): Call target
12725 adjust_elf_header routine.
12726 * configure.tgt: Set targ_osabi.
12727 * configure.ac: Define GOLD_DEFAULT_OSABI.
12728 * parameters.cc (Parameters::default_target): Pass
12729 GOLD_DEFAULT_OSABI to select_target.
12730 * target-select.h (class Target_selector): Make instantiate_target
12731 protected rather than private.
12732 * Makefile.am (HFILES): Add freebsd.h.
12733 * configure, Makefile.in, config.in: Rebuild.
12735 * merge.cc (do_add_input_section): Correct pend value. Change
12736 message about last entry not being null terminated from error to
12739 2009-03-20 Mikolaj Zalewski <mikolajz@google.com>
12741 * incremental.cc: New file.
12742 * Makefile.am (CCFILES): Add incremental.cc.
12743 * Makefile.in: Rebuild.
12745 2009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
12747 * layout.cc (Layout::output_section_name): Preserve names
12748 of '.note.' sections.
12750 2009-03-19 Ian Lance Taylor <iant@google.com>
12752 * descriptors.cc (Descriptors::open): Check that the options are
12753 valid before using them.
12755 2009-03-18 Ian Lance Taylor <iant@google.com>
12757 * script-sections.h: Include <list>.
12758 (class Script_sections): Change Sections_elements from std::vector
12759 to std::list. Typedef public Elements_iterator. Add
12760 orphan_section_placement_, data_segment_align_start_, and
12761 saw_data_segment_align_ fields. Remove data_segment_align_index_
12763 * script-sections.cc (class Orphan_section_placement): New class.
12764 (class Sections_element): Add virtual functions is_relro and
12765 orphan_section_init. Remove virtual function place_orphan_here.
12766 (class Output_section_definition): Add is_relro and
12767 orphan_section_init. Remove place_orphan_here.
12768 (class Orphan_output_section): Likewise.
12769 (Script_sections::Script_sections): Update for field changes.
12770 (Script_sections::data_segment_align): Set saw_data_segment_align_
12771 and data_segment_align_start_, not data_segment_align_index.
12772 (Script_sections::data_segment_relro_end): Check
12773 saw_data_segment_align_. Use data_segment_align_start_ rather
12774 than data_segment_align_index_.
12775 (Script_sections::place_orphan): Rewrite to use
12776 Orphan_section_placement.
12778 2009-03-17 Ian Lance Taylor <iant@google.com>
12780 * archive.cc (Archive::add_symbols): Check for a version attached
12781 to the symbol name in the archive map.
12782 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
12783 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
12784 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
12785 (ver_test_11.a): New target.
12786 * testsuite/Makefile.in: Rebuild.
12788 * configure.ac: Check for chsize and posix_fallocate. Replace
12790 * ftruncate.c: New file, from gnulib.
12791 * output.cc (posix_fallocate): Define dummy version if not
12792 HAVE_POSIX_FALLOCATE.
12793 (Output_file::map): Call posix_fallocate rather than lseek and
12795 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
12796 * configure, Makefile.in, config.in: Rebuild.
12798 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12800 * layout.h (Layout::create_note): Add section_name parameter.
12801 * layout.cc (Layout::create_note): Likewise.
12802 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
12804 2009-03-17 Ian Lance Taylor <iant@google.com>
12806 * descriptors.cc: Include "options.h".
12807 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
12808 (Descriptors::open): Always use O_CLOEXEC when opening a new
12809 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
12810 then set FD_CLOEXEC.
12812 * sparc.cc (class Target_sparc): Add has_got_section.
12813 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
12814 make sure we have a GOT section.
12816 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
12817 (Target_sparc::Scan::local): Likewise.
12818 (Target_sparc::Scan::global): Likewise.
12819 (Target_sparc::Relocate::relocate): Likewise.
12820 (Target_sparc::Relocate::relocate_tls): Likewise.
12822 * symtab.cc (Symbol_table::define_default_version): New function,
12823 broken out of add_from_object.
12824 (Symbol_table::add_from_object): Call define_default_version.
12825 (Symbol_table::define_special_symbol): Add resolve_oldsym
12826 parameter. Change all callers. If the version for a symbol comes
12827 from a version script, resolve it with the symbol with the same
12828 name with no version. Also add the symbol without a version if
12830 (do_define_in_output_data): If resolving with oldsym, don't delete
12832 (do_define_in_output_segment): Likewise.
12833 (do_define_as_constant): Likewise.
12834 * symtab.h (class Symbol_table): Update declarations.
12836 2009-03-13 Ian Lance Taylor <iant@google.com>
12838 * readsyms.cc (Read_symbols::incompatible_warning): New function.
12839 (Read_symbols::requeue): New function.
12840 (Read_symbols::do_read_symbols): If make_elf_object fails because
12841 the target type is not configured, and the file was searched for,
12842 issue a warning and retry with the next directory.
12843 (Add_symbols::run): If the file has an incompatible format, and
12844 it was searched for, requeue the Read_symbols task. On error,
12845 release the object.
12846 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
12847 dirindex parameter to constructor. Change all callers. Declare
12848 incompatible_warning and requeue.
12849 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
12850 input_argument_ and input_group_ fields. Add them to
12851 constructor. Change all callers.
12852 (class Read_script): Add dirindex_ field. Add it to constructor.
12853 Change all callers.
12854 * archive.cc (Archive::setup): Remove input_objects parameter.
12855 Change all callers.
12856 (Archive::get_file_and_offset): Likewise.
12857 (Archive::read_all_symbols): Likewise.
12858 (Archive::read_symbols): Likewise.
12859 (Archive::get_elf_object_for_member): Remove input_objects
12860 parameter. Add punconfigured parameter. Change all callers.
12861 (Archive::add_symbols): Change return type to bool. Check return
12862 value of include_member.
12863 (Archive::include_all_members): Likewise.
12864 (Archive::include_member): Change return type to bool. Return
12865 false if first included object has incompatible target. Set
12866 included_member_ field.
12867 (Add_archive_symbols::run): If add_symbols returns false, requeue
12869 * archive.h (class Archive): Add included_member_ field.
12870 Initialize it in constructor. Add input_file and searched_for
12871 methods. Update declarations.
12872 (class Add_archive_symbols): Add dirpath_, dirindex_, and
12873 input_argument_ fields. Add them to constructor. Change all
12875 * script.cc: Include "target-select.h".
12876 (class Parser_closure): Add skip_on_incompatible_target_ and
12877 found_incompatible_target_ fields. Add
12878 skip_on_incompatible_target parameter to constructor. Change all
12879 callers. Add methods skip_on_incompatible_target,
12880 clear_skip_on_incompatible_target, found_incompatible_target, and
12881 set_found_incompatible_target.
12882 (read_input_script): Add dirindex parameter. Change all callers.
12883 If parser finds an incompatible target, requeue Read_symbols
12885 (script_set_symbol): Clear skip_on_incompatible_target in
12887 (script_add_assertion, script_parse_option): Likewise.
12888 (script_start_sections, script_add_phdr): Likewise.
12889 (script_check_output_format): New function.
12890 * script.h (read_input_script): Update declaration.
12891 * script-c.h (script_check_output_format): Declare.
12892 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
12893 (ignore_cmd): Remove OUTPUT_FORMAT.
12894 * fileread.cc (Input_file::Input_file): Add explicit this.
12895 (Input_file::will_search_for): New function.
12896 (Input_file::open): Add pindex parameter. Change all callers.
12897 * fileread.h (class Input_file): Add input_file_argument method.
12898 Declare will_search_for. Update declarations.
12899 * object.cc (make_elf_object): Add punconfigured parameter.
12900 Change all callers.
12901 * object.h (class Object): Make input_file public. Add
12902 searched_for method.
12903 (make_elf_object): Update declaration.
12904 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
12906 * dirsearch.h (class Dirsearch): Update declaration.
12907 * options.h (class General_options): Add --warn-search-mismatch.
12908 * parameters.cc (Parameters::is_compatible_target): New function.
12909 * parameters.h (class Parameters): Declare is_compatible_target.
12910 * workqueue.cc (Workqueue::add_blocker): New function.
12911 * workqueue.h (class Workqueue): Declare add_blocker.
12913 * fileread.cc (Input_file::open): Remove options parameter.
12914 Change all callers.
12915 (Input_file::open_binary): Likewise.
12916 * script.cc (read_input_script): Likewise.
12917 * readsyms.h (class Read_symbols): Remove options_ field. Remove
12918 options parameter from constructor. Change all callers.
12919 (class Read_script): Likewise.
12920 * fileread.h (class Input_file): Update declarations.
12921 * script.h (read_input_script): Update declaration.
12923 2009-03-10 Nick Clifton <nickc@redhat.com>
12925 * po/es.po: New Spanish translation.
12927 2009-03-06 Cary Coutant <ccoutant@google.com>
12929 * options.cc (parse_short_option): Keep dash_z from registering itself.
12931 2009-03-03 Ian Lance Taylor <iant@google.com>
12934 * target-reloc.h (relocate_section): Pass output_section to
12936 * i386.cc (Target_i386::should_apply_static_reloc): Add
12937 output_section parameter. Change all callers.
12938 (Target_i386::Relocate::relocate): Add output_section parameter.
12939 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
12940 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
12941 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
12942 * testsuite/two_file_shared.sh: New script.
12943 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
12944 (check_DATA): Add two_file_shared.dbg.
12945 (two_file_shared.dbg): New target.
12946 * testsuite/Makefile.in: Rebuild.
12948 2009-03-01 Ian Lance Taylor <iant@google.com>
12950 * configure.ac: Check for byteswap.h.
12951 * configure: Rebuild.
12952 * config.in: Rebuild.
12954 2009-03-01 Mikolaj Zalewski <mikolajz@google.com>
12956 * layout.cc (Layout::find_or_add_kept_section): New function.
12957 (Layout::add_comdat): Removed.
12958 * layout.h (struct Kept_section): Move out of class Layout.
12959 Remove trailing underscores from field names. Add group_sections
12960 field. Rename group_ field to is_group. Change all uses.
12961 (class Layout): Declare find_or_add_kept_section, not add_comdat.
12962 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
12963 comdat_groups_ field.
12964 (Sized_relobj::include_section_group): Use
12965 find_or_add_kept_section and Kept_section::group_sections.
12966 (Sized_relobj::include_linkonce_section): Likewise.
12967 * object.cc (class Sized_relobj): Don't define Comdat_group or
12968 Comdat_group_table. Remove find_comdat_group and
12969 add_comdat_group. Remove comdat_groups_ field.
12970 * plugin.cc (include_comdat_group): Use
12971 Layout::find_or_add_kept_section.
12973 2009-02-28 Ian Lance Taylor <iant@google.com>
12975 * README: --gc-sections and map files are now supported. Document
12976 some build requirements.
12979 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
12980 relocatable link set the value of the section symbol to zero.
12981 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
12982 relocatable link don't include the section address in the local
12985 2009-02-27 Ian Lance Taylor <iant@google.com>
12988 * options.h (class Search_directory): Add is_system_directory.
12989 (class General_options): Declare is_in_system_directory.
12990 * options.cc (get_relative_sysroot): Make static.
12991 (get_default_sysroot): Make static.
12992 (General_optoins::is_in_system_directory): New function.
12993 * fileread.cc (Input_file::is_in_system_directory): New function.
12994 * fileread.h (class Input_file): Declare is_in_system_directory.
12995 * object.h (class Object): Add is_in_system_directory.
12996 (class Input_objects): Remove system_library_directory_ field.
12997 * object.cc (Input_objects::add_object): Don't set
12998 system_library_directory_.
12999 (input_objects::found_in_system_library_directory): Remove.
13000 * symtab.cc (Symbol_table::write_globals): Remove input_objects
13001 parameter. Change all callers.
13002 (Symbol_table::sized_write_globals): Likewise.
13003 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
13004 Call Object::is_in_system_directory.
13005 * symtab.h (class Symbol_table): Update declarations.
13008 * descriptors.h (Open_descriptor): Add is_on_stack field.
13009 * descriptors.cc (Descriptors::open): If the descriptor is on the
13010 top of the stack, remove it. Initialize is_on_stack field.
13011 (Descriptors::release): Only add pod to stack if it is not on the
13013 (Descriptors::close_some_descriptor): Clear stack_next and
13014 is_on_stack fields.
13017 * output.cc (Output_section::find_starting_output_address): Rename
13018 from starting_output_address; add PADDR parameter; change return
13020 * output.h (class Output_section): Declare
13021 find_starting_output_address instead of starting_output_address.
13022 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
13023 section symbol for which we can't find a merge section.
13026 * symtab.cc (Symbol_table::add_from_object): If the visibility is
13027 hidden or internal, force the symbol to be local.
13028 * resolve.cc (Symbol::override_visibility): Define.
13029 (Symbol::override_base): Use override_visibility.
13030 (Symbol_table::resolve): Likewise.
13031 (Symbol::override_base_with_special): Likewise.
13032 (Symbol_table::override_with_special): If the visibility is hidden
13033 or internal, force the symbol to be local.
13034 * symtab.h (class Symbol): Add set_visibility and
13035 override_visibility.
13036 * testsuite/ver_test_1.sh: New file.
13037 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
13038 (check_DATA): Add ver_test_1.syms.
13039 (ver_test_1.syms): New target.
13040 * testsuite/Makefile.in: Rebuild.
13042 2009-02-25 Cary Coutant <ccoutant@google.com>
13044 * layout.cc (Layout::choose_output_section): Don't rename sections
13045 when using a linker script that has a SECTIONS clause.
13046 * Makefile.in: Regenerate.
13048 * testsuite/Makefile.am (script_test_5.sh): New test case.
13049 * testsuite/Makefile.in: Regenerate.
13050 * testsuite/script_test_5.cc: New file.
13051 * testsuite/script_test_5.sh: New file.
13052 * testsuite/script_test_5.t: New file.
13054 2009-02-13 Rafael Avila de Espindola <espindola@google.com>
13056 * archive.cc (Archive::include_member): Update calls to add_symbols.
13057 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
13058 the Layout argument.
13059 * dynobj.h (do_add_symbols): Add the Layout argument.
13060 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
13062 * object.h (Object::add_symbols): Add the Layout argument.
13063 (Object::do_add_symbols): Add the Layout argument.
13064 (Sized_relobj::do_add_symbols): Add the Layout argument.
13065 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
13066 Unify the two versions.
13067 (Add_plugin_symbols): Remove.
13068 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
13069 (Sized_pluginobj::do_add_symbols): Unify the two versions.
13070 (Add_plugin_symbols): Remove.
13071 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
13072 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
13073 (Add_symbols::run): Make it work with Pulginobj.
13075 2009-02-06 Ian Lance Taylor <iant@google.com>
13077 * object.cc (Sized_relobj::do_layout): Make info message start
13078 with lower case letter.
13080 2009-02-06 Mikolaj Zalewski <mikolajz@google.com>
13082 * binary.cc: Fix file comment.
13084 * options.h (enum Incremental_disposition): Define.
13085 (class General_options): Add new options: --incremental,
13086 --incremental_changed, --incremental_unchanged,
13087 --incremental_unknown. Add incremental_disposition_ and
13088 implicit_incremental_ fields.
13089 (General_options::incremental_disposition): New function.
13090 (class Position_dependent_options): Add incremental_disposition
13092 (Position_dependent_options::copy_from_options): Set incremental
13094 * options.cc (General_options::parse_incremental_changed): New
13096 (General_options::parse_incremental_unchanged): New function.
13097 (General_options::parse_incremental_unknown): New function.
13098 (General_options::General_options): Initialize new fields
13099 incremental_disposition_ and implicit_incremental_.
13100 (General_options::finalize): Check for uasge of --incremental-*
13101 without --incremental.
13103 2009-02-06 Chris Demetriou <cgd@google.com>
13105 * gold.h (gold_undefined_symbol): Change to take only a Symbol
13106 pointer and to report location as the file name associated with
13108 (gold_undefined_symbol_at_location): New function to replace the
13109 old gold_undefined_symbol functionality.
13110 * target-reloc.h (relocate_section): Update to use
13111 gold_undefined_symbol_at_location.
13112 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13113 Call gold_undefined_symbol function rather than gold_error.
13114 * errors.h (Errors::undefined_symbol): Take location as a
13115 string, rather than calculating it from a relocation.
13116 * errors.cc (Errors::fatal): Print "fatal error:" before the
13118 (Errors::error, Errors::error_at_location): Print "error: "
13119 before the formatted message.
13120 (Errors::undefined_symbol): Take location as a string, rather
13121 than calculating it from a relocation.
13122 (gold_undefined_symbol_at_location): New function akin to
13123 old gold_undefined_symbol, calculates location from relocation.
13124 (gold_undefined_symbol): Change to take only a Symbol pointer
13125 and to report location as the file name associated with the symbol.
13126 * testsuite/debug_msg.sh: Update for changed error messages.
13127 * testsuite/undef_symbol.sh: Likewise.
13129 2009-02-04 Duncan Sands <baldrick@free.fr>
13132 * reduced_debug_output.h
13133 (Output_reduced_debug_abbrev_section::failed): Use format for
13135 (Output_reduced_debug_info_section::faild): Likewise.
13137 2009-01-31 Mikolaj Zalewski <mikolajz@google.com>
13139 * script.cc (Lazy_demangler): New class.
13140 (Version_script_info::get_symbol_version_helper): Demangle a
13143 2009-01-29 Cary Coutant <ccoutant@google.com>
13145 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
13147 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13149 2009-01-28 Ian Lance Taylor <iant@google.com>
13151 * version.cc (version_string): Bump to 1.9.
13153 * gold.h: Include <cstring> and <stdint.h>.
13154 * version.cc: Include <cstdio>.
13155 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
13157 * reduced_debug_output.cc (insert_into_vector): Rename from
13158 Insert_into_vector; change all callers. Use Swap_unaligned to
13159 avoid aliasing issue; remove union since it is unnecessary.
13161 2009-01-27 Sriraman Tallam <tmsriram@google.com>
13163 * Makefile.am (CCFILES): Add gc.cc.
13164 (HFILES): Add gc.h.
13165 * Makefile.in: Regenerate.
13166 * gold.cc (Gc_runner): New class.
13167 (queue_initial_tasks): Call garbage collection related tasks
13168 when corresponding options are invoked.
13169 (queue_middle_gc_tasks): New function.
13170 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
13171 processed early before laying out sections during garbage collection.
13172 * gold.h (queue_middle_gc_tasks): New function.
13173 (is_prefix_of): Move from "layout.cc".
13174 * i386.cc (Target_i386::gc_process_relocs): New function.
13175 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
13176 * main.cc (main): Create object of class "Garbage_collection".
13177 * object.cc (Relobj::copy_symbols_data): New function.
13178 (Relobj::is_section_name_included): New function.
13179 (Sized_relobj::do_layout): Allow this function to be called twice
13180 during garbage collection and defer layout of section during the
13182 * object.h (Relobj::get_symbols_data): New function.
13183 (Relobj::is_section_name_included): New function.
13184 (Relobj::copy_symbols_data): New function.
13185 (Relobj::set_symbols_data): New function.
13186 (Relobj::get_relocs_data): New function.
13187 (Relobj::set_relocs_data): New function.
13188 (Relobj::is_output_section_offset_invalid): New pure virtual function.
13189 (Relobj::gc_process_relocs): New function.
13190 (Relobj::do_gc_process_relocs): New pure virtual function.
13191 (Relobj::sd_): New data member.
13192 (Sized_relobj::is_output_section_offset_invalid): New function.
13193 (Sized_relobj::do_gc_process_relocs): New function.
13194 * options.h (General_options::gc_sections): Modify to not be a no-op.
13195 (General_options::print_gc_sections): New option.
13196 * plugin.cc (Plugin_finish::run): Remove function call to
13197 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
13198 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
13199 * reloc.cc (Read_relocs::run): Add task to process relocs and
13200 determine unreferenced sections when doing garbage collection.
13201 (Gc_process_relocs): New class.
13202 (Sized_relobj::do_gc_process_relocs): New function.
13203 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
13204 sections that are garbage collected.
13205 * reloc.h (Gc_process_relocs): New class.
13206 * sparc.cc (Target_sparc::gc_process_relocs): New function.
13207 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
13208 symbols whose corresponding sections are garbage collected.
13209 (Symbol_table::Symbol_table): Add new parameter for the garbage
13211 (Symbol_table::gc_mark_undef_symbols): New function.
13212 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13213 (Symbol_table::gc_mark_dyn_syms): New function.
13214 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
13216 (Symbol_table::add_from_object): Likewise.
13217 (Symbol_table::add_from_relobj): When building shared objects, do not
13218 treat externally visible symbols as garbage.
13219 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
13220 table information for static and relocatable links.
13221 * symtab.h (Symbol_table::set_gc): New function.
13222 (Symbol_table::gc): New function.
13223 (Symbol_table::gc_mark_undef_symbols): New function.
13224 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13225 (Symbol_table::gc_mark_dyn_syms): New function.
13226 (Symbol_table::gc_): New data member.
13227 * target.h (Sized_target::gc_process_relocs): New pure virtual
13229 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
13230 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
13232 2009-01-20 Chris Faylor <me.sourceware@sourceware.org>
13234 * options.h (General_options::gc_sections): Define as a no-op for now.
13235 (General_options::no_keep_memory): Ditto.
13236 (General_options::Bshareable): Define.
13237 * options.cc (General_options::finalize): Honor -Bshareable.
13239 2009-01-20 Andreas Schwab <schwab@suse.de>
13241 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
13242 read the value in the contents, since we don't use it. Use the
13243 template endianness when writing.
13244 (Relocate::relocate): Use it for R_PPC_REL16_HA.
13246 2009-01-19 Andreas Schwab <schwab@suse.de>
13248 * configure.tgt (powerpc64-*): Fix targ_obj.
13250 2009-01-15 Ian Lance Taylor <iant@google.com>
13252 * object.cc (Sized_relobj::write_local_symbols): Don't write out
13253 local symbols when stripping all symbols.
13255 2009-01-14 Cary Coutant <ccoutant@google.com>
13257 * output.cc (Output_reloc): Add explicit instantiations.
13259 2009-01-14 Cary Coutant <ccoutant@google.com>
13261 * archive.cc (Archive::get_elf_object_for_member): Remove call
13262 to File_read::claim_for_plugin.
13263 * descriptors.cc (Descriptors::open): Remove reference to
13265 (Descriptors::claim_for_plugin): Remove.
13266 * descriptors.h (Descriptors::claim_for_plugin): Remove.
13267 (Descriptors::is_claimed): Remove.
13268 (claim_descriptor_for_plugin): Remove.
13269 * fileread.cc (File_read::claim_for_plugin): Remove.
13270 * fileread.h (File_read::claim_for_plugin): Remove.
13271 (File_read::descriptor): Reopen descriptor if necessary.
13272 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
13273 (Plugin_manager::all_symbols_read): Add task parameter. Change
13275 (Plugin_manager::get_input_file): New function.
13276 (Plugin_manager::release_input_file): New function.
13277 (Pluginobj::Pluginobj): Add filesize parameter and initialize
13278 corresponding data member.
13279 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
13280 and pass to base constructor. Change all callers.
13281 (get_input_file, release_input_file): New functions.
13282 (make_sized_plugin_object): Add filesize parameter. Change all callers.
13283 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
13284 (Plugin_manager::all_symbols_read): Add task parameter.
13285 (Plugin_manager::get_input_file): New function.
13286 (Plugin_manager::release_input_file): New function.
13287 (Plugin_manager::task_): New data member.
13288 (Pluginobj::Pluginobj): Add filesize parameter.
13289 (Pluginobj::filename): New function.
13290 (Pluginobj::descriptor): New function.
13291 (Pluginobj::filesize): New function.
13292 (Pluginobj::filesize_): New data member.
13293 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
13294 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
13295 File_read::claim_for_plugin; use Object::unlock to unlock the file.
13297 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
13298 with archive libraries.
13299 * testsuite/Makefile.in: Regenerate.
13300 * testsuite/plugin_test.c (struct sym_info): New type.
13301 (get_input_file, release_input_file): New static variables.
13302 (onload): Capture new transfer vector entries.
13303 (claim_file_hook): Stop reading at end of file according to filesize.
13304 Factor out parsing of readelf output into separate function.
13305 (all_symbols_read_hook): Exercise get_input_file and release_input_file
13306 APIs and get the source file name from the symbol table. Convert
13307 source file name to corresponding object file name. Print info
13308 message when adding new input files.
13309 (parse_readelf_line): New function.
13310 * testsuite/plugin_test_1.sh: Add checks for new info messages.
13311 * testsuite/plugin_test_2.sh: Likewise.
13312 * testsuite/plugin_test_3.sh: Likewise.
13313 * testsuite/plugin_test_4.sh: New test case.
13315 2009-01-07 Ian Lance Taylor <iant@google.com>
13317 * version.cc (version_string): Bump to 1.8.
13319 2008-12-23 Cary Coutant <ccoutant@google.com>
13321 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
13322 * plugin.cc (Plugin_manager::finish): Rename as
13323 layout_deferred_objects. Move cleanup to separate function.
13324 (Plugin_manager::cleanup): New function.
13325 (Plugin_finish::run): Call layout_deferred_objects and cleanup
13327 * plugin.h (Plugin_manager::finish): Rename as
13328 layout_deferred_objects.
13329 (Plugin_manager::cleanup): New function.
13330 (Plugin_manager::cleanup_done): New field.
13332 2008-12-23 Cary Coutant <ccoutant@google.com>
13334 * plugin.cc (is_visible_from_outside): New function.
13335 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
13336 so we don't return "IR only" status for exported symbols or -r links.
13338 * testsuite/Makefile.am (plugin_test_3): New test case.
13339 * testsuite/Makefile.in: Regenerate.
13340 * testsuite/plugin_test_3.sh: New file.
13342 2008-12-22 Cary Coutant <ccoutant@google.com>
13344 * object.cc (Sized_relobj::layout_section): New function.
13345 (Sized_relobj::do_layout): Defer layout of input sections until after
13346 plugin has provided replacement files.
13347 (Sized_relobj::do_layout_deferred_sections): New function.
13348 * object.h (Relobj::set_section_offset): Remove virtual keyword.
13349 (Relobj::layout_deferred_sections): New function.
13350 (Relobj::do_layout_deferred_sections): New function.
13351 (Sized_relobj::do_layout_deferred_sections): New function.
13352 (Sized_relobj::layout_section): New function.
13353 (Sized_relobj::Deferred_layout): New structure.
13354 (Sized_relobj::deferred_layout_): New field.
13355 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
13356 Change all callers. Layout deferred sections.
13357 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
13359 (Plugin_hook::run): Move code from do_plugin_hook inline.
13360 (Plugin_hook::do_plugin_hook): Remove.
13361 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
13362 (Plugin_manager::finish): Renamed, was cleanup.
13363 (Plugin_manager::should_defer_layout): New function.
13364 (Plugin_manager::add_deferred_layout_object): New function.
13365 (Plugin_manager::Deferred_layout_list): New type.
13366 (Plugin_manager::deferred_layout_objects_): New field.
13367 (Plugin_hook::do_plugin_hook): Remove.
13369 2008-12-17 Ian Lance Taylor <iant@google.com>
13371 * options.h (class General_options): Add --no case for
13374 2008-12-16 Cary Coutant <ccoutant@google.com>
13376 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
13378 (Plugin_manager::claim_file): Create plugin object even if
13379 plugin did not call the add_symbols callback.
13380 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
13381 asking for more symbols than were added.
13382 * testsuite/Makefile.am (plugin_test_1): Add test case with
13384 (empty.syms): New target.
13385 * testsuite/Makefile.in: Regenerate.
13386 * testsuite/plugin_test.c (claim_file_hook): Add new debug
13387 message. Don't call add_symbols if no globals.
13388 (all_symbols_read_hook): Don't provide replacement for empty
13391 2008-12-12 Ian Lance Taylor <iant@google.com>
13393 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
13394 r_type == 0 for a local symbol with r_sym == 0.
13395 (scan_relocatable_relocs): Pass r_sym to
13396 local_non_section_strategy.
13397 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
13400 * configure.ac: Update test for TLS descriptors: they are
13401 supported as of glibc 2.9.
13402 * configure: Rebuild.
13404 2008-12-11 Ian Lance Taylor <iant@google.com>
13407 * target-reloc.h (Default_scan_relocatable_relocs): For each
13408 function, map r_type == 0 to RELOC_DISCARD.
13410 2008-12-10 Cary Coutant <ccoutant@google.com>
13412 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
13413 object to override a kept COMDAT group from a plugin object.
13415 2008-12-09 Ian Lance Taylor <iant@google.com>
13418 * yyscript.y (file_cmd): Handle INPUT.
13420 * testsuite/initpri1.c: Change all declarations to be full
13421 prototypes by adding void, to avoid compiler warnings.
13423 2008-12-05 Rafael Avila de Espindola <espindola@google.com>
13425 * options.cc (General_options::parse_plugin_opt): New.
13426 (General_options::add_plugin): The argument now is just the filename.
13427 (General_options::add_plugin_option): New.
13428 * options.h (plugin_opt): New.
13429 (add_plugin): Change argument name.
13430 (add_plugin_option): New.
13431 * plugin.cc (Plugin::load): Don't parse the plugin option.
13432 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
13433 (Plugin::add_option): New.
13434 (Plugin::args_): Change type.
13435 (Plugin::filename_): New.
13436 (Plugin_manager::add_plugin_option): New.
13437 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
13438 * testsuite/Makefile.in: Regenerate.
13440 2008-12-05 Cary Coutant <ccoutant@google.com>
13442 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
13443 Handle --strip-lto-sections option.
13444 * options.h (strip_lto_sections): New option.
13446 2008-12-01 Cary Coutant <ccoutant@google.com>
13448 * plugin.cc (ld_plugin_message): Change format parameter to const.
13449 Fix mismatch between new[] and delete.
13451 2008-11-14 Cary Coutant <ccoutant@google.com>
13453 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
13456 2008-11-05 Craig Silverstein <csilvers@google.com>
13458 * options.cc (General_options::parse_dynamic_list): New function.
13459 * options.h (General_options): New flags dynamic_list,
13460 dynamic_list_data, dynamic_list_cpp_new, and
13461 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
13462 (General_options::in_dynamic_list): New function.
13463 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
13464 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
13465 (Lex::can_continue_name): Likewise.
13467 (read_script_file): New parameter script_options.
13468 (read_dynamic_list): New function.
13469 (Script_options::define_dynamic_list): New function.
13470 (dynamic_list_keyword_parsecodes): New variable.
13471 (dynamic_list_keywords): New variable.
13472 * script.h (Script_options::define_dynamic_list): New function
13474 (read_dynamic_list): New function prototype.
13475 * symtab.cc (strprefix): New macro.
13476 (Symbol::should_add_dynsym_entry): Support dynamic_list,
13477 dynamic_list_data, dynamic_list_cpp_new, and
13478 dynamic_list_cpp_typeinfo.
13479 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
13480 (dynamic_list_expr): New rule.
13481 (dynamic_list_nodes): Likewise.
13482 (dynamic_list_node): Likewise.
13483 * testsuite/Makefile.am (dynamic_list): New test.
13484 * testsuite/Makefile.in: Regenerated.
13485 * testsuite/dynamic_list.t: New file.
13486 * testsuite/dynamic_list.sh: New file.
13488 2008-11-05 Craig Silverstein <csilvers@google.com>
13490 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
13491 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
13492 (t11_last): Likewise.
13493 * testsuite/ver_test_6.c (main): Likewise.
13495 2008-10-07 Cary Coutant <ccoutant@google.com>
13497 * options.c (General_options::finalize): Add check for -static and
13499 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
13502 2008-10-02 Cary Coutant <ccoutant@google.com>
13504 * plugin.cc (make_sized_plugin_object): Fix conditional
13505 compilation to work when not all targets are enabled.
13507 2008-09-29 Cary Coutant <ccoutant@google.com>
13509 * archive.cc (Archive::get_file_and_offset): Use filename instead
13510 of name to get library path.
13511 (Archive::include_member): Unlock external member of a thin archive.
13513 * testsuite/Makefile.am (TEST_AR): New variable.
13514 (thin_archive_test_1): New test.
13515 (thin_archive_test_2): New test.
13516 * testsuite/Makefile.in: Regenerate.
13517 * testsuite/thin_archive_main.cc: New file.
13518 * testsuite/thin_archive_test_1.cc: New file.
13519 * testsuite/thin_archive_test_2.cc: New file.
13520 * testsuite/thin_archive_test_3.cc: New file.
13521 * testsuite/thin_archive_test_4.cc: New file.
13523 2008-09-29 Cary Coutant <ccoutant@google.com>
13525 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
13526 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
13528 (Sized_relobj::do_finalize_local_symbols): Likewise.
13529 (Sized_relobj::map_to_kept_section): Likewise.
13530 * object.h (Sized_relobj::invalid_address): New constant.
13531 (Sized_relobj::do_output_section_offset): Check for invalid_address
13533 * output.cc (Output_reloc::local_section_offset): Use constant
13534 invalid_address instead of -1U.
13535 (Output_reloc::get_address): Likewise.
13536 (Output_section::output_address): Change -1U to -1ULL.
13537 * output.h (Output_reloc::invalid_address): New constant.
13538 * reloc.cc (Sized_relobj::write_sections): Use constant
13539 invalid_address instead of -1U.
13540 (Sized_relobj::relocate_sections): Likewise.
13541 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
13542 values for merge sections.
13543 * target-reloc.h (relocate_for_relocatable): Use constant
13544 invalid_address instead of -1U.
13546 2008-09-19 Cary Coutant <ccoutant@google.com>
13548 Add plugin functionality for link-time optimization (LTO).
13549 * configure.ac (plugins): Add --enable-plugins option.
13550 * configure: Regenerate.
13551 * config.in: Regenerate.
13552 * Makefile.am (LIBDL): New variable.
13553 (CCFILES): Add plugin.cc.
13554 (HFILES): Add plugin.h.
13555 (ldadd_var): Add LIBDL.
13556 * Makefile.in: Regenerate.
13558 * archive.cc: Include "plugin.h".
13559 (Archive::setup): Don't preread archive symbols when using a plugin.
13560 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
13561 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
13563 (Archive::include_member): Add symbols from plugin objects.
13564 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
13565 * descriptors.cc (Descriptors::open): Check for file descriptors
13566 abandoned by plugins.
13567 (Descriptors::claim_for_plugin): New function.
13568 * descriptors.h (Descriptors::claim_for_plugin): New function.
13569 (Open_descriptor::is_claimed): New field.
13570 (claim_descriptor_for_plugin): New function.
13571 * fileread.cc (File_read::claim_for_plugin): New function.
13572 * fileread.h (File_read::claim_for_plugin): New function.
13573 (File_read::descriptor): New function.
13574 * gold.cc: Include "plugin.h".
13575 (queue_initial_tasks): Add task to call plugin hooks for generating
13577 * main.cc: Include "plugin.h".
13578 (main): Load plugin libraries.
13579 * object.h (Pluginobj): Declare.
13580 (Object::pluginobj): New function.
13581 (Object::do_pluginobj): New function.
13582 (Object::set_target): New function.
13583 * options.cc: Include "plugin.h".
13584 (General_options::parse_plugin): New function.
13585 (General_options::General_options): Initialize plugins_ field.
13586 (General_options::add_plugin): New function.
13587 * options.h (Plugin_manager): Declare.
13588 (General_options): Add --plugin option.
13589 (General_options::has_plugins): New function.
13590 (General_options::plugins): New function.
13591 (General_options::add_plugin): New function.
13592 (General_options::plugins_): New field.
13593 * plugin.cc: New file.
13594 * plugin.h: New file.
13595 * readsyms.cc: Include "plugin.h".
13596 (Read_symbols::do_read_symbols): Check for archive before checking
13597 for ELF file. Call plugin hooks to claim files.
13598 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
13599 from a real object file; force override when processing replacement
13601 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
13602 (Symbol::init_base_object): Likewise.
13603 (Symbol::init_base_output_data): Likewise.
13604 (Symbol::init_base_output_segment): Likewise.
13605 (Symbol::init_base_constant): Likewise.
13606 (Symbol::init_base_undefined): Likewise.
13607 (Symbol::output_section): Assert that object is not a plugin.
13608 (Symbol_table::add_from_pluginobj): New function.
13609 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
13611 (Symbol_table::sized_write_globals): Likewise.
13612 (Symbol_table::add_from_pluginobj): Instantiate template.
13613 * symtab.h (Sized_pluginobj): Declare.
13614 (Symbol::in_real_elf): New function.
13615 (Symbol::set_in_real_elf): New function.
13616 (Symbol::in_real_elf_): New field.
13617 (Symbol_table::add_from_pluginobj): New function.
13619 * testsuite/Makefile.am (AM_CFLAGS): New variable.
13620 (LIBDL): New variable.
13621 (LDADD): Add LIBDL.
13622 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
13623 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
13624 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
13625 (MOSTLYCLEANFILES): Likewise.
13626 * testsuite/Makefile.in: Regenerate.
13627 * testsuite/plugin_test.c: New file.
13628 * testsuite/plugin_test_1.sh: New file.
13629 * testsuite/plugin_test_2.sh: New file.
13631 2008-09-16 Ian Lance Taylor <iant@google.com>
13633 * target-reloc.h (relocate_section): Check whether a symbol is
13634 defined by the ABI before reporting an undefined symbol error.
13635 * target.h (Target::is_defined_by_abi): Make parameter const.
13636 (Target::do_is_defined_by_abi): Likewise.
13637 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
13638 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
13639 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
13640 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
13641 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
13642 * testsuite/Makefile.in: Rebuild.
13644 * fileread.cc (make_view): Add casts to avoid warning.
13646 2008-09-16 Alexandre Oliva <aoliva@redhat.com>
13648 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
13649 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13651 2008-09-16 Alexandre Oliva <aoliva@redhat.com>
13653 * options.h (General_options::output_is_executable): New.
13654 (General_options::output_is_pie): New.
13655 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
13656 for shared libraries.
13657 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13659 2008-09-11 Chris Demetriou <cgd@google.com>
13661 * options.h (origin): New -z option.
13662 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
13663 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
13666 2008-09-05 Cary Coutant <ccoutant@google.com>
13668 * fileread.cc (File_read::make_view): Add check for attempt to map
13669 beyond end of file.
13671 2008-09-05 Cary Coutant <ccoutant@google.com>
13673 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
13674 explicit instantiations.
13676 2008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
13679 * options.cc (General_options::finalize): Allow undefined symbols
13680 in shlibs if linking -shared.
13683 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
13684 symbols as not needing a dynsym entry.
13686 2008-08-20 Craig Silverstein <csilvers@google.com>
13688 * fileread.cc (File_read::open): Do not lock the file unless it
13689 was successfully opened.
13691 2008-08-14 Cary Coutant <ccoutant@google.com>
13693 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
13694 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
13695 * testsuite/tls_test.cc (struct int128): 128-bit struct
13696 for testing TLS relocs with non-zero addend.
13697 (v12): New TLS variable.
13699 (t_last): Add check for v12.
13700 * testsuite/tls_test.h (t12): New function.
13701 * testsuite/tls_test_main.cc (thread_routine): Call new test.
13703 2008-08-13 Ian Lance Taylor <iant@google.com>
13705 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
13706 set tls_segment_ or relro_segment_.
13707 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
13709 * output.h (Output_section::clear_is_relro): New function.
13710 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
13711 sections specially even when output_data_ is empty.
13712 (Output_segment::maximum_alignment): When first section is relro,
13713 only force alignment for PT_LOAD segments.
13714 * script.cc (script_data_segment_align): New function.
13715 (script_data_segment_relro_end): New function.
13716 * script-c.h (script_data_segment_align): Declare.
13717 (script_data_segment_relro_end): Declare.
13718 * script-sections.h (class Script_sections): Declare
13719 data_segment_align and data_segment_relro_end. Add fields
13720 segment_align_index_ and saw_relro_end_.
13721 * script-sections.cc (class Sections_element): Add set_is_relro
13722 virtual function. Add new bool* parameter to place_orphan_here.
13723 Add get_output_section virtual function.
13724 (class Output_section_definition): Add set_is_relro. Add new
13725 bool* parameter to place_orphan_here. Add get_output_section.
13726 Add is_relro_ field.
13727 (Output_section_definition::Output_section_definition): Initialize
13728 evaluated_address_, evaluated_load_address, evaluated_addralign_,
13729 and is_relro_ fields.
13730 (Output_section_definition::place_orphan_here): Add is_relro
13732 (Output_section_definition::set_section_addresses): Set relro for
13734 (Output_section_definition::alternate_constraint): Likewise.
13735 (class Orphan_output_section): Add new bool* parameter to
13736 place_orphan_here. Add get_output_section.
13737 (Orphan_output_section::place_orphan_here): Add is_relro
13739 (Script_sections::Script_sections): Initialize
13740 data_segment_align_index_ and saw_relro_end_.
13741 (Script_sections::data_segment_align): New function.
13742 (Script_sections::data_segment_relro_end): New function.
13743 (Script_sections::place_orphan): Set or clear is_relro.
13744 (Script_sections::set_section_addresses): Force alignment of first
13746 * yyscript.y (exp): Call script_data_segment_align and
13747 script_data_segment_relro_end.
13748 * testsuite/relro_script_test.t: New file.
13749 * testsuite/relro_test.cc (using_script): Declare.
13750 (t1, t2): Test using_script.
13751 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
13752 (relro_script_test_SOURCES): Define.
13753 (relro_script_test_DEPENDENCIES): Define.
13754 (relro_script_test_LDFLAGS): Define.
13755 (relro_script_test_LDADD): Define.
13756 (relro_script_test.so): New target.
13757 * testsuite/Makefile.in: Rebuild.
13759 2008-08-06 Cary Coutant <ccoutant@google.com>
13761 * archive.cc (Archive::total_archives, Archive::total_members)
13762 (Archive::total_members_loaded): New variables.
13763 (Archive::setup): Add parameter. Add option to preread
13765 (Archive::read_armap): Add counter.
13766 (Archive::get_file_and_offset): New function.
13767 (Archive::get_elf_object_for_member): New function.
13768 (Archive::read_all_symbols): New function.
13769 (Archive::read_symbols): New function.
13770 (Archive::add_symbols): Add counters.
13771 (Archive::include_all_members): Use armap to find members if it's
13773 (Archive::include_member): Skip reading symbols if already read.
13774 Factored code into Archive::get_file_and_offset and
13775 Archive::get_elf_object_for_member. Changed call to
13776 Mapfile::report_include_archive_member.
13777 (Archive::print_stats): New function.
13778 * archive.h: Declare Object and Read_symbols_data classes.
13779 (Archive::Archive): Add initializers for new members.
13780 (Archive::setup): Add parameter.
13781 (Archive::print_stats): New function.
13782 (Archive::total_archives, Archive::total_members)
13783 (Archive::total_members_loaded): New variables.
13784 (Archive::get_file_and_offset): New function.
13785 (Archive::get_elf_object_for_member): New function.
13786 (Archive::read_all_symbols): New function.
13787 (Archive::read_symbols): New function.
13788 (Archive::Archive_member): New class.
13789 (Archive::members_): New member.
13790 (Archive::num_members_): New member.
13791 * main.cc: Include archive.h.
13792 (main): Call Archive::print_stats.
13793 * mapfile.cc (Mapfile::report_include_archive_member): Delete
13794 archive parameter; member_name is now the fully-decorated name.
13795 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
13796 * options.h: (General_options): Add --preread-archive-symbols option.
13797 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
13800 2008-08-04 Ian Lance Taylor <iant@google.com>
13802 * symtab.h (Symbol::use_plt_offset): New function.
13803 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
13804 * powerpc.cc (Relocate::relocate): Likewise.
13805 * sparc.cc (Relocate::relocate): Likewise.
13806 * x86_64.cc (Relocate::relocate): Likewise.
13807 * testsuite/weak_plt.sh: New test.
13808 * testsuite/weak_plt_main.cc: New test.
13809 * testsuite/weak_plt_shared.cc: New test.
13810 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
13811 (check_PROGRAMS): Add weak_plt.
13812 (check_DATA): Add weak_plt_shared.so.
13813 (weak_plt_main_pic.o, weak_plt): New targets.
13814 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
13815 * testsuite/Makefile.in: Rebuild.
13817 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
13819 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
13820 * testsuite/Makefile.in: Rebuild.
13822 2008-08-04 Alan Modra <amodra@bigpond.net.au>
13824 * Makefile.am (POTFILES.in): Set LC_ALL=C.
13825 * Makefile.in: Regenerate.
13826 * po/POTFILES.in: Regenerate.
13828 2008-07-29 Ian Lance Taylor <iant@google.com>
13830 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
13831 symbols before other symbols.
13832 * testsuite/script_test_2.cc (test_addr): Declare.
13833 (test_addr_alias): Declare.
13834 (main): Check that test_addr and test_addr_alias have the right
13836 * testsuite/script_test_2.t: Define test_addr_alias and
13839 2008-07-24 Ian Lance Taylor <iant@google.com>
13842 * descriptors.cc: New file.
13843 * descriptors.h: New file.
13844 * gold-threads.h (class Hold_optional_lock): New class.
13845 * fileread.cc: Include "descriptors.h".
13846 (File_read::~File_read): Release descriptor rather than closing
13848 (File_read::open) [file]: Call open_descriptor rather than open.
13849 Set is_descriptor_opened_.
13850 (File_read::open) [memory]: Assert that descriptor is not open.
13851 (File_read::reopen_descriptor): New function.
13852 (File_read::release): Release descriptor.
13853 (File_read::do_read): Make non-const. Reopen descriptor.
13854 (File_read::read): Make non-const.
13855 (File_read::make_view): Reopen descriptor.
13856 (File_read::do_readv): Likewise.
13857 * fileread.h (class File_read): Add is_descriptor_opened_ field.
13858 Update declarations.
13859 * layout.cc: Include "descriptors.h".
13860 (Layout::create_build_id): Use open_descriptor rather than open.
13861 * output.cc: Include "descriptors.h".
13862 (Output_file::open): Use open_descriptor rather than open.
13863 * archive.cc (Archive::const_iterator): Change Archive to be
13865 (Archive::begin, Archive::end): Make non-const.
13866 (Archive::count_members): Likewise.
13867 * archive.h (class Archive): Update declarations.
13868 * object.h (Object::read): Make non-const.
13869 * Makefile.am (CCFILES): Add descriptors.cc.
13870 (HFILES): Add descriptors.h.
13871 * Makefile.in: Rebuild.
13874 * gold.h: Always include <clocale>. Add Solaris workarounds
13875 following code in binutils/sysdep.h.
13878 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
13879 this->eh_frame_hdr_ is NULL before using it.
13881 * dynobj.cc (Versions::Versions): Update comment.
13883 * dynobj.cc (Versions::Versions): If there is an soname, use it as
13884 the base version name.
13886 * stringpool.cc (Stringpool_template::add_with_length): Set key to
13887 array size plus one.
13888 (Stringpool_template::set_string_offsets): Subtract one from key
13889 before using it as an array index.
13890 (Stringpool_template::get_offset_with_length): Likewise.
13891 (Stringpool_template::write_to_buffer): Likewise.
13892 * stringpool.h (Stringpool_template::get_offset_from_key):
13895 2008-07-23 Ian Lance Taylor <iant@google.com>
13898 * object.h (Merged_symbol_value::value): Do our best to handle a
13902 * script.cc (Version_script_info::get_versions): Don't add empty
13903 version tag to return value.
13904 (Version_script_info::get_symbol_version_helper): Change return
13905 type to bool. Add pversion parameter. Change all callers.
13906 (script_register_vers_node): Don't require a non-NULL tag.
13907 * script.h (class Version_script_info): Update declarations.
13908 (Version_script_info::get_symbol_version): Change return type to
13909 bool. Add version parameter. Change all callers.
13910 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
13911 handling. Handle an empty version from a version script.
13912 (Symbol_table::define_special_symbol): Likewise.
13913 * testsuite/ver_test_10.script: New file.
13914 * testsuite/ver_test_10.sh: New file.
13915 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
13916 (check_DATA): Add ver_test_10.syms.
13917 (ver_test_10.syms, ver_test_10.so): New target.
13918 * testsuite/Makefile.in: Rebuild.
13920 2008-07-23 Simon Baldwin <simonb@google.com>
13922 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
13923 to zero for undefined symbols from dynamic libraries.
13925 2008-07-23 Ian Lance Taylor <iant@google.com>
13927 * symtab.cc (Symbol_table::resolve): Remove version parameter.
13928 Change all callers.
13929 * symtab.h (class Symbol_table): Update declaration.
13930 * testsuite/ver_test_9.cc: New file.
13931 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
13932 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
13933 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
13934 (ver_test_9.so, ver_test_9.o): New targets.
13935 * testsuite/Makefile.in: Rebuild.
13937 2008-07-22 Ian Lance Taylor <iant@google.com>
13939 * options.h (class General_options): Define --check-sections.
13940 * layout.cc (Layout::set_segment_offsets): Handle
13943 * options.h (class General_options): Define -n/--nmagic and
13945 * options.cc (General_options::finalize): For -n/--nmagic or
13946 -N/--omagic, set -static.
13947 * layout.cc (Layout::attach_allocated_section_to_segment): If
13948 -N/--omagic, don't put read-only and read-write sections in
13949 different segments.
13950 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
13951 finding a read-only segment.
13952 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
13953 don't set the minimum segment alignment to the common page size,
13954 and don't set the file offset to the address modulo the page size.
13955 * script-sections.cc (Script_sections::create_segments): If
13956 -n/--omagic, don't put read-only and read-write sections in
13957 different segments.
13959 * cref.cc: New file.
13960 * cref.h: New file.
13961 * options.h (class General_options): Add --print-symbol-counts.
13962 * main.cc (main): Issue defined symbol report if requested.
13963 * archive.cc (Archive::interpret_header): Make into a const member
13965 (Archive::add_symbols): Call Input_objects::archive_start and
13967 (Archive::const_iterator): Define new class.
13968 (Archive::begin, Archive::end): New functions.
13969 (Archive::include_all_members): Rewrite to use iterator.
13970 (Archive::count_members): New function.
13971 * archive.h (class Archive): Update declarations.
13972 (Archive::filename): New function.
13973 * object.cc: Include "cref.h".
13974 (Sized_relobj::Sized_relobj): Initialize defined_count_.
13975 (Sized_relobj::do_get_global_symbol_counts): New function.
13976 (Input_objects::add_object): Add object to cross-referencer.
13977 (Input_objects::archive_start): New function.
13978 (Input_objects::archive_stop): New function.
13979 (Input_objects::print_symbol_counts): New function.
13980 * object.h: Declare Cref and Archive.
13981 (Object::get_global_symbol_counts): New function.
13982 (Object::do_get_global_symbol_counts): New pure virtual function.
13983 (class Sized_relobj): Add defined_count_ field. Update
13985 (class Input_objects): Add cref_ field. Update constructor.
13986 Update declarations.
13987 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
13989 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
13991 (Sized_dynobj::do_get_global_symbol_counts): New function.
13992 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
13993 defined_count_. Update declarations. Define Symbols typedef.
13994 * symtab.cc (Symbol_table::add_from_relobj): Add defined
13995 parameter. Change all callers.
13996 (Symbol_table::add_from_dynobj): Add sympointers and defined
13997 parameters. Change all callers.
13998 * symtab.h (class Symbol_table): Update declarations.
13999 * Makefile.am (CCFILES): Add cref.cc.
14000 (HFILES): Add cref.h.
14001 * Makefile.in: Rebuild.
14003 2008-07-22 Simon Baldwin <simonb@google.com>
14005 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
14006 to zero when writing undefined symbols.
14008 2008-07-22 Ian Lance Taylor <iant@google.com>
14010 * output.cc (Output_section::add_input_section): Don't try to
14011 merge empty merge sections.
14013 2008-07-21 Craig Silverstein <csilvers@google.com>
14015 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
14016 Include symbol version in error message.
14018 2008-07-20 Chris Demetriou <cgd@google.com>
14020 * configure.ac (gold_cv_c_random_seed): New configured variable.
14021 (RANDOM_SEED_CFLAGS): New substituted variable.
14022 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
14023 * configure: Rebuild.
14024 * Makefile.in: Likewise.
14025 * testsuite/Makefile.in: Likewise.
14027 2008-07-18 Ian Lance Taylor <iant@google.com>
14029 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
14030 where we see NAME/NULL and NAME/VERSION as separate symbols.
14031 * testsuite/ver_test_main.cc (main): Call t4.
14032 (t4, t4_2a): Define.
14033 * testsuite/ver_test_2.cc (t4_2): Define.
14034 * testsuite/ver_test_2.script: Put t4_2a in VER2.
14035 * testsuite/ver_test_4.cc (t4_2a): Define.
14036 * testsuite/ver_test_4.script: Put t4_2a in VER2.
14037 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
14039 2008-07-17 Ian Lance Taylor <iant@google.com>
14041 * dynobj.cc (Versions::add_def): If we give an error about a
14042 missing version, go ahead and create the version anyhow.
14044 2008-07-10 Ian Lance Taylor <iant@google.com>
14046 Handle output sections with more than 0x7fffffff bytes.
14047 * object.h (class Relobj): Change map_to_output_ to
14048 output_sections_, and just keep a section pointer. Change all
14049 uses. Move comdat group support to Sized_relobj.
14050 (Relobj::is_section_specially_mapped): Remove.
14051 (Relobj::output_section): Remove poff parameter. Change all
14053 (Relobj::output_section_offset): New function.
14054 (Relobj::set_section_offset): Rewrite.
14055 (Relobj::map_to_output): Remove.
14056 (Relobj::output_sections): New function.
14057 (Relobj::do_output_section_offset): New pure virtual function.
14058 (Relobj::do_set_section_offset): Likewise.
14059 (class Sized_relobj): Add section_offsets_ field. Add comdat
14060 group support from Relobj. Update declarations.
14061 (Sized_relobj::get_output_section_offset): New function.
14062 (Sized_relobj::do_output_section_offset): New function.
14063 (Sized_relobj::do_set_section_offset): New function.
14064 * object.cc (Relobj::output_section_address): Remove.
14065 (Sized_relobj::Sized_relobj): Initialize new fields.
14066 (Sized_relobj::include_section_group): Cast find_kept_object to
14068 (Sized_relobj::include_linkonce_section): Likewise.
14069 (Sized_relobj::do_layout): Use separate arrays for output section
14071 (Sized_relobj::do_count_local_symbols): Change map_to_output to
14073 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
14074 output_sections and section_offsets.
14075 (Sized_relobj::write_local_symbols): Likewise.
14076 (map_to_kept_section): Compute output address directly.
14077 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
14078 output_sections and section_offsets.
14079 (Sized_relobj::write_sections): Likewise.
14080 (Sized_relobj::relocate_sections): Likewise.
14081 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
14082 * output.h (class Output_reloc): Update declarations. Change
14083 u2_.relobj to Sized_relobj*.
14084 (class Output_data_reloc): Change add functions to use
14086 * output.cc (Output_reloc::Output_reloc): Change relobj to
14088 (Output_reloc::local_section_offset): Change return type to
14089 Elf_Addr. Use get_output_section_offset.
14090 (Output_reloc::get_address): Likewise.
14091 (Output_section::is_input_address_mapped): Don't call
14092 is_section_specially_mapped.
14093 (Output_section::output_offset): Likewise.
14094 (Output_section::output_address): Likewise.
14095 (Output_section::starting_output_address): Likewise.
14096 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
14097 parameter to Sized_relobj*.
14098 (Copy_relocs::need_copy_reloc): Likewise.
14099 (Copy_relocs::save): Likewise.
14100 * copy-relocs.h (class Copy_relocs): Update declarations.
14101 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
14102 Sized_relobj*. Change relobj_ field to Sized_relobj*.
14103 * target-reloc.h (relocate_for_relocatable): Change
14104 offset_in_output_section type to Elf_Addr. Change code that uses
14106 * layout.cc (Layout::layout): Always set *off.
14107 * mapfile.cc (Mapfile::print_input_section): Use
14108 output_section_offset.
14109 * i386.cc (Target_i386::copy_reloc): Change object parameter to
14111 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
14112 * sparc.cc (Target_sparc::copy_reloc): Likewise.
14113 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
14115 2008-07-03 Ian Lance Taylor <iant@google.com>
14117 * layout.cc (Layout::include_section): Do not discard unrecognized
14118 SHT_STRTAB sections.
14120 2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
14122 * script.cc (Lex::can_continue_name): Make '?' allowable in
14123 version-script names.
14124 * testsuite/version_script.map: Change glob pattern to use '?'
14126 2008-06-30 Manish Singh <yosh@gimp.org>
14129 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
14132 2008-06-30 Ian Lance Taylor <iant@google.com>
14136 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
14137 versions]: Don't try to read the value in the contents, since we
14138 don't use it. Use the template endianness when writing.
14140 2008-06-25 Cary Coutant <ccoutant@google.com>
14142 * fileread.cc (File_read::make_view): Assert on zero-length view.
14143 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
14144 symbol table when there are no symbols to read.
14146 2008-06-23 Craig Silverstein <csilvers@google.com>
14148 * version.cc (version_string): Bump to 1.7
14150 2008-06-18 Craig Silverstein <csilvers@google.com>
14152 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
14153 constant 0xFFFF to type Valtype.
14154 (Powerpc_relocate_functions::rel16_ha): Likewise.
14156 2008-06-17 Ian Lance Taylor <iant@google.com>
14158 * output.h (Output_section::Input_section): Initialize p2align_ to
14159 zero for Output_section_data constructors.
14160 (Output_section::Input_section::addralign): If not an input
14161 section, return the alignment of the Output_section_data.
14162 * testsuite/copy_test.cc: New file.
14163 * testsuite/copy_test_1.cc: New file.
14164 * testsuite/copy_test_2.cc: New file.
14165 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
14166 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
14167 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
14168 (copy_test_1_pic.o, copy_test_1.so): New targets.
14169 (copy_test_2_pic.o, copy_test_2.so): New targets.
14170 * testsuite/Makefile.in: Rebuild.
14172 * script-sections.cc (Script_sections::place_orphan): Initialize
14173 local variable exact.
14175 2008-06-13 David Edelsohn <edelsohn@gnu.org>
14177 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
14179 2008-06-12 David Edelsohn <edelsohn@gnu.org>
14180 David S. Miller <davem@davemloft.net>
14182 * powerpc.cc: New file.
14183 * Makefile.am (TARGETSOURCES): Add powerpc.cc
14184 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
14185 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
14186 * Makefile.in: Rebuild.
14188 2008-06-09 Ian Lance Taylor <iant@google.com>
14190 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
14192 (throwing, orig_terminate): New static variables.
14193 (terminate_handler): New static function.
14194 (t2): Set terminate handler.
14196 2008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
14199 * binary.cc (Binary_to_elf::sized_convert): Fix .data
14202 2008-05-30 Cary Coutant <ccoutant@google.com>
14204 * archive.cc (Archive::include_all_members) Correct to step
14205 over symbol table and extended name table in thin archives.
14207 2008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
14210 * target-reloc.h (relocate_for_relocatable): Fix new_offset
14213 2008-05-28 Caleb Howe <cshowe@google.com>
14215 * reduced_debug_output.cc: New file.
14216 * reduced_debug_output.h: New file.
14217 * options.h (class General_options): Add --strip-debug-non-line.
14218 * options.cc (General_options::finalize): Add strip_debug_non_line
14219 to the strip heirarchy.
14220 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
14222 * layout.cc: Include "reduced_debug_output.h".
14223 (Layout::Layout): Initialize new fields.
14224 (line_only_debug_sections): New static array.
14225 (is_lines_only_debug_sections): New static inline function.
14226 (Layout::include_section): Handle --strip-debug-non-line.
14227 (Layout::make_output_section): If --strip-debug-non-line, build
14228 new output sections for .debug_abbrev and .debug_info.
14229 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
14230 gold. Warn about possible overflow.
14231 (read_signed_LEB_128): Likewise.
14232 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
14233 (read_signed_LEB_128): Declare.
14234 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
14235 (HFILES): Add reduced_debug_output.h.
14236 * Makefile.in: Rebuild.
14238 2008-05-21 Ian Lance Taylor <iant@google.com>
14240 * mapfile.cc: New file.
14241 * mapfile.h: New file.
14242 * options.h (class General_options): Add -M/--print-map and -Map.
14243 * options.cc (General_options::finalize): Make -M equivalent to
14245 * main.cc: Include <cstdio> and "mapfile.h".
14246 (main): Open mapfile if requested.
14247 * gold.cc (class Middle_runner): Add mapfile_ field. Update
14248 constructor. Change caller.
14249 (queue_initial_tasks): Add mapfile parameter. Change caller.
14250 (queue_middle_tasks): Likewise.
14251 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
14253 * archive.cc: Include "mapfile.h".
14254 (Archive::add_symbols): Add mapfile parameter. Change all
14255 callers. Pass mapfile, symbol, and reason to include_member.
14256 (Archive::include_all_members): Add mapfile parameter. Change all
14258 (Archive::include_member): Add mapfile, sym, and why parameters.
14259 Change all callers. Report inclusion to map file.
14260 * archive.h: Include "fileread.h".
14261 (class Archive): Update declarations.
14262 (Archive::file): New const method.
14263 (class Add_archive_symbols): Add mapfile_ field. Update
14264 constructor. Change all callers.
14265 * readsyms.h (class Read_symbols): Likewise.
14266 (class Finish_group): Likewise.
14267 (class Read_script): Likewise.
14268 * common.cc: Include "mapfile.h".
14269 (Symbol_table::allocate_commons): Add mapfile parameter. Change
14271 (Symbol_table::do_allocate_commons): Likewise.
14272 (Symbol_table::do_allocate_commons_list): Likewise. Report common
14273 symbol allocation to mapfile.
14274 * common.h (class Allocate_commons_task): Add mapfile_ field.
14275 Update constructor. Change all callers.
14276 * symtab.h (class Symbol_table): Update declarations.
14277 * layout.cc: Include "mapfile.h".
14278 (Layout_task_runner::run): Print information to mapfile.
14279 (Layout::create_gold_note): Change Output_data_fixed_space to
14280 Output_data_zero_fill.
14281 (Layout::create_build_id): Likewise.
14282 (Layout::print_to_mapfile): New function.
14283 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
14284 constructor. Change caller.
14285 (class Layout): Declare print_to_mapfile.
14286 * output.cc (Output_section::Input_section::print_to_mapfile): New
14288 (Output_section::add_input_section): If producing a map, always
14289 add to input_sections_ list.
14290 (Output_section::do_print_to_mapfile): New function.
14291 (Output_segment::print_sections_to_mapfile): New function.
14292 (Output_segment::print_section_list_to_mapfile): New function.
14293 * output.h: Include "mapfile.h".
14294 (Output_data::print_to_mapfile): New function.
14295 (Output_data::do_print_to_mapfile): New virtual function.
14296 (Output_segment_headers::do_print_to_mapfile): New function.
14297 (Output_file_header::do_print_to_mapfile): New function.
14298 (Output_data_const::do_print_to_mapfile): New function.
14299 (class Output_data_const_buffer): Add map_name_ field. Update
14300 constructor. Change all callers. Add do_print_to_mapfile
14302 (class Output_data_fixed_space): Likewise.
14303 (class Output_data_space): Likewise.
14304 (class Output_data_zero_fill): New class.
14305 (Output_data_strtab::do_print_to_mapfile): New function.
14306 (Output_data_reloc_base::do_print_to_mapfile): New function.
14307 (Output_relocatable_relocs::do_print_to_mapfile): New function.
14308 (Output_data_group::do_print_to_mapfile): New function.
14309 (Output_data_got::do_print_to_mapfile): New function.
14310 (Output_data_dynamic::do_print_to_mapfile): New function.
14311 (Output_symtab_xindex::do_print_to_mapfile): New function.
14312 (class Output_section): Declare do_print_to_mapflie. Declare
14313 print_to_mapfile in Input_section.
14314 (class Output_segment): Declare new functions.
14315 * object.h (Sized_relobj::symbol_count): New function.
14316 * script-sections.cc
14317 (Output_section_element_dot_assignment::set_section_addresses):
14318 Change Output_data_fixed_space to Output_data_zero_fill.
14319 (Output_data_expression::do_print_to_mapfile): New function.
14320 * script.cc (read_input_script): Add mapfile parameter. Change
14322 * script.h (read_input_script): Update declaration.
14323 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
14324 (Eh_frame::do_print_to_mapfile): New function.
14325 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
14326 (Output_merge_string::do_print_to_mapfile): New function.
14327 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
14329 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
14331 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
14333 * Makefile.am (CCFILES): Add mapfile.cc.
14334 (HFILES): Add mapfile.h.
14335 * Makefile.in: Rebuild.
14337 2008-05-19 Ian Lance Taylor <iant@google.com>
14339 * options.h (class General_options): Add -z relro.
14340 * layout.cc (Layout::Layout): Initialize relro_segment_.
14341 (Layout::add_output_section_data): Return the output section.
14342 (Layout::make_output_section): Rcognize relro sections and mark
14343 them appropriately.
14344 (Layout::attach_allocated_section_to_segment): Put relro sections
14345 in a PT_GNU_RELRO segment.
14346 (Layout::create_initial_dynamic_sections): Mark the .dynamic
14348 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
14350 (Layout::linkonce_mapping): Map d.rel.ro.local to
14351 .data.rel.ro.local.
14352 (Layout::output_section_name): Us .data.rel.ro.local for any
14353 section which begins with that.
14354 * layout.h (class Layout): Update add_output_section_data
14355 declaration. Add relro_segment_ field.
14356 * output.cc (Output_section::Output_section): Initialize is_relro_
14357 and is_relro_local_ fields.
14358 (Output_segment::add_output_section): Group relro sections.
14359 (Output_segment::is_first_section_relro): New function.
14360 (Output_segment::maximum_alignment): If there is a relro section,
14361 align the segment to the common page size.
14362 (Output_segment::set_section_addresses): Track whether we are
14363 looking at relro sections. If the last section is a relro
14364 section, align to the common page size.
14365 (Output_segment::set_section_list_addresses): Add in_relro
14366 parameter. Change all callers. Align to the page size when
14367 moving from relro to non-relro section.
14368 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
14370 * output.h (class Output_section): Add is_relro_ and
14371 is_relro_local_ fields.
14372 (Output_section::is_relro): New function.
14373 (Output_section::set_is_relro): New function.
14374 (Output_section::is_relro_local): New function.
14375 (Output_section::set_is_relro_local): New function.
14376 (class Output_segment): Update declarations.
14377 * i386.cc (Target_i386::got_section): Mark .got section as relro.
14378 * sparc.cc (Target_sparc::got_section): Likewise.
14379 * x86_64.cc (Target_x86_64::got_section): Likewise.
14380 * testsuite/relro_test_main.cc: New file.
14381 * testsuite/relro_test.cc: New file.
14382 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
14383 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
14384 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
14385 (relro_test.so, relro_test_pic.o): New targets.
14386 * testsuite/Makefile.in: Rebuild.
14388 2008-05-16 Ian Lance Taylor <iant@google.com>
14390 * output.cc (Output_segment::add_output_section): Remove front
14392 * output.h (class Output_segment): Remove
14393 add_initial_output_section and overloaded add_output_section.
14394 Update declaration of remaining add_output_section.
14395 * layout.cc (Layout::create_interp): Call add_output_section
14396 rather than add_initial_output_section.
14397 (Layout::finish_dynamic_section): Likewise.
14399 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
14400 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
14401 know the dynamic type.
14402 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
14403 field. Initialize it in constructor.
14404 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
14405 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
14406 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
14409 * output.cc (Output_reloc::get_address): Change return type to
14411 * output.h (class Output_reloc): Update get_address declaration.
14412 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
14413 for section addresses.
14415 2008-05-09 Ian Lance Taylor <iant@google.com>
14418 * gold.cc (gold_nomem): Use return value of write.
14420 2008-05-08 Ian Lance Taylor <iant@google.com>
14422 * symtab.c (Symbol::init_base_output_data): Add version
14423 parameter. Change all callers.
14424 (Symbol::init_base_output_segment): Likewise.
14425 (Symbol::init_base_constant): Likewise.
14426 (Symbol::init_base_undefined): Likewise.
14427 (Sized_symbol::init_output_data): Likewise.
14428 (Sized_symbol::init_output_segment): Likewise.
14429 (Sized_symbol::init_constant): Likewise.
14430 (Sized_symbol::init_undefined): Likewise.
14431 (Symbol_table::do_define_in_output_data): If the new symbol has a
14432 version, mark it as the default.
14433 (Symbol_table::do_define_in_output_segment): Likewise.
14434 (Symbol_table::do_define_as_constant): Likewise.
14435 * symtab.h (class Symbol): Update declarations.
14436 (class Sized_symbol): Likewise.
14437 * resolve.cc (Symbol::override_version): New function.
14438 (Symbol::override_base): Call override_version.
14439 (Symbol::override_base_with_special): Likewise.
14440 * testsuite/ver_script_8.script: New file.
14441 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
14442 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
14443 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
14444 (ver_test_8_1.so, ver_test_8_2.so): New targets.
14446 2008-05-06 Ian Lance Taylor <iant@google.com>
14449 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
14451 (class General_options): Remove existing --undefined, and add
14452 --no-undefined instead. Add new --undefined as synonym for -u.
14453 * archive.cc (Archive::add_symbols): Check whether symbol was
14455 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
14456 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
14457 all uses. Add IS_UNDEFINED. Update declarations to split
14458 different versions of init_base. Declare init_base_undefined.
14459 (Symbol::is_defined): Handle IS_UNDEFINED.
14460 (Symbol::is_undefined): Likewise.
14461 (Symbol::is_weak_undefined): Call is_undefined.
14462 (Symbol::is_absolute): Handle IS_CONSTANT.
14463 (class Sized_symbol): Update declarations to split different
14464 versions of init. Declare init_undefined.
14465 (class Symbol_table): Declare new functions.
14466 * symtab.cc (Symbol::init_base_object): Rename from init_base.
14467 Change all callers.
14468 (Symbol::init_base_output_data): Likewise.
14469 (Symbol::init_base_output_segment): Likewise.
14470 (Symbol::init_base_constant): Likewise.
14471 (Symbol::init_base_undefined): New function.
14472 (Sized_symbol::init_object): Rename from init. Change all
14474 (Sized_symbol::init_output_data): Likewise.
14475 (Sized_symbol::init_output_segment): Likewise.
14476 (Sized_symbol::init_constant): Likewise.
14477 (Sized_symbol::init_undefined): New function.
14478 (Symbol_table::add_undefined_symbols_from_command_line): New
14480 (Symbol_table::do_add_undefined_symbols_from_command_line): New
14482 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
14483 (Symbol::output_section): Likewise.
14484 (Symbol::set_output_section): Likewise.
14485 (Symbol_table::sized_finalize_symbol): Likewise.
14486 (Symbol_table::sized_write_globals): Likewise.
14487 * resolve.cc (Symbol_table::should_override): Likewise.
14488 (Symbol::override_base_with_special): Likewise.
14490 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
14491 symbol, change it to have default visibility.
14492 * testsuite/protected_1.cc: New file.
14493 * testsuite/protected_2.cc: New file.
14494 * testsuite/protected_3.cc: New file.
14495 * testsuite/protected_main_1.cc: New file.
14496 * testsuite/protected_main_2.cc: New file.
14497 * testsuite/protected_main_3.cc: New file.
14498 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
14499 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
14500 (protected_1_LDFLAGS, protected_1_LDADD): Define.
14501 (protected_1.so): New target.
14502 (protected_1_pic.o, protected_2_pic.o): New targets.
14503 (protected_3_pic.o): New target.
14504 (check_PROGRAMS): Add protected_2.
14505 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
14506 (protected_2_LDFLAGS, protected_2_LDADD): Define.
14507 * testsuite/Makefile.in: Rebuild.
14509 * options.h (DEFINE_var): Add set_user_set_##varname__.
14510 (DEFINE_bool_alias): New macro.
14511 (class General_options): Define -Bstatic using DEFINE_bool_alias
14512 rather than DEFINE_special. Add --undefined as an alias for -z
14514 * options.cc (General_options::parse_Bstatic): Remove.
14516 * options.h (class General_options): Add --fatal-warnings.
14517 * main.cc (main): Implement --fatal-warnings.
14518 * errors.h (Errors::warning_count): New function.
14520 * options.h (class General_options): Add -Bsymbolic-functions.
14521 * symtab.h (Symbol::is_preemptible): Check for
14522 -Bsymbolic-functions.
14524 2008-05-05 Ian Lance Taylor <iant@google.com>
14526 * options.h (DEFINE_bool): For DASH_Z, create the negative option
14527 as noVARNAME rather than no-VARNAME.
14528 (class General_options): Add option -z combreloc.
14529 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
14531 (Output_reloc::sort_before) [SHT_REL]: New function.
14532 (Output_reloc::sort_before) [SHT_RELA]: New function.
14533 (class Output_data_reloc_base): Add sort_relocs_ field. Define
14534 Sort_relocs_comparison.
14535 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
14536 parameter. Change all callers.
14537 (Output_data_reloc::Output_data_reloc) [both versions]: Add
14538 sort_relocs parameter. Change all callers.
14539 * output.cc (Output_reloc::get_address): New function, broken out
14541 (Output_reloc::write_rel): Call it.
14542 (Output_reloc::compare): New function.
14543 (Output_data_reloc_base::do_write): Optionally sort relocs.
14545 * configure.ac: If targ_extra_obj is set, link it in.
14546 * configure.tgt: Initialize all variables.
14547 (x86_64*): Set targ_extra_obj and targ_extra_size.
14548 * configure: Rebuild.
14550 * object.cc (Sized_relobj::include_section_group): Adjust section
14551 indexes read from group data. Build vector to pass to
14553 * layout.cc (Layout::layout_group): Add flags and shndxes
14554 parameters. Remove contents parameter. Change caller. Update
14555 explicit instantiations.
14556 * layout.h (class Layout): Update layout_group declaration.
14557 * output.cc (Output_data_group::Output_data_group): Add flags and
14558 input_shndxes parameters. Remove contents parameter. Change
14560 (Output_data_group::do_write): Change input_sections_ to
14562 * output.h (class Output_data_group): Update constructor
14563 declaration. Rename input_sections_ to input_shndxes_.
14564 * testsuite/many_sections_test.cc: Add template.
14566 2008-04-30 Cary Coutant <ccoutant@google.com>
14568 * target-reloc.h (relocate_section): Fix dead-pointer bug.
14570 * layout.cc (Layout::include_section): Refactored check for debug
14572 (Layout::add_comdat): Add new parameters. Change type
14573 of signature parameter. Add object and shndx to signatures table.
14574 (Layout::find_kept_object): New function.
14575 * layout.h: Include <cstring>.
14576 (Layout::is_debug_info_section): New function.
14577 (Layout::add_comdat): Add new parameters.
14578 (Layout::find_kept_object): New function.
14579 (Layout::Kept_section): New struct.
14580 (Layout::Signatures): Change type of map range.
14581 * object.cc (Relobj::output_section_address): New function.
14582 (Sized_relobj::include_section_group): Add new parameters. Change
14583 calls to Layout::add_comdat. Change to build table of kept comdat
14584 groups and table mapping discarded sections to kept sections.
14585 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
14586 (Sized_relobj::do_layout): Change calls to include_section_group and
14587 include_linkonce_section.
14588 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
14589 value to zero when section is discarded.
14590 (Sized_relobj::map_to_kept_section): New function.
14591 * object.h (Relobj::output_section_address): New function.
14592 (Relobj::Comdat_group): New type.
14593 (Relobj::find_comdat_group): New function.
14594 (Relobj::Comdat_group_table): New type.
14595 (Relobj::Kept_comdat_section): New type.
14596 (Relobj::Kept_comdat_section_table): New type.
14597 (Relobj::add_comdat_group): New function.
14598 (Relobj::set_kept_comdat_section): New function.
14599 (Relobj::get_kept_comdat_section): New function.
14600 (Relobj::comdat_groups_): New field.
14601 (Relobj::kept_comdat_sections_): New field.
14602 (Symbol_value::input_value): Update comment.
14603 (Sized_relobj::map_to_kept_section) New function.
14604 (Sized_relobj::include_linkonce_section): Add new parameter.
14605 * target-reloc.h (Comdat_behavior): New type.
14606 (get_comdat_behavior): New function.
14607 (relocate_section): Add code to map a discarded section to the
14608 corresponding kept section when applying a relocation.
14610 2008-04-30 Craig Silverstein <csilvers@google.com>
14612 * dwarf_reader.cc (next_generation_count): New static var.
14613 (Addr2line_cache_entry): New struct.
14614 (addr2line_cache): New static var.
14615 (Dwarf_line_info::one_addr2line): Added caching.
14616 (Dwarf_line_info::clear_addr2line_cache): New function.
14617 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
14618 cache-size parameter.
14619 (Dwarf_line_info::one_addr2line_cache): New function.
14620 * symtab.cc (Symbol_table::detect_odr_violations): Pass
14621 new cache-size argument to one_addr2line(), and clear cache.
14623 2008-04-28 Cary Coutant <ccoutant@google.com>
14625 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
14626 R_386_PC8 relocations.
14628 2008-04-23 Ian Lance Taylor <iant@google.com>
14630 * object.cc (Sized_relobj::include_section_group): Check for
14631 invalid section group.
14633 * object.cc (make_elf_object): Correct test for 64-bit ELF file
14636 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
14637 than read for file header.
14638 * archive.cc (Archive::include_member): Likewise.
14640 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
14642 * aclocal.m4: Regenerate.
14643 * configure: Regenerate.
14645 2008-04-19 Ian Lance Taylor <iant@google.com>
14647 * version.cc (version_string): Bump to 1.6.
14649 * testsuite/Makefile.am (many_sections_r_test): New target.
14650 (many_sections_r_test_SOURCES): Remove.
14651 (many_sections_r_test_DEPENDENCIES): Remove.
14652 (many_sections_r_test_LDFLAGS): Remove.
14653 (many_sections_r_test_LDADD): Remove.
14655 * object.cc (Sized_relobj::do_add_symbols): Always pass
14656 local_symbol_count_ to add_from_relobj.
14658 * testsuite/Makefile.am (many_sections_check.h): Only check one in
14659 every thousand variables.
14660 * testsuite/Makefile.in: Rebuild.
14662 * object.cc (Xindex::initialize_symtab_xindex): New function.
14663 (Xindex::read_symtab_xindex): New function.
14664 (Xindex::sym_xindex_to_shndx): New function.
14665 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
14667 (Sized_relobj::do_initialize_xindex): New function.
14668 (Sized_relobj::do_read_symbols): Adjust section links.
14669 (Sized_relobj::symbol_section_and_value): Add is_ordinary
14670 parameter. Change all callers.
14671 (Sized_relobj::include_section_group): Adjust section links and
14672 symbol section indexes.
14673 (Sized_relobj::do_layout): Adjust section links.
14674 (Sized_relobj::do_count_local_symbols): Adjust section links and
14675 symbol section indexes.
14676 (Sized_relobj::do_finalize_local_symbols): Distinguish between
14677 ordinary and special symbols.
14678 (Sized_relobj::write_local_symbols): Add symtab_xindex and
14679 dynsym_xindex parameters. Change all callers. Adjust section
14680 links. Use SHN_XINDEX when needed.
14681 (Sized_relobj::get_symbol_location_info): Adjust section links.
14682 Don't get fooled by special symbols.
14683 * object.h (class Xindex): Define.
14684 (class Object): Add xindex_ parameter. Declare virtual functoin
14685 do_initialize_xindex.
14686 (Object::adjust_sym_shndx): New function.
14687 (Object::set_xindex): New protected function.
14688 (class Symbol_value): Add is_ordinary_shndx_ field.
14689 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
14690 (Symbol_value::value): Assert ordinary section.
14691 (Symbol_value::initialize_input_to_output_map): Likewise.
14692 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
14693 Change all callers.
14694 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
14696 (class Sized_relobj): Update declarations.
14697 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
14698 parameter. Change all callers.
14699 (Sized_relobj::adjust_shndx): New function.
14700 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
14702 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
14703 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
14704 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
14705 (Sized_dynobj::read_dynsym_section): Adjust section links.
14706 (Sized_dynobj::read_dynamic): Likewise.
14707 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
14709 (Sized_dynobj::do_initialize_xindex): New function.
14710 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
14711 do_initialize_xindex.
14712 (Sized_dynobj::adjust_shndx): New function.
14713 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
14714 dynsym_xindex_ fields.
14715 (Layout::finalize): Add a call to set_section_indexes before
14716 creating the symtab sections.
14717 (Layout::set_section_indexes): Don't do anything if the section
14718 already has a section index.
14719 (Layout::create_symtab_sections): Add shnum parameter. Change
14720 caller. Create .symtab_shndx section if needed.
14721 (Layout::create_shdrs): Add shstrtab_section parameter. Change
14723 (Layout::allocated_output_section_count): New function.
14724 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
14726 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
14727 fields. Update declarations.
14728 (Layout::symtab_xindex): New function.
14729 (Layout::dynsym_xindex): New function.
14730 (class Write_symbols_task): Add layout_ field.
14731 (Write_symbols_task::Write_symbols_task): Add layout parameter.
14733 * output.cc (Output_section_headers::Output_section_headers): Add
14734 shstrtab_section parameter. Change all callers.
14735 (Output_section_headers::do_sized_write): Store overflow values
14736 for section count and section string table section index in
14737 section header zero.
14738 (Output_file_header::do_sized_write): Check for overflow of
14739 section count and section string table section index.
14740 (Output_symtab_xindex::do_write): New function.
14741 (Output_symtab_xindex::endian_do_write): New function.
14742 * output.h (class Output_section_headers): Add shstrtab_section_.
14743 Update declarations.
14744 (class Output_symtab_xindex): Define.
14745 (Output_section::has_out_shndx): New function.
14746 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
14748 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
14749 Change all callers.
14750 (Sized_symbol::init): Likewise.
14751 (Symbol::output_section): Check for ordinary symbol.
14752 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
14753 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
14755 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
14756 Change all callers. Simplify handling of symbols from sections
14757 not included in the link.
14758 (Symbol_table::add_from_dynobj): Handle ordinary symbol
14760 (Weak_alias_sorter::operator()): Assert that symbols are
14762 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
14764 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
14765 parameters. Change all callers.
14766 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
14767 symbol distinction. Use SHN_XINDEX when needed.
14768 (Symbol_table::write_section_symbol): Add symtab_xindex
14769 parameter. Change all callers.
14770 (Symbol_table::sized_write_section_symbol): Likewise. Use
14771 SHN_XINDEX when needed.
14772 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
14774 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
14775 (Symbol::is_defined): Check is_ordinary.
14776 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
14777 (Symbol::is_absolute, Symbol::is_common): Likewise.
14778 (class Sized_symbol): Update declarations.
14779 (class Symbol_table): Update declarations.
14780 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
14781 parameters. Change all callers.
14782 (Sized_symbol::override): Likewise.
14783 (Symbol_table::override): Likewise.
14784 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
14785 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
14786 is_ordinary, and orig_st_shndx parameters. Change all callers.
14787 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
14788 to be in an ordinary section.
14789 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
14790 object and is_ordinary parameters. Change all callers.
14791 (Sized_dwarf_line_info::read_relocs): Add object parameter.
14792 Change all callers. Don't add undefined or non-ordinary symbols
14794 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
14795 Change all callers.
14796 * dwarf_reader.h (class Sized_dwarf_line_info): Update
14798 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
14799 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
14800 (Sized_relobj::relocate_sections): Likewise.
14801 * target-reloc.h (scan_relocs): Adjust section symbol index.
14802 (scan_relocatable_relocs): Likewise.
14803 * i386.cc (Scan::local): Check for ordinary symbols.
14804 * sparc.cc (Scan::local): Likewise.
14805 * x86_64.cc (Scan::local): Likewise.
14806 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
14807 to symbol_section_and_value.
14808 * testsuite/many_sections_test.cc: New file.
14809 * testsuite/Makefile.am (BUILT_SOURCES): Define.
14810 (check_PROGRAMS): Add many_sections_test.
14811 (many_sections_test_SOURCES): Define.
14812 (many_sections_test_DEPENDENCIES): Define.
14813 (many_sections_test_LDFLAGS): Define.
14814 (BUILT_SOURCES): Add many_sections_define.h.
14815 (many_sections_define.h): New target.
14816 (BUILT_SOURCES): Add many_sections_check.h.
14817 (many_sections_check.h): New target.
14818 (check_PROGRAMS): Add many_sections_r_test.
14819 (many_sections_r_test_SOURCES): Define.
14820 (many_sections_r_test_DEPENDENCIES): Define.
14821 (many_sections_r_test_LDFLAGS): Define.
14822 (many_sections_r_test_LDADD): Define.
14823 (many_sections_r_test.o): New target.
14824 * testsuite/Makefile.in: Rebuild.
14826 2008-04-17 Cary Coutant <ccoutant@google.com>
14828 * errors.cc (Errors::info): New function.
14829 (gold_info): New function.
14830 * errors.h (Errors::info): New function.
14831 * gold.h (gold_info): New function.
14832 * object.cc (Input_objects::add_object): Print trace output.
14833 * options.cc (options::parse_set): New function.
14834 (General_options::parse_wrap): Deleted.
14835 (General_options::General_options): Deleted initializer.
14836 * options.h (options::String_set): New typedef.
14837 (options::parse_set): New function.
14838 (DEFINE_set): New macro.
14839 (General_options::wrap): Changed to use DEFINE_set. Changed
14840 callers of any_wrap_symbols and is_wrap_symbol.
14841 (General_options::trace, General_options::trace_symbol):
14843 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
14844 (General_options::wrap_symbols_): Deleted.
14845 * symtab.cc (Symbol_table::add_from_object): Print trace output.
14847 2008-04-17 David S. Miller <davem@davemloft.net>
14849 * options.cc (General_options::parse_V): New function.
14850 * options.h: Add entries for -V and -Qy.
14852 2008-04-17 Ian Lance Taylor <iant@google.com>
14854 * common.cc (Symbol_table::allocate_commons): Remove options
14855 parameter. Change caller.
14856 (Symbol_table::do_allocate_commons): Remove options parameter.
14857 Change caller. Just call do_allocate_commons_list twice.
14858 (Symbol_table::do_allocate_commons_list): New function, broken out
14859 of do_allocate_commons.
14860 * common.h (class Allocate_commons_task): Remove options_ field.
14861 Update constructor.
14862 * symtab.cc (Symbol_table::Symbol_table): Initialize
14864 (Symbol_table::add_from_object): Put TLS common symbols on
14866 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
14867 which are IN_OUTPUT_DATA.
14868 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
14869 allocate_commons and do_allocate_commons declarations. Declare
14870 do_allocate_commons_list.
14871 * gold.cc (queue_middle_tasks): Update creation of
14872 Allocate_commons_task to not pass options.
14873 * testsuite/Makefile.am (INCLUDES): Add -I.. .
14874 (TLS_TEST_C_FLAGS): New variable.
14875 (tls_test_c_pic.o): New target.
14876 (tls_test_shared.so): Link in tls_test_c_pic.o.
14877 (tls_test_c_pic_ie.o): New target.
14878 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
14879 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
14880 (tls_test_c.o): New target.
14881 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
14882 (tls_pic_test_LDADD): Likewise.
14883 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
14884 (tls_shared_gd_to_ie_test_LDADD): Likewise.
14885 (tls_test_c_gnu2.o): New target.
14886 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
14888 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
14889 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
14890 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
14891 * testsuite/tls_test.cc: Include "config.h".
14892 (t_last): Call t11_last.
14893 * testsuite/tls_test.h (t11, t11_last): Declare.
14894 * testsuite/tls_test_c.c: New file.
14895 * testsuite/tls_test_main.cc (thread_routine): Call t11.
14896 * configure.ac: Check for OpenMP support.
14897 * configure, config.in, Makefile.in: Rebuild.
14898 * testsuite/Makefile.in: Rebuild.
14900 2008-04-16 Cary Coutant <ccoutant@google.com>
14902 * i386.cc (Target_i386::define_tls_base_symbol): New function.
14903 (Target_i386::tls_base_symbol_defined_): New field.
14904 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
14905 (Target_i386::Scan::global): Likewise.
14906 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
14907 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
14908 (Target_x86_64::tls_base_symbol_defined_): New field.
14909 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
14910 (Target_x86_64::Scan::global): Likewise.
14912 2008-04-16 Cary Coutant <ccoutant@google.com>
14914 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
14915 (Symbol::needs_plt_entry): Allow weak undefined symbols.
14916 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
14917 building shared libraries.
14918 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
14919 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
14920 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
14921 * testsuite/Makefile.in: Rebuild.
14922 * testsuite/weak_undef.h: New file.
14923 * testsuite/weak_undef_file1.cc: Add extra test cases.
14924 * testsuite/weak_undef_file2.cc: Likewise.
14925 * testsuite/weak_undef_test.cc: Likewise.
14927 2008-04-16 David S. Miller <davem@davemloft.net>
14929 * sparc.cc (Target_sparc::Scan): Change from struct to class.
14930 Add issued_non_pic_error_ field. Declare check_non_pic.
14931 (Target_sparc::Scan::check_non_pic): New function.
14932 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
14933 (Target_sparc::Scan::global): Likewise.
14935 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
14936 * configure: Rebuild.
14938 * options.h (DEFINE_enable): New macro.
14939 (new_dtags): New enable option.
14940 (initfirst, interpose, loadfltr, nodefaultlib,
14941 nodelete, nodlopen, nodump): New -z options.
14942 * layout.cc (Layout:finish_dynamic_section): If new
14943 dtags enabled, emit DT_RUNPATH. Also, emit a
14944 DT_FLAGS_1 containing any specified -z flags.
14946 2008-04-16 Ian Lance Taylor <iant@google.com>
14948 * copy-relocs.cc: New file.
14949 * copy-relocs.h: New file.
14950 * reloc.cc: Remove Copy_relocs code.
14951 * reloc.h: Likewise.
14952 * reloc-types.h (struct Reloc_types) [both versions]: Add
14953 get_reloc_addend_noerror.
14954 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
14955 variants of add_global which take an addend which must be zero.
14956 * i386.cc: Include "copy-relocs.h".
14957 (class Target_i386): Change type of copy_relocs_ to variable,
14958 update initializer.
14959 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
14960 Change all callers.
14961 (Target_i386::do_finalize_sections): Change handling of
14963 * sparc.cc: Include "copy-relocs.h".
14964 (class Target_sparc): Change type of copy_relocs_ to variable,
14965 update initializer.
14966 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
14967 Change all callers.
14968 (Target_sparc::do_finalize_sections): Change handling of
14970 * x86_64.cc: Include "copy-relocs.h".
14971 (class Target_x86_64): Change type of copy_relocs_ to variable,
14972 update initializer.
14973 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
14974 class. Change all callers.
14975 (Target_x86_64::do_finalize_sections): Change handling of
14977 * Makefile.am (CCFILES): Add copy-relocs.cc.
14978 (HFILES): Add copy-relocs.h.
14980 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
14982 * testsuite/script_test_4.sh: Permit leading zeroes.
14984 2008-04-15 Ian Lance Taylor <iant@google.com>
14986 * script-sections.cc (Script_sections::create_segments): Use
14987 header_size_adjustment even when there is enough room for the
14989 * testsuite/script_test_4.sh: New file.
14990 * testsuite/script_test_4.t: New file.
14991 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
14992 (check_DATA): Add script_test_4.stdout.
14993 (MOSTLYCLEANFILES): Likewise.
14994 (script_test_4): New target.
14995 (script_test_4.stdout): New target.
14996 * testsuite/Makefile.in: Rebuild.
14998 * sparc.cc: Add definitions for Output_data_plt_sparc class
15001 2008-04-14 David S. Miller <davem@davemloft.net>
15003 * sparc.cc: New file.
15004 * Makefile.am (TARGETSOURCES): Add sparc.cc
15005 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
15006 * configure.tgt: Document targ_extra_size and
15007 targ_extra_big_endian. Add entries for sparc-* and
15009 * configure.ac: Handle targ_extra_size and
15010 targ_extra_big_endian.
15011 * Makefile.in: Rebuild.
15012 * configure: Likewise.
15013 * po/POTFILES.in: Likewise.
15014 * po/gold.pot: Likewise.
15016 2008-04-14 Ian Lance Taylor <iant@google.com>
15018 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
15019 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
15020 in the name/type/flags to section mapping. Don't call
15021 allocate_output_section.
15022 (Layout::choose_output_section): Change parameter from adjust_name
15023 to is_input_section. Don't permit input sections after sections
15024 are attached to segments. Don't call allocate_output_section.
15025 (Layout::layout_eh_frame): Call update_flags_for_input_section,
15026 not write_enable_output_section.
15027 (Layout::make_output_section): Don't push to
15028 unattached_section_list_ nor call attach_to_segment. Call
15029 attach_section_to_segment if sections are attached.
15030 (Layout::attach_sections_to_segments): New function.
15031 (Layout::attach_section_to_segment): New function.
15032 (Layout::attach_allocated_section_to_segment): Rename from
15033 attach_to_segment. Remove flags parameter.
15034 (Layout::allocate_output_section): Remove function.
15035 (Layout::write_enable_output_section): Remove function.
15036 * layout.h (class Layout): Update for above changes. Add new
15037 field sections_are_attached_.
15038 * output.h (Output_section::update_flags_for_input_section): New
15040 * output.cc (Output_section::add_input_section): Call
15041 update_flags_for_input_section.
15042 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
15044 2008-04-11 Cary Coutant <ccoutant@google.com>
15046 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
15047 thought unnecessary.
15048 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
15050 2008-04-11 Ian Lance Taylor <iant@google.com>
15052 * output.h (class Output_section_data): Remove inline definition
15054 * output.cc (Output_section_data::set_addralign): New function.
15056 2008-04-11 Cary Coutant <ccoutant@google.com>
15058 Add support for TLS descriptors for i386 and x86_64.
15059 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
15060 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
15061 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
15063 (Target_i386::got_mod_index_entry): Remove unnecessary code.
15064 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
15065 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
15067 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
15068 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
15069 Fix problem with initial-exec relocations.
15070 (Target_i386::Relocate::relocate_tls): Likewise.
15071 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
15073 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
15074 support for section-plus-offset dynamic table entries.
15075 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
15076 (Output_data_dynamic::Dynamic_entry): Add support for
15077 section-plus-offset dynamic table entries.
15078 (Output_data_dynamic::Classification): Likewise.
15079 (Output_data_dynamic::classification_): Renamed offset_.
15080 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
15081 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
15082 (Target_x86_64::make_plt_section): New function.
15083 (Target_x86_64::reserve_tlsdesc_entries): New function.
15084 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
15085 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
15086 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
15087 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
15088 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
15089 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
15090 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
15091 add extra PLT entry for TLS descriptors.
15092 (Output_data_plt_x86_64::got_): New field.
15093 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
15094 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
15096 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
15098 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
15099 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
15100 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
15101 R_386_TLS_DESC_CALL relocations.
15102 (Target_x86_64::Scan::global): Likewise.
15103 (Target_x86_64::do_finalize_sections): Add dynamic table entries
15104 for TLS descriptors.
15105 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
15106 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
15107 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
15108 GD-to-IE relaxation.
15109 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
15110 and TLS_DESCRIPTORS.
15111 * Makefile.in: Rebuild.
15112 * configure: Rebuild.
15113 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
15114 (tls_test_shared2.so): New target.
15115 (tls_shared_gd_to_ie_test_SOURCES): New variable.
15116 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
15117 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
15118 (tls_shared_gd_to_ie_test_LDADD): New variable.
15119 (tls_shared_gnu2_gd_to_ie_test): New target.
15120 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
15122 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
15123 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
15124 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
15125 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
15126 (tls_shared_gnu2_test): New target.
15127 (tls_test_gnu2_shared.so): New target.
15128 (tls_shared_gnu2_test_SOURCES): New variable.
15129 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
15130 (tls_shared_gnu2_test_LDFLAGS): New variable.
15131 (tls_shared_gnu2_test_LDADD): New variable.
15132 * testsuite/Makefile.in: Rebuild.
15133 * testsuite/Makefile.
15135 2008-04-11 Ian Lance Taylor <iant@google.com>
15137 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
15139 * testsuite/Makefile.in: Rebuild.
15141 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
15143 * testsuite/script_test_2.cc (main): Adjust test.
15145 2008-04-11 David S. Miller <davem@davemloft.net>
15146 Ian Lance Taylor <iant@google.com>
15148 * options.h (General_options): Add entries for '-Y' and
15150 * options.cc (General_options:finalize): If -Y was used, add those
15151 entries to the library path instead of the default "/lib" and
15154 2008-04-11 David S. Miller <davem@davemloft.net>
15156 * testsuite/justsyms.t: Start at 0x100.
15157 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
15158 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
15160 * testsuite/script_test_2.cc: Adjust string and section length
15163 2008-04-09 Ian Lance Taylor <iant@google.com>
15166 * script-sections.cc (Sections_element::allocate_to_segment): Add
15168 (Output_section_definition::allocate_to_segment): Likewise.
15169 (Orphan_output_section::allocate_to_segment): Likewise.
15170 (Script_sections::attach_sections_using_phdrs_clause): Don't
15171 propagate non-PT_LOAD segments to orphan sections.
15172 * testsuite/Makefile.am (script_test_3.stdout): Generate using
15173 readelf rather than objdump.
15174 * testsuite/script_test_3.sh: Adjust accordingly. Test that
15175 .interp section and PT_INTERP segment are the same size.
15176 * testsuite/Makefile.in: Rebuild.
15178 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
15179 aliases for symbols defined in the same object.
15180 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
15181 (weak_alias_test_SOURCES): New variable.
15182 (weak_alias_test_DEPENDENCIES): New variable.
15183 (weak_alias_test_LDFLAGS): New variable.
15184 (weak_alias_test_LDADD): New variable.
15185 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
15186 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
15187 (weak_alias_test_3.o): New target.
15188 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
15189 * testsuite/weak_alias_test_main.cc: New file.
15190 * testsuite/weak_alias_test_1.cc: New file.
15191 * testsuite/weak_alias_test_2.cc: New file.
15192 * testsuite/weak_alias_test_3.cc: New file.
15194 2008-04-08 Ian Lance Taylor <iant@google.com>
15196 * options.h (class General_options): Add --noinhibit-exec option.
15197 * main.cc (main): Check --noinhibit-exec.
15199 * options.h (class General_options): Define --wrap as a special
15200 option. Add wrap_symbols_ field.
15201 (General_options::any_wrap_symbols): New function.
15202 (General_options::is_wrap_symbol): New function.
15203 * options.cc (General_options::parse_wrap): New function.
15204 (General_options::General_options): Initialize wrap_symbols_.
15205 * symtab.cc (Symbol_table::wrap_symbol): New function.
15206 (Symbol_table::add_from_object): Handle --wrap.
15207 * symtab.h (class Symbol_table): Declare wrap_symbol.
15208 * target.h (Target::wrap_char): New function.
15209 (Target::Target_info): Add wrap_char field.
15210 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
15211 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
15212 * testsuite/testfile.cc (Target_test::test_target_info):
15215 * errors.cc (Errors::undefined_symbol): Mention symbol version if
15218 * layout.h (class Layout): Add added_eh_frame_data_ field.
15219 * layout.cc (Layout::Layout): Initialize new field.
15220 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
15221 output section until we find a section we merged successfully.
15222 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
15223 that the size be non-zero.
15225 * merge.cc (Object_merge_map::get_output_offset): Remove inline
15228 2008-04-08 Craig Silverstein <csilvers@google.com>
15230 * configure.ac: Export new conditional variable HAVE_ZLIB.
15231 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
15233 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
15234 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15236 2008-04-07 Ian Lance Taylor <iant@google.com>
15238 * version.cc (version_string): Set to "1.5".
15240 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
15241 Add issued_non_pic_error_ field. Declare check_non_pic.
15242 (Target_x86_64::Scan::check_non_pic): New function.
15243 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
15244 (Target_x86_64::Scan::global): Likewise.
15246 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
15247 addend parameter. Change caller. Handle merge sections.
15248 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
15249 Address to Addend. Don't add in the result of
15250 local_section_offset, pass down the addend and use the returned
15252 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
15253 Update declarations of local_section_offset and symbol_value.
15254 * testsuite/two_file_test_1.cc (t18): New function.
15255 * testsuite/two_file_test_2.cc (f18): New function.
15256 * testsuite/two_file_test_main.cc (main): Call t18.
15257 * testsuite/two_file_test.h (t18, f18): Declare.
15259 * configure.ac: Don't test for objdump, c++filt, or readelf.
15260 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
15262 (TEST_READELF): New variable.
15263 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
15264 (check_PROGRAMS): Add two_file_strip_test.
15265 (two_file_strip_test): New target.
15266 (check_PROGRAMS): Add two_file_same_shared_strip_test.
15267 (two_file_same_shared_strip_test_SOURCES): New variable.
15268 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
15269 (two_file_same_shared_strip_test_LDFLAGS): New variable.
15270 (two_file_same_shared_strip_test_LDADD): New variable.
15271 (two_file_shared_strip.so): New target.
15272 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
15273 (ver_test_5.syms, ver_test_7.syms): Likewise.
15274 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
15275 (strip_test_3.stdout): Use TEST_OBJDUMP.
15276 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15278 2008-04-04 Cary Coutant <ccoutant@google.com>
15280 * symtab.h (Symbol::is_weak_undefined): New function.
15281 (Symbol::is_strong_undefined): New function.
15282 (Symbol::is_absolute): New function.
15283 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
15284 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
15286 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
15287 (weak_undef_test): New target.
15288 * testsuite/Makefile.in: Rebuild.
15289 * testsuite/weak_undef_file1.cc: New file.
15290 * testsuite/weak_undef_file2.cc: New file.
15291 * testsuite/weak_undef_test.cc: New file.
15293 2008-04-03 Craig Silverstein <csilvers@google.com>
15295 * compressed_output.h (class Output_compressed_section): Use
15297 * compressed_output.cc (zlib_compress): Use unsigned buffers,
15299 (zlib_compressed_suffix): Removed.
15300 (Output_compressed_section::set_final_data_size): Use unsigned
15302 * testsuite/Makefile.am (flagstest_compress_debug_sections):
15303 Fix linker invocation.
15304 (flagstest_o_specialfile_and_compress_debug_sections):
15306 * testsuite/Makefile.in: Regenerated.
15308 2008-04-02 David S. Miller <davem@davemloft.net>
15310 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
15311 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
15313 2008-04-02 Craig Silverstein <csilvers@google.com>
15317 2008-04-02 Ian Lance Taylor <iant@google.com>
15319 * fileread.cc (File_read::find_view): Add byteshift and vshifted
15320 parameters. Update for new key type to views_. Change all
15322 (File_read::read): Adjust for byteshift in returned view.
15323 (File_read::add_view): New function, broken out of
15324 find_and_make_view.
15325 (File_read::make_view): New function, broken out of
15326 find_and_make_view.
15327 (File_read::find_or_make_view): Add offset and aligned
15328 parameters. Rewrite accordingly. Change all callers.
15329 (File_read::get_view): Add offset and aligned parameters. Adjust
15330 for byteshift in return value.
15331 (File_read::get_lasting_view): Likewise.
15332 * fileread.h (class File_read): Update declarations.
15333 (class File_read::View): Add byteshift_ field. Add byteshift to
15334 constructor. Add byteshift method.
15335 * archive.h (Archive::clear_uncached_views): New function.
15336 (Archive::get_view): Add aligned parameter. Change all callers.
15337 * object.h (Object::get_view): Add aligned parameter. Change all
15339 (Object::get_lasting_view): Likewise.
15341 * fileread.cc (File_read::release): Don't call clear_views if
15342 there are multiple objects.
15343 * fileread.h (File_read::clear_uncached_views): New function.
15344 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
15347 2008-03-31 Cary Coutant <ccoutant@google.com>
15349 Add thin archive support.
15350 * archive.cc (Archive::armagt): New const.
15351 (Archive::setup): Remove task parameter and calls to unlock.
15352 (Archive::unlock_nested_archives): New function.
15353 (Archive::read_header): Add nested_off parameter. Change
15355 (Archive::interpret_header): Likewise.
15356 (Archive::include_all_members): Change to handle thin
15358 (Archive::include_member): Likewise.
15359 * archive.h (Archive::Archive): Add new parameters and
15361 (Archive::armagt): New const.
15362 (Archive::setup): Remove task parameter.
15363 (Archive::unlock_nested_archives): New function.
15364 (Archive::read_header): Add nested_off parameter.
15365 (Archive::interpret_header): Likewise.
15366 (Archive::Nested_archive_table): New typedef.
15367 (Archive::is_thin_archive_): New field.
15368 (Archive::nested_archives_): New field.
15369 (Archive::options_): New field.
15370 (Archive::dirpath_): New field.
15371 (Archive::task_): New field.
15372 * readsyms.cc (Read_symbols::do_read_symbols): Add check
15373 for thin archives. Pass additional parameters to
15374 Archive::Archive. Unlock the archive file after calling
15377 2008-03-29 Ian Lance Taylor <iant@google.com>
15379 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
15380 version symbol to be local.
15381 * testsuite/ver_test_4.sh: New file.
15382 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
15383 (check_DATA): Add ver_test_4.syms.
15384 (ver_test_4.syms): New target.
15385 * testsuite/Makefile.in: Rebuild.
15388 (Output_section::Input_section_sort_entry::has_priority): New
15390 (Output_section::Input_section_sort_entry::match_file_name): New
15392 (Output_section::Input_section_sort_entry::match_section_name):
15394 (Output_section::Input_section_sort_entry::match_section_name_prefix):
15396 (Output_section::Input_section_sort_entry::match_section_file):
15398 (Output_section::Input_section_sort_compare::operator()): Rewrite
15399 using new Input_section_sort_entry functions. Sort crtbegin and
15400 crtend first. Sort sections with no priority before sections with
15402 * testsuite/initpri1.c (d3): Check j != 4.
15403 (cd5): New constructor/destructor function.
15404 (main): Check j != 2.
15406 * symtab.cc (Symbol_table::add_from_object): If we don't use the
15407 new symbol when resolving, don't call set_is_default.
15408 * testsuite/ver_test_7.cc: New file.
15409 * testsuite/ver_test_7.sh: New file.
15410 * testsuite/Makefile.am (ver_test_7.so): New target.
15411 (ver_test_7.o): New target.
15412 (check_SCRIPTS): Add ver_test_7.sh.
15413 (check_DATA): Add ver_test_7.syms.
15414 (ver_test_7.syms): New target.
15416 2008-03-28 Ian Lance Taylor <iant@google.com>
15418 * layout.cc (Layout::layout): If we see an input section with a
15419 name that needs sorting, set the must_sort flag for the output
15421 (Layout::make_output_section): If the name of the output section
15422 indicates that it might require sorting, set the may_sort flag.
15423 * output.h (Output_section::may_sort_attached_input_sections): New
15425 (Output_section::set_may_sort_attached_input_sections): New
15427 (Output_section::must_sort_attached_input_sections): New
15429 (Output_section::set_must_sort_attached_input_sections): New
15431 (class Output_section): Declare Input_section_sort_entry. Define
15432 Input_section_sort_compare. Declare
15433 sort_attached_input_sections. Add new fields:
15434 may_sort_attached_input_sections_,
15435 must_sort_attached_input_sections_,
15436 attached_input_sections_are_sorted_.
15437 * output.cc (Output_section::Output_section): Initialize new
15439 (Output_section::add_input_section): Add an entry to
15440 input_sections_ if may_sort or must_sort are true.
15441 (Output_section::set_final_data_size): Call
15442 sort_attached_input_sections if necessary.
15443 (Output_section::Input_section_sort_entry): Define new class.
15444 (Output_section::Input_section_sort_compare::operator()): New
15446 (Output_section::sort_attached_input_sections): New function.
15447 * configure.ac: Check whether the compiler supports constructor
15448 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
15449 * testsuite/initpri1.c: New file.
15450 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
15451 CONSTRUCTOR_PRIORITY.
15452 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
15453 (initpri1_LDFLAGS): New variable.
15454 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15456 2008-03-27 Ian Lance Taylor <iant@google.com>
15458 * common.cc (Sort_commons::operator): Correct sorting algorithm.
15459 * testsuite/common_test_1.c: New file.
15460 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
15461 (common_test_1_SOURCES): New variable.
15462 (common_test_1_DEPENDENCIES): New variable.
15463 (common_test_1_LDFLAGS): New variable.
15465 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
15466 and commons_ correctly when NAME/VERSION does not override
15468 * testsuite/ver_test_6.c: New file.
15469 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
15470 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
15471 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
15473 2008-03-26 Ian Lance Taylor <iant@google.com>
15475 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
15476 of an undefined symbol from a version script.
15477 * testsuite/Makefile.am (ver_test_5.so): New target.
15478 (ver_test_5.o): New target.
15479 (check_SCRIPTS): Add ver_test_5.sh.
15480 (check_DATA): Add ver_test_5.syms.
15481 (ver_test_5.syms): New target.
15482 * testsuite/ver_test_5.cc: New file.
15483 * testsuite/ver_test_5.script: New file.
15484 * testsuite/ver_test_5.sh: New file.
15485 * Makefile.in, testsuite/Makefile.in: Rebuild.
15488 Fix problems building gold with gcc 4.3.0.
15489 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
15490 (gold_error_at_location, gold_warning_at_location): Use it.
15491 * configure.ac: Check whether we can compile and use a template
15492 function with a printf attribute.
15493 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
15494 when jumping over bytes.
15495 * object.cc: Instantiate Object::read_section_data.
15496 * debug.h: Include <cstring>
15497 * dwarf_reader.cc: Include <algorithm>
15498 * main.cc: Include <cstring>.
15499 * options.cc: Include <cstring>.
15500 * output.cc: Include <cstring>.
15501 * script.cc: Include <cstring>.
15502 * script.h: Include <string>.
15503 * symtab.cc: Include <cstring> and <algorithm>.
15504 * target-select.cc: Include <cstring>.
15505 * version.cc: Include <string>.
15506 * testsuite/testmain.cc: Include <cstdlib>.
15507 * configure, config.in: Rebuild.
15509 2008-03-25 Ian Lance Taylor <iant@google.com>
15511 * options.cc: Include "../bfd/bfdver.h".
15512 (options::help): Print bug reporting address.
15514 * version.cc (print_version): Adjust output for current value of
15515 BFD_VERSION_STRING.
15519 * options.cc (options::help): Print list of supported targets.
15520 * target-select.h: Include <vector>.
15521 (class Target_selector): Make machine_, size_, and is_big_endian_
15522 fields const. Add bfd_name_ and instantiated_target_ fields.
15523 (Target_selector::Target_selector): Add bfd_name parameter.
15524 (Target_selector::recognize): Make non-virtual, call
15526 (Target_selector::recognize_by_name): Make non-virtual, call
15527 do_recognize_by_name.
15528 (Target_selector::supported_names): New function.
15529 (Target_selector::bfd_name): New function.
15530 (Target_selector::do_instantiate_target): New pure virtual
15532 (Target_selector::do_recognize): New virtual function.
15533 (Target_selector::do_recognize_by_name): New virtual function.
15534 (Target_selector::instantiate_target): New private function.
15535 (supported_target_names): Declare.
15536 * target-select.cc (Target_selector::Target_selector): Update for
15537 new parameter and fields.
15538 (select_target_by_name): Check that the name matches before
15539 calling recognize_by_name.
15540 (supported_target_names): New function.
15541 * i386.cc (class Target_selector_i386): Update Target_selector
15542 constructor call. Remove recognize and recognize_by_name. Add
15543 do_instantiate_target.
15544 * x86_64.cc (class Target_selector_x86_64): Likewise.
15545 * testsuite/testfile.cc (class Target_selector_test): Update for
15546 changes to Target_selector.
15548 * README: Rewrite, with some notes on unsupported features.
15550 2008-03-24 Cary Coutant <ccoutant@google.com>
15552 * i386.cc (Target_i386::Got_type): New enum declaration.
15553 (Target_i386::Scan::local): Updated callers of Output_data_got
15555 (Target_i386::Scan::global): Likewise.
15556 (Target_i386::Relocate::relocate): Likewise.
15557 (Target_i386::Relocate::relocate_tls): Likewise.
15558 * object.h (Got_offset_list): New class.
15559 (Sized_relobj::local_has_got_offset): Added got_type parameter.
15560 (Sized_relobj::local_got_offset): Likewise.
15561 (Sized_relobj::set_local_got_offset): Likewise.
15562 (Sized_relobj::local_has_tls_got_offset): Removed.
15563 (Sized_relobj::local_tls_got_offset): Removed.
15564 (Sized_relobj::set_local_tls_got_offset): Removed.
15565 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
15566 * output.cc (Output_data_got::add_global): Added got_type parameter.
15567 (Output_data_got::add_global_with_rel): Likewise.
15568 (Output_data_got::add_global_with_rela): Likewise.
15569 (Output_data_got::add_global_pair_with_rel): New function.
15570 (Output_data_got::add_global_pair_with_rela): New function.
15571 (Output_data_got::add_local): Added got_type parameter.
15572 (Output_data_got::add_local_with_rel): Likewise.
15573 (Output_data_got::add_local_with_rela): Likewise.
15574 (Output_data_got::add_local_pair_with_rel): New function.
15575 (Output_data_got::add_local_pair_with_rela): New function.
15576 (Output_data_got::add_global_tls): Removed.
15577 (Output_data_got::add_global_tls_with_rel): Removed.
15578 (Output_data_got::add_global_tls_with_rela): Removed.
15579 (Output_data_got::add_local_tls): Removed.
15580 (Output_data_got::add_local_tls_with_rel): Removed.
15581 (Output_data_got::add_local_tls_with_rela): Removed.
15582 * output.h (Output_data_got::add_global): Added got_type parameter.
15583 (Output_data_got::add_global_with_rel): Likewise.
15584 (Output_data_got::add_global_with_rela): Likewise.
15585 (Output_data_got::add_global_pair_with_rel): New function.
15586 (Output_data_got::add_global_pair_with_rela): New function.
15587 (Output_data_got::add_local): Added got_type parameter.
15588 (Output_data_got::add_local_with_rel): Likewise.
15589 (Output_data_got::add_local_with_rela): Likewise.
15590 (Output_data_got::add_local_pair_with_rel): New function.
15591 (Output_data_got::add_local_pair_with_rela): New function.
15592 (Output_data_got::add_global_tls): Removed.
15593 (Output_data_got::add_global_tls_with_rel): Removed.
15594 (Output_data_got::add_global_tls_with_rela): Removed.
15595 (Output_data_got::add_local_tls): Removed.
15596 (Output_data_got::add_local_tls_with_rel): Removed.
15597 (Output_data_got::add_local_tls_with_rela): Removed.
15598 * resolve.cc (Symbol::override_base_with_special): Removed
15599 reference to has_got_offset_ field.
15600 * symtab.cc (Symbol::init_fields): Replaced initialization
15601 of got_offset_ with got_offsets_. Removed initialization
15603 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
15604 (Symbol::got_offset): Likewise.
15605 (Symbol::set_got_offset): Likewise.
15606 (Symbol::has_tls_got_offset): Removed.
15607 (Symbol::tls_got_offset): Removed.
15608 (Symbol::set_tls_got_offset): Removed.
15609 (Symbol::got_offset_): Removed.
15610 (Symbol::tls_mod_got_offset_): Removed.
15611 (Symbol::tls_pair_got_offset_): Removed.
15612 (Symbol::got_offsets_): New field.
15613 (Symbol::has_got_offset): Removed.
15614 (Symbol::has_tls_mod_got_offset): Removed.
15615 (Symbol::has_tls_pair_got_offset): Removed.
15616 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
15617 (Target_x86_64::Scan::local): Updated callers of Output_data_got
15619 (Target_x86_64::Scan::global): Likewise.
15620 (Target_x86_64::Relocate::relocate): Likewise.
15621 (Target_x86_64::Relocate::relocate_tls): Likewise.
15623 2008-03-25 Ben Elliston <bje@au.ibm.com>
15625 * yyscript.y: Fix spelling error in comment.
15627 2008-03-24 Ian Lance Taylor <iant@google.com>
15629 * options.h (class General_options): Define build_id option.
15630 * layout.h (class Layout): Declare write_build_id, create_note,
15631 create_build_id. Add build_id_note_ member.
15632 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
15633 "libiberty.h", "md5.h", "sha1.h".
15634 (Layout::Layout): Initialize eh_frame_data_,
15635 eh_frame_hdr_section_, and build_id_note_.
15636 (Layout::finalize): Call create_build_id.
15637 (Layout::create_note): New function, broken out of
15638 Layout::create_gold_note.
15639 (Layout::create_gold_note): Call create_note.
15640 (Layout::create_build_id): New function.
15641 (Layout::write_build_id): New function.
15642 (Close_task_runner::run): Call write_build_id.
15644 * x86_64.cc: Correct license to GPLv3.
15646 2008-03-23 Ian Lance Taylor <iant@google.com>
15648 * options.cc: Include "demangle.h".
15649 (parse_optional_string): New function.
15650 (parse_long_option): Handle takes_optional_argument.
15651 (parse_short_option): Update dash_z initializer. Handle
15652 takes_optional_argument.
15653 (General_options::General_options): Initialize do_demangle_.
15654 (General_options::finalize): Set do_demangle_. Handle demangling
15656 * options.h (parse_optional_string): Declare.
15657 (struct One_option): Add optional_arg field. Update constructor.
15658 Update call constructor calls. Add takes_optional_argument
15660 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
15661 (DEFINE_optional_string): Define.
15662 (General_options::demangle): Change from DEFINE_bool to
15663 DEFINE_optional_string.
15664 (General_options::no_demangle): New function.
15665 (General_options::do_demangle): New function.
15666 (General_options::set_do_demangle): New function.
15667 (General_options::execstack_status_): Move definition to end of
15669 (General_options::static_): Likewise.
15670 (General_options::do_demangle_): New field.
15671 * object.cc (big_endian>::get_symbol_location_info): Call
15672 Options::do_demangle, not Options::demangle.
15673 * symtab.cc (demangle): Likewise.
15675 2008-03-22 Ian Lance Taylor <iant@google.com>
15677 * gold.h: Include <cstddef> and <sys/types.h>
15678 * options.h: Include <cstring>.
15680 2008-03-21 Ian Lance Taylor <iant@google.com>
15682 * Added source code to GNU binutils.
15684 Copyright (C) 2008-2014 Free Software Foundation, Inc.
15686 Copying and distribution of this file, with or without modification,
15687 are permitted in any medium without royalty provided the copyright
15688 notice and this notice are preserved.
15694 version-control: never