objcopy/strip ELF program header p_vaddr confusion
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
9b12c500
CC
12014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
2
3 * symtab.h (Symbol::set_nonvis): New function.
4
beacaa96
CC
52014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
6
7 * symtab.cc (Sized_symbol<32>::init_output_data):
8 Instantiate the template.
9 (Sized_symbol<64>::init_output_data): Likewise.
10
800d9823
CC
112014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
12
13 * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
14 adjust dynamic symbol value.
15 * target.h (Target::adjust_dyn_symbol): New function.
16 (Target::do_adjust_dyn_symbol): New function.
17
918fc1f8
CC
182014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
19
20 * output.cc (Output_data_dynamic::Dynamic_entry::write):
21 Get the value of DYNAMIC_CUSTOM dynamic entry.
22 * output.h (Output_data_dynamic::add_custom): New function.
23 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
24 dynamic entry.
25 (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
26 * target.h (Target::dynamic_tag_custom_value): New function.
27 (Target::do_dynamic_tag_custom_value): New function.
28
98ff9231
CC
292014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
30
31 * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
32 dynsym indexes.
33 * target.h (Target::has_custom_set_dynsym_indexes): New function.
34 (Target::do_has_custom_set_dynsym_indexes): New function.
35 (Target::set_dynsym_indexes): New function.
36 (Target::do_set_dynsym_indexes): New function.
37
b80eed39
AM
382014-03-07 Alan Modra <amodra@gmail.com>
39
40 * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
41 CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
42 (Powerpc_relocate_functions::has_overflow_unsigned): New function.
43 (Powerpc_relocate_functions::has_overflow_bitfield,
44 overflowed): Use the above.
45 (Target_powerpc::Relocate::relocate): Correct overflow checking
46 for a number of relocations. Modify overflow test for 16-bit
47 fields in instructions to signed/unsigned according to whether
48 the field takes a signed or unsigned value.
49
4b95cf5c
AM
502014-03-05 Alan Modra <amodra@gmail.com>
51
52 Update copyright years.
53
45965137
AM
542014-03-05 Alan Modra <amodra@gmail.com>
55
56 * powerpc.cc (Target_powerpc::Scan::local, global): Support
57 R_PPC64_ADDR64_LOCAL.
58 (Target_powerpc::Relocate::relocate): Likewise.
59
2c80b753
AM
602014-03-03 Alan Modra <amodra@gmail.com>
61
62 * dwp.cc (print_version): Update copyright year to current.
63
c1c69e83
AM
642014-02-10 Alan Modra <amodra@gmail.com>
65
66 * po/gold.pot: Regenerate.
67
dd0c4e70
CC
682014-02-06 Cary Coutant <ccoutant@google.com>
69
70 Fix problem where -u is ignored when a weak undef is seen.
71
72 * archive.cc (Library_base::should_include_member): Reorder
73 code to check for -u option if a weak undef has already been seen.
74 * testsuite/Makefile.am (weak_undef_test_2): New test case.
75 * testsuite/Makefile.in: Regenerate.
76 * testsuite/weak_undef_file3.cc: New file.
77 * testsuite/weak_undef_file4.cc: New file.
78 * testsuite/weak_undef_test_2.cc: New file.
79
1a221d3d
CC
802014-02-05 Cary Coutant <ccoutant@google.com>
81
82 Fix issues with gold undefined symbol diagnostics.
83
84 PR binutils/15435
85 * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
86 check to here.
87 * target-reloc.h (is_strong_undefined): New function.
88 (relocate_section): Move undef vtable symbol check from here.
89 Check for is_strong_undefined.
90
e889f0a4
CC
912014-02-05 Cary Coutant <ccoutant@google.com>
92
93 Fix problems with the --dynamic-list option.
94
95 PR gold/13577
96 * options.cc (General_options::parse_dynamic_list):
97 Set have_dynamic_list_.
98 (General_options::General_options): Initialize have_dynamic_list_.
99 (General_options::finalize): Turn off -Bsymbolic and
100 -Bsymbolic-functions if --dynamic-list provided.
101 * options.h (General_options::have_dynamic_list): New function.
102 (General_options::have_dynamic_list_): New data member.
103 * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
104 correctly.
105
106 PR gold/16530
107 * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
108 in --dynamic-list, mark it.
109
110 * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
111 (dynamic_list_2): New test case.
112 * testsuite/Makefile.in: Regenerate.
113 * testsuite/dynamic_list_2.cc: New file.
114 * testsuite/dynamic_list_2.t: New file.
115 * testsuite/dynamic_list_lib1.cc: New file.
116 * testsuite/dynamic_list_lib2.cc: New file.
117 * testsuite/gc_dynamic_list_test.c: New file.
118 * testsuite/gc_dynamic_list_test.sh: New file.
119 * testsuite/gc_dynamic_list_test.t: New file.
120
ec673e64
CC
1212014-01-28 Cary Coutant <ccoutant@google.com>
122
123 Add .gdb_index version 7 support.
124
125 * gold/dwarf_reader.cc: include <utility> (for make_pair).
126 (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
127 debug sections.
128 (Dwarf_ranges_table::read_ranges_table): Likewise.
129 (Dwarf_pubnames_table::read_section): Check for GNU-style
130 sections, and for compressed debug sections.
131 (Dwarf_pubnames_table::read_header): Compute end address of table.
132 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
133 for end of list by offset, not by offset == 0.
134 (Dwarf_info_reader::do_read_string_table): Check for compressed
135 debug sections.
136 * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
137 Initialize new data members.
138 (Dwarf_pubnames_table::next_name): return flag_byte.
139 (Dwarf_pubnames_table::end_of_table_): New data member.
140 (Dwarf_pubnames_table::is_gnu_style_): New data member.
141 * gold/gdb-index.cc (gdb_index_version): Update to version 7.
142 (Gdb_index_info_reader::read_pubtable): Read flag_byte.
143 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
144 read skeleton type unit DIEs.
145 (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
146 (Gdb_index::do_write): Write flag_byte.
147 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
148 (Gdb_index::Cu_vector): Store flags along with cu indexes.
149 * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
150 * gold/testsuite/gdb_index_test_comm.sh: Likewise.
151
221fd5d5
L
1522014-01-08 H.J. Lu <hongjiu.lu@intel.com>
153
154 * version.cc (print_version): Update copyright year to 2014.
155
6c09fb0b
ILT
1562013-12-19 Dimitry Andric <dimitry@andric.com>
157
158 * stringpool.cc (Stringpool_template::reserve): Add
159 HAVE_UNORDERED_MAP case.
160 * stringpool.cc (Stringpool_template::print_stats): Likewise.
161
8356f2d0
CC
1622013-12-18 Cary Coutant <ccoutant@google.com>
163
164 * configure.ac: Check for <unordered_set> and <unordered_map>.
165 * config.in: Regenerate.
166 * configure: Regenerate.
167 * system.h: Use <unordered_set> and <unordered_map> if available.
168
f2c7d7ee
RM
1692013-12-10 Roland McGrath <mcgrathr@google.com>
170
171 * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
172 with $(INSTALL_PROGRAM_ENV).
173 * Makefile.in: Regenerate.
174
6632e8cc
CC
1752013-11-22 Cary Coutant <ccoutant@google.com>
176
177 * configure.ac: Add check for which library is needed for
178 dlopen.
179 * configure: Regenerate.
180
0c075858
CC
1812013-11-22 Cary Coutant <ccoutant@google.com>
182
183 * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
184 assembler.
185 * testsuite/Makefile.in: Regenerate.
186
f49fe902
L
1872013-11-17 H.J. Lu <hongjiu.lu@intel.com>
188
189 * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
190 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
191 R_X86_64_PC32 and R_X86_64_PLT32, respectively.
192 (Target_x86_64<size>::Scan::local): Likewise.
193 (Target_x86_64<size>::Scan::global): Likewise.
194 (Target_x86_64<size>::Relocate::relocate): Likewise.
195 (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
196 Likewise.
197 (Target_x86_64<size>::Scan::check_non_pic(): Handle
198 R_X86_64_PC32_BND.
199
200 * testsuite/Makefile.am (check_PROGRAMS): Add
201 exception_x86_64_bnd_test.
202 (exception_x86_64_bnd_test_SOURCES): New macro.
203 (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
204 (exception_x86_64_bnd_test_LDFLAGS): Likewise.
205 (exception_x86_64_bnd_test_LDADD): Likewise.
206 (exception_x86_64_bnd_1.o): New rule.
207 (exception_x86_64_bnd_2.o): Likewise.
208 * testsuite/Makefile.in: Regenerated.
209
9055360d
AM
2102013-11-15 Alan Modra <amodra@gmail.com>
211
212 * powerpc.cc (Target_powerpc::glink_section): Provide non-const
213 accessor.
214 (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
215 Only call ppc64_local_entry_offset for 64-bit. Restrict
216 symval_for_branch lookup to ELFv1.
217 (Stub_table::add_plt_call_entry): Use unsigned int off.
218 (Output_data_glink::Address, invalid_address): New.
219 (Output_data_glink::add_eh_frame): Move out of line. Add
220 support for ELFv2.
221 (Output_data_glink::add_global_entry, find_global_entry,
222 global_entry_address): New functions.
223 (Output_data_glink::global_entry_stubs_, end_branch_table_,
224 ge_size): New variables.
225 (Output_data_glink::set_final_data_size): Add global entry
226 stub sizing.
227 (Output_data_glink::do_write): Write global entry stubs.
228 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
229 parameter. Return true for ELFv2. Adjust callers.
230 (Target_powerpc::Scan::local, global): Restrict opd lookup to
231 ELFv1. Similarly for ifunc and dynamic relocation processing
232 specific to ELFv1. Recognize that symbols are defined on
233 their plt entries for ELFv2.
234 (Target_powerpc::symval_for_branch): Assert if called for
235 ELFv2 or ppc32.
236 (Target_powerpc::Relocate::relocate): Use global entry plt
237 stub for symbol value if such exists on ELFv2.
238 (Target_powerpc::Relocate::relocate): Don't call
239 symval_for_branch when ELFv2. Do adjust for local entry
240 offset when ELFv2.
241 (Target_powerpc::do_dynsym_value): Set symbols to global entry
242 plt stub for ELFv2.
243 (Target_powerpc::do_plt_address_for_global): Similarly.
244
cafdd569
CC
2452013-11-14 Cary Coutant <ccoutant@google.com>
246
247 Revert patch -- this did not fix the problem, and there is
248 no race there.
249
250 2013-11-14 Cary Coutant <ccoutant@google.com>
251
252 PR gold/14860
253 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
254 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
255 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
256 updating fde_offsets_.
257 (Eh_frame_hdr::lock_): New data member.
258
94e49e16
CC
2592013-11-14 Cary Coutant <ccoutant@google.com>
260
261 * dwp.cc (Dwo_file_entry): New type.
262 (File_list): Use Dwo_file_entry.
263 (Dwo_file::verify): New function.
264 (Dwo_file::verify_dwo_list): New function.
265 (Dwo_file::sized_verify_dwo_list): New function.
266 (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
267 list.
268 (Dwp_options): New enum type.
269 (dwp_options): Add --verify-only.
270 (usage): Likewise.
271 (main): Likewise.
272 * dwp.h (gold_info): Add declaration.
273
7cdd7d57
CC
2742013-11-14 Cary Coutant <ccoutant@google.com>
275
276 PR gold/14860
277 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
278 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
279 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
280 updating fde_offsets_.
281 (Eh_frame_hdr::lock_): New data member.
282
1d946cb3
CC
2832013-11-06 Cary Coutant <ccoutant@google.com>
284
285 PR gold/15758
286 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
287 before reloc sections.
288
4f65b40e
AM
2892013-11-04 Alan Modra <amodra@gmail.com>
290
291 * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
292 (Symbol::needs_dynamic_reloc): Test new flag.
293 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
294 (Target_powerpc::Scan::get_reference_flags): Add target param.
295 Return FUNC_DESC_ABI for 64-bit ELFv1.
296 (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
297 call.
298 (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
299 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
300
908794a9
CC
3012013-10-31 Cary Coutant <ccoutant@google.com>
302
303 Restore support for dwp v2 DWARF package file format.
304
305 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
306 tu_length parameter. Adjust all callers.
307 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
308 * dwp.cc: Include dwarf.h.
309 (Section_bounds): New struct type.
310 (Unit_set): New struct type.
311 (Dwo_file::Dwo_file): Initialize new data member.
312 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
313 Combine and rename to...
314 (Dwo_file::read_unit_index): ...this.
315 (Dwo_file::sized_read_compunit_index)
316 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
317 (Dwo_file::sized_read_unit_index): ...this.
318 (Dwo_file::copy_section): Remove section_name, is_str_offsets
319 parameters; add section_id parameter.
320 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
321 (Dwo_file::add_unit_set): ...this.
322 (Dwo_file::shndx_map_): Remove.
323 (Dwo_file::sect_offsets_): New data member.
324 (Dwp_output_file::Dwp_output_file): Initialize new data members.
325 (Dwp_output_file::add_section): Rename to...
326 (Dwp_output_file::add_contribution): ...this.
327 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
328 (Dwp_output_file::add_tu_set): Likewise.
329 (Dwp_output_file::Contribution): New type.
330 (Dwp_output_file::Section::contributions): New data member.
331 (Dwp_output_file::Cu_or_tu_set): Remove.
332 (Dwp_output_file::Section::Section): New ctor.
333 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
334 (Dwp_output_file::Dwp_index::Section_table): New type.
335 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
336 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
337 parameter.
338 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
339 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
340 (Dwp_output_file::Dwp_index::section_table): New member function.
341 (Dwp_output_file::Dwp_index::section_table_end): New member function.
342 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
343 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
344 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
345 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
346 (Dwp_output_file::Dwp_index::section_table_): New data member.
347 (Dwp_output_file::Dwp_index::section_mask_): New data member.
348 (Dwp_output_file::add_output_section): New member function.
349 (Dwp_output_file::write_new_section): New member function.
350 (Dwp_output_file::write_contributions): New member function.
351 (Dwp_output_file::section_id_map_): New data member.
352 (class Dwo_id_info_reader): Remove.
353 (class Unit_reader): New class.
354 (get_dwarf_section_name): New function.
355 (Dwo_file::read_executable): Adjust initializations of class data.
356 (Dwo_file::read): Add support for v2 package file format.
357 (Dwo_file::read_unit_index): Likewise.
358 (Dwo_file::sized_read_unit_index): Likewise.
359 (Dwo_file::copy_section): Likewise.
360 (Dwo_file::add_unit_set): Likewise.
361 (Dwp_output_file::add_output_section): Likewise.
362 (Dwp_output_file::add_contribution): Likewise.
363 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
364 for empty slot.
365 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
366 file format.
367 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
368 slot.
369 (Dwp_output_file::initialize): Remove unused function.
370 (Dwp_output_file::finalize): Add support for v2 package file format.
371 (Dwp_output_file::write_index): Likewise.
372 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
373 function prototype.
374
2500c017
CC
3752013-10-31 Cary Coutant <ccoutant@google.com>
376
377 * configure.ac: Fix check for -fmerge-constants.
378 * configure.ac: Regenerate.
379
dd0845d7
RM
3802013-10-30 Roland McGrath <mcgrathr@google.com>
381
382 * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
383 Correct 9-byte nop sequence to match what the assembler generates.
384
b4f7960d
AM
3852013-10-30 Alan Modra <amodra@gmail.com>
386
387 * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
388 ppc64_local_entry_offset, ppc64_local_entry_offset,
389 do_read_symbols): New functions.
390 (Powerpc_relobj::e_flags_, st_other_): New vars.
391 (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
392 (Powerpc_dynobj::abiversion, set_abiversion): New functions.
393 (Powerpc_relobj::e_flags_): New var.
394 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
395 and adjust for ELFv2.
396 (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
397 (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
398 (Powerpc_dynobj::do_find_special_sections): Likewise.
399 (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
400 (Target_powerpc::Branch_info::make_stub): Adjust stub destination
401 to ELFv2 local entry.
402 (Target_powerpc::do_relax): No thread safe barriers needed for
403 ELFv2.
404 (Output_data_plt_powerpc::initial_plt_entry_size_,
405 plt_entry_size): Delete. Replace all uses with
406 first_plt_entry_offset() and plt_entry_size().
407 (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
408 reserved_size parm. Update callers.
409 (Output_data_plt_powerpc::entry_count): Update.
410 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
411 and use Target_powerpc::first_plt_entry_offset().
412 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
413 rename to plt_entry_size.
414 (Output_data_plt_powerpc::add_ifunc_entry,
415 add_local_ifunc_entry): Adjust reloc for ELFv2.
416 (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
417 (glink_eh_frame_fde_64v2): New.
418 (Stub_table::plt_call_size): Support ELFv2 sizing.
419 (Output_data_glink::add_eh_frame): Use the new FDE.
420 (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
421 (Stub_table::do_write): Write ELFv2 stubs and glink.
422 (Target_powerpc::Relocate::relocate): Replaces nop after call
423 with ld 2,24(1) and adjust local offset destination for ELFv2.
424
f9c6b907
AM
4252013-10-30 Alan Modra <amodra@gmail.com>
426
427 * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
428 (Target_powerpc::Scan::global, local): Likewise.
429 (Target_powerpc::Relocate::relocate): Likewise. Check for overflow
430 on all ppc64 @h and @ha relocs.
431
e84fe78f
AM
4322013-10-14 Alan Modra <amodra@gmail.com>
433
434 * output.h (Output_data_got::add_constant): Tidy.
435 (Output_data_got::add_constant_pair): New function.
436 * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
437 methods used so as to first call reserve_ent().
438
679e4abf
RM
4392013-10-11 Roland McGrath <mcgrathr@google.com>
440
44dcb735
RM
441 * powerpc.cc (Output_data_got_powerpc): Remove unused methods
442 add_got_entry and add_got_entry_pair.
443
13323c49
RM
444 * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
445 (HAVE_PUBNAMES): Likewise.
446 * configure: Regenerate.
447
1496b446
RM
448 * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
449 * testsuite/Makefile.in: Regenerate.
450
cc84c10b
RM
451 * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
452 Remove const from declaration.
453 * target.cc (Sized_target::do_adjust_elf_header): Update definition.
454 * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
455 * output.h (Output_file_header): Remove const from member target_
456 and corresponding constructor argument.
457 * output.cc (Output_file_header::Output_file_header): Update prototype.
458 (Output_file_header::do_sized_write): Use this->target_ in place
459 of parameters()->target().
460
52f66a2c
RM
461 * testsuite/undef_symbol.cc (Foo::get_a): New method.
462
2b64b551
RM
463 * configure.ac (MERGE_CONSTANTS_FLAG): New check.
464 * configure: Regenerate.
465 * Makefile.in: Regenerate.
466 * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
467 * testsuite/merge_string_literals_2.c: Likewise.
468 * testsuite/Makefile.am
469 (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
470 (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
471 literal -fmerge-constants.
472 * testsuite/Makefile.in: Regenerate.
473
43819297
RM
474 * i386.cc (Target_i386): Remove unused member dynbss_.
475 * arm.cc (Target_arm): Likewise.
476 * powerpc.cc (Target_powerpc): Likewise.
477 * sparc.cc (Target_sparc): Likewise.
478 * tilegx.cc (Target_tilegx): Likewise.
479 * x86_64.cc (Target_x86_64): Likewise.
480 * dwarf_reader.h (Dwarf_info_reader): Remove unused members
481 type_signature_, type_offset_.
482 * plugin.h (Plugin_hook): Remove unused member layout_.
483 * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
484 mapfile_.
485 (Read_member): Remove unused members input_objects_, symtab_,
486 mapfile_, layout_.
487 (Check_library): Remove unused member symtab_.
488 * archive.h (Lib_group): Remove unused member lib_.
489 * archive.cc (Lib_group::Lib_group): Update initializer.
490 * incremental.h (Incremental_binary): Remove unused member target_.
491 (Incremental_script_entry): Removed unused member script_.
492 * layout.h (Write_symbols_task): Remove unused member input_objects_.
493 * icf.h (Icf): Remove unused member num_tracked_relocs.
494
39d9ead7
RM
495 * gold-threads.h (Once): Conditionalize member was_run_lock_ on
496 [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
497 its only use.
498 * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
499
679e4abf
RM
500 * archive.h: Use struct rather than class for forward declaration
501 of Read_symbols_data.
502
54de2ea6
CC
5032013-10-07 Cary Coutant <ccoutant@google.com>
504
505 PR gold/16010
506 * testsuite/Makefile.am (icf_test): Fix dependencies.
507 (icf_safe_test): Likewise.
508 (icf_safe_so_test): Likewise.
509 (large_symbol_alignment): Add empty _LDADD rule.
510 * testsuite/Makefile.in: Regenerate.
511
b14016f0
L
5122013-09-03 Pavel Chupin <pavel.v.chupin@intel.com>
513
514 PR gold/15927
515 * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
516 relocation for R_X86_64_32 on x32.
517
eb426534
RM
5182013-08-27 Roland McGrath <mcgrathr@google.com>
519
520 * output.cc (Output_segment::set_section_addresses): Take new
521 Target* argument. If target->isolate_execinstr() and the segment
522 is executable and starts at a target->abi_pagesize() boundary,
523 pad its end out to a target->abi_pagesize() boundary with code fill.
524 * output.h (Output_segment::set_section_addresses): Update decl.
525 * layout.h (Layout::check_output_data_for_reset_values): Take new
526 argument RELAX_OUTPUTS.
527 (Layout): New member relax_output_list_.
528 (Layout::add_relax_output): New method.
529 * layout.cc (Layout::Layout): Update constructor.
530 (Layout::reset_relax_output): New method.
531 (Layout::clean_up_after_relaxation): Call it.
532 (Layout::prepare_for_relaxation): Update caller.
533 (Layout::set_segment_offsets): Update callers of set_section_addresses.
534 Call reset_relax_output before re-processing segments for
535 isolate_execinstr case.
536 (Layout::write_data): Handle relax_output_list_.
537 (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
538 Take new argument RELAX_OUTPUTS. Assert it's an empty collection.
539
9aff4b7a
NC
5402013-08-23 Yuri Chornoivan <yurchor@ukr.net>
541
542 PR binutils/15834
543 * object.h: Fix typos.
544
93f8221c
RM
5452013-08-16 Roland McGrath <mcgrathr@google.com>
546
547 * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
548 * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
549
e44c3715
CC
5502013-08-07 Cary Coutant <ccoutant@google.com>
551
552 Revert support for v2 DWP files:
553
554 2013-03-01 Cary Coutant <ccoutant@google.com>
555
556 Add dwp support for v2 DWARF package file format.
557 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
558 tu_length parameter. Adjust all callers.
559 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
560 * dwp.cc: Include dwarf.h.
561 (Section_bounds): New struct type.
562 (Unit_set): New struct type.
563 (Dwo_file::Dwo_file): Initialize new data member.
564 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
565 Combine and rename to...
566 (Dwo_file::read_unit_index): ...this.
567 (Dwo_file::sized_read_compunit_index)
568 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
569 (Dwo_file::sized_read_unit_index): ...this.
570 (Dwo_file::copy_section): Remove section_name, is_str_offsets
571 parameters; add section_id parameter.
572 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
573 (Dwo_file::add_unit_set): ...this.
574 (Dwo_file::shndx_map_): Remove.
575 (Dwo_file::sect_offsets_): New data member.
576 (Dwp_output_file::Dwp_output_file): Initialize new data members.
577 (Dwp_output_file::add_section): Rename to...
578 (Dwp_output_file::add_contribution): ...this.
579 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
580 (Dwp_output_file::add_tu_set): Likewise.
581 (Dwp_output_file::Contribution): New type.
582 (Dwp_output_file::Section::contributions): New data member.
583 (Dwp_output_file::Cu_or_tu_set): Remove.
584 (Dwp_output_file::Section::Section): New ctor.
585 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
586 (Dwp_output_file::Dwp_index::Section_table): New type.
587 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
588 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
589 parameter.
590 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
591 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
592 (Dwp_output_file::Dwp_index::section_table): New member function.
593 (Dwp_output_file::Dwp_index::section_table_end): New member function.
594 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
595 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
596 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
597 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
598 (Dwp_output_file::Dwp_index::section_table_): New data member.
599 (Dwp_output_file::Dwp_index::section_mask_): New data member.
600 (Dwp_output_file::add_output_section): New member function.
601 (Dwp_output_file::write_new_section): New member function.
602 (Dwp_output_file::write_contributions): New member function.
603 (Dwp_output_file::section_id_map_): New data member.
604 (class Dwo_id_info_reader): Remove.
605 (class Unit_reader): New class.
606 (get_dwarf_section_name): New function.
607 (Dwo_file::read_executable): Adjust initializations of class data.
608 (Dwo_file::read): Add support for v2 package file format.
609 (Dwo_file::read_unit_index): Likewise.
610 (Dwo_file::sized_read_unit_index): Likewise.
611 (Dwo_file::copy_section): Likewise.
612 (Dwo_file::add_unit_set): Likewise.
613 (Dwp_output_file::add_output_section): Likewise.
614 (Dwp_output_file::add_contribution): Likewise.
615 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
616 for empty slot.
617 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
618 file format.
619 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
620 slot.
621 (Dwp_output_file::initialize): Remove unused function.
622 (Dwp_output_file::finalize): Add support for v2 package file format.
623 (Dwp_output_file::write_index): Likewise.
624 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
625 function prototype.
626
c6905c28
CC
6272013-07-31 Cary Coutant <ccoutant@google.com>
628
629 * object.cc (Sized_relobj::do_output_section_address): New function.
630 (Sized_relobj): Instantiate explicitly.
631 * object.h (Object::output_section_address): New function.
632 (Object::do_output_section_address): New function.
633 (Sized_relobj::do_output_section_address): New function.
634 * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
635
6362013-07-30 Cary Coutant <ccoutant@google.com>
5cdb4d98 637 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
a67858e0
CC
638
639 * parameters.cc (Parameters::entry): Return target-specific entry
640 symbol name.
641 * target.h (Target::entry_symbol_name): New function.
642 (Target_info::entry_symbol_name): New data member.
643
644 * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
645 * i386.cc (Target_i386::i386_info): Likewise.
646 (Target_i386_nacl::i386_nacl_info): Likewise.
647 * sparc.cc (Target_sparc::sparc_info): Likewise.
648 * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
649 * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
650 (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
651 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
652
234d4ab8
SA
6532013-07-22 Sterling Augustine <saugustine@google.com>
654
655 * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
656 Convert parameter shndx to local variable. Add parameters symtab
657 and symtab_size. Scan over section names. Find relocation
658 section corresponding to current section. Create and initialize
659 reloc_mapper_ and reloc_type_.
660 (Dwarf_pubnames_table::read_header): Add assertion. Change
661 unit_length to off_t. Initialize member unit_length_. Fill in field
662 cu_offset_.
663 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
664 Initialize new fields unit_length_ and cu_offset_.
665 (Dwarf_pubnames_table::read_section): Update prototype.
666 (Dwarf_pubnames_table::cu_offset): New member function.
667 (Dwarf_pubnames_table::subsection_size): Likewise.
668 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
669 New fields.
670 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
671 member functions public.
672 * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
673 Update comment. Rework logic. Move repeated parts to...
674 (Gdb_index_info_reader::read_pubtable): ...here. New function.
675 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
676 pubtypes_table_, and stmt_list_offset.
677 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
678 Gdb_index::find_pubtype_offset,
679 Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
680 (Gdb_index::pubnames_read): Update prototype and rework logic.
681 * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
682 Forward declare.
683 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
684 Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
685 Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
686 Gdb_index::map_pubtable_to_dies):
687 Declare functions.
688 (Gdb_index::pubnames_read): Update declaration.
689 (Gdb_index::Pubname_offset_map): New type.
690 (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
691 Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
692 Gdb_index::stmt_list_offset): Declare.
693 (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
694 Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
695 Gdb_index::pubtypes_offset_): Remove.
696
a3ed37d8
RM
6972013-07-19 Roland McGrath <mcgrathr@google.com>
698
699 * options.h (General_options): Add -Trodata-segment option.
700 * parameters.cc (Parameters::check_rodata_segment): New function.
701 (Parameters::set_target_once): Call it.
702 * parameters.h (Parameters): Declare it (private member function).
703 * layout.cc (load_seg_unusable_for_headers): New function, broken
704 out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr()
705 then validate rodata segment rather than text segment.
706 (relaxation_loop_body): Call that.
707 (is_text_segment): New function. Don't admit a non-executable
708 segment if TARGET->isolate_execinstr().
709 (set_segment_offsets): Call it. Honor -Trodata-segment option.
710
eb5b4ded
CC
7112013-07-15 Shawn Landden <shawnlandden@gmail.com>
712
713 PR gold/15070
714 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
715 * nacl.h (Sniff_file::View::View): Request aligned view.
716
4d5effb9
CC
7172013-07-11 Cary Coutant <ccoutant@google.com>
718
719 * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
720 correct BRLT entry size.
721
ba8ca3e7
AM
7222013-07-03 Alan Modra <amodra@gmail.com>
723
724 * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
725 comment.
726
267257d2
CC
7272013-07-01 Cary Coutant <ccoutant@google.com>
728
729 * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
730 reloc_type_.
731 (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
732 (Dwarf_ranges_table::lookup_reloc): New function.
733 * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
734 reloc_type_.
735 (Dwarf_ranges_table::lookup_reloc): New function.
736 (Dwarf_ranges_table::reloc_type_): New data member.
737
06f30c9d
CC
7382013-06-27 Jing Yu <jingyu@google.com>
739
740 PR gold/15662
741 * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
742 function.
743 (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
744 (Target_powerpc::do_relax): Call the above.
745
a2d7bf59
AM
7462013-06-27 Cary Coutant <ccoutant@google.com>
747
748 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
749 on garbage collected .opd section.
750
7512013-06-27 Alan Modra <amodra@gmail.com>
752
753 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
754 is non-zero.
755 (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
756 (Target_powerpc::do_function_location): Likewise for loc->shndx.
757
32364e50
CC
7582013-06-14 Cary Coutant <ccoutant@google.com>
759
760 * resolve.cc (Symbol::override_base): Don't override st_type
761 from plugin placeholder symbols.
762 (Symbol_table::resolve): Likewise.
763 (Symbol_table::should_override): Don't complain about TLS mismatch
764 if the TO symbol is a plugin placeholder.
765 * testsuite/Makefile.am (plugin_test_tls): New test.
766 * testsuite/Makefile.in: Regenerate.
767 * testsuite/plugin_test_tls.sh: New test script.
768 * testsuite/two_file_test_2_tls.cc: New test source.
769 * testsuite/two_file_test_tls.cc: New test source.
770
7fb47cc9
CC
7712013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
772
773 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
774 the maximum segment alignment is larger than the page size.
775 * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
776 correctly aligns the symbols with large alignemnt.
777 * testsuite/Makefile.in: Regenerate.
778 * testsuite/large_symbol_alignment.cc: New file.
779
6934001a
CC
7802013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>
781 Sriraman Tallam <tmsriram@google.com>
782
783 * options.h (sort_section): New option.
784 * output.h (Input_section_sort_section_prefix_special_ordering_compare):
785 Rename from Input_section_sort_section_name_special_ordering_compare.
786 (Input_section_sort_section_name_compare): New struct.
787 * output.cc (Output_section::Input_section_sort_section_name_compare::
788 operator()): New function.
789 (Output_section::sort_attached_input_sections): Use new sort function
790 for .text if --sort-section=name is specified.
791 * layout.cc (Layout::make_output_section):
792 Add sorting by name when --sort-section=name is specified.
793 * testsuite/Makefile.am (text_section_grouping): Test option
794 --sort-section=name.
795 * testsuite/Makefile.in: Regenerate.
796 * testsuite/section_sorting_name.cc: New file.
797 * testsuite/section_sorting_name.sh: New file.
798
93acabad
CC
7992013-05-21 Cary Coutant <ccoutant@google.com>
800
801 * symtab.h (Symbol::is_cxx_vtable): New function.
802 * target-reloc.h (relocate_section): Check for vtable symbol.
803 * testsuite/Makefile.am (missing_key_func.sh): New test case.
804 * testsuite/Makefile.in: Regenerate.
805 * testsuite/missing_key_func.cc: New test source.
806 * testsuite/missing_key_func.sh: New test script.
807
60e8b3fc
CC
8082013-05-21 Cary Coutant <ccoutant@google.com>
809
2b64b551
RM
810 * object.cc (Sized_relobj_file::get_symbol_location_info): Set
811 type of enclosing symbol.
812 (Relocate_info::location): Check symbol type when describing symbol.
813 * object.h (Symbol_location_info): Remove unused line_number;
814 add enclosing_symbol_type.
815 * testsuite/debug_msg.sh: Adjust expected output.
60e8b3fc 816
9df9de2c
CC
8172013-05-13 Cary Coutant <ccoutant@google.com>
818
2b64b551
RM
819 * configure.ac: Export DEFAULT_TARGET.
820 * configure: Regenerate.
821 * Makefile.in: Regenerate.
822 * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
823 * testsuite/Makefile.in: Regenerate.
824 * testsuite/debug_msg.sh: Delete duplicate tests.
825 Don't check undef_int error message match for powerpc where the
826 source file and line number aren't available.
9df9de2c 827
bbc5ae17
RM
8282013-05-10 Roland McGrath <mcgrathr@google.com>
829
830 * options.h (General_options): Add --rosegment-gap option.
831 * options.cc (finalize): --rosegment-gap implies --rosegment.
832 * layout.cc (set_segment_offsets): Let user option override
833 target->rosegment_gap().
834
0c6e6c39
RM
8352013-05-10 Roland McGrath <mcgrathr@google.com>
836
837 * options.h (General_options): Remove leading space from help
838 messages for -nostdlib and --rosegment.
839
cde7cb01
MR
8402013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
841
842 PR ld/15365
843 * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
844
f31ae5b8
AM
8452013-05-03 Alan Modra <amodra@gmail.com>
846
847 * merge.cc (Output_merge_string::do_add_input_section): Correct
848 scan for number of strings. Rename vars to avoid shadowing.
849 Include missing terminator in input_size_.
850
d3a7cd45
L
8512013-05-01 H.J. Lu <hongjiu.lu@intel.com>
852
853 * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
854 Restore empty string handling.
855
6ad3daba
CC
8562013-05-01 Cary Coutant <ccoutant@google.com>
857
858 * stringpool.cc (Stringpool_template::new_key_offset): Fix
859 uninitialized warning.
860
e31908b6
CC
8612013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
862
863 * output.cc (Output_section::add_merge_input_section): Allow
864 to merge sections if the alignment is more than character size.
865 * merge.h (Output_merge_string::Output_merge_string): Remove
866 assert.
867 * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
868 only not-null strings. Check the alignment of strings.
869 * stringpool.h
870 (Stringpool_template<Stringpool_char>::Stringpool_template): Add
871 alignment as the argument.
872 (Stringpool_template<Stringpool_char>::addralign_): New class member.
873 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
874 Align non-zero length strings according to the addralign_.
875 (Stringpool_template<Stringpool_char>::set_string_offsets):
876 Updating offsets according to the given alignment.
877 * testsuite/Makefile.am (text_section_grouping): Test if string
878 literals are getting merged.
879 * testsuite/Makefile.in: Regenerate.
880 * testsuite/merge_string_literals_1.c: New file.
881 * testsuite/merge_string_literals_2.c: Ditto.
882 * testsuite/merge_string_literals.sh: Ditto.
883
0e804863
ILT
8842013-04-26 Ian Lance Taylor <iant@google.com>
885
886 * target-reloc.h (relocate_section): If the reloc offset is out of
887 range, pass VIEW as NULL to relocate.relocate.
888 * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
889 * i386.cc (Target_i386::Relocate::relocate): Likewise.
890 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
891 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
892 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
893 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
894
e7c5ea40
CC
8952013-04-26 Geoff Pike <gpike@chromium.org>
896
897 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
898 * layout.cc (Hash_task): New class.
899 (Layout::queue_build_id_tasks): New function.
900 (Layout::write_build_id): Handle single-thread portion of build ID
901 computation. (In some cases, all of it is single-threaded.) Replace
902 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
903 functionality in fewer lines of code.
904 * layout.h (Layout::queue_build_id_tasks): New function declaration.
905 * options.h (General_options): make "--build-id" default to tree
906 rather than sha1. Add two new options related to --build-id=tree:
907 --build-id-chunk-size-for-treehash and
908 --build-id-min-file-size-for-treehash.
909 * Makefile.am: add testing of --build-id=tree and related new options
910 (these tests will be invoked by "make check").
911 * Makefile.in: Regenerate.
912
49926cd0
AM
9132013-04-25 Alan Modra <amodra@gmail.com>
914
915 * configure.tgt: Add powerpcle and powerpc64le.
916
a4034750
AM
9172013-04-22 Alan Modra <amodra@gmail.com>
918
919 PR gold/15355
920 * layout.cc (Layout::segment_precedes): Allow more than one
921 segment with the same type and flags.
922
e79c84aa
CC
9232013-04-15 Cary Coutant <ccoutant@google.com>
924
925 * layout.cc (Layout::set_relocatable_section_offsets): Don't
926 allocate space in file for BSS sections.
927
2199fbe7
CC
9282013-04-15 Cary Coutant <ccoutant@google.com>
929
930 * script-sections.cc (Orphan_output_section): Reset address
931 to zero after each orphaned section for relocatable links.
932
502e8a84
CC
9332013-04-15 Cary Coutant <ccoutant@google.com>
934
a4034750
AM
935 * symtab.cc (Symbol_table::sized_write_globals): Subtract
936 section starting address for relocatable link.
937 * testsuite/Makefile.am (script_test_11): New test.
938 * testsuite/Makefile.in: Regenerate.
939 * testsuite/script_test_11.c: New source file.
940 * testsuite/script_test_11.t: New linker script.
502e8a84 941
0cfdc767
AM
9422013-04-13 Alan Modra <amodra@gmail.com>
943
944 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
945 owner when sections are not adjacent and exceed group size.
946 (Target_powerpc::group_sections): Handle corner case.
947 (Target_powerpc::Branch_info::make_stub): Handle case where
948 stub table doesn't exist due to branches in non-exec sections.
949 (Target_powerpc::Relocate::relocate): Likewise.
950
6830ee24
AM
9512013-04-11 Alan Modra <amodra@gmail.com>
952
953 PR gold/15354
954 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
955 .branch_lt to match bfd ld. Adjust comments throughout file.
956
54a3d865
ILT
9572013-04-04 Ian Lance Taylor <iant@google.com>
958
959 GCC PR c++/56840
960 * object.cc (do_layout_deferred_sections): Handle .eh_frame
961 sections before checking whether they are included in the link.
962
9993ba11
ST
9632013-03-29 Sriraman Tallam <tmsriram@google.com>
964
965 * archive.cc (Archive::get_elf_object_for_member): Create the elf
966 object before calling the plugin claim_file handler. Pass the elf
967 object of the archive to the plugin. Delete the elf object if the
968 plugin claims the file.
969
ebacd51e
AM
9702013-03-21 Alan Modra <amodra@gmail.com>
971
972 * layout.cc (Layout::set_segment_offsets): Accept writable .text
973 segment when omagic.
974
117be58f
AM
9752013-03-21 Alan Modra <amodra@gmail.com>
976
977 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
978 comparison warning.
979 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
980 uninitialized" warning.
981
32e2b61d
AM
9822013-03-20 Alan Modra <amodra@gmail.com>
983
984 * symtab.h (Symbol::clear_version): New function.
985 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
986 is_needed by weak references. Clear version for symbols defined
987 in as-needed objects that are not needed.
988
b3ccdeb5
AM
9892013-03-15 Alan Modra <amodra@gmail.com>
990
991 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
992 static and public. Add report_err param. Return false for data refs.
993 (Target_powerpc::rela_dyn_section): New overloaded function.
994 (Target_powerpc::plt_, iplt_): Elucidate.
995 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
996 (Output_data_plt_powerpc::do_write): Don't write .iplt.
997 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
998 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
999 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
1000 push_branch and make_plt_entry for ifunc syms when
1001 reloc_needs_plt_for_ifunc.
1002 (Target_powerpc::Relocate::relocate): Don't use plt entry value
1003 for ifunc unless reloc_needs_plt_for_ifunc.
1004
ad3d8a2f
AM
10052013-03-15 Alan Modra <amodra@gmail.com>
1006
1007 * gc.h (gc_process_relocs): Don't look through function descriptors.
1008 * icf.cc (get_section_contents): Do so here instead.
1009
4d9aa155
AM
10102013-03-13 Alan Modra <amodra@gmail.com>
1011
1012 * powerpc.cc (is_branch_reloc): Forward declare.
1013 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
1014 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
1015 false for 64-bit, true for 32-bit non-branch relocs.
1016 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
1017 * testsuite/Makefile.am (icf_test): Use linker map file instead of
1018 nm output.
1019 (icf_safe_test): Generate linker map file as well as nm output.
1020 (icf_safe_so_test): Likewise.
1021 * testsuite/Makefile.in: Regenerate.
1022 * testsuite/icf_test.sh: Parse linker map file to determine
1023 section folding.
1024 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
1025 * testsuite/icf_safe_so_test.sh: Likewise.
1026 (X86_32_or_ARM_specific_safe_fold): Merge into..
1027 (arch_specific_safe_fold): ..this.
1028 (X86_64_specific_safe_fold): Delete unused function.
1029
57420c20
AM
10302013-03-12 Alan Modra <amodra@gmail.com>
1031
1032 * gc.h (gc_process_relocs): Look through function descriptors
1033 to determine shndx, symvalue and addend used by ICF. Tidy
1034 variable duplication.
1035
dc3714f3
AM
10362013-03-11 Alan Modra <amodra@gmail.com>
1037
1038 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
1039 * layout.cc (Layout_task_runner::run): ..to here.
1040 * symtab.h (struct Symbol_location): Extract from..
1041 (class Symbol_table): ..here.
1042 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
1043 * target.h (class Target): Add function_location and
1044 do_function_location functions.
1045 (class Sized_target): Add do_function_location.
1046 * object.h (class Sized_relobj_file): Move find_shdr..
1047 (class Object): ..to here.
1048 * object.cc: Likewise. Update to suit. Instantiate.
1049 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
1050 * powerpc.cc (class Powerpc_dynobj): New.
1051 (Target_powerpc::do_function_location): New function.
1052 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
1053 (Powerpc_dynobj::do_read_symbols): New function.
1054 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
1055
956b03bb
ILT
10562013-03-08 Ian Lance Taylor <iant@google.com>
1057
1058 * options.cc (General_options::string_to_object_format): Accept
1059 "default".
1060
4bead2d5
AM
10612013-03-08 Alan Modra <amodra@gmail.com>
1062
1063 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
1064 pointer to Post_fde.
1065 (struct Post_fde): Move definition to here..
1066 * ehframe.cc (struct Post_fde): ..from here.
1067 (Cie::write): Don't alloc Post_fde.
1068 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
1069
02e60bf7
AM
10702013-03-07 Alan Modra <amodra@gmail.com>
1071
1072 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
1073 relocation referencing .LC0.
1074 * testsuite/discard_locals_test.sh: Remove FIXMEs.
1075
8343f03a
AM
10762013-03-07 Alan Modra <amodra@gmail.com>
1077
1078 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
1079 always_inline. Add assembly for powerpc to avoid GOT.
1080
3366d57c
AM
10812013-03-07 Alan Modra <amodra@gmail.com>
1082
1083 * testsuite/script_test_10.sh: Don't test .bss section
1084 header number.
1085
6c77229c
AM
10862013-03-06 Alan Modra <amodra@gmail.com>
1087
1088 * powerpc.cc (class Powerpc_relobj): Move some member functions.
1089 (Target_powerpc::symval_for_branch): Add symtab param. Update
1090 all callers. Handle folded sections.
1091 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
1092 to Powerpc_relobj.
1093 (Global_symbol_visitor_opd::operator()): Likewise.
1094
a39e4af6
AM
10952013-03-04 Alan Modra <amodra@gmail.com>
1096
1097 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
1098 * testsuite/Makefile.in: Regenerate.
1099
d5834edb
CC
11002013-03-01 Cary Coutant <ccoutant@google.com>
1101
1102 Add dwp support for v2 DWARF package file format.
1103 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1104 tu_length parameter. Adjust all callers.
1105 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1106 * dwp.cc: Include dwarf.h.
1107 (Section_bounds): New struct type.
1108 (Unit_set): New struct type.
1109 (Dwo_file::Dwo_file): Initialize new data member.
1110 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1111 Combine and rename to...
1112 (Dwo_file::read_unit_index): ...this.
1113 (Dwo_file::sized_read_compunit_index)
1114 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1115 (Dwo_file::sized_read_unit_index): ...this.
1116 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1117 parameters; add section_id parameter.
1118 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1119 (Dwo_file::add_unit_set): ...this.
1120 (Dwo_file::shndx_map_): Remove.
1121 (Dwo_file::sect_offsets_): New data member.
1122 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1123 (Dwp_output_file::add_section): Rename to...
1124 (Dwp_output_file::add_contribution): ...this.
1125 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1126 (Dwp_output_file::add_tu_set): Likewise.
1127 (Dwp_output_file::Contribution): New type.
1128 (Dwp_output_file::Section::contributions): New data member.
1129 (Dwp_output_file::Cu_or_tu_set): Remove.
1130 (Dwp_output_file::Section::Section): New ctor.
1131 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1132 (Dwp_output_file::Dwp_index::Section_table): New type.
1133 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1134 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1135 parameter.
1136 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1137 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1138 (Dwp_output_file::Dwp_index::section_table): New member function.
1139 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1140 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1141 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1142 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1143 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1144 (Dwp_output_file::Dwp_index::section_table_): New data member.
1145 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1146 (Dwp_output_file::add_output_section): New member function.
1147 (Dwp_output_file::write_new_section): New member function.
1148 (Dwp_output_file::write_contributions): New member function.
1149 (Dwp_output_file::section_id_map_): New data member.
1150 (class Dwo_id_info_reader): Remove.
1151 (class Unit_reader): New class.
1152 (get_dwarf_section_name): New function.
1153 (Dwo_file::read_executable): Adjust initializations of class data.
1154 (Dwo_file::read): Add support for v2 package file format.
1155 (Dwo_file::read_unit_index): Likewise.
1156 (Dwo_file::sized_read_unit_index): Likewise.
1157 (Dwo_file::copy_section): Likewise.
1158 (Dwo_file::add_unit_set): Likewise.
1159 (Dwp_output_file::add_output_section): Likewise.
1160 (Dwp_output_file::add_contribution): Likewise.
1161 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1162 for empty slot.
1163 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1164 file format.
1165 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1166 slot.
1167 (Dwp_output_file::initialize): Remove unused function.
1168 (Dwp_output_file::finalize): Add support for v2 package file format.
1169 (Dwp_output_file::write_index): Likewise.
1170 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1171 function prototype.
1172
a68a081d
CC
11732013-03-01 Cary Coutant <ccoutant@google.com>
1174
1175 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
1176 function into class definition in header file.
1177 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
1178 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
1179 New function.
1180 (Dwarf_info_reader::check_buffer): Move here from .cc file.
1181
9d5781f8
AM
11822013-02-28 Alan Modra <amodra@gmail.com>
1183
1184 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
1185 * target.cc (Target::do_plt_fde_location): New function.
1186 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
1187 accessor function, and constructor param.
1188 (struct Post_fde, Post_fdes): Declare.
1189 (Cie::write): Add post_fdes param.
1190 * ehframe.cc (Fde::write): Use plt_fde_location.
1191 (struct Post_fde): Define.
1192 (Cie::write): Stash FDEs added post merge mapping.
1193 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
1194 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
1195 (Eh_frame::do_sized_write): Arrange to write post map FDES after
1196 other FDEs.
1197 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
1198 (Target_powerpc::has_glink): New function.
1199 (Target_powerpc::do_relax): Add eh_frame info for stubs.
1200 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
1201 glink_eh_frame_fde_32, default_fde): New data.
1202 (Stub_table::eh_frame_added_): New var.
1203 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
1204 Make const.
1205 (Stub_table::add_eh_frame): New function.
1206 (Output_data_glink::add_eh_frame): New function.
1207 (Target_powerpc::make_glink_section): Call add_eh_frame.
1208
214383dd
ILT
12092013-02-15 Ian Lance Taylor <iant@google.com>
1210
1211 * options.h (DEFINE_uint64_alias): Define.
1212 (class General_options): Add -Ttext-segment as an alias for
1213 -Ttext.
1214
91c2b899
AM
12152013-02-15 Alan Modra <amodra@gmail.com>
1216
1217 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
1218 (Stub_table::do_write): ..here, two places.
1219 (Stub_table::plt_call_size): Use it here too.
1220
20e2a8aa
ILT
12212013-02-11 Ian Lance Taylor <iant@google.com>
1222
1223 * descriptors.cc (Descriptors::close_all): New function.
1224 * descriptors.h (class Descriptors): Declare close_all.
1225 (close_all_descriptors): New inline function.
1226 * plugin.cc: Include "descriptors.h".
1227 (Plugin_manager::cleanup): Call close_all_descriptors.
1228
8952bc69
AM
12292013-02-06 Alan Modra <amodra@gmail.com>
1230
1231 * README: Update coding style link.
1232
29bd8b6b
CC
12332013-01-28 Cary Coutant <ccoutant@google.com>
1234
a4034750
AM
1235 * dwp.cc (File_list): New typedef.
1236 (Dwo_name_info_reader): New class.
1237 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
1238 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
1239 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
1240 (Dwo_file::read_executable): New function.
1241 (Dwo_file::read): Move common setup code to ...
1242 (Dwo_file::make_object): ... here.
1243 (dwp_options): Add --exec/-e.
1244 (usage): Likewise.
1245 (main): Likewise.
29bd8b6b 1246
c6ac678d
ST
12472013-01-24 Sriraman Tallam <tmsriram@google.com>
1248
1249 * layout.cc (Layout::layout): Check for option text_reorder.
1250 (Layout::make_output_section): Ditto.
1251 * options.h (text_reorder): New option.
1252 * output.cc (Input_section_sort_compare): Remove special ordering
1253 of section names.
1254 (Output_section::
1255 Input_section_sort_section_name_special_ordering_compare::
1256 operator()): New function.
1257 (Output_section::sort_attached_input_sections): Use new sort function
1258 for .text.
1259 * output.h (Input_section_sort_section_name_special_ordering_compare):
1260 New struct.
1261 * testsuite/Makefile.am (text_section_grouping): Test option
1262 --no-text-reorder
1263 * testsuite/Makefile.in: Regenerate.
1264 * testsuite/text_section_grouping.sh: Check order of functions without
1265 default text reordering.
1266
50701cc1
MF
12672013-01-18 Mike Frysinger <vapier@gentoo.org>
1268
1269 * options.h (General_options): Change default to true for new_dtags.
1270
b1b00fcc
MF
12712013-01-18 Mike Frysinger <vapier@gentoo.org>
1272
1273 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
1274 when enable_new_dtags is false. Only add DT_RUNPATH when
1275 enable_new_dtags is true.
1276
ec5b8187
AM
12772013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
1278
1279 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
1280 used in declaration and definition consistent.
1281 (Target_powerpc::symval_for_branch): Ditto.
1282
a880d4c4
ST
12832013-01-16 Sriraman Tallam <tmsriram@google.com>
1284
1285 * testsuite/plugin_final_layout.cc: Fix comment.
1286
7c381248
ST
12872013-01-16 Sriraman Tallam <tmsriram@google.com>
1288
1289 * layout.cc (Layout::layout): Do not do default sorting for
1290 text sections when section ordering is specified.
1291 (make_output_section): Ditto.
1292 * testsuite/plugin_final_layout.cc: Name the function sections
1293 to catch reordering issues.
1294
e2458743
AM
12952013-01-15 Alan Modra <amodra@gmail.com>
1296
1297 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
1298 plt-thread-safe.
1299
431ed302
AM
13002013-01-15 Alan Modra <amodra@gmail.com>
1301
1302 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
1303 * testsuite/Makefile.in: Regenerate.
1304
0ec6429b
AM
13052013-01-14 Alan Modra <amodra@gmail.com>
1306
1307 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
1308 * testsuite/Makefile.in: Regenerate.
1309
0bf402d5
ILT
13102013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
1311
36af3926 1312 PR bfd/14430
0bf402d5
ILT
1313 Fix mingw gold build with plugins enabled
1314 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
1315 * configure.ac: Export DLOPEN_LIBS and add headers check.
1316 * plugin.cc: Handle non-dlfcn case.
1317 * Makefile.in: Regenerate.
1318 * config.in: Regenerate.
1319 * configure: Regenerate.
1320 * testsuite/Makefile.in: Regenerate.
1321
9e9143bc
ST
13222013-01-09 Sriraman Tallam <tmsriram@google.com>
1323
1324 * output.h (sort_attached_input_sections): Change to be public.
1325 * script-sections.cc
1326 (Output_section_definition::set_section_addresses): Sort
1327 attached input sections according to section order before linker
1328 script assigns section addresses.
1329 (Orphan_output_section::set_section_addresses): Sort
1330 attached input sections according to section order before linker
1331 script assigns section addresses.
1332 * Makefile.am (final_layout.sh): Use a simple linker script to
1333 check if section ordering still works.
1334 * Makefile.in: Regenerate.
1335
679af368
ILT
13362013-01-09 Ben Cheng <bccheng@google.com>
1337
1338 * arm.cc (Target_arm::attributes_accept_div): New function.
1339 (Target_arm::attributes_forbid_div): New function.
1340 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
1341 attribute using the same new functions as what bfd/elf32_arm.c
1342 does.
1343
3136a00e
CC
13442013-01-07 Cary Coutant <ccoutant@google.com>
1345
1346 PR gold/14993
1347 * output.cc (Output_section::add_input_section): For incremental
1348 updates, don't track input sections that are allocated from patch
1349 space.
1350
f2a6224b
L
13512013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1352 Ian Lance Taylor <iant@google.com>
1353
1354 PR gold/14897
1355 * configure.ac (--enable-ld): Removed.
1356 (install_as_default): Set to yes only for --enable-gold=default
1357 or --disable-ld.
1358 * configure: Regenerated.
1359
4f46f626
L
13602013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1361
1362 * options.h (General_options): Add -fuse-ld= for GCC linker
1363 option compatibility.
1364
26e4ef59
CC
13652013-01-04 Cary Coutant <ccoutant@google.com>
1366
1367 * configure.ac: Fix typo restoring CXXFLAGS.
1368 * configure: Regenerate.
1369
3d587466
CC
13702013-01-04 Cary Coutant <ccoutant@google.com>
1371
4f46f626
L
1372 * testsuite/Makefile.am (CXXLINK_S): New macro.
1373 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
1374 * testsuite/Makefile.in: Regenerate.
3d587466 1375
44db6695
L
13762013-01-02 H.J. Lu <hongjiu.lu@intel.com>
1377
1378 * version.cc (print_version): Update copyright year to 2013.
1379
edcac0c1
ILT
13802012-12-20 Ian Lance Taylor <iant@google.com>
1381
1382 * layout.cc (Layout::special_ordering_of_input_section): New
1383 function.
1384 (Layout::layout): If input section requires special ordering, must
1385 sort input sections.
1386 (Layout::make_output_section): May sort .text input sections.
1387 (Layout::is_section_name_prefix_grouped): Remove.
1388 * layout.h (class Layout): Declare
1389 special_ordering_of_input_section. Don't declare
1390 is_section_name_prefix_grouped.
1391 * output.cc (Output_section::add_input_section): Revert last
1392 change.
1393 (Output_section::Input_section_sort::match_file_name): Don't crash
1394 if called on output section data.
1395 (Output_section::Input_section_sort_compare): Sort based on
1396 special ordering.
1397 (Output_section::Input_section_sort_section_order_index_compare):
1398 Revert last patch.
1399 (Output_section::sort_attached_input_sections): Likewise.
1400
28f2a4ac
ST
14012012-12-18 Sriraman Tallam <tmsriram@google.com>
1402
edcac0c1 1403 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
28f2a4ac
ST
1404 * layout.h (Layout::is_section_name_prefix_grouped): New function.
1405 * output.cc (Output_section::add_input_section): Check if section
1406 name contains special prefix. Keep input sections to sort such
1407 sections.
1408 (Output_section::Input_section_sort_section_order_index_compare
1409 ::operator()): Group sections according to prefixes.
edcac0c1
ILT
1410 (Output_section::sort_attached_input_sections): Add condition to
1411 Input_section_entry constructor call.
28f2a4ac
ST
1412 * testsuite/Makefile.am (text_section_grouping): New test.
1413 * testsuite/Makefile.in: Regenerate.
1414 * testsuite/text_section_grouping.cc: New file.
1415 * testsuite/text_section_grouping.sh: New file.
1416
5bf135a7
NC
14172012-12-17 Nick Clifton <nickc@redhat.com>
1418
1419 * Makefile.am: Add copyright notice.
1420 * NEWS: Likewise.
1421 * README: Likewise.
1422 * configure.ac: Likewise.
1423 * ftruncate.c: Likewise.
1424 * Makefile.in: Regenerate.
1425
59965708
CC
14262012-12-14 Cary Coutant <ccoutant@google.com>
1427
a4034750
AM
1428 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
1429 --no-as-needed flag.
1430 (exception_separate_shared_12_test): Likewise.
1431 (incremental_copy_test): Likewise.
1432 * testsuite/Makefile.in: Regenerate.
59965708 1433
2a77e2ab
CC
14342012-12-14 Cary Coutant <ccoutant@google.com>
1435
1436 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
1437 (Dwp_output_file::Dwp_index::enter_set): Add assert.
1438
e3deeb9c
AM
14392012-12-12 Alan Modra <amodra@gmail.com>
1440
1441 * powerpc.cc (class Track_tls): New.
1442 (class Relocate, class Scan): Inherit Track_tls.
1443 (Target_powerpc::Scan::local, global): Track tls optimization
1444 and avoid creating plt entry for __tls_get_addr if all uses
1445 are optimized away.
1446 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
1447
d8f5a274
AM
14482012-12-12 Alan Modra <amodra@gmail.com>
1449
1450 * options.h (General_options): Add --toc-sort/--no-toc-sort.
1451 Replace no_toc_optimize with toc_optimize.
1452 * output.h (Output_section::input_sections): Provide non-const variant.
1453 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
1454 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
1455 accessors.
1456 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
1457 (class Sort_toc_sections): New.
1458 (Target_powerpc::do_finalize_sections): Sort toc sections.
1459 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
1460
4c8a1de1
RM
14612012-12-10 Roland McGrath <mcgrathr@google.com>
1462
1463 * testsuite/binary_unittest.cc (read_all): New function.
1464 (Sized_binary_test): Use it instead of ::read.
1465 * fileread.cc (do_read): Don't assume pread always reads the whole
1466 amount in a single call.
1467
edc27beb
AM
14682012-12-10 Alan Modra <amodra@gmail.com>
1469
1470 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
1471 Set EM_PPC64 or EM_PPC here.
1472 (Target_selector_powerpc::do_recognize): Delete.
1473
906b9150
AM
14742012-12-10 Alan Modra <amodra@gmail.com>
1475
1476 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
1477 stub_table_.
1478 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
1479
418c15ae
RM
14802012-12-07 Roland McGrath <mcgrathr@google.com>
1481
1482 * testsuite/binary_unittest.cc (Sized_binary_test):
1483 Use open_descriptor rather than ::open.
1484
decdd3bc
AM
14852012-12-07 Alan Modra <amodra@gmail.com>
1486
1487 * powerpc.cc (Stub_table::do_write): Delete redundant Address
1488 typedef and invalid_address constant.
1489 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
1490 instantiate constants.
1491
db399005
ILT
14922012-12-06 Roland McGrath <mcgrathr@google.com>
1493
1494 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
1495 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
1496 * aclocal.m4: Regenerate.
1497 * configure: Regenerate.
1498 * Makefile.in: Regenerate.
1499 * testsuite/Makefile.in: Regenerate.
1500
aba6bc71
AM
15012012-12-07 Alan Modra <amodra@gmail.com>
1502
1503 * options.h (General_options): Add no_toc_optimize.
1504 * powerpc.cc (ok_lo_toc_insn): New function.
1505 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
1506
9e69ed50
AM
15072012-12-06 Alan Modra <amodra@gmail.com>
1508
1509 * options.h (General_options): Add plt_align, plt_static_chain,
1510 plt_thread_safe. Update stub_group_size help text.
1511 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
1512 for new plt_thread_safe_ var.
1513 (use_plt_offset): Correct comments.
1514 (Target_powerpc::do_relax): Look for thread creation symbols to
1515 determine default plt_thread_safe value. Clear plt call stubs
1516 as well as branch stubs each iteration.
1517 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
1518 insn constants.
1519 (l, hi, ha, write_insn): Move earlier.
1520 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
1521 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
1522 plt stubs too.
1523 (Stub_table::update_size): Adjust.
1524 (Stub_table::prev_size, set_prev_size): Delete.
1525 (Stub_table::stub_align): Let --plt-align affect result.
1526 (Stub_table::plt_call_size): Calculate sizes for various stubs.
1527 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
1528 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
1529 (Stub_table::do_write): Support more stub variants.
1530
f43ba157
AM
15312012-12-04 Alan Modra <amodra@gmail.com>
1532
1533 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
1534 (Target_powerpc::do_define_standard_symbols): New function.
1535
34171bc5
AM
15362012-12-03 Alan Modra <amodra@gmail.com>
1537
1538 * output.h: Formatting, whitespace.
1539
dc9589e9 15402012-12-03 Alan Modra <amodra@gmail.com>
ec661b9d
AM
1541
1542 * layout.h (Layout::get_executable_sections): Declare.
1543 * layout.cc (Layout::get_executable_sections): New function.
1544 * arm.cc (Target_arm::group_sections): Use it.
1545 (Arm_output_section::group_sections): Delete now redundant test.
1546 * output.cc (Output_reloc::Output_reloc): Add is_relative.
1547 param to handle relative relocs.
1548 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
1549 (Output_data_reloc::add_absolute): Adjust.
1550 (Output_data_reloc::add_relative): New function.
1551 (Output_data::reset_data_size): New function.
1552 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
1553 (Output_section::set_addralign): New function.
1554 (Output_section::checkpoint_set_addralign): New function.
1555 (Output_section::clear_section_offsets_need_adjustment): New function.
1556 (Output_section::input_sections): Make public.
1557 * powerpc.cc (class Output_data_brlt_powerpc): New.
1558 (class Stub_table, class Stub_control): New.
1559 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
1560 stub_table_, set_stub_table, stub_table): New vectors and accessor
1561 functions.
1562 (Target_powerpc::do_may_relax, do_relax, push_branch,
1563 new_stub_table, stub_tables, brlt_section, group_sections,
1564 add_branch_lookup_table, find_branch_lookup_table,
1565 write_branch_lookup_table, make_brlt_section): New functions.
1566 (Target_powerpc::struct Sort_sections, class Branch_info): New.
1567 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
1568 branch_info_): New vars.
1569 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
1570 make call stubs here.
1571 (Output_data_glink): Remove all call stub handling from this class.
1572 (Target_powerpc::Scan::local, global): Save interesting branch
1573 relocs and relocs for ifunc. Adjust calls to plt entry functions.
1574 (Target_powerpc::do_finalize_sections): Only make reg save/restore
1575 functions on final link.
1576 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
1577 Handle long branch destinations too.
1578 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
1579 do_plt_address_for_local): Adjust lookup of plt call stubs.
1580
627b30b7
AM
15812012-11-30 Alan Modra <amodra@gmail.com>
1582
1583 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
1584 relocs against protected symbols when building 32-bit shared libs.
1585
40b469d7
AM
15862012-11-30 Alan Modra <amodra@gmail.com>
1587
1588 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
1589 param. Call got_section() to make .got. Update all callers
1590 and their callers and so on.
1591
bb66a627
AM
15922012-11-30 Alan Modra <amodra@gmail.com>
1593
1594 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
1595 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
1596 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
1597 value if it already exists.
1598
d2cf1c6c
L
15992012-11-19 H.J. Lu <hongjiu.lu@intel.com>
1600
1601 PR gold/14858
1602 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
1603
edccdf7c
RM
16042012-11-14 Roland McGrath <mcgrathr@google.com>
1605
1606 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
1607 than bfc instruction for data sandboxing.
1608
6febeb74
AM
16092012-11-08 Alan Modra <amodra@gmail.com>
1610
1611 * po/POTFILES.in: Regenerate.
1612
0a6f1bf2
AM
16132012-11-05 Alan Modra <amodra@gmail.com>
1614
1615 * configure.ac: Apply 2012-09-10 change to config.in here.
1616 * configure: Regenerate.
1617
26a4e9cb
AM
16182012-11-05 Alan Modra <amodra@gmail.com>
1619
1620 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
1621 (struct Opd_ent): Use "Address" rather than "Offset".
1622 (Output_data_got_powerpc::got_base_offset): Return Valtype.
1623 (Target_powerpc::got_section): Make public.
1624 (Target_powerpc::scan_relocs): Move code setting symbols..
1625 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
1626 Create _SDA_BASE_ only when referenced.
1627
cc928013
RM
16282012-11-02 Roland McGrath <mcgrathr@google.com>
1629
1630 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
1631 from last change.
1632
50ed5eb1
RM
16332012-11-01 Roland McGrath <mcgrathr@google.com>
1634
62fe925a
RM
1635 * target.h (Sized_target::relocate_relocs): Use Elf_Off
1636 for offset_in_output_section parameter.
1637 (Sized_target::relocate_special_relocatable): Likewise.
1638 * arm.cc (Target_arm::relocate_relocs): Likewise.
1639 (Target_arm::relocate_special_relocatable): Likewise.
1640 * i386.cc (Target_i386::relocate_relocs): Likewise.
1641 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
1642 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
1643 * target-reloc.h (relocate_relocs): Likewise.
1644 * testsuite/testfile.cc (Target_test): Likewise.
1645 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
1646 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
1647
1648 * system.h: Move inclusion of <clocale> to after <libintl.h> in
1649 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
1650
1651 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
1652 parameter, which is unused in the [!F_SETFD] case.
1653
50ed5eb1
RM
1654 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
1655 SYMNDX to off_t before comparing it to this->data_size().
1656 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
1657 * incremental.cc (Output_section_incremental_inputs::do_write):
1658 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
1659
2cadc0bf
RM
1660 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
1661
3bfcb652
NC
16622012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
1663
1664 * gold.cc (Target_arm::do_adjust_elf_header): Add the
1665 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
1666 in EABI_VER5.
1667
c1a8d56e
CC
16682012-10-29 Cary Coutant <ccoutant@google.com>
1669
1670 * dwp.cc (usage): Add file and exit status parameters;
1671 add --help and --version options.
1672 (print_version): New function.
1673 (main): Add --help and --version options.
1674
b2490a7b
L
16752012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1676
1677 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
1678 final_layout_sequence.txt.
1679 * testsuite/Makefile.in: Regenerated.
1680
aa543512
L
16812012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1682
1683 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
1684 COMPILE generated by automake.
1685 (LINK1): Likewise.
1686 (CXXCOMPILE1): Likewise.
1687 (CXXLINK1): Likewise.
1688 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
1689 (LINK): Likewise.
1690 (CXXCOMPILE): Likewise.
1691 (CXXLINK): Likewise.
1692 * testsuite/Makefile.in: Regenerated.
1693
d361fafb
L
16942012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1695
1696 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
1697 on bad fwrite return.
1698
598c7410
L
16992012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1700
1701 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
1702 on val.
1703
35c813e2
CC
17042012-10-23 Cary Coutant <ccoutant@google.com>
1705
1706 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
1707 * testsuite/Makefile.in: Regenerate.
1708 * testsuite/dwp_test.h: New source file.
1709 * testsuite/dwp_test_1.cc: New source file.
1710 * testsuite/dwp_test_1.s: New source file.
1711 * testsuite/dwp_test_1.sh: New source file.
1712 * testsuite/dwp_test_1b.cc: New source file.
1713 * testsuite/dwp_test_1b.s: New source file.
1714 * testsuite/dwp_test_2.cc: New source file.
1715 * testsuite/dwp_test_2.s: New source file.
1716 * testsuite/dwp_test_2.sh: New source file.
1717 * testsuite/dwp_test_main.cc: New source file.
1718 * testsuite/dwp_test_main.s: New source file.
1719
77429909
CC
17202012-10-23 Cary Coutant <ccoutant@google.com>
1721
1722 * dwp.h: New header file.
1723 * dwp.cc: New source file.
1724 * gold.h: Move shared declarations to system.h.
1725 * system.h: New header file.
1726 * Makefile.am: Add dwp.
1727 * Makefile.in: Regenerate.
1728
ed5d6712
CC
17292012-10-23 Cary Coutant <ccoutant@google.com>
1730
1731 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
1732 Dwarf_info_reader::read_from_pointer.
1733 (Dwarf_pubnames_table::read_header): Likewise.
1734 (Dwarf_pubnames_table::next_name): Likewise.
1735 (Dwarf_die::read_attributes): Likewise.
1736 (Dwarf_die::skip_attributes): Likewise.
1737 (Dwarf_info_reader::read_from_pointer): New function template.
1738 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
1739 (Dwarf_pubnames_table): Likewise.
1740 (Dwarf_info_reader::read_from_pointer): New function template.
1741 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
1742 Dwarf_pubnames_table ctor.
1743
8787852d
CC
17442012-10-23 Cary Coutant <ccoutant@google.com>
1745
1746 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
1747 abbrev_shndx.
1748 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
1749 abbrev_shndx_.
1750 (Dwarf_info_reader::set_abbrev_shndx): New method.
1751 (Dwarf_info_reader::abbrev_shndx_): New data member.
1752
9fc236f3
CC
17532012-10-23 Cary Coutant <ccoutant@google.com>
1754
1755 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
1756 from object, not parameters.
1757 (Dwarf_info_reader::parse): Likewise.
1758 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
1759 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
1760 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
1761 methods.
1762
effe8365
CC
17632012-10-23 Cary Coutant <ccoutant@google.com>
1764
1765 * fileread.cc (Input_file::Input_file): New constructor.
1766 * fileread.h (class Input_file): Add new constructor.
1767
1698990d
AM
17682012-10-18 Alan Modra <amodra@gmail.com>
1769
1770 PR gold/14727
1771 * object.cc (Relobj::is_section_name_included): Also match
1772 .sdata personality section.
1773
168a4726
AM
17742012-10-18 Alan Modra <amodra@gmail.com>
1775
1776 * target-reloc.h (class Default_comdat_behavior): New, package up..
1777 (get_comdat_behaviour): ..this.
1778 (relocate_section): Add Relocate_comdat_behavior template arg,
1779 adjust code to suit.
1780 * arm.cc (Target_arm::relocate_section): Adjust to suit.
1781 (Target_arm::scan_reloc_section): Likewise.
1782 * i386.cc (Target_i386::relocate_section): Likewise.
1783 * sparc.cc (Target_sparc::relocate_section): Likewise.
1784 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
1785 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
1786 * powerpc.cc (class Relocate_comdat_behavior): New.
1787 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
1788 gold::relocate_section with new template arg.
1789
acc276d8
AM
17902012-10-18 Alan Modra <amodra@gmail.com>
1791
1792 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
1793 dynamic relocs for GOT_TPREL got entries, without symbol if
1794 resolving locally.
1795 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
1796 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
1797 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
1798
e10f9870
AM
17992012-10-17 Alan Modra <amodra@gmail.com>
1800
1801 PR gold/14726
1802 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
1803
ae034989
ST
18042012-10-16 Sriraman Tallam <tmsriram@google.com>
1805
1806 * layout.cc (Layout::include_section): Keep sections marked
1807 SHF_EXCLUDE when doing relocatable links.
1808
f3a0ed29
AM
18092012-10-16 Alan Modra <amodra@gmail.com>
1810
1811 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
1812 (Target_powerpc::do_finalize_sections): Call it.
1813 (Output_data_save_res): New class and supporting functions.
1814 (Target_powerpc::symval_for_branch): Only look up .opd entry for
1815 normal symbols defined in object files.
1816
c6de8ed4
AM
18172012-10-12 Alan Modra <amodra@gmail.com>
1818
1819 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
1820 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
1821 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
1822 section if scan_opd_relocs not yet called.
1823 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
1824
03e25981
AM
18252012-10-12 Alan Modra <amodra@gmail.com>
1826
1827 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1828 add_local_ifunc_entry): Revert last change.
1829 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
1830
c9824451
AM
18312012-10-05 Alan Modra <amodra@gmail.com>
1832
1833 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
1834 do_plt_address_for_global): New functions.
1835 (Output_data_got_powerpc::do_write): Don't segfault when linking
1836 statically.
1837 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1838 add_local_ifunc_entry): Return true on adding entry..
1839 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
1840 glink->add_entry call. Remove unused symtab param. Adjust calls.
1841 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
1842 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
1843 set up symbols here.
1844 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
1845 syms here. Do so even when no .iplt. Don't segfault when linking
1846 statically.
1847 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
1848 new variants without reloc param.
1849 (Glink_sym_ent::Glink_sym_ent): Likewise.
1850 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
1851 reloc when refs will resolve to plt call stub.
1852 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
1853 R_PPC_PLTREL24 to resolve locally.
1854 (Target_powerpc::Scan::global): Correct ifunc handling.
1855 (Target_powerpc::Relocate::relocate): Correct local sym glink
1856 lookup. Don't destroy "value" when we have a plt call stub,
1857 and when checking plt call validity.
1858 (Target_powerpc::do_dynsym_value): Simplify.
1859
19fec8c1
AM
18602012-10-05 Alan Modra <amodra@gmail.com>
1861
1862 * i386.cc (Output_data_plt_i386::address_for_global,
1863 address_for_local): Add plt offset to returned value. Adjust uses.
1864 * sparc.cc (Output_data_plt_sparc::address_for_global,
1865 address_for_local): Likewise.
1866 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
1867 address_for_local): Likewise.
1868 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
1869 address_for_local): Likewise.
1870 * target.h (Target::plt_address_for_global, plt_address_for_local):
1871 Update comment.
1872 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
1873 (Output_data_got::Got_entry::write): Nor here.
1874 * output.h: Comment fix.
1875
e867b647
WL
18762012-10-02 Jiong Wang <jiwang@tilera.com>
1877
1878 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
1879 global_offset_table_ value for larget got.
1880 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
1881
e5d5f5ed
AM
18822012-09-29 Alan Modra <amodra@gmail.com>
1883
1884 * powerpc.cc (Target_powerpc::iplt_): New output section.
1885 (Target_powerpc::iplt_section, make_iplt_section,
1886 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
1887 (Target_powerpc::make_plt_entry): Handle ifunc syms.
1888 Target_powerpc::plt_entry_count): Count iplt entries too.
1889 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
1890 reloc section in constructor. New params.
1891 (Target_powerpc::make_plt_section): Create reloc section here instead.
1892 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
1893 functions.
1894 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
1895 (Output_data_glink::add_entry, find_entry): New functions to
1896 deal with local syms.
1897 (Glink_sym_ent): Add support for local syms.
1898 (Output_data_glink::do_write): Handle ifunc plt entries.
1899 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
1900 (Target_powerpc::Scan::local, global): Handle ifunc syms.
1901 (Target_powerpc::Relocate::relocate): Likewise.
1902 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
1903
ec4dbad3
AM
19042012-09-25 Alan Modra <amodra@gmail.com>
1905
1906 * object.h (Sized_relobj_file::adjust_local_symbol,
1907 do_adjust_local_symbol): New functions.
1908 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
1909 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
1910 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
1911 and irregular opd entry spacing.
1912 (Powerpc_relobj::do_read_relocs): Add opd size checks.
1913 (Global_symbol_visitor_opd): New functor.
1914 (Target_powerpc::do_finalize_sections): Omit global symbols defined
1915 on deleted opd entries.
1916
5c0b3823
WL
19172012-09-15 Jiong Wang <jiwang@tilera.com>
1918
1919 * tilegx.cc: New file.
1920 * Makefile.am (TARGETSOURCES): Add tilegx.cc
1921 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
1922 * configure.tgt: Add entries for tilegx*.
1923 * configure.ac: Likewise.
1924 * Makefile.in: Rebuild.
1925 * configure: Likewise.
1926 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
1927 tilegx.
1928
bfdfa4cd
AM
19292012-09-13 Alan Modra <amodra@gmail.com>
1930
1931 * target-reloc.h (scan_relocs): Call scan.local for relocs
1932 against symbols in discarded sections. Pass is_discarded
1933 param.
1934 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
1935 Add is_discarded param.
1936 * powerpc (Target_powerpc::Scan::local): Likewise. Use
1937 is_discarded to flag opd entry as discarded. Don't emit dyn
1938 relocs on such entries.
1939 (Target_powerpc::Scan::global): Similarly detect and handle
1940 such opd entries.
1941 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
1942 opd_ent_. Update all uses.
1943 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
1944 (Target_powerpc::relocate_section): Zero out discarded opd
1945 entry relocs.
1946
d77a0555
ILT
19472012-09-12 Ian Lance Taylor <iant@google.com>
1948
1949 PR gold/14570
1950 * output.cc: Rename Output_data_got template parameter from size
1951 to got_size for all functions. Compile all variants of
1952 Output_data_got.
1953 (Output_data_got::Got_entry::write): Correct use of size for
1954 symbol value. Use local_is_tls rather than casting to
1955 Sized_relobj_file.
1956 * object.h (class Object): Add local_is_tls and do_local_is_tls.
1957 (class Sized_relobj_file): Add do_local_is_tls.
1958 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
1959
815a1205
AM
19602012-09-11 Alan Modra <amodra@gmail.com>
1961
1962 PR gold/14566
1963 * layout.cc (Layout::set_segment_offsets): When using
1964 common-page-size alignment, ensure we are on a new max-page-size
1965 page.
1966 * output.cc (Output_segment::set_section_addresses): Use
1967 abi_pagesize, not common_pagesize for relro boundary.
1968 (Output_segment::set_offset): Likewise.
1969
bd73a62d
AM
19702012-09-11 Alan Modra <amodra@gmail.com>
1971
1972 * output.h (Output_data_got::add_global_tls, add_local_tls,
1973 add_local_tls_pair): New functions.
1974 (Output_data_got::add_local_pair_with_rel): Remove second
1975 reloc param. Expand comment.
1976 (Output_data_got::Got_entry): Rename use_plt_offset_ to
1977 use_plt_or_tls_offset_, similarly for constructor param.
1978 (Output_data_got::Got_entry::write): Add got_index param.
1979 * output.cc (Output_data_got::add_global_tls, add_local_tls,
1980 add_local_tls_pair): New functions.
1981 (Output_data_got::Got_entry::write): Handle tls symbols
1982 with use_plt_or_tls_offset_ set specially.
1983 (Output_data_got::add_local_pair_with_rel): Only one reloc.
1984 (Output_data_got::do_write): Replace iterator with index, pass
1985 index to entry write function.
1986 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
1987 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
1988 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
1989 call.
1990 * i386.cc (Target_i386::Scan::local): Likewise.
1991 * sparc.cc (Target_sparc::Scan::local): Likewise.
1992 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
1993 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
1994 do_tls_offset_for_global): New functions.
1995 (Target_powerpc::Scan::local): Correct TLS relocations and got
1996 entry values.
1997 (Target_powerpc::Scan::global): Don't emit unnecessary
1998 dynamic relocations on TLS GOT entries.
1999
00716ab1
AM
20002012-09-10 Matthias Klose <doko@ubuntu.com>
2001
2002 * config.in: Disable sanity check for kfreebsd.
2003
c891b3f9
SA
20042012-09-10 Sterling Augustine <saugustine@google.com>
2005
2006 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
2007 (Gdb_index::pubtypes_read): New parameter.
2008 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
2009 to calls.
2010 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
2011 pubtypes_object_.
2012
e81fea4d
AM
20132012-09-09 Alan Modra <amodra@gmail.com>
2014
2015 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
2016 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
2017 * gc.h (gc_process_relocs): Call target gc_add_reference.
2018 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
2019 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
2020 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
2021 unnecessary cast.
2022 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
2023 to cater for when we don't need code offset. Update use.
2024 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
2025 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
2026 set_opd_valid): New functions.
2027 (Target_powerpc::do_gc_add_reference): New function.
2028 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
2029 stashed refs.
2030 (Target_powerpc::do_gc_mark_symbol): New function.
2031
d2d60eef
CC
20322012-09-06 Cary Coutant <ccoutant@google.com>
2033
2034 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
2035 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
2036 (Dwarf_die::skip_attributes): Likewise.
2037 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
2038 * testsuite/gdb_index_test.cc (inline_func_1): New function.
2039 (main): Call it.
2040 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
2041
32ed4573
L
20422012-09-05 H.J. Lu <hongjiu.lu@intel.com>
2043
2044 * testsuite/script_test_3.t: Add .got.plt output section
2045 statement.
2046 * testsuite/script_test_4.t: Likewise.
2047
f4baf0d4
AM
20482012-09-05 Alan Modra <amodra@gmail.com>
2049
2050 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
2051 update all uses and lose "enum" when using type.
2052
864a1b56
AM
20532012-09-05 Alan Modra <amodra@gmail.com>
2054
2055 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
2056 * configure: Regenerate.
2057 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
2058 (plugin_final_layout.stdout): Likewise.
2059 (memory_test): Set page sizes to 0x1000.
2060 * testsuite/Makefile.in: Regenerate.
2061 * testsuite/discard_locals_test.sh: Add FIXME comment.
2062 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
2063 * testsuite/pr14265.t: Add .got output section statement.
2064 * testsuite/script_test_2.t: Likewise.
2065 * testsuite/script_test_3.t: Likewise.
2066 * testsuite/script_test_4.t: Likewise.
2067 * testsuite/script_test_5.t: Likewise.
2068 * testsuite/script_test_6.t: Likewise.
2069 * testsuite/script_test_7.t: Likewise.
2070 * testsuite/script_test_9.t: Likewise.
2071
3ea0a085
AM
20722012-09-05 Alan Modra <amodra@gmail.com>
2073
2074 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
2075 (Powerpc_relocate_functions::Status): New typedef.
2076 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2077 (Target_powerpc::Scan::local): Handle REL64.
2078 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
2079 for REL32 and REL64.
2080 (Target_powerpc::symval_for_branch): New function, extracted from..
2081 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
2082 checks. Report overflow errors.
2083
7404fe1b
AM
20842012-09-05 Alan Modra <amodra@gmail.com>
2085
2086 * object.h (Sized_relobj_file::emit_relocs): Delete.
2087 (Sized_relobj_file::emit_relocs_reltype): Delete.
2088 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
2089 relocate_relocs for --emit-relocs.
2090 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
2091 * output.h: Update comment.
2092 (Output_segment::first_section): New function.
2093 (Output_segment::first_section_load_address): Use first_section.
2094 * output.cc (Output_segment::first_section): New function extracted..
2095 (Output_segment::first_section_load_address): ..from here. Delete.
2096 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
2097 * target.h (Sized_target::relocate_for_relocatable): Likewise.
2098 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
2099 adjust call to target.h function.
2100 * i386.cc (Target_i386): Likewise.
2101 * sparc.cc (Target_sparc): Likewise.
2102 * x86_64.cc (Target_x86_64): Likewise.
2103 * powerpc.cc (Target_powerpc): Likewise.
2104 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
2105 first tls section has section symbol for optimised local dynamic
2106 output relocs.
2107 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
2108 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
2109 optimised tls code.
2110 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
2111 Rename to relocate_relocs. Update error message.
2112
957564c9
AS
21132012-09-04 Andreas Schwab <schwab@linux-m68k.org>
2114
2115 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
2116 --just-symbols.
2117
dd93cd0a
AM
21182012-08-31 Alan Modra <amodra@gmail.com>
2119
2120 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
2121 (Powerpc_relobj::toc_base_offset): New stub function.
2122 (Target_powerpc): Add tp_offset, dtp_offset. Rename
2123 got_mod_index_offset to tlsld_got_offset. Update all refs.
2124 (Target_powerpc::Relocate::enum skip_tls): New.
2125 (Target_powerpc::call_tls_get_addr_): New var.
2126 (Target_powerpc::is_branch_reloc): Move to file scope.
2127 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
2128 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
2129 New functions.
2130 (Target_powerpc::enum Got_type): Delete old values, add new ones.
2131 (powerpc_info): Correct common_pagesize for ppc64.
2132 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
2133 (Powerpc_relocate_functions): Add overflow check enums and functions.
2134 Add non-shift version of rela, rela_ua. Delete all rel public
2135 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
2136 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
2137 addr16_ha3, addr14 functions.
2138 (Output_data_got_powerpc::add_constant_pair): New function.
2139 (Output_data_got_powerpc::got_base_offset): Likewise.
2140 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
2141 (instruction constants): Sort, add some more.
2142 (Output_data_glink::do_write): Add and use Address typedef. Use
2143 object->toc_base_offset() stub for 64-bit.
2144 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
2145 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2146 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
2147 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
2148 Always treat .opd relocs as against locally defined symbol.
2149 Correct condition for RELATIVE relocs.
2150 (Target_powerpc::do_finalize_sections): Test for NULL sections.
2151 (Target_powerpc::Relocate::relocate): Use plt call stub as value
2152 for 32-bit syms with a plt entry. Correct ppc64 toc base
2153 calculations. Handle TLS relocs, and more. Add overflow
2154 checking and adjust for Powerpc_relocate_functions changes.
2155 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
2156 Reinstate --emit-relocs code with FIXME.
2157
a1373b60
AM
21582012-08-30 Alan Modra <amodra@gmail.com>
2159
2160 * layout.cc (Layout::set_segment_offsets): Set p_align to
2161 abi_pagesize, not common_pagesize.
2162 (Layout::relaxation_loop_body): Similarly use abi_pagesize
2163 to determine whether file header can go in segment.
2164
703d02da
AM
21652012-08-30 Alan Modra <amodra@gmail.com>
2166
2167 * output.h (Output_reloc::Output_reloc <output section>): Add
2168 is_relative param. Adjust calls.
2169 (Output_reloc::add_output_section_relative): New functions.
2170 * output.cc (Output_reloc::Output_reloc <output section>): Handle
2171 is_relative.
2172 (Output_reloc::symbol_value): Handle SECTION_CODE.
2173
16164a6b
ST
21742012-08-24 Sriraman Tallam <tmsriram@google.com>
2175
2176 * gold.cc (queue_middle_tasks): Call layout again when unique
2177 segments for sections is desired.
2178 * layout.cc (Layout::Layout): Initialize new members.
2179 (Layout::get_output_section_flags): New function.
2180 (Layout::choose_output_section): Call get_output_section_flags.
2181 (Layout::layout): Make output section for mapping to a unique segment.
2182 (Layout::insert_section_segment_map): New function.
2183 (Layout::attach_allocated_section_to_segment): Make unique segment for
703d02da 2184 output sections marked so.
16164a6b
ST
2185 (Layout::segment_precedes): Check for unique segments when sorting.
2186 * layout.h (Layout::Unique_segment_info): New struct.
2187 (Layout::Section_segment_map): New typedef.
2188 (Layout::insert_section_segment_map): New function.
2189 (Layout::get_output_section_flags): New function.
2190 (Layout::is_unique_segment_for_sections_specified): New function.
2191 (Layout::set_unique_segment_for_sections_specified): New function.
2192 (Layout::unique_segment_for_sections_specified_): New member.
2193 (Layout::section_segment_map_): New member.
2194 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
2195 Rename is_gc_pass_one to is_pass_one.
2196 Rename is_gc_pass_two to is_pass_two.
2197 Rename is_gc_or_icf to is_two_pass.
2198 Check for which pass based on whether symbols data is present.
2199 Make it two pass when unique segments for sections is desired.
2200 * output.cc (Output_section::Output_section): Initialize new
2201 members.
2202 * output.h (Output_section::is_unique_segment): New function.
2203 (Output_section::set_is_unique_segment): New function.
2204 (Output_section::is_unique_segment_): New member.
2205 (Output_section::extra_segment_flags): New function.
2206 (Output_section::set_extra_segment_flags): New function.
2207 (Output_section::extra_segment_flags_): New member.
2208 (Output_section::segment_alignment): New function.
2209 (Output_section::set_segment_alignment): New function.
2210 (Output_section::segment_alignment_): New member.
2211 (Output_segment::Output_segment): Initialize is_unique_segment_.
2212 (Output_segment::is_unique_segment): New function.
2213 (Output_segment::set_is_unique_segment): New function.
2214 (Output_segment::is_unique_segment_): New member.
2215 * plugin.cc (allow_unique_segment_for_sections): New function.
2216 (unique_segment_for_sections): New function.
2217 (Plugin::load): Add new functions to transfer vector.
2218 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
2219 * Makefile.in: Regenerate.
2220 * testsuite/plugin_final_layout.sh: Check if unique segment
2221 functionality works.
2222 * testsuite/plugin_section_order.c (onload): Check if new interfaces
2223 are available.
2224 (allow_unique_segment_for_sections): New global.
2225 (unique_segment_for_sections): New global.
2226 (claim_file_hook): Call allow_unique_segment_for_sections.
2227 (all_symbols_read_hook): Call unique_segment_for_sections.
16164a6b 2228
1e2bee4f
CC
22292012-08-22 Cary Coutant <ccoutant@google.com>
2230
2231 * layout.cc (Layout::include_section): Don't assert on GROUP
2232 sections with --emit-relocs.
2233
1d5dfe78
CC
22342012-08-21 Cary Coutant <ccoutant@google.com>
2235
2236 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
2237 if --export-dynamic-symbol names an undef symbol.
2238
c9269dff
AM
22392012-08-18 Alan Modra <amodra@gmail.com>
2240
2241 * powerpc.cc: Formatting and white space.
2242 (Powerpc_relobj): Rename got2_section_ to special_.
2243 Add opd_ent_shndx_ and opd_ent_off_ vectors.
2244 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
2245 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
2246 (Target_powerpc): Add Address typedef and invalid_address. Use
2247 throughout.
2248 (Target_powerpc::is_branch_reloc): New function.
2249 (Powerpc_relocate_functions): Add Address typedef, use throughout.
2250 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
2251 for dst_mask, value and addend.
2252 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
2253 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
2254 (Output_data_glink::do_write): Correct toc base. Don't try to use
2255 uint16_t for 24-bit offset. Use get_output_section_offset and
2256 check return.
2257 (Target_powerpc::Scan::local): Handle more relocs.
2258 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
2259 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
2260 Plug in toc restoring insn after plt calls. Translate branches
2261 to function descriptor symbols to corresponding entry point.
2262 (Target_powerpc::relocate_for_relocatable): Check return from
2263 get_output_section_offset.
2264 * symtab.h: Comment typo.
2265
b1759dce
ILT
22662012-08-14 Ian Lance Taylor <iant@google.com>
2267
2268 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
2269 unsupported_relocal_local to call unsupported_reloc_global.
2270
b9b2ae8b
NC
22712012-08-14 Nick Clifton <nickc@redhat.com>
2272
2273 PR ld/14265
2274 * script-sections.cc (Sections_element::output_section_name): Add
2275 keep return parameter.
2276 (Output_section_element::match_name): Add keep return parameter.
2277 Return the value of the keep_ member.
2278 * script-sections.h (class Output_section): Update
2279 output_section_name prototype.
2280 * layout.cc (Layout::keep_input_section): New public member
2281 function.
2282 (Layout::choose_output_section): Pass keep parameter to
2283 output_section_name.
2284 * layout.h (class Layout): Add keep_input_section.
2285 * object.cc (Sized_relobj_file::do_layout): Check for kept input
2286 sections.
2287 * testsuite/Makefile.am: Add a test.
2288 * testsuite/Makefile.in: Regenerate.
2289 * testsuite/pr14265.c: Source file for the test.
2290 * testsuite/pr14265.t: Linker script for the test.
2291 * testsuite/pr14265.sh: Shell script for the test.
2292
921b5322
AM
22932012-08-14 Alan Modra <amodra@gmail.com>
2294
2295 * target.h (Target::output_section_name): New function.
2296 (Target::do_output_section_name): New function.
2297 * layout.cc (Layout::choose_output_section): Call the above.
2298 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
2299
6ce78956
AM
23002012-08-14 Alan Modra <amodra@gmail.com>
2301
2302 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
2303 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
2304 for replace_constant call.
2305 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
2306 (Output_data_glink::do_print_to_mapfile): New function.
2307 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
2308 (Target_powerpc::Relocate::relocate): Likewise.
2309
d1a8cabd
AM
23102012-08-14 Alan Modra <amodra@gmail.com>
2311
2312 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
2313 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
2314 (Output_data_glink::add_entry,find_entry): Remove shndx param.
2315 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
2316 all references to shndx_. Handle special case for R_PPC_PLTREL24
2317 here.
2318 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
2319 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
2320 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
2321 here.
2322 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
2323 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
2324
d83ce4e3
AM
23252012-08-12 Alan Modra <amodra@gmail.com>
2326
2327 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
2328 (glink insn constants): Use uint32_t.
2329 (Output_data_glink::add_entry): Use insert, not [] operator.
2330
cf43a2fe
AM
23312012-08-11 Alan Modra <amodra@gmail.com>
2332
2333 * object.h (Sized_relobj_file::find_shdr): New function.
2334 (Sized_relobj_file::find_special_sections): New function.
2335 * object.cc (Sized_relobj_file::find_shdr): New function.
2336 (Sized_relobj_file::find_eh_frame): Use find_shdr.
2337 (Sized_relobj_file::find_special_sections): New function, split out..
2338 (Sized_relobj_file::do_read_symbols): ..from here.
2339 * output.h (Output_data_got::replace_constant): New function.
2340 (Output_data_got::num_entries): New function.
2341 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
2342 (Output_data_got::got_offset): Protected rather than private.
2343 (Output_data_got::replace_got_entry): New function.
2344 * output.cc (Output_data_got::replace_got_entry): New function.
2345 * powerpc.cc (class Powerpc_relobj): New.
2346 (class Powerpc_relocate_functions): Delete all psymval variants or
2347 convert to value,addend type. Delete pcrela, pcrela_unaligned.
2348 Implement _ha functions using corresponding _hi function.
2349 (Powerpc_relobj::find_special_sections): New function.
2350 (Target_powerpc::do_make_elf_object): New function.
2351 (class Output_data_got_powerpc): New.
2352 (class Output_data_glink): New.
2353 (class Powerpc_scan_relocatable_reloc): New.
2354 Many more changes througout file.
2355
3c892704
NC
23562012-08-09 Nick Clifton <nickc@redhat.com>
2357
2358 * po/vi.po: Updated Vietnamese translation.
2359
82435b3b
ILT
23602012-08-07 Ian Lance Taylor <iant@google.com>
2361
2362 * layout.cc (Layout::add_target_dynamic_tags): If
2363 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
2364 plt_rel.
2365
a6dc81d2
NC
23662012-07-30 Nick Clifton <nickc@redhat.com>
2367
2368 * po/gold.pot: Updated template.
2369 * po/es.po: Updated Spanish translation.
2370
f1415016
CC
23712012-07-18 Cary Coutant <ccoutant@google.com>
2372
2373 PR gold/14344
2374 * configure.ac: Add check for -gpubnames support.
2375 * configure: Regenerate.
2376 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
2377 support; force -gno-pubnames.
2378 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
2379 support.
2380 (gdb_index_test_4): New test.
2381 * testsuite/Makefile.in: Regenerate.
2382 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
2383 * testsuite/gdb_index_test_2.sh: Likewise.
2384 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
2385 * testsuite/gdb_index_test_4.sh: New script.
2386 * testsuite/gdb_index_test_comm.sh: New script with common code;
2387 don't look for space after colon.
2388
b7fd7c37
ST
23892012-07-16 Sriraman Tallam <tmsriram@google.com>
2390
2391 * gold.cc (queue_middle_tasks): Update function order only after
2392 deferred objects due to plugins are processed.
2393
1f3212db
ILT
23942012-07-11 Ian Lance Taylor <iant@google.com>
2395
2396 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
2397 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
2398 (Target_arm::scan_reloc_for_stub): Likewise.
2399 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
2400 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
2401 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
2402 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
2403 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
2404
81c82a68
ILT
24052012-07-10 Dodji Seketeli <dodji@redhat.com>
2406 Ian Lance Taylor <iant@google.com>
2407
2408 PR gold/14309
2409 * configure.ac: Test whether std::tr1::hash<off_t> works.
2410 * gold.h: Add a specialization for std::tr1::hash<off_t> if
2411 needed.
2412 * output.h (class Output_fill): Add virtual destructor.
2413 * configure, config.in: Rebuild.
2414
eabc84f4
RM
24152012-06-22 Roland McGrath <mcgrathr@google.com>
2416
2417 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
2418
370e30b6
RÁE
24192012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
2420
2421 * plugin.cc (Plugin::load): Handle position independent executables.
2422
fb1b895d
CC
24232012-06-06 Cary Coutant <ccoutant@google.com>
2424
2425 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
2426 add .debug_macro.
2427 (lines_only_debug_sections): Likewise.
2428 (gdb_fast_lookup_sections): New static array.
2429 (is_gdb_debug_section): Rename formal parameter.
2430 (is_lines_only_debug_section): Likewise.
2431 (is_gdb_fast_lookup_section): New function.
2432 (Layout::include_section): Check for ".zdebug_" prefix; pass
2433 section name suffix to is_gdb_debug_section, et al.; check for
2434 fast-lookup sections when building .gdb_index.
2435 * options.h (--strip-debug-gdb): Update GDB version number.
2436
7c0640fa
CC
24372012-06-06 Cary Coutant <ccoutant@google.com>
2438
2439 * configure.ac: Add check for fallocate.
2440 * configure: Regenerate.
2441 * config.in: Regenerate.
2442
2443 * options.h (class General_options): Add --mmap-output-file and
2444 --posix-fallocate options.
2445 * output.cc: (posix_fallocate): Remove; replace with...
2446 (gold_fallocate): New function.
2447 (Output_file::map_no_anonymous): Call gold_fallocate.
2448 (Output_file::map): Check --mmap-output-file option.
2449
2a49eb69
DK
24502012-06-05 Jing Yu <jingyu@google.com>
2451
2452 * gold.h (textdomain): Add do {} to empty while(0).
2453 (bindtextdomain): Likewise.
2454
fad072ac
CC
24552012-06-04 Cary Coutant <ccoutant@google.com>
2456
2457 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
2458 has_dynsym_index.
2459
8cc69fb6
ST
24602012-05-25 Sriraman Tallam <tmsriram@google.com>
2461
2462 * symtab.cc (Symbol_table::define_special_symbol):
2463 Initialize *poldsym to prevent uninitialized variable errors.
2464
1be75daa
CC
24652012-05-23 Cary Coutant <ccoutant@google.com>
2466
2467 * layout.cc (Layout::section_name_mapping): Add rules to handle
2468 exact match on .data.rel.ro.local or .data.rel.ro.
2469 (Layout::output_section_name): Check for exact matches.
2470
9b689de0
CC
24712012-05-23 Cary Coutant <ccoutant@google.com>
2472
2473 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
2474 more carefully.
2475
b24fdbf5
CC
24762012-05-22 Cary Coutant <ccoutant@google.com>
2477
2478 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
2479 object before exporting symbol.
2480
e550e1a2
L
24812012-05-21 H.J. Lu <hongjiu.lu@intel.com>
2482
2483 * testsuite/tls_test.cc: Include "config.h" first.
2484 * testsuite/tls_test_c.c: Likewise.
2485
df7b86aa
NC
24862012-05-17 Daniel Richard G. <skunk@iskunk.org>
2487 Nick Clifton <nickc@redhat.com>
2488
2489 PR 14072
2490 * configure.in: Add check that sysdep.h has been included before
2491 any system header files.
2492 * configure: Regenerate.
2493 * config.in: Regenerate.
2494
1007b503
CC
24952012-05-14 Cary Coutant <ccoutant@google.com>
2496
2497 * layout.cc (Layout::make_output_section): Mark .tdata section
2498 as RELRO.
2499 * testsuite/relro_test.cc: Add a TLS variable.
2500
fd885f3a
L
25012012-05-10 H.J. Lu <hongjiu.lu@intel.com>
2502
2503 PR gold/14091
2504 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
2505 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
2506 R_X86_64_64.
2507
80f5885c
CC
25082012-05-08 Cary Coutant <ccoutant@google.com>
2509
2510 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
2511 (lines_only_debug_sections): Likewise.
2512
2e702c99
RM
25132012-05-02 Roland McGrath <mcgrathr@google.com>
2514
2515 * nacl.cc: New file.
2516 * nacl.h: New file.
2517 * Makefile.am (CCFILES, HFILES): Add them.
2518 * Makefile.in: Regenerate.
2519 * i386.cc (Output_data_plt_i386_nacl): New class.
2520 (Output_data_plt_i386_nacl_exec): New class.
2521 (Output_data_plt_i386_nacl_dyn): New class.
2522 (Target_i386_nacl): New class.
2523 (Target_selector_i386_nacl): New class.
2524 (target_selector_i386): Use it instead of Target_selector_i386.
2525 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
2526 (Target_x86_64_nacl): New class.
2527 (Target_selector_x86_64_nacl): New class.
2528 (target_selector_x86_64, target_selector_x32): Use it instead of
2529 Target_selector_x86_64.
2530 * arm.cc (Output_data_plt_arm_nacl): New class.
2531 (Target_arm_nacl): New class.
2532 (Target_selector_arm_nacl): New class.
2533 (target_selector_arm, target_selector_armbe): Use it instead of
2534 Target_selector_arm.
2535
2536 * target-select.cc (select_target): Take new Input_file* and off_t
2537 arguments, pass them on to recognize method of selector.
2538 * object.cc (make_elf_sized_object): Update caller.
2539 * parameters.cc (parameters_force_valid_target): Likewise.
2540 * incremental.cc (make_sized_incremental_binary): Likewise.
2541 * target-select.h: Update decl.
2542 (Target_selector::recognize): Take new Input_file* argument,
2543 pass it on to do_recognize.
2544 (Target_selector::do_recognize): Take new Input_file* argument.
2545 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
2546 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
2547 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
2548 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
2549
2550 * target.h (Target::Target_info): New members isolate_execinstr
2551 and rosegment_gap.
2552 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
2553 * arm.cc (Target_arm::arm_info): Update initializer.
2554 * i386.cc (Target_i386::i386_info): Likewise.
2555 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
2556 * sparc.cc (Target_sparc::sparc_info): Likewise.
2557 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
2558 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
2559 * layout.cc (Layout::attach_allocated_section_to_segment):
2560 Take new const Target* argument. If target->isolate_execinstr(), act
2561 like --rosegment.
2562 (Layout::find_first_load_seg): Take new const Target* argument;
2563 if target->isolate_execinstr(), reject PF_X segments.
2564 (Layout::relaxation_loop_body): Update caller.
2565 (Layout::set_segment_offsets): If target->isolate_execinstr(),
2566 reset file offset to zero when we hit LOAD_SEG, and then do a second
2567 loop over the segments before LOAD_SEG to reassign offsets after
2568 addresses have been determined. Handle target->rosegment_gap().
2569 (Layout::attach_section_to_segment): Take new const Target* argument;
2570 pass it to attach_allocated_section_to_segment.
2571 (Layout::make_output_section): Update caller.
2572 (Layout::attach_sections_to_segments): Take new const Target* argument;
2573 pass it to attach_section_to_segment.
2574 * gold.cc (queue_middle_tasks): Update caller.
2575 * layout.h (Layout): Update method decls with new arguments.
2576
2577 * arm.cc (Target_arm::Target_arm): Take optional argument for the
2578 Target_info pointer to use.
2579 (Target_arm::do_make_data_plt): New virtual method.
2580 (Target_arm::make_data_plt): New method that calls it.
2581 (Target_arm::make_plt_entry): Use it.
2582 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
2583 for the section alignment.
2584 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
2585 method.
2586 (Output_data_plt_arm::first_plt_entry_offset): Call it.
2587 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
2588 method.
2589 (Output_data_plt_arm::get_plt_entry_size): Call it.
2590 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
2591 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
2592 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
2593 method.
2594 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
2595 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
2596 method instead of sizeof(plt_entry).
2597 (Output_data_plt_arm::add_entry): Likewise.
2598 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
2599 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
2600 than static method.
2601 (Target_arm::plt_entry_size): Likewise.
2602 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
2603 Move to ...
2604 (Output_data_plt_arm_standard): ... here, new class.
2605 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
2606 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
2607 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
2608
2609 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
2610 Take additional argument for the PLT entry size.
2611 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
2612 Use get_plt_entry_size method rather than plt_entry_size variable.
2613 (Output_data_plt_x86_64::reserve_slot): Likewise.
2614 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
2615 (Output_data_plt_x86_64::add_entry): Likewise.
2616 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
2617 (Output_data_plt_x86_64::address_for_global): Likewise.
2618 (Output_data_plt_x86_64::address_for_local): Likewise.
2619 (Output_data_plt_x86_64::set_final_data_size): Likewise.
2620 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
2621 Make method non-static.
2622 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
2623 method.
2624 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
2625 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
2626 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
2627 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
2628 virtual method.
2629 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
2630 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
2631 virtual method.
2632 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
2633 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
2634 virtual method.
2635 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
2636 (Output_data_plt_x86_64::plt_entry_size)
2637 (Output_data_plt_x86_64::first_plt_entry)
2638 (Output_data_plt_x86_64::plt_entry)
2639 (Output_data_plt_x86_64::tlsdesc_plt_entry)
2640 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
2641 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
2642 (Output_data_plt_x86_64_standard): ... here, new class.
2643 (Target_x86_64::Target_x86_64): Take optional argument for the
2644 Target_info pointer to use.
2645 (Target_x86_64::do_make_data_plt): New virtual method.
2646 (Target_x86_64::make_data_plt): New method to call it.
2647 (Target_x86_64::init_got_plt_for_update): Use that.
2648 Call this->plt_->add_eh_frame method here.
2649 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
2650 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
2651 rather than static method.
2652 (Target_x86_64::plt_entry_size): Likewise.
2653 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
2654 rather than plt_entry_size variable. Move guts of PLT filling to...
2655 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
2656 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
2657 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
2658
2659 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
2660 additional argument for the section alignment.
2661 Don't do add_eh_frame_for_plt here.
2662 (Output_data_plt_i386::first_plt_entry_offset): Make the method
2663 non-static. Use get_plt_entry_size method rather than plt_entry_size
2664 variable.
2665 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
2666 method.
2667 (Output_data_plt_i386::get_plt_entry_size): Call it.
2668 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
2669 (Output_data_plt_i386::add_eh_frame): New method to call it.
2670 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
2671 method.
2672 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
2673 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
2674 method.
2675 (Output_data_plt_i386::fill_plt_entry): New method to call it.
2676 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
2677 method instead of plt_entry_size.
2678 (Output_data_plt_i386::plt_entry_size)
2679 (Output_data_plt_i386::plt_eh_frame_fde_size)
2680 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
2681 (Output_data_plt_i386_standard): ... here, new class.
2682 (Output_data_plt_i386_exec): New class.
2683 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
2684 (Output_data_plt_i386_exec::first_plt_entry): ... here.
2685 (Output_data_plt_i386::exec_plt_entry): Move to ...
2686 (Output_data_plt_i386_exec::plt_entry): ... here.
2687 (Output_data_plt_i386_dyn): New class.
2688 (Output_data_plt_i386::first_plt_entry): Move to ...
2689 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
2690 (Output_data_plt_i386::dyn_plt_entry): Move to ...
2691 (Output_data_plt_i386_dyn::plt_entry): ... here.
2692 (Target_i386::Target_i386): Take optional argument for the Target_info
2693 pointer to use.
2694 (Target_i386::do_make_data_plt): New virtual method.
2695 (Target_i386::make_data_plt): New method to call it.
2696 (Target_i386::make_plt_section): Use that.
2697 Call this->plt_->add_eh_frame method here.
2698 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
2699 rather than plt_entry_size variable.
2700 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
2701 (Output_data_plt_i386::address_for_local): Likewise.
2702 (Output_data_plt_i386::do_write): Likewise.
2703 Move guts of PLT filling to...
2704 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
2705 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
2706 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
2707 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
2708
b9b9f2ee
CC
27092012-05-01 Cary Coutant <ccoutant@google.com>
2710
2711 * dwarf_reader.cc (Dwarf_die::read_attributes)
2712 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
2713 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
2714 * reduced_debug_output.cc
2715 (Output_reduced_debug_info_section::get_die_end): Remove
2716 DW_FORM_GNU_ref_index. Add default case.
2717
57923f48
MW
27182012-04-26 Mark Wielaard <mjw@redhat.com>
2719
2720 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
2721 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
2722 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
2723 DW_AT_high_pc as offset from DW_AT_low_pc.
2724
2725 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
2726 * testsuite/Makefile.in: Regenerate.
2727 * testsuite/gdb_index_test_3.c: New test source file.
2728 * testsuite/gdb_index_test_3.sh: New test source file.
2729
2c54b4f4
ILT
27302012-04-25 Ian Lance Taylor <iant@google.com>
2731
2732 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
2733 pointer.
2734 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
2735 as a class, not a struct.
2736 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
2737 (Target_arm::apply_cortex_a8_workaround): Likewise.
2738 * gc.h: Declare Reloc_types as a struct, not a class.
2739 * object.h: Declare Symbols_data as a struct.
2740 * reloc.h: Declare Read_relocs_data as a struct.
2741 * target.h: Declare Relocate_info as a struct.
2742
a5a5f7a3
DM
27432012-04-24 David S. Miller <davem@davemloft.net>
2744
2745 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
2746 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
2747 and R_SPARC_WPLT30.
2748
f038d496
CC
27492012-04-24 Cary Coutant <ccoutant@google.com>
2750
2751 * incremental-dump.cc (find_input_containing_global): Replace
2752 magic number with symbolic constant.
2753 (dump_incremental_inputs): Update version number.
2754 * incremental.cc (Output_section_incremental_inputs): Update version
2755 number; import symbolic constants from Incremental_inputs_reader.
2756 (Incremental_inputs::create_data_sections): Align relocations
2757 section correctly for 64-bit targets.
2758 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
2759 constants; add padding.
2760 (Output_section_incremental_inputs::write_header): Add assert for
2761 header_size.
2762 (Output_section_incremental_inputs::write_input_files): Add assert
2763 for input_entry_size.
2764 (Output_section_incremental_inputs::write_info_blocks): Add padding;
2765 add assert for object_info_size, input_section_entry_size,
2766 global_sym_entry_size.
2767 * incremental.h (Incremental_inputs_reader): Add symbolic constants
2768 for data structure sizes; use them.
2769 (Incremental_input_entry_reader): Import symbolic constants from
2770 Incremental_inputs_reader; use them.
2771
a4d85145
DM
27722012-04-23 David S. Miller <davem@davemloft.net>
2773
2774 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
2775 and elf_flags_set_.
2776 (Target_sparc::Target_sparc): Initialize new fields.
2777 (Target_sparc::do_make_elf_object): New function.
2778 (Target_sparc::do_adjust_elf_header): New function.
2779
1d509098
CC
27802012-04-23 Cary Coutant <ccoutant@google.com>
2781
2782 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
2783 CU range table of gdb index.
2784
7ebeff7f
DM
27852012-04-20 David S. Miller <davem@davemloft.net>
2786
2787 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
2788 instead of false.
2789
13cf9988
DM
27902012-04-16 David S. Miller <davem@davemloft.net>
2791
2a1079e8
DM
2792 * sparc.cc (Target_sparc::got_address): New function.
2793 (Sparc_relocate_functions::gdop_hix22): New function.
2794 (Sparc_relocate_functions::gdop_lox10): New function.
2795 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
2796 relocs.
2797 (Target_sparc::Scan::local): Likewise if the global symbol is not
2798 preemptible and is not IFUNC.
2799 (Target_sparc::Relocate::relocate): Perform GOTDATA code
2800 transformations for local and non-preemptible non-IFUNC global
2801 symbols.
2802
0bc964fc
DM
2803 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
2804 writing out 64-bit part of ranges.
2805
661d7a80
DM
2806 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
2807 -fpic and -fpie respectively.
2808 * Makefile.in: Regenerate.
2809
8c2bf391
DM
2810 * sparc.cc (class Target_sparc): Add rela_ifunc_.
2811 (Target_sparc::Target_sparc): Initialize new field.
2812 (Target_sparc::do_plt_section_for_global): New function.
2813 (Target_sparc::do_plt_section_for_local): New function.
2814 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
2815 (Target_sparc::make_plt_section): New function, broken out of
2816 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
2817 (Target_sparc::make_plt_entry): Call make_plt_section.
2818 (Target_sparc::make_local_ifunc_plt_entry): New function.
2819 (Target_sparc::rela_ifunc_section): New function.
2820 (Target_sparc::plt_section): Remove const.
2821 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
2822 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
2823 and ifunc_count_ fields.
2824 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
2825 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
2826 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
2827 (Output_data_plt_sparc::rela_ifunc): New function.
2828 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
2829 (Output_data_plt_sparc::has_ifunc_section): New function.
2830 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
2831 (Output_data_plt_sparc::address_for_global): New function.
2832 (Output_data_plt_sparc::address_for_local): New function.
2833 (Output_data_plt_sparc::plt_index_to_offset): New function.
2834 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
2835 and entry_count.
2836 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
2837 entry_count.
2838 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
2839 R_SPARC_JMP_IREL to switch.
2840 (Target_sparc::Scan::check_non_pic): Likewise.
2841 (Target_sparc::Scan::local): Handle IFUNC symbols.
2842 (Target_sparc::Scan::local): Likewise.
2843 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
2844 and plt_address_for_local.
2845 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
2846 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
2847
13cf9988
DM
2848 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
2849 (class Output_data_reloc): Adjust calls to Output_reloc_type.
2850 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
2851 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
2852 global relocs too.
2853 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
2854 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
2855 calls.
2856 * sparc.cc (Target_sparc::Scan::global): Likewise.
2857 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
2858
31821be0
CC
28592012-04-16 Cary Coutant <ccoutant@google.com>
2860
2861 * archive.cc (Library_base::should_include_member): Check for
2862 --export-dynamic-symbol.
2863 * options.h (class General_options): Add --export-dynamic-symbol.
2864 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
2865 --export-dynamic-symbol.
2866 (Symbol_table::gc_mark_undef_symbols): Likewise.
2867 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
2868
2615994e
DM
28692012-04-12 David S. Miller <davem@davemloft.net>
2870
2871 * sparc.cc (Reloc::wdisp10): New relocation method.
2872 (Reloc::h34): Likewise.
2873 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
2874 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
2875 R_SPARC_WDISP10.
2876 (Target_sparc::Scan::local): Likewise.
2877 (Target_sparc::Scan::global): Likewise.
2878 (Target_sparc::Relocate::relocate): Likewise.
2879
6782735d
CC
28802012-04-09 Cary Coutant <ccoutant@google.com>
2881
2882 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
2883 low_pc == 0.
2884
8c7a0b00
ILT
28852012-04-06 Ian Lance Taylor <iant@google.com>
2886
2887 * timer.cc: #include <unistd.h>.
2888
58797674
RM
28892012-04-06 Roland McGrath <mcgrathr@google.com>
2890
2891 * configure.in (AC_CHECK_HEADERS): Add locale.h.
2892 * config.in: Regenerate.
2893 * configure: Regenerate.
2894
44350750
NC
28952012-04-05 Nick Clifton <nickc@redhat.com>
2896
2897 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
2898 (AM_LC_MESSAGES): Add.
2899 * aclocal.m4: Regenerate.
2900 * config.in: Regenerate.
2901 * configure: Regenerate.
2902
c1027032
CC
29032012-03-21 Cary Coutant <ccoutant@google.com>
2904
2905 * Makefile.am: Add gdb-index.cc, gdb-index.h.
2906 * Makefile.in: Regenerate.
2907 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
2908 (Sized_elf_reloc_mapper::symbol_section): New function.
2909 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
2910 (make_elf_reloc_mapper): New function.
2911 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
2912 (Dwarf_abbrev_table::do_read_abbrevs): New function.
2913 (Dwarf_abbrev_table::do_get_abbrev): New function.
2914 (Dwarf_ranges_table::read_ranges_table): New function.
2915 (Dwarf_ranges_table::read_range_list): New function.
2916 (Dwarf_pubnames_table::read_section): New function.
2917 (Dwarf_pubnames_table::read_header): New function.
2918 (Dwarf_pubnames_table::next_name): New function.
2919 (Dwarf_die::Dwarf_die): New function.
2920 (Dwarf_die::read_attributes): New function.
2921 (Dwarf_die::skip_attributes): New function.
2922 (Dwarf_die::set_name): New function.
2923 (Dwarf_die::set_linkage_name): New function.
2924 (Dwarf_die::attribute): New function.
2925 (Dwarf_die::string_attribute): New function.
2926 (Dwarf_die::int_attribute): New function.
2927 (Dwarf_die::uint_attribute): New function.
2928 (Dwarf_die::ref_attribute): New function.
2929 (Dwarf_die::child_offset): New function.
2930 (Dwarf_die::sibling_offset): New function.
2931 (Dwarf_info_reader::check_buffer): New function.
2932 (Dwarf_info_reader::parse): New function.
2933 (Dwarf_info_reader::do_parse): New function.
2934 (Dwarf_info_reader::do_read_string_table): New function.
2935 (Dwarf_info_reader::lookup_reloc): New function.
2936 (Dwarf_info_reader::get_string): New function.
2937 (Dwarf_info_reader::visit_compilation_unit): New function.
2938 (Dwarf_info_reader::visit_type_unit): New function.
2939 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
2940 Sized_elf_reloc_mapper.
2941 (Sized_dwarf_line_info::symbol_section): Remove function.
2942 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
2943 (Sized_dwarf_line_info::read_line_mappings): Remove object
2944 parameter, adjust callers.
2945 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
2946 * dwarf_reader.h: Include <sys/types.h>.
2947 (class Track_relocs): Remove forward declaration.
2948 (class Elf_reloc_mapper): New class.
2949 (class Sized_elf_reloc_mapper): New class.
2950 (class Dwarf_abbrev_table): New class.
2951 (class Dwarf_range_list): New class.
2952 (class Dwarf_ranges_table): New class.
2953 (class Dwarf_pubnames_table): New class.
2954 (class Dwarf_die): New class.
2955 (class Dwarf_info_reader): New class.
2956 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
2957 (Sized_dwarf_line_info::symbol_section): Remove member function.
2958 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
2959 base class.
2960 * gdb-index.cc: New source file.
2961 * gdb-index.h: New source file.
2962 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
2963 and .debug_types sections, call Layout::add_to_gdb_index.
2964 (Sized_relobj_incr::do_section_name): Implement.
2965 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
2966 return type; Implement.
2967 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
2968 return type.
2969 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
2970 parameter list and return type.
2971 (Sized_incr_dynobj::do_section_contents): Likewise.
2972 * layout.cc: Include gdb-index.h.
2973 (Layout::Layout): Initialize gdb_index_data_.
2974 (Layout::init_fixed_output_section): Check for .gdb_index section.
2975 (Layout::add_to_gdb_index): New function. Instantiate.
2976 * layout.h: Add forward declaration for class Gdb_index.
2977 (Layout::add_to_gdb_index): New member function.
2978 (Layout::gdb_index_data_): New data member.
2979 * main.cc: Include gdb-index.h.
2980 (main): Print statistics for gdb index.
2981 * object.cc (Object::section_contents): Move code into
2982 do_section_contents.
2983 (need_decompressed_section): Check for sections needed when building
2984 gdb index.
2985 (build_compressed_section_map): Likewise.
2986 (Sized_relobj_file::do_read_symbols): Need local symbols when building
2987 gdb index.
2988 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
2989 sections; call Layout::add_to_gdb_index.
2990 (Sized_relobj_file::do_decompressed_section_contents): Call
2991 do_section_contents directly.
2992 * object.h (Object::do_section_contents): Adjust parameter list and
2993 return type.
2994 (Object::do_decompressed_section_contents): Call do_section_contents
2995 directly.
2996 (Sized_relobj_file::do_section_contents): Adjust parameter list and
2997 return type.
2998 * options.h (class General_options): Add --gdb-index option.
2999 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
3000 list and return type.
3001 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
3002 * reloc.h (Track_relocs::checkpoint): New function.
3003 (Track_relocs::reset): New function.
3004
3005 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
3006 New test cases.
3007 * testsuite/Makefile.in: Regenerate.
3008 * testsuite/gdb_index_test.cc: New test source file.
3009 * testsuite/gdb_index_test_1.sh: New test source file.
3010 * testsuite/gdb_index_test_2.sh: New test source file.
3011
647f1574
DK
30122012-03-19 Doug Kwan <dougkwan@google.com>
3013
3014 * arm.cc (Target_arm::do_define_standard_symbols): New method.
2e702c99 3015 (Target_arm::do_finalize_sections): Remove code which defines
647f1574
DK
3016 __exidx_start and __exidx_end. Make symbol table parameter
3017 anonymous as it is not used.
3018 * gold.cc (queue_middle_tasks): Call target hook to define any
3019 target-specific symbols.
3020 * target.h (Target::define_standard_symbols): New method.
3021 (Target::do_define_standard_symbols): Same.
3022 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
3023 * testsuite/Makefile.in: Regenerate.
3024 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
3025 and __exidx_end.
3026 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
3027 relocations are generated for __exidx_start and __exidx_end.
3028
7c6109da
DK
30292012-03-16 Doug Kwan <dougkwan@google.com>
3030
3031 * testsuite/Makefile.am: Disable test initpri3b.
3032 * testsuite/Makefile.in: Regenerate.
3033
7b8957f8
DK
30342012-03-15 Doug Kwan <dougkwan@google.com>
3035
3036 * arm.cc (Target_arm::got_section): Make .got section read-only
3037 if -z now is given.
3038
14dc9ef7
ILT
30392012-03-15 Ian Lance Taylor <iant@google.com>
3040
3041 PR gold/13850
3042 * layout.cc (Layout::make_output_section): Correctly mark
3043 SHT_INIT_ARRAY, et. al., as relro.
3044
fa40b62a
DK
30452012-03-14 Doug Kwan <dougkwan@google.com>
3046
3047 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
3048 dynamic relocations for protected symbols in shared objects.
3049
fd325007
ILT
30502012-03-13 Ian Lance Taylor <iant@google.com>
3051
3052 * resolve.cc (Symbol_table::resolve): When merging common symbols,
3053 keep the larger alignment.
3054
e8dd54e1
CC
30552012-03-12 Cary Coutant <ccoutant@google.com>
3056
3057 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
3058 handling of DW_LNE_define_file.
3059
feb5f3b0
CC
30602012-03-12 Cary Coutant <ccoutant@google.com>
3061
3062 * reduced_debug_output.cc
3063 (Output_reduced_debug_info_section::get_die_end): Add new FORM
3064 codes to switch.
3065
a1fb4256
CC
30662012-02-29 Cary Coutant <ccoutant@google.com>
3067
3068 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
3069
5dd8762a
CC
30702012-02-29 Cary Coutant <ccoutant@google.com>
3071
3072 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3073 Call Object::decompressed_section_contents.
3074 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
3075 New dtor.
3076 (Sized_dwarf_line_info::buffer_start_): New data member.
3077 * merge.cc (Output_merge_data::do_add_input_section): Call
3078 Object::decompressed_section_contents.
3079 (Output_merge_string::do_add_input_section): Likewise.
3080 * object.cc (need_decompressed_section): New function.
3081 (build_compressed_section_map): Decompress sections needed later.
3082 (Sized_relobj_file::do_decompressed_section_contents): New function.
3083 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3084 * object.h (Object::decompressed_section_contents): New function.
3085 (Object::discard_decompressed_sections): New function.
3086 (Object::do_decompressed_section_contents): New function.
3087 (Object::do_discard_decompressed_sections): New function.
3088 (Compressed_section_info): New type.
3089 (Compressed_section_map): Include decompressed section contents.
3090 (Sized_relobj_file::do_decompressed_section_contents): New function.
3091 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3092
7b5de7ee
CC
30932012-02-16 Cary Coutant <ccoutant@google.com>
3094
3095 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
3096 * testsuite/Makefile.in: Regenerate.
3097
f9fa4a63
CC
30982012-02-14 Cary Coutant <ccoutant@google.com>
3099
3100 * options.cc (General_options::finalize): Disallow -pie and -static.
3101
2c175ebc
DK
31022012-02-03 Doug Kwan <dougkwan@google.com>
3103
3104 * arm.cc (Arm_relocate_functions::abs8,
3105 Arm_relocate_functions::abs16): Use
3106 Bits::has_signed_unsigned_overflow32.
3107 (Arm_relocate_functions::thm_abs8): Correct range of
3108 overflow check.
3109 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
3110 in assertions.
3111
90cff06f
DK
31122012-02-02 Doug Kwan <dougkwan@google.com>
3113
3114 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
3115 position independent outputs, not just shared objects.
3116
63887f3d
L
31172012-01-30 H.J. Lu <hongjiu.lu@intel.com>
3118
3119 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
3120 * configure: Regenerated.
3121
bef2b434
ILT
31222012-01-27 Ian Lance Taylor <iant@google.com>
3123
3124 * reloc.h (Bits): New class with static functions, copied from
3125 namespace utils in arm.cc.
3126 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
3127 instead.
3128
c335b55d
L
31292012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3130
3131 * incremental.cc (write_info_blocks): Correct relocation offset.
3132
41194d9f
L
31332012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3134
3135 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
3136 (Relocate::tls_gd_to_le): Likewise.
3137
1bae613c
L
31382012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3139
3140 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
3141
24482ca0
L
31422012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3143
3144 * configure.ac: Check if -mcmodel=medium works.
3145 * configure: Regenerated.
3146
c2c7840a
CC
31472012-01-24 Cary Coutant <ccoutant@google.com>
3148
3149 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
3150 definition and ...
3151 (read_unsigned_LEB_128_x): ... this new function.
3152 (read_signed_LEB_128): Replaced with inline definition and ...
3153 (read_signed_LEB_128_x): ... this new function.
3154 * int_encoding.h (read_unsigned_LEB_128_x): New function.
3155 (read_unsigned_LEB_128): Add inline definition.
3156 (read_signed_LEB_128_x): New function.
3157 (read_signed_LEB_128): Add inline definition.
3158 * testsuite/Makefile.am (leb128_unittest): New unit test.
3159 * testsuite/Makefile.in: Regenerate.
3160 * testsuite/leb128_unittest.cc: New unit test.
3161
833de760 31622012-01-23 Ian Lance Taylor <iant@google.com>
9dee3b3c
ILT
3163
3164 PR gold/13617
3165 * i386.cc (Target_i386::do_code_fill): When using a jmp
3166 instruction, pad with nop instructions.
3167 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3168
618d6666
L
31692012-01-22 H.J. Lu <hongjiu.lu@intel.com>
3170
3171 * x86_64.cc (gc_process_relocs): Add typename on types used in
3172 template.
3173 (scan_relocs): Likewise.
3174 (relocate_section): Likewise.
3175 (apply_relocation): Likewise.
3176
3660ff06
L
31772012-01-10 H.J. Lu <hongjiu.lu@intel.com>
3178
3179 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
3180 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
3181 under x32.
3182
fc51264f
L
31832012-01-09 H.J. Lu <hongjiu.lu@intel.com>
3184
3185 * x86_64.cc: Initial support for x32.
3186
dd74ae06
CC
31872012-01-03 Cary Coutant <ccoutant@google.com>
3188
3189 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
3190 Use abstract base class for GOT.
3191 * gold/output.h (class Output_data_got_base): New abstract base class.
3192 (class Output_data_got): Derive from new base class, adjust ctors.
3193 (Output_data_got::reserve_slot): Make virtual; rename to
3194 do_reserve_slot; Adjust callers.
3195 * gold/target.h (Sized_target::init_got_plt_for_update): Return
3196 pointer to abstract base class.
3197 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
3198
83896202
ILT
31992011-12-18 Ian Lance Taylor <iant@google.com>
3200
3201 * object.h (Relobj::local_symbol_value): New function.
3202 (Relobj::local_plt_offset): New function.
3203 (Relobj::local_has_got_offset): New function.
3204 (Relobj::local_got_offset): New function.
3205 (Relobj::set_local_got_offset): New function.
3206 (Relobj::do_local_symbol_value): New pure virtual function.
3207 (Relobj::do_local_plt_offset): Likewise.
3208 (Relobj::do_local_has_got_offset): Likewise.
3209 (Relobj::do_local_got_offset): Likewise.
3210 (Relobj::do_set_local_got_offset): Likewise.
3211 (Sized_relobj::do_local_has_got_offset): Rename from
3212 local_has_got_offset.
3213 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
3214 (Sized_relobj::do_set_local_got_offset): Rename from
3215 set_local_got_offset.
3216 (Sized_relobj_file::do_local_plt_offset): Rename from
3217 local_plt_offset.
3218 (Sized_relobj_file::do_local_symbol_value): New function.
3219 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
3220 local_plt_offset.
3221 * output.cc (Output_data_got::Got_entry::write): Change object to
3222 Relobj. Use local_symbol_value.
3223 (Output_data_got::add_global_with_rel): Change rel_dyn to
3224 Output_data_reloc_generic*. Use add_global_generic.
3225 (Output_data_got::add_global_with_rela): Remove. Change all
3226 callers to use add_global_with_rel.
3227 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
3228 Output_data_reloc_generic*. Use add_global_generic.
3229 (Output_data_got::add_global_pair_with_rela): Remove. Change all
3230 callers to use add_global_pair_with_rel.
3231 (Output_data_got::add_local): Change object to Relobj*.
3232 (Output_data_got::add_local_plt): Likewise.
3233 (Output_data_got::add_local_with_rel): Change object to Relobj*,
3234 change rel_dyn to Output_data_reloc_generic*. Use
3235 add_local_generic.
3236 (Output_data_got::add_local_with_rela): Remove. Change all
3237 callers to use all_local_with_rel.
3238 (Output_data_got::add_local_pair_with_rel): Change object to
3239 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
3240 add_output_section_generic.
3241 (Output_data_got::add_local_pair_with_rela): Remove. Change all
3242 callers to use add_local_pair_with_rel.
3243 (Output_data_got::reserve_local): Change object to Relobj*.
3244 * output.h: (class Output_data_reloc_generic): Add pure virtual
3245 declarations for add_global_generic, add_local_generic,
3246 add_output_section_generic.
3247 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
3248 functions for Output_data_reloc_generic. Update declarations for
3249 changes listed in output.cc.
3250 (class Output_data_got): Change template parameter to got_size.
3251 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
3252 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
3253 function.
3254 (Sized_relobj_incr::do_local_plt_offset): New function.
3255 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
3256 add_global_generic.
3257
76677ad0
CC
32582011-12-17 Cary Coutant <ccoutant@google.com>
3259
3260 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
3261 * resolve.cc (Symbol_table::resolve): Likewise.
3262 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
3263 arrays.
3264 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3265
8b8dd8d5
ILT
32662011-12-16 Ian Lance Taylor <iant@google.com>
3267
3268 * output.h (Output_data_reloc_generic::add): Only call
3269 add_dynamic_reloc if this is a dynamic reloc section.
3270
d55525b9
L
32712011-12-15 H.J. Lu <hongjiu.lu@intel.com>
3272
3273 PR gold/13505
3274 * target-reloc.h (apply_relocation): Replace <64, false> with
3275 <size, big_endian>.
3276
ff81c7c1
NC
32772011-11-25 Nick Clifton <nickc@redhat.com>
3278
3279 * po/it.po: New Italian translation.
3280
628f39be
SA
32812011-11-17 Sterling Augustine <saugustine@google.com>
3282
3283 * script.cc (script_include_directive): Implement.
3284 (read_script_file): New local variables name and search_path. Update
3285 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
3286 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
3287 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
3288
98ef3ea4
SA
32892011-11-11 Sterling Augustine <saugustine@google.com>
3290
3291 * yyscript.y (section_cmd): Add support for INCLUDE directive.
3292 (file_or_sections_cmd): Likewise.
3293
f4a8b6d7
DK
32942011-11-11 Doug Kwan <dougkwan@google.com>
3295
3296 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
3297 if --just-symbols is given.
3298
29ab395d
DK
32992011-11-10 Doug Kwan <dougkwan@google.com>
3300
3301 PR gold/13362
3302 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
3303 when processing data relocs.
3304 * reloc.h (Relocate_functions::rel_unaligned): New method.
3305 (Relocate_functions::pcrel_unaligned): Ditto.
3306 (Relocate_functions::rel32_unaligned): Ditto.
3307 (Relocate_functions::pcrel32_unaligned): Ditto.
3308
2c339f71
DK
33092011-11-09 Doug Kwan <dougkwan@google.com>
3310
3311 PR gold/13362
3312 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
3313 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
3314 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
3315 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3316 (Relocate_functions::rel_unaligned): New.
3317 (Relocate_functions::rel32_unaligned): New.
3318 * target-reloc.h (relocate_for_relocatable): Add code to handle
3319 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3320 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
3321 arm_unaligned_reloc_r): New targets.
3322 * testsuite/Makefile.in: Regenerate.
3323 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
3324 linking.
3325
3f3cddf1
ILT
33262011-11-02 Ian Lance Taylor <iant@google.com>
3327
3328 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
3329 NATIVE_LINKER.
3330 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
3331 * options.cc (General_options::finalize): Use library search path
3332 from configure script if specified. If not native and no sysroot,
3333 only search TOOLLIBDIR.
3334 * options.h (Search_directory::Search_directory): Change name to
3335 const std::string&.
3336 (General_options::add_to_library_path_with_sysroot): Change arg to
3337 const std::string&.
3338 * configure, Makefile.in, config.in: Rebuild.
3339
a8e2273b
ILT
33402011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3341
3342 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
3343 we are working around the ARM1176 Erratum.
3344 * options.h (General_options::fix_arm1176): Add option.
3345 * testsuite/Makefile.am: Add testcases, and keep current ones
3346 working.
3347 * testsuite/Makefile.in: Regenerate.
3348 * testsuite/arm_fix_1176.s: New file.
3349 * testsuite/arm_fix_1176.sh: Likewise.
3350
cd6eab1c
ILT
33512011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3352
3353 * arm.cc (Target_arm::Target_arm): Remove initialisation of
3354 may_use_blx_.
3355 (Target_arm::may_use_blx): Remove method.
3356 (Target_arm::set_may_use_blx): Likewise.
3357 (Target_arm::may_use_v4t_interworking): New method.
3358 (Target_arm::may_use_v5t_interworking): Likewise.
3359 (Target_arm::may_use_blx_): Remove member variable.
3360 (Arm_relocate_functions::arm_branch_common): Check for v5T
3361 interworking.
3362 (Arm_relocate_functions::thumb_branch_common): Likewise.
3363 (Reloc_stub::stub_type_for_reloc): Likewise.
3364 (Target_arm::do_finalize_sections): Correct interworking checks.
3365 * testsuite/Makefile.am: Add new tests.
3366 * testsuite/Makefile.in: Regenerate.
3367 * testsuite/arm_farcall_arm_arm.s: New test.
3368 * testsuite/arm_farcall_arm_arm.sh: Likewise.
3369 * testsuite/arm_farcall_arm_thumb.s: Likewise.
3370 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
3371 * testsuite/arm_farcall_thumb_arm.s: Likewise.
3372 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
3373 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
3374 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
3375
286adcf4
CC
33762011-10-31 Cary Coutant <ccoutant@google.com>
3377
3378 PR gold/13023
3379 * expression.cc (Expression::eval_with_dot): Add
3380 is_section_dot_assignment parameter.
3381 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
3382 absolute and assigning to dot within a section.
3383 * script-sections.cc
3384 (Output_section_element_assignment::set_section_addresses): Pass
3385 dot_section to set_if_absolute.
3386 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
3387 as is_section_dot_assignment flag to eval_with_dot.
3388 (Output_section_element_dot_assignment::set_section_addresses):
3389 Likewise.
3390 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
3391 parameter. Also set value if relative to dot_section; set the
3392 symbol's output_section.
3393 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
3394 parameter. Adjust all callers.
3395 (Expression::eval_maybe_dot): Likewise.
3396 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
3397 Adjust all callers.
3398 * testsuite/script_test_2.t: Test assignment of an absolute value
3399 to dot within an output section element.
3400
9634ed06
CC
34012011-10-31 Cary Coutant <ccoutant@google.com>
3402
3403 * options.h (class General_options): Add --[no-]gnu-unique options.
3404 * symtab.cc (Symbol_table::sized_write_globals): Convert
3405 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
3406
de4101c7
CC
34072011-10-31 Cary Coutant <ccoutant@google.com>
3408
3409 PR gold/13359
3410 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
3411 unnecessary assertion.
3412 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
3413
7257cc92
ST
34142011-10-31 Sriraman Tallam <tmsriram@google.com>
3415
3416 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3417 gc_mark_symbol.
3418 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3419 gc_mark_symbol.
3420 Change to just keep the section associated with symbol.
3421 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
3422 they are externally visible and --export-dynamic is turned on.
3423 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
3424
bfc34b3f
ILT
34252011-10-19 Ian Lance Taylor <iant@google.com>
3426
3427 PR gold/13163
3428 * script-sections.cc
3429 (Output_section_element_dot_assignment::needs_output_section): New
3430 function.
3431
ea0d8c47
ILT
34322011-10-19 Ian Lance Taylor <iant@google.com>
3433
3434 PR gold/13204
3435 * layout.cc (Layout::segment_precedes): Don't assert failure if a
3436 --section-start option was seen.
3437 * options.h (General_options::any_section_start): New function.
3438
abd242a9
DM
34392011-10-18 David S. Miller <davem@davemloft.net>
3440
3441 PR binutils/13301
3442 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
3443 member to track relocation locations that have moved during TLS
3444 reloc optimizations.
3445 (Target_sparc::Relocate::Relocate): Initialize to NULL.
3446 (Target_sparc::Relocate::relocate): Adjust view down by 4
3447 bytes if it matches reloc_adjust_addr_.
3448 (Target_sparc::Relocate::relocate_tls): Always move the
3449 __tls_get_addr call delay slot instruction forward 4 bytes when
3450 performing relaxation.
3451
bab9090f
CC
34522011-10-18 Cary Coutant <ccoutant@google.com>
3453
3454 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
3455 (Output_file::map_no_anonymous): Check for non-zero
3456 return code from posix_fallocate.
3457
f7c5b166
CC
34582011-10-17 Cary Coutant <ccoutant@google.com>
3459
3460 PR gold/13245
3461 * plugin.cc (is_visible_from_outside): Check for symbols
3462 referenced from dynamic objects.
3463 * resolve.cc (Symbol_table::resolve): Don't count references
3464 from dynamic objects as references from real ELF files.
3465 * testsuite/plugin_test_2.sh: Adjust expected result.
3466
b490c0bb
CC
34672011-10-17 Cary Coutant <ccoutant@google.com>
3468
3469 * gold.cc: Include timer.h.
3470 (queue_middle_tasks): Stamp time.
3471 (queue_final_tasks): Likewise.
3472 * main.cc (main): Store timer in parameters. Print timers
3473 for each pass.
3474 * parameters.cc (Parameters::Parameters): Initialize timer_.
3475 (Parameters::set_timer): New function.
3476 (set_parameters_timer): New function.
3477 * parameters.h (Parameters::set_timer): New function.
3478 (Parameters::timer): New function.
3479 (Parameters::timer_): New data member.
3480 (set_parameters_timer): New function.
3481 * timer.cc (Timer::stamp): New function.
3482 (Timer::get_pass_time): New function.
3483 * timer.h (Timer::stamp): New function.
3484 (Timer::get_pass_time): New function.
3485 (Timer::pass_times_): New data member.
3486
f475cf7b
CC
34872011-10-17 Cary Coutant <ccoutant@google.com>
3488
3489 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
3490 task for members of lib groups.
3491
cdd7e244
CC
34922011-10-17 Cary Coutant <ccoutant@google.com>
3493
3494 PR gold/13288
4f95c8b4 3495 * fileread.cc (File_read::find_view): Add assert.
cdd7e244
CC
3496 (File_read::make_view): Move bounds check (replace with assert)...
3497 (File_read::find_or_make_view): ... to here.
3498
dfb45471
CC
34992011-10-12 Cary Coutant <ccoutant@google.com>
3500
4f95c8b4 3501 * output.cc (Output_file::open_base_file): Handle case where
dfb45471
CC
3502 ::read returns less than requested size.
3503
53bbcc1b
CC
35042011-10-10 Cary Coutant <ccoutant@google.com>
3505
4f95c8b4 3506 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
53bbcc1b
CC
3507 Initialize defined_count_.
3508 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
3509 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
3510 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
3511 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
3512 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
4f95c8b4 3513 * incremental.h (Sized_relobj_incr::defined_count_): New data
53bbcc1b
CC
3514 member.
3515 (Sized_incr_dynobj::defined_count_): New data member.
4f95c8b4 3516 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
53bbcc1b
CC
3517 Return zeroes instead of internal error.
3518
397b129b
CC
35192011-10-10 Cary Coutant <ccoutant@google.com>
3520
3521 PR gold/13249
4f95c8b4 3522 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
397b129b 3523 (Output_reloc::symbol_value): Return PLT offset if flag is set.
4f95c8b4 3524 * output.h (class Output_reloc): Add use_plt_offset flag.
397b129b
CC
3525 (Output_reloc::type_): Adjust size of bit field.
3526 (Output_reloc::use_plt_offset_): New bit field.
3527 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
3528 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
3529 flag. Adjust all callers.
4f95c8b4 3530 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
397b129b
CC
3531 creating RELATIVE relocations.
3532
d5698657
NC
35332011-10-10 Nick Clifton <nickc@redhat.com>
3534
3535 * po/es.po: Updated Spanish translation.
3536 * po/fi.po: Updated Finnish translation.
3537
6a59a5c2
DN
35382011-10-03 Diego Novillo <dnovillo@google.com>
3539
3540 * options.cc (parse_uint): Fix dereference of RETVAL.
3541
f0558624
ST
35422011-09-29 Sriraman Tallam <tmsriram@google.com>
3543
3544 * layout.h (section_order_map_): New member.
3545 (get_section_order_map): New member function.
3546 * output.cc (Output_section::add_input_section): Check for patterns
3547 only when --section-ordering-file is specified.
3548 * gold.cc (queue_middle_tasks): Delay updating order of sections till
3549 output_sections have been formed.
3550 * layout.cc (Layout_Layout): Initialize section_order_map_.
3551 * plugin.cc (update_section_order): Store order in order_map. Do not
3552 update the order.
3553 * testsuite/Makefile.am: Add test case for plugin_final_layout.
3554 * testsuite/Makefile.in: Regenerate.
3555 * testsuite/plugin_section_order.c: New file.
3556 * testsuite/plugin_final_layout.cc: New file.
3557 * testsuite/plugin_final_layout.sh: New file.
3558
a7dac153
CC
35592011-09-29 Cary Coutant <ccoutant@google.com>
3560
4f95c8b4 3561 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
a7dac153 3562 Check for NULL.
4f95c8b4 3563 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
a7dac153
CC
3564 symbols during incremental update.
3565 (Symbol_table::add_from_dynobj): Likewise.
3566
eebd87a5
ILT
35672011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3568 Ian Lance Taylor <iant@google.com>
3569
3570 * symtab.cc (Symbol_table::define_special_symbol): Always
3571 canonicalize version string.
3572
403a3331
CC
35732011-09-26 Cary Coutant <ccoutant@google.com>
3574
4f95c8b4
CC
3575 * gold.cc (queue_initial_tasks): Move option checks ...
3576 * options.cc (General_options::finalize): ... to here. Disable
403a3331
CC
3577 some options; make others fatal.
3578
235061c2
CC
35792011-09-26 Cary Coutant <ccoutant@google.com>
3580
3581 gcc PR lto/47247
3582 * plugin.cc (get_symbols_v2): New function.
3583 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
3584 (is_referenced_from_outside): New function.
3585 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
3586 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
3587 (get_symbols): Pass version parameter.
3588 (get_symbols_v2): New function.
3589 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
3590 parameter.
3591 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
3592 (onload): Add LDPT_GET_SYMBOLS_V2.
3593 (all_symbols_read_hook): Use get_symbols_v2; check for
3594 LDPR_PREVAILING_DEF_IRONLY_EXP.
3595 * testsuite/plugin_test_3.sh: Update expected results.
3596
dc87f620
ILT
35972011-09-23 Simon Baldwin <simonb@google.com>
3598
3599 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
3600 configuration options.
3601 * configure: Regenerate.
3602 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
3603 * Makefile.in: Regenerate.
3604 * testsuite/Makefile.in: Regenerate.
3605
a8279f82
ST
36062011-09-19 Sriraman Tallam <tmsriram@google.com>
3607
3608 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
3609
0c9350c8
CC
36102011-09-19 Cary Coutant <ccoutant@google.com>
3611
3612 * incremental.cc (can_incremental_update): Fix typo in comment.
3613 * incremental.h (can_incremental_update): Likewise.
3614
aa06ae28
CC
36152011-09-18 Cary Coutant <ccoutant@google.com>
3616
3617 * incremental.cc (can_incremental_update): New function.
3618 * incremental.h (can_incremental_update): New function.
3619 * layout.cc (Layout::init_fixed_output_section): Call it.
3620 (Layout::make_output_section): Don't allow patch space in .eh_frame.
3621 * object.cc (Sized_relobj_file::do_layout): Call
3622 can_incremental_update.
3623
ebb300b2
CC
36242011-09-13 Cary Coutant <ccoutant@google.com>
3625
3626 * configure.ac: Check for glibc support for gnu_indirect_function
3627 support with static linking, setting automake conditional
3628 IFUNC_STATIC.
3629 * Makefile.in: Regenerate.
3630 * configure: Regenerate.
3631
3632 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
3633 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
3634 for IFUNC_STATIC.
3635 * testsuite/Makefile.in: Regenerate.
3636
1206d0d5
CC
36372011-09-13 Cary Coutant <ccoutant@google.com>
3638
3639 * incremental.cc (Sized_relobj_incr::do_layout): Call
3640 report_comdat_group for kept comdat sections.
3641 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
3642 * testsuite/Makefile.in: Regenerate.
3643 * testsuite/incr_comdat_test_1.cc: New source file.
3644 * testsuite/incr_comdat_test_2_v1.cc: New source file.
3645 * testsuite/incr_comdat_test_2_v2.cc: New source file.
3646 * testsuite/incr_comdat_test_2_v3.cc: New source file.
3647
40b29874
ILT
36482011-09-13 Ian Lance Taylor <iant@google.com>
3649
3650 * object.cc (Sized_relobj_file::do_layout): Remove unused local
3651 variable external_symbols_offset.
3652
1b045aac
ILT
36532011-09-12 Ian Lance Taylor <iant@google.com>
3654
3655 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
3656 triggered if object has no symbols.
3657
24c6c55a
DM
36582011-09-09 David S. Miller <davem@davemloft.net>
3659
3660 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
3661 (Output_fill_debug_line::do_write): Likewise.
3662
66570254
CC
36632011-08-29 Cary Coutant <ccoutant@google.com>
3664
3665 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
3666 casts to match formatting specs.
3667 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
3668
8ea8cd50
CC
36692011-08-26 Cary Coutant <ccoutant@google.com>
3670
3671 * layout.cc (Free_list::allocate): Provide guarantee of minimum
3672 remaining hole size when allocating.
3673 (Layout::make_output_section): Set fill methods for debug sections.
3674 * layout.h (Free_list::Free_list_node): Move from private to
3675 public.
3676 (Free_list::set_min_hole_size): New function.
3677 (Free_list::begin, Free_list::end): New functions.
3678 (Free_list::min_hole_): New data member.
3679 * output.cc: Include dwarf.h.
3680 (Output_fill_debug_info::do_minimum_hole_size): New function.
3681 (Output_fill_debug_info::do_write): New function.
3682 (Output_fill_debug_line::do_minimum_hole_size): New function.
3683 (Output_fill_debug_line::do_write): New function.
3684 (Output_section::Output_section): Initialize new data member.
3685 (Output_section::set_final_data_size): Ensure patch space is larger
3686 than minimum hole size.
3687 (Output_section::do_write): Fill holes in debug sections.
3688 * output.h (Output_fill): New class.
3689 (Output_fill_debug_info): New class.
3690 (Output_fill_debug_line): New class.
3691 (Output_section::set_free_space_fill): New function.
3692 (Output_section::free_space_fill_): New data member.
3693 * testsuite/Makefile.am (incremental_test_3): Add
3694 --incremental-patch option.
3695 (incremental_test_4): Likewise.
3696 (incremental_test_5): Likewise.
3697 (incremental_test_6): Likewise.
3698 (incremental_copy_test): Likewise.
3699 (incremental_common_test_1): Likewise.
3700 * testsuite/Makefile.in: Regenerate.
3701
7cf80422
NC
37022011-08-26 Nick Clifton <nickc@redhat.com>
3703
3704 * po/es.po: Updated Spanish translation.
3705
c3f7b0e5
CC
37062011-08-01 Cary Coutant <ccoutant@google.com>
3707
3708 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
3709 * gold/testsuite/Makefile.in: Regenerate.
3710 * gold/testsuite/justsyms_exec.c: New source file.
3711 * gold/testsuite/justsyms_lib.c: New source file.
3712
9590bf25
CC
37132011-08-01 Cary Coutant <ccoutant@google.com>
3714
3715 * layout.cc (Layout::set_segment_offsets): Don't realign text
3716 segment if -Ttext was specified.
3717 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
3718 file type.
3719 * object.h (Sized_relobj_file::e_type): New function.
3720 (Sized_relobj_file::e_type_): New data member.
3721 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
3722 base address for ET_EXEC files.
3723 * target.cc (Target::do_make_elf_object_implementation): Allow
3724 ET_EXEC files with --just-symbols option.
3725
dcd8d12e
CC
37262011-07-28 Cary Coutant <ccoutant@google.com>
3727
3728 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
3729 Add thread_number parameter.
3730 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
3731 * workqueue-threads.cc
3732 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
3733 current thread if its thread number is greater than desired thread
3734 count.
3735 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
3736 Add thread_number parameter.
3737 (Workqueue::should_cancel_thread): Likewise.
3738 (Workqueue::find_runnable_or_wait): Pass thread_number to
3739 should_cancel_thread.
3740 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
3741 parameter.
3742
804eb480
ST
37432011-07-22 Sriraman Tallam <tmsriram@google.com>
3744
3745 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
3746 only after checking if it cannot be forced local.
3747 * symtab.h (is_externally_visible): Check if the symbol is not forced
3748 local.
3749
f1ddb600
ILT
37502011-07-15 Ian Lance Taylor <iant@google.com>
3751
3752 * options.h (class General_options): Add --print-output-format.
3753 Move -EL next to -EB, for better --help output.
3754 * target-select.cc: Include <cstdio>, "options.h", and
3755 "parameters.h".
3756 (Target_selector::do_target_bfd_name): New function.
3757 (print_output_format): New function.
3758 * target-select.h (class Target_selector): Update declarations.
3759 (Target_selector::target_bfd_name): New function.
3760 (print_output_format): Declare.
3761 * main.cc: Include "target-select.h".
3762 (main): Handle --print-output-format.
3763 * gold.cc: Include "target-select.h".
3764 (queue_initial_tasks): Handle --print-output-format when there are
3765 no input files.
3766 * parameters.cc (parameters_force_valid_target): Give a better
3767 error message if -EB/-EL does not match target.
3768 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
3769 function.
3770
7d172687
ILT
37712011-07-15 Ian Lance Taylor <iant@google.com>
3772
3773 * i386.cc (class Output_data_plt_i386): Add layout_ field.
3774 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
3775 (Output_data_plt_i386::do_write): Write address of .dynamic
3776 section to first entry in .got.plt section.
3777 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
3778 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
3779 Initialize layout_.
3780 (Output_data_plt_x86_64::do_write): Write address of .dynamic
3781 section to first entry in .got.plt section.
3782 * layout.h (Layout::dynamic_section): New function.
3783
e9552f7e
ST
37842011-07-13 Sriraman Tallam <tmsriram@google.com>
3785
3786 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
3787 to claim_file call.
3788 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
3789 input_section_position_, and input_section_glob_.
3790 (read_layout_from_file): Call function section_ordering_specified.
3791 * layout.h (is_section_ordering_specified): New function.
3792 (section_ordering_specified): New function.
3793 (section_ordering_specified_): New boolean member.
3794 * main.cc(main): Call load_plugins after layout object is defined.
3795 * output.cc (Output_section::add_input_section): Use
3796 function section_ordering_specified to check if section ordering is
3797 needed.
3798 * output.cc (Output_section::add_relaxed_input_section): Use
3799 function section_ordering_specified to check if section ordering is
3800 needed.
3801 (Output_section::update_section_layout): New function.
3802 (Output_section::sort_attached_input_sections): Check if input section
3803 must be reordered.
3804 * output.h (Output_section::update_section_layout): New function.
3805 * plugin.cc (get_section_count): New function.
3806 (get_section_type): New function.
3807 (get_section_name): New function.
3808 (get_section_contents): New function.
3809 (update_section_order): New function.
58797674 3810 (allow_section_ordering): New function.
e9552f7e
ST
3811 (Plugin::load): Add the new interfaces to the transfer vector.
3812 (Plugin_manager::load_plugins): New parameter.
3813 (Plugin_manager::all_symbols_read): New parameter.
3814 (Plugin_manager::claim_file): New parameter. Save the elf object for
3815 unclaimed objects.
3816 (Plugin_manager::get_elf_object): New function.
3817 (Plugin_manager::get_view): Change to directly use the bool to check
3818 if get_view is called from claim_file_hook.
3819 * plugin.h (input_objects): New function
3820 (Plugin__manager::load_plugins): New parameter.
3821 (Plugin_manager::claim_file): New parameter.
3822 (Plugin_manager::get_elf_object): New function.
3823 (Plugin_manager::in_claim_file_handler): New function.
3824 (Plugin_manager::in_claim_file_handler_): New member.
3825 (layout): New function.
3826 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
3827 handler with an extra parameter. Make the elf object before calling
3828 claim_file handler.
3829 * testsuite/plugin_test.c (get_section_count): New function pointer.
3830 (get_section_type): New function pointer.
3831 (get_section_name): New function pointer.
3832 (get_section_contents): New function pointer.
3833 (update_section_order): New function pointer.
3834 (allow_section_ordering): New function pointer.
3835 (onload): Check if the new interfaces exist.
3836
9446efde
ILT
38372011-07-13 Ian Lance Taylor <iant@google.com>
3838
3839 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
3840 relro section.
3841 * x86_64.cc (Target_x86_64::got_section): Likewise.
3842 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
3843 (relro_now_test_SOURCES): New variable.
3844 (relro_now_test_DEPENDENCIES): New variable.
3845 (relro_now_test_LDFLAGS): New variable.
3846 (relro_now_test_LDADD): New variable.
3847 (relro_now_test.so): New target.
3848 * testsuite/Makefile.in: Rebuild.
3849
07aa62f2
ILT
38502011-07-12 Ian Lance Taylor <iant@google.com>
3851
3852 PR gold/12980
3853 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
3854 GLOB_DAT relocation rather than a RELATIVE relocation for a
3855 protected symbol when creating a shared library.
3856 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
3857 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
3858 * testsuite/protected_main_1.cc (main): Test that protected
3859 function has same address.
3860
e2153196
ILT
38612011-07-11 Ian Lance Taylor <iant@google.com>
3862
3863 PR gold/12979
3864 * options.h (class General_options): Add -Bgroup.
3865 * options.cc (General_options::finalize): If -Bgroup is set,
3866 default to --unresolved-symbols=report-all.
3867 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
3868 * target-reloc.h (issue_undefined_symbol_error): Handle
3869 --unresolved-symbols=report-all.
3870
6daf5215
ILT
38712011-07-08 Ian Lance Taylor <iant@google.com>
3872
3873 PR gold/11985
3874 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
3875 if linker script discards key sections.
3876 (Layout::create_dynamic_symtab): Likewise.
3877 (Layout::assign_local_dynsym_offsets): Likewise.
3878 (Layout::sized_create_version_sections): Likewise.
3879 (Layout::create_interp): Likewise.
3880 (Layout::finish_dynamic_section): Likewise.
3881 (Layout::set_dynamic_symbol_size): Likewise.
3882
beabb2c6
ILT
38832011-07-08 Ian Lance Taylor <iant@google.com>
3884
3885 PR gold/12386
3886 * options.h (class General_options): Add --unresolved-symbols.
3887 * target-reloc.h (issue_undefined_symbol_error): Check
3888 --unresolved-symbols. Add comments.
3889
9c16daf1
ILT
38902011-07-08 Ian Lance Taylor <iant@google.com>
3891
3892 * testsuite/odr_violation2.cc (Ordering::operator()): Make
3893 expression more complex.
3894
191f1a2d
ILT
38952011-07-08 Ian Lance Taylor <iant@google.com>
3896
3897 PR gold/11317
3898 * target-reloc.h (issue_undefined_symbol_error): New inline
3899 function, broken out of relocate_section.
3900 (relocate_section): Call issue_undefined_symbol_error.
3901 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
3902 there is no TLS segment if we are about to issue an undefined
3903 symbol error.
3904 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
3905
62855347
ILT
39062011-07-08 Ian Lance Taylor <iant@google.com>
3907
3908 PR gold/12279
3909 * resolve.cc (Symbol_table::should_override): Add fromtype
3910 parameter. Change all callers. Give error when linking together
3911 TLS and non-TLS symbol.
3912 (Symbol_table::should_override_with_special): Add fromtype
3913 parameter. Change all callers.
3914 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
3915 there is no TLS segment if we have reported some errors.
3916 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
3917
67181c72
ILT
39182011-07-08 Ian Lance Taylor <iant@google.com>
3919
3920 PR gold/12372
3921 * target.h (Target::plt_address_for_global): New function.
3922 (Target::plt_address_for_local): New function.
3923 (Target::plt_section_for_global): Remove.
3924 (Target::plt_section_for_local): Remove.
3925 (Target::do_plt_address_for_global): New virtual function.
3926 (Target::do_plt_address_for_local): New virtual function.
3927 (Target::do_plt_section_for_global): Remove.
3928 (Target::do_plt_section_for_local): Remove.
3929 (Target::register_global_plt_entry): Add Symbol_table and Layout
3930 parameters.
3931 * output.cc (Output_data_got::Got_entry::write): Use
3932 plt_address_for_global and plt_address_for_local.
3933 * layout.cc (Layout::add_target_dynamic_tags): Use size and
3934 address of output section.
3935 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
3936 got_irelative_, and irelative_count_ fields. Update
3937 declarations.
3938 (Output_data_plt_i386::has_irelative_section): New function.
3939 (Output_data_plt_i386::entry_count): Add irelative_count_.
3940 (Output_data_plt_i386::set_final_data_size): Likewise.
3941 (class Target_i386): Add got_irelative_ and rel_irelative_
3942 fields. Update declarations.
3943 (Target_i386::Target_i386): Initialize new fields.
3944 (Target_i386::do_plt_address_for_global): New function replacing
3945 do_plt_section_for_global.
3946 (Target_i386::do_plt_address_for_local): New function replacing
3947 do_plt_section_for_local.
3948 (Target_i386::got_section): Create got_irelative_.
3949 (Target_i386::rel_irelative_section): New function.
3950 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
3951 fields. Don't define __rel_iplt_{start,end}.
3952 (Output_data_plt_i386::add_entry): Add symtab and layout
3953 parameters. Change all callers. Use different PLT and GOT for
3954 IFUNC symbols.
3955 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
3956 layout parameters. Change all callers. Use different PLT and
3957 GOT.
3958 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
3959 (Output_data_plt_i386::rel_irelative): New function.
3960 (Output_data_plt_i386::address_for_global): New function.
3961 (Output_data_plt_i386::address_for_local): New function.
3962 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
3963 IRELATIVE GOT when changing IFUNC GOT entries.
3964 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
3965 reloc.
3966 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
3967 if we didn't create an IRELATIVE GOT.
3968 (Target_i386::Relocate::relocate): Use plt_address_for_global and
3969 plt_address_for_local.
3970 (Target_i386::do_dynsym_value): Use plt_address_for_global.
3971 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
3972 got_irelative_, and irelative_count_ fields. Update
3973 declarations.
3974 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
3975 Initialize new fields. Remove symtab parameter. Change all
3976 callers.
3977 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
3978 irelative_count_.
3979 (Output_data_plt_x86_64::has_irelative_section): New function.
3980 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
3981 (class Target_x86_64): Add got_irelative_ and rel_irelative_
3982 fields. Update declarations.
3983 (Target_x86_64::Target_x86_64): Initialize new fields.
3984 (Target_x86_64::do_plt_address_for_global): New function replacing
3985 do_plt_section_for_global.
3986 (Target_x86_64::do_plt_address_for_local): New function replacing
3987 do_plt_section_for_local.
3988 (Target_x86_64::got_section): Create got_irelative_.
3989 (Target_x86_64::rela_irelative_section): New function.
3990 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
3991 all callers. Don't create __rel_iplt_{start,end}.
3992 (Output_data_plt_x86_64::add_entry): Add symtab and layout
3993 parameters. Change all callers. Use different PLT and GOT for
3994 IFUNC symbols.
3995 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
3996 layout parameters. Change all callers. Use different PLT and
3997 GOT.
3998 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
3999 parameters. Change all callers. Use different PLT and GOT for
4000 IFUNC symbols.
4001 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
4002 (Output_data_plt_x86_64::rela_irelative): New function.
4003 (Output_data_plt_x86_64::address_for_global): New function.
4004 (Output_data_plt_x86_64::address_for_local): New function.
4005 (Output_data_plt_x86_64::set_final_data_size): Likewise.
4006 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
4007 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
4008 (Target_x86_64::register_global_plt_entry): Add symtab and layout
4009 parameters.
4010 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
4011 reloc.
4012 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
4013 symbols if we didn't create an IRELATIVE GOT.
4014 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
4015 plt_address_for_local.
4016 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
4017 * testsuite/ifuncvar1.c: New test file.
4018 * testsuite/ifuncvar2.c: New test file.
4019 * testsuite/ifuncvar3.c: New test file.
4020 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
4021 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
4022 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
4023 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
4024 * testsuite/Makefile.in: Rebuild.
4025
33c15b45
CC
40262011-07-07 Cary Coutant <ccoutant@google.com>
4027
4028 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
4029 (two_file_test_1_ndebug.o): Likewise.
4030 (two_file_test_1b_ndebug.o): Likewise.
4031 (two_file_test_2_ndebug.o): Likewise.
4032 (two_file_test_main_ndebug.o): Likewise.
4033 (incremental_test_2): Link with no-debug versions.
4034
f48b5fb7
CC
40352011-07-06 Cary Coutant <ccoutant@google.com>
4036
4037 * gold/incremental.cc
4038 (Output_section_incremental_inputs::write_info_blocks): Check for
4039 hidden and internal symbols.
4040
221597a5
CC
40412011-07-06 Cary Coutant <ccoutant@google.com>
4042
4043 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
4044 Check disposition for startup file.
4045 (Incremental_inputs::report_command_line): Ignore
4046 --incremental-startup-unchanged option.
4047 * options.cc (General_options::parse_incremental_startup_unchanged):
4048 New function.
4049 (General_options::General_options): Initialize new data member.
4050 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
4051 (General_options): Add --incremental-startup-unchanged option.
4052 (General_options::incremental_startup_disposition): New function.
4053 (General_options::incremental_startup_disposition_): New data member.
4054
e24719f6
CC
40552011-07-06 Cary Coutant <ccoutant@google.com>
4056
4057 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
4058 input file index to Script_info ctor.
4059 (Sized_incremental_binary::do_file_has_changed): Find the
4060 command-line argument for files named in scripts.
4061 * incremental.h (Script_info::Script_info): New ctor
4062 with input file index.
4063 (Script_info::input_file_index): New function.
4064 (Script_info::input_file_index_): New data member.
4065 (Incremental_binary::get_library): Add const.
4066 (Incremental_binary::get_script_info): Add const.
4067 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
4068 * testsuite/Makefile.am (incremental_test_5): New test case.
4069 (incremental_test_6): New test case.
4070 * testsuite/Makefile.in: Regenerate.
4071
8f7c81e8
CC
40722011-07-06 Cary Coutant <ccoutant@google.com>
4073
4074 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
4075 debug output when command lines differ.
4076
9fbd3822
CC
40772011-07-06 Cary Coutant <ccoutant@google.com>
4078
4079 * incremental.cc (Incremental_inputs::report_command_line): Ignore
4080 --incremental-patch option.
4081 * layout.cc (Free_list::allocate): Extend allocation beyond original
4082 end if enabled.
4083 (Layout::make_output_section): Mark sections that should get
4084 patch space.
4085 * options.cc (parse_percent): New function.
4086 * options.h (parse_percent): New function.
4087 (DEFINE_percent): New macro.
4088 (General_options): Add --incremental-patch option.
4089 * output.cc (Output_section::Output_section): Initialize new data
4090 members.
4091 (Output_section::add_input_section): Print section name when out
4092 of patch space.
4093 (Output_section::add_output_section_data): Likewise.
4094 (Output_section::set_final_data_size): Add patch space when
4095 doing --incremental-full.
4096 (Output_section::do_reset_address_and_file_offset): Remove patch
4097 space.
4098 (Output_segment::set_section_list_addresses): Print debug output
4099 only if --incremental-update.
4100 * output.h (Output_section::set_is_patch_space_allowed): New function.
4101 (Output_section::is_patch_space_allowed_): New data member.
4102 (Output_section::patch_space_): New data member.
4103 * parameters.cc (Parameters::incremental_full): New function.
4104 * parameters.h (Parameters::incremental_full): New function
4105 * testsuite/Makefile.am (incremental_test_2): Add test for
4106 --incremental-patch option.
4107 * testsuite/Makefile.in: Regenerate.
4108 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
4109 (t18): Remove function body.
4110
f6cccc2c
DK
41112011-07-05 Doug Kwan <dougkwan@google.com>
4112
4113 PR gold/12771
4114 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
4115 Arm_Address type for relocation result.
4116 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
4117 overflow check.
4118 (Arm_relocate_functions::abs32): Use unaligned access.
4119 (Arm_relocate_functions::rel32): Ditto.
4120 (Arm_relocate_functions::prel31): Ditto.
4121 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
4122 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
4123 static data relocations.
4124 * testsuite/Makefile.in: Regnerate.
4125 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
4126
28a13fec
ILT
41272011-07-05 Ian Lance Taylor <iant@google.com>
4128
4129 PR gold/12392
4130 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
4131 symbols if necessary.
4132 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
4133
24d47b34
ILT
41342011-07-05 Ian Lance Taylor <iant@google.com>
4135
4136 PR gold/12952
4137 * resolve.cc (Symbol::override_base_with_special): Simply override
4138 version with special symbol version, ignoring previous version.
4139
41f9cbbe
ILT
41402011-07-05 Ian Lance Taylor <iant@google.com>
4141
4142 * object.cc (Sized_relobj_file::include_section_group): Add
4143 information to comment about signature location.
4144
886288f1
ILT
41452011-07-02 Ian Lance Taylor <iant@google.com>
4146
4147 PR gold/12957
4148 * options.h (class General_options): Add -f and -F.
4149 * options.cc (General_options::finalize): Fatal error if -f/-F
4150 are used without -shared.
4151 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
4152
ae3a6d4f
ILT
41532011-07-02 Ian Lance Taylor <iant@google.com>
4154
4155 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
4156
21131061
ILT
41572011-07-01 Ian Lance Taylor <iant@google.com>
4158
4159 PR gold/12525
4160 PR gold/12952
4161 * resolve.cc (Symbol::override_base_with_special): Don't override
4162 the version if the overriding symbol has a different name.
4163 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
4164 all callers. If we give an error about an undefined version,
4165 define the base version if necessary.
4166 * dynobj.h (class Versions): Update declaration.
4167 * testsuite/weak_alias_test_5.cc: New file.
4168 * testsuite/weak_alias_test.script: New file.
4169 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
4170 and versioned_alias have the right value, and call t2.
4171 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
4172 weak_alias_test_5.so.
4173 (weak_alias_test_LDADD): Likewise.
4174 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
4175 * testsuite/Makefile.in: Rebuild.
4176
611062c0
ILT
41772011-07-01 Ian Lance Taylor <iant@google.com>
4178
4179 PR gold/12525
4180 * options.h (class General_options): Support -z notext.
4181 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
4182 -Wl,-z,notext.
4183 (two_file_shared_nonpic.so): Likewise.
4184 (two_file_shared_mixed.so): Likewise.
4185 (two_file_shared_mixed_1.so): Likewise.
4186 (weak_undef_lib_nonpic.so): Likewise.
4187 (alt/weak_undef_lib_nonpic.so): Likewise.
4188 (tls_test_shared_nonpic.so): Likewise.
4189 * testsuite/Makefile.in: Rebuild.
4190
328c7c2f
ILT
41912011-07-01 Ian Lance Taylor <iant@google.com>
4192
4193 PR gold/12525
4194 * configure.ac: Test whether static linking works, setting
4195 the automake conditional HAVE_STATIC.
4196 * testsuite/Makefile.am: Disable tests using -static if
4197 HAVE_STATIC is not true.
4198 * configure, testsuite/Makefile.in: Rebuild.
4199
02d7cd44
ILT
42002011-07-01 Ian Lance Taylor <iant@google.com>
4201
4202 PR gold/12525
4203 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
4204 Assert if we see DW_EH_PE_indirect.
4205 * target.h (Target::ehframe_datarel_base): New function.
4206 (Target::do_ehframe_datarel_base): New target function.
4207 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
4208 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
4209 function.
4210
07a60597
ILT
42112011-07-01 Ian Lance Taylor <iant@google.com>
4212
4213 PR gold/12571
4214 * options.h (class General_options): Add
4215 --ld-generated-unwind-info.
4216 * ehframe.cc (Fde::write): Add address parameter. Change all
4217 callers. If associated with PLT, fill in address and size.
4218 (Cie::set_output_offset): Only add merge mapping if there is an
4219 object.
4220 (Cie::write): Add address parameter. Change all callers.
4221 (Eh_frame::add_ehframe_for_plt): New function.
4222 * ehframe.h (class Fde): Update declarations. Move shndx_ and
4223 input_offset_ fields into union u_, with new plt field.
4224 (Fde::Fde): Adjust for new union field.
4225 (Fde::Fde) [Output_data version]: New constructor.
4226 (Fde::add_mapping): Only add merge mapping if there is an object.
4227 (class Cie): Update declarations.
4228 (class Eh_frame): Declare add_ehframe_for_plt.
4229 * layout.cc (Layout::layout_eh_frame): Break out code into
4230 make_eh_frame_section, and call it.
4231 (Layout::make_eh_frame_section): New function.
4232 (Layout::add_eh_frame_for_plt): New function.
4233 * layout.h (class Layout): Update declarations.
4234 * merge.cc (Merge_map::add_mapping): Add assertion.
4235 * i386.cc: Include "dwarf.h".
4236 (class Output_data_plt_i386): Make first_plt_entry,
4237 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
4238 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4239 and plt_eh_frame_fde.
4240 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
4241 boundary. Call add_eh_frame_for_plt if appropriate.
4242 * x86_64.cc: Include "dwarf.h".
4243 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
4244 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
4245 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4246 and plt_eh_frame_fde.
4247 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
4248 appropriate.
4249
14788a3f
ILT
42502011-06-29 Ian Lance Taylor <iant@google.com>
4251
4252 PR gold/12629
4253 * object.cc (Sized_relobj_file::layout_section): Change shdr
4254 parameter to be const.
4255 (Sized_relobj_file::layout_eh_frame_section): New function, broken
4256 out of do_layout.
4257 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
4258 appropriate. Call layout_eh_frame_section.
4259 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
4260 sections.
4261 * object.h (class Sized_relobj_file): Update declarations.
4262
6c21fce1
ILT
42632011-06-29 Ian Lance Taylor <iant@google.com>
4264
37e41b03 4265 PR gold/12652
6c21fce1
ILT
4266 * script.cc (Token::integer_value): Accept trailing M/m/K/k
4267 modifier.
4268 (Lex::gather_token): Accept trailing M/m/K/k for integers.
4269
4d5e4e62
ILT
42702011-06-29 Ian Lance Taylor <iant@google.com>
4271
4272 PR gold/12675
4273 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
4274 SHT_X86_64_UNWIND.
4275 * layout.cc (Layout::layout_eh_frame): Likewise.
4276
886f533a
ILT
42772011-06-29 Ian Lance Taylor <iant@google.com>
4278
4279 PR gold/12695
4280 * layout.cc (Layout::symtab_section_shndx): New function.
4281 * layout.h (class Layout): Declare symtab_section_shndx.
4282 * output.cc (Output_section::write_header): Call it.
4283
f3ae1b28
ILT
42842011-06-29 Ian Lance Taylor <iant@google.com>
4285
4286 PR gold/12818
4287 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
4288 symbols which are not used in a relocation.
4289
aecf301f
ILT
42902011-06-28 Ian Lance Taylor <iant@google.com>
4291
4292 PR gold/12898
4293 * layout.cc (Layout::segment_precedes): Don't crash if a linker
4294 script create indistinguishable segments.
4295 (Layout::set_segment_offsets): Use stable_sort when sorting
4296 segments. Pass this to Compare_segments constructor.
4297 * layout.h (class Layout): Make segment_precedes non-static.
4298 (class Compare_segments): Change from struct to class. Add
4299 layout_ field. Add constructor.
4300 * script-sections.cc
4301 (Script_sections::attach_sections_using_phdrs_clause): Rename
4302 local orphan to is_orphan. Don't report failure to put empty
4303 section in segment. On attachment failure, report name of
4304 section, and attach to first PT_LOAD segment.
4305
03ef7571
ILT
43062011-06-28 Ian Lance Taylor <iant@google.com>
4307
4308 PR gold/12934
4309 * target-select.cc (Target_selector::Target_selector): Add
4310 emulation parameter. Change all callers.
4311 (select_target_by_bfd_name): Rename from select_target_by_name.
4312 Change all callers.
4313 (select_target_by_emulation): New function.
4314 (supported_emulation_names): New function.
4315 * target-select.h (class Target_selector): Add emulation_ field.
4316 Update declarations.
4317 (Target_selector::recognize_by_bfd_name): Rename from
4318 recognize_by_name. Change all callers.
4319 (Target_selector::supported_bfd_names): Rename from
4320 supported_names. Change all callers.
4321 (Target_selector::recognize_by_emulation): New function.
4322 (Target_selector::supported_emulations): New function.
4323 (Target_selector::emulation): New function.
4324 (Target_selector::do_recognize_by_bfd_name): Rename from
4325 do_recognize_by_name. Change all callers.
4326 (Target_selector::do_supported_bfd_names): Rename from
4327 do_supported_names. Change all callers.
4328 (Target_selector::do_recognize_by_emulation): New function.
4329 (Target_selector::do_supported_emulations): New function.
4330 (select_target_by_bfd_name): Change name in declaration.
4331 (select_target_by_emulation): Declare.
4332 (supported_emulation_names): Declare.
4333 * parameters.cc (parameters_force_valid_target): Try to find
4334 target based on emulation from -m option.
4335 * options.h (class General_options): Change doc string for -m.
4336 * options.cc (help): Print emulations.
4337 (General_options::parse_V): Likewise.
4338 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
4339 Add emulation parameter. Change all callers.
4340
200b2bb9
ILT
43412011-06-28 Ian Lance Taylor <iant@google.com>
4342
4343 * target.h (class Target): Add osabi_ field.
4344 (Target::osabi): New function.
4345 (Target::set_osabi): New function.
4346 (Target::Target): Initialize osabi_.
4347 (Target::do_adjust_elf_header): Make pure virtual.
4348 (Sized_target::do_adjust_elf_header): Declare.
4349 * target.cc (Sized_target::do_adjust_elf_header): New function.
4350 (class Sized_target): Instantiate all versions.
4351 * freebsd.h (class Target_freebsd): Remove.
4352 (Target_selector_freebsd::do_recognize): Call set_osabi on
4353 Target.
4354 (Target_selector_freebsd::do_recognize_by_name): Likewise.
4355 (Target_selector_freebsd::set_osabi): Remove.
4356 * i386.cc (class Target_i386): Inherit from Sized_target rather
4357 than Target_freebsd.
4358 * x86_64.cc (class Target_x86_64): Likewise.
4359
b3ce541e
ILT
43602011-06-28 Ian Lance Taylor <iant@google.com>
4361
4362 * target.h (Target::can_check_for_function_pointers): Rewrite.
4363 Make non-virtual.
4364 (Target::can_icf_inline_merge_sections): Likewise.
4365 (Target::section_may_have_icf_unsafe_poineters): Likewise.
4366 (Target::Target_info): Add can_icf_inline_merge_sections field.
4367 (Target::do_can_check_for_function_pointers): New virtual
4368 function.
4369 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
4370 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
4371 from can_check_for_function_pointers, move in file.
4372 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
4373 section_may_have_icf_unsafe_poineters, move in file.
4374 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
4375 * i386.cc (Target_i386::do_can_check_for_function_pointers):
4376 Rename from can_check_for_function_pointers, move in file.
4377 (Target_i386::can_icf_inline_merge_sections): Remove.
4378 (Target_i386::i386_info): Initialize
4379 can_icf_inline_merge_sections.
4380 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
4381 Initialize can_icf_inline_merge_sections.
4382 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
4383 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
4384 Rename from can_check_for_function_pointers, move in file.
4385 (Target_x86_64::can_icf_inline_merge_sections): Remove.
4386 (Target_x86_64::x86_64_info): Initialize
4387 can_icf_inline_merge_sections.
4388 * testsuite/testfile.cc (Target_test::test_target_info):
4389 Likewise.
4390 * icf.cc (get_section_contents): Correct formatting.
4391
6d1c4efb
ILT
43922011-06-27 Ian Lance Taylor <iant@google.com>
4393
4394 * symtab.cc (Symbol::versioned_name): New function.
4395 (Symbol_table::add_to_final_symtab): Use versioned_name when
4396 appropriate.
4397 (Symbol_table::sized_write_symbol): Likewise.
4398 * symtab.h (class Symbol): Declare versioned_name.
4399 * stringpool.h (class Stringpool_template): Add variant of add
4400 which takes a std::basic_string.
4401 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
4402 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
4403 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
4404 (ver_test_12.o): New target.
4405 * testsuite/Makefile.in: Rebuild.
4406
57eb9b50
DK
44072011-06-27 Doug Kwan <dougkwan@google.com>
4408
4409 * arm.cc (Arm_relocate_functions::thm_jump8,
4410 Arm_relocate_functions::thm_jump11): Use a wider signed
4411 type to compute offset.
4412 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
4413 arm_thm_jump8.
4414 * testsuite/Makefile.in: Regenerate.
4415 * testsuite/arm_branch_in_range.sh: Check test results of
4416 arm_thm_jump11 and arm_thm_jump8.
4417 * testsuite/arm_thm_jump11.s: New test source file.
4418 * testsuite/arm_thm_jump11.t: New linker script.
4419 * testsuite/arm_thm_jump8.s: New test source file.
4420 * testsuite/arm_thm_jump8.t: New linker script.
4421
487b39df
ILT
44222011-06-24 Ian Lance Taylor <iant@google.com>
4423
4424 * layout.cc: Include "object.h".
4425 (ctors_sections_in_init_array): New static variable.
4426 (Layout::is_ctors_in_init_array): New function.
4427 (Layout::layout): Add entry to ctors_sections_in_init_array if
4428 appropriate.
4429 * layout.h (class Layout): Declare is_ctors_in_init_array.
4430 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
4431 is_ctors_reverse_view is set.
4432 (Sized_relobj_file::write_sections): Add layout parameter. Change
4433 all callers. Set is_ctors_reverse_view field of View_size.
4434 (Sized_relobj_file::reverse_words): New function.
4435 * object.h (Sized_relobj_file::View_size): Add
4436 is_ctors_reverse_view field.
4437 (class Sized_relobj_file): Update declarations.
4438 * testsuite/initpri3.c: New test.
4439 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
4440 initpri3b.
4441 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
4442 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
4443 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
4444 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
4445 * testsuite/Makefile.in: Rebuild.
4446
472076e4
CC
44472011-06-24 Cary Coutant <ccoutant@google.com>
4448
4449 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
4450 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
4451 (debug_msg_cdebug.err): New targets.
4452 * testsuite/Makefile.in: Regenerate.
4453 * testsuite/debug_msg.sh: Check output of link with compressed debug.
4454 Fix checks for link with shared library.
4455
a60af0db
DK
44562011-06-24 Doug Kwan <dougkwan@google.com>
4457
4458 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
4459 skip empty text sections.
4460 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
4461
5393d741
ILT
44622011-06-22 Ian Lance Taylor <iant@google.com>
4463
4464 PR gold/12910
4465 * options.h (class General_options): Add --ctors-in-init-array.
4466 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
4467 friends as SHT_PROGBITS for merging sections.
4468 (Layout::layout): Remove special handling of .init_array and
4469 friends. Don't sort if doing relocatable link. Sort for .ctors
4470 and .dtors if ctors_in_init_array.
4471 (Layout::make_output_section): Force correct section types for
4472 .init_array and friends. Don't sort if doing relocatable link,
4473 Don't sort .ctors and .dtors if ctors_in_init_array.
4474 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
4475 (Layout::output_section_name): Add relobj parameter. Change all
4476 callers. Handle .ctors. and .dtors. in code rather than table.
4477 Handle .ctors and .dtors if ctors_in_init_array.
4478 (Layout::match_file_name): New function, moved from output.cc.
4479 * layout.h (class Layout): Update declarations.
4480 * output.cc: Include "layout.h".
4481 (Input_section_sort_entry::get_priority): New function.
4482 (Input_section_sort_entry::match_file_name): Just call
4483 Layout::match_file_name.
4484 (Output_section::Input_section_sort_init_fini_compare::operator()):
4485 Handle .ctors and .dtors. Sort by explicit priority rather than
4486 by name.
4487 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
4488 * testsuite/initpri2.c: New test.
4489 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
4490 (check_PROGRAMS): Add initpri2.
4491 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
4492 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
4493 * configure, testsuite/Makefile.in: Rebuild.
4494
e1f74f98
ILT
44952011-06-19 Ian Lance Taylor <iant@google.com>
4496
4497 PR gold/12880
4498 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
4499 .interp section to a PT_INTERP segment even if we have seen a
4500 --dynamic-linker option. Don't do it if we have seen a PHDRS
4501 clause in a linker script.
4502 (Layout::finalize): Don't create a .interp section if we've
4503 already create a PT_INTERP segment.
4504 (Layout::create_interp): Always call choose_output_section (revert
4505 patch of 2011-06-17). Don't create PT_INTERP segment.
4506 * script-sections.cc
4507 (Script_sections::create_note_and_tls_segments): Add a .interp
4508 section to a PT_INTERP segment even if we have seen a
4509 --dynamic-linker option.
4510
766f91bb
ILT
45112011-06-18 Ian Lance Taylor <iant@google.com>
4512
4513 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
4514 merely because a non-PT_LOAD segment has a dynamic reloc.
4515
0d212c3a
ILT
45162011-06-18 Ian Lance Taylor <iant@google.com>
4517
4518 * layout.cc (Layout::finish_dynamic_section): Don't create
4519 DT_FLAGS entry if not needed.
4520
911a5072
ILT
45212011-06-18 Ian Lance Taylor <iant@google.com>
4522
4523 PR gold/12745
4524 * layout.cc (Layout::layout_eh_frame): Correct handling of
4525 writable .eh_frame section.
4526
534b4e5f
ILT
45272011-06-17 Ian Lance Taylor <iant@google.com>
4528
4529 PR gold/12893
4530 * resolve.cc (Symbol_table::resolve): Don't give an error if a
4531 symbol is redefined with the exact same object and value.
4532
10b4f102
ILT
45332011-06-17 Ian Lance Taylor <iant@google.com>
4534
4535 PR gold/12880
4536 * layout.h (class Layout): Add interp_segment_ field.
4537 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
4538 (Layout::attach_allocated_section_to_segment): If making shared
4539 library, put .interp section in PT_INTERP segment.
4540 (Layout::finalize): Also call create_interp if -dynamic-linker
4541 option was used.
4542 (Layout::create_interp): Assert that there is no PT_INTERP
4543 segment. If not using a SECTIONS clause, use make_output_section.
4544 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
4545 * script-sections.cc
4546 (Script_sections::create_note_and_tls_segments): If making shared
4547 library, put .interp section in PT_INTERP segment.
4548
a29b0dad
ILT
45492011-06-17 Ian Lance Taylor <iant@google.com>
4550
e588ea8d
ILT
4551 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
4552 when making a shared library.
4553
45542011-06-17 Ian Lance Taylor <iant@google.com>
4555
4556 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
4557 parameter. Change all callers. Don't issue warning about PC32
4558 against locally defined symbol.
a29b0dad 4559
9d3b0698
ILT
45602011-06-16 Ian Lance Taylor <iant@google.com>
4561
4562 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
4563 occurs in same object.
4564
85b0f90c
AM
45652011-06-14 Alan Modra <amodra@gmail.com>
4566
4567 * po/POTFILES.in: Regenerate.
4568
a94907d9
ILT
45692011-06-09 Ian Lance Taylor <iant@google.com>
4570
4571 * script-sections.cc
4572 (Orphan_output_section::set_section_addresses): For a relocatable
4573 link set address to 0.
4574
4fb3a1c3
CC
45752011-06-09 Cary Coutant <ccoutant@google.com>
4576
4577 PR gold/12804
4578 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
4579 used with --compress-debug-sections.
4580 * gold/object.cc (Sized_relobj_file::do_layout): Report
4581 uncompressed size of compressed input sections.
4582
61220854
CC
45832011-06-08 Cary Coutant <ccoutant@google.com>
4584
4585 PR gold/12804
4586 * testsuite/two_file_test_2_v1.cc: Change initialization of
4587 v2 to keep it in .data.
4588
e6455dfb
CC
45892011-06-07 Cary Coutant <ccoutant@google.com>
4590
4591 * common.cc (Symbol_table::do_allocate_commons_list): Call
4592 gold_fallback.
4593 * errors.cc (Errors::fatal): Adjust call to gold_exit.
4594 (Errors::fallback): New function.
4595 (gold_fallback): New function.
4596 * errors.h (Errors::fallback): New function.
4597 * gold.cc (gold_exit): Change status parameter to enum; adjust
4598 all callers.
4599 (queue_initial_tasks): Call gold_fallback.
4600 * gold.h: Include cstdlib.
4601 (Exit_status): New enum type.
4602 (gold_exit): Change status parameter to enum.
4603 (gold_fallback): New function.
4604 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
4605 (Layout::create_symtab_sections): Likewise.
4606 (Layout::create_shdrs): Likewise.
4607 * main.cc (main): Adjust call to gold_exit.
4608 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
4609 (Output_data_got::add_got_entry_pair): Likewise.
4610 (Output_section::add_input_section): Likewise.
4611 (Output_section::add_output_section_data): Likewise.
4612 (Output_segment::set_section_list_addresses): Likewise.
4613 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
4614
fb0e076f
CC
46152011-06-07 Cary Coutant <ccoutant@google.com>
4616
4617 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
4618 for incremental links.
4619 * output.cc (Output_segment::set_section_list_addresses): Remove
4620 FIXME and test for TLS or BSS.
4621
a5ee4d5d
CC
46222011-06-07 Cary Coutant <ccoutant@google.com>
4623
4624 * testsuite/Makefile.am: Add incremental_copy_test,
4625 incremental_common_test_1.
4626 * testsuite/Makefile.in: Regenerate.
4627 * testsuite/common_test_1_v1.c: New source file.
4628 * testsuite/common_test_1_v2.c: New source file.
4629 * testsuite/copy_test_v1.cc: New source file.
4630
5146f448
CC
46312011-06-07 Cary Coutant <ccoutant@google.com>
4632
4633 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
4634 update, allocate common from bss section's free list.
4635 * incremental-dump.cc (dump_incremental_inputs): Print flag for
4636 linker-defined symbols.
4637 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
4638 Skip GOT and PLT entries that are no longer referenced.
4639 (Output_section_incremental_inputs::write_info_blocks): Mark
4640 linker-defined symbols.
4641 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
4642 * output.cc (Output_section::allocate): New function.
4643 * output.h (Output_section::allocate): New function.
4644 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
4645 linker-defined symbols.
4646 (Symbol::override_base_with_special): Copy is_predefined_ flag.
4647 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
4648 (Symbol::init_base_output_data): Likewise.
4649 (Symbol::init_base_output_segment): Likewise.
4650 (Symbol::init_base_constant): Likewise.
4651 (Sized_symbol::init_output_data): Likewise.
4652 (Sized_symbol::init_output_segment): Likewise.
4653 (Sized_symbol::init_constant): Likewise.
4654 (Symbol_table::do_define_in_output_data): Likewise.
4655 (Symbol_table::do_define_in_output_segment): Likewise.
4656 (Symbol_table::do_define_as_constant): Likewise.
4657 * symtab.h (Symbol::is_predefined): New function.
4658 (Symbol::init_base_output_data): Add is_predefined parameter.
4659 (Symbol::init_base_output_segment): Likewise.
4660 (Symbol::init_base_constant): Likewise.
4661 (Symbol::is_predefined_): New data member.
4662 (Sized_symbol::init_output_data): Add is_predefined parameter.
4663 (Sized_symbol::init_output_segment): Likewise.
4664 (Sized_symbol::init_constant): Likewise.
4665 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
4666
26d3c67d
CC
46672011-06-07 Cary Coutant <ccoutant@google.com>
4668
4669 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
4670 instead of emit_copy_reloc.
4671 (Copy_relocs::emit_copy_reloc): Refactor.
4672 (Copy_relocs::make_copy_reloc): New function.
4673 (Copy_relocs::add_copy_reloc): Remove.
4674 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
4675 section.
4676 (Copy_relocs::make_copy_reloc): New function.
4677 (Copy_relocs::add_copy_reloc): Remove.
4678 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
4679 unchanged input files.
4680 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
4681 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
4682 Reserve BSS space for COPY relocations.
4683 (Sized_incremental_binary::do_emit_copy_relocs): New function.
4684 (Output_section_incremental_inputs::write_info_blocks): Record
4685 whether a symbol is copied from a shared object.
4686 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
4687 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
4688 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
4689 (Incremental_input_entry_reader::get_output_symbol_index): Add
4690 is_copy parameter.
4691 (Incremental_binary::emit_copy_relocs): New function.
4692 (Incremental_binary::do_emit_copy_relocs): New function.
4693 (Sized_incremental_binary::Sized_incremental_binary): Initialize
4694 new data member.
4695 (Sized_incremental_binary::add_copy_reloc): New function.
4696 (Sized_incremental_binary::do_emit_copy_relocs): New function.
4697 (Sized_incremental_binary::Copy_reloc): New struct.
4698 (Sized_incremental_binary::Copy_relocs): New typedef.
4699 (Sized_incremental_binary::copy_relocs_): New data member.
4700 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
4701 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
4702 * target.h (Sized_target::emit_copy_reloc): New function.
4703 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
4704
7cdb37d9
CC
47052011-06-02 Cary Coutant <ccoutant@google.com>
4706
4707 PR gold/12163
4708 * gold/archive.cc (Archive::Archive): Initialize new data member.
4709 (Archive::include_all_members): Return if archive has already been
4710 included.
4711 * gold/archive.h (Archive::include_all_members_): New data member.
4712
cc643b88
NC
47132011-06-02 Nick Clifton <nickc@redhat.com>
4714
4715 * dynobj.h: Fix spelling mistake in comment.
4716 * output.cc: Likewise.
4717
f62a3ca7 47182011-05-31 Doug Kwan <dougkwan@google.com>
2e702c99 4719 Asier Llano
f62a3ca7
DK
4720
4721 PR gold/12826
cc643b88 4722 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
f62a3ca7
DK
4723 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
4724 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
4725 redundant arm_exidx_test.so.
4726 * testsuite/Makefile.in: Regenerate.
4727 (check_SCRIPTS): Add pr12826.sh
4728 (check_DATA): Add pr12826.stdout
4729 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
4730 * testsuite/pr12826.sh: New file.
4731 * testsuite/pr12826_1.s: Ditto.
4732 * testsuite/pr12826_1.s: Ditto.
4733
8dbe1edc
ILT
47342011-05-30 Ian Lance Taylor <iant@google.com>
4735
4736 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
4737 sections.
4738
c49875be
ILT
47392011-05-29 Ian Lance Taylor <iant@google.com>
4740
4741 PR gold/12804
4742 * testsuite/Makefile.am: Use different file name for two_file_test
4743 temporary file for each incremental test.
4744 * testsuite/Makefile.in: Rebuild.
4745
69d53f7a
ILT
47462011-05-29 Ian Lance Taylor <iant@google.com>
4747
4748 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
4749 binary input file is empty.
4750
41d0ab5f
ILT
47512011-05-27 Ian Lance Taylor <iant@google.com>
4752
4753 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
4754 (ver_test_9.so): Likewise.
4755 * testsuite/Makefile.in: Rebuild.
4756
89d8a36b
CC
47572011-05-26 Cary Coutant <ccoutant@google.com>
4758
4759 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
4760 * incremental.cc (Incremental_inputs::report_input_section): Fix
4761 comment, indentation.
4762 (Incremental_inputs::report_comdat_group): New function.
4763 (Output_section_incremental_inputs::set_final_data_size): Adjust size
4764 of data for incremental input file entry.
4765 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
4766 group count, COMDAT group signatures.
4767 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
4768 an unchanged input file.
4769 * incremental.h (Incremental_object_entry::Incremental_object_entry):
4770 Initialize new data member.
4771 (Incremental_object_entry::add_comdat_group): New function.
4772 (Incremental_object_entry::get_comdat_group_count): New function.
4773 (Incremental_object_entry::get_comdat_signature_key): New function.
4774 (Incremental_object_entry::groups_): New data member.
4775 (Incremental_inputs::report_comdat_group): New function.
4776 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
4777 data for incremental input file entry.
4778 (Incremental_input_entry_reader::get_comdat_group_count): New function.
4779 (Incremental_input_entry_reader::get_input_section): Adjust size of
4780 data for incremental input file entry.
4781 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
4782 (Incremental_input_entry_reader::get_comdat_group_signature): New
4783 function.
4784 * object.cc (Sized_relobj::include_section_group): Report kept
4785 COMDAT groups for incremental links.
4786
1706a06f
ILT
47872011-05-24 David Meyer <pdox@google.com>
4788
4789 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
4790 with name parameter. Add found_name parameter.
4791 * fileread.cc (Input_file::find_file): Adjust code accordingly.
4792 * dirsearch.h (class Dirsearch): Update declaration.
4793
a10ae760
ILT
47942011-05-24 Ian Lance Taylor <iant@google.com>
4795
4796 * archive.cc (Library_base::should_include_member): Pull in object
4797 from archive if it defines the entry symbol.
4798 * parameters.cc (Parameters::entry): New function.
4799 * parameters.h (class Parameters): Declare entry.
4800 * output.h (class Output_file_header): Remove entry_ field.
4801 * output.cc (Output_file_header::Output_file_header): Remove entry
4802 parameter. Change all callers.
4803 (Output_file_header::entry): Use parameters->entry.
4804 * gold.cc (queue_middle_tasks): Likewise.
4805 * plugin.cc (Plugin_hook::run): Likewise.
4806
aa92d6ed
CC
48072011-05-24 Cary Coutant <ccoutant@google.com>
4808
4809 * gold.cc (queue_initial_tasks): Pass incremental base filename
4810 to Output_file::open_base_file; don't print error message.
4811 * incremental-dump.cc (main): Adjust call to
4812 Output_file::open_for_modification.
4813 * incremental-dump.cc (main): Likewise.
4814 * incremental.cc (Incremental_inputs::report_command_line):
4815 Ignore --incremental-base option when comparing command lines.
4816 Ignore parameter when given as separate argument.
4817 * options.h (class General_options): Add --incremental-base.
4818 * output.cc (Output_file::Output_file):
4819 (Output_file::open_base_file): Add base_name and writable parameters;
4820 read base file into new file; print error message here.
4821 (Output_file::map_no_anonymous): Add writable parameter; adjust all
4822 callers.
4823 * output.h (Output_file::open_for_modification): Rename to...
4824 (Output_file::open_base_file): ...this; add base_name and
4825 writable parameters; adjust all callers.
4826 (Output_file::map_no_anonymous): Add writable parameter; adjust all
4827 callers.
4828 * testsuite/Makefile.am (incremental_test_4): Test
4829 --incremental-base.
4830 * testsuite/Makefile.in: Regenerate.
4831
2eedd706
CC
48322011-05-24 Cary Coutant <ccoutant@google.com>
4833
4834 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
4835 incremental_test_4.
4836 * testsuite/Makefile.in: Regenerate.
4837 * testsuite/two_file_test_1_v1.cc: New test source file.
4838 * testsuite/two_file_test_1b_v1.cc: New test source file.
4839 * testsuite/two_file_test_2_v1.cc: New test source file.
4840
0f1c85a6
CC
48412011-05-24 Cary Coutant <ccoutant@google.com>
4842
4843 * dynobj.h (Dynobj::do_dynobj): New function.
4844 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
4845 flag and soname for shared objects.
4846 * incremental.cc (Incremental_inputs::report_object): Make
4847 either Incremental_object_entry or Incremental_dynobj_entry; add
4848 soname to string table.
4849 (Incremental_inputs::report_input_section): Add assertion.
4850 (Output_section_incremental_inputs::set_final_data_size): Adjust
4851 type of input file entry for shared libraries; adjust size of
4852 shared library info entry.
4853 (Output_section_incremental_inputs::write_input_files): Write
4854 as_needed flag for shared libraries.
4855 (Output_section_incremental_inputs::write_info_blocks): Adjust type
4856 of input file entry for shared libraries; write soname.
4857 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
4858 soname from incremental info.
4859 * incremental.h (enum Incremental_input_flags): Add
4860 INCREMENTAL_INPUT_AS_NEEDED.
4861 (Incremental_input_entry::Incremental_input_entry): Initialize new
4862 data member.
4863 (Incremental_input_entry::set_as_needed): New function.
4864 (Incremental_input_entry::as_needed): New function.
4865 (Incremental_input_entry::do_dynobj_entry): New function.
4866 (Incremental_input_entry::as_needed_): New data member.
4867 (Incremental_object_entry::Incremental_object_entry): Don't check
4868 for shared library.
4869 (Incremental_object_entry::do_type): Likewise.
4870 (class Incremental_dynobj_entry): New class.
4871 (Incremental_input_entry_reader::as_needed): New function.
4872 (Incremental_input_entry_reader::get_soname): New function.
4873 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
4874 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
4875 size of shared library info entry.
58797674 4876 * layout.cc (Layout::finish_dynamic_section): Don't test for
0f1c85a6
CC
4877 incremental link when adding DT_NEEDED entries.
4878 * object.h (Object::Object): Initialize new data member.
4879 (Object::dynobj): New function.
4880 (Object::set_as_needed): New function.
4881 (Object::as_needed): New function.
4882 (Object::do_dynobj): New function.
4883 (Object::as_needed_): New data member.
4884
6fa2a40b
CC
48852011-05-24 Cary Coutant <ccoutant@google.com>
4886
4887 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
4888 info; adjust display of GOT entries.
4889 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
4890 vector of input objects; remove file_status_.
4891 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
4892 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
4893 got_plt reader; call target hooks to reserve GOT entries.
4894 (Output_section_incremental_inputs::set_final_data_size): Adjust size
4895 of input file info header and GOT info entry.
4896 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
4897 relocation info.
4898 (Got_plt_view_info::got_descriptor): Remove.
4899 (Got_plt_view_info::sym_index): New data member.
4900 (Got_plt_view_info::input_index): New data member.
4901 (Local_got_offset_visitor::visit): Write input file index.
4902 (Global_got_offset_visitor::visit): Write 0 for input file index.
4903 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
4904 with sym_index and input_index.
4905 (Output_section_incremental_inputs::write_got_plt): Adjust size of
4906 incremental info GOT entry; replace got_descriptor with input_index.
4907 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
4908 map from input file index to object.
4909 (Sized_relobj_incr::do_layout): Replace direct data member reference
4910 with accessor function.
4911 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
4912 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
4913 Adjust size of input file info header.
4914 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
4915 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
4916 (Incremental_input_entry_reader::get_input_section): Adjust size of
4917 input file info header.
4918 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
4919 of incremental info GOT entry.
4920 (Incremental_got_plt_reader::get_got_desc): Remove.
4921 (Incremental_got_plt_reader::get_got_symndx): New function.
4922 (Incremental_got_plt_reader::get_got_input_index): New function.
4923 (Sized_incremental_binary::Sized_incremental_binary): Remove
4924 file_status_; add input_objects_.
4925 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
4926 (Sized_incremental_binary::set_file_is_unchanged): Remove.
4927 (Sized_incremental_binary::file_is_unchanged): Remove.
4928 (Sized_incremental_binary::set_input_object): New function.
4929 (Sized_incremental_binary::input_object): New function.
4930 (Sized_incremental_binary::file_status_): Remove.
4931 (Sized_incremental_binary::input_objects_): New data member.
4932 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
4933 references.
4934 (Sized_relobj_incr::invalid_address): Move to base class.
4935 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
4936 class.
4937 (Sized_relobj_incr::do_output_section_offset): Likewise.
4938 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
4939 (Sized_relobj_incr::section_offsets_): Likewise.
4940 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
4941 function.
4942 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
4943 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
4944 with accessor function.
4945 (Sized_relobj_file::do_layout): Likewise.
4946 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
4947 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
4948 (Sized_relobj_file::compute_final_local_value): Replace refs to
4949 section_offsets_ with accessor function.
4950 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
4951 * object.h (Relobj::Relobj): Initialize new data members.
4952 (Relobj::add_dyn_reloc): New function.
4953 (Relobj::first_dyn_reloc): New function.
4954 (Relobj::dyn_reloc_count): New function.
4955 (Relobj::first_dyn_reloc_): New data member.
4956 (Relobj::dyn_reloc_count_): New data member.
4957 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
4958 references.
4959 (Sized_relobj::Address): New typedef.
4960 (Sized_relobj::invalid_address): Move here from child class.
4961 (Sized_relobj::Sized_relobj): Initialize new data members.
4962 (Sized_relobj::sized_relobj): New function.
4963 (Sized_relobj::is_output_section_offset_invalid): Move here from
4964 child class.
4965 (Sized_relobj::get_output_section_offset): Likewise.
4966 (Sized_relobj::local_has_got_offset): Likewise.
4967 (Sized_relobj::local_got_offset): Likewise.
4968 (Sized_relobj::set_local_got_offset): Likewise.
4969 (Sized_relobj::do_for_all_local_got_entries): Likewise.
4970 (Sized_relobj::clear_got_offsets): New function.
4971 (Sized_relobj::section_offsets): Move here from child class.
4972 (Sized_relobj::do_output_section_offset): Likewise.
4973 (Sized_relobj::do_set_section_offset): Likewise.
4974 (Sized_relobj::Local_got_offsets): Likewise.
4975 (Sized_relobj::local_got_offsets_): Likewise.
4976 (Sized_relobj::section_offsets_): Likewise.
4977 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
4978 references.
4979 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
4980 class.
4981 (Sized_relobj_file::sized_relobj): New function
4982 (Sized_relobj_file::local_has_got_offset): Move to base class.
4983 (Sized_relobj_file::local_got_offset): Likewise.
4984 (Sized_relobj_file::set_local_got_offset): Likewise.
4985 (Sized_relobj_file::get_output_section_offset): Likewise.
4986 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
4987 (Sized_relobj_file::do_output_section_offset): Likewise.
4988 (Sized_relobj_file::do_set_section_offset): Likewise.
4989 (Sized_relobj_file::Local_got_offsets): Likewise.
4990 (Sized_relobj_file::local_got_offsets_): Likewise.
4991 (Sized_relobj_file::section_offsets_): Likewise.
4992 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
4993 (all constructors).
4994 (set_needs_dynsym_index): Convert relobj to derived class pointer.
4995 (Output_reloc::get_symbol_index): Likewise.
4996 (Output_reloc::local_section_offset): Likewise.
4997 (Output_reloc::get_address): Likewise.
4998 (Output_reloc::symbol_value): Likewise.
4999 (Output_data_got::reserve_slot): Move to class definition.
5000 (Output_data_got::reserve_local): New function.
5001 (Output_data_got::reserve_slot_for_global): Remove.
5002 (Output_data_got::reserve_global): New function.
5003 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
5004 (all constructors, two instantiations).
5005 (Output_reloc::get_relobj): New function (two instantiations).
5006 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
5007 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
5008 (Output_data_reloc::add_global): Adjust type of relobj.
5009 (Output_data_reloc::add_global_relative): Likewise.
5010 (Output_data_reloc::add_symbolless_global_addend): Likewise.
5011 (Output_data_reloc::add_local): Likewise.
5012 (Output_data_reloc::add_local_relative): Likewise.
5013 (Output_data_reloc::add_symbolless_local_addend): Likewise.
5014 (Output_data_reloc::add_local_section): Likewise.
5015 (Output_data_reloc::add_output_section): Likewise.
5016 (Output_data_reloc::add_absolute): Likewise.
5017 (Output_data_reloc::add_target_specific): Likewise.
5018 (Output_data_got::reserve_slot): Move definition here.
5019 (Output_data_got::reserve_local): New function.
5020 (Output_data_got::reserve_global): New function.
5021 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
5022 section_offsets_ with accessor function.
5023 (Sized_relobj_file::write_sections): Likewise.
5024 (Sized_relobj_file::do_relocate_sections): Likewise.
5025 * target.h (Sized_target::reserve_local_got_entry): New function.
5026 (Sized_target::reserve_global_got_entry): New function.
5027 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
5028 (Target_x86_64::reserve_global_got_entry): New function.
5029 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
5030
4829d394
CC
50312011-05-23 Cary Coutant <ccoutant@google.com>
5032
5033 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
5034 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
5035 bit when checking got_type.
5036 * incremental.cc (Sized_incremental_binary::setup_readers):
5037 Store symbol table and string table locations; initialize bit vector
5038 of file status flags.
5039 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
5040 unchanged files.
5041 (Sized_incremental_binary::do_process_got_plt): New function.
5042 (Sized_incremental_binary::get_symtab_view): Use stored locations.
5043 (Output_section_incremental_inputs::set_final_data_size): Record
5044 file index for each input file.
5045 (Output_section_incremental_inputs::write_got_plt): Store file index
5046 instead of input entry offset for each GOT entry.
5047 * incremental.h
5048 (Incremental_input_entry::Incremental_input_entry): Initialize new
5049 data member.
5050 (Incremental_input_entry::set_offset): Store file index.
5051 (Incremental_input_entry::get_file_index): New function.
5052 (Incremental_input_entry::file_index_): New data member.
5053 (Incremental_binary::process_got_plt): New function.
5054 (Incremental_binary::do_process_got_plt): New function.
5055 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5056 data members.
5057 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
5058 (Sized_incremental_binary::set_file_is_unchanged): New function.
5059 (Sized_incremental_binary::file_is_unchanged): New function.
5060 (Sized_incremental_binary::do_process_got_plt): New function.
5061 (Sized_incremental_binary::file_status_): New data member.
5062 (Sized_incremental_binary::main_symtab_loc_): New data member.
5063 (Sized_incremental_binary::main_strtab_loc_): New data member.
5064 * output.cc (Output_data_got::Got_entry::write): Add case
5065 RESERVED_CODE.
5066 (Output_data_got::add_global): Call add_got_entry.
5067 (Output_data_got::add_global_plt): Likewise.
5068 (Output_data_got::add_global_with_rel): Likewise.
5069 (Output_data_got::add_global_with_rela): Likewise.
5070 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
5071 (Output_data_got::add_global_pair_with_rela): Likewise.
5072 (Output_data_got::add_local): Call add_got_entry.
5073 (Output_data_got::add_local_plt): Likewise.
5074 (Output_data_got::add_local_with_rel): Likewise.
5075 (Output_data_got::add_local_with_rela): Likewise.
5076 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
5077 (Output_data_got::add_local_pair_with_rela): Likewise.
5078 (Output_data_got::reserve_slot): New function.
5079 (Output_data_got::reserve_slot_for_global): New function.
5080 (Output_data_got::add_got_entry): New function.
5081 (Output_data_got::add_got_entry_pair): New function.
5082 (Output_section::add_output_section_data): Edit FIXME.
5083 * output.h
5084 (Output_section_data_build::Output_section_data_build): New
5085 constructor with size parameter.
5086 (Output_data_space::Output_data_space): Likewise.
5087 (Output_data_got::Output_data_got): Initialize new data member; new
5088 constructor with size parameter.
5089 (Output_data_got::add_constant): Call add_got_entry.
5090 (Output_data_got::reserve_slot): New function.
5091 (Output_data_got::reserve_slot_for_global): New function.
5092 (class Output_data_got::Got_entry): Add RESERVED_CODE.
5093 (Output_data_got::add_got_entry): New function.
5094 (Output_data_got::add_got_entry_pair): New function.
5095 (Output_data_got::free_list_): New data member.
5096 * target.h (Sized_target::init_got_plt_for_update): New function.
5097 (Sized_target::register_global_plt_entry): New function.
5098 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
5099 Initialize new data member; call init; add constructor with PLT count.
5100 (Output_data_plt_x86_64::init): New function.
5101 (Output_data_plt_x86_64::add_relocation): New function.
5102 (Output_data_plt_x86_64::reserve_slot): New function.
5103 (Output_data_plt_x86_64::free_list_): New data member.
5104 (Target_x86_64::init_got_plt_for_update): New function.
5105 (Target_x86_64::register_global_plt_entry): New function.
5106 (Output_data_plt_x86_64::add_entry): Allocate from free list for
5107 incremental updates.
5108 (Output_data_plt_x86_64::add_relocation): New function.
5109 * testsuite/object_unittest.cc (Object_test): Set default options.
5110
ec69d6da
ILT
51112011-05-16 Ian Lance Taylor <iant@google.com>
5112
5113 * options.h (class General_options): Make -i a synonym for -r.
5114
732e31de
ILT
51152011-05-16 Ian Lance Taylor <iant@google.com>
5116
5117 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
5118
403676b5
CC
51192011-05-10 Cary Coutant <ccoutant@google.com>
5120
5121 * object.cc (Sized_relobj::do_count_local_symbols): Check for
5122 strip_all (-s).
5123
5b7b7d6e
ILT
51242011-05-06 Ian Lance Taylor <iant@google.com>
5125
5126 * layout.cc (Layout::layout): If the output section flags change,
5127 update the ordering.
5128
f0f9babf
CC
51292011-04-25 Cary Coutant <ccoutant@google.com>
5130
5131 * incremental-dump.cc (dump_incremental_inputs): Print local
5132 symbol info for each input file.
5133 * incremental.cc
5134 (Output_section_incremental_inputs::set_final_data_size): Add local
5135 symbol info to input file entries in incremental info.
5136 (Output_section_incremental_inputs::write_info_blocks): Likewise.
5137 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
5138 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
5139 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
5140 implementation.
5141 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
5142 (Sized_incr_relobj::do_relocate): Write the local symbols.
5143 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
5144 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
5145 Adjust size of input file header.
5146 (Incremental_inputs_reader::get_local_symbol_offset): New function.
5147 (Incremental_inputs_reader::get_local_symbol_count): New function.
5148 (Incremental_inputs_reader::get_input_section): Adjust size of input
5149 file header.
5150 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
5151 (Sized_incr_relobj::This): New typedef.
5152 (Sized_incr_relobj::sym_size): New const data member.
5153 (Sized_incr_relobj::Local_symbol): New struct.
5154 (Sized_incr_relobj::do_output_local_symbol_count): New function.
5155 (Sized_incr_relobj::do_local_symbol_offset): New function.
5156 (Sized_incr_relobj::local_symbol_count_): New data member.
5157 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
5158 (Sized_incr_relobj::local_symbol_index_): New data member.
5159 (Sized_incr_relobj::local_symbol_offset_): New data member.
5160 (Sized_incr_relobj::local_dynsym_offset_): New data member.
5161 (Sized_incr_relobj::local_symbols_): New data member.
5162 * object.h (Relobj::output_local_symbol_count): New function.
5163 (Relobj::local_symbol_offset): New function.
5164 (Relobj::do_output_local_symbol_count): New function.
5165 (Relobj::do_local_symbol_offset): New function.
5166 (Sized_relobj::do_output_local_symbol_count): New function.
5167 (Sized_relobj::do_local_symbol_offset): New function.
5168
d0a9ace3
ILT
51692011-04-22 Vladimir Simonov <sv@sw.ru>
5170
5171 * descriptors.cc (set_close_on_exec): New function.
5172 (Descriptors::open): Use set_close_on_exec.
5173 * output.cc (S_ISLNK): Define if not defined.
5174
94a3fc8b
CC
51752011-04-22 Cary Coutant <ccoutant@google.com>
5176
5177 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5178 global symbol map.
5179 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5180 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
5181 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
5182 relocations.
5183 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
5184 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
5185 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
5186 * incremental.h
5187 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
5188 function.
5189 (Incremental_binary::apply_incremental_relocs): New function.
5190 (Incremental_binary::do_apply_incremental_relocs): New function.
5191 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5192 data member.
5193 (Sized_incremental_binary::add_global_symbol): New function.
5194 (Sized_incremental_binary::global_symbol): New function.
5195 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5196 (Sized_incremental_binary::symbol_map_): New data member.
5197 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
5198 * target.h (Sized_target::apply_relocation): New function.
5199 * target-reloc.h (apply_relocation): New function.
5200 * x86_64.cc (Target_x86_64::apply_relocation): New function.
5201
c87e4302
DK
52022011-04-22 Doug Kwan <dougkwan@google.com>
5203
5204 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
5205 flag of a SHT_ARM_EXIDX section.
2e702c99 5206 * testsuite/Makefile.am (arm_exidx_test): New test rules.
c87e4302
DK
5207 * testsuite/Makefile.in: Regenerate.
5208 * testsuite/arm_exidx_test.s: New file.
5209 * testsuite/arm_exidx_test.sh: Same.
5210
e7782cf6
CC
52112011-04-20 Cary Coutant <ccoutant@google.com>
5212
5213 PR gold/12689
5214 * archive.h (Incremental_archive_entry::Archive_member):
5215 Initialize arg_serial_ (second constructor).
5216
308ecdc7
ILT
52172011-04-17 Ian Lance Taylor <iant@google.com>
5218
5219 * object.cc (Relocate_info::location): Simplify location string.
5220 * errors.cc (Errors::error_at_location): Don't print program
5221 name.
5222 (Errors::warning_at_location): Likewise.
5223 (Errors::undefined_symbol): Likewise.
5224 * testsuite/debug_msg.sh: Update accordingly.
5225
bec5b579
CC
52262011-04-14 Cary Coutant <ccoutant@google.com>
5227
5228 * gold/layout.cc (Layout::symtab_section_offset): New function.
5229 * gold/layout.h (Layout::symtab_section_offset): New function.
5230 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
5231
88597d34
ILT
52322011-04-12 Ian Lance Taylor <iant@google.com>
5233
5234 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
5235 with MREMAP_MAYMOVE.
5236 * output.h (class Output_file): Add map_is_allocated_ field.
5237 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
5238 not available, provide stubs. If mremap is not available, #define
5239 it to gold_mremap.
5240 (MREMAP_MAYMOVE): Define if not defined.
5241 (Output_file::Output_file): Initialize map_is_allocated_.
5242 (Output_file::resize): Check map_is_allocated_.
5243 (Output_file::map_anonymous): If mmap fails, use malloc.
5244 (Output_file::unmap): Don't do anything for an anonymous map.
5245 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
5246 is not available, provide stubs.
5247 (File_read::View::~View): Use free rather than delete[].
5248 (File_read::make_view): Use malloc rather than new[]. If mmap
5249 fails, use malloc.
5250 (File_read::find_or_make_view): Use malloc rather than new[].
5251 * gold.h: Remove HAVE_REMAP code.
5252 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
5253 exists. Rename mremap to gold_mremap. If mmap is not available
5254 don't do anything.
5255 * configure, config.in: Rebuild.
5256
11e361bc
ILT
52572011-04-11 Ian Lance Taylor <iant@google.com>
5258
5259 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
5260 initialize local variable v.
5261
cdc29364
CC
52622011-04-11 Cary Coutant <ccoutant@google.com>
5263
5264 * archive.cc (Archive::include_member): Adjust call to
5265 report_object.
5266 (Add_archive_symbols::run): Track argument serial numbers.
5267 (Lib_group::include_member): Likewise.
5268 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
5269 * archive.h (Incremental_archive_entry::Archive_member):
5270 Initialize arg_serial_.
5271 (Archive_member::arg_serial_): New data member.
5272 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
5273 (Sized_dynobj::do_add_symbols): Track symbols when doing an
5274 incremental link.
5275 (Sized_dynobj::do_for_all_local_got_entries): New function.
5276 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
5277 function.
5278 * fileread.cc (get_mtime): New function.
5279 * fileread.h (get_mtime): New function.
5280 * gold.cc (queue_initial_tasks): Check for incremental update.
5281 (process_incremental_input): New function.
5282 (queue_middle_tasks): Don't force valid target for incremental
5283 update.
5284 * incremental-dump.cc (find_input_containing_global): Adjust
5285 size of symbol info entry.
5286 (dump_incremental_inputs): Dump argument serial number and
5287 in_system_directory flag; bias shndx by 1; print symbol names
5288 when dumping per-file symbol lists; use new symbol info readers.
5289 * incremental.cc
5290 (Output_section_incremental_inputs:update_data_size): New function.
5291 (Sized_incremental_binary::setup_readers): Setup input readers
5292 for each input file; build maps for files added from libraries
5293 and scripts.
5294 (Sized_incremental_binary::check_input_args): New function.
5295 (Sized_incremental_binary::do_check_inputs): Build map of argument
5296 serial numbers to input arguments.
5297 (Sized_incremental_binary::do_file_has_changed): Rename
5298 do_file_is_unchanged to this; compare file modification times.
5299 (Sized_incremental_binary::do_init_layout): New function.
5300 (Sized_incremental_binary::do_reserve_layout): New function.
5301 (Sized_incremental_binary::do_get_input_reader): Remove.
5302 (Sized_incremental_binary::get_symtab_view): New function.
5303 (Incremental_checker::can_incrementally_link_output_file): Remove.
5304 (Incremental_inputs::report_command_line): Exclude --debug options.
5305 (Incremental_inputs::report_archive_begin): Add parameter; track
5306 argument serial numbers; don't put input file entry for archive
5307 before archive members.
5308 (Incremental_inputs::report_archive_end): Put input file entry
5309 for archive after archive members.
5310 (Incremental_inputs::report_object): Add parameter; track argument
5311 serial numbers and in_system_directory flag.
5312 (Incremental_inputs::report_script): Add parameter; track argument
5313 serial numbers.
5314 (Output_section_incremental_inputs::set_final_data_size): Adjust
5315 size of symbol info entry; check for forwarding symbols.
5316 (Output_section_incremental_inputs::write_input_files): Write
5317 in_system_directory flag and argument serial number.
5318 (Output_section_incremental_inputs::write_info_blocks): Map section
5319 indices between incremental info and original input file; store
5320 input section index for each symbol.
5321 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
5322 change operator() to visit().
5323 (class Global_got_offset_visitor): Likewise.
5324 (class Global_symbol_visitor_got_plt):
5325 (Output_section_incremental_inputs::write_got_plt): Use new visitor
5326 classes.
5327 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
5328 (Sized_incr_relobj::do_read_symbols): New function.
5329 (Sized_incr_relobj::do_layout): New function.
5330 (Sized_incr_relobj::do_layout_deferred_sections): New function.
5331 (Sized_incr_relobj::do_add_symbols): New function.
5332 (Sized_incr_relobj::do_should_include_member): New function.
5333 (Sized_incr_relobj::do_for_all_global_symbols): New function.
5334 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
5335 (Sized_incr_relobj::do_section_size): New function.
5336 (Sized_incr_relobj::do_section_name): New function.
5337 (Sized_incr_relobj::do_section_contents): New function.
5338 (Sized_incr_relobj::do_section_flags): New function.
5339 (Sized_incr_relobj::do_section_entsize): New function.
5340 (Sized_incr_relobj::do_section_address): New function.
5341 (Sized_incr_relobj::do_section_type): New function.
5342 (Sized_incr_relobj::do_section_link): New function.
5343 (Sized_incr_relobj::do_section_info): New function.
5344 (Sized_incr_relobj::do_section_addralign): New function.
5345 (Sized_incr_relobj::do_initialize_xindex): New function.
5346 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
5347 (Sized_incr_relobj::do_read_relocs): New function.
5348 (Sized_incr_relobj::do_gc_process_relocs): New function.
5349 (Sized_incr_relobj::do_scan_relocs): New function.
5350 (Sized_incr_relobj::do_count_local_symbols): New function.
5351 (Sized_incr_relobj::do_finalize_local_symbols): New function.
5352 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
5353 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
5354 (Sized_incr_relobj::do_relocate): New function.
5355 (Sized_incr_relobj::do_set_section_offset): New function.
5356 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
5357 (Sized_incr_dynobj::do_read_symbols): New function.
5358 (Sized_incr_dynobj::do_layout): New function.
5359 (Sized_incr_dynobj::do_add_symbols): New function.
5360 (Sized_incr_dynobj::do_should_include_member): New function.
5361 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
5362 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
5363 (Sized_incr_dynobj::do_section_size): New function.
5364 (Sized_incr_dynobj::do_section_name): New function.
5365 (Sized_incr_dynobj::do_section_contents): New function.
5366 (Sized_incr_dynobj::do_section_flags): New function.
5367 (Sized_incr_dynobj::do_section_entsize): New function.
5368 (Sized_incr_dynobj::do_section_address): New function.
5369 (Sized_incr_dynobj::do_section_type): New function.
5370 (Sized_incr_dynobj::do_section_link): New function.
5371 (Sized_incr_dynobj::do_section_info): New function.
5372 (Sized_incr_dynobj::do_section_addralign): New function.
5373 (Sized_incr_dynobj::do_initialize_xindex): New function.
5374 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
5375 (make_sized_incremental_object): New function.
5376 (Incremental_library::copy_unused_symbols): New function.
5377 (Incremental_library::do_for_all_unused_symbols): New function.
5378 * incremental.h (enum Incremental_input_flags): New type.
5379 (class Incremental_checker): Remove.
5380 (Incremental_input_entry::Incremental_input_entry): Add argument
5381 serial number.
5382 (Incremental_input_entry::arg_serial): New function.
5383 (Incremental_input_entry::set_is_in_system_directory): New function.
5384 (Incremental_input_entry::is_in_system_directory): New function.
5385 (Incremental_input_entry::arg_serial_): New data member.
5386 (Incremental_input_entry::is_in_system_directory_): New data member.
5387 (class Script_info): Move here from script.h.
5388 (Script_info::Script_info): Add filename parameter.
5389 (Script_info::filename): New function.
5390 (Script_info::filename_): New data member.
5391 (Incremental_script_entry::Incremental_script_entry): Add argument
5392 serial number.
5393 (Incremental_object_entry::Incremental_object_entry): Likewise.
5394 (Incremental_object_entry::add_input_section): Build list of input
5395 sections with map to original shndx.
5396 (Incremental_object_entry::get_input_section_index): New function.
5397 (Incremental_object_entry::shndx_): New data member.
5398 (Incremental_object_entry::name_key_): Rename; adjust all refs.
5399 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
5400 (Incremental_archive_entry::Incremental_archive_entry): Add argument
5401 serial number.
5402 (Incremental_inputs::report_archive_begin): Likewise.
5403 (Incremental_inputs::report_object): Likewise.
5404 (Incremental_inputs::report_script): Likewise.
5405 (class Incremental_global_symbol_reader): New class.
5406 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
5407 and store flags and input file type.
5408 (Incremental_input_entry_reader::arg_serial): New function.
5409 (Incremental_input_entry_reader::type): Extract type from flags.
5410 (Incremental_input_entry_reader::is_in_system_directory): New function.
5411 (Incremental_input_entry_reader::get_input_section_count): Call
5412 accessor function for type.
5413 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
5414 function for type; adjust size of global symbol entry.
5415 (Incremental_input_entry_reader::get_global_symbol_count): Call
5416 accessor function for type.
5417 (Incremental_input_entry_reader::get_object_count): Likewise.
5418 (Incremental_input_entry_reader::get_object_offset): Likewise.
5419 (Incremental_input_entry_reader::get_member_count): Likewise.
5420 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
5421 (Incremental_input_entry_reader::get_member_offset): Likewise.
5422 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
5423 (Incremental_input_entry_reader::Global_symbol_info): Remove.
5424 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
5425 (Incremental_input_entry_reader::get_global_symbol_reader): New
5426 function.
5427 (Incremental_input_entry_reader::get_output_symbol_index): New
5428 function.
5429 (Incremental_input_entry_reader::type_): Remove.
5430 (Incremental_input_entry_reader::flags_): New data member.
5431 (Incremental_inputs_reader::input_file_offset): New function.
5432 (Incremental_inputs_reader::input_file_index): New function.
5433 (Incremental_inputs_reader::input_file): Call input_file_offset.
5434 (Incremental_inputs_reader::input_file_at_offset): New function.
5435 (Incremental_relocs_reader::get_r_type): Reformat.
5436 (Incremental_relocs_reader::get_r_shndx): Reformat.
5437 (Incremental_relocs_reader::get_r_offset): Reformat.
5438 (Incremental_relocs_reader::data): New function.
5439 (Incremental_binary::Incremental_binary): Initialize new data members.
5440 (Incremental_binary::check_inputs): Add cmdline parameter.
5441 (Incremental_binary::file_is_unchanged): Remove.
5442 (Input_reader::arg_serial): New function.
5443 (Input_reader::get_unused_symbol_count): New function.
5444 (Input_reader::get_unused_symbol): New function.
5445 (Input_reader::do_arg_serial): New function.
5446 (Input_reader::do_get_unused_symbol_count): New function.
5447 (Input_reader::do_get_unused_symbol): New function.
5448 (Incremental_binary::input_file_count): New function.
5449 (Incremental_binary::get_input_reader): Change signature to use
5450 index instead of filename.
5451 (Incremental_binary::file_has_changed): New function.
5452 (Incremental_binary::get_input_argument): New function.
5453 (Incremental_binary::get_library): New function.
5454 (Incremental_binary::get_script_info): New function.
5455 (Incremental_binary::init_layout): New function.
5456 (Incremental_binary::reserve_layout): New function.
5457 (Incremental_binary::output_file): New function.
5458 (Incremental_binary::do_check_inputs): New function.
5459 (Incremental_binary::do_file_is_unchanged): Remove.
5460 (Incremental_binary::do_file_has_changed): New function.
5461 (Incremental_binary::do_init_layout): New function.
5462 (Incremental_binary::do_reserve_layout): New function.
5463 (Incremental_binary::do_input_file_count): New function.
5464 (Incremental_binary::do_get_input_reader): Change signature.
5465 (Incremental_binary::input_args_map_): New data member.
5466 (Incremental_binary::library_map_): New data member.
5467 (Incremental_binary::script_map_): New data member.
5468 (Sized_incremental_binary::Sized_incremental_binary): Initialize
5469 new data members.
5470 (Sized_incremental_binary::output_section): New function.
5471 (Sized_incremental_binary::inputs_reader): Add const.
5472 (Sized_incremental_binary::symtab_reader): Add const.
5473 (Sized_incremental_binary::relocs_reader): Add const.
5474 (Sized_incremental_binary::got_plt_reader): Add const.
5475 (Sized_incremental_binary::get_symtab_view): New function.
5476 (Sized_incremental_binary::Inputs_reader): New typedef.
5477 (Sized_incremental_binary::Input_entry_reader): New typedef.
5478 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
5479 (Sized_incremental_binary::do_file_is_unchanged): Remove.
5480 (Sized_incremental_binary::do_file_has_changed): New function.
5481 (Sized_incremental_binary::do_init_layout): New function.
5482 (Sized_incremental_binary::do_reserve_layout): New function.
5483 (Sized_input_reader::Inputs_reader): Remove.
5484 (Sized_input_reader::Input_entry_reader): Remove.
5485 (Sized_input_reader::do_arg_serial): New function.
5486 (Sized_input_reader::do_get_unused_symbol_count): New function.
5487 (Sized_input_reader::do_get_unused_symbol): New function.
5488 (Sized_incremental_binary::do_input_file_count): New function.
5489 (Sized_incremental_binary::do_get_input_reader): Change signature;
5490 use index instead of filename.
5491 (Sized_incremental_binary::section_map_): New data member.
5492 (Sized_incremental_binary::input_entry_readers_): New data member.
5493 (class Sized_incr_relobj): New class.
5494 (class Sized_incr_dynobj): New class.
5495 (make_sized_incremental_object): New function.
5496 (class Incremental_library): New class.
5497 * layout.cc (Free_list::num_lists): New static data member.
5498 (Free_list::num_nodes): New static data member.
5499 (Free_list::num_removes): New static data member.
5500 (Free_list::num_remove_visits): New static data member.
5501 (Free_list::num_allocates): New static data member.
5502 (Free_list::num_allocate_visits): New static data member.
5503 (Free_list::init): New function.
5504 (Free_list::remove): New function.
5505 (Free_list::allocate): New function.
5506 (Free_list::dump): New function.
5507 (Free_list::print_stats): New function.
5508 (Layout_task_runner::run): Resize output file for incremental updates.
5509 (Layout::Layout): Initialize new data members.
5510 (Layout::set_incremental_base): New function.
5511 (Layout::init_fixed_output_section): New function.
5512 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
5513 incremental updates.
5514 (Layout::create_gold_note): Do not create gold note section for
5515 incremental updates.
5516 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
5517 for incremental updates.
5518 (Layout::set_section_offsets): For incremental updates, allocate space
5519 from free list.
5520 (Layout::create_symtab_sections): Layout with offsets relative to
5521 start of section; for incremental updates, allocate space from free
5522 list.
5523 (Layout::create_shdrs): For incremental updates, allocate space from
5524 free list.
5525 (Layout::finish_dynamic_section): For incremental updates, do not
5526 check --as-needed (fixed in subsequent patch).
5527 * layout.h (class Free_list): New class.
5528 (Layout::set_incremental_base): New function.
5529 (Layout::incremental_base): New function.
5530 (Layout::init_fixed_output_section): New function.
5531 (Layout::allocate): New function.
5532 (Layout::incremental_base_): New data member.
5533 (Layout::free_list_): New data member.
5534 * main.cc (main): Print Free_list statistics.
5535 * object.cc (Relobj::finalize_incremental_relocs): Add
5536 clear_counts parameter; clear counts only when clear_counts is set.
5537 (Sized_relobj::Sized_relobj): Initialize new base class.
5538 (Sized_relobj::do_layout): Don't report special sections.
5539 (Sized_relobj::do_for_all_local_got_entries): New function.
5540 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
5541 symtab_off to all symbol table offsets.
5542 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
5543 * object.h (class Got_offset_list): Move to top of file.
5544 (Object::Object): Allow case where input_file == NULL.
5545 (Object::~Object): Likewise.
5546 (Object::input_file): Assert that input_file != NULL.
5547 (Object::lock): Allow case where input_file == NULL.
5548 (Object::unlock): Likewise.
5549 (Object::is_locked): Likewise.
5550 (Object::token): Likewise.
5551 (Object::release): Likewise.
5552 (Object::is_incremental): New function.
5553 (Object::get_mtime): New function.
5554 (Object::for_all_local_got_entries): New function.
5555 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
5556 (Object::set_is_in_system_directory): New function.
5557 (Object::is_in_system_directory): New function.
5558 (Object::do_is_incremental): New function.
5559 (Object::do_get_mtime): New function.
5560 (Object::do_for_all_local_got_entries): New function.
5561 (Object::is_in_system_directory_): New data member.
5562 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
5563 (class Sized_relobj_base): New class.
5564 (class Sized_relobj): Derive from Sized_relobj_base.
5565 (class Sized_relobj::Symbols): Redeclare from base class.
5566 (class Sized_relobj::local_got_offset_list): Remove.
5567 (class Sized_relobj::Output_sections): Redeclare from base class.
5568 (class Sized_relobj::do_for_all_local_got_entries): New function.
5569 (class Sized_relobj::write_local_symbols): Add offset parameter.
5570 (class Sized_relobj::local_symbol_offset_): Update comment.
5571 (class Sized_relobj::local_dynsym_offset_): Update comment.
5572 * options.cc (Input_arguments::add_file): Remove const.
5573 * options.h (Input_file_argument::Input_file_argument):
5574 Initialize arg_serial_ (all constructors).
5575 (Input_file_argument::set_arg_serial): New function.
5576 (Input_file_argument::arg_serial): New function.
5577 (Input_file_argument::arg_serial_): New data member.
5578 (Input_arguments::Input_arguments): Initialize file_count_.
5579 (Input_arguments::add_file): Remove const.
5580 (Input_arguments::number_of_input_files): New function.
5581 (Input_arguments::file_count_): New data member.
5582 (Command_line::number_of_input_files): Call
5583 Input_arguments::number_of_input_files.
5584 * output.cc (Output_segment_headers::Output_segment_headers):
5585 Set current size.
5586 (Output_section::Input_section::current_data_size): New function.
5587 (Output_section::Output_section): Initialize new data members.
5588 (Output_section::add_input_section): Don't do merge sections for
5589 an incremental link; allocate space from free list for an
5590 incremental update.
5591 (Output_section::add_output_section_data): Allocate space from
5592 free list for an incremental update.
5593 (Output_section::update_data_size): New function.
5594 (Output_section::set_fixed_layout): New function.
5595 (Output_section::reserve): New function.
5596 (Output_segment::set_section_addresses): Remove const.
5597 (Output_segment::set_section_list_addresses): Remove const; allocate
5598 space from free list for an incremental update.
5599 (Output_segment::set_offset): Adjust size of RELRO segment for an
5600 incremental update.
5601 * output.h (Output_data::current_data_size): Move here from
5602 child classes.
5603 (Output_data::pre_finalize_data_size): New function.
5604 (Output_data::update_data_size): New function.
5605 (Output_section_headers::update_data_size): new function.
5606 (Output_section_data_build::current_data_size): Move to Output_data.
5607 (Output_data_strtab::update_data_size): New function.
5608 (Output_section::current_data_size): Move to Output_data.
5609 (Output_section::set_fixed_layout): New function.
5610 (Output_section::has_fixed_layout): New function.
5611 (Output_section::reserve): New function.
5612 (Output_section::update_data_size): New function.
5613 (Output_section::has_fixed_layout_): New data member.
5614 (Output_section::free_list_): New data member.
5615 (Output_segment::set_section_addresses): Remove const.
5616 (Output_segment::set_section_list_addresses): Remove const.
5617 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
5618 New function.
5619 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
5620 New function.
5621 * readsyms.cc (Read_symbols::do_read_symbols): Add library
5622 parameter when calling Add_symbols constructor; store argument
5623 serial number for members of a lib group.
5624 (Add_symbols::locks): Allow case where token == NULL.
5625 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
5626 (Read_member::~Read_member): New function.
5627 (Read_member::is_runnable): New function.
5628 (Read_member::locks): New function.
5629 (Read_member::run): New function.
5630 (Check_script::~Check_script): New function.
5631 (Check_script::is_runnable): New function.
5632 (Check_script::locks): New function.
5633 (Check_script::run): New function.
5634 (Check_library::~Check_library): New function.
5635 (Check_library::is_runnable): New function.
5636 (Check_library::locks): New function.
5637 (Check_library::run): New function.
5638 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
5639 (Add_symbols::library_): New data member.
5640 (class Read_member): New class.
5641 (class Check_script): New class.
5642 (class Check_library): New class.
5643 * reloc.cc (Read_relocs::is_runnable): Allow case where
5644 token == NULL.
5645 (Read_relocs::locks): Likewise.
5646 (Scan_relocs::locks): Likewise.
5647 (Relocate_task::locks): Likewise.
5648 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
5649 to clear counters.
5650 (Sized_relobj::incremental_relocs_scan): Fix comment.
5651 (Sized_relobj::do_relocate): Pass output file offset to
5652 write_local_symbols.
5653 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
5654 from class declaration.
5655 * script.cc (read_input_script): Allocate Script_info; pass
5656 argument serial number to report_script.
5657 * script.h (class Script_info): Move to incremental.h.
5658 * symtab.cc (Symbol_table::add_from_incrobj): New function.
5659 * symtab.h (Symbol_table::add_from_incrobj): New function.
5660 (Symbol_table::set_file_offset): New function.
5661
b961d0d7
CC
56622011-04-05 Cary Coutant <ccoutant@google.com>
5663
5664 * incremental-dump.cc (dump_incremental_inputs): Change signature
5665 to take a Sized_incremental_binary; change caller. Use readers
5666 in Sized_incremental_binary.
5667 * incremental.cc
5668 (Sized_incremental_binary::find_incremental_inputs_sections):
5669 Rename do_find_incremental_inputs_sections to this.
5670 (Sized_incremental_binary::setup_readers): New function.
5671 (Sized_incremental_binary::do_check_inputs): Check
5672 has_incremental_info_ flag; move setup code to setup_readers;
5673 use input readers.
5674 (Sized_incremental_binary::do_file_is_unchanged): New function.
5675 (Sized_incremental_binary::do_get_input_reader): New function.
5676 * incremental.h (class Incremental_binary): Move to end of file.
5677 (Incremental_binary::file_is_unchanged): New function.
5678 (Incremental_binary::do_file_is_unchanged): New function.
5679 (Incremental_binary::Input_reader): New class.
5680 (Incremental_binary::get_input_reader): New function.
5681 (class Sized_incremental_binary): Move to end of file.
5682 (Sized_incremental_binary::Sized_incremental_binary): Setup the
5683 input section reader classes.
5684 (Sized_incremental_binary::has_incremental_info): New function.
5685 (Sized_incremental_binary::inputs_reader): New function.
5686 (Sized_incremental_binary::symtab_reader): New function.
5687 (Sized_incremental_binary::relocs_reader): New function.
5688 (Sized_incremental_binary::got_plt_reader): New function.
5689 (Sized_incremental_binary::do_file_is_unchanged): New function.
5690 (Sized_incremental_binary::Sized_input_reader): New class.
5691 (Sized_incremental_binary::get_input_reader): New function.
5692 (Sized_incremental_binary::find_incremental_inputs_sections):
5693 Rename do_find_incremental_inputs_sections to this.
5694 (Sized_incremental_binary::setup_readers): New function.
5695 (Sized_incremental_binary::has_incremental_info_): New data member.
5696 (Sized_incremental_binary::inputs_reader_): New data member.
5697 (Sized_incremental_binary::symtab_reader_): New data member.
5698 (Sized_incremental_binary::relocs_reader_): New data member.
5699 (Sized_incremental_binary::got_plt_reader_): New data member.
5700 (Sized_incremental_binary::current_input_file_): New data member.
5701
a869183f
PP
57022011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5703
5704 PR gold/12640
5705 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
5706 violation.
5707
57082011-03-30 Cary Coutant <ccoutant@google.com>
c7975edd
CC
5709
5710 * archive.cc (Archive::include_member): Adjust call to report_object.
5711 (Add_archive_symbols::run): Add script_info to call to
5712 report_archive_begin.
5713 (Lib_group::include_member): Adjust call to report_object.
5714 (Add_lib_group_symbols::run): Adjust call to report_object.
5715 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
5716 blocks. Add object count for script input files.
5717 * incremental.cc (Incremental_inputs::report_archive_begin): Add
5718 script_info parameter; change all callers.
5719 (Incremental_inputs::report_object): Add script_info parameter;
5720 change all callers.
5721 (Incremental_inputs::report_script): Store backpointer to
5722 incremental info entry.
5723 (Output_section_incremental_inputs::set_final_data_size): Record
5724 additional information for scripts.
5725 (Output_section_incremental_inputs::write_info_blocks): Likewise.
5726 * incremental.h (Incremental_script_entry::add_object): New function.
5727 (Incremental_script_entry::get_object_count): New function.
5728 (Incremental_script_entry::get_object): New function.
5729 (Incremental_script_entry::objects_): New data member; adjust
5730 constructor.
5731 (Incremental_inputs::report_archive_begin): Add script_info parameter.
5732 (Incremental_inputs::report_object): Add script_info parameter.
5733 (Incremental_inputs_reader::get_object_count): New function.
5734 (Incremental_inputs_reader::get_object_offset): New function.
5735 * options.cc (Input_arguments::add_file): Return reference to
5736 new input argument.
5737 * options.h (Input_argument::set_script_info): New function.
5738 (Input_argument::script_info): New function.
5739 (Input_argument::script_info_): New data member; adjust all
5740 constructors.
5741 (Input_file_group::add_file): Return reference to new input argument.
5742 (Input_file_lib::add_file): Likewise.
5743 (Input_arguments::add_file): Likewise.
5744 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
5745 * script.cc (Parser_closure::Parser_closure): Add script_info
5746 parameter; adjust all callers.
5747 (Parser_closure::script_info): New function.
5748 (Parser_closure::script_info_): New data member.
5749 (read_input_script): Report scripts earlier to incremental info.
5750 (script_add_file): Set script_info in Input_argument.
5751 (script_add_library): Likewise.
5752 * script.h (Script_options::Script_info): Rewrite class.
5753
a869183f 57542011-03-29 Cary Coutant <ccoutant@google.com>
e0c52780
CC
5755
5756 * archive.cc (Library_base::should_include_member): Move
5757 method here from class Archive.
5758 (Archive::Archive): Initialize base class.
5759 (Archive::should_include_member): Move to base class.
5760 (Archive::do_for_all_unused_symbols): New function.
5761 (Add_archive_symbols::run): Remove redundant access to
5762 incremental_inputs.
5763 (Lib_group::Lib_group): Initialize base class.
5764 (Lib_group::do_filename): New function.
5765 (Lib_group::include_member): Pass pointer to Lib_group to
5766 report_object.
5767 (Lib_group::do_for_all_unused_symbols): New function.
5768 (Add_lib_group_symbols::run): Report archive information for
5769 incremental links.
5770 * archive.h (class Library_base): New base class.
5771 (class Archive): Derive from Library_base.
5772 (Archive::filename): Move to base class.
5773 (Archive::set_incremental_info): Likewise.
5774 (Archive::incremental_info): Likewise.
5775 (Archive::Should_include): Likewise.
5776 (Archive::should_include_member): Likewise.
5777 (Archive::Armap_entry): Remove.
5778 (Archive::Unused_symbol_iterator): Remove.
5779 (Archive::unused_symbols_begin): Remove.
5780 (Archive::unused_symbols_end): Remove.
5781 (Archive::do_filename): New function.
5782 (Archive::do_get_mtime): New function.
5783 (Archive::do_for_all_unused_symbols): New function.
5784 (Archive::task_): Move to base class.
5785 (Archive::incremental_info_): Likewise.
5786 (class Lib_group): Derive from Library_base.
5787 (Lib_group::do_filename): New function.
5788 (Lib_group::do_get_mtime): New function.
5789 (Lib_group::do_for_all_unused_symbols): New function.
5790 (Lib_group::task_): Move to base class.
5791 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
5792 function.
5793 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
5794 function.
5795 * incremental.cc (Incremental_inputs::report_archive_begin):
5796 Use Library_base; call library's get_mtime; add incremental inputs
5797 entry before members.
5798 (class Unused_symbol_visitor): New class.
5799 (Incremental_inputs::report_archive_end): Use Library_base; use
5800 visitor class to record unused symbols; don't add incremental inputs
5801 entry after members.
5802 (Incremental_inputs::report_object): Use Library_base.
5803 * incremental.h
5804 (Incremental_archive_entry::Incremental_archive_entry): Remove
5805 unused Archive parameter.
5806 (Incremental_inputs::report_archive_begin): Use Library_base.
5807 (Incremental_inputs::report_archive_end): Likewise.
5808 (Incremental_inputs::report_object): Likewise.
5809 * object.cc (Sized_relobj::do_for_all_global_symbols): New
5810 function.
5811 * object.h (Object::for_all_global_symbols): New function.
5812 (Object::do_for_all_global_symbols): New function.
5813 (Sized_relobj::do_for_all_global_symbols): New function.
5814 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
5815 function.
5816 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
5817 function.
5818
61ab3e40
ILT
58192011-03-27 Ian Lance Taylor <iant@google.com>
5820
5821 * archive.cc (Archive::interpret_header): Return -1 if something
5822 goes wrong. Change callers accordingly.
5823
30e1f9e6
CC
58242011-03-25 Cary Coutant <ccoutant@google.com>
5825
5826 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
5827 * testsuite/Makefile.in: Regenerate.
5828
9370ce59 58292011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
9c793f14
RÁE
5830
5831 * plugin.cc (get_view): New.
5832 (Plugin::load): Pass get_view to the plugin.
5833 (Plugin_manager::get_view): New.
5834
9312bb0a
ILT
58352011-03-21 Ian Lance Taylor <iant@google.com>
5836
5837 * testsuite/final_layout.sh: Rewrite to not use dc.
07aead7b 5838 * testsuite/relro_test.sh: Fail if dc is not present.
9312bb0a 5839
7e12ba9e
ST
58402011-03-21 Sriraman Tallam <tmsriram@google.com>
5841
5842 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
5843 Change == to -eq.
5844 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
5845 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
5846 Change == to -eq.
5847 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
5848 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
5849
fd7a005d
ILT
58502011-03-14 Ian Lance Taylor <iant@google.com>
5851
5852 * script-sections.cc (Sort_output_sections::script_compare):
5853 Rename from is_before, change return type.
5854 (Sort_output_sections::operator()): Adjust accordingly.
5855
ed16fd1b
ILT
58562011-03-11 Jeffrey Yasskin <jyasskin@google.com>
5857
5858 PR gold/12572
5859 * testsuite/odr_violation2.cc: Add comment to make all error line
5860 numbers double digits.
5861 * testsuite/debug_msg.sh: Adjust expected errors.
5862
71ff8986
ILT
58632011-03-09 Jeffrey Yasskin <jyasskin@google.com>
5864
5865 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
5866 but mark earlier ones as non-canonical
5867 (offset_to_iterator): Update search target and example
5868 (do_addr2line): Return extra lines in a vector*
5869 (format_file_lineno): Extract from do_addr2line
5870 (one_addr2line): Add vector* out-param
5871 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
5872 when a lineno entry appeared last for its instruction
5873 (Dwarf_line_info): Add vector* out-param
5874 * object.cc (Relocate_info): Pass NULL for the vector* out-param
5875 * symtab.cc (Odr_violation_compare): Include the lineno in the
5876 comparison again.
5877 (linenos_from_loc): New. Combine the canonical line for an
5878 address with its other lines.
5879 (True_if_intersect): New. Helper functor to make
5880 std::set_intersection a query.
5881 (detect_odr_violations): Compare sets of lines instead of just
5882 one line for each function. This became less deterministic, but
5883 has fewer false positives.
5884 * symtab.h: Declarations.
5885 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
5886 mix an optimized and non-optimized object in the same binary
5887 (odr_violation2.so): Same.
5888 * testsuite/Makefile.in: Regenerate from Makefile.am.
5889 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
5890 * testsuite/debug_msg.sh: Update line numbers and add
5891 assertions.
5892 * testsuite/odr_violation1.cc: Use OdrDerived, in a
5893 non-optimized context.
5894 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
5895 isn't inlined, and use OdrDerived in an optimized context.
5896 * testsuite/odr_header1.h: Defines OdrDerived, where
5897 optimization will change the
5898 first-instruction-in-the-destructor's file and line number.
5899 * testsuite/odr_header2.h: Defines OdrBase.
5900
a19fefdc
ILT
59012011-03-09 Ian Lance Taylor <iant@google.com>
5902
5903 * fileread.cc (File_read::clear_views): Don't delete the whole
5904 file view.
5905
ecb351e9
ILT
59062011-03-08 Ian Lance Taylor <iant@google.com>
5907
5908 PR gold/12525
5909 * fileread.cc: #include <climits>.
5910 (GOLD_IOV_MAX): Define.
5911 (File_read::read_multiple): Limit number of entries by iov_max.
5912 * fileread.h (class File_read): Always set max_readv_entries to
5913 128.
5914
b821d13c
ILT
59152011-03-07 Ian Lance Taylor <iant@google.com>
5916
5917 PR gold/12525
5918 * options.h (class General_options): Add -dy and -dn.
5919
89243142
CC
59202011-03-02 Cary Coutant <ccoutant@google.com>
5921
5922 * testsuite/script_test_9.t: Add TLS segment.
5923
d0773f31
ILT
59242011-03-02 Simon Baldwin <simonb@google.com>
5925
5926 * configure.ac: Add check for gnu_indirect_function support in
5927 the toolchain building binutils.
5928 * configure: Rebuild.
5929
9370ce59 59302011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
badc8139
RÁE
5931
5932 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
5933 plugin only symbols.
5934 (Symbol_table::sized_finalize_symbol) Mark symbol only present
5935 in plugin files as not needed in the symbol table.
5936
4cf7a849
ST
59372011-02-11 Sriraman Tallam <tmsriram@google.com>
5938
5939 * output.cc (Output_section::add_input_section): Delay fill
5940 generation for section ordering.
5941
b578bd7d
ILT
59422011-02-09 Ian Lance Taylor <iant@google.com>
5943
5944 PR gold/12316
5945 * object.h (class Sized_relobj): Remove clear_local_symbols.
5946 * reloc.cc (Sized_relobj::do_relocate): Don't call
5947 clear_local_symbols.
5948
9370ce59 59492011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
84ced98a
RÁE
5950
5951 * plugin.cc (is_visible_from_outside): Return true for symbols
5952 in the -u option.
5953
55382fb7
ILT
59542011-02-04 Jeffrey Yasskin <jyasskin@google.com>
5955
5956 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
5957 filename.
5958
4e271fff
ST
59592011-02-02 Sriraman Tallam <tmsriram@google.com>
5960
5961 * icf.h (is_section_foldable_candidate): Change type of parameter
2e702c99 5962 to std::string.
4e271fff 5963 * icf.cc (Icf::find_identical_sections): Change type of local variable
2e702c99 5964 section_name to be std::string.
4e271fff
ST
5965 (is_function_ctor_or_dtor): Change type of parameter to std::string.
5966
d433c3ac
ILT
59672011-01-25 Ian Lance Taylor <iant@google.com>
5968
5969 * script.cc (script_add_extern): Rewrite to use
5970 add_symbol_reference.
5971
880473a6
DK
59722011-01-25 Doug Kwan <dougkwan@google.com>
5973
d433c3ac 5974 * icf.cc (get_section_contents): Always lock section's object.
880473a6 5975
f30f86fa
ILT
59762011-01-24 Ian Lance Taylor <iant@google.com>
5977
5978 * options.h (class General_options): Accept
5979 --no-detect-odr-violations.
5980
8e51a0b9
ILT
59812011-01-24 Ian Lance Taylor <iant@google.com>
5982
5983 * version.cc (version_string): Bump to 1.11.
5984
0f3b89d8
ILT
59852011-01-24 Ian Lance Taylor <iant@google.com>
5986
5987 * plugin.cc (class Plugin_rescan): Define new class.
5988 (Plugin_manager::claim_file): Set any_claimed_.
5989 (Plugin_manager::save_archive): New function.
5990 (Plugin_manager::save_input_group): New function.
5991 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
5992 necessary.
5993 (Plugin_manager::new_undefined_symbol): New function.
5994 (Plugin_manager::rescan): New function.
5995 (Plugin_manager::rescannable_defines): New function.
5996 (Plugin_manager::add_input_file): Set any_added_.
5997 * plugin.h (class Plugin_manager): define new fields rescannable_,
5998 undefined_symbols_, any_claimed_, and any_added_. Declare
5999 Plugin_rescan as friend. Declare new functions.
6000 (Plugin_manager::Rescannable): Define type.
6001 (Plugin_manager::Rescannable_list): Define type.
6002 (Plugin_manager::Undefined_symbol_list): Define type.
6003 (Plugin_manager::Plugin_manager): Initialize new fields.
6004 * archive.cc (Archive::defines_symbol): New function.
6005 (Add_archive_symbols::run): Pass archive to plugins if any.
6006 * archive.h (class Archive): Declare defines_symbol.
6007 * readsyms.cc (Input_group::~Input_group): New function.
6008 (Finish_group::run): Pass input_group to plugins if any.
6009 * readsyms.h (class Input_group): Declare destructor.
6010 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
6011 any.
6012
3bb951e5
ILT
60132011-01-10 Ian Lance Taylor <iant@google.com>
6014
6015 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
6016 section as relro.
6017 (Layout::set_segment_offsets): Reset increase_relro before calling
6018 set_section_addresses a second time.
6019
0aa45fac
CC
60202011-01-04 Cary Coutant <ccoutant@google.com>
6021
6022 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
6023 sections before NOBITS sections.
6024
0db46eb4
L
60252011-01-01 H.J. Lu <hongjiu.lu@intel.com>
6026
6027 * version.cc (print_version): Update copyright to 2011.
6028
829c9745
CC
60292010-12-23 Cary Coutant <ccoutant@google.com>
6030
6031 * output.h (Output_data_reloc::add_output_section): Pass OD instead
6032 of OS to this->add. Add OD parameter to second form of the function.
6033
7500420b
ILT
60342010-12-20 Ian Lance Taylor <iant@google.com>
6035
6036 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
6037 second of two consecutive entries with same offset.
6038
f8e9a930
RW
60392010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6040
6041 * testsuite/Makefile.am (ifuncmain2static_LDADD)
6042 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
6043 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
6044 to avoid unneeded links against $(LDADD).
6045 * testsuite/Makefile.in: Regenerate.
6046
2fbb4320
ILT
60472010-12-15 Ian Lance Taylor <iant@google.com>
6048
6049 PR gold/12324
6050 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
6051 for R_X86_64_32 and R_X86_64_PC32.
6052 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
6053 ver_matching_def_pic.o.
6054 (ver_matching_def_pic.o): New target.
6055
fedb228d
RW
60562010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6057
6058 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
6059 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
6060 Move definition before File_read::View member definitions.
6061 (File_read::View::~View): Initialize and hold lock before
6062 updating current_mapped_bytes.
6063
9b547ce6
RW
60642010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6065
6066 * dwarf_reader.cc: Remove outdated comment.
6067 * gold-threads.cc: Fix typo in error message.
6068 * archive.cc: Fix typos in comments.
6069 * archive.h: Likewise.
6070 * arm-reloc-property.cc: Likewise.
6071 * arm-reloc-property.h: Likewise.
6072 * arm-reloc.def: Likewise.
6073 * arm.cc: Likewise.
6074 * attributes.h: Likewise.
6075 * cref.cc: Likewise.
6076 * ehframe.cc: Likewise.
6077 * fileread.h: Likewise.
6078 * gold.h: Likewise.
6079 * i386.cc: Likewise.
6080 * icf.cc: Likewise.
6081 * incremental.h: Likewise.
6082 * int_encoding.cc: Likewise.
6083 * layout.h: Likewise.
6084 * main.cc: Likewise.
6085 * merge.h: Likewise.
6086 * object.cc: Likewise.
6087 * object.h: Likewise.
6088 * options.cc: Likewise.
6089 * readsyms.cc: Likewise.
6090 * reduced_debug_output.cc: Likewise.
6091 * reloc.cc: Likewise.
6092 * script-sections.cc: Likewise.
6093 * sparc.cc: Likewise.
6094 * symtab.h: Likewise.
6095 * target-reloc.h: Likewise.
6096 * target.cc: Likewise.
6097 * target.h: Likewise.
6098 * timer.cc: Likewise.
6099 * timer.h: Likewise.
6100 * x86_64.cc: Likewise.
6101
83e17bd5
CC
61022010-12-09 Cary Coutant <ccoutant@google.com>
6103
6104 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
6105 stack.
6106 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
6107 parameter; change all callers.
6108 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
6109 * options.h (warn_execstack): New option.
6110
017257f8
DK
61112010-12-07 Doug Kwan <dougkwan@google.com>
6112
6113 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
6114 like function call relocations.
6115
c20cbc06
ILT
61162010-12-07 Ian Lance Taylor <iant@google.com>
6117
6118 * archive.cc (Archive::get_elf_object_for_member): Permit
6119 punconfigured to be NULL.
6120 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
6121 (Archive::include_member): Pass NULL to get_elf_object_for_member
6122 if we searched for the archive and this is the first included
6123 object.
6124
4dbfafcc
ILT
61252010-12-01 Ian Lance Taylor <iant@google.com>
6126
6127 * dwarf_reader.h (class Sized_dwarf_line_info): Add
6128 track_relocs_type_ field.
6129 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6130 Set track_relocs_type_.
6131 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
6132 contents when using RELA relocs.
6133 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
6134 reloc_map_.
6135 * reloc.cc (Track_relocs::next_addend): New function.
6136 * reloc.h (class Track_relocs): Declare next_addend.
6137
e5e19edd
ILT
61382010-12-01 Ian Lance Taylor <iant@google.com>
6139
6140 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
6141 virtual destructor.
6142
9a5ce24c
ILT
61432010-12-01 Ian Lance Taylor <iant@google.com>
6144
6145 * README: Update compilers known to work and fail.
6146
c7791212
NC
61472010-11-23 Matthias Klose <doko@ubuntu.com>
6148
6149 * configure.in: For --enable-gold, handle value `default' instead of
6150 `both*'. Always install ld as ld.bfd, install as ld if gold is
6151 not the default.
6152 * configure: Regenerate.
6153
0ad220c9
DK
61542010-11-18 Doug Kwan <dougkwan@google.com>
6155
6156 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
6157 and right_alignment to be zero. Store result alignment only if it is
6158 greater than existing alignment.
6159
ab8056e0
CC
61602010-11-16 Cary Coutant <ccoutant@google.com>
6161
6162 PR gold/12220
6163 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6164 Check for ".zdebug_line".
6165
fd064a5b
CC
61662010-11-16 Doug Kwan <dougkwan@google.com>
6167 Cary Coutant <ccoutant@google.com>
6168
6169 * output.h (Output_segment::set_section_addresses): Pass increase_relro
6170 by reference; adjust all callers.
6171 * output.cc (Output_segment::set_section_addresses): Adjust references
6172 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
6173 list is empty.
6174 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
6175 end at page boundary.
6176
6fc6ea19
CC
61772010-11-16 Cary Coutant <ccoutant@google.com>
6178
6179 PR gold/12220
6180 * layout.cc (Layout::choose_output_section): Transform names of
6181 compressed sections even when using a script with a SECTIONS clause.
6182 (Layout::output_section_name): Remove code to transform
6183 compressed debug section names.
6184 * output.cc (Output_section::add_input_section): Use uncompressed
6185 section size when tracking input sections.
6186
95a2c8d6
RS
61872010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
6188
6189 * symtab.h (Symbol::NON_PIC_REF): Remove.
6190 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
6191 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
6192 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
6193 (Symbol::use_plt_offset): Take a flags argument and pass it
6194 directly to needs_dynamic_reloc. Restrict check for undefined
6195 weak symbols to function calls.
6196 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
6197 (Target_arm::Scan::global): Use it.
6198 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
6199 (Target_arm::Relocate::relocate): Likewise.
6200 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
6201 parameter with an r_type parameter. Use get_reference_flags
6202 to get the flags.
6203 (Target_arm::Relocate::relocate): Update accordingly.
6204 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
6205 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
6206 (Target_i386::Scan::global): Likewise.
6207 (Target_i386::Relocate::relocate): Likewise.
6208 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
6209 parameter with an r_type parameter. Use get_reference_flags
6210 to get the flags.
6211 (Target_i386::Relocate::relocate): Update accordingly.
6212 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
6213 (Target_powerpc::Scan::global): Use it.
6214 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
6215 (Target_powerpc::Relocate::relocate): Likewise.
6216 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
6217 (Target_sparc::Scan::global): Use it.
6218 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
6219 (Target_sparc::Relocate::relocate): Likewise.
6220 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
6221 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
6222 (Target_x86_64::Scan::global): Likewise.
6223 (Target_x86_64::Relocate::relocate): Likewise.
6224
f625ae50
DK
62252010-11-08 Doug Kwan <dougkwan@google.com>
6226 Cary Coutant <ccoutant@google.com>
6227
6228 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
6229 (Arm_exidx_merge_section::section_contents_): New data member.
6230 (Arm_input_section::Arm_input_section): Initialize original_contents_.
6231 (Arm_input_section::~Arm_input_section): De-allocate memory.
58797674 6232 (Arm_input_section::original_contents_): New data member.
f625ae50
DK
6233 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
6234 in parameters instead of calling Object::section_contents without
6235 locking.
6236 (Arm_output_section::group_section): New parameter TASK. Pass it
6237 to callees that need locking objects.
6238 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
6239 to lock EXIDX input sections. Fix a formatting issue. Call
6240 Arm_exidx_merged_section::build_contents to create merged section
6241 contents.
6242 (Arm_output_section::create_stub_group): New parameter TASK. Use it
6243 to lock object of stub table owner.
6244 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
6245 TEXT_SIZE to initialize data member TEXT_SIZE_.
6246 (Arm_exidx_input_section::addralign): Fix typo in comment.
6247 (Arm_exidx_input_section::text_size): New method.
6248 (Target_arm::do_relax): New parameter TASK. Pass it to callees
6249 that require locking objects. Lock objects before scanning for stubs
6250 and updating local symbols.
6251 (Arm_input_section<big_endian>::init): Copy contents of original
6252 input section.
2e702c99 6253 (Arm_input_section<big_endian>::do_write): Use saved contents of
f625ae50
DK
6254 original input section instead of calling Object::section_contents
6255 without locking.
6256 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
6257 size without calling Object::section_size().
6258 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
6259 for size. Allocate a buffer for merged EXIDX entries.
6260 (Arm_exidx_merged_section::build_contents): New method.
2e702c99 6261 (Arm_exidx_merged_section::do_write): Move merge section contents
f625ae50
DK
6262 building code to Arm_exidx_merged_section::build_contetns. Write
6263 out contetns in buffer instead of building it on the fly.
6264 (Arm_relobj::make_exidx_input_section): Also pass text section size
6265 to Arm_exidx_input_section constructor.
6266 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
6267 (Arm_dynobj::do_read_symbols): Fix memory leak.
6268 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
6269 * target.h: (class Task): Add forward declaration.
6270 (Target::relax): Add new parameter TASK and pass it to
6271 Target::do_relax().
6272 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
6273
5f9bcf58
CC
62742010-11-05 Cary Coutant <ccoutant@google.com>
6275
6276 PR gold/10708
6277 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
6278 object when reading from the file.
6279 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
6280 second layout pass.
6281 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
6282 when reading section contents.
6283 (get_section_contents): Likewise.
6284 (icf::find_identical_sections): Likewise.
6285 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
6286 object when reading from the file.
6287 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
6288 the object when doing deferred section layout.
6289
e597fa08
NC
62902010-11-03 Nick Clifton <nickc@redhat.com>
6291
6292 PR gold/12001
6293 * script.h (class Symbol_assignment: name): New member. Returns
6294 the name of the symbol.
6295 * scrfipt.cc (Script_options::is_pending_assignment): New member.
6296 Returns true if the given symbol name is on the list of
6297 assignments wating to be processed.
6298 * archive.cc (should_incldue_member): If the symbol is undefined,
6299 check to see if it is on the list of symbols pending assignment.
6300
3f9a3278
ILT
63012010-11-03 Ryan Mansfield <rmansfield@qnx.com>
6302
6303 * script-sections.cc (Script_sections::find_memory_region): Check
6304 for a NULL output section pointer.
6305
d06fb4d1
DK
63062010-10-29 Doug Kwan <dougkwan@google.com>
6307
6308 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
6309 Output_section::add_relaxed_input_section.
6310 * output.cc (Output_section::add_relaxed_input_section): Add new
6311 arguments LAYOUT and NAME. Set section order index.
6312 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
6313 Copy section order index.
6314 * output.h (Output_section::add_relaxed_input_section): Add new
6315 arguments LAYOUT and NAME.
6316
90e24de5
ILT
63172010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6318
6319 * testsuite/Makefile.am: Move gcctestdir/ld rule to
2e702c99 6320 NATIVE_OR_CROSS_LINKER.
90e24de5
ILT
6321 * testsuite/Makefile.in: Regenerate.
6322
c9484ea5
DK
63232010-10-20 Doug Kwan <dougkwan@google.com>
6324
6325 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
6326 without SHF_LINK_ORDER flags.
6327 * layout.cc (Layout::choose_output_section): Do not filter
6328 SHF_LINK_ORDER flag in a relocatable link.
6329
5bc2f5be
CC
63302010-10-17 Cary Coutant <ccoutant@google.com>
6331
6332 * output.h (Output_segment::set_section_addresses): Change function
6333 signature. Update all callers.
6334 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
6335 sections.
6336 (Output_segment::set_section_addresses): Align after last TLS
6337 section. Add padding before last relro section instead of after.
6338
0c91cf04
DK
63392010-10-17 Doug Kwan <dougkwan@google.com>
6340
6341 * gold/arm.cc (Target_arm::got_section): Use correct order and set
6342 GOT output section to be writable.
6343
8c21d9d3
CC
63442010-10-14 Cary Coutant <ccoutant@google.com>
6345
6346 * debug.h (DEBUG_INCREMENTAL): New flag.
2e702c99
RM
6347 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
6348 * gold.cc (queue_initial_tasks): Check parameters for incremental link
6349 mode.
6350 * incremental.cc (report_command_line): Ignore all forms of
6351 --incremental.
6352 * layout.cc (Layout::Layout): Check parameters for incremental link
6353 mode.
6354 * options.cc (General_options::parse_incremental): New function.
6355 (General_options::parse_no_incremental): New function.
6356 (General_options::parse_incremental_full): New function.
6357 (General_options::parse_incremental_update): New function.
6358 (General_options::incremental_mode_): New data member.
6359 (General_options::finalize): Check incremental_mode_.
6360 * options.h (General_options): Update help text for --incremental.
6361 Add --no-incremental, --incremental-full, --incremental-update.
6362 (General_options::Incremental_mode): New enum type.
6363 (General_options::incremental_mode): New function.
6364 (General_options::incremental_mode_): New data member.
6365 * parameters.cc (Parameters::incremental_mode_): New data member.
6366 (Parameters::set_options): Set incremental_mode_.
6367 (Parameters::set_incremental_full): New function.
6368 (Parameters::incremental): New function.
6369 (Parameters::incremental_update): New function.
6370 (set_parameters_incremental_full): New function.
6371 * parameters.h (Parameters::set_incremental_full): New function.
6372 (Parameters::incremental): New function.
6373 (Parameters::incremental_update): New function.
6374 (Parameters::incremental_mode_): New data member.
6375 (set_parameters_incremental_full): New function.
6376 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
6377 incremental link mode.
6378 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
6379 (Sized_relobj::do_relocate_sections): Likewise.
6380 * testsuite/Makefile.am (incremental_test): Use --incremental-full
6381 option.
6382 * testsuite/Makefile.in: Regenerate.
6383 * testsuite/incremental_test.sh: Filter all forms of --incremental.
8c21d9d3 6384
bb32aa18 63852010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
eb373049
ILT
6386
6387 * script-sections.h (class Script_sections): Make
6388 Sections_elements typedef public.
6389 * script-sections.cc (class Sort_output_sections): Add elements_
6390 field. Add constructor which sets it; change all callers.
6391 (Sort_output_sections::is_before): New function.
6392 (Sort_output_sections::operator()): Call is_before.
6393 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
6394 conditional.
6395 * testsuite/script_test_10.sh: New test. Test script section
6396 order.
6397 * testsuite/script_test_10.t: Likewise.
6398 * testsuite/script_test_10.s: Likewise.
6399 * testsuite/Makefile.am: Wrap the cross linker tests and the
6400 common tests into NATIVE_OR_CROSS_LINKER.
6401 (check_SCRIPTS): Add script_test_10.sh.
6402 (check_DATA): Add script_test_10.stdout.
6403 (script_test_10.o, script_test_10): New targets.
6404 (script_test_10.stdout): New target.
6405 * configure, testsuite/Makefile.in: Regenerate.
6406
3cef7179
ILT
64072010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6408
6409 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
6410 error for the deprecated relocations.
6411 (Target_arm::Scan::global): Likewise.
6412 (Target_arm::Relocate::relocate): Likewise.
6413
7411e9a8
RS
64142010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
6415
6416 * fileread.cc (Input_file::find_file): Initialize *found_name
6417 and *namep when using the fallback search for case 4.
6418
6a9da32a
CC
64192010-10-11 Cary Coutant <ccoutant@google.com>
6420
6421 * options.h (class General_options): Redefine -z lazy as an alias for
6422 the negation of -z now.
6423
ac897c20
ILT
64242010-10-11 Ian Lance Taylor <iant@google.com>
6425
6426 * resolve.cc (symbol_to_bits): Report the value of the unsupported
6427 binding.
6428
ea5cae92
NC
64292010-10-06 Nick Clifton <nickc@redhat.com>
6430
6431 * script-sections.cc(class Memory_region): Remove
6432 current_lma_offset_ field. Rename current_vma_offset_ to
6433 current_offset_. Add last_section_ field.
6434 (Memory_region::get_current_vma_address): Rename to
6435 get_current_address.
6436 (Memory_region::get_current_lma_address): Delete.
6437 (Memory_region::increment_vma_offset): Rename to
6438 increment_offset.
6439 (Memory_region::increment_lma_offset): Delete.
6440 (Memory_region::attributes_compatible): New method. Returns
6441 true if the provided section is compatible with the region.
6442 (Memory_region::get_last_section): New method. Returns the last
6443 section to use the region.
6444 (Memory_region::set_last_section): New method. Stores the last
6445 section to use the region.
6446 (Script_sections::block_in_region): New method. Returns true if
6447 a block of memory is contained within a region.
6448 (Script_sections::find_memory_region): New method. Locates a
6449 memory region to be used to set a VMA or LMA address.
6450 (Output_section_definition::set_section_addresses): Add code to
6451 check for addresses set by memory regions.
6452 (Output_segment::set_section_addresses): Remove memory region
6453 walking code.
6454 (Script_sections::create_segment): Add a warning if a header
6455 segment is created outside of any region.
6456 * script-sections.h (class Script_sections): Add prototypes for
6457 find_memory_region and block_in_region methods.
6458 * testsuite/memory_test.s: Use .long instead of .word.
6459 * testsuite/memory_test.t: Add some more output sections.
6460 * testsuite/memory_test.sh: Update expected output.
6461
a9bfd952
DK
64622010-10-02 Doug Kwan <dougkwan@google.com>
6463
6464 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
6465 defintion to symtab.h
6466 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
6467 declaration to defintion.
6468
bacff3ab
NC
64692010-10-01 Nick Clifton <nickc@redhat.com>
6470
6471 * expression.cc (eval): Replace dummy argument with NULL.
6472 (eval_maybe_dot): Check for a NULL result section pointer.
6473 (Symbol_expression::value): Likewise.
6474 (Dot_expression::value): Likewise.
6475 (BINARY_EXPRESSION): Likewise.
6476 (Max_expression::value): Likewise.
6477 (Min_expression::value): Likewise.
6478 (Absolute_expression::value): Likewise.
6479 (Addr_expression::value_from_output_section): Likewise.
6480 (Loaddddr_expression::value_from_output_section): Likewise.
6481 (Segment_start_expression::value): Likewise.
6482 * script-sections.cc
6483 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
6484 argument with NULL.
6485 (Sections_elememt_dot_assignment::set_section_addresses):
6486 Likewise.
6487 (Output_data_expression::do_write_to_buffer): Likewise.
6488 (Output_section_definition::finalize_symbols): Likewise.
6489 (Output_section_definition::set_section_addresses): Likewise.
6490
f81bc8b5
DK
64912010-09-30 Doug Kwan <dougkwan@google.com>
6492
6493 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
6494
c95e9f27
ST
64952010-09-28 Sriraman Tallam <tmsriram@google.com>
6496
6497 * target.h (Target::can_icf_inline_merge_sections): New virtual
bacff3ab 6498 function.
c95e9f27
ST
6499 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
6500 virtual function.
6501 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
6502 virtual function.
6503 * icf.cc (get_section_contents): Inline merge sections only when
6504 target allows it.
6505
3cac54d2
RW
65062010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6507
6508 * configure: Regenerate.
6509
2904037a
ILT
65102010-09-17 Ian Lance Taylor <iant@google.com>
6511
6512 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
d4d91489
ILT
6513 * testsuite/Makefile.am (memory_test.o): New target.
6514 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
6515 memory_test.t.
6516 * testsuite/Makefile.in: Rebuild.
2904037a 6517
bca7fb63
DK
65182010-09-17 Doug Kwan <dougkwan@google.com>
6519
6520 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
6521 defintion if relocation uses GOT entries of the symbol.
6522 * testsuite/icf_safe_test.sh: Fix test.
6523 * testsuite/icf_safe_so_test.sh: Fix test.
6524
4ef28648
CC
65252010-09-16 Cary Coutant <ccoutant@google.com>
6526
6527 * script_sections.cc (class Memory_region): Remove "NULL" from
6528 vector initializations.
6529
793990de
CC
65302010-09-15 Cary Coutant <ccoutant@google.com>
6531
6532 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
6533 Resolve forwarding symbols.
6534
81e015e2
DK
65352010-09-15 Doug Kwan <dougkwan@google.com>
6536
6537 * gold/testsuite/script_test_3.t: Add ARM special sections.
6538 * gold/testsuite/script_test_4.t: Same.
6539 * gold/testsuite/script_test_5.t: Same.
6540 * gold/testsuite/script_test_6.t: Same.
6541 * gold/testsuite/script_test_7.t: Same.
6542 * gold/testsuite/script_test_7.t: Same.
6543 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
6544
36171d64
CC
65452010-09-14 Cary Coutant <ccoutant@google.com>
6546
6547 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
6548 (Target_x86_64::Relocate::relocate_tls): Replace check for
6549 saw_tls_block_reloc_ with test for executable section.
6550
d89051bd
CC
65512010-09-12 Cary Coutant <ccoutant@google.com>
6552
6553 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
6554 position-independent executables to shared libraries need dynamic
6555 relocations.
6556 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
6557 position-independent executables.
6558 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
6559 * testsuite/Makefile.in: Regenerate.
6560
fca41f0f
NC
65612010-09-10 Nick Clifton <nickc@redhat.com>
6562
6563 PR gold/11997
6564 * testsuite/memory_test.t: Discard any sections that are not
6565 needed.
6566
6695e4b3
L
65672010-09-09 H.J. Lu <hongjiu.lu@intel.com>
6568
6569 PR gold/11996
6570 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
6571 "This::" to work around a bug in gcc 4.2.
6572
6573 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
6574
0f72bf6f
RÁE
65752010-09-09 Rafael Espindola <espindola@google.com>
6576
6577 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
6578 sections with different PF_X flags in the same segment.
6579 (Layout::find_first_load_seg): Search all segments to find the first
6580 one.
6581 * options.h (rosegment): New.
6582
65832010-09-08 Rafael Espindola <espindola@google.com>
a6577478 6584
05a79166 6585 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
a6577478 6586
aa98ff75
DK
65872010-09-08 Doug Kwan <dougkwan@google.com>
6588
6589 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
6590 (Arm_relobj::do_relocate_sections): Add new parameter for output
6591 file to match the parent.
6592 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
6593 of local symbols instead of input values. Update code to track
6594 changes in gold::relocate_section.
6595 * object.cc (Sized_relobj::compute_final_local_value): New methods.
6596 (Sized_relobj::compute_final_local_value_internal): New methods.
6597 (Sized_relobj::do_finalize_local_symbols): Move code from loop
6598 body into private version of Sized_relobj::compute_final_local_value.
6599 Call the inline method.
6600 * object.h (Symbol_value::Symbol_value): Define destructor. Free
6601 merged symbol value if there is one.
6602 (Symbol_value::has_output_value): New method defintiion.
6603 (Sized_relobj::Compute_final_local_value_status): New enum type.
6604 (Sized_relobj::compute_final_local_value): New methods.
6605 (Sized_relobj::compute_final_local_value_internal): New methods.
6606 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
6607 and arm_cortex_a8.sh.
6608 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
6609 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
6610 New tests.
6611 * Makefile.in: Regenerate.
6612 * testsuite/arm_bl_out_of_range.s: Update test.
6613 * testsuite/thumb_bl_out_of_range.s: Ditto.
6614 * testsuite/thumb_blx_out_of_range.s: Ditto.
6615 * testsuite/arm_branch_out_of_range.sh: New file.
6616 * testsuite/arm_cortex_a8.sh: Ditto.
6617 * testsuite/arm_cortex_a8_b.s: Ditto.
6618 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
6619 * testsuite/arm_cortex_a8_b_local.s: Ditto.
6620 * testsuite/arm_cortex_a8_bl.s: Ditto.
6621 * testsuite/arm_cortex_a8_blx.s: Ditto.
6622 * testsuite/arm_cortex_a8_local.s: Ditto.
6623 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
6624 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
6625
05a79166
L
66262010-09-08 Rafael Espindola <espindola@google.com>
6627
6628 * Makefile.am (memory_test.stdout): Run readelf with -W.
6629 * Makefile.in: Regenerate.
6630 * testsuite/memory_test.sh: Make the regexps accept both 32 and
6631 64 bit output.
6632
33dbc701
RÁE
66332010-09-08 Rafael Espindola <espindola@google.com>
6634
6635 * script-sections.cc (Script_sections::add_memory_region): Convert
6636 field precision to int.
6637 * script.cc (script_set_section_region, script_set_section_region):
6638 Convert field precision to int.
6639
731ca54a
RÁE
66402010-09-08 Rafael Espindola <espindola@google.com>
6641
6642 * arm.cc (do_finalize_sections): Create the __exidx_start and
6643 __exdix_end symbols even when the section is missing.
6644
7f8cd844
NC
66452010-09-08 Nick Clifton <nickc@redhat.com>
6646
6647 * README: Remove claim that MEMORY is not supported.
6648 * expression.cc (script_exp_function_origin)
6649 (script_exp_function_length): Move from here to ...
6650 * script.cc: ... here.
6651 (script_set_section_region, script_add_memory)
6652 (script_parse_memory_attr, script_include_directive): New
6653 functions.
6654 * script-sections.cc
6655 (class Memory_region): New class.
6656 (class Output_section_definition): Add set_memory_region,
6657 set_section_vma, set_section_lma and get_section_name methods.
6658 (class Script_Sections): Add add_memory_region,
6659 find_memory_region, find_memory_region_origin,
6660 find_memory_region_length and set_memory_region methods.
6661 Have set_section_addresses method walk the list of set memory
6662 regions.
6663 Extend the print methos to display memory regions.
6664 * script-sections.h: Add prototypes for new methods.
6665 Add enum for MEMORY region attributes.
6666 * yyscript.y: Add support for parsing MEMORY regions.
6667 * script-c.h: Add prototypes for new functions.
6668 * testsuite/Makefile.am: Add test of MEMORY region functionality.
6669 * testsuite/Makefile.in: Regenerate.
6670 * testsuite/memory_test.sh: New script.
6671 * testsuite/memory_test.s: New assembler source file.
6672 * testsuite/memory_test.t: New linker script.
6673
a4649286
DK
66742010-08-27 Doug Kwan <dougkwan@google.com>
6675
6676 * gold/resolve.cc (Symbol_table::should_override): Let a weak
6677 reference override an existing dynamic weak reference.
6678 * testsuite/Makefile.am: Add new test dyn_weak_ref.
6679 * testsuite/Makefile.in: Regenerate.
6680 * testsuite/dyn_weak_ref.sh: New file.
6681 * testsuite/dyn_weak_ref_1.c: Ditto.
6682 * testsuite/dyn_weak_ref_2.c: Ditto.
6683
b56648ad
ILT
66842010-08-27 Ian Lance Taylor <iant@google.com>
6685
6686 * incremental.h (class Incremental_input_entry): Add virtual
6687 destructor.
6688
809313cb
ILT
66892010-08-27 Ian Lance Taylor <iant@google.com>
6690
6691 * testsuite/start_lib_test_3.c: Mark t3 as used.
6692
11e32464
NC
66932010-08-27 Nick Clifton <nickc@redhat.com>
6694
6695 * options.cc (version_script): Fix small typo in previous
6696 whitespace tidyup.
6697
ca09d69a
NC
66982010-08-25 Nick Clifton <nickc@redhat.com>
6699
6700 * archive.cc: Formatting fixes: Remove whitespace between
6701 typename and following asterisk. Remove whitespace between
6702 function name and opening parenthesis.
6703 * archive.h: Likewise.
6704 * arm.cc: Likewise.
6705 * attributes.cc: Likewise.
6706 * attributes.h: Likewise.
6707 * common.cc: Likewise.
6708 * copy-relocs.cc: Likewise.
6709 * dirsearch.h: Likewise.
6710 * dynobj.cc: Likewise.
6711 * ehframe.cc: Likewise.
6712 * ehframe.h: Likewise.
6713 * expression.cc: Likewise.
6714 * fileread.cc: Likewise.
6715 * fileread.h: Likewise.
6716 * gc.h: Likewise.
6717 * gold-threads.cc: Likewise.
6718 * gold.cc: Likewise.
6719 * i386.cc: Likewise.
6720 * icf.h: Likewise.
6721 * incremental-dump.cc: Likewise.
6722 * incremental.cc: Likewise.
6723 * layout.cc: Likewise.
6724 * layout.h: Likewise.
6725 * main.cc: Likewise.
6726 * merge.cc: Likewise.
6727 * merge.h: Likewise.
6728 * object.cc: Likewise.
6729 * object.h: Likewise.
6730 * options.cc: Likewise.
6731 * options.h: Likewise.
6732 * output.cc: Likewise.
6733 * output.h: Likewise.
6734 * plugin.cc: Likewise.
6735 * plugin.h: Likewise.
6736 * powerpc.cc: Likewise.
6737 * reloc.cc: Likewise.
6738 * script-c.h: Likewise.
6739 * script-sections.cc: Likewise.
6740 * script.cc: Likewise.
6741 * stringpool.cc: Likewise.
6742 * symtab.cc: Likewise.
6743 * symtab.h: Likewise.
6744 * target.cc: Likewise.
6745 * timer.cc: Likewise.
6746 * timer.h: Likewise.
6747 * version.cc: Likewise.
6748 * x86_64.cc: Likewise.
6749
b8fa8750
NC
67502010-08-24 Nick Clifton <nickc@redhat.com>
6751
6752 PR 11899
6753 * layout.cc (segment_precedes): Sort segments by their physical
6754 addresses, if they have been set.
6755
9919d93b
CC
67562010-08-23 Cary Coutant <ccoutant@google.com>
6757
6758 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
6759 symbols data.
6760 (Lib_group::include_member): Unlock object after deleting its
6761 symbols data.
6762 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
6763 the bug fixed here.
6764
97b4be1c
CC
67652010-08-19 Neil Vachharajani <nvachhar@google.com>
6766 Cary Coutant <ccoutant@google.com>
6767
6768 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
6769 constructor, and set_blocker.
6770 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
6771 readsyms_blocker_.
6772 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
6773 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
6774 * testsuite/Makefile.am (start_lib_test): New test case.
6775 * testsuite/Makefile.in: Regenerate.
6776 * testsuite/start_lib_test_main.c: New file.
6777 * testsuite/start_lib_test_1.c: New file.
6778 * testsuite/start_lib_test_2.c: New file.
6779 * testsuite/start_lib_test_3.c: New file.
6780
dd0b1884
ILT
67812010-08-19 Ian Lance Taylor <iant@google.com>
6782
6783 * Makefile.in: Rebuild with automake 1.11.1.
6784 * aclocal.m4: Likewise.
6785 * testsuite/Makefile.in: Likewise.
6786
7223e9ca
ILT
67872010-08-19 Ian Lance Taylor <iant@google.com>
6788
6789 PR 10893
6790 * i386.cc (class Output_data_plt_i386): Update declarations.
6791 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
6792 local_ifuncs_ fields.
6793 (Target_i386::do_plt_section_for_global): New function.
6794 (Target_i386::do_plt_section_for_local): New function.
6795 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
6796 parameter; change all callers. Initialize global_ifuncs_ and
6797 local_ifuncs_. If doing a static link define __rel_iplt_start and
6798 __rel_iplt_end.
6799 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
6800 (Output_data_plt_i386::add_local_ifunc_entry): New function.
6801 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
6802 symbols.
6803 (Target_i386::make_plt_section): New function, broken out of
6804 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
6805 (Target_i386::make_plt_entry): Call make_plt_section.
6806 (Target_i386::make_local_ifunc_plt_entry): New function.
6807 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
6808 (Target_i386::Scan::local): Handle IFUNC symbols. Add
6809 R_386_IRELATIVE to switch.
6810 (Target_i386::Scan::global): Likewise.
6811 (Target_i386::Relocate::relocate): Likewise.
6812 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
6813 switch.
6814 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
6815 (Target_x86_64::do_plt_section_for_global): New function.
6816 (Target_x86_64::do_plt_section_for_local): New function.
6817 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
6818 parameter; change all callers. If doing a static link define
6819 __rela_iplt_start and __rela_iplt_end.
6820 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
6821 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
6822 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
6823 to point to .plt.
6824 (Target_x86_64::make_local_ifunc_plt_entry): New function.
6825 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
6826 switch.
6827 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
6828 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
6829 R_X86_64_IRELATIVE to switch.
6830 (Target_x86_64::Scan::global): Likewise.
6831 (Target_x86_64::Relocate::relocate): Likewise.
6832 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
6833 switch.
6834 * target.h (class Target): Add plt_section_for_global and
6835 plt_section_for_local functions. Add do_plt_section_for_global
6836 and do_plt_section_for_local virtual functions.
6837 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
6838 clarifying comments.
6839 (Symbol::use_plt_offset): Handle IFUNC symbol.
6840 * object.cc (Sized_relobj::Sized_relobj): Initialize
6841 local_plt_offsets_.
6842 (Sized_relobj::local_has_plt_offset): New function.
6843 (Sized_relobj::local_plt_offset): New function.
6844 (Sized_relobj::set_local_plt_offset): New function.
6845 (Sized_relobj::do_count): Handle IFUNC symbol.
6846 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
6847 a bit away from input_shndx_ field. Add set_is_func_symbol and
6848 is_ifunc_symbol functions.
6849 (class Sized_relobj): Update declarations. Remove Tls_got_entry
6850 and Local_tls_got_offsets. Define Local_plt_offsets. Add
6851 local_plt_offsets_ field.
6852 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
6853 * output.h (class Output_section_data): Add non-const
6854 output_section function.
6855 (class Output_data_got): Update declarations.
6856 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
6857 Add use_plt_offset parameter to global and local constructors.
6858 Change all callers. Change local_sym_index_ field to 31 bits.
6859 Change GSYM_CODE and CONSTANT_CODE accordingly.
6860 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
6861 doing a static link don't set sh_link field.
6862 (Output_data_got::Got_entry::write): Use PLT offset if
6863 appropriate.
6864 (Output_data_got::add_global_plt): New function.
6865 (Output_data_got::add_local_plt): New function.
6866 * target-reloc.h (relocate_section): Handle IFUNC symbol.
6867 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
6868 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
6869 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
6870 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
6871 IFUNC conditional.
6872 * testsuite/ifunc-sel.h: New file.
6873 * testsuite/ifuncmain1.c: New file.
6874 * testsuite/ifuncmain1vis.c: New file.
6875 * testsuite/ifuncmod1.c: New file.
6876 * testsuite/ifuncdep2.c: New file.
6877 * testsuite/ifuncmain2.c: New file.
6878 * testsuite/ifuncmain3.c: New file.
6879 * testsuite/ifuncmod3.c: New file.
6880 * testsuite/ifuncmain4.c: New file.
6881 * testsuite/ifuncmain5.c: New file.
6882 * testsuite/ifuncmod5.c: New file.
6883 * testsuite/ifuncmain6pie.c: New file.
6884 * testsuite/ifuncmod6.c: New file.
6885 * testsuite/ifuncmain7.c: New file.
6886 * configure, testsuite/Makefile.in: Rebuild.
6887
56f75c03
ILT
68882010-08-18 Ian Lance Taylor <iant@google.com>
6889
6890 * incremental.cc
6891 (Output_section_incremental_inputs::write_input_files): Add cast
6892 to avoid signed/unsigned comparison warning.
6893 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6894
55455f89
CC
68952010-08-12 Cary Coutant <ccoutant@google.com>
6896
6897 * common.cc (Sort_commons::operator()): Remove unnecessary code.
6898
e2054bcb
ILT
68992010-08-13 Ian Lance Taylor <iant@google.com>
6900
6901 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
6902
74f67560
DK
69032010-08-12 Cary Coutant <ccoutant@google.com>
6904 Doug Kwan <dougkwan@google.com>
6905
6906 * resolve.cc (Symbol_table::should_override): When a weak dynamic
6907 defintion overrides non-weak undef, remember that the original undef
6908 is not weak.
6909 * symtab.cc (Symbol_table::sized_write_global): For undef without
6910 an original weak binding, set binding to global in output.
6911 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
6912 * testsuite/Makefile.in: Regenerate.
6913 * testsuite/strong_ref_weak_def.sh: New file.
6914 * testsuite/strong_ref_weak_def_1.c: Ditto.
6915 * testsuite/strong_ref_weak_def_2.c: Ditto.
6916
d1238d12
CC
69172010-08-12 Cary Coutant <ccoutant@google.com>
6918
6919 * testsuite/incremental_test.sh: Rewrite.
6920 * testsuite/incremental_test_1.c: Rewrite.
6921 * testsuite/incremental_test_2.c: Rewrite.
6922
0e70b911
CC
69232010-08-12 Cary Coutant <ccoutant@google.com>
6924
6925 * arm.cc (Target_arm::got_size): Add const.
6926 (Target_arm::got_entry_count): New function.
6927 (Target_arm::plt_entry_count): New function.
6928 (Target_arm::first_plt_entry_offset): New function.
6929 (Target_arm::plt_entry_size): New function.
6930 (Output_data_plt_arm::entry_count): New function.
6931 (Output_data_plt_arm::first_plt_entry_offset): New function.
6932 (Output_data_plt_arm::get_plt_entry_size): New function.
6933 * i386.cc (Target_i386::got_size): Add const.
6934 (Target_i386::got_entry_count): New function.
6935 (Target_i386::plt_entry_count): New function.
6936 (Target_i386::first_plt_entry_offset): New function.
6937 (Target_i386::plt_entry_size): New function.
6938 (Output_data_plt_i386::entry_count): New function.
6939 (Output_data_plt_i386::first_plt_entry_offset): New function.
6940 (Output_data_plt_i386::get_plt_entry_size): New function.
6941 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
6942 find_incremental_inputs_sections. Dump incremental_got_plt section.
6943 * incremental.cc: Include target.h.
6944 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
6945 parameter. Adjust all callers. Find incremental_got_plt section.
6946 (Incremental_inputs::create_data_sections): Create incremental_got_plt
6947 section.
6948 (Output_section_incremental_inputs::set_final_data_size): Calculate
6949 size of incremental_got_plt section.
6950 (Output_section_incremental_inputs::do_write): Write the
6951 incremental_got_plt section.
6952 (Got_plt_view_info): New struct.
6953 (Local_got_offset_visitor): New class.
6954 (Global_got_offset_visitor): New class.
6955 (Global_symbol_visitor_got_plt): New class.
6956 (Output_section_incremental_inputs::write_got_plt): New function.
6957 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
6958 Add parameter. Adjust all callers.
6959 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
6960 (Incremental_inputs::got_plt_section): New function.
6961 (Incremental_inputs::got_plt_section_): New data member.
6962 (Incremental_got_plt_reader): New class.
6963 * layout.cc (Layout::create_incremental_info_sections): Add the
6964 incremental_got_plt section.
6965 * object.h (Got_offset_list::get_list): New function.
6966 (Got offset_list::for_all_got_offsets): New function.
6967 (Sized_relobj::local_got_offset_list): New function.
6968 * powerpc.cc (Target_powerpc::got_size): Add const.
6969 (Target_powerpc::got_entry_count): New function.
6970 (Target_powerpc::plt_entry_count): New function.
6971 (Target_powerpc::first_plt_entry_offset): New function.
6972 (Target_powerpc::plt_entry_size): New function.
6973 (Output_data_plt_powerpc::entry_count): New function.
6974 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
6975 (Output_data_plt_powerpc::get_plt_entry_size): New function.
6976 * sparc.cc (Target_sparc::got_size): Add const.
6977 (Target_sparc::got_entry_count): New function.
6978 (Target_sparc::plt_entry_count): New function.
6979 (Target_sparc::first_plt_entry_offset): New function.
6980 (Target_sparc::plt_entry_size): New function.
6981 (Output_data_plt_sparc::entry_count): New function.
6982 (Output_data_plt_sparc::first_plt_entry_offset): New function.
6983 (Output_data_plt_sparc::get_plt_entry_size): New function.
6984 * symtab.h (Symbol::got_offset_list): New function.
6985 (Symbol_table::for_all_symbols): New function.
6986 * target.h (Sized_target::got_entry_count): New function.
6987 (Sized_target::plt_entry_count): New function.
6988 (Sized_target::plt_entry_size): New function.
6989 * x86_64.cc (Target_x86_64::got_size): Add const.
6990 (Target_x86_64::got_entry_count): New function.
6991 (Target_x86_64::plt_entry_count): New function.
6992 (Target_x86_64::first_plt_entry_offset): New function.
6993 (Target_x86_64::plt_entry_size): New function.
6994 (Output_data_plt_x86_64::entry_count): New function.
6995 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
6996 (Output_data_plt_x86_64::get_plt_entry_size): New function.
6997
09ec0418
CC
69982010-08-12 Cary Coutant <ccoutant@google.com>
6999
7000 * archive.cc: Include incremental.h.
7001 (Archive::Archive): Initialize incremental_info_.
7002 (Archive::include_member): Record archive members in incremental info.
7003 (Add_archive_symbols::run): Record begin and end of an archive in
7004 incremental info.
7005 (Lib_group::include_member): Record objects in incremental info.
7006 * archive.h (Incremental_archive_entry): Forward declaration.
7007 (Archive::set_incremental_info): New member function.
7008 (Archive::incremental_info): New member function.
7009 (Archive::Unused_symbol_iterator): New class.
7010 (Archive::unused_symbols_begin): New member function.
7011 (Archive::unused_symbols_end): New member function.
7012 (Archive::incremental_info_): New data member.
7013 * incremental-dump.cc (find_input_containing_global): New function.
7014 (dump_incremental_inputs): Dump new incremental info sections.
7015 * incremental.cc: Include symtab.h.
7016 (Output_section_incremental_inputs): New class.
7017 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
7018 new incremental info sections.
7019 (Sized_incremental_binary::do_check_inputs): Likewise.
7020 (Incremental_inputs::report_archive): Remove.
7021 (Incremental_inputs::report_archive_begin): New function.
7022 (Incremental_inputs::report_archive_end): New function.
7023 (Incremental_inputs::report_object): New function.
7024 (Incremental_inputs::finalize_inputs): Remove.
7025 (Incremental_inputs::report_input_section): New function.
7026 (Incremental_inputs::report_script): Rewrite.
7027 (Incremental_inputs::finalize): Do nothing but finalize string table.
7028 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7029 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7030 (Incremental_inputs::create_data_sections): New function.
7031 (Incremental_inputs::relocs_entsize): New function.
7032 (Output_section_incremental_inputs::set_final_data_size): New function.
7033 (Output_section_incremental_inputs::do_write): New function.
7034 (Output_section_incremental_inputs::write_header): New function.
7035 (Output_section_incremental_inputs::write_input_files): New function.
7036 (Output_section_incremental_inputs::write_info_blocks): New function.
7037 (Output_section_incremental_inputs::write_symtab): New function.
7038 * incremental.h (Incremental_script_entry): Forward declaration.
7039 (Incremental_object_entry): Forward declaration.
7040 (Incremental_archive_entry): Forward declaration.
7041 (Incremental_inputs): Forward declaration.
7042 (Incremental_inputs_header_data): Remove.
7043 (Incremental_inputs_header): Remove.
7044 (Incremental_inputs_header_write): Remove.
7045 (Incremental_inputs_entry_data): Remove.
7046 (Incremental_inputs_entry): Remove.
7047 (Incremental_inputs_entry_write): Remove.
7048 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
7049 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
7050 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7051 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
7052 Likewise.
7053 (Incremental_input_entry): New class.
7054 (Incremental_script_entry): New class.
7055 (Incremental_object_entry): New class.
7056 (Incremental_archive_entry): New class.
7057 (Incremental_inputs::Incremental_inputs): Initialize new data members.
7058 (Incremental_inputs::report_inputs): Remove.
7059 (Incremental_inputs::report_archive): Remove.
7060 (Incremental_inputs::report_archive_begin): New function.
7061 (Incremental_inputs::report_archive_end): New function.
7062 (Incremental_inputs::report_object): Change prototype.
7063 (Incremental_inputs::report_input_section): New function.
7064 (Incremental_inputs::report_script): Change prototype.
7065 (Incremental_inputs::get_reloc_count): New function.
7066 (Incremental_inputs::set_reloc_count): New function.
7067 (Incremental_inputs::create_data_sections): New function.
7068 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7069 (Incremental_inputs::inputs_section): New function.
7070 (Incremental_inputs::symtab_section): New function.
7071 (Incremental_inputs::relocs_section): New function.
7072 (Incremental_inputs::get_stringpool): Add const.
7073 (Incremental_inputs::command_line): Add const.
7074 (Incremental_inputs::inputs): Remove.
7075 (Incremental_inputs::command_line_key): New function.
7076 (Incremental_inputs::input_file_count): New function.
7077 (Incremental_inputs::input_files): New function.
7078 (Incremental_inputs::relocs_entsize): New function.
7079 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7080 (Incremental_inputs::finalize_inputs): Remove.
7081 (Incremental_inputs::Input_info): Remove.
7082 (Incremental_inputs::lock_): Remove.
7083 (Incremental_inputs::inputs_): Change type.
7084 (Incremental_inputs::inputs_map_): Remove.
7085 (Incremental_inputs::current_object_entry_): New data member.
7086 (Incremental_inputs::inputs_section_): New data member.
7087 (Incremental_inputs::symtab_section_): New data member.
7088 (Incremental_inputs::relocs_section_): New data member.
7089 (Incremental_inputs::reloc_count_): New data member.
7090 (Incremental_inputs_reader): New class.
7091 (Incremental_symtab_reader): New class.
7092 (Incremental_relocs_reader): New class.
7093 * layout.cc (Layout::finalize): Move finalization of incremental info
7094 and creation of incremental info sections to follow finalization of
7095 symbol table. Set offsets for postprocessing sections.
7096 (Layout::create_incremental_info_sections): Call
7097 Incremental_inputs::create_data_sections. Add incremental symtab
7098 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
7099 sections to layout after input sections.
7100 * layout.h (struct Timespec): Forward declaration.
7101 (Layout::incremental_inputs): Add const.
7102 (Layout::create_incremental_info_sections): Add parameter.
7103 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
7104 * object.cc: Include incremental.h.
7105 (Relobj::finalize_incremental_relocs): New function.
7106 (Sized_relobj::do_layout): Record input sections in incremental info.
7107 * object.h (Object::output_section): New function.
7108 (Object::output_section_offset): Moved from Relobj.
7109 (Object::get_incremental_reloc_base): New function.
7110 (Object::get_incremental_reloc_count): New function.
7111 (Object::do_output_section): New function.
7112 (Object::do_output_section_offset): Moved from Relobj.
7113 (Object::do_get_incremental_reloc_base): New function.
7114 (Object::do_get_incremental_reloc_count): New function.
7115 (Object::Object): Initialize new data members.
7116 (Relobj::output_section): Renamed do_output_section and moved to
7117 protected.
7118 (Relobj::output_section_offset): Moved to Object.
7119 (Relobj::do_get_incremental_reloc_base): New function.
7120 (Relobj::do_get_incremental_reloc_count): New function.
7121 (Relobj::allocate_incremental_reloc_counts): New function.
7122 (Relobj::count_incremental_reloc): New function.
7123 (Relobj::finalize_incremental_relocs): New function.
7124 (Relobj::next_incremental_reloc_index): New function.
7125 (Relobj::reloc_counts_): New data member.
7126 (Relobj::reloc_bases_): New data member.
7127 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
7128 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
7129 (Sized_relobj::incremental_relocs_scan): New function.
7130 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7131 (Sized_relobj::incremental_relocs_write): New function.
7132 (Sized_relobj::incremental_relocs_write_reltype): New function.
7133 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
7134 incremental link.
7135 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
7136 archives and object files elsewhere.
7137 (Add_symbols::run): Report object files here.
7138 (Finish_group::run): Report end of archive at end of group.
7139 * reloc.cc: Include layout.h, incremental.h.
7140 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
7141 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
7142 (Sized_relobj::incremental_relocs_scan): New function.
7143 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7144 (Sized_relobj::do_relocate_sections): Write incremental relocations.
7145 (Sized_relobj::incremental_relocs_write): New function.
7146 (Sized_relobj::incremental_relocs_write_reltype): New function.
7147 * script.cc (read_input_script): Rewrite test for incremental link.
7148 Change call to Incremental_inputs::report_script.
7149 * symtab.h (Symbol_table::first_global_index): New function.
7150 (Symbol_table::output_count): New function.
7151
ce0d1972
DK
71522010-08-12 Doug Kwan <dougkwan@google.com>
7153
7154 * arm.cc (Target_arm::merge_object_attributes): Check command line
7155 options --no-wchar-size-warning and --no-enum-size-warning.
7156 * options.h (General_options): Add ld-compatible options
7157 --no-enum-size-warning and --no-wchar-size-warning.
7158
6e5710ce
ILT
71592010-08-04 Ian Lance Taylor <iant@google.com>
7160
7161 * x86_64.cc (Target_x86_64::Scan::local): Use
7162 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
7163 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
7164 (Target_x86_64::Scan::global): Likewise.
7165 (Target_x86_64::Relocate::relocate): Likewise.
7166 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
7167 Likewise.
7168
fef830db
CC
71692010-08-03 Cary Coutant <ccoutant@google.com>
7170
7171 * merge.cc (Output_merge_string::do_add_input_section): Count strings
7172 to reserve space in merged_strings vector. Keep total input size
7173 for stats.
7174 (Output_merge_string::do_print_merge_stats): Print total input size.
7175 * merge.h (Output_merge_string): Add input_size_ field.
7176 * stringpool.cc (Stringpool_template::string_length): Move
7177 implementations out of Stringpool_template class and place in
7178 stringpool.h.
7179 * stringpool.h (string_length): Move out of Stringpool_template.
7180
1e3811b0
ILT
71812010-08-03 Ian Lance Taylor <iant@google.com>
7182
7183 PR 11712
7184 * layout.cc (relaxation_loop_body): If address of load segment is
7185 set, adjust address to include headers if possible.
7186
7af0c620
ILT
71872010-08-03 Ian Lance Taylor <iant@google.com>
7188
7189 * version.cc (version_string): Bump to 1.10.
7190
22f0da72
ILT
71912010-08-03 Ian Lance Taylor <iant@google.com>
7192
7193 PR 11805
7194 * layout.h (enum Output_section_order): Define.
7195 (class Layout): Update declarations.
7196 * layout.cc (Layout::get_output_section): Add order parameter.
7197 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
7198 is_first_non_relro parameters. Change all callers.
7199 (Layout::choose_output_section): Likewise.
7200 (Layout::add_output_section_data): Likewise.
7201 (Layout::make_output_section): Likewise. Set order.
7202 (Layout::default_section_order): New function.
7203 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
7204 * output.cc (Output_section::Output_section): Initialize order_.
7205 Don't initialize deleted fields.
7206 (Output_segment::Output_segment): Don't initialize deleted
7207 fields.
7208 (Output_segment::add_output_section_to_load): New function
7209 replacing add_output_section. Change all callers to call this or
7210 add_output_section_to_nonload.
7211 (Output_segment::add_output_section_to_nonload): New function.
7212 (Output_segment::remove_output_section): Rewrite.
7213 (Output_segment::add_initial_output_data): Likewise.
7214 (Output_segment::has_any_data_sections): Likewise.
7215 (Output_segment::is_first_section_relro): Likewise.
7216 (Output_segment::maximum_alignment): Likewise.
7217 (Output_segment::has_dynamic_reloc): New function replacing
7218 dynamic_reloc_count. Change all callers.
7219 (Output_segment::has_dynamic_reloc_list): New function replacing
7220 dynamic_reloc_count_list. Change all callers.
7221 (Output_segment::set_section_addresses): Rewrite.
7222 (Output_segment::set_offset): Rewrite.
7223 (Output_segment::find_first_and_last_list): Remove.
7224 (Output_segment::set_tls_offsets): Rewrite.
7225 (Output_segment::first_section_load_address): Likewise.
7226 (Output_segment::output_section_count): Likewise.
7227 (Output_segment::section_with_lowest_load_address): Likewise.
7228 (Output_segment::write_section_headers): Likewise.
7229 (Output_segment::print_sections_to_map): Likewise.
7230 * output.h (class Output_data): Remove dynamic_reloc_count_
7231 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
7232 (Output_data::add_dynamic_reloc): Rewrite.
7233 (Output_data::has_dynamic_reloc): New function.
7234 (Output_data::dynamic_reloc_count): Remove.
7235 (class Output_section): Add order_ field. Remvoe is_relro_local_,
7236 is_last_relro_, is_first_non_relro_, is_interp_,
7237 is_dynamic_linker_section_ fields. Add order and set_order
7238 functions. Remove is_relro_local, set_is_relro_local,
7239 is_last_relro, set_is_last_relro, is_first_non_relro,
7240 set_is_first_non_relro functions, is_interp, set_is_interp,
7241 is_dynamic_linker_section, and set_is_dynamic_linker_section
7242 functions.
7243 (class Output_segment): Change Output_data_list from std::list to
7244 std:;vector. Add output_lists_ field. Remove output_data_ and
7245 output_bss_ fields. Update declarations.
7246
3ff2ccb0
ILT
72472010-08-02 Ian Lance Taylor <iant@google.com>
7248
7249 * arm.cc (Target_arm::gc_process_relocs): Use typename.
7250 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
7251 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
7252
88a4108b
ILT
72532010-08-02 Ian Lance Taylor <iant@google.com>
7254
7255 PR 11855
7256 * script.cc (Script_options::Script_options): Initialize
7257 symbol_definitions_ and symbol_references_.
7258 (Script_options::add_symbol_assignment): Update
7259 symbol_definitions_ and symbol_references_.
7260 (Script_options::add_symbol_reference): New function.
7261 (script_symbol): New function.
7262 * script.h (class Script_options): Add symbol_definitions_ and
7263 symbol_references_ fields.
7264 (Script_options::referenced_const_iterator): New type.
7265 (Script_options::referenced_begin): New function.
7266 (Script_options::referenced_end): New function.
7267 (Script_options::is_referenced): New function.
7268 (Script_options::any_unreferenced): New function.
7269 * script-c.h (script_symbol): Declare.
7270 * yyscript.y (exp): Call script_symbol.
7271 * symtab.cc: Include "script.h".
7272 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
7273 Change all callers. Check symbols referenced by scripts.
7274 (Symbol_table::add_undefined_symbols_from_command_line): Add
7275 layout parameter. Change all callers.
7276 (Symbol_table::do_add_undefined_symbols_from_command_line):
7277 Likewise. Break out loop body. Check symbols referenced by
7278 scripts.
7279 (Symbol_table::add_undefined_symbol_from_command_line): New
7280 function broken out of
7281 do_add_undefined_symbols_from_command_line.
7282 * symtab.h (class Symbol_table): Update declarations.
7283 * archive.cc: Include "layout.h".
7284 (Archive::should_include_member): Add layout parameter. Change
7285 all callers. Check for symbol mentioned in expression.
7286 * archive.h (class Archive): Update declaration.
7287 * object.cc (Sized_relobj::do_should_include_member): Add layout
7288 parameter.
7289 * object.h (Object::should_include_member): Add layout parameter.
7290 Change all callers.
7291 (Object::do_should_include_member): Add layout parameter.
7292 (class Sized_relobj): Update declaration.
7293 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
7294 parameter.
7295 * dynobj.h (class Sized_dynobj): Update declaration.
7296 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
7297 layout parameter.
7298 * plugin.h (class Sized_pluginobj): Update declaration.
7299
5f1ab67a
ILT
73002010-08-02 Ian Lance Taylor <iant@google.com>
7301
7302 PR 11866
7303 * output.cc (Output_segment::set_offset): Search for the first and
7304 last sections rather than assuming that the list is in order.
7305 (Output_segment::find_first_and_last_list): New function.
7306 * output.h (class Output_segment): Update declarations.
7307 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
7308 (relro_strip_test_SOURCES): New variable.
7309 (relro_strip_test_DEPENDENCIES): New variable.
7310 (relro_strip_test_LDFLAGS): New variable.
7311 (relro_strip_test_LDADD): New variable.
7312 (relro_strip_test.so): New target.
7313
a8df5856
ILT
73142010-08-02 Ian Lance Taylor <iant@google.com>
7315
7316 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
7317 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
7318 (Target_i386::got_tlsdesc_section): New function.
7319 (Target_i386::got_section): Create space for GOT entries for
7320 TLSDESC relocations.
7321 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
7322 R_386_TLS_GOTDESC.
7323 (Target_i386::Scan::global): Likewise.
7324 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
7325 using TLSDESC GOT.
7326 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
7327 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
7328 (Target_x86_64::got_tlsdesc_section): New function.
7329 (Target_x86_64::got_section): Create space for GOT entries for
7330 TLSDESC relocations.
7331 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
7332 R_386_TLS_GOTDESC.
7333 (Target_x86_64::Scan::global): Likewise.
7334 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
7335 using TLSDESC GOT.
7336
0c10a0a6
ILT
73372010-08-02 Ian Lance Taylor <iant@google.com>
7338
7339 * testsuite/final_layout.sh: Use dc to convert from hex to
7340 decimal.
7341
41cbeecc
ST
73422010-07-29 Sriraman Tallam <tmsriram@google.com>
7343
7344 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
7345 paramter to the call to gold::gc_process_relocs.
7346 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
7347 paramter to the call to gold::gc_process_relocs.
7348 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
7349 parameter to the call to gold::gc_process_relocs.
7350 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
7351 template parameter to the call to gold::gc_process_relocs.
7352 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
7353 paramter to the call to gold::gc_process_relocs.
7354 * gc.h (get_embedded_addend_size): New function.
7355 (gc_process_relocs): Save the size of the reloc for use by ICF.
7356 * icf.cc (get_section_contents): Get the addend from the text section
7357 for SHT_REL relocation sections.
7358 * icf.h (Icf::Reloc_addend_size_info): New typedef.
7359 (Icf::Reloc_info): Add new member reloc_addend_size_info.
7360 * int_encoding.h (read_from_pointer): New overloaded function.
7361 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
7362 * testsuite/icf_sht_rel_addend_test.sh: New file.
7363 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
7364 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
7365
6ea55b82
RW
73662010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7367
7368 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
7369 * Makefile.in: Regenerate.
7370 * testsuite/Makefile.in: Regenerate.
7371
9691462b
ILT
73722010-07-27 Jeffrey Yasskin <jyasskin@google.com>
7373
7374 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
7375 * gold/testsuite/debug_msg.cc: Likewise.
7376 * gold/testsuite/odr_violation1.cc
7377 * gold/testsuite/odr_violation2.cc
7378
76897331
CC
73792010-07-21 Cary Coutant <ccoutant@google.com>
7380
7381 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
7382 string, and length fields.
7383 (Output_merge_string::Merged_strings_list): New type.
7384 (Output_merge_string::Merged_strings_lists): New typedef.
7385 (Output_merge_string): Replace merged_strings_ with
7386 merged_strings_lists_.
7387 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
7388 Merged_strings_list per input object and section. Don't store pointer
7389 to the string. Don't store length with each merged string entry.
7390 (Output_merge_string::finalize_merged_data): Loop over list of merged
7391 strings lists. Recompute length of each merged string.
7392
78384e8f
CC
73932010-07-15 Cary Coutant <ccoutant@google.com>
7394
7395 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
7396 here.
7397
783659f9
ILT
73982010-07-14 Ian Lance Taylor <iant@google.com>
7399
7400 * descriptors.cc (Descriptors::open): Report correct name in error
7401 message.
7402
131687b4
DK
74032010-07-13 Doug Kwan <dougkwan@google.com>
7404
7405 * arm.cc (Arm_input_section::Arm_input_section): For a
7406 SHT_ARM_EXIDX section, always keeps the input sections.
7407 (Arm_input_section::set_exidx_section_link): New method.
7408 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
7409 has_errors_ to false.
7410 (Arm_exidx_input_section::has_errors,
7411 Arm_exidx_input_section::set_has_errors): New methods.
7412 (Arm_exidx_input_section::has_errors_): New data member.
7413 (Arm_relobj::get_exidx_shndx_list): New method.
7414 (Arm_output_section::append_text_sections_to_list): Do not skip
7415 section without SHF_EXECINSTR.
7416 (Arm_output_section::fix_exidx_coverage): Skip input sections with
7417 errors.
2e702c99 7418 (Arm_relobj::make_exidx_input_section): Add new parameter for text
131687b4
DK
7419 section header. Make error messages more verbose. Check for
7420 a non-executable section linked to an EXIDX section.
7421 (Arm_relobj::do_read_symbols): Remove error checking, which has been
7422 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
7423 check that there is no deferred EXIDX section if we exit early.
7424 Instead of not making an EXIDX section in case of an error, make one
7425 and set the has_errors flag of it.
7426 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
7427 in a relocatable link.
7428 (Target_arm::do_relax): Look for the EXIDX output section instead of
7429 assuming that it is called .ARM.exidx.
2e702c99 7430 (Target_arm::fix_exidx_coverage): Add a new parameter for input
131687b4
DK
7431 section list. Do not check for SHF_EXECINSTR section flags but
7432 skip any input section with errors.
7433 * output.cc (Output_section::Output_section): Initialize
7434 always_keeps_input_sections_ to false.
7435 (Output_section::add_input_section): Check for
7436 always_keeps_input_sections_.
7437 * output.h (Output_section::always_keeps_input_sections,
7438 Output_section::set_always_keeps_input_sections): New methods.
7439 (Output_section::always_keeps_input_sections): New data member.
7440
69517287
RÁE
74412010-07-13 Rafael Espindola <espindola@google.com>
7442
7443 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
7444 * fileread.h (Input_file): Add try_extra_search_path and find_file.
7445
82742395
ILT
74462010-07-13 Philip Herron <herron.philip@googlemail.com>
7447 Ian Lance Taylor <iant@google.com>
7448
7449 * output.h (Output_section_lookup_maps::add_merge_section):
7450 Correct check of whether value was inserted.
7451 (Output_section_lookup_maps::add_merge_input_section): Likewise.
7452 (Output_section_lookup_maps::add_relaxed_input_section):
7453 Likewise.
7454 * arm.cc (Target_arm::got_section): Remove used local os.
7455 * i386.cc (Target_i386::got_section): Likewise.
7456 * x86_64.cc (Target_x86_64::got_section): Likewise.
7457 * sparc.cc (Target_sparc::got_section): Likewise.
7458 (Target_sparc::relocate): Remove unused local have_got_offset.
7459 * powerpc.cc (Target_powerpc::relocate): Likewise.
7460
f2d707b5
ILT
74612010-07-13 Ian Lance Taylor <iant@google.com>
7462
241531d6
ILT
7463 * compressed_output.cc (zlib_decompress): Fix signature in
7464 !HAVE_ZLIB_H case.
7465
f2d707b5
ILT
7466 * archive.cc (Archive::include_member): Unlock an external member
7467 of a thin archive. Don't bother to delete an object we know is
7468 NULL.
7469
a2e47362
CC
74702010-07-12 Cary Coutant <ccoutant@google.com>
7471
7472 * compressed_output.cc (zlib_decompress): New function.
7473 (get_uncompressed_size): New function.
7474 (decompress_input_section): New function.
7475 * compressed_output.h (get_uncompressed_size): New function.
7476 (decompress_input_section): New function.
7477 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
7478 Handle compressed debug sections.
7479 * layout.cc (is_compressed_debug_section): New function.
7480 (Layout::output_section_name): Map compressed section names to
7481 canonical names.
7482 * layout.h (is_compressed_debug_section): New function.
7483 (is_debug_info_section): Recognize compressed debug sections.
7484 * merge.cc: Include compressed_output.h.
7485 (Output_merge_data::do_add_input_section): Handle compressed
7486 debug sections.
7487 (Output_merge_string::do_add_input_section): Handle compressed
7488 debug sections.
7489 * object.cc: Include compressed_output.h.
7490 (Sized_relobj::Sized_relobj): Initialize new data members.
7491 (build_compressed_section_map): New function.
7492 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
7493 * object.h (Object::section_is_compressed): New method.
7494 (Object::do_section_is_compressed): New method.
7495 (Sized_relobj::Compressed_section_map): New type.
7496 (Sized_relobj::do_section_is_compressed): New method.
7497 (Sized_relobj::compressed_sections_): New data member.
7498 * output.cc (Output_section::add_input_section): Handle compressed
7499 debug sections.
7500 * reloc.cc: Include compressed_output.h.
7501 (Sized_relobj::write_sections): Handle compressed debug sections.
7502
ce279a62
CC
75032010-07-08 Cary Coutant <ccoutant@google.com>
7504
7505 * resolve.cc (Symbol_table::resolve): Remember whether undef was
7506 weak when resolving to a dynamic def.
7507 (Symbol_table::should_override): Add adjust_dyndef flag; set it
7508 for weak undef/dynamic def cases. Adjust callers.
7509 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
7510 undef_binding_weak_.
7511 (Symbol_table::sized_write_globals): Adjust symbol binding.
7512 (Symbol_table::sized_write_symbol): Add binding parameter.
7513 * symtab.h (Symbol::set_undef_binding): New method.
7514 (Symbol::is_undef_binding_weak): New method.
7515 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
7516 (Symbol_table::should_override): Add new parameter.
7517 (Symbol_table::sized_write_symbol): Add new parameter.
7518
7519 * testsuite/weak_undef_file1.cc: Add new test case.
7520 * testsuite/weak_undef_file2.cc: Fix header comment.
7521 * testsuite/weak_undef_test.cc: Add new test case.
7522
b2286c10
DK
75232010-06-29 Doug Kwan <dougkwan@google.com>
7524
7525 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
7526 Initialize USE_SYMBOL_.
7527 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
7528 definition.
7529 (Arm_reloc_property::uses_symbol_): New data member declaration.
7530 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
7531 uses symbol value and symbol is undefined but not weakly undefined.
7532
4802450a
RÁE
75332010-06-28 Rafael Espindola <espindola@google.com>
7534
7535 * plugin.cc (Plugin::load): Use dlerror.
7536
e5ca47ba
ILT
75372010-06-26 Jeffrey Yaskin <jyasskin@google.com>
7538
7539 * symtab.cc (detect_odr_violations): When reporting an ODR
7540 violation, report an object where the symbol is defined.
7541
8a75a161
DK
75422010-06-25 Doug Kwan <dougkwan@google.com>
7543
7544 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
7545 (Target_arm::section_may_have_icf_unsafe_pointers): New method
7546 definition.
7547 (Target_arm::Scan::local_reloc_may_be_function_pointer,
7548 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
7549 target hook to detect function points.
7550 (Target_arm::Scan::possible_function_pointer_reloc): New method.
7551 * icf.h (Icf::check_section_for_function_pointers): Change type of
7552 parameter SECTION_NAME to const reference to std::string. Use
7553 target hook to determine if section may have unsafe pointers.
7554 * target.h (Target::section_may_have_icf_unsafe_pointers): New
7555 method definition.
7556
42218b9f
RÁE
75572010-06-21 Rafael Espindola <espindola@google.com>
7558
7559 * fileread.cc (Input_file::find_fie): New
7560 (Input_file::open): Use Input_file::find_fie.
7561 * fileread.h (Input_file::find_fie): New
7562 * plugin.cc (set_extra_library_path): New.
7563 (Plugin::load): Add set_extra_library_path to the transfer vector.
7564 (Plugin_manager::set_extra_library_path): New.
7565 (Plugin_manager::add_input_file): Use the extra search path if set.
7566 (set_extra_library_path(): New.
7567 * plugin.h (Plugin_manager): Add set_extra_library_path and
7568 extra_search_path_.
7569
a0506cca
CC
75702010-06-19 Cary Coutant <ccoutant@google.com>
7571
7572 * layout.cc (gdb_sections): Add .debug_types.
7573 (lines_only_debug_sections): Likewise.
7574
6508b958
RÁE
75752010-06-18 Rafael Espindola <espindola@google.com>
7576
7577 * plugin.cc (add_input_file,add_input_library)
7578 (Plugin_manager::add_input_file): Make filename arguments const.
7579 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
7580 const.
7581
3e235302
DK
75822010-06-16 Doug Kwan <dougkwan@google.com>
7583
7584 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
7585 .ARM.attributes section if we have not merged any input
7586 attributes sections.
7587
106e8a6c
DK
75882010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7589
7590 * arm.cc: Allow combining objects with no EABI version
7591 information.
7592
91ff43fe
RÁE
75932010-06-15 Rafael Espindola <espindola@google.com>
7594
7595 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
7596
68ed838c
ILT
75972010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7598
7599 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
7600 (struct iovec): Correct !HAVE_READV definition.
7601
f3a2388f
CC
76022010-06-10 Cary Coutant <ccoutant@google.com>
7603
7604 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
7605 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
7606 reloc sections.
7607 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
7608
7609 PR 11683
7610 * symtab.h (Symbol::is_placeholder): New member function.
7611 * target-reloc.h (relocate_section): Check for placeholder symbols.
7612
7613 * testsuite/Makefile.am (plugin_test_8): New test.
7614 (plugin_test_9): New test.
7615 * testsuite/Makefile.in: Regenerate.
7616
e1df38aa
NC
76172010-06-09 Nick Clifton <nickc@redhat.com>
7618
7619 * yyscript.y (input_list_element): Allow strings prefixed with
7620 the '-' character. Treat these as libraries.
7621 * script.cc (script_add_library): New function. Adds a library
7622 specified by "-l<name>" found in an input script.
7623 * script-c.h: Add prototype for script_add_library.
7624
25bbe950
DK
76252010-06-07 Doug Kwan <dougkwan@google.com>
7626
7627 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
7628 Restrict stub-group size to be within long conditional branch
7629 range when working around cortex-A8 erratum.
7630
0f32ea4c
ILT
76312010-06-07 Damien Diederen <dd@crosstwine.com>
7632
7633 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
7634 #ifdef typo.
7635
8fe2a369
ST
76362010-06-03 Sriraman Tallam <tmsriram@google.com>
7637
7638 PR gold/11658
7639 * output.cc
7640 (Output_section::Input_section_sort_entry::compare_section_ordering):
7641 Change to return non-zero correctly.
7642 (Output_section::Input_section_sort_section_order_index_compare
7643 ::operator()): Change to fix ambiguity in comparisons.
7644
6e9ba2ca
ST
76452010-06-01 Sriraman Tallam <tmsriram@google.com>
7646
7647 * gold.h (is_wildcard_string): New function.
7648 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
7649 (Layout::layout_eh_frame): Ditto.
7650 (Layout::find_section_order_index): New method.
7651 (Layout::read_layout_from_file): New method.
7652 * layout.h (Layout::find_section_order_index): New method.
7653 (Layout::read_layout_from_file): New method.
7654 (Layout::input_section_position_): New private member.
7655 (Layout::input_section_glob_): New private member.
7656 * main.cc (main): Call read_layout_from_file here.
7657 * options.h (--section-ordering-file): New option.
7658 * output.cc (Output_section::input_section_order_specified_): New
7659 member.
7660 (Output_section::Output_section): Initialize new member.
7661 (Output_section::add_input_section): Add new parameter.
7662 Keep input sections when --section-ordering-file is used.
7663 (Output_section::set_final_data_size): Sort input sections when
7664 section ordering file is specified.
7665 (Output_section::Input_section_sort_entry): Add new parameter.
7666 Check sorting type.
7667 (Output_section::Input_section_sort_entry::compare_section_ordering):
7668 New method.
7669 (Output_section::Input_section_sort_compare::operator()): Change to
7670 consider section_order_index.
7671 (Output_section::Input_section_sort_init_fini_compare::operator()):
7672 Change to consider section_order_index.
7673 (Output_section::Input_section_sort_section_order_index_compare
7674 ::operator()): New method.
7675 (Output_section::sort_attached_input_sections): Change to sort
7676 according to section order when specified.
e1df38aa
NC
7677 (Output_section::add_input_section<32, true>): Add new parameter.
7678 (Output_section::add_input_section<64, true>): Add new parameter.
7679 (Output_section::add_input_section<32, false>): Add new parameter.
7680 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
7681 * output.h (Output_section::add_input_section): Add new parameter.
7682 (Output_section::input_section_order_specified): New
7683 method.
7684 (Output_section::set_input_section_order_specified): New method.
7685 (Input_section::Input_section): Initialize section_order_index_.
7686 (Input_section::section_order_index): New method.
7687 (Input_section::set_section_order_index): New method.
7688 (Input_section::section_order_index_): New member.
7689 (Input_section::Input_section_sort_section_order_index_compare): New
7690 struct.
7691 (Output_section::input_section_order_specified_): New member.
7692 * script-sections.cc (is_wildcard_string): Delete and move modified
7693 method to gold.h.
7694 (Output_section_element_input::Output_section_element_input): Modify
7695 call to is_wildcard_string.
7696 (Output_section_element_input::Input_section_pattern
7697 ::Input_section_pattern): Ditto.
7698 (Output_section_element_input::Output_section_element_input): Ditto.
7699 * testsuite/Makefile.am (final_layout): New test case.
7700 * testsuite/Makefile.in: Regenerate.
7701 * testsuite/final_layout.cc: New file.
7702 * testsuite/final_layout.sh: New file.
7703
3537c84b
RÁE
77042010-06-01 Rafael Espindola <espindola@google.com>
7705
7706 * plugin.cc (Plugin::load): Pass the output name to the plugin.
7707
105b6afd
RÁE
77082010-06-01 Rafael Espindola <espindola@google.com>
7709
7710 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
7711 visibility of symbols.
7712
29e11421
DK
77132010-05-27 Doug Kwan <dougkwan@google.com>
7714
7715 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
7716 from start of output section instead of address for a local symbol
7717 in a merged or relaxed section when doing a relocatable link.
7718
5e0f337e
RÁE
77192010-05-26 Rafael Espindola <espindola@google.com>
7720
703d02da 7721 PR 11604
5e0f337e
RÁE
7722 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
7723 adding sections the garbage collector removed.
7724 * gold/testsuite/Makefile.am: Add test.
7725 * gold/testsuite/Makefile.in: Regenerate.
7726 * gold/testsuite/plugin_test_7.sh: New.
7727 * gold/testsuite/plugin_test_7_1.c: New.
7728 * gold/testsuite/plugin_test_7_2.c: New.
7729
f4187277
RÁE
77302010-05-26 Rafael Espindola <espindola@google.com>
7731
7732 * script-sections.cc (Output_section_definition::set_section_addresses):
7733 Check for --section-start.
7734
5c388529
DK
77352010-05-26 Doug Kwan <dougkwan@google.com>
7736
7737 * arm.cc (Arm_scan_relocatable_relocs): New class.
7738 (Target_arm::relocate_special_relocatable): New method.
7739 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
7740 (Arm_relocate_functions::thumb_branch_common): Same.
7741 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
7742 instead of Default_scan_relocatable_relocs.
7743 * target-reloc.h (relocate_for_relocatable): Let target handle
7744 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
7745 * target.h (Sized_target::relocate_special_relocatable): New method.
7746
bca1c3ae
ILT
77472010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7748
7749 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
7750
0439c796
DK
77512010-05-23 Doug Kwan <dougkwan@google.com>
7752
7753 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
7754 instead of a cast.
7755 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
7756 with a direct branch, not a conditional branch, to a stub.
7757 * merge.cc (Output_merge_base::record_input_section): New method
7758 defintion.
7759 (Output_merge_data::do_add_input_section): Record input section if
7760 keeps-input-sections flag is set.
7761 (Output_merge_string::do_add_input_section): Ditto.
7762 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
7763 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
7764 INPUT_SECTIONS_.
7765 (Output_merge_base::keeps_input_sections,
7766 Output_merge_base::set_keeps_input_sections,
7767 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
7768 method definitions.
7769 (Output_merge_base::Input_sections): New type declaration.
7770 (Output_merge_base::input_sections_begin,
7771 Output_merge_base::input_sections_end,
7772 Output_merge_base::do_set_keeps_input_sections): New method definitions.
7773 (Output_merge_base::bool keeps_input_sections_,
7774 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
7775 Output_merge_base::input_sections_): New data members.
7776 (Output_merge_data::do_set_keeps_input_sections): New method
7777 defintion.
7778 (Output_merge_string::do_set_keeps_input_sections): Ditto.
7779 * output.cc (Output_section::Input_section::relobj): Move method
7780 defintion from class declaration to here and handle merge sections.
7781 (Output_section::Input_section::shndx): Ditto.
7782 (Output_section::Output_section): Remove initializations of removed
7783 data members and initialize new data member LOOKUP_MAPS_.
7784 (Output_section::add_input_section): Set keeps-input-sections flag
7785 for a newly created merge output section as appropriate. Adjust code
7786 to use Output_section_lookup_maps class.
7787 (Output_section::add_relaxed_input_section): Adjst code for lookup
7788 maps code refactoring.
2e702c99 7789 (Output_section::add_merge_input_section): Add a new parameter
0439c796
DK
7790 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
7791 class. If adding input section to a newly created merge output
7792 section fails, remove the new merge section.
7793 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 7794 Adjust code for use of the Output_section_lookup_maps class.
2e702c99 7795 (Output_section::find_merge_section): Ditto.
0439c796 7796 (Output_section::build_lookup_maps): New method defintion.
2e702c99 7797 (Output_section::find_relaxed_input_section): Adjust code to use
0439c796
DK
7798 Output_section_lookup_maps class.
7799 (Output_section::get_input_sections): Export merge sections. Adjust
7800 code to use Output_section_lookup_maps class.
7801 (Output_section:::add_script_input_section): Adjust code to use
7802 Output_section_lookup_maps class. Update lookup maps for merge
7803 sections also.
7804 (Output_section::discard_states): Use Output_section_lookup_maps.
7805 (Output_section::restore_states): Same.
7806 * output.h (Merge_section_properties): Move class defintion out of
7807 Output_section.
7808 (Output_section_lookup_maps): New class.
7809 (Output_section::Input_section::is_merge_section): New method
7810 defintion.
7811 (Output_section::Input_section::relobj): Move defintion out of class
7812 defintion. Declare method only.
7813 (Output_section::Input_section::shndx): Ditto.
7814 (Output_section::Input_section::output_merge_base): New method defintion.
2e702c99 7815 (Output_section::Input_section::u2_.pomb): New union field.
0439c796
DK
7816 (Output_section::Merge_section_by_properties_map,
7817 Output_section::Output_section_data_by_input_section_map,
7818 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
7819 Remove types.
2e702c99 7820 (Output_section::add_merge_input_section): Add new parameter
0439c796
DK
7821 KEEPS_INPUT_SECTIONS.
7822 (Output_section::build_lookup_maps): New method declaration.
7823 (Output_section::merge_section_map_,
7824 Output_section::merge_section_by_properties_map_,
7825 Output_section::relaxed_input_section_map_,
7826 Output_section::is_relaxed_input_section_map_valid_): Remove data
7827 members.
7828 (Output_section::lookup_maps_): New data member.
7829
76295588
L
78302010-05-21 Doug Kwan <dougkwan@google.com>
7831
7832 PR gold/11619
7833 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
7834 avoid a compilation error.
7835
d103a984
RÁE
78362010-05-19 Rafael Espindola <espindola@google.com>
7837
7838 * script-sections.cc (Output_section_definition::allocate_to_segment):
7839 Update the phdrs_list even when the output section is NULL.
7840 * testsuite/Makefile.am: Add test.
7841 * testsuite/Makefile.in: Regenerate.
7842 * testsuite/script_test_9.cc: New.
7843 * testsuite/script_test_9.sh: New.
7844 * testsuite/script_test_9.t: New.
7845
6625d24e
DK
78462010-05-19 Doug Kwan <dougkwan@google.com>
7847
7848 * arm.cc (Arm_input_section::original_size): New method.
7849 (Arm_input_section::do_addralign): Add a cast.
7850 (Arm_input_section::do_output_offset): Remove static cast.
7851 (Arm_input_section::original_addralign,
7852 Arm_input_section::original_size_): Change type to uint32_t.
7853 (Arm_input_section::init): Add safe casts for section alignment
7854 and size.
7855 (Arm_input_section::set_final_data_size): Do not set address and
7856 offset of stub table.
7857 (Arm_output_section::fix_exidx_coverage): Change use of of
7858 Output_section::Simple_input_section to that of
7859 Output_section::Input_section.
7860 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
7861 except for the first pass.
7862 * output.cc (Output_section::get_input_sections): Change type of
7863 input_sections to std::list<Input_section>.
7864 (Output_section::add_script_input_section): Rename from
7865 Output_section::add_simple_input_section. Change type of SIS
7866 parameter from Simple_input_section to Input_section.
7867 * output.h (Output_section::Simple_input_section): Remove class.
7868 (Output_section::Input_section): Change class visibility to public.
7869 (Output_section::Input_section::addralign): Use stored alignments
7870 for special input sections if set.
7871 (Output_section::Input_section::set_addralign): New method.
7872 (Output_section::get_input_sections): Change parameter type from
7873 list of Simple_input_section to list of Input_section.
7874 (Output_section::add_script_input_section): Rename from
7875 Output_section::add_simple_input_section. Change first parameter's
7876 type from Simple_input_section to Input_section and remove the
7877 second and third parameters.
7878 * script-sections.cc (Input_section::Input_section_list): Change
7879 type to list of Output_section::Input_section/
7880 (Input_section_info::Input_section_info): Change parameter type of
7881 INPUT_SECTION to Output_section::Input_section.
7882 (Input_section_info::input_section): Change return type.
7883 (Input_section_info::input_section_): Change type to
7884 Output_section::Input_section.
7885 (Output_section_element_input::set_section_addresses): Adjust code
7886 to use Output_section::Input_section instead of
7887 Output_section::Simple_input_section. Adjust code for renaming
7888 of Output_section::add_simple_input_section.
7889 (Orphan_output_section::set_section_addresses): Ditto.
7890
e1e82ea4
RW
78912010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7892
7893 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
7894 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
7895
91e75c8a
RÁE
78962010-05-18 Rafael Espindola <espindola@google.com>
7897
7898 * options.cc (General_options::finalize): Handle -nostdlib.
7899 * options.h (nostdlib): New option.
7900 * script.cc (script_add_search_dir): Handle -nostdlib.
7901
da59ad79
DK
79022010-05-12 Doug Kwan <dougkwan@google.com>
7903
7904 * arm.cc (Target_arm::do_finalize_sections): Create an empty
7905 attributes section only if there no attributes section after merging.
7906 (Target_arm::merge_object_attributes): Move value of
e1df38aa 7907 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
7908 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
7909 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
7910 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
7911 and arm_attr_merge_7.stdout.
7912 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
7913 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
7914 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
7915 arm_attr_merge_7b.o): New rules.
7916 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
7917 arm_attr_merge_7
7918 * testsuite/Makefile.in: Regenerate.
7919 * testsuite/arm_attr_merge.sh: New file.
7920 * testsuite/arm_attr_merge_[67][ab].s: Same.
7921
3e01a7fd
NC
79222010-05-05 Nick Clifton <nickc@redhat.com>
7923
7924 * po/es.po: Updated Spanish translation.
7925
7ad2014a
L
79262010-04-27 H.J. Lu <hongjiu.lu@intel.com>
7927
7928 * Makefile.am (install-exec-local): Properly install gold as
7929 default cross linker.
7930 * Makefile.in: Regenerated.
7931
4fda8867
NC
79322010-04-27 H.J. Lu <hongjiu.lu@intel.com>
7933 Nick Clifton <nickc@redhat.com>
7934
7935 * configure.ac (install_as_default): Define and set to false
7936 unless --enable-gold or --enable-gold=both/gold has been
7937 specified.
7938 * configure: Regenerate.
7939
7940 * Makefile.am (install-exec-local): Install the executable as
7941 'ld.gold'. If install_as_default is true then also install it as
7942 'ld'.
7943 * Makefile.in: Regenerated.
7944
bd288ea2
ILT
79452010-04-24 Ian Lance Taylor <iant@google.com>
7946
7947 * layout.cc (Layout::layout_reloc): In relocatable link don't
7948 combine reloc sections for grouped sections.
7949
ef38fd8a
ST
79502010-04-23 Sriraman Tallam <tmsriram@google.com>
7951
7952 * gc.h (gc_process_relocs): Pass information on relocs pointing to
7953 sections that are not ordinary to icf.
7954 * icf.cc (get_section_contents): Handle relocation pointing to section
7955 with no object or shndx information.
7956 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
7957 * testsuite/Makefile.in: Regenerate.
7958 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
7959 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
7960
f6973bdc
ILT
79612010-04-22 Ian Lance Taylor <iant@google.com>
7962
7963 * expression.cc (Expression::Expression_eval_info): Add
7964 result_alignment_pointer field.
7965 (Expression::eval_with_dot): Add result_alignment_pointer
7966 parameter. Change all callers.
7967 (Expression::eval_maybe_dot): Likewise.
7968 (class Binary_expression): Add alignment_pointer parameter to
7969 left_value and right_value. Change all callers.
7970 (BINARY_EXPRESSION): Set result alignment.
7971 (class Trinary_expression): Add alignment_pointer parameter to
7972 arg2_value and arg3_value. Change all callers.
7973 (Trinary_cond::value): Set result alignment.
7974 (Max_expression::value, Min_expression::value): Likewise.
7975 (Align_expression::value): Likewise.
7976 * script-sections.cc (class Sections_element): Add dot_alignment
7977 parameter to set_section_addresses virtual function. Update
7978 instantiations.
7979 (class Output_section_element): Likewise.
7980 (Script_sections::create_segments): Add dot_alignment parameter.
7981 Change all callers.
7982 (Script_sections::create_segments_from_phdrs_clause): Likewise.
7983 (Script_sections::set_phdrs_clause_addresses): Likewise.
7984 * script-sections.h: Update declarations.
7985 * script.h: Update declarations.
7986 * output.h (Output_segment::set_minimum_p_align): Don't decrease
7987 min_p_align.
7988 * testsuite/script_test_3.t: Set large alignment.
7989 * testsuite/script_test_3.sh: Make sure that at least one LOAD
7990 segment has expected alignment.
7991
9c9c98a5
NC
79922010-04-22 Nick Clifton <nickc@redhat.com>
7993
7994 * po/gold.pot: Updated by the Translation project.
7995 * po/vi.po: Updated Vietnamese translation.
7996
2253bfba
L
79972010-04-22 H.J. Lu <hongjiu.lu@intel.com>
7998
7999 * testsuite/Makefile.am (check_PROGRAMS): Add
8000 icf_virtual_function_folding_test.
8001 * testsuite/Makefile.in: Regenerated.
8002
85fdf906
AH
80032010-04-15 Andrew Haley <aph@redhat.com>
8004
8005 * options.h (merge_exidx_entries): New option.
8006 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
8007 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
8008 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
8009 (Target_arm::merge_exidx_entries): New function.
8010 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
8011 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
8012 to Arm_exidx_fixup constructor.
8013 Add new arg, merge_exidx_entries.
8014 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
8015 Arm_output_section::fix_exidx_coverage.
8016
ce97fa81
ST
80172010-04-18 Sriraman Tallam <tmsriram@google.com>
8018
8019 * icf.cc (get_section_contents): Check for preemptible functions.
8020 Ignore addend when appropriate.
8021 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
8022 section folded.
8023 (add_from_relobj): Check for section folded.
8024 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
8025 * symtab.h (should_add_dynsym_entry): Add new parameter.
8026 * target-reloc.h (scan_relocs): Check for section folded.
8027 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
8028 Check reloc types for function pointers in shared objects.
8029 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
8030 case.
8031 (icf_preemptible_functions_test): New test case.
8032 (icf_string_merge_test): New test case.
8033 * testsuite.Makefile.in: Regenerate.
8034 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
8035 bar_glob. Refactor code.
8036 * testsuite/icf_preemptible_functions_test.cc: New file.
8037 * testsuite/icf_preemptible_functions_test.sh: New file.
8038 * testsuite/icf_string_merge_test.cc: New file.
8039 * testsuite/icf_string_merge_test.sh: New file.
8040 * testsuite/icf_virtual_function_folding_test.cc: New file.
8041 * testsuite/icf_virtual_function_folding_test.sh: New file.
8042
04ceb17c
DK
80432010-04-14 Doug Kwan <dougkwan@google.com>
8044
8045 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
8046 for local symbol recounting if we remove a section due to ICF.
8047 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
8048 there are no regular objects in input.
8049
153e7da4
DK
80502010-04-13 Doug Kwan <dougkwan@google.com>
8051
8052 * arm.cc (Arm_input_section::set_final_data_size): Compute
8053 accurate final data size instead of using current data size.
8054
4dbd9faf
DK
80552010-04-09 Doug Kwan <dougkwan@google.com>
8056
8057 * layout.cc (Layout::choose_output_section): Handle script section
8058 types.
8059 (Layout::make_output_section_for_script): Add section type parameter.
8060 Handle script section types.
8061 * layout.h (Layout::make_output_section_for_script): Add section
8062 type parameter.
8063 * output.cc (Output_section::Output_section): Initialize data member
8064 is_noload_.
8065 (Output_section::do_reset_address_and_file_offset): Do not set address
8066 to 0 if section is a NOLOAD section.
8067 * output.h (Output_section::is_noload): New method.
8068 (Output_section::set_is_noload): Ditto.
8069 (Output_section::is_noload_): New data member.
8070 * script-c.h (Script_section_type): New enum type.
8071 (struct Parser_output_section_header): Add new file section_type.
8072 * script-sections.cc (Sections_element::output_section_name): Add
8073 parameter for returning script section type.
8074 (Output_section_definition::output_section_name): Ditto.
8075 (Output_section_definition::section_type)P; New method.
8076 (Output_section_definiton::script_section_type_name): Ditto.
8077 (Output_section_definition::script_section_type_): New data member.
8078 (Output_section_definition::Output_section_definition): Initialize
8079 data member Output_section_definition::script_section_type_.
8080 (Output_section_definition::create_sections): Pass script section type
8081 to Layout::make_output_section_for_script.
8082 (Output_section_definition::output_section_name): Return script
8083 section type to caller.
8084 (Output_section_definition::set_section_address): Do not advance
8085 dot value and load address if section type is NOLOAD. Set address
8086 of NOLOAD sections regardless of section flags.
8087 (Output_section_definition::print): Print section type if it is
8088 not SCRIPT_SECTION_TYPE_NONE.
8089 (Output_section_definition::section_type): New method.
8090 (Output_section_definition::script_section_type_name): Ditto.
8091 (Script_sections::output_section_name): Add new parameter
8092 PSECTION_TYPE for returning script section type. Pass it to
8093 section elements. Handle discard sections.
8094 (Sort_output_sections::operator()): Handle NOLOAD sections.
8095 * script-sections.h (Script_sections::Section_type): New enum type.
2e702c99 8096 (Script_sections::output_section_name): Add a new parameter for
4dbd9faf
DK
8097 returning script section type.
8098 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
8099 INFO and NOLOAD.
8100 * yyscript.y (union): Add new field SECTION_TYPE.
8101 (COPY, DSECT, INFO, NOLOAD): New tokens.
8102 (opt_address_and_section_type): Change type to output_section_header.
8103 (section_type): New non-terminal
8104 (section_header): Handle section type.
2253bfba 8105 (opt_address_and_section_type): Return section type value.
4dbd9faf 8106
721ea635
L
81072010-04-09 H.J. Lu <hongjiu.lu@intel.com>
8108
8109 * testsuite/plugin_common_test_1.c (foo): Add prototype.
8110 * testsuite/plugin_common_test_2.c (foo): Likewise.
8111
6bf924b0
DK
81122010-04-08 Doug Kwan <dougkwan@google.com>
8113
8114 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
8115 Output_merge_data.
8116 * output.cc (Output_section::add_merge_input_section): Simplify
8117 code and return status of Output_merge_base::add_input_section.
e1df38aa 8118 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
8119 returns true.
8120
24af6f92
DK
81212010-04-07 Doug Kwan <dougkwan@google.com>
8122
8123 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
8124 if section is marked as containing instructions but has no mapping
8125 symbols.
8126 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
8127 correct section index.
8128 (Arm_relobj::find_linked_text_section): Ditto.
8129
00698fc5
CC
81302010-04-07 Cary Coutant <ccoutant@google.com>
8131
8132 * archive.cc (include_member): Destroy Read_symbols_data object before
8133 releasing file.
8134 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
8135 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
8136 (Read_symbols_data::~Read_symbols_data) New destructor.
8137 (Section_relocs::Section_relocs) New constructor.
8138 (Section_relocs::~Section_relocs) New destructor.
8139 (Read_relocs_data::Read_relocs_data) New constructor.
8140 (Read_relocs_data::~Read_relocs_data) New destructor.
8141 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
8142 pointers to NULL after deleting.
8143
7296d933
DK
81442010-04-07 Doug Kwan <dougkwan@google.com>
8145
8146 * arm.cc: Replace "endianity" with "endianness" in comments.
8147 (Arm_exidx_cantunwind): Ditto.
8148 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
8149 (Arm_relobj::merge_flags_and_attributes): New method.
8150 (Arm_relobj::merge_flags_and_attributes_): New data member.
8151 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
8152 (Arm_relobj::scan_sections_for_stubs): Ditto.
8153 (Arm_relobj::do_read_symbols): Check to see if we really want to
8154 merge processor-specific flags and attributes. Exit early if
8155 an object is empty except for section names and the undefined symbol.
8156 (Target_arm::do_finalize_sections): Move check for ELF format to
8157 Arm_relobj::do_read_symbols. Merge processor specific flags and
8158 attributes from a regular object only when we have determined that
8159 it is aapropriate. Do not create an .ARM.attributes section in
8160 output if there is no regular input object.
8161 (Target_arm::merge_processor_specific_flags): Check
8162 --warn-mismatch before printing any error.
8163 (Target_arm::merge_object_attributes): Ditto.
8164 * gold.cc (queue_middle_tasks): Handle the case in which there is
8165 no regular object in input.
8166 * options.cc (General_options::parse_EB): New method.
8167 (General_options::parse_EL): Same.
8168 (General_options::General_options): Initialize endianness_.
8169 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
8170 New options.
8171 (General_options::Endianness): New enum.
8172 (General_options::endianness): New method.
8173 (General_options::endianness_): New data member.
8174 * parameters.cc (Parameters::set_options): Check target endianness.
8175 (Parameters::set_target_once): Ditto.
8176 (Parameters::check_target_endianness): New method.
8177 (parameters_force_valid_target): If either -EL or -EB is specified,
8178 use it to define endianness of default target.
8179 * parameters.h (Parameters::check_target_endianness): New method
8180 declaration.
8181 * target.h (class Target): Change "endianity" to "endianness"
8182 in comments.
8183
efc8d4f2
RW
81842010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8185
8186 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
8187 * configure: Regenerate.
8188 * Makefile.in: Regenerate.
8189 * testsuite/Makefile.in: Regenerate.
8190
be234d88
CC
81912010-04-06 Cary Coutant <ccoutant@google.com>
8192
8193 gcc PR lto/42757
8194 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
8195 prevailing definitions of common symbols.
8196 * testsuite/plugin_test_6.sh: New test case.
8197 * testsuite/plugin_common_test_1.c: New test case.
8198 * testsuite/plugin_common_test_2.c: New test case.
8199 * testsuite/Makefile.am (plugin_test_6): New test case.
8200 * testsuite/Makefile.in: Regenerate.
8201
bd32c6bd
NC
82022010-04-06 Nick Clifton <nickc@redhat.com>
8203
8204 * po/vi.po: New Vietnamese translation.
8205
323c532f
DK
82062010-03-30 Doug Kwan <dougkwan@google.com>
8207
8208 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
8209
4fcd97eb
DK
82102010-03-25 Doug Kwan <dougkwan@google.com>
8211
8212 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
8213 to avoid a conversion warning on a 32-bit host.
8214
4ebf39db
ILT
82152010-03-24 Ian Lance Taylor <iant@google.com>
8216
8217 * testsuite/script_test_3.t: Add a TLS segment.
8218 * testsuite/Makefile.am (check_PROGRAMS): Add
8219 tls_phdrs_script_test.
8220 (tls_phdrs_script_test_SOURCES): Define.
8221 (tls_phdrs_script_test_DEPENDENCIES): Define.
8222 (tls_phdrs_script_test_LDFLAGS): Define.
8223 (tls_phdrs_script_test_LDADD): Define.
8224 * testsuite/Makefile.in: Rebuild.
8225
4a599bdd
CC
82262010-03-23 Cary Coutant <ccoutant@google.com>
8227
8228 * fileread.cc (find_or_make_view): Fix comment.
8229
6c93b22c
ILT
82302010-03-23 Ian Lance Taylor <iant@google.com>
8231
8232 * script-sections.cc (class Orphan_section_placement): Define
8233 PLACE_TLS and PLACE_TLS_BSS.
8234 (Orphan_section_placement::Orphan_section_placement): Initialize
8235 new places.
8236 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
8237 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
8238 (tls_script_test_SOURCES): Define.
8239 (tls_script_test_DEPENDENCIES): Define.
8240 (tls_script_test_LDFLAGS): Define.
8241 (tls_script_test_LDADD): Define.
8242 * testsuite/Makefile.in: Rebuild.
8243
a2c7281b
DK
82442010-03-22 Doug Kwan <dougkwan@google.com>
8245
8246 * arm.cc (Arm_relocate_functions::abs8,
8247 Arm_relocate_functions::abs16): Use correct check for overflow
8248 specified in the ARM ELF specs.
8249 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
8250 target of a BLX instruction specially.
8251 (Reloc_stub::stub_type_for_reloc): Ditto.
8252 (Relocate::relocate): Use symbolic names instead of numeric relocation
8253 codes to report error.
8254 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
8255 workaround.
8256 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
8257 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
8258 thumb2_blx_out_of_range.stdout
8259 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
8260 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
8261 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
8262 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
8263 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
8264 thumb2_blx_in_range, thumb2_blx_in_range.o,
8265 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
8266 thumb2_blx_out_of_range.o): New rules.
2e702c99 8267 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
a2c7281b
DK
8268 thumb2_blx_in_range and thumb2_blx_out_of_range.
8269 * testsuite/Makefile.in: Regenerate.
8270 * arm_branch_in_range.sh: Add tests for THUMB BLX.
8271 * testsuite/thumb_blx_in_range.s: New file.
8272 * testsuite/thumb_blx_out_of_range.s: New file.
8273
b0193076
RÁE
82742010-03-22 Rafael Espindola <espindola@google.com>
8275
8276 * archive.cc (Should_include): Move to archive.h.
8277 (should_include_member): Make it a member of Archive.
8278 (Lib_group): New.
8279 (Add_lib_group_symbols): New.
8280 * archive.h: Include options.h.
8281 (Archive_member): Moved from Archive.
8282 (Should_include): Moved from archive.cc.
8283 (Lib_group): New.
8284 (Add_lib_group_symbols): New.
8285 * dynobj.cc (do_should_include_member): New.
8286 * dynobj.h (do_should_include_member): New.
8287 * gold.cc (queue_initial_tasks): Update call to queue.
8288 * main.cc (main): Print lib group stats.
8289 * object.cc (do_should_include_member): New.
8290 * object.h: Include archive.h.
8291 (Object::should_include_member): New.
8292 (Object::do_should_include_member): New.
8293 (Sized_relobj::do_should_include_member): New.
8294 * options.cc (General_options::parse_start_lib): New.
8295 (General_options::parse_end_lib): New.
8296 (Input_arguments::add_file): Handle lib groups.
8297 (Input_arguments::start_group): Check we are not in a lib.
8298 (Input_arguments::start_lib): New.
8299 (Input_arguments::end_lib): New.
8300 * options.h (General_options): Add start_lib and end_lib.
8301 (Input_argument::lib_): New.
8302 (Input_argument::lib): New.
8303 (Input_argument::is_lib): New.
8304 (Input_file_lib): New.
8305 (Input_arguments::in_lib_): New.
8306 (Input_arguments::in_lib): New.
8307 (Input_arguments::start_lib): New.
8308 (Input_arguments::end_lib_): New.
8309 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
8310 in unused members as preempted.
8311 (Sized_pluginobj::do_should_include_member): New.
8312 * plugin.h (Sized_pluginobj::do_should_include_member): New.
8313 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
8314 return the blocker.
8315 (Read_symbols::do_whole_lib_group): New.
8316 (Read_symbols::do_lib_group): New.
8317 (Read_symbols::do_read_symbols): Handle lib groups.
8318 (Read_symbols::get_name): Handle lib groups.
8319 * readsyms.h (Read_symbols): Add an archive member pointer.
8320 (Read_symbols::do_whole_lib_group): New.
8321 (Read_symbols::do_lib_group): New.
8322 (Read_symbols::member_): New.
8323 * script.cc (read_input_script): Update call to queue_soon.
8324
d099120c
DK
83252010-03-19 Doug Kwan <dougkwan@google.com>
8326
8327 * arm.cc (Stub_table::Stub_table): Initialize new data members
8328 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8329 (Stub_table::add_reloc_stub): Assign stub offset and update
8330 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8331 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
8332 New data members.
2e702c99 8333 (Stub_table::update_data_size_and_addralign): Use
d099120c
DK
8334 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
8335 instead of going over all reloc stubs.
2e702c99 8336 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
d099120c
DK
8337 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8338 Stringpool_template::offset_ to size of Stringpool_char.
2e702c99 8339 (Stringpool_template::new_key_offset): Remove code to initialize
d099120c
DK
8340 Stringpool_template::offset_.
8341 * stringpool.h (Stringpool_template::set_no_zero_null): Set
8342 Stringpool_template::offset_ to zero.
8343
1aa37384
DK
83442010-03-15 Doug Kwan <dougkwan@google.com>
8345
8346 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8347 offset_.
8348 (Stringpool_template::new_key_offset): New method.
8349 (Stringpool_template::add_string): Assign offsets when adding new
8350 strings.
8351 (Stringpool_template::set_string_offsets): Do not set string offsets
8352 when not optimizing.
8353 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
8354 member size_.
2e702c99
RM
8355 (Chunked_vector::clear): Clear size_.
8356 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
8357 (Chunked_vector::size): Return size_.
8358 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 8359 (Chunked_vector::size_): New data member.
1aa37384
DK
8360 (Stringpool_template::set_no_zero_null): Assert string set is empty.
8361 (Stringpool_template::new_key_offset): New method declaration.
8362 (Stringpool_template::offset_): New data member.
8363
b672b057
RÁE
83642010-03-15 Rafael Espindola <espindola@google.com>
8365
8366 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
8367 Add_symbols' constructor.
8368 * readsyms.h (Add_symbols): Remove the input_group member.
8369
b6848d3c
ILT
83702010-03-10 Ian Lance Taylor <iant@google.com>
8371
8372 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
8373 target to ask whether a reference to a symbol requires a stack
8374 split.
8375 * target.h (Target::is_call_to_non_split): New function.
8376 (Target::do_is_call_to_non_split): Declare virtual function.
8377 * target.cc: Include "symtab.h".
8378 (Target::do_is_call_to_non_split): New function.
8379 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
8380
a2a5469e
CC
83812010-03-10 Cary Coutant <ccoutant@google.com>
8382
8383 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
8384 (File_read::open[1]): Remove initial mapping of whole_file_view_.
8385 (File_read::open[2]): Add whole_file_view_ to list of views.
8386 (File_read::make_view): Remove test of whole_file_view_.
8387 (File_read::find_or_make_view): Create whole_file_view_ if
8388 necessary.
8389 (File_read::clear_views): Replace bool parameter with enum;
8390 adjust all callers. Don't delete views with permanent data;
8391 do delete cached views and views from archives if
8392 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
8393 if clearing the corresponding view.
8394 * fileread.h (File_read::Clear_views_mode): New enum.
8395 (File_read::View::is_permanent_view): New method.
8396 (File_read::clear_views): Replace bool parameter
8397 with enum; adjust all callers.
8398 * options.h (General_options): Change keep_files_mapped option;
8399 add map_whole_files.
8400 * readsyms.cc (Add_symbols::run): Delete sd_ object before
8401 releasing the file.
8402 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
8403 the file.
8404
8861f32b
DM
84052010-03-10 David S. Miller <davem@davemloft.net>
8406
8407 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
8408
d62d0f5f
ST
84092010-03-09 Sriraman Tallam <tmsriram@google.com>
8410
8411 * icf.cc (get_section_contents): Add '@' marker after processing the
8412 merge reloc.
8413
9177756d
DK
84142010-03-08 Doug Kwan <dougkwan@google.com>
8415
8416 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
8417 due to a conversion warning.
8418 (Arm_relobj::update_output_local_symbol_count): Check for local
8419 symbol with unset output index.
8420
9e9e071b
ILT
84212010-03-05 Ian Lance Taylor <iant@google.com>
8422
8423 * options.h (class General_options): Add --spare-dynamic-tags.
8424 * output.cc (Output_data_dynamic::set_final_data_size): Implement
8425 --spare-dynamic-tags.
8426
a81ee015
ILT
84272010-03-05 Ian Lance Taylor <iant@google.com>
8428
8429 * incremental.cc: Include "libiberty.h".
8430
44ec90b9
RO
84312010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8432
8433 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
8434 function, is_info_ member.
8435 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
8436 (Versions::Versions): Update caller.
8437 (Versions::define_base_version): Likewise.
8438 (Versions::add_def): Likewise.
8439
0897ed3b
ST
84402010-03-03 Sriraman Tallam <tmsriram@google.com>
8441
8442 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
8443 (Scan::possible_function_pointer_reloc): New function.
8444 (Scan::local_reloc_may_be_function_pointer): Change to call
8445 possible_function_pointer_reloc.
8446 (Scan::global_reloc_may_be_function_pointer): Ditto.
8447 * icf.h (Icf::check_section_for_function_pointers): Change to reject
8448 relocations in ".data.rel.ro._ZTV" section.
8449 * testsuite/icf_safe_so_test.sh: Change to pass i386.
8450 * testsuite/icf_safe_so_test.cc: Ditto.
8451 * testsuite/icf_safe_test.cc: Ditto.
8452 * testsuite/icf_safe_test.sh: Ditto.
8453
d3bbad62
ILT
84542010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8455 Ian Lance Taylor <iant@google.com>
8456
8457 * target-reloc.h (relocate_section): Check the symbol table index
8458 for -1U before setting the local symbol index.
8459 (scan_relocatable_relocs): If copying the relocation, record that
8460 the local symbol is required.
8461 * object.h (Symbol_value::is_output_symtab_index_set): New
8462 function.
8463 (Symbol_value::may_be_discarded_from_output_symtab): New
8464 function.
8465 (Symbol_value::has_output_symtab_entry): New function.
8466 (Symbol_value::needs_output_symtab_entry): Remove.
8467 (Symbol_value::output_symtab_index): Make sure the symbol index is
8468 set.
8469 (Symbol_value::set_output_symtab_index): Make sure the symbol
8470 index is not set. Make sure the new index is valid.
8471 (Symbol_value::set_must_have_output_symtab_entry): New function.
8472 (Symbol_value::has_output_dynsym_entry): New function.
8473 (Symbol_value::set_output_dynsym_index): Make sure the new index
8474 is valid.
8475 (Sized_relobj::set_must_have_output_symtab_entry): New function.
8476 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
8477 local symbol if permitted.
8478 (Sized_relobj::do_finalize_local_symbols): Call
8479 is_output_symtab_index_set rather than needs_output_symtab_entry.
8480 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
8481 rather than needs_output_symtab_entry. Call
8482 has_output_dynsym_entry rather than needs_output_dynsym_entry.
8483 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
8484 is_output_symtab_index_set rather than needs_output_symtab_entry.
8485 * testsuite/discard_locals_relocatable_test.c: New file.
8486 * testsuite/discard_locals_test.sh: Test -r.
8487 * testsuite/Makefile.am (check_DATA): Add
8488 discard_locals_relocatable_test1.syms,
8489 discard_local_relocatable_test2.syms.
8490 (MOSTLYCLEANFILES): Likewise. Also add
8491 discard_locals_relocatable_test1.lout and
8492 discard_locals_relocatable_test2.out.
8493 (discard_locals_relocatable_test1.syms): New target.
8494 (discard_locals_relocatable_test.o): New target.
8495 (discard_locals_relocatable_test1.out): New target.
8496 (discard_locals_relocatable_test2.syms): New target.
8497 (discard_locals_relocatable_test2.out): New target.
8498 (various): Add missing ../ld-new dependencies.
8499 * testsuite/Makefile.in: Rebuild.
8500
7e8ccf26
NC
85012010-03-03 Nick Clifton <nickc@redhat.com>
8502
8503 * po/fi.po: New Finnish translation.
8504
2a0ff005
DK
85052010-03-01 Doug Kwan <dougkwan@google.com>
8506
8507 * layout.cc (Layout::Layout): Force section types of .init_array*,
8508 .preinit_array* and .fini_array* sections.
8509 * output.cc (Output_section::Input_section_sort_entry::has_priority):
8510 Fix check of return value of std::string::find.().
8511 (Output_section::Input_section_sort_compare::operator()): Remove
8512 comment about .init_array.
8513 (Output_section::Input_section_sort_init_fini_compare::operator()):
8514 New method.
8515 (Output_section::sort_attached_input_sections): Handle .init_array
8516 and .fini_array specially.
8517 * output.h (Output_section::Inut_section_sort_compare): Update
8518 comment.
8519 (Output_section::Input_section_sort_init_fini_compare): New struct.
8520
c3e4ae29
DK
85212010-02-26 Doug Kwan <dougkwan@google.com>
8522
8523 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
8524 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
8525 * testsuite/debug_msg.sh: Avoid matching source line number for
8526 use of global variable undef_int.
8527
2fd9ae7a
DK
85282010-02-26 Doug Kwan <dougkwan@google.com>
8529
8530 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
8531 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
8532 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
8533 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
8534 * options.cc (General_options::General_options): Initialize member
8535 fix_v4bx_.
8536 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
8537 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
8538 and rm_no_fix_v4bx.stdout
8539 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
8540 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
8541 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
8542 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
8543 and arm_no_fix_v4bx.
8544 * Makefile.in: Regenerate.
8545 * testsuite/arm_fix_v4bx.s: New file.
8546 * testsuite/arm_fix_v4bx.sh: Ditto.
8547
67ec7d0b
DK
85482010-02-24 Doug Kwan <dougkwan@google.com>
8549
8550 * arm.cc (Target_arm::got_section): Make the .got section the first
8551 non RELRO section in the data segment.
8552 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
8553 suffixes of section names.
8554
10165461
DK
85552010-02-24 Doug Kwan <dougkwan@google.com>
8556
8557 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
8558 flags and attributes merging if an input file is a binary file.
8559 * fileread.cc (Input_file::open): Record format of original file.
8560 * fileread.h (Input_file::Format): New enum type.
2e702c99 8561 (Input_file::Input_file): Initialize data member format_.
10165461
DK
8562 (Input_file::format): New method definition.
8563 (Input_file::format_):: New data member.
8564
4a54abbb
DK
85652010-02-24 Doug Kwan <dougkwan@google.com>
8566
8567 * arm.cc (Arm_output_data_got): New class.
8568 (ARM_TCB_SIZE): New constant
8569 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
8570 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
8571 If user uses a script with a SECTIONS clause, issue only a warning
8572 for a misplaced EXIDX input section. Otherwise, issue an error.
2e702c99 8573 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
4a54abbb
DK
8574 garbage collection.
8575 (Target_arm::got_mode_index_entry): Handle static linking.
8576 (Target_arm::Scan::local): Ditto.
8577 (Target_arm::Scan::global): Ditto.
8578 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
8579 all incorrectly implemented relocations.
e1df38aa 8580 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
8581 Arm_output_section::fix_exidx_coverage.
8582 * layout.cc (Layout::section_name_mapping): Remove trailing dots
8583 from ".ARM.exidx." and ".ARM.extab.".
8584
ca419a6f
ILT
85852010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8586
8587 * arm.cc (Target_arm::do_finalize_sections): Create attribute
8588 section if it does not already exist.
8589 * attributes.cc (Attributes_section_data::Attributes_section_data):
8590 Don't crash if size is zero.
8591
135b9c78
ILT
85922010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8593 Ian Lance Taylor <iant@google.com>
8594
8595 * gold.cc (queue_middle_tasks): If no input files were opened,
8596 exit.
8597 * workqueue.h (Task_function::Task_function): Assert that there is
8598 a blocker.
8599
bb0bfe4f
DK
86002010-02-22 Doug Kwan <dougkwan@google.com>
8601
8602 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
8603 * icf.cc (get_section_contents): Cast snprintf arguments to long long
8604 types to avoid warnings due to different uint64_t implementations
8605 on different hosts.
8606
2a2b6d42
DK
86072010-02-21 Doug Kwan <dougkwan@google.com>
8608
8609 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
8610 handling of the maximum backward branch offset.
2e702c99 8611 (Arm_relocate_functions::thumb_branch_common): Ditto.
2a2b6d42
DK
8612 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
8613 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 8614 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
8615 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
8616 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
8617 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
8618 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
8619 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
8620 thumb_bl_out_of_range thumb_bl_out_of_range.o,
8621 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
8622 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
8623 thumb2_bl_out_of_range.o): New rules.
8624 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
8625 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
8626 thumb2_bl_out_of_range
8627 * testsuite/Makefile.in: Regenerate.
8628 * testsuite/arm_bl_in_range.s: New file.
8629 * testsuite/arm_bl_out_of_range.s: Ditto.
8630 * testsuite/arm_branch_in_range.sh: Ditto.
8631 * testsuite/arm_branch_range.t: Ditto.
8632 * testsuite/thumb2_branch_range.t: Ditto.
8633 * testsuite/thumb_bl_in_range.s: Ditto.
8634 * testsuite/thumb_bl_out_of_range.s: Ditto.
8635 * testsuite/thumb_branch_range.t: Ditto.
8636
b487ad64
ST
86372010-02-20 Sriraman Tallam <tmsriram@google.com>
8638
8639 * gc.h (gc_process_relocs): Change vectors to point to the new list.
8640 Add reloc offset information.
8641 * icf.cc (get_section_contents): Change iterators to point to the new
8642 vectors. Add reloc offset information to the contents.
8643 * icf.h (Icf::Sections_reachable_info): New typedef.
8644 (Icf::Sections_reachable_list): New typedef.
8645 (Icf::Offset_info): New typedef.
8646 (Icf::Reloc_info): New struct typedef.
8647 (Icf::Reloc_info_list): New typedef.
8648 (Icf::symbol_reloc_list): Delete method.
8649 (Icf::addend_reloc_list): Delete method.
8650 (Icf::section_reloc_list): Delete method.
8651 (Icf::reloc_info_list): New method.
8652 (Icf::reloc_info_list_): New member.
8653
f96accdf
DK
86542010-02-19 Doug Kwan <dougkwan@google.com>
8655
8656 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
8657 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
8658 * arm.cc (Arm_relocation_functions): New forward declaration.
8659 (Target_arm::Target_arm): Initialize new data members
8660 got_mod_index_offset_ and tls_base_symbol_defined_.
8661 (Target_arm::Relocate::relocate_tls): New method.
8662 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
8663 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
8664 New methods.
2e702c99 8665 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
f96accdf
DK
8666 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
8667 (Target_arm::got_mod_index_offset_,
8668 Target_arm::tls_base_symbol_defined_): New data members.
8669 (Target_arm::Scan::local, Target::Scan::global,
8670 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
8671 relocations.
8672
c8761b9a
DK
86732010-02-18 Doug Kwan <dougkwan@google.com>
8674
8675 * arm.cc (Arm_relobj::find_linked_text_section): New method.
8676 (Arm_relobj::make_exidx_input_section): Pass section index of linked
8677 text section as a parameter becuase some broken tools may not set
8678 the link in section header.
8679 (Target_arm::has_got_section): New method.
8680 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
8681 without any mapping symbol as data only. Remove warning.
8682 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
8683 link in its section header, try to discover the link by inspecting the
8684 REL31 relocation at the beginning of the section.
8685 (Target_arm::Scan::check_non_pic): Report name of offending relocation
8686 in error message.
8687 (Target_arm::Scan::global): Treat any reference to the symbol
8688 _GLOBAL_OFFSET_TABLE_ as a GOT access.
8689
21bb3914
ST
86902010-02-12 Sriraman Tallam <tmsriram@google.com>
8691
8692 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
8693 (Scan::global_reloc_may_be_function_pointer): New function.
8694 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8695 (Scan::global_reloc_may_be_function_pointer): New function.
8696 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8697 (Scan::global_reloc_may_be_function_pointer): New function.
8698 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
8699 (Scan::global_reloc_may_be_function_pointer): New function.
8700 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
8701 (Scan::global_reloc_may_be_function_pointer): New function.
8702 (Scan::possible_function_pointer_reloc): New function.
8703 (Target_x86_64::can_check_for_function_pointers): New function.
8704 * gc.h (gc_process_relocs): Scan relocation types to determine if
8705 function pointers were taken for targets that support it.
8706 * icf.cc (Icf::find_identical_sections): Include functions for
8707 folding in safe ICF whose pointer is not taken.
8708 * icf.h (Secn_fptr_taken_set): New typedef.
8709 (fptr_section_id_): New member.
8710 (section_has_function_pointers): New function.
8711 (set_section_has_function_pointers): New function.
8712 (check_section_for_function_pointers): New function.
8713 * options.h: Fix comment for safe ICF option.
8714 * target.h (can_check_for_function_pointers): New function.
8715 * testsuite/Makefile.am: Add icf_safe_so_test test case.
8716 Modify icf_safe_test for X86-64.
8717 * testsuite/Makefile.in: Regenerate.
8718 * testsuite/icf_safe_so_test.cc: New file.
8719 * testsuite/icf_safe_so_test.sh: New file.
8720 * testsuite/icf_safe_test.cc (kept_func_3): New function.
8721 (main): Change to take pointer to function kept_func_3.
8722 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
8723 folding is done correctly for X86-64.
8724
0da6fa6c
DM
87252010-02-12 David S. Miller <davem@davemloft.net>
8726
8727 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
8728 is_symbolless parameter.
8729 (Output_reloc<SHT_REL>::is_symbolless): New.
8730 (Output_reloc<SHT_REL>::is_symbolless_): New.
8731 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
8732 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
8733 (Output_reloc<SHT_RELA>::is_symbolless): New.
8734 (Output_data_reloc::add_global): Handle is_symbolless.
8735 (Output_data_reloc::add_global_relative): Likewise.
8736 (Output_data_reloc::add_local): Likewise.
8737 (Output_data_reloc::add_local_relative): Likewise.
8738 (Output_data_reloc::add_symbolless_global_addend): New.
8739 (Output_data_reloc::add_symbolless_local_addend): New.
8740 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
8741 is_symbolless.
8742 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
8743 instead of ->is_relative_
8744 (Output_reloc::write): Likewise.
8745 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
8746 (Output_reloc::write_rel): Simplify.
8747
8748 * sparc.cc (Target_sparc::Scan::local): Use
8749 ->add_symbolless_local_addend as needed.
8750 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
8751 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
8752 based upon relocation offset.
8753
e4782e83
DK
87542010-02-11 Doug Kwan <dougkwan@google.com>
8755
8756 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
8757 (Target_arm::Scan::global): Ditto. Also remove a comment before the
8758 beginning of function.
8759 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
8760 and MOVT_ABS relocations. Those are non issued in scanning. Fix
8761 parameter is_32bit in calls to should_apply_static_reloc.
8762 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
8763 (check_DATA): Add arm_abs_global.stdout.
8764 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
8765 arm_abs_global.stdout): New rules.
8766 (MOSTLLYCLEANFILES): Add arm_abs_global
8767 * Makefile.in: Regenerate.
8768 * testsuite/arm_abs_global.s: New file.
8769 * testsuite/arm_abs_global.sh: Ditto.
8770 * testsuite/arm_abs_lib.s: Ditto.
8771
93ceb764
ILT
87722010-02-11 Ian Lance Taylor <iant@google.com>
8773
8774 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
8775 Read_relocs task.
8776 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
8777 Allocate_commons_task first.
8778 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
8779 task, rather than symtab_lock_.
8780 (Gc_process_relocs::~Gc_process_relocs): New function.
8781 (Gc_process_relocs::is_runnable): Check this_blocker_.
8782 (Gc_process_relocs::locks): Use next_blocker_ rather than
8783 blocker_.
8784 (Scan_relocs::~Scan_relocs): New function.
8785 (Scan_relocs::is_runnable): Check this_blocker_ rather than
8786 symtab_lock_.
8787 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
8788 next_blocker_.
8789 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
8790 fields. Add this_blocker_ and next_blocker_ fields. Adjust
8791 constructor accordingly.
8792 (class Gc_process_relocs): Likewise.
8793 (class Scan_relocs): Likewise.
8794 * common.h (class Allocate_commons_task): Remove symtab_lock_
8795 field, and corresponding constructor parameter.
8796 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
8797 symtab_lock_.
8798 (Allocate_commons_task::locks): Likewise.
8799
114dfbe1
ILT
88002010-02-11 Ian Lance Taylor <iant@google.com>
8801
8802 * gold-threads.h (class Once): Define.
8803 (class Initialize_lock): Rewrite as child of Once.
8804 * gold-threads.cc (class Once_initialize): Define.
8805 (once_pointer_control): New static variable.
8806 (once_pointer, once_arg): New static variables.
8807 (c_run_once): New static function.
8808 (Once::Once, Once::run_once, Once::internal_run): New functions.
8809 (class Initialize_lock_once): Remove.
8810 (initialize_lock_control): Remove.
8811 (initialize_lock_pointer): Remove.
8812 (initialize_lock_once): Remove.
8813 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
8814 (Initialize_lock::initialize): Rewrite.
8815 (Initialize_lock::do_run_once): New function.
8816 * archive.cc (Archive::interpret_header): Only clear name if it is
8817 not already empty.
8818 * fileread.cc: Include "gold-threads.h"
8819 (file_counts_lock): New static variable.
8820 (file_counts_initialize_lock): Likewise.
8821 (File_read::release): Only increment counts when using --stats.
8822 Use a lock around the increment.
8823 * parameters.cc (class Set_parameters_target_once): Define.
8824 (set_parameters_target_once): New static variable.
8825 (Parameters::Parameters): Move here from parameters.h.
8826 (Parameters::set_target): Rewrite.
8827 (Parameters::set_target_once): New function.
8828 (Parameters::clear_target): Move here and rewrite.
8829 * parameters.h (class Parameters): Update declarations. Add
8830 set_parameters_target_once_ field.
8831 (Parameters::Parameters): Move to parameters.cc.
8832 (Parameters::clear_target): Likewise.
8833 * readsyms.cc (Read_symbols::do_group): Create a Start_group
8834 task.
8835 (Start_group::~Start_group): New function.
8836 (Start_group::is_runnable): New function.
8837 (Start_group::locks, Start_group::run): New functions.
8838 (Finish_group::run): Change saw_undefined to size_t.
8839 * readsyms.h (class Start_group): Define.
8840 (class Finish_group): Change saw_undefined_ field to size_t.
8841 (Finish_group::Finish_group): Remove saw_undefined and
8842 this_blocker parameters. Change all callers.
8843 (Finish_group::set_saw_undefined): New function.
8844 (Finish_group::set_blocker): New function.
8845 * symtab.h (class Symbol_table): Change saw_undefined to return
8846 size_t. Change saw_undefined_ field to size_t.
8847 * target-select.cc (Set_target_once::do_run_once): New function.
8848 (Target_selector::Target_selector): Initialize set_target_once_
8849 field. Don't initialize lock_ and initialize_lock_ fields.
8850 (Target_selector::instantiate_target): Rewrite.
8851 (Target_selector::set_target): New function.
8852 * target-select.h (class Set_target_once): Define.
8853 (class Target_selector): Update declarations. Make
8854 Set_target_once a friend. Remove lock_ and initialize_lock_
8855 fields. Add set_target_once_ field.
8856
fa17a3f4
ILT
88572010-02-10 Ian Lance Taylor <iant@google.com>
8858
8859 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
8860 queueing any tasks.
8861 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
8862 (queue_middle_tasks): Add all blockers before queueing any tasks.
8863 (queue_final_tasks): Likewise.
8864 * token.h (Task_token::add_blockers): New function.
8865 * object.h (Input_objects::number_of_relobjs): New function.
8866
c7177d31
ILT
88672010-02-10 Ian Lance Taylor <iant@google.com>
8868
5de0e392
ILT
8869 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
8870 shared, not if not position independent.
8871 * x86_64.cc (Relocate::relocate_tls): Likewise.
8872 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
8873 (tls_pie_pic_test): New target.
8874 * testsuite/Makefile.in: Rebuild.
8875
c7177d31
ILT
8876 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
8877 (tls_test_main_pie.o, tls_test_pie.o): New targets.
8878 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
8879 * testsuite/Makefile.in: Rebuild.
8880
684b268a
DM
88812010-02-09 David S. Miller <davem@davemloft.net>
8882
8883 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
8884 R_SPARC_RELATIVE using ->add_local_relative().
8885 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
8886
612a8d3d
DM
8887 * output.h (Output_data_dynamic::add_section_size): New method
8888 that takes two Output_data objects.
8889 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
8890 entry param. Handle it in initializers.
8891 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
8892 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
8893 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
8894 arg.
8895 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
8896 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
8897 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
8898 for dynrel_includes_plt.
8899 * i386.cc (Target_i386::do_finalize_sections): Likewise.
8900 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
8901 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
8902 before .rela.plt
8903 (Target_sparc::do_finalize_sections): Update to pass true for
8904 dynrel_includes_plt.
8905 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
8906 output before .rela.plt
8907 (Target_powerpc::do_finalize_sections): Update to pass true for
8908 dynrel_includes_plt when 32-bit.
8909
cb1be87e
DK
89102010-02-08 Doug Kwan <dougkwan@google.com>
8911
8912 * arm.cc (Arm_relobj::simple_input_section_output_address): New
8913 method.
8914 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
8915 Arm_relobj::scan_section_for_cortex_a8_stubs,
8916 Arm_relobj::do_relocation_section): Instead of calling
8917 Output_section::output_address, use faster
8918 Arm_relobj::simple_input_section_output_address.
8919
705b5121
DM
89202010-02-08 David S. Miller <davem@davemloft.net>
8921
8922 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
8923 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
8924 relocation helper function.
8925
024c4466
DM
8926 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
8927 just like R_SPARC_GOT{10,13,22}.
8928 (Target_sparc::Scan::local): Likewise.
8929 (Target_sparc::Relocate:relocate): Likewise.
8930
9109c078
ILT
89312010-02-06 Ian Lance Taylor <iant@google.com>
8932
8933 * configure.ac: Rewrite targetobjs duplicate removal code to use
8934 only shell constructs.
8935 * configure: Rebuild.
8936
cf846138
DK
89372010-02-05 Doug Kwan <dougkwan@google.com>
8938
8939 PR 11247
8940 * arm.cc (Arm_relobj::section_is_scannable): New method.
8941 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
8942 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
8943
6cfaf60b
DK
89442010-02-04 Doug Kwan <dougkwan@google.com>
8945
8946 PR 11247
8947 * arm-reloc-property.cc (cstdio): Include.
8948 * configure.ac (targetobjs): Remove duplicates.
8949 * configure: Regenerate.
8950 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
8951 big and little endian version for a given address size.
8952
5c57f1be
DK
89532010-02-03 Doug Kwan <dougkwan@google.com>
8954
8955 * arm-reloc-property.cc
8956 (Arm_reloc_property_table::reloc_name_in_error_message): New method
8957 definition.
8958 * arm-reloc-property.h
8959 (Arm_reloc_property_table::get_implemented_static_reloc_property):
8960 New method definition.
8961 (Arm_reloc_property_table::reloc_name_in_error_message): New method
8962 declaration.
8963 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
8964 overflow to N.
8965 (GOT_PREL): Change implemented to Y.
8966 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
8967 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
8968 (Arm_relocate_functions::movw_abs_nc): Remove method.
8969 (Arm_relocate_functions::movt_abs): Ditto.
8970 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
8971 (Arm_relocate_functions::thm_movt_abs): Ditto.
8972 (Arm_relocate_functions::movw_rel_nc): Ditto.
8973 (Arm_relocate_functions::movw_rel): Ditto.
8974 (Arm_relocate_functions::movt_rel): Ditto.
8975 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
8976 (Arm_relocate_functions:thm_movw_rel): Ditto.
8977 (Arm_relocate_functions:thm_movt_rel): Ditto.
8978 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
8979 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
8980 New method definitions.
8981 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
8982 (Arm_relocation_functions::arm_grp_ldr): Ditto.
8983 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
8984 (Arm_relocation_functions::arm_grp_ldc): Ditto.
8985 (Target_arm::Relocate::relocate): Check for non-static or
8986 unimplemented relocation code and exit early. Change calls to
8987 Target_arm::reloc_uses_thumb_bit and
8988 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
8989 instead. Refactor code to handle similar relocations to increase
8990 code sharing. Remove check for unsupported relocation code in switch
8991 statement.
8992 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
8993 relocation property table to find out size. Change error message to
8994 print out the name of a relocation code instead of the numeric value.
8995 (Target_arm::scan_reloc_for_stub): Use relocation property table
8996 instead of calling Target_arm::reloc_uses_thumb_bit().
8997
218c5831
DK
89982010-02-02 Doug Kwan <dougkwan@google.com>
8999
9000 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
9001 types of relaxed input section.
9002
0d31c79d
DK
90032010-02-02 Doug Kwan <dougkwan@google.com>
9004
9005 * Makefile.am (HFILES): Add arm-reloc-property.h.
9006 (DEFFILES): New.
2e702c99
RM
9007 (TARGETSOURCES): Add arm-reloc-property.cc
9008 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
0d31c79d
DK
9009 (libgold_a_SOURCES): $(DEFFILES)
9010 * Makefile.in: Regenerate.
9011 * arm-reloc-property.cc: New file.
9012 * arm-reloc-property.h: New file.
9013 * arm-reloc.def: New file.
9014 * arm.cc: Update comments.
9015 (arm-reloc-property.h): New included header.
9016 (arm_reloc_property_table): New global variable.
9017 (Target_arm::do_select_as_default_target): New method definition.
9018 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
9019 arm-reloc-property to targ_extra_obj.
9020 * parameters.cc (set_parameters_target): Call
9021 Target::select_as_default_target().
9022 * target.h (Target::select_as_default_target): New method definition.
9023 (Target::do_select_as_default_target): Same.
9024
546c7457
DK
90252010-02-01 Doug Kwan <dougkwan@google.com>
9026
9027 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
9028 first_output_text_section_.
9029 (Arm_exidx_fixup::first_output_text_section): New method definition.
9030 (Arm_exidx_fixup::first_output_text_section_): New data member.
9031 (Arm_exidx_fixup::process_exidx_section): Record the first text
9032 output section seen.
9033 (Arm_output_section::fix_exidx_coverage): Set correct linked section
9034 and entsize in output section header.
9035
11b861d5
DK
90362010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9037
9038 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
9039 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
9040 (Arm_relocate_functions::thm_alu11): New Method.
9041 (Arm_relocate_functions::thm_pc8): New Method.
9042 (Arm_relocate_functions::thm_pc12): New Method.
9043 (Target_arm::Scan::local): Handle the relocations.
9044 (Target_arm::Scan::global): Likewise.
9045 (Target_arm::Relocate::relocate): Likewise.
9046 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
9047
c9a2c125
DK
90482010-01-29 Doug Kwan <dougkwan@google.com>
9049
9050 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
9051 of relocation types as ld.
9052
1521477a
DK
90532010-01-29 Doug Kwan <dougkwan@google.com>
9054
9055 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
9056 to public.
9057 (Arm_relocate_functions::thumb_branch_common): Ditto.
9058 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
9059 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
9060 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
9061 Arm_relocate_functions::jump24): Remove.
9062 (Target_arm::Relocate::relocate): Adjust code to call
9063 Arm_relocation_functions::arm_branch_common and
9064 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 9065 wrappers. Merge switch-cases together to reduce source code size.
1521477a 9066
e7eca48c
DK
90672010-01-29 Doug Kwan <dougkwan@google.com>
9068
9069 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
9070 output_local_symbol_count_needs_update_.
9071 (Arm_relobj::output_local_symbol_count_needs_update,
9072 Arm_relobj::set_output_local_symbol_count_needs_update,
9073 Arm_relobj::update_output_local_symbol_count): New methods.
9074 (Arm_relobj::output_local_symbol_count_needs_update_): New data
9075 member.
9076 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
9077 of pointed function as in a R_ARM_PREL31 relocation.
9078 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
9079 for output local symbol count updating.
9080 (Target_arm::do_relax): Update output local symbol counts in objects
9081 if necessary.
9082 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
9083
02961d7e
ILT
90842010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9085
9086 * arm.cc: Added support for the ARM relocations:
9087 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
9088 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
9089 (Arm_relocate_functions::movw_rel_nc): Renamed (was
9090 movw_prel_nc).
9091 (Arm_relocate_functions::movw_rel): New method.
9092 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
9093 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
9094 thm_movw_prel_nc).
9095 (Arm_relocate_functions::thm_movw_rel): New method.
9096 (Arm_relocate_functions::thm_movt_rel): Renamed (was
9097 thm_movt_prel).
9098 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
9099 relocations.
9100 (Target_arm::Scan::global): Likewise.
9101 (Target_arm::Relocate::relocate): Likewise.
9102 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9103 Likewise.
9104
b10d2873
ILT
91052010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9106
9107 * arm.cc: Added support for ARM group relocations.
9108 (Target_arm::reloc_needs_sym_origin): New method.
9109 (Arm_relocate_functions::calc_grp_kn): New method.
9110 (Arm_relocate_functions::calc_grp_residual): New method.
9111 (Arm_relocate_functions::calc_grp_gn): New method.
9112 (Arm_relocate_functions::arm_grp_alu): New Method.
9113 (Arm_relocate_functions::arm_grp_ldr): New Method.
9114 (Arm_relocate_functions::arm_grp_ldrs): New Method.
9115 (Arm_relocate_functions::arm_grp_ldc): New Method.
9116 (Target_arm::Scan::local): Handle the ARM group relocations.
9117 (Target_arm::Scan::global): Likewise.
9118 (Target_arm::Relocate::relocate): Likewise.
9119 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9120 Likewise.
9121
2b328d4e
DK
91222010-01-26 Doug Kwan <dougkwan@google.com>
9123
9124 * arm.cc (set): Include.
9125 (class Arm_exidx_fixup): Change type of last_input_section_ to const
9126 pointer type.
2e702c99 9127 (Arm_output_section::Text_section_list): New type.
2b328d4e
DK
9128 (Arm_output_section::append_text_sections_to_list): New method.
9129 (Arm_output_section::fix_exidx_coverage): Ditto.
9130 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
2e702c99 9131 (Arm_relobj::convert_input_section_to_relaxed_section): Use
2b328d4e
DK
9132 Relobj::set_section_offset() instead of
9133 Sized_relobj::invalidate_section_offset().
2e702c99 9134 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
2b328d4e
DK
9135 parameter for section headers. Ignore relocation sections for
9136 unallocated sections and EXIDX sections.
9137 (Target_arm::fix_exidx_coverage): New method.
9138 (Target_arm::output_section_address_less_than): New type.
9139 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
9140 linked text section instead of the EXIDX section.
9141 (Arm_output_section::create_stub_group): Add an assertion to check
9142 that this is not an EXIDX output section.
9143 (Arm_output_section::append_text_sections_to_list): New method.
9144 (Arm_output_section::fix_exidx_coverage): Ditto.
9145 (Arm_relobj::scan_sections_for_stubs): Adjust call to
2e702c99 9146 Arm_relobj::section_needs_reloc_stub_scanning.
2b328d4e
DK
9147 (Target_arm::do_relax): Fix EXIDX output section coverage in the
9148 first pass.
9149 (Target_arm::fix_exidx_coverage): New method.
9150 * object.h (Relobj::set_output_section): New method.
9151 (Sized_relobj::invalidate_section_offset): Remove method.
9152 (Sized_relobj::do_invalidate_section_offset): Remove method.
9153 (Sized_relobj::do_set_section_offset): Handle offset value -1.
9154
c7f3c371
DK
91552010-01-25 Doug Kwan <dougkwan@google.com>
9156
9157 * arm.cc (Arm_exidx_merged_section::do_output_offset):
9158 Fix warning due to signed and unsigned comparison on a 32-bit host.
9159
8923b24c
DK
91602010-01-22 Doug Kwan <dougkwan@google.com>
9161
9162 * arm.cc (Target_arm::do_relax): Record an output section for section
9163 offset adjustment it contains any stub table that has changed.
9164 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
9165 offsets in an output section if necessary.
9166 * output.cc (Output_section::Output_section): Initialize
9167 section_offsets_need_adjustments_.
9168 (Output_section::add_input_section_for_script): Renamed to
9169 Output_section::add_simple_input_section.
9170 (Output_section::save_states): Add a comment.
9171 (Output_section::discard_states): New method defintion.
9172 (Output_section::adjust_section_offsets): Same.
9173 * output.h (Output_section::add_input_section_for_script): Renamed to
9174 Output_section::add_simple_input_section.
9175 (Output_section::discard_states): New method declaration.
9176 (Output_section::adjust_section_offsets): Same.
9177 (Output_section::section_offsets_need_adjustment,
9178 Output_section::set_section_offsets_need_adjustment): New method
9179 definitions.
9180 (Output_section::section_offsets_need_adjustment_): New data member.
9181 * script-sections.cc
9182 (Output_section_element_input::set_section_address): Adjust code for
9183 renaming of Output_section::add_input_section_for_script.
9184 (Orphan_output_section::set_section_address): Same.
9185
9b2fd367
DK
91862010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9187
9188 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
9189 Fix_v4bx enum values .
9190 * gold/options.h (General_options): New option definitions.
9191 (General_options::fix_v4bx): New method.
9192 (General_options::Fix_v4bx): New enum.
9193 * gold/options.cc (General_options::parse_fix_v4bx): New method.
9194 (General_options::parse_fix_v4bx_interworking): New method.
9195
80d0d023
DK
91962010-01-22 Doug Kwan <dougkwan@google.com>
9197
9198 * arm.cc (Arm_exidx_fixup): New class.
9199
af2cdeae
DK
92002010-01-21 Doug Kwan <dougkwan@google.com>
9201
9202 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
9203 classes.
9204 (Arm_exidx_section_offset_map): New type.
9205
993d07c1
DK
92062010-01-21 Doug Kwan <dougkwan@google.com>
9207
9208 * arm.cc (Arm_exidx_input_section): New class.
9209 (Arm_relobj::exidx_input_section_by_link,
9210 Arm_relobj::exidx_input_section_by_shndx,
9211 Arm_relobj::make_exidx_input_section): New methods.
9212 (read_arm_attributes_section): Remove.
9213 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
9214 information about them.
9215 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
9216 to here.
9217
5ac169d4
DK
92182010-01-20 Doug Kwan <dougkwan@google.com>
9219
9220 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
9221 Input_section_specifier to Section_id.
9222 (Target_arm::new_arm_input_section: Adjust code for change of key
9223 type.
9224 (Target_arm::find_arm_input_section): Ditto.
9225 * gc.h (object.h): Include for Section_id nand Section_id_hash.
9226 (Section_id): Remove.
9227 (Garbage_collection::Section_id_hash): Remove.
9228 * icf.h (object.h): Include for Section_id nand Section_id_hash.
9229 (Section_id): Remove.
9230 (Icf::Section_id_hash): Remove.
9231 * object.h (Section_id, Const_section_id, Section_id_hash,
9232 Const_section_id_hash): New type definitions.
9233 * output.cc (Output_section::add_relaxed_input_section): Change to
9234 use Const_section_id instead of Input_section_specifier as key type.
9235 (Output_section::add_merge_input_section): Ditto.
9236 (Output_section::build_relaxation_map): Change to use Section_id
9237 instead of Input_section_specifier as key type.
2e702c99 9238 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5ac169d4
DK
9239 Ditto.
9240 (Output_section::convert_input_sections_to_relaxed_sections): Change
9241 to use Const_section_id instead of Input_section_specifier as key type.
2e702c99 9242 (Output_section::find_merge_section): Ditto.
5ac169d4
DK
9243 (Output_section::find_relaxed_input_section): Ditto.
9244 * output.h (Input_section_specifier): Remove class.
9245 (Output_section::Output_section_data_by_input_section_map): Change
9246 key type to Const_section_id.
9247 (Output_section::Output_relaxed_input_section_by_input_section_map):
9248 Ditto.
9249 (Output_section::Relaxation_map): Change key type to Section_id.
9250
a2162063
ILT
92512010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9252
9253 * gold/arm.cc: Added support for R_ARM_V4BX relocation
9254 (class Arm_v4bx_stub): New class.
9255 (DEF_STUBS): Updated definition to support v4_veneer_bx.
9256 (Stub_factory::make_arm_v4bx_stub): New method.
9257 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
9258 (Stub_table::empty): Handle v4bx stubs.
9259 (Stub_table::add_arm_v4bx_stub): New method.
9260 (Stub_table::find_arm_v4bx_stub): New method.
9261 (Arm_relocate_functions::v4bx): New method.
9262 (Target_arm::fix_v4bx): New method.
9263 (Target_arm::Target_arm): Handle R_ARM_V4BX.
9264 (Stub_table::relocate_stubs): Likewise.
9265 (Stub_table::do_write): Likewise.
9266 (Stub_table::update_data_size_and_addralign): Likewise.
9267 (Stub_table::finalize_stubs): Likewise.
9268 (Target_arm::Scan::local): Likewise.
9269 (Target_arm::Scan::global): Likewise.
9270 (Target_arm::do_finalize_sections): Likewise.
9271 (Target_arm::Relocate::relocate): Likewise.
9272 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9273 Likewise.
9274 (Target_arm::scan_reloc_for_stub): Likewise.
9275 (Target_arm::scan_reloc_section_for_stubs): Likewise.
9276
5696ab0b
ILT
92772010-01-19 Ian Lance Taylor <iant@google.com>
9278
9279 * output.cc (Output_section_headers::do_sized_write): Write large
9280 segment count to sh_info field.
9281 (Output_file_header::do_sized_write): For large segment count,
9282 write PN_XNUM to e_phnum field.
9283
800d0f56
ILT
92842010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9285
9286 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
9287 (Arm_relocate_functions::thm_jump8): New function.
9288 (Arm_relocate_functions::thm_jump11): New function.
9289 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
9290 R_ARM_THM_JUMP11.
9291 (Target_arm::Scan::global): Likewise.
9292 (Target_arm::Relocate::relocate): Likewise.
9293 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9294 Likewise.
9295
41263c05
DK
92962010-01-14 Doug Kwan <dougkwan@google.com>
9297
9298 * arm.cc (map, utility): Include headers.
9299 (Target_arm::apply_cortex_a8_workaround): New method.
9300 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
9301 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
9302 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
9303 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
9304 the --[no-]fix-cortex-a8 command line options.
9305 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
9306 (Target_arm::relocate_stub): Use addend in instruction template.
9307 * options.h (DEFINE_bool): Set the user-set flag.
9308 (General_options): Add --[no-]-fix-cortex options.
9309 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 9310 : Update fast look-up map after conversion.
41263c05 9311
459e9b03
ST
93122010-01-14 Sriraman Tallam <tmsriram@google.com>
9313
9314 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
9315 in the first pass of do_layout.
9316
b521dfe4
DK
93172010-01-13 Doug Kwan <dougkwan@google.com>
9318
9319 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9320 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
9321 apparent compiler problem of not folding static constant integral
9322 data members of elfcpp::Elf_sizes<32>.
9323
44272192
DK
93242010-01-13 Doug Kwan <dougkwan@google.com>
9325
9326 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9327 Arm_relobj::section_needs_cortex_a8_stub_scanning,
9328 Arm_relobj::scan_section_for_cortex_a8_erratum,
9329 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
9330 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
9331 sections to scan for relocation stubs into a new method
9332 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
9333 relocation and Cortex-A8 stub scanning.
9334 (Target_arm::do_relax): Force stubs to be after stubbed sections
9335 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 9336 the beginning of a new relaxation pass. Update a comment.
44272192
DK
9337 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
9338
44b71ece
ILT
93392010-01-12 Ian Lance Taylor <iant@google.com>
9340
9341 * target-reloc.h (visibility_error): New inline function.
9342 (relocate_section): Call visibility_error.
9343 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
9344 (MOSTLYCLEANFILES): Likewise.
9345 (protected_4_pic.o, protected_3.err): New targets.
9346 * testsuite/protected_4.cc: New file.
9347
a120bc7f
DK
93482010-01-12 Doug Kwan <dougkwan@google.com>
9349
9350 * arm.cc (Cortex_a8_reloc): New class.
9351 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
9352 and cortex_a8_relocs_info_.
9353 (Target_arm::fix_cortex_a8): New method definition.
9354 (Target_arm::Cortex_a8_relocs_info): New type.
9355 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
9356 New data member declarations.
9357 (Target_arm::scan_reloc_for_stub): Record information about
9358 relocations for THUMB branches that might be exempted from the
9359 Cortex-A8 workaround.
9360 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
9361 at the beginning of a relaxation pass.
9362
20138696
DK
93632010-01-12 Doug Kwan <dougkwan@google.com>
9364
9365 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
9366 (Arm_relobj::Mapping_symbol_position,
9367 Arm_reloj::Mapping_symbol_position_less,
9368 Arm_relobj::Mapping_symbols_info): New types.
9369 (Target_arm::is_mapping_symbol_name): New method definition.
9370 (Arm_relobj::do_count_local_symbols): Save information about mapping
9371 symbols.
9372
089d69dc
DK
93732010-01-11 Doug Kwan <dougkwan@google.com>
9374
9375 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
9376 Arm_relocate_functions::thumb32_branch_upper,
9377 Arm_relocate_functions::thumb32_branch_lower,
9378 Arm_relocate_functions::thumb32_cond_branch_offset,
9379 Arm_relocate_functions::thumb32_cond_branch_upper,
9380 Arm_relocate_functions::thumb32_cond_branch_lower,
9381 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
9382 branch offset encoding.
9383 (Arm_relocate_functions::thumb_branch_common): Use new branch
9384 offset encoding methods to avoid code duplication.
9385 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
9386 (Stub_addend_reader::operator()): Use new branch encoding method
9387 to avoid code duplication.
9388
99e5bff2
DK
93892010-01-11 Doug Kwan <dougkwan@google.com>
9390
9391 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
9392 (Target_arm::do_finalize_sections): Define special EXIDX section
9393 symbols only if referenced.
9394 * gc.h (Garbage_collection::add_reference): New method.
9395 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
9396 code duplication.
9397
98e090bd
ILT
93982010-01-11 Ian Lance Taylor <iant@google.com>
9399
d0a91bd8
ILT
9400 * script.cc (Version_script_info::build_expression_list_lookup):
9401 Change complaing about duplicate wildcard match from error to
9402 warning.
9403
98e090bd
ILT
9404 * script.cc (class Lazy_demangler): Recreate--revert part of patch
9405 of 2009-12-30.
9406 (Version_script_info::Version_script_info): Initialize globs_,
9407 default_version_, default_is_global_, and exact_. Don't
9408 initialize globals_ or locals_.
9409 (Version_script_info::build_lookup_tables): Build local symbols
9410 first.
9411 (Version_script_info::unquote): New function.
9412 (Version_script_info::add_exact_match): New function.
9413 (Version_script_info::build_expression_list_lookup): Remove lookup
9414 parameter. Add is_global parameter. Change all callers. Handle
9415 wildcard pattern specially. Unquote pattern. Call
9416 add_exact_match.
9417 (Version_script_info::get_name_to_match): New function.
9418 (Version_script_info::get_symbol_version): New function.
9419 (Version_script_info::get_symbol_version_helper): Remove.
9420 (Version_script_info::check_unmatched_names): Call unquote.
9421 * script.h (class Version_script_info): Change get_symbol_version
9422 to be non-inline and add is_global parameter; change all callers.
9423 Rewrite symbol_is_local. Update declarations. Define struct
9424 Version_tree_match, Exact, Globs. Don't define struct Lookup.
9425 Remove globals_ and locals_ members. Add exact_, globs_,
9426 default_version_, is_global_.
9427 (Version_script_info::Glob): Remove pattern, add expression and
9428 is_global. Update constructor. Change all callers.
9429 * dynobj.cc (Versions::finalize): Mark the version symbol as the
9430 default version.
9431 (Versions::symbol_section_contents): If a symbol is undefined, or
9432 defined in a dynamic object, set the version index to
9433 VER_NDX_LOCAL.
9434 * symtab.cc (Symbol_table::add_from_relobj): Don't call
9435 symbol_is_local.
9436 (Symbol_table::add_from_pluginobj): Likewise.
9437 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
9438
d56962d3
DK
94392010-01-11 Doug Kwan <dougkwan@google.com>
9440
9441 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
9442 (incremental_dump_LDADD): Add linking option for libintl.
9443 * Makefile.in: Regenerate.
9444
94e6ee91
L
94452010-01-11 H.J. Lu <hongjiu.lu@intel.com>
9446
9447 PR gold/11144
9448 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
9449 instead of -Ds.
9450 * testsuite/Makefile.in: Regenerated.
9451
e96c574b
DK
94522010-01-10 Doug Kwan <dougkwan@google.com>
9453
9454 * options.h (DEFINE_var): Use parentheses around argument varname__
9455 in macro body to avoid any unintended subsequent substitutions.
9456
7198066b
ILT
94572010-01-10 Ian Lance Taylor <iant@google.com>
9458
ba4d53bf
ILT
9459 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
9460 candidates before doing symbol resolution.
9461
7198066b
ILT
9462 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
9463 ODR candidates if only one is weak.
9464
a2beed37
ILT
94652010-01-08 Ian Lance Taylor <iant@google.com>
9466
9467 * script.cc (Version_script_info::build_expression_list_lookup):
9468 Don't warn about ambiguous version, just record the ambiguity.
9469 (Version_script_info::get_symbol_version_helper): Give error if
9470 version is ambiguous.
9471
2fb7225c
DK
94722010-01-08 Doug Kwan <dougkwan@google.com>
9473
9474 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
703d02da
AM
9475 prev_data_size_ and prev_addralign_. Remove initializer for
9476 deleted data member has_been_changed_.
9477 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
9478 to determine if the table is empty.
9479 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
9480 Remove.
9481 (Stub_table::add_reloc_stub): Define method in class definition
9482 instead of just declaring it there.
9483 (Stub_table::add_cortex_a8_stub): New method definition.
9484 (Stub_table::update_data_size_and_addralign): Ditto.
9485 (Stub_table::finalize_stubs): Ditto.
9486 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
9487 (Stub_table::do_addralign_): Return address alignment in the
9488 (Stub_table::do_reset_address_and_file_offset): Define method in
9489 class definition instead of declaring it there. Set current data
9490 size to be the data size of the previous pass.
9491 (Stub_table::set_final_data_size): Use current data size as the
9492 final data size.
9493 (Stub_table::relocate_stub): Change parameter type of stub from
9494 Reloc_stub pointer to Stub pointer.
9495 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
9496 (Stub_table::Cortex_a8_stub_list): New typedef.
9497 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
9498 Stub_table::prev_addralign_): New data member.
9499 (Arm_relobj::Arm_relobj): Initialize data member
9500 section_has_cortex_a8_workaround_.
9501 (Arm_relobj::section_has_cortex_a8_workaround,
9502 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
9503 definitions.
9504 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
9505 declarations.
9506 (Target_arm::relocate_stub): Change parameter type of stub from
9507 Reloc_stub pointer to Stub pointer.
9508 (Insn_template::size, Insn_template::alignment): Handle
9509 THUMB16_SPECIAL_TYPE.
9510 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
9511 Stub_table::update_data_size_and_addralign,
9512 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
9513 definitions.
9514 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
9515 (Stub_table::do_write): Ditto.
9516 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2fb7225c 9517
880cd20d
ILT
95182010-01-08 Ian Lance Taylor <iant@google.com>
9519
9520 PR 11108
9521 * symtab.h (class Symbol): Remove fields is_target_special_ and
9522 has_plt_offset_. Add field is_defined_in_discarded_section_.
9523 (Symbol::is_defined_in_discarded_section): New function.
9524 (Symbol::set_is_defined_in_discarded_section): New function.
9525 (Symbol::has_plt_offset): Rewrite.
9526 (Symbol::set_plt_offset): Verify that new offset is not -1U.
9527 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
9528 Don't initialize is_target_special_ or has_plt_offset_.
9529 Initialize is_defined_in_discarded_section_.
9530 (Symbol_table::add_from_relobj): If appropriate, set
9531 is_defined_in_discarded_section.
9532 * resolve.cc (Symbol::override_base_with_special): Don't test
9533 is_target_special_. Change has_plt_offset_ to has_plt_offset().
9534 * target-reloc.h (relocate_section): Do special handling for
9535 symbols defined in discarded sections for global symbols as well
9536 as local symbols.
9537
2703e3eb
ILT
95382010-01-08 Ian Lance Taylor <iant@google.com>
9539
9540 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
9541 the SHT_SYMTAB case.
9542
339d40a3
ILT
95432010-01-08 Ian Lance Taylor <iant@google.com>
9544
9545 * object.cc (Sized_relobj::do_layout): Don't get confused if
9546 layout_eh_frame returns NULL.
9547
abecea76
ILT
95482010-01-08 Ian Lance Taylor <iant@google.com>
9549
9550 PR 11084
9551 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
9552 dynamic symbol table, use the normal symbol table.
9553 (Sized_dynobj::do_read_symbols): Remove assertion about type of
9554 symbol table.
9555
6b7dd3f3
ILT
95562010-01-08 Ian Lance Taylor <iant@google.com>
9557
9558 PR 11072
9559 * layout.cc (Layout::include_section): Remove .gnu_debuglink
9560 sections.
9561
36c50e63
L
95622010-01-08 H.J. Lu <hongjiu.lu@intel.com>
9563
9564 * version.cc (print_version): Change to "Copyright 2010".
9565
e291e7b9
ILT
95662010-01-08 Ian Lance Taylor <iant@google.com>
9567
9568 PR 10287
9569 PR 11063
9570 * i386.cc (class Target_i386): Change return type of plt_section
9571 to be non-const.
9572 (class Output_data_plt_i386): Add tls_desc_rel_ field.
9573 (Output_data_plt_i386::Output_data_plt_i386): Initialize
9574 tls_desc_rel_ field.
9575 (Output_data_plt_i386::rel_tls_desc): New function.
9576 (Target_i386::rel_tls_desc_section): New function.
9577 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
9578 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
9579 R_386_TLS_DESC reloc in rel_tls_desc_section.
9580 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
9581 Define struct Tlsdesc_info.
9582 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
9583 (Target_x86_64::do_reloc_symbol_index): New function.
9584 (Target_x86_64::add_tlsdesc_info): New function.
9585 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
9586 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
9587 tlsdesc_rel_ field.
9588 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
9589 all callers.
9590 (Output_data_plt_x86_64::rela_tlsdesc): New function.
9591 (Target_x86_64::rela_tlsdesc_section): New function.
9592 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
9593 handling.
9594 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
9595 (Target_x86_64::do_reloc_addend): New function.
9596 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
9597 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
9598 declarations. Define TARGET_CODE. Add arg field to u1_ union.
9599 (Output_reloc::type): New function.
9600 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
9601 (Output_reloc::is_target_specific): New function.
9602 (Output_reloc::target_arg): New function.
9603 (class Output_reloc) [SHT_RELA]: Add four new constructors for
9604 absolute relocs and target specific relocs.
9605 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
9606 add_target_specific.
9607 (class Output_data_reloc) [SHT_RELA]: Likewise.
9608 * output.cc (Output_reloc::Output_reloc): Add four new versions
9609 for absolute relocs and target specific relocs.
9610 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
9611 (Output_reloc::get_symbol_index): Likewise.
9612 (Output_reloc::local_section_offset): Check that local_sym_index_
9613 is not TARGET_CODE or 0.
9614 (Output_reloc::symbol_value): Likewise.
9615 (Output_reloc::write) [SHT_RELA]: Call target for target specific
9616 reloc.
9617 * target.h (class Target): Add reloc_symbol_index and reloc_addend
9618 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
9619 functions.
9620 * layout.cc (add_target_dynamic_tags): Use output section for
9621 DT_PLTRELSZ and DT_JMPREL.
9622
3a44184e
ILT
96232010-01-07 Ian Lance Taylor <iant@google.com>
9624
9625 PR 11061
9626 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
9627 function.
9628 (class Output_data_reloc_generic): Define.
9629 (class Output_data_reloc_base): Change base class to
9630 Output_data_reloc_generic. Change add() method to call
9631 bump_relative_reloc_count for a relative reloc. Remove
9632 sort_relocs_ field.
9633 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
9634 to sort_relocs().
9635 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
9636 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
9637 appropriate.
9638 * layout.h (class Layout): Update declaration.
9639
ea715a34
ILT
96402010-01-07 Ian Lance Taylor <iant@google.com>
9641
9642 * output.h (class Output_data): Add const version of
9643 output_section and do_output_section.
9644 (class Output_section_data): Add const version of
9645 do_output_section.
9646 (class Output_section): Likewise.
9647 * layout.cc (Layout::add_target_dynamic_tags): New function.
9648 * layout.h (class Layout): Update declarations.
9649 * arm.cc (Target_arm::do_finalize_sections): Use
9650 add_target_dynamic_tags.
9651 * i386.cc (Target_i386::do_finalize_sections): Likewise.
9652 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
9653 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
9654 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9655
659948a4
ILT
96562010-01-07 Ian Lance Taylor <iant@google.com>
9657
9658 PR 11042
9659 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
9660 object as needed.
9661
9d3b86f6
ILT
96622010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
9663 Ian Lance Taylor <iant@google.com>
9664
9665 PR 11019
9666 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
9667 Xindex::read_symtab_xindex.
9668
bb0d3eb0
DK
96692010-01-07 Doug Kwan <dougkwan@google.com>
9670
9671 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
9672 (Insn_template::thumb16_bcond_insn): New method declaration.
9673 (Insn_template): Fix spelling.
9674 (Stub::thumb16_special): New method declaration.
9675 (Stub::do_write): Define virtual method which was previously pure
9676 virtual.
9677 (Stub::do_thumb16_special): New method declaration.
9678 (Stub::do_fixed_endian_write): New template member.
9679 (Reloc_stub::do_write): Remove.
9680 (Reloc_stub::do_fixed_endian_write): Remove.
9681 (Cortex_a8_stub): New class definition.
9682 (Stub_factory::make_cortex_a8_stub): New method definition.
9683 (Stub_factory::Stub_factory): Add missing static storage class
9684 qualifier for elf32_arm_stub_a8_veneer_blx.
9685
ffeef7df
ILT
96862010-01-07 Ian Lance Taylor <iant@google.com>
9687
dc3f80fe
ILT
9688 PR 10980
9689 * options.h (class General_options): Add --warn-unresolved-symbols
9690 and --error-unresolved-symbols.
9691 * errors.cc (Errors::undefined_symbol): Implement
9692 --warn-unresolved-symbols.
9693
ffeef7df
ILT
9694 * options.h (class General_options): Add -z text and -z textoff.
9695 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
9696
f1ec9ded
ST
96972010-01-06 Sriraman Tallam <tmsriram@google.com>
9698
9699 * gc.h (Garbage_collection::Cident_section_map): New typedef.
9700 (Garbage_collection::cident_sections): New function.
9701 (Garbage_collection::add_cident_section): New function.
9702 (Garbage_collection::cident_sections_): New member.
9703 (gc_process_relocs): Add references to sections whose names are C
9704 identifiers.
9705 * gold.h (cident_section_start_prefix): New constant.
9706 (cident_section_stop_prefix): New constant.
9707 (is_cident): New function.
9708 * layout.cc (Layout::define_section_symbols): Replace string constants
9709 with the newly defined constants.
9710 * object.cc (Sized_relobj::do_layout): Track sections whose names are
9711 C identifiers.
9712 * testsuite/Makefile.am: Add gc_orphan_section_test.
9713 * testsuite/Makefile.in: Regenerate.
9714 * testsuite/gc_orphan_section_test.cc: New file.
9715 * testsuite/gc_orphan_section_test.sh: New file.
9716
6eda8c29
ILT
97172010-01-06 Ian Lance Taylor <iant@google.com>
9718
b9674e17
ILT
9719 PR 10980
9720 * options.h (class General_options): Add --warn-shared-textrel.
9721 * layout.cc (Layout::finish_dynamic_section): Implement
9722 --warn-shared-textrel.
9723
6eda8c29
ILT
9724 PR 10980
9725 * options.h (class General_options): Add --warn-multiple-gp.
9726
32dcd44e
ILT
97272010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9728
9729 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
9730 $(THREADSLIB) and $(LIBDL).
9731 * Makefile.in: Rebuild.
9732
a192ba05
ILT
97332010-01-06 Ian Lance Taylor <iant@google.com>
9734
9735 PR 10980
9736 * options.cc (General_options::parse_section_start): New function.
9737 (General_options::section_start): New function.
9738 (General_options::General_options): Initialize all members.
9739 * options.h: Include <map>
9740 (class General_options): Add --section-start. Add section_starts_
9741 member.
9742 * layout.cc (Layout::attach_allocated_section_to_segment): If
9743 --section-start was used, set the address of the segment. Remove
9744 local sort_sections.
9745 (Layout::relaxation_loop_body): If the address of the load segment
9746 has been set by --section-start, don't use it.
9747 * output.h (Output_segment::update_flags_for_output_section): New
9748 function.
9749 * output.cc (Output_segment::add_output_section): Call
9750 update_flags_for_output_section.
9751
dde3f402
ILT
97522010-01-05 Ian Lance Taylor <iant@google.com>
9753
62dfdd4d
ILT
9754 PR 10980
9755 * options.h (class General_options): Add --undefined-version.
9756 * script.cc (struct Version_expression): Add was_matched_by_symbol
9757 field.
9758 (Version_script_info::matched_symbol): New function.
9759 (Version_script_info::get_symbol_version_helper): Call
9760 matched_symbol.
9761 (Version_script_info::check_unmatched_names): New function.
9762 * script.h (class Version_script_info): Update declarations.
9763 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
9764
9c4ae156
ILT
9765 * options.h (class General_options): Use DEFINE_bool_alias for
9766 allow_multiple_definition.
9767 * resolve.cc (Symbol_table::should_override): Don't test
9768 allow_multiple_definition.
9769
dde3f402
ILT
9770 PR 10980
9771 * options.h (class General_options): Add --cref.
9772 * main.cc (main): Print cref table if --cref. Don't close mapfile
9773 until after printing cref table.
9774 * cref.cc: Include "symtab.h".
9775 (class Cref_inputs): Define Cref_table_compare and Cref_table.
9776 (Cref_table_compare::operator()): New function.
9777 (Cref_inputs::gather_cref): New function.
9778 (filecol): New static const.
9779 (Cref_inputs::print_cref): New function.
9780 (Cref::print_cref): New function.
9781 * cref.h: Include <cstdio>.
9782 (class Cref): Update declarations.
9783 * mapfile.h (Mapfile::file): New function.
9784 * object.h (class Object): Define Symbols. Declare virtual
9785 do_get_global_symbols.
9786 (Object::get_global_symbols): New function.
9787 * object.cc (Input_objects::add_object): Pass object to cref_ if
9788 --cref.
9789 (Input_objects::archive_start): Likewise.
9790 (Input_objects::archive_stop): Likewise.
9791 (Input_objects::print_cref): New function.
9792 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
9793 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
9794 --cref.
9795 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
9796 function.
9797 * plugin.h (class Sized_pluginobj): Update declarations.
9798
8781f709
ILT
97992010-01-05 Ian Lance Taylor <iant@google.com>
9800
9801 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
9802 to is_default_version. Rename insdef to insdefault.
9803 (Symbol_table::add_from_relobj): Rename def to is_default_version
9804 and local to is_forced_local.
9805 (Symbol_table::add_from_pluginobj): Likewise.
9806 (Symbol_table::add_from_dynobj): Likewise.
9807 (Symbol_table::define_special_symbol): Rename insdef to
9808 insdefault.
9809
fe35d28d
ILT
98102010-01-04 Ian Lance Taylor <iant@google.com>
9811
30bc8c46
ILT
9812 PR 10980
9813 * options.h (class General_options): Add
9814 --allow-multiple-definition and -z muldefs.
9815 * resolve.cc (Symbol_table::should_override): Don't warn about a
9816 multiple symbol definition if --allow-multiple-definition or -z
9817 muldefs.
9818
7eaea549
ILT
9819 PR 10980
9820 * options.h (class General_options): Add --add-needed and
9821 --copy-dt-needed-entries. Tweak --as-needed help entry.
9822 * object.cc (Input_objects::check_dynamic_dependencies): Give an
9823 error if --copy-dt-needed-entries aka --add-needed is used and
9824 would cause a change in behaviour.
9825
fe35d28d
ILT
9826 PR 10980
9827 * options.h (class General_options): Add -G as a short version of
9828 --shared. Add no-op options -assert, -g, and -i.
9829
55a2bb35
ST
98302010-01-04 Sriraman Tallam <tmsriram@google.com>
9831
9832 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
9833 check for .text or .gnu.linkonce.t sections.
9834 * icf.cc (Icf::find_identical_sections): Ditto.
9835 Change the detection for mangled function name within the section
9836 name.
9837 * icf.h (is_section_foldable_candidate): New function.
9838
719328e1
ILT
98392009-12-30 Ian Lance Taylor <iant@google.com>
9840
9841 PR 10980
9842 * options.h (class General_options): Permit two dashes with
9843 --retain-symbols-file.
9844
d7bb5745
ILT
98452009-12-30 Ian Lance Taylor <iant@google.com>
9846
403a15dd
ILT
9847 PR 10979
9848 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
9849 don't put the file header and segment headers in the text
9850 segment.
9851
eda294df
ILT
9852 PR 10979
9853 * common.cc (Sort_commons::operator()): Stabilize sort when both
9854 entries are NULL.
9855 (Symbol_table::do_allocate_commons_list): When allocating common
9856 symbols, skip a symbol which is no longer common.
9857 * symtab.h (Symbol::is_common): Test whether the symbol comes from
9858 an object before checking its type.
9859 * testsuite/common_test_2.c: New file.
9860 * testsuite/common_test_3.c: New file.
9861 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
9862 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
9863 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
9864 (common_test_2_pic.o, common_test_2.so): New targets.
9865 (common_test_3_pic.o, common_test_3.so): New targets.
9866 * testsuite/Makefile.in: Rebuild.
9867
d7bb5745
ILT
9868 PR 10979
9869 * script.cc (read_input_script): If we see a new SECTIONS clause,
9870 and we have added an input section, give an error.
9871 * layout.h (class Layout): Add have_added_input_section function.
9872 Add have_added_input_section_ field.
9873 * layout.cc (Layout::Layout): Initialize
9874 have_added_input_section_.
9875 (Layout::layout): Set have_added_input_section_.
9876 (Layout::layout_eh_frame): Likewise.
9877
fc59c572
ILT
98782009-12-30 Ian Lance Taylor <iant@google.com>
9879
9880 PR 10931
9881 * options.h (class General_options): Add --sort-common option.
9882 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
9883 * common.cc (Sort_common): Add sort_order parameter to
9884 constructor. Add sort_order_ field.
9885 (Sort_commons::operator): Check sort_order_.
9886 (Symbol_table::allocate_commons): Determine the sort order.
9887 (Symbol_table::do_allocate_commons): Add sort_order parameter.
9888 Change all callers.
9889 (Symbol_table::do_allocate_commons_list): Likewise.
9890
1c74fab0
ILT
98912009-12-30 Ian Lance Taylor <iant@google.com>
9892
9893 PR 10916
9894 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
9895 symbols from this object, don't change the visibility of an
9896 undefined symbol.
9897 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
9898
6affe781
ILT
98992009-12-30 Ian Lance Taylor <iant@google.com>
9900
9901 PR 10861
9902 * script.h (class Version_script_info): Define Language enum.
9903 Update declarations. Define Glob, Exact, and Lookup types. Add
9904 new fields globals_, locals_, and is_finalized_.
9905 * script.cc: Various formatting fixes.
9906 (class Parser_closure): Change language_stack_ from a vector of
9907 std::string to one of Version_script_info::Language. Adjust all
9908 uses accordingly.
9909 (class Lazy_demangler): Remove.
9910 (struct Version_expression): Change language from std::string to
9911 Version_script_info::Language.
9912 (Version_script_info::Version_script_info): New function.
9913 (Version_script_info::~Version_script_info): Don't call clear.
9914 (Version_script_info::finalize): New function.
9915 (Version_script_info::build_lookup_tables): New function.
9916 (Version_script_info::build_expression_list_lookup): New
9917 function.
9918 (Version_script_info::get_symbol_version_helper): Rewrite to use
9919 lookup tables.
9920 (Version_script_info::print_expression_list): Adjust to use
9921 Version_script_info::Language.
9922 (script_push_lex_into_version_mode): Check that the version script
9923 has not been finalized.
9924 (version_script_push_lang): Change language string to
9925 Version_script_info::Language.
9926 * options.cc (Command_line::version_script): New function.
9927 * options.h (class General_options): Add finalize_dynamic_list
9928 function. Change version_script from declaration to definition.
9929 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
9930 * testsuite/version_script.map: Remove duplicate def of foo.
9931 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
9932 version_script.map.
9933 * testsuite/Makefile.in: Rebuild.
9934
818bf354
ILT
99352009-12-30 Ian Lance Taylor <iant@google.com>
9936
9937 PR 10843
9938 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
9939 if the input symbol index is 0, make the output symbol index 0.
9940
ebcc8304
ILT
99412009-12-30 Ian Lance Taylor <iant@google.com>
9942
9943 PR 10670
9944 * options.h (class General_options): Add -x/--discard-all.
9945 * object.cc (Sized_relobj::do_count_local_symbols): Handle
9946 --discard-all. If the local symbol needs a dynamic entry, check
9947 that before handling --discard-locals.
9948
176fe33f
ILT
99492009-12-30 Ian Lance Taylor <iant@google.com>
9950
bb321bb1
ILT
9951 PR 10450
9952 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
9953 flags to PF_R.
9954 (Output_segment::add_output_section): Don't change the flags if
9955 the type is PT_TLS.
9956
176fe33f
ILT
9957 PR 10450
9958 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
9959 GNU hash table if they need a dynamic value. Otherwise, don't add
9960 them if they are defined in a dynamic object or are forced local.
9961
e8cd95c7
ILT
99622009-12-29 Ian Lance Taylor <iant@google.com>
9963
1b81fb71
ILT
9964 PR 10450
9965 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
9966 .gnu.hash table for a 32-bit target.
9967
8d6d383d
ILT
9968 PR 10450
9969 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
9970 regular and a dynamic object only needs a dynamic symbol table
9971 entry if it is externally visible.
9972
e785ec03
ILT
9973 PR 10450
9974 * i386.cc (class Target_i386): Initialize global_offset_table_ in
9975 constructor. Add global_offset_table_ field.
9976 (Target_i386::got_section): Set global_offset_table_.
9977 (Target_i386::do_finalize_sections): Set global_offset_table_
9978 size.
9979 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
9980 in constructor. Add global_offset_table_ field.
9981 (Target_x86_64::got_section): Set global_offset_table_.
9982 (Target_x86_64::do_finalize_sections): Set global_offset_table_
9983 size.
9984
1a2dff53
ILT
9985 * layout.cc (Layout::Layout): Initialize increase_relro_.
9986 (Layout::get_output_section): Add is_relro, is_last_relro, and
9987 is_first_non_relro parameters. Change all callers.
9988 (Layout::choose_output_section): Likewise.
9989 (Layout::add_output_section_data): Likewise.
9990 (Layout::make_output_section): Likewise.
9991 (Layout::set_segment_offsets): Clear increase_relro when using a
9992 linker script.
9993 * layout.h (class Layout): Add increase_relro method. Add
9994 increase_relro_ field. Update declarations.
9995 * output.cc (Output_section::Output_section): Initialize
9996 is_last_relro_ and is_first_non_relro_.
9997 (Output_segment::add_output_section): Group relro sections is
9998 do_sort is true. Handle is_last_relro and is_first_non_relro.
9999 (Output_segment::maximum_alignment): Remove relro handling.
10000 (Output_segment::set_section_addresses): Add increase_relro
10001 parameter. Change all callers. Add initial alignment to align
10002 relro sections on separate page. Remove old relro handling.
10003 (Output_segment::set_section_list_addresses): Remove in_relro
10004 parameter. Change all callers.
10005 (Output_segment::set_offset): Add increase parameter. Change all
10006 callers. Remove old relro handling.
10007 * output.h (class Output_section): Add new methods: is_last_relro,
10008 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
10009 Add is_last_relro_ and is_first_non_relro_ fields.
10010 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
10011 Create separate .got.plt section. Call increase_relro.
10012 * x86_64.cc (Target_x86_64::got_section): Likewise.
10013 * testsuite/relro_script_test.t: Add .got.plt.
10014
f0ba79e2
ILT
10015 PR 10450
10016 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
10017 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
10018 (Layout::finalize): Call set_dynamic_symbol_size.
10019 (Layout::set_dynamic_symbol_size): New function.
10020 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
10021 set_dynamic_symbol_size.
10022
e8cd95c7
ILT
10023 PR 10450
10024 * output.h (class Output_section): Add is_entsize_zero_ field.
10025 * output.cc (Output_section::Output_section): Initialize
10026 is_entsize_zero_.
10027 (Output_section::set_entsize): If two different entsizes are
10028 requested, force it to zero.
10029 (Output_section::add_input_section): Set flags for .debug_str
10030 before updating section flags. Set entsize.
10031 (Output_section::update_flags_for_input_section): Set SHF_MERGE
10032 and SHF_STRING if all input sections have those flags.
10033
3e1b9a8a
RÁE
100342009-12-29 Rafael Espindola <espindola@google.com>
10035
10036 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
10037 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
10038 reporting.
3e1b9a8a 10039
3dcad376
ST
100402009-12-29 Sriraman Tallam <tmsriram@google.com>
10041
10042 * options.cc (General_options::parse_version): Allow -v to exit
10043 without an error if there is nothing to link.
10044
084e2665
ILT
100452009-12-29 Ian Lance Taylor <iant@google.com>
10046
10047 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
10048 using a version of gcc before 4.1.
10049 * configure: Rebuild.
10050
250acde3
CD
100512009-12-28 Chris Demetriou <cgd@google.com>
10052
10053 * attributes.cc (Output_attributes_section_data::do_write): Use
10054 std::vector::front rather than std::vector::data.
10055
99fff23b
ILT
100562009-12-28 Ian Lance Taylor <iant@google.com>
10057
10058 * symtab.h (class Symbol_table): Add enum Defined.
10059 * resolve.cc (Symbol_table::should_override): Add defined
10060 parameter. Change all callers. Test whether object is NULL
10061 before calling a method on it.
10062 (Symbol_table::report_resolve_problem): Add defined parameter.
10063 Change all callers.
10064 (Symbol_table::should_override_with_special): Likewise.
10065 * symtab.cc (Symbol_table::define_in_output_data): Add defined
10066 parameter. Change all callers.
10067 (Symbol_table::do_define_in_output_data): Likewise.
10068 (Symbol_table::define_in_output_segment): Likewise.
10069 (Symbol_table::do_define_in_output_segment): Likewise.
10070 (Symbol_table::define_as_constant): Likewise.
10071 (Symbol_table::do_define_as_constant): Likewise.
10072 * script.h (class Symbol_assignment): Add is_defsym parameter to
10073 constructor; change all callers.
10074 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
10075 parameter. Change all callers. Add is_defsym_ field.
10076 (class Parser_closure): Add parsing_defsym parameter to
10077 constructor; change all callers. Add parsing_defsym accessor
10078 function. Add parsing_defsym_ field.
10079
556bd683
ILT
100802009-12-28 Ian Lance Taylor <iant@google.com>
10081
10082 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 10083 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 10084
1782c879
ILT
100852009-12-23 Ian Lance Taylor <iant@google.com>
10086
10087 * i386.cc (Target_i386::do_calls_non_split): Recognize
10088 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
10089 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
10090 -fsplit-stack prologue when using %r11.
1782c879 10091
329ca2b1
ST
100922009-12-21 Sriraman Tallam <tmsriram@google.com>
10093
10094 * options.cc (General_options::parse_version): Make -v continue and do
10095 the link like GNU ld does.
10096
d675ff46
RÁE
100972009-12-17 Rafael Avila de Espindola <espindola@google.com>
10098
10099 * Makefile.am (CCFILES): Add timer.cc.
10100 (HFILES): Add timer.h.
10101 * configure.ac: Check for sysconf and times.
10102 * main.cc: include timer.h.
10103 (main): Use Timer instead of get_run_time.
10104 * timer.cc: New.
10105 * timer.h: New.
10106 * workqueue.cc: include timer.h.
10107 (Workqueue::find_and_run_task):
10108 Report user, sys and wall time.
10109 * Makefile.in: Regenerate.
10110 * config.in: Regenerate.
10111 * configure: Regenerate.
10112
d6344fb5
DK
101132009-12-16 Doug Kwan <dougkwan@google.com>
10114
10115 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
10116 sections.
10117 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
10118 relaxed input sections.
10119 * output.cc (Output_section::find_relaxed_input_section): Change
10120 return type to Output_relaxed_input_section pointer. Adjust code
10121 for new type of relaxed_input_section_map_.
10122 * output.h (Output_section::find_relaxed_input_section): Change
10123 return type to Output_relaxed_input_section pointer.
10124 (Output_section::Output_relaxed_input_section_by_input_section_map):
10125 New type.
10126 (Output_section::relaxed_input_section_map_): Change type to
10127 Output_section::Output_relaxed_input_section_by_input_section_map.
10128 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
10129 input section.
10130
0e0d5469
ILT
101312009-12-15 Ian Lance Taylor <iant@google.com>
10132
10133 * layout.cc (Layout::create_shstrtab): Only write out after input
10134 sections if we are compressing debug sections.
10135
0649a889
ILT
101362009-12-15 Ian Lance Taylor <iant@google.com>
10137
10138 * archive.cc (Archive::add_symbols): Only look up a symbol without
10139 a version if there is, in fact, a version.
10140
2ea97941
ILT
101412009-12-14 Ian Lance Taylor <iant@google.com>
10142
10143 Revert -Wshadow changes, all changes from:
10144 2009-12-11 Doug Kwan <dougkwan@google.com>
10145 2009-12-11 Nick Clifton <nickc@redhat.com>
10146 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
10147
b0eec2cc
DK
101482009-12-11 Doug Kwan <dougkwan@google.com>
10149
10150 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
10151 due to -Wshadow.
10152 * attributes.cc (Object_attribute::size): Ditto.
10153 (Attributes_section_data::size): Ditto.
10154 (Attributes_section_data::Attributes_section_data): Ditto.
10155 (Output_attributes_section_data::do_write): Ditto.
10156 * attributes.h (Object_attribute::set_type): Ditto.
10157 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
10158
91d6fa6a
NC
101592009-12-11 Nick Clifton <nickc@redhat.com>
10160
10161 * archive.cc: Fix shadowed variable warnings.
10162 * arm.cc: Likewise.
10163 * compressed_output.cc: Likewise.
10164 * compressed_output.h: Likewise.
10165 * configure: Likewise.
10166 * dwarf_reader.cc: Likewise.
10167 * dynobj.cc: Likewise.
10168 * dynobj.h: Likewise.
10169 * ehframe.cc: Likewise.
10170 * ehframe.h: Likewise.
10171 * errors.cc: Likewise.
10172 * expression.cc: Likewise.
10173 * fileread.cc: Likewise.
10174 * fileread.h: Likewise.
10175 * freebsd.h: Likewise.
10176 * i386.cc: Likewise.
10177 * icf.cc: Likewise.
10178 * incremental.h: Likewise.
10179 * layout.cc: Likewise.
10180 * layout.h: Likewise.
10181 * mapfile.cc: Likewise.
10182 * merge.cc: Likewise.
10183 * merge.h: Likewise.
10184 * object.cc: Likewise.
10185 * object.h: Likewise.
10186 * options.h: Likewise.
10187 * output.cc: Likewise.
10188 * output.h: Likewise.
10189 * parameters.cc: Likewise.
10190 * plugin.cc: Likewise.
10191 * powerpc.cc: Likewise.
10192 * reduced_debug_output.cc: Likewise.
10193 * reduced_debug_output.h: Likewise.
10194 * reloc.cc: Likewise.
10195 * reloc.h: Likewise.
10196 * resolve.cc: Likewise.
10197 * script-sections.cc: Likewise.
10198 * script.cc: Likewise.
10199 * script.h: Likewise.
10200 * sparc.cc: Likewise.
10201 * symtab.cc: Likewise.
10202 * symtab.h: Likewise.
10203 * target-select.cc: Likewise.
10204 * target-select.h: Likewise.
10205 * token.h: Likewise.
10206 * workqueue.cc: Likewise.
10207 * workqueue.h: Likewise.
10208 * x86_64.cc: Likewise.
10209
a0351a69
DK
102102009-12-10 Doug Kwan <dougkwan@google.com>
10211
10212 * arm.cc (attributes.h): New include.
10213 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
10214 (Arm_relobj::~Arm_relobj): Delete object pointed by
10215 attributes_section_data_.
10216 (Arm_relobj::attributes_section_data): New method definition.
10217 (Arm_relobj::attributes_section_data_): New data member declaration.
10218 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
10219 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
10220 attributes_section_data_.
10221 (Arm_dynobj::attributes_section_data): New method definition.
10222 (Arm_dynobj::attributes_section_data_): New data member declaration.
10223 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
10224 initialization value of may_use_blx_ to false.
2e702c99 10225 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
a0351a69
DK
10226 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
10227 object attributes to compute results instead of hard-coding.
10228 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
10229 Target_arm::get_secondary_compatible_arch,
10230 Target_arm::set_secondary_compatible_arch
10231 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10232 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
10233 New method declarations.
10234 (Target_arm::get_aeabi_object_attribute): New method definition.
10235 (Target_arm::attributes_section_data_): New data member declaration.
10236 (read_arm_attributes_section): New template definition.
10237 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
10238 (Arm_dynobj::do_read_symbols): Ditto.
10239 (Target_arm::do_finalize_sections): Merge attributes sections from
10240 input. Check for BLX use after attributes section merging.
10241 Fix __exidx_start and __exidx_end visibility. Create an
10242 .ARM.attributes section if necessary.
10243 (Target_arm::get_secondary_compatible_arch,
10244 Target_arm::set_secondary_compatible_arch,
10245 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10246 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 10247 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
10248 New method definitions.
10249
b59befec
ILT
102502009-12-09 Ian Lance Taylor <iant@google.com>
10251
10252 * plugin.cc (Plugin::load): Don't cast from void* to a function
10253 pointer.
10254
1276bc89
ILT
102552009-12-09 Ian Lance Taylor <iant@google.com>
10256
10257 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
10258 information fields.
10259
2f2de248
L
102602009-12-09 H.J. Lu <hongjiu.lu@intel.com>
10261
10262 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
10263 Replace two_file_shared_1.so with two_file_shared_2.so.
10264 * testsuite/Makefile.in: Regenerated.
10265
4f787271
DK
102662009-12-08 Doug Kwan <dougkwan@google.com>
10267
10268 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
10269 (HFILES): Add attributes.h and int_encoding.h.
10270 * Makefile.in: Regenerate.
10271 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
10272 function definitions to int_encoding.cc
10273 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
10274 prototypes to int_encoding.h
10275 * reduced_debug_output.cc (int_encoding.h): New include.
10276 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
10277 function definitions to int_encoding.cc
10278 (insert_into_vector, read_from_pointer): Move template definitions to
10279 int_encoding.h
10280 * attributes.cc: New file.
10281 * attributes.h: New file.
10282 * int_encoding.cc: New file.
10283 * int_encoding.h: New file.
10284
20b52f1a
RÁE
102852009-12-07 Rafael Avila de Espindola <espindola@google.com>
10286
10287 PR gold/11055
10288 * incremental-dump.cc (dump_incremental_inputs): New.
10289 (main): Use dump_incremental_inputs.
10290
53d7974c
L
102912009-12-07 H.J. Lu <hongjiu.lu@intel.com>
10292
10293 PR gold/10893
10294 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
10295 checking elfcpp::STT_FUNC.
10296 (Target_i386::Relocate::relocate): Likewise.
10297 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
10298
10299 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
10300 symbols from shared libraries into normal FUNC symbols.
10301
10302 * symtab.h (Symbol): Add is_func and use it.
10303
05a352e6
DK
103042009-12-05 Doug Kwan <dougkwan@google.com>
10305
10306 * arm.cc (Target_arm::arm_info): Initialize new fields
10307 attributes_section and attributes_vendor.
10308 * i386.cc (Target_i386::i386_info): Same.
10309 * object.cc (Sized_relobj::do_layout): Skip attribute section.
10310 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
10311 fields attributes_section and attributes_vendor.
53d7974c 10312 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
10313 * target.h (Target::attributes_section, Target::attributes_vendor,
10314 Target::is_attributes_section, Target::attribute_arg_type,
10315 Target::attributes_order): New method definitions.
10316 (Target::Target_info::attributes_section,
10317 Target::Target_info::attributes_vendor): New fields.
10318 (Target::do_attribute_arg_type, Target::do_attributes_order): New
10319 virtual method definitions.
10320 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
10321 attributes_section and attributes_vendor.
10322 * testsuite/testfile.cc (Target_test::test_target_info): Same.
10323
f4e5969c
DK
103242009-12-05 Doug Kwan <dougkwan@google.com>
10325
10326 * arm.cc: Update comments about interworking and stub generation.
10327 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
10328 considered as non-PIC.
10329 (Arm_relocate_functions::base_abs): Fix formatting.
10330 (Arm_relocate_functions::got_prel): Fix comment. Change interface
10331 of function to use GOT entry address instead of offset.
10332 (Target_arm::Scan::global): Issue an error if a symbol would need a
10333 PLT does not get one because it is untyped. Remove code to create
10334 dynamic symbols for relative branches.
10335 (Target_arm::Relocate::relocate: Use 0 instead of false since function
10336 takes unsigned integer instead of boolean.
10337
1abce4a6
L
103382009-12-05 H.J. Lu <hongjiu.lu@intel.com>
10339
10340 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
10341 (two_file_test_LDADD): Likewise.
10342 (common_test_1_LDADD): Likewise.
10343 (exception_test_LDADD) Likewise.
10344 (weak_test_LDADD): Likewise.
10345 (many_sections_test_LDADD): Likewise.
10346 (initpri1_LDADD): Likewise.
10347 (script_test_1_LDADD): Likewise.
10348 (script_test_2_LDADD): Likewise.
10349 (justsyms_LDADD): Likewise.
10350 (binary_test_LDADD): Likewise.
10351 (large_LDADD): Likewise.
10352 * testsuite/Makefile.in: Regenerated.
10353
adcf2816 103542009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 10355
adcf2816
L
10356 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
10357 (Symbol_table::override_with_special): Likewise.
10358 (Symbol_table::add_from_object): Likewise.
10359
28e67f5d
RÁE
103602009-12-04 Rafael Avila de Espindola <espindola@google.com>
10361
10362 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10363 Don't set the data_offset twice.
10364
ae10a101
RÁE
103652009-12-04 Rafael Avila de Espindola <espindola@google.com>
10366
10367 * testsuite/Makefile.in: Regenerate.
10368
f59f41f3
DK
103692009-12-03 Doug Kwan <dougkwan@google.com>
10370
10371 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
10372 (Target_arm::do_finalize_sections): Add parameter for symbol table
10373 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
10374 * i386.cc (Target_i386::do_finalize_sections): Add an additional
10375 parameter for symbol table pointer.
10376 * layout.cc (Layout::finalize): Call Target::finalize_sections with
10377 an additional parameter for a pointer to symbol table.
10378 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
10379 parameter for a symbol table pointer.
10380 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
10381 * target.h (Target::finalize_sections, Target::do_finalize_sections):
10382 Ditto.
10383 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
10384 parameter for a symbol table pointer.
10385
ca55d848
RÁE
103862009-12-03 Rafael Avila de Espindola <espindola@google.com>
10387
10388 * incremental.cc (Incremental_inputs_header)
10389 (Incremental_inputs_header_write, Incremental_inputs_entry)
10390 (Incremental_inputs_entry_write): Move ...
10391 * incremental.h (Incremental_inputs_header)
10392 (Incremental_inputs_header_write, Incremental_inputs_entry)
10393 (Incremental_inputs_entry_write): here.
10394
3aec4f9c
RÁE
103952009-12-02 Rafael Avila de Espindola <espindola@google.com>
10396
10397 * incremental.cc (make_sized_incremental_binary): Set the target.
10398 Error if it is incompatible.
10399 * output.h (Output_file): Add filename method.
10400
9c0ae74d
RÁE
104012009-12-02 Rafael Avila de Espindola <espindola@google.com>
10402
10403 * incremental.cc (Incremental_inputs_entry): Remove unused argument
10404 from the get_* methods.
10405
a45500ae
RÁE
104062009-12-02 Rafael Avila de Espindola <espindola@google.com>
10407
10408 * incremental-dump.cc (main): Check that the offeset of a script is 0.
10409 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10410 Write 0 for the data_offset of scripts.
10411
325e6408
RÁE
104122009-12-02 Rafael Avila de Espindola <espindola@google.com>
10413
10414 * testsuite/Makefile.am: Add the incremental_test.sh test.
10415 * testsuite/incremental_test.sh: New.
10416 * testsuite/incremental_test_1.c: New.
10417 * testsuite/incremental_test_2.c: New.
10418
954c3e2e
RÁE
104192009-12-01 Rafael Avila de Espindola <espindola@google.com>
10420
703d02da 10421 * incremental-dump.cc (main): Fix typos.
954c3e2e 10422
f8086623
RÁE
104232009-11-27 Rafael Avila de Espindola <espindola@google.com>
10424
10425 PR gold/11025
10426 * incremental-dump.cc (main): Use llu to print 64 bit values.
10427
3b0dd6ac
L
104282009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
10429 H.J. Lu <hongjiu.lu@intel.com>
10430
10431 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
10432 $(LIBDL).
10433 (incremental_dump_LDADD): Likewise.
10434 * Makefile.in: Regenerated.
10435
a6d1ef57 104362009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 10437
a6d1ef57
DK
10438 Revert:
10439
10440 2009-11-25 Doug Kwan <dougkwan@google.com>
10441
10442 * arm.cc (Target_arm::Target_arm): Move method definition
10443 outside of class definition. Add code to handle
10444 --target1-rel, --target1-abs and --target2= options.
10445 (Target_arm::get_reloc_reloc_type): Change method to be
10446 non-static and const.
10447 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
10448 New data member declaration.
10449 (Target_arm::Scan::local, Target_arm::Scan::global,
10450 Target_arm::Relocate::relocate,
10451 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10452 Adjust call to Target_arm::get_real_reloc_type.
10453 (Target_arm::get_real_reloc_type): Use command line options
10454 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10455 * options.h (--target1-rel, --target1-abs, --target2): New
10456 ARM-only options.
10457
50aeb7d4
DK
104582009-11-25 Doug Kwan <dougkwan@google.com>
10459
10460 * arm.cc (Target_arm::Target_arm): Move method definition outside of
10461 class definition. Add code to handle --target1-rel, --target1-abs
10462 and --target2= options.
10463 (Target_arm::get_reloc_reloc_type): Change method to be non-static
10464 and const.
10465 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
10466 member declaration.
10467 (Target_arm::Scan::local, Target_arm::Scan::global,
10468 Target_arm::Relocate::relocate,
10469 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
10470 call to Target_arm::get_real_reloc_type.
10471 (Target_arm::get_real_reloc_type): Use command line options to
10472 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10473 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
10474 options.
10475
51938283
DK
104762009-11-25 Doug Kwan <dougkwan@google.com>
10477
10478 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
10479 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
10480 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
10481 formatting.
10482 (Arm_relocate_functions::thm_call): Replace body with a call to
10483 Arm_relocate_functions::thumb_branch_common.
10484 (Arm_relocate_functions::thm_jump24,
10485 Arm_relocate_functions::thm_xpc22): New method definitions.
10486 (Arm_relocate_functions::thumb_branch_common): New method definition.
10487 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
10488 operator.
10489 (Target_arm::Relocate::relocate): Adjust call to thm_call.
10490 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
10491
e2b8f3c4
RÁE
104922009-11-24 Rafael Avila de Espindola <espindola@google.com>
10493
10494 * Makefile.am: Build incremental-dump
10495 * Makefile.in: Regenerate.
10496 * incremental-dump.cc: New.
10497 * incremental.cc (Incremental_inputs_header_data,
10498 Incremental_inputs_entry_data): Move to incremental.h
10499 * incremental.h: (Incremental_inputs_header_data,
10500 Incremental_inputs_entry_data): Move from incremental.cc
10501
bcba9aec
RÁE
105022009-11-24 Rafael Avila de Espindola <espindola@google.com>
10503
10504 * incremental.cc (Incremental_inputs_header,
10505 Incremental_inputs_header_write, Incremental_inputs_entry,
10506 Incremental_inputs_entry_write): Add a typedef with the data type.
10507
7c3afe08
RÁE
105082009-11-24 Rafael Avila de Espindola <espindola@google.com>
10509
10510 * incremental.cc (Incremental_inputs_header,
10511 Incremental_inputs_header_write, Incremental_inputs_entry,
10512 Incremental_inputs_entry_write): Update comment about which
10513 type has the filed descriptions.
10514
d204b6e9
DK
105152009-11-15 Doug Kwan <dougkwan@google.com>
10516
10517 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
10518 (Arm_relocate_functions::arm_branch_common): Change method defintion
10519 in class definition to a method declaration and update list of formal
10520 parameters.
10521 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
10522 Arm_relocation_functions::jump24): Adjust call to
10523 Arm_relocate_functions::arm_branch_common. Update list of formal
10524 parameters.
10525 (Arm_relocate_functions::xpc25): New method definition.
10526 (Arm_relocate_functions::arm_branch_common): Move method defintion
10527 out from class definition. Use stubs for mode-switching and extending
10528 branch ranges.
10529 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
10530 specially. Change code to enable use of stubs in ARM branches.
10531
43d12afe
DK
105322009-11-10 Doug Kwan <dougkwan@google.com>
10533
10534 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
10535 in method declaration.
10536 (Target_arm::relocate_stub): New method declaration.
10537 (Target_arm::default_target): Change to return a pointer instead of
10538 a const reference.
10539 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
10540 Target_arm::default_target.
10541 (Arm_Relobj::do_relocate_sections): Remove options paramater in
10542 method definition.
10543 (Target_arm::relocate_section): Adjust view.
10544 (Target_arm::relocate_stub): New method definition.
10545
ac33a407
DK
105462009-11-10 Doug Kwan <dougkwan@google.com>
10547
10548 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
10549 a format warning.
10550 * incremental.cc (open_incremental_binary): Initialized local
10551 variables to avoid warnings.
10552 * object.cc (make_elf_object): Ditto.
10553 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
10554 a format warning.
e1df38aa 10555
88ee28e9
L
10556009-11-09 H.J. Lu <hongjiu.lu@intel.com>
10557
10558 PR gold/10930
10559 * testsuite/plugin_test.c: Include "config.h".
10560
2daedcd6
DK
105612009-11-09 Doug Kwan <dougkwan@google.com>
10562
10563 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
10564 (arm_symbol_value): Remove.
10565 (Arm_relocate_functions::arm_branch_common,
10566 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
10567 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
10568 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
10569 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
10570 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
10571 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
10572 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
10573 Arm_relocate_functions::thm_mobw_abs_nc,
10574 Arm_relocate_functions::thm_mov_abs,
10575 Arm_relocate_functions::movw_prel_nc,
10576 Arm_relocate_functions::thm_movt_abs,
10577 Arm_relocate_functions::movt_prel,
10578 Arm_relocate_functions::thm_movw_prel_nc,
10579 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
10580 (Target_arm::Relocate::relocate): Only decompose address into two
10581 parts if relocation type uses the thumb-bit and pass the actual
10582 bit instead of a flag indicating that the thumb-bit is used. Adjust
10583 calls to methods in Arm_relocate_functions for this change.
10584
1276bc89 105852009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
10586
10587 PR 10925
10588 * reloc.cc: Instantiate
10589 Sized_relobj::initialize_input_to_output_maps and
10590 Sized_relobj:free_input_to_output_maps.
10591
e53ad1b5
ILT
105922009-11-06 Ian Lance Taylor <iant@google.com>
10593
10594 PR 10876
10595 * defstd.cc (in_segment): Set only_if_ref true for "end".
10596
eb44217c
DK
105972009-11-06 Doug Kwan <dougkwan@google.com>
10598
10599 * arm.cc (class Reloc_stub): Correct a comment.
10600 (Target_arm::Target_arm): Initialize arm_input_section_map_.
10601 (Target_arm::scan_section_for_stubs): New method declaration.
10602 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
10603 Change methods from private to protected.
10604 (Target_arm::do_may_relax): New method definition.
10605 (Target_arm::do_relax, Target_arm::group_sections,
10606 Target_arm::scan_reloc_for_stub,
10607 Target_arm::scan_reloc_section_for_stubs): New method declarations.
10608 (Target_arm::arm_input_section_map_): New data member declaration.
10609 (Target_arm::scan_reloc_for_stub,
10610 Target_arm::scan_reloc_section_for_stubs,
10611 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
10612 Target_arm::do_relax): New method definitions.
10613
5d329b7d
ILT
106142009-11-06 Mikolaj Zalewski <mikolaj@google.com>
10615
10616 * configure.ac: Check for (struct stat)::st_mtim
10617 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
10618 * config.in: Regenerate.
10619 * configure: Regenerate.
10620
96a0d71b
ILT
106212009-11-05 Ian Lance Taylor <iant@google.com>
10622
10623 PR 10910
10624 * output.cc (Output_segment::add_output_section): Add missing
10625 return statement.
10626
594c8e5e
ILT
106272009-11-04 Ian Lance Taylor <iant@google.com>
10628
10629 PR 10880
10630 * object.h (class Object): Add is_needed and set_is_needed
10631 methods. Add is_needed_ field. Make bool fields into bitfields.
10632 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
10633 defined in a dynamic object and referenced by a regular object,
10634 set is_needed for the dynamic object.
10635 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
10636 if the file is marked with as_needed and it is not needed.
10637
22b127cc
ILT
106382009-11-04 Ian Lance Taylor <iant@google.com>
10639
10640 PR 10887
10641 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
10642 tags if data is discarded by linker script.
10643 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10644 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
10645 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
10646 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10647
f5c870d2
ILT
106482009-11-04 Ian Lance Taylor <iant@google.com>
10649
10650 * layout.cc (Layout::get_output_section): Add is_interp and
10651 is_dynamic_linker_section parameters. Change all callers.
10652 (Layout::choose_output_section): Likewise.
10653 (Layout::make_output_section): Likewise.
10654 (Layout::add_output_section_data): Add is_dynamic_linker_section
10655 parameter. Change all callers.
10656 * layout.h (class Layout): Update declarations.
10657 * output.h (class Output_section): Add is_interp, set_is_interp,
10658 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
10659 Add is_interp_, is_dynamic_linker_section_ fields. Change
10660 generate_code_fills_at_write_ to a bitfield.
10661 * output.cc (Output_section::Output_sections): Initialize new
10662 fields.
10663 (Output_segment::add_output_section): Add do_sort parameter.
10664 Change all callers.
10665
1ae4d23b
ILT
106662009-11-03 Ian Lance Taylor <iant@google.com>
10667
10668 PR 10860
10669 * options.h (class General_options): Add --warn-common.
10670 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
10671 merging two common symbols.
10672 (Symbol_table::should_override): Handle --warn-common when merging
10673 a common symbol with a defined symbol. Use report_resolve_problem
10674 for multiple definitions.
10675 (Symbol_table::report_resolve_problem): New function.
10676 * symtab.h (class Symbol_table): Declare report_resolve_problem.
10677
55da9579
DK
106782009-11-03 Doug Kwan <dougkwan@google.com>
10679
10680 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
10681 stub_factory_.
10682 (Target_arm::stub_factory): New method definition.
10683 (Target_arm::new_arm_input_section,
10684 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
10685 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 10686 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
10687 New type definitions.
10688 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
10689 member declarations.
10690 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
10691 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
10692 New method definitions.
10693
37a9ac43
ILT
106942009-11-03 Ian Lance Taylor <iant@google.com>
10695
10696 * options.h (class General_options): Add --warn_constructors.
10697
b3d6a3d4
ILT
106982009-11-03 Ian Lance Taylor <iant@google.com>
10699
10700 PR 10893
10701 * defstd.cc (in_section): Add entries for __rel_iplt_start,
10702 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
10703
934b01dd
ILT
107042009-11-03 Ian Lance Taylor <iant@google.com>
10705
10706 PR 10895
10707 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
10708 --msgid-bugs-address.
10709 (install-pdf): New target.
10710 (install-data_yes): Look up one directory to find mkinstalldirs.
10711
03c1939b
L
107122009-11-03 H.J. Lu <hongjiu.lu@intel.com>
10713
10714 * po/Make-in (.po.gmo): Don't generate .gmo files in source
10715 tree.
10716
ebd95253
DK
107172009-10-30 Doug Kwan <dougkwan@google.com>
10718
10719 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
10720
e9bbb538
DK
107212009-10-30 Doug Kwan <dougkwan@google.com>
10722
10723 * arm.cc (Stub_addend_reader): New struct template definition
10724 and partial specializations.
10725 (Stub_addend_reader::operator()): New method definition for a
10726 partially specialized template.
10727
d5b40221
DK
107282009-10-30 Doug Kwan <dougkwan@google.com>
10729
10730 * arm.cc (Arm_relobj::processor_specific_flags): New method
10731 definition.
10732 (Arm_relobj::do_read_symbols): New method declaration.
10733 (Arm_relobj::processor_specific_flags_): New data member declaration.
10734 (Arm_dynobj): New class definition.
10735 (Target_arm::do_finalize_sections): Add input_objects parameter.
10736 (Target_arm::do_adjust_elf_header): New method declaration.
10737 (Target_arm::are_eabi_versions_compatible,
10738 (Target_arm::merge_processor_specific_flags): New method declaration.
10739 (Target_arm::do_make_elf_object): New overloaded method definitions
10740 and declaration.
10741 (Arm_relobj::do_read_symbols): New method definition.
10742 (Arm_dynobj::do_read_symbols): Ditto.
10743 (Target_arm::do_finalize_sections): Add input_objects parameters.
10744 Merge processor-specific flags from all input objects.
10745 (Target_arm::are_eabi_versions_compatible,
10746 Target_arm::merge_processor_specific_flags,
10747 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
10748 New method definitions.
10749 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
10750 Input_objects pointer type parameter.
10751 * layout.cc (Layout::finalize): Pass input objects to target's.
10752 finalize_sections function.
10753 * output.cc (Output_file_header::do_sized_write): Set ELF file
10754 header's processor-specific flags.
10755 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
10756 Input_objects pointer type parameter.
10757 * sparc.cc (Target_sparc::do_finalize_sections): Same.
10758 * target.h (Input_objects): New forward class declaration.
10759 (Target::processor_specific_flags,
10760 Target::are_processor_specific_flags_sect): New method definitions.
10761 (Target::finalize_sections): Add input_objects parameter.
10762 (Target::Target): Initialize processor_specific_flags_ and
10763 are_processor_specific_flags_set_.
10764 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
10765 parameter.
10766 (Target::set_processor_specific_flags): New method definition.
10767 (Target::processor_specific_flags_,
10768 Target::are_processor_specific_flags_set_): New data member
10769 declarations.
10770 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
10771 Input_objects pointer type parameter.
10772
ebabffbd
DK
107732009-10-30 Doug Kwan <dougkwan@google.com>
10774
10775 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
10776
ad0f2072
ILT
107772009-10-28 Ian Lance Taylor <iant@google.com>
10778
10779 * object.h (class Relobj): Drop options parameter from
10780 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
10781 do_scan_relocs, do_relocate. Change all callers.
10782 (class Sized_relobj): Drop options parameters from
10783 do_gc_process_relocs, do_scan_relocs, do_relocate,
10784 do_relocate_sections, relocate_sections, emit_relocs_scan,
10785 emit_relocs_scan_reltype. Change all callers.
10786 (struct Relocate_info): Remove options field and all references to
10787 it.
10788 * reloc.h (class Read_relocs): Remove options constructor
10789 parameter and options_ field. Change all callers.
10790 (class Gc_process_relocs, class Scan_relocs): Likewise.
10791 (class Relocate_task): Likewise.
10792 * target-reloc.h (scan_relocs): Remove options parameter. Change
10793 all callers.
10794 (scan_relocatable_relocs): Likewise.
10795 * target.h (class Sized_target): Remove options parameter from
10796 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
10797 all callers.
10798 * gc.h (gc_process_relocs): Remove options parameter. Change all
10799 callers.
10800 * arm.cc: Update functions to remove options parameters.
10801 * i386.cc: Likewise.
10802 * powerpc.cc: Likewise.
10803 * sparc.cc: Likewise.
10804 * x86_64.cc: Likewise.
10805 * testsuite/testfile.cc: Likewise.
10806
8ffa3667
DK
108072009-10-28 Doug Kwan <dougkwan@google.com>
10808
10809 * arm.cc (Arm_relobj): New class definition.
e1df38aa 10810 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
10811 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
10812 New method definitions.
10813
40f36857
CC
108142009-10-28 Cary Coutant <ccoutant@google.com>
10815
10816 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
10817 (Plugin::cleanup_done_): New member.
10818 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
10819 (Plugin_manager::cleanup_done_): Remove.
10820 (Plugin_manager::add_input_file): Edit error message.
10821 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
10822 (Plugin_manager::cleanup): Remove use of cleanup_done_.
10823
2c849493
ILT
108242009-10-27 Mikolaj Zalewski <mikolajz@google.com>
10825
10826 * fileread.cc: (File_read::View::~View): Use the new
10827 data_ownership_ filed.
10828 (File_read::~File_read): Dispose the new whole_file_view_.
10829 (File_read::open): Mmap the whole file if needed.
10830 (File_read::open): Use whole_file_view_ instead of contents_.
10831 (File_read::find_view): Use whole_file_view_ if applicable.
10832 (File_read::do_read): Use whole_file_view_ instead of contents_.
10833 (File_read::make_view): Use whole_file_view_ instead of contents_,
10834 update File_read::View::View call.
10835 (File_read::find_or_make_view): Update File_read::View::View
10836 call.
10837 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
10838 remove contents_
10839 (File_read::View::Data_ownership): New enum.
10840 (File_read::View::View): Replace bool mapped_ with Data_ownership
10841 argument.
10842 (File_read::View::mapped_): Remove (replaced by data_ownership_).
10843 (File_read::View::data_ownership_): New field.
10844 (File_read::contents_): Remove (replaced by whole_file_view_).
10845 (File_read::whole_file_view_): New field.
10846 * options.h (class General_options): Add --keep-files-mapped.
10847
24998053
CC
108482009-10-27 Cary Coutant <ccoutant@google.com>
10849
10850 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
10851 * testsuite/Makefile.am (plugin_test_5): New test case.
10852 * testsuite/Makefile.in: Regenerate.
10853
72adc4fa
DK
108542009-10-25 Doug Kwan <dougkwan@google.com>
10855
10856 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
10857 from private to protected to allow access by child class.
10858 (Sized_relobj::do_relocate_sections): New method declaration.
10859 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 10860 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
10861 Sized_relobj::relocate_sections. Instantiate template explicitly
10862 for different target sizes and endianity.
10863
07f508a2
DK
108642009-10-24 Doug Kwan <dougkwan@google.com>
10865
10866 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
10867 (Arm_input_section::as_arm_input_section): New method.
10868 (Arm_output_section): New class definition.
10869 (Arm_output_section::create_stub_group,
10870 Arm_output_section::group_sections): New method definitions.
10871
10ad9fe5
DK
108722009-10-22 Doug Kwan <dougkwan@google.com>
10873
10874 * arm.cc (Arm_input_section): New class definition.
10875 (Arm_input_section::init, Arm_input_section:do_write,
10876 Arm_input_section::set_final_data_size,
10877 Arm_input_section::do_reset_address_and_file_offset): New method
10878 definitions.
10879
56ee5e00
DK
108802009-10-21 Doug Kwan <dougkwan@google.com>
10881
10882 * arm.cc (Stub_table, Arm_input_section): New forward class
10883 declarations.
10884 (Stub_table): New class defintion.
10885 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
10886 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
10887 New method definition.
10888
b569affa
DK
108892009-10-21 Doug Kwan <dougkwan@google.com>
10890
10891 * arm.cc: Update copyright comments.
10892 (Target_arm): New forward class template declaration.
10893 (Arm_address): New type.
10894 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
10895 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
10896 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
10897 constants.
10898 (Insn_template): Same.
10899 (DEF_STUBS): New macro.
10900 (Stub_type): New enum type.
10901 (Stub_template): New class definition.
10902 (Stub): Same.
10903 (Reloc_stub): Same.
10904 (Stub_factory): Same.
10905 (Target_arm::Target_arm): Initialize may_use_blx_ and
10906 should_force_pic_veneer_.
10907 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
10908 Target_arm::should_force_pic_veneer,
10909 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
10910 Target_arm::using_thumb_only, Target_arm:;default_target): New
10911 method defintions.
10912 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
10913 New data member declarations.
10914 (Insn_template::size, Insn_template::alignment): New method defintions.
10915 (Stub_template::Stub_template): New method definition.
10916 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
10917 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
10918 (Stub_factory::Stub_factory): New method definition.
10919 * gold.h (string_hash): New template.
10920 * output.h (Input_section_specifier::hash_value): Use
10921 gold::string_hash.
10922 (Input_section_specifier::string_hash): Remove.
10923 * stringpool.cc (Stringpool_template::string_hash): Use
10924 gold::string_hash.
10925
6c172549
DK
109262009-10-20 Doug Kwan <dougkwan@google.com>
10927
10928 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
10929 symbols of relaxed input sections.
10930 * output.h (Output_section::find_relaxed_input_section): Make
10931 method public.
10932
c5617f2f
DK
109332009-10-16 Doug Kwan <dougkwan@google.com>
10934
10935 * dynobj.cc (Versions::Versions): Initialize version_script_.
10936 Only insert base version symbol definition for a shared object
10937 if version script defines any version versions.
10938 (Versions::define_base_version): New method definition.
10939 (Versions::add_def): Check that base version is not needed.
10940 (Versions::add_need): Define base version lazily.
10941 * dynobj.h (Versions::define_base_version): New method declaration.
10942 (Versions::needs_base_version_): New data member declaration.
10943 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
10944 (check_DATA): Add no_version_test.stdout.
10945 (libno_version_test.so, no_version_test.o no_version_test.stdout):
10946 New make rules.
10947 * testsuite/Makefile.in: Regenerate.
10948 * testsuite/no_version_test.c: New file.
10949 * testsuite/no_version_test.sh: Ditto.
10950
3c12dcdb
DK
109512009-10-16 Doug Kwan <dougkwan@google.com>
10952
10953 * expression.cc (class Segment_start_expression): New class definition.
10954 (Segment_start_expression::value): New method definition.
10955 (script_exp_function_segment_start): Return a new
10956 Segment_start_expression.
10957 * gold/script-c.h (script_saw_segment_start_expression): New function
10958 prototype.
10959 * script-sections.cc (Script_sections::Script_sections): Initialize
10960 SAW_SEGMENT_START_EXPRESSION_ to false.
10961 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
10962 and -Tbbs options to specify section addresses if given in
10963 command line and no SEGMENT_START expression is seen in a script.
10964 * script-sections.h (Script_sections::saw_segment_start_expression,
10965 Script_sections::set_saw_segment_start_expression): New method
10966 definition.
10967 (Script_sections::saw_segment_start_expression_): New data member
10968 declaration.
10969 * script.cc (script_saw_segment_start_expression): New function.
10970 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
10971 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
10972 script_test_7.sh and script_test_8.sh.
10973 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
10974 script_test_8.stdout.
10975 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
10976 (script_test_6, script_test_6.stdout, script_test_7,
10977 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
10978 * Makefile.in: Regenerate.
10979 * testsuite/script_test_6.sh: New file.
10980 * testsuite/script_test_6.t: Same.
10981 * testsuite/script_test_7.sh: Same.
10982 * testsuite/script_test_7.t: Same.
10983 * testsuite/script_test_8.sh: Same.
10984
64b1ae37
DK
109852009-10-16 Doug Kwan <dougkwan@google.com>
10986
10987 * output.cc (Output_segment::set_section_list_address): Cast
10988 expressions to unsigned long long type to avoid format warnings.
10989
661be1e2
ILT
109902009-10-15 Ian Lance Taylor <iant@google.com>
10991
12edd763 10992 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 10993 dot assignment to script_sections_.
12edd763
ILT
10994 * script-sections.cc (Script_sections::add_dot_assignment):
10995 Initialize if necessary.
10996
68b6574b
ILT
10997 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
10998 program headers with no load segment if there is a linker script.
10999
661be1e2
ILT
11000 * layout.cc (Layout::set_segment_offsets): Align the file offset
11001 to the segment aligment for -N or -n with no load segment.
11002 * output.cc (Output_segment::add_output_section): Don't crash if
11003 the first section is a TLS section.
11004 (Output_segment::set_section_list_addresses): Print an error
11005 message if the address moves backward in a linker script.
11006 * script-sections.cc
11007 (Output_section_element_input::set_section_addresses): Don't
11008 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
11009 (Orphan_output_section::set_section_addresses): Likewise.
11010
f15f61a7
DK
110112009-10-15 Doug Kwan <dougkwan@google.com>
11012
11013 * layout.cc (Layout::finish_dynamic_section): Generate tags
11014 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
11015 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
11016 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
11017
82bb573a
ILT
110182009-10-14 Ian Lance Taylor <iant@google.com>
11019
11020 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
11021 fields.
11022 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
11023 data_shdr fields of relinfo.
11024 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
11025 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
11026 R_386_TLS_LDO_32, adjust based on section flags.
11027 (Target_i386::Relocate::fix_up_ldo): Remove.
11028
374ad285
ILT
110292009-10-13 Ian Lance Taylor <iant@google.com>
11030
11031 Add support for -pie.
11032 * options.h (class General_options): Add -pie and
11033 --pic-executable.
11034 (General_options::output_is_position_independent): Test -pie.
11035 (General_options::output_is_executable): Return true if not shared
11036 and not relocatable.
11037 (General_options::output_is_pie): Remove.
11038 * options.cc (General_options::finalize): Reject incompatible uses
11039 of -pie.
11040 * gold.cc (queue_middle_tasks): A -pie link is not static.
11041 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
11042 * symtab.cc (Symbol::final_value_is_known): Return false if
11043 output_is_position_independent.
11044 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
11045 output_is_position_independent.
11046 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
11047 output_is_position_independent.
11048 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
11049 output_is_position_independent.
11050 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
11051 two_file_pie_test.
11052 (basic_pie_test.o, basic_pie_test): New targets.
11053 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
11054 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
11055 (two_file_pie_test): New target.
11056 * testsuite/Makefile.in: Rebuild.
11057 * README: Remove note saying that -pie is not supported.
11058
c6585162
ILT
110592009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
11060
11061 * options.h (class General_options): Add -init and -fini.
11062 * layout.cc (Layout::finish_dynamic_section): Emit
11063 given init and fini functions.
11064
032ce4e9
ST
110652009-10-13 Sriraman Tallam <tmsriram@google.com>
11066
11067 * gc.h (gc_process_relocs): Check if icf is enabled using new
11068 function.
11069 * gold.cc (queue_initial_tasks): Likewise.
11070 (queue_middle_tasks): Likewise.
11071 * object.cc (do_layout): Likewise.
11072 * symtab.cc (is_section_folded): Likewise.
11073 * main.cc (main): Likewise.
11074 * reloc.cc (Read_relocs::run): Likewise.
11075 (Sized_relobj::do_scan_relocs): Likewise.
11076 * icf.cc (is_function_ctor_or_dtor): New function.
11077 (Icf::find_identical_sections): Check if function is ctor or dtor when
11078 safe icf is chosen.
11079 * options.h (General_options::icf): Change option to be an enum.
11080 (Icf_status): New enum.
11081 (icf_enabled): New method.
11082 (icf_safe_folding): New method.
11083 (set_icf_status): New method.
11084 (icf_status_): New variable.
11085 * (options.cc) (General_options::finalize): Set icf_status_.
11086 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
11087 icf_test and icf_keep_unique_test to use the --icf enum flag.
11088 * testsuite/icf_safe_test.sh: New file.
e1df38aa 11089 * testsuite/icf_safe_test.cc: New file.
032ce4e9 11090
f345227a
ST
110912009-10-12 Sriraman Tallam <tmsriram@google.com>
11092
11093 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
11094 includes to gc.h and icf.h.
11095 * arm.cc: Include gc.h.
11096 * gold.cc: Likewise.
11097 * i386.cc: Likewise.
11098 * powerpc.cc: Likewise.
11099 * sparc.cc: Likewise.
11100 * x86_64.cc: Likewise.
11101 * gc.h: Include icf.h.
11102
1c7814ed
ILT
111032009-10-11 Ian Lance Taylor <iant@google.com>
11104
11105 * plugin.cc: Include "gold.h" before other header files.
11106
ae3b5189
CD
111072009-10-10 Chris Demetriou <cgd@google.com>
11108
11109 * options.h (Input_file_argument::Input_file_type): New enum.
11110 (Input_file_argument::is_lib_): Replace with...
11111 (Input_file_argument::type_): New member.
11112 (Input_file_argument::Input_file_argument): Take Input_file_type
11113 'type' rather than boolean 'is_lib' as second argument.
11114 (Input_file_argument::is_lib): Use type_.
11115 (Input_file_argument::is_searched_file): New function.
11116 (Input_file_argument::may_need_search): Handle is_searched_file.
11117 * options.cc (General_options::parse_library): Support -l:filename.
11118 (General_options::parse_just_symbols): Update for Input_file_argument
11119 changes.
11120 (Command_line::process): Likewise.
11121 * archive.cc (Archive::get_file_and_offset): Likewise.
11122 * plugin.cc (Plugin_manager::release_input_file): Likewise.
11123 * script.cc (read_script_file, script_add_file): Likewise.
11124 * fileread.cc (Input_file::Input_file): Likewise.
11125 (Input_file::will_search_for): Handle is_searched_file.
11126 (Input_file::open): Likewise.
11127 * readsyms.cc (Read_symbols::get_name): Likewise.
11128 * testsuite/Makefile.am (searched_file_test): New test.
11129 * testsuite/Makefile.in: Regenerate.
11130 * testsuite/searched_file_test.cc: New file.
11131 * testsuite/searched_file_test_lib.cc: New file.
11132
f3048a1d
ILT
111332009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11134 Ian Lance Taylor <iant@google.com>
11135
11136 * descriptor.cc: Include <cstdio> and "binary-io.h".
11137 (Descriptors::open): Open the files in binary mode always.
11138 * script.cc (Lex::get_token): Treat \r as whitespace.
11139
d4780e57
ILT
111402009-10-09 Ian Lance Taylor <iant@google.com>
11141
11142 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
11143
d9a893b8
ILT
111442009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11145 Ian Lance Taylor <iant@google.com>
11146
11147 * configure.ac: Check for readv function also.
11148 * fileread.cc (readv): Define if not HAVE_READV.
11149 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
11150 does not exist.
11151 * config.in: Regenerate.
11152 * configure: Regenerate.
11153
c0a62865
DK
111542009-10-09 Doug Kwan <dougkwan@google.com>
11155
11156 * layout.cc (Layout::make_output_section): Call target hook to make
11157 ordinary output section.
11158 (Layout::finalize): Adjust parameter list of call the
11159 Target::may_relax().
11160 * layout.h (class Layout::section_list): New method.
11161 * merge.h (Output_merge_base::entsize): Change visibility to public.
11162 (Output_merge_base::is_string, Output_merge_base::do_is_string):
11163 New methods.
11164 (Output_merge_string::do_is_string): New method.
11165 * object.cc (Sized_relobj::do_setup): renamed from
11166 Sized_relobj::set_up.
11167 * object.h (Sized_relobj::adjust_shndx,
11168 Sized_relobj::initializ_input_to_output_maps,
11169 Sized_relobj::free_input_to_output_maps): Change visibilities to
11170 protected.
11171 (Sized_relobj::setup): Virtualize.
11172 (Sized_relobj::do_setup): New method declaration.
11173 (Sized_relobj::invalidate_section_offset,
11174 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
11175 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
11176 * options.cc (parse_int): New function.
11177 * options.h (parse_int): New declaration.
11178 (DEFINE_int): New macro.
11179 (stub_group_size): New option.
11180 * output.cc (Output_section::Output_section): Initialize memebers
11181 merge_section_map_, merge_section_by_properties_map_,
11182 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
11183 (Output_section::add_input_section): Handled deferred code-fill
11184 generation and remove an old comment.
11185 (Output_section::add_relaxed_input_section): New method definition.
11186 (Output_section::add_merge_input_section): Use merge section by
11187 properties map to speed to search. Update merge section maps
11188 as appropriate.
11189 (Output_section::build_relaxation_map): New method definition.
11190 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
11191 Same.
11192 (Output_section::relax_input_section): Renamed to
11193 Output_section::convert_input_sections_to_relaxed_sections and change
11194 interface to take a vector of pointers to relaxed sections.
11195 (Output_section::find_merge_section,
11196 Output_section::find_relaxed_input_section): New method definitions.
11197 (Output_section::is_input_address_mapped,
11198 Output_section::output_offset, Output_section::output_address):
11199 Use output section data maps to speed up searching.
11200 (Output_section::find_starting_output_address): Add comments.
11201 (Output_section::do_write,
11202 Output_section::write_to_postprocessing_buffer): Do code-fill
11203 generation as appropriate.
11204 (Output_section::get_input_sections): Invalidate relaxed input section
11205 map.
11206 (Output_section::restore_states): Adjust type of checkpoint .
11207 Invalidate relaxed input section map.
11208 * output.h (Output_merge_base): New class declaration.
11209 (Input_section_specifier): New class defintion.
11210 (class Output_relaxed_input_section) Change base class to
11211 Output_section_data_build.
11212 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
11213 base class initializer.
11214 (Output_section::add_relaxed_input_section): New method declaration.
11215 (Output_section::Input_section): Change visibility to protected.
2e702c99 11216 (Output_section::Input_section::relobj,
c0a62865
DK
11217 Output_section::Input_section::shndx): Handle relaxed input sections.
11218 Output_section::input_sections) Change visibility to protected. Also
11219 define overload to return a non-const pointer.
11220 (Output_section::Merge_section_properties): New class defintion.
11221 (Output_section::Merge_section_by_properties_map,
11222 Output_section::Output_section_data_by_input_section_map,
11223 Output_section::Relaxation_map): New types.
11224 (Output_section::relax_input_section): Rename method to
11225 Output_section::convert_input_sections_to_relaxed_sections and change
11226 interface to take a vector of relaxed section pointers.
11227 (Output_section::find_merge_section,
11228 Output_section::find_relaxed_input_section,
11229 Output_section::build_relaxation_map,
11230 Output_section::convert_input_sections_in_list_to_relaxed_sections):
11231 New method declarations.
11232 (Output_section::merge_section_map_
11233 Output_section::merge_section_by_properties_map_,
11234 Output_section::relaxed_input_section_map_,
11235 Output_section::is_relaxed_input_section_map_valid_,
11236 Output_section::generate_code_fills_at_write_): New data members.
11237 * script-sections.cc
11238 (Output_section_element_input::set_section_addresses): Call
11239 current_data_size and addralign methods of relaxed input sections.
11240 (Orphan_output_section::set_section_addresses): Call current_data_size
11241 and addralign methods of relaxed input sections.
11242 * symtab.cc (Symbol_table::compute_final_value): Extract template
11243 from the body of Symbol_table::sized_finalize_symbol.
11244 (Symbol_table::sized_finalized_symbol): Call
11245 Symbol_table::compute_final_value.
11246 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
11247 (Symbol_table::compute_final_value): New templated method declaration.
11248 * target.cc (Target::do_make_output_section): New method defintion.
11249 * target.h (Target::make_output_section): New method declaration.
11250 (Target::relax): Add more parameters for input objects, symbol table
11251 and layout. Adjust call to do_relax.
11252 (Target::do_make_output_section): New method declaration.
11253 (Target::do_relax): Add parameters for input objects, symbol table
11254 and layout.
11255
d446d6c4
ILT
112562009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11257
11258 * pread.c: Include stdio.h.
11259
bc06c745
ILT
112602009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11261
11262 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
11263 defined.
11264
75aea3d0
ILT
112652009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11266
11267 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
11268 Change read_shndx type to unsigned int.
11269 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11270 int.
11271 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11272 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
11273 Change read_shndx type to unsigned int.
11274 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11275 int.
11276 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11277 * layout.cc (Layout::create_symtab_sections): Cast the result of
11278 local_symcount * symsize to off_t in the gold_assert.
11279
be8fcb75
ILT
112802009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11281
11282 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
11283 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
11284 R_ARM_BASE_ABS.
11285 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
11286 (Arm_relocate_functions::thm_abs5): New function.
11287 (Arm_relocate_functions::abs12): New function.
11288 (Arm_relocate_functions::abs16): New function.
11289 (Arm_relocate_functions::base_abs): New function.
11290 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
11291 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
11292 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
11293 R_ARM_BASE_ABS.
11294 (Scan::global): Likewise.
11295 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
11296 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
11297 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
11298 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
11299 R_ARM_BASE_ABS.
11300
c2a122b6
ILT
113012009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11302
11303 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
11304 (Arm_relocate_functions::movt_prel): New function.
11305 (Arm_relocate_functions::thm_movw_prel_nc): New function.
11306 (Arm_relocate_functions::thm_movt_prel): New function.
11307 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
11308 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
11309 (Scan::global, Relocate::relocate): Likewise.
11310 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11311
c4aa1e2d
ILT
113122009-10-09 Mikolaj Zalewski <mikolajz@google.com>
11313
11314 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
11315 Incremental_checker.
11316 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
11317 unsigned int.
11318 (class Incremental_inputs_header): New class.
11319 (Incremental_inputs_header_writer): Edit comment.
11320 (Incremental_inputs_entry): New class.
11321 (Incremental_inputs_entry_writer): Edit comment.
11322 (Sized_incremental_binary::do_find_incremental_inputs_section):
11323 Add *strtab_shndx parameter, fill it.
11324 (Sized_incremental_binary::do_check_inputs): New method.
11325 (Incremental_checker::can_incrementally_link_output_file): Use
11326 Sized_incremental_binary::check_inputs.
11327 (Incremental_inputs::report_command_line): Save command line in
11328 command_line_.
11329 * incremental.h:
11330 (Incremental_binary::find_incremental_inputs_section): New
11331 method.
11332 (Incremental_binary::do_find_incremental_inputs_section): Add
11333 strtab_shndx parameter.
11334 (Incremental_binary::do_check_inputs): New pure virtual method.
11335 (Sized_incremental_binary::do_check_inputs): Declare.
11336 (Incremental_checker::Incremental_checker): Add incremental_inputs
11337 parameter, use it to initialize incremental_inputs_.
11338 (Incremental_checker::incremental_inputs_): New field.
11339 (Incremental_checker::command_line): New method.
11340 (Incremental_checker::inputs): New method.
11341 (Incremental_checker::command_line_): New field.
11342
c549a694
ILT
113432009-10-09 Mikolaj Zalewski <mikolajz@google.com>
11344
11345 * incremental.cc: Include <cstdarg> and "target-select.h".
11346 (vexplain_no_incremental): New function.
11347 (explain_no_incremental): New function.
11348 (Incremental_binary::error): New method.
11349 (Sized_incremental_binary::do_find_incremental_inputs_section): New
11350 method.
11351 (make_sized_incremental_binary): New function.
11352 (open_incremental_binary): New function.
11353 (can_incrementally_link_file): Add checks if output is ELF and has
11354 inputs section.
11355 * incremental.h: Include "elfcpp_file.h" and "output.h".
11356 (Incremental_binary): New class.
11357 (Sized_incremental_binary): New class.
11358 (open_incremental_binary): Declare.
11359 * object.cc (is_elf_object): Use
11360 elfcpp::Elf_recognizer::is_elf_file.
11361 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
11362 * output.h (Output_file::filesize): New method.
11363
fd3c5f0b
ILT
113642009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11365
11366 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
11367 New function.
11368 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
11369 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
11370 function.
11371 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
11372 function.
11373 (Arm_relocate_functions::movw_abs_nc): New function.
11374 (Arm_relocate_functions::movt_abs): New function.
11375 (Arm_relocate_functions::thm_movw_abs_nc): New function.
11376 (Arm_relocate_functions::thm_movt_abs): New function.
11377 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
11378 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
11379 (Scan::global): Likewise.
11380 (Relocate::relocate): Likewise.
11381 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11382
7f5309a5
ILT
113832009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11384
11385 * arm.cc (Arm_relocate_functions::got_prel) New function.
11386 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
11387 (Relocate::relocate): Likewise.
11388 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11389
364c7fa5
ILT
113902009-10-06 Ian Lance Taylor <iant@google.com>
11391
11392 * options.h (class General_options): Define
11393 split_stack_adjust_size parameter.
11394 * object.h (class Object): Add uses_split_stack_ and
11395 has_no_split_stack_ fields. Add uses_split_stack and
11396 has_no_split_stack accessor functions. Declare
11397 handle_split_stack_section.
11398 (class Reloc_symbol_changes): Define.
11399 (class Sized_relobj): Define Function_offsets. Declare
11400 split_stack_adjust, split_stack_adjust_reltype, and
11401 find_functions.
11402 * object.cc (Object::handle_split_stack_section): New function.
11403 (Sized_relobj::do_layout): Call handle_split_stack_section.
11404 * dynobj.cc (Sized_dynobj::do_layout): Call
11405 handle_split_stack_section.
11406 * reloc.cc (Sized_relobj::relocate_sections): Call
11407 split_stack_adjust for executable sections in split_stack
11408 objects. Pass reloc_map to relocate_section.
11409 (Sized_relobj::split_stack_adjust): New function.
11410 (Sized_relobj::split_stack_adjust_reltype): New function.
11411 (Sized_relobj::find_functions): New function.
11412 * target-reloc.h: Include "object.h".
11413 (relocate_section): Add reloc_symbol_changes parameter. Change
11414 all callers.
11415 * target.h (class Target): Add calls_non_split method. Declare
11416 do_calls_non_split virtual method. Declare match_view and
11417 set_view_to_nop.
11418 * target.cc: Include "elfcpp.h".
11419 (Target::do_calls_non_split): New function.
11420 (Target::match_view): New function.
11421 (Target::set_view_to_nop): New function.
11422 * gold.cc (queue_middle_tasks): Give an error if mixing
11423 split-stack and non-split-stack objects with -r.
11424 * i386.cc (Target_i386::relocate_section): Add
11425 reloc_symbol_changes parameter.
11426 (Target_i386::do_calls_non_split): New function.
11427 * x86_64.cc (Target_x86_64::relocate_section): Add
11428 reloc_symbol_changes parameter.
11429 (Target_x86_64::do_calls_non_split): New function.
11430 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
11431 parameter.
11432 * powerpc.cc (Target_powerpc::relocate_section): Add
11433 reloc_symbol_changes parameter.
11434 * sparc.cc (Target_sparc::relocate_section): Add
11435 reloc_symbol_changes parameter.
11436 * configure.ac: Call AM_CONDITIONAL for the default target.
11437 * configure: Rebuild.
11438 * testsuite/Makefile.am (TEST_AS): New variable.
11439 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
11440 (check_DATA): Add split_i386 and split_x86_64 files.
11441 (SPLIT_DEFSYMS): Define.
11442 (split_i386_[1234n].o): New targets.
11443 (split_i386_[124]): New targets.
11444 (split_i386_[1234r].stdout): New targets.
11445 (split_x86_64_[1234n].o): New targets.
11446 (split_x86_64_[124]): New targets.
11447 (split_x86_64_[1234r].stdout): New targets.
11448 (MOSTLYCLEANFILES): Add new executables.
11449 * testsuite/split_i386.sh: New file.
11450 * testsuite/split_x86_64.sh: New file.
11451 * testsuite/split_i386_1.s: New file.
11452 * testsuite/split_i386_2.s: New file.
11453 * testsuite/split_i386_3.s: New file.
11454 * testsuite/split_i386_4.s: New file.
11455 * testsuite/split_i386_n.s: New file.
11456 * testsuite/split_x86_64_1.s: New file.
11457 * testsuite/split_x86_64_2.s: New file.
11458 * testsuite/split_x86_64_3.s: New file.
11459 * testsuite/split_x86_64_4.s: New file.
11460 * testsuite/split_x86_64_n.s: New file.
11461 * testsuite/testfile.cc (Target_test): Update relocation_section
11462 function.
11463 * testsuite/Makefile.in: Rebuild.
11464
e8a9fcda
ILT
114652009-10-06 Ian Lance Taylor <iant@google.com>
11466
11467 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
11468 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
11469 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
11470 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
11471 the address on ldo_addrs_.
11472 (Target_i386::Relocate::fix_up_ldo): New function.
11473
e99daf92
ILT
114742009-10-06 Rafael Espindola <espindola@google.com>
11475
11476 * plugin.cc (add_input_library): New.
11477 (Plugin::load): Add add_input_library to tv.
11478 (Plugin_manager::add_input_file): Add the is_lib argument.
11479 (add_input_file): Update call to Plugin_manager::add_input_file.
11480 (add_input_library): New.
11481 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
11482
966d4097
DK
114832009-09-30 Doug Kwan <dougkwan@google.com>
11484
11485 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
11486 symbol and call Symbol::may_need_copy_reloc to determine if
11487 a copy reloc is needed.
11488 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
11489 nocopyreloc is given in command line.
11490 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
11491 given in command line.
11492 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
11493 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
11494 of the removed Target_i386::may_need_copy_reloc.
11495 * options.h (copyreloc): New option with default value false.
11496 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11497 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
11498 instead of the removed Target_powerpc::may_need_copy_reloc.
11499 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11500 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
11501 instead of the removed Target_sparc::may_need_copy_reloc.
11502 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
11503 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
11504 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
11505 instead of the removed Target_x86_64::may_need_copy_reloc.
11506
029ba973
ILT
115072009-09-30 Ian Lance Taylor <iant@google.com>
11508
11509 * object.h (class Object): Remove target_ field, and target,
11510 sized_target, and set_target methods.
11511 (Object::sized_target): Remove.
11512 (class Sized_relobj): Update declarations. Remove sized_target.
11513 * object.cc (Sized_relobj::setup): Remove target parameter.
11514 Change all callers.
11515 (Input_objects::add_object): Don't do anything with the target.
11516 (make_elf_sized_object): Add punconfigured parameter. Change all
11517 callers. Set or test parameter target.
11518 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
11519 Change all callers.
11520 * parameters.cc (Parameters::set_target): Change parameter type to
11521 be non-const.
11522 (Parameters::default_target): Remove.
11523 (set_parameters_target): Change parameter type to be non-const.
11524 (parameters_force_valid_target): New function.
11525 (parameters_clear_target): New function.
11526 * parameters.h (class Parameters): Update declarations. Remove
11527 default_target method. Add sized_target and clear_target
11528 methods. Change target_ to be non-const.
11529 (set_parameters_target): Update declaration.
11530 (parameters_force_valid_target): Declare.
11531 (parameters_clear_target): Declare.
11532 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
11533 as NULL if we aren't searching.
11534 (Add_symbols::run): Don't check for compatible target.
11535 * fileread.cc (Input_file::open_binary): Call
11536 parameters_force_valid_target.
11537 * gold.cc (queue_middle_tasks): Likewise.
11538 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
11539 set_target on object.
11540 * dynobj.h (class Sized_dynobj): Update declarations.
11541 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
11542 make_elf_object returns NULL.
11543 (Archive::include_member): Don't check whether object target is
11544 compatible.
11545 * output.cc (Output_section::add_input_section): Get target from
11546 parameters.
11547 (Output_section::relax_input_section): Likewise.
11548 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
11549 parameters.
11550 (Sized_relobj::do_scan_relocs): Likewise.
11551 (Sized_relobj::relocate_sections): Likewise.
11552 * resolve.cc (Symbol_table::resolve): Likewise.
11553 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
11554 parameter. Change all callers.
11555 (Symbol_table::add_from_object): Get target from parameters.
11556 (Symbol_table::add_from_relobj): Don't check object target.
11557 (Symbol_table::add_from_dynobj): Likewise.
11558 (Symbol_table::define_special_symbol): Get target from
11559 parameters.
11560 * symtab.h (class Symbol_table): Update declaration.
11561 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
11562 parameter. Change all callers. Clear parameter target.
11563 (Binary_test): Test target here.
11564 * testsuite/object_unittest.cc (gold_testsuite): Remove
11565 target_test_pointer parameter. Change all callers.
11566 (Object_test): Test target here.
11567
a6a22b83
ILT
115682009-09-26 Ian Lance Taylor <iant@google.com>
11569
11570 * testsuite/initpri1.c: Don't try to use constructor priorities if
11571 compiling with gcc before 4.3.
11572
6a8f49fe
ILT
115732009-09-22 Mikolaj Zalewski <mikolajz@google.com>
11574
11575 * testsuite/retain_symbols_file_test.sh (check_present): Change
11576 output file name to retain_symbols_file_test.stdout.
11577 (check_absent): Likewise.
11578
8c604651
CS
115792009-09-18 Craig Silverstein <csilvers@google.com>
11580
11581 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
11582 * options.cc: Include <cerrno> and <fstream>.
11583 (General_options::finalize): Parse -retain-symbols-file tag.
11584 * options.h: New flag.
11585 (General_options): New method should_retain_symbol, new
11586 variable symbols_to_retain.
11587 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
11588 should_retain_symbol map.
11589 * testsuite/Makefile.am (retain_symbols_file_test): New test.
11590 * testsuite/Makefile.in: Regenerate.
11591 * testsuite/retain_symbols_file_test.sh: New file.
11592
ca58b19f
NC
115932009-09-18 Nick Clifton <nickc@redhat.com>
11594
11595 * po/es.po: Updated Spanish translation.
11596
20e6d0d6
DK
115972009-09-17 Doug Kwan <dougkwan@google.com>
11598
11599 * debug.h (DEBUG_RELAXATION): New constant.
11600 (DEBUG_ALL): Add DEBUG_RELAXATION.
11601 (debug_string_to_enum): Add relaxation debug option.
11602 * layout.cc
11603 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
11604 Layout::Relaxation_debug_check::read_sections,
11605 Layout::Relaxation_debug_check::read_sections): New method definitions.
11606 (Layout::Layout): Initialize data members
11607 record_output_section_data_from_scrips_,
11608 script_output_section_data_list_ and relaxation_debug_check_.
11609 (Layout::save_segments, Layout::restore_segments,
11610 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11611 Layout::relaxation_loop_body): New method definitions.
11612 (Layout::finalize): Support relaxation. Move section layout code to
11613 Layout::relaxation_loop_body.
11614 (Layout::set_asection_address_from_script): Move code for orphan
11615 section placement out.
11616 (Layout::place_orphan_sections_in_script): New method definition.
11617 * layout.h (Output_segment_headers, Output_file_header):
11618 New forward class declarations.
11619 (Layout::~Layout): Define.
11620 (Layout::new_output_section_data_from_script): New method definition.
11621 (Layout::place_orphan_sections_in_script): New method declaration.
11622 (Layout::Segment_states): New type declaration.
11623 (Layout::save_segments, Layout::restore_segments,
11624 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11625 Layout::relaxation_loop_body): New method declarations.
11626 (Layout::Output_section_data_list): New type declaration.
11627 (Layout::Relaxation_debug_check): New class definition.
11628 (Layout::record_output_section_data_from_script_,
11629 Layout::script_output_section_data_list_, Layout::segment_states_,
11630 Layout::relaxation_debug_check_): New data members.
11631 * output.cc: (Output_section_headers::do_size): New method definition.
11632 (Output_section_headers::Output_section_headers): Move size
11633 computation to Output_section_headers::do_size.
11634 (Output_segment_headers::do_size): New method definition.
e1df38aa 11635 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
11636 Output_file_header::do_size and call it.
11637 (Output_file_header::do_size): New method definition.
11638 (Output_data_group::Output_data_group): Adjust call to
11639 Output_section_data.
11640 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
11641 (Output_symtab_xindex::do_write): Add array bound check.
2e702c99 11642 (Output_section::Input_section::print_to_mapfile): Handle
20e6d0d6
DK
11643 RELAXED_INPUT_SECTION_CODE.
11644 (Output_section::Output_section): Initialize data member checkpoint_.
11645 (Output_section::~Output_section): Delete checkpoint object pointed
11646 by checkpoint_.
11647 (Output_section::add_input_section): Always add an Input_section if
11648 relaxing.
11649 (Output_section::add_merge_input_section): Add assert.
11650 (Output_section::relax_input_section): New method definition.
11651 (Output_section::set_final_data_size): Set load address to zero for
11652 an unallocated section.
11653 (Output_section::do_address_and_file_offset_have_reset_values):
11654 New method definition.
11655 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
11656 Handle relaxed input section.
11657 (Output_section::sort_attached_input_sections): Checkpoint input
11658 section list lazily.
11659 (Output_section::get_input_sections): Change type of input_sections to
11660 list of Simple_input_section pointers. Checkpoint input section list
11661 lazily. Also handle relaxed input sections.
11662 (Output_section::add_input_section_for_script): Take a reference to
11663 a Simple_input_section object instead of Relobj pointer and section
11664 index as parameter. Handle relaxed input sections.
11665 (Output_section::save_states, Output_section::restore_states): New
11666 method definitions.
11667 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
11668 (Output_data::is_data_size_fixed): New method definition.
11669 (Output_data::reset_addresss_and_file_offset): Do not reset data size
11670 if it is fixed.
11671 (Output_data::address_and_file_offset_have_reset_values): New method
11672 definition.
11673 (Output_data::do_address_and_file_offset_have_reset_values): New method
11674 definition.
11675 (Output_data::set_data_size): Check that data size is not fixed.
11676 (Output_data::fix_data_size): New method definition.
11677 (Output_data::is_data_size_fixed_): New data member.
11678 (Output_section_headers::set_final_data_size): New method definition.
11679 (Output_section_headers::do_size): New method declaration.
11680 (Output_segment_headers::set_final_data_size): New method definition.
11681 (Output_segment_headers::do_size): New method declaration.
11682 (Output_file_header::set_final_data_size)::New method definition.
11683 (Output_file_header::do_size)::New method declaration.
11684 (Output_section_data::Output_section_data): Add new parameter
11685 is_data_size_fixed and use it to fix data size.
11686 (Output_data_const::Output_data_const): Adjust call to base class
11687 constructor and fix data size.
11688 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
11689 base class constructor and fix data size.
11690 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
11691 base class constructor and fix data size.
11692 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
11693 class constructor and fix data size.
11694 (Output_data_group::set_final_data_size): New method definition.
11695 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
11696 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
11697 class constructor and fix data size.
11698 (Output_relaxed_input_section): New class definition.
11699 (Output_section::Simple_input_section): New class definition.
11700 (Output_section::get_input_sections): Adjust parameter list.
11701 (Output_section::add_input_section_for_script): Same.
11702 (Output_section::save_states, Output_section::restore_states,
11703 Output_section::do_address_and_file_offset_have_reset_values,
11704 (Output_section::Input_section::Input_section): Handle
11705 RELAXED_INPUT_SECTION_CODE. Add new overload for
11706 Output_relaxed_input_section.
11707 (Output_section::Input_section::is_input_section,
11708 Output_section::Input_section::set_output_section): Handle relaxed
11709 input section.
11710 (Output_section::Input_section::is_relaxed_input_section,
11711 Output_section::Input_section::output_section_data,
11712 Output_section::Input_section::relaxed_input_section): New method
11713 definitions.
11714 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
11715 value.
11716 (Output_section::Input_section::u1_): Update comments.
11717 (Output_section::Input_section::u2_): Add new union member poris.
11718 (Output_section::Checkpoint_output_section): New classs definition.
11719 (Output_section::relax_input_section): New method declaration.
11720 (Output_section::checkpoint_): New data member.
11721 (Output_segment): Update comments.
11722 (Output_segment::Output_segment): Un-privatize copy constructor.
11723 (Output_segment::operator=): Un-privatize.
11724 * script-sections.cc (Output_section_element::Input_section_list):
11725 Change element type to Output_section::Simple_input_section.
11726 (Output_section_element_dot_assignment::set_section_addresses):
11727 Register output section data for relaxation clean up.
11728 (Output_data_exression::Output_data_expression): Adjust call to base
11729 constructor to fix data size.
11730 (Output_section_element_data::set_section_addresses): Register
11731 Output_data_expression object for relaxation clean up.
11732 (struct Input_section_info): Replace Relobj pointer and section index
11733 pair with Output_section::Simple_input_section and Convert struct to a
11734 class.
11735 (Input_section_sorter::operator()): Adjust access to
e1df38aa 11736 Input_section_info data member to use accessors.
20e6d0d6
DK
11737 (Output_section_element_input::set_section_addresses): Use layout
11738 parameter. Adjust code to use Output_section::Simple_input_section
11739 and Input_secction_info classes. Register filler for relaxation
11740 clean up.
11741 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
11742 and section index pair with Output_section::Simple_input_section
11743 class. Adjust code accordingly.
11744 (Phdrs_element::release_segment): New method definition.
11745 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
11746 segment list.
11747 (Script_sections::release_segments): New method definition.
11748 * gold/script-sections.h (Script_sections::release_segments): New
11749 method declaration.
11750 * gold/target.h (Target::may_relax, Target::relax,
11751 Target::do_may_relax, Target::do_relax): New method definitions.
11752
5e445df6
ILT
117532009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11754
11755 * arm.cc (has_signed_unsigned_overflow): New function.
11756 (Arm_relocate_functions::abs8): New function.
11757 (Target_arm::Scan::local): Handle R_ARM_ABS8.
11758 (Target_arm::Scan::global): Likewise.
11759 (Target_arm::relocate::relocate): Likewise.
11760 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11761 Likewise.
11762
8c604651 117632009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
11764
11765 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
11766 * testsuite/Makefile.in: Regenerate.
11767
1e9cc1c2
NC
117682009-09-11 Nick Clifton <nickc@redhat.com>
11769
11770 * po/gold.pot: Updated by the Translation project.
11771
6a89f575
CC
117722009-09-08 Cary Coutant <ccoutant@google.com>
11773
11774 * output.cc (Output_file::open): Add execute permission to empty file.
11775 * testsuite/Makefile.am (permission_test): New test.
11776 * testsuite/Makefile.in: Regenerate.
11777
fdcac5af
ILT
117782009-09-02 Ian Lance Taylor <iant@google.com>
11779
11780 * output.cc (Output_file::resize): Call map_no_anonymous rather
11781 than map.
11782
44453f85
ILT
117832009-09-01 Mikolaj Zalewski <mikolajz@google.com>
11784
11785 * gold.cc: Include "incremental.h".
11786 (queue_initial_tasks): Call Incremental_checker methods.
11787 * incremental.cc: Include "output.h".
11788 (Incremental_checker::can_incrementally_link_output_file): New
11789 method.
11790 * incremental.h (Incremental_checker): New class.
11791
11792 * output.cc (Output_file::open_for_modification): New method.
11793 (Output_file::map_anonymous): Changed return type to bool. Record
11794 map in base_ field.
11795 (Output_file::map_no_anonymous): New method, broken out of map.
11796 (Output_file::map): Use map_no_anonymous and map_anonymous.
11797 * output.h (class Output_file): Update declarations.
11798
293c1386
CC
117992009-08-24 Cary Coutant <ccoutant@google.com>
11800
11801 * options.h (Command_line::Pre_options): New class.
11802 (Command_line::pre_options): New member.
11803 * options.cc (gold::options::ready_to_register): New variable.
11804 (One_option::register_option): Do nothing if not registering options.
11805 Assert if same short option registered twice.
11806 (General_options::General_options): Turn off option registration when
11807 done constructing.
11808 (Command_line::Pre_options::Pre_options): New constructor.
11809
f773f3d2
CC
118102009-08-24 Cary Coutant <ccoutant@google.com>
11811
06a73cfe
CC
11812 * options.h (General_options::no_keep_memory): Remove incorrect
11813 short option.
f773f3d2 11814
a15af8e2
RW
118152009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11816
11817 * Makefile.am (am__skiplex, am__skipyacc): New.
11818 * Makefile.in: Regenerate.
11819
c462b41b
RW
118202009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11821
14ec8efd
RW
11822 * Makefile.am (AM_CPPFLAGS): Renamed from ...
11823 (INCLUDES): ... this.
11824 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
11825 (AM_CPPFLAGS): Renamed from ...
11826 (INCLUDE): ... this.
11827 * Makefile.in, testsuite/Makefile.in: Regenerate.
11828
81ecdfbb
RW
11829 * Makefile.in: Regenerate.
11830 * aclocal.m4: Likewise.
11831 * config.in: Likewise.
11832 * configure: Likewise.
11833 * testsuite/Makefile.in: Likewise.
11834
c462b41b
RW
11835 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11836 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11837 * Makefile.in: Regenerate.
11838 * testsuite/Makefile.in: Regenerate.
11839
2da73f13
CC
118402009-08-19 Cary Coutant <ccoutant@google.com>
11841
11842 * resolve.cc (Symbol_table::resolve): Don't complain about defined
11843 symbols in shared libraries overridden by hidden or internal symbols
11844 in the main program.
11845
2db70501
CD
118462009-08-19 Chris Demetriou <cgd@google.com>
11847
11848 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
11849 checking source file names in error messages.
11850
f733487b
DK
118512009-08-18 Doug Kwan <dougkwan@google.com>
11852
11853 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
11854 an elcpp::Ehdr as parameter. Adjust call to set_target.
11855 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
11856 an elfcpp::Ehdr as parameter.
11857 * object.cc (Object::set_target): Remove the version that looks up
11858 a target and sets it.
11859 (Sized_relobj::setup): Take a Target object instead of
11860 an elfcpp::Ehdr as parameter. Adjust call to set_target.
11861 (make_elf_sized_object): Find target and ask target to
11862 make an ELF object.
11863 * object.h: (Object::set_target): Remove the version that looks up
11864 a target and sets it.
11865 (Sized_relobj::setup): Take a Target object instead of
11866 an elfcpp:Ehdr as parameter.
11867 * target.cc: Include dynobj.h.
11868 (Target::do_make_elf_object_implementation): New.
2e702c99 11869 (Target::do_make_elf_object): New.
f733487b
DK
11870 * target.h (Target::make_elf_object): New template declaration.
11871 (Target::do_make_elf_object): New method declarations.
11872 (Target::do_make_elf_object_implementation): New template declaration.
11873
cc70f101
ILT
118742009-08-14 Ian Lance Taylor <iant@google.com>
11875
11876 * gold.h (FUNCTION_NAME): Define.
11877 (gold_unreachable): Use FUNCTION_NAME.
11878
ef5e0cb1
ST
118792009-08-12 Sriraman Tallam <tmsriram@google.com>
11880
11881 * icf.cc (Icf::find_identical_sections): Issue a warning when a
11882 symbol in the --keep-unique list is not found.
11883
48c187ce
ST
118842009-08-12 Sriraman Tallam <tmsriram@google.com>
11885
11886 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
11887 been maked as --keep-unique.
11888 (Icf::unfold_section): New function.
11889 * icf.h (Icf::unfold_section): New function.
11890 * options.h (General_options::keep_unique): New option.
11891 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
11892 * testsuite/Makefile.in: Regenerate.
11893 * testsuite/icf_keep_unique_test.sh: New file.
11894 * testsuite/icf_keep_unique_test.cc: New file.
11895
645afe0c
CC
118962009-08-12 Cary Coutant <ccoutant@google.com>
11897
11898 PR 10471
11899 * resolve.cc (Symbol_table::resolve): Check for references from
11900 dynamic objects to hidden and internal symbols.
11901 * testsuite/Makefile.am (hidden_test.sh): New test.
11902 * testsuite/Makefile.in: Regenerate.
11903 * testsuite/hidden_test.sh: New script.
11904 * testsuite/hidden_test_1.c: New test source.
11905 * testsuite/hidden_test_main.c: New test source.
11906
11af873f
DK
119072009-08-11 Doug Kwan <dougkwan@google.com>
11908
11909 * arm.cc: Update comments.
11910 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
11911 segment to locate the .ARM.exidx section if present.
11912
b9f7d72d
DK
119132009-08-09 Doug Kwan <dougkwan@google.com>
11914
11915 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
11916 patch.
11917
ddd3c53c
ST
119182009-08-07 Sriraman Tallam <tmsriram@google.com>
11919 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
11920 compiler warnings.
11921
27721062
ST
119222009-08-06 Sriraman Tallam <tmsriram@google.com>
11923
11924 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
11925 valid tls_segment only for non-debug-section relocations.
11926 * testsuite/Makefile.am: Add gc_tls_test.
11927 * testsuite/Makefile.in: Regenerate.
11928 * testsuite/gc_tls_test.cc: New file.
11929 * testsuite/gc_tls_test.sh: New file.
11930
ef15dade 119312009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 11932
ef15dade
ST
11933 * icf.cc: New file.
11934 * icf.h: New file.
11935 * Makefile.am (CCFILES): Add icf.cc.
11936 (HFILES): Add icf.h
11937 * Makefile.in: Regenerate.
11938 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
11939 * gc.h (gc_process_relocs): Populate lists used by icf to contain
11940 section, symbol and addend information for the relocs.
11941 * gold.cc (queue_middle_tasks): Call identical code folding.
11942 * gold.h: Add defines for multimap.
11943 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
11944 to the call of finalize_local_symbols.
11945 * main.cc (main): Create object of class Icf.
11946 * object.cc (Sized_relobj::do_layout): Allow this function to be
11947 called twice during icf.
11948 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
11949 to sections marked as identical by icf.
11950 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
11951 when available.
11952 (Sized_relobj::do_section_entsize): New function.
11953 * object.h (Object::section_entsize): New function.
11954 (Object::do_section_entsize): New pure virtual function.
11955 (Relobj::finalize_local_symbols): Add new parameter.
11956 (Relobj::do_section_entsize): New function.
11957 * options.h (General_options::icf): New option.
11958 (General_options::icf_iterations): New option.
11959 (General_options::print_icf_sections): New option.
11960 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
11961 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
11962 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
11963 icf.
11964 * symtab.cc (Symbol_table::is_section_folded): New function.
11965 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
11966 to sections marked as identical by icf.
11967 * symtab.h (Symbol_table::set_icf): New function.
11968 (Symbol_table::icf): New function.
11969 (Symbol_table::is_section_folded): New function.
11970 (Symbol_table::icf_): New data member.
11971 * target-reloc.h (relocate_section): Ignore sections folded by icf.
11972 * testsuite/Makefile.am: Add commands to build icf_test.
11973 * testsuite/Makefile.in: Regenerate.
11974 * testsuite/icf_test.sh: New file.
11975 * testsuite/icf_test.cc: New file.
11976
c3b65ac4
CD
119772009-07-24 Chris Demetriou <cgd@google.com>
11978
11979 * layout.cc (is_compressible_debug_section): Fix incorrect
11980 comment about compressed section names.
11981
1caf2c51
ILT
119822009-07-20 Ian Lance Taylor <ian@airs.com>
11983
11984 PR 10419
11985 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
11986
1ef4d87f
ILT
119872009-07-16 Ian Lance Taylor <iant@google.com>
11988
11989 PR 10400
11990 * layout.h: #include <map>.
11991 (class Kept_section): Change from struct to class. Add accessors
11992 and setters. Add section size to Comdat_group mapping. Change
11993 Comdat_group to std::map. Add is_comdat_ field. Add
11994 linkonce_size field in union.
11995 (class Layout): Update declaration of find_or_add_kept_section.
11996 Don't declare find_kept_object.
11997 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
11998 parameter. Add object, shndx, is_comdat, and is_group_name
11999 parameters. Change all callers. Adjust for new Kept_section.
12000 (Layout::find_kept_object): Remove.
12001 * object.cc (Sized_relobj::include_section_group): Update use of
12002 Kept_section. Rename secnum to shndx. Only record
12003 Kept_comdat_section if sections are the same size.
12004 (Sized_relobj::include_linkonce_section): Update use of
12005 Kept_section. Only record Kept_comdat_section if sections are the
12006 same size. Set size of linkonce section.
12007 (Sized_relobj::map_to_kept_section): Update call to
12008 get_kept_comdat_section.
12009 * object.h (class Sized_relobj): Rename fields in
12010 Kept_comdat_section to drop trailing underscores; change object
12011 field to Relobj*. Change Kept_comdat_section_table to store
12012 struct rather than pointer.
12013 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
12014 Add kept_object and kept_shndx parameters. Change all callers.
12015 (Sized_relobj::get_kept_comdat_section): Change return type to
12016 bool. Add kept_object and kept_shndx parameters. Change all
12017 callers.
12018 * plugin.cc (Pluginobj::include_comdat_group): Update call to
12019 Layout::find_or_add_kept_section.
12020
37c3b7b0
ILT
120212009-07-09 Ian Lance Taylor <iant@google.com>
12022
12023 * merge.cc (Object_merge_map::initialize_input_to_output_map):
12024 Reserve space in the hash table.
12025
98fa85cb
ILT
120262009-07-06 Mikolaj Zalewski <mikolajz@google.com>
12027
12028 * fileread.cc (File_read::get_mtime): New method.
12029 * fileread.h (Timespec): New structure.
12030 (File_read::get_mtime): New method.
12031 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
12032 Renamed from timestamp_nsec.
12033 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
12034 Elf_Xword.
e1df38aa 12035 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 12036 timestamp_nsec.
e1df38aa 12037 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
12038 (Incremental_inputs::report_obejct): Save mtime; style fix.
12039 (Incremental_inputs::report_script): Save mtime; style fix.
12040 (Incremental_inputs::finalize_inputs): Style fix.
12041 (Incremental_inputs::finalize): Style fix.
12042 (Incremental_inputs::create_input_section_data): Store inputs
12043 mtime.
12044 * incremental.h (Incremental_inputs::report_script): Add mtime
12045 argument.
12046 (Incremental_inputs::Input_info::Input_info): Intialize only one
12047 union member.
12048 (Incremental_inputs::Input_info::archive): Move to nameless
12049 union.
12050 (Incremental_inputs::Input_info::obejct): Move to nameless union.
12051 (Incremental_inputs::Input_info::script): Move to nameless union.
12052 (Incremental_inputs::mtime): New field.
12053 * script.cc (read_input_script): Pass file mtime to
12054 Incremental_input.
12055 * script.h (Script_info::inputs): Style fix.
12056
c9d70757
ILT
120572009-07-01 Ian Lance Taylor <ian@airs.com>
12058
12059 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
12060 instead of 32.
12061
9c547ec3
ILT
120622009-06-24 Ian Lance Taylor <iant@google.com>
12063
12064 PR 10156
12065 * layout.cc (Layout::choose_output_section): If we find an
12066 existing section, update the flags.
12067 (Layout::create_notes): New function, broken out of
12068 Layout::finalize.
12069 (Layout::finalize): Don't create note sections.
12070 (Layout::create_note): Don't crash if linker script discards
12071 section.
12072 (Layout::create_gold_note): Likewise.
12073 (Layout::create_build_id): Likewise. Don't set
12074 after_input_sections on the section.
12075 (Layout::create_executable_stack_info): Remove target parameter.
12076 Change caller.
12077 * layout.h (class Layout): Declare create_notes. Update
12078 declaration of create_executable_stack_info.
12079 * gold.cc (queue_middle_tasks): Call create_notes.
12080 * output.cc (Output_section::update_flags_for_input_section): Move
12081 here from output.h. If SHF_ALLOC flag is newly set, mark address
12082 invalid.
12083 * output.h (Output_data::mark_address_invalid): New function.
12084 (class Output_section): Only declare, not define,
12085 update_flags_for_input_section. Remove set_flags.
12086
55458500
ILT
120872009-06-24 Ian Lance Taylor <iant@google.com>
12088
12089 * script-sections.cc (Output_section_definition::
12090 set_section_addresses): Rename shadowing local load_address to
12091 laddr.
12092
1307d6cd
ILT
120932009-06-24 Ian Lance Taylor <iant@google.com>
12094
12095 PR 10244
12096 * reloc.cc (relocate_sections): Skip empty relocation sections.
12097
ec3f783e
ILT
120982009-06-23 Ian Lance Taylor <iant@google.com>
12099
12100 PR 10156
12101 * layout.cc (Layout::create_note): Use choose_output_section
12102 rather than make_output_section.
12103
459c9f1c
ILT
121042009-06-23 Ian Lance Taylor <iant@google.com>
12105
12106 PR 10237
12107 * options.cc (General_options::parse_V): Set printed_version_.
12108 (General_options::General_options): Initialize printed_version_.
12109 * options.h (class General_options): Add printed_version_ field.
12110 * gold.cc (queue_initial_tasks): If there are no input files,
12111 don't give a fatal error if we printed the version information.
12112 (queue_middle_tasks): If using -r with a shared object, give a
12113 fatal error rather than an ordinary error.
12114
1518dc8f
ILT
121152009-06-23 Ian Lance Taylor <iant@google.com>
12116
12117 PR 10219
12118 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
12119 (Layout::make_output_section): Set have_stabstr_section_ if we see
12120 a .stab*str section.
12121 (Layout::finalize): Call link_stabs_sections.
12122 (Layout::link_stabs_sections): New file.
12123 * layout.h (class Layout): Add have_stabstr_section_ field.
12124 Declare link_stabs_sections.
12125
3d857b98
DK
121262009-06-23 Doug Kwan <dougkwan@google.com>
12127
12128 * Makefile.am (libgold_a_LIBADD): New.
12129 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
2e702c99 12130 * Makefile.in: Regenerate.
3d857b98
DK
12131 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
12132 * configure: Regenerate.
12133 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
12134 * fileread.cc: Include sys/state.h
12135 * gold.h: Declare memmem and strndup if found missing.
12136 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
12137
0639a6f6
ILT
121382009-06-23 Ian Lance Taylor <iant@google.com>
12139
12140 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
12141 * configure: Rebuild.
12142
8d63875c
ILT
121432009-06-23 Ian Lance Taylor <iant@google.com>
12144
12145 PR 10147
12146 * object.cc (Object::section_contents): Don't try to get a view if
12147 the section has length zero.
12148 (Object::handle_gnu_warning_section): If the section is empty, use
12149 the name of the section as the warning.
12150
f7c8a183
ILT
121512009-06-23 Ian Lance Taylor <iant@google.com>
12152
12153 PR 10133
12154 * stringpool.h (class Stringpool_template): Add optimize_ field.
12155 (Stringpool_template::set_optimize): New function.
12156 * stringpool.cc (Stringpool_template::Stringpool_template):
12157 Initialize optimize_ field.
12158 (Stringpool_template::set_string_offsets): Test local optimize
12159 fild rather than parameter.
12160 * layout.cc (Layout::Layout): Call set_optimize on the section
12161 name stringpool.
12162
e6a307ba
ILT
121632009-06-22 Ian Lance Taylor <iant@google.com>
12164
12165 PR 10030
12166 * yyscript.y: Parse TARGET.
12167 * script.cc (script_set_target): New function.
12168 * script-c.h (script_set_target): Declare.
12169 * options.cc (General_options::string_to_object_format): Rename
12170 from string_to_object_format in anonymous namespace. Change
12171 callers.
12172 * options.h (class General_options): Declare
12173 string_to_object_format.
12174
3ee173de
ILT
121752009-06-22 Ian Lance Taylor <iant@google.com>
12176
12177 * script-sections.cc (Script_sections::create_segments): Don't put
12178 program headers in a PT_LOAD segment if -n or -N.
12179
121802009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
12181
12182 PR 10141
12183 * options.h (class General_options): Add -z lazy and -z now. Sort
12184 -z options into alphabetical order.
12185 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
12186
cd6739a1 121872009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
12188
12189 * layout.cc (Layout::make_output_section): Call
12190 Target::new_output_section.
12191 (Layout::attach_allocated_section_to_segment): Put large section
12192 sections in a separate load segment with the large segment flag
12193 set.
12194 (Layout::segment_precedes): Sort large data segments after other
12195 load segments.
12196 (align_file_offset): New static function.
12197 (Layout::set_segment_offsets): Use align_file_offset.
12198 * output.h (class Output_section): Add is_small_section_ and
12199 is_large_section_ fields.
12200 (Output_section::is_small_section): New function.
12201 (Output_section::set_is_small_section): New function.
12202 (Output_section::is_large_section): New function.
12203 (Output_section::set_is_large_section): New function.
12204 (Output_section::is_large_data_section): New function.
12205 (class Output_segment): Add is_large_data_segment_ field.
12206 (Output_segment::is_large_data_segment): New function.
12207 (Output_segment::set_is_large_data_segment): New function.
12208 * output.cc (Output_section::Output_section): Initialize new
12209 fields.
12210 (Output_segment::Output_segment): Likewise.
12211 (Output_segment::add_output_section): Add assertion that large
12212 data sections always go in large data segments. Force small data
12213 sections to the end of the list of data sections. Force small BSS
12214 sections to the start of the list of BSS sections. For large BSS
12215 sections to the end of the list of BSS sections.
12216 * symtab.h (class Symbol): Declare is_common_shndx.
12217 (Symbol::is_defined): Check Symbol::is_common_shndx.
12218 (Symbol::is_common): Likewise.
12219 (class Symbol_table): Define enum Commons_section_type. Update
12220 declarations. Add small_commons_ and large_commons_ fields.
12221 * symtab.cc (Symbol::is_common_shndx): New function.
12222 (Symbol_table::Symbol_table): Initialize new fields.
12223 (Symbol_table::add_from_object): Put small and large common
12224 symbols in the right list.
12225 (Symbol_table::sized_finalized_symbol): Check
12226 Symbol::is_common_shndx.
12227 (Symbol_table::sized_write_globals): Likewise.
12228 * common.cc (Symbol_table::do_allocate_commons): Allocate new
12229 common symbol lists. Don't call do_allocate_commons_list if the
12230 list is empty.
12231 (Symbol_table::do_allocate_commons_list): Remove is_tls
12232 parameter. Add comons_section_type parameter. Change all
12233 callers. Handle small and large common symbols.
12234 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
12235 Symbol::is_common_shndx.
12236 * resolve.cc (symbol_to_bits): Likewise.
12237 * target.h (Target::small_common_shndx): New function.
12238 (Target::small_common_section_flags): New function.
12239 (Target::large_common_shndx): New function.
12240 (Target::large_common_section_flags): New function.
12241 (Target::new_output_section): New function.
12242 (Target::Target_info): Add small_common_shndx, large_common_shndx,
12243 small_common_section_flags, and large_common_section_flags
12244 fields.
12245 (Target::do_new_output_section): New virtual function.
12246 * arm.cc (Target_arm::arm_info): Initialize new fields.
12247 * i386.cc (Target_i386::i386_info): Likewise.
12248 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
12249 Likewise.
12250 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
12251 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
12252 (Target_x86_64::do_new_output_section): New function.
12253 * configure.ac: Define conditional MCMODEL_MEDIUM.
12254 * testsuite/Makefile.am (check_PROGRAMS): Add large.
12255 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
12256 (large_LDFLAGS): Define.
12257 * testsuite/large.c: New file.
12258 * testsuite/testfile.cc (Target_test::test_target_info):
12259 Initialize new fields.
12260 * configure, testsuite/Makefile.in: Rebuild.
12261
bb04269c
DK
122622009-06-05 Doug Kwan <dougkwan@google.com>
12263
12264 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 12265 * Makefile.in: Regenerate.
bb04269c
DK
12266 * i386.cc (class Target_i386): Define new virtual method to
12267 override do_is_local_label_name in parent.
12268 * object.cc (Sized_relobj::do_count_local_symbols): Discard
12269 local symbols if --discard-locals or -X is given.
12270 * options.h (class General_options): Declare new options
12271 '--discard-locals' and '-X' for discarding locals.
12272 * target.h (class Target): Define new methods is_local_label_name.
12273 Declare new virtual method do_is_local_label_name.
12274 * target.cc: New file.
12275 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
12276 (check_SCRIPTS): Add discard_locals_test.sh.
12277 (check_DATA): Add discard_local_tests.syms.
12278 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
12279 (discard_local_tests.syms, discard_locals_test.o): New make rules.
12280 * testsuite/Makefile.in: Regenerate.
12281 * testsuite/discard_locals_test.c: New file.
12282 * testsuite/discard_locals_test.sh: Same.
12283
805bb01c
DK
122842009-06-05 Doug Kwan <dougkwan@google.com>
12285
12286 * object.cc (Sized_relobj::Sized_relobj): Initialize
12287 discarded_eh_frame_shndx_ to -1U.
12288 (Sized_relobj::do_layout): Record index of a discard .eh_frame
12289 section.
12290 (Sized_relobj::do_count_local_symbols): Skip local symbols in
12291 a discarded .eh_frame section.
12292 (Sized_relobj::do_finalize_local_symbols): Ditto.
12293 * object.h (class Sized_relobj): Declare new member
12294 discarded_eh_frame_shndx_.
12295 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
12296 (local_labels_test.o, local_labels_test): New rules.
12297 * testsuite/Makefile.in: Regenerate.
12298
1dcd334d
DK
122992009-06-04 Doug Kwan <dougkwan@google.com>
12300
12301 * layout.cc (Layout::section_name_mapping): Add mapping for
12302 special ARM sections.
12303
96d49306
DK
123042009-06-03 Doug Kwan <dougkwan@google.com>
12305
12306 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
12307 (utils::has_overflow): Same.
12308
dff16297
ILT
123092009-06-03 Ian Lance Taylor <iant@google.com>
12310
12311 * layout.cc (Layout::section_name_mapping): New array, replacing
12312 Layout::linkonce_mapping.
12313 (Layout::section_name_mapping_count): New variable, replacing
12314 Layout::linkonce_mapping_count.
12315 (Layout::linkonce_output_name): Remove.
12316 (Layout::output_section_name): Rewrite.
12317 * layout.h (class Layout): Rename Linkonce_mapping to
12318 Section_name_mapping, linkonce_mapping to section_name_mapping,
12319 linkonce_mapping_count to section_name_mapping_count. Don't
12320 declare linkonce_output_name.
12321
c121c671
DK
123222009-06-03 Doug Kwan <dougkwan@google.com>
12323
12324 * gold/arm.cc (namespace utils): New.
12325 (Target_arm::reloc_is_non_pic): Define new method.
12326 (class Arm_relocate_functions): New.
12327 (Target_arm::Relocate::relocate): Handle relocation types used by
12328 Android.
12329
07800fab
ILT
123302009-06-03 Ian Lance Taylor <iant@google.com>
12331
12332 * arm.cc (Target_arm::scan::global): Use || instead of |.
12333
c121c671
DK
123342009-06-02 Doug Kwan <dougkwan@google.com>
12335
12336 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
12337 issued_non_pic_error_.
12338 (class Target_arm::Scan): Declare new method check_non_pic.
12339 Define new method symbol_needs_plt_entry.
12340 Declare new data member issued_non_pic_error_.
12341 (class Target_arm::Relocate): Declare new method
12342 should_apply_static_reloc.
12343 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
12344 (Target_arm::Scan::check_non_pic): Define new method.
12345 (Target_arm::Scan::local): Handle a small subset of reloc types used
12346 by Android.
12347 (Target_arm::Scan::local): Same.
12348 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
12349
b19b0c6d
ILT
123502009-05-31 Mikolaj Zalewski <mikolajz@google.com>
12351
12352 * incremental.cc (Incremental_inputs::report_command_line): Filter
12353 out --incremental-* options.
12354
94cdfcff
DK
123552009-05-29 Doug Kwan <dougkwan@google.com>
12356
12357 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
12358 template class.
12359 (class Target_arm): Update comment.
12360 (Target_arm::Target_arm): Initialize new data members GOT_,
12361 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
12362 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
12363 and Target_arm::rel_dyn_section.
12364 Declare new_enum Target_arm::Got_type.
12365 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
12366 and DYNBSS_.
12367 Update commments for member do_dynsym_value.
12368 (Target_arm::got_size, Target_arm::plt_section,
12369 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
12370 new methods inside class defintion.
12371 (Target_arm::got_section): Define new method.
12372 (Target_arm::rel_dyn_section): Same.
12373 (Output_data_plt_arm): New template class.
12374 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
12375 (Output_data_plt_arm:do_adjust_output_section): Define new method.
12376 (Output_data_plt_arm::add_entry): Same.
12377 (Output_data_plt_arm::first_plt_entry): Define new
12378 static data member for PLT instruction template.
12379 (Output_data_plt_arm::plt_entry): Same.
12380 (Output_data_plt_arm::do_write): Define new method.
12381 (Target_arm::make_plt_entry): Same.
12382 (Target_arm::do_finalize_sections): Same.
12383 (Target_arm::do_dynsym_value): Same.
12384
4a657b0d
DK
123852009-05-28 Doug Kwan <dougkwan@google.com>
12386
12387 * Makefile.am (TARGETSOURCES): Add arm.cc.
12388 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
12389 * Makefile.in: Regenerate.
12390 * arm.cc: New file.
12391 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
12392
e7ae8c36
DK
123932009-05-26 Doug Kwan <dougkwan@google.com>
12394
12395 * options.cc (General_options::parse_exclude_libs). Fix a comment.
12396 (General_options::check_excluded_libs): Strip off directories in
12397 archive name before matching like GNU ld does.
12398 * testsuite/Makefile.am (MOSTLYCLEANFILES,
12399 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
12400 (exclude_libs_test_LDFLAGS): Add linker option
12401 -Wl,--exclude-libs,libexclude_libs_test_3
12402 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
12403 an explicit archive without using -l.
12404 (alt/libexclude_libs_test_3.a): New make rule.
12405 * testsuite/Makefile.in: Regenerate.
12406 * testsuite/exclude_libs_test.c : Declare lib3_default().
12407 (main): Call it.
12408 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
12409 * exclude_libs_test_3.c: New file.
12410
f12e7348
NC
124112009-05-26 Nick Clifton <nickc@redhat.com>
12412
12413 * po/id.po: New Indonesian translation.
12414 * po/gold.pot: Updated template file.
12415
4daadc0d
ST
124162009-05-22 Sriraman Tallam <tmsriram@google.com>
12417
e1df38aa 12418 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
12419 gc_comdat_test files. Add -Wl,--gc-sections to build
12420 gc_comdat_test.
12421 * testsuite/Makefile.in: Regenerate.
12422 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
12423
531813ad
ST
124242009-05-21 Sriraman Tallam <tmsriram@google.com>
12425
12426 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
12427 kept comdat section was garbage collected.
12428 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
12429 * testsuite/Makefile.in: Regenerate.
12430 * testsuite/gc_comdat_test.sh: New file.
12431 * testsuite/gc_comdat_test_1.cc: New file.
12432 * testsuite/gc_comdat_test_2.cc: New file.
12433
65514900
CC
124342009-05-19 Doug Kwan <dougkwan@google.com>
12435
12436 * archive.cc (Archive::Archive): Move constructor from archive.h
12437 to here. Initialize no_export_.
12438 (Archive::get_elf_object_for_member): Set no_export flag of object.
12439 * archive.h (Archive::Archive): Move constructor body to
12440 archive.cc.
12441 (Archive::no_export): New method.
12442 (Archive::no_export_): New field.
12443 * object.h (Object::Object): Initialize no_export_ to false.
12444 (Object::no_export, Object::set_no_export): New methods.
12445 (Object::no_export_): New field.
12446 * options.cc (General_options::parse_exclude_libs): New method.
12447 (General_options::check_excluded_libs) Same.
12448 * options.h (exclude_libs): New option.
12449 (General_options::check_excluded_libs): New method declaration.
12450 (General_options::excluded_libs_): New field.
12451 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
12452 default or protected visibility if an object has no-export flag set.
12453 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
12454 (check_SCRIPTS): Add exclude_libs_test.sh.
12455 (check_DATA): Add exclude_libs_test.syms.
12456 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
12457 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
12458 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
12459 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
12460 (exclude_libs_test.syms, libexclude_libs_test_1.a,
12461 libexclude_libs_test_2.a): New rules.
12462 * testsuite/Makefile.in: Regenerate.
12463 * testsuite/exclude_libs_test.c: New file.
12464 * testsuite/exclude_libs_test.sh: Ditto.
12465 * testsuite/exclude_libs_test_1.c: Ditto.
12466 * testsuite/exclude_libs_test_2.c: Ditto.
12467
1b77ea50
ILT
124682009-05-15 Ian Lance Taylor <iant@google.com>
12469
12470 * configure.ac: Check for declarations for cases where libiberty.h
12471 checks HAVE_DECL_xxx.
12472 * configure, config.in: Rebuild.
12473
072fe7ce
ILT
124742009-05-15 Mikolaj Zalewski <mikolajz@google.com>
12475
12476 * gold.h (Incremental_argument_list): Remove (invalid) forward
12477 declaration.
12478 * incremental.cc (Incremental_inputs::report_achive): New method.
12479 (Incremental_inputs::report_object): New method.
12480 (Incremental_inputs::report_script): New method.
12481 (Incremental_inputs::finalize_inputs): New method.
12482 (Incremental_inputs::finalize): Call finalize_inputs().
12483 (Incremental_inputs::sized_create_incremental_inputs_section_data):
12484 Create inputs entries.
12485 * incremental.h (Incremental_input_type): New enum.
12486 (Incremental_inputs::Incremental_input): Initialize new fields.
12487 (Incremental_inputs::report_inputs): New method.
12488 (Incremental_inputs::report_achive): New method.
12489 (Incremental_inputs::report_object): New method.
12490 (Incremental_inputs::report_script): New method.
12491 (Incremental_inputs::finalize_inputs): New method.
12492 (Incremental_inputs::Input_info): New struct.
12493 (Incremental_inputs::Input_info_map): New typedef.
12494 (Incremental_inputs::lock_): New field.
12495 (Incremental_inputs::Inputs_): New field.
12496 (Incremental_inputs::Inputs_map): New field.
12497 * main.cc (main): Call Incremental_input::report_inputs.
12498 * options.h (Input_argument_list): Typedef moved from
12499 Input_arguments.
12500 (Input_file_group::Files): Remove, use ::Input_argument_list.
12501 (Input_file_group::Input_argument_list): Remove, use
12502 ::Input_argument_list.
12503 * plugin.cc (Plugin_manager::add_input_file): Add error in
12504 incremental build.
12505 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
12506 functions.
12507 * script.cc (read_input_script): Call
12508 Incremental_input::report_script.
12509 * script.h (Script_info): New class.
12510
b0481b0b
ILT
125112009-04-27 Ian Lance Taylor <iant@google.com>
12512
12513 * x86_64.cc (do_adjust_output_section): Set entsize to
12514 plt_entry_size.
12515
b22a5a41 125162009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
12517
12518 * output.cc (Output_file::close): After short writes, continue
12519 writing from the correct offset in the buffer being written.
12520
40fde488
CD
125212009-04-23 Chris Demetriou <cgd@google.com>
12522
12523 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
12524 * configure: Regenerate.
12525 * config.in: Regenerate.
12526 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
12527 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
12528
3ce2c28e
ILT
125292009-04-21 Mikolaj Zalewski <mikolajz@google.com>
12530
12531 * incremental.cc (Incremental_inputs_header_data): Renamed from
12532 Incremental_input_header_data.
12533 (Incremental_inputs_header_data::data_size): New field.
12534 (Incremental_inputs_header_data::put_input_file_count): Renamed
12535 from input_file_count.
12536 (Incremental_inputs_header_data::put_command_line_offset): Renamed
12537 from command_line_offset.
12538 (Incremental_inputs_header_data::put_reserved): Renamed from
12539 put_reserved.
12540 (Incremental_inputs_entry_data): Renamed from
12541 Incremental_input_entry_data.
12542 (Incremental_inputs_entry_data::data_size): New field.
12543 (Incremental_inputs::report_command_line): New method.
12544 (Incremental_inputs::finalize): New method.
12545 (Incremental_inputs::create_incremental_inputs_data): New method.
12546 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
12547 * incremental.h: New file.
12548 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
703d02da 12549 (Layout::finalize): Create incremental inputs section in
3ce2c28e 12550 incremental builds.
703d02da 12551 (Layout::create_incremental_info_sections): New method.
3ce2c28e 12552 * layout.h (Layout::incremental_inputs): New method.
703d02da
AM
12553 (Layout::create_incremental_info_sections): New method.
12554 (Layout::incremental_inputs_): New field.
3ce2c28e
ILT
12555 * main.cc (main): Notify Incremental_input of the command line.
12556
e55bde5e
ILT
125572009-04-01 Ian Lance Taylor <iant@google.com>
12558 Mikolaj Zalewski <mikolajz@google.com>
12559
12560 * gold.h (reserve_unordered_map): Define, three versions, one for
12561 each version of Unordered_map.
12562 * layout.cc (Layout::Layout): Remove options parameter. Add
12563 number_of_input_files parameter. Don't initialize options_.
12564 Initialize number_of_input_files_ and resized_signatures_. Move
12565 sections_are_attached_.
12566 (Layout::layout_group): Reserve space for group_signatures_.
12567 (Layout::find_or_add_kept_section): Change name parameter to be a
12568 reference. Resize signatures_ map when it gets large enough.
12569 (Layout::layout_eh_frame): Use parameters->options() instead of
12570 this->options_.
12571 (Layout::make_output_section): Likewise.
12572 (Layout::attach_allocated_section_to_segment): Likewise.
12573 (Layout::finalize, Layout::create_executable_stack): Likewise.
12574 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
12575 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
12576 * layout.h (class Layout): Update declarations. Remove options_
12577 field. Add number_of_input_files_ and resized_signatures_
12578 fields. Move sections_are_attached_ field.
12579 * main.cc (main): Pass number of input files to Layout
12580 constructor. Don't pass options.
12581
154b857c
ILT
125822009-03-30 Ian Lance Taylor <iant@google.com>
12583
12584 * ffsll.c (ffsll): Correct implementation.
12585
2f35ab9b
ILT
125862009-03-27 Ian Lance Taylor <iant@google.com>
12587
fd03461a
ILT
12588 * ffsll.c: New file.
12589 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
12590 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
12591 * ftruncate.c (ftruncate): Declare before definition.
12592 * mremap.c (mremap): Likewise.
12593 * pread.c (pread): Likewise.
12594 * configure, Makefile.in, config.in: Rebuild.
12595
2f35ab9b
ILT
12596 * mremap.c: New file.
12597 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
12598 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
12599 (mremap): Declare if HAVE_MREMAP is not defined.
12600 * configure, Makefile.in, config.in: Rebuild.
12601
33aea2fd
CC
126022009-03-27 Cary Coutant <ccoutant@google.com>
12603
12604 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
12605 position independent.
12606 * sparc.cc (Target_sparc::check_non_pic): Likewise.
12607 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
12608
6d479619
CC
126092009-03-24 Cary Coutant <ccoutant@google.com>
12610
12611 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
12612 an executable.
12613 (needs_dynamic_reloc): Likewise.
12614
afc06bb8
ILT
126152009-03-24 Ian Lance Taylor <iant@google.com>
12616
12617 * yyscript.y (file_cmd): Recognize EXTERN.
12618 (extern_name_list, extern_name_list_body): New nonterminals.
12619 * script.cc (script_add_extern): Define.
12620 * script-c.h (script_add_extern): Declare.
12621
f6060a4d
ILT
126222009-03-24 Rafael Avila de Espindola <espindola@google.com>
12623
12624 * object.cc (is_elf_object): Define.
12625 * object.h (is_elf_object): Declare.
12626 * archive.cc (Archive::get_elf_object_for_member): Call
12627 is_elf_object.
33aea2fd 12628 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 12629
26736d8e
ILT
126302009-03-24 Elliott Hughes <enh@google.com>
12631
12632 * output.cc (Output_file::map_anonymous): Define.
12633 (Output_file::map): Use map_anonymous. If the regular mmap fails,
12634 try an anonymous one. Report the size if the mmap fails.
12635 * output.h (class Output_file): Declare map_anonymous.
12636
22fd9730
ILT
126372009-03-24 Ian Lance Taylor <iant@google.com>
12638
12639 * target-select.cc (instantiate_target): Don't acquire the lock if
12640 the instantiated_target_ field has already been set.
12641
cb010894
ILT
126422009-03-23 Ian Lance Taylor <iant@google.com>
12643
7f055c20
ILT
12644 * gold-threads.h (class Initialize_lock): Define.
12645 * gold-threads.cc (class Initialize_lock_once): Define.
12646 (initialize_lock_control): New static variable.
12647 (initialize_lock_pointer): New static variable.
12648 (initialize_lock_once): New static function.
12649 (Initialize_lock::Initialize_lock): Define.
12650 (Initialize_lock::initialize): Define.
12651 * target-select.h: Include "gold-threads.h".
12652 (class Target_selector): Add lock_ and initialize_lock_ fields.
12653 Don't define instantiate_target, just declare it.
12654 * target-select.cc (Target_selector::Target_selector): Initialize
12655 new fields.
12656 (Target_selector::instantiate_target): Define.
12657 * descriptors.h: Include "gold-threads.h".
12658 (class Descriptors): Add initialize_lock_ field.
12659 * descriptors.cc (Descriptors::Descriptors): Initialize new
12660 field.
12661 (Descriptors::open): Use initialize_lock_ field
12662 * errors.h (class Errors): Add initialize_lock_ field.
12663 * errors.cc (Errors::Errors): Initialize new field.
12664 (Errors::initialize_lock): Use initialize_lock_ field.
12665 * powerpc.cc (class Target_selector_powerpc): Remove
12666 instantiated_target_ field. In do_recognize call
12667 instantiate_target rather than do_instantiate_target. In
12668 do_instantiate_target just allocate a new target.
12669 * sparc.cc (class Target_selector_sparc): Likewise.
12670
36959681
ILT
12671 * freebsd.h: New file.
12672 * i386.cc: Include "freebsd.h".
12673 (Target_i386): Derive from Target_freebsd rather than
12674 Sized_target.
12675 (Target_selector_i386): Derive from Target_selector_freebsd rather
12676 than Target_selector.
12677 * x86_64.cc: Include "freebsd.h".
12678 (Target_x86_64): Derive from Target_freebsd rather than
12679 Sized_target.
12680 (Target_selector_x86_64): Derive from Target_selector_freebsd
12681 rather than Target_selector.
12682 * target.h (class Target): Add adjust_elf_header and
12683 do_adjust_elf_header.
12684 * output.cc (Output_file_header:: do_sized_write): Call target
12685 adjust_elf_header routine.
12686 * configure.tgt: Set targ_osabi.
12687 * configure.ac: Define GOLD_DEFAULT_OSABI.
12688 * parameters.cc (Parameters::default_target): Pass
12689 GOLD_DEFAULT_OSABI to select_target.
12690 * target-select.h (class Target_selector): Make instantiate_target
12691 protected rather than private.
12692 * Makefile.am (HFILES): Add freebsd.h.
12693 * configure, Makefile.in, config.in: Rebuild.
12694
cb010894
ILT
12695 * merge.cc (do_add_input_section): Correct pend value. Change
12696 message about last entry not being null terminated from error to
12697 warning.
12698
0e879927
ILT
126992009-03-20 Mikolaj Zalewski <mikolajz@google.com>
12700
12701 * incremental.cc: New file.
12702 * Makefile.am (CCFILES): Add incremental.cc.
12703 * Makefile.in: Rebuild.
12704
41105937
PP
127052009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
12706
12707 * layout.cc (Layout::output_section_name): Preserve names
12708 of '.note.' sections.
e1df38aa 12709
60439920
ILT
127102009-03-19 Ian Lance Taylor <iant@google.com>
12711
12712 * descriptors.cc (Descriptors::open): Check that the options are
12713 valid before using them.
12714
0d371ad3
ILT
127152009-03-18 Ian Lance Taylor <iant@google.com>
12716
12717 * script-sections.h: Include <list>.
12718 (class Script_sections): Change Sections_elements from std::vector
12719 to std::list. Typedef public Elements_iterator. Add
12720 orphan_section_placement_, data_segment_align_start_, and
12721 saw_data_segment_align_ fields. Remove data_segment_align_index_
12722 field.
12723 * script-sections.cc (class Orphan_section_placement): New class.
12724 (class Sections_element): Add virtual functions is_relro and
12725 orphan_section_init. Remove virtual function place_orphan_here.
12726 (class Output_section_definition): Add is_relro and
12727 orphan_section_init. Remove place_orphan_here.
12728 (class Orphan_output_section): Likewise.
12729 (Script_sections::Script_sections): Update for field changes.
12730 (Script_sections::data_segment_align): Set saw_data_segment_align_
12731 and data_segment_align_start_, not data_segment_align_index.
12732 (Script_sections::data_segment_relro_end): Check
12733 saw_data_segment_align_. Use data_segment_align_start_ rather
12734 than data_segment_align_index_.
12735 (Script_sections::place_orphan): Rewrite to use
12736 Orphan_section_placement.
12737
9201d894
ILT
127382009-03-17 Ian Lance Taylor <iant@google.com>
12739
9c5b8369
ILT
12740 * archive.cc (Archive::add_symbols): Check for a version attached
12741 to the symbol name in the archive map.
12742 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
12743 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
12744 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
12745 (ver_test_11.a): New target.
12746 * testsuite/Makefile.in: Rebuild.
12747
9201d894
ILT
12748 * configure.ac: Check for chsize and posix_fallocate. Replace
12749 ftruncate.
12750 * ftruncate.c: New file, from gnulib.
12751 * output.cc (posix_fallocate): Define dummy version if not
12752 HAVE_POSIX_FALLOCATE.
12753 (Output_file::map): Call posix_fallocate rather than lseek and
12754 write.
12755 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
12756 * configure, Makefile.in, config.in: Rebuild.
12757
ef4ab7a8 127582009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 12759
ef4ab7a8
PP
12760 * layout.h (Layout::create_note): Add section_name parameter.
12761 * layout.cc (Layout::create_note): Likewise.
12762 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 12763
8c500701
ILT
127642009-03-17 Ian Lance Taylor <iant@google.com>
12765
e85b18e1
ILT
12766 * descriptors.cc: Include "options.h".
12767 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
12768 (Descriptors::open): Always use O_CLOEXEC when opening a new
12769 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
12770 then set FD_CLOEXEC.
12771
9efe6174
ILT
12772 * sparc.cc (class Target_sparc): Add has_got_section.
12773 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
12774 make sure we have a GOT section.
12775
12776 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
12777 (Target_sparc::Scan::local): Likewise.
12778 (Target_sparc::Scan::global): Likewise.
12779 (Target_sparc::Relocate::relocate): Likewise.
12780 (Target_sparc::Relocate::relocate_tls): Likewise.
12781
8c500701
ILT
12782 * symtab.cc (Symbol_table::define_default_version): New function,
12783 broken out of add_from_object.
12784 (Symbol_table::add_from_object): Call define_default_version.
12785 (Symbol_table::define_special_symbol): Add resolve_oldsym
12786 parameter. Change all callers. If the version for a symbol comes
12787 from a version script, resolve it with the symbol with the same
12788 name with no version. Also add the symbol without a version if
12789 appropriate.
12790 (do_define_in_output_data): If resolving with oldsym, don't delete
12791 sym.
12792 (do_define_in_output_segment): Likewise.
12793 (do_define_as_constant): Likewise.
12794 * symtab.h (class Symbol_table): Update declarations.
12795
f1ed28fb
ILT
127962009-03-13 Ian Lance Taylor <iant@google.com>
12797
15f8229b
ILT
12798 * readsyms.cc (Read_symbols::incompatible_warning): New function.
12799 (Read_symbols::requeue): New function.
12800 (Read_symbols::do_read_symbols): If make_elf_object fails because
12801 the target type is not configured, and the file was searched for,
12802 issue a warning and retry with the next directory.
12803 (Add_symbols::run): If the file has an incompatible format, and
12804 it was searched for, requeue the Read_symbols task. On error,
12805 release the object.
12806 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
12807 dirindex parameter to constructor. Change all callers. Declare
12808 incompatible_warning and requeue.
12809 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
12810 input_argument_ and input_group_ fields. Add them to
12811 constructor. Change all callers.
12812 (class Read_script): Add dirindex_ field. Add it to constructor.
12813 Change all callers.
12814 * archive.cc (Archive::setup): Remove input_objects parameter.
12815 Change all callers.
12816 (Archive::get_file_and_offset): Likewise.
12817 (Archive::read_all_symbols): Likewise.
12818 (Archive::read_symbols): Likewise.
12819 (Archive::get_elf_object_for_member): Remove input_objects
12820 parameter. Add punconfigured parameter. Change all callers.
12821 (Archive::add_symbols): Change return type to bool. Check return
12822 value of include_member.
12823 (Archive::include_all_members): Likewise.
12824 (Archive::include_member): Change return type to bool. Return
12825 false if first included object has incompatible target. Set
12826 included_member_ field.
12827 (Add_archive_symbols::run): If add_symbols returns false, requeue
12828 Read_symbols task.
12829 * archive.h (class Archive): Add included_member_ field.
12830 Initialize it in constructor. Add input_file and searched_for
12831 methods. Update declarations.
12832 (class Add_archive_symbols): Add dirpath_, dirindex_, and
12833 input_argument_ fields. Add them to constructor. Change all
12834 callers.
12835 * script.cc: Include "target-select.h".
12836 (class Parser_closure): Add skip_on_incompatible_target_ and
12837 found_incompatible_target_ fields. Add
12838 skip_on_incompatible_target parameter to constructor. Change all
12839 callers. Add methods skip_on_incompatible_target,
12840 clear_skip_on_incompatible_target, found_incompatible_target, and
12841 set_found_incompatible_target.
12842 (read_input_script): Add dirindex parameter. Change all callers.
12843 If parser finds an incompatible target, requeue Read_symbols
12844 task.
12845 (script_set_symbol): Clear skip_on_incompatible_target in
12846 closure.
12847 (script_add_assertion, script_parse_option): Likewise.
12848 (script_start_sections, script_add_phdr): Likewise.
12849 (script_check_output_format): New function.
12850 * script.h (read_input_script): Update declaration.
12851 * script-c.h (script_check_output_format): Declare.
12852 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
12853 (ignore_cmd): Remove OUTPUT_FORMAT.
12854 * fileread.cc (Input_file::Input_file): Add explicit this.
12855 (Input_file::will_search_for): New function.
12856 (Input_file::open): Add pindex parameter. Change all callers.
12857 * fileread.h (class Input_file): Add input_file_argument method.
12858 Declare will_search_for. Update declarations.
12859 * object.cc (make_elf_object): Add punconfigured parameter.
12860 Change all callers.
12861 * object.h (class Object): Make input_file public. Add
12862 searched_for method.
12863 (make_elf_object): Update declaration.
12864 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
12865 restart search.
12866 * dirsearch.h (class Dirsearch): Update declaration.
12867 * options.h (class General_options): Add --warn-search-mismatch.
12868 * parameters.cc (Parameters::is_compatible_target): New function.
12869 * parameters.h (class Parameters): Declare is_compatible_target.
12870 * workqueue.cc (Workqueue::add_blocker): New function.
12871 * workqueue.h (class Workqueue): Declare add_blocker.
12872
f1ed28fb
ILT
12873 * fileread.cc (Input_file::open): Remove options parameter.
12874 Change all callers.
12875 (Input_file::open_binary): Likewise.
12876 * script.cc (read_input_script): Likewise.
12877 * readsyms.h (class Read_symbols): Remove options_ field. Remove
12878 options parameter from constructor. Change all callers.
12879 (class Read_script): Likewise.
12880 * fileread.h (class Input_file): Update declarations.
12881 * script.h (read_input_script): Update declaration.
12882
34dd024a
NC
128832009-03-10 Nick Clifton <nickc@redhat.com>
12884
12885 * po/es.po: New Spanish translation.
12886
6d71b17c
CC
128872009-03-06 Cary Coutant <ccoutant@google.com>
12888
12889 * options.cc (parse_short_option): Keep dash_z from registering itself.
12890
031cdbed
ILT
128912009-03-03 Ian Lance Taylor <iant@google.com>
12892
12893 PR 9918
12894 * target-reloc.h (relocate_section): Pass output_section to
12895 relocate.
12896 * i386.cc (Target_i386::should_apply_static_reloc): Add
12897 output_section parameter. Change all callers.
12898 (Target_i386::Relocate::relocate): Add output_section parameter.
12899 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
12900 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
12901 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
12902 * testsuite/two_file_shared.sh: New script.
12903 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
12904 (check_DATA): Add two_file_shared.dbg.
12905 (two_file_shared.dbg): New target.
12906 * testsuite/Makefile.in: Rebuild.
12907
15d5fa16
ILT
129082009-03-01 Ian Lance Taylor <iant@google.com>
12909
12910 * configure.ac: Check for byteswap.h.
12911 * configure: Rebuild.
12912 * config.in: Rebuild.
12913
8a4c0b0d
ILT
129142009-03-01 Mikolaj Zalewski <mikolajz@google.com>
12915
12916 * layout.cc (Layout::find_or_add_kept_section): New function.
12917 (Layout::add_comdat): Removed.
12918 * layout.h (struct Kept_section): Move out of class Layout.
12919 Remove trailing underscores from field names. Add group_sections
12920 field. Rename group_ field to is_group. Change all uses.
12921 (class Layout): Declare find_or_add_kept_section, not add_comdat.
12922 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
12923 comdat_groups_ field.
12924 (Sized_relobj::include_section_group): Use
12925 find_or_add_kept_section and Kept_section::group_sections.
12926 (Sized_relobj::include_linkonce_section): Likewise.
12927 * object.cc (class Sized_relobj): Don't define Comdat_group or
12928 Comdat_group_table. Remove find_comdat_group and
12929 add_comdat_group. Remove comdat_groups_ field.
12930 * plugin.cc (include_comdat_group): Use
12931 Layout::find_or_add_kept_section.
12932
b4ecf66b
ILT
129332009-02-28 Ian Lance Taylor <iant@google.com>
12934
14359ca0
ILT
12935 * README: --gc-sections and map files are now supported. Document
12936 some build requirements.
12937
b4ecf66b
ILT
12938 PR 6992
12939 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
12940 relocatable link set the value of the section symbol to zero.
12941 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
12942 relocatable link don't include the section address in the local
12943 symbol value.
12944
0602e05a
ILT
129452009-02-27 Ian Lance Taylor <iant@google.com>
12946
fd9d194f
ILT
12947 PR 6811
12948 * options.h (class Search_directory): Add is_system_directory.
12949 (class General_options): Declare is_in_system_directory.
12950 * options.cc (get_relative_sysroot): Make static.
12951 (get_default_sysroot): Make static.
12952 (General_optoins::is_in_system_directory): New function.
12953 * fileread.cc (Input_file::is_in_system_directory): New function.
12954 * fileread.h (class Input_file): Declare is_in_system_directory.
12955 * object.h (class Object): Add is_in_system_directory.
12956 (class Input_objects): Remove system_library_directory_ field.
12957 * object.cc (Input_objects::add_object): Don't set
12958 system_library_directory_.
12959 (input_objects::found_in_system_library_directory): Remove.
12960 * symtab.cc (Symbol_table::write_globals): Remove input_objects
12961 parameter. Change all callers.
12962 (Symbol_table::sized_write_globals): Likewise.
12963 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
12964 Call Object::is_in_system_directory.
12965 * symtab.h (class Symbol_table): Update declarations.
12966
61edd21f
ILT
12967 PR 5990
12968 * descriptors.h (Open_descriptor): Add is_on_stack field.
12969 * descriptors.cc (Descriptors::open): If the descriptor is on the
12970 top of the stack, remove it. Initialize is_on_stack field.
12971 (Descriptors::release): Only add pod to stack if it is not on the
12972 stack already.
12973 (Descriptors::close_some_descriptor): Clear stack_next and
12974 is_on_stack fields.
12975
e29e076a
ILT
12976 PR 7091
12977 * output.cc (Output_section::find_starting_output_address): Rename
12978 from starting_output_address; add PADDR parameter; change return
12979 type.
12980 * output.h (class Output_section): Declare
12981 find_starting_output_address instead of starting_output_address.
12982 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
12983 section symbol for which we can't find a merge section.
12984
0602e05a
ILT
12985 PR 9836
12986 * symtab.cc (Symbol_table::add_from_object): If the visibility is
12987 hidden or internal, force the symbol to be local.
12988 * resolve.cc (Symbol::override_visibility): Define.
12989 (Symbol::override_base): Use override_visibility.
12990 (Symbol_table::resolve): Likewise.
12991 (Symbol::override_base_with_special): Likewise.
12992 (Symbol_table::override_with_special): If the visibility is hidden
12993 or internal, force the symbol to be local.
12994 * symtab.h (class Symbol): Add set_visibility and
12995 override_visibility.
12996 * testsuite/ver_test_1.sh: New file.
12997 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
12998 (check_DATA): Add ver_test_1.syms.
12999 (ver_test_1.syms): New target.
13000 * testsuite/Makefile.in: Rebuild.
13001
401a9a73
CC
130022009-02-25 Cary Coutant <ccoutant@google.com>
13003
13004 * layout.cc (Layout::choose_output_section): Don't rename sections
13005 when using a linker script that has a SECTIONS clause.
13006 * Makefile.in: Regenerate.
13007
13008 * testsuite/Makefile.am (script_test_5.sh): New test case.
13009 * testsuite/Makefile.in: Regenerate.
13010 * testsuite/script_test_5.cc: New file.
13011 * testsuite/script_test_5.sh: New file.
13012 * testsuite/script_test_5.t: New file.
13013
f488e4b0
CC
130142009-02-13 Rafael Avila de Espindola <espindola@google.com>
13015
13016 * archive.cc (Archive::include_member): Update calls to add_symbols.
13017 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
13018 the Layout argument.
13019 * dynobj.h (do_add_symbols): Add the Layout argument.
13020 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
13021 Layout argument.
13022 * object.h (Object::add_symbols): Add the Layout argument.
13023 (Object::do_add_symbols): Add the Layout argument.
13024 (Sized_relobj::do_add_symbols): Add the Layout argument.
13025 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
13026 Unify the two versions.
13027 (Add_plugin_symbols): Remove.
13028 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
13029 (Sized_pluginobj::do_add_symbols): Unify the two versions.
13030 (Add_plugin_symbols): Remove.
13031 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
13032 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
13033 (Add_symbols::run): Make it work with Pulginobj.
13034
89dd1680
ILT
130352009-02-06 Ian Lance Taylor <iant@google.com>
13036
13037 * object.cc (Sized_relobj::do_layout): Make info message start
13038 with lower case letter.
13039
266d0a74
ILT
130402009-02-06 Mikolaj Zalewski <mikolajz@google.com>
13041
602b464e
ILT
13042 * binary.cc: Fix file comment.
13043
266d0a74
ILT
13044 * options.h (enum Incremental_disposition): Define.
13045 (class General_options): Add new options: --incremental,
13046 --incremental_changed, --incremental_unchanged,
13047 --incremental_unknown. Add incremental_disposition_ and
13048 implicit_incremental_ fields.
13049 (General_options::incremental_disposition): New function.
13050 (class Position_dependent_options): Add incremental_disposition
13051 option.
13052 (Position_dependent_options::copy_from_options): Set incremental
13053 dispositions.
13054 * options.cc (General_options::parse_incremental_changed): New
13055 function.
2e702c99
RM
13056 (General_options::parse_incremental_unchanged): New function.
13057 (General_options::parse_incremental_unknown): New function.
13058 (General_options::General_options): Initialize new fields
266d0a74 13059 incremental_disposition_ and implicit_incremental_.
2e702c99 13060 (General_options::finalize): Check for uasge of --incremental-*
266d0a74
ILT
13061 without --incremental.
13062
f073bbf7
CD
130632009-02-06 Chris Demetriou <cgd@google.com>
13064
13065 * gold.h (gold_undefined_symbol): Change to take only a Symbol
13066 pointer and to report location as the file name associated with
13067 the symbol.
13068 (gold_undefined_symbol_at_location): New function to replace the
13069 old gold_undefined_symbol functionality.
13070 * target-reloc.h (relocate_section): Update to use
13071 gold_undefined_symbol_at_location.
13072 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13073 Call gold_undefined_symbol function rather than gold_error.
13074 * errors.h (Errors::undefined_symbol): Take location as a
13075 string, rather than calculating it from a relocation.
13076 * errors.cc (Errors::fatal): Print "fatal error:" before the
13077 formatted message.
13078 (Errors::error, Errors::error_at_location): Print "error: "
13079 before the formatted message.
13080 (Errors::undefined_symbol): Take location as a string, rather
13081 than calculating it from a relocation.
13082 (gold_undefined_symbol_at_location): New function akin to
13083 old gold_undefined_symbol, calculates location from relocation.
13084 (gold_undefined_symbol): Change to take only a Symbol pointer
13085 and to report location as the file name associated with the symbol.
13086 * testsuite/debug_msg.sh: Update for changed error messages.
13087 * testsuite/undef_symbol.sh: Likewise.
13088
8e94a90c
ILT
130892009-02-04 Duncan Sands <baldrick@free.fr>
13090
13091 PR 9812
13092 * reduced_debug_output.h
13093 (Output_reduced_debug_abbrev_section::failed): Use format for
13094 gold_warning.
13095 (Output_reduced_debug_info_section::faild): Likewise.
13096
88a0e15b
ILT
130972009-01-31 Mikolaj Zalewski <mikolajz@google.com>
13098
13099 * script.cc (Lazy_demangler): New class.
2e702c99 13100 (Version_script_info::get_symbol_version_helper): Demangle a
88a0e15b
ILT
13101 symbol only once.
13102
5efc7cd2
CC
131032009-01-29 Cary Coutant <ccoutant@google.com>
13104
13105 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
13106 to __tls_get_addr.
13107 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13108
e0ebcf42
ILT
131092009-01-28 Ian Lance Taylor <iant@google.com>
13110
5efc7cd2 13111 * version.cc (version_string): Bump to 1.9.
75fe7426 13112
e0ebcf42
ILT
13113 * gold.h: Include <cstring> and <stdint.h>.
13114 * version.cc: Include <cstdio>.
13115 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
13116 warning.
13117 * reduced_debug_output.cc (insert_into_vector): Rename from
13118 Insert_into_vector; change all callers. Use Swap_unaligned to
13119 avoid aliasing issue; remove union since it is unnecessary.
13120
8e2813be 131212009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
13122
13123 * Makefile.am (CCFILES): Add gc.cc.
13124 (HFILES): Add gc.h.
13125 * Makefile.in: Regenerate.
13126 * gold.cc (Gc_runner): New class.
13127 (queue_initial_tasks): Call garbage collection related tasks
13128 when corresponding options are invoked.
13129 (queue_middle_gc_tasks): New function.
13130 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
13131 processed early before laying out sections during garbage collection.
13132 * gold.h (queue_middle_gc_tasks): New function.
13133 (is_prefix_of): Move from "layout.cc".
13134 * i386.cc (Target_i386::gc_process_relocs): New function.
13135 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
13136 * main.cc (main): Create object of class "Garbage_collection".
13137 * object.cc (Relobj::copy_symbols_data): New function.
13138 (Relobj::is_section_name_included): New function.
e1df38aa
NC
13139 (Sized_relobj::do_layout): Allow this function to be called twice
13140 during garbage collection and defer layout of section during the
6d03d481
ST
13141 first call.
13142 * object.h (Relobj::get_symbols_data): New function.
13143 (Relobj::is_section_name_included): New function.
13144 (Relobj::copy_symbols_data): New function.
13145 (Relobj::set_symbols_data): New function.
13146 (Relobj::get_relocs_data): New function.
13147 (Relobj::set_relocs_data): New function.
13148 (Relobj::is_output_section_offset_invalid): New pure virtual function.
13149 (Relobj::gc_process_relocs): New function.
13150 (Relobj::do_gc_process_relocs): New pure virtual function.
13151 (Relobj::sd_): New data member.
13152 (Sized_relobj::is_output_section_offset_invalid): New function.
13153 (Sized_relobj::do_gc_process_relocs): New function.
13154 * options.h (General_options::gc_sections): Modify to not be a no-op.
13155 (General_options::print_gc_sections): New option.
13156 * plugin.cc (Plugin_finish::run): Remove function call to
13157 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
13158 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
13159 * reloc.cc (Read_relocs::run): Add task to process relocs and
13160 determine unreferenced sections when doing garbage collection.
13161 (Gc_process_relocs): New class.
13162 (Sized_relobj::do_gc_process_relocs): New function.
13163 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
13164 sections that are garbage collected.
13165 * reloc.h (Gc_process_relocs): New class.
13166 * sparc.cc (Target_sparc::gc_process_relocs): New function.
13167 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
13168 symbols whose corresponding sections are garbage collected.
13169 (Symbol_table::Symbol_table): Add new parameter for the garbage
13170 collection object.
13171 (Symbol_table::gc_mark_undef_symbols): New function.
13172 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13173 (Symbol_table::gc_mark_dyn_syms): New function.
13174 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
13175 as garbage.
13176 (Symbol_table::add_from_object): Likewise.
13177 (Symbol_table::add_from_relobj): When building shared objects, do not
13178 treat externally visible symbols as garbage.
13179 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
13180 table information for static and relocatable links.
13181 * symtab.h (Symbol_table::set_gc): New function.
13182 (Symbol_table::gc): New function.
13183 (Symbol_table::gc_mark_undef_symbols): New function.
13184 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13185 (Symbol_table::gc_mark_dyn_syms): New function.
13186 (Symbol_table::gc_): New data member.
e1df38aa 13187 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
13188 function.
13189 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
13190 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
13191
3b293544
CF
131922009-01-20 Chris Faylor <me.sourceware@sourceware.org>
13193
13194 * options.h (General_options::gc_sections): Define as a no-op for now.
13195 (General_options::no_keep_memory): Ditto.
13196 (General_options::Bshareable): Define.
13197 * options.cc (General_options::finalize): Honor -Bshareable.
13198
83d22aa8
AS
131992009-01-20 Andreas Schwab <schwab@suse.de>
13200
13201 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
13202 read the value in the contents, since we don't use it. Use the
13203 template endianness when writing.
13204 (Relocate::relocate): Use it for R_PPC_REL16_HA.
13205
cd536b21
AS
132062009-01-19 Andreas Schwab <schwab@suse.de>
13207
13208 * configure.tgt (powerpc64-*): Fix targ_obj.
13209
99e9a495
ILT
132102009-01-15 Ian Lance Taylor <iant@google.com>
13211
13212 * object.cc (Sized_relobj::write_local_symbols): Don't write out
13213 local symbols when stripping all symbols.
13214
bbbfea06
CC
132152009-01-14 Cary Coutant <ccoutant@google.com>
13216
99e9a495 13217 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 13218
0f7c0701
CC
132192009-01-14 Cary Coutant <ccoutant@google.com>
13220
13221 * archive.cc (Archive::get_elf_object_for_member): Remove call
13222 to File_read::claim_for_plugin.
13223 * descriptors.cc (Descriptors::open): Remove reference to
13224 is_claimed.
13225 (Descriptors::claim_for_plugin): Remove.
13226 * descriptors.h (Descriptors::claim_for_plugin): Remove.
13227 (Descriptors::is_claimed): Remove.
13228 (claim_descriptor_for_plugin): Remove.
13229 * fileread.cc (File_read::claim_for_plugin): Remove.
13230 * fileread.h (File_read::claim_for_plugin): Remove.
13231 (File_read::descriptor): Reopen descriptor if necessary.
13232 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
13233 (Plugin_manager::all_symbols_read): Add task parameter. Change
13234 all callers.
13235 (Plugin_manager::get_input_file): New function.
13236 (Plugin_manager::release_input_file): New function.
13237 (Pluginobj::Pluginobj): Add filesize parameter and initialize
13238 corresponding data member.
13239 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
13240 and pass to base constructor. Change all callers.
13241 (get_input_file, release_input_file): New functions.
13242 (make_sized_plugin_object): Add filesize parameter. Change all callers.
13243 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
13244 (Plugin_manager::all_symbols_read): Add task parameter.
13245 (Plugin_manager::get_input_file): New function.
13246 (Plugin_manager::release_input_file): New function.
13247 (Plugin_manager::task_): New data member.
13248 (Pluginobj::Pluginobj): Add filesize parameter.
13249 (Pluginobj::filename): New function.
13250 (Pluginobj::descriptor): New function.
13251 (Pluginobj::filesize): New function.
13252 (Pluginobj::filesize_): New data member.
13253 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
13254 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
13255 File_read::claim_for_plugin; use Object::unlock to unlock the file.
13256
13257 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
13258 with archive libraries.
13259 * testsuite/Makefile.in: Regenerate.
13260 * testsuite/plugin_test.c (struct sym_info): New type.
13261 (get_input_file, release_input_file): New static variables.
13262 (onload): Capture new transfer vector entries.
13263 (claim_file_hook): Stop reading at end of file according to filesize.
13264 Factor out parsing of readelf output into separate function.
13265 (all_symbols_read_hook): Exercise get_input_file and release_input_file
13266 APIs and get the source file name from the symbol table. Convert
13267 source file name to corresponding object file name. Print info
13268 message when adding new input files.
13269 (parse_readelf_line): New function.
13270 * testsuite/plugin_test_1.sh: Add checks for new info messages.
13271 * testsuite/plugin_test_2.sh: Likewise.
13272 * testsuite/plugin_test_3.sh: Likewise.
13273 * testsuite/plugin_test_4.sh: New test case.
13274
62a6d109
ILT
132752009-01-07 Ian Lance Taylor <iant@google.com>
13276
13277 * version.cc (version_string): Bump to 1.8.
13278
483620e8
CC
132792008-12-23 Cary Coutant <ccoutant@google.com>
13280
13281 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
13282 * plugin.cc (Plugin_manager::finish): Rename as
13283 layout_deferred_objects. Move cleanup to separate function.
13284 (Plugin_manager::cleanup): New function.
13285 (Plugin_finish::run): Call layout_deferred_objects and cleanup
13286 separately.
13287 * plugin.h (Plugin_manager::finish): Rename as
13288 layout_deferred_objects.
13289 (Plugin_manager::cleanup): New function.
13290 (Plugin_manager::cleanup_done): New field.
13291
d66a9eb3
CC
132922008-12-23 Cary Coutant <ccoutant@google.com>
13293
13294 * plugin.cc (is_visible_from_outside): New function.
13295 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
13296 so we don't return "IR only" status for exported symbols or -r links.
13297
13298 * testsuite/Makefile.am (plugin_test_3): New test case.
13299 * testsuite/Makefile.in: Regenerate.
13300 * testsuite/plugin_test_3.sh: New file.
13301
5995b570
CC
133022008-12-22 Cary Coutant <ccoutant@google.com>
13303
13304 * object.cc (Sized_relobj::layout_section): New function.
13305 (Sized_relobj::do_layout): Defer layout of input sections until after
13306 plugin has provided replacement files.
13307 (Sized_relobj::do_layout_deferred_sections): New function.
13308 * object.h (Relobj::set_section_offset): Remove virtual keyword.
13309 (Relobj::layout_deferred_sections): New function.
13310 (Relobj::do_layout_deferred_sections): New function.
13311 (Sized_relobj::do_layout_deferred_sections): New function.
13312 (Sized_relobj::layout_section): New function.
13313 (Sized_relobj::Deferred_layout): New structure.
13314 (Sized_relobj::deferred_layout_): New field.
13315 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
13316 Change all callers. Layout deferred sections.
13317 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
13318 references.
13319 (Plugin_hook::run): Move code from do_plugin_hook inline.
13320 (Plugin_hook::do_plugin_hook): Remove.
13321 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
13322 (Plugin_manager::finish): Renamed, was cleanup.
13323 (Plugin_manager::should_defer_layout): New function.
13324 (Plugin_manager::add_deferred_layout_object): New function.
13325 (Plugin_manager::Deferred_layout_list): New type.
13326 (Plugin_manager::deferred_layout_objects_): New field.
13327 (Plugin_hook::do_plugin_hook): Remove.
13328
ee769c88
ILT
133292008-12-17 Ian Lance Taylor <iant@google.com>
13330
13331 * options.h (class General_options): Add --no case for
13332 --export-dynamic.
13333
abc8dcba
CC
133342008-12-16 Cary Coutant <ccoutant@google.com>
13335
13336 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
13337 vector.
13338 (Plugin_manager::claim_file): Create plugin object even if
13339 plugin did not call the add_symbols callback.
13340 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
13341 asking for more symbols than were added.
13342 * testsuite/Makefile.am (plugin_test_1): Add test case with
13343 no global symbols.
13344 (empty.syms): New target.
13345 * testsuite/Makefile.in: Regenerate.
13346 * testsuite/plugin_test.c (claim_file_hook): Add new debug
13347 message. Don't call add_symbols if no globals.
13348 (all_symbols_read_hook): Don't provide replacement for empty
13349 claimed file.
13350
b0074644
ILT
133512008-12-12 Ian Lance Taylor <iant@google.com>
13352
68943102
ILT
13353 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
13354 r_type == 0 for a local symbol with r_sym == 0.
13355 (scan_relocatable_relocs): Pass r_sym to
13356 local_non_section_strategy.
13357 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
13358 r_sym parameter.
13359
b0074644
ILT
13360 * configure.ac: Update test for TLS descriptors: they are
13361 supported as of glibc 2.9.
13362 * configure: Rebuild.
13363
c2508178
ILT
133642008-12-11 Ian Lance Taylor <iant@google.com>
13365
13366 PR 7091
13367 * target-reloc.h (Default_scan_relocatable_relocs): For each
13368 function, map r_type == 0 to RELOC_DISCARD.
13369
2756a258
CC
133702008-12-10 Cary Coutant <ccoutant@google.com>
13371
13372 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
13373 object to override a kept COMDAT group from a plugin object.
13374
bb6f53d3
ILT
133752008-12-09 Ian Lance Taylor <iant@google.com>
13376
fbc558e1
ILT
13377 PR 7088
13378 * yyscript.y (file_cmd): Handle INPUT.
13379
bb6f53d3
ILT
13380 * testsuite/initpri1.c: Change all declarations to be full
13381 prototypes by adding void, to avoid compiler warnings.
13382
4674ecfc
CC
133832008-12-05 Rafael Avila de Espindola <espindola@google.com>
13384
13385 * options.cc (General_options::parse_plugin_opt): New.
13386 (General_options::add_plugin): The argument now is just the filename.
13387 (General_options::add_plugin_option): New.
13388 * options.h (plugin_opt): New.
13389 (add_plugin): Change argument name.
13390 (add_plugin_option): New.
13391 * plugin.cc (Plugin::load): Don't parse the plugin option.
13392 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
13393 (Plugin::add_option): New.
13394 (Plugin::args_): Change type.
13395 (Plugin::filename_): New.
13396 (Plugin_manager::add_plugin_option): New.
13397 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
13398 * testsuite/Makefile.in: Regenerate.
13399
fd06b4aa
CC
134002008-12-05 Cary Coutant <ccoutant@google.com>
13401
13402 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
13403 Handle --strip-lto-sections option.
13404 * options.h (strip_lto_sections): New option.
13405
6c52134c
CC
134062008-12-01 Cary Coutant <ccoutant@google.com>
13407
13408 * plugin.cc (ld_plugin_message): Change format parameter to const.
13409 Fix mismatch between new[] and delete.
13410
a45248e0
CC
134112008-11-14 Cary Coutant <ccoutant@google.com>
13412
13413 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
13414 instead of -1U.
13415
c82fbeee
CS
134162008-11-05 Craig Silverstein <csilvers@google.com>
13417
13418 * options.cc (General_options::parse_dynamic_list): New function.
13419 * options.h (General_options): New flags dynamic_list,
13420 dynamic_list_data, dynamic_list_cpp_new, and
13421 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
13422 (General_options::in_dynamic_list): New function.
13423 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
13424 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
13425 (Lex::can_continue_name): Likewise.
13426 (yylex): Likewise.
13427 (read_script_file): New parameter script_options.
13428 (read_dynamic_list): New function.
13429 (Script_options::define_dynamic_list): New function.
13430 (dynamic_list_keyword_parsecodes): New variable.
13431 (dynamic_list_keywords): New variable.
13432 * script.h (Script_options::define_dynamic_list): New function
13433 prototype.
13434 (read_dynamic_list): New function prototype.
13435 * symtab.cc (strprefix): New macro.
13436 (Symbol::should_add_dynsym_entry): Support dynamic_list,
13437 dynamic_list_data, dynamic_list_cpp_new, and
13438 dynamic_list_cpp_typeinfo.
13439 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
13440 (dynamic_list_expr): New rule.
13441 (dynamic_list_nodes): Likewise.
13442 (dynamic_list_node): Likewise.
13443 * testsuite/Makefile.am (dynamic_list): New test.
13444 * testsuite/Makefile.in: Regenerated.
13445 * testsuite/dynamic_list.t: New file.
13446 * testsuite/dynamic_list.sh: New file.
13447
e0bb29a5
CS
134482008-11-05 Craig Silverstein <csilvers@google.com>
13449
13450 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
13451 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
13452 (t11_last): Likewise.
13453 * testsuite/ver_test_6.c (main): Likewise.
13454
4e1e25e0
CC
134552008-10-07 Cary Coutant <ccoutant@google.com>
13456
13457 * options.c (General_options::finalize): Add check for -static and
13458 -shared.
13459 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
13460 is not empty.
13461
92f03fcb
CC
134622008-10-02 Cary Coutant <ccoutant@google.com>
13463
13464 * plugin.cc (make_sized_plugin_object): Fix conditional
13465 compilation to work when not all targets are enabled.
13466
fbd8a257
CC
134672008-09-29 Cary Coutant <ccoutant@google.com>
13468
13469 * archive.cc (Archive::get_file_and_offset): Use filename instead
13470 of name to get library path.
13471 (Archive::include_member): Unlock external member of a thin archive.
13472
13473 * testsuite/Makefile.am (TEST_AR): New variable.
13474 (thin_archive_test_1): New test.
13475 (thin_archive_test_2): New test.
81636b3f
CC
13476 * testsuite/Makefile.in: Regenerate.
13477 * testsuite/thin_archive_main.cc: New file.
13478 * testsuite/thin_archive_test_1.cc: New file.
13479 * testsuite/thin_archive_test_2.cc: New file.
13480 * testsuite/thin_archive_test_3.cc: New file.
13481 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 13482
eff45813
CC
134832008-09-29 Cary Coutant <ccoutant@google.com>
13484
13485 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
13486 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
13487 instead of -1U.
13488 (Sized_relobj::do_finalize_local_symbols): Likewise.
13489 (Sized_relobj::map_to_kept_section): Likewise.
13490 * object.h (Sized_relobj::invalid_address): New constant.
13491 (Sized_relobj::do_output_section_offset): Check for invalid_address
13492 and return -1ULL.
13493 * output.cc (Output_reloc::local_section_offset): Use constant
13494 invalid_address instead of -1U.
13495 (Output_reloc::get_address): Likewise.
13496 (Output_section::output_address): Change -1U to -1ULL.
13497 * output.h (Output_reloc::invalid_address): New constant.
13498 * reloc.cc (Sized_relobj::write_sections): Use constant
13499 invalid_address instead of -1U.
13500 (Sized_relobj::relocate_sections): Likewise.
13501 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
13502 values for merge sections.
13503 * target-reloc.h (relocate_for_relocatable): Use constant
13504 invalid_address instead of -1U.
13505
89fc3421
CC
135062008-09-19 Cary Coutant <ccoutant@google.com>
13507
13508 Add plugin functionality for link-time optimization (LTO).
13509 * configure.ac (plugins): Add --enable-plugins option.
13510 * configure: Regenerate.
13511 * config.in: Regenerate.
13512 * Makefile.am (LIBDL): New variable.
13513 (CCFILES): Add plugin.cc.
13514 (HFILES): Add plugin.h.
13515 (ldadd_var): Add LIBDL.
13516 * Makefile.in: Regenerate.
13517
13518 * archive.cc: Include "plugin.h".
13519 (Archive::setup): Don't preread archive symbols when using a plugin.
13520 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
13521 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
13522 files.
13523 (Archive::include_member): Add symbols from plugin objects.
13524 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
13525 * descriptors.cc (Descriptors::open): Check for file descriptors
13526 abandoned by plugins.
13527 (Descriptors::claim_for_plugin): New function.
13528 * descriptors.h (Descriptors::claim_for_plugin): New function.
13529 (Open_descriptor::is_claimed): New field.
13530 (claim_descriptor_for_plugin): New function.
13531 * fileread.cc (File_read::claim_for_plugin): New function.
13532 * fileread.h (File_read::claim_for_plugin): New function.
13533 (File_read::descriptor): New function.
13534 * gold.cc: Include "plugin.h".
13535 (queue_initial_tasks): Add task to call plugin hooks for generating
13536 new object files.
13537 * main.cc: Include "plugin.h".
13538 (main): Load plugin libraries.
13539 * object.h (Pluginobj): Declare.
13540 (Object::pluginobj): New function.
13541 (Object::do_pluginobj): New function.
13542 (Object::set_target): New function.
13543 * options.cc: Include "plugin.h".
13544 (General_options::parse_plugin): New function.
13545 (General_options::General_options): Initialize plugins_ field.
13546 (General_options::add_plugin): New function.
13547 * options.h (Plugin_manager): Declare.
13548 (General_options): Add --plugin option.
13549 (General_options::has_plugins): New function.
13550 (General_options::plugins): New function.
13551 (General_options::add_plugin): New function.
13552 (General_options::plugins_): New field.
13553 * plugin.cc: New file.
13554 * plugin.h: New file.
13555 * readsyms.cc: Include "plugin.h".
13556 (Read_symbols::do_read_symbols): Check for archive before checking
13557 for ELF file. Call plugin hooks to claim files.
13558 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
13559 from a real object file; force override when processing replacement
13560 files.
13561 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
13562 (Symbol::init_base_object): Likewise.
13563 (Symbol::init_base_output_data): Likewise.
13564 (Symbol::init_base_output_segment): Likewise.
13565 (Symbol::init_base_constant): Likewise.
13566 (Symbol::init_base_undefined): Likewise.
13567 (Symbol::output_section): Assert that object is not a plugin.
13568 (Symbol_table::add_from_pluginobj): New function.
13569 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
13570 undefined.
13571 (Symbol_table::sized_write_globals): Likewise.
13572 (Symbol_table::add_from_pluginobj): Instantiate template.
13573 * symtab.h (Sized_pluginobj): Declare.
13574 (Symbol::in_real_elf): New function.
13575 (Symbol::set_in_real_elf): New function.
13576 (Symbol::in_real_elf_): New field.
13577 (Symbol_table::add_from_pluginobj): New function.
13578
13579 * testsuite/Makefile.am (AM_CFLAGS): New variable.
13580 (LIBDL): New variable.
13581 (LDADD): Add LIBDL.
13582 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
13583 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
13584 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
13585 (MOSTLYCLEANFILES): Likewise.
13586 * testsuite/Makefile.in: Regenerate.
13587 * testsuite/plugin_test.c: New file.
13588 * testsuite/plugin_test_1.sh: New file.
13589 * testsuite/plugin_test_2.sh: New file.
13590
de31bda5
ILT
135912008-09-16 Ian Lance Taylor <iant@google.com>
13592
9c2d0ef9
ILT
13593 * target-reloc.h (relocate_section): Check whether a symbol is
13594 defined by the ABI before reporting an undefined symbol error.
13595 * target.h (Target::is_defined_by_abi): Make parameter const.
13596 (Target::do_is_defined_by_abi): Likewise.
13597 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
13598 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
13599 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
13600 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
13601 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
13602 * testsuite/Makefile.in: Rebuild.
13603
de31bda5
ILT
13604 * fileread.cc (make_view): Add casts to avoid warning.
13605
9fa33bee
AO
136062008-09-16 Alexandre Oliva <aoliva@redhat.com>
13607
13608 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
13609 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13610
183fd0e3
AO
136112008-09-16 Alexandre Oliva <aoliva@redhat.com>
13612
13613 * options.h (General_options::output_is_executable): New.
13614 (General_options::output_is_pie): New.
13615 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
13616 for shared libraries.
13617 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13618
7be8330a
CD
136192008-09-11 Chris Demetriou <cgd@google.com>
13620
13621 * options.h (origin): New -z option.
13622 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
13623 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
13624 in DT_FLAGS_1.
13625
a9caad02
CC
136262008-09-05 Cary Coutant <ccoutant@google.com>
13627
13628 * fileread.cc (File_read::make_view): Add check for attempt to map
13629 beyond end of file.
13630
ae6dce4d
CC
136312008-09-05 Cary Coutant <ccoutant@google.com>
13632
13633 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
13634 explicit instantiations.
13635
d7ab2a47
KVH
136362008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
13637
13638 PR gold/6858
13639 * options.cc (General_options::finalize): Allow undefined symbols
13640 in shlibs if linking -shared.
13641
13642 PR gold/6859
13643 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
13644 symbols as not needing a dynsym entry.
13645
1e52a9c1
CS
136462008-08-20 Craig Silverstein <csilvers@google.com>
13647
13648 * fileread.cc (File_read::open): Do not lock the file unless it
13649 was successfully opened.
13650
d85c80a3
CC
136512008-08-14 Cary Coutant <ccoutant@google.com>
13652
13653 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
13654 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
13655 * testsuite/tls_test.cc (struct int128): 128-bit struct
13656 for testing TLS relocs with non-zero addend.
13657 (v12): New TLS variable.
13658 (t12): New test.
13659 (t_last): Add check for v12.
13660 * testsuite/tls_test.h (t12): New function.
13661 * testsuite/tls_test_main.cc (thread_routine): Call new test.
13662
2d924fd9
ILT
136632008-08-13 Ian Lance Taylor <iant@google.com>
13664
13665 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
13666 set tls_segment_ or relro_segment_.
13667 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
13668 when appropriate.
13669 * output.h (Output_section::clear_is_relro): New function.
13670 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
13671 sections specially even when output_data_ is empty.
13672 (Output_segment::maximum_alignment): When first section is relro,
13673 only force alignment for PT_LOAD segments.
13674 * script.cc (script_data_segment_align): New function.
13675 (script_data_segment_relro_end): New function.
13676 * script-c.h (script_data_segment_align): Declare.
13677 (script_data_segment_relro_end): Declare.
13678 * script-sections.h (class Script_sections): Declare
13679 data_segment_align and data_segment_relro_end. Add fields
13680 segment_align_index_ and saw_relro_end_.
13681 * script-sections.cc (class Sections_element): Add set_is_relro
13682 virtual function. Add new bool* parameter to place_orphan_here.
13683 Add get_output_section virtual function.
13684 (class Output_section_definition): Add set_is_relro. Add new
13685 bool* parameter to place_orphan_here. Add get_output_section.
13686 Add is_relro_ field.
13687 (Output_section_definition::Output_section_definition): Initialize
13688 evaluated_address_, evaluated_load_address, evaluated_addralign_,
13689 and is_relro_ fields.
13690 (Output_section_definition::place_orphan_here): Add is_relro
13691 parameter.
13692 (Output_section_definition::set_section_addresses): Set relro for
13693 output section.
13694 (Output_section_definition::alternate_constraint): Likewise.
13695 (class Orphan_output_section): Add new bool* parameter to
13696 place_orphan_here. Add get_output_section.
13697 (Orphan_output_section::place_orphan_here): Add is_relro
13698 parameter.
13699 (Script_sections::Script_sections): Initialize
13700 data_segment_align_index_ and saw_relro_end_.
13701 (Script_sections::data_segment_align): New function.
13702 (Script_sections::data_segment_relro_end): New function.
13703 (Script_sections::place_orphan): Set or clear is_relro.
13704 (Script_sections::set_section_addresses): Force alignment of first
13705 TLS section.
13706 * yyscript.y (exp): Call script_data_segment_align and
13707 script_data_segment_relro_end.
13708 * testsuite/relro_script_test.t: New file.
13709 * testsuite/relro_test.cc (using_script): Declare.
13710 (t1, t2): Test using_script.
13711 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
13712 (relro_script_test_SOURCES): Define.
13713 (relro_script_test_DEPENDENCIES): Define.
13714 (relro_script_test_LDFLAGS): Define.
13715 (relro_script_test_LDADD): Define.
13716 (relro_script_test.so): New target.
13717 * testsuite/Makefile.in: Rebuild.
13718
f827c9a9
CC
137192008-08-06 Cary Coutant <ccoutant@google.com>
13720
13721 * archive.cc (Archive::total_archives, Archive::total_members)
13722 (Archive::total_members_loaded): New variables.
13723 (Archive::setup): Add parameter. Add option to preread
13724 archive symbols.
13725 (Archive::read_armap): Add counter.
13726 (Archive::get_file_and_offset): New function.
13727 (Archive::get_elf_object_for_member): New function.
13728 (Archive::read_all_symbols): New function.
13729 (Archive::read_symbols): New function.
13730 (Archive::add_symbols): Add counters.
13731 (Archive::include_all_members): Use armap to find members if it's
13732 already built.
13733 (Archive::include_member): Skip reading symbols if already read.
13734 Factored code into Archive::get_file_and_offset and
13735 Archive::get_elf_object_for_member. Changed call to
13736 Mapfile::report_include_archive_member.
13737 (Archive::print_stats): New function.
13738 * archive.h: Declare Object and Read_symbols_data classes.
13739 (Archive::Archive): Add initializers for new members.
13740 (Archive::setup): Add parameter.
13741 (Archive::print_stats): New function.
13742 (Archive::total_archives, Archive::total_members)
13743 (Archive::total_members_loaded): New variables.
13744 (Archive::get_file_and_offset): New function.
13745 (Archive::get_elf_object_for_member): New function.
13746 (Archive::read_all_symbols): New function.
13747 (Archive::read_symbols): New function.
13748 (Archive::Archive_member): New class.
13749 (Archive::members_): New member.
13750 (Archive::num_members_): New member.
13751 * main.cc: Include archive.h.
13752 (main): Call Archive::print_stats.
13753 * mapfile.cc (Mapfile::report_include_archive_member): Delete
13754 archive parameter; member_name is now the fully-decorated name.
13755 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
13756 * options.h: (General_options): Add --preread-archive-symbols option.
13757 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
13758 Archive::setup.
13759
de4c45bd
ILT
137602008-08-04 Ian Lance Taylor <iant@google.com>
13761
13762 * symtab.h (Symbol::use_plt_offset): New function.
13763 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
13764 * powerpc.cc (Relocate::relocate): Likewise.
13765 * sparc.cc (Relocate::relocate): Likewise.
13766 * x86_64.cc (Relocate::relocate): Likewise.
13767 * testsuite/weak_plt.sh: New test.
13768 * testsuite/weak_plt_main.cc: New test.
13769 * testsuite/weak_plt_shared.cc: New test.
13770 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
13771 (check_PROGRAMS): Add weak_plt.
13772 (check_DATA): Add weak_plt_shared.so.
13773 (weak_plt_main_pic.o, weak_plt): New targets.
13774 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
13775 * testsuite/Makefile.in: Rebuild.
13776
13777 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
13778 gcctestdir/ld.
13779 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
13780 * testsuite/Makefile.in: Rebuild.
13781
323ee3f4
AM
137822008-08-04 Alan Modra <amodra@bigpond.net.au>
13783
13784 * Makefile.am (POTFILES.in): Set LC_ALL=C.
13785 * Makefile.in: Regenerate.
13786 * po/POTFILES.in: Regenerate.
13787
7c07ecec
ILT
137882008-07-29 Ian Lance Taylor <iant@google.com>
13789
13790 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
13791 symbols before other symbols.
13792 * testsuite/script_test_2.cc (test_addr): Declare.
13793 (test_addr_alias): Declare.
13794 (main): Check that test_addr and test_addr_alias have the right
cd536b21 13795 values.
7c07ecec
ILT
13796 * testsuite/script_test_2.t: Define test_addr_alias and
13797 test_addr.
13798
5778530e
ILT
137992008-07-24 Ian Lance Taylor <iant@google.com>
13800
2a00e4fb
ILT
13801 PR 5990
13802 * descriptors.cc: New file.
13803 * descriptors.h: New file.
13804 * gold-threads.h (class Hold_optional_lock): New class.
13805 * fileread.cc: Include "descriptors.h".
13806 (File_read::~File_read): Release descriptor rather than closing
13807 it.
13808 (File_read::open) [file]: Call open_descriptor rather than open.
13809 Set is_descriptor_opened_.
13810 (File_read::open) [memory]: Assert that descriptor is not open.
13811 (File_read::reopen_descriptor): New function.
13812 (File_read::release): Release descriptor.
13813 (File_read::do_read): Make non-const. Reopen descriptor.
13814 (File_read::read): Make non-const.
13815 (File_read::make_view): Reopen descriptor.
13816 (File_read::do_readv): Likewise.
13817 * fileread.h (class File_read): Add is_descriptor_opened_ field.
13818 Update declarations.
13819 * layout.cc: Include "descriptors.h".
13820 (Layout::create_build_id): Use open_descriptor rather than open.
13821 * output.cc: Include "descriptors.h".
13822 (Output_file::open): Use open_descriptor rather than open.
13823 * archive.cc (Archive::const_iterator): Change Archive to be
13824 non-const.
13825 (Archive::begin, Archive::end): Make non-const.
13826 (Archive::count_members): Likewise.
13827 * archive.h (class Archive): Update declarations.
13828 * object.h (Object::read): Make non-const.
13829 * Makefile.am (CCFILES): Add descriptors.cc.
13830 (HFILES): Add descriptors.h.
13831 * Makefile.in: Rebuild.
13832
801647d1
ILT
13833 PR 6716
13834 * gold.h: Always include <clocale>. Add Solaris workarounds
13835 following code in binutils/sysdep.h.
13836
5edd166e
ILT
13837 PR 6048
13838 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
13839 this->eh_frame_hdr_ is NULL before using it.
13840
c89ad728
ILT
13841 * dynobj.cc (Versions::Versions): Update comment.
13842
aa86f06b
ILT
13843 * dynobj.cc (Versions::Versions): If there is an soname, use it as
13844 the base version name.
13845
5778530e
ILT
13846 * stringpool.cc (Stringpool_template::add_with_length): Set key to
13847 array size plus one.
13848 (Stringpool_template::set_string_offsets): Subtract one from key
13849 before using it as an array index.
13850 (Stringpool_template::get_offset_with_length): Likewise.
13851 (Stringpool_template::write_to_buffer): Likewise.
13852 * stringpool.h (Stringpool_template::get_offset_from_key):
13853 Likewise.
13854
057ead22
ILT
138552008-07-23 Ian Lance Taylor <iant@google.com>
13856
7f649c59
ILT
13857 PR 6658
13858 * object.h (Merged_symbol_value::value): Do our best to handle a
13859 negative addend.
13860
057ead22
ILT
13861 PR 6647
13862 * script.cc (Version_script_info::get_versions): Don't add empty
13863 version tag to return value.
13864 (Version_script_info::get_symbol_version_helper): Change return
13865 type to bool. Add pversion parameter. Change all callers.
13866 (script_register_vers_node): Don't require a non-NULL tag.
13867 * script.h (class Version_script_info): Update declarations.
13868 (Version_script_info::get_symbol_version): Change return type to
13869 bool. Add version parameter. Change all callers.
13870 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
13871 handling. Handle an empty version from a version script.
13872 (Symbol_table::define_special_symbol): Likewise.
13873 * testsuite/ver_test_10.script: New file.
13874 * testsuite/ver_test_10.sh: New file.
13875 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
13876 (check_DATA): Add ver_test_10.syms.
13877 (ver_test_10.syms, ver_test_10.so): New target.
13878 * testsuite/Makefile.in: Rebuild.
13879
58e54ac2
CD
138802008-07-23 Simon Baldwin <simonb@google.com>
13881
13882 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
13883 to zero for undefined symbols from dynamic libraries.
13884
95d14cd3
ILT
138852008-07-23 Ian Lance Taylor <iant@google.com>
13886
13887 * symtab.cc (Symbol_table::resolve): Remove version parameter.
13888 Change all callers.
13889 * symtab.h (class Symbol_table): Update declaration.
13890 * testsuite/ver_test_9.cc: New file.
13891 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
13892 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
13893 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
13894 (ver_test_9.so, ver_test_9.o): New targets.
13895 * testsuite/Makefile.in: Rebuild.
13896
92de84a6
ILT
138972008-07-22 Ian Lance Taylor <iant@google.com>
13898
34810851
ILT
13899 * options.h (class General_options): Define --check-sections.
13900 * layout.cc (Layout::set_segment_offsets): Handle
13901 --check-sections.
13902
af6156ef
ILT
13903 * options.h (class General_options): Define -n/--nmagic and
13904 -N/--omagic.
13905 * options.cc (General_options::finalize): For -n/--nmagic or
13906 -N/--omagic, set -static.
13907 * layout.cc (Layout::attach_allocated_section_to_segment): If
13908 -N/--omagic, don't put read-only and read-write sections in
13909 different segments.
13910 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
13911 finding a read-only segment.
13912 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
13913 don't set the minimum segment alignment to the common page size,
13914 and don't set the file offset to the address modulo the page size.
13915 * script-sections.cc (Script_sections::create_segments): If
13916 -n/--omagic, don't put read-only and read-write sections in
13917 different segments.
13918
92de84a6
ILT
13919 * cref.cc: New file.
13920 * cref.h: New file.
13921 * options.h (class General_options): Add --print-symbol-counts.
13922 * main.cc (main): Issue defined symbol report if requested.
13923 * archive.cc (Archive::interpret_header): Make into a const member
13924 function.
13925 (Archive::add_symbols): Call Input_objects::archive_start and
13926 archive_stop.
13927 (Archive::const_iterator): Define new class.
13928 (Archive::begin, Archive::end): New functions.
13929 (Archive::include_all_members): Rewrite to use iterator.
13930 (Archive::count_members): New function.
13931 * archive.h (class Archive): Update declarations.
13932 (Archive::filename): New function.
13933 * object.cc: Include "cref.h".
13934 (Sized_relobj::Sized_relobj): Initialize defined_count_.
13935 (Sized_relobj::do_get_global_symbol_counts): New function.
13936 (Input_objects::add_object): Add object to cross-referencer.
13937 (Input_objects::archive_start): New function.
13938 (Input_objects::archive_stop): New function.
13939 (Input_objects::print_symbol_counts): New function.
13940 * object.h: Declare Cref and Archive.
13941 (Object::get_global_symbol_counts): New function.
13942 (Object::do_get_global_symbol_counts): New pure virtual function.
13943 (class Sized_relobj): Add defined_count_ field. Update
13944 declarations.
13945 (class Input_objects): Add cref_ field. Update constructor.
13946 Update declarations.
13947 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
13948 defined_count_.
13949 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
13950 symbol counts.
13951 (Sized_dynobj::do_get_global_symbol_counts): New function.
13952 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
13953 defined_count_. Update declarations. Define Symbols typedef.
13954 * symtab.cc (Symbol_table::add_from_relobj): Add defined
13955 parameter. Change all callers.
13956 (Symbol_table::add_from_dynobj): Add sympointers and defined
13957 parameters. Change all callers.
13958 * symtab.h (class Symbol_table): Update declarations.
13959 * Makefile.am (CCFILES): Add cref.cc.
13960 (HFILES): Add cref.h.
13961 * Makefile.in: Rebuild.
13962
3f7c5e1d
CD
139632008-07-22 Simon Baldwin <simonb@google.com>
13964
13965 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
13966 to zero when writing undefined symbols.
13967
e0b64032
ILT
139682008-07-22 Ian Lance Taylor <iant@google.com>
13969
13970 * output.cc (Output_section::add_input_section): Don't try to
13971 merge empty merge sections.
13972
096b02cf
CS
139732008-07-21 Craig Silverstein <csilvers@google.com>
13974
13975 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13976 Include symbol version in error message.
cd536b21 13977
1d1f116d
CD
139782008-07-20 Chris Demetriou <cgd@google.com>
13979
cd536b21 13980 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
13981 (RANDOM_SEED_CFLAGS): New substituted variable.
13982 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
13983 * configure: Rebuild.
13984 * Makefile.in: Likewise.
13985 * testsuite/Makefile.in: Likewise.
13986
a18f591e
ILT
139872008-07-18 Ian Lance Taylor <iant@google.com>
13988
13989 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
13990 where we see NAME/NULL and NAME/VERSION as separate symbols.
13991 * testsuite/ver_test_main.cc (main): Call t4.
13992 (t4, t4_2a): Define.
13993 * testsuite/ver_test_2.cc (t4_2): Define.
13994 * testsuite/ver_test_2.script: Put t4_2a in VER2.
13995 * testsuite/ver_test_4.cc (t4_2a): Define.
13996 * testsuite/ver_test_4.script: Put t4_2a in VER2.
13997 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
13998
c6e3f6ed
ILT
139992008-07-17 Ian Lance Taylor <iant@google.com>
14000
14001 * dynobj.cc (Versions::add_def): If we give an error about a
14002 missing version, go ahead and create the version anyhow.
14003
ef9beddf
ILT
140042008-07-10 Ian Lance Taylor <iant@google.com>
14005
14006 Handle output sections with more than 0x7fffffff bytes.
14007 * object.h (class Relobj): Change map_to_output_ to
14008 output_sections_, and just keep a section pointer. Change all
14009 uses. Move comdat group support to Sized_relobj.
14010 (Relobj::is_section_specially_mapped): Remove.
14011 (Relobj::output_section): Remove poff parameter. Change all
14012 callers.
14013 (Relobj::output_section_offset): New function.
14014 (Relobj::set_section_offset): Rewrite.
14015 (Relobj::map_to_output): Remove.
14016 (Relobj::output_sections): New function.
14017 (Relobj::do_output_section_offset): New pure virtual function.
14018 (Relobj::do_set_section_offset): Likewise.
14019 (class Sized_relobj): Add section_offsets_ field. Add comdat
14020 group support from Relobj. Update declarations.
14021 (Sized_relobj::get_output_section_offset): New function.
14022 (Sized_relobj::do_output_section_offset): New function.
14023 (Sized_relobj::do_set_section_offset): New function.
14024 * object.cc (Relobj::output_section_address): Remove.
14025 (Sized_relobj::Sized_relobj): Initialize new fields.
14026 (Sized_relobj::include_section_group): Cast find_kept_object to
14027 Sized_relobj.
14028 (Sized_relobj::include_linkonce_section): Likewise.
14029 (Sized_relobj::do_layout): Use separate arrays for output section
14030 and output offset.
14031 (Sized_relobj::do_count_local_symbols): Change map_to_output to
14032 output_sections.
14033 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
14034 output_sections and section_offsets.
14035 (Sized_relobj::write_local_symbols): Likewise.
14036 (map_to_kept_section): Compute output address directly.
14037 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
14038 output_sections and section_offsets.
14039 (Sized_relobj::write_sections): Likewise.
14040 (Sized_relobj::relocate_sections): Likewise.
14041 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
14042 * output.h (class Output_reloc): Update declarations. Change
14043 u2_.relobj to Sized_relobj*.
14044 (class Output_data_reloc): Change add functions to use
14045 Sized_relobj*.
14046 * output.cc (Output_reloc::Output_reloc): Change relobj to
14047 Sized_relobj*.
14048 (Output_reloc::local_section_offset): Change return type to
14049 Elf_Addr. Use get_output_section_offset.
14050 (Output_reloc::get_address): Likewise.
14051 (Output_section::is_input_address_mapped): Don't call
14052 is_section_specially_mapped.
14053 (Output_section::output_offset): Likewise.
14054 (Output_section::output_address): Likewise.
14055 (Output_section::starting_output_address): Likewise.
14056 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
14057 parameter to Sized_relobj*.
14058 (Copy_relocs::need_copy_reloc): Likewise.
14059 (Copy_relocs::save): Likewise.
14060 * copy-relocs.h (class Copy_relocs): Update declarations.
14061 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
14062 Sized_relobj*. Change relobj_ field to Sized_relobj*.
14063 * target-reloc.h (relocate_for_relocatable): Change
14064 offset_in_output_section type to Elf_Addr. Change code that uses
14065 it as well.
14066 * layout.cc (Layout::layout): Always set *off.
14067 * mapfile.cc (Mapfile::print_input_section): Use
14068 output_section_offset.
14069 * i386.cc (Target_i386::copy_reloc): Change object parameter to
14070 Sized_relobj*.
14071 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
14072 * sparc.cc (Target_sparc::copy_reloc): Likewise.
14073 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
14074
5cb66f97
ILT
140752008-07-03 Ian Lance Taylor <iant@google.com>
14076
14077 * layout.cc (Layout::include_section): Do not discard unrecognized
14078 SHT_STRTAB sections.
14079
afe47622
CS
140802008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
14081
14082 * script.cc (Lex::can_continue_name): Make '?' allowable in
14083 version-script names.
14084 * testsuite/version_script.map: Change glob pattern to use '?'
14085
5adf9721
ILT
140862008-06-30 Manish Singh <yosh@gimp.org>
14087
14088 PR 6585
14089 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
14090 Correct typo.
14091
e6fde208
ILT
140922008-06-30 Ian Lance Taylor <iant@google.com>
14093
14094 PR 6660
14095 PR 6682
14096 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
14097 versions]: Don't try to read the value in the contents, since we
14098 don't use it. Use the template endianness when writing.
14099
3f2e6a2d
CC
141002008-06-25 Cary Coutant <ccoutant@google.com>
14101
14102 * fileread.cc (File_read::make_view): Assert on zero-length view.
14103 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
14104 symbol table when there are no symbols to read.
14105
c43d3a48
CS
141062008-06-23 Craig Silverstein <csilvers@google.com>
14107
14108 * version.cc (version_string): Bump to 1.7
14109
5f494ea0
CS
141102008-06-18 Craig Silverstein <csilvers@google.com>
14111
14112 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
14113 constant 0xFFFF to type Valtype.
14114 (Powerpc_relocate_functions::rel16_ha): Likewise.
14115
c42e122e
ILT
141162008-06-17 Ian Lance Taylor <iant@google.com>
14117
f34787f8
ILT
14118 * output.h (Output_section::Input_section): Initialize p2align_ to
14119 zero for Output_section_data constructors.
14120 (Output_section::Input_section::addralign): If not an input
14121 section, return the alignment of the Output_section_data.
14122 * testsuite/copy_test.cc: New file.
14123 * testsuite/copy_test_1.cc: New file.
14124 * testsuite/copy_test_2.cc: New file.
14125 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
14126 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
14127 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
14128 (copy_test_1_pic.o, copy_test_1.so): New targets.
14129 (copy_test_2_pic.o, copy_test_2.so): New targets.
14130 * testsuite/Makefile.in: Rebuild.
14131
c42e122e
ILT
14132 * script-sections.cc (Script_sections::place_orphan): Initialize
14133 local variable exact.
14134
ce3ac18a
DE
141352008-06-13 David Edelsohn <edelsohn@gnu.org>
14136
14137 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
14138
42cacb20
DE
141392008-06-12 David Edelsohn <edelsohn@gnu.org>
14140 David S. Miller <davem@davemloft.net>
14141
14142 * powerpc.cc: New file.
14143 * Makefile.am (TARGETSOURCES): Add powerpc.cc
14144 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
14145 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
14146 * Makefile.in: Rebuild.
14147
7b308235
ILT
141482008-06-09 Ian Lance Taylor <iant@google.com>
14149
14150 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
14151 <exception>.
14152 (throwing, orig_terminate): New static variables.
14153 (terminate_handler): New static function.
14154 (t2): Set terminate handler.
14155
f0b886e3
ILT
141562008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
14157
14158 PR 6584
cd536b21 14159 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
14160 alignment.
14161
3e90f135
CC
141622008-05-30 Cary Coutant <ccoutant@google.com>
14163
14164 * archive.cc (Archive::include_all_members) Correct to step
14165 over symbol table and extended name table in thin archives.
14166
e09ad04a
ILT
141672008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
14168
14169 PR 6407
14170 * target-reloc.h (relocate_for_relocatable): Fix new_offset
14171 calculation.
14172
62b01cb5
ILT
141732008-05-28 Caleb Howe <cshowe@google.com>
14174
14175 * reduced_debug_output.cc: New file.
14176 * reduced_debug_output.h: New file.
92de84a6 14177 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
14178 * options.cc (General_options::finalize): Add strip_debug_non_line
14179 to the strip heirarchy.
14180 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
14181 fields.
14182 * layout.cc: Include "reduced_debug_output.h".
14183 (Layout::Layout): Initialize new fields.
14184 (line_only_debug_sections): New static array.
14185 (is_lines_only_debug_sections): New static inline function.
14186 (Layout::include_section): Handle --strip-debug-non-line.
14187 (Layout::make_output_section): If --strip-debug-non-line, build
14188 new output sections for .debug_abbrev and .debug_info.
14189 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
14190 gold. Warn about possible overflow.
14191 (read_signed_LEB_128): Likewise.
14192 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
14193 (read_signed_LEB_128): Declare.
14194 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
14195 (HFILES): Add reduced_debug_output.h.
14196 * Makefile.in: Rebuild.
14197
7d9e3d98
ILT
141982008-05-21 Ian Lance Taylor <iant@google.com>
14199
14200 * mapfile.cc: New file.
14201 * mapfile.h: New file.
14202 * options.h (class General_options): Add -M/--print-map and -Map.
14203 * options.cc (General_options::finalize): Make -M equivalent to
14204 -Map -.
14205 * main.cc: Include <cstdio> and "mapfile.h".
14206 (main): Open mapfile if requested.
14207 * gold.cc (class Middle_runner): Add mapfile_ field. Update
14208 constructor. Change caller.
14209 (queue_initial_tasks): Add mapfile parameter. Change caller.
14210 (queue_middle_tasks): Likewise.
14211 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
14212 declarations.
14213 * archive.cc: Include "mapfile.h".
14214 (Archive::add_symbols): Add mapfile parameter. Change all
14215 callers. Pass mapfile, symbol, and reason to include_member.
14216 (Archive::include_all_members): Add mapfile parameter. Change all
14217 callers.
14218 (Archive::include_member): Add mapfile, sym, and why parameters.
14219 Change all callers. Report inclusion to map file.
14220 * archive.h: Include "fileread.h".
14221 (class Archive): Update declarations.
14222 (Archive::file): New const method.
14223 (class Add_archive_symbols): Add mapfile_ field. Update
14224 constructor. Change all callers.
14225 * readsyms.h (class Read_symbols): Likewise.
14226 (class Finish_group): Likewise.
14227 (class Read_script): Likewise.
14228 * common.cc: Include "mapfile.h".
14229 (Symbol_table::allocate_commons): Add mapfile parameter. Change
14230 all callers.
14231 (Symbol_table::do_allocate_commons): Likewise.
14232 (Symbol_table::do_allocate_commons_list): Likewise. Report common
14233 symbol allocation to mapfile.
14234 * common.h (class Allocate_commons_task): Add mapfile_ field.
14235 Update constructor. Change all callers.
14236 * symtab.h (class Symbol_table): Update declarations.
14237 * layout.cc: Include "mapfile.h".
14238 (Layout_task_runner::run): Print information to mapfile.
14239 (Layout::create_gold_note): Change Output_data_fixed_space to
14240 Output_data_zero_fill.
14241 (Layout::create_build_id): Likewise.
14242 (Layout::print_to_mapfile): New function.
14243 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
14244 constructor. Change caller.
14245 (class Layout): Declare print_to_mapfile.
14246 * output.cc (Output_section::Input_section::print_to_mapfile): New
14247 function.
14248 (Output_section::add_input_section): If producing a map, always
14249 add to input_sections_ list.
14250 (Output_section::do_print_to_mapfile): New function.
14251 (Output_segment::print_sections_to_mapfile): New function.
14252 (Output_segment::print_section_list_to_mapfile): New function.
14253 * output.h: Include "mapfile.h".
14254 (Output_data::print_to_mapfile): New function.
14255 (Output_data::do_print_to_mapfile): New virtual function.
14256 (Output_segment_headers::do_print_to_mapfile): New function.
14257 (Output_file_header::do_print_to_mapfile): New function.
14258 (Output_data_const::do_print_to_mapfile): New function.
14259 (class Output_data_const_buffer): Add map_name_ field. Update
14260 constructor. Change all callers. Add do_print_to_mapfile
14261 function.
14262 (class Output_data_fixed_space): Likewise.
14263 (class Output_data_space): Likewise.
14264 (class Output_data_zero_fill): New class.
14265 (Output_data_strtab::do_print_to_mapfile): New function.
14266 (Output_data_reloc_base::do_print_to_mapfile): New function.
14267 (Output_relocatable_relocs::do_print_to_mapfile): New function.
14268 (Output_data_group::do_print_to_mapfile): New function.
14269 (Output_data_got::do_print_to_mapfile): New function.
14270 (Output_data_dynamic::do_print_to_mapfile): New function.
14271 (Output_symtab_xindex::do_print_to_mapfile): New function.
14272 (class Output_section): Declare do_print_to_mapflie. Declare
14273 print_to_mapfile in Input_section.
14274 (class Output_segment): Declare new functions.
14275 * object.h (Sized_relobj::symbol_count): New function.
14276 * script-sections.cc
14277 (Output_section_element_dot_assignment::set_section_addresses):
14278 Change Output_data_fixed_space to Output_data_zero_fill.
14279 (Output_data_expression::do_print_to_mapfile): New function.
14280 * script.cc (read_input_script): Add mapfile parameter. Change
14281 all callers.
14282 * script.h (read_input_script): Update declaration.
14283 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
14284 (Eh_frame::do_print_to_mapfile): New function.
14285 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
14286 (Output_merge_string::do_print_to_mapfile): New function.
14287 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
14288 function.
14289 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
14290 function.
14291 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
14292 function.
14293 * Makefile.am (CCFILES): Add mapfile.cc.
14294 (HFILES): Add mapfile.h.
14295 * Makefile.in: Rebuild.
14296
9f1d377b
ILT
142972008-05-19 Ian Lance Taylor <iant@google.com>
14298
14299 * options.h (class General_options): Add -z relro.
14300 * layout.cc (Layout::Layout): Initialize relro_segment_.
14301 (Layout::add_output_section_data): Return the output section.
14302 (Layout::make_output_section): Rcognize relro sections and mark
14303 them appropriately.
14304 (Layout::attach_allocated_section_to_segment): Put relro sections
14305 in a PT_GNU_RELRO segment.
14306 (Layout::create_initial_dynamic_sections): Mark the .dynamic
14307 section as relro.
14308 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
14309 PT_TLS segments.
14310 (Layout::linkonce_mapping): Map d.rel.ro.local to
14311 .data.rel.ro.local.
14312 (Layout::output_section_name): Us .data.rel.ro.local for any
14313 section which begins with that.
14314 * layout.h (class Layout): Update add_output_section_data
14315 declaration. Add relro_segment_ field.
14316 * output.cc (Output_section::Output_section): Initialize is_relro_
14317 and is_relro_local_ fields.
14318 (Output_segment::add_output_section): Group relro sections.
14319 (Output_segment::is_first_section_relro): New function.
14320 (Output_segment::maximum_alignment): If there is a relro section,
14321 align the segment to the common page size.
14322 (Output_segment::set_section_addresses): Track whether we are
14323 looking at relro sections. If the last section is a relro
14324 section, align to the common page size.
14325 (Output_segment::set_section_list_addresses): Add in_relro
14326 parameter. Change all callers. Align to the page size when
14327 moving from relro to non-relro section.
14328 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
14329 segment.
14330 * output.h (class Output_section): Add is_relro_ and
14331 is_relro_local_ fields.
14332 (Output_section::is_relro): New function.
14333 (Output_section::set_is_relro): New function.
14334 (Output_section::is_relro_local): New function.
14335 (Output_section::set_is_relro_local): New function.
14336 (class Output_segment): Update declarations.
14337 * i386.cc (Target_i386::got_section): Mark .got section as relro.
14338 * sparc.cc (Target_sparc::got_section): Likewise.
14339 * x86_64.cc (Target_x86_64::got_section): Likewise.
14340 * testsuite/relro_test_main.cc: New file.
14341 * testsuite/relro_test.cc: New file.
14342 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
14343 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
14344 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
14345 (relro_test.so, relro_test_pic.o): New targets.
14346 * testsuite/Makefile.in: Rebuild.
14347
a984ee1d
ILT
143482008-05-16 Ian Lance Taylor <iant@google.com>
14349
01676dcd
ILT
14350 * output.cc (Output_segment::add_output_section): Remove front
14351 parameter.
14352 * output.h (class Output_segment): Remove
14353 add_initial_output_section and overloaded add_output_section.
14354 Update declaration of remaining add_output_section.
14355 * layout.cc (Layout::create_interp): Call add_output_section
14356 rather than add_initial_output_section.
14357 (Layout::finish_dynamic_section): Likewise.
14358
497897f9
ILT
14359 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
14360 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
14361 know the dynamic type.
14362 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
14363 field. Initialize it in constructor.
14364 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
14365 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
14366 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
14367 reloc.
14368
a984ee1d
ILT
14369 * output.cc (Output_reloc::get_address): Change return type to
14370 Elf_Addr.
14371 * output.h (class Output_reloc): Update get_address declaration.
14372 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
14373 for section addresses.
14374
55ba0940
ILT
143752008-05-09 Ian Lance Taylor <iant@google.com>
14376
14377 PR 6493
14378 * gold.cc (gold_nomem): Use return value of write.
14379
75517b77
ILT
143802008-05-08 Ian Lance Taylor <iant@google.com>
14381
14382 * symtab.c (Symbol::init_base_output_data): Add version
14383 parameter. Change all callers.
14384 (Symbol::init_base_output_segment): Likewise.
14385 (Symbol::init_base_constant): Likewise.
14386 (Symbol::init_base_undefined): Likewise.
14387 (Sized_symbol::init_output_data): Likewise.
14388 (Sized_symbol::init_output_segment): Likewise.
14389 (Sized_symbol::init_constant): Likewise.
14390 (Sized_symbol::init_undefined): Likewise.
14391 (Symbol_table::do_define_in_output_data): If the new symbol has a
14392 version, mark it as the default.
14393 (Symbol_table::do_define_in_output_segment): Likewise.
14394 (Symbol_table::do_define_as_constant): Likewise.
14395 * symtab.h (class Symbol): Update declarations.
14396 (class Sized_symbol): Likewise.
14397 * resolve.cc (Symbol::override_version): New function.
c42e122e 14398 (Symbol::override_base): Call override_version.
75517b77
ILT
14399 (Symbol::override_base_with_special): Likewise.
14400 * testsuite/ver_script_8.script: New file.
14401 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
14402 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
14403 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
14404 (ver_test_8_1.so, ver_test_8_2.so): New targets.
14405
f1f70eae
ILT
144062008-05-06 Ian Lance Taylor <iant@google.com>
14407
f3e9c5c5
ILT
14408 PR 6049
14409 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
14410 functions.
14411 (class General_options): Remove existing --undefined, and add
14412 --no-undefined instead. Add new --undefined as synonym for -u.
14413 * archive.cc (Archive::add_symbols): Check whether symbol was
14414 named with -u.
14415 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
14416 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
14417 all uses. Add IS_UNDEFINED. Update declarations to split
14418 different versions of init_base. Declare init_base_undefined.
14419 (Symbol::is_defined): Handle IS_UNDEFINED.
14420 (Symbol::is_undefined): Likewise.
14421 (Symbol::is_weak_undefined): Call is_undefined.
14422 (Symbol::is_absolute): Handle IS_CONSTANT.
14423 (class Sized_symbol): Update declarations to split different
14424 versions of init. Declare init_undefined.
14425 (class Symbol_table): Declare new functions.
14426 * symtab.cc (Symbol::init_base_object): Rename from init_base.
14427 Change all callers.
14428 (Symbol::init_base_output_data): Likewise.
14429 (Symbol::init_base_output_segment): Likewise.
14430 (Symbol::init_base_constant): Likewise.
14431 (Symbol::init_base_undefined): New function.
14432 (Sized_symbol::init_object): Rename from init. Change all
14433 callers.
14434 (Sized_symbol::init_output_data): Likewise.
14435 (Sized_symbol::init_output_segment): Likewise.
14436 (Sized_symbol::init_constant): Likewise.
14437 (Sized_symbol::init_undefined): New function.
14438 (Symbol_table::add_undefined_symbols_from_command_line): New
14439 function.
14440 (Symbol_table::do_add_undefined_symbols_from_command_line): New
14441 function.
14442 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
14443 (Symbol::output_section): Likewise.
14444 (Symbol::set_output_section): Likewise.
14445 (Symbol_table::sized_finalize_symbol): Likewise.
14446 (Symbol_table::sized_write_globals): Likewise.
14447 * resolve.cc (Symbol_table::should_override): Likewise.
14448 (Symbol::override_base_with_special): Likewise.
14449
8bdcdf2c
ILT
14450 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
14451 symbol, change it to have default visibility.
14452 * testsuite/protected_1.cc: New file.
14453 * testsuite/protected_2.cc: New file.
14454 * testsuite/protected_3.cc: New file.
14455 * testsuite/protected_main_1.cc: New file.
14456 * testsuite/protected_main_2.cc: New file.
14457 * testsuite/protected_main_3.cc: New file.
14458 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
14459 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
14460 (protected_1_LDFLAGS, protected_1_LDADD): Define.
14461 (protected_1.so): New target.
14462 (protected_1_pic.o, protected_2_pic.o): New targets.
14463 (protected_3_pic.o): New target.
14464 (check_PROGRAMS): Add protected_2.
14465 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
14466 (protected_2_LDFLAGS, protected_2_LDADD): Define.
14467 * testsuite/Makefile.in: Rebuild.
14468
2b706932
ILT
14469 * options.h (DEFINE_var): Add set_user_set_##varname__.
14470 (DEFINE_bool_alias): New macro.
14471 (class General_options): Define -Bstatic using DEFINE_bool_alias
14472 rather than DEFINE_special. Add --undefined as an alias for -z
14473 defs.
14474 * options.cc (General_options::parse_Bstatic): Remove.
14475
d82a5bcc
ILT
14476 * options.h (class General_options): Add --fatal-warnings.
14477 * main.cc (main): Implement --fatal-warnings.
14478 * errors.h (Errors::warning_count): New function.
14479
f1f70eae
ILT
14480 * options.h (class General_options): Add -Bsymbolic-functions.
14481 * symtab.h (Symbol::is_preemptible): Check for
14482 -Bsymbolic-functions.
14483
8825ac63
ILT
144842008-05-05 Ian Lance Taylor <iant@google.com>
14485
d98bc257
ILT
14486 * options.h (DEFINE_bool): For DASH_Z, create the negative option
14487 as noVARNAME rather than no-VARNAME.
14488 (class General_options): Add option -z combreloc.
14489 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
14490 get_address.
14491 (Output_reloc::sort_before) [SHT_REL]: New function.
14492 (Output_reloc::sort_before) [SHT_RELA]: New function.
14493 (class Output_data_reloc_base): Add sort_relocs_ field. Define
14494 Sort_relocs_comparison.
14495 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
14496 parameter. Change all callers.
14497 (Output_data_reloc::Output_data_reloc) [both versions]: Add
14498 sort_relocs parameter. Change all callers.
14499 * output.cc (Output_reloc::get_address): New function, broken out
14500 of write_rel.
14501 (Output_reloc::write_rel): Call it.
14502 (Output_reloc::compare): New function.
14503 (Output_data_reloc_base::do_write): Optionally sort relocs.
14504
60b2b4e7
ILT
14505 * configure.ac: If targ_extra_obj is set, link it in.
14506 * configure.tgt: Initialize all variables.
14507 (x86_64*): Set targ_extra_obj and targ_extra_size.
14508 * configure: Rebuild.
14509
8825ac63
ILT
14510 * object.cc (Sized_relobj::include_section_group): Adjust section
14511 indexes read from group data. Build vector to pass to
14512 layout_group.
14513 * layout.cc (Layout::layout_group): Add flags and shndxes
14514 parameters. Remove contents parameter. Change caller. Update
14515 explicit instantiations.
14516 * layout.h (class Layout): Update layout_group declaration.
14517 * output.cc (Output_data_group::Output_data_group): Add flags and
14518 input_shndxes parameters. Remove contents parameter. Change
14519 caller.
14520 (Output_data_group::do_write): Change input_sections_ to
14521 input_shndxes_.
14522 * output.h (class Output_data_group): Update constructor
14523 declaration. Rename input_sections_ to input_shndxes_.
14524 * testsuite/many_sections_test.cc: Add template.
14525
e94cf127
CC
145262008-04-30 Cary Coutant <ccoutant@google.com>
14527
4418b2d5
CC
14528 * target-reloc.h (relocate_section): Fix dead-pointer bug.
14529
e94cf127
CC
14530 * layout.cc (Layout::include_section): Refactored check for debug
14531 info section.
14532 (Layout::add_comdat): Add new parameters. Change type
14533 of signature parameter. Add object and shndx to signatures table.
14534 (Layout::find_kept_object): New function.
14535 * layout.h: Include <cstring>.
14536 (Layout::is_debug_info_section): New function.
14537 (Layout::add_comdat): Add new parameters.
14538 (Layout::find_kept_object): New function.
14539 (Layout::Kept_section): New struct.
14540 (Layout::Signatures): Change type of map range.
14541 * object.cc (Relobj::output_section_address): New function.
14542 (Sized_relobj::include_section_group): Add new parameters. Change
14543 calls to Layout::add_comdat. Change to build table of kept comdat
14544 groups and table mapping discarded sections to kept sections.
14545 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
14546 (Sized_relobj::do_layout): Change calls to include_section_group and
14547 include_linkonce_section.
14548 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
14549 value to zero when section is discarded.
14550 (Sized_relobj::map_to_kept_section): New function.
14551 * object.h (Relobj::output_section_address): New function.
14552 (Relobj::Comdat_group): New type.
14553 (Relobj::find_comdat_group): New function.
14554 (Relobj::Comdat_group_table): New type.
14555 (Relobj::Kept_comdat_section): New type.
14556 (Relobj::Kept_comdat_section_table): New type.
14557 (Relobj::add_comdat_group): New function.
14558 (Relobj::set_kept_comdat_section): New function.
14559 (Relobj::get_kept_comdat_section): New function.
14560 (Relobj::comdat_groups_): New field.
14561 (Relobj::kept_comdat_sections_): New field.
14562 (Symbol_value::input_value): Update comment.
14563 (Sized_relobj::map_to_kept_section) New function.
14564 (Sized_relobj::include_linkonce_section): Add new parameter.
14565 * target-reloc.h (Comdat_behavior): New type.
14566 (get_comdat_behavior): New function.
14567 (relocate_section): Add code to map a discarded section to the
14568 corresponding kept section when applying a relocation.
14569
e4e5049b
CS
145702008-04-30 Craig Silverstein <csilvers@google.com>
14571
14572 * dwarf_reader.cc (next_generation_count): New static var.
14573 (Addr2line_cache_entry): New struct.
14574 (addr2line_cache): New static var.
14575 (Dwarf_line_info::one_addr2line): Added caching.
14576 (Dwarf_line_info::clear_addr2line_cache): New function.
14577 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
14578 cache-size parameter.
14579 (Dwarf_line_info::one_addr2line_cache): New function.
14580 * symtab.cc (Symbol_table::detect_odr_violations): Pass
14581 new cache-size argument to one_addr2line(), and clear cache.
14582
d09e9154
CC
145832008-04-28 Cary Coutant <ccoutant@google.com>
14584
14585 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
14586 R_386_PC8 relocations.
14587
7ef73768
ILT
145882008-04-23 Ian Lance Taylor <iant@google.com>
14589
55438702
ILT
14590 * object.cc (Sized_relobj::include_section_group): Check for
14591 invalid section group.
14592
c165fb93
ILT
14593 * object.cc (make_elf_object): Correct test for 64-bit ELF file
14594 header size.
14595
7ef73768
ILT
14596 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
14597 than read for file header.
14598 * archive.cc (Archive::include_member): Likewise.
14599
6194aaab
L
146002008-04-23 Paolo Bonzini <bonzini@gnu.org>
14601
14602 * aclocal.m4: Regenerate.
14603 * configure: Regenerate.
14604
d491d34e
ILT
146052008-04-19 Ian Lance Taylor <iant@google.com>
14606
5ea2bac6
ILT
14607 * version.cc (version_string): Bump to 1.6.
14608
7bc3e21a
ILT
14609 * testsuite/Makefile.am (many_sections_r_test): New target.
14610 (many_sections_r_test_SOURCES): Remove.
14611 (many_sections_r_test_DEPENDENCIES): Remove.
14612 (many_sections_r_test_LDFLAGS): Remove.
14613 (many_sections_r_test_LDADD): Remove.
14614
7fcd3aa9
ILT
14615 * object.cc (Sized_relobj::do_add_symbols): Always pass
14616 local_symbol_count_ to add_from_relobj.
14617
4c94d6ae
ILT
14618 * testsuite/Makefile.am (many_sections_check.h): Only check one in
14619 every thousand variables.
14620 * testsuite/Makefile.in: Rebuild.
14621
d491d34e
ILT
14622 * object.cc (Xindex::initialize_symtab_xindex): New function.
14623 (Xindex::read_symtab_xindex): New function.
14624 (Xindex::sym_xindex_to_shndx): New function.
14625 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
14626 available.
14627 (Sized_relobj::do_initialize_xindex): New function.
14628 (Sized_relobj::do_read_symbols): Adjust section links.
14629 (Sized_relobj::symbol_section_and_value): Add is_ordinary
14630 parameter. Change all callers.
14631 (Sized_relobj::include_section_group): Adjust section links and
14632 symbol section indexes.
14633 (Sized_relobj::do_layout): Adjust section links.
14634 (Sized_relobj::do_count_local_symbols): Adjust section links and
14635 symbol section indexes.
14636 (Sized_relobj::do_finalize_local_symbols): Distinguish between
14637 ordinary and special symbols.
14638 (Sized_relobj::write_local_symbols): Add symtab_xindex and
14639 dynsym_xindex parameters. Change all callers. Adjust section
14640 links. Use SHN_XINDEX when needed.
14641 (Sized_relobj::get_symbol_location_info): Adjust section links.
14642 Don't get fooled by special symbols.
14643 * object.h (class Xindex): Define.
14644 (class Object): Add xindex_ parameter. Declare virtual functoin
14645 do_initialize_xindex.
14646 (Object::adjust_sym_shndx): New function.
14647 (Object::set_xindex): New protected function.
14648 (class Symbol_value): Add is_ordinary_shndx_ field.
14649 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
14650 (Symbol_value::value): Assert ordinary section.
14651 (Symbol_value::initialize_input_to_output_map): Likewise.
14652 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
14653 Change all callers.
14654 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
14655 all callers.
14656 (class Sized_relobj): Update declarations.
14657 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
14658 parameter. Change all callers.
14659 (Sized_relobj::adjust_shndx): New function.
14660 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
14661 field.
14662 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
14663 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
14664 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
14665 (Sized_dynobj::read_dynsym_section): Adjust section links.
14666 (Sized_dynobj::read_dynamic): Likewise.
14667 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
14668 section links.
14669 (Sized_dynobj::do_initialize_xindex): New function.
14670 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
14671 do_initialize_xindex.
14672 (Sized_dynobj::adjust_shndx): New function.
14673 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
14674 dynsym_xindex_ fields.
14675 (Layout::finalize): Add a call to set_section_indexes before
14676 creating the symtab sections.
14677 (Layout::set_section_indexes): Don't do anything if the section
14678 already has a section index.
14679 (Layout::create_symtab_sections): Add shnum parameter. Change
14680 caller. Create .symtab_shndx section if needed.
14681 (Layout::create_shdrs): Add shstrtab_section parameter. Change
14682 caller.
14683 (Layout::allocated_output_section_count): New function.
14684 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
14685 needed.
14686 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
14687 fields. Update declarations.
14688 (Layout::symtab_xindex): New function.
14689 (Layout::dynsym_xindex): New function.
14690 (class Write_symbols_task): Add layout_ field.
14691 (Write_symbols_task::Write_symbols_task): Add layout parameter.
14692 Change caller.
14693 * output.cc (Output_section_headers::Output_section_headers): Add
14694 shstrtab_section parameter. Change all callers.
14695 (Output_section_headers::do_sized_write): Store overflow values
14696 for section count and section string table section index in
14697 section header zero.
14698 (Output_file_header::do_sized_write): Check for overflow of
14699 section count and section string table section index.
14700 (Output_symtab_xindex::do_write): New function.
14701 (Output_symtab_xindex::endian_do_write): New function.
14702 * output.h (class Output_section_headers): Add shstrtab_section_.
14703 Update declarations.
14704 (class Output_symtab_xindex): Define.
14705 (Output_section::has_out_shndx): New function.
14706 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
14707 field.
14708 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
14709 Change all callers.
14710 (Sized_symbol::init): Likewise.
14711 (Symbol::output_section): Check for ordinary symbol.
14712 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
14713 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
14714 callers.
14715 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
14716 Change all callers. Simplify handling of symbols from sections
14717 not included in the link.
14718 (Symbol_table::add_from_dynobj): Handle ordinary symbol
14719 distinction.
14720 (Weak_alias_sorter::operator()): Assert that symbols are
14721 ordinary.
14722 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
14723 distinction.
14724 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
14725 parameters. Change all callers.
14726 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
14727 symbol distinction. Use SHN_XINDEX when needed.
14728 (Symbol_table::write_section_symbol): Add symtab_xindex
14729 parameter. Change all callers.
14730 (Symbol_table::sized_write_section_symbol): Likewise. Use
14731 SHN_XINDEX when needed.
14732 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
14733 declarations.
14734 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
14735 (Symbol::is_defined): Check is_ordinary.
14736 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
14737 (Symbol::is_absolute, Symbol::is_common): Likewise.
14738 (class Sized_symbol): Update declarations.
14739 (class Symbol_table): Update declarations.
14740 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
14741 parameters. Change all callers.
14742 (Sized_symbol::override): Likewise.
14743 (Symbol_table::override): Likewise.
14744 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
14745 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
14746 is_ordinary, and orig_st_shndx parameters. Change all callers.
14747 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
14748 to be in an ordinary section.
14749 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
14750 object and is_ordinary parameters. Change all callers.
14751 (Sized_dwarf_line_info::read_relocs): Add object parameter.
14752 Change all callers. Don't add undefined or non-ordinary symbols
14753 to reloc_map_.
14754 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
14755 Change all callers.
14756 * dwarf_reader.h (class Sized_dwarf_line_info): Update
14757 declarations.
14758 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
14759 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
14760 (Sized_relobj::relocate_sections): Likewise.
14761 * target-reloc.h (scan_relocs): Adjust section symbol index.
14762 (scan_relocatable_relocs): Likewise.
14763 * i386.cc (Scan::local): Check for ordinary symbols.
14764 * sparc.cc (Scan::local): Likewise.
14765 * x86_64.cc (Scan::local): Likewise.
14766 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
14767 to symbol_section_and_value.
14768 * testsuite/many_sections_test.cc: New file.
14769 * testsuite/Makefile.am (BUILT_SOURCES): Define.
14770 (check_PROGRAMS): Add many_sections_test.
14771 (many_sections_test_SOURCES): Define.
14772 (many_sections_test_DEPENDENCIES): Define.
14773 (many_sections_test_LDFLAGS): Define.
14774 (BUILT_SOURCES): Add many_sections_define.h.
14775 (many_sections_define.h): New target.
14776 (BUILT_SOURCES): Add many_sections_check.h.
14777 (many_sections_check.h): New target.
14778 (check_PROGRAMS): Add many_sections_r_test.
14779 (many_sections_r_test_SOURCES): Define.
14780 (many_sections_r_test_DEPENDENCIES): Define.
14781 (many_sections_r_test_LDFLAGS): Define.
14782 (many_sections_r_test_LDADD): Define.
14783 (many_sections_r_test.o): New target.
14784 * testsuite/Makefile.in: Rebuild.
14785
c5818ff1
CC
147862008-04-17 Cary Coutant <ccoutant@google.com>
14787
14788 * errors.cc (Errors::info): New function.
14789 (gold_info): New function.
14790 * errors.h (Errors::info): New function.
14791 * gold.h (gold_info): New function.
14792 * object.cc (Input_objects::add_object): Print trace output.
14793 * options.cc (options::parse_set): New function.
14794 (General_options::parse_wrap): Deleted.
14795 (General_options::General_options): Deleted initializer.
14796 * options.h (options::String_set): New typedef.
14797 (options::parse_set): New function.
14798 (DEFINE_set): New macro.
14799 (General_options::wrap): Changed to use DEFINE_set. Changed
14800 callers of any_wrap_symbols and is_wrap_symbol.
14801 (General_options::trace, General_options::trace_symbol):
14802 New options.
14803 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
14804 (General_options::wrap_symbols_): Deleted.
14805 * symtab.cc (Symbol_table::add_from_object): Print trace output.
14806
b5be4a7c
DM
148072008-04-17 David S. Miller <davem@davemloft.net>
14808
14809 * options.cc (General_options::parse_V): New function.
14810 * options.h: Add entries for -V and -Qy.
14811
155a0dd7
ILT
148122008-04-17 Ian Lance Taylor <iant@google.com>
14813
14814 * common.cc (Symbol_table::allocate_commons): Remove options
14815 parameter. Change caller.
14816 (Symbol_table::do_allocate_commons): Remove options parameter.
14817 Change caller. Just call do_allocate_commons_list twice.
14818 (Symbol_table::do_allocate_commons_list): New function, broken out
14819 of do_allocate_commons.
14820 * common.h (class Allocate_commons_task): Remove options_ field.
14821 Update constructor.
14822 * symtab.cc (Symbol_table::Symbol_table): Initialize
14823 tls_commons_.
14824 (Symbol_table::add_from_object): Put TLS common symbols on
14825 tls_commons_ list.
14826 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
14827 which are IN_OUTPUT_DATA.
14828 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
14829 allocate_commons and do_allocate_commons declarations. Declare
14830 do_allocate_commons_list.
14831 * gold.cc (queue_middle_tasks): Update creation of
14832 Allocate_commons_task to not pass options.
14833 * testsuite/Makefile.am (INCLUDES): Add -I.. .
14834 (TLS_TEST_C_FLAGS): New variable.
14835 (tls_test_c_pic.o): New target.
14836 (tls_test_shared.so): Link in tls_test_c_pic.o.
14837 (tls_test_c_pic_ie.o): New target.
14838 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
14839 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
14840 (tls_test_c.o): New target.
14841 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
14842 (tls_pic_test_LDADD): Likewise.
14843 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
14844 (tls_shared_gd_to_ie_test_LDADD): Likewise.
14845 (tls_test_c_gnu2.o): New target.
14846 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
14847 tls_test_c_gnu2.o.
14848 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
14849 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
14850 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
14851 * testsuite/tls_test.cc: Include "config.h".
14852 (t_last): Call t11_last.
14853 * testsuite/tls_test.h (t11, t11_last): Declare.
14854 * testsuite/tls_test_c.c: New file.
14855 * testsuite/tls_test_main.cc (thread_routine): Call t11.
14856 * configure.ac: Check for OpenMP support.
14857 * configure, config.in, Makefile.in: Rebuild.
14858 * testsuite/Makefile.in: Rebuild.
14859
edfbb029
CC
148602008-04-16 Cary Coutant <ccoutant@google.com>
14861
14862 * i386.cc (Target_i386::define_tls_base_symbol): New function.
14863 (Target_i386::tls_base_symbol_defined_): New field.
14864 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
14865 (Target_i386::Scan::global): Likewise.
14866 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
14867 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
14868 (Target_x86_64::tls_base_symbol_defined_): New field.
14869 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
14870 (Target_x86_64::Scan::global): Likewise.
14871
f3c69fca
CC
148722008-04-16 Cary Coutant <ccoutant@google.com>
14873
14874 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
14875 (Symbol::needs_plt_entry): Allow weak undefined symbols.
14876 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
14877 building shared libraries.
14878 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
14879 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
14880 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
14881 * testsuite/Makefile.in: Rebuild.
14882 * testsuite/weak_undef.h: New file.
14883 * testsuite/weak_undef_file1.cc: Add extra test cases.
14884 * testsuite/weak_undef_file2.cc: Likewise.
14885 * testsuite/weak_undef_test.cc: Likewise.
14886
7c414435
DM
148872008-04-16 David S. Miller <davem@davemloft.net>
14888
32b769e1
DM
14889 * sparc.cc (Target_sparc::Scan): Change from struct to class.
14890 Add issued_non_pic_error_ field. Declare check_non_pic.
14891 (Target_sparc::Scan::check_non_pic): New function.
14892 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
14893 (Target_sparc::Scan::global): Likewise.
14894
11936fb1
DM
14895 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
14896 * configure: Rebuild.
14897
7c414435
DM
14898 * options.h (DEFINE_enable): New macro.
14899 (new_dtags): New enable option.
14900 (initfirst, interpose, loadfltr, nodefaultlib,
14901 nodelete, nodlopen, nodump): New -z options.
14902 * layout.cc (Layout:finish_dynamic_section): If new
14903 dtags enabled, emit DT_RUNPATH. Also, emit a
14904 DT_FLAGS_1 containing any specified -z flags.
14905
85c7bf8b
ILT
149062008-04-16 Ian Lance Taylor <iant@google.com>
14907
12c0daef
ILT
14908 * copy-relocs.cc: New file.
14909 * copy-relocs.h: New file.
14910 * reloc.cc: Remove Copy_relocs code.
14911 * reloc.h: Likewise.
14912 * reloc-types.h (struct Reloc_types) [both versions]: Add
14913 get_reloc_addend_noerror.
14914 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
14915 variants of add_global which take an addend which must be zero.
14916 * i386.cc: Include "copy-relocs.h".
14917 (class Target_i386): Change type of copy_relocs_ to variable,
14918 update initializer.
14919 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
14920 Change all callers.
14921 (Target_i386::do_finalize_sections): Change handling of
14922 copy_relocs_.
14923 * sparc.cc: Include "copy-relocs.h".
14924 (class Target_sparc): Change type of copy_relocs_ to variable,
14925 update initializer.
14926 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
14927 Change all callers.
14928 (Target_sparc::do_finalize_sections): Change handling of
14929 copy_relocs_.
14930 * x86_64.cc: Include "copy-relocs.h".
14931 (class Target_x86_64): Change type of copy_relocs_ to variable,
14932 update initializer.
14933 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
14934 class. Change all callers.
14935 (Target_x86_64::do_finalize_sections): Change handling of
14936 copy_relocs_.
14937 * Makefile.am (CCFILES): Add copy-relocs.cc.
14938 (HFILES): Add copy-relocs.h.
14939
4f4995b6
ILT
14940 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
14941
85c7bf8b
ILT
14942 * testsuite/script_test_4.sh: Permit leading zeroes.
14943
4f2a9edd
ILT
149442008-04-15 Ian Lance Taylor <iant@google.com>
14945
e6188289
ILT
14946 * script-sections.cc (Script_sections::create_segments): Use
14947 header_size_adjustment even when there is enough room for the
14948 headers.
14949 * testsuite/script_test_4.sh: New file.
14950 * testsuite/script_test_4.t: New file.
14951 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
14952 (check_DATA): Add script_test_4.stdout.
14953 (MOSTLYCLEANFILES): Likewise.
14954 (script_test_4): New target.
14955 (script_test_4.stdout): New target.
14956 * testsuite/Makefile.in: Rebuild.
14957
4f2a9edd
ILT
14958 * sparc.cc: Add definitions for Output_data_plt_sparc class
14959 constants.
14960
f5314dd5
DM
149612008-04-14 David S. Miller <davem@davemloft.net>
14962
14963 * sparc.cc: New file.
14964 * Makefile.am (TARGETSOURCES): Add sparc.cc
14965 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
14966 * configure.tgt: Document targ_extra_size and
14967 targ_extra_big_endian. Add entries for sparc-* and
14968 sparc64-*.
14969 * configure.ac: Handle targ_extra_size and
14970 targ_extra_big_endian.
14971 * Makefile.in: Rebuild.
14972 * configure: Likewise.
14973 * po/POTFILES.in: Likewise.
14974 * po/gold.pot: Likewise.
14975
154e0e9a
ILT
149762008-04-14 Ian Lance Taylor <iant@google.com>
14977
14978 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
14979 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
14980 in the name/type/flags to section mapping. Don't call
14981 allocate_output_section.
14982 (Layout::choose_output_section): Change parameter from adjust_name
14983 to is_input_section. Don't permit input sections after sections
14984 are attached to segments. Don't call allocate_output_section.
14985 (Layout::layout_eh_frame): Call update_flags_for_input_section,
14986 not write_enable_output_section.
14987 (Layout::make_output_section): Don't push to
14988 unattached_section_list_ nor call attach_to_segment. Call
14989 attach_section_to_segment if sections are attached.
14990 (Layout::attach_sections_to_segments): New function.
14991 (Layout::attach_section_to_segment): New function.
14992 (Layout::attach_allocated_section_to_segment): Rename from
14993 attach_to_segment. Remove flags parameter.
14994 (Layout::allocate_output_section): Remove function.
14995 (Layout::write_enable_output_section): Remove function.
14996 * layout.h (class Layout): Update for above changes. Add new
14997 field sections_are_attached_.
14998 * output.h (Output_section::update_flags_for_input_section): New
14999 function.
15000 * output.cc (Output_section::add_input_section): Call
15001 update_flags_for_input_section.
15002 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
15003
009a67a2
CC
150042008-04-11 Cary Coutant <ccoutant@google.com>
15005
15006 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
15007 thought unnecessary.
15008 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
15009
759b1a24
ILT
150102008-04-11 Ian Lance Taylor <iant@google.com>
15011
15012 * output.h (class Output_section_data): Remove inline definition
15013 of set_addralign.
15014 * output.cc (Output_section_data::set_addralign): New function.
15015
c2b45e22
CC
150162008-04-11 Cary Coutant <ccoutant@google.com>
15017
15018 Add support for TLS descriptors for i386 and x86_64.
15019 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
15020 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
15021 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
15022 GOT_TYPE_TLS_DESC.
15023 (Target_i386::got_mod_index_entry): Remove unnecessary code.
15024 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
15025 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
15026 relocations.
15027 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
15028 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
15029 Fix problem with initial-exec relocations.
15030 (Target_i386::Relocate::relocate_tls): Likewise.
15031 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
15032 relaxation.
15033 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
15034 support for section-plus-offset dynamic table entries.
15035 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
15036 (Output_data_dynamic::Dynamic_entry): Add support for
15037 section-plus-offset dynamic table entries.
15038 (Output_data_dynamic::Classification): Likewise.
15039 (Output_data_dynamic::classification_): Renamed offset_.
15040 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
15041 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
15042 (Target_x86_64::make_plt_section): New function.
15043 (Target_x86_64::reserve_tlsdesc_entries): New function.
15044 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
15045 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
15046 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
15047 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
15048 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
15049 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
15050 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
15051 add extra PLT entry for TLS descriptors.
15052 (Output_data_plt_x86_64::got_): New field.
15053 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
15054 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
15055 fields.
15056 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
15057 descriptors.
15058 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
15059 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
15060 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
15061 R_386_TLS_DESC_CALL relocations.
15062 (Target_x86_64::Scan::global): Likewise.
15063 (Target_x86_64::do_finalize_sections): Add dynamic table entries
15064 for TLS descriptors.
15065 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
15066 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
15067 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
15068 GD-to-IE relaxation.
15069 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
15070 and TLS_DESCRIPTORS.
15071 * Makefile.in: Rebuild.
15072 * configure: Rebuild.
15073 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
15074 (tls_test_shared2.so): New target.
15075 (tls_shared_gd_to_ie_test_SOURCES): New variable.
15076 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
15077 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
15078 (tls_shared_gd_to_ie_test_LDADD): New variable.
15079 (tls_shared_gnu2_gd_to_ie_test): New target.
15080 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
15081 New targets.
15082 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
15083 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
15084 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
15085 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
15086 (tls_shared_gnu2_test): New target.
15087 (tls_test_gnu2_shared.so): New target.
15088 (tls_shared_gnu2_test_SOURCES): New variable.
15089 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
15090 (tls_shared_gnu2_test_LDFLAGS): New variable.
15091 (tls_shared_gnu2_test_LDADD): New variable.
15092 * testsuite/Makefile.in: Rebuild.
15093 * testsuite/Makefile.
15094
83bfb6b7
ILT
150952008-04-11 Ian Lance Taylor <iant@google.com>
15096
15097 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
15098 justsyms.t.
15099 * testsuite/Makefile.in: Rebuild.
15100
15101 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
15102 long.
15103 * testsuite/script_test_2.cc (main): Adjust test.
15104
706e1f5e
ILT
151052008-04-11 David S. Miller <davem@davemloft.net>
15106 Ian Lance Taylor <iant@google.com>
15107
15108 * options.h (General_options): Add entries for '-Y' and
15109 '-relax'.
15110 * options.cc (General_options:finalize): If -Y was used, add those
15111 entries to the library path instead of the default "/lib" and
15112 "/usr/lib".
15113
7c98e6bb
DM
151142008-04-11 David S. Miller <davem@davemloft.net>
15115
15116 * testsuite/justsyms.t: Start at 0x100.
15117 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
15118 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
15119 long.
15120 * testsuite/script_test_2.cc: Adjust string and section length
15121 checks.
7c98e6bb 15122
99a37bfd
ILT
151232008-04-09 Ian Lance Taylor <iant@google.com>
15124
2cefc357
ILT
15125 PR gold/5996
15126 * script-sections.cc (Sections_element::allocate_to_segment): Add
15127 orphan parameter.
15128 (Output_section_definition::allocate_to_segment): Likewise.
15129 (Orphan_output_section::allocate_to_segment): Likewise.
15130 (Script_sections::attach_sections_using_phdrs_clause): Don't
15131 propagate non-PT_LOAD segments to orphan sections.
15132 * testsuite/Makefile.am (script_test_3.stdout): Generate using
15133 readelf rather than objdump.
15134 * testsuite/script_test_3.sh: Adjust accordingly. Test that
15135 .interp section and PT_INTERP segment are the same size.
15136 * testsuite/Makefile.in: Rebuild.
15137
99a37bfd
ILT
15138 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
15139 aliases for symbols defined in the same object.
15140 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
15141 (weak_alias_test_SOURCES): New variable.
15142 (weak_alias_test_DEPENDENCIES): New variable.
15143 (weak_alias_test_LDFLAGS): New variable.
15144 (weak_alias_test_LDADD): New variable.
15145 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
15146 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
15147 (weak_alias_test_3.o): New target.
15148 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
15149 * testsuite/weak_alias_test_main.cc: New file.
15150 * testsuite/weak_alias_test_1.cc: New file.
15151 * testsuite/weak_alias_test_2.cc: New file.
15152 * testsuite/weak_alias_test_3.cc: New file.
15153
780e49c5
ILT
151542008-04-08 Ian Lance Taylor <iant@google.com>
15155
cdb0b8f5
ILT
15156 * options.h (class General_options): Add --noinhibit-exec option.
15157 * main.cc (main): Check --noinhibit-exec.
15158
0864d551
ILT
15159 * options.h (class General_options): Define --wrap as a special
15160 option. Add wrap_symbols_ field.
15161 (General_options::any_wrap_symbols): New function.
15162 (General_options::is_wrap_symbol): New function.
15163 * options.cc (General_options::parse_wrap): New function.
15164 (General_options::General_options): Initialize wrap_symbols_.
15165 * symtab.cc (Symbol_table::wrap_symbol): New function.
15166 (Symbol_table::add_from_object): Handle --wrap.
15167 * symtab.h (class Symbol_table): Declare wrap_symbol.
15168 * target.h (Target::wrap_char): New function.
15169 (Target::Target_info): Add wrap_char field.
15170 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
15171 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
15172 * testsuite/testfile.cc (Target_test::test_target_info):
15173 Likewise.
15174
789aa6de
ILT
15175 * errors.cc (Errors::undefined_symbol): Mention symbol version if
15176 there is one.
15177
2c38906f
ILT
15178 * layout.h (class Layout): Add added_eh_frame_data_ field.
15179 * layout.cc (Layout::Layout): Initialize new field.
15180 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
15181 output section until we find a section we merged successfully.
15182 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
15183 that the size be non-zero.
15184
780e49c5
ILT
15185 * merge.cc (Object_merge_map::get_output_offset): Remove inline
15186 qualifier.
15187
7fcd0256
ILT
151882008-04-08 Craig Silverstein <csilvers@google.com>
15189
15190 * configure.ac: Export new conditional variable HAVE_ZLIB.
15191 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
15192 on HAVE_ZLIB.
15193 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
15194 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15195
6835af53
ILT
151962008-04-07 Ian Lance Taylor <iant@google.com>
15197
e24f324c
ILT
15198 * version.cc (version_string): Set to "1.5".
15199
a036edd8
ILT
15200 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
15201 Add issued_non_pic_error_ field. Declare check_non_pic.
15202 (Target_x86_64::Scan::check_non_pic): New function.
15203 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
15204 (Target_x86_64::Scan::global): Likewise.
15205
624f8810
ILT
15206 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
15207 addend parameter. Change caller. Handle merge sections.
15208 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
15209 Address to Addend. Don't add in the result of
15210 local_section_offset, pass down the addend and use the returned
15211 value.
15212 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
15213 Update declarations of local_section_offset and symbol_value.
15214 * testsuite/two_file_test_1.cc (t18): New function.
15215 * testsuite/two_file_test_2.cc (f18): New function.
15216 * testsuite/two_file_test_main.cc (main): Call t18.
15217 * testsuite/two_file_test.h (t18, f18): Declare.
15218
6835af53
ILT
15219 * configure.ac: Don't test for objdump, c++filt, or readelf.
15220 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
15221 conditionals.
15222 (TEST_READELF): New variable.
15223 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
15224 (check_PROGRAMS): Add two_file_strip_test.
15225 (two_file_strip_test): New target.
15226 (check_PROGRAMS): Add two_file_same_shared_strip_test.
15227 (two_file_same_shared_strip_test_SOURCES): New variable.
15228 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
15229 (two_file_same_shared_strip_test_LDFLAGS): New variable.
15230 (two_file_same_shared_strip_test_LDADD): New variable.
15231 (two_file_shared_strip.so): New target.
15232 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
15233 (ver_test_5.syms, ver_test_7.syms): Likewise.
15234 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
15235 (strip_test_3.stdout): Use TEST_OBJDUMP.
15236 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15237
86925eef
CC
152382008-04-04 Cary Coutant <ccoutant@google.com>
15239
15240 * symtab.h (Symbol::is_weak_undefined): New function.
15241 (Symbol::is_strong_undefined): New function.
15242 (Symbol::is_absolute): New function.
15243 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
15244 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
15245 absolute symbols.
15246 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
15247 (weak_undef_test): New target.
15248 * testsuite/Makefile.in: Rebuild.
15249 * testsuite/weak_undef_file1.cc: New file.
15250 * testsuite/weak_undef_file2.cc: New file.
15251 * testsuite/weak_undef_test.cc: New file.
15252
126f3ece
ILT
152532008-04-03 Craig Silverstein <csilvers@google.com>
15254
15255 * compressed_output.h (class Output_compressed_section): Use
15256 unsigned buffer.
15257 * compressed_output.cc (zlib_compress): Use unsigned buffers,
15258 add zlib header.
15259 (zlib_compressed_suffix): Removed.
15260 (Output_compressed_section::set_final_data_size): Use unsigned
15261 buffers.
15262 * testsuite/Makefile.am (flagstest_compress_debug_sections):
15263 Fix linker invocation.
15264 (flagstest_o_specialfile_and_compress_debug_sections):
15265 Likewise.
15266 * testsuite/Makefile.in: Regenerated.
15267
deae2a14
DM
152682008-04-02 David S. Miller <davem@davemloft.net>
15269
15270 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
15271 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
15272
70752818
ILT
152732008-04-02 Craig Silverstein <csilvers@google.com>
15274
15275 * TODO: New file.
15276
39d0cb0e
ILT
152772008-04-02 Ian Lance Taylor <iant@google.com>
15278
15279 * fileread.cc (File_read::find_view): Add byteshift and vshifted
15280 parameters. Update for new key type to views_. Change all
15281 callers.
15282 (File_read::read): Adjust for byteshift in returned view.
15283 (File_read::add_view): New function, broken out of
15284 find_and_make_view.
15285 (File_read::make_view): New function, broken out of
15286 find_and_make_view.
15287 (File_read::find_or_make_view): Add offset and aligned
15288 parameters. Rewrite accordingly. Change all callers.
15289 (File_read::get_view): Add offset and aligned parameters. Adjust
15290 for byteshift in return value.
15291 (File_read::get_lasting_view): Likewise.
15292 * fileread.h (class File_read): Update declarations.
15293 (class File_read::View): Add byteshift_ field. Add byteshift to
15294 constructor. Add byteshift method.
15295 * archive.h (Archive::clear_uncached_views): New function.
15296 (Archive::get_view): Add aligned parameter. Change all callers.
15297 * object.h (Object::get_view): Add aligned parameter. Change all
15298 callers.
15299 (Object::get_lasting_view): Likewise.
15300
15301 * fileread.cc (File_read::release): Don't call clear_views if
15302 there are multiple objects.
15303 * fileread.h (File_read::clear_uncached_views): New function.
15304 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
15305 on the archive.
15306
a1207466
CC
153072008-03-31 Cary Coutant <ccoutant@google.com>
15308
15309 Add thin archive support.
15310 * archive.cc (Archive::armagt): New const.
15311 (Archive::setup): Remove task parameter and calls to unlock.
15312 (Archive::unlock_nested_archives): New function.
15313 (Archive::read_header): Add nested_off parameter. Change
15314 all callers.
15315 (Archive::interpret_header): Likewise.
15316 (Archive::include_all_members): Change to handle thin
15317 archives.
15318 (Archive::include_member): Likewise.
15319 * archive.h (Archive::Archive): Add new parameters and
15320 initializers.
15321 (Archive::armagt): New const.
15322 (Archive::setup): Remove task parameter.
15323 (Archive::unlock_nested_archives): New function.
15324 (Archive::read_header): Add nested_off parameter.
15325 (Archive::interpret_header): Likewise.
15326 (Archive::Nested_archive_table): New typedef.
15327 (Archive::is_thin_archive_): New field.
15328 (Archive::nested_archives_): New field.
15329 (Archive::options_): New field.
15330 (Archive::dirpath_): New field.
15331 (Archive::task_): New field.
15332 * readsyms.cc (Read_symbols::do_read_symbols): Add check
15333 for thin archives. Pass additional parameters to
15334 Archive::Archive. Unlock the archive file after calling
15335 Archive::setup.
cd536b21 15336
479f6503
ILT
153372008-03-29 Ian Lance Taylor <iant@google.com>
15338
686c8caf
ILT
15339 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
15340 version symbol to be local.
15341 * testsuite/ver_test_4.sh: New file.
15342 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
15343 (check_DATA): Add ver_test_4.syms.
15344 (ver_test_4.syms): New target.
15345 * testsuite/Makefile.in: Rebuild.
15346
ab794b6b
ILT
15347 * output.cc
15348 (Output_section::Input_section_sort_entry::has_priority): New
15349 function.
15350 (Output_section::Input_section_sort_entry::match_file_name): New
15351 function.
15352 (Output_section::Input_section_sort_entry::match_section_name):
15353 Remove.
15354 (Output_section::Input_section_sort_entry::match_section_name_prefix):
15355 Remove.
15356 (Output_section::Input_section_sort_entry::match_section_file):
15357 Remove.
15358 (Output_section::Input_section_sort_compare::operator()): Rewrite
15359 using new Input_section_sort_entry functions. Sort crtbegin and
15360 crtend first. Sort sections with no priority before sections with
15361 a priority.
15362 * testsuite/initpri1.c (d3): Check j != 4.
15363 (cd5): New constructor/destructor function.
15364 (main): Check j != 2.
15365
479f6503
ILT
15366 * symtab.cc (Symbol_table::add_from_object): If we don't use the
15367 new symbol when resolving, don't call set_is_default.
15368 * testsuite/ver_test_7.cc: New file.
15369 * testsuite/ver_test_7.sh: New file.
15370 * testsuite/Makefile.am (ver_test_7.so): New target.
15371 (ver_test_7.o): New target.
15372 (check_SCRIPTS): Add ver_test_7.sh.
15373 (check_DATA): Add ver_test_7.syms.
15374 (ver_test_7.syms): New target.
15375
2fd32231
ILT
153762008-03-28 Ian Lance Taylor <iant@google.com>
15377
15378 * layout.cc (Layout::layout): If we see an input section with a
15379 name that needs sorting, set the must_sort flag for the output
15380 section.
15381 (Layout::make_output_section): If the name of the output section
15382 indicates that it might require sorting, set the may_sort flag.
15383 * output.h (Output_section::may_sort_attached_input_sections): New
15384 function.
15385 (Output_section::set_may_sort_attached_input_sections): New
15386 function.
15387 (Output_section::must_sort_attached_input_sections): New
15388 function.
15389 (Output_section::set_must_sort_attached_input_sections): New
15390 function.
15391 (class Output_section): Declare Input_section_sort_entry. Define
15392 Input_section_sort_compare. Declare
15393 sort_attached_input_sections. Add new fields:
15394 may_sort_attached_input_sections_,
15395 must_sort_attached_input_sections_,
15396 attached_input_sections_are_sorted_.
15397 * output.cc (Output_section::Output_section): Initialize new
15398 fields.
15399 (Output_section::add_input_section): Add an entry to
15400 input_sections_ if may_sort or must_sort are true.
15401 (Output_section::set_final_data_size): Call
15402 sort_attached_input_sections if necessary.
15403 (Output_section::Input_section_sort_entry): Define new class.
15404 (Output_section::Input_section_sort_compare::operator()): New
15405 function.
15406 (Output_section::sort_attached_input_sections): New function.
15407 * configure.ac: Check whether the compiler supports constructor
15408 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
15409 * testsuite/initpri1.c: New file.
15410 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
15411 CONSTRUCTOR_PRIORITY.
15412 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
15413 (initpri1_LDFLAGS): New variable.
15414 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15415
18e6b24e
ILT
154162008-03-27 Ian Lance Taylor <iant@google.com>
15417
49bdd526
ILT
15418 * common.cc (Sort_commons::operator): Correct sorting algorithm.
15419 * testsuite/common_test_1.c: New file.
15420 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
15421 (common_test_1_SOURCES): New variable.
15422 (common_test_1_DEPENDENCIES): New variable.
15423 (common_test_1_LDFLAGS): New variable.
15424
18e6b24e
ILT
15425 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
15426 and commons_ correctly when NAME/VERSION does not override
15427 NAME/NULL.
15428 * testsuite/ver_test_6.c: New file.
15429 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
15430 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
15431 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
15432
04bf7072
ILT
154332008-03-26 Ian Lance Taylor <iant@google.com>
15434
5871526f
ILT
15435 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
15436 of an undefined symbol from a version script.
15437 * testsuite/Makefile.am (ver_test_5.so): New target.
15438 (ver_test_5.o): New target.
15439 (check_SCRIPTS): Add ver_test_5.sh.
15440 (check_DATA): Add ver_test_5.syms.
15441 (ver_test_5.syms): New target.
15442 * testsuite/ver_test_5.cc: New file.
15443 * testsuite/ver_test_5.script: New file.
15444 * testsuite/ver_test_5.sh: New file.
15445 * Makefile.in, testsuite/Makefile.in: Rebuild.
15446
04bf7072
ILT
15447 PR gold/5986
15448 Fix problems building gold with gcc 4.3.0.
15449 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
15450 (gold_error_at_location, gold_warning_at_location): Use it.
15451 * configure.ac: Check whether we can compile and use a template
15452 function with a printf attribute.
15453 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
15454 when jumping over bytes.
15455 * object.cc: Instantiate Object::read_section_data.
15456 * debug.h: Include <cstring>
15457 * dwarf_reader.cc: Include <algorithm>
15458 * main.cc: Include <cstring>.
15459 * options.cc: Include <cstring>.
15460 * output.cc: Include <cstring>.
15461 * script.cc: Include <cstring>.
15462 * script.h: Include <string>.
15463 * symtab.cc: Include <cstring> and <algorithm>.
15464 * target-select.cc: Include <cstring>.
15465 * version.cc: Include <string>.
15466 * testsuite/testmain.cc: Include <cstdlib>.
15467 * configure, config.in: Rebuild.
15468
874c5b28
ILT
154692008-03-25 Ian Lance Taylor <iant@google.com>
15470
819d6c3a
ILT
15471 * options.cc: Include "../bfd/bfdver.h".
15472 (options::help): Print bug reporting address.
15473
f4b2c6f5
ILT
15474 * version.cc (print_version): Adjust output for current value of
15475 BFD_VERSION_STRING.
15476
15477 * NEWS: New file.
15478
e96caa79
ILT
15479 * options.cc (options::help): Print list of supported targets.
15480 * target-select.h: Include <vector>.
15481 (class Target_selector): Make machine_, size_, and is_big_endian_
15482 fields const. Add bfd_name_ and instantiated_target_ fields.
15483 (Target_selector::Target_selector): Add bfd_name parameter.
15484 (Target_selector::recognize): Make non-virtual, call
15485 do_recognize.
15486 (Target_selector::recognize_by_name): Make non-virtual, call
15487 do_recognize_by_name.
15488 (Target_selector::supported_names): New function.
15489 (Target_selector::bfd_name): New function.
15490 (Target_selector::do_instantiate_target): New pure virtual
15491 function.
15492 (Target_selector::do_recognize): New virtual function.
15493 (Target_selector::do_recognize_by_name): New virtual function.
15494 (Target_selector::instantiate_target): New private function.
15495 (supported_target_names): Declare.
15496 * target-select.cc (Target_selector::Target_selector): Update for
15497 new parameter and fields.
15498 (select_target_by_name): Check that the name matches before
15499 calling recognize_by_name.
15500 (supported_target_names): New function.
15501 * i386.cc (class Target_selector_i386): Update Target_selector
15502 constructor call. Remove recognize and recognize_by_name. Add
15503 do_instantiate_target.
15504 * x86_64.cc (class Target_selector_x86_64): Likewise.
15505 * testsuite/testfile.cc (class Target_selector_test): Update for
15506 changes to Target_selector.
15507
874c5b28
ILT
15508 * README: Rewrite, with some notes on unsupported features.
15509
0a65a3a7
CC
155102008-03-24 Cary Coutant <ccoutant@google.com>
15511
15512 * i386.cc (Target_i386::Got_type): New enum declaration.
15513 (Target_i386::Scan::local): Updated callers of Output_data_got
15514 member functions.
15515 (Target_i386::Scan::global): Likewise.
15516 (Target_i386::Relocate::relocate): Likewise.
15517 (Target_i386::Relocate::relocate_tls): Likewise.
15518 * object.h (Got_offset_list): New class.
15519 (Sized_relobj::local_has_got_offset): Added got_type parameter.
15520 (Sized_relobj::local_got_offset): Likewise.
15521 (Sized_relobj::set_local_got_offset): Likewise.
15522 (Sized_relobj::local_has_tls_got_offset): Removed.
15523 (Sized_relobj::local_tls_got_offset): Removed.
15524 (Sized_relobj::set_local_tls_got_offset): Removed.
15525 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
15526 * output.cc (Output_data_got::add_global): Added got_type parameter.
15527 (Output_data_got::add_global_with_rel): Likewise.
15528 (Output_data_got::add_global_with_rela): Likewise.
15529 (Output_data_got::add_global_pair_with_rel): New function.
15530 (Output_data_got::add_global_pair_with_rela): New function.
15531 (Output_data_got::add_local): Added got_type parameter.
15532 (Output_data_got::add_local_with_rel): Likewise.
15533 (Output_data_got::add_local_with_rela): Likewise.
15534 (Output_data_got::add_local_pair_with_rel): New function.
15535 (Output_data_got::add_local_pair_with_rela): New function.
15536 (Output_data_got::add_global_tls): Removed.
15537 (Output_data_got::add_global_tls_with_rel): Removed.
15538 (Output_data_got::add_global_tls_with_rela): Removed.
15539 (Output_data_got::add_local_tls): Removed.
15540 (Output_data_got::add_local_tls_with_rel): Removed.
15541 (Output_data_got::add_local_tls_with_rela): Removed.
15542 * output.h (Output_data_got::add_global): Added got_type parameter.
15543 (Output_data_got::add_global_with_rel): Likewise.
15544 (Output_data_got::add_global_with_rela): Likewise.
15545 (Output_data_got::add_global_pair_with_rel): New function.
15546 (Output_data_got::add_global_pair_with_rela): New function.
15547 (Output_data_got::add_local): Added got_type parameter.
15548 (Output_data_got::add_local_with_rel): Likewise.
15549 (Output_data_got::add_local_with_rela): Likewise.
15550 (Output_data_got::add_local_pair_with_rel): New function.
15551 (Output_data_got::add_local_pair_with_rela): New function.
15552 (Output_data_got::add_global_tls): Removed.
15553 (Output_data_got::add_global_tls_with_rel): Removed.
15554 (Output_data_got::add_global_tls_with_rela): Removed.
15555 (Output_data_got::add_local_tls): Removed.
15556 (Output_data_got::add_local_tls_with_rel): Removed.
15557 (Output_data_got::add_local_tls_with_rela): Removed.
15558 * resolve.cc (Symbol::override_base_with_special): Removed
15559 reference to has_got_offset_ field.
15560 * symtab.cc (Symbol::init_fields): Replaced initialization
15561 of got_offset_ with got_offsets_. Removed initialization
15562 of has_got_offset_
53fcba31 15563 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
15564 (Symbol::got_offset): Likewise.
15565 (Symbol::set_got_offset): Likewise.
15566 (Symbol::has_tls_got_offset): Removed.
15567 (Symbol::tls_got_offset): Removed.
15568 (Symbol::set_tls_got_offset): Removed.
15569 (Symbol::got_offset_): Removed.
15570 (Symbol::tls_mod_got_offset_): Removed.
15571 (Symbol::tls_pair_got_offset_): Removed.
15572 (Symbol::got_offsets_): New field.
15573 (Symbol::has_got_offset): Removed.
15574 (Symbol::has_tls_mod_got_offset): Removed.
15575 (Symbol::has_tls_pair_got_offset): Removed.
15576 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
15577 (Target_x86_64::Scan::local): Updated callers of Output_data_got
15578 member functions.
15579 (Target_x86_64::Scan::global): Likewise.
15580 (Target_x86_64::Relocate::relocate): Likewise.
15581 (Target_x86_64::Relocate::relocate_tls): Likewise.
15582
bd52eafb
BE
155832008-03-25 Ben Elliston <bje@au.ibm.com>
15584
15585 * yyscript.y: Fix spelling error in comment.
15586
8b105e34
ILT
155872008-03-24 Ian Lance Taylor <iant@google.com>
15588
8ed814a9
ILT
15589 * options.h (class General_options): Define build_id option.
15590 * layout.h (class Layout): Declare write_build_id, create_note,
15591 create_build_id. Add build_id_note_ member.
15592 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
15593 "libiberty.h", "md5.h", "sha1.h".
15594 (Layout::Layout): Initialize eh_frame_data_,
15595 eh_frame_hdr_section_, and build_id_note_.
15596 (Layout::finalize): Call create_build_id.
15597 (Layout::create_note): New function, broken out of
15598 Layout::create_gold_note.
15599 (Layout::create_gold_note): Call create_note.
15600 (Layout::create_build_id): New function.
15601 (Layout::write_build_id): New function.
15602 (Close_task_runner::run): Call write_build_id.
15603
8b105e34
ILT
15604 * x86_64.cc: Correct license to GPLv3.
15605
086a1841
ILT
156062008-03-23 Ian Lance Taylor <iant@google.com>
15607
15608 * options.cc: Include "demangle.h".
15609 (parse_optional_string): New function.
15610 (parse_long_option): Handle takes_optional_argument.
15611 (parse_short_option): Update dash_z initializer. Handle
15612 takes_optional_argument.
15613 (General_options::General_options): Initialize do_demangle_.
15614 (General_options::finalize): Set do_demangle_. Handle demangling
15615 style.
15616 * options.h (parse_optional_string): Declare.
15617 (struct One_option): Add optional_arg field. Update constructor.
15618 Update call constructor calls. Add takes_optional_argument
15619 function.
15620 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
15621 (DEFINE_optional_string): Define.
15622 (General_options::demangle): Change from DEFINE_bool to
15623 DEFINE_optional_string.
15624 (General_options::no_demangle): New function.
15625 (General_options::do_demangle): New function.
15626 (General_options::set_do_demangle): New function.
15627 (General_options::execstack_status_): Move definition to end of
15628 class definition.
15629 (General_options::static_): Likewise.
15630 (General_options::do_demangle_): New field.
15631 * object.cc (big_endian>::get_symbol_location_info): Call
15632 Options::do_demangle, not Options::demangle.
15633 * symtab.cc (demangle): Likewise.
15634
cbb93e63
ILT
156352008-03-22 Ian Lance Taylor <iant@google.com>
15636
15637 * gold.h: Include <cstddef> and <sys/types.h>
15638 * options.h: Include <cstring>.
15639
ec531623
ILT
156402008-03-21 Ian Lance Taylor <iant@google.com>
15641
15642 * Added source code to GNU binutils.
752937aa 15643\f
4b95cf5c 15644Copyright (C) 2008-2014 Free Software Foundation, Inc.
752937aa
NC
15645
15646Copying and distribution of this file, with or without modification,
15647are permitted in any medium without royalty provided the copyright
15648notice and this notice are preserved.
15649
15650Local Variables:
15651mode: change-log
15652left-margin: 8
15653fill-column: 74
15654version-control: never
15655End:
This page took 0.971592 seconds and 4 git commands to generate.