Support fusion for ELFv2 stubs
[platform/upstream/binutils.git] / gold / ChangeLog
1 2014-06-03  Alan Modra  <amodra@gmail.com>
2
3         * powerpc.cc (addis_12_2): Define.
4         (Stub_table::do_write): Support fusion on ELFv2 stubs.
5
6 2014-06-03  Alan Modra  <amodra@gmail.com>
7
8         * testsuite/plugin_test.c (parse_readelf_line): Skip non-visibility
9         st_other output.
10
11 2014-06-02  Alan Modra  <amodra@gmail.com>
12
13         * powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer):
14         Only ignore relocs on ELFv1.
15         (Target_powerpc::global_reloc_may_be_function_pointer): Likewise.
16
17 2014-05-30  Cary Coutant  <ccoutant@google.com>
18
19         * testsuite/Makefile.am (ehdr_start_test_4): Fix typo in -B option.
20         * testsuite/Makefile.in: Regenerate.
21         * testsuite/ehdr_start_test_4.sh: Look for "U" instead of "w".
22
23 2014-05-27  H.J. Lu  <hongjiu.lu@intel.com>
24
25         PR gold/16945
26         * x86_64.cc (Target_x86_64::Relocate::relocate): Use signed int
27         for got_offset.  Properly get GOT address for R_X86_64_PLTOFF64.
28
29 2014-05-15  Alan Modra  <amodra@gmail.com>
30
31         * powerpc.cc (do_plt_fde_location): Handle zero length .glink.
32         Compare FDE contents with DW_CFA_nop rather than 0.
33
34 2014-05-13  Sriraman Tallam  <tmsriram@google.com>
35
36         * symtab.h (may_need_copy_reloc): Remove check for position independent
37         code.
38         * x86_64.cc (Target_x86_64<size>::Scan::global): Add check for no
39         position independence before pc absolute may_need_copy_reloc call.
40         Add check for executable output befor pc relative may_need_copy_reloc
41         call.
42         * i386.cc: Ditto.
43         * arm.cc: Ditto.
44         * sparc.cc: Ditto.
45         * tilegx.cc: Ditto.
46         * powerpc.cc: Add check for no position independence before
47         may_need_copy_reloc calls.
48         * testsuite/pie_copyrelocs_test.cc: New file.
49         * testsuite/pie_copyrelocs_shared_test.cc: New file.
50         * Makefile.am (pie_copyrelocs_test): New test.
51         * Makefile.in: Regenerate.
52
53 2014-05-08  Martin Liška  <mliska@suse.cz>
54
55         * output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
56
57 2014-05-06  Cary Coutant  <ccoutant@google.com>
58
59         PR gold/16900
60         * i386.cc (Output_data_got_plt_i386): New class.
61         (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt
62         parameter. Change all callers.
63         (Output_data_plt_i386::layout_): Remove.
64         (Output_data_plt_i386::got_plt_): Change type.
65         (Target_i386::got_plt_): Change type. Change all references.
66         (Target_i386::got_section): Create instance of new class.
67         (Output_data_got_plt_i386::do_write): New function.
68         * x86_64.cc (Output_data_got_plt_x86_64): New class.
69         (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt
70         parameter. Change all callers.
71         (Output_data_plt_x86_64::layout_): Remove.
72         (Output_data_plt_x86_64::got_plt_): Change type.
73         (Target_x86_64::got_plt_): Change type. Change all references.
74         (Target_x86_64::got_section): Create instance of new class.
75         (Output_data_got_plt_x86_64::do_write): New function.
76         (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT.
77         (Target_x86_64<size>::init_got_plt_for_update): Create instance of new
78         class.
79
80 2014-05-05  Cary Coutant  <ccoutant@google.com>
81
82         * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
83         if we have pubnames/pubtypes.
84
85 2014-05-02  Cary Coutant  <ccoutant@google.com>
86
87         * defstd.cc (in_segment): Define __ehdr_start here...
88         * layout.cc (Layout::finalize): ...Instead of here.  Set the
89         output segment when known.
90         * resolve.cc (Symbol::override_base_with_special): Remember
91         the original binding.
92         * symtab.cc (Symbol::set_output_segment): New function.
93         (Symbol::set_undefined): New function.
94         * symtab.h (Symbol::is_weak_undefined): Check original undef
95         binding.
96         (Symbol::is_strong_undefined): New function.
97         (Symbol::set_output_segment): New function.
98         (Symbol::set_undefined): New function.
99         * target-reloc.h (is_strong_undefined): Remove.
100         (issue_undefined_symbol_error): Call Symbol::is_weak_undefined.
101         Check for hidden undefs.
102         (relocate_section): Call Symbol::is_strong_undefined.
103
104         * testsuite/Makefile.am (ehdr_start_test_1)
105         (ehdr_start_test_2, ehdr_start_test_3)
106         (ehdr_start_test_4, ehdr_start_test_5): New test cases.
107         * testsuite/Makefile.in: Regenerate.
108         * testsuite/ehdr_start_def.cc: New source file.
109         * testsuite/ehdr_start_test.cc: New source file.
110         * testsuite/ehdr_start_test.t: New linker script.
111         * testsuite/ehdr_start_test_4.sh: New shell script.
112
113 2014-04-23  Cary Coutant  <ccoutant@google.com>
114
115         PR gold/16870
116         * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
117
118 2014-04-15  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
119
120         * layout.cc (Layout::include_section): Allow a target to decide
121         whether to include a section.
122         * target.h (Target::should_include_section): New function.
123         (Target::do_should_include_section): New function.
124
125 2014-04-15  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
126
127         * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
128         inline into ...
129         (Copy_relocs::emit): ... here.
130         * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
131         (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
132         (Copy_reloc_entry::entries_): Change from private to protected.
133
134 2014-04-02  Sriraman Tallam  <tmsriram@google.com>
135
136         * icf.cc (get_section_contents): Replace copies of reloc
137         vectors with const references.
138
139 2014-04-02  Cary Coutant  <ccoutant@google.com>
140
141         * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
142         (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
143         * configure: Regenerate.
144         * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
145         -fno-use-linker-plugin.
146         (LINK1, CXXLINK1): Add it to the link command.
147         * testsuite/Makefile.in: Regenerate.
148
149 2014-03-12  Alan Modra  <amodra@gmail.com>
150
151         * Makefile.in: Regenerate.
152
153 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
154
155         * symtab.h (Symbol::set_nonvis): New function.
156
157 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
158
159         * symtab.cc (Sized_symbol<32>::init_output_data):
160         Instantiate the template.
161         (Sized_symbol<64>::init_output_data): Likewise.
162
163 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
164
165         * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
166         adjust dynamic symbol value.
167         * target.h (Target::adjust_dyn_symbol): New function.
168         (Target::do_adjust_dyn_symbol): New function.
169
170 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
171
172         * output.cc (Output_data_dynamic::Dynamic_entry::write):
173         Get the value of DYNAMIC_CUSTOM dynamic entry.
174         * output.h (Output_data_dynamic::add_custom): New function.
175         (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
176         dynamic entry.
177         (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
178         * target.h (Target::dynamic_tag_custom_value): New function.
179         (Target::do_dynamic_tag_custom_value): New function.
180
181 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
182
183         * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
184         dynsym indexes.
185         * target.h (Target::has_custom_set_dynsym_indexes): New function.
186         (Target::do_has_custom_set_dynsym_indexes): New function.
187         (Target::set_dynsym_indexes): New function.
188         (Target::do_set_dynsym_indexes): New function.
189
190 2014-03-07  Alan Modra  <amodra@gmail.com>
191
192         * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
193         CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
194         (Powerpc_relocate_functions::has_overflow_unsigned): New function.
195         (Powerpc_relocate_functions::has_overflow_bitfield,
196         overflowed): Use the above.
197         (Target_powerpc::Relocate::relocate): Correct overflow checking
198         for a number of relocations.  Modify overflow test for 16-bit
199         fields in instructions to signed/unsigned according to whether
200         the field takes a signed or unsigned value.
201
202 2014-03-05  Alan Modra  <amodra@gmail.com>
203
204         Update copyright years.
205
206 2014-03-05  Alan Modra  <amodra@gmail.com>
207
208         * powerpc.cc (Target_powerpc::Scan::local, global): Support
209         R_PPC64_ADDR64_LOCAL.
210         (Target_powerpc::Relocate::relocate): Likewise.
211
212 2014-03-03  Alan Modra  <amodra@gmail.com>
213
214         * dwp.cc (print_version): Update copyright year to current.
215
216 2014-02-10  Alan Modra  <amodra@gmail.com>
217
218         * po/gold.pot: Regenerate.
219
220 2014-02-06  Cary Coutant  <ccoutant@google.com>
221
222         Fix problem where -u is ignored when a weak undef is seen.
223
224         * archive.cc (Library_base::should_include_member): Reorder
225         code to check for -u option if a weak undef has already been seen.
226         * testsuite/Makefile.am (weak_undef_test_2): New test case.
227         * testsuite/Makefile.in: Regenerate.
228         * testsuite/weak_undef_file3.cc: New file.
229         * testsuite/weak_undef_file4.cc: New file.
230         * testsuite/weak_undef_test_2.cc: New file.
231
232 2014-02-05  Cary Coutant  <ccoutant@google.com>
233
234         Fix issues with gold undefined symbol diagnostics.
235
236         PR binutils/15435
237         * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
238         check to here.
239         * target-reloc.h (is_strong_undefined): New function.
240         (relocate_section): Move undef vtable symbol check from here.
241         Check for is_strong_undefined.
242
243 2014-02-05  Cary Coutant  <ccoutant@google.com>
244
245         Fix problems with the --dynamic-list option.
246
247         PR gold/13577
248         * options.cc (General_options::parse_dynamic_list):
249         Set have_dynamic_list_.
250         (General_options::General_options): Initialize have_dynamic_list_.
251         (General_options::finalize): Turn off -Bsymbolic and
252         -Bsymbolic-functions if --dynamic-list provided.
253         * options.h (General_options::have_dynamic_list): New function.
254         (General_options::have_dynamic_list_): New data member.
255         * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
256         correctly.
257
258         PR gold/16530
259         * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
260         in --dynamic-list, mark it.
261
262         * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
263         (dynamic_list_2): New test case.
264         * testsuite/Makefile.in: Regenerate.
265         * testsuite/dynamic_list_2.cc: New file.
266         * testsuite/dynamic_list_2.t: New file.
267         * testsuite/dynamic_list_lib1.cc: New file.
268         * testsuite/dynamic_list_lib2.cc: New file.
269         * testsuite/gc_dynamic_list_test.c: New file.
270         * testsuite/gc_dynamic_list_test.sh: New file.
271         * testsuite/gc_dynamic_list_test.t: New file.
272
273 2014-01-28  Cary Coutant  <ccoutant@google.com>
274
275         Add .gdb_index version 7 support.
276
277         * gold/dwarf_reader.cc: include <utility> (for make_pair).
278         (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
279         debug sections.
280         (Dwarf_ranges_table::read_ranges_table): Likewise.
281         (Dwarf_pubnames_table::read_section): Check for GNU-style
282         sections, and for compressed debug sections.
283         (Dwarf_pubnames_table::read_header): Compute end address of table.
284         (Dwarf_pubnames_table::next_name): Return flag_byte.  Check
285         for end of list by offset, not by offset == 0.
286         (Dwarf_info_reader::do_read_string_table): Check for compressed
287         debug sections.
288         * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
289         Initialize new data members.
290         (Dwarf_pubnames_table::next_name): return flag_byte.
291         (Dwarf_pubnames_table::end_of_table_): New data member.
292         (Dwarf_pubnames_table::is_gnu_style_): New data member.
293         * gold/gdb-index.cc (gdb_index_version): Update to version 7.
294         (Gdb_index_info_reader::read_pubtable): Read flag_byte.
295         (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
296         read skeleton type unit DIEs.
297         (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
298         (Gdb_index::do_write): Write flag_byte.
299         * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
300         (Gdb_index::Cu_vector): Store flags along with cu indexes.
301         * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
302         * gold/testsuite/gdb_index_test_comm.sh: Likewise.
303
304 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
305
306         * version.cc (print_version): Update copyright year to 2014.
307
308 2013-12-19  Dimitry Andric  <dimitry@andric.com>
309
310         * stringpool.cc (Stringpool_template::reserve): Add
311         HAVE_UNORDERED_MAP case.
312         * stringpool.cc (Stringpool_template::print_stats): Likewise.
313
314 2013-12-18  Cary Coutant  <ccoutant@google.com>
315
316         * configure.ac: Check for <unordered_set> and <unordered_map>.
317         * config.in: Regenerate.
318         * configure: Regenerate.
319         * system.h: Use <unordered_set> and <unordered_map> if available.
320
321 2013-12-10  Roland McGrath  <mcgrathr@google.com>
322
323         * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
324         with $(INSTALL_PROGRAM_ENV).
325         * Makefile.in: Regenerate.
326
327 2013-11-22  Cary Coutant  <ccoutant@google.com>
328
329         * configure.ac: Add check for which library is needed for
330         dlopen.
331         * configure: Regenerate.
332
333 2013-11-22  Cary Coutant  <ccoutant@google.com>
334
335         * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
336         assembler.
337         * testsuite/Makefile.in: Regenerate.
338
339 2013-11-17  H.J. Lu  <hongjiu.lu@intel.com>
340
341         * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
342         Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
343         R_X86_64_PC32 and R_X86_64_PLT32, respectively.
344         (Target_x86_64<size>::Scan::local): Likewise.
345         (Target_x86_64<size>::Scan::global): Likewise.
346         (Target_x86_64<size>::Relocate::relocate): Likewise.
347         (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
348         Likewise.
349         (Target_x86_64<size>::Scan::check_non_pic(): Handle
350         R_X86_64_PC32_BND.
351
352         * testsuite/Makefile.am (check_PROGRAMS): Add
353         exception_x86_64_bnd_test.
354         (exception_x86_64_bnd_test_SOURCES): New macro.
355         (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
356         (exception_x86_64_bnd_test_LDFLAGS): Likewise.
357         (exception_x86_64_bnd_test_LDADD): Likewise.
358         (exception_x86_64_bnd_1.o): New rule.
359         (exception_x86_64_bnd_2.o): Likewise.
360         * testsuite/Makefile.in: Regenerated.
361
362 2013-11-15  Alan Modra  <amodra@gmail.com>
363
364         * powerpc.cc (Target_powerpc::glink_section): Provide non-const
365         accessor.
366         (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
367         Only call ppc64_local_entry_offset for 64-bit.  Restrict
368         symval_for_branch lookup to ELFv1.
369         (Stub_table::add_plt_call_entry): Use unsigned int off.
370         (Output_data_glink::Address, invalid_address): New.
371         (Output_data_glink::add_eh_frame): Move out of line.  Add
372         support for ELFv2.
373         (Output_data_glink::add_global_entry, find_global_entry,
374         global_entry_address): New functions.
375         (Output_data_glink::global_entry_stubs_, end_branch_table_,
376         ge_size): New variables.
377         (Output_data_glink::set_final_data_size): Add global entry
378         stub sizing.
379         (Output_data_glink::do_write): Write global entry stubs.
380         (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
381         parameter.  Return true for ELFv2.  Adjust callers.
382         (Target_powerpc::Scan::local, global): Restrict opd lookup to
383         ELFv1.  Similarly for ifunc and dynamic relocation processing
384         specific to ELFv1.  Recognize that symbols are defined on
385         their plt entries for ELFv2.
386         (Target_powerpc::symval_for_branch): Assert if called for
387         ELFv2 or ppc32.
388         (Target_powerpc::Relocate::relocate): Use global entry plt
389         stub for symbol value if such exists on ELFv2.
390         (Target_powerpc::Relocate::relocate): Don't call
391         symval_for_branch when ELFv2.  Do adjust for local entry
392         offset when ELFv2.
393         (Target_powerpc::do_dynsym_value): Set symbols to global entry
394         plt stub for ELFv2.
395         (Target_powerpc::do_plt_address_for_global): Similarly.
396
397 2013-11-14  Cary Coutant  <ccoutant@google.com>
398
399         Revert patch -- this did not fix the problem, and there is
400         no race there.
401
402         2013-11-14  Cary Coutant  <ccoutant@google.com>
403
404             PR gold/14860
405             * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
406             (Ehframe_hdr::set_final_data_size): Allocate a Lock.
407             * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
408             updating fde_offsets_.
409             (Eh_frame_hdr::lock_): New data member.
410
411 2013-11-14  Cary Coutant  <ccoutant@google.com>
412
413         * dwp.cc (Dwo_file_entry): New type.
414         (File_list): Use Dwo_file_entry.
415         (Dwo_file::verify): New function.
416         (Dwo_file::verify_dwo_list): New function.
417         (Dwo_file::sized_verify_dwo_list): New function.
418         (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
419         list.
420         (Dwp_options): New enum type.
421         (dwp_options): Add --verify-only.
422         (usage): Likewise.
423         (main): Likewise.
424         * dwp.h (gold_info): Add declaration.
425
426 2013-11-14  Cary Coutant  <ccoutant@google.com>
427
428         PR gold/14860
429         * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
430         (Ehframe_hdr::set_final_data_size): Allocate a Lock.
431         * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
432         updating fde_offsets_.
433         (Eh_frame_hdr::lock_): New data member.
434
435 2013-11-06  Cary Coutant  <ccoutant@google.com>
436
437         PR gold/15758
438         * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
439         before reloc sections.
440
441 2013-11-04  Alan Modra  <amodra@gmail.com>
442
443         * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
444         (Symbol::needs_dynamic_reloc): Test new flag.
445         * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
446         (Target_powerpc::Scan::get_reference_flags): Add target param.
447         Return FUNC_DESC_ABI for 64-bit ELFv1.
448         (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
449         call.
450         (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
451         (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
452
453 2013-10-31  Cary Coutant  <ccoutant@google.com>
454
455         Restore support for dwp v2 DWARF package file format.
456
457         * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
458         tu_length parameter.  Adjust all callers.
459         * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
460         * dwp.cc: Include dwarf.h.
461         (Section_bounds): New struct type.
462         (Unit_set): New struct type.
463         (Dwo_file::Dwo_file): Initialize new data member.
464         (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
465         Combine and rename to...
466         (Dwo_file::read_unit_index): ...this.
467         (Dwo_file::sized_read_compunit_index)
468         (Dwo_file::sized_read_typeunit_index): Combine and rename to...
469         (Dwo_file::sized_read_unit_index): ...this.
470         (Dwo_file::copy_section): Remove section_name, is_str_offsets
471         parameters; add section_id parameter.
472         (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
473         (Dwo_file::add_unit_set): ...this.
474         (Dwo_file::shndx_map_): Remove.
475         (Dwo_file::sect_offsets_): New data member.
476         (Dwp_output_file::Dwp_output_file): Initialize new data members.
477         (Dwp_output_file::add_section): Rename to...
478         (Dwp_output_file::add_contribution): ...this.
479         (Dwp_output_file::add_cu_set): Combine parameters into a struct.
480         (Dwp_output_file::add_tu_set): Likewise.
481         (Dwp_output_file::Contribution): New type.
482         (Dwp_output_file::Section::contributions): New data member.
483         (Dwp_output_file::Cu_or_tu_set): Remove.
484         (Dwp_output_file::Section::Section): New ctor.
485         (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
486         (Dwp_output_file::Dwp_index::Section_table): New type.
487         (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
488         (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
489         parameter.
490         (Dwp_output_file::Dwp_index::shndx_pool): Remove.
491         (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
492         (Dwp_output_file::Dwp_index::section_table): New member function.
493         (Dwp_output_file::Dwp_index::section_table_end): New member function.
494         (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
495         (Dwp_output_file::Dwp_index::section_table_rows): New member function.
496         (Dwp_output_file::Dwp_index::section_table_cols): New member function.
497         (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
498         (Dwp_output_file::Dwp_index::section_table_): New data member.
499         (Dwp_output_file::Dwp_index::section_mask_): New data member.
500         (Dwp_output_file::add_output_section): New member function.
501         (Dwp_output_file::write_new_section): New member function.
502         (Dwp_output_file::write_contributions): New member function.
503         (Dwp_output_file::section_id_map_): New data member.
504         (class Dwo_id_info_reader): Remove.
505         (class Unit_reader): New class.
506         (get_dwarf_section_name): New function.
507         (Dwo_file::read_executable): Adjust initializations of class data.
508         (Dwo_file::read): Add support for v2 package file format.
509         (Dwo_file::read_unit_index): Likewise.
510         (Dwo_file::sized_read_unit_index): Likewise.
511         (Dwo_file::copy_section): Likewise.
512         (Dwo_file::add_unit_set): Likewise.
513         (Dwp_output_file::add_output_section): Likewise.
514         (Dwp_output_file::add_contribution): Likewise.
515         (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
516         for empty slot.
517         (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
518         file format.
519         (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
520         slot.
521         (Dwp_output_file::initialize): Remove unused function.
522         (Dwp_output_file::finalize): Add support for v2 package file format.
523         (Dwp_output_file::write_index): Likewise.
524         * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
525         function prototype.
526
527 2013-10-31  Cary Coutant  <ccoutant@google.com>
528
529         * configure.ac: Fix check for -fmerge-constants.
530         * configure.ac: Regenerate.
531
532 2013-10-30  Roland McGrath  <mcgrathr@google.com>
533
534         * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
535         Correct 9-byte nop sequence to match what the assembler generates.
536
537 2013-10-30  Alan Modra  <amodra@gmail.com>
538
539         * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
540         ppc64_local_entry_offset, ppc64_local_entry_offset,
541         do_read_symbols): New functions.
542         (Powerpc_relobj::e_flags_, st_other_): New vars.
543         (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
544         (Powerpc_dynobj::abiversion, set_abiversion): New functions.
545         (Powerpc_relobj::e_flags_): New var.
546         (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
547         and adjust for ELFv2.
548         (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
549         (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
550         (Powerpc_dynobj::do_find_special_sections): Likewise.
551         (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
552         (Target_powerpc::Branch_info::make_stub): Adjust stub destination
553         to ELFv2 local entry.
554         (Target_powerpc::do_relax): No thread safe barriers needed for
555         ELFv2.
556         (Output_data_plt_powerpc::initial_plt_entry_size_,
557         plt_entry_size): Delete.  Replace all uses with
558         first_plt_entry_offset() and plt_entry_size().
559         (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
560         reserved_size parm.  Update callers.
561         (Output_data_plt_powerpc::entry_count): Update.
562         (Output_data_plt_powerpc::first_plt_entry_offset): Make private
563         and use Target_powerpc::first_plt_entry_offset().
564         (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
565         rename to plt_entry_size.
566         (Output_data_plt_powerpc::add_ifunc_entry,
567         add_local_ifunc_entry): Adjust reloc for ELFv2.
568         (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
569         (glink_eh_frame_fde_64v2): New.
570         (Stub_table::plt_call_size): Support ELFv2 sizing.
571         (Output_data_glink::add_eh_frame): Use the new FDE.
572         (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
573         (Stub_table::do_write): Write ELFv2 stubs and glink.
574         (Target_powerpc::Relocate::relocate): Replaces nop after call
575         with ld 2,24(1) and adjust local offset destination for ELFv2.
576
577 2013-10-30  Alan Modra  <amodra@gmail.com>
578
579         * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
580         (Target_powerpc::Scan::global, local): Likewise.
581         (Target_powerpc::Relocate::relocate): Likewise.  Check for overflow
582         on all ppc64 @h and @ha relocs.
583
584 2013-10-14  Alan Modra  <amodra@gmail.com>
585
586         * output.h (Output_data_got::add_constant): Tidy.
587         (Output_data_got::add_constant_pair): New function.
588         * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
589         methods used so as to first call reserve_ent().
590
591 2013-10-11  Roland McGrath  <mcgrathr@google.com>
592
593         * powerpc.cc (Output_data_got_powerpc): Remove unused methods
594         add_got_entry and add_got_entry_pair.
595
596         * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
597         (HAVE_PUBNAMES): Likewise.
598         * configure: Regenerate.
599
600         * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
601         * testsuite/Makefile.in: Regenerate.
602
603         * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
604         Remove const from declaration.
605         * target.cc (Sized_target::do_adjust_elf_header): Update definition.
606         * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
607         * output.h (Output_file_header): Remove const from member target_
608         and corresponding constructor argument.
609         * output.cc (Output_file_header::Output_file_header): Update prototype.
610         (Output_file_header::do_sized_write): Use this->target_ in place
611         of parameters()->target().
612
613         * testsuite/undef_symbol.cc (Foo::get_a): New method.
614
615         * configure.ac (MERGE_CONSTANTS_FLAG): New check.
616         * configure: Regenerate.
617         * Makefile.in: Regenerate.
618         * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
619         * testsuite/merge_string_literals_2.c: Likewise.
620         * testsuite/Makefile.am
621         (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
622         (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
623         literal -fmerge-constants.
624         * testsuite/Makefile.in: Regenerate.
625
626         * i386.cc (Target_i386): Remove unused member dynbss_.
627         * arm.cc (Target_arm): Likewise.
628         * powerpc.cc (Target_powerpc): Likewise.
629         * sparc.cc (Target_sparc): Likewise.
630         * tilegx.cc (Target_tilegx): Likewise.
631         * x86_64.cc (Target_x86_64): Likewise.
632         * dwarf_reader.h (Dwarf_info_reader): Remove unused members
633         type_signature_, type_offset_.
634         * plugin.h (Plugin_hook): Remove unused member layout_.
635         * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
636         mapfile_.
637         (Read_member): Remove unused members input_objects_, symtab_,
638         mapfile_, layout_.
639         (Check_library): Remove unused member symtab_.
640         * archive.h (Lib_group): Remove unused member lib_.
641         * archive.cc (Lib_group::Lib_group): Update initializer.
642         * incremental.h (Incremental_binary): Remove unused member target_.
643         (Incremental_script_entry): Removed unused member script_.
644         * layout.h (Write_symbols_task): Remove unused member input_objects_.
645         * icf.h (Icf): Remove unused member num_tracked_relocs.
646
647         * gold-threads.h (Once): Conditionalize member was_run_lock_ on
648         [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
649         its only use.
650         * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
651
652         * archive.h: Use struct rather than class for forward declaration
653         of Read_symbols_data.
654
655 2013-10-07  Cary Coutant  <ccoutant@google.com>
656
657         PR gold/16010
658         * testsuite/Makefile.am (icf_test): Fix dependencies.
659         (icf_safe_test): Likewise.
660         (icf_safe_so_test): Likewise.
661         (large_symbol_alignment): Add empty _LDADD rule.
662         * testsuite/Makefile.in: Regenerate.
663
664 2013-09-03  Pavel Chupin  <pavel.v.chupin@intel.com>
665
666         PR gold/15927
667         * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
668         relocation for R_X86_64_32 on x32.
669
670 2013-08-27  Roland McGrath  <mcgrathr@google.com>
671
672         * output.cc (Output_segment::set_section_addresses): Take new
673         Target* argument.  If target->isolate_execinstr() and the segment
674         is executable and starts at a target->abi_pagesize() boundary,
675         pad its end out to a target->abi_pagesize() boundary with code fill.
676         * output.h (Output_segment::set_section_addresses): Update decl.
677         * layout.h (Layout::check_output_data_for_reset_values): Take new
678         argument RELAX_OUTPUTS.
679         (Layout): New member relax_output_list_.
680         (Layout::add_relax_output): New method.
681         * layout.cc (Layout::Layout): Update constructor.
682         (Layout::reset_relax_output): New method.
683         (Layout::clean_up_after_relaxation): Call it.
684         (Layout::prepare_for_relaxation): Update caller.
685         (Layout::set_segment_offsets): Update callers of set_section_addresses.
686         Call reset_relax_output before re-processing segments for
687         isolate_execinstr case.
688         (Layout::write_data): Handle relax_output_list_.
689         (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
690         Take new argument RELAX_OUTPUTS.  Assert it's an empty collection.
691
692 2013-08-23  Yuri Chornoivan  <yurchor@ukr.net>
693
694         PR binutils/15834
695         * object.h: Fix typos.
696
697 2013-08-16  Roland McGrath  <mcgrathr@google.com>
698
699         * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
700         * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
701
702 2013-08-07  Cary Coutant  <ccoutant@google.com>
703
704         Revert support for v2 DWP files:
705
706         2013-03-01  Cary Coutant  <ccoutant@google.com>
707
708             Add dwp support for v2 DWARF package file format.
709             * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
710             tu_length parameter.  Adjust all callers.
711             * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
712             * dwp.cc: Include dwarf.h.
713             (Section_bounds): New struct type.
714             (Unit_set): New struct type.
715             (Dwo_file::Dwo_file): Initialize new data member.
716             (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
717             Combine and rename to...
718             (Dwo_file::read_unit_index): ...this.
719             (Dwo_file::sized_read_compunit_index)
720             (Dwo_file::sized_read_typeunit_index): Combine and rename to...
721             (Dwo_file::sized_read_unit_index): ...this.
722             (Dwo_file::copy_section): Remove section_name, is_str_offsets
723             parameters; add section_id parameter.
724             (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
725             (Dwo_file::add_unit_set): ...this.
726             (Dwo_file::shndx_map_): Remove.
727             (Dwo_file::sect_offsets_): New data member.
728             (Dwp_output_file::Dwp_output_file): Initialize new data members.
729             (Dwp_output_file::add_section): Rename to...
730             (Dwp_output_file::add_contribution): ...this.
731             (Dwp_output_file::add_cu_set): Combine parameters into a struct.
732             (Dwp_output_file::add_tu_set): Likewise.
733             (Dwp_output_file::Contribution): New type.
734             (Dwp_output_file::Section::contributions): New data member.
735             (Dwp_output_file::Cu_or_tu_set): Remove.
736             (Dwp_output_file::Section::Section): New ctor.
737             (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
738             (Dwp_output_file::Dwp_index::Section_table): New type.
739             (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
740             (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
741             parameter.
742             (Dwp_output_file::Dwp_index::shndx_pool): Remove.
743             (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
744             (Dwp_output_file::Dwp_index::section_table): New member function.
745             (Dwp_output_file::Dwp_index::section_table_end): New member function.
746             (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
747             (Dwp_output_file::Dwp_index::section_table_rows): New member function.
748             (Dwp_output_file::Dwp_index::section_table_cols): New member function.
749             (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
750             (Dwp_output_file::Dwp_index::section_table_): New data member.
751             (Dwp_output_file::Dwp_index::section_mask_): New data member.
752             (Dwp_output_file::add_output_section): New member function.
753             (Dwp_output_file::write_new_section): New member function.
754             (Dwp_output_file::write_contributions): New member function.
755             (Dwp_output_file::section_id_map_): New data member.
756             (class Dwo_id_info_reader): Remove.
757             (class Unit_reader): New class.
758             (get_dwarf_section_name): New function.
759             (Dwo_file::read_executable): Adjust initializations of class data.
760             (Dwo_file::read): Add support for v2 package file format.
761             (Dwo_file::read_unit_index): Likewise.
762             (Dwo_file::sized_read_unit_index): Likewise.
763             (Dwo_file::copy_section): Likewise.
764             (Dwo_file::add_unit_set): Likewise.
765             (Dwp_output_file::add_output_section): Likewise.
766             (Dwp_output_file::add_contribution): Likewise.
767             (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
768             for empty slot.
769             (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
770             file format.
771             (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
772             slot.
773             (Dwp_output_file::initialize): Remove unused function.
774             (Dwp_output_file::finalize): Add support for v2 package file format.
775             (Dwp_output_file::write_index): Likewise.
776             * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
777             function prototype.
778
779 2013-07-31  Cary Coutant  <ccoutant@google.com>
780
781         * object.cc (Sized_relobj::do_output_section_address): New function.
782         (Sized_relobj): Instantiate explicitly.
783         * object.h (Object::output_section_address): New function.
784         (Object::do_output_section_address): New function.
785         (Sized_relobj::do_output_section_address): New function.
786         * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
787
788 2013-07-30  Cary Coutant  <ccoutant@google.com>
789             Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
790
791         * parameters.cc (Parameters::entry): Return target-specific entry
792         symbol name.
793         * target.h (Target::entry_symbol_name): New function.
794         (Target_info::entry_symbol_name): New data member.
795
796         * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
797         * i386.cc (Target_i386::i386_info): Likewise.
798         (Target_i386_nacl::i386_nacl_info): Likewise.
799         * sparc.cc (Target_sparc::sparc_info): Likewise.
800         * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
801         * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
802         (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
803         * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
804
805 2013-07-22  Sterling Augustine  <saugustine@google.com>
806
807         * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
808         Convert parameter shndx to local variable. Add parameters symtab
809         and symtab_size.  Scan over section names.  Find relocation
810         section corresponding to current section.  Create and initialize
811         reloc_mapper_ and reloc_type_.
812         (Dwarf_pubnames_table::read_header):  Add assertion.  Change
813         unit_length to off_t.  Initialize member unit_length_.  Fill in field
814         cu_offset_.
815         * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
816         Initialize new fields unit_length_ and cu_offset_.
817         (Dwarf_pubnames_table::read_section): Update prototype.
818         (Dwarf_pubnames_table::cu_offset): New member function.
819         (Dwarf_pubnames_table::subsection_size): Likewise.
820         (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
821         New fields.
822         (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
823         member functions public.
824         * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
825         Update comment.  Rework logic.  Move repeated parts to...
826         (Gdb_index_info_reader::read_pubtable): ...here. New function.
827         (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
828         pubtypes_table_, and stmt_list_offset.
829         (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
830         Gdb_index::find_pubtype_offset,
831         Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
832         (Gdb_index::pubnames_read): Update prototype and rework logic.
833         * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
834         Forward declare.
835         (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
836         Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
837         Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
838         Gdb_index::map_pubtable_to_dies):
839         Declare functions.
840         (Gdb_index::pubnames_read): Update declaration.
841         (Gdb_index::Pubname_offset_map): New type.
842         (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
843         Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
844         Gdb_index::stmt_list_offset): Declare.
845         (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
846         Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
847         Gdb_index::pubtypes_offset_): Remove.
848
849 2013-07-19  Roland McGrath  <mcgrathr@google.com>
850
851         * options.h (General_options): Add -Trodata-segment option.
852         * parameters.cc (Parameters::check_rodata_segment): New function.
853         (Parameters::set_target_once): Call it.
854         * parameters.h (Parameters): Declare it (private member function).
855         * layout.cc (load_seg_unusable_for_headers): New function, broken
856         out of Layout::relaxation_loop_body.  If TARGET->isolate_execinstr()
857         then validate rodata segment rather than text segment.
858         (relaxation_loop_body): Call that.
859         (is_text_segment): New function.  Don't admit a non-executable
860         segment if TARGET->isolate_execinstr().
861         (set_segment_offsets): Call it.  Honor -Trodata-segment option.
862
863 2013-07-15  Shawn Landden  <shawnlandden@gmail.com>
864
865         PR gold/15070
866         * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
867         * nacl.h (Sniff_file::View::View): Request aligned view.
868
869 2013-07-11  Cary Coutant  <ccoutant@google.com>
870
871         * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
872         correct BRLT entry size.
873
874 2013-07-03  Alan Modra  <amodra@gmail.com>
875
876         * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
877         comment.
878
879 2013-07-01  Cary Coutant  <ccoutant@google.com>
880
881         * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
882         reloc_type_.
883         (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
884         (Dwarf_ranges_table::lookup_reloc): New function.
885         * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
886         reloc_type_.
887         (Dwarf_ranges_table::lookup_reloc): New function.
888         (Dwarf_ranges_table::reloc_type_): New data member.
889
890 2013-06-27  Jing Yu  <jingyu@google.com>
891
892         PR gold/15662
893         * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
894         function.
895         (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
896         (Target_powerpc::do_relax): Call the above.
897
898 2013-06-27  Cary Coutant  <ccoutant@google.com>
899
900         * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
901         on garbage collected .opd section.
902
903 2013-06-27  Alan Modra  <amodra@gmail.com>
904
905         * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
906         is non-zero.
907         (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
908         (Target_powerpc::do_function_location): Likewise for loc->shndx.
909
910 2013-06-14  Cary Coutant  <ccoutant@google.com>
911
912         * resolve.cc (Symbol::override_base): Don't override st_type
913         from plugin placeholder symbols.
914         (Symbol_table::resolve): Likewise.
915         (Symbol_table::should_override): Don't complain about TLS mismatch
916         if the TO symbol is a plugin placeholder.
917         * testsuite/Makefile.am (plugin_test_tls): New test.
918         * testsuite/Makefile.in: Regenerate.
919         * testsuite/plugin_test_tls.sh: New test script.
920         * testsuite/two_file_test_2_tls.cc: New test source.
921         * testsuite/two_file_test_tls.cc: New test source.
922
923 2013-06-05  Alexander Ivchenko  <alexander.ivchenko@intel.com>
924
925         * layout.cc (Layout::set_segment_offsets): Taking care of the case when
926         the maximum segment alignment is larger than the page size.
927         * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
928         correctly aligns the symbols with large alignemnt.
929         * testsuite/Makefile.in: Regenerate.
930         * testsuite/large_symbol_alignment.cc: New file.
931
932 2013-05-30  Alexander Ivchenko  <alexander.ivchenko@intel.com>
933             Sriraman Tallam  <tmsriram@google.com>
934
935         * options.h (sort_section): New option.
936         * output.h (Input_section_sort_section_prefix_special_ordering_compare):
937         Rename from Input_section_sort_section_name_special_ordering_compare.
938         (Input_section_sort_section_name_compare): New struct.
939         * output.cc (Output_section::Input_section_sort_section_name_compare::
940         operator()): New function.
941         (Output_section::sort_attached_input_sections): Use new sort function
942         for .text if --sort-section=name is specified.
943         * layout.cc (Layout::make_output_section):
944         Add sorting by name when --sort-section=name is specified.
945         * testsuite/Makefile.am (text_section_grouping): Test option
946         --sort-section=name.
947         * testsuite/Makefile.in: Regenerate.
948         * testsuite/section_sorting_name.cc: New file.
949         * testsuite/section_sorting_name.sh: New file.
950
951 2013-05-21  Cary Coutant  <ccoutant@google.com>
952
953         * symtab.h (Symbol::is_cxx_vtable): New function.
954         * target-reloc.h (relocate_section): Check for vtable symbol.
955         * testsuite/Makefile.am (missing_key_func.sh): New test case.
956         * testsuite/Makefile.in: Regenerate.
957         * testsuite/missing_key_func.cc: New test source.
958         * testsuite/missing_key_func.sh: New test script.
959
960 2013-05-21  Cary Coutant  <ccoutant@google.com>
961
962         * object.cc (Sized_relobj_file::get_symbol_location_info): Set
963         type of enclosing symbol.
964         (Relocate_info::location): Check symbol type when describing symbol.
965         * object.h (Symbol_location_info): Remove unused line_number;
966         add enclosing_symbol_type.
967         * testsuite/debug_msg.sh: Adjust expected output.
968
969 2013-05-13  Cary Coutant  <ccoutant@google.com>
970
971         * configure.ac: Export DEFAULT_TARGET.
972         * configure: Regenerate.
973         * Makefile.in: Regenerate.
974         * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
975         * testsuite/Makefile.in: Regenerate.
976         * testsuite/debug_msg.sh: Delete duplicate tests.
977         Don't check undef_int error message match for powerpc where the
978         source file and line number aren't available.
979
980 2013-05-10  Roland McGrath  <mcgrathr@google.com>
981
982         * options.h (General_options): Add --rosegment-gap option.
983         * options.cc (finalize): --rosegment-gap implies --rosegment.
984         * layout.cc (set_segment_offsets): Let user option override
985         target->rosegment_gap().
986
987 2013-05-10  Roland McGrath  <mcgrathr@google.com>
988
989         * options.h (General_options): Remove leading space from help
990         messages for -nostdlib and --rosegment.
991
992 2013-05-03  Maciej W. Rozycki  <macro@codesourcery.com>
993
994         PR ld/15365
995         * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
996
997 2013-05-03  Alan Modra  <amodra@gmail.com>
998
999         * merge.cc (Output_merge_string::do_add_input_section): Correct
1000         scan for number of strings.  Rename vars to avoid shadowing.
1001         Include missing terminator in input_size_.
1002
1003 2013-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1004
1005         * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
1006         Restore empty string handling.
1007
1008 2013-05-01  Cary Coutant  <ccoutant@google.com>
1009
1010         * stringpool.cc (Stringpool_template::new_key_offset): Fix
1011         uninitialized warning.
1012
1013 2013-04-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1014
1015         * output.cc (Output_section::add_merge_input_section): Allow
1016         to merge sections if the alignment is more than character size.
1017         * merge.h (Output_merge_string::Output_merge_string): Remove
1018         assert.
1019         * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
1020         only not-null strings. Check the alignment of strings.
1021         * stringpool.h
1022         (Stringpool_template<Stringpool_char>::Stringpool_template): Add
1023         alignment as the argument.
1024         (Stringpool_template<Stringpool_char>::addralign_): New class member.
1025         * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
1026         Align non-zero length strings according to the addralign_.
1027         (Stringpool_template<Stringpool_char>::set_string_offsets):
1028         Updating offsets according to the given alignment.
1029         * testsuite/Makefile.am (text_section_grouping): Test if string
1030         literals are getting merged.
1031         * testsuite/Makefile.in: Regenerate.
1032         * testsuite/merge_string_literals_1.c: New file.
1033         * testsuite/merge_string_literals_2.c: Ditto.
1034         * testsuite/merge_string_literals.sh: Ditto.
1035
1036 2013-04-26  Ian Lance Taylor  <iant@google.com>
1037
1038         * target-reloc.h (relocate_section): If the reloc offset is out of
1039         range, pass VIEW as NULL to relocate.relocate.
1040         * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
1041         * i386.cc (Target_i386::Relocate::relocate): Likewise.
1042         * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
1043         * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
1044         * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
1045         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
1046
1047 2013-04-26  Geoff Pike  <gpike@chromium.org>
1048
1049         * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
1050         * layout.cc (Hash_task): New class.
1051         (Layout::queue_build_id_tasks): New function.
1052         (Layout::write_build_id): Handle single-thread portion of build ID
1053         computation.  (In some cases, all of it is single-threaded.)  Replace
1054         {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
1055         functionality in fewer lines of code.
1056         * layout.h (Layout::queue_build_id_tasks): New function declaration.
1057         * options.h (General_options): make "--build-id" default to tree
1058         rather than sha1.  Add two new options related to --build-id=tree:
1059         --build-id-chunk-size-for-treehash and
1060         --build-id-min-file-size-for-treehash.
1061         * Makefile.am: add testing of --build-id=tree and related new options
1062         (these tests will be invoked by "make check").
1063         * Makefile.in: Regenerate.
1064
1065 2013-04-25  Alan Modra  <amodra@gmail.com>
1066
1067         * configure.tgt: Add powerpcle and powerpc64le.
1068
1069 2013-04-22  Alan Modra  <amodra@gmail.com>
1070
1071         PR gold/15355
1072         * layout.cc (Layout::segment_precedes): Allow more than one
1073         segment with the same type and flags.
1074
1075 2013-04-15  Cary Coutant  <ccoutant@google.com>
1076
1077         * layout.cc (Layout::set_relocatable_section_offsets): Don't
1078         allocate space in file for BSS sections.
1079
1080 2013-04-15  Cary Coutant  <ccoutant@google.com>
1081
1082         * script-sections.cc (Orphan_output_section): Reset address
1083         to zero after each orphaned section for relocatable links.
1084
1085 2013-04-15  Cary Coutant  <ccoutant@google.com>
1086
1087         * symtab.cc (Symbol_table::sized_write_globals): Subtract
1088         section starting address for relocatable link.
1089         * testsuite/Makefile.am (script_test_11): New test.
1090         * testsuite/Makefile.in: Regenerate.
1091         * testsuite/script_test_11.c: New source file.
1092         * testsuite/script_test_11.t: New linker script.
1093
1094 2013-04-13  Alan Modra  <amodra@gmail.com>
1095
1096         * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
1097         owner when sections are not adjacent and exceed group size.
1098         (Target_powerpc::group_sections): Handle corner case.
1099         (Target_powerpc::Branch_info::make_stub): Handle case where
1100         stub table doesn't exist due to branches in non-exec sections.
1101         (Target_powerpc::Relocate::relocate): Likewise.
1102
1103 2013-04-11  Alan Modra  <amodra@gmail.com>
1104
1105         PR gold/15354
1106         * powerpc.cc (Target_powerpc::make_brlt_section): Name section
1107         .branch_lt to match bfd ld.  Adjust comments throughout file.
1108
1109 2013-04-04  Ian Lance Taylor  <iant@google.com>
1110
1111         GCC PR c++/56840
1112         * object.cc (do_layout_deferred_sections): Handle .eh_frame
1113         sections before checking whether they are included in the link.
1114
1115 2013-03-29  Sriraman Tallam  <tmsriram@google.com>
1116
1117         * archive.cc (Archive::get_elf_object_for_member):  Create the elf
1118         object before calling the plugin claim_file handler.  Pass the elf
1119         object of the archive to the plugin. Delete the elf object if the
1120         plugin claims the file.
1121
1122 2013-03-21  Alan Modra  <amodra@gmail.com>
1123
1124         * layout.cc (Layout::set_segment_offsets): Accept writable .text
1125         segment when omagic.
1126
1127 2013-03-21  Alan Modra  <amodra@gmail.com>
1128
1129         * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
1130         comparison warning.
1131         * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
1132         uninitialized" warning.
1133
1134 2013-03-20  Alan Modra  <amodra@gmail.com>
1135
1136         * symtab.h (Symbol::clear_version): New function.
1137         * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
1138         is_needed by weak references.  Clear version for symbols defined
1139         in as-needed objects that are not needed.
1140
1141 2013-03-15  Alan Modra  <amodra@gmail.com>
1142
1143         * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
1144         static and public.  Add report_err param.  Return false for data refs.
1145         (Target_powerpc::rela_dyn_section): New overloaded function.
1146         (Target_powerpc::plt_, iplt_): Elucidate.
1147         (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
1148         (Output_data_plt_powerpc::do_write): Don't write .iplt.
1149         (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
1150         (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
1151         calls.  Put ifunc dynamic relocs in irela_dyn_section.  Only
1152         push_branch and make_plt_entry for ifunc syms when
1153         reloc_needs_plt_for_ifunc.
1154         (Target_powerpc::Relocate::relocate): Don't use plt entry value
1155         for ifunc unless reloc_needs_plt_for_ifunc.
1156
1157 2013-03-15  Alan Modra  <amodra@gmail.com>
1158
1159         * gc.h (gc_process_relocs): Don't look through function descriptors.
1160         * icf.cc (get_section_contents): Do so here instead.
1161
1162 2013-03-13  Alan Modra  <amodra@gmail.com>
1163
1164         * powerpc.cc (is_branch_reloc): Forward declare.
1165         (Target_powerpc::do_can_check_for_function_pointers): New predicate.
1166         (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
1167         false for 64-bit, true for 32-bit non-branch relocs.
1168         (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
1169         * testsuite/Makefile.am (icf_test): Use linker map file instead of
1170         nm output.
1171         (icf_safe_test): Generate linker map file as well as nm output.
1172         (icf_safe_so_test): Likewise.
1173         * testsuite/Makefile.in: Regenerate.
1174         * testsuite/icf_test.sh: Parse linker map file to determine
1175         section folding.
1176         * testsuite/icf_safe_test.sh: Likewise.  Expect folding for PowerPC.
1177         * testsuite/icf_safe_so_test.sh: Likewise.
1178         (X86_32_or_ARM_specific_safe_fold): Merge into..
1179         (arch_specific_safe_fold): ..this.
1180         (X86_64_specific_safe_fold): Delete unused function.
1181
1182 2013-03-12  Alan Modra  <amodra@gmail.com>
1183
1184         * gc.h (gc_process_relocs): Look through function descriptors
1185         to determine shndx, symvalue and addend used by ICF.  Tidy
1186         variable duplication.
1187
1188 2013-03-11  Alan Modra  <amodra@gmail.com>
1189
1190         * gold.cc (queue_middle_tasks): Move detect_odr_violations..
1191         * layout.cc (Layout_task_runner::run): ..to here.
1192         * symtab.h (struct Symbol_location): Extract from..
1193         (class Symbol_table): ..here.
1194         * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
1195         * target.h (class Target): Add function_location and
1196         do_function_location functions.
1197         (class Sized_target): Add do_function_location.
1198         * object.h (class Sized_relobj_file): Move find_shdr..
1199         (class Object): ..to here.
1200         * object.cc: Likewise.  Update to suit.  Instantiate.
1201         (Sized_relobj_file::find_eh_frame): Update find_shdr call.
1202         * powerpc.cc (class Powerpc_dynobj): New.
1203         (Target_powerpc::do_function_location): New function.
1204         (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
1205         (Powerpc_dynobj::do_read_symbols): New function.
1206         (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
1207
1208 2013-03-08  Ian Lance Taylor  <iant@google.com>
1209
1210         * options.cc (General_options::string_to_object_format): Accept
1211         "default".
1212
1213 2013-03-08  Alan Modra  <amodra@gmail.com>
1214
1215         * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
1216         pointer to Post_fde.
1217         (struct Post_fde): Move definition to here..
1218         * ehframe.cc (struct Post_fde): ..from here.
1219         (Cie::write): Don't alloc Post_fde.
1220         (Eh_frame::do_sized_write): Update.  Don't free Post_fde.
1221
1222 2013-03-07  Alan Modra  <amodra@gmail.com>
1223
1224         * testsuite/discard_locals_relocatable_test.c: Add a powerpc
1225         relocation referencing .LC0.
1226         * testsuite/discard_locals_test.sh: Remove FIXMEs.
1227
1228 2013-03-07  Alan Modra  <amodra@gmail.com>
1229
1230         * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
1231         always_inline.  Add assembly for powerpc to avoid GOT.
1232
1233 2013-03-07  Alan Modra  <amodra@gmail.com>
1234
1235         * testsuite/script_test_10.sh: Don't test .bss section
1236         header number.
1237
1238 2013-03-06  Alan Modra  <amodra@gmail.com>
1239
1240         * powerpc.cc (class Powerpc_relobj): Move some member functions.
1241         (Target_powerpc::symval_for_branch):  Add symtab param.  Update
1242         all callers.  Handle folded sections.
1243         (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
1244         to Powerpc_relobj.
1245         (Global_symbol_visitor_opd::operator()): Likewise.
1246
1247 2013-03-04  Alan Modra  <amodra@gmail.com>
1248
1249         * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
1250         * testsuite/Makefile.in: Regenerate.
1251
1252 2013-03-01  Cary Coutant  <ccoutant@google.com>
1253
1254         Add dwp support for v2 DWARF package file format.
1255         * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1256         tu_length parameter.  Adjust all callers.
1257         * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1258         * dwp.cc: Include dwarf.h.
1259         (Section_bounds): New struct type.
1260         (Unit_set): New struct type.
1261         (Dwo_file::Dwo_file): Initialize new data member.
1262         (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1263         Combine and rename to...
1264         (Dwo_file::read_unit_index): ...this.
1265         (Dwo_file::sized_read_compunit_index)
1266         (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1267         (Dwo_file::sized_read_unit_index): ...this.
1268         (Dwo_file::copy_section): Remove section_name, is_str_offsets
1269         parameters; add section_id parameter.
1270         (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1271         (Dwo_file::add_unit_set): ...this.
1272         (Dwo_file::shndx_map_): Remove.
1273         (Dwo_file::sect_offsets_): New data member.
1274         (Dwp_output_file::Dwp_output_file): Initialize new data members.
1275         (Dwp_output_file::add_section): Rename to...
1276         (Dwp_output_file::add_contribution): ...this.
1277         (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1278         (Dwp_output_file::add_tu_set): Likewise.
1279         (Dwp_output_file::Contribution): New type.
1280         (Dwp_output_file::Section::contributions): New data member.
1281         (Dwp_output_file::Cu_or_tu_set): Remove.
1282         (Dwp_output_file::Section::Section): New ctor.
1283         (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1284         (Dwp_output_file::Dwp_index::Section_table): New type.
1285         (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1286         (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1287         parameter.
1288         (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1289         (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1290         (Dwp_output_file::Dwp_index::section_table): New member function.
1291         (Dwp_output_file::Dwp_index::section_table_end): New member function.
1292         (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1293         (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1294         (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1295         (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1296         (Dwp_output_file::Dwp_index::section_table_): New data member.
1297         (Dwp_output_file::Dwp_index::section_mask_): New data member.
1298         (Dwp_output_file::add_output_section): New member function.
1299         (Dwp_output_file::write_new_section): New member function.
1300         (Dwp_output_file::write_contributions): New member function.
1301         (Dwp_output_file::section_id_map_): New data member.
1302         (class Dwo_id_info_reader): Remove.
1303         (class Unit_reader): New class.
1304         (get_dwarf_section_name): New function.
1305         (Dwo_file::read_executable): Adjust initializations of class data.
1306         (Dwo_file::read): Add support for v2 package file format.
1307         (Dwo_file::read_unit_index): Likewise.
1308         (Dwo_file::sized_read_unit_index): Likewise.
1309         (Dwo_file::copy_section): Likewise.
1310         (Dwo_file::add_unit_set): Likewise.
1311         (Dwp_output_file::add_output_section): Likewise.
1312         (Dwp_output_file::add_contribution): Likewise.
1313         (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1314         for empty slot.
1315         (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1316         file format.
1317         (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1318         slot.
1319         (Dwp_output_file::initialize): Remove unused function.
1320         (Dwp_output_file::finalize): Add support for v2 package file format.
1321         (Dwp_output_file::write_index): Likewise.
1322         * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1323         function prototype.
1324
1325 2013-03-01  Cary Coutant  <ccoutant@google.com>
1326
1327         * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
1328         function into class definition in header file.
1329         (Dwarf_info_reader::warn_corrupt_debug_section): New function.
1330         * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
1331         New function.
1332         (Dwarf_info_reader::check_buffer): Move here from .cc file.
1333
1334 2013-02-28  Alan Modra  <amodra@gmail.com>
1335
1336         * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
1337         * target.cc (Target::do_plt_fde_location): New function.
1338         * ehframe.h (class FDE): Add post_map field to u_.from_linker,
1339         accessor function, and constructor param.
1340         (struct Post_fde, Post_fdes): Declare.
1341         (Cie::write): Add post_fdes param.
1342         * ehframe.cc (Fde::write): Use plt_fde_location.
1343         (struct Post_fde): Define.
1344         (Cie::write): Stash FDEs added post merge mapping.
1345         (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
1346         Adjust Fde constructor call.  Bump final_data_size_ for post map FDEs.
1347         (Eh_frame::do_sized_write): Arrange to write post map FDES after
1348         other FDEs.
1349         * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
1350         (Target_powerpc::has_glink): New function.
1351         (Target_powerpc::do_relax): Add eh_frame info for stubs.
1352         (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
1353         glink_eh_frame_fde_32, default_fde): New data.
1354         (Stub_table::eh_frame_added_): New var.
1355         (Stub_table::find_long_branch_entry, stub_address, stub_offset):
1356         Make const.
1357         (Stub_table::add_eh_frame): New function.
1358         (Output_data_glink::add_eh_frame): New function.
1359         (Target_powerpc::make_glink_section): Call add_eh_frame.
1360
1361 2013-02-15  Ian Lance Taylor  <iant@google.com>
1362
1363         * options.h (DEFINE_uint64_alias): Define.
1364         (class General_options): Add -Ttext-segment as an alias for
1365         -Ttext.
1366
1367 2013-02-15  Alan Modra  <amodra@gmail.com>
1368
1369         * powerpc.cc (Stub_table::plt_off): New function, extracted from..
1370         (Stub_table::do_write): ..here, two places.
1371         (Stub_table::plt_call_size): Use it here too.
1372
1373 2013-02-11  Ian Lance Taylor  <iant@google.com>
1374
1375         * descriptors.cc (Descriptors::close_all): New function.
1376         * descriptors.h (class Descriptors): Declare close_all.
1377         (close_all_descriptors): New inline function.
1378         * plugin.cc: Include "descriptors.h".
1379         (Plugin_manager::cleanup): Call close_all_descriptors.
1380
1381 2013-02-06  Alan Modra  <amodra@gmail.com>
1382
1383         * README: Update coding style link.
1384
1385 2013-01-28  Cary Coutant  <ccoutant@google.com>
1386
1387         * dwp.cc (File_list): New typedef.
1388         (Dwo_name_info_reader): New class.
1389         (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
1390         (Dwo_id_info_reader::visit_top_die): Remove unused member function.
1391         (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
1392         (Dwo_file::read_executable): New function.
1393         (Dwo_file::read): Move common setup code to ...
1394         (Dwo_file::make_object): ... here.
1395         (dwp_options): Add --exec/-e.
1396         (usage): Likewise.
1397         (main): Likewise.
1398
1399 2013-01-24  Sriraman Tallam  <tmsriram@google.com>
1400
1401         * layout.cc (Layout::layout): Check for option text_reorder.
1402         (Layout::make_output_section): Ditto.
1403         * options.h (text_reorder): New option.
1404         * output.cc (Input_section_sort_compare): Remove special ordering
1405         of section names.
1406         (Output_section::
1407          Input_section_sort_section_name_special_ordering_compare::
1408          operator()): New function.
1409         (Output_section::sort_attached_input_sections): Use new sort function
1410         for .text.
1411         * output.h (Input_section_sort_section_name_special_ordering_compare):
1412         New struct.
1413         * testsuite/Makefile.am (text_section_grouping): Test option
1414         --no-text-reorder
1415         * testsuite/Makefile.in: Regenerate.
1416         * testsuite/text_section_grouping.sh: Check order of functions without
1417         default text reordering.
1418
1419 2013-01-18  Mike Frysinger  <vapier@gentoo.org>
1420
1421         * options.h (General_options): Change default to true for new_dtags.
1422
1423 2013-01-18  Mike Frysinger  <vapier@gentoo.org>
1424
1425         * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
1426         when enable_new_dtags is false.  Only add DT_RUNPATH when
1427         enable_new_dtags is true.
1428
1429 2013-01-17  Serge Pavlov  <serge.v.pavlov@gmail.com>
1430
1431         * powerpc.cc (Stub_table::find_plt_call_entry): Make types
1432         used in declaration and definition consistent.
1433         (Target_powerpc::symval_for_branch): Ditto.
1434
1435 2013-01-16  Sriraman Tallam  <tmsriram@google.com>
1436
1437         * testsuite/plugin_final_layout.cc: Fix comment.
1438
1439 2013-01-16  Sriraman Tallam  <tmsriram@google.com>
1440
1441         * layout.cc (Layout::layout): Do not do default sorting for
1442         text sections when section ordering is specified.
1443         (make_output_section): Ditto.
1444         * testsuite/plugin_final_layout.cc: Name the function sections
1445         to catch reordering issues.
1446
1447 2013-01-15  Alan Modra  <amodra@gmail.com>
1448
1449         * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
1450         plt-thread-safe.
1451
1452 2013-01-15  Alan Modra  <amodra@gmail.com>
1453
1454         * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
1455         * testsuite/Makefile.in: Regenerate.
1456
1457 2013-01-14  Alan Modra  <amodra@gmail.com>
1458
1459         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
1460         * testsuite/Makefile.in: Regenerate.
1461
1462 2013-01-11  Pavel Chupin  <pavel.v.chupin@intel.com>
1463
1464         PR bfd/14430
1465         Fix mingw gold build with plugins enabled
1466         * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
1467         * configure.ac: Export DLOPEN_LIBS and add headers check.
1468         * plugin.cc: Handle non-dlfcn case.
1469         * Makefile.in: Regenerate.
1470         * config.in: Regenerate.
1471         * configure: Regenerate.
1472         * testsuite/Makefile.in: Regenerate.
1473
1474 2013-01-09  Sriraman Tallam  <tmsriram@google.com>
1475
1476         * output.h (sort_attached_input_sections): Change to be public.
1477         * script-sections.cc
1478         (Output_section_definition::set_section_addresses): Sort
1479         attached input sections according to section order before linker
1480         script assigns section addresses.
1481         (Orphan_output_section::set_section_addresses): Sort
1482         attached input sections according to section order before linker
1483         script assigns section addresses.
1484         * Makefile.am (final_layout.sh): Use a simple linker script to
1485         check if section ordering still works.
1486         * Makefile.in: Regenerate.
1487
1488 2013-01-09  Ben Cheng  <bccheng@google.com>
1489
1490         * arm.cc (Target_arm::attributes_accept_div): New function.
1491         (Target_arm::attributes_forbid_div): New function.
1492         (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
1493         attribute using the same new functions as what bfd/elf32_arm.c
1494         does.
1495
1496 2013-01-07  Cary Coutant  <ccoutant@google.com>
1497
1498         PR gold/14993
1499         * output.cc (Output_section::add_input_section): For incremental
1500         updates, don't track input sections that are allocated from patch
1501         space.
1502
1503 2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1504             Ian Lance Taylor  <iant@google.com>
1505
1506         PR gold/14897
1507         * configure.ac (--enable-ld): Removed.
1508         (install_as_default): Set to yes only for --enable-gold=default
1509         or --disable-ld.
1510         * configure: Regenerated.
1511
1512 2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1513
1514         * options.h (General_options): Add -fuse-ld= for GCC linker
1515         option compatibility.
1516
1517 2013-01-04  Cary Coutant  <ccoutant@google.com>
1518
1519         * configure.ac: Fix typo restoring CXXFLAGS.
1520         * configure: Regenerate.
1521
1522 2013-01-04  Cary Coutant  <ccoutant@google.com>
1523
1524         * testsuite/Makefile.am (CXXLINK_S): New macro.
1525         (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
1526         * testsuite/Makefile.in: Regenerate.
1527
1528 2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
1529
1530         * version.cc (print_version): Update copyright year to 2013.
1531
1532 2012-12-20  Ian Lance Taylor  <iant@google.com>
1533
1534         * layout.cc (Layout::special_ordering_of_input_section): New
1535         function.
1536         (Layout::layout): If input section requires special ordering, must
1537         sort input sections.
1538         (Layout::make_output_section): May sort .text input sections.
1539         (Layout::is_section_name_prefix_grouped): Remove.
1540         * layout.h (class Layout): Declare
1541         special_ordering_of_input_section.  Don't declare
1542         is_section_name_prefix_grouped.
1543         * output.cc (Output_section::add_input_section): Revert last
1544         change.
1545         (Output_section::Input_section_sort::match_file_name): Don't crash
1546         if called on output section data.
1547         (Output_section::Input_section_sort_compare): Sort based on
1548         special ordering.
1549         (Output_section::Input_section_sort_section_order_index_compare):
1550         Revert last patch.
1551         (Output_section::sort_attached_input_sections): Likewise.
1552
1553 2012-12-18  Sriraman Tallam  <tmsriram@google.com>
1554
1555         * layout.cc (Layout::is_section_name_prefix_grouped): New function.
1556         * layout.h (Layout::is_section_name_prefix_grouped): New function.
1557         * output.cc (Output_section::add_input_section): Check if section
1558         name contains special prefix.  Keep input sections to sort such
1559         sections.
1560         (Output_section::Input_section_sort_section_order_index_compare
1561          ::operator()): Group sections according to prefixes.
1562         (Output_section::sort_attached_input_sections): Add condition to
1563         Input_section_entry constructor call.
1564         * testsuite/Makefile.am (text_section_grouping): New test.
1565         * testsuite/Makefile.in: Regenerate.
1566         * testsuite/text_section_grouping.cc: New file.
1567         * testsuite/text_section_grouping.sh: New file.
1568
1569 2012-12-17  Nick Clifton  <nickc@redhat.com>
1570
1571         * Makefile.am: Add copyright notice.
1572         * NEWS: Likewise.
1573         * README: Likewise.
1574         * configure.ac: Likewise.
1575         * ftruncate.c: Likewise.
1576         * Makefile.in: Regenerate.
1577
1578 2012-12-14  Cary Coutant  <ccoutant@google.com>
1579
1580         * testsuite/Makefile.am (exception_separate_shared_12_test): Add
1581         --no-as-needed flag.
1582         (exception_separate_shared_12_test): Likewise.
1583         (incremental_copy_test): Likewise.
1584         * testsuite/Makefile.in: Regenerate.
1585
1586 2012-12-14  Cary Coutant  <ccoutant@google.com>
1587
1588         * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
1589         (Dwp_output_file::Dwp_index::enter_set): Add assert.
1590
1591 2012-12-12  Alan Modra  <amodra@gmail.com>
1592
1593         * powerpc.cc (class Track_tls): New.
1594         (class Relocate, class Scan): Inherit Track_tls.
1595         (Target_powerpc::Scan::local, global): Track tls optimization
1596         and avoid creating plt entry for __tls_get_addr if all uses
1597         are optimized away.
1598         (Target_powerpc::Relocate::relocate): Update to use Track_tls.
1599
1600 2012-12-12  Alan Modra  <amodra@gmail.com>
1601
1602         * options.h (General_options): Add --toc-sort/--no-toc-sort.
1603         Replace no_toc_optimize with toc_optimize.
1604         * output.h (Output_section::input_sections): Provide non-const variant.
1605         * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
1606         set_has_small_toc_reloc, has_small_toc_reloc): New variable and
1607         accessors.
1608         (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
1609         (class Sort_toc_sections): New.
1610         (Target_powerpc::do_finalize_sections): Sort toc sections.
1611         (Target_powerpc::Relocate::relocate): Update toc_optimize test.
1612
1613 2012-12-10  Roland McGrath  <mcgrathr@google.com>
1614
1615         * testsuite/binary_unittest.cc (read_all): New function.
1616         (Sized_binary_test): Use it instead of ::read.
1617         * fileread.cc (do_read): Don't assume pread always reads the whole
1618         amount in a single call.
1619
1620 2012-12-10  Alan Modra  <amodra@gmail.com>
1621
1622         * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
1623         Set EM_PPC64 or EM_PPC here.
1624         (Target_selector_powerpc::do_recognize): Delete.
1625
1626 2012-12-10  Alan Modra  <amodra@gmail.com>
1627
1628         * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
1629         stub_table_.
1630         (Target_powerpc::Branch_info::make_stub): Don't omit addend.
1631
1632 2012-12-07  Roland McGrath  <mcgrathr@google.com>
1633
1634         * testsuite/binary_unittest.cc (Sized_binary_test):
1635         Use open_descriptor rather than ::open.
1636
1637 2012-12-07  Alan Modra  <amodra@gmail.com>
1638
1639         * powerpc.cc (Stub_table::do_write): Delete redundant Address
1640         typedef and invalid_address constant.
1641         (Output_data_glink, Stub_table, Target_powerpc): Explicitly
1642         instantiate constants.
1643
1644 2012-12-06  Roland McGrath  <mcgrathr@google.com>
1645
1646         * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
1647         Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
1648         * aclocal.m4: Regenerate.
1649         * configure: Regenerate.
1650         * Makefile.in: Regenerate.
1651         * testsuite/Makefile.in: Regenerate.
1652
1653 2012-12-07  Alan Modra  <amodra@gmail.com>
1654
1655         * options.h (General_options): Add no_toc_optimize.
1656         * powerpc.cc (ok_lo_toc_insn): New function.
1657         (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
1658
1659 2012-12-06  Alan Modra  <amodra@gmail.com>
1660
1661         * options.h (General_options): Add plt_align, plt_static_chain,
1662         plt_thread_safe.  Update stub_group_size help text.
1663         * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
1664         for new plt_thread_safe_ var.
1665         (use_plt_offset): Correct comments.
1666         (Target_powerpc::do_relax): Look for thread creation symbols to
1667         determine default plt_thread_safe value.  Clear plt call stubs
1668         as well as branch stubs each iteration.
1669         (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
1670         insn constants.
1671         (l, hi, ha, write_insn): Move earlier.
1672         (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
1673         (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
1674         plt stubs too.
1675         (Stub_table::update_size): Adjust.
1676         (Stub_table::prev_size, set_prev_size): Delete.
1677         (Stub_table::stub_align): Let --plt-align affect result.
1678         (Stub_table::plt_call_size): Calculate sizes for various stubs.
1679         (Stub_table::branch_stub_size): Use last_plt_size in address calc.
1680         (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
1681         (Stub_table::do_write): Support more stub variants.
1682
1683 2012-12-04  Alan Modra  <amodra@gmail.com>
1684
1685         * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
1686         (Target_powerpc::do_define_standard_symbols): New function.
1687
1688 2012-12-03  Alan Modra  <amodra@gmail.com>
1689
1690         * output.h: Formatting, whitespace.
1691
1692 2012-12-03  Alan Modra  <amodra@gmail.com>
1693
1694         * layout.h (Layout::get_executable_sections): Declare.
1695         * layout.cc (Layout::get_executable_sections): New function.
1696         * arm.cc (Target_arm::group_sections): Use it.
1697         (Arm_output_section::group_sections): Delete now redundant test.
1698         * output.cc (Output_reloc::Output_reloc): Add is_relative.
1699         param to handle relative relocs.
1700         * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
1701         (Output_data_reloc::add_absolute): Adjust.
1702         (Output_data_reloc::add_relative): New function.
1703         (Output_data::reset_data_size): New function.
1704         (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
1705         (Output_section::set_addralign): New function.
1706         (Output_section::checkpoint_set_addralign): New function.
1707         (Output_section::clear_section_offsets_need_adjustment): New function.
1708         (Output_section::input_sections): Make public.
1709         * powerpc.cc (class Output_data_brlt_powerpc): New.
1710         (class Stub_table, class Stub_control): New.
1711         (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
1712         stub_table_, set_stub_table, stub_table): New vectors and accessor
1713         functions.
1714         (Target_powerpc::do_may_relax, do_relax, push_branch,
1715         new_stub_table, stub_tables, brlt_section, group_sections,
1716         add_branch_lookup_table, find_branch_lookup_table,
1717         write_branch_lookup_table, make_brlt_section): New functions.
1718         (Target_powerpc::struct Sort_sections, class Branch_info): New.
1719         (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
1720         branch_info_): New vars.
1721         (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
1722         make call stubs here.
1723         (Output_data_glink): Remove all call stub handling from this class.
1724         (Target_powerpc::Scan::local, global): Save interesting branch
1725         relocs and relocs for ifunc.  Adjust calls to plt entry functions.
1726         (Target_powerpc::do_finalize_sections): Only make reg save/restore
1727         functions on final link.
1728         (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
1729         Handle long branch destinations too.
1730         (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
1731         do_plt_address_for_local): Adjust lookup of plt call stubs.
1732
1733 2012-11-30  Alan Modra  <amodra@gmail.com>
1734
1735         * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
1736         relocs against protected symbols when building 32-bit shared libs.
1737
1738 2012-11-30  Alan Modra  <amodra@gmail.com>
1739
1740         * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
1741         param.  Call got_section() to make .got.  Update all callers
1742         and their callers and so on.
1743
1744 2012-11-30  Alan Modra  <amodra@gmail.com>
1745
1746         * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
1747         _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
1748         (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
1749         value if it already exists.
1750
1751 2012-11-19  H.J. Lu  <hongjiu.lu@intel.com>
1752
1753         PR gold/14858
1754         * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
1755
1756 2012-11-14  Roland McGrath  <mcgrathr@google.com>
1757
1758         * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
1759         than bfc instruction for data sandboxing.
1760
1761 2012-11-08  Alan Modra  <amodra@gmail.com>
1762
1763         * po/POTFILES.in: Regenerate.
1764
1765 2012-11-05  Alan Modra  <amodra@gmail.com>
1766
1767         * configure.ac: Apply 2012-09-10 change to config.in here.
1768         * configure: Regenerate.
1769
1770 2012-11-05  Alan Modra  <amodra@gmail.com>
1771
1772         * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
1773         (struct Opd_ent): Use "Address" rather than "Offset".
1774         (Output_data_got_powerpc::got_base_offset): Return Valtype.
1775         (Target_powerpc::got_section): Make public.
1776         (Target_powerpc::scan_relocs): Move code setting symbols..
1777         (Powerpc_relobj::do_scan_relocs): ..to here, new function.
1778         Create _SDA_BASE_ only when referenced.
1779
1780 2012-11-02  Roland McGrath  <mcgrathr@google.com>
1781
1782         * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
1783         from last change.
1784
1785 2012-11-01  Roland McGrath  <mcgrathr@google.com>
1786
1787         * target.h (Sized_target::relocate_relocs): Use Elf_Off
1788         for offset_in_output_section parameter.
1789         (Sized_target::relocate_special_relocatable): Likewise.
1790         * arm.cc (Target_arm::relocate_relocs): Likewise.
1791         (Target_arm::relocate_special_relocatable): Likewise.
1792         * i386.cc (Target_i386::relocate_relocs): Likewise.
1793         * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
1794         * sparc.cc (Target_sparc::relocate_relocs): Likewise.
1795         * target-reloc.h (relocate_relocs): Likewise.
1796         * testsuite/testfile.cc (Target_test): Likewise.
1797         * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
1798         * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
1799
1800         * system.h: Move inclusion of <clocale> to after <libintl.h> in
1801         [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
1802
1803         * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
1804         parameter, which is unused in the [!F_SETFD] case.
1805
1806         * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
1807         SYMNDX to off_t before comparing it to this->data_size().
1808         * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
1809         * incremental.cc (Output_section_incremental_inputs::do_write):
1810         Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
1811
1812         * nacl.cc: Include "libiberty.h" for vasprintf declaration.
1813
1814 2012-10-30  Steve McIntyre  <steve.mcintyre@linaro.org>
1815
1816         * gold.cc (Target_arm::do_adjust_elf_header): Add the
1817         hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
1818         in EABI_VER5.
1819
1820 2012-10-29  Cary Coutant  <ccoutant@google.com>
1821
1822         * dwp.cc (usage): Add file and exit status parameters;
1823         add --help and --version options.
1824         (print_version): New function.
1825         (main): Add --help and --version options.
1826
1827 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
1828
1829         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
1830         final_layout_sequence.txt.
1831         * testsuite/Makefile.in: Regenerated.
1832
1833 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
1834
1835         * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
1836         COMPILE generated by automake.
1837         (LINK1): Likewise.
1838         (CXXCOMPILE1): Likewise.
1839         (CXXLINK1): Likewise.
1840         (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
1841         (LINK): Likewise.
1842         (CXXCOMPILE): Likewise.
1843         (CXXLINK): Likewise.
1844         * testsuite/Makefile.in: Regenerated.
1845
1846 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
1847
1848         * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
1849         on bad fwrite return.
1850
1851 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
1852
1853         * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
1854         on val.
1855
1856 2012-10-23  Cary Coutant  <ccoutant@google.com>
1857
1858         * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
1859         * testsuite/Makefile.in: Regenerate.
1860         * testsuite/dwp_test.h: New source file.
1861         * testsuite/dwp_test_1.cc: New source file.
1862         * testsuite/dwp_test_1.s: New source file.
1863         * testsuite/dwp_test_1.sh: New source file.
1864         * testsuite/dwp_test_1b.cc: New source file.
1865         * testsuite/dwp_test_1b.s: New source file.
1866         * testsuite/dwp_test_2.cc: New source file.
1867         * testsuite/dwp_test_2.s: New source file.
1868         * testsuite/dwp_test_2.sh: New source file.
1869         * testsuite/dwp_test_main.cc: New source file.
1870         * testsuite/dwp_test_main.s: New source file.
1871
1872 2012-10-23  Cary Coutant  <ccoutant@google.com>
1873
1874         * dwp.h: New header file.
1875         * dwp.cc: New source file.
1876         * gold.h: Move shared declarations to system.h.
1877         * system.h: New header file.
1878         * Makefile.am: Add dwp.
1879         * Makefile.in: Regenerate.
1880
1881 2012-10-23  Cary Coutant  <ccoutant@google.com>
1882
1883         * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
1884         Dwarf_info_reader::read_from_pointer.
1885         (Dwarf_pubnames_table::read_header): Likewise.
1886         (Dwarf_pubnames_table::next_name): Likewise.
1887         (Dwarf_die::read_attributes): Likewise.
1888         (Dwarf_die::skip_attributes): Likewise.
1889         (Dwarf_info_reader::read_from_pointer): New function template.
1890         * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
1891         (Dwarf_pubnames_table): Likewise.
1892         (Dwarf_info_reader::read_from_pointer): New function template.
1893         * gdb-index.cc (Gdb_index_info_reader): Adjust call to
1894         Dwarf_pubnames_table ctor.
1895
1896 2012-10-23  Cary Coutant  <ccoutant@google.com>
1897
1898         * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
1899         abbrev_shndx.
1900         * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
1901         abbrev_shndx_.
1902         (Dwarf_info_reader::set_abbrev_shndx): New method.
1903         (Dwarf_info_reader::abbrev_shndx_): New data member.
1904
1905 2012-10-23  Cary Coutant  <ccoutant@google.com>
1906
1907         * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
1908         from object, not parameters.
1909         (Dwarf_info_reader::parse): Likewise.
1910         * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
1911         (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
1912         (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
1913         methods.
1914
1915 2012-10-23  Cary Coutant  <ccoutant@google.com>
1916
1917         * fileread.cc (Input_file::Input_file): New constructor.
1918         * fileread.h (class Input_file): Add new constructor.
1919
1920 2012-10-18  Alan Modra  <amodra@gmail.com>
1921
1922         PR gold/14727
1923         * object.cc (Relobj::is_section_name_included): Also match
1924         .sdata personality section.
1925
1926 2012-10-18  Alan Modra  <amodra@gmail.com>
1927
1928         * target-reloc.h (class Default_comdat_behavior): New, package up..
1929         (get_comdat_behaviour): ..this.
1930         (relocate_section): Add Relocate_comdat_behavior template arg,
1931         adjust code to suit.
1932         * arm.cc (Target_arm::relocate_section): Adjust to suit.
1933         (Target_arm::scan_reloc_section): Likewise.
1934         * i386.cc (Target_i386::relocate_section): Likewise.
1935         * sparc.cc (Target_sparc::relocate_section): Likewise.
1936         * tilegx.cc (Target_tilegx::relocate_section): Likewise.
1937         * x86_64.cc (Target_x86_64::relocate_section): Likewise.
1938         * powerpc.cc (class Relocate_comdat_behavior): New.
1939         (Target_powerpc::relocate_section): Don't zap opd relocs.  Supply
1940         gold::relocate_section with new template arg.
1941
1942 2012-10-18  Alan Modra  <amodra@gmail.com>
1943
1944         * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
1945         dynamic relocs for GOT_TPREL got entries, without symbol if
1946         resolving locally.
1947         (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
1948         (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
1949         (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
1950
1951 2012-10-17  Alan Modra  <amodra@gmail.com>
1952
1953         PR gold/14726
1954         * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
1955
1956 2012-10-16  Sriraman Tallam  <tmsriram@google.com>
1957
1958         * layout.cc (Layout::include_section): Keep sections marked
1959         SHF_EXCLUDE when doing relocatable links.
1960
1961 2012-10-16  Alan Modra  <amodra@gmail.com>
1962
1963         * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
1964         (Target_powerpc::do_finalize_sections): Call it.
1965         (Output_data_save_res): New class and supporting functions.
1966         (Target_powerpc::symval_for_branch): Only look up .opd entry for
1967         normal symbols defined in object files.
1968
1969 2012-10-12  Alan Modra  <amodra@gmail.com>
1970
1971         * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
1972         (struct Opd_ent): Make "discard" a bit field.  Add "gc_mark".
1973         (Target_powerpc::do_gc_mark_symbol): Delay marking function code
1974         section if scan_opd_relocs not yet called.
1975         (Target_powerpc::gc_process_relocs): Call process_gc_mark.
1976
1977 2012-10-12  Alan Modra  <amodra@gmail.com>
1978
1979         * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1980         add_local_ifunc_entry): Revert last change.
1981         (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
1982
1983 2012-10-05  Alan Modra  <amodra@gmail.com>
1984
1985         * powerpc.cc (Target_powerpc::do_plt_address_for_local,
1986         do_plt_address_for_global): New functions.
1987         (Output_data_got_powerpc::do_write): Don't segfault when linking
1988         statically.
1989         (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
1990         add_local_ifunc_entry): Return true on adding entry..
1991         (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
1992         glink->add_entry call.  Remove unused symtab param.  Adjust calls.
1993         (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
1994         (Target_powerpc::make_iplt_section): Remove symtab param.  Don't
1995         set up symbols here.
1996         (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
1997         syms here.  Do so even when no .iplt.  Don't segfault when linking
1998         statically.
1999         (Output_data_glink::add_entry, find_entry): Rearrange params.  Add
2000         new variants without reloc param.
2001         (Glink_sym_ent::Glink_sym_ent): Likewise.
2002         (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
2003         reloc when refs will resolve to plt call stub.
2004         (Target_powerpc::Scan::local): Correct ifunc handling.  Allow
2005         R_PPC_PLTREL24 to resolve locally.
2006         (Target_powerpc::Scan::global): Correct ifunc handling.
2007         (Target_powerpc::Relocate::relocate): Correct local sym glink
2008         lookup.  Don't destroy "value" when we have a plt call stub,
2009         and when checking plt call validity.
2010         (Target_powerpc::do_dynsym_value): Simplify.
2011
2012 2012-10-05  Alan Modra  <amodra@gmail.com>
2013
2014         * i386.cc (Output_data_plt_i386::address_for_global,
2015         address_for_local): Add plt offset to returned value.  Adjust uses.
2016         * sparc.cc (Output_data_plt_sparc::address_for_global,
2017         address_for_local): Likewise.
2018         * tilegx.cc (Output_data_plt_tilegx::address_for_global,
2019         address_for_local): Likewise.
2020         * x86_64.cc (Output_data_plt_x86_64::address_for_global,
2021         address_for_local): Likewise.
2022         * target.h (Target::plt_address_for_global, plt_address_for_local):
2023         Update comment.
2024         * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
2025         (Output_data_got::Got_entry::write): Nor here.
2026         * output.h: Comment fix.
2027
2028 2012-10-02  Jiong Wang  <jiwang@tilera.com>
2029
2030         * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
2031         global_offset_table_ value for larget got.
2032         (Target_tilegx::Relocate::relocate): Handle adjusted got value.
2033
2034 2012-09-29  Alan Modra  <amodra@gmail.com>
2035
2036         * powerpc.cc (Target_powerpc::iplt_): New output section.
2037         (Target_powerpc::iplt_section, make_iplt_section,
2038         reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
2039         (Target_powerpc::make_plt_entry): Handle ifunc syms.
2040         Target_powerpc::plt_entry_count): Count iplt entries too.
2041         (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
2042         reloc section in constructor.  New params.
2043         (Target_powerpc::make_plt_section): Create reloc section here instead.
2044         (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
2045         functions.
2046         (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
2047         (Output_data_glink::add_entry, find_entry): New functions to
2048         deal with local syms.
2049         (Glink_sym_ent): Add support for local syms.
2050         (Output_data_glink::do_write): Handle ifunc plt entries.
2051         (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2052         (Target_powerpc::Scan::local, global): Handle ifunc syms.
2053         (Target_powerpc::Relocate::relocate): Likewise.
2054         (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
2055
2056 2012-09-25  Alan Modra  <amodra@gmail.com>
2057
2058         * object.h (Sized_relobj_file::adjust_local_symbol,
2059         do_adjust_local_symbol): New functions.
2060         * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
2061         * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
2062         (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
2063         and irregular opd entry spacing.
2064         (Powerpc_relobj::do_read_relocs): Add opd size checks.
2065         (Global_symbol_visitor_opd): New functor.
2066         (Target_powerpc::do_finalize_sections): Omit global symbols defined
2067         on deleted opd entries.
2068
2069 2012-09-15  Jiong Wang  <jiwang@tilera.com>
2070
2071         * tilegx.cc: New file.
2072         * Makefile.am (TARGETSOURCES): Add tilegx.cc
2073         (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
2074         * configure.tgt: Add entries for tilegx*.
2075         * configure.ac: Likewise.
2076         * Makefile.in: Rebuild.
2077         * configure: Likewise.
2078         * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
2079         tilegx.
2080
2081 2012-09-13  Alan Modra  <amodra@gmail.com>
2082
2083         * target-reloc.h (scan_relocs): Call scan.local for relocs
2084         against symbols in discarded sections.  Pass is_discarded
2085         param.
2086         * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
2087         Add is_discarded param.
2088         * powerpc (Target_powerpc::Scan::local): Likewise.  Use
2089         is_discarded to flag opd entry as discarded.  Don't emit dyn
2090         relocs on such entries.
2091         (Target_powerpc::Scan::global): Similarly detect and handle
2092         such opd entries.
2093         (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
2094         opd_ent_.  Update all uses.
2095         (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
2096         (Target_powerpc::relocate_section): Zero out discarded opd
2097         entry relocs.
2098
2099 2012-09-12  Ian Lance Taylor  <iant@google.com>
2100
2101         PR gold/14570
2102         * output.cc: Rename Output_data_got template parameter from size
2103         to got_size for all functions.  Compile all variants of
2104         Output_data_got.
2105         (Output_data_got::Got_entry::write): Correct use of size for
2106         symbol value.  Use local_is_tls rather than casting to
2107         Sized_relobj_file.
2108         * object.h (class Object): Add local_is_tls and do_local_is_tls.
2109         (class Sized_relobj_file): Add do_local_is_tls.
2110         * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
2111
2112 2012-09-11  Alan Modra  <amodra@gmail.com>
2113
2114         PR gold/14566
2115         * layout.cc (Layout::set_segment_offsets): When using
2116         common-page-size alignment, ensure we are on a new max-page-size
2117         page.
2118         * output.cc (Output_segment::set_section_addresses): Use
2119         abi_pagesize, not common_pagesize for relro boundary.
2120         (Output_segment::set_offset): Likewise.
2121
2122 2012-09-11  Alan Modra  <amodra@gmail.com>
2123
2124         * output.h (Output_data_got::add_global_tls, add_local_tls,
2125         add_local_tls_pair): New functions.
2126         (Output_data_got::add_local_pair_with_rel): Remove second
2127         reloc param.  Expand comment.
2128         (Output_data_got::Got_entry): Rename use_plt_offset_ to
2129         use_plt_or_tls_offset_, similarly for constructor param.
2130         (Output_data_got::Got_entry::write): Add got_index param.
2131         * output.cc (Output_data_got::add_global_tls, add_local_tls,
2132         add_local_tls_pair): New functions.
2133         (Output_data_got::Got_entry::write): Handle tls symbols
2134         with use_plt_or_tls_offset_ set specially.
2135         (Output_data_got::add_local_pair_with_rel): Only one reloc.
2136         (Output_data_got::do_write): Replace iterator with index, pass
2137         index to entry write function.
2138         * target.h (Target::tls_offset_for_local, tls_offset_for_global,
2139         do_tls_offset_for_local, do_tls_offset_for_global): New functions.
2140         * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
2141         call.
2142         * i386.cc (Target_i386::Scan::local): Likewise.
2143         * sparc.cc (Target_sparc::Scan::local): Likewise.
2144         * x86_64.cc (Target_x86_64::Scan::local): Likewise.
2145         * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
2146         do_tls_offset_for_global): New functions.
2147         (Target_powerpc::Scan::local): Correct TLS relocations and got
2148         entry values.
2149         (Target_powerpc::Scan::global): Don't emit unnecessary
2150         dynamic relocations on TLS GOT entries.
2151
2152 2012-09-10  Matthias Klose  <doko@ubuntu.com>
2153
2154         * config.in: Disable sanity check for kfreebsd.
2155
2156 2012-09-10  Sterling Augustine  <saugustine@google.com>
2157
2158         * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
2159         (Gdb_index::pubtypes_read): New parameter.
2160         (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
2161         to calls.
2162         * gdb-index.h (Gdb_index): New fields pubnames_object_ and
2163         pubtypes_object_.
2164
2165 2012-09-09  Alan Modra  <amodra@gmail.com>
2166
2167         * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
2168         (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
2169         * gc.h (gc_process_relocs): Call target gc_add_reference.
2170         * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
2171         * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
2172         (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
2173         unnecessary cast.
2174         * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
2175         to cater for when we don't need code offset.  Update use.
2176         (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
2177         (Powerpc_relobj::access_from_map, add_reference, opd_valid,
2178         set_opd_valid): New functions.
2179         (Target_powerpc::do_gc_add_reference): New function.
2180         (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
2181         stashed refs.
2182         (Target_powerpc::do_gc_mark_symbol): New function.
2183
2184 2012-09-06  Cary Coutant  <ccoutant@google.com>
2185
2186         * dwarf_reader.cc (Dwarf_die::read_attributes): Add
2187         DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
2188         (Dwarf_die::skip_attributes): Likewise.
2189         * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
2190         * testsuite/gdb_index_test.cc (inline_func_1): New function.
2191         (main): Call it.
2192         * testsuite/gdb_index_test_comm.sh: Check index for inline function.
2193
2194 2012-09-05  H.J. Lu  <hongjiu.lu@intel.com>
2195
2196         * testsuite/script_test_3.t: Add .got.plt output section
2197         statement.
2198         * testsuite/script_test_4.t: Likewise.
2199
2200 2012-09-05  Alan Modra  <amodra@gmail.com>
2201
2202         * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
2203         update all uses and lose "enum" when using type.
2204
2205 2012-09-05  Alan Modra  <amodra@gmail.com>
2206
2207         * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
2208         * configure: Regenerate.
2209         * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
2210         (plugin_final_layout.stdout): Likewise.
2211         (memory_test): Set page sizes to 0x1000.
2212         * testsuite/Makefile.in: Regenerate.
2213         * testsuite/discard_locals_test.sh: Add FIXME comment.
2214         * testsuite/justsyms_exec.c: Disable function test for powerpc64.
2215         * testsuite/pr14265.t: Add .got output section statement.
2216         * testsuite/script_test_2.t: Likewise.
2217         * testsuite/script_test_3.t: Likewise.
2218         * testsuite/script_test_4.t: Likewise.
2219         * testsuite/script_test_5.t: Likewise.
2220         * testsuite/script_test_6.t: Likewise.
2221         * testsuite/script_test_7.t: Likewise.
2222         * testsuite/script_test_9.t: Likewise.
2223
2224 2012-09-05  Alan Modra  <amodra@gmail.com>
2225
2226         * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
2227         (Powerpc_relocate_functions::Status): New typedef.
2228         (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2229         (Target_powerpc::Scan::local): Handle REL64.
2230         (Target_powerpc::Scan::global): Likewise, and dynamic relocs
2231         for REL32 and REL64.
2232         (Target_powerpc::symval_for_branch): New function, extracted from..
2233         (Target_powerpc::Relocate::relocate): ..here.  Correct plt call
2234         checks.  Report overflow errors.
2235
2236 2012-09-05  Alan Modra  <amodra@gmail.com>
2237
2238         * object.h (Sized_relobj_file::emit_relocs): Delete.
2239         (Sized_relobj_file::emit_relocs_reltype): Delete.
2240         * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
2241         relocate_relocs for --emit-relocs.
2242         (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
2243         * output.h: Update comment.
2244         (Output_segment::first_section): New function.
2245         (Output_segment::first_section_load_address): Use first_section.
2246         * output.cc (Output_segment::first_section): New function extracted..
2247         (Output_segment::first_section_load_address): ..from here.  Delete.
2248         * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
2249         * target.h (Sized_target::relocate_for_relocatable): Likewise.
2250         * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
2251         adjust call to target.h function.
2252         * i386.cc (Target_i386): Likewise.
2253         * sparc.cc (Target_sparc): Likewise.
2254         * x86_64.cc (Target_x86_64): Likewise.
2255         * powerpc.cc (Target_powerpc): Likewise.
2256         (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS.  Ensure
2257         first tls section has section symbol for optimised local dynamic
2258         output relocs.
2259         (Target_powerpc::Relocate::relocate): Correct local dynamic value.
2260         (Target_powerpc::relocate_relocs): Adjust relocs emitted for
2261         optimised tls code.
2262         * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
2263         Rename to relocate_relocs.  Update error message.
2264
2265 2012-09-04  Andreas Schwab  <schwab@linux-m68k.org>
2266
2267         * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
2268         --just-symbols.
2269
2270 2012-08-31  Alan Modra  <amodra@gmail.com>
2271
2272         * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
2273         (Powerpc_relobj::toc_base_offset): New stub function.
2274         (Target_powerpc): Add tp_offset, dtp_offset.  Rename
2275         got_mod_index_offset to tlsld_got_offset.  Update all refs.
2276         (Target_powerpc::Relocate::enum skip_tls): New.
2277         (Target_powerpc::call_tls_get_addr_): New var.
2278         (Target_powerpc::is_branch_reloc): Move to file scope.
2279         (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
2280         (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
2281         New functions.
2282         (Target_powerpc::enum Got_type): Delete old values, add new ones.
2283         (powerpc_info): Correct common_pagesize for ppc64.
2284         (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
2285         (Powerpc_relocate_functions): Add overflow check enums and functions.
2286         Add non-shift version of rela, rela_ua.  Delete all rel public
2287         functions.  Delete addr16_lo.  Add addr64, addr64_u, addr32,
2288         addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
2289         addr16_ha3, addr14 functions.
2290         (Output_data_got_powerpc::add_constant_pair): New function.
2291         (Output_data_got_powerpc::got_base_offset): Likewise.
2292         (Output_data_got_powerpc::do_write): Correct 64-bit got header.
2293         (instruction constants): Sort, add some more.
2294         (Output_data_glink::do_write): Add and use Address typedef.  Use
2295         object->toc_base_offset() stub for 64-bit.
2296         (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
2297         (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2298         (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
2299         for R_PPC64_TOC.  Handle more relocs.  Generate got entries for TLS.
2300         Always treat .opd relocs as against locally defined symbol.
2301         Correct condition for RELATIVE relocs.
2302         (Target_powerpc::do_finalize_sections): Test for NULL sections.
2303         (Target_powerpc::Relocate::relocate): Use plt call stub as value
2304         for 32-bit syms with a plt entry.  Correct ppc64 toc base
2305         calculations.  Handle TLS relocs, and more.  Add overflow
2306         checking and adjust for Powerpc_relocate_functions changes.
2307         (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
2308         Reinstate --emit-relocs code with FIXME.
2309
2310 2012-08-30  Alan Modra  <amodra@gmail.com>
2311
2312         * layout.cc (Layout::set_segment_offsets): Set p_align to
2313         abi_pagesize, not common_pagesize.
2314         (Layout::relaxation_loop_body): Similarly use abi_pagesize
2315         to determine whether file header can go in segment.
2316
2317 2012-08-30  Alan Modra  <amodra@gmail.com>
2318
2319         * output.h (Output_reloc::Output_reloc <output section>): Add
2320         is_relative param.  Adjust calls.
2321         (Output_reloc::add_output_section_relative): New functions.
2322         * output.cc (Output_reloc::Output_reloc <output section>): Handle
2323         is_relative.
2324         (Output_reloc::symbol_value): Handle SECTION_CODE.
2325
2326 2012-08-24  Sriraman Tallam  <tmsriram@google.com>
2327
2328         * gold.cc (queue_middle_tasks): Call layout again when unique
2329         segments for sections is desired.
2330         * layout.cc (Layout::Layout): Initialize new members.
2331         (Layout::get_output_section_flags): New function.
2332         (Layout::choose_output_section): Call get_output_section_flags.
2333         (Layout::layout): Make output section for mapping to a unique segment.
2334         (Layout::insert_section_segment_map): New function.
2335         (Layout::attach_allocated_section_to_segment): Make unique segment for
2336         output sections marked so.
2337         (Layout::segment_precedes): Check for unique segments when sorting.
2338         * layout.h (Layout::Unique_segment_info): New struct.
2339         (Layout::Section_segment_map): New typedef.
2340         (Layout::insert_section_segment_map): New function.
2341         (Layout::get_output_section_flags): New function.
2342         (Layout::is_unique_segment_for_sections_specified): New function.
2343         (Layout::set_unique_segment_for_sections_specified): New function.
2344         (Layout::unique_segment_for_sections_specified_): New member.
2345         (Layout::section_segment_map_): New member.
2346         * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
2347         Rename is_gc_pass_one to is_pass_one.
2348         Rename is_gc_pass_two to is_pass_two.
2349         Rename is_gc_or_icf to is_two_pass.
2350         Check for which pass based on whether symbols data is present.
2351         Make it two pass when unique segments for sections is desired.
2352         * output.cc (Output_section::Output_section): Initialize new
2353         members.
2354         * output.h (Output_section::is_unique_segment): New function.
2355         (Output_section::set_is_unique_segment): New function.
2356         (Output_section::is_unique_segment_): New member.
2357         (Output_section::extra_segment_flags): New function.
2358         (Output_section::set_extra_segment_flags): New function.
2359         (Output_section::extra_segment_flags_): New member.
2360         (Output_section::segment_alignment): New function.
2361         (Output_section::set_segment_alignment): New function.
2362         (Output_section::segment_alignment_): New member.
2363         (Output_segment::Output_segment): Initialize is_unique_segment_.
2364         (Output_segment::is_unique_segment): New function.
2365         (Output_segment::set_is_unique_segment): New function.
2366         (Output_segment::is_unique_segment_): New member.
2367         * plugin.cc (allow_unique_segment_for_sections): New function.
2368         (unique_segment_for_sections): New function.
2369         (Plugin::load): Add new functions to transfer vector.
2370         * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
2371         * Makefile.in: Regenerate.
2372         * testsuite/plugin_final_layout.sh: Check if unique segment
2373         functionality works.
2374         * testsuite/plugin_section_order.c (onload): Check if new interfaces
2375         are available.
2376         (allow_unique_segment_for_sections): New global.
2377         (unique_segment_for_sections): New global.
2378         (claim_file_hook): Call allow_unique_segment_for_sections.
2379         (all_symbols_read_hook): Call unique_segment_for_sections.
2380
2381 2012-08-22  Cary Coutant  <ccoutant@google.com>
2382
2383         * layout.cc (Layout::include_section): Don't assert on GROUP
2384         sections with --emit-relocs.
2385
2386 2012-08-21  Cary Coutant  <ccoutant@google.com>
2387
2388         * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
2389         if --export-dynamic-symbol names an undef symbol.
2390
2391 2012-08-18  Alan Modra  <amodra@gmail.com>
2392
2393         * powerpc.cc: Formatting and white space.
2394         (Powerpc_relobj): Rename got2_section_ to special_.
2395         Add opd_ent_shndx_ and opd_ent_off_ vectors.
2396         (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
2397         scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
2398         (Target_powerpc): Add Address typedef and invalid_address.  Use
2399         throughout.
2400         (Target_powerpc::is_branch_reloc): New function.
2401         (Powerpc_relocate_functions): Add Address typedef, use throughout.
2402         (Powerpc_relocate_functions:rela, rela_ua): Correct type used
2403         for dst_mask, value and addend.
2404         (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
2405         (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
2406         (Output_data_glink::do_write): Correct toc base.  Don't try to use
2407         uint16_t for 24-bit offset.  Use get_output_section_offset and
2408         check return.
2409         (Target_powerpc::Scan::local): Handle more relocs.
2410         (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
2411         (Target_powerpc::Relocate::relocate): Correct toc base calculation.
2412         Plug in toc restoring insn after plt calls.  Translate branches
2413         to function descriptor symbols to corresponding entry point.
2414         (Target_powerpc::relocate_for_relocatable): Check return from
2415         get_output_section_offset.
2416         * symtab.h: Comment typo.
2417
2418 2012-08-14  Ian Lance Taylor  <iant@google.com>
2419
2420         * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
2421         unsupported_relocal_local to call unsupported_reloc_global.
2422
2423 2012-08-14  Nick Clifton  <nickc@redhat.com>
2424
2425         PR ld/14265
2426         * script-sections.cc (Sections_element::output_section_name): Add
2427         keep return parameter.
2428         (Output_section_element::match_name): Add keep return parameter.
2429         Return the value of the keep_ member.
2430         * script-sections.h (class Output_section): Update
2431         output_section_name prototype.
2432         * layout.cc (Layout::keep_input_section): New public member
2433         function.
2434         (Layout::choose_output_section): Pass keep parameter to
2435         output_section_name.
2436         * layout.h (class Layout): Add keep_input_section.
2437         * object.cc (Sized_relobj_file::do_layout): Check for kept input
2438         sections.
2439         * testsuite/Makefile.am: Add a test.
2440         * testsuite/Makefile.in: Regenerate.
2441         * testsuite/pr14265.c: Source file for the test.
2442         * testsuite/pr14265.t: Linker script for the test.
2443         * testsuite/pr14265.sh: Shell script for the test.
2444
2445 2012-08-14  Alan Modra  <amodra@gmail.com>
2446
2447         * target.h (Target::output_section_name): New function.
2448         (Target::do_output_section_name): New function.
2449         * layout.cc (Layout::choose_output_section): Call the above.
2450         * powerpc.cc (Target_powerpc::do_output_section_name): New function.
2451
2452 2012-08-14  Alan Modra  <amodra@gmail.com>
2453
2454         * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
2455         (Output_data_got_powerpc::do_write): Don't rely on base class lookup
2456         for replace_constant call.
2457         (Output_data_plt_powerpc::do_print_to_mapfile): New function.
2458         (Output_data_glink::do_print_to_mapfile): New function.
2459         (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
2460         (Target_powerpc::Relocate::relocate): Likewise.
2461
2462 2012-08-14  Alan Modra  <amodra@gmail.com>
2463
2464         * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
2465         (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
2466         (Output_data_glink::add_entry,find_entry): Remove shndx param.
2467         (class Glink_sym_ent): Rename from struct Glink_sym_ent.  Remove
2468         all references to shndx_.  Handle special case for R_PPC_PLTREL24
2469         here.
2470         (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
2471         (Output_data_glink::do_write): Retrieve got2_shdnx from object.
2472         (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
2473         here.
2474         (Target_powerpc::Scan::global): Nor on make_plt_entry call.
2475         (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
2476
2477 2012-08-12  Alan Modra  <amodra@gmail.com>
2478
2479         * powerpc.cc: Whitespace fixes.  Wrap overly long lines.
2480         (glink insn constants): Use uint32_t.
2481         (Output_data_glink::add_entry): Use insert, not [] operator.
2482
2483 2012-08-11  Alan Modra  <amodra@gmail.com>
2484
2485         * object.h (Sized_relobj_file::find_shdr): New function.
2486         (Sized_relobj_file::find_special_sections): New function.
2487         * object.cc (Sized_relobj_file::find_shdr): New function.
2488         (Sized_relobj_file::find_eh_frame): Use find_shdr.
2489         (Sized_relobj_file::find_special_sections): New function, split out..
2490         (Sized_relobj_file::do_read_symbols): ..from here.
2491         * output.h (Output_data_got::replace_constant): New function.
2492         (Output_data_got::num_entries): New function.
2493         (Output_data_got::last_got_offset,set_got_size): Use num_entries.
2494         (Output_data_got::got_offset): Protected rather than private.
2495         (Output_data_got::replace_got_entry): New function.
2496         * output.cc (Output_data_got::replace_got_entry): New function.
2497         * powerpc.cc (class Powerpc_relobj): New.
2498         (class Powerpc_relocate_functions): Delete all psymval variants or
2499         convert to value,addend type.  Delete pcrela, pcrela_unaligned.
2500         Implement _ha functions using corresponding _hi function.
2501         (Powerpc_relobj::find_special_sections): New function.
2502         (Target_powerpc::do_make_elf_object): New function.
2503         (class Output_data_got_powerpc): New.
2504         (class Output_data_glink): New.
2505         (class Powerpc_scan_relocatable_reloc): New.
2506         Many more changes througout file.
2507
2508 2012-08-09  Nick Clifton  <nickc@redhat.com>
2509
2510         * po/vi.po: Updated Vietnamese translation.
2511
2512 2012-08-07  Ian Lance Taylor  <iant@google.com>
2513
2514         * layout.cc (Layout::add_target_dynamic_tags): If
2515         dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
2516         plt_rel.
2517
2518 2012-07-30  Nick Clifton  <nickc@redhat.com>
2519
2520         * po/gold.pot: Updated template.
2521         * po/es.po: Updated Spanish translation.
2522
2523 2012-07-18  Cary Coutant  <ccoutant@google.com>
2524
2525         PR gold/14344
2526         * configure.ac: Add check for -gpubnames support.
2527         * configure: Regenerate.
2528         * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
2529         support; force -gno-pubnames.
2530         (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
2531         support.
2532         (gdb_index_test_4): New test.
2533         * testsuite/Makefile.in: Regenerate.
2534         * testsuite/gdb_index_test_1.sh: Refactor code into common file.
2535         * testsuite/gdb_index_test_2.sh: Likewise.
2536         * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
2537         * testsuite/gdb_index_test_4.sh: New script.
2538         * testsuite/gdb_index_test_comm.sh: New script with common code;
2539         don't look for space after colon.
2540
2541 2012-07-16  Sriraman Tallam  <tmsriram@google.com>
2542
2543         * gold.cc (queue_middle_tasks): Update function order only after
2544         deferred objects due to plugins are processed.
2545
2546 2012-07-11  Ian Lance Taylor  <iant@google.com>
2547
2548         * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
2549         (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
2550         (Target_arm::scan_reloc_for_stub): Likewise.
2551         * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
2552         * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
2553         * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
2554         * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
2555         * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
2556
2557 2012-07-10  Dodji Seketeli  <dodji@redhat.com>
2558             Ian Lance Taylor  <iant@google.com>
2559
2560         PR gold/14309
2561         * configure.ac: Test whether std::tr1::hash<off_t> works.
2562         * gold.h: Add a specialization for std::tr1::hash<off_t> if
2563         needed.
2564         * output.h (class Output_fill): Add virtual destructor.
2565         * configure, config.in: Rebuild.
2566
2567 2012-06-22  Roland McGrath  <mcgrathr@google.com>
2568
2569         * layout.cc (finalize): Define __ehdr_start symbol if applicable.
2570
2571 2012-06-12  Rafael Ávila de Espíndola <respindola@mozilla.com>
2572
2573         * plugin.cc (Plugin::load): Handle position independent executables.
2574
2575 2012-06-06  Cary Coutant  <ccoutant@google.com>
2576
2577         * layout.cc (gdb_sections): Remove ".debug_" prefixes,
2578         add .debug_macro.
2579         (lines_only_debug_sections): Likewise.
2580         (gdb_fast_lookup_sections): New static array.
2581         (is_gdb_debug_section): Rename formal parameter.
2582         (is_lines_only_debug_section): Likewise.
2583         (is_gdb_fast_lookup_section): New function.
2584         (Layout::include_section): Check for ".zdebug_" prefix; pass
2585         section name suffix to is_gdb_debug_section, et al.; check for
2586         fast-lookup sections when building .gdb_index.
2587         * options.h (--strip-debug-gdb): Update GDB version number.
2588
2589 2012-06-06  Cary Coutant  <ccoutant@google.com>
2590
2591         * configure.ac: Add check for fallocate.
2592         * configure: Regenerate.
2593         * config.in: Regenerate.
2594
2595         * options.h (class General_options): Add --mmap-output-file and
2596         --posix-fallocate options.
2597         * output.cc: (posix_fallocate): Remove; replace with...
2598         (gold_fallocate): New function.
2599         (Output_file::map_no_anonymous): Call gold_fallocate.
2600         (Output_file::map): Check --mmap-output-file option.
2601
2602 2012-06-05  Jing Yu  <jingyu@google.com>
2603
2604         * gold.h (textdomain): Add do {} to empty while(0).
2605         (bindtextdomain): Likewise.
2606
2607 2012-06-04  Cary Coutant  <ccoutant@google.com>
2608
2609         * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
2610         has_dynsym_index.
2611
2612 2012-05-25  Sriraman Tallam  <tmsriram@google.com>
2613
2614         * symtab.cc (Symbol_table::define_special_symbol):
2615         Initialize *poldsym to prevent uninitialized variable errors.
2616
2617 2012-05-23  Cary Coutant  <ccoutant@google.com>
2618
2619         * layout.cc (Layout::section_name_mapping): Add rules to handle
2620         exact match on .data.rel.ro.local or .data.rel.ro.
2621         (Layout::output_section_name): Check for exact matches.
2622
2623 2012-05-23  Cary Coutant  <ccoutant@google.com>
2624
2625         * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
2626         more carefully.
2627
2628 2012-05-22  Cary Coutant  <ccoutant@google.com>
2629
2630         * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
2631         object before exporting symbol.
2632
2633 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2634
2635         * testsuite/tls_test.cc: Include "config.h" first.
2636         * testsuite/tls_test_c.c: Likewise.
2637
2638 2012-05-17  Daniel Richard G.  <skunk@iskunk.org>
2639             Nick Clifton  <nickc@redhat.com>
2640
2641         PR 14072
2642         * configure.in: Add check that sysdep.h has been included before
2643         any system header files.
2644         * configure: Regenerate.
2645         * config.in: Regenerate.
2646
2647 2012-05-14  Cary Coutant  <ccoutant@google.com>
2648
2649         * layout.cc (Layout::make_output_section): Mark .tdata section
2650         as RELRO.
2651         * testsuite/relro_test.cc: Add a TLS variable.
2652
2653 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2654
2655         PR gold/14091
2656         * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
2657         R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
2658         R_X86_64_64.
2659
2660 2012-05-08  Cary Coutant  <ccoutant@google.com>
2661
2662         * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
2663         (lines_only_debug_sections): Likewise.
2664
2665 2012-05-02  Roland McGrath  <mcgrathr@google.com>
2666
2667         * nacl.cc: New file.
2668         * nacl.h: New file.
2669         * Makefile.am (CCFILES, HFILES): Add them.
2670         * Makefile.in: Regenerate.
2671         * i386.cc (Output_data_plt_i386_nacl): New class.
2672         (Output_data_plt_i386_nacl_exec): New class.
2673         (Output_data_plt_i386_nacl_dyn): New class.
2674         (Target_i386_nacl): New class.
2675         (Target_selector_i386_nacl): New class.
2676         (target_selector_i386): Use it instead of Target_selector_i386.
2677         * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
2678         (Target_x86_64_nacl): New class.
2679         (Target_selector_x86_64_nacl): New class.
2680         (target_selector_x86_64, target_selector_x32): Use it instead of
2681         Target_selector_x86_64.
2682         * arm.cc (Output_data_plt_arm_nacl): New class.
2683         (Target_arm_nacl): New class.
2684         (Target_selector_arm_nacl): New class.
2685         (target_selector_arm, target_selector_armbe): Use it instead of
2686         Target_selector_arm.
2687
2688         * target-select.cc (select_target): Take new Input_file* and off_t
2689         arguments, pass them on to recognize method of selector.
2690         * object.cc (make_elf_sized_object): Update caller.
2691         * parameters.cc (parameters_force_valid_target): Likewise.
2692         * incremental.cc (make_sized_incremental_binary): Likewise.
2693         * target-select.h: Update decl.
2694         (Target_selector::recognize): Take new Input_file* argument,
2695         pass it on to do_recognize.
2696         (Target_selector::do_recognize): Take new Input_file* argument.
2697         * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
2698         * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
2699         * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
2700         * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
2701
2702         * target.h (Target::Target_info): New members isolate_execinstr
2703         and rosegment_gap.
2704         (Target::isolate_execinstr, Target::rosegment_gap): New methods.
2705         * arm.cc (Target_arm::arm_info): Update initializer.
2706         * i386.cc (Target_i386::i386_info): Likewise.
2707         * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
2708         * sparc.cc (Target_sparc::sparc_info): Likewise.
2709         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
2710         * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
2711         * layout.cc (Layout::attach_allocated_section_to_segment):
2712         Take new const Target* argument.  If target->isolate_execinstr(), act
2713         like --rosegment.
2714         (Layout::find_first_load_seg): Take new const Target* argument;
2715         if target->isolate_execinstr(), reject PF_X segments.
2716         (Layout::relaxation_loop_body): Update caller.
2717         (Layout::set_segment_offsets): If target->isolate_execinstr(),
2718         reset file offset to zero when we hit LOAD_SEG, and then do a second
2719         loop over the segments before LOAD_SEG to reassign offsets after
2720         addresses have been determined.  Handle target->rosegment_gap().
2721         (Layout::attach_section_to_segment): Take new const Target* argument;
2722         pass it to attach_allocated_section_to_segment.
2723         (Layout::make_output_section): Update caller.
2724         (Layout::attach_sections_to_segments): Take new const Target* argument;
2725         pass it to attach_section_to_segment.
2726         * gold.cc (queue_middle_tasks): Update caller.
2727         * layout.h (Layout): Update method decls with new arguments.
2728
2729         * arm.cc (Target_arm::Target_arm): Take optional argument for the
2730         Target_info pointer to use.
2731         (Target_arm::do_make_data_plt): New virtual method.
2732         (Target_arm::make_data_plt): New method that calls it.
2733         (Target_arm::make_plt_entry): Use it.
2734         (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
2735         for the section alignment.
2736         (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
2737         method.
2738         (Output_data_plt_arm::first_plt_entry_offset): Call it.
2739         (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
2740         method.
2741         (Output_data_plt_arm::get_plt_entry_size): Call it.
2742         (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
2743         (Output_data_plt_arm::fill_plt_entry): New method that calls it.
2744         (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
2745         method.
2746         (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
2747         (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
2748         method instead of sizeof(plt_entry).
2749         (Output_data_plt_arm::add_entry): Likewise.
2750         Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
2751         (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
2752         than static method.
2753         (Target_arm::plt_entry_size): Likewise.
2754         (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
2755         Move to ...
2756         (Output_data_plt_arm_standard): ... here, new class.
2757         (Output_data_plt_arm::do_write): Move guts of PLT filling to...
2758         (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
2759         (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
2760
2761         * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
2762         Take additional argument for the PLT entry size.
2763         (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
2764         Use get_plt_entry_size method rather than plt_entry_size variable.
2765         (Output_data_plt_x86_64::reserve_slot): Likewise.
2766         (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
2767         (Output_data_plt_x86_64::add_entry): Likewise.
2768         (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
2769         (Output_data_plt_x86_64::address_for_global): Likewise.
2770         (Output_data_plt_x86_64::address_for_local): Likewise.
2771         (Output_data_plt_x86_64::set_final_data_size): Likewise.
2772         (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
2773         Make method non-static.
2774         (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
2775         method.
2776         (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
2777         (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
2778         (Output_data_plt_x86_64::add_eh_frame): New method to call it.
2779         (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
2780         virtual method.
2781         (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
2782         (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
2783         virtual method.
2784         (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
2785         (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
2786         virtual method.
2787         (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
2788         (Output_data_plt_x86_64::plt_entry_size)
2789         (Output_data_plt_x86_64::first_plt_entry)
2790         (Output_data_plt_x86_64::plt_entry)
2791         (Output_data_plt_x86_64::tlsdesc_plt_entry)
2792         (Output_data_plt_x86_64::plt_eh_frame_fde_size)
2793         (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
2794         (Output_data_plt_x86_64_standard): ... here, new class.
2795         (Target_x86_64::Target_x86_64): Take optional argument for the
2796         Target_info pointer to use.
2797         (Target_x86_64::do_make_data_plt): New virtual method.
2798         (Target_x86_64::make_data_plt): New method to call it.
2799         (Target_x86_64::init_got_plt_for_update): Use that.
2800         Call this->plt_->add_eh_frame method here.
2801         (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
2802         (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
2803         rather than static method.
2804         (Target_x86_64::plt_entry_size): Likewise.
2805         (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
2806         rather than plt_entry_size variable.  Move guts of PLT filling to...
2807         (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
2808         (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
2809         (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
2810
2811         * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
2812         additional argument for the section alignment.
2813         Don't do add_eh_frame_for_plt here.
2814         (Output_data_plt_i386::first_plt_entry_offset): Make the method
2815         non-static.  Use get_plt_entry_size method rather than plt_entry_size
2816         variable.
2817         (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
2818         method.
2819         (Output_data_plt_i386::get_plt_entry_size): Call it.
2820         (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
2821         (Output_data_plt_i386::add_eh_frame): New method to call it.
2822         (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
2823         method.
2824         (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
2825         (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
2826         method.
2827         (Output_data_plt_i386::fill_plt_entry): New method to call it.
2828         (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
2829         method instead of plt_entry_size.
2830         (Output_data_plt_i386::plt_entry_size)
2831         (Output_data_plt_i386::plt_eh_frame_fde_size)
2832         (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
2833         (Output_data_plt_i386_standard): ... here, new class.
2834         (Output_data_plt_i386_exec): New class.
2835         (Output_data_plt_i386::exec_first_plt_entry): Move to ...
2836         (Output_data_plt_i386_exec::first_plt_entry): ... here.
2837         (Output_data_plt_i386::exec_plt_entry): Move to ...
2838         (Output_data_plt_i386_exec::plt_entry): ... here.
2839         (Output_data_plt_i386_dyn): New class.
2840         (Output_data_plt_i386::first_plt_entry): Move to ...
2841         (Output_data_plt_i386_dyn::first_plt_entry): ... here.
2842         (Output_data_plt_i386::dyn_plt_entry): Move to ...
2843         (Output_data_plt_i386_dyn::plt_entry): ... here.
2844         (Target_i386::Target_i386): Take optional argument for the Target_info
2845         pointer to use.
2846         (Target_i386::do_make_data_plt): New virtual method.
2847         (Target_i386::make_data_plt): New method to call it.
2848         (Target_i386::make_plt_section): Use that.
2849         Call this->plt_->add_eh_frame method here.
2850         (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
2851         rather than plt_entry_size variable.
2852         (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
2853         (Output_data_plt_i386::address_for_local): Likewise.
2854         (Output_data_plt_i386::do_write): Likewise.
2855         Move guts of PLT filling to...
2856         (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
2857         (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
2858         (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
2859         (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
2860
2861 2012-05-01  Cary Coutant  <ccoutant@google.com>
2862
2863         * dwarf_reader.cc (Dwarf_die::read_attributes)
2864         (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
2865         (Dwarf_die::uint_attribute): Remove DW_FORM_null.
2866         * reduced_debug_output.cc
2867         (Output_reduced_debug_info_section::get_die_end): Remove
2868         DW_FORM_GNU_ref_index.  Add default case.
2869
2870 2012-04-26  Mark Wielaard  <mjw@redhat.com>
2871
2872         * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
2873         * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
2874         * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
2875         DW_AT_high_pc as offset from DW_AT_low_pc.
2876
2877         * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
2878         * testsuite/Makefile.in: Regenerate.
2879         * testsuite/gdb_index_test_3.c: New test source file.
2880         * testsuite/gdb_index_test_3.sh: New test source file.
2881
2882 2012-04-25  Ian Lance Taylor  <iant@google.com>
2883
2884         * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
2885         pointer.
2886         (Stub_addend_reader::operator()): Declare Arm_relocate_functions
2887         as a class, not a struct.
2888         (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
2889         (Target_arm::apply_cortex_a8_workaround): Likewise.
2890         * gc.h: Declare Reloc_types as a struct, not a class.
2891         * object.h: Declare Symbols_data as a struct.
2892         * reloc.h: Declare Read_relocs_data as a struct.
2893         * target.h: Declare Relocate_info as a struct.
2894
2895 2012-04-24  David S. Miller  <davem@davemloft.net>
2896
2897         * sparc.cc (Target_sparc::Relocate::relax_call): New function.
2898         (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
2899         and R_SPARC_WPLT30.
2900
2901 2012-04-24  Cary Coutant  <ccoutant@google.com>
2902
2903         * incremental-dump.cc (find_input_containing_global): Replace
2904         magic number with symbolic constant.
2905         (dump_incremental_inputs): Update version number.
2906         * incremental.cc (Output_section_incremental_inputs): Update version
2907         number; import symbolic constants from Incremental_inputs_reader.
2908         (Incremental_inputs::create_data_sections): Align relocations
2909         section correctly for 64-bit targets.
2910         (Output_section_incremental_inputs::set_final_data_size): Use symbolic
2911         constants; add padding.
2912         (Output_section_incremental_inputs::write_header): Add assert for
2913         header_size.
2914         (Output_section_incremental_inputs::write_input_files): Add assert
2915         for input_entry_size.
2916         (Output_section_incremental_inputs::write_info_blocks): Add padding;
2917         add assert for object_info_size, input_section_entry_size,
2918         global_sym_entry_size.
2919         * incremental.h (Incremental_inputs_reader): Add symbolic constants
2920         for data structure sizes; use them.
2921         (Incremental_input_entry_reader): Import symbolic constants from
2922         Incremental_inputs_reader; use them.
2923
2924 2012-04-23  David S. Miller  <davem@davemloft.net>
2925
2926         * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
2927         and elf_flags_set_.
2928         (Target_sparc::Target_sparc): Initialize new fields.
2929         (Target_sparc::do_make_elf_object): New function.
2930         (Target_sparc::do_adjust_elf_header): New function.
2931
2932 2012-04-23  Cary Coutant  <ccoutant@google.com>
2933
2934         * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
2935         CU range table of gdb index.
2936
2937 2012-04-20  David S. Miller  <davem@davemloft.net>
2938
2939         * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
2940         instead of false.
2941
2942 2012-04-16  David S. Miller  <davem@davemloft.net>
2943
2944         * sparc.cc (Target_sparc::got_address): New function.
2945         (Sparc_relocate_functions::gdop_hix22): New function.
2946         (Sparc_relocate_functions::gdop_lox10): New function.
2947         (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
2948         relocs.
2949         (Target_sparc::Scan::local): Likewise if the global symbol is not
2950         preemptible and is not IFUNC.
2951         (Target_sparc::Relocate::relocate): Perform GOTDATA code
2952         transformations for local and non-preemptible non-IFUNC global
2953         symbols.
2954
2955         * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
2956         writing out 64-bit part of ranges.
2957
2958         * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
2959         -fpic and -fpie respectively.
2960         * Makefile.in: Regenerate.
2961
2962         * sparc.cc (class Target_sparc): Add rela_ifunc_.
2963         (Target_sparc::Target_sparc): Initialize new field.
2964         (Target_sparc::do_plt_section_for_global): New function.
2965         (Target_sparc::do_plt_section_for_local): New function.
2966         (Target_sparc::reloc_needs_plt_for_ifunc): New function.
2967         (Target_sparc::make_plt_section): New function, broken out of
2968         make_plt_entry.  Use ORDER_NON_RELRO_FIRST for ".plt".
2969         (Target_sparc::make_plt_entry): Call make_plt_section.
2970         (Target_sparc::make_local_ifunc_plt_entry): New function.
2971         (Target_sparc::rela_ifunc_section): New function.
2972         (Target_sparc::plt_section): Remove const.
2973         (Output_data_plt_sparc): Update declarations.  Define Global_ifunc
2974         and Local_ifunc types.  Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
2975         and ifunc_count_ fields.
2976         (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
2977         (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
2978         (Output_data_plt_sparc::add_local_ifunc_entry): New function.
2979         (Output_data_plt_sparc::rela_ifunc): New function.
2980         (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
2981         (Output_data_plt_sparc::has_ifunc_section): New function.
2982         (Output_data_plt_sparc::entry_count): Include ifunc_count_.
2983         (Output_data_plt_sparc::address_for_global): New function.
2984         (Output_data_plt_sparc::address_for_local): New function.
2985         (Output_data_plt_sparc::plt_index_to_offset): New function.
2986         (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
2987         and entry_count.
2988         (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
2989         entry_count.
2990         (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
2991         R_SPARC_JMP_IREL to switch.
2992         (Target_sparc::Scan::check_non_pic): Likewise.
2993         (Target_sparc::Scan::local): Handle IFUNC symbols.
2994         (Target_sparc::Scan::local): Likewise.
2995         (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
2996         and plt_address_for_local.
2997         (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
2998         Define __rel_iplt_start and __rel_iplt_end if doing a static link.
2999
3000         * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
3001         (class Output_data_reloc): Adjust calls to Output_reloc_type.
3002         (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
3003         * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
3004         global relocs too.
3005         (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
3006         * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
3007         calls.
3008         * sparc.cc (Target_sparc::Scan::global): Likewise.
3009         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
3010
3011 2012-04-16  Cary Coutant  <ccoutant@google.com>
3012
3013         * archive.cc (Library_base::should_include_member): Check for
3014         --export-dynamic-symbol.
3015         * options.h (class General_options): Add --export-dynamic-symbol.
3016         * symtab.cc (Symbol::should_add_dynsym_entry): Check for
3017         --export-dynamic-symbol.
3018         (Symbol_table::gc_mark_undef_symbols): Likewise.
3019         (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
3020
3021 2012-04-12  David S. Miller  <davem@davemloft.net>
3022
3023         * sparc.cc (Reloc::wdisp10): New relocation method.
3024         (Reloc::h34): Likewise.
3025         (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
3026         (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
3027         R_SPARC_WDISP10.
3028         (Target_sparc::Scan::local): Likewise.
3029         (Target_sparc::Scan::global): Likewise.
3030         (Target_sparc::Relocate::relocate): Likewise.
3031
3032 2012-04-09  Cary Coutant  <ccoutant@google.com>
3033
3034         * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
3035         low_pc == 0.
3036
3037 2012-04-06  Ian Lance Taylor  <iant@google.com>
3038
3039         * timer.cc: #include <unistd.h>.
3040
3041 2012-04-06  Roland McGrath  <mcgrathr@google.com>
3042
3043         * configure.in (AC_CHECK_HEADERS): Add locale.h.
3044         * config.in: Regenerate.
3045         * configure: Regenerate.
3046
3047 2012-04-05  Nick Clifton  <nickc@redhat.com>
3048
3049         * configure.ac (AC_CHECK_FUNCS): Add setlocale.
3050         (AM_LC_MESSAGES): Add.
3051         * aclocal.m4: Regenerate.
3052         * config.in: Regenerate.
3053         * configure: Regenerate.
3054
3055 2012-03-21  Cary Coutant  <ccoutant@google.com>
3056
3057         * Makefile.am: Add gdb-index.cc, gdb-index.h.
3058         * Makefile.in: Regenerate.
3059         * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
3060         (Sized_elf_reloc_mapper::symbol_section): New function.
3061         (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
3062         (make_elf_reloc_mapper): New function.
3063         (Dwarf_abbrev_table::clear_abbrev_codes): New function.
3064         (Dwarf_abbrev_table::do_read_abbrevs): New function.
3065         (Dwarf_abbrev_table::do_get_abbrev): New function.
3066         (Dwarf_ranges_table::read_ranges_table): New function.
3067         (Dwarf_ranges_table::read_range_list): New function.
3068         (Dwarf_pubnames_table::read_section): New function.
3069         (Dwarf_pubnames_table::read_header): New function.
3070         (Dwarf_pubnames_table::next_name): New function.
3071         (Dwarf_die::Dwarf_die): New function.
3072         (Dwarf_die::read_attributes): New function.
3073         (Dwarf_die::skip_attributes): New function.
3074         (Dwarf_die::set_name): New function.
3075         (Dwarf_die::set_linkage_name): New function.
3076         (Dwarf_die::attribute): New function.
3077         (Dwarf_die::string_attribute): New function.
3078         (Dwarf_die::int_attribute): New function.
3079         (Dwarf_die::uint_attribute): New function.
3080         (Dwarf_die::ref_attribute): New function.
3081         (Dwarf_die::child_offset): New function.
3082         (Dwarf_die::sibling_offset): New function.
3083         (Dwarf_info_reader::check_buffer): New function.
3084         (Dwarf_info_reader::parse): New function.
3085         (Dwarf_info_reader::do_parse): New function.
3086         (Dwarf_info_reader::do_read_string_table): New function.
3087         (Dwarf_info_reader::lookup_reloc): New function.
3088         (Dwarf_info_reader::get_string): New function.
3089         (Dwarf_info_reader::visit_compilation_unit): New function.
3090         (Dwarf_info_reader::visit_type_unit): New function.
3091         (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
3092         Sized_elf_reloc_mapper.
3093         (Sized_dwarf_line_info::symbol_section): Remove function.
3094         (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
3095         (Sized_dwarf_line_info::read_line_mappings): Remove object
3096         parameter, adjust callers.
3097         (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
3098         * dwarf_reader.h: Include <sys/types.h>.
3099         (class Track_relocs): Remove forward declaration.
3100         (class Elf_reloc_mapper): New class.
3101         (class Sized_elf_reloc_mapper): New class.
3102         (class Dwarf_abbrev_table): New class.
3103         (class Dwarf_range_list): New class.
3104         (class Dwarf_ranges_table): New class.
3105         (class Dwarf_pubnames_table): New class.
3106         (class Dwarf_die): New class.
3107         (class Dwarf_info_reader): New class.
3108         (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
3109         (Sized_dwarf_line_info::symbol_section): Remove member function.
3110         * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
3111         base class.
3112         * gdb-index.cc: New source file.
3113         * gdb-index.h: New source file.
3114         * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
3115         and .debug_types sections, call Layout::add_to_gdb_index.
3116         (Sized_relobj_incr::do_section_name): Implement.
3117         (Sized_relobj_incr::do_section_contents): Adjust parameter list and
3118         return type; Implement.
3119         (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
3120         return type.
3121         * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
3122         parameter list and return type.
3123         (Sized_incr_dynobj::do_section_contents): Likewise.
3124         * layout.cc: Include gdb-index.h.
3125         (Layout::Layout): Initialize gdb_index_data_.
3126         (Layout::init_fixed_output_section): Check for .gdb_index section.
3127         (Layout::add_to_gdb_index): New function. Instantiate.
3128         * layout.h: Add forward declaration for class Gdb_index.
3129         (Layout::add_to_gdb_index): New member function.
3130         (Layout::gdb_index_data_): New data member.
3131         * main.cc: Include gdb-index.h.
3132         (main): Print statistics for gdb index.
3133         * object.cc (Object::section_contents): Move code into
3134         do_section_contents.
3135         (need_decompressed_section): Check for sections needed when building
3136         gdb index.
3137         (build_compressed_section_map): Likewise.
3138         (Sized_relobj_file::do_read_symbols): Need local symbols when building
3139         gdb index.
3140         (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
3141         sections; call Layout::add_to_gdb_index.
3142         (Sized_relobj_file::do_decompressed_section_contents): Call
3143         do_section_contents directly.
3144         * object.h (Object::do_section_contents): Adjust parameter list and
3145         return type.
3146         (Object::do_decompressed_section_contents): Call do_section_contents
3147         directly.
3148         (Sized_relobj_file::do_section_contents): Adjust parameter list and
3149         return type.
3150         * options.h (class General_options): Add --gdb-index option.
3151         * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
3152         list and return type.
3153         * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
3154         * reloc.h (Track_relocs::checkpoint): New function.
3155         (Track_relocs::reset): New function.
3156
3157         * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
3158         New test cases.
3159         * testsuite/Makefile.in: Regenerate.
3160         * testsuite/gdb_index_test.cc: New test source file.
3161         * testsuite/gdb_index_test_1.sh: New test source file.
3162         * testsuite/gdb_index_test_2.sh: New test source file.
3163
3164 2012-03-19  Doug Kwan  <dougkwan@google.com>
3165
3166         * arm.cc (Target_arm::do_define_standard_symbols): New method.
3167         (Target_arm::do_finalize_sections): Remove code which defines
3168         __exidx_start and __exidx_end.  Make symbol table parameter
3169         anonymous as it is not used.
3170         * gold.cc (queue_middle_tasks): Call target hook to define any
3171         target-specific symbols.
3172         * target.h (Target::define_standard_symbols): New method.
3173         (Target::do_define_standard_symbols): Same.
3174         * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
3175         * testsuite/Makefile.in: Regenerate.
3176         * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
3177         and __exidx_end.
3178         * testsuite/arm_exidx_test.sh: Check that no unused dynamic
3179         relocations are generated for __exidx_start and __exidx_end.
3180
3181 2012-03-16  Doug Kwan  <dougkwan@google.com>
3182
3183         * testsuite/Makefile.am: Disable test initpri3b.
3184         * testsuite/Makefile.in: Regenerate.
3185
3186 2012-03-15  Doug Kwan  <dougkwan@google.com>
3187
3188         * arm.cc (Target_arm::got_section): Make .got section read-only
3189         if -z now is given.
3190
3191 2012-03-15  Ian Lance Taylor  <iant@google.com>
3192
3193         PR gold/13850
3194         * layout.cc (Layout::make_output_section): Correctly mark
3195         SHT_INIT_ARRAY, et. al., as relro.
3196
3197 2012-03-14  Doug Kwan  <dougkwan@google.com>
3198
3199         * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
3200         dynamic relocations for protected symbols in shared objects.
3201
3202 2012-03-13  Ian Lance Taylor  <iant@google.com>
3203
3204         * resolve.cc (Symbol_table::resolve): When merging common symbols,
3205         keep the larger alignment.
3206
3207 2012-03-12  Cary Coutant  <ccoutant@google.com>
3208
3209         * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
3210         handling of DW_LNE_define_file.
3211
3212 2012-03-12  Cary Coutant  <ccoutant@google.com>
3213
3214         * reduced_debug_output.cc
3215         (Output_reduced_debug_info_section::get_die_end): Add new FORM
3216         codes to switch.
3217
3218 2012-02-29  Cary Coutant  <ccoutant@google.com>
3219
3220         * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
3221
3222 2012-02-29  Cary Coutant  <ccoutant@google.com>
3223
3224         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3225         Call Object::decompressed_section_contents.
3226         * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
3227         New dtor.
3228         (Sized_dwarf_line_info::buffer_start_): New data member.
3229         * merge.cc (Output_merge_data::do_add_input_section): Call
3230         Object::decompressed_section_contents.
3231         (Output_merge_string::do_add_input_section): Likewise.
3232         * object.cc (need_decompressed_section): New function.
3233         (build_compressed_section_map): Decompress sections needed later.
3234         (Sized_relobj_file::do_decompressed_section_contents): New function.
3235         (Sized_relobj_file::do_discard_decompressed_sections): New function.
3236         * object.h (Object::decompressed_section_contents): New function.
3237         (Object::discard_decompressed_sections): New function.
3238         (Object::do_decompressed_section_contents): New function.
3239         (Object::do_discard_decompressed_sections): New function.
3240         (Compressed_section_info): New type.
3241         (Compressed_section_map): Include decompressed section contents.
3242         (Sized_relobj_file::do_decompressed_section_contents): New function.
3243         (Sized_relobj_file::do_discard_decompressed_sections): New function.
3244
3245 2012-02-16  Cary Coutant  <ccoutant@google.com>
3246
3247         * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
3248         * testsuite/Makefile.in: Regenerate.
3249
3250 2012-02-14  Cary Coutant  <ccoutant@google.com>
3251
3252         * options.cc (General_options::finalize): Disallow -pie and -static.
3253
3254 2012-02-03  Doug Kwan  <dougkwan@google.com>
3255
3256         * arm.cc (Arm_relocate_functions::abs8,
3257         Arm_relocate_functions::abs16): Use
3258         Bits::has_signed_unsigned_overflow32.
3259         (Arm_relocate_functions::thm_abs8): Correct range of
3260         overflow check.
3261         * reloc.h (Bits class): Change minimum number of bits from 0 to 1
3262         in assertions.
3263
3264 2012-02-02  Doug Kwan  <dougkwan@google.com>
3265
3266         * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
3267         position independent outputs, not just shared objects.
3268
3269 2012-01-30  H.J. Lu  <hongjiu.lu@intel.com>
3270
3271         * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
3272         * configure: Regenerated.
3273
3274 2012-01-27  Ian Lance Taylor  <iant@google.com>
3275
3276         * reloc.h (Bits): New class with static functions, copied from
3277         namespace utils in arm.cc.
3278         * arm.cc (namespace utils): Remove.  Rewrite all uses to use Bits
3279         instead.
3280
3281 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3282
3283         * incremental.cc (write_info_blocks): Correct relocation offset.
3284
3285 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3286
3287         * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
3288         (Relocate::tls_gd_to_le): Likewise.
3289
3290 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3291
3292         * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
3293
3294 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3295
3296         * configure.ac: Check if -mcmodel=medium works.
3297         * configure: Regenerated.
3298
3299 2012-01-24  Cary Coutant  <ccoutant@google.com>
3300
3301         * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
3302         definition and ...
3303         (read_unsigned_LEB_128_x): ... this new function.
3304         (read_signed_LEB_128): Replaced with inline definition and ...
3305         (read_signed_LEB_128_x): ... this new function.
3306         * int_encoding.h  (read_unsigned_LEB_128_x): New function.
3307         (read_unsigned_LEB_128): Add inline definition.
3308         (read_signed_LEB_128_x): New function.
3309         (read_signed_LEB_128): Add inline definition.
3310         * testsuite/Makefile.am (leb128_unittest): New unit test.
3311         * testsuite/Makefile.in: Regenerate.
3312         * testsuite/leb128_unittest.cc: New unit test.
3313
3314 2012-01-23  Ian Lance Taylor  <iant@google.com>
3315
3316         PR gold/13617
3317         * i386.cc (Target_i386::do_code_fill): When using a jmp
3318         instruction, pad with nop instructions.
3319         * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3320
3321 2012-01-22  H.J. Lu  <hongjiu.lu@intel.com>
3322
3323         * x86_64.cc (gc_process_relocs): Add typename on types used in
3324         template.
3325         (scan_relocs): Likewise.
3326         (relocate_section): Likewise.
3327         (apply_relocation): Likewise.
3328
3329 2012-01-10  H.J. Lu  <hongjiu.lu@intel.com>
3330
3331         * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
3332         (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
3333         under x32.
3334
3335 2012-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3336
3337         * x86_64.cc: Initial support for x32.
3338
3339 2012-01-03  Cary Coutant  <ccoutant@google.com>
3340
3341         * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
3342         Use abstract base class for GOT.
3343         * gold/output.h (class Output_data_got_base): New abstract base class.
3344         (class Output_data_got): Derive from new base class, adjust ctors.
3345         (Output_data_got::reserve_slot): Make virtual; rename to
3346         do_reserve_slot; Adjust callers.
3347         * gold/target.h (Sized_target::init_got_plt_for_update): Return
3348         pointer to abstract base class.
3349         * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
3350
3351 2011-12-18  Ian Lance Taylor  <iant@google.com>
3352
3353         * object.h (Relobj::local_symbol_value): New function.
3354         (Relobj::local_plt_offset): New function.
3355         (Relobj::local_has_got_offset): New function.
3356         (Relobj::local_got_offset): New function.
3357         (Relobj::set_local_got_offset): New function.
3358         (Relobj::do_local_symbol_value): New pure virtual function.
3359         (Relobj::do_local_plt_offset): Likewise.
3360         (Relobj::do_local_has_got_offset): Likewise.
3361         (Relobj::do_local_got_offset): Likewise.
3362         (Relobj::do_set_local_got_offset): Likewise.
3363         (Sized_relobj::do_local_has_got_offset): Rename from
3364         local_has_got_offset.
3365         (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
3366         (Sized_relobj::do_set_local_got_offset): Rename from
3367         set_local_got_offset.
3368         (Sized_relobj_file::do_local_plt_offset): Rename from
3369         local_plt_offset.
3370         (Sized_relobj_file::do_local_symbol_value): New function.
3371         * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
3372         local_plt_offset.
3373         * output.cc (Output_data_got::Got_entry::write): Change object to
3374         Relobj.  Use local_symbol_value.
3375         (Output_data_got::add_global_with_rel): Change rel_dyn to
3376         Output_data_reloc_generic*.  Use add_global_generic.
3377         (Output_data_got::add_global_with_rela): Remove.  Change all
3378         callers to use add_global_with_rel.
3379         (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
3380         Output_data_reloc_generic*.  Use add_global_generic.
3381         (Output_data_got::add_global_pair_with_rela): Remove.  Change all
3382         callers to use add_global_pair_with_rel.
3383         (Output_data_got::add_local): Change object to Relobj*.
3384         (Output_data_got::add_local_plt): Likewise.
3385         (Output_data_got::add_local_with_rel): Change object to Relobj*,
3386         change rel_dyn to Output_data_reloc_generic*.  Use
3387         add_local_generic.
3388         (Output_data_got::add_local_with_rela): Remove.  Change all
3389         callers to use all_local_with_rel.
3390         (Output_data_got::add_local_pair_with_rel): Change object to
3391         Relobj*, change rel_dyn to Output_data_reloc_generic*.  Use
3392         add_output_section_generic.
3393         (Output_data_got::add_local_pair_with_rela): Remove.  Change all
3394         callers to use add_local_pair_with_rel.
3395         (Output_data_got::reserve_local): Change object to Relobj*.
3396         * output.h: (class Output_data_reloc_generic): Add pure virtual
3397         declarations for add_global_generic, add_local_generic,
3398         add_output_section_generic.
3399         (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
3400         functions for Output_data_reloc_generic.  Update declarations for
3401         changes listed in output.cc.
3402         (class Output_data_got): Change template parameter to got_size.
3403         Don't define Rel_dyn or Rela_dyn.  Update declarations per above.
3404         * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
3405         function.
3406         (Sized_relobj_incr::do_local_plt_offset): New function.
3407         * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
3408         add_global_generic.
3409
3410 2011-12-17  Cary Coutant  <ccoutant@google.com>
3411
3412         * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
3413         * resolve.cc (Symbol_table::resolve): Likewise.
3414         * i386.cc (Target_i386::do_code_fill): Use char constants for nop
3415         arrays.
3416         * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3417
3418 2011-12-16  Ian Lance Taylor  <iant@google.com>
3419
3420         * output.h (Output_data_reloc_generic::add): Only call
3421         add_dynamic_reloc if this is a dynamic reloc section.
3422
3423 2011-12-15  H.J. Lu  <hongjiu.lu@intel.com>
3424
3425         PR gold/13505
3426         * target-reloc.h (apply_relocation): Replace <64, false> with
3427         <size, big_endian>.
3428
3429 2011-11-25  Nick Clifton  <nickc@redhat.com>
3430
3431         * po/it.po: New Italian translation.
3432
3433 2011-11-17  Sterling Augustine  <saugustine@google.com>
3434
3435         * script.cc (script_include_directive): Implement.
3436         (read_script_file): New local variables name and search_path. Update
3437         comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
3438         * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
3439         * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
3440
3441 2011-11-11  Sterling Augustine  <saugustine@google.com>
3442
3443         * yyscript.y (section_cmd): Add support for INCLUDE directive.
3444         (file_or_sections_cmd): Likewise.
3445
3446 2011-11-11  Doug Kwan  <dougkwan@google.com>
3447
3448         * arm.cc (Target_arm::do_make_elf_object): Allow executable also
3449         if --just-symbols is given.
3450
3451 2011-11-10  Doug Kwan  <dougkwan@google.com>
3452
3453         PR gold/13362
3454         * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
3455         when processing data relocs.
3456         * reloc.h (Relocate_functions::rel_unaligned): New method.
3457         (Relocate_functions::pcrel_unaligned): Ditto.
3458         (Relocate_functions::rel32_unaligned): Ditto.
3459         (Relocate_functions::pcrel32_unaligned): Ditto.
3460
3461 2011-11-09  Doug Kwan  <dougkwan@google.com>
3462
3463         PR gold/13362
3464         * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
3465         Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
3466         * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
3467         RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3468         (Relocate_functions::rel_unaligned): New.
3469         (Relocate_functions::rel32_unaligned): New.
3470         * target-reloc.h (relocate_for_relocatable): Add code to handle
3471         RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3472         * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
3473         arm_unaligned_reloc_r): New targets.
3474         * testsuite/Makefile.in: Regenerate.
3475         * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
3476         linking.
3477
3478 2011-11-02  Ian Lance Taylor  <iant@google.com>
3479
3480         * configure.ac: Add --with-lib-path option.  Define LIB_PATH and
3481         NATIVE_LINKER.
3482         * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
3483         * options.cc (General_options::finalize): Use library search path
3484         from configure script if specified.  If not native and no sysroot,
3485         only search TOOLLIBDIR.
3486         * options.h (Search_directory::Search_directory): Change name to
3487         const std::string&.
3488         (General_options::add_to_library_path_with_sysroot): Change arg to
3489         const std::string&.
3490         * configure, Makefile.in, config.in: Rebuild.
3491
3492 2011-11-02  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3493
3494         * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
3495         we are working around the ARM1176 Erratum.
3496         * options.h (General_options::fix_arm1176): Add option.
3497         * testsuite/Makefile.am: Add testcases, and keep current ones
3498         working.
3499         * testsuite/Makefile.in: Regenerate.
3500         * testsuite/arm_fix_1176.s: New file.
3501         * testsuite/arm_fix_1176.sh: Likewise.
3502
3503 2011-11-02  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3504
3505         * arm.cc (Target_arm::Target_arm): Remove initialisation of
3506         may_use_blx_.
3507         (Target_arm::may_use_blx): Remove method.
3508         (Target_arm::set_may_use_blx): Likewise.
3509         (Target_arm::may_use_v4t_interworking): New method.
3510         (Target_arm::may_use_v5t_interworking): Likewise.
3511         (Target_arm::may_use_blx_): Remove member variable.
3512         (Arm_relocate_functions::arm_branch_common): Check for v5T
3513         interworking.
3514         (Arm_relocate_functions::thumb_branch_common): Likewise.
3515         (Reloc_stub::stub_type_for_reloc): Likewise.
3516         (Target_arm::do_finalize_sections): Correct interworking checks.
3517         * testsuite/Makefile.am: Add new tests.
3518         * testsuite/Makefile.in: Regenerate.
3519         * testsuite/arm_farcall_arm_arm.s: New test.
3520         * testsuite/arm_farcall_arm_arm.sh: Likewise.
3521         * testsuite/arm_farcall_arm_thumb.s: Likewise.
3522         * testsuite/arm_farcall_arm_thumb.sh: Likewise.
3523         * testsuite/arm_farcall_thumb_arm.s: Likewise.
3524         * testsuite/arm_farcall_thumb_arm.sh: Likewise.
3525         * testsuite/arm_farcall_thumb_thumb.s: Likewise.
3526         * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
3527
3528 2011-10-31  Cary Coutant  <ccoutant@google.com>
3529
3530         PR gold/13023
3531         * expression.cc (Expression::eval_with_dot): Add
3532         is_section_dot_assignment parameter.
3533         (Expression::eval_maybe_dot): Likewise.  Adjust value when rhs is
3534         absolute and assigning to dot within a section.
3535         * script-sections.cc
3536         (Output_section_element_assignment::set_section_addresses): Pass
3537         dot_section to set_if_absolute.
3538         (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
3539         as is_section_dot_assignment flag to eval_with_dot.
3540         (Output_section_element_dot_assignment::set_section_addresses):
3541         Likewise.
3542         * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
3543         parameter.  Also set value if relative to dot_section; set the
3544         symbol's output_section.
3545         * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
3546         parameter.  Adjust all callers.
3547         (Expression::eval_maybe_dot): Likewise.
3548         (Symbol_assignment::set_if_absolute): Add dot_section parameter.
3549         Adjust all callers.
3550         * testsuite/script_test_2.t: Test assignment of an absolute value
3551         to dot within an output section element.
3552
3553 2011-10-31  Cary Coutant  <ccoutant@google.com>
3554
3555         * options.h (class General_options): Add --[no-]gnu-unique options.
3556         * symtab.cc (Symbol_table::sized_write_globals): Convert
3557         STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
3558
3559 2011-10-31  Cary Coutant  <ccoutant@google.com>
3560
3561         PR gold/13359
3562         * i386.cc (Target_i386::Relocate::relocate_tls): Remove
3563         unnecessary assertion.
3564         * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
3565
3566 2011-10-31 Sriraman Tallam  <tmsriram@google.com>
3567
3568         * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3569         gc_mark_symbol.
3570         * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
3571         gc_mark_symbol.
3572         Change to just keep the section associated with symbol.
3573         (Symbol_table::add_from_relobj): Mark symbols as not garbage when
3574         they are externally visible and --export-dynamic is turned on.
3575         (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
3576
3577 2011-10-19  Ian Lance Taylor  <iant@google.com>
3578
3579         PR gold/13163
3580         * script-sections.cc
3581         (Output_section_element_dot_assignment::needs_output_section): New
3582         function.
3583
3584 2011-10-19  Ian Lance Taylor  <iant@google.com>
3585
3586         PR gold/13204
3587         * layout.cc (Layout::segment_precedes): Don't assert failure if a
3588         --section-start option was seen.
3589         * options.h (General_options::any_section_start): New function.
3590
3591 2011-10-18  David S. Miller  <davem@davemloft.net>
3592
3593         PR binutils/13301
3594         * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
3595         member to track relocation locations that have moved during TLS
3596         reloc optimizations.
3597         (Target_sparc::Relocate::Relocate): Initialize to NULL.
3598         (Target_sparc::Relocate::relocate): Adjust view down by 4
3599         bytes if it matches reloc_adjust_addr_.
3600         (Target_sparc::Relocate::relocate_tls): Always move the
3601         __tls_get_addr call delay slot instruction forward 4 bytes when
3602         performing relaxation.
3603
3604 2011-10-18  Cary Coutant  <ccoutant@google.com>
3605
3606         * output.cc (posix_fallocate): Return 0 on success, errno on failure.
3607         (Output_file::map_no_anonymous): Check for non-zero
3608         return code from posix_fallocate.
3609
3610 2011-10-17  Cary Coutant  <ccoutant@google.com>
3611
3612         PR gold/13245
3613         * plugin.cc (is_visible_from_outside): Check for symbols
3614         referenced from dynamic objects.
3615         * resolve.cc (Symbol_table::resolve): Don't count references
3616         from dynamic objects as references from real ELF files.
3617         * testsuite/plugin_test_2.sh: Adjust expected result.
3618
3619 2011-10-17  Cary Coutant  <ccoutant@google.com>
3620
3621         * gold.cc: Include timer.h.
3622         (queue_middle_tasks): Stamp time.
3623         (queue_final_tasks): Likewise.
3624         * main.cc (main): Store timer in parameters.  Print timers
3625         for each pass.
3626         * parameters.cc (Parameters::Parameters): Initialize timer_.
3627         (Parameters::set_timer): New function.
3628         (set_parameters_timer): New function.
3629         * parameters.h (Parameters::set_timer): New function.
3630         (Parameters::timer): New function.
3631         (Parameters::timer_): New data member.
3632         (set_parameters_timer): New function.
3633         * timer.cc (Timer::stamp): New function.
3634         (Timer::get_pass_time): New function.
3635         * timer.h (Timer::stamp): New function.
3636         (Timer::get_pass_time): New function.
3637         (Timer::pass_times_): New data member.
3638
3639 2011-10-17  Cary Coutant  <ccoutant@google.com>
3640
3641         * readsyms.cc (Read_symbols::run): Don't queue an unblocker
3642         task for members of lib groups.
3643
3644 2011-10-17  Cary Coutant  <ccoutant@google.com>
3645
3646         PR gold/13288
3647         * fileread.cc (File_read::find_view): Add assert.
3648         (File_read::make_view): Move bounds check (replace with assert)...
3649         (File_read::find_or_make_view): ... to here.
3650
3651 2011-10-12  Cary Coutant  <ccoutant@google.com>
3652
3653         * output.cc (Output_file::open_base_file): Handle case where
3654         ::read returns less than requested size.
3655
3656 2011-10-10  Cary Coutant  <ccoutant@google.com>
3657
3658         * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
3659         Initialize defined_count_.
3660         (Sized_relobj_incr::do_add_symbols): Count defined symbols.
3661         (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
3662         (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
3663         (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
3664         (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
3665         * incremental.h (Sized_relobj_incr::defined_count_): New data
3666         member.
3667         (Sized_incr_dynobj::defined_count_): New data member.
3668         * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
3669         Return zeroes instead of internal error.
3670
3671 2011-10-10  Cary Coutant  <ccoutant@google.com>
3672
3673         PR gold/13249
3674         * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
3675         (Output_reloc::symbol_value): Return PLT offset if flag is set.
3676         * output.h (class Output_reloc): Add use_plt_offset flag.
3677         (Output_reloc::type_): Adjust size of bit field.
3678         (Output_reloc::use_plt_offset_): New bit field.
3679         (class Output_data_reloc): Adjust all calls to Output_reloc_type.
3680         (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
3681         flag.  Adjust all callers.
3682         * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
3683         creating RELATIVE relocations.
3684
3685 2011-10-10  Nick Clifton  <nickc@redhat.com>
3686
3687         * po/es.po: Updated Spanish translation.
3688         * po/fi.po: Updated Finnish translation.
3689
3690 2011-10-03   Diego Novillo  <dnovillo@google.com>
3691
3692         * options.cc (parse_uint): Fix dereference of RETVAL.
3693
3694 2011-09-29  Sriraman Tallam  <tmsriram@google.com>
3695
3696         * layout.h (section_order_map_): New member.
3697         (get_section_order_map): New member function.
3698         * output.cc (Output_section::add_input_section): Check for patterns
3699         only when --section-ordering-file is specified.
3700         * gold.cc (queue_middle_tasks): Delay updating order of sections till
3701         output_sections have been formed.
3702         * layout.cc (Layout_Layout): Initialize section_order_map_.
3703         * plugin.cc (update_section_order): Store order in order_map. Do not
3704         update the order.
3705         * testsuite/Makefile.am: Add test case for plugin_final_layout.
3706         * testsuite/Makefile.in: Regenerate.
3707         * testsuite/plugin_section_order.c: New file.
3708         * testsuite/plugin_final_layout.cc: New file.
3709         * testsuite/plugin_final_layout.sh: New file.
3710
3711 2011-09-29  Cary Coutant  <ccoutant@google.com>
3712
3713         * incremental.cc (Sized_incremental_binary::do_process_got_plt):
3714         Check for NULL.
3715         * symtab.cc (Symbol_table::add_from_relobj): Ignore version
3716         symbols during incremental update.
3717         (Symbol_table::add_from_dynobj): Likewise.
3718
3719 2011-09-27  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
3720             Ian Lance Taylor  <iant@google.com>
3721
3722         * symtab.cc (Symbol_table::define_special_symbol): Always
3723         canonicalize version string.
3724
3725 2011-09-26  Cary Coutant  <ccoutant@google.com>
3726
3727         * gold.cc (queue_initial_tasks): Move option checks ...
3728         * options.cc (General_options::finalize): ... to here. Disable
3729         some options; make others fatal.
3730
3731 2011-09-26  Cary Coutant  <ccoutant@google.com>
3732
3733         gcc PR lto/47247
3734         * plugin.cc (get_symbols_v2): New function.
3735         (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
3736         (is_referenced_from_outside): New function.
3737         (Pluginobj::get_symbol_resolution_info): Add version parameter, return
3738         LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
3739         (get_symbols): Pass version parameter.
3740         (get_symbols_v2): New function.
3741         * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
3742         parameter.
3743         * testsuite/plugin_test.c (get_symbols_v2): New static variable.
3744         (onload): Add LDPT_GET_SYMBOLS_V2.
3745         (all_symbols_read_hook): Use get_symbols_v2; check for
3746         LDPR_PREVAILING_DEF_IRONLY_EXP.
3747         * testsuite/plugin_test_3.sh: Update expected results.
3748
3749 2011-09-23  Simon Baldwin  <simonb@google.com>
3750
3751         * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
3752         configuration options.
3753         * configure: Regenerate.
3754         * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
3755         * Makefile.in: Regenerate.
3756         * testsuite/Makefile.in: Regenerate.
3757
3758 2011-09-19  Sriraman Tallam  <tmsriram@google.com>
3759
3760         * plugin.h (should_defer_layout): Modify to check for any_claimed_.
3761
3762 2011-09-19  Cary Coutant  <ccoutant@google.com>
3763
3764         * incremental.cc (can_incremental_update): Fix typo in comment.
3765         * incremental.h (can_incremental_update): Likewise.
3766
3767 2011-09-18  Cary Coutant  <ccoutant@google.com>
3768
3769         * incremental.cc (can_incremental_update): New function.
3770         * incremental.h (can_incremental_update): New function.
3771         * layout.cc (Layout::init_fixed_output_section): Call it.
3772         (Layout::make_output_section): Don't allow patch space in .eh_frame.
3773         * object.cc (Sized_relobj_file::do_layout): Call
3774         can_incremental_update.
3775
3776 2011-09-13  Cary Coutant  <ccoutant@google.com>
3777
3778         * configure.ac: Check for glibc support for gnu_indirect_function
3779         support with static linking, setting automake conditional
3780         IFUNC_STATIC.
3781         * Makefile.in: Regenerate.
3782         * configure: Regenerate.
3783
3784         * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
3785         (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
3786         for IFUNC_STATIC.
3787         * testsuite/Makefile.in: Regenerate.
3788
3789 2011-09-13  Cary Coutant  <ccoutant@google.com>
3790
3791         * incremental.cc (Sized_relobj_incr::do_layout): Call
3792         report_comdat_group for kept comdat sections.
3793         * testsuite/Makefile.am (incremental_comdat_test_1): New test.
3794         * testsuite/Makefile.in: Regenerate.
3795         * testsuite/incr_comdat_test_1.cc: New source file.
3796         * testsuite/incr_comdat_test_2_v1.cc: New source file.
3797         * testsuite/incr_comdat_test_2_v2.cc: New source file.
3798         * testsuite/incr_comdat_test_2_v3.cc: New source file.
3799
3800 2011-09-13  Ian Lance Taylor  <iant@google.com>
3801
3802         * object.cc (Sized_relobj_file::do_layout): Remove unused local
3803         variable external_symbols_offset.
3804
3805 2011-09-12  Ian Lance Taylor  <iant@google.com>
3806
3807         * object.cc (Sized_relobj_file::do_layout): Remove assertion which
3808         triggered if object has no symbols.
3809
3810 2011-09-09  David S. Miller  <davem@davemloft.net>
3811
3812         * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
3813         (Output_fill_debug_line::do_write): Likewise.
3814
3815 2011-08-29  Cary Coutant  <ccoutant@google.com>
3816
3817         * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
3818         casts to match formatting specs.
3819         (Output_fill_debug_line::do_minimum_hole_size): Likewise.
3820
3821 2011-08-26  Cary Coutant  <ccoutant@google.com>
3822
3823         * layout.cc (Free_list::allocate): Provide guarantee of minimum
3824         remaining hole size when allocating.
3825         (Layout::make_output_section): Set fill methods for debug sections.
3826         * layout.h (Free_list::Free_list_node): Move from private to
3827         public.
3828         (Free_list::set_min_hole_size): New function.
3829         (Free_list::begin, Free_list::end): New functions.
3830         (Free_list::min_hole_): New data member.
3831         * output.cc: Include dwarf.h.
3832         (Output_fill_debug_info::do_minimum_hole_size): New function.
3833         (Output_fill_debug_info::do_write): New function.
3834         (Output_fill_debug_line::do_minimum_hole_size): New function.
3835         (Output_fill_debug_line::do_write): New function.
3836         (Output_section::Output_section): Initialize new data member.
3837         (Output_section::set_final_data_size): Ensure patch space is larger
3838         than minimum hole size.
3839         (Output_section::do_write): Fill holes in debug sections.
3840         * output.h (Output_fill): New class.
3841         (Output_fill_debug_info): New class.
3842         (Output_fill_debug_line): New class.
3843         (Output_section::set_free_space_fill): New function.
3844         (Output_section::free_space_fill_): New data member.
3845         * testsuite/Makefile.am (incremental_test_3): Add
3846         --incremental-patch option.
3847         (incremental_test_4): Likewise.
3848         (incremental_test_5): Likewise.
3849         (incremental_test_6): Likewise.
3850         (incremental_copy_test): Likewise.
3851         (incremental_common_test_1): Likewise.
3852         * testsuite/Makefile.in: Regenerate.
3853
3854 2011-08-26  Nick Clifton  <nickc@redhat.com>
3855
3856         * po/es.po: Updated Spanish translation.
3857
3858 2011-08-01  Cary Coutant  <ccoutant@google.com>
3859
3860         * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
3861         * gold/testsuite/Makefile.in: Regenerate.
3862         * gold/testsuite/justsyms_exec.c: New source file.
3863         * gold/testsuite/justsyms_lib.c: New source file.
3864
3865 2011-08-01  Cary Coutant  <ccoutant@google.com>
3866
3867         * layout.cc (Layout::set_segment_offsets): Don't realign text
3868         segment if -Ttext was specified.
3869         * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
3870         file type.
3871         * object.h (Sized_relobj_file::e_type): New function.
3872         (Sized_relobj_file::e_type_): New data member.
3873         * symtab.cc (Symbol_table::add_from_relobj): Don't add section
3874         base address for ET_EXEC files.
3875         * target.cc (Target::do_make_elf_object_implementation): Allow
3876         ET_EXEC files with --just-symbols option.
3877
3878 2011-07-28  Cary Coutant  <ccoutant@google.com>
3879
3880         * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
3881         Add thread_number parameter.
3882         (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
3883         * workqueue-threads.cc
3884         (Workqueue_threader_threadpool::should_cancel_thread): Cancel
3885         current thread if its thread number is greater than desired thread
3886         count.
3887         * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
3888         Add thread_number parameter.
3889         (Workqueue::should_cancel_thread): Likewise.
3890         (Workqueue::find_runnable_or_wait): Pass thread_number to
3891         should_cancel_thread.
3892         * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
3893         parameter.
3894
3895 2011-07-22  Sriraman Tallam  <tmsriram@google.com>
3896
3897         * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
3898         only after checking if it cannot be forced local.
3899         * symtab.h (is_externally_visible): Check if the symbol is not forced
3900         local.
3901
3902 2011-07-15  Ian Lance Taylor  <iant@google.com>
3903
3904         * options.h (class General_options): Add --print-output-format.
3905         Move -EL next to -EB, for  better --help output.
3906         * target-select.cc: Include <cstdio>, "options.h", and
3907         "parameters.h".
3908         (Target_selector::do_target_bfd_name): New function.
3909         (print_output_format): New function.
3910         * target-select.h (class Target_selector): Update declarations.
3911         (Target_selector::target_bfd_name): New function.
3912         (print_output_format): Declare.
3913         * main.cc: Include "target-select.h".
3914         (main): Handle --print-output-format.
3915         * gold.cc: Include "target-select.h".
3916         (queue_initial_tasks): Handle --print-output-format when there are
3917         no input files.
3918         * parameters.cc (parameters_force_valid_target): Give a better
3919         error message if -EB/-EL does not match target.
3920         * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
3921         function.
3922
3923 2011-07-15  Ian Lance Taylor  <iant@google.com>
3924
3925         * i386.cc (class Output_data_plt_i386): Add layout_ field.
3926         (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
3927         (Output_data_plt_i386::do_write): Write address of .dynamic
3928         section to first entry in .got.plt section.
3929         * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
3930         (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
3931         Initialize layout_.
3932         (Output_data_plt_x86_64::do_write): Write address of .dynamic
3933         section to first entry in .got.plt section.
3934         * layout.h (Layout::dynamic_section): New function.
3935
3936 2011-07-13  Sriraman Tallam  <tmsriram@google.com>
3937
3938         * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
3939         to claim_file call.
3940         * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
3941         input_section_position_, and input_section_glob_.
3942         (read_layout_from_file): Call function section_ordering_specified.
3943         * layout.h (is_section_ordering_specified): New function.
3944         (section_ordering_specified): New function.
3945         (section_ordering_specified_): New boolean member.
3946         * main.cc(main): Call load_plugins after layout object is defined.
3947         * output.cc (Output_section::add_input_section): Use
3948         function section_ordering_specified to check if section ordering is
3949         needed.
3950         * output.cc (Output_section::add_relaxed_input_section): Use
3951         function section_ordering_specified to check if section ordering is
3952         needed.
3953         (Output_section::update_section_layout): New function.
3954         (Output_section::sort_attached_input_sections): Check if input section
3955         must be reordered.
3956         * output.h (Output_section::update_section_layout): New function.
3957         * plugin.cc (get_section_count): New function.
3958         (get_section_type): New function.
3959         (get_section_name): New function.
3960         (get_section_contents): New function.
3961         (update_section_order): New function.
3962         (allow_section_ordering): New function.
3963         (Plugin::load): Add the new interfaces to the transfer vector.
3964         (Plugin_manager::load_plugins): New parameter.
3965         (Plugin_manager::all_symbols_read): New parameter.
3966         (Plugin_manager::claim_file): New parameter. Save the elf object for
3967         unclaimed objects.
3968         (Plugin_manager::get_elf_object): New function.
3969         (Plugin_manager::get_view): Change to directly use the bool to check
3970         if get_view is called from claim_file_hook.
3971         * plugin.h (input_objects): New function
3972         (Plugin__manager::load_plugins): New parameter.
3973         (Plugin_manager::claim_file): New parameter.
3974         (Plugin_manager::get_elf_object): New function.
3975         (Plugin_manager::in_claim_file_handler): New function.
3976         (Plugin_manager::in_claim_file_handler_): New member.
3977         (layout): New function.
3978         * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
3979         handler with an extra parameter. Make the elf object before calling
3980         claim_file handler.
3981         * testsuite/plugin_test.c (get_section_count): New function pointer.
3982         (get_section_type): New function pointer.
3983         (get_section_name): New function pointer.
3984         (get_section_contents): New function pointer.
3985         (update_section_order): New function pointer.
3986         (allow_section_ordering): New function pointer.
3987         (onload): Check if the new interfaces exist.
3988
3989 2011-07-13  Ian Lance Taylor  <iant@google.com>
3990
3991         * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
3992         relro section.
3993         * x86_64.cc (Target_x86_64::got_section): Likewise.
3994         * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
3995         (relro_now_test_SOURCES): New variable.
3996         (relro_now_test_DEPENDENCIES): New variable.
3997         (relro_now_test_LDFLAGS): New variable.
3998         (relro_now_test_LDADD): New variable.
3999         (relro_now_test.so): New target.
4000         * testsuite/Makefile.in: Rebuild.
4001
4002 2011-07-12  Ian Lance Taylor  <iant@google.com>
4003
4004         PR gold/12980
4005         * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
4006         GLOB_DAT relocation rather than a RELATIVE relocation for a
4007         protected symbol when creating a shared library.
4008         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
4009         * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
4010         * testsuite/protected_main_1.cc (main): Test that protected
4011         function has same address.
4012
4013 2011-07-11  Ian Lance Taylor  <iant@google.com>
4014
4015         PR gold/12979
4016         * options.h (class General_options): Add -Bgroup.
4017         * options.cc (General_options::finalize): If -Bgroup is set,
4018         default to --unresolved-symbols=report-all.
4019         * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
4020         * target-reloc.h (issue_undefined_symbol_error): Handle
4021         --unresolved-symbols=report-all.
4022
4023 2011-07-08  Ian Lance Taylor  <iant@google.com>
4024
4025         PR gold/11985
4026         * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
4027         if linker script discards key sections.
4028         (Layout::create_dynamic_symtab): Likewise.
4029         (Layout::assign_local_dynsym_offsets): Likewise.
4030         (Layout::sized_create_version_sections): Likewise.
4031         (Layout::create_interp): Likewise.
4032         (Layout::finish_dynamic_section): Likewise.
4033         (Layout::set_dynamic_symbol_size): Likewise.
4034
4035 2011-07-08  Ian Lance Taylor  <iant@google.com>
4036
4037         PR gold/12386
4038         * options.h (class General_options): Add --unresolved-symbols.
4039         * target-reloc.h (issue_undefined_symbol_error): Check
4040         --unresolved-symbols.  Add comments.
4041
4042 2011-07-08  Ian Lance Taylor  <iant@google.com>
4043
4044         * testsuite/odr_violation2.cc (Ordering::operator()): Make
4045         expression more complex.
4046
4047 2011-07-08  Ian Lance Taylor  <iant@google.com>
4048
4049         PR gold/11317
4050         * target-reloc.h (issue_undefined_symbol_error): New inline
4051         function, broken out of relocate_section.
4052         (relocate_section): Call issue_undefined_symbol_error.
4053         * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
4054         there is no TLS segment if we are about to issue an undefined
4055         symbol error.
4056         * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
4057
4058 2011-07-08  Ian Lance Taylor  <iant@google.com>
4059
4060         PR gold/12279
4061         * resolve.cc (Symbol_table::should_override): Add fromtype
4062         parameter.  Change all callers.  Give error when linking together
4063         TLS and non-TLS symbol.
4064         (Symbol_table::should_override_with_special): Add fromtype
4065         parameter.  Change all callers.
4066         * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
4067         there is no TLS segment if we have reported some errors.
4068         * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
4069
4070 2011-07-08  Ian Lance Taylor  <iant@google.com>
4071
4072         PR gold/12372
4073         * target.h (Target::plt_address_for_global): New function.
4074         (Target::plt_address_for_local): New function.
4075         (Target::plt_section_for_global): Remove.
4076         (Target::plt_section_for_local): Remove.
4077         (Target::do_plt_address_for_global): New virtual function.
4078         (Target::do_plt_address_for_local): New virtual function.
4079         (Target::do_plt_section_for_global): Remove.
4080         (Target::do_plt_section_for_local): Remove.
4081         (Target::register_global_plt_entry): Add Symbol_table and Layout
4082         parameters.
4083         * output.cc (Output_data_got::Got_entry::write): Use
4084         plt_address_for_global and plt_address_for_local.
4085         * layout.cc (Layout::add_target_dynamic_tags): Use size and
4086         address of output section.
4087         * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
4088         got_irelative_, and irelative_count_ fields.  Update
4089         declarations.
4090         (Output_data_plt_i386::has_irelative_section): New function.
4091         (Output_data_plt_i386::entry_count): Add irelative_count_.
4092         (Output_data_plt_i386::set_final_data_size): Likewise.
4093         (class Target_i386): Add got_irelative_ and rel_irelative_
4094         fields.  Update declarations.
4095         (Target_i386::Target_i386): Initialize new fields.
4096         (Target_i386::do_plt_address_for_global): New function replacing
4097         do_plt_section_for_global.
4098         (Target_i386::do_plt_address_for_local): New function replacing
4099         do_plt_section_for_local.
4100         (Target_i386::got_section): Create got_irelative_.
4101         (Target_i386::rel_irelative_section): New function.
4102         (Output_data_plt_i386::Output_data_plt_i386): Initialize new
4103         fields.  Don't define __rel_iplt_{start,end}.
4104         (Output_data_plt_i386::add_entry): Add symtab and layout
4105         parameters.  Change all callers.  Use different PLT and GOT for
4106         IFUNC symbols.
4107         (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
4108         layout parameters.  Change all callers.  Use different PLT and
4109         GOT.
4110         (Output_data_plt_i386::rel_tls_desc): Fix formatting.
4111         (Output_data_plt_i386::rel_irelative): New function.
4112         (Output_data_plt_i386::address_for_global): New function.
4113         (Output_data_plt_i386::address_for_local): New function.
4114         (Output_data_plt_i386::do_write): Write out IRELATIVE area.  Use
4115         IRELATIVE GOT when changing IFUNC GOT entries.
4116         (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
4117         reloc.
4118         (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
4119         if we didn't create an IRELATIVE GOT.
4120         (Target_i386::Relocate::relocate): Use plt_address_for_global and
4121         plt_address_for_local.
4122         (Target_i386::do_dynsym_value): Use plt_address_for_global.
4123         * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
4124         got_irelative_, and irelative_count_ fields.  Update
4125         declarations.
4126         (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
4127         Initialize new fields.  Remove symtab parameter.  Change all
4128         callers.
4129         (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
4130         irelative_count_.
4131         (Output_data_plt_x86_64::has_irelative_section): New function.
4132         (Output_data_plt_x86_64::entry_count): Add irelative_count_.
4133         (class Target_x86_64): Add got_irelative_ and rel_irelative_
4134         fields.  Update declarations.
4135         (Target_x86_64::Target_x86_64): Initialize new fields.
4136         (Target_x86_64::do_plt_address_for_global): New function replacing
4137         do_plt_section_for_global.
4138         (Target_x86_64::do_plt_address_for_local): New function replacing
4139         do_plt_section_for_local.
4140         (Target_x86_64::got_section): Create got_irelative_.
4141         (Target_x86_64::rela_irelative_section): New function.
4142         (Output_data_plt_x86_64::init): Remove symtab parameter.  Change
4143         all callers.  Don't create __rel_iplt_{start,end}.
4144         (Output_data_plt_x86_64::add_entry): Add symtab and layout
4145         parameters.  Change all callers.  Use different PLT and GOT for
4146         IFUNC symbols.
4147         (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
4148         layout parameters.  Change all callers.  Use different PLT and
4149         GOT.
4150         (Output_data_plt_x86_64::add_relocation): Add symtab and layout
4151         parameters.  Change all callers.  Use different PLT and GOT for
4152         IFUNC symbols.
4153         (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
4154         (Output_data_plt_x86_64::rela_irelative): New function.
4155         (Output_data_plt_x86_64::address_for_global): New function.
4156         (Output_data_plt_x86_64::address_for_local): New function.
4157         (Output_data_plt_x86_64::set_final_data_size): Likewise.
4158         (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
4159         (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
4160         (Target_x86_64::register_global_plt_entry): Add symtab and layout
4161         parameters.
4162         (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
4163         reloc.
4164         (Target_x86_64::do_finalize_sections): Create the __rela_iplt
4165         symbols if we didn't create an IRELATIVE GOT.
4166         (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
4167         plt_address_for_local.
4168         (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
4169         * testsuite/ifuncvar1.c: New test file.
4170         * testsuite/ifuncvar2.c: New test file.
4171         * testsuite/ifuncvar3.c: New test file.
4172         * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
4173         (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
4174         (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
4175         (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
4176         * testsuite/Makefile.in: Rebuild.
4177
4178 2011-07-07  Cary Coutant  <ccoutant@google.com>
4179
4180         * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
4181         (two_file_test_1_ndebug.o): Likewise.
4182         (two_file_test_1b_ndebug.o): Likewise.
4183         (two_file_test_2_ndebug.o): Likewise.
4184         (two_file_test_main_ndebug.o): Likewise.
4185         (incremental_test_2): Link with no-debug versions.
4186
4187 2011-07-06  Cary Coutant  <ccoutant@google.com>
4188
4189         * gold/incremental.cc
4190         (Output_section_incremental_inputs::write_info_blocks): Check for
4191         hidden and internal symbols.
4192
4193 2011-07-06  Cary Coutant  <ccoutant@google.com>
4194
4195         * incremental.cc (Sized_incremental_binary::do_file_has_changed):
4196         Check disposition for startup file.
4197         (Incremental_inputs::report_command_line): Ignore
4198         --incremental-startup-unchanged option.
4199         * options.cc (General_options::parse_incremental_startup_unchanged):
4200         New function.
4201         (General_options::General_options): Initialize new data member.
4202         * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
4203         (General_options): Add --incremental-startup-unchanged option.
4204         (General_options::incremental_startup_disposition): New function.
4205         (General_options::incremental_startup_disposition_): New data member.
4206
4207 2011-07-06  Cary Coutant  <ccoutant@google.com>
4208
4209         * incremental.cc (Sized_incremental_binary::setup_readers): Pass
4210         input file index to Script_info ctor.
4211         (Sized_incremental_binary::do_file_has_changed): Find the
4212         command-line argument for files named in scripts.
4213         * incremental.h (Script_info::Script_info): New ctor
4214         with input file index.
4215         (Script_info::input_file_index): New function.
4216         (Script_info::input_file_index_): New data member.
4217         (Incremental_binary::get_library): Add const.
4218         (Incremental_binary::get_script_info): Add const.
4219         * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
4220         * testsuite/Makefile.am (incremental_test_5): New test case.
4221         (incremental_test_6): New test case.
4222         * testsuite/Makefile.in: Regenerate.
4223
4224 2011-07-06  Cary Coutant  <ccoutant@google.com>
4225
4226         * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
4227         debug output when command lines differ.
4228
4229 2011-07-06  Cary Coutant  <ccoutant@google.com>
4230
4231         * incremental.cc (Incremental_inputs::report_command_line): Ignore
4232         --incremental-patch option.
4233         * layout.cc (Free_list::allocate): Extend allocation beyond original
4234         end if enabled.
4235         (Layout::make_output_section): Mark sections that should get
4236         patch space.
4237         * options.cc (parse_percent): New function.
4238         * options.h (parse_percent): New function.
4239         (DEFINE_percent): New macro.
4240         (General_options): Add --incremental-patch option.
4241         * output.cc (Output_section::Output_section): Initialize new data
4242         members.
4243         (Output_section::add_input_section): Print section name when out
4244         of patch space.
4245         (Output_section::add_output_section_data): Likewise.
4246         (Output_section::set_final_data_size): Add patch space when
4247         doing --incremental-full.
4248         (Output_section::do_reset_address_and_file_offset): Remove patch
4249         space.
4250         (Output_segment::set_section_list_addresses): Print debug output
4251         only if --incremental-update.
4252         * output.h (Output_section::set_is_patch_space_allowed): New function.
4253         (Output_section::is_patch_space_allowed_): New data member.
4254         (Output_section::patch_space_): New data member.
4255         * parameters.cc (Parameters::incremental_full): New function.
4256         * parameters.h (Parameters::incremental_full): New function
4257         * testsuite/Makefile.am (incremental_test_2): Add test for
4258         --incremental-patch option.
4259         * testsuite/Makefile.in: Regenerate.
4260         * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
4261         (t18): Remove function body.
4262
4263 2011-07-05  Doug Kwan  <dougkwan@google.com>
4264
4265         PR gold/12771
4266         * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
4267         Arm_Address type for relocation result.
4268         (Arm_relocate_functions::abs16): Use unaligned access.  Also fix
4269         overflow check.
4270         (Arm_relocate_functions::abs32): Use unaligned access.
4271         (Arm_relocate_functions::rel32): Ditto.
4272         (Arm_relocate_functions::prel31): Ditto.
4273         (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
4274         * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
4275         static data relocations.
4276         * testsuite/Makefile.in: Regnerate.
4277         * testsuite/arm_unaligned_reloc.{s,sh}: New files.
4278
4279 2011-07-05  Ian Lance Taylor  <iant@google.com>
4280
4281         PR gold/12392
4282         * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
4283         symbols if necessary.
4284         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
4285
4286 2011-07-05  Ian Lance Taylor  <iant@google.com>
4287
4288         PR gold/12952
4289         * resolve.cc (Symbol::override_base_with_special): Simply override
4290         version with special symbol version, ignoring previous version.
4291
4292 2011-07-05  Ian Lance Taylor  <iant@google.com>
4293
4294         * object.cc (Sized_relobj_file::include_section_group): Add
4295         information to comment about signature location.
4296
4297 2011-07-02  Ian Lance Taylor  <iant@google.com>
4298
4299         PR gold/12957
4300         * options.h (class General_options): Add -f and -F.
4301         * options.cc (General_options::finalize): Fatal error if -f/-F
4302         are used without -shared.
4303         * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
4304
4305 2011-07-02  Ian Lance Taylor  <iant@google.com>
4306
4307         * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
4308
4309 2011-07-01  Ian Lance Taylor  <iant@google.com>
4310
4311         PR gold/12525
4312         PR gold/12952
4313         * resolve.cc (Symbol::override_base_with_special): Don't override
4314         the version if the overriding symbol has a different name.
4315         * dynobj.cc (Versions::add_def): Add dynpool parameter.  Change
4316         all callers.  If we give an error about an undefined version,
4317         define the base version if necessary.
4318         * dynobj.h (class Versions): Update declaration.
4319         * testsuite/weak_alias_test_5.cc: New file.
4320         * testsuite/weak_alias_test.script: New file.
4321         * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
4322         and versioned_alias have the right value, and call t2.
4323         * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
4324         weak_alias_test_5.so.
4325         (weak_alias_test_LDADD): Likewise.
4326         (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
4327         * testsuite/Makefile.in: Rebuild.
4328
4329 2011-07-01  Ian Lance Taylor  <iant@google.com>
4330
4331         PR gold/12525
4332         * options.h (class General_options): Support -z notext.
4333         * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
4334         -Wl,-z,notext.
4335         (two_file_shared_nonpic.so): Likewise.
4336         (two_file_shared_mixed.so): Likewise.
4337         (two_file_shared_mixed_1.so): Likewise.
4338         (weak_undef_lib_nonpic.so): Likewise.
4339         (alt/weak_undef_lib_nonpic.so): Likewise.
4340         (tls_test_shared_nonpic.so): Likewise.
4341         * testsuite/Makefile.in: Rebuild.
4342
4343 2011-07-01  Ian Lance Taylor  <iant@google.com>
4344
4345         PR gold/12525
4346         * configure.ac: Test whether static linking works, setting
4347         the automake conditional HAVE_STATIC.
4348         * testsuite/Makefile.am: Disable tests using -static if
4349         HAVE_STATIC is not true.
4350         * configure, testsuite/Makefile.in: Rebuild.
4351
4352 2011-07-01  Ian Lance Taylor  <iant@google.com>
4353
4354         PR gold/12525
4355         * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
4356         Assert if we see DW_EH_PE_indirect.
4357         * target.h (Target::ehframe_datarel_base): New function.
4358         (Target::do_ehframe_datarel_base): New target function.
4359         * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
4360         * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
4361         function.
4362
4363 2011-07-01  Ian Lance Taylor  <iant@google.com>
4364
4365         PR gold/12571
4366         * options.h (class General_options): Add
4367         --ld-generated-unwind-info.
4368         * ehframe.cc (Fde::write): Add address parameter.  Change all
4369         callers.  If associated with PLT, fill in address and size.
4370         (Cie::set_output_offset): Only add merge mapping if there is an
4371         object.
4372         (Cie::write): Add address parameter.  Change all callers.
4373         (Eh_frame::add_ehframe_for_plt): New function.
4374         * ehframe.h (class Fde): Update declarations.  Move shndx_ and
4375         input_offset_ fields into union u_, with new plt field.
4376         (Fde::Fde): Adjust for new union field.
4377         (Fde::Fde) [Output_data version]: New constructor.
4378         (Fde::add_mapping): Only add merge mapping if there is an object.
4379         (class Cie): Update declarations.
4380         (class Eh_frame): Declare add_ehframe_for_plt.
4381         * layout.cc (Layout::layout_eh_frame): Break out code into
4382         make_eh_frame_section, and call it.
4383         (Layout::make_eh_frame_section): New function.
4384         (Layout::add_eh_frame_for_plt): New function.
4385         * layout.h (class Layout): Update declarations.
4386         * merge.cc (Merge_map::add_mapping): Add assertion.
4387         * i386.cc: Include "dwarf.h".
4388         (class Output_data_plt_i386): Make first_plt_entry,
4389         dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const.  Add
4390         plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4391         and plt_eh_frame_fde.
4392         (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
4393         boundary.  Call add_eh_frame_for_plt if appropriate.
4394         * x86_64.cc: Include "dwarf.h".
4395         (class Output_data_plt_x86_64): Align to 16-byte boundary.  Make
4396         first_plt_entry, plt_entry and tlsdesc_plt_entry const.  Add
4397         plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4398         and plt_eh_frame_fde.
4399         (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
4400         appropriate.
4401
4402 2011-06-29  Ian Lance Taylor  <iant@google.com>
4403
4404         PR gold/12629
4405         * object.cc (Sized_relobj_file::layout_section): Change shdr
4406         parameter to be const.
4407         (Sized_relobj_file::layout_eh_frame_section): New function, broken
4408         out of do_layout.
4409         (Sized_relobj_file::do_layout): Defer .eh_frame sections if
4410         appropriate.  Call layout_eh_frame_section.
4411         (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
4412         sections.
4413         * object.h (class Sized_relobj_file): Update declarations.
4414
4415 2011-06-29  Ian Lance Taylor  <iant@google.com>
4416
4417         PR gold/12652
4418         * script.cc (Token::integer_value): Accept trailing M/m/K/k
4419         modifier.
4420         (Lex::gather_token): Accept trailing M/m/K/k for integers.
4421
4422 2011-06-29  Ian Lance Taylor  <iant@google.com>
4423
4424         PR gold/12675
4425         * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
4426         SHT_X86_64_UNWIND.
4427         * layout.cc (Layout::layout_eh_frame): Likewise.
4428
4429 2011-06-29  Ian Lance Taylor  <iant@google.com>
4430
4431         PR gold/12695
4432         * layout.cc (Layout::symtab_section_shndx): New function.
4433         * layout.h (class Layout): Declare symtab_section_shndx.
4434         * output.cc (Output_section::write_header): Call it.
4435
4436 2011-06-29  Ian Lance Taylor  <iant@google.com>
4437
4438         PR gold/12818
4439         * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
4440         symbols which are not used in a relocation.
4441
4442 2011-06-28  Ian Lance Taylor  <iant@google.com>
4443
4444         PR gold/12898
4445         * layout.cc (Layout::segment_precedes): Don't crash if a linker
4446         script create indistinguishable segments.
4447         (Layout::set_segment_offsets): Use stable_sort when sorting
4448         segments.  Pass this to Compare_segments constructor.
4449         * layout.h (class Layout): Make segment_precedes non-static.
4450         (class Compare_segments): Change from struct to class.  Add
4451         layout_ field.  Add constructor.
4452         * script-sections.cc
4453         (Script_sections::attach_sections_using_phdrs_clause): Rename
4454         local orphan to is_orphan.  Don't report failure to put empty
4455         section in segment.  On attachment failure, report name of
4456         section, and attach to first PT_LOAD segment.
4457
4458 2011-06-28  Ian Lance Taylor  <iant@google.com>
4459
4460         PR gold/12934
4461         * target-select.cc (Target_selector::Target_selector): Add
4462         emulation parameter.  Change all callers.
4463         (select_target_by_bfd_name): Rename from select_target_by_name.
4464         Change all callers.
4465         (select_target_by_emulation): New function.
4466         (supported_emulation_names): New function.
4467         * target-select.h (class Target_selector): Add emulation_ field.
4468         Update declarations.
4469         (Target_selector::recognize_by_bfd_name): Rename from
4470         recognize_by_name.  Change all callers.
4471         (Target_selector::supported_bfd_names): Rename from
4472         supported_names.  Change all callers.
4473         (Target_selector::recognize_by_emulation): New function.
4474         (Target_selector::supported_emulations): New function.
4475         (Target_selector::emulation): New function.
4476         (Target_selector::do_recognize_by_bfd_name): Rename from
4477         do_recognize_by_name.  Change all callers.
4478         (Target_selector::do_supported_bfd_names): Rename from
4479         do_supported_names.  Change all callers.
4480         (Target_selector::do_recognize_by_emulation): New function.
4481         (Target_selector::do_supported_emulations): New function.
4482         (select_target_by_bfd_name): Change name in declaration.
4483         (select_target_by_emulation): Declare.
4484         (supported_emulation_names): Declare.
4485         * parameters.cc (parameters_force_valid_target): Try to find
4486         target based on emulation from -m option.
4487         * options.h (class General_options): Change doc string for -m.
4488         * options.cc (help): Print emulations.
4489         (General_options::parse_V): Likewise.
4490         * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
4491         Add emulation parameter.  Change all callers.
4492
4493 2011-06-28  Ian Lance Taylor  <iant@google.com>
4494
4495         * target.h (class Target): Add osabi_ field.
4496         (Target::osabi): New function.
4497         (Target::set_osabi): New function.
4498         (Target::Target): Initialize osabi_.
4499         (Target::do_adjust_elf_header): Make pure virtual.
4500         (Sized_target::do_adjust_elf_header): Declare.
4501         * target.cc (Sized_target::do_adjust_elf_header): New function.
4502         (class Sized_target): Instantiate all versions.
4503         * freebsd.h (class Target_freebsd): Remove.
4504         (Target_selector_freebsd::do_recognize): Call set_osabi on
4505         Target.
4506         (Target_selector_freebsd::do_recognize_by_name): Likewise.
4507         (Target_selector_freebsd::set_osabi): Remove.
4508         * i386.cc (class Target_i386): Inherit from Sized_target rather
4509         than Target_freebsd.
4510         * x86_64.cc (class Target_x86_64): Likewise.
4511
4512 2011-06-28  Ian Lance Taylor  <iant@google.com>
4513
4514         * target.h (Target::can_check_for_function_pointers): Rewrite.
4515         Make non-virtual.
4516         (Target::can_icf_inline_merge_sections): Likewise.
4517         (Target::section_may_have_icf_unsafe_poineters): Likewise.
4518         (Target::Target_info): Add can_icf_inline_merge_sections field.
4519         (Target::do_can_check_for_function_pointers): New virtual
4520         function.
4521         (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
4522         * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
4523         from can_check_for_function_pointers, move in file.
4524         (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
4525         section_may_have_icf_unsafe_poineters, move in file.
4526         (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
4527         * i386.cc (Target_i386::do_can_check_for_function_pointers):
4528         Rename from can_check_for_function_pointers, move in file.
4529         (Target_i386::can_icf_inline_merge_sections): Remove.
4530         (Target_i386::i386_info): Initialize
4531         can_icf_inline_merge_sections.
4532         * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
4533         Initialize can_icf_inline_merge_sections.
4534         * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
4535         * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
4536         Rename from can_check_for_function_pointers, move in file.
4537         (Target_x86_64::can_icf_inline_merge_sections): Remove.
4538         (Target_x86_64::x86_64_info): Initialize
4539         can_icf_inline_merge_sections.
4540         * testsuite/testfile.cc (Target_test::test_target_info):
4541         Likewise.
4542         * icf.cc (get_section_contents): Correct formatting.
4543
4544 2011-06-27  Ian Lance Taylor  <iant@google.com>
4545
4546         * symtab.cc (Symbol::versioned_name): New function.
4547         (Symbol_table::add_to_final_symtab): Use versioned_name when
4548         appropriate.
4549         (Symbol_table::sized_write_symbol): Likewise.
4550         * symtab.h (class Symbol): Declare versioned_name.
4551         * stringpool.h (class Stringpool_template): Add variant of add
4552         which takes a std::basic_string.
4553         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
4554         (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
4555         (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
4556         (ver_test_12.o): New target.
4557         * testsuite/Makefile.in: Rebuild.
4558
4559 2011-06-27  Doug Kwan  <dougkwan@google.com>
4560
4561         * arm.cc (Arm_relocate_functions::thm_jump8,
4562         Arm_relocate_functions::thm_jump11): Use a wider signed
4563         type to compute offset.
4564         * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
4565         arm_thm_jump8.
4566         * testsuite/Makefile.in: Regenerate.
4567         * testsuite/arm_branch_in_range.sh: Check test results of
4568         arm_thm_jump11 and arm_thm_jump8.
4569         * testsuite/arm_thm_jump11.s: New test source file.
4570         * testsuite/arm_thm_jump11.t: New linker script.
4571         * testsuite/arm_thm_jump8.s: New test source file.
4572         * testsuite/arm_thm_jump8.t: New linker script.
4573
4574 2011-06-24  Ian Lance Taylor  <iant@google.com>
4575
4576         * layout.cc: Include "object.h".
4577         (ctors_sections_in_init_array): New static variable.
4578         (Layout::is_ctors_in_init_array): New function.
4579         (Layout::layout): Add entry to ctors_sections_in_init_array if
4580         appropriate.
4581         * layout.h (class Layout): Declare is_ctors_in_init_array.
4582         * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
4583         is_ctors_reverse_view is set.
4584         (Sized_relobj_file::write_sections): Add layout parameter.  Change
4585         all callers.  Set is_ctors_reverse_view field of View_size.
4586         (Sized_relobj_file::reverse_words): New function.
4587         * object.h (Sized_relobj_file::View_size): Add
4588         is_ctors_reverse_view field.
4589         (class Sized_relobj_file): Update declarations.
4590         * testsuite/initpri3.c: New test.
4591         * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
4592         initpri3b.
4593         (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
4594         (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
4595         (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
4596         (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
4597         * testsuite/Makefile.in: Rebuild.
4598
4599 2011-06-24  Cary Coutant  <ccoutant@google.com>
4600
4601         * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
4602         (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
4603         (debug_msg_cdebug.err): New targets.
4604         * testsuite/Makefile.in: Regenerate.
4605         * testsuite/debug_msg.sh: Check output of link with compressed debug.
4606         Fix checks for link with shared library.
4607
4608 2011-06-24  Doug Kwan  <dougkwan@google.com>
4609
4610         * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
4611         skip empty text sections.
4612         * testsuite/arm_exidx_test.s: Test handling of an empty text section.
4613
4614 2011-06-22  Ian Lance Taylor  <iant@google.com>
4615
4616         PR gold/12910
4617         * options.h (class General_options): Add --ctors-in-init-array.
4618         * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
4619         friends as SHT_PROGBITS for merging sections.
4620         (Layout::layout): Remove special handling of .init_array and
4621         friends.  Don't sort if doing relocatable link.  Sort for .ctors
4622         and .dtors if ctors_in_init_array.
4623         (Layout::make_output_section): Force correct section types for
4624         .init_array and friends.  Don't sort if doing relocatable link,
4625         Don't sort .ctors and .dtors if ctors_in_init_array.
4626         (Layout::section_name_mapping): Remove .ctors. and .dtorso.
4627         (Layout::output_section_name): Add relobj parameter.  Change all
4628         callers.  Handle .ctors. and .dtors. in code rather than table.
4629         Handle .ctors and .dtors if ctors_in_init_array.
4630         (Layout::match_file_name): New function, moved from output.cc.
4631         * layout.h (class Layout): Update declarations.
4632         * output.cc: Include "layout.h".
4633         (Input_section_sort_entry::get_priority): New function.
4634         (Input_section_sort_entry::match_file_name): Just call
4635         Layout::match_file_name.
4636         (Output_section::Input_section_sort_init_fini_compare::operator()):
4637         Handle .ctors and .dtors.  Sort by explicit priority rather than
4638         by name.
4639         * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
4640         * testsuite/initpri2.c: New test.
4641         * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
4642         (check_PROGRAMS): Add initpri2.
4643         (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
4644         (initpri2_LDFLAGS, initpri2_LDADD): New variables.
4645         * configure, testsuite/Makefile.in: Rebuild.
4646
4647 2011-06-19  Ian Lance Taylor  <iant@google.com>
4648
4649         PR gold/12880
4650         * layout.cc (Layout::attach_allocated_section_to_segment): Add a
4651         .interp section to a PT_INTERP segment even if we have seen a
4652         --dynamic-linker option.  Don't do it if we have seen a PHDRS
4653         clause in a linker script.
4654         (Layout::finalize): Don't create a .interp section if we've
4655         already create a PT_INTERP segment.
4656         (Layout::create_interp): Always call choose_output_section (revert
4657         patch of 2011-06-17).  Don't create PT_INTERP segment.
4658         * script-sections.cc
4659         (Script_sections::create_note_and_tls_segments): Add a .interp
4660         section to a PT_INTERP segment even if we have seen a
4661         --dynamic-linker option.
4662
4663 2011-06-18  Ian Lance Taylor  <iant@google.com>
4664
4665         * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
4666         merely because a non-PT_LOAD segment has a dynamic reloc.
4667
4668 2011-06-18  Ian Lance Taylor  <iant@google.com>
4669
4670         * layout.cc (Layout::finish_dynamic_section): Don't create
4671         DT_FLAGS entry if not needed.
4672
4673 2011-06-18  Ian Lance Taylor  <iant@google.com>
4674
4675         PR gold/12745
4676         * layout.cc (Layout::layout_eh_frame): Correct handling of
4677         writable .eh_frame section.
4678
4679 2011-06-17  Ian Lance Taylor  <iant@google.com>
4680
4681         PR gold/12893
4682         * resolve.cc (Symbol_table::resolve): Don't give an error if a
4683         symbol is redefined with the exact same object and value.
4684
4685 2011-06-17  Ian Lance Taylor  <iant@google.com>
4686
4687         PR gold/12880
4688         * layout.h (class Layout): Add interp_segment_ field.
4689         * layout.cc (Layout::Layout): Initialize interp_segment_ field.
4690         (Layout::attach_allocated_section_to_segment): If making shared
4691         library, put .interp section in PT_INTERP segment.
4692         (Layout::finalize): Also call create_interp if -dynamic-linker
4693         option was used.
4694         (Layout::create_interp): Assert that there is no PT_INTERP
4695         segment.  If not using a SECTIONS clause, use make_output_section.
4696         (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
4697         * script-sections.cc
4698         (Script_sections::create_note_and_tls_segments): If making shared
4699         library, put .interp section in PT_INTERP segment.
4700
4701 2011-06-17  Ian Lance Taylor  <iant@google.com>
4702
4703         * object.cc (Sized_relobj_file::do_layout): Keep warning sections
4704         when making a shared library.
4705
4706 2011-06-17  Ian Lance Taylor  <iant@google.com>
4707
4708         * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
4709         parameter.  Change all callers.  Don't issue warning about PC32
4710         against locally defined symbol.
4711
4712 2011-06-16  Ian Lance Taylor  <iant@google.com>
4713
4714         * symtab.cc (Warnings::issue_warning): Don't warn if relocation
4715         occurs in same object.
4716
4717 2011-06-14  Alan Modra  <amodra@gmail.com>
4718
4719         * po/POTFILES.in: Regenerate.
4720
4721 2011-06-09  Ian Lance Taylor  <iant@google.com>
4722
4723         * script-sections.cc
4724         (Orphan_output_section::set_section_addresses): For a relocatable
4725         link set address to 0.
4726
4727 2011-06-09  Cary Coutant  <ccoutant@google.com>
4728
4729         PR gold/12804
4730         * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
4731         used with --compress-debug-sections.
4732         * gold/object.cc (Sized_relobj_file::do_layout): Report
4733         uncompressed size of compressed input sections.
4734
4735 2011-06-08  Cary Coutant  <ccoutant@google.com>
4736
4737         PR gold/12804
4738         * testsuite/two_file_test_2_v1.cc: Change initialization of
4739         v2 to keep it in .data.
4740
4741 2011-06-07  Cary Coutant  <ccoutant@google.com>
4742
4743         * common.cc (Symbol_table::do_allocate_commons_list): Call
4744         gold_fallback.
4745         * errors.cc (Errors::fatal): Adjust call to gold_exit.
4746         (Errors::fallback): New function.
4747         (gold_fallback): New function.
4748         * errors.h (Errors::fallback): New function.
4749         * gold.cc (gold_exit): Change status parameter to enum; adjust
4750         all callers.
4751         (queue_initial_tasks): Call gold_fallback.
4752         * gold.h: Include cstdlib.
4753         (Exit_status): New enum type.
4754         (gold_exit): Change status parameter to enum.
4755         (gold_fallback): New function.
4756         * layout.cc (Layout::set_section_offsets): Call gold_fallback.
4757         (Layout::create_symtab_sections): Likewise.
4758         (Layout::create_shdrs): Likewise.
4759         * main.cc (main): Adjust call to gold_exit.
4760         * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
4761         (Output_data_got::add_got_entry_pair): Likewise.
4762         (Output_section::add_input_section): Likewise.
4763         (Output_section::add_output_section_data): Likewise.
4764         (Output_segment::set_section_list_addresses): Likewise.
4765         * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
4766
4767 2011-06-07  Cary Coutant  <ccoutant@google.com>
4768
4769         * layout.cc (Layout::set_segment_offsets): Don't adjust layout
4770         for incremental links.
4771         * output.cc (Output_segment::set_section_list_addresses): Remove
4772         FIXME and test for TLS or BSS.
4773
4774 2011-06-07  Cary Coutant  <ccoutant@google.com>
4775
4776         * testsuite/Makefile.am: Add incremental_copy_test,
4777         incremental_common_test_1.
4778         * testsuite/Makefile.in: Regenerate.
4779         * testsuite/common_test_1_v1.c: New source file.
4780         * testsuite/common_test_1_v2.c: New source file.
4781         * testsuite/copy_test_v1.cc: New source file.
4782
4783 2011-06-07  Cary Coutant  <ccoutant@google.com>
4784
4785         * common.cc (Symbol_table::do_allocate_commons_list): For incremental
4786         update, allocate common from bss section's free list.
4787         * incremental-dump.cc (dump_incremental_inputs): Print flag for
4788         linker-defined symbols.
4789         * incremental.cc (Sized_incremental_binary::do_process_got_plt):
4790         Skip GOT and PLT entries that are no longer referenced.
4791         (Output_section_incremental_inputs::write_info_blocks): Mark
4792         linker-defined symbols.
4793         (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
4794         * output.cc (Output_section::allocate): New function.
4795         * output.h (Output_section::allocate): New function.
4796         * resolve.cc (Symbol_table::report_resolve_problem): Add case for
4797         linker-defined symbols.
4798         (Symbol::override_base_with_special): Copy is_predefined_ flag.
4799         * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
4800         (Symbol::init_base_output_data): Likewise.
4801         (Symbol::init_base_output_segment): Likewise.
4802         (Symbol::init_base_constant): Likewise.
4803         (Sized_symbol::init_output_data): Likewise.
4804         (Sized_symbol::init_output_segment): Likewise.
4805         (Sized_symbol::init_constant): Likewise.
4806         (Symbol_table::do_define_in_output_data): Likewise.
4807         (Symbol_table::do_define_in_output_segment): Likewise.
4808         (Symbol_table::do_define_as_constant): Likewise.
4809         * symtab.h (Symbol::is_predefined): New function.
4810         (Symbol::init_base_output_data): Add is_predefined parameter.
4811         (Symbol::init_base_output_segment): Likewise.
4812         (Symbol::init_base_constant): Likewise.
4813         (Symbol::is_predefined_): New data member.
4814         (Sized_symbol::init_output_data): Add is_predefined parameter.
4815         (Sized_symbol::init_output_segment): Likewise.
4816         (Sized_symbol::init_constant): Likewise.
4817         (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
4818
4819 2011-06-07  Cary Coutant  <ccoutant@google.com>
4820
4821         * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
4822         instead of emit_copy_reloc.
4823         (Copy_relocs::emit_copy_reloc): Refactor.
4824         (Copy_relocs::make_copy_reloc): New function.
4825         (Copy_relocs::add_copy_reloc): Remove.
4826         * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
4827         section.
4828         (Copy_relocs::make_copy_reloc): New function.
4829         (Copy_relocs::add_copy_reloc): Remove.
4830         * gold.cc (queue_middle_tasks): Emit old COPY relocations from
4831         unchanged input files.
4832         * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
4833         * incremental.cc (Sized_incremental_binary::do_reserve_layout):
4834         Reserve BSS space for COPY relocations.
4835         (Sized_incremental_binary::do_emit_copy_relocs): New function.
4836         (Output_section_incremental_inputs::write_info_blocks): Record
4837         whether a symbol is copied from a shared object.
4838         (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
4839         * incremental.h (enum Incremental_shlib_symbol_flags): New type.
4840         (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
4841         (Incremental_input_entry_reader::get_output_symbol_index): Add
4842         is_copy parameter.
4843         (Incremental_binary::emit_copy_relocs): New function.
4844         (Incremental_binary::do_emit_copy_relocs): New function.
4845         (Sized_incremental_binary::Sized_incremental_binary): Initialize
4846         new data member.
4847         (Sized_incremental_binary::add_copy_reloc): New function.
4848         (Sized_incremental_binary::do_emit_copy_relocs): New function.
4849         (Sized_incremental_binary::Copy_reloc): New struct.
4850         (Sized_incremental_binary::Copy_relocs): New typedef.
4851         (Sized_incremental_binary::copy_relocs_): New data member.
4852         * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
4853         * symtab.h (Symbol_table::add_from_incrobj): Change return type.
4854         * target.h (Sized_target::emit_copy_reloc): New function.
4855         * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
4856
4857 2011-06-02  Cary Coutant  <ccoutant@google.com>
4858
4859         PR gold/12163
4860         * gold/archive.cc (Archive::Archive): Initialize new data member.
4861         (Archive::include_all_members): Return if archive has already been
4862         included.
4863         * gold/archive.h (Archive::include_all_members_): New data member.
4864
4865 2011-06-02  Nick Clifton  <nickc@redhat.com>
4866
4867         * dynobj.h: Fix spelling mistake in comment.
4868         * output.cc: Likewise.
4869
4870 2011-05-31  Doug Kwan  <dougkwan@google.com>
4871             Asier Llano
4872
4873         PR gold/12826
4874         * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
4875         arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
4876         * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up.  Remove
4877         redundant arm_exidx_test.so.
4878         * testsuite/Makefile.in: Regenerate.
4879         (check_SCRIPTS): Add pr12826.sh
4880         (check_DATA): Add pr12826.stdout
4881         (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
4882         * testsuite/pr12826.sh: New file.
4883         * testsuite/pr12826_1.s: Ditto.
4884         * testsuite/pr12826_1.s: Ditto.
4885
4886 2011-05-30  Ian Lance Taylor  <iant@google.com>
4887
4888         * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
4889         sections.
4890
4891 2011-05-29  Ian Lance Taylor  <iant@google.com>
4892
4893         PR gold/12804
4894         * testsuite/Makefile.am: Use different file name for two_file_test
4895         temporary file for each incremental test.
4896         * testsuite/Makefile.in: Rebuild.
4897
4898 2011-05-29  Ian Lance Taylor  <iant@google.com>
4899
4900         * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
4901         binary input file is empty.
4902
4903 2011-05-27  Ian Lance Taylor  <iant@google.com>
4904
4905         * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
4906         (ver_test_9.so): Likewise.
4907         * testsuite/Makefile.in: Rebuild.
4908
4909 2011-05-26 Cary Coutant  <ccoutant@google.com>
4910
4911         * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
4912         * incremental.cc (Incremental_inputs::report_input_section): Fix
4913         comment, indentation.
4914         (Incremental_inputs::report_comdat_group): New function.
4915         (Output_section_incremental_inputs::set_final_data_size): Adjust size
4916         of data for incremental input file entry.
4917         (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
4918         group count, COMDAT group signatures.
4919         (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
4920         an unchanged input file.
4921         * incremental.h (Incremental_object_entry::Incremental_object_entry):
4922         Initialize new data member.
4923         (Incremental_object_entry::add_comdat_group): New function.
4924         (Incremental_object_entry::get_comdat_group_count): New function.
4925         (Incremental_object_entry::get_comdat_signature_key): New function.
4926         (Incremental_object_entry::groups_): New data member.
4927         (Incremental_inputs::report_comdat_group): New function.
4928         (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
4929         data for incremental input file entry.
4930         (Incremental_input_entry_reader::get_comdat_group_count): New function.
4931         (Incremental_input_entry_reader::get_input_section): Adjust size of
4932         data for incremental input file entry.
4933         (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
4934         (Incremental_input_entry_reader::get_comdat_group_signature): New
4935         function.
4936         * object.cc (Sized_relobj::include_section_group): Report kept
4937         COMDAT groups for incremental links.
4938
4939 2011-05-24  David Meyer  <pdox@google.com>
4940
4941         * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
4942         with name parameter.  Add found_name parameter.
4943         * fileread.cc (Input_file::find_file): Adjust code accordingly.
4944         * dirsearch.h (class Dirsearch): Update declaration.
4945
4946 2011-05-24  Ian Lance Taylor  <iant@google.com>
4947
4948         * archive.cc (Library_base::should_include_member): Pull in object
4949         from archive if it defines the entry symbol.
4950         * parameters.cc (Parameters::entry): New function.
4951         * parameters.h (class Parameters): Declare entry.
4952         * output.h (class Output_file_header): Remove entry_ field.
4953         * output.cc (Output_file_header::Output_file_header): Remove entry
4954         parameter.  Change all callers.
4955         (Output_file_header::entry): Use parameters->entry.
4956         * gold.cc (queue_middle_tasks): Likewise.
4957         * plugin.cc (Plugin_hook::run): Likewise.
4958
4959 2011-05-24 Cary Coutant  <ccoutant@google.com>
4960
4961         * gold.cc (queue_initial_tasks): Pass incremental base filename
4962         to Output_file::open_base_file; don't print error message.
4963         * incremental-dump.cc (main): Adjust call to
4964         Output_file::open_for_modification.
4965         * incremental-dump.cc (main): Likewise.
4966         * incremental.cc (Incremental_inputs::report_command_line):
4967         Ignore --incremental-base option when comparing command lines.
4968         Ignore parameter when given as separate argument.
4969         * options.h (class General_options): Add --incremental-base.
4970         * output.cc (Output_file::Output_file):
4971         (Output_file::open_base_file): Add base_name and writable parameters;
4972         read base file into new file; print error message here.
4973         (Output_file::map_no_anonymous): Add writable parameter; adjust all
4974         callers.
4975         * output.h (Output_file::open_for_modification): Rename to...
4976         (Output_file::open_base_file): ...this; add base_name and
4977         writable parameters; adjust all callers.
4978         (Output_file::map_no_anonymous): Add writable parameter; adjust all
4979         callers.
4980         * testsuite/Makefile.am (incremental_test_4): Test
4981         --incremental-base.
4982         * testsuite/Makefile.in: Regenerate.
4983
4984 2011-05-24 Cary Coutant  <ccoutant@google.com>
4985
4986         * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
4987         incremental_test_4.
4988         * testsuite/Makefile.in: Regenerate.
4989         * testsuite/two_file_test_1_v1.cc: New test source file.
4990         * testsuite/two_file_test_1b_v1.cc: New test source file.
4991         * testsuite/two_file_test_2_v1.cc: New test source file.
4992
4993 2011-05-24 Cary Coutant  <ccoutant@google.com>
4994
4995         * dynobj.h (Dynobj::do_dynobj): New function.
4996         * incremental-dump.cc (dump_incremental_inputs): Print as_needed
4997         flag and soname for shared objects.
4998         * incremental.cc (Incremental_inputs::report_object): Make
4999         either Incremental_object_entry or Incremental_dynobj_entry; add
5000         soname to string table.
5001         (Incremental_inputs::report_input_section): Add assertion.
5002         (Output_section_incremental_inputs::set_final_data_size): Adjust
5003         type of input file entry for shared libraries; adjust size of
5004         shared library info entry.
5005         (Output_section_incremental_inputs::write_input_files): Write
5006         as_needed flag for shared libraries.
5007         (Output_section_incremental_inputs::write_info_blocks): Adjust type
5008         of input file entry for shared libraries; write soname.
5009         (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
5010         soname from incremental info.
5011         * incremental.h (enum Incremental_input_flags): Add
5012         INCREMENTAL_INPUT_AS_NEEDED.
5013         (Incremental_input_entry::Incremental_input_entry): Initialize new
5014         data member.
5015         (Incremental_input_entry::set_as_needed): New function.
5016         (Incremental_input_entry::as_needed): New function.
5017         (Incremental_input_entry::do_dynobj_entry): New function.
5018         (Incremental_input_entry::as_needed_): New data member.
5019         (Incremental_object_entry::Incremental_object_entry): Don't check
5020         for shared library.
5021         (Incremental_object_entry::do_type): Likewise.
5022         (class Incremental_dynobj_entry): New class.
5023         (Incremental_input_entry_reader::as_needed): New function.
5024         (Incremental_input_entry_reader::get_soname): New function.
5025         (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
5026         (Incremental_input_entry_reader::get_output_symbol_index): Adjust
5027         size of shared library info entry.
5028         * layout.cc (Layout::finish_dynamic_section): Don't test for
5029         incremental link when adding DT_NEEDED entries.
5030         * object.h (Object::Object): Initialize new data member.
5031         (Object::dynobj): New function.
5032         (Object::set_as_needed): New function.
5033         (Object::as_needed): New function.
5034         (Object::do_dynobj): New function.
5035         (Object::as_needed_): New data member.
5036
5037 2011-05-24 Cary Coutant  <ccoutant@google.com>
5038
5039         * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
5040         info; adjust display of GOT entries.
5041         * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5042         vector of input objects; remove file_status_.
5043         (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
5044         (Sized_incremental_binary::do_process_got_plt): Adjust calls to
5045         got_plt reader; call target hooks to reserve GOT entries.
5046         (Output_section_incremental_inputs::set_final_data_size): Adjust size
5047         of input file info header and GOT info entry.
5048         (Output_section_incremental_inputs::write_info_blocks): Write dynamic
5049         relocation info.
5050         (Got_plt_view_info::got_descriptor): Remove.
5051         (Got_plt_view_info::sym_index): New data member.
5052         (Got_plt_view_info::input_index): New data member.
5053         (Local_got_offset_visitor::visit): Write input file index.
5054         (Global_got_offset_visitor::visit): Write 0 for input file index.
5055         (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
5056         with sym_index and input_index.
5057         (Output_section_incremental_inputs::write_got_plt): Adjust size of
5058         incremental info GOT entry; replace got_descriptor with input_index.
5059         (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
5060         map from input file index to object.
5061         (Sized_relobj_incr::do_layout): Replace direct data member reference
5062         with accessor function.
5063         (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
5064         * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
5065         Adjust size of input file info header.
5066         (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
5067         (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
5068         (Incremental_input_entry_reader::get_input_section): Adjust size of
5069         input file info header.
5070         (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
5071         of incremental info GOT entry.
5072         (Incremental_got_plt_reader::get_got_desc): Remove.
5073         (Incremental_got_plt_reader::get_got_symndx): New function.
5074         (Incremental_got_plt_reader::get_got_input_index): New function.
5075         (Sized_incremental_binary::Sized_incremental_binary): Remove
5076         file_status_; add input_objects_.
5077         (Sized_incremental_binary::~Sized_incremental_binary): Remove.
5078         (Sized_incremental_binary::set_file_is_unchanged): Remove.
5079         (Sized_incremental_binary::file_is_unchanged): Remove.
5080         (Sized_incremental_binary::set_input_object): New function.
5081         (Sized_incremental_binary::input_object): New function.
5082         (Sized_incremental_binary::file_status_): Remove.
5083         (Sized_incremental_binary::input_objects_): New data member.
5084         (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
5085         references.
5086         (Sized_relobj_incr::invalid_address): Move to base class.
5087         (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
5088         class.
5089         (Sized_relobj_incr::do_output_section_offset): Likewise.
5090         (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
5091         (Sized_relobj_incr::section_offsets_): Likewise.
5092         * object.cc (Sized_relobj::do_for_all_local_got_entries): New
5093         function.
5094         (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
5095         (Sized_relobj_file::layout_section): Replace refs to section_offsets_
5096         with accessor function.
5097         (Sized_relobj_file::do_layout): Likewise.
5098         (Sized_relobj_file::do_layout_deferred_sections): Likewise.
5099         (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
5100         (Sized_relobj_file::compute_final_local_value): Replace refs to
5101         section_offsets_ with accessor function.
5102         (Sized_relobj_file::do_finalize_local_symbols): Likewise.
5103         * object.h (Relobj::Relobj): Initialize new data members.
5104         (Relobj::add_dyn_reloc): New function.
5105         (Relobj::first_dyn_reloc): New function.
5106         (Relobj::dyn_reloc_count): New function.
5107         (Relobj::first_dyn_reloc_): New data member.
5108         (Relobj::dyn_reloc_count_): New data member.
5109         (Sized_relobj): Rename Sized_relobj_base to this; adjust all
5110         references.
5111         (Sized_relobj::Address): New typedef.
5112         (Sized_relobj::invalid_address): Move here from child class.
5113         (Sized_relobj::Sized_relobj): Initialize new data members.
5114         (Sized_relobj::sized_relobj): New function.
5115         (Sized_relobj::is_output_section_offset_invalid): Move here from
5116         child class.
5117         (Sized_relobj::get_output_section_offset): Likewise.
5118         (Sized_relobj::local_has_got_offset): Likewise.
5119         (Sized_relobj::local_got_offset): Likewise.
5120         (Sized_relobj::set_local_got_offset): Likewise.
5121         (Sized_relobj::do_for_all_local_got_entries): Likewise.
5122         (Sized_relobj::clear_got_offsets): New function.
5123         (Sized_relobj::section_offsets): Move here from child class.
5124         (Sized_relobj::do_output_section_offset): Likewise.
5125         (Sized_relobj::do_set_section_offset): Likewise.
5126         (Sized_relobj::Local_got_offsets): Likewise.
5127         (Sized_relobj::local_got_offsets_): Likewise.
5128         (Sized_relobj::section_offsets_): Likewise.
5129         (Sized_relobj_file): Rename Sized_relobj to this; adjust all
5130         references.
5131         (Sized_relobj_file::is_output_section_offset_invalid): Move to base
5132         class.
5133         (Sized_relobj_file::sized_relobj): New function
5134         (Sized_relobj_file::local_has_got_offset): Move to base class.
5135         (Sized_relobj_file::local_got_offset): Likewise.
5136         (Sized_relobj_file::set_local_got_offset): Likewise.
5137         (Sized_relobj_file::get_output_section_offset): Likewise.
5138         (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
5139         (Sized_relobj_file::do_output_section_offset): Likewise.
5140         (Sized_relobj_file::do_set_section_offset): Likewise.
5141         (Sized_relobj_file::Local_got_offsets): Likewise.
5142         (Sized_relobj_file::local_got_offsets_): Likewise.
5143         (Sized_relobj_file::section_offsets_): Likewise.
5144         * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
5145         (all constructors).
5146         (set_needs_dynsym_index): Convert relobj to derived class pointer.
5147         (Output_reloc::get_symbol_index): Likewise.
5148         (Output_reloc::local_section_offset): Likewise.
5149         (Output_reloc::get_address): Likewise.
5150         (Output_reloc::symbol_value): Likewise.
5151         (Output_data_got::reserve_slot): Move to class definition.
5152         (Output_data_got::reserve_local): New function.
5153         (Output_data_got::reserve_slot_for_global): Remove.
5154         (Output_data_got::reserve_global): New function.
5155         * output.h (Output_reloc::Output_reloc): Adjust type of relobj
5156         (all constructors, two instantiations).
5157         (Output_reloc::get_relobj): New function (two instantiations).
5158         (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
5159         (Output_data_reloc_base::add): Convert relobj to derived class pointer.
5160         (Output_data_reloc::add_global): Adjust type of relobj.
5161         (Output_data_reloc::add_global_relative): Likewise.
5162         (Output_data_reloc::add_symbolless_global_addend): Likewise.
5163         (Output_data_reloc::add_local): Likewise.
5164         (Output_data_reloc::add_local_relative): Likewise.
5165         (Output_data_reloc::add_symbolless_local_addend): Likewise.
5166         (Output_data_reloc::add_local_section): Likewise.
5167         (Output_data_reloc::add_output_section): Likewise.
5168         (Output_data_reloc::add_absolute): Likewise.
5169         (Output_data_reloc::add_target_specific): Likewise.
5170         (Output_data_got::reserve_slot): Move definition here.
5171         (Output_data_got::reserve_local): New function.
5172         (Output_data_got::reserve_global): New function.
5173         * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
5174         section_offsets_ with accessor function.
5175         (Sized_relobj_file::write_sections): Likewise.
5176         (Sized_relobj_file::do_relocate_sections): Likewise.
5177         * target.h (Sized_target::reserve_local_got_entry): New function.
5178         (Sized_target::reserve_global_got_entry): New function.
5179         * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
5180         (Target_x86_64::reserve_global_got_entry): New function.
5181         (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
5182
5183 2011-05-23 Cary Coutant  <ccoutant@google.com>
5184
5185         * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
5186         * incremental-dump.cc (dump_incremental_inputs): Mask high-order
5187         bit when checking got_type.
5188         * incremental.cc (Sized_incremental_binary::setup_readers):
5189         Store symbol table and string table locations; initialize bit vector
5190         of file status flags.
5191         (Sized_incremental_binary::do_reserve_layout): Set bit flag for
5192         unchanged files.
5193         (Sized_incremental_binary::do_process_got_plt): New function.
5194         (Sized_incremental_binary::get_symtab_view): Use stored locations.
5195         (Output_section_incremental_inputs::set_final_data_size): Record
5196         file index for each input file.
5197         (Output_section_incremental_inputs::write_got_plt): Store file index
5198         instead of input entry offset for each GOT entry.
5199         * incremental.h
5200         (Incremental_input_entry::Incremental_input_entry): Initialize new
5201         data member.
5202         (Incremental_input_entry::set_offset): Store file index.
5203         (Incremental_input_entry::get_file_index): New function.
5204         (Incremental_input_entry::file_index_): New data member.
5205         (Incremental_binary::process_got_plt): New function.
5206         (Incremental_binary::do_process_got_plt): New function.
5207         (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5208         data members.
5209         (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
5210         (Sized_incremental_binary::set_file_is_unchanged): New function.
5211         (Sized_incremental_binary::file_is_unchanged): New function.
5212         (Sized_incremental_binary::do_process_got_plt): New function.
5213         (Sized_incremental_binary::file_status_): New data member.
5214         (Sized_incremental_binary::main_symtab_loc_): New data member.
5215         (Sized_incremental_binary::main_strtab_loc_): New data member.
5216         * output.cc (Output_data_got::Got_entry::write): Add case
5217         RESERVED_CODE.
5218         (Output_data_got::add_global): Call add_got_entry.
5219         (Output_data_got::add_global_plt): Likewise.
5220         (Output_data_got::add_global_with_rel): Likewise.
5221         (Output_data_got::add_global_with_rela): Likewise.
5222         (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
5223         (Output_data_got::add_global_pair_with_rela): Likewise.
5224         (Output_data_got::add_local): Call add_got_entry.
5225         (Output_data_got::add_local_plt): Likewise.
5226         (Output_data_got::add_local_with_rel): Likewise.
5227         (Output_data_got::add_local_with_rela): Likewise.
5228         (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
5229         (Output_data_got::add_local_pair_with_rela): Likewise.
5230         (Output_data_got::reserve_slot): New function.
5231         (Output_data_got::reserve_slot_for_global): New function.
5232         (Output_data_got::add_got_entry): New function.
5233         (Output_data_got::add_got_entry_pair): New function.
5234         (Output_section::add_output_section_data): Edit FIXME.
5235         * output.h
5236         (Output_section_data_build::Output_section_data_build): New
5237         constructor with size parameter.
5238         (Output_data_space::Output_data_space): Likewise.
5239         (Output_data_got::Output_data_got): Initialize new data member; new
5240         constructor with size parameter.
5241         (Output_data_got::add_constant): Call add_got_entry.
5242         (Output_data_got::reserve_slot): New function.
5243         (Output_data_got::reserve_slot_for_global): New function.
5244         (class Output_data_got::Got_entry): Add RESERVED_CODE.
5245         (Output_data_got::add_got_entry): New function.
5246         (Output_data_got::add_got_entry_pair): New function.
5247         (Output_data_got::free_list_): New data member.
5248         * target.h (Sized_target::init_got_plt_for_update): New function.
5249         (Sized_target::register_global_plt_entry): New function.
5250         * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
5251         Initialize new data member; call init; add constructor with PLT count.
5252         (Output_data_plt_x86_64::init): New function.
5253         (Output_data_plt_x86_64::add_relocation): New function.
5254         (Output_data_plt_x86_64::reserve_slot): New function.
5255         (Output_data_plt_x86_64::free_list_): New data member.
5256         (Target_x86_64::init_got_plt_for_update): New function.
5257         (Target_x86_64::register_global_plt_entry): New function.
5258         (Output_data_plt_x86_64::add_entry): Allocate from free list for
5259         incremental updates.
5260         (Output_data_plt_x86_64::add_relocation): New function.
5261         * testsuite/object_unittest.cc (Object_test): Set default options.
5262
5263 2011-05-16  Ian Lance Taylor  <iant@google.com>
5264
5265         * options.h (class General_options): Make -i a synonym for -r.
5266
5267 2011-05-16  Ian Lance Taylor  <iant@google.com>
5268
5269         * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
5270
5271 2011-05-10 Cary Coutant  <ccoutant@google.com>
5272
5273         * object.cc (Sized_relobj::do_count_local_symbols): Check for
5274         strip_all (-s).
5275
5276 2011-05-06  Ian Lance Taylor  <iant@google.com>
5277
5278         * layout.cc (Layout::layout): If the output section flags change,
5279         update the ordering.
5280
5281 2011-04-25 Cary Coutant  <ccoutant@google.com>
5282
5283         * incremental-dump.cc (dump_incremental_inputs): Print local
5284         symbol info for each input file.
5285         * incremental.cc
5286         (Output_section_incremental_inputs::set_final_data_size): Add local
5287         symbol info to input file entries in incremental info.
5288         (Output_section_incremental_inputs::write_info_blocks): Likewise.
5289         (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
5290         (Sized_incr_relobj::do_add_symbols): Cosmetic change.
5291         (Sized_incr_relobj::do_count_local_symbols): Replace stub with
5292         implementation.
5293         (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
5294         (Sized_incr_relobj::do_relocate): Write the local symbols.
5295         (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
5296         * incremental.h (Incremental_inputs_reader::get_symbol_offset):
5297         Adjust size of input file header.
5298         (Incremental_inputs_reader::get_local_symbol_offset): New function.
5299         (Incremental_inputs_reader::get_local_symbol_count): New function.
5300         (Incremental_inputs_reader::get_input_section): Adjust size of input
5301         file header.
5302         (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
5303         (Sized_incr_relobj::This): New typedef.
5304         (Sized_incr_relobj::sym_size): New const data member.
5305         (Sized_incr_relobj::Local_symbol): New struct.
5306         (Sized_incr_relobj::do_output_local_symbol_count): New function.
5307         (Sized_incr_relobj::do_local_symbol_offset): New function.
5308         (Sized_incr_relobj::local_symbol_count_): New data member.
5309         (Sized_incr_relobj::output_local_dynsym_count_): New data member.
5310         (Sized_incr_relobj::local_symbol_index_): New data member.
5311         (Sized_incr_relobj::local_symbol_offset_): New data member.
5312         (Sized_incr_relobj::local_dynsym_offset_): New data member.
5313         (Sized_incr_relobj::local_symbols_): New data member.
5314         * object.h (Relobj::output_local_symbol_count): New function.
5315         (Relobj::local_symbol_offset): New function.
5316         (Relobj::do_output_local_symbol_count): New function.
5317         (Relobj::do_local_symbol_offset): New function.
5318         (Sized_relobj::do_output_local_symbol_count): New function.
5319         (Sized_relobj::do_local_symbol_offset): New function.
5320
5321 2011-04-22  Vladimir Simonov  <sv@sw.ru>
5322
5323         * descriptors.cc (set_close_on_exec): New function.
5324         (Descriptors::open): Use set_close_on_exec.
5325         * output.cc (S_ISLNK): Define if not defined.
5326
5327 2011-04-22 Cary Coutant  <ccoutant@google.com>
5328
5329         * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5330         global symbol map.
5331         (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5332         (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
5333         (Sized_incr_relobj::do_relocate): Remap section indices in incremental
5334         relocations.
5335         (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
5336         (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
5337         (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
5338         * incremental.h
5339         (Incremental_inputs_reader::global_symbol_reader_at_offset): New
5340         function.
5341         (Incremental_binary::apply_incremental_relocs): New function.
5342         (Incremental_binary::do_apply_incremental_relocs): New function.
5343         (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5344         data member.
5345         (Sized_incremental_binary::add_global_symbol): New function.
5346         (Sized_incremental_binary::global_symbol): New function.
5347         (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5348         (Sized_incremental_binary::symbol_map_): New data member.
5349         * layout.cc (Layout_task_runner::run): Apply incremental relocations.
5350         * target.h (Sized_target::apply_relocation): New function.
5351         * target-reloc.h (apply_relocation): New function.
5352         * x86_64.cc (Target_x86_64::apply_relocation): New function.
5353
5354 2011-04-22  Doug Kwan  <dougkwan@google.com>
5355
5356         * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
5357         flag of a SHT_ARM_EXIDX section.
5358         * testsuite/Makefile.am (arm_exidx_test): New test rules.
5359         * testsuite/Makefile.in: Regenerate.
5360         * testsuite/arm_exidx_test.s: New file.
5361         * testsuite/arm_exidx_test.sh: Same.
5362
5363 2011-04-20 Cary Coutant  <ccoutant@google.com>
5364
5365         PR gold/12689
5366         * archive.h (Incremental_archive_entry::Archive_member):
5367         Initialize arg_serial_ (second constructor).
5368
5369 2011-04-17  Ian Lance Taylor  <iant@google.com>
5370
5371         * object.cc (Relocate_info::location): Simplify location string.
5372         * errors.cc (Errors::error_at_location): Don't print program
5373         name.
5374         (Errors::warning_at_location): Likewise.
5375         (Errors::undefined_symbol): Likewise.
5376         * testsuite/debug_msg.sh: Update accordingly.
5377
5378 2011-04-14 Cary Coutant  <ccoutant@google.com>
5379
5380         * gold/layout.cc (Layout::symtab_section_offset): New function.
5381         * gold/layout.h (Layout::symtab_section_offset): New function.
5382         * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
5383
5384 2011-04-12  Ian Lance Taylor  <iant@google.com>
5385
5386         * configure.ac: Check for sys/mman.h and mmap.  Check for mremap
5387         with MREMAP_MAYMOVE.
5388         * output.h (class Output_file): Add map_is_allocated_ field.
5389         * output.cc: Only #include <sys/mman.h> if it exists.  If mmap is
5390         not available, provide stubs.  If mremap is not available, #define
5391         it to gold_mremap.
5392         (MREMAP_MAYMOVE): Define if not defined.
5393         (Output_file::Output_file): Initialize map_is_allocated_.
5394         (Output_file::resize): Check map_is_allocated_.
5395         (Output_file::map_anonymous): If mmap fails, use malloc.
5396         (Output_file::unmap): Don't do anything for an anonymous map.
5397         * fileread.cc: Only #include <sys/mman.h> if it exists.  If mmap
5398         is not available, provide stubs.
5399         (File_read::View::~View): Use free rather than delete[].
5400         (File_read::make_view): Use malloc rather than new[].  If mmap
5401         fails, use malloc.
5402         (File_read::find_or_make_view): Use malloc rather than new[].
5403         * gold.h: Remove HAVE_REMAP code.
5404         * mremap.c: #include <errno.h>.  Only #include <sys/mman.h> if it
5405         exists.  Rename mremap to gold_mremap.  If mmap is not available
5406         don't do anything.
5407         * configure, config.in: Rebuild.
5408
5409 2011-04-11  Ian Lance Taylor  <iant@google.com>
5410
5411         * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
5412         initialize local variable v.
5413
5414 2011-04-11  Cary Coutant  <ccoutant@google.com>
5415
5416         * archive.cc (Archive::include_member): Adjust call to
5417         report_object.
5418         (Add_archive_symbols::run): Track argument serial numbers.
5419         (Lib_group::include_member): Likewise.
5420         (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
5421         * archive.h (Incremental_archive_entry::Archive_member):
5422         Initialize arg_serial_.
5423         (Archive_member::arg_serial_): New data member.
5424         * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
5425         (Sized_dynobj::do_add_symbols): Track symbols when doing an
5426         incremental link.
5427         (Sized_dynobj::do_for_all_local_got_entries): New function.
5428         * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
5429         function.
5430         * fileread.cc (get_mtime): New function.
5431         * fileread.h (get_mtime): New function.
5432         * gold.cc (queue_initial_tasks): Check for incremental update.
5433         (process_incremental_input): New function.
5434         (queue_middle_tasks): Don't force valid target for incremental
5435         update.
5436         * incremental-dump.cc (find_input_containing_global): Adjust
5437         size of symbol info entry.
5438         (dump_incremental_inputs): Dump argument serial number and
5439         in_system_directory flag; bias shndx by 1; print symbol names
5440         when dumping per-file symbol lists; use new symbol info readers.
5441         * incremental.cc
5442         (Output_section_incremental_inputs:update_data_size): New function.
5443         (Sized_incremental_binary::setup_readers): Setup input readers
5444         for each input file; build maps for files added from libraries
5445         and scripts.
5446         (Sized_incremental_binary::check_input_args): New function.
5447         (Sized_incremental_binary::do_check_inputs): Build map of argument
5448         serial numbers to input arguments.
5449         (Sized_incremental_binary::do_file_has_changed): Rename
5450         do_file_is_unchanged to this; compare file modification times.
5451         (Sized_incremental_binary::do_init_layout): New function.
5452         (Sized_incremental_binary::do_reserve_layout): New function.
5453         (Sized_incremental_binary::do_get_input_reader): Remove.
5454         (Sized_incremental_binary::get_symtab_view): New function.
5455         (Incremental_checker::can_incrementally_link_output_file): Remove.
5456         (Incremental_inputs::report_command_line): Exclude --debug options.
5457         (Incremental_inputs::report_archive_begin): Add parameter; track
5458         argument serial numbers; don't put input file entry for archive
5459         before archive members.
5460         (Incremental_inputs::report_archive_end): Put input file entry
5461         for archive after archive members.
5462         (Incremental_inputs::report_object): Add parameter; track argument
5463         serial numbers and in_system_directory flag.
5464         (Incremental_inputs::report_script): Add parameter; track argument
5465         serial numbers.
5466         (Output_section_incremental_inputs::set_final_data_size): Adjust
5467         size of symbol info entry; check for forwarding symbols.
5468         (Output_section_incremental_inputs::write_input_files): Write
5469         in_system_directory flag and argument serial number.
5470         (Output_section_incremental_inputs::write_info_blocks): Map section
5471         indices between incremental info and original input file; store
5472         input section index for each symbol.
5473         (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
5474         change operator() to visit().
5475         (class Global_got_offset_visitor): Likewise.
5476         (class Global_symbol_visitor_got_plt):
5477         (Output_section_incremental_inputs::write_got_plt): Use new visitor
5478         classes.
5479         (Sized_incr_relobj::Sized_incr_relobj): New constructor.
5480         (Sized_incr_relobj::do_read_symbols): New function.
5481         (Sized_incr_relobj::do_layout): New function.
5482         (Sized_incr_relobj::do_layout_deferred_sections): New function.
5483         (Sized_incr_relobj::do_add_symbols): New function.
5484         (Sized_incr_relobj::do_should_include_member): New function.
5485         (Sized_incr_relobj::do_for_all_global_symbols): New function.
5486         (Sized_incr_relobj::do_for_all_local_got_entries): New function.
5487         (Sized_incr_relobj::do_section_size): New function.
5488         (Sized_incr_relobj::do_section_name): New function.
5489         (Sized_incr_relobj::do_section_contents): New function.
5490         (Sized_incr_relobj::do_section_flags): New function.
5491         (Sized_incr_relobj::do_section_entsize): New function.
5492         (Sized_incr_relobj::do_section_address): New function.
5493         (Sized_incr_relobj::do_section_type): New function.
5494         (Sized_incr_relobj::do_section_link): New function.
5495         (Sized_incr_relobj::do_section_info): New function.
5496         (Sized_incr_relobj::do_section_addralign): New function.
5497         (Sized_incr_relobj::do_initialize_xindex): New function.
5498         (Sized_incr_relobj::do_get_global_symbol_counts): New function.
5499         (Sized_incr_relobj::do_read_relocs): New function.
5500         (Sized_incr_relobj::do_gc_process_relocs): New function.
5501         (Sized_incr_relobj::do_scan_relocs): New function.
5502         (Sized_incr_relobj::do_count_local_symbols): New function.
5503         (Sized_incr_relobj::do_finalize_local_symbols): New function.
5504         (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
5505         (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
5506         (Sized_incr_relobj::do_relocate): New function.
5507         (Sized_incr_relobj::do_set_section_offset): New function.
5508         (Sized_incr_dynobj::Sized_incr_dynobj): New function.
5509         (Sized_incr_dynobj::do_read_symbols): New function.
5510         (Sized_incr_dynobj::do_layout): New function.
5511         (Sized_incr_dynobj::do_add_symbols): New function.
5512         (Sized_incr_dynobj::do_should_include_member): New function.
5513         (Sized_incr_dynobj::do_for_all_global_symbols): New function.
5514         (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
5515         (Sized_incr_dynobj::do_section_size): New function.
5516         (Sized_incr_dynobj::do_section_name): New function.
5517         (Sized_incr_dynobj::do_section_contents): New function.
5518         (Sized_incr_dynobj::do_section_flags): New function.
5519         (Sized_incr_dynobj::do_section_entsize): New function.
5520         (Sized_incr_dynobj::do_section_address): New function.
5521         (Sized_incr_dynobj::do_section_type): New function.
5522         (Sized_incr_dynobj::do_section_link): New function.
5523         (Sized_incr_dynobj::do_section_info): New function.
5524         (Sized_incr_dynobj::do_section_addralign): New function.
5525         (Sized_incr_dynobj::do_initialize_xindex): New function.
5526         (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
5527         (make_sized_incremental_object): New function.
5528         (Incremental_library::copy_unused_symbols): New function.
5529         (Incremental_library::do_for_all_unused_symbols): New function.
5530         * incremental.h (enum Incremental_input_flags): New type.
5531         (class Incremental_checker): Remove.
5532         (Incremental_input_entry::Incremental_input_entry): Add argument
5533         serial number.
5534         (Incremental_input_entry::arg_serial): New function.
5535         (Incremental_input_entry::set_is_in_system_directory): New function.
5536         (Incremental_input_entry::is_in_system_directory): New function.
5537         (Incremental_input_entry::arg_serial_): New data member.
5538         (Incremental_input_entry::is_in_system_directory_): New data member.
5539         (class Script_info): Move here from script.h.
5540         (Script_info::Script_info): Add filename parameter.
5541         (Script_info::filename): New function.
5542         (Script_info::filename_): New data member.
5543         (Incremental_script_entry::Incremental_script_entry): Add argument
5544         serial number.
5545         (Incremental_object_entry::Incremental_object_entry): Likewise.
5546         (Incremental_object_entry::add_input_section): Build list of input
5547         sections with map to original shndx.
5548         (Incremental_object_entry::get_input_section_index): New function.
5549         (Incremental_object_entry::shndx_): New data member.
5550         (Incremental_object_entry::name_key_): Rename; adjust all refs.
5551         (Incremental_object_entry::sh_size_): Rename; adjust all refs.
5552         (Incremental_archive_entry::Incremental_archive_entry): Add argument
5553         serial number.
5554         (Incremental_inputs::report_archive_begin): Likewise.
5555         (Incremental_inputs::report_object): Likewise.
5556         (Incremental_inputs::report_script): Likewise.
5557         (class Incremental_global_symbol_reader): New class.
5558         (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
5559         and store flags and input file type.
5560         (Incremental_input_entry_reader::arg_serial): New function.
5561         (Incremental_input_entry_reader::type): Extract type from flags.
5562         (Incremental_input_entry_reader::is_in_system_directory): New function.
5563         (Incremental_input_entry_reader::get_input_section_count): Call
5564         accessor function for type.
5565         (Incremental_input_entry_reader::get_symbol_offset): Call accessor
5566         function for type; adjust size of global symbol entry.
5567         (Incremental_input_entry_reader::get_global_symbol_count): Call
5568         accessor function for type.
5569         (Incremental_input_entry_reader::get_object_count): Likewise.
5570         (Incremental_input_entry_reader::get_object_offset): Likewise.
5571         (Incremental_input_entry_reader::get_member_count): Likewise.
5572         (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
5573         (Incremental_input_entry_reader::get_member_offset): Likewise.
5574         (Incremental_input_entry_reader::get_unused_symbol): Likewise.
5575         (Incremental_input_entry_reader::Global_symbol_info): Remove.
5576         (Incremental_input_entry_reader::get_global_symbol_info): Remove.
5577         (Incremental_input_entry_reader::get_global_symbol_reader): New
5578         function.
5579         (Incremental_input_entry_reader::get_output_symbol_index): New
5580         function.
5581         (Incremental_input_entry_reader::type_): Remove.
5582         (Incremental_input_entry_reader::flags_): New data member.
5583         (Incremental_inputs_reader::input_file_offset): New function.
5584         (Incremental_inputs_reader::input_file_index): New function.
5585         (Incremental_inputs_reader::input_file): Call input_file_offset.
5586         (Incremental_inputs_reader::input_file_at_offset): New function.
5587         (Incremental_relocs_reader::get_r_type): Reformat.
5588         (Incremental_relocs_reader::get_r_shndx): Reformat.
5589         (Incremental_relocs_reader::get_r_offset): Reformat.
5590         (Incremental_relocs_reader::data): New function.
5591         (Incremental_binary::Incremental_binary): Initialize new data members.
5592         (Incremental_binary::check_inputs): Add cmdline parameter.
5593         (Incremental_binary::file_is_unchanged): Remove.
5594         (Input_reader::arg_serial): New function.
5595         (Input_reader::get_unused_symbol_count): New function.
5596         (Input_reader::get_unused_symbol): New function.
5597         (Input_reader::do_arg_serial): New function.
5598         (Input_reader::do_get_unused_symbol_count): New function.
5599         (Input_reader::do_get_unused_symbol): New function.
5600         (Incremental_binary::input_file_count): New function.
5601         (Incremental_binary::get_input_reader): Change signature to use
5602         index instead of filename.
5603         (Incremental_binary::file_has_changed): New function.
5604         (Incremental_binary::get_input_argument): New function.
5605         (Incremental_binary::get_library): New function.
5606         (Incremental_binary::get_script_info): New function.
5607         (Incremental_binary::init_layout): New function.
5608         (Incremental_binary::reserve_layout): New function.
5609         (Incremental_binary::output_file): New function.
5610         (Incremental_binary::do_check_inputs): New function.
5611         (Incremental_binary::do_file_is_unchanged): Remove.
5612         (Incremental_binary::do_file_has_changed): New function.
5613         (Incremental_binary::do_init_layout): New function.
5614         (Incremental_binary::do_reserve_layout): New function.
5615         (Incremental_binary::do_input_file_count): New function.
5616         (Incremental_binary::do_get_input_reader): Change signature.
5617         (Incremental_binary::input_args_map_): New data member.
5618         (Incremental_binary::library_map_): New data member.
5619         (Incremental_binary::script_map_): New data member.
5620         (Sized_incremental_binary::Sized_incremental_binary): Initialize
5621         new data members.
5622         (Sized_incremental_binary::output_section): New function.
5623         (Sized_incremental_binary::inputs_reader): Add const.
5624         (Sized_incremental_binary::symtab_reader): Add const.
5625         (Sized_incremental_binary::relocs_reader): Add const.
5626         (Sized_incremental_binary::got_plt_reader): Add const.
5627         (Sized_incremental_binary::get_symtab_view): New function.
5628         (Sized_incremental_binary::Inputs_reader): New typedef.
5629         (Sized_incremental_binary::Input_entry_reader): New typedef.
5630         (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
5631         (Sized_incremental_binary::do_file_is_unchanged): Remove.
5632         (Sized_incremental_binary::do_file_has_changed): New function.
5633         (Sized_incremental_binary::do_init_layout): New function.
5634         (Sized_incremental_binary::do_reserve_layout): New function.
5635         (Sized_input_reader::Inputs_reader): Remove.
5636         (Sized_input_reader::Input_entry_reader): Remove.
5637         (Sized_input_reader::do_arg_serial): New function.
5638         (Sized_input_reader::do_get_unused_symbol_count): New function.
5639         (Sized_input_reader::do_get_unused_symbol): New function.
5640         (Sized_incremental_binary::do_input_file_count): New function.
5641         (Sized_incremental_binary::do_get_input_reader): Change signature;
5642         use index instead of filename.
5643         (Sized_incremental_binary::section_map_): New data member.
5644         (Sized_incremental_binary::input_entry_readers_): New data member.
5645         (class Sized_incr_relobj): New class.
5646         (class Sized_incr_dynobj): New class.
5647         (make_sized_incremental_object): New function.
5648         (class Incremental_library): New class.
5649         * layout.cc (Free_list::num_lists): New static data member.
5650         (Free_list::num_nodes): New static data member.
5651         (Free_list::num_removes): New static data member.
5652         (Free_list::num_remove_visits): New static data member.
5653         (Free_list::num_allocates): New static data member.
5654         (Free_list::num_allocate_visits): New static data member.
5655         (Free_list::init): New function.
5656         (Free_list::remove): New function.
5657         (Free_list::allocate): New function.
5658         (Free_list::dump): New function.
5659         (Free_list::print_stats): New function.
5660         (Layout_task_runner::run): Resize output file for incremental updates.
5661         (Layout::Layout): Initialize new data members.
5662         (Layout::set_incremental_base): New function.
5663         (Layout::init_fixed_output_section): New function.
5664         (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
5665         incremental updates.
5666         (Layout::create_gold_note): Do not create gold note section for
5667         incremental updates.
5668         (Layout::set_segment_offsets): Do not recalculate RELRO alignment
5669         for incremental updates.
5670         (Layout::set_section_offsets): For incremental updates, allocate space
5671         from free list.
5672         (Layout::create_symtab_sections): Layout with offsets relative to
5673         start of section; for incremental updates, allocate space from free
5674         list.
5675         (Layout::create_shdrs): For incremental updates, allocate space from
5676         free list.
5677         (Layout::finish_dynamic_section): For incremental updates, do not
5678         check --as-needed (fixed in subsequent patch).
5679         * layout.h (class Free_list): New class.
5680         (Layout::set_incremental_base): New function.
5681         (Layout::incremental_base): New function.
5682         (Layout::init_fixed_output_section): New function.
5683         (Layout::allocate): New function.
5684         (Layout::incremental_base_): New data member.
5685         (Layout::free_list_): New data member.
5686         * main.cc (main): Print Free_list statistics.
5687         * object.cc (Relobj::finalize_incremental_relocs): Add
5688         clear_counts parameter; clear counts only when clear_counts is set.
5689         (Sized_relobj::Sized_relobj): Initialize new base class.
5690         (Sized_relobj::do_layout): Don't report special sections.
5691         (Sized_relobj::do_for_all_local_got_entries): New function.
5692         (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
5693         symtab_off to all symbol table offsets.
5694         (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
5695         * object.h (class Got_offset_list): Move to top of file.
5696         (Object::Object): Allow case where input_file == NULL.
5697         (Object::~Object): Likewise.
5698         (Object::input_file): Assert that input_file != NULL.
5699         (Object::lock): Allow case where input_file == NULL.
5700         (Object::unlock): Likewise.
5701         (Object::is_locked): Likewise.
5702         (Object::token): Likewise.
5703         (Object::release): Likewise.
5704         (Object::is_incremental): New function.
5705         (Object::get_mtime): New function.
5706         (Object::for_all_local_got_entries): New function.
5707         (Object::clear_view_cache_marks): Allow case where input_file == NULL.
5708         (Object::set_is_in_system_directory): New function.
5709         (Object::is_in_system_directory): New function.
5710         (Object::do_is_incremental): New function.
5711         (Object::do_get_mtime): New function.
5712         (Object::do_for_all_local_got_entries): New function.
5713         (Object::is_in_system_directory_): New data member.
5714         (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
5715         (class Sized_relobj_base): New class.
5716         (class Sized_relobj): Derive from Sized_relobj_base.
5717         (class Sized_relobj::Symbols): Redeclare from base class.
5718         (class Sized_relobj::local_got_offset_list): Remove.
5719         (class Sized_relobj::Output_sections): Redeclare from base class.
5720         (class Sized_relobj::do_for_all_local_got_entries): New function.
5721         (class Sized_relobj::write_local_symbols): Add offset parameter.
5722         (class Sized_relobj::local_symbol_offset_): Update comment.
5723         (class Sized_relobj::local_dynsym_offset_): Update comment.
5724         * options.cc (Input_arguments::add_file): Remove const.
5725         * options.h (Input_file_argument::Input_file_argument):
5726         Initialize arg_serial_ (all constructors).
5727         (Input_file_argument::set_arg_serial): New function.
5728         (Input_file_argument::arg_serial): New function.
5729         (Input_file_argument::arg_serial_): New data member.
5730         (Input_arguments::Input_arguments): Initialize file_count_.
5731         (Input_arguments::add_file): Remove const.
5732         (Input_arguments::number_of_input_files): New function.
5733         (Input_arguments::file_count_): New data member.
5734         (Command_line::number_of_input_files): Call
5735         Input_arguments::number_of_input_files.
5736         * output.cc (Output_segment_headers::Output_segment_headers):
5737         Set current size.
5738         (Output_section::Input_section::current_data_size): New function.
5739         (Output_section::Output_section): Initialize new data members.
5740         (Output_section::add_input_section): Don't do merge sections for
5741         an incremental link; allocate space from free list for an
5742         incremental update.
5743         (Output_section::add_output_section_data): Allocate space from
5744         free list for an incremental update.
5745         (Output_section::update_data_size): New function.
5746         (Output_section::set_fixed_layout): New function.
5747         (Output_section::reserve): New function.
5748         (Output_segment::set_section_addresses): Remove const.
5749         (Output_segment::set_section_list_addresses): Remove const; allocate
5750         space from free list for an incremental update.
5751         (Output_segment::set_offset): Adjust size of RELRO segment for an
5752         incremental update.
5753         * output.h (Output_data::current_data_size): Move here from
5754         child classes.
5755         (Output_data::pre_finalize_data_size): New function.
5756         (Output_data::update_data_size): New function.
5757         (Output_section_headers::update_data_size): new function.
5758         (Output_section_data_build::current_data_size): Move to Output_data.
5759         (Output_data_strtab::update_data_size): New function.
5760         (Output_section::current_data_size): Move to Output_data.
5761         (Output_section::set_fixed_layout): New function.
5762         (Output_section::has_fixed_layout): New function.
5763         (Output_section::reserve): New function.
5764         (Output_section::update_data_size): New function.
5765         (Output_section::has_fixed_layout_): New data member.
5766         (Output_section::free_list_): New data member.
5767         (Output_segment::set_section_addresses): Remove const.
5768         (Output_segment::set_section_list_addresses): Remove const.
5769         * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
5770         New function.
5771         * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
5772         New function.
5773         * readsyms.cc (Read_symbols::do_read_symbols): Add library
5774         parameter when calling Add_symbols constructor; store argument
5775         serial number for members of a lib group.
5776         (Add_symbols::locks): Allow case where token == NULL.
5777         (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
5778         (Read_member::~Read_member): New function.
5779         (Read_member::is_runnable): New function.
5780         (Read_member::locks): New function.
5781         (Read_member::run): New function.
5782         (Check_script::~Check_script): New function.
5783         (Check_script::is_runnable): New function.
5784         (Check_script::locks): New function.
5785         (Check_script::run): New function.
5786         (Check_library::~Check_library): New function.
5787         (Check_library::is_runnable): New function.
5788         (Check_library::locks): New function.
5789         (Check_library::run): New function.
5790         * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
5791         (Add_symbols::library_): New data member.
5792         (class Read_member): New class.
5793         (class Check_script): New class.
5794         (class Check_library): New class.
5795         * reloc.cc (Read_relocs::is_runnable): Allow case where
5796         token == NULL.
5797         (Read_relocs::locks): Likewise.
5798         (Scan_relocs::locks): Likewise.
5799         (Relocate_task::locks): Likewise.
5800         (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
5801         to clear counters.
5802         (Sized_relobj::incremental_relocs_scan): Fix comment.
5803         (Sized_relobj::do_relocate): Pass output file offset to
5804         write_local_symbols.
5805         (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
5806         from class declaration.
5807         * script.cc (read_input_script): Allocate Script_info; pass
5808         argument serial number to report_script.
5809         * script.h (class Script_info): Move to incremental.h.
5810         * symtab.cc (Symbol_table::add_from_incrobj): New function.
5811         * symtab.h (Symbol_table::add_from_incrobj): New function.
5812         (Symbol_table::set_file_offset): New function.
5813
5814 2011-04-05  Cary Coutant  <ccoutant@google.com>
5815
5816         * incremental-dump.cc (dump_incremental_inputs): Change signature
5817         to take a Sized_incremental_binary; change caller.  Use readers
5818         in Sized_incremental_binary.
5819         * incremental.cc
5820         (Sized_incremental_binary::find_incremental_inputs_sections):
5821         Rename do_find_incremental_inputs_sections to this.
5822         (Sized_incremental_binary::setup_readers): New function.
5823         (Sized_incremental_binary::do_check_inputs): Check
5824         has_incremental_info_ flag; move setup code to setup_readers;
5825         use input readers.
5826         (Sized_incremental_binary::do_file_is_unchanged): New function.
5827         (Sized_incremental_binary::do_get_input_reader): New function.
5828         * incremental.h (class Incremental_binary): Move to end of file.
5829         (Incremental_binary::file_is_unchanged): New function.
5830         (Incremental_binary::do_file_is_unchanged): New function.
5831         (Incremental_binary::Input_reader): New class.
5832         (Incremental_binary::get_input_reader): New function.
5833         (class Sized_incremental_binary): Move to end of file.
5834         (Sized_incremental_binary::Sized_incremental_binary): Setup the
5835         input section reader classes.
5836         (Sized_incremental_binary::has_incremental_info): New function.
5837         (Sized_incremental_binary::inputs_reader): New function.
5838         (Sized_incremental_binary::symtab_reader): New function.
5839         (Sized_incremental_binary::relocs_reader): New function.
5840         (Sized_incremental_binary::got_plt_reader): New function.
5841         (Sized_incremental_binary::do_file_is_unchanged): New function.
5842         (Sized_incremental_binary::Sized_input_reader): New class.
5843         (Sized_incremental_binary::get_input_reader): New function.
5844         (Sized_incremental_binary::find_incremental_inputs_sections):
5845         Rename do_find_incremental_inputs_sections to this.
5846         (Sized_incremental_binary::setup_readers): New function.
5847         (Sized_incremental_binary::has_incremental_info_): New data member.
5848         (Sized_incremental_binary::inputs_reader_): New data member.
5849         (Sized_incremental_binary::symtab_reader_): New data member.
5850         (Sized_incremental_binary::relocs_reader_): New data member.
5851         (Sized_incremental_binary::got_plt_reader_): New data member.
5852         (Sized_incremental_binary::current_input_file_): New data member.
5853
5854 2011-04-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5855
5856         PR gold/12640
5857         * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
5858         violation.
5859
5860 2011-03-30  Cary Coutant  <ccoutant@google.com>
5861
5862         * archive.cc (Archive::include_member): Adjust call to report_object.
5863         (Add_archive_symbols::run): Add script_info to call to
5864         report_archive_begin.
5865         (Lib_group::include_member): Adjust call to report_object.
5866         (Add_lib_group_symbols::run): Adjust call to report_object.
5867         * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
5868         blocks.  Add object count for script input files.
5869         * incremental.cc (Incremental_inputs::report_archive_begin): Add
5870         script_info parameter; change all callers.
5871         (Incremental_inputs::report_object): Add script_info parameter;
5872         change all callers.
5873         (Incremental_inputs::report_script): Store backpointer to
5874         incremental info entry.
5875         (Output_section_incremental_inputs::set_final_data_size): Record
5876         additional information for scripts.
5877         (Output_section_incremental_inputs::write_info_blocks): Likewise.
5878         * incremental.h (Incremental_script_entry::add_object): New function.
5879         (Incremental_script_entry::get_object_count): New function.
5880         (Incremental_script_entry::get_object): New function.
5881         (Incremental_script_entry::objects_): New data member; adjust
5882         constructor.
5883         (Incremental_inputs::report_archive_begin): Add script_info parameter.
5884         (Incremental_inputs::report_object): Add script_info parameter.
5885         (Incremental_inputs_reader::get_object_count): New function.
5886         (Incremental_inputs_reader::get_object_offset): New function.
5887         * options.cc (Input_arguments::add_file): Return reference to
5888         new input argument.
5889         * options.h (Input_argument::set_script_info): New function.
5890         (Input_argument::script_info): New function.
5891         (Input_argument::script_info_): New data member; adjust all
5892         constructors.
5893         (Input_file_group::add_file): Return reference to new input argument.
5894         (Input_file_lib::add_file): Likewise.
5895         (Input_arguments::add_file): Likewise.
5896         * readsyms.cc (Add_symbols::run): Adjust call to report_object.
5897         * script.cc (Parser_closure::Parser_closure): Add script_info
5898         parameter; adjust all callers.
5899         (Parser_closure::script_info): New function.
5900         (Parser_closure::script_info_): New data member.
5901         (read_input_script): Report scripts earlier to incremental info.
5902         (script_add_file): Set script_info in Input_argument.
5903         (script_add_library): Likewise.
5904         * script.h (Script_options::Script_info): Rewrite class.
5905
5906 2011-03-29  Cary Coutant  <ccoutant@google.com>
5907
5908         * archive.cc (Library_base::should_include_member): Move
5909         method here from class Archive.
5910         (Archive::Archive): Initialize base class.
5911         (Archive::should_include_member): Move to base class.
5912         (Archive::do_for_all_unused_symbols): New function.
5913         (Add_archive_symbols::run): Remove redundant access to
5914         incremental_inputs.
5915         (Lib_group::Lib_group): Initialize base class.
5916         (Lib_group::do_filename): New function.
5917         (Lib_group::include_member): Pass pointer to Lib_group to
5918         report_object.
5919         (Lib_group::do_for_all_unused_symbols): New function.
5920         (Add_lib_group_symbols::run): Report archive information for
5921         incremental links.
5922         * archive.h (class Library_base): New base class.
5923         (class Archive): Derive from Library_base.
5924         (Archive::filename): Move to base class.
5925         (Archive::set_incremental_info): Likewise.
5926         (Archive::incremental_info): Likewise.
5927         (Archive::Should_include): Likewise.
5928         (Archive::should_include_member): Likewise.
5929         (Archive::Armap_entry): Remove.
5930         (Archive::Unused_symbol_iterator): Remove.
5931         (Archive::unused_symbols_begin): Remove.
5932         (Archive::unused_symbols_end): Remove.
5933         (Archive::do_filename): New function.
5934         (Archive::do_get_mtime): New function.
5935         (Archive::do_for_all_unused_symbols): New function.
5936         (Archive::task_): Move to base class.
5937         (Archive::incremental_info_): Likewise.
5938         (class Lib_group): Derive from Library_base.
5939         (Lib_group::do_filename): New function.
5940         (Lib_group::do_get_mtime): New function.
5941         (Lib_group::do_for_all_unused_symbols): New function.
5942         (Lib_group::task_): Move to base class.
5943         * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
5944         function.
5945         * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
5946         function.
5947         * incremental.cc (Incremental_inputs::report_archive_begin):
5948         Use Library_base; call library's get_mtime; add incremental inputs
5949         entry before members.
5950         (class Unused_symbol_visitor): New class.
5951         (Incremental_inputs::report_archive_end): Use Library_base; use
5952         visitor class to record unused symbols; don't add incremental inputs
5953         entry after members.
5954         (Incremental_inputs::report_object): Use Library_base.
5955         * incremental.h
5956         (Incremental_archive_entry::Incremental_archive_entry): Remove
5957         unused Archive parameter.
5958         (Incremental_inputs::report_archive_begin): Use Library_base.
5959         (Incremental_inputs::report_archive_end): Likewise.
5960         (Incremental_inputs::report_object): Likewise.
5961         * object.cc (Sized_relobj::do_for_all_global_symbols): New
5962         function.
5963         * object.h (Object::for_all_global_symbols): New function.
5964         (Object::do_for_all_global_symbols): New function.
5965         (Sized_relobj::do_for_all_global_symbols): New function.
5966         * plugin.cc (Sized_pluginobj::do_for_all_global_symbols):  New
5967         function.
5968         * plugin.h (Sized_pluginobj::do_for_all_global_symbols):  New
5969         function.
5970
5971 2011-03-27  Ian Lance Taylor  <iant@google.com>
5972
5973         * archive.cc (Archive::interpret_header): Return -1 if something
5974         goes wrong.  Change callers accordingly.
5975
5976 2011-03-25  Cary Coutant  <ccoutant@google.com>
5977
5978         * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
5979         * testsuite/Makefile.in: Regenerate.
5980
5981 2011-03-23  Rafael Ávila de Espíndola <respindola@mozilla.com>
5982
5983         * plugin.cc (get_view): New.
5984         (Plugin::load): Pass get_view to the plugin.
5985         (Plugin_manager::get_view): New.
5986
5987 2011-03-21  Ian Lance Taylor  <iant@google.com>
5988
5989         * testsuite/final_layout.sh: Rewrite to not use dc.
5990         * testsuite/relro_test.sh: Fail if dc is not present.
5991
5992 2011-03-21  Sriraman Tallam  <tmsriram@google.com>
5993
5994         * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
5995         Change == to -eq.
5996         * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
5997         * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
5998         Change == to -eq.
5999         * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
6000         * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
6001
6002 2011-03-14  Ian Lance Taylor  <iant@google.com>
6003
6004         * script-sections.cc (Sort_output_sections::script_compare):
6005         Rename from is_before, change return type.
6006         (Sort_output_sections::operator()): Adjust accordingly.
6007
6008 2011-03-11  Jeffrey Yasskin  <jyasskin@google.com>
6009
6010         PR gold/12572
6011         * testsuite/odr_violation2.cc: Add comment to make all error line
6012         numbers double digits.
6013         * testsuite/debug_msg.sh: Adjust expected errors.
6014
6015 2011-03-09  Jeffrey Yasskin  <jyasskin@google.com>
6016
6017         * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
6018         but mark earlier ones as non-canonical
6019         (offset_to_iterator): Update search target and example
6020         (do_addr2line): Return extra lines in a vector*
6021         (format_file_lineno): Extract from do_addr2line
6022         (one_addr2line): Add vector* out-param
6023         * dwarf_reader.h (Offset_to_lineno_entry): New field recording
6024         when a lineno entry appeared last for its instruction
6025         (Dwarf_line_info): Add vector* out-param
6026         * object.cc (Relocate_info): Pass NULL for the vector* out-param
6027         * symtab.cc (Odr_violation_compare): Include the lineno in the
6028         comparison again.
6029         (linenos_from_loc): New. Combine the canonical line for an
6030         address with its other lines.
6031         (True_if_intersect): New. Helper functor to make
6032         std::set_intersection a query.
6033         (detect_odr_violations): Compare sets of lines instead of just
6034         one line for each function. This became less deterministic, but
6035         has fewer false positives.
6036         * symtab.h: Declarations.
6037         * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
6038         mix an optimized and non-optimized object in the same binary
6039         (odr_violation2.so): Same.
6040         * testsuite/Makefile.in: Regenerate from Makefile.am.
6041         * testsuite/debug_msg.cc (main): Make OdrDerived classes.
6042         * testsuite/debug_msg.sh: Update line numbers and add
6043         assertions.
6044         * testsuite/odr_violation1.cc: Use OdrDerived, in a
6045         non-optimized context.
6046         * testsuite/odr_violation2.cc: Make sure Ordering::operator()
6047         isn't inlined, and use OdrDerived in an optimized context.
6048         * testsuite/odr_header1.h: Defines OdrDerived, where
6049         optimization will change the
6050         first-instruction-in-the-destructor's file and line number.
6051         * testsuite/odr_header2.h: Defines OdrBase.
6052
6053 2011-03-09  Ian Lance Taylor  <iant@google.com>
6054
6055         * fileread.cc (File_read::clear_views): Don't delete the whole
6056         file view.
6057
6058 2011-03-08  Ian Lance Taylor  <iant@google.com>
6059
6060         PR gold/12525
6061         * fileread.cc: #include <climits>.
6062         (GOLD_IOV_MAX): Define.
6063         (File_read::read_multiple): Limit number of entries by iov_max.
6064         * fileread.h (class File_read): Always set max_readv_entries to
6065         128.
6066
6067 2011-03-07  Ian Lance Taylor  <iant@google.com>
6068
6069         PR gold/12525
6070         * options.h (class General_options): Add -dy and -dn.
6071
6072 2011-03-02  Cary Coutant  <ccoutant@google.com>
6073
6074         * testsuite/script_test_9.t: Add TLS segment.
6075
6076 2011-03-02  Simon Baldwin  <simonb@google.com>
6077
6078         * configure.ac: Add check for gnu_indirect_function support in
6079         the toolchain building binutils.
6080         * configure: Rebuild.
6081
6082 2011-02-18  Rafael Ávila de Espíndola <respindola@mozilla.com>
6083
6084         * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
6085         plugin only symbols.
6086         (Symbol_table::sized_finalize_symbol) Mark symbol only present
6087         in plugin files as not needed in the symbol table.
6088
6089 2011-02-11  Sriraman Tallam  <tmsriram@google.com>
6090
6091         * output.cc (Output_section::add_input_section): Delay fill
6092         generation for section ordering.
6093
6094 2011-02-09  Ian Lance Taylor  <iant@google.com>
6095
6096         PR gold/12316
6097         * object.h (class Sized_relobj): Remove clear_local_symbols.
6098         * reloc.cc (Sized_relobj::do_relocate): Don't call
6099         clear_local_symbols.
6100
6101 2011-02-08  Rafael Ávila de Espíndola <respindola@mozilla.com>
6102
6103         * plugin.cc (is_visible_from_outside): Return true for symbols
6104         in the -u option.
6105
6106 2011-02-04  Jeffrey Yasskin  <jyasskin@google.com>
6107
6108         * symtab.cc (Odr_violation_compare::operator()): Sort by just the
6109         filename.
6110
6111 2011-02-02  Sriraman Tallam  <tmsriram@google.com>
6112
6113         * icf.h (is_section_foldable_candidate): Change type of parameter
6114         to std::string.
6115         * icf.cc (Icf::find_identical_sections): Change type of local variable
6116         section_name to be std::string.
6117         (is_function_ctor_or_dtor): Change type of parameter to std::string.
6118
6119 2011-01-25  Ian Lance Taylor  <iant@google.com>
6120
6121         * script.cc (script_add_extern): Rewrite to use
6122         add_symbol_reference.
6123
6124 2011-01-25  Doug Kwan  <dougkwan@google.com>
6125
6126         * icf.cc (get_section_contents): Always lock section's object.
6127
6128 2011-01-24  Ian Lance Taylor  <iant@google.com>
6129
6130         * options.h (class General_options): Accept
6131         --no-detect-odr-violations.
6132
6133 2011-01-24  Ian Lance Taylor  <iant@google.com>
6134
6135         * version.cc (version_string): Bump to 1.11.
6136
6137 2011-01-24  Ian Lance Taylor  <iant@google.com>
6138
6139         * plugin.cc (class Plugin_rescan): Define new class.
6140         (Plugin_manager::claim_file): Set any_claimed_.
6141         (Plugin_manager::save_archive): New function.
6142         (Plugin_manager::save_input_group): New function.
6143         (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
6144         necessary.
6145         (Plugin_manager::new_undefined_symbol): New function.
6146         (Plugin_manager::rescan): New function.
6147         (Plugin_manager::rescannable_defines): New function.
6148         (Plugin_manager::add_input_file): Set any_added_.
6149         * plugin.h (class Plugin_manager): define new fields rescannable_,
6150         undefined_symbols_, any_claimed_, and any_added_.  Declare
6151         Plugin_rescan as friend.  Declare new functions.
6152         (Plugin_manager::Rescannable): Define type.
6153         (Plugin_manager::Rescannable_list): Define type.
6154         (Plugin_manager::Undefined_symbol_list): Define type.
6155         (Plugin_manager::Plugin_manager): Initialize new fields.
6156         * archive.cc (Archive::defines_symbol): New function.
6157         (Add_archive_symbols::run): Pass archive to plugins if any.
6158         * archive.h (class Archive): Declare defines_symbol.
6159         * readsyms.cc (Input_group::~Input_group): New function.
6160         (Finish_group::run): Pass input_group to plugins if any.
6161         * readsyms.h (class Input_group): Declare destructor.
6162         * symtab.cc (add_from_object): Pass undefined symbol to plugins if
6163         any.
6164
6165 2011-01-10  Ian Lance Taylor  <iant@google.com>
6166
6167         * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
6168         section as relro.
6169         (Layout::set_segment_offsets): Reset increase_relro before calling
6170         set_section_addresses a second time.
6171
6172 2011-01-04  Cary Coutant  <ccoutant@google.com>
6173
6174         * script-sections.cc (Sort_output_sections::operator()): Sort TLS
6175         sections before NOBITS sections.
6176
6177 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
6178
6179         * version.cc (print_version): Update copyright to 2011.
6180
6181 2010-12-23  Cary Coutant  <ccoutant@google.com>
6182
6183         * output.h (Output_data_reloc::add_output_section): Pass OD instead
6184         of OS to this->add.  Add OD parameter to second form of the function.
6185
6186 2010-12-20  Ian Lance Taylor  <iant@google.com>
6187
6188         * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
6189         second of two consecutive entries with same offset.
6190
6191 2010-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6192
6193         * testsuite/Makefile.am (ifuncmain2static_LDADD)
6194         (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
6195         (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
6196         to avoid unneeded links against $(LDADD).
6197         * testsuite/Makefile.in: Regenerate.
6198
6199 2010-12-15  Ian Lance Taylor  <iant@google.com>
6200
6201         PR gold/12324
6202         * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
6203         for R_X86_64_32 and R_X86_64_PC32.
6204         * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
6205         ver_matching_def_pic.o.
6206         (ver_matching_def_pic.o): New target.
6207
6208 2010-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6209
6210         * fileread.cc (file_counts_lock, file_counts_initialize_lock)
6211         (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
6212         Move definition before File_read::View member definitions.
6213         (File_read::View::~View): Initialize and hold lock before
6214         updating current_mapped_bytes.
6215
6216 2010-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6217
6218         * dwarf_reader.cc: Remove outdated comment.
6219         * gold-threads.cc: Fix typo in error message.
6220         * archive.cc: Fix typos in comments.
6221         * archive.h: Likewise.
6222         * arm-reloc-property.cc: Likewise.
6223         * arm-reloc-property.h: Likewise.
6224         * arm-reloc.def: Likewise.
6225         * arm.cc: Likewise.
6226         * attributes.h: Likewise.
6227         * cref.cc: Likewise.
6228         * ehframe.cc: Likewise.
6229         * fileread.h: Likewise.
6230         * gold.h: Likewise.
6231         * i386.cc: Likewise.
6232         * icf.cc: Likewise.
6233         * incremental.h: Likewise.
6234         * int_encoding.cc: Likewise.
6235         * layout.h: Likewise.
6236         * main.cc: Likewise.
6237         * merge.h: Likewise.
6238         * object.cc: Likewise.
6239         * object.h: Likewise.
6240         * options.cc: Likewise.
6241         * readsyms.cc: Likewise.
6242         * reduced_debug_output.cc: Likewise.
6243         * reloc.cc: Likewise.
6244         * script-sections.cc: Likewise.
6245         * sparc.cc: Likewise.
6246         * symtab.h: Likewise.
6247         * target-reloc.h: Likewise.
6248         * target.cc: Likewise.
6249         * target.h: Likewise.
6250         * timer.cc: Likewise.
6251         * timer.h: Likewise.
6252         * x86_64.cc: Likewise.
6253
6254 2010-12-09  Cary Coutant  <ccoutant@google.com>
6255
6256         * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
6257         stack.
6258         * layout.h (Layout::layout_gnu_stack): Add pointer to Object
6259         parameter; change all callers.
6260         * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
6261         * options.h (warn_execstack): New option.
6262
6263 2010-12-07  Doug Kwan  <dougkwan@google.com>
6264
6265         * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
6266         like function call relocations.
6267
6268 2010-12-07  Ian Lance Taylor  <iant@google.com>
6269
6270         * archive.cc (Archive::get_elf_object_for_member): Permit
6271         punconfigured to be NULL.
6272         (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
6273         (Archive::include_member): Pass NULL to get_elf_object_for_member
6274         if we searched for the archive and this is the first included
6275         object.
6276
6277 2010-12-01  Ian Lance Taylor  <iant@google.com>
6278
6279         * dwarf_reader.h (class Sized_dwarf_line_info): Add
6280         track_relocs_type_ field.
6281         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6282         Set track_relocs_type_.
6283         (Sized_dwarf_line_info::process_one_opcode): Ignore the section
6284         contents when using RELA relocs.
6285         (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
6286         reloc_map_.
6287         * reloc.cc (Track_relocs::next_addend): New function.
6288         * reloc.h (class Track_relocs): Declare next_addend.
6289
6290 2010-12-01  Ian Lance Taylor  <iant@google.com>
6291
6292         * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
6293         virtual destructor.
6294
6295 2010-12-01  Ian Lance Taylor  <iant@google.com>
6296
6297         * README: Update compilers known to work and fail.
6298
6299 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6300
6301         * configure.in: For --enable-gold, handle value `default' instead of
6302         `both*'.  Always install ld as ld.bfd, install as ld if gold is
6303         not the default.
6304         * configure: Regenerate.
6305
6306 2010-11-18  Doug Kwan  <dougkwan@google.com>
6307
6308         * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
6309         and right_alignment to be zero.  Store result alignment only if it is
6310         greater than existing alignment.
6311
6312 2010-11-16  Cary Coutant  <ccoutant@google.com>
6313
6314         PR gold/12220
6315         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6316         Check for ".zdebug_line".
6317
6318 2010-11-16  Doug Kwan  <dougkwan@google.com>
6319             Cary Coutant  <ccoutant@google.com>
6320
6321         * output.h (Output_segment::set_section_addresses): Pass increase_relro
6322         by reference; adjust all callers.
6323         * output.cc (Output_segment::set_section_addresses): Adjust references
6324         to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
6325         list is empty.
6326         (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
6327         end at page boundary.
6328
6329 2010-11-16  Cary Coutant  <ccoutant@google.com>
6330
6331         PR gold/12220
6332         * layout.cc (Layout::choose_output_section): Transform names of
6333         compressed sections even when using a script with a SECTIONS clause.
6334         (Layout::output_section_name): Remove code to transform
6335         compressed debug section names.
6336         * output.cc (Output_section::add_input_section): Use uncompressed
6337         section size when tracking input sections.
6338
6339 2010-11-11  Richard Sandiford  <richard.sandiford@linaro.org>
6340
6341         * symtab.h (Symbol::NON_PIC_REF): Remove.
6342         (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
6343         (Symbol::FUNCTION_CALL): Renumber.  Reword comment.
6344         (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
6345         (Symbol::use_plt_offset): Take a flags argument and pass it
6346         directly to needs_dynamic_reloc.  Restrict check for undefined
6347         weak symbols to function calls.
6348         * arm.cc (Target_arm::Scan::get_reference_flags): New function.
6349         (Target_arm::Scan::global): Use it.
6350         (Target_arm::Scan::scan_reloc_for_stub): Likewise.
6351         (Target_arm::Relocate::relocate): Likewise.
6352         (Target_arm::Relocate::should_apply_static_reloc): Replace flags
6353         parameter with an r_type parameter.  Use get_reference_flags
6354         to get the flags.
6355         (Target_arm::Relocate::relocate): Update accordingly.
6356         * i386.cc (Target_i386::Scan::get_reference_flags): New function.
6357         (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
6358         (Target_i386::Scan::global): Likewise.
6359         (Target_i386::Relocate::relocate): Likewise.
6360         (Target_i386::Relocate::should_apply_static_reloc): Replace flags
6361         parameter with an r_type parameter.  Use get_reference_flags
6362         to get the flags.
6363         (Target_i386::Relocate::relocate): Update accordingly.
6364         * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
6365         (Target_powerpc::Scan::global): Use it.
6366         (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
6367         (Target_powerpc::Relocate::relocate): Likewise.
6368         * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
6369         (Target_sparc::Scan::global): Use it.
6370         (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
6371         (Target_sparc::Relocate::relocate): Likewise.
6372         * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
6373         (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
6374         (Target_x86_64::Scan::global): Likewise.
6375         (Target_x86_64::Relocate::relocate): Likewise.
6376
6377 2010-11-08  Doug Kwan  <dougkwan@google.com>
6378             Cary Coutant  <ccoutant@google.com>
6379
6380         * arm.cc (Arm_exidx_merge_section::build_contents): New method.
6381         (Arm_exidx_merge_section::section_contents_): New data member.
6382         (Arm_input_section::Arm_input_section): Initialize original_contents_.
6383         (Arm_input_section::~Arm_input_section): De-allocate memory.
6384         (Arm_input_section::original_contents_): New data member.
6385         (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
6386         in parameters instead of calling Object::section_contents without
6387         locking.
6388         (Arm_output_section::group_section): New parameter TASK.  Pass it
6389         to callees that need locking objects.
6390         (Arm_output_section::fix_exidx_coverage): New parameter TASK.  Use it
6391         to lock EXIDX input sections.  Fix a formatting issue.  Call
6392         Arm_exidx_merged_section::build_contents to create merged section
6393         contents.
6394         (Arm_output_section::create_stub_group): New parameter TASK.  Use it
6395         to lock object of stub table owner.
6396         (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
6397         TEXT_SIZE to initialize data member TEXT_SIZE_.
6398         (Arm_exidx_input_section::addralign): Fix typo in comment.
6399         (Arm_exidx_input_section::text_size): New method.
6400         (Target_arm::do_relax): New parameter TASK.  Pass it to callees
6401         that require locking objects.  Lock objects before scanning for stubs
6402         and updating local symbols.
6403         (Arm_input_section<big_endian>::init): Copy contents of original
6404         input section.
6405         (Arm_input_section<big_endian>::do_write): Use saved contents of
6406         original input section instead of calling Object::section_contents
6407         without locking.
6408         (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
6409         size without calling Object::section_size().
6410         (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
6411         for size.  Allocate a buffer for merged EXIDX entries.
6412         (Arm_exidx_merged_section::build_contents): New method.
6413         (Arm_exidx_merged_section::do_write): Move merge section contents
6414         building code to Arm_exidx_merged_section::build_contetns.  Write
6415         out contetns in buffer instead of building it on the fly.
6416         (Arm_relobj::make_exidx_input_section): Also pass text section size
6417         to Arm_exidx_input_section constructor.
6418         (Arm_relobj::do_read_symbols): Fix memory leak.  Fix a formatting issue.
6419         (Arm_dynobj::do_read_symbols): Fix memory leak.
6420         * layout.cc (Layout::finalize): Pass TASK to Target::relax().
6421         * target.h: (class Task): Add forward declaration.
6422         (Target::relax): Add new parameter TASK and pass it to
6423         Target::do_relax().
6424         (Target::do_relax):: New parameter TASK.  Fix a formatting issue.
6425
6426 2010-11-05  Cary Coutant  <ccoutant@google.com>
6427
6428         PR gold/10708
6429         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
6430         object when reading from the file.
6431         * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
6432         second layout pass.
6433         * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
6434         when reading section contents.
6435         (get_section_contents): Likewise.
6436         (icf::find_identical_sections): Likewise.
6437         * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
6438         object when reading from the file.
6439         * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
6440         the object when doing deferred section layout.
6441
6442 2010-11-03  Nick Clifton  <nickc@redhat.com>
6443
6444         PR gold/12001
6445         * script.h (class Symbol_assignment: name): New member.  Returns
6446         the name of the symbol.
6447         * scrfipt.cc (Script_options::is_pending_assignment): New member.
6448         Returns true if the given symbol name is on the list of
6449         assignments wating to be processed.
6450         * archive.cc (should_incldue_member): If the symbol is undefined,
6451         check to see if it is on the list of symbols pending assignment.
6452
6453 2010-11-03  Ryan Mansfield  <rmansfield@qnx.com>
6454
6455         * script-sections.cc (Script_sections::find_memory_region): Check
6456         for a NULL output section pointer.
6457
6458 2010-10-29  Doug Kwan  <dougkwan@google.com>
6459
6460         * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
6461         Output_section::add_relaxed_input_section.
6462         * output.cc (Output_section::add_relaxed_input_section): Add new
6463         arguments LAYOUT and NAME.  Set section order index.
6464         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
6465         Copy section order index.
6466         * output.h (Output_section::add_relaxed_input_section): Add new
6467         arguments LAYOUT and NAME.
6468
6469 2010-10-29  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
6470
6471         * testsuite/Makefile.am: Move gcctestdir/ld rule to
6472         NATIVE_OR_CROSS_LINKER.
6473         * testsuite/Makefile.in: Regenerate.
6474
6475 2010-10-20  Doug Kwan  <dougkwan@google.com>
6476
6477         * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
6478         without SHF_LINK_ORDER flags.
6479         * layout.cc (Layout::choose_output_section): Do not filter
6480         SHF_LINK_ORDER flag in a relocatable link.
6481
6482 2010-10-17  Cary Coutant  <ccoutant@google.com>
6483
6484         * output.h (Output_segment::set_section_addresses): Change function
6485         signature.  Update all callers.
6486         * output.cc (Output_segment::is_first_section_relro): Ignore TLS
6487         sections.
6488         (Output_segment::set_section_addresses): Align after last TLS
6489         section.  Add padding before last relro section instead of after.
6490
6491 2010-10-17  Doug Kwan  <dougkwan@google.com>
6492
6493         * gold/arm.cc (Target_arm::got_section): Use correct order and set
6494         GOT output section to be writable.
6495
6496 2010-10-14  Cary Coutant  <ccoutant@google.com>
6497
6498         * debug.h (DEBUG_INCREMENTAL): New flag.
6499         (debug_string_to_enum): Add DEBUG_INCREMENTAL).
6500         * gold.cc (queue_initial_tasks): Check parameters for incremental link
6501         mode.
6502         * incremental.cc (report_command_line): Ignore all forms of
6503         --incremental.
6504         * layout.cc (Layout::Layout): Check parameters for incremental link
6505         mode.
6506         * options.cc (General_options::parse_incremental): New function.
6507         (General_options::parse_no_incremental): New function.
6508         (General_options::parse_incremental_full): New function.
6509         (General_options::parse_incremental_update): New function.
6510         (General_options::incremental_mode_): New data member.
6511         (General_options::finalize): Check incremental_mode_.
6512         * options.h (General_options): Update help text for --incremental.
6513         Add --no-incremental, --incremental-full, --incremental-update.
6514         (General_options::Incremental_mode): New enum type.
6515         (General_options::incremental_mode): New function.
6516         (General_options::incremental_mode_): New data member.
6517         * parameters.cc (Parameters::incremental_mode_): New data member.
6518         (Parameters::set_options): Set incremental_mode_.
6519         (Parameters::set_incremental_full): New function.
6520         (Parameters::incremental): New function.
6521         (Parameters::incremental_update): New function.
6522         (set_parameters_incremental_full): New function.
6523         * parameters.h (Parameters::set_incremental_full): New function.
6524         (Parameters::incremental): New function.
6525         (Parameters::incremental_update): New function.
6526         (Parameters::incremental_mode_): New data member.
6527         (set_parameters_incremental_full): New function.
6528         * plugin.cc (Plugin_manager::add_input_file): Check parameters for
6529         incremental link mode.
6530         * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
6531         (Sized_relobj::do_relocate_sections): Likewise.
6532         * testsuite/Makefile.am (incremental_test): Use --incremental-full
6533         option.
6534         * testsuite/Makefile.in: Regenerate.
6535         * testsuite/incremental_test.sh: Filter all forms of --incremental.
6536
6537 2010-10-12  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
6538
6539         * script-sections.h (class Script_sections): Make
6540         Sections_elements typedef public.
6541         * script-sections.cc (class Sort_output_sections): Add elements_
6542         field.  Add constructor which sets it; change all callers.
6543         (Sort_output_sections::is_before): New function.
6544         (Sort_output_sections::operator()): Call is_before.
6545         * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
6546         conditional.
6547         * testsuite/script_test_10.sh: New test. Test script section
6548         order.
6549         * testsuite/script_test_10.t: Likewise.
6550         * testsuite/script_test_10.s: Likewise.
6551         * testsuite/Makefile.am: Wrap the cross linker tests and the
6552         common tests into NATIVE_OR_CROSS_LINKER.
6553         (check_SCRIPTS): Add script_test_10.sh.
6554         (check_DATA): Add script_test_10.stdout.
6555         (script_test_10.o, script_test_10): New targets.
6556         (script_test_10.stdout): New target.
6557         * configure, testsuite/Makefile.in: Regenerate.
6558
6559 2010-10-12  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
6560
6561         * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
6562         error for the deprecated relocations.
6563         (Target_arm::Scan::global): Likewise.
6564         (Target_arm::Relocate::relocate): Likewise.
6565
6566 2010-10-12  Richard Sandiford  <richard.sandiford@linaro.org>
6567
6568         * fileread.cc (Input_file::find_file): Initialize *found_name
6569         and *namep when using the fallback search for case 4.
6570
6571 2010-10-11  Cary Coutant  <ccoutant@google.com>
6572
6573         * options.h (class General_options): Redefine -z lazy as an alias for
6574         the negation of -z now.
6575
6576 2010-10-11  Ian Lance Taylor  <iant@google.com>
6577
6578         * resolve.cc (symbol_to_bits): Report the value of the unsupported
6579         binding.
6580
6581 2010-10-06  Nick Clifton  <nickc@redhat.com>
6582
6583         * script-sections.cc(class Memory_region): Remove
6584         current_lma_offset_ field.  Rename current_vma_offset_ to
6585         current_offset_.  Add last_section_ field.
6586         (Memory_region::get_current_vma_address): Rename to
6587         get_current_address.
6588         (Memory_region::get_current_lma_address): Delete.
6589         (Memory_region::increment_vma_offset): Rename to
6590         increment_offset.
6591         (Memory_region::increment_lma_offset): Delete.
6592         (Memory_region::attributes_compatible): New method.  Returns
6593         true if the provided section is compatible with the region.
6594         (Memory_region::get_last_section): New method.  Returns the last
6595         section to use the region.
6596         (Memory_region::set_last_section): New method.  Stores the last
6597         section to use the region.
6598         (Script_sections::block_in_region): New method.  Returns true if
6599         a block of memory is contained within a region.
6600         (Script_sections::find_memory_region): New method.  Locates a
6601         memory region to be used to set a VMA or LMA address.
6602         (Output_section_definition::set_section_addresses): Add code to
6603         check for addresses set by memory regions.
6604         (Output_segment::set_section_addresses): Remove memory region
6605         walking code.
6606         (Script_sections::create_segment): Add a warning if a header
6607         segment is created outside of any region.
6608         * script-sections.h (class Script_sections): Add prototypes for
6609         find_memory_region and block_in_region methods.
6610         * testsuite/memory_test.s: Use .long instead of .word.
6611         * testsuite/memory_test.t: Add some more output sections.
6612         * testsuite/memory_test.sh: Update expected output.
6613
6614 2010-10-02  Doug Kwan  <dougkwan@google.com>
6615
6616         * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
6617         defintion to symtab.h
6618         * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
6619         declaration to defintion.
6620
6621 2010-10-01  Nick Clifton  <nickc@redhat.com>
6622
6623         * expression.cc (eval): Replace dummy argument with NULL.
6624         (eval_maybe_dot): Check for a NULL result section pointer.
6625         (Symbol_expression::value): Likewise.
6626         (Dot_expression::value): Likewise.
6627         (BINARY_EXPRESSION): Likewise.
6628         (Max_expression::value): Likewise.
6629         (Min_expression::value): Likewise.
6630         (Absolute_expression::value): Likewise.
6631         (Addr_expression::value_from_output_section): Likewise.
6632         (Loaddddr_expression::value_from_output_section): Likewise.
6633         (Segment_start_expression::value): Likewise.
6634         * script-sections.cc
6635         (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
6636         argument with NULL.
6637         (Sections_elememt_dot_assignment::set_section_addresses):
6638         Likewise.
6639         (Output_data_expression::do_write_to_buffer): Likewise.
6640         (Output_section_definition::finalize_symbols): Likewise.
6641         (Output_section_definition::set_section_addresses): Likewise.
6642
6643 2010-09-30  Doug Kwan  <dougkwan@google.com>
6644
6645         * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
6646
6647 2010-09-28  Sriraman Tallam  <tmsriram@google.com>
6648
6649         * target.h (Target::can_icf_inline_merge_sections): New virtual
6650         function.
6651         * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
6652         virtual function.
6653         * i386.cc (Target_i386::can_icf_inline_merge_sections): New
6654         virtual function.
6655         * icf.cc (get_section_contents): Inline merge sections only when
6656         target allows it.
6657
6658 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6659
6660         * configure: Regenerate.
6661
6662 2010-09-17  Ian Lance Taylor  <iant@google.com>
6663
6664         * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
6665         * testsuite/Makefile.am (memory_test.o): New target.
6666         (memory_test): Depend on memory_test.o, gcctestdir/ld, and
6667         memory_test.t.
6668         * testsuite/Makefile.in: Rebuild.
6669
6670 2010-09-17  Doug Kwan  <dougkwan@google.com>
6671
6672         * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
6673         defintion if relocation uses GOT entries of the symbol.
6674         * testsuite/icf_safe_test.sh: Fix test.
6675         * testsuite/icf_safe_so_test.sh: Fix test.
6676
6677 2010-09-16  Cary Coutant  <ccoutant@google.com>
6678
6679         * script_sections.cc (class Memory_region): Remove "NULL" from
6680         vector initializations.
6681
6682 2010-09-15  Cary Coutant  <ccoutant@google.com>
6683
6684         * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
6685         Resolve forwarding symbols.
6686
6687 2010-09-15  Doug Kwan  <dougkwan@google.com>
6688
6689         * gold/testsuite/script_test_3.t: Add ARM special sections.
6690         * gold/testsuite/script_test_4.t: Same.
6691         * gold/testsuite/script_test_5.t: Same.
6692         * gold/testsuite/script_test_6.t: Same.
6693         * gold/testsuite/script_test_7.t: Same.
6694         * gold/testsuite/script_test_7.t: Same.
6695         * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
6696
6697 2010-09-14  Cary Coutant  <ccoutant@google.com>
6698
6699         * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
6700         (Target_x86_64::Relocate::relocate_tls): Replace check for
6701         saw_tls_block_reloc_ with test for executable section.
6702
6703 2010-09-12  Cary Coutant  <ccoutant@google.com>
6704
6705         * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
6706         position-independent executables to shared libraries need dynamic
6707         relocations.
6708         (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
6709         position-independent executables.
6710         * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
6711         * testsuite/Makefile.in: Regenerate.
6712
6713 2010-09-10  Nick Clifton  <nickc@redhat.com>
6714
6715         PR gold/11997
6716         * testsuite/memory_test.t: Discard any sections that are not
6717         needed.
6718
6719 2010-09-09  H.J. Lu  <hongjiu.lu@intel.com>
6720
6721         PR gold/11996
6722         * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
6723         "This::" to work around a bug in gcc 4.2.
6724
6725         * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
6726
6727 2010-09-09  Rafael Espindola  <espindola@google.com>
6728
6729         * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
6730         sections with different PF_X flags in the same segment.
6731         (Layout::find_first_load_seg): Search all segments to find the first
6732         one.
6733         * options.h (rosegment): New.
6734
6735 2010-09-08  Rafael Espindola  <espindola@google.com>
6736
6737         * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
6738
6739 2010-09-08  Doug Kwan  <dougkwan@google.com>
6740
6741         * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
6742         (Arm_relobj::do_relocate_sections): Add new parameter for output
6743         file to match the parent.
6744         (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
6745         of local symbols instead of input values.  Update code to track
6746         changes in gold::relocate_section.
6747         * object.cc (Sized_relobj::compute_final_local_value): New methods.
6748         (Sized_relobj::compute_final_local_value_internal): New methods.
6749         (Sized_relobj::do_finalize_local_symbols): Move code from loop
6750         body into private version of Sized_relobj::compute_final_local_value.
6751         Call the inline method.
6752         * object.h (Symbol_value::Symbol_value): Define destructor.  Free
6753         merged symbol value if there is one.
6754         (Symbol_value::has_output_value): New method defintiion.
6755         (Sized_relobj::Compute_final_local_value_status): New enum type.
6756         (Sized_relobj::compute_final_local_value): New methods.
6757         (Sized_relobj::compute_final_local_value_internal): New methods.
6758         * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
6759         and arm_cortex_a8.sh.
6760         (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
6761         arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
6762         New tests.
6763         * Makefile.in: Regenerate.
6764         * testsuite/arm_bl_out_of_range.s: Update test.
6765         * testsuite/thumb_bl_out_of_range.s: Ditto.
6766         * testsuite/thumb_blx_out_of_range.s: Ditto.
6767         * testsuite/arm_branch_out_of_range.sh: New file.
6768         * testsuite/arm_cortex_a8.sh: Ditto.
6769         * testsuite/arm_cortex_a8_b.s: Ditto.
6770         * testsuite/arm_cortex_a8_b_cond.s: Ditto.
6771         * testsuite/arm_cortex_a8_b_local.s: Ditto.
6772         * testsuite/arm_cortex_a8_bl.s: Ditto.
6773         * testsuite/arm_cortex_a8_blx.s: Ditto.
6774         * testsuite/arm_cortex_a8_local.s: Ditto.
6775         * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
6776         * testsuite/thumb_bl_out_of_range_local.s: Ditto.
6777
6778 2010-09-08  Rafael Espindola  <espindola@google.com>
6779
6780         * Makefile.am (memory_test.stdout): Run readelf with -W.
6781         * Makefile.in: Regenerate.
6782         * testsuite/memory_test.sh: Make the regexps accept both 32 and
6783         64 bit output.
6784
6785 2010-09-08  Rafael Espindola  <espindola@google.com>
6786
6787         * script-sections.cc (Script_sections::add_memory_region): Convert
6788         field precision to int.
6789         * script.cc (script_set_section_region, script_set_section_region):
6790         Convert field precision to int.
6791
6792 2010-09-08  Rafael Espindola  <espindola@google.com>
6793
6794         * arm.cc (do_finalize_sections): Create the __exidx_start and
6795         __exdix_end symbols even when the section is missing.
6796
6797 2010-09-08  Nick Clifton  <nickc@redhat.com>
6798
6799         * README: Remove claim that MEMORY is not supported.
6800         * expression.cc (script_exp_function_origin)
6801         (script_exp_function_length): Move from here to ...
6802         * script.cc: ... here.
6803         (script_set_section_region, script_add_memory)
6804         (script_parse_memory_attr, script_include_directive): New
6805         functions.
6806         * script-sections.cc
6807         (class Memory_region): New class.
6808         (class Output_section_definition): Add set_memory_region,
6809         set_section_vma, set_section_lma and get_section_name methods.
6810         (class Script_Sections): Add add_memory_region,
6811         find_memory_region, find_memory_region_origin,
6812         find_memory_region_length and set_memory_region methods.
6813         Have set_section_addresses method walk the list of set memory
6814         regions.
6815         Extend the print methos to display memory regions.
6816         * script-sections.h: Add prototypes for new methods.
6817         Add enum for MEMORY region attributes.
6818         * yyscript.y: Add support for parsing MEMORY regions.
6819         * script-c.h: Add prototypes for new functions.
6820         * testsuite/Makefile.am: Add test of MEMORY region functionality.
6821         * testsuite/Makefile.in: Regenerate.
6822         * testsuite/memory_test.sh: New script.
6823         * testsuite/memory_test.s: New assembler source file.
6824         * testsuite/memory_test.t: New linker script.
6825
6826 2010-08-27  Doug Kwan  <dougkwan@google.com>
6827
6828         * gold/resolve.cc (Symbol_table::should_override): Let a weak
6829         reference override an existing dynamic weak reference.
6830         * testsuite/Makefile.am: Add new test dyn_weak_ref.
6831         * testsuite/Makefile.in: Regenerate.
6832         * testsuite/dyn_weak_ref.sh: New file.
6833         * testsuite/dyn_weak_ref_1.c: Ditto.
6834         * testsuite/dyn_weak_ref_2.c: Ditto.
6835
6836 2010-08-27  Ian Lance Taylor  <iant@google.com>
6837
6838         * incremental.h (class Incremental_input_entry): Add virtual
6839         destructor.
6840
6841 2010-08-27  Ian Lance Taylor  <iant@google.com>
6842
6843         * testsuite/start_lib_test_3.c: Mark t3 as used.
6844
6845 2010-08-27  Nick Clifton  <nickc@redhat.com>
6846
6847         * options.cc (version_script): Fix small typo in previous
6848         whitespace tidyup.
6849
6850 2010-08-25  Nick Clifton  <nickc@redhat.com>
6851
6852         * archive.cc: Formatting fixes: Remove whitespace between
6853         typename and following asterisk.  Remove whitespace between
6854         function name and opening parenthesis.
6855         * archive.h: Likewise.
6856         * arm.cc: Likewise.
6857         * attributes.cc: Likewise.
6858         * attributes.h: Likewise.
6859         * common.cc: Likewise.
6860         * copy-relocs.cc: Likewise.
6861         * dirsearch.h: Likewise.
6862         * dynobj.cc: Likewise.
6863         * ehframe.cc: Likewise.
6864         * ehframe.h: Likewise.
6865         * expression.cc: Likewise.
6866         * fileread.cc: Likewise.
6867         * fileread.h: Likewise.
6868         * gc.h: Likewise.
6869         * gold-threads.cc: Likewise.
6870         * gold.cc: Likewise.
6871         * i386.cc: Likewise.
6872         * icf.h: Likewise.
6873         * incremental-dump.cc: Likewise.
6874         * incremental.cc: Likewise.
6875         * layout.cc: Likewise.
6876         * layout.h: Likewise.
6877         * main.cc: Likewise.
6878         * merge.cc: Likewise.
6879         * merge.h: Likewise.
6880         * object.cc: Likewise.
6881         * object.h: Likewise.
6882         * options.cc: Likewise.
6883         * options.h: Likewise.
6884         * output.cc: Likewise.
6885         * output.h: Likewise.
6886         * plugin.cc: Likewise.
6887         * plugin.h: Likewise.
6888         * powerpc.cc: Likewise.
6889         * reloc.cc: Likewise.
6890         * script-c.h: Likewise.
6891         * script-sections.cc: Likewise.
6892         * script.cc: Likewise.
6893         * stringpool.cc: Likewise.
6894         * symtab.cc: Likewise.
6895         * symtab.h: Likewise.
6896         * target.cc: Likewise.
6897         * timer.cc: Likewise.
6898         * timer.h: Likewise.
6899         * version.cc: Likewise.
6900         * x86_64.cc: Likewise.
6901
6902 2010-08-24  Nick Clifton  <nickc@redhat.com>
6903
6904         PR 11899
6905         * layout.cc (segment_precedes): Sort segments by their physical
6906         addresses, if they have been set.
6907
6908 2010-08-23  Cary Coutant  <ccoutant@google.com>
6909
6910         * archive.cc (Lib_group::add_symbols): Lock object before deleting its
6911         symbols data.
6912         (Lib_group::include_member): Unlock object after deleting its
6913         symbols data.
6914         * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
6915         the bug fixed here.
6916
6917 2010-08-19  Neil Vachharajani  <nvachhar@google.com>
6918             Cary Coutant  <ccoutant@google.com>
6919
6920         * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
6921         constructor, and set_blocker.
6922         * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
6923         readsyms_blocker_.
6924         * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
6925         this->this_blocker_ to Add_lib_group_symbols::set_blocker.
6926         * testsuite/Makefile.am (start_lib_test): New test case.
6927         * testsuite/Makefile.in: Regenerate.
6928         * testsuite/start_lib_test_main.c: New file.
6929         * testsuite/start_lib_test_1.c: New file.
6930         * testsuite/start_lib_test_2.c: New file.
6931         * testsuite/start_lib_test_3.c: New file.
6932
6933 2010-08-19  Ian Lance Taylor  <iant@google.com>
6934
6935         * Makefile.in: Rebuild with automake 1.11.1.
6936         * aclocal.m4: Likewise.
6937         * testsuite/Makefile.in: Likewise.
6938
6939 2010-08-19  Ian Lance Taylor  <iant@google.com>
6940
6941         PR 10893
6942         * i386.cc (class Output_data_plt_i386): Update declarations.
6943         Define Global_ifunc and Local_ifunc types.  Add global_ifuncs_ and
6944         local_ifuncs_ fields.
6945         (Target_i386::do_plt_section_for_global): New function.
6946         (Target_i386::do_plt_section_for_local): New function.
6947         (Output_data_plt_i386::Output_data_plt_i386): Add symtab
6948         parameter; change all callers.  Initialize global_ifuncs_ and
6949         local_ifuncs_.  If doing a static link define __rel_iplt_start and
6950         __rel_iplt_end.
6951         (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
6952         (Output_data_plt_i386::add_local_ifunc_entry): New function.
6953         (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
6954         symbols.
6955         (Target_i386::make_plt_section): New function, broken out of
6956         make_plt_entry.  Set sh_info field of .rel.plt to point to .plt.
6957         (Target_i386::make_plt_entry): Call make_plt_section.
6958         (Target_i386::make_local_ifunc_plt_entry): New function.
6959         (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
6960         (Target_i386::Scan::local): Handle IFUNC symbols.  Add
6961         R_386_IRELATIVE to switch.
6962         (Target_i386::Scan::global): Likewise.
6963         (Target_i386::Relocate::relocate): Likewise.
6964         (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
6965         switch.
6966         * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
6967         (Target_x86_64::do_plt_section_for_global): New function.
6968         (Target_x86_64::do_plt_section_for_local): New function.
6969         (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
6970         parameter; change all callers.  If doing a static link define
6971         __rela_iplt_start and __rela_iplt_end.
6972         (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
6973         (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
6974         (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
6975         to point to .plt.
6976         (Target_x86_64::make_local_ifunc_plt_entry): New function.
6977         (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
6978         switch.
6979         (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
6980         (Target_x86_64::Scan::local): Handle IFUNC symbols.  Add
6981         R_X86_64_IRELATIVE to switch.
6982         (Target_x86_64::Scan::global): Likewise.
6983         (Target_x86_64::Relocate::relocate): Likewise.
6984         (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
6985         switch.
6986         * target.h (class Target): Add plt_section_for_global and
6987         plt_section_for_local functions.  Add do_plt_section_for_global
6988         and do_plt_section_for_local virtual functions.
6989         * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol.  Add
6990         clarifying comments.
6991         (Symbol::use_plt_offset): Handle IFUNC symbol.
6992         * object.cc (Sized_relobj::Sized_relobj): Initialize
6993         local_plt_offsets_.
6994         (Sized_relobj::local_has_plt_offset): New function.
6995         (Sized_relobj::local_plt_offset): New function.
6996         (Sized_relobj::set_local_plt_offset): New function.
6997         (Sized_relobj::do_count): Handle IFUNC symbol.
6998         * object.h (class Symbol_value): Add is_ifunc_symbol_ field.  Take
6999         a bit away from input_shndx_ field.  Add set_is_func_symbol and
7000         is_ifunc_symbol functions.
7001         (class Sized_relobj): Update declarations.  Remove Tls_got_entry
7002         and Local_tls_got_offsets.  Define Local_plt_offsets.  Add
7003         local_plt_offsets_ field.
7004         (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
7005         * output.h (class Output_section_data): Add non-const
7006         output_section function.
7007         (class Output_data_got): Update declarations.
7008         (class Output_data_got::Got_entry): Add use_plt_offset_ field.
7009         Add use_plt_offset parameter to global and local constructors.
7010         Change all callers.  Change local_sym_index_ field to 31 bits.
7011         Change GSYM_CODE and CONSTANT_CODE accordingly.
7012         * output.cc (Output_data_reloc_base::do_adjust_output_section): If
7013         doing a static link don't set sh_link field.
7014         (Output_data_got::Got_entry::write): Use PLT offset if
7015         appropriate.
7016         (Output_data_got::add_global_plt): New function.
7017         (Output_data_got::add_local_plt): New function.
7018         * target-reloc.h (relocate_section): Handle IFUNC symbol.
7019         * defstd.cc (in_section): Remove entries for __rel_iplt_start,
7020         __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
7021         * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
7022         * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
7023         IFUNC conditional.
7024         * testsuite/ifunc-sel.h: New file.
7025         * testsuite/ifuncmain1.c: New file.
7026         * testsuite/ifuncmain1vis.c: New file.
7027         * testsuite/ifuncmod1.c: New file.
7028         * testsuite/ifuncdep2.c: New file.
7029         * testsuite/ifuncmain2.c: New file.
7030         * testsuite/ifuncmain3.c: New file.
7031         * testsuite/ifuncmod3.c: New file.
7032         * testsuite/ifuncmain4.c: New file.
7033         * testsuite/ifuncmain5.c: New file.
7034         * testsuite/ifuncmod5.c: New file.
7035         * testsuite/ifuncmain6pie.c: New file.
7036         * testsuite/ifuncmod6.c: New file.
7037         * testsuite/ifuncmain7.c: New file.
7038         * configure, testsuite/Makefile.in: Rebuild.
7039
7040 2010-08-18  Ian Lance Taylor  <iant@google.com>
7041
7042         * incremental.cc
7043         (Output_section_incremental_inputs::write_input_files): Add cast
7044         to avoid signed/unsigned comparison warning.
7045         (Output_section_incremental_inputs::write_info_blocks): Likewise.
7046
7047 2010-08-12  Cary Coutant  <ccoutant@google.com>
7048
7049         * common.cc (Sort_commons::operator()): Remove unnecessary code.
7050
7051 2010-08-13  Ian Lance Taylor  <iant@google.com>
7052
7053         * testsuite/incremental_test_1.c: Add prototype to avoid warning.
7054
7055 2010-08-12  Cary Coutant  <ccoutant@google.com>
7056             Doug Kwan  <dougkwan@google.com>
7057
7058         * resolve.cc (Symbol_table::should_override): When a weak dynamic
7059         defintion overrides non-weak undef, remember that the original undef
7060         is not weak.
7061         * symtab.cc (Symbol_table::sized_write_global): For undef without
7062         an original weak binding, set binding to global in output.
7063         * testsuite/Makefile.am: Add new test strong_ref_weak_def.
7064         * testsuite/Makefile.in: Regenerate.
7065         * testsuite/strong_ref_weak_def.sh: New file.
7066         * testsuite/strong_ref_weak_def_1.c: Ditto.
7067         * testsuite/strong_ref_weak_def_2.c: Ditto.
7068
7069 2010-08-12  Cary Coutant  <ccoutant@google.com>
7070
7071         * testsuite/incremental_test.sh: Rewrite.
7072         * testsuite/incremental_test_1.c: Rewrite.
7073         * testsuite/incremental_test_2.c: Rewrite.
7074
7075 2010-08-12  Cary Coutant  <ccoutant@google.com>
7076
7077         * arm.cc (Target_arm::got_size): Add const.
7078         (Target_arm::got_entry_count): New function.
7079         (Target_arm::plt_entry_count): New function.
7080         (Target_arm::first_plt_entry_offset): New function.
7081         (Target_arm::plt_entry_size): New function.
7082         (Output_data_plt_arm::entry_count): New function.
7083         (Output_data_plt_arm::first_plt_entry_offset): New function.
7084         (Output_data_plt_arm::get_plt_entry_size): New function.
7085         * i386.cc (Target_i386::got_size): Add const.
7086         (Target_i386::got_entry_count): New function.
7087         (Target_i386::plt_entry_count): New function.
7088         (Target_i386::first_plt_entry_offset): New function.
7089         (Target_i386::plt_entry_size): New function.
7090         (Output_data_plt_i386::entry_count): New function.
7091         (Output_data_plt_i386::first_plt_entry_offset): New function.
7092         (Output_data_plt_i386::get_plt_entry_size): New function.
7093         * incremental-dump.cc (dump_incremental_inputs): Adjust call to
7094         find_incremental_inputs_sections.  Dump incremental_got_plt section.
7095         * incremental.cc: Include target.h.
7096         (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
7097         parameter.  Adjust all callers.  Find incremental_got_plt section.
7098         (Incremental_inputs::create_data_sections): Create incremental_got_plt
7099         section.
7100         (Output_section_incremental_inputs::set_final_data_size): Calculate
7101         size of incremental_got_plt section.
7102         (Output_section_incremental_inputs::do_write): Write the
7103         incremental_got_plt section.
7104         (Got_plt_view_info): New struct.
7105         (Local_got_offset_visitor): New class.
7106         (Global_got_offset_visitor): New class.
7107         (Global_symbol_visitor_got_plt): New class.
7108         (Output_section_incremental_inputs::write_got_plt): New function.
7109         * incremental.h (Incremental_binary::find_incremental_inputs_sections):
7110         Add parameter.  Adjust all callers.
7111         (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7112         (Incremental_inputs::got_plt_section): New function.
7113         (Incremental_inputs::got_plt_section_): New data member.
7114         (Incremental_got_plt_reader): New class.
7115         * layout.cc (Layout::create_incremental_info_sections): Add the
7116         incremental_got_plt section.
7117         * object.h (Got_offset_list::get_list): New function.
7118         (Got offset_list::for_all_got_offsets): New function.
7119         (Sized_relobj::local_got_offset_list): New function.
7120         * powerpc.cc (Target_powerpc::got_size): Add const.
7121         (Target_powerpc::got_entry_count): New function.
7122         (Target_powerpc::plt_entry_count): New function.
7123         (Target_powerpc::first_plt_entry_offset): New function.
7124         (Target_powerpc::plt_entry_size): New function.
7125         (Output_data_plt_powerpc::entry_count): New function.
7126         (Output_data_plt_powerpc::first_plt_entry_offset): New function.
7127         (Output_data_plt_powerpc::get_plt_entry_size): New function.
7128         * sparc.cc (Target_sparc::got_size): Add const.
7129         (Target_sparc::got_entry_count): New function.
7130         (Target_sparc::plt_entry_count): New function.
7131         (Target_sparc::first_plt_entry_offset): New function.
7132         (Target_sparc::plt_entry_size): New function.
7133         (Output_data_plt_sparc::entry_count): New function.
7134         (Output_data_plt_sparc::first_plt_entry_offset): New function.
7135         (Output_data_plt_sparc::get_plt_entry_size): New function.
7136         * symtab.h (Symbol::got_offset_list): New function.
7137         (Symbol_table::for_all_symbols): New function.
7138         * target.h (Sized_target::got_entry_count): New function.
7139         (Sized_target::plt_entry_count): New function.
7140         (Sized_target::plt_entry_size): New function.
7141         * x86_64.cc (Target_x86_64::got_size): Add const.
7142         (Target_x86_64::got_entry_count): New function.
7143         (Target_x86_64::plt_entry_count): New function.
7144         (Target_x86_64::first_plt_entry_offset): New function.
7145         (Target_x86_64::plt_entry_size): New function.
7146         (Output_data_plt_x86_64::entry_count): New function.
7147         (Output_data_plt_x86_64::first_plt_entry_offset): New function.
7148         (Output_data_plt_x86_64::get_plt_entry_size): New function.
7149
7150 2010-08-12  Cary Coutant  <ccoutant@google.com>
7151
7152         * archive.cc: Include incremental.h.
7153         (Archive::Archive): Initialize incremental_info_.
7154         (Archive::include_member): Record archive members in incremental info.
7155         (Add_archive_symbols::run): Record begin and end of an archive in
7156         incremental info.
7157         (Lib_group::include_member): Record objects in incremental info.
7158         * archive.h (Incremental_archive_entry): Forward declaration.
7159         (Archive::set_incremental_info): New member function.
7160         (Archive::incremental_info): New member function.
7161         (Archive::Unused_symbol_iterator): New class.
7162         (Archive::unused_symbols_begin): New member function.
7163         (Archive::unused_symbols_end): New member function.
7164         (Archive::incremental_info_): New data member.
7165         * incremental-dump.cc (find_input_containing_global): New function.
7166         (dump_incremental_inputs): Dump new incremental info sections.
7167         * incremental.cc: Include symtab.h.
7168         (Output_section_incremental_inputs): New class.
7169         (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
7170         new incremental info sections.
7171         (Sized_incremental_binary::do_check_inputs): Likewise.
7172         (Incremental_inputs::report_archive): Remove.
7173         (Incremental_inputs::report_archive_begin): New function.
7174         (Incremental_inputs::report_archive_end): New function.
7175         (Incremental_inputs::report_object): New function.
7176         (Incremental_inputs::finalize_inputs): Remove.
7177         (Incremental_inputs::report_input_section): New function.
7178         (Incremental_inputs::report_script): Rewrite.
7179         (Incremental_inputs::finalize): Do nothing but finalize string table.
7180         (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7181         (Incremental_inputs::sized_create_inputs_section_data): Remove.
7182         (Incremental_inputs::create_data_sections): New function.
7183         (Incremental_inputs::relocs_entsize): New function.
7184         (Output_section_incremental_inputs::set_final_data_size): New function.
7185         (Output_section_incremental_inputs::do_write): New function.
7186         (Output_section_incremental_inputs::write_header): New function.
7187         (Output_section_incremental_inputs::write_input_files): New function.
7188         (Output_section_incremental_inputs::write_info_blocks): New function.
7189         (Output_section_incremental_inputs::write_symtab): New function.
7190         * incremental.h (Incremental_script_entry): Forward declaration.
7191         (Incremental_object_entry): Forward declaration.
7192         (Incremental_archive_entry): Forward declaration.
7193         (Incremental_inputs): Forward declaration.
7194         (Incremental_inputs_header_data): Remove.
7195         (Incremental_inputs_header): Remove.
7196         (Incremental_inputs_header_write): Remove.
7197         (Incremental_inputs_entry_data): Remove.
7198         (Incremental_inputs_entry): Remove.
7199         (Incremental_inputs_entry_write): Remove.
7200         (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
7201         (Incremental_binary::find_incremental_inputs_sections): Add parameters.
7202         (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7203         (Sized_ncremental_binary::do_find_incremental_inputs_sections):
7204         Likewise.
7205         (Incremental_input_entry): New class.
7206         (Incremental_script_entry): New class.
7207         (Incremental_object_entry): New class.
7208         (Incremental_archive_entry): New class.
7209         (Incremental_inputs::Incremental_inputs): Initialize new data members.
7210         (Incremental_inputs::report_inputs): Remove.
7211         (Incremental_inputs::report_archive): Remove.
7212         (Incremental_inputs::report_archive_begin): New function.
7213         (Incremental_inputs::report_archive_end): New function.
7214         (Incremental_inputs::report_object): Change prototype.
7215         (Incremental_inputs::report_input_section): New function.
7216         (Incremental_inputs::report_script): Change prototype.
7217         (Incremental_inputs::get_reloc_count): New function.
7218         (Incremental_inputs::set_reloc_count): New function.
7219         (Incremental_inputs::create_data_sections): New function.
7220         (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7221         (Incremental_inputs::inputs_section): New function.
7222         (Incremental_inputs::symtab_section): New function.
7223         (Incremental_inputs::relocs_section): New function.
7224         (Incremental_inputs::get_stringpool): Add const.
7225         (Incremental_inputs::command_line): Add const.
7226         (Incremental_inputs::inputs): Remove.
7227         (Incremental_inputs::command_line_key): New function.
7228         (Incremental_inputs::input_file_count): New function.
7229         (Incremental_inputs::input_files): New function.
7230         (Incremental_inputs::relocs_entsize): New function.
7231         (Incremental_inputs::sized_create_inputs_section_data): Remove.
7232         (Incremental_inputs::finalize_inputs): Remove.
7233         (Incremental_inputs::Input_info): Remove.
7234         (Incremental_inputs::lock_): Remove.
7235         (Incremental_inputs::inputs_): Change type.
7236         (Incremental_inputs::inputs_map_): Remove.
7237         (Incremental_inputs::current_object_entry_): New data member.
7238         (Incremental_inputs::inputs_section_): New data member.
7239         (Incremental_inputs::symtab_section_): New data member.
7240         (Incremental_inputs::relocs_section_): New data member.
7241         (Incremental_inputs::reloc_count_): New data member.
7242         (Incremental_inputs_reader): New class.
7243         (Incremental_symtab_reader): New class.
7244         (Incremental_relocs_reader): New class.
7245         * layout.cc (Layout::finalize): Move finalization of incremental info
7246         and creation of incremental info sections to follow finalization of
7247         symbol table.  Set offsets for postprocessing sections.
7248         (Layout::create_incremental_info_sections): Call
7249         Incremental_inputs::create_data_sections.  Add incremental symtab
7250         and relocs sections.  Set sh_entsize and sh_link fields.  Arrange for
7251         sections to layout after input sections.
7252         * layout.h (struct Timespec): Forward declaration.
7253         (Layout::incremental_inputs): Add const.
7254         (Layout::create_incremental_info_sections): Add parameter.
7255         * main.cc (main): Remove call to Incremental_inputs::report_inputs.
7256         * object.cc: Include incremental.h.
7257         (Relobj::finalize_incremental_relocs): New function.
7258         (Sized_relobj::do_layout): Record input sections in incremental info.
7259         * object.h (Object::output_section): New function.
7260         (Object::output_section_offset): Moved from Relobj.
7261         (Object::get_incremental_reloc_base): New function.
7262         (Object::get_incremental_reloc_count): New function.
7263         (Object::do_output_section): New function.
7264         (Object::do_output_section_offset): Moved from Relobj.
7265         (Object::do_get_incremental_reloc_base): New function.
7266         (Object::do_get_incremental_reloc_count): New function.
7267         (Object::Object): Initialize new data members.
7268         (Relobj::output_section): Renamed do_output_section and moved to
7269         protected.
7270         (Relobj::output_section_offset): Moved to Object.
7271         (Relobj::do_get_incremental_reloc_base): New function.
7272         (Relobj::do_get_incremental_reloc_count): New function.
7273         (Relobj::allocate_incremental_reloc_counts): New function.
7274         (Relobj::count_incremental_reloc): New function.
7275         (Relobj::finalize_incremental_relocs): New function.
7276         (Relobj::next_incremental_reloc_index): New function.
7277         (Relobj::reloc_counts_): New data member.
7278         (Relobj::reloc_bases_): New data member.
7279         (Sized_relobj::do_relocate_sections): Add parameter.  Change caller.
7280         (Sized_relobj::relocate_sections): Add parameter.  Change all callers.
7281         (Sized_relobj::incremental_relocs_scan): New function.
7282         (Sized_relobj::incremental_relocs_scan_reltype): New function.
7283         (Sized_relobj::incremental_relocs_write): New function.
7284         (Sized_relobj::incremental_relocs_write_reltype): New function.
7285         * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
7286         incremental link.
7287         * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
7288         archives and object files elsewhere.
7289         (Add_symbols::run): Report object files here.
7290         (Finish_group::run): Report end of archive at end of group.
7291         * reloc.cc: Include layout.h, incremental.h.
7292         (Sized_relobj::do_read_relocs): Need relocations for incremental link.
7293         (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
7294         (Sized_relobj::incremental_relocs_scan): New function.
7295         (Sized_relobj::incremental_relocs_scan_reltype): New function.
7296         (Sized_relobj::do_relocate_sections): Write incremental relocations.
7297         (Sized_relobj::incremental_relocs_write): New function.
7298         (Sized_relobj::incremental_relocs_write_reltype): New function.
7299         * script.cc (read_input_script): Rewrite test for incremental link.
7300         Change call to Incremental_inputs::report_script.
7301         * symtab.h (Symbol_table::first_global_index): New function.
7302         (Symbol_table::output_count): New function.
7303
7304 2010-08-12  Doug Kwan  <dougkwan@google.com>
7305
7306         * arm.cc (Target_arm::merge_object_attributes): Check command line
7307         options --no-wchar-size-warning and --no-enum-size-warning.
7308         * options.h (General_options): Add ld-compatible options
7309         --no-enum-size-warning and --no-wchar-size-warning.
7310
7311 2010-08-04  Ian Lance Taylor  <iant@google.com>
7312
7313         * x86_64.cc (Target_x86_64::Scan::local): Use
7314         R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
7315         R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
7316         (Target_x86_64::Scan::global): Likewise.
7317         (Target_x86_64::Relocate::relocate): Likewise.
7318         (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
7319         Likewise.
7320
7321 2010-08-03  Cary Coutant  <ccoutant@google.com>
7322
7323         * merge.cc (Output_merge_string::do_add_input_section): Count strings
7324         to reserve space in merged_strings vector. Keep total input size
7325         for stats.
7326         (Output_merge_string::do_print_merge_stats): Print total input size.
7327         * merge.h (Output_merge_string): Add input_size_ field.
7328         * stringpool.cc (Stringpool_template::string_length): Move
7329         implementations out of Stringpool_template class and place in
7330         stringpool.h.
7331         * stringpool.h (string_length): Move out of Stringpool_template.
7332
7333 2010-08-03  Ian Lance Taylor  <iant@google.com>
7334
7335         PR 11712
7336         * layout.cc (relaxation_loop_body): If address of load segment is
7337         set, adjust address to include headers if possible.
7338
7339 2010-08-03  Ian Lance Taylor  <iant@google.com>
7340
7341         * version.cc (version_string): Bump to 1.10.
7342
7343 2010-08-03  Ian Lance Taylor  <iant@google.com>
7344
7345         PR 11805
7346         * layout.h (enum Output_section_order): Define.
7347         (class Layout): Update declarations.
7348         * layout.cc (Layout::get_output_section): Add order parameter.
7349         Remove is_interp, is_dynamic_linker_section, is_last_relro, and
7350         is_first_non_relro parameters.  Change all callers.
7351         (Layout::choose_output_section): Likewise.
7352         (Layout::add_output_section_data): Likewise.
7353         (Layout::make_output_section): Likewise.  Set order.
7354         (Layout::default_section_order): New function.
7355         (Layout::layout_eh_frame): Call add_output_section_to_nonload.
7356         * output.cc (Output_section::Output_section): Initialize order_.
7357         Don't initialize deleted fields.
7358         (Output_segment::Output_segment): Don't initialize deleted
7359         fields.
7360         (Output_segment::add_output_section_to_load): New function
7361         replacing add_output_section.  Change all callers to call this or
7362         add_output_section_to_nonload.
7363         (Output_segment::add_output_section_to_nonload): New function.
7364         (Output_segment::remove_output_section): Rewrite.
7365         (Output_segment::add_initial_output_data): Likewise.
7366         (Output_segment::has_any_data_sections): Likewise.
7367         (Output_segment::is_first_section_relro): Likewise.
7368         (Output_segment::maximum_alignment): Likewise.
7369         (Output_segment::has_dynamic_reloc): New function replacing
7370         dynamic_reloc_count.  Change all callers.
7371         (Output_segment::has_dynamic_reloc_list): New function replacing
7372         dynamic_reloc_count_list.  Change all callers.
7373         (Output_segment::set_section_addresses): Rewrite.
7374         (Output_segment::set_offset): Rewrite.
7375         (Output_segment::find_first_and_last_list): Remove.
7376         (Output_segment::set_tls_offsets): Rewrite.
7377         (Output_segment::first_section_load_address): Likewise.
7378         (Output_segment::output_section_count): Likewise.
7379         (Output_segment::section_with_lowest_load_address): Likewise.
7380         (Output_segment::write_section_headers): Likewise.
7381         (Output_segment::print_sections_to_map): Likewise.
7382         * output.h (class Output_data): Remove dynamic_reloc_count_
7383         field.  Add has_dynamic_reloc_ field.  Make bools into bitfields.
7384         (Output_data::add_dynamic_reloc): Rewrite.
7385         (Output_data::has_dynamic_reloc): New function.
7386         (Output_data::dynamic_reloc_count): Remove.
7387         (class Output_section): Add order_ field.  Remvoe is_relro_local_,
7388         is_last_relro_, is_first_non_relro_, is_interp_,
7389         is_dynamic_linker_section_ fields.  Add order and set_order
7390         functions.  Remove is_relro_local, set_is_relro_local,
7391         is_last_relro, set_is_last_relro, is_first_non_relro,
7392         set_is_first_non_relro functions, is_interp, set_is_interp,
7393         is_dynamic_linker_section, and set_is_dynamic_linker_section
7394         functions.
7395         (class Output_segment): Change Output_data_list from std::list to
7396         std:;vector.  Add output_lists_ field.  Remove output_data_ and
7397         output_bss_ fields.  Update declarations.
7398
7399 2010-08-02  Ian Lance Taylor  <iant@google.com>
7400
7401         * arm.cc (Target_arm::gc_process_relocs): Use typename.
7402         * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
7403         * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
7404
7405 2010-08-02  Ian Lance Taylor  <iant@google.com>
7406
7407         PR 11855
7408         * script.cc (Script_options::Script_options): Initialize
7409         symbol_definitions_ and symbol_references_.
7410         (Script_options::add_symbol_assignment): Update
7411         symbol_definitions_ and symbol_references_.
7412         (Script_options::add_symbol_reference): New function.
7413         (script_symbol): New function.
7414         * script.h (class Script_options): Add symbol_definitions_ and
7415         symbol_references_ fields.
7416         (Script_options::referenced_const_iterator): New type.
7417         (Script_options::referenced_begin): New function.
7418         (Script_options::referenced_end): New function.
7419         (Script_options::is_referenced): New function.
7420         (Script_options::any_unreferenced): New function.
7421         * script-c.h (script_symbol): Declare.
7422         * yyscript.y (exp): Call script_symbol.
7423         * symtab.cc: Include "script.h".
7424         (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
7425         Change all callers.  Check symbols referenced by scripts.
7426         (Symbol_table::add_undefined_symbols_from_command_line): Add
7427         layout parameter.  Change all callers.
7428         (Symbol_table::do_add_undefined_symbols_from_command_line):
7429         Likewise.  Break out loop body.  Check symbols referenced by
7430         scripts.
7431         (Symbol_table::add_undefined_symbol_from_command_line): New
7432         function broken out of
7433         do_add_undefined_symbols_from_command_line.
7434         * symtab.h (class Symbol_table): Update declarations.
7435         * archive.cc: Include "layout.h".
7436         (Archive::should_include_member): Add layout parameter.  Change
7437         all callers.  Check for symbol mentioned in expression.
7438         * archive.h (class Archive): Update declaration.
7439         * object.cc (Sized_relobj::do_should_include_member): Add layout
7440         parameter.
7441         * object.h (Object::should_include_member): Add layout parameter.
7442         Change all callers.
7443         (Object::do_should_include_member): Add layout parameter.
7444         (class Sized_relobj): Update declaration.
7445         * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
7446         parameter.
7447         * dynobj.h (class Sized_dynobj): Update declaration.
7448         * plugin.cc (Sized_pluginobj::do_should_include_member): Add
7449         layout parameter.
7450         * plugin.h (class Sized_pluginobj): Update declaration.
7451
7452 2010-08-02  Ian Lance Taylor  <iant@google.com>
7453
7454         PR 11866
7455         * output.cc (Output_segment::set_offset): Search for the first and
7456         last sections rather than assuming that the list is in order.
7457         (Output_segment::find_first_and_last_list): New function.
7458         * output.h (class Output_segment): Update declarations.
7459         * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
7460         (relro_strip_test_SOURCES): New variable.
7461         (relro_strip_test_DEPENDENCIES): New variable.
7462         (relro_strip_test_LDFLAGS): New variable.
7463         (relro_strip_test_LDADD): New variable.
7464         (relro_strip_test.so): New target.
7465
7466 2010-08-02  Ian Lance Taylor  <iant@google.com>
7467
7468         * i386.cc (class Target_i386): Add got_tlsdesc_ field.
7469         (Target_i386::Target_i386):: Initialize got_tlsdesc_.
7470         (Target_i386::got_tlsdesc_section): New function.
7471         (Target_i386::got_section): Create space for GOT entries for
7472         TLSDESC relocations.
7473         (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
7474         R_386_TLS_GOTDESC.
7475         (Target_i386::Scan::global): Likewise.
7476         (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
7477         using TLSDESC GOT.
7478         * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
7479         (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
7480         (Target_x86_64::got_tlsdesc_section): New function.
7481         (Target_x86_64::got_section): Create space for GOT entries for
7482         TLSDESC relocations.
7483         (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
7484         R_386_TLS_GOTDESC.
7485         (Target_x86_64::Scan::global): Likewise.
7486         (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
7487         using TLSDESC GOT.
7488
7489 2010-08-02  Ian Lance Taylor  <iant@google.com>
7490
7491         * testsuite/final_layout.sh: Use dc to convert from hex to
7492         decimal.
7493
7494 2010-07-29  Sriraman Tallam  <tmsriram@google.com>
7495
7496         * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
7497         paramter to the call to gold::gc_process_relocs.
7498         * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
7499         paramter to the call to gold::gc_process_relocs.
7500         * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
7501         parameter to the call to gold::gc_process_relocs.
7502         * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
7503         template parameter to the call to gold::gc_process_relocs.
7504         * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
7505         paramter to the call to gold::gc_process_relocs.
7506         * gc.h (get_embedded_addend_size): New function.
7507         (gc_process_relocs): Save the size of the reloc for use by ICF.
7508         * icf.cc (get_section_contents): Get the addend from the text section
7509         for SHT_REL relocation sections.
7510         * icf.h (Icf::Reloc_addend_size_info): New typedef.
7511         (Icf::Reloc_info): Add new member reloc_addend_size_info.
7512         * int_encoding.h (read_from_pointer): New overloaded function.
7513         * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
7514         * testsuite/icf_sht_rel_addend_test.sh: New file.
7515         * testsuite/icf_sht_rel_addend_test_1.cc: New file.
7516         * testsuite/icf_sht_rel_addend_test_2.cc: New file.
7517
7518 2010-07-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7519
7520         * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
7521         * Makefile.in: Regenerate.
7522         * testsuite/Makefile.in: Regenerate.
7523
7524 2010-07-27  Jeffrey Yasskin  <jyasskin@google.com>
7525
7526         * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
7527         * gold/testsuite/debug_msg.cc: Likewise.
7528         * gold/testsuite/odr_violation1.cc
7529         * gold/testsuite/odr_violation2.cc
7530
7531 2010-07-21  Cary Coutant  <ccoutant@google.com>
7532
7533         * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
7534         string, and length fields.
7535         (Output_merge_string::Merged_strings_list): New type.
7536         (Output_merge_string::Merged_strings_lists): New typedef.
7537         (Output_merge_string): Replace merged_strings_ with
7538         merged_strings_lists_.
7539         * merge.cc (Output_merge_string::do_add_input_section): Allocate new
7540         Merged_strings_list per input object and section.  Don't store pointer
7541         to the string.  Don't store length with each merged string entry.
7542         (Output_merge_string::finalize_merged_data): Loop over list of merged
7543         strings lists.  Recompute length of each merged string.
7544
7545 2010-07-15  Cary Coutant  <ccoutant@google.com>
7546
7547         * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
7548         here.
7549
7550 2010-07-14  Ian Lance Taylor  <iant@google.com>
7551
7552         * descriptors.cc (Descriptors::open): Report correct name in error
7553         message.
7554
7555 2010-07-13  Doug Kwan  <dougkwan@google.com>
7556
7557         * arm.cc (Arm_input_section::Arm_input_section): For a
7558         SHT_ARM_EXIDX section, always keeps the input sections.
7559         (Arm_input_section::set_exidx_section_link): New method.
7560         (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
7561         has_errors_ to false.
7562         (Arm_exidx_input_section::has_errors,
7563         Arm_exidx_input_section::set_has_errors): New methods.
7564         (Arm_exidx_input_section::has_errors_): New data member.
7565         (Arm_relobj::get_exidx_shndx_list): New method.
7566         (Arm_output_section::append_text_sections_to_list): Do not skip
7567         section without SHF_EXECINSTR.
7568         (Arm_output_section::fix_exidx_coverage): Skip input sections with
7569         errors.
7570         (Arm_relobj::make_exidx_input_section): Add new parameter for text
7571         section header.  Make error messages more verbose.  Check for
7572         a non-executable section linked to an EXIDX section.
7573         (Arm_relobj::do_read_symbols): Remove error checking, which has been
7574         moved to Arm_relobj::make_exidx_input_section.  Add an assertion to
7575         check that there is no deferred EXIDX section if we exit early.
7576         Instead of not making an EXIDX section in case of an error, make one
7577         and set the has_errors flag of it.
7578         (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
7579         in a relocatable link.
7580         (Target_arm::do_relax): Look for the EXIDX output section instead of
7581         assuming that it is called .ARM.exidx.
7582         (Target_arm::fix_exidx_coverage): Add a new parameter for input
7583         section list.  Do not check for SHF_EXECINSTR section flags but
7584         skip any input section with errors.
7585         * output.cc (Output_section::Output_section): Initialize
7586         always_keeps_input_sections_ to false.
7587         (Output_section::add_input_section): Check for
7588         always_keeps_input_sections_.
7589         *  output.h (Output_section::always_keeps_input_sections,
7590         Output_section::set_always_keeps_input_sections): New methods.
7591         (Output_section::always_keeps_input_sections): New data member.
7592
7593 2010-07-13  Rafael Espindola  <espindola@google.com>
7594
7595         * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
7596         * fileread.h (Input_file): Add try_extra_search_path and find_file.
7597
7598 2010-07-13  Philip Herron  <herron.philip@googlemail.com>
7599             Ian Lance Taylor  <iant@google.com>
7600
7601         * output.h (Output_section_lookup_maps::add_merge_section):
7602         Correct check of whether value was inserted.
7603         (Output_section_lookup_maps::add_merge_input_section): Likewise.
7604         (Output_section_lookup_maps::add_relaxed_input_section):
7605         Likewise.
7606         * arm.cc (Target_arm::got_section): Remove used local os.
7607         * i386.cc (Target_i386::got_section): Likewise.
7608         * x86_64.cc (Target_x86_64::got_section): Likewise.
7609         * sparc.cc (Target_sparc::got_section): Likewise.
7610         (Target_sparc::relocate): Remove unused local have_got_offset.
7611         * powerpc.cc (Target_powerpc::relocate): Likewise.
7612
7613 2010-07-13  Ian Lance Taylor  <iant@google.com>
7614
7615         * compressed_output.cc (zlib_decompress): Fix signature in
7616         !HAVE_ZLIB_H case.
7617
7618         * archive.cc (Archive::include_member): Unlock an external member
7619         of a thin archive.  Don't bother to delete an object we know is
7620         NULL.
7621
7622 2010-07-12  Cary Coutant  <ccoutant@google.com>
7623
7624         * compressed_output.cc (zlib_decompress): New function.
7625         (get_uncompressed_size): New function.
7626         (decompress_input_section): New function.
7627         * compressed_output.h (get_uncompressed_size): New function.
7628         (decompress_input_section): New function.
7629         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
7630         Handle compressed debug sections.
7631         * layout.cc (is_compressed_debug_section): New function.
7632         (Layout::output_section_name): Map compressed section names to
7633         canonical names.
7634         * layout.h (is_compressed_debug_section): New function.
7635         (is_debug_info_section): Recognize compressed debug sections.
7636         * merge.cc: Include compressed_output.h.
7637         (Output_merge_data::do_add_input_section): Handle compressed
7638         debug sections.
7639         (Output_merge_string::do_add_input_section): Handle compressed
7640         debug sections.
7641         * object.cc: Include compressed_output.h.
7642         (Sized_relobj::Sized_relobj): Initialize new data members.
7643         (build_compressed_section_map): New function.
7644         (Sized_relobj::do_read_symbols): Handle compressed debug sections.
7645         * object.h (Object::section_is_compressed): New method.
7646         (Object::do_section_is_compressed): New method.
7647         (Sized_relobj::Compressed_section_map): New type.
7648         (Sized_relobj::do_section_is_compressed): New method.
7649         (Sized_relobj::compressed_sections_): New data member.
7650         * output.cc (Output_section::add_input_section): Handle compressed
7651         debug sections.
7652         * reloc.cc: Include compressed_output.h.
7653         (Sized_relobj::write_sections): Handle compressed debug sections.
7654
7655 2010-07-08  Cary Coutant  <ccoutant@google.com>
7656
7657         * resolve.cc (Symbol_table::resolve): Remember whether undef was
7658         weak when resolving to a dynamic def.
7659         (Symbol_table::should_override): Add adjust_dyndef flag; set it
7660         for weak undef/dynamic def cases. Adjust callers.
7661         * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
7662         undef_binding_weak_.
7663         (Symbol_table::sized_write_globals): Adjust symbol binding.
7664         (Symbol_table::sized_write_symbol): Add binding parameter.
7665         * symtab.h (Symbol::set_undef_binding): New method.
7666         (Symbol::is_undef_binding_weak): New method.
7667         (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
7668         (Symbol_table::should_override): Add new parameter.
7669         (Symbol_table::sized_write_symbol): Add new parameter.
7670
7671         * testsuite/weak_undef_file1.cc: Add new test case.
7672         * testsuite/weak_undef_file2.cc: Fix header comment.
7673         * testsuite/weak_undef_test.cc: Add new test case.
7674
7675 2010-06-29  Doug Kwan  <dougkwan@google.com>
7676
7677         * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
7678         Initialize USE_SYMBOL_.
7679         * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
7680         definition.
7681         (Arm_reloc_property::uses_symbol_): New data member declaration.
7682         * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
7683         uses symbol value and symbol is undefined but not weakly undefined.
7684
7685 2010-06-28  Rafael Espindola  <espindola@google.com>
7686
7687         * plugin.cc (Plugin::load): Use dlerror.
7688
7689 2010-06-26  Jeffrey Yaskin  <jyasskin@google.com>
7690
7691         * symtab.cc (detect_odr_violations): When reporting an ODR
7692         violation, report an object where the symbol is defined.
7693
7694 2010-06-25  Doug Kwan  <dougkwan@google.com>
7695
7696         * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
7697         (Target_arm::section_may_have_icf_unsafe_pointers): New method
7698         definition.
7699         (Target_arm::Scan::local_reloc_may_be_function_pointer,
7700         Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
7701         target hook to detect function points.
7702         (Target_arm::Scan::possible_function_pointer_reloc): New method.
7703         * icf.h (Icf::check_section_for_function_pointers): Change type of
7704         parameter SECTION_NAME to const reference to std::string.  Use
7705         target hook to determine if section may have unsafe pointers.
7706         * target.h (Target::section_may_have_icf_unsafe_pointers): New
7707         method definition.
7708
7709 2010-06-21  Rafael Espindola  <espindola@google.com>
7710
7711         * fileread.cc (Input_file::find_fie): New
7712         (Input_file::open): Use Input_file::find_fie.
7713         * fileread.h (Input_file::find_fie): New
7714         * plugin.cc (set_extra_library_path): New.
7715         (Plugin::load): Add set_extra_library_path to the transfer vector.
7716         (Plugin_manager::set_extra_library_path): New.
7717         (Plugin_manager::add_input_file): Use the extra search path if set.
7718         (set_extra_library_path(): New.
7719         * plugin.h (Plugin_manager): Add set_extra_library_path and
7720         extra_search_path_.
7721
7722 2010-06-19  Cary Coutant  <ccoutant@google.com>
7723
7724         * layout.cc (gdb_sections): Add .debug_types.
7725         (lines_only_debug_sections): Likewise.
7726
7727 2010-06-18  Rafael Espindola  <espindola@google.com>
7728
7729         * plugin.cc (add_input_file,add_input_library)
7730         (Plugin_manager::add_input_file): Make filename arguments const.
7731         * plugin.h (Plugin_manager::add_input_file): Make filename arguments
7732         const.
7733
7734 2010-06-16  Doug Kwan  <dougkwan@google.com>
7735
7736         * arm.cc (Target_arm::do_finalize_sections): Do not emit an
7737         .ARM.attributes section if we have not merged any input
7738         attributes sections.
7739
7740 2010-06-15  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
7741
7742         * arm.cc: Allow combining objects with no EABI version
7743         information.
7744
7745 2010-06-15  Rafael Espindola  <espindola@google.com>
7746
7747         * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
7748
7749 2010-06-15  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
7750
7751         * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
7752         (struct iovec): Correct !HAVE_READV definition.
7753
7754 2010-06-10  Cary Coutant  <ccoutant@google.com>
7755
7756         * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
7757         (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
7758         reloc sections.
7759         * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
7760
7761         PR 11683
7762         * symtab.h (Symbol::is_placeholder): New member function.
7763         * target-reloc.h (relocate_section): Check for placeholder symbols.
7764
7765         * testsuite/Makefile.am (plugin_test_8): New test.
7766         (plugin_test_9): New test.
7767         * testsuite/Makefile.in: Regenerate.
7768
7769 2010-06-09  Nick Clifton  <nickc@redhat.com>
7770
7771         * yyscript.y (input_list_element): Allow strings prefixed with
7772         the '-' character.  Treat these as libraries.
7773         * script.cc (script_add_library): New function.  Adds a library
7774         specified by "-l<name>" found in an input script.
7775         * script-c.h: Add prototype for script_add_library.
7776
7777 2010-06-07  Doug Kwan  <dougkwan@google.com>
7778
7779         * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
7780         Restrict stub-group size to be within long conditional branch
7781         range when working around cortex-A8 erratum.
7782
7783 2010-06-07  Damien Diederen  <dd@crosstwine.com>
7784
7785         * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
7786         #ifdef typo.
7787
7788 2010-06-03  Sriraman Tallam  <tmsriram@google.com>
7789
7790         PR gold/11658
7791         * output.cc
7792         (Output_section::Input_section_sort_entry::compare_section_ordering):
7793         Change to return non-zero correctly.
7794         (Output_section::Input_section_sort_section_order_index_compare
7795         ::operator()): Change to fix ambiguity in comparisons.
7796
7797 2010-06-01  Sriraman Tallam  <tmsriram@google.com>
7798
7799         * gold.h (is_wildcard_string): New function.
7800         * layout.cc (Layout::layout): Pass this pointer to add_input_section.
7801         (Layout::layout_eh_frame): Ditto.
7802         (Layout::find_section_order_index): New method.
7803         (Layout::read_layout_from_file): New method.
7804         * layout.h (Layout::find_section_order_index): New method.
7805         (Layout::read_layout_from_file): New method.
7806         (Layout::input_section_position_): New private member.
7807         (Layout::input_section_glob_): New private member.
7808         * main.cc (main): Call read_layout_from_file here.
7809         * options.h (--section-ordering-file): New option.
7810         * output.cc (Output_section::input_section_order_specified_): New
7811         member.
7812         (Output_section::Output_section): Initialize new member.
7813         (Output_section::add_input_section): Add new parameter.
7814         Keep input sections when --section-ordering-file is used.
7815         (Output_section::set_final_data_size): Sort input sections when
7816         section ordering file is specified.
7817         (Output_section::Input_section_sort_entry): Add new parameter.
7818         Check sorting type.
7819         (Output_section::Input_section_sort_entry::compare_section_ordering):
7820         New method.
7821         (Output_section::Input_section_sort_compare::operator()): Change to
7822         consider section_order_index.
7823         (Output_section::Input_section_sort_init_fini_compare::operator()):
7824         Change to consider section_order_index.
7825         (Output_section::Input_section_sort_section_order_index_compare
7826         ::operator()): New method.
7827         (Output_section::sort_attached_input_sections): Change to sort
7828         according to section order when specified.
7829         (Output_section::add_input_section<32, true>): Add new parameter.
7830         (Output_section::add_input_section<64, true>): Add new parameter.
7831         (Output_section::add_input_section<32, false>): Add new parameter.
7832         (Output_section::add_input_section<64, false>): Add new parameter.
7833         * output.h (Output_section::add_input_section): Add new parameter.
7834         (Output_section::input_section_order_specified): New
7835         method.
7836         (Output_section::set_input_section_order_specified): New method.
7837         (Input_section::Input_section): Initialize section_order_index_.
7838         (Input_section::section_order_index): New method.
7839         (Input_section::set_section_order_index): New method.
7840         (Input_section::section_order_index_): New member.
7841         (Input_section::Input_section_sort_section_order_index_compare): New
7842         struct.
7843         (Output_section::input_section_order_specified_): New member.
7844         * script-sections.cc (is_wildcard_string): Delete and move modified
7845         method to gold.h.
7846         (Output_section_element_input::Output_section_element_input): Modify
7847         call to is_wildcard_string.
7848         (Output_section_element_input::Input_section_pattern
7849         ::Input_section_pattern): Ditto.
7850         (Output_section_element_input::Output_section_element_input): Ditto.
7851         * testsuite/Makefile.am (final_layout): New test case.
7852         * testsuite/Makefile.in: Regenerate.
7853         * testsuite/final_layout.cc: New file.
7854         * testsuite/final_layout.sh: New file.
7855
7856 2010-06-01  Rafael Espindola  <espindola@google.com>
7857
7858         * plugin.cc (Plugin::load): Pass the output name to the plugin.
7859
7860 2010-06-01  Rafael Espindola  <espindola@google.com>
7861
7862         * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
7863         visibility of symbols.
7864
7865 2010-05-27  Doug Kwan  <dougkwan@google.com>
7866
7867         * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
7868         from start of output section instead of address for a local symbol
7869         in a merged or relaxed section when doing a relocatable link.
7870
7871 2010-05-26  Rafael Espindola  <espindola@google.com>
7872
7873         PR 11604
7874         * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
7875         adding sections the garbage collector removed.
7876         * gold/testsuite/Makefile.am: Add test.
7877         * gold/testsuite/Makefile.in: Regenerate.
7878         * gold/testsuite/plugin_test_7.sh: New.
7879         * gold/testsuite/plugin_test_7_1.c: New.
7880         * gold/testsuite/plugin_test_7_2.c: New.
7881
7882 2010-05-26  Rafael Espindola  <espindola@google.com>
7883
7884         * script-sections.cc (Output_section_definition::set_section_addresses):
7885         Check for --section-start.
7886
7887 2010-05-26  Doug Kwan  <dougkwan@google.com>
7888
7889         * arm.cc (Arm_scan_relocatable_relocs): New class.
7890         (Target_arm::relocate_special_relocatable): New method.
7891         (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
7892         (Arm_relocate_functions::thumb_branch_common): Same.
7893         (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
7894         instead of Default_scan_relocatable_relocs.
7895         * target-reloc.h (relocate_for_relocatable): Let target handle
7896         relocation strategy Relocatable_relocs::RELOC_SPECIAL.
7897         * target.h (Sized_target::relocate_special_relocatable): New method.
7898
7899 2010-05-25  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
7900
7901         * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
7902
7903 2010-05-23  Doug Kwan  <dougkwan@google.com>
7904
7905         * arm.cc (Arm_input_section::do_output_offset): Use convert_types
7906         instead of a cast.
7907         (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
7908         with a direct branch, not a conditional branch, to a stub.
7909         * merge.cc (Output_merge_base::record_input_section): New method
7910         defintion.
7911         (Output_merge_data::do_add_input_section): Record input section if
7912         keeps-input-sections flag is set.
7913         (Output_merge_string::do_add_input_section): Ditto.
7914         * merge.h (Output_merge_base::Output_merge_base): Initialize new data
7915         members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
7916         INPUT_SECTIONS_.
7917         (Output_merge_base::keeps_input_sections,
7918         Output_merge_base::set_keeps_input_sections,
7919         Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
7920         method definitions.
7921         (Output_merge_base::Input_sections): New type declaration.
7922         (Output_merge_base::input_sections_begin,
7923         Output_merge_base::input_sections_end,
7924         Output_merge_base::do_set_keeps_input_sections): New method definitions.
7925         (Output_merge_base::bool keeps_input_sections_,
7926         Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
7927         Output_merge_base::input_sections_): New data members.
7928         (Output_merge_data::do_set_keeps_input_sections): New method
7929         defintion.
7930         (Output_merge_string::do_set_keeps_input_sections): Ditto.
7931         * output.cc (Output_section::Input_section::relobj): Move method
7932         defintion from class declaration to here and handle merge sections.
7933         (Output_section::Input_section::shndx): Ditto.
7934         (Output_section::Output_section): Remove initializations of removed
7935         data members and initialize new data member LOOKUP_MAPS_.
7936         (Output_section::add_input_section): Set keeps-input-sections flag
7937         for a newly created merge output section as appropriate.  Adjust code
7938         to use Output_section_lookup_maps class.
7939         (Output_section::add_relaxed_input_section): Adjst code for lookup
7940         maps code refactoring.
7941         (Output_section::add_merge_input_section): Add a new parameter
7942         KEEPS_INPUT_SECTION.  Adjust code to use Output_section_lookup_maps
7943         class.  If adding input section to a newly created merge output
7944         section fails, remove the new merge section.
7945         (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
7946         Adjust code for use of the Output_section_lookup_maps class.
7947         (Output_section::find_merge_section): Ditto.
7948         (Output_section::build_lookup_maps): New method defintion.
7949         (Output_section::find_relaxed_input_section): Adjust code to use
7950         Output_section_lookup_maps class.
7951         (Output_section::get_input_sections): Export merge sections.  Adjust
7952         code to use Output_section_lookup_maps class.
7953         (Output_section:::add_script_input_section): Adjust code to use
7954         Output_section_lookup_maps class.  Update lookup maps for merge
7955         sections also.
7956         (Output_section::discard_states): Use Output_section_lookup_maps.
7957         (Output_section::restore_states): Same.
7958         * output.h (Merge_section_properties): Move class defintion out of
7959         Output_section.
7960         (Output_section_lookup_maps): New class.
7961         (Output_section::Input_section::is_merge_section): New method
7962         defintion.
7963         (Output_section::Input_section::relobj): Move defintion out of class
7964         defintion.  Declare method only.
7965         (Output_section::Input_section::shndx): Ditto.
7966         (Output_section::Input_section::output_merge_base): New method defintion.
7967         (Output_section::Input_section::u2_.pomb): New union field.
7968         (Output_section::Merge_section_by_properties_map,
7969         Output_section::Output_section_data_by_input_section_map,
7970         Output_section::Ouptut_relaxed_input_section_by_input_section_map):
7971         Remove types.
7972         (Output_section::add_merge_input_section): Add new parameter
7973         KEEPS_INPUT_SECTIONS.
7974         (Output_section::build_lookup_maps): New method declaration.
7975         (Output_section::merge_section_map_,
7976         Output_section::merge_section_by_properties_map_,
7977         Output_section::relaxed_input_section_map_,
7978         Output_section::is_relaxed_input_section_map_valid_): Remove data
7979         members.
7980         (Output_section::lookup_maps_): New data member.
7981
7982 2010-05-21  Doug Kwan  <dougkwan@google.com>
7983
7984         PR gold/11619
7985         * arm.cc (Arm_input_section::do_output_offset): Add a cast to
7986         avoid a compilation error.
7987
7988 2010-05-19  Rafael Espindola  <espindola@google.com>
7989
7990         * script-sections.cc (Output_section_definition::allocate_to_segment):
7991         Update the phdrs_list even when the output section is NULL.
7992         * testsuite/Makefile.am: Add test.
7993         * testsuite/Makefile.in: Regenerate.
7994         * testsuite/script_test_9.cc: New.
7995         * testsuite/script_test_9.sh: New.
7996         * testsuite/script_test_9.t: New.
7997
7998 2010-05-19  Doug Kwan  <dougkwan@google.com>
7999
8000         * arm.cc (Arm_input_section::original_size): New method.
8001         (Arm_input_section::do_addralign): Add a cast.
8002         (Arm_input_section::do_output_offset): Remove static cast.
8003         (Arm_input_section::original_addralign,
8004          Arm_input_section::original_size_): Change type to uint32_t.
8005         (Arm_input_section::init): Add safe casts for section alignment
8006         and size.
8007         (Arm_input_section::set_final_data_size): Do not set address and
8008         offset of stub table.
8009         (Arm_output_section::fix_exidx_coverage): Change use of of
8010         Output_section::Simple_input_section to that of
8011         Output_section::Input_section.
8012         (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
8013         except for the first pass.
8014         * output.cc (Output_section::get_input_sections): Change type of
8015         input_sections to std::list<Input_section>.
8016         (Output_section::add_script_input_section): Rename from
8017         Output_section::add_simple_input_section.  Change type of SIS
8018         parameter from Simple_input_section to Input_section.
8019         * output.h (Output_section::Simple_input_section): Remove class.
8020         (Output_section::Input_section): Change class visibility to public.
8021         (Output_section::Input_section::addralign): Use stored alignments
8022         for special input sections if set.
8023         (Output_section::Input_section::set_addralign): New method.
8024         (Output_section::get_input_sections): Change parameter type from
8025         list of Simple_input_section to list of Input_section.
8026         (Output_section::add_script_input_section): Rename from
8027         Output_section::add_simple_input_section. Change first parameter's
8028         type from Simple_input_section to Input_section and remove the
8029         second and third parameters.
8030         * script-sections.cc (Input_section::Input_section_list): Change
8031         type to list of Output_section::Input_section/
8032         (Input_section_info::Input_section_info): Change parameter type of
8033         INPUT_SECTION to Output_section::Input_section.
8034         (Input_section_info::input_section): Change return type.
8035         (Input_section_info::input_section_): Change type to
8036         Output_section::Input_section.
8037         (Output_section_element_input::set_section_addresses): Adjust code
8038         to use Output_section::Input_section instead of
8039         Output_section::Simple_input_section.  Adjust code for renaming
8040         of Output_section::add_simple_input_section.
8041         (Orphan_output_section::set_section_addresses): Ditto.
8042
8043 2010-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8044
8045         * gold.h (Unordered_multimap, Unordered_map): Fix defines for
8046         when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
8047
8048 2010-05-18  Rafael Espindola  <espindola@google.com>
8049
8050         * options.cc (General_options::finalize): Handle -nostdlib.
8051         * options.h (nostdlib): New option.
8052         * script.cc (script_add_search_dir): Handle -nostdlib.
8053
8054 2010-05-12  Doug Kwan  <dougkwan@google.com>
8055
8056         * arm.cc (Target_arm::do_finalize_sections): Create an empty
8057         attributes section only if there no attributes section after merging.
8058         (Target_arm::merge_object_attributes): Move value of
8059         Tag_MPextension_use_legacy to that of Tag_MPextension_use.
8060         Handle Tag_DIV_use and Tag_MPextension_use_legacy.
8061         * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
8062         (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
8063         and arm_attr_merge_7.stdout.
8064         (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
8065         arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
8066         arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
8067         arm_attr_merge_7b.o): New rules.
8068         (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
8069         arm_attr_merge_7
8070         * testsuite/Makefile.in: Regenerate.
8071         * testsuite/arm_attr_merge.sh: New file.
8072         * testsuite/arm_attr_merge_[67][ab].s: Same.
8073
8074 2010-05-05  Nick Clifton  <nickc@redhat.com>
8075
8076         * po/es.po: Updated Spanish translation.
8077
8078 2010-04-27  H.J. Lu  <hongjiu.lu@intel.com>
8079
8080         * Makefile.am (install-exec-local): Properly install gold as
8081         default cross linker.
8082         * Makefile.in: Regenerated.
8083
8084 2010-04-27  H.J. Lu  <hongjiu.lu@intel.com>
8085             Nick Clifton  <nickc@redhat.com>
8086
8087         * configure.ac (install_as_default): Define and set to false
8088         unless --enable-gold or --enable-gold=both/gold has been
8089         specified.
8090         * configure: Regenerate.
8091
8092         * Makefile.am (install-exec-local): Install the executable as
8093         'ld.gold'.  If install_as_default is true then also install it as
8094         'ld'.
8095         * Makefile.in: Regenerated.
8096
8097 2010-04-24  Ian Lance Taylor  <iant@google.com>
8098
8099         * layout.cc (Layout::layout_reloc): In relocatable link don't
8100         combine reloc sections for grouped sections.
8101
8102 2010-04-23  Sriraman Tallam  <tmsriram@google.com>
8103
8104         * gc.h (gc_process_relocs): Pass information on relocs pointing to
8105         sections that are not ordinary to icf.
8106         * icf.cc (get_section_contents): Handle relocation pointing to section
8107         with no object or shndx information.
8108         * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
8109         * testsuite/Makefile.in: Regenerate.
8110         * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
8111         * testsuite/icf_virtual_function_folding_test.sh: Delete file.
8112
8113 2010-04-22  Ian Lance Taylor  <iant@google.com>
8114
8115         * expression.cc (Expression::Expression_eval_info): Add
8116         result_alignment_pointer field.
8117         (Expression::eval_with_dot): Add result_alignment_pointer
8118         parameter.  Change all callers.
8119         (Expression::eval_maybe_dot): Likewise.
8120         (class Binary_expression): Add alignment_pointer parameter to
8121         left_value and right_value.  Change all callers.
8122         (BINARY_EXPRESSION): Set result alignment.
8123         (class Trinary_expression): Add alignment_pointer parameter to
8124         arg2_value and arg3_value.  Change all callers.
8125         (Trinary_cond::value): Set result alignment.
8126         (Max_expression::value, Min_expression::value): Likewise.
8127         (Align_expression::value): Likewise.
8128         * script-sections.cc (class Sections_element): Add dot_alignment
8129         parameter to set_section_addresses virtual function.  Update
8130         instantiations.
8131         (class Output_section_element): Likewise.
8132         (Script_sections::create_segments): Add dot_alignment parameter.
8133         Change all callers.
8134         (Script_sections::create_segments_from_phdrs_clause): Likewise.
8135         (Script_sections::set_phdrs_clause_addresses): Likewise.
8136         * script-sections.h: Update declarations.
8137         * script.h: Update declarations.
8138         * output.h (Output_segment::set_minimum_p_align): Don't decrease
8139         min_p_align.
8140         * testsuite/script_test_3.t: Set large alignment.
8141         * testsuite/script_test_3.sh: Make sure that at least one LOAD
8142         segment has expected alignment.
8143
8144 2010-04-22  Nick Clifton  <nickc@redhat.com>
8145
8146         * po/gold.pot: Updated by the Translation project.
8147         * po/vi.po: Updated Vietnamese translation.
8148
8149 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
8150
8151         * testsuite/Makefile.am (check_PROGRAMS): Add
8152         icf_virtual_function_folding_test.
8153         * testsuite/Makefile.in: Regenerated.
8154
8155 2010-04-15  Andrew Haley  <aph@redhat.com>
8156
8157         * options.h (merge_exidx_entries): New option.
8158         * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
8159         (class Arm_exidx_fixup::merge_exidx_entries_): New member.
8160         (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
8161         (Target_arm::merge_exidx_entries): New function.
8162         (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
8163         (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
8164         to Arm_exidx_fixup constructor.
8165         Add new arg, merge_exidx_entries.
8166         (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
8167         Arm_output_section::fix_exidx_coverage.
8168
8169 2010-04-18  Sriraman Tallam  <tmsriram@google.com>
8170
8171         * icf.cc (get_section_contents): Check for preemptible functions.
8172         Ignore addend when appropriate.
8173         * symtab.cc (should_add_dynsym_entry): Add new parameter.  Check for
8174         section folded.
8175         (add_from_relobj): Check for section folded.
8176         (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
8177         * symtab.h (should_add_dynsym_entry): Add new parameter.
8178         * target-reloc.h (scan_relocs): Check for section folded.
8179         * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
8180         Check reloc types for function pointers in shared objects.
8181         * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
8182         case.
8183         (icf_preemptible_functions_test): New test case.
8184         (icf_string_merge_test): New test case.
8185         * testsuite.Makefile.in: Regenerate.
8186         * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
8187         bar_glob.  Refactor code.
8188         * testsuite/icf_preemptible_functions_test.cc: New file.
8189         * testsuite/icf_preemptible_functions_test.sh: New file.
8190         * testsuite/icf_string_merge_test.cc: New file.
8191         * testsuite/icf_string_merge_test.sh: New file.
8192         * testsuite/icf_virtual_function_folding_test.cc: New file.
8193         * testsuite/icf_virtual_function_folding_test.sh: New file.
8194
8195 2010-04-14  Doug Kwan  <dougkwan@google.com>
8196
8197         * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
8198         for local symbol recounting if we remove a section due to ICF.
8199         * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
8200         there are no regular objects in input.
8201
8202 2010-04-13  Doug Kwan  <dougkwan@google.com>
8203
8204         * arm.cc (Arm_input_section::set_final_data_size): Compute
8205         accurate final data size instead of using current data size.
8206
8207 2010-04-09  Doug Kwan  <dougkwan@google.com>
8208
8209         * layout.cc (Layout::choose_output_section): Handle script section
8210         types.
8211         (Layout::make_output_section_for_script): Add section type parameter.
8212         Handle script section types.
8213         * layout.h (Layout::make_output_section_for_script): Add section
8214         type parameter.
8215         * output.cc (Output_section::Output_section): Initialize data member
8216         is_noload_.
8217         (Output_section::do_reset_address_and_file_offset): Do not set address
8218         to 0 if section is a NOLOAD section.
8219         * output.h (Output_section::is_noload): New method.
8220         (Output_section::set_is_noload): Ditto.
8221         (Output_section::is_noload_): New data member.
8222         * script-c.h (Script_section_type): New enum type.
8223         (struct Parser_output_section_header): Add new file section_type.
8224         * script-sections.cc (Sections_element::output_section_name): Add
8225         parameter for returning script section type.
8226         (Output_section_definition::output_section_name): Ditto.
8227         (Output_section_definition::section_type)P; New method.
8228         (Output_section_definiton::script_section_type_name): Ditto.
8229         (Output_section_definition::script_section_type_): New data member.
8230         (Output_section_definition::Output_section_definition): Initialize
8231         data member Output_section_definition::script_section_type_.
8232         (Output_section_definition::create_sections): Pass script section type
8233         to Layout::make_output_section_for_script.
8234         (Output_section_definition::output_section_name): Return script
8235         section type to caller.
8236         (Output_section_definition::set_section_address): Do not advance
8237         dot value and load address if section type is NOLOAD.  Set address
8238         of NOLOAD sections regardless of section flags.
8239         (Output_section_definition::print): Print section type if it is
8240         not SCRIPT_SECTION_TYPE_NONE.
8241         (Output_section_definition::section_type): New method.
8242         (Output_section_definition::script_section_type_name): Ditto.
8243         (Script_sections::output_section_name): Add new parameter
8244         PSECTION_TYPE for returning script section type.  Pass it to
8245         section elements.  Handle discard sections.
8246         (Sort_output_sections::operator()): Handle NOLOAD sections.
8247         * script-sections.h (Script_sections::Section_type): New enum type.
8248         (Script_sections::output_section_name): Add a new parameter for
8249         returning script section type.
8250         * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
8251         INFO and NOLOAD.
8252         * yyscript.y (union): Add new field SECTION_TYPE.
8253         (COPY, DSECT, INFO, NOLOAD): New tokens.
8254         (opt_address_and_section_type): Change type to output_section_header.
8255         (section_type): New non-terminal
8256         (section_header): Handle section type.
8257         (opt_address_and_section_type): Return section type value.
8258
8259 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
8260
8261         * testsuite/plugin_common_test_1.c (foo): Add prototype.
8262         * testsuite/plugin_common_test_2.c (foo): Likewise.
8263
8264 2010-04-08  Doug Kwan  <dougkwan@google.com>
8265
8266         * merge.cc (Output_merge_data::set_final_data_size): Handle empty
8267         Output_merge_data.
8268         * output.cc (Output_section::add_merge_input_section): Simplify
8269         code and return status of Output_merge_base::add_input_section.
8270         Update merge section map only if Output_merge_base::add_input_section
8271         returns true.
8272
8273 2010-04-07  Doug Kwan  <dougkwan@google.com>
8274
8275         * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
8276         if section is marked as containing instructions but has no mapping
8277         symbols.
8278         (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
8279         correct section index.
8280         (Arm_relobj::find_linked_text_section): Ditto.
8281
8282 2010-04-07  Cary Coutant  <ccoutant@google.com>
8283
8284         * archive.cc (include_member): Destroy Read_symbols_data object before
8285         releasing file.
8286         * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
8287         * object.h (Read_symbols_data::Read_symbols_data) New constructor.
8288         (Read_symbols_data::~Read_symbols_data) New destructor.
8289         (Section_relocs::Section_relocs) New constructor.
8290         (Section_relocs::~Section_relocs) New destructor.
8291         (Read_relocs_data::Read_relocs_data) New constructor.
8292         (Read_relocs_data::~Read_relocs_data) New destructor.
8293         * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
8294         pointers to NULL after deleting.
8295
8296 2010-04-07  Doug Kwan  <dougkwan@google.com>
8297
8298         * arm.cc: Replace "endianity" with "endianness" in comments.
8299         (Arm_exidx_cantunwind): Ditto.
8300         (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
8301         (Arm_relobj::merge_flags_and_attributes): New method.
8302         (Arm_relobj::merge_flags_and_attributes_): New data member.
8303         (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
8304         (Arm_relobj::scan_sections_for_stubs): Ditto.
8305         (Arm_relobj::do_read_symbols): Check to see if we really want to
8306         merge processor-specific flags and attributes.  Exit early if
8307         an object is empty except for section names and the undefined symbol.
8308         (Target_arm::do_finalize_sections): Move check for ELF format to
8309         Arm_relobj::do_read_symbols.  Merge processor specific flags and
8310         attributes from a regular object only when we have determined that
8311         it is aapropriate.  Do not create an .ARM.attributes section in
8312         output if there is no regular input object.
8313         (Target_arm::merge_processor_specific_flags): Check
8314         --warn-mismatch before printing any error.
8315         (Target_arm::merge_object_attributes): Ditto.
8316         * gold.cc (queue_middle_tasks): Handle the case in which there is
8317         no regular object in input.
8318         * options.cc (General_options::parse_EB): New method.
8319         (General_options::parse_EL): Same.
8320         (General_options::General_options): Initialize endianness_.
8321         * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
8322         New options.
8323         (General_options::Endianness): New enum.
8324         (General_options::endianness): New method.
8325         (General_options::endianness_): New data member.
8326         * parameters.cc (Parameters::set_options): Check target endianness.
8327         (Parameters::set_target_once): Ditto.
8328         (Parameters::check_target_endianness): New method.
8329         (parameters_force_valid_target): If either -EL or -EB is specified,
8330         use it to define endianness of default target.
8331         * parameters.h (Parameters::check_target_endianness): New method
8332         declaration.
8333         * target.h (class Target): Change "endianity" to "endianness"
8334         in comments.
8335
8336 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8337
8338         * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
8339         * configure: Regenerate.
8340         * Makefile.in: Regenerate.
8341         * testsuite/Makefile.in: Regenerate.
8342
8343 2010-04-06  Cary Coutant  <ccoutant@google.com>
8344
8345         gcc PR lto/42757
8346         * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
8347         prevailing definitions of common symbols.
8348         * testsuite/plugin_test_6.sh: New test case.
8349         * testsuite/plugin_common_test_1.c: New test case.
8350         * testsuite/plugin_common_test_2.c: New test case.
8351         * testsuite/Makefile.am (plugin_test_6): New test case.
8352         * testsuite/Makefile.in: Regenerate.
8353
8354 2010-04-06  Nick Clifton  <nickc@redhat.com>
8355
8356         * po/vi.po: New Vietnamese translation.
8357
8358 2010-03-30  Doug Kwan  <dougkwan@google.com>
8359
8360         * arm.cc (Target_arm::using_thumb_only): Handle v6-M
8361
8362 2010-03-25  Doug Kwan  <dougkwan@google.com>
8363
8364         * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
8365         to avoid a conversion warning on a 32-bit host.
8366
8367 2010-03-24  Ian Lance Taylor  <iant@google.com>
8368
8369         * testsuite/script_test_3.t: Add a TLS segment.
8370         * testsuite/Makefile.am (check_PROGRAMS): Add
8371         tls_phdrs_script_test.
8372         (tls_phdrs_script_test_SOURCES): Define.
8373         (tls_phdrs_script_test_DEPENDENCIES): Define.
8374         (tls_phdrs_script_test_LDFLAGS): Define.
8375         (tls_phdrs_script_test_LDADD): Define.
8376         * testsuite/Makefile.in: Rebuild.
8377
8378 2010-03-23  Cary Coutant  <ccoutant@google.com>
8379
8380         * fileread.cc (find_or_make_view): Fix comment.
8381
8382 2010-03-23  Ian Lance Taylor  <iant@google.com>
8383
8384         * script-sections.cc (class Orphan_section_placement): Define
8385         PLACE_TLS and PLACE_TLS_BSS.
8386         (Orphan_section_placement::Orphan_section_placement): Initialize
8387         new places.
8388         (Orphan_section_placement::find_place): Handle SHF_TLS sections.
8389         * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
8390         (tls_script_test_SOURCES): Define.
8391         (tls_script_test_DEPENDENCIES): Define.
8392         (tls_script_test_LDFLAGS): Define.
8393         (tls_script_test_LDADD): Define.
8394         * testsuite/Makefile.in: Rebuild.
8395
8396 2010-03-22  Doug Kwan  <dougkwan@google.com>
8397
8398         * arm.cc (Arm_relocate_functions::abs8,
8399         Arm_relocate_functions::abs16): Use correct check for overflow
8400         specified in the ARM ELF specs.
8401         (Arm_relocate_functions): thumb_branch_common.  Handle bit 1 of branch
8402         target of a BLX instruction specially.
8403         (Reloc_stub::stub_type_for_reloc): Ditto.
8404         (Relocate::relocate): Use symbolic names instead of numeric relocation
8405         codes to report error.
8406         (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
8407         workaround.
8408         * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
8409         thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
8410         thumb2_blx_out_of_range.stdout
8411         (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
8412         thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
8413         (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
8414         thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
8415         thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
8416         thumb2_blx_in_range, thumb2_blx_in_range.o,
8417         thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
8418         thumb2_blx_out_of_range.o): New rules.
8419         (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
8420         thumb2_blx_in_range and thumb2_blx_out_of_range.
8421         * testsuite/Makefile.in: Regenerate.
8422         * arm_branch_in_range.sh: Add tests for THUMB BLX.
8423         * testsuite/thumb_blx_in_range.s: New file.
8424         * testsuite/thumb_blx_out_of_range.s: New file.
8425
8426 2010-03-22  Rafael Espindola  <espindola@google.com>
8427
8428         * archive.cc (Should_include): Move to archive.h.
8429         (should_include_member): Make it a member of Archive.
8430         (Lib_group): New.
8431         (Add_lib_group_symbols): New.
8432         * archive.h: Include options.h.
8433         (Archive_member): Moved from Archive.
8434         (Should_include): Moved from archive.cc.
8435         (Lib_group): New.
8436         (Add_lib_group_symbols): New.
8437         * dynobj.cc (do_should_include_member): New.
8438         * dynobj.h (do_should_include_member): New.
8439         * gold.cc (queue_initial_tasks): Update call to queue.
8440         * main.cc (main): Print lib group stats.
8441         * object.cc (do_should_include_member): New.
8442         * object.h: Include archive.h.
8443         (Object::should_include_member): New.
8444         (Object::do_should_include_member): New.
8445         (Sized_relobj::do_should_include_member): New.
8446         * options.cc (General_options::parse_start_lib): New.
8447         (General_options::parse_end_lib): New.
8448         (Input_arguments::add_file): Handle lib groups.
8449         (Input_arguments::start_group): Check we are not in a lib.
8450         (Input_arguments::start_lib): New.
8451         (Input_arguments::end_lib): New.
8452         * options.h (General_options): Add start_lib and end_lib.
8453         (Input_argument::lib_): New.
8454         (Input_argument::lib): New.
8455         (Input_argument::is_lib): New.
8456         (Input_file_lib): New.
8457         (Input_arguments::in_lib_): New.
8458         (Input_arguments::in_lib): New.
8459         (Input_arguments::start_lib): New.
8460         (Input_arguments::end_lib_): New.
8461         * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
8462         in unused members as preempted.
8463         (Sized_pluginobj::do_should_include_member): New.
8464         * plugin.h (Sized_pluginobj::do_should_include_member): New.
8465         * readsyms.cc (Read_symbols::locks): If we are just reading a member,
8466         return the blocker.
8467         (Read_symbols::do_whole_lib_group): New.
8468         (Read_symbols::do_lib_group): New.
8469         (Read_symbols::do_read_symbols): Handle lib groups.
8470         (Read_symbols::get_name): Handle lib groups.
8471         * readsyms.h (Read_symbols): Add an archive member pointer.
8472         (Read_symbols::do_whole_lib_group): New.
8473         (Read_symbols::do_lib_group): New.
8474         (Read_symbols::member_): New.
8475         * script.cc (read_input_script): Update call to queue_soon.
8476
8477 2010-03-19  Doug Kwan  <dougkwan@google.com>
8478
8479         * arm.cc (Stub_table::Stub_table): Initialize new data members
8480         Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8481         (Stub_table::add_reloc_stub): Assign stub offset and update
8482         Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8483         (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
8484         New data members.
8485         (Stub_table::update_data_size_and_addralign): Use
8486         Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
8487         instead of going over all reloc stubs.
8488         (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
8489         * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8490         Stringpool_template::offset_ to size of Stringpool_char.
8491         (Stringpool_template::new_key_offset): Remove code to initialize
8492         Stringpool_template::offset_.
8493         * stringpool.h (Stringpool_template::set_no_zero_null): Set
8494         Stringpool_template::offset_ to zero.
8495
8496 2010-03-15  Doug Kwan  <dougkwan@google.com>
8497
8498         * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8499         offset_.
8500         (Stringpool_template::new_key_offset): New method.
8501         (Stringpool_template::add_string): Assign offsets when adding new
8502         strings.
8503         (Stringpool_template::set_string_offsets): Do not set string offsets
8504         when not optimizing.
8505         * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
8506         member size_.
8507         (Chunked_vector::clear): Clear size_.
8508         (Chunked_vector::reserve): Call reserve method of all Element_vectors.
8509         (Chunked_vector::size): Return size_.
8510         (Chunked_vector::push_back): Use size_ to find insert position.
8511         (Chunked_vector::size_): New data member.
8512         (Stringpool_template::set_no_zero_null): Assert string set is empty.
8513         (Stringpool_template::new_key_offset): New method declaration.
8514         (Stringpool_template::offset_): New data member.
8515
8516 2010-03-15   Rafael Espindola  <espindola@google.com>
8517
8518         * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
8519         Add_symbols' constructor.
8520         * readsyms.h (Add_symbols): Remove the input_group member.
8521
8522 2010-03-10  Ian Lance Taylor  <iant@google.com>
8523
8524         * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
8525         target to ask whether a reference to a symbol requires a stack
8526         split.
8527         * target.h (Target::is_call_to_non_split): New function.
8528         (Target::do_is_call_to_non_split): Declare virtual function.
8529         * target.cc: Include "symtab.h".
8530         (Target::do_is_call_to_non_split): New function.
8531         * i386.cc (Target_i386::do_is_call_to_non_split): New function.
8532
8533 2010-03-10  Cary Coutant  <ccoutant@google.com>
8534
8535         * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
8536         (File_read::open[1]): Remove initial mapping of whole_file_view_.
8537         (File_read::open[2]): Add whole_file_view_ to list of views.
8538         (File_read::make_view): Remove test of whole_file_view_.
8539         (File_read::find_or_make_view): Create whole_file_view_ if
8540         necessary.
8541         (File_read::clear_views): Replace bool parameter with enum;
8542         adjust all callers.  Don't delete views with permanent data;
8543         do delete cached views and views from archives if
8544         --no-keep-files-mapped is set.  Set whole_file_view_ to NULL
8545         if clearing the corresponding view.
8546         * fileread.h (File_read::Clear_views_mode): New enum.
8547         (File_read::View::is_permanent_view): New method.
8548         (File_read::clear_views): Replace bool parameter
8549         with enum; adjust all callers.
8550         * options.h (General_options): Change keep_files_mapped option;
8551         add map_whole_files.
8552         * readsyms.cc (Add_symbols::run): Delete sd_ object before
8553         releasing the file.
8554         * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
8555         the file.
8556
8557 2010-03-10  David S. Miller  <davem@davemloft.net>
8558
8559         * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
8560
8561 2010-03-09  Sriraman Tallam  <tmsriram@google.com>
8562
8563         * icf.cc (get_section_contents): Add '@' marker after processing the
8564         merge reloc.
8565
8566 2010-03-08  Doug Kwan  <dougkwan@google.com>
8567
8568         * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
8569         due to a conversion warning.
8570         (Arm_relobj::update_output_local_symbol_count): Check for local
8571         symbol with unset output index.
8572
8573 2010-03-05  Ian Lance Taylor  <iant@google.com>
8574
8575         * options.h (class General_options): Add --spare-dynamic-tags.
8576         * output.cc (Output_data_dynamic::set_final_data_size): Implement
8577         --spare-dynamic-tags.
8578
8579 2010-03-05  Ian Lance Taylor  <iant@google.com>
8580
8581         * incremental.cc: Include "libiberty.h".
8582
8583 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8584
8585         * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
8586         function, is_info_ member.
8587         * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
8588         (Versions::Versions): Update caller.
8589         (Versions::define_base_version): Likewise.
8590         (Versions::add_def): Likewise.
8591
8592 2010-03-03  Sriraman Tallam  <tmsriram@google.com>
8593
8594         * i386.cc (Target_i386::can_check_for_function_pointers): New function.
8595         (Scan::possible_function_pointer_reloc): New function.
8596         (Scan::local_reloc_may_be_function_pointer): Change to call
8597         possible_function_pointer_reloc.
8598         (Scan::global_reloc_may_be_function_pointer): Ditto.
8599         * icf.h (Icf::check_section_for_function_pointers): Change to reject
8600         relocations in ".data.rel.ro._ZTV" section.
8601         * testsuite/icf_safe_so_test.sh: Change to pass i386.
8602         * testsuite/icf_safe_so_test.cc: Ditto.
8603         * testsuite/icf_safe_test.cc: Ditto.
8604         * testsuite/icf_safe_test.sh: Ditto.
8605
8606 2010-03-03  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
8607             Ian Lance Taylor  <iant@google.com>
8608
8609         * target-reloc.h (relocate_section): Check the symbol table index
8610         for -1U before setting the local symbol index.
8611         (scan_relocatable_relocs): If copying the relocation, record that
8612         the local symbol is required.
8613         * object.h (Symbol_value::is_output_symtab_index_set): New
8614         function.
8615         (Symbol_value::may_be_discarded_from_output_symtab): New
8616         function.
8617         (Symbol_value::has_output_symtab_entry): New function.
8618         (Symbol_value::needs_output_symtab_entry): Remove.
8619         (Symbol_value::output_symtab_index): Make sure the symbol index is
8620         set.
8621         (Symbol_value::set_output_symtab_index): Make sure the symbol
8622         index is not set.  Make sure the new index is valid.
8623         (Symbol_value::set_must_have_output_symtab_entry): New function.
8624         (Symbol_value::has_output_dynsym_entry): New function.
8625         (Symbol_value::set_output_dynsym_index): Make sure the new index
8626         is valid.
8627         (Sized_relobj::set_must_have_output_symtab_entry): New function.
8628         * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
8629         local symbol if permitted.
8630         (Sized_relobj::do_finalize_local_symbols): Call
8631         is_output_symtab_index_set rather than needs_output_symtab_entry.
8632         (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
8633         rather than needs_output_symtab_entry.  Call
8634         has_output_dynsym_entry rather than needs_output_dynsym_entry.
8635         * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
8636         is_output_symtab_index_set rather than needs_output_symtab_entry.
8637         * testsuite/discard_locals_relocatable_test.c: New file.
8638         * testsuite/discard_locals_test.sh: Test -r.
8639         * testsuite/Makefile.am (check_DATA): Add
8640         discard_locals_relocatable_test1.syms,
8641         discard_local_relocatable_test2.syms.
8642         (MOSTLYCLEANFILES): Likewise.  Also add
8643         discard_locals_relocatable_test1.lout and
8644         discard_locals_relocatable_test2.out.
8645         (discard_locals_relocatable_test1.syms): New target.
8646         (discard_locals_relocatable_test.o): New target.
8647         (discard_locals_relocatable_test1.out): New target.
8648         (discard_locals_relocatable_test2.syms): New target.
8649         (discard_locals_relocatable_test2.out): New target.
8650         (various): Add missing ../ld-new dependencies.
8651         * testsuite/Makefile.in: Rebuild.
8652
8653 2010-03-03  Nick Clifton  <nickc@redhat.com>
8654
8655         * po/fi.po: New Finnish translation.
8656
8657 2010-03-01  Doug Kwan  <dougkwan@google.com>
8658
8659         * layout.cc (Layout::Layout): Force section types of .init_array*,
8660         .preinit_array* and .fini_array* sections.
8661         * output.cc (Output_section::Input_section_sort_entry::has_priority):
8662         Fix check of return value of std::string::find.().
8663         (Output_section::Input_section_sort_compare::operator()): Remove
8664         comment about .init_array.
8665         (Output_section::Input_section_sort_init_fini_compare::operator()):
8666         New method.
8667         (Output_section::sort_attached_input_sections): Handle .init_array
8668         and .fini_array specially.
8669         * output.h (Output_section::Inut_section_sort_compare): Update
8670         comment.
8671         (Output_section::Input_section_sort_init_fini_compare): New struct.
8672
8673 2010-02-26  Doug Kwan  <dougkwan@google.com>
8674
8675         * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
8676         R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
8677         * testsuite/debug_msg.sh: Avoid matching source line number for
8678         use of global variable undef_int.
8679
8680 2010-02-26  Doug Kwan  <dougkwan@google.com>
8681
8682         * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
8683         R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
8684         (Target_arm::scan_reloc_section_for_stubs): Instead of calling
8685         scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
8686         * options.cc (General_options::General_options): Initialize member
8687         fix_v4bx_.
8688         * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
8689         (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
8690         and rm_no_fix_v4bx.stdout
8691         (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
8692         arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
8693         arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
8694         (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
8695         and arm_no_fix_v4bx.
8696         * Makefile.in: Regenerate.
8697         * testsuite/arm_fix_v4bx.s: New file.
8698         * testsuite/arm_fix_v4bx.sh: Ditto.
8699
8700 2010-02-24  Doug Kwan  <dougkwan@google.com>
8701
8702         * arm.cc (Target_arm::got_section): Make the .got section the first
8703         non RELRO section in the data segment.
8704         * testsuite/script_test_5.sh: Fix match patterns to avoid matching
8705         suffixes of section names.
8706
8707 2010-02-24  Doug Kwan  <dougkwan@google.com>
8708
8709         * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
8710         flags and attributes merging if an input file is a binary file.
8711         * fileread.cc (Input_file::open): Record format of original file.
8712         * fileread.h (Input_file::Format): New enum type.
8713         (Input_file::Input_file): Initialize data member format_.
8714         (Input_file::format): New method definition.
8715         (Input_file::format_):: New data member.
8716
8717 2010-02-24  Doug Kwan  <dougkwan@google.com>
8718
8719         * arm.cc (Arm_output_data_got): New class.
8720         (ARM_TCB_SIZE): New constant
8721         (Target_arm): Use Arm_output_data_got instead of Output_data_got.
8722         (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
8723         If user uses a script with a SECTIONS clause, issue only a warning
8724         for a misplaced EXIDX input section.  Otherwise, issue an error.
8725         (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
8726         garbage collection.
8727         (Target_arm::got_mode_index_entry): Handle static linking.
8728         (Target_arm::Scan::local): Ditto.
8729         (Target_arm::Scan::global): Ditto.
8730         (Target_arm::Relocate::relocate_tls): Handle static linking.  Fix
8731         all incorrectly implemented relocations.
8732         (Target_arm::fix_exidx_coverage): Pass layout to
8733         Arm_output_section::fix_exidx_coverage.
8734         * layout.cc (Layout::section_name_mapping): Remove trailing dots
8735         from ".ARM.exidx." and ".ARM.extab.".
8736
8737 2010-02-23  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
8738
8739         * arm.cc (Target_arm::do_finalize_sections): Create attribute
8740         section if it does not already exist.
8741         * attributes.cc (Attributes_section_data::Attributes_section_data):
8742         Don't crash if size is zero.
8743
8744 2010-02-23  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
8745             Ian Lance Taylor  <iant@google.com>
8746
8747         * gold.cc (queue_middle_tasks): If no input files were opened,
8748         exit.
8749         * workqueue.h (Task_function::Task_function): Assert that there is
8750         a blocker.
8751
8752 2010-02-22  Doug Kwan  <dougkwan@google.com>
8753
8754         * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
8755         * icf.cc (get_section_contents): Cast snprintf arguments to long long
8756         types to avoid warnings due to different uint64_t implementations
8757         on different hosts.
8758
8759 2010-02-21  Doug Kwan  <dougkwan@google.com>
8760
8761         * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
8762         handling of the maximum backward branch offset.
8763         (Arm_relocate_functions::thumb_branch_common): Ditto.
8764         * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
8765         (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
8766         thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
8767         thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
8768         (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
8769         arm_bl_out_of_range.stdout, arm_bl_out_of_range,
8770         arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
8771         thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
8772         thumb_bl_out_of_range thumb_bl_out_of_range.o,
8773         thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
8774         thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
8775         thumb2_bl_out_of_range.o): New rules.
8776         (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
8777         thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
8778         thumb2_bl_out_of_range
8779         * testsuite/Makefile.in: Regenerate.
8780         * testsuite/arm_bl_in_range.s: New file.
8781         * testsuite/arm_bl_out_of_range.s: Ditto.
8782         * testsuite/arm_branch_in_range.sh: Ditto.
8783         * testsuite/arm_branch_range.t: Ditto.
8784         * testsuite/thumb2_branch_range.t: Ditto.
8785         * testsuite/thumb_bl_in_range.s: Ditto.
8786         * testsuite/thumb_bl_out_of_range.s: Ditto.
8787         * testsuite/thumb_branch_range.t: Ditto.
8788
8789 2010-02-20  Sriraman Tallam  <tmsriram@google.com>
8790
8791         * gc.h (gc_process_relocs): Change vectors to point to the new list.
8792         Add reloc offset information.
8793         * icf.cc (get_section_contents): Change iterators to point to the new
8794         vectors. Add reloc offset information to the contents.
8795         * icf.h (Icf::Sections_reachable_info): New typedef.
8796         (Icf::Sections_reachable_list): New typedef.
8797         (Icf::Offset_info): New typedef.
8798         (Icf::Reloc_info): New struct typedef.
8799         (Icf::Reloc_info_list): New typedef.
8800         (Icf::symbol_reloc_list): Delete method.
8801         (Icf::addend_reloc_list): Delete method.
8802         (Icf::section_reloc_list): Delete method.
8803         (Icf::reloc_info_list): New method.
8804         (Icf::reloc_info_list_): New member.
8805
8806 2010-02-19  Doug Kwan  <dougkwan@google.com>
8807
8808         * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
8809         R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
8810         * arm.cc (Arm_relocation_functions): New forward declaration.
8811         (Target_arm::Target_arm): Initialize new data members
8812         got_mod_index_offset_ and tls_base_symbol_defined_.
8813         (Target_arm::Relocate::relocate_tls): New method.
8814         (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
8815          Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
8816         New methods.
8817         (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
8818         GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
8819         (Target_arm::got_mod_index_offset_,
8820         Target_arm::tls_base_symbol_defined_): New data members.
8821         (Target_arm::Scan::local, Target::Scan::global,
8822         Target_arm::Relocate::relocate): Handle 32-bit initial TLS
8823         relocations.
8824
8825 2010-02-18  Doug Kwan  <dougkwan@google.com>
8826
8827         * arm.cc (Arm_relobj::find_linked_text_section): New method.
8828         (Arm_relobj::make_exidx_input_section): Pass section index of linked
8829         text section as a parameter becuase some broken tools may not set
8830         the link in section header.
8831         (Target_arm::has_got_section): New method.
8832         (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
8833         without any mapping symbol as data only.  Remove warning.
8834         (Arm_relobj::do_read_synbols): If an EXIDX input section has no
8835         link in its section header, try to discover the link by inspecting the
8836         REL31 relocation at the beginning of the section.
8837         (Target_arm::Scan::check_non_pic): Report name of offending relocation
8838         in error message.
8839         (Target_arm::Scan::global): Treat any reference to the symbol
8840         _GLOBAL_OFFSET_TABLE_ as a GOT access.
8841
8842 2010-02-12  Sriraman Tallam  <tmsriram@google.com>
8843
8844         * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
8845         (Scan::global_reloc_may_be_function_pointer): New function.
8846         * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8847         (Scan::global_reloc_may_be_function_pointer): New function.
8848         * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
8849         (Scan::global_reloc_may_be_function_pointer): New function.
8850         * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
8851         (Scan::global_reloc_may_be_function_pointer): New function.
8852         * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
8853         (Scan::global_reloc_may_be_function_pointer): New function.
8854         (Scan::possible_function_pointer_reloc): New function.
8855         (Target_x86_64::can_check_for_function_pointers): New function.
8856         * gc.h (gc_process_relocs): Scan relocation types to determine if
8857         function pointers were taken for targets that support it.
8858         * icf.cc (Icf::find_identical_sections): Include functions for
8859         folding in safe ICF whose pointer is not taken.
8860         * icf.h (Secn_fptr_taken_set): New typedef.
8861         (fptr_section_id_): New member.
8862         (section_has_function_pointers): New function.
8863         (set_section_has_function_pointers): New function.
8864         (check_section_for_function_pointers): New function.
8865         * options.h: Fix comment for safe ICF option.
8866         * target.h (can_check_for_function_pointers): New function.
8867         * testsuite/Makefile.am: Add icf_safe_so_test test case.
8868         Modify icf_safe_test for X86-64.
8869         * testsuite/Makefile.in: Regenerate.
8870         * testsuite/icf_safe_so_test.cc: New file.
8871         * testsuite/icf_safe_so_test.sh: New file.
8872         * testsuite/icf_safe_test.cc (kept_func_3): New function.
8873         (main): Change to take pointer to function kept_func_3.
8874         * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
8875         folding is done correctly for X86-64.
8876
8877 2010-02-12  David S. Miller  <davem@davemloft.net>
8878
8879         * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
8880         is_symbolless parameter.
8881         (Output_reloc<SHT_REL>::is_symbolless): New.
8882         (Output_reloc<SHT_REL>::is_symbolless_): New.
8883         (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
8884         (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
8885         (Output_reloc<SHT_RELA>::is_symbolless): New.
8886         (Output_data_reloc::add_global): Handle is_symbolless.
8887         (Output_data_reloc::add_global_relative): Likewise.
8888         (Output_data_reloc::add_local): Likewise.
8889         (Output_data_reloc::add_local_relative): Likewise.
8890         (Output_data_reloc::add_symbolless_global_addend): New.
8891         (Output_data_reloc::add_symbolless_local_addend): New.
8892         * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
8893         is_symbolless.
8894         (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
8895         instead of ->is_relative_
8896         (Output_reloc::write): Likewise.
8897         (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
8898         (Output_reloc::write_rel): Simplify.
8899
8900         * sparc.cc (Target_sparc::Scan::local): Use
8901         ->add_symbolless_local_addend as needed.
8902         (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
8903         needed.  Also, emit appropriate unaligned vs. aligned dynamic reloc
8904         based upon relocation offset.
8905
8906 2010-02-11  Doug Kwan  <dougkwan@google.com>
8907
8908         * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
8909         (Target_arm::Scan::global): Ditto.  Also remove a comment before the
8910         beginning of function.
8911         (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
8912         and MOVT_ABS relocations.  Those are non issued in scanning.  Fix
8913         parameter is_32bit in calls to should_apply_static_reloc.
8914         * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
8915         (check_DATA): Add arm_abs_global.stdout.
8916         (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
8917         arm_abs_global.stdout): New rules.
8918         (MOSTLLYCLEANFILES): Add arm_abs_global
8919         * Makefile.in: Regenerate.
8920         * testsuite/arm_abs_global.s: New file.
8921         * testsuite/arm_abs_global.sh: Ditto.
8922         * testsuite/arm_abs_lib.s: Ditto.
8923
8924 2010-02-11  Ian Lance Taylor  <iant@google.com>
8925
8926         * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
8927         Read_relocs task.
8928         (queue_middle_tasks): Likewise, and also for Scan_relocs.  Run
8929         Allocate_commons_task first.
8930         * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
8931         task, rather than symtab_lock_.
8932         (Gc_process_relocs::~Gc_process_relocs): New function.
8933         (Gc_process_relocs::is_runnable): Check this_blocker_.
8934         (Gc_process_relocs::locks): Use next_blocker_ rather than
8935         blocker_.
8936         (Scan_relocs::~Scan_relocs): New function.
8937         (Scan_relocs::is_runnable): Check this_blocker_ rather than
8938         symtab_lock_.
8939         (Scan_relocs::locks): Drop symtab_lock_ and blocker_.  Add
8940         next_blocker_.
8941         * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
8942         fields.  Add this_blocker_ and next_blocker_ fields.  Adjust
8943         constructor accordingly.
8944         (class Gc_process_relocs): Likewise.
8945         (class Scan_relocs): Likewise.
8946         * common.h (class Allocate_commons_task): Remove symtab_lock_
8947         field, and corresponding constructor parameter.
8948         * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
8949         symtab_lock_.
8950         (Allocate_commons_task::locks): Likewise.
8951
8952 2010-02-11  Ian Lance Taylor  <iant@google.com>
8953
8954         * gold-threads.h (class Once): Define.
8955         (class Initialize_lock): Rewrite as child of Once.
8956         * gold-threads.cc (class Once_initialize): Define.
8957         (once_pointer_control): New static variable.
8958         (once_pointer, once_arg): New static variables.
8959         (c_run_once): New static function.
8960         (Once::Once, Once::run_once, Once::internal_run): New functions.
8961         (class Initialize_lock_once): Remove.
8962         (initialize_lock_control): Remove.
8963         (initialize_lock_pointer): Remove.
8964         (initialize_lock_once): Remove.
8965         (Initialize_lock::Initialize_lock): Move to gold-threads.h.
8966         (Initialize_lock::initialize): Rewrite.
8967         (Initialize_lock::do_run_once): New function.
8968         * archive.cc (Archive::interpret_header): Only clear name if it is
8969         not already empty.
8970         * fileread.cc: Include "gold-threads.h"
8971         (file_counts_lock): New static variable.
8972         (file_counts_initialize_lock): Likewise.
8973         (File_read::release): Only increment counts when using --stats.
8974         Use a lock around the increment.
8975         * parameters.cc (class Set_parameters_target_once): Define.
8976         (set_parameters_target_once): New static variable.
8977         (Parameters::Parameters): Move here from parameters.h.
8978         (Parameters::set_target): Rewrite.
8979         (Parameters::set_target_once): New function.
8980         (Parameters::clear_target): Move here and rewrite.
8981         * parameters.h (class Parameters): Update declarations.  Add
8982         set_parameters_target_once_ field.
8983         (Parameters::Parameters): Move to parameters.cc.
8984         (Parameters::clear_target): Likewise.
8985         * readsyms.cc (Read_symbols::do_group): Create a Start_group
8986         task.
8987         (Start_group::~Start_group): New function.
8988         (Start_group::is_runnable): New function.
8989         (Start_group::locks, Start_group::run): New functions.
8990         (Finish_group::run): Change saw_undefined to size_t.
8991         * readsyms.h (class Start_group): Define.
8992         (class Finish_group): Change saw_undefined_ field to size_t.
8993         (Finish_group::Finish_group): Remove saw_undefined and
8994         this_blocker parameters.  Change all callers.
8995         (Finish_group::set_saw_undefined): New function.
8996         (Finish_group::set_blocker): New function.
8997         * symtab.h (class Symbol_table): Change saw_undefined to return
8998         size_t.  Change saw_undefined_ field to size_t.
8999         * target-select.cc (Set_target_once::do_run_once): New function.
9000         (Target_selector::Target_selector): Initialize set_target_once_
9001         field.  Don't initialize lock_ and initialize_lock_ fields.
9002         (Target_selector::instantiate_target): Rewrite.
9003         (Target_selector::set_target): New function.
9004         * target-select.h (class Set_target_once): Define.
9005         (class Target_selector): Update declarations.  Make
9006         Set_target_once a friend.  Remove lock_ and initialize_lock_
9007         fields.  Add set_target_once_ field.
9008
9009 2010-02-10  Ian Lance Taylor  <iant@google.com>
9010
9011         * dirsearch.cc (Dirsearch::initialize): Add all blockers before
9012         queueing any tasks.
9013         * gold.cc (queue_middle_gc_tasks): Likewise.  Fix final blocker.
9014         (queue_middle_tasks): Add all blockers before queueing any tasks.
9015         (queue_final_tasks): Likewise.
9016         * token.h (Task_token::add_blockers): New function.
9017         * object.h (Input_objects::number_of_relobjs): New function.
9018
9019 2010-02-10  Ian Lance Taylor  <iant@google.com>
9020
9021         * i386.cc (Relocate::relocate_tls): A local symbol is final if not
9022         shared, not if not position independent.
9023         * x86_64.cc (Relocate::relocate_tls): Likewise.
9024         * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
9025         (tls_pie_pic_test): New target.
9026         * testsuite/Makefile.in: Rebuild.
9027
9028         * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
9029         (tls_test_main_pie.o, tls_test_pie.o): New targets.
9030         (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
9031         * testsuite/Makefile.in: Rebuild.
9032
9033 2010-02-09  David S. Miller  <davem@davemloft.net>
9034
9035         * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
9036         R_SPARC_RELATIVE using ->add_local_relative().
9037         (Target_sparc::Scan::global): Likewise for ->add_global_relative().
9038
9039         * output.h (Output_data_dynamic::add_section_size): New method
9040         that takes two Output_data objects.
9041         (Output_data_dynamic::Dynamic_entry): Create storage for secondary
9042         entry param.  Handle it in initializers.
9043         * output.cc (Output_data_dynamic::Dynamic_entry::write): For
9044         DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
9045         * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
9046         arg.
9047         * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
9048         and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
9049         * arm.cc (Target_arm::do_finalize_sections): Update to pass false
9050         for dynrel_includes_plt.
9051         * i386.cc (Target_i386::do_finalize_sections): Likewise.
9052         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9053         * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
9054         before .rela.plt
9055         (Target_sparc::do_finalize_sections): Update to pass true for
9056         dynrel_includes_plt.
9057         * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
9058         output before .rela.plt
9059         (Target_powerpc::do_finalize_sections): Update to pass true for
9060         dynrel_includes_plt when 32-bit.
9061
9062 2010-02-08  Doug Kwan  <dougkwan@google.com>
9063
9064         * arm.cc (Arm_relobj::simple_input_section_output_address): New
9065         method.
9066         (Arm_relobj::section_needs_cortex_a8_stub_scanning,
9067         Arm_relobj::scan_section_for_cortex_a8_stubs,
9068         Arm_relobj::do_relocation_section): Instead of calling
9069         Output_section::output_address, use faster
9070         Arm_relobj::simple_input_section_output_address.
9071
9072 2010-02-08  David S. Miller  <davem@davemloft.net>
9073
9074         * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
9075         unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
9076         relocation helper function.
9077
9078         * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
9079         just like R_SPARC_GOT{10,13,22}.
9080         (Target_sparc::Scan::local): Likewise.
9081         (Target_sparc::Relocate:relocate): Likewise.
9082
9083 2010-02-06  Ian Lance Taylor  <iant@google.com>
9084
9085         * configure.ac: Rewrite targetobjs duplicate removal code to use
9086         only shell constructs.
9087         * configure: Rebuild.
9088
9089 2010-02-05  Doug Kwan  <dougkwan@google.com>
9090
9091         PR 11247
9092         * arm.cc (Arm_relobj::section_is_scannable): New method.
9093         (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
9094         (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
9095
9096 2010-02-04  Doug Kwan  <dougkwan@google.com>
9097
9098         PR 11247
9099         * arm-reloc-property.cc (cstdio): Include.
9100         * configure.ac (targetobjs): Remove duplicates.
9101         * configure: Regenerate.
9102         * resolve.cc (Symbol_table::resolve): Explicit instantiate both
9103         big and little endian version for a given address size.
9104
9105 2010-02-03  Doug Kwan  <dougkwan@google.com>
9106
9107         * arm-reloc-property.cc
9108         (Arm_reloc_property_table::reloc_name_in_error_message): New method
9109         definition.
9110         * arm-reloc-property.h
9111         (Arm_reloc_property_table::get_implemented_static_reloc_property):
9112         New method definition.
9113         (Arm_reloc_property_table::reloc_name_in_error_message): New method
9114         declaration.
9115         * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
9116         overflow to N.
9117         (GOT_PREL): Change implemented to Y.
9118         * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
9119         (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
9120         (Arm_relocate_functions::movw_abs_nc): Remove method.
9121         (Arm_relocate_functions::movt_abs): Ditto.
9122         (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
9123         (Arm_relocate_functions::thm_movt_abs): Ditto.
9124         (Arm_relocate_functions::movw_rel_nc): Ditto.
9125         (Arm_relocate_functions::movw_rel): Ditto.
9126         (Arm_relocate_functions::movt_rel): Ditto.
9127         (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
9128         (Arm_relocate_functions:thm_movw_rel): Ditto.
9129         (Arm_relocate_functions:thm_movt_rel): Ditto.
9130         (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
9131         (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
9132         New method definitions.
9133         (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
9134         (Arm_relocation_functions::arm_grp_ldr): Ditto.
9135         (Arm_relocation_functions::arm_grp_ldrs): Ditto.
9136         (Arm_relocation_functions::arm_grp_ldc): Ditto.
9137         (Target_arm::Relocate::relocate): Check for non-static or
9138         unimplemented relocation code and exit early.  Change calls to
9139         Target_arm::reloc_uses_thumb_bit and
9140         Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
9141         instead.  Refactor code to handle similar relocations to increase
9142         code sharing.  Remove check for unsupported relocation code in switch
9143         statement.
9144         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
9145         relocation property table to find out size.  Change error message to
9146         print out the name of a relocation code instead of the numeric value.
9147         (Target_arm::scan_reloc_for_stub): Use relocation property table
9148         instead of calling Target_arm::reloc_uses_thumb_bit().
9149
9150 2010-02-02  Doug Kwan  <dougkwan@google.com>
9151
9152         * arm.cc (Target_arm::relocate_section): Do view adjustment for all
9153         types of relaxed input section.
9154
9155 2010-02-02  Doug Kwan  <dougkwan@google.com>
9156
9157         * Makefile.am (HFILES): Add arm-reloc-property.h.
9158         (DEFFILES): New.
9159         (TARGETSOURCES): Add arm-reloc-property.cc
9160         (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
9161         (libgold_a_SOURCES): $(DEFFILES)
9162         * Makefile.in: Regenerate.
9163         * arm-reloc-property.cc: New file.
9164         * arm-reloc-property.h: New file.
9165         * arm-reloc.def: New file.
9166         * arm.cc: Update comments.
9167         (arm-reloc-property.h): New included header.
9168         (arm_reloc_property_table): New global variable.
9169         (Target_arm::do_select_as_default_target): New method definition.
9170         * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
9171         arm-reloc-property to targ_extra_obj.
9172         * parameters.cc (set_parameters_target): Call
9173         Target::select_as_default_target().
9174         * target.h (Target::select_as_default_target): New method definition.
9175         (Target::do_select_as_default_target): Same.
9176
9177 2010-02-01  Doug Kwan  <dougkwan@google.com>
9178
9179         * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
9180         first_output_text_section_.
9181         (Arm_exidx_fixup::first_output_text_section): New method definition.
9182         (Arm_exidx_fixup::first_output_text_section_): New data member.
9183         (Arm_exidx_fixup::process_exidx_section): Record the first text
9184         output section seen.
9185         (Arm_output_section::fix_exidx_coverage): Set correct linked section
9186         and entsize in output section header.
9187
9188 2010-01-29  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9189
9190         * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
9191         R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
9192         (Arm_relocate_functions::thm_alu11): New Method.
9193         (Arm_relocate_functions::thm_pc8): New Method.
9194         (Arm_relocate_functions::thm_pc12): New Method.
9195         (Target_arm::Scan::local): Handle the relocations.
9196         (Target_arm::Scan::global): Likewise.
9197         (Target_arm::Relocate::relocate): Likewise.
9198         (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
9199
9200 2010-01-29  Doug Kwan  <dougkwan@google.com>
9201
9202         * arm.cc (Target_arm::Scan::global): General PLTs for the same set
9203         of relocation types as ld.
9204
9205 2010-01-29  Doug Kwan  <dougkwan@google.com>
9206
9207         * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
9208         to public.
9209         (Arm_relocate_functions::thumb_branch_common): Ditto.
9210         (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
9211         Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
9212         Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
9213         Arm_relocate_functions::jump24): Remove.
9214         (Target_arm::Relocate::relocate): Adjust code to call
9215         Arm_relocation_functions::arm_branch_common and
9216         Arm_relocation_functions::thumb_branch_common instead of their removed
9217         wrappers.  Merge switch-cases together to reduce source code size.
9218
9219 2010-01-29  Doug Kwan  <dougkwan@google.com>
9220
9221         * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
9222         output_local_symbol_count_needs_update_.
9223         (Arm_relobj::output_local_symbol_count_needs_update,
9224          Arm_relobj::set_output_local_symbol_count_needs_update,
9225          Arm_relobj::update_output_local_symbol_count): New methods.
9226         (Arm_relobj::output_local_symbol_count_needs_update_): New data
9227         member.
9228         (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
9229         of pointed function as in a R_ARM_PREL31 relocation.
9230         (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
9231         for output local symbol count updating.
9232         (Target_arm::do_relax): Update output local symbol counts in objects
9233         if necessary.
9234         * object.h (Sized_relobj::set_output_local_symbol_count): New method.
9235
9236 2010-01-29  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9237
9238         * arm.cc: Added support for the ARM relocations:
9239         R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
9240         R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
9241         (Arm_relocate_functions::movw_rel_nc): Renamed (was
9242         movw_prel_nc).
9243         (Arm_relocate_functions::movw_rel): New method.
9244         (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
9245         (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
9246         thm_movw_prel_nc).
9247         (Arm_relocate_functions::thm_movw_rel): New method.
9248         (Arm_relocate_functions::thm_movt_rel): Renamed (was
9249         thm_movt_prel).
9250         (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
9251         relocations.
9252         (Target_arm::Scan::global): Likewise.
9253         (Target_arm::Relocate::relocate): Likewise.
9254         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9255         Likewise.
9256
9257 2010-01-27  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9258
9259         * arm.cc: Added support for ARM group relocations.
9260         (Target_arm::reloc_needs_sym_origin): New method.
9261         (Arm_relocate_functions::calc_grp_kn): New method.
9262         (Arm_relocate_functions::calc_grp_residual): New method.
9263         (Arm_relocate_functions::calc_grp_gn): New method.
9264         (Arm_relocate_functions::arm_grp_alu): New Method.
9265         (Arm_relocate_functions::arm_grp_ldr): New Method.
9266         (Arm_relocate_functions::arm_grp_ldrs): New Method.
9267         (Arm_relocate_functions::arm_grp_ldc): New Method.
9268         (Target_arm::Scan::local): Handle the ARM group relocations.
9269         (Target_arm::Scan::global): Likewise.
9270         (Target_arm::Relocate::relocate): Likewise.
9271         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9272         Likewise.
9273
9274 2010-01-26  Doug Kwan  <dougkwan@google.com>
9275
9276         * arm.cc (set): Include.
9277         (class Arm_exidx_fixup): Change type of last_input_section_ to const
9278         pointer type.
9279         (Arm_output_section::Text_section_list): New type.
9280         (Arm_output_section::append_text_sections_to_list): New method.
9281         (Arm_output_section::fix_exidx_coverage): Ditto.
9282         (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
9283         (Arm_relobj::convert_input_section_to_relaxed_section): Use
9284         Relobj::set_section_offset() instead of
9285         Sized_relobj::invalidate_section_offset().
9286         (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
9287         parameter for section headers. Ignore relocation sections for
9288         unallocated sections and EXIDX sections.
9289         (Target_arm::fix_exidx_coverage): New method.
9290         (Target_arm::output_section_address_less_than): New type.
9291         (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
9292         linked text section instead of the EXIDX section.
9293         (Arm_output_section::create_stub_group): Add an assertion to check
9294         that this is not an EXIDX output section.
9295         (Arm_output_section::append_text_sections_to_list): New method.
9296         (Arm_output_section::fix_exidx_coverage): Ditto.
9297         (Arm_relobj::scan_sections_for_stubs): Adjust call to
9298         Arm_relobj::section_needs_reloc_stub_scanning.
9299         (Target_arm::do_relax): Fix EXIDX output section coverage in the
9300         first pass.
9301         (Target_arm::fix_exidx_coverage): New method.
9302         * object.h (Relobj::set_output_section): New method.
9303         (Sized_relobj::invalidate_section_offset): Remove method.
9304         (Sized_relobj::do_invalidate_section_offset): Remove method.
9305         (Sized_relobj::do_set_section_offset): Handle offset value -1.
9306
9307 2010-01-25  Doug Kwan  <dougkwan@google.com>
9308
9309         * arm.cc (Arm_exidx_merged_section::do_output_offset):
9310         Fix warning due to signed and unsigned comparison on a 32-bit host.
9311
9312 2010-01-22  Doug Kwan  <dougkwan@google.com>
9313
9314         * arm.cc (Target_arm::do_relax): Record an output section for section
9315         offset adjustment it contains any stub table that has changed.
9316         * layout.cc (Layout::clean_up_after_relaxation): Adjust section
9317         offsets in an output section if necessary.
9318         * output.cc (Output_section::Output_section): Initialize
9319         section_offsets_need_adjustments_.
9320         (Output_section::add_input_section_for_script): Renamed to
9321         Output_section::add_simple_input_section.
9322         (Output_section::save_states): Add a comment.
9323         (Output_section::discard_states): New method defintion.
9324         (Output_section::adjust_section_offsets): Same.
9325         * output.h (Output_section::add_input_section_for_script): Renamed to
9326         Output_section::add_simple_input_section.
9327         (Output_section::discard_states): New method declaration.
9328         (Output_section::adjust_section_offsets): Same.
9329         (Output_section::section_offsets_need_adjustment,
9330         Output_section::set_section_offsets_need_adjustment): New method
9331         definitions.
9332         (Output_section::section_offsets_need_adjustment_): New data member.
9333         * script-sections.cc
9334         (Output_section_element_input::set_section_address): Adjust code for
9335         renaming of Output_section::add_input_section_for_script.
9336         (Orphan_output_section::set_section_address): Same.
9337
9338 2010-01-22  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9339
9340         * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
9341         Fix_v4bx enum values .
9342         * gold/options.h (General_options): New option definitions.
9343         (General_options::fix_v4bx): New method.
9344         (General_options::Fix_v4bx): New enum.
9345         * gold/options.cc (General_options::parse_fix_v4bx): New method.
9346         (General_options::parse_fix_v4bx_interworking): New method.
9347
9348 2010-01-22  Doug Kwan  <dougkwan@google.com>
9349
9350         * arm.cc (Arm_exidx_fixup): New class.
9351
9352 2010-01-21  Doug Kwan  <dougkwan@google.com>
9353
9354         * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
9355         classes.
9356         (Arm_exidx_section_offset_map): New type.
9357
9358 2010-01-21  Doug Kwan  <dougkwan@google.com>
9359
9360         * arm.cc (Arm_exidx_input_section): New class.
9361         (Arm_relobj::exidx_input_section_by_link,
9362         Arm_relobj::exidx_input_section_by_shndx,
9363         Arm_relobj::make_exidx_input_section): New methods.
9364         (read_arm_attributes_section): Remove.
9365         (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
9366         information about them.
9367         (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
9368         to here.
9369
9370 2010-01-20  Doug Kwan  <dougkwan@google.com>
9371
9372         * arm.cc (Target_arm::Arm_input_section_map): Change key type from
9373         Input_section_specifier to Section_id.
9374         (Target_arm::new_arm_input_section: Adjust code for change of key
9375         type.
9376         (Target_arm::find_arm_input_section): Ditto.
9377         * gc.h (object.h): Include for Section_id nand Section_id_hash.
9378         (Section_id): Remove.
9379         (Garbage_collection::Section_id_hash): Remove.
9380         * icf.h (object.h): Include for Section_id nand Section_id_hash.
9381         (Section_id): Remove.
9382         (Icf::Section_id_hash): Remove.
9383         * object.h (Section_id, Const_section_id, Section_id_hash,
9384         Const_section_id_hash): New type definitions.
9385         * output.cc (Output_section::add_relaxed_input_section): Change to
9386         use Const_section_id instead of Input_section_specifier as key type.
9387         (Output_section::add_merge_input_section): Ditto.
9388         (Output_section::build_relaxation_map): Change to use Section_id
9389         instead of Input_section_specifier as key type.
9390         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
9391         Ditto.
9392         (Output_section::convert_input_sections_to_relaxed_sections): Change
9393         to use Const_section_id instead of Input_section_specifier as key type.
9394         (Output_section::find_merge_section): Ditto.
9395         (Output_section::find_relaxed_input_section): Ditto.
9396         * output.h (Input_section_specifier): Remove class.
9397         (Output_section::Output_section_data_by_input_section_map): Change
9398         key type to Const_section_id.
9399         (Output_section::Output_relaxed_input_section_by_input_section_map):
9400         Ditto.
9401         (Output_section::Relaxation_map): Change key type to Section_id.
9402
9403 2010-01-20  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9404
9405         * gold/arm.cc: Added support for R_ARM_V4BX relocation
9406         (class Arm_v4bx_stub): New class.
9407         (DEF_STUBS): Updated definition to support v4_veneer_bx.
9408         (Stub_factory::make_arm_v4bx_stub): New method.
9409         (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
9410         (Stub_table::empty): Handle v4bx stubs.
9411         (Stub_table::add_arm_v4bx_stub): New method.
9412         (Stub_table::find_arm_v4bx_stub): New method.
9413         (Arm_relocate_functions::v4bx): New method.
9414         (Target_arm::fix_v4bx): New method.
9415         (Target_arm::Target_arm): Handle R_ARM_V4BX.
9416         (Stub_table::relocate_stubs): Likewise.
9417         (Stub_table::do_write): Likewise.
9418         (Stub_table::update_data_size_and_addralign): Likewise.
9419         (Stub_table::finalize_stubs):  Likewise.
9420         (Target_arm::Scan::local): Likewise.
9421         (Target_arm::Scan::global): Likewise.
9422         (Target_arm::do_finalize_sections): Likewise.
9423         (Target_arm::Relocate::relocate): Likewise.
9424         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9425         Likewise.
9426         (Target_arm::scan_reloc_for_stub): Likewise.
9427         (Target_arm::scan_reloc_section_for_stubs): Likewise.
9428
9429 2010-01-19  Ian Lance Taylor  <iant@google.com>
9430
9431         * output.cc (Output_section_headers::do_sized_write): Write large
9432         segment count to sh_info field.
9433         (Output_file_header::do_sized_write): For large segment count,
9434         write PN_XNUM to e_phnum field.
9435
9436 2010-01-15  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9437
9438         * arm.cc (Arm_relocate_functions::thm_jump6): New function.
9439         (Arm_relocate_functions::thm_jump8): New function.
9440         (Arm_relocate_functions::thm_jump11): New function.
9441         (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
9442         R_ARM_THM_JUMP11.
9443         (Target_arm::Scan::global): Likewise.
9444         (Target_arm::Relocate::relocate): Likewise.
9445         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9446         Likewise.
9447
9448 2010-01-14  Doug Kwan  <dougkwan@google.com>
9449
9450         * arm.cc (map, utility): Include headers.
9451         (Target_arm::apply_cortex_a8_workaround): New method.
9452         (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
9453         (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
9454         (Target_arm::Scan::global): R_ARM_THM_JUMP19.
9455         (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
9456         the --[no-]fix-cortex-a8 command line options.
9457         (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
9458         (Target_arm::relocate_stub): Use addend in instruction template.
9459         * options.h (DEFINE_bool): Set the user-set flag.
9460         (General_options): Add --[no-]-fix-cortex options.
9461         * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
9462         : Update fast look-up map after conversion.
9463
9464 2010-01-14  Sriraman Tallam  <tmsriram@google.com>
9465
9466         * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
9467         in the first pass of do_layout.
9468
9469 2010-01-13  Doug Kwan  <dougkwan@google.com>
9470
9471         * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9472         Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
9473         apparent compiler problem of not folding static constant integral
9474         data members of elfcpp::Elf_sizes<32>.
9475
9476 2010-01-13  Doug Kwan  <dougkwan@google.com>
9477
9478         * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9479         Arm_relobj::section_needs_cortex_a8_stub_scanning,
9480         Arm_relobj::scan_section_for_cortex_a8_erratum,
9481         Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
9482         (Arm_relobj::scan_sections_for_stubs): Move code deciding what
9483         sections to scan for relocation stubs into a new method
9484         Arm_relobj::section_needs_reloc_stub_scanning.  Handle both
9485         relocation and Cortex-A8 stub scanning.
9486         (Target_arm::do_relax): Force stubs to be after stubbed sections
9487         if fixing the Cortex-A8 erratum.  Remove all Cortex-A8 stubs at
9488         the beginning of a new relaxation pass.  Update a comment.
9489         (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
9490
9491 2010-01-12  Ian Lance Taylor  <iant@google.com>
9492
9493         * target-reloc.h (visibility_error): New inline function.
9494         (relocate_section): Call visibility_error.
9495         * testsuite/Makefile.am (check_DATA): Add protected_3.err.
9496         (MOSTLYCLEANFILES): Likewise.
9497         (protected_4_pic.o, protected_3.err): New targets.
9498         * testsuite/protected_4.cc: New file.
9499
9500 2010-01-12  Doug Kwan  <dougkwan@google.com>
9501
9502         * arm.cc (Cortex_a8_reloc): New class.
9503         (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
9504         and cortex_a8_relocs_info_.
9505         (Target_arm::fix_cortex_a8): New method definition.
9506         (Target_arm::Cortex_a8_relocs_info): New type.
9507         (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
9508         New data member declarations.
9509         (Target_arm::scan_reloc_for_stub): Record information about
9510         relocations for THUMB branches that might be exempted from the
9511         Cortex-A8 workaround.
9512         (Target_arm::do_relax): Clear all Cortex-A8 relocation information
9513         at the beginning of a relaxation pass.
9514
9515 2010-01-12  Doug Kwan  <dougkwan@google.com>
9516
9517         * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
9518         (Arm_relobj::Mapping_symbol_position,
9519          Arm_reloj::Mapping_symbol_position_less,
9520          Arm_relobj::Mapping_symbols_info): New types.
9521         (Target_arm::is_mapping_symbol_name): New method definition.
9522         (Arm_relobj::do_count_local_symbols): Save information about mapping
9523         symbols.
9524
9525 2010-01-11  Doug Kwan  <dougkwan@google.com>
9526
9527         * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
9528         Arm_relocate_functions::thumb32_branch_upper,
9529         Arm_relocate_functions::thumb32_branch_lower,
9530         Arm_relocate_functions::thumb32_cond_branch_offset,
9531         Arm_relocate_functions::thumb32_cond_branch_upper,
9532         Arm_relocate_functions::thumb32_cond_branch_lower,
9533         Arm_relocate_functions::thm_jump19): New methods to handle THUMB
9534         branch offset encoding.
9535         (Arm_relocate_functions::thumb_branch_common): Use new branch
9536         offset encoding methods to avoid code duplication.
9537         (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
9538         (Stub_addend_reader::operator()): Use new branch encoding method
9539         to avoid code duplication.
9540
9541 2010-01-11  Doug Kwan  <dougkwan@google.com>
9542
9543         * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
9544         (Target_arm::do_finalize_sections): Define special EXIDX section
9545         symbols only if referenced.
9546         * gc.h (Garbage_collection::add_reference): New method.
9547         (gc_process_relocs): Use Garbage_collection::add_reference to avoid
9548         code duplication.
9549
9550 2010-01-11  Ian Lance Taylor  <iant@google.com>
9551
9552         * script.cc (Version_script_info::build_expression_list_lookup):
9553         Change complaing about duplicate wildcard match from error to
9554         warning.
9555
9556         * script.cc (class Lazy_demangler): Recreate--revert part of patch
9557         of 2009-12-30.
9558         (Version_script_info::Version_script_info): Initialize globs_,
9559         default_version_, default_is_global_, and exact_.  Don't
9560         initialize globals_ or locals_.
9561         (Version_script_info::build_lookup_tables): Build local symbols
9562         first.
9563         (Version_script_info::unquote): New function.
9564         (Version_script_info::add_exact_match): New function.
9565         (Version_script_info::build_expression_list_lookup): Remove lookup
9566         parameter.  Add is_global parameter.  Change all callers.  Handle
9567         wildcard pattern specially.  Unquote pattern.  Call
9568         add_exact_match.
9569         (Version_script_info::get_name_to_match): New function.
9570         (Version_script_info::get_symbol_version): New function.
9571         (Version_script_info::get_symbol_version_helper): Remove.
9572         (Version_script_info::check_unmatched_names): Call unquote.
9573         * script.h (class Version_script_info): Change get_symbol_version
9574         to be non-inline and add is_global parameter; change all callers.
9575         Rewrite symbol_is_local.  Update declarations.  Define struct
9576         Version_tree_match, Exact, Globs.  Don't define struct Lookup.
9577         Remove globals_ and locals_ members.  Add exact_, globs_,
9578         default_version_, is_global_.
9579         (Version_script_info::Glob): Remove pattern, add expression and
9580         is_global.  Update constructor.  Change all callers.
9581         * dynobj.cc (Versions::finalize): Mark the version symbol as the
9582         default version.
9583         (Versions::symbol_section_contents): If a symbol is undefined, or
9584         defined in a dynamic object, set the version index to
9585         VER_NDX_LOCAL.
9586         * symtab.cc (Symbol_table::add_from_relobj): Don't call
9587         symbol_is_local.
9588         (Symbol_table::add_from_pluginobj): Likewise.
9589         * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
9590
9591 2010-01-11  Doug Kwan  <dougkwan@google.com>
9592
9593         * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
9594         (incremental_dump_LDADD): Add linking option for libintl.
9595         * Makefile.in: Regenerate.
9596
9597 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
9598
9599         PR gold/11144
9600         * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
9601         instead of -Ds.
9602         * testsuite/Makefile.in: Regenerated.
9603
9604 2010-01-10  Doug Kwan  <dougkwan@google.com>
9605
9606         * options.h (DEFINE_var): Use parentheses around argument varname__
9607         in macro body to avoid any unintended subsequent substitutions.
9608
9609 2010-01-10  Ian Lance Taylor  <iant@google.com>
9610
9611         * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
9612         candidates before doing symbol resolution.
9613
9614         * resolve.cc (Symbol_table::resolve): Add symbols to the list of
9615         ODR candidates if only one is weak.
9616
9617 2010-01-08  Ian Lance Taylor  <iant@google.com>
9618
9619         * script.cc (Version_script_info::build_expression_list_lookup):
9620         Don't warn about ambiguous version, just record the ambiguity.
9621         (Version_script_info::get_symbol_version_helper): Give error if
9622         version is ambiguous.
9623
9624 2010-01-08  Doug Kwan  <dougkwan@google.com>
9625
9626         * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
9627         prev_data_size_ and prev_addralign_.  Remove initializer for
9628         deleted data member has_been_changed_.
9629         (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
9630         to determine if the table is empty.
9631         (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
9632         Remove.
9633         (Stub_table::add_reloc_stub): Define method in class definition
9634         instead of just declaring it there.
9635         (Stub_table::add_cortex_a8_stub): New method definition.
9636         (Stub_table::update_data_size_and_addralign): Ditto.
9637         (Stub_table::finalize_stubs): Ditto.
9638         (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
9639         (Stub_table::do_addralign_): Return address alignment in the
9640         (Stub_table::do_reset_address_and_file_offset): Define method in
9641         class definition instead of declaring it there.  Set current data
9642         size to be the data size of the previous pass.
9643         (Stub_table::set_final_data_size): Use current data size as the
9644         final data size.
9645         (Stub_table::relocate_stub): Change parameter type of stub from
9646         Reloc_stub pointer to Stub pointer.
9647         (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
9648         (Stub_table::Cortex_a8_stub_list): New typedef.
9649         (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
9650          Stub_table::prev_addralign_): New data member.
9651         (Arm_relobj::Arm_relobj): Initialize data member
9652         section_has_cortex_a8_workaround_.
9653         (Arm_relobj::section_has_cortex_a8_workaround,
9654          Arm_relobj::mark_section_for_cortex_a8_workaround): New method
9655          definitions.
9656         (Arm_relobj::section_has_cortex_a8_workaround_): New data member
9657         declarations.
9658         (Target_arm::relocate_stub): Change parameter type of stub from
9659         Reloc_stub pointer to Stub pointer.
9660         (Insn_template::size, Insn_template::alignment): Handle
9661         THUMB16_SPECIAL_TYPE.
9662         (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
9663          Stub_table::update_data_size_and_addralign,
9664          Stub_table::apply_cortex_a8_workaround_to_address_range): New method
9665         definitions.
9666         (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
9667         (Stub_table::do_write): Ditto.
9668         (Target_arm::do_relax): Adjust code for changes in Stub_table.
9669
9670 2010-01-08  Ian Lance Taylor  <iant@google.com>
9671
9672         PR 11108
9673         * symtab.h (class Symbol): Remove fields is_target_special_ and
9674         has_plt_offset_.  Add field is_defined_in_discarded_section_.
9675         (Symbol::is_defined_in_discarded_section): New function.
9676         (Symbol::set_is_defined_in_discarded_section): New function.
9677         (Symbol::has_plt_offset): Rewrite.
9678         (Symbol::set_plt_offset): Verify that new offset is not -1U.
9679         * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
9680         Don't initialize is_target_special_ or has_plt_offset_.
9681         Initialize is_defined_in_discarded_section_.
9682         (Symbol_table::add_from_relobj): If appropriate, set
9683         is_defined_in_discarded_section.
9684         * resolve.cc (Symbol::override_base_with_special): Don't test
9685         is_target_special_.  Change has_plt_offset_ to has_plt_offset().
9686         * target-reloc.h (relocate_section): Do special handling for
9687         symbols defined in discarded sections for global symbols as well
9688         as local symbols.
9689
9690 2010-01-08  Ian Lance Taylor  <iant@google.com>
9691
9692         * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
9693         the SHT_SYMTAB case.
9694
9695 2010-01-08  Ian Lance Taylor  <iant@google.com>
9696
9697         * object.cc (Sized_relobj::do_layout): Don't get confused if
9698         layout_eh_frame returns NULL.
9699
9700 2010-01-08  Ian Lance Taylor  <iant@google.com>
9701
9702         PR 11084
9703         * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
9704         dynamic symbol table, use the normal symbol table.
9705         (Sized_dynobj::do_read_symbols): Remove assertion about type of
9706         symbol table.
9707
9708 2010-01-08  Ian Lance Taylor  <iant@google.com>
9709
9710         PR 11072
9711         * layout.cc (Layout::include_section): Remove .gnu_debuglink
9712         sections.
9713
9714 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
9715
9716         * version.cc (print_version): Change to "Copyright 2010".
9717
9718 2010-01-08  Ian Lance Taylor  <iant@google.com>
9719
9720         PR 10287
9721         PR 11063
9722         * i386.cc (class Target_i386): Change return type of plt_section
9723         to be non-const.
9724         (class Output_data_plt_i386): Add tls_desc_rel_ field.
9725         (Output_data_plt_i386::Output_data_plt_i386): Initialize
9726         tls_desc_rel_ field.
9727         (Output_data_plt_i386::rel_tls_desc): New function.
9728         (Target_i386::rel_tls_desc_section): New function.
9729         (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
9730         (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
9731         R_386_TLS_DESC reloc in rel_tls_desc_section.
9732         * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
9733         Define struct Tlsdesc_info.
9734         (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
9735         (Target_x86_64::do_reloc_symbol_index): New function.
9736         (Target_x86_64::add_tlsdesc_info): New function.
9737         (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
9738         (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
9739         tlsdesc_rel_ field.
9740         (Output_data_plt_x86_64::rela_plt): Rename from rel_plt.  Change
9741         all callers.
9742         (Output_data_plt_x86_64::rela_tlsdesc): New function.
9743         (Target_x86_64::rela_tlsdesc_section): New function.
9744         (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
9745         handling.
9746         (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
9747         (Target_x86_64::do_reloc_addend): New function.
9748         R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
9749         * output.h (class Output_reloc) [SHT_REL]: Add new constructor
9750         declarations.  Define TARGET_CODE.  Add arg field to u1_ union.
9751         (Output_reloc::type): New function.
9752         (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
9753         (Output_reloc::is_target_specific): New function.
9754         (Output_reloc::target_arg): New function.
9755         (class Output_reloc) [SHT_RELA]: Add four new constructors for
9756         absolute relocs and target specific relocs.
9757         (class Output_data_reloc) [SHT_REL]: Add add_absolute and
9758         add_target_specific.
9759         (class Output_data_reloc) [SHT_RELA]: Likewise.
9760         * output.cc (Output_reloc::Output_reloc): Add four new versions
9761         for absolute relocs and target specific relocs.
9762         (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
9763         (Output_reloc::get_symbol_index): Likewise.
9764         (Output_reloc::local_section_offset): Check that local_sym_index_
9765         is not TARGET_CODE or 0.
9766         (Output_reloc::symbol_value): Likewise.
9767         (Output_reloc::write) [SHT_RELA]: Call target for target specific
9768         reloc.
9769         * target.h (class Target): Add reloc_symbol_index and reloc_addend
9770         functions.  Add do_reloc_symbol_index and do_reloc_addend virtual
9771         functions.
9772         * layout.cc (add_target_dynamic_tags): Use output section for
9773         DT_PLTRELSZ and DT_JMPREL.
9774
9775 2010-01-07  Ian Lance Taylor  <iant@google.com>
9776
9777         PR 11061
9778         * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
9779         function.
9780         (class Output_data_reloc_generic): Define.
9781         (class Output_data_reloc_base): Change base class to
9782         Output_data_reloc_generic.  Change add() method to call
9783         bump_relative_reloc_count for a relative reloc.  Remove
9784         sort_relocs_ field.
9785         * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
9786         to sort_relocs().
9787         * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
9788         Output_data_reloc_generic*.  Add DT_RELCOUNT/DT_RELACOUNT tag if
9789         appropriate.
9790         * layout.h (class Layout): Update declaration.
9791
9792 2010-01-07  Ian Lance Taylor  <iant@google.com>
9793
9794         * output.h (class Output_data): Add const version of
9795         output_section and do_output_section.
9796         (class Output_section_data): Add const version of
9797         do_output_section.
9798         (class Output_section): Likewise.
9799         * layout.cc (Layout::add_target_dynamic_tags): New function.
9800         * layout.h (class Layout): Update declarations.
9801         * arm.cc (Target_arm::do_finalize_sections): Use
9802         add_target_dynamic_tags.
9803         * i386.cc (Target_i386::do_finalize_sections): Likewise.
9804         * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
9805         * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
9806         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9807
9808 2010-01-07  Ian Lance Taylor  <iant@google.com>
9809
9810         PR 11042
9811         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
9812         object as needed.
9813
9814 2010-01-07  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
9815             Ian Lance Taylor  <iant@google.com>
9816
9817         PR 11019
9818         * object.cc: Instantiate Xindex::initialize_symtab_xindex and
9819         Xindex::read_symtab_xindex.
9820
9821 2010-01-07  Doug Kwan  <dougkwan@google.com>
9822
9823         * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
9824         (Insn_template::thumb16_bcond_insn): New method declaration.
9825         (Insn_template): Fix spelling.
9826         (Stub::thumb16_special): New method declaration.
9827         (Stub::do_write): Define virtual method which was previously pure
9828         virtual.
9829         (Stub::do_thumb16_special): New method declaration.
9830         (Stub::do_fixed_endian_write): New template member.
9831         (Reloc_stub::do_write): Remove.
9832         (Reloc_stub::do_fixed_endian_write): Remove.
9833         (Cortex_a8_stub): New class definition.
9834         (Stub_factory::make_cortex_a8_stub): New method definition.
9835         (Stub_factory::Stub_factory): Add missing static storage class
9836         qualifier for elf32_arm_stub_a8_veneer_blx.
9837
9838 2010-01-07  Ian Lance Taylor  <iant@google.com>
9839
9840         PR 10980
9841         * options.h (class General_options): Add --warn-unresolved-symbols
9842         and --error-unresolved-symbols.
9843         * errors.cc (Errors::undefined_symbol): Implement
9844         --warn-unresolved-symbols.
9845
9846         * options.h (class General_options): Add -z text and -z textoff.
9847         * layout.cc (Layout::finish_dynamic_section): Implement -z text.
9848
9849 2010-01-06  Sriraman Tallam  <tmsriram@google.com>
9850
9851         * gc.h (Garbage_collection::Cident_section_map): New typedef.
9852         (Garbage_collection::cident_sections): New function.
9853         (Garbage_collection::add_cident_section): New function.
9854         (Garbage_collection::cident_sections_): New member.
9855         (gc_process_relocs): Add references to sections whose names are C
9856         identifiers.
9857         * gold.h (cident_section_start_prefix): New constant.
9858         (cident_section_stop_prefix): New constant.
9859         (is_cident): New function.
9860         * layout.cc (Layout::define_section_symbols): Replace string constants
9861         with the newly defined constants.
9862         * object.cc (Sized_relobj::do_layout): Track sections whose names are
9863         C identifiers.
9864         * testsuite/Makefile.am: Add gc_orphan_section_test.
9865         * testsuite/Makefile.in: Regenerate.
9866         * testsuite/gc_orphan_section_test.cc: New file.
9867         * testsuite/gc_orphan_section_test.sh: New file.
9868
9869 2010-01-06  Ian Lance Taylor  <iant@google.com>
9870
9871         PR 10980
9872         * options.h (class General_options): Add --warn-shared-textrel.
9873         * layout.cc (Layout::finish_dynamic_section): Implement
9874         --warn-shared-textrel.
9875
9876         PR 10980
9877         * options.h (class General_options): Add --warn-multiple-gp.
9878
9879 2010-01-06  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9880
9881         * Makefile.am (incremental_dump_DEPENDENCIES): Remove
9882         $(THREADSLIB) and $(LIBDL).
9883         * Makefile.in: Rebuild.
9884
9885 2010-01-06  Ian Lance Taylor  <iant@google.com>
9886
9887         PR 10980
9888         * options.cc (General_options::parse_section_start): New function.
9889         (General_options::section_start): New function.
9890         (General_options::General_options): Initialize all members.
9891         * options.h: Include <map>
9892         (class General_options): Add --section-start.  Add section_starts_
9893         member.
9894         * layout.cc (Layout::attach_allocated_section_to_segment): If
9895         --section-start was used, set the address of the segment.  Remove
9896         local sort_sections.
9897         (Layout::relaxation_loop_body): If the address of the load segment
9898         has been set by --section-start, don't use it.
9899         * output.h (Output_segment::update_flags_for_output_section): New
9900         function.
9901         * output.cc (Output_segment::add_output_section): Call
9902         update_flags_for_output_section.
9903
9904 2010-01-05  Ian Lance Taylor  <iant@google.com>
9905
9906         PR 10980
9907         * options.h (class General_options): Add --undefined-version.
9908         * script.cc (struct Version_expression): Add was_matched_by_symbol
9909         field.
9910         (Version_script_info::matched_symbol): New function.
9911         (Version_script_info::get_symbol_version_helper): Call
9912         matched_symbol.
9913         (Version_script_info::check_unmatched_names): New function.
9914         * script.h (class Version_script_info): Update declarations.
9915         * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
9916
9917         * options.h (class General_options): Use DEFINE_bool_alias for
9918         allow_multiple_definition.
9919         * resolve.cc (Symbol_table::should_override): Don't test
9920         allow_multiple_definition.
9921
9922         PR 10980
9923         * options.h (class General_options): Add --cref.
9924         * main.cc (main): Print cref table if --cref.  Don't close mapfile
9925         until after printing cref table.
9926         * cref.cc: Include "symtab.h".
9927         (class Cref_inputs): Define Cref_table_compare and Cref_table.
9928         (Cref_table_compare::operator()): New function.
9929         (Cref_inputs::gather_cref): New function.
9930         (filecol): New static const.
9931         (Cref_inputs::print_cref): New function.
9932         (Cref::print_cref): New function.
9933         * cref.h: Include <cstdio>.
9934         (class Cref): Update declarations.
9935         * mapfile.h (Mapfile::file): New function.
9936         * object.h (class Object): Define Symbols.  Declare virtual
9937         do_get_global_symbols.
9938         (Object::get_global_symbols): New function.
9939         * object.cc (Input_objects::add_object): Pass object to cref_ if
9940         --cref.
9941         (Input_objects::archive_start): Likewise.
9942         (Input_objects::archive_stop): Likewise.
9943         (Input_objects::print_cref): New function.
9944         * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
9945         * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
9946         --cref.
9947         * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
9948         function.
9949         * plugin.h (class Sized_pluginobj): Update declarations.
9950
9951 2010-01-05  Ian Lance Taylor  <iant@google.com>
9952
9953         * symtab.cc (Symbol_table::add_from_object): Rename def parameter
9954         to is_default_version.  Rename insdef to insdefault.
9955         (Symbol_table::add_from_relobj): Rename def to is_default_version
9956         and local to is_forced_local.
9957         (Symbol_table::add_from_pluginobj): Likewise.
9958         (Symbol_table::add_from_dynobj): Likewise.
9959         (Symbol_table::define_special_symbol): Rename insdef to
9960         insdefault.
9961
9962 2010-01-04  Ian Lance Taylor  <iant@google.com>
9963
9964         PR 10980
9965         * options.h (class General_options): Add
9966         --allow-multiple-definition and -z muldefs.
9967         * resolve.cc (Symbol_table::should_override): Don't warn about a
9968         multiple symbol definition if --allow-multiple-definition or -z
9969         muldefs.
9970
9971         PR 10980
9972         * options.h (class General_options): Add --add-needed and
9973         --copy-dt-needed-entries.  Tweak --as-needed help entry.
9974         * object.cc (Input_objects::check_dynamic_dependencies): Give an
9975         error if --copy-dt-needed-entries aka --add-needed is used and
9976         would cause a change in behaviour.
9977
9978         PR 10980
9979         * options.h (class General_options): Add -G as a short version of
9980         --shared.  Add no-op options -assert, -g, and -i.
9981
9982 2010-01-04  Sriraman Tallam  <tmsriram@google.com>
9983
9984         * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
9985         check for .text or .gnu.linkonce.t sections.
9986         * icf.cc (Icf::find_identical_sections): Ditto.
9987         Change the detection for mangled function name within the section
9988         name.
9989         * icf.h (is_section_foldable_candidate): New function.
9990
9991 2009-12-30  Ian Lance Taylor  <iant@google.com>
9992
9993         PR 10980
9994         * options.h (class General_options): Permit two dashes with
9995         --retain-symbols-file.
9996
9997 2009-12-30  Ian Lance Taylor  <iant@google.com>
9998
9999         PR 10979
10000         * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
10001         don't put the file header and segment headers in the text
10002         segment.
10003
10004         PR 10979
10005         * common.cc (Sort_commons::operator()): Stabilize sort when both
10006         entries are NULL.
10007         (Symbol_table::do_allocate_commons_list): When allocating common
10008         symbols, skip a symbol which is no longer common.
10009         * symtab.h (Symbol::is_common): Test whether the symbol comes from
10010         an object before checking its type.
10011         * testsuite/common_test_2.c: New file.
10012         * testsuite/common_test_3.c: New file.
10013         * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
10014         (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
10015         (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
10016         (common_test_2_pic.o, common_test_2.so): New targets.
10017         (common_test_3_pic.o, common_test_3.so): New targets.
10018         * testsuite/Makefile.in: Rebuild.
10019
10020         PR 10979
10021         * script.cc (read_input_script): If we see a new SECTIONS clause,
10022         and we have added an input section, give an error.
10023         * layout.h (class Layout): Add have_added_input_section function.
10024         Add have_added_input_section_ field.
10025         * layout.cc (Layout::Layout): Initialize
10026         have_added_input_section_.
10027         (Layout::layout): Set have_added_input_section_.
10028         (Layout::layout_eh_frame): Likewise.
10029
10030 2009-12-30  Ian Lance Taylor  <iant@google.com>
10031
10032         PR 10931
10033         * options.h (class General_options): Add --sort-common option.
10034         * symtab.h (class Symbol_table): Define Sort_commons_order enum.
10035         * common.cc (Sort_common): Add sort_order parameter to
10036         constructor.  Add sort_order_ field.
10037         (Sort_commons::operator): Check sort_order_.
10038         (Symbol_table::allocate_commons): Determine the sort order.
10039         (Symbol_table::do_allocate_commons): Add sort_order parameter.
10040         Change all callers.
10041         (Symbol_table::do_allocate_commons_list): Likewise.
10042
10043 2009-12-30  Ian Lance Taylor  <iant@google.com>
10044
10045         PR 10916
10046         * symtab.cc (Symbol_table::add_from_relobj): When not exporting
10047         symbols from this object, don't change the visibility of an
10048         undefined symbol.
10049         * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
10050
10051 2009-12-30  Ian Lance Taylor  <iant@google.com>
10052
10053         PR 10861
10054         * script.h (class Version_script_info): Define Language enum.
10055         Update declarations.  Define Glob, Exact, and Lookup types.  Add
10056         new fields globals_, locals_, and is_finalized_.
10057         * script.cc: Various formatting fixes.
10058         (class Parser_closure): Change language_stack_ from a vector of
10059         std::string to one of Version_script_info::Language.  Adjust all
10060         uses accordingly.
10061         (class Lazy_demangler): Remove.
10062         (struct Version_expression): Change language from std::string to
10063         Version_script_info::Language.
10064         (Version_script_info::Version_script_info): New function.
10065         (Version_script_info::~Version_script_info): Don't call clear.
10066         (Version_script_info::finalize): New function.
10067         (Version_script_info::build_lookup_tables): New function.
10068         (Version_script_info::build_expression_list_lookup): New
10069         function.
10070         (Version_script_info::get_symbol_version_helper): Rewrite to use
10071         lookup tables.
10072         (Version_script_info::print_expression_list): Adjust to use
10073         Version_script_info::Language.
10074         (script_push_lex_into_version_mode): Check that the version script
10075         has not been finalized.
10076         (version_script_push_lang): Change language string to
10077         Version_script_info::Language.
10078         * options.cc (Command_line::version_script): New function.
10079         * options.h (class General_options): Add finalize_dynamic_list
10080         function.  Change version_script from declaration to definition.
10081         * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
10082         * testsuite/version_script.map: Remove duplicate def of foo.
10083         * testsuite/Makefile.am (ver_matching_def.so): Depend upon
10084         version_script.map.
10085         * testsuite/Makefile.in: Rebuild.
10086
10087 2009-12-30  Ian Lance Taylor  <iant@google.com>
10088
10089         PR 10843
10090         * target-reloc.h (relocate_for_relocatable): When copying a reloc,
10091         if the input symbol index is 0, make the output symbol index 0.
10092
10093 2009-12-30  Ian Lance Taylor  <iant@google.com>
10094
10095         PR 10670
10096         * options.h (class General_options): Add -x/--discard-all.
10097         * object.cc (Sized_relobj::do_count_local_symbols): Handle
10098         --discard-all.  If the local symbol needs a dynamic entry, check
10099         that before handling --discard-locals.
10100
10101 2009-12-30  Ian Lance Taylor  <iant@google.com>
10102
10103         PR 10450
10104         * output.cc (Output_segment::Output_segment): If PT_TLS, set the
10105         flags to PF_R.
10106         (Output_segment::add_output_section): Don't change the flags if
10107         the type is PT_TLS.
10108
10109         PR 10450
10110         * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
10111         GNU hash table if they need a dynamic value.  Otherwise, don't add
10112         them if they are defined in a dynamic object or are forced local.
10113
10114 2009-12-29  Ian Lance Taylor  <iant@google.com>
10115
10116         PR 10450
10117         * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
10118         .gnu.hash table for a 32-bit target.
10119
10120         PR 10450
10121         * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
10122         regular and a dynamic object only needs a dynamic symbol table
10123         entry if it is externally visible.
10124
10125         PR 10450
10126         * i386.cc (class Target_i386): Initialize global_offset_table_ in
10127         constructor.  Add global_offset_table_ field.
10128         (Target_i386::got_section): Set global_offset_table_.
10129         (Target_i386::do_finalize_sections): Set global_offset_table_
10130         size.
10131         * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
10132         in constructor.  Add global_offset_table_ field.
10133         (Target_x86_64::got_section): Set global_offset_table_.
10134         (Target_x86_64::do_finalize_sections): Set global_offset_table_
10135         size.
10136
10137         * layout.cc (Layout::Layout): Initialize increase_relro_.
10138         (Layout::get_output_section): Add is_relro, is_last_relro, and
10139         is_first_non_relro parameters.  Change all callers.
10140         (Layout::choose_output_section): Likewise.
10141         (Layout::add_output_section_data): Likewise.
10142         (Layout::make_output_section): Likewise.
10143         (Layout::set_segment_offsets): Clear increase_relro when using a
10144         linker script.
10145         * layout.h (class Layout): Add increase_relro method.  Add
10146         increase_relro_ field.  Update declarations.
10147         * output.cc (Output_section::Output_section): Initialize
10148         is_last_relro_ and is_first_non_relro_.
10149         (Output_segment::add_output_section): Group relro sections is
10150         do_sort is true.  Handle is_last_relro and is_first_non_relro.
10151         (Output_segment::maximum_alignment): Remove relro handling.
10152         (Output_segment::set_section_addresses): Add increase_relro
10153         parameter.  Change all callers.  Add initial alignment to align
10154         relro sections on separate page.  Remove old relro handling.
10155         (Output_segment::set_section_list_addresses): Remove in_relro
10156         parameter.  Change all callers.
10157         (Output_segment::set_offset): Add increase parameter.  Change all
10158         callers.  Remove old relro handling.
10159         * output.h (class Output_section): Add new methods: is_last_relro,
10160         set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
10161         Add is_last_relro_ and is_first_non_relro_ fields.
10162         * i386.cc (Target_i386::got_section): Don't call set_is_relro.
10163         Create separate .got.plt section.  Call increase_relro.
10164         * x86_64.cc (Target_x86_64::got_section): Likewise.
10165         * testsuite/relro_script_test.t: Add .got.plt.
10166
10167         PR 10450
10168         * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
10169         (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
10170         (Layout::finalize): Call set_dynamic_symbol_size.
10171         (Layout::set_dynamic_symbol_size): New function.
10172         * layout.h (class Layout): Add dynamic_symbol_ field.  Declare
10173         set_dynamic_symbol_size.
10174
10175         PR 10450
10176         * output.h (class Output_section): Add is_entsize_zero_ field.
10177         * output.cc (Output_section::Output_section): Initialize
10178         is_entsize_zero_.
10179         (Output_section::set_entsize): If two different entsizes are
10180         requested, force it to zero.
10181         (Output_section::add_input_section): Set flags for .debug_str
10182         before updating section flags.  Set entsize.
10183         (Output_section::update_flags_for_input_section): Set SHF_MERGE
10184         and SHF_STRING if all input sections have those flags.
10185
10186 2009-12-29   Rafael Espindola  <espindola@google.com>
10187
10188         * main.cc (main): Fix the sys time reporting.
10189         * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
10190         reporting.
10191
10192 2009-12-29  Sriraman Tallam  <tmsriram@google.com>
10193
10194         * options.cc (General_options::parse_version): Allow -v to exit
10195         without an error if there is nothing to link.
10196
10197 2009-12-29  Ian Lance Taylor  <iant@google.com>
10198
10199         * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
10200         using a version of gcc before 4.1.
10201         * configure: Rebuild.
10202
10203 2009-12-28  Chris Demetriou  <cgd@google.com>
10204
10205         * attributes.cc (Output_attributes_section_data::do_write): Use
10206         std::vector::front rather than std::vector::data.
10207
10208 2009-12-28  Ian Lance Taylor  <iant@google.com>
10209
10210         * symtab.h (class Symbol_table): Add enum Defined.
10211         * resolve.cc (Symbol_table::should_override): Add defined
10212         parameter.  Change all callers.  Test whether object is NULL
10213         before calling a method on it.
10214         (Symbol_table::report_resolve_problem): Add defined parameter.
10215         Change all callers.
10216         (Symbol_table::should_override_with_special): Likewise.
10217         * symtab.cc (Symbol_table::define_in_output_data): Add defined
10218         parameter.  Change all callers.
10219         (Symbol_table::do_define_in_output_data): Likewise.
10220         (Symbol_table::define_in_output_segment): Likewise.
10221         (Symbol_table::do_define_in_output_segment): Likewise.
10222         (Symbol_table::define_as_constant): Likewise.
10223         (Symbol_table::do_define_as_constant): Likewise.
10224         * script.h (class Symbol_assignment): Add is_defsym parameter to
10225         constructor; change all callers.
10226         * script.cc (Script_options::add_symbol_assignment): Add is_defsym
10227         parameter.  Change all callers.  Add is_defsym_ field.
10228         (class Parser_closure): Add parsing_defsym parameter to
10229         constructor; change all callers.  Add parsing_defsym accessor
10230         function.  Add parsing_defsym_ field.
10231
10232 2009-12-28  Ian Lance Taylor  <iant@google.com>
10233
10234         * gold.cc (queue_middle_tasks): Fix formatting.
10235         * object.cc (Relobj::is_section_name_included): Likewise.
10236
10237 2009-12-23  Ian Lance Taylor  <iant@google.com>
10238
10239         * i386.cc (Target_i386::do_calls_non_split): Recognize
10240         -fsplit-stack prologue for a function with a static chain.
10241         * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
10242         -fsplit-stack prologue when using %r11.
10243
10244 2009-12-21  Sriraman Tallam  <tmsriram@google.com>
10245
10246         * options.cc (General_options::parse_version): Make -v continue and do
10247         the link like GNU ld does.
10248
10249 2009-12-17  Rafael Avila de Espindola  <espindola@google.com>
10250
10251         * Makefile.am (CCFILES): Add timer.cc.
10252         (HFILES): Add timer.h.
10253         * configure.ac: Check for sysconf and times.
10254         * main.cc: include timer.h.
10255         (main): Use Timer instead of get_run_time.
10256         * timer.cc: New.
10257         * timer.h: New.
10258         * workqueue.cc: include timer.h.
10259         (Workqueue::find_and_run_task):
10260         Report user, sys and wall time.
10261         * Makefile.in: Regenerate.
10262         * config.in: Regenerate.
10263         * configure: Regenerate.
10264
10265 2009-12-16  Doug Kwan  <dougkwan@google.com>
10266
10267         * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
10268         sections.
10269         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
10270         relaxed input sections.
10271         * output.cc (Output_section::find_relaxed_input_section): Change
10272         return type to Output_relaxed_input_section pointer.  Adjust code
10273         for new type of relaxed_input_section_map_.
10274         * output.h (Output_section::find_relaxed_input_section): Change
10275         return type to Output_relaxed_input_section pointer.
10276         (Output_section::Output_relaxed_input_section_by_input_section_map):
10277         New type.
10278         (Output_section::relaxed_input_section_map_): Change type to
10279         Output_section::Output_relaxed_input_section_by_input_section_map.
10280         * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
10281         input section.
10282
10283 2009-12-15  Ian Lance Taylor  <iant@google.com>
10284
10285         * layout.cc (Layout::create_shstrtab): Only write out after input
10286         sections if we are compressing debug sections.
10287
10288 2009-12-15  Ian Lance Taylor  <iant@google.com>
10289
10290         * archive.cc (Archive::add_symbols): Only look up a symbol without
10291         a version if there is, in fact, a version.
10292
10293 2009-12-14  Ian Lance Taylor  <iant@google.com>
10294
10295         Revert -Wshadow changes, all changes from:
10296         2009-12-11  Doug Kwan  <dougkwan@google.com>
10297         2009-12-11  Nick Clifton  <nickc@redhat.com>
10298         * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
10299
10300 2009-12-11  Doug Kwan  <dougkwan@google.com>
10301
10302         * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
10303         due to -Wshadow.
10304         * attributes.cc (Object_attribute::size): Ditto.
10305         (Attributes_section_data::size): Ditto.
10306         (Attributes_section_data::Attributes_section_data): Ditto.
10307         (Output_attributes_section_data::do_write): Ditto.
10308         * attributes.h (Object_attribute::set_type): Ditto.
10309         * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
10310
10311 2009-12-11  Nick Clifton  <nickc@redhat.com>
10312
10313         * archive.cc: Fix shadowed variable warnings.
10314         * arm.cc: Likewise.
10315         * compressed_output.cc: Likewise.
10316         * compressed_output.h: Likewise.
10317         * configure: Likewise.
10318         * dwarf_reader.cc: Likewise.
10319         * dynobj.cc: Likewise.
10320         * dynobj.h: Likewise.
10321         * ehframe.cc: Likewise.
10322         * ehframe.h: Likewise.
10323         * errors.cc: Likewise.
10324         * expression.cc: Likewise.
10325         * fileread.cc: Likewise.
10326         * fileread.h: Likewise.
10327         * freebsd.h: Likewise.
10328         * i386.cc: Likewise.
10329         * icf.cc: Likewise.
10330         * incremental.h: Likewise.
10331         * layout.cc: Likewise.
10332         * layout.h: Likewise.
10333         * mapfile.cc: Likewise.
10334         * merge.cc: Likewise.
10335         * merge.h: Likewise.
10336         * object.cc: Likewise.
10337         * object.h: Likewise.
10338         * options.h: Likewise.
10339         * output.cc: Likewise.
10340         * output.h: Likewise.
10341         * parameters.cc: Likewise.
10342         * plugin.cc: Likewise.
10343         * powerpc.cc: Likewise.
10344         * reduced_debug_output.cc: Likewise.
10345         * reduced_debug_output.h: Likewise.
10346         * reloc.cc: Likewise.
10347         * reloc.h: Likewise.
10348         * resolve.cc: Likewise.
10349         * script-sections.cc: Likewise.
10350         * script.cc: Likewise.
10351         * script.h: Likewise.
10352         * sparc.cc: Likewise.
10353         * symtab.cc: Likewise.
10354         * symtab.h: Likewise.
10355         * target-select.cc: Likewise.
10356         * target-select.h: Likewise.
10357         * token.h: Likewise.
10358         * workqueue.cc: Likewise.
10359         * workqueue.h: Likewise.
10360         * x86_64.cc: Likewise.
10361
10362 2009-12-10  Doug Kwan  <dougkwan@google.com>
10363
10364         * arm.cc (attributes.h): New include.
10365         (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
10366         (Arm_relobj::~Arm_relobj): Delete object pointed by
10367         attributes_section_data_.
10368         (Arm_relobj::attributes_section_data): New method definition.
10369         (Arm_relobj::attributes_section_data_): New data member declaration.
10370         (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
10371         (Arm_dynobj::~Arm_dynobj): Delete object pointed by
10372         attributes_section_data_.
10373         (Arm_dynobj::attributes_section_data): New method definition.
10374         (Arm_dynobj::attributes_section_data_): New data member declaration.
10375         (Target_arm::Target_arm): Initialize attributes_section_data_.  Change
10376         initialization value of may_use_blx_ to false.
10377         (Target_arm::using_thumb2, Target_arm::using_thumb_only,
10378         Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
10379         object attributes to compute results instead of hard-coding.
10380         (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
10381         Target_arm::get_secondary_compatible_arch,
10382         Target_arm::set_secondary_compatible_arch
10383         Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10384         Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
10385         New method declarations.
10386         (Target_arm::get_aeabi_object_attribute): New method definition.
10387         (Target_arm::attributes_section_data_): New data member declaration.
10388         (read_arm_attributes_section): New template definition.
10389         (Arm_relobj::do_read_symbols): Read attributes section if it exists.
10390         (Arm_dynobj::do_read_symbols): Ditto.
10391         (Target_arm::do_finalize_sections): Merge attributes sections from
10392         input.  Check for BLX use after attributes section merging.
10393         Fix __exidx_start and __exidx_end visibility.  Create an
10394         .ARM.attributes section if necessary.
10395         (Target_arm::get_secondary_compatible_arch,
10396         Target_arm::set_secondary_compatible_arch,
10397         Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10398         Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
10399         Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
10400         New method definitions.
10401
10402 2009-12-09  Ian Lance Taylor  <iant@google.com>
10403
10404         * plugin.cc (Plugin::load): Don't cast from void* to a function
10405         pointer.
10406
10407 2009-12-09  Ian Lance Taylor  <iant@google.com>
10408
10409         * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
10410         information fields.
10411
10412 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
10413
10414         * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
10415         Replace two_file_shared_1.so with two_file_shared_2.so.
10416         * testsuite/Makefile.in: Regenerated.
10417
10418 2009-12-08  Doug Kwan  <dougkwan@google.com>
10419
10420         * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
10421         (HFILES): Add attributes.h and int_encoding.h.
10422         * Makefile.in: Regenerate.
10423         * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
10424         function definitions to int_encoding.cc
10425         * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
10426         prototypes to int_encoding.h
10427         * reduced_debug_output.cc (int_encoding.h): New include.
10428         (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
10429         function definitions to int_encoding.cc
10430         (insert_into_vector, read_from_pointer): Move template definitions to
10431         int_encoding.h
10432         * attributes.cc: New file.
10433         * attributes.h: New file.
10434         * int_encoding.cc: New file.
10435         * int_encoding.h: New file.
10436
10437 2009-12-07  Rafael Avila de Espindola  <espindola@google.com>
10438
10439         PR gold/11055
10440         * incremental-dump.cc (dump_incremental_inputs): New.
10441         (main): Use dump_incremental_inputs.
10442
10443 2009-12-07  H.J. Lu  <hongjiu.lu@intel.com>
10444
10445         PR gold/10893
10446         * i386.cc (Target_i386::Scan::globa): Use is_func instead of
10447         checking elfcpp::STT_FUNC.
10448         (Target_i386::Relocate::relocate): Likewise.
10449         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
10450
10451         * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
10452         symbols from shared libraries into normal FUNC symbols.
10453
10454         * symtab.h (Symbol): Add is_func and use it.
10455
10456 2009-12-05  Doug Kwan  <dougkwan@google.com>
10457
10458         * arm.cc (Target_arm::arm_info): Initialize new fields
10459         attributes_section and attributes_vendor.
10460         * i386.cc (Target_i386::i386_info): Same.
10461         * object.cc (Sized_relobj::do_layout): Skip attribute section.
10462         * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
10463         fields attributes_section and attributes_vendor.
10464         * sparc.cc (Target_sparc::sparc_info): Same.
10465         * target.h (Target::attributes_section, Target::attributes_vendor,
10466         Target::is_attributes_section, Target::attribute_arg_type,
10467         Target::attributes_order): New method definitions.
10468         (Target::Target_info::attributes_section,
10469         Target::Target_info::attributes_vendor): New fields.
10470         (Target::do_attribute_arg_type, Target::do_attributes_order): New
10471         virtual method definitions.
10472         * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
10473         attributes_section and attributes_vendor.
10474         * testsuite/testfile.cc (Target_test::test_target_info): Same.
10475
10476 2009-12-05  Doug Kwan  <dougkwan@google.com>
10477
10478         * arm.cc: Update comments about interworking and stub generation.
10479         (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
10480         considered as non-PIC.
10481         (Arm_relocate_functions::base_abs): Fix formatting.
10482         (Arm_relocate_functions::got_prel): Fix comment.  Change interface
10483         of function to use GOT entry address instead of offset.
10484         (Target_arm::Scan::global): Issue an error if a symbol would need a
10485         PLT does not get one because it is untyped.  Remove code to create
10486         dynamic symbols for relative branches.
10487         (Target_arm::Relocate::relocate: Use 0 instead of false since function
10488         takes unsigned integer instead of boolean.
10489
10490 2009-12-05  H.J. Lu  <hongjiu.lu@intel.com>
10491
10492         * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
10493         (two_file_test_LDADD): Likewise.
10494         (common_test_1_LDADD): Likewise.
10495         (exception_test_LDADD) Likewise.
10496         (weak_test_LDADD): Likewise.
10497         (many_sections_test_LDADD): Likewise.
10498         (initpri1_LDADD): Likewise.
10499         (script_test_1_LDADD): Likewise.
10500         (script_test_2_LDADD): Likewise.
10501         (justsyms_LDADD): Likewise.
10502         (binary_test_LDADD): Likewise.
10503         (large_LDADD): Likewise.
10504         * testsuite/Makefile.in: Regenerated.
10505
10506 2009-12-04  H.J. Lu  <hongjiu.lu@intel.com>
10507
10508         * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
10509         (Symbol_table::override_with_special): Likewise.
10510         (Symbol_table::add_from_object): Likewise.
10511
10512 2009-12-04  Rafael Avila de Espindola  <espindola@google.com>
10513
10514         * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10515         Don't set the data_offset twice.
10516
10517 2009-12-04  Rafael Avila de Espindola  <espindola@google.com>
10518
10519         * testsuite/Makefile.in: Regenerate.
10520
10521 2009-12-03  Doug Kwan  <dougkwan@google.com>
10522
10523         * arm.cc: Remove comment about missing .ARM.exidx section symbols.
10524         (Target_arm::do_finalize_sections): Add parameter for symbol table
10525         pointer.  Add __exidx_start and __exidx_end symbols as appropriate.
10526         * i386.cc (Target_i386::do_finalize_sections): Add an additional
10527         parameter for symbol table pointer.
10528         * layout.cc (Layout::finalize): Call Target::finalize_sections with
10529         an additional parameter for a pointer to symbol table.
10530         * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
10531         parameter for a symbol table pointer.
10532         * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
10533         * target.h (Target::finalize_sections, Target::do_finalize_sections):
10534         Ditto.
10535         * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
10536         parameter for a symbol table pointer.
10537
10538 2009-12-03  Rafael Avila de Espindola  <espindola@google.com>
10539
10540         * incremental.cc (Incremental_inputs_header)
10541         (Incremental_inputs_header_write, Incremental_inputs_entry)
10542         (Incremental_inputs_entry_write): Move ...
10543         * incremental.h (Incremental_inputs_header)
10544         (Incremental_inputs_header_write, Incremental_inputs_entry)
10545         (Incremental_inputs_entry_write): here.
10546
10547 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
10548
10549         * incremental.cc (make_sized_incremental_binary): Set the target.
10550         Error if it is incompatible.
10551         * output.h (Output_file): Add filename method.
10552
10553 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
10554
10555         * incremental.cc (Incremental_inputs_entry): Remove unused argument
10556         from the get_* methods.
10557
10558 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
10559
10560         * incremental-dump.cc (main): Check that the offeset of a script is 0.
10561         * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
10562         Write 0 for the data_offset of scripts.
10563
10564 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
10565
10566         * testsuite/Makefile.am: Add the incremental_test.sh test.
10567         * testsuite/incremental_test.sh: New.
10568         * testsuite/incremental_test_1.c: New.
10569         * testsuite/incremental_test_2.c: New.
10570
10571 2009-12-01  Rafael Avila de Espindola  <espindola@google.com>
10572
10573         * incremental-dump.cc (main): Fix typos.
10574
10575 2009-11-27  Rafael Avila de Espindola  <espindola@google.com>
10576
10577         PR gold/11025
10578         * incremental-dump.cc (main): Use llu to print 64 bit values.
10579
10580 2009-11-26  Per Øyvind Karlsen <peroyvind@mandriva.org>
10581             H.J. Lu  <hongjiu.lu@intel.com>
10582
10583         * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
10584         $(LIBDL).
10585         (incremental_dump_LDADD): Likewise.
10586         * Makefile.in: Regenerated.
10587
10588 2009-11-25  Doug Kwan  <dougkwan@google.com>
10589
10590         Revert:
10591
10592         2009-11-25  Doug Kwan  <dougkwan@google.com>
10593
10594                 * arm.cc (Target_arm::Target_arm): Move method definition
10595                 outside of class definition.  Add code to handle
10596                 --target1-rel, --target1-abs and --target2= options.
10597                 (Target_arm::get_reloc_reloc_type): Change method to be
10598                 non-static and const.
10599                 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
10600                 New data member declaration.
10601                 (Target_arm::Scan::local, Target_arm::Scan::global,
10602                 Target_arm::Relocate::relocate,
10603                 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10604                 Adjust call to Target_arm::get_real_reloc_type.
10605                 (Target_arm::get_real_reloc_type): Use command line options
10606                 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10607                 * options.h (--target1-rel, --target1-abs, --target2): New
10608                 ARM-only options.
10609
10610 2009-11-25  Doug Kwan  <dougkwan@google.com>
10611
10612         * arm.cc (Target_arm::Target_arm): Move method definition outside of
10613         class definition.  Add code to handle --target1-rel, --target1-abs
10614         and --target2= options.
10615         (Target_arm::get_reloc_reloc_type): Change method to be non-static
10616         and const.
10617         (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
10618         member declaration.
10619         (Target_arm::Scan::local, Target_arm::Scan::global,
10620         Target_arm::Relocate::relocate,
10621         Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
10622         call to Target_arm::get_real_reloc_type.
10623         (Target_arm::get_real_reloc_type): Use command line options to
10624         determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
10625         * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
10626         options.
10627
10628 2009-11-25  Doug Kwan  <dougkwan@google.com>
10629
10630         * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
10631         (Arm_relocate_functions::thumb_branch_common): New metod declaration.
10632         (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
10633         formatting.
10634         (Arm_relocate_functions::thm_call): Replace body with a call to
10635         Arm_relocate_functions::thumb_branch_common.
10636         (Arm_relocate_functions::thm_jump24,
10637         Arm_relocate_functions::thm_xpc22): New method definitions.
10638         (Arm_relocate_functions::thumb_branch_common): New method definition.
10639         (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
10640         operator.
10641         (Target_arm::Relocate::relocate): Adjust call to thm_call.
10642         Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
10643
10644 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
10645
10646         * Makefile.am: Build incremental-dump
10647         * Makefile.in: Regenerate.
10648         * incremental-dump.cc: New.
10649         * incremental.cc (Incremental_inputs_header_data,
10650         Incremental_inputs_entry_data): Move to incremental.h
10651         * incremental.h: (Incremental_inputs_header_data,
10652         Incremental_inputs_entry_data): Move from incremental.cc
10653
10654 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
10655
10656         * incremental.cc (Incremental_inputs_header,
10657         Incremental_inputs_header_write, Incremental_inputs_entry,
10658         Incremental_inputs_entry_write): Add a typedef with the data type.
10659
10660 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
10661
10662         * incremental.cc (Incremental_inputs_header,
10663         Incremental_inputs_header_write, Incremental_inputs_entry,
10664         Incremental_inputs_entry_write): Update comment about which
10665         type has the filed descriptions.
10666
10667 2009-11-15  Doug Kwan  <dougkwan@google.com>
10668
10669         * arm.cc (Target_arm::may_use_arm_nop): New method definition.
10670         (Arm_relocate_functions::arm_branch_common): Change method defintion
10671         in class definition to a method declaration and update list of formal
10672         parameters.
10673         (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
10674         Arm_relocation_functions::jump24): Adjust call to
10675         Arm_relocate_functions::arm_branch_common.  Update list of formal
10676         parameters.
10677         (Arm_relocate_functions::xpc25): New method definition.
10678         (Arm_relocate_functions::arm_branch_common): Move method defintion
10679         out from class definition.  Use stubs for mode-switching and extending
10680         branch ranges.
10681         (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
10682         specially.  Change code to enable use of stubs in ARM branches.
10683
10684 2009-11-10  Doug Kwan  <dougkwan@google.com>
10685
10686         * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
10687         in method declaration.
10688         (Target_arm::relocate_stub): New method declaration.
10689         (Target_arm::default_target): Change to return a pointer instead of
10690         a const reference.
10691         (Reloc_stub::stub_type_for_reloc): Adjust for the change in
10692         Target_arm::default_target.
10693         (Arm_Relobj::do_relocate_sections): Remove options paramater in
10694         method definition.
10695         (Target_arm::relocate_section): Adjust view.
10696         (Target_arm::relocate_stub): New method definition.
10697
10698 2009-11-10  Doug Kwan  <dougkwan@google.com>
10699
10700         * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
10701         a format warning.
10702         * incremental.cc (open_incremental_binary): Initialized local
10703         variables to avoid warnings.
10704         * object.cc (make_elf_object): Ditto.
10705         * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
10706         a format warning.
10707
10708 009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
10709
10710         PR gold/10930
10711         * testsuite/plugin_test.c: Include "config.h".
10712
10713 2009-11-09  Doug Kwan  <dougkwan@google.com>
10714
10715         * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
10716         (arm_symbol_value): Remove.
10717         (Arm_relocate_functions::arm_branch_common,
10718         Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
10719         Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
10720         Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
10721         Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
10722         Arm_relocate_functions::call, Arm_relocate_functions::jump24,
10723         Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
10724         Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
10725         Arm_relocate_functions::thm_mobw_abs_nc,
10726         Arm_relocate_functions::thm_mov_abs,
10727         Arm_relocate_functions::movw_prel_nc,
10728         Arm_relocate_functions::thm_movt_abs,
10729         Arm_relocate_functions::movt_prel,
10730         Arm_relocate_functions::thm_movw_prel_nc,
10731         Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
10732         (Target_arm::Relocate::relocate): Only decompose address into two
10733         parts if relocation type uses the thumb-bit and pass the actual
10734         bit instead of a flag indicating that the thumb-bit is used.  Adjust
10735         calls to methods in Arm_relocate_functions for this change.
10736
10737 2009-11-08  Ian Lance Taylor  <iant@google.com>
10738
10739         PR 10925
10740         * reloc.cc: Instantiate
10741         Sized_relobj::initialize_input_to_output_maps and
10742         Sized_relobj:free_input_to_output_maps.
10743
10744 2009-11-06  Ian Lance Taylor  <iant@google.com>
10745
10746         PR 10876
10747         * defstd.cc (in_segment): Set only_if_ref true for "end".
10748
10749 2009-11-06  Doug Kwan  <dougkwan@google.com>
10750
10751         * arm.cc (class Reloc_stub): Correct a comment.
10752         (Target_arm::Target_arm): Initialize arm_input_section_map_.
10753         (Target_arm::scan_section_for_stubs): New method declaration.
10754         (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
10755         Change methods from private to protected.
10756         (Target_arm::do_may_relax): New method definition.
10757         (Target_arm::do_relax, Target_arm::group_sections,
10758         Target_arm::scan_reloc_for_stub,
10759         Target_arm::scan_reloc_section_for_stubs): New method declarations.
10760         (Target_arm::arm_input_section_map_): New data member declaration.
10761         (Target_arm::scan_reloc_for_stub,
10762         Target_arm::scan_reloc_section_for_stubs,
10763         Target_arm::scan_section_for_stubs, Target_arm::group_sections,
10764         Target_arm::do_relax): New method definitions.
10765
10766 2009-11-06  Mikolaj Zalewski  <mikolaj@google.com>
10767
10768         * configure.ac: Check for (struct stat)::st_mtim
10769         * fileread.cc (File_read::get_mtime): Use st_mtim if available.
10770         * config.in: Regenerate.
10771         * configure: Regenerate.
10772
10773 2009-11-05  Ian Lance Taylor  <iant@google.com>
10774
10775         PR 10910
10776         * output.cc (Output_segment::add_output_section): Add missing
10777         return statement.
10778
10779 2009-11-04  Ian Lance Taylor  <iant@google.com>
10780
10781         PR 10880
10782         * object.h (class Object): Add is_needed and set_is_needed
10783         methods.  Add is_needed_ field.  Make bool fields into bitfields.
10784         * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
10785         defined in a dynamic object and referenced by a regular object,
10786         set is_needed for the dynamic object.
10787         * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
10788         if the file is marked with as_needed and it is not needed.
10789
10790 2009-11-04  Ian Lance Taylor  <iant@google.com>
10791
10792         PR 10887
10793         * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
10794         tags if data is discarded by linker script.
10795         * i386.cc (Target_i386::do_finalize_sections): Likewise.
10796         * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
10797         * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
10798         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10799
10800 2009-11-04  Ian Lance Taylor  <iant@google.com>
10801
10802         * layout.cc (Layout::get_output_section): Add is_interp and
10803         is_dynamic_linker_section parameters.  Change all callers.
10804         (Layout::choose_output_section): Likewise.
10805         (Layout::make_output_section): Likewise.
10806         (Layout::add_output_section_data): Add is_dynamic_linker_section
10807         parameter.  Change all callers.
10808         * layout.h (class Layout): Update declarations.
10809         * output.h (class Output_section): Add is_interp, set_is_interp,
10810         is_dynamic_linker_section, set_is_dynamic_linker_section methods.
10811         Add is_interp_, is_dynamic_linker_section_ fields.  Change
10812         generate_code_fills_at_write_ to a bitfield.
10813         * output.cc (Output_section::Output_sections): Initialize new
10814         fields.
10815         (Output_segment::add_output_section): Add do_sort parameter.
10816         Change all callers.
10817
10818 2009-11-03  Ian Lance Taylor  <iant@google.com>
10819
10820         PR 10860
10821         * options.h (class General_options): Add --warn-common.
10822         * resolve.cc (Symbol_table::resolve): Handle --warn-common when
10823         merging two common symbols.
10824         (Symbol_table::should_override): Handle --warn-common when merging
10825         a common symbol with a defined symbol.  Use report_resolve_problem
10826         for multiple definitions.
10827         (Symbol_table::report_resolve_problem): New function.
10828         * symtab.h (class Symbol_table): Declare report_resolve_problem.
10829
10830 2009-11-03  Doug Kwan  <dougkwan@google.com>
10831
10832         * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
10833         stub_factory_.
10834         (Target_arm::stub_factory): New method definition.
10835         (Target_arm::new_arm_input_section,
10836         Target_arm::find_arm_input_section, Target_arm::new_stub_table,
10837         Target_arm::reloc_uses_thumb_bit): New method declarations.
10838         (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
10839         New type definitions.
10840         (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
10841         member declarations.
10842         (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
10843         Target_arm::find_arm_input_section, Target_arm::new_stub_table):
10844         New method definitions.
10845
10846 2009-11-03  Ian Lance Taylor  <iant@google.com>
10847
10848         * options.h (class General_options): Add --warn_constructors.
10849
10850 2009-11-03  Ian Lance Taylor  <iant@google.com>
10851
10852         PR 10893
10853         * defstd.cc (in_section): Add entries for __rel_iplt_start,
10854         __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
10855
10856 2009-11-03  Ian Lance Taylor  <iant@google.com>
10857
10858         PR 10895
10859         * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
10860         --msgid-bugs-address.
10861         (install-pdf): New target.
10862         (install-data_yes): Look up one directory to find mkinstalldirs.
10863
10864 2009-11-03  H.J. Lu  <hongjiu.lu@intel.com>
10865
10866         * po/Make-in (.po.gmo): Don't generate .gmo files in source
10867         tree.
10868
10869 2009-10-30  Doug Kwan  <dougkwan@google.com>
10870
10871         * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
10872
10873 2009-10-30  Doug Kwan  <dougkwan@google.com>
10874
10875         * arm.cc (Stub_addend_reader): New struct template definition
10876         and partial specializations.
10877         (Stub_addend_reader::operator()): New method definition for a
10878         partially specialized template.
10879
10880 2009-10-30  Doug Kwan  <dougkwan@google.com>
10881
10882         * arm.cc (Arm_relobj::processor_specific_flags): New method
10883         definition.
10884         (Arm_relobj::do_read_symbols): New method declaration.
10885         (Arm_relobj::processor_specific_flags_): New data member declaration.
10886         (Arm_dynobj): New class definition.
10887         (Target_arm::do_finalize_sections): Add input_objects parameter.
10888         (Target_arm::do_adjust_elf_header): New method declaration.
10889         (Target_arm::are_eabi_versions_compatible,
10890         (Target_arm::merge_processor_specific_flags): New method declaration.
10891         (Target_arm::do_make_elf_object): New overloaded method definitions
10892         and declaration.
10893         (Arm_relobj::do_read_symbols): New method definition.
10894         (Arm_dynobj::do_read_symbols): Ditto.
10895         (Target_arm::do_finalize_sections): Add input_objects parameters.
10896         Merge processor-specific flags from all input objects.
10897         (Target_arm::are_eabi_versions_compatible,
10898         Target_arm::merge_processor_specific_flags,
10899         Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
10900         New method definitions.
10901         * i386.cc (Target_i386::do_finalize_sections): Add unnamed
10902         Input_objects pointer type parameter.
10903         * layout.cc (Layout::finalize): Pass input objects to target's.
10904         finalize_sections function.
10905         * output.cc (Output_file_header::do_sized_write): Set ELF file
10906         header's processor-specific flags.
10907         * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
10908         Input_objects pointer type parameter.
10909         * sparc.cc (Target_sparc::do_finalize_sections): Same.
10910         * target.h (Input_objects): New forward class declaration.
10911         (Target::processor_specific_flags,
10912         Target::are_processor_specific_flags_sect): New method definitions.
10913         (Target::finalize_sections): Add input_objects parameter.
10914         (Target::Target): Initialize processor_specific_flags_ and
10915         are_processor_specific_flags_set_.
10916         (Target::do_finalize_sections): Add unnamed Input_objects pointer type
10917         parameter.
10918         (Target::set_processor_specific_flags): New method definition.
10919         (Target::processor_specific_flags_,
10920         Target::are_processor_specific_flags_set_): New data member
10921         declarations.
10922         * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
10923         Input_objects pointer type parameter.
10924
10925 2009-10-30  Doug Kwan  <dougkwan@google.com>
10926
10927         * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
10928
10929 2009-10-28  Ian Lance Taylor  <iant@google.com>
10930
10931         * object.h (class Relobj): Drop options parameter from
10932         gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
10933         do_scan_relocs, do_relocate.  Change all callers.
10934         (class Sized_relobj): Drop options parameters from
10935         do_gc_process_relocs, do_scan_relocs, do_relocate,
10936         do_relocate_sections, relocate_sections, emit_relocs_scan,
10937         emit_relocs_scan_reltype.  Change all callers.
10938         (struct Relocate_info): Remove options field and all references to
10939         it.
10940         * reloc.h (class Read_relocs): Remove options constructor
10941         parameter and options_ field.  Change all callers.
10942         (class Gc_process_relocs, class Scan_relocs): Likewise.
10943         (class Relocate_task): Likewise.
10944         * target-reloc.h (scan_relocs): Remove options parameter.  Change
10945         all callers.
10946         (scan_relocatable_relocs): Likewise.
10947         * target.h (class Sized_target): Remove options parameter from
10948         gc_process_relocs, scan_relocs, scan_relocatable_relocs.  Change
10949         all callers.
10950         * gc.h (gc_process_relocs): Remove options parameter.  Change all
10951         callers.
10952         * arm.cc: Update functions to remove options parameters.
10953         * i386.cc: Likewise.
10954         * powerpc.cc: Likewise.
10955         * sparc.cc: Likewise.
10956         * x86_64.cc: Likewise.
10957         * testsuite/testfile.cc: Likewise.
10958
10959 2009-10-28  Doug Kwan  <dougkwan@google.com>
10960
10961         * arm.cc (Arm_relobj): New class definition.
10962         (Arm_relobj::scan_sections_for_stubs,
10963         Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
10964         New method definitions.
10965
10966 2009-10-28  Cary Coutant  <ccoutant@google.com>
10967
10968         * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
10969         (Plugin::cleanup_done_): New member.
10970         (Plugin_manager::Plugin_manager): Remove cleanup_done_.
10971         (Plugin_manager::cleanup_done_): Remove.
10972         (Plugin_manager::add_input_file): Edit error message.
10973         * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
10974         (Plugin_manager::cleanup): Remove use of cleanup_done_.
10975
10976 2009-10-27  Mikolaj Zalewski  <mikolajz@google.com>
10977
10978         * fileread.cc: (File_read::View::~View): Use the new
10979         data_ownership_ filed.
10980         (File_read::~File_read): Dispose the new whole_file_view_.
10981         (File_read::open): Mmap the whole file if needed.
10982         (File_read::open): Use whole_file_view_ instead of contents_.
10983         (File_read::find_view): Use whole_file_view_ if applicable.
10984         (File_read::do_read): Use whole_file_view_ instead of contents_.
10985         (File_read::make_view): Use whole_file_view_ instead of contents_,
10986         update File_read::View::View call.
10987         (File_read::find_or_make_view): Update File_read::View::View
10988         call.
10989         * fileread.h: (File_read::File_read): Initialize whole_file_view_,
10990         remove contents_
10991         (File_read::View::Data_ownership): New enum.
10992         (File_read::View::View): Replace bool mapped_ with Data_ownership
10993         argument.
10994         (File_read::View::mapped_): Remove (replaced by data_ownership_).
10995         (File_read::View::data_ownership_): New field.
10996         (File_read::contents_): Remove (replaced by whole_file_view_).
10997         (File_read::whole_file_view_): New field.
10998         * options.h (class General_options): Add --keep-files-mapped.
10999
11000 2009-10-27  Cary Coutant  <ccoutant@google.com>
11001
11002         * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
11003         * testsuite/Makefile.am (plugin_test_5): New test case.
11004         * testsuite/Makefile.in: Regenerate.
11005
11006 2009-10-25  Doug Kwan  <dougkwan@google.com>
11007
11008         * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
11009         from private to protected to allow access by child class.
11010         (Sized_relobj::do_relocate_sections): New method declaration.
11011         (Sized_relobj::relocate_sections): Virtualize.
11012         * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
11013         Sized_relobj::relocate_sections.  Instantiate template explicitly
11014         for different target sizes and endianity.
11015
11016 2009-10-24  Doug Kwan  <dougkwan@google.com>
11017
11018         * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
11019         (Arm_input_section::as_arm_input_section): New method.
11020         (Arm_output_section): New class definition.
11021         (Arm_output_section::create_stub_group,
11022         Arm_output_section::group_sections): New method definitions.
11023
11024 2009-10-22  Doug Kwan  <dougkwan@google.com>
11025
11026         * arm.cc (Arm_input_section): New class definition.
11027         (Arm_input_section::init, Arm_input_section:do_write,
11028         Arm_input_section::set_final_data_size,
11029         Arm_input_section::do_reset_address_and_file_offset): New method
11030         definitions.
11031
11032 2009-10-21  Doug Kwan  <dougkwan@google.com>
11033
11034         * arm.cc (Stub_table, Arm_input_section): New forward class
11035         declarations.
11036         (Stub_table): New class defintion.
11037         (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
11038         Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
11039         New method definition.
11040
11041 2009-10-21  Doug Kwan  <dougkwan@google.com>
11042
11043         * arm.cc: Update copyright comments.
11044         (Target_arm): New forward class template declaration.
11045         (Arm_address): New type.
11046         (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
11047         THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
11048         THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
11049         constants.
11050         (Insn_template): Same.
11051         (DEF_STUBS): New macro.
11052         (Stub_type): New enum type.
11053         (Stub_template): New class definition.
11054         (Stub): Same.
11055         (Reloc_stub): Same.
11056         (Stub_factory): Same.
11057         (Target_arm::Target_arm): Initialize may_use_blx_ and
11058         should_force_pic_veneer_.
11059         (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
11060         Target_arm::should_force_pic_veneer,
11061         Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
11062         Target_arm::using_thumb_only, Target_arm:;default_target): New
11063         method defintions.
11064         (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
11065         New data member declarations.
11066         (Insn_template::size, Insn_template::alignment): New method defintions.
11067         (Stub_template::Stub_template): New method definition.
11068         (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
11069         Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
11070         (Stub_factory::Stub_factory): New method definition.
11071         * gold.h (string_hash): New template.
11072         * output.h (Input_section_specifier::hash_value): Use
11073         gold::string_hash.
11074         (Input_section_specifier::string_hash): Remove.
11075         * stringpool.cc (Stringpool_template::string_hash): Use
11076         gold::string_hash.
11077
11078 2009-10-20  Doug Kwan  <dougkwan@google.com>
11079
11080         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
11081         symbols of relaxed input sections.
11082         * output.h (Output_section::find_relaxed_input_section): Make
11083         method public.
11084
11085 2009-10-16  Doug Kwan  <dougkwan@google.com>
11086
11087         * dynobj.cc (Versions::Versions): Initialize version_script_.
11088         Only insert base version symbol definition for a shared object
11089         if version script defines any version versions.
11090         (Versions::define_base_version): New method definition.
11091         (Versions::add_def): Check that base version is not needed.
11092         (Versions::add_need): Define base version lazily.
11093         * dynobj.h (Versions::define_base_version): New method declaration.
11094         (Versions::needs_base_version_): New data member declaration.
11095         * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
11096         (check_DATA): Add no_version_test.stdout.
11097         (libno_version_test.so, no_version_test.o no_version_test.stdout):
11098         New make rules.
11099         * testsuite/Makefile.in: Regenerate.
11100         * testsuite/no_version_test.c: New file.
11101         * testsuite/no_version_test.sh: Ditto.
11102
11103 2009-10-16  Doug Kwan  <dougkwan@google.com>
11104
11105         * expression.cc (class Segment_start_expression): New class definition.
11106         (Segment_start_expression::value): New method definition.
11107         (script_exp_function_segment_start): Return a new
11108         Segment_start_expression.
11109         * gold/script-c.h (script_saw_segment_start_expression): New function
11110         prototype.
11111         * script-sections.cc (Script_sections::Script_sections): Initialize
11112         SAW_SEGMENT_START_EXPRESSION_ to false.
11113         (Script_sections::set_section_addresses): Use -Ttext, -Tdata
11114         and -Tbbs options to specify section addresses if given in
11115         command line and no SEGMENT_START expression is seen in a script.
11116         * script-sections.h (Script_sections::saw_segment_start_expression,
11117         Script_sections::set_saw_segment_start_expression): New method
11118         definition.
11119         (Script_sections::saw_segment_start_expression_): New data member
11120         declaration.
11121         * script.cc (script_saw_segment_start_expression): New function.
11122         * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
11123         * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
11124         script_test_7.sh and script_test_8.sh.
11125         (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
11126         script_test_8.stdout.
11127         (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
11128         (script_test_6, script_test_6.stdout, script_test_7,
11129         script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
11130         * Makefile.in: Regenerate.
11131         * testsuite/script_test_6.sh: New file.
11132         * testsuite/script_test_6.t: Same.
11133         * testsuite/script_test_7.sh: Same.
11134         * testsuite/script_test_7.t: Same.
11135         * testsuite/script_test_8.sh: Same.
11136
11137 2009-10-16  Doug Kwan  <dougkwan@google.com>
11138
11139         * output.cc (Output_segment::set_section_list_address): Cast
11140         expressions to unsigned long long type to avoid format warnings.
11141
11142 2009-10-15  Ian Lance Taylor  <iant@google.com>
11143
11144         * script.cc (Script_options::add_symbol_assignment): Always add a
11145         dot assignment to script_sections_.
11146         * script-sections.cc (Script_sections::add_dot_assignment):
11147         Initialize if necessary.
11148
11149         * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
11150         program headers with no load segment if there is a linker script.
11151
11152         * layout.cc (Layout::set_segment_offsets): Align the file offset
11153         to the segment aligment for -N or -n with no load segment.
11154         * output.cc (Output_segment::add_output_section): Don't crash if
11155         the first section is a TLS section.
11156         (Output_segment::set_section_list_addresses): Print an error
11157         message if the address moves backward in a linker script.
11158         * script-sections.cc
11159         (Output_section_element_input::set_section_addresses): Don't
11160         increase *dot_value for a SHF_TLS/SHT_NOBITS section.
11161         (Orphan_output_section::set_section_addresses): Likewise.
11162
11163 2009-10-15  Doug Kwan  <dougkwan@google.com>
11164
11165         * layout.cc (Layout::finish_dynamic_section): Generate tags
11166         DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
11167         DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
11168         used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
11169
11170 2009-10-14  Ian Lance Taylor  <iant@google.com>
11171
11172         * object.h (class Relocate_info): Add reloc_shdr and data_shdr
11173         fields.
11174         * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
11175         data_shdr fields of relinfo.
11176         * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
11177         (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo.  For
11178         R_386_TLS_LDO_32, adjust based on section flags.
11179         (Target_i386::Relocate::fix_up_ldo): Remove.
11180
11181 2009-10-13  Ian Lance Taylor  <iant@google.com>
11182
11183         Add support for -pie.
11184         * options.h (class General_options): Add -pie and
11185         --pic-executable.
11186         (General_options::output_is_position_independent): Test -pie.
11187         (General_options::output_is_executable): Return true if not shared
11188         and not relocatable.
11189         (General_options::output_is_pie): Remove.
11190         * options.cc (General_options::finalize): Reject incompatible uses
11191         of -pie.
11192         * gold.cc (queue_middle_tasks): A -pie link is not static.
11193         * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
11194         * symtab.cc (Symbol::final_value_is_known): Return false if
11195         output_is_position_independent.
11196         * layout.cc (Layout::set_segment_offsets): Start at address 0 if
11197         output_is_position_independent.
11198         * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
11199         output_is_position_independent.
11200         * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
11201         output_is_position_independent.
11202         * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
11203         two_file_pie_test.
11204         (basic_pie_test.o, basic_pie_test): New targets.
11205         (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
11206         (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
11207         (two_file_pie_test): New target.
11208         * testsuite/Makefile.in: Rebuild.
11209         * README: Remove note saying that -pie is not supported.
11210
11211 2009-10-13  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
11212
11213         * options.h (class General_options): Add -init and -fini.
11214         * layout.cc (Layout::finish_dynamic_section): Emit
11215         given init and fini functions.
11216
11217 2009-10-13  Sriraman Tallam  <tmsriram@google.com>
11218
11219         * gc.h (gc_process_relocs): Check if icf is enabled using new
11220         function.
11221         * gold.cc (queue_initial_tasks): Likewise.
11222         (queue_middle_tasks): Likewise.
11223         * object.cc (do_layout): Likewise.
11224         * symtab.cc (is_section_folded): Likewise.
11225         * main.cc (main): Likewise.
11226         * reloc.cc (Read_relocs::run): Likewise.
11227         (Sized_relobj::do_scan_relocs): Likewise.
11228         * icf.cc (is_function_ctor_or_dtor): New function.
11229         (Icf::find_identical_sections): Check if function is ctor or dtor when
11230         safe icf is chosen.
11231         * options.h (General_options::icf): Change option to be an enum.
11232         (Icf_status): New enum.
11233         (icf_enabled): New method.
11234         (icf_safe_folding): New method.
11235         (set_icf_status): New method.
11236         (icf_status_): New variable.
11237         * (options.cc) (General_options::finalize): Set icf_status_.
11238         * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
11239         icf_test and icf_keep_unique_test to use the --icf enum flag.
11240         * testsuite/icf_safe_test.sh: New file.
11241         * testsuite/icf_safe_test.cc: New file.
11242
11243 2009-10-12  Sriraman Tallam  <tmsriram@google.com>
11244
11245         * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
11246         includes to gc.h and icf.h.
11247         * arm.cc: Include gc.h.
11248         * gold.cc: Likewise.
11249         * i386.cc: Likewise.
11250         * powerpc.cc: Likewise.
11251         * sparc.cc: Likewise.
11252         * x86_64.cc: Likewise.
11253         * gc.h: Include icf.h.
11254
11255 2009-10-11  Ian Lance Taylor  <iant@google.com>
11256
11257         * plugin.cc: Include "gold.h" before other header files.
11258
11259 2009-10-10  Chris Demetriou  <cgd@google.com>
11260
11261         * options.h (Input_file_argument::Input_file_type): New enum.
11262         (Input_file_argument::is_lib_): Replace with...
11263         (Input_file_argument::type_): New member.
11264         (Input_file_argument::Input_file_argument): Take Input_file_type
11265         'type' rather than boolean 'is_lib' as second argument.
11266         (Input_file_argument::is_lib): Use type_.
11267         (Input_file_argument::is_searched_file): New function.
11268         (Input_file_argument::may_need_search): Handle is_searched_file.
11269         * options.cc (General_options::parse_library): Support -l:filename.
11270         (General_options::parse_just_symbols): Update for Input_file_argument
11271         changes.
11272         (Command_line::process): Likewise.
11273         * archive.cc (Archive::get_file_and_offset): Likewise.
11274         * plugin.cc (Plugin_manager::release_input_file): Likewise.
11275         * script.cc (read_script_file, script_add_file): Likewise.
11276         * fileread.cc (Input_file::Input_file): Likewise.
11277         (Input_file::will_search_for): Handle is_searched_file.
11278         (Input_file::open): Likewise.
11279         * readsyms.cc (Read_symbols::get_name): Likewise.
11280         * testsuite/Makefile.am (searched_file_test): New test.
11281         * testsuite/Makefile.in: Regenerate.
11282         * testsuite/searched_file_test.cc: New file.
11283         * testsuite/searched_file_test_lib.cc: New file.
11284
11285 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11286             Ian Lance Taylor  <iant@google.com>
11287
11288         * descriptor.cc: Include <cstdio> and "binary-io.h".
11289         (Descriptors::open): Open the files in binary mode always.
11290         * script.cc (Lex::get_token): Treat \r as whitespace.
11291
11292 2009-10-09  Ian Lance Taylor  <iant@google.com>
11293
11294         * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
11295
11296 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11297             Ian Lance Taylor  <iant@google.com>
11298
11299         * configure.ac: Check for readv function also.
11300         * fileread.cc (readv): Define if not HAVE_READV.
11301         * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
11302         does not exist.
11303         * config.in: Regenerate.
11304         * configure: Regenerate.
11305
11306 2009-10-09  Doug Kwan  <dougkwan@google.com>
11307
11308         * layout.cc (Layout::make_output_section): Call target hook to make
11309         ordinary output section.
11310         (Layout::finalize): Adjust parameter list of call the
11311         Target::may_relax().
11312         * layout.h (class Layout::section_list): New method.
11313         * merge.h (Output_merge_base::entsize): Change visibility to public.
11314         (Output_merge_base::is_string, Output_merge_base::do_is_string):
11315         New methods.
11316         (Output_merge_string::do_is_string): New method.
11317         * object.cc (Sized_relobj::do_setup): renamed from
11318         Sized_relobj::set_up.
11319         * object.h (Sized_relobj::adjust_shndx,
11320         Sized_relobj::initializ_input_to_output_maps,
11321         Sized_relobj::free_input_to_output_maps): Change visibilities to
11322         protected.
11323         (Sized_relobj::setup): Virtualize.
11324         (Sized_relobj::do_setup): New method declaration.
11325         (Sized_relobj::invalidate_section_offset,
11326         Sized_relobj::do_invalidate_section_offset): New method decfinitions.
11327         (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
11328         * options.cc (parse_int): New function.
11329         * options.h (parse_int): New declaration.
11330         (DEFINE_int): New macro.
11331         (stub_group_size): New option.
11332         * output.cc (Output_section::Output_section): Initialize memebers
11333         merge_section_map_, merge_section_by_properties_map_,
11334         relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
11335         (Output_section::add_input_section): Handled deferred code-fill
11336         generation and remove an old comment.
11337         (Output_section::add_relaxed_input_section): New method definition.
11338         (Output_section::add_merge_input_section): Use merge section by
11339         properties map to speed to search.  Update merge section maps
11340         as appropriate.
11341         (Output_section::build_relaxation_map): New method definition.
11342         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
11343         Same.
11344         (Output_section::relax_input_section): Renamed to
11345         Output_section::convert_input_sections_to_relaxed_sections and change
11346         interface to take a vector of pointers to relaxed sections.
11347         (Output_section::find_merge_section,
11348         Output_section::find_relaxed_input_section): New method definitions.
11349         (Output_section::is_input_address_mapped,
11350         Output_section::output_offset, Output_section::output_address):
11351         Use output section data maps to speed up searching.
11352         (Output_section::find_starting_output_address): Add comments.
11353         (Output_section::do_write,
11354         Output_section::write_to_postprocessing_buffer): Do code-fill
11355         generation as appropriate.
11356         (Output_section::get_input_sections): Invalidate relaxed input section
11357         map.
11358         (Output_section::restore_states): Adjust type of checkpoint .
11359         Invalidate relaxed input section map.
11360         * output.h (Output_merge_base): New class declaration.
11361         (Input_section_specifier): New class defintion.
11362         (class Output_relaxed_input_section) Change base class to
11363         Output_section_data_build.
11364         (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
11365         base class initializer.
11366         (Output_section::add_relaxed_input_section): New method declaration.
11367         (Output_section::Input_section): Change visibility to protected.
11368         (Output_section::Input_section::relobj,
11369         Output_section::Input_section::shndx): Handle relaxed input sections.
11370         Output_section::input_sections) Change visibility to protected.  Also
11371         define overload to return a non-const pointer.
11372         (Output_section::Merge_section_properties): New class defintion.
11373         (Output_section::Merge_section_by_properties_map,
11374         Output_section::Output_section_data_by_input_section_map,
11375         Output_section::Relaxation_map): New types.
11376         (Output_section::relax_input_section): Rename method to
11377         Output_section::convert_input_sections_to_relaxed_sections and change
11378         interface to take a vector of relaxed section pointers.
11379         (Output_section::find_merge_section,
11380         Output_section::find_relaxed_input_section,
11381         Output_section::build_relaxation_map,
11382         Output_section::convert_input_sections_in_list_to_relaxed_sections):
11383         New method declarations.
11384         (Output_section::merge_section_map_
11385         Output_section::merge_section_by_properties_map_,
11386         Output_section::relaxed_input_section_map_,
11387         Output_section::is_relaxed_input_section_map_valid_,
11388         Output_section::generate_code_fills_at_write_): New data members.
11389         * script-sections.cc
11390         (Output_section_element_input::set_section_addresses): Call
11391         current_data_size and addralign methods of relaxed input sections.
11392         (Orphan_output_section::set_section_addresses): Call current_data_size
11393         and addralign methods of relaxed input sections.
11394         * symtab.cc (Symbol_table::compute_final_value): Extract template
11395         from the body of Symbol_table::sized_finalize_symbol.
11396         (Symbol_table::sized_finalized_symbol): Call
11397         Symbol_table::compute_final_value.
11398         * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
11399         (Symbol_table::compute_final_value): New templated method declaration.
11400         * target.cc (Target::do_make_output_section): New method defintion.
11401         * target.h (Target::make_output_section): New method declaration.
11402         (Target::relax): Add more parameters for input objects, symbol table
11403         and layout.  Adjust call to do_relax.
11404         (Target::do_make_output_section): New method declaration.
11405         (Target::do_relax): Add parameters for input objects, symbol table
11406         and layout.
11407
11408 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11409
11410         * pread.c: Include stdio.h.
11411
11412 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11413
11414         * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
11415         defined.
11416
11417 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11418
11419         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
11420         Change read_shndx type to unsigned int.
11421         (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11422         int.
11423         (Sized_dwarf_line_info::read_line_mappings): Likewise.
11424         * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
11425         Change read_shndx type to unsigned int.
11426         (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11427         int.
11428         (Sized_dwarf_line_info::read_line_mappings): Likewise.
11429         * layout.cc (Layout::create_symtab_sections): Cast the result of
11430         local_symcount * symsize to off_t in the gold_assert.
11431
11432 2009-10-09  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11433
11434         * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
11435         R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
11436         R_ARM_BASE_ABS.
11437         (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
11438         (Arm_relocate_functions::thm_abs5): New function.
11439         (Arm_relocate_functions::abs12): New function.
11440         (Arm_relocate_functions::abs16): New function.
11441         (Arm_relocate_functions::base_abs): New function.
11442         (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
11443         (Scan::local): Remove special handling of R_ARM_ABS8.  Handle
11444         R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
11445         R_ARM_BASE_ABS.
11446         (Scan::global): Likewise.
11447         (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
11448         R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
11449         (Relocatable_size_for_reloc::get_size_for_reloc): Handle
11450         R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
11451         R_ARM_BASE_ABS.
11452
11453 2009-10-09  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11454
11455         * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
11456         (Arm_relocate_functions::movt_prel): New function.
11457         (Arm_relocate_functions::thm_movw_prel_nc): New function.
11458         (Arm_relocate_functions::thm_movt_prel): New function.
11459         (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
11460         R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
11461         (Scan::global, Relocate::relocate): Likewise.
11462         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11463
11464 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
11465
11466         * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
11467         Incremental_checker.
11468         * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
11469         unsigned int.
11470         (class Incremental_inputs_header): New class.
11471         (Incremental_inputs_header_writer): Edit comment.
11472         (Incremental_inputs_entry): New class.
11473         (Incremental_inputs_entry_writer): Edit comment.
11474         (Sized_incremental_binary::do_find_incremental_inputs_section):
11475         Add *strtab_shndx parameter, fill it.
11476         (Sized_incremental_binary::do_check_inputs): New method.
11477         (Incremental_checker::can_incrementally_link_output_file): Use
11478         Sized_incremental_binary::check_inputs.
11479         (Incremental_inputs::report_command_line): Save command line in
11480         command_line_.
11481         * incremental.h:
11482         (Incremental_binary::find_incremental_inputs_section): New
11483         method.
11484         (Incremental_binary::do_find_incremental_inputs_section): Add
11485         strtab_shndx parameter.
11486         (Incremental_binary::do_check_inputs): New pure virtual method.
11487         (Sized_incremental_binary::do_check_inputs): Declare.
11488         (Incremental_checker::Incremental_checker): Add incremental_inputs
11489         parameter, use it to initialize incremental_inputs_.
11490         (Incremental_checker::incremental_inputs_): New field.
11491         (Incremental_checker::command_line): New method.
11492         (Incremental_checker::inputs): New method.
11493         (Incremental_checker::command_line_): New field.
11494
11495 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
11496
11497         * incremental.cc: Include <cstdarg> and "target-select.h".
11498         (vexplain_no_incremental): New function.
11499         (explain_no_incremental): New function.
11500         (Incremental_binary::error): New method.
11501         (Sized_incremental_binary::do_find_incremental_inputs_section): New
11502         method.
11503         (make_sized_incremental_binary): New function.
11504         (open_incremental_binary): New function.
11505         (can_incrementally_link_file): Add checks if output is ELF and has
11506         inputs section.
11507         * incremental.h: Include "elfcpp_file.h" and "output.h".
11508         (Incremental_binary): New class.
11509         (Sized_incremental_binary): New class.
11510         (open_incremental_binary): Declare.
11511         * object.cc (is_elf_object): Use
11512         elfcpp::Elf_recognizer::is_elf_file.
11513         (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
11514         * output.h (Output_file::filesize): New method.
11515
11516 2009-10-07  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11517
11518         * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
11519         New function.
11520         (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
11521         (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
11522         function.
11523         (Arm_relocate_functions::insert_val_thumb_movw_movt): New
11524         function.
11525         (Arm_relocate_functions::movw_abs_nc): New function.
11526         (Arm_relocate_functions::movt_abs): New function.
11527         (Arm_relocate_functions::thm_movw_abs_nc): New function.
11528         (Arm_relocate_functions::thm_movt_abs): New function.
11529         (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
11530         R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
11531         (Scan::global): Likewise.
11532         (Relocate::relocate): Likewise.
11533         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11534
11535 2009-10-07  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11536
11537         * arm.cc (Arm_relocate_functions::got_prel) New function.
11538         (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
11539         (Relocate::relocate): Likewise.
11540         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11541
11542 2009-10-06  Ian Lance Taylor  <iant@google.com>
11543
11544         * options.h (class General_options): Define
11545         split_stack_adjust_size parameter.
11546         * object.h (class Object): Add uses_split_stack_ and
11547         has_no_split_stack_ fields.  Add uses_split_stack and
11548         has_no_split_stack accessor functions.  Declare
11549         handle_split_stack_section.
11550         (class Reloc_symbol_changes): Define.
11551         (class Sized_relobj): Define Function_offsets.  Declare
11552         split_stack_adjust, split_stack_adjust_reltype, and
11553         find_functions.
11554         * object.cc (Object::handle_split_stack_section): New function.
11555         (Sized_relobj::do_layout): Call handle_split_stack_section.
11556         * dynobj.cc (Sized_dynobj::do_layout): Call
11557         handle_split_stack_section.
11558         * reloc.cc (Sized_relobj::relocate_sections): Call
11559         split_stack_adjust for executable sections in split_stack
11560         objects.  Pass reloc_map to relocate_section.
11561         (Sized_relobj::split_stack_adjust): New function.
11562         (Sized_relobj::split_stack_adjust_reltype): New function.
11563         (Sized_relobj::find_functions): New function.
11564         * target-reloc.h: Include "object.h".
11565         (relocate_section): Add reloc_symbol_changes parameter.  Change
11566         all callers.
11567         * target.h (class Target): Add calls_non_split method.  Declare
11568         do_calls_non_split virtual method.  Declare match_view and
11569         set_view_to_nop.
11570         * target.cc: Include "elfcpp.h".
11571         (Target::do_calls_non_split): New function.
11572         (Target::match_view): New function.
11573         (Target::set_view_to_nop): New function.
11574         * gold.cc (queue_middle_tasks): Give an error if mixing
11575         split-stack and non-split-stack objects with -r.
11576         * i386.cc (Target_i386::relocate_section): Add
11577         reloc_symbol_changes parameter.
11578         (Target_i386::do_calls_non_split): New function.
11579         * x86_64.cc (Target_x86_64::relocate_section): Add
11580         reloc_symbol_changes parameter.
11581         (Target_x86_64::do_calls_non_split): New function.
11582         * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
11583         parameter.
11584         * powerpc.cc (Target_powerpc::relocate_section): Add
11585         reloc_symbol_changes parameter.
11586         * sparc.cc (Target_sparc::relocate_section): Add
11587         reloc_symbol_changes parameter.
11588         * configure.ac: Call AM_CONDITIONAL for the default target.
11589         * configure: Rebuild.
11590         * testsuite/Makefile.am (TEST_AS): New variable.
11591         (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
11592         (check_DATA): Add split_i386 and split_x86_64 files.
11593         (SPLIT_DEFSYMS): Define.
11594         (split_i386_[1234n].o): New targets.
11595         (split_i386_[124]): New targets.
11596         (split_i386_[1234r].stdout): New targets.
11597         (split_x86_64_[1234n].o): New targets.
11598         (split_x86_64_[124]): New targets.
11599         (split_x86_64_[1234r].stdout): New targets.
11600         (MOSTLYCLEANFILES): Add new executables.
11601         * testsuite/split_i386.sh: New file.
11602         * testsuite/split_x86_64.sh: New file.
11603         * testsuite/split_i386_1.s: New file.
11604         * testsuite/split_i386_2.s: New file.
11605         * testsuite/split_i386_3.s: New file.
11606         * testsuite/split_i386_4.s: New file.
11607         * testsuite/split_i386_n.s: New file.
11608         * testsuite/split_x86_64_1.s: New file.
11609         * testsuite/split_x86_64_2.s: New file.
11610         * testsuite/split_x86_64_3.s: New file.
11611         * testsuite/split_x86_64_4.s: New file.
11612         * testsuite/split_x86_64_n.s: New file.
11613         * testsuite/testfile.cc (Target_test): Update relocation_section
11614         function.
11615         * testsuite/Makefile.in: Rebuild.
11616
11617 2009-10-06  Ian Lance Taylor  <iant@google.com>
11618
11619         * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
11620         (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
11621         changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE.  When
11622         handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
11623         the address on ldo_addrs_.
11624         (Target_i386::Relocate::fix_up_ldo): New function.
11625
11626 2009-10-06   Rafael Espindola  <espindola@google.com>
11627
11628         * plugin.cc (add_input_library): New.
11629         (Plugin::load): Add add_input_library to tv.
11630         (Plugin_manager::add_input_file): Add the is_lib argument.
11631         (add_input_file): Update call to Plugin_manager::add_input_file.
11632         (add_input_library): New.
11633         * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
11634
11635 2009-09-30  Doug Kwan  <dougkwan@google.com>
11636
11637         * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
11638         symbol and call Symbol::may_need_copy_reloc to determine if
11639         a copy reloc is needed.
11640         * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
11641         nocopyreloc is given in command line.
11642         (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
11643         given in command line.
11644         * i386.cc (Target_i386::may_need_copy_reloc): Remove.
11645         (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
11646         of the removed Target_i386::may_need_copy_reloc.
11647         * options.h (copyreloc): New option with default value false.
11648         * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11649         (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
11650         instead of the removed Target_powerpc::may_need_copy_reloc.
11651         * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
11652         (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
11653         instead of the removed Target_sparc::may_need_copy_reloc.
11654         * symtab.h (Symbol::may_need_copy_reloc): New method definition.
11655         * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
11656         (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
11657         instead of the removed Target_x86_64::may_need_copy_reloc.
11658
11659 2009-09-30  Ian Lance Taylor  <iant@google.com>
11660
11661         * object.h (class Object): Remove target_ field, and target,
11662         sized_target, and set_target methods.
11663         (Object::sized_target): Remove.
11664         (class Sized_relobj): Update declarations.  Remove sized_target.
11665         * object.cc (Sized_relobj::setup): Remove target parameter.
11666         Change all callers.
11667         (Input_objects::add_object): Don't do anything with the target.
11668         (make_elf_sized_object): Add punconfigured parameter.  Change all
11669         callers.  Set or test parameter target.
11670         * dynobj.cc (Sized_dynobj::target): Remove target parameter.
11671         Change all callers.
11672         * parameters.cc (Parameters::set_target): Change parameter type to
11673         be non-const.
11674         (Parameters::default_target): Remove.
11675         (set_parameters_target): Change parameter type to be non-const.
11676         (parameters_force_valid_target): New function.
11677         (parameters_clear_target): New function.
11678         * parameters.h (class Parameters): Update declarations.  Remove
11679         default_target method.  Add sized_target and clear_target
11680         methods.  Change target_ to be non-const.
11681         (set_parameters_target): Update declaration.
11682         (parameters_force_valid_target): Declare.
11683         (parameters_clear_target): Declare.
11684         * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
11685         as NULL if we aren't searching.
11686         (Add_symbols::run): Don't check for compatible target.
11687         * fileread.cc (Input_file::open_binary): Call
11688         parameters_force_valid_target.
11689         * gold.cc (queue_middle_tasks): Likewise.
11690         * plugin.cc (make_sized_plugin_object): Likewise.  Don't call
11691         set_target on object.
11692         * dynobj.h (class Sized_dynobj): Update declarations.
11693         * archive.cc (Archive::get_elf_object_for_member): Return NULL if
11694         make_elf_object returns NULL.
11695         (Archive::include_member): Don't check whether object target is
11696         compatible.
11697         * output.cc (Output_section::add_input_section): Get target from
11698         parameters.
11699         (Output_section::relax_input_section): Likewise.
11700         * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
11701         parameters.
11702         (Sized_relobj::do_scan_relocs): Likewise.
11703         (Sized_relobj::relocate_sections): Likewise.
11704         * resolve.cc (Symbol_table::resolve): Likewise.
11705         * symtab.cc (Symbol_table::wrap_symbol): Likewise.  Remove object
11706         parameter.  Change all callers.
11707         (Symbol_table::add_from_object): Get target from parameters.
11708         (Symbol_table::add_from_relobj): Don't check object target.
11709         (Symbol_table::add_from_dynobj): Likewise.
11710         (Symbol_table::define_special_symbol): Get target from
11711         parameters.
11712         * symtab.h (class Symbol_table): Update declaration.
11713         * testsuite/binary_unittest.cc (gold_testsuite): Remove target
11714         parameter.  Change all callers.  Clear parameter target.
11715         (Binary_test): Test target here.
11716         * testsuite/object_unittest.cc (gold_testsuite): Remove
11717         target_test_pointer parameter.  Change all callers.
11718         (Object_test): Test target here.
11719
11720 2009-09-26  Ian Lance Taylor  <iant@google.com>
11721
11722         * testsuite/initpri1.c: Don't try to use constructor priorities if
11723         compiling with gcc before 4.3.
11724
11725 2009-09-22  Mikolaj Zalewski  <mikolajz@google.com>
11726
11727         * testsuite/retain_symbols_file_test.sh (check_present): Change
11728         output file name to retain_symbols_file_test.stdout.
11729         (check_absent): Likewise.
11730
11731 2009-09-18  Craig Silverstein  <csilvers@google.com>
11732
11733         * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
11734         * options.cc: Include <cerrno> and <fstream>.
11735         (General_options::finalize): Parse -retain-symbols-file tag.
11736         * options.h: New flag.
11737         (General_options): New method should_retain_symbol, new
11738         variable symbols_to_retain.
11739         * symtab.cc (Symbol_table::sized_finalize_symbol): Test
11740         should_retain_symbol map.
11741         * testsuite/Makefile.am (retain_symbols_file_test): New test.
11742         * testsuite/Makefile.in: Regenerate.
11743         * testsuite/retain_symbols_file_test.sh: New file.
11744
11745 2009-09-18  Nick Clifton  <nickc@redhat.com>
11746
11747         * po/es.po: Updated Spanish translation.
11748
11749 2009-09-17  Doug Kwan  <dougkwan@google.com>
11750
11751         * debug.h (DEBUG_RELAXATION): New constant.
11752         (DEBUG_ALL): Add DEBUG_RELAXATION.
11753         (debug_string_to_enum): Add relaxation debug option.
11754         * layout.cc
11755         (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
11756         Layout::Relaxation_debug_check::read_sections,
11757         Layout::Relaxation_debug_check::read_sections): New method definitions.
11758         (Layout::Layout): Initialize data members
11759         record_output_section_data_from_scrips_,
11760         script_output_section_data_list_ and relaxation_debug_check_.
11761         (Layout::save_segments, Layout::restore_segments,
11762         Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11763         Layout::relaxation_loop_body): New method definitions.
11764         (Layout::finalize): Support relaxation.  Move section layout code to
11765         Layout::relaxation_loop_body.
11766         (Layout::set_asection_address_from_script): Move code for orphan
11767         section placement out.
11768         (Layout::place_orphan_sections_in_script): New method definition.
11769         * layout.h (Output_segment_headers, Output_file_header):
11770         New forward class declarations.
11771         (Layout::~Layout): Define.
11772         (Layout::new_output_section_data_from_script): New method definition.
11773         (Layout::place_orphan_sections_in_script): New method declaration.
11774         (Layout::Segment_states): New type declaration.
11775         (Layout::save_segments, Layout::restore_segments,
11776         Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
11777         Layout::relaxation_loop_body): New method declarations.
11778         (Layout::Output_section_data_list): New type declaration.
11779         (Layout::Relaxation_debug_check): New class definition.
11780         (Layout::record_output_section_data_from_script_,
11781         Layout::script_output_section_data_list_, Layout::segment_states_,
11782         Layout::relaxation_debug_check_): New data members.
11783         * output.cc: (Output_section_headers::do_size): New method definition.
11784         (Output_section_headers::Output_section_headers): Move size
11785         computation to Output_section_headers::do_size.
11786         (Output_segment_headers::do_size): New method definition.
11787         (Output_file_header::Output_file_header): Move size computation to
11788         Output_file_header::do_size and call it.
11789         (Output_file_header::do_size): New method definition.
11790         (Output_data_group::Output_data_group): Adjust call to
11791         Output_section_data.
11792         (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
11793         (Output_symtab_xindex::do_write): Add array bound check.
11794         (Output_section::Input_section::print_to_mapfile): Handle
11795         RELAXED_INPUT_SECTION_CODE.
11796         (Output_section::Output_section): Initialize data member checkpoint_.
11797         (Output_section::~Output_section): Delete checkpoint object pointed
11798         by checkpoint_.
11799         (Output_section::add_input_section): Always add an Input_section if
11800         relaxing.
11801         (Output_section::add_merge_input_section): Add assert.
11802         (Output_section::relax_input_section): New method definition.
11803         (Output_section::set_final_data_size): Set load address to zero for
11804         an unallocated section.
11805         (Output_section::do_address_and_file_offset_have_reset_values):
11806         New method definition.
11807         (Output_section::Input_section_sort_enty::Input_section_sort_enty):
11808         Handle relaxed input section.
11809         (Output_section::sort_attached_input_sections): Checkpoint input
11810         section list lazily.
11811         (Output_section::get_input_sections): Change type of input_sections to
11812         list of Simple_input_section pointers.  Checkpoint input section list
11813         lazily.  Also handle relaxed input sections.
11814         (Output_section::add_input_section_for_script): Take a reference to
11815         a Simple_input_section object instead of Relobj pointer and section
11816         index as parameter.  Handle relaxed input sections.
11817         (Output_section::save_states, Output_section::restore_states): New
11818         method definitions.
11819         * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
11820         (Output_data::is_data_size_fixed): New method definition.
11821         (Output_data::reset_addresss_and_file_offset): Do not reset data size
11822         if it is fixed.
11823         (Output_data::address_and_file_offset_have_reset_values): New method
11824         definition.
11825         (Output_data::do_address_and_file_offset_have_reset_values): New method
11826         definition.
11827         (Output_data::set_data_size): Check that data size is not fixed.
11828         (Output_data::fix_data_size): New method definition.
11829         (Output_data::is_data_size_fixed_): New data member.
11830         (Output_section_headers::set_final_data_size): New method definition.
11831         (Output_section_headers::do_size): New method declaration.
11832         (Output_segment_headers::set_final_data_size): New method definition.
11833         (Output_segment_headers::do_size): New method declaration.
11834         (Output_file_header::set_final_data_size)::New method definition.
11835         (Output_file_header::do_size)::New method declaration.
11836         (Output_section_data::Output_section_data): Add new parameter
11837         is_data_size_fixed and use it to fix data size.
11838         (Output_data_const::Output_data_const): Adjust call to base class
11839         constructor and fix data size.
11840         (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
11841         base class constructor and fix data size.
11842         (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
11843         base class constructor and fix data size.
11844         (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
11845         class constructor and fix data size.
11846         (Output_data_group::set_final_data_size): New method definition.
11847         (Output_data_dynamic::Dynamic_entry::tag): New method definition.
11848         (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
11849         class constructor and fix data size.
11850         (Output_relaxed_input_section): New class definition.
11851         (Output_section::Simple_input_section): New class definition.
11852         (Output_section::get_input_sections): Adjust parameter list.
11853         (Output_section::add_input_section_for_script): Same.
11854         (Output_section::save_states, Output_section::restore_states,
11855         Output_section::do_address_and_file_offset_have_reset_values,
11856         (Output_section::Input_section::Input_section): Handle
11857         RELAXED_INPUT_SECTION_CODE.  Add new overload for
11858         Output_relaxed_input_section.
11859         (Output_section::Input_section::is_input_section,
11860         Output_section::Input_section::set_output_section): Handle relaxed
11861         input section.
11862         (Output_section::Input_section::is_relaxed_input_section,
11863         Output_section::Input_section::output_section_data,
11864         Output_section::Input_section::relaxed_input_section): New method
11865         definitions.
11866         (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
11867         value.
11868         (Output_section::Input_section::u1_): Update comments.
11869         (Output_section::Input_section::u2_): Add new union member poris.
11870         (Output_section::Checkpoint_output_section): New classs definition.
11871         (Output_section::relax_input_section): New method declaration.
11872         (Output_section::checkpoint_): New data member.
11873         (Output_segment): Update comments.
11874         (Output_segment::Output_segment): Un-privatize copy constructor.
11875         (Output_segment::operator=): Un-privatize.
11876         * script-sections.cc (Output_section_element::Input_section_list):
11877         Change element type to Output_section::Simple_input_section.
11878         (Output_section_element_dot_assignment::set_section_addresses):
11879         Register output section data for relaxation clean up.
11880         (Output_data_exression::Output_data_expression): Adjust call to base
11881         constructor to fix data size.
11882         (Output_section_element_data::set_section_addresses): Register
11883         Output_data_expression object for relaxation clean up.
11884         (struct Input_section_info): Replace Relobj pointer and section index
11885         pair with Output_section::Simple_input_section and Convert struct to a
11886         class.
11887         (Input_section_sorter::operator()): Adjust access to
11888         Input_section_info data member to use accessors.
11889         (Output_section_element_input::set_section_addresses): Use layout
11890         parameter.  Adjust code to use Output_section::Simple_input_section
11891         and Input_secction_info classes.  Register filler for relaxation
11892         clean up.
11893         (Orphan_output_section::set_section_addresses): Replace Relobj pointer
11894         and section index pair with Output_section::Simple_input_section
11895         class.  Adjust code accordingly.
11896         (Phdrs_element::release_segment): New method definition.
11897         (Script_sections::attach_sections_using_phdrs_clause): Do not modify
11898         segment list.
11899         (Script_sections::release_segments): New method definition.
11900         * gold/script-sections.h (Script_sections::release_segments): New
11901         method declaration.
11902         * gold/target.h (Target::may_relax, Target::relax,
11903         Target::do_may_relax, Target::do_relax): New method definitions.
11904
11905 2009-09-17  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11906
11907         * arm.cc (has_signed_unsigned_overflow): New function.
11908         (Arm_relocate_functions::abs8): New function.
11909         (Target_arm::Scan::local): Handle R_ARM_ABS8.
11910         (Target_arm::Scan::global): Likewise.
11911         (Target_arm::relocate::relocate): Likewise.
11912         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11913         Likewise.
11914
11915 2009-09-16  Cary Coutant  <ccoutant@google.com>
11916
11917         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
11918         * testsuite/Makefile.in: Regenerate.
11919
11920 2009-09-11  Nick Clifton  <nickc@redhat.com>
11921
11922         * po/gold.pot: Updated by the Translation project.
11923
11924 2009-09-08  Cary Coutant  <ccoutant@google.com>
11925
11926         * output.cc (Output_file::open): Add execute permission to empty file.
11927         * testsuite/Makefile.am (permission_test): New test.
11928         * testsuite/Makefile.in: Regenerate.
11929
11930 2009-09-02  Ian Lance Taylor  <iant@google.com>
11931
11932         * output.cc (Output_file::resize): Call map_no_anonymous rather
11933         than map.
11934
11935 2009-09-01  Mikolaj Zalewski  <mikolajz@google.com>
11936
11937         * gold.cc: Include "incremental.h".
11938         (queue_initial_tasks): Call Incremental_checker methods.
11939         * incremental.cc: Include "output.h".
11940         (Incremental_checker::can_incrementally_link_output_file): New
11941         method.
11942         * incremental.h (Incremental_checker): New class.
11943
11944         * output.cc (Output_file::open_for_modification): New method.
11945         (Output_file::map_anonymous): Changed return type to bool.  Record
11946         map in base_ field.
11947         (Output_file::map_no_anonymous): New method, broken out of map.
11948         (Output_file::map): Use map_no_anonymous and map_anonymous.
11949         * output.h (class Output_file): Update declarations.
11950
11951 2009-08-24  Cary Coutant  <ccoutant@google.com>
11952
11953         * options.h (Command_line::Pre_options): New class.
11954         (Command_line::pre_options): New member.
11955         * options.cc (gold::options::ready_to_register): New variable.
11956         (One_option::register_option): Do nothing if not registering options.
11957         Assert if same short option registered twice.
11958         (General_options::General_options): Turn off option registration when
11959         done constructing.
11960         (Command_line::Pre_options::Pre_options): New constructor.
11961
11962 2009-08-24  Cary Coutant  <ccoutant@google.com>
11963
11964         * options.h (General_options::no_keep_memory): Remove incorrect
11965         short option.
11966
11967 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11968
11969         * Makefile.am (am__skiplex, am__skipyacc): New.
11970         * Makefile.in: Regenerate.
11971
11972 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11973
11974         * Makefile.am (AM_CPPFLAGS): Renamed from ...
11975         (INCLUDES): ... this.
11976         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
11977         (AM_CPPFLAGS): Renamed from ...
11978         (INCLUDE): ... this.
11979         * Makefile.in, testsuite/Makefile.in: Regenerate.
11980
11981         * Makefile.in: Regenerate.
11982         * aclocal.m4: Likewise.
11983         * config.in: Likewise.
11984         * configure: Likewise.
11985         * testsuite/Makefile.in: Likewise.
11986
11987         * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11988         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
11989         * Makefile.in: Regenerate.
11990         * testsuite/Makefile.in: Regenerate.
11991
11992 2009-08-19  Cary Coutant  <ccoutant@google.com>
11993
11994         * resolve.cc (Symbol_table::resolve): Don't complain about defined
11995         symbols in shared libraries overridden by hidden or internal symbols
11996         in the main program.
11997
11998 2009-08-19  Chris Demetriou  <cgd@google.com>
11999
12000         * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
12001         checking source file names in error messages.
12002
12003 2009-08-18  Doug Kwan  <dougkwan@google.com>
12004
12005         * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
12006         an elcpp::Ehdr as parameter.  Adjust call to set_target.
12007         * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
12008         an elfcpp::Ehdr as parameter.
12009         * object.cc (Object::set_target): Remove the version that looks up
12010         a target and sets it.
12011         (Sized_relobj::setup): Take a Target object instead of
12012         an elfcpp::Ehdr as parameter.  Adjust call to set_target.
12013         (make_elf_sized_object): Find target and ask target to
12014         make an ELF object.
12015         * object.h: (Object::set_target): Remove the version that looks up
12016         a target and sets it.
12017         (Sized_relobj::setup): Take a Target object instead of
12018         an elfcpp:Ehdr as parameter.
12019         * target.cc: Include dynobj.h.
12020         (Target::do_make_elf_object_implementation): New.
12021         (Target::do_make_elf_object): New.
12022         * target.h (Target::make_elf_object): New template declaration.
12023         (Target::do_make_elf_object): New method declarations.
12024         (Target::do_make_elf_object_implementation): New template declaration.
12025
12026 2009-08-14  Ian Lance Taylor  <iant@google.com>
12027
12028         * gold.h (FUNCTION_NAME): Define.
12029         (gold_unreachable): Use FUNCTION_NAME.
12030
12031 2009-08-12  Sriraman Tallam  <tmsriram@google.com>
12032
12033         * icf.cc (Icf::find_identical_sections): Issue a warning when a
12034         symbol in the --keep-unique list is not found.
12035
12036 2009-08-12  Sriraman Tallam  <tmsriram@google.com>
12037
12038         * icf.cc (Icf::find_identical_sections): Unfold symbols that have
12039         been maked as --keep-unique.
12040         (Icf::unfold_section): New function.
12041         * icf.h (Icf::unfold_section): New function.
12042         * options.h (General_options::keep_unique): New option.
12043         * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
12044         * testsuite/Makefile.in: Regenerate.
12045         * testsuite/icf_keep_unique_test.sh: New file.
12046         * testsuite/icf_keep_unique_test.cc: New file.
12047
12048 2009-08-12  Cary Coutant  <ccoutant@google.com>
12049
12050         PR 10471
12051         * resolve.cc (Symbol_table::resolve): Check for references from
12052         dynamic objects to hidden and internal symbols.
12053         * testsuite/Makefile.am (hidden_test.sh): New test.
12054         * testsuite/Makefile.in: Regenerate.
12055         * testsuite/hidden_test.sh: New script.
12056         * testsuite/hidden_test_1.c: New test source.
12057         * testsuite/hidden_test_main.c: New test source.
12058
12059 2009-08-11  Doug Kwan  <dougkwan@google.com>
12060
12061         * arm.cc: Update comments.
12062         (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
12063         segment to locate the .ARM.exidx section if present.
12064
12065 2009-08-09  Doug Kwan  <dougkwan@google.com>
12066
12067         * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
12068         patch.
12069
12070 2009-08-07  Sriraman Tallam  <tmsriram@google.com>
12071         * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
12072         compiler warnings.
12073
12074 2009-08-06  Sriraman Tallam  <tmsriram@google.com>
12075
12076         * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
12077         valid tls_segment only for non-debug-section relocations.
12078         * testsuite/Makefile.am: Add gc_tls_test.
12079         * testsuite/Makefile.in: Regenerate.
12080         * testsuite/gc_tls_test.cc: New file.
12081         * testsuite/gc_tls_test.sh: New file.
12082
12083 2009-08-05  Sriraman Tallam  <tmsriram@google.com>
12084
12085         * icf.cc: New file.
12086         * icf.h: New file.
12087         * Makefile.am (CCFILES): Add icf.cc.
12088         (HFILES): Add icf.h
12089         * Makefile.in: Regenerate.
12090         * dynobj.h (Sized_dynobj::do_section_entsize): New function.
12091         * gc.h (gc_process_relocs): Populate lists used by icf to contain
12092         section, symbol and addend information for the relocs.
12093         * gold.cc (queue_middle_tasks): Call identical code folding.
12094         * gold.h: Add defines for multimap.
12095         * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
12096         to the call of finalize_local_symbols.
12097         * main.cc (main): Create object of class Icf.
12098         * object.cc (Sized_relobj::do_layout): Allow this function to be
12099         called twice during icf.
12100         (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
12101         to sections marked as identical by icf.
12102         (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
12103         when available.
12104         (Sized_relobj::do_section_entsize): New function.
12105         * object.h (Object::section_entsize): New function.
12106         (Object::do_section_entsize): New pure virtual function.
12107         (Relobj::finalize_local_symbols): Add new parameter.
12108         (Relobj::do_section_entsize): New function.
12109         * options.h (General_options::icf): New option.
12110         (General_options::icf_iterations): New option.
12111         (General_options::print_icf_sections): New option.
12112         * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
12113         * plugin.h (Sized_pluginobj::do_section_entsize): New function.
12114         * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
12115         icf.
12116         * symtab.cc (Symbol_table::is_section_folded): New function.
12117         (Symbol_table::sized_finalize_symbol):  Fold symbols corresponding
12118         to sections marked as identical by icf.
12119         * symtab.h (Symbol_table::set_icf): New function.
12120         (Symbol_table::icf): New function.
12121         (Symbol_table::is_section_folded): New function.
12122         (Symbol_table::icf_): New data member.
12123         * target-reloc.h (relocate_section): Ignore sections folded by icf.
12124         * testsuite/Makefile.am: Add commands to build icf_test.
12125         * testsuite/Makefile.in: Regenerate.
12126         * testsuite/icf_test.sh: New file.
12127         * testsuite/icf_test.cc: New file.
12128
12129 2009-07-24  Chris Demetriou  <cgd@google.com>
12130
12131         * layout.cc (is_compressible_debug_section): Fix incorrect
12132         comment about compressed section names.
12133
12134 2009-07-20  Ian Lance Taylor  <ian@airs.com>
12135
12136         PR 10419
12137         * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
12138
12139 2009-07-16  Ian Lance Taylor  <iant@google.com>
12140
12141         PR 10400
12142         * layout.h: #include <map>.
12143         (class Kept_section): Change from struct to class.  Add accessors
12144         and setters.  Add section size to Comdat_group mapping.  Change
12145         Comdat_group to std::map.  Add is_comdat_ field.  Add
12146         linkonce_size field in union.
12147         (class Layout): Update declaration of find_or_add_kept_section.
12148         Don't declare find_kept_object.
12149         * layout.cc (Layout::find_or_add_kept_section): Remove candidate
12150         parameter.  Add object, shndx, is_comdat, and is_group_name
12151         parameters.  Change all callers.  Adjust for new Kept_section.
12152         (Layout::find_kept_object): Remove.
12153         * object.cc (Sized_relobj::include_section_group): Update use of
12154         Kept_section.  Rename secnum to shndx.  Only record
12155         Kept_comdat_section if sections are the same size.
12156         (Sized_relobj::include_linkonce_section): Update use of
12157         Kept_section.  Only record Kept_comdat_section if sections are the
12158         same size.  Set size of linkonce section.
12159         (Sized_relobj::map_to_kept_section): Update call to
12160         get_kept_comdat_section.
12161         * object.h (class Sized_relobj): Rename fields in
12162         Kept_comdat_section to drop trailing underscores; change object
12163         field to Relobj*.  Change Kept_comdat_section_table to store
12164         struct rather than pointer.
12165         (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
12166         Add kept_object and kept_shndx parameters.  Change all callers.
12167         (Sized_relobj::get_kept_comdat_section): Change return type to
12168         bool.  Add kept_object and kept_shndx parameters.  Change all
12169         callers.
12170         * plugin.cc (Pluginobj::include_comdat_group): Update call to
12171         Layout::find_or_add_kept_section.
12172
12173 2009-07-09  Ian Lance Taylor  <iant@google.com>
12174
12175         * merge.cc (Object_merge_map::initialize_input_to_output_map):
12176         Reserve space in the hash table.
12177
12178 2009-07-06  Mikolaj Zalewski  <mikolajz@google.com>
12179
12180         * fileread.cc (File_read::get_mtime): New method.
12181         * fileread.h (Timespec): New structure.
12182         (File_read::get_mtime): New method.
12183         * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
12184         Renamed from timestamp_nsec.
12185         (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
12186         Elf_Xword.
12187         (Incremental_inputs_entry_write::timestamp_usec): Renamed from
12188         timestamp_nsec.
12189         (Incremental_inputs::report_archive): Save mtime; style fix.
12190         (Incremental_inputs::report_obejct): Save mtime; style fix.
12191         (Incremental_inputs::report_script): Save mtime; style fix.
12192         (Incremental_inputs::finalize_inputs): Style fix.
12193         (Incremental_inputs::finalize): Style fix.
12194         (Incremental_inputs::create_input_section_data): Store inputs
12195         mtime.
12196         * incremental.h (Incremental_inputs::report_script): Add mtime
12197         argument.
12198         (Incremental_inputs::Input_info::Input_info): Intialize only one
12199         union member.
12200         (Incremental_inputs::Input_info::archive): Move to nameless
12201         union.
12202         (Incremental_inputs::Input_info::obejct): Move to nameless union.
12203         (Incremental_inputs::Input_info::script): Move to nameless union.
12204         (Incremental_inputs::mtime): New field.
12205         * script.cc (read_input_script): Pass file mtime to
12206         Incremental_input.
12207         * script.h (Script_info::inputs): Style fix.
12208
12209 2009-07-01  Ian Lance Taylor  <ian@airs.com>
12210
12211         * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
12212         instead of 32.
12213
12214 2009-06-24  Ian Lance Taylor  <iant@google.com>
12215
12216         PR 10156
12217         * layout.cc (Layout::choose_output_section): If we find an
12218         existing section, update the flags.
12219         (Layout::create_notes): New function, broken out of
12220         Layout::finalize.
12221         (Layout::finalize): Don't create note sections.
12222         (Layout::create_note): Don't crash if linker script discards
12223         section.
12224         (Layout::create_gold_note): Likewise.
12225         (Layout::create_build_id): Likewise.  Don't set
12226         after_input_sections on the section.
12227         (Layout::create_executable_stack_info): Remove target parameter.
12228         Change caller.
12229         * layout.h (class Layout): Declare create_notes.  Update
12230         declaration of create_executable_stack_info.
12231         * gold.cc (queue_middle_tasks): Call create_notes.
12232         * output.cc (Output_section::update_flags_for_input_section): Move
12233         here from output.h.  If SHF_ALLOC flag is newly set, mark address
12234         invalid.
12235         * output.h (Output_data::mark_address_invalid): New function.
12236         (class Output_section): Only declare, not define,
12237         update_flags_for_input_section.  Remove set_flags.
12238
12239 2009-06-24  Ian Lance Taylor  <iant@google.com>
12240
12241         * script-sections.cc (Output_section_definition::
12242         set_section_addresses): Rename shadowing local load_address to
12243         laddr.
12244
12245 2009-06-24  Ian Lance Taylor  <iant@google.com>
12246
12247         PR 10244
12248         * reloc.cc (relocate_sections): Skip empty relocation sections.
12249
12250 2009-06-23  Ian Lance Taylor  <iant@google.com>
12251
12252         PR 10156
12253         * layout.cc (Layout::create_note): Use choose_output_section
12254         rather than make_output_section.
12255
12256 2009-06-23  Ian Lance Taylor  <iant@google.com>
12257
12258         PR 10237
12259         * options.cc (General_options::parse_V): Set printed_version_.
12260         (General_options::General_options): Initialize printed_version_.
12261         * options.h (class General_options): Add printed_version_ field.
12262         * gold.cc (queue_initial_tasks): If there are no input files,
12263         don't give a fatal error if we printed the version information.
12264         (queue_middle_tasks): If using -r with a shared object, give a
12265         fatal error rather than an ordinary error.
12266
12267 2009-06-23  Ian Lance Taylor  <iant@google.com>
12268
12269         PR 10219
12270         * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
12271         (Layout::make_output_section): Set have_stabstr_section_ if we see
12272         a .stab*str section.
12273         (Layout::finalize): Call link_stabs_sections.
12274         (Layout::link_stabs_sections): New file.
12275         * layout.h (class Layout): Add have_stabstr_section_ field.
12276         Declare link_stabs_sections.
12277
12278 2009-06-23  Doug Kwan  <dougkwan@google.com>
12279
12280         * Makefile.am (libgold_a_LIBADD): New.
12281         (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
12282         * Makefile.in: Regenerate.
12283         * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
12284         * configure: Regenerate.
12285         * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
12286         * fileread.cc: Include sys/state.h
12287         * gold.h: Declare memmem and strndup if found missing.
12288         * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
12289
12290 2009-06-23  Ian Lance Taylor  <iant@google.com>
12291
12292         * configure.ac: Call AC_CHECK_DECLS using C, not C++.
12293         * configure: Rebuild.
12294
12295 2009-06-23  Ian Lance Taylor  <iant@google.com>
12296
12297         PR 10147
12298         * object.cc (Object::section_contents): Don't try to get a view if
12299         the section has length zero.
12300         (Object::handle_gnu_warning_section): If the section is empty, use
12301         the name of the section as the warning.
12302
12303 2009-06-23  Ian Lance Taylor  <iant@google.com>
12304
12305         PR 10133
12306         * stringpool.h (class Stringpool_template): Add optimize_ field.
12307         (Stringpool_template::set_optimize): New function.
12308         * stringpool.cc (Stringpool_template::Stringpool_template):
12309         Initialize optimize_ field.
12310         (Stringpool_template::set_string_offsets): Test local optimize
12311         fild rather than parameter.
12312         * layout.cc (Layout::Layout): Call set_optimize on the section
12313         name stringpool.
12314
12315 2009-06-22  Ian Lance Taylor  <iant@google.com>
12316
12317         PR 10030
12318         * yyscript.y: Parse TARGET.
12319         * script.cc (script_set_target): New function.
12320         * script-c.h (script_set_target): Declare.
12321         * options.cc (General_options::string_to_object_format): Rename
12322         from string_to_object_format in anonymous namespace.  Change
12323         callers.
12324         * options.h (class General_options): Declare
12325         string_to_object_format.
12326
12327 2009-06-22  Ian Lance Taylor  <iant@google.com>
12328
12329         * script-sections.cc (Script_sections::create_segments): Don't put
12330         program headers in a PT_LOAD segment if -n or -N.
12331
12332 2009-06-22  Ian Lance Taylor  <iant@google.com>
12333
12334         PR 10141
12335         * options.h (class General_options): Add -z lazy and -z now.  Sort
12336         -z options into alphabetical order.
12337         * layout.cc (Layout::finish_dynamic_section): Handle -z now.
12338
12339 2009-06-21  Ian Lance Taylor  <iant@google.com>
12340
12341         * layout.cc (Layout::make_output_section): Call
12342         Target::new_output_section.
12343         (Layout::attach_allocated_section_to_segment): Put large section
12344         sections in a separate load segment with the large segment flag
12345         set.
12346         (Layout::segment_precedes): Sort large data segments after other
12347         load segments.
12348         (align_file_offset): New static function.
12349         (Layout::set_segment_offsets): Use align_file_offset.
12350         * output.h (class Output_section): Add is_small_section_ and
12351         is_large_section_ fields.
12352         (Output_section::is_small_section): New function.
12353         (Output_section::set_is_small_section):  New function.
12354         (Output_section::is_large_section): New function.
12355         (Output_section::set_is_large_section): New function.
12356         (Output_section::is_large_data_section): New function.
12357         (class Output_segment): Add is_large_data_segment_ field.
12358         (Output_segment::is_large_data_segment): New function.
12359         (Output_segment::set_is_large_data_segment): New function.
12360         * output.cc (Output_section::Output_section): Initialize new
12361         fields.
12362         (Output_segment::Output_segment): Likewise.
12363         (Output_segment::add_output_section): Add assertion that large
12364         data sections always go in large data segments.  Force small data
12365         sections to the end of the list of data sections.  Force small BSS
12366         sections to the start of the list of BSS sections.  For large BSS
12367         sections to the end of the list of BSS sections.
12368         * symtab.h (class Symbol): Declare is_common_shndx.
12369         (Symbol::is_defined): Check Symbol::is_common_shndx.
12370         (Symbol::is_common): Likewise.
12371         (class Symbol_table): Define enum Commons_section_type.  Update
12372         declarations.  Add small_commons_ and large_commons_ fields.
12373         * symtab.cc (Symbol::is_common_shndx): New function.
12374         (Symbol_table::Symbol_table): Initialize new fields.
12375         (Symbol_table::add_from_object): Put small and large common
12376         symbols in the right list.
12377         (Symbol_table::sized_finalized_symbol): Check
12378         Symbol::is_common_shndx.
12379         (Symbol_table::sized_write_globals): Likewise.
12380         * common.cc (Symbol_table::do_allocate_commons): Allocate new
12381         common symbol lists.  Don't call do_allocate_commons_list if the
12382         list is empty.
12383         (Symbol_table::do_allocate_commons_list): Remove is_tls
12384         parameter.  Add comons_section_type parameter.  Change all
12385         callers.  Handle small and large common symbols.
12386         * object.cc (Sized_relobj::do_finalize_local_symbols): Check
12387         Symbol::is_common_shndx.
12388         * resolve.cc (symbol_to_bits): Likewise.
12389         * target.h (Target::small_common_shndx): New function.
12390         (Target::small_common_section_flags): New function.
12391         (Target::large_common_shndx): New function.
12392         (Target::large_common_section_flags): New function.
12393         (Target::new_output_section): New function.
12394         (Target::Target_info): Add small_common_shndx, large_common_shndx,
12395         small_common_section_flags, and large_common_section_flags
12396         fields.
12397         (Target::do_new_output_section): New virtual function.
12398         * arm.cc (Target_arm::arm_info): Initialize new fields.
12399         * i386.cc (Target_i386::i386_info): Likewise.
12400         * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
12401         Likewise.
12402         * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
12403         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
12404         (Target_x86_64::do_new_output_section): New function.
12405         * configure.ac: Define conditional MCMODEL_MEDIUM.
12406         * testsuite/Makefile.am (check_PROGRAMS): Add large.
12407         (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
12408         (large_LDFLAGS): Define.
12409         * testsuite/large.c: New file.
12410         * testsuite/testfile.cc (Target_test::test_target_info):
12411         Initialize new fields.
12412         * configure, testsuite/Makefile.in: Rebuild.
12413
12414 2009-06-05  Doug Kwan  <dougkwan@google.com>
12415
12416         * Makefile.am (CCFILES): Add target.cc.
12417         * Makefile.in: Regenerate.
12418         * i386.cc (class Target_i386): Define new virtual method to
12419         override do_is_local_label_name in parent.
12420         * object.cc (Sized_relobj::do_count_local_symbols): Discard
12421         local symbols if --discard-locals or -X is given.
12422         * options.h (class General_options): Declare new options
12423         '--discard-locals' and '-X' for discarding locals.
12424         * target.h (class Target): Define new methods is_local_label_name.
12425         Declare new virtual method do_is_local_label_name.
12426         * target.cc: New file.
12427         * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
12428         (check_SCRIPTS): Add discard_locals_test.sh.
12429         (check_DATA): Add discard_local_tests.syms.
12430         (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
12431         (discard_local_tests.syms, discard_locals_test.o): New make rules.
12432         * testsuite/Makefile.in: Regenerate.
12433         * testsuite/discard_locals_test.c: New file.
12434         * testsuite/discard_locals_test.sh: Same.
12435
12436 2009-06-05  Doug Kwan  <dougkwan@google.com>
12437
12438         * object.cc (Sized_relobj::Sized_relobj): Initialize
12439         discarded_eh_frame_shndx_ to -1U.
12440         (Sized_relobj::do_layout): Record index of a discard .eh_frame
12441         section.
12442         (Sized_relobj::do_count_local_symbols): Skip local symbols in
12443         a discarded .eh_frame section.
12444         (Sized_relobj::do_finalize_local_symbols): Ditto.
12445         * object.h (class Sized_relobj): Declare new member
12446         discarded_eh_frame_shndx_.
12447         * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
12448         (local_labels_test.o, local_labels_test): New rules.
12449         * testsuite/Makefile.in: Regenerate.
12450
12451 2009-06-04  Doug Kwan  <dougkwan@google.com>
12452
12453         * layout.cc (Layout::section_name_mapping): Add mapping for
12454         special ARM sections.
12455
12456 2009-06-03  Doug Kwan  <dougkwan@google.com>
12457
12458         * arm.cc (utils::sign_extend): Reverse test in gold_assert.
12459         (utils::has_overflow): Same.
12460
12461 2009-06-03  Ian Lance Taylor  <iant@google.com>
12462
12463         * layout.cc (Layout::section_name_mapping): New array, replacing
12464         Layout::linkonce_mapping.
12465         (Layout::section_name_mapping_count): New variable, replacing
12466         Layout::linkonce_mapping_count.
12467         (Layout::linkonce_output_name): Remove.
12468         (Layout::output_section_name): Rewrite.
12469         * layout.h (class Layout): Rename Linkonce_mapping to
12470         Section_name_mapping, linkonce_mapping to section_name_mapping,
12471         linkonce_mapping_count to section_name_mapping_count.  Don't
12472         declare linkonce_output_name.
12473
12474 2009-06-03  Doug Kwan  <dougkwan@google.com>
12475
12476         * gold/arm.cc (namespace utils): New.
12477         (Target_arm::reloc_is_non_pic): Define new method.
12478         (class Arm_relocate_functions): New.
12479         (Target_arm::Relocate::relocate): Handle relocation types used by
12480         Android.
12481
12482 2009-06-03  Ian Lance Taylor  <iant@google.com>
12483
12484         * arm.cc (Target_arm::scan::global): Use || instead of |.
12485
12486 2009-06-02  Doug Kwan  <dougkwan@google.com>
12487
12488         * gold/arm.cc (Target_arm::Scan::Scan):  Initialize
12489         issued_non_pic_error_.
12490         (class Target_arm::Scan): Declare new method check_non_pic.
12491         Define new method symbol_needs_plt_entry.
12492         Declare new data member issued_non_pic_error_.
12493         (class Target_arm::Relocate): Declare new method
12494         should_apply_static_reloc.
12495         (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
12496         (Target_arm::Scan::check_non_pic): Define new method.
12497         (Target_arm::Scan::local): Handle a small subset of reloc types used
12498         by Android.
12499         (Target_arm::Scan::local): Same.
12500         (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
12501
12502 2009-05-31  Mikolaj Zalewski  <mikolajz@google.com>
12503
12504         * incremental.cc (Incremental_inputs::report_command_line): Filter
12505         out --incremental-* options.
12506
12507 2009-05-29  Doug Kwan  <dougkwan@google.com>
12508
12509         * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
12510         template class.
12511         (class Target_arm): Update comment.
12512         (Target_arm::Target_arm): Initialize new data members GOT_,
12513         PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
12514         Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
12515         and Target_arm::rel_dyn_section.
12516         Declare new_enum Target_arm::Got_type.
12517         Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
12518         and DYNBSS_.
12519         Update commments for member do_dynsym_value.
12520         (Target_arm::got_size, Target_arm::plt_section,
12521         Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
12522         new methods inside class defintion.
12523         (Target_arm::got_section): Define new method.
12524         (Target_arm::rel_dyn_section): Same.
12525         (Output_data_plt_arm): New template class.
12526         (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
12527         (Output_data_plt_arm:do_adjust_output_section): Define new method.
12528         (Output_data_plt_arm::add_entry): Same.
12529         (Output_data_plt_arm::first_plt_entry): Define new
12530         static data member for PLT instruction template.
12531         (Output_data_plt_arm::plt_entry): Same.
12532         (Output_data_plt_arm::do_write): Define new method.
12533         (Target_arm::make_plt_entry): Same.
12534         (Target_arm::do_finalize_sections): Same.
12535         (Target_arm::do_dynsym_value): Same.
12536
12537 2009-05-28  Doug Kwan  <dougkwan@google.com>
12538
12539         * Makefile.am (TARGETSOURCES): Add arm.cc.
12540         (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
12541         * Makefile.in: Regenerate.
12542         * arm.cc: New file.
12543         * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
12544
12545 2009-05-26  Doug Kwan  <dougkwan@google.com>
12546
12547         * options.cc (General_options::parse_exclude_libs).  Fix a comment.
12548         (General_options::check_excluded_libs): Strip off directories in
12549         archive name before matching like GNU ld does.
12550         * testsuite/Makefile.am (MOSTLYCLEANFILES,
12551         exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
12552         (exclude_libs_test_LDFLAGS): Add linker option
12553         -Wl,--exclude-libs,libexclude_libs_test_3
12554         (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
12555         an explicit archive without using -l.
12556         (alt/libexclude_libs_test_3.a): New make rule.
12557         * testsuite/Makefile.in: Regenerate.
12558         * testsuite/exclude_libs_test.c : Declare lib3_default().
12559         (main): Call it.
12560         * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
12561         * exclude_libs_test_3.c: New file.
12562
12563 2009-05-26  Nick Clifton  <nickc@redhat.com>
12564
12565         * po/id.po: New Indonesian translation.
12566         * po/gold.pot: Updated template file.
12567
12568 2009-05-22  Sriraman Tallam  <tmsriram@google.com>
12569
12570         * testsuite/Makefile.am: Add -ffunction-sections to compile
12571         gc_comdat_test files.  Add -Wl,--gc-sections to build
12572         gc_comdat_test.
12573         * testsuite/Makefile.in: Regenerate.
12574         * testsuite/gc_comdat_test.sh: Fix the condition around grep.
12575
12576 2009-05-21  Sriraman Tallam  <tmsriram@google.com>
12577
12578         * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
12579         kept comdat section was garbage collected.
12580         * testsuite/Makefile.am: Add test gc_comdat_test.sh.
12581         * testsuite/Makefile.in: Regenerate.
12582         * testsuite/gc_comdat_test.sh: New file.
12583         * testsuite/gc_comdat_test_1.cc: New file.
12584         * testsuite/gc_comdat_test_2.cc: New file.
12585
12586 2009-05-19  Doug Kwan  <dougkwan@google.com>
12587
12588         * archive.cc (Archive::Archive): Move constructor from archive.h
12589         to here.  Initialize no_export_.
12590         (Archive::get_elf_object_for_member): Set no_export flag of object.
12591         * archive.h (Archive::Archive): Move constructor body to
12592         archive.cc.
12593         (Archive::no_export): New method.
12594         (Archive::no_export_): New field.
12595         * object.h (Object::Object): Initialize no_export_ to false.
12596         (Object::no_export, Object::set_no_export): New methods.
12597         (Object::no_export_): New field.
12598         * options.cc (General_options::parse_exclude_libs): New method.
12599         (General_options::check_excluded_libs) Same.
12600         * options.h (exclude_libs): New option.
12601         (General_options::check_excluded_libs): New method declaration.
12602         (General_options::excluded_libs_): New field.
12603         * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
12604         default or protected visibility if an object has no-export flag set.
12605         testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
12606         (check_SCRIPTS): Add exclude_libs_test.sh.
12607         (check_DATA): Add exclude_libs_test.syms.
12608         (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
12609         libexclude_libs_test_1.a and libexclude_libs_test_2.a.
12610         (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
12611         exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
12612         (exclude_libs_test.syms, libexclude_libs_test_1.a,
12613         libexclude_libs_test_2.a): New rules.
12614         * testsuite/Makefile.in: Regenerate.
12615         * testsuite/exclude_libs_test.c: New file.
12616         * testsuite/exclude_libs_test.sh: Ditto.
12617         * testsuite/exclude_libs_test_1.c: Ditto.
12618         * testsuite/exclude_libs_test_2.c: Ditto.
12619
12620 2009-05-15  Ian Lance Taylor  <iant@google.com>
12621
12622         * configure.ac: Check for declarations for cases where libiberty.h
12623         checks HAVE_DECL_xxx.
12624         * configure, config.in: Rebuild.
12625
12626 2009-05-15  Mikolaj Zalewski  <mikolajz@google.com>
12627
12628         * gold.h (Incremental_argument_list): Remove (invalid) forward
12629         declaration.
12630         * incremental.cc (Incremental_inputs::report_achive): New method.
12631         (Incremental_inputs::report_object): New method.
12632         (Incremental_inputs::report_script): New method.
12633         (Incremental_inputs::finalize_inputs): New method.
12634         (Incremental_inputs::finalize): Call finalize_inputs().
12635         (Incremental_inputs::sized_create_incremental_inputs_section_data):
12636         Create inputs entries.
12637         * incremental.h (Incremental_input_type): New enum.
12638         (Incremental_inputs::Incremental_input): Initialize new fields.
12639         (Incremental_inputs::report_inputs): New method.
12640         (Incremental_inputs::report_achive): New method.
12641         (Incremental_inputs::report_object): New method.
12642         (Incremental_inputs::report_script): New method.
12643         (Incremental_inputs::finalize_inputs): New method.
12644         (Incremental_inputs::Input_info): New struct.
12645         (Incremental_inputs::Input_info_map): New typedef.
12646         (Incremental_inputs::lock_): New field.
12647         (Incremental_inputs::Inputs_): New field.
12648         (Incremental_inputs::Inputs_map): New field.
12649         * main.cc (main): Call Incremental_input::report_inputs.
12650         * options.h (Input_argument_list): Typedef moved from
12651         Input_arguments.
12652         (Input_file_group::Files): Remove, use ::Input_argument_list.
12653         (Input_file_group::Input_argument_list): Remove, use
12654         ::Input_argument_list.
12655         * plugin.cc (Plugin_manager::add_input_file): Add error in
12656         incremental build.
12657         * read_syms.cc (do_read_syms): Call Incremental_input::report_*
12658         functions.
12659         * script.cc (read_input_script): Call
12660         Incremental_input::report_script.
12661         * script.h (Script_info): New class.
12662
12663 2009-04-27  Ian Lance Taylor  <iant@google.com>
12664
12665         * x86_64.cc (do_adjust_output_section): Set entsize to
12666         plt_entry_size.
12667
12668 2009-04-23  Elliott Hughes  <enh@google.com>
12669
12670         * output.cc (Output_file::close): After short writes, continue
12671         writing from the correct offset in the buffer being written.
12672
12673 2009-04-23  Chris Demetriou  <cgd@google.com>
12674
12675         * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
12676         * configure: Regenerate.
12677         * config.in: Regenerate.
12678         * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
12679         if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
12680
12681 2009-04-21  Mikolaj Zalewski  <mikolajz@google.com>
12682
12683         * incremental.cc (Incremental_inputs_header_data): Renamed from
12684         Incremental_input_header_data.
12685         (Incremental_inputs_header_data::data_size): New field.
12686         (Incremental_inputs_header_data::put_input_file_count): Renamed
12687         from input_file_count.
12688         (Incremental_inputs_header_data::put_command_line_offset): Renamed
12689         from command_line_offset.
12690         (Incremental_inputs_header_data::put_reserved): Renamed from
12691         put_reserved.
12692         (Incremental_inputs_entry_data): Renamed from
12693         Incremental_input_entry_data.
12694         (Incremental_inputs_entry_data::data_size): New field.
12695         (Incremental_inputs::report_command_line): New method.
12696         (Incremental_inputs::finalize): New method.
12697         (Incremental_inputs::create_incremental_inputs_data): New method.
12698         (Incremental_inputs::sized_create_incremental_inputs_data): New method.
12699         * incremental.h: New file.
12700         * layout.cc (Layout::Layout): Handle new incremental_inputs_.
12701         (Layout::finalize): Create incremental inputs section in
12702         incremental builds.
12703         (Layout::create_incremental_info_sections): New method.
12704         * layout.h (Layout::incremental_inputs): New method.
12705         (Layout::create_incremental_info_sections): New method.
12706         (Layout::incremental_inputs_): New field.
12707         * main.cc (main): Notify Incremental_input of the command line.
12708
12709 2009-04-01  Ian Lance Taylor  <iant@google.com>
12710             Mikolaj Zalewski  <mikolajz@google.com>
12711
12712         * gold.h (reserve_unordered_map): Define, three versions, one for
12713         each version of Unordered_map.
12714         * layout.cc (Layout::Layout): Remove options parameter.  Add
12715         number_of_input_files parameter.  Don't initialize options_.
12716         Initialize number_of_input_files_ and resized_signatures_.  Move
12717         sections_are_attached_.
12718         (Layout::layout_group): Reserve space for group_signatures_.
12719         (Layout::find_or_add_kept_section): Change name parameter to be a
12720         reference.  Resize signatures_ map when it gets large enough.
12721         (Layout::layout_eh_frame): Use parameters->options() instead of
12722         this->options_.
12723         (Layout::make_output_section): Likewise.
12724         (Layout::attach_allocated_section_to_segment): Likewise.
12725         (Layout::finalize, Layout::create_executable_stack): Likewise.
12726         (Layout::set_segment_offsets, Layout::create_interp): Likewise.
12727         (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
12728         * layout.h (class Layout): Update declarations.  Remove options_
12729         field.  Add number_of_input_files_ and resized_signatures_
12730         fields.  Move sections_are_attached_ field.
12731         * main.cc (main): Pass number of input files to Layout
12732         constructor.  Don't pass options.
12733
12734 2009-03-30  Ian Lance Taylor  <iant@google.com>
12735
12736         * ffsll.c (ffsll): Correct implementation.
12737
12738 2009-03-27  Ian Lance Taylor  <iant@google.com>
12739
12740         * ffsll.c: New file.
12741         * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
12742         * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
12743         * ftruncate.c (ftruncate): Declare before definition.
12744         * mremap.c (mremap): Likewise.
12745         * pread.c (pread): Likewise.
12746         * configure, Makefile.in, config.in: Rebuild.
12747
12748         * mremap.c: New file.
12749         * configure.ac: Call AC_REPLACE_FUNCS on mremap.
12750         * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
12751         (mremap): Declare if HAVE_MREMAP is not defined.
12752         * configure, Makefile.in, config.in: Rebuild.
12753
12754 2009-03-27  Cary Coutant  <ccoutant@google.com>
12755
12756         * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
12757         position independent.
12758         * sparc.cc (Target_sparc::check_non_pic): Likewise.
12759         * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
12760
12761 2009-03-24  Cary Coutant  <ccoutant@google.com>
12762
12763         * symtab.h (needs_plt_entry): Check for unsatisfied reference from
12764         an executable.
12765         (needs_dynamic_reloc): Likewise.
12766
12767 2009-03-24  Ian Lance Taylor  <iant@google.com>
12768
12769         * yyscript.y (file_cmd): Recognize EXTERN.
12770         (extern_name_list, extern_name_list_body): New nonterminals.
12771         * script.cc (script_add_extern): Define.
12772         * script-c.h (script_add_extern): Declare.
12773
12774 2009-03-24  Rafael Avila de Espindola  <espindola@google.com>
12775
12776         * object.cc (is_elf_object): Define.
12777         * object.h (is_elf_object): Declare.
12778         * archive.cc (Archive::get_elf_object_for_member): Call
12779         is_elf_object.
12780         * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
12781
12782 2009-03-24  Elliott Hughes  <enh@google.com>
12783
12784         * output.cc (Output_file::map_anonymous): Define.
12785         (Output_file::map): Use map_anonymous.  If the regular mmap fails,
12786         try an anonymous one.  Report the size if the mmap fails.
12787         * output.h (class Output_file): Declare map_anonymous.
12788
12789 2009-03-24  Ian Lance Taylor  <iant@google.com>
12790
12791         * target-select.cc (instantiate_target): Don't acquire the lock if
12792         the instantiated_target_ field has already been set.
12793
12794 2009-03-23  Ian Lance Taylor  <iant@google.com>
12795
12796         * gold-threads.h (class Initialize_lock): Define.
12797         * gold-threads.cc (class Initialize_lock_once): Define.
12798         (initialize_lock_control): New static variable.
12799         (initialize_lock_pointer): New static variable.
12800         (initialize_lock_once): New static function.
12801         (Initialize_lock::Initialize_lock): Define.
12802         (Initialize_lock::initialize): Define.
12803         * target-select.h: Include "gold-threads.h".
12804         (class Target_selector): Add lock_ and initialize_lock_ fields.
12805         Don't define instantiate_target, just declare it.
12806         * target-select.cc (Target_selector::Target_selector): Initialize
12807         new fields.
12808         (Target_selector::instantiate_target): Define.
12809         * descriptors.h: Include "gold-threads.h".
12810         (class Descriptors): Add initialize_lock_ field.
12811         * descriptors.cc (Descriptors::Descriptors): Initialize new
12812         field.
12813         (Descriptors::open): Use initialize_lock_ field
12814         * errors.h (class Errors): Add initialize_lock_ field.
12815         * errors.cc (Errors::Errors): Initialize new field.
12816         (Errors::initialize_lock): Use initialize_lock_ field.
12817         * powerpc.cc (class Target_selector_powerpc): Remove
12818         instantiated_target_ field.  In do_recognize call
12819         instantiate_target rather than do_instantiate_target.  In
12820         do_instantiate_target just allocate a new target.
12821         * sparc.cc (class Target_selector_sparc): Likewise.
12822
12823         * freebsd.h: New file.
12824         * i386.cc: Include "freebsd.h".
12825         (Target_i386): Derive from Target_freebsd rather than
12826         Sized_target.
12827         (Target_selector_i386): Derive from Target_selector_freebsd rather
12828         than Target_selector.
12829         * x86_64.cc: Include "freebsd.h".
12830         (Target_x86_64): Derive from Target_freebsd rather than
12831         Sized_target.
12832         (Target_selector_x86_64): Derive from Target_selector_freebsd
12833         rather than Target_selector.
12834         * target.h (class Target): Add adjust_elf_header and
12835         do_adjust_elf_header.
12836         * output.cc (Output_file_header:: do_sized_write): Call target
12837         adjust_elf_header routine.
12838         * configure.tgt: Set targ_osabi.
12839         * configure.ac: Define GOLD_DEFAULT_OSABI.
12840         * parameters.cc (Parameters::default_target): Pass
12841         GOLD_DEFAULT_OSABI to select_target.
12842         * target-select.h (class Target_selector): Make instantiate_target
12843         protected rather than private.
12844         * Makefile.am (HFILES): Add freebsd.h.
12845         * configure, Makefile.in, config.in: Rebuild.
12846
12847         * merge.cc (do_add_input_section): Correct pend value.  Change
12848         message about last entry not being null terminated from error to
12849         warning.
12850
12851 2009-03-20  Mikolaj Zalewski  <mikolajz@google.com>
12852
12853         * incremental.cc: New file.
12854         * Makefile.am (CCFILES): Add incremental.cc.
12855         * Makefile.in: Rebuild.
12856
12857 2009-03-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
12858
12859         * layout.cc (Layout::output_section_name): Preserve names
12860         of '.note.' sections.
12861
12862 2009-03-19  Ian Lance Taylor  <iant@google.com>
12863
12864         * descriptors.cc (Descriptors::open): Check that the options are
12865         valid before using them.
12866
12867 2009-03-18  Ian Lance Taylor  <iant@google.com>
12868
12869         * script-sections.h: Include <list>.
12870         (class Script_sections): Change Sections_elements from std::vector
12871         to std::list.  Typedef public Elements_iterator.  Add
12872         orphan_section_placement_, data_segment_align_start_, and
12873         saw_data_segment_align_ fields.  Remove data_segment_align_index_
12874         field.
12875         * script-sections.cc (class Orphan_section_placement): New class.
12876         (class Sections_element): Add virtual functions is_relro and
12877         orphan_section_init.  Remove virtual function place_orphan_here.
12878         (class Output_section_definition): Add is_relro and
12879         orphan_section_init.  Remove place_orphan_here.
12880         (class Orphan_output_section): Likewise.
12881         (Script_sections::Script_sections): Update for field changes.
12882         (Script_sections::data_segment_align): Set saw_data_segment_align_
12883         and data_segment_align_start_, not data_segment_align_index.
12884         (Script_sections::data_segment_relro_end): Check
12885         saw_data_segment_align_.  Use data_segment_align_start_ rather
12886         than data_segment_align_index_.
12887         (Script_sections::place_orphan): Rewrite to use
12888         Orphan_section_placement.
12889
12890 2009-03-17  Ian Lance Taylor  <iant@google.com>
12891
12892         * archive.cc (Archive::add_symbols): Check for a version attached
12893         to the symbol name in the archive map.
12894         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
12895         (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
12896         (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
12897         (ver_test_11.a): New target.
12898         * testsuite/Makefile.in: Rebuild.
12899
12900         * configure.ac: Check for chsize and posix_fallocate.  Replace
12901         ftruncate.
12902         * ftruncate.c: New file, from gnulib.
12903         * output.cc (posix_fallocate): Define dummy version if not
12904         HAVE_POSIX_FALLOCATE.
12905         (Output_file::map): Call posix_fallocate rather than lseek and
12906         write.
12907         * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
12908         * configure, Makefile.in, config.in: Rebuild.
12909
12910 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
12911
12912         * layout.h (Layout::create_note): Add section_name parameter.
12913         * layout.cc (Layout::create_note): Likewise.
12914         (Layout::create_build_id, Layout::create_gold_note): Fix callers.
12915
12916 2009-03-17  Ian Lance Taylor  <iant@google.com>
12917
12918         * descriptors.cc: Include "options.h".
12919         (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
12920         (Descriptors::open): Always use O_CLOEXEC when opening a new
12921         descriptor.  If we have a plugin, and O_CLOEXEC was not defined,
12922         then set FD_CLOEXEC.
12923
12924         * sparc.cc (class Target_sparc): Add has_got_section.
12925         (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
12926         make sure we have a GOT section.
12927
12928         * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
12929         (Target_sparc::Scan::local): Likewise.
12930         (Target_sparc::Scan::global): Likewise.
12931         (Target_sparc::Relocate::relocate): Likewise.
12932         (Target_sparc::Relocate::relocate_tls): Likewise.
12933
12934         * symtab.cc (Symbol_table::define_default_version): New function,
12935         broken out of add_from_object.
12936         (Symbol_table::add_from_object): Call define_default_version.
12937         (Symbol_table::define_special_symbol): Add resolve_oldsym
12938         parameter.  Change all callers.  If the version for a symbol comes
12939         from a version script, resolve it with the symbol with the same
12940         name with no version.  Also add the symbol without a version if
12941         appropriate.
12942         (do_define_in_output_data): If resolving with oldsym, don't delete
12943         sym.
12944         (do_define_in_output_segment): Likewise.
12945         (do_define_as_constant): Likewise.
12946         * symtab.h (class Symbol_table): Update declarations.
12947
12948 2009-03-13  Ian Lance Taylor  <iant@google.com>
12949
12950         * readsyms.cc (Read_symbols::incompatible_warning): New function.
12951         (Read_symbols::requeue): New function.
12952         (Read_symbols::do_read_symbols): If make_elf_object fails because
12953         the target type is not configured, and the file was searched for,
12954         issue a warning and retry with the next directory.
12955         (Add_symbols::run): If the file has an incompatible format, and
12956         it was searched for, requeue the Read_symbols task.  On error,
12957         release the object.
12958         * readsyms.h (class Read_symbols): Add dirindex_ field.  Add
12959         dirindex parameter to constructor.  Change all callers.  Declare
12960         incompatible_warning and requeue.
12961         (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
12962         input_argument_ and input_group_ fields.  Add them to
12963         constructor.  Change all callers.
12964         (class Read_script): Add dirindex_ field.  Add it to constructor.
12965         Change all callers.
12966         * archive.cc (Archive::setup): Remove input_objects parameter.
12967         Change all callers.
12968         (Archive::get_file_and_offset): Likewise.
12969         (Archive::read_all_symbols): Likewise.
12970         (Archive::read_symbols): Likewise.
12971         (Archive::get_elf_object_for_member): Remove input_objects
12972         parameter.  Add punconfigured parameter.  Change all callers.
12973         (Archive::add_symbols): Change return type to bool.  Check return
12974         value of include_member.
12975         (Archive::include_all_members): Likewise.
12976         (Archive::include_member): Change return type to bool.  Return
12977         false if first included object has incompatible target.  Set
12978         included_member_ field.
12979         (Add_archive_symbols::run): If add_symbols returns false, requeue
12980         Read_symbols task.
12981         * archive.h (class Archive): Add included_member_ field.
12982         Initialize it in constructor.  Add input_file and searched_for
12983         methods.  Update declarations.
12984         (class Add_archive_symbols): Add dirpath_, dirindex_, and
12985         input_argument_ fields.  Add them to constructor.  Change all
12986         callers.
12987         * script.cc: Include "target-select.h".
12988         (class Parser_closure): Add skip_on_incompatible_target_ and
12989         found_incompatible_target_ fields.  Add
12990         skip_on_incompatible_target parameter to constructor.  Change all
12991         callers.  Add methods skip_on_incompatible_target,
12992         clear_skip_on_incompatible_target, found_incompatible_target, and
12993         set_found_incompatible_target.
12994         (read_input_script): Add dirindex parameter.  Change all callers.
12995         If parser finds an incompatible target, requeue Read_symbols
12996         task.
12997         (script_set_symbol): Clear skip_on_incompatible_target in
12998         closure.
12999         (script_add_assertion, script_parse_option): Likewise.
13000         (script_start_sections, script_add_phdr): Likewise.
13001         (script_check_output_format): New function.
13002         * script.h (read_input_script): Update declaration.
13003         * script-c.h (script_check_output_format): Declare.
13004         * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
13005         (ignore_cmd): Remove OUTPUT_FORMAT.
13006         * fileread.cc (Input_file::Input_file): Add explicit this.
13007         (Input_file::will_search_for): New function.
13008         (Input_file::open): Add pindex parameter.  Change all callers.
13009         * fileread.h (class Input_file): Add input_file_argument method.
13010         Declare will_search_for.  Update declarations.
13011         * object.cc (make_elf_object): Add punconfigured parameter.
13012         Change all callers.
13013         * object.h (class Object): Make input_file public.  Add
13014         searched_for method.
13015         (make_elf_object): Update declaration.
13016         * dirsearch.cc (Dirsearch::find): Add pindex parameter.  Use it to
13017         restart search.
13018         * dirsearch.h (class Dirsearch): Update declaration.
13019         * options.h (class General_options): Add --warn-search-mismatch.
13020         * parameters.cc (Parameters::is_compatible_target): New function.
13021         * parameters.h (class Parameters): Declare is_compatible_target.
13022         * workqueue.cc (Workqueue::add_blocker): New function.
13023         * workqueue.h (class Workqueue): Declare add_blocker.
13024
13025         * fileread.cc (Input_file::open): Remove options parameter.
13026         Change all callers.
13027         (Input_file::open_binary): Likewise.
13028         * script.cc (read_input_script): Likewise.
13029         * readsyms.h (class Read_symbols): Remove options_ field.  Remove
13030         options parameter from constructor.  Change all callers.
13031         (class Read_script): Likewise.
13032         * fileread.h (class Input_file): Update declarations.
13033         * script.h (read_input_script): Update declaration.
13034
13035 2009-03-10  Nick Clifton  <nickc@redhat.com>
13036
13037         * po/es.po: New Spanish translation.
13038
13039 2009-03-06  Cary Coutant  <ccoutant@google.com>
13040
13041         * options.cc (parse_short_option): Keep dash_z from registering itself.
13042
13043 2009-03-03  Ian Lance Taylor  <iant@google.com>
13044
13045         PR 9918
13046         * target-reloc.h (relocate_section): Pass output_section to
13047         relocate.
13048         * i386.cc (Target_i386::should_apply_static_reloc): Add
13049         output_section parameter.  Change all callers.
13050         (Target_i386::Relocate::relocate): Add output_section parameter.
13051         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13052         * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
13053         * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
13054         * testsuite/two_file_shared.sh: New script.
13055         * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
13056         (check_DATA): Add two_file_shared.dbg.
13057         (two_file_shared.dbg): New target.
13058         * testsuite/Makefile.in: Rebuild.
13059
13060 2009-03-01  Ian Lance Taylor  <iant@google.com>
13061
13062         * configure.ac: Check for byteswap.h.
13063         * configure: Rebuild.
13064         * config.in: Rebuild.
13065
13066 2009-03-01  Mikolaj Zalewski  <mikolajz@google.com>
13067
13068         * layout.cc (Layout::find_or_add_kept_section): New function.
13069         (Layout::add_comdat): Removed.
13070         * layout.h (struct Kept_section): Move out of class Layout.
13071         Remove trailing underscores from field names.  Add group_sections
13072         field.  Rename group_ field to is_group.  Change all uses.
13073         (class Layout): Declare find_or_add_kept_section, not add_comdat.
13074         * object.cc (Sized_relobj::Sized_relobj): Don't initialize
13075         comdat_groups_ field.
13076         (Sized_relobj::include_section_group): Use
13077         find_or_add_kept_section and Kept_section::group_sections.
13078         (Sized_relobj::include_linkonce_section): Likewise.
13079         * object.cc (class Sized_relobj): Don't define Comdat_group or
13080         Comdat_group_table.  Remove find_comdat_group and
13081         add_comdat_group.  Remove comdat_groups_ field.
13082         * plugin.cc (include_comdat_group): Use
13083         Layout::find_or_add_kept_section.
13084
13085 2009-02-28  Ian Lance Taylor  <iant@google.com>
13086
13087         * README: --gc-sections and map files are now supported.  Document
13088         some build requirements.
13089
13090         PR 6992
13091         * symtab.cc (Symbol_table::sized_write_section_symbol): In a
13092         relocatable link set the value of the section symbol to zero.
13093         * object.cc (Sized_relobj::do_finalize_local_symbols): In a
13094         relocatable link don't include the section address in the local
13095         symbol value.
13096
13097 2009-02-27  Ian Lance Taylor  <iant@google.com>
13098
13099         PR 6811
13100         * options.h (class Search_directory): Add is_system_directory.
13101         (class General_options): Declare is_in_system_directory.
13102         * options.cc (get_relative_sysroot): Make static.
13103         (get_default_sysroot): Make static.
13104         (General_optoins::is_in_system_directory): New function.
13105         * fileread.cc (Input_file::is_in_system_directory): New function.
13106         * fileread.h (class Input_file): Declare is_in_system_directory.
13107         * object.h (class Object): Add is_in_system_directory.
13108         (class Input_objects): Remove system_library_directory_ field.
13109         * object.cc (Input_objects::add_object): Don't set
13110         system_library_directory_.
13111         (input_objects::found_in_system_library_directory): Remove.
13112         * symtab.cc (Symbol_table::write_globals): Remove input_objects
13113         parameter.  Change all callers.
13114         (Symbol_table::sized_write_globals): Likewise.
13115         (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
13116         Call Object::is_in_system_directory.
13117         * symtab.h (class Symbol_table): Update declarations.
13118
13119         PR 5990
13120         * descriptors.h (Open_descriptor): Add is_on_stack field.
13121         * descriptors.cc (Descriptors::open): If the descriptor is on the
13122         top of the stack, remove it.  Initialize is_on_stack field.
13123         (Descriptors::release): Only add pod to stack if it is not on the
13124         stack already.
13125         (Descriptors::close_some_descriptor): Clear stack_next and
13126         is_on_stack fields.
13127
13128         PR 7091
13129         * output.cc (Output_section::find_starting_output_address): Rename
13130         from starting_output_address; add PADDR parameter; change return
13131         type.
13132         * output.h (class Output_section): Declare
13133         find_starting_output_address instead of starting_output_address.
13134         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
13135         section symbol for which we can't find a merge section.
13136
13137         PR 9836
13138         * symtab.cc (Symbol_table::add_from_object): If the visibility is
13139         hidden or internal, force the symbol to be local.
13140         * resolve.cc (Symbol::override_visibility): Define.
13141         (Symbol::override_base): Use override_visibility.
13142         (Symbol_table::resolve): Likewise.
13143         (Symbol::override_base_with_special): Likewise.
13144         (Symbol_table::override_with_special): If the visibility is hidden
13145         or internal, force the symbol to be local.
13146         * symtab.h (class Symbol): Add set_visibility and
13147         override_visibility.
13148         * testsuite/ver_test_1.sh: New file.
13149         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
13150         (check_DATA): Add ver_test_1.syms.
13151         (ver_test_1.syms): New target.
13152         * testsuite/Makefile.in: Rebuild.
13153
13154 2009-02-25  Cary Coutant  <ccoutant@google.com>
13155
13156         * layout.cc (Layout::choose_output_section): Don't rename sections
13157         when using a linker script that has a SECTIONS clause.
13158         * Makefile.in: Regenerate.
13159
13160         * testsuite/Makefile.am (script_test_5.sh): New test case.
13161         * testsuite/Makefile.in: Regenerate.
13162         * testsuite/script_test_5.cc: New file.
13163         * testsuite/script_test_5.sh: New file.
13164         * testsuite/script_test_5.t: New file.
13165
13166 2009-02-13  Rafael Avila de Espindola  <espindola@google.com>
13167
13168         * archive.cc (Archive::include_member): Update calls to add_symbols.
13169         * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
13170         the Layout argument.
13171         * dynobj.h (do_add_symbols): Add the Layout argument.
13172         * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
13173         Layout argument.
13174         * object.h (Object::add_symbols): Add the Layout argument.
13175         (Object::do_add_symbols): Add the Layout argument.
13176         (Sized_relobj::do_add_symbols): Add the Layout argument.
13177         * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
13178         Unify the two versions.
13179         (Add_plugin_symbols): Remove.
13180         * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
13181         (Sized_pluginobj::do_add_symbols): Unify the two versions.
13182         (Add_plugin_symbols): Remove.
13183         * readsyms.cc (Read_symbols::do_read_symbols): Update call to
13184         Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
13185         (Add_symbols::run): Make it work with Pulginobj.
13186
13187 2009-02-06  Ian Lance Taylor  <iant@google.com>
13188
13189         * object.cc (Sized_relobj::do_layout): Make info message start
13190         with lower case letter.
13191
13192 2009-02-06  Mikolaj Zalewski  <mikolajz@google.com>
13193
13194         * binary.cc: Fix file comment.
13195
13196         * options.h (enum Incremental_disposition): Define.
13197         (class General_options): Add new options: --incremental,
13198         --incremental_changed, --incremental_unchanged,
13199         --incremental_unknown.  Add incremental_disposition_ and
13200         implicit_incremental_ fields.
13201         (General_options::incremental_disposition): New function.
13202         (class Position_dependent_options): Add incremental_disposition
13203         option.
13204         (Position_dependent_options::copy_from_options): Set incremental
13205         dispositions.
13206         * options.cc (General_options::parse_incremental_changed): New
13207         function.
13208         (General_options::parse_incremental_unchanged): New function.
13209         (General_options::parse_incremental_unknown): New function.
13210         (General_options::General_options): Initialize new fields
13211         incremental_disposition_ and implicit_incremental_.
13212         (General_options::finalize): Check for uasge of --incremental-*
13213         without --incremental.
13214
13215 2009-02-06  Chris Demetriou  <cgd@google.com>
13216
13217         * gold.h (gold_undefined_symbol): Change to take only a Symbol
13218         pointer and to report location as the file name associated with
13219         the symbol.
13220         (gold_undefined_symbol_at_location): New function to replace the
13221         old gold_undefined_symbol functionality.
13222         * target-reloc.h (relocate_section): Update to use
13223         gold_undefined_symbol_at_location.
13224         * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13225         Call gold_undefined_symbol function rather than gold_error.
13226         * errors.h (Errors::undefined_symbol): Take location as a
13227         string, rather than calculating it from a relocation.
13228         * errors.cc (Errors::fatal): Print "fatal error:" before the
13229         formatted message.
13230         (Errors::error, Errors::error_at_location): Print "error: "
13231         before the formatted message.
13232         (Errors::undefined_symbol): Take location as a string, rather
13233         than calculating it from a relocation.
13234         (gold_undefined_symbol_at_location): New function akin to
13235         old gold_undefined_symbol, calculates location from relocation.
13236         (gold_undefined_symbol): Change to take only a Symbol pointer
13237         and to report location as the file name associated with the symbol.
13238         * testsuite/debug_msg.sh: Update for changed error messages.
13239         * testsuite/undef_symbol.sh: Likewise.
13240
13241 2009-02-04  Duncan Sands  <baldrick@free.fr>
13242
13243         PR 9812
13244         * reduced_debug_output.h
13245         (Output_reduced_debug_abbrev_section::failed): Use format for
13246         gold_warning.
13247         (Output_reduced_debug_info_section::faild): Likewise.
13248
13249 2009-01-31  Mikolaj Zalewski  <mikolajz@google.com>
13250
13251         * script.cc (Lazy_demangler): New class.
13252         (Version_script_info::get_symbol_version_helper): Demangle a
13253         symbol only once.
13254
13255 2009-01-29  Cary Coutant  <ccoutant@google.com>
13256
13257         * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
13258         to __tls_get_addr.
13259         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13260
13261 2009-01-28  Ian Lance Taylor  <iant@google.com>
13262
13263         * version.cc (version_string): Bump to 1.9.
13264
13265         * gold.h: Include <cstring> and <stdint.h>.
13266         * version.cc: Include <cstdio>.
13267         * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
13268         warning.
13269         * reduced_debug_output.cc (insert_into_vector): Rename from
13270         Insert_into_vector; change all callers.  Use Swap_unaligned to
13271         avoid aliasing issue; remove union since it is unnecessary.
13272
13273 2009-01-27  Sriraman Tallam  <tmsriram@google.com>
13274
13275         * Makefile.am (CCFILES): Add gc.cc.
13276         (HFILES): Add gc.h.
13277         * Makefile.in: Regenerate.
13278         * gold.cc (Gc_runner): New class.
13279         (queue_initial_tasks): Call garbage collection related tasks
13280         when corresponding options are invoked.
13281         (queue_middle_gc_tasks): New function.
13282         (queue_middle_tasks): Reorder tasks to allow relocs to be read and
13283         processed early before laying out sections during garbage collection.
13284         * gold.h (queue_middle_gc_tasks): New function.
13285         (is_prefix_of): Move from "layout.cc".
13286         * i386.cc (Target_i386::gc_process_relocs): New function.
13287         * layout.cc (is_prefix_of): Remove. Move to "gold.h"
13288         * main.cc (main): Create object of class "Garbage_collection".
13289         * object.cc (Relobj::copy_symbols_data): New function.
13290         (Relobj::is_section_name_included): New function.
13291         (Sized_relobj::do_layout): Allow this function to be called twice
13292         during garbage collection and defer layout of section during the
13293         first call.
13294         * object.h (Relobj::get_symbols_data): New function.
13295         (Relobj::is_section_name_included): New function.
13296         (Relobj::copy_symbols_data): New function.
13297         (Relobj::set_symbols_data): New function.
13298         (Relobj::get_relocs_data): New function.
13299         (Relobj::set_relocs_data): New function.
13300         (Relobj::is_output_section_offset_invalid): New pure virtual function.
13301         (Relobj::gc_process_relocs): New function.
13302         (Relobj::do_gc_process_relocs): New pure virtual function.
13303         (Relobj::sd_): New data member.
13304         (Sized_relobj::is_output_section_offset_invalid): New function.
13305         (Sized_relobj::do_gc_process_relocs): New function.
13306         * options.h (General_options::gc_sections): Modify to not be a no-op.
13307         (General_options::print_gc_sections): New option.
13308         * plugin.cc (Plugin_finish::run): Remove function call to
13309         Plugin_manager::layout_deferred_objects.  Move it to "gold.cc".
13310         * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
13311         * reloc.cc (Read_relocs::run): Add task to process relocs and
13312         determine unreferenced sections when doing garbage collection.
13313         (Gc_process_relocs): New class.
13314         (Sized_relobj::do_gc_process_relocs): New function.
13315         (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
13316         sections that are garbage collected.
13317         * reloc.h (Gc_process_relocs): New class.
13318         * sparc.cc (Target_sparc::gc_process_relocs): New function.
13319         * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
13320         symbols whose corresponding sections are garbage collected.
13321         (Symbol_table::Symbol_table): Add new parameter for the garbage
13322         collection object.
13323         (Symbol_table::gc_mark_undef_symbols): New function.
13324         (Symbol_table::gc_mark_symbol_for_shlib): New function.
13325         (Symbol_table::gc_mark_dyn_syms): New function.
13326         (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
13327         as garbage.
13328         (Symbol_table::add_from_object): Likewise.
13329         (Symbol_table::add_from_relobj): When building shared objects, do not
13330         treat externally visible symbols as garbage.
13331         (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
13332         table information for static and relocatable links.
13333         * symtab.h (Symbol_table::set_gc): New function.
13334         (Symbol_table::gc): New function.
13335         (Symbol_table::gc_mark_undef_symbols): New function.
13336         (Symbol_table::gc_mark_symbol_for_shlib): New function.
13337         (Symbol_table::gc_mark_dyn_syms): New function.
13338         (Symbol_table::gc_): New data member.
13339         * target.h (Sized_target::gc_process_relocs): New pure virtual
13340         function.
13341         * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
13342         * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
13343
13344 2009-01-20  Chris Faylor <me.sourceware@sourceware.org>
13345
13346         * options.h (General_options::gc_sections): Define as a no-op for now.
13347         (General_options::no_keep_memory): Ditto.
13348         (General_options::Bshareable): Define.
13349         * options.cc (General_options::finalize): Honor -Bshareable.
13350
13351 2009-01-20  Andreas Schwab  <schwab@suse.de>
13352
13353         * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
13354         read the value in the contents, since we don't use it.  Use the
13355         template endianness when writing.
13356         (Relocate::relocate): Use it for R_PPC_REL16_HA.
13357
13358 2009-01-19  Andreas Schwab  <schwab@suse.de>
13359
13360         * configure.tgt (powerpc64-*): Fix targ_obj.
13361
13362 2009-01-15  Ian Lance Taylor  <iant@google.com>
13363
13364         * object.cc (Sized_relobj::write_local_symbols): Don't write out
13365         local symbols when stripping all symbols.
13366
13367 2009-01-14  Cary Coutant  <ccoutant@google.com>
13368
13369         * output.cc (Output_reloc): Add explicit instantiations.
13370
13371 2009-01-14  Cary Coutant  <ccoutant@google.com>
13372
13373         * archive.cc (Archive::get_elf_object_for_member): Remove call
13374         to File_read::claim_for_plugin.
13375         * descriptors.cc (Descriptors::open): Remove reference to
13376         is_claimed.
13377         (Descriptors::claim_for_plugin): Remove.
13378         * descriptors.h (Descriptors::claim_for_plugin): Remove.
13379         (Descriptors::is_claimed): Remove.
13380         (claim_descriptor_for_plugin): Remove.
13381         * fileread.cc (File_read::claim_for_plugin): Remove.
13382         * fileread.h (File_read::claim_for_plugin): Remove.
13383         (File_read::descriptor): Reopen descriptor if necessary.
13384         * plugin.cc  (Plugin::load): Add two new APIs to transfer vector.
13385         (Plugin_manager::all_symbols_read): Add task parameter. Change
13386         all callers.
13387         (Plugin_manager::get_input_file): New function.
13388         (Plugin_manager::release_input_file): New function.
13389         (Pluginobj::Pluginobj): Add filesize parameter and initialize
13390         corresponding data member.
13391         (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
13392         and pass to base constructor. Change all callers.
13393         (get_input_file, release_input_file): New functions.
13394         (make_sized_plugin_object): Add filesize parameter. Change all callers.
13395         * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
13396         (Plugin_manager::all_symbols_read): Add task parameter.
13397         (Plugin_manager::get_input_file): New function.
13398         (Plugin_manager::release_input_file): New function.
13399         (Plugin_manager::task_): New data member.
13400         (Pluginobj::Pluginobj): Add filesize parameter.
13401         (Pluginobj::filename): New function.
13402         (Pluginobj::descriptor): New function.
13403         (Pluginobj::filesize): New function.
13404         (Pluginobj::filesize_): New data member.
13405         (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
13406         * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
13407         File_read::claim_for_plugin; use Object::unlock to unlock the file.
13408
13409         * testsuite/Makefile.am (plugin_test_4): New test case for plugins
13410         with archive libraries.
13411         * testsuite/Makefile.in: Regenerate.
13412         * testsuite/plugin_test.c (struct sym_info): New type.
13413         (get_input_file, release_input_file): New static variables.
13414         (onload): Capture new transfer vector entries.
13415         (claim_file_hook): Stop reading at end of file according to filesize.
13416         Factor out parsing of readelf output into separate function.
13417         (all_symbols_read_hook): Exercise get_input_file and release_input_file
13418         APIs and get the source file name from the symbol table.  Convert
13419         source file name to corresponding object file name.  Print info
13420         message when adding new input files.
13421         (parse_readelf_line): New function.
13422         * testsuite/plugin_test_1.sh: Add checks for new info messages.
13423         * testsuite/plugin_test_2.sh: Likewise.
13424         * testsuite/plugin_test_3.sh: Likewise.
13425         * testsuite/plugin_test_4.sh: New test case.
13426
13427 2009-01-07  Ian Lance Taylor  <iant@google.com>
13428
13429         * version.cc (version_string): Bump to 1.8.
13430
13431 2008-12-23  Cary Coutant  <ccoutant@google.com>
13432
13433         * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
13434         * plugin.cc (Plugin_manager::finish): Rename as
13435         layout_deferred_objects.  Move cleanup to separate function.
13436         (Plugin_manager::cleanup): New function.
13437         (Plugin_finish::run): Call layout_deferred_objects and cleanup
13438         separately.
13439         * plugin.h (Plugin_manager::finish): Rename as
13440         layout_deferred_objects.
13441         (Plugin_manager::cleanup): New function.
13442         (Plugin_manager::cleanup_done): New field.
13443
13444 2008-12-23  Cary Coutant  <ccoutant@google.com>
13445
13446         * plugin.cc (is_visible_from_outside): New function.
13447         (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
13448         so we don't return "IR only" status for exported symbols or -r links.
13449
13450         * testsuite/Makefile.am (plugin_test_3): New test case.
13451         * testsuite/Makefile.in: Regenerate.
13452         * testsuite/plugin_test_3.sh: New file.
13453
13454 2008-12-22  Cary Coutant  <ccoutant@google.com>
13455
13456         * object.cc (Sized_relobj::layout_section): New function.
13457         (Sized_relobj::do_layout): Defer layout of input sections until after
13458         plugin has provided replacement files.
13459         (Sized_relobj::do_layout_deferred_sections): New function.
13460         * object.h (Relobj::set_section_offset): Remove virtual keyword.
13461         (Relobj::layout_deferred_sections): New function.
13462         (Relobj::do_layout_deferred_sections): New function.
13463         (Sized_relobj::do_layout_deferred_sections): New function.
13464         (Sized_relobj::layout_section): New function.
13465         (Sized_relobj::Deferred_layout): New structure.
13466         (Sized_relobj::deferred_layout_): New field.
13467         * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
13468         Change all callers.  Layout deferred sections.
13469         (class Plugin_finish): Renamed, was Plugin_cleanup.  Change all
13470         references.
13471         (Plugin_hook::run): Move code from do_plugin_hook inline.
13472         (Plugin_hook::do_plugin_hook): Remove.
13473         * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
13474         (Plugin_manager::finish): Renamed, was cleanup.
13475         (Plugin_manager::should_defer_layout): New function.
13476         (Plugin_manager::add_deferred_layout_object): New function.
13477         (Plugin_manager::Deferred_layout_list): New type.
13478         (Plugin_manager::deferred_layout_objects_): New field.
13479         (Plugin_hook::do_plugin_hook): Remove.
13480
13481 2008-12-17  Ian Lance Taylor  <iant@google.com>
13482
13483         * options.h (class General_options): Add --no case for
13484         --export-dynamic.
13485
13486 2008-12-16  Cary Coutant  <ccoutant@google.com>
13487
13488         * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
13489         vector.
13490         (Plugin_manager::claim_file): Create plugin object even if
13491         plugin did not call the add_symbols callback.
13492         (Plugin_obj::get_symbol_resolution_info): Guard against plugin
13493         asking for more symbols than were added.
13494         * testsuite/Makefile.am (plugin_test_1): Add test case with
13495         no global symbols.
13496         (empty.syms): New target.
13497         * testsuite/Makefile.in: Regenerate.
13498         * testsuite/plugin_test.c (claim_file_hook): Add new debug
13499         message. Don't call add_symbols if no globals.
13500         (all_symbols_read_hook): Don't provide replacement for empty
13501         claimed file.
13502
13503 2008-12-12  Ian Lance Taylor  <iant@google.com>
13504
13505         * target-reloc.h (Default_scan_relocatable_relocs): Only discard
13506         r_type == 0 for a local symbol with r_sym == 0.
13507         (scan_relocatable_relocs): Pass r_sym to
13508         local_non_section_strategy.
13509         * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
13510         r_sym parameter.
13511
13512         * configure.ac: Update test for TLS descriptors: they are
13513         supported as of glibc 2.9.
13514         * configure: Rebuild.
13515
13516 2008-12-11  Ian Lance Taylor  <iant@google.com>
13517
13518         PR 7091
13519         * target-reloc.h (Default_scan_relocatable_relocs): For each
13520         function, map r_type == 0 to RELOC_DISCARD.
13521
13522 2008-12-10  Cary Coutant  <ccoutant@google.com>
13523
13524         * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
13525         object to override a kept COMDAT group from a plugin object.
13526
13527 2008-12-09  Ian Lance Taylor  <iant@google.com>
13528
13529         PR 7088
13530         * yyscript.y (file_cmd): Handle INPUT.
13531
13532         * testsuite/initpri1.c: Change all declarations to be full
13533         prototypes by adding void, to avoid compiler warnings.
13534
13535 2008-12-05  Rafael Avila de Espindola  <espindola@google.com>
13536
13537         * options.cc (General_options::parse_plugin_opt): New.
13538         (General_options::add_plugin): The argument now is just the filename.
13539         (General_options::add_plugin_option): New.
13540         * options.h (plugin_opt): New.
13541         (add_plugin): Change argument name.
13542         (add_plugin_option): New.
13543         * plugin.cc (Plugin::load): Don't parse the plugin option.
13544         * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
13545         (Plugin::add_option): New.
13546         (Plugin::args_): Change type.
13547         (Plugin::filename_): New.
13548         (Plugin_manager::add_plugin_option): New.
13549         * testsuite/Makefile.am (plugin_test_1): Use new syntax.
13550         * testsuite/Makefile.in: Regenerate.
13551
13552 2008-12-05  Cary Coutant  <ccoutant@google.com>
13553
13554         * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
13555         Handle --strip-lto-sections option.
13556         * options.h (strip_lto_sections): New option.
13557
13558 2008-12-01  Cary Coutant  <ccoutant@google.com>
13559
13560         * plugin.cc (ld_plugin_message): Change format parameter to const.
13561         Fix mismatch between new[] and delete.
13562
13563 2008-11-14  Cary Coutant  <ccoutant@google.com>
13564
13565         * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
13566         instead of -1U.
13567
13568 2008-11-05  Craig Silverstein  <csilvers@google.com>
13569
13570         * options.cc (General_options::parse_dynamic_list): New function.
13571         * options.h (General_options): New flags dynamic_list,
13572         dynamic_list_data, dynamic_list_cpp_new, and
13573         dynamic_list_cpp_typeinfo.  New variable dynamic_list_.
13574         (General_options::in_dynamic_list): New function.
13575         * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
13576         (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
13577         (Lex::can_continue_name): Likewise.
13578         (yylex): Likewise.
13579         (read_script_file): New parameter script_options.
13580         (read_dynamic_list): New function.
13581         (Script_options::define_dynamic_list): New function.
13582         (dynamic_list_keyword_parsecodes): New variable.
13583         (dynamic_list_keywords): New variable.
13584         * script.h (Script_options::define_dynamic_list): New function
13585         prototype.
13586         (read_dynamic_list): New function prototype.
13587         * symtab.cc (strprefix): New macro.
13588         (Symbol::should_add_dynsym_entry): Support dynamic_list,
13589         dynamic_list_data, dynamic_list_cpp_new, and
13590         dynamic_list_cpp_typeinfo.
13591         * yyscript.y (PARSING_DYNAMIC_LIST): New token.
13592         (dynamic_list_expr): New rule.
13593         (dynamic_list_nodes): Likewise.
13594         (dynamic_list_node): Likewise.
13595         * testsuite/Makefile.am (dynamic_list): New test.
13596         * testsuite/Makefile.in: Regenerated.
13597         * testsuite/dynamic_list.t: New file.
13598         * testsuite/dynamic_list.sh: New file.
13599
13600 2008-11-05  Craig Silverstein  <csilvers@google.com>
13601
13602         * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
13603         * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
13604         (t11_last): Likewise.
13605         * testsuite/ver_test_6.c (main): Likewise.
13606
13607 2008-10-07  Cary Coutant  <ccoutant@google.com>
13608
13609         * options.c (General_options::finalize): Add check for -static and
13610         -shared.
13611         * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
13612         is not empty.
13613
13614 2008-10-02  Cary Coutant  <ccoutant@google.com>
13615
13616         * plugin.cc (make_sized_plugin_object): Fix conditional
13617         compilation to work when not all targets are enabled.
13618
13619 2008-09-29  Cary Coutant  <ccoutant@google.com>
13620
13621         * archive.cc (Archive::get_file_and_offset): Use filename instead
13622         of name to get library path.
13623         (Archive::include_member): Unlock external member of a thin archive.
13624
13625         * testsuite/Makefile.am (TEST_AR): New variable.
13626         (thin_archive_test_1): New test.
13627         (thin_archive_test_2): New test.
13628         * testsuite/Makefile.in: Regenerate.
13629         * testsuite/thin_archive_main.cc: New file.
13630         * testsuite/thin_archive_test_1.cc: New file.
13631         * testsuite/thin_archive_test_2.cc: New file.
13632         * testsuite/thin_archive_test_3.cc: New file.
13633         * testsuite/thin_archive_test_4.cc: New file.
13634
13635 2008-09-29  Cary Coutant  <ccoutant@google.com>
13636
13637         * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
13638         * object.cc (Sized_relobj::do_layout): Use constant invalid_address
13639         instead of -1U.
13640         (Sized_relobj::do_finalize_local_symbols): Likewise.
13641         (Sized_relobj::map_to_kept_section): Likewise.
13642         * object.h (Sized_relobj::invalid_address): New constant.
13643         (Sized_relobj::do_output_section_offset): Check for invalid_address
13644         and return -1ULL.
13645         * output.cc (Output_reloc::local_section_offset): Use constant
13646         invalid_address instead of -1U.
13647         (Output_reloc::get_address): Likewise.
13648         (Output_section::output_address): Change -1U to -1ULL.
13649         * output.h (Output_reloc::invalid_address): New constant.
13650         * reloc.cc (Sized_relobj::write_sections): Use constant
13651         invalid_address instead of -1U.
13652         (Sized_relobj::relocate_sections): Likewise.
13653         * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
13654         values for merge sections.
13655         * target-reloc.h (relocate_for_relocatable): Use constant
13656         invalid_address instead of -1U.
13657
13658 2008-09-19  Cary Coutant  <ccoutant@google.com>
13659
13660         Add plugin functionality for link-time optimization (LTO).
13661         * configure.ac (plugins): Add --enable-plugins option.
13662         * configure: Regenerate.
13663         * config.in: Regenerate.
13664         * Makefile.am (LIBDL): New variable.
13665         (CCFILES): Add plugin.cc.
13666         (HFILES): Add plugin.h.
13667         (ldadd_var): Add LIBDL.
13668         * Makefile.in: Regenerate.
13669
13670         * archive.cc: Include "plugin.h".
13671         (Archive::setup): Don't preread archive symbols when using a plugin.
13672         (Archive::get_file_and_offset): Add memsize parameter.  Change callers.
13673         (Archive::get_elf_object_for_member): Call plugin hooks for claiming
13674         files.
13675         (Archive::include_member): Add symbols from plugin objects.
13676         * archive.h (Archive::get_file_and_offset): Add memsize parameter.
13677         * descriptors.cc (Descriptors::open): Check for file descriptors
13678         abandoned by plugins.
13679         (Descriptors::claim_for_plugin): New function.
13680         * descriptors.h (Descriptors::claim_for_plugin): New function.
13681         (Open_descriptor::is_claimed): New field.
13682         (claim_descriptor_for_plugin): New function.
13683         * fileread.cc (File_read::claim_for_plugin): New function.
13684         * fileread.h (File_read::claim_for_plugin): New function.
13685         (File_read::descriptor): New function.
13686         * gold.cc: Include "plugin.h".
13687         (queue_initial_tasks): Add task to call plugin hooks for generating
13688         new object files.
13689         * main.cc: Include "plugin.h".
13690         (main): Load plugin libraries.
13691         * object.h (Pluginobj): Declare.
13692         (Object::pluginobj): New function.
13693         (Object::do_pluginobj): New function.
13694         (Object::set_target): New function.
13695         * options.cc: Include "plugin.h".
13696         (General_options::parse_plugin): New function.
13697         (General_options::General_options): Initialize plugins_ field.
13698         (General_options::add_plugin): New function.
13699         * options.h (Plugin_manager): Declare.
13700         (General_options): Add --plugin option.
13701         (General_options::has_plugins): New function.
13702         (General_options::plugins): New function.
13703         (General_options::add_plugin): New function.
13704         (General_options::plugins_): New field.
13705         * plugin.cc: New file.
13706         * plugin.h: New file.
13707         * readsyms.cc: Include "plugin.h".
13708         (Read_symbols::do_read_symbols): Check for archive before checking
13709         for ELF file.  Call plugin hooks to claim files.
13710         * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
13711         from a real object file; force override when processing replacement
13712         files.
13713         * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
13714         (Symbol::init_base_object): Likewise.
13715         (Symbol::init_base_output_data): Likewise.
13716         (Symbol::init_base_output_segment): Likewise.
13717         (Symbol::init_base_constant): Likewise.
13718         (Symbol::init_base_undefined): Likewise.
13719         (Symbol::output_section): Assert that object is not a plugin.
13720         (Symbol_table::add_from_pluginobj): New function.
13721         (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
13722         undefined.
13723         (Symbol_table::sized_write_globals): Likewise.
13724         (Symbol_table::add_from_pluginobj): Instantiate template.
13725         * symtab.h (Sized_pluginobj): Declare.
13726         (Symbol::in_real_elf): New function.
13727         (Symbol::set_in_real_elf): New function.
13728         (Symbol::in_real_elf_): New field.
13729         (Symbol_table::add_from_pluginobj): New function.
13730
13731         * testsuite/Makefile.am (AM_CFLAGS): New variable.
13732         (LIBDL): New variable.
13733         (LDADD): Add LIBDL.
13734         (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
13735         (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
13736         (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
13737         (MOSTLYCLEANFILES): Likewise.
13738         * testsuite/Makefile.in: Regenerate.
13739         * testsuite/plugin_test.c: New file.
13740         * testsuite/plugin_test_1.sh: New file.
13741         * testsuite/plugin_test_2.sh: New file.
13742
13743 2008-09-16  Ian Lance Taylor  <iant@google.com>
13744
13745         * target-reloc.h (relocate_section): Check whether a symbol is
13746         defined by the ABI before reporting an undefined symbol error.
13747         * target.h (Target::is_defined_by_abi): Make parameter const.
13748         (Target::do_is_defined_by_abi): Likewise.
13749         * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
13750         * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
13751         * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
13752         * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
13753         * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
13754         * testsuite/Makefile.in: Rebuild.
13755
13756         * fileread.cc (make_view): Add casts to avoid warning.
13757
13758 2008-09-16  Alexandre Oliva  <aoliva@redhat.com>
13759
13760         * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
13761         * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13762
13763 2008-09-16  Alexandre Oliva  <aoliva@redhat.com>
13764
13765         * options.h (General_options::output_is_executable): New.
13766         (General_options::output_is_pie): New.
13767         * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
13768         for shared libraries.
13769         * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
13770
13771 2008-09-11  Chris Demetriou  <cgd@google.com>
13772
13773         * options.h (origin): New -z option.
13774         * layout.cc (Layout:finish_dynamic_section): If "-z origin"
13775         is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
13776         in DT_FLAGS_1.
13777
13778 2008-09-05  Cary Coutant  <ccoutant@google.com>
13779
13780         * fileread.cc (File_read::make_view): Add check for attempt to map
13781         beyond end of file.
13782
13783 2008-09-05  Cary Coutant  <ccoutant@google.com>
13784
13785         * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
13786         explicit instantiations.
13787
13788 2008-08-28  Kris Van Hees  <kris.van.hees@oracle.com>
13789
13790         PR gold/6858
13791         * options.cc (General_options::finalize): Allow undefined symbols
13792         in shlibs if linking -shared.
13793
13794         PR gold/6859
13795         * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
13796         symbols as not needing a dynsym entry.
13797
13798 2008-08-20  Craig Silverstein  <csilvers@google.com>
13799
13800         * fileread.cc (File_read::open): Do not lock the file unless it
13801         was successfully opened.
13802
13803 2008-08-14  Cary Coutant  <ccoutant@google.com>
13804
13805         * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
13806         Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
13807         * testsuite/tls_test.cc (struct int128): 128-bit struct
13808         for testing TLS relocs with non-zero addend.
13809         (v12): New TLS variable.
13810         (t12): New test.
13811         (t_last): Add check for v12.
13812         * testsuite/tls_test.h (t12): New function.
13813         * testsuite/tls_test_main.cc (thread_routine): Call new test.
13814
13815 2008-08-13  Ian Lance Taylor  <iant@google.com>
13816
13817         * layout.cc (Layout::attach_allocated_section_to_segment): Don't
13818         set tls_segment_ or relro_segment_.
13819         (Layout::make_output_segment): Set tls_segment_ and relro_segment_
13820         when appropriate.
13821         * output.h (Output_section::clear_is_relro): New function.
13822         * output.cc (Output_segment::add_output_section): Handle SHF_TLS
13823         sections specially even when output_data_ is empty.
13824         (Output_segment::maximum_alignment): When first section is relro,
13825         only force alignment for PT_LOAD segments.
13826         * script.cc (script_data_segment_align): New function.
13827         (script_data_segment_relro_end): New function.
13828         * script-c.h (script_data_segment_align): Declare.
13829         (script_data_segment_relro_end): Declare.
13830         * script-sections.h (class Script_sections): Declare
13831         data_segment_align and data_segment_relro_end.  Add fields
13832         segment_align_index_ and saw_relro_end_.
13833         * script-sections.cc (class Sections_element): Add set_is_relro
13834         virtual function.  Add new bool* parameter to place_orphan_here.
13835         Add get_output_section virtual function.
13836         (class Output_section_definition): Add set_is_relro.  Add new
13837         bool* parameter to place_orphan_here.  Add get_output_section.
13838         Add is_relro_ field.
13839         (Output_section_definition::Output_section_definition): Initialize
13840         evaluated_address_, evaluated_load_address, evaluated_addralign_,
13841         and is_relro_ fields.
13842         (Output_section_definition::place_orphan_here): Add is_relro
13843         parameter.
13844         (Output_section_definition::set_section_addresses): Set relro for
13845         output section.
13846         (Output_section_definition::alternate_constraint): Likewise.
13847         (class Orphan_output_section): Add new bool* parameter to
13848         place_orphan_here.  Add get_output_section.
13849         (Orphan_output_section::place_orphan_here): Add is_relro
13850         parameter.
13851         (Script_sections::Script_sections): Initialize
13852         data_segment_align_index_ and saw_relro_end_.
13853         (Script_sections::data_segment_align): New function.
13854         (Script_sections::data_segment_relro_end): New function.
13855         (Script_sections::place_orphan): Set or clear is_relro.
13856         (Script_sections::set_section_addresses): Force alignment of first
13857         TLS section.
13858         * yyscript.y (exp): Call script_data_segment_align and
13859         script_data_segment_relro_end.
13860         * testsuite/relro_script_test.t: New file.
13861         * testsuite/relro_test.cc (using_script): Declare.
13862         (t1, t2): Test using_script.
13863         * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
13864         (relro_script_test_SOURCES): Define.
13865         (relro_script_test_DEPENDENCIES): Define.
13866         (relro_script_test_LDFLAGS): Define.
13867         (relro_script_test_LDADD): Define.
13868         (relro_script_test.so): New target.
13869         * testsuite/Makefile.in: Rebuild.
13870
13871 2008-08-06  Cary Coutant <ccoutant@google.com>
13872
13873         * archive.cc (Archive::total_archives, Archive::total_members)
13874         (Archive::total_members_loaded): New variables.
13875         (Archive::setup): Add parameter.  Add option to preread
13876         archive symbols.
13877         (Archive::read_armap): Add counter.
13878         (Archive::get_file_and_offset): New function.
13879         (Archive::get_elf_object_for_member): New function.
13880         (Archive::read_all_symbols): New function.
13881         (Archive::read_symbols): New function.
13882         (Archive::add_symbols): Add counters.
13883         (Archive::include_all_members): Use armap to find members if it's
13884         already built.
13885         (Archive::include_member): Skip reading symbols if already read.
13886         Factored code into Archive::get_file_and_offset and
13887         Archive::get_elf_object_for_member.  Changed call to
13888         Mapfile::report_include_archive_member.
13889         (Archive::print_stats): New function.
13890         * archive.h: Declare Object and Read_symbols_data classes.
13891         (Archive::Archive): Add initializers for new members.
13892         (Archive::setup): Add parameter.
13893         (Archive::print_stats): New function.
13894         (Archive::total_archives, Archive::total_members)
13895         (Archive::total_members_loaded): New variables.
13896         (Archive::get_file_and_offset): New function.
13897         (Archive::get_elf_object_for_member): New function.
13898         (Archive::read_all_symbols): New function.
13899         (Archive::read_symbols): New function.
13900         (Archive::Archive_member): New class.
13901         (Archive::members_): New member.
13902         (Archive::num_members_): New member.
13903         * main.cc: Include archive.h.
13904         (main): Call Archive::print_stats.
13905         * mapfile.cc (Mapfile::report_include_archive_member): Delete
13906         archive parameter; member_name is now the fully-decorated name.
13907         * mapfile.h (Mapfile::report_include_archive_member): Likewise.
13908         * options.h: (General_options): Add --preread-archive-symbols option.
13909         * readsyms.cc (Read_symbols::do_read_symbols): Change call to
13910         Archive::setup.
13911
13912 2008-08-04  Ian Lance Taylor  <iant@google.com>
13913
13914         * symtab.h (Symbol::use_plt_offset): New function.
13915         * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
13916         * powerpc.cc (Relocate::relocate): Likewise.
13917         * sparc.cc (Relocate::relocate): Likewise.
13918         * x86_64.cc (Relocate::relocate): Likewise.
13919         * testsuite/weak_plt.sh: New test.
13920         * testsuite/weak_plt_main.cc: New test.
13921         * testsuite/weak_plt_shared.cc: New test.
13922         * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
13923         (check_PROGRAMS): Add weak_plt.
13924         (check_DATA): Add weak_plt_shared.so.
13925         (weak_plt_main_pic.o, weak_plt): New targets.
13926         (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
13927         * testsuite/Makefile.in: Rebuild.
13928
13929         * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
13930         gcctestdir/ld.
13931         (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
13932         * testsuite/Makefile.in: Rebuild.
13933
13934 2008-08-04  Alan Modra  <amodra@bigpond.net.au>
13935
13936         * Makefile.am (POTFILES.in): Set LC_ALL=C.
13937         * Makefile.in: Regenerate.
13938         * po/POTFILES.in: Regenerate.
13939
13940 2008-07-29  Ian Lance Taylor  <iant@google.com>
13941
13942         * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
13943         symbols before other symbols.
13944         * testsuite/script_test_2.cc (test_addr): Declare.
13945         (test_addr_alias): Declare.
13946         (main): Check that test_addr and test_addr_alias have the right
13947         values.
13948         * testsuite/script_test_2.t: Define test_addr_alias and
13949         test_addr.
13950
13951 2008-07-24  Ian Lance Taylor  <iant@google.com>
13952
13953         PR 5990
13954         * descriptors.cc: New file.
13955         * descriptors.h: New file.
13956         * gold-threads.h (class Hold_optional_lock): New class.
13957         * fileread.cc: Include "descriptors.h".
13958         (File_read::~File_read): Release descriptor rather than closing
13959         it.
13960         (File_read::open) [file]: Call open_descriptor rather than open.
13961         Set is_descriptor_opened_.
13962         (File_read::open) [memory]: Assert that descriptor is not open.
13963         (File_read::reopen_descriptor): New function.
13964         (File_read::release): Release descriptor.
13965         (File_read::do_read): Make non-const.  Reopen descriptor.
13966         (File_read::read): Make non-const.
13967         (File_read::make_view): Reopen descriptor.
13968         (File_read::do_readv): Likewise.
13969         * fileread.h (class File_read): Add is_descriptor_opened_ field.
13970         Update declarations.
13971         * layout.cc: Include "descriptors.h".
13972         (Layout::create_build_id): Use open_descriptor rather than open.
13973         * output.cc: Include "descriptors.h".
13974         (Output_file::open): Use open_descriptor rather than open.
13975         * archive.cc (Archive::const_iterator): Change Archive to be
13976         non-const.
13977         (Archive::begin, Archive::end): Make non-const.
13978         (Archive::count_members): Likewise.
13979         * archive.h (class Archive): Update declarations.
13980         * object.h (Object::read): Make non-const.
13981         * Makefile.am (CCFILES): Add descriptors.cc.
13982         (HFILES): Add descriptors.h.
13983         * Makefile.in: Rebuild.
13984
13985         PR 6716
13986         * gold.h: Always include <clocale>.  Add Solaris workarounds
13987         following code in binutils/sysdep.h.
13988
13989         PR 6048
13990         * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
13991         this->eh_frame_hdr_ is NULL before using it.
13992
13993         * dynobj.cc (Versions::Versions): Update comment.
13994
13995         * dynobj.cc (Versions::Versions): If there is an soname, use it as
13996         the base version name.
13997
13998         * stringpool.cc (Stringpool_template::add_with_length): Set key to
13999         array size plus one.
14000         (Stringpool_template::set_string_offsets): Subtract one from key
14001         before using it as an array index.
14002         (Stringpool_template::get_offset_with_length): Likewise.
14003         (Stringpool_template::write_to_buffer): Likewise.
14004         * stringpool.h (Stringpool_template::get_offset_from_key):
14005         Likewise.
14006
14007 2008-07-23  Ian Lance Taylor  <iant@google.com>
14008
14009         PR 6658
14010         * object.h (Merged_symbol_value::value): Do our best to handle a
14011         negative addend.
14012
14013         PR 6647
14014         * script.cc (Version_script_info::get_versions): Don't add empty
14015         version tag to return value.
14016         (Version_script_info::get_symbol_version_helper): Change return
14017         type to bool.  Add pversion parameter.  Change all callers.
14018         (script_register_vers_node): Don't require a non-NULL tag.
14019         * script.h (class Version_script_info): Update declarations.
14020         (Version_script_info::get_symbol_version): Change return type to
14021         bool.  Add version parameter.  Change all callers.
14022         * symtab.cc (Sized_symbol::add_from_relobj): Rework version
14023         handling.  Handle an empty version from a version script.
14024         (Symbol_table::define_special_symbol): Likewise.
14025         * testsuite/ver_test_10.script: New file.
14026         * testsuite/ver_test_10.sh: New file.
14027         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
14028         (check_DATA): Add ver_test_10.syms.
14029         (ver_test_10.syms, ver_test_10.so): New target.
14030         * testsuite/Makefile.in: Rebuild.
14031
14032 2008-07-23  Simon Baldwin  <simonb@google.com>
14033
14034         * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
14035         to zero for undefined symbols from dynamic libraries.
14036
14037 2008-07-23  Ian Lance Taylor  <iant@google.com>
14038
14039         * symtab.cc (Symbol_table::resolve): Remove version parameter.
14040         Change all callers.
14041         * symtab.h (class Symbol_table): Update declaration.
14042         * testsuite/ver_test_9.cc: New file.
14043         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
14044         (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
14045         (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
14046         (ver_test_9.so, ver_test_9.o): New targets.
14047         * testsuite/Makefile.in: Rebuild.
14048
14049 2008-07-22  Ian Lance Taylor  <iant@google.com>
14050
14051         * options.h (class General_options): Define --check-sections.
14052         * layout.cc (Layout::set_segment_offsets): Handle
14053         --check-sections.
14054
14055         * options.h (class General_options): Define -n/--nmagic and
14056         -N/--omagic.
14057         * options.cc (General_options::finalize): For -n/--nmagic or
14058         -N/--omagic, set -static.
14059         * layout.cc (Layout::attach_allocated_section_to_segment): If
14060         -N/--omagic, don't put read-only and read-write sections in
14061         different segments.
14062         (Layout::find_first_load_seg): If -N/--omagic, don't insist on
14063         finding a read-only segment.
14064         (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
14065         don't set the minimum segment alignment to the common page size,
14066         and don't set the file offset to the address modulo the page size.
14067         * script-sections.cc (Script_sections::create_segments): If
14068         -n/--omagic, don't put read-only and read-write sections in
14069         different segments.
14070
14071         * cref.cc: New file.
14072         * cref.h: New file.
14073         * options.h (class General_options): Add --print-symbol-counts.
14074         * main.cc (main): Issue defined symbol report if requested.
14075         * archive.cc (Archive::interpret_header): Make into a const member
14076         function.
14077         (Archive::add_symbols): Call Input_objects::archive_start and
14078         archive_stop.
14079         (Archive::const_iterator): Define new class.
14080         (Archive::begin, Archive::end): New functions.
14081         (Archive::include_all_members): Rewrite to use iterator.
14082         (Archive::count_members): New function.
14083         * archive.h (class Archive): Update declarations.
14084         (Archive::filename): New function.
14085         * object.cc: Include "cref.h".
14086         (Sized_relobj::Sized_relobj): Initialize defined_count_.
14087         (Sized_relobj::do_get_global_symbol_counts): New function.
14088         (Input_objects::add_object): Add object to cross-referencer.
14089         (Input_objects::archive_start): New function.
14090         (Input_objects::archive_stop): New function.
14091         (Input_objects::print_symbol_counts): New function.
14092         * object.h: Declare Cref and Archive.
14093         (Object::get_global_symbol_counts): New function.
14094         (Object::do_get_global_symbol_counts): New pure virtual function.
14095         (class Sized_relobj): Add defined_count_ field.  Update
14096         declarations.
14097         (class Input_objects): Add cref_ field.  Update constructor.
14098         Update declarations.
14099         * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
14100         defined_count_.
14101         (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
14102         symbol counts.
14103         (Sized_dynobj::do_get_global_symbol_counts): New function.
14104         * dynobj.h (class Sized_dynobj): Add fields symbols_ and
14105         defined_count_.  Update declarations.  Define Symbols typedef.
14106         * symtab.cc (Symbol_table::add_from_relobj): Add defined
14107         parameter.  Change all callers.
14108         (Symbol_table::add_from_dynobj): Add sympointers and defined
14109         parameters.  Change all callers.
14110         * symtab.h (class Symbol_table): Update declarations.
14111         * Makefile.am (CCFILES): Add cref.cc.
14112         (HFILES): Add cref.h.
14113         * Makefile.in: Rebuild.
14114
14115 2008-07-22  Simon Baldwin  <simonb@google.com>
14116
14117         * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
14118         to zero when writing undefined symbols.
14119
14120 2008-07-22  Ian Lance Taylor  <iant@google.com>
14121
14122         * output.cc (Output_section::add_input_section): Don't try to
14123         merge empty merge sections.
14124
14125 2008-07-21  Craig Silverstein  <csilvers@google.com>
14126
14127         * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
14128         Include symbol version in error message.
14129
14130 2008-07-20  Chris Demetriou  <cgd@google.com>
14131
14132         * configure.ac (gold_cv_c_random_seed): New configured variable.
14133         (RANDOM_SEED_CFLAGS): New substituted variable.
14134         * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
14135         * configure: Rebuild.
14136         * Makefile.in: Likewise.
14137         * testsuite/Makefile.in: Likewise.
14138
14139 2008-07-18  Ian Lance Taylor  <iant@google.com>
14140
14141         * symtab.cc (Symbol_table::add_from_object): Rewrite the case
14142         where we see NAME/NULL and NAME/VERSION  as separate symbols.
14143         * testsuite/ver_test_main.cc (main): Call t4.
14144         (t4, t4_2a): Define.
14145         * testsuite/ver_test_2.cc (t4_2): Define.
14146         * testsuite/ver_test_2.script: Put t4_2a in VER2.
14147         * testsuite/ver_test_4.cc (t4_2a): Define.
14148         * testsuite/ver_test_4.script: Put t4_2a in VER2.
14149         * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
14150
14151 2008-07-17  Ian Lance Taylor  <iant@google.com>
14152
14153         * dynobj.cc (Versions::add_def): If we give an error about a
14154         missing version, go ahead and create the version anyhow.
14155
14156 2008-07-10  Ian Lance Taylor  <iant@google.com>
14157
14158         Handle output sections with more than 0x7fffffff bytes.
14159         * object.h (class Relobj): Change map_to_output_ to
14160         output_sections_, and just keep a section pointer.  Change all
14161         uses.  Move comdat group support to Sized_relobj.
14162         (Relobj::is_section_specially_mapped): Remove.
14163         (Relobj::output_section): Remove poff parameter.  Change all
14164         callers.
14165         (Relobj::output_section_offset): New function.
14166         (Relobj::set_section_offset): Rewrite.
14167         (Relobj::map_to_output): Remove.
14168         (Relobj::output_sections): New function.
14169         (Relobj::do_output_section_offset): New pure virtual function.
14170         (Relobj::do_set_section_offset): Likewise.
14171         (class Sized_relobj): Add section_offsets_ field.  Add comdat
14172         group support from Relobj.  Update declarations.
14173         (Sized_relobj::get_output_section_offset): New function.
14174         (Sized_relobj::do_output_section_offset): New function.
14175         (Sized_relobj::do_set_section_offset): New function.
14176         * object.cc (Relobj::output_section_address): Remove.
14177         (Sized_relobj::Sized_relobj): Initialize new fields.
14178         (Sized_relobj::include_section_group): Cast find_kept_object to
14179         Sized_relobj.
14180         (Sized_relobj::include_linkonce_section): Likewise.
14181         (Sized_relobj::do_layout): Use separate arrays for output section
14182         and output offset.
14183         (Sized_relobj::do_count_local_symbols): Change map_to_output to
14184         output_sections.
14185         (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
14186         output_sections and section_offsets.
14187         (Sized_relobj::write_local_symbols): Likewise.
14188         (map_to_kept_section): Compute output address directly.
14189         * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
14190         output_sections and section_offsets.
14191         (Sized_relobj::write_sections): Likewise.
14192         (Sized_relobj::relocate_sections): Likewise.
14193         * symtab.cc (sized_finalize_symbol): Use output_section_offset.
14194         * output.h (class Output_reloc): Update declarations.  Change
14195         u2_.relobj to Sized_relobj*.
14196         (class Output_data_reloc): Change add functions to use
14197         Sized_relobj*.
14198         * output.cc (Output_reloc::Output_reloc): Change relobj to
14199         Sized_relobj*.
14200         (Output_reloc::local_section_offset): Change return type to
14201         Elf_Addr.  Use get_output_section_offset.
14202         (Output_reloc::get_address): Likewise.
14203         (Output_section::is_input_address_mapped): Don't call
14204         is_section_specially_mapped.
14205         (Output_section::output_offset): Likewise.
14206         (Output_section::output_address): Likewise.
14207         (Output_section::starting_output_address): Likewise.
14208         * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
14209         parameter to Sized_relobj*.
14210         (Copy_relocs::need_copy_reloc): Likewise.
14211         (Copy_relocs::save): Likewise.
14212         * copy-relocs.h (class Copy_relocs): Update declarations.
14213         (class Copy_relocs::Copy_reloc_entry): Change constructor to use
14214         Sized_relobj*.  Change relobj_ field to Sized_relobj*.
14215         * target-reloc.h (relocate_for_relocatable): Change
14216         offset_in_output_section type to Elf_Addr.  Change code that uses
14217         it as well.
14218         * layout.cc (Layout::layout): Always set *off.
14219         * mapfile.cc (Mapfile::print_input_section): Use
14220         output_section_offset.
14221         * i386.cc (Target_i386::copy_reloc): Change object parameter to
14222         Sized_relobj*.
14223         * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
14224         * sparc.cc (Target_sparc::copy_reloc): Likewise.
14225         * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
14226
14227 2008-07-03  Ian Lance Taylor  <iant@google.com>
14228
14229         * layout.cc (Layout::include_section): Do not discard unrecognized
14230         SHT_STRTAB sections.
14231
14232 2008-06-30  Craig Silverstein  <csilvers@cs.stanford.edu>
14233
14234         * script.cc (Lex::can_continue_name): Make '?' allowable in
14235         version-script names.
14236         * testsuite/version_script.map: Change glob pattern to use '?'
14237
14238 2008-06-30  Manish Singh  <yosh@gimp.org>
14239
14240         PR 6585
14241         * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
14242         Correct typo.
14243
14244 2008-06-30  Ian Lance Taylor  <iant@google.com>
14245
14246         PR 6660
14247         PR 6682
14248         * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
14249         versions]: Don't try to read the value in the contents, since we
14250         don't use it.  Use the template endianness when writing.
14251
14252 2008-06-25  Cary Coutant  <ccoutant@google.com>
14253
14254         * fileread.cc (File_read::make_view): Assert on zero-length view.
14255         * object.cc (Sized_relobj::do_read_symbols): Don't try to read
14256         symbol table when there are no symbols to read.
14257
14258 2008-06-23  Craig Silverstein  <csilvers@google.com>
14259
14260         * version.cc (version_string): Bump to 1.7
14261
14262 2008-06-18  Craig Silverstein  <csilvers@google.com>
14263
14264         * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
14265         constant 0xFFFF to type Valtype.
14266         (Powerpc_relocate_functions::rel16_ha): Likewise.
14267
14268 2008-06-17  Ian Lance Taylor  <iant@google.com>
14269
14270         * output.h (Output_section::Input_section): Initialize p2align_ to
14271         zero for Output_section_data constructors.
14272         (Output_section::Input_section::addralign): If not an input
14273         section, return the alignment of the Output_section_data.
14274         * testsuite/copy_test.cc: New file.
14275         * testsuite/copy_test_1.cc: New file.
14276         * testsuite/copy_test_2.cc: New file.
14277         * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
14278         (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
14279         (copy_test_LDFLAGS, copy_test_LDADD): New variables.
14280         (copy_test_1_pic.o, copy_test_1.so): New targets.
14281         (copy_test_2_pic.o, copy_test_2.so): New targets.
14282         * testsuite/Makefile.in: Rebuild.
14283
14284         * script-sections.cc (Script_sections::place_orphan): Initialize
14285         local variable exact.
14286
14287 2008-06-13  David Edelsohn  <edelsohn@gnu.org>
14288
14289         * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
14290
14291 2008-06-12  David Edelsohn  <edelsohn@gnu.org>
14292             David S. Miller  <davem@davemloft.net>
14293
14294         * powerpc.cc: New file.
14295         * Makefile.am (TARGETSOURCES): Add powerpc.cc
14296         (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
14297         * configure.tgt: Add entries for powerpc-* and powerpc64-*.
14298         * Makefile.in: Rebuild.
14299
14300 2008-06-09  Ian Lance Taylor  <iant@google.com>
14301
14302         * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
14303         <exception>.
14304         (throwing, orig_terminate): New static variables.
14305         (terminate_handler): New static function.
14306         (t2): Set terminate handler.
14307
14308 2008-06-05  Kris Van Hees  <kris.van.hees@oracle.com>
14309
14310         PR 6584
14311         * binary.cc (Binary_to_elf::sized_convert): Fix .data
14312         alignment.
14313
14314 2008-05-30  Cary Coutant  <ccoutant@google.com>
14315
14316         * archive.cc (Archive::include_all_members) Correct to step
14317         over symbol table and extended name table in thin archives.
14318
14319 2008-05-29  Kris Van Hees  <kris.van.hees@oracle.com>
14320
14321         PR 6407
14322         * target-reloc.h (relocate_for_relocatable): Fix new_offset
14323         calculation.
14324
14325 2008-05-28  Caleb Howe  <cshowe@google.com>
14326
14327         * reduced_debug_output.cc: New file.
14328         * reduced_debug_output.h: New file.
14329         * options.h (class General_options): Add --strip-debug-non-line.
14330         * options.cc (General_options::finalize): Add strip_debug_non_line
14331         to the strip heirarchy.
14332         * layout.h (class Layout): Add debug_abbrev_ and debug_info_
14333         fields.
14334         * layout.cc: Include "reduced_debug_output.h".
14335         (Layout::Layout): Initialize new fields.
14336         (line_only_debug_sections): New static array.
14337         (is_lines_only_debug_sections): New static inline function.
14338         (Layout::include_section): Handle --strip-debug-non-line.
14339         (Layout::make_output_section): If --strip-debug-non-line, build
14340         new output sections for .debug_abbrev and .debug_info.
14341         * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
14342         gold.  Warn about possible overflow.
14343         (read_signed_LEB_128): Likewise.
14344         * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
14345         (read_signed_LEB_128): Declare.
14346         * Makefile.am (CCFILES): Add reduced_debug_output.cc.
14347         (HFILES): Add reduced_debug_output.h.
14348         * Makefile.in: Rebuild.
14349
14350 2008-05-21  Ian Lance Taylor  <iant@google.com>
14351
14352         * mapfile.cc: New file.
14353         * mapfile.h: New file.
14354         * options.h (class General_options): Add -M/--print-map and -Map.
14355         * options.cc (General_options::finalize): Make -M equivalent to
14356         -Map -.
14357         * main.cc: Include <cstdio> and "mapfile.h".
14358         (main): Open mapfile if requested.
14359         * gold.cc (class Middle_runner): Add mapfile_ field.  Update
14360         constructor.  Change caller.
14361         (queue_initial_tasks): Add mapfile parameter.  Change caller.
14362         (queue_middle_tasks): Likewise.
14363         * gold.h (queue_initial_tasks, queue_middle_tasks): Update
14364         declarations.
14365         * archive.cc: Include "mapfile.h".
14366         (Archive::add_symbols): Add mapfile parameter.  Change all
14367         callers.  Pass mapfile, symbol, and reason to include_member.
14368         (Archive::include_all_members): Add mapfile parameter.  Change all
14369         callers.
14370         (Archive::include_member): Add mapfile, sym, and why parameters.
14371         Change all callers.  Report inclusion to map file.
14372         * archive.h: Include "fileread.h".
14373         (class Archive): Update declarations.
14374         (Archive::file): New const method.
14375         (class Add_archive_symbols): Add mapfile_ field.  Update
14376         constructor.  Change all callers.
14377         * readsyms.h (class Read_symbols): Likewise.
14378         (class Finish_group): Likewise.
14379         (class Read_script): Likewise.
14380         * common.cc: Include "mapfile.h".
14381         (Symbol_table::allocate_commons): Add mapfile parameter.  Change
14382         all callers.
14383         (Symbol_table::do_allocate_commons): Likewise.
14384         (Symbol_table::do_allocate_commons_list): Likewise.  Report common
14385         symbol allocation to mapfile.
14386         * common.h (class Allocate_commons_task): Add mapfile_ field.
14387         Update constructor.  Change all callers.
14388         * symtab.h (class Symbol_table): Update declarations.
14389         * layout.cc: Include "mapfile.h".
14390         (Layout_task_runner::run): Print information to mapfile.
14391         (Layout::create_gold_note): Change Output_data_fixed_space to
14392         Output_data_zero_fill.
14393         (Layout::create_build_id): Likewise.
14394         (Layout::print_to_mapfile): New function.
14395         * layout.h (class Layout_task_runner): Add mapfile_ field.  Update
14396         constructor.  Change caller.
14397         (class Layout): Declare print_to_mapfile.
14398         * output.cc (Output_section::Input_section::print_to_mapfile): New
14399         function.
14400         (Output_section::add_input_section): If producing a map, always
14401         add to input_sections_ list.
14402         (Output_section::do_print_to_mapfile): New function.
14403         (Output_segment::print_sections_to_mapfile): New function.
14404         (Output_segment::print_section_list_to_mapfile): New function.
14405         * output.h: Include "mapfile.h".
14406         (Output_data::print_to_mapfile): New function.
14407         (Output_data::do_print_to_mapfile): New virtual function.
14408         (Output_segment_headers::do_print_to_mapfile): New function.
14409         (Output_file_header::do_print_to_mapfile): New function.
14410         (Output_data_const::do_print_to_mapfile): New function.
14411         (class Output_data_const_buffer): Add map_name_ field.  Update
14412         constructor.  Change all callers.  Add do_print_to_mapfile
14413         function.
14414         (class Output_data_fixed_space): Likewise.
14415         (class Output_data_space): Likewise.
14416         (class Output_data_zero_fill): New class.
14417         (Output_data_strtab::do_print_to_mapfile): New function.
14418         (Output_data_reloc_base::do_print_to_mapfile): New function.
14419         (Output_relocatable_relocs::do_print_to_mapfile): New function.
14420         (Output_data_group::do_print_to_mapfile): New function.
14421         (Output_data_got::do_print_to_mapfile): New function.
14422         (Output_data_dynamic::do_print_to_mapfile): New function.
14423         (Output_symtab_xindex::do_print_to_mapfile): New function.
14424         (class Output_section): Declare do_print_to_mapflie.  Declare
14425         print_to_mapfile in Input_section.
14426         (class Output_segment): Declare new functions.
14427         * object.h (Sized_relobj::symbol_count): New function.
14428         * script-sections.cc
14429         (Output_section_element_dot_assignment::set_section_addresses):
14430         Change Output_data_fixed_space to Output_data_zero_fill.
14431         (Output_data_expression::do_print_to_mapfile): New function.
14432         * script.cc (read_input_script): Add mapfile parameter.  Change
14433         all callers.
14434         * script.h (read_input_script): Update declaration.
14435         * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
14436         (Eh_frame::do_print_to_mapfile): New function.
14437         * merge.h (Output_merge_data::do_print_to_mapfile): New function.
14438         (Output_merge_string::do_print_to_mapfile): New function.
14439         * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
14440         function.
14441         * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
14442         function.
14443         * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
14444         function.
14445         * Makefile.am (CCFILES): Add mapfile.cc.
14446         (HFILES): Add mapfile.h.
14447         * Makefile.in: Rebuild.
14448
14449 2008-05-19  Ian Lance Taylor  <iant@google.com>
14450
14451         * options.h (class General_options): Add -z relro.
14452         * layout.cc (Layout::Layout): Initialize relro_segment_.
14453         (Layout::add_output_section_data): Return the output section.
14454         (Layout::make_output_section): Rcognize relro sections and mark
14455         them appropriately.
14456         (Layout::attach_allocated_section_to_segment): Put relro sections
14457         in a PT_GNU_RELRO segment.
14458         (Layout::create_initial_dynamic_sections): Mark the .dynamic
14459         section as relro.
14460         (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
14461         PT_TLS segments.
14462         (Layout::linkonce_mapping): Map d.rel.ro.local to
14463         .data.rel.ro.local.
14464         (Layout::output_section_name): Us .data.rel.ro.local for any
14465         section which begins with that.
14466         * layout.h (class Layout): Update add_output_section_data
14467         declaration.  Add relro_segment_ field.
14468         * output.cc (Output_section::Output_section): Initialize is_relro_
14469         and is_relro_local_ fields.
14470         (Output_segment::add_output_section): Group relro sections.
14471         (Output_segment::is_first_section_relro): New function.
14472         (Output_segment::maximum_alignment): If there is a relro section,
14473         align the segment to the common page size.
14474         (Output_segment::set_section_addresses): Track whether we are
14475         looking at relro sections.  If the last section is a relro
14476         section, align to the common page size.
14477         (Output_segment::set_section_list_addresses): Add in_relro
14478         parameter.  Change all callers.  Align to the page size when
14479         moving from relro to non-relro section.
14480         (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
14481         segment.
14482         * output.h (class Output_section): Add is_relro_ and
14483         is_relro_local_ fields.
14484         (Output_section::is_relro): New function.
14485         (Output_section::set_is_relro): New function.
14486         (Output_section::is_relro_local): New function.
14487         (Output_section::set_is_relro_local): New function.
14488         (class Output_segment): Update declarations.
14489         * i386.cc (Target_i386::got_section): Mark .got section as relro.
14490         * sparc.cc (Target_sparc::got_section): Likewise.
14491         * x86_64.cc (Target_x86_64::got_section): Likewise.
14492         * testsuite/relro_test_main.cc: New file.
14493         * testsuite/relro_test.cc: New file.
14494         * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
14495         (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
14496         (relro_test_LDFLAGS, relro_test_LDADD): New variables.
14497         (relro_test.so, relro_test_pic.o): New targets.
14498         * testsuite/Makefile.in: Rebuild.
14499
14500 2008-05-16  Ian Lance Taylor  <iant@google.com>
14501
14502         * output.cc (Output_segment::add_output_section): Remove front
14503         parameter.
14504         * output.h (class Output_segment): Remove
14505         add_initial_output_section and overloaded add_output_section.
14506         Update declaration of remaining add_output_section.
14507         * layout.cc (Layout::create_interp): Call add_output_section
14508         rather than add_initial_output_section.
14509         (Layout::finish_dynamic_section): Likewise.
14510
14511         * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
14512         for TLS_GOTDESC and TLS_DESC_CALL.  Only optimize TLS_LDO_32 if we
14513         know the dynamic type.
14514         * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
14515         field.  Initialize it in constructor.
14516         (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
14517         block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
14518         Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
14519         reloc.
14520
14521         * output.cc (Output_reloc::get_address): Change return type to
14522         Elf_Addr.
14523         * output.h (class Output_reloc): Update get_address declaration.
14524         * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
14525         for section addresses.
14526
14527 2008-05-09  Ian Lance Taylor  <iant@google.com>
14528
14529         PR 6493
14530         * gold.cc (gold_nomem): Use return value of write.
14531
14532 2008-05-08  Ian Lance Taylor  <iant@google.com>
14533
14534         * symtab.c (Symbol::init_base_output_data): Add version
14535         parameter.  Change all callers.
14536         (Symbol::init_base_output_segment): Likewise.
14537         (Symbol::init_base_constant): Likewise.
14538         (Symbol::init_base_undefined): Likewise.
14539         (Sized_symbol::init_output_data): Likewise.
14540         (Sized_symbol::init_output_segment): Likewise.
14541         (Sized_symbol::init_constant): Likewise.
14542         (Sized_symbol::init_undefined): Likewise.
14543         (Symbol_table::do_define_in_output_data): If the new symbol has a
14544         version, mark it as the default.
14545         (Symbol_table::do_define_in_output_segment): Likewise.
14546         (Symbol_table::do_define_as_constant): Likewise.
14547         * symtab.h (class Symbol): Update declarations.
14548         (class Sized_symbol): Likewise.
14549         * resolve.cc (Symbol::override_version): New function.
14550         (Symbol::override_base): Call override_version.
14551         (Symbol::override_base_with_special): Likewise.
14552         * testsuite/ver_script_8.script: New file.
14553         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
14554         (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
14555         (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
14556         (ver_test_8_1.so, ver_test_8_2.so): New targets.
14557
14558 2008-05-06  Ian Lance Taylor  <iant@google.com>
14559
14560         PR 6049
14561         * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
14562         functions.
14563         (class General_options): Remove existing --undefined, and add
14564         --no-undefined instead.  Add new --undefined as synonym for -u.
14565         * archive.cc (Archive::add_symbols): Check whether symbol was
14566         named with -u.
14567         * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
14568         * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
14569         all uses.  Add IS_UNDEFINED.  Update declarations to split
14570         different versions of init_base.  Declare init_base_undefined.
14571         (Symbol::is_defined): Handle IS_UNDEFINED.
14572         (Symbol::is_undefined): Likewise.
14573         (Symbol::is_weak_undefined): Call is_undefined.
14574         (Symbol::is_absolute): Handle IS_CONSTANT.
14575         (class Sized_symbol): Update declarations to split different
14576         versions of init.  Declare init_undefined.
14577         (class Symbol_table): Declare new functions.
14578         * symtab.cc (Symbol::init_base_object): Rename from init_base.
14579         Change all callers.
14580         (Symbol::init_base_output_data): Likewise.
14581         (Symbol::init_base_output_segment): Likewise.
14582         (Symbol::init_base_constant): Likewise.
14583         (Symbol::init_base_undefined): New function.
14584         (Sized_symbol::init_object): Rename from init.  Change all
14585         callers.
14586         (Sized_symbol::init_output_data): Likewise.
14587         (Sized_symbol::init_output_segment): Likewise.
14588         (Sized_symbol::init_constant): Likewise.
14589         (Sized_symbol::init_undefined): New function.
14590         (Symbol_table::add_undefined_symbols_from_command_line): New
14591         function.
14592         (Symbol_table::do_add_undefined_symbols_from_command_line): New
14593         function.
14594         (Symbol::final_value_is_known): Handle IS_UNDEFINED.
14595         (Symbol::output_section): Likewise.
14596         (Symbol::set_output_section): Likewise.
14597         (Symbol_table::sized_finalize_symbol): Likewise.
14598         (Symbol_table::sized_write_globals): Likewise.
14599         * resolve.cc (Symbol_table::should_override): Likewise.
14600         (Symbol::override_base_with_special): Likewise.
14601
14602         * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
14603         symbol, change it to have default visibility.
14604         * testsuite/protected_1.cc: New file.
14605         * testsuite/protected_2.cc: New file.
14606         * testsuite/protected_3.cc: New file.
14607         * testsuite/protected_main_1.cc: New file.
14608         * testsuite/protected_main_2.cc: New file.
14609         * testsuite/protected_main_3.cc: New file.
14610         * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
14611         (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
14612         (protected_1_LDFLAGS, protected_1_LDADD): Define.
14613         (protected_1.so): New target.
14614         (protected_1_pic.o, protected_2_pic.o): New targets.
14615         (protected_3_pic.o): New target.
14616         (check_PROGRAMS): Add protected_2.
14617         (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
14618         (protected_2_LDFLAGS, protected_2_LDADD): Define.
14619         * testsuite/Makefile.in: Rebuild.
14620
14621         * options.h (DEFINE_var): Add set_user_set_##varname__.
14622         (DEFINE_bool_alias): New macro.
14623         (class General_options): Define -Bstatic using DEFINE_bool_alias
14624         rather than DEFINE_special.  Add --undefined as an alias for -z
14625         defs.
14626         * options.cc (General_options::parse_Bstatic): Remove.
14627
14628         * options.h (class General_options): Add --fatal-warnings.
14629         * main.cc (main): Implement --fatal-warnings.
14630         * errors.h (Errors::warning_count): New function.
14631
14632         * options.h (class General_options): Add -Bsymbolic-functions.
14633         * symtab.h (Symbol::is_preemptible): Check for
14634         -Bsymbolic-functions.
14635
14636 2008-05-05  Ian Lance Taylor  <iant@google.com>
14637
14638         * options.h (DEFINE_bool): For DASH_Z, create the negative option
14639         as noVARNAME rather than no-VARNAME.
14640         (class General_options): Add option -z combreloc.
14641         * output.h (class Output_reloc) [SHT_REL]: Declare compare and
14642         get_address.
14643         (Output_reloc::sort_before) [SHT_REL]: New function.
14644         (Output_reloc::sort_before) [SHT_RELA]: New function.
14645         (class Output_data_reloc_base): Add sort_relocs_ field.  Define
14646         Sort_relocs_comparison.
14647         (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
14648         parameter.  Change all callers.
14649         (Output_data_reloc::Output_data_reloc) [both versions]: Add
14650         sort_relocs parameter.  Change all callers.
14651         * output.cc (Output_reloc::get_address): New function, broken out
14652         of write_rel.
14653         (Output_reloc::write_rel): Call it.
14654         (Output_reloc::compare): New function.
14655         (Output_data_reloc_base::do_write): Optionally sort relocs.
14656
14657         * configure.ac: If targ_extra_obj is set, link it in.
14658         * configure.tgt: Initialize all variables.
14659         (x86_64*): Set targ_extra_obj and targ_extra_size.
14660         * configure: Rebuild.
14661
14662         * object.cc (Sized_relobj::include_section_group): Adjust section
14663         indexes read from group data.  Build vector to pass to
14664         layout_group.
14665         * layout.cc (Layout::layout_group): Add flags and shndxes
14666         parameters.  Remove contents parameter.  Change caller.  Update
14667         explicit instantiations.
14668         * layout.h (class Layout): Update layout_group declaration.
14669         * output.cc (Output_data_group::Output_data_group): Add flags and
14670         input_shndxes parameters.  Remove contents parameter.  Change
14671         caller.
14672         (Output_data_group::do_write): Change input_sections_ to
14673         input_shndxes_.
14674         * output.h (class Output_data_group): Update constructor
14675         declaration.  Rename input_sections_ to input_shndxes_.
14676         * testsuite/many_sections_test.cc: Add template.
14677
14678 2008-04-30  Cary Coutant  <ccoutant@google.com>
14679
14680         * target-reloc.h (relocate_section): Fix dead-pointer bug.
14681
14682         * layout.cc (Layout::include_section): Refactored check for debug
14683         info section.
14684         (Layout::add_comdat): Add new parameters.  Change type
14685         of signature parameter.  Add object and shndx to signatures table.
14686         (Layout::find_kept_object): New function.
14687         * layout.h: Include <cstring>.
14688         (Layout::is_debug_info_section): New function.
14689         (Layout::add_comdat): Add new parameters.
14690         (Layout::find_kept_object): New function.
14691         (Layout::Kept_section): New struct.
14692         (Layout::Signatures): Change type of map range.
14693         * object.cc (Relobj::output_section_address): New function.
14694         (Sized_relobj::include_section_group): Add new parameters.  Change
14695         calls to Layout::add_comdat.  Change to build table of kept comdat
14696         groups and table mapping discarded sections to kept sections.
14697         (Sized_relobj::include_linkonce_section): Likewise.  Add new parameter.
14698         (Sized_relobj::do_layout): Change calls to include_section_group and
14699         include_linkonce_section.
14700         (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
14701         value to zero when section is discarded.
14702         (Sized_relobj::map_to_kept_section): New function.
14703         * object.h (Relobj::output_section_address): New function.
14704         (Relobj::Comdat_group): New type.
14705         (Relobj::find_comdat_group): New function.
14706         (Relobj::Comdat_group_table): New type.
14707         (Relobj::Kept_comdat_section): New type.
14708         (Relobj::Kept_comdat_section_table): New type.
14709         (Relobj::add_comdat_group): New function.
14710         (Relobj::set_kept_comdat_section): New function.
14711         (Relobj::get_kept_comdat_section): New function.
14712         (Relobj::comdat_groups_): New field.
14713         (Relobj::kept_comdat_sections_): New field.
14714         (Symbol_value::input_value): Update comment.
14715         (Sized_relobj::map_to_kept_section) New function.
14716         (Sized_relobj::include_linkonce_section): Add new parameter.
14717         * target-reloc.h (Comdat_behavior): New type.
14718         (get_comdat_behavior): New function.
14719         (relocate_section): Add code to map a discarded section to the
14720         corresponding kept section when applying a relocation.
14721
14722 2008-04-30  Craig Silverstein  <csilvers@google.com>
14723
14724         * dwarf_reader.cc (next_generation_count): New static var.
14725         (Addr2line_cache_entry): New struct.
14726         (addr2line_cache): New static var.
14727         (Dwarf_line_info::one_addr2line): Added caching.
14728         (Dwarf_line_info::clear_addr2line_cache): New function.
14729         * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
14730         cache-size parameter.
14731         (Dwarf_line_info::one_addr2line_cache): New function.
14732         * symtab.cc (Symbol_table::detect_odr_violations): Pass
14733         new cache-size argument to one_addr2line(), and clear cache.
14734
14735 2008-04-28  Cary Coutant  <ccoutant@google.com>
14736
14737         * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
14738         R_386_PC8 relocations.
14739
14740 2008-04-23  Ian Lance Taylor  <iant@google.com>
14741
14742         * object.cc (Sized_relobj::include_section_group): Check for
14743         invalid section group.
14744
14745         * object.cc (make_elf_object): Correct test for 64-bit ELF file
14746         header size.
14747
14748         * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
14749         than read for file header.
14750         * archive.cc (Archive::include_member): Likewise.
14751
14752 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
14753
14754         * aclocal.m4: Regenerate.
14755         * configure: Regenerate.
14756
14757 2008-04-19  Ian Lance Taylor  <iant@google.com>
14758
14759         * version.cc (version_string): Bump to 1.6.
14760
14761         * testsuite/Makefile.am (many_sections_r_test): New target.
14762         (many_sections_r_test_SOURCES): Remove.
14763         (many_sections_r_test_DEPENDENCIES): Remove.
14764         (many_sections_r_test_LDFLAGS): Remove.
14765         (many_sections_r_test_LDADD): Remove.
14766
14767         * object.cc (Sized_relobj::do_add_symbols): Always pass
14768         local_symbol_count_ to add_from_relobj.
14769
14770         * testsuite/Makefile.am (many_sections_check.h): Only check one in
14771         every thousand variables.
14772         * testsuite/Makefile.in: Rebuild.
14773
14774         * object.cc (Xindex::initialize_symtab_xindex): New function.
14775         (Xindex::read_symtab_xindex): New function.
14776         (Xindex::sym_xindex_to_shndx): New function.
14777         (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
14778         available.
14779         (Sized_relobj::do_initialize_xindex): New function.
14780         (Sized_relobj::do_read_symbols): Adjust section links.
14781         (Sized_relobj::symbol_section_and_value): Add is_ordinary
14782         parameter.  Change all callers.
14783         (Sized_relobj::include_section_group): Adjust section links and
14784         symbol section indexes.
14785         (Sized_relobj::do_layout): Adjust section links.
14786         (Sized_relobj::do_count_local_symbols): Adjust section links and
14787         symbol section indexes.
14788         (Sized_relobj::do_finalize_local_symbols): Distinguish between
14789         ordinary and special symbols.
14790         (Sized_relobj::write_local_symbols): Add symtab_xindex and
14791         dynsym_xindex parameters.  Change all callers.  Adjust section
14792         links.  Use SHN_XINDEX when needed.
14793         (Sized_relobj::get_symbol_location_info): Adjust section links.
14794         Don't get fooled by special symbols.
14795         * object.h (class Xindex): Define.
14796         (class Object): Add xindex_ parameter.  Declare virtual functoin
14797         do_initialize_xindex.
14798         (Object::adjust_sym_shndx): New function.
14799         (Object::set_xindex): New protected function.
14800         (class Symbol_value): Add is_ordinary_shndx_ field.
14801         (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
14802         (Symbol_value::value): Assert ordinary section.
14803         (Symbol_value::initialize_input_to_output_map): Likewise.
14804         (Symbol_value::set_input_shndx): Add is_ordinary parameter.
14805         Change all callers.
14806         (Symbol_value::input_shndx): Add is_ordinary parameter.  Change
14807         all callers.
14808         (class Sized_relobj): Update declarations.
14809         (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
14810         parameter.  Change all callers.
14811         (Sized_relobj::adjust_shndx): New function.
14812         * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
14813         field.
14814         (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
14815         parameter.  Change all callers.  Pick up SHT_DYNSYM_SHNDX section
14816         for SHT_DYNSYM section if available.  Set dynsym_shndx_ field.
14817         (Sized_dynobj::read_dynsym_section): Adjust section links.
14818         (Sized_dynobj::read_dynamic): Likewise.
14819         (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field.  Adjust
14820         section links.
14821         (Sized_dynobj::do_initialize_xindex): New function.
14822         * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field.  Declare
14823         do_initialize_xindex.
14824         (Sized_dynobj::adjust_shndx): New function.
14825         * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
14826         dynsym_xindex_ fields.
14827         (Layout::finalize): Add a call to set_section_indexes before
14828         creating the symtab sections.
14829         (Layout::set_section_indexes): Don't do anything if the section
14830         already has a section index.
14831         (Layout::create_symtab_sections): Add shnum parameter.  Change
14832         caller.  Create .symtab_shndx section if needed.
14833         (Layout::create_shdrs): Add shstrtab_section parameter.  Change
14834         caller.
14835         (Layout::allocated_output_section_count): New function.
14836         (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
14837         needed.
14838         * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
14839         fields.  Update declarations.
14840         (Layout::symtab_xindex): New function.
14841         (Layout::dynsym_xindex): New function.
14842         (class Write_symbols_task): Add layout_ field.
14843         (Write_symbols_task::Write_symbols_task): Add layout parameter.
14844         Change caller.
14845         * output.cc (Output_section_headers::Output_section_headers): Add
14846         shstrtab_section parameter.  Change all callers.
14847         (Output_section_headers::do_sized_write): Store overflow values
14848         for section count and section string table section index in
14849         section header zero.
14850         (Output_file_header::do_sized_write): Check for overflow of
14851         section count and section string table section index.
14852         (Output_symtab_xindex::do_write): New function.
14853         (Output_symtab_xindex::endian_do_write): New function.
14854         * output.h (class Output_section_headers): Add shstrtab_section_.
14855         Update declarations.
14856         (class Output_symtab_xindex): Define.
14857         (Output_section::has_out_shndx): New function.
14858         * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
14859         field.
14860         (Symbol::init_base): Add st_shndx and is_ordinary parameters.
14861         Change all callers.
14862         (Sized_symbol::init): Likewise.
14863         (Symbol::output_section): Check for ordinary symbol.
14864         (Symbol_table::add_from_object): Remove orig_sym parameter.  Add
14865         st_shndx, is_ordinary, and orig_st_shndx parameters.  Change all
14866         callers.
14867         (Symbol_table::add_from_relobj): Add symndx_offset parameter.
14868         Change all callers.  Simplify handling of symbols from sections
14869         not included in the link.
14870         (Symbol_table::add_from_dynobj): Handle ordinary symbol
14871         distinction.
14872         (Weak_alias_sorter::operator()): Assert that symbols are
14873         ordinary.
14874         (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
14875         distinction.
14876         (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
14877         parameters.  Change all callers.
14878         (Symbol_table::sized_write_globals): Likewise.  Handle ordinary
14879         symbol distinction.  Use SHN_XINDEX when needed.
14880         (Symbol_table::write_section_symbol): Add symtab_xindex
14881         parameter.  Change all callers.
14882         (Symbol_table::sized_write_section_symbol): Likewise.  Use
14883         SHN_XINDEX when needed.
14884         * symtab.h (class Symbol): Add is_ordinary_shndx_ field.  Update
14885         declarations.
14886         (Symbol::shndx): Add is_ordinary parameter.  Change all callers.
14887         (Symbol::is_defined): Check is_ordinary.
14888         (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
14889         (Symbol::is_absolute, Symbol::is_common): Likewise.
14890         (class Sized_symbol): Update declarations.
14891         (class Symbol_table): Update declarations.
14892         * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
14893         parameters.  Change all callers.
14894         (Sized_symbol::override): Likewise.
14895         (Symbol_table::override): Likewise.
14896         (symbol_to_bits): Add is_ordinary parameter.  Change all callers.
14897         (Symbol_table::resolve): Remove orig_sym parameter.  Add st_shndx,
14898         is_ordinary, and orig_st_shndx parameters.  Change all callers.
14899         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
14900         to be in an ordinary section.
14901         * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
14902         object and is_ordinary parameters.  Change all callers.
14903         (Sized_dwarf_line_info::read_relocs): Add object parameter.
14904         Change all callers.  Don't add undefined or non-ordinary symbols
14905         to reloc_map_.
14906         (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
14907         Change all callers.
14908         * dwarf_reader.h (class Sized_dwarf_line_info): Update
14909         declarations.
14910         * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
14911         * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
14912         (Sized_relobj::relocate_sections): Likewise.
14913         * target-reloc.h (scan_relocs): Adjust section symbol index.
14914         (scan_relocatable_relocs): Likewise.
14915         * i386.cc (Scan::local): Check for ordinary symbols.
14916         * sparc.cc (Scan::local): Likewise.
14917         * x86_64.cc (Scan::local): Likewise.
14918         * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
14919         to symbol_section_and_value.
14920         * testsuite/many_sections_test.cc: New file.
14921         * testsuite/Makefile.am (BUILT_SOURCES): Define.
14922         (check_PROGRAMS): Add many_sections_test.
14923         (many_sections_test_SOURCES): Define.
14924         (many_sections_test_DEPENDENCIES): Define.
14925         (many_sections_test_LDFLAGS): Define.
14926         (BUILT_SOURCES): Add many_sections_define.h.
14927         (many_sections_define.h): New target.
14928         (BUILT_SOURCES): Add many_sections_check.h.
14929         (many_sections_check.h): New target.
14930         (check_PROGRAMS): Add many_sections_r_test.
14931         (many_sections_r_test_SOURCES): Define.
14932         (many_sections_r_test_DEPENDENCIES): Define.
14933         (many_sections_r_test_LDFLAGS): Define.
14934         (many_sections_r_test_LDADD): Define.
14935         (many_sections_r_test.o): New target.
14936         * testsuite/Makefile.in: Rebuild.
14937
14938 2008-04-17  Cary Coutant  <ccoutant@google.com>
14939
14940         * errors.cc (Errors::info): New function.
14941         (gold_info): New function.
14942         * errors.h (Errors::info): New function.
14943         * gold.h (gold_info): New function.
14944         * object.cc (Input_objects::add_object): Print trace output.
14945         * options.cc (options::parse_set): New function.
14946         (General_options::parse_wrap): Deleted.
14947         (General_options::General_options): Deleted initializer.
14948         * options.h (options::String_set): New typedef.
14949         (options::parse_set): New function.
14950         (DEFINE_set): New macro.
14951         (General_options::wrap): Changed to use DEFINE_set. Changed
14952         callers of any_wrap_symbols and is_wrap_symbol.
14953         (General_options::trace, General_options::trace_symbol):
14954         New options.
14955         (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
14956         (General_options::wrap_symbols_): Deleted.
14957         * symtab.cc (Symbol_table::add_from_object): Print trace output.
14958
14959 2008-04-17  David S. Miller  <davem@davemloft.net>
14960
14961         * options.cc (General_options::parse_V): New function.
14962         * options.h: Add entries for -V and -Qy.
14963
14964 2008-04-17  Ian Lance Taylor  <iant@google.com>
14965
14966         * common.cc (Symbol_table::allocate_commons): Remove options
14967         parameter.  Change caller.
14968         (Symbol_table::do_allocate_commons): Remove options parameter.
14969         Change caller.  Just call do_allocate_commons_list twice.
14970         (Symbol_table::do_allocate_commons_list): New function, broken out
14971         of do_allocate_commons.
14972         * common.h (class Allocate_commons_task): Remove options_ field.
14973         Update constructor.
14974         * symtab.cc (Symbol_table::Symbol_table): Initialize
14975         tls_commons_.
14976         (Symbol_table::add_from_object): Put TLS common symbols on
14977         tls_commons_ list.
14978         (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
14979         which are IN_OUTPUT_DATA.
14980         * symtab.h (class Symbol_table): Add tls_commons_ field.  Update
14981         allocate_commons and do_allocate_commons declarations.  Declare
14982         do_allocate_commons_list.
14983         * gold.cc (queue_middle_tasks): Update creation of
14984         Allocate_commons_task to not pass options.
14985         * testsuite/Makefile.am (INCLUDES): Add -I.. .
14986         (TLS_TEST_C_FLAGS): New variable.
14987         (tls_test_c_pic.o): New target.
14988         (tls_test_shared.so): Link in tls_test_c_pic.o.
14989         (tls_test_c_pic_ie.o): New target.
14990         (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
14991         (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
14992         (tls_test_c.o): New target.
14993         (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
14994         (tls_pic_test_LDADD): Likewise.
14995         (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
14996         (tls_shared_gd_to_ie_test_LDADD): Likewise.
14997         (tls_test_c_gnu2.o): New target.
14998         (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
14999         tls_test_c_gnu2.o.
15000         (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
15001         (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
15002         (tls_test_shared_nonpic.so): Link in tls_test_c.o.
15003         * testsuite/tls_test.cc: Include "config.h".
15004         (t_last): Call t11_last.
15005         * testsuite/tls_test.h (t11, t11_last): Declare.
15006         * testsuite/tls_test_c.c: New file.
15007         * testsuite/tls_test_main.cc (thread_routine): Call t11.
15008         * configure.ac: Check for OpenMP support.
15009         * configure, config.in, Makefile.in: Rebuild.
15010         * testsuite/Makefile.in: Rebuild.
15011
15012 2008-04-16  Cary Coutant  <ccoutant@google.com>
15013
15014         * i386.cc (Target_i386::define_tls_base_symbol): New function.
15015         (Target_i386::tls_base_symbol_defined_): New field.
15016         (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
15017         (Target_i386::Scan::global): Likewise.
15018         * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
15019         * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
15020         (Target_x86_64::tls_base_symbol_defined_): New field.
15021         (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
15022         (Target_x86_64::Scan::global): Likewise.
15023
15024 2008-04-16  Cary Coutant  <ccoutant@google.com>
15025
15026         * symtab.h (Symbol::is_strong_undefined): Removed unused function.
15027         (Symbol::needs_plt_entry): Allow weak undefined symbols.
15028         (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
15029         building shared libraries.
15030         * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
15031         (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
15032         (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
15033         * testsuite/Makefile.in: Rebuild.
15034         * testsuite/weak_undef.h: New file.
15035         * testsuite/weak_undef_file1.cc: Add extra test cases.
15036         * testsuite/weak_undef_file2.cc: Likewise.
15037         * testsuite/weak_undef_test.cc: Likewise.
15038
15039 2008-04-16  David S. Miller  <davem@davemloft.net>
15040
15041         * sparc.cc (Target_sparc::Scan): Change from struct to class.
15042         Add issued_non_pic_error_ field.  Declare check_non_pic.
15043         (Target_sparc::Scan::check_non_pic): New function.
15044         (Target_sparc::Scan::local): Call check_non_pic as appropriate.
15045         (Target_sparc::Scan::global): Likewise.
15046
15047         * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
15048         * configure: Rebuild.
15049
15050         * options.h (DEFINE_enable): New macro.
15051         (new_dtags): New enable option.
15052         (initfirst, interpose, loadfltr, nodefaultlib,
15053         nodelete, nodlopen, nodump): New -z options.
15054         * layout.cc (Layout:finish_dynamic_section): If new
15055         dtags enabled, emit DT_RUNPATH.  Also, emit a
15056         DT_FLAGS_1 containing any specified -z flags.
15057
15058 2008-04-16  Ian Lance Taylor  <iant@google.com>
15059
15060         * copy-relocs.cc: New file.
15061         * copy-relocs.h: New file.
15062         * reloc.cc: Remove Copy_relocs code.
15063         * reloc.h: Likewise.
15064         * reloc-types.h (struct Reloc_types) [both versions]: Add
15065         get_reloc_addend_noerror.
15066         * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
15067         variants of add_global which take an addend which must be zero.
15068         * i386.cc: Include "copy-relocs.h".
15069         (class Target_i386): Change type of copy_relocs_ to variable,
15070         update initializer.
15071         (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
15072         Change all callers.
15073         (Target_i386::do_finalize_sections): Change handling of
15074         copy_relocs_.
15075         * sparc.cc: Include "copy-relocs.h".
15076         (class Target_sparc): Change type of copy_relocs_ to variable,
15077         update initializer.
15078         (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
15079         Change all callers.
15080         (Target_sparc::do_finalize_sections): Change handling of
15081         copy_relocs_.
15082         * x86_64.cc: Include "copy-relocs.h".
15083         (class Target_x86_64): Change type of copy_relocs_ to variable,
15084         update initializer.
15085         (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
15086         class.  Change all callers.
15087         (Target_x86_64::do_finalize_sections): Change handling of
15088         copy_relocs_.
15089         * Makefile.am (CCFILES): Add copy-relocs.cc.
15090         (HFILES): Add copy-relocs.h.
15091
15092         * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
15093
15094         * testsuite/script_test_4.sh: Permit leading zeroes.
15095
15096 2008-04-15  Ian Lance Taylor  <iant@google.com>
15097
15098         * script-sections.cc (Script_sections::create_segments): Use
15099         header_size_adjustment even when there is enough room for the
15100         headers.
15101         * testsuite/script_test_4.sh: New file.
15102         * testsuite/script_test_4.t: New file.
15103         * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
15104         (check_DATA): Add script_test_4.stdout.
15105         (MOSTLYCLEANFILES): Likewise.
15106         (script_test_4): New target.
15107         (script_test_4.stdout): New target.
15108         * testsuite/Makefile.in: Rebuild.
15109
15110         * sparc.cc: Add definitions for Output_data_plt_sparc class
15111         constants.
15112
15113 2008-04-14  David S. Miller  <davem@davemloft.net>
15114
15115         * sparc.cc: New file.
15116         * Makefile.am (TARGETSOURCES): Add sparc.cc
15117         (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
15118         * configure.tgt: Document targ_extra_size and
15119         targ_extra_big_endian.  Add entries for sparc-* and
15120         sparc64-*.
15121         * configure.ac: Handle targ_extra_size and
15122         targ_extra_big_endian.
15123         * Makefile.in: Rebuild.
15124         * configure: Likewise.
15125         * po/POTFILES.in: Likewise.
15126         * po/gold.pot: Likewise.
15127
15128 2008-04-14  Ian Lance Taylor  <iant@google.com>
15129
15130         * layout.cc (Layout::Layout): Initialize sections_are_attached_.
15131         (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
15132         in the name/type/flags to section mapping.  Don't call
15133         allocate_output_section.
15134         (Layout::choose_output_section): Change parameter from adjust_name
15135         to is_input_section.  Don't permit input sections after sections
15136         are attached to segments.  Don't call allocate_output_section.
15137         (Layout::layout_eh_frame): Call update_flags_for_input_section,
15138         not write_enable_output_section.
15139         (Layout::make_output_section): Don't push to
15140         unattached_section_list_ nor call attach_to_segment.  Call
15141         attach_section_to_segment if sections are attached.
15142         (Layout::attach_sections_to_segments): New function.
15143         (Layout::attach_section_to_segment): New function.
15144         (Layout::attach_allocated_section_to_segment): Rename from
15145         attach_to_segment.  Remove flags parameter.
15146         (Layout::allocate_output_section): Remove function.
15147         (Layout::write_enable_output_section): Remove function.
15148         * layout.h (class Layout): Update for above changes.  Add new
15149         field sections_are_attached_.
15150         * output.h (Output_section::update_flags_for_input_section): New
15151         function.
15152         * output.cc (Output_section::add_input_section): Call
15153         update_flags_for_input_section.
15154         * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
15155
15156 2008-04-11  Cary Coutant  <ccoutant@google.com>
15157
15158         * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
15159         thought unnecessary.
15160         * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
15161
15162 2008-04-11  Ian Lance Taylor  <iant@google.com>
15163
15164         * output.h (class Output_section_data): Remove inline definition
15165         of set_addralign.
15166         * output.cc (Output_section_data::set_addralign): New function.
15167
15168 2008-04-11  Cary Coutant  <ccoutant@google.com>
15169
15170         Add support for TLS descriptors for i386 and x86_64.
15171         * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
15172         (Target_i386::Relocate::tls_desc_gd_to_le): New function.
15173         (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
15174         GOT_TYPE_TLS_DESC.
15175         (Target_i386::got_mod_index_entry): Remove unnecessary code.
15176         (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
15177         R_386_TLS_DESC_CALL relocations.  Fix problem with initial-exec
15178         relocations.
15179         (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
15180         Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
15181         Fix problem with initial-exec relocations.
15182         (Target_i386::Relocate::relocate_tls): Likewise.
15183         (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
15184         relaxation.
15185         * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
15186         support for section-plus-offset dynamic table entries.
15187         * output.h (Output_data_dynamic::add_section_plus_offset): New function.
15188         (Output_data_dynamic::Dynamic_entry): Add support for
15189         section-plus-offset dynamic table entries.
15190         (Output_data_dynamic::Classification): Likewise.
15191         (Output_data_dynamic::classification_): Renamed offset_.
15192         * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
15193         (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
15194         (Target_x86_64::make_plt_section): New function.
15195         (Target_x86_64::reserve_tlsdesc_entries): New function.
15196         (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
15197         (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
15198         (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
15199         (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
15200         (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
15201         (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
15202         (Output_data_plt_x86_64::set_final_data_size): Move out of line;
15203         add extra PLT entry for TLS descriptors.
15204         (Output_data_plt_x86_64::got_): New field.
15205         (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
15206         (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
15207         fields.
15208         (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
15209         descriptors.
15210         (Target_x86_64::make_plt_entry): Factor out make_plt_section.
15211         (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
15212         (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
15213         R_386_TLS_DESC_CALL relocations.
15214         (Target_x86_64::Scan::global): Likewise.
15215         (Target_x86_64::do_finalize_sections): Add dynamic table entries
15216         for TLS descriptors.
15217         (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
15218         Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
15219         (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
15220         GD-to-IE relaxation.
15221         * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
15222         and TLS_DESCRIPTORS.
15223         * Makefile.in: Rebuild.
15224         * configure: Rebuild.
15225         * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
15226         (tls_test_shared2.so): New target.
15227         (tls_shared_gd_to_ie_test_SOURCES): New variable.
15228         (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
15229         (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
15230         (tls_shared_gd_to_ie_test_LDADD): New variable.
15231         (tls_shared_gnu2_gd_to_ie_test): New target.
15232         (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
15233         New targets.
15234         (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
15235         (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
15236         (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
15237         (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
15238         (tls_shared_gnu2_test): New target.
15239         (tls_test_gnu2_shared.so): New target.
15240         (tls_shared_gnu2_test_SOURCES): New variable.
15241         (tls_shared_gnu2_test_DEPENDENCIES): New variable.
15242         (tls_shared_gnu2_test_LDFLAGS): New variable.
15243         (tls_shared_gnu2_test_LDADD): New variable.
15244         * testsuite/Makefile.in: Rebuild.
15245         * testsuite/Makefile.
15246
15247 2008-04-11  Ian Lance Taylor  <iant@google.com>
15248
15249         * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
15250         justsyms.t.
15251         * testsuite/Makefile.in: Rebuild.
15252
15253         * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
15254         long.
15255         * testsuite/script_test_2.cc (main): Adjust test.
15256
15257 2008-04-11  David S. Miller  <davem@davemloft.net>
15258             Ian Lance Taylor  <iant@google.com>
15259
15260         * options.h (General_options): Add entries for '-Y' and
15261         '-relax'.
15262         * options.cc (General_options:finalize): If -Y was used, add those
15263         entries to the library path instead of the default "/lib" and
15264         "/usr/lib".
15265
15266 2008-04-11  David S. Miller  <davem@davemloft.net>
15267
15268         * testsuite/justsyms.t: Start at 0x100.
15269         * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
15270         * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
15271         long.
15272         * testsuite/script_test_2.cc: Adjust string and section length
15273         checks.
15274
15275 2008-04-09  Ian Lance Taylor  <iant@google.com>
15276
15277         PR gold/5996
15278         * script-sections.cc (Sections_element::allocate_to_segment): Add
15279         orphan parameter.
15280         (Output_section_definition::allocate_to_segment): Likewise.
15281         (Orphan_output_section::allocate_to_segment): Likewise.
15282         (Script_sections::attach_sections_using_phdrs_clause): Don't
15283         propagate non-PT_LOAD segments to orphan sections.
15284         * testsuite/Makefile.am (script_test_3.stdout): Generate using
15285         readelf rather than objdump.
15286         * testsuite/script_test_3.sh: Adjust accordingly.  Test that
15287         .interp section and PT_INTERP segment are the same size.
15288         * testsuite/Makefile.in: Rebuild.
15289
15290         * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
15291         aliases for symbols defined in the same object.
15292         * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
15293         (weak_alias_test_SOURCES): New variable.
15294         (weak_alias_test_DEPENDENCIES): New variable.
15295         (weak_alias_test_LDFLAGS): New variable.
15296         (weak_alias_test_LDADD): New variable.
15297         (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
15298         (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
15299         (weak_alias_test_3.o): New target.
15300         (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
15301         * testsuite/weak_alias_test_main.cc: New file.
15302         * testsuite/weak_alias_test_1.cc: New file.
15303         * testsuite/weak_alias_test_2.cc: New file.
15304         * testsuite/weak_alias_test_3.cc: New file.
15305
15306 2008-04-08  Ian Lance Taylor  <iant@google.com>
15307
15308         * options.h (class General_options): Add --noinhibit-exec option.
15309         * main.cc (main): Check --noinhibit-exec.
15310
15311         * options.h (class General_options): Define --wrap as a special
15312         option.  Add wrap_symbols_ field.
15313         (General_options::any_wrap_symbols): New function.
15314         (General_options::is_wrap_symbol): New function.
15315         * options.cc (General_options::parse_wrap): New function.
15316         (General_options::General_options): Initialize wrap_symbols_.
15317         * symtab.cc (Symbol_table::wrap_symbol): New function.
15318         (Symbol_table::add_from_object): Handle --wrap.
15319         * symtab.h (class Symbol_table): Declare wrap_symbol.
15320         * target.h (Target::wrap_char): New function.
15321         (Target::Target_info): Add wrap_char field.
15322         * i386.cc (Target_i386::i386_info): Initialize wrap_char.
15323         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
15324         * testsuite/testfile.cc (Target_test::test_target_info):
15325         Likewise.
15326
15327         * errors.cc (Errors::undefined_symbol): Mention symbol version if
15328         there is one.
15329
15330         * layout.h (class Layout): Add added_eh_frame_data_ field.
15331         * layout.cc (Layout::Layout): Initialize new field.
15332         (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
15333         output section until we find a section we merged successfully.
15334         * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
15335         that the size be non-zero.
15336
15337         * merge.cc (Object_merge_map::get_output_offset): Remove inline
15338         qualifier.
15339
15340 2008-04-08  Craig Silverstein  <csilvers@google.com>
15341
15342         * configure.ac: Export new conditional variable HAVE_ZLIB.
15343         * testsuite/Makefile.am (flagstest_o_specialfile): Condition
15344         on HAVE_ZLIB.
15345         (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
15346         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15347
15348 2008-04-07  Ian Lance Taylor  <iant@google.com>
15349
15350         * version.cc (version_string): Set to "1.5".
15351
15352         * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
15353         Add issued_non_pic_error_ field.  Declare check_non_pic.
15354         (Target_x86_64::Scan::check_non_pic): New function.
15355         (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
15356         (Target_x86_64::Scan::global): Likewise.
15357
15358         * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
15359         addend parameter.  Change caller.  Handle merge sections.
15360         (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
15361         Address to Addend.  Don't add in the result of
15362         local_section_offset, pass down the addend and use the returned
15363         value.
15364         * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
15365         Update declarations of local_section_offset and symbol_value.
15366         * testsuite/two_file_test_1.cc (t18): New function.
15367         * testsuite/two_file_test_2.cc (f18): New function.
15368         * testsuite/two_file_test_main.cc (main): Call t18.
15369         * testsuite/two_file_test.h (t18, f18): Declare.
15370
15371         * configure.ac: Don't test for objdump, c++filt, or readelf.
15372         * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
15373         conditionals.
15374         (TEST_READELF): New variable.
15375         (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
15376         (check_PROGRAMS): Add two_file_strip_test.
15377         (two_file_strip_test): New target.
15378         (check_PROGRAMS): Add two_file_same_shared_strip_test.
15379         (two_file_same_shared_strip_test_SOURCES): New variable.
15380         (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
15381         (two_file_same_shared_strip_test_LDFLAGS): New variable.
15382         (two_file_same_shared_strip_test_LDADD): New variable.
15383         (two_file_shared_strip.so): New target.
15384         (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
15385         (ver_test_5.syms, ver_test_7.syms): Likewise.
15386         (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
15387         (strip_test_3.stdout): Use TEST_OBJDUMP.
15388         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15389
15390 2008-04-04  Cary Coutant  <ccoutant@google.com>
15391
15392         * symtab.h (Symbol::is_weak_undefined): New function.
15393         (Symbol::is_strong_undefined): New function.
15394         (Symbol::is_absolute): New function.
15395         (Symbol::needs_plt_entry): Exclude weak undefined symbols.
15396         (Symbol::needs_dynamic_reloc): Exclude weak undefined and
15397         absolute symbols.
15398         * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
15399         (weak_undef_test): New target.
15400         * testsuite/Makefile.in: Rebuild.
15401         * testsuite/weak_undef_file1.cc: New file.
15402         * testsuite/weak_undef_file2.cc: New file.
15403         * testsuite/weak_undef_test.cc: New file.
15404
15405 2008-04-03  Craig Silverstein  <csilvers@google.com>
15406
15407         * compressed_output.h (class Output_compressed_section): Use
15408         unsigned buffer.
15409         * compressed_output.cc (zlib_compress): Use unsigned buffers,
15410         add zlib header.
15411         (zlib_compressed_suffix): Removed.
15412         (Output_compressed_section::set_final_data_size): Use unsigned
15413         buffers.
15414         * testsuite/Makefile.am (flagstest_compress_debug_sections):
15415         Fix linker invocation.
15416         (flagstest_o_specialfile_and_compress_debug_sections):
15417         Likewise.
15418         * testsuite/Makefile.in: Regenerated.
15419
15420 2008-04-02  David S. Miller  <davem@davemloft.net>
15421
15422         *  dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
15423         Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
15424
15425 2008-04-02  Craig Silverstein  <csilvers@google.com>
15426
15427         * TODO: New file.
15428
15429 2008-04-02  Ian Lance Taylor  <iant@google.com>
15430
15431         * fileread.cc (File_read::find_view): Add byteshift and vshifted
15432         parameters.  Update for new key type to views_.  Change all
15433         callers.
15434         (File_read::read): Adjust for byteshift in returned view.
15435         (File_read::add_view): New function, broken out of
15436         find_and_make_view.
15437         (File_read::make_view): New function, broken out of
15438         find_and_make_view.
15439         (File_read::find_or_make_view): Add offset and aligned
15440         parameters.  Rewrite accordingly.  Change all callers.
15441         (File_read::get_view): Add offset and aligned parameters.  Adjust
15442         for byteshift in return value.
15443         (File_read::get_lasting_view): Likewise.
15444         * fileread.h (class File_read): Update declarations.
15445         (class File_read::View): Add byteshift_ field.  Add byteshift to
15446         constructor.  Add byteshift method.
15447         * archive.h (Archive::clear_uncached_views): New function.
15448         (Archive::get_view): Add aligned parameter.  Change all callers.
15449         * object.h (Object::get_view): Add aligned parameter.  Change all
15450         callers.
15451         (Object::get_lasting_view): Likewise.
15452
15453         * fileread.cc (File_read::release): Don't call clear_views if
15454         there are multiple objects.
15455         * fileread.h (File_read::clear_uncached_views): New function.
15456         * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
15457         on the archive.
15458
15459 2008-03-31  Cary Coutant  <ccoutant@google.com>
15460
15461         Add thin archive support.
15462         * archive.cc (Archive::armagt): New const.
15463         (Archive::setup): Remove task parameter and calls to unlock.
15464         (Archive::unlock_nested_archives): New function.
15465         (Archive::read_header): Add nested_off parameter. Change
15466         all callers.
15467         (Archive::interpret_header): Likewise.
15468         (Archive::include_all_members): Change to handle thin
15469         archives.
15470         (Archive::include_member): Likewise.
15471         * archive.h (Archive::Archive): Add new parameters and
15472         initializers.
15473         (Archive::armagt): New const.
15474         (Archive::setup): Remove task parameter.
15475         (Archive::unlock_nested_archives): New function.
15476         (Archive::read_header): Add nested_off parameter.
15477         (Archive::interpret_header): Likewise.
15478         (Archive::Nested_archive_table): New typedef.
15479         (Archive::is_thin_archive_): New field.
15480         (Archive::nested_archives_): New field.
15481         (Archive::options_): New field.
15482         (Archive::dirpath_): New field.
15483         (Archive::task_): New field.
15484         * readsyms.cc (Read_symbols::do_read_symbols): Add check
15485         for thin archives.  Pass additional parameters to
15486         Archive::Archive.  Unlock the archive file after calling
15487         Archive::setup.
15488
15489 2008-03-29  Ian Lance Taylor  <iant@google.com>
15490
15491         * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
15492         version symbol to be local.
15493         * testsuite/ver_test_4.sh: New file.
15494         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
15495         (check_DATA): Add ver_test_4.syms.
15496         (ver_test_4.syms): New target.
15497         * testsuite/Makefile.in: Rebuild.
15498
15499         * output.cc
15500         (Output_section::Input_section_sort_entry::has_priority): New
15501         function.
15502         (Output_section::Input_section_sort_entry::match_file_name): New
15503         function.
15504         (Output_section::Input_section_sort_entry::match_section_name):
15505         Remove.
15506         (Output_section::Input_section_sort_entry::match_section_name_prefix):
15507         Remove.
15508         (Output_section::Input_section_sort_entry::match_section_file):
15509         Remove.
15510         (Output_section::Input_section_sort_compare::operator()): Rewrite
15511         using new Input_section_sort_entry functions.  Sort crtbegin and
15512         crtend first.  Sort sections with no priority before sections with
15513         a priority.
15514         * testsuite/initpri1.c (d3): Check j != 4.
15515         (cd5): New constructor/destructor function.
15516         (main): Check j != 2.
15517
15518         * symtab.cc (Symbol_table::add_from_object): If we don't use the
15519         new symbol when resolving, don't call set_is_default.
15520         * testsuite/ver_test_7.cc: New file.
15521         * testsuite/ver_test_7.sh: New file.
15522         * testsuite/Makefile.am (ver_test_7.so): New target.
15523         (ver_test_7.o): New target.
15524         (check_SCRIPTS): Add ver_test_7.sh.
15525         (check_DATA): Add ver_test_7.syms.
15526         (ver_test_7.syms): New target.
15527
15528 2008-03-28  Ian Lance Taylor  <iant@google.com>
15529
15530         * layout.cc (Layout::layout): If we see an input section with a
15531         name that needs sorting, set the must_sort flag for the output
15532         section.
15533         (Layout::make_output_section): If the name of the output section
15534         indicates that it might require sorting, set the may_sort flag.
15535         * output.h (Output_section::may_sort_attached_input_sections): New
15536         function.
15537         (Output_section::set_may_sort_attached_input_sections): New
15538         function.
15539         (Output_section::must_sort_attached_input_sections): New
15540         function.
15541         (Output_section::set_must_sort_attached_input_sections): New
15542         function.
15543         (class Output_section): Declare Input_section_sort_entry.  Define
15544         Input_section_sort_compare.  Declare
15545         sort_attached_input_sections.  Add new fields:
15546         may_sort_attached_input_sections_,
15547         must_sort_attached_input_sections_,
15548         attached_input_sections_are_sorted_.
15549         * output.cc (Output_section::Output_section): Initialize new
15550         fields.
15551         (Output_section::add_input_section): Add an entry to
15552         input_sections_ if may_sort or must_sort are true.
15553         (Output_section::set_final_data_size): Call
15554         sort_attached_input_sections if necessary.
15555         (Output_section::Input_section_sort_entry): Define new class.
15556         (Output_section::Input_section_sort_compare::operator()): New
15557         function.
15558         (Output_section::sort_attached_input_sections): New function.
15559         * configure.ac: Check whether the compiler supports constructor
15560         priorities.  Define a CONSTRUCTOR_PRIORITY automake conditional.
15561         * testsuite/initpri1.c: New file.
15562         * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
15563         CONSTRUCTOR_PRIORITY.
15564         (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
15565         (initpri1_LDFLAGS): New variable.
15566         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15567
15568 2008-03-27  Ian Lance Taylor  <iant@google.com>
15569
15570         * common.cc (Sort_commons::operator): Correct sorting algorithm.
15571         * testsuite/common_test_1.c: New file.
15572         * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
15573         (common_test_1_SOURCES): New variable.
15574         (common_test_1_DEPENDENCIES): New variable.
15575         (common_test_1_LDFLAGS): New variable.
15576
15577         * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
15578         and commons_ correctly when NAME/VERSION does not override
15579         NAME/NULL.
15580         * testsuite/ver_test_6.c: New file.
15581         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
15582         (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
15583         (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
15584
15585 2008-03-26  Ian Lance Taylor  <iant@google.com>
15586
15587         * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
15588         of an undefined symbol from a version script.
15589         * testsuite/Makefile.am (ver_test_5.so): New target.
15590         (ver_test_5.o): New target.
15591         (check_SCRIPTS): Add ver_test_5.sh.
15592         (check_DATA): Add ver_test_5.syms.
15593         (ver_test_5.syms): New target.
15594         * testsuite/ver_test_5.cc: New file.
15595         * testsuite/ver_test_5.script: New file.
15596         * testsuite/ver_test_5.sh: New file.
15597         * Makefile.in, testsuite/Makefile.in: Rebuild.
15598
15599         PR gold/5986
15600         Fix problems building gold with gcc 4.3.0.
15601         * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
15602         (gold_error_at_location, gold_warning_at_location): Use it.
15603         * configure.ac: Check whether we can compile and use a template
15604         function with a printf attribute.
15605         * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
15606         when jumping over bytes.
15607         * object.cc: Instantiate Object::read_section_data.
15608         * debug.h: Include <cstring>
15609         * dwarf_reader.cc: Include <algorithm>
15610         * main.cc: Include <cstring>.
15611         * options.cc: Include <cstring>.
15612         * output.cc: Include <cstring>.
15613         * script.cc: Include <cstring>.
15614         * script.h: Include <string>.
15615         * symtab.cc: Include <cstring> and <algorithm>.
15616         * target-select.cc: Include <cstring>.
15617         * version.cc: Include <string>.
15618         * testsuite/testmain.cc: Include <cstdlib>.
15619         * configure, config.in: Rebuild.
15620
15621 2008-03-25  Ian Lance Taylor  <iant@google.com>
15622
15623         * options.cc: Include "../bfd/bfdver.h".
15624         (options::help): Print bug reporting address.
15625
15626         * version.cc (print_version): Adjust output for current value of
15627         BFD_VERSION_STRING.
15628
15629         * NEWS: New file.
15630
15631         * options.cc (options::help): Print list of supported targets.
15632         * target-select.h: Include <vector>.
15633         (class Target_selector): Make machine_, size_, and is_big_endian_
15634         fields const.  Add bfd_name_ and instantiated_target_ fields.
15635         (Target_selector::Target_selector): Add bfd_name parameter.
15636         (Target_selector::recognize): Make non-virtual, call
15637         do_recognize.
15638         (Target_selector::recognize_by_name): Make non-virtual, call
15639         do_recognize_by_name.
15640         (Target_selector::supported_names): New function.
15641         (Target_selector::bfd_name): New function.
15642         (Target_selector::do_instantiate_target): New pure virtual
15643         function.
15644         (Target_selector::do_recognize): New virtual function.
15645         (Target_selector::do_recognize_by_name): New virtual function.
15646         (Target_selector::instantiate_target): New private function.
15647         (supported_target_names): Declare.
15648         * target-select.cc (Target_selector::Target_selector): Update for
15649         new parameter and fields.
15650         (select_target_by_name): Check that the name matches before
15651         calling recognize_by_name.
15652         (supported_target_names): New function.
15653         * i386.cc (class Target_selector_i386): Update Target_selector
15654         constructor call.  Remove recognize and recognize_by_name.  Add
15655         do_instantiate_target.
15656         * x86_64.cc (class Target_selector_x86_64): Likewise.
15657         * testsuite/testfile.cc (class Target_selector_test): Update for
15658         changes to Target_selector.
15659
15660         * README: Rewrite, with some notes on unsupported features.
15661
15662 2008-03-24  Cary Coutant  <ccoutant@google.com>
15663
15664         * i386.cc (Target_i386::Got_type): New enum declaration.
15665         (Target_i386::Scan::local): Updated callers of Output_data_got
15666         member functions.
15667         (Target_i386::Scan::global): Likewise.
15668         (Target_i386::Relocate::relocate): Likewise.
15669         (Target_i386::Relocate::relocate_tls): Likewise.
15670         * object.h (Got_offset_list): New class.
15671         (Sized_relobj::local_has_got_offset): Added got_type parameter.
15672         (Sized_relobj::local_got_offset): Likewise.
15673         (Sized_relobj::set_local_got_offset): Likewise.
15674         (Sized_relobj::local_has_tls_got_offset): Removed.
15675         (Sized_relobj::local_tls_got_offset): Removed.
15676         (Sized_relobj::set_local_tls_got_offset): Removed.
15677         (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
15678         * output.cc (Output_data_got::add_global): Added got_type parameter.
15679         (Output_data_got::add_global_with_rel): Likewise.
15680         (Output_data_got::add_global_with_rela): Likewise.
15681         (Output_data_got::add_global_pair_with_rel): New function.
15682         (Output_data_got::add_global_pair_with_rela): New function.
15683         (Output_data_got::add_local): Added got_type parameter.
15684         (Output_data_got::add_local_with_rel): Likewise.
15685         (Output_data_got::add_local_with_rela): Likewise.
15686         (Output_data_got::add_local_pair_with_rel): New function.
15687         (Output_data_got::add_local_pair_with_rela): New function.
15688         (Output_data_got::add_global_tls): Removed.
15689         (Output_data_got::add_global_tls_with_rel): Removed.
15690         (Output_data_got::add_global_tls_with_rela): Removed.
15691         (Output_data_got::add_local_tls): Removed.
15692         (Output_data_got::add_local_tls_with_rel): Removed.
15693         (Output_data_got::add_local_tls_with_rela): Removed.
15694         * output.h (Output_data_got::add_global): Added got_type parameter.
15695         (Output_data_got::add_global_with_rel): Likewise.
15696         (Output_data_got::add_global_with_rela): Likewise.
15697         (Output_data_got::add_global_pair_with_rel): New function.
15698         (Output_data_got::add_global_pair_with_rela): New function.
15699         (Output_data_got::add_local): Added got_type parameter.
15700         (Output_data_got::add_local_with_rel): Likewise.
15701         (Output_data_got::add_local_with_rela): Likewise.
15702         (Output_data_got::add_local_pair_with_rel): New function.
15703         (Output_data_got::add_local_pair_with_rela): New function.
15704         (Output_data_got::add_global_tls): Removed.
15705         (Output_data_got::add_global_tls_with_rel): Removed.
15706         (Output_data_got::add_global_tls_with_rela): Removed.
15707         (Output_data_got::add_local_tls): Removed.
15708         (Output_data_got::add_local_tls_with_rel): Removed.
15709         (Output_data_got::add_local_tls_with_rela): Removed.
15710         * resolve.cc (Symbol::override_base_with_special): Removed
15711         reference to has_got_offset_ field.
15712         * symtab.cc (Symbol::init_fields): Replaced initialization
15713         of got_offset_ with got_offsets_.  Removed initialization
15714         of has_got_offset_
15715         * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
15716         (Symbol::got_offset): Likewise.
15717         (Symbol::set_got_offset): Likewise.
15718         (Symbol::has_tls_got_offset): Removed.
15719         (Symbol::tls_got_offset): Removed.
15720         (Symbol::set_tls_got_offset): Removed.
15721         (Symbol::got_offset_): Removed.
15722         (Symbol::tls_mod_got_offset_): Removed.
15723         (Symbol::tls_pair_got_offset_): Removed.
15724         (Symbol::got_offsets_): New field.
15725         (Symbol::has_got_offset): Removed.
15726         (Symbol::has_tls_mod_got_offset): Removed.
15727         (Symbol::has_tls_pair_got_offset): Removed.
15728         * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
15729         (Target_x86_64::Scan::local): Updated callers of Output_data_got
15730         member functions.
15731         (Target_x86_64::Scan::global): Likewise.
15732         (Target_x86_64::Relocate::relocate): Likewise.
15733         (Target_x86_64::Relocate::relocate_tls): Likewise.
15734
15735 2008-03-25  Ben Elliston  <bje@au.ibm.com>
15736
15737         * yyscript.y: Fix spelling error in comment.
15738
15739 2008-03-24  Ian Lance Taylor  <iant@google.com>
15740
15741         * options.h (class General_options): Define build_id option.
15742         * layout.h (class Layout): Declare write_build_id, create_note,
15743         create_build_id.  Add build_id_note_ member.
15744         * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
15745         "libiberty.h", "md5.h", "sha1.h".
15746         (Layout::Layout): Initialize eh_frame_data_,
15747         eh_frame_hdr_section_, and build_id_note_.
15748         (Layout::finalize): Call create_build_id.
15749         (Layout::create_note): New function, broken out of
15750         Layout::create_gold_note.
15751         (Layout::create_gold_note): Call create_note.
15752         (Layout::create_build_id): New function.
15753         (Layout::write_build_id): New function.
15754         (Close_task_runner::run): Call write_build_id.
15755
15756         * x86_64.cc: Correct license to GPLv3.
15757
15758 2008-03-23  Ian Lance Taylor  <iant@google.com>
15759
15760         * options.cc: Include "demangle.h".
15761         (parse_optional_string): New function.
15762         (parse_long_option): Handle takes_optional_argument.
15763         (parse_short_option): Update dash_z initializer.  Handle
15764         takes_optional_argument.
15765         (General_options::General_options): Initialize do_demangle_.
15766         (General_options::finalize): Set do_demangle_.  Handle demangling
15767         style.
15768         * options.h (parse_optional_string): Declare.
15769         (struct One_option): Add optional_arg field.  Update constructor.
15770         Update call constructor calls.  Add takes_optional_argument
15771         function.
15772         (DEFINE_var): Add optional_arg__ parameter.  Change all callers.
15773         (DEFINE_optional_string): Define.
15774         (General_options::demangle): Change from DEFINE_bool to
15775         DEFINE_optional_string.
15776         (General_options::no_demangle): New function.
15777         (General_options::do_demangle): New function.
15778         (General_options::set_do_demangle): New function.
15779         (General_options::execstack_status_): Move definition to end of
15780         class definition.
15781         (General_options::static_): Likewise.
15782         (General_options::do_demangle_): New field.
15783         * object.cc (big_endian>::get_symbol_location_info): Call
15784         Options::do_demangle, not Options::demangle.
15785         * symtab.cc (demangle): Likewise.
15786
15787 2008-03-22  Ian Lance Taylor  <iant@google.com>
15788
15789         * gold.h: Include <cstddef> and <sys/types.h>
15790         * options.h: Include <cstring>.
15791
15792 2008-03-21  Ian Lance Taylor  <iant@google.com>
15793
15794         * Added source code to GNU binutils.
15795 \f
15796 Copyright (C) 2008-2014 Free Software Foundation, Inc.
15797
15798 Copying and distribution of this file, with or without modification,
15799 are permitted in any medium without royalty provided the copyright
15800 notice and this notice are preserved.
15801
15802 Local Variables:
15803 mode: change-log
15804 left-margin: 8
15805 fill-column: 74
15806 version-control: never
15807 End: