autoreconf
[external/binutils.git] / gold / ChangeLog
1 2014-03-12  Alan Modra  <amodra@gmail.com>
2
3         * Makefile.in: Regenerate.
4
5 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
6
7         * symtab.h (Symbol::set_nonvis): New function.
8
9 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
10
11         * symtab.cc (Sized_symbol<32>::init_output_data):
12         Instantiate the template.
13         (Sized_symbol<64>::init_output_data): Likewise.
14
15 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
16
17         * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
18         adjust dynamic symbol value.
19         * target.h (Target::adjust_dyn_symbol): New function.
20         (Target::do_adjust_dyn_symbol): New function.
21
22 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
23   
24         * output.cc (Output_data_dynamic::Dynamic_entry::write):
25         Get the value of DYNAMIC_CUSTOM dynamic entry.
26         * output.h (Output_data_dynamic::add_custom): New function.
27         (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
28         dynamic entry.
29         (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
30         * target.h (Target::dynamic_tag_custom_value): New function.
31         (Target::do_dynamic_tag_custom_value): New function.
32
33 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
34
35         * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
36         dynsym indexes.
37         * target.h (Target::has_custom_set_dynsym_indexes): New function.
38         (Target::do_has_custom_set_dynsym_indexes): New function.
39         (Target::set_dynsym_indexes): New function.
40         (Target::do_set_dynsym_indexes): New function.
41
42 2014-03-07  Alan Modra  <amodra@gmail.com>
43
44         * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
45         CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
46         (Powerpc_relocate_functions::has_overflow_unsigned): New function.
47         (Powerpc_relocate_functions::has_overflow_bitfield,
48         overflowed): Use the above.
49         (Target_powerpc::Relocate::relocate): Correct overflow checking
50         for a number of relocations.  Modify overflow test for 16-bit
51         fields in instructions to signed/unsigned according to whether
52         the field takes a signed or unsigned value.
53
54 2014-03-05  Alan Modra  <amodra@gmail.com>
55
56         Update copyright years.
57
58 2014-03-05  Alan Modra  <amodra@gmail.com>
59
60         * powerpc.cc (Target_powerpc::Scan::local, global): Support
61         R_PPC64_ADDR64_LOCAL.
62         (Target_powerpc::Relocate::relocate): Likewise.
63
64 2014-03-03  Alan Modra  <amodra@gmail.com>
65
66         * dwp.cc (print_version): Update copyright year to current.
67
68 2014-02-10  Alan Modra  <amodra@gmail.com>
69
70         * po/gold.pot: Regenerate.
71
72 2014-02-06  Cary Coutant  <ccoutant@google.com>
73
74         Fix problem where -u is ignored when a weak undef is seen.
75
76         * archive.cc (Library_base::should_include_member): Reorder
77         code to check for -u option if a weak undef has already been seen.
78         * testsuite/Makefile.am (weak_undef_test_2): New test case.
79         * testsuite/Makefile.in: Regenerate.
80         * testsuite/weak_undef_file3.cc: New file.
81         * testsuite/weak_undef_file4.cc: New file.
82         * testsuite/weak_undef_test_2.cc: New file.
83
84 2014-02-05  Cary Coutant  <ccoutant@google.com>
85
86         Fix issues with gold undefined symbol diagnostics.
87
88         PR binutils/15435
89         * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
90         check to here.
91         * target-reloc.h (is_strong_undefined): New function.
92         (relocate_section): Move undef vtable symbol check from here.
93         Check for is_strong_undefined.
94
95 2014-02-05  Cary Coutant  <ccoutant@google.com>
96     
97         Fix problems with the --dynamic-list option.
98
99         PR gold/13577
100         * options.cc (General_options::parse_dynamic_list):
101         Set have_dynamic_list_.
102         (General_options::General_options): Initialize have_dynamic_list_.
103         (General_options::finalize): Turn off -Bsymbolic and
104         -Bsymbolic-functions if --dynamic-list provided.
105         * options.h (General_options::have_dynamic_list): New function.
106         (General_options::have_dynamic_list_): New data member.
107         * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
108         correctly.
109    
110         PR gold/16530
111         * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
112         in --dynamic-list, mark it.
113    
114         * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
115         (dynamic_list_2): New test case.
116         * testsuite/Makefile.in: Regenerate.
117         * testsuite/dynamic_list_2.cc: New file.
118         * testsuite/dynamic_list_2.t: New file.
119         * testsuite/dynamic_list_lib1.cc: New file.
120         * testsuite/dynamic_list_lib2.cc: New file.
121         * testsuite/gc_dynamic_list_test.c: New file.
122         * testsuite/gc_dynamic_list_test.sh: New file.
123         * testsuite/gc_dynamic_list_test.t: New file.
124
125 2014-01-28  Cary Coutant  <ccoutant@google.com>
126
127         Add .gdb_index version 7 support.
128
129         * gold/dwarf_reader.cc: include <utility> (for make_pair).
130         (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
131         debug sections.
132         (Dwarf_ranges_table::read_ranges_table): Likewise.
133         (Dwarf_pubnames_table::read_section): Check for GNU-style
134         sections, and for compressed debug sections.
135         (Dwarf_pubnames_table::read_header): Compute end address of table.
136         (Dwarf_pubnames_table::next_name): Return flag_byte.  Check
137         for end of list by offset, not by offset == 0.
138         (Dwarf_info_reader::do_read_string_table): Check for compressed
139         debug sections.
140         * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
141         Initialize new data members.
142         (Dwarf_pubnames_table::next_name): return flag_byte.
143         (Dwarf_pubnames_table::end_of_table_): New data member.
144         (Dwarf_pubnames_table::is_gnu_style_): New data member.
145         * gold/gdb-index.cc (gdb_index_version): Update to version 7.
146         (Gdb_index_info_reader::read_pubtable): Read flag_byte.
147         (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
148         read skeleton type unit DIEs.
149         (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
150         (Gdb_index::do_write): Write flag_byte.
151         * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
152         (Gdb_index::Cu_vector): Store flags along with cu indexes.
153         * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
154         * gold/testsuite/gdb_index_test_comm.sh: Likewise.
155
156 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
157
158         * version.cc (print_version): Update copyright year to 2014.
159
160 2013-12-19  Dimitry Andric  <dimitry@andric.com>
161
162         * stringpool.cc (Stringpool_template::reserve): Add
163         HAVE_UNORDERED_MAP case.
164         * stringpool.cc (Stringpool_template::print_stats): Likewise.
165
166 2013-12-18  Cary Coutant  <ccoutant@google.com>
167
168         * configure.ac: Check for <unordered_set> and <unordered_map>.
169         * config.in: Regenerate.
170         * configure: Regenerate.
171         * system.h: Use <unordered_set> and <unordered_map> if available.
172
173 2013-12-10  Roland McGrath  <mcgrathr@google.com>
174
175         * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
176         with $(INSTALL_PROGRAM_ENV).
177         * Makefile.in: Regenerate.
178
179 2013-11-22  Cary Coutant  <ccoutant@google.com>
180
181         * configure.ac: Add check for which library is needed for
182         dlopen.
183         * configure: Regenerate.
184
185 2013-11-22  Cary Coutant  <ccoutant@google.com>
186
187         * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
188         assembler.
189         * testsuite/Makefile.in: Regenerate.
190
191 2013-11-17  H.J. Lu  <hongjiu.lu@intel.com>
192
193         * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
194         Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
195         R_X86_64_PC32 and R_X86_64_PLT32, respectively.
196         (Target_x86_64<size>::Scan::local): Likewise.
197         (Target_x86_64<size>::Scan::global): Likewise.
198         (Target_x86_64<size>::Relocate::relocate): Likewise.
199         (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
200         Likewise.
201         (Target_x86_64<size>::Scan::check_non_pic(): Handle
202         R_X86_64_PC32_BND.
203
204         * testsuite/Makefile.am (check_PROGRAMS): Add
205         exception_x86_64_bnd_test.
206         (exception_x86_64_bnd_test_SOURCES): New macro.
207         (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
208         (exception_x86_64_bnd_test_LDFLAGS): Likewise.
209         (exception_x86_64_bnd_test_LDADD): Likewise.
210         (exception_x86_64_bnd_1.o): New rule.
211         (exception_x86_64_bnd_2.o): Likewise.
212         * testsuite/Makefile.in: Regenerated.
213
214 2013-11-15  Alan Modra  <amodra@gmail.com>
215
216         * powerpc.cc (Target_powerpc::glink_section): Provide non-const
217         accessor.
218         (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
219         Only call ppc64_local_entry_offset for 64-bit.  Restrict
220         symval_for_branch lookup to ELFv1.
221         (Stub_table::add_plt_call_entry): Use unsigned int off.
222         (Output_data_glink::Address, invalid_address): New.
223         (Output_data_glink::add_eh_frame): Move out of line.  Add
224         support for ELFv2.
225         (Output_data_glink::add_global_entry, find_global_entry,
226         global_entry_address): New functions.
227         (Output_data_glink::global_entry_stubs_, end_branch_table_,
228         ge_size): New variables.
229         (Output_data_glink::set_final_data_size): Add global entry
230         stub sizing.
231         (Output_data_glink::do_write): Write global entry stubs.
232         (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
233         parameter.  Return true for ELFv2.  Adjust callers.
234         (Target_powerpc::Scan::local, global): Restrict opd lookup to
235         ELFv1.  Similarly for ifunc and dynamic relocation processing
236         specific to ELFv1.  Recognize that symbols are defined on
237         their plt entries for ELFv2.
238         (Target_powerpc::symval_for_branch): Assert if called for
239         ELFv2 or ppc32.
240         (Target_powerpc::Relocate::relocate): Use global entry plt
241         stub for symbol value if such exists on ELFv2.
242         (Target_powerpc::Relocate::relocate): Don't call
243         symval_for_branch when ELFv2.  Do adjust for local entry
244         offset when ELFv2.
245         (Target_powerpc::do_dynsym_value): Set symbols to global entry
246         plt stub for ELFv2.
247         (Target_powerpc::do_plt_address_for_global): Similarly.
248
249 2013-11-14  Cary Coutant  <ccoutant@google.com>
250
251         Revert patch -- this did not fix the problem, and there is
252         no race there.
253
254         2013-11-14  Cary Coutant  <ccoutant@google.com>
255
256             PR gold/14860
257             * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
258             (Ehframe_hdr::set_final_data_size): Allocate a Lock.
259             * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
260             updating fde_offsets_.
261             (Eh_frame_hdr::lock_): New data member.
262
263 2013-11-14  Cary Coutant  <ccoutant@google.com>
264
265         * dwp.cc (Dwo_file_entry): New type.
266         (File_list): Use Dwo_file_entry.
267         (Dwo_file::verify): New function.
268         (Dwo_file::verify_dwo_list): New function.
269         (Dwo_file::sized_verify_dwo_list): New function.
270         (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
271         list.
272         (Dwp_options): New enum type.
273         (dwp_options): Add --verify-only.
274         (usage): Likewise.
275         (main): Likewise.
276         * dwp.h (gold_info): Add declaration.
277
278 2013-11-14  Cary Coutant  <ccoutant@google.com>
279
280         PR gold/14860
281         * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
282         (Ehframe_hdr::set_final_data_size): Allocate a Lock.
283         * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
284         updating fde_offsets_.
285         (Eh_frame_hdr::lock_): New data member.
286
287 2013-11-06  Cary Coutant  <ccoutant@google.com>
288
289         PR gold/15758
290         * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
291         before reloc sections.
292
293 2013-11-04  Alan Modra  <amodra@gmail.com>
294
295         * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
296         (Symbol::needs_dynamic_reloc): Test new flag.
297         * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
298         (Target_powerpc::Scan::get_reference_flags): Add target param.
299         Return FUNC_DESC_ABI for 64-bit ELFv1.
300         (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
301         call.
302         (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
303         (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
304
305 2013-10-31  Cary Coutant  <ccoutant@google.com>
306
307         Restore support for dwp v2 DWARF package file format.
308
309         * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
310         tu_length parameter.  Adjust all callers.
311         * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
312         * dwp.cc: Include dwarf.h.
313         (Section_bounds): New struct type.
314         (Unit_set): New struct type.
315         (Dwo_file::Dwo_file): Initialize new data member.
316         (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
317         Combine and rename to...
318         (Dwo_file::read_unit_index): ...this.
319         (Dwo_file::sized_read_compunit_index)
320         (Dwo_file::sized_read_typeunit_index): Combine and rename to...
321         (Dwo_file::sized_read_unit_index): ...this.
322         (Dwo_file::copy_section): Remove section_name, is_str_offsets
323         parameters; add section_id parameter.
324         (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
325         (Dwo_file::add_unit_set): ...this.
326         (Dwo_file::shndx_map_): Remove.
327         (Dwo_file::sect_offsets_): New data member.
328         (Dwp_output_file::Dwp_output_file): Initialize new data members.
329         (Dwp_output_file::add_section): Rename to...
330         (Dwp_output_file::add_contribution): ...this.
331         (Dwp_output_file::add_cu_set): Combine parameters into a struct.
332         (Dwp_output_file::add_tu_set): Likewise.
333         (Dwp_output_file::Contribution): New type.
334         (Dwp_output_file::Section::contributions): New data member.
335         (Dwp_output_file::Cu_or_tu_set): Remove.
336         (Dwp_output_file::Section::Section): New ctor.
337         (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
338         (Dwp_output_file::Dwp_index::Section_table): New type.
339         (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
340         (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
341         parameter.
342         (Dwp_output_file::Dwp_index::shndx_pool): Remove.
343         (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
344         (Dwp_output_file::Dwp_index::section_table): New member function.
345         (Dwp_output_file::Dwp_index::section_table_end): New member function.
346         (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
347         (Dwp_output_file::Dwp_index::section_table_rows): New member function.
348         (Dwp_output_file::Dwp_index::section_table_cols): New member function.
349         (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
350         (Dwp_output_file::Dwp_index::section_table_): New data member.
351         (Dwp_output_file::Dwp_index::section_mask_): New data member.
352         (Dwp_output_file::add_output_section): New member function.
353         (Dwp_output_file::write_new_section): New member function.
354         (Dwp_output_file::write_contributions): New member function.
355         (Dwp_output_file::section_id_map_): New data member.
356         (class Dwo_id_info_reader): Remove.
357         (class Unit_reader): New class.
358         (get_dwarf_section_name): New function.
359         (Dwo_file::read_executable): Adjust initializations of class data.
360         (Dwo_file::read): Add support for v2 package file format.
361         (Dwo_file::read_unit_index): Likewise.
362         (Dwo_file::sized_read_unit_index): Likewise.
363         (Dwo_file::copy_section): Likewise.
364         (Dwo_file::add_unit_set): Likewise.
365         (Dwp_output_file::add_output_section): Likewise.
366         (Dwp_output_file::add_contribution): Likewise.
367         (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
368         for empty slot.
369         (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
370         file format.
371         (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
372         slot.
373         (Dwp_output_file::initialize): Remove unused function.
374         (Dwp_output_file::finalize): Add support for v2 package file format.
375         (Dwp_output_file::write_index): Likewise.
376         * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
377         function prototype.
378
379 2013-10-31  Cary Coutant  <ccoutant@google.com>
380
381         * configure.ac: Fix check for -fmerge-constants.
382         * configure.ac: Regenerate.
383
384 2013-10-30  Roland McGrath  <mcgrathr@google.com>
385
386         * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
387         Correct 9-byte nop sequence to match what the assembler generates.
388
389 2013-10-30  Alan Modra  <amodra@gmail.com>
390
391         * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
392         ppc64_local_entry_offset, ppc64_local_entry_offset,
393         do_read_symbols): New functions.
394         (Powerpc_relobj::e_flags_, st_other_): New vars.
395         (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
396         (Powerpc_dynobj::abiversion, set_abiversion): New functions.
397         (Powerpc_relobj::e_flags_): New var.
398         (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
399         and adjust for ELFv2.
400         (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
401         (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
402         (Powerpc_dynobj::do_find_special_sections): Likewise.
403         (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
404         (Target_powerpc::Branch_info::make_stub): Adjust stub destination
405         to ELFv2 local entry.
406         (Target_powerpc::do_relax): No thread safe barriers needed for
407         ELFv2.
408         (Output_data_plt_powerpc::initial_plt_entry_size_,
409         plt_entry_size): Delete.  Replace all uses with
410         first_plt_entry_offset() and plt_entry_size().
411         (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
412         reserved_size parm.  Update callers.
413         (Output_data_plt_powerpc::entry_count): Update.
414         (Output_data_plt_powerpc::first_plt_entry_offset): Make private
415         and use Target_powerpc::first_plt_entry_offset().
416         (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
417         rename to plt_entry_size.
418         (Output_data_plt_powerpc::add_ifunc_entry,
419         add_local_ifunc_entry): Adjust reloc for ELFv2.
420         (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
421         (glink_eh_frame_fde_64v2): New.
422         (Stub_table::plt_call_size): Support ELFv2 sizing.
423         (Output_data_glink::add_eh_frame): Use the new FDE.
424         (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
425         (Stub_table::do_write): Write ELFv2 stubs and glink.
426         (Target_powerpc::Relocate::relocate): Replaces nop after call
427         with ld 2,24(1) and adjust local offset destination for ELFv2.
428
429 2013-10-30  Alan Modra  <amodra@gmail.com>
430
431         * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
432         (Target_powerpc::Scan::global, local): Likewise.
433         (Target_powerpc::Relocate::relocate): Likewise.  Check for overflow
434         on all ppc64 @h and @ha relocs.
435
436 2013-10-14  Alan Modra  <amodra@gmail.com>
437
438         * output.h (Output_data_got::add_constant): Tidy.
439         (Output_data_got::add_constant_pair): New function.
440         * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
441         methods used so as to first call reserve_ent().
442
443 2013-10-11  Roland McGrath  <mcgrathr@google.com>
444
445         * powerpc.cc (Output_data_got_powerpc): Remove unused methods
446         add_got_entry and add_got_entry_pair.
447
448         * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
449         (HAVE_PUBNAMES): Likewise.
450         * configure: Regenerate.
451
452         * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
453         * testsuite/Makefile.in: Regenerate.
454
455         * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
456         Remove const from declaration.
457         * target.cc (Sized_target::do_adjust_elf_header): Update definition.
458         * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
459         * output.h (Output_file_header): Remove const from member target_
460         and corresponding constructor argument.
461         * output.cc (Output_file_header::Output_file_header): Update prototype.
462         (Output_file_header::do_sized_write): Use this->target_ in place
463         of parameters()->target().
464
465         * testsuite/undef_symbol.cc (Foo::get_a): New method.
466
467         * configure.ac (MERGE_CONSTANTS_FLAG): New check.
468         * configure: Regenerate.
469         * Makefile.in: Regenerate.
470         * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
471         * testsuite/merge_string_literals_2.c: Likewise.
472         * testsuite/Makefile.am
473         (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
474         (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
475         literal -fmerge-constants.
476         * testsuite/Makefile.in: Regenerate.
477
478         * i386.cc (Target_i386): Remove unused member dynbss_.
479         * arm.cc (Target_arm): Likewise.
480         * powerpc.cc (Target_powerpc): Likewise.
481         * sparc.cc (Target_sparc): Likewise.
482         * tilegx.cc (Target_tilegx): Likewise.
483         * x86_64.cc (Target_x86_64): Likewise.
484         * dwarf_reader.h (Dwarf_info_reader): Remove unused members
485         type_signature_, type_offset_.
486         * plugin.h (Plugin_hook): Remove unused member layout_.
487         * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
488         mapfile_.
489         (Read_member): Remove unused members input_objects_, symtab_,
490         mapfile_, layout_.
491         (Check_library): Remove unused member symtab_.
492         * archive.h (Lib_group): Remove unused member lib_.
493         * archive.cc (Lib_group::Lib_group): Update initializer.
494         * incremental.h (Incremental_binary): Remove unused member target_.
495         (Incremental_script_entry): Removed unused member script_.
496         * layout.h (Write_symbols_task): Remove unused member input_objects_.
497         * icf.h (Icf): Remove unused member num_tracked_relocs.
498
499         * gold-threads.h (Once): Conditionalize member was_run_lock_ on
500         [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
501         its only use.
502         * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
503
504         * archive.h: Use struct rather than class for forward declaration
505         of Read_symbols_data.
506
507 2013-10-07  Cary Coutant  <ccoutant@google.com>
508
509         PR gold/16010
510         * testsuite/Makefile.am (icf_test): Fix dependencies.
511         (icf_safe_test): Likewise.
512         (icf_safe_so_test): Likewise.
513         (large_symbol_alignment): Add empty _LDADD rule.
514         * testsuite/Makefile.in: Regenerate.
515
516 2013-09-03  Pavel Chupin  <pavel.v.chupin@intel.com>
517
518         PR gold/15927
519         * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
520         relocation for R_X86_64_32 on x32.
521
522 2013-08-27  Roland McGrath  <mcgrathr@google.com>
523
524         * output.cc (Output_segment::set_section_addresses): Take new
525         Target* argument.  If target->isolate_execinstr() and the segment
526         is executable and starts at a target->abi_pagesize() boundary,
527         pad its end out to a target->abi_pagesize() boundary with code fill.
528         * output.h (Output_segment::set_section_addresses): Update decl.
529         * layout.h (Layout::check_output_data_for_reset_values): Take new
530         argument RELAX_OUTPUTS.
531         (Layout): New member relax_output_list_.
532         (Layout::add_relax_output): New method.
533         * layout.cc (Layout::Layout): Update constructor.
534         (Layout::reset_relax_output): New method.
535         (Layout::clean_up_after_relaxation): Call it.
536         (Layout::prepare_for_relaxation): Update caller.
537         (Layout::set_segment_offsets): Update callers of set_section_addresses.
538         Call reset_relax_output before re-processing segments for
539         isolate_execinstr case.
540         (Layout::write_data): Handle relax_output_list_.
541         (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
542         Take new argument RELAX_OUTPUTS.  Assert it's an empty collection.
543
544 2013-08-23  Yuri Chornoivan  <yurchor@ukr.net>
545
546         PR binutils/15834
547         * object.h: Fix typos.
548
549 2013-08-16  Roland McGrath  <mcgrathr@google.com>
550
551         * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
552         * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
553
554 2013-08-07  Cary Coutant  <ccoutant@google.com>
555
556         Revert support for v2 DWP files:
557
558         2013-03-01  Cary Coutant  <ccoutant@google.com>
559
560             Add dwp support for v2 DWARF package file format.
561             * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
562             tu_length parameter.  Adjust all callers.
563             * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
564             * dwp.cc: Include dwarf.h.
565             (Section_bounds): New struct type.
566             (Unit_set): New struct type.
567             (Dwo_file::Dwo_file): Initialize new data member.
568             (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
569             Combine and rename to...
570             (Dwo_file::read_unit_index): ...this.
571             (Dwo_file::sized_read_compunit_index)
572             (Dwo_file::sized_read_typeunit_index): Combine and rename to...
573             (Dwo_file::sized_read_unit_index): ...this.
574             (Dwo_file::copy_section): Remove section_name, is_str_offsets
575             parameters; add section_id parameter.
576             (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
577             (Dwo_file::add_unit_set): ...this.
578             (Dwo_file::shndx_map_): Remove.
579             (Dwo_file::sect_offsets_): New data member.
580             (Dwp_output_file::Dwp_output_file): Initialize new data members.
581             (Dwp_output_file::add_section): Rename to...
582             (Dwp_output_file::add_contribution): ...this.
583             (Dwp_output_file::add_cu_set): Combine parameters into a struct.
584             (Dwp_output_file::add_tu_set): Likewise.
585             (Dwp_output_file::Contribution): New type.
586             (Dwp_output_file::Section::contributions): New data member.
587             (Dwp_output_file::Cu_or_tu_set): Remove.
588             (Dwp_output_file::Section::Section): New ctor.
589             (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
590             (Dwp_output_file::Dwp_index::Section_table): New type.
591             (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
592             (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
593             parameter.
594             (Dwp_output_file::Dwp_index::shndx_pool): Remove.
595             (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
596             (Dwp_output_file::Dwp_index::section_table): New member function.
597             (Dwp_output_file::Dwp_index::section_table_end): New member function.
598             (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
599             (Dwp_output_file::Dwp_index::section_table_rows): New member function.
600             (Dwp_output_file::Dwp_index::section_table_cols): New member function.
601             (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
602             (Dwp_output_file::Dwp_index::section_table_): New data member.
603             (Dwp_output_file::Dwp_index::section_mask_): New data member.
604             (Dwp_output_file::add_output_section): New member function.
605             (Dwp_output_file::write_new_section): New member function.
606             (Dwp_output_file::write_contributions): New member function.
607             (Dwp_output_file::section_id_map_): New data member.
608             (class Dwo_id_info_reader): Remove.
609             (class Unit_reader): New class.
610             (get_dwarf_section_name): New function.
611             (Dwo_file::read_executable): Adjust initializations of class data.
612             (Dwo_file::read): Add support for v2 package file format.
613             (Dwo_file::read_unit_index): Likewise.
614             (Dwo_file::sized_read_unit_index): Likewise.
615             (Dwo_file::copy_section): Likewise.
616             (Dwo_file::add_unit_set): Likewise.
617             (Dwp_output_file::add_output_section): Likewise.
618             (Dwp_output_file::add_contribution): Likewise.
619             (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
620             for empty slot.
621             (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
622             file format.
623             (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
624             slot.
625             (Dwp_output_file::initialize): Remove unused function.
626             (Dwp_output_file::finalize): Add support for v2 package file format.
627             (Dwp_output_file::write_index): Likewise.
628             * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
629             function prototype.
630
631 2013-07-31  Cary Coutant  <ccoutant@google.com>
632
633         * object.cc (Sized_relobj::do_output_section_address): New function.
634         (Sized_relobj): Instantiate explicitly.
635         * object.h (Object::output_section_address): New function.
636         (Object::do_output_section_address): New function.
637         (Sized_relobj::do_output_section_address): New function.
638         * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
639
640 2013-07-30  Cary Coutant  <ccoutant@google.com>
641             Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
642
643         * parameters.cc (Parameters::entry): Return target-specific entry
644         symbol name.
645         * target.h (Target::entry_symbol_name): New function.
646         (Target_info::entry_symbol_name): New data member.
647
648         * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
649         * i386.cc (Target_i386::i386_info): Likewise.
650         (Target_i386_nacl::i386_nacl_info): Likewise.
651         * sparc.cc (Target_sparc::sparc_info): Likewise.
652         * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
653         * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
654         (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
655         * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
656
657 2013-07-22  Sterling Augustine  <saugustine@google.com>
658
659         * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
660         Convert parameter shndx to local variable. Add parameters symtab
661         and symtab_size.  Scan over section names.  Find relocation
662         section corresponding to current section.  Create and initialize
663         reloc_mapper_ and reloc_type_.
664         (Dwarf_pubnames_table::read_header):  Add assertion.  Change
665         unit_length to off_t.  Initialize member unit_length_.  Fill in field
666         cu_offset_.
667         * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
668         Initialize new fields unit_length_ and cu_offset_.
669         (Dwarf_pubnames_table::read_section): Update prototype.
670         (Dwarf_pubnames_table::cu_offset): New member function.
671         (Dwarf_pubnames_table::subsection_size): Likewise.
672         (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
673         New fields.
674         (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
675         member functions public.
676         * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
677         Update comment.  Rework logic.  Move repeated parts to...
678         (Gdb_index_info_reader::read_pubtable): ...here. New function.
679         (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
680         pubtypes_table_, and stmt_list_offset.
681         (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
682         Gdb_index::find_pubtype_offset,
683         Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
684         (Gdb_index::pubnames_read): Update prototype and rework logic.
685         * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
686         Forward declare.
687         (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
688         Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
689         Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
690         Gdb_index::map_pubtable_to_dies):
691         Declare functions.
692         (Gdb_index::pubnames_read): Update declaration.
693         (Gdb_index::Pubname_offset_map): New type.
694         (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
695         Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
696         Gdb_index::stmt_list_offset): Declare.
697         (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
698         Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
699         Gdb_index::pubtypes_offset_): Remove.
700
701 2013-07-19  Roland McGrath  <mcgrathr@google.com>
702
703         * options.h (General_options): Add -Trodata-segment option.
704         * parameters.cc (Parameters::check_rodata_segment): New function.
705         (Parameters::set_target_once): Call it.
706         * parameters.h (Parameters): Declare it (private member function).
707         * layout.cc (load_seg_unusable_for_headers): New function, broken
708         out of Layout::relaxation_loop_body.  If TARGET->isolate_execinstr()
709         then validate rodata segment rather than text segment.
710         (relaxation_loop_body): Call that.
711         (is_text_segment): New function.  Don't admit a non-executable
712         segment if TARGET->isolate_execinstr().
713         (set_segment_offsets): Call it.  Honor -Trodata-segment option.
714
715 2013-07-15  Shawn Landden  <shawnlandden@gmail.com>
716
717         PR gold/15070
718         * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
719         * nacl.h (Sniff_file::View::View): Request aligned view.
720
721 2013-07-11  Cary Coutant  <ccoutant@google.com>
722
723         * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
724         correct BRLT entry size.
725
726 2013-07-03  Alan Modra  <amodra@gmail.com>
727
728         * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
729         comment.
730
731 2013-07-01  Cary Coutant  <ccoutant@google.com>
732
733         * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
734         reloc_type_.
735         (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
736         (Dwarf_ranges_table::lookup_reloc): New function.
737         * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
738         reloc_type_.
739         (Dwarf_ranges_table::lookup_reloc): New function.
740         (Dwarf_ranges_table::reloc_type_): New data member.
741
742 2013-06-27  Jing Yu  <jingyu@google.com>
743
744         PR gold/15662
745         * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
746         function.
747         (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
748         (Target_powerpc::do_relax): Call the above.
749
750 2013-06-27  Cary Coutant  <ccoutant@google.com>
751
752         * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
753         on garbage collected .opd section.
754
755 2013-06-27  Alan Modra  <amodra@gmail.com>
756
757         * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
758         is non-zero.
759         (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
760         (Target_powerpc::do_function_location): Likewise for loc->shndx.
761
762 2013-06-14  Cary Coutant  <ccoutant@google.com>
763
764         * resolve.cc (Symbol::override_base): Don't override st_type
765         from plugin placeholder symbols.
766         (Symbol_table::resolve): Likewise.
767         (Symbol_table::should_override): Don't complain about TLS mismatch
768         if the TO symbol is a plugin placeholder.
769         * testsuite/Makefile.am (plugin_test_tls): New test.
770         * testsuite/Makefile.in: Regenerate.
771         * testsuite/plugin_test_tls.sh: New test script.
772         * testsuite/two_file_test_2_tls.cc: New test source.
773         * testsuite/two_file_test_tls.cc: New test source.
774
775 2013-06-05  Alexander Ivchenko  <alexander.ivchenko@intel.com>
776
777         * layout.cc (Layout::set_segment_offsets): Taking care of the case when
778         the maximum segment alignment is larger than the page size.
779         * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
780         correctly aligns the symbols with large alignemnt.
781         * testsuite/Makefile.in: Regenerate.
782         * testsuite/large_symbol_alignment.cc: New file.
783
784 2013-05-30  Alexander Ivchenko  <alexander.ivchenko@intel.com>
785             Sriraman Tallam  <tmsriram@google.com>
786
787         * options.h (sort_section): New option.
788         * output.h (Input_section_sort_section_prefix_special_ordering_compare):
789         Rename from Input_section_sort_section_name_special_ordering_compare.
790         (Input_section_sort_section_name_compare): New struct.
791         * output.cc (Output_section::Input_section_sort_section_name_compare::
792         operator()): New function.
793         (Output_section::sort_attached_input_sections): Use new sort function
794         for .text if --sort-section=name is specified.
795         * layout.cc (Layout::make_output_section):
796         Add sorting by name when --sort-section=name is specified.
797         * testsuite/Makefile.am (text_section_grouping): Test option
798         --sort-section=name.
799         * testsuite/Makefile.in: Regenerate.
800         * testsuite/section_sorting_name.cc: New file.
801         * testsuite/section_sorting_name.sh: New file.
802
803 2013-05-21  Cary Coutant  <ccoutant@google.com>
804
805         * symtab.h (Symbol::is_cxx_vtable): New function.
806         * target-reloc.h (relocate_section): Check for vtable symbol.
807         * testsuite/Makefile.am (missing_key_func.sh): New test case.
808         * testsuite/Makefile.in: Regenerate.
809         * testsuite/missing_key_func.cc: New test source.
810         * testsuite/missing_key_func.sh: New test script.
811
812 2013-05-21  Cary Coutant  <ccoutant@google.com>
813
814         * object.cc (Sized_relobj_file::get_symbol_location_info): Set
815         type of enclosing symbol.
816         (Relocate_info::location): Check symbol type when describing symbol.
817         * object.h (Symbol_location_info): Remove unused line_number;
818         add enclosing_symbol_type.
819         * testsuite/debug_msg.sh: Adjust expected output.
820
821 2013-05-13  Cary Coutant  <ccoutant@google.com>
822
823         * configure.ac: Export DEFAULT_TARGET.
824         * configure: Regenerate.
825         * Makefile.in: Regenerate.
826         * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
827         * testsuite/Makefile.in: Regenerate.
828         * testsuite/debug_msg.sh: Delete duplicate tests.
829         Don't check undef_int error message match for powerpc where the
830         source file and line number aren't available.
831
832 2013-05-10  Roland McGrath  <mcgrathr@google.com>
833
834         * options.h (General_options): Add --rosegment-gap option.
835         * options.cc (finalize): --rosegment-gap implies --rosegment.
836         * layout.cc (set_segment_offsets): Let user option override
837         target->rosegment_gap().
838
839 2013-05-10  Roland McGrath  <mcgrathr@google.com>
840
841         * options.h (General_options): Remove leading space from help
842         messages for -nostdlib and --rosegment.
843
844 2013-05-03  Maciej W. Rozycki  <macro@codesourcery.com>
845
846         PR ld/15365
847         * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
848
849 2013-05-03  Alan Modra  <amodra@gmail.com>
850
851         * merge.cc (Output_merge_string::do_add_input_section): Correct
852         scan for number of strings.  Rename vars to avoid shadowing.
853         Include missing terminator in input_size_.
854
855 2013-05-01  H.J. Lu  <hongjiu.lu@intel.com>
856
857         * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
858         Restore empty string handling.
859
860 2013-05-01  Cary Coutant  <ccoutant@google.com>
861
862         * stringpool.cc (Stringpool_template::new_key_offset): Fix
863         uninitialized warning.
864
865 2013-04-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
866
867         * output.cc (Output_section::add_merge_input_section): Allow
868         to merge sections if the alignment is more than character size.
869         * merge.h (Output_merge_string::Output_merge_string): Remove
870         assert.
871         * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
872         only not-null strings. Check the alignment of strings.
873         * stringpool.h
874         (Stringpool_template<Stringpool_char>::Stringpool_template): Add
875         alignment as the argument.
876         (Stringpool_template<Stringpool_char>::addralign_): New class member.
877         * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
878         Align non-zero length strings according to the addralign_.
879         (Stringpool_template<Stringpool_char>::set_string_offsets):
880         Updating offsets according to the given alignment.
881         * testsuite/Makefile.am (text_section_grouping): Test if string
882         literals are getting merged.
883         * testsuite/Makefile.in: Regenerate.
884         * testsuite/merge_string_literals_1.c: New file.
885         * testsuite/merge_string_literals_2.c: Ditto.
886         * testsuite/merge_string_literals.sh: Ditto.
887
888 2013-04-26  Ian Lance Taylor  <iant@google.com>
889
890         * target-reloc.h (relocate_section): If the reloc offset is out of
891         range, pass VIEW as NULL to relocate.relocate.
892         * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
893         * i386.cc (Target_i386::Relocate::relocate): Likewise.
894         * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
895         * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
896         * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
897         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
898
899 2013-04-26  Geoff Pike  <gpike@chromium.org>
900
901         * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
902         * layout.cc (Hash_task): New class.
903         (Layout::queue_build_id_tasks): New function.
904         (Layout::write_build_id): Handle single-thread portion of build ID
905         computation.  (In some cases, all of it is single-threaded.)  Replace
906         {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
907         functionality in fewer lines of code.
908         * layout.h (Layout::queue_build_id_tasks): New function declaration.
909         * options.h (General_options): make "--build-id" default to tree
910         rather than sha1.  Add two new options related to --build-id=tree:
911         --build-id-chunk-size-for-treehash and
912         --build-id-min-file-size-for-treehash.
913         * Makefile.am: add testing of --build-id=tree and related new options
914         (these tests will be invoked by "make check").
915         * Makefile.in: Regenerate.
916
917 2013-04-25  Alan Modra  <amodra@gmail.com>
918
919         * configure.tgt: Add powerpcle and powerpc64le.
920
921 2013-04-22  Alan Modra  <amodra@gmail.com>
922
923         PR gold/15355
924         * layout.cc (Layout::segment_precedes): Allow more than one
925         segment with the same type and flags.
926
927 2013-04-15  Cary Coutant  <ccoutant@google.com>
928
929         * layout.cc (Layout::set_relocatable_section_offsets): Don't
930         allocate space in file for BSS sections.
931
932 2013-04-15  Cary Coutant  <ccoutant@google.com>
933
934         * script-sections.cc (Orphan_output_section): Reset address
935         to zero after each orphaned section for relocatable links.
936
937 2013-04-15  Cary Coutant  <ccoutant@google.com>
938
939         * symtab.cc (Symbol_table::sized_write_globals): Subtract
940         section starting address for relocatable link.
941         * testsuite/Makefile.am (script_test_11): New test.
942         * testsuite/Makefile.in: Regenerate.
943         * testsuite/script_test_11.c: New source file.
944         * testsuite/script_test_11.t: New linker script.
945
946 2013-04-13  Alan Modra  <amodra@gmail.com>
947
948         * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
949         owner when sections are not adjacent and exceed group size.
950         (Target_powerpc::group_sections): Handle corner case.
951         (Target_powerpc::Branch_info::make_stub): Handle case where
952         stub table doesn't exist due to branches in non-exec sections.
953         (Target_powerpc::Relocate::relocate): Likewise.
954
955 2013-04-11  Alan Modra  <amodra@gmail.com>
956
957         PR gold/15354
958         * powerpc.cc (Target_powerpc::make_brlt_section): Name section
959         .branch_lt to match bfd ld.  Adjust comments throughout file.
960
961 2013-04-04  Ian Lance Taylor  <iant@google.com>
962
963         GCC PR c++/56840
964         * object.cc (do_layout_deferred_sections): Handle .eh_frame
965         sections before checking whether they are included in the link.
966
967 2013-03-29  Sriraman Tallam  <tmsriram@google.com>
968
969         * archive.cc (Archive::get_elf_object_for_member):  Create the elf
970         object before calling the plugin claim_file handler.  Pass the elf
971         object of the archive to the plugin. Delete the elf object if the
972         plugin claims the file.
973
974 2013-03-21  Alan Modra  <amodra@gmail.com>
975
976         * layout.cc (Layout::set_segment_offsets): Accept writable .text
977         segment when omagic.
978
979 2013-03-21  Alan Modra  <amodra@gmail.com>
980
981         * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
982         comparison warning.
983         * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
984         uninitialized" warning.
985
986 2013-03-20  Alan Modra  <amodra@gmail.com>
987
988         * symtab.h (Symbol::clear_version): New function.
989         * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
990         is_needed by weak references.  Clear version for symbols defined
991         in as-needed objects that are not needed.
992
993 2013-03-15  Alan Modra  <amodra@gmail.com>
994
995         * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
996         static and public.  Add report_err param.  Return false for data refs.
997         (Target_powerpc::rela_dyn_section): New overloaded function.
998         (Target_powerpc::plt_, iplt_): Elucidate.
999         (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
1000         (Output_data_plt_powerpc::do_write): Don't write .iplt.
1001         (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
1002         (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
1003         calls.  Put ifunc dynamic relocs in irela_dyn_section.  Only
1004         push_branch and make_plt_entry for ifunc syms when
1005         reloc_needs_plt_for_ifunc.
1006         (Target_powerpc::Relocate::relocate): Don't use plt entry value
1007         for ifunc unless reloc_needs_plt_for_ifunc.
1008
1009 2013-03-15  Alan Modra  <amodra@gmail.com>
1010
1011         * gc.h (gc_process_relocs): Don't look through function descriptors.
1012         * icf.cc (get_section_contents): Do so here instead.
1013
1014 2013-03-13  Alan Modra  <amodra@gmail.com>
1015
1016         * powerpc.cc (is_branch_reloc): Forward declare.
1017         (Target_powerpc::do_can_check_for_function_pointers): New predicate.
1018         (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
1019         false for 64-bit, true for 32-bit non-branch relocs.
1020         (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
1021         * testsuite/Makefile.am (icf_test): Use linker map file instead of
1022         nm output.
1023         (icf_safe_test): Generate linker map file as well as nm output.
1024         (icf_safe_so_test): Likewise.
1025         * testsuite/Makefile.in: Regenerate.
1026         * testsuite/icf_test.sh: Parse linker map file to determine
1027         section folding.
1028         * testsuite/icf_safe_test.sh: Likewise.  Expect folding for PowerPC.
1029         * testsuite/icf_safe_so_test.sh: Likewise.
1030         (X86_32_or_ARM_specific_safe_fold): Merge into..
1031         (arch_specific_safe_fold): ..this.
1032         (X86_64_specific_safe_fold): Delete unused function.
1033
1034 2013-03-12  Alan Modra  <amodra@gmail.com>
1035
1036         * gc.h (gc_process_relocs): Look through function descriptors
1037         to determine shndx, symvalue and addend used by ICF.  Tidy
1038         variable duplication.
1039
1040 2013-03-11  Alan Modra  <amodra@gmail.com>
1041
1042         * gold.cc (queue_middle_tasks): Move detect_odr_violations..
1043         * layout.cc (Layout_task_runner::run): ..to here.
1044         * symtab.h (struct Symbol_location): Extract from..
1045         (class Symbol_table): ..here.
1046         * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
1047         * target.h (class Target): Add function_location and
1048         do_function_location functions.
1049         (class Sized_target): Add do_function_location.
1050         * object.h (class Sized_relobj_file): Move find_shdr..
1051         (class Object): ..to here.
1052         * object.cc: Likewise.  Update to suit.  Instantiate.
1053         (Sized_relobj_file::find_eh_frame): Update find_shdr call.
1054         * powerpc.cc (class Powerpc_dynobj): New.
1055         (Target_powerpc::do_function_location): New function.
1056         (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
1057         (Powerpc_dynobj::do_read_symbols): New function.
1058         (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
1059
1060 2013-03-08  Ian Lance Taylor  <iant@google.com>
1061
1062         * options.cc (General_options::string_to_object_format): Accept
1063         "default".
1064
1065 2013-03-08  Alan Modra  <amodra@gmail.com>
1066
1067         * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
1068         pointer to Post_fde.
1069         (struct Post_fde): Move definition to here..
1070         * ehframe.cc (struct Post_fde): ..from here.
1071         (Cie::write): Don't alloc Post_fde.
1072         (Eh_frame::do_sized_write): Update.  Don't free Post_fde.
1073
1074 2013-03-07  Alan Modra  <amodra@gmail.com>
1075
1076         * testsuite/discard_locals_relocatable_test.c: Add a powerpc
1077         relocation referencing .LC0.
1078         * testsuite/discard_locals_test.sh: Remove FIXMEs.
1079
1080 2013-03-07  Alan Modra  <amodra@gmail.com>
1081
1082         * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
1083         always_inline.  Add assembly for powerpc to avoid GOT.
1084
1085 2013-03-07  Alan Modra  <amodra@gmail.com>
1086
1087         * testsuite/script_test_10.sh: Don't test .bss section
1088         header number.
1089
1090 2013-03-06  Alan Modra  <amodra@gmail.com>
1091
1092         * powerpc.cc (class Powerpc_relobj): Move some member functions.
1093         (Target_powerpc::symval_for_branch):  Add symtab param.  Update
1094         all callers.  Handle folded sections.
1095         (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
1096         to Powerpc_relobj.
1097         (Global_symbol_visitor_opd::operator()): Likewise.
1098
1099 2013-03-04  Alan Modra  <amodra@gmail.com>
1100
1101         * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
1102         * testsuite/Makefile.in: Regenerate.
1103
1104 2013-03-01  Cary Coutant  <ccoutant@google.com>
1105
1106         Add dwp support for v2 DWARF package file format.
1107         * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1108         tu_length parameter.  Adjust all callers.
1109         * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1110         * dwp.cc: Include dwarf.h.
1111         (Section_bounds): New struct type.
1112         (Unit_set): New struct type.
1113         (Dwo_file::Dwo_file): Initialize new data member.
1114         (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1115         Combine and rename to...
1116         (Dwo_file::read_unit_index): ...this.
1117         (Dwo_file::sized_read_compunit_index)
1118         (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1119         (Dwo_file::sized_read_unit_index): ...this.
1120         (Dwo_file::copy_section): Remove section_name, is_str_offsets
1121         parameters; add section_id parameter.
1122         (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1123         (Dwo_file::add_unit_set): ...this.
1124         (Dwo_file::shndx_map_): Remove.
1125         (Dwo_file::sect_offsets_): New data member.
1126         (Dwp_output_file::Dwp_output_file): Initialize new data members.
1127         (Dwp_output_file::add_section): Rename to...
1128         (Dwp_output_file::add_contribution): ...this.
1129         (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1130         (Dwp_output_file::add_tu_set): Likewise.
1131         (Dwp_output_file::Contribution): New type.
1132         (Dwp_output_file::Section::contributions): New data member.
1133         (Dwp_output_file::Cu_or_tu_set): Remove.
1134         (Dwp_output_file::Section::Section): New ctor.
1135         (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1136         (Dwp_output_file::Dwp_index::Section_table): New type.
1137         (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1138         (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1139         parameter.
1140         (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1141         (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1142         (Dwp_output_file::Dwp_index::section_table): New member function.
1143         (Dwp_output_file::Dwp_index::section_table_end): New member function.
1144         (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1145         (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1146         (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1147         (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1148         (Dwp_output_file::Dwp_index::section_table_): New data member.
1149         (Dwp_output_file::Dwp_index::section_mask_): New data member.
1150         (Dwp_output_file::add_output_section): New member function.
1151         (Dwp_output_file::write_new_section): New member function.
1152         (Dwp_output_file::write_contributions): New member function.
1153         (Dwp_output_file::section_id_map_): New data member.
1154         (class Dwo_id_info_reader): Remove.
1155         (class Unit_reader): New class.
1156         (get_dwarf_section_name): New function.
1157         (Dwo_file::read_executable): Adjust initializations of class data.
1158         (Dwo_file::read): Add support for v2 package file format.
1159         (Dwo_file::read_unit_index): Likewise.
1160         (Dwo_file::sized_read_unit_index): Likewise.
1161         (Dwo_file::copy_section): Likewise.
1162         (Dwo_file::add_unit_set): Likewise.
1163         (Dwp_output_file::add_output_section): Likewise.
1164         (Dwp_output_file::add_contribution): Likewise.
1165         (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1166         for empty slot.
1167         (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1168         file format.
1169         (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1170         slot.
1171         (Dwp_output_file::initialize): Remove unused function.
1172         (Dwp_output_file::finalize): Add support for v2 package file format.
1173         (Dwp_output_file::write_index): Likewise.
1174         * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1175         function prototype.
1176
1177 2013-03-01  Cary Coutant  <ccoutant@google.com>
1178
1179         * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
1180         function into class definition in header file.
1181         (Dwarf_info_reader::warn_corrupt_debug_section): New function.
1182         * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
1183         New function.
1184         (Dwarf_info_reader::check_buffer): Move here from .cc file.
1185
1186 2013-02-28  Alan Modra  <amodra@gmail.com>
1187
1188         * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
1189         * target.cc (Target::do_plt_fde_location): New function.
1190         * ehframe.h (class FDE): Add post_map field to u_.from_linker,
1191         accessor function, and constructor param.
1192         (struct Post_fde, Post_fdes): Declare.
1193         (Cie::write): Add post_fdes param.
1194         * ehframe.cc (Fde::write): Use plt_fde_location.
1195         (struct Post_fde): Define.
1196         (Cie::write): Stash FDEs added post merge mapping.
1197         (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
1198         Adjust Fde constructor call.  Bump final_data_size_ for post map FDEs.
1199         (Eh_frame::do_sized_write): Arrange to write post map FDES after
1200         other FDEs.
1201         * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
1202         (Target_powerpc::has_glink): New function.
1203         (Target_powerpc::do_relax): Add eh_frame info for stubs.
1204         (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
1205         glink_eh_frame_fde_32, default_fde): New data.
1206         (Stub_table::eh_frame_added_): New var.
1207         (Stub_table::find_long_branch_entry, stub_address, stub_offset):
1208         Make const.
1209         (Stub_table::add_eh_frame): New function.
1210         (Output_data_glink::add_eh_frame): New function.
1211         (Target_powerpc::make_glink_section): Call add_eh_frame.
1212
1213 2013-02-15  Ian Lance Taylor  <iant@google.com>
1214
1215         * options.h (DEFINE_uint64_alias): Define.
1216         (class General_options): Add -Ttext-segment as an alias for
1217         -Ttext.
1218
1219 2013-02-15  Alan Modra  <amodra@gmail.com>
1220
1221         * powerpc.cc (Stub_table::plt_off): New function, extracted from..
1222         (Stub_table::do_write): ..here, two places.
1223         (Stub_table::plt_call_size): Use it here too.
1224
1225 2013-02-11  Ian Lance Taylor  <iant@google.com>
1226
1227         * descriptors.cc (Descriptors::close_all): New function.
1228         * descriptors.h (class Descriptors): Declare close_all.
1229         (close_all_descriptors): New inline function.
1230         * plugin.cc: Include "descriptors.h".
1231         (Plugin_manager::cleanup): Call close_all_descriptors.
1232
1233 2013-02-06  Alan Modra  <amodra@gmail.com>
1234
1235         * README: Update coding style link.
1236
1237 2013-01-28  Cary Coutant  <ccoutant@google.com>
1238
1239         * dwp.cc (File_list): New typedef.
1240         (Dwo_name_info_reader): New class.
1241         (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
1242         (Dwo_id_info_reader::visit_top_die): Remove unused member function.
1243         (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
1244         (Dwo_file::read_executable): New function.
1245         (Dwo_file::read): Move common setup code to ...
1246         (Dwo_file::make_object): ... here.
1247         (dwp_options): Add --exec/-e.
1248         (usage): Likewise.
1249         (main): Likewise.
1250
1251 2013-01-24  Sriraman Tallam  <tmsriram@google.com>
1252
1253         * layout.cc (Layout::layout): Check for option text_reorder.
1254         (Layout::make_output_section): Ditto.
1255         * options.h (text_reorder): New option.
1256         * output.cc (Input_section_sort_compare): Remove special ordering
1257         of section names.
1258         (Output_section::
1259          Input_section_sort_section_name_special_ordering_compare::
1260          operator()): New function.
1261         (Output_section::sort_attached_input_sections): Use new sort function
1262         for .text.
1263         * output.h (Input_section_sort_section_name_special_ordering_compare):
1264         New struct.
1265         * testsuite/Makefile.am (text_section_grouping): Test option
1266         --no-text-reorder
1267         * testsuite/Makefile.in: Regenerate.
1268         * testsuite/text_section_grouping.sh: Check order of functions without
1269         default text reordering.
1270
1271 2013-01-18  Mike Frysinger  <vapier@gentoo.org>
1272
1273         * options.h (General_options): Change default to true for new_dtags.
1274
1275 2013-01-18  Mike Frysinger  <vapier@gentoo.org>
1276
1277         * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
1278         when enable_new_dtags is false.  Only add DT_RUNPATH when
1279         enable_new_dtags is true.
1280
1281 2013-01-17  Serge Pavlov  <serge.v.pavlov@gmail.com>
1282
1283         * powerpc.cc (Stub_table::find_plt_call_entry): Make types
1284         used in declaration and definition consistent.
1285         (Target_powerpc::symval_for_branch): Ditto.
1286
1287 2013-01-16  Sriraman Tallam  <tmsriram@google.com>
1288
1289         * testsuite/plugin_final_layout.cc: Fix comment.
1290
1291 2013-01-16  Sriraman Tallam  <tmsriram@google.com>
1292
1293         * layout.cc (Layout::layout): Do not do default sorting for
1294         text sections when section ordering is specified.
1295         (make_output_section): Ditto.
1296         * testsuite/plugin_final_layout.cc: Name the function sections
1297         to catch reordering issues.
1298
1299 2013-01-15  Alan Modra  <amodra@gmail.com>
1300
1301         * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
1302         plt-thread-safe.
1303
1304 2013-01-15  Alan Modra  <amodra@gmail.com>
1305
1306         * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
1307         * testsuite/Makefile.in: Regenerate.
1308
1309 2013-01-14  Alan Modra  <amodra@gmail.com>
1310
1311         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
1312         * testsuite/Makefile.in: Regenerate.
1313
1314 2013-01-11  Pavel Chupin  <pavel.v.chupin@intel.com>
1315
1316         PR bfd/14430
1317         Fix mingw gold build with plugins enabled
1318         * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
1319         * configure.ac: Export DLOPEN_LIBS and add headers check.
1320         * plugin.cc: Handle non-dlfcn case.
1321         * Makefile.in: Regenerate.
1322         * config.in: Regenerate.
1323         * configure: Regenerate.
1324         * testsuite/Makefile.in: Regenerate.
1325
1326 2013-01-09  Sriraman Tallam  <tmsriram@google.com>
1327
1328         * output.h (sort_attached_input_sections): Change to be public.
1329         * script-sections.cc
1330         (Output_section_definition::set_section_addresses): Sort
1331         attached input sections according to section order before linker
1332         script assigns section addresses.
1333         (Orphan_output_section::set_section_addresses): Sort
1334         attached input sections according to section order before linker
1335         script assigns section addresses.
1336         * Makefile.am (final_layout.sh): Use a simple linker script to
1337         check if section ordering still works.
1338         * Makefile.in: Regenerate.
1339
1340 2013-01-09  Ben Cheng  <bccheng@google.com>
1341
1342         * arm.cc (Target_arm::attributes_accept_div): New function.
1343         (Target_arm::attributes_forbid_div): New function.
1344         (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
1345         attribute using the same new functions as what bfd/elf32_arm.c
1346         does.
1347
1348 2013-01-07  Cary Coutant  <ccoutant@google.com>
1349
1350         PR gold/14993
1351         * output.cc (Output_section::add_input_section): For incremental
1352         updates, don't track input sections that are allocated from patch
1353         space.
1354
1355 2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1356             Ian Lance Taylor  <iant@google.com>
1357
1358         PR gold/14897
1359         * configure.ac (--enable-ld): Removed.
1360         (install_as_default): Set to yes only for --enable-gold=default
1361         or --disable-ld.
1362         * configure: Regenerated.
1363
1364 2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1365
1366         * options.h (General_options): Add -fuse-ld= for GCC linker
1367         option compatibility.
1368
1369 2013-01-04  Cary Coutant  <ccoutant@google.com>
1370
1371         * configure.ac: Fix typo restoring CXXFLAGS.
1372         * configure: Regenerate.
1373
1374 2013-01-04  Cary Coutant  <ccoutant@google.com>
1375
1376         * testsuite/Makefile.am (CXXLINK_S): New macro.
1377         (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
1378         * testsuite/Makefile.in: Regenerate.
1379
1380 2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
1381
1382         * version.cc (print_version): Update copyright year to 2013.
1383
1384 2012-12-20  Ian Lance Taylor  <iant@google.com>
1385
1386         * layout.cc (Layout::special_ordering_of_input_section): New
1387         function.
1388         (Layout::layout): If input section requires special ordering, must
1389         sort input sections.
1390         (Layout::make_output_section): May sort .text input sections.
1391         (Layout::is_section_name_prefix_grouped): Remove.
1392         * layout.h (class Layout): Declare
1393         special_ordering_of_input_section.  Don't declare
1394         is_section_name_prefix_grouped.
1395         * output.cc (Output_section::add_input_section): Revert last
1396         change.
1397         (Output_section::Input_section_sort::match_file_name): Don't crash
1398         if called on output section data.
1399         (Output_section::Input_section_sort_compare): Sort based on
1400         special ordering.
1401         (Output_section::Input_section_sort_section_order_index_compare):
1402         Revert last patch.
1403         (Output_section::sort_attached_input_sections): Likewise.
1404
1405 2012-12-18  Sriraman Tallam  <tmsriram@google.com>
1406
1407         * layout.cc (Layout::is_section_name_prefix_grouped): New function.
1408         * layout.h (Layout::is_section_name_prefix_grouped): New function.
1409         * output.cc (Output_section::add_input_section): Check if section
1410         name contains special prefix.  Keep input sections to sort such
1411         sections.
1412         (Output_section::Input_section_sort_section_order_index_compare
1413          ::operator()): Group sections according to prefixes.
1414         (Output_section::sort_attached_input_sections): Add condition to
1415         Input_section_entry constructor call.
1416         * testsuite/Makefile.am (text_section_grouping): New test.
1417         * testsuite/Makefile.in: Regenerate.
1418         * testsuite/text_section_grouping.cc: New file.
1419         * testsuite/text_section_grouping.sh: New file.
1420
1421 2012-12-17  Nick Clifton  <nickc@redhat.com>
1422
1423         * Makefile.am: Add copyright notice.
1424         * NEWS: Likewise.
1425         * README: Likewise.
1426         * configure.ac: Likewise.
1427         * ftruncate.c: Likewise.
1428         * Makefile.in: Regenerate.
1429
1430 2012-12-14  Cary Coutant  <ccoutant@google.com>
1431
1432         * testsuite/Makefile.am (exception_separate_shared_12_test): Add
1433         --no-as-needed flag.
1434         (exception_separate_shared_12_test): Likewise.
1435         (incremental_copy_test): Likewise.
1436         * testsuite/Makefile.in: Regenerate.
1437
1438 2012-12-14  Cary Coutant  <ccoutant@google.com>
1439
1440         * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
1441         (Dwp_output_file::Dwp_index::enter_set): Add assert.
1442
1443 2012-12-12  Alan Modra  <amodra@gmail.com>
1444
1445         * powerpc.cc (class Track_tls): New.
1446         (class Relocate, class Scan): Inherit Track_tls.
1447         (Target_powerpc::Scan::local, global): Track tls optimization
1448         and avoid creating plt entry for __tls_get_addr if all uses
1449         are optimized away.
1450         (Target_powerpc::Relocate::relocate): Update to use Track_tls.
1451
1452 2012-12-12  Alan Modra  <amodra@gmail.com>
1453
1454         * options.h (General_options): Add --toc-sort/--no-toc-sort.
1455         Replace no_toc_optimize with toc_optimize.
1456         * output.h (Output_section::input_sections): Provide non-const variant.
1457         * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
1458         set_has_small_toc_reloc, has_small_toc_reloc): New variable and
1459         accessors.
1460         (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
1461         (class Sort_toc_sections): New.
1462         (Target_powerpc::do_finalize_sections): Sort toc sections.
1463         (Target_powerpc::Relocate::relocate): Update toc_optimize test.
1464
1465 2012-12-10  Roland McGrath  <mcgrathr@google.com>
1466
1467         * testsuite/binary_unittest.cc (read_all): New function.
1468         (Sized_binary_test): Use it instead of ::read.
1469         * fileread.cc (do_read): Don't assume pread always reads the whole
1470         amount in a single call.
1471
1472 2012-12-10  Alan Modra  <amodra@gmail.com>
1473
1474         * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
1475         Set EM_PPC64 or EM_PPC here.
1476         (Target_selector_powerpc::do_recognize): Delete.
1477
1478 2012-12-10  Alan Modra  <amodra@gmail.com>
1479
1480         * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
1481         stub_table_.
1482         (Target_powerpc::Branch_info::make_stub): Don't omit addend.
1483
1484 2012-12-07  Roland McGrath  <mcgrathr@google.com>
1485
1486         * testsuite/binary_unittest.cc (Sized_binary_test):
1487         Use open_descriptor rather than ::open.
1488
1489 2012-12-07  Alan Modra  <amodra@gmail.com>
1490
1491         * powerpc.cc (Stub_table::do_write): Delete redundant Address
1492         typedef and invalid_address constant.
1493         (Output_data_glink, Stub_table, Target_powerpc): Explicitly
1494         instantiate constants.
1495
1496 2012-12-06  Roland McGrath  <mcgrathr@google.com>
1497
1498         * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
1499         Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
1500         * aclocal.m4: Regenerate.
1501         * configure: Regenerate.
1502         * Makefile.in: Regenerate.
1503         * testsuite/Makefile.in: Regenerate.
1504
1505 2012-12-07  Alan Modra  <amodra@gmail.com>
1506
1507         * options.h (General_options): Add no_toc_optimize.
1508         * powerpc.cc (ok_lo_toc_insn): New function.
1509         (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
1510
1511 2012-12-06  Alan Modra  <amodra@gmail.com>
1512
1513         * options.h (General_options): Add plt_align, plt_static_chain,
1514         plt_thread_safe.  Update stub_group_size help text.
1515         * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
1516         for new plt_thread_safe_ var.
1517         (use_plt_offset): Correct comments.
1518         (Target_powerpc::do_relax): Look for thread creation symbols to
1519         determine default plt_thread_safe value.  Clear plt call stubs
1520         as well as branch stubs each iteration.
1521         (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
1522         insn constants.
1523         (l, hi, ha, write_insn): Move earlier.
1524         (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
1525         (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
1526         plt stubs too.
1527         (Stub_table::update_size): Adjust.
1528         (Stub_table::prev_size, set_prev_size): Delete.
1529         (Stub_table::stub_align): Let --plt-align affect result.
1530         (Stub_table::plt_call_size): Calculate sizes for various stubs.
1531         (Stub_table::branch_stub_size): Use last_plt_size in address calc.
1532         (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
1533         (Stub_table::do_write): Support more stub variants.
1534
1535 2012-12-04  Alan Modra  <amodra@gmail.com>
1536
1537         * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
1538         (Target_powerpc::do_define_standard_symbols): New function.
1539
1540 2012-12-03  Alan Modra  <amodra@gmail.com>
1541
1542         * output.h: Formatting, whitespace.
1543
1544 2012-12-03  Alan Modra  <amodra@gmail.com>
1545
1546         * layout.h (Layout::get_executable_sections): Declare.
1547         * layout.cc (Layout::get_executable_sections): New function.
1548         * arm.cc (Target_arm::group_sections): Use it.
1549         (Arm_output_section::group_sections): Delete now redundant test.
1550         * output.cc (Output_reloc::Output_reloc): Add is_relative.
1551         param to handle relative relocs.
1552         * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
1553         (Output_data_reloc::add_absolute): Adjust.
1554         (Output_data_reloc::add_relative): New function.
1555         (Output_data::reset_data_size): New function.
1556         (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
1557         (Output_section::set_addralign): New function.
1558         (Output_section::checkpoint_set_addralign): New function.
1559         (Output_section::clear_section_offsets_need_adjustment): New function.
1560         (Output_section::input_sections): Make public.
1561         * powerpc.cc (class Output_data_brlt_powerpc): New.
1562         (class Stub_table, class Stub_control): New.
1563         (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
1564         stub_table_, set_stub_table, stub_table): New vectors and accessor
1565         functions.
1566         (Target_powerpc::do_may_relax, do_relax, push_branch,
1567         new_stub_table, stub_tables, brlt_section, group_sections,
1568         add_branch_lookup_table, find_branch_lookup_table,
1569         write_branch_lookup_table, make_brlt_section): New functions.
1570         (Target_powerpc::struct Sort_sections, class Branch_info): New.
1571         (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
1572         branch_info_): New vars.
1573         (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
1574         make call stubs here.
1575         (Output_data_glink): Remove all call stub handling from this class.
1576         (Target_powerpc::Scan::local, global): Save interesting branch
1577         relocs and relocs for ifunc.  Adjust calls to plt entry functions.
1578         (Target_powerpc::do_finalize_sections): Only make reg save/restore
1579         functions on final link.
1580         (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
1581         Handle long branch destinations too.
1582         (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
1583         do_plt_address_for_local): Adjust lookup of plt call stubs.
1584
1585 2012-11-30  Alan Modra  <amodra@gmail.com>
1586
1587         * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
1588         relocs against protected symbols when building 32-bit shared libs.
1589
1590 2012-11-30  Alan Modra  <amodra@gmail.com>
1591
1592         * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
1593         param.  Call got_section() to make .got.  Update all callers
1594         and their callers and so on.
1595
1596 2012-11-30  Alan Modra  <amodra@gmail.com>
1597
1598         * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
1599         _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
1600         (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
1601         value if it already exists.
1602
1603 2012-11-19  H.J. Lu  <hongjiu.lu@intel.com>
1604
1605         PR gold/14858
1606         * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
1607
1608 2012-11-14  Roland McGrath  <mcgrathr@google.com>
1609
1610         * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
1611         than bfc instruction for data sandboxing.
1612
1613 2012-11-08  Alan Modra  <amodra@gmail.com>
1614
1615         * po/POTFILES.in: Regenerate.
1616
1617 2012-11-05  Alan Modra  <amodra@gmail.com>
1618
1619         * configure.ac: Apply 2012-09-10 change to config.in here.
1620         * configure: Regenerate.
1621
1622 2012-11-05  Alan Modra  <amodra@gmail.com>
1623
1624         * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
1625         (struct Opd_ent): Use "Address" rather than "Offset".
1626         (Output_data_got_powerpc::got_base_offset): Return Valtype.
1627         (Target_powerpc::got_section): Make public.
1628         (Target_powerpc::scan_relocs): Move code setting symbols..
1629         (Powerpc_relobj::do_scan_relocs): ..to here, new function.
1630         Create _SDA_BASE_ only when referenced.
1631
1632 2012-11-02  Roland McGrath  <mcgrathr@google.com>
1633
1634         * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
1635         from last change.
1636
1637 2012-11-01  Roland McGrath  <mcgrathr@google.com>
1638
1639         * target.h (Sized_target::relocate_relocs): Use Elf_Off
1640         for offset_in_output_section parameter.
1641         (Sized_target::relocate_special_relocatable): Likewise.
1642         * arm.cc (Target_arm::relocate_relocs): Likewise.
1643         (Target_arm::relocate_special_relocatable): Likewise.
1644         * i386.cc (Target_i386::relocate_relocs): Likewise.
1645         * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
1646         * sparc.cc (Target_sparc::relocate_relocs): Likewise.
1647         * target-reloc.h (relocate_relocs): Likewise.
1648         * testsuite/testfile.cc (Target_test): Likewise.
1649         * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
1650         * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
1651
1652         * system.h: Move inclusion of <clocale> to after <libintl.h> in
1653         [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
1654
1655         * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
1656         parameter, which is unused in the [!F_SETFD] case.
1657
1658         * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
1659         SYMNDX to off_t before comparing it to this->data_size().
1660         * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
1661         * incremental.cc (Output_section_incremental_inputs::do_write):
1662         Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
1663
1664         * nacl.cc: Include "libiberty.h" for vasprintf declaration.
1665
1666 2012-10-30  Steve McIntyre  <steve.mcintyre@linaro.org>
1667
1668         * gold.cc (Target_arm::do_adjust_elf_header): Add the
1669         hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
1670         in EABI_VER5.
1671
1672 2012-10-29  Cary Coutant  <ccoutant@google.com>
1673
1674         * dwp.cc (usage): Add file and exit status parameters;
1675         add --help and --version options.
1676         (print_version): New function.
1677         (main): Add --help and --version options.
1678
1679 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
1680
1681         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
1682         final_layout_sequence.txt.
1683         * testsuite/Makefile.in: Regenerated.
1684
1685 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
1686
1687         * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
1688         COMPILE generated by automake.
1689         (LINK1): Likewise.
1690         (CXXCOMPILE1): Likewise.
1691         (CXXLINK1): Likewise.
1692         (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
1693         (LINK): Likewise.
1694         (CXXCOMPILE): Likewise.
1695         (CXXLINK): Likewise.
1696         * testsuite/Makefile.in: Regenerated.
1697
1698 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
1699
1700         * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
1701         on bad fwrite return.
1702
1703 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
1704
1705         * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
1706         on val.
1707
1708 2012-10-23  Cary Coutant  <ccoutant@google.com>
1709
1710         * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
1711         * testsuite/Makefile.in: Regenerate.
1712         * testsuite/dwp_test.h: New source file.
1713         * testsuite/dwp_test_1.cc: New source file.
1714         * testsuite/dwp_test_1.s: New source file.
1715         * testsuite/dwp_test_1.sh: New source file.
1716         * testsuite/dwp_test_1b.cc: New source file.
1717         * testsuite/dwp_test_1b.s: New source file.
1718         * testsuite/dwp_test_2.cc: New source file.
1719         * testsuite/dwp_test_2.s: New source file.
1720         * testsuite/dwp_test_2.sh: New source file.
1721         * testsuite/dwp_test_main.cc: New source file.
1722         * testsuite/dwp_test_main.s: New source file.
1723
1724 2012-10-23  Cary Coutant  <ccoutant@google.com>
1725
1726         * dwp.h: New header file.
1727         * dwp.cc: New source file.
1728         * gold.h: Move shared declarations to system.h.
1729         * system.h: New header file.
1730         * Makefile.am: Add dwp.
1731         * Makefile.in: Regenerate.
1732
1733 2012-10-23  Cary Coutant  <ccoutant@google.com>
1734
1735         * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
1736         Dwarf_info_reader::read_from_pointer.
1737         (Dwarf_pubnames_table::read_header): Likewise.
1738         (Dwarf_pubnames_table::next_name): Likewise.
1739         (Dwarf_die::read_attributes): Likewise.
1740         (Dwarf_die::skip_attributes): Likewise.
1741         (Dwarf_info_reader::read_from_pointer): New function template.
1742         * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
1743         (Dwarf_pubnames_table): Likewise.
1744         (Dwarf_info_reader::read_from_pointer): New function template.
1745         * gdb-index.cc (Gdb_index_info_reader): Adjust call to
1746         Dwarf_pubnames_table ctor.
1747
1748 2012-10-23  Cary Coutant  <ccoutant@google.com>
1749
1750         * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
1751         abbrev_shndx.
1752         * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
1753         abbrev_shndx_.
1754         (Dwarf_info_reader::set_abbrev_shndx): New method.
1755         (Dwarf_info_reader::abbrev_shndx_): New data member.
1756
1757 2012-10-23  Cary Coutant  <ccoutant@google.com>
1758
1759         * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
1760         from object, not parameters.
1761         (Dwarf_info_reader::parse): Likewise.
1762         * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
1763         (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
1764         (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
1765         methods.
1766
1767 2012-10-23  Cary Coutant  <ccoutant@google.com>
1768
1769         * fileread.cc (Input_file::Input_file): New constructor.
1770         * fileread.h (class Input_file): Add new constructor.
1771
1772 2012-10-18  Alan Modra  <amodra@gmail.com>
1773
1774         PR gold/14727
1775         * object.cc (Relobj::is_section_name_included): Also match
1776         .sdata personality section.
1777
1778 2012-10-18  Alan Modra  <amodra@gmail.com>
1779
1780         * target-reloc.h (class Default_comdat_behavior): New, package up..
1781         (get_comdat_behaviour): ..this.
1782         (relocate_section): Add Relocate_comdat_behavior template arg,
1783         adjust code to suit.
1784         * arm.cc (Target_arm::relocate_section): Adjust to suit.
1785         (Target_arm::scan_reloc_section): Likewise.
1786         * i386.cc (Target_i386::relocate_section): Likewise.
1787         * sparc.cc (Target_sparc::relocate_section): Likewise.
1788         * tilegx.cc (Target_tilegx::relocate_section): Likewise.
1789         * x86_64.cc (Target_x86_64::relocate_section): Likewise.
1790         * powerpc.cc (class Relocate_comdat_behavior): New.
1791         (Target_powerpc::relocate_section): Don't zap opd relocs.  Supply
1792         gold::relocate_section with new template arg.
1793
1794 2012-10-18  Alan Modra  <amodra@gmail.com>
1795
1796         * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
1797         dynamic relocs for GOT_TPREL got entries, without symbol if
1798         resolving locally.
1799         (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
1800         (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
1801         (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
1802
1803 2012-10-17  Alan Modra  <amodra@gmail.com>
1804
1805         PR gold/14726
1806         * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
1807
1808 2012-10-16  Sriraman Tallam  <tmsriram@google.com>
1809
1810         * layout.cc (Layout::include_section): Keep sections marked
1811         SHF_EXCLUDE when doing relocatable links.
1812
1813 2012-10-16  Alan Modra  <amodra@gmail.com>
1814
1815         * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
1816         (Target_powerpc::do_finalize_sections): Call it.
1817         (Output_data_save_res): New class and supporting functions.
1818         (Target_powerpc::symval_for_branch): Only look up .opd entry for
1819         normal symbols defined in object files.
1820
1821 2012-10-12  Alan Modra  <amodra@gmail.com>
1822
1823         * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
1824         (struct Opd_ent): Make "discard" a bit field.  Add "gc_mark".
1825         (Target_powerpc::do_gc_mark_symbol): Delay marking function code
1826         section if scan_opd_relocs not yet called.
1827         (Target_powerpc::gc_process_relocs): Call process_gc_mark.
1828
1829 2012-10-12  Alan Modra  <amodra@gmail.com>
1830
1831         * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1832         add_local_ifunc_entry): Revert last change.
1833         (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
1834
1835 2012-10-05  Alan Modra  <amodra@gmail.com>
1836
1837         * powerpc.cc (Target_powerpc::do_plt_address_for_local,
1838         do_plt_address_for_global): New functions.
1839         (Output_data_got_powerpc::do_write): Don't segfault when linking
1840         statically.
1841         (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1842         add_local_ifunc_entry): Return true on adding entry..
1843         (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
1844         glink->add_entry call.  Remove unused symtab param.  Adjust calls.
1845         (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
1846         (Target_powerpc::make_iplt_section): Remove symtab param.  Don't
1847         set up symbols here.
1848         (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
1849         syms here.  Do so even when no .iplt.  Don't segfault when linking
1850         statically.
1851         (Output_data_glink::add_entry, find_entry): Rearrange params.  Add
1852         new variants without reloc param.
1853         (Glink_sym_ent::Glink_sym_ent): Likewise.
1854         (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
1855         reloc when refs will resolve to plt call stub.
1856         (Target_powerpc::Scan::local): Correct ifunc handling.  Allow
1857         R_PPC_PLTREL24 to resolve locally.
1858         (Target_powerpc::Scan::global): Correct ifunc handling.
1859         (Target_powerpc::Relocate::relocate): Correct local sym glink
1860         lookup.  Don't destroy "value" when we have a plt call stub,
1861         and when checking plt call validity.
1862         (Target_powerpc::do_dynsym_value): Simplify.
1863
1864 2012-10-05  Alan Modra  <amodra@gmail.com>
1865
1866         * i386.cc (Output_data_plt_i386::address_for_global,
1867         address_for_local): Add plt offset to returned value.  Adjust uses.
1868         * sparc.cc (Output_data_plt_sparc::address_for_global,
1869         address_for_local): Likewise.
1870         * tilegx.cc (Output_data_plt_tilegx::address_for_global,
1871         address_for_local): Likewise.
1872         * x86_64.cc (Output_data_plt_x86_64::address_for_global,
1873         address_for_local): Likewise.
1874         * target.h (Target::plt_address_for_global, plt_address_for_local):
1875         Update comment.
1876         * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
1877         (Output_data_got::Got_entry::write): Nor here.
1878         * output.h: Comment fix.
1879
1880 2012-10-02  Jiong Wang  <jiwang@tilera.com>
1881
1882         * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
1883         global_offset_table_ value for larget got.
1884         (Target_tilegx::Relocate::relocate): Handle adjusted got value.
1885
1886 2012-09-29  Alan Modra  <amodra@gmail.com>
1887
1888         * powerpc.cc (Target_powerpc::iplt_): New output section.
1889         (Target_powerpc::iplt_section, make_iplt_section,
1890         reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
1891         (Target_powerpc::make_plt_entry): Handle ifunc syms.
1892         Target_powerpc::plt_entry_count): Count iplt entries too.
1893         (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
1894         reloc section in constructor.  New params.
1895         (Target_powerpc::make_plt_section): Create reloc section here instead.
1896         (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
1897         functions.
1898         (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
1899         (Output_data_glink::add_entry, find_entry): New functions to
1900         deal with local syms.
1901         (Glink_sym_ent): Add support for local syms.
1902         (Output_data_glink::do_write): Handle ifunc plt entries.
1903         (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
1904         (Target_powerpc::Scan::local, global): Handle ifunc syms.
1905         (Target_powerpc::Relocate::relocate): Likewise.
1906         (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
1907
1908 2012-09-25  Alan Modra  <amodra@gmail.com>
1909
1910         * object.h (Sized_relobj_file::adjust_local_symbol,
1911         do_adjust_local_symbol): New functions.
1912         * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
1913         * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
1914         (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
1915         and irregular opd entry spacing.
1916         (Powerpc_relobj::do_read_relocs): Add opd size checks.
1917         (Global_symbol_visitor_opd): New functor.
1918         (Target_powerpc::do_finalize_sections): Omit global symbols defined
1919         on deleted opd entries.
1920
1921 2012-09-15  Jiong Wang  <jiwang@tilera.com>
1922
1923         * tilegx.cc: New file.
1924         * Makefile.am (TARGETSOURCES): Add tilegx.cc
1925         (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
1926         * configure.tgt: Add entries for tilegx*.
1927         * configure.ac: Likewise.
1928         * Makefile.in: Rebuild.
1929         * configure: Likewise.
1930         * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
1931         tilegx.
1932
1933 2012-09-13  Alan Modra  <amodra@gmail.com>
1934
1935         * target-reloc.h (scan_relocs): Call scan.local for relocs
1936         against symbols in discarded sections.  Pass is_discarded
1937         param.
1938         * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
1939         Add is_discarded param.
1940         * powerpc (Target_powerpc::Scan::local): Likewise.  Use
1941         is_discarded to flag opd entry as discarded.  Don't emit dyn
1942         relocs on such entries.
1943         (Target_powerpc::Scan::global): Similarly detect and handle
1944         such opd entries.
1945         (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
1946         opd_ent_.  Update all uses.
1947         (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
1948         (Target_powerpc::relocate_section): Zero out discarded opd
1949         entry relocs.
1950
1951 2012-09-12  Ian Lance Taylor  <iant@google.com>
1952
1953         PR gold/14570
1954         * output.cc: Rename Output_data_got template parameter from size
1955         to got_size for all functions.  Compile all variants of
1956         Output_data_got.
1957         (Output_data_got::Got_entry::write): Correct use of size for
1958         symbol value.  Use local_is_tls rather than casting to
1959         Sized_relobj_file.
1960         * object.h (class Object): Add local_is_tls and do_local_is_tls.
1961         (class Sized_relobj_file): Add do_local_is_tls.
1962         * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
1963
1964 2012-09-11  Alan Modra  <amodra@gmail.com>
1965
1966         PR gold/14566
1967         * layout.cc (Layout::set_segment_offsets): When using
1968         common-page-size alignment, ensure we are on a new max-page-size
1969         page.
1970         * output.cc (Output_segment::set_section_addresses): Use
1971         abi_pagesize, not common_pagesize for relro boundary.
1972         (Output_segment::set_offset): Likewise.
1973
1974 2012-09-11  Alan Modra  <amodra@gmail.com>
1975
1976         * output.h (Output_data_got::add_global_tls, add_local_tls,
1977         add_local_tls_pair): New functions.
1978         (Output_data_got::add_local_pair_with_rel): Remove second
1979         reloc param.  Expand comment.
1980         (Output_data_got::Got_entry): Rename use_plt_offset_ to
1981         use_plt_or_tls_offset_, similarly for constructor param.
1982         (Output_data_got::Got_entry::write): Add got_index param.
1983         * output.cc (Output_data_got::add_global_tls, add_local_tls,
1984         add_local_tls_pair): New functions.
1985         (Output_data_got::Got_entry::write): Handle tls symbols
1986         with use_plt_or_tls_offset_ set specially.
1987         (Output_data_got::add_local_pair_with_rel): Only one reloc.
1988         (Output_data_got::do_write): Replace iterator with index, pass
1989         index to entry write function.
1990         * target.h (Target::tls_offset_for_local, tls_offset_for_global,
1991         do_tls_offset_for_local, do_tls_offset_for_global): New functions.
1992         * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
1993         call.
1994         * i386.cc (Target_i386::Scan::local): Likewise.
1995         * sparc.cc (Target_sparc::Scan::local): Likewise.
1996         * x86_64.cc (Target_x86_64::Scan::local): Likewise.
1997         * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
1998         do_tls_offset_for_global): New functions.
1999         (Target_powerpc::Scan::local): Correct TLS relocations and got
2000         entry values.
2001         (Target_powerpc::Scan::global): Don't emit unnecessary
2002         dynamic relocations on TLS GOT entries.
2003
2004 2012-09-10  Matthias Klose  <doko@ubuntu.com>
2005
2006         * config.in: Disable sanity check for kfreebsd.
2007
2008 2012-09-10  Sterling Augustine  <saugustine@google.com>
2009
2010         * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
2011         (Gdb_index::pubtypes_read): New parameter.
2012         (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
2013         to calls.
2014         * gdb-index.h (Gdb_index): New fields pubnames_object_ and
2015         pubtypes_object_.
2016
2017 2012-09-09  Alan Modra  <amodra@gmail.com>
2018
2019         * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
2020         (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
2021         * gc.h (gc_process_relocs): Call target gc_add_reference.
2022         * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
2023         * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
2024         (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
2025         unnecessary cast.
2026         * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
2027         to cater for when we don't need code offset.  Update use.
2028         (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
2029         (Powerpc_relobj::access_from_map, add_reference, opd_valid,
2030         set_opd_valid): New functions.
2031         (Target_powerpc::do_gc_add_reference): New function.
2032         (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
2033         stashed refs.
2034         (Target_powerpc::do_gc_mark_symbol): New function.
2035
2036 2012-09-06  Cary Coutant  <ccoutant@google.com>
2037
2038         * dwarf_reader.cc (Dwarf_die::read_attributes): Add
2039         DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
2040         (Dwarf_die::skip_attributes): Likewise.
2041         * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
2042         * testsuite/gdb_index_test.cc (inline_func_1): New function.
2043         (main): Call it.
2044         * testsuite/gdb_index_test_comm.sh: Check index for inline function.
2045
2046 2012-09-05  H.J. Lu  <hongjiu.lu@intel.com>
2047
2048         * testsuite/script_test_3.t: Add .got.plt output section
2049         statement.
2050         * testsuite/script_test_4.t: Likewise.
2051
2052 2012-09-05  Alan Modra  <amodra@gmail.com>
2053
2054         * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
2055         update all uses and lose "enum" when using type.
2056
2057 2012-09-05  Alan Modra  <amodra@gmail.com>
2058
2059         * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
2060         * configure: Regenerate.
2061         * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
2062         (plugin_final_layout.stdout): Likewise.
2063         (memory_test): Set page sizes to 0x1000.
2064         * testsuite/Makefile.in: Regenerate.
2065         * testsuite/discard_locals_test.sh: Add FIXME comment.
2066         * testsuite/justsyms_exec.c: Disable function test for powerpc64.
2067         * testsuite/pr14265.t: Add .got output section statement.
2068         * testsuite/script_test_2.t: Likewise.
2069         * testsuite/script_test_3.t: Likewise.
2070         * testsuite/script_test_4.t: Likewise.
2071         * testsuite/script_test_5.t: Likewise.
2072         * testsuite/script_test_6.t: Likewise.
2073         * testsuite/script_test_7.t: Likewise.
2074         * testsuite/script_test_9.t: Likewise.
2075
2076 2012-09-05  Alan Modra  <amodra@gmail.com>
2077
2078         * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
2079         (Powerpc_relocate_functions::Status): New typedef.
2080         (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2081         (Target_powerpc::Scan::local): Handle REL64.
2082         (Target_powerpc::Scan::global): Likewise, and dynamic relocs
2083         for REL32 and REL64.
2084         (Target_powerpc::symval_for_branch): New function, extracted from..
2085         (Target_powerpc::Relocate::relocate): ..here.  Correct plt call
2086         checks.  Report overflow errors.
2087
2088 2012-09-05  Alan Modra  <amodra@gmail.com>
2089
2090         * object.h (Sized_relobj_file::emit_relocs): Delete.
2091         (Sized_relobj_file::emit_relocs_reltype): Delete.
2092         * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
2093         relocate_relocs for --emit-relocs.
2094         (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
2095         * output.h: Update comment.
2096         (Output_segment::first_section): New function.
2097         (Output_segment::first_section_load_address): Use first_section.
2098         * output.cc (Output_segment::first_section): New function extracted..
2099         (Output_segment::first_section_load_address): ..from here.  Delete.
2100         * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
2101         * target.h (Sized_target::relocate_for_relocatable): Likewise.
2102         * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
2103         adjust call to target.h function.
2104         * i386.cc (Target_i386): Likewise.
2105         * sparc.cc (Target_sparc): Likewise.
2106         * x86_64.cc (Target_x86_64): Likewise.
2107         * powerpc.cc (Target_powerpc): Likewise.
2108         (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS.  Ensure
2109         first tls section has section symbol for optimised local dynamic
2110         output relocs.
2111         (Target_powerpc::Relocate::relocate): Correct local dynamic value.
2112         (Target_powerpc::relocate_relocs): Adjust relocs emitted for
2113         optimised tls code.
2114         * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
2115         Rename to relocate_relocs.  Update error message.
2116
2117 2012-09-04  Andreas Schwab  <schwab@linux-m68k.org>
2118
2119         * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
2120         --just-symbols.
2121
2122 2012-08-31  Alan Modra  <amodra@gmail.com>
2123
2124         * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
2125         (Powerpc_relobj::toc_base_offset): New stub function.
2126         (Target_powerpc): Add tp_offset, dtp_offset.  Rename
2127         got_mod_index_offset to tlsld_got_offset.  Update all refs.
2128         (Target_powerpc::Relocate::enum skip_tls): New.
2129         (Target_powerpc::call_tls_get_addr_): New var.
2130         (Target_powerpc::is_branch_reloc): Move to file scope.
2131         (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
2132         (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
2133         New functions.
2134         (Target_powerpc::enum Got_type): Delete old values, add new ones.
2135         (powerpc_info): Correct common_pagesize for ppc64.
2136         (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
2137         (Powerpc_relocate_functions): Add overflow check enums and functions.
2138         Add non-shift version of rela, rela_ua.  Delete all rel public
2139         functions.  Delete addr16_lo.  Add addr64, addr64_u, addr32,
2140         addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
2141         addr16_ha3, addr14 functions.
2142         (Output_data_got_powerpc::add_constant_pair): New function.
2143         (Output_data_got_powerpc::got_base_offset): Likewise.
2144         (Output_data_got_powerpc::do_write): Correct 64-bit got header.
2145         (instruction constants): Sort, add some more.
2146         (Output_data_glink::do_write): Add and use Address typedef.  Use
2147         object->toc_base_offset() stub for 64-bit.
2148         (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
2149         (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2150         (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
2151         for R_PPC64_TOC.  Handle more relocs.  Generate got entries for TLS.
2152         Always treat .opd relocs as against locally defined symbol.
2153         Correct condition for RELATIVE relocs.
2154         (Target_powerpc::do_finalize_sections): Test for NULL sections.
2155         (Target_powerpc::Relocate::relocate): Use plt call stub as value
2156         for 32-bit syms with a plt entry.  Correct ppc64 toc base
2157         calculations.  Handle TLS relocs, and more.  Add overflow
2158         checking and adjust for Powerpc_relocate_functions changes.
2159         (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
2160         Reinstate --emit-relocs code with FIXME.
2161
2162 2012-08-30  Alan Modra  <amodra@gmail.com>
2163
2164         * layout.cc (Layout::set_segment_offsets): Set p_align to
2165         abi_pagesize, not common_pagesize.
2166         (Layout::relaxation_loop_body): Similarly use abi_pagesize
2167         to determine whether file header can go in segment.
2168
2169 2012-08-30  Alan Modra  <amodra@gmail.com>
2170
2171         * output.h (Output_reloc::Output_reloc <output section>): Add
2172         is_relative param.  Adjust calls.
2173         (Output_reloc::add_output_section_relative): New functions.
2174         * output.cc (Output_reloc::Output_reloc <output section>): Handle
2175         is_relative.
2176         (Output_reloc::symbol_value): Handle SECTION_CODE.
2177
2178 2012-08-24  Sriraman Tallam  <tmsriram@google.com>
2179
2180         * gold.cc (queue_middle_tasks): Call layout again when unique
2181         segments for sections is desired.
2182         * layout.cc (Layout::Layout): Initialize new members.
2183         (Layout::get_output_section_flags): New function.
2184         (Layout::choose_output_section): Call get_output_section_flags.
2185         (Layout::layout): Make output section for mapping to a unique segment.
2186         (Layout::insert_section_segment_map): New function.
2187         (Layout::attach_allocated_section_to_segment): Make unique segment for
2188         output sections marked so.
2189         (Layout::segment_precedes): Check for unique segments when sorting.
2190         * layout.h (Layout::Unique_segment_info): New struct.
2191         (Layout::Section_segment_map): New typedef.
2192         (Layout::insert_section_segment_map): New function.
2193         (Layout::get_output_section_flags): New function.
2194         (Layout::is_unique_segment_for_sections_specified): New function.
2195         (Layout::set_unique_segment_for_sections_specified): New function.
2196         (Layout::unique_segment_for_sections_specified_): New member.
2197         (Layout::section_segment_map_): New member.
2198         * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
2199         Rename is_gc_pass_one to is_pass_one.
2200         Rename is_gc_pass_two to is_pass_two.
2201         Rename is_gc_or_icf to is_two_pass.
2202         Check for which pass based on whether symbols data is present.
2203         Make it two pass when unique segments for sections is desired.
2204         * output.cc (Output_section::Output_section): Initialize new
2205         members.
2206         * output.h (Output_section::is_unique_segment): New function.
2207         (Output_section::set_is_unique_segment): New function.
2208         (Output_section::is_unique_segment_): New member.
2209         (Output_section::extra_segment_flags): New function.
2210         (Output_section::set_extra_segment_flags): New function.
2211         (Output_section::extra_segment_flags_): New member.
2212         (Output_section::segment_alignment): New function.
2213         (Output_section::set_segment_alignment): New function.
2214         (Output_section::segment_alignment_): New member.
2215         (Output_segment::Output_segment): Initialize is_unique_segment_.
2216         (Output_segment::is_unique_segment): New function.
2217         (Output_segment::set_is_unique_segment): New function.
2218         (Output_segment::is_unique_segment_): New member.
2219         * plugin.cc (allow_unique_segment_for_sections): New function.
2220         (unique_segment_for_sections): New function.
2221         (Plugin::load): Add new functions to transfer vector.
2222         * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
2223         * Makefile.in: Regenerate.
2224         * testsuite/plugin_final_layout.sh: Check if unique segment
2225         functionality works.
2226         * testsuite/plugin_section_order.c (onload): Check if new interfaces
2227         are available.
2228         (allow_unique_segment_for_sections): New global.
2229         (unique_segment_for_sections): New global.
2230         (claim_file_hook): Call allow_unique_segment_for_sections.
2231         (all_symbols_read_hook): Call unique_segment_for_sections.
2232
2233 2012-08-22  Cary Coutant  <ccoutant@google.com>
2234
2235         * layout.cc (Layout::include_section): Don't assert on GROUP
2236         sections with --emit-relocs.
2237
2238 2012-08-21  Cary Coutant  <ccoutant@google.com>
2239
2240         * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
2241         if --export-dynamic-symbol names an undef symbol.
2242
2243 2012-08-18  Alan Modra  <amodra@gmail.com>
2244
2245         * powerpc.cc: Formatting and white space.
2246         (Powerpc_relobj): Rename got2_section_ to special_.
2247         Add opd_ent_shndx_ and opd_ent_off_ vectors.
2248         (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
2249         scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
2250         (Target_powerpc): Add Address typedef and invalid_address.  Use
2251         throughout.
2252         (Target_powerpc::is_branch_reloc): New function.
2253         (Powerpc_relocate_functions): Add Address typedef, use throughout.
2254         (Powerpc_relocate_functions:rela, rela_ua): Correct type used
2255         for dst_mask, value and addend.
2256         (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
2257         (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
2258         (Output_data_glink::do_write): Correct toc base.  Don't try to use
2259         uint16_t for 24-bit offset.  Use get_output_section_offset and
2260         check return.
2261         (Target_powerpc::Scan::local): Handle more relocs.
2262         (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
2263         (Target_powerpc::Relocate::relocate): Correct toc base calculation.
2264         Plug in toc restoring insn after plt calls.  Translate branches
2265         to function descriptor symbols to corresponding entry point.
2266         (Target_powerpc::relocate_for_relocatable): Check return from
2267         get_output_section_offset.
2268         * symtab.h: Comment typo.
2269
2270 2012-08-14  Ian Lance Taylor  <iant@google.com>
2271
2272         * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
2273         unsupported_relocal_local to call unsupported_reloc_global.
2274
2275 2012-08-14  Nick Clifton  <nickc@redhat.com>
2276
2277         PR ld/14265
2278         * script-sections.cc (Sections_element::output_section_name): Add
2279         keep return parameter.
2280         (Output_section_element::match_name): Add keep return parameter.
2281         Return the value of the keep_ member.
2282         * script-sections.h (class Output_section): Update
2283         output_section_name prototype.
2284         * layout.cc (Layout::keep_input_section): New public member
2285         function.
2286         (Layout::choose_output_section): Pass keep parameter to
2287         output_section_name.
2288         * layout.h (class Layout): Add keep_input_section.
2289         * object.cc (Sized_relobj_file::do_layout): Check for kept input
2290         sections.
2291         * testsuite/Makefile.am: Add a test.
2292         * testsuite/Makefile.in: Regenerate.
2293         * testsuite/pr14265.c: Source file for the test.
2294         * testsuite/pr14265.t: Linker script for the test.
2295         * testsuite/pr14265.sh: Shell script for the test.
2296
2297 2012-08-14  Alan Modra  <amodra@gmail.com>
2298
2299         * target.h (Target::output_section_name): New function.
2300         (Target::do_output_section_name): New function.
2301         * layout.cc (Layout::choose_output_section): Call the above.
2302         * powerpc.cc (Target_powerpc::do_output_section_name): New function.
2303
2304 2012-08-14  Alan Modra  <amodra@gmail.com>
2305
2306         * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
2307         (Output_data_got_powerpc::do_write): Don't rely on base class lookup
2308         for replace_constant call.
2309         (Output_data_plt_powerpc::do_print_to_mapfile): New function.
2310         (Output_data_glink::do_print_to_mapfile): New function.
2311         (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
2312         (Target_powerpc::Relocate::relocate): Likewise.
2313
2314 2012-08-14  Alan Modra  <amodra@gmail.com>
2315
2316         * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
2317         (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
2318         (Output_data_glink::add_entry,find_entry): Remove shndx param.
2319         (class Glink_sym_ent): Rename from struct Glink_sym_ent.  Remove
2320         all references to shndx_.  Handle special case for R_PPC_PLTREL24
2321         here.
2322         (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
2323         (Output_data_glink::do_write): Retrieve got2_shdnx from object.
2324         (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
2325         here.
2326         (Target_powerpc::Scan::global): Nor on make_plt_entry call.
2327         (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
2328
2329 2012-08-12  Alan Modra  <amodra@gmail.com>
2330
2331         * powerpc.cc: Whitespace fixes.  Wrap overly long lines.
2332         (glink insn constants): Use uint32_t.
2333         (Output_data_glink::add_entry): Use insert, not [] operator.
2334
2335 2012-08-11  Alan Modra  <amodra@gmail.com>
2336
2337         * object.h (Sized_relobj_file::find_shdr): New function.
2338         (Sized_relobj_file::find_special_sections): New function.
2339         * object.cc (Sized_relobj_file::find_shdr): New function.
2340         (Sized_relobj_file::find_eh_frame): Use find_shdr.
2341         (Sized_relobj_file::find_special_sections): New function, split out..
2342         (Sized_relobj_file::do_read_symbols): ..from here.
2343         * output.h (Output_data_got::replace_constant): New function.
2344         (Output_data_got::num_entries): New function.
2345         (Output_data_got::last_got_offset,set_got_size): Use num_entries.
2346         (Output_data_got::got_offset): Protected rather than private.
2347         (Output_data_got::replace_got_entry): New function.
2348         * output.cc (Output_data_got::replace_got_entry): New function.
2349         * powerpc.cc (class Powerpc_relobj): New.
2350         (class Powerpc_relocate_functions): Delete all psymval variants or
2351         convert to value,addend type.  Delete pcrela, pcrela_unaligned.
2352         Implement _ha functions using corresponding _hi function.
2353         (Powerpc_relobj::find_special_sections): New function.
2354         (Target_powerpc::do_make_elf_object): New function.
2355         (class Output_data_got_powerpc): New.
2356         (class Output_data_glink): New.
2357         (class Powerpc_scan_relocatable_reloc): New.
2358         Many more changes througout file.
2359
2360 2012-08-09  Nick Clifton  <nickc@redhat.com>
2361
2362         * po/vi.po: Updated Vietnamese translation.
2363
2364 2012-08-07  Ian Lance Taylor  <iant@google.com>
2365
2366         * layout.cc (Layout::add_target_dynamic_tags): If
2367         dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
2368         plt_rel.
2369
2370 2012-07-30  Nick Clifton  <nickc@redhat.com>
2371
2372         * po/gold.pot: Updated template.
2373         * po/es.po: Updated Spanish translation.
2374
2375 2012-07-18  Cary Coutant  <ccoutant@google.com>
2376
2377         PR gold/14344
2378         * configure.ac: Add check for -gpubnames support.
2379         * configure: Regenerate.
2380         * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
2381         support; force -gno-pubnames.
2382         (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
2383         support.
2384         (gdb_index_test_4): New test.
2385         * testsuite/Makefile.in: Regenerate.
2386         * testsuite/gdb_index_test_1.sh: Refactor code into common file.
2387         * testsuite/gdb_index_test_2.sh: Likewise.
2388         * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
2389         * testsuite/gdb_index_test_4.sh: New script.
2390         * testsuite/gdb_index_test_comm.sh: New script with common code;
2391         don't look for space after colon.
2392
2393 2012-07-16  Sriraman Tallam  <tmsriram@google.com>
2394
2395         * gold.cc (queue_middle_tasks): Update function order only after
2396         deferred objects due to plugins are processed.
2397
2398 2012-07-11  Ian Lance Taylor  <iant@google.com>
2399
2400         * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
2401         (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
2402         (Target_arm::scan_reloc_for_stub): Likewise.
2403         * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
2404         * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
2405         * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
2406         * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
2407         * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
2408
2409 2012-07-10  Dodji Seketeli  <dodji@redhat.com>
2410             Ian Lance Taylor  <iant@google.com>
2411
2412         PR gold/14309
2413         * configure.ac: Test whether std::tr1::hash<off_t> works.
2414         * gold.h: Add a specialization for std::tr1::hash<off_t> if
2415         needed.
2416         * output.h (class Output_fill): Add virtual destructor.
2417         * configure, config.in: Rebuild.
2418
2419 2012-06-22  Roland McGrath  <mcgrathr@google.com>
2420
2421         * layout.cc (finalize): Define __ehdr_start symbol if applicable.
2422
2423 2012-06-12  Rafael Ávila de Espíndola <respindola@mozilla.com>
2424
2425         * plugin.cc (Plugin::load): Handle position independent executables.
2426
2427 2012-06-06  Cary Coutant  <ccoutant@google.com>
2428
2429         * layout.cc (gdb_sections): Remove ".debug_" prefixes,
2430         add .debug_macro.
2431         (lines_only_debug_sections): Likewise.
2432         (gdb_fast_lookup_sections): New static array.
2433         (is_gdb_debug_section): Rename formal parameter.
2434         (is_lines_only_debug_section): Likewise.
2435         (is_gdb_fast_lookup_section): New function.
2436         (Layout::include_section): Check for ".zdebug_" prefix; pass
2437         section name suffix to is_gdb_debug_section, et al.; check for
2438         fast-lookup sections when building .gdb_index.
2439         * options.h (--strip-debug-gdb): Update GDB version number.
2440
2441 2012-06-06  Cary Coutant  <ccoutant@google.com>
2442
2443         * configure.ac: Add check for fallocate.
2444         * configure: Regenerate.
2445         * config.in: Regenerate.
2446
2447         * options.h (class General_options): Add --mmap-output-file and
2448         --posix-fallocate options.
2449         * output.cc: (posix_fallocate): Remove; replace with...
2450         (gold_fallocate): New function.
2451         (Output_file::map_no_anonymous): Call gold_fallocate.
2452         (Output_file::map): Check --mmap-output-file option.
2453
2454 2012-06-05  Jing Yu  <jingyu@google.com>
2455
2456         * gold.h (textdomain): Add do {} to empty while(0).
2457         (bindtextdomain): Likewise.
2458
2459 2012-06-04  Cary Coutant  <ccoutant@google.com>
2460
2461         * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
2462         has_dynsym_index.
2463
2464 2012-05-25  Sriraman Tallam  <tmsriram@google.com>
2465
2466         * symtab.cc (Symbol_table::define_special_symbol):
2467         Initialize *poldsym to prevent uninitialized variable errors.
2468
2469 2012-05-23  Cary Coutant  <ccoutant@google.com>
2470
2471         * layout.cc (Layout::section_name_mapping): Add rules to handle
2472         exact match on .data.rel.ro.local or .data.rel.ro.
2473         (Layout::output_section_name): Check for exact matches.
2474
2475 2012-05-23  Cary Coutant  <ccoutant@google.com>
2476
2477         * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
2478         more carefully.
2479
2480 2012-05-22  Cary Coutant  <ccoutant@google.com>
2481
2482         * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
2483         object before exporting symbol.
2484
2485 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2486
2487         * testsuite/tls_test.cc: Include "config.h" first.
2488         * testsuite/tls_test_c.c: Likewise.
2489
2490 2012-05-17  Daniel Richard G.  <skunk@iskunk.org>
2491             Nick Clifton  <nickc@redhat.com>
2492
2493         PR 14072
2494         * configure.in: Add check that sysdep.h has been included before
2495         any system header files.
2496         * configure: Regenerate.
2497         * config.in: Regenerate.
2498
2499 2012-05-14  Cary Coutant  <ccoutant@google.com>
2500
2501         * layout.cc (Layout::make_output_section): Mark .tdata section
2502         as RELRO.
2503         * testsuite/relro_test.cc: Add a TLS variable.
2504
2505 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2506
2507         PR gold/14091
2508         * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
2509         R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
2510         R_X86_64_64.
2511
2512 2012-05-08  Cary Coutant  <ccoutant@google.com>
2513
2514         * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
2515         (lines_only_debug_sections): Likewise.
2516
2517 2012-05-02  Roland McGrath  <mcgrathr@google.com>
2518
2519         * nacl.cc: New file.
2520         * nacl.h: New file.
2521         * Makefile.am (CCFILES, HFILES): Add them.
2522         * Makefile.in: Regenerate.
2523         * i386.cc (Output_data_plt_i386_nacl): New class.
2524         (Output_data_plt_i386_nacl_exec): New class.
2525         (Output_data_plt_i386_nacl_dyn): New class.
2526         (Target_i386_nacl): New class.
2527         (Target_selector_i386_nacl): New class.
2528         (target_selector_i386): Use it instead of Target_selector_i386.
2529         * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
2530         (Target_x86_64_nacl): New class.
2531         (Target_selector_x86_64_nacl): New class.
2532         (target_selector_x86_64, target_selector_x32): Use it instead of
2533         Target_selector_x86_64.
2534         * arm.cc (Output_data_plt_arm_nacl): New class.
2535         (Target_arm_nacl): New class.
2536         (Target_selector_arm_nacl): New class.
2537         (target_selector_arm, target_selector_armbe): Use it instead of
2538         Target_selector_arm.
2539
2540         * target-select.cc (select_target): Take new Input_file* and off_t
2541         arguments, pass them on to recognize method of selector.
2542         * object.cc (make_elf_sized_object): Update caller.
2543         * parameters.cc (parameters_force_valid_target): Likewise.
2544         * incremental.cc (make_sized_incremental_binary): Likewise.
2545         * target-select.h: Update decl.
2546         (Target_selector::recognize): Take new Input_file* argument,
2547         pass it on to do_recognize.
2548         (Target_selector::do_recognize): Take new Input_file* argument.
2549         * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
2550         * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
2551         * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
2552         * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
2553
2554         * target.h (Target::Target_info): New members isolate_execinstr
2555         and rosegment_gap.
2556         (Target::isolate_execinstr, Target::rosegment_gap): New methods.
2557         * arm.cc (Target_arm::arm_info): Update initializer.
2558         * i386.cc (Target_i386::i386_info): Likewise.
2559         * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
2560         * sparc.cc (Target_sparc::sparc_info): Likewise.
2561         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
2562         * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
2563         * layout.cc (Layout::attach_allocated_section_to_segment):
2564         Take new const Target* argument.  If target->isolate_execinstr(), act
2565         like --rosegment.
2566         (Layout::find_first_load_seg): Take new const Target* argument;
2567         if target->isolate_execinstr(), reject PF_X segments.
2568         (Layout::relaxation_loop_body): Update caller.
2569         (Layout::set_segment_offsets): If target->isolate_execinstr(),
2570         reset file offset to zero when we hit LOAD_SEG, and then do a second
2571         loop over the segments before LOAD_SEG to reassign offsets after
2572         addresses have been determined.  Handle target->rosegment_gap().
2573         (Layout::attach_section_to_segment): Take new const Target* argument;
2574         pass it to attach_allocated_section_to_segment.
2575         (Layout::make_output_section): Update caller.
2576         (Layout::attach_sections_to_segments): Take new const Target* argument;
2577         pass it to attach_section_to_segment.
2578         * gold.cc (queue_middle_tasks): Update caller.
2579         * layout.h (Layout): Update method decls with new arguments.
2580
2581         * arm.cc (Target_arm::Target_arm): Take optional argument for the
2582         Target_info pointer to use.
2583         (Target_arm::do_make_data_plt): New virtual method.
2584         (Target_arm::make_data_plt): New method that calls it.
2585         (Target_arm::make_plt_entry): Use it.
2586         (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
2587         for the section alignment.
2588         (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
2589         method.
2590         (Output_data_plt_arm::first_plt_entry_offset): Call it.
2591         (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
2592         method.
2593         (Output_data_plt_arm::get_plt_entry_size): Call it.
2594         (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
2595         (Output_data_plt_arm::fill_plt_entry): New method that calls it.
2596         (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
2597         method.
2598         (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
2599         (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
2600         method instead of sizeof(plt_entry).
2601         (Output_data_plt_arm::add_entry): Likewise.
2602         Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
2603         (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
2604         than static method.
2605         (Target_arm::plt_entry_size): Likewise.
2606         (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
2607         Move to ...
2608         (Output_data_plt_arm_standard): ... here, new class.
2609         (Output_data_plt_arm::do_write): Move guts of PLT filling to...
2610         (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
2611         (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
2612
2613         * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
2614         Take additional argument for the PLT entry size.
2615         (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
2616         Use get_plt_entry_size method rather than plt_entry_size variable.
2617         (Output_data_plt_x86_64::reserve_slot): Likewise.
2618         (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
2619         (Output_data_plt_x86_64::add_entry): Likewise.
2620         (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
2621         (Output_data_plt_x86_64::address_for_global): Likewise.
2622         (Output_data_plt_x86_64::address_for_local): Likewise.
2623         (Output_data_plt_x86_64::set_final_data_size): Likewise.
2624         (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
2625         Make method non-static.
2626         (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
2627         method.
2628         (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
2629         (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
2630         (Output_data_plt_x86_64::add_eh_frame): New method to call it.
2631         (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
2632         virtual method.
2633         (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
2634         (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
2635         virtual method.
2636         (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
2637         (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
2638         virtual method.
2639         (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
2640         (Output_data_plt_x86_64::plt_entry_size)
2641         (Output_data_plt_x86_64::first_plt_entry)
2642         (Output_data_plt_x86_64::plt_entry)
2643         (Output_data_plt_x86_64::tlsdesc_plt_entry)
2644         (Output_data_plt_x86_64::plt_eh_frame_fde_size)
2645         (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
2646         (Output_data_plt_x86_64_standard): ... here, new class.
2647         (Target_x86_64::Target_x86_64): Take optional argument for the
2648         Target_info pointer to use.
2649         (Target_x86_64::do_make_data_plt): New virtual method.
2650         (Target_x86_64::make_data_plt): New method to call it.
2651         (Target_x86_64::init_got_plt_for_update): Use that.
2652         Call this->plt_->add_eh_frame method here.
2653         (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
2654         (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
2655         rather than static method.
2656         (Target_x86_64::plt_entry_size): Likewise.
2657         (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
2658         rather than plt_entry_size variable.  Move guts of PLT filling to...
2659         (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
2660         (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
2661         (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
2662
2663         * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
2664         additional argument for the section alignment.
2665         Don't do add_eh_frame_for_plt here.
2666         (Output_data_plt_i386::first_plt_entry_offset): Make the method
2667         non-static.  Use get_plt_entry_size method rather than plt_entry_size
2668         variable.
2669         (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
2670         method.
2671         (Output_data_plt_i386::get_plt_entry_size): Call it.
2672         (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
2673         (Output_data_plt_i386::add_eh_frame): New method to call it.
2674         (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
2675         method.
2676         (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
2677         (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
2678         method.
2679         (Output_data_plt_i386::fill_plt_entry): New method to call it.
2680         (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
2681         method instead of plt_entry_size.
2682         (Output_data_plt_i386::plt_entry_size)
2683         (Output_data_plt_i386::plt_eh_frame_fde_size)
2684         (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
2685         (Output_data_plt_i386_standard): ... here, new class.
2686         (Output_data_plt_i386_exec): New class.
2687         (Output_data_plt_i386::exec_first_plt_entry): Move to ...
2688         (Output_data_plt_i386_exec::first_plt_entry): ... here.
2689         (Output_data_plt_i386::exec_plt_entry): Move to ...
2690         (Output_data_plt_i386_exec::plt_entry): ... here.
2691         (Output_data_plt_i386_dyn): New class.
2692         (Output_data_plt_i386::first_plt_entry): Move to ...
2693         (Output_data_plt_i386_dyn::first_plt_entry): ... here.
2694         (Output_data_plt_i386::dyn_plt_entry): Move to ...
2695         (Output_data_plt_i386_dyn::plt_entry): ... here.
2696         (Target_i386::Target_i386): Take optional argument for the Target_info
2697         pointer to use.
2698         (Target_i386::do_make_data_plt): New virtual method.
2699         (Target_i386::make_data_plt): New method to call it.
2700         (Target_i386::make_plt_section): Use that.
2701         Call this->plt_->add_eh_frame method here.
2702         (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
2703         rather than plt_entry_size variable.
2704         (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
2705         (Output_data_plt_i386::address_for_local): Likewise.
2706         (Output_data_plt_i386::do_write): Likewise.
2707         Move guts of PLT filling to...
2708         (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
2709         (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
2710         (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
2711         (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
2712
2713 2012-05-01  Cary Coutant  <ccoutant@google.com>
2714
2715         * dwarf_reader.cc (Dwarf_die::read_attributes)
2716         (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
2717         (Dwarf_die::uint_attribute): Remove DW_FORM_null.
2718         * reduced_debug_output.cc
2719         (Output_reduced_debug_info_section::get_die_end): Remove
2720         DW_FORM_GNU_ref_index.  Add default case.
2721
2722 2012-04-26  Mark Wielaard  <mjw@redhat.com>
2723
2724         * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
2725         * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
2726         * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
2727         DW_AT_high_pc as offset from DW_AT_low_pc.
2728
2729         * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
2730         * testsuite/Makefile.in: Regenerate.
2731         * testsuite/gdb_index_test_3.c: New test source file.
2732         * testsuite/gdb_index_test_3.sh: New test source file.
2733
2734 2012-04-25  Ian Lance Taylor  <iant@google.com>
2735
2736         * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
2737         pointer.
2738         (Stub_addend_reader::operator()): Declare Arm_relocate_functions
2739         as a class, not a struct.
2740         (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
2741         (Target_arm::apply_cortex_a8_workaround): Likewise.
2742         * gc.h: Declare Reloc_types as a struct, not a class.
2743         * object.h: Declare Symbols_data as a struct.
2744         * reloc.h: Declare Read_relocs_data as a struct.
2745         * target.h: Declare Relocate_info as a struct.
2746
2747 2012-04-24  David S. Miller  <davem@davemloft.net>
2748
2749         * sparc.cc (Target_sparc::Relocate::relax_call): New function.
2750         (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
2751         and R_SPARC_WPLT30.
2752
2753 2012-04-24  Cary Coutant  <ccoutant@google.com>
2754
2755         * incremental-dump.cc (find_input_containing_global): Replace
2756         magic number with symbolic constant.
2757         (dump_incremental_inputs): Update version number.
2758         * incremental.cc (Output_section_incremental_inputs): Update version
2759         number; import symbolic constants from Incremental_inputs_reader.
2760         (Incremental_inputs::create_data_sections): Align relocations
2761         section correctly for 64-bit targets.
2762         (Output_section_incremental_inputs::set_final_data_size): Use symbolic
2763         constants; add padding.
2764         (Output_section_incremental_inputs::write_header): Add assert for
2765         header_size.
2766         (Output_section_incremental_inputs::write_input_files): Add assert
2767         for input_entry_size.
2768         (Output_section_incremental_inputs::write_info_blocks): Add padding;
2769         add assert for object_info_size, input_section_entry_size,
2770         global_sym_entry_size.
2771         * incremental.h (Incremental_inputs_reader): Add symbolic constants
2772         for data structure sizes; use them.
2773         (Incremental_input_entry_reader): Import symbolic constants from
2774         Incremental_inputs_reader; use them.
2775
2776 2012-04-23  David S. Miller  <davem@davemloft.net>
2777
2778         * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
2779         and elf_flags_set_.
2780         (Target_sparc::Target_sparc): Initialize new fields.
2781         (Target_sparc::do_make_elf_object): New function.
2782         (Target_sparc::do_adjust_elf_header): New function.
2783
2784 2012-04-23  Cary Coutant  <ccoutant@google.com>
2785
2786         * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
2787         CU range table of gdb index.
2788
2789 2012-04-20  David S. Miller  <davem@davemloft.net>
2790
2791         * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
2792         instead of false.
2793
2794 2012-04-16  David S. Miller  <davem@davemloft.net>
2795
2796         * sparc.cc (Target_sparc::got_address): New function.
2797         (Sparc_relocate_functions::gdop_hix22): New function.
2798         (Sparc_relocate_functions::gdop_lox10): New function.
2799         (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
2800         relocs.
2801         (Target_sparc::Scan::local): Likewise if the global symbol is not
2802         preemptible and is not IFUNC.
2803         (Target_sparc::Relocate::relocate): Perform GOTDATA code
2804         transformations for local and non-preemptible non-IFUNC global
2805         symbols.
2806
2807         * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
2808         writing out 64-bit part of ranges.
2809
2810         * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
2811         -fpic and -fpie respectively.
2812         * Makefile.in: Regenerate.
2813
2814         * sparc.cc (class Target_sparc): Add rela_ifunc_.
2815         (Target_sparc::Target_sparc): Initialize new field.
2816         (Target_sparc::do_plt_section_for_global): New function.
2817         (Target_sparc::do_plt_section_for_local): New function.
2818         (Target_sparc::reloc_needs_plt_for_ifunc): New function.
2819         (Target_sparc::make_plt_section): New function, broken out of
2820         make_plt_entry.  Use ORDER_NON_RELRO_FIRST for ".plt".
2821         (Target_sparc::make_plt_entry): Call make_plt_section.
2822         (Target_sparc::make_local_ifunc_plt_entry): New function.
2823         (Target_sparc::rela_ifunc_section): New function.
2824         (Target_sparc::plt_section): Remove const.
2825         (Output_data_plt_sparc): Update declarations.  Define Global_ifunc
2826         and Local_ifunc types.  Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
2827         and ifunc_count_ fields.
2828         (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
2829         (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
2830         (Output_data_plt_sparc::add_local_ifunc_entry): New function.
2831         (Output_data_plt_sparc::rela_ifunc): New function.
2832         (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
2833         (Output_data_plt_sparc::has_ifunc_section): New function.
2834         (Output_data_plt_sparc::entry_count): Include ifunc_count_.
2835         (Output_data_plt_sparc::address_for_global): New function.
2836         (Output_data_plt_sparc::address_for_local): New function.
2837         (Output_data_plt_sparc::plt_index_to_offset): New function.
2838         (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
2839         and entry_count.
2840         (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
2841         entry_count.
2842         (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
2843         R_SPARC_JMP_IREL to switch.
2844         (Target_sparc::Scan::check_non_pic): Likewise.
2845         (Target_sparc::Scan::local): Handle IFUNC symbols.
2846         (Target_sparc::Scan::local): Likewise.
2847         (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
2848         and plt_address_for_local.
2849         (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
2850         Define __rel_iplt_start and __rel_iplt_end if doing a static link.
2851
2852         * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
2853         (class Output_data_reloc): Adjust calls to Output_reloc_type.
2854         (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
2855         * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
2856         global relocs too.
2857         (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
2858         * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
2859         calls.
2860         * sparc.cc (Target_sparc::Scan::global): Likewise.
2861         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
2862
2863 2012-04-16  Cary Coutant  <ccoutant@google.com>
2864
2865         * archive.cc (Library_base::should_include_member): Check for
2866         --export-dynamic-symbol.
2867         * options.h (class General_options): Add --export-dynamic-symbol.
2868         * symtab.cc (Symbol::should_add_dynsym_entry): Check for
2869         --export-dynamic-symbol.
2870         (Symbol_table::gc_mark_undef_symbols): Likewise.
2871         (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
2872
2873 2012-04-12  David S. Miller  <davem@davemloft.net>
2874
2875         * sparc.cc (Reloc::wdisp10): New relocation method.
2876         (Reloc::h34): Likewise.
2877         (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
2878         (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
2879         R_SPARC_WDISP10.
2880         (Target_sparc::Scan::local): Likewise.
2881         (Target_sparc::Scan::global): Likewise.
2882         (Target_sparc::Relocate::relocate): Likewise.
2883
2884 2012-04-09  Cary Coutant  <ccoutant@google.com>
2885
2886         * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
2887         low_pc == 0.
2888
2889 2012-04-06  Ian Lance Taylor  <iant@google.com>
2890
2891         * timer.cc: #include <unistd.h>.
2892
2893 2012-04-06  Roland McGrath  <mcgrathr@google.com>
2894
2895         * configure.in (AC_CHECK_HEADERS): Add locale.h.
2896         * config.in: Regenerate.
2897         * configure: Regenerate.
2898
2899 2012-04-05  Nick Clifton  <nickc@redhat.com>
2900
2901         * configure.ac (AC_CHECK_FUNCS): Add setlocale.
2902         (AM_LC_MESSAGES): Add.
2903         * aclocal.m4: Regenerate.
2904         * config.in: Regenerate.
2905         * configure: Regenerate.
2906
2907 2012-03-21  Cary Coutant  <ccoutant@google.com>
2908
2909         * Makefile.am: Add gdb-index.cc, gdb-index.h.
2910         * Makefile.in: Regenerate.
2911         * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
2912         (Sized_elf_reloc_mapper::symbol_section): New function.
2913         (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
2914         (make_elf_reloc_mapper): New function.
2915         (Dwarf_abbrev_table::clear_abbrev_codes): New function.
2916         (Dwarf_abbrev_table::do_read_abbrevs): New function.
2917         (Dwarf_abbrev_table::do_get_abbrev): New function.
2918         (Dwarf_ranges_table::read_ranges_table): New function.
2919         (Dwarf_ranges_table::read_range_list): New function.
2920         (Dwarf_pubnames_table::read_section): New function.
2921         (Dwarf_pubnames_table::read_header): New function.
2922         (Dwarf_pubnames_table::next_name): New function.
2923         (Dwarf_die::Dwarf_die): New function.
2924         (Dwarf_die::read_attributes): New function.
2925         (Dwarf_die::skip_attributes): New function.
2926         (Dwarf_die::set_name): New function.
2927         (Dwarf_die::set_linkage_name): New function.
2928         (Dwarf_die::attribute): New function.
2929         (Dwarf_die::string_attribute): New function.
2930         (Dwarf_die::int_attribute): New function.
2931         (Dwarf_die::uint_attribute): New function.
2932         (Dwarf_die::ref_attribute): New function.
2933         (Dwarf_die::child_offset): New function.
2934         (Dwarf_die::sibling_offset): New function.
2935         (Dwarf_info_reader::check_buffer): New function.
2936         (Dwarf_info_reader::parse): New function.
2937         (Dwarf_info_reader::do_parse): New function.
2938         (Dwarf_info_reader::do_read_string_table): New function.
2939         (Dwarf_info_reader::lookup_reloc): New function.
2940         (Dwarf_info_reader::get_string): New function.
2941         (Dwarf_info_reader::visit_compilation_unit): New function.
2942         (Dwarf_info_reader::visit_type_unit): New function.
2943         (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
2944         Sized_elf_reloc_mapper.
2945         (Sized_dwarf_line_info::symbol_section): Remove function.
2946         (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
2947         (Sized_dwarf_line_info::read_line_mappings): Remove object
2948         parameter, adjust callers.
2949         (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
2950         * dwarf_reader.h: Include <sys/types.h>.
2951         (class Track_relocs): Remove forward declaration.
2952         (class Elf_reloc_mapper): New class.
2953         (class Sized_elf_reloc_mapper): New class.
2954         (class Dwarf_abbrev_table): New class.
2955         (class Dwarf_range_list): New class.
2956         (class Dwarf_ranges_table): New class.
2957         (class Dwarf_pubnames_table): New class.
2958         (class Dwarf_die): New class.
2959         (class Dwarf_info_reader): New class.
2960         (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
2961         (Sized_dwarf_line_info::symbol_section): Remove member function.
2962         * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
2963         base class.
2964         * gdb-index.cc: New source file.
2965         * gdb-index.h: New source file.
2966         * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
2967         and .debug_types sections, call Layout::add_to_gdb_index.
2968         (Sized_relobj_incr::do_section_name): Implement.
2969         (Sized_relobj_incr::do_section_contents): Adjust parameter list and
2970         return type; Implement.
2971         (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
2972         return type.
2973         * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
2974         parameter list and return type.
2975         (Sized_incr_dynobj::do_section_contents): Likewise.
2976         * layout.cc: Include gdb-index.h.
2977         (Layout::Layout): Initialize gdb_index_data_.
2978         (Layout::init_fixed_output_section): Check for .gdb_index section.
2979         (Layout::add_to_gdb_index): New function. Instantiate.
2980         * layout.h: Add forward declaration for class Gdb_index.
2981         (Layout::add_to_gdb_index): New member function.
2982         (Layout::gdb_index_data_): New data member.
2983         * main.cc: Include gdb-index.h.
2984         (main): Print statistics for gdb index.
2985         * object.cc (Object::section_contents): Move code into
2986         do_section_contents.
2987         (need_decompressed_section): Check for sections needed when building
2988         gdb index.
2989         (build_compressed_section_map): Likewise.
2990         (Sized_relobj_file::do_read_symbols): Need local symbols when building
2991         gdb index.
2992         (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
2993         sections; call Layout::add_to_gdb_index.
2994         (Sized_relobj_file::do_decompressed_section_contents): Call
2995         do_section_contents directly.
2996         * object.h (Object::do_section_contents): Adjust parameter list and
2997         return type.
2998         (Object::do_decompressed_section_contents): Call do_section_contents
2999         directly.
3000         (Sized_relobj_file::do_section_contents): Adjust parameter list and
3001         return type.
3002         * options.h (class General_options): Add --gdb-index option.
3003         * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
3004         list and return type.
3005         * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
3006         * reloc.h (Track_relocs::checkpoint): New function.
3007         (Track_relocs::reset): New function.
3008
3009         * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
3010         New test cases.
3011         * testsuite/Makefile.in: Regenerate.
3012         * testsuite/gdb_index_test.cc: New test source file.
3013         * testsuite/gdb_index_test_1.sh: New test source file.
3014         * testsuite/gdb_index_test_2.sh: New test source file.
3015
3016 2012-03-19  Doug Kwan  <dougkwan@google.com>
3017
3018         * arm.cc (Target_arm::do_define_standard_symbols): New method.
3019         (Target_arm::do_finalize_sections): Remove code which defines
3020         __exidx_start and __exidx_end.  Make symbol table parameter
3021         anonymous as it is not used.
3022         * gold.cc (queue_middle_tasks): Call target hook to define any
3023         target-specific symbols.
3024         * target.h (Target::define_standard_symbols): New method.
3025         (Target::do_define_standard_symbols): Same.
3026         * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
3027         * testsuite/Makefile.in: Regenerate.
3028         * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
3029         and __exidx_end.
3030         * testsuite/arm_exidx_test.sh: Check that no unused dynamic
3031         relocations are generated for __exidx_start and __exidx_end.
3032
3033 2012-03-16  Doug Kwan  <dougkwan@google.com>
3034
3035         * testsuite/Makefile.am: Disable test initpri3b.
3036         * testsuite/Makefile.in: Regenerate.
3037
3038 2012-03-15  Doug Kwan  <dougkwan@google.com>
3039
3040         * arm.cc (Target_arm::got_section): Make .got section read-only
3041         if -z now is given.
3042
3043 2012-03-15  Ian Lance Taylor  <iant@google.com>
3044
3045         PR gold/13850
3046         * layout.cc (Layout::make_output_section): Correctly mark
3047         SHT_INIT_ARRAY, et. al., as relro.
3048
3049 2012-03-14  Doug Kwan  <dougkwan@google.com>
3050
3051         * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
3052         dynamic relocations for protected symbols in shared objects.
3053
3054 2012-03-13  Ian Lance Taylor  <iant@google.com>
3055
3056         * resolve.cc (Symbol_table::resolve): When merging common symbols,
3057         keep the larger alignment.
3058
3059 2012-03-12  Cary Coutant  <ccoutant@google.com>
3060
3061         * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
3062         handling of DW_LNE_define_file.
3063
3064 2012-03-12  Cary Coutant  <ccoutant@google.com>
3065
3066         * reduced_debug_output.cc
3067         (Output_reduced_debug_info_section::get_die_end): Add new FORM
3068         codes to switch.
3069
3070 2012-02-29  Cary Coutant  <ccoutant@google.com>
3071
3072         * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
3073
3074 2012-02-29  Cary Coutant  <ccoutant@google.com>
3075
3076         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3077         Call Object::decompressed_section_contents.
3078         * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
3079         New dtor.
3080         (Sized_dwarf_line_info::buffer_start_): New data member.
3081         * merge.cc (Output_merge_data::do_add_input_section): Call
3082         Object::decompressed_section_contents.
3083         (Output_merge_string::do_add_input_section): Likewise.
3084         * object.cc (need_decompressed_section): New function.
3085         (build_compressed_section_map): Decompress sections needed later.
3086         (Sized_relobj_file::do_decompressed_section_contents): New function.
3087         (Sized_relobj_file::do_discard_decompressed_sections): New function.
3088         * object.h (Object::decompressed_section_contents): New function.
3089         (Object::discard_decompressed_sections): New function.
3090         (Object::do_decompressed_section_contents): New function.
3091         (Object::do_discard_decompressed_sections): New function.
3092         (Compressed_section_info): New type.
3093         (Compressed_section_map): Include decompressed section contents.
3094         (Sized_relobj_file::do_decompressed_section_contents): New function.
3095         (Sized_relobj_file::do_discard_decompressed_sections): New function.
3096
3097 2012-02-16  Cary Coutant  <ccoutant@google.com>
3098
3099         * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
3100         * testsuite/Makefile.in: Regenerate.
3101
3102 2012-02-14  Cary Coutant  <ccoutant@google.com>
3103
3104         * options.cc (General_options::finalize): Disallow -pie and -static.
3105
3106 2012-02-03  Doug Kwan  <dougkwan@google.com>
3107
3108         * arm.cc (Arm_relocate_functions::abs8,
3109         Arm_relocate_functions::abs16): Use
3110         Bits::has_signed_unsigned_overflow32.
3111         (Arm_relocate_functions::thm_abs8): Correct range of
3112         overflow check.
3113         * reloc.h (Bits class): Change minimum number of bits from 0 to 1
3114         in assertions.
3115
3116 2012-02-02  Doug Kwan  <dougkwan@google.com>
3117
3118         * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
3119         position independent outputs, not just shared objects.
3120
3121 2012-01-30  H.J. Lu  <hongjiu.lu@intel.com>
3122
3123         * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
3124         * configure: Regenerated.
3125
3126 2012-01-27  Ian Lance Taylor  <iant@google.com>
3127
3128         * reloc.h (Bits): New class with static functions, copied from
3129         namespace utils in arm.cc.
3130         * arm.cc (namespace utils): Remove.  Rewrite all uses to use Bits
3131         instead.
3132
3133 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3134
3135         * incremental.cc (write_info_blocks): Correct relocation offset.
3136
3137 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3138
3139         * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
3140         (Relocate::tls_gd_to_le): Likewise.
3141
3142 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3143
3144         * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
3145
3146 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3147
3148         * configure.ac: Check if -mcmodel=medium works.
3149         * configure: Regenerated.
3150
3151 2012-01-24  Cary Coutant  <ccoutant@google.com>
3152
3153         * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
3154         definition and ...
3155         (read_unsigned_LEB_128_x): ... this new function.
3156         (read_signed_LEB_128): Replaced with inline definition and ...
3157         (read_signed_LEB_128_x): ... this new function.
3158         * int_encoding.h  (read_unsigned_LEB_128_x): New function.
3159         (read_unsigned_LEB_128): Add inline definition.
3160         (read_signed_LEB_128_x): New function.
3161         (read_signed_LEB_128): Add inline definition.
3162         * testsuite/Makefile.am (leb128_unittest): New unit test.
3163         * testsuite/Makefile.in: Regenerate.
3164         * testsuite/leb128_unittest.cc: New unit test.
3165
3166 2012-01-23  Ian Lance Taylor  <iant@google.com>
3167
3168         PR gold/13617
3169         * i386.cc (Target_i386::do_code_fill): When using a jmp
3170         instruction, pad with nop instructions.
3171         * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3172
3173 2012-01-22  H.J. Lu  <hongjiu.lu@intel.com>
3174
3175         * x86_64.cc (gc_process_relocs): Add typename on types used in
3176         template.
3177         (scan_relocs): Likewise.
3178         (relocate_section): Likewise.
3179         (apply_relocation): Likewise.
3180
3181 2012-01-10  H.J. Lu  <hongjiu.lu@intel.com>
3182
3183         * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
3184         (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
3185         under x32.
3186
3187 2012-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3188
3189         * x86_64.cc: Initial support for x32.
3190
3191 2012-01-03  Cary Coutant  <ccoutant@google.com>
3192
3193         * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
3194         Use abstract base class for GOT.
3195         * gold/output.h (class Output_data_got_base): New abstract base class.
3196         (class Output_data_got): Derive from new base class, adjust ctors.
3197         (Output_data_got::reserve_slot): Make virtual; rename to
3198         do_reserve_slot; Adjust callers.
3199         * gold/target.h (Sized_target::init_got_plt_for_update): Return
3200         pointer to abstract base class.
3201         * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
3202
3203 2011-12-18  Ian Lance Taylor  <iant@google.com>
3204
3205         * object.h (Relobj::local_symbol_value): New function.
3206         (Relobj::local_plt_offset): New function.
3207         (Relobj::local_has_got_offset): New function.
3208         (Relobj::local_got_offset): New function.
3209         (Relobj::set_local_got_offset): New function.
3210         (Relobj::do_local_symbol_value): New pure virtual function.
3211         (Relobj::do_local_plt_offset): Likewise.
3212         (Relobj::do_local_has_got_offset): Likewise.
3213         (Relobj::do_local_got_offset): Likewise.
3214         (Relobj::do_set_local_got_offset): Likewise.
3215         (Sized_relobj::do_local_has_got_offset): Rename from
3216         local_has_got_offset.
3217         (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
3218         (Sized_relobj::do_set_local_got_offset): Rename from
3219         set_local_got_offset.
3220         (Sized_relobj_file::do_local_plt_offset): Rename from
3221         local_plt_offset.
3222         (Sized_relobj_file::do_local_symbol_value): New function.
3223         * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
3224         local_plt_offset.
3225         * output.cc (Output_data_got::Got_entry::write): Change object to
3226         Relobj.  Use local_symbol_value.
3227         (Output_data_got::add_global_with_rel): Change rel_dyn to
3228         Output_data_reloc_generic*.  Use add_global_generic.
3229         (Output_data_got::add_global_with_rela): Remove.  Change all
3230         callers to use add_global_with_rel.
3231         (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
3232         Output_data_reloc_generic*.  Use add_global_generic.
3233         (Output_data_got::add_global_pair_with_rela): Remove.  Change all
3234         callers to use add_global_pair_with_rel.
3235         (Output_data_got::add_local): Change object to Relobj*.
3236         (Output_data_got::add_local_plt): Likewise.
3237         (Output_data_got::add_local_with_rel): Change object to Relobj*,
3238         change rel_dyn to Output_data_reloc_generic*.  Use
3239         add_local_generic.
3240         (Output_data_got::add_local_with_rela): Remove.  Change all
3241         callers to use all_local_with_rel.
3242         (Output_data_got::add_local_pair_with_rel): Change object to
3243         Relobj*, change rel_dyn to Output_data_reloc_generic*.  Use
3244         add_output_section_generic.
3245         (Output_data_got::add_local_pair_with_rela): Remove.  Change all
3246         callers to use add_local_pair_with_rel.
3247         (Output_data_got::reserve_local): Change object to Relobj*.
3248         * output.h: (class Output_data_reloc_generic): Add pure virtual
3249         declarations for add_global_generic, add_local_generic,
3250         add_output_section_generic.
3251         (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
3252         functions for Output_data_reloc_generic.  Update declarations for
3253         changes listed in output.cc.
3254         (class Output_data_got): Change template parameter to got_size.
3255         Don't define Rel_dyn or Rela_dyn.  Update declarations per above.
3256         * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
3257         function.
3258         (Sized_relobj_incr::do_local_plt_offset): New function.
3259         * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
3260         add_global_generic.
3261
3262 2011-12-17  Cary Coutant  <ccoutant@google.com>
3263
3264         * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
3265         * resolve.cc (Symbol_table::resolve): Likewise.
3266         * i386.cc (Target_i386::do_code_fill): Use char constants for nop
3267         arrays.
3268         * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3269
3270 2011-12-16  Ian Lance Taylor  <iant@google.com>
3271
3272         * output.h (Output_data_reloc_generic::add): Only call
3273         add_dynamic_reloc if this is a dynamic reloc section.
3274
3275 2011-12-15  H.J. Lu  <hongjiu.lu@intel.com>
3276
3277         PR gold/13505
3278         * target-reloc.h (apply_relocation): Replace <64, false> with
3279         <size, big_endian>.
3280
3281 2011-11-25  Nick Clifton  <nickc@redhat.com>
3282
3283         * po/it.po: New Italian translation.
3284
3285 2011-11-17  Sterling Augustine  <saugustine@google.com>
3286
3287         * script.cc (script_include_directive): Implement.
3288         (read_script_file): New local variables name and search_path. Update
3289         comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
3290         * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
3291         * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
3292
3293 2011-11-11  Sterling Augustine  <saugustine@google.com>
3294
3295         * yyscript.y (section_cmd): Add support for INCLUDE directive.
3296         (file_or_sections_cmd): Likewise.
3297
3298 2011-11-11  Doug Kwan  <dougkwan@google.com>
3299
3300         * arm.cc (Target_arm::do_make_elf_object): Allow executable also
3301         if --just-symbols is given.
3302
3303 2011-11-10  Doug Kwan  <dougkwan@google.com>
3304
3305         PR gold/13362
3306         * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
3307         when processing data relocs.
3308         * reloc.h (Relocate_functions::rel_unaligned): New method.
3309         (Relocate_functions::pcrel_unaligned): Ditto.
3310         (Relocate_functions::rel32_unaligned): Ditto.
3311         (Relocate_functions::pcrel32_unaligned): Ditto.
3312
3313 2011-11-09  Doug Kwan  <dougkwan@google.com>
3314
3315         PR gold/13362
3316         * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
3317         Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
3318         * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
3319         RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3320         (Relocate_functions::rel_unaligned): New.
3321         (Relocate_functions::rel32_unaligned): New.
3322         * target-reloc.h (relocate_for_relocatable): Add code to handle
3323         RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3324         * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
3325         arm_unaligned_reloc_r): New targets.
3326         * testsuite/Makefile.in: Regenerate.
3327         * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
3328         linking.
3329
3330 2011-11-02  Ian Lance Taylor  <iant@google.com>
3331
3332         * configure.ac: Add --with-lib-path option.  Define LIB_PATH and
3333         NATIVE_LINKER.
3334         * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
3335         * options.cc (General_options::finalize): Use library search path
3336         from configure script if specified.  If not native and no sysroot,
3337         only search TOOLLIBDIR.
3338         * options.h (Search_directory::Search_directory): Change name to
3339         const std::string&.
3340         (General_options::add_to_library_path_with_sysroot): Change arg to
3341         const std::string&.
3342         * configure, Makefile.in, config.in: Rebuild.
3343
3344 2011-11-02  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3345
3346         * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
3347         we are working around the ARM1176 Erratum.
3348         * options.h (General_options::fix_arm1176): Add option.
3349         * testsuite/Makefile.am: Add testcases, and keep current ones
3350         working.
3351         * testsuite/Makefile.in: Regenerate.
3352         * testsuite/arm_fix_1176.s: New file.
3353         * testsuite/arm_fix_1176.sh: Likewise.
3354
3355 2011-11-02  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3356
3357         * arm.cc (Target_arm::Target_arm): Remove initialisation of
3358         may_use_blx_.
3359         (Target_arm::may_use_blx): Remove method.
3360         (Target_arm::set_may_use_blx): Likewise.
3361         (Target_arm::may_use_v4t_interworking): New method.
3362         (Target_arm::may_use_v5t_interworking): Likewise.
3363         (Target_arm::may_use_blx_): Remove member variable.
3364         (Arm_relocate_functions::arm_branch_common): Check for v5T
3365         interworking.
3366         (Arm_relocate_functions::thumb_branch_common): Likewise.
3367         (Reloc_stub::stub_type_for_reloc): Likewise.
3368         (Target_arm::do_finalize_sections): Correct interworking checks.
3369         * testsuite/Makefile.am: Add new tests.
3370         * testsuite/Makefile.in: Regenerate.
3371         * testsuite/arm_farcall_arm_arm.s: New test.
3372         * testsuite/arm_farcall_arm_arm.sh: Likewise.
3373         * testsuite/arm_farcall_arm_thumb.s: Likewise.
3374         * testsuite/arm_farcall_arm_thumb.sh: Likewise.
3375         * testsuite/arm_farcall_thumb_arm.s: Likewise.
3376         * testsuite/arm_farcall_thumb_arm.sh: Likewise.
3377         * testsuite/arm_farcall_thumb_thumb.s: Likewise.
3378         * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
3379
3380 2011-10-31  Cary Coutant  <ccoutant@google.com>
3381
3382         PR gold/13023
3383         * expression.cc (Expression::eval_with_dot): Add
3384         is_section_dot_assignment parameter.
3385         (Expression::eval_maybe_dot): Likewise.  Adjust value when rhs is
3386         absolute and assigning to dot within a section.
3387         * script-sections.cc
3388         (Output_section_element_assignment::set_section_addresses): Pass
3389         dot_section to set_if_absolute.
3390         (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
3391         as is_section_dot_assignment flag to eval_with_dot.
3392         (Output_section_element_dot_assignment::set_section_addresses):
3393         Likewise.
3394         * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
3395         parameter.  Also set value if relative to dot_section; set the
3396         symbol's output_section.
3397         * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
3398         parameter.  Adjust all callers.
3399         (Expression::eval_maybe_dot): Likewise.
3400         (Symbol_assignment::set_if_absolute): Add dot_section parameter.
3401         Adjust all callers.
3402         * testsuite/script_test_2.t: Test assignment of an absolute value
3403         to dot within an output section element.
3404
3405 2011-10-31  Cary Coutant  <ccoutant@google.com>
3406
3407         * options.h (class General_options): Add --[no-]gnu-unique options.
3408         * symtab.cc (Symbol_table::sized_write_globals): Convert
3409         STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
3410
3411 2011-10-31  Cary Coutant  <ccoutant@google.com>
3412
3413         PR gold/13359
3414         * i386.cc (Target_i386::Relocate::relocate_tls): Remove
3415         unnecessary assertion.
3416         * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
3417
3418 2011-10-31 Sriraman Tallam  <tmsriram@google.com>
3419
3420         * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3421         gc_mark_symbol.
3422         * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3423         gc_mark_symbol.
3424         Change to just keep the section associated with symbol.
3425         (Symbol_table::add_from_relobj): Mark symbols as not garbage when
3426         they are externally visible and --export-dynamic is turned on.
3427         (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
3428
3429 2011-10-19  Ian Lance Taylor  <iant@google.com>
3430
3431         PR gold/13163
3432         * script-sections.cc
3433         (Output_section_element_dot_assignment::needs_output_section): New
3434         function.
3435
3436 2011-10-19  Ian Lance Taylor  <iant@google.com>
3437
3438         PR gold/13204
3439         * layout.cc (Layout::segment_precedes): Don't assert failure if a
3440         --section-start option was seen.
3441         * options.h (General_options::any_section_start): New function.
3442
3443 2011-10-18  David S. Miller  <davem@davemloft.net>
3444
3445         PR binutils/13301
3446         * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
3447         member to track relocation locations that have moved during TLS
3448         reloc optimizations.
3449         (Target_sparc::Relocate::Relocate): Initialize to NULL.
3450         (Target_sparc::Relocate::relocate): Adjust view down by 4
3451         bytes if it matches reloc_adjust_addr_.
3452         (Target_sparc::Relocate::relocate_tls): Always move the
3453         __tls_get_addr call delay slot instruction forward 4 bytes when
3454         performing relaxation.
3455
3456 2011-10-18  Cary Coutant  <ccoutant@google.com>
3457
3458         * output.cc (posix_fallocate): Return 0 on success, errno on failure.
3459         (Output_file::map_no_anonymous): Check for non-zero
3460         return code from posix_fallocate.
3461
3462 2011-10-17  Cary Coutant  <ccoutant@google.com>
3463
3464         PR gold/13245
3465         * plugin.cc (is_visible_from_outside): Check for symbols
3466         referenced from dynamic objects.
3467         * resolve.cc (Symbol_table::resolve): Don't count references
3468         from dynamic objects as references from real ELF files.
3469         * testsuite/plugin_test_2.sh: Adjust expected result.
3470
3471 2011-10-17  Cary Coutant  <ccoutant@google.com>
3472
3473         * gold.cc: Include timer.h.
3474         (queue_middle_tasks): Stamp time.
3475         (queue_final_tasks): Likewise.
3476         * main.cc (main): Store timer in parameters.  Print timers
3477         for each pass.
3478         * parameters.cc (Parameters::Parameters): Initialize timer_.
3479         (Parameters::set_timer): New function.
3480         (set_parameters_timer): New function.
3481         * parameters.h (Parameters::set_timer): New function.
3482         (Parameters::timer): New function.
3483         (Parameters::timer_): New data member.
3484         (set_parameters_timer): New function.
3485         * timer.cc (Timer::stamp): New function.
3486         (Timer::get_pass_time): New function.
3487         * timer.h (Timer::stamp): New function.
3488         (Timer::get_pass_time): New function.
3489         (Timer::pass_times_): New data member.
3490
3491 2011-10-17  Cary Coutant  <ccoutant@google.com>
3492
3493         * readsyms.cc (Read_symbols::run): Don't queue an unblocker
3494         task for members of lib groups.
3495
3496 2011-10-17  Cary Coutant  <ccoutant@google.com>
3497
3498         PR gold/13288
3499         * fileread.cc (File_read::find_view): Add assert.
3500         (File_read::make_view): Move bounds check (replace with assert)...
3501         (File_read::find_or_make_view): ... to here.
3502
3503 2011-10-12  Cary Coutant  <ccoutant@google.com>
3504
3505         * output.cc (Output_file::open_base_file): Handle case where
3506         ::read returns less than requested size.
3507
3508 2011-10-10  Cary Coutant  <ccoutant@google.com>
3509
3510         * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
3511         Initialize defined_count_.
3512         (Sized_relobj_incr::do_add_symbols): Count defined symbols.
3513         (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
3514         (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
3515         (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
3516         (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
3517         * incremental.h (Sized_relobj_incr::defined_count_): New data
3518         member.
3519         (Sized_incr_dynobj::defined_count_): New data member.
3520         * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
3521         Return zeroes instead of internal error.
3522
3523 2011-10-10  Cary Coutant  <ccoutant@google.com>
3524
3525         PR gold/13249
3526         * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
3527         (Output_reloc::symbol_value): Return PLT offset if flag is set.
3528         * output.h (class Output_reloc): Add use_plt_offset flag.
3529         (Output_reloc::type_): Adjust size of bit field.
3530         (Output_reloc::use_plt_offset_): New bit field.
3531         (class Output_data_reloc): Adjust all calls to Output_reloc_type.
3532         (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
3533         flag.  Adjust all callers.
3534         * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
3535         creating RELATIVE relocations.
3536
3537 2011-10-10  Nick Clifton  <nickc@redhat.com>
3538
3539         * po/es.po: Updated Spanish translation.
3540         * po/fi.po: Updated Finnish translation.
3541
3542 2011-10-03   Diego Novillo  <dnovillo@google.com>
3543
3544         * options.cc (parse_uint): Fix dereference of RETVAL.
3545
3546 2011-09-29  Sriraman Tallam  <tmsriram@google.com>
3547
3548         * layout.h (section_order_map_): New member.
3549         (get_section_order_map): New member function.
3550         * output.cc (Output_section::add_input_section): Check for patterns
3551         only when --section-ordering-file is specified.
3552         * gold.cc (queue_middle_tasks): Delay updating order of sections till
3553         output_sections have been formed.
3554         * layout.cc (Layout_Layout): Initialize section_order_map_.
3555         * plugin.cc (update_section_order): Store order in order_map. Do not
3556         update the order.
3557         * testsuite/Makefile.am: Add test case for plugin_final_layout.
3558         * testsuite/Makefile.in: Regenerate.
3559         * testsuite/plugin_section_order.c: New file.
3560         * testsuite/plugin_final_layout.cc: New file.
3561         * testsuite/plugin_final_layout.sh: New file.
3562
3563 2011-09-29  Cary Coutant  <ccoutant@google.com>
3564
3565         * incremental.cc (Sized_incremental_binary::do_process_got_plt):
3566         Check for NULL.
3567         * symtab.cc (Symbol_table::add_from_relobj): Ignore version
3568         symbols during incremental update.
3569         (Symbol_table::add_from_dynobj): Likewise.
3570
3571 2011-09-27  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
3572             Ian Lance Taylor  <iant@google.com>
3573
3574         * symtab.cc (Symbol_table::define_special_symbol): Always
3575         canonicalize version string.
3576
3577 2011-09-26  Cary Coutant  <ccoutant@google.com>
3578
3579         * gold.cc (queue_initial_tasks): Move option checks ...
3580         * options.cc (General_options::finalize): ... to here. Disable
3581         some options; make others fatal.
3582
3583 2011-09-26  Cary Coutant  <ccoutant@google.com>
3584
3585         gcc PR lto/47247
3586         * plugin.cc (get_symbols_v2): New function.
3587         (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
3588         (is_referenced_from_outside): New function.
3589         (Pluginobj::get_symbol_resolution_info): Add version parameter, return
3590         LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
3591         (get_symbols): Pass version parameter.
3592         (get_symbols_v2): New function.
3593         * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
3594         parameter.
3595         * testsuite/plugin_test.c (get_symbols_v2): New static variable.
3596         (onload): Add LDPT_GET_SYMBOLS_V2.
3597         (all_symbols_read_hook): Use get_symbols_v2; check for
3598         LDPR_PREVAILING_DEF_IRONLY_EXP.
3599         * testsuite/plugin_test_3.sh: Update expected results.
3600
3601 2011-09-23  Simon Baldwin  <simonb@google.com>
3602
3603         * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
3604         configuration options.
3605         * configure: Regenerate.
3606         * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
3607         * Makefile.in: Regenerate.
3608         * testsuite/Makefile.in: Regenerate.
3609
3610 2011-09-19  Sriraman Tallam  <tmsriram@google.com>
3611
3612         * plugin.h (should_defer_layout): Modify to check for any_claimed_.
3613
3614 2011-09-19  Cary Coutant  <ccoutant@google.com>
3615
3616         * incremental.cc (can_incremental_update): Fix typo in comment.
3617         * incremental.h (can_incremental_update): Likewise.
3618
3619 2011-09-18  Cary Coutant  <ccoutant@google.com>
3620
3621         * incremental.cc (can_incremental_update): New function.
3622         * incremental.h (can_incremental_update): New function.
3623         * layout.cc (Layout::init_fixed_output_section): Call it.
3624         (Layout::make_output_section): Don't allow patch space in .eh_frame.
3625         * object.cc (Sized_relobj_file::do_layout): Call
3626         can_incremental_update.
3627
3628 2011-09-13  Cary Coutant  <ccoutant@google.com>
3629
3630         * configure.ac: Check for glibc support for gnu_indirect_function
3631         support with static linking, setting automake conditional
3632         IFUNC_STATIC.
3633         * Makefile.in: Regenerate.
3634         * configure: Regenerate.
3635
3636         * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
3637         (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
3638         for IFUNC_STATIC.
3639         * testsuite/Makefile.in: Regenerate.
3640
3641 2011-09-13  Cary Coutant  <ccoutant@google.com>
3642
3643         * incremental.cc (Sized_relobj_incr::do_layout): Call
3644         report_comdat_group for kept comdat sections.
3645         * testsuite/Makefile.am (incremental_comdat_test_1): New test.
3646         * testsuite/Makefile.in: Regenerate.
3647         * testsuite/incr_comdat_test_1.cc: New source file.
3648         * testsuite/incr_comdat_test_2_v1.cc: New source file.
3649         * testsuite/incr_comdat_test_2_v2.cc: New source file.
3650         * testsuite/incr_comdat_test_2_v3.cc: New source file.
3651
3652 2011-09-13  Ian Lance Taylor  <iant@google.com>
3653
3654         * object.cc (Sized_relobj_file::do_layout): Remove unused local
3655         variable external_symbols_offset.
3656
3657 2011-09-12  Ian Lance Taylor  <iant@google.com>
3658
3659         * object.cc (Sized_relobj_file::do_layout): Remove assertion which
3660         triggered if object has no symbols.
3661
3662 2011-09-09  David S. Miller  <davem@davemloft.net>
3663
3664         * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
3665         (Output_fill_debug_line::do_write): Likewise.
3666
3667 2011-08-29  Cary Coutant  <ccoutant@google.com>
3668
3669         * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
3670         casts to match formatting specs.
3671         (Output_fill_debug_line::do_minimum_hole_size): Likewise.
3672
3673 2011-08-26  Cary Coutant  <ccoutant@google.com>
3674
3675         * layout.cc (Free_list::allocate): Provide guarantee of minimum
3676         remaining hole size when allocating.
3677         (Layout::make_output_section): Set fill methods for debug sections.
3678         * layout.h (Free_list::Free_list_node): Move from private to
3679         public.
3680         (Free_list::set_min_hole_size): New function.
3681         (Free_list::begin, Free_list::end): New functions.
3682         (Free_list::min_hole_): New data member.
3683         * output.cc: Include dwarf.h.
3684         (Output_fill_debug_info::do_minimum_hole_size): New function.
3685         (Output_fill_debug_info::do_write): New function.
3686         (Output_fill_debug_line::do_minimum_hole_size): New function.
3687         (Output_fill_debug_line::do_write): New function.
3688         (Output_section::Output_section): Initialize new data member.
3689         (Output_section::set_final_data_size): Ensure patch space is larger
3690         than minimum hole size.
3691         (Output_section::do_write): Fill holes in debug sections.
3692         * output.h (Output_fill): New class.
3693         (Output_fill_debug_info): New class.
3694         (Output_fill_debug_line): New class.
3695         (Output_section::set_free_space_fill): New function.
3696         (Output_section::free_space_fill_): New data member.
3697         * testsuite/Makefile.am (incremental_test_3): Add
3698         --incremental-patch option.
3699         (incremental_test_4): Likewise.
3700         (incremental_test_5): Likewise.
3701         (incremental_test_6): Likewise.
3702         (incremental_copy_test): Likewise.
3703         (incremental_common_test_1): Likewise.
3704         * testsuite/Makefile.in: Regenerate.
3705
3706 2011-08-26  Nick Clifton  <nickc@redhat.com>
3707
3708         * po/es.po: Updated Spanish translation.
3709
3710 2011-08-01  Cary Coutant  <ccoutant@google.com>
3711
3712         * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
3713         * gold/testsuite/Makefile.in: Regenerate.
3714         * gold/testsuite/justsyms_exec.c: New source file.
3715         * gold/testsuite/justsyms_lib.c: New source file.
3716
3717 2011-08-01  Cary Coutant  <ccoutant@google.com>
3718
3719         * layout.cc (Layout::set_segment_offsets): Don't realign text
3720         segment if -Ttext was specified.
3721         * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
3722         file type.
3723         * object.h (Sized_relobj_file::e_type): New function.
3724         (Sized_relobj_file::e_type_): New data member.
3725         * symtab.cc (Symbol_table::add_from_relobj): Don't add section
3726         base address for ET_EXEC files.
3727         * target.cc (Target::do_make_elf_object_implementation): Allow
3728         ET_EXEC files with --just-symbols option.
3729
3730 2011-07-28  Cary Coutant  <ccoutant@google.com>
3731
3732         * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
3733         Add thread_number parameter.
3734         (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
3735         * workqueue-threads.cc
3736         (Workqueue_threader_threadpool::should_cancel_thread): Cancel
3737         current thread if its thread number is greater than desired thread
3738         count.
3739         * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
3740         Add thread_number parameter.
3741         (Workqueue::should_cancel_thread): Likewise.
3742         (Workqueue::find_runnable_or_wait): Pass thread_number to
3743         should_cancel_thread.
3744         * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
3745         parameter.
3746
3747 2011-07-22  Sriraman Tallam  <tmsriram@google.com>
3748
3749         * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
3750         only after checking if it cannot be forced local.
3751         * symtab.h (is_externally_visible): Check if the symbol is not forced
3752         local.
3753
3754 2011-07-15  Ian Lance Taylor  <iant@google.com>
3755
3756         * options.h (class General_options): Add --print-output-format.
3757         Move -EL next to -EB, for  better --help output.
3758         * target-select.cc: Include <cstdio>, "options.h", and
3759         "parameters.h".
3760         (Target_selector::do_target_bfd_name): New function.
3761         (print_output_format): New function.
3762         * target-select.h (class Target_selector): Update declarations.
3763         (Target_selector::target_bfd_name): New function.
3764         (print_output_format): Declare.
3765         * main.cc: Include "target-select.h".
3766         (main): Handle --print-output-format.
3767         * gold.cc: Include "target-select.h".
3768         (queue_initial_tasks): Handle --print-output-format when there are
3769         no input files.
3770         * parameters.cc (parameters_force_valid_target): Give a better
3771         error message if -EB/-EL does not match target.
3772         * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
3773         function.
3774
3775 2011-07-15  Ian Lance Taylor  <iant@google.com>
3776
3777         * i386.cc (class Output_data_plt_i386): Add layout_ field.
3778         (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
3779         (Output_data_plt_i386::do_write): Write address of .dynamic
3780         section to first entry in .got.plt section.
3781         * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
3782         (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
3783         Initialize layout_.
3784         (Output_data_plt_x86_64::do_write): Write address of .dynamic
3785         section to first entry in .got.plt section.
3786         * layout.h (Layout::dynamic_section): New function.
3787
3788 2011-07-13  Sriraman Tallam  <tmsriram@google.com>
3789
3790         * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
3791         to claim_file call.
3792         * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
3793         input_section_position_, and input_section_glob_.
3794         (read_layout_from_file): Call function section_ordering_specified.
3795         * layout.h (is_section_ordering_specified): New function.
3796         (section_ordering_specified): New function.
3797         (section_ordering_specified_): New boolean member.
3798         * main.cc(main): Call load_plugins after layout object is defined.
3799         * output.cc (Output_section::add_input_section): Use
3800         function section_ordering_specified to check if section ordering is
3801         needed.
3802         * output.cc (Output_section::add_relaxed_input_section): Use
3803         function section_ordering_specified to check if section ordering is
3804         needed.
3805         (Output_section::update_section_layout): New function.
3806         (Output_section::sort_attached_input_sections): Check if input section
3807         must be reordered.
3808         * output.h (Output_section::update_section_layout): New function.
3809         * plugin.cc (get_section_count): New function.
3810         (get_section_type): New function.
3811         (get_section_name): New function.
3812         (get_section_contents): New function.
3813         (update_section_order): New function.
3814         (allow_section_ordering): New function.
3815         (Plugin::load): Add the new interfaces to the transfer vector.
3816         (Plugin_manager::load_plugins): New parameter.
3817         (Plugin_manager::all_symbols_read): New parameter.
3818         (Plugin_manager::claim_file): New parameter. Save the elf object for
3819         unclaimed objects.
3820         (Plugin_manager::get_elf_object): New function.
3821         (Plugin_manager::get_view): Change to directly use the bool to check
3822         if get_view is called from claim_file_hook.
3823         * plugin.h (input_objects): New function
3824         (Plugin__manager::load_plugins): New parameter.
3825         (Plugin_manager::claim_file): New parameter.
3826         (Plugin_manager::get_elf_object): New function.
3827         (Plugin_manager::in_claim_file_handler): New function.
3828         (Plugin_manager::in_claim_file_handler_): New member.
3829         (layout): New function.
3830         * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
3831         handler with an extra parameter. Make the elf object before calling
3832         claim_file handler.
3833         * testsuite/plugin_test.c (get_section_count): New function pointer.
3834         (get_section_type): New function pointer.
3835         (get_section_name): New function pointer.
3836         (get_section_contents): New function pointer.
3837         (update_section_order): New function pointer.
3838         (allow_section_ordering): New function pointer.
3839         (onload): Check if the new interfaces exist.
3840
3841 2011-07-13  Ian Lance Taylor  <iant@google.com>
3842
3843         * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
3844         relro section.
3845         * x86_64.cc (Target_x86_64::got_section): Likewise.
3846         * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
3847         (relro_now_test_SOURCES): New variable.
3848         (relro_now_test_DEPENDENCIES): New variable.
3849         (relro_now_test_LDFLAGS): New variable.
3850         (relro_now_test_LDADD): New variable.
3851         (relro_now_test.so): New target.
3852         * testsuite/Makefile.in: Rebuild.
3853
3854 2011-07-12  Ian Lance Taylor  <iant@google.com>
3855
3856         PR gold/12980
3857         * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
3858         GLOB_DAT relocation rather than a RELATIVE relocation for a
3859         protected symbol when creating a shared library.
3860         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
3861         * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
3862         * testsuite/protected_main_1.cc (main): Test that protected
3863         function has same address.
3864
3865 2011-07-11  Ian Lance Taylor  <iant@google.com>
3866
3867         PR gold/12979
3868         * options.h (class General_options): Add -Bgroup.
3869         * options.cc (General_options::finalize): If -Bgroup is set,
3870         default to --unresolved-symbols=report-all.
3871         * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
3872         * target-reloc.h (issue_undefined_symbol_error): Handle
3873         --unresolved-symbols=report-all.
3874
3875 2011-07-08  Ian Lance Taylor  <iant@google.com>
3876
3877         PR gold/11985
3878         * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
3879         if linker script discards key sections.
3880         (Layout::create_dynamic_symtab): Likewise.
3881         (Layout::assign_local_dynsym_offsets): Likewise.
3882         (Layout::sized_create_version_sections): Likewise.
3883         (Layout::create_interp): Likewise.
3884         (Layout::finish_dynamic_section): Likewise.
3885         (Layout::set_dynamic_symbol_size): Likewise.
3886
3887 2011-07-08  Ian Lance Taylor  <iant@google.com>
3888
3889         PR gold/12386
3890         * options.h (class General_options): Add --unresolved-symbols.
3891         * target-reloc.h (issue_undefined_symbol_error): Check
3892         --unresolved-symbols.  Add comments.
3893
3894 2011-07-08  Ian Lance Taylor  <iant@google.com>
3895
3896         * testsuite/odr_violation2.cc (Ordering::operator()): Make
3897         expression more complex.
3898
3899 2011-07-08  Ian Lance Taylor  <iant@google.com>
3900
3901         PR gold/11317
3902         * target-reloc.h (issue_undefined_symbol_error): New inline
3903         function, broken out of relocate_section.
3904         (relocate_section): Call issue_undefined_symbol_error.
3905         * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
3906         there is no TLS segment if we are about to issue an undefined
3907         symbol error.
3908         * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
3909
3910 2011-07-08  Ian Lance Taylor  <iant@google.com>
3911
3912         PR gold/12279
3913         * resolve.cc (Symbol_table::should_override): Add fromtype
3914         parameter.  Change all callers.  Give error when linking together
3915         TLS and non-TLS symbol.
3916         (Symbol_table::should_override_with_special): Add fromtype
3917         parameter.  Change all callers.
3918         * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
3919         there is no TLS segment if we have reported some errors.
3920         * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
3921
3922 2011-07-08  Ian Lance Taylor  <iant@google.com>
3923
3924         PR gold/12372
3925         * target.h (Target::plt_address_for_global): New function.
3926         (Target::plt_address_for_local): New function.
3927         (Target::plt_section_for_global): Remove.
3928         (Target::plt_section_for_local): Remove.
3929         (Target::do_plt_address_for_global): New virtual function.
3930         (Target::do_plt_address_for_local): New virtual function.
3931         (Target::do_plt_section_for_global): Remove.
3932         (Target::do_plt_section_for_local): Remove.
3933         (Target::register_global_plt_entry): Add Symbol_table and Layout
3934         parameters.
3935         * output.cc (Output_data_got::Got_entry::write): Use
3936         plt_address_for_global and plt_address_for_local.
3937         * layout.cc (Layout::add_target_dynamic_tags): Use size and
3938         address of output section.
3939         * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
3940         got_irelative_, and irelative_count_ fields.  Update
3941         declarations.
3942         (Output_data_plt_i386::has_irelative_section): New function.
3943         (Output_data_plt_i386::entry_count): Add irelative_count_.
3944         (Output_data_plt_i386::set_final_data_size): Likewise.
3945         (class Target_i386): Add got_irelative_ and rel_irelative_
3946         fields.  Update declarations.
3947         (Target_i386::Target_i386): Initialize new fields.
3948         (Target_i386::do_plt_address_for_global): New function replacing
3949         do_plt_section_for_global.
3950         (Target_i386::do_plt_address_for_local): New function replacing
3951         do_plt_section_for_local.
3952         (Target_i386::got_section): Create got_irelative_.
3953         (Target_i386::rel_irelative_section): New function.
3954         (Output_data_plt_i386::Output_data_plt_i386): Initialize new
3955         fields.  Don't define __rel_iplt_{start,end}.
3956         (Output_data_plt_i386::add_entry): Add symtab and layout
3957         parameters.  Change all callers.  Use different PLT and GOT for
3958         IFUNC symbols.
3959         (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
3960         layout parameters.  Change all callers.  Use different PLT and
3961         GOT.
3962         (Output_data_plt_i386::rel_tls_desc): Fix formatting.
3963         (Output_data_plt_i386::rel_irelative): New function.
3964         (Output_data_plt_i386::address_for_global): New function.
3965         (Output_data_plt_i386::address_for_local): New function.
3966         (Output_data_plt_i386::do_write): Write out IRELATIVE area.  Use
3967         IRELATIVE GOT when changing IFUNC GOT entries.
3968         (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
3969         reloc.
3970         (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
3971         if we didn't create an IRELATIVE GOT.
3972         (Target_i386::Relocate::relocate): Use plt_address_for_global and
3973         plt_address_for_local.
3974         (Target_i386::do_dynsym_value): Use plt_address_for_global.
3975         * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
3976         got_irelative_, and irelative_count_ fields.  Update
3977         declarations.
3978         (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
3979         Initialize new fields.  Remove symtab parameter.  Change all
3980         callers.
3981         (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
3982         irelative_count_.
3983         (Output_data_plt_x86_64::has_irelative_section): New function.
3984         (Output_data_plt_x86_64::entry_count): Add irelative_count_.
3985         (class Target_x86_64): Add got_irelative_ and rel_irelative_
3986         fields.  Update declarations.
3987         (Target_x86_64::Target_x86_64): Initialize new fields.
3988         (Target_x86_64::do_plt_address_for_global): New function replacing
3989         do_plt_section_for_global.
3990         (Target_x86_64::do_plt_address_for_local): New function replacing
3991         do_plt_section_for_local.
3992         (Target_x86_64::got_section): Create got_irelative_.
3993         (Target_x86_64::rela_irelative_section): New function.
3994         (Output_data_plt_x86_64::init): Remove symtab parameter.  Change
3995         all callers.  Don't create __rel_iplt_{start,end}.
3996         (Output_data_plt_x86_64::add_entry): Add symtab and layout
3997         parameters.  Change all callers.  Use different PLT and GOT for
3998         IFUNC symbols.
3999         (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
4000         layout parameters.  Change all callers.  Use different PLT and
4001         GOT.
4002         (Output_data_plt_x86_64::add_relocation): Add symtab and layout
4003         parameters.  Change all callers.  Use different PLT and GOT for
4004         IFUNC symbols.
4005         (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
4006         (Output_data_plt_x86_64::rela_irelative): New function.
4007         (Output_data_plt_x86_64::address_for_global): New function.
4008         (Output_data_plt_x86_64::address_for_local): New function.
4009         (Output_data_plt_x86_64::set_final_data_size): Likewise.
4010         (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
4011         (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
4012         (Target_x86_64::register_global_plt_entry): Add symtab and layout
4013         parameters.
4014         (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
4015         reloc.
4016         (Target_x86_64::do_finalize_sections): Create the __rela_iplt
4017         symbols if we didn't create an IRELATIVE GOT.
4018         (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
4019         plt_address_for_local.
4020         (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
4021         * testsuite/ifuncvar1.c: New test file.
4022         * testsuite/ifuncvar2.c: New test file.
4023         * testsuite/ifuncvar3.c: New test file.
4024         * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
4025         (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
4026         (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
4027         (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
4028         * testsuite/Makefile.in: Rebuild.
4029
4030 2011-07-07  Cary Coutant  <ccoutant@google.com>
4031
4032         * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
4033         (two_file_test_1_ndebug.o): Likewise.
4034         (two_file_test_1b_ndebug.o): Likewise.
4035         (two_file_test_2_ndebug.o): Likewise.
4036         (two_file_test_main_ndebug.o): Likewise.
4037         (incremental_test_2): Link with no-debug versions.
4038
4039 2011-07-06  Cary Coutant  <ccoutant@google.com>
4040
4041         * gold/incremental.cc
4042         (Output_section_incremental_inputs::write_info_blocks): Check for
4043         hidden and internal symbols.
4044
4045 2011-07-06  Cary Coutant  <ccoutant@google.com>
4046
4047         * incremental.cc (Sized_incremental_binary::do_file_has_changed):
4048         Check disposition for startup file.
4049         (Incremental_inputs::report_command_line): Ignore
4050         --incremental-startup-unchanged option.
4051         * options.cc (General_options::parse_incremental_startup_unchanged):
4052         New function.
4053         (General_options::General_options): Initialize new data member.
4054         * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
4055         (General_options): Add --incremental-startup-unchanged option.
4056         (General_options::incremental_startup_disposition): New function.
4057         (General_options::incremental_startup_disposition_): New data member.
4058
4059 2011-07-06  Cary Coutant  <ccoutant@google.com>
4060
4061         * incremental.cc (Sized_incremental_binary::setup_readers): Pass
4062         input file index to Script_info ctor.
4063         (Sized_incremental_binary::do_file_has_changed): Find the
4064         command-line argument for files named in scripts.
4065         * incremental.h (Script_info::Script_info): New ctor
4066         with input file index.
4067         (Script_info::input_file_index): New function.
4068         (Script_info::input_file_index_): New data member.
4069         (Incremental_binary::get_library): Add const.
4070         (Incremental_binary::get_script_info): Add const.
4071         * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
4072         * testsuite/Makefile.am (incremental_test_5): New test case.
4073         (incremental_test_6): New test case.
4074         * testsuite/Makefile.in: Regenerate.
4075
4076 2011-07-06  Cary Coutant  <ccoutant@google.com>
4077
4078         * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
4079         debug output when command lines differ.
4080
4081 2011-07-06  Cary Coutant  <ccoutant@google.com>
4082
4083         * incremental.cc (Incremental_inputs::report_command_line): Ignore
4084         --incremental-patch option.
4085         * layout.cc (Free_list::allocate): Extend allocation beyond original
4086         end if enabled.
4087         (Layout::make_output_section): Mark sections that should get
4088         patch space.
4089         * options.cc (parse_percent): New function.
4090         * options.h (parse_percent): New function.
4091         (DEFINE_percent): New macro.
4092         (General_options): Add --incremental-patch option.
4093         * output.cc (Output_section::Output_section): Initialize new data
4094         members.
4095         (Output_section::add_input_section): Print section name when out
4096         of patch space.
4097         (Output_section::add_output_section_data): Likewise.
4098         (Output_section::set_final_data_size): Add patch space when
4099         doing --incremental-full.
4100         (Output_section::do_reset_address_and_file_offset): Remove patch
4101         space.
4102         (Output_segment::set_section_list_addresses): Print debug output
4103         only if --incremental-update.
4104         * output.h (Output_section::set_is_patch_space_allowed): New function.
4105         (Output_section::is_patch_space_allowed_): New data member.
4106         (Output_section::patch_space_): New data member.
4107         * parameters.cc (Parameters::incremental_full): New function.
4108         * parameters.h (Parameters::incremental_full): New function
4109         * testsuite/Makefile.am (incremental_test_2): Add test for
4110         --incremental-patch option.
4111         * testsuite/Makefile.in: Regenerate.
4112         * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
4113         (t18): Remove function body.
4114
4115 2011-07-05  Doug Kwan  <dougkwan@google.com>
4116
4117         PR gold/12771
4118         * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
4119         Arm_Address type for relocation result.
4120         (Arm_relocate_functions::abs16): Use unaligned access.  Also fix
4121         overflow check.
4122         (Arm_relocate_functions::abs32): Use unaligned access.
4123         (Arm_relocate_functions::rel32): Ditto.
4124         (Arm_relocate_functions::prel31): Ditto.
4125         (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
4126         * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
4127         static data relocations.
4128         * testsuite/Makefile.in: Regnerate.
4129         * testsuite/arm_unaligned_reloc.{s,sh}: New files.
4130
4131 2011-07-05  Ian Lance Taylor  <iant@google.com>
4132
4133         PR gold/12392
4134         * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
4135         symbols if necessary.
4136         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
4137
4138 2011-07-05  Ian Lance Taylor  <iant@google.com>
4139
4140         PR gold/12952
4141         * resolve.cc (Symbol::override_base_with_special): Simply override
4142         version with special symbol version, ignoring previous version.
4143
4144 2011-07-05  Ian Lance Taylor  <iant@google.com>
4145
4146         * object.cc (Sized_relobj_file::include_section_group): Add
4147         information to comment about signature location.
4148
4149 2011-07-02  Ian Lance Taylor  <iant@google.com>
4150
4151         PR gold/12957
4152         * options.h (class General_options): Add -f and -F.
4153         * options.cc (General_options::finalize): Fatal error if -f/-F
4154         are used without -shared.
4155         * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
4156
4157 2011-07-02  Ian Lance Taylor  <iant@google.com>
4158
4159         * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
4160
4161 2011-07-01  Ian Lance Taylor  <iant@google.com>
4162
4163         PR gold/12525
4164         PR gold/12952
4165         * resolve.cc (Symbol::override_base_with_special): Don't override
4166         the version if the overriding symbol has a different name.
4167         * dynobj.cc (Versions::add_def): Add dynpool parameter.  Change
4168         all callers.  If we give an error about an undefined version,
4169         define the base version if necessary.
4170         * dynobj.h (class Versions): Update declaration.
4171         * testsuite/weak_alias_test_5.cc: New file.
4172         * testsuite/weak_alias_test.script: New file.
4173         * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
4174         and versioned_alias have the right value, and call t2.
4175         * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
4176         weak_alias_test_5.so.
4177         (weak_alias_test_LDADD): Likewise.
4178         (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
4179         * testsuite/Makefile.in: Rebuild.
4180
4181 2011-07-01  Ian Lance Taylor  <iant@google.com>
4182
4183         PR gold/12525
4184         * options.h (class General_options): Support -z notext.
4185         * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
4186         -Wl,-z,notext.
4187         (two_file_shared_nonpic.so): Likewise.
4188         (two_file_shared_mixed.so): Likewise.
4189         (two_file_shared_mixed_1.so): Likewise.
4190         (weak_undef_lib_nonpic.so): Likewise.
4191         (alt/weak_undef_lib_nonpic.so): Likewise.
4192         (tls_test_shared_nonpic.so): Likewise.
4193         * testsuite/Makefile.in: Rebuild.
4194
4195 2011-07-01  Ian Lance Taylor  <iant@google.com>
4196
4197         PR gold/12525
4198         * configure.ac: Test whether static linking works, setting
4199         the automake conditional HAVE_STATIC.
4200         * testsuite/Makefile.am: Disable tests using -static if
4201         HAVE_STATIC is not true.
4202         * configure, testsuite/Makefile.in: Rebuild.
4203
4204 2011-07-01  Ian Lance Taylor  <iant@google.com>
4205
4206         PR gold/12525
4207         * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
4208         Assert if we see DW_EH_PE_indirect.
4209         * target.h (Target::ehframe_datarel_base): New function.
4210         (Target::do_ehframe_datarel_base): New target function.
4211         * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
4212         * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
4213         function.
4214
4215 2011-07-01  Ian Lance Taylor  <iant@google.com>
4216
4217         PR gold/12571
4218         * options.h (class General_options): Add
4219         --ld-generated-unwind-info.
4220         * ehframe.cc (Fde::write): Add address parameter.  Change all
4221         callers.  If associated with PLT, fill in address and size.
4222         (Cie::set_output_offset): Only add merge mapping if there is an
4223         object.
4224         (Cie::write): Add address parameter.  Change all callers.
4225         (Eh_frame::add_ehframe_for_plt): New function.
4226         * ehframe.h (class Fde): Update declarations.  Move shndx_ and
4227         input_offset_ fields into union u_, with new plt field.
4228         (Fde::Fde): Adjust for new union field.
4229         (Fde::Fde) [Output_data version]: New constructor.
4230         (Fde::add_mapping): Only add merge mapping if there is an object.
4231         (class Cie): Update declarations.
4232         (class Eh_frame): Declare add_ehframe_for_plt.
4233         * layout.cc (Layout::layout_eh_frame): Break out code into
4234         make_eh_frame_section, and call it.
4235         (Layout::make_eh_frame_section): New function.
4236         (Layout::add_eh_frame_for_plt): New function.
4237         * layout.h (class Layout): Update declarations.
4238         * merge.cc (Merge_map::add_mapping): Add assertion.
4239         * i386.cc: Include "dwarf.h".
4240         (class Output_data_plt_i386): Make first_plt_entry,
4241         dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const.  Add
4242         plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4243         and plt_eh_frame_fde.
4244         (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
4245         boundary.  Call add_eh_frame_for_plt if appropriate.
4246         * x86_64.cc: Include "dwarf.h".
4247         (class Output_data_plt_x86_64): Align to 16-byte boundary.  Make
4248         first_plt_entry, plt_entry and tlsdesc_plt_entry const.  Add
4249         plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4250         and plt_eh_frame_fde.
4251         (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
4252         appropriate.
4253
4254 2011-06-29  Ian Lance Taylor  <iant@google.com>
4255
4256         PR gold/12629
4257         * object.cc (Sized_relobj_file::layout_section): Change shdr
4258         parameter to be const.
4259         (Sized_relobj_file::layout_eh_frame_section): New function, broken
4260         out of do_layout.
4261         (Sized_relobj_file::do_layout): Defer .eh_frame sections if
4262         appropriate.  Call layout_eh_frame_section.
4263         (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
4264         sections.
4265         * object.h (class Sized_relobj_file): Update declarations.
4266
4267 2011-06-29  Ian Lance Taylor  <iant@google.com>
4268
4269         PR gold/12652
4270         * script.cc (Token::integer_value): Accept trailing M/m/K/k
4271         modifier.
4272         (Lex::gather_token): Accept trailing M/m/K/k for integers.
4273
4274 2011-06-29  Ian Lance Taylor  <iant@google.com>
4275
4276         PR gold/12675
4277         * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
4278         SHT_X86_64_UNWIND.
4279         * layout.cc (Layout::layout_eh_frame): Likewise.
4280
4281 2011-06-29  Ian Lance Taylor  <iant@google.com>
4282
4283         PR gold/12695
4284         * layout.cc (Layout::symtab_section_shndx): New function.
4285         * layout.h (class Layout): Declare symtab_section_shndx.
4286         * output.cc (Output_section::write_header): Call it.
4287
4288 2011-06-29  Ian Lance Taylor  <iant@google.com>
4289
4290         PR gold/12818
4291         * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
4292         symbols which are not used in a relocation.
4293
4294 2011-06-28  Ian Lance Taylor  <iant@google.com>
4295
4296         PR gold/12898
4297         * layout.cc (Layout::segment_precedes): Don't crash if a linker
4298         script create indistinguishable segments.
4299         (Layout::set_segment_offsets): Use stable_sort when sorting
4300         segments.  Pass this to Compare_segments constructor.
4301         * layout.h (class Layout): Make segment_precedes non-static.
4302         (class Compare_segments): Change from struct to class.  Add
4303         layout_ field.  Add constructor.
4304         * script-sections.cc
4305         (Script_sections::attach_sections_using_phdrs_clause): Rename
4306         local orphan to is_orphan.  Don't report failure to put empty
4307         section in segment.  On attachment failure, report name of
4308         section, and attach to first PT_LOAD segment.
4309
4310 2011-06-28  Ian Lance Taylor  <iant@google.com>
4311
4312         PR gold/12934
4313         * target-select.cc (Target_selector::Target_selector): Add
4314         emulation parameter.  Change all callers.
4315         (select_target_by_bfd_name): Rename from select_target_by_name.
4316         Change all callers.
4317         (select_target_by_emulation): New function.
4318         (supported_emulation_names): New function.
4319         * target-select.h (class Target_selector): Add emulation_ field.
4320         Update declarations.
4321         (Target_selector::recognize_by_bfd_name): Rename from
4322         recognize_by_name.  Change all callers.
4323         (Target_selector::supported_bfd_names): Rename from
4324         supported_names.  Change all callers.
4325         (Target_selector::recognize_by_emulation): New function.
4326         (Target_selector::supported_emulations): New function.
4327         (Target_selector::emulation): New function.
4328         (Target_selector::do_recognize_by_bfd_name): Rename from
4329         do_recognize_by_name.  Change all callers.
4330         (Target_selector::do_supported_bfd_names): Rename from
4331         do_supported_names.  Change all callers.
4332         (Target_selector::do_recognize_by_emulation): New function.
4333         (Target_selector::do_supported_emulations): New function.
4334         (select_target_by_bfd_name): Change name in declaration.
4335         (select_target_by_emulation): Declare.
4336         (supported_emulation_names): Declare.
4337         * parameters.cc (parameters_force_valid_target): Try to find
4338         target based on emulation from -m option.
4339         * options.h (class General_options): Change doc string for -m.
4340         * options.cc (help): Print emulations.
4341         (General_options::parse_V): Likewise.
4342         * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
4343         Add emulation parameter.  Change all callers.
4344
4345 2011-06-28  Ian Lance Taylor  <iant@google.com>
4346
4347         * target.h (class Target): Add osabi_ field.
4348         (Target::osabi): New function.
4349         (Target::set_osabi): New function.
4350         (Target::Target): Initialize osabi_.
4351         (Target::do_adjust_elf_header): Make pure virtual.
4352         (Sized_target::do_adjust_elf_header): Declare.
4353         * target.cc (Sized_target::do_adjust_elf_header): New function.
4354         (class Sized_target): Instantiate all versions.
4355         * freebsd.h (class Target_freebsd): Remove.
4356         (Target_selector_freebsd::do_recognize): Call set_osabi on
4357         Target.
4358         (Target_selector_freebsd::do_recognize_by_name): Likewise.
4359         (Target_selector_freebsd::set_osabi): Remove.
4360         * i386.cc (class Target_i386): Inherit from Sized_target rather
4361         than Target_freebsd.
4362         * x86_64.cc (class Target_x86_64): Likewise.
4363
4364 2011-06-28  Ian Lance Taylor  <iant@google.com>
4365
4366         * target.h (Target::can_check_for_function_pointers): Rewrite.
4367         Make non-virtual.
4368         (Target::can_icf_inline_merge_sections): Likewise.
4369         (Target::section_may_have_icf_unsafe_poineters): Likewise.
4370         (Target::Target_info): Add can_icf_inline_merge_sections field.
4371         (Target::do_can_check_for_function_pointers): New virtual
4372         function.
4373         (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
4374         * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
4375         from can_check_for_function_pointers, move in file.
4376         (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
4377         section_may_have_icf_unsafe_poineters, move in file.
4378         (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
4379         * i386.cc (Target_i386::do_can_check_for_function_pointers):
4380         Rename from can_check_for_function_pointers, move in file.
4381         (Target_i386::can_icf_inline_merge_sections): Remove.
4382         (Target_i386::i386_info): Initialize
4383         can_icf_inline_merge_sections.
4384         * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
4385         Initialize can_icf_inline_merge_sections.
4386         * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
4387         * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
4388         Rename from can_check_for_function_pointers, move in file.
4389         (Target_x86_64::can_icf_inline_merge_sections): Remove.
4390         (Target_x86_64::x86_64_info): Initialize
4391         can_icf_inline_merge_sections.
4392         * testsuite/testfile.cc (Target_test::test_target_info):
4393         Likewise.
4394         * icf.cc (get_section_contents): Correct formatting.
4395
4396 2011-06-27  Ian Lance Taylor  <iant@google.com>
4397
4398         * symtab.cc (Symbol::versioned_name): New function.
4399         (Symbol_table::add_to_final_symtab): Use versioned_name when
4400         appropriate.
4401         (Symbol_table::sized_write_symbol): Likewise.
4402         * symtab.h (class Symbol): Declare versioned_name.
4403         * stringpool.h (class Stringpool_template): Add variant of add
4404         which takes a std::basic_string.
4405         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
4406         (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
4407         (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
4408         (ver_test_12.o): New target.
4409         * testsuite/Makefile.in: Rebuild.
4410
4411 2011-06-27  Doug Kwan  <dougkwan@google.com>
4412
4413         * arm.cc (Arm_relocate_functions::thm_jump8,
4414         Arm_relocate_functions::thm_jump11): Use a wider signed
4415         type to compute offset.
4416         * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
4417         arm_thm_jump8.
4418         * testsuite/Makefile.in: Regenerate.
4419         * testsuite/arm_branch_in_range.sh: Check test results of
4420         arm_thm_jump11 and arm_thm_jump8.
4421         * testsuite/arm_thm_jump11.s: New test source file.
4422         * testsuite/arm_thm_jump11.t: New linker script.
4423         * testsuite/arm_thm_jump8.s: New test source file.
4424         * testsuite/arm_thm_jump8.t: New linker script.
4425
4426 2011-06-24  Ian Lance Taylor  <iant@google.com>
4427
4428         * layout.cc: Include "object.h".
4429         (ctors_sections_in_init_array): New static variable.
4430         (Layout::is_ctors_in_init_array): New function.
4431         (Layout::layout): Add entry to ctors_sections_in_init_array if
4432         appropriate.
4433         * layout.h (class Layout): Declare is_ctors_in_init_array.
4434         * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
4435         is_ctors_reverse_view is set.
4436         (Sized_relobj_file::write_sections): Add layout parameter.  Change
4437         all callers.  Set is_ctors_reverse_view field of View_size.
4438         (Sized_relobj_file::reverse_words): New function.
4439         * object.h (Sized_relobj_file::View_size): Add
4440         is_ctors_reverse_view field.
4441         (class Sized_relobj_file): Update declarations.
4442         * testsuite/initpri3.c: New test.
4443         * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
4444         initpri3b.
4445         (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
4446         (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
4447         (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
4448         (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
4449         * testsuite/Makefile.in: Rebuild.
4450
4451 2011-06-24  Cary Coutant  <ccoutant@google.com>
4452
4453         * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
4454         (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
4455         (debug_msg_cdebug.err): New targets.
4456         * testsuite/Makefile.in: Regenerate.
4457         * testsuite/debug_msg.sh: Check output of link with compressed debug.
4458         Fix checks for link with shared library.
4459
4460 2011-06-24  Doug Kwan  <dougkwan@google.com>
4461
4462         * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
4463         skip empty text sections.
4464         * testsuite/arm_exidx_test.s: Test handling of an empty text section.
4465
4466 2011-06-22  Ian Lance Taylor  <iant@google.com>
4467
4468         PR gold/12910
4469         * options.h (class General_options): Add --ctors-in-init-array.
4470         * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
4471         friends as SHT_PROGBITS for merging sections.
4472         (Layout::layout): Remove special handling of .init_array and
4473         friends.  Don't sort if doing relocatable link.  Sort for .ctors
4474         and .dtors if ctors_in_init_array.
4475         (Layout::make_output_section): Force correct section types for
4476         .init_array and friends.  Don't sort if doing relocatable link,
4477         Don't sort .ctors and .dtors if ctors_in_init_array.
4478         (Layout::section_name_mapping): Remove .ctors. and .dtorso.
4479         (Layout::output_section_name): Add relobj parameter.  Change all
4480         callers.  Handle .ctors. and .dtors. in code rather than table.
4481         Handle .ctors and .dtors if ctors_in_init_array.
4482         (Layout::match_file_name): New function, moved from output.cc.
4483         * layout.h (class Layout): Update declarations.
4484         * output.cc: Include "layout.h".
4485         (Input_section_sort_entry::get_priority): New function.
4486         (Input_section_sort_entry::match_file_name): Just call
4487         Layout::match_file_name.
4488         (Output_section::Input_section_sort_init_fini_compare::operator()):
4489         Handle .ctors and .dtors.  Sort by explicit priority rather than
4490         by name.
4491         * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
4492         * testsuite/initpri2.c: New test.
4493         * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
4494         (check_PROGRAMS): Add initpri2.
4495         (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
4496         (initpri2_LDFLAGS, initpri2_LDADD): New variables.
4497         * configure, testsuite/Makefile.in: Rebuild.
4498
4499 2011-06-19  Ian Lance Taylor  <iant@google.com>
4500
4501         PR gold/12880
4502         * layout.cc (Layout::attach_allocated_section_to_segment): Add a
4503         .interp section to a PT_INTERP segment even if we have seen a
4504         --dynamic-linker option.  Don't do it if we have seen a PHDRS
4505         clause in a linker script.
4506         (Layout::finalize): Don't create a .interp section if we've
4507         already create a PT_INTERP segment.
4508         (Layout::create_interp): Always call choose_output_section (revert
4509         patch of 2011-06-17).  Don't create PT_INTERP segment.
4510         * script-sections.cc
4511         (Script_sections::create_note_and_tls_segments): Add a .interp
4512         section to a PT_INTERP segment even if we have seen a
4513         --dynamic-linker option.
4514
4515 2011-06-18  Ian Lance Taylor  <iant@google.com>
4516
4517         * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
4518         merely because a non-PT_LOAD segment has a dynamic reloc.
4519
4520 2011-06-18  Ian Lance Taylor  <iant@google.com>
4521
4522         * layout.cc (Layout::finish_dynamic_section): Don't create
4523         DT_FLAGS entry if not needed.
4524
4525 2011-06-18  Ian Lance Taylor  <iant@google.com>
4526
4527         PR gold/12745
4528         * layout.cc (Layout::layout_eh_frame): Correct handling of
4529         writable .eh_frame section.
4530
4531 2011-06-17  Ian Lance Taylor  <iant@google.com>
4532
4533         PR gold/12893
4534         * resolve.cc (Symbol_table::resolve): Don't give an error if a
4535         symbol is redefined with the exact same object and value.
4536
4537 2011-06-17  Ian Lance Taylor  <iant@google.com>
4538
4539         PR gold/12880
4540         * layout.h (class Layout): Add interp_segment_ field.
4541         * layout.cc (Layout::Layout): Initialize interp_segment_ field.
4542         (Layout::attach_allocated_section_to_segment): If making shared
4543         library, put .interp section in PT_INTERP segment.
4544         (Layout::finalize): Also call create_interp if -dynamic-linker
4545         option was used.
4546         (Layout::create_interp): Assert that there is no PT_INTERP
4547         segment.  If not using a SECTIONS clause, use make_output_section.
4548         (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
4549         * script-sections.cc
4550         (Script_sections::create_note_and_tls_segments): If making shared
4551         library, put .interp section in PT_INTERP segment.
4552
4553 2011-06-17  Ian Lance Taylor  <iant@google.com>
4554
4555         * object.cc (Sized_relobj_file::do_layout): Keep warning sections
4556         when making a shared library.
4557
4558 2011-06-17  Ian Lance Taylor  <iant@google.com>
4559
4560         * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
4561         parameter.  Change all callers.  Don't issue warning about PC32
4562         against locally defined symbol.
4563
4564 2011-06-16  Ian Lance Taylor  <iant@google.com>
4565
4566         * symtab.cc (Warnings::issue_warning): Don't warn if relocation
4567         occurs in same object.
4568
4569 2011-06-14  Alan Modra  <amodra@gmail.com>
4570
4571         * po/POTFILES.in: Regenerate.
4572
4573 2011-06-09  Ian Lance Taylor  <iant@google.com>
4574
4575         * script-sections.cc
4576         (Orphan_output_section::set_section_addresses): For a relocatable
4577         link set address to 0.
4578
4579 2011-06-09  Cary Coutant  <ccoutant@google.com>
4580
4581         PR gold/12804
4582         * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
4583         used with --compress-debug-sections.
4584         * gold/object.cc (Sized_relobj_file::do_layout): Report
4585         uncompressed size of compressed input sections.
4586
4587 2011-06-08  Cary Coutant  <ccoutant@google.com>
4588
4589         PR gold/12804
4590         * testsuite/two_file_test_2_v1.cc: Change initialization of
4591         v2 to keep it in .data.
4592
4593 2011-06-07  Cary Coutant  <ccoutant@google.com>
4594
4595         * common.cc (Symbol_table::do_allocate_commons_list): Call
4596         gold_fallback.
4597         * errors.cc (Errors::fatal): Adjust call to gold_exit.
4598         (Errors::fallback): New function.
4599         (gold_fallback): New function.
4600         * errors.h (Errors::fallback): New function.
4601         * gold.cc (gold_exit): Change status parameter to enum; adjust
4602         all callers.
4603         (queue_initial_tasks): Call gold_fallback.
4604         * gold.h: Include cstdlib.
4605         (Exit_status): New enum type.
4606         (gold_exit): Change status parameter to enum.
4607         (gold_fallback): New function.
4608         * layout.cc (Layout::set_section_offsets): Call gold_fallback.
4609         (Layout::create_symtab_sections): Likewise.
4610         (Layout::create_shdrs): Likewise.
4611         * main.cc (main): Adjust call to gold_exit.
4612         * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
4613         (Output_data_got::add_got_entry_pair): Likewise.
4614         (Output_section::add_input_section): Likewise.
4615         (Output_section::add_output_section_data): Likewise.
4616         (Output_segment::set_section_list_addresses): Likewise.
4617         * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
4618
4619 2011-06-07  Cary Coutant  <ccoutant@google.com>
4620
4621         * layout.cc (Layout::set_segment_offsets): Don't adjust layout
4622         for incremental links.
4623         * output.cc (Output_segment::set_section_list_addresses): Remove
4624         FIXME and test for TLS or BSS.
4625
4626 2011-06-07  Cary Coutant  <ccoutant@google.com>
4627
4628         * testsuite/Makefile.am: Add incremental_copy_test,
4629         incremental_common_test_1.
4630         * testsuite/Makefile.in: Regenerate.
4631         * testsuite/common_test_1_v1.c: New source file.
4632         * testsuite/common_test_1_v2.c: New source file.
4633         * testsuite/copy_test_v1.cc: New source file.
4634
4635 2011-06-07  Cary Coutant  <ccoutant@google.com>
4636
4637         * common.cc (Symbol_table::do_allocate_commons_list): For incremental
4638         update, allocate common from bss section's free list.
4639         * incremental-dump.cc (dump_incremental_inputs): Print flag for
4640         linker-defined symbols.
4641         * incremental.cc (Sized_incremental_binary::do_process_got_plt):
4642         Skip GOT and PLT entries that are no longer referenced.
4643         (Output_section_incremental_inputs::write_info_blocks): Mark
4644         linker-defined symbols.
4645         (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
4646         * output.cc (Output_section::allocate): New function.
4647         * output.h (Output_section::allocate): New function.
4648         * resolve.cc (Symbol_table::report_resolve_problem): Add case for
4649         linker-defined symbols.
4650         (Symbol::override_base_with_special): Copy is_predefined_ flag.
4651         * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
4652         (Symbol::init_base_output_data): Likewise.
4653         (Symbol::init_base_output_segment): Likewise.
4654         (Symbol::init_base_constant): Likewise.
4655         (Sized_symbol::init_output_data): Likewise.
4656         (Sized_symbol::init_output_segment): Likewise.
4657         (Sized_symbol::init_constant): Likewise.
4658         (Symbol_table::do_define_in_output_data): Likewise.
4659         (Symbol_table::do_define_in_output_segment): Likewise.
4660         (Symbol_table::do_define_as_constant): Likewise.
4661         * symtab.h (Symbol::is_predefined): New function.
4662         (Symbol::init_base_output_data): Add is_predefined parameter.
4663         (Symbol::init_base_output_segment): Likewise.
4664         (Symbol::init_base_constant): Likewise.
4665         (Symbol::is_predefined_): New data member.
4666         (Sized_symbol::init_output_data): Add is_predefined parameter.
4667         (Sized_symbol::init_output_segment): Likewise.
4668         (Sized_symbol::init_constant): Likewise.
4669         (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
4670
4671 2011-06-07  Cary Coutant  <ccoutant@google.com>
4672
4673         * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
4674         instead of emit_copy_reloc.
4675         (Copy_relocs::emit_copy_reloc): Refactor.
4676         (Copy_relocs::make_copy_reloc): New function.
4677         (Copy_relocs::add_copy_reloc): Remove.
4678         * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
4679         section.
4680         (Copy_relocs::make_copy_reloc): New function.
4681         (Copy_relocs::add_copy_reloc): Remove.
4682         * gold.cc (queue_middle_tasks): Emit old COPY relocations from
4683         unchanged input files.
4684         * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
4685         * incremental.cc (Sized_incremental_binary::do_reserve_layout):
4686         Reserve BSS space for COPY relocations.
4687         (Sized_incremental_binary::do_emit_copy_relocs): New function.
4688         (Output_section_incremental_inputs::write_info_blocks): Record
4689         whether a symbol is copied from a shared object.
4690         (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
4691         * incremental.h (enum Incremental_shlib_symbol_flags): New type.
4692         (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
4693         (Incremental_input_entry_reader::get_output_symbol_index): Add
4694         is_copy parameter.
4695         (Incremental_binary::emit_copy_relocs): New function.
4696         (Incremental_binary::do_emit_copy_relocs): New function.
4697         (Sized_incremental_binary::Sized_incremental_binary): Initialize
4698         new data member.
4699         (Sized_incremental_binary::add_copy_reloc): New function.
4700         (Sized_incremental_binary::do_emit_copy_relocs): New function.
4701         (Sized_incremental_binary::Copy_reloc): New struct.
4702         (Sized_incremental_binary::Copy_relocs): New typedef.
4703         (Sized_incremental_binary::copy_relocs_): New data member.
4704         * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
4705         * symtab.h (Symbol_table::add_from_incrobj): Change return type.
4706         * target.h (Sized_target::emit_copy_reloc): New function.
4707         * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
4708
4709 2011-06-02  Cary Coutant  <ccoutant@google.com>
4710
4711         PR gold/12163
4712         * gold/archive.cc (Archive::Archive): Initialize new data member.
4713         (Archive::include_all_members): Return if archive has already been
4714         included.
4715         * gold/archive.h (Archive::include_all_members_): New data member.
4716
4717 2011-06-02  Nick Clifton  <nickc@redhat.com>
4718
4719         * dynobj.h: Fix spelling mistake in comment.
4720         * output.cc: Likewise.
4721
4722 2011-05-31  Doug Kwan  <dougkwan@google.com>
4723             Asier Llano
4724
4725         PR gold/12826
4726         * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
4727         arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
4728         * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up.  Remove
4729         redundant arm_exidx_test.so.
4730         * testsuite/Makefile.in: Regenerate.
4731         (check_SCRIPTS): Add pr12826.sh
4732         (check_DATA): Add pr12826.stdout
4733         (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
4734         * testsuite/pr12826.sh: New file.
4735         * testsuite/pr12826_1.s: Ditto.
4736         * testsuite/pr12826_1.s: Ditto.
4737
4738 2011-05-30  Ian Lance Taylor  <iant@google.com>
4739
4740         * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
4741         sections.
4742
4743 2011-05-29  Ian Lance Taylor  <iant@google.com>
4744
4745         PR gold/12804
4746         * testsuite/Makefile.am: Use different file name for two_file_test
4747         temporary file for each incremental test.
4748         * testsuite/Makefile.in: Rebuild.
4749
4750 2011-05-29  Ian Lance Taylor  <iant@google.com>
4751
4752         * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
4753         binary input file is empty.
4754
4755 2011-05-27  Ian Lance Taylor  <iant@google.com>
4756
4757         * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
4758         (ver_test_9.so): Likewise.
4759         * testsuite/Makefile.in: Rebuild.
4760
4761 2011-05-26 Cary Coutant  <ccoutant@google.com>
4762
4763         * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
4764         * incremental.cc (Incremental_inputs::report_input_section): Fix
4765         comment, indentation.
4766         (Incremental_inputs::report_comdat_group): New function.
4767         (Output_section_incremental_inputs::set_final_data_size): Adjust size
4768         of data for incremental input file entry.
4769         (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
4770         group count, COMDAT group signatures.
4771         (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
4772         an unchanged input file.
4773         * incremental.h (Incremental_object_entry::Incremental_object_entry):
4774         Initialize new data member.
4775         (Incremental_object_entry::add_comdat_group): New function.
4776         (Incremental_object_entry::get_comdat_group_count): New function.
4777         (Incremental_object_entry::get_comdat_signature_key): New function.
4778         (Incremental_object_entry::groups_): New data member.
4779         (Incremental_inputs::report_comdat_group): New function.
4780         (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
4781         data for incremental input file entry.
4782         (Incremental_input_entry_reader::get_comdat_group_count): New function.
4783         (Incremental_input_entry_reader::get_input_section): Adjust size of
4784         data for incremental input file entry.
4785         (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
4786         (Incremental_input_entry_reader::get_comdat_group_signature): New
4787         function.
4788         * object.cc (Sized_relobj::include_section_group): Report kept
4789         COMDAT groups for incremental links.
4790
4791 2011-05-24  David Meyer  <pdox@google.com>
4792
4793         * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
4794         with name parameter.  Add found_name parameter.
4795         * fileread.cc (Input_file::find_file): Adjust code accordingly.
4796         * dirsearch.h (class Dirsearch): Update declaration.
4797
4798 2011-05-24  Ian Lance Taylor  <iant@google.com>
4799
4800         * archive.cc (Library_base::should_include_member): Pull in object
4801         from archive if it defines the entry symbol.
4802         * parameters.cc (Parameters::entry): New function.
4803         * parameters.h (class Parameters): Declare entry.
4804         * output.h (class Output_file_header): Remove entry_ field.
4805         * output.cc (Output_file_header::Output_file_header): Remove entry
4806         parameter.  Change all callers.
4807         (Output_file_header::entry): Use parameters->entry.
4808         * gold.cc (queue_middle_tasks): Likewise.
4809         * plugin.cc (Plugin_hook::run): Likewise.
4810
4811 2011-05-24 Cary Coutant  <ccoutant@google.com>
4812
4813         * gold.cc (queue_initial_tasks): Pass incremental base filename
4814         to Output_file::open_base_file; don't print error message.
4815         * incremental-dump.cc (main): Adjust call to
4816         Output_file::open_for_modification.
4817         * incremental-dump.cc (main): Likewise.
4818         * incremental.cc (Incremental_inputs::report_command_line):
4819         Ignore --incremental-base option when comparing command lines.
4820         Ignore parameter when given as separate argument.
4821         * options.h (class General_options): Add --incremental-base.
4822         * output.cc (Output_file::Output_file):
4823         (Output_file::open_base_file): Add base_name and writable parameters;
4824         read base file into new file; print error message here.
4825         (Output_file::map_no_anonymous): Add writable parameter; adjust all
4826         callers.
4827         * output.h (Output_file::open_for_modification): Rename to...
4828         (Output_file::open_base_file): ...this; add base_name and
4829         writable parameters; adjust all callers.
4830         (Output_file::map_no_anonymous): Add writable parameter; adjust all
4831         callers.
4832         * testsuite/Makefile.am (incremental_test_4): Test
4833         --incremental-base.
4834         * testsuite/Makefile.in: Regenerate.
4835
4836 2011-05-24 Cary Coutant  <ccoutant@google.com>
4837
4838         * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
4839         incremental_test_4.
4840         * testsuite/Makefile.in: Regenerate.
4841         * testsuite/two_file_test_1_v1.cc: New test source file.
4842         * testsuite/two_file_test_1b_v1.cc: New test source file.
4843         * testsuite/two_file_test_2_v1.cc: New test source file.
4844
4845 2011-05-24 Cary Coutant  <ccoutant@google.com>
4846
4847         * dynobj.h (Dynobj::do_dynobj): New function.
4848         * incremental-dump.cc (dump_incremental_inputs): Print as_needed
4849         flag and soname for shared objects.
4850         * incremental.cc (Incremental_inputs::report_object): Make
4851         either Incremental_object_entry or Incremental_dynobj_entry; add
4852         soname to string table.
4853         (Incremental_inputs::report_input_section): Add assertion.
4854         (Output_section_incremental_inputs::set_final_data_size): Adjust
4855         type of input file entry for shared libraries; adjust size of
4856         shared library info entry.
4857         (Output_section_incremental_inputs::write_input_files): Write
4858         as_needed flag for shared libraries.
4859         (Output_section_incremental_inputs::write_info_blocks): Adjust type
4860         of input file entry for shared libraries; write soname.
4861         (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
4862         soname from incremental info.
4863         * incremental.h (enum Incremental_input_flags): Add
4864         INCREMENTAL_INPUT_AS_NEEDED.
4865         (Incremental_input_entry::Incremental_input_entry): Initialize new
4866         data member.
4867         (Incremental_input_entry::set_as_needed): New function.
4868         (Incremental_input_entry::as_needed): New function.
4869         (Incremental_input_entry::do_dynobj_entry): New function.
4870         (Incremental_input_entry::as_needed_): New data member.
4871         (Incremental_object_entry::Incremental_object_entry): Don't check
4872         for shared library.
4873         (Incremental_object_entry::do_type): Likewise.
4874         (class Incremental_dynobj_entry): New class.
4875         (Incremental_input_entry_reader::as_needed): New function.
4876         (Incremental_input_entry_reader::get_soname): New function.
4877         (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
4878         (Incremental_input_entry_reader::get_output_symbol_index): Adjust
4879         size of shared library info entry.
4880         * layout.cc (Layout::finish_dynamic_section): Don't test for
4881         incremental link when adding DT_NEEDED entries.
4882         * object.h (Object::Object): Initialize new data member.
4883         (Object::dynobj): New function.
4884         (Object::set_as_needed): New function.
4885         (Object::as_needed): New function.
4886         (Object::do_dynobj): New function.
4887         (Object::as_needed_): New data member.
4888
4889 2011-05-24 Cary Coutant  <ccoutant@google.com>
4890
4891         * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
4892         info; adjust display of GOT entries.
4893         * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
4894         vector of input objects; remove file_status_.
4895         (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
4896         (Sized_incremental_binary::do_process_got_plt): Adjust calls to
4897         got_plt reader; call target hooks to reserve GOT entries.
4898         (Output_section_incremental_inputs::set_final_data_size): Adjust size
4899         of input file info header and GOT info entry.
4900         (Output_section_incremental_inputs::write_info_blocks): Write dynamic
4901         relocation info.
4902         (Got_plt_view_info::got_descriptor): Remove.
4903         (Got_plt_view_info::sym_index): New data member.
4904         (Got_plt_view_info::input_index): New data member.
4905         (Local_got_offset_visitor::visit): Write input file index.
4906         (Global_got_offset_visitor::visit): Write 0 for input file index.
4907         (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
4908         with sym_index and input_index.
4909         (Output_section_incremental_inputs::write_got_plt): Adjust size of
4910         incremental info GOT entry; replace got_descriptor with input_index.
4911         (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
4912         map from input file index to object.
4913         (Sized_relobj_incr::do_layout): Replace direct data member reference
4914         with accessor function.
4915         (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
4916         * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
4917         Adjust size of input file info header.
4918         (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
4919         (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
4920         (Incremental_input_entry_reader::get_input_section): Adjust size of
4921         input file info header.
4922         (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
4923         of incremental info GOT entry.
4924         (Incremental_got_plt_reader::get_got_desc): Remove.
4925         (Incremental_got_plt_reader::get_got_symndx): New function.
4926         (Incremental_got_plt_reader::get_got_input_index): New function.
4927         (Sized_incremental_binary::Sized_incremental_binary): Remove
4928         file_status_; add input_objects_.
4929         (Sized_incremental_binary::~Sized_incremental_binary): Remove.
4930         (Sized_incremental_binary::set_file_is_unchanged): Remove.
4931         (Sized_incremental_binary::file_is_unchanged): Remove.
4932         (Sized_incremental_binary::set_input_object): New function.
4933         (Sized_incremental_binary::input_object): New function.
4934         (Sized_incremental_binary::file_status_): Remove.
4935         (Sized_incremental_binary::input_objects_): New data member.
4936         (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
4937         references.
4938         (Sized_relobj_incr::invalid_address): Move to base class.
4939         (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
4940         class.
4941         (Sized_relobj_incr::do_output_section_offset): Likewise.
4942         (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
4943         (Sized_relobj_incr::section_offsets_): Likewise.
4944         * object.cc (Sized_relobj::do_for_all_local_got_entries): New
4945         function.
4946         (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
4947         (Sized_relobj_file::layout_section): Replace refs to section_offsets_
4948         with accessor function.
4949         (Sized_relobj_file::do_layout): Likewise.
4950         (Sized_relobj_file::do_layout_deferred_sections): Likewise.
4951         (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
4952         (Sized_relobj_file::compute_final_local_value): Replace refs to
4953         section_offsets_ with accessor function.
4954         (Sized_relobj_file::do_finalize_local_symbols): Likewise.
4955         * object.h (Relobj::Relobj): Initialize new data members.
4956         (Relobj::add_dyn_reloc): New function.
4957         (Relobj::first_dyn_reloc): New function.
4958         (Relobj::dyn_reloc_count): New function.
4959         (Relobj::first_dyn_reloc_): New data member.
4960         (Relobj::dyn_reloc_count_): New data member.
4961         (Sized_relobj): Rename Sized_relobj_base to this; adjust all
4962         references.
4963         (Sized_relobj::Address): New typedef.
4964         (Sized_relobj::invalid_address): Move here from child class.
4965         (Sized_relobj::Sized_relobj): Initialize new data members.
4966         (Sized_relobj::sized_relobj): New function.
4967         (Sized_relobj::is_output_section_offset_invalid): Move here from
4968         child class.
4969         (Sized_relobj::get_output_section_offset): Likewise.
4970         (Sized_relobj::local_has_got_offset): Likewise.
4971         (Sized_relobj::local_got_offset): Likewise.
4972         (Sized_relobj::set_local_got_offset): Likewise.
4973         (Sized_relobj::do_for_all_local_got_entries): Likewise.
4974         (Sized_relobj::clear_got_offsets): New function.
4975         (Sized_relobj::section_offsets): Move here from child class.
4976         (Sized_relobj::do_output_section_offset): Likewise.
4977         (Sized_relobj::do_set_section_offset): Likewise.
4978         (Sized_relobj::Local_got_offsets): Likewise.
4979         (Sized_relobj::local_got_offsets_): Likewise.
4980         (Sized_relobj::section_offsets_): Likewise.
4981         (Sized_relobj_file): Rename Sized_relobj to this; adjust all
4982         references.
4983         (Sized_relobj_file::is_output_section_offset_invalid): Move to base
4984         class.
4985         (Sized_relobj_file::sized_relobj): New function
4986         (Sized_relobj_file::local_has_got_offset): Move to base class.
4987         (Sized_relobj_file::local_got_offset): Likewise.
4988         (Sized_relobj_file::set_local_got_offset): Likewise.
4989         (Sized_relobj_file::get_output_section_offset): Likewise.
4990         (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
4991         (Sized_relobj_file::do_output_section_offset): Likewise.
4992         (Sized_relobj_file::do_set_section_offset): Likewise.
4993         (Sized_relobj_file::Local_got_offsets): Likewise.
4994         (Sized_relobj_file::local_got_offsets_): Likewise.
4995         (Sized_relobj_file::section_offsets_): Likewise.
4996         * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
4997         (all constructors).
4998         (set_needs_dynsym_index): Convert relobj to derived class pointer.
4999         (Output_reloc::get_symbol_index): Likewise.
5000         (Output_reloc::local_section_offset): Likewise.
5001         (Output_reloc::get_address): Likewise.
5002         (Output_reloc::symbol_value): Likewise.
5003         (Output_data_got::reserve_slot): Move to class definition.
5004         (Output_data_got::reserve_local): New function.
5005         (Output_data_got::reserve_slot_for_global): Remove.
5006         (Output_data_got::reserve_global): New function.
5007         * output.h (Output_reloc::Output_reloc): Adjust type of relobj
5008         (all constructors, two instantiations).
5009         (Output_reloc::get_relobj): New function (two instantiations).
5010         (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
5011         (Output_data_reloc_base::add): Convert relobj to derived class pointer.
5012         (Output_data_reloc::add_global): Adjust type of relobj.
5013         (Output_data_reloc::add_global_relative): Likewise.
5014         (Output_data_reloc::add_symbolless_global_addend): Likewise.
5015         (Output_data_reloc::add_local): Likewise.
5016         (Output_data_reloc::add_local_relative): Likewise.
5017         (Output_data_reloc::add_symbolless_local_addend): Likewise.
5018         (Output_data_reloc::add_local_section): Likewise.
5019         (Output_data_reloc::add_output_section): Likewise.
5020         (Output_data_reloc::add_absolute): Likewise.
5021         (Output_data_reloc::add_target_specific): Likewise.
5022         (Output_data_got::reserve_slot): Move definition here.
5023         (Output_data_got::reserve_local): New function.
5024         (Output_data_got::reserve_global): New function.
5025         * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
5026         section_offsets_ with accessor function.
5027         (Sized_relobj_file::write_sections): Likewise.
5028         (Sized_relobj_file::do_relocate_sections): Likewise.
5029         * target.h (Sized_target::reserve_local_got_entry): New function.
5030         (Sized_target::reserve_global_got_entry): New function.
5031         * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
5032         (Target_x86_64::reserve_global_got_entry): New function.
5033         (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
5034
5035 2011-05-23 Cary Coutant  <ccoutant@google.com>
5036
5037         * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
5038         * incremental-dump.cc (dump_incremental_inputs): Mask high-order
5039         bit when checking got_type.
5040         * incremental.cc (Sized_incremental_binary::setup_readers):
5041         Store symbol table and string table locations; initialize bit vector
5042         of file status flags.
5043         (Sized_incremental_binary::do_reserve_layout): Set bit flag for
5044         unchanged files.
5045         (Sized_incremental_binary::do_process_got_plt): New function.
5046         (Sized_incremental_binary::get_symtab_view): Use stored locations.
5047         (Output_section_incremental_inputs::set_final_data_size): Record
5048         file index for each input file.
5049         (Output_section_incremental_inputs::write_got_plt): Store file index
5050         instead of input entry offset for each GOT entry.
5051         * incremental.h
5052         (Incremental_input_entry::Incremental_input_entry): Initialize new
5053         data member.
5054         (Incremental_input_entry::set_offset): Store file index.
5055         (Incremental_input_entry::get_file_index): New function.
5056         (Incremental_input_entry::file_index_): New data member.
5057         (Incremental_binary::process_got_plt): New function.
5058         (Incremental_binary::do_process_got_plt): New function.
5059         (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5060         data members.
5061         (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
5062         (Sized_incremental_binary::set_file_is_unchanged): New function.
5063         (Sized_incremental_binary::file_is_unchanged): New function.
5064         (Sized_incremental_binary::do_process_got_plt): New function.
5065         (Sized_incremental_binary::file_status_): New data member.
5066         (Sized_incremental_binary::main_symtab_loc_): New data member.
5067         (Sized_incremental_binary::main_strtab_loc_): New data member.
5068         * output.cc (Output_data_got::Got_entry::write): Add case
5069         RESERVED_CODE.
5070         (Output_data_got::add_global): Call add_got_entry.
5071         (Output_data_got::add_global_plt): Likewise.
5072         (Output_data_got::add_global_with_rel): Likewise.
5073         (Output_data_got::add_global_with_rela): Likewise.
5074         (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
5075         (Output_data_got::add_global_pair_with_rela): Likewise.
5076         (Output_data_got::add_local): Call add_got_entry.
5077         (Output_data_got::add_local_plt): Likewise.
5078         (Output_data_got::add_local_with_rel): Likewise.
5079         (Output_data_got::add_local_with_rela): Likewise.
5080         (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
5081         (Output_data_got::add_local_pair_with_rela): Likewise.
5082         (Output_data_got::reserve_slot): New function.
5083         (Output_data_got::reserve_slot_for_global): New function.
5084         (Output_data_got::add_got_entry): New function.
5085         (Output_data_got::add_got_entry_pair): New function.
5086         (Output_section::add_output_section_data): Edit FIXME.
5087         * output.h
5088         (Output_section_data_build::Output_section_data_build): New
5089         constructor with size parameter.
5090         (Output_data_space::Output_data_space): Likewise.
5091         (Output_data_got::Output_data_got): Initialize new data member; new
5092         constructor with size parameter.
5093         (Output_data_got::add_constant): Call add_got_entry.
5094         (Output_data_got::reserve_slot): New function.
5095         (Output_data_got::reserve_slot_for_global): New function.
5096         (class Output_data_got::Got_entry): Add RESERVED_CODE.
5097         (Output_data_got::add_got_entry): New function.
5098         (Output_data_got::add_got_entry_pair): New function.
5099         (Output_data_got::free_list_): New data member.
5100         * target.h (Sized_target::init_got_plt_for_update): New function.
5101         (Sized_target::register_global_plt_entry): New function.
5102         * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
5103         Initialize new data member; call init; add constructor with PLT count.
5104         (Output_data_plt_x86_64::init): New function.
5105         (Output_data_plt_x86_64::add_relocation): New function.
5106         (Output_data_plt_x86_64::reserve_slot): New function.
5107         (Output_data_plt_x86_64::free_list_): New data member.
5108         (Target_x86_64::init_got_plt_for_update): New function.
5109         (Target_x86_64::register_global_plt_entry): New function.
5110         (Output_data_plt_x86_64::add_entry): Allocate from free list for
5111         incremental updates.
5112         (Output_data_plt_x86_64::add_relocation): New function.
5113         * testsuite/object_unittest.cc (Object_test): Set default options.
5114
5115 2011-05-16  Ian Lance Taylor  <iant@google.com>
5116
5117         * options.h (class General_options): Make -i a synonym for -r.
5118
5119 2011-05-16  Ian Lance Taylor  <iant@google.com>
5120
5121         * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
5122
5123 2011-05-10 Cary Coutant  <ccoutant@google.com>
5124
5125         * object.cc (Sized_relobj::do_count_local_symbols): Check for
5126         strip_all (-s).
5127
5128 2011-05-06  Ian Lance Taylor  <iant@google.com>
5129
5130         * layout.cc (Layout::layout): If the output section flags change,
5131         update the ordering.
5132
5133 2011-04-25 Cary Coutant  <ccoutant@google.com>
5134
5135         * incremental-dump.cc (dump_incremental_inputs): Print local
5136         symbol info for each input file.
5137         * incremental.cc
5138         (Output_section_incremental_inputs::set_final_data_size): Add local
5139         symbol info to input file entries in incremental info.
5140         (Output_section_incremental_inputs::write_info_blocks): Likewise.
5141         (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
5142         (Sized_incr_relobj::do_add_symbols): Cosmetic change.
5143         (Sized_incr_relobj::do_count_local_symbols): Replace stub with
5144         implementation.
5145         (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
5146         (Sized_incr_relobj::do_relocate): Write the local symbols.
5147         (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
5148         * incremental.h (Incremental_inputs_reader::get_symbol_offset):
5149         Adjust size of input file header.
5150         (Incremental_inputs_reader::get_local_symbol_offset): New function.
5151         (Incremental_inputs_reader::get_local_symbol_count): New function.
5152         (Incremental_inputs_reader::get_input_section): Adjust size of input
5153         file header.
5154         (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
5155         (Sized_incr_relobj::This): New typedef.
5156         (Sized_incr_relobj::sym_size): New const data member.
5157         (Sized_incr_relobj::Local_symbol): New struct.
5158         (Sized_incr_relobj::do_output_local_symbol_count): New function.
5159         (Sized_incr_relobj::do_local_symbol_offset): New function.
5160         (Sized_incr_relobj::local_symbol_count_): New data member.
5161         (Sized_incr_relobj::output_local_dynsym_count_): New data member.
5162         (Sized_incr_relobj::local_symbol_index_): New data member.
5163         (Sized_incr_relobj::local_symbol_offset_): New data member.
5164         (Sized_incr_relobj::local_dynsym_offset_): New data member.
5165         (Sized_incr_relobj::local_symbols_): New data member.
5166         * object.h (Relobj::output_local_symbol_count): New function.
5167         (Relobj::local_symbol_offset): New function.
5168         (Relobj::do_output_local_symbol_count): New function.
5169         (Relobj::do_local_symbol_offset): New function.
5170         (Sized_relobj::do_output_local_symbol_count): New function.
5171         (Sized_relobj::do_local_symbol_offset): New function.
5172
5173 2011-04-22  Vladimir Simonov  <sv@sw.ru>
5174
5175         * descriptors.cc (set_close_on_exec): New function.
5176         (Descriptors::open): Use set_close_on_exec.
5177         * output.cc (S_ISLNK): Define if not defined.
5178
5179 2011-04-22 Cary Coutant  <ccoutant@google.com>
5180
5181         * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5182         global symbol map.
5183         (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5184         (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
5185         (Sized_incr_relobj::do_relocate): Remap section indices in incremental
5186         relocations.
5187         (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
5188         (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
5189         (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
5190         * incremental.h
5191         (Incremental_inputs_reader::global_symbol_reader_at_offset): New
5192         function.
5193         (Incremental_binary::apply_incremental_relocs): New function.
5194         (Incremental_binary::do_apply_incremental_relocs): New function.
5195         (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5196         data member.
5197         (Sized_incremental_binary::add_global_symbol): New function.
5198         (Sized_incremental_binary::global_symbol): New function.
5199         (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5200         (Sized_incremental_binary::symbol_map_): New data member.
5201         * layout.cc (Layout_task_runner::run): Apply incremental relocations.
5202         * target.h (Sized_target::apply_relocation): New function.
5203         * target-reloc.h (apply_relocation): New function.
5204         * x86_64.cc (Target_x86_64::apply_relocation): New function.
5205
5206 2011-04-22  Doug Kwan  <dougkwan@google.com>
5207
5208         * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
5209         flag of a SHT_ARM_EXIDX section.
5210         * testsuite/Makefile.am (arm_exidx_test): New test rules.
5211         * testsuite/Makefile.in: Regenerate.
5212         * testsuite/arm_exidx_test.s: New file.
5213         * testsuite/arm_exidx_test.sh: Same.
5214
5215 2011-04-20 Cary Coutant  <ccoutant@google.com>
5216
5217         PR gold/12689
5218         * archive.h (Incremental_archive_entry::Archive_member):
5219         Initialize arg_serial_ (second constructor).
5220
5221 2011-04-17  Ian Lance Taylor  <iant@google.com>
5222
5223         * object.cc (Relocate_info::location): Simplify location string.
5224         * errors.cc (Errors::error_at_location): Don't print program
5225         name.
5226         (Errors::warning_at_location): Likewise.
5227         (Errors::undefined_symbol): Likewise.
5228         * testsuite/debug_msg.sh: Update accordingly.
5229
5230 2011-04-14 Cary Coutant  <ccoutant@google.com>
5231
5232         * gold/layout.cc (Layout::symtab_section_offset): New function.
5233         * gold/layout.h (Layout::symtab_section_offset): New function.
5234         * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
5235
5236 2011-04-12  Ian Lance Taylor  <iant@google.com>
5237
5238         * configure.ac: Check for sys/mman.h and mmap.  Check for mremap
5239         with MREMAP_MAYMOVE.
5240         * output.h (class Output_file): Add map_is_allocated_ field.
5241         * output.cc: Only #include <sys/mman.h> if it exists.  If mmap is
5242         not available, provide stubs.  If mremap is not available, #define
5243         it to gold_mremap.
5244         (MREMAP_MAYMOVE): Define if not defined.
5245         (Output_file::Output_file): Initialize map_is_allocated_.
5246         (Output_file::resize): Check map_is_allocated_.
5247         (Output_file::map_anonymous): If mmap fails, use malloc.
5248         (Output_file::unmap): Don't do anything for an anonymous map.
5249         * fileread.cc: Only #include <sys/mman.h> if it exists.  If mmap
5250         is not available, provide stubs.
5251         (File_read::View::~View): Use free rather than delete[].
5252         (File_read::make_view): Use malloc rather than new[].  If mmap
5253         fails, use malloc.
5254         (File_read::find_or_make_view): Use malloc rather than new[].
5255         * gold.h: Remove HAVE_REMAP code.
5256         * mremap.c: #include <errno.h>.  Only #include <sys/mman.h> if it
5257         exists.  Rename mremap to gold_mremap.  If mmap is not available
5258         don't do anything.
5259         * configure, config.in: Rebuild.
5260
5261 2011-04-11  Ian Lance Taylor  <iant@google.com>
5262
5263         * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
5264         initialize local variable v.
5265
5266 2011-04-11  Cary Coutant  <ccoutant@google.com>
5267
5268         * archive.cc (Archive::include_member): Adjust call to
5269         report_object.
5270         (Add_archive_symbols::run): Track argument serial numbers.
5271         (Lib_group::include_member): Likewise.
5272         (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
5273         * archive.h (Incremental_archive_entry::Archive_member):
5274         Initialize arg_serial_.
5275         (Archive_member::arg_serial_): New data member.
5276         * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
5277         (Sized_dynobj::do_add_symbols): Track symbols when doing an
5278         incremental link.
5279         (Sized_dynobj::do_for_all_local_got_entries): New function.
5280         * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
5281         function.
5282         * fileread.cc (get_mtime): New function.
5283         * fileread.h (get_mtime): New function.
5284         * gold.cc (queue_initial_tasks): Check for incremental update.
5285         (process_incremental_input): New function.
5286         (queue_middle_tasks): Don't force valid target for incremental
5287         update.
5288         * incremental-dump.cc (find_input_containing_global): Adjust
5289         size of symbol info entry.
5290         (dump_incremental_inputs): Dump argument serial number and
5291         in_system_directory flag; bias shndx by 1; print symbol names
5292         when dumping per-file symbol lists; use new symbol info readers.
5293         * incremental.cc
5294         (Output_section_incremental_inputs:update_data_size): New function.
5295         (Sized_incremental_binary::setup_readers): Setup input readers
5296         for each input file; build maps for files added from libraries
5297         and scripts.
5298         (Sized_incremental_binary::check_input_args): New function.
5299         (Sized_incremental_binary::do_check_inputs): Build map of argument
5300         serial numbers to input arguments.
5301         (Sized_incremental_binary::do_file_has_changed): Rename
5302         do_file_is_unchanged to this; compare file modification times.
5303         (Sized_incremental_binary::do_init_layout): New function.
5304         (Sized_incremental_binary::do_reserve_layout): New function.
5305         (Sized_incremental_binary::do_get_input_reader): Remove.
5306         (Sized_incremental_binary::get_symtab_view): New function.
5307         (Incremental_checker::can_incrementally_link_output_file): Remove.
5308         (Incremental_inputs::report_command_line): Exclude --debug options.
5309         (Incremental_inputs::report_archive_begin): Add parameter; track
5310         argument serial numbers; don't put input file entry for archive
5311         before archive members.
5312         (Incremental_inputs::report_archive_end): Put input file entry
5313         for archive after archive members.
5314         (Incremental_inputs::report_object): Add parameter; track argument
5315         serial numbers and in_system_directory flag.
5316         (Incremental_inputs::report_script): Add parameter; track argument
5317         serial numbers.
5318         (Output_section_incremental_inputs::set_final_data_size): Adjust
5319         size of symbol info entry; check for forwarding symbols.
5320         (Output_section_incremental_inputs::write_input_files): Write
5321         in_system_directory flag and argument serial number.
5322         (Output_section_incremental_inputs::write_info_blocks): Map section
5323         indices between incremental info and original input file; store
5324         input section index for each symbol.
5325         (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
5326         change operator() to visit().
5327         (class Global_got_offset_visitor): Likewise.
5328         (class Global_symbol_visitor_got_plt):
5329         (Output_section_incremental_inputs::write_got_plt): Use new visitor
5330         classes.
5331         (Sized_incr_relobj::Sized_incr_relobj): New constructor.
5332         (Sized_incr_relobj::do_read_symbols): New function.
5333         (Sized_incr_relobj::do_layout): New function.
5334         (Sized_incr_relobj::do_layout_deferred_sections): New function.
5335         (Sized_incr_relobj::do_add_symbols): New function.
5336         (Sized_incr_relobj::do_should_include_member): New function.
5337         (Sized_incr_relobj::do_for_all_global_symbols): New function.
5338         (Sized_incr_relobj::do_for_all_local_got_entries): New function.
5339         (Sized_incr_relobj::do_section_size): New function.
5340         (Sized_incr_relobj::do_section_name): New function.
5341         (Sized_incr_relobj::do_section_contents): New function.
5342         (Sized_incr_relobj::do_section_flags): New function.
5343         (Sized_incr_relobj::do_section_entsize): New function.
5344         (Sized_incr_relobj::do_section_address): New function.
5345         (Sized_incr_relobj::do_section_type): New function.
5346         (Sized_incr_relobj::do_section_link): New function.
5347         (Sized_incr_relobj::do_section_info): New function.
5348         (Sized_incr_relobj::do_section_addralign): New function.
5349         (Sized_incr_relobj::do_initialize_xindex): New function.
5350         (Sized_incr_relobj::do_get_global_symbol_counts): New function.
5351         (Sized_incr_relobj::do_read_relocs): New function.
5352         (Sized_incr_relobj::do_gc_process_relocs): New function.
5353         (Sized_incr_relobj::do_scan_relocs): New function.
5354         (Sized_incr_relobj::do_count_local_symbols): New function.
5355         (Sized_incr_relobj::do_finalize_local_symbols): New function.
5356         (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
5357         (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
5358         (Sized_incr_relobj::do_relocate): New function.
5359         (Sized_incr_relobj::do_set_section_offset): New function.
5360         (Sized_incr_dynobj::Sized_incr_dynobj): New function.
5361         (Sized_incr_dynobj::do_read_symbols): New function.
5362         (Sized_incr_dynobj::do_layout): New function.
5363         (Sized_incr_dynobj::do_add_symbols): New function.
5364         (Sized_incr_dynobj::do_should_include_member): New function.
5365         (Sized_incr_dynobj::do_for_all_global_symbols): New function.
5366         (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
5367         (Sized_incr_dynobj::do_section_size): New function.
5368         (Sized_incr_dynobj::do_section_name): New function.
5369         (Sized_incr_dynobj::do_section_contents): New function.
5370         (Sized_incr_dynobj::do_section_flags): New function.
5371         (Sized_incr_dynobj::do_section_entsize): New function.
5372         (Sized_incr_dynobj::do_section_address): New function.
5373         (Sized_incr_dynobj::do_section_type): New function.
5374         (Sized_incr_dynobj::do_section_link): New function.
5375         (Sized_incr_dynobj::do_section_info): New function.
5376         (Sized_incr_dynobj::do_section_addralign): New function.
5377         (Sized_incr_dynobj::do_initialize_xindex): New function.
5378         (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
5379         (make_sized_incremental_object): New function.
5380         (Incremental_library::copy_unused_symbols): New function.
5381         (Incremental_library::do_for_all_unused_symbols): New function.
5382         * incremental.h (enum Incremental_input_flags): New type.
5383         (class Incremental_checker): Remove.
5384         (Incremental_input_entry::Incremental_input_entry): Add argument
5385         serial number.
5386         (Incremental_input_entry::arg_serial): New function.
5387         (Incremental_input_entry::set_is_in_system_directory): New function.
5388         (Incremental_input_entry::is_in_system_directory): New function.
5389         (Incremental_input_entry::arg_serial_): New data member.
5390         (Incremental_input_entry::is_in_system_directory_): New data member.
5391         (class Script_info): Move here from script.h.
5392         (Script_info::Script_info): Add filename parameter.
5393         (Script_info::filename): New function.
5394         (Script_info::filename_): New data member.
5395         (Incremental_script_entry::Incremental_script_entry): Add argument
5396         serial number.
5397         (Incremental_object_entry::Incremental_object_entry): Likewise.
5398         (Incremental_object_entry::add_input_section): Build list of input
5399         sections with map to original shndx.
5400         (Incremental_object_entry::get_input_section_index): New function.
5401         (Incremental_object_entry::shndx_): New data member.
5402         (Incremental_object_entry::name_key_): Rename; adjust all refs.
5403         (Incremental_object_entry::sh_size_): Rename; adjust all refs.
5404         (Incremental_archive_entry::Incremental_archive_entry): Add argument
5405         serial number.
5406         (Incremental_inputs::report_archive_begin): Likewise.
5407         (Incremental_inputs::report_object): Likewise.
5408         (Incremental_inputs::report_script): Likewise.
5409         (class Incremental_global_symbol_reader): New class.
5410         (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
5411         and store flags and input file type.
5412         (Incremental_input_entry_reader::arg_serial): New function.
5413         (Incremental_input_entry_reader::type): Extract type from flags.
5414         (Incremental_input_entry_reader::is_in_system_directory): New function.
5415         (Incremental_input_entry_reader::get_input_section_count): Call
5416         accessor function for type.
5417         (Incremental_input_entry_reader::get_symbol_offset): Call accessor
5418         function for type; adjust size of global symbol entry.
5419         (Incremental_input_entry_reader::get_global_symbol_count): Call
5420         accessor function for type.
5421         (Incremental_input_entry_reader::get_object_count): Likewise.
5422         (Incremental_input_entry_reader::get_object_offset): Likewise.
5423         (Incremental_input_entry_reader::get_member_count): Likewise.
5424         (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
5425         (Incremental_input_entry_reader::get_member_offset): Likewise.
5426         (Incremental_input_entry_reader::get_unused_symbol): Likewise.
5427         (Incremental_input_entry_reader::Global_symbol_info): Remove.
5428         (Incremental_input_entry_reader::get_global_symbol_info): Remove.
5429         (Incremental_input_entry_reader::get_global_symbol_reader): New
5430         function.
5431         (Incremental_input_entry_reader::get_output_symbol_index): New
5432         function.
5433         (Incremental_input_entry_reader::type_): Remove.
5434         (Incremental_input_entry_reader::flags_): New data member.
5435         (Incremental_inputs_reader::input_file_offset): New function.
5436         (Incremental_inputs_reader::input_file_index): New function.
5437         (Incremental_inputs_reader::input_file): Call input_file_offset.
5438         (Incremental_inputs_reader::input_file_at_offset): New function.
5439         (Incremental_relocs_reader::get_r_type): Reformat.
5440         (Incremental_relocs_reader::get_r_shndx): Reformat.
5441         (Incremental_relocs_reader::get_r_offset): Reformat.
5442         (Incremental_relocs_reader::data): New function.
5443         (Incremental_binary::Incremental_binary): Initialize new data members.
5444         (Incremental_binary::check_inputs): Add cmdline parameter.
5445         (Incremental_binary::file_is_unchanged): Remove.
5446         (Input_reader::arg_serial): New function.
5447         (Input_reader::get_unused_symbol_count): New function.
5448         (Input_reader::get_unused_symbol): New function.
5449         (Input_reader::do_arg_serial): New function.
5450         (Input_reader::do_get_unused_symbol_count): New function.
5451         (Input_reader::do_get_unused_symbol): New function.
5452         (Incremental_binary::input_file_count): New function.
5453         (Incremental_binary::get_input_reader): Change signature to use
5454         index instead of filename.
5455         (Incremental_binary::file_has_changed): New function.
5456         (Incremental_binary::get_input_argument): New function.
5457         (Incremental_binary::get_library): New function.
5458         (Incremental_binary::get_script_info): New function.
5459         (Incremental_binary::init_layout): New function.
5460         (Incremental_binary::reserve_layout): New function.
5461         (Incremental_binary::output_file): New function.
5462         (Incremental_binary::do_check_inputs): New function.
5463         (Incremental_binary::do_file_is_unchanged): Remove.
5464         (Incremental_binary::do_file_has_changed): New function.
5465         (Incremental_binary::do_init_layout): New function.
5466         (Incremental_binary::do_reserve_layout): New function.
5467         (Incremental_binary::do_input_file_count): New function.
5468         (Incremental_binary::do_get_input_reader): Change signature.
5469         (Incremental_binary::input_args_map_): New data member.
5470         (Incremental_binary::library_map_): New data member.
5471         (Incremental_binary::script_map_): New data member.
5472         (Sized_incremental_binary::Sized_incremental_binary): Initialize
5473         new data members.
5474         (Sized_incremental_binary::output_section): New function.
5475         (Sized_incremental_binary::inputs_reader): Add const.
5476         (Sized_incremental_binary::symtab_reader): Add const.
5477         (Sized_incremental_binary::relocs_reader): Add const.
5478         (Sized_incremental_binary::got_plt_reader): Add const.
5479         (Sized_incremental_binary::get_symtab_view): New function.
5480         (Sized_incremental_binary::Inputs_reader): New typedef.
5481         (Sized_incremental_binary::Input_entry_reader): New typedef.
5482         (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
5483         (Sized_incremental_binary::do_file_is_unchanged): Remove.
5484         (Sized_incremental_binary::do_file_has_changed): New function.
5485         (Sized_incremental_binary::do_init_layout): New function.
5486         (Sized_incremental_binary::do_reserve_layout): New function.
5487         (Sized_input_reader::Inputs_reader): Remove.
5488         (Sized_input_reader::Input_entry_reader): Remove.
5489         (Sized_input_reader::do_arg_serial): New function.
5490         (Sized_input_reader::do_get_unused_symbol_count): New function.
5491         (Sized_input_reader::do_get_unused_symbol): New function.
5492         (Sized_incremental_binary::do_input_file_count): New function.
5493         (Sized_incremental_binary::do_get_input_reader): Change signature;
5494         use index instead of filename.
5495         (Sized_incremental_binary::section_map_): New data member.
5496         (Sized_incremental_binary::input_entry_readers_): New data member.
5497         (class Sized_incr_relobj): New class.
5498         (class Sized_incr_dynobj): New class.
5499         (make_sized_incremental_object): New function.
5500         (class Incremental_library): New class.
5501         * layout.cc (Free_list::num_lists): New static data member.
5502         (Free_list::num_nodes): New static data member.
5503         (Free_list::num_removes): New static data member.
5504         (Free_list::num_remove_visits): New static data member.
5505         (Free_list::num_allocates): New static data member.
5506         (Free_list::num_allocate_visits): New static data member.
5507         (Free_list::init): New function.
5508         (Free_list::remove): New function.
5509         (Free_list::allocate): New function.
5510         (Free_list::dump): New function.
5511         (Free_list::print_stats): New function.
5512         (Layout_task_runner::run): Resize output file for incremental updates.
5513         (Layout::Layout): Initialize new data members.
5514         (Layout::set_incremental_base): New function.
5515         (Layout::init_fixed_output_section): New function.
5516         (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
5517         incremental updates.
5518         (Layout::create_gold_note): Do not create gold note section for
5519         incremental updates.
5520         (Layout::set_segment_offsets): Do not recalculate RELRO alignment
5521         for incremental updates.
5522         (Layout::set_section_offsets): For incremental updates, allocate space
5523         from free list.
5524         (Layout::create_symtab_sections): Layout with offsets relative to
5525         start of section; for incremental updates, allocate space from free
5526         list.
5527         (Layout::create_shdrs): For incremental updates, allocate space from
5528         free list.
5529         (Layout::finish_dynamic_section): For incremental updates, do not
5530         check --as-needed (fixed in subsequent patch).
5531         * layout.h (class Free_list): New class.
5532         (Layout::set_incremental_base): New function.
5533         (Layout::incremental_base): New function.
5534         (Layout::init_fixed_output_section): New function.
5535         (Layout::allocate): New function.
5536         (Layout::incremental_base_): New data member.
5537         (Layout::free_list_): New data member.
5538         * main.cc (main): Print Free_list statistics.
5539         * object.cc (Relobj::finalize_incremental_relocs): Add
5540         clear_counts parameter; clear counts only when clear_counts is set.
5541         (Sized_relobj::Sized_relobj): Initialize new base class.
5542         (Sized_relobj::do_layout): Don't report special sections.
5543         (Sized_relobj::do_for_all_local_got_entries): New function.
5544         (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
5545         symtab_off to all symbol table offsets.
5546         (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
5547         * object.h (class Got_offset_list): Move to top of file.
5548         (Object::Object): Allow case where input_file == NULL.
5549         (Object::~Object): Likewise.
5550         (Object::input_file): Assert that input_file != NULL.
5551         (Object::lock): Allow case where input_file == NULL.
5552         (Object::unlock): Likewise.
5553         (Object::is_locked): Likewise.
5554         (Object::token): Likewise.
5555         (Object::release): Likewise.
5556         (Object::is_incremental): New function.
5557         (Object::get_mtime): New function.
5558         (Object::for_all_local_got_entries): New function.
5559         (Object::clear_view_cache_marks): Allow case where input_file == NULL.
5560         (Object::set_is_in_system_directory): New function.
5561         (Object::is_in_system_directory): New function.
5562         (Object::do_is_incremental): New function.
5563         (Object::do_get_mtime): New function.
5564         (Object::do_for_all_local_got_entries): New function.
5565         (Object::is_in_system_directory_): New data member.
5566         (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
5567         (class Sized_relobj_base): New class.
5568         (class Sized_relobj): Derive from Sized_relobj_base.
5569         (class Sized_relobj::Symbols): Redeclare from base class.
5570         (class Sized_relobj::local_got_offset_list): Remove.
5571         (class Sized_relobj::Output_sections): Redeclare from base class.
5572         (class Sized_relobj::do_for_all_local_got_entries): New function.
5573         (class Sized_relobj::write_local_symbols): Add offset parameter.
5574         (class Sized_relobj::local_symbol_offset_): Update comment.
5575         (class Sized_relobj::local_dynsym_offset_): Update comment.
5576         * options.cc (Input_arguments::add_file): Remove const.
5577         * options.h (Input_file_argument::Input_file_argument):
5578         Initialize arg_serial_ (all constructors).
5579         (Input_file_argument::set_arg_serial): New function.
5580         (Input_file_argument::arg_serial): New function.
5581         (Input_file_argument::arg_serial_): New data member.
5582         (Input_arguments::Input_arguments): Initialize file_count_.
5583         (Input_arguments::add_file): Remove const.
5584         (Input_arguments::number_of_input_files): New function.
5585         (Input_arguments::file_count_): New data member.
5586         (Command_line::number_of_input_files): Call
5587         Input_arguments::number_of_input_files.
5588         * output.cc (Output_segment_headers::Output_segment_headers):
5589         Set current size.
5590         (Output_section::Input_section::current_data_size): New function.
5591         (Output_section::Output_section): Initialize new data members.
5592         (Output_section::add_input_section): Don't do merge sections for
5593         an incremental link; allocate space from free list for an
5594         incremental update.
5595         (Output_section::add_output_section_data): Allocate space from
5596         free list for an incremental update.
5597         (Output_section::update_data_size): New function.
5598         (Output_section::set_fixed_layout): New function.
5599         (Output_section::reserve): New function.
5600         (Output_segment::set_section_addresses): Remove const.
5601         (Output_segment::set_section_list_addresses): Remove const; allocate
5602         space from free list for an incremental update.
5603         (Output_segment::set_offset): Adjust size of RELRO segment for an
5604         incremental update.
5605         * output.h (Output_data::current_data_size): Move here from
5606         child classes.
5607         (Output_data::pre_finalize_data_size): New function.
5608         (Output_data::update_data_size): New function.
5609         (Output_section_headers::update_data_size): new function.
5610         (Output_section_data_build::current_data_size): Move to Output_data.
5611         (Output_data_strtab::update_data_size): New function.
5612         (Output_section::current_data_size): Move to Output_data.
5613         (Output_section::set_fixed_layout): New function.
5614         (Output_section::has_fixed_layout): New function.
5615         (Output_section::reserve): New function.
5616         (Output_section::update_data_size): New function.
5617         (Output_section::has_fixed_layout_): New data member.
5618         (Output_section::free_list_): New data member.
5619         (Output_segment::set_section_addresses): Remove const.
5620         (Output_segment::set_section_list_addresses): Remove const.
5621         * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
5622         New function.
5623         * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
5624         New function.
5625         * readsyms.cc (Read_symbols::do_read_symbols): Add library
5626         parameter when calling Add_symbols constructor; store argument
5627         serial number for members of a lib group.
5628         (Add_symbols::locks): Allow case where token == NULL.
5629         (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
5630         (Read_member::~Read_member): New function.
5631         (Read_member::is_runnable): New function.
5632         (Read_member::locks): New function.
5633         (Read_member::run): New function.
5634         (Check_script::~Check_script): New function.
5635         (Check_script::is_runnable): New function.
5636         (Check_script::locks): New function.
5637         (Check_script::run): New function.
5638         (Check_library::~Check_library): New function.
5639         (Check_library::is_runnable): New function.
5640         (Check_library::locks): New function.
5641         (Check_library::run): New function.
5642         * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
5643         (Add_symbols::library_): New data member.
5644         (class Read_member): New class.
5645         (class Check_script): New class.
5646         (class Check_library): New class.
5647         * reloc.cc (Read_relocs::is_runnable): Allow case where
5648         token == NULL.
5649         (Read_relocs::locks): Likewise.
5650         (Scan_relocs::locks): Likewise.
5651         (Relocate_task::locks): Likewise.
5652         (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
5653         to clear counters.
5654         (Sized_relobj::incremental_relocs_scan): Fix comment.
5655         (Sized_relobj::do_relocate): Pass output file offset to
5656         write_local_symbols.
5657         (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
5658         from class declaration.
5659         * script.cc (read_input_script): Allocate Script_info; pass
5660         argument serial number to report_script.
5661         * script.h (class Script_info): Move to incremental.h.
5662         * symtab.cc (Symbol_table::add_from_incrobj): New function.
5663         * symtab.h (Symbol_table::add_from_incrobj): New function.
5664         (Symbol_table::set_file_offset): New function.
5665
5666 2011-04-05  Cary Coutant  <ccoutant@google.com>
5667
5668         * incremental-dump.cc (dump_incremental_inputs): Change signature
5669         to take a Sized_incremental_binary; change caller.  Use readers
5670         in Sized_incremental_binary.
5671         * incremental.cc
5672         (Sized_incremental_binary::find_incremental_inputs_sections):
5673         Rename do_find_incremental_inputs_sections to this.
5674         (Sized_incremental_binary::setup_readers): New function.
5675         (Sized_incremental_binary::do_check_inputs): Check
5676         has_incremental_info_ flag; move setup code to setup_readers;
5677         use input readers.
5678         (Sized_incremental_binary::do_file_is_unchanged): New function.
5679         (Sized_incremental_binary::do_get_input_reader): New function.
5680         * incremental.h (class Incremental_binary): Move to end of file.
5681         (Incremental_binary::file_is_unchanged): New function.
5682         (Incremental_binary::do_file_is_unchanged): New function.
5683         (Incremental_binary::Input_reader): New class.
5684         (Incremental_binary::get_input_reader): New function.
5685         (class Sized_incremental_binary): Move to end of file.
5686         (Sized_incremental_binary::Sized_incremental_binary): Setup the
5687         input section reader classes.
5688         (Sized_incremental_binary::has_incremental_info): New function.
5689         (Sized_incremental_binary::inputs_reader): New function.
5690         (Sized_incremental_binary::symtab_reader): New function.
5691         (Sized_incremental_binary::relocs_reader): New function.
5692         (Sized_incremental_binary::got_plt_reader): New function.
5693         (Sized_incremental_binary::do_file_is_unchanged): New function.
5694         (Sized_incremental_binary::Sized_input_reader): New class.
5695         (Sized_incremental_binary::get_input_reader): New function.
5696         (Sized_incremental_binary::find_incremental_inputs_sections):
5697         Rename do_find_incremental_inputs_sections to this.
5698         (Sized_incremental_binary::setup_readers): New function.
5699         (Sized_incremental_binary::has_incremental_info_): New data member.
5700         (Sized_incremental_binary::inputs_reader_): New data member.
5701         (Sized_incremental_binary::symtab_reader_): New data member.
5702         (Sized_incremental_binary::relocs_reader_): New data member.
5703         (Sized_incremental_binary::got_plt_reader_): New data member.
5704         (Sized_incremental_binary::current_input_file_): New data member.
5705
5706 2011-04-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5707
5708         PR gold/12640
5709         * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
5710         violation.
5711
5712 2011-03-30  Cary Coutant  <ccoutant@google.com>
5713
5714         * archive.cc (Archive::include_member): Adjust call to report_object.
5715         (Add_archive_symbols::run): Add script_info to call to
5716         report_archive_begin.
5717         (Lib_group::include_member): Adjust call to report_object.
5718         (Add_lib_group_symbols::run): Adjust call to report_object.
5719         * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
5720         blocks.  Add object count for script input files.
5721         * incremental.cc (Incremental_inputs::report_archive_begin): Add
5722         script_info parameter; change all callers.
5723         (Incremental_inputs::report_object): Add script_info parameter;
5724         change all callers.
5725         (Incremental_inputs::report_script): Store backpointer to
5726         incremental info entry.
5727         (Output_section_incremental_inputs::set_final_data_size): Record
5728         additional information for scripts.
5729         (Output_section_incremental_inputs::write_info_blocks): Likewise.
5730         * incremental.h (Incremental_script_entry::add_object): New function.
5731         (Incremental_script_entry::get_object_count): New function.
5732         (Incremental_script_entry::get_object): New function.
5733         (Incremental_script_entry::objects_): New data member; adjust
5734         constructor.
5735         (Incremental_inputs::report_archive_begin): Add script_info parameter.
5736         (Incremental_inputs::report_object): Add script_info parameter.
5737         (Incremental_inputs_reader::get_object_count): New function.
5738         (Incremental_inputs_reader::get_object_offset): New function.
5739         * options.cc (Input_arguments::add_file): Return reference to
5740         new input argument.
5741         * options.h (Input_argument::set_script_info): New function.
5742         (Input_argument::script_info): New function.
5743         (Input_argument::script_info_): New data member; adjust all
5744         constructors.
5745         (Input_file_group::add_file): Return reference to new input argument.
5746         (Input_file_lib::add_file): Likewise.
5747         (Input_arguments::add_file): Likewise.
5748         * readsyms.cc (Add_symbols::run): Adjust call to report_object.
5749         * script.cc (Parser_closure::Parser_closure): Add script_info
5750         parameter; adjust all callers.
5751         (Parser_closure::script_info): New function.
5752         (Parser_closure::script_info_): New data member.
5753         (read_input_script): Report scripts earlier to incremental info.
5754         (script_add_file): Set script_info in Input_argument.
5755         (script_add_library): Likewise.
5756         * script.h (Script_options::Script_info): Rewrite class.
5757
5758 2011-03-29  Cary Coutant  <ccoutant@google.com>
5759
5760         * archive.cc (Library_base::should_include_member): Move
5761         method here from class Archive.
5762         (Archive::Archive): Initialize base class.
5763         (Archive::should_include_member): Move to base class.
5764         (Archive::do_for_all_unused_symbols): New function.
5765         (Add_archive_symbols::run): Remove redundant access to
5766         incremental_inputs.
5767         (Lib_group::Lib_group): Initialize base class.
5768         (Lib_group::do_filename): New function.
5769         (Lib_group::include_member): Pass pointer to Lib_group to
5770         report_object.
5771         (Lib_group::do_for_all_unused_symbols): New function.
5772         (Add_lib_group_symbols::run): Report archive information for
5773         incremental links.
5774         * archive.h (class Library_base): New base class.
5775         (class Archive): Derive from Library_base.
5776         (Archive::filename): Move to base class.
5777         (Archive::set_incremental_info): Likewise.
5778         (Archive::incremental_info): Likewise.
5779         (Archive::Should_include): Likewise.
5780         (Archive::should_include_member): Likewise.
5781         (Archive::Armap_entry): Remove.
5782         (Archive::Unused_symbol_iterator): Remove.
5783         (Archive::unused_symbols_begin): Remove.
5784         (Archive::unused_symbols_end): Remove.
5785         (Archive::do_filename): New function.
5786         (Archive::do_get_mtime): New function.
5787         (Archive::do_for_all_unused_symbols): New function.
5788         (Archive::task_): Move to base class.
5789         (Archive::incremental_info_): Likewise.
5790         (class Lib_group): Derive from Library_base.
5791         (Lib_group::do_filename): New function.
5792         (Lib_group::do_get_mtime): New function.
5793         (Lib_group::do_for_all_unused_symbols): New function.
5794         (Lib_group::task_): Move to base class.
5795         * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
5796         function.
5797         * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
5798         function.
5799         * incremental.cc (Incremental_inputs::report_archive_begin):
5800         Use Library_base; call library's get_mtime; add incremental inputs
5801         entry before members.
5802         (class Unused_symbol_visitor): New class.
5803         (Incremental_inputs::report_archive_end): Use Library_base; use
5804         visitor class to record unused symbols; don't add incremental inputs
5805         entry after members.
5806         (Incremental_inputs::report_object): Use Library_base.
5807         * incremental.h
5808         (Incremental_archive_entry::Incremental_archive_entry): Remove
5809         unused Archive parameter.
5810         (Incremental_inputs::report_archive_begin): Use Library_base.
5811         (Incremental_inputs::report_archive_end): Likewise.
5812         (Incremental_inputs::report_object): Likewise.
5813         * object.cc (Sized_relobj::do_for_all_global_symbols): New
5814         function.
5815         * object.h (Object::for_all_global_symbols): New function.
5816         (Object::do_for_all_global_symbols): New function.
5817         (Sized_relobj::do_for_all_global_symbols): New function.
5818         * plugin.cc (Sized_pluginobj::do_for_all_global_symbols):  New
5819         function.
5820         * plugin.h (Sized_pluginobj::do_for_all_global_symbols):  New
5821         function.
5822
5823 2011-03-27  Ian Lance Taylor  <iant@google.com>
5824
5825         * archive.cc (Archive::interpret_header): Return -1 if something
5826         goes wrong.  Change callers accordingly.
5827
5828 2011-03-25  Cary Coutant  <ccoutant@google.com>
5829
5830         * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
5831         * testsuite/Makefile.in: Regenerate.
5832
5833 2011-03-23  Rafael Ávila de Espíndola <respindola@mozilla.com>
5834
5835         * plugin.cc (get_view): New.
5836         (Plugin::load): Pass get_view to the plugin.
5837         (Plugin_manager::get_view): New.
5838
5839 2011-03-21  Ian Lance Taylor  <iant@google.com>
5840
5841         * testsuite/final_layout.sh: Rewrite to not use dc.
5842         * testsuite/relro_test.sh: Fail if dc is not present.
5843
5844 2011-03-21  Sriraman Tallam  <tmsriram@google.com>
5845
5846         * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
5847         Change == to -eq.
5848         * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
5849         * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
5850         Change == to -eq.
5851         * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
5852         * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
5853
5854 2011-03-14  Ian Lance Taylor  <iant@google.com>
5855
5856         * script-sections.cc (Sort_output_sections::script_compare):
5857         Rename from is_before, change return type.
5858         (Sort_output_sections::operator()): Adjust accordingly.
5859
5860 2011-03-11  Jeffrey Yasskin  <jyasskin@google.com>
5861
5862         PR gold/12572
5863         * testsuite/odr_violation2.cc: Add comment to make all error line
5864         numbers double digits.
5865         * testsuite/debug_msg.sh: Adjust expected errors.
5866
5867 2011-03-09  Jeffrey Yasskin  <jyasskin@google.com>
5868
5869         * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
5870         but mark earlier ones as non-canonical
5871         (offset_to_iterator): Update search target and example
5872         (do_addr2line): Return extra lines in a vector*
5873         (format_file_lineno): Extract from do_addr2line
5874         (one_addr2line): Add vector* out-param
5875         * dwarf_reader.h (Offset_to_lineno_entry): New field recording
5876         when a lineno entry appeared last for its instruction
5877         (Dwarf_line_info): Add vector* out-param
5878         * object.cc (Relocate_info): Pass NULL for the vector* out-param
5879         * symtab.cc (Odr_violation_compare): Include the lineno in the
5880         comparison again.
5881         (linenos_from_loc): New. Combine the canonical line for an
5882         address with its other lines.
5883         (True_if_intersect): New. Helper functor to make
5884         std::set_intersection a query.
5885         (detect_odr_violations): Compare sets of lines instead of just
5886         one line for each function. This became less deterministic, but
5887         has fewer false positives.
5888         * symtab.h: Declarations.
5889         * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
5890         mix an optimized and non-optimized object in the same binary
5891         (odr_violation2.so): Same.
5892         * testsuite/Makefile.in: Regenerate from Makefile.am.
5893         * testsuite/debug_msg.cc (main): Make OdrDerived classes.
5894         * testsuite/debug_msg.sh: Update line numbers and add
5895         assertions.
5896         * testsuite/odr_violation1.cc: Use OdrDerived, in a
5897         non-optimized context.
5898         * testsuite/odr_violation2.cc: Make sure Ordering::operator()
5899         isn't inlined, and use OdrDerived in an optimized context.
5900         * testsuite/odr_header1.h: Defines OdrDerived, where
5901         optimization will change the
5902         first-instruction-in-the-destructor's file and line number.
5903         * testsuite/odr_header2.h: Defines OdrBase.
5904
5905 2011-03-09  Ian Lance Taylor  <iant@google.com>
5906
5907         * fileread.cc (File_read::clear_views): Don't delete the whole
5908         file view.
5909
5910 2011-03-08  Ian Lance Taylor  <iant@google.com>
5911
5912         PR gold/12525
5913         * fileread.cc: #include <climits>.
5914         (GOLD_IOV_MAX): Define.
5915         (File_read::read_multiple): Limit number of entries by iov_max.
5916         * fileread.h (class File_read): Always set max_readv_entries to
5917         128.
5918
5919 2011-03-07  Ian Lance Taylor  <iant@google.com>
5920
5921         PR gold/12525
5922         * options.h (class General_options): Add -dy and -dn.
5923
5924 2011-03-02  Cary Coutant  <ccoutant@google.com>
5925
5926         * testsuite/script_test_9.t: Add TLS segment.
5927
5928 2011-03-02  Simon Baldwin  <simonb@google.com>
5929
5930         * configure.ac: Add check for gnu_indirect_function support in
5931         the toolchain building binutils.
5932         * configure: Rebuild.
5933
5934 2011-02-18  Rafael Ávila de Espíndola <respindola@mozilla.com>
5935
5936         * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
5937         plugin only symbols.
5938         (Symbol_table::sized_finalize_symbol) Mark symbol only present
5939         in plugin files as not needed in the symbol table.
5940
5941 2011-02-11  Sriraman Tallam  <tmsriram@google.com>
5942
5943         * output.cc (Output_section::add_input_section): Delay fill
5944         generation for section ordering.
5945
5946 2011-02-09  Ian Lance Taylor  <iant@google.com>
5947
5948         PR gold/12316
5949         * object.h (class Sized_relobj): Remove clear_local_symbols.
5950         * reloc.cc (Sized_relobj::do_relocate): Don't call
5951         clear_local_symbols.
5952
5953 2011-02-08  Rafael Ávila de Espíndola <respindola@mozilla.com>
5954
5955         * plugin.cc (is_visible_from_outside): Return true for symbols
5956         in the -u option.
5957
5958 2011-02-04  Jeffrey Yasskin  <jyasskin@google.com>
5959
5960         * symtab.cc (Odr_violation_compare::operator()): Sort by just the
5961         filename.
5962
5963 2011-02-02  Sriraman Tallam  <tmsriram@google.com>
5964
5965         * icf.h (is_section_foldable_candidate): Change type of parameter
5966         to std::string.
5967         * icf.cc (Icf::find_identical_sections): Change type of local variable
5968         section_name to be std::string.
5969         (is_function_ctor_or_dtor): Change type of parameter to std::string.
5970
5971 2011-01-25  Ian Lance Taylor  <iant@google.com>
5972
5973         * script.cc (script_add_extern): Rewrite to use
5974         add_symbol_reference.
5975
5976 2011-01-25  Doug Kwan  <dougkwan@google.com>
5977
5978         * icf.cc (get_section_contents): Always lock section's object.
5979
5980 2011-01-24  Ian Lance Taylor  <iant@google.com>
5981
5982         * options.h (class General_options): Accept
5983         --no-detect-odr-violations.
5984
5985 2011-01-24  Ian Lance Taylor  <iant@google.com>
5986
5987         * version.cc (version_string): Bump to 1.11.
5988
5989 2011-01-24  Ian Lance Taylor  <iant@google.com>
5990
5991         * plugin.cc (class Plugin_rescan): Define new class.
5992         (Plugin_manager::claim_file): Set any_claimed_.
5993         (Plugin_manager::save_archive): New function.
5994         (Plugin_manager::save_input_group): New function.
5995         (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
5996         necessary.
5997         (Plugin_manager::new_undefined_symbol): New function.
5998         (Plugin_manager::rescan): New function.
5999         (Plugin_manager::rescannable_defines): New function.
6000         (Plugin_manager::add_input_file): Set any_added_.
6001         * plugin.h (class Plugin_manager): define new fields rescannable_,
6002         undefined_symbols_, any_claimed_, and any_added_.  Declare
6003         Plugin_rescan as friend.  Declare new functions.
6004         (Plugin_manager::Rescannable): Define type.
6005         (Plugin_manager::Rescannable_list): Define type.
6006         (Plugin_manager::Undefined_symbol_list): Define type.
6007         (Plugin_manager::Plugin_manager): Initialize new fields.
6008         * archive.cc (Archive::defines_symbol): New function.
6009         (Add_archive_symbols::run): Pass archive to plugins if any.
6010         * archive.h (class Archive): Declare defines_symbol.
6011         * readsyms.cc (Input_group::~Input_group): New function.
6012         (Finish_group::run): Pass input_group to plugins if any.
6013         * readsyms.h (class Input_group): Declare destructor.
6014         * symtab.cc (add_from_object): Pass undefined symbol to plugins if
6015         any.
6016
6017 2011-01-10  Ian Lance Taylor  <iant@google.com>
6018
6019         * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
6020         section as relro.
6021         (Layout::set_segment_offsets): Reset increase_relro before calling
6022         set_section_addresses a second time.
6023
6024 2011-01-04  Cary Coutant  <ccoutant@google.com>
6025
6026         * script-sections.cc (Sort_output_sections::operator()): Sort TLS
6027         sections before NOBITS sections.
6028
6029 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
6030
6031         * version.cc (print_version): Update copyright to 2011.
6032
6033 2010-12-23  Cary Coutant  <ccoutant@google.com>
6034
6035         * output.h (Output_data_reloc::add_output_section): Pass OD instead
6036         of OS to this->add.  Add OD parameter to second form of the function.
6037
6038 2010-12-20  Ian Lance Taylor  <iant@google.com>
6039
6040         * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
6041         second of two consecutive entries with same offset.
6042
6043 2010-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6044
6045         * testsuite/Makefile.am (ifuncmain2static_LDADD)
6046         (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
6047         (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
6048         to avoid unneeded links against $(LDADD).
6049         * testsuite/Makefile.in: Regenerate.
6050
6051 2010-12-15  Ian Lance Taylor  <iant@google.com>
6052
6053         PR gold/12324
6054         * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
6055         for R_X86_64_32 and R_X86_64_PC32.
6056         * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
6057         ver_matching_def_pic.o.
6058         (ver_matching_def_pic.o): New target.
6059
6060 2010-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6061
6062         * fileread.cc (file_counts_lock, file_counts_initialize_lock)
6063         (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
6064         Move definition before File_read::View member definitions.
6065         (File_read::View::~View): Initialize and hold lock before
6066         updating current_mapped_bytes.
6067
6068 2010-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6069
6070         * dwarf_reader.cc: Remove outdated comment.
6071         * gold-threads.cc: Fix typo in error message.
6072         * archive.cc: Fix typos in comments.
6073         * archive.h: Likewise.
6074         * arm-reloc-property.cc: Likewise.
6075         * arm-reloc-property.h: Likewise.
6076         * arm-reloc.def: Likewise.
6077         * arm.cc: Likewise.
6078         * attributes.h: Likewise.
6079         * cref.cc: Likewise.
6080         * ehframe.cc: Likewise.
6081         * fileread.h: Likewise.
6082         * gold.h: Likewise.
6083         * i386.cc: Likewise.
6084         * icf.cc: Likewise.
6085         * incremental.h: Likewise.
6086         * int_encoding.cc: Likewise.
6087         * layout.h: Likewise.
6088         * main.cc: Likewise.
6089         * merge.h: Likewise.
6090         * object.cc: Likewise.
6091         * object.h: Likewise.
6092         * options.cc: Likewise.
6093         * readsyms.cc: Likewise.
6094         * reduced_debug_output.cc: Likewise.
6095         * reloc.cc: Likewise.
6096         * script-sections.cc: Likewise.
6097         * sparc.cc: Likewise.
6098         * symtab.h: Likewise.
6099         * target-reloc.h: Likewise.
6100         * target.cc: Likewise.
6101         * target.h: Likewise.
6102         * timer.cc: Likewise.
6103         * timer.h: Likewise.
6104         * x86_64.cc: Likewise.
6105
6106 2010-12-09  Cary Coutant  <ccoutant@google.com>
6107
6108         * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
6109         stack.
6110         * layout.h (Layout::layout_gnu_stack): Add pointer to Object
6111         parameter; change all callers.
6112         * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
6113         * options.h (warn_execstack): New option.
6114
6115 2010-12-07  Doug Kwan  <dougkwan@google.com>
6116
6117         * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
6118         like function call relocations.
6119
6120 2010-12-07  Ian Lance Taylor  <iant@google.com>
6121
6122         * archive.cc (Archive::get_elf_object_for_member): Permit
6123         punconfigured to be NULL.
6124         (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
6125         (Archive::include_member): Pass NULL to get_elf_object_for_member
6126         if we searched for the archive and this is the first included
6127         object.
6128
6129 2010-12-01  Ian Lance Taylor  <iant@google.com>
6130
6131         * dwarf_reader.h (class Sized_dwarf_line_info): Add
6132         track_relocs_type_ field.
6133         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6134         Set track_relocs_type_.
6135         (Sized_dwarf_line_info::process_one_opcode): Ignore the section
6136         contents when using RELA relocs.
6137         (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
6138         reloc_map_.
6139         * reloc.cc (Track_relocs::next_addend): New function.
6140         * reloc.h (class Track_relocs): Declare next_addend.
6141
6142 2010-12-01  Ian Lance Taylor  <iant@google.com>
6143
6144         * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
6145         virtual destructor.
6146
6147 2010-12-01  Ian Lance Taylor  <iant@google.com>
6148
6149         * README: Update compilers known to work and fail.
6150
6151 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6152
6153         * configure.in: For --enable-gold, handle value `default' instead of
6154         `both*'.  Always install ld as ld.bfd, install as ld if gold is
6155         not the default.
6156         * configure: Regenerate.
6157
6158 2010-11-18  Doug Kwan  <dougkwan@google.com>
6159
6160         * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
6161         and right_alignment to be zero.  Store result alignment only if it is
6162         greater than existing alignment.
6163
6164 2010-11-16  Cary Coutant  <ccoutant@google.com>
6165
6166         PR gold/12220
6167         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6168         Check for ".zdebug_line".
6169
6170 2010-11-16  Doug Kwan  <dougkwan@google.com>
6171             Cary Coutant  <ccoutant@google.com>
6172
6173         * output.h (Output_segment::set_section_addresses): Pass increase_relro
6174         by reference; adjust all callers.
6175         * output.cc (Output_segment::set_section_addresses): Adjust references
6176         to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
6177         list is empty.
6178         (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
6179         end at page boundary.
6180
6181 2010-11-16  Cary Coutant  <ccoutant@google.com>
6182
6183         PR gold/12220
6184         * layout.cc (Layout::choose_output_section): Transform names of
6185         compressed sections even when using a script with a SECTIONS clause.
6186         (Layout::output_section_name): Remove code to transform
6187         compressed debug section names.
6188         * output.cc (Output_section::add_input_section): Use uncompressed
6189         section size when tracking input sections.
6190
6191 2010-11-11  Richard Sandiford  <richard.sandiford@linaro.org>
6192
6193         * symtab.h (Symbol::NON_PIC_REF): Remove.
6194         (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
6195         (Symbol::FUNCTION_CALL): Renumber.  Reword comment.
6196         (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
6197         (Symbol::use_plt_offset): Take a flags argument and pass it
6198         directly to needs_dynamic_reloc.  Restrict check for undefined
6199         weak symbols to function calls.
6200         * arm.cc (Target_arm::Scan::get_reference_flags): New function.
6201         (Target_arm::Scan::global): Use it.
6202         (Target_arm::Scan::scan_reloc_for_stub): Likewise.
6203         (Target_arm::Relocate::relocate): Likewise.
6204         (Target_arm::Relocate::should_apply_static_reloc): Replace flags
6205         parameter with an r_type parameter.  Use get_reference_flags
6206         to get the flags.
6207         (Target_arm::Relocate::relocate): Update accordingly.
6208         * i386.cc (Target_i386::Scan::get_reference_flags): New function.
6209         (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
6210         (Target_i386::Scan::global): Likewise.
6211         (Target_i386::Relocate::relocate): Likewise.
6212         (Target_i386::Relocate::should_apply_static_reloc): Replace flags
6213         parameter with an r_type parameter.  Use get_reference_flags
6214         to get the flags.
6215         (Target_i386::Relocate::relocate): Update accordingly.
6216         * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
6217         (Target_powerpc::Scan::global): Use it.
6218         (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
6219         (Target_powerpc::Relocate::relocate): Likewise.
6220         * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
6221         (Target_sparc::Scan::global): Use it.
6222         (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
6223         (Target_sparc::Relocate::relocate): Likewise.
6224         * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
6225         (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
6226         (Target_x86_64::Scan::global): Likewise.
6227         (Target_x86_64::Relocate::relocate): Likewise.
6228
6229 2010-11-08  Doug Kwan  <dougkwan@google.com>
6230             Cary Coutant  <ccoutant@google.com>
6231
6232         * arm.cc (Arm_exidx_merge_section::build_contents): New method.
6233         (Arm_exidx_merge_section::section_contents_): New data member.
6234         (Arm_input_section::Arm_input_section): Initialize original_contents_.
6235         (Arm_input_section::~Arm_input_section): De-allocate memory.
6236         (Arm_input_section::original_contents_): New data member.
6237         (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
6238         in parameters instead of calling Object::section_contents without
6239         locking.
6240         (Arm_output_section::group_section): New parameter TASK.  Pass it
6241         to callees that need locking objects.
6242         (Arm_output_section::fix_exidx_coverage): New parameter TASK.  Use it
6243         to lock EXIDX input sections.  Fix a formatting issue.  Call
6244         Arm_exidx_merged_section::build_contents to create merged section
6245         contents.
6246         (Arm_output_section::create_stub_group): New parameter TASK.  Use it
6247         to lock object of stub table owner.
6248         (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
6249         TEXT_SIZE to initialize data member TEXT_SIZE_.
6250         (Arm_exidx_input_section::addralign): Fix typo in comment.
6251         (Arm_exidx_input_section::text_size): New method.
6252         (Target_arm::do_relax): New parameter TASK.  Pass it to callees
6253         that require locking objects.  Lock objects before scanning for stubs
6254         and updating local symbols.
6255         (Arm_input_section<big_endian>::init): Copy contents of original
6256         input section.
6257         (Arm_input_section<big_endian>::do_write): Use saved contents of
6258         original input section instead of calling Object::section_contents
6259         without locking.
6260         (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
6261         size without calling Object::section_size().
6262         (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
6263         for size.  Allocate a buffer for merged EXIDX entries.
6264         (Arm_exidx_merged_section::build_contents): New method.
6265         (Arm_exidx_merged_section::do_write): Move merge section contents
6266         building code to Arm_exidx_merged_section::build_contetns.  Write
6267         out contetns in buffer instead of building it on the fly.
6268         (Arm_relobj::make_exidx_input_section): Also pass text section size
6269         to Arm_exidx_input_section constructor.
6270         (Arm_relobj::do_read_symbols): Fix memory leak.  Fix a formatting issue.
6271         (Arm_dynobj::do_read_symbols): Fix memory leak.
6272         * layout.cc (Layout::finalize): Pass TASK to Target::relax().
6273         * target.h: (class Task): Add forward declaration.
6274         (Target::relax): Add new parameter TASK and pass it to
6275         Target::do_relax().
6276         (Target::do_relax):: New parameter TASK.  Fix a formatting issue.
6277
6278 2010-11-05  Cary Coutant  <ccoutant@google.com>
6279
6280         PR gold/10708
6281         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
6282         object when reading from the file.
6283         * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
6284         second layout pass.
6285         * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
6286         when reading section contents.
6287         (get_section_contents): Likewise.
6288         (icf::find_identical_sections): Likewise.
6289         * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
6290         object when reading from the file.
6291         * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
6292         the object when doing deferred section layout.
6293
6294 2010-11-03  Nick Clifton  <nickc@redhat.com>
6295
6296         PR gold/12001
6297         * script.h (class Symbol_assignment: name): New member.  Returns
6298         the name of the symbol.
6299         * scrfipt.cc (Script_options::is_pending_assignment): New member.
6300         Returns true if the given symbol name is on the list of
6301         assignments wating to be processed.
6302         * archive.cc (should_incldue_member): If the symbol is undefined,
6303         check to see if it is on the list of symbols pending assignment.
6304
6305 2010-11-03  Ryan Mansfield  <rmansfield@qnx.com>
6306
6307         * script-sections.cc (Script_sections::find_memory_region): Check
6308         for a NULL output section pointer.
6309
6310 2010-10-29  Doug Kwan  <dougkwan@google.com>
6311
6312         * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
6313         Output_section::add_relaxed_input_section.
6314         * output.cc (Output_section::add_relaxed_input_section): Add new
6315         arguments LAYOUT and NAME.  Set section order index.
6316         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
6317         Copy section order index.
6318         * output.h (Output_section::add_relaxed_input_section): Add new
6319         arguments LAYOUT and NAME.
6320
6321 2010-10-29  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
6322
6323         * testsuite/Makefile.am: Move gcctestdir/ld rule to
6324         NATIVE_OR_CROSS_LINKER.
6325         * testsuite/Makefile.in: Regenerate.
6326
6327 2010-10-20  Doug Kwan  <dougkwan@google.com>
6328
6329         * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
6330         without SHF_LINK_ORDER flags.
6331         * layout.cc (Layout::choose_output_section): Do not filter
6332         SHF_LINK_ORDER flag in a relocatable link.
6333
6334 2010-10-17  Cary Coutant  <ccoutant@google.com>
6335
6336         * output.h (Output_segment::set_section_addresses): Change function
6337         signature.  Update all callers.
6338         * output.cc (Output_segment::is_first_section_relro): Ignore TLS
6339         sections.
6340         (Output_segment::set_section_addresses): Align after last TLS
6341         section.  Add padding before last relro section instead of after.
6342
6343 2010-10-17  Doug Kwan  <dougkwan@google.com>
6344
6345         * gold/arm.cc (Target_arm::got_section): Use correct order and set
6346         GOT output section to be writable.
6347
6348 2010-10-14  Cary Coutant  <ccoutant@google.com>
6349
6350         * debug.h (DEBUG_INCREMENTAL): New flag.
6351         (debug_string_to_enum): Add DEBUG_INCREMENTAL).
6352         * gold.cc (queue_initial_tasks): Check parameters for incremental link
6353         mode.
6354         * incremental.cc (report_command_line): Ignore all forms of
6355         --incremental.
6356         * layout.cc (Layout::Layout): Check parameters for incremental link
6357         mode.
6358         * options.cc (General_options::parse_incremental): New function.
6359         (General_options::parse_no_incremental): New function.
6360         (General_options::parse_incremental_full): New function.
6361         (General_options::parse_incremental_update): New function.
6362         (General_options::incremental_mode_): New data member.
6363         (General_options::finalize): Check incremental_mode_.
6364         * options.h (General_options): Update help text for --incremental.
6365         Add --no-incremental, --incremental-full, --incremental-update.
6366         (General_options::Incremental_mode): New enum type.
6367         (General_options::incremental_mode): New function.
6368         (General_options::incremental_mode_): New data member.
6369         * parameters.cc (Parameters::incremental_mode_): New data member.
6370         (Parameters::set_options): Set incremental_mode_.
6371         (Parameters::set_incremental_full): New function.
6372         (Parameters::incremental): New function.
6373         (Parameters::incremental_update): New function.
6374         (set_parameters_incremental_full): New function.
6375         * parameters.h (Parameters::set_incremental_full): New function.
6376         (Parameters::incremental): New function.
6377         (Parameters::incremental_update): New function.
6378         (Parameters::incremental_mode_): New data member.
6379         (set_parameters_incremental_full): New function.
6380         * plugin.cc (Plugin_manager::add_input_file): Check parameters for
6381         incremental link mode.
6382         * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
6383         (Sized_relobj::do_relocate_sections): Likewise.
6384         * testsuite/Makefile.am (incremental_test): Use --incremental-full
6385         option.
6386         * testsuite/Makefile.in: Regenerate.
6387         * testsuite/incremental_test.sh: Filter all forms of --incremental.
6388
6389 2010-10-12  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
6390
6391         * script-sections.h (class Script_sections): Make
6392         Sections_elements typedef public.
6393         * script-sections.cc (class Sort_output_sections): Add elements_
6394         field.  Add constructor which sets it; change all callers.
6395         (Sort_output_sections::is_before): New function.
6396         (Sort_output_sections::operator()): Call is_before.
6397         * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
6398         conditional.
6399         * testsuite/script_test_10.sh: New test. Test script section
6400         order.
6401         * testsuite/script_test_10.t: Likewise.
6402         * testsuite/script_test_10.s: Likewise.
6403         * testsuite/Makefile.am: Wrap the cross linker tests and the
6404         common tests into NATIVE_OR_CROSS_LINKER.
6405         (check_SCRIPTS): Add script_test_10.sh.
6406         (check_DATA): Add script_test_10.stdout.
6407         (script_test_10.o, script_test_10): New targets.
6408         (script_test_10.stdout): New target.
6409         * configure, testsuite/Makefile.in: Regenerate.
6410
6411 2010-10-12  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
6412
6413         * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
6414         error for the deprecated relocations.
6415         (Target_arm::Scan::global): Likewise.
6416         (Target_arm::Relocate::relocate): Likewise.
6417
6418 2010-10-12  Richard Sandiford  <richard.sandiford@linaro.org>
6419
6420         * fileread.cc (Input_file::find_file): Initialize *found_name
6421         and *namep when using the fallback search for case 4.
6422
6423 2010-10-11  Cary Coutant  <ccoutant@google.com>
6424
6425         * options.h (class General_options): Redefine -z lazy as an alias for
6426         the negation of -z now.
6427
6428 2010-10-11  Ian Lance Taylor  <iant@google.com>
6429
6430         * resolve.cc (symbol_to_bits): Report the value of the unsupported
6431         binding.
6432
6433 2010-10-06  Nick Clifton  <nickc@redhat.com>
6434
6435         * script-sections.cc(class Memory_region): Remove
6436         current_lma_offset_ field.  Rename current_vma_offset_ to
6437         current_offset_.  Add last_section_ field.
6438         (Memory_region::get_current_vma_address): Rename to
6439         get_current_address.
6440         (Memory_region::get_current_lma_address): Delete.
6441         (Memory_region::increment_vma_offset): Rename to
6442         increment_offset.
6443         (Memory_region::increment_lma_offset): Delete.
6444         (Memory_region::attributes_compatible): New method.  Returns
6445         true if the provided section is compatible with the region.
6446         (Memory_region::get_last_section): New method.  Returns the last
6447         section to use the region.
6448         (Memory_region::set_last_section): New method.  Stores the last
6449         section to use the region.
6450         (Script_sections::block_in_region): New method.  Returns true if
6451         a block of memory is contained within a region.
6452         (Script_sections::find_memory_region): New method.  Locates a
6453         memory region to be used to set a VMA or LMA address.
6454         (Output_section_definition::set_section_addresses): Add code to
6455         check for addresses set by memory regions.
6456         (Output_segment::set_section_addresses): Remove memory region
6457         walking code.
6458         (Script_sections::create_segment): Add a warning if a header
6459         segment is created outside of any region.
6460         * script-sections.h (class Script_sections): Add prototypes for
6461         find_memory_region and block_in_region methods.
6462         * testsuite/memory_test.s: Use .long instead of .word.
6463         * testsuite/memory_test.t: Add some more output sections.
6464         * testsuite/memory_test.sh: Update expected output.
6465
6466 2010-10-02  Doug Kwan  <dougkwan@google.com>
6467
6468         * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
6469         defintion to symtab.h
6470         * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
6471         declaration to defintion.
6472
6473 2010-10-01  Nick Clifton  <nickc@redhat.com>
6474
6475         * expression.cc (eval): Replace dummy argument with NULL.
6476         (eval_maybe_dot): Check for a NULL result section pointer.
6477         (Symbol_expression::value): Likewise.
6478         (Dot_expression::value): Likewise.
6479         (BINARY_EXPRESSION): Likewise.
6480         (Max_expression::value): Likewise.
6481         (Min_expression::value): Likewise.
6482         (Absolute_expression::value): Likewise.
6483         (Addr_expression::value_from_output_section): Likewise.
6484         (Loaddddr_expression::value_from_output_section): Likewise.
6485         (Segment_start_expression::value): Likewise.
6486         * script-sections.cc
6487         (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
6488         argument with NULL.
6489         (Sections_elememt_dot_assignment::set_section_addresses):
6490         Likewise.
6491         (Output_data_expression::do_write_to_buffer): Likewise.
6492         (Output_section_definition::finalize_symbols): Likewise.
6493         (Output_section_definition::set_section_addresses): Likewise.
6494
6495 2010-09-30  Doug Kwan  <dougkwan@google.com>
6496
6497         * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
6498
6499 2010-09-28  Sriraman Tallam  <tmsriram@google.com>
6500
6501         * target.h (Target::can_icf_inline_merge_sections): New virtual
6502         function.
6503         * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
6504         virtual function.
6505         * i386.cc (Target_i386::can_icf_inline_merge_sections): New
6506         virtual function.
6507         * icf.cc (get_section_contents): Inline merge sections only when
6508         target allows it.
6509
6510 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6511
6512         * configure: Regenerate.
6513
6514 2010-09-17  Ian Lance Taylor  <iant@google.com>
6515
6516         * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
6517         * testsuite/Makefile.am (memory_test.o): New target.
6518         (memory_test): Depend on memory_test.o, gcctestdir/ld, and
6519         memory_test.t.
6520         * testsuite/Makefile.in: Rebuild.
6521
6522 2010-09-17  Doug Kwan  <dougkwan@google.com>
6523
6524         * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
6525         defintion if relocation uses GOT entries of the symbol.
6526         * testsuite/icf_safe_test.sh: Fix test.
6527         * testsuite/icf_safe_so_test.sh: Fix test.
6528
6529 2010-09-16  Cary Coutant  <ccoutant@google.com>
6530
6531         * script_sections.cc (class Memory_region): Remove "NULL" from
6532         vector initializations.
6533
6534 2010-09-15  Cary Coutant  <ccoutant@google.com>
6535
6536         * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
6537         Resolve forwarding symbols.
6538
6539 2010-09-15  Doug Kwan  <dougkwan@google.com>
6540
6541         * gold/testsuite/script_test_3.t: Add ARM special sections.
6542         * gold/testsuite/script_test_4.t: Same.
6543         * gold/testsuite/script_test_5.t: Same.
6544         * gold/testsuite/script_test_6.t: Same.
6545         * gold/testsuite/script_test_7.t: Same.
6546         * gold/testsuite/script_test_7.t: Same.
6547         * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
6548
6549 2010-09-14  Cary Coutant  <ccoutant@google.com>
6550
6551         * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
6552         (Target_x86_64::Relocate::relocate_tls): Replace check for
6553         saw_tls_block_reloc_ with test for executable section.
6554
6555 2010-09-12  Cary Coutant  <ccoutant@google.com>
6556
6557         * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
6558         position-independent executables to shared libraries need dynamic
6559         relocations.
6560         (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
6561         position-independent executables.
6562         * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
6563         * testsuite/Makefile.in: Regenerate.
6564
6565 2010-09-10  Nick Clifton  <nickc@redhat.com>
6566
6567         PR gold/11997
6568         * testsuite/memory_test.t: Discard any sections that are not
6569         needed.
6570
6571 2010-09-09  H.J. Lu  <hongjiu.lu@intel.com>
6572
6573         PR gold/11996
6574         * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
6575         "This::" to work around a bug in gcc 4.2.
6576
6577         * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
6578
6579 2010-09-09  Rafael Espindola  <espindola@google.com>
6580
6581         * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
6582         sections with different PF_X flags in the same segment.
6583         (Layout::find_first_load_seg): Search all segments to find the first
6584         one.
6585         * options.h (rosegment): New.
6586
6587 2010-09-08  Rafael Espindola  <espindola@google.com>
6588
6589         * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
6590
6591 2010-09-08  Doug Kwan  <dougkwan@google.com>
6592
6593         * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
6594         (Arm_relobj::do_relocate_sections): Add new parameter for output
6595         file to match the parent.
6596         (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
6597         of local symbols instead of input values.  Update code to track
6598         changes in gold::relocate_section.
6599         * object.cc (Sized_relobj::compute_final_local_value): New methods.
6600         (Sized_relobj::compute_final_local_value_internal): New methods.
6601         (Sized_relobj::do_finalize_local_symbols): Move code from loop
6602         body into private version of Sized_relobj::compute_final_local_value.
6603         Call the inline method.
6604         * object.h (Symbol_value::Symbol_value): Define destructor.  Free
6605         merged symbol value if there is one.
6606         (Symbol_value::has_output_value): New method defintiion.
6607         (Sized_relobj::Compute_final_local_value_status): New enum type.
6608         (Sized_relobj::compute_final_local_value): New methods.
6609         (Sized_relobj::compute_final_local_value_internal): New methods.
6610         * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
6611         and arm_cortex_a8.sh.
6612         (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
6613         arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
6614         New tests.
6615         * Makefile.in: Regenerate.
6616         * testsuite/arm_bl_out_of_range.s: Update test.
6617         * testsuite/thumb_bl_out_of_range.s: Ditto.
6618         * testsuite/thumb_blx_out_of_range.s: Ditto.
6619         * testsuite/arm_branch_out_of_range.sh: New file.
6620         * testsuite/arm_cortex_a8.sh: Ditto.
6621         * testsuite/arm_cortex_a8_b.s: Ditto.
6622         * testsuite/arm_cortex_a8_b_cond.s: Ditto.
6623         * testsuite/arm_cortex_a8_b_local.s: Ditto.
6624         * testsuite/arm_cortex_a8_bl.s: Ditto.
6625         * testsuite/arm_cortex_a8_blx.s: Ditto.
6626         * testsuite/arm_cortex_a8_local.s: Ditto.
6627         * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
6628         * testsuite/thumb_bl_out_of_range_local.s: Ditto.
6629
6630 2010-09-08  Rafael Espindola  <espindola@google.com>
6631
6632         * Makefile.am (memory_test.stdout): Run readelf with -W.
6633         * Makefile.in: Regenerate.
6634         * testsuite/memory_test.sh: Make the regexps accept both 32 and
6635         64 bit output.
6636
6637 2010-09-08  Rafael Espindola  <espindola@google.com>
6638
6639         * script-sections.cc (Script_sections::add_memory_region): Convert
6640         field precision to int.
6641         * script.cc (script_set_section_region, script_set_section_region):
6642         Convert field precision to int.
6643
6644 2010-09-08  Rafael Espindola  <espindola@google.com>
6645
6646         * arm.cc (do_finalize_sections): Create the __exidx_start and
6647         __exdix_end symbols even when the section is missing.
6648
6649 2010-09-08  Nick Clifton  <nickc@redhat.com>
6650
6651         * README: Remove claim that MEMORY is not supported.
6652         * expression.cc (script_exp_function_origin)
6653         (script_exp_function_length): Move from here to ...
6654         * script.cc: ... here.
6655         (script_set_section_region, script_add_memory)
6656         (script_parse_memory_attr, script_include_directive): New
6657         functions.
6658         * script-sections.cc
6659         (class Memory_region): New class.
6660         (class Output_section_definition): Add set_memory_region,
6661         set_section_vma, set_section_lma and get_section_name methods.
6662         (class Script_Sections): Add add_memory_region,
6663         find_memory_region, find_memory_region_origin,
6664         find_memory_region_length and set_memory_region methods.
6665         Have set_section_addresses method walk the list of set memory
6666         regions.
6667         Extend the print methos to display memory regions.
6668         * script-sections.h: Add prototypes for new methods.
6669         Add enum for MEMORY region attributes.
6670         * yyscript.y: Add support for parsing MEMORY regions.
6671         * script-c.h: Add prototypes for new functions.
6672         * testsuite/Makefile.am: Add test of MEMORY region functionality.
6673         * testsuite/Makefile.in: Regenerate.
6674         * testsuite/memory_test.sh: New script.
6675         * testsuite/memory_test.s: New assembler source file.
6676         * testsuite/memory_test.t: New linker script.
6677
6678 2010-08-27  Doug Kwan  <dougkwan@google.com>
6679
6680         * gold/resolve.cc (Symbol_table::should_override): Let a weak
6681         reference override an existing dynamic weak reference.
6682         * testsuite/Makefile.am: Add new test dyn_weak_ref.
6683         * testsuite/Makefile.in: Regenerate.
6684         * testsuite/dyn_weak_ref.sh: New file.
6685         * testsuite/dyn_weak_ref_1.c: Ditto.
6686         * testsuite/dyn_weak_ref_2.c: Ditto.
6687
6688 2010-08-27  Ian Lance Taylor  <iant@google.com>
6689
6690         * incremental.h (class Incremental_input_entry): Add virtual
6691         destructor.
6692
6693 2010-08-27  Ian Lance Taylor  <iant@google.com>
6694
6695         * testsuite/start_lib_test_3.c: Mark t3 as used.
6696
6697 2010-08-27  Nick Clifton  <nickc@redhat.com>
6698
6699         * options.cc (version_script): Fix small typo in previous
6700         whitespace tidyup.
6701
6702 2010-08-25  Nick Clifton  <nickc@redhat.com>
6703
6704         * archive.cc: Formatting fixes: Remove whitespace between
6705         typename and following asterisk.  Remove whitespace between
6706         function name and opening parenthesis.
6707         * archive.h: Likewise.
6708         * arm.cc: Likewise.
6709         * attributes.cc: Likewise.
6710         * attributes.h: Likewise.
6711         * common.cc: Likewise.
6712         * copy-relocs.cc: Likewise.
6713         * dirsearch.h: Likewise.
6714         * dynobj.cc: Likewise.
6715         * ehframe.cc: Likewise.
6716         * ehframe.h: Likewise.
6717         * expression.cc: Likewise.
6718         * fileread.cc: Likewise.
6719         * fileread.h: Likewise.
6720         * gc.h: Likewise.
6721         * gold-threads.cc: Likewise.
6722         * gold.cc: Likewise.
6723         * i386.cc: Likewise.
6724         * icf.h: Likewise.
6725         * incremental-dump.cc: Likewise.
6726         * incremental.cc: Likewise.
6727         * layout.cc: Likewise.
6728         * layout.h: Likewise.
6729         * main.cc: Likewise.
6730         * merge.cc: Likewise.
6731         * merge.h: Likewise.
6732         * object.cc: Likewise.
6733         * object.h: Likewise.
6734         * options.cc: Likewise.
6735         * options.h: Likewise.
6736         * output.cc: Likewise.
6737         * output.h: Likewise.
6738         * plugin.cc: Likewise.
6739         * plugin.h: Likewise.
6740         * powerpc.cc: Likewise.
6741         * reloc.cc: Likewise.
6742         * script-c.h: Likewise.
6743         * script-sections.cc: Likewise.
6744         * script.cc: Likewise.
6745         * stringpool.cc: Likewise.
6746         * symtab.cc: Likewise.
6747         * symtab.h: Likewise.
6748         * target.cc: Likewise.
6749         * timer.cc: Likewise.
6750         * timer.h: Likewise.
6751         * version.cc: Likewise.
6752         * x86_64.cc: Likewise.
6753
6754 2010-08-24  Nick Clifton  <nickc@redhat.com>
6755
6756         PR 11899
6757         * layout.cc (segment_precedes): Sort segments by their physical
6758         addresses, if they have been set.
6759
6760 2010-08-23  Cary Coutant  <ccoutant@google.com>
6761
6762         * archive.cc (Lib_group::add_symbols): Lock object before deleting its
6763         symbols data.
6764         (Lib_group::include_member): Unlock object after deleting its
6765         symbols data.
6766         * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
6767         the bug fixed here.
6768
6769 2010-08-19  Neil Vachharajani  <nvachhar@google.com>
6770             Cary Coutant  <ccoutant@google.com>
6771
6772         * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
6773         constructor, and set_blocker.
6774         * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
6775         readsyms_blocker_.
6776         * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
6777         this->this_blocker_ to Add_lib_group_symbols::set_blocker.
6778         * testsuite/Makefile.am (start_lib_test): New test case.
6779         * testsuite/Makefile.in: Regenerate.
6780         * testsuite/start_lib_test_main.c: New file.
6781         * testsuite/start_lib_test_1.c: New file.
6782         * testsuite/start_lib_test_2.c: New file.
6783         * testsuite/start_lib_test_3.c: New file.
6784
6785 2010-08-19  Ian Lance Taylor  <iant@google.com>
6786
6787         * Makefile.in: Rebuild with automake 1.11.1.
6788         * aclocal.m4: Likewise.
6789         * testsuite/Makefile.in: Likewise.
6790
6791 2010-08-19  Ian Lance Taylor  <iant@google.com>
6792
6793         PR 10893
6794         * i386.cc (class Output_data_plt_i386): Update declarations.
6795         Define Global_ifunc and Local_ifunc types.  Add global_ifuncs_ and
6796         local_ifuncs_ fields.
6797         (Target_i386::do_plt_section_for_global): New function.
6798         (Target_i386::do_plt_section_for_local): New function.
6799         (Output_data_plt_i386::Output_data_plt_i386): Add symtab
6800         parameter; change all callers.  Initialize global_ifuncs_ and
6801         local_ifuncs_.  If doing a static link define __rel_iplt_start and
6802         __rel_iplt_end.
6803         (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
6804         (Output_data_plt_i386::add_local_ifunc_entry): New function.
6805         (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
6806         symbols.
6807         (Target_i386::make_plt_section): New function, broken out of
6808         make_plt_entry.  Set sh_info field of .rel.plt to point to .plt.
6809         (Target_i386::make_plt_entry): Call make_plt_section.
6810         (Target_i386::make_local_ifunc_plt_entry): New function.
6811         (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
6812         (Target_i386::Scan::local): Handle IFUNC symbols.  Add
6813         R_386_IRELATIVE to switch.
6814         (Target_i386::Scan::global): Likewise.
6815         (Target_i386::Relocate::relocate): Likewise.
6816         (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
6817         switch.
6818         * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
6819         (Target_x86_64::do_plt_section_for_global): New function.
6820         (Target_x86_64::do_plt_section_for_local): New function.
6821         (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
6822         parameter; change all callers.  If doing a static link define
6823         __rela_iplt_start and __rela_iplt_end.
6824         (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
6825         (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
6826         (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
6827         to point to .plt.
6828         (Target_x86_64::make_local_ifunc_plt_entry): New function.
6829         (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
6830         switch.
6831         (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
6832         (Target_x86_64::Scan::local): Handle IFUNC symbols.  Add
6833         R_X86_64_IRELATIVE to switch.
6834         (Target_x86_64::Scan::global): Likewise.
6835         (Target_x86_64::Relocate::relocate): Likewise.
6836         (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
6837         switch.
6838         * target.h (class Target): Add plt_section_for_global and
6839         plt_section_for_local functions.  Add do_plt_section_for_global
6840         and do_plt_section_for_local virtual functions.
6841         * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol.  Add
6842         clarifying comments.
6843         (Symbol::use_plt_offset): Handle IFUNC symbol.
6844         * object.cc (Sized_relobj::Sized_relobj): Initialize
6845         local_plt_offsets_.
6846         (Sized_relobj::local_has_plt_offset): New function.
6847         (Sized_relobj::local_plt_offset): New function.
6848         (Sized_relobj::set_local_plt_offset): New function.
6849         (Sized_relobj::do_count): Handle IFUNC symbol.
6850         * object.h (class Symbol_value): Add is_ifunc_symbol_ field.  Take
6851         a bit away from input_shndx_ field.  Add set_is_func_symbol and
6852         is_ifunc_symbol functions.
6853         (class Sized_relobj): Update declarations.  Remove Tls_got_entry
6854         and Local_tls_got_offsets.  Define Local_plt_offsets.  Add
6855         local_plt_offsets_ field.
6856         (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
6857         * output.h (class Output_section_data): Add non-const
6858         output_section function.
6859         (class Output_data_got): Update declarations.
6860         (class Output_data_got::Got_entry): Add use_plt_offset_ field.
6861         Add use_plt_offset parameter to global and local constructors.
6862         Change all callers.  Change local_sym_index_ field to 31 bits.
6863         Change GSYM_CODE and CONSTANT_CODE accordingly.
6864         * output.cc (Output_data_reloc_base::do_adjust_output_section): If
6865         doing a static link don't set sh_link field.
6866         (Output_data_got::Got_entry::write): Use PLT offset if
6867         appropriate.
6868         (Output_data_got::add_global_plt): New function.
6869         (Output_data_got::add_local_plt): New function.
6870         * target-reloc.h (relocate_section): Handle IFUNC symbol.
6871         * defstd.cc (in_section): Remove entries for __rel_iplt_start,
6872         __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
6873         * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
6874         * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
6875         IFUNC conditional.
6876         * testsuite/ifunc-sel.h: New file.
6877         * testsuite/ifuncmain1.c: New file.
6878         * testsuite/ifuncmain1vis.c: New file.
6879         * testsuite/ifuncmod1.c: New file.
6880         * testsuite/ifuncdep2.c: New file.
6881         * testsuite/ifuncmain2.c: New file.
6882         * testsuite/ifuncmain3.c: New file.
6883         * testsuite/ifuncmod3.c: New file.
6884         * testsuite/ifuncmain4.c: New file.
6885         * testsuite/ifuncmain5.c: New file.
6886         * testsuite/ifuncmod5.c: New file.
6887         * testsuite/ifuncmain6pie.c: New file.
6888         * testsuite/ifuncmod6.c: New file.
6889         * testsuite/ifuncmain7.c: New file.
6890         * configure, testsuite/Makefile.in: Rebuild.
6891
6892 2010-08-18  Ian Lance Taylor  <iant@google.com>
6893
6894         * incremental.cc
6895         (Output_section_incremental_inputs::write_input_files): Add cast
6896         to avoid signed/unsigned comparison warning.
6897         (Output_section_incremental_inputs::write_info_blocks): Likewise.
6898
6899 2010-08-12  Cary Coutant  <ccoutant@google.com>
6900
6901         * common.cc (Sort_commons::operator()): Remove unnecessary code.
6902
6903 2010-08-13  Ian Lance Taylor  <iant@google.com>
6904
6905         * testsuite/incremental_test_1.c: Add prototype to avoid warning.
6906
6907 2010-08-12  Cary Coutant  <ccoutant@google.com>
6908             Doug Kwan  <dougkwan@google.com>
6909
6910         * resolve.cc (Symbol_table::should_override): When a weak dynamic
6911         defintion overrides non-weak undef, remember that the original undef
6912         is not weak.
6913         * symtab.cc (Symbol_table::sized_write_global): For undef without
6914         an original weak binding, set binding to global in output.
6915         * testsuite/Makefile.am: Add new test strong_ref_weak_def.
6916         * testsuite/Makefile.in: Regenerate.
6917         * testsuite/strong_ref_weak_def.sh: New file.
6918         * testsuite/strong_ref_weak_def_1.c: Ditto.
6919         * testsuite/strong_ref_weak_def_2.c: Ditto.
6920
6921 2010-08-12  Cary Coutant  <ccoutant@google.com>
6922
6923         * testsuite/incremental_test.sh: Rewrite.
6924         * testsuite/incremental_test_1.c: Rewrite.
6925         * testsuite/incremental_test_2.c: Rewrite.
6926
6927 2010-08-12  Cary Coutant  <ccoutant@google.com>
6928
6929         * arm.cc (Target_arm::got_size): Add const.
6930         (Target_arm::got_entry_count): New function.
6931         (Target_arm::plt_entry_count): New function.
6932         (Target_arm::first_plt_entry_offset): New function.
6933         (Target_arm::plt_entry_size): New function.
6934         (Output_data_plt_arm::entry_count): New function.
6935         (Output_data_plt_arm::first_plt_entry_offset): New function.
6936         (Output_data_plt_arm::get_plt_entry_size): New function.
6937         * i386.cc (Target_i386::got_size): Add const.
6938         (Target_i386::got_entry_count): New function.
6939         (Target_i386::plt_entry_count): New function.
6940         (Target_i386::first_plt_entry_offset): New function.
6941         (Target_i386::plt_entry_size): New function.
6942         (Output_data_plt_i386::entry_count): New function.
6943         (Output_data_plt_i386::first_plt_entry_offset): New function.
6944         (Output_data_plt_i386::get_plt_entry_size): New function.
6945         * incremental-dump.cc (dump_incremental_inputs): Adjust call to
6946         find_incremental_inputs_sections.  Dump incremental_got_plt section.
6947         * incremental.cc: Include target.h.
6948         (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
6949         parameter.  Adjust all callers.  Find incremental_got_plt section.
6950         (Incremental_inputs::create_data_sections): Create incremental_got_plt
6951         section.
6952         (Output_section_incremental_inputs::set_final_data_size): Calculate
6953         size of incremental_got_plt section.
6954         (Output_section_incremental_inputs::do_write): Write the
6955         incremental_got_plt section.
6956         (Got_plt_view_info): New struct.
6957         (Local_got_offset_visitor): New class.
6958         (Global_got_offset_visitor): New class.
6959         (Global_symbol_visitor_got_plt): New class.
6960         (Output_section_incremental_inputs::write_got_plt): New function.
6961         * incremental.h (Incremental_binary::find_incremental_inputs_sections):
6962         Add parameter.  Adjust all callers.
6963         (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
6964         (Incremental_inputs::got_plt_section): New function.
6965         (Incremental_inputs::got_plt_section_): New data member.
6966         (Incremental_got_plt_reader): New class.
6967         * layout.cc (Layout::create_incremental_info_sections): Add the
6968         incremental_got_plt section.
6969         * object.h (Got_offset_list::get_list): New function.
6970         (Got offset_list::for_all_got_offsets): New function.
6971         (Sized_relobj::local_got_offset_list): New function.
6972         * powerpc.cc (Target_powerpc::got_size): Add const.
6973         (Target_powerpc::got_entry_count): New function.
6974         (Target_powerpc::plt_entry_count): New function.
6975         (Target_powerpc::first_plt_entry_offset): New function.
6976         (Target_powerpc::plt_entry_size): New function.
6977         (Output_data_plt_powerpc::entry_count): New function.
6978         (Output_data_plt_powerpc::first_plt_entry_offset): New function.
6979         (Output_data_plt_powerpc::get_plt_entry_size): New function.
6980         * sparc.cc (Target_sparc::got_size): Add const.
6981         (Target_sparc::got_entry_count): New function.
6982         (Target_sparc::plt_entry_count): New function.
6983         (Target_sparc::first_plt_entry_offset): New function.
6984         (Target_sparc::plt_entry_size): New function.
6985         (Output_data_plt_sparc::entry_count): New function.
6986         (Output_data_plt_sparc::first_plt_entry_offset): New function.
6987         (Output_data_plt_sparc::get_plt_entry_size): New function.
6988         * symtab.h (Symbol::got_offset_list): New function.
6989         (Symbol_table::for_all_symbols): New function.
6990         * target.h (Sized_target::got_entry_count): New function.
6991         (Sized_target::plt_entry_count): New function.
6992         (Sized_target::plt_entry_size): New function.
6993         * x86_64.cc (Target_x86_64::got_size): Add const.
6994         (Target_x86_64::got_entry_count): New function.
6995         (Target_x86_64::plt_entry_count): New function.
6996         (Target_x86_64::first_plt_entry_offset): New function.
6997         (Target_x86_64::plt_entry_size): New function.
6998         (Output_data_plt_x86_64::entry_count): New function.
6999         (Output_data_plt_x86_64::first_plt_entry_offset): New function.
7000         (Output_data_plt_x86_64::get_plt_entry_size): New function.
7001
7002 2010-08-12  Cary Coutant  <ccoutant@google.com>
7003
7004         * archive.cc: Include incremental.h.
7005         (Archive::Archive): Initialize incremental_info_.
7006         (Archive::include_member): Record archive members in incremental info.
7007         (Add_archive_symbols::run): Record begin and end of an archive in
7008         incremental info.
7009         (Lib_group::include_member): Record objects in incremental info.
7010         * archive.h (Incremental_archive_entry): Forward declaration.
7011         (Archive::set_incremental_info): New member function.
7012         (Archive::incremental_info): New member function.
7013         (Archive::Unused_symbol_iterator): New class.
7014         (Archive::unused_symbols_begin): New member function.
7015         (Archive::unused_symbols_end): New member function.
7016         (Archive::incremental_info_): New data member.
7017         * incremental-dump.cc (find_input_containing_global): New function.
7018         (dump_incremental_inputs): Dump new incremental info sections.
7019         * incremental.cc: Include symtab.h.
7020         (Output_section_incremental_inputs): New class.
7021         (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
7022         new incremental info sections.
7023         (Sized_incremental_binary::do_check_inputs): Likewise.
7024         (Incremental_inputs::report_archive): Remove.
7025         (Incremental_inputs::report_archive_begin): New function.
7026         (Incremental_inputs::report_archive_end): New function.
7027         (Incremental_inputs::report_object): New function.
7028         (Incremental_inputs::finalize_inputs): Remove.
7029         (Incremental_inputs::report_input_section): New function.
7030         (Incremental_inputs::report_script): Rewrite.
7031         (Incremental_inputs::finalize): Do nothing but finalize string table.
7032         (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7033         (Incremental_inputs::sized_create_inputs_section_data): Remove.
7034         (Incremental_inputs::create_data_sections): New function.
7035         (Incremental_inputs::relocs_entsize): New function.
7036         (Output_section_incremental_inputs::set_final_data_size): New function.
7037         (Output_section_incremental_inputs::do_write): New function.
7038         (Output_section_incremental_inputs::write_header): New function.
7039         (Output_section_incremental_inputs::write_input_files): New function.
7040         (Output_section_incremental_inputs::write_info_blocks): New function.
7041         (Output_section_incremental_inputs::write_symtab): New function.
7042         * incremental.h (Incremental_script_entry): Forward declaration.
7043         (Incremental_object_entry): Forward declaration.
7044         (Incremental_archive_entry): Forward declaration.
7045         (Incremental_inputs): Forward declaration.
7046         (Incremental_inputs_header_data): Remove.
7047         (Incremental_inputs_header): Remove.
7048         (Incremental_inputs_header_write): Remove.
7049         (Incremental_inputs_entry_data): Remove.
7050         (Incremental_inputs_entry): Remove.
7051         (Incremental_inputs_entry_write): Remove.
7052         (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
7053         (Incremental_binary::find_incremental_inputs_sections): Add parameters.
7054         (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7055         (Sized_ncremental_binary::do_find_incremental_inputs_sections):
7056         Likewise.
7057         (Incremental_input_entry): New class.
7058         (Incremental_script_entry): New class.
7059         (Incremental_object_entry): New class.
7060         (Incremental_archive_entry): New class.
7061         (Incremental_inputs::Incremental_inputs): Initialize new data members.
7062         (Incremental_inputs::report_inputs): Remove.
7063         (Incremental_inputs::report_archive): Remove.
7064         (Incremental_inputs::report_archive_begin): New function.
7065         (Incremental_inputs::report_archive_end): New function.
7066         (Incremental_inputs::report_object): Change prototype.
7067         (Incremental_inputs::report_input_section): New function.
7068         (Incremental_inputs::report_script): Change prototype.
7069         (Incremental_inputs::get_reloc_count): New function.
7070         (Incremental_inputs::set_reloc_count): New function.
7071         (Incremental_inputs::create_data_sections): New function.
7072         (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7073         (Incremental_inputs::inputs_section): New function.
7074         (Incremental_inputs::symtab_section): New function.
7075         (Incremental_inputs::relocs_section): New function.
7076         (Incremental_inputs::get_stringpool): Add const.
7077         (Incremental_inputs::command_line): Add const.
7078         (Incremental_inputs::inputs): Remove.
7079         (Incremental_inputs::command_line_key): New function.
7080         (Incremental_inputs::input_file_count): New function.
7081         (Incremental_inputs::input_files): New function.
7082         (Incremental_inputs::relocs_entsize): New function.
7083         (Incremental_inputs::sized_create_inputs_section_data): Remove.
7084         (Incremental_inputs::finalize_inputs): Remove.
7085         (Incremental_inputs::Input_info): Remove.
7086         (Incremental_inputs::lock_): Remove.
7087         (Incremental_inputs::inputs_): Change type.
7088         (Incremental_inputs::inputs_map_): Remove.
7089         (Incremental_inputs::current_object_entry_): New data member.
7090         (Incremental_inputs::inputs_section_): New data member.
7091         (Incremental_inputs::symtab_section_): New data member.
7092         (Incremental_inputs::relocs_section_): New data member.
7093         (Incremental_inputs::reloc_count_): New data member.
7094         (Incremental_inputs_reader): New class.
7095         (Incremental_symtab_reader): New class.
7096         (Incremental_relocs_reader): New class.
7097         * layout.cc (Layout::finalize): Move finalization of incremental info
7098         and creation of incremental info sections to follow finalization of
7099         symbol table.  Set offsets for postprocessing sections.
7100         (Layout::create_incremental_info_sections): Call
7101         Incremental_inputs::create_data_sections.  Add incremental symtab
7102         and relocs sections.  Set sh_entsize and sh_link fields.  Arrange for
7103         sections to layout after input sections.
7104         * layout.h (struct Timespec): Forward declaration.
7105         (Layout::incremental_inputs): Add const.
7106         (Layout::create_incremental_info_sections): Add parameter.
7107         * main.cc (main): Remove call to Incremental_inputs::report_inputs.
7108         * object.cc: Include incremental.h.
7109         (Relobj::finalize_incremental_relocs): New function.
7110         (Sized_relobj::do_layout): Record input sections in incremental info.
7111         * object.h (Object::output_section): New function.
7112         (Object::output_section_offset): Moved from Relobj.
7113         (Object::get_incremental_reloc_base): New function.
7114         (Object::get_incremental_reloc_count): New function.
7115         (Object::do_output_section): New function.
7116         (Object::do_output_section_offset): Moved from Relobj.
7117         (Object::do_get_incremental_reloc_base): New function.
7118         (Object::do_get_incremental_reloc_count): New function.
7119         (Object::Object): Initialize new data members.
7120         (Relobj::output_section): Renamed do_output_section and moved to
7121         protected.
7122         (Relobj::output_section_offset): Moved to Object.
7123         (Relobj::do_get_incremental_reloc_base): New function.
7124         (Relobj::do_get_incremental_reloc_count): New function.
7125         (Relobj::allocate_incremental_reloc_counts): New function.
7126         (Relobj::count_incremental_reloc): New function.
7127         (Relobj::finalize_incremental_relocs): New function.
7128         (Relobj::next_incremental_reloc_index): New function.
7129         (Relobj::reloc_counts_): New data member.
7130         (Relobj::reloc_bases_): New data member.
7131         (Sized_relobj::do_relocate_sections): Add parameter.  Change caller.
7132         (Sized_relobj::relocate_sections): Add parameter.  Change all callers.
7133         (Sized_relobj::incremental_relocs_scan): New function.
7134         (Sized_relobj::incremental_relocs_scan_reltype): New function.
7135         (Sized_relobj::incremental_relocs_write): New function.
7136         (Sized_relobj::incremental_relocs_write_reltype): New function.
7137         * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
7138         incremental link.
7139         * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
7140         archives and object files elsewhere.
7141         (Add_symbols::run): Report object files here.
7142         (Finish_group::run): Report end of archive at end of group.
7143         * reloc.cc: Include layout.h, incremental.h.
7144         (Sized_relobj::do_read_relocs): Need relocations for incremental link.
7145         (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
7146         (Sized_relobj::incremental_relocs_scan): New function.
7147         (Sized_relobj::incremental_relocs_scan_reltype): New function.
7148         (Sized_relobj::do_relocate_sections): Write incremental relocations.
7149         (Sized_relobj::incremental_relocs_write): New function.
7150         (Sized_relobj::incremental_relocs_write_reltype): New function.
7151         * script.cc (read_input_script): Rewrite test for incremental link.
7152         Change call to Incremental_inputs::report_script.
7153         * symtab.h (Symbol_table::first_global_index): New function.
7154         (Symbol_table::output_count): New function.
7155
7156 2010-08-12  Doug Kwan  <dougkwan@google.com>
7157
7158         * arm.cc (Target_arm::merge_object_attributes): Check command line
7159         options --no-wchar-size-warning and --no-enum-size-warning.
7160         * options.h (General_options): Add ld-compatible options
7161         --no-enum-size-warning and --no-wchar-size-warning.
7162
7163 2010-08-04  Ian Lance Taylor  <iant@google.com>
7164
7165         * x86_64.cc (Target_x86_64::Scan::local): Use
7166         R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
7167         R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
7168         (Target_x86_64::Scan::global): Likewise.
7169         (Target_x86_64::Relocate::relocate): Likewise.
7170         (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
7171         Likewise.
7172
7173 2010-08-03  Cary Coutant  <ccoutant@google.com>
7174
7175         * merge.cc (Output_merge_string::do_add_input_section): Count strings
7176         to reserve space in merged_strings vector. Keep total input size
7177         for stats.
7178         (Output_merge_string::do_print_merge_stats): Print total input size.
7179         * merge.h (Output_merge_string): Add input_size_ field.
7180         * stringpool.cc (Stringpool_template::string_length): Move
7181         implementations out of Stringpool_template class and place in
7182         stringpool.h.
7183         * stringpool.h (string_length): Move out of Stringpool_template.
7184
7185 2010-08-03  Ian Lance Taylor  <iant@google.com>
7186
7187         PR 11712
7188         * layout.cc (relaxation_loop_body): If address of load segment is
7189         set, adjust address to include headers if possible.
7190
7191 2010-08-03  Ian Lance Taylor  <iant@google.com>
7192
7193         * version.cc (version_string): Bump to 1.10.
7194
7195 2010-08-03  Ian Lance Taylor  <iant@google.com>
7196
7197         PR 11805
7198         * layout.h (enum Output_section_order): Define.
7199         (class Layout): Update declarations.
7200         * layout.cc (Layout::get_output_section): Add order parameter.
7201         Remove is_interp, is_dynamic_linker_section, is_last_relro, and
7202         is_first_non_relro parameters.  Change all callers.
7203         (Layout::choose_output_section): Likewise.
7204         (Layout::add_output_section_data): Likewise.
7205         (Layout::make_output_section): Likewise.  Set order.
7206         (Layout::default_section_order): New function.
7207         (Layout::layout_eh_frame): Call add_output_section_to_nonload.
7208         * output.cc (Output_section::Output_section): Initialize order_.
7209         Don't initialize deleted fields.
7210         (Output_segment::Output_segment): Don't initialize deleted
7211         fields.
7212         (Output_segment::add_output_section_to_load): New function
7213         replacing add_output_section.  Change all callers to call this or
7214         add_output_section_to_nonload.
7215         (Output_segment::add_output_section_to_nonload): New function.
7216         (Output_segment::remove_output_section): Rewrite.
7217         (Output_segment::add_initial_output_data): Likewise.
7218         (Output_segment::has_any_data_sections): Likewise.
7219         (Output_segment::is_first_section_relro): Likewise.
7220         (Output_segment::maximum_alignment): Likewise.
7221         (Output_segment::has_dynamic_reloc): New function replacing
7222         dynamic_reloc_count.  Change all callers.
7223         (Output_segment::has_dynamic_reloc_list): New function replacing
7224         dynamic_reloc_count_list.  Change all callers.
7225         (Output_segment::set_section_addresses): Rewrite.
7226         (Output_segment::set_offset): Rewrite.
7227         (Output_segment::find_first_and_last_list): Remove.
7228         (Output_segment::set_tls_offsets): Rewrite.
7229         (Output_segment::first_section_load_address): Likewise.
7230         (Output_segment::output_section_count): Likewise.
7231         (Output_segment::section_with_lowest_load_address): Likewise.
7232         (Output_segment::write_section_headers): Likewise.
7233         (Output_segment::print_sections_to_map): Likewise.
7234         * output.h (class Output_data): Remove dynamic_reloc_count_
7235         field.  Add has_dynamic_reloc_ field.  Make bools into bitfields.
7236         (Output_data::add_dynamic_reloc): Rewrite.
7237         (Output_data::has_dynamic_reloc): New function.
7238         (Output_data::dynamic_reloc_count): Remove.
7239         (class Output_section): Add order_ field.  Remvoe is_relro_local_,
7240         is_last_relro_, is_first_non_relro_, is_interp_,
7241         is_dynamic_linker_section_ fields.  Add order and set_order
7242         functions.  Remove is_relro_local, set_is_relro_local,
7243         is_last_relro, set_is_last_relro, is_first_non_relro,
7244         set_is_first_non_relro functions, is_interp, set_is_interp,
7245         is_dynamic_linker_section, and set_is_dynamic_linker_section
7246         functions.
7247         (class Output_segment): Change Output_data_list from std::list to
7248         std:;vector.  Add output_lists_ field.  Remove output_data_ and
7249         output_bss_ fields.  Update declarations.
7250
7251 2010-08-02  Ian Lance Taylor  <iant@google.com>
7252
7253         * arm.cc (Target_arm::gc_process_relocs): Use typename.
7254         * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
7255         * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
7256
7257 2010-08-02  Ian Lance Taylor  <iant@google.com>
7258
7259         PR 11855
7260         * script.cc (Script_options::Script_options): Initialize
7261         symbol_definitions_ and symbol_references_.
7262         (Script_options::add_symbol_assignment): Update
7263         symbol_definitions_ and symbol_references_.
7264         (Script_options::add_symbol_reference): New function.
7265         (script_symbol): New function.
7266         * script.h (class Script_options): Add symbol_definitions_ and
7267         symbol_references_ fields.
7268         (Script_options::referenced_const_iterator): New type.
7269         (Script_options::referenced_begin): New function.
7270         (Script_options::referenced_end): New function.
7271         (Script_options::is_referenced): New function.
7272         (Script_options::any_unreferenced): New function.
7273         * script-c.h (script_symbol): Declare.
7274         * yyscript.y (exp): Call script_symbol.
7275         * symtab.cc: Include "script.h".
7276         (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
7277         Change all callers.  Check symbols referenced by scripts.
7278         (Symbol_table::add_undefined_symbols_from_command_line): Add
7279         layout parameter.  Change all callers.
7280         (Symbol_table::do_add_undefined_symbols_from_command_line):
7281         Likewise.  Break out loop body.  Check symbols referenced by
7282         scripts.
7283         (Symbol_table::add_undefined_symbol_from_command_line): New
7284         function broken out of
7285         do_add_undefined_symbols_from_command_line.
7286         * symtab.h (class Symbol_table): Update declarations.
7287         * archive.cc: Include "layout.h".
7288         (Archive::should_include_member): Add layout parameter.  Change
7289         all callers.  Check for symbol mentioned in expression.
7290         * archive.h (class Archive): Update declaration.
7291         * object.cc (Sized_relobj::do_should_include_member): Add layout
7292         parameter.
7293         * object.h (Object::should_include_member): Add layout parameter.
7294         Change all callers.
7295         (Object::do_should_include_member): Add layout parameter.
7296         (class Sized_relobj): Update declaration.
7297         * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
7298         parameter.
7299         * dynobj.h (class Sized_dynobj): Update declaration.
7300         * plugin.cc (Sized_pluginobj::do_should_include_member): Add
7301         layout parameter.
7302         * plugin.h (class Sized_pluginobj): Update declaration.
7303
7304 2010-08-02  Ian Lance Taylor  <iant@google.com>
7305
7306         PR 11866
7307         * output.cc (Output_segment::set_offset): Search for the first and
7308         last sections rather than assuming that the list is in order.
7309         (Output_segment::find_first_and_last_list): New function.
7310         * output.h (class Output_segment): Update declarations.
7311         * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
7312         (relro_strip_test_SOURCES): New variable.
7313         (relro_strip_test_DEPENDENCIES): New variable.
7314         (relro_strip_test_LDFLAGS): New variable.
7315         (relro_strip_test_LDADD): New variable.
7316         (relro_strip_test.so): New target.
7317
7318 2010-08-02  Ian Lance Taylor  <iant@google.com>
7319
7320         * i386.cc (class Target_i386): Add got_tlsdesc_ field.
7321         (Target_i386::Target_i386):: Initialize got_tlsdesc_.
7322         (Target_i386::got_tlsdesc_section): New function.
7323         (Target_i386::got_section): Create space for GOT entries for
7324         TLSDESC relocations.
7325         (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
7326         R_386_TLS_GOTDESC.
7327         (Target_i386::Scan::global): Likewise.
7328         (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
7329         using TLSDESC GOT.
7330         * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
7331         (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
7332         (Target_x86_64::got_tlsdesc_section): New function.
7333         (Target_x86_64::got_section): Create space for GOT entries for
7334         TLSDESC relocations.
7335         (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
7336         R_386_TLS_GOTDESC.
7337         (Target_x86_64::Scan::global): Likewise.
7338         (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
7339         using TLSDESC GOT.
7340
7341 2010-08-02  Ian Lance Taylor  <iant@google.com>
7342
7343         * testsuite/final_layout.sh: Use dc to convert from hex to
7344         decimal.
7345
7346 2010-07-29  Sriraman Tallam  <tmsriram@google.com>
7347
7348         * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
7349         paramter to the call to gold::gc_process_relocs.
7350         * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
7351         paramter to the call to gold::gc_process_relocs.
7352         * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
7353         parameter to the call to gold::gc_process_relocs.
7354         * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
7355         template parameter to the call to gold::gc_process_relocs.
7356         * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
7357         paramter to the call to gold::gc_process_relocs.
7358         * gc.h (get_embedded_addend_size): New function.
7359         (gc_process_relocs): Save the size of the reloc for use by ICF.
7360         * icf.cc (get_section_contents): Get the addend from the text section
7361         for SHT_REL relocation sections.
7362         * icf.h (Icf::Reloc_addend_size_info): New typedef.
7363         (Icf::Reloc_info): Add new member reloc_addend_size_info.
7364         * int_encoding.h (read_from_pointer): New overloaded function.
7365         * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
7366         * testsuite/icf_sht_rel_addend_test.sh: New file.
7367         * testsuite/icf_sht_rel_addend_test_1.cc: New file.
7368         * testsuite/icf_sht_rel_addend_test_2.cc: New file.
7369
7370 2010-07-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7371
7372         * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
7373         * Makefile.in: Regenerate.
7374         * testsuite/Makefile.in: Regenerate.
7375
7376 2010-07-27  Jeffrey Yasskin  <jyasskin@google.com>
7377
7378         * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
7379         * gold/testsuite/debug_msg.cc: Likewise.
7380         * gold/testsuite/odr_violation1.cc
7381         * gold/testsuite/odr_violation2.cc
7382
7383 2010-07-21  Cary Coutant  <ccoutant@google.com>
7384
7385         * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
7386         string, and length fields.
7387         (Output_merge_string::Merged_strings_list): New type.
7388         (Output_merge_string::Merged_strings_lists): New typedef.
7389         (Output_merge_string): Replace merged_strings_ with
7390         merged_strings_lists_.
7391         * merge.cc (Output_merge_string::do_add_input_section): Allocate new
7392         Merged_strings_list per input object and section.  Don't store pointer
7393         to the string.  Don't store length with each merged string entry.
7394         (Output_merge_string::finalize_merged_data): Loop over list of merged
7395         strings lists.  Recompute length of each merged string.
7396
7397 2010-07-15  Cary Coutant  <ccoutant@google.com>
7398
7399         * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
7400         here.
7401
7402 2010-07-14  Ian Lance Taylor  <iant@google.com>
7403
7404         * descriptors.cc (Descriptors::open): Report correct name in error
7405         message.
7406
7407 2010-07-13  Doug Kwan  <dougkwan@google.com>
7408
7409         * arm.cc (Arm_input_section::Arm_input_section): For a
7410         SHT_ARM_EXIDX section, always keeps the input sections.
7411         (Arm_input_section::set_exidx_section_link): New method.
7412         (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
7413         has_errors_ to false.
7414         (Arm_exidx_input_section::has_errors,
7415         Arm_exidx_input_section::set_has_errors): New methods.
7416         (Arm_exidx_input_section::has_errors_): New data member.
7417         (Arm_relobj::get_exidx_shndx_list): New method.
7418         (Arm_output_section::append_text_sections_to_list): Do not skip
7419         section without SHF_EXECINSTR.
7420         (Arm_output_section::fix_exidx_coverage): Skip input sections with
7421         errors.
7422         (Arm_relobj::make_exidx_input_section): Add new parameter for text
7423         section header.  Make error messages more verbose.  Check for
7424         a non-executable section linked to an EXIDX section.
7425         (Arm_relobj::do_read_symbols): Remove error checking, which has been
7426         moved to Arm_relobj::make_exidx_input_section.  Add an assertion to
7427         check that there is no deferred EXIDX section if we exit early.
7428         Instead of not making an EXIDX section in case of an error, make one
7429         and set the has_errors flag of it.
7430         (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
7431         in a relocatable link.
7432         (Target_arm::do_relax): Look for the EXIDX output section instead of
7433         assuming that it is called .ARM.exidx.
7434         (Target_arm::fix_exidx_coverage): Add a new parameter for input
7435         section list.  Do not check for SHF_EXECINSTR section flags but
7436         skip any input section with errors.
7437         * output.cc (Output_section::Output_section): Initialize
7438         always_keeps_input_sections_ to false.
7439         (Output_section::add_input_section): Check for
7440         always_keeps_input_sections_.
7441         *  output.h (Output_section::always_keeps_input_sections,
7442         Output_section::set_always_keeps_input_sections): New methods.
7443         (Output_section::always_keeps_input_sections): New data member.
7444
7445 2010-07-13  Rafael Espindola  <espindola@google.com>
7446
7447         * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
7448         * fileread.h (Input_file): Add try_extra_search_path and find_file.
7449
7450 2010-07-13  Philip Herron  <herron.philip@googlemail.com>
7451             Ian Lance Taylor  <iant@google.com>
7452
7453         * output.h (Output_section_lookup_maps::add_merge_section):
7454         Correct check of whether value was inserted.
7455         (Output_section_lookup_maps::add_merge_input_section): Likewise.
7456         (Output_section_lookup_maps::add_relaxed_input_section):
7457         Likewise.
7458         * arm.cc (Target_arm::got_section): Remove used local os.
7459         * i386.cc (Target_i386::got_section): Likewise.
7460         * x86_64.cc (Target_x86_64::got_section): Likewise.
7461         * sparc.cc (Target_sparc::got_section): Likewise.
7462         (Target_sparc::relocate): Remove unused local have_got_offset.
7463         * powerpc.cc (Target_powerpc::relocate): Likewise.
7464
7465 2010-07-13  Ian Lance Taylor  <iant@google.com>
7466
7467         * compressed_output.cc (zlib_decompress): Fix signature in
7468         !HAVE_ZLIB_H case.
7469
7470         * archive.cc (Archive::include_member): Unlock an external member
7471         of a thin archive.  Don't bother to delete an object we know is
7472         NULL.
7473
7474 2010-07-12  Cary Coutant  <ccoutant@google.com>
7475
7476         * compressed_output.cc (zlib_decompress): New function.
7477         (get_uncompressed_size): New function.
7478         (decompress_input_section): New function.
7479         * compressed_output.h (get_uncompressed_size): New function.
7480         (decompress_input_section): New function.
7481         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
7482         Handle compressed debug sections.
7483         * layout.cc (is_compressed_debug_section): New function.
7484         (Layout::output_section_name): Map compressed section names to
7485         canonical names.
7486         * layout.h (is_compressed_debug_section): New function.
7487         (is_debug_info_section): Recognize compressed debug sections.
7488         * merge.cc: Include compressed_output.h.
7489         (Output_merge_data::do_add_input_section): Handle compressed
7490         debug sections.
7491         (Output_merge_string::do_add_input_section): Handle compressed
7492         debug sections.
7493         * object.cc: Include compressed_output.h.
7494         (Sized_relobj::Sized_relobj): Initialize new data members.
7495         (build_compressed_section_map): New function.
7496         (Sized_relobj::do_read_symbols): Handle compressed debug sections.
7497         * object.h (Object::section_is_compressed): New method.
7498         (Object::do_section_is_compressed): New method.
7499         (Sized_relobj::Compressed_section_map): New type.
7500         (Sized_relobj::do_section_is_compressed): New method.
7501         (Sized_relobj::compressed_sections_): New data member.
7502         * output.cc (Output_section::add_input_section): Handle compressed
7503         debug sections.
7504         * reloc.cc: Include compressed_output.h.
7505         (Sized_relobj::write_sections): Handle compressed debug sections.
7506
7507 2010-07-08  Cary Coutant  <ccoutant@google.com>
7508
7509         * resolve.cc (Symbol_table::resolve): Remember whether undef was
7510         weak when resolving to a dynamic def.
7511         (Symbol_table::should_override): Add adjust_dyndef flag; set it
7512         for weak undef/dynamic def cases. Adjust callers.
7513         * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
7514         undef_binding_weak_.
7515         (Symbol_table::sized_write_globals): Adjust symbol binding.
7516         (Symbol_table::sized_write_symbol): Add binding parameter.
7517         * symtab.h (Symbol::set_undef_binding): New method.
7518         (Symbol::is_undef_binding_weak): New method.
7519         (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
7520         (Symbol_table::should_override): Add new parameter.
7521         (Symbol_table::sized_write_symbol): Add new parameter.
7522
7523         * testsuite/weak_undef_file1.cc: Add new test case.
7524         * testsuite/weak_undef_file2.cc: Fix header comment.
7525         * testsuite/weak_undef_test.cc: Add new test case.
7526
7527 2010-06-29  Doug Kwan  <dougkwan@google.com>
7528
7529         * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
7530         Initialize USE_SYMBOL_.
7531         * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
7532         definition.
7533         (Arm_reloc_property::uses_symbol_): New data member declaration.
7534         * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
7535         uses symbol value and symbol is undefined but not weakly undefined.
7536
7537 2010-06-28  Rafael Espindola  <espindola@google.com>
7538
7539         * plugin.cc (Plugin::load): Use dlerror.
7540
7541 2010-06-26  Jeffrey Yaskin  <jyasskin@google.com>
7542
7543         * symtab.cc (detect_odr_violations): When reporting an ODR
7544         violation, report an object where the symbol is defined.
7545
7546 2010-06-25  Doug Kwan  <dougkwan@google.com>
7547
7548         * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
7549         (Target_arm::section_may_have_icf_unsafe_pointers): New method
7550         definition.
7551         (Target_arm::Scan::local_reloc_may_be_function_pointer,
7552         Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
7553         target hook to detect function points.
7554         (Target_arm::Scan::possible_function_pointer_reloc): New method.
7555         * icf.h (Icf::check_section_for_function_pointers): Change type of
7556         parameter SECTION_NAME to const reference to std::string.  Use
7557         target hook to determine if section may have unsafe pointers.
7558         * target.h (Target::section_may_have_icf_unsafe_pointers): New
7559         method definition.
7560
7561 2010-06-21  Rafael Espindola  <espindola@google.com>
7562
7563         * fileread.cc (Input_file::find_fie): New
7564         (Input_file::open): Use Input_file::find_fie.
7565         * fileread.h (Input_file::find_fie): New
7566         * plugin.cc (set_extra_library_path): New.
7567         (Plugin::load): Add set_extra_library_path to the transfer vector.
7568         (Plugin_manager::set_extra_library_path): New.
7569         (Plugin_manager::add_input_file): Use the extra search path if set.
7570         (set_extra_library_path(): New.
7571         * plugin.h (Plugin_manager): Add set_extra_library_path and
7572         extra_search_path_.
7573
7574 2010-06-19  Cary Coutant  <ccoutant@google.com>
7575
7576         * layout.cc (gdb_sections): Add .debug_types.
7577         (lines_only_debug_sections): Likewise.
7578
7579 2010-06-18  Rafael Espindola  <espindola@google.com>
7580
7581         * plugin.cc (add_input_file,add_input_library)
7582         (Plugin_manager::add_input_file): Make filename arguments const.
7583         * plugin.h (Plugin_manager::add_input_file): Make filename arguments
7584         const.
7585
7586 2010-06-16  Doug Kwan  <dougkwan@google.com>
7587
7588         * arm.cc (Target_arm::do_finalize_sections): Do not emit an
7589         .ARM.attributes section if we have not merged any input
7590         attributes sections.
7591
7592 2010-06-15  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
7593
7594         * arm.cc: Allow combining objects with no EABI version
7595         information.
7596
7597 2010-06-15  Rafael Espindola  <espindola@google.com>
7598
7599         * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
7600
7601 2010-06-15  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
7602
7603         * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
7604         (struct iovec): Correct !HAVE_READV definition.
7605
7606 2010-06-10  Cary Coutant  <ccoutant@google.com>
7607
7608         * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
7609         (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
7610         reloc sections.
7611         * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
7612
7613         PR 11683
7614         * symtab.h (Symbol::is_placeholder): New member function.
7615         * target-reloc.h (relocate_section): Check for placeholder symbols.
7616
7617         * testsuite/Makefile.am (plugin_test_8): New test.
7618         (plugin_test_9): New test.
7619         * testsuite/Makefile.in: Regenerate.
7620
7621 2010-06-09  Nick Clifton  <nickc@redhat.com>
7622
7623         * yyscript.y (input_list_element): Allow strings prefixed with
7624         the '-' character.  Treat these as libraries.
7625         * script.cc (script_add_library): New function.  Adds a library
7626         specified by "-l<name>" found in an input script.
7627         * script-c.h: Add prototype for script_add_library.
7628
7629 2010-06-07  Doug Kwan  <dougkwan@google.com>
7630
7631         * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
7632         Restrict stub-group size to be within long conditional branch
7633         range when working around cortex-A8 erratum.
7634
7635 2010-06-07  Damien Diederen  <dd@crosstwine.com>
7636
7637         * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
7638         #ifdef typo.
7639
7640 2010-06-03  Sriraman Tallam  <tmsriram@google.com>
7641
7642         PR gold/11658
7643         * output.cc
7644         (Output_section::Input_section_sort_entry::compare_section_ordering):
7645         Change to return non-zero correctly.
7646         (Output_section::Input_section_sort_section_order_index_compare
7647         ::operator()): Change to fix ambiguity in comparisons.
7648
7649 2010-06-01  Sriraman Tallam  <tmsriram@google.com>
7650
7651         * gold.h (is_wildcard_string): New function.
7652         * layout.cc (Layout::layout): Pass this pointer to add_input_section.
7653         (Layout::layout_eh_frame): Ditto.
7654         (Layout::find_section_order_index): New method.
7655         (Layout::read_layout_from_file): New method.
7656         * layout.h (Layout::find_section_order_index): New method.
7657         (Layout::read_layout_from_file): New method.
7658         (Layout::input_section_position_): New private member.
7659         (Layout::input_section_glob_): New private member.
7660         * main.cc (main): Call read_layout_from_file here.
7661         * options.h (--section-ordering-file): New option.
7662         * output.cc (Output_section::input_section_order_specified_): New
7663         member.
7664         (Output_section::Output_section): Initialize new member.
7665         (Output_section::add_input_section): Add new parameter.
7666         Keep input sections when --section-ordering-file is used.
7667         (Output_section::set_final_data_size): Sort input sections when
7668         section ordering file is specified.
7669         (Output_section::Input_section_sort_entry): Add new parameter.
7670         Check sorting type.
7671         (Output_section::Input_section_sort_entry::compare_section_ordering):
7672         New method.
7673         (Output_section::Input_section_sort_compare::operator()): Change to
7674         consider section_order_index.
7675         (Output_section::Input_section_sort_init_fini_compare::operator()):
7676         Change to consider section_order_index.
7677         (Output_section::Input_section_sort_section_order_index_compare
7678         ::operator()): New method.
7679         (Output_section::sort_attached_input_sections): Change to sort
7680         according to section order when specified.
7681         (Output_section::add_input_section<32, true>): Add new parameter.
7682         (Output_section::add_input_section<64, true>): Add new parameter.
7683         (Output_section::add_input_section<32, false>): Add new parameter.
7684         (Output_section::add_input_section<64, false>): Add new parameter.
7685         * output.h (Output_section::add_input_section): Add new parameter.
7686         (Output_section::input_section_order_specified): New
7687         method.
7688         (Output_section::set_input_section_order_specified): New method.
7689         (Input_section::Input_section): Initialize section_order_index_.
7690         (Input_section::section_order_index): New method.
7691         (Input_section::set_section_order_index): New method.
7692         (Input_section::section_order_index_): New member.
7693         (Input_section::Input_section_sort_section_order_index_compare): New
7694         struct.
7695         (Output_section::input_section_order_specified_): New member.
7696         * script-sections.cc (is_wildcard_string): Delete and move modified
7697         method to gold.h.
7698         (Output_section_element_input::Output_section_element_input): Modify
7699         call to is_wildcard_string.
7700         (Output_section_element_input::Input_section_pattern
7701         ::Input_section_pattern): Ditto.
7702         (Output_section_element_input::Output_section_element_input): Ditto.
7703         * testsuite/Makefile.am (final_layout): New test case.
7704         * testsuite/Makefile.in: Regenerate.
7705         * testsuite/final_layout.cc: New file.
7706         * testsuite/final_layout.sh: New file.
7707
7708 2010-06-01  Rafael Espindola  <espindola@google.com>
7709
7710         * plugin.cc (Plugin::load): Pass the output name to the plugin.
7711
7712 2010-06-01  Rafael Espindola  <espindola@google.com>
7713
7714         * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
7715         visibility of symbols.
7716
7717 2010-05-27  Doug Kwan  <dougkwan@google.com>
7718
7719         * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
7720         from start of output section instead of address for a local symbol
7721         in a merged or relaxed section when doing a relocatable link.
7722
7723 2010-05-26  Rafael Espindola  <espindola@google.com>
7724
7725         PR 11604
7726         * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
7727         adding sections the garbage collector removed.
7728         * gold/testsuite/Makefile.am: Add test.
7729         * gold/testsuite/Makefile.in: Regenerate.
7730         * gold/testsuite/plugin_test_7.sh: New.
7731         * gold/testsuite/plugin_test_7_1.c: New.
7732         * gold/testsuite/plugin_test_7_2.c: New.
7733
7734 2010-05-26  Rafael Espindola  <espindola@google.com>
7735
7736         * script-sections.cc (Output_section_definition::set_section_addresses):
7737         Check for --section-start.
7738
7739 2010-05-26  Doug Kwan  <dougkwan@google.com>
7740
7741         * arm.cc (Arm_scan_relocatable_relocs): New class.
7742         (Target_arm::relocate_special_relocatable): New method.
7743         (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
7744         (Arm_relocate_functions::thumb_branch_common): Same.
7745         (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
7746         instead of Default_scan_relocatable_relocs.
7747         * target-reloc.h (relocate_for_relocatable): Let target handle
7748         relocation strategy Relocatable_relocs::RELOC_SPECIAL.
7749         * target.h (Sized_target::relocate_special_relocatable): New method.
7750
7751 2010-05-25  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
7752
7753         * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
7754
7755 2010-05-23  Doug Kwan  <dougkwan@google.com>
7756
7757         * arm.cc (Arm_input_section::do_output_offset): Use convert_types
7758         instead of a cast.
7759         (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
7760         with a direct branch, not a conditional branch, to a stub.
7761         * merge.cc (Output_merge_base::record_input_section): New method
7762         defintion.
7763         (Output_merge_data::do_add_input_section): Record input section if
7764         keeps-input-sections flag is set.
7765         (Output_merge_string::do_add_input_section): Ditto.
7766         * merge.h (Output_merge_base::Output_merge_base): Initialize new data
7767         members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
7768         INPUT_SECTIONS_.
7769         (Output_merge_base::keeps_input_sections,
7770         Output_merge_base::set_keeps_input_sections,
7771         Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
7772         method definitions.
7773         (Output_merge_base::Input_sections): New type declaration.
7774         (Output_merge_base::input_sections_begin,
7775         Output_merge_base::input_sections_end,
7776         Output_merge_base::do_set_keeps_input_sections): New method definitions.
7777         (Output_merge_base::bool keeps_input_sections_,
7778         Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
7779         Output_merge_base::input_sections_): New data members.
7780         (Output_merge_data::do_set_keeps_input_sections): New method
7781         defintion.
7782         (Output_merge_string::do_set_keeps_input_sections): Ditto.
7783         * output.cc (Output_section::Input_section::relobj): Move method
7784         defintion from class declaration to here and handle merge sections.
7785         (Output_section::Input_section::shndx): Ditto.
7786         (Output_section::Output_section): Remove initializations of removed
7787         data members and initialize new data member LOOKUP_MAPS_.
7788         (Output_section::add_input_section): Set keeps-input-sections flag
7789         for a newly created merge output section as appropriate.  Adjust code
7790         to use Output_section_lookup_maps class.
7791         (Output_section::add_relaxed_input_section): Adjst code for lookup
7792         maps code refactoring.
7793         (Output_section::add_merge_input_section): Add a new parameter
7794         KEEPS_INPUT_SECTION.  Adjust code to use Output_section_lookup_maps
7795         class.  If adding input section to a newly created merge output
7796         section fails, remove the new merge section.
7797         (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
7798         Adjust code for use of the Output_section_lookup_maps class.
7799         (Output_section::find_merge_section): Ditto.
7800         (Output_section::build_lookup_maps): New method defintion.
7801         (Output_section::find_relaxed_input_section): Adjust code to use
7802         Output_section_lookup_maps class.
7803         (Output_section::get_input_sections): Export merge sections.  Adjust
7804         code to use Output_section_lookup_maps class.
7805         (Output_section:::add_script_input_section): Adjust code to use
7806         Output_section_lookup_maps class.  Update lookup maps for merge
7807         sections also.
7808         (Output_section::discard_states): Use Output_section_lookup_maps.
7809         (Output_section::restore_states): Same.
7810         * output.h (Merge_section_properties): Move class defintion out of
7811         Output_section.
7812         (Output_section_lookup_maps): New class.
7813         (Output_section::Input_section::is_merge_section): New method
7814         defintion.
7815         (Output_section::Input_section::relobj): Move defintion out of class
7816         defintion.  Declare method only.
7817         (Output_section::Input_section::shndx): Ditto.
7818         (Output_section::Input_section::output_merge_base): New method defintion.
7819         (Output_section::Input_section::u2_.pomb): New union field.
7820         (Output_section::Merge_section_by_properties_map,
7821         Output_section::Output_section_data_by_input_section_map,
7822         Output_section::Ouptut_relaxed_input_section_by_input_section_map):
7823         Remove types.
7824         (Output_section::add_merge_input_section): Add new parameter
7825         KEEPS_INPUT_SECTIONS.
7826         (Output_section::build_lookup_maps): New method declaration.
7827         (Output_section::merge_section_map_,
7828         Output_section::merge_section_by_properties_map_,
7829         Output_section::relaxed_input_section_map_,
7830         Output_section::is_relaxed_input_section_map_valid_): Remove data
7831         members.
7832         (Output_section::lookup_maps_): New data member.
7833
7834 2010-05-21  Doug Kwan  <dougkwan@google.com>
7835
7836         PR gold/11619
7837         * arm.cc (Arm_input_section::do_output_offset): Add a cast to
7838         avoid a compilation error.
7839
7840 2010-05-19  Rafael Espindola  <espindola@google.com>
7841
7842         * script-sections.cc (Output_section_definition::allocate_to_segment):
7843         Update the phdrs_list even when the output section is NULL.
7844         * testsuite/Makefile.am: Add test.
7845         * testsuite/Makefile.in: Regenerate.
7846         * testsuite/script_test_9.cc: New.
7847         * testsuite/script_test_9.sh: New.
7848         * testsuite/script_test_9.t: New.
7849
7850 2010-05-19  Doug Kwan  <dougkwan@google.com>
7851
7852         * arm.cc (Arm_input_section::original_size): New method.
7853         (Arm_input_section::do_addralign): Add a cast.
7854         (Arm_input_section::do_output_offset): Remove static cast.
7855         (Arm_input_section::original_addralign,
7856          Arm_input_section::original_size_): Change type to uint32_t.
7857         (Arm_input_section::init): Add safe casts for section alignment
7858         and size.
7859         (Arm_input_section::set_final_data_size): Do not set address and
7860         offset of stub table.
7861         (Arm_output_section::fix_exidx_coverage): Change use of of
7862         Output_section::Simple_input_section to that of
7863         Output_section::Input_section.
7864         (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
7865         except for the first pass.
7866         * output.cc (Output_section::get_input_sections): Change type of
7867         input_sections to std::list<Input_section>.
7868         (Output_section::add_script_input_section): Rename from
7869         Output_section::add_simple_input_section.  Change type of SIS
7870         parameter from Simple_input_section to Input_section.
7871         * output.h (Output_section::Simple_input_section): Remove class.
7872         (Output_section::Input_section): Change class visibility to public.
7873         (Output_section::Input_section::addralign): Use stored alignments
7874         for special input sections if set.
7875         (Output_section::Input_section::set_addralign): New method.
7876         (Output_section::get_input_sections): Change parameter type from
7877         list of Simple_input_section to list of Input_section.
7878         (Output_section::add_script_input_section): Rename from
7879         Output_section::add_simple_input_section. Change first parameter's
7880         type from Simple_input_section to Input_section and remove the
7881         second and third parameters.
7882         * script-sections.cc (Input_section::Input_section_list): Change
7883         type to list of Output_section::Input_section/
7884         (Input_section_info::Input_section_info): Change parameter type of
7885         INPUT_SECTION to Output_section::Input_section.
7886         (Input_section_info::input_section): Change return type.
7887         (Input_section_info::input_section_): Change type to
7888         Output_section::Input_section.
7889         (Output_section_element_input::set_section_addresses): Adjust code
7890         to use Output_section::Input_section instead of
7891         Output_section::Simple_input_section.  Adjust code for renaming
7892         of Output_section::add_simple_input_section.
7893         (Orphan_output_section::set_section_addresses): Ditto.
7894
7895 2010-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7896
7897         * gold.h (Unordered_multimap, Unordered_map): Fix defines for
7898         when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
7899
7900 2010-05-18  Rafael Espindola  <espindola@google.com>
7901
7902         * options.cc (General_options::finalize): Handle -nostdlib.
7903         * options.h (nostdlib): New option.
7904         * script.cc (script_add_search_dir): Handle -nostdlib.
7905
7906 2010-05-12  Doug Kwan  <dougkwan@google.com>
7907
7908         * arm.cc (Target_arm::do_finalize_sections): Create an empty
7909         attributes section only if there no attributes section after merging.
7910         (Target_arm::merge_object_attributes): Move value of
7911         Tag_MPextension_use_legacy to that of Tag_MPextension_use.
7912         Handle Tag_DIV_use and Tag_MPextension_use_legacy.
7913         * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
7914         (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
7915         and arm_attr_merge_7.stdout.
7916         (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
7917         arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
7918         arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
7919         arm_attr_merge_7b.o): New rules.
7920         (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
7921         arm_attr_merge_7
7922         * testsuite/Makefile.in: Regenerate.
7923         * testsuite/arm_attr_merge.sh: New file.
7924         * testsuite/arm_attr_merge_[67][ab].s: Same.
7925
7926 2010-05-05  Nick Clifton  <nickc@redhat.com>
7927
7928         * po/es.po: Updated Spanish translation.
7929
7930 2010-04-27  H.J. Lu  <hongjiu.lu@intel.com>
7931
7932         * Makefile.am (install-exec-local): Properly install gold as
7933         default cross linker.
7934         * Makefile.in: Regenerated.
7935
7936 2010-04-27  H.J. Lu  <hongjiu.lu@intel.com>
7937             Nick Clifton  <nickc@redhat.com>
7938
7939         * configure.ac (install_as_default): Define and set to false
7940         unless --enable-gold or --enable-gold=both/gold has been
7941         specified.
7942         * configure: Regenerate.
7943
7944         * Makefile.am (install-exec-local): Install the executable as
7945         'ld.gold'.  If install_as_default is true then also install it as
7946         'ld'.
7947         * Makefile.in: Regenerated.
7948
7949 2010-04-24  Ian Lance Taylor  <iant@google.com>
7950
7951         * layout.cc (Layout::layout_reloc): In relocatable link don't
7952         combine reloc sections for grouped sections.
7953
7954 2010-04-23  Sriraman Tallam  <tmsriram@google.com>
7955
7956         * gc.h (gc_process_relocs): Pass information on relocs pointing to
7957         sections that are not ordinary to icf.
7958         * icf.cc (get_section_contents): Handle relocation pointing to section
7959         with no object or shndx information.
7960         * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
7961         * testsuite/Makefile.in: Regenerate.
7962         * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
7963         * testsuite/icf_virtual_function_folding_test.sh: Delete file.
7964
7965 2010-04-22  Ian Lance Taylor  <iant@google.com>
7966
7967         * expression.cc (Expression::Expression_eval_info): Add
7968         result_alignment_pointer field.
7969         (Expression::eval_with_dot): Add result_alignment_pointer
7970         parameter.  Change all callers.
7971         (Expression::eval_maybe_dot): Likewise.
7972         (class Binary_expression): Add alignment_pointer parameter to
7973         left_value and right_value.  Change all callers.
7974         (BINARY_EXPRESSION): Set result alignment.
7975         (class Trinary_expression): Add alignment_pointer parameter to
7976         arg2_value and arg3_value.  Change all callers.
7977         (Trinary_cond::value): Set result alignment.
7978         (Max_expression::value, Min_expression::value): Likewise.
7979         (Align_expression::value): Likewise.
7980         * script-sections.cc (class Sections_element): Add dot_alignment
7981         parameter to set_section_addresses virtual function.  Update
7982         instantiations.
7983         (class Output_section_element): Likewise.
7984         (Script_sections::create_segments): Add dot_alignment parameter.
7985         Change all callers.
7986         (Script_sections::create_segments_from_phdrs_clause): Likewise.
7987         (Script_sections::set_phdrs_clause_addresses): Likewise.
7988         * script-sections.h: Update declarations.
7989         * script.h: Update declarations.
7990         * output.h (Output_segment::set_minimum_p_align): Don't decrease
7991         min_p_align.
7992         * testsuite/script_test_3.t: Set large alignment.
7993         * testsuite/script_test_3.sh: Make sure that at least one LOAD
7994         segment has expected alignment.
7995
7996 2010-04-22  Nick Clifton  <nickc@redhat.com>
7997
7998         * po/gold.pot: Updated by the Translation project.
7999         * po/vi.po: Updated Vietnamese translation.
8000
8001 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
8002
8003         * testsuite/Makefile.am (check_PROGRAMS): Add
8004         icf_virtual_function_folding_test.
8005         * testsuite/Makefile.in: Regenerated.
8006
8007 2010-04-15  Andrew Haley  <aph@redhat.com>
8008
8009         * options.h (merge_exidx_entries): New option.
8010         * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
8011         (class Arm_exidx_fixup::merge_exidx_entries_): New member.
8012         (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
8013         (Target_arm::merge_exidx_entries): New function.
8014         (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
8015         (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
8016         to Arm_exidx_fixup constructor.
8017         Add new arg, merge_exidx_entries.
8018         (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
8019         Arm_output_section::fix_exidx_coverage.
8020
8021 2010-04-18  Sriraman Tallam  <tmsriram@google.com>
8022
8023         * icf.cc (get_section_contents): Check for preemptible functions.
8024         Ignore addend when appropriate.
8025         * symtab.cc (should_add_dynsym_entry): Add new parameter.  Check for
8026         section folded.
8027         (add_from_relobj): Check for section folded.
8028         (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
8029         * symtab.h (should_add_dynsym_entry): Add new parameter.
8030         * target-reloc.h (scan_relocs): Check for section folded.
8031         * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
8032         Check reloc types for function pointers in shared objects.
8033         * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
8034         case.
8035         (icf_preemptible_functions_test): New test case.
8036         (icf_string_merge_test): New test case.
8037         * testsuite.Makefile.in: Regenerate.
8038         * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
8039         bar_glob.  Refactor code.
8040         * testsuite/icf_preemptible_functions_test.cc: New file.
8041         * testsuite/icf_preemptible_functions_test.sh: New file.
8042         * testsuite/icf_string_merge_test.cc: New file.
8043         * testsuite/icf_string_merge_test.sh: New file.
8044         * testsuite/icf_virtual_function_folding_test.cc: New file.
8045         * testsuite/icf_virtual_function_folding_test.sh: New file.
8046
8047 2010-04-14  Doug Kwan  <dougkwan@google.com>
8048
8049         * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
8050         for local symbol recounting if we remove a section due to ICF.
8051         * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
8052         there are no regular objects in input.
8053
8054 2010-04-13  Doug Kwan  <dougkwan@google.com>
8055
8056         * arm.cc (Arm_input_section::set_final_data_size): Compute
8057         accurate final data size instead of using current data size.
8058
8059 2010-04-09  Doug Kwan  <dougkwan@google.com>
8060
8061         * layout.cc (Layout::choose_output_section): Handle script section
8062         types.
8063         (Layout::make_output_section_for_script): Add section type parameter.
8064         Handle script section types.
8065         * layout.h (Layout::make_output_section_for_script): Add section
8066         type parameter.
8067         * output.cc (Output_section::Output_section): Initialize data member
8068         is_noload_.
8069         (Output_section::do_reset_address_and_file_offset): Do not set address
8070         to 0 if section is a NOLOAD section.
8071         * output.h (Output_section::is_noload): New method.
8072         (Output_section::set_is_noload): Ditto.
8073         (Output_section::is_noload_): New data member.
8074         * script-c.h (Script_section_type): New enum type.
8075         (struct Parser_output_section_header): Add new file section_type.
8076         * script-sections.cc (Sections_element::output_section_name): Add
8077         parameter for returning script section type.
8078         (Output_section_definition::output_section_name): Ditto.
8079         (Output_section_definition::section_type)P; New method.
8080         (Output_section_definiton::script_section_type_name): Ditto.
8081         (Output_section_definition::script_section_type_): New data member.
8082         (Output_section_definition::Output_section_definition): Initialize
8083         data member Output_section_definition::script_section_type_.
8084         (Output_section_definition::create_sections): Pass script section type
8085         to Layout::make_output_section_for_script.
8086         (Output_section_definition::output_section_name): Return script
8087         section type to caller.
8088         (Output_section_definition::set_section_address): Do not advance
8089         dot value and load address if section type is NOLOAD.  Set address
8090         of NOLOAD sections regardless of section flags.
8091         (Output_section_definition::print): Print section type if it is
8092         not SCRIPT_SECTION_TYPE_NONE.
8093         (Output_section_definition::section_type): New method.
8094         (Output_section_definition::script_section_type_name): Ditto.
8095         (Script_sections::output_section_name): Add new parameter
8096         PSECTION_TYPE for returning script section type.  Pass it to
8097         section elements.  Handle discard sections.
8098         (Sort_output_sections::operator()): Handle NOLOAD sections.
8099         * script-sections.h (Script_sections::Section_type): New enum type.
8100         (Script_sections::output_section_name): Add a new parameter for
8101         returning script section type.
8102         * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
8103         INFO and NOLOAD.
8104         * yyscript.y (union): Add new field SECTION_TYPE.
8105         (COPY, DSECT, INFO, NOLOAD): New tokens.
8106         (opt_address_and_section_type): Change type to output_section_header.
8107         (section_type): New non-terminal
8108         (section_header): Handle section type.
8109         (opt_address_and_section_type): Return section type value.
8110
8111 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
8112
8113         * testsuite/plugin_common_test_1.c (foo): Add prototype.
8114         * testsuite/plugin_common_test_2.c (foo): Likewise.
8115
8116 2010-04-08  Doug Kwan  <dougkwan@google.com>
8117
8118         * merge.cc (Output_merge_data::set_final_data_size): Handle empty
8119         Output_merge_data.
8120         * output.cc (Output_section::add_merge_input_section): Simplify
8121         code and return status of Output_merge_base::add_input_section.
8122         Update merge section map only if Output_merge_base::add_input_section
8123         returns true.
8124
8125 2010-04-07  Doug Kwan  <dougkwan@google.com>
8126
8127         * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
8128         if section is marked as containing instructions but has no mapping
8129         symbols.
8130         (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
8131         correct section index.
8132         (Arm_relobj::find_linked_text_section): Ditto.
8133
8134 2010-04-07  Cary Coutant  <ccoutant@google.com>
8135
8136         * archive.cc (include_member): Destroy Read_symbols_data object before
8137         releasing file.
8138         * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
8139         * object.h (Read_symbols_data::Read_symbols_data) New constructor.
8140         (Read_symbols_data::~Read_symbols_data) New destructor.
8141         (Section_relocs::Section_relocs) New constructor.
8142         (Section_relocs::~Section_relocs) New destructor.
8143         (Read_relocs_data::Read_relocs_data) New constructor.
8144         (Read_relocs_data::~Read_relocs_data) New destructor.
8145         * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
8146         pointers to NULL after deleting.
8147
8148 2010-04-07  Doug Kwan  <dougkwan@google.com>
8149
8150         * arm.cc: Replace "endianity" with "endianness" in comments.
8151         (Arm_exidx_cantunwind): Ditto.
8152         (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
8153         (Arm_relobj::merge_flags_and_attributes): New method.
8154         (Arm_relobj::merge_flags_and_attributes_): New data member.
8155         (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
8156         (Arm_relobj::scan_sections_for_stubs): Ditto.
8157         (Arm_relobj::do_read_symbols): Check to see if we really want to
8158         merge processor-specific flags and attributes.  Exit early if
8159         an object is empty except for section names and the undefined symbol.
8160         (Target_arm::do_finalize_sections): Move check for ELF format to
8161         Arm_relobj::do_read_symbols.  Merge processor specific flags and
8162         attributes from a regular object only when we have determined that
8163         it is aapropriate.  Do not create an .ARM.attributes section in
8164         output if there is no regular input object.
8165         (Target_arm::merge_processor_specific_flags): Check
8166         --warn-mismatch before printing any error.
8167         (Target_arm::merge_object_attributes): Ditto.
8168         * gold.cc (queue_middle_tasks): Handle the case in which there is
8169         no regular object in input.
8170         * options.cc (General_options::parse_EB): New method.
8171         (General_options::parse_EL): Same.
8172         (General_options::General_options): Initialize endianness_.
8173         * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
8174         New options.
8175         (General_options::Endianness): New enum.
8176         (General_options::endianness): New method.
8177         (General_options::endianness_): New data member.
8178         * parameters.cc (Parameters::set_options): Check target endianness.
8179         (Parameters::set_target_once): Ditto.
8180         (Parameters::check_target_endianness): New method.
8181         (parameters_force_valid_target): If either -EL or -EB is specified,
8182         use it to define endianness of default target.
8183         * parameters.h (Parameters::check_target_endianness): New method
8184         declaration.
8185         * target.h (class Target): Change "endianity" to "endianness"
8186         in comments.
8187
8188 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8189
8190         * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
8191         * configure: Regenerate.
8192         * Makefile.in: Regenerate.
8193         * testsuite/Makefile.in: Regenerate.
8194
8195 2010-04-06  Cary Coutant  <ccoutant@google.com>
8196
8197         gcc PR lto/42757
8198         * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
8199         prevailing definitions of common symbols.
8200         * testsuite/plugin_test_6.sh: New test case.
8201         * testsuite/plugin_common_test_1.c: New test case.
8202         * testsuite/plugin_common_test_2.c: New test case.
8203         * testsuite/Makefile.am (plugin_test_6): New test case.
8204         * testsuite/Makefile.in: Regenerate.
8205
8206 2010-04-06  Nick Clifton  <nickc@redhat.com>
8207
8208         * po/vi.po: New Vietnamese translation.
8209
8210 2010-03-30  Doug Kwan  <dougkwan@google.com>
8211
8212         * arm.cc (Target_arm::using_thumb_only): Handle v6-M
8213
8214 2010-03-25  Doug Kwan  <dougkwan@google.com>
8215
8216         * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
8217         to avoid a conversion warning on a 32-bit host.
8218
8219 2010-03-24  Ian Lance Taylor  <iant@google.com>
8220
8221         * testsuite/script_test_3.t: Add a TLS segment.
8222         * testsuite/Makefile.am (check_PROGRAMS): Add
8223         tls_phdrs_script_test.
8224         (tls_phdrs_script_test_SOURCES): Define.
8225         (tls_phdrs_script_test_DEPENDENCIES): Define.
8226         (tls_phdrs_script_test_LDFLAGS): Define.
8227         (tls_phdrs_script_test_LDADD): Define.
8228         * testsuite/Makefile.in: Rebuild.
8229
8230 2010-03-23  Cary Coutant  <ccoutant@google.com>
8231
8232         * fileread.cc (find_or_make_view): Fix comment.
8233
8234 2010-03-23  Ian Lance Taylor  <iant@google.com>
8235
8236         * script-sections.cc (class Orphan_section_placement): Define
8237         PLACE_TLS and PLACE_TLS_BSS.
8238         (Orphan_section_placement::Orphan_section_placement): Initialize
8239         new places.
8240         (Orphan_section_placement::find_place): Handle SHF_TLS sections.
8241         * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
8242         (tls_script_test_SOURCES): Define.
8243         (tls_script_test_DEPENDENCIES): Define.
8244         (tls_script_test_LDFLAGS): Define.
8245         (tls_script_test_LDADD): Define.
8246         * testsuite/Makefile.in: Rebuild.
8247
8248 2010-03-22  Doug Kwan  <dougkwan@google.com>
8249
8250         * arm.cc (Arm_relocate_functions::abs8,
8251         Arm_relocate_functions::abs16): Use correct check for overflow
8252         specified in the ARM ELF specs.
8253         (Arm_relocate_functions): thumb_branch_common.  Handle bit 1 of branch
8254         target of a BLX instruction specially.
8255         (Reloc_stub::stub_type_for_reloc): Ditto.
8256         (Relocate::relocate): Use symbolic names instead of numeric relocation
8257         codes to report error.
8258         (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
8259         workaround.
8260         * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
8261         thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
8262         thumb2_blx_out_of_range.stdout
8263         (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
8264         thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
8265         (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
8266         thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
8267         thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
8268         thumb2_blx_in_range, thumb2_blx_in_range.o,
8269         thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
8270         thumb2_blx_out_of_range.o): New rules.
8271         (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
8272         thumb2_blx_in_range and thumb2_blx_out_of_range.
8273         * testsuite/Makefile.in: Regenerate.
8274         * arm_branch_in_range.sh: Add tests for THUMB BLX.
8275         * testsuite/thumb_blx_in_range.s: New file.
8276         * testsuite/thumb_blx_out_of_range.s: New file.
8277
8278 2010-03-22  Rafael Espindola  <espindola@google.com>
8279
8280         * archive.cc (Should_include): Move to archive.h.
8281         (should_include_member): Make it a member of Archive.
8282         (Lib_group): New.
8283         (Add_lib_group_symbols): New.
8284         * archive.h: Include options.h.
8285         (Archive_member): Moved from Archive.
8286         (Should_include): Moved from archive.cc.
8287         (Lib_group): New.
8288         (Add_lib_group_symbols): New.
8289         * dynobj.cc (do_should_include_member): New.
8290         * dynobj.h (do_should_include_member): New.
8291         * gold.cc (queue_initial_tasks): Update call to queue.
8292         * main.cc (main): Print lib group stats.
8293         * object.cc (do_should_include_member): New.
8294         * object.h: Include archive.h.
8295         (Object::should_include_member): New.
8296         (Object::do_should_include_member): New.
8297         (Sized_relobj::do_should_include_member): New.
8298         * options.cc (General_options::parse_start_lib): New.
8299         (General_options::parse_end_lib): New.
8300         (Input_arguments::add_file): Handle lib groups.
8301         (Input_arguments::start_group): Check we are not in a lib.
8302         (Input_arguments::start_lib): New.
8303         (Input_arguments::end_lib): New.
8304         * options.h (General_options): Add start_lib and end_lib.
8305         (Input_argument::lib_): New.
8306         (Input_argument::lib): New.
8307         (Input_argument::is_lib): New.
8308         (Input_file_lib): New.
8309         (Input_arguments::in_lib_): New.
8310         (Input_arguments::in_lib): New.
8311         (Input_arguments::start_lib): New.
8312         (Input_arguments::end_lib_): New.
8313         * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
8314         in unused members as preempted.
8315         (Sized_pluginobj::do_should_include_member): New.
8316         * plugin.h (Sized_pluginobj::do_should_include_member): New.
8317         * readsyms.cc (Read_symbols::locks): If we are just reading a member,
8318         return the blocker.
8319         (Read_symbols::do_whole_lib_group): New.
8320         (Read_symbols::do_lib_group): New.
8321         (Read_symbols::do_read_symbols): Handle lib groups.
8322         (Read_symbols::get_name): Handle lib groups.
8323         * readsyms.h (Read_symbols): Add an archive member pointer.
8324         (Read_symbols::do_whole_lib_group): New.
8325         (Read_symbols::do_lib_group): New.
8326         (Read_symbols::member_): New.
8327         * script.cc (read_input_script): Update call to queue_soon.
8328
8329 2010-03-19  Doug Kwan  <dougkwan@google.com>
8330
8331         * arm.cc (Stub_table::Stub_table): Initialize new data members
8332         Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8333         (Stub_table::add_reloc_stub): Assign stub offset and update
8334         Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8335         (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
8336         New data members.
8337         (Stub_table::update_data_size_and_addralign): Use
8338         Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
8339         instead of going over all reloc stubs.
8340         (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
8341         * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8342         Stringpool_template::offset_ to size of Stringpool_char.
8343         (Stringpool_template::new_key_offset): Remove code to initialize
8344         Stringpool_template::offset_.
8345         * stringpool.h (Stringpool_template::set_no_zero_null): Set
8346         Stringpool_template::offset_ to zero.
8347
8348 2010-03-15  Doug Kwan  <dougkwan@google.com>
8349
8350         * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8351         offset_.
8352         (Stringpool_template::new_key_offset): New method.
8353         (Stringpool_template::add_string): Assign offsets when adding new
8354         strings.
8355         (Stringpool_template::set_string_offsets): Do not set string offsets
8356         when not optimizing.
8357         * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
8358         member size_.
8359         (Chunked_vector::clear): Clear size_.
8360         (Chunked_vector::reserve): Call reserve method of all Element_vectors.
8361         (Chunked_vector::size): Return size_.
8362         (Chunked_vector::push_back): Use size_ to find insert position.
8363         (Chunked_vector::size_): New data member.
8364         (Stringpool_template::set_no_zero_null): Assert string set is empty.
8365         (Stringpool_template::new_key_offset): New method declaration.
8366         (Stringpool_template::offset_): New data member.
8367
8368 2010-03-15   Rafael Espindola  <espindola@google.com>
8369
8370         * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
8371         Add_symbols' constructor.
8372         * readsyms.h (Add_symbols): Remove the input_group member.
8373
8374 2010-03-10  Ian Lance Taylor  <iant@google.com>
8375
8376         * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
8377         target to ask whether a reference to a symbol requires a stack
8378         split.
8379         * target.h (Target::is_call_to_non_split): New function.
8380         (Target::do_is_call_to_non_split): Declare virtual function.
8381         * target.cc: Include "symtab.h".
8382         (Target::do_is_call_to_non_split): New function.
8383         * i386.cc (Target_i386::do_is_call_to_non_split): New function.
8384
8385 2010-03-10  Cary Coutant  <ccoutant@google.com>
8386
8387         * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
8388         (File_read::open[1]): Remove initial mapping of whole_file_view_.
8389         (File_read::open[2]): Add whole_file_view_ to list of views.
8390         (File_read::make_view): Remove test of whole_file_view_.
8391         (File_read::find_or_make_view): Create whole_file_view_ if
8392         necessary.
8393         (File_read::clear_views): Replace bool parameter with enum;
8394         adjust all callers.  Don't delete views with permanent data;
8395         do delete cached views and views from archives if
8396         --no-keep-files-mapped is set.  Set whole_file_view_ to NULL
8397         if clearing the corresponding view.
8398         * fileread.h (File_read::Clear_views_mode): New enum.
8399         (File_read::View::is_permanent_view): New method.
8400         (File_read::clear_views): Replace bool parameter
8401         with enum; adjust all callers.
8402         * options.h (General_options): Change keep_files_mapped option;
8403         add map_whole_files.
8404         * readsyms.cc (Add_symbols::run): Delete sd_ object before
8405         releasing the file.
8406         * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
8407         the file.
8408
8409 2010-03-10  David S. Miller  <davem@davemloft.net>
8410
8411         * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
8412
8413 2010-03-09  Sriraman Tallam  <tmsriram@google.com>
8414
8415         * icf.cc (get_section_contents): Add '@' marker after processing the
8416         merge reloc.
8417
8418 2010-03-08  Doug Kwan  <dougkwan@google.com>
8419
8420         * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
8421         due to a conversion warning.
8422         (Arm_relobj::update_output_local_symbol_count): Check for local
8423         symbol with unset output index.
8424
8425 2010-03-05  Ian Lance Taylor  <iant@google.com>
8426
8427         * options.h (class General_options): Add --spare-dynamic-tags.
8428         * output.cc (Output_data_dynamic::set_final_data_size): Implement
8429         --spare-dynamic-tags.
8430
8431 2010-03-05  Ian Lance Taylor  <iant@google.com>
8432
8433         * incremental.cc: Include "libiberty.h".
8434
8435 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8436
8437         * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
8438         function, is_info_ member.
8439         * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
8440         (Versions::Versions): Update caller.
8441         (Versions::define_base_version): Likewise.
8442         (Versions::add_def): Likewise.
8443
8444 2010-03-03  Sriraman Tallam  <tmsriram@google.com>
8445
8446         * i386.cc (Target_i386::can_check_for_function_pointers): New function.
8447         (Scan::possible_function_pointer_reloc): New function.
8448         (Scan::local_reloc_may_be_function_pointer): Change to call
8449         possible_function_pointer_reloc.
8450         (Scan::global_reloc_may_be_function_pointer): Ditto.
8451         * icf.h (Icf::check_section_for_function_pointers): Change to reject
8452         relocations in ".data.rel.ro._ZTV" section.
8453         * testsuite/icf_safe_so_test.sh: Change to pass i386.
8454         * testsuite/icf_safe_so_test.cc: Ditto.
8455         * testsuite/icf_safe_test.cc: Ditto.
8456         * testsuite/icf_safe_test.sh: Ditto.
8457
8458 2010-03-03  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
8459             Ian Lance Taylor  <iant@google.com>
8460
8461         * target-reloc.h (relocate_section): Check the symbol table index
8462         for -1U before setting the local symbol index.
8463         (scan_relocatable_relocs): If copying the relocation, record that
8464         the local symbol is required.
8465         * object.h (Symbol_value::is_output_symtab_index_set): New
8466         function.
8467         (Symbol_value::may_be_discarded_from_output_symtab): New
8468         function.
8469         (Symbol_value::has_output_symtab_entry): New function.
8470         (Symbol_value::needs_output_symtab_entry): Remove.
8471         (Symbol_value::output_symtab_index): Make sure the symbol index is
8472         set.
8473         (Symbol_value::set_output_symtab_index): Make sure the symbol
8474         index is not set.  Make sure the new index is valid.
8475         (Symbol_value::set_must_have_output_symtab_entry): New function.
8476         (Symbol_value::has_output_dynsym_entry): New function.
8477         (Symbol_value::set_output_dynsym_index): Make sure the new index
8478         is valid.
8479         (Sized_relobj::set_must_have_output_symtab_entry): New function.
8480         * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
8481         local symbol if permitted.
8482         (Sized_relobj::do_finalize_local_symbols): Call
8483         is_output_symtab_index_set rather than needs_output_symtab_entry.
8484         (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
8485         rather than needs_output_symtab_entry.  Call
8486         has_output_dynsym_entry rather than needs_output_dynsym_entry.
8487         * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
8488         is_output_symtab_index_set rather than needs_output_symtab_entry.
8489         * testsuite/discard_locals_relocatable_test.c: New file.
8490         * testsuite/discard_locals_test.sh: Test -r.
8491         * testsuite/Makefile.am (check_DATA): Add
8492         discard_locals_relocatable_test1.syms,
8493         discard_local_relocatable_test2.syms.
8494         (MOSTLYCLEANFILES): Likewise.  Also add
8495         discard_locals_relocatable_test1.lout and
8496         discard_locals_relocatable_test2.out.
8497         (discard_locals_relocatable_test1.syms): New target.
8498         (discard_locals_relocatable_test.o): New target.
8499         (discard_locals_relocatable_test1.out): New target.
8500         (discard_locals_relocatable_test2.syms): New target.
8501         (discard_locals_relocatable_test2.out): New target.
8502         (various): Add missing ../ld-new dependencies.
8503         * testsuite/Makefile.in: Rebuild.
8504
8505 2010-03-03  Nick Clifton  <nickc@redhat.com>
8506
8507         * po/fi.po: New Finnish translation.
8508
8509 2010-03-01  Doug Kwan  <dougkwan@google.com>
8510
8511         * layout.cc (Layout::Layout): Force section types of .init_array*,
8512         .preinit_array* and .fini_array* sections.
8513         * output.cc (Output_section::Input_section_sort_entry::has_priority):
8514         Fix check of return value of std::string::find.().
8515         (Output_section::Input_section_sort_compare::operator()): Remove
8516         comment about .init_array.
8517         (Output_section::Input_section_sort_init_fini_compare::operator()):
8518         New method.
8519         (Output_section::sort_attached_input_sections): Handle .init_array
8520         and .fini_array specially.
8521         * output.h (Output_section::Inut_section_sort_compare): Update
8522         comment.
8523         (Output_section::Input_section_sort_init_fini_compare): New struct.
8524
8525 2010-02-26  Doug Kwan  <dougkwan@google.com>
8526
8527         * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
8528         R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
8529         * testsuite/debug_msg.sh: Avoid matching source line number for
8530         use of global variable undef_int.
8531
8532 2010-02-26  Doug Kwan  <dougkwan@google.com>
8533
8534         * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
8535         R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
8536         (Target_arm::scan_reloc_section_for_stubs): Instead of calling
8537         scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
8538         * options.cc (General_options::General_options): Initialize member
8539         fix_v4bx_.
8540         * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
8541         (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
8542         and rm_no_fix_v4bx.stdout
8543         (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
8544         arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
8545         arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
8546         (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
8547         and arm_no_fix_v4bx.
8548         * Makefile.in: Regenerate.
8549         * testsuite/arm_fix_v4bx.s: New file.
8550         * testsuite/arm_fix_v4bx.sh: Ditto.
8551
8552 2010-02-24  Doug Kwan  <dougkwan@google.com>
8553
8554         * arm.cc (Target_arm::got_section): Make the .got section the first
8555         non RELRO section in the data segment.
8556         * testsuite/script_test_5.sh: Fix match patterns to avoid matching
8557         suffixes of section names.
8558
8559 2010-02-24  Doug Kwan  <dougkwan@google.com>
8560
8561         * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
8562         flags and attributes merging if an input file is a binary file.
8563         * fileread.cc (Input_file::open): Record format of original file.
8564         * fileread.h (Input_file::Format): New enum type.
8565         (Input_file::Input_file): Initialize data member format_.
8566         (Input_file::format): New method definition.
8567         (Input_file::format_):: New data member.
8568
8569 2010-02-24  Doug Kwan  <dougkwan@google.com>
8570
8571         * arm.cc (Arm_output_data_got): New class.
8572         (ARM_TCB_SIZE): New constant
8573         (Target_arm): Use Arm_output_data_got instead of Output_data_got.
8574         (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
8575         If user uses a script with a SECTIONS clause, issue only a warning
8576         for a misplaced EXIDX input section.  Otherwise, issue an error.
8577         (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
8578         garbage collection.
8579         (Target_arm::got_mode_index_entry): Handle static linking.
8580         (Target_arm::Scan::local): Ditto.
8581         (Target_arm::Scan::global): Ditto.
8582         (Target_arm::Relocate::relocate_tls): Handle static linking.  Fix
8583         all incorrectly implemented relocations.
8584         (Target_arm::fix_exidx_coverage): Pass layout to
8585         Arm_output_section::fix_exidx_coverage.
8586         * layout.cc (Layout::section_name_mapping): Remove trailing dots
8587         from ".ARM.exidx." and ".ARM.extab.".
8588
8589 2010-02-23  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
8590
8591         * arm.cc (Target_arm::do_finalize_sections): Create attribute
8592         section if it does not already exist.
8593         * attributes.cc (Attributes_section_data::Attributes_section_data):
8594         Don't crash if size is zero.
8595
8596 2010-02-23  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
8597             Ian Lance Taylor  <iant@google.com>
8598
8599         * gold.cc (queue_middle_tasks): If no input files were opened,
8600         exit.
8601         * workqueue.h (Task_function::Task_function): Assert that there is
8602         a blocker.
8603
8604 2010-02-22  Doug Kwan  <dougkwan@google.com>
8605
8606         * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
8607         * icf.cc (get_section_contents): Cast snprintf arguments to long long
8608         types to avoid warnings due to different uint64_t implementations
8609         on different hosts.
8610
8611 2010-02-21  Doug Kwan  <dougkwan@google.com>
8612
8613         * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
8614         handling of the maximum backward branch offset.
8615         (Arm_relocate_functions::thumb_branch_common): Ditto.
8616         * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
8617         (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
8618         thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
8619         thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
8620         (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
8621         arm_bl_out_of_range.stdout, arm_bl_out_of_range,
8622         arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
8623         thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
8624         thumb_bl_out_of_range thumb_bl_out_of_range.o,
8625         thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
8626         thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
8627         thumb2_bl_out_of_range.o): New rules.
8628         (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
8629         thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
8630         thumb2_bl_out_of_range
8631         * testsuite/Makefile.in: Regenerate.
8632         * testsuite/arm_bl_in_range.s: New file.
8633         * testsuite/arm_bl_out_of_range.s: Ditto.
8634         * testsuite/arm_branch_in_range.sh: Ditto.
8635         * testsuite/arm_branch_range.t: Ditto.
8636         * testsuite/thumb2_branch_range.t: Ditto.
8637         * testsuite/thumb_bl_in_range.s: Ditto.
8638         * testsuite/thumb_bl_out_of_range.s: Ditto.
8639         * testsuite/thumb_branch_range.t: Ditto.
8640
8641 2010-02-20  Sriraman Tallam  <tmsriram@google.com>
8642
8643         * gc.h (gc_process_relocs): Change vectors to point to the new list.
8644         Add reloc offset information.
8645         * icf.cc (get_section_contents): Change iterators to point to the new
8646         vectors. Add reloc offset information to the contents.
8647         * icf.h (Icf::Sections_reachable_info): New typedef.
8648         (Icf::Sections_reachable_list): New typedef.
8649         (Icf::Offset_info): New typedef.
8650         (Icf::Reloc_info): New struct typedef.
8651         (Icf::Reloc_info_list): New typedef.
8652         (Icf::symbol_reloc_list): Delete method.
8653         (Icf::addend_reloc_list): Delete method.
8654         (Icf::section_reloc_list): Delete method.
8655         (Icf::reloc_info_list): New method.
8656         (Icf::reloc_info_list_): New member.
8657
8658 2010-02-19  Doug Kwan  <dougkwan@google.com>
8659
8660         * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
8661         R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
8662         * arm.cc (Arm_relocation_functions): New forward declaration.
8663         (Target_arm::Target_arm): Initialize new data members
8664         got_mod_index_offset_ and tls_base_symbol_defined_.
8665         (Target_arm::Relocate::relocate_tls): New method.
8666         (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
8667          Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
8668         New methods.
8669         (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
8670         GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
8671         (Target_arm::got_mod_index_offset_,
8672         Target_arm::tls_base_symbol_defined_): New data members.
8673         (Target_arm::Scan::local, Target::Scan::global,
8674         Target_arm::Relocate::relocate): Handle 32-bit initial TLS
8675         relocations.
8676
8677 2010-02-18  Doug Kwan  <dougkwan@google.com>
8678
8679         * arm.cc (Arm_relobj::find_linked_text_section): New method.
8680         (Arm_relobj::make_exidx_input_section): Pass section index of linked
8681         text section as a parameter becuase some broken tools may not set
8682         the link in section header.
8683         (Target_arm::has_got_section): New method.
8684         (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
8685         without any mapping symbol as data only.  Remove warning.
8686         (Arm_relobj::do_read_synbols): If an EXIDX input section has no
8687         link in its section header, try to discover the link by inspecting the
8688         REL31 relocation at the beginning of the section.
8689         (Target_arm::Scan::check_non_pic): Report name of offending relocation
8690         in error message.
8691         (Target_arm::Scan::global): Treat any reference to the symbol
8692         _GLOBAL_OFFSET_TABLE_ as a GOT access.
8693
8694 2010-02-12  Sriraman Tallam  <tmsriram@google.com>
8695
8696         * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
8697         (Scan::global_reloc_may_be_function_pointer): New function.
8698         * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8699         (Scan::global_reloc_may_be_function_pointer): New function.
8700         * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8701         (Scan::global_reloc_may_be_function_pointer): New function.
8702         * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
8703         (Scan::global_reloc_may_be_function_pointer): New function.
8704         * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
8705         (Scan::global_reloc_may_be_function_pointer): New function.
8706         (Scan::possible_function_pointer_reloc): New function.
8707         (Target_x86_64::can_check_for_function_pointers): New function.
8708         * gc.h (gc_process_relocs): Scan relocation types to determine if
8709         function pointers were taken for targets that support it.
8710         * icf.cc (Icf::find_identical_sections): Include functions for
8711         folding in safe ICF whose pointer is not taken.
8712         * icf.h (Secn_fptr_taken_set): New typedef.
8713         (fptr_section_id_): New member.
8714         (section_has_function_pointers): New function.
8715         (set_section_has_function_pointers): New function.
8716         (check_section_for_function_pointers): New function.
8717         * options.h: Fix comment for safe ICF option.
8718         * target.h (can_check_for_function_pointers): New function.
8719         * testsuite/Makefile.am: Add icf_safe_so_test test case.
8720         Modify icf_safe_test for X86-64.
8721         * testsuite/Makefile.in: Regenerate.
8722         * testsuite/icf_safe_so_test.cc: New file.
8723         * testsuite/icf_safe_so_test.sh: New file.
8724         * testsuite/icf_safe_test.cc (kept_func_3): New function.
8725         (main): Change to take pointer to function kept_func_3.
8726         * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
8727         folding is done correctly for X86-64.
8728
8729 2010-02-12  David S. Miller  <davem@davemloft.net>
8730
8731         * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
8732         is_symbolless parameter.
8733         (Output_reloc<SHT_REL>::is_symbolless): New.
8734         (Output_reloc<SHT_REL>::is_symbolless_): New.
8735         (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
8736         (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
8737         (Output_reloc<SHT_RELA>::is_symbolless): New.
8738         (Output_data_reloc::add_global): Handle is_symbolless.
8739         (Output_data_reloc::add_global_relative): Likewise.
8740         (Output_data_reloc::add_local): Likewise.
8741         (Output_data_reloc::add_local_relative): Likewise.
8742         (Output_data_reloc::add_symbolless_global_addend): New.
8743         (Output_data_reloc::add_symbolless_local_addend): New.
8744         * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
8745         is_symbolless.
8746         (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
8747         instead of ->is_relative_
8748         (Output_reloc::write): Likewise.
8749         (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
8750         (Output_reloc::write_rel): Simplify.
8751
8752         * sparc.cc (Target_sparc::Scan::local): Use
8753         ->add_symbolless_local_addend as needed.
8754         (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
8755         needed.  Also, emit appropriate unaligned vs. aligned dynamic reloc
8756         based upon relocation offset.
8757
8758 2010-02-11  Doug Kwan  <dougkwan@google.com>
8759
8760         * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
8761         (Target_arm::Scan::global): Ditto.  Also remove a comment before the
8762         beginning of function.
8763         (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
8764         and MOVT_ABS relocations.  Those are non issued in scanning.  Fix
8765         parameter is_32bit in calls to should_apply_static_reloc.
8766         * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
8767         (check_DATA): Add arm_abs_global.stdout.
8768         (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
8769         arm_abs_global.stdout): New rules.
8770         (MOSTLLYCLEANFILES): Add arm_abs_global
8771         * Makefile.in: Regenerate.
8772         * testsuite/arm_abs_global.s: New file.
8773         * testsuite/arm_abs_global.sh: Ditto.
8774         * testsuite/arm_abs_lib.s: Ditto.
8775
8776 2010-02-11  Ian Lance Taylor  <iant@google.com>
8777
8778         * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
8779         Read_relocs task.
8780         (queue_middle_tasks): Likewise, and also for Scan_relocs.  Run
8781         Allocate_commons_task first.
8782         * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
8783         task, rather than symtab_lock_.
8784         (Gc_process_relocs::~Gc_process_relocs): New function.
8785         (Gc_process_relocs::is_runnable): Check this_blocker_.
8786         (Gc_process_relocs::locks): Use next_blocker_ rather than
8787         blocker_.
8788         (Scan_relocs::~Scan_relocs): New function.
8789         (Scan_relocs::is_runnable): Check this_blocker_ rather than
8790         symtab_lock_.
8791         (Scan_relocs::locks): Drop symtab_lock_ and blocker_.  Add
8792         next_blocker_.
8793         * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
8794         fields.  Add this_blocker_ and next_blocker_ fields.  Adjust
8795         constructor accordingly.
8796         (class Gc_process_relocs): Likewise.
8797         (class Scan_relocs): Likewise.
8798         * common.h (class Allocate_commons_task): Remove symtab_lock_
8799         field, and corresponding constructor parameter.
8800         * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
8801         symtab_lock_.
8802         (Allocate_commons_task::locks): Likewise.
8803
8804 2010-02-11  Ian Lance Taylor  <iant@google.com>
8805
8806         * gold-threads.h (class Once): Define.
8807         (class Initialize_lock): Rewrite as child of Once.
8808         * gold-threads.cc (class Once_initialize): Define.
8809         (once_pointer_control): New static variable.
8810         (once_pointer, once_arg): New static variables.
8811         (c_run_once): New static function.
8812         (Once::Once, Once::run_once, Once::internal_run): New functions.
8813         (class Initialize_lock_once): Remove.
8814         (initialize_lock_control): Remove.
8815         (initialize_lock_pointer): Remove.
8816         (initialize_lock_once): Remove.
8817         (Initialize_lock::Initialize_lock): Move to gold-threads.h.
8818         (Initialize_lock::initialize): Rewrite.
8819         (Initialize_lock::do_run_once): New function.
8820         * archive.cc (Archive::interpret_header): Only clear name if it is
8821         not already empty.
8822         * fileread.cc: Include "gold-threads.h"
8823         (file_counts_lock): New static variable.
8824         (file_counts_initialize_lock): Likewise.
8825         (File_read::release): Only increment counts when using --stats.
8826         Use a lock around the increment.
8827         * parameters.cc (class Set_parameters_target_once): Define.
8828         (set_parameters_target_once): New static variable.
8829         (Parameters::Parameters): Move here from parameters.h.
8830         (Parameters::set_target): Rewrite.
8831         (Parameters::set_target_once): New function.
8832         (Parameters::clear_target): Move here and rewrite.
8833         * parameters.h (class Parameters): Update declarations.  Add
8834         set_parameters_target_once_ field.
8835         (Parameters::Parameters): Move to parameters.cc.
8836         (Parameters::clear_target): Likewise.
8837         * readsyms.cc (Read_symbols::do_group): Create a Start_group
8838         task.
8839         (Start_group::~Start_group): New function.
8840         (Start_group::is_runnable): New function.
8841         (Start_group::locks, Start_group::run): New functions.
8842         (Finish_group::run): Change saw_undefined to size_t.
8843         * readsyms.h (class Start_group): Define.
8844         (class Finish_group): Change saw_undefined_ field to size_t.
8845         (Finish_group::Finish_group): Remove saw_undefined and
8846         this_blocker parameters.  Change all callers.
8847         (Finish_group::set_saw_undefined): New function.
8848         (Finish_group::set_blocker): New function.
8849         * symtab.h (class Symbol_table): Change saw_undefined to return
8850         size_t.  Change saw_undefined_ field to size_t.
8851         * target-select.cc (Set_target_once::do_run_once): New function.
8852         (Target_selector::Target_selector): Initialize set_target_once_
8853         field.  Don't initialize lock_ and initialize_lock_ fields.
8854         (Target_selector::instantiate_target): Rewrite.
8855         (Target_selector::set_target): New function.
8856         * target-select.h (class Set_target_once): Define.
8857         (class Target_selector): Update declarations.  Make
8858         Set_target_once a friend.  Remove lock_ and initialize_lock_
8859         fields.  Add set_target_once_ field.
8860
8861 2010-02-10  Ian Lance Taylor  <iant@google.com>
8862
8863         * dirsearch.cc (Dirsearch::initialize): Add all blockers before
8864         queueing any tasks.
8865         * gold.cc (queue_middle_gc_tasks): Likewise.  Fix final blocker.
8866         (queue_middle_tasks): Add all blockers before queueing any tasks.
8867         (queue_final_tasks): Likewise.
8868         * token.h (Task_token::add_blockers): New function.
8869         * object.h (Input_objects::number_of_relobjs): New function.
8870
8871 2010-02-10  Ian Lance Taylor  <iant@google.com>
8872
8873         * i386.cc (Relocate::relocate_tls): A local symbol is final if not
8874         shared, not if not position independent.
8875         * x86_64.cc (Relocate::relocate_tls): Likewise.
8876         * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
8877         (tls_pie_pic_test): New target.
8878         * testsuite/Makefile.in: Rebuild.
8879
8880         * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
8881         (tls_test_main_pie.o, tls_test_pie.o): New targets.
8882         (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
8883         * testsuite/Makefile.in: Rebuild.
8884
8885 2010-02-09  David S. Miller  <davem@davemloft.net>
8886
8887         * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
8888         R_SPARC_RELATIVE using ->add_local_relative().
8889         (Target_sparc::Scan::global): Likewise for ->add_global_relative().
8890
8891         * output.h (Output_data_dynamic::add_section_size): New method
8892         that takes two Output_data objects.
8893         (Output_data_dynamic::Dynamic_entry): Create storage for secondary
8894         entry param.  Handle it in initializers.
8895         * output.cc (Output_data_dynamic::Dynamic_entry::write): For
8896         DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
8897         * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
8898         arg.
8899         * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
8900         and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
8901         * arm.cc (Target_arm::do_finalize_sections): Update to pass false
8902         for dynrel_includes_plt.
8903         * i386.cc (Target_i386::do_finalize_sections): Likewise.
8904         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
8905         * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
8906         before .rela.plt
8907         (Target_sparc::do_finalize_sections): Update to pass true for
8908         dynrel_includes_plt.
8909         * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
8910         output before .rela.plt
8911         (Target_powerpc::do_finalize_sections): Update to pass true for
8912         dynrel_includes_plt when 32-bit.
8913
8914 2010-02-08  Doug Kwan  <dougkwan@google.com>
8915
8916         * arm.cc (Arm_relobj::simple_input_section_output_address): New
8917         method.
8918         (Arm_relobj::section_needs_cortex_a8_stub_scanning,
8919         Arm_relobj::scan_section_for_cortex_a8_stubs,
8920         Arm_relobj::do_relocation_section): Instead of calling
8921         Output_section::output_address, use faster
8922         Arm_relobj::simple_input_section_output_address.
8923
8924 2010-02-08  David S. Miller  <davem@davemloft.net>
8925
8926         * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
8927         unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
8928         relocation helper function.
8929
8930         * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
8931         just like R_SPARC_GOT{10,13,22}.
8932         (Target_sparc::Scan::local): Likewise.
8933         (Target_sparc::Relocate:relocate): Likewise.
8934
8935 2010-02-06  Ian Lance Taylor  <iant@google.com>
8936
8937         * configure.ac: Rewrite targetobjs duplicate removal code to use
8938         only shell constructs.
8939         * configure: Rebuild.
8940
8941 2010-02-05  Doug Kwan  <dougkwan@google.com>
8942
8943         PR 11247
8944         * arm.cc (Arm_relobj::section_is_scannable): New method.
8945         (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
8946         (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
8947
8948 2010-02-04  Doug Kwan  <dougkwan@google.com>
8949
8950         PR 11247
8951         * arm-reloc-property.cc (cstdio): Include.
8952         * configure.ac (targetobjs): Remove duplicates.
8953         * configure: Regenerate.
8954         * resolve.cc (Symbol_table::resolve): Explicit instantiate both
8955         big and little endian version for a given address size.
8956
8957 2010-02-03  Doug Kwan  <dougkwan@google.com>
8958
8959         * arm-reloc-property.cc
8960         (Arm_reloc_property_table::reloc_name_in_error_message): New method
8961         definition.
8962         * arm-reloc-property.h
8963         (Arm_reloc_property_table::get_implemented_static_reloc_property):
8964         New method definition.
8965         (Arm_reloc_property_table::reloc_name_in_error_message): New method
8966         declaration.
8967         * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
8968         overflow to N.
8969         (GOT_PREL): Change implemented to Y.
8970         * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
8971         (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
8972         (Arm_relocate_functions::movw_abs_nc): Remove method.
8973         (Arm_relocate_functions::movt_abs): Ditto.
8974         (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
8975         (Arm_relocate_functions::thm_movt_abs): Ditto.
8976         (Arm_relocate_functions::movw_rel_nc): Ditto.
8977         (Arm_relocate_functions::movw_rel): Ditto.
8978         (Arm_relocate_functions::movt_rel): Ditto.
8979         (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
8980         (Arm_relocate_functions:thm_movw_rel): Ditto.
8981         (Arm_relocate_functions:thm_movt_rel): Ditto.
8982         (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
8983         (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
8984         New method definitions.
8985         (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
8986         (Arm_relocation_functions::arm_grp_ldr): Ditto.
8987         (Arm_relocation_functions::arm_grp_ldrs): Ditto.
8988         (Arm_relocation_functions::arm_grp_ldc): Ditto.
8989         (Target_arm::Relocate::relocate): Check for non-static or
8990         unimplemented relocation code and exit early.  Change calls to
8991         Target_arm::reloc_uses_thumb_bit and
8992         Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
8993         instead.  Refactor code to handle similar relocations to increase
8994         code sharing.  Remove check for unsupported relocation code in switch
8995         statement.
8996         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
8997         relocation property table to find out size.  Change error message to
8998         print out the name of a relocation code instead of the numeric value.
8999         (Target_arm::scan_reloc_for_stub): Use relocation property table
9000         instead of calling Target_arm::reloc_uses_thumb_bit().
9001
9002 2010-02-02  Doug Kwan  <dougkwan@google.com>
9003
9004         * arm.cc (Target_arm::relocate_section): Do view adjustment for all
9005         types of relaxed input section.
9006
9007 2010-02-02  Doug Kwan  <dougkwan@google.com>
9008
9009         * Makefile.am (HFILES): Add arm-reloc-property.h.
9010         (DEFFILES): New.
9011         (TARGETSOURCES): Add arm-reloc-property.cc
9012         (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
9013         (libgold_a_SOURCES): $(DEFFILES)
9014         * Makefile.in: Regenerate.
9015         * arm-reloc-property.cc: New file.
9016         * arm-reloc-property.h: New file.
9017         * arm-reloc.def: New file.
9018         * arm.cc: Update comments.
9019         (arm-reloc-property.h): New included header.
9020         (arm_reloc_property_table): New global variable.
9021         (Target_arm::do_select_as_default_target): New method definition.
9022         * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
9023         arm-reloc-property to targ_extra_obj.
9024         * parameters.cc (set_parameters_target): Call
9025         Target::select_as_default_target().
9026         * target.h (Target::select_as_default_target): New method definition.
9027         (Target::do_select_as_default_target): Same.
9028
9029 2010-02-01  Doug Kwan  <dougkwan@google.com>
9030
9031         * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
9032         first_output_text_section_.
9033         (Arm_exidx_fixup::first_output_text_section): New method definition.
9034         (Arm_exidx_fixup::first_output_text_section_): New data member.
9035         (Arm_exidx_fixup::process_exidx_section): Record the first text
9036         output section seen.
9037         (Arm_output_section::fix_exidx_coverage): Set correct linked section
9038         and entsize in output section header.
9039
9040 2010-01-29  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9041
9042         * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
9043         R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
9044         (Arm_relocate_functions::thm_alu11): New Method.
9045         (Arm_relocate_functions::thm_pc8): New Method.
9046         (Arm_relocate_functions::thm_pc12): New Method.
9047         (Target_arm::Scan::local): Handle the relocations.
9048         (Target_arm::Scan::global): Likewise.
9049         (Target_arm::Relocate::relocate): Likewise.
9050         (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
9051
9052 2010-01-29  Doug Kwan  <dougkwan@google.com>
9053
9054         * arm.cc (Target_arm::Scan::global): General PLTs for the same set
9055         of relocation types as ld.
9056
9057 2010-01-29  Doug Kwan  <dougkwan@google.com>
9058
9059         * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
9060         to public.
9061         (Arm_relocate_functions::thumb_branch_common): Ditto.
9062         (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
9063         Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
9064         Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
9065         Arm_relocate_functions::jump24): Remove.
9066         (Target_arm::Relocate::relocate): Adjust code to call
9067         Arm_relocation_functions::arm_branch_common and
9068         Arm_relocation_functions::thumb_branch_common instead of their removed
9069         wrappers.  Merge switch-cases together to reduce source code size.
9070
9071 2010-01-29  Doug Kwan  <dougkwan@google.com>
9072
9073         * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
9074         output_local_symbol_count_needs_update_.
9075         (Arm_relobj::output_local_symbol_count_needs_update,
9076          Arm_relobj::set_output_local_symbol_count_needs_update,
9077          Arm_relobj::update_output_local_symbol_count): New methods.
9078         (Arm_relobj::output_local_symbol_count_needs_update_): New data
9079         member.
9080         (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
9081         of pointed function as in a R_ARM_PREL31 relocation.
9082         (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
9083         for output local symbol count updating.
9084         (Target_arm::do_relax): Update output local symbol counts in objects
9085         if necessary.
9086         * object.h (Sized_relobj::set_output_local_symbol_count): New method.
9087
9088 2010-01-29  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9089
9090         * arm.cc: Added support for the ARM relocations:
9091         R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
9092         R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
9093         (Arm_relocate_functions::movw_rel_nc): Renamed (was
9094         movw_prel_nc).
9095         (Arm_relocate_functions::movw_rel): New method.
9096         (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
9097         (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
9098         thm_movw_prel_nc).
9099         (Arm_relocate_functions::thm_movw_rel): New method.
9100         (Arm_relocate_functions::thm_movt_rel): Renamed (was
9101         thm_movt_prel).
9102         (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
9103         relocations.
9104         (Target_arm::Scan::global): Likewise.
9105         (Target_arm::Relocate::relocate): Likewise.
9106         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9107         Likewise.
9108
9109 2010-01-27  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9110
9111         * arm.cc: Added support for ARM group relocations.
9112         (Target_arm::reloc_needs_sym_origin): New method.
9113         (Arm_relocate_functions::calc_grp_kn): New method.
9114         (Arm_relocate_functions::calc_grp_residual): New method.
9115         (Arm_relocate_functions::calc_grp_gn): New method.
9116         (Arm_relocate_functions::arm_grp_alu): New Method.
9117         (Arm_relocate_functions::arm_grp_ldr): New Method.
9118         (Arm_relocate_functions::arm_grp_ldrs): New Method.
9119         (Arm_relocate_functions::arm_grp_ldc): New Method.
9120         (Target_arm::Scan::local): Handle the ARM group relocations.
9121         (Target_arm::Scan::global): Likewise.
9122         (Target_arm::Relocate::relocate): Likewise.
9123         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9124         Likewise.
9125
9126 2010-01-26  Doug Kwan  <dougkwan@google.com>
9127
9128         * arm.cc (set): Include.
9129         (class Arm_exidx_fixup): Change type of last_input_section_ to const
9130         pointer type.
9131         (Arm_output_section::Text_section_list): New type.
9132         (Arm_output_section::append_text_sections_to_list): New method.
9133         (Arm_output_section::fix_exidx_coverage): Ditto.
9134         (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
9135         (Arm_relobj::convert_input_section_to_relaxed_section): Use
9136         Relobj::set_section_offset() instead of
9137         Sized_relobj::invalidate_section_offset().
9138         (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
9139         parameter for section headers. Ignore relocation sections for
9140         unallocated sections and EXIDX sections.
9141         (Target_arm::fix_exidx_coverage): New method.
9142         (Target_arm::output_section_address_less_than): New type.
9143         (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
9144         linked text section instead of the EXIDX section.
9145         (Arm_output_section::create_stub_group): Add an assertion to check
9146         that this is not an EXIDX output section.
9147         (Arm_output_section::append_text_sections_to_list): New method.
9148         (Arm_output_section::fix_exidx_coverage): Ditto.
9149         (Arm_relobj::scan_sections_for_stubs): Adjust call to
9150         Arm_relobj::section_needs_reloc_stub_scanning.
9151         (Target_arm::do_relax): Fix EXIDX output section coverage in the
9152         first pass.
9153         (Target_arm::fix_exidx_coverage): New method.
9154         * object.h (Relobj::set_output_section): New method.
9155         (Sized_relobj::invalidate_section_offset): Remove method.
9156         (Sized_relobj::do_invalidate_section_offset): Remove method.
9157         (Sized_relobj::do_set_section_offset): Handle offset value -1.
9158
9159 2010-01-25  Doug Kwan  <dougkwan@google.com>
9160
9161         * arm.cc (Arm_exidx_merged_section::do_output_offset):
9162         Fix warning due to signed and unsigned comparison on a 32-bit host.
9163
9164 2010-01-22  Doug Kwan  <dougkwan@google.com>
9165
9166         * arm.cc (Target_arm::do_relax): Record an output section for section
9167         offset adjustment it contains any stub table that has changed.
9168         * layout.cc (Layout::clean_up_after_relaxation): Adjust section
9169         offsets in an output section if necessary.
9170         * output.cc (Output_section::Output_section): Initialize
9171         section_offsets_need_adjustments_.
9172         (Output_section::add_input_section_for_script): Renamed to
9173         Output_section::add_simple_input_section.
9174         (Output_section::save_states): Add a comment.
9175         (Output_section::discard_states): New method defintion.
9176         (Output_section::adjust_section_offsets): Same.
9177         * output.h (Output_section::add_input_section_for_script): Renamed to
9178         Output_section::add_simple_input_section.
9179         (Output_section::discard_states): New method declaration.
9180         (Output_section::adjust_section_offsets): Same.
9181         (Output_section::section_offsets_need_adjustment,
9182         Output_section::set_section_offsets_need_adjustment): New method
9183         definitions.
9184         (Output_section::section_offsets_need_adjustment_): New data member.
9185         * script-sections.cc
9186         (Output_section_element_input::set_section_address): Adjust code for
9187         renaming of Output_section::add_input_section_for_script.
9188         (Orphan_output_section::set_section_address): Same.
9189
9190 2010-01-22  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9191
9192         * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
9193         Fix_v4bx enum values .
9194         * gold/options.h (General_options): New option definitions.
9195         (General_options::fix_v4bx): New method.
9196         (General_options::Fix_v4bx): New enum.
9197         * gold/options.cc (General_options::parse_fix_v4bx): New method.
9198         (General_options::parse_fix_v4bx_interworking): New method.
9199
9200 2010-01-22  Doug Kwan  <dougkwan@google.com>
9201
9202         * arm.cc (Arm_exidx_fixup): New class.
9203
9204 2010-01-21  Doug Kwan  <dougkwan@google.com>
9205
9206         * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
9207         classes.
9208         (Arm_exidx_section_offset_map): New type.
9209
9210 2010-01-21  Doug Kwan  <dougkwan@google.com>
9211
9212         * arm.cc (Arm_exidx_input_section): New class.
9213         (Arm_relobj::exidx_input_section_by_link,
9214         Arm_relobj::exidx_input_section_by_shndx,
9215         Arm_relobj::make_exidx_input_section): New methods.
9216         (read_arm_attributes_section): Remove.
9217         (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
9218         information about them.
9219         (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
9220         to here.
9221
9222 2010-01-20  Doug Kwan  <dougkwan@google.com>
9223
9224         * arm.cc (Target_arm::Arm_input_section_map): Change key type from
9225         Input_section_specifier to Section_id.
9226         (Target_arm::new_arm_input_section: Adjust code for change of key
9227         type.
9228         (Target_arm::find_arm_input_section): Ditto.
9229         * gc.h (object.h): Include for Section_id nand Section_id_hash.
9230         (Section_id): Remove.
9231         (Garbage_collection::Section_id_hash): Remove.
9232         * icf.h (object.h): Include for Section_id nand Section_id_hash.
9233         (Section_id): Remove.
9234         (Icf::Section_id_hash): Remove.
9235         * object.h (Section_id, Const_section_id, Section_id_hash,
9236         Const_section_id_hash): New type definitions.
9237         * output.cc (Output_section::add_relaxed_input_section): Change to
9238         use Const_section_id instead of Input_section_specifier as key type.
9239         (Output_section::add_merge_input_section): Ditto.
9240         (Output_section::build_relaxation_map): Change to use Section_id
9241         instead of Input_section_specifier as key type.
9242         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
9243         Ditto.
9244         (Output_section::convert_input_sections_to_relaxed_sections): Change
9245         to use Const_section_id instead of Input_section_specifier as key type.
9246         (Output_section::find_merge_section): Ditto.
9247         (Output_section::find_relaxed_input_section): Ditto.
9248         * output.h (Input_section_specifier): Remove class.
9249         (Output_section::Output_section_data_by_input_section_map): Change
9250         key type to Const_section_id.
9251         (Output_section::Output_relaxed_input_section_by_input_section_map):
9252         Ditto.
9253         (Output_section::Relaxation_map): Change key type to Section_id.
9254
9255 2010-01-20  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9256
9257         * gold/arm.cc: Added support for R_ARM_V4BX relocation
9258         (class Arm_v4bx_stub): New class.
9259         (DEF_STUBS): Updated definition to support v4_veneer_bx.
9260         (Stub_factory::make_arm_v4bx_stub): New method.
9261         (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
9262         (Stub_table::empty): Handle v4bx stubs.
9263         (Stub_table::add_arm_v4bx_stub): New method.
9264         (Stub_table::find_arm_v4bx_stub): New method.
9265         (Arm_relocate_functions::v4bx): New method.
9266         (Target_arm::fix_v4bx): New method.
9267         (Target_arm::Target_arm): Handle R_ARM_V4BX.
9268         (Stub_table::relocate_stubs): Likewise.
9269         (Stub_table::do_write): Likewise.
9270         (Stub_table::update_data_size_and_addralign): Likewise.
9271         (Stub_table::finalize_stubs):  Likewise.
9272         (Target_arm::Scan::local): Likewise.
9273         (Target_arm::Scan::global): Likewise.
9274         (Target_arm::do_finalize_sections): Likewise.
9275         (Target_arm::Relocate::relocate): Likewise.
9276         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9277         Likewise.
9278         (Target_arm::scan_reloc_for_stub): Likewise.
9279         (Target_arm::scan_reloc_section_for_stubs): Likewise.
9280
9281 2010-01-19  Ian Lance Taylor  <iant@google.com>
9282
9283         * output.cc (Output_section_headers::do_sized_write): Write large
9284         segment count to sh_info field.
9285         (Output_file_header::do_sized_write): For large segment count,
9286         write PN_XNUM to e_phnum field.
9287
9288 2010-01-15  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9289
9290         * arm.cc (Arm_relocate_functions::thm_jump6): New function.
9291         (Arm_relocate_functions::thm_jump8): New function.
9292         (Arm_relocate_functions::thm_jump11): New function.
9293         (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
9294         R_ARM_THM_JUMP11.
9295         (Target_arm::Scan::global): Likewise.
9296         (Target_arm::Relocate::relocate): Likewise.
9297         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9298         Likewise.
9299
9300 2010-01-14  Doug Kwan  <dougkwan@google.com>
9301
9302         * arm.cc (map, utility): Include headers.
9303         (Target_arm::apply_cortex_a8_workaround): New method.
9304         (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
9305         (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
9306         (Target_arm::Scan::global): R_ARM_THM_JUMP19.
9307         (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
9308         the --[no-]fix-cortex-a8 command line options.
9309         (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
9310         (Target_arm::relocate_stub): Use addend in instruction template.
9311         * options.h (DEFINE_bool): Set the user-set flag.
9312         (General_options): Add --[no-]-fix-cortex options.
9313         * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
9314         : Update fast look-up map after conversion.
9315
9316 2010-01-14  Sriraman Tallam  <tmsriram@google.com>
9317
9318         * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
9319         in the first pass of do_layout.
9320
9321 2010-01-13  Doug Kwan  <dougkwan@google.com>
9322
9323         * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9324         Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
9325         apparent compiler problem of not folding static constant integral
9326         data members of elfcpp::Elf_sizes<32>.
9327
9328 2010-01-13  Doug Kwan  <dougkwan@google.com>
9329
9330         * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9331         Arm_relobj::section_needs_cortex_a8_stub_scanning,
9332         Arm_relobj::scan_section_for_cortex_a8_erratum,
9333         Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
9334         (Arm_relobj::scan_sections_for_stubs): Move code deciding what
9335         sections to scan for relocation stubs into a new method
9336         Arm_relobj::section_needs_reloc_stub_scanning.  Handle both
9337         relocation and Cortex-A8 stub scanning.
9338         (Target_arm::do_relax): Force stubs to be after stubbed sections
9339         if fixing the Cortex-A8 erratum.  Remove all Cortex-A8 stubs at
9340         the beginning of a new relaxation pass.  Update a comment.
9341         (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
9342
9343 2010-01-12  Ian Lance Taylor  <iant@google.com>
9344
9345         * target-reloc.h (visibility_error): New inline function.
9346         (relocate_section): Call visibility_error.
9347         * testsuite/Makefile.am (check_DATA): Add protected_3.err.
9348         (MOSTLYCLEANFILES): Likewise.
9349         (protected_4_pic.o, protected_3.err): New targets.
9350         * testsuite/protected_4.cc: New file.
9351
9352 2010-01-12  Doug Kwan  <dougkwan@google.com>
9353
9354         * arm.cc (Cortex_a8_reloc): New class.
9355         (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
9356         and cortex_a8_relocs_info_.
9357         (Target_arm::fix_cortex_a8): New method definition.
9358         (Target_arm::Cortex_a8_relocs_info): New type.
9359         (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
9360         New data member declarations.
9361         (Target_arm::scan_reloc_for_stub): Record information about
9362         relocations for THUMB branches that might be exempted from the
9363         Cortex-A8 workaround.
9364         (Target_arm::do_relax): Clear all Cortex-A8 relocation information
9365         at the beginning of a relaxation pass.
9366
9367 2010-01-12  Doug Kwan  <dougkwan@google.com>
9368
9369         * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
9370         (Arm_relobj::Mapping_symbol_position,
9371          Arm_reloj::Mapping_symbol_position_less,
9372          Arm_relobj::Mapping_symbols_info): New types.
9373         (Target_arm::is_mapping_symbol_name): New method definition.
9374         (Arm_relobj::do_count_local_symbols): Save information about mapping
9375         symbols.
9376
9377 2010-01-11  Doug Kwan  <dougkwan@google.com>
9378
9379         * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
9380         Arm_relocate_functions::thumb32_branch_upper,
9381         Arm_relocate_functions::thumb32_branch_lower,
9382         Arm_relocate_functions::thumb32_cond_branch_offset,
9383         Arm_relocate_functions::thumb32_cond_branch_upper,
9384         Arm_relocate_functions::thumb32_cond_branch_lower,
9385         Arm_relocate_functions::thm_jump19): New methods to handle THUMB
9386         branch offset encoding.
9387         (Arm_relocate_functions::thumb_branch_common): Use new branch
9388         offset encoding methods to avoid code duplication.
9389         (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
9390         (Stub_addend_reader::operator()): Use new branch encoding method
9391         to avoid code duplication.
9392
9393 2010-01-11  Doug Kwan  <dougkwan@google.com>
9394
9395         * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
9396         (Target_arm::do_finalize_sections): Define special EXIDX section
9397         symbols only if referenced.
9398         * gc.h (Garbage_collection::add_reference): New method.
9399         (gc_process_relocs): Use Garbage_collection::add_reference to avoid
9400         code duplication.
9401
9402 2010-01-11  Ian Lance Taylor  <iant@google.com>
9403
9404         * script.cc (Version_script_info::build_expression_list_lookup):
9405         Change complaing about duplicate wildcard match from error to
9406         warning.
9407
9408         * script.cc (class Lazy_demangler): Recreate--revert part of patch
9409         of 2009-12-30.
9410         (Version_script_info::Version_script_info): Initialize globs_,
9411         default_version_, default_is_global_, and exact_.  Don't
9412         initialize globals_ or locals_.
9413         (Version_script_info::build_lookup_tables): Build local symbols
9414         first.
9415         (Version_script_info::unquote): New function.
9416         (Version_script_info::add_exact_match): New function.
9417         (Version_script_info::build_expression_list_lookup): Remove lookup
9418         parameter.  Add is_global parameter.  Change all callers.  Handle
9419         wildcard pattern specially.  Unquote pattern.  Call
9420         add_exact_match.
9421         (Version_script_info::get_name_to_match): New function.
9422         (Version_script_info::get_symbol_version): New function.
9423         (Version_script_info::get_symbol_version_helper): Remove.
9424         (Version_script_info::check_unmatched_names): Call unquote.
9425         * script.h (class Version_script_info): Change get_symbol_version
9426         to be non-inline and add is_global parameter; change all callers.
9427         Rewrite symbol_is_local.  Update declarations.  Define struct
9428         Version_tree_match, Exact, Globs.  Don't define struct Lookup.
9429         Remove globals_ and locals_ members.  Add exact_, globs_,
9430         default_version_, is_global_.
9431         (Version_script_info::Glob): Remove pattern, add expression and
9432         is_global.  Update constructor.  Change all callers.
9433         * dynobj.cc (Versions::finalize): Mark the version symbol as the
9434         default version.
9435         (Versions::symbol_section_contents): If a symbol is undefined, or
9436         defined in a dynamic object, set the version index to
9437         VER_NDX_LOCAL.
9438         * symtab.cc (Symbol_table::add_from_relobj): Don't call
9439         symbol_is_local.
9440         (Symbol_table::add_from_pluginobj): Likewise.
9441         * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
9442
9443 2010-01-11  Doug Kwan  <dougkwan@google.com>
9444
9445         * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
9446         (incremental_dump_LDADD): Add linking option for libintl.
9447         * Makefile.in: Regenerate.
9448
9449 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
9450
9451         PR gold/11144
9452         * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
9453         instead of -Ds.
9454         * testsuite/Makefile.in: Regenerated.
9455
9456 2010-01-10  Doug Kwan  <dougkwan@google.com>
9457
9458         * options.h (DEFINE_var): Use parentheses around argument varname__
9459         in macro body to avoid any unintended subsequent substitutions.
9460
9461 2010-01-10  Ian Lance Taylor  <iant@google.com>
9462
9463         * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
9464         candidates before doing symbol resolution.
9465
9466         * resolve.cc (Symbol_table::resolve): Add symbols to the list of
9467         ODR candidates if only one is weak.
9468
9469 2010-01-08  Ian Lance Taylor  <iant@google.com>
9470
9471         * script.cc (Version_script_info::build_expression_list_lookup):
9472         Don't warn about ambiguous version, just record the ambiguity.
9473         (Version_script_info::get_symbol_version_helper): Give error if
9474         version is ambiguous.
9475
9476 2010-01-08  Doug Kwan  <dougkwan@google.com>
9477
9478         * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
9479         prev_data_size_ and prev_addralign_.  Remove initializer for
9480         deleted data member has_been_changed_.
9481         (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
9482         to determine if the table is empty.
9483         (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
9484         Remove.
9485         (Stub_table::add_reloc_stub): Define method in class definition
9486         instead of just declaring it there.
9487         (Stub_table::add_cortex_a8_stub): New method definition.
9488         (Stub_table::update_data_size_and_addralign): Ditto.
9489         (Stub_table::finalize_stubs): Ditto.
9490         (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
9491         (Stub_table::do_addralign_): Return address alignment in the
9492         (Stub_table::do_reset_address_and_file_offset): Define method in
9493         class definition instead of declaring it there.  Set current data
9494         size to be the data size of the previous pass.
9495         (Stub_table::set_final_data_size): Use current data size as the
9496         final data size.
9497         (Stub_table::relocate_stub): Change parameter type of stub from
9498         Reloc_stub pointer to Stub pointer.
9499         (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
9500         (Stub_table::Cortex_a8_stub_list): New typedef.
9501         (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
9502          Stub_table::prev_addralign_): New data member.
9503         (Arm_relobj::Arm_relobj): Initialize data member
9504         section_has_cortex_a8_workaround_.
9505         (Arm_relobj::section_has_cortex_a8_workaround,
9506          Arm_relobj::mark_section_for_cortex_a8_workaround): New method
9507          definitions.
9508         (Arm_relobj::section_has_cortex_a8_workaround_): New data member
9509         declarations.
9510         (Target_arm::relocate_stub): Change parameter type of stub from
9511         Reloc_stub pointer to Stub pointer.
9512         (Insn_template::size, Insn_template::alignment): Handle
9513         THUMB16_SPECIAL_TYPE.
9514         (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
9515          Stub_table::update_data_size_and_addralign,
9516          Stub_table::apply_cortex_a8_workaround_to_address_range): New method
9517         definitions.
9518         (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
9519         (Stub_table::do_write): Ditto.
9520         (Target_arm::do_relax): Adjust code for changes in Stub_table.
9521
9522 2010-01-08  Ian Lance Taylor  <iant@google.com>
9523
9524         PR 11108
9525         * symtab.h (class Symbol): Remove fields is_target_special_ and
9526         has_plt_offset_.  Add field is_defined_in_discarded_section_.
9527         (Symbol::is_defined_in_discarded_section): New function.
9528         (Symbol::set_is_defined_in_discarded_section): New function.
9529         (Symbol::has_plt_offset): Rewrite.
9530         (Symbol::set_plt_offset): Verify that new offset is not -1U.
9531         * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
9532         Don't initialize is_target_special_ or has_plt_offset_.
9533         Initialize is_defined_in_discarded_section_.
9534         (Symbol_table::add_from_relobj): If appropriate, set
9535         is_defined_in_discarded_section.
9536         * resolve.cc (Symbol::override_base_with_special): Don't test
9537         is_target_special_.  Change has_plt_offset_ to has_plt_offset().
9538         * target-reloc.h (relocate_section): Do special handling for
9539         symbols defined in discarded sections for global symbols as well
9540         as local symbols.
9541
9542 2010-01-08  Ian Lance Taylor  <iant@google.com>
9543
9544         * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
9545         the SHT_SYMTAB case.
9546
9547 2010-01-08  Ian Lance Taylor  <iant@google.com>
9548
9549         * object.cc (Sized_relobj::do_layout): Don't get confused if
9550         layout_eh_frame returns NULL.
9551
9552 2010-01-08  Ian Lance Taylor  <iant@google.com>
9553
9554         PR 11084
9555         * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
9556         dynamic symbol table, use the normal symbol table.
9557         (Sized_dynobj::do_read_symbols): Remove assertion about type of
9558         symbol table.
9559
9560 2010-01-08  Ian Lance Taylor  <iant@google.com>
9561
9562         PR 11072
9563         * layout.cc (Layout::include_section): Remove .gnu_debuglink
9564         sections.
9565
9566 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
9567
9568         * version.cc (print_version): Change to "Copyright 2010".
9569
9570 2010-01-08  Ian Lance Taylor  <iant@google.com>
9571
9572         PR 10287
9573         PR 11063
9574         * i386.cc (class Target_i386): Change return type of plt_section
9575         to be non-const.
9576         (class Output_data_plt_i386): Add tls_desc_rel_ field.
9577         (Output_data_plt_i386::Output_data_plt_i386): Initialize
9578         tls_desc_rel_ field.
9579         (Output_data_plt_i386::rel_tls_desc): New function.
9580         (Target_i386::rel_tls_desc_section): New function.
9581         (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
9582         (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
9583         R_386_TLS_DESC reloc in rel_tls_desc_section.
9584         * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
9585         Define struct Tlsdesc_info.
9586         (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
9587         (Target_x86_64::do_reloc_symbol_index): New function.
9588         (Target_x86_64::add_tlsdesc_info): New function.
9589         (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
9590         (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
9591         tlsdesc_rel_ field.
9592         (Output_data_plt_x86_64::rela_plt): Rename from rel_plt.  Change
9593         all callers.
9594         (Output_data_plt_x86_64::rela_tlsdesc): New function.
9595         (Target_x86_64::rela_tlsdesc_section): New function.
9596         (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
9597         handling.
9598         (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
9599         (Target_x86_64::do_reloc_addend): New function.
9600         R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
9601         * output.h (class Output_reloc) [SHT_REL]: Add new constructor
9602         declarations.  Define TARGET_CODE.  Add arg field to u1_ union.
9603         (Output_reloc::type): New function.
9604         (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
9605         (Output_reloc::is_target_specific): New function.
9606         (Output_reloc::target_arg): New function.
9607         (class Output_reloc) [SHT_RELA]: Add four new constructors for
9608         absolute relocs and target specific relocs.
9609         (class Output_data_reloc) [SHT_REL]: Add add_absolute and
9610         add_target_specific.
9611         (class Output_data_reloc) [SHT_RELA]: Likewise.
9612         * output.cc (Output_reloc::Output_reloc): Add four new versions
9613         for absolute relocs and target specific relocs.
9614         (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
9615         (Output_reloc::get_symbol_index): Likewise.
9616         (Output_reloc::local_section_offset): Check that local_sym_index_
9617         is not TARGET_CODE or 0.
9618         (Output_reloc::symbol_value): Likewise.
9619         (Output_reloc::write) [SHT_RELA]: Call target for target specific
9620         reloc.
9621         * target.h (class Target): Add reloc_symbol_index and reloc_addend
9622         functions.  Add do_reloc_symbol_index and do_reloc_addend virtual
9623         functions.
9624         * layout.cc (add_target_dynamic_tags): Use output section for
9625         DT_PLTRELSZ and DT_JMPREL.
9626
9627 2010-01-07  Ian Lance Taylor  <iant@google.com>
9628
9629         PR 11061
9630         * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
9631         function.
9632         (class Output_data_reloc_generic): Define.
9633         (class Output_data_reloc_base): Change base class to
9634         Output_data_reloc_generic.  Change add() method to call
9635         bump_relative_reloc_count for a relative reloc.  Remove
9636         sort_relocs_ field.
9637         * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
9638         to sort_relocs().
9639         * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
9640         Output_data_reloc_generic*.  Add DT_RELCOUNT/DT_RELACOUNT tag if
9641         appropriate.
9642         * layout.h (class Layout): Update declaration.
9643
9644 2010-01-07  Ian Lance Taylor  <iant@google.com>
9645
9646         * output.h (class Output_data): Add const version of
9647         output_section and do_output_section.
9648         (class Output_section_data): Add const version of
9649         do_output_section.
9650         (class Output_section): Likewise.
9651         * layout.cc (Layout::add_target_dynamic_tags): New function.
9652         * layout.h (class Layout): Update declarations.
9653         * arm.cc (Target_arm::do_finalize_sections): Use
9654         add_target_dynamic_tags.
9655         * i386.cc (Target_i386::do_finalize_sections): Likewise.
9656         * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
9657         * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
9658         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9659
9660 2010-01-07  Ian Lance Taylor  <iant@google.com>
9661
9662         PR 11042
9663         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
9664         object as needed.
9665
9666 2010-01-07  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
9667             Ian Lance Taylor  <iant@google.com>
9668
9669         PR 11019
9670         * object.cc: Instantiate Xindex::initialize_symtab_xindex and
9671         Xindex::read_symtab_xindex.
9672
9673 2010-01-07  Doug Kwan  <dougkwan@google.com>
9674
9675         * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
9676         (Insn_template::thumb16_bcond_insn): New method declaration.
9677         (Insn_template): Fix spelling.
9678         (Stub::thumb16_special): New method declaration.
9679         (Stub::do_write): Define virtual method which was previously pure
9680         virtual.
9681         (Stub::do_thumb16_special): New method declaration.
9682         (Stub::do_fixed_endian_write): New template member.
9683         (Reloc_stub::do_write): Remove.
9684         (Reloc_stub::do_fixed_endian_write): Remove.
9685         (Cortex_a8_stub): New class definition.
9686         (Stub_factory::make_cortex_a8_stub): New method definition.
9687         (Stub_factory::Stub_factory): Add missing static storage class
9688         qualifier for elf32_arm_stub_a8_veneer_blx.
9689
9690 2010-01-07  Ian Lance Taylor  <iant@google.com>
9691
9692         PR 10980
9693         * options.h (class General_options): Add --warn-unresolved-symbols
9694         and --error-unresolved-symbols.
9695         * errors.cc (Errors::undefined_symbol): Implement
9696         --warn-unresolved-symbols.
9697
9698         * options.h (class General_options): Add -z text and -z textoff.
9699         * layout.cc (Layout::finish_dynamic_section): Implement -z text.
9700
9701 2010-01-06  Sriraman Tallam  <tmsriram@google.com>
9702
9703         * gc.h (Garbage_collection::Cident_section_map): New typedef.
9704         (Garbage_collection::cident_sections): New function.
9705         (Garbage_collection::add_cident_section): New function.
9706         (Garbage_collection::cident_sections_): New member.
9707         (gc_process_relocs): Add references to sections whose names are C
9708         identifiers.
9709         * gold.h (cident_section_start_prefix): New constant.
9710         (cident_section_stop_prefix): New constant.
9711         (is_cident): New function.
9712         * layout.cc (Layout::define_section_symbols): Replace string constants
9713         with the newly defined constants.
9714         * object.cc (Sized_relobj::do_layout): Track sections whose names are
9715         C identifiers.
9716         * testsuite/Makefile.am: Add gc_orphan_section_test.
9717         * testsuite/Makefile.in: Regenerate.
9718         * testsuite/gc_orphan_section_test.cc: New file.
9719         * testsuite/gc_orphan_section_test.sh: New file.
9720
9721 2010-01-06  Ian Lance Taylor  <iant@google.com>
9722
9723         PR 10980
9724         * options.h (class General_options): Add --warn-shared-textrel.
9725         * layout.cc (Layout::finish_dynamic_section): Implement
9726         --warn-shared-textrel.
9727
9728         PR 10980
9729         * options.h (class General_options): Add --warn-multiple-gp.
9730
9731 2010-01-06  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9732
9733         * Makefile.am (incremental_dump_DEPENDENCIES): Remove
9734         $(THREADSLIB) and $(LIBDL).
9735         * Makefile.in: Rebuild.
9736
9737 2010-01-06  Ian Lance Taylor  <iant@google.com>
9738
9739         PR 10980
9740         * options.cc (General_options::parse_section_start): New function.
9741         (General_options::section_start): New function.
9742         (General_options::General_options): Initialize all members.
9743         * options.h: Include <map>
9744         (class General_options): Add --section-start.  Add section_starts_
9745         member.
9746         * layout.cc (Layout::attach_allocated_section_to_segment): If
9747         --section-start was used, set the address of the segment.  Remove
9748         local sort_sections.
9749         (Layout::relaxation_loop_body): If the address of the load segment
9750         has been set by --section-start, don't use it.
9751         * output.h (Output_segment::update_flags_for_output_section): New
9752         function.
9753         * output.cc (Output_segment::add_output_section): Call
9754         update_flags_for_output_section.
9755
9756 2010-01-05  Ian Lance Taylor  <iant@google.com>
9757
9758         PR 10980
9759         * options.h (class General_options): Add --undefined-version.
9760         * script.cc (struct Version_expression): Add was_matched_by_symbol
9761         field.
9762         (Version_script_info::matched_symbol): New function.
9763         (Version_script_info::get_symbol_version_helper): Call
9764         matched_symbol.
9765         (Version_script_info::check_unmatched_names): New function.
9766         * script.h (class Version_script_info): Update declarations.
9767         * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
9768
9769         * options.h (class General_options): Use DEFINE_bool_alias for
9770         allow_multiple_definition.
9771         * resolve.cc (Symbol_table::should_override): Don't test
9772         allow_multiple_definition.
9773
9774         PR 10980
9775         * options.h (class General_options): Add --cref.
9776         * main.cc (main): Print cref table if --cref.  Don't close mapfile
9777         until after printing cref table.
9778         * cref.cc: Include "symtab.h".
9779         (class Cref_inputs): Define Cref_table_compare and Cref_table.
9780         (Cref_table_compare::operator()): New function.
9781         (Cref_inputs::gather_cref): New function.
9782         (filecol): New static const.
9783         (Cref_inputs::print_cref): New function.
9784         (Cref::print_cref): New function.
9785         * cref.h: Include <cstdio>.
9786         (class Cref): Update declarations.
9787         * mapfile.h (Mapfile::file): New function.
9788         * object.h (class Object): Define Symbols.  Declare virtual
9789         do_get_global_symbols.
9790         (Object::get_global_symbols): New function.
9791         * object.cc (Input_objects::add_object): Pass object to cref_ if
9792         --cref.
9793         (Input_objects::archive_start): Likewise.
9794         (Input_objects::archive_stop): Likewise.
9795         (Input_objects::print_cref): New function.
9796         * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
9797         * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
9798         --cref.
9799         * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
9800         function.
9801         * plugin.h (class Sized_pluginobj): Update declarations.
9802
9803 2010-01-05  Ian Lance Taylor  <iant@google.com>
9804
9805         * symtab.cc (Symbol_table::add_from_object): Rename def parameter
9806         to is_default_version.  Rename insdef to insdefault.
9807         (Symbol_table::add_from_relobj): Rename def to is_default_version
9808         and local to is_forced_local.
9809         (Symbol_table::add_from_pluginobj): Likewise.
9810         (Symbol_table::add_from_dynobj): Likewise.
9811         (Symbol_table::define_special_symbol): Rename insdef to
9812         insdefault.
9813
9814 2010-01-04  Ian Lance Taylor  <iant@google.com>
9815
9816         PR 10980
9817         * options.h (class General_options): Add
9818         --allow-multiple-definition and -z muldefs.
9819         * resolve.cc (Symbol_table::should_override): Don't warn about a
9820         multiple symbol definition if --allow-multiple-definition or -z
9821         muldefs.
9822
9823         PR 10980
9824         * options.h (class General_options): Add --add-needed and
9825         --copy-dt-needed-entries.  Tweak --as-needed help entry.
9826         * object.cc (Input_objects::check_dynamic_dependencies): Give an
9827         error if --copy-dt-needed-entries aka --add-needed is used and
9828         would cause a change in behaviour.
9829
9830         PR 10980
9831         * options.h (class General_options): Add -G as a short version of
9832         --shared.  Add no-op options -assert, -g, and -i.
9833
9834 2010-01-04  Sriraman Tallam  <tmsriram@google.com>
9835
9836         * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
9837         check for .text or .gnu.linkonce.t sections.
9838         * icf.cc (Icf::find_identical_sections): Ditto.
9839         Change the detection for mangled function name within the section
9840         name.
9841         * icf.h (is_section_foldable_candidate): New function.
9842
9843 2009-12-30  Ian Lance Taylor  <iant@google.com>
9844
9845         PR 10980
9846         * options.h (class General_options): Permit two dashes with
9847         --retain-symbols-file.
9848
9849 2009-12-30  Ian Lance Taylor  <iant@google.com>
9850
9851         PR 10979
9852         * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
9853         don't put the file header and segment headers in the text
9854         segment.
9855
9856         PR 10979
9857         * common.cc (Sort_commons::operator()): Stabilize sort when both
9858         entries are NULL.
9859         (Symbol_table::do_allocate_commons_list): When allocating common
9860         symbols, skip a symbol which is no longer common.
9861         * symtab.h (Symbol::is_common): Test whether the symbol comes from
9862         an object before checking its type.
9863         * testsuite/common_test_2.c: New file.
9864         * testsuite/common_test_3.c: New file.
9865         * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
9866         (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
9867         (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
9868         (common_test_2_pic.o, common_test_2.so): New targets.
9869         (common_test_3_pic.o, common_test_3.so): New targets.
9870         * testsuite/Makefile.in: Rebuild.
9871
9872         PR 10979
9873         * script.cc (read_input_script): If we see a new SECTIONS clause,
9874         and we have added an input section, give an error.
9875         * layout.h (class Layout): Add have_added_input_section function.
9876         Add have_added_input_section_ field.
9877         * layout.cc (Layout::Layout): Initialize
9878         have_added_input_section_.
9879         (Layout::layout): Set have_added_input_section_.
9880         (Layout::layout_eh_frame): Likewise.
9881
9882 2009-12-30  Ian Lance Taylor  <iant@google.com>
9883
9884         PR 10931
9885         * options.h (class General_options): Add --sort-common option.
9886         * symtab.h (class Symbol_table): Define Sort_commons_order enum.
9887         * common.cc (Sort_common): Add sort_order parameter to
9888         constructor.  Add sort_order_ field.
9889         (Sort_commons::operator): Check sort_order_.
9890         (Symbol_table::allocate_commons): Determine the sort order.
9891         (Symbol_table::do_allocate_commons): Add sort_order parameter.
9892         Change all callers.
9893         (Symbol_table::do_allocate_commons_list): Likewise.
9894
9895 2009-12-30  Ian Lance Taylor  <iant@google.com>
9896
9897         PR 10916
9898         * symtab.cc (Symbol_table::add_from_relobj): When not exporting
9899         symbols from this object, don't change the visibility of an
9900         undefined symbol.
9901         * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
9902
9903 2009-12-30  Ian Lance Taylor  <iant@google.com>
9904
9905         PR 10861
9906         * script.h (class Version_script_info): Define Language enum.
9907         Update declarations.  Define Glob, Exact, and Lookup types.  Add
9908         new fields globals_, locals_, and is_finalized_.
9909         * script.cc: Various formatting fixes.
9910         (class Parser_closure): Change language_stack_ from a vector of
9911         std::string to one of Version_script_info::Language.  Adjust all
9912         uses accordingly.
9913         (class Lazy_demangler): Remove.
9914         (struct Version_expression): Change language from std::string to
9915         Version_script_info::Language.
9916         (Version_script_info::Version_script_info): New function.
9917         (Version_script_info::~Version_script_info): Don't call clear.
9918         (Version_script_info::finalize): New function.
9919         (Version_script_info::build_lookup_tables): New function.
9920         (Version_script_info::build_expression_list_lookup): New
9921         function.
9922         (Version_script_info::get_symbol_version_helper): Rewrite to use
9923         lookup tables.
9924         (Version_script_info::print_expression_list): Adjust to use
9925         Version_script_info::Language.
9926         (script_push_lex_into_version_mode): Check that the version script
9927         has not been finalized.
9928         (version_script_push_lang): Change language string to
9929         Version_script_info::Language.
9930         * options.cc (Command_line::version_script): New function.
9931         * options.h (class General_options): Add finalize_dynamic_list
9932         function.  Change version_script from declaration to definition.
9933         * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
9934         * testsuite/version_script.map: Remove duplicate def of foo.
9935         * testsuite/Makefile.am (ver_matching_def.so): Depend upon
9936         version_script.map.
9937         * testsuite/Makefile.in: Rebuild.
9938
9939 2009-12-30  Ian Lance Taylor  <iant@google.com>
9940
9941         PR 10843
9942         * target-reloc.h (relocate_for_relocatable): When copying a reloc,
9943         if the input symbol index is 0, make the output symbol index 0.
9944
9945 2009-12-30  Ian Lance Taylor  <iant@google.com>
9946
9947         PR 10670
9948         * options.h (class General_options): Add -x/--discard-all.
9949         * object.cc (Sized_relobj::do_count_local_symbols): Handle
9950         --discard-all.  If the local symbol needs a dynamic entry, check
9951         that before handling --discard-locals.
9952
9953 2009-12-30  Ian Lance Taylor  <iant@google.com>
9954
9955         PR 10450
9956         * output.cc (Output_segment::Output_segment): If PT_TLS, set the
9957         flags to PF_R.
9958         (Output_segment::add_output_section): Don't change the flags if
9959         the type is PT_TLS.
9960
9961         PR 10450
9962         * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
9963         GNU hash table if they need a dynamic value.  Otherwise, don't add
9964         them if they are defined in a dynamic object or are forced local.
9965
9966 2009-12-29  Ian Lance Taylor  <iant@google.com>
9967
9968         PR 10450
9969         * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
9970         .gnu.hash table for a 32-bit target.
9971
9972         PR 10450
9973         * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
9974         regular and a dynamic object only needs a dynamic symbol table
9975         entry if it is externally visible.
9976
9977         PR 10450
9978         * i386.cc (class Target_i386): Initialize global_offset_table_ in
9979         constructor.  Add global_offset_table_ field.
9980         (Target_i386::got_section): Set global_offset_table_.
9981         (Target_i386::do_finalize_sections): Set global_offset_table_
9982         size.
9983         * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
9984         in constructor.  Add global_offset_table_ field.
9985         (Target_x86_64::got_section): Set global_offset_table_.
9986         (Target_x86_64::do_finalize_sections): Set global_offset_table_
9987         size.
9988
9989         * layout.cc (Layout::Layout): Initialize increase_relro_.
9990         (Layout::get_output_section): Add is_relro, is_last_relro, and
9991         is_first_non_relro parameters.  Change all callers.
9992         (Layout::choose_output_section): Likewise.
9993         (Layout::add_output_section_data): Likewise.
9994         (Layout::make_output_section): Likewise.
9995         (Layout::set_segment_offsets): Clear increase_relro when using a
9996         linker script.
9997         * layout.h (class Layout): Add increase_relro method.  Add
9998         increase_relro_ field.  Update declarations.
9999         * output.cc (Output_section::Output_section): Initialize
10000         is_last_relro_ and is_first_non_relro_.
10001         (Output_segment::add_output_section): Group relro sections is
10002         do_sort is true.  Handle is_last_relro and is_first_non_relro.
10003         (Output_segment::maximum_alignment): Remove relro handling.
10004         (Output_segment::set_section_addresses): Add increase_relro
10005         parameter.  Change all callers.  Add initial alignment to align
10006         relro sections on separate page.  Remove old relro handling.
10007         (Output_segment::set_section_list_addresses): Remove in_relro
10008         parameter.  Change all callers.
10009         (Output_segment::set_offset): Add increase parameter.  Change all
10010         callers.  Remove old relro handling.
10011         * output.h (class Output_section): Add new methods: is_last_relro,
10012         set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
10013         Add is_last_relro_ and is_first_non_relro_ fields.
10014         * i386.cc (Target_i386::got_section): Don't call set_is_relro.
10015         Create separate .got.plt section.  Call increase_relro.
10016         * x86_64.cc (Target_x86_64::got_section): Likewise.
10017         * testsuite/relro_script_test.t: Add .got.plt.
10018
10019         PR 10450
10020         * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
10021         (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
10022         (Layout::finalize): Call set_dynamic_symbol_size.
10023         (Layout::set_dynamic_symbol_size): New function.
10024         * layout.h (class Layout): Add dynamic_symbol_ field.  Declare
10025         set_dynamic_symbol_size.
10026
10027         PR 10450
10028         * output.h (class Output_section): Add is_entsize_zero_ field.
10029         * output.cc (Output_section::Output_section): Initialize
10030         is_entsize_zero_.
10031         (Output_section::set_entsize): If two different entsizes are
10032         requested, force it to zero.
10033         (Output_section::add_input_section): Set flags for .debug_str
10034         before updating section flags.  Set entsize.
10035         (Output_section::update_flags_for_input_section): Set SHF_MERGE
10036         and SHF_STRING if all input sections have those flags.
10037
10038 2009-12-29   Rafael Espindola  <espindola@google.com>
10039
10040         * main.cc (main): Fix the sys time reporting.
10041         * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
10042         reporting.
10043
10044 2009-12-29  Sriraman Tallam  <tmsriram@google.com>
10045
10046         * options.cc (General_options::parse_version): Allow -v to exit
10047         without an error if there is nothing to link.
10048
10049 2009-12-29  Ian Lance Taylor  <iant@google.com>
10050
10051         * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
10052         using a version of gcc before 4.1.
10053         * configure: Rebuild.
10054
10055 2009-12-28  Chris Demetriou  <cgd@google.com>
10056
10057         * attributes.cc (Output_attributes_section_data::do_write): Use
10058         std::vector::front rather than std::vector::data.
10059
10060 2009-12-28  Ian Lance Taylor  <iant@google.com>
10061
10062         * symtab.h (class Symbol_table): Add enum Defined.
10063         * resolve.cc (Symbol_table::should_override): Add defined
10064         parameter.  Change all callers.  Test whether object is NULL
10065         before calling a method on it.
10066         (Symbol_table::report_resolve_problem): Add defined parameter.
10067         Change all callers.
10068         (Symbol_table::should_override_with_special): Likewise.
10069         * symtab.cc (Symbol_table::define_in_output_data): Add defined
10070         parameter.  Change all callers.
10071         (Symbol_table::do_define_in_output_data): Likewise.
10072         (Symbol_table::define_in_output_segment): Likewise.
10073         (Symbol_table::do_define_in_output_segment): Likewise.
10074         (Symbol_table::define_as_constant): Likewise.
10075         (Symbol_table::do_define_as_constant): Likewise.
10076         * script.h (class Symbol_assignment): Add is_defsym parameter to
10077         constructor; change all callers.
10078         * script.cc (Script_options::add_symbol_assignment): Add is_defsym
10079         parameter.  Change all callers.  Add is_defsym_ field.
10080         (class Parser_closure): Add parsing_defsym parameter to
10081         constructor; change all callers.  Add parsing_defsym accessor
10082         function.  Add parsing_defsym_ field.
10083
10084 2009-12-28  Ian Lance Taylor  <iant@google.com>
10085
10086         * gold.cc (queue_middle_tasks): Fix formatting.
10087         * object.cc (Relobj::is_section_name_included): Likewise.
10088
10089 2009-12-23  Ian Lance Taylor  <iant@google.com>
10090
10091         * i386.cc (Target_i386::do_calls_non_split): Recognize
10092         -fsplit-stack prologue for a function with a static chain.
10093         * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
10094         -fsplit-stack prologue when using %r11.
10095
10096 2009-12-21  Sriraman Tallam  <tmsriram@google.com>
10097
10098         * options.cc (General_options::parse_version): Make -v continue and do
10099         the link like GNU ld does.
10100
10101 2009-12-17  Rafael Avila de Espindola  <espindola@google.com>
10102
10103         * Makefile.am (CCFILES): Add timer.cc.
10104         (HFILES): Add timer.h.
10105         * configure.ac: Check for sysconf and times.
10106         * main.cc: include timer.h.
10107         (main): Use Timer instead of get_run_time.
10108         * timer.cc: New.
10109         * timer.h: New.
10110         * workqueue.cc: include timer.h.
10111         (Workqueue::find_and_run_task):
10112         Report user, sys and wall time.
10113         * Makefile.in: Regenerate.
10114         * config.in: Regenerate.
10115         * configure: Regenerate.
10116
10117 2009-12-16  Doug Kwan  <dougkwan@google.com>
10118
10119         * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
10120         sections.
10121         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
10122         relaxed input sections.
10123         * output.cc (Output_section::find_relaxed_input_section): Change
10124         return type to Output_relaxed_input_section pointer.  Adjust code
10125         for new type of relaxed_input_section_map_.
10126         * output.h (Output_section::find_relaxed_input_section): Change
10127         return type to Output_relaxed_input_section pointer.
10128         (Output_section::Output_relaxed_input_section_by_input_section_map):
10129         New type.
10130         (Output_section::relaxed_input_section_map_): Change type to
10131         Output_section::Output_relaxed_input_section_by_input_section_map.
10132         * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
10133         input section.
10134
10135 2009-12-15  Ian Lance Taylor  <iant@google.com>
10136
10137         * layout.cc (Layout::create_shstrtab): Only write out after input
10138         sections if we are compressing debug sections.
10139
10140 2009-12-15  Ian Lance Taylor  <iant@google.com>
10141
10142         * archive.cc (Archive::add_symbols): Only look up a symbol without
10143         a version if there is, in fact, a version.
10144
10145 2009-12-14  Ian Lance Taylor  <iant@google.com>
10146
10147         Revert -Wshadow changes, all changes from:
10148         2009-12-11  Doug Kwan  <dougkwan@google.com>
10149         2009-12-11  Nick Clifton  <nickc@redhat.com>
10150         * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
10151
10152 2009-12-11  Doug Kwan  <dougkwan@google.com>
10153
10154         * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
10155         due to -Wshadow.
10156         * attributes.cc (Object_attribute::size): Ditto.
10157         (Attributes_section_data::size): Ditto.
10158         (Attributes_section_data::Attributes_section_data): Ditto.
10159         (Output_attributes_section_data::do_write): Ditto.
10160         * attributes.h (Object_attribute::set_type): Ditto.
10161         * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
10162
10163 2009-12-11  Nick Clifton  <nickc@redhat.com>
10164
10165         * archive.cc: Fix shadowed variable warnings.
10166         * arm.cc: Likewise.
10167         * compressed_output.cc: Likewise.
10168         * compressed_output.h: Likewise.
10169         * configure: Likewise.
10170         * dwarf_reader.cc: Likewise.
10171         * dynobj.cc: Likewise.
10172         * dynobj.h: Likewise.
10173         * ehframe.cc: Likewise.
10174         * ehframe.h: Likewise.
10175         * errors.cc: Likewise.
10176         * expression.cc: Likewise.
10177         * fileread.cc: Likewise.
10178         * fileread.h: Likewise.
10179         * freebsd.h: Likewise.
10180         * i386.cc: Likewise.
10181         * icf.cc: Likewise.
10182         * incremental.h: Likewise.
10183         * layout.cc: Likewise.
10184         * layout.h: Likewise.
10185         * mapfile.cc: Likewise.
10186         * merge.cc: Likewise.
10187         * merge.h: Likewise.
10188         * object.cc: Likewise.
10189         * object.h: Likewise.
10190         * options.h: Likewise.
10191         * output.cc: Likewise.
10192         * output.h: Likewise.
10193         * parameters.cc: Likewise.
10194         * plugin.cc: Likewise.
10195         * powerpc.cc: Likewise.
10196         * reduced_debug_output.cc: Likewise.
10197         * reduced_debug_output.h: Likewise.
10198         * reloc.cc: Likewise.
10199         * reloc.h: Likewise.
10200         * resolve.cc: Likewise.
10201         * script-sections.cc: Likewise.
10202         * script.cc: Likewise.
10203         * script.h: Likewise.
10204         * sparc.cc: Likewise.
10205         * symtab.cc: Likewise.
10206         * symtab.h: Likewise.
10207         * target-select.cc: Likewise.
10208         * target-select.h: Likewise.
10209         * token.h: Likewise.
10210         * workqueue.cc: Likewise.
10211         * workqueue.h: Likewise.
10212         * x86_64.cc: Likewise.
10213
10214 2009-12-10  Doug Kwan  <dougkwan@google.com>
10215
10216         * arm.cc (attributes.h): New include.
10217         (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
10218         (Arm_relobj::~Arm_relobj): Delete object pointed by
10219         attributes_section_data_.
10220         (Arm_relobj::attributes_section_data): New method definition.
10221         (Arm_relobj::attributes_section_data_): New data member declaration.
10222         (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
10223         (Arm_dynobj::~Arm_dynobj): Delete object pointed by
10224         attributes_section_data_.
10225         (Arm_dynobj::attributes_section_data): New method definition.
10226         (Arm_dynobj::attributes_section_data_): New data member declaration.
10227         (Target_arm::Target_arm): Initialize attributes_section_data_.  Change
10228         initialization value of may_use_blx_ to false.
10229         (Target_arm::using_thumb2, Target_arm::using_thumb_only,
10230         Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
10231         object attributes to compute results instead of hard-coding.
10232         (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
10233         Target_arm::get_secondary_compatible_arch,
10234         Target_arm::set_secondary_compatible_arch
10235         Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10236         Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
10237         New method declarations.
10238         (Target_arm::get_aeabi_object_attribute): New method definition.
10239         (Target_arm::attributes_section_data_): New data member declaration.
10240         (read_arm_attributes_section): New template definition.
10241         (Arm_relobj::do_read_symbols): Read attributes section if it exists.
10242         (Arm_dynobj::do_read_symbols): Ditto.
10243         (Target_arm::do_finalize_sections): Merge attributes sections from
10244         input.  Check for BLX use after attributes section merging.
10245         Fix __exidx_start and __exidx_end visibility.  Create an
10246         .ARM.attributes section if necessary.
10247         (Target_arm::get_secondary_compatible_arch,
10248         Target_arm::set_secondary_compatible_arch,
10249         Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10250         Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
10251         Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
10252         New method definitions.
10253
10254 2009-12-09  Ian Lance Taylor  <iant@google.com>
10255
10256         * plugin.cc (Plugin::load): Don't cast from void* to a function
10257         pointer.
10258
10259 2009-12-09  Ian Lance Taylor  <iant@google.com>
10260
10261         * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
10262         information fields.
10263
10264 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
10265
10266         * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
10267         Replace two_file_shared_1.so with two_file_shared_2.so.
10268         * testsuite/Makefile.in: Regenerated.
10269
10270 2009-12-08  Doug Kwan  <dougkwan@google.com>
10271
10272         * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
10273         (HFILES): Add attributes.h and int_encoding.h.
10274         * Makefile.in: Regenerate.
10275         * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
10276         function definitions to int_encoding.cc
10277         * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
10278         prototypes to int_encoding.h
10279         * reduced_debug_output.cc (int_encoding.h): New include.
10280         (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
10281         function definitions to int_encoding.cc
10282         (insert_into_vector, read_from_pointer): Move template definitions to
10283         int_encoding.h
10284         * attributes.cc: New file.
10285         * attributes.h: New file.
10286         * int_encoding.cc: New file.
10287         * int_encoding.h: New file.
10288
10289 2009-12-07  Rafael Avila de Espindola  <espindola@google.com>
10290
10291         PR gold/11055
10292         * incremental-dump.cc (dump_incremental_inputs): New.
10293         (main): Use dump_incremental_inputs.
10294
10295 2009-12-07  H.J. Lu  <hongjiu.lu@intel.com>
10296
10297         PR gold/10893
10298         * i386.cc (Target_i386::Scan::globa): Use is_func instead of
10299         checking elfcpp::STT_FUNC.
10300         (Target_i386::Relocate::relocate): Likewise.
10301         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
10302
10303         * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
10304         symbols from shared libraries into normal FUNC symbols.
10305
10306         * symtab.h (Symbol): Add is_func and use it.
10307
10308 2009-12-05  Doug Kwan  <dougkwan@google.com>
10309
10310         * arm.cc (Target_arm::arm_info): Initialize new fields
10311         attributes_section and attributes_vendor.
10312         * i386.cc (Target_i386::i386_info): Same.
10313         * object.cc (Sized_relobj::do_layout): Skip attribute section.
10314         * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
10315         fields attributes_section and attributes_vendor.
10316         * sparc.cc (Target_sparc::sparc_info): Same.
10317         * target.h (Target::attributes_section, Target::attributes_vendor,
10318         Target::is_attributes_section, Target::attribute_arg_type,
10319         Target::attributes_order): New method definitions.
10320         (Target::Target_info::attributes_section,
10321         Target::Target_info::attributes_vendor): New fields.
10322         (Target::do_attribute_arg_type, Target::do_attributes_order): New
10323         virtual method definitions.
10324         * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
10325         attributes_section and attributes_vendor.
10326         * testsuite/testfile.cc (Target_test::test_target_info): Same.
10327
10328 2009-12-05  Doug Kwan  <dougkwan@google.com>
10329
10330         * arm.cc: Update comments about interworking and stub generation.
10331         (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
10332         considered as non-PIC.
10333         (Arm_relocate_functions::base_abs): Fix formatting.
10334         (Arm_relocate_functions::got_prel): Fix comment.  Change interface
10335         of function to use GOT entry address instead of offset.
10336         (Target_arm::Scan::global): Issue an error if a symbol would need a
10337         PLT does not get one because it is untyped.  Remove code to create
10338         dynamic symbols for relative branches.
10339         (Target_arm::Relocate::relocate: Use 0 instead of false since function
10340         takes unsigned integer instead of boolean.
10341
10342 2009-12-05  H.J. Lu  <hongjiu.lu@intel.com>
10343
10344         * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
10345         (two_file_test_LDADD): Likewise.
10346         (common_test_1_LDADD): Likewise.
10347         (exception_test_LDADD) Likewise.
10348         (weak_test_LDADD): Likewise.
10349         (many_sections_test_LDADD): Likewise.
10350         (initpri1_LDADD): Likewise.
10351         (script_test_1_LDADD): Likewise.
10352         (script_test_2_LDADD): Likewise.
10353         (justsyms_LDADD): Likewise.
10354         (binary_test_LDADD): Likewise.
10355         (large_LDADD): Likewise.
10356         * testsuite/Makefile.in: Regenerated.
10357
10358 2009-12-04  H.J. Lu  <hongjiu.lu@intel.com>
10359
10360         * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
10361         (Symbol_table::override_with_special): Likewise.
10362         (Symbol_table::add_from_object): Likewise.
10363
10364 2009-12-04  Rafael Avila de Espindola  <espindola@google.com>
10365
10366         * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10367         Don't set the data_offset twice.
10368
10369 2009-12-04  Rafael Avila de Espindola  <espindola@google.com>
10370
10371         * testsuite/Makefile.in: Regenerate.
10372
10373 2009-12-03  Doug Kwan  <dougkwan@google.com>
10374
10375         * arm.cc: Remove comment about missing .ARM.exidx section symbols.
10376         (Target_arm::do_finalize_sections): Add parameter for symbol table
10377         pointer.  Add __exidx_start and __exidx_end symbols as appropriate.
10378         * i386.cc (Target_i386::do_finalize_sections): Add an additional
10379         parameter for symbol table pointer.
10380         * layout.cc (Layout::finalize): Call Target::finalize_sections with
10381         an additional parameter for a pointer to symbol table.
10382         * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
10383         parameter for a symbol table pointer.
10384         * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
10385         * target.h (Target::finalize_sections, Target::do_finalize_sections):
10386         Ditto.
10387         * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
10388         parameter for a symbol table pointer.
10389
10390 2009-12-03  Rafael Avila de Espindola  <espindola@google.com>
10391
10392         * incremental.cc (Incremental_inputs_header)
10393         (Incremental_inputs_header_write, Incremental_inputs_entry)
10394         (Incremental_inputs_entry_write): Move ...
10395         * incremental.h (Incremental_inputs_header)
10396         (Incremental_inputs_header_write, Incremental_inputs_entry)
10397         (Incremental_inputs_entry_write): here.
10398
10399 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
10400
10401         * incremental.cc (make_sized_incremental_binary): Set the target.
10402         Error if it is incompatible.
10403         * output.h (Output_file): Add filename method.
10404
10405 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
10406
10407         * incremental.cc (Incremental_inputs_entry): Remove unused argument
10408         from the get_* methods.
10409
10410 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
10411
10412         * incremental-dump.cc (main): Check that the offeset of a script is 0.
10413         * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10414         Write 0 for the data_offset of scripts.
10415
10416 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
10417
10418         * testsuite/Makefile.am: Add the incremental_test.sh test.
10419         * testsuite/incremental_test.sh: New.
10420         * testsuite/incremental_test_1.c: New.
10421         * testsuite/incremental_test_2.c: New.
10422
10423 2009-12-01  Rafael Avila de Espindola  <espindola@google.com>
10424
10425         * incremental-dump.cc (main): Fix typos.
10426
10427 2009-11-27  Rafael Avila de Espindola  <espindola@google.com>
10428
10429         PR gold/11025
10430         * incremental-dump.cc (main): Use llu to print 64 bit values.
10431
10432 2009-11-26  Per Øyvind Karlsen <peroyvind@mandriva.org>
10433             H.J. Lu  <hongjiu.lu@intel.com>
10434
10435         * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
10436         $(LIBDL).
10437         (incremental_dump_LDADD): Likewise.
10438         * Makefile.in: Regenerated.
10439
10440 2009-11-25  Doug Kwan  <dougkwan@google.com>
10441
10442         Revert:
10443
10444         2009-11-25  Doug Kwan  <dougkwan@google.com>
10445
10446                 * arm.cc (Target_arm::Target_arm): Move method definition
10447                 outside of class definition.  Add code to handle
10448                 --target1-rel, --target1-abs and --target2= options.
10449                 (Target_arm::get_reloc_reloc_type): Change method to be
10450                 non-static and const.
10451                 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
10452                 New data member declaration.
10453                 (Target_arm::Scan::local, Target_arm::Scan::global,
10454                 Target_arm::Relocate::relocate,
10455                 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10456                 Adjust call to Target_arm::get_real_reloc_type.
10457                 (Target_arm::get_real_reloc_type): Use command line options
10458                 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10459                 * options.h (--target1-rel, --target1-abs, --target2): New
10460                 ARM-only options.
10461
10462 2009-11-25  Doug Kwan  <dougkwan@google.com>
10463
10464         * arm.cc (Target_arm::Target_arm): Move method definition outside of
10465         class definition.  Add code to handle --target1-rel, --target1-abs
10466         and --target2= options.
10467         (Target_arm::get_reloc_reloc_type): Change method to be non-static
10468         and const.
10469         (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
10470         member declaration.
10471         (Target_arm::Scan::local, Target_arm::Scan::global,
10472         Target_arm::Relocate::relocate,
10473         Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
10474         call to Target_arm::get_real_reloc_type.
10475         (Target_arm::get_real_reloc_type): Use command line options to
10476         determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10477         * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
10478         options.
10479
10480 2009-11-25  Doug Kwan  <dougkwan@google.com>
10481
10482         * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
10483         (Arm_relocate_functions::thumb_branch_common): New metod declaration.
10484         (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
10485         formatting.
10486         (Arm_relocate_functions::thm_call): Replace body with a call to
10487         Arm_relocate_functions::thumb_branch_common.
10488         (Arm_relocate_functions::thm_jump24,
10489         Arm_relocate_functions::thm_xpc22): New method definitions.
10490         (Arm_relocate_functions::thumb_branch_common): New method definition.
10491         (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
10492         operator.
10493         (Target_arm::Relocate::relocate): Adjust call to thm_call.
10494         Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
10495
10496 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
10497
10498         * Makefile.am: Build incremental-dump
10499         * Makefile.in: Regenerate.
10500         * incremental-dump.cc: New.
10501         * incremental.cc (Incremental_inputs_header_data,
10502         Incremental_inputs_entry_data): Move to incremental.h
10503         * incremental.h: (Incremental_inputs_header_data,
10504         Incremental_inputs_entry_data): Move from incremental.cc
10505
10506 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
10507
10508         * incremental.cc (Incremental_inputs_header,
10509         Incremental_inputs_header_write, Incremental_inputs_entry,
10510         Incremental_inputs_entry_write): Add a typedef with the data type.
10511
10512 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
10513
10514         * incremental.cc (Incremental_inputs_header,
10515         Incremental_inputs_header_write, Incremental_inputs_entry,
10516         Incremental_inputs_entry_write): Update comment about which
10517         type has the filed descriptions.
10518
10519 2009-11-15  Doug Kwan  <dougkwan@google.com>
10520
10521         * arm.cc (Target_arm::may_use_arm_nop): New method definition.
10522         (Arm_relocate_functions::arm_branch_common): Change method defintion
10523         in class definition to a method declaration and update list of formal
10524         parameters.
10525         (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
10526         Arm_relocation_functions::jump24): Adjust call to
10527         Arm_relocate_functions::arm_branch_common.  Update list of formal
10528         parameters.
10529         (Arm_relocate_functions::xpc25): New method definition.
10530         (Arm_relocate_functions::arm_branch_common): Move method defintion
10531         out from class definition.  Use stubs for mode-switching and extending
10532         branch ranges.
10533         (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
10534         specially.  Change code to enable use of stubs in ARM branches.
10535
10536 2009-11-10  Doug Kwan  <dougkwan@google.com>
10537
10538         * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
10539         in method declaration.
10540         (Target_arm::relocate_stub): New method declaration.
10541         (Target_arm::default_target): Change to return a pointer instead of
10542         a const reference.
10543         (Reloc_stub::stub_type_for_reloc): Adjust for the change in
10544         Target_arm::default_target.
10545         (Arm_Relobj::do_relocate_sections): Remove options paramater in
10546         method definition.
10547         (Target_arm::relocate_section): Adjust view.
10548         (Target_arm::relocate_stub): New method definition.
10549
10550 2009-11-10  Doug Kwan  <dougkwan@google.com>
10551
10552         * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
10553         a format warning.
10554         * incremental.cc (open_incremental_binary): Initialized local
10555         variables to avoid warnings.
10556         * object.cc (make_elf_object): Ditto.
10557         * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
10558         a format warning.
10559
10560 009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
10561
10562         PR gold/10930
10563         * testsuite/plugin_test.c: Include "config.h".
10564
10565 2009-11-09  Doug Kwan  <dougkwan@google.com>
10566
10567         * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
10568         (arm_symbol_value): Remove.
10569         (Arm_relocate_functions::arm_branch_common,
10570         Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
10571         Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
10572         Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
10573         Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
10574         Arm_relocate_functions::call, Arm_relocate_functions::jump24,
10575         Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
10576         Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
10577         Arm_relocate_functions::thm_mobw_abs_nc,
10578         Arm_relocate_functions::thm_mov_abs,
10579         Arm_relocate_functions::movw_prel_nc,
10580         Arm_relocate_functions::thm_movt_abs,
10581         Arm_relocate_functions::movt_prel,
10582         Arm_relocate_functions::thm_movw_prel_nc,
10583         Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
10584         (Target_arm::Relocate::relocate): Only decompose address into two
10585         parts if relocation type uses the thumb-bit and pass the actual
10586         bit instead of a flag indicating that the thumb-bit is used.  Adjust
10587         calls to methods in Arm_relocate_functions for this change.
10588
10589 2009-11-08  Ian Lance Taylor  <iant@google.com>
10590
10591         PR 10925
10592         * reloc.cc: Instantiate
10593         Sized_relobj::initialize_input_to_output_maps and
10594         Sized_relobj:free_input_to_output_maps.
10595
10596 2009-11-06  Ian Lance Taylor  <iant@google.com>
10597
10598         PR 10876
10599         * defstd.cc (in_segment): Set only_if_ref true for "end".
10600
10601 2009-11-06  Doug Kwan  <dougkwan@google.com>
10602
10603         * arm.cc (class Reloc_stub): Correct a comment.
10604         (Target_arm::Target_arm): Initialize arm_input_section_map_.
10605         (Target_arm::scan_section_for_stubs): New method declaration.
10606         (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
10607         Change methods from private to protected.
10608         (Target_arm::do_may_relax): New method definition.
10609         (Target_arm::do_relax, Target_arm::group_sections,
10610         Target_arm::scan_reloc_for_stub,
10611         Target_arm::scan_reloc_section_for_stubs): New method declarations.
10612         (Target_arm::arm_input_section_map_): New data member declaration.
10613         (Target_arm::scan_reloc_for_stub,
10614         Target_arm::scan_reloc_section_for_stubs,
10615         Target_arm::scan_section_for_stubs, Target_arm::group_sections,
10616         Target_arm::do_relax): New method definitions.
10617
10618 2009-11-06  Mikolaj Zalewski  <mikolaj@google.com>
10619
10620         * configure.ac: Check for (struct stat)::st_mtim
10621         * fileread.cc (File_read::get_mtime): Use st_mtim if available.
10622         * config.in: Regenerate.
10623         * configure: Regenerate.
10624
10625 2009-11-05  Ian Lance Taylor  <iant@google.com>
10626
10627         PR 10910
10628         * output.cc (Output_segment::add_output_section): Add missing
10629         return statement.
10630
10631 2009-11-04  Ian Lance Taylor  <iant@google.com>
10632
10633         PR 10880
10634         * object.h (class Object): Add is_needed and set_is_needed
10635         methods.  Add is_needed_ field.  Make bool fields into bitfields.
10636         * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
10637         defined in a dynamic object and referenced by a regular object,
10638         set is_needed for the dynamic object.
10639         * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
10640         if the file is marked with as_needed and it is not needed.
10641
10642 2009-11-04  Ian Lance Taylor  <iant@google.com>
10643
10644         PR 10887
10645         * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
10646         tags if data is discarded by linker script.
10647         * i386.cc (Target_i386::do_finalize_sections): Likewise.
10648         * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
10649         * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
10650         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10651
10652 2009-11-04  Ian Lance Taylor  <iant@google.com>
10653
10654         * layout.cc (Layout::get_output_section): Add is_interp and
10655         is_dynamic_linker_section parameters.  Change all callers.
10656         (Layout::choose_output_section): Likewise.
10657         (Layout::make_output_section): Likewise.
10658         (Layout::add_output_section_data): Add is_dynamic_linker_section
10659         parameter.  Change all callers.
10660         * layout.h (class Layout): Update declarations.
10661         * output.h (class Output_section): Add is_interp, set_is_interp,
10662         is_dynamic_linker_section, set_is_dynamic_linker_section methods.
10663         Add is_interp_, is_dynamic_linker_section_ fields.  Change
10664         generate_code_fills_at_write_ to a bitfield.
10665         * output.cc (Output_section::Output_sections): Initialize new
10666         fields.
10667         (Output_segment::add_output_section): Add do_sort parameter.
10668         Change all callers.
10669
10670 2009-11-03  Ian Lance Taylor  <iant@google.com>
10671
10672         PR 10860
10673         * options.h (class General_options): Add --warn-common.
10674         * resolve.cc (Symbol_table::resolve): Handle --warn-common when
10675         merging two common symbols.
10676         (Symbol_table::should_override): Handle --warn-common when merging
10677         a common symbol with a defined symbol.  Use report_resolve_problem
10678         for multiple definitions.
10679         (Symbol_table::report_resolve_problem): New function.
10680         * symtab.h (class Symbol_table): Declare report_resolve_problem.
10681
10682 2009-11-03  Doug Kwan  <dougkwan@google.com>
10683
10684         * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
10685         stub_factory_.
10686         (Target_arm::stub_factory): New method definition.
10687         (Target_arm::new_arm_input_section,
10688         Target_arm::find_arm_input_section, Target_arm::new_stub_table,
10689         Target_arm::reloc_uses_thumb_bit): New method declarations.
10690         (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
10691         New type definitions.
10692         (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
10693         member declarations.
10694         (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
10695         Target_arm::find_arm_input_section, Target_arm::new_stub_table):
10696         New method definitions.
10697
10698 2009-11-03  Ian Lance Taylor  <iant@google.com>
10699
10700         * options.h (class General_options): Add --warn_constructors.
10701
10702 2009-11-03  Ian Lance Taylor  <iant@google.com>
10703
10704         PR 10893
10705         * defstd.cc (in_section): Add entries for __rel_iplt_start,
10706         __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
10707
10708 2009-11-03  Ian Lance Taylor  <iant@google.com>
10709
10710         PR 10895
10711         * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
10712         --msgid-bugs-address.
10713         (install-pdf): New target.
10714         (install-data_yes): Look up one directory to find mkinstalldirs.
10715
10716 2009-11-03  H.J. Lu  <hongjiu.lu@intel.com>
10717
10718         * po/Make-in (.po.gmo): Don't generate .gmo files in source
10719         tree.
10720
10721 2009-10-30  Doug Kwan  <dougkwan@google.com>
10722
10723         * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
10724
10725 2009-10-30  Doug Kwan  <dougkwan@google.com>
10726
10727         * arm.cc (Stub_addend_reader): New struct template definition
10728         and partial specializations.
10729         (Stub_addend_reader::operator()): New method definition for a
10730         partially specialized template.
10731
10732 2009-10-30  Doug Kwan  <dougkwan@google.com>
10733
10734         * arm.cc (Arm_relobj::processor_specific_flags): New method
10735         definition.
10736         (Arm_relobj::do_read_symbols): New method declaration.
10737         (Arm_relobj::processor_specific_flags_): New data member declaration.
10738         (Arm_dynobj): New class definition.
10739         (Target_arm::do_finalize_sections): Add input_objects parameter.
10740         (Target_arm::do_adjust_elf_header): New method declaration.
10741         (Target_arm::are_eabi_versions_compatible,
10742         (Target_arm::merge_processor_specific_flags): New method declaration.
10743         (Target_arm::do_make_elf_object): New overloaded method definitions
10744         and declaration.
10745         (Arm_relobj::do_read_symbols): New method definition.
10746         (Arm_dynobj::do_read_symbols): Ditto.
10747         (Target_arm::do_finalize_sections): Add input_objects parameters.
10748         Merge processor-specific flags from all input objects.
10749         (Target_arm::are_eabi_versions_compatible,
10750         Target_arm::merge_processor_specific_flags,
10751         Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
10752         New method definitions.
10753         * i386.cc (Target_i386::do_finalize_sections): Add unnamed
10754         Input_objects pointer type parameter.
10755         * layout.cc (Layout::finalize): Pass input objects to target's.
10756         finalize_sections function.
10757         * output.cc (Output_file_header::do_sized_write): Set ELF file
10758         header's processor-specific flags.
10759         * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
10760         Input_objects pointer type parameter.
10761         * sparc.cc (Target_sparc::do_finalize_sections): Same.
10762         * target.h (Input_objects): New forward class declaration.
10763         (Target::processor_specific_flags,
10764         Target::are_processor_specific_flags_sect): New method definitions.
10765         (Target::finalize_sections): Add input_objects parameter.
10766         (Target::Target): Initialize processor_specific_flags_ and
10767         are_processor_specific_flags_set_.
10768         (Target::do_finalize_sections): Add unnamed Input_objects pointer type
10769         parameter.
10770         (Target::set_processor_specific_flags): New method definition.
10771         (Target::processor_specific_flags_,
10772         Target::are_processor_specific_flags_set_): New data member
10773         declarations.
10774         * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
10775         Input_objects pointer type parameter.
10776
10777 2009-10-30  Doug Kwan  <dougkwan@google.com>
10778
10779         * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
10780
10781 2009-10-28  Ian Lance Taylor  <iant@google.com>
10782
10783         * object.h (class Relobj): Drop options parameter from
10784         gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
10785         do_scan_relocs, do_relocate.  Change all callers.
10786         (class Sized_relobj): Drop options parameters from
10787         do_gc_process_relocs, do_scan_relocs, do_relocate,
10788         do_relocate_sections, relocate_sections, emit_relocs_scan,
10789         emit_relocs_scan_reltype.  Change all callers.
10790         (struct Relocate_info): Remove options field and all references to
10791         it.
10792         * reloc.h (class Read_relocs): Remove options constructor
10793         parameter and options_ field.  Change all callers.
10794         (class Gc_process_relocs, class Scan_relocs): Likewise.
10795         (class Relocate_task): Likewise.
10796         * target-reloc.h (scan_relocs): Remove options parameter.  Change
10797         all callers.
10798         (scan_relocatable_relocs): Likewise.
10799         * target.h (class Sized_target): Remove options parameter from
10800         gc_process_relocs, scan_relocs, scan_relocatable_relocs.  Change
10801         all callers.
10802         * gc.h (gc_process_relocs): Remove options parameter.  Change all
10803         callers.
10804         * arm.cc: Update functions to remove options parameters.
10805         * i386.cc: Likewise.
10806         * powerpc.cc: Likewise.
10807         * sparc.cc: Likewise.
10808         * x86_64.cc: Likewise.
10809         * testsuite/testfile.cc: Likewise.
10810
10811 2009-10-28  Doug Kwan  <dougkwan@google.com>
10812
10813         * arm.cc (Arm_relobj): New class definition.
10814         (Arm_relobj::scan_sections_for_stubs,
10815         Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
10816         New method definitions.
10817
10818 2009-10-28  Cary Coutant  <ccoutant@google.com>
10819
10820         * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
10821         (Plugin::cleanup_done_): New member.
10822         (Plugin_manager::Plugin_manager): Remove cleanup_done_.
10823         (Plugin_manager::cleanup_done_): Remove.
10824         (Plugin_manager::add_input_file): Edit error message.
10825         * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
10826         (Plugin_manager::cleanup): Remove use of cleanup_done_.
10827
10828 2009-10-27  Mikolaj Zalewski  <mikolajz@google.com>
10829
10830         * fileread.cc: (File_read::View::~View): Use the new
10831         data_ownership_ filed.
10832         (File_read::~File_read): Dispose the new whole_file_view_.
10833         (File_read::open): Mmap the whole file if needed.
10834         (File_read::open): Use whole_file_view_ instead of contents_.
10835         (File_read::find_view): Use whole_file_view_ if applicable.
10836         (File_read::do_read): Use whole_file_view_ instead of contents_.
10837         (File_read::make_view): Use whole_file_view_ instead of contents_,
10838         update File_read::View::View call.
10839         (File_read::find_or_make_view): Update File_read::View::View
10840         call.
10841         * fileread.h: (File_read::File_read): Initialize whole_file_view_,
10842         remove contents_
10843         (File_read::View::Data_ownership): New enum.
10844         (File_read::View::View): Replace bool mapped_ with Data_ownership
10845         argument.
10846         (File_read::View::mapped_): Remove (replaced by data_ownership_).
10847         (File_read::View::data_ownership_): New field.
10848         (File_read::contents_): Remove (replaced by whole_file_view_).
10849         (File_read::whole_file_view_): New field.
10850         * options.h (class General_options): Add --keep-files-mapped.
10851
10852 2009-10-27  Cary Coutant  <ccoutant@google.com>
10853
10854         * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
10855         * testsuite/Makefile.am (plugin_test_5): New test case.
10856         * testsuite/Makefile.in: Regenerate.
10857
10858 2009-10-25  Doug Kwan  <dougkwan@google.com>
10859
10860         * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
10861         from private to protected to allow access by child class.
10862         (Sized_relobj::do_relocate_sections): New method declaration.
10863         (Sized_relobj::relocate_sections): Virtualize.
10864         * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
10865         Sized_relobj::relocate_sections.  Instantiate template explicitly
10866         for different target sizes and endianity.
10867
10868 2009-10-24  Doug Kwan  <dougkwan@google.com>
10869
10870         * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
10871         (Arm_input_section::as_arm_input_section): New method.
10872         (Arm_output_section): New class definition.
10873         (Arm_output_section::create_stub_group,
10874         Arm_output_section::group_sections): New method definitions.
10875
10876 2009-10-22  Doug Kwan  <dougkwan@google.com>
10877
10878         * arm.cc (Arm_input_section): New class definition.
10879         (Arm_input_section::init, Arm_input_section:do_write,
10880         Arm_input_section::set_final_data_size,
10881         Arm_input_section::do_reset_address_and_file_offset): New method
10882         definitions.
10883
10884 2009-10-21  Doug Kwan  <dougkwan@google.com>
10885
10886         * arm.cc (Stub_table, Arm_input_section): New forward class
10887         declarations.
10888         (Stub_table): New class defintion.
10889         (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
10890         Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
10891         New method definition.
10892
10893 2009-10-21  Doug Kwan  <dougkwan@google.com>
10894
10895         * arm.cc: Update copyright comments.
10896         (Target_arm): New forward class template declaration.
10897         (Arm_address): New type.
10898         (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
10899         THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
10900         THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
10901         constants.
10902         (Insn_template): Same.
10903         (DEF_STUBS): New macro.
10904         (Stub_type): New enum type.
10905         (Stub_template): New class definition.
10906         (Stub): Same.
10907         (Reloc_stub): Same.
10908         (Stub_factory): Same.
10909         (Target_arm::Target_arm): Initialize may_use_blx_ and
10910         should_force_pic_veneer_.
10911         (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
10912         Target_arm::should_force_pic_veneer,
10913         Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
10914         Target_arm::using_thumb_only, Target_arm:;default_target): New
10915         method defintions.
10916         (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
10917         New data member declarations.
10918         (Insn_template::size, Insn_template::alignment): New method defintions.
10919         (Stub_template::Stub_template): New method definition.
10920         (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
10921         Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
10922         (Stub_factory::Stub_factory): New method definition.
10923         * gold.h (string_hash): New template.
10924         * output.h (Input_section_specifier::hash_value): Use
10925         gold::string_hash.
10926         (Input_section_specifier::string_hash): Remove.
10927         * stringpool.cc (Stringpool_template::string_hash): Use
10928         gold::string_hash.
10929
10930 2009-10-20  Doug Kwan  <dougkwan@google.com>
10931
10932         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
10933         symbols of relaxed input sections.
10934         * output.h (Output_section::find_relaxed_input_section): Make
10935         method public.
10936
10937 2009-10-16  Doug Kwan  <dougkwan@google.com>
10938
10939         * dynobj.cc (Versions::Versions): Initialize version_script_.
10940         Only insert base version symbol definition for a shared object
10941         if version script defines any version versions.
10942         (Versions::define_base_version): New method definition.
10943         (Versions::add_def): Check that base version is not needed.
10944         (Versions::add_need): Define base version lazily.
10945         * dynobj.h (Versions::define_base_version): New method declaration.
10946         (Versions::needs_base_version_): New data member declaration.
10947         * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
10948         (check_DATA): Add no_version_test.stdout.
10949         (libno_version_test.so, no_version_test.o no_version_test.stdout):
10950         New make rules.
10951         * testsuite/Makefile.in: Regenerate.
10952         * testsuite/no_version_test.c: New file.
10953         * testsuite/no_version_test.sh: Ditto.
10954
10955 2009-10-16  Doug Kwan  <dougkwan@google.com>
10956
10957         * expression.cc (class Segment_start_expression): New class definition.
10958         (Segment_start_expression::value): New method definition.
10959         (script_exp_function_segment_start): Return a new
10960         Segment_start_expression.
10961         * gold/script-c.h (script_saw_segment_start_expression): New function
10962         prototype.
10963         * script-sections.cc (Script_sections::Script_sections): Initialize
10964         SAW_SEGMENT_START_EXPRESSION_ to false.
10965         (Script_sections::set_section_addresses): Use -Ttext, -Tdata
10966         and -Tbbs options to specify section addresses if given in
10967         command line and no SEGMENT_START expression is seen in a script.
10968         * script-sections.h (Script_sections::saw_segment_start_expression,
10969         Script_sections::set_saw_segment_start_expression): New method
10970         definition.
10971         (Script_sections::saw_segment_start_expression_): New data member
10972         declaration.
10973         * script.cc (script_saw_segment_start_expression): New function.
10974         * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
10975         * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
10976         script_test_7.sh and script_test_8.sh.
10977         (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
10978         script_test_8.stdout.
10979         (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
10980         (script_test_6, script_test_6.stdout, script_test_7,
10981         script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
10982         * Makefile.in: Regenerate.
10983         * testsuite/script_test_6.sh: New file.
10984         * testsuite/script_test_6.t: Same.
10985         * testsuite/script_test_7.sh: Same.
10986         * testsuite/script_test_7.t: Same.
10987         * testsuite/script_test_8.sh: Same.
10988
10989 2009-10-16  Doug Kwan  <dougkwan@google.com>
10990
10991         * output.cc (Output_segment::set_section_list_address): Cast
10992         expressions to unsigned long long type to avoid format warnings.
10993
10994 2009-10-15  Ian Lance Taylor  <iant@google.com>
10995
10996         * script.cc (Script_options::add_symbol_assignment): Always add a
10997         dot assignment to script_sections_.
10998         * script-sections.cc (Script_sections::add_dot_assignment):
10999         Initialize if necessary.
11000
11001         * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
11002         program headers with no load segment if there is a linker script.
11003
11004         * layout.cc (Layout::set_segment_offsets): Align the file offset
11005         to the segment aligment for -N or -n with no load segment.
11006         * output.cc (Output_segment::add_output_section): Don't crash if
11007         the first section is a TLS section.
11008         (Output_segment::set_section_list_addresses): Print an error
11009         message if the address moves backward in a linker script.
11010         * script-sections.cc
11011         (Output_section_element_input::set_section_addresses): Don't
11012         increase *dot_value for a SHF_TLS/SHT_NOBITS section.
11013         (Orphan_output_section::set_section_addresses): Likewise.
11014
11015 2009-10-15  Doug Kwan  <dougkwan@google.com>
11016
11017         * layout.cc (Layout::finish_dynamic_section): Generate tags
11018         DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
11019         DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
11020         used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
11021
11022 2009-10-14  Ian Lance Taylor  <iant@google.com>
11023
11024         * object.h (class Relocate_info): Add reloc_shdr and data_shdr
11025         fields.
11026         * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
11027         data_shdr fields of relinfo.
11028         * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
11029         (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo.  For
11030         R_386_TLS_LDO_32, adjust based on section flags.
11031         (Target_i386::Relocate::fix_up_ldo): Remove.
11032
11033 2009-10-13  Ian Lance Taylor  <iant@google.com>
11034
11035         Add support for -pie.
11036         * options.h (class General_options): Add -pie and
11037         --pic-executable.
11038         (General_options::output_is_position_independent): Test -pie.
11039         (General_options::output_is_executable): Return true if not shared
11040         and not relocatable.
11041         (General_options::output_is_pie): Remove.
11042         * options.cc (General_options::finalize): Reject incompatible uses
11043         of -pie.
11044         * gold.cc (queue_middle_tasks): A -pie link is not static.
11045         * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
11046         * symtab.cc (Symbol::final_value_is_known): Return false if
11047         output_is_position_independent.
11048         * layout.cc (Layout::set_segment_offsets): Start at address 0 if
11049         output_is_position_independent.
11050         * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
11051         output_is_position_independent.
11052         * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
11053         output_is_position_independent.
11054         * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
11055         two_file_pie_test.
11056         (basic_pie_test.o, basic_pie_test): New targets.
11057         (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
11058         (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
11059         (two_file_pie_test): New target.
11060         * testsuite/Makefile.in: Rebuild.
11061         * README: Remove note saying that -pie is not supported.
11062
11063 2009-10-13  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
11064
11065         * options.h (class General_options): Add -init and -fini.
11066         * layout.cc (Layout::finish_dynamic_section): Emit
11067         given init and fini functions.
11068
11069 2009-10-13  Sriraman Tallam  <tmsriram@google.com>
11070
11071         * gc.h (gc_process_relocs): Check if icf is enabled using new
11072         function.
11073         * gold.cc (queue_initial_tasks): Likewise.
11074         (queue_middle_tasks): Likewise.
11075         * object.cc (do_layout): Likewise.
11076         * symtab.cc (is_section_folded): Likewise.
11077         * main.cc (main): Likewise.
11078         * reloc.cc (Read_relocs::run): Likewise.
11079         (Sized_relobj::do_scan_relocs): Likewise.
11080         * icf.cc (is_function_ctor_or_dtor): New function.
11081         (Icf::find_identical_sections): Check if function is ctor or dtor when
11082         safe icf is chosen.
11083         * options.h (General_options::icf): Change option to be an enum.
11084         (Icf_status): New enum.
11085         (icf_enabled): New method.
11086         (icf_safe_folding): New method.
11087         (set_icf_status): New method.
11088         (icf_status_): New variable.
11089         * (options.cc) (General_options::finalize): Set icf_status_.
11090         * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
11091         icf_test and icf_keep_unique_test to use the --icf enum flag.
11092         * testsuite/icf_safe_test.sh: New file.
11093         * testsuite/icf_safe_test.cc: New file.
11094
11095 2009-10-12  Sriraman Tallam  <tmsriram@google.com>
11096
11097         * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
11098         includes to gc.h and icf.h.
11099         * arm.cc: Include gc.h.
11100         * gold.cc: Likewise.
11101         * i386.cc: Likewise.
11102         * powerpc.cc: Likewise.
11103         * sparc.cc: Likewise.
11104         * x86_64.cc: Likewise.
11105         * gc.h: Include icf.h.
11106
11107 2009-10-11  Ian Lance Taylor  <iant@google.com>
11108
11109         * plugin.cc: Include "gold.h" before other header files.
11110
11111 2009-10-10  Chris Demetriou  <cgd@google.com>
11112
11113         * options.h (Input_file_argument::Input_file_type): New enum.
11114         (Input_file_argument::is_lib_): Replace with...
11115         (Input_file_argument::type_): New member.
11116         (Input_file_argument::Input_file_argument): Take Input_file_type
11117         'type' rather than boolean 'is_lib' as second argument.
11118         (Input_file_argument::is_lib): Use type_.
11119         (Input_file_argument::is_searched_file): New function.
11120         (Input_file_argument::may_need_search): Handle is_searched_file.
11121         * options.cc (General_options::parse_library): Support -l:filename.
11122         (General_options::parse_just_symbols): Update for Input_file_argument
11123         changes.
11124         (Command_line::process): Likewise.
11125         * archive.cc (Archive::get_file_and_offset): Likewise.
11126         * plugin.cc (Plugin_manager::release_input_file): Likewise.
11127         * script.cc (read_script_file, script_add_file): Likewise.
11128         * fileread.cc (Input_file::Input_file): Likewise.
11129         (Input_file::will_search_for): Handle is_searched_file.
11130         (Input_file::open): Likewise.
11131         * readsyms.cc (Read_symbols::get_name): Likewise.
11132         * testsuite/Makefile.am (searched_file_test): New test.
11133         * testsuite/Makefile.in: Regenerate.
11134         * testsuite/searched_file_test.cc: New file.
11135         * testsuite/searched_file_test_lib.cc: New file.
11136
11137 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11138             Ian Lance Taylor  <iant@google.com>
11139
11140         * descriptor.cc: Include <cstdio> and "binary-io.h".
11141         (Descriptors::open): Open the files in binary mode always.
11142         * script.cc (Lex::get_token): Treat \r as whitespace.
11143
11144 2009-10-09  Ian Lance Taylor  <iant@google.com>
11145
11146         * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
11147
11148 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11149             Ian Lance Taylor  <iant@google.com>
11150
11151         * configure.ac: Check for readv function also.
11152         * fileread.cc (readv): Define if not HAVE_READV.
11153         * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
11154         does not exist.
11155         * config.in: Regenerate.
11156         * configure: Regenerate.
11157
11158 2009-10-09  Doug Kwan  <dougkwan@google.com>
11159
11160         * layout.cc (Layout::make_output_section): Call target hook to make
11161         ordinary output section.
11162         (Layout::finalize): Adjust parameter list of call the
11163         Target::may_relax().
11164         * layout.h (class Layout::section_list): New method.
11165         * merge.h (Output_merge_base::entsize): Change visibility to public.
11166         (Output_merge_base::is_string, Output_merge_base::do_is_string):
11167         New methods.
11168         (Output_merge_string::do_is_string): New method.
11169         * object.cc (Sized_relobj::do_setup): renamed from
11170         Sized_relobj::set_up.
11171         * object.h (Sized_relobj::adjust_shndx,
11172         Sized_relobj::initializ_input_to_output_maps,
11173         Sized_relobj::free_input_to_output_maps): Change visibilities to
11174         protected.
11175         (Sized_relobj::setup): Virtualize.
11176         (Sized_relobj::do_setup): New method declaration.
11177         (Sized_relobj::invalidate_section_offset,
11178         Sized_relobj::do_invalidate_section_offset): New method decfinitions.
11179         (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
11180         * options.cc (parse_int): New function.
11181         * options.h (parse_int): New declaration.
11182         (DEFINE_int): New macro.
11183         (stub_group_size): New option.
11184         * output.cc (Output_section::Output_section): Initialize memebers
11185         merge_section_map_, merge_section_by_properties_map_,
11186         relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
11187         (Output_section::add_input_section): Handled deferred code-fill
11188         generation and remove an old comment.
11189         (Output_section::add_relaxed_input_section): New method definition.
11190         (Output_section::add_merge_input_section): Use merge section by
11191         properties map to speed to search.  Update merge section maps
11192         as appropriate.
11193         (Output_section::build_relaxation_map): New method definition.
11194         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
11195         Same.
11196         (Output_section::relax_input_section): Renamed to
11197         Output_section::convert_input_sections_to_relaxed_sections and change
11198         interface to take a vector of pointers to relaxed sections.
11199         (Output_section::find_merge_section,
11200         Output_section::find_relaxed_input_section): New method definitions.
11201         (Output_section::is_input_address_mapped,
11202         Output_section::output_offset, Output_section::output_address):
11203         Use output section data maps to speed up searching.
11204         (Output_section::find_starting_output_address): Add comments.
11205         (Output_section::do_write,
11206         Output_section::write_to_postprocessing_buffer): Do code-fill
11207         generation as appropriate.
11208         (Output_section::get_input_sections): Invalidate relaxed input section
11209         map.
11210         (Output_section::restore_states): Adjust type of checkpoint .
11211         Invalidate relaxed input section map.
11212         * output.h (Output_merge_base): New class declaration.
11213         (Input_section_specifier): New class defintion.
11214         (class Output_relaxed_input_section) Change base class to
11215         Output_section_data_build.
11216         (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
11217         base class initializer.
11218         (Output_section::add_relaxed_input_section): New method declaration.
11219         (Output_section::Input_section): Change visibility to protected.
11220         (Output_section::Input_section::relobj,
11221         Output_section::Input_section::shndx): Handle relaxed input sections.
11222         Output_section::input_sections) Change visibility to protected.  Also
11223         define overload to return a non-const pointer.
11224         (Output_section::Merge_section_properties): New class defintion.
11225         (Output_section::Merge_section_by_properties_map,
11226         Output_section::Output_section_data_by_input_section_map,
11227         Output_section::Relaxation_map): New types.
11228         (Output_section::relax_input_section): Rename method to
11229         Output_section::convert_input_sections_to_relaxed_sections and change
11230         interface to take a vector of relaxed section pointers.
11231         (Output_section::find_merge_section,
11232         Output_section::find_relaxed_input_section,
11233         Output_section::build_relaxation_map,
11234         Output_section::convert_input_sections_in_list_to_relaxed_sections):
11235         New method declarations.
11236         (Output_section::merge_section_map_
11237         Output_section::merge_section_by_properties_map_,
11238         Output_section::relaxed_input_section_map_,
11239         Output_section::is_relaxed_input_section_map_valid_,
11240         Output_section::generate_code_fills_at_write_): New data members.
11241         * script-sections.cc
11242         (Output_section_element_input::set_section_addresses): Call
11243         current_data_size and addralign methods of relaxed input sections.
11244         (Orphan_output_section::set_section_addresses): Call current_data_size
11245         and addralign methods of relaxed input sections.
11246         * symtab.cc (Symbol_table::compute_final_value): Extract template
11247         from the body of Symbol_table::sized_finalize_symbol.
11248         (Symbol_table::sized_finalized_symbol): Call
11249         Symbol_table::compute_final_value.
11250         * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
11251         (Symbol_table::compute_final_value): New templated method declaration.
11252         * target.cc (Target::do_make_output_section): New method defintion.
11253         * target.h (Target::make_output_section): New method declaration.
11254         (Target::relax): Add more parameters for input objects, symbol table
11255         and layout.  Adjust call to do_relax.
11256         (Target::do_make_output_section): New method declaration.
11257         (Target::do_relax): Add parameters for input objects, symbol table
11258         and layout.
11259
11260 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11261
11262         * pread.c: Include stdio.h.
11263
11264 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11265
11266         * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
11267         defined.
11268
11269 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11270
11271         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
11272         Change read_shndx type to unsigned int.
11273         (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11274         int.
11275         (Sized_dwarf_line_info::read_line_mappings): Likewise.
11276         * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
11277         Change read_shndx type to unsigned int.
11278         (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11279         int.
11280         (Sized_dwarf_line_info::read_line_mappings): Likewise.
11281         * layout.cc (Layout::create_symtab_sections): Cast the result of
11282         local_symcount * symsize to off_t in the gold_assert.
11283
11284 2009-10-09  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11285
11286         * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
11287         R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
11288         R_ARM_BASE_ABS.
11289         (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
11290         (Arm_relocate_functions::thm_abs5): New function.
11291         (Arm_relocate_functions::abs12): New function.
11292         (Arm_relocate_functions::abs16): New function.
11293         (Arm_relocate_functions::base_abs): New function.
11294         (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
11295         (Scan::local): Remove special handling of R_ARM_ABS8.  Handle
11296         R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
11297         R_ARM_BASE_ABS.
11298         (Scan::global): Likewise.
11299         (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
11300         R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
11301         (Relocatable_size_for_reloc::get_size_for_reloc): Handle
11302         R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
11303         R_ARM_BASE_ABS.
11304
11305 2009-10-09  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11306
11307         * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
11308         (Arm_relocate_functions::movt_prel): New function.
11309         (Arm_relocate_functions::thm_movw_prel_nc): New function.
11310         (Arm_relocate_functions::thm_movt_prel): New function.
11311         (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
11312         R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
11313         (Scan::global, Relocate::relocate): Likewise.
11314         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11315
11316 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
11317
11318         * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
11319         Incremental_checker.
11320         * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
11321         unsigned int.
11322         (class Incremental_inputs_header): New class.
11323         (Incremental_inputs_header_writer): Edit comment.
11324         (Incremental_inputs_entry): New class.
11325         (Incremental_inputs_entry_writer): Edit comment.
11326         (Sized_incremental_binary::do_find_incremental_inputs_section):
11327         Add *strtab_shndx parameter, fill it.
11328         (Sized_incremental_binary::do_check_inputs): New method.
11329         (Incremental_checker::can_incrementally_link_output_file): Use
11330         Sized_incremental_binary::check_inputs.
11331         (Incremental_inputs::report_command_line): Save command line in
11332         command_line_.
11333         * incremental.h:
11334         (Incremental_binary::find_incremental_inputs_section): New
11335         method.
11336         (Incremental_binary::do_find_incremental_inputs_section): Add
11337         strtab_shndx parameter.
11338         (Incremental_binary::do_check_inputs): New pure virtual method.
11339         (Sized_incremental_binary::do_check_inputs): Declare.
11340         (Incremental_checker::Incremental_checker): Add incremental_inputs
11341         parameter, use it to initialize incremental_inputs_.
11342         (Incremental_checker::incremental_inputs_): New field.
11343         (Incremental_checker::command_line): New method.
11344         (Incremental_checker::inputs): New method.
11345         (Incremental_checker::command_line_): New field.
11346
11347 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
11348
11349         * incremental.cc: Include <cstdarg> and "target-select.h".
11350         (vexplain_no_incremental): New function.
11351         (explain_no_incremental): New function.
11352         (Incremental_binary::error): New method.
11353         (Sized_incremental_binary::do_find_incremental_inputs_section): New
11354         method.
11355         (make_sized_incremental_binary): New function.
11356         (open_incremental_binary): New function.
11357         (can_incrementally_link_file): Add checks if output is ELF and has
11358         inputs section.
11359         * incremental.h: Include "elfcpp_file.h" and "output.h".
11360         (Incremental_binary): New class.
11361         (Sized_incremental_binary): New class.
11362         (open_incremental_binary): Declare.
11363         * object.cc (is_elf_object): Use
11364         elfcpp::Elf_recognizer::is_elf_file.
11365         (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
11366         * output.h (Output_file::filesize): New method.
11367
11368 2009-10-07  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11369
11370         * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
11371         New function.
11372         (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
11373         (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
11374         function.
11375         (Arm_relocate_functions::insert_val_thumb_movw_movt): New
11376         function.
11377         (Arm_relocate_functions::movw_abs_nc): New function.
11378         (Arm_relocate_functions::movt_abs): New function.
11379         (Arm_relocate_functions::thm_movw_abs_nc): New function.
11380         (Arm_relocate_functions::thm_movt_abs): New function.
11381         (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
11382         R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
11383         (Scan::global): Likewise.
11384         (Relocate::relocate): Likewise.
11385         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11386
11387 2009-10-07  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11388
11389         * arm.cc (Arm_relocate_functions::got_prel) New function.
11390         (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
11391         (Relocate::relocate): Likewise.
11392         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11393
11394 2009-10-06  Ian Lance Taylor  <iant@google.com>
11395
11396         * options.h (class General_options): Define
11397         split_stack_adjust_size parameter.
11398         * object.h (class Object): Add uses_split_stack_ and
11399         has_no_split_stack_ fields.  Add uses_split_stack and
11400         has_no_split_stack accessor functions.  Declare
11401         handle_split_stack_section.
11402         (class Reloc_symbol_changes): Define.
11403         (class Sized_relobj): Define Function_offsets.  Declare
11404         split_stack_adjust, split_stack_adjust_reltype, and
11405         find_functions.
11406         * object.cc (Object::handle_split_stack_section): New function.
11407         (Sized_relobj::do_layout): Call handle_split_stack_section.
11408         * dynobj.cc (Sized_dynobj::do_layout): Call
11409         handle_split_stack_section.
11410         * reloc.cc (Sized_relobj::relocate_sections): Call
11411         split_stack_adjust for executable sections in split_stack
11412         objects.  Pass reloc_map to relocate_section.
11413         (Sized_relobj::split_stack_adjust): New function.
11414         (Sized_relobj::split_stack_adjust_reltype): New function.
11415         (Sized_relobj::find_functions): New function.
11416         * target-reloc.h: Include "object.h".
11417         (relocate_section): Add reloc_symbol_changes parameter.  Change
11418         all callers.
11419         * target.h (class Target): Add calls_non_split method.  Declare
11420         do_calls_non_split virtual method.  Declare match_view and
11421         set_view_to_nop.
11422         * target.cc: Include "elfcpp.h".
11423         (Target::do_calls_non_split): New function.
11424         (Target::match_view): New function.
11425         (Target::set_view_to_nop): New function.
11426         * gold.cc (queue_middle_tasks): Give an error if mixing
11427         split-stack and non-split-stack objects with -r.
11428         * i386.cc (Target_i386::relocate_section): Add
11429         reloc_symbol_changes parameter.
11430         (Target_i386::do_calls_non_split): New function.
11431         * x86_64.cc (Target_x86_64::relocate_section): Add
11432         reloc_symbol_changes parameter.
11433         (Target_x86_64::do_calls_non_split): New function.
11434         * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
11435         parameter.
11436         * powerpc.cc (Target_powerpc::relocate_section): Add
11437         reloc_symbol_changes parameter.
11438         * sparc.cc (Target_sparc::relocate_section): Add
11439         reloc_symbol_changes parameter.
11440         * configure.ac: Call AM_CONDITIONAL for the default target.
11441         * configure: Rebuild.
11442         * testsuite/Makefile.am (TEST_AS): New variable.
11443         (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
11444         (check_DATA): Add split_i386 and split_x86_64 files.
11445         (SPLIT_DEFSYMS): Define.
11446         (split_i386_[1234n].o): New targets.
11447         (split_i386_[124]): New targets.
11448         (split_i386_[1234r].stdout): New targets.
11449         (split_x86_64_[1234n].o): New targets.
11450         (split_x86_64_[124]): New targets.
11451         (split_x86_64_[1234r].stdout): New targets.
11452         (MOSTLYCLEANFILES): Add new executables.
11453         * testsuite/split_i386.sh: New file.
11454         * testsuite/split_x86_64.sh: New file.
11455         * testsuite/split_i386_1.s: New file.
11456         * testsuite/split_i386_2.s: New file.
11457         * testsuite/split_i386_3.s: New file.
11458         * testsuite/split_i386_4.s: New file.
11459         * testsuite/split_i386_n.s: New file.
11460         * testsuite/split_x86_64_1.s: New file.
11461         * testsuite/split_x86_64_2.s: New file.
11462         * testsuite/split_x86_64_3.s: New file.
11463         * testsuite/split_x86_64_4.s: New file.
11464         * testsuite/split_x86_64_n.s: New file.
11465         * testsuite/testfile.cc (Target_test): Update relocation_section
11466         function.
11467         * testsuite/Makefile.in: Rebuild.
11468
11469 2009-10-06  Ian Lance Taylor  <iant@google.com>
11470
11471         * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
11472         (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
11473         changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE.  When
11474         handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
11475         the address on ldo_addrs_.
11476         (Target_i386::Relocate::fix_up_ldo): New function.
11477
11478 2009-10-06   Rafael Espindola  <espindola@google.com>
11479
11480         * plugin.cc (add_input_library): New.
11481         (Plugin::load): Add add_input_library to tv.
11482         (Plugin_manager::add_input_file): Add the is_lib argument.
11483         (add_input_file): Update call to Plugin_manager::add_input_file.
11484         (add_input_library): New.
11485         * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
11486
11487 2009-09-30  Doug Kwan  <dougkwan@google.com>
11488
11489         * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
11490         symbol and call Symbol::may_need_copy_reloc to determine if
11491         a copy reloc is needed.
11492         * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
11493         nocopyreloc is given in command line.
11494         (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
11495         given in command line.
11496         * i386.cc (Target_i386::may_need_copy_reloc): Remove.
11497         (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
11498         of the removed Target_i386::may_need_copy_reloc.
11499         * options.h (copyreloc): New option with default value false.
11500         * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11501         (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
11502         instead of the removed Target_powerpc::may_need_copy_reloc.
11503         * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11504         (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
11505         instead of the removed Target_sparc::may_need_copy_reloc.
11506         * symtab.h (Symbol::may_need_copy_reloc): New method definition.
11507         * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
11508         (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
11509         instead of the removed Target_x86_64::may_need_copy_reloc.
11510
11511 2009-09-30  Ian Lance Taylor  <iant@google.com>
11512
11513         * object.h (class Object): Remove target_ field, and target,
11514         sized_target, and set_target methods.
11515         (Object::sized_target): Remove.
11516         (class Sized_relobj): Update declarations.  Remove sized_target.
11517         * object.cc (Sized_relobj::setup): Remove target parameter.
11518         Change all callers.
11519         (Input_objects::add_object): Don't do anything with the target.
11520         (make_elf_sized_object): Add punconfigured parameter.  Change all
11521         callers.  Set or test parameter target.
11522         * dynobj.cc (Sized_dynobj::target): Remove target parameter.
11523         Change all callers.
11524         * parameters.cc (Parameters::set_target): Change parameter type to
11525         be non-const.
11526         (Parameters::default_target): Remove.
11527         (set_parameters_target): Change parameter type to be non-const.
11528         (parameters_force_valid_target): New function.
11529         (parameters_clear_target): New function.
11530         * parameters.h (class Parameters): Update declarations.  Remove
11531         default_target method.  Add sized_target and clear_target
11532         methods.  Change target_ to be non-const.
11533         (set_parameters_target): Update declaration.
11534         (parameters_force_valid_target): Declare.
11535         (parameters_clear_target): Declare.
11536         * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
11537         as NULL if we aren't searching.
11538         (Add_symbols::run): Don't check for compatible target.
11539         * fileread.cc (Input_file::open_binary): Call
11540         parameters_force_valid_target.
11541         * gold.cc (queue_middle_tasks): Likewise.
11542         * plugin.cc (make_sized_plugin_object): Likewise.  Don't call
11543         set_target on object.
11544         * dynobj.h (class Sized_dynobj): Update declarations.
11545         * archive.cc (Archive::get_elf_object_for_member): Return NULL if
11546         make_elf_object returns NULL.
11547         (Archive::include_member): Don't check whether object target is
11548         compatible.
11549         * output.cc (Output_section::add_input_section): Get target from
11550         parameters.
11551         (Output_section::relax_input_section): Likewise.
11552         * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
11553         parameters.
11554         (Sized_relobj::do_scan_relocs): Likewise.
11555         (Sized_relobj::relocate_sections): Likewise.
11556         * resolve.cc (Symbol_table::resolve): Likewise.
11557         * symtab.cc (Symbol_table::wrap_symbol): Likewise.  Remove object
11558         parameter.  Change all callers.
11559         (Symbol_table::add_from_object): Get target from parameters.
11560         (Symbol_table::add_from_relobj): Don't check object target.
11561         (Symbol_table::add_from_dynobj): Likewise.
11562         (Symbol_table::define_special_symbol): Get target from
11563         parameters.
11564         * symtab.h (class Symbol_table): Update declaration.
11565         * testsuite/binary_unittest.cc (gold_testsuite): Remove target
11566         parameter.  Change all callers.  Clear parameter target.
11567         (Binary_test): Test target here.
11568         * testsuite/object_unittest.cc (gold_testsuite): Remove
11569         target_test_pointer parameter.  Change all callers.
11570         (Object_test): Test target here.
11571
11572 2009-09-26  Ian Lance Taylor  <iant@google.com>
11573
11574         * testsuite/initpri1.c: Don't try to use constructor priorities if
11575         compiling with gcc before 4.3.
11576
11577 2009-09-22  Mikolaj Zalewski  <mikolajz@google.com>
11578
11579         * testsuite/retain_symbols_file_test.sh (check_present): Change
11580         output file name to retain_symbols_file_test.stdout.
11581         (check_absent): Likewise.
11582
11583 2009-09-18  Craig Silverstein  <csilvers@google.com>
11584
11585         * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
11586         * options.cc: Include <cerrno> and <fstream>.
11587         (General_options::finalize): Parse -retain-symbols-file tag.
11588         * options.h: New flag.
11589         (General_options): New method should_retain_symbol, new
11590         variable symbols_to_retain.
11591         * symtab.cc (Symbol_table::sized_finalize_symbol): Test
11592         should_retain_symbol map.
11593         * testsuite/Makefile.am (retain_symbols_file_test): New test.
11594         * testsuite/Makefile.in: Regenerate.
11595         * testsuite/retain_symbols_file_test.sh: New file.
11596
11597 2009-09-18  Nick Clifton  <nickc@redhat.com>
11598
11599         * po/es.po: Updated Spanish translation.
11600
11601 2009-09-17  Doug Kwan  <dougkwan@google.com>
11602
11603         * debug.h (DEBUG_RELAXATION): New constant.
11604         (DEBUG_ALL): Add DEBUG_RELAXATION.
11605         (debug_string_to_enum): Add relaxation debug option.
11606         * layout.cc
11607         (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
11608         Layout::Relaxation_debug_check::read_sections,
11609         Layout::Relaxation_debug_check::read_sections): New method definitions.
11610         (Layout::Layout): Initialize data members
11611         record_output_section_data_from_scrips_,
11612         script_output_section_data_list_ and relaxation_debug_check_.
11613         (Layout::save_segments, Layout::restore_segments,
11614         Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11615         Layout::relaxation_loop_body): New method definitions.
11616         (Layout::finalize): Support relaxation.  Move section layout code to
11617         Layout::relaxation_loop_body.
11618         (Layout::set_asection_address_from_script): Move code for orphan
11619         section placement out.
11620         (Layout::place_orphan_sections_in_script): New method definition.
11621         * layout.h (Output_segment_headers, Output_file_header):
11622         New forward class declarations.
11623         (Layout::~Layout): Define.
11624         (Layout::new_output_section_data_from_script): New method definition.
11625         (Layout::place_orphan_sections_in_script): New method declaration.
11626         (Layout::Segment_states): New type declaration.
11627         (Layout::save_segments, Layout::restore_segments,
11628         Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11629         Layout::relaxation_loop_body): New method declarations.
11630         (Layout::Output_section_data_list): New type declaration.
11631         (Layout::Relaxation_debug_check): New class definition.
11632         (Layout::record_output_section_data_from_script_,
11633         Layout::script_output_section_data_list_, Layout::segment_states_,
11634         Layout::relaxation_debug_check_): New data members.
11635         * output.cc: (Output_section_headers::do_size): New method definition.
11636         (Output_section_headers::Output_section_headers): Move size
11637         computation to Output_section_headers::do_size.
11638         (Output_segment_headers::do_size): New method definition.
11639         (Output_file_header::Output_file_header): Move size computation to
11640         Output_file_header::do_size and call it.
11641         (Output_file_header::do_size): New method definition.
11642         (Output_data_group::Output_data_group): Adjust call to
11643         Output_section_data.
11644         (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
11645         (Output_symtab_xindex::do_write): Add array bound check.
11646         (Output_section::Input_section::print_to_mapfile): Handle
11647         RELAXED_INPUT_SECTION_CODE.
11648         (Output_section::Output_section): Initialize data member checkpoint_.
11649         (Output_section::~Output_section): Delete checkpoint object pointed
11650         by checkpoint_.
11651         (Output_section::add_input_section): Always add an Input_section if
11652         relaxing.
11653         (Output_section::add_merge_input_section): Add assert.
11654         (Output_section::relax_input_section): New method definition.
11655         (Output_section::set_final_data_size): Set load address to zero for
11656         an unallocated section.
11657         (Output_section::do_address_and_file_offset_have_reset_values):
11658         New method definition.
11659         (Output_section::Input_section_sort_enty::Input_section_sort_enty):
11660         Handle relaxed input section.
11661         (Output_section::sort_attached_input_sections): Checkpoint input
11662         section list lazily.
11663         (Output_section::get_input_sections): Change type of input_sections to
11664         list of Simple_input_section pointers.  Checkpoint input section list
11665         lazily.  Also handle relaxed input sections.
11666         (Output_section::add_input_section_for_script): Take a reference to
11667         a Simple_input_section object instead of Relobj pointer and section
11668         index as parameter.  Handle relaxed input sections.
11669         (Output_section::save_states, Output_section::restore_states): New
11670         method definitions.
11671         * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
11672         (Output_data::is_data_size_fixed): New method definition.
11673         (Output_data::reset_addresss_and_file_offset): Do not reset data size
11674         if it is fixed.
11675         (Output_data::address_and_file_offset_have_reset_values): New method
11676         definition.
11677         (Output_data::do_address_and_file_offset_have_reset_values): New method
11678         definition.
11679         (Output_data::set_data_size): Check that data size is not fixed.
11680         (Output_data::fix_data_size): New method definition.
11681         (Output_data::is_data_size_fixed_): New data member.
11682         (Output_section_headers::set_final_data_size): New method definition.
11683         (Output_section_headers::do_size): New method declaration.
11684         (Output_segment_headers::set_final_data_size): New method definition.
11685         (Output_segment_headers::do_size): New method declaration.
11686         (Output_file_header::set_final_data_size)::New method definition.
11687         (Output_file_header::do_size)::New method declaration.
11688         (Output_section_data::Output_section_data): Add new parameter
11689         is_data_size_fixed and use it to fix data size.
11690         (Output_data_const::Output_data_const): Adjust call to base class
11691         constructor and fix data size.
11692         (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
11693         base class constructor and fix data size.
11694         (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
11695         base class constructor and fix data size.
11696         (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
11697         class constructor and fix data size.
11698         (Output_data_group::set_final_data_size): New method definition.
11699         (Output_data_dynamic::Dynamic_entry::tag): New method definition.
11700         (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
11701         class constructor and fix data size.
11702         (Output_relaxed_input_section): New class definition.
11703         (Output_section::Simple_input_section): New class definition.
11704         (Output_section::get_input_sections): Adjust parameter list.
11705         (Output_section::add_input_section_for_script): Same.
11706         (Output_section::save_states, Output_section::restore_states,
11707         Output_section::do_address_and_file_offset_have_reset_values,
11708         (Output_section::Input_section::Input_section): Handle
11709         RELAXED_INPUT_SECTION_CODE.  Add new overload for
11710         Output_relaxed_input_section.
11711         (Output_section::Input_section::is_input_section,
11712         Output_section::Input_section::set_output_section): Handle relaxed
11713         input section.
11714         (Output_section::Input_section::is_relaxed_input_section,
11715         Output_section::Input_section::output_section_data,
11716         Output_section::Input_section::relaxed_input_section): New method
11717         definitions.
11718         (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
11719         value.
11720         (Output_section::Input_section::u1_): Update comments.
11721         (Output_section::Input_section::u2_): Add new union member poris.
11722         (Output_section::Checkpoint_output_section): New classs definition.
11723         (Output_section::relax_input_section): New method declaration.
11724         (Output_section::checkpoint_): New data member.
11725         (Output_segment): Update comments.
11726         (Output_segment::Output_segment): Un-privatize copy constructor.
11727         (Output_segment::operator=): Un-privatize.
11728         * script-sections.cc (Output_section_element::Input_section_list):
11729         Change element type to Output_section::Simple_input_section.
11730         (Output_section_element_dot_assignment::set_section_addresses):
11731         Register output section data for relaxation clean up.
11732         (Output_data_exression::Output_data_expression): Adjust call to base
11733         constructor to fix data size.
11734         (Output_section_element_data::set_section_addresses): Register
11735         Output_data_expression object for relaxation clean up.
11736         (struct Input_section_info): Replace Relobj pointer and section index
11737         pair with Output_section::Simple_input_section and Convert struct to a
11738         class.
11739         (Input_section_sorter::operator()): Adjust access to
11740         Input_section_info data member to use accessors.
11741         (Output_section_element_input::set_section_addresses): Use layout
11742         parameter.  Adjust code to use Output_section::Simple_input_section
11743         and Input_secction_info classes.  Register filler for relaxation
11744         clean up.
11745         (Orphan_output_section::set_section_addresses): Replace Relobj pointer
11746         and section index pair with Output_section::Simple_input_section
11747         class.  Adjust code accordingly.
11748         (Phdrs_element::release_segment): New method definition.
11749         (Script_sections::attach_sections_using_phdrs_clause): Do not modify
11750         segment list.
11751         (Script_sections::release_segments): New method definition.
11752         * gold/script-sections.h (Script_sections::release_segments): New
11753         method declaration.
11754         * gold/target.h (Target::may_relax, Target::relax,
11755         Target::do_may_relax, Target::do_relax): New method definitions.
11756
11757 2009-09-17  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11758
11759         * arm.cc (has_signed_unsigned_overflow): New function.
11760         (Arm_relocate_functions::abs8): New function.
11761         (Target_arm::Scan::local): Handle R_ARM_ABS8.
11762         (Target_arm::Scan::global): Likewise.
11763         (Target_arm::relocate::relocate): Likewise.
11764         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11765         Likewise.
11766
11767 2009-09-16  Cary Coutant  <ccoutant@google.com>
11768
11769         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
11770         * testsuite/Makefile.in: Regenerate.
11771
11772 2009-09-11  Nick Clifton  <nickc@redhat.com>
11773
11774         * po/gold.pot: Updated by the Translation project.
11775
11776 2009-09-08  Cary Coutant  <ccoutant@google.com>
11777
11778         * output.cc (Output_file::open): Add execute permission to empty file.
11779         * testsuite/Makefile.am (permission_test): New test.
11780         * testsuite/Makefile.in: Regenerate.
11781
11782 2009-09-02  Ian Lance Taylor  <iant@google.com>
11783
11784         * output.cc (Output_file::resize): Call map_no_anonymous rather
11785         than map.
11786
11787 2009-09-01  Mikolaj Zalewski  <mikolajz@google.com>
11788
11789         * gold.cc: Include "incremental.h".
11790         (queue_initial_tasks): Call Incremental_checker methods.
11791         * incremental.cc: Include "output.h".
11792         (Incremental_checker::can_incrementally_link_output_file): New
11793         method.
11794         * incremental.h (Incremental_checker): New class.
11795
11796         * output.cc (Output_file::open_for_modification): New method.
11797         (Output_file::map_anonymous): Changed return type to bool.  Record
11798         map in base_ field.
11799         (Output_file::map_no_anonymous): New method, broken out of map.
11800         (Output_file::map): Use map_no_anonymous and map_anonymous.
11801         * output.h (class Output_file): Update declarations.
11802
11803 2009-08-24  Cary Coutant  <ccoutant@google.com>
11804
11805         * options.h (Command_line::Pre_options): New class.
11806         (Command_line::pre_options): New member.
11807         * options.cc (gold::options::ready_to_register): New variable.
11808         (One_option::register_option): Do nothing if not registering options.
11809         Assert if same short option registered twice.
11810         (General_options::General_options): Turn off option registration when
11811         done constructing.
11812         (Command_line::Pre_options::Pre_options): New constructor.
11813
11814 2009-08-24  Cary Coutant  <ccoutant@google.com>
11815
11816         * options.h (General_options::no_keep_memory): Remove incorrect
11817         short option.
11818
11819 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11820
11821         * Makefile.am (am__skiplex, am__skipyacc): New.
11822         * Makefile.in: Regenerate.
11823
11824 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11825
11826         * Makefile.am (AM_CPPFLAGS): Renamed from ...
11827         (INCLUDES): ... this.
11828         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
11829         (AM_CPPFLAGS): Renamed from ...
11830         (INCLUDE): ... this.
11831         * Makefile.in, testsuite/Makefile.in: Regenerate.
11832
11833         * Makefile.in: Regenerate.
11834         * aclocal.m4: Likewise.
11835         * config.in: Likewise.
11836         * configure: Likewise.
11837         * testsuite/Makefile.in: Likewise.
11838
11839         * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11840         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11841         * Makefile.in: Regenerate.
11842         * testsuite/Makefile.in: Regenerate.
11843
11844 2009-08-19  Cary Coutant  <ccoutant@google.com>
11845
11846         * resolve.cc (Symbol_table::resolve): Don't complain about defined
11847         symbols in shared libraries overridden by hidden or internal symbols
11848         in the main program.
11849
11850 2009-08-19  Chris Demetriou  <cgd@google.com>
11851
11852         * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
11853         checking source file names in error messages.
11854
11855 2009-08-18  Doug Kwan  <dougkwan@google.com>
11856
11857         * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
11858         an elcpp::Ehdr as parameter.  Adjust call to set_target.
11859         * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
11860         an elfcpp::Ehdr as parameter.
11861         * object.cc (Object::set_target): Remove the version that looks up
11862         a target and sets it.
11863         (Sized_relobj::setup): Take a Target object instead of
11864         an elfcpp::Ehdr as parameter.  Adjust call to set_target.
11865         (make_elf_sized_object): Find target and ask target to
11866         make an ELF object.
11867         * object.h: (Object::set_target): Remove the version that looks up
11868         a target and sets it.
11869         (Sized_relobj::setup): Take a Target object instead of
11870         an elfcpp:Ehdr as parameter.
11871         * target.cc: Include dynobj.h.
11872         (Target::do_make_elf_object_implementation): New.
11873         (Target::do_make_elf_object): New.
11874         * target.h (Target::make_elf_object): New template declaration.
11875         (Target::do_make_elf_object): New method declarations.
11876         (Target::do_make_elf_object_implementation): New template declaration.
11877
11878 2009-08-14  Ian Lance Taylor  <iant@google.com>
11879
11880         * gold.h (FUNCTION_NAME): Define.
11881         (gold_unreachable): Use FUNCTION_NAME.
11882
11883 2009-08-12  Sriraman Tallam  <tmsriram@google.com>
11884
11885         * icf.cc (Icf::find_identical_sections): Issue a warning when a
11886         symbol in the --keep-unique list is not found.
11887
11888 2009-08-12  Sriraman Tallam  <tmsriram@google.com>
11889
11890         * icf.cc (Icf::find_identical_sections): Unfold symbols that have
11891         been maked as --keep-unique.
11892         (Icf::unfold_section): New function.
11893         * icf.h (Icf::unfold_section): New function.
11894         * options.h (General_options::keep_unique): New option.
11895         * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
11896         * testsuite/Makefile.in: Regenerate.
11897         * testsuite/icf_keep_unique_test.sh: New file.
11898         * testsuite/icf_keep_unique_test.cc: New file.
11899
11900 2009-08-12  Cary Coutant  <ccoutant@google.com>
11901
11902         PR 10471
11903         * resolve.cc (Symbol_table::resolve): Check for references from
11904         dynamic objects to hidden and internal symbols.
11905         * testsuite/Makefile.am (hidden_test.sh): New test.
11906         * testsuite/Makefile.in: Regenerate.
11907         * testsuite/hidden_test.sh: New script.
11908         * testsuite/hidden_test_1.c: New test source.
11909         * testsuite/hidden_test_main.c: New test source.
11910
11911 2009-08-11  Doug Kwan  <dougkwan@google.com>
11912
11913         * arm.cc: Update comments.
11914         (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
11915         segment to locate the .ARM.exidx section if present.
11916
11917 2009-08-09  Doug Kwan  <dougkwan@google.com>
11918
11919         * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
11920         patch.
11921
11922 2009-08-07  Sriraman Tallam  <tmsriram@google.com>
11923         * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
11924         compiler warnings.
11925
11926 2009-08-06  Sriraman Tallam  <tmsriram@google.com>
11927
11928         * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
11929         valid tls_segment only for non-debug-section relocations.
11930         * testsuite/Makefile.am: Add gc_tls_test.
11931         * testsuite/Makefile.in: Regenerate.
11932         * testsuite/gc_tls_test.cc: New file.
11933         * testsuite/gc_tls_test.sh: New file.
11934
11935 2009-08-05  Sriraman Tallam  <tmsriram@google.com>
11936
11937         * icf.cc: New file.
11938         * icf.h: New file.
11939         * Makefile.am (CCFILES): Add icf.cc.
11940         (HFILES): Add icf.h
11941         * Makefile.in: Regenerate.
11942         * dynobj.h (Sized_dynobj::do_section_entsize): New function.
11943         * gc.h (gc_process_relocs): Populate lists used by icf to contain
11944         section, symbol and addend information for the relocs.
11945         * gold.cc (queue_middle_tasks): Call identical code folding.
11946         * gold.h: Add defines for multimap.
11947         * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
11948         to the call of finalize_local_symbols.
11949         * main.cc (main): Create object of class Icf.
11950         * object.cc (Sized_relobj::do_layout): Allow this function to be
11951         called twice during icf.
11952         (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
11953         to sections marked as identical by icf.
11954         (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
11955         when available.
11956         (Sized_relobj::do_section_entsize): New function.
11957         * object.h (Object::section_entsize): New function.
11958         (Object::do_section_entsize): New pure virtual function.
11959         (Relobj::finalize_local_symbols): Add new parameter.
11960         (Relobj::do_section_entsize): New function.
11961         * options.h (General_options::icf): New option.
11962         (General_options::icf_iterations): New option.
11963         (General_options::print_icf_sections): New option.
11964         * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
11965         * plugin.h (Sized_pluginobj::do_section_entsize): New function.
11966         * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
11967         icf.
11968         * symtab.cc (Symbol_table::is_section_folded): New function.
11969         (Symbol_table::sized_finalize_symbol):  Fold symbols corresponding
11970         to sections marked as identical by icf.
11971         * symtab.h (Symbol_table::set_icf): New function.
11972         (Symbol_table::icf): New function.
11973         (Symbol_table::is_section_folded): New function.
11974         (Symbol_table::icf_): New data member.
11975         * target-reloc.h (relocate_section): Ignore sections folded by icf.
11976         * testsuite/Makefile.am: Add commands to build icf_test.
11977         * testsuite/Makefile.in: Regenerate.
11978         * testsuite/icf_test.sh: New file.
11979         * testsuite/icf_test.cc: New file.
11980
11981 2009-07-24  Chris Demetriou  <cgd@google.com>
11982
11983         * layout.cc (is_compressible_debug_section): Fix incorrect
11984         comment about compressed section names.
11985
11986 2009-07-20  Ian Lance Taylor  <ian@airs.com>
11987
11988         PR 10419
11989         * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
11990
11991 2009-07-16  Ian Lance Taylor  <iant@google.com>
11992
11993         PR 10400
11994         * layout.h: #include <map>.
11995         (class Kept_section): Change from struct to class.  Add accessors
11996         and setters.  Add section size to Comdat_group mapping.  Change
11997         Comdat_group to std::map.  Add is_comdat_ field.  Add
11998         linkonce_size field in union.
11999         (class Layout): Update declaration of find_or_add_kept_section.
12000         Don't declare find_kept_object.
12001         * layout.cc (Layout::find_or_add_kept_section): Remove candidate
12002         parameter.  Add object, shndx, is_comdat, and is_group_name
12003         parameters.  Change all callers.  Adjust for new Kept_section.
12004         (Layout::find_kept_object): Remove.
12005         * object.cc (Sized_relobj::include_section_group): Update use of
12006         Kept_section.  Rename secnum to shndx.  Only record
12007         Kept_comdat_section if sections are the same size.
12008         (Sized_relobj::include_linkonce_section): Update use of
12009         Kept_section.  Only record Kept_comdat_section if sections are the
12010         same size.  Set size of linkonce section.
12011         (Sized_relobj::map_to_kept_section): Update call to
12012         get_kept_comdat_section.
12013         * object.h (class Sized_relobj): Rename fields in
12014         Kept_comdat_section to drop trailing underscores; change object
12015         field to Relobj*.  Change Kept_comdat_section_table to store
12016         struct rather than pointer.
12017         (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
12018         Add kept_object and kept_shndx parameters.  Change all callers.
12019         (Sized_relobj::get_kept_comdat_section): Change return type to
12020         bool.  Add kept_object and kept_shndx parameters.  Change all
12021         callers.
12022         * plugin.cc (Pluginobj::include_comdat_group): Update call to
12023         Layout::find_or_add_kept_section.
12024
12025 2009-07-09  Ian Lance Taylor  <iant@google.com>
12026
12027         * merge.cc (Object_merge_map::initialize_input_to_output_map):
12028         Reserve space in the hash table.
12029
12030 2009-07-06  Mikolaj Zalewski  <mikolajz@google.com>
12031
12032         * fileread.cc (File_read::get_mtime): New method.
12033         * fileread.h (Timespec): New structure.
12034         (File_read::get_mtime): New method.
12035         * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
12036         Renamed from timestamp_nsec.
12037         (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
12038         Elf_Xword.
12039         (Incremental_inputs_entry_write::timestamp_usec): Renamed from
12040         timestamp_nsec.
12041         (Incremental_inputs::report_archive): Save mtime; style fix.
12042         (Incremental_inputs::report_obejct): Save mtime; style fix.
12043         (Incremental_inputs::report_script): Save mtime; style fix.
12044         (Incremental_inputs::finalize_inputs): Style fix.
12045         (Incremental_inputs::finalize): Style fix.
12046         (Incremental_inputs::create_input_section_data): Store inputs
12047         mtime.
12048         * incremental.h (Incremental_inputs::report_script): Add mtime
12049         argument.
12050         (Incremental_inputs::Input_info::Input_info): Intialize only one
12051         union member.
12052         (Incremental_inputs::Input_info::archive): Move to nameless
12053         union.
12054         (Incremental_inputs::Input_info::obejct): Move to nameless union.
12055         (Incremental_inputs::Input_info::script): Move to nameless union.
12056         (Incremental_inputs::mtime): New field.
12057         * script.cc (read_input_script): Pass file mtime to
12058         Incremental_input.
12059         * script.h (Script_info::inputs): Style fix.
12060
12061 2009-07-01  Ian Lance Taylor  <ian@airs.com>
12062
12063         * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
12064         instead of 32.
12065
12066 2009-06-24  Ian Lance Taylor  <iant@google.com>
12067
12068         PR 10156
12069         * layout.cc (Layout::choose_output_section): If we find an
12070         existing section, update the flags.
12071         (Layout::create_notes): New function, broken out of
12072         Layout::finalize.
12073         (Layout::finalize): Don't create note sections.
12074         (Layout::create_note): Don't crash if linker script discards
12075         section.
12076         (Layout::create_gold_note): Likewise.
12077         (Layout::create_build_id): Likewise.  Don't set
12078         after_input_sections on the section.
12079         (Layout::create_executable_stack_info): Remove target parameter.
12080         Change caller.
12081         * layout.h (class Layout): Declare create_notes.  Update
12082         declaration of create_executable_stack_info.
12083         * gold.cc (queue_middle_tasks): Call create_notes.
12084         * output.cc (Output_section::update_flags_for_input_section): Move
12085         here from output.h.  If SHF_ALLOC flag is newly set, mark address
12086         invalid.
12087         * output.h (Output_data::mark_address_invalid): New function.
12088         (class Output_section): Only declare, not define,
12089         update_flags_for_input_section.  Remove set_flags.
12090
12091 2009-06-24  Ian Lance Taylor  <iant@google.com>
12092
12093         * script-sections.cc (Output_section_definition::
12094         set_section_addresses): Rename shadowing local load_address to
12095         laddr.
12096
12097 2009-06-24  Ian Lance Taylor  <iant@google.com>
12098
12099         PR 10244
12100         * reloc.cc (relocate_sections): Skip empty relocation sections.
12101
12102 2009-06-23  Ian Lance Taylor  <iant@google.com>
12103
12104         PR 10156
12105         * layout.cc (Layout::create_note): Use choose_output_section
12106         rather than make_output_section.
12107
12108 2009-06-23  Ian Lance Taylor  <iant@google.com>
12109
12110         PR 10237
12111         * options.cc (General_options::parse_V): Set printed_version_.
12112         (General_options::General_options): Initialize printed_version_.
12113         * options.h (class General_options): Add printed_version_ field.
12114         * gold.cc (queue_initial_tasks): If there are no input files,
12115         don't give a fatal error if we printed the version information.
12116         (queue_middle_tasks): If using -r with a shared object, give a
12117         fatal error rather than an ordinary error.
12118
12119 2009-06-23  Ian Lance Taylor  <iant@google.com>
12120
12121         PR 10219
12122         * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
12123         (Layout::make_output_section): Set have_stabstr_section_ if we see
12124         a .stab*str section.
12125         (Layout::finalize): Call link_stabs_sections.
12126         (Layout::link_stabs_sections): New file.
12127         * layout.h (class Layout): Add have_stabstr_section_ field.
12128         Declare link_stabs_sections.
12129
12130 2009-06-23  Doug Kwan  <dougkwan@google.com>
12131
12132         * Makefile.am (libgold_a_LIBADD): New.
12133         (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
12134         * Makefile.in: Regenerate.
12135         * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
12136         * configure: Regenerate.
12137         * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
12138         * fileread.cc: Include sys/state.h
12139         * gold.h: Declare memmem and strndup if found missing.
12140         * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
12141
12142 2009-06-23  Ian Lance Taylor  <iant@google.com>
12143
12144         * configure.ac: Call AC_CHECK_DECLS using C, not C++.
12145         * configure: Rebuild.
12146
12147 2009-06-23  Ian Lance Taylor  <iant@google.com>
12148
12149         PR 10147
12150         * object.cc (Object::section_contents): Don't try to get a view if
12151         the section has length zero.
12152         (Object::handle_gnu_warning_section): If the section is empty, use
12153         the name of the section as the warning.
12154
12155 2009-06-23  Ian Lance Taylor  <iant@google.com>
12156
12157         PR 10133
12158         * stringpool.h (class Stringpool_template): Add optimize_ field.
12159         (Stringpool_template::set_optimize): New function.
12160         * stringpool.cc (Stringpool_template::Stringpool_template):
12161         Initialize optimize_ field.
12162         (Stringpool_template::set_string_offsets): Test local optimize
12163         fild rather than parameter.
12164         * layout.cc (Layout::Layout): Call set_optimize on the section
12165         name stringpool.
12166
12167 2009-06-22  Ian Lance Taylor  <iant@google.com>
12168
12169         PR 10030
12170         * yyscript.y: Parse TARGET.
12171         * script.cc (script_set_target): New function.
12172         * script-c.h (script_set_target): Declare.
12173         * options.cc (General_options::string_to_object_format): Rename
12174         from string_to_object_format in anonymous namespace.  Change
12175         callers.
12176         * options.h (class General_options): Declare
12177         string_to_object_format.
12178
12179 2009-06-22  Ian Lance Taylor  <iant@google.com>
12180
12181         * script-sections.cc (Script_sections::create_segments): Don't put
12182         program headers in a PT_LOAD segment if -n or -N.
12183
12184 2009-06-22  Ian Lance Taylor  <iant@google.com>
12185
12186         PR 10141
12187         * options.h (class General_options): Add -z lazy and -z now.  Sort
12188         -z options into alphabetical order.
12189         * layout.cc (Layout::finish_dynamic_section): Handle -z now.
12190
12191 2009-06-21  Ian Lance Taylor  <iant@google.com>
12192
12193         * layout.cc (Layout::make_output_section): Call
12194         Target::new_output_section.
12195         (Layout::attach_allocated_section_to_segment): Put large section
12196         sections in a separate load segment with the large segment flag
12197         set.
12198         (Layout::segment_precedes): Sort large data segments after other
12199         load segments.
12200         (align_file_offset): New static function.
12201         (Layout::set_segment_offsets): Use align_file_offset.
12202         * output.h (class Output_section): Add is_small_section_ and
12203         is_large_section_ fields.
12204         (Output_section::is_small_section): New function.
12205         (Output_section::set_is_small_section):  New function.
12206         (Output_section::is_large_section): New function.
12207         (Output_section::set_is_large_section): New function.
12208         (Output_section::is_large_data_section): New function.
12209         (class Output_segment): Add is_large_data_segment_ field.
12210         (Output_segment::is_large_data_segment): New function.
12211         (Output_segment::set_is_large_data_segment): New function.
12212         * output.cc (Output_section::Output_section): Initialize new
12213         fields.
12214         (Output_segment::Output_segment): Likewise.
12215         (Output_segment::add_output_section): Add assertion that large
12216         data sections always go in large data segments.  Force small data
12217         sections to the end of the list of data sections.  Force small BSS
12218         sections to the start of the list of BSS sections.  For large BSS
12219         sections to the end of the list of BSS sections.
12220         * symtab.h (class Symbol): Declare is_common_shndx.
12221         (Symbol::is_defined): Check Symbol::is_common_shndx.
12222         (Symbol::is_common): Likewise.
12223         (class Symbol_table): Define enum Commons_section_type.  Update
12224         declarations.  Add small_commons_ and large_commons_ fields.
12225         * symtab.cc (Symbol::is_common_shndx): New function.
12226         (Symbol_table::Symbol_table): Initialize new fields.
12227         (Symbol_table::add_from_object): Put small and large common
12228         symbols in the right list.
12229         (Symbol_table::sized_finalized_symbol): Check
12230         Symbol::is_common_shndx.
12231         (Symbol_table::sized_write_globals): Likewise.
12232         * common.cc (Symbol_table::do_allocate_commons): Allocate new
12233         common symbol lists.  Don't call do_allocate_commons_list if the
12234         list is empty.
12235         (Symbol_table::do_allocate_commons_list): Remove is_tls
12236         parameter.  Add comons_section_type parameter.  Change all
12237         callers.  Handle small and large common symbols.
12238         * object.cc (Sized_relobj::do_finalize_local_symbols): Check
12239         Symbol::is_common_shndx.
12240         * resolve.cc (symbol_to_bits): Likewise.
12241         * target.h (Target::small_common_shndx): New function.
12242         (Target::small_common_section_flags): New function.
12243         (Target::large_common_shndx): New function.
12244         (Target::large_common_section_flags): New function.
12245         (Target::new_output_section): New function.
12246         (Target::Target_info): Add small_common_shndx, large_common_shndx,
12247         small_common_section_flags, and large_common_section_flags
12248         fields.
12249         (Target::do_new_output_section): New virtual function.
12250         * arm.cc (Target_arm::arm_info): Initialize new fields.
12251         * i386.cc (Target_i386::i386_info): Likewise.
12252         * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
12253         Likewise.
12254         * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
12255         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
12256         (Target_x86_64::do_new_output_section): New function.
12257         * configure.ac: Define conditional MCMODEL_MEDIUM.
12258         * testsuite/Makefile.am (check_PROGRAMS): Add large.
12259         (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
12260         (large_LDFLAGS): Define.
12261         * testsuite/large.c: New file.
12262         * testsuite/testfile.cc (Target_test::test_target_info):
12263         Initialize new fields.
12264         * configure, testsuite/Makefile.in: Rebuild.
12265
12266 2009-06-05  Doug Kwan  <dougkwan@google.com>
12267
12268         * Makefile.am (CCFILES): Add target.cc.
12269         * Makefile.in: Regenerate.
12270         * i386.cc (class Target_i386): Define new virtual method to
12271         override do_is_local_label_name in parent.
12272         * object.cc (Sized_relobj::do_count_local_symbols): Discard
12273         local symbols if --discard-locals or -X is given.
12274         * options.h (class General_options): Declare new options
12275         '--discard-locals' and '-X' for discarding locals.
12276         * target.h (class Target): Define new methods is_local_label_name.
12277         Declare new virtual method do_is_local_label_name.
12278         * target.cc: New file.
12279         * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
12280         (check_SCRIPTS): Add discard_locals_test.sh.
12281         (check_DATA): Add discard_local_tests.syms.
12282         (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
12283         (discard_local_tests.syms, discard_locals_test.o): New make rules.
12284         * testsuite/Makefile.in: Regenerate.
12285         * testsuite/discard_locals_test.c: New file.
12286         * testsuite/discard_locals_test.sh: Same.
12287
12288 2009-06-05  Doug Kwan  <dougkwan@google.com>
12289
12290         * object.cc (Sized_relobj::Sized_relobj): Initialize
12291         discarded_eh_frame_shndx_ to -1U.
12292         (Sized_relobj::do_layout): Record index of a discard .eh_frame
12293         section.
12294         (Sized_relobj::do_count_local_symbols): Skip local symbols in
12295         a discarded .eh_frame section.
12296         (Sized_relobj::do_finalize_local_symbols): Ditto.
12297         * object.h (class Sized_relobj): Declare new member
12298         discarded_eh_frame_shndx_.
12299         * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
12300         (local_labels_test.o, local_labels_test): New rules.
12301         * testsuite/Makefile.in: Regenerate.
12302
12303 2009-06-04  Doug Kwan  <dougkwan@google.com>
12304
12305         * layout.cc (Layout::section_name_mapping): Add mapping for
12306         special ARM sections.
12307
12308 2009-06-03  Doug Kwan  <dougkwan@google.com>
12309
12310         * arm.cc (utils::sign_extend): Reverse test in gold_assert.
12311         (utils::has_overflow): Same.
12312
12313 2009-06-03  Ian Lance Taylor  <iant@google.com>
12314
12315         * layout.cc (Layout::section_name_mapping): New array, replacing
12316         Layout::linkonce_mapping.
12317         (Layout::section_name_mapping_count): New variable, replacing
12318         Layout::linkonce_mapping_count.
12319         (Layout::linkonce_output_name): Remove.
12320         (Layout::output_section_name): Rewrite.
12321         * layout.h (class Layout): Rename Linkonce_mapping to
12322         Section_name_mapping, linkonce_mapping to section_name_mapping,
12323         linkonce_mapping_count to section_name_mapping_count.  Don't
12324         declare linkonce_output_name.
12325
12326 2009-06-03  Doug Kwan  <dougkwan@google.com>
12327
12328         * gold/arm.cc (namespace utils): New.
12329         (Target_arm::reloc_is_non_pic): Define new method.
12330         (class Arm_relocate_functions): New.
12331         (Target_arm::Relocate::relocate): Handle relocation types used by
12332         Android.
12333
12334 2009-06-03  Ian Lance Taylor  <iant@google.com>
12335
12336         * arm.cc (Target_arm::scan::global): Use || instead of |.
12337
12338 2009-06-02  Doug Kwan  <dougkwan@google.com>
12339
12340         * gold/arm.cc (Target_arm::Scan::Scan):  Initialize
12341         issued_non_pic_error_.
12342         (class Target_arm::Scan): Declare new method check_non_pic.
12343         Define new method symbol_needs_plt_entry.
12344         Declare new data member issued_non_pic_error_.
12345         (class Target_arm::Relocate): Declare new method
12346         should_apply_static_reloc.
12347         (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
12348         (Target_arm::Scan::check_non_pic): Define new method.
12349         (Target_arm::Scan::local): Handle a small subset of reloc types used
12350         by Android.
12351         (Target_arm::Scan::local): Same.
12352         (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
12353
12354 2009-05-31  Mikolaj Zalewski  <mikolajz@google.com>
12355
12356         * incremental.cc (Incremental_inputs::report_command_line): Filter
12357         out --incremental-* options.
12358
12359 2009-05-29  Doug Kwan  <dougkwan@google.com>
12360
12361         * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
12362         template class.
12363         (class Target_arm): Update comment.
12364         (Target_arm::Target_arm): Initialize new data members GOT_,
12365         PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
12366         Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
12367         and Target_arm::rel_dyn_section.
12368         Declare new_enum Target_arm::Got_type.
12369         Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
12370         and DYNBSS_.
12371         Update commments for member do_dynsym_value.
12372         (Target_arm::got_size, Target_arm::plt_section,
12373         Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
12374         new methods inside class defintion.
12375         (Target_arm::got_section): Define new method.
12376         (Target_arm::rel_dyn_section): Same.
12377         (Output_data_plt_arm): New template class.
12378         (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
12379         (Output_data_plt_arm:do_adjust_output_section): Define new method.
12380         (Output_data_plt_arm::add_entry): Same.
12381         (Output_data_plt_arm::first_plt_entry): Define new
12382         static data member for PLT instruction template.
12383         (Output_data_plt_arm::plt_entry): Same.
12384         (Output_data_plt_arm::do_write): Define new method.
12385         (Target_arm::make_plt_entry): Same.
12386         (Target_arm::do_finalize_sections): Same.
12387         (Target_arm::do_dynsym_value): Same.
12388
12389 2009-05-28  Doug Kwan  <dougkwan@google.com>
12390
12391         * Makefile.am (TARGETSOURCES): Add arm.cc.
12392         (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
12393         * Makefile.in: Regenerate.
12394         * arm.cc: New file.
12395         * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
12396
12397 2009-05-26  Doug Kwan  <dougkwan@google.com>
12398
12399         * options.cc (General_options::parse_exclude_libs).  Fix a comment.
12400         (General_options::check_excluded_libs): Strip off directories in
12401         archive name before matching like GNU ld does.
12402         * testsuite/Makefile.am (MOSTLYCLEANFILES,
12403         exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
12404         (exclude_libs_test_LDFLAGS): Add linker option
12405         -Wl,--exclude-libs,libexclude_libs_test_3
12406         (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
12407         an explicit archive without using -l.
12408         (alt/libexclude_libs_test_3.a): New make rule.
12409         * testsuite/Makefile.in: Regenerate.
12410         * testsuite/exclude_libs_test.c : Declare lib3_default().
12411         (main): Call it.
12412         * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
12413         * exclude_libs_test_3.c: New file.
12414
12415 2009-05-26  Nick Clifton  <nickc@redhat.com>
12416
12417         * po/id.po: New Indonesian translation.
12418         * po/gold.pot: Updated template file.
12419
12420 2009-05-22  Sriraman Tallam  <tmsriram@google.com>
12421
12422         * testsuite/Makefile.am: Add -ffunction-sections to compile
12423         gc_comdat_test files.  Add -Wl,--gc-sections to build
12424         gc_comdat_test.
12425         * testsuite/Makefile.in: Regenerate.
12426         * testsuite/gc_comdat_test.sh: Fix the condition around grep.
12427
12428 2009-05-21  Sriraman Tallam  <tmsriram@google.com>
12429
12430         * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
12431         kept comdat section was garbage collected.
12432         * testsuite/Makefile.am: Add test gc_comdat_test.sh.
12433         * testsuite/Makefile.in: Regenerate.
12434         * testsuite/gc_comdat_test.sh: New file.
12435         * testsuite/gc_comdat_test_1.cc: New file.
12436         * testsuite/gc_comdat_test_2.cc: New file.
12437
12438 2009-05-19  Doug Kwan  <dougkwan@google.com>
12439
12440         * archive.cc (Archive::Archive): Move constructor from archive.h
12441         to here.  Initialize no_export_.
12442         (Archive::get_elf_object_for_member): Set no_export flag of object.
12443         * archive.h (Archive::Archive): Move constructor body to
12444         archive.cc.
12445         (Archive::no_export): New method.
12446         (Archive::no_export_): New field.
12447         * object.h (Object::Object): Initialize no_export_ to false.
12448         (Object::no_export, Object::set_no_export): New methods.
12449         (Object::no_export_): New field.
12450         * options.cc (General_options::parse_exclude_libs): New method.
12451         (General_options::check_excluded_libs) Same.
12452         * options.h (exclude_libs): New option.
12453         (General_options::check_excluded_libs): New method declaration.
12454         (General_options::excluded_libs_): New field.
12455         * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
12456         default or protected visibility if an object has no-export flag set.
12457         testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
12458         (check_SCRIPTS): Add exclude_libs_test.sh.
12459         (check_DATA): Add exclude_libs_test.syms.
12460         (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
12461         libexclude_libs_test_1.a and libexclude_libs_test_2.a.
12462         (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
12463         exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
12464         (exclude_libs_test.syms, libexclude_libs_test_1.a,
12465         libexclude_libs_test_2.a): New rules.
12466         * testsuite/Makefile.in: Regenerate.
12467         * testsuite/exclude_libs_test.c: New file.
12468         * testsuite/exclude_libs_test.sh: Ditto.
12469         * testsuite/exclude_libs_test_1.c: Ditto.
12470         * testsuite/exclude_libs_test_2.c: Ditto.
12471
12472 2009-05-15  Ian Lance Taylor  <iant@google.com>
12473
12474         * configure.ac: Check for declarations for cases where libiberty.h
12475         checks HAVE_DECL_xxx.
12476         * configure, config.in: Rebuild.
12477
12478 2009-05-15  Mikolaj Zalewski  <mikolajz@google.com>
12479
12480         * gold.h (Incremental_argument_list): Remove (invalid) forward
12481         declaration.
12482         * incremental.cc (Incremental_inputs::report_achive): New method.
12483         (Incremental_inputs::report_object): New method.
12484         (Incremental_inputs::report_script): New method.
12485         (Incremental_inputs::finalize_inputs): New method.
12486         (Incremental_inputs::finalize): Call finalize_inputs().
12487         (Incremental_inputs::sized_create_incremental_inputs_section_data):
12488         Create inputs entries.
12489         * incremental.h (Incremental_input_type): New enum.
12490         (Incremental_inputs::Incremental_input): Initialize new fields.
12491         (Incremental_inputs::report_inputs): New method.
12492         (Incremental_inputs::report_achive): New method.
12493         (Incremental_inputs::report_object): New method.
12494         (Incremental_inputs::report_script): New method.
12495         (Incremental_inputs::finalize_inputs): New method.
12496         (Incremental_inputs::Input_info): New struct.
12497         (Incremental_inputs::Input_info_map): New typedef.
12498         (Incremental_inputs::lock_): New field.
12499         (Incremental_inputs::Inputs_): New field.
12500         (Incremental_inputs::Inputs_map): New field.
12501         * main.cc (main): Call Incremental_input::report_inputs.
12502         * options.h (Input_argument_list): Typedef moved from
12503         Input_arguments.
12504         (Input_file_group::Files): Remove, use ::Input_argument_list.
12505         (Input_file_group::Input_argument_list): Remove, use
12506         ::Input_argument_list.
12507         * plugin.cc (Plugin_manager::add_input_file): Add error in
12508         incremental build.
12509         * read_syms.cc (do_read_syms): Call Incremental_input::report_*
12510         functions.
12511         * script.cc (read_input_script): Call
12512         Incremental_input::report_script.
12513         * script.h (Script_info): New class.
12514
12515 2009-04-27  Ian Lance Taylor  <iant@google.com>
12516
12517         * x86_64.cc (do_adjust_output_section): Set entsize to
12518         plt_entry_size.
12519
12520 2009-04-23  Elliott Hughes  <enh@google.com>
12521
12522         * output.cc (Output_file::close): After short writes, continue
12523         writing from the correct offset in the buffer being written.
12524
12525 2009-04-23  Chris Demetriou  <cgd@google.com>
12526
12527         * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
12528         * configure: Regenerate.
12529         * config.in: Regenerate.
12530         * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
12531         if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
12532
12533 2009-04-21  Mikolaj Zalewski  <mikolajz@google.com>
12534
12535         * incremental.cc (Incremental_inputs_header_data): Renamed from
12536         Incremental_input_header_data.
12537         (Incremental_inputs_header_data::data_size): New field.
12538         (Incremental_inputs_header_data::put_input_file_count): Renamed
12539         from input_file_count.
12540         (Incremental_inputs_header_data::put_command_line_offset): Renamed
12541         from command_line_offset.
12542         (Incremental_inputs_header_data::put_reserved): Renamed from
12543         put_reserved.
12544         (Incremental_inputs_entry_data): Renamed from
12545         Incremental_input_entry_data.
12546         (Incremental_inputs_entry_data::data_size): New field.
12547         (Incremental_inputs::report_command_line): New method.
12548         (Incremental_inputs::finalize): New method.
12549         (Incremental_inputs::create_incremental_inputs_data): New method.
12550         (Incremental_inputs::sized_create_incremental_inputs_data): New method.
12551         * incremental.h: New file.
12552         * layout.cc (Layout::Layout): Handle new incremental_inputs_.
12553         (Layout::finalize): Create incremental inputs section in
12554         incremental builds.
12555         (Layout::create_incremental_info_sections): New method.
12556         * layout.h (Layout::incremental_inputs): New method.
12557         (Layout::create_incremental_info_sections): New method.
12558         (Layout::incremental_inputs_): New field.
12559         * main.cc (main): Notify Incremental_input of the command line.
12560
12561 2009-04-01  Ian Lance Taylor  <iant@google.com>
12562             Mikolaj Zalewski  <mikolajz@google.com>
12563
12564         * gold.h (reserve_unordered_map): Define, three versions, one for
12565         each version of Unordered_map.
12566         * layout.cc (Layout::Layout): Remove options parameter.  Add
12567         number_of_input_files parameter.  Don't initialize options_.
12568         Initialize number_of_input_files_ and resized_signatures_.  Move
12569         sections_are_attached_.
12570         (Layout::layout_group): Reserve space for group_signatures_.
12571         (Layout::find_or_add_kept_section): Change name parameter to be a
12572         reference.  Resize signatures_ map when it gets large enough.
12573         (Layout::layout_eh_frame): Use parameters->options() instead of
12574         this->options_.
12575         (Layout::make_output_section): Likewise.
12576         (Layout::attach_allocated_section_to_segment): Likewise.
12577         (Layout::finalize, Layout::create_executable_stack): Likewise.
12578         (Layout::set_segment_offsets, Layout::create_interp): Likewise.
12579         (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
12580         * layout.h (class Layout): Update declarations.  Remove options_
12581         field.  Add number_of_input_files_ and resized_signatures_
12582         fields.  Move sections_are_attached_ field.
12583         * main.cc (main): Pass number of input files to Layout
12584         constructor.  Don't pass options.
12585
12586 2009-03-30  Ian Lance Taylor  <iant@google.com>
12587
12588         * ffsll.c (ffsll): Correct implementation.
12589
12590 2009-03-27  Ian Lance Taylor  <iant@google.com>
12591
12592         * ffsll.c: New file.
12593         * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
12594         * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
12595         * ftruncate.c (ftruncate): Declare before definition.
12596         * mremap.c (mremap): Likewise.
12597         * pread.c (pread): Likewise.
12598         * configure, Makefile.in, config.in: Rebuild.
12599
12600         * mremap.c: New file.
12601         * configure.ac: Call AC_REPLACE_FUNCS on mremap.
12602         * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
12603         (mremap): Declare if HAVE_MREMAP is not defined.
12604         * configure, Makefile.in, config.in: Rebuild.
12605
12606 2009-03-27  Cary Coutant  <ccoutant@google.com>
12607
12608         * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
12609         position independent.
12610         * sparc.cc (Target_sparc::check_non_pic): Likewise.
12611         * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
12612
12613 2009-03-24  Cary Coutant  <ccoutant@google.com>
12614
12615         * symtab.h (needs_plt_entry): Check for unsatisfied reference from
12616         an executable.
12617         (needs_dynamic_reloc): Likewise.
12618
12619 2009-03-24  Ian Lance Taylor  <iant@google.com>
12620
12621         * yyscript.y (file_cmd): Recognize EXTERN.
12622         (extern_name_list, extern_name_list_body): New nonterminals.
12623         * script.cc (script_add_extern): Define.
12624         * script-c.h (script_add_extern): Declare.
12625
12626 2009-03-24  Rafael Avila de Espindola  <espindola@google.com>
12627
12628         * object.cc (is_elf_object): Define.
12629         * object.h (is_elf_object): Declare.
12630         * archive.cc (Archive::get_elf_object_for_member): Call
12631         is_elf_object.
12632         * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
12633
12634 2009-03-24  Elliott Hughes  <enh@google.com>
12635
12636         * output.cc (Output_file::map_anonymous): Define.
12637         (Output_file::map): Use map_anonymous.  If the regular mmap fails,
12638         try an anonymous one.  Report the size if the mmap fails.
12639         * output.h (class Output_file): Declare map_anonymous.
12640
12641 2009-03-24  Ian Lance Taylor  <iant@google.com>
12642
12643         * target-select.cc (instantiate_target): Don't acquire the lock if
12644         the instantiated_target_ field has already been set.
12645
12646 2009-03-23  Ian Lance Taylor  <iant@google.com>
12647
12648         * gold-threads.h (class Initialize_lock): Define.
12649         * gold-threads.cc (class Initialize_lock_once): Define.
12650         (initialize_lock_control): New static variable.
12651         (initialize_lock_pointer): New static variable.
12652         (initialize_lock_once): New static function.
12653         (Initialize_lock::Initialize_lock): Define.
12654         (Initialize_lock::initialize): Define.
12655         * target-select.h: Include "gold-threads.h".
12656         (class Target_selector): Add lock_ and initialize_lock_ fields.
12657         Don't define instantiate_target, just declare it.
12658         * target-select.cc (Target_selector::Target_selector): Initialize
12659         new fields.
12660         (Target_selector::instantiate_target): Define.
12661         * descriptors.h: Include "gold-threads.h".
12662         (class Descriptors): Add initialize_lock_ field.
12663         * descriptors.cc (Descriptors::Descriptors): Initialize new
12664         field.
12665         (Descriptors::open): Use initialize_lock_ field
12666         * errors.h (class Errors): Add initialize_lock_ field.
12667         * errors.cc (Errors::Errors): Initialize new field.
12668         (Errors::initialize_lock): Use initialize_lock_ field.
12669         * powerpc.cc (class Target_selector_powerpc): Remove
12670         instantiated_target_ field.  In do_recognize call
12671         instantiate_target rather than do_instantiate_target.  In
12672         do_instantiate_target just allocate a new target.
12673         * sparc.cc (class Target_selector_sparc): Likewise.
12674
12675         * freebsd.h: New file.
12676         * i386.cc: Include "freebsd.h".
12677         (Target_i386): Derive from Target_freebsd rather than
12678         Sized_target.
12679         (Target_selector_i386): Derive from Target_selector_freebsd rather
12680         than Target_selector.
12681         * x86_64.cc: Include "freebsd.h".
12682         (Target_x86_64): Derive from Target_freebsd rather than
12683         Sized_target.
12684         (Target_selector_x86_64): Derive from Target_selector_freebsd
12685         rather than Target_selector.
12686         * target.h (class Target): Add adjust_elf_header and
12687         do_adjust_elf_header.
12688         * output.cc (Output_file_header:: do_sized_write): Call target
12689         adjust_elf_header routine.
12690         * configure.tgt: Set targ_osabi.
12691         * configure.ac: Define GOLD_DEFAULT_OSABI.
12692         * parameters.cc (Parameters::default_target): Pass
12693         GOLD_DEFAULT_OSABI to select_target.
12694         * target-select.h (class Target_selector): Make instantiate_target
12695         protected rather than private.
12696         * Makefile.am (HFILES): Add freebsd.h.
12697         * configure, Makefile.in, config.in: Rebuild.
12698
12699         * merge.cc (do_add_input_section): Correct pend value.  Change
12700         message about last entry not being null terminated from error to
12701         warning.
12702
12703 2009-03-20  Mikolaj Zalewski  <mikolajz@google.com>
12704
12705         * incremental.cc: New file.
12706         * Makefile.am (CCFILES): Add incremental.cc.
12707         * Makefile.in: Rebuild.
12708
12709 2009-03-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
12710
12711         * layout.cc (Layout::output_section_name): Preserve names
12712         of '.note.' sections.
12713
12714 2009-03-19  Ian Lance Taylor  <iant@google.com>
12715
12716         * descriptors.cc (Descriptors::open): Check that the options are
12717         valid before using them.
12718
12719 2009-03-18  Ian Lance Taylor  <iant@google.com>
12720
12721         * script-sections.h: Include <list>.
12722         (class Script_sections): Change Sections_elements from std::vector
12723         to std::list.  Typedef public Elements_iterator.  Add
12724         orphan_section_placement_, data_segment_align_start_, and
12725         saw_data_segment_align_ fields.  Remove data_segment_align_index_
12726         field.
12727         * script-sections.cc (class Orphan_section_placement): New class.
12728         (class Sections_element): Add virtual functions is_relro and
12729         orphan_section_init.  Remove virtual function place_orphan_here.
12730         (class Output_section_definition): Add is_relro and
12731         orphan_section_init.  Remove place_orphan_here.
12732         (class Orphan_output_section): Likewise.
12733         (Script_sections::Script_sections): Update for field changes.
12734         (Script_sections::data_segment_align): Set saw_data_segment_align_
12735         and data_segment_align_start_, not data_segment_align_index.
12736         (Script_sections::data_segment_relro_end): Check
12737         saw_data_segment_align_.  Use data_segment_align_start_ rather
12738         than data_segment_align_index_.
12739         (Script_sections::place_orphan): Rewrite to use
12740         Orphan_section_placement.
12741
12742 2009-03-17  Ian Lance Taylor  <iant@google.com>
12743
12744         * archive.cc (Archive::add_symbols): Check for a version attached
12745         to the symbol name in the archive map.
12746         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
12747         (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
12748         (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
12749         (ver_test_11.a): New target.
12750         * testsuite/Makefile.in: Rebuild.
12751
12752         * configure.ac: Check for chsize and posix_fallocate.  Replace
12753         ftruncate.
12754         * ftruncate.c: New file, from gnulib.
12755         * output.cc (posix_fallocate): Define dummy version if not
12756         HAVE_POSIX_FALLOCATE.
12757         (Output_file::map): Call posix_fallocate rather than lseek and
12758         write.
12759         * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
12760         * configure, Makefile.in, config.in: Rebuild.
12761
12762 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
12763
12764         * layout.h (Layout::create_note): Add section_name parameter.
12765         * layout.cc (Layout::create_note): Likewise.
12766         (Layout::create_build_id, Layout::create_gold_note): Fix callers.
12767
12768 2009-03-17  Ian Lance Taylor  <iant@google.com>
12769
12770         * descriptors.cc: Include "options.h".
12771         (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
12772         (Descriptors::open): Always use O_CLOEXEC when opening a new
12773         descriptor.  If we have a plugin, and O_CLOEXEC was not defined,
12774         then set FD_CLOEXEC.
12775
12776         * sparc.cc (class Target_sparc): Add has_got_section.
12777         (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
12778         make sure we have a GOT section.
12779
12780         * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
12781         (Target_sparc::Scan::local): Likewise.
12782         (Target_sparc::Scan::global): Likewise.
12783         (Target_sparc::Relocate::relocate): Likewise.
12784         (Target_sparc::Relocate::relocate_tls): Likewise.
12785
12786         * symtab.cc (Symbol_table::define_default_version): New function,
12787         broken out of add_from_object.
12788         (Symbol_table::add_from_object): Call define_default_version.
12789         (Symbol_table::define_special_symbol): Add resolve_oldsym
12790         parameter.  Change all callers.  If the version for a symbol comes
12791         from a version script, resolve it with the symbol with the same
12792         name with no version.  Also add the symbol without a version if
12793         appropriate.
12794         (do_define_in_output_data): If resolving with oldsym, don't delete
12795         sym.
12796         (do_define_in_output_segment): Likewise.
12797         (do_define_as_constant): Likewise.
12798         * symtab.h (class Symbol_table): Update declarations.
12799
12800 2009-03-13  Ian Lance Taylor  <iant@google.com>
12801
12802         * readsyms.cc (Read_symbols::incompatible_warning): New function.
12803         (Read_symbols::requeue): New function.
12804         (Read_symbols::do_read_symbols): If make_elf_object fails because
12805         the target type is not configured, and the file was searched for,
12806         issue a warning and retry with the next directory.
12807         (Add_symbols::run): If the file has an incompatible format, and
12808         it was searched for, requeue the Read_symbols task.  On error,
12809         release the object.
12810         * readsyms.h (class Read_symbols): Add dirindex_ field.  Add
12811         dirindex parameter to constructor.  Change all callers.  Declare
12812         incompatible_warning and requeue.
12813         (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
12814         input_argument_ and input_group_ fields.  Add them to
12815         constructor.  Change all callers.
12816         (class Read_script): Add dirindex_ field.  Add it to constructor.
12817         Change all callers.
12818         * archive.cc (Archive::setup): Remove input_objects parameter.
12819         Change all callers.
12820         (Archive::get_file_and_offset): Likewise.
12821         (Archive::read_all_symbols): Likewise.
12822         (Archive::read_symbols): Likewise.
12823         (Archive::get_elf_object_for_member): Remove input_objects
12824         parameter.  Add punconfigured parameter.  Change all callers.
12825         (Archive::add_symbols): Change return type to bool.  Check return
12826         value of include_member.
12827         (Archive::include_all_members): Likewise.
12828         (Archive::include_member): Change return type to bool.  Return
12829         false if first included object has incompatible target.  Set
12830         included_member_ field.
12831         (Add_archive_symbols::run): If add_symbols returns false, requeue
12832         Read_symbols task.
12833         * archive.h (class Archive): Add included_member_ field.
12834         Initialize it in constructor.  Add input_file and searched_for
12835         methods.  Update declarations.
12836         (class Add_archive_symbols): Add dirpath_, dirindex_, and
12837         input_argument_ fields.  Add them to constructor.  Change all
12838         callers.
12839         * script.cc: Include "target-select.h".
12840         (class Parser_closure): Add skip_on_incompatible_target_ and
12841         found_incompatible_target_ fields.  Add
12842         skip_on_incompatible_target parameter to constructor.  Change all
12843         callers.  Add methods skip_on_incompatible_target,
12844         clear_skip_on_incompatible_target, found_incompatible_target, and
12845         set_found_incompatible_target.
12846         (read_input_script): Add dirindex parameter.  Change all callers.
12847         If parser finds an incompatible target, requeue Read_symbols
12848         task.
12849         (script_set_symbol): Clear skip_on_incompatible_target in
12850         closure.
12851         (script_add_assertion, script_parse_option): Likewise.
12852         (script_start_sections, script_add_phdr): Likewise.
12853         (script_check_output_format): New function.
12854         * script.h (read_input_script): Update declaration.
12855         * script-c.h (script_check_output_format): Declare.
12856         * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
12857         (ignore_cmd): Remove OUTPUT_FORMAT.
12858         * fileread.cc (Input_file::Input_file): Add explicit this.
12859         (Input_file::will_search_for): New function.
12860         (Input_file::open): Add pindex parameter.  Change all callers.
12861         * fileread.h (class Input_file): Add input_file_argument method.
12862         Declare will_search_for.  Update declarations.
12863         * object.cc (make_elf_object): Add punconfigured parameter.
12864         Change all callers.
12865         * object.h (class Object): Make input_file public.  Add
12866         searched_for method.
12867         (make_elf_object): Update declaration.
12868         * dirsearch.cc (Dirsearch::find): Add pindex parameter.  Use it to
12869         restart search.
12870         * dirsearch.h (class Dirsearch): Update declaration.
12871         * options.h (class General_options): Add --warn-search-mismatch.
12872         * parameters.cc (Parameters::is_compatible_target): New function.
12873         * parameters.h (class Parameters): Declare is_compatible_target.
12874         * workqueue.cc (Workqueue::add_blocker): New function.
12875         * workqueue.h (class Workqueue): Declare add_blocker.
12876
12877         * fileread.cc (Input_file::open): Remove options parameter.
12878         Change all callers.
12879         (Input_file::open_binary): Likewise.
12880         * script.cc (read_input_script): Likewise.
12881         * readsyms.h (class Read_symbols): Remove options_ field.  Remove
12882         options parameter from constructor.  Change all callers.
12883         (class Read_script): Likewise.
12884         * fileread.h (class Input_file): Update declarations.
12885         * script.h (read_input_script): Update declaration.
12886
12887 2009-03-10  Nick Clifton  <nickc@redhat.com>
12888
12889         * po/es.po: New Spanish translation.
12890
12891 2009-03-06  Cary Coutant  <ccoutant@google.com>
12892
12893         * options.cc (parse_short_option): Keep dash_z from registering itself.
12894
12895 2009-03-03  Ian Lance Taylor  <iant@google.com>
12896
12897         PR 9918
12898         * target-reloc.h (relocate_section): Pass output_section to
12899         relocate.
12900         * i386.cc (Target_i386::should_apply_static_reloc): Add
12901         output_section parameter.  Change all callers.
12902         (Target_i386::Relocate::relocate): Add output_section parameter.
12903         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
12904         * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
12905         * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
12906         * testsuite/two_file_shared.sh: New script.
12907         * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
12908         (check_DATA): Add two_file_shared.dbg.
12909         (two_file_shared.dbg): New target.
12910         * testsuite/Makefile.in: Rebuild.
12911
12912 2009-03-01  Ian Lance Taylor  <iant@google.com>
12913
12914         * configure.ac: Check for byteswap.h.
12915         * configure: Rebuild.
12916         * config.in: Rebuild.
12917
12918 2009-03-01  Mikolaj Zalewski  <mikolajz@google.com>
12919
12920         * layout.cc (Layout::find_or_add_kept_section): New function.
12921         (Layout::add_comdat): Removed.
12922         * layout.h (struct Kept_section): Move out of class Layout.
12923         Remove trailing underscores from field names.  Add group_sections
12924         field.  Rename group_ field to is_group.  Change all uses.
12925         (class Layout): Declare find_or_add_kept_section, not add_comdat.
12926         * object.cc (Sized_relobj::Sized_relobj): Don't initialize
12927         comdat_groups_ field.
12928         (Sized_relobj::include_section_group): Use
12929         find_or_add_kept_section and Kept_section::group_sections.
12930         (Sized_relobj::include_linkonce_section): Likewise.
12931         * object.cc (class Sized_relobj): Don't define Comdat_group or
12932         Comdat_group_table.  Remove find_comdat_group and
12933         add_comdat_group.  Remove comdat_groups_ field.
12934         * plugin.cc (include_comdat_group): Use
12935         Layout::find_or_add_kept_section.
12936
12937 2009-02-28  Ian Lance Taylor  <iant@google.com>
12938
12939         * README: --gc-sections and map files are now supported.  Document
12940         some build requirements.
12941
12942         PR 6992
12943         * symtab.cc (Symbol_table::sized_write_section_symbol): In a
12944         relocatable link set the value of the section symbol to zero.
12945         * object.cc (Sized_relobj::do_finalize_local_symbols): In a
12946         relocatable link don't include the section address in the local
12947         symbol value.
12948
12949 2009-02-27  Ian Lance Taylor  <iant@google.com>
12950
12951         PR 6811
12952         * options.h (class Search_directory): Add is_system_directory.
12953         (class General_options): Declare is_in_system_directory.
12954         * options.cc (get_relative_sysroot): Make static.
12955         (get_default_sysroot): Make static.
12956         (General_optoins::is_in_system_directory): New function.
12957         * fileread.cc (Input_file::is_in_system_directory): New function.
12958         * fileread.h (class Input_file): Declare is_in_system_directory.
12959         * object.h (class Object): Add is_in_system_directory.
12960         (class Input_objects): Remove system_library_directory_ field.
12961         * object.cc (Input_objects::add_object): Don't set
12962         system_library_directory_.
12963         (input_objects::found_in_system_library_directory): Remove.
12964         * symtab.cc (Symbol_table::write_globals): Remove input_objects
12965         parameter.  Change all callers.
12966         (Symbol_table::sized_write_globals): Likewise.
12967         (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
12968         Call Object::is_in_system_directory.
12969         * symtab.h (class Symbol_table): Update declarations.
12970
12971         PR 5990
12972         * descriptors.h (Open_descriptor): Add is_on_stack field.
12973         * descriptors.cc (Descriptors::open): If the descriptor is on the
12974         top of the stack, remove it.  Initialize is_on_stack field.
12975         (Descriptors::release): Only add pod to stack if it is not on the
12976         stack already.
12977         (Descriptors::close_some_descriptor): Clear stack_next and
12978         is_on_stack fields.
12979
12980         PR 7091
12981         * output.cc (Output_section::find_starting_output_address): Rename
12982         from starting_output_address; add PADDR parameter; change return
12983         type.
12984         * output.h (class Output_section): Declare
12985         find_starting_output_address instead of starting_output_address.
12986         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
12987         section symbol for which we can't find a merge section.
12988
12989         PR 9836
12990         * symtab.cc (Symbol_table::add_from_object): If the visibility is
12991         hidden or internal, force the symbol to be local.
12992         * resolve.cc (Symbol::override_visibility): Define.
12993         (Symbol::override_base): Use override_visibility.
12994         (Symbol_table::resolve): Likewise.
12995         (Symbol::override_base_with_special): Likewise.
12996         (Symbol_table::override_with_special): If the visibility is hidden
12997         or internal, force the symbol to be local.
12998         * symtab.h (class Symbol): Add set_visibility and
12999         override_visibility.
13000         * testsuite/ver_test_1.sh: New file.
13001         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
13002         (check_DATA): Add ver_test_1.syms.
13003         (ver_test_1.syms): New target.
13004         * testsuite/Makefile.in: Rebuild.
13005
13006 2009-02-25  Cary Coutant  <ccoutant@google.com>
13007
13008         * layout.cc (Layout::choose_output_section): Don't rename sections
13009         when using a linker script that has a SECTIONS clause.
13010         * Makefile.in: Regenerate.
13011
13012         * testsuite/Makefile.am (script_test_5.sh): New test case.
13013         * testsuite/Makefile.in: Regenerate.
13014         * testsuite/script_test_5.cc: New file.
13015         * testsuite/script_test_5.sh: New file.
13016         * testsuite/script_test_5.t: New file.
13017
13018 2009-02-13  Rafael Avila de Espindola  <espindola@google.com>
13019
13020         * archive.cc (Archive::include_member): Update calls to add_symbols.
13021         * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
13022         the Layout argument.
13023         * dynobj.h (do_add_symbols): Add the Layout argument.
13024         * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
13025         Layout argument.
13026         * object.h (Object::add_symbols): Add the Layout argument.
13027         (Object::do_add_symbols): Add the Layout argument.
13028         (Sized_relobj::do_add_symbols): Add the Layout argument.
13029         * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
13030         Unify the two versions.
13031         (Add_plugin_symbols): Remove.
13032         * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
13033         (Sized_pluginobj::do_add_symbols): Unify the two versions.
13034         (Add_plugin_symbols): Remove.
13035         * readsyms.cc (Read_symbols::do_read_symbols): Update call to
13036         Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
13037         (Add_symbols::run): Make it work with Pulginobj.
13038
13039 2009-02-06  Ian Lance Taylor  <iant@google.com>
13040
13041         * object.cc (Sized_relobj::do_layout): Make info message start
13042         with lower case letter.
13043
13044 2009-02-06  Mikolaj Zalewski  <mikolajz@google.com>
13045
13046         * binary.cc: Fix file comment.
13047
13048         * options.h (enum Incremental_disposition): Define.
13049         (class General_options): Add new options: --incremental,
13050         --incremental_changed, --incremental_unchanged,
13051         --incremental_unknown.  Add incremental_disposition_ and
13052         implicit_incremental_ fields.
13053         (General_options::incremental_disposition): New function.
13054         (class Position_dependent_options): Add incremental_disposition
13055         option.
13056         (Position_dependent_options::copy_from_options): Set incremental
13057         dispositions.
13058         * options.cc (General_options::parse_incremental_changed): New
13059         function.
13060         (General_options::parse_incremental_unchanged): New function.
13061         (General_options::parse_incremental_unknown): New function.
13062         (General_options::General_options): Initialize new fields
13063         incremental_disposition_ and implicit_incremental_.
13064         (General_options::finalize): Check for uasge of --incremental-*
13065         without --incremental.
13066
13067 2009-02-06  Chris Demetriou  <cgd@google.com>
13068
13069         * gold.h (gold_undefined_symbol): Change to take only a Symbol
13070         pointer and to report location as the file name associated with
13071         the symbol.
13072         (gold_undefined_symbol_at_location): New function to replace the
13073         old gold_undefined_symbol functionality.
13074         * target-reloc.h (relocate_section): Update to use
13075         gold_undefined_symbol_at_location.
13076         * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13077         Call gold_undefined_symbol function rather than gold_error.
13078         * errors.h (Errors::undefined_symbol): Take location as a
13079         string, rather than calculating it from a relocation.
13080         * errors.cc (Errors::fatal): Print "fatal error:" before the
13081         formatted message.
13082         (Errors::error, Errors::error_at_location): Print "error: "
13083         before the formatted message.
13084         (Errors::undefined_symbol): Take location as a string, rather
13085         than calculating it from a relocation.
13086         (gold_undefined_symbol_at_location): New function akin to
13087         old gold_undefined_symbol, calculates location from relocation.
13088         (gold_undefined_symbol): Change to take only a Symbol pointer
13089         and to report location as the file name associated with the symbol.
13090         * testsuite/debug_msg.sh: Update for changed error messages.
13091         * testsuite/undef_symbol.sh: Likewise.
13092
13093 2009-02-04  Duncan Sands  <baldrick@free.fr>
13094
13095         PR 9812
13096         * reduced_debug_output.h
13097         (Output_reduced_debug_abbrev_section::failed): Use format for
13098         gold_warning.
13099         (Output_reduced_debug_info_section::faild): Likewise.
13100
13101 2009-01-31  Mikolaj Zalewski  <mikolajz@google.com>
13102
13103         * script.cc (Lazy_demangler): New class.
13104         (Version_script_info::get_symbol_version_helper): Demangle a
13105         symbol only once.
13106
13107 2009-01-29  Cary Coutant  <ccoutant@google.com>
13108
13109         * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
13110         to __tls_get_addr.
13111         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13112
13113 2009-01-28  Ian Lance Taylor  <iant@google.com>
13114
13115         * version.cc (version_string): Bump to 1.9.
13116
13117         * gold.h: Include <cstring> and <stdint.h>.
13118         * version.cc: Include <cstdio>.
13119         * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
13120         warning.
13121         * reduced_debug_output.cc (insert_into_vector): Rename from
13122         Insert_into_vector; change all callers.  Use Swap_unaligned to
13123         avoid aliasing issue; remove union since it is unnecessary.
13124
13125 2009-01-27  Sriraman Tallam  <tmsriram@google.com>
13126
13127         * Makefile.am (CCFILES): Add gc.cc.
13128         (HFILES): Add gc.h.
13129         * Makefile.in: Regenerate.
13130         * gold.cc (Gc_runner): New class.
13131         (queue_initial_tasks): Call garbage collection related tasks
13132         when corresponding options are invoked.
13133         (queue_middle_gc_tasks): New function.
13134         (queue_middle_tasks): Reorder tasks to allow relocs to be read and
13135         processed early before laying out sections during garbage collection.
13136         * gold.h (queue_middle_gc_tasks): New function.
13137         (is_prefix_of): Move from "layout.cc".
13138         * i386.cc (Target_i386::gc_process_relocs): New function.
13139         * layout.cc (is_prefix_of): Remove. Move to "gold.h"
13140         * main.cc (main): Create object of class "Garbage_collection".
13141         * object.cc (Relobj::copy_symbols_data): New function.
13142         (Relobj::is_section_name_included): New function.
13143         (Sized_relobj::do_layout): Allow this function to be called twice
13144         during garbage collection and defer layout of section during the
13145         first call.
13146         * object.h (Relobj::get_symbols_data): New function.
13147         (Relobj::is_section_name_included): New function.
13148         (Relobj::copy_symbols_data): New function.
13149         (Relobj::set_symbols_data): New function.
13150         (Relobj::get_relocs_data): New function.
13151         (Relobj::set_relocs_data): New function.
13152         (Relobj::is_output_section_offset_invalid): New pure virtual function.
13153         (Relobj::gc_process_relocs): New function.
13154         (Relobj::do_gc_process_relocs): New pure virtual function.
13155         (Relobj::sd_): New data member.
13156         (Sized_relobj::is_output_section_offset_invalid): New function.
13157         (Sized_relobj::do_gc_process_relocs): New function.
13158         * options.h (General_options::gc_sections): Modify to not be a no-op.
13159         (General_options::print_gc_sections): New option.
13160         * plugin.cc (Plugin_finish::run): Remove function call to
13161         Plugin_manager::layout_deferred_objects.  Move it to "gold.cc".
13162         * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
13163         * reloc.cc (Read_relocs::run): Add task to process relocs and
13164         determine unreferenced sections when doing garbage collection.
13165         (Gc_process_relocs): New class.
13166         (Sized_relobj::do_gc_process_relocs): New function.
13167         (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
13168         sections that are garbage collected.
13169         * reloc.h (Gc_process_relocs): New class.
13170         * sparc.cc (Target_sparc::gc_process_relocs): New function.
13171         * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
13172         symbols whose corresponding sections are garbage collected.
13173         (Symbol_table::Symbol_table): Add new parameter for the garbage
13174         collection object.
13175         (Symbol_table::gc_mark_undef_symbols): New function.
13176         (Symbol_table::gc_mark_symbol_for_shlib): New function.
13177         (Symbol_table::gc_mark_dyn_syms): New function.
13178         (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
13179         as garbage.
13180         (Symbol_table::add_from_object): Likewise.
13181         (Symbol_table::add_from_relobj): When building shared objects, do not
13182         treat externally visible symbols as garbage.
13183         (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
13184         table information for static and relocatable links.
13185         * symtab.h (Symbol_table::set_gc): New function.
13186         (Symbol_table::gc): New function.
13187         (Symbol_table::gc_mark_undef_symbols): New function.
13188         (Symbol_table::gc_mark_symbol_for_shlib): New function.
13189         (Symbol_table::gc_mark_dyn_syms): New function.
13190         (Symbol_table::gc_): New data member.
13191         * target.h (Sized_target::gc_process_relocs): New pure virtual
13192         function.
13193         * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
13194         * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
13195
13196 2009-01-20  Chris Faylor <me.sourceware@sourceware.org>
13197
13198         * options.h (General_options::gc_sections): Define as a no-op for now.
13199         (General_options::no_keep_memory): Ditto.
13200         (General_options::Bshareable): Define.
13201         * options.cc (General_options::finalize): Honor -Bshareable.
13202
13203 2009-01-20  Andreas Schwab  <schwab@suse.de>
13204
13205         * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
13206         read the value in the contents, since we don't use it.  Use the
13207         template endianness when writing.
13208         (Relocate::relocate): Use it for R_PPC_REL16_HA.
13209
13210 2009-01-19  Andreas Schwab  <schwab@suse.de>
13211
13212         * configure.tgt (powerpc64-*): Fix targ_obj.
13213
13214 2009-01-15  Ian Lance Taylor  <iant@google.com>
13215
13216         * object.cc (Sized_relobj::write_local_symbols): Don't write out
13217         local symbols when stripping all symbols.
13218
13219 2009-01-14  Cary Coutant  <ccoutant@google.com>
13220
13221         * output.cc (Output_reloc): Add explicit instantiations.
13222
13223 2009-01-14  Cary Coutant  <ccoutant@google.com>
13224
13225         * archive.cc (Archive::get_elf_object_for_member): Remove call
13226         to File_read::claim_for_plugin.
13227         * descriptors.cc (Descriptors::open): Remove reference to
13228         is_claimed.
13229         (Descriptors::claim_for_plugin): Remove.
13230         * descriptors.h (Descriptors::claim_for_plugin): Remove.
13231         (Descriptors::is_claimed): Remove.
13232         (claim_descriptor_for_plugin): Remove.
13233         * fileread.cc (File_read::claim_for_plugin): Remove.
13234         * fileread.h (File_read::claim_for_plugin): Remove.
13235         (File_read::descriptor): Reopen descriptor if necessary.
13236         * plugin.cc  (Plugin::load): Add two new APIs to transfer vector.
13237         (Plugin_manager::all_symbols_read): Add task parameter. Change
13238         all callers.
13239         (Plugin_manager::get_input_file): New function.
13240         (Plugin_manager::release_input_file): New function.
13241         (Pluginobj::Pluginobj): Add filesize parameter and initialize
13242         corresponding data member.
13243         (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
13244         and pass to base constructor. Change all callers.
13245         (get_input_file, release_input_file): New functions.
13246         (make_sized_plugin_object): Add filesize parameter. Change all callers.
13247         * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
13248         (Plugin_manager::all_symbols_read): Add task parameter.
13249         (Plugin_manager::get_input_file): New function.
13250         (Plugin_manager::release_input_file): New function.
13251         (Plugin_manager::task_): New data member.
13252         (Pluginobj::Pluginobj): Add filesize parameter.
13253         (Pluginobj::filename): New function.
13254         (Pluginobj::descriptor): New function.
13255         (Pluginobj::filesize): New function.
13256         (Pluginobj::filesize_): New data member.
13257         (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
13258         * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
13259         File_read::claim_for_plugin; use Object::unlock to unlock the file.
13260
13261         * testsuite/Makefile.am (plugin_test_4): New test case for plugins
13262         with archive libraries.
13263         * testsuite/Makefile.in: Regenerate.
13264         * testsuite/plugin_test.c (struct sym_info): New type.
13265         (get_input_file, release_input_file): New static variables.
13266         (onload): Capture new transfer vector entries.
13267         (claim_file_hook): Stop reading at end of file according to filesize.
13268         Factor out parsing of readelf output into separate function.
13269         (all_symbols_read_hook): Exercise get_input_file and release_input_file
13270         APIs and get the source file name from the symbol table.  Convert
13271         source file name to corresponding object file name.  Print info
13272         message when adding new input files.
13273         (parse_readelf_line): New function.
13274         * testsuite/plugin_test_1.sh: Add checks for new info messages.
13275         * testsuite/plugin_test_2.sh: Likewise.
13276         * testsuite/plugin_test_3.sh: Likewise.
13277         * testsuite/plugin_test_4.sh: New test case.
13278
13279 2009-01-07  Ian Lance Taylor  <iant@google.com>
13280
13281         * version.cc (version_string): Bump to 1.8.
13282
13283 2008-12-23  Cary Coutant  <ccoutant@google.com>
13284
13285         * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
13286         * plugin.cc (Plugin_manager::finish): Rename as
13287         layout_deferred_objects.  Move cleanup to separate function.
13288         (Plugin_manager::cleanup): New function.
13289         (Plugin_finish::run): Call layout_deferred_objects and cleanup
13290         separately.
13291         * plugin.h (Plugin_manager::finish): Rename as
13292         layout_deferred_objects.
13293         (Plugin_manager::cleanup): New function.
13294         (Plugin_manager::cleanup_done): New field.
13295
13296 2008-12-23  Cary Coutant  <ccoutant@google.com>
13297
13298         * plugin.cc (is_visible_from_outside): New function.
13299         (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
13300         so we don't return "IR only" status for exported symbols or -r links.
13301
13302         * testsuite/Makefile.am (plugin_test_3): New test case.
13303         * testsuite/Makefile.in: Regenerate.
13304         * testsuite/plugin_test_3.sh: New file.
13305
13306 2008-12-22  Cary Coutant  <ccoutant@google.com>
13307
13308         * object.cc (Sized_relobj::layout_section): New function.
13309         (Sized_relobj::do_layout): Defer layout of input sections until after
13310         plugin has provided replacement files.
13311         (Sized_relobj::do_layout_deferred_sections): New function.
13312         * object.h (Relobj::set_section_offset): Remove virtual keyword.
13313         (Relobj::layout_deferred_sections): New function.
13314         (Relobj::do_layout_deferred_sections): New function.
13315         (Sized_relobj::do_layout_deferred_sections): New function.
13316         (Sized_relobj::layout_section): New function.
13317         (Sized_relobj::Deferred_layout): New structure.
13318         (Sized_relobj::deferred_layout_): New field.
13319         * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
13320         Change all callers.  Layout deferred sections.
13321         (class Plugin_finish): Renamed, was Plugin_cleanup.  Change all
13322         references.
13323         (Plugin_hook::run): Move code from do_plugin_hook inline.
13324         (Plugin_hook::do_plugin_hook): Remove.
13325         * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
13326         (Plugin_manager::finish): Renamed, was cleanup.
13327         (Plugin_manager::should_defer_layout): New function.
13328         (Plugin_manager::add_deferred_layout_object): New function.
13329         (Plugin_manager::Deferred_layout_list): New type.
13330         (Plugin_manager::deferred_layout_objects_): New field.
13331         (Plugin_hook::do_plugin_hook): Remove.
13332
13333 2008-12-17  Ian Lance Taylor  <iant@google.com>
13334
13335         * options.h (class General_options): Add --no case for
13336         --export-dynamic.
13337
13338 2008-12-16  Cary Coutant  <ccoutant@google.com>
13339
13340         * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
13341         vector.
13342         (Plugin_manager::claim_file): Create plugin object even if
13343         plugin did not call the add_symbols callback.
13344         (Plugin_obj::get_symbol_resolution_info): Guard against plugin
13345         asking for more symbols than were added.
13346         * testsuite/Makefile.am (plugin_test_1): Add test case with
13347         no global symbols.
13348         (empty.syms): New target.
13349         * testsuite/Makefile.in: Regenerate.
13350         * testsuite/plugin_test.c (claim_file_hook): Add new debug
13351         message. Don't call add_symbols if no globals.
13352         (all_symbols_read_hook): Don't provide replacement for empty
13353         claimed file.
13354
13355 2008-12-12  Ian Lance Taylor  <iant@google.com>
13356
13357         * target-reloc.h (Default_scan_relocatable_relocs): Only discard
13358         r_type == 0 for a local symbol with r_sym == 0.
13359         (scan_relocatable_relocs): Pass r_sym to
13360         local_non_section_strategy.
13361         * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
13362         r_sym parameter.
13363
13364         * configure.ac: Update test for TLS descriptors: they are
13365         supported as of glibc 2.9.
13366         * configure: Rebuild.
13367
13368 2008-12-11  Ian Lance Taylor  <iant@google.com>
13369
13370         PR 7091
13371         * target-reloc.h (Default_scan_relocatable_relocs): For each
13372         function, map r_type == 0 to RELOC_DISCARD.
13373
13374 2008-12-10  Cary Coutant  <ccoutant@google.com>
13375
13376         * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
13377         object to override a kept COMDAT group from a plugin object.
13378
13379 2008-12-09  Ian Lance Taylor  <iant@google.com>
13380
13381         PR 7088
13382         * yyscript.y (file_cmd): Handle INPUT.
13383
13384         * testsuite/initpri1.c: Change all declarations to be full
13385         prototypes by adding void, to avoid compiler warnings.
13386
13387 2008-12-05  Rafael Avila de Espindola  <espindola@google.com>
13388
13389         * options.cc (General_options::parse_plugin_opt): New.
13390         (General_options::add_plugin): The argument now is just the filename.
13391         (General_options::add_plugin_option): New.
13392         * options.h (plugin_opt): New.
13393         (add_plugin): Change argument name.
13394         (add_plugin_option): New.
13395         * plugin.cc (Plugin::load): Don't parse the plugin option.
13396         * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
13397         (Plugin::add_option): New.
13398         (Plugin::args_): Change type.
13399         (Plugin::filename_): New.
13400         (Plugin_manager::add_plugin_option): New.
13401         * testsuite/Makefile.am (plugin_test_1): Use new syntax.
13402         * testsuite/Makefile.in: Regenerate.
13403
13404 2008-12-05  Cary Coutant  <ccoutant@google.com>
13405
13406         * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
13407         Handle --strip-lto-sections option.
13408         * options.h (strip_lto_sections): New option.
13409
13410 2008-12-01  Cary Coutant  <ccoutant@google.com>
13411
13412         * plugin.cc (ld_plugin_message): Change format parameter to const.
13413         Fix mismatch between new[] and delete.
13414
13415 2008-11-14  Cary Coutant  <ccoutant@google.com>
13416
13417         * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
13418         instead of -1U.
13419
13420 2008-11-05  Craig Silverstein  <csilvers@google.com>
13421
13422         * options.cc (General_options::parse_dynamic_list): New function.
13423         * options.h (General_options): New flags dynamic_list,
13424         dynamic_list_data, dynamic_list_cpp_new, and
13425         dynamic_list_cpp_typeinfo.  New variable dynamic_list_.
13426         (General_options::in_dynamic_list): New function.
13427         * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
13428         (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
13429         (Lex::can_continue_name): Likewise.
13430         (yylex): Likewise.
13431         (read_script_file): New parameter script_options.
13432         (read_dynamic_list): New function.
13433         (Script_options::define_dynamic_list): New function.
13434         (dynamic_list_keyword_parsecodes): New variable.
13435         (dynamic_list_keywords): New variable.
13436         * script.h (Script_options::define_dynamic_list): New function
13437         prototype.
13438         (read_dynamic_list): New function prototype.
13439         * symtab.cc (strprefix): New macro.
13440         (Symbol::should_add_dynsym_entry): Support dynamic_list,
13441         dynamic_list_data, dynamic_list_cpp_new, and
13442         dynamic_list_cpp_typeinfo.
13443         * yyscript.y (PARSING_DYNAMIC_LIST): New token.
13444         (dynamic_list_expr): New rule.
13445         (dynamic_list_nodes): Likewise.
13446         (dynamic_list_node): Likewise.
13447         * testsuite/Makefile.am (dynamic_list): New test.
13448         * testsuite/Makefile.in: Regenerated.
13449         * testsuite/dynamic_list.t: New file.
13450         * testsuite/dynamic_list.sh: New file.
13451
13452 2008-11-05  Craig Silverstein  <csilvers@google.com>
13453
13454         * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
13455         * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
13456         (t11_last): Likewise.
13457         * testsuite/ver_test_6.c (main): Likewise.
13458
13459 2008-10-07  Cary Coutant  <ccoutant@google.com>
13460
13461         * options.c (General_options::finalize): Add check for -static and
13462         -shared.
13463         * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
13464         is not empty.
13465
13466 2008-10-02  Cary Coutant  <ccoutant@google.com>
13467
13468         * plugin.cc (make_sized_plugin_object): Fix conditional
13469         compilation to work when not all targets are enabled.
13470
13471 2008-09-29  Cary Coutant  <ccoutant@google.com>
13472
13473         * archive.cc (Archive::get_file_and_offset): Use filename instead
13474         of name to get library path.
13475         (Archive::include_member): Unlock external member of a thin archive.
13476
13477         * testsuite/Makefile.am (TEST_AR): New variable.
13478         (thin_archive_test_1): New test.
13479         (thin_archive_test_2): New test.
13480         * testsuite/Makefile.in: Regenerate.
13481         * testsuite/thin_archive_main.cc: New file.
13482         * testsuite/thin_archive_test_1.cc: New file.
13483         * testsuite/thin_archive_test_2.cc: New file.
13484         * testsuite/thin_archive_test_3.cc: New file.
13485         * testsuite/thin_archive_test_4.cc: New file.
13486
13487 2008-09-29  Cary Coutant  <ccoutant@google.com>
13488
13489         * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
13490         * object.cc (Sized_relobj::do_layout): Use constant invalid_address
13491         instead of -1U.
13492         (Sized_relobj::do_finalize_local_symbols): Likewise.
13493         (Sized_relobj::map_to_kept_section): Likewise.
13494         * object.h (Sized_relobj::invalid_address): New constant.
13495         (Sized_relobj::do_output_section_offset): Check for invalid_address
13496         and return -1ULL.
13497         * output.cc (Output_reloc::local_section_offset): Use constant
13498         invalid_address instead of -1U.
13499         (Output_reloc::get_address): Likewise.
13500         (Output_section::output_address): Change -1U to -1ULL.
13501         * output.h (Output_reloc::invalid_address): New constant.
13502         * reloc.cc (Sized_relobj::write_sections): Use constant
13503         invalid_address instead of -1U.
13504         (Sized_relobj::relocate_sections): Likewise.
13505         * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
13506         values for merge sections.
13507         * target-reloc.h (relocate_for_relocatable): Use constant
13508         invalid_address instead of -1U.
13509
13510 2008-09-19  Cary Coutant  <ccoutant@google.com>
13511
13512         Add plugin functionality for link-time optimization (LTO).
13513         * configure.ac (plugins): Add --enable-plugins option.
13514         * configure: Regenerate.
13515         * config.in: Regenerate.
13516         * Makefile.am (LIBDL): New variable.
13517         (CCFILES): Add plugin.cc.
13518         (HFILES): Add plugin.h.
13519         (ldadd_var): Add LIBDL.
13520         * Makefile.in: Regenerate.
13521
13522         * archive.cc: Include "plugin.h".
13523         (Archive::setup): Don't preread archive symbols when using a plugin.
13524         (Archive::get_file_and_offset): Add memsize parameter.  Change callers.
13525         (Archive::get_elf_object_for_member): Call plugin hooks for claiming
13526         files.
13527         (Archive::include_member): Add symbols from plugin objects.
13528         * archive.h (Archive::get_file_and_offset): Add memsize parameter.
13529         * descriptors.cc (Descriptors::open): Check for file descriptors
13530         abandoned by plugins.
13531         (Descriptors::claim_for_plugin): New function.
13532         * descriptors.h (Descriptors::claim_for_plugin): New function.
13533         (Open_descriptor::is_claimed): New field.
13534         (claim_descriptor_for_plugin): New function.
13535         * fileread.cc (File_read::claim_for_plugin): New function.
13536         * fileread.h (File_read::claim_for_plugin): New function.
13537         (File_read::descriptor): New function.
13538         * gold.cc: Include "plugin.h".
13539         (queue_initial_tasks): Add task to call plugin hooks for generating
13540         new object files.
13541         * main.cc: Include "plugin.h".
13542         (main): Load plugin libraries.
13543         * object.h (Pluginobj): Declare.
13544         (Object::pluginobj): New function.
13545         (Object::do_pluginobj): New function.
13546         (Object::set_target): New function.
13547         * options.cc: Include "plugin.h".
13548         (General_options::parse_plugin): New function.
13549         (General_options::General_options): Initialize plugins_ field.
13550         (General_options::add_plugin): New function.
13551         * options.h (Plugin_manager): Declare.
13552         (General_options): Add --plugin option.
13553         (General_options::has_plugins): New function.
13554         (General_options::plugins): New function.
13555         (General_options::add_plugin): New function.
13556         (General_options::plugins_): New field.
13557         * plugin.cc: New file.
13558         * plugin.h: New file.
13559         * readsyms.cc: Include "plugin.h".
13560         (Read_symbols::do_read_symbols): Check for archive before checking
13561         for ELF file.  Call plugin hooks to claim files.
13562         * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
13563         from a real object file; force override when processing replacement
13564         files.
13565         * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
13566         (Symbol::init_base_object): Likewise.
13567         (Symbol::init_base_output_data): Likewise.
13568         (Symbol::init_base_output_segment): Likewise.
13569         (Symbol::init_base_constant): Likewise.
13570         (Symbol::init_base_undefined): Likewise.
13571         (Symbol::output_section): Assert that object is not a plugin.
13572         (Symbol_table::add_from_pluginobj): New function.
13573         (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
13574         undefined.
13575         (Symbol_table::sized_write_globals): Likewise.
13576         (Symbol_table::add_from_pluginobj): Instantiate template.
13577         * symtab.h (Sized_pluginobj): Declare.
13578         (Symbol::in_real_elf): New function.
13579         (Symbol::set_in_real_elf): New function.
13580         (Symbol::in_real_elf_): New field.
13581         (Symbol_table::add_from_pluginobj): New function.
13582
13583         * testsuite/Makefile.am (AM_CFLAGS): New variable.
13584         (LIBDL): New variable.
13585         (LDADD): Add LIBDL.
13586         (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
13587         (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
13588         (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
13589         (MOSTLYCLEANFILES): Likewise.
13590         * testsuite/Makefile.in: Regenerate.
13591         * testsuite/plugin_test.c: New file.
13592         * testsuite/plugin_test_1.sh: New file.
13593         * testsuite/plugin_test_2.sh: New file.
13594
13595 2008-09-16  Ian Lance Taylor  <iant@google.com>
13596
13597         * target-reloc.h (relocate_section): Check whether a symbol is
13598         defined by the ABI before reporting an undefined symbol error.
13599         * target.h (Target::is_defined_by_abi): Make parameter const.
13600         (Target::do_is_defined_by_abi): Likewise.
13601         * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
13602         * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
13603         * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
13604         * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
13605         * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
13606         * testsuite/Makefile.in: Rebuild.
13607
13608         * fileread.cc (make_view): Add casts to avoid warning.
13609
13610 2008-09-16  Alexandre Oliva  <aoliva@redhat.com>
13611
13612         * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
13613         * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13614
13615 2008-09-16  Alexandre Oliva  <aoliva@redhat.com>
13616
13617         * options.h (General_options::output_is_executable): New.
13618         (General_options::output_is_pie): New.
13619         * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
13620         for shared libraries.
13621         * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13622
13623 2008-09-11  Chris Demetriou  <cgd@google.com>
13624
13625         * options.h (origin): New -z option.
13626         * layout.cc (Layout:finish_dynamic_section): If "-z origin"
13627         is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
13628         in DT_FLAGS_1.
13629
13630 2008-09-05  Cary Coutant  <ccoutant@google.com>
13631
13632         * fileread.cc (File_read::make_view): Add check for attempt to map
13633         beyond end of file.
13634
13635 2008-09-05  Cary Coutant  <ccoutant@google.com>
13636
13637         * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
13638         explicit instantiations.
13639
13640 2008-08-28  Kris Van Hees  <kris.van.hees@oracle.com>
13641
13642         PR gold/6858
13643         * options.cc (General_options::finalize): Allow undefined symbols
13644         in shlibs if linking -shared.
13645
13646         PR gold/6859
13647         * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
13648         symbols as not needing a dynsym entry.
13649
13650 2008-08-20  Craig Silverstein  <csilvers@google.com>
13651
13652         * fileread.cc (File_read::open): Do not lock the file unless it
13653         was successfully opened.
13654
13655 2008-08-14  Cary Coutant  <ccoutant@google.com>
13656
13657         * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
13658         Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
13659         * testsuite/tls_test.cc (struct int128): 128-bit struct
13660         for testing TLS relocs with non-zero addend.
13661         (v12): New TLS variable.
13662         (t12): New test.
13663         (t_last): Add check for v12.
13664         * testsuite/tls_test.h (t12): New function.
13665         * testsuite/tls_test_main.cc (thread_routine): Call new test.
13666
13667 2008-08-13  Ian Lance Taylor  <iant@google.com>
13668
13669         * layout.cc (Layout::attach_allocated_section_to_segment): Don't
13670         set tls_segment_ or relro_segment_.
13671         (Layout::make_output_segment): Set tls_segment_ and relro_segment_
13672         when appropriate.
13673         * output.h (Output_section::clear_is_relro): New function.
13674         * output.cc (Output_segment::add_output_section): Handle SHF_TLS
13675         sections specially even when output_data_ is empty.
13676         (Output_segment::maximum_alignment): When first section is relro,
13677         only force alignment for PT_LOAD segments.
13678         * script.cc (script_data_segment_align): New function.
13679         (script_data_segment_relro_end): New function.
13680         * script-c.h (script_data_segment_align): Declare.
13681         (script_data_segment_relro_end): Declare.
13682         * script-sections.h (class Script_sections): Declare
13683         data_segment_align and data_segment_relro_end.  Add fields
13684         segment_align_index_ and saw_relro_end_.
13685         * script-sections.cc (class Sections_element): Add set_is_relro
13686         virtual function.  Add new bool* parameter to place_orphan_here.
13687         Add get_output_section virtual function.
13688         (class Output_section_definition): Add set_is_relro.  Add new
13689         bool* parameter to place_orphan_here.  Add get_output_section.
13690         Add is_relro_ field.
13691         (Output_section_definition::Output_section_definition): Initialize
13692         evaluated_address_, evaluated_load_address, evaluated_addralign_,
13693         and is_relro_ fields.
13694         (Output_section_definition::place_orphan_here): Add is_relro
13695         parameter.
13696         (Output_section_definition::set_section_addresses): Set relro for
13697         output section.
13698         (Output_section_definition::alternate_constraint): Likewise.
13699         (class Orphan_output_section): Add new bool* parameter to
13700         place_orphan_here.  Add get_output_section.
13701         (Orphan_output_section::place_orphan_here): Add is_relro
13702         parameter.
13703         (Script_sections::Script_sections): Initialize
13704         data_segment_align_index_ and saw_relro_end_.
13705         (Script_sections::data_segment_align): New function.
13706         (Script_sections::data_segment_relro_end): New function.
13707         (Script_sections::place_orphan): Set or clear is_relro.
13708         (Script_sections::set_section_addresses): Force alignment of first
13709         TLS section.
13710         * yyscript.y (exp): Call script_data_segment_align and
13711         script_data_segment_relro_end.
13712         * testsuite/relro_script_test.t: New file.
13713         * testsuite/relro_test.cc (using_script): Declare.
13714         (t1, t2): Test using_script.
13715         * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
13716         (relro_script_test_SOURCES): Define.
13717         (relro_script_test_DEPENDENCIES): Define.
13718         (relro_script_test_LDFLAGS): Define.
13719         (relro_script_test_LDADD): Define.
13720         (relro_script_test.so): New target.
13721         * testsuite/Makefile.in: Rebuild.
13722
13723 2008-08-06  Cary Coutant <ccoutant@google.com>
13724
13725         * archive.cc (Archive::total_archives, Archive::total_members)
13726         (Archive::total_members_loaded): New variables.
13727         (Archive::setup): Add parameter.  Add option to preread
13728         archive symbols.
13729         (Archive::read_armap): Add counter.
13730         (Archive::get_file_and_offset): New function.
13731         (Archive::get_elf_object_for_member): New function.
13732         (Archive::read_all_symbols): New function.
13733         (Archive::read_symbols): New function.
13734         (Archive::add_symbols): Add counters.
13735         (Archive::include_all_members): Use armap to find members if it's
13736         already built.
13737         (Archive::include_member): Skip reading symbols if already read.
13738         Factored code into Archive::get_file_and_offset and
13739         Archive::get_elf_object_for_member.  Changed call to
13740         Mapfile::report_include_archive_member.
13741         (Archive::print_stats): New function.
13742         * archive.h: Declare Object and Read_symbols_data classes.
13743         (Archive::Archive): Add initializers for new members.
13744         (Archive::setup): Add parameter.
13745         (Archive::print_stats): New function.
13746         (Archive::total_archives, Archive::total_members)
13747         (Archive::total_members_loaded): New variables.
13748         (Archive::get_file_and_offset): New function.
13749         (Archive::get_elf_object_for_member): New function.
13750         (Archive::read_all_symbols): New function.
13751         (Archive::read_symbols): New function.
13752         (Archive::Archive_member): New class.
13753         (Archive::members_): New member.
13754         (Archive::num_members_): New member.
13755         * main.cc: Include archive.h.
13756         (main): Call Archive::print_stats.
13757         * mapfile.cc (Mapfile::report_include_archive_member): Delete
13758         archive parameter; member_name is now the fully-decorated name.
13759         * mapfile.h (Mapfile::report_include_archive_member): Likewise.
13760         * options.h: (General_options): Add --preread-archive-symbols option.
13761         * readsyms.cc (Read_symbols::do_read_symbols): Change call to
13762         Archive::setup.
13763
13764 2008-08-04  Ian Lance Taylor  <iant@google.com>
13765
13766         * symtab.h (Symbol::use_plt_offset): New function.
13767         * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
13768         * powerpc.cc (Relocate::relocate): Likewise.
13769         * sparc.cc (Relocate::relocate): Likewise.
13770         * x86_64.cc (Relocate::relocate): Likewise.
13771         * testsuite/weak_plt.sh: New test.
13772         * testsuite/weak_plt_main.cc: New test.
13773         * testsuite/weak_plt_shared.cc: New test.
13774         * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
13775         (check_PROGRAMS): Add weak_plt.
13776         (check_DATA): Add weak_plt_shared.so.
13777         (weak_plt_main_pic.o, weak_plt): New targets.
13778         (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
13779         * testsuite/Makefile.in: Rebuild.
13780
13781         * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
13782         gcctestdir/ld.
13783         (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
13784         * testsuite/Makefile.in: Rebuild.
13785
13786 2008-08-04  Alan Modra  <amodra@bigpond.net.au>
13787
13788         * Makefile.am (POTFILES.in): Set LC_ALL=C.
13789         * Makefile.in: Regenerate.
13790         * po/POTFILES.in: Regenerate.
13791
13792 2008-07-29  Ian Lance Taylor  <iant@google.com>
13793
13794         * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
13795         symbols before other symbols.
13796         * testsuite/script_test_2.cc (test_addr): Declare.
13797         (test_addr_alias): Declare.
13798         (main): Check that test_addr and test_addr_alias have the right
13799         values.
13800         * testsuite/script_test_2.t: Define test_addr_alias and
13801         test_addr.
13802
13803 2008-07-24  Ian Lance Taylor  <iant@google.com>
13804
13805         PR 5990
13806         * descriptors.cc: New file.
13807         * descriptors.h: New file.
13808         * gold-threads.h (class Hold_optional_lock): New class.
13809         * fileread.cc: Include "descriptors.h".
13810         (File_read::~File_read): Release descriptor rather than closing
13811         it.
13812         (File_read::open) [file]: Call open_descriptor rather than open.
13813         Set is_descriptor_opened_.
13814         (File_read::open) [memory]: Assert that descriptor is not open.
13815         (File_read::reopen_descriptor): New function.
13816         (File_read::release): Release descriptor.
13817         (File_read::do_read): Make non-const.  Reopen descriptor.
13818         (File_read::read): Make non-const.
13819         (File_read::make_view): Reopen descriptor.
13820         (File_read::do_readv): Likewise.
13821         * fileread.h (class File_read): Add is_descriptor_opened_ field.
13822         Update declarations.
13823         * layout.cc: Include "descriptors.h".
13824         (Layout::create_build_id): Use open_descriptor rather than open.
13825         * output.cc: Include "descriptors.h".
13826         (Output_file::open): Use open_descriptor rather than open.
13827         * archive.cc (Archive::const_iterator): Change Archive to be
13828         non-const.
13829         (Archive::begin, Archive::end): Make non-const.
13830         (Archive::count_members): Likewise.
13831         * archive.h (class Archive): Update declarations.
13832         * object.h (Object::read): Make non-const.
13833         * Makefile.am (CCFILES): Add descriptors.cc.
13834         (HFILES): Add descriptors.h.
13835         * Makefile.in: Rebuild.
13836
13837         PR 6716
13838         * gold.h: Always include <clocale>.  Add Solaris workarounds
13839         following code in binutils/sysdep.h.
13840
13841         PR 6048
13842         * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
13843         this->eh_frame_hdr_ is NULL before using it.
13844
13845         * dynobj.cc (Versions::Versions): Update comment.
13846
13847         * dynobj.cc (Versions::Versions): If there is an soname, use it as
13848         the base version name.
13849
13850         * stringpool.cc (Stringpool_template::add_with_length): Set key to
13851         array size plus one.
13852         (Stringpool_template::set_string_offsets): Subtract one from key
13853         before using it as an array index.
13854         (Stringpool_template::get_offset_with_length): Likewise.
13855         (Stringpool_template::write_to_buffer): Likewise.
13856         * stringpool.h (Stringpool_template::get_offset_from_key):
13857         Likewise.
13858
13859 2008-07-23  Ian Lance Taylor  <iant@google.com>
13860
13861         PR 6658
13862         * object.h (Merged_symbol_value::value): Do our best to handle a
13863         negative addend.
13864
13865         PR 6647
13866         * script.cc (Version_script_info::get_versions): Don't add empty
13867         version tag to return value.
13868         (Version_script_info::get_symbol_version_helper): Change return
13869         type to bool.  Add pversion parameter.  Change all callers.
13870         (script_register_vers_node): Don't require a non-NULL tag.
13871         * script.h (class Version_script_info): Update declarations.
13872         (Version_script_info::get_symbol_version): Change return type to
13873         bool.  Add version parameter.  Change all callers.
13874         * symtab.cc (Sized_symbol::add_from_relobj): Rework version
13875         handling.  Handle an empty version from a version script.
13876         (Symbol_table::define_special_symbol): Likewise.
13877         * testsuite/ver_test_10.script: New file.
13878         * testsuite/ver_test_10.sh: New file.
13879         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
13880         (check_DATA): Add ver_test_10.syms.
13881         (ver_test_10.syms, ver_test_10.so): New target.
13882         * testsuite/Makefile.in: Rebuild.
13883
13884 2008-07-23  Simon Baldwin  <simonb@google.com>
13885
13886         * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
13887         to zero for undefined symbols from dynamic libraries.
13888
13889 2008-07-23  Ian Lance Taylor  <iant@google.com>
13890
13891         * symtab.cc (Symbol_table::resolve): Remove version parameter.
13892         Change all callers.
13893         * symtab.h (class Symbol_table): Update declaration.
13894         * testsuite/ver_test_9.cc: New file.
13895         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
13896         (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
13897         (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
13898         (ver_test_9.so, ver_test_9.o): New targets.
13899         * testsuite/Makefile.in: Rebuild.
13900
13901 2008-07-22  Ian Lance Taylor  <iant@google.com>
13902
13903         * options.h (class General_options): Define --check-sections.
13904         * layout.cc (Layout::set_segment_offsets): Handle
13905         --check-sections.
13906
13907         * options.h (class General_options): Define -n/--nmagic and
13908         -N/--omagic.
13909         * options.cc (General_options::finalize): For -n/--nmagic or
13910         -N/--omagic, set -static.
13911         * layout.cc (Layout::attach_allocated_section_to_segment): If
13912         -N/--omagic, don't put read-only and read-write sections in
13913         different segments.
13914         (Layout::find_first_load_seg): If -N/--omagic, don't insist on
13915         finding a read-only segment.
13916         (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
13917         don't set the minimum segment alignment to the common page size,
13918         and don't set the file offset to the address modulo the page size.
13919         * script-sections.cc (Script_sections::create_segments): If
13920         -n/--omagic, don't put read-only and read-write sections in
13921         different segments.
13922
13923         * cref.cc: New file.
13924         * cref.h: New file.
13925         * options.h (class General_options): Add --print-symbol-counts.
13926         * main.cc (main): Issue defined symbol report if requested.
13927         * archive.cc (Archive::interpret_header): Make into a const member
13928         function.
13929         (Archive::add_symbols): Call Input_objects::archive_start and
13930         archive_stop.
13931         (Archive::const_iterator): Define new class.
13932         (Archive::begin, Archive::end): New functions.
13933         (Archive::include_all_members): Rewrite to use iterator.
13934         (Archive::count_members): New function.
13935         * archive.h (class Archive): Update declarations.
13936         (Archive::filename): New function.
13937         * object.cc: Include "cref.h".
13938         (Sized_relobj::Sized_relobj): Initialize defined_count_.
13939         (Sized_relobj::do_get_global_symbol_counts): New function.
13940         (Input_objects::add_object): Add object to cross-referencer.
13941         (Input_objects::archive_start): New function.
13942         (Input_objects::archive_stop): New function.
13943         (Input_objects::print_symbol_counts): New function.
13944         * object.h: Declare Cref and Archive.
13945         (Object::get_global_symbol_counts): New function.
13946         (Object::do_get_global_symbol_counts): New pure virtual function.
13947         (class Sized_relobj): Add defined_count_ field.  Update
13948         declarations.
13949         (class Input_objects): Add cref_ field.  Update constructor.
13950         Update declarations.
13951         * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
13952         defined_count_.
13953         (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
13954         symbol counts.
13955         (Sized_dynobj::do_get_global_symbol_counts): New function.
13956         * dynobj.h (class Sized_dynobj): Add fields symbols_ and
13957         defined_count_.  Update declarations.  Define Symbols typedef.
13958         * symtab.cc (Symbol_table::add_from_relobj): Add defined
13959         parameter.  Change all callers.
13960         (Symbol_table::add_from_dynobj): Add sympointers and defined
13961         parameters.  Change all callers.
13962         * symtab.h (class Symbol_table): Update declarations.
13963         * Makefile.am (CCFILES): Add cref.cc.
13964         (HFILES): Add cref.h.
13965         * Makefile.in: Rebuild.
13966
13967 2008-07-22  Simon Baldwin  <simonb@google.com>
13968
13969         * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
13970         to zero when writing undefined symbols.
13971
13972 2008-07-22  Ian Lance Taylor  <iant@google.com>
13973
13974         * output.cc (Output_section::add_input_section): Don't try to
13975         merge empty merge sections.
13976
13977 2008-07-21  Craig Silverstein  <csilvers@google.com>
13978
13979         * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13980         Include symbol version in error message.
13981
13982 2008-07-20  Chris Demetriou  <cgd@google.com>
13983
13984         * configure.ac (gold_cv_c_random_seed): New configured variable.
13985         (RANDOM_SEED_CFLAGS): New substituted variable.
13986         * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
13987         * configure: Rebuild.
13988         * Makefile.in: Likewise.
13989         * testsuite/Makefile.in: Likewise.
13990
13991 2008-07-18  Ian Lance Taylor  <iant@google.com>
13992
13993         * symtab.cc (Symbol_table::add_from_object): Rewrite the case
13994         where we see NAME/NULL and NAME/VERSION  as separate symbols.
13995         * testsuite/ver_test_main.cc (main): Call t4.
13996         (t4, t4_2a): Define.
13997         * testsuite/ver_test_2.cc (t4_2): Define.
13998         * testsuite/ver_test_2.script: Put t4_2a in VER2.
13999         * testsuite/ver_test_4.cc (t4_2a): Define.
14000         * testsuite/ver_test_4.script: Put t4_2a in VER2.
14001         * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
14002
14003 2008-07-17  Ian Lance Taylor  <iant@google.com>
14004
14005         * dynobj.cc (Versions::add_def): If we give an error about a
14006         missing version, go ahead and create the version anyhow.
14007
14008 2008-07-10  Ian Lance Taylor  <iant@google.com>
14009
14010         Handle output sections with more than 0x7fffffff bytes.
14011         * object.h (class Relobj): Change map_to_output_ to
14012         output_sections_, and just keep a section pointer.  Change all
14013         uses.  Move comdat group support to Sized_relobj.
14014         (Relobj::is_section_specially_mapped): Remove.
14015         (Relobj::output_section): Remove poff parameter.  Change all
14016         callers.
14017         (Relobj::output_section_offset): New function.
14018         (Relobj::set_section_offset): Rewrite.
14019         (Relobj::map_to_output): Remove.
14020         (Relobj::output_sections): New function.
14021         (Relobj::do_output_section_offset): New pure virtual function.
14022         (Relobj::do_set_section_offset): Likewise.
14023         (class Sized_relobj): Add section_offsets_ field.  Add comdat
14024         group support from Relobj.  Update declarations.
14025         (Sized_relobj::get_output_section_offset): New function.
14026         (Sized_relobj::do_output_section_offset): New function.
14027         (Sized_relobj::do_set_section_offset): New function.
14028         * object.cc (Relobj::output_section_address): Remove.
14029         (Sized_relobj::Sized_relobj): Initialize new fields.
14030         (Sized_relobj::include_section_group): Cast find_kept_object to
14031         Sized_relobj.
14032         (Sized_relobj::include_linkonce_section): Likewise.
14033         (Sized_relobj::do_layout): Use separate arrays for output section
14034         and output offset.
14035         (Sized_relobj::do_count_local_symbols): Change map_to_output to
14036         output_sections.
14037         (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
14038         output_sections and section_offsets.
14039         (Sized_relobj::write_local_symbols): Likewise.
14040         (map_to_kept_section): Compute output address directly.
14041         * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
14042         output_sections and section_offsets.
14043         (Sized_relobj::write_sections): Likewise.
14044         (Sized_relobj::relocate_sections): Likewise.
14045         * symtab.cc (sized_finalize_symbol): Use output_section_offset.
14046         * output.h (class Output_reloc): Update declarations.  Change
14047         u2_.relobj to Sized_relobj*.
14048         (class Output_data_reloc): Change add functions to use
14049         Sized_relobj*.
14050         * output.cc (Output_reloc::Output_reloc): Change relobj to
14051         Sized_relobj*.
14052         (Output_reloc::local_section_offset): Change return type to
14053         Elf_Addr.  Use get_output_section_offset.
14054         (Output_reloc::get_address): Likewise.
14055         (Output_section::is_input_address_mapped): Don't call
14056         is_section_specially_mapped.
14057         (Output_section::output_offset): Likewise.
14058         (Output_section::output_address): Likewise.
14059         (Output_section::starting_output_address): Likewise.
14060         * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
14061         parameter to Sized_relobj*.
14062         (Copy_relocs::need_copy_reloc): Likewise.
14063         (Copy_relocs::save): Likewise.
14064         * copy-relocs.h (class Copy_relocs): Update declarations.
14065         (class Copy_relocs::Copy_reloc_entry): Change constructor to use
14066         Sized_relobj*.  Change relobj_ field to Sized_relobj*.
14067         * target-reloc.h (relocate_for_relocatable): Change
14068         offset_in_output_section type to Elf_Addr.  Change code that uses
14069         it as well.
14070         * layout.cc (Layout::layout): Always set *off.
14071         * mapfile.cc (Mapfile::print_input_section): Use
14072         output_section_offset.
14073         * i386.cc (Target_i386::copy_reloc): Change object parameter to
14074         Sized_relobj*.
14075         * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
14076         * sparc.cc (Target_sparc::copy_reloc): Likewise.
14077         * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
14078
14079 2008-07-03  Ian Lance Taylor  <iant@google.com>
14080
14081         * layout.cc (Layout::include_section): Do not discard unrecognized
14082         SHT_STRTAB sections.
14083
14084 2008-06-30  Craig Silverstein  <csilvers@cs.stanford.edu>
14085
14086         * script.cc (Lex::can_continue_name): Make '?' allowable in
14087         version-script names.
14088         * testsuite/version_script.map: Change glob pattern to use '?'
14089
14090 2008-06-30  Manish Singh  <yosh@gimp.org>
14091
14092         PR 6585
14093         * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
14094         Correct typo.
14095
14096 2008-06-30  Ian Lance Taylor  <iant@google.com>
14097
14098         PR 6660
14099         PR 6682
14100         * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
14101         versions]: Don't try to read the value in the contents, since we
14102         don't use it.  Use the template endianness when writing.
14103
14104 2008-06-25  Cary Coutant  <ccoutant@google.com>
14105
14106         * fileread.cc (File_read::make_view): Assert on zero-length view.
14107         * object.cc (Sized_relobj::do_read_symbols): Don't try to read
14108         symbol table when there are no symbols to read.
14109
14110 2008-06-23  Craig Silverstein  <csilvers@google.com>
14111
14112         * version.cc (version_string): Bump to 1.7
14113
14114 2008-06-18  Craig Silverstein  <csilvers@google.com>
14115
14116         * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
14117         constant 0xFFFF to type Valtype.
14118         (Powerpc_relocate_functions::rel16_ha): Likewise.
14119
14120 2008-06-17  Ian Lance Taylor  <iant@google.com>
14121
14122         * output.h (Output_section::Input_section): Initialize p2align_ to
14123         zero for Output_section_data constructors.
14124         (Output_section::Input_section::addralign): If not an input
14125         section, return the alignment of the Output_section_data.
14126         * testsuite/copy_test.cc: New file.
14127         * testsuite/copy_test_1.cc: New file.
14128         * testsuite/copy_test_2.cc: New file.
14129         * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
14130         (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
14131         (copy_test_LDFLAGS, copy_test_LDADD): New variables.
14132         (copy_test_1_pic.o, copy_test_1.so): New targets.
14133         (copy_test_2_pic.o, copy_test_2.so): New targets.
14134         * testsuite/Makefile.in: Rebuild.
14135
14136         * script-sections.cc (Script_sections::place_orphan): Initialize
14137         local variable exact.
14138
14139 2008-06-13  David Edelsohn  <edelsohn@gnu.org>
14140
14141         * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
14142
14143 2008-06-12  David Edelsohn  <edelsohn@gnu.org>
14144             David S. Miller  <davem@davemloft.net>
14145
14146         * powerpc.cc: New file.
14147         * Makefile.am (TARGETSOURCES): Add powerpc.cc
14148         (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
14149         * configure.tgt: Add entries for powerpc-* and powerpc64-*.
14150         * Makefile.in: Rebuild.
14151
14152 2008-06-09  Ian Lance Taylor  <iant@google.com>
14153
14154         * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
14155         <exception>.
14156         (throwing, orig_terminate): New static variables.
14157         (terminate_handler): New static function.
14158         (t2): Set terminate handler.
14159
14160 2008-06-05  Kris Van Hees  <kris.van.hees@oracle.com>
14161
14162         PR 6584
14163         * binary.cc (Binary_to_elf::sized_convert): Fix .data
14164         alignment.
14165
14166 2008-05-30  Cary Coutant  <ccoutant@google.com>
14167
14168         * archive.cc (Archive::include_all_members) Correct to step
14169         over symbol table and extended name table in thin archives.
14170
14171 2008-05-29  Kris Van Hees  <kris.van.hees@oracle.com>
14172
14173         PR 6407
14174         * target-reloc.h (relocate_for_relocatable): Fix new_offset
14175         calculation.
14176
14177 2008-05-28  Caleb Howe  <cshowe@google.com>
14178
14179         * reduced_debug_output.cc: New file.
14180         * reduced_debug_output.h: New file.
14181         * options.h (class General_options): Add --strip-debug-non-line.
14182         * options.cc (General_options::finalize): Add strip_debug_non_line
14183         to the strip heirarchy.
14184         * layout.h (class Layout): Add debug_abbrev_ and debug_info_
14185         fields.
14186         * layout.cc: Include "reduced_debug_output.h".
14187         (Layout::Layout): Initialize new fields.
14188         (line_only_debug_sections): New static array.
14189         (is_lines_only_debug_sections): New static inline function.
14190         (Layout::include_section): Handle --strip-debug-non-line.
14191         (Layout::make_output_section): If --strip-debug-non-line, build
14192         new output sections for .debug_abbrev and .debug_info.
14193         * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
14194         gold.  Warn about possible overflow.
14195         (read_signed_LEB_128): Likewise.
14196         * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
14197         (read_signed_LEB_128): Declare.
14198         * Makefile.am (CCFILES): Add reduced_debug_output.cc.
14199         (HFILES): Add reduced_debug_output.h.
14200         * Makefile.in: Rebuild.
14201
14202 2008-05-21  Ian Lance Taylor  <iant@google.com>
14203
14204         * mapfile.cc: New file.
14205         * mapfile.h: New file.
14206         * options.h (class General_options): Add -M/--print-map and -Map.
14207         * options.cc (General_options::finalize): Make -M equivalent to
14208         -Map -.
14209         * main.cc: Include <cstdio> and "mapfile.h".
14210         (main): Open mapfile if requested.
14211         * gold.cc (class Middle_runner): Add mapfile_ field.  Update
14212         constructor.  Change caller.
14213         (queue_initial_tasks): Add mapfile parameter.  Change caller.
14214         (queue_middle_tasks): Likewise.
14215         * gold.h (queue_initial_tasks, queue_middle_tasks): Update
14216         declarations.
14217         * archive.cc: Include "mapfile.h".
14218         (Archive::add_symbols): Add mapfile parameter.  Change all
14219         callers.  Pass mapfile, symbol, and reason to include_member.
14220         (Archive::include_all_members): Add mapfile parameter.  Change all
14221         callers.
14222         (Archive::include_member): Add mapfile, sym, and why parameters.
14223         Change all callers.  Report inclusion to map file.
14224         * archive.h: Include "fileread.h".
14225         (class Archive): Update declarations.
14226         (Archive::file): New const method.
14227         (class Add_archive_symbols): Add mapfile_ field.  Update
14228         constructor.  Change all callers.
14229         * readsyms.h (class Read_symbols): Likewise.
14230         (class Finish_group): Likewise.
14231         (class Read_script): Likewise.
14232         * common.cc: Include "mapfile.h".
14233         (Symbol_table::allocate_commons): Add mapfile parameter.  Change
14234         all callers.
14235         (Symbol_table::do_allocate_commons): Likewise.
14236         (Symbol_table::do_allocate_commons_list): Likewise.  Report common
14237         symbol allocation to mapfile.
14238         * common.h (class Allocate_commons_task): Add mapfile_ field.
14239         Update constructor.  Change all callers.
14240         * symtab.h (class Symbol_table): Update declarations.
14241         * layout.cc: Include "mapfile.h".
14242         (Layout_task_runner::run): Print information to mapfile.
14243         (Layout::create_gold_note): Change Output_data_fixed_space to
14244         Output_data_zero_fill.
14245         (Layout::create_build_id): Likewise.
14246         (Layout::print_to_mapfile): New function.
14247         * layout.h (class Layout_task_runner): Add mapfile_ field.  Update
14248         constructor.  Change caller.
14249         (class Layout): Declare print_to_mapfile.
14250         * output.cc (Output_section::Input_section::print_to_mapfile): New
14251         function.
14252         (Output_section::add_input_section): If producing a map, always
14253         add to input_sections_ list.
14254         (Output_section::do_print_to_mapfile): New function.
14255         (Output_segment::print_sections_to_mapfile): New function.
14256         (Output_segment::print_section_list_to_mapfile): New function.
14257         * output.h: Include "mapfile.h".
14258         (Output_data::print_to_mapfile): New function.
14259         (Output_data::do_print_to_mapfile): New virtual function.
14260         (Output_segment_headers::do_print_to_mapfile): New function.
14261         (Output_file_header::do_print_to_mapfile): New function.
14262         (Output_data_const::do_print_to_mapfile): New function.
14263         (class Output_data_const_buffer): Add map_name_ field.  Update
14264         constructor.  Change all callers.  Add do_print_to_mapfile
14265         function.
14266         (class Output_data_fixed_space): Likewise.
14267         (class Output_data_space): Likewise.
14268         (class Output_data_zero_fill): New class.
14269         (Output_data_strtab::do_print_to_mapfile): New function.
14270         (Output_data_reloc_base::do_print_to_mapfile): New function.
14271         (Output_relocatable_relocs::do_print_to_mapfile): New function.
14272         (Output_data_group::do_print_to_mapfile): New function.
14273         (Output_data_got::do_print_to_mapfile): New function.
14274         (Output_data_dynamic::do_print_to_mapfile): New function.
14275         (Output_symtab_xindex::do_print_to_mapfile): New function.
14276         (class Output_section): Declare do_print_to_mapflie.  Declare
14277         print_to_mapfile in Input_section.
14278         (class Output_segment): Declare new functions.
14279         * object.h (Sized_relobj::symbol_count): New function.
14280         * script-sections.cc
14281         (Output_section_element_dot_assignment::set_section_addresses):
14282         Change Output_data_fixed_space to Output_data_zero_fill.
14283         (Output_data_expression::do_print_to_mapfile): New function.
14284         * script.cc (read_input_script): Add mapfile parameter.  Change
14285         all callers.
14286         * script.h (read_input_script): Update declaration.
14287         * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
14288         (Eh_frame::do_print_to_mapfile): New function.
14289         * merge.h (Output_merge_data::do_print_to_mapfile): New function.
14290         (Output_merge_string::do_print_to_mapfile): New function.
14291         * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
14292         function.
14293         * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
14294         function.
14295         * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
14296         function.
14297         * Makefile.am (CCFILES): Add mapfile.cc.
14298         (HFILES): Add mapfile.h.
14299         * Makefile.in: Rebuild.
14300
14301 2008-05-19  Ian Lance Taylor  <iant@google.com>
14302
14303         * options.h (class General_options): Add -z relro.
14304         * layout.cc (Layout::Layout): Initialize relro_segment_.
14305         (Layout::add_output_section_data): Return the output section.
14306         (Layout::make_output_section): Rcognize relro sections and mark
14307         them appropriately.
14308         (Layout::attach_allocated_section_to_segment): Put relro sections
14309         in a PT_GNU_RELRO segment.
14310         (Layout::create_initial_dynamic_sections): Mark the .dynamic
14311         section as relro.
14312         (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
14313         PT_TLS segments.
14314         (Layout::linkonce_mapping): Map d.rel.ro.local to
14315         .data.rel.ro.local.
14316         (Layout::output_section_name): Us .data.rel.ro.local for any
14317         section which begins with that.
14318         * layout.h (class Layout): Update add_output_section_data
14319         declaration.  Add relro_segment_ field.
14320         * output.cc (Output_section::Output_section): Initialize is_relro_
14321         and is_relro_local_ fields.
14322         (Output_segment::add_output_section): Group relro sections.
14323         (Output_segment::is_first_section_relro): New function.
14324         (Output_segment::maximum_alignment): If there is a relro section,
14325         align the segment to the common page size.
14326         (Output_segment::set_section_addresses): Track whether we are
14327         looking at relro sections.  If the last section is a relro
14328         section, align to the common page size.
14329         (Output_segment::set_section_list_addresses): Add in_relro
14330         parameter.  Change all callers.  Align to the page size when
14331         moving from relro to non-relro section.
14332         (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
14333         segment.
14334         * output.h (class Output_section): Add is_relro_ and
14335         is_relro_local_ fields.
14336         (Output_section::is_relro): New function.
14337         (Output_section::set_is_relro): New function.
14338         (Output_section::is_relro_local): New function.
14339         (Output_section::set_is_relro_local): New function.
14340         (class Output_segment): Update declarations.
14341         * i386.cc (Target_i386::got_section): Mark .got section as relro.
14342         * sparc.cc (Target_sparc::got_section): Likewise.
14343         * x86_64.cc (Target_x86_64::got_section): Likewise.
14344         * testsuite/relro_test_main.cc: New file.
14345         * testsuite/relro_test.cc: New file.
14346         * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
14347         (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
14348         (relro_test_LDFLAGS, relro_test_LDADD): New variables.
14349         (relro_test.so, relro_test_pic.o): New targets.
14350         * testsuite/Makefile.in: Rebuild.
14351
14352 2008-05-16  Ian Lance Taylor  <iant@google.com>
14353
14354         * output.cc (Output_segment::add_output_section): Remove front
14355         parameter.
14356         * output.h (class Output_segment): Remove
14357         add_initial_output_section and overloaded add_output_section.
14358         Update declaration of remaining add_output_section.
14359         * layout.cc (Layout::create_interp): Call add_output_section
14360         rather than add_initial_output_section.
14361         (Layout::finish_dynamic_section): Likewise.
14362
14363         * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
14364         for TLS_GOTDESC and TLS_DESC_CALL.  Only optimize TLS_LDO_32 if we
14365         know the dynamic type.
14366         * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
14367         field.  Initialize it in constructor.
14368         (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
14369         block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
14370         Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
14371         reloc.
14372
14373         * output.cc (Output_reloc::get_address): Change return type to
14374         Elf_Addr.
14375         * output.h (class Output_reloc): Update get_address declaration.
14376         * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
14377         for section addresses.
14378
14379 2008-05-09  Ian Lance Taylor  <iant@google.com>
14380
14381         PR 6493
14382         * gold.cc (gold_nomem): Use return value of write.
14383
14384 2008-05-08  Ian Lance Taylor  <iant@google.com>
14385
14386         * symtab.c (Symbol::init_base_output_data): Add version
14387         parameter.  Change all callers.
14388         (Symbol::init_base_output_segment): Likewise.
14389         (Symbol::init_base_constant): Likewise.
14390         (Symbol::init_base_undefined): Likewise.
14391         (Sized_symbol::init_output_data): Likewise.
14392         (Sized_symbol::init_output_segment): Likewise.
14393         (Sized_symbol::init_constant): Likewise.
14394         (Sized_symbol::init_undefined): Likewise.
14395         (Symbol_table::do_define_in_output_data): If the new symbol has a
14396         version, mark it as the default.
14397         (Symbol_table::do_define_in_output_segment): Likewise.
14398         (Symbol_table::do_define_as_constant): Likewise.
14399         * symtab.h (class Symbol): Update declarations.
14400         (class Sized_symbol): Likewise.
14401         * resolve.cc (Symbol::override_version): New function.
14402         (Symbol::override_base): Call override_version.
14403         (Symbol::override_base_with_special): Likewise.
14404         * testsuite/ver_script_8.script: New file.
14405         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
14406         (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
14407         (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
14408         (ver_test_8_1.so, ver_test_8_2.so): New targets.
14409
14410 2008-05-06  Ian Lance Taylor  <iant@google.com>
14411
14412         PR 6049
14413         * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
14414         functions.
14415         (class General_options): Remove existing --undefined, and add
14416         --no-undefined instead.  Add new --undefined as synonym for -u.
14417         * archive.cc (Archive::add_symbols): Check whether symbol was
14418         named with -u.
14419         * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
14420         * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
14421         all uses.  Add IS_UNDEFINED.  Update declarations to split
14422         different versions of init_base.  Declare init_base_undefined.
14423         (Symbol::is_defined): Handle IS_UNDEFINED.
14424         (Symbol::is_undefined): Likewise.
14425         (Symbol::is_weak_undefined): Call is_undefined.
14426         (Symbol::is_absolute): Handle IS_CONSTANT.
14427         (class Sized_symbol): Update declarations to split different
14428         versions of init.  Declare init_undefined.
14429         (class Symbol_table): Declare new functions.
14430         * symtab.cc (Symbol::init_base_object): Rename from init_base.
14431         Change all callers.
14432         (Symbol::init_base_output_data): Likewise.
14433         (Symbol::init_base_output_segment): Likewise.
14434         (Symbol::init_base_constant): Likewise.
14435         (Symbol::init_base_undefined): New function.
14436         (Sized_symbol::init_object): Rename from init.  Change all
14437         callers.
14438         (Sized_symbol::init_output_data): Likewise.
14439         (Sized_symbol::init_output_segment): Likewise.
14440         (Sized_symbol::init_constant): Likewise.
14441         (Sized_symbol::init_undefined): New function.
14442         (Symbol_table::add_undefined_symbols_from_command_line): New
14443         function.
14444         (Symbol_table::do_add_undefined_symbols_from_command_line): New
14445         function.
14446         (Symbol::final_value_is_known): Handle IS_UNDEFINED.
14447         (Symbol::output_section): Likewise.
14448         (Symbol::set_output_section): Likewise.
14449         (Symbol_table::sized_finalize_symbol): Likewise.
14450         (Symbol_table::sized_write_globals): Likewise.
14451         * resolve.cc (Symbol_table::should_override): Likewise.
14452         (Symbol::override_base_with_special): Likewise.
14453
14454         * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
14455         symbol, change it to have default visibility.
14456         * testsuite/protected_1.cc: New file.
14457         * testsuite/protected_2.cc: New file.
14458         * testsuite/protected_3.cc: New file.
14459         * testsuite/protected_main_1.cc: New file.
14460         * testsuite/protected_main_2.cc: New file.
14461         * testsuite/protected_main_3.cc: New file.
14462         * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
14463         (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
14464         (protected_1_LDFLAGS, protected_1_LDADD): Define.
14465         (protected_1.so): New target.
14466         (protected_1_pic.o, protected_2_pic.o): New targets.
14467         (protected_3_pic.o): New target.
14468         (check_PROGRAMS): Add protected_2.
14469         (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
14470         (protected_2_LDFLAGS, protected_2_LDADD): Define.
14471         * testsuite/Makefile.in: Rebuild.
14472
14473         * options.h (DEFINE_var): Add set_user_set_##varname__.
14474         (DEFINE_bool_alias): New macro.
14475         (class General_options): Define -Bstatic using DEFINE_bool_alias
14476         rather than DEFINE_special.  Add --undefined as an alias for -z
14477         defs.
14478         * options.cc (General_options::parse_Bstatic): Remove.
14479
14480         * options.h (class General_options): Add --fatal-warnings.
14481         * main.cc (main): Implement --fatal-warnings.
14482         * errors.h (Errors::warning_count): New function.
14483
14484         * options.h (class General_options): Add -Bsymbolic-functions.
14485         * symtab.h (Symbol::is_preemptible): Check for
14486         -Bsymbolic-functions.
14487
14488 2008-05-05  Ian Lance Taylor  <iant@google.com>
14489
14490         * options.h (DEFINE_bool): For DASH_Z, create the negative option
14491         as noVARNAME rather than no-VARNAME.
14492         (class General_options): Add option -z combreloc.
14493         * output.h (class Output_reloc) [SHT_REL]: Declare compare and
14494         get_address.
14495         (Output_reloc::sort_before) [SHT_REL]: New function.
14496         (Output_reloc::sort_before) [SHT_RELA]: New function.
14497         (class Output_data_reloc_base): Add sort_relocs_ field.  Define
14498         Sort_relocs_comparison.
14499         (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
14500         parameter.  Change all callers.
14501         (Output_data_reloc::Output_data_reloc) [both versions]: Add
14502         sort_relocs parameter.  Change all callers.
14503         * output.cc (Output_reloc::get_address): New function, broken out
14504         of write_rel.
14505         (Output_reloc::write_rel): Call it.
14506         (Output_reloc::compare): New function.
14507         (Output_data_reloc_base::do_write): Optionally sort relocs.
14508
14509         * configure.ac: If targ_extra_obj is set, link it in.
14510         * configure.tgt: Initialize all variables.
14511         (x86_64*): Set targ_extra_obj and targ_extra_size.
14512         * configure: Rebuild.
14513
14514         * object.cc (Sized_relobj::include_section_group): Adjust section
14515         indexes read from group data.  Build vector to pass to
14516         layout_group.
14517         * layout.cc (Layout::layout_group): Add flags and shndxes
14518         parameters.  Remove contents parameter.  Change caller.  Update
14519         explicit instantiations.
14520         * layout.h (class Layout): Update layout_group declaration.
14521         * output.cc (Output_data_group::Output_data_group): Add flags and
14522         input_shndxes parameters.  Remove contents parameter.  Change
14523         caller.
14524         (Output_data_group::do_write): Change input_sections_ to
14525         input_shndxes_.
14526         * output.h (class Output_data_group): Update constructor
14527         declaration.  Rename input_sections_ to input_shndxes_.
14528         * testsuite/many_sections_test.cc: Add template.
14529
14530 2008-04-30  Cary Coutant  <ccoutant@google.com>
14531
14532         * target-reloc.h (relocate_section): Fix dead-pointer bug.
14533
14534         * layout.cc (Layout::include_section): Refactored check for debug
14535         info section.
14536         (Layout::add_comdat): Add new parameters.  Change type
14537         of signature parameter.  Add object and shndx to signatures table.
14538         (Layout::find_kept_object): New function.
14539         * layout.h: Include <cstring>.
14540         (Layout::is_debug_info_section): New function.
14541         (Layout::add_comdat): Add new parameters.
14542         (Layout::find_kept_object): New function.
14543         (Layout::Kept_section): New struct.
14544         (Layout::Signatures): Change type of map range.
14545         * object.cc (Relobj::output_section_address): New function.
14546         (Sized_relobj::include_section_group): Add new parameters.  Change
14547         calls to Layout::add_comdat.  Change to build table of kept comdat
14548         groups and table mapping discarded sections to kept sections.
14549         (Sized_relobj::include_linkonce_section): Likewise.  Add new parameter.
14550         (Sized_relobj::do_layout): Change calls to include_section_group and
14551         include_linkonce_section.
14552         (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
14553         value to zero when section is discarded.
14554         (Sized_relobj::map_to_kept_section): New function.
14555         * object.h (Relobj::output_section_address): New function.
14556         (Relobj::Comdat_group): New type.
14557         (Relobj::find_comdat_group): New function.
14558         (Relobj::Comdat_group_table): New type.
14559         (Relobj::Kept_comdat_section): New type.
14560         (Relobj::Kept_comdat_section_table): New type.
14561         (Relobj::add_comdat_group): New function.
14562         (Relobj::set_kept_comdat_section): New function.
14563         (Relobj::get_kept_comdat_section): New function.
14564         (Relobj::comdat_groups_): New field.
14565         (Relobj::kept_comdat_sections_): New field.
14566         (Symbol_value::input_value): Update comment.
14567         (Sized_relobj::map_to_kept_section) New function.
14568         (Sized_relobj::include_linkonce_section): Add new parameter.
14569         * target-reloc.h (Comdat_behavior): New type.
14570         (get_comdat_behavior): New function.
14571         (relocate_section): Add code to map a discarded section to the
14572         corresponding kept section when applying a relocation.
14573
14574 2008-04-30  Craig Silverstein  <csilvers@google.com>
14575
14576         * dwarf_reader.cc (next_generation_count): New static var.
14577         (Addr2line_cache_entry): New struct.
14578         (addr2line_cache): New static var.
14579         (Dwarf_line_info::one_addr2line): Added caching.
14580         (Dwarf_line_info::clear_addr2line_cache): New function.
14581         * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
14582         cache-size parameter.
14583         (Dwarf_line_info::one_addr2line_cache): New function.
14584         * symtab.cc (Symbol_table::detect_odr_violations): Pass
14585         new cache-size argument to one_addr2line(), and clear cache.
14586
14587 2008-04-28  Cary Coutant  <ccoutant@google.com>
14588
14589         * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
14590         R_386_PC8 relocations.
14591
14592 2008-04-23  Ian Lance Taylor  <iant@google.com>
14593
14594         * object.cc (Sized_relobj::include_section_group): Check for
14595         invalid section group.
14596
14597         * object.cc (make_elf_object): Correct test for 64-bit ELF file
14598         header size.
14599
14600         * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
14601         than read for file header.
14602         * archive.cc (Archive::include_member): Likewise.
14603
14604 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
14605
14606         * aclocal.m4: Regenerate.
14607         * configure: Regenerate.
14608
14609 2008-04-19  Ian Lance Taylor  <iant@google.com>
14610
14611         * version.cc (version_string): Bump to 1.6.
14612
14613         * testsuite/Makefile.am (many_sections_r_test): New target.
14614         (many_sections_r_test_SOURCES): Remove.
14615         (many_sections_r_test_DEPENDENCIES): Remove.
14616         (many_sections_r_test_LDFLAGS): Remove.
14617         (many_sections_r_test_LDADD): Remove.
14618
14619         * object.cc (Sized_relobj::do_add_symbols): Always pass
14620         local_symbol_count_ to add_from_relobj.
14621
14622         * testsuite/Makefile.am (many_sections_check.h): Only check one in
14623         every thousand variables.
14624         * testsuite/Makefile.in: Rebuild.
14625
14626         * object.cc (Xindex::initialize_symtab_xindex): New function.
14627         (Xindex::read_symtab_xindex): New function.
14628         (Xindex::sym_xindex_to_shndx): New function.
14629         (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
14630         available.
14631         (Sized_relobj::do_initialize_xindex): New function.
14632         (Sized_relobj::do_read_symbols): Adjust section links.
14633         (Sized_relobj::symbol_section_and_value): Add is_ordinary
14634         parameter.  Change all callers.
14635         (Sized_relobj::include_section_group): Adjust section links and
14636         symbol section indexes.
14637         (Sized_relobj::do_layout): Adjust section links.
14638         (Sized_relobj::do_count_local_symbols): Adjust section links and
14639         symbol section indexes.
14640         (Sized_relobj::do_finalize_local_symbols): Distinguish between
14641         ordinary and special symbols.
14642         (Sized_relobj::write_local_symbols): Add symtab_xindex and
14643         dynsym_xindex parameters.  Change all callers.  Adjust section
14644         links.  Use SHN_XINDEX when needed.
14645         (Sized_relobj::get_symbol_location_info): Adjust section links.
14646         Don't get fooled by special symbols.
14647         * object.h (class Xindex): Define.
14648         (class Object): Add xindex_ parameter.  Declare virtual functoin
14649         do_initialize_xindex.
14650         (Object::adjust_sym_shndx): New function.
14651         (Object::set_xindex): New protected function.
14652         (class Symbol_value): Add is_ordinary_shndx_ field.
14653         (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
14654         (Symbol_value::value): Assert ordinary section.
14655         (Symbol_value::initialize_input_to_output_map): Likewise.
14656         (Symbol_value::set_input_shndx): Add is_ordinary parameter.
14657         Change all callers.
14658         (Symbol_value::input_shndx): Add is_ordinary parameter.  Change
14659         all callers.
14660         (class Sized_relobj): Update declarations.
14661         (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
14662         parameter.  Change all callers.
14663         (Sized_relobj::adjust_shndx): New function.
14664         * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
14665         field.
14666         (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
14667         parameter.  Change all callers.  Pick up SHT_DYNSYM_SHNDX section
14668         for SHT_DYNSYM section if available.  Set dynsym_shndx_ field.
14669         (Sized_dynobj::read_dynsym_section): Adjust section links.
14670         (Sized_dynobj::read_dynamic): Likewise.
14671         (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field.  Adjust
14672         section links.
14673         (Sized_dynobj::do_initialize_xindex): New function.
14674         * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field.  Declare
14675         do_initialize_xindex.
14676         (Sized_dynobj::adjust_shndx): New function.
14677         * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
14678         dynsym_xindex_ fields.
14679         (Layout::finalize): Add a call to set_section_indexes before
14680         creating the symtab sections.
14681         (Layout::set_section_indexes): Don't do anything if the section
14682         already has a section index.
14683         (Layout::create_symtab_sections): Add shnum parameter.  Change
14684         caller.  Create .symtab_shndx section if needed.
14685         (Layout::create_shdrs): Add shstrtab_section parameter.  Change
14686         caller.
14687         (Layout::allocated_output_section_count): New function.
14688         (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
14689         needed.
14690         * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
14691         fields.  Update declarations.
14692         (Layout::symtab_xindex): New function.
14693         (Layout::dynsym_xindex): New function.
14694         (class Write_symbols_task): Add layout_ field.
14695         (Write_symbols_task::Write_symbols_task): Add layout parameter.
14696         Change caller.
14697         * output.cc (Output_section_headers::Output_section_headers): Add
14698         shstrtab_section parameter.  Change all callers.
14699         (Output_section_headers::do_sized_write): Store overflow values
14700         for section count and section string table section index in
14701         section header zero.
14702         (Output_file_header::do_sized_write): Check for overflow of
14703         section count and section string table section index.
14704         (Output_symtab_xindex::do_write): New function.
14705         (Output_symtab_xindex::endian_do_write): New function.
14706         * output.h (class Output_section_headers): Add shstrtab_section_.
14707         Update declarations.
14708         (class Output_symtab_xindex): Define.
14709         (Output_section::has_out_shndx): New function.
14710         * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
14711         field.
14712         (Symbol::init_base): Add st_shndx and is_ordinary parameters.
14713         Change all callers.
14714         (Sized_symbol::init): Likewise.
14715         (Symbol::output_section): Check for ordinary symbol.
14716         (Symbol_table::add_from_object): Remove orig_sym parameter.  Add
14717         st_shndx, is_ordinary, and orig_st_shndx parameters.  Change all
14718         callers.
14719         (Symbol_table::add_from_relobj): Add symndx_offset parameter.
14720         Change all callers.  Simplify handling of symbols from sections
14721         not included in the link.
14722         (Symbol_table::add_from_dynobj): Handle ordinary symbol
14723         distinction.
14724         (Weak_alias_sorter::operator()): Assert that symbols are
14725         ordinary.
14726         (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
14727         distinction.
14728         (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
14729         parameters.  Change all callers.
14730         (Symbol_table::sized_write_globals): Likewise.  Handle ordinary
14731         symbol distinction.  Use SHN_XINDEX when needed.
14732         (Symbol_table::write_section_symbol): Add symtab_xindex
14733         parameter.  Change all callers.
14734         (Symbol_table::sized_write_section_symbol): Likewise.  Use
14735         SHN_XINDEX when needed.
14736         * symtab.h (class Symbol): Add is_ordinary_shndx_ field.  Update
14737         declarations.
14738         (Symbol::shndx): Add is_ordinary parameter.  Change all callers.
14739         (Symbol::is_defined): Check is_ordinary.
14740         (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
14741         (Symbol::is_absolute, Symbol::is_common): Likewise.
14742         (class Sized_symbol): Update declarations.
14743         (class Symbol_table): Update declarations.
14744         * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
14745         parameters.  Change all callers.
14746         (Sized_symbol::override): Likewise.
14747         (Symbol_table::override): Likewise.
14748         (symbol_to_bits): Add is_ordinary parameter.  Change all callers.
14749         (Symbol_table::resolve): Remove orig_sym parameter.  Add st_shndx,
14750         is_ordinary, and orig_st_shndx parameters.  Change all callers.
14751         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
14752         to be in an ordinary section.
14753         * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
14754         object and is_ordinary parameters.  Change all callers.
14755         (Sized_dwarf_line_info::read_relocs): Add object parameter.
14756         Change all callers.  Don't add undefined or non-ordinary symbols
14757         to reloc_map_.
14758         (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
14759         Change all callers.
14760         * dwarf_reader.h (class Sized_dwarf_line_info): Update
14761         declarations.
14762         * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
14763         * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
14764         (Sized_relobj::relocate_sections): Likewise.
14765         * target-reloc.h (scan_relocs): Adjust section symbol index.
14766         (scan_relocatable_relocs): Likewise.
14767         * i386.cc (Scan::local): Check for ordinary symbols.
14768         * sparc.cc (Scan::local): Likewise.
14769         * x86_64.cc (Scan::local): Likewise.
14770         * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
14771         to symbol_section_and_value.
14772         * testsuite/many_sections_test.cc: New file.
14773         * testsuite/Makefile.am (BUILT_SOURCES): Define.
14774         (check_PROGRAMS): Add many_sections_test.
14775         (many_sections_test_SOURCES): Define.
14776         (many_sections_test_DEPENDENCIES): Define.
14777         (many_sections_test_LDFLAGS): Define.
14778         (BUILT_SOURCES): Add many_sections_define.h.
14779         (many_sections_define.h): New target.
14780         (BUILT_SOURCES): Add many_sections_check.h.
14781         (many_sections_check.h): New target.
14782         (check_PROGRAMS): Add many_sections_r_test.
14783         (many_sections_r_test_SOURCES): Define.
14784         (many_sections_r_test_DEPENDENCIES): Define.
14785         (many_sections_r_test_LDFLAGS): Define.
14786         (many_sections_r_test_LDADD): Define.
14787         (many_sections_r_test.o): New target.
14788         * testsuite/Makefile.in: Rebuild.
14789
14790 2008-04-17  Cary Coutant  <ccoutant@google.com>
14791
14792         * errors.cc (Errors::info): New function.
14793         (gold_info): New function.
14794         * errors.h (Errors::info): New function.
14795         * gold.h (gold_info): New function.
14796         * object.cc (Input_objects::add_object): Print trace output.
14797         * options.cc (options::parse_set): New function.
14798         (General_options::parse_wrap): Deleted.
14799         (General_options::General_options): Deleted initializer.
14800         * options.h (options::String_set): New typedef.
14801         (options::parse_set): New function.
14802         (DEFINE_set): New macro.
14803         (General_options::wrap): Changed to use DEFINE_set. Changed
14804         callers of any_wrap_symbols and is_wrap_symbol.
14805         (General_options::trace, General_options::trace_symbol):
14806         New options.
14807         (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
14808         (General_options::wrap_symbols_): Deleted.
14809         * symtab.cc (Symbol_table::add_from_object): Print trace output.
14810
14811 2008-04-17  David S. Miller  <davem@davemloft.net>
14812
14813         * options.cc (General_options::parse_V): New function.
14814         * options.h: Add entries for -V and -Qy.
14815
14816 2008-04-17  Ian Lance Taylor  <iant@google.com>
14817
14818         * common.cc (Symbol_table::allocate_commons): Remove options
14819         parameter.  Change caller.
14820         (Symbol_table::do_allocate_commons): Remove options parameter.
14821         Change caller.  Just call do_allocate_commons_list twice.
14822         (Symbol_table::do_allocate_commons_list): New function, broken out
14823         of do_allocate_commons.
14824         * common.h (class Allocate_commons_task): Remove options_ field.
14825         Update constructor.
14826         * symtab.cc (Symbol_table::Symbol_table): Initialize
14827         tls_commons_.
14828         (Symbol_table::add_from_object): Put TLS common symbols on
14829         tls_commons_ list.
14830         (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
14831         which are IN_OUTPUT_DATA.
14832         * symtab.h (class Symbol_table): Add tls_commons_ field.  Update
14833         allocate_commons and do_allocate_commons declarations.  Declare
14834         do_allocate_commons_list.
14835         * gold.cc (queue_middle_tasks): Update creation of
14836         Allocate_commons_task to not pass options.
14837         * testsuite/Makefile.am (INCLUDES): Add -I.. .
14838         (TLS_TEST_C_FLAGS): New variable.
14839         (tls_test_c_pic.o): New target.
14840         (tls_test_shared.so): Link in tls_test_c_pic.o.
14841         (tls_test_c_pic_ie.o): New target.
14842         (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
14843         (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
14844         (tls_test_c.o): New target.
14845         (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
14846         (tls_pic_test_LDADD): Likewise.
14847         (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
14848         (tls_shared_gd_to_ie_test_LDADD): Likewise.
14849         (tls_test_c_gnu2.o): New target.
14850         (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
14851         tls_test_c_gnu2.o.
14852         (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
14853         (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
14854         (tls_test_shared_nonpic.so): Link in tls_test_c.o.
14855         * testsuite/tls_test.cc: Include "config.h".
14856         (t_last): Call t11_last.
14857         * testsuite/tls_test.h (t11, t11_last): Declare.
14858         * testsuite/tls_test_c.c: New file.
14859         * testsuite/tls_test_main.cc (thread_routine): Call t11.
14860         * configure.ac: Check for OpenMP support.
14861         * configure, config.in, Makefile.in: Rebuild.
14862         * testsuite/Makefile.in: Rebuild.
14863
14864 2008-04-16  Cary Coutant  <ccoutant@google.com>
14865
14866         * i386.cc (Target_i386::define_tls_base_symbol): New function.
14867         (Target_i386::tls_base_symbol_defined_): New field.
14868         (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
14869         (Target_i386::Scan::global): Likewise.
14870         * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
14871         * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
14872         (Target_x86_64::tls_base_symbol_defined_): New field.
14873         (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
14874         (Target_x86_64::Scan::global): Likewise.
14875
14876 2008-04-16  Cary Coutant  <ccoutant@google.com>
14877
14878         * symtab.h (Symbol::is_strong_undefined): Removed unused function.
14879         (Symbol::needs_plt_entry): Allow weak undefined symbols.
14880         (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
14881         building shared libraries.
14882         * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
14883         (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
14884         (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
14885         * testsuite/Makefile.in: Rebuild.
14886         * testsuite/weak_undef.h: New file.
14887         * testsuite/weak_undef_file1.cc: Add extra test cases.
14888         * testsuite/weak_undef_file2.cc: Likewise.
14889         * testsuite/weak_undef_test.cc: Likewise.
14890
14891 2008-04-16  David S. Miller  <davem@davemloft.net>
14892
14893         * sparc.cc (Target_sparc::Scan): Change from struct to class.
14894         Add issued_non_pic_error_ field.  Declare check_non_pic.
14895         (Target_sparc::Scan::check_non_pic): New function.
14896         (Target_sparc::Scan::local): Call check_non_pic as appropriate.
14897         (Target_sparc::Scan::global): Likewise.
14898
14899         * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
14900         * configure: Rebuild.
14901
14902         * options.h (DEFINE_enable): New macro.
14903         (new_dtags): New enable option.
14904         (initfirst, interpose, loadfltr, nodefaultlib,
14905         nodelete, nodlopen, nodump): New -z options.
14906         * layout.cc (Layout:finish_dynamic_section): If new
14907         dtags enabled, emit DT_RUNPATH.  Also, emit a
14908         DT_FLAGS_1 containing any specified -z flags.
14909
14910 2008-04-16  Ian Lance Taylor  <iant@google.com>
14911
14912         * copy-relocs.cc: New file.
14913         * copy-relocs.h: New file.
14914         * reloc.cc: Remove Copy_relocs code.
14915         * reloc.h: Likewise.
14916         * reloc-types.h (struct Reloc_types) [both versions]: Add
14917         get_reloc_addend_noerror.
14918         * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
14919         variants of add_global which take an addend which must be zero.
14920         * i386.cc: Include "copy-relocs.h".
14921         (class Target_i386): Change type of copy_relocs_ to variable,
14922         update initializer.
14923         (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
14924         Change all callers.
14925         (Target_i386::do_finalize_sections): Change handling of
14926         copy_relocs_.
14927         * sparc.cc: Include "copy-relocs.h".
14928         (class Target_sparc): Change type of copy_relocs_ to variable,
14929         update initializer.
14930         (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
14931         Change all callers.
14932         (Target_sparc::do_finalize_sections): Change handling of
14933         copy_relocs_.
14934         * x86_64.cc: Include "copy-relocs.h".
14935         (class Target_x86_64): Change type of copy_relocs_ to variable,
14936         update initializer.
14937         (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
14938         class.  Change all callers.
14939         (Target_x86_64::do_finalize_sections): Change handling of
14940         copy_relocs_.
14941         * Makefile.am (CCFILES): Add copy-relocs.cc.
14942         (HFILES): Add copy-relocs.h.
14943
14944         * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
14945
14946         * testsuite/script_test_4.sh: Permit leading zeroes.
14947
14948 2008-04-15  Ian Lance Taylor  <iant@google.com>
14949
14950         * script-sections.cc (Script_sections::create_segments): Use
14951         header_size_adjustment even when there is enough room for the
14952         headers.
14953         * testsuite/script_test_4.sh: New file.
14954         * testsuite/script_test_4.t: New file.
14955         * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
14956         (check_DATA): Add script_test_4.stdout.
14957         (MOSTLYCLEANFILES): Likewise.
14958         (script_test_4): New target.
14959         (script_test_4.stdout): New target.
14960         * testsuite/Makefile.in: Rebuild.
14961
14962         * sparc.cc: Add definitions for Output_data_plt_sparc class
14963         constants.
14964
14965 2008-04-14  David S. Miller  <davem@davemloft.net>
14966
14967         * sparc.cc: New file.
14968         * Makefile.am (TARGETSOURCES): Add sparc.cc
14969         (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
14970         * configure.tgt: Document targ_extra_size and
14971         targ_extra_big_endian.  Add entries for sparc-* and
14972         sparc64-*.
14973         * configure.ac: Handle targ_extra_size and
14974         targ_extra_big_endian.
14975         * Makefile.in: Rebuild.
14976         * configure: Likewise.
14977         * po/POTFILES.in: Likewise.
14978         * po/gold.pot: Likewise.
14979
14980 2008-04-14  Ian Lance Taylor  <iant@google.com>
14981
14982         * layout.cc (Layout::Layout): Initialize sections_are_attached_.
14983         (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
14984         in the name/type/flags to section mapping.  Don't call
14985         allocate_output_section.
14986         (Layout::choose_output_section): Change parameter from adjust_name
14987         to is_input_section.  Don't permit input sections after sections
14988         are attached to segments.  Don't call allocate_output_section.
14989         (Layout::layout_eh_frame): Call update_flags_for_input_section,
14990         not write_enable_output_section.
14991         (Layout::make_output_section): Don't push to
14992         unattached_section_list_ nor call attach_to_segment.  Call
14993         attach_section_to_segment if sections are attached.
14994         (Layout::attach_sections_to_segments): New function.
14995         (Layout::attach_section_to_segment): New function.
14996         (Layout::attach_allocated_section_to_segment): Rename from
14997         attach_to_segment.  Remove flags parameter.
14998         (Layout::allocate_output_section): Remove function.
14999         (Layout::write_enable_output_section): Remove function.
15000         * layout.h (class Layout): Update for above changes.  Add new
15001         field sections_are_attached_.
15002         * output.h (Output_section::update_flags_for_input_section): New
15003         function.
15004         * output.cc (Output_section::add_input_section): Call
15005         update_flags_for_input_section.
15006         * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
15007
15008 2008-04-11  Cary Coutant  <ccoutant@google.com>
15009
15010         * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
15011         thought unnecessary.
15012         * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
15013
15014 2008-04-11  Ian Lance Taylor  <iant@google.com>
15015
15016         * output.h (class Output_section_data): Remove inline definition
15017         of set_addralign.
15018         * output.cc (Output_section_data::set_addralign): New function.
15019
15020 2008-04-11  Cary Coutant  <ccoutant@google.com>
15021
15022         Add support for TLS descriptors for i386 and x86_64.
15023         * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
15024         (Target_i386::Relocate::tls_desc_gd_to_le): New function.
15025         (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
15026         GOT_TYPE_TLS_DESC.
15027         (Target_i386::got_mod_index_entry): Remove unnecessary code.
15028         (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
15029         R_386_TLS_DESC_CALL relocations.  Fix problem with initial-exec
15030         relocations.
15031         (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
15032         Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
15033         Fix problem with initial-exec relocations.
15034         (Target_i386::Relocate::relocate_tls): Likewise.
15035         (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
15036         relaxation.
15037         * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
15038         support for section-plus-offset dynamic table entries.
15039         * output.h (Output_data_dynamic::add_section_plus_offset): New function.
15040         (Output_data_dynamic::Dynamic_entry): Add support for
15041         section-plus-offset dynamic table entries.
15042         (Output_data_dynamic::Classification): Likewise.
15043         (Output_data_dynamic::classification_): Renamed offset_.
15044         * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
15045         (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
15046         (Target_x86_64::make_plt_section): New function.
15047         (Target_x86_64::reserve_tlsdesc_entries): New function.
15048         (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
15049         (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
15050         (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
15051         (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
15052         (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
15053         (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
15054         (Output_data_plt_x86_64::set_final_data_size): Move out of line;
15055         add extra PLT entry for TLS descriptors.
15056         (Output_data_plt_x86_64::got_): New field.
15057         (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
15058         (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
15059         fields.
15060         (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
15061         descriptors.
15062         (Target_x86_64::make_plt_entry): Factor out make_plt_section.
15063         (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
15064         (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
15065         R_386_TLS_DESC_CALL relocations.
15066         (Target_x86_64::Scan::global): Likewise.
15067         (Target_x86_64::do_finalize_sections): Add dynamic table entries
15068         for TLS descriptors.
15069         (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
15070         Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
15071         (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
15072         GD-to-IE relaxation.
15073         * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
15074         and TLS_DESCRIPTORS.
15075         * Makefile.in: Rebuild.
15076         * configure: Rebuild.
15077         * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
15078         (tls_test_shared2.so): New target.
15079         (tls_shared_gd_to_ie_test_SOURCES): New variable.
15080         (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
15081         (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
15082         (tls_shared_gd_to_ie_test_LDADD): New variable.
15083         (tls_shared_gnu2_gd_to_ie_test): New target.
15084         (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
15085         New targets.
15086         (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
15087         (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
15088         (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
15089         (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
15090         (tls_shared_gnu2_test): New target.
15091         (tls_test_gnu2_shared.so): New target.
15092         (tls_shared_gnu2_test_SOURCES): New variable.
15093         (tls_shared_gnu2_test_DEPENDENCIES): New variable.
15094         (tls_shared_gnu2_test_LDFLAGS): New variable.
15095         (tls_shared_gnu2_test_LDADD): New variable.
15096         * testsuite/Makefile.in: Rebuild.
15097         * testsuite/Makefile.
15098
15099 2008-04-11  Ian Lance Taylor  <iant@google.com>
15100
15101         * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
15102         justsyms.t.
15103         * testsuite/Makefile.in: Rebuild.
15104
15105         * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
15106         long.
15107         * testsuite/script_test_2.cc (main): Adjust test.
15108
15109 2008-04-11  David S. Miller  <davem@davemloft.net>
15110             Ian Lance Taylor  <iant@google.com>
15111
15112         * options.h (General_options): Add entries for '-Y' and
15113         '-relax'.
15114         * options.cc (General_options:finalize): If -Y was used, add those
15115         entries to the library path instead of the default "/lib" and
15116         "/usr/lib".
15117
15118 2008-04-11  David S. Miller  <davem@davemloft.net>
15119
15120         * testsuite/justsyms.t: Start at 0x100.
15121         * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
15122         * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
15123         long.
15124         * testsuite/script_test_2.cc: Adjust string and section length
15125         checks.
15126
15127 2008-04-09  Ian Lance Taylor  <iant@google.com>
15128
15129         PR gold/5996
15130         * script-sections.cc (Sections_element::allocate_to_segment): Add
15131         orphan parameter.
15132         (Output_section_definition::allocate_to_segment): Likewise.
15133         (Orphan_output_section::allocate_to_segment): Likewise.
15134         (Script_sections::attach_sections_using_phdrs_clause): Don't
15135         propagate non-PT_LOAD segments to orphan sections.
15136         * testsuite/Makefile.am (script_test_3.stdout): Generate using
15137         readelf rather than objdump.
15138         * testsuite/script_test_3.sh: Adjust accordingly.  Test that
15139         .interp section and PT_INTERP segment are the same size.
15140         * testsuite/Makefile.in: Rebuild.
15141
15142         * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
15143         aliases for symbols defined in the same object.
15144         * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
15145         (weak_alias_test_SOURCES): New variable.
15146         (weak_alias_test_DEPENDENCIES): New variable.
15147         (weak_alias_test_LDFLAGS): New variable.
15148         (weak_alias_test_LDADD): New variable.
15149         (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
15150         (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
15151         (weak_alias_test_3.o): New target.
15152         (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
15153         * testsuite/weak_alias_test_main.cc: New file.
15154         * testsuite/weak_alias_test_1.cc: New file.
15155         * testsuite/weak_alias_test_2.cc: New file.
15156         * testsuite/weak_alias_test_3.cc: New file.
15157
15158 2008-04-08  Ian Lance Taylor  <iant@google.com>
15159
15160         * options.h (class General_options): Add --noinhibit-exec option.
15161         * main.cc (main): Check --noinhibit-exec.
15162
15163         * options.h (class General_options): Define --wrap as a special
15164         option.  Add wrap_symbols_ field.
15165         (General_options::any_wrap_symbols): New function.
15166         (General_options::is_wrap_symbol): New function.
15167         * options.cc (General_options::parse_wrap): New function.
15168         (General_options::General_options): Initialize wrap_symbols_.
15169         * symtab.cc (Symbol_table::wrap_symbol): New function.
15170         (Symbol_table::add_from_object): Handle --wrap.
15171         * symtab.h (class Symbol_table): Declare wrap_symbol.
15172         * target.h (Target::wrap_char): New function.
15173         (Target::Target_info): Add wrap_char field.
15174         * i386.cc (Target_i386::i386_info): Initialize wrap_char.
15175         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
15176         * testsuite/testfile.cc (Target_test::test_target_info):
15177         Likewise.
15178
15179         * errors.cc (Errors::undefined_symbol): Mention symbol version if
15180         there is one.
15181
15182         * layout.h (class Layout): Add added_eh_frame_data_ field.
15183         * layout.cc (Layout::Layout): Initialize new field.
15184         (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
15185         output section until we find a section we merged successfully.
15186         * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
15187         that the size be non-zero.
15188
15189         * merge.cc (Object_merge_map::get_output_offset): Remove inline
15190         qualifier.
15191
15192 2008-04-08  Craig Silverstein  <csilvers@google.com>
15193
15194         * configure.ac: Export new conditional variable HAVE_ZLIB.
15195         * testsuite/Makefile.am (flagstest_o_specialfile): Condition
15196         on HAVE_ZLIB.
15197         (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
15198         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15199
15200 2008-04-07  Ian Lance Taylor  <iant@google.com>
15201
15202         * version.cc (version_string): Set to "1.5".
15203
15204         * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
15205         Add issued_non_pic_error_ field.  Declare check_non_pic.
15206         (Target_x86_64::Scan::check_non_pic): New function.
15207         (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
15208         (Target_x86_64::Scan::global): Likewise.
15209
15210         * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
15211         addend parameter.  Change caller.  Handle merge sections.
15212         (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
15213         Address to Addend.  Don't add in the result of
15214         local_section_offset, pass down the addend and use the returned
15215         value.
15216         * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
15217         Update declarations of local_section_offset and symbol_value.
15218         * testsuite/two_file_test_1.cc (t18): New function.
15219         * testsuite/two_file_test_2.cc (f18): New function.
15220         * testsuite/two_file_test_main.cc (main): Call t18.
15221         * testsuite/two_file_test.h (t18, f18): Declare.
15222
15223         * configure.ac: Don't test for objdump, c++filt, or readelf.
15224         * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
15225         conditionals.
15226         (TEST_READELF): New variable.
15227         (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
15228         (check_PROGRAMS): Add two_file_strip_test.
15229         (two_file_strip_test): New target.
15230         (check_PROGRAMS): Add two_file_same_shared_strip_test.
15231         (two_file_same_shared_strip_test_SOURCES): New variable.
15232         (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
15233         (two_file_same_shared_strip_test_LDFLAGS): New variable.
15234         (two_file_same_shared_strip_test_LDADD): New variable.
15235         (two_file_shared_strip.so): New target.
15236         (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
15237         (ver_test_5.syms, ver_test_7.syms): Likewise.
15238         (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
15239         (strip_test_3.stdout): Use TEST_OBJDUMP.
15240         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15241
15242 2008-04-04  Cary Coutant  <ccoutant@google.com>
15243
15244         * symtab.h (Symbol::is_weak_undefined): New function.
15245         (Symbol::is_strong_undefined): New function.
15246         (Symbol::is_absolute): New function.
15247         (Symbol::needs_plt_entry): Exclude weak undefined symbols.
15248         (Symbol::needs_dynamic_reloc): Exclude weak undefined and
15249         absolute symbols.
15250         * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
15251         (weak_undef_test): New target.
15252         * testsuite/Makefile.in: Rebuild.
15253         * testsuite/weak_undef_file1.cc: New file.
15254         * testsuite/weak_undef_file2.cc: New file.
15255         * testsuite/weak_undef_test.cc: New file.
15256
15257 2008-04-03  Craig Silverstein  <csilvers@google.com>
15258
15259         * compressed_output.h (class Output_compressed_section): Use
15260         unsigned buffer.
15261         * compressed_output.cc (zlib_compress): Use unsigned buffers,
15262         add zlib header.
15263         (zlib_compressed_suffix): Removed.
15264         (Output_compressed_section::set_final_data_size): Use unsigned
15265         buffers.
15266         * testsuite/Makefile.am (flagstest_compress_debug_sections):
15267         Fix linker invocation.
15268         (flagstest_o_specialfile_and_compress_debug_sections):
15269         Likewise.
15270         * testsuite/Makefile.in: Regenerated.
15271
15272 2008-04-02  David S. Miller  <davem@davemloft.net>
15273
15274         *  dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
15275         Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
15276
15277 2008-04-02  Craig Silverstein  <csilvers@google.com>
15278
15279         * TODO: New file.
15280
15281 2008-04-02  Ian Lance Taylor  <iant@google.com>
15282
15283         * fileread.cc (File_read::find_view): Add byteshift and vshifted
15284         parameters.  Update for new key type to views_.  Change all
15285         callers.
15286         (File_read::read): Adjust for byteshift in returned view.
15287         (File_read::add_view): New function, broken out of
15288         find_and_make_view.
15289         (File_read::make_view): New function, broken out of
15290         find_and_make_view.
15291         (File_read::find_or_make_view): Add offset and aligned
15292         parameters.  Rewrite accordingly.  Change all callers.
15293         (File_read::get_view): Add offset and aligned parameters.  Adjust
15294         for byteshift in return value.
15295         (File_read::get_lasting_view): Likewise.
15296         * fileread.h (class File_read): Update declarations.
15297         (class File_read::View): Add byteshift_ field.  Add byteshift to
15298         constructor.  Add byteshift method.
15299         * archive.h (Archive::clear_uncached_views): New function.
15300         (Archive::get_view): Add aligned parameter.  Change all callers.
15301         * object.h (Object::get_view): Add aligned parameter.  Change all
15302         callers.
15303         (Object::get_lasting_view): Likewise.
15304
15305         * fileread.cc (File_read::release): Don't call clear_views if
15306         there are multiple objects.
15307         * fileread.h (File_read::clear_uncached_views): New function.
15308         * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
15309         on the archive.
15310
15311 2008-03-31  Cary Coutant  <ccoutant@google.com>
15312
15313         Add thin archive support.
15314         * archive.cc (Archive::armagt): New const.
15315         (Archive::setup): Remove task parameter and calls to unlock.
15316         (Archive::unlock_nested_archives): New function.
15317         (Archive::read_header): Add nested_off parameter. Change
15318         all callers.
15319         (Archive::interpret_header): Likewise.
15320         (Archive::include_all_members): Change to handle thin
15321         archives.
15322         (Archive::include_member): Likewise.
15323         * archive.h (Archive::Archive): Add new parameters and
15324         initializers.
15325         (Archive::armagt): New const.
15326         (Archive::setup): Remove task parameter.
15327         (Archive::unlock_nested_archives): New function.
15328         (Archive::read_header): Add nested_off parameter.
15329         (Archive::interpret_header): Likewise.
15330         (Archive::Nested_archive_table): New typedef.
15331         (Archive::is_thin_archive_): New field.
15332         (Archive::nested_archives_): New field.
15333         (Archive::options_): New field.
15334         (Archive::dirpath_): New field.
15335         (Archive::task_): New field.
15336         * readsyms.cc (Read_symbols::do_read_symbols): Add check
15337         for thin archives.  Pass additional parameters to
15338         Archive::Archive.  Unlock the archive file after calling
15339         Archive::setup.
15340
15341 2008-03-29  Ian Lance Taylor  <iant@google.com>
15342
15343         * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
15344         version symbol to be local.
15345         * testsuite/ver_test_4.sh: New file.
15346         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
15347         (check_DATA): Add ver_test_4.syms.
15348         (ver_test_4.syms): New target.
15349         * testsuite/Makefile.in: Rebuild.
15350
15351         * output.cc
15352         (Output_section::Input_section_sort_entry::has_priority): New
15353         function.
15354         (Output_section::Input_section_sort_entry::match_file_name): New
15355         function.
15356         (Output_section::Input_section_sort_entry::match_section_name):
15357         Remove.
15358         (Output_section::Input_section_sort_entry::match_section_name_prefix):
15359         Remove.
15360         (Output_section::Input_section_sort_entry::match_section_file):
15361         Remove.
15362         (Output_section::Input_section_sort_compare::operator()): Rewrite
15363         using new Input_section_sort_entry functions.  Sort crtbegin and
15364         crtend first.  Sort sections with no priority before sections with
15365         a priority.
15366         * testsuite/initpri1.c (d3): Check j != 4.
15367         (cd5): New constructor/destructor function.
15368         (main): Check j != 2.
15369
15370         * symtab.cc (Symbol_table::add_from_object): If we don't use the
15371         new symbol when resolving, don't call set_is_default.
15372         * testsuite/ver_test_7.cc: New file.
15373         * testsuite/ver_test_7.sh: New file.
15374         * testsuite/Makefile.am (ver_test_7.so): New target.
15375         (ver_test_7.o): New target.
15376         (check_SCRIPTS): Add ver_test_7.sh.
15377         (check_DATA): Add ver_test_7.syms.
15378         (ver_test_7.syms): New target.
15379
15380 2008-03-28  Ian Lance Taylor  <iant@google.com>
15381
15382         * layout.cc (Layout::layout): If we see an input section with a
15383         name that needs sorting, set the must_sort flag for the output
15384         section.
15385         (Layout::make_output_section): If the name of the output section
15386         indicates that it might require sorting, set the may_sort flag.
15387         * output.h (Output_section::may_sort_attached_input_sections): New
15388         function.
15389         (Output_section::set_may_sort_attached_input_sections): New
15390         function.
15391         (Output_section::must_sort_attached_input_sections): New
15392         function.
15393         (Output_section::set_must_sort_attached_input_sections): New
15394         function.
15395         (class Output_section): Declare Input_section_sort_entry.  Define
15396         Input_section_sort_compare.  Declare
15397         sort_attached_input_sections.  Add new fields:
15398         may_sort_attached_input_sections_,
15399         must_sort_attached_input_sections_,
15400         attached_input_sections_are_sorted_.
15401         * output.cc (Output_section::Output_section): Initialize new
15402         fields.
15403         (Output_section::add_input_section): Add an entry to
15404         input_sections_ if may_sort or must_sort are true.
15405         (Output_section::set_final_data_size): Call
15406         sort_attached_input_sections if necessary.
15407         (Output_section::Input_section_sort_entry): Define new class.
15408         (Output_section::Input_section_sort_compare::operator()): New
15409         function.
15410         (Output_section::sort_attached_input_sections): New function.
15411         * configure.ac: Check whether the compiler supports constructor
15412         priorities.  Define a CONSTRUCTOR_PRIORITY automake conditional.
15413         * testsuite/initpri1.c: New file.
15414         * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
15415         CONSTRUCTOR_PRIORITY.
15416         (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
15417         (initpri1_LDFLAGS): New variable.
15418         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15419
15420 2008-03-27  Ian Lance Taylor  <iant@google.com>
15421
15422         * common.cc (Sort_commons::operator): Correct sorting algorithm.
15423         * testsuite/common_test_1.c: New file.
15424         * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
15425         (common_test_1_SOURCES): New variable.
15426         (common_test_1_DEPENDENCIES): New variable.
15427         (common_test_1_LDFLAGS): New variable.
15428
15429         * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
15430         and commons_ correctly when NAME/VERSION does not override
15431         NAME/NULL.
15432         * testsuite/ver_test_6.c: New file.
15433         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
15434         (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
15435         (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
15436
15437 2008-03-26  Ian Lance Taylor  <iant@google.com>
15438
15439         * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
15440         of an undefined symbol from a version script.
15441         * testsuite/Makefile.am (ver_test_5.so): New target.
15442         (ver_test_5.o): New target.
15443         (check_SCRIPTS): Add ver_test_5.sh.
15444         (check_DATA): Add ver_test_5.syms.
15445         (ver_test_5.syms): New target.
15446         * testsuite/ver_test_5.cc: New file.
15447         * testsuite/ver_test_5.script: New file.
15448         * testsuite/ver_test_5.sh: New file.
15449         * Makefile.in, testsuite/Makefile.in: Rebuild.
15450
15451         PR gold/5986
15452         Fix problems building gold with gcc 4.3.0.
15453         * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
15454         (gold_error_at_location, gold_warning_at_location): Use it.
15455         * configure.ac: Check whether we can compile and use a template
15456         function with a printf attribute.
15457         * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
15458         when jumping over bytes.
15459         * object.cc: Instantiate Object::read_section_data.
15460         * debug.h: Include <cstring>
15461         * dwarf_reader.cc: Include <algorithm>
15462         * main.cc: Include <cstring>.
15463         * options.cc: Include <cstring>.
15464         * output.cc: Include <cstring>.
15465         * script.cc: Include <cstring>.
15466         * script.h: Include <string>.
15467         * symtab.cc: Include <cstring> and <algorithm>.
15468         * target-select.cc: Include <cstring>.
15469         * version.cc: Include <string>.
15470         * testsuite/testmain.cc: Include <cstdlib>.
15471         * configure, config.in: Rebuild.
15472
15473 2008-03-25  Ian Lance Taylor  <iant@google.com>
15474
15475         * options.cc: Include "../bfd/bfdver.h".
15476         (options::help): Print bug reporting address.
15477
15478         * version.cc (print_version): Adjust output for current value of
15479         BFD_VERSION_STRING.
15480
15481         * NEWS: New file.
15482
15483         * options.cc (options::help): Print list of supported targets.
15484         * target-select.h: Include <vector>.
15485         (class Target_selector): Make machine_, size_, and is_big_endian_
15486         fields const.  Add bfd_name_ and instantiated_target_ fields.
15487         (Target_selector::Target_selector): Add bfd_name parameter.
15488         (Target_selector::recognize): Make non-virtual, call
15489         do_recognize.
15490         (Target_selector::recognize_by_name): Make non-virtual, call
15491         do_recognize_by_name.
15492         (Target_selector::supported_names): New function.
15493         (Target_selector::bfd_name): New function.
15494         (Target_selector::do_instantiate_target): New pure virtual
15495         function.
15496         (Target_selector::do_recognize): New virtual function.
15497         (Target_selector::do_recognize_by_name): New virtual function.
15498         (Target_selector::instantiate_target): New private function.
15499         (supported_target_names): Declare.
15500         * target-select.cc (Target_selector::Target_selector): Update for
15501         new parameter and fields.
15502         (select_target_by_name): Check that the name matches before
15503         calling recognize_by_name.
15504         (supported_target_names): New function.
15505         * i386.cc (class Target_selector_i386): Update Target_selector
15506         constructor call.  Remove recognize and recognize_by_name.  Add
15507         do_instantiate_target.
15508         * x86_64.cc (class Target_selector_x86_64): Likewise.
15509         * testsuite/testfile.cc (class Target_selector_test): Update for
15510         changes to Target_selector.
15511
15512         * README: Rewrite, with some notes on unsupported features.
15513
15514 2008-03-24  Cary Coutant  <ccoutant@google.com>
15515
15516         * i386.cc (Target_i386::Got_type): New enum declaration.
15517         (Target_i386::Scan::local): Updated callers of Output_data_got
15518         member functions.
15519         (Target_i386::Scan::global): Likewise.
15520         (Target_i386::Relocate::relocate): Likewise.
15521         (Target_i386::Relocate::relocate_tls): Likewise.
15522         * object.h (Got_offset_list): New class.
15523         (Sized_relobj::local_has_got_offset): Added got_type parameter.
15524         (Sized_relobj::local_got_offset): Likewise.
15525         (Sized_relobj::set_local_got_offset): Likewise.
15526         (Sized_relobj::local_has_tls_got_offset): Removed.
15527         (Sized_relobj::local_tls_got_offset): Removed.
15528         (Sized_relobj::set_local_tls_got_offset): Removed.
15529         (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
15530         * output.cc (Output_data_got::add_global): Added got_type parameter.
15531         (Output_data_got::add_global_with_rel): Likewise.
15532         (Output_data_got::add_global_with_rela): Likewise.
15533         (Output_data_got::add_global_pair_with_rel): New function.
15534         (Output_data_got::add_global_pair_with_rela): New function.
15535         (Output_data_got::add_local): Added got_type parameter.
15536         (Output_data_got::add_local_with_rel): Likewise.
15537         (Output_data_got::add_local_with_rela): Likewise.
15538         (Output_data_got::add_local_pair_with_rel): New function.
15539         (Output_data_got::add_local_pair_with_rela): New function.
15540         (Output_data_got::add_global_tls): Removed.
15541         (Output_data_got::add_global_tls_with_rel): Removed.
15542         (Output_data_got::add_global_tls_with_rela): Removed.
15543         (Output_data_got::add_local_tls): Removed.
15544         (Output_data_got::add_local_tls_with_rel): Removed.
15545         (Output_data_got::add_local_tls_with_rela): Removed.
15546         * output.h (Output_data_got::add_global): Added got_type parameter.
15547         (Output_data_got::add_global_with_rel): Likewise.
15548         (Output_data_got::add_global_with_rela): Likewise.
15549         (Output_data_got::add_global_pair_with_rel): New function.
15550         (Output_data_got::add_global_pair_with_rela): New function.
15551         (Output_data_got::add_local): Added got_type parameter.
15552         (Output_data_got::add_local_with_rel): Likewise.
15553         (Output_data_got::add_local_with_rela): Likewise.
15554         (Output_data_got::add_local_pair_with_rel): New function.
15555         (Output_data_got::add_local_pair_with_rela): New function.
15556         (Output_data_got::add_global_tls): Removed.
15557         (Output_data_got::add_global_tls_with_rel): Removed.
15558         (Output_data_got::add_global_tls_with_rela): Removed.
15559         (Output_data_got::add_local_tls): Removed.
15560         (Output_data_got::add_local_tls_with_rel): Removed.
15561         (Output_data_got::add_local_tls_with_rela): Removed.
15562         * resolve.cc (Symbol::override_base_with_special): Removed
15563         reference to has_got_offset_ field.
15564         * symtab.cc (Symbol::init_fields): Replaced initialization
15565         of got_offset_ with got_offsets_.  Removed initialization
15566         of has_got_offset_
15567         * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
15568         (Symbol::got_offset): Likewise.
15569         (Symbol::set_got_offset): Likewise.
15570         (Symbol::has_tls_got_offset): Removed.
15571         (Symbol::tls_got_offset): Removed.
15572         (Symbol::set_tls_got_offset): Removed.
15573         (Symbol::got_offset_): Removed.
15574         (Symbol::tls_mod_got_offset_): Removed.
15575         (Symbol::tls_pair_got_offset_): Removed.
15576         (Symbol::got_offsets_): New field.
15577         (Symbol::has_got_offset): Removed.
15578         (Symbol::has_tls_mod_got_offset): Removed.
15579         (Symbol::has_tls_pair_got_offset): Removed.
15580         * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
15581         (Target_x86_64::Scan::local): Updated callers of Output_data_got
15582         member functions.
15583         (Target_x86_64::Scan::global): Likewise.
15584         (Target_x86_64::Relocate::relocate): Likewise.
15585         (Target_x86_64::Relocate::relocate_tls): Likewise.
15586
15587 2008-03-25  Ben Elliston  <bje@au.ibm.com>
15588
15589         * yyscript.y: Fix spelling error in comment.
15590
15591 2008-03-24  Ian Lance Taylor  <iant@google.com>
15592
15593         * options.h (class General_options): Define build_id option.
15594         * layout.h (class Layout): Declare write_build_id, create_note,
15595         create_build_id.  Add build_id_note_ member.
15596         * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
15597         "libiberty.h", "md5.h", "sha1.h".
15598         (Layout::Layout): Initialize eh_frame_data_,
15599         eh_frame_hdr_section_, and build_id_note_.
15600         (Layout::finalize): Call create_build_id.
15601         (Layout::create_note): New function, broken out of
15602         Layout::create_gold_note.
15603         (Layout::create_gold_note): Call create_note.
15604         (Layout::create_build_id): New function.
15605         (Layout::write_build_id): New function.
15606         (Close_task_runner::run): Call write_build_id.
15607
15608         * x86_64.cc: Correct license to GPLv3.
15609
15610 2008-03-23  Ian Lance Taylor  <iant@google.com>
15611
15612         * options.cc: Include "demangle.h".
15613         (parse_optional_string): New function.
15614         (parse_long_option): Handle takes_optional_argument.
15615         (parse_short_option): Update dash_z initializer.  Handle
15616         takes_optional_argument.
15617         (General_options::General_options): Initialize do_demangle_.
15618         (General_options::finalize): Set do_demangle_.  Handle demangling
15619         style.
15620         * options.h (parse_optional_string): Declare.
15621         (struct One_option): Add optional_arg field.  Update constructor.
15622         Update call constructor calls.  Add takes_optional_argument
15623         function.
15624         (DEFINE_var): Add optional_arg__ parameter.  Change all callers.
15625         (DEFINE_optional_string): Define.
15626         (General_options::demangle): Change from DEFINE_bool to
15627         DEFINE_optional_string.
15628         (General_options::no_demangle): New function.
15629         (General_options::do_demangle): New function.
15630         (General_options::set_do_demangle): New function.
15631         (General_options::execstack_status_): Move definition to end of
15632         class definition.
15633         (General_options::static_): Likewise.
15634         (General_options::do_demangle_): New field.
15635         * object.cc (big_endian>::get_symbol_location_info): Call
15636         Options::do_demangle, not Options::demangle.
15637         * symtab.cc (demangle): Likewise.
15638
15639 2008-03-22  Ian Lance Taylor  <iant@google.com>
15640
15641         * gold.h: Include <cstddef> and <sys/types.h>
15642         * options.h: Include <cstring>.
15643
15644 2008-03-21  Ian Lance Taylor  <iant@google.com>
15645
15646         * Added source code to GNU binutils.
15647 \f
15648 Copyright (C) 2008-2014 Free Software Foundation, Inc.
15649
15650 Copying and distribution of this file, with or without modification,
15651 are permitted in any medium without royalty provided the copyright
15652 notice and this notice are preserved.
15653
15654 Local Variables:
15655 mode: change-log
15656 left-margin: 8
15657 fill-column: 74
15658 version-control: never
15659 End: