remove an unused macro and an unused declaration
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
53c66605
ML
12014-05-08 Martin Liška <mliska@suse.cz>
2
3 * output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
4
57b2284c
CC
52014-05-06 Cary Coutant <ccoutant@google.com>
6
7 PR gold/16900
8 * i386.cc (Output_data_got_plt_i386): New class.
9 (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt
10 parameter. Change all callers.
11 (Output_data_plt_i386::layout_): Remove.
12 (Output_data_plt_i386::got_plt_): Change type.
13 (Target_i386::got_plt_): Change type. Change all references.
14 (Target_i386::got_section): Create instance of new class.
15 (Output_data_got_plt_i386::do_write): New function.
16 * x86_64.cc (Output_data_got_plt_x86_64): New class.
17 (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt
18 parameter. Change all callers.
19 (Output_data_plt_x86_64::layout_): Remove.
20 (Output_data_plt_x86_64::got_plt_): Change type.
21 (Target_x86_64::got_plt_): Change type. Change all references.
22 (Target_x86_64::got_section): Create instance of new class.
23 (Output_data_got_plt_x86_64::do_write): New function.
24 (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT.
25 (Target_x86_64<size>::init_got_plt_for_update): Create instance of new
26 class.
27
6b97515d
CC
282014-05-05 Cary Coutant <ccoutant@google.com>
29
30 * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
31 if we have pubnames/pubtypes.
32
d1bddd3c
CC
332014-05-02 Cary Coutant <ccoutant@google.com>
34
35 * defstd.cc (in_segment): Define __ehdr_start here...
36 * layout.cc (Layout::finalize): ...Instead of here. Set the
37 output segment when known.
38 * resolve.cc (Symbol::override_base_with_special): Remember
39 the original binding.
40 * symtab.cc (Symbol::set_output_segment): New function.
41 (Symbol::set_undefined): New function.
42 * symtab.h (Symbol::is_weak_undefined): Check original undef
43 binding.
44 (Symbol::is_strong_undefined): New function.
45 (Symbol::set_output_segment): New function.
46 (Symbol::set_undefined): New function.
47 * target-reloc.h (is_strong_undefined): Remove.
48 (issue_undefined_symbol_error): Call Symbol::is_weak_undefined.
49 Check for hidden undefs.
50 (relocate_section): Call Symbol::is_strong_undefined.
51
52 * testsuite/Makefile.am (ehdr_start_test_1)
53 (ehdr_start_test_2, ehdr_start_test_3)
54 (ehdr_start_test_4, ehdr_start_test_5): New test cases.
55 * testsuite/Makefile.in: Regenerate.
56 * testsuite/ehdr_start_def.cc: New source file.
57 * testsuite/ehdr_start_test.cc: New source file.
58 * testsuite/ehdr_start_test.t: New linker script.
59 * testsuite/ehdr_start_test_4.sh: New shell script.
60
7849f6d8
CC
612014-04-23 Cary Coutant <ccoutant@google.com>
62
bf2cc635 63 PR gold/16870
7849f6d8
CC
64 * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
65
99fd8cff
CC
662014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
67
68 * layout.cc (Layout::include_section): Allow a target to decide
69 whether to include a section.
70 * target.h (Target::should_include_section): New function.
71 (Target::do_should_include_section): New function.
72
91f43acd
CC
732014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
74
75 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
76 inline into ...
77 (Copy_relocs::emit): ... here.
78 * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
79 (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
80 (Copy_reloc_entry::entries_): Change from private to protected.
81
c4eb27e1
ST
822014-04-02 Sriraman Tallam <tmsriram@google.com>
83
84 * icf.cc (get_section_contents): Replace copies of reloc
85 vectors with const references.
86
ae447ddd
CC
872014-04-02 Cary Coutant <ccoutant@google.com>
88
89 * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
90 (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
91 * configure: Regenerate.
92 * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
93 -fno-use-linker-plugin.
94 (LINK1, CXXLINK1): Add it to the link command.
95 * testsuite/Makefile.in: Regenerate.
96
fa47fa92
AM
972014-03-12 Alan Modra <amodra@gmail.com>
98
99 * Makefile.in: Regenerate.
100
9b12c500
CC
1012014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
102
103 * symtab.h (Symbol::set_nonvis): New function.
104
beacaa96
CC
1052014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
106
107 * symtab.cc (Sized_symbol<32>::init_output_data):
108 Instantiate the template.
109 (Sized_symbol<64>::init_output_data): Likewise.
110
800d9823
CC
1112014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
112
113 * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
114 adjust dynamic symbol value.
115 * target.h (Target::adjust_dyn_symbol): New function.
116 (Target::do_adjust_dyn_symbol): New function.
117
918fc1f8
CC
1182014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
119
120 * output.cc (Output_data_dynamic::Dynamic_entry::write):
121 Get the value of DYNAMIC_CUSTOM dynamic entry.
122 * output.h (Output_data_dynamic::add_custom): New function.
123 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
124 dynamic entry.
125 (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
126 * target.h (Target::dynamic_tag_custom_value): New function.
127 (Target::do_dynamic_tag_custom_value): New function.
128
98ff9231
CC
1292014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
130
131 * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
132 dynsym indexes.
133 * target.h (Target::has_custom_set_dynsym_indexes): New function.
134 (Target::do_has_custom_set_dynsym_indexes): New function.
135 (Target::set_dynsym_indexes): New function.
136 (Target::do_set_dynsym_indexes): New function.
137
b80eed39
AM
1382014-03-07 Alan Modra <amodra@gmail.com>
139
140 * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
141 CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
142 (Powerpc_relocate_functions::has_overflow_unsigned): New function.
143 (Powerpc_relocate_functions::has_overflow_bitfield,
144 overflowed): Use the above.
145 (Target_powerpc::Relocate::relocate): Correct overflow checking
146 for a number of relocations. Modify overflow test for 16-bit
147 fields in instructions to signed/unsigned according to whether
148 the field takes a signed or unsigned value.
149
4b95cf5c
AM
1502014-03-05 Alan Modra <amodra@gmail.com>
151
152 Update copyright years.
153
45965137
AM
1542014-03-05 Alan Modra <amodra@gmail.com>
155
156 * powerpc.cc (Target_powerpc::Scan::local, global): Support
157 R_PPC64_ADDR64_LOCAL.
158 (Target_powerpc::Relocate::relocate): Likewise.
159
2c80b753
AM
1602014-03-03 Alan Modra <amodra@gmail.com>
161
162 * dwp.cc (print_version): Update copyright year to current.
163
c1c69e83
AM
1642014-02-10 Alan Modra <amodra@gmail.com>
165
166 * po/gold.pot: Regenerate.
167
dd0c4e70
CC
1682014-02-06 Cary Coutant <ccoutant@google.com>
169
170 Fix problem where -u is ignored when a weak undef is seen.
171
172 * archive.cc (Library_base::should_include_member): Reorder
173 code to check for -u option if a weak undef has already been seen.
174 * testsuite/Makefile.am (weak_undef_test_2): New test case.
175 * testsuite/Makefile.in: Regenerate.
176 * testsuite/weak_undef_file3.cc: New file.
177 * testsuite/weak_undef_file4.cc: New file.
178 * testsuite/weak_undef_test_2.cc: New file.
179
1a221d3d
CC
1802014-02-05 Cary Coutant <ccoutant@google.com>
181
182 Fix issues with gold undefined symbol diagnostics.
183
184 PR binutils/15435
185 * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
186 check to here.
187 * target-reloc.h (is_strong_undefined): New function.
188 (relocate_section): Move undef vtable symbol check from here.
189 Check for is_strong_undefined.
190
e889f0a4
CC
1912014-02-05 Cary Coutant <ccoutant@google.com>
192
193 Fix problems with the --dynamic-list option.
194
195 PR gold/13577
196 * options.cc (General_options::parse_dynamic_list):
197 Set have_dynamic_list_.
198 (General_options::General_options): Initialize have_dynamic_list_.
199 (General_options::finalize): Turn off -Bsymbolic and
200 -Bsymbolic-functions if --dynamic-list provided.
201 * options.h (General_options::have_dynamic_list): New function.
202 (General_options::have_dynamic_list_): New data member.
203 * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
204 correctly.
205
206 PR gold/16530
207 * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
208 in --dynamic-list, mark it.
209
210 * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
211 (dynamic_list_2): New test case.
212 * testsuite/Makefile.in: Regenerate.
213 * testsuite/dynamic_list_2.cc: New file.
214 * testsuite/dynamic_list_2.t: New file.
215 * testsuite/dynamic_list_lib1.cc: New file.
216 * testsuite/dynamic_list_lib2.cc: New file.
217 * testsuite/gc_dynamic_list_test.c: New file.
218 * testsuite/gc_dynamic_list_test.sh: New file.
219 * testsuite/gc_dynamic_list_test.t: New file.
220
ec673e64
CC
2212014-01-28 Cary Coutant <ccoutant@google.com>
222
223 Add .gdb_index version 7 support.
224
225 * gold/dwarf_reader.cc: include <utility> (for make_pair).
226 (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
227 debug sections.
228 (Dwarf_ranges_table::read_ranges_table): Likewise.
229 (Dwarf_pubnames_table::read_section): Check for GNU-style
230 sections, and for compressed debug sections.
231 (Dwarf_pubnames_table::read_header): Compute end address of table.
232 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
233 for end of list by offset, not by offset == 0.
234 (Dwarf_info_reader::do_read_string_table): Check for compressed
235 debug sections.
236 * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
237 Initialize new data members.
238 (Dwarf_pubnames_table::next_name): return flag_byte.
239 (Dwarf_pubnames_table::end_of_table_): New data member.
240 (Dwarf_pubnames_table::is_gnu_style_): New data member.
241 * gold/gdb-index.cc (gdb_index_version): Update to version 7.
242 (Gdb_index_info_reader::read_pubtable): Read flag_byte.
243 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
244 read skeleton type unit DIEs.
245 (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
246 (Gdb_index::do_write): Write flag_byte.
247 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
248 (Gdb_index::Cu_vector): Store flags along with cu indexes.
249 * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
250 * gold/testsuite/gdb_index_test_comm.sh: Likewise.
251
221fd5d5
L
2522014-01-08 H.J. Lu <hongjiu.lu@intel.com>
253
254 * version.cc (print_version): Update copyright year to 2014.
255
6c09fb0b
ILT
2562013-12-19 Dimitry Andric <dimitry@andric.com>
257
258 * stringpool.cc (Stringpool_template::reserve): Add
259 HAVE_UNORDERED_MAP case.
260 * stringpool.cc (Stringpool_template::print_stats): Likewise.
261
8356f2d0
CC
2622013-12-18 Cary Coutant <ccoutant@google.com>
263
264 * configure.ac: Check for <unordered_set> and <unordered_map>.
265 * config.in: Regenerate.
266 * configure: Regenerate.
267 * system.h: Use <unordered_set> and <unordered_map> if available.
268
f2c7d7ee
RM
2692013-12-10 Roland McGrath <mcgrathr@google.com>
270
271 * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
272 with $(INSTALL_PROGRAM_ENV).
273 * Makefile.in: Regenerate.
274
6632e8cc
CC
2752013-11-22 Cary Coutant <ccoutant@google.com>
276
277 * configure.ac: Add check for which library is needed for
278 dlopen.
279 * configure: Regenerate.
280
0c075858
CC
2812013-11-22 Cary Coutant <ccoutant@google.com>
282
283 * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
284 assembler.
285 * testsuite/Makefile.in: Regenerate.
286
f49fe902
L
2872013-11-17 H.J. Lu <hongjiu.lu@intel.com>
288
289 * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
290 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
291 R_X86_64_PC32 and R_X86_64_PLT32, respectively.
292 (Target_x86_64<size>::Scan::local): Likewise.
293 (Target_x86_64<size>::Scan::global): Likewise.
294 (Target_x86_64<size>::Relocate::relocate): Likewise.
295 (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
296 Likewise.
297 (Target_x86_64<size>::Scan::check_non_pic(): Handle
298 R_X86_64_PC32_BND.
299
300 * testsuite/Makefile.am (check_PROGRAMS): Add
301 exception_x86_64_bnd_test.
302 (exception_x86_64_bnd_test_SOURCES): New macro.
303 (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
304 (exception_x86_64_bnd_test_LDFLAGS): Likewise.
305 (exception_x86_64_bnd_test_LDADD): Likewise.
306 (exception_x86_64_bnd_1.o): New rule.
307 (exception_x86_64_bnd_2.o): Likewise.
308 * testsuite/Makefile.in: Regenerated.
309
9055360d
AM
3102013-11-15 Alan Modra <amodra@gmail.com>
311
312 * powerpc.cc (Target_powerpc::glink_section): Provide non-const
313 accessor.
314 (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
315 Only call ppc64_local_entry_offset for 64-bit. Restrict
316 symval_for_branch lookup to ELFv1.
317 (Stub_table::add_plt_call_entry): Use unsigned int off.
318 (Output_data_glink::Address, invalid_address): New.
319 (Output_data_glink::add_eh_frame): Move out of line. Add
320 support for ELFv2.
321 (Output_data_glink::add_global_entry, find_global_entry,
322 global_entry_address): New functions.
323 (Output_data_glink::global_entry_stubs_, end_branch_table_,
324 ge_size): New variables.
325 (Output_data_glink::set_final_data_size): Add global entry
326 stub sizing.
327 (Output_data_glink::do_write): Write global entry stubs.
328 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
329 parameter. Return true for ELFv2. Adjust callers.
330 (Target_powerpc::Scan::local, global): Restrict opd lookup to
331 ELFv1. Similarly for ifunc and dynamic relocation processing
332 specific to ELFv1. Recognize that symbols are defined on
333 their plt entries for ELFv2.
334 (Target_powerpc::symval_for_branch): Assert if called for
335 ELFv2 or ppc32.
336 (Target_powerpc::Relocate::relocate): Use global entry plt
337 stub for symbol value if such exists on ELFv2.
338 (Target_powerpc::Relocate::relocate): Don't call
339 symval_for_branch when ELFv2. Do adjust for local entry
340 offset when ELFv2.
341 (Target_powerpc::do_dynsym_value): Set symbols to global entry
342 plt stub for ELFv2.
343 (Target_powerpc::do_plt_address_for_global): Similarly.
344
cafdd569
CC
3452013-11-14 Cary Coutant <ccoutant@google.com>
346
347 Revert patch -- this did not fix the problem, and there is
348 no race there.
349
350 2013-11-14 Cary Coutant <ccoutant@google.com>
351
352 PR gold/14860
353 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
354 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
355 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
356 updating fde_offsets_.
357 (Eh_frame_hdr::lock_): New data member.
358
94e49e16
CC
3592013-11-14 Cary Coutant <ccoutant@google.com>
360
361 * dwp.cc (Dwo_file_entry): New type.
362 (File_list): Use Dwo_file_entry.
363 (Dwo_file::verify): New function.
364 (Dwo_file::verify_dwo_list): New function.
365 (Dwo_file::sized_verify_dwo_list): New function.
366 (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
367 list.
368 (Dwp_options): New enum type.
369 (dwp_options): Add --verify-only.
370 (usage): Likewise.
371 (main): Likewise.
372 * dwp.h (gold_info): Add declaration.
373
7cdd7d57
CC
3742013-11-14 Cary Coutant <ccoutant@google.com>
375
376 PR gold/14860
377 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
378 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
379 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
380 updating fde_offsets_.
381 (Eh_frame_hdr::lock_): New data member.
382
1d946cb3
CC
3832013-11-06 Cary Coutant <ccoutant@google.com>
384
385 PR gold/15758
386 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
387 before reloc sections.
388
4f65b40e
AM
3892013-11-04 Alan Modra <amodra@gmail.com>
390
391 * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
392 (Symbol::needs_dynamic_reloc): Test new flag.
393 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
394 (Target_powerpc::Scan::get_reference_flags): Add target param.
395 Return FUNC_DESC_ABI for 64-bit ELFv1.
396 (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
397 call.
398 (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
399 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
400
908794a9
CC
4012013-10-31 Cary Coutant <ccoutant@google.com>
402
403 Restore support for dwp v2 DWARF package file format.
404
405 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
406 tu_length parameter. Adjust all callers.
407 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
408 * dwp.cc: Include dwarf.h.
409 (Section_bounds): New struct type.
410 (Unit_set): New struct type.
411 (Dwo_file::Dwo_file): Initialize new data member.
412 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
413 Combine and rename to...
414 (Dwo_file::read_unit_index): ...this.
415 (Dwo_file::sized_read_compunit_index)
416 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
417 (Dwo_file::sized_read_unit_index): ...this.
418 (Dwo_file::copy_section): Remove section_name, is_str_offsets
419 parameters; add section_id parameter.
420 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
421 (Dwo_file::add_unit_set): ...this.
422 (Dwo_file::shndx_map_): Remove.
423 (Dwo_file::sect_offsets_): New data member.
424 (Dwp_output_file::Dwp_output_file): Initialize new data members.
425 (Dwp_output_file::add_section): Rename to...
426 (Dwp_output_file::add_contribution): ...this.
427 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
428 (Dwp_output_file::add_tu_set): Likewise.
429 (Dwp_output_file::Contribution): New type.
430 (Dwp_output_file::Section::contributions): New data member.
431 (Dwp_output_file::Cu_or_tu_set): Remove.
432 (Dwp_output_file::Section::Section): New ctor.
433 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
434 (Dwp_output_file::Dwp_index::Section_table): New type.
435 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
436 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
437 parameter.
438 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
439 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
440 (Dwp_output_file::Dwp_index::section_table): New member function.
441 (Dwp_output_file::Dwp_index::section_table_end): New member function.
442 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
443 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
444 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
445 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
446 (Dwp_output_file::Dwp_index::section_table_): New data member.
447 (Dwp_output_file::Dwp_index::section_mask_): New data member.
448 (Dwp_output_file::add_output_section): New member function.
449 (Dwp_output_file::write_new_section): New member function.
450 (Dwp_output_file::write_contributions): New member function.
451 (Dwp_output_file::section_id_map_): New data member.
452 (class Dwo_id_info_reader): Remove.
453 (class Unit_reader): New class.
454 (get_dwarf_section_name): New function.
455 (Dwo_file::read_executable): Adjust initializations of class data.
456 (Dwo_file::read): Add support for v2 package file format.
457 (Dwo_file::read_unit_index): Likewise.
458 (Dwo_file::sized_read_unit_index): Likewise.
459 (Dwo_file::copy_section): Likewise.
460 (Dwo_file::add_unit_set): Likewise.
461 (Dwp_output_file::add_output_section): Likewise.
462 (Dwp_output_file::add_contribution): Likewise.
463 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
464 for empty slot.
465 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
466 file format.
467 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
468 slot.
469 (Dwp_output_file::initialize): Remove unused function.
470 (Dwp_output_file::finalize): Add support for v2 package file format.
471 (Dwp_output_file::write_index): Likewise.
472 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
473 function prototype.
474
2500c017
CC
4752013-10-31 Cary Coutant <ccoutant@google.com>
476
477 * configure.ac: Fix check for -fmerge-constants.
478 * configure.ac: Regenerate.
479
dd0845d7
RM
4802013-10-30 Roland McGrath <mcgrathr@google.com>
481
482 * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
483 Correct 9-byte nop sequence to match what the assembler generates.
484
b4f7960d
AM
4852013-10-30 Alan Modra <amodra@gmail.com>
486
487 * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
488 ppc64_local_entry_offset, ppc64_local_entry_offset,
489 do_read_symbols): New functions.
490 (Powerpc_relobj::e_flags_, st_other_): New vars.
491 (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
492 (Powerpc_dynobj::abiversion, set_abiversion): New functions.
493 (Powerpc_relobj::e_flags_): New var.
494 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
495 and adjust for ELFv2.
496 (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
497 (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
498 (Powerpc_dynobj::do_find_special_sections): Likewise.
499 (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
500 (Target_powerpc::Branch_info::make_stub): Adjust stub destination
501 to ELFv2 local entry.
502 (Target_powerpc::do_relax): No thread safe barriers needed for
503 ELFv2.
504 (Output_data_plt_powerpc::initial_plt_entry_size_,
505 plt_entry_size): Delete. Replace all uses with
506 first_plt_entry_offset() and plt_entry_size().
507 (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
508 reserved_size parm. Update callers.
509 (Output_data_plt_powerpc::entry_count): Update.
510 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
511 and use Target_powerpc::first_plt_entry_offset().
512 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
513 rename to plt_entry_size.
514 (Output_data_plt_powerpc::add_ifunc_entry,
515 add_local_ifunc_entry): Adjust reloc for ELFv2.
516 (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
517 (glink_eh_frame_fde_64v2): New.
518 (Stub_table::plt_call_size): Support ELFv2 sizing.
519 (Output_data_glink::add_eh_frame): Use the new FDE.
520 (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
521 (Stub_table::do_write): Write ELFv2 stubs and glink.
522 (Target_powerpc::Relocate::relocate): Replaces nop after call
523 with ld 2,24(1) and adjust local offset destination for ELFv2.
524
f9c6b907
AM
5252013-10-30 Alan Modra <amodra@gmail.com>
526
527 * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
528 (Target_powerpc::Scan::global, local): Likewise.
529 (Target_powerpc::Relocate::relocate): Likewise. Check for overflow
530 on all ppc64 @h and @ha relocs.
531
e84fe78f
AM
5322013-10-14 Alan Modra <amodra@gmail.com>
533
534 * output.h (Output_data_got::add_constant): Tidy.
535 (Output_data_got::add_constant_pair): New function.
536 * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
537 methods used so as to first call reserve_ent().
538
679e4abf
RM
5392013-10-11 Roland McGrath <mcgrathr@google.com>
540
44dcb735
RM
541 * powerpc.cc (Output_data_got_powerpc): Remove unused methods
542 add_got_entry and add_got_entry_pair.
543
13323c49
RM
544 * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
545 (HAVE_PUBNAMES): Likewise.
546 * configure: Regenerate.
547
1496b446
RM
548 * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
549 * testsuite/Makefile.in: Regenerate.
550
cc84c10b
RM
551 * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
552 Remove const from declaration.
553 * target.cc (Sized_target::do_adjust_elf_header): Update definition.
554 * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
555 * output.h (Output_file_header): Remove const from member target_
556 and corresponding constructor argument.
557 * output.cc (Output_file_header::Output_file_header): Update prototype.
558 (Output_file_header::do_sized_write): Use this->target_ in place
559 of parameters()->target().
560
52f66a2c
RM
561 * testsuite/undef_symbol.cc (Foo::get_a): New method.
562
2b64b551
RM
563 * configure.ac (MERGE_CONSTANTS_FLAG): New check.
564 * configure: Regenerate.
565 * Makefile.in: Regenerate.
566 * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
567 * testsuite/merge_string_literals_2.c: Likewise.
568 * testsuite/Makefile.am
569 (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
570 (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
571 literal -fmerge-constants.
572 * testsuite/Makefile.in: Regenerate.
573
43819297
RM
574 * i386.cc (Target_i386): Remove unused member dynbss_.
575 * arm.cc (Target_arm): Likewise.
576 * powerpc.cc (Target_powerpc): Likewise.
577 * sparc.cc (Target_sparc): Likewise.
578 * tilegx.cc (Target_tilegx): Likewise.
579 * x86_64.cc (Target_x86_64): Likewise.
580 * dwarf_reader.h (Dwarf_info_reader): Remove unused members
581 type_signature_, type_offset_.
582 * plugin.h (Plugin_hook): Remove unused member layout_.
583 * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
584 mapfile_.
585 (Read_member): Remove unused members input_objects_, symtab_,
586 mapfile_, layout_.
587 (Check_library): Remove unused member symtab_.
588 * archive.h (Lib_group): Remove unused member lib_.
589 * archive.cc (Lib_group::Lib_group): Update initializer.
590 * incremental.h (Incremental_binary): Remove unused member target_.
591 (Incremental_script_entry): Removed unused member script_.
592 * layout.h (Write_symbols_task): Remove unused member input_objects_.
593 * icf.h (Icf): Remove unused member num_tracked_relocs.
594
39d9ead7
RM
595 * gold-threads.h (Once): Conditionalize member was_run_lock_ on
596 [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
597 its only use.
598 * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
599
679e4abf
RM
600 * archive.h: Use struct rather than class for forward declaration
601 of Read_symbols_data.
602
54de2ea6
CC
6032013-10-07 Cary Coutant <ccoutant@google.com>
604
605 PR gold/16010
606 * testsuite/Makefile.am (icf_test): Fix dependencies.
607 (icf_safe_test): Likewise.
608 (icf_safe_so_test): Likewise.
609 (large_symbol_alignment): Add empty _LDADD rule.
610 * testsuite/Makefile.in: Regenerate.
611
b14016f0
L
6122013-09-03 Pavel Chupin <pavel.v.chupin@intel.com>
613
614 PR gold/15927
615 * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
616 relocation for R_X86_64_32 on x32.
617
eb426534
RM
6182013-08-27 Roland McGrath <mcgrathr@google.com>
619
620 * output.cc (Output_segment::set_section_addresses): Take new
621 Target* argument. If target->isolate_execinstr() and the segment
622 is executable and starts at a target->abi_pagesize() boundary,
623 pad its end out to a target->abi_pagesize() boundary with code fill.
624 * output.h (Output_segment::set_section_addresses): Update decl.
625 * layout.h (Layout::check_output_data_for_reset_values): Take new
626 argument RELAX_OUTPUTS.
627 (Layout): New member relax_output_list_.
628 (Layout::add_relax_output): New method.
629 * layout.cc (Layout::Layout): Update constructor.
630 (Layout::reset_relax_output): New method.
631 (Layout::clean_up_after_relaxation): Call it.
632 (Layout::prepare_for_relaxation): Update caller.
633 (Layout::set_segment_offsets): Update callers of set_section_addresses.
634 Call reset_relax_output before re-processing segments for
635 isolate_execinstr case.
636 (Layout::write_data): Handle relax_output_list_.
637 (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
638 Take new argument RELAX_OUTPUTS. Assert it's an empty collection.
639
9aff4b7a
NC
6402013-08-23 Yuri Chornoivan <yurchor@ukr.net>
641
642 PR binutils/15834
643 * object.h: Fix typos.
644
93f8221c
RM
6452013-08-16 Roland McGrath <mcgrathr@google.com>
646
647 * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
648 * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
649
e44c3715
CC
6502013-08-07 Cary Coutant <ccoutant@google.com>
651
652 Revert support for v2 DWP files:
653
654 2013-03-01 Cary Coutant <ccoutant@google.com>
655
656 Add dwp support for v2 DWARF package file format.
657 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
658 tu_length parameter. Adjust all callers.
659 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
660 * dwp.cc: Include dwarf.h.
661 (Section_bounds): New struct type.
662 (Unit_set): New struct type.
663 (Dwo_file::Dwo_file): Initialize new data member.
664 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
665 Combine and rename to...
666 (Dwo_file::read_unit_index): ...this.
667 (Dwo_file::sized_read_compunit_index)
668 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
669 (Dwo_file::sized_read_unit_index): ...this.
670 (Dwo_file::copy_section): Remove section_name, is_str_offsets
671 parameters; add section_id parameter.
672 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
673 (Dwo_file::add_unit_set): ...this.
674 (Dwo_file::shndx_map_): Remove.
675 (Dwo_file::sect_offsets_): New data member.
676 (Dwp_output_file::Dwp_output_file): Initialize new data members.
677 (Dwp_output_file::add_section): Rename to...
678 (Dwp_output_file::add_contribution): ...this.
679 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
680 (Dwp_output_file::add_tu_set): Likewise.
681 (Dwp_output_file::Contribution): New type.
682 (Dwp_output_file::Section::contributions): New data member.
683 (Dwp_output_file::Cu_or_tu_set): Remove.
684 (Dwp_output_file::Section::Section): New ctor.
685 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
686 (Dwp_output_file::Dwp_index::Section_table): New type.
687 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
688 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
689 parameter.
690 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
691 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
692 (Dwp_output_file::Dwp_index::section_table): New member function.
693 (Dwp_output_file::Dwp_index::section_table_end): New member function.
694 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
695 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
696 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
697 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
698 (Dwp_output_file::Dwp_index::section_table_): New data member.
699 (Dwp_output_file::Dwp_index::section_mask_): New data member.
700 (Dwp_output_file::add_output_section): New member function.
701 (Dwp_output_file::write_new_section): New member function.
702 (Dwp_output_file::write_contributions): New member function.
703 (Dwp_output_file::section_id_map_): New data member.
704 (class Dwo_id_info_reader): Remove.
705 (class Unit_reader): New class.
706 (get_dwarf_section_name): New function.
707 (Dwo_file::read_executable): Adjust initializations of class data.
708 (Dwo_file::read): Add support for v2 package file format.
709 (Dwo_file::read_unit_index): Likewise.
710 (Dwo_file::sized_read_unit_index): Likewise.
711 (Dwo_file::copy_section): Likewise.
712 (Dwo_file::add_unit_set): Likewise.
713 (Dwp_output_file::add_output_section): Likewise.
714 (Dwp_output_file::add_contribution): Likewise.
715 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
716 for empty slot.
717 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
718 file format.
719 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
720 slot.
721 (Dwp_output_file::initialize): Remove unused function.
722 (Dwp_output_file::finalize): Add support for v2 package file format.
723 (Dwp_output_file::write_index): Likewise.
724 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
725 function prototype.
726
c6905c28
CC
7272013-07-31 Cary Coutant <ccoutant@google.com>
728
729 * object.cc (Sized_relobj::do_output_section_address): New function.
730 (Sized_relobj): Instantiate explicitly.
731 * object.h (Object::output_section_address): New function.
732 (Object::do_output_section_address): New function.
733 (Sized_relobj::do_output_section_address): New function.
734 * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
735
7362013-07-30 Cary Coutant <ccoutant@google.com>
5cdb4d98 737 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
a67858e0
CC
738
739 * parameters.cc (Parameters::entry): Return target-specific entry
740 symbol name.
741 * target.h (Target::entry_symbol_name): New function.
742 (Target_info::entry_symbol_name): New data member.
743
744 * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
745 * i386.cc (Target_i386::i386_info): Likewise.
746 (Target_i386_nacl::i386_nacl_info): Likewise.
747 * sparc.cc (Target_sparc::sparc_info): Likewise.
748 * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
749 * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
750 (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
751 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
752
234d4ab8
SA
7532013-07-22 Sterling Augustine <saugustine@google.com>
754
755 * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
756 Convert parameter shndx to local variable. Add parameters symtab
757 and symtab_size. Scan over section names. Find relocation
758 section corresponding to current section. Create and initialize
759 reloc_mapper_ and reloc_type_.
760 (Dwarf_pubnames_table::read_header): Add assertion. Change
761 unit_length to off_t. Initialize member unit_length_. Fill in field
762 cu_offset_.
763 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
764 Initialize new fields unit_length_ and cu_offset_.
765 (Dwarf_pubnames_table::read_section): Update prototype.
766 (Dwarf_pubnames_table::cu_offset): New member function.
767 (Dwarf_pubnames_table::subsection_size): Likewise.
768 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
769 New fields.
770 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
771 member functions public.
772 * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
773 Update comment. Rework logic. Move repeated parts to...
774 (Gdb_index_info_reader::read_pubtable): ...here. New function.
775 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
776 pubtypes_table_, and stmt_list_offset.
777 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
778 Gdb_index::find_pubtype_offset,
779 Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
780 (Gdb_index::pubnames_read): Update prototype and rework logic.
781 * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
782 Forward declare.
783 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
784 Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
785 Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
786 Gdb_index::map_pubtable_to_dies):
787 Declare functions.
788 (Gdb_index::pubnames_read): Update declaration.
789 (Gdb_index::Pubname_offset_map): New type.
790 (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
791 Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
792 Gdb_index::stmt_list_offset): Declare.
793 (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
794 Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
795 Gdb_index::pubtypes_offset_): Remove.
796
a3ed37d8
RM
7972013-07-19 Roland McGrath <mcgrathr@google.com>
798
799 * options.h (General_options): Add -Trodata-segment option.
800 * parameters.cc (Parameters::check_rodata_segment): New function.
801 (Parameters::set_target_once): Call it.
802 * parameters.h (Parameters): Declare it (private member function).
803 * layout.cc (load_seg_unusable_for_headers): New function, broken
804 out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr()
805 then validate rodata segment rather than text segment.
806 (relaxation_loop_body): Call that.
807 (is_text_segment): New function. Don't admit a non-executable
808 segment if TARGET->isolate_execinstr().
809 (set_segment_offsets): Call it. Honor -Trodata-segment option.
810
eb5b4ded
CC
8112013-07-15 Shawn Landden <shawnlandden@gmail.com>
812
813 PR gold/15070
814 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
815 * nacl.h (Sniff_file::View::View): Request aligned view.
816
4d5effb9
CC
8172013-07-11 Cary Coutant <ccoutant@google.com>
818
819 * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
820 correct BRLT entry size.
821
ba8ca3e7
AM
8222013-07-03 Alan Modra <amodra@gmail.com>
823
824 * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
825 comment.
826
267257d2
CC
8272013-07-01 Cary Coutant <ccoutant@google.com>
828
829 * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
830 reloc_type_.
831 (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
832 (Dwarf_ranges_table::lookup_reloc): New function.
833 * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
834 reloc_type_.
835 (Dwarf_ranges_table::lookup_reloc): New function.
836 (Dwarf_ranges_table::reloc_type_): New data member.
837
06f30c9d
CC
8382013-06-27 Jing Yu <jingyu@google.com>
839
840 PR gold/15662
841 * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
842 function.
843 (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
844 (Target_powerpc::do_relax): Call the above.
845
a2d7bf59
AM
8462013-06-27 Cary Coutant <ccoutant@google.com>
847
848 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
849 on garbage collected .opd section.
850
8512013-06-27 Alan Modra <amodra@gmail.com>
852
853 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
854 is non-zero.
855 (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
856 (Target_powerpc::do_function_location): Likewise for loc->shndx.
857
32364e50
CC
8582013-06-14 Cary Coutant <ccoutant@google.com>
859
860 * resolve.cc (Symbol::override_base): Don't override st_type
861 from plugin placeholder symbols.
862 (Symbol_table::resolve): Likewise.
863 (Symbol_table::should_override): Don't complain about TLS mismatch
864 if the TO symbol is a plugin placeholder.
865 * testsuite/Makefile.am (plugin_test_tls): New test.
866 * testsuite/Makefile.in: Regenerate.
867 * testsuite/plugin_test_tls.sh: New test script.
868 * testsuite/two_file_test_2_tls.cc: New test source.
869 * testsuite/two_file_test_tls.cc: New test source.
870
7fb47cc9
CC
8712013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
872
873 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
874 the maximum segment alignment is larger than the page size.
875 * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
876 correctly aligns the symbols with large alignemnt.
877 * testsuite/Makefile.in: Regenerate.
878 * testsuite/large_symbol_alignment.cc: New file.
879
6934001a
CC
8802013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>
881 Sriraman Tallam <tmsriram@google.com>
882
883 * options.h (sort_section): New option.
884 * output.h (Input_section_sort_section_prefix_special_ordering_compare):
885 Rename from Input_section_sort_section_name_special_ordering_compare.
886 (Input_section_sort_section_name_compare): New struct.
887 * output.cc (Output_section::Input_section_sort_section_name_compare::
888 operator()): New function.
889 (Output_section::sort_attached_input_sections): Use new sort function
890 for .text if --sort-section=name is specified.
891 * layout.cc (Layout::make_output_section):
892 Add sorting by name when --sort-section=name is specified.
893 * testsuite/Makefile.am (text_section_grouping): Test option
894 --sort-section=name.
895 * testsuite/Makefile.in: Regenerate.
896 * testsuite/section_sorting_name.cc: New file.
897 * testsuite/section_sorting_name.sh: New file.
898
93acabad
CC
8992013-05-21 Cary Coutant <ccoutant@google.com>
900
901 * symtab.h (Symbol::is_cxx_vtable): New function.
902 * target-reloc.h (relocate_section): Check for vtable symbol.
903 * testsuite/Makefile.am (missing_key_func.sh): New test case.
904 * testsuite/Makefile.in: Regenerate.
905 * testsuite/missing_key_func.cc: New test source.
906 * testsuite/missing_key_func.sh: New test script.
907
60e8b3fc
CC
9082013-05-21 Cary Coutant <ccoutant@google.com>
909
2b64b551
RM
910 * object.cc (Sized_relobj_file::get_symbol_location_info): Set
911 type of enclosing symbol.
912 (Relocate_info::location): Check symbol type when describing symbol.
913 * object.h (Symbol_location_info): Remove unused line_number;
914 add enclosing_symbol_type.
915 * testsuite/debug_msg.sh: Adjust expected output.
60e8b3fc 916
9df9de2c
CC
9172013-05-13 Cary Coutant <ccoutant@google.com>
918
2b64b551
RM
919 * configure.ac: Export DEFAULT_TARGET.
920 * configure: Regenerate.
921 * Makefile.in: Regenerate.
922 * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
923 * testsuite/Makefile.in: Regenerate.
924 * testsuite/debug_msg.sh: Delete duplicate tests.
925 Don't check undef_int error message match for powerpc where the
926 source file and line number aren't available.
9df9de2c 927
bbc5ae17
RM
9282013-05-10 Roland McGrath <mcgrathr@google.com>
929
930 * options.h (General_options): Add --rosegment-gap option.
931 * options.cc (finalize): --rosegment-gap implies --rosegment.
932 * layout.cc (set_segment_offsets): Let user option override
933 target->rosegment_gap().
934
0c6e6c39
RM
9352013-05-10 Roland McGrath <mcgrathr@google.com>
936
937 * options.h (General_options): Remove leading space from help
938 messages for -nostdlib and --rosegment.
939
cde7cb01
MR
9402013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
941
942 PR ld/15365
943 * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
944
f31ae5b8
AM
9452013-05-03 Alan Modra <amodra@gmail.com>
946
947 * merge.cc (Output_merge_string::do_add_input_section): Correct
948 scan for number of strings. Rename vars to avoid shadowing.
949 Include missing terminator in input_size_.
950
d3a7cd45
L
9512013-05-01 H.J. Lu <hongjiu.lu@intel.com>
952
953 * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
954 Restore empty string handling.
955
6ad3daba
CC
9562013-05-01 Cary Coutant <ccoutant@google.com>
957
958 * stringpool.cc (Stringpool_template::new_key_offset): Fix
959 uninitialized warning.
960
e31908b6
CC
9612013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
962
963 * output.cc (Output_section::add_merge_input_section): Allow
964 to merge sections if the alignment is more than character size.
965 * merge.h (Output_merge_string::Output_merge_string): Remove
966 assert.
967 * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
968 only not-null strings. Check the alignment of strings.
969 * stringpool.h
970 (Stringpool_template<Stringpool_char>::Stringpool_template): Add
971 alignment as the argument.
972 (Stringpool_template<Stringpool_char>::addralign_): New class member.
973 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
974 Align non-zero length strings according to the addralign_.
975 (Stringpool_template<Stringpool_char>::set_string_offsets):
976 Updating offsets according to the given alignment.
977 * testsuite/Makefile.am (text_section_grouping): Test if string
978 literals are getting merged.
979 * testsuite/Makefile.in: Regenerate.
980 * testsuite/merge_string_literals_1.c: New file.
981 * testsuite/merge_string_literals_2.c: Ditto.
982 * testsuite/merge_string_literals.sh: Ditto.
983
0e804863
ILT
9842013-04-26 Ian Lance Taylor <iant@google.com>
985
986 * target-reloc.h (relocate_section): If the reloc offset is out of
987 range, pass VIEW as NULL to relocate.relocate.
988 * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
989 * i386.cc (Target_i386::Relocate::relocate): Likewise.
990 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
991 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
992 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
993 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
994
e7c5ea40
CC
9952013-04-26 Geoff Pike <gpike@chromium.org>
996
997 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
998 * layout.cc (Hash_task): New class.
999 (Layout::queue_build_id_tasks): New function.
1000 (Layout::write_build_id): Handle single-thread portion of build ID
1001 computation. (In some cases, all of it is single-threaded.) Replace
1002 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
1003 functionality in fewer lines of code.
1004 * layout.h (Layout::queue_build_id_tasks): New function declaration.
1005 * options.h (General_options): make "--build-id" default to tree
1006 rather than sha1. Add two new options related to --build-id=tree:
1007 --build-id-chunk-size-for-treehash and
1008 --build-id-min-file-size-for-treehash.
1009 * Makefile.am: add testing of --build-id=tree and related new options
1010 (these tests will be invoked by "make check").
1011 * Makefile.in: Regenerate.
1012
49926cd0
AM
10132013-04-25 Alan Modra <amodra@gmail.com>
1014
1015 * configure.tgt: Add powerpcle and powerpc64le.
1016
a4034750
AM
10172013-04-22 Alan Modra <amodra@gmail.com>
1018
1019 PR gold/15355
1020 * layout.cc (Layout::segment_precedes): Allow more than one
1021 segment with the same type and flags.
1022
e79c84aa
CC
10232013-04-15 Cary Coutant <ccoutant@google.com>
1024
1025 * layout.cc (Layout::set_relocatable_section_offsets): Don't
1026 allocate space in file for BSS sections.
1027
2199fbe7
CC
10282013-04-15 Cary Coutant <ccoutant@google.com>
1029
1030 * script-sections.cc (Orphan_output_section): Reset address
1031 to zero after each orphaned section for relocatable links.
1032
502e8a84
CC
10332013-04-15 Cary Coutant <ccoutant@google.com>
1034
a4034750
AM
1035 * symtab.cc (Symbol_table::sized_write_globals): Subtract
1036 section starting address for relocatable link.
1037 * testsuite/Makefile.am (script_test_11): New test.
1038 * testsuite/Makefile.in: Regenerate.
1039 * testsuite/script_test_11.c: New source file.
1040 * testsuite/script_test_11.t: New linker script.
502e8a84 1041
0cfdc767
AM
10422013-04-13 Alan Modra <amodra@gmail.com>
1043
1044 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
1045 owner when sections are not adjacent and exceed group size.
1046 (Target_powerpc::group_sections): Handle corner case.
1047 (Target_powerpc::Branch_info::make_stub): Handle case where
1048 stub table doesn't exist due to branches in non-exec sections.
1049 (Target_powerpc::Relocate::relocate): Likewise.
1050
6830ee24
AM
10512013-04-11 Alan Modra <amodra@gmail.com>
1052
1053 PR gold/15354
1054 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
1055 .branch_lt to match bfd ld. Adjust comments throughout file.
1056
54a3d865
ILT
10572013-04-04 Ian Lance Taylor <iant@google.com>
1058
1059 GCC PR c++/56840
1060 * object.cc (do_layout_deferred_sections): Handle .eh_frame
1061 sections before checking whether they are included in the link.
1062
9993ba11
ST
10632013-03-29 Sriraman Tallam <tmsriram@google.com>
1064
1065 * archive.cc (Archive::get_elf_object_for_member): Create the elf
1066 object before calling the plugin claim_file handler. Pass the elf
1067 object of the archive to the plugin. Delete the elf object if the
1068 plugin claims the file.
1069
ebacd51e
AM
10702013-03-21 Alan Modra <amodra@gmail.com>
1071
1072 * layout.cc (Layout::set_segment_offsets): Accept writable .text
1073 segment when omagic.
1074
117be58f
AM
10752013-03-21 Alan Modra <amodra@gmail.com>
1076
1077 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
1078 comparison warning.
1079 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
1080 uninitialized" warning.
1081
32e2b61d
AM
10822013-03-20 Alan Modra <amodra@gmail.com>
1083
1084 * symtab.h (Symbol::clear_version): New function.
1085 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
1086 is_needed by weak references. Clear version for symbols defined
1087 in as-needed objects that are not needed.
1088
b3ccdeb5
AM
10892013-03-15 Alan Modra <amodra@gmail.com>
1090
1091 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
1092 static and public. Add report_err param. Return false for data refs.
1093 (Target_powerpc::rela_dyn_section): New overloaded function.
1094 (Target_powerpc::plt_, iplt_): Elucidate.
1095 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
1096 (Output_data_plt_powerpc::do_write): Don't write .iplt.
1097 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
1098 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
1099 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
1100 push_branch and make_plt_entry for ifunc syms when
1101 reloc_needs_plt_for_ifunc.
1102 (Target_powerpc::Relocate::relocate): Don't use plt entry value
1103 for ifunc unless reloc_needs_plt_for_ifunc.
1104
ad3d8a2f
AM
11052013-03-15 Alan Modra <amodra@gmail.com>
1106
1107 * gc.h (gc_process_relocs): Don't look through function descriptors.
1108 * icf.cc (get_section_contents): Do so here instead.
1109
4d9aa155
AM
11102013-03-13 Alan Modra <amodra@gmail.com>
1111
1112 * powerpc.cc (is_branch_reloc): Forward declare.
1113 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
1114 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
1115 false for 64-bit, true for 32-bit non-branch relocs.
1116 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
1117 * testsuite/Makefile.am (icf_test): Use linker map file instead of
1118 nm output.
1119 (icf_safe_test): Generate linker map file as well as nm output.
1120 (icf_safe_so_test): Likewise.
1121 * testsuite/Makefile.in: Regenerate.
1122 * testsuite/icf_test.sh: Parse linker map file to determine
1123 section folding.
1124 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
1125 * testsuite/icf_safe_so_test.sh: Likewise.
1126 (X86_32_or_ARM_specific_safe_fold): Merge into..
1127 (arch_specific_safe_fold): ..this.
1128 (X86_64_specific_safe_fold): Delete unused function.
1129
57420c20
AM
11302013-03-12 Alan Modra <amodra@gmail.com>
1131
1132 * gc.h (gc_process_relocs): Look through function descriptors
1133 to determine shndx, symvalue and addend used by ICF. Tidy
1134 variable duplication.
1135
dc3714f3
AM
11362013-03-11 Alan Modra <amodra@gmail.com>
1137
1138 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
1139 * layout.cc (Layout_task_runner::run): ..to here.
1140 * symtab.h (struct Symbol_location): Extract from..
1141 (class Symbol_table): ..here.
1142 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
1143 * target.h (class Target): Add function_location and
1144 do_function_location functions.
1145 (class Sized_target): Add do_function_location.
1146 * object.h (class Sized_relobj_file): Move find_shdr..
1147 (class Object): ..to here.
1148 * object.cc: Likewise. Update to suit. Instantiate.
1149 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
1150 * powerpc.cc (class Powerpc_dynobj): New.
1151 (Target_powerpc::do_function_location): New function.
1152 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
1153 (Powerpc_dynobj::do_read_symbols): New function.
1154 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
1155
956b03bb
ILT
11562013-03-08 Ian Lance Taylor <iant@google.com>
1157
1158 * options.cc (General_options::string_to_object_format): Accept
1159 "default".
1160
4bead2d5
AM
11612013-03-08 Alan Modra <amodra@gmail.com>
1162
1163 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
1164 pointer to Post_fde.
1165 (struct Post_fde): Move definition to here..
1166 * ehframe.cc (struct Post_fde): ..from here.
1167 (Cie::write): Don't alloc Post_fde.
1168 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
1169
02e60bf7
AM
11702013-03-07 Alan Modra <amodra@gmail.com>
1171
1172 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
1173 relocation referencing .LC0.
1174 * testsuite/discard_locals_test.sh: Remove FIXMEs.
1175
8343f03a
AM
11762013-03-07 Alan Modra <amodra@gmail.com>
1177
1178 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
1179 always_inline. Add assembly for powerpc to avoid GOT.
1180
3366d57c
AM
11812013-03-07 Alan Modra <amodra@gmail.com>
1182
1183 * testsuite/script_test_10.sh: Don't test .bss section
1184 header number.
1185
6c77229c
AM
11862013-03-06 Alan Modra <amodra@gmail.com>
1187
1188 * powerpc.cc (class Powerpc_relobj): Move some member functions.
1189 (Target_powerpc::symval_for_branch): Add symtab param. Update
1190 all callers. Handle folded sections.
1191 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
1192 to Powerpc_relobj.
1193 (Global_symbol_visitor_opd::operator()): Likewise.
1194
a39e4af6
AM
11952013-03-04 Alan Modra <amodra@gmail.com>
1196
1197 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
1198 * testsuite/Makefile.in: Regenerate.
1199
d5834edb
CC
12002013-03-01 Cary Coutant <ccoutant@google.com>
1201
1202 Add dwp support for v2 DWARF package file format.
1203 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1204 tu_length parameter. Adjust all callers.
1205 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1206 * dwp.cc: Include dwarf.h.
1207 (Section_bounds): New struct type.
1208 (Unit_set): New struct type.
1209 (Dwo_file::Dwo_file): Initialize new data member.
1210 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1211 Combine and rename to...
1212 (Dwo_file::read_unit_index): ...this.
1213 (Dwo_file::sized_read_compunit_index)
1214 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1215 (Dwo_file::sized_read_unit_index): ...this.
1216 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1217 parameters; add section_id parameter.
1218 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1219 (Dwo_file::add_unit_set): ...this.
1220 (Dwo_file::shndx_map_): Remove.
1221 (Dwo_file::sect_offsets_): New data member.
1222 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1223 (Dwp_output_file::add_section): Rename to...
1224 (Dwp_output_file::add_contribution): ...this.
1225 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1226 (Dwp_output_file::add_tu_set): Likewise.
1227 (Dwp_output_file::Contribution): New type.
1228 (Dwp_output_file::Section::contributions): New data member.
1229 (Dwp_output_file::Cu_or_tu_set): Remove.
1230 (Dwp_output_file::Section::Section): New ctor.
1231 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1232 (Dwp_output_file::Dwp_index::Section_table): New type.
1233 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1234 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1235 parameter.
1236 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1237 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1238 (Dwp_output_file::Dwp_index::section_table): New member function.
1239 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1240 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1241 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1242 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1243 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1244 (Dwp_output_file::Dwp_index::section_table_): New data member.
1245 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1246 (Dwp_output_file::add_output_section): New member function.
1247 (Dwp_output_file::write_new_section): New member function.
1248 (Dwp_output_file::write_contributions): New member function.
1249 (Dwp_output_file::section_id_map_): New data member.
1250 (class Dwo_id_info_reader): Remove.
1251 (class Unit_reader): New class.
1252 (get_dwarf_section_name): New function.
1253 (Dwo_file::read_executable): Adjust initializations of class data.
1254 (Dwo_file::read): Add support for v2 package file format.
1255 (Dwo_file::read_unit_index): Likewise.
1256 (Dwo_file::sized_read_unit_index): Likewise.
1257 (Dwo_file::copy_section): Likewise.
1258 (Dwo_file::add_unit_set): Likewise.
1259 (Dwp_output_file::add_output_section): Likewise.
1260 (Dwp_output_file::add_contribution): Likewise.
1261 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1262 for empty slot.
1263 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1264 file format.
1265 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1266 slot.
1267 (Dwp_output_file::initialize): Remove unused function.
1268 (Dwp_output_file::finalize): Add support for v2 package file format.
1269 (Dwp_output_file::write_index): Likewise.
1270 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1271 function prototype.
1272
a68a081d
CC
12732013-03-01 Cary Coutant <ccoutant@google.com>
1274
1275 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
1276 function into class definition in header file.
1277 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
1278 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
1279 New function.
1280 (Dwarf_info_reader::check_buffer): Move here from .cc file.
1281
9d5781f8
AM
12822013-02-28 Alan Modra <amodra@gmail.com>
1283
1284 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
1285 * target.cc (Target::do_plt_fde_location): New function.
1286 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
1287 accessor function, and constructor param.
1288 (struct Post_fde, Post_fdes): Declare.
1289 (Cie::write): Add post_fdes param.
1290 * ehframe.cc (Fde::write): Use plt_fde_location.
1291 (struct Post_fde): Define.
1292 (Cie::write): Stash FDEs added post merge mapping.
1293 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
1294 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
1295 (Eh_frame::do_sized_write): Arrange to write post map FDES after
1296 other FDEs.
1297 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
1298 (Target_powerpc::has_glink): New function.
1299 (Target_powerpc::do_relax): Add eh_frame info for stubs.
1300 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
1301 glink_eh_frame_fde_32, default_fde): New data.
1302 (Stub_table::eh_frame_added_): New var.
1303 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
1304 Make const.
1305 (Stub_table::add_eh_frame): New function.
1306 (Output_data_glink::add_eh_frame): New function.
1307 (Target_powerpc::make_glink_section): Call add_eh_frame.
1308
214383dd
ILT
13092013-02-15 Ian Lance Taylor <iant@google.com>
1310
1311 * options.h (DEFINE_uint64_alias): Define.
1312 (class General_options): Add -Ttext-segment as an alias for
1313 -Ttext.
1314
91c2b899
AM
13152013-02-15 Alan Modra <amodra@gmail.com>
1316
1317 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
1318 (Stub_table::do_write): ..here, two places.
1319 (Stub_table::plt_call_size): Use it here too.
1320
20e2a8aa
ILT
13212013-02-11 Ian Lance Taylor <iant@google.com>
1322
1323 * descriptors.cc (Descriptors::close_all): New function.
1324 * descriptors.h (class Descriptors): Declare close_all.
1325 (close_all_descriptors): New inline function.
1326 * plugin.cc: Include "descriptors.h".
1327 (Plugin_manager::cleanup): Call close_all_descriptors.
1328
8952bc69
AM
13292013-02-06 Alan Modra <amodra@gmail.com>
1330
1331 * README: Update coding style link.
1332
29bd8b6b
CC
13332013-01-28 Cary Coutant <ccoutant@google.com>
1334
a4034750
AM
1335 * dwp.cc (File_list): New typedef.
1336 (Dwo_name_info_reader): New class.
1337 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
1338 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
1339 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
1340 (Dwo_file::read_executable): New function.
1341 (Dwo_file::read): Move common setup code to ...
1342 (Dwo_file::make_object): ... here.
1343 (dwp_options): Add --exec/-e.
1344 (usage): Likewise.
1345 (main): Likewise.
29bd8b6b 1346
c6ac678d
ST
13472013-01-24 Sriraman Tallam <tmsriram@google.com>
1348
1349 * layout.cc (Layout::layout): Check for option text_reorder.
1350 (Layout::make_output_section): Ditto.
1351 * options.h (text_reorder): New option.
1352 * output.cc (Input_section_sort_compare): Remove special ordering
1353 of section names.
1354 (Output_section::
1355 Input_section_sort_section_name_special_ordering_compare::
1356 operator()): New function.
1357 (Output_section::sort_attached_input_sections): Use new sort function
1358 for .text.
1359 * output.h (Input_section_sort_section_name_special_ordering_compare):
1360 New struct.
1361 * testsuite/Makefile.am (text_section_grouping): Test option
1362 --no-text-reorder
1363 * testsuite/Makefile.in: Regenerate.
1364 * testsuite/text_section_grouping.sh: Check order of functions without
1365 default text reordering.
1366
50701cc1
MF
13672013-01-18 Mike Frysinger <vapier@gentoo.org>
1368
1369 * options.h (General_options): Change default to true for new_dtags.
1370
b1b00fcc
MF
13712013-01-18 Mike Frysinger <vapier@gentoo.org>
1372
1373 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
1374 when enable_new_dtags is false. Only add DT_RUNPATH when
1375 enable_new_dtags is true.
1376
ec5b8187
AM
13772013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
1378
1379 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
1380 used in declaration and definition consistent.
1381 (Target_powerpc::symval_for_branch): Ditto.
1382
a880d4c4
ST
13832013-01-16 Sriraman Tallam <tmsriram@google.com>
1384
1385 * testsuite/plugin_final_layout.cc: Fix comment.
1386
7c381248
ST
13872013-01-16 Sriraman Tallam <tmsriram@google.com>
1388
1389 * layout.cc (Layout::layout): Do not do default sorting for
1390 text sections when section ordering is specified.
1391 (make_output_section): Ditto.
1392 * testsuite/plugin_final_layout.cc: Name the function sections
1393 to catch reordering issues.
1394
e2458743
AM
13952013-01-15 Alan Modra <amodra@gmail.com>
1396
1397 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
1398 plt-thread-safe.
1399
431ed302
AM
14002013-01-15 Alan Modra <amodra@gmail.com>
1401
1402 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
1403 * testsuite/Makefile.in: Regenerate.
1404
0ec6429b
AM
14052013-01-14 Alan Modra <amodra@gmail.com>
1406
1407 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
1408 * testsuite/Makefile.in: Regenerate.
1409
0bf402d5
ILT
14102013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
1411
36af3926 1412 PR bfd/14430
0bf402d5
ILT
1413 Fix mingw gold build with plugins enabled
1414 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
1415 * configure.ac: Export DLOPEN_LIBS and add headers check.
1416 * plugin.cc: Handle non-dlfcn case.
1417 * Makefile.in: Regenerate.
1418 * config.in: Regenerate.
1419 * configure: Regenerate.
1420 * testsuite/Makefile.in: Regenerate.
1421
9e9143bc
ST
14222013-01-09 Sriraman Tallam <tmsriram@google.com>
1423
1424 * output.h (sort_attached_input_sections): Change to be public.
1425 * script-sections.cc
1426 (Output_section_definition::set_section_addresses): Sort
1427 attached input sections according to section order before linker
1428 script assigns section addresses.
1429 (Orphan_output_section::set_section_addresses): Sort
1430 attached input sections according to section order before linker
1431 script assigns section addresses.
1432 * Makefile.am (final_layout.sh): Use a simple linker script to
1433 check if section ordering still works.
1434 * Makefile.in: Regenerate.
1435
679af368
ILT
14362013-01-09 Ben Cheng <bccheng@google.com>
1437
1438 * arm.cc (Target_arm::attributes_accept_div): New function.
1439 (Target_arm::attributes_forbid_div): New function.
1440 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
1441 attribute using the same new functions as what bfd/elf32_arm.c
1442 does.
1443
3136a00e
CC
14442013-01-07 Cary Coutant <ccoutant@google.com>
1445
1446 PR gold/14993
1447 * output.cc (Output_section::add_input_section): For incremental
1448 updates, don't track input sections that are allocated from patch
1449 space.
1450
f2a6224b
L
14512013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1452 Ian Lance Taylor <iant@google.com>
1453
1454 PR gold/14897
1455 * configure.ac (--enable-ld): Removed.
1456 (install_as_default): Set to yes only for --enable-gold=default
1457 or --disable-ld.
1458 * configure: Regenerated.
1459
4f46f626
L
14602013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1461
1462 * options.h (General_options): Add -fuse-ld= for GCC linker
1463 option compatibility.
1464
26e4ef59
CC
14652013-01-04 Cary Coutant <ccoutant@google.com>
1466
1467 * configure.ac: Fix typo restoring CXXFLAGS.
1468 * configure: Regenerate.
1469
3d587466
CC
14702013-01-04 Cary Coutant <ccoutant@google.com>
1471
4f46f626
L
1472 * testsuite/Makefile.am (CXXLINK_S): New macro.
1473 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
1474 * testsuite/Makefile.in: Regenerate.
3d587466 1475
44db6695
L
14762013-01-02 H.J. Lu <hongjiu.lu@intel.com>
1477
1478 * version.cc (print_version): Update copyright year to 2013.
1479
edcac0c1
ILT
14802012-12-20 Ian Lance Taylor <iant@google.com>
1481
1482 * layout.cc (Layout::special_ordering_of_input_section): New
1483 function.
1484 (Layout::layout): If input section requires special ordering, must
1485 sort input sections.
1486 (Layout::make_output_section): May sort .text input sections.
1487 (Layout::is_section_name_prefix_grouped): Remove.
1488 * layout.h (class Layout): Declare
1489 special_ordering_of_input_section. Don't declare
1490 is_section_name_prefix_grouped.
1491 * output.cc (Output_section::add_input_section): Revert last
1492 change.
1493 (Output_section::Input_section_sort::match_file_name): Don't crash
1494 if called on output section data.
1495 (Output_section::Input_section_sort_compare): Sort based on
1496 special ordering.
1497 (Output_section::Input_section_sort_section_order_index_compare):
1498 Revert last patch.
1499 (Output_section::sort_attached_input_sections): Likewise.
1500
28f2a4ac
ST
15012012-12-18 Sriraman Tallam <tmsriram@google.com>
1502
edcac0c1 1503 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
28f2a4ac
ST
1504 * layout.h (Layout::is_section_name_prefix_grouped): New function.
1505 * output.cc (Output_section::add_input_section): Check if section
1506 name contains special prefix. Keep input sections to sort such
1507 sections.
1508 (Output_section::Input_section_sort_section_order_index_compare
1509 ::operator()): Group sections according to prefixes.
edcac0c1
ILT
1510 (Output_section::sort_attached_input_sections): Add condition to
1511 Input_section_entry constructor call.
28f2a4ac
ST
1512 * testsuite/Makefile.am (text_section_grouping): New test.
1513 * testsuite/Makefile.in: Regenerate.
1514 * testsuite/text_section_grouping.cc: New file.
1515 * testsuite/text_section_grouping.sh: New file.
1516
5bf135a7
NC
15172012-12-17 Nick Clifton <nickc@redhat.com>
1518
1519 * Makefile.am: Add copyright notice.
1520 * NEWS: Likewise.
1521 * README: Likewise.
1522 * configure.ac: Likewise.
1523 * ftruncate.c: Likewise.
1524 * Makefile.in: Regenerate.
1525
59965708
CC
15262012-12-14 Cary Coutant <ccoutant@google.com>
1527
a4034750
AM
1528 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
1529 --no-as-needed flag.
1530 (exception_separate_shared_12_test): Likewise.
1531 (incremental_copy_test): Likewise.
1532 * testsuite/Makefile.in: Regenerate.
59965708 1533
2a77e2ab
CC
15342012-12-14 Cary Coutant <ccoutant@google.com>
1535
1536 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
1537 (Dwp_output_file::Dwp_index::enter_set): Add assert.
1538
e3deeb9c
AM
15392012-12-12 Alan Modra <amodra@gmail.com>
1540
1541 * powerpc.cc (class Track_tls): New.
1542 (class Relocate, class Scan): Inherit Track_tls.
1543 (Target_powerpc::Scan::local, global): Track tls optimization
1544 and avoid creating plt entry for __tls_get_addr if all uses
1545 are optimized away.
1546 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
1547
d8f5a274
AM
15482012-12-12 Alan Modra <amodra@gmail.com>
1549
1550 * options.h (General_options): Add --toc-sort/--no-toc-sort.
1551 Replace no_toc_optimize with toc_optimize.
1552 * output.h (Output_section::input_sections): Provide non-const variant.
1553 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
1554 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
1555 accessors.
1556 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
1557 (class Sort_toc_sections): New.
1558 (Target_powerpc::do_finalize_sections): Sort toc sections.
1559 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
1560
4c8a1de1
RM
15612012-12-10 Roland McGrath <mcgrathr@google.com>
1562
1563 * testsuite/binary_unittest.cc (read_all): New function.
1564 (Sized_binary_test): Use it instead of ::read.
1565 * fileread.cc (do_read): Don't assume pread always reads the whole
1566 amount in a single call.
1567
edc27beb
AM
15682012-12-10 Alan Modra <amodra@gmail.com>
1569
1570 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
1571 Set EM_PPC64 or EM_PPC here.
1572 (Target_selector_powerpc::do_recognize): Delete.
1573
906b9150
AM
15742012-12-10 Alan Modra <amodra@gmail.com>
1575
1576 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
1577 stub_table_.
1578 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
1579
418c15ae
RM
15802012-12-07 Roland McGrath <mcgrathr@google.com>
1581
1582 * testsuite/binary_unittest.cc (Sized_binary_test):
1583 Use open_descriptor rather than ::open.
1584
decdd3bc
AM
15852012-12-07 Alan Modra <amodra@gmail.com>
1586
1587 * powerpc.cc (Stub_table::do_write): Delete redundant Address
1588 typedef and invalid_address constant.
1589 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
1590 instantiate constants.
1591
db399005
ILT
15922012-12-06 Roland McGrath <mcgrathr@google.com>
1593
1594 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
1595 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
1596 * aclocal.m4: Regenerate.
1597 * configure: Regenerate.
1598 * Makefile.in: Regenerate.
1599 * testsuite/Makefile.in: Regenerate.
1600
aba6bc71
AM
16012012-12-07 Alan Modra <amodra@gmail.com>
1602
1603 * options.h (General_options): Add no_toc_optimize.
1604 * powerpc.cc (ok_lo_toc_insn): New function.
1605 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
1606
9e69ed50
AM
16072012-12-06 Alan Modra <amodra@gmail.com>
1608
1609 * options.h (General_options): Add plt_align, plt_static_chain,
1610 plt_thread_safe. Update stub_group_size help text.
1611 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
1612 for new plt_thread_safe_ var.
1613 (use_plt_offset): Correct comments.
1614 (Target_powerpc::do_relax): Look for thread creation symbols to
1615 determine default plt_thread_safe value. Clear plt call stubs
1616 as well as branch stubs each iteration.
1617 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
1618 insn constants.
1619 (l, hi, ha, write_insn): Move earlier.
1620 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
1621 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
1622 plt stubs too.
1623 (Stub_table::update_size): Adjust.
1624 (Stub_table::prev_size, set_prev_size): Delete.
1625 (Stub_table::stub_align): Let --plt-align affect result.
1626 (Stub_table::plt_call_size): Calculate sizes for various stubs.
1627 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
1628 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
1629 (Stub_table::do_write): Support more stub variants.
1630
f43ba157
AM
16312012-12-04 Alan Modra <amodra@gmail.com>
1632
1633 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
1634 (Target_powerpc::do_define_standard_symbols): New function.
1635
34171bc5
AM
16362012-12-03 Alan Modra <amodra@gmail.com>
1637
1638 * output.h: Formatting, whitespace.
1639
dc9589e9 16402012-12-03 Alan Modra <amodra@gmail.com>
ec661b9d
AM
1641
1642 * layout.h (Layout::get_executable_sections): Declare.
1643 * layout.cc (Layout::get_executable_sections): New function.
1644 * arm.cc (Target_arm::group_sections): Use it.
1645 (Arm_output_section::group_sections): Delete now redundant test.
1646 * output.cc (Output_reloc::Output_reloc): Add is_relative.
1647 param to handle relative relocs.
1648 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
1649 (Output_data_reloc::add_absolute): Adjust.
1650 (Output_data_reloc::add_relative): New function.
1651 (Output_data::reset_data_size): New function.
1652 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
1653 (Output_section::set_addralign): New function.
1654 (Output_section::checkpoint_set_addralign): New function.
1655 (Output_section::clear_section_offsets_need_adjustment): New function.
1656 (Output_section::input_sections): Make public.
1657 * powerpc.cc (class Output_data_brlt_powerpc): New.
1658 (class Stub_table, class Stub_control): New.
1659 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
1660 stub_table_, set_stub_table, stub_table): New vectors and accessor
1661 functions.
1662 (Target_powerpc::do_may_relax, do_relax, push_branch,
1663 new_stub_table, stub_tables, brlt_section, group_sections,
1664 add_branch_lookup_table, find_branch_lookup_table,
1665 write_branch_lookup_table, make_brlt_section): New functions.
1666 (Target_powerpc::struct Sort_sections, class Branch_info): New.
1667 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
1668 branch_info_): New vars.
1669 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
1670 make call stubs here.
1671 (Output_data_glink): Remove all call stub handling from this class.
1672 (Target_powerpc::Scan::local, global): Save interesting branch
1673 relocs and relocs for ifunc. Adjust calls to plt entry functions.
1674 (Target_powerpc::do_finalize_sections): Only make reg save/restore
1675 functions on final link.
1676 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
1677 Handle long branch destinations too.
1678 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
1679 do_plt_address_for_local): Adjust lookup of plt call stubs.
1680
627b30b7
AM
16812012-11-30 Alan Modra <amodra@gmail.com>
1682
1683 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
1684 relocs against protected symbols when building 32-bit shared libs.
1685
40b469d7
AM
16862012-11-30 Alan Modra <amodra@gmail.com>
1687
1688 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
1689 param. Call got_section() to make .got. Update all callers
1690 and their callers and so on.
1691
bb66a627
AM
16922012-11-30 Alan Modra <amodra@gmail.com>
1693
1694 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
1695 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
1696 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
1697 value if it already exists.
1698
d2cf1c6c
L
16992012-11-19 H.J. Lu <hongjiu.lu@intel.com>
1700
1701 PR gold/14858
1702 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
1703
edccdf7c
RM
17042012-11-14 Roland McGrath <mcgrathr@google.com>
1705
1706 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
1707 than bfc instruction for data sandboxing.
1708
6febeb74
AM
17092012-11-08 Alan Modra <amodra@gmail.com>
1710
1711 * po/POTFILES.in: Regenerate.
1712
0a6f1bf2
AM
17132012-11-05 Alan Modra <amodra@gmail.com>
1714
1715 * configure.ac: Apply 2012-09-10 change to config.in here.
1716 * configure: Regenerate.
1717
26a4e9cb
AM
17182012-11-05 Alan Modra <amodra@gmail.com>
1719
1720 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
1721 (struct Opd_ent): Use "Address" rather than "Offset".
1722 (Output_data_got_powerpc::got_base_offset): Return Valtype.
1723 (Target_powerpc::got_section): Make public.
1724 (Target_powerpc::scan_relocs): Move code setting symbols..
1725 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
1726 Create _SDA_BASE_ only when referenced.
1727
cc928013
RM
17282012-11-02 Roland McGrath <mcgrathr@google.com>
1729
1730 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
1731 from last change.
1732
50ed5eb1
RM
17332012-11-01 Roland McGrath <mcgrathr@google.com>
1734
62fe925a
RM
1735 * target.h (Sized_target::relocate_relocs): Use Elf_Off
1736 for offset_in_output_section parameter.
1737 (Sized_target::relocate_special_relocatable): Likewise.
1738 * arm.cc (Target_arm::relocate_relocs): Likewise.
1739 (Target_arm::relocate_special_relocatable): Likewise.
1740 * i386.cc (Target_i386::relocate_relocs): Likewise.
1741 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
1742 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
1743 * target-reloc.h (relocate_relocs): Likewise.
1744 * testsuite/testfile.cc (Target_test): Likewise.
1745 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
1746 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
1747
1748 * system.h: Move inclusion of <clocale> to after <libintl.h> in
1749 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
1750
1751 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
1752 parameter, which is unused in the [!F_SETFD] case.
1753
50ed5eb1
RM
1754 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
1755 SYMNDX to off_t before comparing it to this->data_size().
1756 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
1757 * incremental.cc (Output_section_incremental_inputs::do_write):
1758 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
1759
2cadc0bf
RM
1760 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
1761
3bfcb652
NC
17622012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
1763
1764 * gold.cc (Target_arm::do_adjust_elf_header): Add the
1765 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
1766 in EABI_VER5.
1767
c1a8d56e
CC
17682012-10-29 Cary Coutant <ccoutant@google.com>
1769
1770 * dwp.cc (usage): Add file and exit status parameters;
1771 add --help and --version options.
1772 (print_version): New function.
1773 (main): Add --help and --version options.
1774
b2490a7b
L
17752012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1776
1777 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
1778 final_layout_sequence.txt.
1779 * testsuite/Makefile.in: Regenerated.
1780
aa543512
L
17812012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1782
1783 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
1784 COMPILE generated by automake.
1785 (LINK1): Likewise.
1786 (CXXCOMPILE1): Likewise.
1787 (CXXLINK1): Likewise.
1788 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
1789 (LINK): Likewise.
1790 (CXXCOMPILE): Likewise.
1791 (CXXLINK): Likewise.
1792 * testsuite/Makefile.in: Regenerated.
1793
d361fafb
L
17942012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1795
1796 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
1797 on bad fwrite return.
1798
598c7410
L
17992012-10-25 H.J. Lu <hongjiu.lu@intel.com>
1800
1801 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
1802 on val.
1803
35c813e2
CC
18042012-10-23 Cary Coutant <ccoutant@google.com>
1805
1806 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
1807 * testsuite/Makefile.in: Regenerate.
1808 * testsuite/dwp_test.h: New source file.
1809 * testsuite/dwp_test_1.cc: New source file.
1810 * testsuite/dwp_test_1.s: New source file.
1811 * testsuite/dwp_test_1.sh: New source file.
1812 * testsuite/dwp_test_1b.cc: New source file.
1813 * testsuite/dwp_test_1b.s: New source file.
1814 * testsuite/dwp_test_2.cc: New source file.
1815 * testsuite/dwp_test_2.s: New source file.
1816 * testsuite/dwp_test_2.sh: New source file.
1817 * testsuite/dwp_test_main.cc: New source file.
1818 * testsuite/dwp_test_main.s: New source file.
1819
77429909
CC
18202012-10-23 Cary Coutant <ccoutant@google.com>
1821
1822 * dwp.h: New header file.
1823 * dwp.cc: New source file.
1824 * gold.h: Move shared declarations to system.h.
1825 * system.h: New header file.
1826 * Makefile.am: Add dwp.
1827 * Makefile.in: Regenerate.
1828
ed5d6712
CC
18292012-10-23 Cary Coutant <ccoutant@google.com>
1830
1831 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
1832 Dwarf_info_reader::read_from_pointer.
1833 (Dwarf_pubnames_table::read_header): Likewise.
1834 (Dwarf_pubnames_table::next_name): Likewise.
1835 (Dwarf_die::read_attributes): Likewise.
1836 (Dwarf_die::skip_attributes): Likewise.
1837 (Dwarf_info_reader::read_from_pointer): New function template.
1838 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
1839 (Dwarf_pubnames_table): Likewise.
1840 (Dwarf_info_reader::read_from_pointer): New function template.
1841 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
1842 Dwarf_pubnames_table ctor.
1843
8787852d
CC
18442012-10-23 Cary Coutant <ccoutant@google.com>
1845
1846 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
1847 abbrev_shndx.
1848 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
1849 abbrev_shndx_.
1850 (Dwarf_info_reader::set_abbrev_shndx): New method.
1851 (Dwarf_info_reader::abbrev_shndx_): New data member.
1852
9fc236f3
CC
18532012-10-23 Cary Coutant <ccoutant@google.com>
1854
1855 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
1856 from object, not parameters.
1857 (Dwarf_info_reader::parse): Likewise.
1858 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
1859 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
1860 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
1861 methods.
1862
effe8365
CC
18632012-10-23 Cary Coutant <ccoutant@google.com>
1864
1865 * fileread.cc (Input_file::Input_file): New constructor.
1866 * fileread.h (class Input_file): Add new constructor.
1867
1698990d
AM
18682012-10-18 Alan Modra <amodra@gmail.com>
1869
1870 PR gold/14727
1871 * object.cc (Relobj::is_section_name_included): Also match
1872 .sdata personality section.
1873
168a4726
AM
18742012-10-18 Alan Modra <amodra@gmail.com>
1875
1876 * target-reloc.h (class Default_comdat_behavior): New, package up..
1877 (get_comdat_behaviour): ..this.
1878 (relocate_section): Add Relocate_comdat_behavior template arg,
1879 adjust code to suit.
1880 * arm.cc (Target_arm::relocate_section): Adjust to suit.
1881 (Target_arm::scan_reloc_section): Likewise.
1882 * i386.cc (Target_i386::relocate_section): Likewise.
1883 * sparc.cc (Target_sparc::relocate_section): Likewise.
1884 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
1885 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
1886 * powerpc.cc (class Relocate_comdat_behavior): New.
1887 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
1888 gold::relocate_section with new template arg.
1889
acc276d8
AM
18902012-10-18 Alan Modra <amodra@gmail.com>
1891
1892 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
1893 dynamic relocs for GOT_TPREL got entries, without symbol if
1894 resolving locally.
1895 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
1896 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
1897 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
1898
e10f9870
AM
18992012-10-17 Alan Modra <amodra@gmail.com>
1900
1901 PR gold/14726
1902 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
1903
ae034989
ST
19042012-10-16 Sriraman Tallam <tmsriram@google.com>
1905
1906 * layout.cc (Layout::include_section): Keep sections marked
1907 SHF_EXCLUDE when doing relocatable links.
1908
f3a0ed29
AM
19092012-10-16 Alan Modra <amodra@gmail.com>
1910
1911 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
1912 (Target_powerpc::do_finalize_sections): Call it.
1913 (Output_data_save_res): New class and supporting functions.
1914 (Target_powerpc::symval_for_branch): Only look up .opd entry for
1915 normal symbols defined in object files.
1916
c6de8ed4
AM
19172012-10-12 Alan Modra <amodra@gmail.com>
1918
1919 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
1920 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
1921 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
1922 section if scan_opd_relocs not yet called.
1923 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
1924
03e25981
AM
19252012-10-12 Alan Modra <amodra@gmail.com>
1926
1927 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1928 add_local_ifunc_entry): Revert last change.
1929 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
1930
c9824451
AM
19312012-10-05 Alan Modra <amodra@gmail.com>
1932
1933 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
1934 do_plt_address_for_global): New functions.
1935 (Output_data_got_powerpc::do_write): Don't segfault when linking
1936 statically.
1937 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1938 add_local_ifunc_entry): Return true on adding entry..
1939 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
1940 glink->add_entry call. Remove unused symtab param. Adjust calls.
1941 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
1942 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
1943 set up symbols here.
1944 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
1945 syms here. Do so even when no .iplt. Don't segfault when linking
1946 statically.
1947 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
1948 new variants without reloc param.
1949 (Glink_sym_ent::Glink_sym_ent): Likewise.
1950 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
1951 reloc when refs will resolve to plt call stub.
1952 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
1953 R_PPC_PLTREL24 to resolve locally.
1954 (Target_powerpc::Scan::global): Correct ifunc handling.
1955 (Target_powerpc::Relocate::relocate): Correct local sym glink
1956 lookup. Don't destroy "value" when we have a plt call stub,
1957 and when checking plt call validity.
1958 (Target_powerpc::do_dynsym_value): Simplify.
1959
19fec8c1
AM
19602012-10-05 Alan Modra <amodra@gmail.com>
1961
1962 * i386.cc (Output_data_plt_i386::address_for_global,
1963 address_for_local): Add plt offset to returned value. Adjust uses.
1964 * sparc.cc (Output_data_plt_sparc::address_for_global,
1965 address_for_local): Likewise.
1966 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
1967 address_for_local): Likewise.
1968 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
1969 address_for_local): Likewise.
1970 * target.h (Target::plt_address_for_global, plt_address_for_local):
1971 Update comment.
1972 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
1973 (Output_data_got::Got_entry::write): Nor here.
1974 * output.h: Comment fix.
1975
e867b647
WL
19762012-10-02 Jiong Wang <jiwang@tilera.com>
1977
1978 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
1979 global_offset_table_ value for larget got.
1980 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
1981
e5d5f5ed
AM
19822012-09-29 Alan Modra <amodra@gmail.com>
1983
1984 * powerpc.cc (Target_powerpc::iplt_): New output section.
1985 (Target_powerpc::iplt_section, make_iplt_section,
1986 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
1987 (Target_powerpc::make_plt_entry): Handle ifunc syms.
1988 Target_powerpc::plt_entry_count): Count iplt entries too.
1989 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
1990 reloc section in constructor. New params.
1991 (Target_powerpc::make_plt_section): Create reloc section here instead.
1992 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
1993 functions.
1994 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
1995 (Output_data_glink::add_entry, find_entry): New functions to
1996 deal with local syms.
1997 (Glink_sym_ent): Add support for local syms.
1998 (Output_data_glink::do_write): Handle ifunc plt entries.
1999 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2000 (Target_powerpc::Scan::local, global): Handle ifunc syms.
2001 (Target_powerpc::Relocate::relocate): Likewise.
2002 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
2003
ec4dbad3
AM
20042012-09-25 Alan Modra <amodra@gmail.com>
2005
2006 * object.h (Sized_relobj_file::adjust_local_symbol,
2007 do_adjust_local_symbol): New functions.
2008 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
2009 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
2010 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
2011 and irregular opd entry spacing.
2012 (Powerpc_relobj::do_read_relocs): Add opd size checks.
2013 (Global_symbol_visitor_opd): New functor.
2014 (Target_powerpc::do_finalize_sections): Omit global symbols defined
2015 on deleted opd entries.
2016
5c0b3823
WL
20172012-09-15 Jiong Wang <jiwang@tilera.com>
2018
2019 * tilegx.cc: New file.
2020 * Makefile.am (TARGETSOURCES): Add tilegx.cc
2021 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
2022 * configure.tgt: Add entries for tilegx*.
2023 * configure.ac: Likewise.
2024 * Makefile.in: Rebuild.
2025 * configure: Likewise.
2026 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
2027 tilegx.
2028
bfdfa4cd
AM
20292012-09-13 Alan Modra <amodra@gmail.com>
2030
2031 * target-reloc.h (scan_relocs): Call scan.local for relocs
2032 against symbols in discarded sections. Pass is_discarded
2033 param.
2034 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
2035 Add is_discarded param.
2036 * powerpc (Target_powerpc::Scan::local): Likewise. Use
2037 is_discarded to flag opd entry as discarded. Don't emit dyn
2038 relocs on such entries.
2039 (Target_powerpc::Scan::global): Similarly detect and handle
2040 such opd entries.
2041 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
2042 opd_ent_. Update all uses.
2043 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
2044 (Target_powerpc::relocate_section): Zero out discarded opd
2045 entry relocs.
2046
d77a0555
ILT
20472012-09-12 Ian Lance Taylor <iant@google.com>
2048
2049 PR gold/14570
2050 * output.cc: Rename Output_data_got template parameter from size
2051 to got_size for all functions. Compile all variants of
2052 Output_data_got.
2053 (Output_data_got::Got_entry::write): Correct use of size for
2054 symbol value. Use local_is_tls rather than casting to
2055 Sized_relobj_file.
2056 * object.h (class Object): Add local_is_tls and do_local_is_tls.
2057 (class Sized_relobj_file): Add do_local_is_tls.
2058 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
2059
815a1205
AM
20602012-09-11 Alan Modra <amodra@gmail.com>
2061
2062 PR gold/14566
2063 * layout.cc (Layout::set_segment_offsets): When using
2064 common-page-size alignment, ensure we are on a new max-page-size
2065 page.
2066 * output.cc (Output_segment::set_section_addresses): Use
2067 abi_pagesize, not common_pagesize for relro boundary.
2068 (Output_segment::set_offset): Likewise.
2069
bd73a62d
AM
20702012-09-11 Alan Modra <amodra@gmail.com>
2071
2072 * output.h (Output_data_got::add_global_tls, add_local_tls,
2073 add_local_tls_pair): New functions.
2074 (Output_data_got::add_local_pair_with_rel): Remove second
2075 reloc param. Expand comment.
2076 (Output_data_got::Got_entry): Rename use_plt_offset_ to
2077 use_plt_or_tls_offset_, similarly for constructor param.
2078 (Output_data_got::Got_entry::write): Add got_index param.
2079 * output.cc (Output_data_got::add_global_tls, add_local_tls,
2080 add_local_tls_pair): New functions.
2081 (Output_data_got::Got_entry::write): Handle tls symbols
2082 with use_plt_or_tls_offset_ set specially.
2083 (Output_data_got::add_local_pair_with_rel): Only one reloc.
2084 (Output_data_got::do_write): Replace iterator with index, pass
2085 index to entry write function.
2086 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
2087 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
2088 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
2089 call.
2090 * i386.cc (Target_i386::Scan::local): Likewise.
2091 * sparc.cc (Target_sparc::Scan::local): Likewise.
2092 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
2093 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
2094 do_tls_offset_for_global): New functions.
2095 (Target_powerpc::Scan::local): Correct TLS relocations and got
2096 entry values.
2097 (Target_powerpc::Scan::global): Don't emit unnecessary
2098 dynamic relocations on TLS GOT entries.
2099
00716ab1
AM
21002012-09-10 Matthias Klose <doko@ubuntu.com>
2101
2102 * config.in: Disable sanity check for kfreebsd.
2103
c891b3f9
SA
21042012-09-10 Sterling Augustine <saugustine@google.com>
2105
2106 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
2107 (Gdb_index::pubtypes_read): New parameter.
2108 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
2109 to calls.
2110 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
2111 pubtypes_object_.
2112
e81fea4d
AM
21132012-09-09 Alan Modra <amodra@gmail.com>
2114
2115 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
2116 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
2117 * gc.h (gc_process_relocs): Call target gc_add_reference.
2118 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
2119 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
2120 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
2121 unnecessary cast.
2122 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
2123 to cater for when we don't need code offset. Update use.
2124 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
2125 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
2126 set_opd_valid): New functions.
2127 (Target_powerpc::do_gc_add_reference): New function.
2128 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
2129 stashed refs.
2130 (Target_powerpc::do_gc_mark_symbol): New function.
2131
d2d60eef
CC
21322012-09-06 Cary Coutant <ccoutant@google.com>
2133
2134 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
2135 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
2136 (Dwarf_die::skip_attributes): Likewise.
2137 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
2138 * testsuite/gdb_index_test.cc (inline_func_1): New function.
2139 (main): Call it.
2140 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
2141
32ed4573
L
21422012-09-05 H.J. Lu <hongjiu.lu@intel.com>
2143
2144 * testsuite/script_test_3.t: Add .got.plt output section
2145 statement.
2146 * testsuite/script_test_4.t: Likewise.
2147
f4baf0d4
AM
21482012-09-05 Alan Modra <amodra@gmail.com>
2149
2150 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
2151 update all uses and lose "enum" when using type.
2152
864a1b56
AM
21532012-09-05 Alan Modra <amodra@gmail.com>
2154
2155 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
2156 * configure: Regenerate.
2157 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
2158 (plugin_final_layout.stdout): Likewise.
2159 (memory_test): Set page sizes to 0x1000.
2160 * testsuite/Makefile.in: Regenerate.
2161 * testsuite/discard_locals_test.sh: Add FIXME comment.
2162 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
2163 * testsuite/pr14265.t: Add .got output section statement.
2164 * testsuite/script_test_2.t: Likewise.
2165 * testsuite/script_test_3.t: Likewise.
2166 * testsuite/script_test_4.t: Likewise.
2167 * testsuite/script_test_5.t: Likewise.
2168 * testsuite/script_test_6.t: Likewise.
2169 * testsuite/script_test_7.t: Likewise.
2170 * testsuite/script_test_9.t: Likewise.
2171
3ea0a085
AM
21722012-09-05 Alan Modra <amodra@gmail.com>
2173
2174 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
2175 (Powerpc_relocate_functions::Status): New typedef.
2176 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2177 (Target_powerpc::Scan::local): Handle REL64.
2178 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
2179 for REL32 and REL64.
2180 (Target_powerpc::symval_for_branch): New function, extracted from..
2181 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
2182 checks. Report overflow errors.
2183
7404fe1b
AM
21842012-09-05 Alan Modra <amodra@gmail.com>
2185
2186 * object.h (Sized_relobj_file::emit_relocs): Delete.
2187 (Sized_relobj_file::emit_relocs_reltype): Delete.
2188 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
2189 relocate_relocs for --emit-relocs.
2190 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
2191 * output.h: Update comment.
2192 (Output_segment::first_section): New function.
2193 (Output_segment::first_section_load_address): Use first_section.
2194 * output.cc (Output_segment::first_section): New function extracted..
2195 (Output_segment::first_section_load_address): ..from here. Delete.
2196 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
2197 * target.h (Sized_target::relocate_for_relocatable): Likewise.
2198 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
2199 adjust call to target.h function.
2200 * i386.cc (Target_i386): Likewise.
2201 * sparc.cc (Target_sparc): Likewise.
2202 * x86_64.cc (Target_x86_64): Likewise.
2203 * powerpc.cc (Target_powerpc): Likewise.
2204 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
2205 first tls section has section symbol for optimised local dynamic
2206 output relocs.
2207 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
2208 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
2209 optimised tls code.
2210 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
2211 Rename to relocate_relocs. Update error message.
2212
957564c9
AS
22132012-09-04 Andreas Schwab <schwab@linux-m68k.org>
2214
2215 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
2216 --just-symbols.
2217
dd93cd0a
AM
22182012-08-31 Alan Modra <amodra@gmail.com>
2219
2220 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
2221 (Powerpc_relobj::toc_base_offset): New stub function.
2222 (Target_powerpc): Add tp_offset, dtp_offset. Rename
2223 got_mod_index_offset to tlsld_got_offset. Update all refs.
2224 (Target_powerpc::Relocate::enum skip_tls): New.
2225 (Target_powerpc::call_tls_get_addr_): New var.
2226 (Target_powerpc::is_branch_reloc): Move to file scope.
2227 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
2228 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
2229 New functions.
2230 (Target_powerpc::enum Got_type): Delete old values, add new ones.
2231 (powerpc_info): Correct common_pagesize for ppc64.
2232 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
2233 (Powerpc_relocate_functions): Add overflow check enums and functions.
2234 Add non-shift version of rela, rela_ua. Delete all rel public
2235 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
2236 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
2237 addr16_ha3, addr14 functions.
2238 (Output_data_got_powerpc::add_constant_pair): New function.
2239 (Output_data_got_powerpc::got_base_offset): Likewise.
2240 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
2241 (instruction constants): Sort, add some more.
2242 (Output_data_glink::do_write): Add and use Address typedef. Use
2243 object->toc_base_offset() stub for 64-bit.
2244 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
2245 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2246 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
2247 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
2248 Always treat .opd relocs as against locally defined symbol.
2249 Correct condition for RELATIVE relocs.
2250 (Target_powerpc::do_finalize_sections): Test for NULL sections.
2251 (Target_powerpc::Relocate::relocate): Use plt call stub as value
2252 for 32-bit syms with a plt entry. Correct ppc64 toc base
2253 calculations. Handle TLS relocs, and more. Add overflow
2254 checking and adjust for Powerpc_relocate_functions changes.
2255 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
2256 Reinstate --emit-relocs code with FIXME.
2257
a1373b60
AM
22582012-08-30 Alan Modra <amodra@gmail.com>
2259
2260 * layout.cc (Layout::set_segment_offsets): Set p_align to
2261 abi_pagesize, not common_pagesize.
2262 (Layout::relaxation_loop_body): Similarly use abi_pagesize
2263 to determine whether file header can go in segment.
2264
703d02da
AM
22652012-08-30 Alan Modra <amodra@gmail.com>
2266
2267 * output.h (Output_reloc::Output_reloc <output section>): Add
2268 is_relative param. Adjust calls.
2269 (Output_reloc::add_output_section_relative): New functions.
2270 * output.cc (Output_reloc::Output_reloc <output section>): Handle
2271 is_relative.
2272 (Output_reloc::symbol_value): Handle SECTION_CODE.
2273
16164a6b
ST
22742012-08-24 Sriraman Tallam <tmsriram@google.com>
2275
2276 * gold.cc (queue_middle_tasks): Call layout again when unique
2277 segments for sections is desired.
2278 * layout.cc (Layout::Layout): Initialize new members.
2279 (Layout::get_output_section_flags): New function.
2280 (Layout::choose_output_section): Call get_output_section_flags.
2281 (Layout::layout): Make output section for mapping to a unique segment.
2282 (Layout::insert_section_segment_map): New function.
2283 (Layout::attach_allocated_section_to_segment): Make unique segment for
703d02da 2284 output sections marked so.
16164a6b
ST
2285 (Layout::segment_precedes): Check for unique segments when sorting.
2286 * layout.h (Layout::Unique_segment_info): New struct.
2287 (Layout::Section_segment_map): New typedef.
2288 (Layout::insert_section_segment_map): New function.
2289 (Layout::get_output_section_flags): New function.
2290 (Layout::is_unique_segment_for_sections_specified): New function.
2291 (Layout::set_unique_segment_for_sections_specified): New function.
2292 (Layout::unique_segment_for_sections_specified_): New member.
2293 (Layout::section_segment_map_): New member.
2294 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
2295 Rename is_gc_pass_one to is_pass_one.
2296 Rename is_gc_pass_two to is_pass_two.
2297 Rename is_gc_or_icf to is_two_pass.
2298 Check for which pass based on whether symbols data is present.
2299 Make it two pass when unique segments for sections is desired.
2300 * output.cc (Output_section::Output_section): Initialize new
2301 members.
2302 * output.h (Output_section::is_unique_segment): New function.
2303 (Output_section::set_is_unique_segment): New function.
2304 (Output_section::is_unique_segment_): New member.
2305 (Output_section::extra_segment_flags): New function.
2306 (Output_section::set_extra_segment_flags): New function.
2307 (Output_section::extra_segment_flags_): New member.
2308 (Output_section::segment_alignment): New function.
2309 (Output_section::set_segment_alignment): New function.
2310 (Output_section::segment_alignment_): New member.
2311 (Output_segment::Output_segment): Initialize is_unique_segment_.
2312 (Output_segment::is_unique_segment): New function.
2313 (Output_segment::set_is_unique_segment): New function.
2314 (Output_segment::is_unique_segment_): New member.
2315 * plugin.cc (allow_unique_segment_for_sections): New function.
2316 (unique_segment_for_sections): New function.
2317 (Plugin::load): Add new functions to transfer vector.
2318 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
2319 * Makefile.in: Regenerate.
2320 * testsuite/plugin_final_layout.sh: Check if unique segment
2321 functionality works.
2322 * testsuite/plugin_section_order.c (onload): Check if new interfaces
2323 are available.
2324 (allow_unique_segment_for_sections): New global.
2325 (unique_segment_for_sections): New global.
2326 (claim_file_hook): Call allow_unique_segment_for_sections.
2327 (all_symbols_read_hook): Call unique_segment_for_sections.
16164a6b 2328
1e2bee4f
CC
23292012-08-22 Cary Coutant <ccoutant@google.com>
2330
2331 * layout.cc (Layout::include_section): Don't assert on GROUP
2332 sections with --emit-relocs.
2333
1d5dfe78
CC
23342012-08-21 Cary Coutant <ccoutant@google.com>
2335
2336 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
2337 if --export-dynamic-symbol names an undef symbol.
2338
c9269dff
AM
23392012-08-18 Alan Modra <amodra@gmail.com>
2340
2341 * powerpc.cc: Formatting and white space.
2342 (Powerpc_relobj): Rename got2_section_ to special_.
2343 Add opd_ent_shndx_ and opd_ent_off_ vectors.
2344 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
2345 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
2346 (Target_powerpc): Add Address typedef and invalid_address. Use
2347 throughout.
2348 (Target_powerpc::is_branch_reloc): New function.
2349 (Powerpc_relocate_functions): Add Address typedef, use throughout.
2350 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
2351 for dst_mask, value and addend.
2352 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
2353 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
2354 (Output_data_glink::do_write): Correct toc base. Don't try to use
2355 uint16_t for 24-bit offset. Use get_output_section_offset and
2356 check return.
2357 (Target_powerpc::Scan::local): Handle more relocs.
2358 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
2359 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
2360 Plug in toc restoring insn after plt calls. Translate branches
2361 to function descriptor symbols to corresponding entry point.
2362 (Target_powerpc::relocate_for_relocatable): Check return from
2363 get_output_section_offset.
2364 * symtab.h: Comment typo.
2365
b1759dce
ILT
23662012-08-14 Ian Lance Taylor <iant@google.com>
2367
2368 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
2369 unsupported_relocal_local to call unsupported_reloc_global.
2370
b9b2ae8b
NC
23712012-08-14 Nick Clifton <nickc@redhat.com>
2372
2373 PR ld/14265
2374 * script-sections.cc (Sections_element::output_section_name): Add
2375 keep return parameter.
2376 (Output_section_element::match_name): Add keep return parameter.
2377 Return the value of the keep_ member.
2378 * script-sections.h (class Output_section): Update
2379 output_section_name prototype.
2380 * layout.cc (Layout::keep_input_section): New public member
2381 function.
2382 (Layout::choose_output_section): Pass keep parameter to
2383 output_section_name.
2384 * layout.h (class Layout): Add keep_input_section.
2385 * object.cc (Sized_relobj_file::do_layout): Check for kept input
2386 sections.
2387 * testsuite/Makefile.am: Add a test.
2388 * testsuite/Makefile.in: Regenerate.
2389 * testsuite/pr14265.c: Source file for the test.
2390 * testsuite/pr14265.t: Linker script for the test.
2391 * testsuite/pr14265.sh: Shell script for the test.
2392
921b5322
AM
23932012-08-14 Alan Modra <amodra@gmail.com>
2394
2395 * target.h (Target::output_section_name): New function.
2396 (Target::do_output_section_name): New function.
2397 * layout.cc (Layout::choose_output_section): Call the above.
2398 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
2399
6ce78956
AM
24002012-08-14 Alan Modra <amodra@gmail.com>
2401
2402 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
2403 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
2404 for replace_constant call.
2405 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
2406 (Output_data_glink::do_print_to_mapfile): New function.
2407 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
2408 (Target_powerpc::Relocate::relocate): Likewise.
2409
d1a8cabd
AM
24102012-08-14 Alan Modra <amodra@gmail.com>
2411
2412 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
2413 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
2414 (Output_data_glink::add_entry,find_entry): Remove shndx param.
2415 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
2416 all references to shndx_. Handle special case for R_PPC_PLTREL24
2417 here.
2418 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
2419 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
2420 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
2421 here.
2422 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
2423 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
2424
d83ce4e3
AM
24252012-08-12 Alan Modra <amodra@gmail.com>
2426
2427 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
2428 (glink insn constants): Use uint32_t.
2429 (Output_data_glink::add_entry): Use insert, not [] operator.
2430
cf43a2fe
AM
24312012-08-11 Alan Modra <amodra@gmail.com>
2432
2433 * object.h (Sized_relobj_file::find_shdr): New function.
2434 (Sized_relobj_file::find_special_sections): New function.
2435 * object.cc (Sized_relobj_file::find_shdr): New function.
2436 (Sized_relobj_file::find_eh_frame): Use find_shdr.
2437 (Sized_relobj_file::find_special_sections): New function, split out..
2438 (Sized_relobj_file::do_read_symbols): ..from here.
2439 * output.h (Output_data_got::replace_constant): New function.
2440 (Output_data_got::num_entries): New function.
2441 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
2442 (Output_data_got::got_offset): Protected rather than private.
2443 (Output_data_got::replace_got_entry): New function.
2444 * output.cc (Output_data_got::replace_got_entry): New function.
2445 * powerpc.cc (class Powerpc_relobj): New.
2446 (class Powerpc_relocate_functions): Delete all psymval variants or
2447 convert to value,addend type. Delete pcrela, pcrela_unaligned.
2448 Implement _ha functions using corresponding _hi function.
2449 (Powerpc_relobj::find_special_sections): New function.
2450 (Target_powerpc::do_make_elf_object): New function.
2451 (class Output_data_got_powerpc): New.
2452 (class Output_data_glink): New.
2453 (class Powerpc_scan_relocatable_reloc): New.
2454 Many more changes througout file.
2455
3c892704
NC
24562012-08-09 Nick Clifton <nickc@redhat.com>
2457
2458 * po/vi.po: Updated Vietnamese translation.
2459
82435b3b
ILT
24602012-08-07 Ian Lance Taylor <iant@google.com>
2461
2462 * layout.cc (Layout::add_target_dynamic_tags): If
2463 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
2464 plt_rel.
2465
a6dc81d2
NC
24662012-07-30 Nick Clifton <nickc@redhat.com>
2467
2468 * po/gold.pot: Updated template.
2469 * po/es.po: Updated Spanish translation.
2470
f1415016
CC
24712012-07-18 Cary Coutant <ccoutant@google.com>
2472
2473 PR gold/14344
2474 * configure.ac: Add check for -gpubnames support.
2475 * configure: Regenerate.
2476 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
2477 support; force -gno-pubnames.
2478 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
2479 support.
2480 (gdb_index_test_4): New test.
2481 * testsuite/Makefile.in: Regenerate.
2482 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
2483 * testsuite/gdb_index_test_2.sh: Likewise.
2484 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
2485 * testsuite/gdb_index_test_4.sh: New script.
2486 * testsuite/gdb_index_test_comm.sh: New script with common code;
2487 don't look for space after colon.
2488
b7fd7c37
ST
24892012-07-16 Sriraman Tallam <tmsriram@google.com>
2490
2491 * gold.cc (queue_middle_tasks): Update function order only after
2492 deferred objects due to plugins are processed.
2493
1f3212db
ILT
24942012-07-11 Ian Lance Taylor <iant@google.com>
2495
2496 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
2497 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
2498 (Target_arm::scan_reloc_for_stub): Likewise.
2499 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
2500 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
2501 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
2502 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
2503 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
2504
81c82a68
ILT
25052012-07-10 Dodji Seketeli <dodji@redhat.com>
2506 Ian Lance Taylor <iant@google.com>
2507
2508 PR gold/14309
2509 * configure.ac: Test whether std::tr1::hash<off_t> works.
2510 * gold.h: Add a specialization for std::tr1::hash<off_t> if
2511 needed.
2512 * output.h (class Output_fill): Add virtual destructor.
2513 * configure, config.in: Rebuild.
2514
eabc84f4
RM
25152012-06-22 Roland McGrath <mcgrathr@google.com>
2516
2517 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
2518
370e30b6
RÁE
25192012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
2520
2521 * plugin.cc (Plugin::load): Handle position independent executables.
2522
fb1b895d
CC
25232012-06-06 Cary Coutant <ccoutant@google.com>
2524
2525 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
2526 add .debug_macro.
2527 (lines_only_debug_sections): Likewise.
2528 (gdb_fast_lookup_sections): New static array.
2529 (is_gdb_debug_section): Rename formal parameter.
2530 (is_lines_only_debug_section): Likewise.
2531 (is_gdb_fast_lookup_section): New function.
2532 (Layout::include_section): Check for ".zdebug_" prefix; pass
2533 section name suffix to is_gdb_debug_section, et al.; check for
2534 fast-lookup sections when building .gdb_index.
2535 * options.h (--strip-debug-gdb): Update GDB version number.
2536
7c0640fa
CC
25372012-06-06 Cary Coutant <ccoutant@google.com>
2538
2539 * configure.ac: Add check for fallocate.
2540 * configure: Regenerate.
2541 * config.in: Regenerate.
2542
2543 * options.h (class General_options): Add --mmap-output-file and
2544 --posix-fallocate options.
2545 * output.cc: (posix_fallocate): Remove; replace with...
2546 (gold_fallocate): New function.
2547 (Output_file::map_no_anonymous): Call gold_fallocate.
2548 (Output_file::map): Check --mmap-output-file option.
2549
2a49eb69
DK
25502012-06-05 Jing Yu <jingyu@google.com>
2551
2552 * gold.h (textdomain): Add do {} to empty while(0).
2553 (bindtextdomain): Likewise.
2554
fad072ac
CC
25552012-06-04 Cary Coutant <ccoutant@google.com>
2556
2557 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
2558 has_dynsym_index.
2559
8cc69fb6
ST
25602012-05-25 Sriraman Tallam <tmsriram@google.com>
2561
2562 * symtab.cc (Symbol_table::define_special_symbol):
2563 Initialize *poldsym to prevent uninitialized variable errors.
2564
1be75daa
CC
25652012-05-23 Cary Coutant <ccoutant@google.com>
2566
2567 * layout.cc (Layout::section_name_mapping): Add rules to handle
2568 exact match on .data.rel.ro.local or .data.rel.ro.
2569 (Layout::output_section_name): Check for exact matches.
2570
9b689de0
CC
25712012-05-23 Cary Coutant <ccoutant@google.com>
2572
2573 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
2574 more carefully.
2575
b24fdbf5
CC
25762012-05-22 Cary Coutant <ccoutant@google.com>
2577
2578 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
2579 object before exporting symbol.
2580
e550e1a2
L
25812012-05-21 H.J. Lu <hongjiu.lu@intel.com>
2582
2583 * testsuite/tls_test.cc: Include "config.h" first.
2584 * testsuite/tls_test_c.c: Likewise.
2585
df7b86aa
NC
25862012-05-17 Daniel Richard G. <skunk@iskunk.org>
2587 Nick Clifton <nickc@redhat.com>
2588
2589 PR 14072
2590 * configure.in: Add check that sysdep.h has been included before
2591 any system header files.
2592 * configure: Regenerate.
2593 * config.in: Regenerate.
2594
1007b503
CC
25952012-05-14 Cary Coutant <ccoutant@google.com>
2596
2597 * layout.cc (Layout::make_output_section): Mark .tdata section
2598 as RELRO.
2599 * testsuite/relro_test.cc: Add a TLS variable.
2600
fd885f3a
L
26012012-05-10 H.J. Lu <hongjiu.lu@intel.com>
2602
2603 PR gold/14091
2604 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
2605 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
2606 R_X86_64_64.
2607
80f5885c
CC
26082012-05-08 Cary Coutant <ccoutant@google.com>
2609
2610 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
2611 (lines_only_debug_sections): Likewise.
2612
2e702c99
RM
26132012-05-02 Roland McGrath <mcgrathr@google.com>
2614
2615 * nacl.cc: New file.
2616 * nacl.h: New file.
2617 * Makefile.am (CCFILES, HFILES): Add them.
2618 * Makefile.in: Regenerate.
2619 * i386.cc (Output_data_plt_i386_nacl): New class.
2620 (Output_data_plt_i386_nacl_exec): New class.
2621 (Output_data_plt_i386_nacl_dyn): New class.
2622 (Target_i386_nacl): New class.
2623 (Target_selector_i386_nacl): New class.
2624 (target_selector_i386): Use it instead of Target_selector_i386.
2625 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
2626 (Target_x86_64_nacl): New class.
2627 (Target_selector_x86_64_nacl): New class.
2628 (target_selector_x86_64, target_selector_x32): Use it instead of
2629 Target_selector_x86_64.
2630 * arm.cc (Output_data_plt_arm_nacl): New class.
2631 (Target_arm_nacl): New class.
2632 (Target_selector_arm_nacl): New class.
2633 (target_selector_arm, target_selector_armbe): Use it instead of
2634 Target_selector_arm.
2635
2636 * target-select.cc (select_target): Take new Input_file* and off_t
2637 arguments, pass them on to recognize method of selector.
2638 * object.cc (make_elf_sized_object): Update caller.
2639 * parameters.cc (parameters_force_valid_target): Likewise.
2640 * incremental.cc (make_sized_incremental_binary): Likewise.
2641 * target-select.h: Update decl.
2642 (Target_selector::recognize): Take new Input_file* argument,
2643 pass it on to do_recognize.
2644 (Target_selector::do_recognize): Take new Input_file* argument.
2645 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
2646 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
2647 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
2648 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
2649
2650 * target.h (Target::Target_info): New members isolate_execinstr
2651 and rosegment_gap.
2652 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
2653 * arm.cc (Target_arm::arm_info): Update initializer.
2654 * i386.cc (Target_i386::i386_info): Likewise.
2655 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
2656 * sparc.cc (Target_sparc::sparc_info): Likewise.
2657 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
2658 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
2659 * layout.cc (Layout::attach_allocated_section_to_segment):
2660 Take new const Target* argument. If target->isolate_execinstr(), act
2661 like --rosegment.
2662 (Layout::find_first_load_seg): Take new const Target* argument;
2663 if target->isolate_execinstr(), reject PF_X segments.
2664 (Layout::relaxation_loop_body): Update caller.
2665 (Layout::set_segment_offsets): If target->isolate_execinstr(),
2666 reset file offset to zero when we hit LOAD_SEG, and then do a second
2667 loop over the segments before LOAD_SEG to reassign offsets after
2668 addresses have been determined. Handle target->rosegment_gap().
2669 (Layout::attach_section_to_segment): Take new const Target* argument;
2670 pass it to attach_allocated_section_to_segment.
2671 (Layout::make_output_section): Update caller.
2672 (Layout::attach_sections_to_segments): Take new const Target* argument;
2673 pass it to attach_section_to_segment.
2674 * gold.cc (queue_middle_tasks): Update caller.
2675 * layout.h (Layout): Update method decls with new arguments.
2676
2677 * arm.cc (Target_arm::Target_arm): Take optional argument for the
2678 Target_info pointer to use.
2679 (Target_arm::do_make_data_plt): New virtual method.
2680 (Target_arm::make_data_plt): New method that calls it.
2681 (Target_arm::make_plt_entry): Use it.
2682 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
2683 for the section alignment.
2684 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
2685 method.
2686 (Output_data_plt_arm::first_plt_entry_offset): Call it.
2687 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
2688 method.
2689 (Output_data_plt_arm::get_plt_entry_size): Call it.
2690 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
2691 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
2692 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
2693 method.
2694 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
2695 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
2696 method instead of sizeof(plt_entry).
2697 (Output_data_plt_arm::add_entry): Likewise.
2698 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
2699 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
2700 than static method.
2701 (Target_arm::plt_entry_size): Likewise.
2702 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
2703 Move to ...
2704 (Output_data_plt_arm_standard): ... here, new class.
2705 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
2706 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
2707 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
2708
2709 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
2710 Take additional argument for the PLT entry size.
2711 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
2712 Use get_plt_entry_size method rather than plt_entry_size variable.
2713 (Output_data_plt_x86_64::reserve_slot): Likewise.
2714 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
2715 (Output_data_plt_x86_64::add_entry): Likewise.
2716 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
2717 (Output_data_plt_x86_64::address_for_global): Likewise.
2718 (Output_data_plt_x86_64::address_for_local): Likewise.
2719 (Output_data_plt_x86_64::set_final_data_size): Likewise.
2720 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
2721 Make method non-static.
2722 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
2723 method.
2724 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
2725 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
2726 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
2727 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
2728 virtual method.
2729 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
2730 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
2731 virtual method.
2732 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
2733 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
2734 virtual method.
2735 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
2736 (Output_data_plt_x86_64::plt_entry_size)
2737 (Output_data_plt_x86_64::first_plt_entry)
2738 (Output_data_plt_x86_64::plt_entry)
2739 (Output_data_plt_x86_64::tlsdesc_plt_entry)
2740 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
2741 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
2742 (Output_data_plt_x86_64_standard): ... here, new class.
2743 (Target_x86_64::Target_x86_64): Take optional argument for the
2744 Target_info pointer to use.
2745 (Target_x86_64::do_make_data_plt): New virtual method.
2746 (Target_x86_64::make_data_plt): New method to call it.
2747 (Target_x86_64::init_got_plt_for_update): Use that.
2748 Call this->plt_->add_eh_frame method here.
2749 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
2750 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
2751 rather than static method.
2752 (Target_x86_64::plt_entry_size): Likewise.
2753 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
2754 rather than plt_entry_size variable. Move guts of PLT filling to...
2755 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
2756 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
2757 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
2758
2759 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
2760 additional argument for the section alignment.
2761 Don't do add_eh_frame_for_plt here.
2762 (Output_data_plt_i386::first_plt_entry_offset): Make the method
2763 non-static. Use get_plt_entry_size method rather than plt_entry_size
2764 variable.
2765 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
2766 method.
2767 (Output_data_plt_i386::get_plt_entry_size): Call it.
2768 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
2769 (Output_data_plt_i386::add_eh_frame): New method to call it.
2770 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
2771 method.
2772 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
2773 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
2774 method.
2775 (Output_data_plt_i386::fill_plt_entry): New method to call it.
2776 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
2777 method instead of plt_entry_size.
2778 (Output_data_plt_i386::plt_entry_size)
2779 (Output_data_plt_i386::plt_eh_frame_fde_size)
2780 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
2781 (Output_data_plt_i386_standard): ... here, new class.
2782 (Output_data_plt_i386_exec): New class.
2783 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
2784 (Output_data_plt_i386_exec::first_plt_entry): ... here.
2785 (Output_data_plt_i386::exec_plt_entry): Move to ...
2786 (Output_data_plt_i386_exec::plt_entry): ... here.
2787 (Output_data_plt_i386_dyn): New class.
2788 (Output_data_plt_i386::first_plt_entry): Move to ...
2789 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
2790 (Output_data_plt_i386::dyn_plt_entry): Move to ...
2791 (Output_data_plt_i386_dyn::plt_entry): ... here.
2792 (Target_i386::Target_i386): Take optional argument for the Target_info
2793 pointer to use.
2794 (Target_i386::do_make_data_plt): New virtual method.
2795 (Target_i386::make_data_plt): New method to call it.
2796 (Target_i386::make_plt_section): Use that.
2797 Call this->plt_->add_eh_frame method here.
2798 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
2799 rather than plt_entry_size variable.
2800 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
2801 (Output_data_plt_i386::address_for_local): Likewise.
2802 (Output_data_plt_i386::do_write): Likewise.
2803 Move guts of PLT filling to...
2804 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
2805 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
2806 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
2807 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
2808
b9b9f2ee
CC
28092012-05-01 Cary Coutant <ccoutant@google.com>
2810
2811 * dwarf_reader.cc (Dwarf_die::read_attributes)
2812 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
2813 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
2814 * reduced_debug_output.cc
2815 (Output_reduced_debug_info_section::get_die_end): Remove
2816 DW_FORM_GNU_ref_index. Add default case.
2817
57923f48
MW
28182012-04-26 Mark Wielaard <mjw@redhat.com>
2819
2820 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
2821 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
2822 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
2823 DW_AT_high_pc as offset from DW_AT_low_pc.
2824
2825 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
2826 * testsuite/Makefile.in: Regenerate.
2827 * testsuite/gdb_index_test_3.c: New test source file.
2828 * testsuite/gdb_index_test_3.sh: New test source file.
2829
2c54b4f4
ILT
28302012-04-25 Ian Lance Taylor <iant@google.com>
2831
2832 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
2833 pointer.
2834 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
2835 as a class, not a struct.
2836 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
2837 (Target_arm::apply_cortex_a8_workaround): Likewise.
2838 * gc.h: Declare Reloc_types as a struct, not a class.
2839 * object.h: Declare Symbols_data as a struct.
2840 * reloc.h: Declare Read_relocs_data as a struct.
2841 * target.h: Declare Relocate_info as a struct.
2842
a5a5f7a3
DM
28432012-04-24 David S. Miller <davem@davemloft.net>
2844
2845 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
2846 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
2847 and R_SPARC_WPLT30.
2848
f038d496
CC
28492012-04-24 Cary Coutant <ccoutant@google.com>
2850
2851 * incremental-dump.cc (find_input_containing_global): Replace
2852 magic number with symbolic constant.
2853 (dump_incremental_inputs): Update version number.
2854 * incremental.cc (Output_section_incremental_inputs): Update version
2855 number; import symbolic constants from Incremental_inputs_reader.
2856 (Incremental_inputs::create_data_sections): Align relocations
2857 section correctly for 64-bit targets.
2858 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
2859 constants; add padding.
2860 (Output_section_incremental_inputs::write_header): Add assert for
2861 header_size.
2862 (Output_section_incremental_inputs::write_input_files): Add assert
2863 for input_entry_size.
2864 (Output_section_incremental_inputs::write_info_blocks): Add padding;
2865 add assert for object_info_size, input_section_entry_size,
2866 global_sym_entry_size.
2867 * incremental.h (Incremental_inputs_reader): Add symbolic constants
2868 for data structure sizes; use them.
2869 (Incremental_input_entry_reader): Import symbolic constants from
2870 Incremental_inputs_reader; use them.
2871
a4d85145
DM
28722012-04-23 David S. Miller <davem@davemloft.net>
2873
2874 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
2875 and elf_flags_set_.
2876 (Target_sparc::Target_sparc): Initialize new fields.
2877 (Target_sparc::do_make_elf_object): New function.
2878 (Target_sparc::do_adjust_elf_header): New function.
2879
1d509098
CC
28802012-04-23 Cary Coutant <ccoutant@google.com>
2881
2882 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
2883 CU range table of gdb index.
2884
7ebeff7f
DM
28852012-04-20 David S. Miller <davem@davemloft.net>
2886
2887 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
2888 instead of false.
2889
13cf9988
DM
28902012-04-16 David S. Miller <davem@davemloft.net>
2891
2a1079e8
DM
2892 * sparc.cc (Target_sparc::got_address): New function.
2893 (Sparc_relocate_functions::gdop_hix22): New function.
2894 (Sparc_relocate_functions::gdop_lox10): New function.
2895 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
2896 relocs.
2897 (Target_sparc::Scan::local): Likewise if the global symbol is not
2898 preemptible and is not IFUNC.
2899 (Target_sparc::Relocate::relocate): Perform GOTDATA code
2900 transformations for local and non-preemptible non-IFUNC global
2901 symbols.
2902
0bc964fc
DM
2903 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
2904 writing out 64-bit part of ranges.
2905
661d7a80
DM
2906 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
2907 -fpic and -fpie respectively.
2908 * Makefile.in: Regenerate.
2909
8c2bf391
DM
2910 * sparc.cc (class Target_sparc): Add rela_ifunc_.
2911 (Target_sparc::Target_sparc): Initialize new field.
2912 (Target_sparc::do_plt_section_for_global): New function.
2913 (Target_sparc::do_plt_section_for_local): New function.
2914 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
2915 (Target_sparc::make_plt_section): New function, broken out of
2916 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
2917 (Target_sparc::make_plt_entry): Call make_plt_section.
2918 (Target_sparc::make_local_ifunc_plt_entry): New function.
2919 (Target_sparc::rela_ifunc_section): New function.
2920 (Target_sparc::plt_section): Remove const.
2921 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
2922 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
2923 and ifunc_count_ fields.
2924 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
2925 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
2926 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
2927 (Output_data_plt_sparc::rela_ifunc): New function.
2928 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
2929 (Output_data_plt_sparc::has_ifunc_section): New function.
2930 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
2931 (Output_data_plt_sparc::address_for_global): New function.
2932 (Output_data_plt_sparc::address_for_local): New function.
2933 (Output_data_plt_sparc::plt_index_to_offset): New function.
2934 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
2935 and entry_count.
2936 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
2937 entry_count.
2938 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
2939 R_SPARC_JMP_IREL to switch.
2940 (Target_sparc::Scan::check_non_pic): Likewise.
2941 (Target_sparc::Scan::local): Handle IFUNC symbols.
2942 (Target_sparc::Scan::local): Likewise.
2943 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
2944 and plt_address_for_local.
2945 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
2946 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
2947
13cf9988
DM
2948 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
2949 (class Output_data_reloc): Adjust calls to Output_reloc_type.
2950 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
2951 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
2952 global relocs too.
2953 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
2954 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
2955 calls.
2956 * sparc.cc (Target_sparc::Scan::global): Likewise.
2957 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
2958
31821be0
CC
29592012-04-16 Cary Coutant <ccoutant@google.com>
2960
2961 * archive.cc (Library_base::should_include_member): Check for
2962 --export-dynamic-symbol.
2963 * options.h (class General_options): Add --export-dynamic-symbol.
2964 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
2965 --export-dynamic-symbol.
2966 (Symbol_table::gc_mark_undef_symbols): Likewise.
2967 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
2968
2615994e
DM
29692012-04-12 David S. Miller <davem@davemloft.net>
2970
2971 * sparc.cc (Reloc::wdisp10): New relocation method.
2972 (Reloc::h34): Likewise.
2973 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
2974 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
2975 R_SPARC_WDISP10.
2976 (Target_sparc::Scan::local): Likewise.
2977 (Target_sparc::Scan::global): Likewise.
2978 (Target_sparc::Relocate::relocate): Likewise.
2979
6782735d
CC
29802012-04-09 Cary Coutant <ccoutant@google.com>
2981
2982 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
2983 low_pc == 0.
2984
8c7a0b00
ILT
29852012-04-06 Ian Lance Taylor <iant@google.com>
2986
2987 * timer.cc: #include <unistd.h>.
2988
58797674
RM
29892012-04-06 Roland McGrath <mcgrathr@google.com>
2990
2991 * configure.in (AC_CHECK_HEADERS): Add locale.h.
2992 * config.in: Regenerate.
2993 * configure: Regenerate.
2994
44350750
NC
29952012-04-05 Nick Clifton <nickc@redhat.com>
2996
2997 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
2998 (AM_LC_MESSAGES): Add.
2999 * aclocal.m4: Regenerate.
3000 * config.in: Regenerate.
3001 * configure: Regenerate.
3002
c1027032
CC
30032012-03-21 Cary Coutant <ccoutant@google.com>
3004
3005 * Makefile.am: Add gdb-index.cc, gdb-index.h.
3006 * Makefile.in: Regenerate.
3007 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
3008 (Sized_elf_reloc_mapper::symbol_section): New function.
3009 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
3010 (make_elf_reloc_mapper): New function.
3011 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
3012 (Dwarf_abbrev_table::do_read_abbrevs): New function.
3013 (Dwarf_abbrev_table::do_get_abbrev): New function.
3014 (Dwarf_ranges_table::read_ranges_table): New function.
3015 (Dwarf_ranges_table::read_range_list): New function.
3016 (Dwarf_pubnames_table::read_section): New function.
3017 (Dwarf_pubnames_table::read_header): New function.
3018 (Dwarf_pubnames_table::next_name): New function.
3019 (Dwarf_die::Dwarf_die): New function.
3020 (Dwarf_die::read_attributes): New function.
3021 (Dwarf_die::skip_attributes): New function.
3022 (Dwarf_die::set_name): New function.
3023 (Dwarf_die::set_linkage_name): New function.
3024 (Dwarf_die::attribute): New function.
3025 (Dwarf_die::string_attribute): New function.
3026 (Dwarf_die::int_attribute): New function.
3027 (Dwarf_die::uint_attribute): New function.
3028 (Dwarf_die::ref_attribute): New function.
3029 (Dwarf_die::child_offset): New function.
3030 (Dwarf_die::sibling_offset): New function.
3031 (Dwarf_info_reader::check_buffer): New function.
3032 (Dwarf_info_reader::parse): New function.
3033 (Dwarf_info_reader::do_parse): New function.
3034 (Dwarf_info_reader::do_read_string_table): New function.
3035 (Dwarf_info_reader::lookup_reloc): New function.
3036 (Dwarf_info_reader::get_string): New function.
3037 (Dwarf_info_reader::visit_compilation_unit): New function.
3038 (Dwarf_info_reader::visit_type_unit): New function.
3039 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
3040 Sized_elf_reloc_mapper.
3041 (Sized_dwarf_line_info::symbol_section): Remove function.
3042 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
3043 (Sized_dwarf_line_info::read_line_mappings): Remove object
3044 parameter, adjust callers.
3045 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
3046 * dwarf_reader.h: Include <sys/types.h>.
3047 (class Track_relocs): Remove forward declaration.
3048 (class Elf_reloc_mapper): New class.
3049 (class Sized_elf_reloc_mapper): New class.
3050 (class Dwarf_abbrev_table): New class.
3051 (class Dwarf_range_list): New class.
3052 (class Dwarf_ranges_table): New class.
3053 (class Dwarf_pubnames_table): New class.
3054 (class Dwarf_die): New class.
3055 (class Dwarf_info_reader): New class.
3056 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
3057 (Sized_dwarf_line_info::symbol_section): Remove member function.
3058 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
3059 base class.
3060 * gdb-index.cc: New source file.
3061 * gdb-index.h: New source file.
3062 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
3063 and .debug_types sections, call Layout::add_to_gdb_index.
3064 (Sized_relobj_incr::do_section_name): Implement.
3065 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
3066 return type; Implement.
3067 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
3068 return type.
3069 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
3070 parameter list and return type.
3071 (Sized_incr_dynobj::do_section_contents): Likewise.
3072 * layout.cc: Include gdb-index.h.
3073 (Layout::Layout): Initialize gdb_index_data_.
3074 (Layout::init_fixed_output_section): Check for .gdb_index section.
3075 (Layout::add_to_gdb_index): New function. Instantiate.
3076 * layout.h: Add forward declaration for class Gdb_index.
3077 (Layout::add_to_gdb_index): New member function.
3078 (Layout::gdb_index_data_): New data member.
3079 * main.cc: Include gdb-index.h.
3080 (main): Print statistics for gdb index.
3081 * object.cc (Object::section_contents): Move code into
3082 do_section_contents.
3083 (need_decompressed_section): Check for sections needed when building
3084 gdb index.
3085 (build_compressed_section_map): Likewise.
3086 (Sized_relobj_file::do_read_symbols): Need local symbols when building
3087 gdb index.
3088 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
3089 sections; call Layout::add_to_gdb_index.
3090 (Sized_relobj_file::do_decompressed_section_contents): Call
3091 do_section_contents directly.
3092 * object.h (Object::do_section_contents): Adjust parameter list and
3093 return type.
3094 (Object::do_decompressed_section_contents): Call do_section_contents
3095 directly.
3096 (Sized_relobj_file::do_section_contents): Adjust parameter list and
3097 return type.
3098 * options.h (class General_options): Add --gdb-index option.
3099 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
3100 list and return type.
3101 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
3102 * reloc.h (Track_relocs::checkpoint): New function.
3103 (Track_relocs::reset): New function.
3104
3105 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
3106 New test cases.
3107 * testsuite/Makefile.in: Regenerate.
3108 * testsuite/gdb_index_test.cc: New test source file.
3109 * testsuite/gdb_index_test_1.sh: New test source file.
3110 * testsuite/gdb_index_test_2.sh: New test source file.
3111
647f1574
DK
31122012-03-19 Doug Kwan <dougkwan@google.com>
3113
3114 * arm.cc (Target_arm::do_define_standard_symbols): New method.
2e702c99 3115 (Target_arm::do_finalize_sections): Remove code which defines
647f1574
DK
3116 __exidx_start and __exidx_end. Make symbol table parameter
3117 anonymous as it is not used.
3118 * gold.cc (queue_middle_tasks): Call target hook to define any
3119 target-specific symbols.
3120 * target.h (Target::define_standard_symbols): New method.
3121 (Target::do_define_standard_symbols): Same.
3122 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
3123 * testsuite/Makefile.in: Regenerate.
3124 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
3125 and __exidx_end.
3126 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
3127 relocations are generated for __exidx_start and __exidx_end.
3128
7c6109da
DK
31292012-03-16 Doug Kwan <dougkwan@google.com>
3130
3131 * testsuite/Makefile.am: Disable test initpri3b.
3132 * testsuite/Makefile.in: Regenerate.
3133
7b8957f8
DK
31342012-03-15 Doug Kwan <dougkwan@google.com>
3135
3136 * arm.cc (Target_arm::got_section): Make .got section read-only
3137 if -z now is given.
3138
14dc9ef7
ILT
31392012-03-15 Ian Lance Taylor <iant@google.com>
3140
3141 PR gold/13850
3142 * layout.cc (Layout::make_output_section): Correctly mark
3143 SHT_INIT_ARRAY, et. al., as relro.
3144
fa40b62a
DK
31452012-03-14 Doug Kwan <dougkwan@google.com>
3146
3147 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
3148 dynamic relocations for protected symbols in shared objects.
3149
fd325007
ILT
31502012-03-13 Ian Lance Taylor <iant@google.com>
3151
3152 * resolve.cc (Symbol_table::resolve): When merging common symbols,
3153 keep the larger alignment.
3154
e8dd54e1
CC
31552012-03-12 Cary Coutant <ccoutant@google.com>
3156
3157 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
3158 handling of DW_LNE_define_file.
3159
feb5f3b0
CC
31602012-03-12 Cary Coutant <ccoutant@google.com>
3161
3162 * reduced_debug_output.cc
3163 (Output_reduced_debug_info_section::get_die_end): Add new FORM
3164 codes to switch.
3165
a1fb4256
CC
31662012-02-29 Cary Coutant <ccoutant@google.com>
3167
3168 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
3169
5dd8762a
CC
31702012-02-29 Cary Coutant <ccoutant@google.com>
3171
3172 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3173 Call Object::decompressed_section_contents.
3174 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
3175 New dtor.
3176 (Sized_dwarf_line_info::buffer_start_): New data member.
3177 * merge.cc (Output_merge_data::do_add_input_section): Call
3178 Object::decompressed_section_contents.
3179 (Output_merge_string::do_add_input_section): Likewise.
3180 * object.cc (need_decompressed_section): New function.
3181 (build_compressed_section_map): Decompress sections needed later.
3182 (Sized_relobj_file::do_decompressed_section_contents): New function.
3183 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3184 * object.h (Object::decompressed_section_contents): New function.
3185 (Object::discard_decompressed_sections): New function.
3186 (Object::do_decompressed_section_contents): New function.
3187 (Object::do_discard_decompressed_sections): New function.
3188 (Compressed_section_info): New type.
3189 (Compressed_section_map): Include decompressed section contents.
3190 (Sized_relobj_file::do_decompressed_section_contents): New function.
3191 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3192
7b5de7ee
CC
31932012-02-16 Cary Coutant <ccoutant@google.com>
3194
3195 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
3196 * testsuite/Makefile.in: Regenerate.
3197
f9fa4a63
CC
31982012-02-14 Cary Coutant <ccoutant@google.com>
3199
3200 * options.cc (General_options::finalize): Disallow -pie and -static.
3201
2c175ebc
DK
32022012-02-03 Doug Kwan <dougkwan@google.com>
3203
3204 * arm.cc (Arm_relocate_functions::abs8,
3205 Arm_relocate_functions::abs16): Use
3206 Bits::has_signed_unsigned_overflow32.
3207 (Arm_relocate_functions::thm_abs8): Correct range of
3208 overflow check.
3209 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
3210 in assertions.
3211
90cff06f
DK
32122012-02-02 Doug Kwan <dougkwan@google.com>
3213
3214 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
3215 position independent outputs, not just shared objects.
3216
63887f3d
L
32172012-01-30 H.J. Lu <hongjiu.lu@intel.com>
3218
3219 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
3220 * configure: Regenerated.
3221
bef2b434
ILT
32222012-01-27 Ian Lance Taylor <iant@google.com>
3223
3224 * reloc.h (Bits): New class with static functions, copied from
3225 namespace utils in arm.cc.
3226 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
3227 instead.
3228
c335b55d
L
32292012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3230
3231 * incremental.cc (write_info_blocks): Correct relocation offset.
3232
41194d9f
L
32332012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3234
3235 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
3236 (Relocate::tls_gd_to_le): Likewise.
3237
1bae613c
L
32382012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3239
3240 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
3241
24482ca0
L
32422012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3243
3244 * configure.ac: Check if -mcmodel=medium works.
3245 * configure: Regenerated.
3246
c2c7840a
CC
32472012-01-24 Cary Coutant <ccoutant@google.com>
3248
3249 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
3250 definition and ...
3251 (read_unsigned_LEB_128_x): ... this new function.
3252 (read_signed_LEB_128): Replaced with inline definition and ...
3253 (read_signed_LEB_128_x): ... this new function.
3254 * int_encoding.h (read_unsigned_LEB_128_x): New function.
3255 (read_unsigned_LEB_128): Add inline definition.
3256 (read_signed_LEB_128_x): New function.
3257 (read_signed_LEB_128): Add inline definition.
3258 * testsuite/Makefile.am (leb128_unittest): New unit test.
3259 * testsuite/Makefile.in: Regenerate.
3260 * testsuite/leb128_unittest.cc: New unit test.
3261
833de760 32622012-01-23 Ian Lance Taylor <iant@google.com>
9dee3b3c
ILT
3263
3264 PR gold/13617
3265 * i386.cc (Target_i386::do_code_fill): When using a jmp
3266 instruction, pad with nop instructions.
3267 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3268
618d6666
L
32692012-01-22 H.J. Lu <hongjiu.lu@intel.com>
3270
3271 * x86_64.cc (gc_process_relocs): Add typename on types used in
3272 template.
3273 (scan_relocs): Likewise.
3274 (relocate_section): Likewise.
3275 (apply_relocation): Likewise.
3276
3660ff06
L
32772012-01-10 H.J. Lu <hongjiu.lu@intel.com>
3278
3279 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
3280 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
3281 under x32.
3282
fc51264f
L
32832012-01-09 H.J. Lu <hongjiu.lu@intel.com>
3284
3285 * x86_64.cc: Initial support for x32.
3286
dd74ae06
CC
32872012-01-03 Cary Coutant <ccoutant@google.com>
3288
3289 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
3290 Use abstract base class for GOT.
3291 * gold/output.h (class Output_data_got_base): New abstract base class.
3292 (class Output_data_got): Derive from new base class, adjust ctors.
3293 (Output_data_got::reserve_slot): Make virtual; rename to
3294 do_reserve_slot; Adjust callers.
3295 * gold/target.h (Sized_target::init_got_plt_for_update): Return
3296 pointer to abstract base class.
3297 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
3298
83896202
ILT
32992011-12-18 Ian Lance Taylor <iant@google.com>
3300
3301 * object.h (Relobj::local_symbol_value): New function.
3302 (Relobj::local_plt_offset): New function.
3303 (Relobj::local_has_got_offset): New function.
3304 (Relobj::local_got_offset): New function.
3305 (Relobj::set_local_got_offset): New function.
3306 (Relobj::do_local_symbol_value): New pure virtual function.
3307 (Relobj::do_local_plt_offset): Likewise.
3308 (Relobj::do_local_has_got_offset): Likewise.
3309 (Relobj::do_local_got_offset): Likewise.
3310 (Relobj::do_set_local_got_offset): Likewise.
3311 (Sized_relobj::do_local_has_got_offset): Rename from
3312 local_has_got_offset.
3313 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
3314 (Sized_relobj::do_set_local_got_offset): Rename from
3315 set_local_got_offset.
3316 (Sized_relobj_file::do_local_plt_offset): Rename from
3317 local_plt_offset.
3318 (Sized_relobj_file::do_local_symbol_value): New function.
3319 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
3320 local_plt_offset.
3321 * output.cc (Output_data_got::Got_entry::write): Change object to
3322 Relobj. Use local_symbol_value.
3323 (Output_data_got::add_global_with_rel): Change rel_dyn to
3324 Output_data_reloc_generic*. Use add_global_generic.
3325 (Output_data_got::add_global_with_rela): Remove. Change all
3326 callers to use add_global_with_rel.
3327 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
3328 Output_data_reloc_generic*. Use add_global_generic.
3329 (Output_data_got::add_global_pair_with_rela): Remove. Change all
3330 callers to use add_global_pair_with_rel.
3331 (Output_data_got::add_local): Change object to Relobj*.
3332 (Output_data_got::add_local_plt): Likewise.
3333 (Output_data_got::add_local_with_rel): Change object to Relobj*,
3334 change rel_dyn to Output_data_reloc_generic*. Use
3335 add_local_generic.
3336 (Output_data_got::add_local_with_rela): Remove. Change all
3337 callers to use all_local_with_rel.
3338 (Output_data_got::add_local_pair_with_rel): Change object to
3339 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
3340 add_output_section_generic.
3341 (Output_data_got::add_local_pair_with_rela): Remove. Change all
3342 callers to use add_local_pair_with_rel.
3343 (Output_data_got::reserve_local): Change object to Relobj*.
3344 * output.h: (class Output_data_reloc_generic): Add pure virtual
3345 declarations for add_global_generic, add_local_generic,
3346 add_output_section_generic.
3347 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
3348 functions for Output_data_reloc_generic. Update declarations for
3349 changes listed in output.cc.
3350 (class Output_data_got): Change template parameter to got_size.
3351 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
3352 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
3353 function.
3354 (Sized_relobj_incr::do_local_plt_offset): New function.
3355 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
3356 add_global_generic.
3357
76677ad0
CC
33582011-12-17 Cary Coutant <ccoutant@google.com>
3359
3360 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
3361 * resolve.cc (Symbol_table::resolve): Likewise.
3362 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
3363 arrays.
3364 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3365
8b8dd8d5
ILT
33662011-12-16 Ian Lance Taylor <iant@google.com>
3367
3368 * output.h (Output_data_reloc_generic::add): Only call
3369 add_dynamic_reloc if this is a dynamic reloc section.
3370
d55525b9
L
33712011-12-15 H.J. Lu <hongjiu.lu@intel.com>
3372
3373 PR gold/13505
3374 * target-reloc.h (apply_relocation): Replace <64, false> with
3375 <size, big_endian>.
3376
ff81c7c1
NC
33772011-11-25 Nick Clifton <nickc@redhat.com>
3378
3379 * po/it.po: New Italian translation.
3380
628f39be
SA
33812011-11-17 Sterling Augustine <saugustine@google.com>
3382
3383 * script.cc (script_include_directive): Implement.
3384 (read_script_file): New local variables name and search_path. Update
3385 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
3386 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
3387 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
3388
98ef3ea4
SA
33892011-11-11 Sterling Augustine <saugustine@google.com>
3390
3391 * yyscript.y (section_cmd): Add support for INCLUDE directive.
3392 (file_or_sections_cmd): Likewise.
3393
f4a8b6d7
DK
33942011-11-11 Doug Kwan <dougkwan@google.com>
3395
3396 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
3397 if --just-symbols is given.
3398
29ab395d
DK
33992011-11-10 Doug Kwan <dougkwan@google.com>
3400
3401 PR gold/13362
3402 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
3403 when processing data relocs.
3404 * reloc.h (Relocate_functions::rel_unaligned): New method.
3405 (Relocate_functions::pcrel_unaligned): Ditto.
3406 (Relocate_functions::rel32_unaligned): Ditto.
3407 (Relocate_functions::pcrel32_unaligned): Ditto.
3408
2c339f71
DK
34092011-11-09 Doug Kwan <dougkwan@google.com>
3410
3411 PR gold/13362
3412 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
3413 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
3414 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
3415 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3416 (Relocate_functions::rel_unaligned): New.
3417 (Relocate_functions::rel32_unaligned): New.
3418 * target-reloc.h (relocate_for_relocatable): Add code to handle
3419 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3420 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
3421 arm_unaligned_reloc_r): New targets.
3422 * testsuite/Makefile.in: Regenerate.
3423 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
3424 linking.
3425
3f3cddf1
ILT
34262011-11-02 Ian Lance Taylor <iant@google.com>
3427
3428 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
3429 NATIVE_LINKER.
3430 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
3431 * options.cc (General_options::finalize): Use library search path
3432 from configure script if specified. If not native and no sysroot,
3433 only search TOOLLIBDIR.
3434 * options.h (Search_directory::Search_directory): Change name to
3435 const std::string&.
3436 (General_options::add_to_library_path_with_sysroot): Change arg to
3437 const std::string&.
3438 * configure, Makefile.in, config.in: Rebuild.
3439
a8e2273b
ILT
34402011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3441
3442 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
3443 we are working around the ARM1176 Erratum.
3444 * options.h (General_options::fix_arm1176): Add option.
3445 * testsuite/Makefile.am: Add testcases, and keep current ones
3446 working.
3447 * testsuite/Makefile.in: Regenerate.
3448 * testsuite/arm_fix_1176.s: New file.
3449 * testsuite/arm_fix_1176.sh: Likewise.
3450
cd6eab1c
ILT
34512011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3452
3453 * arm.cc (Target_arm::Target_arm): Remove initialisation of
3454 may_use_blx_.
3455 (Target_arm::may_use_blx): Remove method.
3456 (Target_arm::set_may_use_blx): Likewise.
3457 (Target_arm::may_use_v4t_interworking): New method.
3458 (Target_arm::may_use_v5t_interworking): Likewise.
3459 (Target_arm::may_use_blx_): Remove member variable.
3460 (Arm_relocate_functions::arm_branch_common): Check for v5T
3461 interworking.
3462 (Arm_relocate_functions::thumb_branch_common): Likewise.
3463 (Reloc_stub::stub_type_for_reloc): Likewise.
3464 (Target_arm::do_finalize_sections): Correct interworking checks.
3465 * testsuite/Makefile.am: Add new tests.
3466 * testsuite/Makefile.in: Regenerate.
3467 * testsuite/arm_farcall_arm_arm.s: New test.
3468 * testsuite/arm_farcall_arm_arm.sh: Likewise.
3469 * testsuite/arm_farcall_arm_thumb.s: Likewise.
3470 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
3471 * testsuite/arm_farcall_thumb_arm.s: Likewise.
3472 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
3473 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
3474 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
3475
286adcf4
CC
34762011-10-31 Cary Coutant <ccoutant@google.com>
3477
3478 PR gold/13023
3479 * expression.cc (Expression::eval_with_dot): Add
3480 is_section_dot_assignment parameter.
3481 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
3482 absolute and assigning to dot within a section.
3483 * script-sections.cc
3484 (Output_section_element_assignment::set_section_addresses): Pass
3485 dot_section to set_if_absolute.
3486 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
3487 as is_section_dot_assignment flag to eval_with_dot.
3488 (Output_section_element_dot_assignment::set_section_addresses):
3489 Likewise.
3490 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
3491 parameter. Also set value if relative to dot_section; set the
3492 symbol's output_section.
3493 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
3494 parameter. Adjust all callers.
3495 (Expression::eval_maybe_dot): Likewise.
3496 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
3497 Adjust all callers.
3498 * testsuite/script_test_2.t: Test assignment of an absolute value
3499 to dot within an output section element.
3500
9634ed06
CC
35012011-10-31 Cary Coutant <ccoutant@google.com>
3502
3503 * options.h (class General_options): Add --[no-]gnu-unique options.
3504 * symtab.cc (Symbol_table::sized_write_globals): Convert
3505 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
3506
de4101c7
CC
35072011-10-31 Cary Coutant <ccoutant@google.com>
3508
3509 PR gold/13359
3510 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
3511 unnecessary assertion.
3512 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
3513
7257cc92
ST
35142011-10-31 Sriraman Tallam <tmsriram@google.com>
3515
3516 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3517 gc_mark_symbol.
3518 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3519 gc_mark_symbol.
3520 Change to just keep the section associated with symbol.
3521 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
3522 they are externally visible and --export-dynamic is turned on.
3523 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
3524
bfc34b3f
ILT
35252011-10-19 Ian Lance Taylor <iant@google.com>
3526
3527 PR gold/13163
3528 * script-sections.cc
3529 (Output_section_element_dot_assignment::needs_output_section): New
3530 function.
3531
ea0d8c47
ILT
35322011-10-19 Ian Lance Taylor <iant@google.com>
3533
3534 PR gold/13204
3535 * layout.cc (Layout::segment_precedes): Don't assert failure if a
3536 --section-start option was seen.
3537 * options.h (General_options::any_section_start): New function.
3538
abd242a9
DM
35392011-10-18 David S. Miller <davem@davemloft.net>
3540
3541 PR binutils/13301
3542 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
3543 member to track relocation locations that have moved during TLS
3544 reloc optimizations.
3545 (Target_sparc::Relocate::Relocate): Initialize to NULL.
3546 (Target_sparc::Relocate::relocate): Adjust view down by 4
3547 bytes if it matches reloc_adjust_addr_.
3548 (Target_sparc::Relocate::relocate_tls): Always move the
3549 __tls_get_addr call delay slot instruction forward 4 bytes when
3550 performing relaxation.
3551
bab9090f
CC
35522011-10-18 Cary Coutant <ccoutant@google.com>
3553
3554 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
3555 (Output_file::map_no_anonymous): Check for non-zero
3556 return code from posix_fallocate.
3557
f7c5b166
CC
35582011-10-17 Cary Coutant <ccoutant@google.com>
3559
3560 PR gold/13245
3561 * plugin.cc (is_visible_from_outside): Check for symbols
3562 referenced from dynamic objects.
3563 * resolve.cc (Symbol_table::resolve): Don't count references
3564 from dynamic objects as references from real ELF files.
3565 * testsuite/plugin_test_2.sh: Adjust expected result.
3566
b490c0bb
CC
35672011-10-17 Cary Coutant <ccoutant@google.com>
3568
3569 * gold.cc: Include timer.h.
3570 (queue_middle_tasks): Stamp time.
3571 (queue_final_tasks): Likewise.
3572 * main.cc (main): Store timer in parameters. Print timers
3573 for each pass.
3574 * parameters.cc (Parameters::Parameters): Initialize timer_.
3575 (Parameters::set_timer): New function.
3576 (set_parameters_timer): New function.
3577 * parameters.h (Parameters::set_timer): New function.
3578 (Parameters::timer): New function.
3579 (Parameters::timer_): New data member.
3580 (set_parameters_timer): New function.
3581 * timer.cc (Timer::stamp): New function.
3582 (Timer::get_pass_time): New function.
3583 * timer.h (Timer::stamp): New function.
3584 (Timer::get_pass_time): New function.
3585 (Timer::pass_times_): New data member.
3586
f475cf7b
CC
35872011-10-17 Cary Coutant <ccoutant@google.com>
3588
3589 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
3590 task for members of lib groups.
3591
cdd7e244
CC
35922011-10-17 Cary Coutant <ccoutant@google.com>
3593
3594 PR gold/13288
4f95c8b4 3595 * fileread.cc (File_read::find_view): Add assert.
cdd7e244
CC
3596 (File_read::make_view): Move bounds check (replace with assert)...
3597 (File_read::find_or_make_view): ... to here.
3598
dfb45471
CC
35992011-10-12 Cary Coutant <ccoutant@google.com>
3600
4f95c8b4 3601 * output.cc (Output_file::open_base_file): Handle case where
dfb45471
CC
3602 ::read returns less than requested size.
3603
53bbcc1b
CC
36042011-10-10 Cary Coutant <ccoutant@google.com>
3605
4f95c8b4 3606 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
53bbcc1b
CC
3607 Initialize defined_count_.
3608 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
3609 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
3610 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
3611 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
3612 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
4f95c8b4 3613 * incremental.h (Sized_relobj_incr::defined_count_): New data
53bbcc1b
CC
3614 member.
3615 (Sized_incr_dynobj::defined_count_): New data member.
4f95c8b4 3616 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
53bbcc1b
CC
3617 Return zeroes instead of internal error.
3618
397b129b
CC
36192011-10-10 Cary Coutant <ccoutant@google.com>
3620
3621 PR gold/13249
4f95c8b4 3622 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
397b129b 3623 (Output_reloc::symbol_value): Return PLT offset if flag is set.
4f95c8b4 3624 * output.h (class Output_reloc): Add use_plt_offset flag.
397b129b
CC
3625 (Output_reloc::type_): Adjust size of bit field.
3626 (Output_reloc::use_plt_offset_): New bit field.
3627 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
3628 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
3629 flag. Adjust all callers.
4f95c8b4 3630 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
397b129b
CC
3631 creating RELATIVE relocations.
3632
d5698657
NC
36332011-10-10 Nick Clifton <nickc@redhat.com>
3634
3635 * po/es.po: Updated Spanish translation.
3636 * po/fi.po: Updated Finnish translation.
3637
6a59a5c2
DN
36382011-10-03 Diego Novillo <dnovillo@google.com>
3639
3640 * options.cc (parse_uint): Fix dereference of RETVAL.
3641
f0558624
ST
36422011-09-29 Sriraman Tallam <tmsriram@google.com>
3643
3644 * layout.h (section_order_map_): New member.
3645 (get_section_order_map): New member function.
3646 * output.cc (Output_section::add_input_section): Check for patterns
3647 only when --section-ordering-file is specified.
3648 * gold.cc (queue_middle_tasks): Delay updating order of sections till
3649 output_sections have been formed.
3650 * layout.cc (Layout_Layout): Initialize section_order_map_.
3651 * plugin.cc (update_section_order): Store order in order_map. Do not
3652 update the order.
3653 * testsuite/Makefile.am: Add test case for plugin_final_layout.
3654 * testsuite/Makefile.in: Regenerate.
3655 * testsuite/plugin_section_order.c: New file.
3656 * testsuite/plugin_final_layout.cc: New file.
3657 * testsuite/plugin_final_layout.sh: New file.
3658
a7dac153
CC
36592011-09-29 Cary Coutant <ccoutant@google.com>
3660
4f95c8b4 3661 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
a7dac153 3662 Check for NULL.
4f95c8b4 3663 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
a7dac153
CC
3664 symbols during incremental update.
3665 (Symbol_table::add_from_dynobj): Likewise.
3666
eebd87a5
ILT
36672011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3668 Ian Lance Taylor <iant@google.com>
3669
3670 * symtab.cc (Symbol_table::define_special_symbol): Always
3671 canonicalize version string.
3672
403a3331
CC
36732011-09-26 Cary Coutant <ccoutant@google.com>
3674
4f95c8b4
CC
3675 * gold.cc (queue_initial_tasks): Move option checks ...
3676 * options.cc (General_options::finalize): ... to here. Disable
403a3331
CC
3677 some options; make others fatal.
3678
235061c2
CC
36792011-09-26 Cary Coutant <ccoutant@google.com>
3680
3681 gcc PR lto/47247
3682 * plugin.cc (get_symbols_v2): New function.
3683 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
3684 (is_referenced_from_outside): New function.
3685 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
3686 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
3687 (get_symbols): Pass version parameter.
3688 (get_symbols_v2): New function.
3689 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
3690 parameter.
3691 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
3692 (onload): Add LDPT_GET_SYMBOLS_V2.
3693 (all_symbols_read_hook): Use get_symbols_v2; check for
3694 LDPR_PREVAILING_DEF_IRONLY_EXP.
3695 * testsuite/plugin_test_3.sh: Update expected results.
3696
dc87f620
ILT
36972011-09-23 Simon Baldwin <simonb@google.com>
3698
3699 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
3700 configuration options.
3701 * configure: Regenerate.
3702 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
3703 * Makefile.in: Regenerate.
3704 * testsuite/Makefile.in: Regenerate.
3705
a8279f82
ST
37062011-09-19 Sriraman Tallam <tmsriram@google.com>
3707
3708 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
3709
0c9350c8
CC
37102011-09-19 Cary Coutant <ccoutant@google.com>
3711
3712 * incremental.cc (can_incremental_update): Fix typo in comment.
3713 * incremental.h (can_incremental_update): Likewise.
3714
aa06ae28
CC
37152011-09-18 Cary Coutant <ccoutant@google.com>
3716
3717 * incremental.cc (can_incremental_update): New function.
3718 * incremental.h (can_incremental_update): New function.
3719 * layout.cc (Layout::init_fixed_output_section): Call it.
3720 (Layout::make_output_section): Don't allow patch space in .eh_frame.
3721 * object.cc (Sized_relobj_file::do_layout): Call
3722 can_incremental_update.
3723
ebb300b2
CC
37242011-09-13 Cary Coutant <ccoutant@google.com>
3725
3726 * configure.ac: Check for glibc support for gnu_indirect_function
3727 support with static linking, setting automake conditional
3728 IFUNC_STATIC.
3729 * Makefile.in: Regenerate.
3730 * configure: Regenerate.
3731
3732 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
3733 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
3734 for IFUNC_STATIC.
3735 * testsuite/Makefile.in: Regenerate.
3736
1206d0d5
CC
37372011-09-13 Cary Coutant <ccoutant@google.com>
3738
3739 * incremental.cc (Sized_relobj_incr::do_layout): Call
3740 report_comdat_group for kept comdat sections.
3741 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
3742 * testsuite/Makefile.in: Regenerate.
3743 * testsuite/incr_comdat_test_1.cc: New source file.
3744 * testsuite/incr_comdat_test_2_v1.cc: New source file.
3745 * testsuite/incr_comdat_test_2_v2.cc: New source file.
3746 * testsuite/incr_comdat_test_2_v3.cc: New source file.
3747
40b29874
ILT
37482011-09-13 Ian Lance Taylor <iant@google.com>
3749
3750 * object.cc (Sized_relobj_file::do_layout): Remove unused local
3751 variable external_symbols_offset.
3752
1b045aac
ILT
37532011-09-12 Ian Lance Taylor <iant@google.com>
3754
3755 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
3756 triggered if object has no symbols.
3757
24c6c55a
DM
37582011-09-09 David S. Miller <davem@davemloft.net>
3759
3760 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
3761 (Output_fill_debug_line::do_write): Likewise.
3762
66570254
CC
37632011-08-29 Cary Coutant <ccoutant@google.com>
3764
3765 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
3766 casts to match formatting specs.
3767 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
3768
8ea8cd50
CC
37692011-08-26 Cary Coutant <ccoutant@google.com>
3770
3771 * layout.cc (Free_list::allocate): Provide guarantee of minimum
3772 remaining hole size when allocating.
3773 (Layout::make_output_section): Set fill methods for debug sections.
3774 * layout.h (Free_list::Free_list_node): Move from private to
3775 public.
3776 (Free_list::set_min_hole_size): New function.
3777 (Free_list::begin, Free_list::end): New functions.
3778 (Free_list::min_hole_): New data member.
3779 * output.cc: Include dwarf.h.
3780 (Output_fill_debug_info::do_minimum_hole_size): New function.
3781 (Output_fill_debug_info::do_write): New function.
3782 (Output_fill_debug_line::do_minimum_hole_size): New function.
3783 (Output_fill_debug_line::do_write): New function.
3784 (Output_section::Output_section): Initialize new data member.
3785 (Output_section::set_final_data_size): Ensure patch space is larger
3786 than minimum hole size.
3787 (Output_section::do_write): Fill holes in debug sections.
3788 * output.h (Output_fill): New class.
3789 (Output_fill_debug_info): New class.
3790 (Output_fill_debug_line): New class.
3791 (Output_section::set_free_space_fill): New function.
3792 (Output_section::free_space_fill_): New data member.
3793 * testsuite/Makefile.am (incremental_test_3): Add
3794 --incremental-patch option.
3795 (incremental_test_4): Likewise.
3796 (incremental_test_5): Likewise.
3797 (incremental_test_6): Likewise.
3798 (incremental_copy_test): Likewise.
3799 (incremental_common_test_1): Likewise.
3800 * testsuite/Makefile.in: Regenerate.
3801
7cf80422
NC
38022011-08-26 Nick Clifton <nickc@redhat.com>
3803
3804 * po/es.po: Updated Spanish translation.
3805
c3f7b0e5
CC
38062011-08-01 Cary Coutant <ccoutant@google.com>
3807
3808 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
3809 * gold/testsuite/Makefile.in: Regenerate.
3810 * gold/testsuite/justsyms_exec.c: New source file.
3811 * gold/testsuite/justsyms_lib.c: New source file.
3812
9590bf25
CC
38132011-08-01 Cary Coutant <ccoutant@google.com>
3814
3815 * layout.cc (Layout::set_segment_offsets): Don't realign text
3816 segment if -Ttext was specified.
3817 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
3818 file type.
3819 * object.h (Sized_relobj_file::e_type): New function.
3820 (Sized_relobj_file::e_type_): New data member.
3821 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
3822 base address for ET_EXEC files.
3823 * target.cc (Target::do_make_elf_object_implementation): Allow
3824 ET_EXEC files with --just-symbols option.
3825
dcd8d12e
CC
38262011-07-28 Cary Coutant <ccoutant@google.com>
3827
3828 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
3829 Add thread_number parameter.
3830 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
3831 * workqueue-threads.cc
3832 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
3833 current thread if its thread number is greater than desired thread
3834 count.
3835 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
3836 Add thread_number parameter.
3837 (Workqueue::should_cancel_thread): Likewise.
3838 (Workqueue::find_runnable_or_wait): Pass thread_number to
3839 should_cancel_thread.
3840 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
3841 parameter.
3842
804eb480
ST
38432011-07-22 Sriraman Tallam <tmsriram@google.com>
3844
3845 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
3846 only after checking if it cannot be forced local.
3847 * symtab.h (is_externally_visible): Check if the symbol is not forced
3848 local.
3849
f1ddb600
ILT
38502011-07-15 Ian Lance Taylor <iant@google.com>
3851
3852 * options.h (class General_options): Add --print-output-format.
3853 Move -EL next to -EB, for better --help output.
3854 * target-select.cc: Include <cstdio>, "options.h", and
3855 "parameters.h".
3856 (Target_selector::do_target_bfd_name): New function.
3857 (print_output_format): New function.
3858 * target-select.h (class Target_selector): Update declarations.
3859 (Target_selector::target_bfd_name): New function.
3860 (print_output_format): Declare.
3861 * main.cc: Include "target-select.h".
3862 (main): Handle --print-output-format.
3863 * gold.cc: Include "target-select.h".
3864 (queue_initial_tasks): Handle --print-output-format when there are
3865 no input files.
3866 * parameters.cc (parameters_force_valid_target): Give a better
3867 error message if -EB/-EL does not match target.
3868 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
3869 function.
3870
7d172687
ILT
38712011-07-15 Ian Lance Taylor <iant@google.com>
3872
3873 * i386.cc (class Output_data_plt_i386): Add layout_ field.
3874 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
3875 (Output_data_plt_i386::do_write): Write address of .dynamic
3876 section to first entry in .got.plt section.
3877 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
3878 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
3879 Initialize layout_.
3880 (Output_data_plt_x86_64::do_write): Write address of .dynamic
3881 section to first entry in .got.plt section.
3882 * layout.h (Layout::dynamic_section): New function.
3883
e9552f7e
ST
38842011-07-13 Sriraman Tallam <tmsriram@google.com>
3885
3886 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
3887 to claim_file call.
3888 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
3889 input_section_position_, and input_section_glob_.
3890 (read_layout_from_file): Call function section_ordering_specified.
3891 * layout.h (is_section_ordering_specified): New function.
3892 (section_ordering_specified): New function.
3893 (section_ordering_specified_): New boolean member.
3894 * main.cc(main): Call load_plugins after layout object is defined.
3895 * output.cc (Output_section::add_input_section): Use
3896 function section_ordering_specified to check if section ordering is
3897 needed.
3898 * output.cc (Output_section::add_relaxed_input_section): Use
3899 function section_ordering_specified to check if section ordering is
3900 needed.
3901 (Output_section::update_section_layout): New function.
3902 (Output_section::sort_attached_input_sections): Check if input section
3903 must be reordered.
3904 * output.h (Output_section::update_section_layout): New function.
3905 * plugin.cc (get_section_count): New function.
3906 (get_section_type): New function.
3907 (get_section_name): New function.
3908 (get_section_contents): New function.
3909 (update_section_order): New function.
58797674 3910 (allow_section_ordering): New function.
e9552f7e
ST
3911 (Plugin::load): Add the new interfaces to the transfer vector.
3912 (Plugin_manager::load_plugins): New parameter.
3913 (Plugin_manager::all_symbols_read): New parameter.
3914 (Plugin_manager::claim_file): New parameter. Save the elf object for
3915 unclaimed objects.
3916 (Plugin_manager::get_elf_object): New function.
3917 (Plugin_manager::get_view): Change to directly use the bool to check
3918 if get_view is called from claim_file_hook.
3919 * plugin.h (input_objects): New function
3920 (Plugin__manager::load_plugins): New parameter.
3921 (Plugin_manager::claim_file): New parameter.
3922 (Plugin_manager::get_elf_object): New function.
3923 (Plugin_manager::in_claim_file_handler): New function.
3924 (Plugin_manager::in_claim_file_handler_): New member.
3925 (layout): New function.
3926 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
3927 handler with an extra parameter. Make the elf object before calling
3928 claim_file handler.
3929 * testsuite/plugin_test.c (get_section_count): New function pointer.
3930 (get_section_type): New function pointer.
3931 (get_section_name): New function pointer.
3932 (get_section_contents): New function pointer.
3933 (update_section_order): New function pointer.
3934 (allow_section_ordering): New function pointer.
3935 (onload): Check if the new interfaces exist.
3936
9446efde
ILT
39372011-07-13 Ian Lance Taylor <iant@google.com>
3938
3939 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
3940 relro section.
3941 * x86_64.cc (Target_x86_64::got_section): Likewise.
3942 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
3943 (relro_now_test_SOURCES): New variable.
3944 (relro_now_test_DEPENDENCIES): New variable.
3945 (relro_now_test_LDFLAGS): New variable.
3946 (relro_now_test_LDADD): New variable.
3947 (relro_now_test.so): New target.
3948 * testsuite/Makefile.in: Rebuild.
3949
07aa62f2
ILT
39502011-07-12 Ian Lance Taylor <iant@google.com>
3951
3952 PR gold/12980
3953 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
3954 GLOB_DAT relocation rather than a RELATIVE relocation for a
3955 protected symbol when creating a shared library.
3956 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
3957 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
3958 * testsuite/protected_main_1.cc (main): Test that protected
3959 function has same address.
3960
e2153196
ILT
39612011-07-11 Ian Lance Taylor <iant@google.com>
3962
3963 PR gold/12979
3964 * options.h (class General_options): Add -Bgroup.
3965 * options.cc (General_options::finalize): If -Bgroup is set,
3966 default to --unresolved-symbols=report-all.
3967 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
3968 * target-reloc.h (issue_undefined_symbol_error): Handle
3969 --unresolved-symbols=report-all.
3970
6daf5215
ILT
39712011-07-08 Ian Lance Taylor <iant@google.com>
3972
3973 PR gold/11985
3974 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
3975 if linker script discards key sections.
3976 (Layout::create_dynamic_symtab): Likewise.
3977 (Layout::assign_local_dynsym_offsets): Likewise.
3978 (Layout::sized_create_version_sections): Likewise.
3979 (Layout::create_interp): Likewise.
3980 (Layout::finish_dynamic_section): Likewise.
3981 (Layout::set_dynamic_symbol_size): Likewise.
3982
beabb2c6
ILT
39832011-07-08 Ian Lance Taylor <iant@google.com>
3984
3985 PR gold/12386
3986 * options.h (class General_options): Add --unresolved-symbols.
3987 * target-reloc.h (issue_undefined_symbol_error): Check
3988 --unresolved-symbols. Add comments.
3989
9c16daf1
ILT
39902011-07-08 Ian Lance Taylor <iant@google.com>
3991
3992 * testsuite/odr_violation2.cc (Ordering::operator()): Make
3993 expression more complex.
3994
191f1a2d
ILT
39952011-07-08 Ian Lance Taylor <iant@google.com>
3996
3997 PR gold/11317
3998 * target-reloc.h (issue_undefined_symbol_error): New inline
3999 function, broken out of relocate_section.
4000 (relocate_section): Call issue_undefined_symbol_error.
4001 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
4002 there is no TLS segment if we are about to issue an undefined
4003 symbol error.
4004 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
4005
62855347
ILT
40062011-07-08 Ian Lance Taylor <iant@google.com>
4007
4008 PR gold/12279
4009 * resolve.cc (Symbol_table::should_override): Add fromtype
4010 parameter. Change all callers. Give error when linking together
4011 TLS and non-TLS symbol.
4012 (Symbol_table::should_override_with_special): Add fromtype
4013 parameter. Change all callers.
4014 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
4015 there is no TLS segment if we have reported some errors.
4016 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
4017
67181c72
ILT
40182011-07-08 Ian Lance Taylor <iant@google.com>
4019
4020 PR gold/12372
4021 * target.h (Target::plt_address_for_global): New function.
4022 (Target::plt_address_for_local): New function.
4023 (Target::plt_section_for_global): Remove.
4024 (Target::plt_section_for_local): Remove.
4025 (Target::do_plt_address_for_global): New virtual function.
4026 (Target::do_plt_address_for_local): New virtual function.
4027 (Target::do_plt_section_for_global): Remove.
4028 (Target::do_plt_section_for_local): Remove.
4029 (Target::register_global_plt_entry): Add Symbol_table and Layout
4030 parameters.
4031 * output.cc (Output_data_got::Got_entry::write): Use
4032 plt_address_for_global and plt_address_for_local.
4033 * layout.cc (Layout::add_target_dynamic_tags): Use size and
4034 address of output section.
4035 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
4036 got_irelative_, and irelative_count_ fields. Update
4037 declarations.
4038 (Output_data_plt_i386::has_irelative_section): New function.
4039 (Output_data_plt_i386::entry_count): Add irelative_count_.
4040 (Output_data_plt_i386::set_final_data_size): Likewise.
4041 (class Target_i386): Add got_irelative_ and rel_irelative_
4042 fields. Update declarations.
4043 (Target_i386::Target_i386): Initialize new fields.
4044 (Target_i386::do_plt_address_for_global): New function replacing
4045 do_plt_section_for_global.
4046 (Target_i386::do_plt_address_for_local): New function replacing
4047 do_plt_section_for_local.
4048 (Target_i386::got_section): Create got_irelative_.
4049 (Target_i386::rel_irelative_section): New function.
4050 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
4051 fields. Don't define __rel_iplt_{start,end}.
4052 (Output_data_plt_i386::add_entry): Add symtab and layout
4053 parameters. Change all callers. Use different PLT and GOT for
4054 IFUNC symbols.
4055 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
4056 layout parameters. Change all callers. Use different PLT and
4057 GOT.
4058 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
4059 (Output_data_plt_i386::rel_irelative): New function.
4060 (Output_data_plt_i386::address_for_global): New function.
4061 (Output_data_plt_i386::address_for_local): New function.
4062 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
4063 IRELATIVE GOT when changing IFUNC GOT entries.
4064 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
4065 reloc.
4066 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
4067 if we didn't create an IRELATIVE GOT.
4068 (Target_i386::Relocate::relocate): Use plt_address_for_global and
4069 plt_address_for_local.
4070 (Target_i386::do_dynsym_value): Use plt_address_for_global.
4071 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
4072 got_irelative_, and irelative_count_ fields. Update
4073 declarations.
4074 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
4075 Initialize new fields. Remove symtab parameter. Change all
4076 callers.
4077 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
4078 irelative_count_.
4079 (Output_data_plt_x86_64::has_irelative_section): New function.
4080 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
4081 (class Target_x86_64): Add got_irelative_ and rel_irelative_
4082 fields. Update declarations.
4083 (Target_x86_64::Target_x86_64): Initialize new fields.
4084 (Target_x86_64::do_plt_address_for_global): New function replacing
4085 do_plt_section_for_global.
4086 (Target_x86_64::do_plt_address_for_local): New function replacing
4087 do_plt_section_for_local.
4088 (Target_x86_64::got_section): Create got_irelative_.
4089 (Target_x86_64::rela_irelative_section): New function.
4090 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
4091 all callers. Don't create __rel_iplt_{start,end}.
4092 (Output_data_plt_x86_64::add_entry): Add symtab and layout
4093 parameters. Change all callers. Use different PLT and GOT for
4094 IFUNC symbols.
4095 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
4096 layout parameters. Change all callers. Use different PLT and
4097 GOT.
4098 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
4099 parameters. Change all callers. Use different PLT and GOT for
4100 IFUNC symbols.
4101 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
4102 (Output_data_plt_x86_64::rela_irelative): New function.
4103 (Output_data_plt_x86_64::address_for_global): New function.
4104 (Output_data_plt_x86_64::address_for_local): New function.
4105 (Output_data_plt_x86_64::set_final_data_size): Likewise.
4106 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
4107 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
4108 (Target_x86_64::register_global_plt_entry): Add symtab and layout
4109 parameters.
4110 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
4111 reloc.
4112 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
4113 symbols if we didn't create an IRELATIVE GOT.
4114 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
4115 plt_address_for_local.
4116 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
4117 * testsuite/ifuncvar1.c: New test file.
4118 * testsuite/ifuncvar2.c: New test file.
4119 * testsuite/ifuncvar3.c: New test file.
4120 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
4121 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
4122 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
4123 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
4124 * testsuite/Makefile.in: Rebuild.
4125
33c15b45
CC
41262011-07-07 Cary Coutant <ccoutant@google.com>
4127
4128 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
4129 (two_file_test_1_ndebug.o): Likewise.
4130 (two_file_test_1b_ndebug.o): Likewise.
4131 (two_file_test_2_ndebug.o): Likewise.
4132 (two_file_test_main_ndebug.o): Likewise.
4133 (incremental_test_2): Link with no-debug versions.
4134
f48b5fb7
CC
41352011-07-06 Cary Coutant <ccoutant@google.com>
4136
4137 * gold/incremental.cc
4138 (Output_section_incremental_inputs::write_info_blocks): Check for
4139 hidden and internal symbols.
4140
221597a5
CC
41412011-07-06 Cary Coutant <ccoutant@google.com>
4142
4143 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
4144 Check disposition for startup file.
4145 (Incremental_inputs::report_command_line): Ignore
4146 --incremental-startup-unchanged option.
4147 * options.cc (General_options::parse_incremental_startup_unchanged):
4148 New function.
4149 (General_options::General_options): Initialize new data member.
4150 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
4151 (General_options): Add --incremental-startup-unchanged option.
4152 (General_options::incremental_startup_disposition): New function.
4153 (General_options::incremental_startup_disposition_): New data member.
4154
e24719f6
CC
41552011-07-06 Cary Coutant <ccoutant@google.com>
4156
4157 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
4158 input file index to Script_info ctor.
4159 (Sized_incremental_binary::do_file_has_changed): Find the
4160 command-line argument for files named in scripts.
4161 * incremental.h (Script_info::Script_info): New ctor
4162 with input file index.
4163 (Script_info::input_file_index): New function.
4164 (Script_info::input_file_index_): New data member.
4165 (Incremental_binary::get_library): Add const.
4166 (Incremental_binary::get_script_info): Add const.
4167 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
4168 * testsuite/Makefile.am (incremental_test_5): New test case.
4169 (incremental_test_6): New test case.
4170 * testsuite/Makefile.in: Regenerate.
4171
8f7c81e8
CC
41722011-07-06 Cary Coutant <ccoutant@google.com>
4173
4174 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
4175 debug output when command lines differ.
4176
9fbd3822
CC
41772011-07-06 Cary Coutant <ccoutant@google.com>
4178
4179 * incremental.cc (Incremental_inputs::report_command_line): Ignore
4180 --incremental-patch option.
4181 * layout.cc (Free_list::allocate): Extend allocation beyond original
4182 end if enabled.
4183 (Layout::make_output_section): Mark sections that should get
4184 patch space.
4185 * options.cc (parse_percent): New function.
4186 * options.h (parse_percent): New function.
4187 (DEFINE_percent): New macro.
4188 (General_options): Add --incremental-patch option.
4189 * output.cc (Output_section::Output_section): Initialize new data
4190 members.
4191 (Output_section::add_input_section): Print section name when out
4192 of patch space.
4193 (Output_section::add_output_section_data): Likewise.
4194 (Output_section::set_final_data_size): Add patch space when
4195 doing --incremental-full.
4196 (Output_section::do_reset_address_and_file_offset): Remove patch
4197 space.
4198 (Output_segment::set_section_list_addresses): Print debug output
4199 only if --incremental-update.
4200 * output.h (Output_section::set_is_patch_space_allowed): New function.
4201 (Output_section::is_patch_space_allowed_): New data member.
4202 (Output_section::patch_space_): New data member.
4203 * parameters.cc (Parameters::incremental_full): New function.
4204 * parameters.h (Parameters::incremental_full): New function
4205 * testsuite/Makefile.am (incremental_test_2): Add test for
4206 --incremental-patch option.
4207 * testsuite/Makefile.in: Regenerate.
4208 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
4209 (t18): Remove function body.
4210
f6cccc2c
DK
42112011-07-05 Doug Kwan <dougkwan@google.com>
4212
4213 PR gold/12771
4214 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
4215 Arm_Address type for relocation result.
4216 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
4217 overflow check.
4218 (Arm_relocate_functions::abs32): Use unaligned access.
4219 (Arm_relocate_functions::rel32): Ditto.
4220 (Arm_relocate_functions::prel31): Ditto.
4221 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
4222 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
4223 static data relocations.
4224 * testsuite/Makefile.in: Regnerate.
4225 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
4226
28a13fec
ILT
42272011-07-05 Ian Lance Taylor <iant@google.com>
4228
4229 PR gold/12392
4230 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
4231 symbols if necessary.
4232 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
4233
24d47b34
ILT
42342011-07-05 Ian Lance Taylor <iant@google.com>
4235
4236 PR gold/12952
4237 * resolve.cc (Symbol::override_base_with_special): Simply override
4238 version with special symbol version, ignoring previous version.
4239
41f9cbbe
ILT
42402011-07-05 Ian Lance Taylor <iant@google.com>
4241
4242 * object.cc (Sized_relobj_file::include_section_group): Add
4243 information to comment about signature location.
4244
886288f1
ILT
42452011-07-02 Ian Lance Taylor <iant@google.com>
4246
4247 PR gold/12957
4248 * options.h (class General_options): Add -f and -F.
4249 * options.cc (General_options::finalize): Fatal error if -f/-F
4250 are used without -shared.
4251 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
4252
ae3a6d4f
ILT
42532011-07-02 Ian Lance Taylor <iant@google.com>
4254
4255 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
4256
21131061
ILT
42572011-07-01 Ian Lance Taylor <iant@google.com>
4258
4259 PR gold/12525
4260 PR gold/12952
4261 * resolve.cc (Symbol::override_base_with_special): Don't override
4262 the version if the overriding symbol has a different name.
4263 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
4264 all callers. If we give an error about an undefined version,
4265 define the base version if necessary.
4266 * dynobj.h (class Versions): Update declaration.
4267 * testsuite/weak_alias_test_5.cc: New file.
4268 * testsuite/weak_alias_test.script: New file.
4269 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
4270 and versioned_alias have the right value, and call t2.
4271 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
4272 weak_alias_test_5.so.
4273 (weak_alias_test_LDADD): Likewise.
4274 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
4275 * testsuite/Makefile.in: Rebuild.
4276
611062c0
ILT
42772011-07-01 Ian Lance Taylor <iant@google.com>
4278
4279 PR gold/12525
4280 * options.h (class General_options): Support -z notext.
4281 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
4282 -Wl,-z,notext.
4283 (two_file_shared_nonpic.so): Likewise.
4284 (two_file_shared_mixed.so): Likewise.
4285 (two_file_shared_mixed_1.so): Likewise.
4286 (weak_undef_lib_nonpic.so): Likewise.
4287 (alt/weak_undef_lib_nonpic.so): Likewise.
4288 (tls_test_shared_nonpic.so): Likewise.
4289 * testsuite/Makefile.in: Rebuild.
4290
328c7c2f
ILT
42912011-07-01 Ian Lance Taylor <iant@google.com>
4292
4293 PR gold/12525
4294 * configure.ac: Test whether static linking works, setting
4295 the automake conditional HAVE_STATIC.
4296 * testsuite/Makefile.am: Disable tests using -static if
4297 HAVE_STATIC is not true.
4298 * configure, testsuite/Makefile.in: Rebuild.
4299
02d7cd44
ILT
43002011-07-01 Ian Lance Taylor <iant@google.com>
4301
4302 PR gold/12525
4303 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
4304 Assert if we see DW_EH_PE_indirect.
4305 * target.h (Target::ehframe_datarel_base): New function.
4306 (Target::do_ehframe_datarel_base): New target function.
4307 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
4308 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
4309 function.
4310
07a60597
ILT
43112011-07-01 Ian Lance Taylor <iant@google.com>
4312
4313 PR gold/12571
4314 * options.h (class General_options): Add
4315 --ld-generated-unwind-info.
4316 * ehframe.cc (Fde::write): Add address parameter. Change all
4317 callers. If associated with PLT, fill in address and size.
4318 (Cie::set_output_offset): Only add merge mapping if there is an
4319 object.
4320 (Cie::write): Add address parameter. Change all callers.
4321 (Eh_frame::add_ehframe_for_plt): New function.
4322 * ehframe.h (class Fde): Update declarations. Move shndx_ and
4323 input_offset_ fields into union u_, with new plt field.
4324 (Fde::Fde): Adjust for new union field.
4325 (Fde::Fde) [Output_data version]: New constructor.
4326 (Fde::add_mapping): Only add merge mapping if there is an object.
4327 (class Cie): Update declarations.
4328 (class Eh_frame): Declare add_ehframe_for_plt.
4329 * layout.cc (Layout::layout_eh_frame): Break out code into
4330 make_eh_frame_section, and call it.
4331 (Layout::make_eh_frame_section): New function.
4332 (Layout::add_eh_frame_for_plt): New function.
4333 * layout.h (class Layout): Update declarations.
4334 * merge.cc (Merge_map::add_mapping): Add assertion.
4335 * i386.cc: Include "dwarf.h".
4336 (class Output_data_plt_i386): Make first_plt_entry,
4337 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
4338 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4339 and plt_eh_frame_fde.
4340 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
4341 boundary. Call add_eh_frame_for_plt if appropriate.
4342 * x86_64.cc: Include "dwarf.h".
4343 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
4344 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
4345 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4346 and plt_eh_frame_fde.
4347 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
4348 appropriate.
4349
14788a3f
ILT
43502011-06-29 Ian Lance Taylor <iant@google.com>
4351
4352 PR gold/12629
4353 * object.cc (Sized_relobj_file::layout_section): Change shdr
4354 parameter to be const.
4355 (Sized_relobj_file::layout_eh_frame_section): New function, broken
4356 out of do_layout.
4357 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
4358 appropriate. Call layout_eh_frame_section.
4359 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
4360 sections.
4361 * object.h (class Sized_relobj_file): Update declarations.
4362
6c21fce1
ILT
43632011-06-29 Ian Lance Taylor <iant@google.com>
4364
37e41b03 4365 PR gold/12652
6c21fce1
ILT
4366 * script.cc (Token::integer_value): Accept trailing M/m/K/k
4367 modifier.
4368 (Lex::gather_token): Accept trailing M/m/K/k for integers.
4369
4d5e4e62
ILT
43702011-06-29 Ian Lance Taylor <iant@google.com>
4371
4372 PR gold/12675
4373 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
4374 SHT_X86_64_UNWIND.
4375 * layout.cc (Layout::layout_eh_frame): Likewise.
4376
886f533a
ILT
43772011-06-29 Ian Lance Taylor <iant@google.com>
4378
4379 PR gold/12695
4380 * layout.cc (Layout::symtab_section_shndx): New function.
4381 * layout.h (class Layout): Declare symtab_section_shndx.
4382 * output.cc (Output_section::write_header): Call it.
4383
f3ae1b28
ILT
43842011-06-29 Ian Lance Taylor <iant@google.com>
4385
4386 PR gold/12818
4387 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
4388 symbols which are not used in a relocation.
4389
aecf301f
ILT
43902011-06-28 Ian Lance Taylor <iant@google.com>
4391
4392 PR gold/12898
4393 * layout.cc (Layout::segment_precedes): Don't crash if a linker
4394 script create indistinguishable segments.
4395 (Layout::set_segment_offsets): Use stable_sort when sorting
4396 segments. Pass this to Compare_segments constructor.
4397 * layout.h (class Layout): Make segment_precedes non-static.
4398 (class Compare_segments): Change from struct to class. Add
4399 layout_ field. Add constructor.
4400 * script-sections.cc
4401 (Script_sections::attach_sections_using_phdrs_clause): Rename
4402 local orphan to is_orphan. Don't report failure to put empty
4403 section in segment. On attachment failure, report name of
4404 section, and attach to first PT_LOAD segment.
4405
03ef7571
ILT
44062011-06-28 Ian Lance Taylor <iant@google.com>
4407
4408 PR gold/12934
4409 * target-select.cc (Target_selector::Target_selector): Add
4410 emulation parameter. Change all callers.
4411 (select_target_by_bfd_name): Rename from select_target_by_name.
4412 Change all callers.
4413 (select_target_by_emulation): New function.
4414 (supported_emulation_names): New function.
4415 * target-select.h (class Target_selector): Add emulation_ field.
4416 Update declarations.
4417 (Target_selector::recognize_by_bfd_name): Rename from
4418 recognize_by_name. Change all callers.
4419 (Target_selector::supported_bfd_names): Rename from
4420 supported_names. Change all callers.
4421 (Target_selector::recognize_by_emulation): New function.
4422 (Target_selector::supported_emulations): New function.
4423 (Target_selector::emulation): New function.
4424 (Target_selector::do_recognize_by_bfd_name): Rename from
4425 do_recognize_by_name. Change all callers.
4426 (Target_selector::do_supported_bfd_names): Rename from
4427 do_supported_names. Change all callers.
4428 (Target_selector::do_recognize_by_emulation): New function.
4429 (Target_selector::do_supported_emulations): New function.
4430 (select_target_by_bfd_name): Change name in declaration.
4431 (select_target_by_emulation): Declare.
4432 (supported_emulation_names): Declare.
4433 * parameters.cc (parameters_force_valid_target): Try to find
4434 target based on emulation from -m option.
4435 * options.h (class General_options): Change doc string for -m.
4436 * options.cc (help): Print emulations.
4437 (General_options::parse_V): Likewise.
4438 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
4439 Add emulation parameter. Change all callers.
4440
200b2bb9
ILT
44412011-06-28 Ian Lance Taylor <iant@google.com>
4442
4443 * target.h (class Target): Add osabi_ field.
4444 (Target::osabi): New function.
4445 (Target::set_osabi): New function.
4446 (Target::Target): Initialize osabi_.
4447 (Target::do_adjust_elf_header): Make pure virtual.
4448 (Sized_target::do_adjust_elf_header): Declare.
4449 * target.cc (Sized_target::do_adjust_elf_header): New function.
4450 (class Sized_target): Instantiate all versions.
4451 * freebsd.h (class Target_freebsd): Remove.
4452 (Target_selector_freebsd::do_recognize): Call set_osabi on
4453 Target.
4454 (Target_selector_freebsd::do_recognize_by_name): Likewise.
4455 (Target_selector_freebsd::set_osabi): Remove.
4456 * i386.cc (class Target_i386): Inherit from Sized_target rather
4457 than Target_freebsd.
4458 * x86_64.cc (class Target_x86_64): Likewise.
4459
b3ce541e
ILT
44602011-06-28 Ian Lance Taylor <iant@google.com>
4461
4462 * target.h (Target::can_check_for_function_pointers): Rewrite.
4463 Make non-virtual.
4464 (Target::can_icf_inline_merge_sections): Likewise.
4465 (Target::section_may_have_icf_unsafe_poineters): Likewise.
4466 (Target::Target_info): Add can_icf_inline_merge_sections field.
4467 (Target::do_can_check_for_function_pointers): New virtual
4468 function.
4469 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
4470 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
4471 from can_check_for_function_pointers, move in file.
4472 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
4473 section_may_have_icf_unsafe_poineters, move in file.
4474 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
4475 * i386.cc (Target_i386::do_can_check_for_function_pointers):
4476 Rename from can_check_for_function_pointers, move in file.
4477 (Target_i386::can_icf_inline_merge_sections): Remove.
4478 (Target_i386::i386_info): Initialize
4479 can_icf_inline_merge_sections.
4480 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
4481 Initialize can_icf_inline_merge_sections.
4482 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
4483 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
4484 Rename from can_check_for_function_pointers, move in file.
4485 (Target_x86_64::can_icf_inline_merge_sections): Remove.
4486 (Target_x86_64::x86_64_info): Initialize
4487 can_icf_inline_merge_sections.
4488 * testsuite/testfile.cc (Target_test::test_target_info):
4489 Likewise.
4490 * icf.cc (get_section_contents): Correct formatting.
4491
6d1c4efb
ILT
44922011-06-27 Ian Lance Taylor <iant@google.com>
4493
4494 * symtab.cc (Symbol::versioned_name): New function.
4495 (Symbol_table::add_to_final_symtab): Use versioned_name when
4496 appropriate.
4497 (Symbol_table::sized_write_symbol): Likewise.
4498 * symtab.h (class Symbol): Declare versioned_name.
4499 * stringpool.h (class Stringpool_template): Add variant of add
4500 which takes a std::basic_string.
4501 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
4502 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
4503 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
4504 (ver_test_12.o): New target.
4505 * testsuite/Makefile.in: Rebuild.
4506
57eb9b50
DK
45072011-06-27 Doug Kwan <dougkwan@google.com>
4508
4509 * arm.cc (Arm_relocate_functions::thm_jump8,
4510 Arm_relocate_functions::thm_jump11): Use a wider signed
4511 type to compute offset.
4512 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
4513 arm_thm_jump8.
4514 * testsuite/Makefile.in: Regenerate.
4515 * testsuite/arm_branch_in_range.sh: Check test results of
4516 arm_thm_jump11 and arm_thm_jump8.
4517 * testsuite/arm_thm_jump11.s: New test source file.
4518 * testsuite/arm_thm_jump11.t: New linker script.
4519 * testsuite/arm_thm_jump8.s: New test source file.
4520 * testsuite/arm_thm_jump8.t: New linker script.
4521
487b39df
ILT
45222011-06-24 Ian Lance Taylor <iant@google.com>
4523
4524 * layout.cc: Include "object.h".
4525 (ctors_sections_in_init_array): New static variable.
4526 (Layout::is_ctors_in_init_array): New function.
4527 (Layout::layout): Add entry to ctors_sections_in_init_array if
4528 appropriate.
4529 * layout.h (class Layout): Declare is_ctors_in_init_array.
4530 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
4531 is_ctors_reverse_view is set.
4532 (Sized_relobj_file::write_sections): Add layout parameter. Change
4533 all callers. Set is_ctors_reverse_view field of View_size.
4534 (Sized_relobj_file::reverse_words): New function.
4535 * object.h (Sized_relobj_file::View_size): Add
4536 is_ctors_reverse_view field.
4537 (class Sized_relobj_file): Update declarations.
4538 * testsuite/initpri3.c: New test.
4539 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
4540 initpri3b.
4541 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
4542 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
4543 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
4544 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
4545 * testsuite/Makefile.in: Rebuild.
4546
472076e4
CC
45472011-06-24 Cary Coutant <ccoutant@google.com>
4548
4549 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
4550 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
4551 (debug_msg_cdebug.err): New targets.
4552 * testsuite/Makefile.in: Regenerate.
4553 * testsuite/debug_msg.sh: Check output of link with compressed debug.
4554 Fix checks for link with shared library.
4555
a60af0db
DK
45562011-06-24 Doug Kwan <dougkwan@google.com>
4557
4558 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
4559 skip empty text sections.
4560 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
4561
5393d741
ILT
45622011-06-22 Ian Lance Taylor <iant@google.com>
4563
4564 PR gold/12910
4565 * options.h (class General_options): Add --ctors-in-init-array.
4566 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
4567 friends as SHT_PROGBITS for merging sections.
4568 (Layout::layout): Remove special handling of .init_array and
4569 friends. Don't sort if doing relocatable link. Sort for .ctors
4570 and .dtors if ctors_in_init_array.
4571 (Layout::make_output_section): Force correct section types for
4572 .init_array and friends. Don't sort if doing relocatable link,
4573 Don't sort .ctors and .dtors if ctors_in_init_array.
4574 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
4575 (Layout::output_section_name): Add relobj parameter. Change all
4576 callers. Handle .ctors. and .dtors. in code rather than table.
4577 Handle .ctors and .dtors if ctors_in_init_array.
4578 (Layout::match_file_name): New function, moved from output.cc.
4579 * layout.h (class Layout): Update declarations.
4580 * output.cc: Include "layout.h".
4581 (Input_section_sort_entry::get_priority): New function.
4582 (Input_section_sort_entry::match_file_name): Just call
4583 Layout::match_file_name.
4584 (Output_section::Input_section_sort_init_fini_compare::operator()):
4585 Handle .ctors and .dtors. Sort by explicit priority rather than
4586 by name.
4587 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
4588 * testsuite/initpri2.c: New test.
4589 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
4590 (check_PROGRAMS): Add initpri2.
4591 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
4592 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
4593 * configure, testsuite/Makefile.in: Rebuild.
4594
e1f74f98
ILT
45952011-06-19 Ian Lance Taylor <iant@google.com>
4596
4597 PR gold/12880
4598 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
4599 .interp section to a PT_INTERP segment even if we have seen a
4600 --dynamic-linker option. Don't do it if we have seen a PHDRS
4601 clause in a linker script.
4602 (Layout::finalize): Don't create a .interp section if we've
4603 already create a PT_INTERP segment.
4604 (Layout::create_interp): Always call choose_output_section (revert
4605 patch of 2011-06-17). Don't create PT_INTERP segment.
4606 * script-sections.cc
4607 (Script_sections::create_note_and_tls_segments): Add a .interp
4608 section to a PT_INTERP segment even if we have seen a
4609 --dynamic-linker option.
4610
766f91bb
ILT
46112011-06-18 Ian Lance Taylor <iant@google.com>
4612
4613 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
4614 merely because a non-PT_LOAD segment has a dynamic reloc.
4615
0d212c3a
ILT
46162011-06-18 Ian Lance Taylor <iant@google.com>
4617
4618 * layout.cc (Layout::finish_dynamic_section): Don't create
4619 DT_FLAGS entry if not needed.
4620
911a5072
ILT
46212011-06-18 Ian Lance Taylor <iant@google.com>
4622
4623 PR gold/12745
4624 * layout.cc (Layout::layout_eh_frame): Correct handling of
4625 writable .eh_frame section.
4626
534b4e5f
ILT
46272011-06-17 Ian Lance Taylor <iant@google.com>
4628
4629 PR gold/12893
4630 * resolve.cc (Symbol_table::resolve): Don't give an error if a
4631 symbol is redefined with the exact same object and value.
4632
10b4f102
ILT
46332011-06-17 Ian Lance Taylor <iant@google.com>
4634
4635 PR gold/12880
4636 * layout.h (class Layout): Add interp_segment_ field.
4637 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
4638 (Layout::attach_allocated_section_to_segment): If making shared
4639 library, put .interp section in PT_INTERP segment.
4640 (Layout::finalize): Also call create_interp if -dynamic-linker
4641 option was used.
4642 (Layout::create_interp): Assert that there is no PT_INTERP
4643 segment. If not using a SECTIONS clause, use make_output_section.
4644 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
4645 * script-sections.cc
4646 (Script_sections::create_note_and_tls_segments): If making shared
4647 library, put .interp section in PT_INTERP segment.
4648
a29b0dad
ILT
46492011-06-17 Ian Lance Taylor <iant@google.com>
4650
e588ea8d
ILT
4651 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
4652 when making a shared library.
4653
46542011-06-17 Ian Lance Taylor <iant@google.com>
4655
4656 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
4657 parameter. Change all callers. Don't issue warning about PC32
4658 against locally defined symbol.
a29b0dad 4659
9d3b0698
ILT
46602011-06-16 Ian Lance Taylor <iant@google.com>
4661
4662 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
4663 occurs in same object.
4664
85b0f90c
AM
46652011-06-14 Alan Modra <amodra@gmail.com>
4666
4667 * po/POTFILES.in: Regenerate.
4668
a94907d9
ILT
46692011-06-09 Ian Lance Taylor <iant@google.com>
4670
4671 * script-sections.cc
4672 (Orphan_output_section::set_section_addresses): For a relocatable
4673 link set address to 0.
4674
4fb3a1c3
CC
46752011-06-09 Cary Coutant <ccoutant@google.com>
4676
4677 PR gold/12804
4678 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
4679 used with --compress-debug-sections.
4680 * gold/object.cc (Sized_relobj_file::do_layout): Report
4681 uncompressed size of compressed input sections.
4682
61220854
CC
46832011-06-08 Cary Coutant <ccoutant@google.com>
4684
4685 PR gold/12804
4686 * testsuite/two_file_test_2_v1.cc: Change initialization of
4687 v2 to keep it in .data.
4688
e6455dfb
CC
46892011-06-07 Cary Coutant <ccoutant@google.com>
4690
4691 * common.cc (Symbol_table::do_allocate_commons_list): Call
4692 gold_fallback.
4693 * errors.cc (Errors::fatal): Adjust call to gold_exit.
4694 (Errors::fallback): New function.
4695 (gold_fallback): New function.
4696 * errors.h (Errors::fallback): New function.
4697 * gold.cc (gold_exit): Change status parameter to enum; adjust
4698 all callers.
4699 (queue_initial_tasks): Call gold_fallback.
4700 * gold.h: Include cstdlib.
4701 (Exit_status): New enum type.
4702 (gold_exit): Change status parameter to enum.
4703 (gold_fallback): New function.
4704 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
4705 (Layout::create_symtab_sections): Likewise.
4706 (Layout::create_shdrs): Likewise.
4707 * main.cc (main): Adjust call to gold_exit.
4708 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
4709 (Output_data_got::add_got_entry_pair): Likewise.
4710 (Output_section::add_input_section): Likewise.
4711 (Output_section::add_output_section_data): Likewise.
4712 (Output_segment::set_section_list_addresses): Likewise.
4713 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
4714
fb0e076f
CC
47152011-06-07 Cary Coutant <ccoutant@google.com>
4716
4717 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
4718 for incremental links.
4719 * output.cc (Output_segment::set_section_list_addresses): Remove
4720 FIXME and test for TLS or BSS.
4721
a5ee4d5d
CC
47222011-06-07 Cary Coutant <ccoutant@google.com>
4723
4724 * testsuite/Makefile.am: Add incremental_copy_test,
4725 incremental_common_test_1.
4726 * testsuite/Makefile.in: Regenerate.
4727 * testsuite/common_test_1_v1.c: New source file.
4728 * testsuite/common_test_1_v2.c: New source file.
4729 * testsuite/copy_test_v1.cc: New source file.
4730
5146f448
CC
47312011-06-07 Cary Coutant <ccoutant@google.com>
4732
4733 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
4734 update, allocate common from bss section's free list.
4735 * incremental-dump.cc (dump_incremental_inputs): Print flag for
4736 linker-defined symbols.
4737 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
4738 Skip GOT and PLT entries that are no longer referenced.
4739 (Output_section_incremental_inputs::write_info_blocks): Mark
4740 linker-defined symbols.
4741 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
4742 * output.cc (Output_section::allocate): New function.
4743 * output.h (Output_section::allocate): New function.
4744 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
4745 linker-defined symbols.
4746 (Symbol::override_base_with_special): Copy is_predefined_ flag.
4747 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
4748 (Symbol::init_base_output_data): Likewise.
4749 (Symbol::init_base_output_segment): Likewise.
4750 (Symbol::init_base_constant): Likewise.
4751 (Sized_symbol::init_output_data): Likewise.
4752 (Sized_symbol::init_output_segment): Likewise.
4753 (Sized_symbol::init_constant): Likewise.
4754 (Symbol_table::do_define_in_output_data): Likewise.
4755 (Symbol_table::do_define_in_output_segment): Likewise.
4756 (Symbol_table::do_define_as_constant): Likewise.
4757 * symtab.h (Symbol::is_predefined): New function.
4758 (Symbol::init_base_output_data): Add is_predefined parameter.
4759 (Symbol::init_base_output_segment): Likewise.
4760 (Symbol::init_base_constant): Likewise.
4761 (Symbol::is_predefined_): New data member.
4762 (Sized_symbol::init_output_data): Add is_predefined parameter.
4763 (Sized_symbol::init_output_segment): Likewise.
4764 (Sized_symbol::init_constant): Likewise.
4765 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
4766
26d3c67d
CC
47672011-06-07 Cary Coutant <ccoutant@google.com>
4768
4769 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
4770 instead of emit_copy_reloc.
4771 (Copy_relocs::emit_copy_reloc): Refactor.
4772 (Copy_relocs::make_copy_reloc): New function.
4773 (Copy_relocs::add_copy_reloc): Remove.
4774 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
4775 section.
4776 (Copy_relocs::make_copy_reloc): New function.
4777 (Copy_relocs::add_copy_reloc): Remove.
4778 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
4779 unchanged input files.
4780 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
4781 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
4782 Reserve BSS space for COPY relocations.
4783 (Sized_incremental_binary::do_emit_copy_relocs): New function.
4784 (Output_section_incremental_inputs::write_info_blocks): Record
4785 whether a symbol is copied from a shared object.
4786 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
4787 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
4788 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
4789 (Incremental_input_entry_reader::get_output_symbol_index): Add
4790 is_copy parameter.
4791 (Incremental_binary::emit_copy_relocs): New function.
4792 (Incremental_binary::do_emit_copy_relocs): New function.
4793 (Sized_incremental_binary::Sized_incremental_binary): Initialize
4794 new data member.
4795 (Sized_incremental_binary::add_copy_reloc): New function.
4796 (Sized_incremental_binary::do_emit_copy_relocs): New function.
4797 (Sized_incremental_binary::Copy_reloc): New struct.
4798 (Sized_incremental_binary::Copy_relocs): New typedef.
4799 (Sized_incremental_binary::copy_relocs_): New data member.
4800 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
4801 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
4802 * target.h (Sized_target::emit_copy_reloc): New function.
4803 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
4804
7cdb37d9
CC
48052011-06-02 Cary Coutant <ccoutant@google.com>
4806
4807 PR gold/12163
4808 * gold/archive.cc (Archive::Archive): Initialize new data member.
4809 (Archive::include_all_members): Return if archive has already been
4810 included.
4811 * gold/archive.h (Archive::include_all_members_): New data member.
4812
cc643b88
NC
48132011-06-02 Nick Clifton <nickc@redhat.com>
4814
4815 * dynobj.h: Fix spelling mistake in comment.
4816 * output.cc: Likewise.
4817
f62a3ca7 48182011-05-31 Doug Kwan <dougkwan@google.com>
2e702c99 4819 Asier Llano
f62a3ca7
DK
4820
4821 PR gold/12826
cc643b88 4822 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
f62a3ca7
DK
4823 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
4824 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
4825 redundant arm_exidx_test.so.
4826 * testsuite/Makefile.in: Regenerate.
4827 (check_SCRIPTS): Add pr12826.sh
4828 (check_DATA): Add pr12826.stdout
4829 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
4830 * testsuite/pr12826.sh: New file.
4831 * testsuite/pr12826_1.s: Ditto.
4832 * testsuite/pr12826_1.s: Ditto.
4833
8dbe1edc
ILT
48342011-05-30 Ian Lance Taylor <iant@google.com>
4835
4836 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
4837 sections.
4838
c49875be
ILT
48392011-05-29 Ian Lance Taylor <iant@google.com>
4840
4841 PR gold/12804
4842 * testsuite/Makefile.am: Use different file name for two_file_test
4843 temporary file for each incremental test.
4844 * testsuite/Makefile.in: Rebuild.
4845
69d53f7a
ILT
48462011-05-29 Ian Lance Taylor <iant@google.com>
4847
4848 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
4849 binary input file is empty.
4850
41d0ab5f
ILT
48512011-05-27 Ian Lance Taylor <iant@google.com>
4852
4853 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
4854 (ver_test_9.so): Likewise.
4855 * testsuite/Makefile.in: Rebuild.
4856
89d8a36b
CC
48572011-05-26 Cary Coutant <ccoutant@google.com>
4858
4859 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
4860 * incremental.cc (Incremental_inputs::report_input_section): Fix
4861 comment, indentation.
4862 (Incremental_inputs::report_comdat_group): New function.
4863 (Output_section_incremental_inputs::set_final_data_size): Adjust size
4864 of data for incremental input file entry.
4865 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
4866 group count, COMDAT group signatures.
4867 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
4868 an unchanged input file.
4869 * incremental.h (Incremental_object_entry::Incremental_object_entry):
4870 Initialize new data member.
4871 (Incremental_object_entry::add_comdat_group): New function.
4872 (Incremental_object_entry::get_comdat_group_count): New function.
4873 (Incremental_object_entry::get_comdat_signature_key): New function.
4874 (Incremental_object_entry::groups_): New data member.
4875 (Incremental_inputs::report_comdat_group): New function.
4876 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
4877 data for incremental input file entry.
4878 (Incremental_input_entry_reader::get_comdat_group_count): New function.
4879 (Incremental_input_entry_reader::get_input_section): Adjust size of
4880 data for incremental input file entry.
4881 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
4882 (Incremental_input_entry_reader::get_comdat_group_signature): New
4883 function.
4884 * object.cc (Sized_relobj::include_section_group): Report kept
4885 COMDAT groups for incremental links.
4886
1706a06f
ILT
48872011-05-24 David Meyer <pdox@google.com>
4888
4889 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
4890 with name parameter. Add found_name parameter.
4891 * fileread.cc (Input_file::find_file): Adjust code accordingly.
4892 * dirsearch.h (class Dirsearch): Update declaration.
4893
a10ae760
ILT
48942011-05-24 Ian Lance Taylor <iant@google.com>
4895
4896 * archive.cc (Library_base::should_include_member): Pull in object
4897 from archive if it defines the entry symbol.
4898 * parameters.cc (Parameters::entry): New function.
4899 * parameters.h (class Parameters): Declare entry.
4900 * output.h (class Output_file_header): Remove entry_ field.
4901 * output.cc (Output_file_header::Output_file_header): Remove entry
4902 parameter. Change all callers.
4903 (Output_file_header::entry): Use parameters->entry.
4904 * gold.cc (queue_middle_tasks): Likewise.
4905 * plugin.cc (Plugin_hook::run): Likewise.
4906
aa92d6ed
CC
49072011-05-24 Cary Coutant <ccoutant@google.com>
4908
4909 * gold.cc (queue_initial_tasks): Pass incremental base filename
4910 to Output_file::open_base_file; don't print error message.
4911 * incremental-dump.cc (main): Adjust call to
4912 Output_file::open_for_modification.
4913 * incremental-dump.cc (main): Likewise.
4914 * incremental.cc (Incremental_inputs::report_command_line):
4915 Ignore --incremental-base option when comparing command lines.
4916 Ignore parameter when given as separate argument.
4917 * options.h (class General_options): Add --incremental-base.
4918 * output.cc (Output_file::Output_file):
4919 (Output_file::open_base_file): Add base_name and writable parameters;
4920 read base file into new file; print error message here.
4921 (Output_file::map_no_anonymous): Add writable parameter; adjust all
4922 callers.
4923 * output.h (Output_file::open_for_modification): Rename to...
4924 (Output_file::open_base_file): ...this; add base_name and
4925 writable parameters; adjust all callers.
4926 (Output_file::map_no_anonymous): Add writable parameter; adjust all
4927 callers.
4928 * testsuite/Makefile.am (incremental_test_4): Test
4929 --incremental-base.
4930 * testsuite/Makefile.in: Regenerate.
4931
2eedd706
CC
49322011-05-24 Cary Coutant <ccoutant@google.com>
4933
4934 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
4935 incremental_test_4.
4936 * testsuite/Makefile.in: Regenerate.
4937 * testsuite/two_file_test_1_v1.cc: New test source file.
4938 * testsuite/two_file_test_1b_v1.cc: New test source file.
4939 * testsuite/two_file_test_2_v1.cc: New test source file.
4940
0f1c85a6
CC
49412011-05-24 Cary Coutant <ccoutant@google.com>
4942
4943 * dynobj.h (Dynobj::do_dynobj): New function.
4944 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
4945 flag and soname for shared objects.
4946 * incremental.cc (Incremental_inputs::report_object): Make
4947 either Incremental_object_entry or Incremental_dynobj_entry; add
4948 soname to string table.
4949 (Incremental_inputs::report_input_section): Add assertion.
4950 (Output_section_incremental_inputs::set_final_data_size): Adjust
4951 type of input file entry for shared libraries; adjust size of
4952 shared library info entry.
4953 (Output_section_incremental_inputs::write_input_files): Write
4954 as_needed flag for shared libraries.
4955 (Output_section_incremental_inputs::write_info_blocks): Adjust type
4956 of input file entry for shared libraries; write soname.
4957 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
4958 soname from incremental info.
4959 * incremental.h (enum Incremental_input_flags): Add
4960 INCREMENTAL_INPUT_AS_NEEDED.
4961 (Incremental_input_entry::Incremental_input_entry): Initialize new
4962 data member.
4963 (Incremental_input_entry::set_as_needed): New function.
4964 (Incremental_input_entry::as_needed): New function.
4965 (Incremental_input_entry::do_dynobj_entry): New function.
4966 (Incremental_input_entry::as_needed_): New data member.
4967 (Incremental_object_entry::Incremental_object_entry): Don't check
4968 for shared library.
4969 (Incremental_object_entry::do_type): Likewise.
4970 (class Incremental_dynobj_entry): New class.
4971 (Incremental_input_entry_reader::as_needed): New function.
4972 (Incremental_input_entry_reader::get_soname): New function.
4973 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
4974 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
4975 size of shared library info entry.
58797674 4976 * layout.cc (Layout::finish_dynamic_section): Don't test for
0f1c85a6
CC
4977 incremental link when adding DT_NEEDED entries.
4978 * object.h (Object::Object): Initialize new data member.
4979 (Object::dynobj): New function.
4980 (Object::set_as_needed): New function.
4981 (Object::as_needed): New function.
4982 (Object::do_dynobj): New function.
4983 (Object::as_needed_): New data member.
4984
6fa2a40b
CC
49852011-05-24 Cary Coutant <ccoutant@google.com>
4986
4987 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
4988 info; adjust display of GOT entries.
4989 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
4990 vector of input objects; remove file_status_.
4991 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
4992 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
4993 got_plt reader; call target hooks to reserve GOT entries.
4994 (Output_section_incremental_inputs::set_final_data_size): Adjust size
4995 of input file info header and GOT info entry.
4996 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
4997 relocation info.
4998 (Got_plt_view_info::got_descriptor): Remove.
4999 (Got_plt_view_info::sym_index): New data member.
5000 (Got_plt_view_info::input_index): New data member.
5001 (Local_got_offset_visitor::visit): Write input file index.
5002 (Global_got_offset_visitor::visit): Write 0 for input file index.
5003 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
5004 with sym_index and input_index.
5005 (Output_section_incremental_inputs::write_got_plt): Adjust size of
5006 incremental info GOT entry; replace got_descriptor with input_index.
5007 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
5008 map from input file index to object.
5009 (Sized_relobj_incr::do_layout): Replace direct data member reference
5010 with accessor function.
5011 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
5012 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
5013 Adjust size of input file info header.
5014 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
5015 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
5016 (Incremental_input_entry_reader::get_input_section): Adjust size of
5017 input file info header.
5018 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
5019 of incremental info GOT entry.
5020 (Incremental_got_plt_reader::get_got_desc): Remove.
5021 (Incremental_got_plt_reader::get_got_symndx): New function.
5022 (Incremental_got_plt_reader::get_got_input_index): New function.
5023 (Sized_incremental_binary::Sized_incremental_binary): Remove
5024 file_status_; add input_objects_.
5025 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
5026 (Sized_incremental_binary::set_file_is_unchanged): Remove.
5027 (Sized_incremental_binary::file_is_unchanged): Remove.
5028 (Sized_incremental_binary::set_input_object): New function.
5029 (Sized_incremental_binary::input_object): New function.
5030 (Sized_incremental_binary::file_status_): Remove.
5031 (Sized_incremental_binary::input_objects_): New data member.
5032 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
5033 references.
5034 (Sized_relobj_incr::invalid_address): Move to base class.
5035 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
5036 class.
5037 (Sized_relobj_incr::do_output_section_offset): Likewise.
5038 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
5039 (Sized_relobj_incr::section_offsets_): Likewise.
5040 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
5041 function.
5042 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
5043 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
5044 with accessor function.
5045 (Sized_relobj_file::do_layout): Likewise.
5046 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
5047 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
5048 (Sized_relobj_file::compute_final_local_value): Replace refs to
5049 section_offsets_ with accessor function.
5050 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
5051 * object.h (Relobj::Relobj): Initialize new data members.
5052 (Relobj::add_dyn_reloc): New function.
5053 (Relobj::first_dyn_reloc): New function.
5054 (Relobj::dyn_reloc_count): New function.
5055 (Relobj::first_dyn_reloc_): New data member.
5056 (Relobj::dyn_reloc_count_): New data member.
5057 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
5058 references.
5059 (Sized_relobj::Address): New typedef.
5060 (Sized_relobj::invalid_address): Move here from child class.
5061 (Sized_relobj::Sized_relobj): Initialize new data members.
5062 (Sized_relobj::sized_relobj): New function.
5063 (Sized_relobj::is_output_section_offset_invalid): Move here from
5064 child class.
5065 (Sized_relobj::get_output_section_offset): Likewise.
5066 (Sized_relobj::local_has_got_offset): Likewise.
5067 (Sized_relobj::local_got_offset): Likewise.
5068 (Sized_relobj::set_local_got_offset): Likewise.
5069 (Sized_relobj::do_for_all_local_got_entries): Likewise.
5070 (Sized_relobj::clear_got_offsets): New function.
5071 (Sized_relobj::section_offsets): Move here from child class.
5072 (Sized_relobj::do_output_section_offset): Likewise.
5073 (Sized_relobj::do_set_section_offset): Likewise.
5074 (Sized_relobj::Local_got_offsets): Likewise.
5075 (Sized_relobj::local_got_offsets_): Likewise.
5076 (Sized_relobj::section_offsets_): Likewise.
5077 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
5078 references.
5079 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
5080 class.
5081 (Sized_relobj_file::sized_relobj): New function
5082 (Sized_relobj_file::local_has_got_offset): Move to base class.
5083 (Sized_relobj_file::local_got_offset): Likewise.
5084 (Sized_relobj_file::set_local_got_offset): Likewise.
5085 (Sized_relobj_file::get_output_section_offset): Likewise.
5086 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
5087 (Sized_relobj_file::do_output_section_offset): Likewise.
5088 (Sized_relobj_file::do_set_section_offset): Likewise.
5089 (Sized_relobj_file::Local_got_offsets): Likewise.
5090 (Sized_relobj_file::local_got_offsets_): Likewise.
5091 (Sized_relobj_file::section_offsets_): Likewise.
5092 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
5093 (all constructors).
5094 (set_needs_dynsym_index): Convert relobj to derived class pointer.
5095 (Output_reloc::get_symbol_index): Likewise.
5096 (Output_reloc::local_section_offset): Likewise.
5097 (Output_reloc::get_address): Likewise.
5098 (Output_reloc::symbol_value): Likewise.
5099 (Output_data_got::reserve_slot): Move to class definition.
5100 (Output_data_got::reserve_local): New function.
5101 (Output_data_got::reserve_slot_for_global): Remove.
5102 (Output_data_got::reserve_global): New function.
5103 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
5104 (all constructors, two instantiations).
5105 (Output_reloc::get_relobj): New function (two instantiations).
5106 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
5107 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
5108 (Output_data_reloc::add_global): Adjust type of relobj.
5109 (Output_data_reloc::add_global_relative): Likewise.
5110 (Output_data_reloc::add_symbolless_global_addend): Likewise.
5111 (Output_data_reloc::add_local): Likewise.
5112 (Output_data_reloc::add_local_relative): Likewise.
5113 (Output_data_reloc::add_symbolless_local_addend): Likewise.
5114 (Output_data_reloc::add_local_section): Likewise.
5115 (Output_data_reloc::add_output_section): Likewise.
5116 (Output_data_reloc::add_absolute): Likewise.
5117 (Output_data_reloc::add_target_specific): Likewise.
5118 (Output_data_got::reserve_slot): Move definition here.
5119 (Output_data_got::reserve_local): New function.
5120 (Output_data_got::reserve_global): New function.
5121 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
5122 section_offsets_ with accessor function.
5123 (Sized_relobj_file::write_sections): Likewise.
5124 (Sized_relobj_file::do_relocate_sections): Likewise.
5125 * target.h (Sized_target::reserve_local_got_entry): New function.
5126 (Sized_target::reserve_global_got_entry): New function.
5127 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
5128 (Target_x86_64::reserve_global_got_entry): New function.
5129 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
5130
4829d394
CC
51312011-05-23 Cary Coutant <ccoutant@google.com>
5132
5133 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
5134 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
5135 bit when checking got_type.
5136 * incremental.cc (Sized_incremental_binary::setup_readers):
5137 Store symbol table and string table locations; initialize bit vector
5138 of file status flags.
5139 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
5140 unchanged files.
5141 (Sized_incremental_binary::do_process_got_plt): New function.
5142 (Sized_incremental_binary::get_symtab_view): Use stored locations.
5143 (Output_section_incremental_inputs::set_final_data_size): Record
5144 file index for each input file.
5145 (Output_section_incremental_inputs::write_got_plt): Store file index
5146 instead of input entry offset for each GOT entry.
5147 * incremental.h
5148 (Incremental_input_entry::Incremental_input_entry): Initialize new
5149 data member.
5150 (Incremental_input_entry::set_offset): Store file index.
5151 (Incremental_input_entry::get_file_index): New function.
5152 (Incremental_input_entry::file_index_): New data member.
5153 (Incremental_binary::process_got_plt): New function.
5154 (Incremental_binary::do_process_got_plt): New function.
5155 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5156 data members.
5157 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
5158 (Sized_incremental_binary::set_file_is_unchanged): New function.
5159 (Sized_incremental_binary::file_is_unchanged): New function.
5160 (Sized_incremental_binary::do_process_got_plt): New function.
5161 (Sized_incremental_binary::file_status_): New data member.
5162 (Sized_incremental_binary::main_symtab_loc_): New data member.
5163 (Sized_incremental_binary::main_strtab_loc_): New data member.
5164 * output.cc (Output_data_got::Got_entry::write): Add case
5165 RESERVED_CODE.
5166 (Output_data_got::add_global): Call add_got_entry.
5167 (Output_data_got::add_global_plt): Likewise.
5168 (Output_data_got::add_global_with_rel): Likewise.
5169 (Output_data_got::add_global_with_rela): Likewise.
5170 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
5171 (Output_data_got::add_global_pair_with_rela): Likewise.
5172 (Output_data_got::add_local): Call add_got_entry.
5173 (Output_data_got::add_local_plt): Likewise.
5174 (Output_data_got::add_local_with_rel): Likewise.
5175 (Output_data_got::add_local_with_rela): Likewise.
5176 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
5177 (Output_data_got::add_local_pair_with_rela): Likewise.
5178 (Output_data_got::reserve_slot): New function.
5179 (Output_data_got::reserve_slot_for_global): New function.
5180 (Output_data_got::add_got_entry): New function.
5181 (Output_data_got::add_got_entry_pair): New function.
5182 (Output_section::add_output_section_data): Edit FIXME.
5183 * output.h
5184 (Output_section_data_build::Output_section_data_build): New
5185 constructor with size parameter.
5186 (Output_data_space::Output_data_space): Likewise.
5187 (Output_data_got::Output_data_got): Initialize new data member; new
5188 constructor with size parameter.
5189 (Output_data_got::add_constant): Call add_got_entry.
5190 (Output_data_got::reserve_slot): New function.
5191 (Output_data_got::reserve_slot_for_global): New function.
5192 (class Output_data_got::Got_entry): Add RESERVED_CODE.
5193 (Output_data_got::add_got_entry): New function.
5194 (Output_data_got::add_got_entry_pair): New function.
5195 (Output_data_got::free_list_): New data member.
5196 * target.h (Sized_target::init_got_plt_for_update): New function.
5197 (Sized_target::register_global_plt_entry): New function.
5198 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
5199 Initialize new data member; call init; add constructor with PLT count.
5200 (Output_data_plt_x86_64::init): New function.
5201 (Output_data_plt_x86_64::add_relocation): New function.
5202 (Output_data_plt_x86_64::reserve_slot): New function.
5203 (Output_data_plt_x86_64::free_list_): New data member.
5204 (Target_x86_64::init_got_plt_for_update): New function.
5205 (Target_x86_64::register_global_plt_entry): New function.
5206 (Output_data_plt_x86_64::add_entry): Allocate from free list for
5207 incremental updates.
5208 (Output_data_plt_x86_64::add_relocation): New function.
5209 * testsuite/object_unittest.cc (Object_test): Set default options.
5210
ec69d6da
ILT
52112011-05-16 Ian Lance Taylor <iant@google.com>
5212
5213 * options.h (class General_options): Make -i a synonym for -r.
5214
732e31de
ILT
52152011-05-16 Ian Lance Taylor <iant@google.com>
5216
5217 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
5218
403676b5
CC
52192011-05-10 Cary Coutant <ccoutant@google.com>
5220
5221 * object.cc (Sized_relobj::do_count_local_symbols): Check for
5222 strip_all (-s).
5223
5b7b7d6e
ILT
52242011-05-06 Ian Lance Taylor <iant@google.com>
5225
5226 * layout.cc (Layout::layout): If the output section flags change,
5227 update the ordering.
5228
f0f9babf
CC
52292011-04-25 Cary Coutant <ccoutant@google.com>
5230
5231 * incremental-dump.cc (dump_incremental_inputs): Print local
5232 symbol info for each input file.
5233 * incremental.cc
5234 (Output_section_incremental_inputs::set_final_data_size): Add local
5235 symbol info to input file entries in incremental info.
5236 (Output_section_incremental_inputs::write_info_blocks): Likewise.
5237 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
5238 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
5239 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
5240 implementation.
5241 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
5242 (Sized_incr_relobj::do_relocate): Write the local symbols.
5243 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
5244 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
5245 Adjust size of input file header.
5246 (Incremental_inputs_reader::get_local_symbol_offset): New function.
5247 (Incremental_inputs_reader::get_local_symbol_count): New function.
5248 (Incremental_inputs_reader::get_input_section): Adjust size of input
5249 file header.
5250 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
5251 (Sized_incr_relobj::This): New typedef.
5252 (Sized_incr_relobj::sym_size): New const data member.
5253 (Sized_incr_relobj::Local_symbol): New struct.
5254 (Sized_incr_relobj::do_output_local_symbol_count): New function.
5255 (Sized_incr_relobj::do_local_symbol_offset): New function.
5256 (Sized_incr_relobj::local_symbol_count_): New data member.
5257 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
5258 (Sized_incr_relobj::local_symbol_index_): New data member.
5259 (Sized_incr_relobj::local_symbol_offset_): New data member.
5260 (Sized_incr_relobj::local_dynsym_offset_): New data member.
5261 (Sized_incr_relobj::local_symbols_): New data member.
5262 * object.h (Relobj::output_local_symbol_count): New function.
5263 (Relobj::local_symbol_offset): New function.
5264 (Relobj::do_output_local_symbol_count): New function.
5265 (Relobj::do_local_symbol_offset): New function.
5266 (Sized_relobj::do_output_local_symbol_count): New function.
5267 (Sized_relobj::do_local_symbol_offset): New function.
5268
d0a9ace3
ILT
52692011-04-22 Vladimir Simonov <sv@sw.ru>
5270
5271 * descriptors.cc (set_close_on_exec): New function.
5272 (Descriptors::open): Use set_close_on_exec.
5273 * output.cc (S_ISLNK): Define if not defined.
5274
94a3fc8b
CC
52752011-04-22 Cary Coutant <ccoutant@google.com>
5276
5277 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5278 global symbol map.
5279 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5280 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
5281 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
5282 relocations.
5283 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
5284 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
5285 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
5286 * incremental.h
5287 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
5288 function.
5289 (Incremental_binary::apply_incremental_relocs): New function.
5290 (Incremental_binary::do_apply_incremental_relocs): New function.
5291 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5292 data member.
5293 (Sized_incremental_binary::add_global_symbol): New function.
5294 (Sized_incremental_binary::global_symbol): New function.
5295 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5296 (Sized_incremental_binary::symbol_map_): New data member.
5297 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
5298 * target.h (Sized_target::apply_relocation): New function.
5299 * target-reloc.h (apply_relocation): New function.
5300 * x86_64.cc (Target_x86_64::apply_relocation): New function.
5301
c87e4302
DK
53022011-04-22 Doug Kwan <dougkwan@google.com>
5303
5304 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
5305 flag of a SHT_ARM_EXIDX section.
2e702c99 5306 * testsuite/Makefile.am (arm_exidx_test): New test rules.
c87e4302
DK
5307 * testsuite/Makefile.in: Regenerate.
5308 * testsuite/arm_exidx_test.s: New file.
5309 * testsuite/arm_exidx_test.sh: Same.
5310
e7782cf6
CC
53112011-04-20 Cary Coutant <ccoutant@google.com>
5312
5313 PR gold/12689
5314 * archive.h (Incremental_archive_entry::Archive_member):
5315 Initialize arg_serial_ (second constructor).
5316
308ecdc7
ILT
53172011-04-17 Ian Lance Taylor <iant@google.com>
5318
5319 * object.cc (Relocate_info::location): Simplify location string.
5320 * errors.cc (Errors::error_at_location): Don't print program
5321 name.
5322 (Errors::warning_at_location): Likewise.
5323 (Errors::undefined_symbol): Likewise.
5324 * testsuite/debug_msg.sh: Update accordingly.
5325
bec5b579
CC
53262011-04-14 Cary Coutant <ccoutant@google.com>
5327
5328 * gold/layout.cc (Layout::symtab_section_offset): New function.
5329 * gold/layout.h (Layout::symtab_section_offset): New function.
5330 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
5331
88597d34
ILT
53322011-04-12 Ian Lance Taylor <iant@google.com>
5333
5334 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
5335 with MREMAP_MAYMOVE.
5336 * output.h (class Output_file): Add map_is_allocated_ field.
5337 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
5338 not available, provide stubs. If mremap is not available, #define
5339 it to gold_mremap.
5340 (MREMAP_MAYMOVE): Define if not defined.
5341 (Output_file::Output_file): Initialize map_is_allocated_.
5342 (Output_file::resize): Check map_is_allocated_.
5343 (Output_file::map_anonymous): If mmap fails, use malloc.
5344 (Output_file::unmap): Don't do anything for an anonymous map.
5345 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
5346 is not available, provide stubs.
5347 (File_read::View::~View): Use free rather than delete[].
5348 (File_read::make_view): Use malloc rather than new[]. If mmap
5349 fails, use malloc.
5350 (File_read::find_or_make_view): Use malloc rather than new[].
5351 * gold.h: Remove HAVE_REMAP code.
5352 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
5353 exists. Rename mremap to gold_mremap. If mmap is not available
5354 don't do anything.
5355 * configure, config.in: Rebuild.
5356
11e361bc
ILT
53572011-04-11 Ian Lance Taylor <iant@google.com>
5358
5359 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
5360 initialize local variable v.
5361
cdc29364
CC
53622011-04-11 Cary Coutant <ccoutant@google.com>
5363
5364 * archive.cc (Archive::include_member): Adjust call to
5365 report_object.
5366 (Add_archive_symbols::run): Track argument serial numbers.
5367 (Lib_group::include_member): Likewise.
5368 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
5369 * archive.h (Incremental_archive_entry::Archive_member):
5370 Initialize arg_serial_.
5371 (Archive_member::arg_serial_): New data member.
5372 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
5373 (Sized_dynobj::do_add_symbols): Track symbols when doing an
5374 incremental link.
5375 (Sized_dynobj::do_for_all_local_got_entries): New function.
5376 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
5377 function.
5378 * fileread.cc (get_mtime): New function.
5379 * fileread.h (get_mtime): New function.
5380 * gold.cc (queue_initial_tasks): Check for incremental update.
5381 (process_incremental_input): New function.
5382 (queue_middle_tasks): Don't force valid target for incremental
5383 update.
5384 * incremental-dump.cc (find_input_containing_global): Adjust
5385 size of symbol info entry.
5386 (dump_incremental_inputs): Dump argument serial number and
5387 in_system_directory flag; bias shndx by 1; print symbol names
5388 when dumping per-file symbol lists; use new symbol info readers.
5389 * incremental.cc
5390 (Output_section_incremental_inputs:update_data_size): New function.
5391 (Sized_incremental_binary::setup_readers): Setup input readers
5392 for each input file; build maps for files added from libraries
5393 and scripts.
5394 (Sized_incremental_binary::check_input_args): New function.
5395 (Sized_incremental_binary::do_check_inputs): Build map of argument
5396 serial numbers to input arguments.
5397 (Sized_incremental_binary::do_file_has_changed): Rename
5398 do_file_is_unchanged to this; compare file modification times.
5399 (Sized_incremental_binary::do_init_layout): New function.
5400 (Sized_incremental_binary::do_reserve_layout): New function.
5401 (Sized_incremental_binary::do_get_input_reader): Remove.
5402 (Sized_incremental_binary::get_symtab_view): New function.
5403 (Incremental_checker::can_incrementally_link_output_file): Remove.
5404 (Incremental_inputs::report_command_line): Exclude --debug options.
5405 (Incremental_inputs::report_archive_begin): Add parameter; track
5406 argument serial numbers; don't put input file entry for archive
5407 before archive members.
5408 (Incremental_inputs::report_archive_end): Put input file entry
5409 for archive after archive members.
5410 (Incremental_inputs::report_object): Add parameter; track argument
5411 serial numbers and in_system_directory flag.
5412 (Incremental_inputs::report_script): Add parameter; track argument
5413 serial numbers.
5414 (Output_section_incremental_inputs::set_final_data_size): Adjust
5415 size of symbol info entry; check for forwarding symbols.
5416 (Output_section_incremental_inputs::write_input_files): Write
5417 in_system_directory flag and argument serial number.
5418 (Output_section_incremental_inputs::write_info_blocks): Map section
5419 indices between incremental info and original input file; store
5420 input section index for each symbol.
5421 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
5422 change operator() to visit().
5423 (class Global_got_offset_visitor): Likewise.
5424 (class Global_symbol_visitor_got_plt):
5425 (Output_section_incremental_inputs::write_got_plt): Use new visitor
5426 classes.
5427 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
5428 (Sized_incr_relobj::do_read_symbols): New function.
5429 (Sized_incr_relobj::do_layout): New function.
5430 (Sized_incr_relobj::do_layout_deferred_sections): New function.
5431 (Sized_incr_relobj::do_add_symbols): New function.
5432 (Sized_incr_relobj::do_should_include_member): New function.
5433 (Sized_incr_relobj::do_for_all_global_symbols): New function.
5434 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
5435 (Sized_incr_relobj::do_section_size): New function.
5436 (Sized_incr_relobj::do_section_name): New function.
5437 (Sized_incr_relobj::do_section_contents): New function.
5438 (Sized_incr_relobj::do_section_flags): New function.
5439 (Sized_incr_relobj::do_section_entsize): New function.
5440 (Sized_incr_relobj::do_section_address): New function.
5441 (Sized_incr_relobj::do_section_type): New function.
5442 (Sized_incr_relobj::do_section_link): New function.
5443 (Sized_incr_relobj::do_section_info): New function.
5444 (Sized_incr_relobj::do_section_addralign): New function.
5445 (Sized_incr_relobj::do_initialize_xindex): New function.
5446 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
5447 (Sized_incr_relobj::do_read_relocs): New function.
5448 (Sized_incr_relobj::do_gc_process_relocs): New function.
5449 (Sized_incr_relobj::do_scan_relocs): New function.
5450 (Sized_incr_relobj::do_count_local_symbols): New function.
5451 (Sized_incr_relobj::do_finalize_local_symbols): New function.
5452 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
5453 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
5454 (Sized_incr_relobj::do_relocate): New function.
5455 (Sized_incr_relobj::do_set_section_offset): New function.
5456 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
5457 (Sized_incr_dynobj::do_read_symbols): New function.
5458 (Sized_incr_dynobj::do_layout): New function.
5459 (Sized_incr_dynobj::do_add_symbols): New function.
5460 (Sized_incr_dynobj::do_should_include_member): New function.
5461 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
5462 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
5463 (Sized_incr_dynobj::do_section_size): New function.
5464 (Sized_incr_dynobj::do_section_name): New function.
5465 (Sized_incr_dynobj::do_section_contents): New function.
5466 (Sized_incr_dynobj::do_section_flags): New function.
5467 (Sized_incr_dynobj::do_section_entsize): New function.
5468 (Sized_incr_dynobj::do_section_address): New function.
5469 (Sized_incr_dynobj::do_section_type): New function.
5470 (Sized_incr_dynobj::do_section_link): New function.
5471 (Sized_incr_dynobj::do_section_info): New function.
5472 (Sized_incr_dynobj::do_section_addralign): New function.
5473 (Sized_incr_dynobj::do_initialize_xindex): New function.
5474 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
5475 (make_sized_incremental_object): New function.
5476 (Incremental_library::copy_unused_symbols): New function.
5477 (Incremental_library::do_for_all_unused_symbols): New function.
5478 * incremental.h (enum Incremental_input_flags): New type.
5479 (class Incremental_checker): Remove.
5480 (Incremental_input_entry::Incremental_input_entry): Add argument
5481 serial number.
5482 (Incremental_input_entry::arg_serial): New function.
5483 (Incremental_input_entry::set_is_in_system_directory): New function.
5484 (Incremental_input_entry::is_in_system_directory): New function.
5485 (Incremental_input_entry::arg_serial_): New data member.
5486 (Incremental_input_entry::is_in_system_directory_): New data member.
5487 (class Script_info): Move here from script.h.
5488 (Script_info::Script_info): Add filename parameter.
5489 (Script_info::filename): New function.
5490 (Script_info::filename_): New data member.
5491 (Incremental_script_entry::Incremental_script_entry): Add argument
5492 serial number.
5493 (Incremental_object_entry::Incremental_object_entry): Likewise.
5494 (Incremental_object_entry::add_input_section): Build list of input
5495 sections with map to original shndx.
5496 (Incremental_object_entry::get_input_section_index): New function.
5497 (Incremental_object_entry::shndx_): New data member.
5498 (Incremental_object_entry::name_key_): Rename; adjust all refs.
5499 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
5500 (Incremental_archive_entry::Incremental_archive_entry): Add argument
5501 serial number.
5502 (Incremental_inputs::report_archive_begin): Likewise.
5503 (Incremental_inputs::report_object): Likewise.
5504 (Incremental_inputs::report_script): Likewise.
5505 (class Incremental_global_symbol_reader): New class.
5506 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
5507 and store flags and input file type.
5508 (Incremental_input_entry_reader::arg_serial): New function.
5509 (Incremental_input_entry_reader::type): Extract type from flags.
5510 (Incremental_input_entry_reader::is_in_system_directory): New function.
5511 (Incremental_input_entry_reader::get_input_section_count): Call
5512 accessor function for type.
5513 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
5514 function for type; adjust size of global symbol entry.
5515 (Incremental_input_entry_reader::get_global_symbol_count): Call
5516 accessor function for type.
5517 (Incremental_input_entry_reader::get_object_count): Likewise.
5518 (Incremental_input_entry_reader::get_object_offset): Likewise.
5519 (Incremental_input_entry_reader::get_member_count): Likewise.
5520 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
5521 (Incremental_input_entry_reader::get_member_offset): Likewise.
5522 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
5523 (Incremental_input_entry_reader::Global_symbol_info): Remove.
5524 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
5525 (Incremental_input_entry_reader::get_global_symbol_reader): New
5526 function.
5527 (Incremental_input_entry_reader::get_output_symbol_index): New
5528 function.
5529 (Incremental_input_entry_reader::type_): Remove.
5530 (Incremental_input_entry_reader::flags_): New data member.
5531 (Incremental_inputs_reader::input_file_offset): New function.
5532 (Incremental_inputs_reader::input_file_index): New function.
5533 (Incremental_inputs_reader::input_file): Call input_file_offset.
5534 (Incremental_inputs_reader::input_file_at_offset): New function.
5535 (Incremental_relocs_reader::get_r_type): Reformat.
5536 (Incremental_relocs_reader::get_r_shndx): Reformat.
5537 (Incremental_relocs_reader::get_r_offset): Reformat.
5538 (Incremental_relocs_reader::data): New function.
5539 (Incremental_binary::Incremental_binary): Initialize new data members.
5540 (Incremental_binary::check_inputs): Add cmdline parameter.
5541 (Incremental_binary::file_is_unchanged): Remove.
5542 (Input_reader::arg_serial): New function.
5543 (Input_reader::get_unused_symbol_count): New function.
5544 (Input_reader::get_unused_symbol): New function.
5545 (Input_reader::do_arg_serial): New function.
5546 (Input_reader::do_get_unused_symbol_count): New function.
5547 (Input_reader::do_get_unused_symbol): New function.
5548 (Incremental_binary::input_file_count): New function.
5549 (Incremental_binary::get_input_reader): Change signature to use
5550 index instead of filename.
5551 (Incremental_binary::file_has_changed): New function.
5552 (Incremental_binary::get_input_argument): New function.
5553 (Incremental_binary::get_library): New function.
5554 (Incremental_binary::get_script_info): New function.
5555 (Incremental_binary::init_layout): New function.
5556 (Incremental_binary::reserve_layout): New function.
5557 (Incremental_binary::output_file): New function.
5558 (Incremental_binary::do_check_inputs): New function.
5559 (Incremental_binary::do_file_is_unchanged): Remove.
5560 (Incremental_binary::do_file_has_changed): New function.
5561 (Incremental_binary::do_init_layout): New function.
5562 (Incremental_binary::do_reserve_layout): New function.
5563 (Incremental_binary::do_input_file_count): New function.
5564 (Incremental_binary::do_get_input_reader): Change signature.
5565 (Incremental_binary::input_args_map_): New data member.
5566 (Incremental_binary::library_map_): New data member.
5567 (Incremental_binary::script_map_): New data member.
5568 (Sized_incremental_binary::Sized_incremental_binary): Initialize
5569 new data members.
5570 (Sized_incremental_binary::output_section): New function.
5571 (Sized_incremental_binary::inputs_reader): Add const.
5572 (Sized_incremental_binary::symtab_reader): Add const.
5573 (Sized_incremental_binary::relocs_reader): Add const.
5574 (Sized_incremental_binary::got_plt_reader): Add const.
5575 (Sized_incremental_binary::get_symtab_view): New function.
5576 (Sized_incremental_binary::Inputs_reader): New typedef.
5577 (Sized_incremental_binary::Input_entry_reader): New typedef.
5578 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
5579 (Sized_incremental_binary::do_file_is_unchanged): Remove.
5580 (Sized_incremental_binary::do_file_has_changed): New function.
5581 (Sized_incremental_binary::do_init_layout): New function.
5582 (Sized_incremental_binary::do_reserve_layout): New function.
5583 (Sized_input_reader::Inputs_reader): Remove.
5584 (Sized_input_reader::Input_entry_reader): Remove.
5585 (Sized_input_reader::do_arg_serial): New function.
5586 (Sized_input_reader::do_get_unused_symbol_count): New function.
5587 (Sized_input_reader::do_get_unused_symbol): New function.
5588 (Sized_incremental_binary::do_input_file_count): New function.
5589 (Sized_incremental_binary::do_get_input_reader): Change signature;
5590 use index instead of filename.
5591 (Sized_incremental_binary::section_map_): New data member.
5592 (Sized_incremental_binary::input_entry_readers_): New data member.
5593 (class Sized_incr_relobj): New class.
5594 (class Sized_incr_dynobj): New class.
5595 (make_sized_incremental_object): New function.
5596 (class Incremental_library): New class.
5597 * layout.cc (Free_list::num_lists): New static data member.
5598 (Free_list::num_nodes): New static data member.
5599 (Free_list::num_removes): New static data member.
5600 (Free_list::num_remove_visits): New static data member.
5601 (Free_list::num_allocates): New static data member.
5602 (Free_list::num_allocate_visits): New static data member.
5603 (Free_list::init): New function.
5604 (Free_list::remove): New function.
5605 (Free_list::allocate): New function.
5606 (Free_list::dump): New function.
5607 (Free_list::print_stats): New function.
5608 (Layout_task_runner::run): Resize output file for incremental updates.
5609 (Layout::Layout): Initialize new data members.
5610 (Layout::set_incremental_base): New function.
5611 (Layout::init_fixed_output_section): New function.
5612 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
5613 incremental updates.
5614 (Layout::create_gold_note): Do not create gold note section for
5615 incremental updates.
5616 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
5617 for incremental updates.
5618 (Layout::set_section_offsets): For incremental updates, allocate space
5619 from free list.
5620 (Layout::create_symtab_sections): Layout with offsets relative to
5621 start of section; for incremental updates, allocate space from free
5622 list.
5623 (Layout::create_shdrs): For incremental updates, allocate space from
5624 free list.
5625 (Layout::finish_dynamic_section): For incremental updates, do not
5626 check --as-needed (fixed in subsequent patch).
5627 * layout.h (class Free_list): New class.
5628 (Layout::set_incremental_base): New function.
5629 (Layout::incremental_base): New function.
5630 (Layout::init_fixed_output_section): New function.
5631 (Layout::allocate): New function.
5632 (Layout::incremental_base_): New data member.
5633 (Layout::free_list_): New data member.
5634 * main.cc (main): Print Free_list statistics.
5635 * object.cc (Relobj::finalize_incremental_relocs): Add
5636 clear_counts parameter; clear counts only when clear_counts is set.
5637 (Sized_relobj::Sized_relobj): Initialize new base class.
5638 (Sized_relobj::do_layout): Don't report special sections.
5639 (Sized_relobj::do_for_all_local_got_entries): New function.
5640 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
5641 symtab_off to all symbol table offsets.
5642 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
5643 * object.h (class Got_offset_list): Move to top of file.
5644 (Object::Object): Allow case where input_file == NULL.
5645 (Object::~Object): Likewise.
5646 (Object::input_file): Assert that input_file != NULL.
5647 (Object::lock): Allow case where input_file == NULL.
5648 (Object::unlock): Likewise.
5649 (Object::is_locked): Likewise.
5650 (Object::token): Likewise.
5651 (Object::release): Likewise.
5652 (Object::is_incremental): New function.
5653 (Object::get_mtime): New function.
5654 (Object::for_all_local_got_entries): New function.
5655 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
5656 (Object::set_is_in_system_directory): New function.
5657 (Object::is_in_system_directory): New function.
5658 (Object::do_is_incremental): New function.
5659 (Object::do_get_mtime): New function.
5660 (Object::do_for_all_local_got_entries): New function.
5661 (Object::is_in_system_directory_): New data member.
5662 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
5663 (class Sized_relobj_base): New class.
5664 (class Sized_relobj): Derive from Sized_relobj_base.
5665 (class Sized_relobj::Symbols): Redeclare from base class.
5666 (class Sized_relobj::local_got_offset_list): Remove.
5667 (class Sized_relobj::Output_sections): Redeclare from base class.
5668 (class Sized_relobj::do_for_all_local_got_entries): New function.
5669 (class Sized_relobj::write_local_symbols): Add offset parameter.
5670 (class Sized_relobj::local_symbol_offset_): Update comment.
5671 (class Sized_relobj::local_dynsym_offset_): Update comment.
5672 * options.cc (Input_arguments::add_file): Remove const.
5673 * options.h (Input_file_argument::Input_file_argument):
5674 Initialize arg_serial_ (all constructors).
5675 (Input_file_argument::set_arg_serial): New function.
5676 (Input_file_argument::arg_serial): New function.
5677 (Input_file_argument::arg_serial_): New data member.
5678 (Input_arguments::Input_arguments): Initialize file_count_.
5679 (Input_arguments::add_file): Remove const.
5680 (Input_arguments::number_of_input_files): New function.
5681 (Input_arguments::file_count_): New data member.
5682 (Command_line::number_of_input_files): Call
5683 Input_arguments::number_of_input_files.
5684 * output.cc (Output_segment_headers::Output_segment_headers):
5685 Set current size.
5686 (Output_section::Input_section::current_data_size): New function.
5687 (Output_section::Output_section): Initialize new data members.
5688 (Output_section::add_input_section): Don't do merge sections for
5689 an incremental link; allocate space from free list for an
5690 incremental update.
5691 (Output_section::add_output_section_data): Allocate space from
5692 free list for an incremental update.
5693 (Output_section::update_data_size): New function.
5694 (Output_section::set_fixed_layout): New function.
5695 (Output_section::reserve): New function.
5696 (Output_segment::set_section_addresses): Remove const.
5697 (Output_segment::set_section_list_addresses): Remove const; allocate
5698 space from free list for an incremental update.
5699 (Output_segment::set_offset): Adjust size of RELRO segment for an
5700 incremental update.
5701 * output.h (Output_data::current_data_size): Move here from
5702 child classes.
5703 (Output_data::pre_finalize_data_size): New function.
5704 (Output_data::update_data_size): New function.
5705 (Output_section_headers::update_data_size): new function.
5706 (Output_section_data_build::current_data_size): Move to Output_data.
5707 (Output_data_strtab::update_data_size): New function.
5708 (Output_section::current_data_size): Move to Output_data.
5709 (Output_section::set_fixed_layout): New function.
5710 (Output_section::has_fixed_layout): New function.
5711 (Output_section::reserve): New function.
5712 (Output_section::update_data_size): New function.
5713 (Output_section::has_fixed_layout_): New data member.
5714 (Output_section::free_list_): New data member.
5715 (Output_segment::set_section_addresses): Remove const.
5716 (Output_segment::set_section_list_addresses): Remove const.
5717 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
5718 New function.
5719 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
5720 New function.
5721 * readsyms.cc (Read_symbols::do_read_symbols): Add library
5722 parameter when calling Add_symbols constructor; store argument
5723 serial number for members of a lib group.
5724 (Add_symbols::locks): Allow case where token == NULL.
5725 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
5726 (Read_member::~Read_member): New function.
5727 (Read_member::is_runnable): New function.
5728 (Read_member::locks): New function.
5729 (Read_member::run): New function.
5730 (Check_script::~Check_script): New function.
5731 (Check_script::is_runnable): New function.
5732 (Check_script::locks): New function.
5733 (Check_script::run): New function.
5734 (Check_library::~Check_library): New function.
5735 (Check_library::is_runnable): New function.
5736 (Check_library::locks): New function.
5737 (Check_library::run): New function.
5738 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
5739 (Add_symbols::library_): New data member.
5740 (class Read_member): New class.
5741 (class Check_script): New class.
5742 (class Check_library): New class.
5743 * reloc.cc (Read_relocs::is_runnable): Allow case where
5744 token == NULL.
5745 (Read_relocs::locks): Likewise.
5746 (Scan_relocs::locks): Likewise.
5747 (Relocate_task::locks): Likewise.
5748 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
5749 to clear counters.
5750 (Sized_relobj::incremental_relocs_scan): Fix comment.
5751 (Sized_relobj::do_relocate): Pass output file offset to
5752 write_local_symbols.
5753 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
5754 from class declaration.
5755 * script.cc (read_input_script): Allocate Script_info; pass
5756 argument serial number to report_script.
5757 * script.h (class Script_info): Move to incremental.h.
5758 * symtab.cc (Symbol_table::add_from_incrobj): New function.
5759 * symtab.h (Symbol_table::add_from_incrobj): New function.
5760 (Symbol_table::set_file_offset): New function.
5761
b961d0d7
CC
57622011-04-05 Cary Coutant <ccoutant@google.com>
5763
5764 * incremental-dump.cc (dump_incremental_inputs): Change signature
5765 to take a Sized_incremental_binary; change caller. Use readers
5766 in Sized_incremental_binary.
5767 * incremental.cc
5768 (Sized_incremental_binary::find_incremental_inputs_sections):
5769 Rename do_find_incremental_inputs_sections to this.
5770 (Sized_incremental_binary::setup_readers): New function.
5771 (Sized_incremental_binary::do_check_inputs): Check
5772 has_incremental_info_ flag; move setup code to setup_readers;
5773 use input readers.
5774 (Sized_incremental_binary::do_file_is_unchanged): New function.
5775 (Sized_incremental_binary::do_get_input_reader): New function.
5776 * incremental.h (class Incremental_binary): Move to end of file.
5777 (Incremental_binary::file_is_unchanged): New function.
5778 (Incremental_binary::do_file_is_unchanged): New function.
5779 (Incremental_binary::Input_reader): New class.
5780 (Incremental_binary::get_input_reader): New function.
5781 (class Sized_incremental_binary): Move to end of file.
5782 (Sized_incremental_binary::Sized_incremental_binary): Setup the
5783 input section reader classes.
5784 (Sized_incremental_binary::has_incremental_info): New function.
5785 (Sized_incremental_binary::inputs_reader): New function.
5786 (Sized_incremental_binary::symtab_reader): New function.
5787 (Sized_incremental_binary::relocs_reader): New function.
5788 (Sized_incremental_binary::got_plt_reader): New function.
5789 (Sized_incremental_binary::do_file_is_unchanged): New function.
5790 (Sized_incremental_binary::Sized_input_reader): New class.
5791 (Sized_incremental_binary::get_input_reader): New function.
5792 (Sized_incremental_binary::find_incremental_inputs_sections):
5793 Rename do_find_incremental_inputs_sections to this.
5794 (Sized_incremental_binary::setup_readers): New function.
5795 (Sized_incremental_binary::has_incremental_info_): New data member.
5796 (Sized_incremental_binary::inputs_reader_): New data member.
5797 (Sized_incremental_binary::symtab_reader_): New data member.
5798 (Sized_incremental_binary::relocs_reader_): New data member.
5799 (Sized_incremental_binary::got_plt_reader_): New data member.
5800 (Sized_incremental_binary::current_input_file_): New data member.
5801
a869183f
PP
58022011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5803
5804 PR gold/12640
5805 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
5806 violation.
5807
58082011-03-30 Cary Coutant <ccoutant@google.com>
c7975edd
CC
5809
5810 * archive.cc (Archive::include_member): Adjust call to report_object.
5811 (Add_archive_symbols::run): Add script_info to call to
5812 report_archive_begin.
5813 (Lib_group::include_member): Adjust call to report_object.
5814 (Add_lib_group_symbols::run): Adjust call to report_object.
5815 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
5816 blocks. Add object count for script input files.
5817 * incremental.cc (Incremental_inputs::report_archive_begin): Add
5818 script_info parameter; change all callers.
5819 (Incremental_inputs::report_object): Add script_info parameter;
5820 change all callers.
5821 (Incremental_inputs::report_script): Store backpointer to
5822 incremental info entry.
5823 (Output_section_incremental_inputs::set_final_data_size): Record
5824 additional information for scripts.
5825 (Output_section_incremental_inputs::write_info_blocks): Likewise.
5826 * incremental.h (Incremental_script_entry::add_object): New function.
5827 (Incremental_script_entry::get_object_count): New function.
5828 (Incremental_script_entry::get_object): New function.
5829 (Incremental_script_entry::objects_): New data member; adjust
5830 constructor.
5831 (Incremental_inputs::report_archive_begin): Add script_info parameter.
5832 (Incremental_inputs::report_object): Add script_info parameter.
5833 (Incremental_inputs_reader::get_object_count): New function.
5834 (Incremental_inputs_reader::get_object_offset): New function.
5835 * options.cc (Input_arguments::add_file): Return reference to
5836 new input argument.
5837 * options.h (Input_argument::set_script_info): New function.
5838 (Input_argument::script_info): New function.
5839 (Input_argument::script_info_): New data member; adjust all
5840 constructors.
5841 (Input_file_group::add_file): Return reference to new input argument.
5842 (Input_file_lib::add_file): Likewise.
5843 (Input_arguments::add_file): Likewise.
5844 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
5845 * script.cc (Parser_closure::Parser_closure): Add script_info
5846 parameter; adjust all callers.
5847 (Parser_closure::script_info): New function.
5848 (Parser_closure::script_info_): New data member.
5849 (read_input_script): Report scripts earlier to incremental info.
5850 (script_add_file): Set script_info in Input_argument.
5851 (script_add_library): Likewise.
5852 * script.h (Script_options::Script_info): Rewrite class.
5853
a869183f 58542011-03-29 Cary Coutant <ccoutant@google.com>
e0c52780
CC
5855
5856 * archive.cc (Library_base::should_include_member): Move
5857 method here from class Archive.
5858 (Archive::Archive): Initialize base class.
5859 (Archive::should_include_member): Move to base class.
5860 (Archive::do_for_all_unused_symbols): New function.
5861 (Add_archive_symbols::run): Remove redundant access to
5862 incremental_inputs.
5863 (Lib_group::Lib_group): Initialize base class.
5864 (Lib_group::do_filename): New function.
5865 (Lib_group::include_member): Pass pointer to Lib_group to
5866 report_object.
5867 (Lib_group::do_for_all_unused_symbols): New function.
5868 (Add_lib_group_symbols::run): Report archive information for
5869 incremental links.
5870 * archive.h (class Library_base): New base class.
5871 (class Archive): Derive from Library_base.
5872 (Archive::filename): Move to base class.
5873 (Archive::set_incremental_info): Likewise.
5874 (Archive::incremental_info): Likewise.
5875 (Archive::Should_include): Likewise.
5876 (Archive::should_include_member): Likewise.
5877 (Archive::Armap_entry): Remove.
5878 (Archive::Unused_symbol_iterator): Remove.
5879 (Archive::unused_symbols_begin): Remove.
5880 (Archive::unused_symbols_end): Remove.
5881 (Archive::do_filename): New function.
5882 (Archive::do_get_mtime): New function.
5883 (Archive::do_for_all_unused_symbols): New function.
5884 (Archive::task_): Move to base class.
5885 (Archive::incremental_info_): Likewise.
5886 (class Lib_group): Derive from Library_base.
5887 (Lib_group::do_filename): New function.
5888 (Lib_group::do_get_mtime): New function.
5889 (Lib_group::do_for_all_unused_symbols): New function.
5890 (Lib_group::task_): Move to base class.
5891 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
5892 function.
5893 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
5894 function.
5895 * incremental.cc (Incremental_inputs::report_archive_begin):
5896 Use Library_base; call library's get_mtime; add incremental inputs
5897 entry before members.
5898 (class Unused_symbol_visitor): New class.
5899 (Incremental_inputs::report_archive_end): Use Library_base; use
5900 visitor class to record unused symbols; don't add incremental inputs
5901 entry after members.
5902 (Incremental_inputs::report_object): Use Library_base.
5903 * incremental.h
5904 (Incremental_archive_entry::Incremental_archive_entry): Remove
5905 unused Archive parameter.
5906 (Incremental_inputs::report_archive_begin): Use Library_base.
5907 (Incremental_inputs::report_archive_end): Likewise.
5908 (Incremental_inputs::report_object): Likewise.
5909 * object.cc (Sized_relobj::do_for_all_global_symbols): New
5910 function.
5911 * object.h (Object::for_all_global_symbols): New function.
5912 (Object::do_for_all_global_symbols): New function.
5913 (Sized_relobj::do_for_all_global_symbols): New function.
5914 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
5915 function.
5916 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
5917 function.
5918
61ab3e40
ILT
59192011-03-27 Ian Lance Taylor <iant@google.com>
5920
5921 * archive.cc (Archive::interpret_header): Return -1 if something
5922 goes wrong. Change callers accordingly.
5923
30e1f9e6
CC
59242011-03-25 Cary Coutant <ccoutant@google.com>
5925
5926 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
5927 * testsuite/Makefile.in: Regenerate.
5928
9370ce59 59292011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
9c793f14
RÁE
5930
5931 * plugin.cc (get_view): New.
5932 (Plugin::load): Pass get_view to the plugin.
5933 (Plugin_manager::get_view): New.
5934
9312bb0a
ILT
59352011-03-21 Ian Lance Taylor <iant@google.com>
5936
5937 * testsuite/final_layout.sh: Rewrite to not use dc.
07aead7b 5938 * testsuite/relro_test.sh: Fail if dc is not present.
9312bb0a 5939
7e12ba9e
ST
59402011-03-21 Sriraman Tallam <tmsriram@google.com>
5941
5942 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
5943 Change == to -eq.
5944 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
5945 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
5946 Change == to -eq.
5947 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
5948 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
5949
fd7a005d
ILT
59502011-03-14 Ian Lance Taylor <iant@google.com>
5951
5952 * script-sections.cc (Sort_output_sections::script_compare):
5953 Rename from is_before, change return type.
5954 (Sort_output_sections::operator()): Adjust accordingly.
5955
ed16fd1b
ILT
59562011-03-11 Jeffrey Yasskin <jyasskin@google.com>
5957
5958 PR gold/12572
5959 * testsuite/odr_violation2.cc: Add comment to make all error line
5960 numbers double digits.
5961 * testsuite/debug_msg.sh: Adjust expected errors.
5962
71ff8986
ILT
59632011-03-09 Jeffrey Yasskin <jyasskin@google.com>
5964
5965 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
5966 but mark earlier ones as non-canonical
5967 (offset_to_iterator): Update search target and example
5968 (do_addr2line): Return extra lines in a vector*
5969 (format_file_lineno): Extract from do_addr2line
5970 (one_addr2line): Add vector* out-param
5971 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
5972 when a lineno entry appeared last for its instruction
5973 (Dwarf_line_info): Add vector* out-param
5974 * object.cc (Relocate_info): Pass NULL for the vector* out-param
5975 * symtab.cc (Odr_violation_compare): Include the lineno in the
5976 comparison again.
5977 (linenos_from_loc): New. Combine the canonical line for an
5978 address with its other lines.
5979 (True_if_intersect): New. Helper functor to make
5980 std::set_intersection a query.
5981 (detect_odr_violations): Compare sets of lines instead of just
5982 one line for each function. This became less deterministic, but
5983 has fewer false positives.
5984 * symtab.h: Declarations.
5985 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
5986 mix an optimized and non-optimized object in the same binary
5987 (odr_violation2.so): Same.
5988 * testsuite/Makefile.in: Regenerate from Makefile.am.
5989 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
5990 * testsuite/debug_msg.sh: Update line numbers and add
5991 assertions.
5992 * testsuite/odr_violation1.cc: Use OdrDerived, in a
5993 non-optimized context.
5994 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
5995 isn't inlined, and use OdrDerived in an optimized context.
5996 * testsuite/odr_header1.h: Defines OdrDerived, where
5997 optimization will change the
5998 first-instruction-in-the-destructor's file and line number.
5999 * testsuite/odr_header2.h: Defines OdrBase.
6000
a19fefdc
ILT
60012011-03-09 Ian Lance Taylor <iant@google.com>
6002
6003 * fileread.cc (File_read::clear_views): Don't delete the whole
6004 file view.
6005
ecb351e9
ILT
60062011-03-08 Ian Lance Taylor <iant@google.com>
6007
6008 PR gold/12525
6009 * fileread.cc: #include <climits>.
6010 (GOLD_IOV_MAX): Define.
6011 (File_read::read_multiple): Limit number of entries by iov_max.
6012 * fileread.h (class File_read): Always set max_readv_entries to
6013 128.
6014
b821d13c
ILT
60152011-03-07 Ian Lance Taylor <iant@google.com>
6016
6017 PR gold/12525
6018 * options.h (class General_options): Add -dy and -dn.
6019
89243142
CC
60202011-03-02 Cary Coutant <ccoutant@google.com>
6021
6022 * testsuite/script_test_9.t: Add TLS segment.
6023
d0773f31
ILT
60242011-03-02 Simon Baldwin <simonb@google.com>
6025
6026 * configure.ac: Add check for gnu_indirect_function support in
6027 the toolchain building binutils.
6028 * configure: Rebuild.
6029
9370ce59 60302011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
badc8139
RÁE
6031
6032 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
6033 plugin only symbols.
6034 (Symbol_table::sized_finalize_symbol) Mark symbol only present
6035 in plugin files as not needed in the symbol table.
6036
4cf7a849
ST
60372011-02-11 Sriraman Tallam <tmsriram@google.com>
6038
6039 * output.cc (Output_section::add_input_section): Delay fill
6040 generation for section ordering.
6041
b578bd7d
ILT
60422011-02-09 Ian Lance Taylor <iant@google.com>
6043
6044 PR gold/12316
6045 * object.h (class Sized_relobj): Remove clear_local_symbols.
6046 * reloc.cc (Sized_relobj::do_relocate): Don't call
6047 clear_local_symbols.
6048
9370ce59 60492011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
84ced98a
RÁE
6050
6051 * plugin.cc (is_visible_from_outside): Return true for symbols
6052 in the -u option.
6053
55382fb7
ILT
60542011-02-04 Jeffrey Yasskin <jyasskin@google.com>
6055
6056 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
6057 filename.
6058
4e271fff
ST
60592011-02-02 Sriraman Tallam <tmsriram@google.com>
6060
6061 * icf.h (is_section_foldable_candidate): Change type of parameter
2e702c99 6062 to std::string.
4e271fff 6063 * icf.cc (Icf::find_identical_sections): Change type of local variable
2e702c99 6064 section_name to be std::string.
4e271fff
ST
6065 (is_function_ctor_or_dtor): Change type of parameter to std::string.
6066
d433c3ac
ILT
60672011-01-25 Ian Lance Taylor <iant@google.com>
6068
6069 * script.cc (script_add_extern): Rewrite to use
6070 add_symbol_reference.
6071
880473a6
DK
60722011-01-25 Doug Kwan <dougkwan@google.com>
6073
d433c3ac 6074 * icf.cc (get_section_contents): Always lock section's object.
880473a6 6075
f30f86fa
ILT
60762011-01-24 Ian Lance Taylor <iant@google.com>
6077
6078 * options.h (class General_options): Accept
6079 --no-detect-odr-violations.
6080
8e51a0b9
ILT
60812011-01-24 Ian Lance Taylor <iant@google.com>
6082
6083 * version.cc (version_string): Bump to 1.11.
6084
0f3b89d8
ILT
60852011-01-24 Ian Lance Taylor <iant@google.com>
6086
6087 * plugin.cc (class Plugin_rescan): Define new class.
6088 (Plugin_manager::claim_file): Set any_claimed_.
6089 (Plugin_manager::save_archive): New function.
6090 (Plugin_manager::save_input_group): New function.
6091 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
6092 necessary.
6093 (Plugin_manager::new_undefined_symbol): New function.
6094 (Plugin_manager::rescan): New function.
6095 (Plugin_manager::rescannable_defines): New function.
6096 (Plugin_manager::add_input_file): Set any_added_.
6097 * plugin.h (class Plugin_manager): define new fields rescannable_,
6098 undefined_symbols_, any_claimed_, and any_added_. Declare
6099 Plugin_rescan as friend. Declare new functions.
6100 (Plugin_manager::Rescannable): Define type.
6101 (Plugin_manager::Rescannable_list): Define type.
6102 (Plugin_manager::Undefined_symbol_list): Define type.
6103 (Plugin_manager::Plugin_manager): Initialize new fields.
6104 * archive.cc (Archive::defines_symbol): New function.
6105 (Add_archive_symbols::run): Pass archive to plugins if any.
6106 * archive.h (class Archive): Declare defines_symbol.
6107 * readsyms.cc (Input_group::~Input_group): New function.
6108 (Finish_group::run): Pass input_group to plugins if any.
6109 * readsyms.h (class Input_group): Declare destructor.
6110 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
6111 any.
6112
3bb951e5
ILT
61132011-01-10 Ian Lance Taylor <iant@google.com>
6114
6115 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
6116 section as relro.
6117 (Layout::set_segment_offsets): Reset increase_relro before calling
6118 set_section_addresses a second time.
6119
0aa45fac
CC
61202011-01-04 Cary Coutant <ccoutant@google.com>
6121
6122 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
6123 sections before NOBITS sections.
6124
0db46eb4
L
61252011-01-01 H.J. Lu <hongjiu.lu@intel.com>
6126
6127 * version.cc (print_version): Update copyright to 2011.
6128
829c9745
CC
61292010-12-23 Cary Coutant <ccoutant@google.com>
6130
6131 * output.h (Output_data_reloc::add_output_section): Pass OD instead
6132 of OS to this->add. Add OD parameter to second form of the function.
6133
7500420b
ILT
61342010-12-20 Ian Lance Taylor <iant@google.com>
6135
6136 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
6137 second of two consecutive entries with same offset.
6138
f8e9a930
RW
61392010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6140
6141 * testsuite/Makefile.am (ifuncmain2static_LDADD)
6142 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
6143 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
6144 to avoid unneeded links against $(LDADD).
6145 * testsuite/Makefile.in: Regenerate.
6146
2fbb4320
ILT
61472010-12-15 Ian Lance Taylor <iant@google.com>
6148
6149 PR gold/12324
6150 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
6151 for R_X86_64_32 and R_X86_64_PC32.
6152 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
6153 ver_matching_def_pic.o.
6154 (ver_matching_def_pic.o): New target.
6155
fedb228d
RW
61562010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6157
6158 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
6159 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
6160 Move definition before File_read::View member definitions.
6161 (File_read::View::~View): Initialize and hold lock before
6162 updating current_mapped_bytes.
6163
9b547ce6
RW
61642010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6165
6166 * dwarf_reader.cc: Remove outdated comment.
6167 * gold-threads.cc: Fix typo in error message.
6168 * archive.cc: Fix typos in comments.
6169 * archive.h: Likewise.
6170 * arm-reloc-property.cc: Likewise.
6171 * arm-reloc-property.h: Likewise.
6172 * arm-reloc.def: Likewise.
6173 * arm.cc: Likewise.
6174 * attributes.h: Likewise.
6175 * cref.cc: Likewise.
6176 * ehframe.cc: Likewise.
6177 * fileread.h: Likewise.
6178 * gold.h: Likewise.
6179 * i386.cc: Likewise.
6180 * icf.cc: Likewise.
6181 * incremental.h: Likewise.
6182 * int_encoding.cc: Likewise.
6183 * layout.h: Likewise.
6184 * main.cc: Likewise.
6185 * merge.h: Likewise.
6186 * object.cc: Likewise.
6187 * object.h: Likewise.
6188 * options.cc: Likewise.
6189 * readsyms.cc: Likewise.
6190 * reduced_debug_output.cc: Likewise.
6191 * reloc.cc: Likewise.
6192 * script-sections.cc: Likewise.
6193 * sparc.cc: Likewise.
6194 * symtab.h: Likewise.
6195 * target-reloc.h: Likewise.
6196 * target.cc: Likewise.
6197 * target.h: Likewise.
6198 * timer.cc: Likewise.
6199 * timer.h: Likewise.
6200 * x86_64.cc: Likewise.
6201
83e17bd5
CC
62022010-12-09 Cary Coutant <ccoutant@google.com>
6203
6204 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
6205 stack.
6206 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
6207 parameter; change all callers.
6208 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
6209 * options.h (warn_execstack): New option.
6210
017257f8
DK
62112010-12-07 Doug Kwan <dougkwan@google.com>
6212
6213 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
6214 like function call relocations.
6215
c20cbc06
ILT
62162010-12-07 Ian Lance Taylor <iant@google.com>
6217
6218 * archive.cc (Archive::get_elf_object_for_member): Permit
6219 punconfigured to be NULL.
6220 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
6221 (Archive::include_member): Pass NULL to get_elf_object_for_member
6222 if we searched for the archive and this is the first included
6223 object.
6224
4dbfafcc
ILT
62252010-12-01 Ian Lance Taylor <iant@google.com>
6226
6227 * dwarf_reader.h (class Sized_dwarf_line_info): Add
6228 track_relocs_type_ field.
6229 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6230 Set track_relocs_type_.
6231 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
6232 contents when using RELA relocs.
6233 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
6234 reloc_map_.
6235 * reloc.cc (Track_relocs::next_addend): New function.
6236 * reloc.h (class Track_relocs): Declare next_addend.
6237
e5e19edd
ILT
62382010-12-01 Ian Lance Taylor <iant@google.com>
6239
6240 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
6241 virtual destructor.
6242
9a5ce24c
ILT
62432010-12-01 Ian Lance Taylor <iant@google.com>
6244
6245 * README: Update compilers known to work and fail.
6246
c7791212
NC
62472010-11-23 Matthias Klose <doko@ubuntu.com>
6248
6249 * configure.in: For --enable-gold, handle value `default' instead of
6250 `both*'. Always install ld as ld.bfd, install as ld if gold is
6251 not the default.
6252 * configure: Regenerate.
6253
0ad220c9
DK
62542010-11-18 Doug Kwan <dougkwan@google.com>
6255
6256 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
6257 and right_alignment to be zero. Store result alignment only if it is
6258 greater than existing alignment.
6259
ab8056e0
CC
62602010-11-16 Cary Coutant <ccoutant@google.com>
6261
6262 PR gold/12220
6263 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6264 Check for ".zdebug_line".
6265
fd064a5b
CC
62662010-11-16 Doug Kwan <dougkwan@google.com>
6267 Cary Coutant <ccoutant@google.com>
6268
6269 * output.h (Output_segment::set_section_addresses): Pass increase_relro
6270 by reference; adjust all callers.
6271 * output.cc (Output_segment::set_section_addresses): Adjust references
6272 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
6273 list is empty.
6274 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
6275 end at page boundary.
6276
6fc6ea19
CC
62772010-11-16 Cary Coutant <ccoutant@google.com>
6278
6279 PR gold/12220
6280 * layout.cc (Layout::choose_output_section): Transform names of
6281 compressed sections even when using a script with a SECTIONS clause.
6282 (Layout::output_section_name): Remove code to transform
6283 compressed debug section names.
6284 * output.cc (Output_section::add_input_section): Use uncompressed
6285 section size when tracking input sections.
6286
95a2c8d6
RS
62872010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
6288
6289 * symtab.h (Symbol::NON_PIC_REF): Remove.
6290 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
6291 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
6292 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
6293 (Symbol::use_plt_offset): Take a flags argument and pass it
6294 directly to needs_dynamic_reloc. Restrict check for undefined
6295 weak symbols to function calls.
6296 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
6297 (Target_arm::Scan::global): Use it.
6298 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
6299 (Target_arm::Relocate::relocate): Likewise.
6300 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
6301 parameter with an r_type parameter. Use get_reference_flags
6302 to get the flags.
6303 (Target_arm::Relocate::relocate): Update accordingly.
6304 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
6305 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
6306 (Target_i386::Scan::global): Likewise.
6307 (Target_i386::Relocate::relocate): Likewise.
6308 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
6309 parameter with an r_type parameter. Use get_reference_flags
6310 to get the flags.
6311 (Target_i386::Relocate::relocate): Update accordingly.
6312 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
6313 (Target_powerpc::Scan::global): Use it.
6314 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
6315 (Target_powerpc::Relocate::relocate): Likewise.
6316 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
6317 (Target_sparc::Scan::global): Use it.
6318 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
6319 (Target_sparc::Relocate::relocate): Likewise.
6320 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
6321 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
6322 (Target_x86_64::Scan::global): Likewise.
6323 (Target_x86_64::Relocate::relocate): Likewise.
6324
f625ae50
DK
63252010-11-08 Doug Kwan <dougkwan@google.com>
6326 Cary Coutant <ccoutant@google.com>
6327
6328 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
6329 (Arm_exidx_merge_section::section_contents_): New data member.
6330 (Arm_input_section::Arm_input_section): Initialize original_contents_.
6331 (Arm_input_section::~Arm_input_section): De-allocate memory.
58797674 6332 (Arm_input_section::original_contents_): New data member.
f625ae50
DK
6333 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
6334 in parameters instead of calling Object::section_contents without
6335 locking.
6336 (Arm_output_section::group_section): New parameter TASK. Pass it
6337 to callees that need locking objects.
6338 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
6339 to lock EXIDX input sections. Fix a formatting issue. Call
6340 Arm_exidx_merged_section::build_contents to create merged section
6341 contents.
6342 (Arm_output_section::create_stub_group): New parameter TASK. Use it
6343 to lock object of stub table owner.
6344 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
6345 TEXT_SIZE to initialize data member TEXT_SIZE_.
6346 (Arm_exidx_input_section::addralign): Fix typo in comment.
6347 (Arm_exidx_input_section::text_size): New method.
6348 (Target_arm::do_relax): New parameter TASK. Pass it to callees
6349 that require locking objects. Lock objects before scanning for stubs
6350 and updating local symbols.
6351 (Arm_input_section<big_endian>::init): Copy contents of original
6352 input section.
2e702c99 6353 (Arm_input_section<big_endian>::do_write): Use saved contents of
f625ae50
DK
6354 original input section instead of calling Object::section_contents
6355 without locking.
6356 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
6357 size without calling Object::section_size().
6358 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
6359 for size. Allocate a buffer for merged EXIDX entries.
6360 (Arm_exidx_merged_section::build_contents): New method.
2e702c99 6361 (Arm_exidx_merged_section::do_write): Move merge section contents
f625ae50
DK
6362 building code to Arm_exidx_merged_section::build_contetns. Write
6363 out contetns in buffer instead of building it on the fly.
6364 (Arm_relobj::make_exidx_input_section): Also pass text section size
6365 to Arm_exidx_input_section constructor.
6366 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
6367 (Arm_dynobj::do_read_symbols): Fix memory leak.
6368 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
6369 * target.h: (class Task): Add forward declaration.
6370 (Target::relax): Add new parameter TASK and pass it to
6371 Target::do_relax().
6372 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
6373
5f9bcf58
CC
63742010-11-05 Cary Coutant <ccoutant@google.com>
6375
6376 PR gold/10708
6377 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
6378 object when reading from the file.
6379 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
6380 second layout pass.
6381 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
6382 when reading section contents.
6383 (get_section_contents): Likewise.
6384 (icf::find_identical_sections): Likewise.
6385 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
6386 object when reading from the file.
6387 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
6388 the object when doing deferred section layout.
6389
e597fa08
NC
63902010-11-03 Nick Clifton <nickc@redhat.com>
6391
6392 PR gold/12001
6393 * script.h (class Symbol_assignment: name): New member. Returns
6394 the name of the symbol.
6395 * scrfipt.cc (Script_options::is_pending_assignment): New member.
6396 Returns true if the given symbol name is on the list of
6397 assignments wating to be processed.
6398 * archive.cc (should_incldue_member): If the symbol is undefined,
6399 check to see if it is on the list of symbols pending assignment.
6400
3f9a3278
ILT
64012010-11-03 Ryan Mansfield <rmansfield@qnx.com>
6402
6403 * script-sections.cc (Script_sections::find_memory_region): Check
6404 for a NULL output section pointer.
6405
d06fb4d1
DK
64062010-10-29 Doug Kwan <dougkwan@google.com>
6407
6408 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
6409 Output_section::add_relaxed_input_section.
6410 * output.cc (Output_section::add_relaxed_input_section): Add new
6411 arguments LAYOUT and NAME. Set section order index.
6412 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
6413 Copy section order index.
6414 * output.h (Output_section::add_relaxed_input_section): Add new
6415 arguments LAYOUT and NAME.
6416
90e24de5
ILT
64172010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6418
6419 * testsuite/Makefile.am: Move gcctestdir/ld rule to
2e702c99 6420 NATIVE_OR_CROSS_LINKER.
90e24de5
ILT
6421 * testsuite/Makefile.in: Regenerate.
6422
c9484ea5
DK
64232010-10-20 Doug Kwan <dougkwan@google.com>
6424
6425 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
6426 without SHF_LINK_ORDER flags.
6427 * layout.cc (Layout::choose_output_section): Do not filter
6428 SHF_LINK_ORDER flag in a relocatable link.
6429
5bc2f5be
CC
64302010-10-17 Cary Coutant <ccoutant@google.com>
6431
6432 * output.h (Output_segment::set_section_addresses): Change function
6433 signature. Update all callers.
6434 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
6435 sections.
6436 (Output_segment::set_section_addresses): Align after last TLS
6437 section. Add padding before last relro section instead of after.
6438
0c91cf04
DK
64392010-10-17 Doug Kwan <dougkwan@google.com>
6440
6441 * gold/arm.cc (Target_arm::got_section): Use correct order and set
6442 GOT output section to be writable.
6443
8c21d9d3
CC
64442010-10-14 Cary Coutant <ccoutant@google.com>
6445
6446 * debug.h (DEBUG_INCREMENTAL): New flag.
2e702c99
RM
6447 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
6448 * gold.cc (queue_initial_tasks): Check parameters for incremental link
6449 mode.
6450 * incremental.cc (report_command_line): Ignore all forms of
6451 --incremental.
6452 * layout.cc (Layout::Layout): Check parameters for incremental link
6453 mode.
6454 * options.cc (General_options::parse_incremental): New function.
6455 (General_options::parse_no_incremental): New function.
6456 (General_options::parse_incremental_full): New function.
6457 (General_options::parse_incremental_update): New function.
6458 (General_options::incremental_mode_): New data member.
6459 (General_options::finalize): Check incremental_mode_.
6460 * options.h (General_options): Update help text for --incremental.
6461 Add --no-incremental, --incremental-full, --incremental-update.
6462 (General_options::Incremental_mode): New enum type.
6463 (General_options::incremental_mode): New function.
6464 (General_options::incremental_mode_): New data member.
6465 * parameters.cc (Parameters::incremental_mode_): New data member.
6466 (Parameters::set_options): Set incremental_mode_.
6467 (Parameters::set_incremental_full): New function.
6468 (Parameters::incremental): New function.
6469 (Parameters::incremental_update): New function.
6470 (set_parameters_incremental_full): New function.
6471 * parameters.h (Parameters::set_incremental_full): New function.
6472 (Parameters::incremental): New function.
6473 (Parameters::incremental_update): New function.
6474 (Parameters::incremental_mode_): New data member.
6475 (set_parameters_incremental_full): New function.
6476 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
6477 incremental link mode.
6478 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
6479 (Sized_relobj::do_relocate_sections): Likewise.
6480 * testsuite/Makefile.am (incremental_test): Use --incremental-full
6481 option.
6482 * testsuite/Makefile.in: Regenerate.
6483 * testsuite/incremental_test.sh: Filter all forms of --incremental.
8c21d9d3 6484
bb32aa18 64852010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
eb373049
ILT
6486
6487 * script-sections.h (class Script_sections): Make
6488 Sections_elements typedef public.
6489 * script-sections.cc (class Sort_output_sections): Add elements_
6490 field. Add constructor which sets it; change all callers.
6491 (Sort_output_sections::is_before): New function.
6492 (Sort_output_sections::operator()): Call is_before.
6493 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
6494 conditional.
6495 * testsuite/script_test_10.sh: New test. Test script section
6496 order.
6497 * testsuite/script_test_10.t: Likewise.
6498 * testsuite/script_test_10.s: Likewise.
6499 * testsuite/Makefile.am: Wrap the cross linker tests and the
6500 common tests into NATIVE_OR_CROSS_LINKER.
6501 (check_SCRIPTS): Add script_test_10.sh.
6502 (check_DATA): Add script_test_10.stdout.
6503 (script_test_10.o, script_test_10): New targets.
6504 (script_test_10.stdout): New target.
6505 * configure, testsuite/Makefile.in: Regenerate.
6506
3cef7179
ILT
65072010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6508
6509 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
6510 error for the deprecated relocations.
6511 (Target_arm::Scan::global): Likewise.
6512 (Target_arm::Relocate::relocate): Likewise.
6513
7411e9a8
RS
65142010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
6515
6516 * fileread.cc (Input_file::find_file): Initialize *found_name
6517 and *namep when using the fallback search for case 4.
6518
6a9da32a
CC
65192010-10-11 Cary Coutant <ccoutant@google.com>
6520
6521 * options.h (class General_options): Redefine -z lazy as an alias for
6522 the negation of -z now.
6523
ac897c20
ILT
65242010-10-11 Ian Lance Taylor <iant@google.com>
6525
6526 * resolve.cc (symbol_to_bits): Report the value of the unsupported
6527 binding.
6528
ea5cae92
NC
65292010-10-06 Nick Clifton <nickc@redhat.com>
6530
6531 * script-sections.cc(class Memory_region): Remove
6532 current_lma_offset_ field. Rename current_vma_offset_ to
6533 current_offset_. Add last_section_ field.
6534 (Memory_region::get_current_vma_address): Rename to
6535 get_current_address.
6536 (Memory_region::get_current_lma_address): Delete.
6537 (Memory_region::increment_vma_offset): Rename to
6538 increment_offset.
6539 (Memory_region::increment_lma_offset): Delete.
6540 (Memory_region::attributes_compatible): New method. Returns
6541 true if the provided section is compatible with the region.
6542 (Memory_region::get_last_section): New method. Returns the last
6543 section to use the region.
6544 (Memory_region::set_last_section): New method. Stores the last
6545 section to use the region.
6546 (Script_sections::block_in_region): New method. Returns true if
6547 a block of memory is contained within a region.
6548 (Script_sections::find_memory_region): New method. Locates a
6549 memory region to be used to set a VMA or LMA address.
6550 (Output_section_definition::set_section_addresses): Add code to
6551 check for addresses set by memory regions.
6552 (Output_segment::set_section_addresses): Remove memory region
6553 walking code.
6554 (Script_sections::create_segment): Add a warning if a header
6555 segment is created outside of any region.
6556 * script-sections.h (class Script_sections): Add prototypes for
6557 find_memory_region and block_in_region methods.
6558 * testsuite/memory_test.s: Use .long instead of .word.
6559 * testsuite/memory_test.t: Add some more output sections.
6560 * testsuite/memory_test.sh: Update expected output.
6561
a9bfd952
DK
65622010-10-02 Doug Kwan <dougkwan@google.com>
6563
6564 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
6565 defintion to symtab.h
6566 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
6567 declaration to defintion.
6568
bacff3ab
NC
65692010-10-01 Nick Clifton <nickc@redhat.com>
6570
6571 * expression.cc (eval): Replace dummy argument with NULL.
6572 (eval_maybe_dot): Check for a NULL result section pointer.
6573 (Symbol_expression::value): Likewise.
6574 (Dot_expression::value): Likewise.
6575 (BINARY_EXPRESSION): Likewise.
6576 (Max_expression::value): Likewise.
6577 (Min_expression::value): Likewise.
6578 (Absolute_expression::value): Likewise.
6579 (Addr_expression::value_from_output_section): Likewise.
6580 (Loaddddr_expression::value_from_output_section): Likewise.
6581 (Segment_start_expression::value): Likewise.
6582 * script-sections.cc
6583 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
6584 argument with NULL.
6585 (Sections_elememt_dot_assignment::set_section_addresses):
6586 Likewise.
6587 (Output_data_expression::do_write_to_buffer): Likewise.
6588 (Output_section_definition::finalize_symbols): Likewise.
6589 (Output_section_definition::set_section_addresses): Likewise.
6590
f81bc8b5
DK
65912010-09-30 Doug Kwan <dougkwan@google.com>
6592
6593 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
6594
c95e9f27
ST
65952010-09-28 Sriraman Tallam <tmsriram@google.com>
6596
6597 * target.h (Target::can_icf_inline_merge_sections): New virtual
bacff3ab 6598 function.
c95e9f27
ST
6599 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
6600 virtual function.
6601 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
6602 virtual function.
6603 * icf.cc (get_section_contents): Inline merge sections only when
6604 target allows it.
6605
3cac54d2
RW
66062010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6607
6608 * configure: Regenerate.
6609
2904037a
ILT
66102010-09-17 Ian Lance Taylor <iant@google.com>
6611
6612 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
d4d91489
ILT
6613 * testsuite/Makefile.am (memory_test.o): New target.
6614 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
6615 memory_test.t.
6616 * testsuite/Makefile.in: Rebuild.
2904037a 6617
bca7fb63
DK
66182010-09-17 Doug Kwan <dougkwan@google.com>
6619
6620 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
6621 defintion if relocation uses GOT entries of the symbol.
6622 * testsuite/icf_safe_test.sh: Fix test.
6623 * testsuite/icf_safe_so_test.sh: Fix test.
6624
4ef28648
CC
66252010-09-16 Cary Coutant <ccoutant@google.com>
6626
6627 * script_sections.cc (class Memory_region): Remove "NULL" from
6628 vector initializations.
6629
793990de
CC
66302010-09-15 Cary Coutant <ccoutant@google.com>
6631
6632 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
6633 Resolve forwarding symbols.
6634
81e015e2
DK
66352010-09-15 Doug Kwan <dougkwan@google.com>
6636
6637 * gold/testsuite/script_test_3.t: Add ARM special sections.
6638 * gold/testsuite/script_test_4.t: Same.
6639 * gold/testsuite/script_test_5.t: Same.
6640 * gold/testsuite/script_test_6.t: Same.
6641 * gold/testsuite/script_test_7.t: Same.
6642 * gold/testsuite/script_test_7.t: Same.
6643 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
6644
36171d64
CC
66452010-09-14 Cary Coutant <ccoutant@google.com>
6646
6647 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
6648 (Target_x86_64::Relocate::relocate_tls): Replace check for
6649 saw_tls_block_reloc_ with test for executable section.
6650
d89051bd
CC
66512010-09-12 Cary Coutant <ccoutant@google.com>
6652
6653 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
6654 position-independent executables to shared libraries need dynamic
6655 relocations.
6656 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
6657 position-independent executables.
6658 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
6659 * testsuite/Makefile.in: Regenerate.
6660
fca41f0f
NC
66612010-09-10 Nick Clifton <nickc@redhat.com>
6662
6663 PR gold/11997
6664 * testsuite/memory_test.t: Discard any sections that are not
6665 needed.
6666
6695e4b3
L
66672010-09-09 H.J. Lu <hongjiu.lu@intel.com>
6668
6669 PR gold/11996
6670 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
6671 "This::" to work around a bug in gcc 4.2.
6672
6673 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
6674
0f72bf6f
RÁE
66752010-09-09 Rafael Espindola <espindola@google.com>
6676
6677 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
6678 sections with different PF_X flags in the same segment.
6679 (Layout::find_first_load_seg): Search all segments to find the first
6680 one.
6681 * options.h (rosegment): New.
6682
66832010-09-08 Rafael Espindola <espindola@google.com>
a6577478 6684
05a79166 6685 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
a6577478 6686
aa98ff75
DK
66872010-09-08 Doug Kwan <dougkwan@google.com>
6688
6689 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
6690 (Arm_relobj::do_relocate_sections): Add new parameter for output
6691 file to match the parent.
6692 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
6693 of local symbols instead of input values. Update code to track
6694 changes in gold::relocate_section.
6695 * object.cc (Sized_relobj::compute_final_local_value): New methods.
6696 (Sized_relobj::compute_final_local_value_internal): New methods.
6697 (Sized_relobj::do_finalize_local_symbols): Move code from loop
6698 body into private version of Sized_relobj::compute_final_local_value.
6699 Call the inline method.
6700 * object.h (Symbol_value::Symbol_value): Define destructor. Free
6701 merged symbol value if there is one.
6702 (Symbol_value::has_output_value): New method defintiion.
6703 (Sized_relobj::Compute_final_local_value_status): New enum type.
6704 (Sized_relobj::compute_final_local_value): New methods.
6705 (Sized_relobj::compute_final_local_value_internal): New methods.
6706 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
6707 and arm_cortex_a8.sh.
6708 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
6709 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
6710 New tests.
6711 * Makefile.in: Regenerate.
6712 * testsuite/arm_bl_out_of_range.s: Update test.
6713 * testsuite/thumb_bl_out_of_range.s: Ditto.
6714 * testsuite/thumb_blx_out_of_range.s: Ditto.
6715 * testsuite/arm_branch_out_of_range.sh: New file.
6716 * testsuite/arm_cortex_a8.sh: Ditto.
6717 * testsuite/arm_cortex_a8_b.s: Ditto.
6718 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
6719 * testsuite/arm_cortex_a8_b_local.s: Ditto.
6720 * testsuite/arm_cortex_a8_bl.s: Ditto.
6721 * testsuite/arm_cortex_a8_blx.s: Ditto.
6722 * testsuite/arm_cortex_a8_local.s: Ditto.
6723 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
6724 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
6725
05a79166
L
67262010-09-08 Rafael Espindola <espindola@google.com>
6727
6728 * Makefile.am (memory_test.stdout): Run readelf with -W.
6729 * Makefile.in: Regenerate.
6730 * testsuite/memory_test.sh: Make the regexps accept both 32 and
6731 64 bit output.
6732
33dbc701
RÁE
67332010-09-08 Rafael Espindola <espindola@google.com>
6734
6735 * script-sections.cc (Script_sections::add_memory_region): Convert
6736 field precision to int.
6737 * script.cc (script_set_section_region, script_set_section_region):
6738 Convert field precision to int.
6739
731ca54a
RÁE
67402010-09-08 Rafael Espindola <espindola@google.com>
6741
6742 * arm.cc (do_finalize_sections): Create the __exidx_start and
6743 __exdix_end symbols even when the section is missing.
6744
7f8cd844
NC
67452010-09-08 Nick Clifton <nickc@redhat.com>
6746
6747 * README: Remove claim that MEMORY is not supported.
6748 * expression.cc (script_exp_function_origin)
6749 (script_exp_function_length): Move from here to ...
6750 * script.cc: ... here.
6751 (script_set_section_region, script_add_memory)
6752 (script_parse_memory_attr, script_include_directive): New
6753 functions.
6754 * script-sections.cc
6755 (class Memory_region): New class.
6756 (class Output_section_definition): Add set_memory_region,
6757 set_section_vma, set_section_lma and get_section_name methods.
6758 (class Script_Sections): Add add_memory_region,
6759 find_memory_region, find_memory_region_origin,
6760 find_memory_region_length and set_memory_region methods.
6761 Have set_section_addresses method walk the list of set memory
6762 regions.
6763 Extend the print methos to display memory regions.
6764 * script-sections.h: Add prototypes for new methods.
6765 Add enum for MEMORY region attributes.
6766 * yyscript.y: Add support for parsing MEMORY regions.
6767 * script-c.h: Add prototypes for new functions.
6768 * testsuite/Makefile.am: Add test of MEMORY region functionality.
6769 * testsuite/Makefile.in: Regenerate.
6770 * testsuite/memory_test.sh: New script.
6771 * testsuite/memory_test.s: New assembler source file.
6772 * testsuite/memory_test.t: New linker script.
6773
a4649286
DK
67742010-08-27 Doug Kwan <dougkwan@google.com>
6775
6776 * gold/resolve.cc (Symbol_table::should_override): Let a weak
6777 reference override an existing dynamic weak reference.
6778 * testsuite/Makefile.am: Add new test dyn_weak_ref.
6779 * testsuite/Makefile.in: Regenerate.
6780 * testsuite/dyn_weak_ref.sh: New file.
6781 * testsuite/dyn_weak_ref_1.c: Ditto.
6782 * testsuite/dyn_weak_ref_2.c: Ditto.
6783
b56648ad
ILT
67842010-08-27 Ian Lance Taylor <iant@google.com>
6785
6786 * incremental.h (class Incremental_input_entry): Add virtual
6787 destructor.
6788
809313cb
ILT
67892010-08-27 Ian Lance Taylor <iant@google.com>
6790
6791 * testsuite/start_lib_test_3.c: Mark t3 as used.
6792
11e32464
NC
67932010-08-27 Nick Clifton <nickc@redhat.com>
6794
6795 * options.cc (version_script): Fix small typo in previous
6796 whitespace tidyup.
6797
ca09d69a
NC
67982010-08-25 Nick Clifton <nickc@redhat.com>
6799
6800 * archive.cc: Formatting fixes: Remove whitespace between
6801 typename and following asterisk. Remove whitespace between
6802 function name and opening parenthesis.
6803 * archive.h: Likewise.
6804 * arm.cc: Likewise.
6805 * attributes.cc: Likewise.
6806 * attributes.h: Likewise.
6807 * common.cc: Likewise.
6808 * copy-relocs.cc: Likewise.
6809 * dirsearch.h: Likewise.
6810 * dynobj.cc: Likewise.
6811 * ehframe.cc: Likewise.
6812 * ehframe.h: Likewise.
6813 * expression.cc: Likewise.
6814 * fileread.cc: Likewise.
6815 * fileread.h: Likewise.
6816 * gc.h: Likewise.
6817 * gold-threads.cc: Likewise.
6818 * gold.cc: Likewise.
6819 * i386.cc: Likewise.
6820 * icf.h: Likewise.
6821 * incremental-dump.cc: Likewise.
6822 * incremental.cc: Likewise.
6823 * layout.cc: Likewise.
6824 * layout.h: Likewise.
6825 * main.cc: Likewise.
6826 * merge.cc: Likewise.
6827 * merge.h: Likewise.
6828 * object.cc: Likewise.
6829 * object.h: Likewise.
6830 * options.cc: Likewise.
6831 * options.h: Likewise.
6832 * output.cc: Likewise.
6833 * output.h: Likewise.
6834 * plugin.cc: Likewise.
6835 * plugin.h: Likewise.
6836 * powerpc.cc: Likewise.
6837 * reloc.cc: Likewise.
6838 * script-c.h: Likewise.
6839 * script-sections.cc: Likewise.
6840 * script.cc: Likewise.
6841 * stringpool.cc: Likewise.
6842 * symtab.cc: Likewise.
6843 * symtab.h: Likewise.
6844 * target.cc: Likewise.
6845 * timer.cc: Likewise.
6846 * timer.h: Likewise.
6847 * version.cc: Likewise.
6848 * x86_64.cc: Likewise.
6849
b8fa8750
NC
68502010-08-24 Nick Clifton <nickc@redhat.com>
6851
6852 PR 11899
6853 * layout.cc (segment_precedes): Sort segments by their physical
6854 addresses, if they have been set.
6855
9919d93b
CC
68562010-08-23 Cary Coutant <ccoutant@google.com>
6857
6858 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
6859 symbols data.
6860 (Lib_group::include_member): Unlock object after deleting its
6861 symbols data.
6862 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
6863 the bug fixed here.
6864
97b4be1c
CC
68652010-08-19 Neil Vachharajani <nvachhar@google.com>
6866 Cary Coutant <ccoutant@google.com>
6867
6868 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
6869 constructor, and set_blocker.
6870 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
6871 readsyms_blocker_.
6872 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
6873 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
6874 * testsuite/Makefile.am (start_lib_test): New test case.
6875 * testsuite/Makefile.in: Regenerate.
6876 * testsuite/start_lib_test_main.c: New file.
6877 * testsuite/start_lib_test_1.c: New file.
6878 * testsuite/start_lib_test_2.c: New file.
6879 * testsuite/start_lib_test_3.c: New file.
6880
dd0b1884
ILT
68812010-08-19 Ian Lance Taylor <iant@google.com>
6882
6883 * Makefile.in: Rebuild with automake 1.11.1.
6884 * aclocal.m4: Likewise.
6885 * testsuite/Makefile.in: Likewise.
6886
7223e9ca
ILT
68872010-08-19 Ian Lance Taylor <iant@google.com>
6888
6889 PR 10893
6890 * i386.cc (class Output_data_plt_i386): Update declarations.
6891 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
6892 local_ifuncs_ fields.
6893 (Target_i386::do_plt_section_for_global): New function.
6894 (Target_i386::do_plt_section_for_local): New function.
6895 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
6896 parameter; change all callers. Initialize global_ifuncs_ and
6897 local_ifuncs_. If doing a static link define __rel_iplt_start and
6898 __rel_iplt_end.
6899 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
6900 (Output_data_plt_i386::add_local_ifunc_entry): New function.
6901 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
6902 symbols.
6903 (Target_i386::make_plt_section): New function, broken out of
6904 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
6905 (Target_i386::make_plt_entry): Call make_plt_section.
6906 (Target_i386::make_local_ifunc_plt_entry): New function.
6907 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
6908 (Target_i386::Scan::local): Handle IFUNC symbols. Add
6909 R_386_IRELATIVE to switch.
6910 (Target_i386::Scan::global): Likewise.
6911 (Target_i386::Relocate::relocate): Likewise.
6912 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
6913 switch.
6914 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
6915 (Target_x86_64::do_plt_section_for_global): New function.
6916 (Target_x86_64::do_plt_section_for_local): New function.
6917 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
6918 parameter; change all callers. If doing a static link define
6919 __rela_iplt_start and __rela_iplt_end.
6920 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
6921 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
6922 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
6923 to point to .plt.
6924 (Target_x86_64::make_local_ifunc_plt_entry): New function.
6925 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
6926 switch.
6927 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
6928 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
6929 R_X86_64_IRELATIVE to switch.
6930 (Target_x86_64::Scan::global): Likewise.
6931 (Target_x86_64::Relocate::relocate): Likewise.
6932 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
6933 switch.
6934 * target.h (class Target): Add plt_section_for_global and
6935 plt_section_for_local functions. Add do_plt_section_for_global
6936 and do_plt_section_for_local virtual functions.
6937 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
6938 clarifying comments.
6939 (Symbol::use_plt_offset): Handle IFUNC symbol.
6940 * object.cc (Sized_relobj::Sized_relobj): Initialize
6941 local_plt_offsets_.
6942 (Sized_relobj::local_has_plt_offset): New function.
6943 (Sized_relobj::local_plt_offset): New function.
6944 (Sized_relobj::set_local_plt_offset): New function.
6945 (Sized_relobj::do_count): Handle IFUNC symbol.
6946 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
6947 a bit away from input_shndx_ field. Add set_is_func_symbol and
6948 is_ifunc_symbol functions.
6949 (class Sized_relobj): Update declarations. Remove Tls_got_entry
6950 and Local_tls_got_offsets. Define Local_plt_offsets. Add
6951 local_plt_offsets_ field.
6952 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
6953 * output.h (class Output_section_data): Add non-const
6954 output_section function.
6955 (class Output_data_got): Update declarations.
6956 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
6957 Add use_plt_offset parameter to global and local constructors.
6958 Change all callers. Change local_sym_index_ field to 31 bits.
6959 Change GSYM_CODE and CONSTANT_CODE accordingly.
6960 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
6961 doing a static link don't set sh_link field.
6962 (Output_data_got::Got_entry::write): Use PLT offset if
6963 appropriate.
6964 (Output_data_got::add_global_plt): New function.
6965 (Output_data_got::add_local_plt): New function.
6966 * target-reloc.h (relocate_section): Handle IFUNC symbol.
6967 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
6968 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
6969 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
6970 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
6971 IFUNC conditional.
6972 * testsuite/ifunc-sel.h: New file.
6973 * testsuite/ifuncmain1.c: New file.
6974 * testsuite/ifuncmain1vis.c: New file.
6975 * testsuite/ifuncmod1.c: New file.
6976 * testsuite/ifuncdep2.c: New file.
6977 * testsuite/ifuncmain2.c: New file.
6978 * testsuite/ifuncmain3.c: New file.
6979 * testsuite/ifuncmod3.c: New file.
6980 * testsuite/ifuncmain4.c: New file.
6981 * testsuite/ifuncmain5.c: New file.
6982 * testsuite/ifuncmod5.c: New file.
6983 * testsuite/ifuncmain6pie.c: New file.
6984 * testsuite/ifuncmod6.c: New file.
6985 * testsuite/ifuncmain7.c: New file.
6986 * configure, testsuite/Makefile.in: Rebuild.
6987
56f75c03
ILT
69882010-08-18 Ian Lance Taylor <iant@google.com>
6989
6990 * incremental.cc
6991 (Output_section_incremental_inputs::write_input_files): Add cast
6992 to avoid signed/unsigned comparison warning.
6993 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6994
55455f89
CC
69952010-08-12 Cary Coutant <ccoutant@google.com>
6996
6997 * common.cc (Sort_commons::operator()): Remove unnecessary code.
6998
e2054bcb
ILT
69992010-08-13 Ian Lance Taylor <iant@google.com>
7000
7001 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
7002
74f67560
DK
70032010-08-12 Cary Coutant <ccoutant@google.com>
7004 Doug Kwan <dougkwan@google.com>
7005
7006 * resolve.cc (Symbol_table::should_override): When a weak dynamic
7007 defintion overrides non-weak undef, remember that the original undef
7008 is not weak.
7009 * symtab.cc (Symbol_table::sized_write_global): For undef without
7010 an original weak binding, set binding to global in output.
7011 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
7012 * testsuite/Makefile.in: Regenerate.
7013 * testsuite/strong_ref_weak_def.sh: New file.
7014 * testsuite/strong_ref_weak_def_1.c: Ditto.
7015 * testsuite/strong_ref_weak_def_2.c: Ditto.
7016
d1238d12
CC
70172010-08-12 Cary Coutant <ccoutant@google.com>
7018
7019 * testsuite/incremental_test.sh: Rewrite.
7020 * testsuite/incremental_test_1.c: Rewrite.
7021 * testsuite/incremental_test_2.c: Rewrite.
7022
0e70b911
CC
70232010-08-12 Cary Coutant <ccoutant@google.com>
7024
7025 * arm.cc (Target_arm::got_size): Add const.
7026 (Target_arm::got_entry_count): New function.
7027 (Target_arm::plt_entry_count): New function.
7028 (Target_arm::first_plt_entry_offset): New function.
7029 (Target_arm::plt_entry_size): New function.
7030 (Output_data_plt_arm::entry_count): New function.
7031 (Output_data_plt_arm::first_plt_entry_offset): New function.
7032 (Output_data_plt_arm::get_plt_entry_size): New function.
7033 * i386.cc (Target_i386::got_size): Add const.
7034 (Target_i386::got_entry_count): New function.
7035 (Target_i386::plt_entry_count): New function.
7036 (Target_i386::first_plt_entry_offset): New function.
7037 (Target_i386::plt_entry_size): New function.
7038 (Output_data_plt_i386::entry_count): New function.
7039 (Output_data_plt_i386::first_plt_entry_offset): New function.
7040 (Output_data_plt_i386::get_plt_entry_size): New function.
7041 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
7042 find_incremental_inputs_sections. Dump incremental_got_plt section.
7043 * incremental.cc: Include target.h.
7044 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
7045 parameter. Adjust all callers. Find incremental_got_plt section.
7046 (Incremental_inputs::create_data_sections): Create incremental_got_plt
7047 section.
7048 (Output_section_incremental_inputs::set_final_data_size): Calculate
7049 size of incremental_got_plt section.
7050 (Output_section_incremental_inputs::do_write): Write the
7051 incremental_got_plt section.
7052 (Got_plt_view_info): New struct.
7053 (Local_got_offset_visitor): New class.
7054 (Global_got_offset_visitor): New class.
7055 (Global_symbol_visitor_got_plt): New class.
7056 (Output_section_incremental_inputs::write_got_plt): New function.
7057 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
7058 Add parameter. Adjust all callers.
7059 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7060 (Incremental_inputs::got_plt_section): New function.
7061 (Incremental_inputs::got_plt_section_): New data member.
7062 (Incremental_got_plt_reader): New class.
7063 * layout.cc (Layout::create_incremental_info_sections): Add the
7064 incremental_got_plt section.
7065 * object.h (Got_offset_list::get_list): New function.
7066 (Got offset_list::for_all_got_offsets): New function.
7067 (Sized_relobj::local_got_offset_list): New function.
7068 * powerpc.cc (Target_powerpc::got_size): Add const.
7069 (Target_powerpc::got_entry_count): New function.
7070 (Target_powerpc::plt_entry_count): New function.
7071 (Target_powerpc::first_plt_entry_offset): New function.
7072 (Target_powerpc::plt_entry_size): New function.
7073 (Output_data_plt_powerpc::entry_count): New function.
7074 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
7075 (Output_data_plt_powerpc::get_plt_entry_size): New function.
7076 * sparc.cc (Target_sparc::got_size): Add const.
7077 (Target_sparc::got_entry_count): New function.
7078 (Target_sparc::plt_entry_count): New function.
7079 (Target_sparc::first_plt_entry_offset): New function.
7080 (Target_sparc::plt_entry_size): New function.
7081 (Output_data_plt_sparc::entry_count): New function.
7082 (Output_data_plt_sparc::first_plt_entry_offset): New function.
7083 (Output_data_plt_sparc::get_plt_entry_size): New function.
7084 * symtab.h (Symbol::got_offset_list): New function.
7085 (Symbol_table::for_all_symbols): New function.
7086 * target.h (Sized_target::got_entry_count): New function.
7087 (Sized_target::plt_entry_count): New function.
7088 (Sized_target::plt_entry_size): New function.
7089 * x86_64.cc (Target_x86_64::got_size): Add const.
7090 (Target_x86_64::got_entry_count): New function.
7091 (Target_x86_64::plt_entry_count): New function.
7092 (Target_x86_64::first_plt_entry_offset): New function.
7093 (Target_x86_64::plt_entry_size): New function.
7094 (Output_data_plt_x86_64::entry_count): New function.
7095 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
7096 (Output_data_plt_x86_64::get_plt_entry_size): New function.
7097
09ec0418
CC
70982010-08-12 Cary Coutant <ccoutant@google.com>
7099
7100 * archive.cc: Include incremental.h.
7101 (Archive::Archive): Initialize incremental_info_.
7102 (Archive::include_member): Record archive members in incremental info.
7103 (Add_archive_symbols::run): Record begin and end of an archive in
7104 incremental info.
7105 (Lib_group::include_member): Record objects in incremental info.
7106 * archive.h (Incremental_archive_entry): Forward declaration.
7107 (Archive::set_incremental_info): New member function.
7108 (Archive::incremental_info): New member function.
7109 (Archive::Unused_symbol_iterator): New class.
7110 (Archive::unused_symbols_begin): New member function.
7111 (Archive::unused_symbols_end): New member function.
7112 (Archive::incremental_info_): New data member.
7113 * incremental-dump.cc (find_input_containing_global): New function.
7114 (dump_incremental_inputs): Dump new incremental info sections.
7115 * incremental.cc: Include symtab.h.
7116 (Output_section_incremental_inputs): New class.
7117 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
7118 new incremental info sections.
7119 (Sized_incremental_binary::do_check_inputs): Likewise.
7120 (Incremental_inputs::report_archive): Remove.
7121 (Incremental_inputs::report_archive_begin): New function.
7122 (Incremental_inputs::report_archive_end): New function.
7123 (Incremental_inputs::report_object): New function.
7124 (Incremental_inputs::finalize_inputs): Remove.
7125 (Incremental_inputs::report_input_section): New function.
7126 (Incremental_inputs::report_script): Rewrite.
7127 (Incremental_inputs::finalize): Do nothing but finalize string table.
7128 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7129 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7130 (Incremental_inputs::create_data_sections): New function.
7131 (Incremental_inputs::relocs_entsize): New function.
7132 (Output_section_incremental_inputs::set_final_data_size): New function.
7133 (Output_section_incremental_inputs::do_write): New function.
7134 (Output_section_incremental_inputs::write_header): New function.
7135 (Output_section_incremental_inputs::write_input_files): New function.
7136 (Output_section_incremental_inputs::write_info_blocks): New function.
7137 (Output_section_incremental_inputs::write_symtab): New function.
7138 * incremental.h (Incremental_script_entry): Forward declaration.
7139 (Incremental_object_entry): Forward declaration.
7140 (Incremental_archive_entry): Forward declaration.
7141 (Incremental_inputs): Forward declaration.
7142 (Incremental_inputs_header_data): Remove.
7143 (Incremental_inputs_header): Remove.
7144 (Incremental_inputs_header_write): Remove.
7145 (Incremental_inputs_entry_data): Remove.
7146 (Incremental_inputs_entry): Remove.
7147 (Incremental_inputs_entry_write): Remove.
7148 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
7149 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
7150 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7151 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
7152 Likewise.
7153 (Incremental_input_entry): New class.
7154 (Incremental_script_entry): New class.
7155 (Incremental_object_entry): New class.
7156 (Incremental_archive_entry): New class.
7157 (Incremental_inputs::Incremental_inputs): Initialize new data members.
7158 (Incremental_inputs::report_inputs): Remove.
7159 (Incremental_inputs::report_archive): Remove.
7160 (Incremental_inputs::report_archive_begin): New function.
7161 (Incremental_inputs::report_archive_end): New function.
7162 (Incremental_inputs::report_object): Change prototype.
7163 (Incremental_inputs::report_input_section): New function.
7164 (Incremental_inputs::report_script): Change prototype.
7165 (Incremental_inputs::get_reloc_count): New function.
7166 (Incremental_inputs::set_reloc_count): New function.
7167 (Incremental_inputs::create_data_sections): New function.
7168 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7169 (Incremental_inputs::inputs_section): New function.
7170 (Incremental_inputs::symtab_section): New function.
7171 (Incremental_inputs::relocs_section): New function.
7172 (Incremental_inputs::get_stringpool): Add const.
7173 (Incremental_inputs::command_line): Add const.
7174 (Incremental_inputs::inputs): Remove.
7175 (Incremental_inputs::command_line_key): New function.
7176 (Incremental_inputs::input_file_count): New function.
7177 (Incremental_inputs::input_files): New function.
7178 (Incremental_inputs::relocs_entsize): New function.
7179 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7180 (Incremental_inputs::finalize_inputs): Remove.
7181 (Incremental_inputs::Input_info): Remove.
7182 (Incremental_inputs::lock_): Remove.
7183 (Incremental_inputs::inputs_): Change type.
7184 (Incremental_inputs::inputs_map_): Remove.
7185 (Incremental_inputs::current_object_entry_): New data member.
7186 (Incremental_inputs::inputs_section_): New data member.
7187 (Incremental_inputs::symtab_section_): New data member.
7188 (Incremental_inputs::relocs_section_): New data member.
7189 (Incremental_inputs::reloc_count_): New data member.
7190 (Incremental_inputs_reader): New class.
7191 (Incremental_symtab_reader): New class.
7192 (Incremental_relocs_reader): New class.
7193 * layout.cc (Layout::finalize): Move finalization of incremental info
7194 and creation of incremental info sections to follow finalization of
7195 symbol table. Set offsets for postprocessing sections.
7196 (Layout::create_incremental_info_sections): Call
7197 Incremental_inputs::create_data_sections. Add incremental symtab
7198 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
7199 sections to layout after input sections.
7200 * layout.h (struct Timespec): Forward declaration.
7201 (Layout::incremental_inputs): Add const.
7202 (Layout::create_incremental_info_sections): Add parameter.
7203 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
7204 * object.cc: Include incremental.h.
7205 (Relobj::finalize_incremental_relocs): New function.
7206 (Sized_relobj::do_layout): Record input sections in incremental info.
7207 * object.h (Object::output_section): New function.
7208 (Object::output_section_offset): Moved from Relobj.
7209 (Object::get_incremental_reloc_base): New function.
7210 (Object::get_incremental_reloc_count): New function.
7211 (Object::do_output_section): New function.
7212 (Object::do_output_section_offset): Moved from Relobj.
7213 (Object::do_get_incremental_reloc_base): New function.
7214 (Object::do_get_incremental_reloc_count): New function.
7215 (Object::Object): Initialize new data members.
7216 (Relobj::output_section): Renamed do_output_section and moved to
7217 protected.
7218 (Relobj::output_section_offset): Moved to Object.
7219 (Relobj::do_get_incremental_reloc_base): New function.
7220 (Relobj::do_get_incremental_reloc_count): New function.
7221 (Relobj::allocate_incremental_reloc_counts): New function.
7222 (Relobj::count_incremental_reloc): New function.
7223 (Relobj::finalize_incremental_relocs): New function.
7224 (Relobj::next_incremental_reloc_index): New function.
7225 (Relobj::reloc_counts_): New data member.
7226 (Relobj::reloc_bases_): New data member.
7227 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
7228 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
7229 (Sized_relobj::incremental_relocs_scan): New function.
7230 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7231 (Sized_relobj::incremental_relocs_write): New function.
7232 (Sized_relobj::incremental_relocs_write_reltype): New function.
7233 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
7234 incremental link.
7235 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
7236 archives and object files elsewhere.
7237 (Add_symbols::run): Report object files here.
7238 (Finish_group::run): Report end of archive at end of group.
7239 * reloc.cc: Include layout.h, incremental.h.
7240 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
7241 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
7242 (Sized_relobj::incremental_relocs_scan): New function.
7243 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7244 (Sized_relobj::do_relocate_sections): Write incremental relocations.
7245 (Sized_relobj::incremental_relocs_write): New function.
7246 (Sized_relobj::incremental_relocs_write_reltype): New function.
7247 * script.cc (read_input_script): Rewrite test for incremental link.
7248 Change call to Incremental_inputs::report_script.
7249 * symtab.h (Symbol_table::first_global_index): New function.
7250 (Symbol_table::output_count): New function.
7251
ce0d1972
DK
72522010-08-12 Doug Kwan <dougkwan@google.com>
7253
7254 * arm.cc (Target_arm::merge_object_attributes): Check command line
7255 options --no-wchar-size-warning and --no-enum-size-warning.
7256 * options.h (General_options): Add ld-compatible options
7257 --no-enum-size-warning and --no-wchar-size-warning.
7258
6e5710ce
ILT
72592010-08-04 Ian Lance Taylor <iant@google.com>
7260
7261 * x86_64.cc (Target_x86_64::Scan::local): Use
7262 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
7263 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
7264 (Target_x86_64::Scan::global): Likewise.
7265 (Target_x86_64::Relocate::relocate): Likewise.
7266 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
7267 Likewise.
7268
fef830db
CC
72692010-08-03 Cary Coutant <ccoutant@google.com>
7270
7271 * merge.cc (Output_merge_string::do_add_input_section): Count strings
7272 to reserve space in merged_strings vector. Keep total input size
7273 for stats.
7274 (Output_merge_string::do_print_merge_stats): Print total input size.
7275 * merge.h (Output_merge_string): Add input_size_ field.
7276 * stringpool.cc (Stringpool_template::string_length): Move
7277 implementations out of Stringpool_template class and place in
7278 stringpool.h.
7279 * stringpool.h (string_length): Move out of Stringpool_template.
7280
1e3811b0
ILT
72812010-08-03 Ian Lance Taylor <iant@google.com>
7282
7283 PR 11712
7284 * layout.cc (relaxation_loop_body): If address of load segment is
7285 set, adjust address to include headers if possible.
7286
7af0c620
ILT
72872010-08-03 Ian Lance Taylor <iant@google.com>
7288
7289 * version.cc (version_string): Bump to 1.10.
7290
22f0da72
ILT
72912010-08-03 Ian Lance Taylor <iant@google.com>
7292
7293 PR 11805
7294 * layout.h (enum Output_section_order): Define.
7295 (class Layout): Update declarations.
7296 * layout.cc (Layout::get_output_section): Add order parameter.
7297 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
7298 is_first_non_relro parameters. Change all callers.
7299 (Layout::choose_output_section): Likewise.
7300 (Layout::add_output_section_data): Likewise.
7301 (Layout::make_output_section): Likewise. Set order.
7302 (Layout::default_section_order): New function.
7303 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
7304 * output.cc (Output_section::Output_section): Initialize order_.
7305 Don't initialize deleted fields.
7306 (Output_segment::Output_segment): Don't initialize deleted
7307 fields.
7308 (Output_segment::add_output_section_to_load): New function
7309 replacing add_output_section. Change all callers to call this or
7310 add_output_section_to_nonload.
7311 (Output_segment::add_output_section_to_nonload): New function.
7312 (Output_segment::remove_output_section): Rewrite.
7313 (Output_segment::add_initial_output_data): Likewise.
7314 (Output_segment::has_any_data_sections): Likewise.
7315 (Output_segment::is_first_section_relro): Likewise.
7316 (Output_segment::maximum_alignment): Likewise.
7317 (Output_segment::has_dynamic_reloc): New function replacing
7318 dynamic_reloc_count. Change all callers.
7319 (Output_segment::has_dynamic_reloc_list): New function replacing
7320 dynamic_reloc_count_list. Change all callers.
7321 (Output_segment::set_section_addresses): Rewrite.
7322 (Output_segment::set_offset): Rewrite.
7323 (Output_segment::find_first_and_last_list): Remove.
7324 (Output_segment::set_tls_offsets): Rewrite.
7325 (Output_segment::first_section_load_address): Likewise.
7326 (Output_segment::output_section_count): Likewise.
7327 (Output_segment::section_with_lowest_load_address): Likewise.
7328 (Output_segment::write_section_headers): Likewise.
7329 (Output_segment::print_sections_to_map): Likewise.
7330 * output.h (class Output_data): Remove dynamic_reloc_count_
7331 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
7332 (Output_data::add_dynamic_reloc): Rewrite.
7333 (Output_data::has_dynamic_reloc): New function.
7334 (Output_data::dynamic_reloc_count): Remove.
7335 (class Output_section): Add order_ field. Remvoe is_relro_local_,
7336 is_last_relro_, is_first_non_relro_, is_interp_,
7337 is_dynamic_linker_section_ fields. Add order and set_order
7338 functions. Remove is_relro_local, set_is_relro_local,
7339 is_last_relro, set_is_last_relro, is_first_non_relro,
7340 set_is_first_non_relro functions, is_interp, set_is_interp,
7341 is_dynamic_linker_section, and set_is_dynamic_linker_section
7342 functions.
7343 (class Output_segment): Change Output_data_list from std::list to
7344 std:;vector. Add output_lists_ field. Remove output_data_ and
7345 output_bss_ fields. Update declarations.
7346
3ff2ccb0
ILT
73472010-08-02 Ian Lance Taylor <iant@google.com>
7348
7349 * arm.cc (Target_arm::gc_process_relocs): Use typename.
7350 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
7351 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
7352
88a4108b
ILT
73532010-08-02 Ian Lance Taylor <iant@google.com>
7354
7355 PR 11855
7356 * script.cc (Script_options::Script_options): Initialize
7357 symbol_definitions_ and symbol_references_.
7358 (Script_options::add_symbol_assignment): Update
7359 symbol_definitions_ and symbol_references_.
7360 (Script_options::add_symbol_reference): New function.
7361 (script_symbol): New function.
7362 * script.h (class Script_options): Add symbol_definitions_ and
7363 symbol_references_ fields.
7364 (Script_options::referenced_const_iterator): New type.
7365 (Script_options::referenced_begin): New function.
7366 (Script_options::referenced_end): New function.
7367 (Script_options::is_referenced): New function.
7368 (Script_options::any_unreferenced): New function.
7369 * script-c.h (script_symbol): Declare.
7370 * yyscript.y (exp): Call script_symbol.
7371 * symtab.cc: Include "script.h".
7372 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
7373 Change all callers. Check symbols referenced by scripts.
7374 (Symbol_table::add_undefined_symbols_from_command_line): Add
7375 layout parameter. Change all callers.
7376 (Symbol_table::do_add_undefined_symbols_from_command_line):
7377 Likewise. Break out loop body. Check symbols referenced by
7378 scripts.
7379 (Symbol_table::add_undefined_symbol_from_command_line): New
7380 function broken out of
7381 do_add_undefined_symbols_from_command_line.
7382 * symtab.h (class Symbol_table): Update declarations.
7383 * archive.cc: Include "layout.h".
7384 (Archive::should_include_member): Add layout parameter. Change
7385 all callers. Check for symbol mentioned in expression.
7386 * archive.h (class Archive): Update declaration.
7387 * object.cc (Sized_relobj::do_should_include_member): Add layout
7388 parameter.
7389 * object.h (Object::should_include_member): Add layout parameter.
7390 Change all callers.
7391 (Object::do_should_include_member): Add layout parameter.
7392 (class Sized_relobj): Update declaration.
7393 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
7394 parameter.
7395 * dynobj.h (class Sized_dynobj): Update declaration.
7396 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
7397 layout parameter.
7398 * plugin.h (class Sized_pluginobj): Update declaration.
7399
5f1ab67a
ILT
74002010-08-02 Ian Lance Taylor <iant@google.com>
7401
7402 PR 11866
7403 * output.cc (Output_segment::set_offset): Search for the first and
7404 last sections rather than assuming that the list is in order.
7405 (Output_segment::find_first_and_last_list): New function.
7406 * output.h (class Output_segment): Update declarations.
7407 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
7408 (relro_strip_test_SOURCES): New variable.
7409 (relro_strip_test_DEPENDENCIES): New variable.
7410 (relro_strip_test_LDFLAGS): New variable.
7411 (relro_strip_test_LDADD): New variable.
7412 (relro_strip_test.so): New target.
7413
a8df5856
ILT
74142010-08-02 Ian Lance Taylor <iant@google.com>
7415
7416 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
7417 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
7418 (Target_i386::got_tlsdesc_section): New function.
7419 (Target_i386::got_section): Create space for GOT entries for
7420 TLSDESC relocations.
7421 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
7422 R_386_TLS_GOTDESC.
7423 (Target_i386::Scan::global): Likewise.
7424 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
7425 using TLSDESC GOT.
7426 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
7427 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
7428 (Target_x86_64::got_tlsdesc_section): New function.
7429 (Target_x86_64::got_section): Create space for GOT entries for
7430 TLSDESC relocations.
7431 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
7432 R_386_TLS_GOTDESC.
7433 (Target_x86_64::Scan::global): Likewise.
7434 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
7435 using TLSDESC GOT.
7436
0c10a0a6
ILT
74372010-08-02 Ian Lance Taylor <iant@google.com>
7438
7439 * testsuite/final_layout.sh: Use dc to convert from hex to
7440 decimal.
7441
41cbeecc
ST
74422010-07-29 Sriraman Tallam <tmsriram@google.com>
7443
7444 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
7445 paramter to the call to gold::gc_process_relocs.
7446 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
7447 paramter to the call to gold::gc_process_relocs.
7448 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
7449 parameter to the call to gold::gc_process_relocs.
7450 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
7451 template parameter to the call to gold::gc_process_relocs.
7452 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
7453 paramter to the call to gold::gc_process_relocs.
7454 * gc.h (get_embedded_addend_size): New function.
7455 (gc_process_relocs): Save the size of the reloc for use by ICF.
7456 * icf.cc (get_section_contents): Get the addend from the text section
7457 for SHT_REL relocation sections.
7458 * icf.h (Icf::Reloc_addend_size_info): New typedef.
7459 (Icf::Reloc_info): Add new member reloc_addend_size_info.
7460 * int_encoding.h (read_from_pointer): New overloaded function.
7461 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
7462 * testsuite/icf_sht_rel_addend_test.sh: New file.
7463 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
7464 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
7465
6ea55b82
RW
74662010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7467
7468 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
7469 * Makefile.in: Regenerate.
7470 * testsuite/Makefile.in: Regenerate.
7471
9691462b
ILT
74722010-07-27 Jeffrey Yasskin <jyasskin@google.com>
7473
7474 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
7475 * gold/testsuite/debug_msg.cc: Likewise.
7476 * gold/testsuite/odr_violation1.cc
7477 * gold/testsuite/odr_violation2.cc
7478
76897331
CC
74792010-07-21 Cary Coutant <ccoutant@google.com>
7480
7481 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
7482 string, and length fields.
7483 (Output_merge_string::Merged_strings_list): New type.
7484 (Output_merge_string::Merged_strings_lists): New typedef.
7485 (Output_merge_string): Replace merged_strings_ with
7486 merged_strings_lists_.
7487 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
7488 Merged_strings_list per input object and section. Don't store pointer
7489 to the string. Don't store length with each merged string entry.
7490 (Output_merge_string::finalize_merged_data): Loop over list of merged
7491 strings lists. Recompute length of each merged string.
7492
78384e8f
CC
74932010-07-15 Cary Coutant <ccoutant@google.com>
7494
7495 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
7496 here.
7497
783659f9
ILT
74982010-07-14 Ian Lance Taylor <iant@google.com>
7499
7500 * descriptors.cc (Descriptors::open): Report correct name in error
7501 message.
7502
131687b4
DK
75032010-07-13 Doug Kwan <dougkwan@google.com>
7504
7505 * arm.cc (Arm_input_section::Arm_input_section): For a
7506 SHT_ARM_EXIDX section, always keeps the input sections.
7507 (Arm_input_section::set_exidx_section_link): New method.
7508 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
7509 has_errors_ to false.
7510 (Arm_exidx_input_section::has_errors,
7511 Arm_exidx_input_section::set_has_errors): New methods.
7512 (Arm_exidx_input_section::has_errors_): New data member.
7513 (Arm_relobj::get_exidx_shndx_list): New method.
7514 (Arm_output_section::append_text_sections_to_list): Do not skip
7515 section without SHF_EXECINSTR.
7516 (Arm_output_section::fix_exidx_coverage): Skip input sections with
7517 errors.
2e702c99 7518 (Arm_relobj::make_exidx_input_section): Add new parameter for text
131687b4
DK
7519 section header. Make error messages more verbose. Check for
7520 a non-executable section linked to an EXIDX section.
7521 (Arm_relobj::do_read_symbols): Remove error checking, which has been
7522 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
7523 check that there is no deferred EXIDX section if we exit early.
7524 Instead of not making an EXIDX section in case of an error, make one
7525 and set the has_errors flag of it.
7526 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
7527 in a relocatable link.
7528 (Target_arm::do_relax): Look for the EXIDX output section instead of
7529 assuming that it is called .ARM.exidx.
2e702c99 7530 (Target_arm::fix_exidx_coverage): Add a new parameter for input
131687b4
DK
7531 section list. Do not check for SHF_EXECINSTR section flags but
7532 skip any input section with errors.
7533 * output.cc (Output_section::Output_section): Initialize
7534 always_keeps_input_sections_ to false.
7535 (Output_section::add_input_section): Check for
7536 always_keeps_input_sections_.
7537 * output.h (Output_section::always_keeps_input_sections,
7538 Output_section::set_always_keeps_input_sections): New methods.
7539 (Output_section::always_keeps_input_sections): New data member.
7540
69517287
RÁE
75412010-07-13 Rafael Espindola <espindola@google.com>
7542
7543 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
7544 * fileread.h (Input_file): Add try_extra_search_path and find_file.
7545
82742395
ILT
75462010-07-13 Philip Herron <herron.philip@googlemail.com>
7547 Ian Lance Taylor <iant@google.com>
7548
7549 * output.h (Output_section_lookup_maps::add_merge_section):
7550 Correct check of whether value was inserted.
7551 (Output_section_lookup_maps::add_merge_input_section): Likewise.
7552 (Output_section_lookup_maps::add_relaxed_input_section):
7553 Likewise.
7554 * arm.cc (Target_arm::got_section): Remove used local os.
7555 * i386.cc (Target_i386::got_section): Likewise.
7556 * x86_64.cc (Target_x86_64::got_section): Likewise.
7557 * sparc.cc (Target_sparc::got_section): Likewise.
7558 (Target_sparc::relocate): Remove unused local have_got_offset.
7559 * powerpc.cc (Target_powerpc::relocate): Likewise.
7560
f2d707b5
ILT
75612010-07-13 Ian Lance Taylor <iant@google.com>
7562
241531d6
ILT
7563 * compressed_output.cc (zlib_decompress): Fix signature in
7564 !HAVE_ZLIB_H case.
7565
f2d707b5
ILT
7566 * archive.cc (Archive::include_member): Unlock an external member
7567 of a thin archive. Don't bother to delete an object we know is
7568 NULL.
7569
a2e47362
CC
75702010-07-12 Cary Coutant <ccoutant@google.com>
7571
7572 * compressed_output.cc (zlib_decompress): New function.
7573 (get_uncompressed_size): New function.
7574 (decompress_input_section): New function.
7575 * compressed_output.h (get_uncompressed_size): New function.
7576 (decompress_input_section): New function.
7577 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
7578 Handle compressed debug sections.
7579 * layout.cc (is_compressed_debug_section): New function.
7580 (Layout::output_section_name): Map compressed section names to
7581 canonical names.
7582 * layout.h (is_compressed_debug_section): New function.
7583 (is_debug_info_section): Recognize compressed debug sections.
7584 * merge.cc: Include compressed_output.h.
7585 (Output_merge_data::do_add_input_section): Handle compressed
7586 debug sections.
7587 (Output_merge_string::do_add_input_section): Handle compressed
7588 debug sections.
7589 * object.cc: Include compressed_output.h.
7590 (Sized_relobj::Sized_relobj): Initialize new data members.
7591 (build_compressed_section_map): New function.
7592 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
7593 * object.h (Object::section_is_compressed): New method.
7594 (Object::do_section_is_compressed): New method.
7595 (Sized_relobj::Compressed_section_map): New type.
7596 (Sized_relobj::do_section_is_compressed): New method.
7597 (Sized_relobj::compressed_sections_): New data member.
7598 * output.cc (Output_section::add_input_section): Handle compressed
7599 debug sections.
7600 * reloc.cc: Include compressed_output.h.
7601 (Sized_relobj::write_sections): Handle compressed debug sections.
7602
ce279a62
CC
76032010-07-08 Cary Coutant <ccoutant@google.com>
7604
7605 * resolve.cc (Symbol_table::resolve): Remember whether undef was
7606 weak when resolving to a dynamic def.
7607 (Symbol_table::should_override): Add adjust_dyndef flag; set it
7608 for weak undef/dynamic def cases. Adjust callers.
7609 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
7610 undef_binding_weak_.
7611 (Symbol_table::sized_write_globals): Adjust symbol binding.
7612 (Symbol_table::sized_write_symbol): Add binding parameter.
7613 * symtab.h (Symbol::set_undef_binding): New method.
7614 (Symbol::is_undef_binding_weak): New method.
7615 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
7616 (Symbol_table::should_override): Add new parameter.
7617 (Symbol_table::sized_write_symbol): Add new parameter.
7618
7619 * testsuite/weak_undef_file1.cc: Add new test case.
7620 * testsuite/weak_undef_file2.cc: Fix header comment.
7621 * testsuite/weak_undef_test.cc: Add new test case.
7622
b2286c10
DK
76232010-06-29 Doug Kwan <dougkwan@google.com>
7624
7625 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
7626 Initialize USE_SYMBOL_.
7627 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
7628 definition.
7629 (Arm_reloc_property::uses_symbol_): New data member declaration.
7630 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
7631 uses symbol value and symbol is undefined but not weakly undefined.
7632
4802450a
RÁE
76332010-06-28 Rafael Espindola <espindola@google.com>
7634
7635 * plugin.cc (Plugin::load): Use dlerror.
7636
e5ca47ba
ILT
76372010-06-26 Jeffrey Yaskin <jyasskin@google.com>
7638
7639 * symtab.cc (detect_odr_violations): When reporting an ODR
7640 violation, report an object where the symbol is defined.
7641
8a75a161
DK
76422010-06-25 Doug Kwan <dougkwan@google.com>
7643
7644 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
7645 (Target_arm::section_may_have_icf_unsafe_pointers): New method
7646 definition.
7647 (Target_arm::Scan::local_reloc_may_be_function_pointer,
7648 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
7649 target hook to detect function points.
7650 (Target_arm::Scan::possible_function_pointer_reloc): New method.
7651 * icf.h (Icf::check_section_for_function_pointers): Change type of
7652 parameter SECTION_NAME to const reference to std::string. Use
7653 target hook to determine if section may have unsafe pointers.
7654 * target.h (Target::section_may_have_icf_unsafe_pointers): New
7655 method definition.
7656
42218b9f
RÁE
76572010-06-21 Rafael Espindola <espindola@google.com>
7658
7659 * fileread.cc (Input_file::find_fie): New
7660 (Input_file::open): Use Input_file::find_fie.
7661 * fileread.h (Input_file::find_fie): New
7662 * plugin.cc (set_extra_library_path): New.
7663 (Plugin::load): Add set_extra_library_path to the transfer vector.
7664 (Plugin_manager::set_extra_library_path): New.
7665 (Plugin_manager::add_input_file): Use the extra search path if set.
7666 (set_extra_library_path(): New.
7667 * plugin.h (Plugin_manager): Add set_extra_library_path and
7668 extra_search_path_.
7669
a0506cca
CC
76702010-06-19 Cary Coutant <ccoutant@google.com>
7671
7672 * layout.cc (gdb_sections): Add .debug_types.
7673 (lines_only_debug_sections): Likewise.
7674
6508b958
RÁE
76752010-06-18 Rafael Espindola <espindola@google.com>
7676
7677 * plugin.cc (add_input_file,add_input_library)
7678 (Plugin_manager::add_input_file): Make filename arguments const.
7679 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
7680 const.
7681
3e235302
DK
76822010-06-16 Doug Kwan <dougkwan@google.com>
7683
7684 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
7685 .ARM.attributes section if we have not merged any input
7686 attributes sections.
7687
106e8a6c
DK
76882010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7689
7690 * arm.cc: Allow combining objects with no EABI version
7691 information.
7692
91ff43fe
RÁE
76932010-06-15 Rafael Espindola <espindola@google.com>
7694
7695 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
7696
68ed838c
ILT
76972010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7698
7699 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
7700 (struct iovec): Correct !HAVE_READV definition.
7701
f3a2388f
CC
77022010-06-10 Cary Coutant <ccoutant@google.com>
7703
7704 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
7705 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
7706 reloc sections.
7707 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
7708
7709 PR 11683
7710 * symtab.h (Symbol::is_placeholder): New member function.
7711 * target-reloc.h (relocate_section): Check for placeholder symbols.
7712
7713 * testsuite/Makefile.am (plugin_test_8): New test.
7714 (plugin_test_9): New test.
7715 * testsuite/Makefile.in: Regenerate.
7716
e1df38aa
NC
77172010-06-09 Nick Clifton <nickc@redhat.com>
7718
7719 * yyscript.y (input_list_element): Allow strings prefixed with
7720 the '-' character. Treat these as libraries.
7721 * script.cc (script_add_library): New function. Adds a library
7722 specified by "-l<name>" found in an input script.
7723 * script-c.h: Add prototype for script_add_library.
7724
25bbe950
DK
77252010-06-07 Doug Kwan <dougkwan@google.com>
7726
7727 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
7728 Restrict stub-group size to be within long conditional branch
7729 range when working around cortex-A8 erratum.
7730
0f32ea4c
ILT
77312010-06-07 Damien Diederen <dd@crosstwine.com>
7732
7733 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
7734 #ifdef typo.
7735
8fe2a369
ST
77362010-06-03 Sriraman Tallam <tmsriram@google.com>
7737
7738 PR gold/11658
7739 * output.cc
7740 (Output_section::Input_section_sort_entry::compare_section_ordering):
7741 Change to return non-zero correctly.
7742 (Output_section::Input_section_sort_section_order_index_compare
7743 ::operator()): Change to fix ambiguity in comparisons.
7744
6e9ba2ca
ST
77452010-06-01 Sriraman Tallam <tmsriram@google.com>
7746
7747 * gold.h (is_wildcard_string): New function.
7748 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
7749 (Layout::layout_eh_frame): Ditto.
7750 (Layout::find_section_order_index): New method.
7751 (Layout::read_layout_from_file): New method.
7752 * layout.h (Layout::find_section_order_index): New method.
7753 (Layout::read_layout_from_file): New method.
7754 (Layout::input_section_position_): New private member.
7755 (Layout::input_section_glob_): New private member.
7756 * main.cc (main): Call read_layout_from_file here.
7757 * options.h (--section-ordering-file): New option.
7758 * output.cc (Output_section::input_section_order_specified_): New
7759 member.
7760 (Output_section::Output_section): Initialize new member.
7761 (Output_section::add_input_section): Add new parameter.
7762 Keep input sections when --section-ordering-file is used.
7763 (Output_section::set_final_data_size): Sort input sections when
7764 section ordering file is specified.
7765 (Output_section::Input_section_sort_entry): Add new parameter.
7766 Check sorting type.
7767 (Output_section::Input_section_sort_entry::compare_section_ordering):
7768 New method.
7769 (Output_section::Input_section_sort_compare::operator()): Change to
7770 consider section_order_index.
7771 (Output_section::Input_section_sort_init_fini_compare::operator()):
7772 Change to consider section_order_index.
7773 (Output_section::Input_section_sort_section_order_index_compare
7774 ::operator()): New method.
7775 (Output_section::sort_attached_input_sections): Change to sort
7776 according to section order when specified.
e1df38aa
NC
7777 (Output_section::add_input_section<32, true>): Add new parameter.
7778 (Output_section::add_input_section<64, true>): Add new parameter.
7779 (Output_section::add_input_section<32, false>): Add new parameter.
7780 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
7781 * output.h (Output_section::add_input_section): Add new parameter.
7782 (Output_section::input_section_order_specified): New
7783 method.
7784 (Output_section::set_input_section_order_specified): New method.
7785 (Input_section::Input_section): Initialize section_order_index_.
7786 (Input_section::section_order_index): New method.
7787 (Input_section::set_section_order_index): New method.
7788 (Input_section::section_order_index_): New member.
7789 (Input_section::Input_section_sort_section_order_index_compare): New
7790 struct.
7791 (Output_section::input_section_order_specified_): New member.
7792 * script-sections.cc (is_wildcard_string): Delete and move modified
7793 method to gold.h.
7794 (Output_section_element_input::Output_section_element_input): Modify
7795 call to is_wildcard_string.
7796 (Output_section_element_input::Input_section_pattern
7797 ::Input_section_pattern): Ditto.
7798 (Output_section_element_input::Output_section_element_input): Ditto.
7799 * testsuite/Makefile.am (final_layout): New test case.
7800 * testsuite/Makefile.in: Regenerate.
7801 * testsuite/final_layout.cc: New file.
7802 * testsuite/final_layout.sh: New file.
7803
3537c84b
RÁE
78042010-06-01 Rafael Espindola <espindola@google.com>
7805
7806 * plugin.cc (Plugin::load): Pass the output name to the plugin.
7807
105b6afd
RÁE
78082010-06-01 Rafael Espindola <espindola@google.com>
7809
7810 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
7811 visibility of symbols.
7812
29e11421
DK
78132010-05-27 Doug Kwan <dougkwan@google.com>
7814
7815 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
7816 from start of output section instead of address for a local symbol
7817 in a merged or relaxed section when doing a relocatable link.
7818
5e0f337e
RÁE
78192010-05-26 Rafael Espindola <espindola@google.com>
7820
703d02da 7821 PR 11604
5e0f337e
RÁE
7822 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
7823 adding sections the garbage collector removed.
7824 * gold/testsuite/Makefile.am: Add test.
7825 * gold/testsuite/Makefile.in: Regenerate.
7826 * gold/testsuite/plugin_test_7.sh: New.
7827 * gold/testsuite/plugin_test_7_1.c: New.
7828 * gold/testsuite/plugin_test_7_2.c: New.
7829
f4187277
RÁE
78302010-05-26 Rafael Espindola <espindola@google.com>
7831
7832 * script-sections.cc (Output_section_definition::set_section_addresses):
7833 Check for --section-start.
7834
5c388529
DK
78352010-05-26 Doug Kwan <dougkwan@google.com>
7836
7837 * arm.cc (Arm_scan_relocatable_relocs): New class.
7838 (Target_arm::relocate_special_relocatable): New method.
7839 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
7840 (Arm_relocate_functions::thumb_branch_common): Same.
7841 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
7842 instead of Default_scan_relocatable_relocs.
7843 * target-reloc.h (relocate_for_relocatable): Let target handle
7844 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
7845 * target.h (Sized_target::relocate_special_relocatable): New method.
7846
bca1c3ae
ILT
78472010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7848
7849 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
7850
0439c796
DK
78512010-05-23 Doug Kwan <dougkwan@google.com>
7852
7853 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
7854 instead of a cast.
7855 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
7856 with a direct branch, not a conditional branch, to a stub.
7857 * merge.cc (Output_merge_base::record_input_section): New method
7858 defintion.
7859 (Output_merge_data::do_add_input_section): Record input section if
7860 keeps-input-sections flag is set.
7861 (Output_merge_string::do_add_input_section): Ditto.
7862 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
7863 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
7864 INPUT_SECTIONS_.
7865 (Output_merge_base::keeps_input_sections,
7866 Output_merge_base::set_keeps_input_sections,
7867 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
7868 method definitions.
7869 (Output_merge_base::Input_sections): New type declaration.
7870 (Output_merge_base::input_sections_begin,
7871 Output_merge_base::input_sections_end,
7872 Output_merge_base::do_set_keeps_input_sections): New method definitions.
7873 (Output_merge_base::bool keeps_input_sections_,
7874 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
7875 Output_merge_base::input_sections_): New data members.
7876 (Output_merge_data::do_set_keeps_input_sections): New method
7877 defintion.
7878 (Output_merge_string::do_set_keeps_input_sections): Ditto.
7879 * output.cc (Output_section::Input_section::relobj): Move method
7880 defintion from class declaration to here and handle merge sections.
7881 (Output_section::Input_section::shndx): Ditto.
7882 (Output_section::Output_section): Remove initializations of removed
7883 data members and initialize new data member LOOKUP_MAPS_.
7884 (Output_section::add_input_section): Set keeps-input-sections flag
7885 for a newly created merge output section as appropriate. Adjust code
7886 to use Output_section_lookup_maps class.
7887 (Output_section::add_relaxed_input_section): Adjst code for lookup
7888 maps code refactoring.
2e702c99 7889 (Output_section::add_merge_input_section): Add a new parameter
0439c796
DK
7890 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
7891 class. If adding input section to a newly created merge output
7892 section fails, remove the new merge section.
7893 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 7894 Adjust code for use of the Output_section_lookup_maps class.
2e702c99 7895 (Output_section::find_merge_section): Ditto.
0439c796 7896 (Output_section::build_lookup_maps): New method defintion.
2e702c99 7897 (Output_section::find_relaxed_input_section): Adjust code to use
0439c796
DK
7898 Output_section_lookup_maps class.
7899 (Output_section::get_input_sections): Export merge sections. Adjust
7900 code to use Output_section_lookup_maps class.
7901 (Output_section:::add_script_input_section): Adjust code to use
7902 Output_section_lookup_maps class. Update lookup maps for merge
7903 sections also.
7904 (Output_section::discard_states): Use Output_section_lookup_maps.
7905 (Output_section::restore_states): Same.
7906 * output.h (Merge_section_properties): Move class defintion out of
7907 Output_section.
7908 (Output_section_lookup_maps): New class.
7909 (Output_section::Input_section::is_merge_section): New method
7910 defintion.
7911 (Output_section::Input_section::relobj): Move defintion out of class
7912 defintion. Declare method only.
7913 (Output_section::Input_section::shndx): Ditto.
7914 (Output_section::Input_section::output_merge_base): New method defintion.
2e702c99 7915 (Output_section::Input_section::u2_.pomb): New union field.
0439c796
DK
7916 (Output_section::Merge_section_by_properties_map,
7917 Output_section::Output_section_data_by_input_section_map,
7918 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
7919 Remove types.
2e702c99 7920 (Output_section::add_merge_input_section): Add new parameter
0439c796
DK
7921 KEEPS_INPUT_SECTIONS.
7922 (Output_section::build_lookup_maps): New method declaration.
7923 (Output_section::merge_section_map_,
7924 Output_section::merge_section_by_properties_map_,
7925 Output_section::relaxed_input_section_map_,
7926 Output_section::is_relaxed_input_section_map_valid_): Remove data
7927 members.
7928 (Output_section::lookup_maps_): New data member.
7929
76295588
L
79302010-05-21 Doug Kwan <dougkwan@google.com>
7931
7932 PR gold/11619
7933 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
7934 avoid a compilation error.
7935
d103a984
RÁE
79362010-05-19 Rafael Espindola <espindola@google.com>
7937
7938 * script-sections.cc (Output_section_definition::allocate_to_segment):
7939 Update the phdrs_list even when the output section is NULL.
7940 * testsuite/Makefile.am: Add test.
7941 * testsuite/Makefile.in: Regenerate.
7942 * testsuite/script_test_9.cc: New.
7943 * testsuite/script_test_9.sh: New.
7944 * testsuite/script_test_9.t: New.
7945
6625d24e
DK
79462010-05-19 Doug Kwan <dougkwan@google.com>
7947
7948 * arm.cc (Arm_input_section::original_size): New method.
7949 (Arm_input_section::do_addralign): Add a cast.
7950 (Arm_input_section::do_output_offset): Remove static cast.
7951 (Arm_input_section::original_addralign,
7952 Arm_input_section::original_size_): Change type to uint32_t.
7953 (Arm_input_section::init): Add safe casts for section alignment
7954 and size.
7955 (Arm_input_section::set_final_data_size): Do not set address and
7956 offset of stub table.
7957 (Arm_output_section::fix_exidx_coverage): Change use of of
7958 Output_section::Simple_input_section to that of
7959 Output_section::Input_section.
7960 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
7961 except for the first pass.
7962 * output.cc (Output_section::get_input_sections): Change type of
7963 input_sections to std::list<Input_section>.
7964 (Output_section::add_script_input_section): Rename from
7965 Output_section::add_simple_input_section. Change type of SIS
7966 parameter from Simple_input_section to Input_section.
7967 * output.h (Output_section::Simple_input_section): Remove class.
7968 (Output_section::Input_section): Change class visibility to public.
7969 (Output_section::Input_section::addralign): Use stored alignments
7970 for special input sections if set.
7971 (Output_section::Input_section::set_addralign): New method.
7972 (Output_section::get_input_sections): Change parameter type from
7973 list of Simple_input_section to list of Input_section.
7974 (Output_section::add_script_input_section): Rename from
7975 Output_section::add_simple_input_section. Change first parameter's
7976 type from Simple_input_section to Input_section and remove the
7977 second and third parameters.
7978 * script-sections.cc (Input_section::Input_section_list): Change
7979 type to list of Output_section::Input_section/
7980 (Input_section_info::Input_section_info): Change parameter type of
7981 INPUT_SECTION to Output_section::Input_section.
7982 (Input_section_info::input_section): Change return type.
7983 (Input_section_info::input_section_): Change type to
7984 Output_section::Input_section.
7985 (Output_section_element_input::set_section_addresses): Adjust code
7986 to use Output_section::Input_section instead of
7987 Output_section::Simple_input_section. Adjust code for renaming
7988 of Output_section::add_simple_input_section.
7989 (Orphan_output_section::set_section_addresses): Ditto.
7990
e1e82ea4
RW
79912010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7992
7993 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
7994 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
7995
91e75c8a
RÁE
79962010-05-18 Rafael Espindola <espindola@google.com>
7997
7998 * options.cc (General_options::finalize): Handle -nostdlib.
7999 * options.h (nostdlib): New option.
8000 * script.cc (script_add_search_dir): Handle -nostdlib.
8001
da59ad79
DK
80022010-05-12 Doug Kwan <dougkwan@google.com>
8003
8004 * arm.cc (Target_arm::do_finalize_sections): Create an empty
8005 attributes section only if there no attributes section after merging.
8006 (Target_arm::merge_object_attributes): Move value of
e1df38aa 8007 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
8008 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
8009 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
8010 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
8011 and arm_attr_merge_7.stdout.
8012 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
8013 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
8014 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
8015 arm_attr_merge_7b.o): New rules.
8016 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
8017 arm_attr_merge_7
8018 * testsuite/Makefile.in: Regenerate.
8019 * testsuite/arm_attr_merge.sh: New file.
8020 * testsuite/arm_attr_merge_[67][ab].s: Same.
8021
3e01a7fd
NC
80222010-05-05 Nick Clifton <nickc@redhat.com>
8023
8024 * po/es.po: Updated Spanish translation.
8025
7ad2014a
L
80262010-04-27 H.J. Lu <hongjiu.lu@intel.com>
8027
8028 * Makefile.am (install-exec-local): Properly install gold as
8029 default cross linker.
8030 * Makefile.in: Regenerated.
8031
4fda8867
NC
80322010-04-27 H.J. Lu <hongjiu.lu@intel.com>
8033 Nick Clifton <nickc@redhat.com>
8034
8035 * configure.ac (install_as_default): Define and set to false
8036 unless --enable-gold or --enable-gold=both/gold has been
8037 specified.
8038 * configure: Regenerate.
8039
8040 * Makefile.am (install-exec-local): Install the executable as
8041 'ld.gold'. If install_as_default is true then also install it as
8042 'ld'.
8043 * Makefile.in: Regenerated.
8044
bd288ea2
ILT
80452010-04-24 Ian Lance Taylor <iant@google.com>
8046
8047 * layout.cc (Layout::layout_reloc): In relocatable link don't
8048 combine reloc sections for grouped sections.
8049
ef38fd8a
ST
80502010-04-23 Sriraman Tallam <tmsriram@google.com>
8051
8052 * gc.h (gc_process_relocs): Pass information on relocs pointing to
8053 sections that are not ordinary to icf.
8054 * icf.cc (get_section_contents): Handle relocation pointing to section
8055 with no object or shndx information.
8056 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
8057 * testsuite/Makefile.in: Regenerate.
8058 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
8059 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
8060
f6973bdc
ILT
80612010-04-22 Ian Lance Taylor <iant@google.com>
8062
8063 * expression.cc (Expression::Expression_eval_info): Add
8064 result_alignment_pointer field.
8065 (Expression::eval_with_dot): Add result_alignment_pointer
8066 parameter. Change all callers.
8067 (Expression::eval_maybe_dot): Likewise.
8068 (class Binary_expression): Add alignment_pointer parameter to
8069 left_value and right_value. Change all callers.
8070 (BINARY_EXPRESSION): Set result alignment.
8071 (class Trinary_expression): Add alignment_pointer parameter to
8072 arg2_value and arg3_value. Change all callers.
8073 (Trinary_cond::value): Set result alignment.
8074 (Max_expression::value, Min_expression::value): Likewise.
8075 (Align_expression::value): Likewise.
8076 * script-sections.cc (class Sections_element): Add dot_alignment
8077 parameter to set_section_addresses virtual function. Update
8078 instantiations.
8079 (class Output_section_element): Likewise.
8080 (Script_sections::create_segments): Add dot_alignment parameter.
8081 Change all callers.
8082 (Script_sections::create_segments_from_phdrs_clause): Likewise.
8083 (Script_sections::set_phdrs_clause_addresses): Likewise.
8084 * script-sections.h: Update declarations.
8085 * script.h: Update declarations.
8086 * output.h (Output_segment::set_minimum_p_align): Don't decrease
8087 min_p_align.
8088 * testsuite/script_test_3.t: Set large alignment.
8089 * testsuite/script_test_3.sh: Make sure that at least one LOAD
8090 segment has expected alignment.
8091
9c9c98a5
NC
80922010-04-22 Nick Clifton <nickc@redhat.com>
8093
8094 * po/gold.pot: Updated by the Translation project.
8095 * po/vi.po: Updated Vietnamese translation.
8096
2253bfba
L
80972010-04-22 H.J. Lu <hongjiu.lu@intel.com>
8098
8099 * testsuite/Makefile.am (check_PROGRAMS): Add
8100 icf_virtual_function_folding_test.
8101 * testsuite/Makefile.in: Regenerated.
8102
85fdf906
AH
81032010-04-15 Andrew Haley <aph@redhat.com>
8104
8105 * options.h (merge_exidx_entries): New option.
8106 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
8107 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
8108 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
8109 (Target_arm::merge_exidx_entries): New function.
8110 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
8111 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
8112 to Arm_exidx_fixup constructor.
8113 Add new arg, merge_exidx_entries.
8114 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
8115 Arm_output_section::fix_exidx_coverage.
8116
ce97fa81
ST
81172010-04-18 Sriraman Tallam <tmsriram@google.com>
8118
8119 * icf.cc (get_section_contents): Check for preemptible functions.
8120 Ignore addend when appropriate.
8121 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
8122 section folded.
8123 (add_from_relobj): Check for section folded.
8124 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
8125 * symtab.h (should_add_dynsym_entry): Add new parameter.
8126 * target-reloc.h (scan_relocs): Check for section folded.
8127 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
8128 Check reloc types for function pointers in shared objects.
8129 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
8130 case.
8131 (icf_preemptible_functions_test): New test case.
8132 (icf_string_merge_test): New test case.
8133 * testsuite.Makefile.in: Regenerate.
8134 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
8135 bar_glob. Refactor code.
8136 * testsuite/icf_preemptible_functions_test.cc: New file.
8137 * testsuite/icf_preemptible_functions_test.sh: New file.
8138 * testsuite/icf_string_merge_test.cc: New file.
8139 * testsuite/icf_string_merge_test.sh: New file.
8140 * testsuite/icf_virtual_function_folding_test.cc: New file.
8141 * testsuite/icf_virtual_function_folding_test.sh: New file.
8142
04ceb17c
DK
81432010-04-14 Doug Kwan <dougkwan@google.com>
8144
8145 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
8146 for local symbol recounting if we remove a section due to ICF.
8147 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
8148 there are no regular objects in input.
8149
153e7da4
DK
81502010-04-13 Doug Kwan <dougkwan@google.com>
8151
8152 * arm.cc (Arm_input_section::set_final_data_size): Compute
8153 accurate final data size instead of using current data size.
8154
4dbd9faf
DK
81552010-04-09 Doug Kwan <dougkwan@google.com>
8156
8157 * layout.cc (Layout::choose_output_section): Handle script section
8158 types.
8159 (Layout::make_output_section_for_script): Add section type parameter.
8160 Handle script section types.
8161 * layout.h (Layout::make_output_section_for_script): Add section
8162 type parameter.
8163 * output.cc (Output_section::Output_section): Initialize data member
8164 is_noload_.
8165 (Output_section::do_reset_address_and_file_offset): Do not set address
8166 to 0 if section is a NOLOAD section.
8167 * output.h (Output_section::is_noload): New method.
8168 (Output_section::set_is_noload): Ditto.
8169 (Output_section::is_noload_): New data member.
8170 * script-c.h (Script_section_type): New enum type.
8171 (struct Parser_output_section_header): Add new file section_type.
8172 * script-sections.cc (Sections_element::output_section_name): Add
8173 parameter for returning script section type.
8174 (Output_section_definition::output_section_name): Ditto.
8175 (Output_section_definition::section_type)P; New method.
8176 (Output_section_definiton::script_section_type_name): Ditto.
8177 (Output_section_definition::script_section_type_): New data member.
8178 (Output_section_definition::Output_section_definition): Initialize
8179 data member Output_section_definition::script_section_type_.
8180 (Output_section_definition::create_sections): Pass script section type
8181 to Layout::make_output_section_for_script.
8182 (Output_section_definition::output_section_name): Return script
8183 section type to caller.
8184 (Output_section_definition::set_section_address): Do not advance
8185 dot value and load address if section type is NOLOAD. Set address
8186 of NOLOAD sections regardless of section flags.
8187 (Output_section_definition::print): Print section type if it is
8188 not SCRIPT_SECTION_TYPE_NONE.
8189 (Output_section_definition::section_type): New method.
8190 (Output_section_definition::script_section_type_name): Ditto.
8191 (Script_sections::output_section_name): Add new parameter
8192 PSECTION_TYPE for returning script section type. Pass it to
8193 section elements. Handle discard sections.
8194 (Sort_output_sections::operator()): Handle NOLOAD sections.
8195 * script-sections.h (Script_sections::Section_type): New enum type.
2e702c99 8196 (Script_sections::output_section_name): Add a new parameter for
4dbd9faf
DK
8197 returning script section type.
8198 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
8199 INFO and NOLOAD.
8200 * yyscript.y (union): Add new field SECTION_TYPE.
8201 (COPY, DSECT, INFO, NOLOAD): New tokens.
8202 (opt_address_and_section_type): Change type to output_section_header.
8203 (section_type): New non-terminal
8204 (section_header): Handle section type.
2253bfba 8205 (opt_address_and_section_type): Return section type value.
4dbd9faf 8206
721ea635
L
82072010-04-09 H.J. Lu <hongjiu.lu@intel.com>
8208
8209 * testsuite/plugin_common_test_1.c (foo): Add prototype.
8210 * testsuite/plugin_common_test_2.c (foo): Likewise.
8211
6bf924b0
DK
82122010-04-08 Doug Kwan <dougkwan@google.com>
8213
8214 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
8215 Output_merge_data.
8216 * output.cc (Output_section::add_merge_input_section): Simplify
8217 code and return status of Output_merge_base::add_input_section.
e1df38aa 8218 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
8219 returns true.
8220
24af6f92
DK
82212010-04-07 Doug Kwan <dougkwan@google.com>
8222
8223 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
8224 if section is marked as containing instructions but has no mapping
8225 symbols.
8226 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
8227 correct section index.
8228 (Arm_relobj::find_linked_text_section): Ditto.
8229
00698fc5
CC
82302010-04-07 Cary Coutant <ccoutant@google.com>
8231
8232 * archive.cc (include_member): Destroy Read_symbols_data object before
8233 releasing file.
8234 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
8235 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
8236 (Read_symbols_data::~Read_symbols_data) New destructor.
8237 (Section_relocs::Section_relocs) New constructor.
8238 (Section_relocs::~Section_relocs) New destructor.
8239 (Read_relocs_data::Read_relocs_data) New constructor.
8240 (Read_relocs_data::~Read_relocs_data) New destructor.
8241 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
8242 pointers to NULL after deleting.
8243
7296d933
DK
82442010-04-07 Doug Kwan <dougkwan@google.com>
8245
8246 * arm.cc: Replace "endianity" with "endianness" in comments.
8247 (Arm_exidx_cantunwind): Ditto.
8248 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
8249 (Arm_relobj::merge_flags_and_attributes): New method.
8250 (Arm_relobj::merge_flags_and_attributes_): New data member.
8251 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
8252 (Arm_relobj::scan_sections_for_stubs): Ditto.
8253 (Arm_relobj::do_read_symbols): Check to see if we really want to
8254 merge processor-specific flags and attributes. Exit early if
8255 an object is empty except for section names and the undefined symbol.
8256 (Target_arm::do_finalize_sections): Move check for ELF format to
8257 Arm_relobj::do_read_symbols. Merge processor specific flags and
8258 attributes from a regular object only when we have determined that
8259 it is aapropriate. Do not create an .ARM.attributes section in
8260 output if there is no regular input object.
8261 (Target_arm::merge_processor_specific_flags): Check
8262 --warn-mismatch before printing any error.
8263 (Target_arm::merge_object_attributes): Ditto.
8264 * gold.cc (queue_middle_tasks): Handle the case in which there is
8265 no regular object in input.
8266 * options.cc (General_options::parse_EB): New method.
8267 (General_options::parse_EL): Same.
8268 (General_options::General_options): Initialize endianness_.
8269 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
8270 New options.
8271 (General_options::Endianness): New enum.
8272 (General_options::endianness): New method.
8273 (General_options::endianness_): New data member.
8274 * parameters.cc (Parameters::set_options): Check target endianness.
8275 (Parameters::set_target_once): Ditto.
8276 (Parameters::check_target_endianness): New method.
8277 (parameters_force_valid_target): If either -EL or -EB is specified,
8278 use it to define endianness of default target.
8279 * parameters.h (Parameters::check_target_endianness): New method
8280 declaration.
8281 * target.h (class Target): Change "endianity" to "endianness"
8282 in comments.
8283
efc8d4f2
RW
82842010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8285
8286 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
8287 * configure: Regenerate.
8288 * Makefile.in: Regenerate.
8289 * testsuite/Makefile.in: Regenerate.
8290
be234d88
CC
82912010-04-06 Cary Coutant <ccoutant@google.com>
8292
8293 gcc PR lto/42757
8294 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
8295 prevailing definitions of common symbols.
8296 * testsuite/plugin_test_6.sh: New test case.
8297 * testsuite/plugin_common_test_1.c: New test case.
8298 * testsuite/plugin_common_test_2.c: New test case.
8299 * testsuite/Makefile.am (plugin_test_6): New test case.
8300 * testsuite/Makefile.in: Regenerate.
8301
bd32c6bd
NC
83022010-04-06 Nick Clifton <nickc@redhat.com>
8303
8304 * po/vi.po: New Vietnamese translation.
8305
323c532f
DK
83062010-03-30 Doug Kwan <dougkwan@google.com>
8307
8308 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
8309
4fcd97eb
DK
83102010-03-25 Doug Kwan <dougkwan@google.com>
8311
8312 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
8313 to avoid a conversion warning on a 32-bit host.
8314
4ebf39db
ILT
83152010-03-24 Ian Lance Taylor <iant@google.com>
8316
8317 * testsuite/script_test_3.t: Add a TLS segment.
8318 * testsuite/Makefile.am (check_PROGRAMS): Add
8319 tls_phdrs_script_test.
8320 (tls_phdrs_script_test_SOURCES): Define.
8321 (tls_phdrs_script_test_DEPENDENCIES): Define.
8322 (tls_phdrs_script_test_LDFLAGS): Define.
8323 (tls_phdrs_script_test_LDADD): Define.
8324 * testsuite/Makefile.in: Rebuild.
8325
4a599bdd
CC
83262010-03-23 Cary Coutant <ccoutant@google.com>
8327
8328 * fileread.cc (find_or_make_view): Fix comment.
8329
6c93b22c
ILT
83302010-03-23 Ian Lance Taylor <iant@google.com>
8331
8332 * script-sections.cc (class Orphan_section_placement): Define
8333 PLACE_TLS and PLACE_TLS_BSS.
8334 (Orphan_section_placement::Orphan_section_placement): Initialize
8335 new places.
8336 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
8337 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
8338 (tls_script_test_SOURCES): Define.
8339 (tls_script_test_DEPENDENCIES): Define.
8340 (tls_script_test_LDFLAGS): Define.
8341 (tls_script_test_LDADD): Define.
8342 * testsuite/Makefile.in: Rebuild.
8343
a2c7281b
DK
83442010-03-22 Doug Kwan <dougkwan@google.com>
8345
8346 * arm.cc (Arm_relocate_functions::abs8,
8347 Arm_relocate_functions::abs16): Use correct check for overflow
8348 specified in the ARM ELF specs.
8349 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
8350 target of a BLX instruction specially.
8351 (Reloc_stub::stub_type_for_reloc): Ditto.
8352 (Relocate::relocate): Use symbolic names instead of numeric relocation
8353 codes to report error.
8354 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
8355 workaround.
8356 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
8357 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
8358 thumb2_blx_out_of_range.stdout
8359 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
8360 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
8361 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
8362 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
8363 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
8364 thumb2_blx_in_range, thumb2_blx_in_range.o,
8365 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
8366 thumb2_blx_out_of_range.o): New rules.
2e702c99 8367 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
a2c7281b
DK
8368 thumb2_blx_in_range and thumb2_blx_out_of_range.
8369 * testsuite/Makefile.in: Regenerate.
8370 * arm_branch_in_range.sh: Add tests for THUMB BLX.
8371 * testsuite/thumb_blx_in_range.s: New file.
8372 * testsuite/thumb_blx_out_of_range.s: New file.
8373
b0193076
RÁE
83742010-03-22 Rafael Espindola <espindola@google.com>
8375
8376 * archive.cc (Should_include): Move to archive.h.
8377 (should_include_member): Make it a member of Archive.
8378 (Lib_group): New.
8379 (Add_lib_group_symbols): New.
8380 * archive.h: Include options.h.
8381 (Archive_member): Moved from Archive.
8382 (Should_include): Moved from archive.cc.
8383 (Lib_group): New.
8384 (Add_lib_group_symbols): New.
8385 * dynobj.cc (do_should_include_member): New.
8386 * dynobj.h (do_should_include_member): New.
8387 * gold.cc (queue_initial_tasks): Update call to queue.
8388 * main.cc (main): Print lib group stats.
8389 * object.cc (do_should_include_member): New.
8390 * object.h: Include archive.h.
8391 (Object::should_include_member): New.
8392 (Object::do_should_include_member): New.
8393 (Sized_relobj::do_should_include_member): New.
8394 * options.cc (General_options::parse_start_lib): New.
8395 (General_options::parse_end_lib): New.
8396 (Input_arguments::add_file): Handle lib groups.
8397 (Input_arguments::start_group): Check we are not in a lib.
8398 (Input_arguments::start_lib): New.
8399 (Input_arguments::end_lib): New.
8400 * options.h (General_options): Add start_lib and end_lib.
8401 (Input_argument::lib_): New.
8402 (Input_argument::lib): New.
8403 (Input_argument::is_lib): New.
8404 (Input_file_lib): New.
8405 (Input_arguments::in_lib_): New.
8406 (Input_arguments::in_lib): New.
8407 (Input_arguments::start_lib): New.
8408 (Input_arguments::end_lib_): New.
8409 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
8410 in unused members as preempted.
8411 (Sized_pluginobj::do_should_include_member): New.
8412 * plugin.h (Sized_pluginobj::do_should_include_member): New.
8413 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
8414 return the blocker.
8415 (Read_symbols::do_whole_lib_group): New.
8416 (Read_symbols::do_lib_group): New.
8417 (Read_symbols::do_read_symbols): Handle lib groups.
8418 (Read_symbols::get_name): Handle lib groups.
8419 * readsyms.h (Read_symbols): Add an archive member pointer.
8420 (Read_symbols::do_whole_lib_group): New.
8421 (Read_symbols::do_lib_group): New.
8422 (Read_symbols::member_): New.
8423 * script.cc (read_input_script): Update call to queue_soon.
8424
d099120c
DK
84252010-03-19 Doug Kwan <dougkwan@google.com>
8426
8427 * arm.cc (Stub_table::Stub_table): Initialize new data members
8428 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8429 (Stub_table::add_reloc_stub): Assign stub offset and update
8430 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8431 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
8432 New data members.
2e702c99 8433 (Stub_table::update_data_size_and_addralign): Use
d099120c
DK
8434 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
8435 instead of going over all reloc stubs.
2e702c99 8436 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
d099120c
DK
8437 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8438 Stringpool_template::offset_ to size of Stringpool_char.
2e702c99 8439 (Stringpool_template::new_key_offset): Remove code to initialize
d099120c
DK
8440 Stringpool_template::offset_.
8441 * stringpool.h (Stringpool_template::set_no_zero_null): Set
8442 Stringpool_template::offset_ to zero.
8443
1aa37384
DK
84442010-03-15 Doug Kwan <dougkwan@google.com>
8445
8446 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8447 offset_.
8448 (Stringpool_template::new_key_offset): New method.
8449 (Stringpool_template::add_string): Assign offsets when adding new
8450 strings.
8451 (Stringpool_template::set_string_offsets): Do not set string offsets
8452 when not optimizing.
8453 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
8454 member size_.
2e702c99
RM
8455 (Chunked_vector::clear): Clear size_.
8456 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
8457 (Chunked_vector::size): Return size_.
8458 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 8459 (Chunked_vector::size_): New data member.
1aa37384
DK
8460 (Stringpool_template::set_no_zero_null): Assert string set is empty.
8461 (Stringpool_template::new_key_offset): New method declaration.
8462 (Stringpool_template::offset_): New data member.
8463
b672b057
RÁE
84642010-03-15 Rafael Espindola <espindola@google.com>
8465
8466 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
8467 Add_symbols' constructor.
8468 * readsyms.h (Add_symbols): Remove the input_group member.
8469
b6848d3c
ILT
84702010-03-10 Ian Lance Taylor <iant@google.com>
8471
8472 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
8473 target to ask whether a reference to a symbol requires a stack
8474 split.
8475 * target.h (Target::is_call_to_non_split): New function.
8476 (Target::do_is_call_to_non_split): Declare virtual function.
8477 * target.cc: Include "symtab.h".
8478 (Target::do_is_call_to_non_split): New function.
8479 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
8480
a2a5469e
CC
84812010-03-10 Cary Coutant <ccoutant@google.com>
8482
8483 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
8484 (File_read::open[1]): Remove initial mapping of whole_file_view_.
8485 (File_read::open[2]): Add whole_file_view_ to list of views.
8486 (File_read::make_view): Remove test of whole_file_view_.
8487 (File_read::find_or_make_view): Create whole_file_view_ if
8488 necessary.
8489 (File_read::clear_views): Replace bool parameter with enum;
8490 adjust all callers. Don't delete views with permanent data;
8491 do delete cached views and views from archives if
8492 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
8493 if clearing the corresponding view.
8494 * fileread.h (File_read::Clear_views_mode): New enum.
8495 (File_read::View::is_permanent_view): New method.
8496 (File_read::clear_views): Replace bool parameter
8497 with enum; adjust all callers.
8498 * options.h (General_options): Change keep_files_mapped option;
8499 add map_whole_files.
8500 * readsyms.cc (Add_symbols::run): Delete sd_ object before
8501 releasing the file.
8502 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
8503 the file.
8504
8861f32b
DM
85052010-03-10 David S. Miller <davem@davemloft.net>
8506
8507 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
8508
d62d0f5f
ST
85092010-03-09 Sriraman Tallam <tmsriram@google.com>
8510
8511 * icf.cc (get_section_contents): Add '@' marker after processing the
8512 merge reloc.
8513
9177756d
DK
85142010-03-08 Doug Kwan <dougkwan@google.com>
8515
8516 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
8517 due to a conversion warning.
8518 (Arm_relobj::update_output_local_symbol_count): Check for local
8519 symbol with unset output index.
8520
9e9e071b
ILT
85212010-03-05 Ian Lance Taylor <iant@google.com>
8522
8523 * options.h (class General_options): Add --spare-dynamic-tags.
8524 * output.cc (Output_data_dynamic::set_final_data_size): Implement
8525 --spare-dynamic-tags.
8526
a81ee015
ILT
85272010-03-05 Ian Lance Taylor <iant@google.com>
8528
8529 * incremental.cc: Include "libiberty.h".
8530
44ec90b9
RO
85312010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8532
8533 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
8534 function, is_info_ member.
8535 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
8536 (Versions::Versions): Update caller.
8537 (Versions::define_base_version): Likewise.
8538 (Versions::add_def): Likewise.
8539
0897ed3b
ST
85402010-03-03 Sriraman Tallam <tmsriram@google.com>
8541
8542 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
8543 (Scan::possible_function_pointer_reloc): New function.
8544 (Scan::local_reloc_may_be_function_pointer): Change to call
8545 possible_function_pointer_reloc.
8546 (Scan::global_reloc_may_be_function_pointer): Ditto.
8547 * icf.h (Icf::check_section_for_function_pointers): Change to reject
8548 relocations in ".data.rel.ro._ZTV" section.
8549 * testsuite/icf_safe_so_test.sh: Change to pass i386.
8550 * testsuite/icf_safe_so_test.cc: Ditto.
8551 * testsuite/icf_safe_test.cc: Ditto.
8552 * testsuite/icf_safe_test.sh: Ditto.
8553
d3bbad62
ILT
85542010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8555 Ian Lance Taylor <iant@google.com>
8556
8557 * target-reloc.h (relocate_section): Check the symbol table index
8558 for -1U before setting the local symbol index.
8559 (scan_relocatable_relocs): If copying the relocation, record that
8560 the local symbol is required.
8561 * object.h (Symbol_value::is_output_symtab_index_set): New
8562 function.
8563 (Symbol_value::may_be_discarded_from_output_symtab): New
8564 function.
8565 (Symbol_value::has_output_symtab_entry): New function.
8566 (Symbol_value::needs_output_symtab_entry): Remove.
8567 (Symbol_value::output_symtab_index): Make sure the symbol index is
8568 set.
8569 (Symbol_value::set_output_symtab_index): Make sure the symbol
8570 index is not set. Make sure the new index is valid.
8571 (Symbol_value::set_must_have_output_symtab_entry): New function.
8572 (Symbol_value::has_output_dynsym_entry): New function.
8573 (Symbol_value::set_output_dynsym_index): Make sure the new index
8574 is valid.
8575 (Sized_relobj::set_must_have_output_symtab_entry): New function.
8576 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
8577 local symbol if permitted.
8578 (Sized_relobj::do_finalize_local_symbols): Call
8579 is_output_symtab_index_set rather than needs_output_symtab_entry.
8580 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
8581 rather than needs_output_symtab_entry. Call
8582 has_output_dynsym_entry rather than needs_output_dynsym_entry.
8583 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
8584 is_output_symtab_index_set rather than needs_output_symtab_entry.
8585 * testsuite/discard_locals_relocatable_test.c: New file.
8586 * testsuite/discard_locals_test.sh: Test -r.
8587 * testsuite/Makefile.am (check_DATA): Add
8588 discard_locals_relocatable_test1.syms,
8589 discard_local_relocatable_test2.syms.
8590 (MOSTLYCLEANFILES): Likewise. Also add
8591 discard_locals_relocatable_test1.lout and
8592 discard_locals_relocatable_test2.out.
8593 (discard_locals_relocatable_test1.syms): New target.
8594 (discard_locals_relocatable_test.o): New target.
8595 (discard_locals_relocatable_test1.out): New target.
8596 (discard_locals_relocatable_test2.syms): New target.
8597 (discard_locals_relocatable_test2.out): New target.
8598 (various): Add missing ../ld-new dependencies.
8599 * testsuite/Makefile.in: Rebuild.
8600
7e8ccf26
NC
86012010-03-03 Nick Clifton <nickc@redhat.com>
8602
8603 * po/fi.po: New Finnish translation.
8604
2a0ff005
DK
86052010-03-01 Doug Kwan <dougkwan@google.com>
8606
8607 * layout.cc (Layout::Layout): Force section types of .init_array*,
8608 .preinit_array* and .fini_array* sections.
8609 * output.cc (Output_section::Input_section_sort_entry::has_priority):
8610 Fix check of return value of std::string::find.().
8611 (Output_section::Input_section_sort_compare::operator()): Remove
8612 comment about .init_array.
8613 (Output_section::Input_section_sort_init_fini_compare::operator()):
8614 New method.
8615 (Output_section::sort_attached_input_sections): Handle .init_array
8616 and .fini_array specially.
8617 * output.h (Output_section::Inut_section_sort_compare): Update
8618 comment.
8619 (Output_section::Input_section_sort_init_fini_compare): New struct.
8620
c3e4ae29
DK
86212010-02-26 Doug Kwan <dougkwan@google.com>
8622
8623 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
8624 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
8625 * testsuite/debug_msg.sh: Avoid matching source line number for
8626 use of global variable undef_int.
8627
2fd9ae7a
DK
86282010-02-26 Doug Kwan <dougkwan@google.com>
8629
8630 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
8631 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
8632 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
8633 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
8634 * options.cc (General_options::General_options): Initialize member
8635 fix_v4bx_.
8636 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
8637 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
8638 and rm_no_fix_v4bx.stdout
8639 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
8640 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
8641 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
8642 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
8643 and arm_no_fix_v4bx.
8644 * Makefile.in: Regenerate.
8645 * testsuite/arm_fix_v4bx.s: New file.
8646 * testsuite/arm_fix_v4bx.sh: Ditto.
8647
67ec7d0b
DK
86482010-02-24 Doug Kwan <dougkwan@google.com>
8649
8650 * arm.cc (Target_arm::got_section): Make the .got section the first
8651 non RELRO section in the data segment.
8652 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
8653 suffixes of section names.
8654
10165461
DK
86552010-02-24 Doug Kwan <dougkwan@google.com>
8656
8657 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
8658 flags and attributes merging if an input file is a binary file.
8659 * fileread.cc (Input_file::open): Record format of original file.
8660 * fileread.h (Input_file::Format): New enum type.
2e702c99 8661 (Input_file::Input_file): Initialize data member format_.
10165461
DK
8662 (Input_file::format): New method definition.
8663 (Input_file::format_):: New data member.
8664
4a54abbb
DK
86652010-02-24 Doug Kwan <dougkwan@google.com>
8666
8667 * arm.cc (Arm_output_data_got): New class.
8668 (ARM_TCB_SIZE): New constant
8669 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
8670 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
8671 If user uses a script with a SECTIONS clause, issue only a warning
8672 for a misplaced EXIDX input section. Otherwise, issue an error.
2e702c99 8673 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
4a54abbb
DK
8674 garbage collection.
8675 (Target_arm::got_mode_index_entry): Handle static linking.
8676 (Target_arm::Scan::local): Ditto.
8677 (Target_arm::Scan::global): Ditto.
8678 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
8679 all incorrectly implemented relocations.
e1df38aa 8680 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
8681 Arm_output_section::fix_exidx_coverage.
8682 * layout.cc (Layout::section_name_mapping): Remove trailing dots
8683 from ".ARM.exidx." and ".ARM.extab.".
8684
ca419a6f
ILT
86852010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8686
8687 * arm.cc (Target_arm::do_finalize_sections): Create attribute
8688 section if it does not already exist.
8689 * attributes.cc (Attributes_section_data::Attributes_section_data):
8690 Don't crash if size is zero.
8691
135b9c78
ILT
86922010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8693 Ian Lance Taylor <iant@google.com>
8694
8695 * gold.cc (queue_middle_tasks): If no input files were opened,
8696 exit.
8697 * workqueue.h (Task_function::Task_function): Assert that there is
8698 a blocker.
8699
bb0bfe4f
DK
87002010-02-22 Doug Kwan <dougkwan@google.com>
8701
8702 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
8703 * icf.cc (get_section_contents): Cast snprintf arguments to long long
8704 types to avoid warnings due to different uint64_t implementations
8705 on different hosts.
8706
2a2b6d42
DK
87072010-02-21 Doug Kwan <dougkwan@google.com>
8708
8709 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
8710 handling of the maximum backward branch offset.
2e702c99 8711 (Arm_relocate_functions::thumb_branch_common): Ditto.
2a2b6d42
DK
8712 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
8713 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 8714 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
8715 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
8716 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
8717 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
8718 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
8719 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
8720 thumb_bl_out_of_range thumb_bl_out_of_range.o,
8721 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
8722 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
8723 thumb2_bl_out_of_range.o): New rules.
8724 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
8725 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
8726 thumb2_bl_out_of_range
8727 * testsuite/Makefile.in: Regenerate.
8728 * testsuite/arm_bl_in_range.s: New file.
8729 * testsuite/arm_bl_out_of_range.s: Ditto.
8730 * testsuite/arm_branch_in_range.sh: Ditto.
8731 * testsuite/arm_branch_range.t: Ditto.
8732 * testsuite/thumb2_branch_range.t: Ditto.
8733 * testsuite/thumb_bl_in_range.s: Ditto.
8734 * testsuite/thumb_bl_out_of_range.s: Ditto.
8735 * testsuite/thumb_branch_range.t: Ditto.
8736
b487ad64
ST
87372010-02-20 Sriraman Tallam <tmsriram@google.com>
8738
8739 * gc.h (gc_process_relocs): Change vectors to point to the new list.
8740 Add reloc offset information.
8741 * icf.cc (get_section_contents): Change iterators to point to the new
8742 vectors. Add reloc offset information to the contents.
8743 * icf.h (Icf::Sections_reachable_info): New typedef.
8744 (Icf::Sections_reachable_list): New typedef.
8745 (Icf::Offset_info): New typedef.
8746 (Icf::Reloc_info): New struct typedef.
8747 (Icf::Reloc_info_list): New typedef.
8748 (Icf::symbol_reloc_list): Delete method.
8749 (Icf::addend_reloc_list): Delete method.
8750 (Icf::section_reloc_list): Delete method.
8751 (Icf::reloc_info_list): New method.
8752 (Icf::reloc_info_list_): New member.
8753
f96accdf
DK
87542010-02-19 Doug Kwan <dougkwan@google.com>
8755
8756 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
8757 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
8758 * arm.cc (Arm_relocation_functions): New forward declaration.
8759 (Target_arm::Target_arm): Initialize new data members
8760 got_mod_index_offset_ and tls_base_symbol_defined_.
8761 (Target_arm::Relocate::relocate_tls): New method.
8762 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
8763 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
8764 New methods.
2e702c99 8765 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
f96accdf
DK
8766 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
8767 (Target_arm::got_mod_index_offset_,
8768 Target_arm::tls_base_symbol_defined_): New data members.
8769 (Target_arm::Scan::local, Target::Scan::global,
8770 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
8771 relocations.
8772
c8761b9a
DK
87732010-02-18 Doug Kwan <dougkwan@google.com>
8774
8775 * arm.cc (Arm_relobj::find_linked_text_section): New method.
8776 (Arm_relobj::make_exidx_input_section): Pass section index of linked
8777 text section as a parameter becuase some broken tools may not set
8778 the link in section header.
8779 (Target_arm::has_got_section): New method.
8780 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
8781 without any mapping symbol as data only. Remove warning.
8782 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
8783 link in its section header, try to discover the link by inspecting the
8784 REL31 relocation at the beginning of the section.
8785 (Target_arm::Scan::check_non_pic): Report name of offending relocation
8786 in error message.
8787 (Target_arm::Scan::global): Treat any reference to the symbol
8788 _GLOBAL_OFFSET_TABLE_ as a GOT access.
8789
21bb3914
ST
87902010-02-12 Sriraman Tallam <tmsriram@google.com>
8791
8792 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
8793 (Scan::global_reloc_may_be_function_pointer): New function.
8794 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8795 (Scan::global_reloc_may_be_function_pointer): New function.
8796 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8797 (Scan::global_reloc_may_be_function_pointer): New function.
8798 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
8799 (Scan::global_reloc_may_be_function_pointer): New function.
8800 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
8801 (Scan::global_reloc_may_be_function_pointer): New function.
8802 (Scan::possible_function_pointer_reloc): New function.
8803 (Target_x86_64::can_check_for_function_pointers): New function.
8804 * gc.h (gc_process_relocs): Scan relocation types to determine if
8805 function pointers were taken for targets that support it.
8806 * icf.cc (Icf::find_identical_sections): Include functions for
8807 folding in safe ICF whose pointer is not taken.
8808 * icf.h (Secn_fptr_taken_set): New typedef.
8809 (fptr_section_id_): New member.
8810 (section_has_function_pointers): New function.
8811 (set_section_has_function_pointers): New function.
8812 (check_section_for_function_pointers): New function.
8813 * options.h: Fix comment for safe ICF option.
8814 * target.h (can_check_for_function_pointers): New function.
8815 * testsuite/Makefile.am: Add icf_safe_so_test test case.
8816 Modify icf_safe_test for X86-64.
8817 * testsuite/Makefile.in: Regenerate.
8818 * testsuite/icf_safe_so_test.cc: New file.
8819 * testsuite/icf_safe_so_test.sh: New file.
8820 * testsuite/icf_safe_test.cc (kept_func_3): New function.
8821 (main): Change to take pointer to function kept_func_3.
8822 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
8823 folding is done correctly for X86-64.
8824
0da6fa6c
DM
88252010-02-12 David S. Miller <davem@davemloft.net>
8826
8827 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
8828 is_symbolless parameter.
8829 (Output_reloc<SHT_REL>::is_symbolless): New.
8830 (Output_reloc<SHT_REL>::is_symbolless_): New.
8831 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
8832 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
8833 (Output_reloc<SHT_RELA>::is_symbolless): New.
8834 (Output_data_reloc::add_global): Handle is_symbolless.
8835 (Output_data_reloc::add_global_relative): Likewise.
8836 (Output_data_reloc::add_local): Likewise.
8837 (Output_data_reloc::add_local_relative): Likewise.
8838 (Output_data_reloc::add_symbolless_global_addend): New.
8839 (Output_data_reloc::add_symbolless_local_addend): New.
8840 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
8841 is_symbolless.
8842 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
8843 instead of ->is_relative_
8844 (Output_reloc::write): Likewise.
8845 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
8846 (Output_reloc::write_rel): Simplify.
8847
8848 * sparc.cc (Target_sparc::Scan::local): Use
8849 ->add_symbolless_local_addend as needed.
8850 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
8851 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
8852 based upon relocation offset.
8853
e4782e83
DK
88542010-02-11 Doug Kwan <dougkwan@google.com>
8855
8856 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
8857 (Target_arm::Scan::global): Ditto. Also remove a comment before the
8858 beginning of function.
8859 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
8860 and MOVT_ABS relocations. Those are non issued in scanning. Fix
8861 parameter is_32bit in calls to should_apply_static_reloc.
8862 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
8863 (check_DATA): Add arm_abs_global.stdout.
8864 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
8865 arm_abs_global.stdout): New rules.
8866 (MOSTLLYCLEANFILES): Add arm_abs_global
8867 * Makefile.in: Regenerate.
8868 * testsuite/arm_abs_global.s: New file.
8869 * testsuite/arm_abs_global.sh: Ditto.
8870 * testsuite/arm_abs_lib.s: Ditto.
8871
93ceb764
ILT
88722010-02-11 Ian Lance Taylor <iant@google.com>
8873
8874 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
8875 Read_relocs task.
8876 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
8877 Allocate_commons_task first.
8878 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
8879 task, rather than symtab_lock_.
8880 (Gc_process_relocs::~Gc_process_relocs): New function.
8881 (Gc_process_relocs::is_runnable): Check this_blocker_.
8882 (Gc_process_relocs::locks): Use next_blocker_ rather than
8883 blocker_.
8884 (Scan_relocs::~Scan_relocs): New function.
8885 (Scan_relocs::is_runnable): Check this_blocker_ rather than
8886 symtab_lock_.
8887 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
8888 next_blocker_.
8889 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
8890 fields. Add this_blocker_ and next_blocker_ fields. Adjust
8891 constructor accordingly.
8892 (class Gc_process_relocs): Likewise.
8893 (class Scan_relocs): Likewise.
8894 * common.h (class Allocate_commons_task): Remove symtab_lock_
8895 field, and corresponding constructor parameter.
8896 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
8897 symtab_lock_.
8898 (Allocate_commons_task::locks): Likewise.
8899
114dfbe1
ILT
89002010-02-11 Ian Lance Taylor <iant@google.com>
8901
8902 * gold-threads.h (class Once): Define.
8903 (class Initialize_lock): Rewrite as child of Once.
8904 * gold-threads.cc (class Once_initialize): Define.
8905 (once_pointer_control): New static variable.
8906 (once_pointer, once_arg): New static variables.
8907 (c_run_once): New static function.
8908 (Once::Once, Once::run_once, Once::internal_run): New functions.
8909 (class Initialize_lock_once): Remove.
8910 (initialize_lock_control): Remove.
8911 (initialize_lock_pointer): Remove.
8912 (initialize_lock_once): Remove.
8913 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
8914 (Initialize_lock::initialize): Rewrite.
8915 (Initialize_lock::do_run_once): New function.
8916 * archive.cc (Archive::interpret_header): Only clear name if it is
8917 not already empty.
8918 * fileread.cc: Include "gold-threads.h"
8919 (file_counts_lock): New static variable.
8920 (file_counts_initialize_lock): Likewise.
8921 (File_read::release): Only increment counts when using --stats.
8922 Use a lock around the increment.
8923 * parameters.cc (class Set_parameters_target_once): Define.
8924 (set_parameters_target_once): New static variable.
8925 (Parameters::Parameters): Move here from parameters.h.
8926 (Parameters::set_target): Rewrite.
8927 (Parameters::set_target_once): New function.
8928 (Parameters::clear_target): Move here and rewrite.
8929 * parameters.h (class Parameters): Update declarations. Add
8930 set_parameters_target_once_ field.
8931 (Parameters::Parameters): Move to parameters.cc.
8932 (Parameters::clear_target): Likewise.
8933 * readsyms.cc (Read_symbols::do_group): Create a Start_group
8934 task.
8935 (Start_group::~Start_group): New function.
8936 (Start_group::is_runnable): New function.
8937 (Start_group::locks, Start_group::run): New functions.
8938 (Finish_group::run): Change saw_undefined to size_t.
8939 * readsyms.h (class Start_group): Define.
8940 (class Finish_group): Change saw_undefined_ field to size_t.
8941 (Finish_group::Finish_group): Remove saw_undefined and
8942 this_blocker parameters. Change all callers.
8943 (Finish_group::set_saw_undefined): New function.
8944 (Finish_group::set_blocker): New function.
8945 * symtab.h (class Symbol_table): Change saw_undefined to return
8946 size_t. Change saw_undefined_ field to size_t.
8947 * target-select.cc (Set_target_once::do_run_once): New function.
8948 (Target_selector::Target_selector): Initialize set_target_once_
8949 field. Don't initialize lock_ and initialize_lock_ fields.
8950 (Target_selector::instantiate_target): Rewrite.
8951 (Target_selector::set_target): New function.
8952 * target-select.h (class Set_target_once): Define.
8953 (class Target_selector): Update declarations. Make
8954 Set_target_once a friend. Remove lock_ and initialize_lock_
8955 fields. Add set_target_once_ field.
8956
fa17a3f4
ILT
89572010-02-10 Ian Lance Taylor <iant@google.com>
8958
8959 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
8960 queueing any tasks.
8961 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
8962 (queue_middle_tasks): Add all blockers before queueing any tasks.
8963 (queue_final_tasks): Likewise.
8964 * token.h (Task_token::add_blockers): New function.
8965 * object.h (Input_objects::number_of_relobjs): New function.
8966
c7177d31
ILT
89672010-02-10 Ian Lance Taylor <iant@google.com>
8968
5de0e392
ILT
8969 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
8970 shared, not if not position independent.
8971 * x86_64.cc (Relocate::relocate_tls): Likewise.
8972 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
8973 (tls_pie_pic_test): New target.
8974 * testsuite/Makefile.in: Rebuild.
8975
c7177d31
ILT
8976 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
8977 (tls_test_main_pie.o, tls_test_pie.o): New targets.
8978 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
8979 * testsuite/Makefile.in: Rebuild.
8980
684b268a
DM
89812010-02-09 David S. Miller <davem@davemloft.net>
8982
8983 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
8984 R_SPARC_RELATIVE using ->add_local_relative().
8985 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
8986
612a8d3d
DM
8987 * output.h (Output_data_dynamic::add_section_size): New method
8988 that takes two Output_data objects.
8989 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
8990 entry param. Handle it in initializers.
8991 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
8992 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
8993 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
8994 arg.
8995 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
8996 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
8997 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
8998 for dynrel_includes_plt.
8999 * i386.cc (Target_i386::do_finalize_sections): Likewise.
9000 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9001 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
9002 before .rela.plt
9003 (Target_sparc::do_finalize_sections): Update to pass true for
9004 dynrel_includes_plt.
9005 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
9006 output before .rela.plt
9007 (Target_powerpc::do_finalize_sections): Update to pass true for
9008 dynrel_includes_plt when 32-bit.
9009
cb1be87e
DK
90102010-02-08 Doug Kwan <dougkwan@google.com>
9011
9012 * arm.cc (Arm_relobj::simple_input_section_output_address): New
9013 method.
9014 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
9015 Arm_relobj::scan_section_for_cortex_a8_stubs,
9016 Arm_relobj::do_relocation_section): Instead of calling
9017 Output_section::output_address, use faster
9018 Arm_relobj::simple_input_section_output_address.
9019
705b5121
DM
90202010-02-08 David S. Miller <davem@davemloft.net>
9021
9022 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
9023 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
9024 relocation helper function.
9025
024c4466
DM
9026 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
9027 just like R_SPARC_GOT{10,13,22}.
9028 (Target_sparc::Scan::local): Likewise.
9029 (Target_sparc::Relocate:relocate): Likewise.
9030
9109c078
ILT
90312010-02-06 Ian Lance Taylor <iant@google.com>
9032
9033 * configure.ac: Rewrite targetobjs duplicate removal code to use
9034 only shell constructs.
9035 * configure: Rebuild.
9036
cf846138
DK
90372010-02-05 Doug Kwan <dougkwan@google.com>
9038
9039 PR 11247
9040 * arm.cc (Arm_relobj::section_is_scannable): New method.
9041 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
9042 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
9043
6cfaf60b
DK
90442010-02-04 Doug Kwan <dougkwan@google.com>
9045
9046 PR 11247
9047 * arm-reloc-property.cc (cstdio): Include.
9048 * configure.ac (targetobjs): Remove duplicates.
9049 * configure: Regenerate.
9050 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
9051 big and little endian version for a given address size.
9052
5c57f1be
DK
90532010-02-03 Doug Kwan <dougkwan@google.com>
9054
9055 * arm-reloc-property.cc
9056 (Arm_reloc_property_table::reloc_name_in_error_message): New method
9057 definition.
9058 * arm-reloc-property.h
9059 (Arm_reloc_property_table::get_implemented_static_reloc_property):
9060 New method definition.
9061 (Arm_reloc_property_table::reloc_name_in_error_message): New method
9062 declaration.
9063 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
9064 overflow to N.
9065 (GOT_PREL): Change implemented to Y.
9066 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
9067 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
9068 (Arm_relocate_functions::movw_abs_nc): Remove method.
9069 (Arm_relocate_functions::movt_abs): Ditto.
9070 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
9071 (Arm_relocate_functions::thm_movt_abs): Ditto.
9072 (Arm_relocate_functions::movw_rel_nc): Ditto.
9073 (Arm_relocate_functions::movw_rel): Ditto.
9074 (Arm_relocate_functions::movt_rel): Ditto.
9075 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
9076 (Arm_relocate_functions:thm_movw_rel): Ditto.
9077 (Arm_relocate_functions:thm_movt_rel): Ditto.
9078 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
9079 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
9080 New method definitions.
9081 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
9082 (Arm_relocation_functions::arm_grp_ldr): Ditto.
9083 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
9084 (Arm_relocation_functions::arm_grp_ldc): Ditto.
9085 (Target_arm::Relocate::relocate): Check for non-static or
9086 unimplemented relocation code and exit early. Change calls to
9087 Target_arm::reloc_uses_thumb_bit and
9088 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
9089 instead. Refactor code to handle similar relocations to increase
9090 code sharing. Remove check for unsupported relocation code in switch
9091 statement.
9092 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
9093 relocation property table to find out size. Change error message to
9094 print out the name of a relocation code instead of the numeric value.
9095 (Target_arm::scan_reloc_for_stub): Use relocation property table
9096 instead of calling Target_arm::reloc_uses_thumb_bit().
9097
218c5831
DK
90982010-02-02 Doug Kwan <dougkwan@google.com>
9099
9100 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
9101 types of relaxed input section.
9102
0d31c79d
DK
91032010-02-02 Doug Kwan <dougkwan@google.com>
9104
9105 * Makefile.am (HFILES): Add arm-reloc-property.h.
9106 (DEFFILES): New.
2e702c99
RM
9107 (TARGETSOURCES): Add arm-reloc-property.cc
9108 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
0d31c79d
DK
9109 (libgold_a_SOURCES): $(DEFFILES)
9110 * Makefile.in: Regenerate.
9111 * arm-reloc-property.cc: New file.
9112 * arm-reloc-property.h: New file.
9113 * arm-reloc.def: New file.
9114 * arm.cc: Update comments.
9115 (arm-reloc-property.h): New included header.
9116 (arm_reloc_property_table): New global variable.
9117 (Target_arm::do_select_as_default_target): New method definition.
9118 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
9119 arm-reloc-property to targ_extra_obj.
9120 * parameters.cc (set_parameters_target): Call
9121 Target::select_as_default_target().
9122 * target.h (Target::select_as_default_target): New method definition.
9123 (Target::do_select_as_default_target): Same.
9124
546c7457
DK
91252010-02-01 Doug Kwan <dougkwan@google.com>
9126
9127 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
9128 first_output_text_section_.
9129 (Arm_exidx_fixup::first_output_text_section): New method definition.
9130 (Arm_exidx_fixup::first_output_text_section_): New data member.
9131 (Arm_exidx_fixup::process_exidx_section): Record the first text
9132 output section seen.
9133 (Arm_output_section::fix_exidx_coverage): Set correct linked section
9134 and entsize in output section header.
9135
11b861d5
DK
91362010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9137
9138 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
9139 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
9140 (Arm_relocate_functions::thm_alu11): New Method.
9141 (Arm_relocate_functions::thm_pc8): New Method.
9142 (Arm_relocate_functions::thm_pc12): New Method.
9143 (Target_arm::Scan::local): Handle the relocations.
9144 (Target_arm::Scan::global): Likewise.
9145 (Target_arm::Relocate::relocate): Likewise.
9146 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
9147
c9a2c125
DK
91482010-01-29 Doug Kwan <dougkwan@google.com>
9149
9150 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
9151 of relocation types as ld.
9152
1521477a
DK
91532010-01-29 Doug Kwan <dougkwan@google.com>
9154
9155 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
9156 to public.
9157 (Arm_relocate_functions::thumb_branch_common): Ditto.
9158 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
9159 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
9160 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
9161 Arm_relocate_functions::jump24): Remove.
9162 (Target_arm::Relocate::relocate): Adjust code to call
9163 Arm_relocation_functions::arm_branch_common and
9164 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 9165 wrappers. Merge switch-cases together to reduce source code size.
1521477a 9166
e7eca48c
DK
91672010-01-29 Doug Kwan <dougkwan@google.com>
9168
9169 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
9170 output_local_symbol_count_needs_update_.
9171 (Arm_relobj::output_local_symbol_count_needs_update,
9172 Arm_relobj::set_output_local_symbol_count_needs_update,
9173 Arm_relobj::update_output_local_symbol_count): New methods.
9174 (Arm_relobj::output_local_symbol_count_needs_update_): New data
9175 member.
9176 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
9177 of pointed function as in a R_ARM_PREL31 relocation.
9178 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
9179 for output local symbol count updating.
9180 (Target_arm::do_relax): Update output local symbol counts in objects
9181 if necessary.
9182 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
9183
02961d7e
ILT
91842010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9185
9186 * arm.cc: Added support for the ARM relocations:
9187 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
9188 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
9189 (Arm_relocate_functions::movw_rel_nc): Renamed (was
9190 movw_prel_nc).
9191 (Arm_relocate_functions::movw_rel): New method.
9192 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
9193 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
9194 thm_movw_prel_nc).
9195 (Arm_relocate_functions::thm_movw_rel): New method.
9196 (Arm_relocate_functions::thm_movt_rel): Renamed (was
9197 thm_movt_prel).
9198 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
9199 relocations.
9200 (Target_arm::Scan::global): Likewise.
9201 (Target_arm::Relocate::relocate): Likewise.
9202 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9203 Likewise.
9204
b10d2873
ILT
92052010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9206
9207 * arm.cc: Added support for ARM group relocations.
9208 (Target_arm::reloc_needs_sym_origin): New method.
9209 (Arm_relocate_functions::calc_grp_kn): New method.
9210 (Arm_relocate_functions::calc_grp_residual): New method.
9211 (Arm_relocate_functions::calc_grp_gn): New method.
9212 (Arm_relocate_functions::arm_grp_alu): New Method.
9213 (Arm_relocate_functions::arm_grp_ldr): New Method.
9214 (Arm_relocate_functions::arm_grp_ldrs): New Method.
9215 (Arm_relocate_functions::arm_grp_ldc): New Method.
9216 (Target_arm::Scan::local): Handle the ARM group relocations.
9217 (Target_arm::Scan::global): Likewise.
9218 (Target_arm::Relocate::relocate): Likewise.
9219 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9220 Likewise.
9221
2b328d4e
DK
92222010-01-26 Doug Kwan <dougkwan@google.com>
9223
9224 * arm.cc (set): Include.
9225 (class Arm_exidx_fixup): Change type of last_input_section_ to const
9226 pointer type.
2e702c99 9227 (Arm_output_section::Text_section_list): New type.
2b328d4e
DK
9228 (Arm_output_section::append_text_sections_to_list): New method.
9229 (Arm_output_section::fix_exidx_coverage): Ditto.
9230 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
2e702c99 9231 (Arm_relobj::convert_input_section_to_relaxed_section): Use
2b328d4e
DK
9232 Relobj::set_section_offset() instead of
9233 Sized_relobj::invalidate_section_offset().
2e702c99 9234 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
2b328d4e
DK
9235 parameter for section headers. Ignore relocation sections for
9236 unallocated sections and EXIDX sections.
9237 (Target_arm::fix_exidx_coverage): New method.
9238 (Target_arm::output_section_address_less_than): New type.
9239 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
9240 linked text section instead of the EXIDX section.
9241 (Arm_output_section::create_stub_group): Add an assertion to check
9242 that this is not an EXIDX output section.
9243 (Arm_output_section::append_text_sections_to_list): New method.
9244 (Arm_output_section::fix_exidx_coverage): Ditto.
9245 (Arm_relobj::scan_sections_for_stubs): Adjust call to
2e702c99 9246 Arm_relobj::section_needs_reloc_stub_scanning.
2b328d4e
DK
9247 (Target_arm::do_relax): Fix EXIDX output section coverage in the
9248 first pass.
9249 (Target_arm::fix_exidx_coverage): New method.
9250 * object.h (Relobj::set_output_section): New method.
9251 (Sized_relobj::invalidate_section_offset): Remove method.
9252 (Sized_relobj::do_invalidate_section_offset): Remove method.
9253 (Sized_relobj::do_set_section_offset): Handle offset value -1.
9254
c7f3c371
DK
92552010-01-25 Doug Kwan <dougkwan@google.com>
9256
9257 * arm.cc (Arm_exidx_merged_section::do_output_offset):
9258 Fix warning due to signed and unsigned comparison on a 32-bit host.
9259
8923b24c
DK
92602010-01-22 Doug Kwan <dougkwan@google.com>
9261
9262 * arm.cc (Target_arm::do_relax): Record an output section for section
9263 offset adjustment it contains any stub table that has changed.
9264 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
9265 offsets in an output section if necessary.
9266 * output.cc (Output_section::Output_section): Initialize
9267 section_offsets_need_adjustments_.
9268 (Output_section::add_input_section_for_script): Renamed to
9269 Output_section::add_simple_input_section.
9270 (Output_section::save_states): Add a comment.
9271 (Output_section::discard_states): New method defintion.
9272 (Output_section::adjust_section_offsets): Same.
9273 * output.h (Output_section::add_input_section_for_script): Renamed to
9274 Output_section::add_simple_input_section.
9275 (Output_section::discard_states): New method declaration.
9276 (Output_section::adjust_section_offsets): Same.
9277 (Output_section::section_offsets_need_adjustment,
9278 Output_section::set_section_offsets_need_adjustment): New method
9279 definitions.
9280 (Output_section::section_offsets_need_adjustment_): New data member.
9281 * script-sections.cc
9282 (Output_section_element_input::set_section_address): Adjust code for
9283 renaming of Output_section::add_input_section_for_script.
9284 (Orphan_output_section::set_section_address): Same.
9285
9b2fd367
DK
92862010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9287
9288 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
9289 Fix_v4bx enum values .
9290 * gold/options.h (General_options): New option definitions.
9291 (General_options::fix_v4bx): New method.
9292 (General_options::Fix_v4bx): New enum.
9293 * gold/options.cc (General_options::parse_fix_v4bx): New method.
9294 (General_options::parse_fix_v4bx_interworking): New method.
9295
80d0d023
DK
92962010-01-22 Doug Kwan <dougkwan@google.com>
9297
9298 * arm.cc (Arm_exidx_fixup): New class.
9299
af2cdeae
DK
93002010-01-21 Doug Kwan <dougkwan@google.com>
9301
9302 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
9303 classes.
9304 (Arm_exidx_section_offset_map): New type.
9305
993d07c1
DK
93062010-01-21 Doug Kwan <dougkwan@google.com>
9307
9308 * arm.cc (Arm_exidx_input_section): New class.
9309 (Arm_relobj::exidx_input_section_by_link,
9310 Arm_relobj::exidx_input_section_by_shndx,
9311 Arm_relobj::make_exidx_input_section): New methods.
9312 (read_arm_attributes_section): Remove.
9313 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
9314 information about them.
9315 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
9316 to here.
9317
5ac169d4
DK
93182010-01-20 Doug Kwan <dougkwan@google.com>
9319
9320 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
9321 Input_section_specifier to Section_id.
9322 (Target_arm::new_arm_input_section: Adjust code for change of key
9323 type.
9324 (Target_arm::find_arm_input_section): Ditto.
9325 * gc.h (object.h): Include for Section_id nand Section_id_hash.
9326 (Section_id): Remove.
9327 (Garbage_collection::Section_id_hash): Remove.
9328 * icf.h (object.h): Include for Section_id nand Section_id_hash.
9329 (Section_id): Remove.
9330 (Icf::Section_id_hash): Remove.
9331 * object.h (Section_id, Const_section_id, Section_id_hash,
9332 Const_section_id_hash): New type definitions.
9333 * output.cc (Output_section::add_relaxed_input_section): Change to
9334 use Const_section_id instead of Input_section_specifier as key type.
9335 (Output_section::add_merge_input_section): Ditto.
9336 (Output_section::build_relaxation_map): Change to use Section_id
9337 instead of Input_section_specifier as key type.
2e702c99 9338 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5ac169d4
DK
9339 Ditto.
9340 (Output_section::convert_input_sections_to_relaxed_sections): Change
9341 to use Const_section_id instead of Input_section_specifier as key type.
2e702c99 9342 (Output_section::find_merge_section): Ditto.
5ac169d4
DK
9343 (Output_section::find_relaxed_input_section): Ditto.
9344 * output.h (Input_section_specifier): Remove class.
9345 (Output_section::Output_section_data_by_input_section_map): Change
9346 key type to Const_section_id.
9347 (Output_section::Output_relaxed_input_section_by_input_section_map):
9348 Ditto.
9349 (Output_section::Relaxation_map): Change key type to Section_id.
9350
a2162063
ILT
93512010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9352
9353 * gold/arm.cc: Added support for R_ARM_V4BX relocation
9354 (class Arm_v4bx_stub): New class.
9355 (DEF_STUBS): Updated definition to support v4_veneer_bx.
9356 (Stub_factory::make_arm_v4bx_stub): New method.
9357 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
9358 (Stub_table::empty): Handle v4bx stubs.
9359 (Stub_table::add_arm_v4bx_stub): New method.
9360 (Stub_table::find_arm_v4bx_stub): New method.
9361 (Arm_relocate_functions::v4bx): New method.
9362 (Target_arm::fix_v4bx): New method.
9363 (Target_arm::Target_arm): Handle R_ARM_V4BX.
9364 (Stub_table::relocate_stubs): Likewise.
9365 (Stub_table::do_write): Likewise.
9366 (Stub_table::update_data_size_and_addralign): Likewise.
9367 (Stub_table::finalize_stubs): Likewise.
9368 (Target_arm::Scan::local): Likewise.
9369 (Target_arm::Scan::global): Likewise.
9370 (Target_arm::do_finalize_sections): Likewise.
9371 (Target_arm::Relocate::relocate): Likewise.
9372 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9373 Likewise.
9374 (Target_arm::scan_reloc_for_stub): Likewise.
9375 (Target_arm::scan_reloc_section_for_stubs): Likewise.
9376
5696ab0b
ILT
93772010-01-19 Ian Lance Taylor <iant@google.com>
9378
9379 * output.cc (Output_section_headers::do_sized_write): Write large
9380 segment count to sh_info field.
9381 (Output_file_header::do_sized_write): For large segment count,
9382 write PN_XNUM to e_phnum field.
9383
800d0f56
ILT
93842010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9385
9386 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
9387 (Arm_relocate_functions::thm_jump8): New function.
9388 (Arm_relocate_functions::thm_jump11): New function.
9389 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
9390 R_ARM_THM_JUMP11.
9391 (Target_arm::Scan::global): Likewise.
9392 (Target_arm::Relocate::relocate): Likewise.
9393 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9394 Likewise.
9395
41263c05
DK
93962010-01-14 Doug Kwan <dougkwan@google.com>
9397
9398 * arm.cc (map, utility): Include headers.
9399 (Target_arm::apply_cortex_a8_workaround): New method.
9400 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
9401 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
9402 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
9403 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
9404 the --[no-]fix-cortex-a8 command line options.
9405 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
9406 (Target_arm::relocate_stub): Use addend in instruction template.
9407 * options.h (DEFINE_bool): Set the user-set flag.
9408 (General_options): Add --[no-]-fix-cortex options.
9409 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 9410 : Update fast look-up map after conversion.
41263c05 9411
459e9b03
ST
94122010-01-14 Sriraman Tallam <tmsriram@google.com>
9413
9414 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
9415 in the first pass of do_layout.
9416
b521dfe4
DK
94172010-01-13 Doug Kwan <dougkwan@google.com>
9418
9419 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9420 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
9421 apparent compiler problem of not folding static constant integral
9422 data members of elfcpp::Elf_sizes<32>.
9423
44272192
DK
94242010-01-13 Doug Kwan <dougkwan@google.com>
9425
9426 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9427 Arm_relobj::section_needs_cortex_a8_stub_scanning,
9428 Arm_relobj::scan_section_for_cortex_a8_erratum,
9429 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
9430 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
9431 sections to scan for relocation stubs into a new method
9432 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
9433 relocation and Cortex-A8 stub scanning.
9434 (Target_arm::do_relax): Force stubs to be after stubbed sections
9435 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 9436 the beginning of a new relaxation pass. Update a comment.
44272192
DK
9437 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
9438
44b71ece
ILT
94392010-01-12 Ian Lance Taylor <iant@google.com>
9440
9441 * target-reloc.h (visibility_error): New inline function.
9442 (relocate_section): Call visibility_error.
9443 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
9444 (MOSTLYCLEANFILES): Likewise.
9445 (protected_4_pic.o, protected_3.err): New targets.
9446 * testsuite/protected_4.cc: New file.
9447
a120bc7f
DK
94482010-01-12 Doug Kwan <dougkwan@google.com>
9449
9450 * arm.cc (Cortex_a8_reloc): New class.
9451 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
9452 and cortex_a8_relocs_info_.
9453 (Target_arm::fix_cortex_a8): New method definition.
9454 (Target_arm::Cortex_a8_relocs_info): New type.
9455 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
9456 New data member declarations.
9457 (Target_arm::scan_reloc_for_stub): Record information about
9458 relocations for THUMB branches that might be exempted from the
9459 Cortex-A8 workaround.
9460 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
9461 at the beginning of a relaxation pass.
9462
20138696
DK
94632010-01-12 Doug Kwan <dougkwan@google.com>
9464
9465 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
9466 (Arm_relobj::Mapping_symbol_position,
9467 Arm_reloj::Mapping_symbol_position_less,
9468 Arm_relobj::Mapping_symbols_info): New types.
9469 (Target_arm::is_mapping_symbol_name): New method definition.
9470 (Arm_relobj::do_count_local_symbols): Save information about mapping
9471 symbols.
9472
089d69dc
DK
94732010-01-11 Doug Kwan <dougkwan@google.com>
9474
9475 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
9476 Arm_relocate_functions::thumb32_branch_upper,
9477 Arm_relocate_functions::thumb32_branch_lower,
9478 Arm_relocate_functions::thumb32_cond_branch_offset,
9479 Arm_relocate_functions::thumb32_cond_branch_upper,
9480 Arm_relocate_functions::thumb32_cond_branch_lower,
9481 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
9482 branch offset encoding.
9483 (Arm_relocate_functions::thumb_branch_common): Use new branch
9484 offset encoding methods to avoid code duplication.
9485 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
9486 (Stub_addend_reader::operator()): Use new branch encoding method
9487 to avoid code duplication.
9488
99e5bff2
DK
94892010-01-11 Doug Kwan <dougkwan@google.com>
9490
9491 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
9492 (Target_arm::do_finalize_sections): Define special EXIDX section
9493 symbols only if referenced.
9494 * gc.h (Garbage_collection::add_reference): New method.
9495 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
9496 code duplication.
9497
98e090bd
ILT
94982010-01-11 Ian Lance Taylor <iant@google.com>
9499
d0a91bd8
ILT
9500 * script.cc (Version_script_info::build_expression_list_lookup):
9501 Change complaing about duplicate wildcard match from error to
9502 warning.
9503
98e090bd
ILT
9504 * script.cc (class Lazy_demangler): Recreate--revert part of patch
9505 of 2009-12-30.
9506 (Version_script_info::Version_script_info): Initialize globs_,
9507 default_version_, default_is_global_, and exact_. Don't
9508 initialize globals_ or locals_.
9509 (Version_script_info::build_lookup_tables): Build local symbols
9510 first.
9511 (Version_script_info::unquote): New function.
9512 (Version_script_info::add_exact_match): New function.
9513 (Version_script_info::build_expression_list_lookup): Remove lookup
9514 parameter. Add is_global parameter. Change all callers. Handle
9515 wildcard pattern specially. Unquote pattern. Call
9516 add_exact_match.
9517 (Version_script_info::get_name_to_match): New function.
9518 (Version_script_info::get_symbol_version): New function.
9519 (Version_script_info::get_symbol_version_helper): Remove.
9520 (Version_script_info::check_unmatched_names): Call unquote.
9521 * script.h (class Version_script_info): Change get_symbol_version
9522 to be non-inline and add is_global parameter; change all callers.
9523 Rewrite symbol_is_local. Update declarations. Define struct
9524 Version_tree_match, Exact, Globs. Don't define struct Lookup.
9525 Remove globals_ and locals_ members. Add exact_, globs_,
9526 default_version_, is_global_.
9527 (Version_script_info::Glob): Remove pattern, add expression and
9528 is_global. Update constructor. Change all callers.
9529 * dynobj.cc (Versions::finalize): Mark the version symbol as the
9530 default version.
9531 (Versions::symbol_section_contents): If a symbol is undefined, or
9532 defined in a dynamic object, set the version index to
9533 VER_NDX_LOCAL.
9534 * symtab.cc (Symbol_table::add_from_relobj): Don't call
9535 symbol_is_local.
9536 (Symbol_table::add_from_pluginobj): Likewise.
9537 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
9538
d56962d3
DK
95392010-01-11 Doug Kwan <dougkwan@google.com>
9540
9541 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
9542 (incremental_dump_LDADD): Add linking option for libintl.
9543 * Makefile.in: Regenerate.
9544
94e6ee91
L
95452010-01-11 H.J. Lu <hongjiu.lu@intel.com>
9546
9547 PR gold/11144
9548 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
9549 instead of -Ds.
9550 * testsuite/Makefile.in: Regenerated.
9551
e96c574b
DK
95522010-01-10 Doug Kwan <dougkwan@google.com>
9553
9554 * options.h (DEFINE_var): Use parentheses around argument varname__
9555 in macro body to avoid any unintended subsequent substitutions.
9556
7198066b
ILT
95572010-01-10 Ian Lance Taylor <iant@google.com>
9558
ba4d53bf
ILT
9559 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
9560 candidates before doing symbol resolution.
9561
7198066b
ILT
9562 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
9563 ODR candidates if only one is weak.
9564
a2beed37
ILT
95652010-01-08 Ian Lance Taylor <iant@google.com>
9566
9567 * script.cc (Version_script_info::build_expression_list_lookup):
9568 Don't warn about ambiguous version, just record the ambiguity.
9569 (Version_script_info::get_symbol_version_helper): Give error if
9570 version is ambiguous.
9571
2fb7225c
DK
95722010-01-08 Doug Kwan <dougkwan@google.com>
9573
9574 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
703d02da
AM
9575 prev_data_size_ and prev_addralign_. Remove initializer for
9576 deleted data member has_been_changed_.
9577 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
9578 to determine if the table is empty.
9579 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
9580 Remove.
9581 (Stub_table::add_reloc_stub): Define method in class definition
9582 instead of just declaring it there.
9583 (Stub_table::add_cortex_a8_stub): New method definition.
9584 (Stub_table::update_data_size_and_addralign): Ditto.
9585 (Stub_table::finalize_stubs): Ditto.
9586 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
9587 (Stub_table::do_addralign_): Return address alignment in the
9588 (Stub_table::do_reset_address_and_file_offset): Define method in
9589 class definition instead of declaring it there. Set current data
9590 size to be the data size of the previous pass.
9591 (Stub_table::set_final_data_size): Use current data size as the
9592 final data size.
9593 (Stub_table::relocate_stub): Change parameter type of stub from
9594 Reloc_stub pointer to Stub pointer.
9595 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
9596 (Stub_table::Cortex_a8_stub_list): New typedef.
9597 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
9598 Stub_table::prev_addralign_): New data member.
9599 (Arm_relobj::Arm_relobj): Initialize data member
9600 section_has_cortex_a8_workaround_.
9601 (Arm_relobj::section_has_cortex_a8_workaround,
9602 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
9603 definitions.
9604 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
9605 declarations.
9606 (Target_arm::relocate_stub): Change parameter type of stub from
9607 Reloc_stub pointer to Stub pointer.
9608 (Insn_template::size, Insn_template::alignment): Handle
9609 THUMB16_SPECIAL_TYPE.
9610 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
9611 Stub_table::update_data_size_and_addralign,
9612 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
9613 definitions.
9614 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
9615 (Stub_table::do_write): Ditto.
9616 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2fb7225c 9617
880cd20d
ILT
96182010-01-08 Ian Lance Taylor <iant@google.com>
9619
9620 PR 11108
9621 * symtab.h (class Symbol): Remove fields is_target_special_ and
9622 has_plt_offset_. Add field is_defined_in_discarded_section_.
9623 (Symbol::is_defined_in_discarded_section): New function.
9624 (Symbol::set_is_defined_in_discarded_section): New function.
9625 (Symbol::has_plt_offset): Rewrite.
9626 (Symbol::set_plt_offset): Verify that new offset is not -1U.
9627 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
9628 Don't initialize is_target_special_ or has_plt_offset_.
9629 Initialize is_defined_in_discarded_section_.
9630 (Symbol_table::add_from_relobj): If appropriate, set
9631 is_defined_in_discarded_section.
9632 * resolve.cc (Symbol::override_base_with_special): Don't test
9633 is_target_special_. Change has_plt_offset_ to has_plt_offset().
9634 * target-reloc.h (relocate_section): Do special handling for
9635 symbols defined in discarded sections for global symbols as well
9636 as local symbols.
9637
2703e3eb
ILT
96382010-01-08 Ian Lance Taylor <iant@google.com>
9639
9640 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
9641 the SHT_SYMTAB case.
9642
339d40a3
ILT
96432010-01-08 Ian Lance Taylor <iant@google.com>
9644
9645 * object.cc (Sized_relobj::do_layout): Don't get confused if
9646 layout_eh_frame returns NULL.
9647
abecea76
ILT
96482010-01-08 Ian Lance Taylor <iant@google.com>
9649
9650 PR 11084
9651 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
9652 dynamic symbol table, use the normal symbol table.
9653 (Sized_dynobj::do_read_symbols): Remove assertion about type of
9654 symbol table.
9655
6b7dd3f3
ILT
96562010-01-08 Ian Lance Taylor <iant@google.com>
9657
9658 PR 11072
9659 * layout.cc (Layout::include_section): Remove .gnu_debuglink
9660 sections.
9661
36c50e63
L
96622010-01-08 H.J. Lu <hongjiu.lu@intel.com>
9663
9664 * version.cc (print_version): Change to "Copyright 2010".
9665
e291e7b9
ILT
96662010-01-08 Ian Lance Taylor <iant@google.com>
9667
9668 PR 10287
9669 PR 11063
9670 * i386.cc (class Target_i386): Change return type of plt_section
9671 to be non-const.
9672 (class Output_data_plt_i386): Add tls_desc_rel_ field.
9673 (Output_data_plt_i386::Output_data_plt_i386): Initialize
9674 tls_desc_rel_ field.
9675 (Output_data_plt_i386::rel_tls_desc): New function.
9676 (Target_i386::rel_tls_desc_section): New function.
9677 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
9678 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
9679 R_386_TLS_DESC reloc in rel_tls_desc_section.
9680 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
9681 Define struct Tlsdesc_info.
9682 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
9683 (Target_x86_64::do_reloc_symbol_index): New function.
9684 (Target_x86_64::add_tlsdesc_info): New function.
9685 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
9686 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
9687 tlsdesc_rel_ field.
9688 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
9689 all callers.
9690 (Output_data_plt_x86_64::rela_tlsdesc): New function.
9691 (Target_x86_64::rela_tlsdesc_section): New function.
9692 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
9693 handling.
9694 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
9695 (Target_x86_64::do_reloc_addend): New function.
9696 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
9697 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
9698 declarations. Define TARGET_CODE. Add arg field to u1_ union.
9699 (Output_reloc::type): New function.
9700 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
9701 (Output_reloc::is_target_specific): New function.
9702 (Output_reloc::target_arg): New function.
9703 (class Output_reloc) [SHT_RELA]: Add four new constructors for
9704 absolute relocs and target specific relocs.
9705 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
9706 add_target_specific.
9707 (class Output_data_reloc) [SHT_RELA]: Likewise.
9708 * output.cc (Output_reloc::Output_reloc): Add four new versions
9709 for absolute relocs and target specific relocs.
9710 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
9711 (Output_reloc::get_symbol_index): Likewise.
9712 (Output_reloc::local_section_offset): Check that local_sym_index_
9713 is not TARGET_CODE or 0.
9714 (Output_reloc::symbol_value): Likewise.
9715 (Output_reloc::write) [SHT_RELA]: Call target for target specific
9716 reloc.
9717 * target.h (class Target): Add reloc_symbol_index and reloc_addend
9718 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
9719 functions.
9720 * layout.cc (add_target_dynamic_tags): Use output section for
9721 DT_PLTRELSZ and DT_JMPREL.
9722
3a44184e
ILT
97232010-01-07 Ian Lance Taylor <iant@google.com>
9724
9725 PR 11061
9726 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
9727 function.
9728 (class Output_data_reloc_generic): Define.
9729 (class Output_data_reloc_base): Change base class to
9730 Output_data_reloc_generic. Change add() method to call
9731 bump_relative_reloc_count for a relative reloc. Remove
9732 sort_relocs_ field.
9733 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
9734 to sort_relocs().
9735 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
9736 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
9737 appropriate.
9738 * layout.h (class Layout): Update declaration.
9739
ea715a34
ILT
97402010-01-07 Ian Lance Taylor <iant@google.com>
9741
9742 * output.h (class Output_data): Add const version of
9743 output_section and do_output_section.
9744 (class Output_section_data): Add const version of
9745 do_output_section.
9746 (class Output_section): Likewise.
9747 * layout.cc (Layout::add_target_dynamic_tags): New function.
9748 * layout.h (class Layout): Update declarations.
9749 * arm.cc (Target_arm::do_finalize_sections): Use
9750 add_target_dynamic_tags.
9751 * i386.cc (Target_i386::do_finalize_sections): Likewise.
9752 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
9753 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
9754 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9755
659948a4
ILT
97562010-01-07 Ian Lance Taylor <iant@google.com>
9757
9758 PR 11042
9759 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
9760 object as needed.
9761
9d3b86f6
ILT
97622010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
9763 Ian Lance Taylor <iant@google.com>
9764
9765 PR 11019
9766 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
9767 Xindex::read_symtab_xindex.
9768
bb0d3eb0
DK
97692010-01-07 Doug Kwan <dougkwan@google.com>
9770
9771 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
9772 (Insn_template::thumb16_bcond_insn): New method declaration.
9773 (Insn_template): Fix spelling.
9774 (Stub::thumb16_special): New method declaration.
9775 (Stub::do_write): Define virtual method which was previously pure
9776 virtual.
9777 (Stub::do_thumb16_special): New method declaration.
9778 (Stub::do_fixed_endian_write): New template member.
9779 (Reloc_stub::do_write): Remove.
9780 (Reloc_stub::do_fixed_endian_write): Remove.
9781 (Cortex_a8_stub): New class definition.
9782 (Stub_factory::make_cortex_a8_stub): New method definition.
9783 (Stub_factory::Stub_factory): Add missing static storage class
9784 qualifier for elf32_arm_stub_a8_veneer_blx.
9785
ffeef7df
ILT
97862010-01-07 Ian Lance Taylor <iant@google.com>
9787
dc3f80fe
ILT
9788 PR 10980
9789 * options.h (class General_options): Add --warn-unresolved-symbols
9790 and --error-unresolved-symbols.
9791 * errors.cc (Errors::undefined_symbol): Implement
9792 --warn-unresolved-symbols.
9793
ffeef7df
ILT
9794 * options.h (class General_options): Add -z text and -z textoff.
9795 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
9796
f1ec9ded
ST
97972010-01-06 Sriraman Tallam <tmsriram@google.com>
9798
9799 * gc.h (Garbage_collection::Cident_section_map): New typedef.
9800 (Garbage_collection::cident_sections): New function.
9801 (Garbage_collection::add_cident_section): New function.
9802 (Garbage_collection::cident_sections_): New member.
9803 (gc_process_relocs): Add references to sections whose names are C
9804 identifiers.
9805 * gold.h (cident_section_start_prefix): New constant.
9806 (cident_section_stop_prefix): New constant.
9807 (is_cident): New function.
9808 * layout.cc (Layout::define_section_symbols): Replace string constants
9809 with the newly defined constants.
9810 * object.cc (Sized_relobj::do_layout): Track sections whose names are
9811 C identifiers.
9812 * testsuite/Makefile.am: Add gc_orphan_section_test.
9813 * testsuite/Makefile.in: Regenerate.
9814 * testsuite/gc_orphan_section_test.cc: New file.
9815 * testsuite/gc_orphan_section_test.sh: New file.
9816
6eda8c29
ILT
98172010-01-06 Ian Lance Taylor <iant@google.com>
9818
b9674e17
ILT
9819 PR 10980
9820 * options.h (class General_options): Add --warn-shared-textrel.
9821 * layout.cc (Layout::finish_dynamic_section): Implement
9822 --warn-shared-textrel.
9823
6eda8c29
ILT
9824 PR 10980
9825 * options.h (class General_options): Add --warn-multiple-gp.
9826
32dcd44e
ILT
98272010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9828
9829 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
9830 $(THREADSLIB) and $(LIBDL).
9831 * Makefile.in: Rebuild.
9832
a192ba05
ILT
98332010-01-06 Ian Lance Taylor <iant@google.com>
9834
9835 PR 10980
9836 * options.cc (General_options::parse_section_start): New function.
9837 (General_options::section_start): New function.
9838 (General_options::General_options): Initialize all members.
9839 * options.h: Include <map>
9840 (class General_options): Add --section-start. Add section_starts_
9841 member.
9842 * layout.cc (Layout::attach_allocated_section_to_segment): If
9843 --section-start was used, set the address of the segment. Remove
9844 local sort_sections.
9845 (Layout::relaxation_loop_body): If the address of the load segment
9846 has been set by --section-start, don't use it.
9847 * output.h (Output_segment::update_flags_for_output_section): New
9848 function.
9849 * output.cc (Output_segment::add_output_section): Call
9850 update_flags_for_output_section.
9851
dde3f402
ILT
98522010-01-05 Ian Lance Taylor <iant@google.com>
9853
62dfdd4d
ILT
9854 PR 10980
9855 * options.h (class General_options): Add --undefined-version.
9856 * script.cc (struct Version_expression): Add was_matched_by_symbol
9857 field.
9858 (Version_script_info::matched_symbol): New function.
9859 (Version_script_info::get_symbol_version_helper): Call
9860 matched_symbol.
9861 (Version_script_info::check_unmatched_names): New function.
9862 * script.h (class Version_script_info): Update declarations.
9863 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
9864
9c4ae156
ILT
9865 * options.h (class General_options): Use DEFINE_bool_alias for
9866 allow_multiple_definition.
9867 * resolve.cc (Symbol_table::should_override): Don't test
9868 allow_multiple_definition.
9869
dde3f402
ILT
9870 PR 10980
9871 * options.h (class General_options): Add --cref.
9872 * main.cc (main): Print cref table if --cref. Don't close mapfile
9873 until after printing cref table.
9874 * cref.cc: Include "symtab.h".
9875 (class Cref_inputs): Define Cref_table_compare and Cref_table.
9876 (Cref_table_compare::operator()): New function.
9877 (Cref_inputs::gather_cref): New function.
9878 (filecol): New static const.
9879 (Cref_inputs::print_cref): New function.
9880 (Cref::print_cref): New function.
9881 * cref.h: Include <cstdio>.
9882 (class Cref): Update declarations.
9883 * mapfile.h (Mapfile::file): New function.
9884 * object.h (class Object): Define Symbols. Declare virtual
9885 do_get_global_symbols.
9886 (Object::get_global_symbols): New function.
9887 * object.cc (Input_objects::add_object): Pass object to cref_ if
9888 --cref.
9889 (Input_objects::archive_start): Likewise.
9890 (Input_objects::archive_stop): Likewise.
9891 (Input_objects::print_cref): New function.
9892 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
9893 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
9894 --cref.
9895 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
9896 function.
9897 * plugin.h (class Sized_pluginobj): Update declarations.
9898
8781f709
ILT
98992010-01-05 Ian Lance Taylor <iant@google.com>
9900
9901 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
9902 to is_default_version. Rename insdef to insdefault.
9903 (Symbol_table::add_from_relobj): Rename def to is_default_version
9904 and local to is_forced_local.
9905 (Symbol_table::add_from_pluginobj): Likewise.
9906 (Symbol_table::add_from_dynobj): Likewise.
9907 (Symbol_table::define_special_symbol): Rename insdef to
9908 insdefault.
9909
fe35d28d
ILT
99102010-01-04 Ian Lance Taylor <iant@google.com>
9911
30bc8c46
ILT
9912 PR 10980
9913 * options.h (class General_options): Add
9914 --allow-multiple-definition and -z muldefs.
9915 * resolve.cc (Symbol_table::should_override): Don't warn about a
9916 multiple symbol definition if --allow-multiple-definition or -z
9917 muldefs.
9918
7eaea549
ILT
9919 PR 10980
9920 * options.h (class General_options): Add --add-needed and
9921 --copy-dt-needed-entries. Tweak --as-needed help entry.
9922 * object.cc (Input_objects::check_dynamic_dependencies): Give an
9923 error if --copy-dt-needed-entries aka --add-needed is used and
9924 would cause a change in behaviour.
9925
fe35d28d
ILT
9926 PR 10980
9927 * options.h (class General_options): Add -G as a short version of
9928 --shared. Add no-op options -assert, -g, and -i.
9929
55a2bb35
ST
99302010-01-04 Sriraman Tallam <tmsriram@google.com>
9931
9932 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
9933 check for .text or .gnu.linkonce.t sections.
9934 * icf.cc (Icf::find_identical_sections): Ditto.
9935 Change the detection for mangled function name within the section
9936 name.
9937 * icf.h (is_section_foldable_candidate): New function.
9938
719328e1
ILT
99392009-12-30 Ian Lance Taylor <iant@google.com>
9940
9941 PR 10980
9942 * options.h (class General_options): Permit two dashes with
9943 --retain-symbols-file.
9944
d7bb5745
ILT
99452009-12-30 Ian Lance Taylor <iant@google.com>
9946
403a15dd
ILT
9947 PR 10979
9948 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
9949 don't put the file header and segment headers in the text
9950 segment.
9951
eda294df
ILT
9952 PR 10979
9953 * common.cc (Sort_commons::operator()): Stabilize sort when both
9954 entries are NULL.
9955 (Symbol_table::do_allocate_commons_list): When allocating common
9956 symbols, skip a symbol which is no longer common.
9957 * symtab.h (Symbol::is_common): Test whether the symbol comes from
9958 an object before checking its type.
9959 * testsuite/common_test_2.c: New file.
9960 * testsuite/common_test_3.c: New file.
9961 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
9962 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
9963 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
9964 (common_test_2_pic.o, common_test_2.so): New targets.
9965 (common_test_3_pic.o, common_test_3.so): New targets.
9966 * testsuite/Makefile.in: Rebuild.
9967
d7bb5745
ILT
9968 PR 10979
9969 * script.cc (read_input_script): If we see a new SECTIONS clause,
9970 and we have added an input section, give an error.
9971 * layout.h (class Layout): Add have_added_input_section function.
9972 Add have_added_input_section_ field.
9973 * layout.cc (Layout::Layout): Initialize
9974 have_added_input_section_.
9975 (Layout::layout): Set have_added_input_section_.
9976 (Layout::layout_eh_frame): Likewise.
9977
fc59c572
ILT
99782009-12-30 Ian Lance Taylor <iant@google.com>
9979
9980 PR 10931
9981 * options.h (class General_options): Add --sort-common option.
9982 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
9983 * common.cc (Sort_common): Add sort_order parameter to
9984 constructor. Add sort_order_ field.
9985 (Sort_commons::operator): Check sort_order_.
9986 (Symbol_table::allocate_commons): Determine the sort order.
9987 (Symbol_table::do_allocate_commons): Add sort_order parameter.
9988 Change all callers.
9989 (Symbol_table::do_allocate_commons_list): Likewise.
9990
1c74fab0
ILT
99912009-12-30 Ian Lance Taylor <iant@google.com>
9992
9993 PR 10916
9994 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
9995 symbols from this object, don't change the visibility of an
9996 undefined symbol.
9997 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
9998
6affe781
ILT
99992009-12-30 Ian Lance Taylor <iant@google.com>
10000
10001 PR 10861
10002 * script.h (class Version_script_info): Define Language enum.
10003 Update declarations. Define Glob, Exact, and Lookup types. Add
10004 new fields globals_, locals_, and is_finalized_.
10005 * script.cc: Various formatting fixes.
10006 (class Parser_closure): Change language_stack_ from a vector of
10007 std::string to one of Version_script_info::Language. Adjust all
10008 uses accordingly.
10009 (class Lazy_demangler): Remove.
10010 (struct Version_expression): Change language from std::string to
10011 Version_script_info::Language.
10012 (Version_script_info::Version_script_info): New function.
10013 (Version_script_info::~Version_script_info): Don't call clear.
10014 (Version_script_info::finalize): New function.
10015 (Version_script_info::build_lookup_tables): New function.
10016 (Version_script_info::build_expression_list_lookup): New
10017 function.
10018 (Version_script_info::get_symbol_version_helper): Rewrite to use
10019 lookup tables.
10020 (Version_script_info::print_expression_list): Adjust to use
10021 Version_script_info::Language.
10022 (script_push_lex_into_version_mode): Check that the version script
10023 has not been finalized.
10024 (version_script_push_lang): Change language string to
10025 Version_script_info::Language.
10026 * options.cc (Command_line::version_script): New function.
10027 * options.h (class General_options): Add finalize_dynamic_list
10028 function. Change version_script from declaration to definition.
10029 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
10030 * testsuite/version_script.map: Remove duplicate def of foo.
10031 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
10032 version_script.map.
10033 * testsuite/Makefile.in: Rebuild.
10034
818bf354
ILT
100352009-12-30 Ian Lance Taylor <iant@google.com>
10036
10037 PR 10843
10038 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
10039 if the input symbol index is 0, make the output symbol index 0.
10040
ebcc8304
ILT
100412009-12-30 Ian Lance Taylor <iant@google.com>
10042
10043 PR 10670
10044 * options.h (class General_options): Add -x/--discard-all.
10045 * object.cc (Sized_relobj::do_count_local_symbols): Handle
10046 --discard-all. If the local symbol needs a dynamic entry, check
10047 that before handling --discard-locals.
10048
176fe33f
ILT
100492009-12-30 Ian Lance Taylor <iant@google.com>
10050
bb321bb1
ILT
10051 PR 10450
10052 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
10053 flags to PF_R.
10054 (Output_segment::add_output_section): Don't change the flags if
10055 the type is PT_TLS.
10056
176fe33f
ILT
10057 PR 10450
10058 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
10059 GNU hash table if they need a dynamic value. Otherwise, don't add
10060 them if they are defined in a dynamic object or are forced local.
10061
e8cd95c7
ILT
100622009-12-29 Ian Lance Taylor <iant@google.com>
10063
1b81fb71
ILT
10064 PR 10450
10065 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
10066 .gnu.hash table for a 32-bit target.
10067
8d6d383d
ILT
10068 PR 10450
10069 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
10070 regular and a dynamic object only needs a dynamic symbol table
10071 entry if it is externally visible.
10072
e785ec03
ILT
10073 PR 10450
10074 * i386.cc (class Target_i386): Initialize global_offset_table_ in
10075 constructor. Add global_offset_table_ field.
10076 (Target_i386::got_section): Set global_offset_table_.
10077 (Target_i386::do_finalize_sections): Set global_offset_table_
10078 size.
10079 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
10080 in constructor. Add global_offset_table_ field.
10081 (Target_x86_64::got_section): Set global_offset_table_.
10082 (Target_x86_64::do_finalize_sections): Set global_offset_table_
10083 size.
10084
1a2dff53
ILT
10085 * layout.cc (Layout::Layout): Initialize increase_relro_.
10086 (Layout::get_output_section): Add is_relro, is_last_relro, and
10087 is_first_non_relro parameters. Change all callers.
10088 (Layout::choose_output_section): Likewise.
10089 (Layout::add_output_section_data): Likewise.
10090 (Layout::make_output_section): Likewise.
10091 (Layout::set_segment_offsets): Clear increase_relro when using a
10092 linker script.
10093 * layout.h (class Layout): Add increase_relro method. Add
10094 increase_relro_ field. Update declarations.
10095 * output.cc (Output_section::Output_section): Initialize
10096 is_last_relro_ and is_first_non_relro_.
10097 (Output_segment::add_output_section): Group relro sections is
10098 do_sort is true. Handle is_last_relro and is_first_non_relro.
10099 (Output_segment::maximum_alignment): Remove relro handling.
10100 (Output_segment::set_section_addresses): Add increase_relro
10101 parameter. Change all callers. Add initial alignment to align
10102 relro sections on separate page. Remove old relro handling.
10103 (Output_segment::set_section_list_addresses): Remove in_relro
10104 parameter. Change all callers.
10105 (Output_segment::set_offset): Add increase parameter. Change all
10106 callers. Remove old relro handling.
10107 * output.h (class Output_section): Add new methods: is_last_relro,
10108 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
10109 Add is_last_relro_ and is_first_non_relro_ fields.
10110 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
10111 Create separate .got.plt section. Call increase_relro.
10112 * x86_64.cc (Target_x86_64::got_section): Likewise.
10113 * testsuite/relro_script_test.t: Add .got.plt.
10114
f0ba79e2
ILT
10115 PR 10450
10116 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
10117 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
10118 (Layout::finalize): Call set_dynamic_symbol_size.
10119 (Layout::set_dynamic_symbol_size): New function.
10120 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
10121 set_dynamic_symbol_size.
10122
e8cd95c7
ILT
10123 PR 10450
10124 * output.h (class Output_section): Add is_entsize_zero_ field.
10125 * output.cc (Output_section::Output_section): Initialize
10126 is_entsize_zero_.
10127 (Output_section::set_entsize): If two different entsizes are
10128 requested, force it to zero.
10129 (Output_section::add_input_section): Set flags for .debug_str
10130 before updating section flags. Set entsize.
10131 (Output_section::update_flags_for_input_section): Set SHF_MERGE
10132 and SHF_STRING if all input sections have those flags.
10133
3e1b9a8a
RÁE
101342009-12-29 Rafael Espindola <espindola@google.com>
10135
10136 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
10137 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
10138 reporting.
3e1b9a8a 10139
3dcad376
ST
101402009-12-29 Sriraman Tallam <tmsriram@google.com>
10141
10142 * options.cc (General_options::parse_version): Allow -v to exit
10143 without an error if there is nothing to link.
10144
084e2665
ILT
101452009-12-29 Ian Lance Taylor <iant@google.com>
10146
10147 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
10148 using a version of gcc before 4.1.
10149 * configure: Rebuild.
10150
250acde3
CD
101512009-12-28 Chris Demetriou <cgd@google.com>
10152
10153 * attributes.cc (Output_attributes_section_data::do_write): Use
10154 std::vector::front rather than std::vector::data.
10155
99fff23b
ILT
101562009-12-28 Ian Lance Taylor <iant@google.com>
10157
10158 * symtab.h (class Symbol_table): Add enum Defined.
10159 * resolve.cc (Symbol_table::should_override): Add defined
10160 parameter. Change all callers. Test whether object is NULL
10161 before calling a method on it.
10162 (Symbol_table::report_resolve_problem): Add defined parameter.
10163 Change all callers.
10164 (Symbol_table::should_override_with_special): Likewise.
10165 * symtab.cc (Symbol_table::define_in_output_data): Add defined
10166 parameter. Change all callers.
10167 (Symbol_table::do_define_in_output_data): Likewise.
10168 (Symbol_table::define_in_output_segment): Likewise.
10169 (Symbol_table::do_define_in_output_segment): Likewise.
10170 (Symbol_table::define_as_constant): Likewise.
10171 (Symbol_table::do_define_as_constant): Likewise.
10172 * script.h (class Symbol_assignment): Add is_defsym parameter to
10173 constructor; change all callers.
10174 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
10175 parameter. Change all callers. Add is_defsym_ field.
10176 (class Parser_closure): Add parsing_defsym parameter to
10177 constructor; change all callers. Add parsing_defsym accessor
10178 function. Add parsing_defsym_ field.
10179
556bd683
ILT
101802009-12-28 Ian Lance Taylor <iant@google.com>
10181
10182 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 10183 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 10184
1782c879
ILT
101852009-12-23 Ian Lance Taylor <iant@google.com>
10186
10187 * i386.cc (Target_i386::do_calls_non_split): Recognize
10188 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
10189 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
10190 -fsplit-stack prologue when using %r11.
1782c879 10191
329ca2b1
ST
101922009-12-21 Sriraman Tallam <tmsriram@google.com>
10193
10194 * options.cc (General_options::parse_version): Make -v continue and do
10195 the link like GNU ld does.
10196
d675ff46
RÁE
101972009-12-17 Rafael Avila de Espindola <espindola@google.com>
10198
10199 * Makefile.am (CCFILES): Add timer.cc.
10200 (HFILES): Add timer.h.
10201 * configure.ac: Check for sysconf and times.
10202 * main.cc: include timer.h.
10203 (main): Use Timer instead of get_run_time.
10204 * timer.cc: New.
10205 * timer.h: New.
10206 * workqueue.cc: include timer.h.
10207 (Workqueue::find_and_run_task):
10208 Report user, sys and wall time.
10209 * Makefile.in: Regenerate.
10210 * config.in: Regenerate.
10211 * configure: Regenerate.
10212
d6344fb5
DK
102132009-12-16 Doug Kwan <dougkwan@google.com>
10214
10215 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
10216 sections.
10217 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
10218 relaxed input sections.
10219 * output.cc (Output_section::find_relaxed_input_section): Change
10220 return type to Output_relaxed_input_section pointer. Adjust code
10221 for new type of relaxed_input_section_map_.
10222 * output.h (Output_section::find_relaxed_input_section): Change
10223 return type to Output_relaxed_input_section pointer.
10224 (Output_section::Output_relaxed_input_section_by_input_section_map):
10225 New type.
10226 (Output_section::relaxed_input_section_map_): Change type to
10227 Output_section::Output_relaxed_input_section_by_input_section_map.
10228 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
10229 input section.
10230
0e0d5469
ILT
102312009-12-15 Ian Lance Taylor <iant@google.com>
10232
10233 * layout.cc (Layout::create_shstrtab): Only write out after input
10234 sections if we are compressing debug sections.
10235
0649a889
ILT
102362009-12-15 Ian Lance Taylor <iant@google.com>
10237
10238 * archive.cc (Archive::add_symbols): Only look up a symbol without
10239 a version if there is, in fact, a version.
10240
2ea97941
ILT
102412009-12-14 Ian Lance Taylor <iant@google.com>
10242
10243 Revert -Wshadow changes, all changes from:
10244 2009-12-11 Doug Kwan <dougkwan@google.com>
10245 2009-12-11 Nick Clifton <nickc@redhat.com>
10246 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
10247
b0eec2cc
DK
102482009-12-11 Doug Kwan <dougkwan@google.com>
10249
10250 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
10251 due to -Wshadow.
10252 * attributes.cc (Object_attribute::size): Ditto.
10253 (Attributes_section_data::size): Ditto.
10254 (Attributes_section_data::Attributes_section_data): Ditto.
10255 (Output_attributes_section_data::do_write): Ditto.
10256 * attributes.h (Object_attribute::set_type): Ditto.
10257 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
10258
91d6fa6a
NC
102592009-12-11 Nick Clifton <nickc@redhat.com>
10260
10261 * archive.cc: Fix shadowed variable warnings.
10262 * arm.cc: Likewise.
10263 * compressed_output.cc: Likewise.
10264 * compressed_output.h: Likewise.
10265 * configure: Likewise.
10266 * dwarf_reader.cc: Likewise.
10267 * dynobj.cc: Likewise.
10268 * dynobj.h: Likewise.
10269 * ehframe.cc: Likewise.
10270 * ehframe.h: Likewise.
10271 * errors.cc: Likewise.
10272 * expression.cc: Likewise.
10273 * fileread.cc: Likewise.
10274 * fileread.h: Likewise.
10275 * freebsd.h: Likewise.
10276 * i386.cc: Likewise.
10277 * icf.cc: Likewise.
10278 * incremental.h: Likewise.
10279 * layout.cc: Likewise.
10280 * layout.h: Likewise.
10281 * mapfile.cc: Likewise.
10282 * merge.cc: Likewise.
10283 * merge.h: Likewise.
10284 * object.cc: Likewise.
10285 * object.h: Likewise.
10286 * options.h: Likewise.
10287 * output.cc: Likewise.
10288 * output.h: Likewise.
10289 * parameters.cc: Likewise.
10290 * plugin.cc: Likewise.
10291 * powerpc.cc: Likewise.
10292 * reduced_debug_output.cc: Likewise.
10293 * reduced_debug_output.h: Likewise.
10294 * reloc.cc: Likewise.
10295 * reloc.h: Likewise.
10296 * resolve.cc: Likewise.
10297 * script-sections.cc: Likewise.
10298 * script.cc: Likewise.
10299 * script.h: Likewise.
10300 * sparc.cc: Likewise.
10301 * symtab.cc: Likewise.
10302 * symtab.h: Likewise.
10303 * target-select.cc: Likewise.
10304 * target-select.h: Likewise.
10305 * token.h: Likewise.
10306 * workqueue.cc: Likewise.
10307 * workqueue.h: Likewise.
10308 * x86_64.cc: Likewise.
10309
a0351a69
DK
103102009-12-10 Doug Kwan <dougkwan@google.com>
10311
10312 * arm.cc (attributes.h): New include.
10313 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
10314 (Arm_relobj::~Arm_relobj): Delete object pointed by
10315 attributes_section_data_.
10316 (Arm_relobj::attributes_section_data): New method definition.
10317 (Arm_relobj::attributes_section_data_): New data member declaration.
10318 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
10319 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
10320 attributes_section_data_.
10321 (Arm_dynobj::attributes_section_data): New method definition.
10322 (Arm_dynobj::attributes_section_data_): New data member declaration.
10323 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
10324 initialization value of may_use_blx_ to false.
2e702c99 10325 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
a0351a69
DK
10326 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
10327 object attributes to compute results instead of hard-coding.
10328 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
10329 Target_arm::get_secondary_compatible_arch,
10330 Target_arm::set_secondary_compatible_arch
10331 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10332 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
10333 New method declarations.
10334 (Target_arm::get_aeabi_object_attribute): New method definition.
10335 (Target_arm::attributes_section_data_): New data member declaration.
10336 (read_arm_attributes_section): New template definition.
10337 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
10338 (Arm_dynobj::do_read_symbols): Ditto.
10339 (Target_arm::do_finalize_sections): Merge attributes sections from
10340 input. Check for BLX use after attributes section merging.
10341 Fix __exidx_start and __exidx_end visibility. Create an
10342 .ARM.attributes section if necessary.
10343 (Target_arm::get_secondary_compatible_arch,
10344 Target_arm::set_secondary_compatible_arch,
10345 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10346 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 10347 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
10348 New method definitions.
10349
b59befec
ILT
103502009-12-09 Ian Lance Taylor <iant@google.com>
10351
10352 * plugin.cc (Plugin::load): Don't cast from void* to a function
10353 pointer.
10354
1276bc89
ILT
103552009-12-09 Ian Lance Taylor <iant@google.com>
10356
10357 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
10358 information fields.
10359
2f2de248
L
103602009-12-09 H.J. Lu <hongjiu.lu@intel.com>
10361
10362 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
10363 Replace two_file_shared_1.so with two_file_shared_2.so.
10364 * testsuite/Makefile.in: Regenerated.
10365
4f787271
DK
103662009-12-08 Doug Kwan <dougkwan@google.com>
10367
10368 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
10369 (HFILES): Add attributes.h and int_encoding.h.
10370 * Makefile.in: Regenerate.
10371 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
10372 function definitions to int_encoding.cc
10373 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
10374 prototypes to int_encoding.h
10375 * reduced_debug_output.cc (int_encoding.h): New include.
10376 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
10377 function definitions to int_encoding.cc
10378 (insert_into_vector, read_from_pointer): Move template definitions to
10379 int_encoding.h
10380 * attributes.cc: New file.
10381 * attributes.h: New file.
10382 * int_encoding.cc: New file.
10383 * int_encoding.h: New file.
10384
20b52f1a
RÁE
103852009-12-07 Rafael Avila de Espindola <espindola@google.com>
10386
10387 PR gold/11055
10388 * incremental-dump.cc (dump_incremental_inputs): New.
10389 (main): Use dump_incremental_inputs.
10390
53d7974c
L
103912009-12-07 H.J. Lu <hongjiu.lu@intel.com>
10392
10393 PR gold/10893
10394 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
10395 checking elfcpp::STT_FUNC.
10396 (Target_i386::Relocate::relocate): Likewise.
10397 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
10398
10399 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
10400 symbols from shared libraries into normal FUNC symbols.
10401
10402 * symtab.h (Symbol): Add is_func and use it.
10403
05a352e6
DK
104042009-12-05 Doug Kwan <dougkwan@google.com>
10405
10406 * arm.cc (Target_arm::arm_info): Initialize new fields
10407 attributes_section and attributes_vendor.
10408 * i386.cc (Target_i386::i386_info): Same.
10409 * object.cc (Sized_relobj::do_layout): Skip attribute section.
10410 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
10411 fields attributes_section and attributes_vendor.
53d7974c 10412 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
10413 * target.h (Target::attributes_section, Target::attributes_vendor,
10414 Target::is_attributes_section, Target::attribute_arg_type,
10415 Target::attributes_order): New method definitions.
10416 (Target::Target_info::attributes_section,
10417 Target::Target_info::attributes_vendor): New fields.
10418 (Target::do_attribute_arg_type, Target::do_attributes_order): New
10419 virtual method definitions.
10420 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
10421 attributes_section and attributes_vendor.
10422 * testsuite/testfile.cc (Target_test::test_target_info): Same.
10423
f4e5969c
DK
104242009-12-05 Doug Kwan <dougkwan@google.com>
10425
10426 * arm.cc: Update comments about interworking and stub generation.
10427 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
10428 considered as non-PIC.
10429 (Arm_relocate_functions::base_abs): Fix formatting.
10430 (Arm_relocate_functions::got_prel): Fix comment. Change interface
10431 of function to use GOT entry address instead of offset.
10432 (Target_arm::Scan::global): Issue an error if a symbol would need a
10433 PLT does not get one because it is untyped. Remove code to create
10434 dynamic symbols for relative branches.
10435 (Target_arm::Relocate::relocate: Use 0 instead of false since function
10436 takes unsigned integer instead of boolean.
10437
1abce4a6
L
104382009-12-05 H.J. Lu <hongjiu.lu@intel.com>
10439
10440 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
10441 (two_file_test_LDADD): Likewise.
10442 (common_test_1_LDADD): Likewise.
10443 (exception_test_LDADD) Likewise.
10444 (weak_test_LDADD): Likewise.
10445 (many_sections_test_LDADD): Likewise.
10446 (initpri1_LDADD): Likewise.
10447 (script_test_1_LDADD): Likewise.
10448 (script_test_2_LDADD): Likewise.
10449 (justsyms_LDADD): Likewise.
10450 (binary_test_LDADD): Likewise.
10451 (large_LDADD): Likewise.
10452 * testsuite/Makefile.in: Regenerated.
10453
adcf2816 104542009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 10455
adcf2816
L
10456 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
10457 (Symbol_table::override_with_special): Likewise.
10458 (Symbol_table::add_from_object): Likewise.
10459
28e67f5d
RÁE
104602009-12-04 Rafael Avila de Espindola <espindola@google.com>
10461
10462 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10463 Don't set the data_offset twice.
10464
ae10a101
RÁE
104652009-12-04 Rafael Avila de Espindola <espindola@google.com>
10466
10467 * testsuite/Makefile.in: Regenerate.
10468
f59f41f3
DK
104692009-12-03 Doug Kwan <dougkwan@google.com>
10470
10471 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
10472 (Target_arm::do_finalize_sections): Add parameter for symbol table
10473 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
10474 * i386.cc (Target_i386::do_finalize_sections): Add an additional
10475 parameter for symbol table pointer.
10476 * layout.cc (Layout::finalize): Call Target::finalize_sections with
10477 an additional parameter for a pointer to symbol table.
10478 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
10479 parameter for a symbol table pointer.
10480 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
10481 * target.h (Target::finalize_sections, Target::do_finalize_sections):
10482 Ditto.
10483 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
10484 parameter for a symbol table pointer.
10485
ca55d848
RÁE
104862009-12-03 Rafael Avila de Espindola <espindola@google.com>
10487
10488 * incremental.cc (Incremental_inputs_header)
10489 (Incremental_inputs_header_write, Incremental_inputs_entry)
10490 (Incremental_inputs_entry_write): Move ...
10491 * incremental.h (Incremental_inputs_header)
10492 (Incremental_inputs_header_write, Incremental_inputs_entry)
10493 (Incremental_inputs_entry_write): here.
10494
3aec4f9c
RÁE
104952009-12-02 Rafael Avila de Espindola <espindola@google.com>
10496
10497 * incremental.cc (make_sized_incremental_binary): Set the target.
10498 Error if it is incompatible.
10499 * output.h (Output_file): Add filename method.
10500
9c0ae74d
RÁE
105012009-12-02 Rafael Avila de Espindola <espindola@google.com>
10502
10503 * incremental.cc (Incremental_inputs_entry): Remove unused argument
10504 from the get_* methods.
10505
a45500ae
RÁE
105062009-12-02 Rafael Avila de Espindola <espindola@google.com>
10507
10508 * incremental-dump.cc (main): Check that the offeset of a script is 0.
10509 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10510 Write 0 for the data_offset of scripts.
10511
325e6408
RÁE
105122009-12-02 Rafael Avila de Espindola <espindola@google.com>
10513
10514 * testsuite/Makefile.am: Add the incremental_test.sh test.
10515 * testsuite/incremental_test.sh: New.
10516 * testsuite/incremental_test_1.c: New.
10517 * testsuite/incremental_test_2.c: New.
10518
954c3e2e
RÁE
105192009-12-01 Rafael Avila de Espindola <espindola@google.com>
10520
703d02da 10521 * incremental-dump.cc (main): Fix typos.
954c3e2e 10522
f8086623
RÁE
105232009-11-27 Rafael Avila de Espindola <espindola@google.com>
10524
10525 PR gold/11025
10526 * incremental-dump.cc (main): Use llu to print 64 bit values.
10527
3b0dd6ac
L
105282009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
10529 H.J. Lu <hongjiu.lu@intel.com>
10530
10531 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
10532 $(LIBDL).
10533 (incremental_dump_LDADD): Likewise.
10534 * Makefile.in: Regenerated.
10535
a6d1ef57 105362009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 10537
a6d1ef57
DK
10538 Revert:
10539
10540 2009-11-25 Doug Kwan <dougkwan@google.com>
10541
10542 * arm.cc (Target_arm::Target_arm): Move method definition
10543 outside of class definition. Add code to handle
10544 --target1-rel, --target1-abs and --target2= options.
10545 (Target_arm::get_reloc_reloc_type): Change method to be
10546 non-static and const.
10547 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
10548 New data member declaration.
10549 (Target_arm::Scan::local, Target_arm::Scan::global,
10550 Target_arm::Relocate::relocate,
10551 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10552 Adjust call to Target_arm::get_real_reloc_type.
10553 (Target_arm::get_real_reloc_type): Use command line options
10554 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10555 * options.h (--target1-rel, --target1-abs, --target2): New
10556 ARM-only options.
10557
50aeb7d4
DK
105582009-11-25 Doug Kwan <dougkwan@google.com>
10559
10560 * arm.cc (Target_arm::Target_arm): Move method definition outside of
10561 class definition. Add code to handle --target1-rel, --target1-abs
10562 and --target2= options.
10563 (Target_arm::get_reloc_reloc_type): Change method to be non-static
10564 and const.
10565 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
10566 member declaration.
10567 (Target_arm::Scan::local, Target_arm::Scan::global,
10568 Target_arm::Relocate::relocate,
10569 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
10570 call to Target_arm::get_real_reloc_type.
10571 (Target_arm::get_real_reloc_type): Use command line options to
10572 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10573 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
10574 options.
10575
51938283
DK
105762009-11-25 Doug Kwan <dougkwan@google.com>
10577
10578 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
10579 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
10580 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
10581 formatting.
10582 (Arm_relocate_functions::thm_call): Replace body with a call to
10583 Arm_relocate_functions::thumb_branch_common.
10584 (Arm_relocate_functions::thm_jump24,
10585 Arm_relocate_functions::thm_xpc22): New method definitions.
10586 (Arm_relocate_functions::thumb_branch_common): New method definition.
10587 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
10588 operator.
10589 (Target_arm::Relocate::relocate): Adjust call to thm_call.
10590 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
10591
e2b8f3c4
RÁE
105922009-11-24 Rafael Avila de Espindola <espindola@google.com>
10593
10594 * Makefile.am: Build incremental-dump
10595 * Makefile.in: Regenerate.
10596 * incremental-dump.cc: New.
10597 * incremental.cc (Incremental_inputs_header_data,
10598 Incremental_inputs_entry_data): Move to incremental.h
10599 * incremental.h: (Incremental_inputs_header_data,
10600 Incremental_inputs_entry_data): Move from incremental.cc
10601
bcba9aec
RÁE
106022009-11-24 Rafael Avila de Espindola <espindola@google.com>
10603
10604 * incremental.cc (Incremental_inputs_header,
10605 Incremental_inputs_header_write, Incremental_inputs_entry,
10606 Incremental_inputs_entry_write): Add a typedef with the data type.
10607
7c3afe08
RÁE
106082009-11-24 Rafael Avila de Espindola <espindola@google.com>
10609
10610 * incremental.cc (Incremental_inputs_header,
10611 Incremental_inputs_header_write, Incremental_inputs_entry,
10612 Incremental_inputs_entry_write): Update comment about which
10613 type has the filed descriptions.
10614
d204b6e9
DK
106152009-11-15 Doug Kwan <dougkwan@google.com>
10616
10617 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
10618 (Arm_relocate_functions::arm_branch_common): Change method defintion
10619 in class definition to a method declaration and update list of formal
10620 parameters.
10621 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
10622 Arm_relocation_functions::jump24): Adjust call to
10623 Arm_relocate_functions::arm_branch_common. Update list of formal
10624 parameters.
10625 (Arm_relocate_functions::xpc25): New method definition.
10626 (Arm_relocate_functions::arm_branch_common): Move method defintion
10627 out from class definition. Use stubs for mode-switching and extending
10628 branch ranges.
10629 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
10630 specially. Change code to enable use of stubs in ARM branches.
10631
43d12afe
DK
106322009-11-10 Doug Kwan <dougkwan@google.com>
10633
10634 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
10635 in method declaration.
10636 (Target_arm::relocate_stub): New method declaration.
10637 (Target_arm::default_target): Change to return a pointer instead of
10638 a const reference.
10639 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
10640 Target_arm::default_target.
10641 (Arm_Relobj::do_relocate_sections): Remove options paramater in
10642 method definition.
10643 (Target_arm::relocate_section): Adjust view.
10644 (Target_arm::relocate_stub): New method definition.
10645
ac33a407
DK
106462009-11-10 Doug Kwan <dougkwan@google.com>
10647
10648 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
10649 a format warning.
10650 * incremental.cc (open_incremental_binary): Initialized local
10651 variables to avoid warnings.
10652 * object.cc (make_elf_object): Ditto.
10653 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
10654 a format warning.
e1df38aa 10655
88ee28e9
L
10656009-11-09 H.J. Lu <hongjiu.lu@intel.com>
10657
10658 PR gold/10930
10659 * testsuite/plugin_test.c: Include "config.h".
10660
2daedcd6
DK
106612009-11-09 Doug Kwan <dougkwan@google.com>
10662
10663 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
10664 (arm_symbol_value): Remove.
10665 (Arm_relocate_functions::arm_branch_common,
10666 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
10667 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
10668 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
10669 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
10670 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
10671 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
10672 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
10673 Arm_relocate_functions::thm_mobw_abs_nc,
10674 Arm_relocate_functions::thm_mov_abs,
10675 Arm_relocate_functions::movw_prel_nc,
10676 Arm_relocate_functions::thm_movt_abs,
10677 Arm_relocate_functions::movt_prel,
10678 Arm_relocate_functions::thm_movw_prel_nc,
10679 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
10680 (Target_arm::Relocate::relocate): Only decompose address into two
10681 parts if relocation type uses the thumb-bit and pass the actual
10682 bit instead of a flag indicating that the thumb-bit is used. Adjust
10683 calls to methods in Arm_relocate_functions for this change.
10684
1276bc89 106852009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
10686
10687 PR 10925
10688 * reloc.cc: Instantiate
10689 Sized_relobj::initialize_input_to_output_maps and
10690 Sized_relobj:free_input_to_output_maps.
10691
e53ad1b5
ILT
106922009-11-06 Ian Lance Taylor <iant@google.com>
10693
10694 PR 10876
10695 * defstd.cc (in_segment): Set only_if_ref true for "end".
10696
eb44217c
DK
106972009-11-06 Doug Kwan <dougkwan@google.com>
10698
10699 * arm.cc (class Reloc_stub): Correct a comment.
10700 (Target_arm::Target_arm): Initialize arm_input_section_map_.
10701 (Target_arm::scan_section_for_stubs): New method declaration.
10702 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
10703 Change methods from private to protected.
10704 (Target_arm::do_may_relax): New method definition.
10705 (Target_arm::do_relax, Target_arm::group_sections,
10706 Target_arm::scan_reloc_for_stub,
10707 Target_arm::scan_reloc_section_for_stubs): New method declarations.
10708 (Target_arm::arm_input_section_map_): New data member declaration.
10709 (Target_arm::scan_reloc_for_stub,
10710 Target_arm::scan_reloc_section_for_stubs,
10711 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
10712 Target_arm::do_relax): New method definitions.
10713
5d329b7d
ILT
107142009-11-06 Mikolaj Zalewski <mikolaj@google.com>
10715
10716 * configure.ac: Check for (struct stat)::st_mtim
10717 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
10718 * config.in: Regenerate.
10719 * configure: Regenerate.
10720
96a0d71b
ILT
107212009-11-05 Ian Lance Taylor <iant@google.com>
10722
10723 PR 10910
10724 * output.cc (Output_segment::add_output_section): Add missing
10725 return statement.
10726
594c8e5e
ILT
107272009-11-04 Ian Lance Taylor <iant@google.com>
10728
10729 PR 10880
10730 * object.h (class Object): Add is_needed and set_is_needed
10731 methods. Add is_needed_ field. Make bool fields into bitfields.
10732 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
10733 defined in a dynamic object and referenced by a regular object,
10734 set is_needed for the dynamic object.
10735 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
10736 if the file is marked with as_needed and it is not needed.
10737
22b127cc
ILT
107382009-11-04 Ian Lance Taylor <iant@google.com>
10739
10740 PR 10887
10741 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
10742 tags if data is discarded by linker script.
10743 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10744 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
10745 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
10746 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10747
f5c870d2
ILT
107482009-11-04 Ian Lance Taylor <iant@google.com>
10749
10750 * layout.cc (Layout::get_output_section): Add is_interp and
10751 is_dynamic_linker_section parameters. Change all callers.
10752 (Layout::choose_output_section): Likewise.
10753 (Layout::make_output_section): Likewise.
10754 (Layout::add_output_section_data): Add is_dynamic_linker_section
10755 parameter. Change all callers.
10756 * layout.h (class Layout): Update declarations.
10757 * output.h (class Output_section): Add is_interp, set_is_interp,
10758 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
10759 Add is_interp_, is_dynamic_linker_section_ fields. Change
10760 generate_code_fills_at_write_ to a bitfield.
10761 * output.cc (Output_section::Output_sections): Initialize new
10762 fields.
10763 (Output_segment::add_output_section): Add do_sort parameter.
10764 Change all callers.
10765
1ae4d23b
ILT
107662009-11-03 Ian Lance Taylor <iant@google.com>
10767
10768 PR 10860
10769 * options.h (class General_options): Add --warn-common.
10770 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
10771 merging two common symbols.
10772 (Symbol_table::should_override): Handle --warn-common when merging
10773 a common symbol with a defined symbol. Use report_resolve_problem
10774 for multiple definitions.
10775 (Symbol_table::report_resolve_problem): New function.
10776 * symtab.h (class Symbol_table): Declare report_resolve_problem.
10777
55da9579
DK
107782009-11-03 Doug Kwan <dougkwan@google.com>
10779
10780 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
10781 stub_factory_.
10782 (Target_arm::stub_factory): New method definition.
10783 (Target_arm::new_arm_input_section,
10784 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
10785 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 10786 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
10787 New type definitions.
10788 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
10789 member declarations.
10790 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
10791 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
10792 New method definitions.
10793
37a9ac43
ILT
107942009-11-03 Ian Lance Taylor <iant@google.com>
10795
10796 * options.h (class General_options): Add --warn_constructors.
10797
b3d6a3d4
ILT
107982009-11-03 Ian Lance Taylor <iant@google.com>
10799
10800 PR 10893
10801 * defstd.cc (in_section): Add entries for __rel_iplt_start,
10802 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
10803
934b01dd
ILT
108042009-11-03 Ian Lance Taylor <iant@google.com>
10805
10806 PR 10895
10807 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
10808 --msgid-bugs-address.
10809 (install-pdf): New target.
10810 (install-data_yes): Look up one directory to find mkinstalldirs.
10811
03c1939b
L
108122009-11-03 H.J. Lu <hongjiu.lu@intel.com>
10813
10814 * po/Make-in (.po.gmo): Don't generate .gmo files in source
10815 tree.
10816
ebd95253
DK
108172009-10-30 Doug Kwan <dougkwan@google.com>
10818
10819 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
10820
e9bbb538
DK
108212009-10-30 Doug Kwan <dougkwan@google.com>
10822
10823 * arm.cc (Stub_addend_reader): New struct template definition
10824 and partial specializations.
10825 (Stub_addend_reader::operator()): New method definition for a
10826 partially specialized template.
10827
d5b40221
DK
108282009-10-30 Doug Kwan <dougkwan@google.com>
10829
10830 * arm.cc (Arm_relobj::processor_specific_flags): New method
10831 definition.
10832 (Arm_relobj::do_read_symbols): New method declaration.
10833 (Arm_relobj::processor_specific_flags_): New data member declaration.
10834 (Arm_dynobj): New class definition.
10835 (Target_arm::do_finalize_sections): Add input_objects parameter.
10836 (Target_arm::do_adjust_elf_header): New method declaration.
10837 (Target_arm::are_eabi_versions_compatible,
10838 (Target_arm::merge_processor_specific_flags): New method declaration.
10839 (Target_arm::do_make_elf_object): New overloaded method definitions
10840 and declaration.
10841 (Arm_relobj::do_read_symbols): New method definition.
10842 (Arm_dynobj::do_read_symbols): Ditto.
10843 (Target_arm::do_finalize_sections): Add input_objects parameters.
10844 Merge processor-specific flags from all input objects.
10845 (Target_arm::are_eabi_versions_compatible,
10846 Target_arm::merge_processor_specific_flags,
10847 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
10848 New method definitions.
10849 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
10850 Input_objects pointer type parameter.
10851 * layout.cc (Layout::finalize): Pass input objects to target's.
10852 finalize_sections function.
10853 * output.cc (Output_file_header::do_sized_write): Set ELF file
10854 header's processor-specific flags.
10855 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
10856 Input_objects pointer type parameter.
10857 * sparc.cc (Target_sparc::do_finalize_sections): Same.
10858 * target.h (Input_objects): New forward class declaration.
10859 (Target::processor_specific_flags,
10860 Target::are_processor_specific_flags_sect): New method definitions.
10861 (Target::finalize_sections): Add input_objects parameter.
10862 (Target::Target): Initialize processor_specific_flags_ and
10863 are_processor_specific_flags_set_.
10864 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
10865 parameter.
10866 (Target::set_processor_specific_flags): New method definition.
10867 (Target::processor_specific_flags_,
10868 Target::are_processor_specific_flags_set_): New data member
10869 declarations.
10870 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
10871 Input_objects pointer type parameter.
10872
ebabffbd
DK
108732009-10-30 Doug Kwan <dougkwan@google.com>
10874
10875 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
10876
ad0f2072
ILT
108772009-10-28 Ian Lance Taylor <iant@google.com>
10878
10879 * object.h (class Relobj): Drop options parameter from
10880 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
10881 do_scan_relocs, do_relocate. Change all callers.
10882 (class Sized_relobj): Drop options parameters from
10883 do_gc_process_relocs, do_scan_relocs, do_relocate,
10884 do_relocate_sections, relocate_sections, emit_relocs_scan,
10885 emit_relocs_scan_reltype. Change all callers.
10886 (struct Relocate_info): Remove options field and all references to
10887 it.
10888 * reloc.h (class Read_relocs): Remove options constructor
10889 parameter and options_ field. Change all callers.
10890 (class Gc_process_relocs, class Scan_relocs): Likewise.
10891 (class Relocate_task): Likewise.
10892 * target-reloc.h (scan_relocs): Remove options parameter. Change
10893 all callers.
10894 (scan_relocatable_relocs): Likewise.
10895 * target.h (class Sized_target): Remove options parameter from
10896 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
10897 all callers.
10898 * gc.h (gc_process_relocs): Remove options parameter. Change all
10899 callers.
10900 * arm.cc: Update functions to remove options parameters.
10901 * i386.cc: Likewise.
10902 * powerpc.cc: Likewise.
10903 * sparc.cc: Likewise.
10904 * x86_64.cc: Likewise.
10905 * testsuite/testfile.cc: Likewise.
10906
8ffa3667
DK
109072009-10-28 Doug Kwan <dougkwan@google.com>
10908
10909 * arm.cc (Arm_relobj): New class definition.
e1df38aa 10910 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
10911 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
10912 New method definitions.
10913
40f36857
CC
109142009-10-28 Cary Coutant <ccoutant@google.com>
10915
10916 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
10917 (Plugin::cleanup_done_): New member.
10918 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
10919 (Plugin_manager::cleanup_done_): Remove.
10920 (Plugin_manager::add_input_file): Edit error message.
10921 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
10922 (Plugin_manager::cleanup): Remove use of cleanup_done_.
10923
2c849493
ILT
109242009-10-27 Mikolaj Zalewski <mikolajz@google.com>
10925
10926 * fileread.cc: (File_read::View::~View): Use the new
10927 data_ownership_ filed.
10928 (File_read::~File_read): Dispose the new whole_file_view_.
10929 (File_read::open): Mmap the whole file if needed.
10930 (File_read::open): Use whole_file_view_ instead of contents_.
10931 (File_read::find_view): Use whole_file_view_ if applicable.
10932 (File_read::do_read): Use whole_file_view_ instead of contents_.
10933 (File_read::make_view): Use whole_file_view_ instead of contents_,
10934 update File_read::View::View call.
10935 (File_read::find_or_make_view): Update File_read::View::View
10936 call.
10937 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
10938 remove contents_
10939 (File_read::View::Data_ownership): New enum.
10940 (File_read::View::View): Replace bool mapped_ with Data_ownership
10941 argument.
10942 (File_read::View::mapped_): Remove (replaced by data_ownership_).
10943 (File_read::View::data_ownership_): New field.
10944 (File_read::contents_): Remove (replaced by whole_file_view_).
10945 (File_read::whole_file_view_): New field.
10946 * options.h (class General_options): Add --keep-files-mapped.
10947
24998053
CC
109482009-10-27 Cary Coutant <ccoutant@google.com>
10949
10950 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
10951 * testsuite/Makefile.am (plugin_test_5): New test case.
10952 * testsuite/Makefile.in: Regenerate.
10953
72adc4fa
DK
109542009-10-25 Doug Kwan <dougkwan@google.com>
10955
10956 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
10957 from private to protected to allow access by child class.
10958 (Sized_relobj::do_relocate_sections): New method declaration.
10959 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 10960 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
10961 Sized_relobj::relocate_sections. Instantiate template explicitly
10962 for different target sizes and endianity.
10963
07f508a2
DK
109642009-10-24 Doug Kwan <dougkwan@google.com>
10965
10966 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
10967 (Arm_input_section::as_arm_input_section): New method.
10968 (Arm_output_section): New class definition.
10969 (Arm_output_section::create_stub_group,
10970 Arm_output_section::group_sections): New method definitions.
10971
10ad9fe5
DK
109722009-10-22 Doug Kwan <dougkwan@google.com>
10973
10974 * arm.cc (Arm_input_section): New class definition.
10975 (Arm_input_section::init, Arm_input_section:do_write,
10976 Arm_input_section::set_final_data_size,
10977 Arm_input_section::do_reset_address_and_file_offset): New method
10978 definitions.
10979
56ee5e00
DK
109802009-10-21 Doug Kwan <dougkwan@google.com>
10981
10982 * arm.cc (Stub_table, Arm_input_section): New forward class
10983 declarations.
10984 (Stub_table): New class defintion.
10985 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
10986 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
10987 New method definition.
10988
b569affa
DK
109892009-10-21 Doug Kwan <dougkwan@google.com>
10990
10991 * arm.cc: Update copyright comments.
10992 (Target_arm): New forward class template declaration.
10993 (Arm_address): New type.
10994 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
10995 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
10996 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
10997 constants.
10998 (Insn_template): Same.
10999 (DEF_STUBS): New macro.
11000 (Stub_type): New enum type.
11001 (Stub_template): New class definition.
11002 (Stub): Same.
11003 (Reloc_stub): Same.
11004 (Stub_factory): Same.
11005 (Target_arm::Target_arm): Initialize may_use_blx_ and
11006 should_force_pic_veneer_.
11007 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
11008 Target_arm::should_force_pic_veneer,
11009 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
11010 Target_arm::using_thumb_only, Target_arm:;default_target): New
11011 method defintions.
11012 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
11013 New data member declarations.
11014 (Insn_template::size, Insn_template::alignment): New method defintions.
11015 (Stub_template::Stub_template): New method definition.
11016 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
11017 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
11018 (Stub_factory::Stub_factory): New method definition.
11019 * gold.h (string_hash): New template.
11020 * output.h (Input_section_specifier::hash_value): Use
11021 gold::string_hash.
11022 (Input_section_specifier::string_hash): Remove.
11023 * stringpool.cc (Stringpool_template::string_hash): Use
11024 gold::string_hash.
11025
6c172549
DK
110262009-10-20 Doug Kwan <dougkwan@google.com>
11027
11028 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
11029 symbols of relaxed input sections.
11030 * output.h (Output_section::find_relaxed_input_section): Make
11031 method public.
11032
c5617f2f
DK
110332009-10-16 Doug Kwan <dougkwan@google.com>
11034
11035 * dynobj.cc (Versions::Versions): Initialize version_script_.
11036 Only insert base version symbol definition for a shared object
11037 if version script defines any version versions.
11038 (Versions::define_base_version): New method definition.
11039 (Versions::add_def): Check that base version is not needed.
11040 (Versions::add_need): Define base version lazily.
11041 * dynobj.h (Versions::define_base_version): New method declaration.
11042 (Versions::needs_base_version_): New data member declaration.
11043 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
11044 (check_DATA): Add no_version_test.stdout.
11045 (libno_version_test.so, no_version_test.o no_version_test.stdout):
11046 New make rules.
11047 * testsuite/Makefile.in: Regenerate.
11048 * testsuite/no_version_test.c: New file.
11049 * testsuite/no_version_test.sh: Ditto.
11050
3c12dcdb
DK
110512009-10-16 Doug Kwan <dougkwan@google.com>
11052
11053 * expression.cc (class Segment_start_expression): New class definition.
11054 (Segment_start_expression::value): New method definition.
11055 (script_exp_function_segment_start): Return a new
11056 Segment_start_expression.
11057 * gold/script-c.h (script_saw_segment_start_expression): New function
11058 prototype.
11059 * script-sections.cc (Script_sections::Script_sections): Initialize
11060 SAW_SEGMENT_START_EXPRESSION_ to false.
11061 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
11062 and -Tbbs options to specify section addresses if given in
11063 command line and no SEGMENT_START expression is seen in a script.
11064 * script-sections.h (Script_sections::saw_segment_start_expression,
11065 Script_sections::set_saw_segment_start_expression): New method
11066 definition.
11067 (Script_sections::saw_segment_start_expression_): New data member
11068 declaration.
11069 * script.cc (script_saw_segment_start_expression): New function.
11070 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
11071 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
11072 script_test_7.sh and script_test_8.sh.
11073 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
11074 script_test_8.stdout.
11075 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
11076 (script_test_6, script_test_6.stdout, script_test_7,
11077 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
11078 * Makefile.in: Regenerate.
11079 * testsuite/script_test_6.sh: New file.
11080 * testsuite/script_test_6.t: Same.
11081 * testsuite/script_test_7.sh: Same.
11082 * testsuite/script_test_7.t: Same.
11083 * testsuite/script_test_8.sh: Same.
11084
64b1ae37
DK
110852009-10-16 Doug Kwan <dougkwan@google.com>
11086
11087 * output.cc (Output_segment::set_section_list_address): Cast
11088 expressions to unsigned long long type to avoid format warnings.
11089
661be1e2
ILT
110902009-10-15 Ian Lance Taylor <iant@google.com>
11091
12edd763 11092 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 11093 dot assignment to script_sections_.
12edd763
ILT
11094 * script-sections.cc (Script_sections::add_dot_assignment):
11095 Initialize if necessary.
11096
68b6574b
ILT
11097 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
11098 program headers with no load segment if there is a linker script.
11099
661be1e2
ILT
11100 * layout.cc (Layout::set_segment_offsets): Align the file offset
11101 to the segment aligment for -N or -n with no load segment.
11102 * output.cc (Output_segment::add_output_section): Don't crash if
11103 the first section is a TLS section.
11104 (Output_segment::set_section_list_addresses): Print an error
11105 message if the address moves backward in a linker script.
11106 * script-sections.cc
11107 (Output_section_element_input::set_section_addresses): Don't
11108 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
11109 (Orphan_output_section::set_section_addresses): Likewise.
11110
f15f61a7
DK
111112009-10-15 Doug Kwan <dougkwan@google.com>
11112
11113 * layout.cc (Layout::finish_dynamic_section): Generate tags
11114 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
11115 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
11116 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
11117
82bb573a
ILT
111182009-10-14 Ian Lance Taylor <iant@google.com>
11119
11120 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
11121 fields.
11122 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
11123 data_shdr fields of relinfo.
11124 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
11125 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
11126 R_386_TLS_LDO_32, adjust based on section flags.
11127 (Target_i386::Relocate::fix_up_ldo): Remove.
11128
374ad285
ILT
111292009-10-13 Ian Lance Taylor <iant@google.com>
11130
11131 Add support for -pie.
11132 * options.h (class General_options): Add -pie and
11133 --pic-executable.
11134 (General_options::output_is_position_independent): Test -pie.
11135 (General_options::output_is_executable): Return true if not shared
11136 and not relocatable.
11137 (General_options::output_is_pie): Remove.
11138 * options.cc (General_options::finalize): Reject incompatible uses
11139 of -pie.
11140 * gold.cc (queue_middle_tasks): A -pie link is not static.
11141 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
11142 * symtab.cc (Symbol::final_value_is_known): Return false if
11143 output_is_position_independent.
11144 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
11145 output_is_position_independent.
11146 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
11147 output_is_position_independent.
11148 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
11149 output_is_position_independent.
11150 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
11151 two_file_pie_test.
11152 (basic_pie_test.o, basic_pie_test): New targets.
11153 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
11154 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
11155 (two_file_pie_test): New target.
11156 * testsuite/Makefile.in: Rebuild.
11157 * README: Remove note saying that -pie is not supported.
11158
c6585162
ILT
111592009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
11160
11161 * options.h (class General_options): Add -init and -fini.
11162 * layout.cc (Layout::finish_dynamic_section): Emit
11163 given init and fini functions.
11164
032ce4e9
ST
111652009-10-13 Sriraman Tallam <tmsriram@google.com>
11166
11167 * gc.h (gc_process_relocs): Check if icf is enabled using new
11168 function.
11169 * gold.cc (queue_initial_tasks): Likewise.
11170 (queue_middle_tasks): Likewise.
11171 * object.cc (do_layout): Likewise.
11172 * symtab.cc (is_section_folded): Likewise.
11173 * main.cc (main): Likewise.
11174 * reloc.cc (Read_relocs::run): Likewise.
11175 (Sized_relobj::do_scan_relocs): Likewise.
11176 * icf.cc (is_function_ctor_or_dtor): New function.
11177 (Icf::find_identical_sections): Check if function is ctor or dtor when
11178 safe icf is chosen.
11179 * options.h (General_options::icf): Change option to be an enum.
11180 (Icf_status): New enum.
11181 (icf_enabled): New method.
11182 (icf_safe_folding): New method.
11183 (set_icf_status): New method.
11184 (icf_status_): New variable.
11185 * (options.cc) (General_options::finalize): Set icf_status_.
11186 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
11187 icf_test and icf_keep_unique_test to use the --icf enum flag.
11188 * testsuite/icf_safe_test.sh: New file.
e1df38aa 11189 * testsuite/icf_safe_test.cc: New file.
032ce4e9 11190
f345227a
ST
111912009-10-12 Sriraman Tallam <tmsriram@google.com>
11192
11193 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
11194 includes to gc.h and icf.h.
11195 * arm.cc: Include gc.h.
11196 * gold.cc: Likewise.
11197 * i386.cc: Likewise.
11198 * powerpc.cc: Likewise.
11199 * sparc.cc: Likewise.
11200 * x86_64.cc: Likewise.
11201 * gc.h: Include icf.h.
11202
1c7814ed
ILT
112032009-10-11 Ian Lance Taylor <iant@google.com>
11204
11205 * plugin.cc: Include "gold.h" before other header files.
11206
ae3b5189
CD
112072009-10-10 Chris Demetriou <cgd@google.com>
11208
11209 * options.h (Input_file_argument::Input_file_type): New enum.
11210 (Input_file_argument::is_lib_): Replace with...
11211 (Input_file_argument::type_): New member.
11212 (Input_file_argument::Input_file_argument): Take Input_file_type
11213 'type' rather than boolean 'is_lib' as second argument.
11214 (Input_file_argument::is_lib): Use type_.
11215 (Input_file_argument::is_searched_file): New function.
11216 (Input_file_argument::may_need_search): Handle is_searched_file.
11217 * options.cc (General_options::parse_library): Support -l:filename.
11218 (General_options::parse_just_symbols): Update for Input_file_argument
11219 changes.
11220 (Command_line::process): Likewise.
11221 * archive.cc (Archive::get_file_and_offset): Likewise.
11222 * plugin.cc (Plugin_manager::release_input_file): Likewise.
11223 * script.cc (read_script_file, script_add_file): Likewise.
11224 * fileread.cc (Input_file::Input_file): Likewise.
11225 (Input_file::will_search_for): Handle is_searched_file.
11226 (Input_file::open): Likewise.
11227 * readsyms.cc (Read_symbols::get_name): Likewise.
11228 * testsuite/Makefile.am (searched_file_test): New test.
11229 * testsuite/Makefile.in: Regenerate.
11230 * testsuite/searched_file_test.cc: New file.
11231 * testsuite/searched_file_test_lib.cc: New file.
11232
f3048a1d
ILT
112332009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11234 Ian Lance Taylor <iant@google.com>
11235
11236 * descriptor.cc: Include <cstdio> and "binary-io.h".
11237 (Descriptors::open): Open the files in binary mode always.
11238 * script.cc (Lex::get_token): Treat \r as whitespace.
11239
d4780e57
ILT
112402009-10-09 Ian Lance Taylor <iant@google.com>
11241
11242 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
11243
d9a893b8
ILT
112442009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11245 Ian Lance Taylor <iant@google.com>
11246
11247 * configure.ac: Check for readv function also.
11248 * fileread.cc (readv): Define if not HAVE_READV.
11249 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
11250 does not exist.
11251 * config.in: Regenerate.
11252 * configure: Regenerate.
11253
c0a62865
DK
112542009-10-09 Doug Kwan <dougkwan@google.com>
11255
11256 * layout.cc (Layout::make_output_section): Call target hook to make
11257 ordinary output section.
11258 (Layout::finalize): Adjust parameter list of call the
11259 Target::may_relax().
11260 * layout.h (class Layout::section_list): New method.
11261 * merge.h (Output_merge_base::entsize): Change visibility to public.
11262 (Output_merge_base::is_string, Output_merge_base::do_is_string):
11263 New methods.
11264 (Output_merge_string::do_is_string): New method.
11265 * object.cc (Sized_relobj::do_setup): renamed from
11266 Sized_relobj::set_up.
11267 * object.h (Sized_relobj::adjust_shndx,
11268 Sized_relobj::initializ_input_to_output_maps,
11269 Sized_relobj::free_input_to_output_maps): Change visibilities to
11270 protected.
11271 (Sized_relobj::setup): Virtualize.
11272 (Sized_relobj::do_setup): New method declaration.
11273 (Sized_relobj::invalidate_section_offset,
11274 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
11275 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
11276 * options.cc (parse_int): New function.
11277 * options.h (parse_int): New declaration.
11278 (DEFINE_int): New macro.
11279 (stub_group_size): New option.
11280 * output.cc (Output_section::Output_section): Initialize memebers
11281 merge_section_map_, merge_section_by_properties_map_,
11282 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
11283 (Output_section::add_input_section): Handled deferred code-fill
11284 generation and remove an old comment.
11285 (Output_section::add_relaxed_input_section): New method definition.
11286 (Output_section::add_merge_input_section): Use merge section by
11287 properties map to speed to search. Update merge section maps
11288 as appropriate.
11289 (Output_section::build_relaxation_map): New method definition.
11290 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
11291 Same.
11292 (Output_section::relax_input_section): Renamed to
11293 Output_section::convert_input_sections_to_relaxed_sections and change
11294 interface to take a vector of pointers to relaxed sections.
11295 (Output_section::find_merge_section,
11296 Output_section::find_relaxed_input_section): New method definitions.
11297 (Output_section::is_input_address_mapped,
11298 Output_section::output_offset, Output_section::output_address):
11299 Use output section data maps to speed up searching.
11300 (Output_section::find_starting_output_address): Add comments.
11301 (Output_section::do_write,
11302 Output_section::write_to_postprocessing_buffer): Do code-fill
11303 generation as appropriate.
11304 (Output_section::get_input_sections): Invalidate relaxed input section
11305 map.
11306 (Output_section::restore_states): Adjust type of checkpoint .
11307 Invalidate relaxed input section map.
11308 * output.h (Output_merge_base): New class declaration.
11309 (Input_section_specifier): New class defintion.
11310 (class Output_relaxed_input_section) Change base class to
11311 Output_section_data_build.
11312 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
11313 base class initializer.
11314 (Output_section::add_relaxed_input_section): New method declaration.
11315 (Output_section::Input_section): Change visibility to protected.
2e702c99 11316 (Output_section::Input_section::relobj,
c0a62865
DK
11317 Output_section::Input_section::shndx): Handle relaxed input sections.
11318 Output_section::input_sections) Change visibility to protected. Also
11319 define overload to return a non-const pointer.
11320 (Output_section::Merge_section_properties): New class defintion.
11321 (Output_section::Merge_section_by_properties_map,
11322 Output_section::Output_section_data_by_input_section_map,
11323 Output_section::Relaxation_map): New types.
11324 (Output_section::relax_input_section): Rename method to
11325 Output_section::convert_input_sections_to_relaxed_sections and change
11326 interface to take a vector of relaxed section pointers.
11327 (Output_section::find_merge_section,
11328 Output_section::find_relaxed_input_section,
11329 Output_section::build_relaxation_map,
11330 Output_section::convert_input_sections_in_list_to_relaxed_sections):
11331 New method declarations.
11332 (Output_section::merge_section_map_
11333 Output_section::merge_section_by_properties_map_,
11334 Output_section::relaxed_input_section_map_,
11335 Output_section::is_relaxed_input_section_map_valid_,
11336 Output_section::generate_code_fills_at_write_): New data members.
11337 * script-sections.cc
11338 (Output_section_element_input::set_section_addresses): Call
11339 current_data_size and addralign methods of relaxed input sections.
11340 (Orphan_output_section::set_section_addresses): Call current_data_size
11341 and addralign methods of relaxed input sections.
11342 * symtab.cc (Symbol_table::compute_final_value): Extract template
11343 from the body of Symbol_table::sized_finalize_symbol.
11344 (Symbol_table::sized_finalized_symbol): Call
11345 Symbol_table::compute_final_value.
11346 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
11347 (Symbol_table::compute_final_value): New templated method declaration.
11348 * target.cc (Target::do_make_output_section): New method defintion.
11349 * target.h (Target::make_output_section): New method declaration.
11350 (Target::relax): Add more parameters for input objects, symbol table
11351 and layout. Adjust call to do_relax.
11352 (Target::do_make_output_section): New method declaration.
11353 (Target::do_relax): Add parameters for input objects, symbol table
11354 and layout.
11355
d446d6c4
ILT
113562009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11357
11358 * pread.c: Include stdio.h.
11359
bc06c745
ILT
113602009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11361
11362 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
11363 defined.
11364
75aea3d0
ILT
113652009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11366
11367 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
11368 Change read_shndx type to unsigned int.
11369 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11370 int.
11371 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11372 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
11373 Change read_shndx type to unsigned int.
11374 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11375 int.
11376 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11377 * layout.cc (Layout::create_symtab_sections): Cast the result of
11378 local_symcount * symsize to off_t in the gold_assert.
11379
be8fcb75
ILT
113802009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11381
11382 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
11383 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
11384 R_ARM_BASE_ABS.
11385 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
11386 (Arm_relocate_functions::thm_abs5): New function.
11387 (Arm_relocate_functions::abs12): New function.
11388 (Arm_relocate_functions::abs16): New function.
11389 (Arm_relocate_functions::base_abs): New function.
11390 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
11391 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
11392 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
11393 R_ARM_BASE_ABS.
11394 (Scan::global): Likewise.
11395 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
11396 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
11397 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
11398 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
11399 R_ARM_BASE_ABS.
11400
c2a122b6
ILT
114012009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11402
11403 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
11404 (Arm_relocate_functions::movt_prel): New function.
11405 (Arm_relocate_functions::thm_movw_prel_nc): New function.
11406 (Arm_relocate_functions::thm_movt_prel): New function.
11407 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
11408 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
11409 (Scan::global, Relocate::relocate): Likewise.
11410 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11411
c4aa1e2d
ILT
114122009-10-09 Mikolaj Zalewski <mikolajz@google.com>
11413
11414 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
11415 Incremental_checker.
11416 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
11417 unsigned int.
11418 (class Incremental_inputs_header): New class.
11419 (Incremental_inputs_header_writer): Edit comment.
11420 (Incremental_inputs_entry): New class.
11421 (Incremental_inputs_entry_writer): Edit comment.
11422 (Sized_incremental_binary::do_find_incremental_inputs_section):
11423 Add *strtab_shndx parameter, fill it.
11424 (Sized_incremental_binary::do_check_inputs): New method.
11425 (Incremental_checker::can_incrementally_link_output_file): Use
11426 Sized_incremental_binary::check_inputs.
11427 (Incremental_inputs::report_command_line): Save command line in
11428 command_line_.
11429 * incremental.h:
11430 (Incremental_binary::find_incremental_inputs_section): New
11431 method.
11432 (Incremental_binary::do_find_incremental_inputs_section): Add
11433 strtab_shndx parameter.
11434 (Incremental_binary::do_check_inputs): New pure virtual method.
11435 (Sized_incremental_binary::do_check_inputs): Declare.
11436 (Incremental_checker::Incremental_checker): Add incremental_inputs
11437 parameter, use it to initialize incremental_inputs_.
11438 (Incremental_checker::incremental_inputs_): New field.
11439 (Incremental_checker::command_line): New method.
11440 (Incremental_checker::inputs): New method.
11441 (Incremental_checker::command_line_): New field.
11442
c549a694
ILT
114432009-10-09 Mikolaj Zalewski <mikolajz@google.com>
11444
11445 * incremental.cc: Include <cstdarg> and "target-select.h".
11446 (vexplain_no_incremental): New function.
11447 (explain_no_incremental): New function.
11448 (Incremental_binary::error): New method.
11449 (Sized_incremental_binary::do_find_incremental_inputs_section): New
11450 method.
11451 (make_sized_incremental_binary): New function.
11452 (open_incremental_binary): New function.
11453 (can_incrementally_link_file): Add checks if output is ELF and has
11454 inputs section.
11455 * incremental.h: Include "elfcpp_file.h" and "output.h".
11456 (Incremental_binary): New class.
11457 (Sized_incremental_binary): New class.
11458 (open_incremental_binary): Declare.
11459 * object.cc (is_elf_object): Use
11460 elfcpp::Elf_recognizer::is_elf_file.
11461 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
11462 * output.h (Output_file::filesize): New method.
11463
fd3c5f0b
ILT
114642009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11465
11466 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
11467 New function.
11468 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
11469 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
11470 function.
11471 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
11472 function.
11473 (Arm_relocate_functions::movw_abs_nc): New function.
11474 (Arm_relocate_functions::movt_abs): New function.
11475 (Arm_relocate_functions::thm_movw_abs_nc): New function.
11476 (Arm_relocate_functions::thm_movt_abs): New function.
11477 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
11478 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
11479 (Scan::global): Likewise.
11480 (Relocate::relocate): Likewise.
11481 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11482
7f5309a5
ILT
114832009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11484
11485 * arm.cc (Arm_relocate_functions::got_prel) New function.
11486 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
11487 (Relocate::relocate): Likewise.
11488 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11489
364c7fa5
ILT
114902009-10-06 Ian Lance Taylor <iant@google.com>
11491
11492 * options.h (class General_options): Define
11493 split_stack_adjust_size parameter.
11494 * object.h (class Object): Add uses_split_stack_ and
11495 has_no_split_stack_ fields. Add uses_split_stack and
11496 has_no_split_stack accessor functions. Declare
11497 handle_split_stack_section.
11498 (class Reloc_symbol_changes): Define.
11499 (class Sized_relobj): Define Function_offsets. Declare
11500 split_stack_adjust, split_stack_adjust_reltype, and
11501 find_functions.
11502 * object.cc (Object::handle_split_stack_section): New function.
11503 (Sized_relobj::do_layout): Call handle_split_stack_section.
11504 * dynobj.cc (Sized_dynobj::do_layout): Call
11505 handle_split_stack_section.
11506 * reloc.cc (Sized_relobj::relocate_sections): Call
11507 split_stack_adjust for executable sections in split_stack
11508 objects. Pass reloc_map to relocate_section.
11509 (Sized_relobj::split_stack_adjust): New function.
11510 (Sized_relobj::split_stack_adjust_reltype): New function.
11511 (Sized_relobj::find_functions): New function.
11512 * target-reloc.h: Include "object.h".
11513 (relocate_section): Add reloc_symbol_changes parameter. Change
11514 all callers.
11515 * target.h (class Target): Add calls_non_split method. Declare
11516 do_calls_non_split virtual method. Declare match_view and
11517 set_view_to_nop.
11518 * target.cc: Include "elfcpp.h".
11519 (Target::do_calls_non_split): New function.
11520 (Target::match_view): New function.
11521 (Target::set_view_to_nop): New function.
11522 * gold.cc (queue_middle_tasks): Give an error if mixing
11523 split-stack and non-split-stack objects with -r.
11524 * i386.cc (Target_i386::relocate_section): Add
11525 reloc_symbol_changes parameter.
11526 (Target_i386::do_calls_non_split): New function.
11527 * x86_64.cc (Target_x86_64::relocate_section): Add
11528 reloc_symbol_changes parameter.
11529 (Target_x86_64::do_calls_non_split): New function.
11530 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
11531 parameter.
11532 * powerpc.cc (Target_powerpc::relocate_section): Add
11533 reloc_symbol_changes parameter.
11534 * sparc.cc (Target_sparc::relocate_section): Add
11535 reloc_symbol_changes parameter.
11536 * configure.ac: Call AM_CONDITIONAL for the default target.
11537 * configure: Rebuild.
11538 * testsuite/Makefile.am (TEST_AS): New variable.
11539 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
11540 (check_DATA): Add split_i386 and split_x86_64 files.
11541 (SPLIT_DEFSYMS): Define.
11542 (split_i386_[1234n].o): New targets.
11543 (split_i386_[124]): New targets.
11544 (split_i386_[1234r].stdout): New targets.
11545 (split_x86_64_[1234n].o): New targets.
11546 (split_x86_64_[124]): New targets.
11547 (split_x86_64_[1234r].stdout): New targets.
11548 (MOSTLYCLEANFILES): Add new executables.
11549 * testsuite/split_i386.sh: New file.
11550 * testsuite/split_x86_64.sh: New file.
11551 * testsuite/split_i386_1.s: New file.
11552 * testsuite/split_i386_2.s: New file.
11553 * testsuite/split_i386_3.s: New file.
11554 * testsuite/split_i386_4.s: New file.
11555 * testsuite/split_i386_n.s: New file.
11556 * testsuite/split_x86_64_1.s: New file.
11557 * testsuite/split_x86_64_2.s: New file.
11558 * testsuite/split_x86_64_3.s: New file.
11559 * testsuite/split_x86_64_4.s: New file.
11560 * testsuite/split_x86_64_n.s: New file.
11561 * testsuite/testfile.cc (Target_test): Update relocation_section
11562 function.
11563 * testsuite/Makefile.in: Rebuild.
11564
e8a9fcda
ILT
115652009-10-06 Ian Lance Taylor <iant@google.com>
11566
11567 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
11568 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
11569 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
11570 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
11571 the address on ldo_addrs_.
11572 (Target_i386::Relocate::fix_up_ldo): New function.
11573
e99daf92
ILT
115742009-10-06 Rafael Espindola <espindola@google.com>
11575
11576 * plugin.cc (add_input_library): New.
11577 (Plugin::load): Add add_input_library to tv.
11578 (Plugin_manager::add_input_file): Add the is_lib argument.
11579 (add_input_file): Update call to Plugin_manager::add_input_file.
11580 (add_input_library): New.
11581 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
11582
966d4097
DK
115832009-09-30 Doug Kwan <dougkwan@google.com>
11584
11585 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
11586 symbol and call Symbol::may_need_copy_reloc to determine if
11587 a copy reloc is needed.
11588 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
11589 nocopyreloc is given in command line.
11590 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
11591 given in command line.
11592 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
11593 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
11594 of the removed Target_i386::may_need_copy_reloc.
11595 * options.h (copyreloc): New option with default value false.
11596 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11597 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
11598 instead of the removed Target_powerpc::may_need_copy_reloc.
11599 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11600 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
11601 instead of the removed Target_sparc::may_need_copy_reloc.
11602 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
11603 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
11604 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
11605 instead of the removed Target_x86_64::may_need_copy_reloc.
11606
029ba973
ILT
116072009-09-30 Ian Lance Taylor <iant@google.com>
11608
11609 * object.h (class Object): Remove target_ field, and target,
11610 sized_target, and set_target methods.
11611 (Object::sized_target): Remove.
11612 (class Sized_relobj): Update declarations. Remove sized_target.
11613 * object.cc (Sized_relobj::setup): Remove target parameter.
11614 Change all callers.
11615 (Input_objects::add_object): Don't do anything with the target.
11616 (make_elf_sized_object): Add punconfigured parameter. Change all
11617 callers. Set or test parameter target.
11618 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
11619 Change all callers.
11620 * parameters.cc (Parameters::set_target): Change parameter type to
11621 be non-const.
11622 (Parameters::default_target): Remove.
11623 (set_parameters_target): Change parameter type to be non-const.
11624 (parameters_force_valid_target): New function.
11625 (parameters_clear_target): New function.
11626 * parameters.h (class Parameters): Update declarations. Remove
11627 default_target method. Add sized_target and clear_target
11628 methods. Change target_ to be non-const.
11629 (set_parameters_target): Update declaration.
11630 (parameters_force_valid_target): Declare.
11631 (parameters_clear_target): Declare.
11632 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
11633 as NULL if we aren't searching.
11634 (Add_symbols::run): Don't check for compatible target.
11635 * fileread.cc (Input_file::open_binary): Call
11636 parameters_force_valid_target.
11637 * gold.cc (queue_middle_tasks): Likewise.
11638 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
11639 set_target on object.
11640 * dynobj.h (class Sized_dynobj): Update declarations.
11641 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
11642 make_elf_object returns NULL.
11643 (Archive::include_member): Don't check whether object target is
11644 compatible.
11645 * output.cc (Output_section::add_input_section): Get target from
11646 parameters.
11647 (Output_section::relax_input_section): Likewise.
11648 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
11649 parameters.
11650 (Sized_relobj::do_scan_relocs): Likewise.
11651 (Sized_relobj::relocate_sections): Likewise.
11652 * resolve.cc (Symbol_table::resolve): Likewise.
11653 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
11654 parameter. Change all callers.
11655 (Symbol_table::add_from_object): Get target from parameters.
11656 (Symbol_table::add_from_relobj): Don't check object target.
11657 (Symbol_table::add_from_dynobj): Likewise.
11658 (Symbol_table::define_special_symbol): Get target from
11659 parameters.
11660 * symtab.h (class Symbol_table): Update declaration.
11661 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
11662 parameter. Change all callers. Clear parameter target.
11663 (Binary_test): Test target here.
11664 * testsuite/object_unittest.cc (gold_testsuite): Remove
11665 target_test_pointer parameter. Change all callers.
11666 (Object_test): Test target here.
11667
a6a22b83
ILT
116682009-09-26 Ian Lance Taylor <iant@google.com>
11669
11670 * testsuite/initpri1.c: Don't try to use constructor priorities if
11671 compiling with gcc before 4.3.
11672
6a8f49fe
ILT
116732009-09-22 Mikolaj Zalewski <mikolajz@google.com>
11674
11675 * testsuite/retain_symbols_file_test.sh (check_present): Change
11676 output file name to retain_symbols_file_test.stdout.
11677 (check_absent): Likewise.
11678
8c604651
CS
116792009-09-18 Craig Silverstein <csilvers@google.com>
11680
11681 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
11682 * options.cc: Include <cerrno> and <fstream>.
11683 (General_options::finalize): Parse -retain-symbols-file tag.
11684 * options.h: New flag.
11685 (General_options): New method should_retain_symbol, new
11686 variable symbols_to_retain.
11687 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
11688 should_retain_symbol map.
11689 * testsuite/Makefile.am (retain_symbols_file_test): New test.
11690 * testsuite/Makefile.in: Regenerate.
11691 * testsuite/retain_symbols_file_test.sh: New file.
11692
ca58b19f
NC
116932009-09-18 Nick Clifton <nickc@redhat.com>
11694
11695 * po/es.po: Updated Spanish translation.
11696
20e6d0d6
DK
116972009-09-17 Doug Kwan <dougkwan@google.com>
11698
11699 * debug.h (DEBUG_RELAXATION): New constant.
11700 (DEBUG_ALL): Add DEBUG_RELAXATION.
11701 (debug_string_to_enum): Add relaxation debug option.
11702 * layout.cc
11703 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
11704 Layout::Relaxation_debug_check::read_sections,
11705 Layout::Relaxation_debug_check::read_sections): New method definitions.
11706 (Layout::Layout): Initialize data members
11707 record_output_section_data_from_scrips_,
11708 script_output_section_data_list_ and relaxation_debug_check_.
11709 (Layout::save_segments, Layout::restore_segments,
11710 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11711 Layout::relaxation_loop_body): New method definitions.
11712 (Layout::finalize): Support relaxation. Move section layout code to
11713 Layout::relaxation_loop_body.
11714 (Layout::set_asection_address_from_script): Move code for orphan
11715 section placement out.
11716 (Layout::place_orphan_sections_in_script): New method definition.
11717 * layout.h (Output_segment_headers, Output_file_header):
11718 New forward class declarations.
11719 (Layout::~Layout): Define.
11720 (Layout::new_output_section_data_from_script): New method definition.
11721 (Layout::place_orphan_sections_in_script): New method declaration.
11722 (Layout::Segment_states): New type declaration.
11723 (Layout::save_segments, Layout::restore_segments,
11724 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11725 Layout::relaxation_loop_body): New method declarations.
11726 (Layout::Output_section_data_list): New type declaration.
11727 (Layout::Relaxation_debug_check): New class definition.
11728 (Layout::record_output_section_data_from_script_,
11729 Layout::script_output_section_data_list_, Layout::segment_states_,
11730 Layout::relaxation_debug_check_): New data members.
11731 * output.cc: (Output_section_headers::do_size): New method definition.
11732 (Output_section_headers::Output_section_headers): Move size
11733 computation to Output_section_headers::do_size.
11734 (Output_segment_headers::do_size): New method definition.
e1df38aa 11735 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
11736 Output_file_header::do_size and call it.
11737 (Output_file_header::do_size): New method definition.
11738 (Output_data_group::Output_data_group): Adjust call to
11739 Output_section_data.
11740 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
11741 (Output_symtab_xindex::do_write): Add array bound check.
2e702c99 11742 (Output_section::Input_section::print_to_mapfile): Handle
20e6d0d6
DK
11743 RELAXED_INPUT_SECTION_CODE.
11744 (Output_section::Output_section): Initialize data member checkpoint_.
11745 (Output_section::~Output_section): Delete checkpoint object pointed
11746 by checkpoint_.
11747 (Output_section::add_input_section): Always add an Input_section if
11748 relaxing.
11749 (Output_section::add_merge_input_section): Add assert.
11750 (Output_section::relax_input_section): New method definition.
11751 (Output_section::set_final_data_size): Set load address to zero for
11752 an unallocated section.
11753 (Output_section::do_address_and_file_offset_have_reset_values):
11754 New method definition.
11755 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
11756 Handle relaxed input section.
11757 (Output_section::sort_attached_input_sections): Checkpoint input
11758 section list lazily.
11759 (Output_section::get_input_sections): Change type of input_sections to
11760 list of Simple_input_section pointers. Checkpoint input section list
11761 lazily. Also handle relaxed input sections.
11762 (Output_section::add_input_section_for_script): Take a reference to
11763 a Simple_input_section object instead of Relobj pointer and section
11764 index as parameter. Handle relaxed input sections.
11765 (Output_section::save_states, Output_section::restore_states): New
11766 method definitions.
11767 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
11768 (Output_data::is_data_size_fixed): New method definition.
11769 (Output_data::reset_addresss_and_file_offset): Do not reset data size
11770 if it is fixed.
11771 (Output_data::address_and_file_offset_have_reset_values): New method
11772 definition.
11773 (Output_data::do_address_and_file_offset_have_reset_values): New method
11774 definition.
11775 (Output_data::set_data_size): Check that data size is not fixed.
11776 (Output_data::fix_data_size): New method definition.
11777 (Output_data::is_data_size_fixed_): New data member.
11778 (Output_section_headers::set_final_data_size): New method definition.
11779 (Output_section_headers::do_size): New method declaration.
11780 (Output_segment_headers::set_final_data_size): New method definition.
11781 (Output_segment_headers::do_size): New method declaration.
11782 (Output_file_header::set_final_data_size)::New method definition.
11783 (Output_file_header::do_size)::New method declaration.
11784 (Output_section_data::Output_section_data): Add new parameter
11785 is_data_size_fixed and use it to fix data size.
11786 (Output_data_const::Output_data_const): Adjust call to base class
11787 constructor and fix data size.
11788 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
11789 base class constructor and fix data size.
11790 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
11791 base class constructor and fix data size.
11792 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
11793 class constructor and fix data size.
11794 (Output_data_group::set_final_data_size): New method definition.
11795 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
11796 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
11797 class constructor and fix data size.
11798 (Output_relaxed_input_section): New class definition.
11799 (Output_section::Simple_input_section): New class definition.
11800 (Output_section::get_input_sections): Adjust parameter list.
11801 (Output_section::add_input_section_for_script): Same.
11802 (Output_section::save_states, Output_section::restore_states,
11803 Output_section::do_address_and_file_offset_have_reset_values,
11804 (Output_section::Input_section::Input_section): Handle
11805 RELAXED_INPUT_SECTION_CODE. Add new overload for
11806 Output_relaxed_input_section.
11807 (Output_section::Input_section::is_input_section,
11808 Output_section::Input_section::set_output_section): Handle relaxed
11809 input section.
11810 (Output_section::Input_section::is_relaxed_input_section,
11811 Output_section::Input_section::output_section_data,
11812 Output_section::Input_section::relaxed_input_section): New method
11813 definitions.
11814 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
11815 value.
11816 (Output_section::Input_section::u1_): Update comments.
11817 (Output_section::Input_section::u2_): Add new union member poris.
11818 (Output_section::Checkpoint_output_section): New classs definition.
11819 (Output_section::relax_input_section): New method declaration.
11820 (Output_section::checkpoint_): New data member.
11821 (Output_segment): Update comments.
11822 (Output_segment::Output_segment): Un-privatize copy constructor.
11823 (Output_segment::operator=): Un-privatize.
11824 * script-sections.cc (Output_section_element::Input_section_list):
11825 Change element type to Output_section::Simple_input_section.
11826 (Output_section_element_dot_assignment::set_section_addresses):
11827 Register output section data for relaxation clean up.
11828 (Output_data_exression::Output_data_expression): Adjust call to base
11829 constructor to fix data size.
11830 (Output_section_element_data::set_section_addresses): Register
11831 Output_data_expression object for relaxation clean up.
11832 (struct Input_section_info): Replace Relobj pointer and section index
11833 pair with Output_section::Simple_input_section and Convert struct to a
11834 class.
11835 (Input_section_sorter::operator()): Adjust access to
e1df38aa 11836 Input_section_info data member to use accessors.
20e6d0d6
DK
11837 (Output_section_element_input::set_section_addresses): Use layout
11838 parameter. Adjust code to use Output_section::Simple_input_section
11839 and Input_secction_info classes. Register filler for relaxation
11840 clean up.
11841 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
11842 and section index pair with Output_section::Simple_input_section
11843 class. Adjust code accordingly.
11844 (Phdrs_element::release_segment): New method definition.
11845 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
11846 segment list.
11847 (Script_sections::release_segments): New method definition.
11848 * gold/script-sections.h (Script_sections::release_segments): New
11849 method declaration.
11850 * gold/target.h (Target::may_relax, Target::relax,
11851 Target::do_may_relax, Target::do_relax): New method definitions.
11852
5e445df6
ILT
118532009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11854
11855 * arm.cc (has_signed_unsigned_overflow): New function.
11856 (Arm_relocate_functions::abs8): New function.
11857 (Target_arm::Scan::local): Handle R_ARM_ABS8.
11858 (Target_arm::Scan::global): Likewise.
11859 (Target_arm::relocate::relocate): Likewise.
11860 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11861 Likewise.
11862
8c604651 118632009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
11864
11865 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
11866 * testsuite/Makefile.in: Regenerate.
11867
1e9cc1c2
NC
118682009-09-11 Nick Clifton <nickc@redhat.com>
11869
11870 * po/gold.pot: Updated by the Translation project.
11871
6a89f575
CC
118722009-09-08 Cary Coutant <ccoutant@google.com>
11873
11874 * output.cc (Output_file::open): Add execute permission to empty file.
11875 * testsuite/Makefile.am (permission_test): New test.
11876 * testsuite/Makefile.in: Regenerate.
11877
fdcac5af
ILT
118782009-09-02 Ian Lance Taylor <iant@google.com>
11879
11880 * output.cc (Output_file::resize): Call map_no_anonymous rather
11881 than map.
11882
44453f85
ILT
118832009-09-01 Mikolaj Zalewski <mikolajz@google.com>
11884
11885 * gold.cc: Include "incremental.h".
11886 (queue_initial_tasks): Call Incremental_checker methods.
11887 * incremental.cc: Include "output.h".
11888 (Incremental_checker::can_incrementally_link_output_file): New
11889 method.
11890 * incremental.h (Incremental_checker): New class.
11891
11892 * output.cc (Output_file::open_for_modification): New method.
11893 (Output_file::map_anonymous): Changed return type to bool. Record
11894 map in base_ field.
11895 (Output_file::map_no_anonymous): New method, broken out of map.
11896 (Output_file::map): Use map_no_anonymous and map_anonymous.
11897 * output.h (class Output_file): Update declarations.
11898
293c1386
CC
118992009-08-24 Cary Coutant <ccoutant@google.com>
11900
11901 * options.h (Command_line::Pre_options): New class.
11902 (Command_line::pre_options): New member.
11903 * options.cc (gold::options::ready_to_register): New variable.
11904 (One_option::register_option): Do nothing if not registering options.
11905 Assert if same short option registered twice.
11906 (General_options::General_options): Turn off option registration when
11907 done constructing.
11908 (Command_line::Pre_options::Pre_options): New constructor.
11909
f773f3d2
CC
119102009-08-24 Cary Coutant <ccoutant@google.com>
11911
06a73cfe
CC
11912 * options.h (General_options::no_keep_memory): Remove incorrect
11913 short option.
f773f3d2 11914
a15af8e2
RW
119152009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11916
11917 * Makefile.am (am__skiplex, am__skipyacc): New.
11918 * Makefile.in: Regenerate.
11919
c462b41b
RW
119202009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11921
14ec8efd
RW
11922 * Makefile.am (AM_CPPFLAGS): Renamed from ...
11923 (INCLUDES): ... this.
11924 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
11925 (AM_CPPFLAGS): Renamed from ...
11926 (INCLUDE): ... this.
11927 * Makefile.in, testsuite/Makefile.in: Regenerate.
11928
81ecdfbb
RW
11929 * Makefile.in: Regenerate.
11930 * aclocal.m4: Likewise.
11931 * config.in: Likewise.
11932 * configure: Likewise.
11933 * testsuite/Makefile.in: Likewise.
11934
c462b41b
RW
11935 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11936 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11937 * Makefile.in: Regenerate.
11938 * testsuite/Makefile.in: Regenerate.
11939
2da73f13
CC
119402009-08-19 Cary Coutant <ccoutant@google.com>
11941
11942 * resolve.cc (Symbol_table::resolve): Don't complain about defined
11943 symbols in shared libraries overridden by hidden or internal symbols
11944 in the main program.
11945
2db70501
CD
119462009-08-19 Chris Demetriou <cgd@google.com>
11947
11948 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
11949 checking source file names in error messages.
11950
f733487b
DK
119512009-08-18 Doug Kwan <dougkwan@google.com>
11952
11953 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
11954 an elcpp::Ehdr as parameter. Adjust call to set_target.
11955 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
11956 an elfcpp::Ehdr as parameter.
11957 * object.cc (Object::set_target): Remove the version that looks up
11958 a target and sets it.
11959 (Sized_relobj::setup): Take a Target object instead of
11960 an elfcpp::Ehdr as parameter. Adjust call to set_target.
11961 (make_elf_sized_object): Find target and ask target to
11962 make an ELF object.
11963 * object.h: (Object::set_target): Remove the version that looks up
11964 a target and sets it.
11965 (Sized_relobj::setup): Take a Target object instead of
11966 an elfcpp:Ehdr as parameter.
11967 * target.cc: Include dynobj.h.
11968 (Target::do_make_elf_object_implementation): New.
2e702c99 11969 (Target::do_make_elf_object): New.
f733487b
DK
11970 * target.h (Target::make_elf_object): New template declaration.
11971 (Target::do_make_elf_object): New method declarations.
11972 (Target::do_make_elf_object_implementation): New template declaration.
11973
cc70f101
ILT
119742009-08-14 Ian Lance Taylor <iant@google.com>
11975
11976 * gold.h (FUNCTION_NAME): Define.
11977 (gold_unreachable): Use FUNCTION_NAME.
11978
ef5e0cb1
ST
119792009-08-12 Sriraman Tallam <tmsriram@google.com>
11980
11981 * icf.cc (Icf::find_identical_sections): Issue a warning when a
11982 symbol in the --keep-unique list is not found.
11983
48c187ce
ST
119842009-08-12 Sriraman Tallam <tmsriram@google.com>
11985
11986 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
11987 been maked as --keep-unique.
11988 (Icf::unfold_section): New function.
11989 * icf.h (Icf::unfold_section): New function.
11990 * options.h (General_options::keep_unique): New option.
11991 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
11992 * testsuite/Makefile.in: Regenerate.
11993 * testsuite/icf_keep_unique_test.sh: New file.
11994 * testsuite/icf_keep_unique_test.cc: New file.
11995
645afe0c
CC
119962009-08-12 Cary Coutant <ccoutant@google.com>
11997
11998 PR 10471
11999 * resolve.cc (Symbol_table::resolve): Check for references from
12000 dynamic objects to hidden and internal symbols.
12001 * testsuite/Makefile.am (hidden_test.sh): New test.
12002 * testsuite/Makefile.in: Regenerate.
12003 * testsuite/hidden_test.sh: New script.
12004 * testsuite/hidden_test_1.c: New test source.
12005 * testsuite/hidden_test_main.c: New test source.
12006
11af873f
DK
120072009-08-11 Doug Kwan <dougkwan@google.com>
12008
12009 * arm.cc: Update comments.
12010 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
12011 segment to locate the .ARM.exidx section if present.
12012
b9f7d72d
DK
120132009-08-09 Doug Kwan <dougkwan@google.com>
12014
12015 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
12016 patch.
12017
ddd3c53c
ST
120182009-08-07 Sriraman Tallam <tmsriram@google.com>
12019 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
12020 compiler warnings.
12021
27721062
ST
120222009-08-06 Sriraman Tallam <tmsriram@google.com>
12023
12024 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
12025 valid tls_segment only for non-debug-section relocations.
12026 * testsuite/Makefile.am: Add gc_tls_test.
12027 * testsuite/Makefile.in: Regenerate.
12028 * testsuite/gc_tls_test.cc: New file.
12029 * testsuite/gc_tls_test.sh: New file.
12030
ef15dade 120312009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 12032
ef15dade
ST
12033 * icf.cc: New file.
12034 * icf.h: New file.
12035 * Makefile.am (CCFILES): Add icf.cc.
12036 (HFILES): Add icf.h
12037 * Makefile.in: Regenerate.
12038 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
12039 * gc.h (gc_process_relocs): Populate lists used by icf to contain
12040 section, symbol and addend information for the relocs.
12041 * gold.cc (queue_middle_tasks): Call identical code folding.
12042 * gold.h: Add defines for multimap.
12043 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
12044 to the call of finalize_local_symbols.
12045 * main.cc (main): Create object of class Icf.
12046 * object.cc (Sized_relobj::do_layout): Allow this function to be
12047 called twice during icf.
12048 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
12049 to sections marked as identical by icf.
12050 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
12051 when available.
12052 (Sized_relobj::do_section_entsize): New function.
12053 * object.h (Object::section_entsize): New function.
12054 (Object::do_section_entsize): New pure virtual function.
12055 (Relobj::finalize_local_symbols): Add new parameter.
12056 (Relobj::do_section_entsize): New function.
12057 * options.h (General_options::icf): New option.
12058 (General_options::icf_iterations): New option.
12059 (General_options::print_icf_sections): New option.
12060 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
12061 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
12062 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
12063 icf.
12064 * symtab.cc (Symbol_table::is_section_folded): New function.
12065 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
12066 to sections marked as identical by icf.
12067 * symtab.h (Symbol_table::set_icf): New function.
12068 (Symbol_table::icf): New function.
12069 (Symbol_table::is_section_folded): New function.
12070 (Symbol_table::icf_): New data member.
12071 * target-reloc.h (relocate_section): Ignore sections folded by icf.
12072 * testsuite/Makefile.am: Add commands to build icf_test.
12073 * testsuite/Makefile.in: Regenerate.
12074 * testsuite/icf_test.sh: New file.
12075 * testsuite/icf_test.cc: New file.
12076
c3b65ac4
CD
120772009-07-24 Chris Demetriou <cgd@google.com>
12078
12079 * layout.cc (is_compressible_debug_section): Fix incorrect
12080 comment about compressed section names.
12081
1caf2c51
ILT
120822009-07-20 Ian Lance Taylor <ian@airs.com>
12083
12084 PR 10419
12085 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
12086
1ef4d87f
ILT
120872009-07-16 Ian Lance Taylor <iant@google.com>
12088
12089 PR 10400
12090 * layout.h: #include <map>.
12091 (class Kept_section): Change from struct to class. Add accessors
12092 and setters. Add section size to Comdat_group mapping. Change
12093 Comdat_group to std::map. Add is_comdat_ field. Add
12094 linkonce_size field in union.
12095 (class Layout): Update declaration of find_or_add_kept_section.
12096 Don't declare find_kept_object.
12097 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
12098 parameter. Add object, shndx, is_comdat, and is_group_name
12099 parameters. Change all callers. Adjust for new Kept_section.
12100 (Layout::find_kept_object): Remove.
12101 * object.cc (Sized_relobj::include_section_group): Update use of
12102 Kept_section. Rename secnum to shndx. Only record
12103 Kept_comdat_section if sections are the same size.
12104 (Sized_relobj::include_linkonce_section): Update use of
12105 Kept_section. Only record Kept_comdat_section if sections are the
12106 same size. Set size of linkonce section.
12107 (Sized_relobj::map_to_kept_section): Update call to
12108 get_kept_comdat_section.
12109 * object.h (class Sized_relobj): Rename fields in
12110 Kept_comdat_section to drop trailing underscores; change object
12111 field to Relobj*. Change Kept_comdat_section_table to store
12112 struct rather than pointer.
12113 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
12114 Add kept_object and kept_shndx parameters. Change all callers.
12115 (Sized_relobj::get_kept_comdat_section): Change return type to
12116 bool. Add kept_object and kept_shndx parameters. Change all
12117 callers.
12118 * plugin.cc (Pluginobj::include_comdat_group): Update call to
12119 Layout::find_or_add_kept_section.
12120
37c3b7b0
ILT
121212009-07-09 Ian Lance Taylor <iant@google.com>
12122
12123 * merge.cc (Object_merge_map::initialize_input_to_output_map):
12124 Reserve space in the hash table.
12125
98fa85cb
ILT
121262009-07-06 Mikolaj Zalewski <mikolajz@google.com>
12127
12128 * fileread.cc (File_read::get_mtime): New method.
12129 * fileread.h (Timespec): New structure.
12130 (File_read::get_mtime): New method.
12131 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
12132 Renamed from timestamp_nsec.
12133 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
12134 Elf_Xword.
e1df38aa 12135 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 12136 timestamp_nsec.
e1df38aa 12137 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
12138 (Incremental_inputs::report_obejct): Save mtime; style fix.
12139 (Incremental_inputs::report_script): Save mtime; style fix.
12140 (Incremental_inputs::finalize_inputs): Style fix.
12141 (Incremental_inputs::finalize): Style fix.
12142 (Incremental_inputs::create_input_section_data): Store inputs
12143 mtime.
12144 * incremental.h (Incremental_inputs::report_script): Add mtime
12145 argument.
12146 (Incremental_inputs::Input_info::Input_info): Intialize only one
12147 union member.
12148 (Incremental_inputs::Input_info::archive): Move to nameless
12149 union.
12150 (Incremental_inputs::Input_info::obejct): Move to nameless union.
12151 (Incremental_inputs::Input_info::script): Move to nameless union.
12152 (Incremental_inputs::mtime): New field.
12153 * script.cc (read_input_script): Pass file mtime to
12154 Incremental_input.
12155 * script.h (Script_info::inputs): Style fix.
12156
c9d70757
ILT
121572009-07-01 Ian Lance Taylor <ian@airs.com>
12158
12159 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
12160 instead of 32.
12161
9c547ec3
ILT
121622009-06-24 Ian Lance Taylor <iant@google.com>
12163
12164 PR 10156
12165 * layout.cc (Layout::choose_output_section): If we find an
12166 existing section, update the flags.
12167 (Layout::create_notes): New function, broken out of
12168 Layout::finalize.
12169 (Layout::finalize): Don't create note sections.
12170 (Layout::create_note): Don't crash if linker script discards
12171 section.
12172 (Layout::create_gold_note): Likewise.
12173 (Layout::create_build_id): Likewise. Don't set
12174 after_input_sections on the section.
12175 (Layout::create_executable_stack_info): Remove target parameter.
12176 Change caller.
12177 * layout.h (class Layout): Declare create_notes. Update
12178 declaration of create_executable_stack_info.
12179 * gold.cc (queue_middle_tasks): Call create_notes.
12180 * output.cc (Output_section::update_flags_for_input_section): Move
12181 here from output.h. If SHF_ALLOC flag is newly set, mark address
12182 invalid.
12183 * output.h (Output_data::mark_address_invalid): New function.
12184 (class Output_section): Only declare, not define,
12185 update_flags_for_input_section. Remove set_flags.
12186
55458500
ILT
121872009-06-24 Ian Lance Taylor <iant@google.com>
12188
12189 * script-sections.cc (Output_section_definition::
12190 set_section_addresses): Rename shadowing local load_address to
12191 laddr.
12192
1307d6cd
ILT
121932009-06-24 Ian Lance Taylor <iant@google.com>
12194
12195 PR 10244
12196 * reloc.cc (relocate_sections): Skip empty relocation sections.
12197
ec3f783e
ILT
121982009-06-23 Ian Lance Taylor <iant@google.com>
12199
12200 PR 10156
12201 * layout.cc (Layout::create_note): Use choose_output_section
12202 rather than make_output_section.
12203
459c9f1c
ILT
122042009-06-23 Ian Lance Taylor <iant@google.com>
12205
12206 PR 10237
12207 * options.cc (General_options::parse_V): Set printed_version_.
12208 (General_options::General_options): Initialize printed_version_.
12209 * options.h (class General_options): Add printed_version_ field.
12210 * gold.cc (queue_initial_tasks): If there are no input files,
12211 don't give a fatal error if we printed the version information.
12212 (queue_middle_tasks): If using -r with a shared object, give a
12213 fatal error rather than an ordinary error.
12214
1518dc8f
ILT
122152009-06-23 Ian Lance Taylor <iant@google.com>
12216
12217 PR 10219
12218 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
12219 (Layout::make_output_section): Set have_stabstr_section_ if we see
12220 a .stab*str section.
12221 (Layout::finalize): Call link_stabs_sections.
12222 (Layout::link_stabs_sections): New file.
12223 * layout.h (class Layout): Add have_stabstr_section_ field.
12224 Declare link_stabs_sections.
12225
3d857b98
DK
122262009-06-23 Doug Kwan <dougkwan@google.com>
12227
12228 * Makefile.am (libgold_a_LIBADD): New.
12229 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
2e702c99 12230 * Makefile.in: Regenerate.
3d857b98
DK
12231 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
12232 * configure: Regenerate.
12233 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
12234 * fileread.cc: Include sys/state.h
12235 * gold.h: Declare memmem and strndup if found missing.
12236 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
12237
0639a6f6
ILT
122382009-06-23 Ian Lance Taylor <iant@google.com>
12239
12240 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
12241 * configure: Rebuild.
12242
8d63875c
ILT
122432009-06-23 Ian Lance Taylor <iant@google.com>
12244
12245 PR 10147
12246 * object.cc (Object::section_contents): Don't try to get a view if
12247 the section has length zero.
12248 (Object::handle_gnu_warning_section): If the section is empty, use
12249 the name of the section as the warning.
12250
f7c8a183
ILT
122512009-06-23 Ian Lance Taylor <iant@google.com>
12252
12253 PR 10133
12254 * stringpool.h (class Stringpool_template): Add optimize_ field.
12255 (Stringpool_template::set_optimize): New function.
12256 * stringpool.cc (Stringpool_template::Stringpool_template):
12257 Initialize optimize_ field.
12258 (Stringpool_template::set_string_offsets): Test local optimize
12259 fild rather than parameter.
12260 * layout.cc (Layout::Layout): Call set_optimize on the section
12261 name stringpool.
12262
e6a307ba
ILT
122632009-06-22 Ian Lance Taylor <iant@google.com>
12264
12265 PR 10030
12266 * yyscript.y: Parse TARGET.
12267 * script.cc (script_set_target): New function.
12268 * script-c.h (script_set_target): Declare.
12269 * options.cc (General_options::string_to_object_format): Rename
12270 from string_to_object_format in anonymous namespace. Change
12271 callers.
12272 * options.h (class General_options): Declare
12273 string_to_object_format.
12274
3ee173de
ILT
122752009-06-22 Ian Lance Taylor <iant@google.com>
12276
12277 * script-sections.cc (Script_sections::create_segments): Don't put
12278 program headers in a PT_LOAD segment if -n or -N.
12279
122802009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
12281
12282 PR 10141
12283 * options.h (class General_options): Add -z lazy and -z now. Sort
12284 -z options into alphabetical order.
12285 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
12286
cd6739a1 122872009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
12288
12289 * layout.cc (Layout::make_output_section): Call
12290 Target::new_output_section.
12291 (Layout::attach_allocated_section_to_segment): Put large section
12292 sections in a separate load segment with the large segment flag
12293 set.
12294 (Layout::segment_precedes): Sort large data segments after other
12295 load segments.
12296 (align_file_offset): New static function.
12297 (Layout::set_segment_offsets): Use align_file_offset.
12298 * output.h (class Output_section): Add is_small_section_ and
12299 is_large_section_ fields.
12300 (Output_section::is_small_section): New function.
12301 (Output_section::set_is_small_section): New function.
12302 (Output_section::is_large_section): New function.
12303 (Output_section::set_is_large_section): New function.
12304 (Output_section::is_large_data_section): New function.
12305 (class Output_segment): Add is_large_data_segment_ field.
12306 (Output_segment::is_large_data_segment): New function.
12307 (Output_segment::set_is_large_data_segment): New function.
12308 * output.cc (Output_section::Output_section): Initialize new
12309 fields.
12310 (Output_segment::Output_segment): Likewise.
12311 (Output_segment::add_output_section): Add assertion that large
12312 data sections always go in large data segments. Force small data
12313 sections to the end of the list of data sections. Force small BSS
12314 sections to the start of the list of BSS sections. For large BSS
12315 sections to the end of the list of BSS sections.
12316 * symtab.h (class Symbol): Declare is_common_shndx.
12317 (Symbol::is_defined): Check Symbol::is_common_shndx.
12318 (Symbol::is_common): Likewise.
12319 (class Symbol_table): Define enum Commons_section_type. Update
12320 declarations. Add small_commons_ and large_commons_ fields.
12321 * symtab.cc (Symbol::is_common_shndx): New function.
12322 (Symbol_table::Symbol_table): Initialize new fields.
12323 (Symbol_table::add_from_object): Put small and large common
12324 symbols in the right list.
12325 (Symbol_table::sized_finalized_symbol): Check
12326 Symbol::is_common_shndx.
12327 (Symbol_table::sized_write_globals): Likewise.
12328 * common.cc (Symbol_table::do_allocate_commons): Allocate new
12329 common symbol lists. Don't call do_allocate_commons_list if the
12330 list is empty.
12331 (Symbol_table::do_allocate_commons_list): Remove is_tls
12332 parameter. Add comons_section_type parameter. Change all
12333 callers. Handle small and large common symbols.
12334 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
12335 Symbol::is_common_shndx.
12336 * resolve.cc (symbol_to_bits): Likewise.
12337 * target.h (Target::small_common_shndx): New function.
12338 (Target::small_common_section_flags): New function.
12339 (Target::large_common_shndx): New function.
12340 (Target::large_common_section_flags): New function.
12341 (Target::new_output_section): New function.
12342 (Target::Target_info): Add small_common_shndx, large_common_shndx,
12343 small_common_section_flags, and large_common_section_flags
12344 fields.
12345 (Target::do_new_output_section): New virtual function.
12346 * arm.cc (Target_arm::arm_info): Initialize new fields.
12347 * i386.cc (Target_i386::i386_info): Likewise.
12348 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
12349 Likewise.
12350 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
12351 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
12352 (Target_x86_64::do_new_output_section): New function.
12353 * configure.ac: Define conditional MCMODEL_MEDIUM.
12354 * testsuite/Makefile.am (check_PROGRAMS): Add large.
12355 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
12356 (large_LDFLAGS): Define.
12357 * testsuite/large.c: New file.
12358 * testsuite/testfile.cc (Target_test::test_target_info):
12359 Initialize new fields.
12360 * configure, testsuite/Makefile.in: Rebuild.
12361
bb04269c
DK
123622009-06-05 Doug Kwan <dougkwan@google.com>
12363
12364 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 12365 * Makefile.in: Regenerate.
bb04269c
DK
12366 * i386.cc (class Target_i386): Define new virtual method to
12367 override do_is_local_label_name in parent.
12368 * object.cc (Sized_relobj::do_count_local_symbols): Discard
12369 local symbols if --discard-locals or -X is given.
12370 * options.h (class General_options): Declare new options
12371 '--discard-locals' and '-X' for discarding locals.
12372 * target.h (class Target): Define new methods is_local_label_name.
12373 Declare new virtual method do_is_local_label_name.
12374 * target.cc: New file.
12375 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
12376 (check_SCRIPTS): Add discard_locals_test.sh.
12377 (check_DATA): Add discard_local_tests.syms.
12378 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
12379 (discard_local_tests.syms, discard_locals_test.o): New make rules.
12380 * testsuite/Makefile.in: Regenerate.
12381 * testsuite/discard_locals_test.c: New file.
12382 * testsuite/discard_locals_test.sh: Same.
12383
805bb01c
DK
123842009-06-05 Doug Kwan <dougkwan@google.com>
12385
12386 * object.cc (Sized_relobj::Sized_relobj): Initialize
12387 discarded_eh_frame_shndx_ to -1U.
12388 (Sized_relobj::do_layout): Record index of a discard .eh_frame
12389 section.
12390 (Sized_relobj::do_count_local_symbols): Skip local symbols in
12391 a discarded .eh_frame section.
12392 (Sized_relobj::do_finalize_local_symbols): Ditto.
12393 * object.h (class Sized_relobj): Declare new member
12394 discarded_eh_frame_shndx_.
12395 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
12396 (local_labels_test.o, local_labels_test): New rules.
12397 * testsuite/Makefile.in: Regenerate.
12398
1dcd334d
DK
123992009-06-04 Doug Kwan <dougkwan@google.com>
12400
12401 * layout.cc (Layout::section_name_mapping): Add mapping for
12402 special ARM sections.
12403
96d49306
DK
124042009-06-03 Doug Kwan <dougkwan@google.com>
12405
12406 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
12407 (utils::has_overflow): Same.
12408
dff16297
ILT
124092009-06-03 Ian Lance Taylor <iant@google.com>
12410
12411 * layout.cc (Layout::section_name_mapping): New array, replacing
12412 Layout::linkonce_mapping.
12413 (Layout::section_name_mapping_count): New variable, replacing
12414 Layout::linkonce_mapping_count.
12415 (Layout::linkonce_output_name): Remove.
12416 (Layout::output_section_name): Rewrite.
12417 * layout.h (class Layout): Rename Linkonce_mapping to
12418 Section_name_mapping, linkonce_mapping to section_name_mapping,
12419 linkonce_mapping_count to section_name_mapping_count. Don't
12420 declare linkonce_output_name.
12421
c121c671
DK
124222009-06-03 Doug Kwan <dougkwan@google.com>
12423
12424 * gold/arm.cc (namespace utils): New.
12425 (Target_arm::reloc_is_non_pic): Define new method.
12426 (class Arm_relocate_functions): New.
12427 (Target_arm::Relocate::relocate): Handle relocation types used by
12428 Android.
12429
07800fab
ILT
124302009-06-03 Ian Lance Taylor <iant@google.com>
12431
12432 * arm.cc (Target_arm::scan::global): Use || instead of |.
12433
c121c671
DK
124342009-06-02 Doug Kwan <dougkwan@google.com>
12435
12436 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
12437 issued_non_pic_error_.
12438 (class Target_arm::Scan): Declare new method check_non_pic.
12439 Define new method symbol_needs_plt_entry.
12440 Declare new data member issued_non_pic_error_.
12441 (class Target_arm::Relocate): Declare new method
12442 should_apply_static_reloc.
12443 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
12444 (Target_arm::Scan::check_non_pic): Define new method.
12445 (Target_arm::Scan::local): Handle a small subset of reloc types used
12446 by Android.
12447 (Target_arm::Scan::local): Same.
12448 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
12449
b19b0c6d
ILT
124502009-05-31 Mikolaj Zalewski <mikolajz@google.com>
12451
12452 * incremental.cc (Incremental_inputs::report_command_line): Filter
12453 out --incremental-* options.
12454
94cdfcff
DK
124552009-05-29 Doug Kwan <dougkwan@google.com>
12456
12457 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
12458 template class.
12459 (class Target_arm): Update comment.
12460 (Target_arm::Target_arm): Initialize new data members GOT_,
12461 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
12462 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
12463 and Target_arm::rel_dyn_section.
12464 Declare new_enum Target_arm::Got_type.
12465 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
12466 and DYNBSS_.
12467 Update commments for member do_dynsym_value.
12468 (Target_arm::got_size, Target_arm::plt_section,
12469 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
12470 new methods inside class defintion.
12471 (Target_arm::got_section): Define new method.
12472 (Target_arm::rel_dyn_section): Same.
12473 (Output_data_plt_arm): New template class.
12474 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
12475 (Output_data_plt_arm:do_adjust_output_section): Define new method.
12476 (Output_data_plt_arm::add_entry): Same.
12477 (Output_data_plt_arm::first_plt_entry): Define new
12478 static data member for PLT instruction template.
12479 (Output_data_plt_arm::plt_entry): Same.
12480 (Output_data_plt_arm::do_write): Define new method.
12481 (Target_arm::make_plt_entry): Same.
12482 (Target_arm::do_finalize_sections): Same.
12483 (Target_arm::do_dynsym_value): Same.
12484
4a657b0d
DK
124852009-05-28 Doug Kwan <dougkwan@google.com>
12486
12487 * Makefile.am (TARGETSOURCES): Add arm.cc.
12488 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
12489 * Makefile.in: Regenerate.
12490 * arm.cc: New file.
12491 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
12492
e7ae8c36
DK
124932009-05-26 Doug Kwan <dougkwan@google.com>
12494
12495 * options.cc (General_options::parse_exclude_libs). Fix a comment.
12496 (General_options::check_excluded_libs): Strip off directories in
12497 archive name before matching like GNU ld does.
12498 * testsuite/Makefile.am (MOSTLYCLEANFILES,
12499 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
12500 (exclude_libs_test_LDFLAGS): Add linker option
12501 -Wl,--exclude-libs,libexclude_libs_test_3
12502 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
12503 an explicit archive without using -l.
12504 (alt/libexclude_libs_test_3.a): New make rule.
12505 * testsuite/Makefile.in: Regenerate.
12506 * testsuite/exclude_libs_test.c : Declare lib3_default().
12507 (main): Call it.
12508 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
12509 * exclude_libs_test_3.c: New file.
12510
f12e7348
NC
125112009-05-26 Nick Clifton <nickc@redhat.com>
12512
12513 * po/id.po: New Indonesian translation.
12514 * po/gold.pot: Updated template file.
12515
4daadc0d
ST
125162009-05-22 Sriraman Tallam <tmsriram@google.com>
12517
e1df38aa 12518 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
12519 gc_comdat_test files. Add -Wl,--gc-sections to build
12520 gc_comdat_test.
12521 * testsuite/Makefile.in: Regenerate.
12522 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
12523
531813ad
ST
125242009-05-21 Sriraman Tallam <tmsriram@google.com>
12525
12526 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
12527 kept comdat section was garbage collected.
12528 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
12529 * testsuite/Makefile.in: Regenerate.
12530 * testsuite/gc_comdat_test.sh: New file.
12531 * testsuite/gc_comdat_test_1.cc: New file.
12532 * testsuite/gc_comdat_test_2.cc: New file.
12533
65514900
CC
125342009-05-19 Doug Kwan <dougkwan@google.com>
12535
12536 * archive.cc (Archive::Archive): Move constructor from archive.h
12537 to here. Initialize no_export_.
12538 (Archive::get_elf_object_for_member): Set no_export flag of object.
12539 * archive.h (Archive::Archive): Move constructor body to
12540 archive.cc.
12541 (Archive::no_export): New method.
12542 (Archive::no_export_): New field.
12543 * object.h (Object::Object): Initialize no_export_ to false.
12544 (Object::no_export, Object::set_no_export): New methods.
12545 (Object::no_export_): New field.
12546 * options.cc (General_options::parse_exclude_libs): New method.
12547 (General_options::check_excluded_libs) Same.
12548 * options.h (exclude_libs): New option.
12549 (General_options::check_excluded_libs): New method declaration.
12550 (General_options::excluded_libs_): New field.
12551 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
12552 default or protected visibility if an object has no-export flag set.
12553 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
12554 (check_SCRIPTS): Add exclude_libs_test.sh.
12555 (check_DATA): Add exclude_libs_test.syms.
12556 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
12557 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
12558 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
12559 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
12560 (exclude_libs_test.syms, libexclude_libs_test_1.a,
12561 libexclude_libs_test_2.a): New rules.
12562 * testsuite/Makefile.in: Regenerate.
12563 * testsuite/exclude_libs_test.c: New file.
12564 * testsuite/exclude_libs_test.sh: Ditto.
12565 * testsuite/exclude_libs_test_1.c: Ditto.
12566 * testsuite/exclude_libs_test_2.c: Ditto.
12567
1b77ea50
ILT
125682009-05-15 Ian Lance Taylor <iant@google.com>
12569
12570 * configure.ac: Check for declarations for cases where libiberty.h
12571 checks HAVE_DECL_xxx.
12572 * configure, config.in: Rebuild.
12573
072fe7ce
ILT
125742009-05-15 Mikolaj Zalewski <mikolajz@google.com>
12575
12576 * gold.h (Incremental_argument_list): Remove (invalid) forward
12577 declaration.
12578 * incremental.cc (Incremental_inputs::report_achive): New method.
12579 (Incremental_inputs::report_object): New method.
12580 (Incremental_inputs::report_script): New method.
12581 (Incremental_inputs::finalize_inputs): New method.
12582 (Incremental_inputs::finalize): Call finalize_inputs().
12583 (Incremental_inputs::sized_create_incremental_inputs_section_data):
12584 Create inputs entries.
12585 * incremental.h (Incremental_input_type): New enum.
12586 (Incremental_inputs::Incremental_input): Initialize new fields.
12587 (Incremental_inputs::report_inputs): New method.
12588 (Incremental_inputs::report_achive): New method.
12589 (Incremental_inputs::report_object): New method.
12590 (Incremental_inputs::report_script): New method.
12591 (Incremental_inputs::finalize_inputs): New method.
12592 (Incremental_inputs::Input_info): New struct.
12593 (Incremental_inputs::Input_info_map): New typedef.
12594 (Incremental_inputs::lock_): New field.
12595 (Incremental_inputs::Inputs_): New field.
12596 (Incremental_inputs::Inputs_map): New field.
12597 * main.cc (main): Call Incremental_input::report_inputs.
12598 * options.h (Input_argument_list): Typedef moved from
12599 Input_arguments.
12600 (Input_file_group::Files): Remove, use ::Input_argument_list.
12601 (Input_file_group::Input_argument_list): Remove, use
12602 ::Input_argument_list.
12603 * plugin.cc (Plugin_manager::add_input_file): Add error in
12604 incremental build.
12605 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
12606 functions.
12607 * script.cc (read_input_script): Call
12608 Incremental_input::report_script.
12609 * script.h (Script_info): New class.
12610
b0481b0b
ILT
126112009-04-27 Ian Lance Taylor <iant@google.com>
12612
12613 * x86_64.cc (do_adjust_output_section): Set entsize to
12614 plt_entry_size.
12615
b22a5a41 126162009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
12617
12618 * output.cc (Output_file::close): After short writes, continue
12619 writing from the correct offset in the buffer being written.
12620
40fde488
CD
126212009-04-23 Chris Demetriou <cgd@google.com>
12622
12623 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
12624 * configure: Regenerate.
12625 * config.in: Regenerate.
12626 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
12627 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
12628
3ce2c28e
ILT
126292009-04-21 Mikolaj Zalewski <mikolajz@google.com>
12630
12631 * incremental.cc (Incremental_inputs_header_data): Renamed from
12632 Incremental_input_header_data.
12633 (Incremental_inputs_header_data::data_size): New field.
12634 (Incremental_inputs_header_data::put_input_file_count): Renamed
12635 from input_file_count.
12636 (Incremental_inputs_header_data::put_command_line_offset): Renamed
12637 from command_line_offset.
12638 (Incremental_inputs_header_data::put_reserved): Renamed from
12639 put_reserved.
12640 (Incremental_inputs_entry_data): Renamed from
12641 Incremental_input_entry_data.
12642 (Incremental_inputs_entry_data::data_size): New field.
12643 (Incremental_inputs::report_command_line): New method.
12644 (Incremental_inputs::finalize): New method.
12645 (Incremental_inputs::create_incremental_inputs_data): New method.
12646 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
12647 * incremental.h: New file.
12648 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
703d02da 12649 (Layout::finalize): Create incremental inputs section in
3ce2c28e 12650 incremental builds.
703d02da 12651 (Layout::create_incremental_info_sections): New method.
3ce2c28e 12652 * layout.h (Layout::incremental_inputs): New method.
703d02da
AM
12653 (Layout::create_incremental_info_sections): New method.
12654 (Layout::incremental_inputs_): New field.
3ce2c28e
ILT
12655 * main.cc (main): Notify Incremental_input of the command line.
12656
e55bde5e
ILT
126572009-04-01 Ian Lance Taylor <iant@google.com>
12658 Mikolaj Zalewski <mikolajz@google.com>
12659
12660 * gold.h (reserve_unordered_map): Define, three versions, one for
12661 each version of Unordered_map.
12662 * layout.cc (Layout::Layout): Remove options parameter. Add
12663 number_of_input_files parameter. Don't initialize options_.
12664 Initialize number_of_input_files_ and resized_signatures_. Move
12665 sections_are_attached_.
12666 (Layout::layout_group): Reserve space for group_signatures_.
12667 (Layout::find_or_add_kept_section): Change name parameter to be a
12668 reference. Resize signatures_ map when it gets large enough.
12669 (Layout::layout_eh_frame): Use parameters->options() instead of
12670 this->options_.
12671 (Layout::make_output_section): Likewise.
12672 (Layout::attach_allocated_section_to_segment): Likewise.
12673 (Layout::finalize, Layout::create_executable_stack): Likewise.
12674 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
12675 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
12676 * layout.h (class Layout): Update declarations. Remove options_
12677 field. Add number_of_input_files_ and resized_signatures_
12678 fields. Move sections_are_attached_ field.
12679 * main.cc (main): Pass number of input files to Layout
12680 constructor. Don't pass options.
12681
154b857c
ILT
126822009-03-30 Ian Lance Taylor <iant@google.com>
12683
12684 * ffsll.c (ffsll): Correct implementation.
12685
2f35ab9b
ILT
126862009-03-27 Ian Lance Taylor <iant@google.com>
12687
fd03461a
ILT
12688 * ffsll.c: New file.
12689 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
12690 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
12691 * ftruncate.c (ftruncate): Declare before definition.
12692 * mremap.c (mremap): Likewise.
12693 * pread.c (pread): Likewise.
12694 * configure, Makefile.in, config.in: Rebuild.
12695
2f35ab9b
ILT
12696 * mremap.c: New file.
12697 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
12698 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
12699 (mremap): Declare if HAVE_MREMAP is not defined.
12700 * configure, Makefile.in, config.in: Rebuild.
12701
33aea2fd
CC
127022009-03-27 Cary Coutant <ccoutant@google.com>
12703
12704 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
12705 position independent.
12706 * sparc.cc (Target_sparc::check_non_pic): Likewise.
12707 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
12708
6d479619
CC
127092009-03-24 Cary Coutant <ccoutant@google.com>
12710
12711 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
12712 an executable.
12713 (needs_dynamic_reloc): Likewise.
12714
afc06bb8
ILT
127152009-03-24 Ian Lance Taylor <iant@google.com>
12716
12717 * yyscript.y (file_cmd): Recognize EXTERN.
12718 (extern_name_list, extern_name_list_body): New nonterminals.
12719 * script.cc (script_add_extern): Define.
12720 * script-c.h (script_add_extern): Declare.
12721
f6060a4d
ILT
127222009-03-24 Rafael Avila de Espindola <espindola@google.com>
12723
12724 * object.cc (is_elf_object): Define.
12725 * object.h (is_elf_object): Declare.
12726 * archive.cc (Archive::get_elf_object_for_member): Call
12727 is_elf_object.
33aea2fd 12728 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 12729
26736d8e
ILT
127302009-03-24 Elliott Hughes <enh@google.com>
12731
12732 * output.cc (Output_file::map_anonymous): Define.
12733 (Output_file::map): Use map_anonymous. If the regular mmap fails,
12734 try an anonymous one. Report the size if the mmap fails.
12735 * output.h (class Output_file): Declare map_anonymous.
12736
22fd9730
ILT
127372009-03-24 Ian Lance Taylor <iant@google.com>
12738
12739 * target-select.cc (instantiate_target): Don't acquire the lock if
12740 the instantiated_target_ field has already been set.
12741
cb010894
ILT
127422009-03-23 Ian Lance Taylor <iant@google.com>
12743
7f055c20
ILT
12744 * gold-threads.h (class Initialize_lock): Define.
12745 * gold-threads.cc (class Initialize_lock_once): Define.
12746 (initialize_lock_control): New static variable.
12747 (initialize_lock_pointer): New static variable.
12748 (initialize_lock_once): New static function.
12749 (Initialize_lock::Initialize_lock): Define.
12750 (Initialize_lock::initialize): Define.
12751 * target-select.h: Include "gold-threads.h".
12752 (class Target_selector): Add lock_ and initialize_lock_ fields.
12753 Don't define instantiate_target, just declare it.
12754 * target-select.cc (Target_selector::Target_selector): Initialize
12755 new fields.
12756 (Target_selector::instantiate_target): Define.
12757 * descriptors.h: Include "gold-threads.h".
12758 (class Descriptors): Add initialize_lock_ field.
12759 * descriptors.cc (Descriptors::Descriptors): Initialize new
12760 field.
12761 (Descriptors::open): Use initialize_lock_ field
12762 * errors.h (class Errors): Add initialize_lock_ field.
12763 * errors.cc (Errors::Errors): Initialize new field.
12764 (Errors::initialize_lock): Use initialize_lock_ field.
12765 * powerpc.cc (class Target_selector_powerpc): Remove
12766 instantiated_target_ field. In do_recognize call
12767 instantiate_target rather than do_instantiate_target. In
12768 do_instantiate_target just allocate a new target.
12769 * sparc.cc (class Target_selector_sparc): Likewise.
12770
36959681
ILT
12771 * freebsd.h: New file.
12772 * i386.cc: Include "freebsd.h".
12773 (Target_i386): Derive from Target_freebsd rather than
12774 Sized_target.
12775 (Target_selector_i386): Derive from Target_selector_freebsd rather
12776 than Target_selector.
12777 * x86_64.cc: Include "freebsd.h".
12778 (Target_x86_64): Derive from Target_freebsd rather than
12779 Sized_target.
12780 (Target_selector_x86_64): Derive from Target_selector_freebsd
12781 rather than Target_selector.
12782 * target.h (class Target): Add adjust_elf_header and
12783 do_adjust_elf_header.
12784 * output.cc (Output_file_header:: do_sized_write): Call target
12785 adjust_elf_header routine.
12786 * configure.tgt: Set targ_osabi.
12787 * configure.ac: Define GOLD_DEFAULT_OSABI.
12788 * parameters.cc (Parameters::default_target): Pass
12789 GOLD_DEFAULT_OSABI to select_target.
12790 * target-select.h (class Target_selector): Make instantiate_target
12791 protected rather than private.
12792 * Makefile.am (HFILES): Add freebsd.h.
12793 * configure, Makefile.in, config.in: Rebuild.
12794
cb010894
ILT
12795 * merge.cc (do_add_input_section): Correct pend value. Change
12796 message about last entry not being null terminated from error to
12797 warning.
12798
0e879927
ILT
127992009-03-20 Mikolaj Zalewski <mikolajz@google.com>
12800
12801 * incremental.cc: New file.
12802 * Makefile.am (CCFILES): Add incremental.cc.
12803 * Makefile.in: Rebuild.
12804
41105937
PP
128052009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
12806
12807 * layout.cc (Layout::output_section_name): Preserve names
12808 of '.note.' sections.
e1df38aa 12809
60439920
ILT
128102009-03-19 Ian Lance Taylor <iant@google.com>
12811
12812 * descriptors.cc (Descriptors::open): Check that the options are
12813 valid before using them.
12814
0d371ad3
ILT
128152009-03-18 Ian Lance Taylor <iant@google.com>
12816
12817 * script-sections.h: Include <list>.
12818 (class Script_sections): Change Sections_elements from std::vector
12819 to std::list. Typedef public Elements_iterator. Add
12820 orphan_section_placement_, data_segment_align_start_, and
12821 saw_data_segment_align_ fields. Remove data_segment_align_index_
12822 field.
12823 * script-sections.cc (class Orphan_section_placement): New class.
12824 (class Sections_element): Add virtual functions is_relro and
12825 orphan_section_init. Remove virtual function place_orphan_here.
12826 (class Output_section_definition): Add is_relro and
12827 orphan_section_init. Remove place_orphan_here.
12828 (class Orphan_output_section): Likewise.
12829 (Script_sections::Script_sections): Update for field changes.
12830 (Script_sections::data_segment_align): Set saw_data_segment_align_
12831 and data_segment_align_start_, not data_segment_align_index.
12832 (Script_sections::data_segment_relro_end): Check
12833 saw_data_segment_align_. Use data_segment_align_start_ rather
12834 than data_segment_align_index_.
12835 (Script_sections::place_orphan): Rewrite to use
12836 Orphan_section_placement.
12837
9201d894
ILT
128382009-03-17 Ian Lance Taylor <iant@google.com>
12839
9c5b8369
ILT
12840 * archive.cc (Archive::add_symbols): Check for a version attached
12841 to the symbol name in the archive map.
12842 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
12843 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
12844 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
12845 (ver_test_11.a): New target.
12846 * testsuite/Makefile.in: Rebuild.
12847
9201d894
ILT
12848 * configure.ac: Check for chsize and posix_fallocate. Replace
12849 ftruncate.
12850 * ftruncate.c: New file, from gnulib.
12851 * output.cc (posix_fallocate): Define dummy version if not
12852 HAVE_POSIX_FALLOCATE.
12853 (Output_file::map): Call posix_fallocate rather than lseek and
12854 write.
12855 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
12856 * configure, Makefile.in, config.in: Rebuild.
12857
ef4ab7a8 128582009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 12859
ef4ab7a8
PP
12860 * layout.h (Layout::create_note): Add section_name parameter.
12861 * layout.cc (Layout::create_note): Likewise.
12862 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 12863
8c500701
ILT
128642009-03-17 Ian Lance Taylor <iant@google.com>
12865
e85b18e1
ILT
12866 * descriptors.cc: Include "options.h".
12867 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
12868 (Descriptors::open): Always use O_CLOEXEC when opening a new
12869 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
12870 then set FD_CLOEXEC.
12871
9efe6174
ILT
12872 * sparc.cc (class Target_sparc): Add has_got_section.
12873 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
12874 make sure we have a GOT section.
12875
12876 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
12877 (Target_sparc::Scan::local): Likewise.
12878 (Target_sparc::Scan::global): Likewise.
12879 (Target_sparc::Relocate::relocate): Likewise.
12880 (Target_sparc::Relocate::relocate_tls): Likewise.
12881
8c500701
ILT
12882 * symtab.cc (Symbol_table::define_default_version): New function,
12883 broken out of add_from_object.
12884 (Symbol_table::add_from_object): Call define_default_version.
12885 (Symbol_table::define_special_symbol): Add resolve_oldsym
12886 parameter. Change all callers. If the version for a symbol comes
12887 from a version script, resolve it with the symbol with the same
12888 name with no version. Also add the symbol without a version if
12889 appropriate.
12890 (do_define_in_output_data): If resolving with oldsym, don't delete
12891 sym.
12892 (do_define_in_output_segment): Likewise.
12893 (do_define_as_constant): Likewise.
12894 * symtab.h (class Symbol_table): Update declarations.
12895
f1ed28fb
ILT
128962009-03-13 Ian Lance Taylor <iant@google.com>
12897
15f8229b
ILT
12898 * readsyms.cc (Read_symbols::incompatible_warning): New function.
12899 (Read_symbols::requeue): New function.
12900 (Read_symbols::do_read_symbols): If make_elf_object fails because
12901 the target type is not configured, and the file was searched for,
12902 issue a warning and retry with the next directory.
12903 (Add_symbols::run): If the file has an incompatible format, and
12904 it was searched for, requeue the Read_symbols task. On error,
12905 release the object.
12906 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
12907 dirindex parameter to constructor. Change all callers. Declare
12908 incompatible_warning and requeue.
12909 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
12910 input_argument_ and input_group_ fields. Add them to
12911 constructor. Change all callers.
12912 (class Read_script): Add dirindex_ field. Add it to constructor.
12913 Change all callers.
12914 * archive.cc (Archive::setup): Remove input_objects parameter.
12915 Change all callers.
12916 (Archive::get_file_and_offset): Likewise.
12917 (Archive::read_all_symbols): Likewise.
12918 (Archive::read_symbols): Likewise.
12919 (Archive::get_elf_object_for_member): Remove input_objects
12920 parameter. Add punconfigured parameter. Change all callers.
12921 (Archive::add_symbols): Change return type to bool. Check return
12922 value of include_member.
12923 (Archive::include_all_members): Likewise.
12924 (Archive::include_member): Change return type to bool. Return
12925 false if first included object has incompatible target. Set
12926 included_member_ field.
12927 (Add_archive_symbols::run): If add_symbols returns false, requeue
12928 Read_symbols task.
12929 * archive.h (class Archive): Add included_member_ field.
12930 Initialize it in constructor. Add input_file and searched_for
12931 methods. Update declarations.
12932 (class Add_archive_symbols): Add dirpath_, dirindex_, and
12933 input_argument_ fields. Add them to constructor. Change all
12934 callers.
12935 * script.cc: Include "target-select.h".
12936 (class Parser_closure): Add skip_on_incompatible_target_ and
12937 found_incompatible_target_ fields. Add
12938 skip_on_incompatible_target parameter to constructor. Change all
12939 callers. Add methods skip_on_incompatible_target,
12940 clear_skip_on_incompatible_target, found_incompatible_target, and
12941 set_found_incompatible_target.
12942 (read_input_script): Add dirindex parameter. Change all callers.
12943 If parser finds an incompatible target, requeue Read_symbols
12944 task.
12945 (script_set_symbol): Clear skip_on_incompatible_target in
12946 closure.
12947 (script_add_assertion, script_parse_option): Likewise.
12948 (script_start_sections, script_add_phdr): Likewise.
12949 (script_check_output_format): New function.
12950 * script.h (read_input_script): Update declaration.
12951 * script-c.h (script_check_output_format): Declare.
12952 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
12953 (ignore_cmd): Remove OUTPUT_FORMAT.
12954 * fileread.cc (Input_file::Input_file): Add explicit this.
12955 (Input_file::will_search_for): New function.
12956 (Input_file::open): Add pindex parameter. Change all callers.
12957 * fileread.h (class Input_file): Add input_file_argument method.
12958 Declare will_search_for. Update declarations.
12959 * object.cc (make_elf_object): Add punconfigured parameter.
12960 Change all callers.
12961 * object.h (class Object): Make input_file public. Add
12962 searched_for method.
12963 (make_elf_object): Update declaration.
12964 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
12965 restart search.
12966 * dirsearch.h (class Dirsearch): Update declaration.
12967 * options.h (class General_options): Add --warn-search-mismatch.
12968 * parameters.cc (Parameters::is_compatible_target): New function.
12969 * parameters.h (class Parameters): Declare is_compatible_target.
12970 * workqueue.cc (Workqueue::add_blocker): New function.
12971 * workqueue.h (class Workqueue): Declare add_blocker.
12972
f1ed28fb
ILT
12973 * fileread.cc (Input_file::open): Remove options parameter.
12974 Change all callers.
12975 (Input_file::open_binary): Likewise.
12976 * script.cc (read_input_script): Likewise.
12977 * readsyms.h (class Read_symbols): Remove options_ field. Remove
12978 options parameter from constructor. Change all callers.
12979 (class Read_script): Likewise.
12980 * fileread.h (class Input_file): Update declarations.
12981 * script.h (read_input_script): Update declaration.
12982
34dd024a
NC
129832009-03-10 Nick Clifton <nickc@redhat.com>
12984
12985 * po/es.po: New Spanish translation.
12986
6d71b17c
CC
129872009-03-06 Cary Coutant <ccoutant@google.com>
12988
12989 * options.cc (parse_short_option): Keep dash_z from registering itself.
12990
031cdbed
ILT
129912009-03-03 Ian Lance Taylor <iant@google.com>
12992
12993 PR 9918
12994 * target-reloc.h (relocate_section): Pass output_section to
12995 relocate.
12996 * i386.cc (Target_i386::should_apply_static_reloc): Add
12997 output_section parameter. Change all callers.
12998 (Target_i386::Relocate::relocate): Add output_section parameter.
12999 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13000 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
13001 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
13002 * testsuite/two_file_shared.sh: New script.
13003 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
13004 (check_DATA): Add two_file_shared.dbg.
13005 (two_file_shared.dbg): New target.
13006 * testsuite/Makefile.in: Rebuild.
13007
15d5fa16
ILT
130082009-03-01 Ian Lance Taylor <iant@google.com>
13009
13010 * configure.ac: Check for byteswap.h.
13011 * configure: Rebuild.
13012 * config.in: Rebuild.
13013
8a4c0b0d
ILT
130142009-03-01 Mikolaj Zalewski <mikolajz@google.com>
13015
13016 * layout.cc (Layout::find_or_add_kept_section): New function.
13017 (Layout::add_comdat): Removed.
13018 * layout.h (struct Kept_section): Move out of class Layout.
13019 Remove trailing underscores from field names. Add group_sections
13020 field. Rename group_ field to is_group. Change all uses.
13021 (class Layout): Declare find_or_add_kept_section, not add_comdat.
13022 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
13023 comdat_groups_ field.
13024 (Sized_relobj::include_section_group): Use
13025 find_or_add_kept_section and Kept_section::group_sections.
13026 (Sized_relobj::include_linkonce_section): Likewise.
13027 * object.cc (class Sized_relobj): Don't define Comdat_group or
13028 Comdat_group_table. Remove find_comdat_group and
13029 add_comdat_group. Remove comdat_groups_ field.
13030 * plugin.cc (include_comdat_group): Use
13031 Layout::find_or_add_kept_section.
13032
b4ecf66b
ILT
130332009-02-28 Ian Lance Taylor <iant@google.com>
13034
14359ca0
ILT
13035 * README: --gc-sections and map files are now supported. Document
13036 some build requirements.
13037
b4ecf66b
ILT
13038 PR 6992
13039 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
13040 relocatable link set the value of the section symbol to zero.
13041 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
13042 relocatable link don't include the section address in the local
13043 symbol value.
13044
0602e05a
ILT
130452009-02-27 Ian Lance Taylor <iant@google.com>
13046
fd9d194f
ILT
13047 PR 6811
13048 * options.h (class Search_directory): Add is_system_directory.
13049 (class General_options): Declare is_in_system_directory.
13050 * options.cc (get_relative_sysroot): Make static.
13051 (get_default_sysroot): Make static.
13052 (General_optoins::is_in_system_directory): New function.
13053 * fileread.cc (Input_file::is_in_system_directory): New function.
13054 * fileread.h (class Input_file): Declare is_in_system_directory.
13055 * object.h (class Object): Add is_in_system_directory.
13056 (class Input_objects): Remove system_library_directory_ field.
13057 * object.cc (Input_objects::add_object): Don't set
13058 system_library_directory_.
13059 (input_objects::found_in_system_library_directory): Remove.
13060 * symtab.cc (Symbol_table::write_globals): Remove input_objects
13061 parameter. Change all callers.
13062 (Symbol_table::sized_write_globals): Likewise.
13063 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
13064 Call Object::is_in_system_directory.
13065 * symtab.h (class Symbol_table): Update declarations.
13066
61edd21f
ILT
13067 PR 5990
13068 * descriptors.h (Open_descriptor): Add is_on_stack field.
13069 * descriptors.cc (Descriptors::open): If the descriptor is on the
13070 top of the stack, remove it. Initialize is_on_stack field.
13071 (Descriptors::release): Only add pod to stack if it is not on the
13072 stack already.
13073 (Descriptors::close_some_descriptor): Clear stack_next and
13074 is_on_stack fields.
13075
e29e076a
ILT
13076 PR 7091
13077 * output.cc (Output_section::find_starting_output_address): Rename
13078 from starting_output_address; add PADDR parameter; change return
13079 type.
13080 * output.h (class Output_section): Declare
13081 find_starting_output_address instead of starting_output_address.
13082 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
13083 section symbol for which we can't find a merge section.
13084
0602e05a
ILT
13085 PR 9836
13086 * symtab.cc (Symbol_table::add_from_object): If the visibility is
13087 hidden or internal, force the symbol to be local.
13088 * resolve.cc (Symbol::override_visibility): Define.
13089 (Symbol::override_base): Use override_visibility.
13090 (Symbol_table::resolve): Likewise.
13091 (Symbol::override_base_with_special): Likewise.
13092 (Symbol_table::override_with_special): If the visibility is hidden
13093 or internal, force the symbol to be local.
13094 * symtab.h (class Symbol): Add set_visibility and
13095 override_visibility.
13096 * testsuite/ver_test_1.sh: New file.
13097 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
13098 (check_DATA): Add ver_test_1.syms.
13099 (ver_test_1.syms): New target.
13100 * testsuite/Makefile.in: Rebuild.
13101
401a9a73
CC
131022009-02-25 Cary Coutant <ccoutant@google.com>
13103
13104 * layout.cc (Layout::choose_output_section): Don't rename sections
13105 when using a linker script that has a SECTIONS clause.
13106 * Makefile.in: Regenerate.
13107
13108 * testsuite/Makefile.am (script_test_5.sh): New test case.
13109 * testsuite/Makefile.in: Regenerate.
13110 * testsuite/script_test_5.cc: New file.
13111 * testsuite/script_test_5.sh: New file.
13112 * testsuite/script_test_5.t: New file.
13113
f488e4b0
CC
131142009-02-13 Rafael Avila de Espindola <espindola@google.com>
13115
13116 * archive.cc (Archive::include_member): Update calls to add_symbols.
13117 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
13118 the Layout argument.
13119 * dynobj.h (do_add_symbols): Add the Layout argument.
13120 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
13121 Layout argument.
13122 * object.h (Object::add_symbols): Add the Layout argument.
13123 (Object::do_add_symbols): Add the Layout argument.
13124 (Sized_relobj::do_add_symbols): Add the Layout argument.
13125 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
13126 Unify the two versions.
13127 (Add_plugin_symbols): Remove.
13128 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
13129 (Sized_pluginobj::do_add_symbols): Unify the two versions.
13130 (Add_plugin_symbols): Remove.
13131 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
13132 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
13133 (Add_symbols::run): Make it work with Pulginobj.
13134
89dd1680
ILT
131352009-02-06 Ian Lance Taylor <iant@google.com>
13136
13137 * object.cc (Sized_relobj::do_layout): Make info message start
13138 with lower case letter.
13139
266d0a74
ILT
131402009-02-06 Mikolaj Zalewski <mikolajz@google.com>
13141
602b464e
ILT
13142 * binary.cc: Fix file comment.
13143
266d0a74
ILT
13144 * options.h (enum Incremental_disposition): Define.
13145 (class General_options): Add new options: --incremental,
13146 --incremental_changed, --incremental_unchanged,
13147 --incremental_unknown. Add incremental_disposition_ and
13148 implicit_incremental_ fields.
13149 (General_options::incremental_disposition): New function.
13150 (class Position_dependent_options): Add incremental_disposition
13151 option.
13152 (Position_dependent_options::copy_from_options): Set incremental
13153 dispositions.
13154 * options.cc (General_options::parse_incremental_changed): New
13155 function.
2e702c99
RM
13156 (General_options::parse_incremental_unchanged): New function.
13157 (General_options::parse_incremental_unknown): New function.
13158 (General_options::General_options): Initialize new fields
266d0a74 13159 incremental_disposition_ and implicit_incremental_.
2e702c99 13160 (General_options::finalize): Check for uasge of --incremental-*
266d0a74
ILT
13161 without --incremental.
13162
f073bbf7
CD
131632009-02-06 Chris Demetriou <cgd@google.com>
13164
13165 * gold.h (gold_undefined_symbol): Change to take only a Symbol
13166 pointer and to report location as the file name associated with
13167 the symbol.
13168 (gold_undefined_symbol_at_location): New function to replace the
13169 old gold_undefined_symbol functionality.
13170 * target-reloc.h (relocate_section): Update to use
13171 gold_undefined_symbol_at_location.
13172 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13173 Call gold_undefined_symbol function rather than gold_error.
13174 * errors.h (Errors::undefined_symbol): Take location as a
13175 string, rather than calculating it from a relocation.
13176 * errors.cc (Errors::fatal): Print "fatal error:" before the
13177 formatted message.
13178 (Errors::error, Errors::error_at_location): Print "error: "
13179 before the formatted message.
13180 (Errors::undefined_symbol): Take location as a string, rather
13181 than calculating it from a relocation.
13182 (gold_undefined_symbol_at_location): New function akin to
13183 old gold_undefined_symbol, calculates location from relocation.
13184 (gold_undefined_symbol): Change to take only a Symbol pointer
13185 and to report location as the file name associated with the symbol.
13186 * testsuite/debug_msg.sh: Update for changed error messages.
13187 * testsuite/undef_symbol.sh: Likewise.
13188
8e94a90c
ILT
131892009-02-04 Duncan Sands <baldrick@free.fr>
13190
13191 PR 9812
13192 * reduced_debug_output.h
13193 (Output_reduced_debug_abbrev_section::failed): Use format for
13194 gold_warning.
13195 (Output_reduced_debug_info_section::faild): Likewise.
13196
88a0e15b
ILT
131972009-01-31 Mikolaj Zalewski <mikolajz@google.com>
13198
13199 * script.cc (Lazy_demangler): New class.
2e702c99 13200 (Version_script_info::get_symbol_version_helper): Demangle a
88a0e15b
ILT
13201 symbol only once.
13202
5efc7cd2
CC
132032009-01-29 Cary Coutant <ccoutant@google.com>
13204
13205 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
13206 to __tls_get_addr.
13207 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13208
e0ebcf42
ILT
132092009-01-28 Ian Lance Taylor <iant@google.com>
13210
5efc7cd2 13211 * version.cc (version_string): Bump to 1.9.
75fe7426 13212
e0ebcf42
ILT
13213 * gold.h: Include <cstring> and <stdint.h>.
13214 * version.cc: Include <cstdio>.
13215 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
13216 warning.
13217 * reduced_debug_output.cc (insert_into_vector): Rename from
13218 Insert_into_vector; change all callers. Use Swap_unaligned to
13219 avoid aliasing issue; remove union since it is unnecessary.
13220
8e2813be 132212009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
13222
13223 * Makefile.am (CCFILES): Add gc.cc.
13224 (HFILES): Add gc.h.
13225 * Makefile.in: Regenerate.
13226 * gold.cc (Gc_runner): New class.
13227 (queue_initial_tasks): Call garbage collection related tasks
13228 when corresponding options are invoked.
13229 (queue_middle_gc_tasks): New function.
13230 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
13231 processed early before laying out sections during garbage collection.
13232 * gold.h (queue_middle_gc_tasks): New function.
13233 (is_prefix_of): Move from "layout.cc".
13234 * i386.cc (Target_i386::gc_process_relocs): New function.
13235 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
13236 * main.cc (main): Create object of class "Garbage_collection".
13237 * object.cc (Relobj::copy_symbols_data): New function.
13238 (Relobj::is_section_name_included): New function.
e1df38aa
NC
13239 (Sized_relobj::do_layout): Allow this function to be called twice
13240 during garbage collection and defer layout of section during the
6d03d481
ST
13241 first call.
13242 * object.h (Relobj::get_symbols_data): New function.
13243 (Relobj::is_section_name_included): New function.
13244 (Relobj::copy_symbols_data): New function.
13245 (Relobj::set_symbols_data): New function.
13246 (Relobj::get_relocs_data): New function.
13247 (Relobj::set_relocs_data): New function.
13248 (Relobj::is_output_section_offset_invalid): New pure virtual function.
13249 (Relobj::gc_process_relocs): New function.
13250 (Relobj::do_gc_process_relocs): New pure virtual function.
13251 (Relobj::sd_): New data member.
13252 (Sized_relobj::is_output_section_offset_invalid): New function.
13253 (Sized_relobj::do_gc_process_relocs): New function.
13254 * options.h (General_options::gc_sections): Modify to not be a no-op.
13255 (General_options::print_gc_sections): New option.
13256 * plugin.cc (Plugin_finish::run): Remove function call to
13257 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
13258 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
13259 * reloc.cc (Read_relocs::run): Add task to process relocs and
13260 determine unreferenced sections when doing garbage collection.
13261 (Gc_process_relocs): New class.
13262 (Sized_relobj::do_gc_process_relocs): New function.
13263 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
13264 sections that are garbage collected.
13265 * reloc.h (Gc_process_relocs): New class.
13266 * sparc.cc (Target_sparc::gc_process_relocs): New function.
13267 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
13268 symbols whose corresponding sections are garbage collected.
13269 (Symbol_table::Symbol_table): Add new parameter for the garbage
13270 collection object.
13271 (Symbol_table::gc_mark_undef_symbols): New function.
13272 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13273 (Symbol_table::gc_mark_dyn_syms): New function.
13274 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
13275 as garbage.
13276 (Symbol_table::add_from_object): Likewise.
13277 (Symbol_table::add_from_relobj): When building shared objects, do not
13278 treat externally visible symbols as garbage.
13279 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
13280 table information for static and relocatable links.
13281 * symtab.h (Symbol_table::set_gc): New function.
13282 (Symbol_table::gc): New function.
13283 (Symbol_table::gc_mark_undef_symbols): New function.
13284 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13285 (Symbol_table::gc_mark_dyn_syms): New function.
13286 (Symbol_table::gc_): New data member.
e1df38aa 13287 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
13288 function.
13289 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
13290 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
13291
3b293544
CF
132922009-01-20 Chris Faylor <me.sourceware@sourceware.org>
13293
13294 * options.h (General_options::gc_sections): Define as a no-op for now.
13295 (General_options::no_keep_memory): Ditto.
13296 (General_options::Bshareable): Define.
13297 * options.cc (General_options::finalize): Honor -Bshareable.
13298
83d22aa8
AS
132992009-01-20 Andreas Schwab <schwab@suse.de>
13300
13301 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
13302 read the value in the contents, since we don't use it. Use the
13303 template endianness when writing.
13304 (Relocate::relocate): Use it for R_PPC_REL16_HA.
13305
cd536b21
AS
133062009-01-19 Andreas Schwab <schwab@suse.de>
13307
13308 * configure.tgt (powerpc64-*): Fix targ_obj.
13309
99e9a495
ILT
133102009-01-15 Ian Lance Taylor <iant@google.com>
13311
13312 * object.cc (Sized_relobj::write_local_symbols): Don't write out
13313 local symbols when stripping all symbols.
13314
bbbfea06
CC
133152009-01-14 Cary Coutant <ccoutant@google.com>
13316
99e9a495 13317 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 13318
0f7c0701
CC
133192009-01-14 Cary Coutant <ccoutant@google.com>
13320
13321 * archive.cc (Archive::get_elf_object_for_member): Remove call
13322 to File_read::claim_for_plugin.
13323 * descriptors.cc (Descriptors::open): Remove reference to
13324 is_claimed.
13325 (Descriptors::claim_for_plugin): Remove.
13326 * descriptors.h (Descriptors::claim_for_plugin): Remove.
13327 (Descriptors::is_claimed): Remove.
13328 (claim_descriptor_for_plugin): Remove.
13329 * fileread.cc (File_read::claim_for_plugin): Remove.
13330 * fileread.h (File_read::claim_for_plugin): Remove.
13331 (File_read::descriptor): Reopen descriptor if necessary.
13332 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
13333 (Plugin_manager::all_symbols_read): Add task parameter. Change
13334 all callers.
13335 (Plugin_manager::get_input_file): New function.
13336 (Plugin_manager::release_input_file): New function.
13337 (Pluginobj::Pluginobj): Add filesize parameter and initialize
13338 corresponding data member.
13339 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
13340 and pass to base constructor. Change all callers.
13341 (get_input_file, release_input_file): New functions.
13342 (make_sized_plugin_object): Add filesize parameter. Change all callers.
13343 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
13344 (Plugin_manager::all_symbols_read): Add task parameter.
13345 (Plugin_manager::get_input_file): New function.
13346 (Plugin_manager::release_input_file): New function.
13347 (Plugin_manager::task_): New data member.
13348 (Pluginobj::Pluginobj): Add filesize parameter.
13349 (Pluginobj::filename): New function.
13350 (Pluginobj::descriptor): New function.
13351 (Pluginobj::filesize): New function.
13352 (Pluginobj::filesize_): New data member.
13353 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
13354 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
13355 File_read::claim_for_plugin; use Object::unlock to unlock the file.
13356
13357 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
13358 with archive libraries.
13359 * testsuite/Makefile.in: Regenerate.
13360 * testsuite/plugin_test.c (struct sym_info): New type.
13361 (get_input_file, release_input_file): New static variables.
13362 (onload): Capture new transfer vector entries.
13363 (claim_file_hook): Stop reading at end of file according to filesize.
13364 Factor out parsing of readelf output into separate function.
13365 (all_symbols_read_hook): Exercise get_input_file and release_input_file
13366 APIs and get the source file name from the symbol table. Convert
13367 source file name to corresponding object file name. Print info
13368 message when adding new input files.
13369 (parse_readelf_line): New function.
13370 * testsuite/plugin_test_1.sh: Add checks for new info messages.
13371 * testsuite/plugin_test_2.sh: Likewise.
13372 * testsuite/plugin_test_3.sh: Likewise.
13373 * testsuite/plugin_test_4.sh: New test case.
13374
62a6d109
ILT
133752009-01-07 Ian Lance Taylor <iant@google.com>
13376
13377 * version.cc (version_string): Bump to 1.8.
13378
483620e8
CC
133792008-12-23 Cary Coutant <ccoutant@google.com>
13380
13381 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
13382 * plugin.cc (Plugin_manager::finish): Rename as
13383 layout_deferred_objects. Move cleanup to separate function.
13384 (Plugin_manager::cleanup): New function.
13385 (Plugin_finish::run): Call layout_deferred_objects and cleanup
13386 separately.
13387 * plugin.h (Plugin_manager::finish): Rename as
13388 layout_deferred_objects.
13389 (Plugin_manager::cleanup): New function.
13390 (Plugin_manager::cleanup_done): New field.
13391
d66a9eb3
CC
133922008-12-23 Cary Coutant <ccoutant@google.com>
13393
13394 * plugin.cc (is_visible_from_outside): New function.
13395 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
13396 so we don't return "IR only" status for exported symbols or -r links.
13397
13398 * testsuite/Makefile.am (plugin_test_3): New test case.
13399 * testsuite/Makefile.in: Regenerate.
13400 * testsuite/plugin_test_3.sh: New file.
13401
5995b570
CC
134022008-12-22 Cary Coutant <ccoutant@google.com>
13403
13404 * object.cc (Sized_relobj::layout_section): New function.
13405 (Sized_relobj::do_layout): Defer layout of input sections until after
13406 plugin has provided replacement files.
13407 (Sized_relobj::do_layout_deferred_sections): New function.
13408 * object.h (Relobj::set_section_offset): Remove virtual keyword.
13409 (Relobj::layout_deferred_sections): New function.
13410 (Relobj::do_layout_deferred_sections): New function.
13411 (Sized_relobj::do_layout_deferred_sections): New function.
13412 (Sized_relobj::layout_section): New function.
13413 (Sized_relobj::Deferred_layout): New structure.
13414 (Sized_relobj::deferred_layout_): New field.
13415 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
13416 Change all callers. Layout deferred sections.
13417 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
13418 references.
13419 (Plugin_hook::run): Move code from do_plugin_hook inline.
13420 (Plugin_hook::do_plugin_hook): Remove.
13421 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
13422 (Plugin_manager::finish): Renamed, was cleanup.
13423 (Plugin_manager::should_defer_layout): New function.
13424 (Plugin_manager::add_deferred_layout_object): New function.
13425 (Plugin_manager::Deferred_layout_list): New type.
13426 (Plugin_manager::deferred_layout_objects_): New field.
13427 (Plugin_hook::do_plugin_hook): Remove.
13428
ee769c88
ILT
134292008-12-17 Ian Lance Taylor <iant@google.com>
13430
13431 * options.h (class General_options): Add --no case for
13432 --export-dynamic.
13433
abc8dcba
CC
134342008-12-16 Cary Coutant <ccoutant@google.com>
13435
13436 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
13437 vector.
13438 (Plugin_manager::claim_file): Create plugin object even if
13439 plugin did not call the add_symbols callback.
13440 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
13441 asking for more symbols than were added.
13442 * testsuite/Makefile.am (plugin_test_1): Add test case with
13443 no global symbols.
13444 (empty.syms): New target.
13445 * testsuite/Makefile.in: Regenerate.
13446 * testsuite/plugin_test.c (claim_file_hook): Add new debug
13447 message. Don't call add_symbols if no globals.
13448 (all_symbols_read_hook): Don't provide replacement for empty
13449 claimed file.
13450
b0074644
ILT
134512008-12-12 Ian Lance Taylor <iant@google.com>
13452
68943102
ILT
13453 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
13454 r_type == 0 for a local symbol with r_sym == 0.
13455 (scan_relocatable_relocs): Pass r_sym to
13456 local_non_section_strategy.
13457 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
13458 r_sym parameter.
13459
b0074644
ILT
13460 * configure.ac: Update test for TLS descriptors: they are
13461 supported as of glibc 2.9.
13462 * configure: Rebuild.
13463
c2508178
ILT
134642008-12-11 Ian Lance Taylor <iant@google.com>
13465
13466 PR 7091
13467 * target-reloc.h (Default_scan_relocatable_relocs): For each
13468 function, map r_type == 0 to RELOC_DISCARD.
13469
2756a258
CC
134702008-12-10 Cary Coutant <ccoutant@google.com>
13471
13472 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
13473 object to override a kept COMDAT group from a plugin object.
13474
bb6f53d3
ILT
134752008-12-09 Ian Lance Taylor <iant@google.com>
13476
fbc558e1
ILT
13477 PR 7088
13478 * yyscript.y (file_cmd): Handle INPUT.
13479
bb6f53d3
ILT
13480 * testsuite/initpri1.c: Change all declarations to be full
13481 prototypes by adding void, to avoid compiler warnings.
13482
4674ecfc
CC
134832008-12-05 Rafael Avila de Espindola <espindola@google.com>
13484
13485 * options.cc (General_options::parse_plugin_opt): New.
13486 (General_options::add_plugin): The argument now is just the filename.
13487 (General_options::add_plugin_option): New.
13488 * options.h (plugin_opt): New.
13489 (add_plugin): Change argument name.
13490 (add_plugin_option): New.
13491 * plugin.cc (Plugin::load): Don't parse the plugin option.
13492 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
13493 (Plugin::add_option): New.
13494 (Plugin::args_): Change type.
13495 (Plugin::filename_): New.
13496 (Plugin_manager::add_plugin_option): New.
13497 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
13498 * testsuite/Makefile.in: Regenerate.
13499
fd06b4aa
CC
135002008-12-05 Cary Coutant <ccoutant@google.com>
13501
13502 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
13503 Handle --strip-lto-sections option.
13504 * options.h (strip_lto_sections): New option.
13505
6c52134c
CC
135062008-12-01 Cary Coutant <ccoutant@google.com>
13507
13508 * plugin.cc (ld_plugin_message): Change format parameter to const.
13509 Fix mismatch between new[] and delete.
13510
a45248e0
CC
135112008-11-14 Cary Coutant <ccoutant@google.com>
13512
13513 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
13514 instead of -1U.
13515
c82fbeee
CS
135162008-11-05 Craig Silverstein <csilvers@google.com>
13517
13518 * options.cc (General_options::parse_dynamic_list): New function.
13519 * options.h (General_options): New flags dynamic_list,
13520 dynamic_list_data, dynamic_list_cpp_new, and
13521 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
13522 (General_options::in_dynamic_list): New function.
13523 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
13524 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
13525 (Lex::can_continue_name): Likewise.
13526 (yylex): Likewise.
13527 (read_script_file): New parameter script_options.
13528 (read_dynamic_list): New function.
13529 (Script_options::define_dynamic_list): New function.
13530 (dynamic_list_keyword_parsecodes): New variable.
13531 (dynamic_list_keywords): New variable.
13532 * script.h (Script_options::define_dynamic_list): New function
13533 prototype.
13534 (read_dynamic_list): New function prototype.
13535 * symtab.cc (strprefix): New macro.
13536 (Symbol::should_add_dynsym_entry): Support dynamic_list,
13537 dynamic_list_data, dynamic_list_cpp_new, and
13538 dynamic_list_cpp_typeinfo.
13539 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
13540 (dynamic_list_expr): New rule.
13541 (dynamic_list_nodes): Likewise.
13542 (dynamic_list_node): Likewise.
13543 * testsuite/Makefile.am (dynamic_list): New test.
13544 * testsuite/Makefile.in: Regenerated.
13545 * testsuite/dynamic_list.t: New file.
13546 * testsuite/dynamic_list.sh: New file.
13547
e0bb29a5
CS
135482008-11-05 Craig Silverstein <csilvers@google.com>
13549
13550 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
13551 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
13552 (t11_last): Likewise.
13553 * testsuite/ver_test_6.c (main): Likewise.
13554
4e1e25e0
CC
135552008-10-07 Cary Coutant <ccoutant@google.com>
13556
13557 * options.c (General_options::finalize): Add check for -static and
13558 -shared.
13559 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
13560 is not empty.
13561
92f03fcb
CC
135622008-10-02 Cary Coutant <ccoutant@google.com>
13563
13564 * plugin.cc (make_sized_plugin_object): Fix conditional
13565 compilation to work when not all targets are enabled.
13566
fbd8a257
CC
135672008-09-29 Cary Coutant <ccoutant@google.com>
13568
13569 * archive.cc (Archive::get_file_and_offset): Use filename instead
13570 of name to get library path.
13571 (Archive::include_member): Unlock external member of a thin archive.
13572
13573 * testsuite/Makefile.am (TEST_AR): New variable.
13574 (thin_archive_test_1): New test.
13575 (thin_archive_test_2): New test.
81636b3f
CC
13576 * testsuite/Makefile.in: Regenerate.
13577 * testsuite/thin_archive_main.cc: New file.
13578 * testsuite/thin_archive_test_1.cc: New file.
13579 * testsuite/thin_archive_test_2.cc: New file.
13580 * testsuite/thin_archive_test_3.cc: New file.
13581 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 13582
eff45813
CC
135832008-09-29 Cary Coutant <ccoutant@google.com>
13584
13585 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
13586 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
13587 instead of -1U.
13588 (Sized_relobj::do_finalize_local_symbols): Likewise.
13589 (Sized_relobj::map_to_kept_section): Likewise.
13590 * object.h (Sized_relobj::invalid_address): New constant.
13591 (Sized_relobj::do_output_section_offset): Check for invalid_address
13592 and return -1ULL.
13593 * output.cc (Output_reloc::local_section_offset): Use constant
13594 invalid_address instead of -1U.
13595 (Output_reloc::get_address): Likewise.
13596 (Output_section::output_address): Change -1U to -1ULL.
13597 * output.h (Output_reloc::invalid_address): New constant.
13598 * reloc.cc (Sized_relobj::write_sections): Use constant
13599 invalid_address instead of -1U.
13600 (Sized_relobj::relocate_sections): Likewise.
13601 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
13602 values for merge sections.
13603 * target-reloc.h (relocate_for_relocatable): Use constant
13604 invalid_address instead of -1U.
13605
89fc3421
CC
136062008-09-19 Cary Coutant <ccoutant@google.com>
13607
13608 Add plugin functionality for link-time optimization (LTO).
13609 * configure.ac (plugins): Add --enable-plugins option.
13610 * configure: Regenerate.
13611 * config.in: Regenerate.
13612 * Makefile.am (LIBDL): New variable.
13613 (CCFILES): Add plugin.cc.
13614 (HFILES): Add plugin.h.
13615 (ldadd_var): Add LIBDL.
13616 * Makefile.in: Regenerate.
13617
13618 * archive.cc: Include "plugin.h".
13619 (Archive::setup): Don't preread archive symbols when using a plugin.
13620 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
13621 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
13622 files.
13623 (Archive::include_member): Add symbols from plugin objects.
13624 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
13625 * descriptors.cc (Descriptors::open): Check for file descriptors
13626 abandoned by plugins.
13627 (Descriptors::claim_for_plugin): New function.
13628 * descriptors.h (Descriptors::claim_for_plugin): New function.
13629 (Open_descriptor::is_claimed): New field.
13630 (claim_descriptor_for_plugin): New function.
13631 * fileread.cc (File_read::claim_for_plugin): New function.
13632 * fileread.h (File_read::claim_for_plugin): New function.
13633 (File_read::descriptor): New function.
13634 * gold.cc: Include "plugin.h".
13635 (queue_initial_tasks): Add task to call plugin hooks for generating
13636 new object files.
13637 * main.cc: Include "plugin.h".
13638 (main): Load plugin libraries.
13639 * object.h (Pluginobj): Declare.
13640 (Object::pluginobj): New function.
13641 (Object::do_pluginobj): New function.
13642 (Object::set_target): New function.
13643 * options.cc: Include "plugin.h".
13644 (General_options::parse_plugin): New function.
13645 (General_options::General_options): Initialize plugins_ field.
13646 (General_options::add_plugin): New function.
13647 * options.h (Plugin_manager): Declare.
13648 (General_options): Add --plugin option.
13649 (General_options::has_plugins): New function.
13650 (General_options::plugins): New function.
13651 (General_options::add_plugin): New function.
13652 (General_options::plugins_): New field.
13653 * plugin.cc: New file.
13654 * plugin.h: New file.
13655 * readsyms.cc: Include "plugin.h".
13656 (Read_symbols::do_read_symbols): Check for archive before checking
13657 for ELF file. Call plugin hooks to claim files.
13658 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
13659 from a real object file; force override when processing replacement
13660 files.
13661 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
13662 (Symbol::init_base_object): Likewise.
13663 (Symbol::init_base_output_data): Likewise.
13664 (Symbol::init_base_output_segment): Likewise.
13665 (Symbol::init_base_constant): Likewise.
13666 (Symbol::init_base_undefined): Likewise.
13667 (Symbol::output_section): Assert that object is not a plugin.
13668 (Symbol_table::add_from_pluginobj): New function.
13669 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
13670 undefined.
13671 (Symbol_table::sized_write_globals): Likewise.
13672 (Symbol_table::add_from_pluginobj): Instantiate template.
13673 * symtab.h (Sized_pluginobj): Declare.
13674 (Symbol::in_real_elf): New function.
13675 (Symbol::set_in_real_elf): New function.
13676 (Symbol::in_real_elf_): New field.
13677 (Symbol_table::add_from_pluginobj): New function.
13678
13679 * testsuite/Makefile.am (AM_CFLAGS): New variable.
13680 (LIBDL): New variable.
13681 (LDADD): Add LIBDL.
13682 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
13683 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
13684 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
13685 (MOSTLYCLEANFILES): Likewise.
13686 * testsuite/Makefile.in: Regenerate.
13687 * testsuite/plugin_test.c: New file.
13688 * testsuite/plugin_test_1.sh: New file.
13689 * testsuite/plugin_test_2.sh: New file.
13690
de31bda5
ILT
136912008-09-16 Ian Lance Taylor <iant@google.com>
13692
9c2d0ef9
ILT
13693 * target-reloc.h (relocate_section): Check whether a symbol is
13694 defined by the ABI before reporting an undefined symbol error.
13695 * target.h (Target::is_defined_by_abi): Make parameter const.
13696 (Target::do_is_defined_by_abi): Likewise.
13697 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
13698 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
13699 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
13700 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
13701 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
13702 * testsuite/Makefile.in: Rebuild.
13703
de31bda5
ILT
13704 * fileread.cc (make_view): Add casts to avoid warning.
13705
9fa33bee
AO
137062008-09-16 Alexandre Oliva <aoliva@redhat.com>
13707
13708 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
13709 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13710
183fd0e3
AO
137112008-09-16 Alexandre Oliva <aoliva@redhat.com>
13712
13713 * options.h (General_options::output_is_executable): New.
13714 (General_options::output_is_pie): New.
13715 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
13716 for shared libraries.
13717 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13718
7be8330a
CD
137192008-09-11 Chris Demetriou <cgd@google.com>
13720
13721 * options.h (origin): New -z option.
13722 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
13723 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
13724 in DT_FLAGS_1.
13725
a9caad02
CC
137262008-09-05 Cary Coutant <ccoutant@google.com>
13727
13728 * fileread.cc (File_read::make_view): Add check for attempt to map
13729 beyond end of file.
13730
ae6dce4d
CC
137312008-09-05 Cary Coutant <ccoutant@google.com>
13732
13733 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
13734 explicit instantiations.
13735
d7ab2a47
KVH
137362008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
13737
13738 PR gold/6858
13739 * options.cc (General_options::finalize): Allow undefined symbols
13740 in shlibs if linking -shared.
13741
13742 PR gold/6859
13743 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
13744 symbols as not needing a dynsym entry.
13745
1e52a9c1
CS
137462008-08-20 Craig Silverstein <csilvers@google.com>
13747
13748 * fileread.cc (File_read::open): Do not lock the file unless it
13749 was successfully opened.
13750
d85c80a3
CC
137512008-08-14 Cary Coutant <ccoutant@google.com>
13752
13753 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
13754 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
13755 * testsuite/tls_test.cc (struct int128): 128-bit struct
13756 for testing TLS relocs with non-zero addend.
13757 (v12): New TLS variable.
13758 (t12): New test.
13759 (t_last): Add check for v12.
13760 * testsuite/tls_test.h (t12): New function.
13761 * testsuite/tls_test_main.cc (thread_routine): Call new test.
13762
2d924fd9
ILT
137632008-08-13 Ian Lance Taylor <iant@google.com>
13764
13765 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
13766 set tls_segment_ or relro_segment_.
13767 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
13768 when appropriate.
13769 * output.h (Output_section::clear_is_relro): New function.
13770 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
13771 sections specially even when output_data_ is empty.
13772 (Output_segment::maximum_alignment): When first section is relro,
13773 only force alignment for PT_LOAD segments.
13774 * script.cc (script_data_segment_align): New function.
13775 (script_data_segment_relro_end): New function.
13776 * script-c.h (script_data_segment_align): Declare.
13777 (script_data_segment_relro_end): Declare.
13778 * script-sections.h (class Script_sections): Declare
13779 data_segment_align and data_segment_relro_end. Add fields
13780 segment_align_index_ and saw_relro_end_.
13781 * script-sections.cc (class Sections_element): Add set_is_relro
13782 virtual function. Add new bool* parameter to place_orphan_here.
13783 Add get_output_section virtual function.
13784 (class Output_section_definition): Add set_is_relro. Add new
13785 bool* parameter to place_orphan_here. Add get_output_section.
13786 Add is_relro_ field.
13787 (Output_section_definition::Output_section_definition): Initialize
13788 evaluated_address_, evaluated_load_address, evaluated_addralign_,
13789 and is_relro_ fields.
13790 (Output_section_definition::place_orphan_here): Add is_relro
13791 parameter.
13792 (Output_section_definition::set_section_addresses): Set relro for
13793 output section.
13794 (Output_section_definition::alternate_constraint): Likewise.
13795 (class Orphan_output_section): Add new bool* parameter to
13796 place_orphan_here. Add get_output_section.
13797 (Orphan_output_section::place_orphan_here): Add is_relro
13798 parameter.
13799 (Script_sections::Script_sections): Initialize
13800 data_segment_align_index_ and saw_relro_end_.
13801 (Script_sections::data_segment_align): New function.
13802 (Script_sections::data_segment_relro_end): New function.
13803 (Script_sections::place_orphan): Set or clear is_relro.
13804 (Script_sections::set_section_addresses): Force alignment of first
13805 TLS section.
13806 * yyscript.y (exp): Call script_data_segment_align and
13807 script_data_segment_relro_end.
13808 * testsuite/relro_script_test.t: New file.
13809 * testsuite/relro_test.cc (using_script): Declare.
13810 (t1, t2): Test using_script.
13811 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
13812 (relro_script_test_SOURCES): Define.
13813 (relro_script_test_DEPENDENCIES): Define.
13814 (relro_script_test_LDFLAGS): Define.
13815 (relro_script_test_LDADD): Define.
13816 (relro_script_test.so): New target.
13817 * testsuite/Makefile.in: Rebuild.
13818
f827c9a9
CC
138192008-08-06 Cary Coutant <ccoutant@google.com>
13820
13821 * archive.cc (Archive::total_archives, Archive::total_members)
13822 (Archive::total_members_loaded): New variables.
13823 (Archive::setup): Add parameter. Add option to preread
13824 archive symbols.
13825 (Archive::read_armap): Add counter.
13826 (Archive::get_file_and_offset): New function.
13827 (Archive::get_elf_object_for_member): New function.
13828 (Archive::read_all_symbols): New function.
13829 (Archive::read_symbols): New function.
13830 (Archive::add_symbols): Add counters.
13831 (Archive::include_all_members): Use armap to find members if it's
13832 already built.
13833 (Archive::include_member): Skip reading symbols if already read.
13834 Factored code into Archive::get_file_and_offset and
13835 Archive::get_elf_object_for_member. Changed call to
13836 Mapfile::report_include_archive_member.
13837 (Archive::print_stats): New function.
13838 * archive.h: Declare Object and Read_symbols_data classes.
13839 (Archive::Archive): Add initializers for new members.
13840 (Archive::setup): Add parameter.
13841 (Archive::print_stats): New function.
13842 (Archive::total_archives, Archive::total_members)
13843 (Archive::total_members_loaded): New variables.
13844 (Archive::get_file_and_offset): New function.
13845 (Archive::get_elf_object_for_member): New function.
13846 (Archive::read_all_symbols): New function.
13847 (Archive::read_symbols): New function.
13848 (Archive::Archive_member): New class.
13849 (Archive::members_): New member.
13850 (Archive::num_members_): New member.
13851 * main.cc: Include archive.h.
13852 (main): Call Archive::print_stats.
13853 * mapfile.cc (Mapfile::report_include_archive_member): Delete
13854 archive parameter; member_name is now the fully-decorated name.
13855 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
13856 * options.h: (General_options): Add --preread-archive-symbols option.
13857 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
13858 Archive::setup.
13859
de4c45bd
ILT
138602008-08-04 Ian Lance Taylor <iant@google.com>
13861
13862 * symtab.h (Symbol::use_plt_offset): New function.
13863 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
13864 * powerpc.cc (Relocate::relocate): Likewise.
13865 * sparc.cc (Relocate::relocate): Likewise.
13866 * x86_64.cc (Relocate::relocate): Likewise.
13867 * testsuite/weak_plt.sh: New test.
13868 * testsuite/weak_plt_main.cc: New test.
13869 * testsuite/weak_plt_shared.cc: New test.
13870 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
13871 (check_PROGRAMS): Add weak_plt.
13872 (check_DATA): Add weak_plt_shared.so.
13873 (weak_plt_main_pic.o, weak_plt): New targets.
13874 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
13875 * testsuite/Makefile.in: Rebuild.
13876
13877 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
13878 gcctestdir/ld.
13879 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
13880 * testsuite/Makefile.in: Rebuild.
13881
323ee3f4
AM
138822008-08-04 Alan Modra <amodra@bigpond.net.au>
13883
13884 * Makefile.am (POTFILES.in): Set LC_ALL=C.
13885 * Makefile.in: Regenerate.
13886 * po/POTFILES.in: Regenerate.
13887
7c07ecec
ILT
138882008-07-29 Ian Lance Taylor <iant@google.com>
13889
13890 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
13891 symbols before other symbols.
13892 * testsuite/script_test_2.cc (test_addr): Declare.
13893 (test_addr_alias): Declare.
13894 (main): Check that test_addr and test_addr_alias have the right
cd536b21 13895 values.
7c07ecec
ILT
13896 * testsuite/script_test_2.t: Define test_addr_alias and
13897 test_addr.
13898
5778530e
ILT
138992008-07-24 Ian Lance Taylor <iant@google.com>
13900
2a00e4fb
ILT
13901 PR 5990
13902 * descriptors.cc: New file.
13903 * descriptors.h: New file.
13904 * gold-threads.h (class Hold_optional_lock): New class.
13905 * fileread.cc: Include "descriptors.h".
13906 (File_read::~File_read): Release descriptor rather than closing
13907 it.
13908 (File_read::open) [file]: Call open_descriptor rather than open.
13909 Set is_descriptor_opened_.
13910 (File_read::open) [memory]: Assert that descriptor is not open.
13911 (File_read::reopen_descriptor): New function.
13912 (File_read::release): Release descriptor.
13913 (File_read::do_read): Make non-const. Reopen descriptor.
13914 (File_read::read): Make non-const.
13915 (File_read::make_view): Reopen descriptor.
13916 (File_read::do_readv): Likewise.
13917 * fileread.h (class File_read): Add is_descriptor_opened_ field.
13918 Update declarations.
13919 * layout.cc: Include "descriptors.h".
13920 (Layout::create_build_id): Use open_descriptor rather than open.
13921 * output.cc: Include "descriptors.h".
13922 (Output_file::open): Use open_descriptor rather than open.
13923 * archive.cc (Archive::const_iterator): Change Archive to be
13924 non-const.
13925 (Archive::begin, Archive::end): Make non-const.
13926 (Archive::count_members): Likewise.
13927 * archive.h (class Archive): Update declarations.
13928 * object.h (Object::read): Make non-const.
13929 * Makefile.am (CCFILES): Add descriptors.cc.
13930 (HFILES): Add descriptors.h.
13931 * Makefile.in: Rebuild.
13932
801647d1
ILT
13933 PR 6716
13934 * gold.h: Always include <clocale>. Add Solaris workarounds
13935 following code in binutils/sysdep.h.
13936
5edd166e
ILT
13937 PR 6048
13938 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
13939 this->eh_frame_hdr_ is NULL before using it.
13940
c89ad728
ILT
13941 * dynobj.cc (Versions::Versions): Update comment.
13942
aa86f06b
ILT
13943 * dynobj.cc (Versions::Versions): If there is an soname, use it as
13944 the base version name.
13945
5778530e
ILT
13946 * stringpool.cc (Stringpool_template::add_with_length): Set key to
13947 array size plus one.
13948 (Stringpool_template::set_string_offsets): Subtract one from key
13949 before using it as an array index.
13950 (Stringpool_template::get_offset_with_length): Likewise.
13951 (Stringpool_template::write_to_buffer): Likewise.
13952 * stringpool.h (Stringpool_template::get_offset_from_key):
13953 Likewise.
13954
057ead22
ILT
139552008-07-23 Ian Lance Taylor <iant@google.com>
13956
7f649c59
ILT
13957 PR 6658
13958 * object.h (Merged_symbol_value::value): Do our best to handle a
13959 negative addend.
13960
057ead22
ILT
13961 PR 6647
13962 * script.cc (Version_script_info::get_versions): Don't add empty
13963 version tag to return value.
13964 (Version_script_info::get_symbol_version_helper): Change return
13965 type to bool. Add pversion parameter. Change all callers.
13966 (script_register_vers_node): Don't require a non-NULL tag.
13967 * script.h (class Version_script_info): Update declarations.
13968 (Version_script_info::get_symbol_version): Change return type to
13969 bool. Add version parameter. Change all callers.
13970 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
13971 handling. Handle an empty version from a version script.
13972 (Symbol_table::define_special_symbol): Likewise.
13973 * testsuite/ver_test_10.script: New file.
13974 * testsuite/ver_test_10.sh: New file.
13975 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
13976 (check_DATA): Add ver_test_10.syms.
13977 (ver_test_10.syms, ver_test_10.so): New target.
13978 * testsuite/Makefile.in: Rebuild.
13979
58e54ac2
CD
139802008-07-23 Simon Baldwin <simonb@google.com>
13981
13982 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
13983 to zero for undefined symbols from dynamic libraries.
13984
95d14cd3
ILT
139852008-07-23 Ian Lance Taylor <iant@google.com>
13986
13987 * symtab.cc (Symbol_table::resolve): Remove version parameter.
13988 Change all callers.
13989 * symtab.h (class Symbol_table): Update declaration.
13990 * testsuite/ver_test_9.cc: New file.
13991 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
13992 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
13993 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
13994 (ver_test_9.so, ver_test_9.o): New targets.
13995 * testsuite/Makefile.in: Rebuild.
13996
92de84a6
ILT
139972008-07-22 Ian Lance Taylor <iant@google.com>
13998
34810851
ILT
13999 * options.h (class General_options): Define --check-sections.
14000 * layout.cc (Layout::set_segment_offsets): Handle
14001 --check-sections.
14002
af6156ef
ILT
14003 * options.h (class General_options): Define -n/--nmagic and
14004 -N/--omagic.
14005 * options.cc (General_options::finalize): For -n/--nmagic or
14006 -N/--omagic, set -static.
14007 * layout.cc (Layout::attach_allocated_section_to_segment): If
14008 -N/--omagic, don't put read-only and read-write sections in
14009 different segments.
14010 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
14011 finding a read-only segment.
14012 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
14013 don't set the minimum segment alignment to the common page size,
14014 and don't set the file offset to the address modulo the page size.
14015 * script-sections.cc (Script_sections::create_segments): If
14016 -n/--omagic, don't put read-only and read-write sections in
14017 different segments.
14018
92de84a6
ILT
14019 * cref.cc: New file.
14020 * cref.h: New file.
14021 * options.h (class General_options): Add --print-symbol-counts.
14022 * main.cc (main): Issue defined symbol report if requested.
14023 * archive.cc (Archive::interpret_header): Make into a const member
14024 function.
14025 (Archive::add_symbols): Call Input_objects::archive_start and
14026 archive_stop.
14027 (Archive::const_iterator): Define new class.
14028 (Archive::begin, Archive::end): New functions.
14029 (Archive::include_all_members): Rewrite to use iterator.
14030 (Archive::count_members): New function.
14031 * archive.h (class Archive): Update declarations.
14032 (Archive::filename): New function.
14033 * object.cc: Include "cref.h".
14034 (Sized_relobj::Sized_relobj): Initialize defined_count_.
14035 (Sized_relobj::do_get_global_symbol_counts): New function.
14036 (Input_objects::add_object): Add object to cross-referencer.
14037 (Input_objects::archive_start): New function.
14038 (Input_objects::archive_stop): New function.
14039 (Input_objects::print_symbol_counts): New function.
14040 * object.h: Declare Cref and Archive.
14041 (Object::get_global_symbol_counts): New function.
14042 (Object::do_get_global_symbol_counts): New pure virtual function.
14043 (class Sized_relobj): Add defined_count_ field. Update
14044 declarations.
14045 (class Input_objects): Add cref_ field. Update constructor.
14046 Update declarations.
14047 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
14048 defined_count_.
14049 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
14050 symbol counts.
14051 (Sized_dynobj::do_get_global_symbol_counts): New function.
14052 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
14053 defined_count_. Update declarations. Define Symbols typedef.
14054 * symtab.cc (Symbol_table::add_from_relobj): Add defined
14055 parameter. Change all callers.
14056 (Symbol_table::add_from_dynobj): Add sympointers and defined
14057 parameters. Change all callers.
14058 * symtab.h (class Symbol_table): Update declarations.
14059 * Makefile.am (CCFILES): Add cref.cc.
14060 (HFILES): Add cref.h.
14061 * Makefile.in: Rebuild.
14062
3f7c5e1d
CD
140632008-07-22 Simon Baldwin <simonb@google.com>
14064
14065 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
14066 to zero when writing undefined symbols.
14067
e0b64032
ILT
140682008-07-22 Ian Lance Taylor <iant@google.com>
14069
14070 * output.cc (Output_section::add_input_section): Don't try to
14071 merge empty merge sections.
14072
096b02cf
CS
140732008-07-21 Craig Silverstein <csilvers@google.com>
14074
14075 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
14076 Include symbol version in error message.
cd536b21 14077
1d1f116d
CD
140782008-07-20 Chris Demetriou <cgd@google.com>
14079
cd536b21 14080 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
14081 (RANDOM_SEED_CFLAGS): New substituted variable.
14082 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
14083 * configure: Rebuild.
14084 * Makefile.in: Likewise.
14085 * testsuite/Makefile.in: Likewise.
14086
a18f591e
ILT
140872008-07-18 Ian Lance Taylor <iant@google.com>
14088
14089 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
14090 where we see NAME/NULL and NAME/VERSION as separate symbols.
14091 * testsuite/ver_test_main.cc (main): Call t4.
14092 (t4, t4_2a): Define.
14093 * testsuite/ver_test_2.cc (t4_2): Define.
14094 * testsuite/ver_test_2.script: Put t4_2a in VER2.
14095 * testsuite/ver_test_4.cc (t4_2a): Define.
14096 * testsuite/ver_test_4.script: Put t4_2a in VER2.
14097 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
14098
c6e3f6ed
ILT
140992008-07-17 Ian Lance Taylor <iant@google.com>
14100
14101 * dynobj.cc (Versions::add_def): If we give an error about a
14102 missing version, go ahead and create the version anyhow.
14103
ef9beddf
ILT
141042008-07-10 Ian Lance Taylor <iant@google.com>
14105
14106 Handle output sections with more than 0x7fffffff bytes.
14107 * object.h (class Relobj): Change map_to_output_ to
14108 output_sections_, and just keep a section pointer. Change all
14109 uses. Move comdat group support to Sized_relobj.
14110 (Relobj::is_section_specially_mapped): Remove.
14111 (Relobj::output_section): Remove poff parameter. Change all
14112 callers.
14113 (Relobj::output_section_offset): New function.
14114 (Relobj::set_section_offset): Rewrite.
14115 (Relobj::map_to_output): Remove.
14116 (Relobj::output_sections): New function.
14117 (Relobj::do_output_section_offset): New pure virtual function.
14118 (Relobj::do_set_section_offset): Likewise.
14119 (class Sized_relobj): Add section_offsets_ field. Add comdat
14120 group support from Relobj. Update declarations.
14121 (Sized_relobj::get_output_section_offset): New function.
14122 (Sized_relobj::do_output_section_offset): New function.
14123 (Sized_relobj::do_set_section_offset): New function.
14124 * object.cc (Relobj::output_section_address): Remove.
14125 (Sized_relobj::Sized_relobj): Initialize new fields.
14126 (Sized_relobj::include_section_group): Cast find_kept_object to
14127 Sized_relobj.
14128 (Sized_relobj::include_linkonce_section): Likewise.
14129 (Sized_relobj::do_layout): Use separate arrays for output section
14130 and output offset.
14131 (Sized_relobj::do_count_local_symbols): Change map_to_output to
14132 output_sections.
14133 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
14134 output_sections and section_offsets.
14135 (Sized_relobj::write_local_symbols): Likewise.
14136 (map_to_kept_section): Compute output address directly.
14137 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
14138 output_sections and section_offsets.
14139 (Sized_relobj::write_sections): Likewise.
14140 (Sized_relobj::relocate_sections): Likewise.
14141 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
14142 * output.h (class Output_reloc): Update declarations. Change
14143 u2_.relobj to Sized_relobj*.
14144 (class Output_data_reloc): Change add functions to use
14145 Sized_relobj*.
14146 * output.cc (Output_reloc::Output_reloc): Change relobj to
14147 Sized_relobj*.
14148 (Output_reloc::local_section_offset): Change return type to
14149 Elf_Addr. Use get_output_section_offset.
14150 (Output_reloc::get_address): Likewise.
14151 (Output_section::is_input_address_mapped): Don't call
14152 is_section_specially_mapped.
14153 (Output_section::output_offset): Likewise.
14154 (Output_section::output_address): Likewise.
14155 (Output_section::starting_output_address): Likewise.
14156 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
14157 parameter to Sized_relobj*.
14158 (Copy_relocs::need_copy_reloc): Likewise.
14159 (Copy_relocs::save): Likewise.
14160 * copy-relocs.h (class Copy_relocs): Update declarations.
14161 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
14162 Sized_relobj*. Change relobj_ field to Sized_relobj*.
14163 * target-reloc.h (relocate_for_relocatable): Change
14164 offset_in_output_section type to Elf_Addr. Change code that uses
14165 it as well.
14166 * layout.cc (Layout::layout): Always set *off.
14167 * mapfile.cc (Mapfile::print_input_section): Use
14168 output_section_offset.
14169 * i386.cc (Target_i386::copy_reloc): Change object parameter to
14170 Sized_relobj*.
14171 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
14172 * sparc.cc (Target_sparc::copy_reloc): Likewise.
14173 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
14174
5cb66f97
ILT
141752008-07-03 Ian Lance Taylor <iant@google.com>
14176
14177 * layout.cc (Layout::include_section): Do not discard unrecognized
14178 SHT_STRTAB sections.
14179
afe47622
CS
141802008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
14181
14182 * script.cc (Lex::can_continue_name): Make '?' allowable in
14183 version-script names.
14184 * testsuite/version_script.map: Change glob pattern to use '?'
14185
5adf9721
ILT
141862008-06-30 Manish Singh <yosh@gimp.org>
14187
14188 PR 6585
14189 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
14190 Correct typo.
14191
e6fde208
ILT
141922008-06-30 Ian Lance Taylor <iant@google.com>
14193
14194 PR 6660
14195 PR 6682
14196 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
14197 versions]: Don't try to read the value in the contents, since we
14198 don't use it. Use the template endianness when writing.
14199
3f2e6a2d
CC
142002008-06-25 Cary Coutant <ccoutant@google.com>
14201
14202 * fileread.cc (File_read::make_view): Assert on zero-length view.
14203 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
14204 symbol table when there are no symbols to read.
14205
c43d3a48
CS
142062008-06-23 Craig Silverstein <csilvers@google.com>
14207
14208 * version.cc (version_string): Bump to 1.7
14209
5f494ea0
CS
142102008-06-18 Craig Silverstein <csilvers@google.com>
14211
14212 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
14213 constant 0xFFFF to type Valtype.
14214 (Powerpc_relocate_functions::rel16_ha): Likewise.
14215
c42e122e
ILT
142162008-06-17 Ian Lance Taylor <iant@google.com>
14217
f34787f8
ILT
14218 * output.h (Output_section::Input_section): Initialize p2align_ to
14219 zero for Output_section_data constructors.
14220 (Output_section::Input_section::addralign): If not an input
14221 section, return the alignment of the Output_section_data.
14222 * testsuite/copy_test.cc: New file.
14223 * testsuite/copy_test_1.cc: New file.
14224 * testsuite/copy_test_2.cc: New file.
14225 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
14226 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
14227 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
14228 (copy_test_1_pic.o, copy_test_1.so): New targets.
14229 (copy_test_2_pic.o, copy_test_2.so): New targets.
14230 * testsuite/Makefile.in: Rebuild.
14231
c42e122e
ILT
14232 * script-sections.cc (Script_sections::place_orphan): Initialize
14233 local variable exact.
14234
ce3ac18a
DE
142352008-06-13 David Edelsohn <edelsohn@gnu.org>
14236
14237 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
14238
42cacb20
DE
142392008-06-12 David Edelsohn <edelsohn@gnu.org>
14240 David S. Miller <davem@davemloft.net>
14241
14242 * powerpc.cc: New file.
14243 * Makefile.am (TARGETSOURCES): Add powerpc.cc
14244 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
14245 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
14246 * Makefile.in: Rebuild.
14247
7b308235
ILT
142482008-06-09 Ian Lance Taylor <iant@google.com>
14249
14250 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
14251 <exception>.
14252 (throwing, orig_terminate): New static variables.
14253 (terminate_handler): New static function.
14254 (t2): Set terminate handler.
14255
f0b886e3
ILT
142562008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
14257
14258 PR 6584
cd536b21 14259 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
14260 alignment.
14261
3e90f135
CC
142622008-05-30 Cary Coutant <ccoutant@google.com>
14263
14264 * archive.cc (Archive::include_all_members) Correct to step
14265 over symbol table and extended name table in thin archives.
14266
e09ad04a
ILT
142672008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
14268
14269 PR 6407
14270 * target-reloc.h (relocate_for_relocatable): Fix new_offset
14271 calculation.
14272
62b01cb5
ILT
142732008-05-28 Caleb Howe <cshowe@google.com>
14274
14275 * reduced_debug_output.cc: New file.
14276 * reduced_debug_output.h: New file.
92de84a6 14277 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
14278 * options.cc (General_options::finalize): Add strip_debug_non_line
14279 to the strip heirarchy.
14280 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
14281 fields.
14282 * layout.cc: Include "reduced_debug_output.h".
14283 (Layout::Layout): Initialize new fields.
14284 (line_only_debug_sections): New static array.
14285 (is_lines_only_debug_sections): New static inline function.
14286 (Layout::include_section): Handle --strip-debug-non-line.
14287 (Layout::make_output_section): If --strip-debug-non-line, build
14288 new output sections for .debug_abbrev and .debug_info.
14289 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
14290 gold. Warn about possible overflow.
14291 (read_signed_LEB_128): Likewise.
14292 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
14293 (read_signed_LEB_128): Declare.
14294 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
14295 (HFILES): Add reduced_debug_output.h.
14296 * Makefile.in: Rebuild.
14297
7d9e3d98
ILT
142982008-05-21 Ian Lance Taylor <iant@google.com>
14299
14300 * mapfile.cc: New file.
14301 * mapfile.h: New file.
14302 * options.h (class General_options): Add -M/--print-map and -Map.
14303 * options.cc (General_options::finalize): Make -M equivalent to
14304 -Map -.
14305 * main.cc: Include <cstdio> and "mapfile.h".
14306 (main): Open mapfile if requested.
14307 * gold.cc (class Middle_runner): Add mapfile_ field. Update
14308 constructor. Change caller.
14309 (queue_initial_tasks): Add mapfile parameter. Change caller.
14310 (queue_middle_tasks): Likewise.
14311 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
14312 declarations.
14313 * archive.cc: Include "mapfile.h".
14314 (Archive::add_symbols): Add mapfile parameter. Change all
14315 callers. Pass mapfile, symbol, and reason to include_member.
14316 (Archive::include_all_members): Add mapfile parameter. Change all
14317 callers.
14318 (Archive::include_member): Add mapfile, sym, and why parameters.
14319 Change all callers. Report inclusion to map file.
14320 * archive.h: Include "fileread.h".
14321 (class Archive): Update declarations.
14322 (Archive::file): New const method.
14323 (class Add_archive_symbols): Add mapfile_ field. Update
14324 constructor. Change all callers.
14325 * readsyms.h (class Read_symbols): Likewise.
14326 (class Finish_group): Likewise.
14327 (class Read_script): Likewise.
14328 * common.cc: Include "mapfile.h".
14329 (Symbol_table::allocate_commons): Add mapfile parameter. Change
14330 all callers.
14331 (Symbol_table::do_allocate_commons): Likewise.
14332 (Symbol_table::do_allocate_commons_list): Likewise. Report common
14333 symbol allocation to mapfile.
14334 * common.h (class Allocate_commons_task): Add mapfile_ field.
14335 Update constructor. Change all callers.
14336 * symtab.h (class Symbol_table): Update declarations.
14337 * layout.cc: Include "mapfile.h".
14338 (Layout_task_runner::run): Print information to mapfile.
14339 (Layout::create_gold_note): Change Output_data_fixed_space to
14340 Output_data_zero_fill.
14341 (Layout::create_build_id): Likewise.
14342 (Layout::print_to_mapfile): New function.
14343 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
14344 constructor. Change caller.
14345 (class Layout): Declare print_to_mapfile.
14346 * output.cc (Output_section::Input_section::print_to_mapfile): New
14347 function.
14348 (Output_section::add_input_section): If producing a map, always
14349 add to input_sections_ list.
14350 (Output_section::do_print_to_mapfile): New function.
14351 (Output_segment::print_sections_to_mapfile): New function.
14352 (Output_segment::print_section_list_to_mapfile): New function.
14353 * output.h: Include "mapfile.h".
14354 (Output_data::print_to_mapfile): New function.
14355 (Output_data::do_print_to_mapfile): New virtual function.
14356 (Output_segment_headers::do_print_to_mapfile): New function.
14357 (Output_file_header::do_print_to_mapfile): New function.
14358 (Output_data_const::do_print_to_mapfile): New function.
14359 (class Output_data_const_buffer): Add map_name_ field. Update
14360 constructor. Change all callers. Add do_print_to_mapfile
14361 function.
14362 (class Output_data_fixed_space): Likewise.
14363 (class Output_data_space): Likewise.
14364 (class Output_data_zero_fill): New class.
14365 (Output_data_strtab::do_print_to_mapfile): New function.
14366 (Output_data_reloc_base::do_print_to_mapfile): New function.
14367 (Output_relocatable_relocs::do_print_to_mapfile): New function.
14368 (Output_data_group::do_print_to_mapfile): New function.
14369 (Output_data_got::do_print_to_mapfile): New function.
14370 (Output_data_dynamic::do_print_to_mapfile): New function.
14371 (Output_symtab_xindex::do_print_to_mapfile): New function.
14372 (class Output_section): Declare do_print_to_mapflie. Declare
14373 print_to_mapfile in Input_section.
14374 (class Output_segment): Declare new functions.
14375 * object.h (Sized_relobj::symbol_count): New function.
14376 * script-sections.cc
14377 (Output_section_element_dot_assignment::set_section_addresses):
14378 Change Output_data_fixed_space to Output_data_zero_fill.
14379 (Output_data_expression::do_print_to_mapfile): New function.
14380 * script.cc (read_input_script): Add mapfile parameter. Change
14381 all callers.
14382 * script.h (read_input_script): Update declaration.
14383 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
14384 (Eh_frame::do_print_to_mapfile): New function.
14385 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
14386 (Output_merge_string::do_print_to_mapfile): New function.
14387 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
14388 function.
14389 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
14390 function.
14391 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
14392 function.
14393 * Makefile.am (CCFILES): Add mapfile.cc.
14394 (HFILES): Add mapfile.h.
14395 * Makefile.in: Rebuild.
14396
9f1d377b
ILT
143972008-05-19 Ian Lance Taylor <iant@google.com>
14398
14399 * options.h (class General_options): Add -z relro.
14400 * layout.cc (Layout::Layout): Initialize relro_segment_.
14401 (Layout::add_output_section_data): Return the output section.
14402 (Layout::make_output_section): Rcognize relro sections and mark
14403 them appropriately.
14404 (Layout::attach_allocated_section_to_segment): Put relro sections
14405 in a PT_GNU_RELRO segment.
14406 (Layout::create_initial_dynamic_sections): Mark the .dynamic
14407 section as relro.
14408 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
14409 PT_TLS segments.
14410 (Layout::linkonce_mapping): Map d.rel.ro.local to
14411 .data.rel.ro.local.
14412 (Layout::output_section_name): Us .data.rel.ro.local for any
14413 section which begins with that.
14414 * layout.h (class Layout): Update add_output_section_data
14415 declaration. Add relro_segment_ field.
14416 * output.cc (Output_section::Output_section): Initialize is_relro_
14417 and is_relro_local_ fields.
14418 (Output_segment::add_output_section): Group relro sections.
14419 (Output_segment::is_first_section_relro): New function.
14420 (Output_segment::maximum_alignment): If there is a relro section,
14421 align the segment to the common page size.
14422 (Output_segment::set_section_addresses): Track whether we are
14423 looking at relro sections. If the last section is a relro
14424 section, align to the common page size.
14425 (Output_segment::set_section_list_addresses): Add in_relro
14426 parameter. Change all callers. Align to the page size when
14427 moving from relro to non-relro section.
14428 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
14429 segment.
14430 * output.h (class Output_section): Add is_relro_ and
14431 is_relro_local_ fields.
14432 (Output_section::is_relro): New function.
14433 (Output_section::set_is_relro): New function.
14434 (Output_section::is_relro_local): New function.
14435 (Output_section::set_is_relro_local): New function.
14436 (class Output_segment): Update declarations.
14437 * i386.cc (Target_i386::got_section): Mark .got section as relro.
14438 * sparc.cc (Target_sparc::got_section): Likewise.
14439 * x86_64.cc (Target_x86_64::got_section): Likewise.
14440 * testsuite/relro_test_main.cc: New file.
14441 * testsuite/relro_test.cc: New file.
14442 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
14443 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
14444 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
14445 (relro_test.so, relro_test_pic.o): New targets.
14446 * testsuite/Makefile.in: Rebuild.
14447
a984ee1d
ILT
144482008-05-16 Ian Lance Taylor <iant@google.com>
14449
01676dcd
ILT
14450 * output.cc (Output_segment::add_output_section): Remove front
14451 parameter.
14452 * output.h (class Output_segment): Remove
14453 add_initial_output_section and overloaded add_output_section.
14454 Update declaration of remaining add_output_section.
14455 * layout.cc (Layout::create_interp): Call add_output_section
14456 rather than add_initial_output_section.
14457 (Layout::finish_dynamic_section): Likewise.
14458
497897f9
ILT
14459 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
14460 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
14461 know the dynamic type.
14462 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
14463 field. Initialize it in constructor.
14464 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
14465 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
14466 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
14467 reloc.
14468
a984ee1d
ILT
14469 * output.cc (Output_reloc::get_address): Change return type to
14470 Elf_Addr.
14471 * output.h (class Output_reloc): Update get_address declaration.
14472 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
14473 for section addresses.
14474
55ba0940
ILT
144752008-05-09 Ian Lance Taylor <iant@google.com>
14476
14477 PR 6493
14478 * gold.cc (gold_nomem): Use return value of write.
14479
75517b77
ILT
144802008-05-08 Ian Lance Taylor <iant@google.com>
14481
14482 * symtab.c (Symbol::init_base_output_data): Add version
14483 parameter. Change all callers.
14484 (Symbol::init_base_output_segment): Likewise.
14485 (Symbol::init_base_constant): Likewise.
14486 (Symbol::init_base_undefined): Likewise.
14487 (Sized_symbol::init_output_data): Likewise.
14488 (Sized_symbol::init_output_segment): Likewise.
14489 (Sized_symbol::init_constant): Likewise.
14490 (Sized_symbol::init_undefined): Likewise.
14491 (Symbol_table::do_define_in_output_data): If the new symbol has a
14492 version, mark it as the default.
14493 (Symbol_table::do_define_in_output_segment): Likewise.
14494 (Symbol_table::do_define_as_constant): Likewise.
14495 * symtab.h (class Symbol): Update declarations.
14496 (class Sized_symbol): Likewise.
14497 * resolve.cc (Symbol::override_version): New function.
c42e122e 14498 (Symbol::override_base): Call override_version.
75517b77
ILT
14499 (Symbol::override_base_with_special): Likewise.
14500 * testsuite/ver_script_8.script: New file.
14501 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
14502 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
14503 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
14504 (ver_test_8_1.so, ver_test_8_2.so): New targets.
14505
f1f70eae
ILT
145062008-05-06 Ian Lance Taylor <iant@google.com>
14507
f3e9c5c5
ILT
14508 PR 6049
14509 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
14510 functions.
14511 (class General_options): Remove existing --undefined, and add
14512 --no-undefined instead. Add new --undefined as synonym for -u.
14513 * archive.cc (Archive::add_symbols): Check whether symbol was
14514 named with -u.
14515 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
14516 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
14517 all uses. Add IS_UNDEFINED. Update declarations to split
14518 different versions of init_base. Declare init_base_undefined.
14519 (Symbol::is_defined): Handle IS_UNDEFINED.
14520 (Symbol::is_undefined): Likewise.
14521 (Symbol::is_weak_undefined): Call is_undefined.
14522 (Symbol::is_absolute): Handle IS_CONSTANT.
14523 (class Sized_symbol): Update declarations to split different
14524 versions of init. Declare init_undefined.
14525 (class Symbol_table): Declare new functions.
14526 * symtab.cc (Symbol::init_base_object): Rename from init_base.
14527 Change all callers.
14528 (Symbol::init_base_output_data): Likewise.
14529 (Symbol::init_base_output_segment): Likewise.
14530 (Symbol::init_base_constant): Likewise.
14531 (Symbol::init_base_undefined): New function.
14532 (Sized_symbol::init_object): Rename from init. Change all
14533 callers.
14534 (Sized_symbol::init_output_data): Likewise.
14535 (Sized_symbol::init_output_segment): Likewise.
14536 (Sized_symbol::init_constant): Likewise.
14537 (Sized_symbol::init_undefined): New function.
14538 (Symbol_table::add_undefined_symbols_from_command_line): New
14539 function.
14540 (Symbol_table::do_add_undefined_symbols_from_command_line): New
14541 function.
14542 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
14543 (Symbol::output_section): Likewise.
14544 (Symbol::set_output_section): Likewise.
14545 (Symbol_table::sized_finalize_symbol): Likewise.
14546 (Symbol_table::sized_write_globals): Likewise.
14547 * resolve.cc (Symbol_table::should_override): Likewise.
14548 (Symbol::override_base_with_special): Likewise.
14549
8bdcdf2c
ILT
14550 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
14551 symbol, change it to have default visibility.
14552 * testsuite/protected_1.cc: New file.
14553 * testsuite/protected_2.cc: New file.
14554 * testsuite/protected_3.cc: New file.
14555 * testsuite/protected_main_1.cc: New file.
14556 * testsuite/protected_main_2.cc: New file.
14557 * testsuite/protected_main_3.cc: New file.
14558 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
14559 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
14560 (protected_1_LDFLAGS, protected_1_LDADD): Define.
14561 (protected_1.so): New target.
14562 (protected_1_pic.o, protected_2_pic.o): New targets.
14563 (protected_3_pic.o): New target.
14564 (check_PROGRAMS): Add protected_2.
14565 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
14566 (protected_2_LDFLAGS, protected_2_LDADD): Define.
14567 * testsuite/Makefile.in: Rebuild.
14568
2b706932
ILT
14569 * options.h (DEFINE_var): Add set_user_set_##varname__.
14570 (DEFINE_bool_alias): New macro.
14571 (class General_options): Define -Bstatic using DEFINE_bool_alias
14572 rather than DEFINE_special. Add --undefined as an alias for -z
14573 defs.
14574 * options.cc (General_options::parse_Bstatic): Remove.
14575
d82a5bcc
ILT
14576 * options.h (class General_options): Add --fatal-warnings.
14577 * main.cc (main): Implement --fatal-warnings.
14578 * errors.h (Errors::warning_count): New function.
14579
f1f70eae
ILT
14580 * options.h (class General_options): Add -Bsymbolic-functions.
14581 * symtab.h (Symbol::is_preemptible): Check for
14582 -Bsymbolic-functions.
14583
8825ac63
ILT
145842008-05-05 Ian Lance Taylor <iant@google.com>
14585
d98bc257
ILT
14586 * options.h (DEFINE_bool): For DASH_Z, create the negative option
14587 as noVARNAME rather than no-VARNAME.
14588 (class General_options): Add option -z combreloc.
14589 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
14590 get_address.
14591 (Output_reloc::sort_before) [SHT_REL]: New function.
14592 (Output_reloc::sort_before) [SHT_RELA]: New function.
14593 (class Output_data_reloc_base): Add sort_relocs_ field. Define
14594 Sort_relocs_comparison.
14595 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
14596 parameter. Change all callers.
14597 (Output_data_reloc::Output_data_reloc) [both versions]: Add
14598 sort_relocs parameter. Change all callers.
14599 * output.cc (Output_reloc::get_address): New function, broken out
14600 of write_rel.
14601 (Output_reloc::write_rel): Call it.
14602 (Output_reloc::compare): New function.
14603 (Output_data_reloc_base::do_write): Optionally sort relocs.
14604
60b2b4e7
ILT
14605 * configure.ac: If targ_extra_obj is set, link it in.
14606 * configure.tgt: Initialize all variables.
14607 (x86_64*): Set targ_extra_obj and targ_extra_size.
14608 * configure: Rebuild.
14609
8825ac63
ILT
14610 * object.cc (Sized_relobj::include_section_group): Adjust section
14611 indexes read from group data. Build vector to pass to
14612 layout_group.
14613 * layout.cc (Layout::layout_group): Add flags and shndxes
14614 parameters. Remove contents parameter. Change caller. Update
14615 explicit instantiations.
14616 * layout.h (class Layout): Update layout_group declaration.
14617 * output.cc (Output_data_group::Output_data_group): Add flags and
14618 input_shndxes parameters. Remove contents parameter. Change
14619 caller.
14620 (Output_data_group::do_write): Change input_sections_ to
14621 input_shndxes_.
14622 * output.h (class Output_data_group): Update constructor
14623 declaration. Rename input_sections_ to input_shndxes_.
14624 * testsuite/many_sections_test.cc: Add template.
14625
e94cf127
CC
146262008-04-30 Cary Coutant <ccoutant@google.com>
14627
4418b2d5
CC
14628 * target-reloc.h (relocate_section): Fix dead-pointer bug.
14629
e94cf127
CC
14630 * layout.cc (Layout::include_section): Refactored check for debug
14631 info section.
14632 (Layout::add_comdat): Add new parameters. Change type
14633 of signature parameter. Add object and shndx to signatures table.
14634 (Layout::find_kept_object): New function.
14635 * layout.h: Include <cstring>.
14636 (Layout::is_debug_info_section): New function.
14637 (Layout::add_comdat): Add new parameters.
14638 (Layout::find_kept_object): New function.
14639 (Layout::Kept_section): New struct.
14640 (Layout::Signatures): Change type of map range.
14641 * object.cc (Relobj::output_section_address): New function.
14642 (Sized_relobj::include_section_group): Add new parameters. Change
14643 calls to Layout::add_comdat. Change to build table of kept comdat
14644 groups and table mapping discarded sections to kept sections.
14645 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
14646 (Sized_relobj::do_layout): Change calls to include_section_group and
14647 include_linkonce_section.
14648 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
14649 value to zero when section is discarded.
14650 (Sized_relobj::map_to_kept_section): New function.
14651 * object.h (Relobj::output_section_address): New function.
14652 (Relobj::Comdat_group): New type.
14653 (Relobj::find_comdat_group): New function.
14654 (Relobj::Comdat_group_table): New type.
14655 (Relobj::Kept_comdat_section): New type.
14656 (Relobj::Kept_comdat_section_table): New type.
14657 (Relobj::add_comdat_group): New function.
14658 (Relobj::set_kept_comdat_section): New function.
14659 (Relobj::get_kept_comdat_section): New function.
14660 (Relobj::comdat_groups_): New field.
14661 (Relobj::kept_comdat_sections_): New field.
14662 (Symbol_value::input_value): Update comment.
14663 (Sized_relobj::map_to_kept_section) New function.
14664 (Sized_relobj::include_linkonce_section): Add new parameter.
14665 * target-reloc.h (Comdat_behavior): New type.
14666 (get_comdat_behavior): New function.
14667 (relocate_section): Add code to map a discarded section to the
14668 corresponding kept section when applying a relocation.
14669
e4e5049b
CS
146702008-04-30 Craig Silverstein <csilvers@google.com>
14671
14672 * dwarf_reader.cc (next_generation_count): New static var.
14673 (Addr2line_cache_entry): New struct.
14674 (addr2line_cache): New static var.
14675 (Dwarf_line_info::one_addr2line): Added caching.
14676 (Dwarf_line_info::clear_addr2line_cache): New function.
14677 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
14678 cache-size parameter.
14679 (Dwarf_line_info::one_addr2line_cache): New function.
14680 * symtab.cc (Symbol_table::detect_odr_violations): Pass
14681 new cache-size argument to one_addr2line(), and clear cache.
14682
d09e9154
CC
146832008-04-28 Cary Coutant <ccoutant@google.com>
14684
14685 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
14686 R_386_PC8 relocations.
14687
7ef73768
ILT
146882008-04-23 Ian Lance Taylor <iant@google.com>
14689
55438702
ILT
14690 * object.cc (Sized_relobj::include_section_group): Check for
14691 invalid section group.
14692
c165fb93
ILT
14693 * object.cc (make_elf_object): Correct test for 64-bit ELF file
14694 header size.
14695
7ef73768
ILT
14696 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
14697 than read for file header.
14698 * archive.cc (Archive::include_member): Likewise.
14699
6194aaab
L
147002008-04-23 Paolo Bonzini <bonzini@gnu.org>
14701
14702 * aclocal.m4: Regenerate.
14703 * configure: Regenerate.
14704
d491d34e
ILT
147052008-04-19 Ian Lance Taylor <iant@google.com>
14706
5ea2bac6
ILT
14707 * version.cc (version_string): Bump to 1.6.
14708
7bc3e21a
ILT
14709 * testsuite/Makefile.am (many_sections_r_test): New target.
14710 (many_sections_r_test_SOURCES): Remove.
14711 (many_sections_r_test_DEPENDENCIES): Remove.
14712 (many_sections_r_test_LDFLAGS): Remove.
14713 (many_sections_r_test_LDADD): Remove.
14714
7fcd3aa9
ILT
14715 * object.cc (Sized_relobj::do_add_symbols): Always pass
14716 local_symbol_count_ to add_from_relobj.
14717
4c94d6ae
ILT
14718 * testsuite/Makefile.am (many_sections_check.h): Only check one in
14719 every thousand variables.
14720 * testsuite/Makefile.in: Rebuild.
14721
d491d34e
ILT
14722 * object.cc (Xindex::initialize_symtab_xindex): New function.
14723 (Xindex::read_symtab_xindex): New function.
14724 (Xindex::sym_xindex_to_shndx): New function.
14725 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
14726 available.
14727 (Sized_relobj::do_initialize_xindex): New function.
14728 (Sized_relobj::do_read_symbols): Adjust section links.
14729 (Sized_relobj::symbol_section_and_value): Add is_ordinary
14730 parameter. Change all callers.
14731 (Sized_relobj::include_section_group): Adjust section links and
14732 symbol section indexes.
14733 (Sized_relobj::do_layout): Adjust section links.
14734 (Sized_relobj::do_count_local_symbols): Adjust section links and
14735 symbol section indexes.
14736 (Sized_relobj::do_finalize_local_symbols): Distinguish between
14737 ordinary and special symbols.
14738 (Sized_relobj::write_local_symbols): Add symtab_xindex and
14739 dynsym_xindex parameters. Change all callers. Adjust section
14740 links. Use SHN_XINDEX when needed.
14741 (Sized_relobj::get_symbol_location_info): Adjust section links.
14742 Don't get fooled by special symbols.
14743 * object.h (class Xindex): Define.
14744 (class Object): Add xindex_ parameter. Declare virtual functoin
14745 do_initialize_xindex.
14746 (Object::adjust_sym_shndx): New function.
14747 (Object::set_xindex): New protected function.
14748 (class Symbol_value): Add is_ordinary_shndx_ field.
14749 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
14750 (Symbol_value::value): Assert ordinary section.
14751 (Symbol_value::initialize_input_to_output_map): Likewise.
14752 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
14753 Change all callers.
14754 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
14755 all callers.
14756 (class Sized_relobj): Update declarations.
14757 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
14758 parameter. Change all callers.
14759 (Sized_relobj::adjust_shndx): New function.
14760 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
14761 field.
14762 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
14763 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
14764 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
14765 (Sized_dynobj::read_dynsym_section): Adjust section links.
14766 (Sized_dynobj::read_dynamic): Likewise.
14767 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
14768 section links.
14769 (Sized_dynobj::do_initialize_xindex): New function.
14770 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
14771 do_initialize_xindex.
14772 (Sized_dynobj::adjust_shndx): New function.
14773 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
14774 dynsym_xindex_ fields.
14775 (Layout::finalize): Add a call to set_section_indexes before
14776 creating the symtab sections.
14777 (Layout::set_section_indexes): Don't do anything if the section
14778 already has a section index.
14779 (Layout::create_symtab_sections): Add shnum parameter. Change
14780 caller. Create .symtab_shndx section if needed.
14781 (Layout::create_shdrs): Add shstrtab_section parameter. Change
14782 caller.
14783 (Layout::allocated_output_section_count): New function.
14784 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
14785 needed.
14786 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
14787 fields. Update declarations.
14788 (Layout::symtab_xindex): New function.
14789 (Layout::dynsym_xindex): New function.
14790 (class Write_symbols_task): Add layout_ field.
14791 (Write_symbols_task::Write_symbols_task): Add layout parameter.
14792 Change caller.
14793 * output.cc (Output_section_headers::Output_section_headers): Add
14794 shstrtab_section parameter. Change all callers.
14795 (Output_section_headers::do_sized_write): Store overflow values
14796 for section count and section string table section index in
14797 section header zero.
14798 (Output_file_header::do_sized_write): Check for overflow of
14799 section count and section string table section index.
14800 (Output_symtab_xindex::do_write): New function.
14801 (Output_symtab_xindex::endian_do_write): New function.
14802 * output.h (class Output_section_headers): Add shstrtab_section_.
14803 Update declarations.
14804 (class Output_symtab_xindex): Define.
14805 (Output_section::has_out_shndx): New function.
14806 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
14807 field.
14808 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
14809 Change all callers.
14810 (Sized_symbol::init): Likewise.
14811 (Symbol::output_section): Check for ordinary symbol.
14812 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
14813 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
14814 callers.
14815 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
14816 Change all callers. Simplify handling of symbols from sections
14817 not included in the link.
14818 (Symbol_table::add_from_dynobj): Handle ordinary symbol
14819 distinction.
14820 (Weak_alias_sorter::operator()): Assert that symbols are
14821 ordinary.
14822 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
14823 distinction.
14824 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
14825 parameters. Change all callers.
14826 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
14827 symbol distinction. Use SHN_XINDEX when needed.
14828 (Symbol_table::write_section_symbol): Add symtab_xindex
14829 parameter. Change all callers.
14830 (Symbol_table::sized_write_section_symbol): Likewise. Use
14831 SHN_XINDEX when needed.
14832 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
14833 declarations.
14834 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
14835 (Symbol::is_defined): Check is_ordinary.
14836 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
14837 (Symbol::is_absolute, Symbol::is_common): Likewise.
14838 (class Sized_symbol): Update declarations.
14839 (class Symbol_table): Update declarations.
14840 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
14841 parameters. Change all callers.
14842 (Sized_symbol::override): Likewise.
14843 (Symbol_table::override): Likewise.
14844 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
14845 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
14846 is_ordinary, and orig_st_shndx parameters. Change all callers.
14847 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
14848 to be in an ordinary section.
14849 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
14850 object and is_ordinary parameters. Change all callers.
14851 (Sized_dwarf_line_info::read_relocs): Add object parameter.
14852 Change all callers. Don't add undefined or non-ordinary symbols
14853 to reloc_map_.
14854 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
14855 Change all callers.
14856 * dwarf_reader.h (class Sized_dwarf_line_info): Update
14857 declarations.
14858 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
14859 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
14860 (Sized_relobj::relocate_sections): Likewise.
14861 * target-reloc.h (scan_relocs): Adjust section symbol index.
14862 (scan_relocatable_relocs): Likewise.
14863 * i386.cc (Scan::local): Check for ordinary symbols.
14864 * sparc.cc (Scan::local): Likewise.
14865 * x86_64.cc (Scan::local): Likewise.
14866 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
14867 to symbol_section_and_value.
14868 * testsuite/many_sections_test.cc: New file.
14869 * testsuite/Makefile.am (BUILT_SOURCES): Define.
14870 (check_PROGRAMS): Add many_sections_test.
14871 (many_sections_test_SOURCES): Define.
14872 (many_sections_test_DEPENDENCIES): Define.
14873 (many_sections_test_LDFLAGS): Define.
14874 (BUILT_SOURCES): Add many_sections_define.h.
14875 (many_sections_define.h): New target.
14876 (BUILT_SOURCES): Add many_sections_check.h.
14877 (many_sections_check.h): New target.
14878 (check_PROGRAMS): Add many_sections_r_test.
14879 (many_sections_r_test_SOURCES): Define.
14880 (many_sections_r_test_DEPENDENCIES): Define.
14881 (many_sections_r_test_LDFLAGS): Define.
14882 (many_sections_r_test_LDADD): Define.
14883 (many_sections_r_test.o): New target.
14884 * testsuite/Makefile.in: Rebuild.
14885
c5818ff1
CC
148862008-04-17 Cary Coutant <ccoutant@google.com>
14887
14888 * errors.cc (Errors::info): New function.
14889 (gold_info): New function.
14890 * errors.h (Errors::info): New function.
14891 * gold.h (gold_info): New function.
14892 * object.cc (Input_objects::add_object): Print trace output.
14893 * options.cc (options::parse_set): New function.
14894 (General_options::parse_wrap): Deleted.
14895 (General_options::General_options): Deleted initializer.
14896 * options.h (options::String_set): New typedef.
14897 (options::parse_set): New function.
14898 (DEFINE_set): New macro.
14899 (General_options::wrap): Changed to use DEFINE_set. Changed
14900 callers of any_wrap_symbols and is_wrap_symbol.
14901 (General_options::trace, General_options::trace_symbol):
14902 New options.
14903 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
14904 (General_options::wrap_symbols_): Deleted.
14905 * symtab.cc (Symbol_table::add_from_object): Print trace output.
14906
b5be4a7c
DM
149072008-04-17 David S. Miller <davem@davemloft.net>
14908
14909 * options.cc (General_options::parse_V): New function.
14910 * options.h: Add entries for -V and -Qy.
14911
155a0dd7
ILT
149122008-04-17 Ian Lance Taylor <iant@google.com>
14913
14914 * common.cc (Symbol_table::allocate_commons): Remove options
14915 parameter. Change caller.
14916 (Symbol_table::do_allocate_commons): Remove options parameter.
14917 Change caller. Just call do_allocate_commons_list twice.
14918 (Symbol_table::do_allocate_commons_list): New function, broken out
14919 of do_allocate_commons.
14920 * common.h (class Allocate_commons_task): Remove options_ field.
14921 Update constructor.
14922 * symtab.cc (Symbol_table::Symbol_table): Initialize
14923 tls_commons_.
14924 (Symbol_table::add_from_object): Put TLS common symbols on
14925 tls_commons_ list.
14926 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
14927 which are IN_OUTPUT_DATA.
14928 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
14929 allocate_commons and do_allocate_commons declarations. Declare
14930 do_allocate_commons_list.
14931 * gold.cc (queue_middle_tasks): Update creation of
14932 Allocate_commons_task to not pass options.
14933 * testsuite/Makefile.am (INCLUDES): Add -I.. .
14934 (TLS_TEST_C_FLAGS): New variable.
14935 (tls_test_c_pic.o): New target.
14936 (tls_test_shared.so): Link in tls_test_c_pic.o.
14937 (tls_test_c_pic_ie.o): New target.
14938 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
14939 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
14940 (tls_test_c.o): New target.
14941 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
14942 (tls_pic_test_LDADD): Likewise.
14943 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
14944 (tls_shared_gd_to_ie_test_LDADD): Likewise.
14945 (tls_test_c_gnu2.o): New target.
14946 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
14947 tls_test_c_gnu2.o.
14948 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
14949 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
14950 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
14951 * testsuite/tls_test.cc: Include "config.h".
14952 (t_last): Call t11_last.
14953 * testsuite/tls_test.h (t11, t11_last): Declare.
14954 * testsuite/tls_test_c.c: New file.
14955 * testsuite/tls_test_main.cc (thread_routine): Call t11.
14956 * configure.ac: Check for OpenMP support.
14957 * configure, config.in, Makefile.in: Rebuild.
14958 * testsuite/Makefile.in: Rebuild.
14959
edfbb029
CC
149602008-04-16 Cary Coutant <ccoutant@google.com>
14961
14962 * i386.cc (Target_i386::define_tls_base_symbol): New function.
14963 (Target_i386::tls_base_symbol_defined_): New field.
14964 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
14965 (Target_i386::Scan::global): Likewise.
14966 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
14967 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
14968 (Target_x86_64::tls_base_symbol_defined_): New field.
14969 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
14970 (Target_x86_64::Scan::global): Likewise.
14971
f3c69fca
CC
149722008-04-16 Cary Coutant <ccoutant@google.com>
14973
14974 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
14975 (Symbol::needs_plt_entry): Allow weak undefined symbols.
14976 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
14977 building shared libraries.
14978 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
14979 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
14980 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
14981 * testsuite/Makefile.in: Rebuild.
14982 * testsuite/weak_undef.h: New file.
14983 * testsuite/weak_undef_file1.cc: Add extra test cases.
14984 * testsuite/weak_undef_file2.cc: Likewise.
14985 * testsuite/weak_undef_test.cc: Likewise.
14986
7c414435
DM
149872008-04-16 David S. Miller <davem@davemloft.net>
14988
32b769e1
DM
14989 * sparc.cc (Target_sparc::Scan): Change from struct to class.
14990 Add issued_non_pic_error_ field. Declare check_non_pic.
14991 (Target_sparc::Scan::check_non_pic): New function.
14992 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
14993 (Target_sparc::Scan::global): Likewise.
14994
11936fb1
DM
14995 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
14996 * configure: Rebuild.
14997
7c414435
DM
14998 * options.h (DEFINE_enable): New macro.
14999 (new_dtags): New enable option.
15000 (initfirst, interpose, loadfltr, nodefaultlib,
15001 nodelete, nodlopen, nodump): New -z options.
15002 * layout.cc (Layout:finish_dynamic_section): If new
15003 dtags enabled, emit DT_RUNPATH. Also, emit a
15004 DT_FLAGS_1 containing any specified -z flags.
15005
85c7bf8b
ILT
150062008-04-16 Ian Lance Taylor <iant@google.com>
15007
12c0daef
ILT
15008 * copy-relocs.cc: New file.
15009 * copy-relocs.h: New file.
15010 * reloc.cc: Remove Copy_relocs code.
15011 * reloc.h: Likewise.
15012 * reloc-types.h (struct Reloc_types) [both versions]: Add
15013 get_reloc_addend_noerror.
15014 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
15015 variants of add_global which take an addend which must be zero.
15016 * i386.cc: Include "copy-relocs.h".
15017 (class Target_i386): Change type of copy_relocs_ to variable,
15018 update initializer.
15019 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
15020 Change all callers.
15021 (Target_i386::do_finalize_sections): Change handling of
15022 copy_relocs_.
15023 * sparc.cc: Include "copy-relocs.h".
15024 (class Target_sparc): Change type of copy_relocs_ to variable,
15025 update initializer.
15026 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
15027 Change all callers.
15028 (Target_sparc::do_finalize_sections): Change handling of
15029 copy_relocs_.
15030 * x86_64.cc: Include "copy-relocs.h".
15031 (class Target_x86_64): Change type of copy_relocs_ to variable,
15032 update initializer.
15033 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
15034 class. Change all callers.
15035 (Target_x86_64::do_finalize_sections): Change handling of
15036 copy_relocs_.
15037 * Makefile.am (CCFILES): Add copy-relocs.cc.
15038 (HFILES): Add copy-relocs.h.
15039
4f4995b6
ILT
15040 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
15041
85c7bf8b
ILT
15042 * testsuite/script_test_4.sh: Permit leading zeroes.
15043
4f2a9edd
ILT
150442008-04-15 Ian Lance Taylor <iant@google.com>
15045
e6188289
ILT
15046 * script-sections.cc (Script_sections::create_segments): Use
15047 header_size_adjustment even when there is enough room for the
15048 headers.
15049 * testsuite/script_test_4.sh: New file.
15050 * testsuite/script_test_4.t: New file.
15051 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
15052 (check_DATA): Add script_test_4.stdout.
15053 (MOSTLYCLEANFILES): Likewise.
15054 (script_test_4): New target.
15055 (script_test_4.stdout): New target.
15056 * testsuite/Makefile.in: Rebuild.
15057
4f2a9edd
ILT
15058 * sparc.cc: Add definitions for Output_data_plt_sparc class
15059 constants.
15060
f5314dd5
DM
150612008-04-14 David S. Miller <davem@davemloft.net>
15062
15063 * sparc.cc: New file.
15064 * Makefile.am (TARGETSOURCES): Add sparc.cc
15065 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
15066 * configure.tgt: Document targ_extra_size and
15067 targ_extra_big_endian. Add entries for sparc-* and
15068 sparc64-*.
15069 * configure.ac: Handle targ_extra_size and
15070 targ_extra_big_endian.
15071 * Makefile.in: Rebuild.
15072 * configure: Likewise.
15073 * po/POTFILES.in: Likewise.
15074 * po/gold.pot: Likewise.
15075
154e0e9a
ILT
150762008-04-14 Ian Lance Taylor <iant@google.com>
15077
15078 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
15079 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
15080 in the name/type/flags to section mapping. Don't call
15081 allocate_output_section.
15082 (Layout::choose_output_section): Change parameter from adjust_name
15083 to is_input_section. Don't permit input sections after sections
15084 are attached to segments. Don't call allocate_output_section.
15085 (Layout::layout_eh_frame): Call update_flags_for_input_section,
15086 not write_enable_output_section.
15087 (Layout::make_output_section): Don't push to
15088 unattached_section_list_ nor call attach_to_segment. Call
15089 attach_section_to_segment if sections are attached.
15090 (Layout::attach_sections_to_segments): New function.
15091 (Layout::attach_section_to_segment): New function.
15092 (Layout::attach_allocated_section_to_segment): Rename from
15093 attach_to_segment. Remove flags parameter.
15094 (Layout::allocate_output_section): Remove function.
15095 (Layout::write_enable_output_section): Remove function.
15096 * layout.h (class Layout): Update for above changes. Add new
15097 field sections_are_attached_.
15098 * output.h (Output_section::update_flags_for_input_section): New
15099 function.
15100 * output.cc (Output_section::add_input_section): Call
15101 update_flags_for_input_section.
15102 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
15103
009a67a2
CC
151042008-04-11 Cary Coutant <ccoutant@google.com>
15105
15106 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
15107 thought unnecessary.
15108 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
15109
759b1a24
ILT
151102008-04-11 Ian Lance Taylor <iant@google.com>
15111
15112 * output.h (class Output_section_data): Remove inline definition
15113 of set_addralign.
15114 * output.cc (Output_section_data::set_addralign): New function.
15115
c2b45e22
CC
151162008-04-11 Cary Coutant <ccoutant@google.com>
15117
15118 Add support for TLS descriptors for i386 and x86_64.
15119 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
15120 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
15121 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
15122 GOT_TYPE_TLS_DESC.
15123 (Target_i386::got_mod_index_entry): Remove unnecessary code.
15124 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
15125 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
15126 relocations.
15127 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
15128 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
15129 Fix problem with initial-exec relocations.
15130 (Target_i386::Relocate::relocate_tls): Likewise.
15131 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
15132 relaxation.
15133 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
15134 support for section-plus-offset dynamic table entries.
15135 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
15136 (Output_data_dynamic::Dynamic_entry): Add support for
15137 section-plus-offset dynamic table entries.
15138 (Output_data_dynamic::Classification): Likewise.
15139 (Output_data_dynamic::classification_): Renamed offset_.
15140 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
15141 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
15142 (Target_x86_64::make_plt_section): New function.
15143 (Target_x86_64::reserve_tlsdesc_entries): New function.
15144 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
15145 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
15146 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
15147 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
15148 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
15149 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
15150 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
15151 add extra PLT entry for TLS descriptors.
15152 (Output_data_plt_x86_64::got_): New field.
15153 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
15154 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
15155 fields.
15156 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
15157 descriptors.
15158 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
15159 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
15160 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
15161 R_386_TLS_DESC_CALL relocations.
15162 (Target_x86_64::Scan::global): Likewise.
15163 (Target_x86_64::do_finalize_sections): Add dynamic table entries
15164 for TLS descriptors.
15165 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
15166 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
15167 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
15168 GD-to-IE relaxation.
15169 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
15170 and TLS_DESCRIPTORS.
15171 * Makefile.in: Rebuild.
15172 * configure: Rebuild.
15173 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
15174 (tls_test_shared2.so): New target.
15175 (tls_shared_gd_to_ie_test_SOURCES): New variable.
15176 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
15177 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
15178 (tls_shared_gd_to_ie_test_LDADD): New variable.
15179 (tls_shared_gnu2_gd_to_ie_test): New target.
15180 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
15181 New targets.
15182 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
15183 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
15184 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
15185 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
15186 (tls_shared_gnu2_test): New target.
15187 (tls_test_gnu2_shared.so): New target.
15188 (tls_shared_gnu2_test_SOURCES): New variable.
15189 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
15190 (tls_shared_gnu2_test_LDFLAGS): New variable.
15191 (tls_shared_gnu2_test_LDADD): New variable.
15192 * testsuite/Makefile.in: Rebuild.
15193 * testsuite/Makefile.
15194
83bfb6b7
ILT
151952008-04-11 Ian Lance Taylor <iant@google.com>
15196
15197 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
15198 justsyms.t.
15199 * testsuite/Makefile.in: Rebuild.
15200
15201 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
15202 long.
15203 * testsuite/script_test_2.cc (main): Adjust test.
15204
706e1f5e
ILT
152052008-04-11 David S. Miller <davem@davemloft.net>
15206 Ian Lance Taylor <iant@google.com>
15207
15208 * options.h (General_options): Add entries for '-Y' and
15209 '-relax'.
15210 * options.cc (General_options:finalize): If -Y was used, add those
15211 entries to the library path instead of the default "/lib" and
15212 "/usr/lib".
15213
7c98e6bb
DM
152142008-04-11 David S. Miller <davem@davemloft.net>
15215
15216 * testsuite/justsyms.t: Start at 0x100.
15217 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
15218 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
15219 long.
15220 * testsuite/script_test_2.cc: Adjust string and section length
15221 checks.
7c98e6bb 15222
99a37bfd
ILT
152232008-04-09 Ian Lance Taylor <iant@google.com>
15224
2cefc357
ILT
15225 PR gold/5996
15226 * script-sections.cc (Sections_element::allocate_to_segment): Add
15227 orphan parameter.
15228 (Output_section_definition::allocate_to_segment): Likewise.
15229 (Orphan_output_section::allocate_to_segment): Likewise.
15230 (Script_sections::attach_sections_using_phdrs_clause): Don't
15231 propagate non-PT_LOAD segments to orphan sections.
15232 * testsuite/Makefile.am (script_test_3.stdout): Generate using
15233 readelf rather than objdump.
15234 * testsuite/script_test_3.sh: Adjust accordingly. Test that
15235 .interp section and PT_INTERP segment are the same size.
15236 * testsuite/Makefile.in: Rebuild.
15237
99a37bfd
ILT
15238 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
15239 aliases for symbols defined in the same object.
15240 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
15241 (weak_alias_test_SOURCES): New variable.
15242 (weak_alias_test_DEPENDENCIES): New variable.
15243 (weak_alias_test_LDFLAGS): New variable.
15244 (weak_alias_test_LDADD): New variable.
15245 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
15246 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
15247 (weak_alias_test_3.o): New target.
15248 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
15249 * testsuite/weak_alias_test_main.cc: New file.
15250 * testsuite/weak_alias_test_1.cc: New file.
15251 * testsuite/weak_alias_test_2.cc: New file.
15252 * testsuite/weak_alias_test_3.cc: New file.
15253
780e49c5
ILT
152542008-04-08 Ian Lance Taylor <iant@google.com>
15255
cdb0b8f5
ILT
15256 * options.h (class General_options): Add --noinhibit-exec option.
15257 * main.cc (main): Check --noinhibit-exec.
15258
0864d551
ILT
15259 * options.h (class General_options): Define --wrap as a special
15260 option. Add wrap_symbols_ field.
15261 (General_options::any_wrap_symbols): New function.
15262 (General_options::is_wrap_symbol): New function.
15263 * options.cc (General_options::parse_wrap): New function.
15264 (General_options::General_options): Initialize wrap_symbols_.
15265 * symtab.cc (Symbol_table::wrap_symbol): New function.
15266 (Symbol_table::add_from_object): Handle --wrap.
15267 * symtab.h (class Symbol_table): Declare wrap_symbol.
15268 * target.h (Target::wrap_char): New function.
15269 (Target::Target_info): Add wrap_char field.
15270 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
15271 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
15272 * testsuite/testfile.cc (Target_test::test_target_info):
15273 Likewise.
15274
789aa6de
ILT
15275 * errors.cc (Errors::undefined_symbol): Mention symbol version if
15276 there is one.
15277
2c38906f
ILT
15278 * layout.h (class Layout): Add added_eh_frame_data_ field.
15279 * layout.cc (Layout::Layout): Initialize new field.
15280 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
15281 output section until we find a section we merged successfully.
15282 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
15283 that the size be non-zero.
15284
780e49c5
ILT
15285 * merge.cc (Object_merge_map::get_output_offset): Remove inline
15286 qualifier.
15287
7fcd0256
ILT
152882008-04-08 Craig Silverstein <csilvers@google.com>
15289
15290 * configure.ac: Export new conditional variable HAVE_ZLIB.
15291 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
15292 on HAVE_ZLIB.
15293 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
15294 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15295
6835af53
ILT
152962008-04-07 Ian Lance Taylor <iant@google.com>
15297
e24f324c
ILT
15298 * version.cc (version_string): Set to "1.5".
15299
a036edd8
ILT
15300 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
15301 Add issued_non_pic_error_ field. Declare check_non_pic.
15302 (Target_x86_64::Scan::check_non_pic): New function.
15303 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
15304 (Target_x86_64::Scan::global): Likewise.
15305
624f8810
ILT
15306 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
15307 addend parameter. Change caller. Handle merge sections.
15308 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
15309 Address to Addend. Don't add in the result of
15310 local_section_offset, pass down the addend and use the returned
15311 value.
15312 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
15313 Update declarations of local_section_offset and symbol_value.
15314 * testsuite/two_file_test_1.cc (t18): New function.
15315 * testsuite/two_file_test_2.cc (f18): New function.
15316 * testsuite/two_file_test_main.cc (main): Call t18.
15317 * testsuite/two_file_test.h (t18, f18): Declare.
15318
6835af53
ILT
15319 * configure.ac: Don't test for objdump, c++filt, or readelf.
15320 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
15321 conditionals.
15322 (TEST_READELF): New variable.
15323 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
15324 (check_PROGRAMS): Add two_file_strip_test.
15325 (two_file_strip_test): New target.
15326 (check_PROGRAMS): Add two_file_same_shared_strip_test.
15327 (two_file_same_shared_strip_test_SOURCES): New variable.
15328 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
15329 (two_file_same_shared_strip_test_LDFLAGS): New variable.
15330 (two_file_same_shared_strip_test_LDADD): New variable.
15331 (two_file_shared_strip.so): New target.
15332 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
15333 (ver_test_5.syms, ver_test_7.syms): Likewise.
15334 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
15335 (strip_test_3.stdout): Use TEST_OBJDUMP.
15336 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15337
86925eef
CC
153382008-04-04 Cary Coutant <ccoutant@google.com>
15339
15340 * symtab.h (Symbol::is_weak_undefined): New function.
15341 (Symbol::is_strong_undefined): New function.
15342 (Symbol::is_absolute): New function.
15343 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
15344 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
15345 absolute symbols.
15346 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
15347 (weak_undef_test): New target.
15348 * testsuite/Makefile.in: Rebuild.
15349 * testsuite/weak_undef_file1.cc: New file.
15350 * testsuite/weak_undef_file2.cc: New file.
15351 * testsuite/weak_undef_test.cc: New file.
15352
126f3ece
ILT
153532008-04-03 Craig Silverstein <csilvers@google.com>
15354
15355 * compressed_output.h (class Output_compressed_section): Use
15356 unsigned buffer.
15357 * compressed_output.cc (zlib_compress): Use unsigned buffers,
15358 add zlib header.
15359 (zlib_compressed_suffix): Removed.
15360 (Output_compressed_section::set_final_data_size): Use unsigned
15361 buffers.
15362 * testsuite/Makefile.am (flagstest_compress_debug_sections):
15363 Fix linker invocation.
15364 (flagstest_o_specialfile_and_compress_debug_sections):
15365 Likewise.
15366 * testsuite/Makefile.in: Regenerated.
15367
deae2a14
DM
153682008-04-02 David S. Miller <davem@davemloft.net>
15369
15370 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
15371 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
15372
70752818
ILT
153732008-04-02 Craig Silverstein <csilvers@google.com>
15374
15375 * TODO: New file.
15376
39d0cb0e
ILT
153772008-04-02 Ian Lance Taylor <iant@google.com>
15378
15379 * fileread.cc (File_read::find_view): Add byteshift and vshifted
15380 parameters. Update for new key type to views_. Change all
15381 callers.
15382 (File_read::read): Adjust for byteshift in returned view.
15383 (File_read::add_view): New function, broken out of
15384 find_and_make_view.
15385 (File_read::make_view): New function, broken out of
15386 find_and_make_view.
15387 (File_read::find_or_make_view): Add offset and aligned
15388 parameters. Rewrite accordingly. Change all callers.
15389 (File_read::get_view): Add offset and aligned parameters. Adjust
15390 for byteshift in return value.
15391 (File_read::get_lasting_view): Likewise.
15392 * fileread.h (class File_read): Update declarations.
15393 (class File_read::View): Add byteshift_ field. Add byteshift to
15394 constructor. Add byteshift method.
15395 * archive.h (Archive::clear_uncached_views): New function.
15396 (Archive::get_view): Add aligned parameter. Change all callers.
15397 * object.h (Object::get_view): Add aligned parameter. Change all
15398 callers.
15399 (Object::get_lasting_view): Likewise.
15400
15401 * fileread.cc (File_read::release): Don't call clear_views if
15402 there are multiple objects.
15403 * fileread.h (File_read::clear_uncached_views): New function.
15404 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
15405 on the archive.
15406
a1207466
CC
154072008-03-31 Cary Coutant <ccoutant@google.com>
15408
15409 Add thin archive support.
15410 * archive.cc (Archive::armagt): New const.
15411 (Archive::setup): Remove task parameter and calls to unlock.
15412 (Archive::unlock_nested_archives): New function.
15413 (Archive::read_header): Add nested_off parameter. Change
15414 all callers.
15415 (Archive::interpret_header): Likewise.
15416 (Archive::include_all_members): Change to handle thin
15417 archives.
15418 (Archive::include_member): Likewise.
15419 * archive.h (Archive::Archive): Add new parameters and
15420 initializers.
15421 (Archive::armagt): New const.
15422 (Archive::setup): Remove task parameter.
15423 (Archive::unlock_nested_archives): New function.
15424 (Archive::read_header): Add nested_off parameter.
15425 (Archive::interpret_header): Likewise.
15426 (Archive::Nested_archive_table): New typedef.
15427 (Archive::is_thin_archive_): New field.
15428 (Archive::nested_archives_): New field.
15429 (Archive::options_): New field.
15430 (Archive::dirpath_): New field.
15431 (Archive::task_): New field.
15432 * readsyms.cc (Read_symbols::do_read_symbols): Add check
15433 for thin archives. Pass additional parameters to
15434 Archive::Archive. Unlock the archive file after calling
15435 Archive::setup.
cd536b21 15436
479f6503
ILT
154372008-03-29 Ian Lance Taylor <iant@google.com>
15438
686c8caf
ILT
15439 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
15440 version symbol to be local.
15441 * testsuite/ver_test_4.sh: New file.
15442 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
15443 (check_DATA): Add ver_test_4.syms.
15444 (ver_test_4.syms): New target.
15445 * testsuite/Makefile.in: Rebuild.
15446
ab794b6b
ILT
15447 * output.cc
15448 (Output_section::Input_section_sort_entry::has_priority): New
15449 function.
15450 (Output_section::Input_section_sort_entry::match_file_name): New
15451 function.
15452 (Output_section::Input_section_sort_entry::match_section_name):
15453 Remove.
15454 (Output_section::Input_section_sort_entry::match_section_name_prefix):
15455 Remove.
15456 (Output_section::Input_section_sort_entry::match_section_file):
15457 Remove.
15458 (Output_section::Input_section_sort_compare::operator()): Rewrite
15459 using new Input_section_sort_entry functions. Sort crtbegin and
15460 crtend first. Sort sections with no priority before sections with
15461 a priority.
15462 * testsuite/initpri1.c (d3): Check j != 4.
15463 (cd5): New constructor/destructor function.
15464 (main): Check j != 2.
15465
479f6503
ILT
15466 * symtab.cc (Symbol_table::add_from_object): If we don't use the
15467 new symbol when resolving, don't call set_is_default.
15468 * testsuite/ver_test_7.cc: New file.
15469 * testsuite/ver_test_7.sh: New file.
15470 * testsuite/Makefile.am (ver_test_7.so): New target.
15471 (ver_test_7.o): New target.
15472 (check_SCRIPTS): Add ver_test_7.sh.
15473 (check_DATA): Add ver_test_7.syms.
15474 (ver_test_7.syms): New target.
15475
2fd32231
ILT
154762008-03-28 Ian Lance Taylor <iant@google.com>
15477
15478 * layout.cc (Layout::layout): If we see an input section with a
15479 name that needs sorting, set the must_sort flag for the output
15480 section.
15481 (Layout::make_output_section): If the name of the output section
15482 indicates that it might require sorting, set the may_sort flag.
15483 * output.h (Output_section::may_sort_attached_input_sections): New
15484 function.
15485 (Output_section::set_may_sort_attached_input_sections): New
15486 function.
15487 (Output_section::must_sort_attached_input_sections): New
15488 function.
15489 (Output_section::set_must_sort_attached_input_sections): New
15490 function.
15491 (class Output_section): Declare Input_section_sort_entry. Define
15492 Input_section_sort_compare. Declare
15493 sort_attached_input_sections. Add new fields:
15494 may_sort_attached_input_sections_,
15495 must_sort_attached_input_sections_,
15496 attached_input_sections_are_sorted_.
15497 * output.cc (Output_section::Output_section): Initialize new
15498 fields.
15499 (Output_section::add_input_section): Add an entry to
15500 input_sections_ if may_sort or must_sort are true.
15501 (Output_section::set_final_data_size): Call
15502 sort_attached_input_sections if necessary.
15503 (Output_section::Input_section_sort_entry): Define new class.
15504 (Output_section::Input_section_sort_compare::operator()): New
15505 function.
15506 (Output_section::sort_attached_input_sections): New function.
15507 * configure.ac: Check whether the compiler supports constructor
15508 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
15509 * testsuite/initpri1.c: New file.
15510 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
15511 CONSTRUCTOR_PRIORITY.
15512 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
15513 (initpri1_LDFLAGS): New variable.
15514 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15515
18e6b24e
ILT
155162008-03-27 Ian Lance Taylor <iant@google.com>
15517
49bdd526
ILT
15518 * common.cc (Sort_commons::operator): Correct sorting algorithm.
15519 * testsuite/common_test_1.c: New file.
15520 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
15521 (common_test_1_SOURCES): New variable.
15522 (common_test_1_DEPENDENCIES): New variable.
15523 (common_test_1_LDFLAGS): New variable.
15524
18e6b24e
ILT
15525 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
15526 and commons_ correctly when NAME/VERSION does not override
15527 NAME/NULL.
15528 * testsuite/ver_test_6.c: New file.
15529 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
15530 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
15531 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
15532
04bf7072
ILT
155332008-03-26 Ian Lance Taylor <iant@google.com>
15534
5871526f
ILT
15535 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
15536 of an undefined symbol from a version script.
15537 * testsuite/Makefile.am (ver_test_5.so): New target.
15538 (ver_test_5.o): New target.
15539 (check_SCRIPTS): Add ver_test_5.sh.
15540 (check_DATA): Add ver_test_5.syms.
15541 (ver_test_5.syms): New target.
15542 * testsuite/ver_test_5.cc: New file.
15543 * testsuite/ver_test_5.script: New file.
15544 * testsuite/ver_test_5.sh: New file.
15545 * Makefile.in, testsuite/Makefile.in: Rebuild.
15546
04bf7072
ILT
15547 PR gold/5986
15548 Fix problems building gold with gcc 4.3.0.
15549 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
15550 (gold_error_at_location, gold_warning_at_location): Use it.
15551 * configure.ac: Check whether we can compile and use a template
15552 function with a printf attribute.
15553 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
15554 when jumping over bytes.
15555 * object.cc: Instantiate Object::read_section_data.
15556 * debug.h: Include <cstring>
15557 * dwarf_reader.cc: Include <algorithm>
15558 * main.cc: Include <cstring>.
15559 * options.cc: Include <cstring>.
15560 * output.cc: Include <cstring>.
15561 * script.cc: Include <cstring>.
15562 * script.h: Include <string>.
15563 * symtab.cc: Include <cstring> and <algorithm>.
15564 * target-select.cc: Include <cstring>.
15565 * version.cc: Include <string>.
15566 * testsuite/testmain.cc: Include <cstdlib>.
15567 * configure, config.in: Rebuild.
15568
874c5b28
ILT
155692008-03-25 Ian Lance Taylor <iant@google.com>
15570
819d6c3a
ILT
15571 * options.cc: Include "../bfd/bfdver.h".
15572 (options::help): Print bug reporting address.
15573
f4b2c6f5
ILT
15574 * version.cc (print_version): Adjust output for current value of
15575 BFD_VERSION_STRING.
15576
15577 * NEWS: New file.
15578
e96caa79
ILT
15579 * options.cc (options::help): Print list of supported targets.
15580 * target-select.h: Include <vector>.
15581 (class Target_selector): Make machine_, size_, and is_big_endian_
15582 fields const. Add bfd_name_ and instantiated_target_ fields.
15583 (Target_selector::Target_selector): Add bfd_name parameter.
15584 (Target_selector::recognize): Make non-virtual, call
15585 do_recognize.
15586 (Target_selector::recognize_by_name): Make non-virtual, call
15587 do_recognize_by_name.
15588 (Target_selector::supported_names): New function.
15589 (Target_selector::bfd_name): New function.
15590 (Target_selector::do_instantiate_target): New pure virtual
15591 function.
15592 (Target_selector::do_recognize): New virtual function.
15593 (Target_selector::do_recognize_by_name): New virtual function.
15594 (Target_selector::instantiate_target): New private function.
15595 (supported_target_names): Declare.
15596 * target-select.cc (Target_selector::Target_selector): Update for
15597 new parameter and fields.
15598 (select_target_by_name): Check that the name matches before
15599 calling recognize_by_name.
15600 (supported_target_names): New function.
15601 * i386.cc (class Target_selector_i386): Update Target_selector
15602 constructor call. Remove recognize and recognize_by_name. Add
15603 do_instantiate_target.
15604 * x86_64.cc (class Target_selector_x86_64): Likewise.
15605 * testsuite/testfile.cc (class Target_selector_test): Update for
15606 changes to Target_selector.
15607
874c5b28
ILT
15608 * README: Rewrite, with some notes on unsupported features.
15609
0a65a3a7
CC
156102008-03-24 Cary Coutant <ccoutant@google.com>
15611
15612 * i386.cc (Target_i386::Got_type): New enum declaration.
15613 (Target_i386::Scan::local): Updated callers of Output_data_got
15614 member functions.
15615 (Target_i386::Scan::global): Likewise.
15616 (Target_i386::Relocate::relocate): Likewise.
15617 (Target_i386::Relocate::relocate_tls): Likewise.
15618 * object.h (Got_offset_list): New class.
15619 (Sized_relobj::local_has_got_offset): Added got_type parameter.
15620 (Sized_relobj::local_got_offset): Likewise.
15621 (Sized_relobj::set_local_got_offset): Likewise.
15622 (Sized_relobj::local_has_tls_got_offset): Removed.
15623 (Sized_relobj::local_tls_got_offset): Removed.
15624 (Sized_relobj::set_local_tls_got_offset): Removed.
15625 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
15626 * output.cc (Output_data_got::add_global): Added got_type parameter.
15627 (Output_data_got::add_global_with_rel): Likewise.
15628 (Output_data_got::add_global_with_rela): Likewise.
15629 (Output_data_got::add_global_pair_with_rel): New function.
15630 (Output_data_got::add_global_pair_with_rela): New function.
15631 (Output_data_got::add_local): Added got_type parameter.
15632 (Output_data_got::add_local_with_rel): Likewise.
15633 (Output_data_got::add_local_with_rela): Likewise.
15634 (Output_data_got::add_local_pair_with_rel): New function.
15635 (Output_data_got::add_local_pair_with_rela): New function.
15636 (Output_data_got::add_global_tls): Removed.
15637 (Output_data_got::add_global_tls_with_rel): Removed.
15638 (Output_data_got::add_global_tls_with_rela): Removed.
15639 (Output_data_got::add_local_tls): Removed.
15640 (Output_data_got::add_local_tls_with_rel): Removed.
15641 (Output_data_got::add_local_tls_with_rela): Removed.
15642 * output.h (Output_data_got::add_global): Added got_type parameter.
15643 (Output_data_got::add_global_with_rel): Likewise.
15644 (Output_data_got::add_global_with_rela): Likewise.
15645 (Output_data_got::add_global_pair_with_rel): New function.
15646 (Output_data_got::add_global_pair_with_rela): New function.
15647 (Output_data_got::add_local): Added got_type parameter.
15648 (Output_data_got::add_local_with_rel): Likewise.
15649 (Output_data_got::add_local_with_rela): Likewise.
15650 (Output_data_got::add_local_pair_with_rel): New function.
15651 (Output_data_got::add_local_pair_with_rela): New function.
15652 (Output_data_got::add_global_tls): Removed.
15653 (Output_data_got::add_global_tls_with_rel): Removed.
15654 (Output_data_got::add_global_tls_with_rela): Removed.
15655 (Output_data_got::add_local_tls): Removed.
15656 (Output_data_got::add_local_tls_with_rel): Removed.
15657 (Output_data_got::add_local_tls_with_rela): Removed.
15658 * resolve.cc (Symbol::override_base_with_special): Removed
15659 reference to has_got_offset_ field.
15660 * symtab.cc (Symbol::init_fields): Replaced initialization
15661 of got_offset_ with got_offsets_. Removed initialization
15662 of has_got_offset_
53fcba31 15663 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
15664 (Symbol::got_offset): Likewise.
15665 (Symbol::set_got_offset): Likewise.
15666 (Symbol::has_tls_got_offset): Removed.
15667 (Symbol::tls_got_offset): Removed.
15668 (Symbol::set_tls_got_offset): Removed.
15669 (Symbol::got_offset_): Removed.
15670 (Symbol::tls_mod_got_offset_): Removed.
15671 (Symbol::tls_pair_got_offset_): Removed.
15672 (Symbol::got_offsets_): New field.
15673 (Symbol::has_got_offset): Removed.
15674 (Symbol::has_tls_mod_got_offset): Removed.
15675 (Symbol::has_tls_pair_got_offset): Removed.
15676 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
15677 (Target_x86_64::Scan::local): Updated callers of Output_data_got
15678 member functions.
15679 (Target_x86_64::Scan::global): Likewise.
15680 (Target_x86_64::Relocate::relocate): Likewise.
15681 (Target_x86_64::Relocate::relocate_tls): Likewise.
15682
bd52eafb
BE
156832008-03-25 Ben Elliston <bje@au.ibm.com>
15684
15685 * yyscript.y: Fix spelling error in comment.
15686
8b105e34
ILT
156872008-03-24 Ian Lance Taylor <iant@google.com>
15688
8ed814a9
ILT
15689 * options.h (class General_options): Define build_id option.
15690 * layout.h (class Layout): Declare write_build_id, create_note,
15691 create_build_id. Add build_id_note_ member.
15692 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
15693 "libiberty.h", "md5.h", "sha1.h".
15694 (Layout::Layout): Initialize eh_frame_data_,
15695 eh_frame_hdr_section_, and build_id_note_.
15696 (Layout::finalize): Call create_build_id.
15697 (Layout::create_note): New function, broken out of
15698 Layout::create_gold_note.
15699 (Layout::create_gold_note): Call create_note.
15700 (Layout::create_build_id): New function.
15701 (Layout::write_build_id): New function.
15702 (Close_task_runner::run): Call write_build_id.
15703
8b105e34
ILT
15704 * x86_64.cc: Correct license to GPLv3.
15705
086a1841
ILT
157062008-03-23 Ian Lance Taylor <iant@google.com>
15707
15708 * options.cc: Include "demangle.h".
15709 (parse_optional_string): New function.
15710 (parse_long_option): Handle takes_optional_argument.
15711 (parse_short_option): Update dash_z initializer. Handle
15712 takes_optional_argument.
15713 (General_options::General_options): Initialize do_demangle_.
15714 (General_options::finalize): Set do_demangle_. Handle demangling
15715 style.
15716 * options.h (parse_optional_string): Declare.
15717 (struct One_option): Add optional_arg field. Update constructor.
15718 Update call constructor calls. Add takes_optional_argument
15719 function.
15720 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
15721 (DEFINE_optional_string): Define.
15722 (General_options::demangle): Change from DEFINE_bool to
15723 DEFINE_optional_string.
15724 (General_options::no_demangle): New function.
15725 (General_options::do_demangle): New function.
15726 (General_options::set_do_demangle): New function.
15727 (General_options::execstack_status_): Move definition to end of
15728 class definition.
15729 (General_options::static_): Likewise.
15730 (General_options::do_demangle_): New field.
15731 * object.cc (big_endian>::get_symbol_location_info): Call
15732 Options::do_demangle, not Options::demangle.
15733 * symtab.cc (demangle): Likewise.
15734
cbb93e63
ILT
157352008-03-22 Ian Lance Taylor <iant@google.com>
15736
15737 * gold.h: Include <cstddef> and <sys/types.h>
15738 * options.h: Include <cstring>.
15739
ec531623
ILT
157402008-03-21 Ian Lance Taylor <iant@google.com>
15741
15742 * Added source code to GNU binutils.
752937aa 15743\f
4b95cf5c 15744Copyright (C) 2008-2014 Free Software Foundation, Inc.
752937aa
NC
15745
15746Copying and distribution of this file, with or without modification,
15747are permitted in any medium without royalty provided the copyright
15748notice and this notice are preserved.
15749
15750Local Variables:
15751mode: change-log
15752left-margin: 8
15753fill-column: 74
15754version-control: never
15755End:
This page took 1.006309 seconds and 4 git commands to generate.