c5b30933b4a761ebb76e32c7d34bb66f85e99f9c
[external/binutils.git] / gold / ChangeLog
1 2015-04-23  Sriraman Tallam  <tmsriram@google.com>      
2         * options.h (--weak-unresolved-symbols): New option.
3         * symtab.cc (Symbol_table::sized_write_globals): Change symbol
4         binding to weak with new option.
5         * symtab.h (is_weak_undefined): Check for new option.
6         (is_strong_undefined): Check for new option.
7         * testsuite/Makefile.am (weak_unresolved_symbols_test): New test.
8         * testsuite/Makefile.in: Regenerate.
9         * testsuite/weak_unresolved_symbols_test.cc: New file.
10
11 2015-04-20  Ian Coolidge  <icoolidge@google.com>
12
13         * symtab.cc (Symbol::should_add_dynsym_entry): Return true for
14         GNU_UNIQUE.
15
16 2015-04-17  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
17
18         * gc.cc (Garbage_collection::do_transitive_closure): Use back and
19         push_back.
20         * gc.h (Garbage_collection): Use a std::vector instead of a std::queue.
21         * object.cc (Sized_relobj_file::do_layout): Use push_back.
22         * powerpc.cc (process_gc_mark): Use push_back.
23         (Target_powerpc::do_gc_mark_symbol): Use push_back.
24         * symtab.cc (Symbol_table::gc_mark_symbol): Use push_back.
25
26 2015-04/16  Han Shen  <shenhan@google.com>
27
28     * aarch64.cc (AArch64_insn_utilities): New utility class.
29     (AArch64_relobj::Mapping_symbol_position): New struct.
30     (AArch64_relobj::Mapping_symbol_info): New typedef.
31     (AArch64_relobj::do_count_local_symbols): New function overriding
32     parent's implementation.
33     (AArch64_relobj::mapping_symbol_info_): New member
34     (AArch64_relobj::scan_erratum_843419): New method.
35     (Target_aarch64::scan_erratum_843419_span): New method.
36     (Target_aarch64::is_erratum_843419_sequence): New method.
37     * options.h (fix_cortex_a53): New option.
38
39 2015-04-09  Cary Coutant  <ccoutant@google.com>
40
41         * symtab.cc (Symbol::final_value_is_known): Check for TLS symbol
42         in a PIE link.
43         * testsuite/Makefile.am (tls_pie_test.sh): New test.
44         * testsuite/Makefile.in: Regenerate.
45         * testsuite/tls_pie_test.sh: New.
46
47 2015-04-09  Cary Coutant  <ccoutant@google.com>
48
49         * debug.h (DEBUG_LOCATION): New.
50         (DEBUG_ALL): Include DEBUG_LOCATION.
51         (debug_string_to_enum): Add DEBUG_LOCATION.
52         * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Fix debug
53         output to print correct context.
54         (Sized_dwarf_line_info::do_addr2line): Add debug output. Return
55         up to 4 more locations at the beginning of the function.
56         * symtab.cc (Symbol_table::detect_odr_violations): Get canonical
57         result before sorting list of line numbers.
58         * testsuite/debug_msg.sh: Allow range of line numbers for
59         canonical results on optimized code.
60
61 2015-04-07  HC Yen <hc.yen@mediatek.com>
62
63         Add AArch32 support for gold linker.
64         gold/
65         * arm.cc: Add V8 arch combine table.
66
67 2015-04-06  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
68
69         * aarch64.cc (do_reloc_addend): Fix signature to match the parent one.
70
71 2015-04-06  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
72
73         * gc.cc (Garbage_collection::do_transitive_closure): Avoid a call
74         to find by using the return value of insert.
75
76 2015-04-06  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
77
78         * gc.cc (Garbage_collection::do_transitive_closure): Avoid a copy
79         constructor call.
80
81 2015-04-06  Ilya Tocar  <ilya.tocar@intel.com>
82
83         PR gold/17641
84         * x86_64.cc (Target_x86_64::can_convert_mov_to_lea): New.
85         (Target_x86_64::Scan::local): Don't create GOT entry, when we
86         can convert mov to lea.
87         (Target_x86_64::Scan::global): Ditto.
88         (Target_x86_64::Relocate::relocate): Convert mov foo@GOTPCREL(%rip),
89         %reg to lea foo(%rip), %reg if possible.
90         * testsuite/Makefile.am (x86_64_mov_to_lea): New test.
91         * testsuite/x86_64_mov_to_lea1.s: New.
92         * testsuite/x86_64_mov_to_lea2.s: Ditto.
93         * testsuite/x86_64_mov_to_lea3.s: Ditto.
94         * testsuite/x86_64_mov_to_lea4.s: Ditto.
95         * testsuite/x86_64_mov_to_lea.sh: Ditto.
96
97 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
98
99         * configure: Regenerated.
100
101 2015-04-01  Ilya Tocar  <ilya.tocar@intel.com>
102
103         PR gold/17640
104         * i386.cc (Target_i386::can_convert_mov_to_lea): New.
105         (Target_i386::Scan::local): Don't create GOT entry, when we
106         can convert GOT to GOTOFF.
107         (Target_i386::Scan::global): Ditto.
108         (Target_i386::Relocate::relocate): Convert  mov foo@GOT(%reg), %reg to
109         lea foo@GOTOFF(%reg), %reg if possible.
110         * testsuite/Makefile.am (i386_mov_to_lea): New test.
111         * testsuite/i386_mov_to_lea1.s: New.
112         * testsuite/i386_mov_to_lea2.s: Ditto.
113         * testsuite/i386_mov_to_lea3.s: Ditto.
114         * testsuite/i386_mov_to_lea4.s: Ditto.
115         * testsuite/i386_mov_to_lea5.s: Ditto.
116         * testsuite/i386_mov_to_lea.sh: Ditto.
117
118 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
119
120         * Makefile.am (ZLIB): New.
121         (ZLIBINC): Likewise.
122         (AM_CFLAGS): Add $(ZLIBINC).
123         (AM_CXXFLAGS): Likewise.
124         (ldadd_varldadd_var): Add $(ZLIB).
125         (incremental_dump_LDADD): Likewise.
126         (dwp_LDADD): Likewise.
127         * compressed_output.cc: Don't check HAVE_ZLIB_H to include
128         <zlib.h>.
129         (zlib_compress): Don't check HAVE_ZLIB_H.
130         (zlib_decompress): Likewise.
131         * options.h (compress_debug_sections): Likewise.
132         * configure.ac (AM_CONDITIONAL): Removed.
133         * testsuite/Makefile.am (ZLIB): New.
134         (LDADD): Add $(ZLIB).
135         Don't check HAVE_ZLIB.
136         * Makefile.in: Regenerated.
137         * config.in: Likewise.
138         * configure: Likewise.
139         * testsuite/Makefile.in: Likewise.
140
141 2015-03-30  Jing Yu  <jingyu@google.com>
142
143         * aarch64-reloc.def: New TLSLD_ADD_DTPREL_HI12,
144         TLSLD_ADD_DTPREL_LO12_NC.
145         * aarch64.cc (Target_aarch64::define_tls_base_symbol): Always let
146         _TLS_MODULE_BASE_ point to the start of tls segment.
147         (Target_aarch64::optimize_tls_reloc): Add cases for
148         R_AARCH64_TLSLD_ADD_DTPREL_HI12 and
149         R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC.
150         (Target_aarch64::Scan::local): Likewise.
151         (Target_aarch64::Scan::global): Likewise.
152         (Target_aarch64::Relocate::relocate): Likewise.
153         (Target_aarch64::Relocate::relocate_tls): Likewise. And remove
154         subtracting tls segment size from symbol value for TLSLD_*_DTPREL
155         relocations.
156
157 2015-03-27  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
158
159         * merge.cc (Object_merge_map::add_mapping): call
160         Object_merge_map::Input_merge_map::add_mapping.
161         (Object_merge_map::Input_merge_map::add_mapping): New.
162         (Output_merge_data::do_add_input_section): Call
163         get_or_make_input_merge_map before a loop.
164         (Output_merge_string<Char_type>::finalize_merged_data): Call
165         get_or_make_input_merge_map before a loop.
166         * merge.h (Object_merge_map): Make Input_merge_map public.
167         * object.cc (Relobj::add_merge_mapping): Use get_or_create_merge_map.
168         (Relobj::get_or_create_merge_map): New.
169         * object.h (Relobj::get_or_create_merge_map): New.
170
171 2015-03-24  Alan Modra  <amodra@gmail.com>
172
173         PR 18147
174         * powerpc.cc (Target_powerpc::Relocate::relocate): Don't report
175         relocation errors for branches to strong undefined symbols.
176
177 2015-03-23  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
178
179         * merge.cc (Object_merge_map::get_input_merge_map): Make it const.
180         (Object_merge_map::is_merge_section_for): Remove.
181         (Object_merge_map::find_merge_section): New.
182         * merge.h (Object_merge_map::is_merge_section_for): Remove.
183         (Object_merge_map::find_merge_section): New.
184         (Object_merge_map::get_input_merge_map): Add a const version.
185         * object.cc (Relobj::is_merge_section_for): Remove.
186         (Relobj::find_merge_section): New.
187         * object.h (Relobj::is_merge_section_for): Remove.
188         (Relobj::find_merge_section): New.
189         * output.cc
190         (Output_section::Input_section::is_merge_section_for): Remove.
191         (Output_section::add_merge_input_section): Don't call
192         add_merge_input_section.
193         (Output_section::find_merge_section): Return const. Use
194         object->find_merge_section.
195         (Output_section::build_lookup_maps): Don't build a map for
196         merge sections.
197         (Output_section::is_input_address_mapped): Return false if
198         section is not found.
199         (Output_section::find_starting_output_address): Use
200         find_merge_section instead of is_merge_section_for.
201         (Output_section::add_script_input_section):  Don't build a map for
202         merge sections.
203         * output.h (Output_section_lookup_maps::merge_sections_by_id_): Remove.
204         (Output_section_lookup_maps::find_merge_section): Remove.
205         (Output_section_lookup_maps::add_merge_input_section) Remove.
206         (Output_section::find_merge_section): Return const.
207
208 2015-03-22  Cary Coutant  <cary@google.com>
209
210         PR gold/18106
211         * i386.cc (Target_i386::Relocate::tls_gd_to_ie): Fix support for
212         non-SIB form of lea, with nop after the call.
213
214 2015-03-21  Cary Coutant  <cary@google.com>
215
216         PR gold/14217
217         * output.cc (Output_segment::is_first_section_relro): Don't ignore
218         .tdata section.
219         (Output_segment::set_section_addresses): Don't align size of relro
220         segment for .tbss.
221
222 2015-03-21  Cary Coutant  <cary@google.com>
223
224         PR gold/18010
225         * stringpool.cc (Stringpool_template): Don't optimize if section
226         alignment is greater than sizeof(char).
227
228 2015-03-21  Cary Coutant  <cary@google.com>
229
230         PR gold/18048
231         * script-c.h (script_include_directive): Add first_token parameter.
232         * script.cc (script_include_directive): Add first_token parameter, and
233         pass it to read_script_file.
234         * yyscript.y (PARSING_SECTIONS_BLOCK, PARSING_SECTION_CMDS)
235         (PARSING_MEMORY_DEF): New tokens.
236         (top): Add new productions for INCLUDE files.
237         (file_cmd): Replace file_or_sections_cmd with copy of its productions.
238         Pass PARSING_LINKER_SCRIPT to script_include_directive.
239         (section_block_cmd): Likewise; pass PARSING_SECTIONS_BLOCK.
240         (section_cmd): Pass PARSING_SECTION_CMDS.
241         (file_or_sections_cmd): Remove.
242         (memory_def): Pass PARSING_MEMORY_DEF.
243         * testsuite/Makefile.am (memory_test_2): New test.
244         * testsuite/Makefile.in: Regenerate.
245         * testsuite/memory_test_inc.t: New script file.
246         * testsuite/memory_test_inc_1.t.src: New script file.
247         * testsuite/memory_test_inc_2.t.src: New script file.
248         * testsuite/memory_test_inc_3.t.src: New script file.
249
250 2015-03-21  Cary Coutant  <cary@google.com>
251
252         * dwp.cc (Sized_relobj_dwo::do_section_contents): Delete.
253         (Sized_relobj_dwo::setup): Build compressed section map.
254         (Sized_relobj_dwo::do_decompressed_section_contents): Delete.
255         * dynobj.cc (Sized_dynobj::base_read_symbols): Build compressed
256         section map.
257         * object.cc (Sized_relobj_file::Sized_relobj_file): Remove
258         compressed_sections_ field.
259         (build_compressed_section_map): Take Object instead of
260         Sized_relobj_file parameter; add decompress_if_needed parameter.
261         (Sized_relobj_file::do_find_special_sections): Store compressed
262         section map in parent Object.
263         (Sized_relobj_file::do_decompressed_section_contents): Move
264         implementation to Object::decompressed_section_contents.
265         (Sized_relobj_file::do_discard_decompressed_sections): Move
266         implementation to Object::discard_decompressed_sections.
267         * object.h (build_compressed_section_map): Declare.
268         (Object::Object): Add compressed_sections_ field.
269         (Object::section_is_compressed): Move implementation here.
270         (Object::decompressed_section_contents): De-virtualize.
271         (Object::discard_decompressed_sections): De-virtualize.
272         (Object::do_section_is_compressed): Delete.
273         (Object::do_decompressed_section_contents): Delete.
274         (Object::set_compressed_sections): New method.
275         (Object::compressed_sections): New method.
276         (Object::compressed_sections_): New data member.
277         (Compressed_section_info, Compressed_section_map): Move to top of file.
278         (Sized_relobj_file::do_section_is_compressed): Delete.
279         (Sized_relobj_file::do_decompressed_section_contents): Delete.
280         (Sized_relobj_file::do_discard_decompressed_sections): Delete.
281         (Sized_relobj_file::compressed_sections_): Move to Object class.
282
283 2015-03-21  Cary Coutant  <ccoutant@google.com>
284
285         PR gold/18152
286         * gold.cc (queue_middle_tasks): Finalize .eh_frame after laying out
287         deferred objects.
288
289 2015-03-11  Cary Coutant  <ccoutant@google.com>
290
291         * options.cc (General_options::finalize): Don't allow -z relro
292         with incremental linking.
293         * testsuite/Makefile.am (incremental_test): Add -z norelro.
294         (incremental_test_2): Likewise.
295         (incremental_test_3): Likewise.
296         (incremental_test_4): Likewise.
297         (incremental_test_5): Likewise.
298         (incremental_test_6): Likewise.
299         (incremental_copy_test): Likewise.
300         (incremental_common_test_1): Likewise.
301         (incremental_comdat_test_1): Likewise.
302         * testsuite/Makefile.in: Regenerate.
303
304 2015-03-09  Cary Coutant  <ccoutant@google.com>
305
306         PR gold/14675
307         * ehframe.cc (Eh_frame::add_ehframe_input_section): Change return type;
308         return enum indicating whether .eh_frame section is empty, optimizable,
309         unrecognized, or an end marker. Adjust explicit instantiations.
310         * ehframe.h (Eh_frame::Eh_frame_section_disposition): New enum type.
311         (Eh_frame::add_ehframe_input_section): Change return type.
312         * gold.cc (queue_middle_tasks): Call Layout::finalize_eh_frame_section.
313         * layout.cc (Layout::layout_eh_frame): Don't add optimized sections
314         to the .eh_frame output section until we see the end marker.
315         (Layout::finalize_eh_frame_section): New.
316         * layout.h: (Layout::finalize_eh_frame_section): New.
317
318 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
319
320         * output.cc (Relobj::initialize_input_to_output_map<size>):
321         Remove typename on elfcpp::Elf_types<size>::Elf_Addr.
322
323 2015-03-04  Cary Coutant  <ccoutant@google.com>
324
325         * parameters.cc (Parameters::set_target_once): Call
326         Target::select_as_default_target just once from here...
327         (set_parameters_target): ...instead of from here.
328
329 2015-03-04  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
330
331         * ehframe.cc (Cie::set_output_offset): Pass in and use a
332         Output_section_data instead of a Merge_map.
333         (Eh_frame::Eh_frame): Don't initialize merge_map_.
334         (Eh_frame::read_cie): Use add_merge_mapping instead of
335         Merge_map::add_mapping.
336         (Eh_frame::read_fde): Ditto.
337         (Eh_frame::set_final_data_size): Use this instead of this->merge_map_.
338         (Eh_frame::do_output_offset): Use merge_output_offset istead of
339         merge_map_->get_output_offset.
340         (Eh_frame::do_is_merge_section_for): Delete.
341         * ehframe.h (Fde::add_mapping): Pass in and use a Output_section_data
342         instead of a Merge_map.
343         (Cie::set_output_offset): Pass in a Output_section_data instead of a
344         Merge_map.
345         (Eh_frame::do_is_merge_section_for): Delete.
346         (Eh_frame::merge_map_): Delete.
347         * merge.cc (Object_merge_map::get_or_make_input_merge_map): Pass in
348         and use a Output_section_data instead of a Merge_map.
349         (Object_merge_map::add_mapping): Ditto.
350         (Object_merge_map::get_output_offset): Remove the merge_map argument.
351         (Object_merge_map::is_merge_section_for): Pass in and use a
352         Output_section_data instead of a Merge_map.
353         (Merge_map): Delete.
354         (Output_merge_base::do_output_offset): Use merge_output_offset instead
355         of merge_map_.get_output_offset.
356         (Output_merge_base::do_is_merge_section_for): Delete.
357         (Output_merge_data::do_add_input_section): Use
358         object->add_merge_mapping instead of add_mapping.
359         (Output_merge_string<Char_type>::finalize_merged_data): Ditto.
360         * merge.h (Merge_map): Delete forward declaration.
361         (Object_merge_map::add_mapping): Pass in and use a Output_section_data
362         instead of a Merge_map.
363         (Object_merge_map::get_output_offset): Remove the merge_map argument.
364         (Object_merge_map::is_merge_section_for): Pass in and use a
365         Output_section_data instead of a Merge_map.
366         (Input_merge_map::Object_merge_map::merge_map): Replace with
367         output_data.
368         (Object_merge_map::get_or_make_input_merge_map): Pass in and use a
369         Output_section_data instead of a Merge_map.
370         (Merge_map): Delete.
371         (Output_merge_base::Output_merge_base): Don't initialize merge_map_.
372         (Output_merge_base::do_is_merge_section_for): Delete.
373         (Output_merge_base::add_mapping): Delete.
374         (Output_merge_base::merge_map_): Delete.
375         * object.cc (Relobj::initialize_input_to_output_map): New.
376         (Relobj::initialize_input_to_output_map): New.
377         (Relobj::merge_output_offset): New.
378         (Relobj::is_merge_section_for): New.
379         (Relobj::initialize_input_to_output_map): Instantiate for 32 and 64
380         bits.
381         * object.h (Relobj::merge_map): Delete.
382         (initialize_input_to_output_map): New.
383         (set_merge_map): Delete.
384         (add_merge_mapping): New.
385         (merge_output_offset): New.
386         (is_merge_section_for): New.
387         * output.cc (Output_section::Input_section::is_merge_section_for):
388         Use object->is_merge_section_for.
389         * output.h (Output_section_data::is_merge_section_for): Delete.
390         (Output_section_data::do_is_merge_section_for): Delete.
391         * reloc.cc (Merged_symbol_value<size>::initialize_input_to_output_map):
392         Use object->initialize_input_to_output_map.
393         (Merged_symbol_value<size>::value_from_output_section): Use
394         object->merge_output_offset.
395
396 2015-03-02  Peter Collingbourne  <pcc@google.com>
397             Cary Coutant  <ccoutant@google.com>
398
399         * output.cc (Output_section::add_merge_input_section): Do not
400         attempt to merge sections with an entsize of 0.
401
402 2015-03-02  Khem Raj  <raj.khem@gmail.com>
403
404         * attributes.h (class Output_attributes_section_data ): Add
405         do_print_to_mapfile function.
406
407 2015-02-24  Alan Modra  <amodra@gmail.com>
408
409         PR 18010
410         * powerpc.cc (Powerpc_relocate_functions::addr16_ds): Always
411         complain if value is not a multiple of four.
412         (Target_powerpc::Relocate::relocate): Correct handling of
413         R_POWERPC_GOT_TPREL16 and R_POWERPC_GOT_TPREL16_LO for ppc64.
414
415 2015-02-21  H.J. Lu  <hongjiu.lu@intel.com>
416
417         * configure.ac (default_size): Set to 32 for x32.
418         * configure: Regenerated.
419
420 2015-02-18  Alan Modra  <amodra@gmail.com>
421
422         PR 17954
423         * powerpc.cc (Global_symbol_visitor_opd::operator()): Set default
424         visibility.
425
426 2015-02-17  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
427
428         * gc.h (Garbage_collection::add_reference): Don't use find.
429
430 2015-02-17  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
431
432         * object.cc (write_local_symbols): avoid std::vector copy.
433
434 2015-02-17  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
435
436         * merge.cc (get_output_offset): Use upper_bound instead of lower_bound.
437
438 2015-02-09  Mark Wielaard  <mjw@redhat.com>
439
440         * gdb-index.cc (Gdb_index_info_reader::visit_top_die): Recognize
441         DW_LANG_Fortran03 and DW_LANG_Fortran08.
442
443 2015-02-16  Cary Coutant  <ccoutant@google.com>
444
445         PR gold/13577
446         PR gold/16992
447         * layout.cc (Layout::finish_dynamic_section): Don't set DT_SYMBOLIC or
448         DF_SYMBOLIC if --dynamic-list option is used.
449         * options.cc (General_options::finalize): --dynamic-list is not
450         mutually exclusive with -Bsymbolic.
451         * symtab.h (Symbol::is_preemptible): Don't exclude dynamic symbols not
452         listed in --dynamic-list.
453         * testsuite/Makefile.am (dynamic_list_lib2.so): Add
454         -Bsymbolic-functions.
455         * testsuite/Makefile.in: Regenerate.
456
457 2015-02-16  Cary Coutant  <ccoutant@google.com>
458
459         PR gold/17971
460         * incremental.cc: Remove redundant include of "output.h".
461
462 2015-02-12  Jing Yu  <jingyu@google.com>
463
464         * aarch64-reloc.def (TLSLE_MOVW_TPREL_G2, TLSLE_MOVW_TPREL_G1,
465         TLSLE_MOVW_TPREL_G1_NC, TLSLE_MOVW_TPREL_G0, TLSLE_MOVW_TPREL_G0_NC,):
466         New relocation.
467         * aarch64.cc (Target_aarch64::Scan::local): Add cases for new
468         TLSLE_MOVW_* relocations.
469         (Target_aarch64::Scan::global): Likewise.
470         (Target_aarch64::Relocate::relocate): Likewise.
471         (Target_aarch64::Relocate::relocate_tls): Add cases and handlings
472         for new TLSLE_MOVW_* relocations.
473
474 2015-02-11  Will Newton  <will.newton@linaro.org>
475
476         PR gold/13321
477         * arm.cc (Target_arm::make_plt_section): Create an ARM
478         state mapping symbol at the start of the PLT.
479
480 2015-02-09  H.J. Lu  <hongjiu.lu@intel.com>
481
482         * testsuite/Makefile.am (two_file_shared_2_pic_1_test_DEPENDENCIES):
483         Replace two_file_shared_2.so with two_file_shared_1.so.
484         * testsuite/Makefile.in: Regenerated.
485
486 2015-02-09  Alan Modra  <amodra@gmail.com>
487
488         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add libweak_undef_2.a,
489         plugin_test_thin.a and defsym_test.
490         * testsuite/Makefile.in: Regenerate.
491
492 2015-02-04  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
493
494         * merge.cc (do_add_input_section): Combine loop epilogue into main loop
495         body.
496
497 2015-02-04  Peter Collingbourne  <pcc@google.com>
498
499         * plugin.cc (Pluginobj::get_symbol_resolution_info): Resolve
500         forwarding symbols when computing symbol resolution info for plugins.
501         * plugin.h (Plugin_manager::symtab): New method.
502         (Pluginobj::get_symbol_resolution_info): Add symtab parameter.
503
504 2015-02-03  Cary Coutant  <ccoutant@google.com>
505             Peter Collingbourne  <pcc@google.com>
506
507         PR gold/15660
508         * archive.cc (Thin_archive_object_unlocker): New class.
509         (Archive::include_member): Unlock external members of thin archives.
510         * testsuite/Makefile.am (plugin_test_1): Rename .syms files.
511         (plugin_test_2): Likewise.
512         (plugin_test_3): Likewise.
513         (plugin_test_4): Likewise.
514         (plugin_test_5): Likewise.
515         (plugin_test_6): Likewise.
516         (plugin_test_7): Likewise.
517         (plugin_test_8): Likewise.
518         (plugin_test_9): Likewise.
519         (plugin_test_10): Likewise.
520         (plugin_test_11): New test case.
521         * testsuite/Makefile.in: Regenerate.
522         * testsuite/plugin_test.c (claim_file_hook): Check for parallel .syms
523         file to decide whether to claim file.
524         (all_symbols_read_hook): Likewise.
525         * testsuite/plugin_test_1.sh: Adjust expected output.
526         * testsuite/plugin_test_2.sh: Likewise.
527         * testsuite/plugin_test_3.sh: Likewise.
528         * testsuite/plugin_test_6.sh: Likewise.
529         * testsuite/plugin_test_tls.sh: Likewise.
530         * testsuite/plugin_test_11.sh: New testcase.
531
532 2015-02-03  Cary Coutant  <ccoutant@google.com>
533
534         * descriptors.cc (Descriptors::open): Set artificially-low limit for
535         file descriptors when debugging enabled. Add debug output.
536         (Descriptors::release): Add debug output.
537         (Descriptors::close_some_descriptor): Likewise.
538         (Descriptors::close_all): Likewise.
539         * fileread.cc (File_read::lock): Likewise.
540         (File_read::unlock): Likewise.
541
542 2015-02-02  Cary Coutant  <ccoutant@google.com>
543
544         * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for
545         executable output file.
546
547 2015-01-22  Han Shen  <shenhan@google.com>
548
549         * arm.cc (Target_arm::Target_arm): Add initialization for new members.
550         (Target_arm::do_plt_address_for_global): New method.
551         (Target_arm::do_plt_address_for_local): New method.
552         (Target_arm::rel_irelative_section): New method.
553         (Target_arm::make_data_plt): Add more parameters for plt ctor.
554         (Target_arm::do_make_data_plt): Add more parameters for plt ctor.
555         (Target_arm::Scan::symbol_needs_plt_entry): Add ifunc support.
556         (Target_arm::Scan::reloc_needs_plt_for_ifunc): Add ifunc support.
557         (Target_arm::Scan::check_non_pic): Add ifunc support.
558         (Target_arm::Scan::local): Add ifunc support.
559         (Target_arm::Scan::global): Add ifunc support.
560         (Target_arm::make_plt_section): New method.
561         (Target_arm::make_plt_entry): Change to call to make_plt_section.
562         (Target_arm::make_local_ifunc_plt_entry): New method.
563         (Target_arm::got_irelative_): New member.
564         (Target_arm::rel_irelative_): New member.
565         (Target_arm::got_section): Add creation for got_irelative_.
566         (Target_arm::rel_dyn_section): Add creation for rel_irelative_.
567         (Target_arm::Relocate::relocate): Properly set local ifunc address.
568         (Target_arm::do_dynsym_value): Properly set global ifunc address.
569         (Target_arm::scan_reloc_for_stub): Properly set global ifunc address.
570         (Output_data_plt_arm::IRelative_data): New type.
571         (Output_data_plt_arm::Output_data_plt_arm): Add more parameters.
572         (Output_data_plt_arm::add_entry): Add more parameters.
573         (Output_data_plt_arm::add_relocation): New method.
574         (Output_data_plt_arm::add_local_ifunc_entry): New method.
575         (Output_data_plt_arm::rel_irelative): New method.
576         (Output_data_plt_arm::entry_count): Modified.
577         (Output_data_plt_arm::address_for_global): New method.
578         (Output_data_plt_arm::address_for_local): New method.
579 gold/
580         (Output_data_plt_arm::set_final_data_size): Add irelative_count_.
581         (Output_data_plt_arm::insert_irelative_data): New method.
582         (Output_data_plt_arm::irelative_rel_): New member.
583         (Output_data_plt_arm::got_): New member.
584         (Output_data_plt_arm::got_irelative_): New member.
585         (Output_data_plt_arm::irelative_count_): New member.
586         (Output_data_plt_arm::IRelative_data_vec): New typedef.
587         (Output_data_plt_arm::irelative_data_vec_): New member.
588         (Output_data_plt_arm::do_write): Write out irelative entries.
589         (Output_data_plt_arm_standard::Output_data_plt_arm_standard): Add
590         more parameters to ctor.
591         (Output_data_plt_arm_nacl::Output_data_plt_arm_nacl): Add
592         more parameters to ctor.
593         * output.h (Output_data_reloc::add_local_relative): New method.
594         * aarch64.cc (Output_data_plt_aarch64): Fixed typo in comment.
595
596 2015-01-29  Alan Modra  <amodra@gmail.com>
597
598         * powerpc.cc (Target_powerpc::Relocate::relocate): Correct GOT_TLSLD
599         and GOT_TLSGD to LE optimization.
600
601 2015-01-28  Cary Coutant  <ccoutant@google.com>
602
603         * x86_64.cc (Target_x86_64::Scan::global): Allow IE-to-LE optimization
604         for undef TLS symbols.
605         (Target_x86_64::Relocate::relocate_tls): Likewise.
606         (Target_x86_64::Relocate::tls_ie_to_le): Likewise.
607
608 2015-01-25  Cary Coutant  <ccoutant@google.com>
609
610         * output.cc (Output_segment::set_section_addresses): Fix calculation
611         of size of relro segment.
612
613 2015-01-22  Alan Modra  <amodra@gmail.com>
614
615         * powerpc.cc (Target_powerpc::Scan::local <got relocs>): Correct
616         condition for need of ifunc plt entry.
617         (Target_powerpc::Scan::global <got relocs>): Likewise.
618
619 2015-01-14  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
620
621         * mips.cc (reloc_high): Add r_sym.
622         (Mips_relocate_functions::relhi16): Add r_sym parameter. Pass r_sym to
623         reloc_high constructor.
624         (Mips_relocate_functions::relgot16_local): Likewise.
625         (Mips_relocate_functions::rello16): Add r_sym parameter. Use r_sym and
626         r_type to decide whether LO16 matches HI16.
627         (Target_mips::Relocate::relocate): Pass r_sym to calls to relhi16,
628         rello16 and relgot16_local.
629
630 2015-01-09  Cary Coutant  <ccoutant@google.com>
631
632         * layout.cc (Layout::set_segment_offsets): Don't align start of segment
633         unless alignment is larger than page size.
634
635 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
636             Cary Coutant  <ccoutant@google.com>
637
638         PR gold/17729
639         * configure.ac (DEFAULT_TARGET_X86_64): Don't set for x32.
640         (DEFAULT_TARGET_X32): Set for x32.
641         * x86_64.cc (cmp_insn_32): New.
642         (lea_r10_insn_32): Likewise.
643         (lea_r11_insn_32): Likewise.
644         (cmp_insn_64): Likewise.
645         (lea_r10_insn_64): Likewise.
646         (lea_r11_insn_64): Likewise.
647         (Target_x86_64<size>::do_calls_non_split): Handle x32.
648         * testsuite/Makefile.am (check_SCRIPTS): Add split_x32.sh.
649         (check_DATA): Add split_x32 files.
650         (split_x32_[1234n].o): New targets.
651         (split_x32_[124]): New targets.
652         (split_x32_[1234r].stdout): New targets.
653         * testsuite/split_x32.sh: New file.
654         * testsuite/split_x32_1.s: Likewise.
655         * testsuite/split_x32_2.s: Likewise.
656         * testsuite/split_x32_3.s: Likewise.
657         * testsuite/split_x32_4.s: Likewise.
658         * testsuite/split_x32_n.s: Likewise.
659         * configure: Regenerated.
660         * testsuite/Makefile.in: Likewise.
661
662 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
663
664         PR gold/17809
665         * x86_64.cc (Target_x86_64<size>::Relocate::tls_ie_to_le): Handle
666         x32.
667
668 2015-01-02  Alan Modra  <amodra@gmail.com>
669
670         * version.cc (print_version): Just print current year.
671         * dwp.cc (print_version): Likewise.
672
673 2015-01-01  Alan Modra  <amodra@gmail.com>
674
675         Update year range in copyright notice of all files.
676
677 2014-12-25  Alan Modra  <amodra@gmail.com>
678
679         * arm.cc (Target_arm::do_adjust_elf_header): Provide namespace on
680         new enums.
681         (Target_arm::merge_object_attributes, ): Likewise.
682
683 2014-12-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
684
685         * arm.cc (Target_arm::do_adjust_elf_header): Set e_flags in ELF header
686         as hard float only when Tag_ABI_VFP_args is 1, using new enum value
687         AEABI_VFP_args_vfp to check that.
688         (Target_arm::merge_object_attributes): Handle new Tag_ABI_VFP_args
689         value and replace hardcoded values by enum values.
690
691 2014-12-22  Cary Coutant  <ccoutant@google.com>
692
693         * powerpc.cc (Target_powerpc::relocate): Fix overflow check.
694
695 2014-12-20  H.J. Lu  <hongjiu.lu@intel.com>
696
697         PR gold/14608
698         * testsuite/debug_msg.cc (SometimesInlineFunction): Changed
699         to "return i * i * 3;".
700
701 2014-12-16  Cary Coutant  <ccoutant@google.com>
702
703         * mapfile.cc (Mapfile::print_input_section): Print uncompressed sizes.
704         (Mapfile::print_output_data): Use current_data_size() to avoid
705         assert for sections requiring postprocessing; if address is not valid,
706         print 0.
707         (Mapfile::print_output_section): Use current_data_size(); print note
708         that addresses and sizes are before compression.
709
710 2014-12-14  H.J. Lu  <hongjiu.lu@intel.com>
711
712         * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
713         Cast current_group_size to unsigned long when reporting error.
714
715 2014-12-10  Jing Yu  <jingyu@google.com>
716
717         * aarch64.cc (Target_aarch64): Add new variable stub_group_size_.
718         (AArch64_relocate_functions::maybe_apply_stub): Add new parameter.
719         Update error message.
720         (Target_aarch64::do_relax): Use absolute value of option
721         stub_group_size. Replace local variable with class member
722         stub_group_size_.
723
724 2014-12-04  Alan Modra  <amodra@gmail.com>
725
726         * powerpc.cc (Target_powerpc::Branch_info::make_stub): Ignore
727         addend of PLTREL24 reloc when not generating a plt stub.  Make
728         max_branch_offset an "Address".
729         (Stub_table::can_reach_stub): Make max_branch_offset an "Address".
730         (Target_powerpc::Relocate::relocate): Likewise.
731
732 2014-12-04  Alan Modra  <amodra@gmail.com>
733
734         PR 17670
735         * symtab.cc (Symbol::set_undefined): Remove assertion.
736         * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
737         on symbols defined in discarded sections, instead return false.
738         Rearrange params, update all callers.
739         (Target_powerpc::Branch_info::make_stub): Don't make stubs for
740         branches to syms in discarded sections.
741         (Global_symbol_visitor_opd::operator()): Set discarded opd syms
742         undefined and flag as discarded.
743         (Target_powerpc::Relocate::relocate): Localize variable.
744
745 2014-12-03  H.J. Lu  <hongjiu.lu@intel.com>
746
747         PR gold/17675
748         * testsuite/Makefile.am (pie_copyrelocs_test_CXXFLAGS): New.
749         * testsuite/Makefile.in: Regenerated.
750
751 2014-12-03  Alan Modra  <amodra@gmail.com>
752
753         PR 17566
754         * powerpc.cc (Target_powerpc::Scan::local): Use add_local_section
755         when adding dynamic relocations against section symbols.
756
757 2014-12-01  Dimitry Ivanov <dimitry@google.com>
758
759         * layout.cc (Layout::finish_dynamic_section): When '-z global'
760         is specified set DF_1_GLOBAL in DT_FLAGS_1 flags.
761         * options.h (General_options): New -z option (global).
762
763 2014-12-01  Cary Coutant  <ccoutant@google.com>
764
765         PR gold/17578
766         * layout.cc (Layout::layout_gnu_stack): Don't warn when -z execstack
767         is given.
768         (Layout::create_executable_stack_info): Warn when -z noexecstack is
769         given but some inputs require executable stack.
770
771 2014-11-26  Cary Coutant  <ccoutant@google.com>
772
773         * layout.cc (gdb_sections): Keep .debug_gdb_scripts and
774         .debug_str_offsets; strip .debug_gnu_pubnames and
775         .debug_gnu_pubtypes.
776         (lines_only_debug_sections): Strip all four new sections.
777
778 2014-11-26  Jing Yu  <jingyu@google.com>
779
780         * aarch64.cc (Relocate::tls_desc_gd_to_ie): Set ldr target
781         register to be x0 when to relax TLSDESC_LD64_LO12.
782
783 2014-11-26  Alan Modra  <amodra@gmail.com>
784
785         * powerpc.cc (struct Stub_table_owner): New.
786         (Powerpc_relobj): Rename stub_table_ to stub_table_index_, an
787         unsigned int vector.  Update all references.
788         (powerpc_relobj::set_stub_table): Take an unsigned int param
789         rather than a Stub_table.  Update callers.
790         (Powerpc_relobj::clear_stub_table): New function.
791         (Target_powerpc): Add relax_failed_, relax_fail_count_ and
792         stub_group_size_ vars.
793         (Target_powerpc::new_stub_table): Delete.
794         (max_branch_delta): New function, extracted from..
795         (Target_powerpc::Relocate::relocate): ..here..
796         (Target_powerpc::Branch_info::make_stub): ..and here.  Return
797         status on whether stub created successfully.
798         (Stub_control::Stub_control): Add "no_size_errors" param.  Move
799         default sizing to..
800         (Target_powerpc::do_relax): ..here.  Init stub_group_size_ and
801         reduce on relax failure.
802         (Target_powerpc::group_sections): Add "no_size_errors" param.
803         Use stub_group_size_.  Set up group info in a temp vector,
804         before building Stub_table vector.  Account for input sections
805         possibly already converted to relaxed sections.
806         (Stub_table::init): Delete.  Merge into..
807         (Stub_table::Stub_table): ..here.
808         (Stub_table::can_reach_stub): New function.
809         (Stub_table::add_plt_call_entry): Add "from" parameter and
810         return true iff stub could be reached.
811         (Stub_table::add_long_branch_entry): Similarly.  Add "r_type"
812         param too.
813         (Stub_table::clear_stubs): Add "all" param.
814
815 2014-11-26  Alan Modra  <amodra@gmail.com>
816
817         * powerpc.cc (Stub_control::set_output_and_owner): New function.
818         (Target_powerpc::group_sections): Use it.
819
820 2014-11-25  Cary Coutant  <ccoutant@google.com>
821
822         * binary.cc (Binary_to_elf::sized_convert): Add size to _start symbol.
823         (Binary_to_elf::write_symbol): Add st_size parameter.
824         * binary.h (Binary_to_elf::write_symbol): Add st_size parameter.
825
826 2014-11-25  Cary Coutant  <ccoutant@google.com>
827
828         PR gold/17639
829         * object.cc (Sized_relobj_file): Initialize is_deferred_layout_.
830         (Sized_relobj_file::do_layout): Handle deferred sections properly
831         during GC pass 1. Don't add reloc sections to deferred list twice.
832         * object.h (Sized_relobj_file::is_deferred_layout): New function.
833         (Sized_relobj_file::is_deferred_layout_): New data member.
834
835 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
836
837         PR gold/17619
838         * x86_64.cc (Output_data_plt_x86_64_standard<size>::do_fill_plt_entry):
839         Check PC-relative offset overflow in PLT entry.
840
841 2014-11-21  Alan Modra  <amodra@gmail.com>
842
843         * powerpc.cc (Target_powerpc::Relocate::relocate): Correct test
844         for undefined weaks.
845
846 2014-11-20  Alan Modra  <amodra@gmail.com>
847
848         * powerpc.cc (Stub_control::Stub_control): Init stub14_group_size_
849         from --stub-group-size parameter divided by 1024.
850         (Powerpc_relocate_functions::rela, rela_ua): Add fieldsize
851         template parameter.  Update all uses.
852         (Target_powerpc::Relocate::relocate): Rename has_plt_value to
853         has_stub_value.  Set for long branches.  Don't report overflow for
854         branch to undefined weak symbols.  Print info message on
855         overflowing branch to stub.
856
857 2014-11-20  Alan Modra  <amodra@gmail.com>
858
859         * powerpc.cc (Target_powerpc::do_relax): Add __go_go to thread_starters.
860
861 2014-11-13  H.J. Lu  <hongjiu.lu@intel.com>
862
863         * x86_64.cc (Target_x86_64<size>::Scan::global): Don't make PLT
864         entry for R_X86_64_GOTPLT64.
865         (Target_x86_64<size>::Relocate::relocate): Update comments for
866         R_X86_64_GOTPLT64.
867
868 2014-11-06  Evgeniy Dushistov  <dushistov@mail.ru>
869
870         * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
871         * plugin.h: add lock definition
872
873 2014-10-29  Han Shen  <shenhan@google.com>
874             Jing Yu   <jingyu@google.com>
875
876         * aarch64-reloc.def: Add LD_PREL_LO12, ADR_PREL_LO21,
877         TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
878         TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
879         Symbol::TLS_REF.
880         * aarch64.cc (Target_aarch64::do_can_check_for_function_pointers): New
881         method.
882         (Target_aarch64::reloc_needs_plt_for_ifunc): New method.
883         (Target_aarch64::tls_ld_to_le): New method.
884         (Target_aarch64::aarch64_info): Enable can_icf_inline_merge_sections
885         for 64bit targets.
886         (Output_data_plt_aarch64::irelative_rel_): New data member.
887         (Output_data_plt_aarch64::add_entry): Add irelative entries to plt.
888         (Output_data_plt_aarch64::add_local_ifunc_entry): New method.
889         (Output_data_plt_aarch64::add_relocation): New method.
890         (Output_data_plt_aarch64::do_write): Add gold_assert on got_irelative
891         offset. Add got_irelative size to got size.
892         (AArch64_relocate_functions): Typedef AArch64_valtype. Replace long
893         type string with the new typename.
894         (AArch64_relocate_functions::update_adr): Replace parameter x with
895         immed.
896         (AArch64_relocate_functions::update_movnz): Correct wrong val mask.
897         (AArch64_relocate_functions::reloc_common): New method.
898         (AArch64_relocate_funcsions::rela_general): Extract common part out
899         into reloc_common method.
900         (AArch64_relocate_functions::rela_general): Likewise.
901         (AArch64_relocate_functions::pcrela_general): Likewise.
902         (AArch64_relocate_functions::adr): New method.
903         (AArch64_relocate_functions::adrp): Calculate immed before calling
904         update_adr.
905         (AArch64_relocate_functions::adrp): Likewise.
906         (AArch64_relocate_functions::movnz): Cast x to SignedW type when
907         comparing x to 0. Calculate immed from ~x when x < 0.
908         (Target_aarch64::optimize_tls_reloc): Add new cases for
909         TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
910         TLSLD_MOVW_DTPREL_G0_NC.
911         (Target_aarch64::possible_function_pointer_reloc): Implement this
912         method.
913         (Target_aarch64::Scan::local_reloc_may_be_function_pointer): Update
914         comment.
915         (Target_aarch64::Scan::local): Add codes to handle STT_GNU_IFUNC
916         symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
917         TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
918         (Target_aarch64::Scan::global): Add codes to handle STT_GNU_IFUNC
919         symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
920         TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
921         (Target_aarch64::make_plt_entry): Call add_entry with two more
922         parameters.
923         (Target_aarch64::make_local_ifunc_plt_entry): New method.
924         (Target_aarch64::Relocate::relocate): Add cases for LD_PREL_LO19,
925         ADR_PREL_LO21, TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
926         TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
927         (Target_aarch64::Relocate::relocate_tls): Add cases for
928         TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
929         TLSLD_MOVW_DTPREL_G0_NC.
930         * testsuite/icf_safe_so_test.cc: Correct test comment.
931         * testsuite/icf_safe_test.sh: Add AArch64 arch.
932
933 2014-10-22  Alan Modra  <amodra@gmail.com>
934
935         * powerpc.cc (do_relax): Add gcc-4.9 libgomp functions to
936         thread_starter.
937
938 2014-10-18  Andreas Schwab  <schwab@linux-m68k.org>
939
940         * configure.tgt (targ_extra_obj) [aarch64*-*]: Define.
941
942 2014-10-17  Cary Coutant  <ccoutant@google.com>
943
944         * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
945         Add "typename" keyword.
946
947 2014-10-15  Han Shen  <shenhan@google.com>
948             Jing Yu   <jingyu@google.com>
949
950         Patch for gold aarch64 backend to support relaxation.
951         * aarch64-reloc.def: Change format.
952         * aarch64.cc (class Reloc_stub): New class.
953         (class Stub_table): New class.
954         (class AArch64_relobj): New class.
955         (class AArch64_input_section): New class.
956         (class AArch64_output_section): New class.
957         (Target_aarch64::new_stub_table): New method.
958         (Target_aarch64::new_aarch64_input_section): New method.
959         (Target_aarch64::find_aarch64_input_section): New method.
960         (Target_aarch64::scan_section_for_stubs): New method.
961         (Target_aarch64::scan_reloc_section_for_stubs): New method.
962         (Target_aarch64::relocate_stub): New method.
963         (Target_aarch64::current_target): New method.
964         (Target_aarch64::do_make_elf_object): New method.
965         (Target_aarch64::do_may_relax): New method.
966         (Target_aarch64::do_relax): New method.
967         (Target_aarch64::group_sections): New method.
968         (Target_aarch64::scan_reloc_for_stub): New method.
969         (Target_aarch64::do_make_output_section): New method.
970         (Target_aarch64::stub_tables_): New data member.
971         (Target_aarch64::aarch64_input_section_map_): New data member.
972         (AArch64_relocate_functions::maybe_apply_stub): New method.
973
974 2014-09-30  Cary Coutant  <ccoutant@google.com>
975
976         PR gold/17432
977         * resolve.cc (Symbol_table::resolve): Fix local shadowing error.
978
979 2014-09-30  Kito Cheng  <kito@0xlab.org>
980
981         PR gold/13597
982         * layout.cc (Layout::create_dynamic_symtab): Build gnu-style
983         hash table before sysv-style hash table.
984
985 2014-09-29  Sriraman Tallam  <tmsriram@google.com>
986
987         * options.h (--pic-executable): Add negative to alias to -no-pie.
988
989 2014-09-26  Cary Coutant  <ccoutant@google.com>
990
991         PR gold/16773
992         * object.cc (Sized_relobj_file): Compute value of section symbols
993         for TLS sections the same as TLS symbols.
994
995 2014-09-25  Cary Coutant  <ccoutant@google.com>
996
997         PR gold/17432
998         * resolve.cc (Symbol_table::resolve): Override common placeholder
999         symbols, but adjust sizes.
1000         * symtab.cc (Symbol_table::add_from_object): Don't add placeholder
1001         symbols to common lists.
1002
1003 2014-09-24  Alan Modra  <amodra@gmail.com>
1004
1005         * po/POTFILES.in: Regenerate.
1006
1007 2014-09-23  Taiju Tsuiki  <tzik@google.com>
1008             Cary Coutant  <ccoutant@google.com>
1009
1010         PR gold/14860
1011         * gold.cc (queue_final_tasks): Add Write_sections_task as a blocker
1012         on input_sections_blocker.
1013         * layout.cc (Write_sections_task::locks): Unblock
1014         input_sections_blocker_.
1015         * layout.h (Write_sections_task::Write_sections_task): Add
1016         input_sections_blocker.
1017         * testsuite/Makefile.am (exception_x86_64_bnd_test): Add gcctestdir/ld
1018         to DEPENDENCIES.
1019         * testsuite/Makefile.in: Regenerate.
1020
1021 2014-09-18  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1022
1023         * testsuite/Makefile.am (plugin_test_10): New test.
1024         * testsuite/Makefile.in: Regenerate
1025         * testsuite/plugin_common_test_2.c (c1): Align to 8.
1026         * testsuite/plugin_test_10.sh: New file.
1027
1028 2014-09-17  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1029
1030         * plugin.cc (Sized_pluginobj::do_add_symbols): Ignore isym->size.
1031         * resolve.cc (Symbol_table::resolve): Don't override common symbols
1032         during the replacement phase.
1033
1034 2014-09-17  Han Shen  <shenhan@google.com>
1035             Jing Yu  <jingyu@google.com>
1036
1037         * aarch64-reloc.def: Add TLSGD_ADR_PAGE21, TLSGD_ADD_LO12_NC,
1038         TLSDESC_ADR_PAGE21, TLSDESC_LD64_LO12, TLSDESC_ADD_LO12, TLSDESC_CALL.
1039         * aarch64.cc (Target_aarch64): Add data members
1040         got_irelative_, got_tlsdesc_, rela_irelative_, got_mod_index_offset_,
1041         tlsdesc_reloc_info_, tls_base_symbol_defined_. Initialize them in
1042         constructor.
1043         (Target_aarch64::do_reloc_symbol_index): New method.
1044         (Target_aarch64::do_reloc_addend): New method.
1045         (Target_aarch64::add_tlsdesc_info): New method.
1046         (Target_aarch64::do_dynsym_value): New method.
1047         (Target_aarch64::do_make_data_plt): Add new parameters: got,
1048         got_irelative. Pass them to Output_data_plt_aarch64_standard.
1049         (Target_aarch64::make_data_plt): Add new parameters: got,
1050         got_irelative. Pass them to do_make_data_plt.
1051         (Target_aarch64::Relocate): Add skip_call_tls_get_addr_ variable.
1052         (Target_aarch64::Relocate:tls_gd_to_le): New method.
1053         (Target_aarch64::Relocate:tls_ie_to_le): New method.
1054         (Target_aarch64::Relocate:tls_desc_gd_to_le): New method.
1055         (Target_aarch64::Relocate:tls_desc_gd_to_ie): New method.
1056         (Target_aarch64::got_tlsdesc_section): New method.
1057         (Target_aarch64::make_local_ifunc_plt_entry): New method.
1058         (Target_aarch64::define_tls_base_symbol): New method.
1059         (Target_aarch64::reserve_tlsdesc_entries): New method.
1060         (Target_aarch64::got_mod_index_entry): New method.
1061         (Target_aarch64::rela_tlsdesc_section): New method.
1062         (Target_aarch64::rela_irelative_section): New method.
1063         (Target_aarch64::Tlsdesc_info): New struct.
1064         (Target_aarch64::got_section): Create .got.plt space for IRELATIVE
1065         relocations and tlsdesc relocations.
1066         (Target_aarch64::optimize_tls_reloc): Implement method.
1067         (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_,
1068         got_irelative_, irelative_count_, tlsdesc_got_offset_. Initialize them
1069         in constructor.
1070         (Output_data_plt_aarch64::reserve_tlsdesc_entry): New method.
1071         (Output_data_plt_aarch64::has_tlsdesc_entry): New method.
1072         (Output_data_plt_aarch64::get_tlsdesc_got_offset): New method.
1073         (Output_data_plt_aarch64::get_tlsdesc_plt_offset): New method.
1074         (Output_data_plt_aarch64::rela_tlsdesc): New method.
1075         (Output_data_plt_aarch64::rela_irelative): New method.
1076         (Output_data_plt_aarch64::entry_count): Count IRELATIVE relocations.
1077         (Output_data_plt_aarch64::first_plt_entry_offset): Add const attribute.
1078         (Output_data_plt_aarch64::get_plt_tlsdesc_entry_size): New method.
1079         (Output_data_plt_aarch64::fill_tlsdesc_entry): New method.
1080         (Output_data_plt_aarch64::do_get_plt_tlsdesc_entry_size): New method.
1081         (Output_data_plt_aarch64::do_fill_tlsdesc_entry): New method.
1082         (Output_data_plt_aarch64_standard): New member variables:
1083         plt_tlsdesc_entry_size, tlsdesc_plt_entry.
1084         (Output_data_plt_aarch64_standard::Output_data_plt_aarch64_standard):
1085         New parameter: got, got_irelative.
1086         (Output_data_plt_aarch64_standard::do_get_plt_entry_size): New method.
1087         (Output_data_plt_aarch64_standard::do_fill_tlsdesc_entry): New method.
1088         (Output_data_plt_aarch64::do_write): Replace got_address with
1089         gotplt_address. Add irelative_count_ to count. Write tlsdesc entry.
1090         (AArch64_relocate_functions::update_movnz): New method.
1091         (AArch64_relocate_functions): Correct format.
1092         (AArch64_relocate_functions::movnz): New method.
1093         (Target_aarch64::Scan::local): Correct format. Move r_sym, got to
1094         before the switch. Add new cases to switch.
1095         Check ie_to_le relaxation on tlsie relocations. Add code handling
1096         tlsgd tlsdesc cases.
1097         (Target_aarch64::Scan::global): Move arp to front. Do copy_reloc when
1098         needed. Add new cases to switch. Insert dynamic RELATIVE relocation
1099         when needed. Add code handling tlsgd, tlsie, tlsdesc cases.
1100         Call reloc_name_in_error_message to print unsupported reloc.
1101         (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to
1102         make_data_plt.
1103         (Target_aarch64::do_finalize_sections): Emit relocs to save COPY
1104         relocs. Fill in some more dynamic tags.
1105         (Target_aarch64::Relocate::relocate): Handle tlsgd, tlsdesc relocs.
1106         Skip call tls_get_addr when tlsgd is relaxed.
1107         (Target_aarch64::Relocate::relocate_tls): Correct format. Add code
1108         handling tlsgd, tlsdesc relocs, and tls gd->le, ie->le, tlsdesc->le,
1109         tlsdesc->ie relaxation.
1110
1111 2014-09-03  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
1112
1113         * mips.cc (Target_mips_nacl): New class.
1114         (Target_selector_mips_nacl): New class.
1115         (target_selector_mips32): Rename from target_selector_mips32be and use
1116         Target_selector_mips_nacl instead of Target_selector_mips.
1117         (target_selector_mips32el): Rename from target_selector_mips32 and use
1118         Target_selector_mips_nacl instead of Target_selector_mips.
1119         (target_selector_mips64): Rename from target_selector_mips64be and use
1120         Target_selector_mips_nacl instead of Target_selector_mips.
1121         (target_selector_mips64el): Rename from target_selector_mips64 and use
1122         Target_selector_mips_nacl instead of Target_selector_mips.
1123         (Target_mips::mips_info): Add const attribute.
1124
1125 2014-09-02  Cary Coutant  <ccoutant@google.com>
1126
1127         * dwp.cc (Sized_relobj_dwo::do_section_name): Add const attribute.
1128         * dynobj.h (Sized_dynobj::do_section_name): Likewise.
1129         * incremental.cc (Sized_relobj_incr::do_section_name): Likewise.
1130         (Sized_incr_dynobj::do_section_name): Likewise.
1131         * incremental.h (Sized_relobj_incr::do_section_name): Likewise.
1132         (Sized_incr_dynobj::do_section_name): Likewise.
1133         * object.h (Object::section_name): Likewise.
1134         (Object::do_section_name): Likewise.
1135         (Sized_relobj_file::do_section_name): Likewise.
1136         * plugin.cc (Sized_pluginobj::do_section_name): Likewise.
1137         * plugin.h (Sized_pluginobj::do_section_name): Likewise.
1138
1139 2014-09-02  Cary Coutant  <ccoutant@google.com>
1140
1141         PR gold/17005
1142         * ehframe.cc (Fde::write): Add output_offset parameter.
1143         (Cie::write): Likewise.
1144         (Eh_frame::set_final_data_size): Account for offset within output
1145         section.
1146         (Eh_frame::do_sized_write): Likewise.
1147         * ehframe.h (Fde::write): Add output_offset parameter.
1148         (Cie::write): Likewise.
1149         * output.cc (Output_section::Input_section_sort_entry): Remove
1150         section_has_name_; add output_section_name parameter. Use
1151         output section name for non-input sections.
1152         (Output_section::Input_section_sort_entry::section_has_name): Remove.
1153         (Output_section::Input_section_sort_entry::section_has_name_): Remove.
1154         (Output_section::Input_section_sort_compare): Remove logic for
1155         sections without names.
1156         (Output_section::Input_section_sort_init_fini_compare): Likewise.
1157         (Output_section::Input_section_sort_section_prefix_special_ordering_compare):
1158         Likewise.
1159         (Output_section::Input_section_sort_section_name_compare): Likewise.
1160
1161 2014-08-29 Han Shen <shenhan@google.com>
1162            Jing Yu <jingyu@google.com>
1163
1164         * aarch64-reloc-property.cc
1165         (AArch64_reloc_property_table::reloc_name_in_error_message): Fix bug in
1166         reference reloc property in the table.
1167         * aarch64-reloc.def: Add TLSLE reloc types and fix some errors in
1168         3 other entries.
1169         * aarch64.cc: (Output_data_got_aarch64::add_static_reloc):
1170         2 new overloaded methods.
1171         (Output_data_got_aarch64::do_write): Add code to write out
1172         static relocs.
1173         (class Output_data_got_aarch64::Static_reloc): New class to wrap
1174         static relocs.
1175         (Output_data_got_aarch64::static_relocs): New vector to
1176         hold static relocs.
1177         (Target_aarch64::TCB_SIZE): New const static memeber.
1178         (Target_aarch64::tcb_size): New method.
1179         (Target_aarch64::Relocate::relocate): Add code handling new reloc types.
1180         (Target_aarch64::Relocate::relocate_tls): New method.
1181         (Target_aarch64::Scan::local): Add code handling new reloc types.
1182         (Target_aarch64::Scan::global): Add code handling new reloc types.
1183
1184 2014-08-13  Sriraman Tallam  <tmsriram@google.com>
1185
1186         * options.h (-no-pie): Add option.
1187
1188 2014-08-08  Jing Yu  <jingyu@google.com>
1189             Han Shen  <shenhan@google.com>
1190
1191         * Makefile.am (HFILES): Add aarch64-reloc-property.h.
1192         (DEFFILES): add aarch64-reloc.def.
1193         (TARGETSOURCES): Add aarch64-reloc-property.cc.
1194         (ALL_TARGETOBJS): Add aarch64-reloc-property.$(OBJEXT).
1195         * Makefile.in: Regenerate.
1196         * aarch64-reloc-property.cc: New file.
1197         * aarch64-reloc-property.h: New file.
1198         * aarch64-reloc.def: New file.
1199         * aarch64.cc: Include aarch64-reloc-property.h. Replace spaces
1200         with tab to make the format consistent.
1201         (Output_data_got_aarch64::symbol_table_): New method.
1202         (Target_aarch64::do_plt_address_for_global): New method.
1203         (Target_aarch64::do_plt_address_for_local): New method.
1204         (Target_aarch64::do_select_as_default_target): New method.
1205         (Target_aarch64::do_make_data_plt): New method.
1206         (Target_aarch64::make_data_plt): New method.
1207         (Output_data_plt_aarch64::has_irelative_section): New method.
1208         (Output_data_plt_aarch64::address_for_global): New method.
1209         (Output_data_plt_aarch64::address_for_local): New method.
1210         (Output_data_plt_aarch64::irelative_rel_): New parameter.
1211         (Output_data_plt_aarch64::add_entry): Implement contents.
1212         (Output_data_plt_aarch64::set_final_data_size): Fix typo.
1213         (Output_data_plt_aarch64::do_write): Remove useless got_base. Set
1214         the got_pov entry to plt0.
1215         (Output_data_plt_aarch64_standard::do_fill_first_plt_entry):
1216         Implement contents.
1217         (Output_data_plt_aarch64_standard::do_fill_plt_entry): Implement.
1218         (AArch64_howto): New struct.
1219         (aarch64_howto[]): New static const array.
1220         (AArch64_relocate_functions): New class.
1221         (Target_aarch64::Scan::get_reference_flags): Remove method.
1222         (Target_aarch64::Scan::local): Implement to support a few relocations.
1223         (Target_aarch64::Scan::global): Implement to support a few relocations.
1224         (Target_aarch64::make_plt_section): Implement contents.
1225         (Target_aarch64::make_plt_entry): Implement contents.
1226         (Target_aarch64::do_finalize_sections): Implement contents.
1227         (Target_aarch64::Relocate::relocate): Implement a few relocations.
1228         (Target_aarch64::relocate_section): Implement contents.
1229
1230 2014-08-06  Alan Modra  <amodra@gmail.com>
1231
1232         * testsuite/defsym_test.sh: Allow ppc64le localentry annotation.
1233
1234 2014-08-06  Alan Modra  <amodra@gmail.com>
1235
1236         PR 13227
1237         * symtab.cc (Symbol_table::add_from_relobj): Warn on __gnu_lto_slim.
1238
1239 2014-07-21  Sriraman Tallam  <tmsriram@google.com>
1240
1241         * object.cc (Relobj::is_section_name_included): Add
1242         ".rodata.nptl_version" to not garbage collect this section.
1243
1244 2014-07-08  Cary Coutant  <ccoutant@google.com>
1245
1246         * expression.cc (struct Expression::Expression_eval_info): Add
1247         new fields type_pointer, vis_pointer, and nonvis_pointer.
1248         (Expression::eval_maybe_dot): Add type_pointer, vis_pointer, and
1249         nonvis_pointer parameters. Adjust all calls.
1250         (Symbol_expression::value): Update type, visibility, and nonvis bits
1251         in caller.
1252         * script.cc (Symbol_assignment::sized_finalize): Update type,
1253         visibility, and remaining st_other bits for new symbol.
1254         * script.h: (Expression::eval_maybe_dot): Add type_pointer,
1255         vis_pointer, and nonvis_pointer parameters.
1256         * symtab.h (Symbol::set_type): New method.
1257
1258         * testsuite/Makefile.am (defsym_test): New test.
1259         * testsuite/Makefile.in: Regenerate.
1260         * testsuite/defsym_test.c: New file.
1261         * testsuite/defsym_test.sh: New file.
1262
1263 2014-07-08  Cary Coutant  <ccoutant@google.com>
1264
1265         PR gold/15639
1266         * dynobj.h (Sized_dynobj::base_read_symbols): New method.
1267         * dynobj.cc (Sized_dynobj::do_read_symbols): Move body to...
1268         (Sized_dynobj::base_read_symbols): ...new method.
1269         * object.h (Sized_relobj_file::base_read_symbols): New method.
1270         * object.cc (Sized_relobj_file::do_read_symbols): Move body to...
1271         (Sized_relobj_file::base_read_symbols): ...new method.
1272         * arm.cc (Arm_relobj::do_read_symbols): Call base_read_symbols.
1273         * mips.cc: (Mips_relobj::do_read_symbols): Likewise.
1274         * powerpc.cc (Powerpc_dynobj::do_read_symbols): Likewise.
1275
1276 2014-07-04  Alan Modra  <amodra@gmail.com>
1277
1278         * po/POTFILES.in: Regenerate.
1279
1280 2014-07-02  Jing Yu  <jingyu@google.com>
1281
1282         * aarch64.cc: New file
1283         * Makefile.am (TARGETSOURCES): Add aarch64.cc
1284         (ALL_TARGETOBJS): Add aarch64.$(OBJEXT)
1285         * Makefile.in: Regenerate.
1286         * configure.tgt: Add entries for aarch64*.
1287         * configure.ac:  Likewise.
1288         * configure: Likewise.
1289
1290 2014-06-27  Alan Modra  <amodra@gmail.com>
1291
1292         * symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
1293
1294 2014-06-24  Cary Coutant  <ccoutant@google.com>
1295
1296         * dwp.cc (Dwo_file::read): Allow files with no .debug_types
1297         sections.
1298         (Dwo_file::sized_read_unit_index): Likewise.
1299
1300 2014-06-23  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
1301
1302         * mips.cc: New file.
1303         * Makefile.am (TARGETSOURCES): Add mips.cc
1304         (ALL_TARGETOBJS): Add mips.$(OBJEXT)
1305         * configure.tgt: Add entries for mips*.
1306         * configure.ac: Likewise.
1307         * Makefile.in: Regenerate.
1308         * configure: Likewise.
1309
1310 2014-06-09  Cary Coutant  <ccoutant@google.com>
1311
1312         * dwarf_reader.cc (Dwarf_pubnames_table::read_header): Check that
1313         unit_length is within section bounds.
1314
1315 2014-06-09  Cary Coutant  <ccoutant@google.com>
1316
1317         PR gold/16980
1318         * layout.cc (Layout::print_to_mapfile): Print unattached sections in
1319         map.
1320
1321 2014-06-07  Alan Modra  <amodra@gmail.com>
1322
1323         * powerpc.cc (relocate): Treat field of cmpli insn as a bitfield.
1324
1325 2014-06-06  Cary Coutant  <ccoutant@google.com>
1326
1327         * dwarf_reader.h (Dwarf_pubnames_table): Remove output_section_offset_.
1328         * dwarf_reader.cc (Dwarf_pubnames_table::read_section): Likewise.
1329         (Dwarf_pubnames_table::read_header): Likewise.
1330         * layout.cc (gdb_fast_lookup_sections): Add .debug_gnu_pubnames and
1331         .debug_gnu_pubtypes.
1332
1333 2014-06-05  Joel Brobecker  <brobecker@adacore.com>
1334
1335         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): New.
1336         * Makefile.in, configure: Regenerate.
1337
1338 2014-06-03  Alan Modra  <amodra@gmail.com>
1339
1340         * powerpc.cc (addis_12_2): Define.
1341         (Stub_table::do_write): Support fusion on ELFv2 stubs.
1342
1343 2014-06-03  Alan Modra  <amodra@gmail.com>
1344
1345         * testsuite/plugin_test.c (parse_readelf_line): Skip non-visibility
1346         st_other output.
1347
1348 2014-06-02  Alan Modra  <amodra@gmail.com>
1349
1350         * powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer):
1351         Only ignore relocs on ELFv1.
1352         (Target_powerpc::global_reloc_may_be_function_pointer): Likewise.
1353
1354 2014-05-30  Cary Coutant  <ccoutant@google.com>
1355
1356         * testsuite/Makefile.am (ehdr_start_test_4): Fix typo in -B option.
1357         * testsuite/Makefile.in: Regenerate.
1358         * testsuite/ehdr_start_test_4.sh: Look for "U" instead of "w".
1359
1360 2014-05-27  H.J. Lu  <hongjiu.lu@intel.com>
1361
1362         PR gold/16945
1363         * x86_64.cc (Target_x86_64::Relocate::relocate): Use signed int
1364         for got_offset.  Properly get GOT address for R_X86_64_PLTOFF64.
1365
1366 2014-05-15  Alan Modra  <amodra@gmail.com>
1367
1368         * powerpc.cc (do_plt_fde_location): Handle zero length .glink.
1369         Compare FDE contents with DW_CFA_nop rather than 0.
1370
1371 2014-05-13  Sriraman Tallam  <tmsriram@google.com>
1372
1373         * symtab.h (may_need_copy_reloc): Remove check for position independent
1374         code.
1375         * x86_64.cc (Target_x86_64<size>::Scan::global): Add check for no
1376         position independence before pc absolute may_need_copy_reloc call.
1377         Add check for executable output befor pc relative may_need_copy_reloc
1378         call.
1379         * i386.cc: Ditto.
1380         * arm.cc: Ditto.
1381         * sparc.cc: Ditto.
1382         * tilegx.cc: Ditto.
1383         * powerpc.cc: Add check for no position independence before
1384         may_need_copy_reloc calls.
1385         * testsuite/pie_copyrelocs_test.cc: New file.
1386         * testsuite/pie_copyrelocs_shared_test.cc: New file.
1387         * Makefile.am (pie_copyrelocs_test): New test.
1388         * Makefile.in: Regenerate.
1389
1390 2014-05-08  Martin Liška  <mliska@suse.cz>
1391
1392         * output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
1393
1394 2014-05-06  Cary Coutant  <ccoutant@google.com>
1395
1396         PR gold/16900
1397         * i386.cc (Output_data_got_plt_i386): New class.
1398         (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt
1399         parameter. Change all callers.
1400         (Output_data_plt_i386::layout_): Remove.
1401         (Output_data_plt_i386::got_plt_): Change type.
1402         (Target_i386::got_plt_): Change type. Change all references.
1403         (Target_i386::got_section): Create instance of new class.
1404         (Output_data_got_plt_i386::do_write): New function.
1405         * x86_64.cc (Output_data_got_plt_x86_64): New class.
1406         (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt
1407         parameter. Change all callers.
1408         (Output_data_plt_x86_64::layout_): Remove.
1409         (Output_data_plt_x86_64::got_plt_): Change type.
1410         (Target_x86_64::got_plt_): Change type. Change all references.
1411         (Target_x86_64::got_section): Create instance of new class.
1412         (Output_data_got_plt_x86_64::do_write): New function.
1413         (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT.
1414         (Target_x86_64<size>::init_got_plt_for_update): Create instance of new
1415         class.
1416
1417 2014-05-05  Cary Coutant  <ccoutant@google.com>
1418
1419         * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
1420         if we have pubnames/pubtypes.
1421
1422 2014-05-02  Cary Coutant  <ccoutant@google.com>
1423
1424         * defstd.cc (in_segment): Define __ehdr_start here...
1425         * layout.cc (Layout::finalize): ...Instead of here.  Set the
1426         output segment when known.
1427         * resolve.cc (Symbol::override_base_with_special): Remember
1428         the original binding.
1429         * symtab.cc (Symbol::set_output_segment): New function.
1430         (Symbol::set_undefined): New function.
1431         * symtab.h (Symbol::is_weak_undefined): Check original undef
1432         binding.
1433         (Symbol::is_strong_undefined): New function.
1434         (Symbol::set_output_segment): New function.
1435         (Symbol::set_undefined): New function.
1436         * target-reloc.h (is_strong_undefined): Remove.
1437         (issue_undefined_symbol_error): Call Symbol::is_weak_undefined.
1438         Check for hidden undefs.
1439         (relocate_section): Call Symbol::is_strong_undefined.
1440
1441         * testsuite/Makefile.am (ehdr_start_test_1)
1442         (ehdr_start_test_2, ehdr_start_test_3)
1443         (ehdr_start_test_4, ehdr_start_test_5): New test cases.
1444         * testsuite/Makefile.in: Regenerate.
1445         * testsuite/ehdr_start_def.cc: New source file.
1446         * testsuite/ehdr_start_test.cc: New source file.
1447         * testsuite/ehdr_start_test.t: New linker script.
1448         * testsuite/ehdr_start_test_4.sh: New shell script.
1449
1450 2014-04-23  Cary Coutant  <ccoutant@google.com>
1451
1452         PR gold/16870
1453         * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
1454
1455 2014-04-15  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
1456
1457         * layout.cc (Layout::include_section): Allow a target to decide
1458         whether to include a section.
1459         * target.h (Target::should_include_section): New function.
1460         (Target::do_should_include_section): New function.
1461
1462 2014-04-15  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
1463
1464         * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
1465         inline into ...
1466         (Copy_relocs::emit): ... here.
1467         * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
1468         (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
1469         (Copy_reloc_entry::entries_): Change from private to protected.
1470
1471 2014-04-02  Sriraman Tallam  <tmsriram@google.com>
1472
1473         * icf.cc (get_section_contents): Replace copies of reloc
1474         vectors with const references.
1475
1476 2014-04-02  Cary Coutant  <ccoutant@google.com>
1477
1478         * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
1479         (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
1480         * configure: Regenerate.
1481         * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
1482         -fno-use-linker-plugin.
1483         (LINK1, CXXLINK1): Add it to the link command.
1484         * testsuite/Makefile.in: Regenerate.
1485
1486 2014-03-12  Alan Modra  <amodra@gmail.com>
1487
1488         * Makefile.in: Regenerate.
1489
1490 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
1491
1492         * symtab.h (Symbol::set_nonvis): New function.
1493
1494 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
1495
1496         * symtab.cc (Sized_symbol<32>::init_output_data):
1497         Instantiate the template.
1498         (Sized_symbol<64>::init_output_data): Likewise.
1499
1500 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
1501
1502         * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
1503         adjust dynamic symbol value.
1504         * target.h (Target::adjust_dyn_symbol): New function.
1505         (Target::do_adjust_dyn_symbol): New function.
1506
1507 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
1508
1509         * output.cc (Output_data_dynamic::Dynamic_entry::write):
1510         Get the value of DYNAMIC_CUSTOM dynamic entry.
1511         * output.h (Output_data_dynamic::add_custom): New function.
1512         (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
1513         dynamic entry.
1514         (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
1515         * target.h (Target::dynamic_tag_custom_value): New function.
1516         (Target::do_dynamic_tag_custom_value): New function.
1517
1518 2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
1519
1520         * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
1521         dynsym indexes.
1522         * target.h (Target::has_custom_set_dynsym_indexes): New function.
1523         (Target::do_has_custom_set_dynsym_indexes): New function.
1524         (Target::set_dynsym_indexes): New function.
1525         (Target::do_set_dynsym_indexes): New function.
1526
1527 2014-03-07  Alan Modra  <amodra@gmail.com>
1528
1529         * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
1530         CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
1531         (Powerpc_relocate_functions::has_overflow_unsigned): New function.
1532         (Powerpc_relocate_functions::has_overflow_bitfield,
1533         overflowed): Use the above.
1534         (Target_powerpc::Relocate::relocate): Correct overflow checking
1535         for a number of relocations.  Modify overflow test for 16-bit
1536         fields in instructions to signed/unsigned according to whether
1537         the field takes a signed or unsigned value.
1538
1539 2014-03-05  Alan Modra  <amodra@gmail.com>
1540
1541         Update copyright years.
1542
1543 2014-03-05  Alan Modra  <amodra@gmail.com>
1544
1545         * powerpc.cc (Target_powerpc::Scan::local, global): Support
1546         R_PPC64_ADDR64_LOCAL.
1547         (Target_powerpc::Relocate::relocate): Likewise.
1548
1549 2014-03-03  Alan Modra  <amodra@gmail.com>
1550
1551         * dwp.cc (print_version): Update copyright year to current.
1552
1553 2014-02-10  Alan Modra  <amodra@gmail.com>
1554
1555         * po/gold.pot: Regenerate.
1556
1557 2014-02-06  Cary Coutant  <ccoutant@google.com>
1558
1559         Fix problem where -u is ignored when a weak undef is seen.
1560
1561         * archive.cc (Library_base::should_include_member): Reorder
1562         code to check for -u option if a weak undef has already been seen.
1563         * testsuite/Makefile.am (weak_undef_test_2): New test case.
1564         * testsuite/Makefile.in: Regenerate.
1565         * testsuite/weak_undef_file3.cc: New file.
1566         * testsuite/weak_undef_file4.cc: New file.
1567         * testsuite/weak_undef_test_2.cc: New file.
1568
1569 2014-02-05  Cary Coutant  <ccoutant@google.com>
1570
1571         Fix issues with gold undefined symbol diagnostics.
1572
1573         PR binutils/15435
1574         * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
1575         check to here.
1576         * target-reloc.h (is_strong_undefined): New function.
1577         (relocate_section): Move undef vtable symbol check from here.
1578         Check for is_strong_undefined.
1579
1580 2014-02-05  Cary Coutant  <ccoutant@google.com>
1581
1582         Fix problems with the --dynamic-list option.
1583
1584         PR gold/13577
1585         * options.cc (General_options::parse_dynamic_list):
1586         Set have_dynamic_list_.
1587         (General_options::General_options): Initialize have_dynamic_list_.
1588         (General_options::finalize): Turn off -Bsymbolic and
1589         -Bsymbolic-functions if --dynamic-list provided.
1590         * options.h (General_options::have_dynamic_list): New function.
1591         (General_options::have_dynamic_list_): New data member.
1592         * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
1593         correctly.
1594
1595         PR gold/16530
1596         * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
1597         in --dynamic-list, mark it.
1598
1599         * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
1600         (dynamic_list_2): New test case.
1601         * testsuite/Makefile.in: Regenerate.
1602         * testsuite/dynamic_list_2.cc: New file.
1603         * testsuite/dynamic_list_2.t: New file.
1604         * testsuite/dynamic_list_lib1.cc: New file.
1605         * testsuite/dynamic_list_lib2.cc: New file.
1606         * testsuite/gc_dynamic_list_test.c: New file.
1607         * testsuite/gc_dynamic_list_test.sh: New file.
1608         * testsuite/gc_dynamic_list_test.t: New file.
1609
1610 2014-01-28  Cary Coutant  <ccoutant@google.com>
1611
1612         Add .gdb_index version 7 support.
1613
1614         * gold/dwarf_reader.cc: include <utility> (for make_pair).
1615         (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
1616         debug sections.
1617         (Dwarf_ranges_table::read_ranges_table): Likewise.
1618         (Dwarf_pubnames_table::read_section): Check for GNU-style
1619         sections, and for compressed debug sections.
1620         (Dwarf_pubnames_table::read_header): Compute end address of table.
1621         (Dwarf_pubnames_table::next_name): Return flag_byte.  Check
1622         for end of list by offset, not by offset == 0.
1623         (Dwarf_info_reader::do_read_string_table): Check for compressed
1624         debug sections.
1625         * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
1626         Initialize new data members.
1627         (Dwarf_pubnames_table::next_name): return flag_byte.
1628         (Dwarf_pubnames_table::end_of_table_): New data member.
1629         (Dwarf_pubnames_table::is_gnu_style_): New data member.
1630         * gold/gdb-index.cc (gdb_index_version): Update to version 7.
1631         (Gdb_index_info_reader::read_pubtable): Read flag_byte.
1632         (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
1633         read skeleton type unit DIEs.
1634         (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
1635         (Gdb_index::do_write): Write flag_byte.
1636         * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
1637         (Gdb_index::Cu_vector): Store flags along with cu indexes.
1638         * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
1639         * gold/testsuite/gdb_index_test_comm.sh: Likewise.
1640
1641 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
1642
1643         * version.cc (print_version): Update copyright year to 2014.
1644
1645 2013-12-19  Dimitry Andric  <dimitry@andric.com>
1646
1647         * stringpool.cc (Stringpool_template::reserve): Add
1648         HAVE_UNORDERED_MAP case.
1649         * stringpool.cc (Stringpool_template::print_stats): Likewise.
1650
1651 2013-12-18  Cary Coutant  <ccoutant@google.com>
1652
1653         * configure.ac: Check for <unordered_set> and <unordered_map>.
1654         * config.in: Regenerate.
1655         * configure: Regenerate.
1656         * system.h: Use <unordered_set> and <unordered_map> if available.
1657
1658 2013-12-10  Roland McGrath  <mcgrathr@google.com>
1659
1660         * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
1661         with $(INSTALL_PROGRAM_ENV).
1662         * Makefile.in: Regenerate.
1663
1664 2013-11-22  Cary Coutant  <ccoutant@google.com>
1665
1666         * configure.ac: Add check for which library is needed for
1667         dlopen.
1668         * configure: Regenerate.
1669
1670 2013-11-22  Cary Coutant  <ccoutant@google.com>
1671
1672         * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
1673         assembler.
1674         * testsuite/Makefile.in: Regenerate.
1675
1676 2013-11-17  H.J. Lu  <hongjiu.lu@intel.com>
1677
1678         * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
1679         Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
1680         R_X86_64_PC32 and R_X86_64_PLT32, respectively.
1681         (Target_x86_64<size>::Scan::local): Likewise.
1682         (Target_x86_64<size>::Scan::global): Likewise.
1683         (Target_x86_64<size>::Relocate::relocate): Likewise.
1684         (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
1685         Likewise.
1686         (Target_x86_64<size>::Scan::check_non_pic(): Handle
1687         R_X86_64_PC32_BND.
1688
1689         * testsuite/Makefile.am (check_PROGRAMS): Add
1690         exception_x86_64_bnd_test.
1691         (exception_x86_64_bnd_test_SOURCES): New macro.
1692         (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
1693         (exception_x86_64_bnd_test_LDFLAGS): Likewise.
1694         (exception_x86_64_bnd_test_LDADD): Likewise.
1695         (exception_x86_64_bnd_1.o): New rule.
1696         (exception_x86_64_bnd_2.o): Likewise.
1697         * testsuite/Makefile.in: Regenerated.
1698
1699 2013-11-15  Alan Modra  <amodra@gmail.com>
1700
1701         * powerpc.cc (Target_powerpc::glink_section): Provide non-const
1702         accessor.
1703         (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
1704         Only call ppc64_local_entry_offset for 64-bit.  Restrict
1705         symval_for_branch lookup to ELFv1.
1706         (Stub_table::add_plt_call_entry): Use unsigned int off.
1707         (Output_data_glink::Address, invalid_address): New.
1708         (Output_data_glink::add_eh_frame): Move out of line.  Add
1709         support for ELFv2.
1710         (Output_data_glink::add_global_entry, find_global_entry,
1711         global_entry_address): New functions.
1712         (Output_data_glink::global_entry_stubs_, end_branch_table_,
1713         ge_size): New variables.
1714         (Output_data_glink::set_final_data_size): Add global entry
1715         stub sizing.
1716         (Output_data_glink::do_write): Write global entry stubs.
1717         (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
1718         parameter.  Return true for ELFv2.  Adjust callers.
1719         (Target_powerpc::Scan::local, global): Restrict opd lookup to
1720         ELFv1.  Similarly for ifunc and dynamic relocation processing
1721         specific to ELFv1.  Recognize that symbols are defined on
1722         their plt entries for ELFv2.
1723         (Target_powerpc::symval_for_branch): Assert if called for
1724         ELFv2 or ppc32.
1725         (Target_powerpc::Relocate::relocate): Use global entry plt
1726         stub for symbol value if such exists on ELFv2.
1727         (Target_powerpc::Relocate::relocate): Don't call
1728         symval_for_branch when ELFv2.  Do adjust for local entry
1729         offset when ELFv2.
1730         (Target_powerpc::do_dynsym_value): Set symbols to global entry
1731         plt stub for ELFv2.
1732         (Target_powerpc::do_plt_address_for_global): Similarly.
1733
1734 2013-11-14  Cary Coutant  <ccoutant@google.com>
1735
1736         Revert patch -- this did not fix the problem, and there is
1737         no race there.
1738
1739         2013-11-14  Cary Coutant  <ccoutant@google.com>
1740
1741             PR gold/14860
1742             * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
1743             (Ehframe_hdr::set_final_data_size): Allocate a Lock.
1744             * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
1745             updating fde_offsets_.
1746             (Eh_frame_hdr::lock_): New data member.
1747
1748 2013-11-14  Cary Coutant  <ccoutant@google.com>
1749
1750         * dwp.cc (Dwo_file_entry): New type.
1751         (File_list): Use Dwo_file_entry.
1752         (Dwo_file::verify): New function.
1753         (Dwo_file::verify_dwo_list): New function.
1754         (Dwo_file::sized_verify_dwo_list): New function.
1755         (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
1756         list.
1757         (Dwp_options): New enum type.
1758         (dwp_options): Add --verify-only.
1759         (usage): Likewise.
1760         (main): Likewise.
1761         * dwp.h (gold_info): Add declaration.
1762
1763 2013-11-14  Cary Coutant  <ccoutant@google.com>
1764
1765         PR gold/14860
1766         * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
1767         (Ehframe_hdr::set_final_data_size): Allocate a Lock.
1768         * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
1769         updating fde_offsets_.
1770         (Eh_frame_hdr::lock_): New data member.
1771
1772 2013-11-06  Cary Coutant  <ccoutant@google.com>
1773
1774         PR gold/15758
1775         * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
1776         before reloc sections.
1777
1778 2013-11-04  Alan Modra  <amodra@gmail.com>
1779
1780         * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
1781         (Symbol::needs_dynamic_reloc): Test new flag.
1782         * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
1783         (Target_powerpc::Scan::get_reference_flags): Add target param.
1784         Return FUNC_DESC_ABI for 64-bit ELFv1.
1785         (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
1786         call.
1787         (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
1788         (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
1789
1790 2013-10-31  Cary Coutant  <ccoutant@google.com>
1791
1792         Restore support for dwp v2 DWARF package file format.
1793
1794         * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1795         tu_length parameter.  Adjust all callers.
1796         * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1797         * dwp.cc: Include dwarf.h.
1798         (Section_bounds): New struct type.
1799         (Unit_set): New struct type.
1800         (Dwo_file::Dwo_file): Initialize new data member.
1801         (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1802         Combine and rename to...
1803         (Dwo_file::read_unit_index): ...this.
1804         (Dwo_file::sized_read_compunit_index)
1805         (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1806         (Dwo_file::sized_read_unit_index): ...this.
1807         (Dwo_file::copy_section): Remove section_name, is_str_offsets
1808         parameters; add section_id parameter.
1809         (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1810         (Dwo_file::add_unit_set): ...this.
1811         (Dwo_file::shndx_map_): Remove.
1812         (Dwo_file::sect_offsets_): New data member.
1813         (Dwp_output_file::Dwp_output_file): Initialize new data members.
1814         (Dwp_output_file::add_section): Rename to...
1815         (Dwp_output_file::add_contribution): ...this.
1816         (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1817         (Dwp_output_file::add_tu_set): Likewise.
1818         (Dwp_output_file::Contribution): New type.
1819         (Dwp_output_file::Section::contributions): New data member.
1820         (Dwp_output_file::Cu_or_tu_set): Remove.
1821         (Dwp_output_file::Section::Section): New ctor.
1822         (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1823         (Dwp_output_file::Dwp_index::Section_table): New type.
1824         (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1825         (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1826         parameter.
1827         (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1828         (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1829         (Dwp_output_file::Dwp_index::section_table): New member function.
1830         (Dwp_output_file::Dwp_index::section_table_end): New member function.
1831         (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1832         (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1833         (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1834         (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1835         (Dwp_output_file::Dwp_index::section_table_): New data member.
1836         (Dwp_output_file::Dwp_index::section_mask_): New data member.
1837         (Dwp_output_file::add_output_section): New member function.
1838         (Dwp_output_file::write_new_section): New member function.
1839         (Dwp_output_file::write_contributions): New member function.
1840         (Dwp_output_file::section_id_map_): New data member.
1841         (class Dwo_id_info_reader): Remove.
1842         (class Unit_reader): New class.
1843         (get_dwarf_section_name): New function.
1844         (Dwo_file::read_executable): Adjust initializations of class data.
1845         (Dwo_file::read): Add support for v2 package file format.
1846         (Dwo_file::read_unit_index): Likewise.
1847         (Dwo_file::sized_read_unit_index): Likewise.
1848         (Dwo_file::copy_section): Likewise.
1849         (Dwo_file::add_unit_set): Likewise.
1850         (Dwp_output_file::add_output_section): Likewise.
1851         (Dwp_output_file::add_contribution): Likewise.
1852         (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1853         for empty slot.
1854         (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1855         file format.
1856         (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1857         slot.
1858         (Dwp_output_file::initialize): Remove unused function.
1859         (Dwp_output_file::finalize): Add support for v2 package file format.
1860         (Dwp_output_file::write_index): Likewise.
1861         * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1862         function prototype.
1863
1864 2013-10-31  Cary Coutant  <ccoutant@google.com>
1865
1866         * configure.ac: Fix check for -fmerge-constants.
1867         * configure.ac: Regenerate.
1868
1869 2013-10-30  Roland McGrath  <mcgrathr@google.com>
1870
1871         * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
1872         Correct 9-byte nop sequence to match what the assembler generates.
1873
1874 2013-10-30  Alan Modra  <amodra@gmail.com>
1875
1876         * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
1877         ppc64_local_entry_offset, ppc64_local_entry_offset,
1878         do_read_symbols): New functions.
1879         (Powerpc_relobj::e_flags_, st_other_): New vars.
1880         (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
1881         (Powerpc_dynobj::abiversion, set_abiversion): New functions.
1882         (Powerpc_relobj::e_flags_): New var.
1883         (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
1884         and adjust for ELFv2.
1885         (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
1886         (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
1887         (Powerpc_dynobj::do_find_special_sections): Likewise.
1888         (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
1889         (Target_powerpc::Branch_info::make_stub): Adjust stub destination
1890         to ELFv2 local entry.
1891         (Target_powerpc::do_relax): No thread safe barriers needed for
1892         ELFv2.
1893         (Output_data_plt_powerpc::initial_plt_entry_size_,
1894         plt_entry_size): Delete.  Replace all uses with
1895         first_plt_entry_offset() and plt_entry_size().
1896         (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
1897         reserved_size parm.  Update callers.
1898         (Output_data_plt_powerpc::entry_count): Update.
1899         (Output_data_plt_powerpc::first_plt_entry_offset): Make private
1900         and use Target_powerpc::first_plt_entry_offset().
1901         (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
1902         rename to plt_entry_size.
1903         (Output_data_plt_powerpc::add_ifunc_entry,
1904         add_local_ifunc_entry): Adjust reloc for ELFv2.
1905         (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
1906         (glink_eh_frame_fde_64v2): New.
1907         (Stub_table::plt_call_size): Support ELFv2 sizing.
1908         (Output_data_glink::add_eh_frame): Use the new FDE.
1909         (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
1910         (Stub_table::do_write): Write ELFv2 stubs and glink.
1911         (Target_powerpc::Relocate::relocate): Replaces nop after call
1912         with ld 2,24(1) and adjust local offset destination for ELFv2.
1913
1914 2013-10-30  Alan Modra  <amodra@gmail.com>
1915
1916         * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
1917         (Target_powerpc::Scan::global, local): Likewise.
1918         (Target_powerpc::Relocate::relocate): Likewise.  Check for overflow
1919         on all ppc64 @h and @ha relocs.
1920
1921 2013-10-14  Alan Modra  <amodra@gmail.com>
1922
1923         * output.h (Output_data_got::add_constant): Tidy.
1924         (Output_data_got::add_constant_pair): New function.
1925         * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
1926         methods used so as to first call reserve_ent().
1927
1928 2013-10-11  Roland McGrath  <mcgrathr@google.com>
1929
1930         * powerpc.cc (Output_data_got_powerpc): Remove unused methods
1931         add_got_entry and add_got_entry_pair.
1932
1933         * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
1934         (HAVE_PUBNAMES): Likewise.
1935         * configure: Regenerate.
1936
1937         * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
1938         * testsuite/Makefile.in: Regenerate.
1939
1940         * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
1941         Remove const from declaration.
1942         * target.cc (Sized_target::do_adjust_elf_header): Update definition.
1943         * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
1944         * output.h (Output_file_header): Remove const from member target_
1945         and corresponding constructor argument.
1946         * output.cc (Output_file_header::Output_file_header): Update prototype.
1947         (Output_file_header::do_sized_write): Use this->target_ in place
1948         of parameters()->target().
1949
1950         * testsuite/undef_symbol.cc (Foo::get_a): New method.
1951
1952         * configure.ac (MERGE_CONSTANTS_FLAG): New check.
1953         * configure: Regenerate.
1954         * Makefile.in: Regenerate.
1955         * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
1956         * testsuite/merge_string_literals_2.c: Likewise.
1957         * testsuite/Makefile.am
1958         (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
1959         (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
1960         literal -fmerge-constants.
1961         * testsuite/Makefile.in: Regenerate.
1962
1963         * i386.cc (Target_i386): Remove unused member dynbss_.
1964         * arm.cc (Target_arm): Likewise.
1965         * powerpc.cc (Target_powerpc): Likewise.
1966         * sparc.cc (Target_sparc): Likewise.
1967         * tilegx.cc (Target_tilegx): Likewise.
1968         * x86_64.cc (Target_x86_64): Likewise.
1969         * dwarf_reader.h (Dwarf_info_reader): Remove unused members
1970         type_signature_, type_offset_.
1971         * plugin.h (Plugin_hook): Remove unused member layout_.
1972         * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
1973         mapfile_.
1974         (Read_member): Remove unused members input_objects_, symtab_,
1975         mapfile_, layout_.
1976         (Check_library): Remove unused member symtab_.
1977         * archive.h (Lib_group): Remove unused member lib_.
1978         * archive.cc (Lib_group::Lib_group): Update initializer.
1979         * incremental.h (Incremental_binary): Remove unused member target_.
1980         (Incremental_script_entry): Removed unused member script_.
1981         * layout.h (Write_symbols_task): Remove unused member input_objects_.
1982         * icf.h (Icf): Remove unused member num_tracked_relocs.
1983
1984         * gold-threads.h (Once): Conditionalize member was_run_lock_ on
1985         [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
1986         its only use.
1987         * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
1988
1989         * archive.h: Use struct rather than class for forward declaration
1990         of Read_symbols_data.
1991
1992 2013-10-07  Cary Coutant  <ccoutant@google.com>
1993
1994         PR gold/16010
1995         * testsuite/Makefile.am (icf_test): Fix dependencies.
1996         (icf_safe_test): Likewise.
1997         (icf_safe_so_test): Likewise.
1998         (large_symbol_alignment): Add empty _LDADD rule.
1999         * testsuite/Makefile.in: Regenerate.
2000
2001 2013-09-03  Pavel Chupin  <pavel.v.chupin@intel.com>
2002
2003         PR gold/15927
2004         * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
2005         relocation for R_X86_64_32 on x32.
2006
2007 2013-08-27  Roland McGrath  <mcgrathr@google.com>
2008
2009         * output.cc (Output_segment::set_section_addresses): Take new
2010         Target* argument.  If target->isolate_execinstr() and the segment
2011         is executable and starts at a target->abi_pagesize() boundary,
2012         pad its end out to a target->abi_pagesize() boundary with code fill.
2013         * output.h (Output_segment::set_section_addresses): Update decl.
2014         * layout.h (Layout::check_output_data_for_reset_values): Take new
2015         argument RELAX_OUTPUTS.
2016         (Layout): New member relax_output_list_.
2017         (Layout::add_relax_output): New method.
2018         * layout.cc (Layout::Layout): Update constructor.
2019         (Layout::reset_relax_output): New method.
2020         (Layout::clean_up_after_relaxation): Call it.
2021         (Layout::prepare_for_relaxation): Update caller.
2022         (Layout::set_segment_offsets): Update callers of set_section_addresses.
2023         Call reset_relax_output before re-processing segments for
2024         isolate_execinstr case.
2025         (Layout::write_data): Handle relax_output_list_.
2026         (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
2027         Take new argument RELAX_OUTPUTS.  Assert it's an empty collection.
2028
2029 2013-08-23  Yuri Chornoivan  <yurchor@ukr.net>
2030
2031         PR binutils/15834
2032         * object.h: Fix typos.
2033
2034 2013-08-16  Roland McGrath  <mcgrathr@google.com>
2035
2036         * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
2037         * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
2038
2039 2013-08-07  Cary Coutant  <ccoutant@google.com>
2040
2041         Revert support for v2 DWP files:
2042
2043         2013-03-01  Cary Coutant  <ccoutant@google.com>
2044
2045             Add dwp support for v2 DWARF package file format.
2046             * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2047             tu_length parameter.  Adjust all callers.
2048             * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2049             * dwp.cc: Include dwarf.h.
2050             (Section_bounds): New struct type.
2051             (Unit_set): New struct type.
2052             (Dwo_file::Dwo_file): Initialize new data member.
2053             (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2054             Combine and rename to...
2055             (Dwo_file::read_unit_index): ...this.
2056             (Dwo_file::sized_read_compunit_index)
2057             (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2058             (Dwo_file::sized_read_unit_index): ...this.
2059             (Dwo_file::copy_section): Remove section_name, is_str_offsets
2060             parameters; add section_id parameter.
2061             (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2062             (Dwo_file::add_unit_set): ...this.
2063             (Dwo_file::shndx_map_): Remove.
2064             (Dwo_file::sect_offsets_): New data member.
2065             (Dwp_output_file::Dwp_output_file): Initialize new data members.
2066             (Dwp_output_file::add_section): Rename to...
2067             (Dwp_output_file::add_contribution): ...this.
2068             (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2069             (Dwp_output_file::add_tu_set): Likewise.
2070             (Dwp_output_file::Contribution): New type.
2071             (Dwp_output_file::Section::contributions): New data member.
2072             (Dwp_output_file::Cu_or_tu_set): Remove.
2073             (Dwp_output_file::Section::Section): New ctor.
2074             (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2075             (Dwp_output_file::Dwp_index::Section_table): New type.
2076             (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2077             (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2078             parameter.
2079             (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2080             (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2081             (Dwp_output_file::Dwp_index::section_table): New member function.
2082             (Dwp_output_file::Dwp_index::section_table_end): New member function.
2083             (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2084             (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2085             (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2086             (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2087             (Dwp_output_file::Dwp_index::section_table_): New data member.
2088             (Dwp_output_file::Dwp_index::section_mask_): New data member.
2089             (Dwp_output_file::add_output_section): New member function.
2090             (Dwp_output_file::write_new_section): New member function.
2091             (Dwp_output_file::write_contributions): New member function.
2092             (Dwp_output_file::section_id_map_): New data member.
2093             (class Dwo_id_info_reader): Remove.
2094             (class Unit_reader): New class.
2095             (get_dwarf_section_name): New function.
2096             (Dwo_file::read_executable): Adjust initializations of class data.
2097             (Dwo_file::read): Add support for v2 package file format.
2098             (Dwo_file::read_unit_index): Likewise.
2099             (Dwo_file::sized_read_unit_index): Likewise.
2100             (Dwo_file::copy_section): Likewise.
2101             (Dwo_file::add_unit_set): Likewise.
2102             (Dwp_output_file::add_output_section): Likewise.
2103             (Dwp_output_file::add_contribution): Likewise.
2104             (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2105             for empty slot.
2106             (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2107             file format.
2108             (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2109             slot.
2110             (Dwp_output_file::initialize): Remove unused function.
2111             (Dwp_output_file::finalize): Add support for v2 package file format.
2112             (Dwp_output_file::write_index): Likewise.
2113             * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2114             function prototype.
2115
2116 2013-07-31  Cary Coutant  <ccoutant@google.com>
2117
2118         * object.cc (Sized_relobj::do_output_section_address): New function.
2119         (Sized_relobj): Instantiate explicitly.
2120         * object.h (Object::output_section_address): New function.
2121         (Object::do_output_section_address): New function.
2122         (Sized_relobj::do_output_section_address): New function.
2123         * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
2124
2125 2013-07-30  Cary Coutant  <ccoutant@google.com>
2126             Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
2127
2128         * parameters.cc (Parameters::entry): Return target-specific entry
2129         symbol name.
2130         * target.h (Target::entry_symbol_name): New function.
2131         (Target_info::entry_symbol_name): New data member.
2132
2133         * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
2134         * i386.cc (Target_i386::i386_info): Likewise.
2135         (Target_i386_nacl::i386_nacl_info): Likewise.
2136         * sparc.cc (Target_sparc::sparc_info): Likewise.
2137         * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
2138         * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
2139         (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
2140         * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
2141
2142 2013-07-22  Sterling Augustine  <saugustine@google.com>
2143
2144         * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
2145         Convert parameter shndx to local variable. Add parameters symtab
2146         and symtab_size.  Scan over section names.  Find relocation
2147         section corresponding to current section.  Create and initialize
2148         reloc_mapper_ and reloc_type_.
2149         (Dwarf_pubnames_table::read_header):  Add assertion.  Change
2150         unit_length to off_t.  Initialize member unit_length_.  Fill in field
2151         cu_offset_.
2152         * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
2153         Initialize new fields unit_length_ and cu_offset_.
2154         (Dwarf_pubnames_table::read_section): Update prototype.
2155         (Dwarf_pubnames_table::cu_offset): New member function.
2156         (Dwarf_pubnames_table::subsection_size): Likewise.
2157         (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
2158         New fields.
2159         (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
2160         member functions public.
2161         * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
2162         Update comment.  Rework logic.  Move repeated parts to...
2163         (Gdb_index_info_reader::read_pubtable): ...here. New function.
2164         (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
2165         pubtypes_table_, and stmt_list_offset.
2166         (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
2167         Gdb_index::find_pubtype_offset,
2168         Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
2169         (Gdb_index::pubnames_read): Update prototype and rework logic.
2170         * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
2171         Forward declare.
2172         (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
2173         Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
2174         Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
2175         Gdb_index::map_pubtable_to_dies):
2176         Declare functions.
2177         (Gdb_index::pubnames_read): Update declaration.
2178         (Gdb_index::Pubname_offset_map): New type.
2179         (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
2180         Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
2181         Gdb_index::stmt_list_offset): Declare.
2182         (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
2183         Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
2184         Gdb_index::pubtypes_offset_): Remove.
2185
2186 2013-07-19  Roland McGrath  <mcgrathr@google.com>
2187
2188         * options.h (General_options): Add -Trodata-segment option.
2189         * parameters.cc (Parameters::check_rodata_segment): New function.
2190         (Parameters::set_target_once): Call it.
2191         * parameters.h (Parameters): Declare it (private member function).
2192         * layout.cc (load_seg_unusable_for_headers): New function, broken
2193         out of Layout::relaxation_loop_body.  If TARGET->isolate_execinstr()
2194         then validate rodata segment rather than text segment.
2195         (relaxation_loop_body): Call that.
2196         (is_text_segment): New function.  Don't admit a non-executable
2197         segment if TARGET->isolate_execinstr().
2198         (set_segment_offsets): Call it.  Honor -Trodata-segment option.
2199
2200 2013-07-15  Shawn Landden  <shawnlandden@gmail.com>
2201
2202         PR gold/15070
2203         * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
2204         * nacl.h (Sniff_file::View::View): Request aligned view.
2205
2206 2013-07-11  Cary Coutant  <ccoutant@google.com>
2207
2208         * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
2209         correct BRLT entry size.
2210
2211 2013-07-03  Alan Modra  <amodra@gmail.com>
2212
2213         * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
2214         comment.
2215
2216 2013-07-01  Cary Coutant  <ccoutant@google.com>
2217
2218         * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
2219         reloc_type_.
2220         (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
2221         (Dwarf_ranges_table::lookup_reloc): New function.
2222         * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
2223         reloc_type_.
2224         (Dwarf_ranges_table::lookup_reloc): New function.
2225         (Dwarf_ranges_table::reloc_type_): New data member.
2226
2227 2013-06-27  Jing Yu  <jingyu@google.com>
2228
2229         PR gold/15662
2230         * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
2231         function.
2232         (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
2233         (Target_powerpc::do_relax): Call the above.
2234
2235 2013-06-27  Cary Coutant  <ccoutant@google.com>
2236
2237         * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
2238         on garbage collected .opd section.
2239
2240 2013-06-27  Alan Modra  <amodra@gmail.com>
2241
2242         * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
2243         is non-zero.
2244         (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
2245         (Target_powerpc::do_function_location): Likewise for loc->shndx.
2246
2247 2013-06-14  Cary Coutant  <ccoutant@google.com>
2248
2249         * resolve.cc (Symbol::override_base): Don't override st_type
2250         from plugin placeholder symbols.
2251         (Symbol_table::resolve): Likewise.
2252         (Symbol_table::should_override): Don't complain about TLS mismatch
2253         if the TO symbol is a plugin placeholder.
2254         * testsuite/Makefile.am (plugin_test_tls): New test.
2255         * testsuite/Makefile.in: Regenerate.
2256         * testsuite/plugin_test_tls.sh: New test script.
2257         * testsuite/two_file_test_2_tls.cc: New test source.
2258         * testsuite/two_file_test_tls.cc: New test source.
2259
2260 2013-06-05  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2261
2262         * layout.cc (Layout::set_segment_offsets): Taking care of the case when
2263         the maximum segment alignment is larger than the page size.
2264         * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
2265         correctly aligns the symbols with large alignemnt.
2266         * testsuite/Makefile.in: Regenerate.
2267         * testsuite/large_symbol_alignment.cc: New file.
2268
2269 2013-05-30  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2270             Sriraman Tallam  <tmsriram@google.com>
2271
2272         * options.h (sort_section): New option.
2273         * output.h (Input_section_sort_section_prefix_special_ordering_compare):
2274         Rename from Input_section_sort_section_name_special_ordering_compare.
2275         (Input_section_sort_section_name_compare): New struct.
2276         * output.cc (Output_section::Input_section_sort_section_name_compare::
2277         operator()): New function.
2278         (Output_section::sort_attached_input_sections): Use new sort function
2279         for .text if --sort-section=name is specified.
2280         * layout.cc (Layout::make_output_section):
2281         Add sorting by name when --sort-section=name is specified.
2282         * testsuite/Makefile.am (text_section_grouping): Test option
2283         --sort-section=name.
2284         * testsuite/Makefile.in: Regenerate.
2285         * testsuite/section_sorting_name.cc: New file.
2286         * testsuite/section_sorting_name.sh: New file.
2287
2288 2013-05-21  Cary Coutant  <ccoutant@google.com>
2289
2290         * symtab.h (Symbol::is_cxx_vtable): New function.
2291         * target-reloc.h (relocate_section): Check for vtable symbol.
2292         * testsuite/Makefile.am (missing_key_func.sh): New test case.
2293         * testsuite/Makefile.in: Regenerate.
2294         * testsuite/missing_key_func.cc: New test source.
2295         * testsuite/missing_key_func.sh: New test script.
2296
2297 2013-05-21  Cary Coutant  <ccoutant@google.com>
2298
2299         * object.cc (Sized_relobj_file::get_symbol_location_info): Set
2300         type of enclosing symbol.
2301         (Relocate_info::location): Check symbol type when describing symbol.
2302         * object.h (Symbol_location_info): Remove unused line_number;
2303         add enclosing_symbol_type.
2304         * testsuite/debug_msg.sh: Adjust expected output.
2305
2306 2013-05-13  Cary Coutant  <ccoutant@google.com>
2307
2308         * configure.ac: Export DEFAULT_TARGET.
2309         * configure: Regenerate.
2310         * Makefile.in: Regenerate.
2311         * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
2312         * testsuite/Makefile.in: Regenerate.
2313         * testsuite/debug_msg.sh: Delete duplicate tests.
2314         Don't check undef_int error message match for powerpc where the
2315         source file and line number aren't available.
2316
2317 2013-05-10  Roland McGrath  <mcgrathr@google.com>
2318
2319         * options.h (General_options): Add --rosegment-gap option.
2320         * options.cc (finalize): --rosegment-gap implies --rosegment.
2321         * layout.cc (set_segment_offsets): Let user option override
2322         target->rosegment_gap().
2323
2324 2013-05-10  Roland McGrath  <mcgrathr@google.com>
2325
2326         * options.h (General_options): Remove leading space from help
2327         messages for -nostdlib and --rosegment.
2328
2329 2013-05-03  Maciej W. Rozycki  <macro@codesourcery.com>
2330
2331         PR ld/15365
2332         * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
2333
2334 2013-05-03  Alan Modra  <amodra@gmail.com>
2335
2336         * merge.cc (Output_merge_string::do_add_input_section): Correct
2337         scan for number of strings.  Rename vars to avoid shadowing.
2338         Include missing terminator in input_size_.
2339
2340 2013-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2341
2342         * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
2343         Restore empty string handling.
2344
2345 2013-05-01  Cary Coutant  <ccoutant@google.com>
2346
2347         * stringpool.cc (Stringpool_template::new_key_offset): Fix
2348         uninitialized warning.
2349
2350 2013-04-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2351
2352         * output.cc (Output_section::add_merge_input_section): Allow
2353         to merge sections if the alignment is more than character size.
2354         * merge.h (Output_merge_string::Output_merge_string): Remove
2355         assert.
2356         * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
2357         only not-null strings. Check the alignment of strings.
2358         * stringpool.h
2359         (Stringpool_template<Stringpool_char>::Stringpool_template): Add
2360         alignment as the argument.
2361         (Stringpool_template<Stringpool_char>::addralign_): New class member.
2362         * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
2363         Align non-zero length strings according to the addralign_.
2364         (Stringpool_template<Stringpool_char>::set_string_offsets):
2365         Updating offsets according to the given alignment.
2366         * testsuite/Makefile.am (text_section_grouping): Test if string
2367         literals are getting merged.
2368         * testsuite/Makefile.in: Regenerate.
2369         * testsuite/merge_string_literals_1.c: New file.
2370         * testsuite/merge_string_literals_2.c: Ditto.
2371         * testsuite/merge_string_literals.sh: Ditto.
2372
2373 2013-04-26  Ian Lance Taylor  <iant@google.com>
2374
2375         * target-reloc.h (relocate_section): If the reloc offset is out of
2376         range, pass VIEW as NULL to relocate.relocate.
2377         * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
2378         * i386.cc (Target_i386::Relocate::relocate): Likewise.
2379         * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
2380         * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
2381         * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
2382         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
2383
2384 2013-04-26  Geoff Pike  <gpike@chromium.org>
2385
2386         * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
2387         * layout.cc (Hash_task): New class.
2388         (Layout::queue_build_id_tasks): New function.
2389         (Layout::write_build_id): Handle single-thread portion of build ID
2390         computation.  (In some cases, all of it is single-threaded.)  Replace
2391         {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
2392         functionality in fewer lines of code.
2393         * layout.h (Layout::queue_build_id_tasks): New function declaration.
2394         * options.h (General_options): make "--build-id" default to tree
2395         rather than sha1.  Add two new options related to --build-id=tree:
2396         --build-id-chunk-size-for-treehash and
2397         --build-id-min-file-size-for-treehash.
2398         * Makefile.am: add testing of --build-id=tree and related new options
2399         (these tests will be invoked by "make check").
2400         * Makefile.in: Regenerate.
2401
2402 2013-04-25  Alan Modra  <amodra@gmail.com>
2403
2404         * configure.tgt: Add powerpcle and powerpc64le.
2405
2406 2013-04-22  Alan Modra  <amodra@gmail.com>
2407
2408         PR gold/15355
2409         * layout.cc (Layout::segment_precedes): Allow more than one
2410         segment with the same type and flags.
2411
2412 2013-04-15  Cary Coutant  <ccoutant@google.com>
2413
2414         * layout.cc (Layout::set_relocatable_section_offsets): Don't
2415         allocate space in file for BSS sections.
2416
2417 2013-04-15  Cary Coutant  <ccoutant@google.com>
2418
2419         * script-sections.cc (Orphan_output_section): Reset address
2420         to zero after each orphaned section for relocatable links.
2421
2422 2013-04-15  Cary Coutant  <ccoutant@google.com>
2423
2424         * symtab.cc (Symbol_table::sized_write_globals): Subtract
2425         section starting address for relocatable link.
2426         * testsuite/Makefile.am (script_test_11): New test.
2427         * testsuite/Makefile.in: Regenerate.
2428         * testsuite/script_test_11.c: New source file.
2429         * testsuite/script_test_11.t: New linker script.
2430
2431 2013-04-13  Alan Modra  <amodra@gmail.com>
2432
2433         * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
2434         owner when sections are not adjacent and exceed group size.
2435         (Target_powerpc::group_sections): Handle corner case.
2436         (Target_powerpc::Branch_info::make_stub): Handle case where
2437         stub table doesn't exist due to branches in non-exec sections.
2438         (Target_powerpc::Relocate::relocate): Likewise.
2439
2440 2013-04-11  Alan Modra  <amodra@gmail.com>
2441
2442         PR gold/15354
2443         * powerpc.cc (Target_powerpc::make_brlt_section): Name section
2444         .branch_lt to match bfd ld.  Adjust comments throughout file.
2445
2446 2013-04-04  Ian Lance Taylor  <iant@google.com>
2447
2448         GCC PR c++/56840
2449         * object.cc (do_layout_deferred_sections): Handle .eh_frame
2450         sections before checking whether they are included in the link.
2451
2452 2013-03-29  Sriraman Tallam  <tmsriram@google.com>
2453
2454         * archive.cc (Archive::get_elf_object_for_member):  Create the elf
2455         object before calling the plugin claim_file handler.  Pass the elf
2456         object of the archive to the plugin. Delete the elf object if the
2457         plugin claims the file.
2458
2459 2013-03-21  Alan Modra  <amodra@gmail.com>
2460
2461         * layout.cc (Layout::set_segment_offsets): Accept writable .text
2462         segment when omagic.
2463
2464 2013-03-21  Alan Modra  <amodra@gmail.com>
2465
2466         * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
2467         comparison warning.
2468         * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
2469         uninitialized" warning.
2470
2471 2013-03-20  Alan Modra  <amodra@gmail.com>
2472
2473         * symtab.h (Symbol::clear_version): New function.
2474         * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
2475         is_needed by weak references.  Clear version for symbols defined
2476         in as-needed objects that are not needed.
2477
2478 2013-03-15  Alan Modra  <amodra@gmail.com>
2479
2480         * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
2481         static and public.  Add report_err param.  Return false for data refs.
2482         (Target_powerpc::rela_dyn_section): New overloaded function.
2483         (Target_powerpc::plt_, iplt_): Elucidate.
2484         (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
2485         (Output_data_plt_powerpc::do_write): Don't write .iplt.
2486         (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
2487         (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
2488         calls.  Put ifunc dynamic relocs in irela_dyn_section.  Only
2489         push_branch and make_plt_entry for ifunc syms when
2490         reloc_needs_plt_for_ifunc.
2491         (Target_powerpc::Relocate::relocate): Don't use plt entry value
2492         for ifunc unless reloc_needs_plt_for_ifunc.
2493
2494 2013-03-15  Alan Modra  <amodra@gmail.com>
2495
2496         * gc.h (gc_process_relocs): Don't look through function descriptors.
2497         * icf.cc (get_section_contents): Do so here instead.
2498
2499 2013-03-13  Alan Modra  <amodra@gmail.com>
2500
2501         * powerpc.cc (is_branch_reloc): Forward declare.
2502         (Target_powerpc::do_can_check_for_function_pointers): New predicate.
2503         (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
2504         false for 64-bit, true for 32-bit non-branch relocs.
2505         (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
2506         * testsuite/Makefile.am (icf_test): Use linker map file instead of
2507         nm output.
2508         (icf_safe_test): Generate linker map file as well as nm output.
2509         (icf_safe_so_test): Likewise.
2510         * testsuite/Makefile.in: Regenerate.
2511         * testsuite/icf_test.sh: Parse linker map file to determine
2512         section folding.
2513         * testsuite/icf_safe_test.sh: Likewise.  Expect folding for PowerPC.
2514         * testsuite/icf_safe_so_test.sh: Likewise.
2515         (X86_32_or_ARM_specific_safe_fold): Merge into..
2516         (arch_specific_safe_fold): ..this.
2517         (X86_64_specific_safe_fold): Delete unused function.
2518
2519 2013-03-12  Alan Modra  <amodra@gmail.com>
2520
2521         * gc.h (gc_process_relocs): Look through function descriptors
2522         to determine shndx, symvalue and addend used by ICF.  Tidy
2523         variable duplication.
2524
2525 2013-03-11  Alan Modra  <amodra@gmail.com>
2526
2527         * gold.cc (queue_middle_tasks): Move detect_odr_violations..
2528         * layout.cc (Layout_task_runner::run): ..to here.
2529         * symtab.h (struct Symbol_location): Extract from..
2530         (class Symbol_table): ..here.
2531         * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
2532         * target.h (class Target): Add function_location and
2533         do_function_location functions.
2534         (class Sized_target): Add do_function_location.
2535         * object.h (class Sized_relobj_file): Move find_shdr..
2536         (class Object): ..to here.
2537         * object.cc: Likewise.  Update to suit.  Instantiate.
2538         (Sized_relobj_file::find_eh_frame): Update find_shdr call.
2539         * powerpc.cc (class Powerpc_dynobj): New.
2540         (Target_powerpc::do_function_location): New function.
2541         (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
2542         (Powerpc_dynobj::do_read_symbols): New function.
2543         (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
2544
2545 2013-03-08  Ian Lance Taylor  <iant@google.com>
2546
2547         * options.cc (General_options::string_to_object_format): Accept
2548         "default".
2549
2550 2013-03-08  Alan Modra  <amodra@gmail.com>
2551
2552         * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
2553         pointer to Post_fde.
2554         (struct Post_fde): Move definition to here..
2555         * ehframe.cc (struct Post_fde): ..from here.
2556         (Cie::write): Don't alloc Post_fde.
2557         (Eh_frame::do_sized_write): Update.  Don't free Post_fde.
2558
2559 2013-03-07  Alan Modra  <amodra@gmail.com>
2560
2561         * testsuite/discard_locals_relocatable_test.c: Add a powerpc
2562         relocation referencing .LC0.
2563         * testsuite/discard_locals_test.sh: Remove FIXMEs.
2564
2565 2013-03-07  Alan Modra  <amodra@gmail.com>
2566
2567         * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
2568         always_inline.  Add assembly for powerpc to avoid GOT.
2569
2570 2013-03-07  Alan Modra  <amodra@gmail.com>
2571
2572         * testsuite/script_test_10.sh: Don't test .bss section
2573         header number.
2574
2575 2013-03-06  Alan Modra  <amodra@gmail.com>
2576
2577         * powerpc.cc (class Powerpc_relobj): Move some member functions.
2578         (Target_powerpc::symval_for_branch):  Add symtab param.  Update
2579         all callers.  Handle folded sections.
2580         (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
2581         to Powerpc_relobj.
2582         (Global_symbol_visitor_opd::operator()): Likewise.
2583
2584 2013-03-04  Alan Modra  <amodra@gmail.com>
2585
2586         * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
2587         * testsuite/Makefile.in: Regenerate.
2588
2589 2013-03-01  Cary Coutant  <ccoutant@google.com>
2590
2591         Add dwp support for v2 DWARF package file format.
2592         * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2593         tu_length parameter.  Adjust all callers.
2594         * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2595         * dwp.cc: Include dwarf.h.
2596         (Section_bounds): New struct type.
2597         (Unit_set): New struct type.
2598         (Dwo_file::Dwo_file): Initialize new data member.
2599         (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2600         Combine and rename to...
2601         (Dwo_file::read_unit_index): ...this.
2602         (Dwo_file::sized_read_compunit_index)
2603         (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2604         (Dwo_file::sized_read_unit_index): ...this.
2605         (Dwo_file::copy_section): Remove section_name, is_str_offsets
2606         parameters; add section_id parameter.
2607         (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2608         (Dwo_file::add_unit_set): ...this.
2609         (Dwo_file::shndx_map_): Remove.
2610         (Dwo_file::sect_offsets_): New data member.
2611         (Dwp_output_file::Dwp_output_file): Initialize new data members.
2612         (Dwp_output_file::add_section): Rename to...
2613         (Dwp_output_file::add_contribution): ...this.
2614         (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2615         (Dwp_output_file::add_tu_set): Likewise.
2616         (Dwp_output_file::Contribution): New type.
2617         (Dwp_output_file::Section::contributions): New data member.
2618         (Dwp_output_file::Cu_or_tu_set): Remove.
2619         (Dwp_output_file::Section::Section): New ctor.
2620         (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2621         (Dwp_output_file::Dwp_index::Section_table): New type.
2622         (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2623         (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2624         parameter.
2625         (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2626         (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2627         (Dwp_output_file::Dwp_index::section_table): New member function.
2628         (Dwp_output_file::Dwp_index::section_table_end): New member function.
2629         (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2630         (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2631         (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2632         (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2633         (Dwp_output_file::Dwp_index::section_table_): New data member.
2634         (Dwp_output_file::Dwp_index::section_mask_): New data member.
2635         (Dwp_output_file::add_output_section): New member function.
2636         (Dwp_output_file::write_new_section): New member function.
2637         (Dwp_output_file::write_contributions): New member function.
2638         (Dwp_output_file::section_id_map_): New data member.
2639         (class Dwo_id_info_reader): Remove.
2640         (class Unit_reader): New class.
2641         (get_dwarf_section_name): New function.
2642         (Dwo_file::read_executable): Adjust initializations of class data.
2643         (Dwo_file::read): Add support for v2 package file format.
2644         (Dwo_file::read_unit_index): Likewise.
2645         (Dwo_file::sized_read_unit_index): Likewise.
2646         (Dwo_file::copy_section): Likewise.
2647         (Dwo_file::add_unit_set): Likewise.
2648         (Dwp_output_file::add_output_section): Likewise.
2649         (Dwp_output_file::add_contribution): Likewise.
2650         (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2651         for empty slot.
2652         (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2653         file format.
2654         (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2655         slot.
2656         (Dwp_output_file::initialize): Remove unused function.
2657         (Dwp_output_file::finalize): Add support for v2 package file format.
2658         (Dwp_output_file::write_index): Likewise.
2659         * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2660         function prototype.
2661
2662 2013-03-01  Cary Coutant  <ccoutant@google.com>
2663
2664         * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
2665         function into class definition in header file.
2666         (Dwarf_info_reader::warn_corrupt_debug_section): New function.
2667         * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
2668         New function.
2669         (Dwarf_info_reader::check_buffer): Move here from .cc file.
2670
2671 2013-02-28  Alan Modra  <amodra@gmail.com>
2672
2673         * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
2674         * target.cc (Target::do_plt_fde_location): New function.
2675         * ehframe.h (class FDE): Add post_map field to u_.from_linker,
2676         accessor function, and constructor param.
2677         (struct Post_fde, Post_fdes): Declare.
2678         (Cie::write): Add post_fdes param.
2679         * ehframe.cc (Fde::write): Use plt_fde_location.
2680         (struct Post_fde): Define.
2681         (Cie::write): Stash FDEs added post merge mapping.
2682         (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
2683         Adjust Fde constructor call.  Bump final_data_size_ for post map FDEs.
2684         (Eh_frame::do_sized_write): Arrange to write post map FDES after
2685         other FDEs.
2686         * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
2687         (Target_powerpc::has_glink): New function.
2688         (Target_powerpc::do_relax): Add eh_frame info for stubs.
2689         (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
2690         glink_eh_frame_fde_32, default_fde): New data.
2691         (Stub_table::eh_frame_added_): New var.
2692         (Stub_table::find_long_branch_entry, stub_address, stub_offset):
2693         Make const.
2694         (Stub_table::add_eh_frame): New function.
2695         (Output_data_glink::add_eh_frame): New function.
2696         (Target_powerpc::make_glink_section): Call add_eh_frame.
2697
2698 2013-02-15  Ian Lance Taylor  <iant@google.com>
2699
2700         * options.h (DEFINE_uint64_alias): Define.
2701         (class General_options): Add -Ttext-segment as an alias for
2702         -Ttext.
2703
2704 2013-02-15  Alan Modra  <amodra@gmail.com>
2705
2706         * powerpc.cc (Stub_table::plt_off): New function, extracted from..
2707         (Stub_table::do_write): ..here, two places.
2708         (Stub_table::plt_call_size): Use it here too.
2709
2710 2013-02-11  Ian Lance Taylor  <iant@google.com>
2711
2712         * descriptors.cc (Descriptors::close_all): New function.
2713         * descriptors.h (class Descriptors): Declare close_all.
2714         (close_all_descriptors): New inline function.
2715         * plugin.cc: Include "descriptors.h".
2716         (Plugin_manager::cleanup): Call close_all_descriptors.
2717
2718 2013-02-06  Alan Modra  <amodra@gmail.com>
2719
2720         * README: Update coding style link.
2721
2722 2013-01-28  Cary Coutant  <ccoutant@google.com>
2723
2724         * dwp.cc (File_list): New typedef.
2725         (Dwo_name_info_reader): New class.
2726         (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
2727         (Dwo_id_info_reader::visit_top_die): Remove unused member function.
2728         (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
2729         (Dwo_file::read_executable): New function.
2730         (Dwo_file::read): Move common setup code to ...
2731         (Dwo_file::make_object): ... here.
2732         (dwp_options): Add --exec/-e.
2733         (usage): Likewise.
2734         (main): Likewise.
2735
2736 2013-01-24  Sriraman Tallam  <tmsriram@google.com>
2737
2738         * layout.cc (Layout::layout): Check for option text_reorder.
2739         (Layout::make_output_section): Ditto.
2740         * options.h (text_reorder): New option.
2741         * output.cc (Input_section_sort_compare): Remove special ordering
2742         of section names.
2743         (Output_section::
2744          Input_section_sort_section_name_special_ordering_compare::
2745          operator()): New function.
2746         (Output_section::sort_attached_input_sections): Use new sort function
2747         for .text.
2748         * output.h (Input_section_sort_section_name_special_ordering_compare):
2749         New struct.
2750         * testsuite/Makefile.am (text_section_grouping): Test option
2751         --no-text-reorder
2752         * testsuite/Makefile.in: Regenerate.
2753         * testsuite/text_section_grouping.sh: Check order of functions without
2754         default text reordering.
2755
2756 2013-01-18  Mike Frysinger  <vapier@gentoo.org>
2757
2758         * options.h (General_options): Change default to true for new_dtags.
2759
2760 2013-01-18  Mike Frysinger  <vapier@gentoo.org>
2761
2762         * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
2763         when enable_new_dtags is false.  Only add DT_RUNPATH when
2764         enable_new_dtags is true.
2765
2766 2013-01-17  Serge Pavlov  <serge.v.pavlov@gmail.com>
2767
2768         * powerpc.cc (Stub_table::find_plt_call_entry): Make types
2769         used in declaration and definition consistent.
2770         (Target_powerpc::symval_for_branch): Ditto.
2771
2772 2013-01-16  Sriraman Tallam  <tmsriram@google.com>
2773
2774         * testsuite/plugin_final_layout.cc: Fix comment.
2775
2776 2013-01-16  Sriraman Tallam  <tmsriram@google.com>
2777
2778         * layout.cc (Layout::layout): Do not do default sorting for
2779         text sections when section ordering is specified.
2780         (make_output_section): Ditto.
2781         * testsuite/plugin_final_layout.cc: Name the function sections
2782         to catch reordering issues.
2783
2784 2013-01-15  Alan Modra  <amodra@gmail.com>
2785
2786         * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
2787         plt-thread-safe.
2788
2789 2013-01-15  Alan Modra  <amodra@gmail.com>
2790
2791         * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
2792         * testsuite/Makefile.in: Regenerate.
2793
2794 2013-01-14  Alan Modra  <amodra@gmail.com>
2795
2796         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
2797         * testsuite/Makefile.in: Regenerate.
2798
2799 2013-01-11  Pavel Chupin  <pavel.v.chupin@intel.com>
2800
2801         PR bfd/14430
2802         Fix mingw gold build with plugins enabled
2803         * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
2804         * configure.ac: Export DLOPEN_LIBS and add headers check.
2805         * plugin.cc: Handle non-dlfcn case.
2806         * Makefile.in: Regenerate.
2807         * config.in: Regenerate.
2808         * configure: Regenerate.
2809         * testsuite/Makefile.in: Regenerate.
2810
2811 2013-01-09  Sriraman Tallam  <tmsriram@google.com>
2812
2813         * output.h (sort_attached_input_sections): Change to be public.
2814         * script-sections.cc
2815         (Output_section_definition::set_section_addresses): Sort
2816         attached input sections according to section order before linker
2817         script assigns section addresses.
2818         (Orphan_output_section::set_section_addresses): Sort
2819         attached input sections according to section order before linker
2820         script assigns section addresses.
2821         * Makefile.am (final_layout.sh): Use a simple linker script to
2822         check if section ordering still works.
2823         * Makefile.in: Regenerate.
2824
2825 2013-01-09  Ben Cheng  <bccheng@google.com>
2826
2827         * arm.cc (Target_arm::attributes_accept_div): New function.
2828         (Target_arm::attributes_forbid_div): New function.
2829         (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
2830         attribute using the same new functions as what bfd/elf32_arm.c
2831         does.
2832
2833 2013-01-07  Cary Coutant  <ccoutant@google.com>
2834
2835         PR gold/14993
2836         * output.cc (Output_section::add_input_section): For incremental
2837         updates, don't track input sections that are allocated from patch
2838         space.
2839
2840 2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2841             Ian Lance Taylor  <iant@google.com>
2842
2843         PR gold/14897
2844         * configure.ac (--enable-ld): Removed.
2845         (install_as_default): Set to yes only for --enable-gold=default
2846         or --disable-ld.
2847         * configure: Regenerated.
2848
2849 2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2850
2851         * options.h (General_options): Add -fuse-ld= for GCC linker
2852         option compatibility.
2853
2854 2013-01-04  Cary Coutant  <ccoutant@google.com>
2855
2856         * configure.ac: Fix typo restoring CXXFLAGS.
2857         * configure: Regenerate.
2858
2859 2013-01-04  Cary Coutant  <ccoutant@google.com>
2860
2861         * testsuite/Makefile.am (CXXLINK_S): New macro.
2862         (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
2863         * testsuite/Makefile.in: Regenerate.
2864
2865 2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
2866
2867         * version.cc (print_version): Update copyright year to 2013.
2868
2869 2012-12-20  Ian Lance Taylor  <iant@google.com>
2870
2871         * layout.cc (Layout::special_ordering_of_input_section): New
2872         function.
2873         (Layout::layout): If input section requires special ordering, must
2874         sort input sections.
2875         (Layout::make_output_section): May sort .text input sections.
2876         (Layout::is_section_name_prefix_grouped): Remove.
2877         * layout.h (class Layout): Declare
2878         special_ordering_of_input_section.  Don't declare
2879         is_section_name_prefix_grouped.
2880         * output.cc (Output_section::add_input_section): Revert last
2881         change.
2882         (Output_section::Input_section_sort::match_file_name): Don't crash
2883         if called on output section data.
2884         (Output_section::Input_section_sort_compare): Sort based on
2885         special ordering.
2886         (Output_section::Input_section_sort_section_order_index_compare):
2887         Revert last patch.
2888         (Output_section::sort_attached_input_sections): Likewise.
2889
2890 2012-12-18  Sriraman Tallam  <tmsriram@google.com>
2891
2892         * layout.cc (Layout::is_section_name_prefix_grouped): New function.
2893         * layout.h (Layout::is_section_name_prefix_grouped): New function.
2894         * output.cc (Output_section::add_input_section): Check if section
2895         name contains special prefix.  Keep input sections to sort such
2896         sections.
2897         (Output_section::Input_section_sort_section_order_index_compare
2898          ::operator()): Group sections according to prefixes.
2899         (Output_section::sort_attached_input_sections): Add condition to
2900         Input_section_entry constructor call.
2901         * testsuite/Makefile.am (text_section_grouping): New test.
2902         * testsuite/Makefile.in: Regenerate.
2903         * testsuite/text_section_grouping.cc: New file.
2904         * testsuite/text_section_grouping.sh: New file.
2905
2906 2012-12-17  Nick Clifton  <nickc@redhat.com>
2907
2908         * Makefile.am: Add copyright notice.
2909         * NEWS: Likewise.
2910         * README: Likewise.
2911         * configure.ac: Likewise.
2912         * ftruncate.c: Likewise.
2913         * Makefile.in: Regenerate.
2914
2915 2012-12-14  Cary Coutant  <ccoutant@google.com>
2916
2917         * testsuite/Makefile.am (exception_separate_shared_12_test): Add
2918         --no-as-needed flag.
2919         (exception_separate_shared_12_test): Likewise.
2920         (incremental_copy_test): Likewise.
2921         * testsuite/Makefile.in: Regenerate.
2922
2923 2012-12-14  Cary Coutant  <ccoutant@google.com>
2924
2925         * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
2926         (Dwp_output_file::Dwp_index::enter_set): Add assert.
2927
2928 2012-12-12  Alan Modra  <amodra@gmail.com>
2929
2930         * powerpc.cc (class Track_tls): New.
2931         (class Relocate, class Scan): Inherit Track_tls.
2932         (Target_powerpc::Scan::local, global): Track tls optimization
2933         and avoid creating plt entry for __tls_get_addr if all uses
2934         are optimized away.
2935         (Target_powerpc::Relocate::relocate): Update to use Track_tls.
2936
2937 2012-12-12  Alan Modra  <amodra@gmail.com>
2938
2939         * options.h (General_options): Add --toc-sort/--no-toc-sort.
2940         Replace no_toc_optimize with toc_optimize.
2941         * output.h (Output_section::input_sections): Provide non-const variant.
2942         * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
2943         set_has_small_toc_reloc, has_small_toc_reloc): New variable and
2944         accessors.
2945         (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
2946         (class Sort_toc_sections): New.
2947         (Target_powerpc::do_finalize_sections): Sort toc sections.
2948         (Target_powerpc::Relocate::relocate): Update toc_optimize test.
2949
2950 2012-12-10  Roland McGrath  <mcgrathr@google.com>
2951
2952         * testsuite/binary_unittest.cc (read_all): New function.
2953         (Sized_binary_test): Use it instead of ::read.
2954         * fileread.cc (do_read): Don't assume pread always reads the whole
2955         amount in a single call.
2956
2957 2012-12-10  Alan Modra  <amodra@gmail.com>
2958
2959         * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
2960         Set EM_PPC64 or EM_PPC here.
2961         (Target_selector_powerpc::do_recognize): Delete.
2962
2963 2012-12-10  Alan Modra  <amodra@gmail.com>
2964
2965         * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
2966         stub_table_.
2967         (Target_powerpc::Branch_info::make_stub): Don't omit addend.
2968
2969 2012-12-07  Roland McGrath  <mcgrathr@google.com>
2970
2971         * testsuite/binary_unittest.cc (Sized_binary_test):
2972         Use open_descriptor rather than ::open.
2973
2974 2012-12-07  Alan Modra  <amodra@gmail.com>
2975
2976         * powerpc.cc (Stub_table::do_write): Delete redundant Address
2977         typedef and invalid_address constant.
2978         (Output_data_glink, Stub_table, Target_powerpc): Explicitly
2979         instantiate constants.
2980
2981 2012-12-06  Roland McGrath  <mcgrathr@google.com>
2982
2983         * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
2984         Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
2985         * aclocal.m4: Regenerate.
2986         * configure: Regenerate.
2987         * Makefile.in: Regenerate.
2988         * testsuite/Makefile.in: Regenerate.
2989
2990 2012-12-07  Alan Modra  <amodra@gmail.com>
2991
2992         * options.h (General_options): Add no_toc_optimize.
2993         * powerpc.cc (ok_lo_toc_insn): New function.
2994         (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
2995
2996 2012-12-06  Alan Modra  <amodra@gmail.com>
2997
2998         * options.h (General_options): Add plt_align, plt_static_chain,
2999         plt_thread_safe.  Update stub_group_size help text.
3000         * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
3001         for new plt_thread_safe_ var.
3002         (use_plt_offset): Correct comments.
3003         (Target_powerpc::do_relax): Look for thread creation symbols to
3004         determine default plt_thread_safe value.  Clear plt call stubs
3005         as well as branch stubs each iteration.
3006         (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
3007         insn constants.
3008         (l, hi, ha, write_insn): Move earlier.
3009         (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
3010         (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
3011         plt stubs too.
3012         (Stub_table::update_size): Adjust.
3013         (Stub_table::prev_size, set_prev_size): Delete.
3014         (Stub_table::stub_align): Let --plt-align affect result.
3015         (Stub_table::plt_call_size): Calculate sizes for various stubs.
3016         (Stub_table::branch_stub_size): Use last_plt_size in address calc.
3017         (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
3018         (Stub_table::do_write): Support more stub variants.
3019
3020 2012-12-04  Alan Modra  <amodra@gmail.com>
3021
3022         * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
3023         (Target_powerpc::do_define_standard_symbols): New function.
3024
3025 2012-12-03  Alan Modra  <amodra@gmail.com>
3026
3027         * output.h: Formatting, whitespace.
3028
3029 2012-12-03  Alan Modra  <amodra@gmail.com>
3030
3031         * layout.h (Layout::get_executable_sections): Declare.
3032         * layout.cc (Layout::get_executable_sections): New function.
3033         * arm.cc (Target_arm::group_sections): Use it.
3034         (Arm_output_section::group_sections): Delete now redundant test.
3035         * output.cc (Output_reloc::Output_reloc): Add is_relative.
3036         param to handle relative relocs.
3037         * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
3038         (Output_data_reloc::add_absolute): Adjust.
3039         (Output_data_reloc::add_relative): New function.
3040         (Output_data::reset_data_size): New function.
3041         (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
3042         (Output_section::set_addralign): New function.
3043         (Output_section::checkpoint_set_addralign): New function.
3044         (Output_section::clear_section_offsets_need_adjustment): New function.
3045         (Output_section::input_sections): Make public.
3046         * powerpc.cc (class Output_data_brlt_powerpc): New.
3047         (class Stub_table, class Stub_control): New.
3048         (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
3049         stub_table_, set_stub_table, stub_table): New vectors and accessor
3050         functions.
3051         (Target_powerpc::do_may_relax, do_relax, push_branch,
3052         new_stub_table, stub_tables, brlt_section, group_sections,
3053         add_branch_lookup_table, find_branch_lookup_table,
3054         write_branch_lookup_table, make_brlt_section): New functions.
3055         (Target_powerpc::struct Sort_sections, class Branch_info): New.
3056         (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
3057         branch_info_): New vars.
3058         (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
3059         make call stubs here.
3060         (Output_data_glink): Remove all call stub handling from this class.
3061         (Target_powerpc::Scan::local, global): Save interesting branch
3062         relocs and relocs for ifunc.  Adjust calls to plt entry functions.
3063         (Target_powerpc::do_finalize_sections): Only make reg save/restore
3064         functions on final link.
3065         (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
3066         Handle long branch destinations too.
3067         (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
3068         do_plt_address_for_local): Adjust lookup of plt call stubs.
3069
3070 2012-11-30  Alan Modra  <amodra@gmail.com>
3071
3072         * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
3073         relocs against protected symbols when building 32-bit shared libs.
3074
3075 2012-11-30  Alan Modra  <amodra@gmail.com>
3076
3077         * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
3078         param.  Call got_section() to make .got.  Update all callers
3079         and their callers and so on.
3080
3081 2012-11-30  Alan Modra  <amodra@gmail.com>
3082
3083         * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
3084         _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
3085         (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
3086         value if it already exists.
3087
3088 2012-11-19  H.J. Lu  <hongjiu.lu@intel.com>
3089
3090         PR gold/14858
3091         * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
3092
3093 2012-11-14  Roland McGrath  <mcgrathr@google.com>
3094
3095         * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
3096         than bfc instruction for data sandboxing.
3097
3098 2012-11-08  Alan Modra  <amodra@gmail.com>
3099
3100         * po/POTFILES.in: Regenerate.
3101
3102 2012-11-05  Alan Modra  <amodra@gmail.com>
3103
3104         * configure.ac: Apply 2012-09-10 change to config.in here.
3105         * configure: Regenerate.
3106
3107 2012-11-05  Alan Modra  <amodra@gmail.com>
3108
3109         * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
3110         (struct Opd_ent): Use "Address" rather than "Offset".
3111         (Output_data_got_powerpc::got_base_offset): Return Valtype.
3112         (Target_powerpc::got_section): Make public.
3113         (Target_powerpc::scan_relocs): Move code setting symbols..
3114         (Powerpc_relobj::do_scan_relocs): ..to here, new function.
3115         Create _SDA_BASE_ only when referenced.
3116
3117 2012-11-02  Roland McGrath  <mcgrathr@google.com>
3118
3119         * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
3120         from last change.
3121
3122 2012-11-01  Roland McGrath  <mcgrathr@google.com>
3123
3124         * target.h (Sized_target::relocate_relocs): Use Elf_Off
3125         for offset_in_output_section parameter.
3126         (Sized_target::relocate_special_relocatable): Likewise.
3127         * arm.cc (Target_arm::relocate_relocs): Likewise.
3128         (Target_arm::relocate_special_relocatable): Likewise.
3129         * i386.cc (Target_i386::relocate_relocs): Likewise.
3130         * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
3131         * sparc.cc (Target_sparc::relocate_relocs): Likewise.
3132         * target-reloc.h (relocate_relocs): Likewise.
3133         * testsuite/testfile.cc (Target_test): Likewise.
3134         * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
3135         * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
3136
3137         * system.h: Move inclusion of <clocale> to after <libintl.h> in
3138         [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
3139
3140         * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
3141         parameter, which is unused in the [!F_SETFD] case.
3142
3143         * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
3144         SYMNDX to off_t before comparing it to this->data_size().
3145         * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
3146         * incremental.cc (Output_section_incremental_inputs::do_write):
3147         Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
3148
3149         * nacl.cc: Include "libiberty.h" for vasprintf declaration.
3150
3151 2012-10-30  Steve McIntyre  <steve.mcintyre@linaro.org>
3152
3153         * gold.cc (Target_arm::do_adjust_elf_header): Add the
3154         hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
3155         in EABI_VER5.
3156
3157 2012-10-29  Cary Coutant  <ccoutant@google.com>
3158
3159         * dwp.cc (usage): Add file and exit status parameters;
3160         add --help and --version options.
3161         (print_version): New function.
3162         (main): Add --help and --version options.
3163
3164 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
3165
3166         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
3167         final_layout_sequence.txt.
3168         * testsuite/Makefile.in: Regenerated.
3169
3170 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
3171
3172         * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
3173         COMPILE generated by automake.
3174         (LINK1): Likewise.
3175         (CXXCOMPILE1): Likewise.
3176         (CXXLINK1): Likewise.
3177         (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
3178         (LINK): Likewise.
3179         (CXXCOMPILE): Likewise.
3180         (CXXLINK): Likewise.
3181         * testsuite/Makefile.in: Regenerated.
3182
3183 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
3184
3185         * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
3186         on bad fwrite return.
3187
3188 2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
3189
3190         * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
3191         on val.
3192
3193 2012-10-23  Cary Coutant  <ccoutant@google.com>
3194
3195         * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
3196         * testsuite/Makefile.in: Regenerate.
3197         * testsuite/dwp_test.h: New source file.
3198         * testsuite/dwp_test_1.cc: New source file.
3199         * testsuite/dwp_test_1.s: New source file.
3200         * testsuite/dwp_test_1.sh: New source file.
3201         * testsuite/dwp_test_1b.cc: New source file.
3202         * testsuite/dwp_test_1b.s: New source file.
3203         * testsuite/dwp_test_2.cc: New source file.
3204         * testsuite/dwp_test_2.s: New source file.
3205         * testsuite/dwp_test_2.sh: New source file.
3206         * testsuite/dwp_test_main.cc: New source file.
3207         * testsuite/dwp_test_main.s: New source file.
3208
3209 2012-10-23  Cary Coutant  <ccoutant@google.com>
3210
3211         * dwp.h: New header file.
3212         * dwp.cc: New source file.
3213         * gold.h: Move shared declarations to system.h.
3214         * system.h: New header file.
3215         * Makefile.am: Add dwp.
3216         * Makefile.in: Regenerate.
3217
3218 2012-10-23  Cary Coutant  <ccoutant@google.com>
3219
3220         * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
3221         Dwarf_info_reader::read_from_pointer.
3222         (Dwarf_pubnames_table::read_header): Likewise.
3223         (Dwarf_pubnames_table::next_name): Likewise.
3224         (Dwarf_die::read_attributes): Likewise.
3225         (Dwarf_die::skip_attributes): Likewise.
3226         (Dwarf_info_reader::read_from_pointer): New function template.
3227         * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
3228         (Dwarf_pubnames_table): Likewise.
3229         (Dwarf_info_reader::read_from_pointer): New function template.
3230         * gdb-index.cc (Gdb_index_info_reader): Adjust call to
3231         Dwarf_pubnames_table ctor.
3232
3233 2012-10-23  Cary Coutant  <ccoutant@google.com>
3234
3235         * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
3236         abbrev_shndx.
3237         * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
3238         abbrev_shndx_.
3239         (Dwarf_info_reader::set_abbrev_shndx): New method.
3240         (Dwarf_info_reader::abbrev_shndx_): New data member.
3241
3242 2012-10-23  Cary Coutant  <ccoutant@google.com>
3243
3244         * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
3245         from object, not parameters.
3246         (Dwarf_info_reader::parse): Likewise.
3247         * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
3248         (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
3249         (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
3250         methods.
3251
3252 2012-10-23  Cary Coutant  <ccoutant@google.com>
3253
3254         * fileread.cc (Input_file::Input_file): New constructor.
3255         * fileread.h (class Input_file): Add new constructor.
3256
3257 2012-10-18  Alan Modra  <amodra@gmail.com>
3258
3259         PR gold/14727
3260         * object.cc (Relobj::is_section_name_included): Also match
3261         .sdata personality section.
3262
3263 2012-10-18  Alan Modra  <amodra@gmail.com>
3264
3265         * target-reloc.h (class Default_comdat_behavior): New, package up..
3266         (get_comdat_behaviour): ..this.
3267         (relocate_section): Add Relocate_comdat_behavior template arg,
3268         adjust code to suit.
3269         * arm.cc (Target_arm::relocate_section): Adjust to suit.
3270         (Target_arm::scan_reloc_section): Likewise.
3271         * i386.cc (Target_i386::relocate_section): Likewise.
3272         * sparc.cc (Target_sparc::relocate_section): Likewise.
3273         * tilegx.cc (Target_tilegx::relocate_section): Likewise.
3274         * x86_64.cc (Target_x86_64::relocate_section): Likewise.
3275         * powerpc.cc (class Relocate_comdat_behavior): New.
3276         (Target_powerpc::relocate_section): Don't zap opd relocs.  Supply
3277         gold::relocate_section with new template arg.
3278
3279 2012-10-18  Alan Modra  <amodra@gmail.com>
3280
3281         * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
3282         dynamic relocs for GOT_TPREL got entries, without symbol if
3283         resolving locally.
3284         (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
3285         (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
3286         (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
3287
3288 2012-10-17  Alan Modra  <amodra@gmail.com>
3289
3290         PR gold/14726
3291         * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
3292
3293 2012-10-16  Sriraman Tallam  <tmsriram@google.com>
3294
3295         * layout.cc (Layout::include_section): Keep sections marked
3296         SHF_EXCLUDE when doing relocatable links.
3297
3298 2012-10-16  Alan Modra  <amodra@gmail.com>
3299
3300         * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
3301         (Target_powerpc::do_finalize_sections): Call it.
3302         (Output_data_save_res): New class and supporting functions.
3303         (Target_powerpc::symval_for_branch): Only look up .opd entry for
3304         normal symbols defined in object files.
3305
3306 2012-10-12  Alan Modra  <amodra@gmail.com>
3307
3308         * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
3309         (struct Opd_ent): Make "discard" a bit field.  Add "gc_mark".
3310         (Target_powerpc::do_gc_mark_symbol): Delay marking function code
3311         section if scan_opd_relocs not yet called.
3312         (Target_powerpc::gc_process_relocs): Call process_gc_mark.
3313
3314 2012-10-12  Alan Modra  <amodra@gmail.com>
3315
3316         * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3317         add_local_ifunc_entry): Revert last change.
3318         (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
3319
3320 2012-10-05  Alan Modra  <amodra@gmail.com>
3321
3322         * powerpc.cc (Target_powerpc::do_plt_address_for_local,
3323         do_plt_address_for_global): New functions.
3324         (Output_data_got_powerpc::do_write): Don't segfault when linking
3325         statically.
3326         (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3327         add_local_ifunc_entry): Return true on adding entry..
3328         (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
3329         glink->add_entry call.  Remove unused symtab param.  Adjust calls.
3330         (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
3331         (Target_powerpc::make_iplt_section): Remove symtab param.  Don't
3332         set up symbols here.
3333         (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
3334         syms here.  Do so even when no .iplt.  Don't segfault when linking
3335         statically.
3336         (Output_data_glink::add_entry, find_entry): Rearrange params.  Add
3337         new variants without reloc param.
3338         (Glink_sym_ent::Glink_sym_ent): Likewise.
3339         (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
3340         reloc when refs will resolve to plt call stub.
3341         (Target_powerpc::Scan::local): Correct ifunc handling.  Allow
3342         R_PPC_PLTREL24 to resolve locally.
3343         (Target_powerpc::Scan::global): Correct ifunc handling.
3344         (Target_powerpc::Relocate::relocate): Correct local sym glink
3345         lookup.  Don't destroy "value" when we have a plt call stub,
3346         and when checking plt call validity.
3347         (Target_powerpc::do_dynsym_value): Simplify.
3348
3349 2012-10-05  Alan Modra  <amodra@gmail.com>
3350
3351         * i386.cc (Output_data_plt_i386::address_for_global,
3352         address_for_local): Add plt offset to returned value.  Adjust uses.
3353         * sparc.cc (Output_data_plt_sparc::address_for_global,
3354         address_for_local): Likewise.
3355         * tilegx.cc (Output_data_plt_tilegx::address_for_global,
3356         address_for_local): Likewise.
3357         * x86_64.cc (Output_data_plt_x86_64::address_for_global,
3358         address_for_local): Likewise.
3359         * target.h (Target::plt_address_for_global, plt_address_for_local):
3360         Update comment.
3361         * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
3362         (Output_data_got::Got_entry::write): Nor here.
3363         * output.h: Comment fix.
3364
3365 2012-10-02  Jiong Wang  <jiwang@tilera.com>
3366
3367         * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
3368         global_offset_table_ value for larget got.
3369         (Target_tilegx::Relocate::relocate): Handle adjusted got value.
3370
3371 2012-09-29  Alan Modra  <amodra@gmail.com>
3372
3373         * powerpc.cc (Target_powerpc::iplt_): New output section.
3374         (Target_powerpc::iplt_section, make_iplt_section,
3375         reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
3376         (Target_powerpc::make_plt_entry): Handle ifunc syms.
3377         Target_powerpc::plt_entry_count): Count iplt entries too.
3378         (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
3379         reloc section in constructor.  New params.
3380         (Target_powerpc::make_plt_section): Create reloc section here instead.
3381         (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
3382         functions.
3383         (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
3384         (Output_data_glink::add_entry, find_entry): New functions to
3385         deal with local syms.
3386         (Glink_sym_ent): Add support for local syms.
3387         (Output_data_glink::do_write): Handle ifunc plt entries.
3388         (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3389         (Target_powerpc::Scan::local, global): Handle ifunc syms.
3390         (Target_powerpc::Relocate::relocate): Likewise.
3391         (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
3392
3393 2012-09-25  Alan Modra  <amodra@gmail.com>
3394
3395         * object.h (Sized_relobj_file::adjust_local_symbol,
3396         do_adjust_local_symbol): New functions.
3397         * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
3398         * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
3399         (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
3400         and irregular opd entry spacing.
3401         (Powerpc_relobj::do_read_relocs): Add opd size checks.
3402         (Global_symbol_visitor_opd): New functor.
3403         (Target_powerpc::do_finalize_sections): Omit global symbols defined
3404         on deleted opd entries.
3405
3406 2012-09-15  Jiong Wang  <jiwang@tilera.com>
3407
3408         * tilegx.cc: New file.
3409         * Makefile.am (TARGETSOURCES): Add tilegx.cc
3410         (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
3411         * configure.tgt: Add entries for tilegx*.
3412         * configure.ac: Likewise.
3413         * Makefile.in: Rebuild.
3414         * configure: Likewise.
3415         * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
3416         tilegx.
3417
3418 2012-09-13  Alan Modra  <amodra@gmail.com>
3419
3420         * target-reloc.h (scan_relocs): Call scan.local for relocs
3421         against symbols in discarded sections.  Pass is_discarded
3422         param.
3423         * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
3424         Add is_discarded param.
3425         * powerpc (Target_powerpc::Scan::local): Likewise.  Use
3426         is_discarded to flag opd entry as discarded.  Don't emit dyn
3427         relocs on such entries.
3428         (Target_powerpc::Scan::global): Similarly detect and handle
3429         such opd entries.
3430         (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
3431         opd_ent_.  Update all uses.
3432         (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
3433         (Target_powerpc::relocate_section): Zero out discarded opd
3434         entry relocs.
3435
3436 2012-09-12  Ian Lance Taylor  <iant@google.com>
3437
3438         PR gold/14570
3439         * output.cc: Rename Output_data_got template parameter from size
3440         to got_size for all functions.  Compile all variants of
3441         Output_data_got.
3442         (Output_data_got::Got_entry::write): Correct use of size for
3443         symbol value.  Use local_is_tls rather than casting to
3444         Sized_relobj_file.
3445         * object.h (class Object): Add local_is_tls and do_local_is_tls.
3446         (class Sized_relobj_file): Add do_local_is_tls.
3447         * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
3448
3449 2012-09-11  Alan Modra  <amodra@gmail.com>
3450
3451         PR gold/14566
3452         * layout.cc (Layout::set_segment_offsets): When using
3453         common-page-size alignment, ensure we are on a new max-page-size
3454         page.
3455         * output.cc (Output_segment::set_section_addresses): Use
3456         abi_pagesize, not common_pagesize for relro boundary.
3457         (Output_segment::set_offset): Likewise.
3458
3459 2012-09-11  Alan Modra  <amodra@gmail.com>
3460
3461         * output.h (Output_data_got::add_global_tls, add_local_tls,
3462         add_local_tls_pair): New functions.
3463         (Output_data_got::add_local_pair_with_rel): Remove second
3464         reloc param.  Expand comment.
3465         (Output_data_got::Got_entry): Rename use_plt_offset_ to
3466         use_plt_or_tls_offset_, similarly for constructor param.
3467         (Output_data_got::Got_entry::write): Add got_index param.
3468         * output.cc (Output_data_got::add_global_tls, add_local_tls,
3469         add_local_tls_pair): New functions.
3470         (Output_data_got::Got_entry::write): Handle tls symbols
3471         with use_plt_or_tls_offset_ set specially.
3472         (Output_data_got::add_local_pair_with_rel): Only one reloc.
3473         (Output_data_got::do_write): Replace iterator with index, pass
3474         index to entry write function.
3475         * target.h (Target::tls_offset_for_local, tls_offset_for_global,
3476         do_tls_offset_for_local, do_tls_offset_for_global): New functions.
3477         * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
3478         call.
3479         * i386.cc (Target_i386::Scan::local): Likewise.
3480         * sparc.cc (Target_sparc::Scan::local): Likewise.
3481         * x86_64.cc (Target_x86_64::Scan::local): Likewise.
3482         * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
3483         do_tls_offset_for_global): New functions.
3484         (Target_powerpc::Scan::local): Correct TLS relocations and got
3485         entry values.
3486         (Target_powerpc::Scan::global): Don't emit unnecessary
3487         dynamic relocations on TLS GOT entries.
3488
3489 2012-09-10  Matthias Klose  <doko@ubuntu.com>
3490
3491         * config.in: Disable sanity check for kfreebsd.
3492
3493 2012-09-10  Sterling Augustine  <saugustine@google.com>
3494
3495         * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
3496         (Gdb_index::pubtypes_read): New parameter.
3497         (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
3498         to calls.
3499         * gdb-index.h (Gdb_index): New fields pubnames_object_ and
3500         pubtypes_object_.
3501
3502 2012-09-09  Alan Modra  <amodra@gmail.com>
3503
3504         * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
3505         (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
3506         * gc.h (gc_process_relocs): Call target gc_add_reference.
3507         * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
3508         * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
3509         (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
3510         unnecessary cast.
3511         * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
3512         to cater for when we don't need code offset.  Update use.
3513         (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
3514         (Powerpc_relobj::access_from_map, add_reference, opd_valid,
3515         set_opd_valid): New functions.
3516         (Target_powerpc::do_gc_add_reference): New function.
3517         (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
3518         stashed refs.
3519         (Target_powerpc::do_gc_mark_symbol): New function.
3520
3521 2012-09-06  Cary Coutant  <ccoutant@google.com>
3522
3523         * dwarf_reader.cc (Dwarf_die::read_attributes): Add
3524         DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
3525         (Dwarf_die::skip_attributes): Likewise.
3526         * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
3527         * testsuite/gdb_index_test.cc (inline_func_1): New function.
3528         (main): Call it.
3529         * testsuite/gdb_index_test_comm.sh: Check index for inline function.
3530
3531 2012-09-05  H.J. Lu  <hongjiu.lu@intel.com>
3532
3533         * testsuite/script_test_3.t: Add .got.plt output section
3534         statement.
3535         * testsuite/script_test_4.t: Likewise.
3536
3537 2012-09-05  Alan Modra  <amodra@gmail.com>
3538
3539         * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
3540         update all uses and lose "enum" when using type.
3541
3542 2012-09-05  Alan Modra  <amodra@gmail.com>
3543
3544         * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
3545         * configure: Regenerate.
3546         * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
3547         (plugin_final_layout.stdout): Likewise.
3548         (memory_test): Set page sizes to 0x1000.
3549         * testsuite/Makefile.in: Regenerate.
3550         * testsuite/discard_locals_test.sh: Add FIXME comment.
3551         * testsuite/justsyms_exec.c: Disable function test for powerpc64.
3552         * testsuite/pr14265.t: Add .got output section statement.
3553         * testsuite/script_test_2.t: Likewise.
3554         * testsuite/script_test_3.t: Likewise.
3555         * testsuite/script_test_4.t: Likewise.
3556         * testsuite/script_test_5.t: Likewise.
3557         * testsuite/script_test_6.t: Likewise.
3558         * testsuite/script_test_7.t: Likewise.
3559         * testsuite/script_test_9.t: Likewise.
3560
3561 2012-09-05  Alan Modra  <amodra@gmail.com>
3562
3563         * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
3564         (Powerpc_relocate_functions::Status): New typedef.
3565         (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3566         (Target_powerpc::Scan::local): Handle REL64.
3567         (Target_powerpc::Scan::global): Likewise, and dynamic relocs
3568         for REL32 and REL64.
3569         (Target_powerpc::symval_for_branch): New function, extracted from..
3570         (Target_powerpc::Relocate::relocate): ..here.  Correct plt call
3571         checks.  Report overflow errors.
3572
3573 2012-09-05  Alan Modra  <amodra@gmail.com>
3574
3575         * object.h (Sized_relobj_file::emit_relocs): Delete.
3576         (Sized_relobj_file::emit_relocs_reltype): Delete.
3577         * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
3578         relocate_relocs for --emit-relocs.
3579         (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
3580         * output.h: Update comment.
3581         (Output_segment::first_section): New function.
3582         (Output_segment::first_section_load_address): Use first_section.
3583         * output.cc (Output_segment::first_section): New function extracted..
3584         (Output_segment::first_section_load_address): ..from here.  Delete.
3585         * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
3586         * target.h (Sized_target::relocate_for_relocatable): Likewise.
3587         * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
3588         adjust call to target.h function.
3589         * i386.cc (Target_i386): Likewise.
3590         * sparc.cc (Target_sparc): Likewise.
3591         * x86_64.cc (Target_x86_64): Likewise.
3592         * powerpc.cc (Target_powerpc): Likewise.
3593         (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS.  Ensure
3594         first tls section has section symbol for optimised local dynamic
3595         output relocs.
3596         (Target_powerpc::Relocate::relocate): Correct local dynamic value.
3597         (Target_powerpc::relocate_relocs): Adjust relocs emitted for
3598         optimised tls code.
3599         * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
3600         Rename to relocate_relocs.  Update error message.
3601
3602 2012-09-04  Andreas Schwab  <schwab@linux-m68k.org>
3603
3604         * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
3605         --just-symbols.
3606
3607 2012-08-31  Alan Modra  <amodra@gmail.com>
3608
3609         * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
3610         (Powerpc_relobj::toc_base_offset): New stub function.
3611         (Target_powerpc): Add tp_offset, dtp_offset.  Rename
3612         got_mod_index_offset to tlsld_got_offset.  Update all refs.
3613         (Target_powerpc::Relocate::enum skip_tls): New.
3614         (Target_powerpc::call_tls_get_addr_): New var.
3615         (Target_powerpc::is_branch_reloc): Move to file scope.
3616         (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
3617         (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
3618         New functions.
3619         (Target_powerpc::enum Got_type): Delete old values, add new ones.
3620         (powerpc_info): Correct common_pagesize for ppc64.
3621         (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
3622         (Powerpc_relocate_functions): Add overflow check enums and functions.
3623         Add non-shift version of rela, rela_ua.  Delete all rel public
3624         functions.  Delete addr16_lo.  Add addr64, addr64_u, addr32,
3625         addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
3626         addr16_ha3, addr14 functions.
3627         (Output_data_got_powerpc::add_constant_pair): New function.
3628         (Output_data_got_powerpc::got_base_offset): Likewise.
3629         (Output_data_got_powerpc::do_write): Correct 64-bit got header.
3630         (instruction constants): Sort, add some more.
3631         (Output_data_glink::do_write): Add and use Address typedef.  Use
3632         object->toc_base_offset() stub for 64-bit.
3633         (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
3634         (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3635         (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
3636         for R_PPC64_TOC.  Handle more relocs.  Generate got entries for TLS.
3637         Always treat .opd relocs as against locally defined symbol.
3638         Correct condition for RELATIVE relocs.
3639         (Target_powerpc::do_finalize_sections): Test for NULL sections.
3640         (Target_powerpc::Relocate::relocate): Use plt call stub as value
3641         for 32-bit syms with a plt entry.  Correct ppc64 toc base
3642         calculations.  Handle TLS relocs, and more.  Add overflow
3643         checking and adjust for Powerpc_relocate_functions changes.
3644         (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
3645         Reinstate --emit-relocs code with FIXME.
3646
3647 2012-08-30  Alan Modra  <amodra@gmail.com>
3648
3649         * layout.cc (Layout::set_segment_offsets): Set p_align to
3650         abi_pagesize, not common_pagesize.
3651         (Layout::relaxation_loop_body): Similarly use abi_pagesize
3652         to determine whether file header can go in segment.
3653
3654 2012-08-30  Alan Modra  <amodra@gmail.com>
3655
3656         * output.h (Output_reloc::Output_reloc <output section>): Add
3657         is_relative param.  Adjust calls.
3658         (Output_reloc::add_output_section_relative): New functions.
3659         * output.cc (Output_reloc::Output_reloc <output section>): Handle
3660         is_relative.
3661         (Output_reloc::symbol_value): Handle SECTION_CODE.
3662
3663 2012-08-24  Sriraman Tallam  <tmsriram@google.com>
3664
3665         * gold.cc (queue_middle_tasks): Call layout again when unique
3666         segments for sections is desired.
3667         * layout.cc (Layout::Layout): Initialize new members.
3668         (Layout::get_output_section_flags): New function.
3669         (Layout::choose_output_section): Call get_output_section_flags.
3670         (Layout::layout): Make output section for mapping to a unique segment.
3671         (Layout::insert_section_segment_map): New function.
3672         (Layout::attach_allocated_section_to_segment): Make unique segment for
3673         output sections marked so.
3674         (Layout::segment_precedes): Check for unique segments when sorting.
3675         * layout.h (Layout::Unique_segment_info): New struct.
3676         (Layout::Section_segment_map): New typedef.
3677         (Layout::insert_section_segment_map): New function.
3678         (Layout::get_output_section_flags): New function.
3679         (Layout::is_unique_segment_for_sections_specified): New function.
3680         (Layout::set_unique_segment_for_sections_specified): New function.
3681         (Layout::unique_segment_for_sections_specified_): New member.
3682         (Layout::section_segment_map_): New member.
3683         * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
3684         Rename is_gc_pass_one to is_pass_one.
3685         Rename is_gc_pass_two to is_pass_two.
3686         Rename is_gc_or_icf to is_two_pass.
3687         Check for which pass based on whether symbols data is present.
3688         Make it two pass when unique segments for sections is desired.
3689         * output.cc (Output_section::Output_section): Initialize new
3690         members.
3691         * output.h (Output_section::is_unique_segment): New function.
3692         (Output_section::set_is_unique_segment): New function.
3693         (Output_section::is_unique_segment_): New member.
3694         (Output_section::extra_segment_flags): New function.
3695         (Output_section::set_extra_segment_flags): New function.
3696         (Output_section::extra_segment_flags_): New member.
3697         (Output_section::segment_alignment): New function.
3698         (Output_section::set_segment_alignment): New function.
3699         (Output_section::segment_alignment_): New member.
3700         (Output_segment::Output_segment): Initialize is_unique_segment_.
3701         (Output_segment::is_unique_segment): New function.
3702         (Output_segment::set_is_unique_segment): New function.
3703         (Output_segment::is_unique_segment_): New member.
3704         * plugin.cc (allow_unique_segment_for_sections): New function.
3705         (unique_segment_for_sections): New function.
3706         (Plugin::load): Add new functions to transfer vector.
3707         * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
3708         * Makefile.in: Regenerate.
3709         * testsuite/plugin_final_layout.sh: Check if unique segment
3710         functionality works.
3711         * testsuite/plugin_section_order.c (onload): Check if new interfaces
3712         are available.
3713         (allow_unique_segment_for_sections): New global.
3714         (unique_segment_for_sections): New global.
3715         (claim_file_hook): Call allow_unique_segment_for_sections.
3716         (all_symbols_read_hook): Call unique_segment_for_sections.
3717
3718 2012-08-22  Cary Coutant  <ccoutant@google.com>
3719
3720         * layout.cc (Layout::include_section): Don't assert on GROUP
3721         sections with --emit-relocs.
3722
3723 2012-08-21  Cary Coutant  <ccoutant@google.com>
3724
3725         * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
3726         if --export-dynamic-symbol names an undef symbol.
3727
3728 2012-08-18  Alan Modra  <amodra@gmail.com>
3729
3730         * powerpc.cc: Formatting and white space.
3731         (Powerpc_relobj): Rename got2_section_ to special_.
3732         Add opd_ent_shndx_ and opd_ent_off_ vectors.
3733         (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
3734         scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
3735         (Target_powerpc): Add Address typedef and invalid_address.  Use
3736         throughout.
3737         (Target_powerpc::is_branch_reloc): New function.
3738         (Powerpc_relocate_functions): Add Address typedef, use throughout.
3739         (Powerpc_relocate_functions:rela, rela_ua): Correct type used
3740         for dst_mask, value and addend.
3741         (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
3742         (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
3743         (Output_data_glink::do_write): Correct toc base.  Don't try to use
3744         uint16_t for 24-bit offset.  Use get_output_section_offset and
3745         check return.
3746         (Target_powerpc::Scan::local): Handle more relocs.
3747         (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
3748         (Target_powerpc::Relocate::relocate): Correct toc base calculation.
3749         Plug in toc restoring insn after plt calls.  Translate branches
3750         to function descriptor symbols to corresponding entry point.
3751         (Target_powerpc::relocate_for_relocatable): Check return from
3752         get_output_section_offset.
3753         * symtab.h: Comment typo.
3754
3755 2012-08-14  Ian Lance Taylor  <iant@google.com>
3756
3757         * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
3758         unsupported_relocal_local to call unsupported_reloc_global.
3759
3760 2012-08-14  Nick Clifton  <nickc@redhat.com>
3761
3762         PR ld/14265
3763         * script-sections.cc (Sections_element::output_section_name): Add
3764         keep return parameter.
3765         (Output_section_element::match_name): Add keep return parameter.
3766         Return the value of the keep_ member.
3767         * script-sections.h (class Output_section): Update
3768         output_section_name prototype.
3769         * layout.cc (Layout::keep_input_section): New public member
3770         function.
3771         (Layout::choose_output_section): Pass keep parameter to
3772         output_section_name.
3773         * layout.h (class Layout): Add keep_input_section.
3774         * object.cc (Sized_relobj_file::do_layout): Check for kept input
3775         sections.
3776         * testsuite/Makefile.am: Add a test.
3777         * testsuite/Makefile.in: Regenerate.
3778         * testsuite/pr14265.c: Source file for the test.
3779         * testsuite/pr14265.t: Linker script for the test.
3780         * testsuite/pr14265.sh: Shell script for the test.
3781
3782 2012-08-14  Alan Modra  <amodra@gmail.com>
3783
3784         * target.h (Target::output_section_name): New function.
3785         (Target::do_output_section_name): New function.
3786         * layout.cc (Layout::choose_output_section): Call the above.
3787         * powerpc.cc (Target_powerpc::do_output_section_name): New function.
3788
3789 2012-08-14  Alan Modra  <amodra@gmail.com>
3790
3791         * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
3792         (Output_data_got_powerpc::do_write): Don't rely on base class lookup
3793         for replace_constant call.
3794         (Output_data_plt_powerpc::do_print_to_mapfile): New function.
3795         (Output_data_glink::do_print_to_mapfile): New function.
3796         (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
3797         (Target_powerpc::Relocate::relocate): Likewise.
3798
3799 2012-08-14  Alan Modra  <amodra@gmail.com>
3800
3801         * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
3802         (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
3803         (Output_data_glink::add_entry,find_entry): Remove shndx param.
3804         (class Glink_sym_ent): Rename from struct Glink_sym_ent.  Remove
3805         all references to shndx_.  Handle special case for R_PPC_PLTREL24
3806         here.
3807         (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
3808         (Output_data_glink::do_write): Retrieve got2_shdnx from object.
3809         (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
3810         here.
3811         (Target_powerpc::Scan::global): Nor on make_plt_entry call.
3812         (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
3813
3814 2012-08-12  Alan Modra  <amodra@gmail.com>
3815
3816         * powerpc.cc: Whitespace fixes.  Wrap overly long lines.
3817         (glink insn constants): Use uint32_t.
3818         (Output_data_glink::add_entry): Use insert, not [] operator.
3819
3820 2012-08-11  Alan Modra  <amodra@gmail.com>
3821
3822         * object.h (Sized_relobj_file::find_shdr): New function.
3823         (Sized_relobj_file::find_special_sections): New function.
3824         * object.cc (Sized_relobj_file::find_shdr): New function.
3825         (Sized_relobj_file::find_eh_frame): Use find_shdr.
3826         (Sized_relobj_file::find_special_sections): New function, split out..
3827         (Sized_relobj_file::do_read_symbols): ..from here.
3828         * output.h (Output_data_got::replace_constant): New function.
3829         (Output_data_got::num_entries): New function.
3830         (Output_data_got::last_got_offset,set_got_size): Use num_entries.
3831         (Output_data_got::got_offset): Protected rather than private.
3832         (Output_data_got::replace_got_entry): New function.
3833         * output.cc (Output_data_got::replace_got_entry): New function.
3834         * powerpc.cc (class Powerpc_relobj): New.
3835         (class Powerpc_relocate_functions): Delete all psymval variants or
3836         convert to value,addend type.  Delete pcrela, pcrela_unaligned.
3837         Implement _ha functions using corresponding _hi function.
3838         (Powerpc_relobj::find_special_sections): New function.
3839         (Target_powerpc::do_make_elf_object): New function.
3840         (class Output_data_got_powerpc): New.
3841         (class Output_data_glink): New.
3842         (class Powerpc_scan_relocatable_reloc): New.
3843         Many more changes througout file.
3844
3845 2012-08-09  Nick Clifton  <nickc@redhat.com>
3846
3847         * po/vi.po: Updated Vietnamese translation.
3848
3849 2012-08-07  Ian Lance Taylor  <iant@google.com>
3850
3851         * layout.cc (Layout::add_target_dynamic_tags): If
3852         dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
3853         plt_rel.
3854
3855 2012-07-30  Nick Clifton  <nickc@redhat.com>
3856
3857         * po/gold.pot: Updated template.
3858         * po/es.po: Updated Spanish translation.
3859
3860 2012-07-18  Cary Coutant  <ccoutant@google.com>
3861
3862         PR gold/14344
3863         * configure.ac: Add check for -gpubnames support.
3864         * configure: Regenerate.
3865         * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
3866         support; force -gno-pubnames.
3867         (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
3868         support.
3869         (gdb_index_test_4): New test.
3870         * testsuite/Makefile.in: Regenerate.
3871         * testsuite/gdb_index_test_1.sh: Refactor code into common file.
3872         * testsuite/gdb_index_test_2.sh: Likewise.
3873         * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
3874         * testsuite/gdb_index_test_4.sh: New script.
3875         * testsuite/gdb_index_test_comm.sh: New script with common code;
3876         don't look for space after colon.
3877
3878 2012-07-16  Sriraman Tallam  <tmsriram@google.com>
3879
3880         * gold.cc (queue_middle_tasks): Update function order only after
3881         deferred objects due to plugins are processed.
3882
3883 2012-07-11  Ian Lance Taylor  <iant@google.com>
3884
3885         * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
3886         (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
3887         (Target_arm::scan_reloc_for_stub): Likewise.
3888         * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
3889         * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
3890         * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
3891         * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
3892         * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
3893
3894 2012-07-10  Dodji Seketeli  <dodji@redhat.com>
3895             Ian Lance Taylor  <iant@google.com>
3896
3897         PR gold/14309
3898         * configure.ac: Test whether std::tr1::hash<off_t> works.
3899         * gold.h: Add a specialization for std::tr1::hash<off_t> if
3900         needed.
3901         * output.h (class Output_fill): Add virtual destructor.
3902         * configure, config.in: Rebuild.
3903
3904 2012-06-22  Roland McGrath  <mcgrathr@google.com>
3905
3906         * layout.cc (finalize): Define __ehdr_start symbol if applicable.
3907
3908 2012-06-12  Rafael Ávila de Espíndola <respindola@mozilla.com>
3909
3910         * plugin.cc (Plugin::load): Handle position independent executables.
3911
3912 2012-06-06  Cary Coutant  <ccoutant@google.com>
3913
3914         * layout.cc (gdb_sections): Remove ".debug_" prefixes,
3915         add .debug_macro.
3916         (lines_only_debug_sections): Likewise.
3917         (gdb_fast_lookup_sections): New static array.
3918         (is_gdb_debug_section): Rename formal parameter.
3919         (is_lines_only_debug_section): Likewise.
3920         (is_gdb_fast_lookup_section): New function.
3921         (Layout::include_section): Check for ".zdebug_" prefix; pass
3922         section name suffix to is_gdb_debug_section, et al.; check for
3923         fast-lookup sections when building .gdb_index.
3924         * options.h (--strip-debug-gdb): Update GDB version number.
3925
3926 2012-06-06  Cary Coutant  <ccoutant@google.com>
3927
3928         * configure.ac: Add check for fallocate.
3929         * configure: Regenerate.
3930         * config.in: Regenerate.
3931
3932         * options.h (class General_options): Add --mmap-output-file and
3933         --posix-fallocate options.
3934         * output.cc: (posix_fallocate): Remove; replace with...
3935         (gold_fallocate): New function.
3936         (Output_file::map_no_anonymous): Call gold_fallocate.
3937         (Output_file::map): Check --mmap-output-file option.
3938
3939 2012-06-05  Jing Yu  <jingyu@google.com>
3940
3941         * gold.h (textdomain): Add do {} to empty while(0).
3942         (bindtextdomain): Likewise.
3943
3944 2012-06-04  Cary Coutant  <ccoutant@google.com>
3945
3946         * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
3947         has_dynsym_index.
3948
3949 2012-05-25  Sriraman Tallam  <tmsriram@google.com>
3950
3951         * symtab.cc (Symbol_table::define_special_symbol):
3952         Initialize *poldsym to prevent uninitialized variable errors.
3953
3954 2012-05-23  Cary Coutant  <ccoutant@google.com>
3955
3956         * layout.cc (Layout::section_name_mapping): Add rules to handle
3957         exact match on .data.rel.ro.local or .data.rel.ro.
3958         (Layout::output_section_name): Check for exact matches.
3959
3960 2012-05-23  Cary Coutant  <ccoutant@google.com>
3961
3962         * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
3963         more carefully.
3964
3965 2012-05-22  Cary Coutant  <ccoutant@google.com>
3966
3967         * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
3968         object before exporting symbol.
3969
3970 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3971
3972         * testsuite/tls_test.cc: Include "config.h" first.
3973         * testsuite/tls_test_c.c: Likewise.
3974
3975 2012-05-17  Daniel Richard G.  <skunk@iskunk.org>
3976             Nick Clifton  <nickc@redhat.com>
3977
3978         PR 14072
3979         * configure.in: Add check that sysdep.h has been included before
3980         any system header files.
3981         * configure: Regenerate.
3982         * config.in: Regenerate.
3983
3984 2012-05-14  Cary Coutant  <ccoutant@google.com>
3985
3986         * layout.cc (Layout::make_output_section): Mark .tdata section
3987         as RELRO.
3988         * testsuite/relro_test.cc: Add a TLS variable.
3989
3990 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
3991
3992         PR gold/14091
3993         * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
3994         R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
3995         R_X86_64_64.
3996
3997 2012-05-08  Cary Coutant  <ccoutant@google.com>
3998
3999         * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
4000         (lines_only_debug_sections): Likewise.
4001
4002 2012-05-02  Roland McGrath  <mcgrathr@google.com>
4003
4004         * nacl.cc: New file.
4005         * nacl.h: New file.
4006         * Makefile.am (CCFILES, HFILES): Add them.
4007         * Makefile.in: Regenerate.
4008         * i386.cc (Output_data_plt_i386_nacl): New class.
4009         (Output_data_plt_i386_nacl_exec): New class.
4010         (Output_data_plt_i386_nacl_dyn): New class.
4011         (Target_i386_nacl): New class.
4012         (Target_selector_i386_nacl): New class.
4013         (target_selector_i386): Use it instead of Target_selector_i386.
4014         * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
4015         (Target_x86_64_nacl): New class.
4016         (Target_selector_x86_64_nacl): New class.
4017         (target_selector_x86_64, target_selector_x32): Use it instead of
4018         Target_selector_x86_64.
4019         * arm.cc (Output_data_plt_arm_nacl): New class.
4020         (Target_arm_nacl): New class.
4021         (Target_selector_arm_nacl): New class.
4022         (target_selector_arm, target_selector_armbe): Use it instead of
4023         Target_selector_arm.
4024
4025         * target-select.cc (select_target): Take new Input_file* and off_t
4026         arguments, pass them on to recognize method of selector.
4027         * object.cc (make_elf_sized_object): Update caller.
4028         * parameters.cc (parameters_force_valid_target): Likewise.
4029         * incremental.cc (make_sized_incremental_binary): Likewise.
4030         * target-select.h: Update decl.
4031         (Target_selector::recognize): Take new Input_file* argument,
4032         pass it on to do_recognize.
4033         (Target_selector::do_recognize): Take new Input_file* argument.
4034         * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
4035         * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
4036         * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
4037         * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
4038
4039         * target.h (Target::Target_info): New members isolate_execinstr
4040         and rosegment_gap.
4041         (Target::isolate_execinstr, Target::rosegment_gap): New methods.
4042         * arm.cc (Target_arm::arm_info): Update initializer.
4043         * i386.cc (Target_i386::i386_info): Likewise.
4044         * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
4045         * sparc.cc (Target_sparc::sparc_info): Likewise.
4046         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
4047         * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
4048         * layout.cc (Layout::attach_allocated_section_to_segment):
4049         Take new const Target* argument.  If target->isolate_execinstr(), act
4050         like --rosegment.
4051         (Layout::find_first_load_seg): Take new const Target* argument;
4052         if target->isolate_execinstr(), reject PF_X segments.
4053         (Layout::relaxation_loop_body): Update caller.
4054         (Layout::set_segment_offsets): If target->isolate_execinstr(),
4055         reset file offset to zero when we hit LOAD_SEG, and then do a second
4056         loop over the segments before LOAD_SEG to reassign offsets after
4057         addresses have been determined.  Handle target->rosegment_gap().
4058         (Layout::attach_section_to_segment): Take new const Target* argument;
4059         pass it to attach_allocated_section_to_segment.
4060         (Layout::make_output_section): Update caller.
4061         (Layout::attach_sections_to_segments): Take new const Target* argument;
4062         pass it to attach_section_to_segment.
4063         * gold.cc (queue_middle_tasks): Update caller.
4064         * layout.h (Layout): Update method decls with new arguments.
4065
4066         * arm.cc (Target_arm::Target_arm): Take optional argument for the
4067         Target_info pointer to use.
4068         (Target_arm::do_make_data_plt): New virtual method.
4069         (Target_arm::make_data_plt): New method that calls it.
4070         (Target_arm::make_plt_entry): Use it.
4071         (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
4072         for the section alignment.
4073         (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
4074         method.
4075         (Output_data_plt_arm::first_plt_entry_offset): Call it.
4076         (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
4077         method.
4078         (Output_data_plt_arm::get_plt_entry_size): Call it.
4079         (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
4080         (Output_data_plt_arm::fill_plt_entry): New method that calls it.
4081         (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
4082         method.
4083         (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
4084         (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
4085         method instead of sizeof(plt_entry).
4086         (Output_data_plt_arm::add_entry): Likewise.
4087         Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
4088         (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
4089         than static method.
4090         (Target_arm::plt_entry_size): Likewise.
4091         (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
4092         Move to ...
4093         (Output_data_plt_arm_standard): ... here, new class.
4094         (Output_data_plt_arm::do_write): Move guts of PLT filling to...
4095         (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
4096         (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
4097
4098         * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
4099         Take additional argument for the PLT entry size.
4100         (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
4101         Use get_plt_entry_size method rather than plt_entry_size variable.
4102         (Output_data_plt_x86_64::reserve_slot): Likewise.
4103         (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
4104         (Output_data_plt_x86_64::add_entry): Likewise.
4105         (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
4106         (Output_data_plt_x86_64::address_for_global): Likewise.
4107         (Output_data_plt_x86_64::address_for_local): Likewise.
4108         (Output_data_plt_x86_64::set_final_data_size): Likewise.
4109         (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
4110         Make method non-static.
4111         (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
4112         method.
4113         (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
4114         (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
4115         (Output_data_plt_x86_64::add_eh_frame): New method to call it.
4116         (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
4117         virtual method.
4118         (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
4119         (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
4120         virtual method.
4121         (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
4122         (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
4123         virtual method.
4124         (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
4125         (Output_data_plt_x86_64::plt_entry_size)
4126         (Output_data_plt_x86_64::first_plt_entry)
4127         (Output_data_plt_x86_64::plt_entry)
4128         (Output_data_plt_x86_64::tlsdesc_plt_entry)
4129         (Output_data_plt_x86_64::plt_eh_frame_fde_size)
4130         (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
4131         (Output_data_plt_x86_64_standard): ... here, new class.
4132         (Target_x86_64::Target_x86_64): Take optional argument for the
4133         Target_info pointer to use.
4134         (Target_x86_64::do_make_data_plt): New virtual method.
4135         (Target_x86_64::make_data_plt): New method to call it.
4136         (Target_x86_64::init_got_plt_for_update): Use that.
4137         Call this->plt_->add_eh_frame method here.
4138         (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
4139         (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
4140         rather than static method.
4141         (Target_x86_64::plt_entry_size): Likewise.
4142         (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
4143         rather than plt_entry_size variable.  Move guts of PLT filling to...
4144         (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
4145         (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
4146         (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
4147
4148         * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
4149         additional argument for the section alignment.
4150         Don't do add_eh_frame_for_plt here.
4151         (Output_data_plt_i386::first_plt_entry_offset): Make the method
4152         non-static.  Use get_plt_entry_size method rather than plt_entry_size
4153         variable.
4154         (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
4155         method.
4156         (Output_data_plt_i386::get_plt_entry_size): Call it.
4157         (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
4158         (Output_data_plt_i386::add_eh_frame): New method to call it.
4159         (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
4160         method.
4161         (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
4162         (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
4163         method.
4164         (Output_data_plt_i386::fill_plt_entry): New method to call it.
4165         (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
4166         method instead of plt_entry_size.
4167         (Output_data_plt_i386::plt_entry_size)
4168         (Output_data_plt_i386::plt_eh_frame_fde_size)
4169         (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
4170         (Output_data_plt_i386_standard): ... here, new class.
4171         (Output_data_plt_i386_exec): New class.
4172         (Output_data_plt_i386::exec_first_plt_entry): Move to ...
4173         (Output_data_plt_i386_exec::first_plt_entry): ... here.
4174         (Output_data_plt_i386::exec_plt_entry): Move to ...
4175         (Output_data_plt_i386_exec::plt_entry): ... here.
4176         (Output_data_plt_i386_dyn): New class.
4177         (Output_data_plt_i386::first_plt_entry): Move to ...
4178         (Output_data_plt_i386_dyn::first_plt_entry): ... here.
4179         (Output_data_plt_i386::dyn_plt_entry): Move to ...
4180         (Output_data_plt_i386_dyn::plt_entry): ... here.
4181         (Target_i386::Target_i386): Take optional argument for the Target_info
4182         pointer to use.
4183         (Target_i386::do_make_data_plt): New virtual method.
4184         (Target_i386::make_data_plt): New method to call it.
4185         (Target_i386::make_plt_section): Use that.
4186         Call this->plt_->add_eh_frame method here.
4187         (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
4188         rather than plt_entry_size variable.
4189         (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
4190         (Output_data_plt_i386::address_for_local): Likewise.
4191         (Output_data_plt_i386::do_write): Likewise.
4192         Move guts of PLT filling to...
4193         (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
4194         (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
4195         (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
4196         (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
4197
4198 2012-05-01  Cary Coutant  <ccoutant@google.com>
4199
4200         * dwarf_reader.cc (Dwarf_die::read_attributes)
4201         (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
4202         (Dwarf_die::uint_attribute): Remove DW_FORM_null.
4203         * reduced_debug_output.cc
4204         (Output_reduced_debug_info_section::get_die_end): Remove
4205         DW_FORM_GNU_ref_index.  Add default case.
4206
4207 2012-04-26  Mark Wielaard  <mjw@redhat.com>
4208
4209         * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
4210         * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
4211         * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
4212         DW_AT_high_pc as offset from DW_AT_low_pc.
4213
4214         * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
4215         * testsuite/Makefile.in: Regenerate.
4216         * testsuite/gdb_index_test_3.c: New test source file.
4217         * testsuite/gdb_index_test_3.sh: New test source file.
4218
4219 2012-04-25  Ian Lance Taylor  <iant@google.com>
4220
4221         * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
4222         pointer.
4223         (Stub_addend_reader::operator()): Declare Arm_relocate_functions
4224         as a class, not a struct.
4225         (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
4226         (Target_arm::apply_cortex_a8_workaround): Likewise.
4227         * gc.h: Declare Reloc_types as a struct, not a class.
4228         * object.h: Declare Symbols_data as a struct.
4229         * reloc.h: Declare Read_relocs_data as a struct.
4230         * target.h: Declare Relocate_info as a struct.
4231
4232 2012-04-24  David S. Miller  <davem@davemloft.net>
4233
4234         * sparc.cc (Target_sparc::Relocate::relax_call): New function.
4235         (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
4236         and R_SPARC_WPLT30.
4237
4238 2012-04-24  Cary Coutant  <ccoutant@google.com>
4239
4240         * incremental-dump.cc (find_input_containing_global): Replace
4241         magic number with symbolic constant.
4242         (dump_incremental_inputs): Update version number.
4243         * incremental.cc (Output_section_incremental_inputs): Update version
4244         number; import symbolic constants from Incremental_inputs_reader.
4245         (Incremental_inputs::create_data_sections): Align relocations
4246         section correctly for 64-bit targets.
4247         (Output_section_incremental_inputs::set_final_data_size): Use symbolic
4248         constants; add padding.
4249         (Output_section_incremental_inputs::write_header): Add assert for
4250         header_size.
4251         (Output_section_incremental_inputs::write_input_files): Add assert
4252         for input_entry_size.
4253         (Output_section_incremental_inputs::write_info_blocks): Add padding;
4254         add assert for object_info_size, input_section_entry_size,
4255         global_sym_entry_size.
4256         * incremental.h (Incremental_inputs_reader): Add symbolic constants
4257         for data structure sizes; use them.
4258         (Incremental_input_entry_reader): Import symbolic constants from
4259         Incremental_inputs_reader; use them.
4260
4261 2012-04-23  David S. Miller  <davem@davemloft.net>
4262
4263         * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
4264         and elf_flags_set_.
4265         (Target_sparc::Target_sparc): Initialize new fields.
4266         (Target_sparc::do_make_elf_object): New function.
4267         (Target_sparc::do_adjust_elf_header): New function.
4268
4269 2012-04-23  Cary Coutant  <ccoutant@google.com>
4270
4271         * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
4272         CU range table of gdb index.
4273
4274 2012-04-20  David S. Miller  <davem@davemloft.net>
4275
4276         * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
4277         instead of false.
4278
4279 2012-04-16  David S. Miller  <davem@davemloft.net>
4280
4281         * sparc.cc (Target_sparc::got_address): New function.
4282         (Sparc_relocate_functions::gdop_hix22): New function.
4283         (Sparc_relocate_functions::gdop_lox10): New function.
4284         (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
4285         relocs.
4286         (Target_sparc::Scan::local): Likewise if the global symbol is not
4287         preemptible and is not IFUNC.
4288         (Target_sparc::Relocate::relocate): Perform GOTDATA code
4289         transformations for local and non-preemptible non-IFUNC global
4290         symbols.
4291
4292         * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
4293         writing out 64-bit part of ranges.
4294
4295         * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
4296         -fpic and -fpie respectively.
4297         * Makefile.in: Regenerate.
4298
4299         * sparc.cc (class Target_sparc): Add rela_ifunc_.
4300         (Target_sparc::Target_sparc): Initialize new field.
4301         (Target_sparc::do_plt_section_for_global): New function.
4302         (Target_sparc::do_plt_section_for_local): New function.
4303         (Target_sparc::reloc_needs_plt_for_ifunc): New function.
4304         (Target_sparc::make_plt_section): New function, broken out of
4305         make_plt_entry.  Use ORDER_NON_RELRO_FIRST for ".plt".
4306         (Target_sparc::make_plt_entry): Call make_plt_section.
4307         (Target_sparc::make_local_ifunc_plt_entry): New function.
4308         (Target_sparc::rela_ifunc_section): New function.
4309         (Target_sparc::plt_section): Remove const.
4310         (Output_data_plt_sparc): Update declarations.  Define Global_ifunc
4311         and Local_ifunc types.  Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
4312         and ifunc_count_ fields.
4313         (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
4314         (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
4315         (Output_data_plt_sparc::add_local_ifunc_entry): New function.
4316         (Output_data_plt_sparc::rela_ifunc): New function.
4317         (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
4318         (Output_data_plt_sparc::has_ifunc_section): New function.
4319         (Output_data_plt_sparc::entry_count): Include ifunc_count_.
4320         (Output_data_plt_sparc::address_for_global): New function.
4321         (Output_data_plt_sparc::address_for_local): New function.
4322         (Output_data_plt_sparc::plt_index_to_offset): New function.
4323         (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
4324         and entry_count.
4325         (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
4326         entry_count.
4327         (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
4328         R_SPARC_JMP_IREL to switch.
4329         (Target_sparc::Scan::check_non_pic): Likewise.
4330         (Target_sparc::Scan::local): Handle IFUNC symbols.
4331         (Target_sparc::Scan::local): Likewise.
4332         (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
4333         and plt_address_for_local.
4334         (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
4335         Define __rel_iplt_start and __rel_iplt_end if doing a static link.
4336
4337         * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
4338         (class Output_data_reloc): Adjust calls to Output_reloc_type.
4339         (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
4340         * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
4341         global relocs too.
4342         (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
4343         * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
4344         calls.
4345         * sparc.cc (Target_sparc::Scan::global): Likewise.
4346         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
4347
4348 2012-04-16  Cary Coutant  <ccoutant@google.com>
4349
4350         * archive.cc (Library_base::should_include_member): Check for
4351         --export-dynamic-symbol.
4352         * options.h (class General_options): Add --export-dynamic-symbol.
4353         * symtab.cc (Symbol::should_add_dynsym_entry): Check for
4354         --export-dynamic-symbol.
4355         (Symbol_table::gc_mark_undef_symbols): Likewise.
4356         (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
4357
4358 2012-04-12  David S. Miller  <davem@davemloft.net>
4359
4360         * sparc.cc (Reloc::wdisp10): New relocation method.
4361         (Reloc::h34): Likewise.
4362         (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
4363         (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
4364         R_SPARC_WDISP10.
4365         (Target_sparc::Scan::local): Likewise.
4366         (Target_sparc::Scan::global): Likewise.
4367         (Target_sparc::Relocate::relocate): Likewise.
4368
4369 2012-04-09  Cary Coutant  <ccoutant@google.com>
4370
4371         * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
4372         low_pc == 0.
4373
4374 2012-04-06  Ian Lance Taylor  <iant@google.com>
4375
4376         * timer.cc: #include <unistd.h>.
4377
4378 2012-04-06  Roland McGrath  <mcgrathr@google.com>
4379
4380         * configure.in (AC_CHECK_HEADERS): Add locale.h.
4381         * config.in: Regenerate.
4382         * configure: Regenerate.
4383
4384 2012-04-05  Nick Clifton  <nickc@redhat.com>
4385
4386         * configure.ac (AC_CHECK_FUNCS): Add setlocale.
4387         (AM_LC_MESSAGES): Add.
4388         * aclocal.m4: Regenerate.
4389         * config.in: Regenerate.
4390         * configure: Regenerate.
4391
4392 2012-03-21  Cary Coutant  <ccoutant@google.com>
4393
4394         * Makefile.am: Add gdb-index.cc, gdb-index.h.
4395         * Makefile.in: Regenerate.
4396         * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
4397         (Sized_elf_reloc_mapper::symbol_section): New function.
4398         (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
4399         (make_elf_reloc_mapper): New function.
4400         (Dwarf_abbrev_table::clear_abbrev_codes): New function.
4401         (Dwarf_abbrev_table::do_read_abbrevs): New function.
4402         (Dwarf_abbrev_table::do_get_abbrev): New function.
4403         (Dwarf_ranges_table::read_ranges_table): New function.
4404         (Dwarf_ranges_table::read_range_list): New function.
4405         (Dwarf_pubnames_table::read_section): New function.
4406         (Dwarf_pubnames_table::read_header): New function.
4407         (Dwarf_pubnames_table::next_name): New function.
4408         (Dwarf_die::Dwarf_die): New function.
4409         (Dwarf_die::read_attributes): New function.
4410         (Dwarf_die::skip_attributes): New function.
4411         (Dwarf_die::set_name): New function.
4412         (Dwarf_die::set_linkage_name): New function.
4413         (Dwarf_die::attribute): New function.
4414         (Dwarf_die::string_attribute): New function.
4415         (Dwarf_die::int_attribute): New function.
4416         (Dwarf_die::uint_attribute): New function.
4417         (Dwarf_die::ref_attribute): New function.
4418         (Dwarf_die::child_offset): New function.
4419         (Dwarf_die::sibling_offset): New function.
4420         (Dwarf_info_reader::check_buffer): New function.
4421         (Dwarf_info_reader::parse): New function.
4422         (Dwarf_info_reader::do_parse): New function.
4423         (Dwarf_info_reader::do_read_string_table): New function.
4424         (Dwarf_info_reader::lookup_reloc): New function.
4425         (Dwarf_info_reader::get_string): New function.
4426         (Dwarf_info_reader::visit_compilation_unit): New function.
4427         (Dwarf_info_reader::visit_type_unit): New function.
4428         (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
4429         Sized_elf_reloc_mapper.
4430         (Sized_dwarf_line_info::symbol_section): Remove function.
4431         (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
4432         (Sized_dwarf_line_info::read_line_mappings): Remove object
4433         parameter, adjust callers.
4434         (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
4435         * dwarf_reader.h: Include <sys/types.h>.
4436         (class Track_relocs): Remove forward declaration.
4437         (class Elf_reloc_mapper): New class.
4438         (class Sized_elf_reloc_mapper): New class.
4439         (class Dwarf_abbrev_table): New class.
4440         (class Dwarf_range_list): New class.
4441         (class Dwarf_ranges_table): New class.
4442         (class Dwarf_pubnames_table): New class.
4443         (class Dwarf_die): New class.
4444         (class Dwarf_info_reader): New class.
4445         (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
4446         (Sized_dwarf_line_info::symbol_section): Remove member function.
4447         * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
4448         base class.
4449         * gdb-index.cc: New source file.
4450         * gdb-index.h: New source file.
4451         * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
4452         and .debug_types sections, call Layout::add_to_gdb_index.
4453         (Sized_relobj_incr::do_section_name): Implement.
4454         (Sized_relobj_incr::do_section_contents): Adjust parameter list and
4455         return type; Implement.
4456         (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
4457         return type.
4458         * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
4459         parameter list and return type.
4460         (Sized_incr_dynobj::do_section_contents): Likewise.
4461         * layout.cc: Include gdb-index.h.
4462         (Layout::Layout): Initialize gdb_index_data_.
4463         (Layout::init_fixed_output_section): Check for .gdb_index section.
4464         (Layout::add_to_gdb_index): New function. Instantiate.
4465         * layout.h: Add forward declaration for class Gdb_index.
4466         (Layout::add_to_gdb_index): New member function.
4467         (Layout::gdb_index_data_): New data member.
4468         * main.cc: Include gdb-index.h.
4469         (main): Print statistics for gdb index.
4470         * object.cc (Object::section_contents): Move code into
4471         do_section_contents.
4472         (need_decompressed_section): Check for sections needed when building
4473         gdb index.
4474         (build_compressed_section_map): Likewise.
4475         (Sized_relobj_file::do_read_symbols): Need local symbols when building
4476         gdb index.
4477         (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
4478         sections; call Layout::add_to_gdb_index.
4479         (Sized_relobj_file::do_decompressed_section_contents): Call
4480         do_section_contents directly.
4481         * object.h (Object::do_section_contents): Adjust parameter list and
4482         return type.
4483         (Object::do_decompressed_section_contents): Call do_section_contents
4484         directly.
4485         (Sized_relobj_file::do_section_contents): Adjust parameter list and
4486         return type.
4487         * options.h (class General_options): Add --gdb-index option.
4488         * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
4489         list and return type.
4490         * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
4491         * reloc.h (Track_relocs::checkpoint): New function.
4492         (Track_relocs::reset): New function.
4493
4494         * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
4495         New test cases.
4496         * testsuite/Makefile.in: Regenerate.
4497         * testsuite/gdb_index_test.cc: New test source file.
4498         * testsuite/gdb_index_test_1.sh: New test source file.
4499         * testsuite/gdb_index_test_2.sh: New test source file.
4500
4501 2012-03-19  Doug Kwan  <dougkwan@google.com>
4502
4503         * arm.cc (Target_arm::do_define_standard_symbols): New method.
4504         (Target_arm::do_finalize_sections): Remove code which defines
4505         __exidx_start and __exidx_end.  Make symbol table parameter
4506         anonymous as it is not used.
4507         * gold.cc (queue_middle_tasks): Call target hook to define any
4508         target-specific symbols.
4509         * target.h (Target::define_standard_symbols): New method.
4510         (Target::do_define_standard_symbols): Same.
4511         * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
4512         * testsuite/Makefile.in: Regenerate.
4513         * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
4514         and __exidx_end.
4515         * testsuite/arm_exidx_test.sh: Check that no unused dynamic
4516         relocations are generated for __exidx_start and __exidx_end.
4517
4518 2012-03-16  Doug Kwan  <dougkwan@google.com>
4519
4520         * testsuite/Makefile.am: Disable test initpri3b.
4521         * testsuite/Makefile.in: Regenerate.
4522
4523 2012-03-15  Doug Kwan  <dougkwan@google.com>
4524
4525         * arm.cc (Target_arm::got_section): Make .got section read-only
4526         if -z now is given.
4527
4528 2012-03-15  Ian Lance Taylor  <iant@google.com>
4529
4530         PR gold/13850
4531         * layout.cc (Layout::make_output_section): Correctly mark
4532         SHT_INIT_ARRAY, et. al., as relro.
4533
4534 2012-03-14  Doug Kwan  <dougkwan@google.com>
4535
4536         * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
4537         dynamic relocations for protected symbols in shared objects.
4538
4539 2012-03-13  Ian Lance Taylor  <iant@google.com>
4540
4541         * resolve.cc (Symbol_table::resolve): When merging common symbols,
4542         keep the larger alignment.
4543
4544 2012-03-12  Cary Coutant  <ccoutant@google.com>
4545
4546         * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
4547         handling of DW_LNE_define_file.
4548
4549 2012-03-12  Cary Coutant  <ccoutant@google.com>
4550
4551         * reduced_debug_output.cc
4552         (Output_reduced_debug_info_section::get_die_end): Add new FORM
4553         codes to switch.
4554
4555 2012-02-29  Cary Coutant  <ccoutant@google.com>
4556
4557         * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
4558
4559 2012-02-29  Cary Coutant  <ccoutant@google.com>
4560
4561         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
4562         Call Object::decompressed_section_contents.
4563         * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
4564         New dtor.
4565         (Sized_dwarf_line_info::buffer_start_): New data member.
4566         * merge.cc (Output_merge_data::do_add_input_section): Call
4567         Object::decompressed_section_contents.
4568         (Output_merge_string::do_add_input_section): Likewise.
4569         * object.cc (need_decompressed_section): New function.
4570         (build_compressed_section_map): Decompress sections needed later.
4571         (Sized_relobj_file::do_decompressed_section_contents): New function.
4572         (Sized_relobj_file::do_discard_decompressed_sections): New function.
4573         * object.h (Object::decompressed_section_contents): New function.
4574         (Object::discard_decompressed_sections): New function.
4575         (Object::do_decompressed_section_contents): New function.
4576         (Object::do_discard_decompressed_sections): New function.
4577         (Compressed_section_info): New type.
4578         (Compressed_section_map): Include decompressed section contents.
4579         (Sized_relobj_file::do_decompressed_section_contents): New function.
4580         (Sized_relobj_file::do_discard_decompressed_sections): New function.
4581
4582 2012-02-16  Cary Coutant  <ccoutant@google.com>
4583
4584         * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
4585         * testsuite/Makefile.in: Regenerate.
4586
4587 2012-02-14  Cary Coutant  <ccoutant@google.com>
4588
4589         * options.cc (General_options::finalize): Disallow -pie and -static.
4590
4591 2012-02-03  Doug Kwan  <dougkwan@google.com>
4592
4593         * arm.cc (Arm_relocate_functions::abs8,
4594         Arm_relocate_functions::abs16): Use
4595         Bits::has_signed_unsigned_overflow32.
4596         (Arm_relocate_functions::thm_abs8): Correct range of
4597         overflow check.
4598         * reloc.h (Bits class): Change minimum number of bits from 0 to 1
4599         in assertions.
4600
4601 2012-02-02  Doug Kwan  <dougkwan@google.com>
4602
4603         * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
4604         position independent outputs, not just shared objects.
4605
4606 2012-01-30  H.J. Lu  <hongjiu.lu@intel.com>
4607
4608         * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
4609         * configure: Regenerated.
4610
4611 2012-01-27  Ian Lance Taylor  <iant@google.com>
4612
4613         * reloc.h (Bits): New class with static functions, copied from
4614         namespace utils in arm.cc.
4615         * arm.cc (namespace utils): Remove.  Rewrite all uses to use Bits
4616         instead.
4617
4618 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
4619
4620         * incremental.cc (write_info_blocks): Correct relocation offset.
4621
4622 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
4623
4624         * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
4625         (Relocate::tls_gd_to_le): Likewise.
4626
4627 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
4628
4629         * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
4630
4631 2012-01-27  H.J. Lu  <hongjiu.lu@intel.com>
4632
4633         * configure.ac: Check if -mcmodel=medium works.
4634         * configure: Regenerated.
4635
4636 2012-01-24  Cary Coutant  <ccoutant@google.com>
4637
4638         * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
4639         definition and ...
4640         (read_unsigned_LEB_128_x): ... this new function.
4641         (read_signed_LEB_128): Replaced with inline definition and ...
4642         (read_signed_LEB_128_x): ... this new function.
4643         * int_encoding.h  (read_unsigned_LEB_128_x): New function.
4644         (read_unsigned_LEB_128): Add inline definition.
4645         (read_signed_LEB_128_x): New function.
4646         (read_signed_LEB_128): Add inline definition.
4647         * testsuite/Makefile.am (leb128_unittest): New unit test.
4648         * testsuite/Makefile.in: Regenerate.
4649         * testsuite/leb128_unittest.cc: New unit test.
4650
4651 2012-01-23  Ian Lance Taylor  <iant@google.com>
4652
4653         PR gold/13617
4654         * i386.cc (Target_i386::do_code_fill): When using a jmp
4655         instruction, pad with nop instructions.
4656         * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
4657
4658 2012-01-22  H.J. Lu  <hongjiu.lu@intel.com>
4659
4660         * x86_64.cc (gc_process_relocs): Add typename on types used in
4661         template.
4662         (scan_relocs): Likewise.
4663         (relocate_section): Likewise.
4664         (apply_relocation): Likewise.
4665
4666 2012-01-10  H.J. Lu  <hongjiu.lu@intel.com>
4667
4668         * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
4669         (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
4670         under x32.
4671
4672 2012-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4673
4674         * x86_64.cc: Initial support for x32.
4675
4676 2012-01-03  Cary Coutant  <ccoutant@google.com>
4677
4678         * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
4679         Use abstract base class for GOT.
4680         * gold/output.h (class Output_data_got_base): New abstract base class.
4681         (class Output_data_got): Derive from new base class, adjust ctors.
4682         (Output_data_got::reserve_slot): Make virtual; rename to
4683         do_reserve_slot; Adjust callers.
4684         * gold/target.h (Sized_target::init_got_plt_for_update): Return
4685         pointer to abstract base class.
4686         * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
4687
4688 2011-12-18  Ian Lance Taylor  <iant@google.com>
4689
4690         * object.h (Relobj::local_symbol_value): New function.
4691         (Relobj::local_plt_offset): New function.
4692         (Relobj::local_has_got_offset): New function.
4693         (Relobj::local_got_offset): New function.
4694         (Relobj::set_local_got_offset): New function.
4695         (Relobj::do_local_symbol_value): New pure virtual function.
4696         (Relobj::do_local_plt_offset): Likewise.
4697         (Relobj::do_local_has_got_offset): Likewise.
4698         (Relobj::do_local_got_offset): Likewise.
4699         (Relobj::do_set_local_got_offset): Likewise.
4700         (Sized_relobj::do_local_has_got_offset): Rename from
4701         local_has_got_offset.
4702         (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
4703         (Sized_relobj::do_set_local_got_offset): Rename from
4704         set_local_got_offset.
4705         (Sized_relobj_file::do_local_plt_offset): Rename from
4706         local_plt_offset.
4707         (Sized_relobj_file::do_local_symbol_value): New function.
4708         * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
4709         local_plt_offset.
4710         * output.cc (Output_data_got::Got_entry::write): Change object to
4711         Relobj.  Use local_symbol_value.
4712         (Output_data_got::add_global_with_rel): Change rel_dyn to
4713         Output_data_reloc_generic*.  Use add_global_generic.
4714         (Output_data_got::add_global_with_rela): Remove.  Change all
4715         callers to use add_global_with_rel.
4716         (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
4717         Output_data_reloc_generic*.  Use add_global_generic.
4718         (Output_data_got::add_global_pair_with_rela): Remove.  Change all
4719         callers to use add_global_pair_with_rel.
4720         (Output_data_got::add_local): Change object to Relobj*.
4721         (Output_data_got::add_local_plt): Likewise.
4722         (Output_data_got::add_local_with_rel): Change object to Relobj*,
4723         change rel_dyn to Output_data_reloc_generic*.  Use
4724         add_local_generic.
4725         (Output_data_got::add_local_with_rela): Remove.  Change all
4726         callers to use all_local_with_rel.
4727         (Output_data_got::add_local_pair_with_rel): Change object to
4728         Relobj*, change rel_dyn to Output_data_reloc_generic*.  Use
4729         add_output_section_generic.
4730         (Output_data_got::add_local_pair_with_rela): Remove.  Change all
4731         callers to use add_local_pair_with_rel.
4732         (Output_data_got::reserve_local): Change object to Relobj*.
4733         * output.h: (class Output_data_reloc_generic): Add pure virtual
4734         declarations for add_global_generic, add_local_generic,
4735         add_output_section_generic.
4736         (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
4737         functions for Output_data_reloc_generic.  Update declarations for
4738         changes listed in output.cc.
4739         (class Output_data_got): Change template parameter to got_size.
4740         Don't define Rel_dyn or Rela_dyn.  Update declarations per above.
4741         * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
4742         function.
4743         (Sized_relobj_incr::do_local_plt_offset): New function.
4744         * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
4745         add_global_generic.
4746
4747 2011-12-17  Cary Coutant  <ccoutant@google.com>
4748
4749         * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
4750         * resolve.cc (Symbol_table::resolve): Likewise.
4751         * i386.cc (Target_i386::do_code_fill): Use char constants for nop
4752         arrays.
4753         * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
4754
4755 2011-12-16  Ian Lance Taylor  <iant@google.com>
4756
4757         * output.h (Output_data_reloc_generic::add): Only call
4758         add_dynamic_reloc if this is a dynamic reloc section.
4759
4760 2011-12-15  H.J. Lu  <hongjiu.lu@intel.com>
4761
4762         PR gold/13505
4763         * target-reloc.h (apply_relocation): Replace <64, false> with
4764         <size, big_endian>.
4765
4766 2011-11-25  Nick Clifton  <nickc@redhat.com>
4767
4768         * po/it.po: New Italian translation.
4769
4770 2011-11-17  Sterling Augustine  <saugustine@google.com>
4771
4772         * script.cc (script_include_directive): Implement.
4773         (read_script_file): New local variables name and search_path. Update
4774         comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
4775         * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
4776         * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
4777
4778 2011-11-11  Sterling Augustine  <saugustine@google.com>
4779
4780         * yyscript.y (section_cmd): Add support for INCLUDE directive.
4781         (file_or_sections_cmd): Likewise.
4782
4783 2011-11-11  Doug Kwan  <dougkwan@google.com>
4784
4785         * arm.cc (Target_arm::do_make_elf_object): Allow executable also
4786         if --just-symbols is given.
4787
4788 2011-11-10  Doug Kwan  <dougkwan@google.com>
4789
4790         PR gold/13362
4791         * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
4792         when processing data relocs.
4793         * reloc.h (Relocate_functions::rel_unaligned): New method.
4794         (Relocate_functions::pcrel_unaligned): Ditto.
4795         (Relocate_functions::rel32_unaligned): Ditto.
4796         (Relocate_functions::pcrel32_unaligned): Ditto.
4797
4798 2011-11-09  Doug Kwan  <dougkwan@google.com>
4799
4800         PR gold/13362
4801         * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
4802         Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
4803         * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
4804         RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
4805         (Relocate_functions::rel_unaligned): New.
4806         (Relocate_functions::rel32_unaligned): New.
4807         * target-reloc.h (relocate_for_relocatable): Add code to handle
4808         RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
4809         * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
4810         arm_unaligned_reloc_r): New targets.
4811         * testsuite/Makefile.in: Regenerate.
4812         * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
4813         linking.
4814
4815 2011-11-02  Ian Lance Taylor  <iant@google.com>
4816
4817         * configure.ac: Add --with-lib-path option.  Define LIB_PATH and
4818         NATIVE_LINKER.
4819         * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
4820         * options.cc (General_options::finalize): Use library search path
4821         from configure script if specified.  If not native and no sysroot,
4822         only search TOOLLIBDIR.
4823         * options.h (Search_directory::Search_directory): Change name to
4824         const std::string&.
4825         (General_options::add_to_library_path_with_sysroot): Change arg to
4826         const std::string&.
4827         * configure, Makefile.in, config.in: Rebuild.
4828
4829 2011-11-02  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4830
4831         * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
4832         we are working around the ARM1176 Erratum.
4833         * options.h (General_options::fix_arm1176): Add option.
4834         * testsuite/Makefile.am: Add testcases, and keep current ones
4835         working.
4836         * testsuite/Makefile.in: Regenerate.
4837         * testsuite/arm_fix_1176.s: New file.
4838         * testsuite/arm_fix_1176.sh: Likewise.
4839
4840 2011-11-02  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4841
4842         * arm.cc (Target_arm::Target_arm): Remove initialisation of
4843         may_use_blx_.
4844         (Target_arm::may_use_blx): Remove method.
4845         (Target_arm::set_may_use_blx): Likewise.
4846         (Target_arm::may_use_v4t_interworking): New method.
4847         (Target_arm::may_use_v5t_interworking): Likewise.
4848         (Target_arm::may_use_blx_): Remove member variable.
4849         (Arm_relocate_functions::arm_branch_common): Check for v5T
4850         interworking.
4851         (Arm_relocate_functions::thumb_branch_common): Likewise.
4852         (Reloc_stub::stub_type_for_reloc): Likewise.
4853         (Target_arm::do_finalize_sections): Correct interworking checks.
4854         * testsuite/Makefile.am: Add new tests.
4855         * testsuite/Makefile.in: Regenerate.
4856         * testsuite/arm_farcall_arm_arm.s: New test.
4857         * testsuite/arm_farcall_arm_arm.sh: Likewise.
4858         * testsuite/arm_farcall_arm_thumb.s: Likewise.
4859         * testsuite/arm_farcall_arm_thumb.sh: Likewise.
4860         * testsuite/arm_farcall_thumb_arm.s: Likewise.
4861         * testsuite/arm_farcall_thumb_arm.sh: Likewise.
4862         * testsuite/arm_farcall_thumb_thumb.s: Likewise.
4863         * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
4864
4865 2011-10-31  Cary Coutant  <ccoutant@google.com>
4866
4867         PR gold/13023
4868         * expression.cc (Expression::eval_with_dot): Add
4869         is_section_dot_assignment parameter.
4870         (Expression::eval_maybe_dot): Likewise.  Adjust value when rhs is
4871         absolute and assigning to dot within a section.
4872         * script-sections.cc
4873         (Output_section_element_assignment::set_section_addresses): Pass
4874         dot_section to set_if_absolute.
4875         (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
4876         as is_section_dot_assignment flag to eval_with_dot.
4877         (Output_section_element_dot_assignment::set_section_addresses):
4878         Likewise.
4879         * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
4880         parameter.  Also set value if relative to dot_section; set the
4881         symbol's output_section.
4882         * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
4883         parameter.  Adjust all callers.
4884         (Expression::eval_maybe_dot): Likewise.
4885         (Symbol_assignment::set_if_absolute): Add dot_section parameter.
4886         Adjust all callers.
4887         * testsuite/script_test_2.t: Test assignment of an absolute value
4888         to dot within an output section element.
4889
4890 2011-10-31  Cary Coutant  <ccoutant@google.com>
4891
4892         * options.h (class General_options): Add --[no-]gnu-unique options.
4893         * symtab.cc (Symbol_table::sized_write_globals): Convert
4894         STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
4895
4896 2011-10-31  Cary Coutant  <ccoutant@google.com>
4897
4898         PR gold/13359
4899         * i386.cc (Target_i386::Relocate::relocate_tls): Remove
4900         unnecessary assertion.
4901         * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
4902
4903 2011-10-31 Sriraman Tallam  <tmsriram@google.com>
4904
4905         * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
4906         gc_mark_symbol.
4907         * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
4908         gc_mark_symbol.
4909         Change to just keep the section associated with symbol.
4910         (Symbol_table::add_from_relobj): Mark symbols as not garbage when
4911         they are externally visible and --export-dynamic is turned on.
4912         (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
4913
4914 2011-10-19  Ian Lance Taylor  <iant@google.com>
4915
4916         PR gold/13163
4917         * script-sections.cc
4918         (Output_section_element_dot_assignment::needs_output_section): New
4919         function.
4920
4921 2011-10-19  Ian Lance Taylor  <iant@google.com>
4922
4923         PR gold/13204
4924         * layout.cc (Layout::segment_precedes): Don't assert failure if a
4925         --section-start option was seen.
4926         * options.h (General_options::any_section_start): New function.
4927
4928 2011-10-18  David S. Miller  <davem@davemloft.net>
4929
4930         PR binutils/13301
4931         * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
4932         member to track relocation locations that have moved during TLS
4933         reloc optimizations.
4934         (Target_sparc::Relocate::Relocate): Initialize to NULL.
4935         (Target_sparc::Relocate::relocate): Adjust view down by 4
4936         bytes if it matches reloc_adjust_addr_.
4937         (Target_sparc::Relocate::relocate_tls): Always move the
4938         __tls_get_addr call delay slot instruction forward 4 bytes when
4939         performing relaxation.
4940
4941 2011-10-18  Cary Coutant  <ccoutant@google.com>
4942
4943         * output.cc (posix_fallocate): Return 0 on success, errno on failure.
4944         (Output_file::map_no_anonymous): Check for non-zero
4945         return code from posix_fallocate.
4946
4947 2011-10-17  Cary Coutant  <ccoutant@google.com>
4948
4949         PR gold/13245
4950         * plugin.cc (is_visible_from_outside): Check for symbols
4951         referenced from dynamic objects.
4952         * resolve.cc (Symbol_table::resolve): Don't count references
4953         from dynamic objects as references from real ELF files.
4954         * testsuite/plugin_test_2.sh: Adjust expected result.
4955
4956 2011-10-17  Cary Coutant  <ccoutant@google.com>
4957
4958         * gold.cc: Include timer.h.
4959         (queue_middle_tasks): Stamp time.
4960         (queue_final_tasks): Likewise.
4961         * main.cc (main): Store timer in parameters.  Print timers
4962         for each pass.
4963         * parameters.cc (Parameters::Parameters): Initialize timer_.
4964         (Parameters::set_timer): New function.
4965         (set_parameters_timer): New function.
4966         * parameters.h (Parameters::set_timer): New function.
4967         (Parameters::timer): New function.
4968         (Parameters::timer_): New data member.
4969         (set_parameters_timer): New function.
4970         * timer.cc (Timer::stamp): New function.
4971         (Timer::get_pass_time): New function.
4972         * timer.h (Timer::stamp): New function.
4973         (Timer::get_pass_time): New function.
4974         (Timer::pass_times_): New data member.
4975
4976 2011-10-17  Cary Coutant  <ccoutant@google.com>
4977
4978         * readsyms.cc (Read_symbols::run): Don't queue an unblocker
4979         task for members of lib groups.
4980
4981 2011-10-17  Cary Coutant  <ccoutant@google.com>
4982
4983         PR gold/13288
4984         * fileread.cc (File_read::find_view): Add assert.
4985         (File_read::make_view): Move bounds check (replace with assert)...
4986         (File_read::find_or_make_view): ... to here.
4987
4988 2011-10-12  Cary Coutant  <ccoutant@google.com>
4989
4990         * output.cc (Output_file::open_base_file): Handle case where
4991         ::read returns less than requested size.
4992
4993 2011-10-10  Cary Coutant  <ccoutant@google.com>
4994
4995         * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
4996         Initialize defined_count_.
4997         (Sized_relobj_incr::do_add_symbols): Count defined symbols.
4998         (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
4999         (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
5000         (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
5001         (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
5002         * incremental.h (Sized_relobj_incr::defined_count_): New data
5003         member.
5004         (Sized_incr_dynobj::defined_count_): New data member.
5005         * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
5006         Return zeroes instead of internal error.
5007
5008 2011-10-10  Cary Coutant  <ccoutant@google.com>
5009
5010         PR gold/13249
5011         * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
5012         (Output_reloc::symbol_value): Return PLT offset if flag is set.
5013         * output.h (class Output_reloc): Add use_plt_offset flag.
5014         (Output_reloc::type_): Adjust size of bit field.
5015         (Output_reloc::use_plt_offset_): New bit field.
5016         (class Output_data_reloc): Adjust all calls to Output_reloc_type.
5017         (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
5018         flag.  Adjust all callers.
5019         * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
5020         creating RELATIVE relocations.
5021
5022 2011-10-10  Nick Clifton  <nickc@redhat.com>
5023
5024         * po/es.po: Updated Spanish translation.
5025         * po/fi.po: Updated Finnish translation.
5026
5027 2011-10-03   Diego Novillo  <dnovillo@google.com>
5028
5029         * options.cc (parse_uint): Fix dereference of RETVAL.
5030
5031 2011-09-29  Sriraman Tallam  <tmsriram@google.com>
5032
5033         * layout.h (section_order_map_): New member.
5034         (get_section_order_map): New member function.
5035         * output.cc (Output_section::add_input_section): Check for patterns
5036         only when --section-ordering-file is specified.
5037         * gold.cc (queue_middle_tasks): Delay updating order of sections till
5038         output_sections have been formed.
5039         * layout.cc (Layout_Layout): Initialize section_order_map_.
5040         * plugin.cc (update_section_order): Store order in order_map. Do not
5041         update the order.
5042         * testsuite/Makefile.am: Add test case for plugin_final_layout.
5043         * testsuite/Makefile.in: Regenerate.
5044         * testsuite/plugin_section_order.c: New file.
5045         * testsuite/plugin_final_layout.cc: New file.
5046         * testsuite/plugin_final_layout.sh: New file.
5047
5048 2011-09-29  Cary Coutant  <ccoutant@google.com>
5049
5050         * incremental.cc (Sized_incremental_binary::do_process_got_plt):
5051         Check for NULL.
5052         * symtab.cc (Symbol_table::add_from_relobj): Ignore version
5053         symbols during incremental update.
5054         (Symbol_table::add_from_dynobj): Likewise.
5055
5056 2011-09-27  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
5057             Ian Lance Taylor  <iant@google.com>
5058
5059         * symtab.cc (Symbol_table::define_special_symbol): Always
5060         canonicalize version string.
5061
5062 2011-09-26  Cary Coutant  <ccoutant@google.com>
5063
5064         * gold.cc (queue_initial_tasks): Move option checks ...
5065         * options.cc (General_options::finalize): ... to here. Disable
5066         some options; make others fatal.
5067
5068 2011-09-26  Cary Coutant  <ccoutant@google.com>
5069
5070         gcc PR lto/47247
5071         * plugin.cc (get_symbols_v2): New function.
5072         (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
5073         (is_referenced_from_outside): New function.
5074         (Pluginobj::get_symbol_resolution_info): Add version parameter, return
5075         LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
5076         (get_symbols): Pass version parameter.
5077         (get_symbols_v2): New function.
5078         * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
5079         parameter.
5080         * testsuite/plugin_test.c (get_symbols_v2): New static variable.
5081         (onload): Add LDPT_GET_SYMBOLS_V2.
5082         (all_symbols_read_hook): Use get_symbols_v2; check for
5083         LDPR_PREVAILING_DEF_IRONLY_EXP.
5084         * testsuite/plugin_test_3.sh: Update expected results.
5085
5086 2011-09-23  Simon Baldwin  <simonb@google.com>
5087
5088         * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
5089         configuration options.
5090         * configure: Regenerate.
5091         * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
5092         * Makefile.in: Regenerate.
5093         * testsuite/Makefile.in: Regenerate.
5094
5095 2011-09-19  Sriraman Tallam  <tmsriram@google.com>
5096
5097         * plugin.h (should_defer_layout): Modify to check for any_claimed_.
5098
5099 2011-09-19  Cary Coutant  <ccoutant@google.com>
5100
5101         * incremental.cc (can_incremental_update): Fix typo in comment.
5102         * incremental.h (can_incremental_update): Likewise.
5103
5104 2011-09-18  Cary Coutant  <ccoutant@google.com>
5105
5106         * incremental.cc (can_incremental_update): New function.
5107         * incremental.h (can_incremental_update): New function.
5108         * layout.cc (Layout::init_fixed_output_section): Call it.
5109         (Layout::make_output_section): Don't allow patch space in .eh_frame.
5110         * object.cc (Sized_relobj_file::do_layout): Call
5111         can_incremental_update.
5112
5113 2011-09-13  Cary Coutant  <ccoutant@google.com>
5114
5115         * configure.ac: Check for glibc support for gnu_indirect_function
5116         support with static linking, setting automake conditional
5117         IFUNC_STATIC.
5118         * Makefile.in: Regenerate.
5119         * configure: Regenerate.
5120
5121         * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
5122         (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
5123         for IFUNC_STATIC.
5124         * testsuite/Makefile.in: Regenerate.
5125
5126 2011-09-13  Cary Coutant  <ccoutant@google.com>
5127
5128         * incremental.cc (Sized_relobj_incr::do_layout): Call
5129         report_comdat_group for kept comdat sections.
5130         * testsuite/Makefile.am (incremental_comdat_test_1): New test.
5131         * testsuite/Makefile.in: Regenerate.
5132         * testsuite/incr_comdat_test_1.cc: New source file.
5133         * testsuite/incr_comdat_test_2_v1.cc: New source file.
5134         * testsuite/incr_comdat_test_2_v2.cc: New source file.
5135         * testsuite/incr_comdat_test_2_v3.cc: New source file.
5136
5137 2011-09-13  Ian Lance Taylor  <iant@google.com>
5138
5139         * object.cc (Sized_relobj_file::do_layout): Remove unused local
5140         variable external_symbols_offset.
5141
5142 2011-09-12  Ian Lance Taylor  <iant@google.com>
5143
5144         * object.cc (Sized_relobj_file::do_layout): Remove assertion which
5145         triggered if object has no symbols.
5146
5147 2011-09-09  David S. Miller  <davem@davemloft.net>
5148
5149         * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
5150         (Output_fill_debug_line::do_write): Likewise.
5151
5152 2011-08-29  Cary Coutant  <ccoutant@google.com>
5153
5154         * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
5155         casts to match formatting specs.
5156         (Output_fill_debug_line::do_minimum_hole_size): Likewise.
5157
5158 2011-08-26  Cary Coutant  <ccoutant@google.com>
5159
5160         * layout.cc (Free_list::allocate): Provide guarantee of minimum
5161         remaining hole size when allocating.
5162         (Layout::make_output_section): Set fill methods for debug sections.
5163         * layout.h (Free_list::Free_list_node): Move from private to
5164         public.
5165         (Free_list::set_min_hole_size): New function.
5166         (Free_list::begin, Free_list::end): New functions.
5167         (Free_list::min_hole_): New data member.
5168         * output.cc: Include dwarf.h.
5169         (Output_fill_debug_info::do_minimum_hole_size): New function.
5170         (Output_fill_debug_info::do_write): New function.
5171         (Output_fill_debug_line::do_minimum_hole_size): New function.
5172         (Output_fill_debug_line::do_write): New function.
5173         (Output_section::Output_section): Initialize new data member.
5174         (Output_section::set_final_data_size): Ensure patch space is larger
5175         than minimum hole size.
5176         (Output_section::do_write): Fill holes in debug sections.
5177         * output.h (Output_fill): New class.
5178         (Output_fill_debug_info): New class.
5179         (Output_fill_debug_line): New class.
5180         (Output_section::set_free_space_fill): New function.
5181         (Output_section::free_space_fill_): New data member.
5182         * testsuite/Makefile.am (incremental_test_3): Add
5183         --incremental-patch option.
5184         (incremental_test_4): Likewise.
5185         (incremental_test_5): Likewise.
5186         (incremental_test_6): Likewise.
5187         (incremental_copy_test): Likewise.
5188         (incremental_common_test_1): Likewise.
5189         * testsuite/Makefile.in: Regenerate.
5190
5191 2011-08-26  Nick Clifton  <nickc@redhat.com>
5192
5193         * po/es.po: Updated Spanish translation.
5194
5195 2011-08-01  Cary Coutant  <ccoutant@google.com>
5196
5197         * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
5198         * gold/testsuite/Makefile.in: Regenerate.
5199         * gold/testsuite/justsyms_exec.c: New source file.
5200         * gold/testsuite/justsyms_lib.c: New source file.
5201
5202 2011-08-01  Cary Coutant  <ccoutant@google.com>
5203
5204         * layout.cc (Layout::set_segment_offsets): Don't realign text
5205         segment if -Ttext was specified.
5206         * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
5207         file type.
5208         * object.h (Sized_relobj_file::e_type): New function.
5209         (Sized_relobj_file::e_type_): New data member.
5210         * symtab.cc (Symbol_table::add_from_relobj): Don't add section
5211         base address for ET_EXEC files.
5212         * target.cc (Target::do_make_elf_object_implementation): Allow
5213         ET_EXEC files with --just-symbols option.
5214
5215 2011-07-28  Cary Coutant  <ccoutant@google.com>
5216
5217         * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
5218         Add thread_number parameter.
5219         (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
5220         * workqueue-threads.cc
5221         (Workqueue_threader_threadpool::should_cancel_thread): Cancel
5222         current thread if its thread number is greater than desired thread
5223         count.
5224         * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
5225         Add thread_number parameter.
5226         (Workqueue::should_cancel_thread): Likewise.
5227         (Workqueue::find_runnable_or_wait): Pass thread_number to
5228         should_cancel_thread.
5229         * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
5230         parameter.
5231
5232 2011-07-22  Sriraman Tallam  <tmsriram@google.com>
5233
5234         * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
5235         only after checking if it cannot be forced local.
5236         * symtab.h (is_externally_visible): Check if the symbol is not forced
5237         local.
5238
5239 2011-07-15  Ian Lance Taylor  <iant@google.com>
5240
5241         * options.h (class General_options): Add --print-output-format.
5242         Move -EL next to -EB, for  better --help output.
5243         * target-select.cc: Include <cstdio>, "options.h", and
5244         "parameters.h".
5245         (Target_selector::do_target_bfd_name): New function.
5246         (print_output_format): New function.
5247         * target-select.h (class Target_selector): Update declarations.
5248         (Target_selector::target_bfd_name): New function.
5249         (print_output_format): Declare.
5250         * main.cc: Include "target-select.h".
5251         (main): Handle --print-output-format.
5252         * gold.cc: Include "target-select.h".
5253         (queue_initial_tasks): Handle --print-output-format when there are
5254         no input files.
5255         * parameters.cc (parameters_force_valid_target): Give a better
5256         error message if -EB/-EL does not match target.
5257         * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
5258         function.
5259
5260 2011-07-15  Ian Lance Taylor  <iant@google.com>
5261
5262         * i386.cc (class Output_data_plt_i386): Add layout_ field.
5263         (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
5264         (Output_data_plt_i386::do_write): Write address of .dynamic
5265         section to first entry in .got.plt section.
5266         * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
5267         (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
5268         Initialize layout_.
5269         (Output_data_plt_x86_64::do_write): Write address of .dynamic
5270         section to first entry in .got.plt section.
5271         * layout.h (Layout::dynamic_section): New function.
5272
5273 2011-07-13  Sriraman Tallam  <tmsriram@google.com>
5274
5275         * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
5276         to claim_file call.
5277         * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
5278         input_section_position_, and input_section_glob_.
5279         (read_layout_from_file): Call function section_ordering_specified.
5280         * layout.h (is_section_ordering_specified): New function.
5281         (section_ordering_specified): New function.
5282         (section_ordering_specified_): New boolean member.
5283         * main.cc(main): Call load_plugins after layout object is defined.
5284         * output.cc (Output_section::add_input_section): Use
5285         function section_ordering_specified to check if section ordering is
5286         needed.
5287         * output.cc (Output_section::add_relaxed_input_section): Use
5288         function section_ordering_specified to check if section ordering is
5289         needed.
5290         (Output_section::update_section_layout): New function.
5291         (Output_section::sort_attached_input_sections): Check if input section
5292         must be reordered.
5293         * output.h (Output_section::update_section_layout): New function.
5294         * plugin.cc (get_section_count): New function.
5295         (get_section_type): New function.
5296         (get_section_name): New function.
5297         (get_section_contents): New function.
5298         (update_section_order): New function.
5299         (allow_section_ordering): New function.
5300         (Plugin::load): Add the new interfaces to the transfer vector.
5301         (Plugin_manager::load_plugins): New parameter.
5302         (Plugin_manager::all_symbols_read): New parameter.
5303         (Plugin_manager::claim_file): New parameter. Save the elf object for
5304         unclaimed objects.
5305         (Plugin_manager::get_elf_object): New function.
5306         (Plugin_manager::get_view): Change to directly use the bool to check
5307         if get_view is called from claim_file_hook.
5308         * plugin.h (input_objects): New function
5309         (Plugin__manager::load_plugins): New parameter.
5310         (Plugin_manager::claim_file): New parameter.
5311         (Plugin_manager::get_elf_object): New function.
5312         (Plugin_manager::in_claim_file_handler): New function.
5313         (Plugin_manager::in_claim_file_handler_): New member.
5314         (layout): New function.
5315         * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
5316         handler with an extra parameter. Make the elf object before calling
5317         claim_file handler.
5318         * testsuite/plugin_test.c (get_section_count): New function pointer.
5319         (get_section_type): New function pointer.
5320         (get_section_name): New function pointer.
5321         (get_section_contents): New function pointer.
5322         (update_section_order): New function pointer.
5323         (allow_section_ordering): New function pointer.
5324         (onload): Check if the new interfaces exist.
5325
5326 2011-07-13  Ian Lance Taylor  <iant@google.com>
5327
5328         * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
5329         relro section.
5330         * x86_64.cc (Target_x86_64::got_section): Likewise.
5331         * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
5332         (relro_now_test_SOURCES): New variable.
5333         (relro_now_test_DEPENDENCIES): New variable.
5334         (relro_now_test_LDFLAGS): New variable.
5335         (relro_now_test_LDADD): New variable.
5336         (relro_now_test.so): New target.
5337         * testsuite/Makefile.in: Rebuild.
5338
5339 2011-07-12  Ian Lance Taylor  <iant@google.com>
5340
5341         PR gold/12980
5342         * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
5343         GLOB_DAT relocation rather than a RELATIVE relocation for a
5344         protected symbol when creating a shared library.
5345         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
5346         * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
5347         * testsuite/protected_main_1.cc (main): Test that protected
5348         function has same address.
5349
5350 2011-07-11  Ian Lance Taylor  <iant@google.com>
5351
5352         PR gold/12979
5353         * options.h (class General_options): Add -Bgroup.
5354         * options.cc (General_options::finalize): If -Bgroup is set,
5355         default to --unresolved-symbols=report-all.
5356         * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
5357         * target-reloc.h (issue_undefined_symbol_error): Handle
5358         --unresolved-symbols=report-all.
5359
5360 2011-07-08  Ian Lance Taylor  <iant@google.com>
5361
5362         PR gold/11985
5363         * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
5364         if linker script discards key sections.
5365         (Layout::create_dynamic_symtab): Likewise.
5366         (Layout::assign_local_dynsym_offsets): Likewise.
5367         (Layout::sized_create_version_sections): Likewise.
5368         (Layout::create_interp): Likewise.
5369         (Layout::finish_dynamic_section): Likewise.
5370         (Layout::set_dynamic_symbol_size): Likewise.
5371
5372 2011-07-08  Ian Lance Taylor  <iant@google.com>
5373
5374         PR gold/12386
5375         * options.h (class General_options): Add --unresolved-symbols.
5376         * target-reloc.h (issue_undefined_symbol_error): Check
5377         --unresolved-symbols.  Add comments.
5378
5379 2011-07-08  Ian Lance Taylor  <iant@google.com>
5380
5381         * testsuite/odr_violation2.cc (Ordering::operator()): Make
5382         expression more complex.
5383
5384 2011-07-08  Ian Lance Taylor  <iant@google.com>
5385
5386         PR gold/11317
5387         * target-reloc.h (issue_undefined_symbol_error): New inline
5388         function, broken out of relocate_section.
5389         (relocate_section): Call issue_undefined_symbol_error.
5390         * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5391         there is no TLS segment if we are about to issue an undefined
5392         symbol error.
5393         * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5394
5395 2011-07-08  Ian Lance Taylor  <iant@google.com>
5396
5397         PR gold/12279
5398         * resolve.cc (Symbol_table::should_override): Add fromtype
5399         parameter.  Change all callers.  Give error when linking together
5400         TLS and non-TLS symbol.
5401         (Symbol_table::should_override_with_special): Add fromtype
5402         parameter.  Change all callers.
5403         * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5404         there is no TLS segment if we have reported some errors.
5405         * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5406
5407 2011-07-08  Ian Lance Taylor  <iant@google.com>
5408
5409         PR gold/12372
5410         * target.h (Target::plt_address_for_global): New function.
5411         (Target::plt_address_for_local): New function.
5412         (Target::plt_section_for_global): Remove.
5413         (Target::plt_section_for_local): Remove.
5414         (Target::do_plt_address_for_global): New virtual function.
5415         (Target::do_plt_address_for_local): New virtual function.
5416         (Target::do_plt_section_for_global): Remove.
5417         (Target::do_plt_section_for_local): Remove.
5418         (Target::register_global_plt_entry): Add Symbol_table and Layout
5419         parameters.
5420         * output.cc (Output_data_got::Got_entry::write): Use
5421         plt_address_for_global and plt_address_for_local.
5422         * layout.cc (Layout::add_target_dynamic_tags): Use size and
5423         address of output section.
5424         * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
5425         got_irelative_, and irelative_count_ fields.  Update
5426         declarations.
5427         (Output_data_plt_i386::has_irelative_section): New function.
5428         (Output_data_plt_i386::entry_count): Add irelative_count_.
5429         (Output_data_plt_i386::set_final_data_size): Likewise.
5430         (class Target_i386): Add got_irelative_ and rel_irelative_
5431         fields.  Update declarations.
5432         (Target_i386::Target_i386): Initialize new fields.
5433         (Target_i386::do_plt_address_for_global): New function replacing
5434         do_plt_section_for_global.
5435         (Target_i386::do_plt_address_for_local): New function replacing
5436         do_plt_section_for_local.
5437         (Target_i386::got_section): Create got_irelative_.
5438         (Target_i386::rel_irelative_section): New function.
5439         (Output_data_plt_i386::Output_data_plt_i386): Initialize new
5440         fields.  Don't define __rel_iplt_{start,end}.
5441         (Output_data_plt_i386::add_entry): Add symtab and layout
5442         parameters.  Change all callers.  Use different PLT and GOT for
5443         IFUNC symbols.
5444         (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
5445         layout parameters.  Change all callers.  Use different PLT and
5446         GOT.
5447         (Output_data_plt_i386::rel_tls_desc): Fix formatting.
5448         (Output_data_plt_i386::rel_irelative): New function.
5449         (Output_data_plt_i386::address_for_global): New function.
5450         (Output_data_plt_i386::address_for_local): New function.
5451         (Output_data_plt_i386::do_write): Write out IRELATIVE area.  Use
5452         IRELATIVE GOT when changing IFUNC GOT entries.
5453         (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
5454         reloc.
5455         (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
5456         if we didn't create an IRELATIVE GOT.
5457         (Target_i386::Relocate::relocate): Use plt_address_for_global and
5458         plt_address_for_local.
5459         (Target_i386::do_dynsym_value): Use plt_address_for_global.
5460         * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
5461         got_irelative_, and irelative_count_ fields.  Update
5462         declarations.
5463         (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
5464         Initialize new fields.  Remove symtab parameter.  Change all
5465         callers.
5466         (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
5467         irelative_count_.
5468         (Output_data_plt_x86_64::has_irelative_section): New function.
5469         (Output_data_plt_x86_64::entry_count): Add irelative_count_.
5470         (class Target_x86_64): Add got_irelative_ and rel_irelative_
5471         fields.  Update declarations.
5472         (Target_x86_64::Target_x86_64): Initialize new fields.
5473         (Target_x86_64::do_plt_address_for_global): New function replacing
5474         do_plt_section_for_global.
5475         (Target_x86_64::do_plt_address_for_local): New function replacing
5476         do_plt_section_for_local.
5477         (Target_x86_64::got_section): Create got_irelative_.
5478         (Target_x86_64::rela_irelative_section): New function.
5479         (Output_data_plt_x86_64::init): Remove symtab parameter.  Change
5480         all callers.  Don't create __rel_iplt_{start,end}.
5481         (Output_data_plt_x86_64::add_entry): Add symtab and layout
5482         parameters.  Change all callers.  Use different PLT and GOT for
5483         IFUNC symbols.
5484         (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
5485         layout parameters.  Change all callers.  Use different PLT and
5486         GOT.
5487         (Output_data_plt_x86_64::add_relocation): Add symtab and layout
5488         parameters.  Change all callers.  Use different PLT and GOT for
5489         IFUNC symbols.
5490         (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
5491         (Output_data_plt_x86_64::rela_irelative): New function.
5492         (Output_data_plt_x86_64::address_for_global): New function.
5493         (Output_data_plt_x86_64::address_for_local): New function.
5494         (Output_data_plt_x86_64::set_final_data_size): Likewise.
5495         (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
5496         (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
5497         (Target_x86_64::register_global_plt_entry): Add symtab and layout
5498         parameters.
5499         (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
5500         reloc.
5501         (Target_x86_64::do_finalize_sections): Create the __rela_iplt
5502         symbols if we didn't create an IRELATIVE GOT.
5503         (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
5504         plt_address_for_local.
5505         (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
5506         * testsuite/ifuncvar1.c: New test file.
5507         * testsuite/ifuncvar2.c: New test file.
5508         * testsuite/ifuncvar3.c: New test file.
5509         * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
5510         (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
5511         (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
5512         (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
5513         * testsuite/Makefile.in: Rebuild.
5514
5515 2011-07-07  Cary Coutant  <ccoutant@google.com>
5516
5517         * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
5518         (two_file_test_1_ndebug.o): Likewise.
5519         (two_file_test_1b_ndebug.o): Likewise.
5520         (two_file_test_2_ndebug.o): Likewise.
5521         (two_file_test_main_ndebug.o): Likewise.
5522         (incremental_test_2): Link with no-debug versions.
5523
5524 2011-07-06  Cary Coutant  <ccoutant@google.com>
5525
5526         * gold/incremental.cc
5527         (Output_section_incremental_inputs::write_info_blocks): Check for
5528         hidden and internal symbols.
5529
5530 2011-07-06  Cary Coutant  <ccoutant@google.com>
5531
5532         * incremental.cc (Sized_incremental_binary::do_file_has_changed):
5533         Check disposition for startup file.
5534         (Incremental_inputs::report_command_line): Ignore
5535         --incremental-startup-unchanged option.
5536         * options.cc (General_options::parse_incremental_startup_unchanged):
5537         New function.
5538         (General_options::General_options): Initialize new data member.
5539         * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
5540         (General_options): Add --incremental-startup-unchanged option.
5541         (General_options::incremental_startup_disposition): New function.
5542         (General_options::incremental_startup_disposition_): New data member.
5543
5544 2011-07-06  Cary Coutant  <ccoutant@google.com>
5545
5546         * incremental.cc (Sized_incremental_binary::setup_readers): Pass
5547         input file index to Script_info ctor.
5548         (Sized_incremental_binary::do_file_has_changed): Find the
5549         command-line argument for files named in scripts.
5550         * incremental.h (Script_info::Script_info): New ctor
5551         with input file index.
5552         (Script_info::input_file_index): New function.
5553         (Script_info::input_file_index_): New data member.
5554         (Incremental_binary::get_library): Add const.
5555         (Incremental_binary::get_script_info): Add const.
5556         * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
5557         * testsuite/Makefile.am (incremental_test_5): New test case.
5558         (incremental_test_6): New test case.
5559         * testsuite/Makefile.in: Regenerate.
5560
5561 2011-07-06  Cary Coutant  <ccoutant@google.com>
5562
5563         * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
5564         debug output when command lines differ.
5565
5566 2011-07-06  Cary Coutant  <ccoutant@google.com>
5567
5568         * incremental.cc (Incremental_inputs::report_command_line): Ignore
5569         --incremental-patch option.
5570         * layout.cc (Free_list::allocate): Extend allocation beyond original
5571         end if enabled.
5572         (Layout::make_output_section): Mark sections that should get
5573         patch space.
5574         * options.cc (parse_percent): New function.
5575         * options.h (parse_percent): New function.
5576         (DEFINE_percent): New macro.
5577         (General_options): Add --incremental-patch option.
5578         * output.cc (Output_section::Output_section): Initialize new data
5579         members.
5580         (Output_section::add_input_section): Print section name when out
5581         of patch space.
5582         (Output_section::add_output_section_data): Likewise.
5583         (Output_section::set_final_data_size): Add patch space when
5584         doing --incremental-full.
5585         (Output_section::do_reset_address_and_file_offset): Remove patch
5586         space.
5587         (Output_segment::set_section_list_addresses): Print debug output
5588         only if --incremental-update.
5589         * output.h (Output_section::set_is_patch_space_allowed): New function.
5590         (Output_section::is_patch_space_allowed_): New data member.
5591         (Output_section::patch_space_): New data member.
5592         * parameters.cc (Parameters::incremental_full): New function.
5593         * parameters.h (Parameters::incremental_full): New function
5594         * testsuite/Makefile.am (incremental_test_2): Add test for
5595         --incremental-patch option.
5596         * testsuite/Makefile.in: Regenerate.
5597         * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
5598         (t18): Remove function body.
5599
5600 2011-07-05  Doug Kwan  <dougkwan@google.com>
5601
5602         PR gold/12771
5603         * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
5604         Arm_Address type for relocation result.
5605         (Arm_relocate_functions::abs16): Use unaligned access.  Also fix
5606         overflow check.
5607         (Arm_relocate_functions::abs32): Use unaligned access.
5608         (Arm_relocate_functions::rel32): Ditto.
5609         (Arm_relocate_functions::prel31): Ditto.
5610         (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
5611         * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
5612         static data relocations.
5613         * testsuite/Makefile.in: Regnerate.
5614         * testsuite/arm_unaligned_reloc.{s,sh}: New files.
5615
5616 2011-07-05  Ian Lance Taylor  <iant@google.com>
5617
5618         PR gold/12392
5619         * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
5620         symbols if necessary.
5621         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
5622
5623 2011-07-05  Ian Lance Taylor  <iant@google.com>
5624
5625         PR gold/12952
5626         * resolve.cc (Symbol::override_base_with_special): Simply override
5627         version with special symbol version, ignoring previous version.
5628
5629 2011-07-05  Ian Lance Taylor  <iant@google.com>
5630
5631         * object.cc (Sized_relobj_file::include_section_group): Add
5632         information to comment about signature location.
5633
5634 2011-07-02  Ian Lance Taylor  <iant@google.com>
5635
5636         PR gold/12957
5637         * options.h (class General_options): Add -f and -F.
5638         * options.cc (General_options::finalize): Fatal error if -f/-F
5639         are used without -shared.
5640         * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
5641
5642 2011-07-02  Ian Lance Taylor  <iant@google.com>
5643
5644         * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
5645
5646 2011-07-01  Ian Lance Taylor  <iant@google.com>
5647
5648         PR gold/12525
5649         PR gold/12952
5650         * resolve.cc (Symbol::override_base_with_special): Don't override
5651         the version if the overriding symbol has a different name.
5652         * dynobj.cc (Versions::add_def): Add dynpool parameter.  Change
5653         all callers.  If we give an error about an undefined version,
5654         define the base version if necessary.
5655         * dynobj.h (class Versions): Update declaration.
5656         * testsuite/weak_alias_test_5.cc: New file.
5657         * testsuite/weak_alias_test.script: New file.
5658         * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
5659         and versioned_alias have the right value, and call t2.
5660         * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
5661         weak_alias_test_5.so.
5662         (weak_alias_test_LDADD): Likewise.
5663         (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
5664         * testsuite/Makefile.in: Rebuild.
5665
5666 2011-07-01  Ian Lance Taylor  <iant@google.com>
5667
5668         PR gold/12525
5669         * options.h (class General_options): Support -z notext.
5670         * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
5671         -Wl,-z,notext.
5672         (two_file_shared_nonpic.so): Likewise.
5673         (two_file_shared_mixed.so): Likewise.
5674         (two_file_shared_mixed_1.so): Likewise.
5675         (weak_undef_lib_nonpic.so): Likewise.
5676         (alt/weak_undef_lib_nonpic.so): Likewise.
5677         (tls_test_shared_nonpic.so): Likewise.
5678         * testsuite/Makefile.in: Rebuild.
5679
5680 2011-07-01  Ian Lance Taylor  <iant@google.com>
5681
5682         PR gold/12525
5683         * configure.ac: Test whether static linking works, setting
5684         the automake conditional HAVE_STATIC.
5685         * testsuite/Makefile.am: Disable tests using -static if
5686         HAVE_STATIC is not true.
5687         * configure, testsuite/Makefile.in: Rebuild.
5688
5689 2011-07-01  Ian Lance Taylor  <iant@google.com>
5690
5691         PR gold/12525
5692         * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
5693         Assert if we see DW_EH_PE_indirect.
5694         * target.h (Target::ehframe_datarel_base): New function.
5695         (Target::do_ehframe_datarel_base): New target function.
5696         * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
5697         * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
5698         function.
5699
5700 2011-07-01  Ian Lance Taylor  <iant@google.com>
5701
5702         PR gold/12571
5703         * options.h (class General_options): Add
5704         --ld-generated-unwind-info.
5705         * ehframe.cc (Fde::write): Add address parameter.  Change all
5706         callers.  If associated with PLT, fill in address and size.
5707         (Cie::set_output_offset): Only add merge mapping if there is an
5708         object.
5709         (Cie::write): Add address parameter.  Change all callers.
5710         (Eh_frame::add_ehframe_for_plt): New function.
5711         * ehframe.h (class Fde): Update declarations.  Move shndx_ and
5712         input_offset_ fields into union u_, with new plt field.
5713         (Fde::Fde): Adjust for new union field.
5714         (Fde::Fde) [Output_data version]: New constructor.
5715         (Fde::add_mapping): Only add merge mapping if there is an object.
5716         (class Cie): Update declarations.
5717         (class Eh_frame): Declare add_ehframe_for_plt.
5718         * layout.cc (Layout::layout_eh_frame): Break out code into
5719         make_eh_frame_section, and call it.
5720         (Layout::make_eh_frame_section): New function.
5721         (Layout::add_eh_frame_for_plt): New function.
5722         * layout.h (class Layout): Update declarations.
5723         * merge.cc (Merge_map::add_mapping): Add assertion.
5724         * i386.cc: Include "dwarf.h".
5725         (class Output_data_plt_i386): Make first_plt_entry,
5726         dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const.  Add
5727         plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
5728         and plt_eh_frame_fde.
5729         (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
5730         boundary.  Call add_eh_frame_for_plt if appropriate.
5731         * x86_64.cc: Include "dwarf.h".
5732         (class Output_data_plt_x86_64): Align to 16-byte boundary.  Make
5733         first_plt_entry, plt_entry and tlsdesc_plt_entry const.  Add
5734         plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
5735         and plt_eh_frame_fde.
5736         (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
5737         appropriate.
5738
5739 2011-06-29  Ian Lance Taylor  <iant@google.com>
5740
5741         PR gold/12629
5742         * object.cc (Sized_relobj_file::layout_section): Change shdr
5743         parameter to be const.
5744         (Sized_relobj_file::layout_eh_frame_section): New function, broken
5745         out of do_layout.
5746         (Sized_relobj_file::do_layout): Defer .eh_frame sections if
5747         appropriate.  Call layout_eh_frame_section.
5748         (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
5749         sections.
5750         * object.h (class Sized_relobj_file): Update declarations.
5751
5752 2011-06-29  Ian Lance Taylor  <iant@google.com>
5753
5754         PR gold/12652
5755         * script.cc (Token::integer_value): Accept trailing M/m/K/k
5756         modifier.
5757         (Lex::gather_token): Accept trailing M/m/K/k for integers.
5758
5759 2011-06-29  Ian Lance Taylor  <iant@google.com>
5760
5761         PR gold/12675
5762         * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
5763         SHT_X86_64_UNWIND.
5764         * layout.cc (Layout::layout_eh_frame): Likewise.
5765
5766 2011-06-29  Ian Lance Taylor  <iant@google.com>
5767
5768         PR gold/12695
5769         * layout.cc (Layout::symtab_section_shndx): New function.
5770         * layout.h (class Layout): Declare symtab_section_shndx.
5771         * output.cc (Output_section::write_header): Call it.
5772
5773 2011-06-29  Ian Lance Taylor  <iant@google.com>
5774
5775         PR gold/12818
5776         * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
5777         symbols which are not used in a relocation.
5778
5779 2011-06-28  Ian Lance Taylor  <iant@google.com>
5780
5781         PR gold/12898
5782         * layout.cc (Layout::segment_precedes): Don't crash if a linker
5783         script create indistinguishable segments.
5784         (Layout::set_segment_offsets): Use stable_sort when sorting
5785         segments.  Pass this to Compare_segments constructor.
5786         * layout.h (class Layout): Make segment_precedes non-static.
5787         (class Compare_segments): Change from struct to class.  Add
5788         layout_ field.  Add constructor.
5789         * script-sections.cc
5790         (Script_sections::attach_sections_using_phdrs_clause): Rename
5791         local orphan to is_orphan.  Don't report failure to put empty
5792         section in segment.  On attachment failure, report name of
5793         section, and attach to first PT_LOAD segment.
5794
5795 2011-06-28  Ian Lance Taylor  <iant@google.com>
5796
5797         PR gold/12934
5798         * target-select.cc (Target_selector::Target_selector): Add
5799         emulation parameter.  Change all callers.
5800         (select_target_by_bfd_name): Rename from select_target_by_name.
5801         Change all callers.
5802         (select_target_by_emulation): New function.
5803         (supported_emulation_names): New function.
5804         * target-select.h (class Target_selector): Add emulation_ field.
5805         Update declarations.
5806         (Target_selector::recognize_by_bfd_name): Rename from
5807         recognize_by_name.  Change all callers.
5808         (Target_selector::supported_bfd_names): Rename from
5809         supported_names.  Change all callers.
5810         (Target_selector::recognize_by_emulation): New function.
5811         (Target_selector::supported_emulations): New function.
5812         (Target_selector::emulation): New function.
5813         (Target_selector::do_recognize_by_bfd_name): Rename from
5814         do_recognize_by_name.  Change all callers.
5815         (Target_selector::do_supported_bfd_names): Rename from
5816         do_supported_names.  Change all callers.
5817         (Target_selector::do_recognize_by_emulation): New function.
5818         (Target_selector::do_supported_emulations): New function.
5819         (select_target_by_bfd_name): Change name in declaration.
5820         (select_target_by_emulation): Declare.
5821         (supported_emulation_names): Declare.
5822         * parameters.cc (parameters_force_valid_target): Try to find
5823         target based on emulation from -m option.
5824         * options.h (class General_options): Change doc string for -m.
5825         * options.cc (help): Print emulations.
5826         (General_options::parse_V): Likewise.
5827         * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
5828         Add emulation parameter.  Change all callers.
5829
5830 2011-06-28  Ian Lance Taylor  <iant@google.com>
5831
5832         * target.h (class Target): Add osabi_ field.
5833         (Target::osabi): New function.
5834         (Target::set_osabi): New function.
5835         (Target::Target): Initialize osabi_.
5836         (Target::do_adjust_elf_header): Make pure virtual.
5837         (Sized_target::do_adjust_elf_header): Declare.
5838         * target.cc (Sized_target::do_adjust_elf_header): New function.
5839         (class Sized_target): Instantiate all versions.
5840         * freebsd.h (class Target_freebsd): Remove.
5841         (Target_selector_freebsd::do_recognize): Call set_osabi on
5842         Target.
5843         (Target_selector_freebsd::do_recognize_by_name): Likewise.
5844         (Target_selector_freebsd::set_osabi): Remove.
5845         * i386.cc (class Target_i386): Inherit from Sized_target rather
5846         than Target_freebsd.
5847         * x86_64.cc (class Target_x86_64): Likewise.
5848
5849 2011-06-28  Ian Lance Taylor  <iant@google.com>
5850
5851         * target.h (Target::can_check_for_function_pointers): Rewrite.
5852         Make non-virtual.
5853         (Target::can_icf_inline_merge_sections): Likewise.
5854         (Target::section_may_have_icf_unsafe_poineters): Likewise.
5855         (Target::Target_info): Add can_icf_inline_merge_sections field.
5856         (Target::do_can_check_for_function_pointers): New virtual
5857         function.
5858         (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
5859         * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
5860         from can_check_for_function_pointers, move in file.
5861         (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
5862         section_may_have_icf_unsafe_poineters, move in file.
5863         (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
5864         * i386.cc (Target_i386::do_can_check_for_function_pointers):
5865         Rename from can_check_for_function_pointers, move in file.
5866         (Target_i386::can_icf_inline_merge_sections): Remove.
5867         (Target_i386::i386_info): Initialize
5868         can_icf_inline_merge_sections.
5869         * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
5870         Initialize can_icf_inline_merge_sections.
5871         * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
5872         * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
5873         Rename from can_check_for_function_pointers, move in file.
5874         (Target_x86_64::can_icf_inline_merge_sections): Remove.
5875         (Target_x86_64::x86_64_info): Initialize
5876         can_icf_inline_merge_sections.
5877         * testsuite/testfile.cc (Target_test::test_target_info):
5878         Likewise.
5879         * icf.cc (get_section_contents): Correct formatting.
5880
5881 2011-06-27  Ian Lance Taylor  <iant@google.com>
5882
5883         * symtab.cc (Symbol::versioned_name): New function.
5884         (Symbol_table::add_to_final_symtab): Use versioned_name when
5885         appropriate.
5886         (Symbol_table::sized_write_symbol): Likewise.
5887         * symtab.h (class Symbol): Declare versioned_name.
5888         * stringpool.h (class Stringpool_template): Add variant of add
5889         which takes a std::basic_string.
5890         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
5891         (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
5892         (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
5893         (ver_test_12.o): New target.
5894         * testsuite/Makefile.in: Rebuild.
5895
5896 2011-06-27  Doug Kwan  <dougkwan@google.com>
5897
5898         * arm.cc (Arm_relocate_functions::thm_jump8,
5899         Arm_relocate_functions::thm_jump11): Use a wider signed
5900         type to compute offset.
5901         * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
5902         arm_thm_jump8.
5903         * testsuite/Makefile.in: Regenerate.
5904         * testsuite/arm_branch_in_range.sh: Check test results of
5905         arm_thm_jump11 and arm_thm_jump8.
5906         * testsuite/arm_thm_jump11.s: New test source file.
5907         * testsuite/arm_thm_jump11.t: New linker script.
5908         * testsuite/arm_thm_jump8.s: New test source file.
5909         * testsuite/arm_thm_jump8.t: New linker script.
5910
5911 2011-06-24  Ian Lance Taylor  <iant@google.com>
5912
5913         * layout.cc: Include "object.h".
5914         (ctors_sections_in_init_array): New static variable.
5915         (Layout::is_ctors_in_init_array): New function.
5916         (Layout::layout): Add entry to ctors_sections_in_init_array if
5917         appropriate.
5918         * layout.h (class Layout): Declare is_ctors_in_init_array.
5919         * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
5920         is_ctors_reverse_view is set.
5921         (Sized_relobj_file::write_sections): Add layout parameter.  Change
5922         all callers.  Set is_ctors_reverse_view field of View_size.
5923         (Sized_relobj_file::reverse_words): New function.
5924         * object.h (Sized_relobj_file::View_size): Add
5925         is_ctors_reverse_view field.
5926         (class Sized_relobj_file): Update declarations.
5927         * testsuite/initpri3.c: New test.
5928         * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
5929         initpri3b.
5930         (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
5931         (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
5932         (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
5933         (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
5934         * testsuite/Makefile.in: Rebuild.
5935
5936 2011-06-24  Cary Coutant  <ccoutant@google.com>
5937
5938         * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
5939         (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
5940         (debug_msg_cdebug.err): New targets.
5941         * testsuite/Makefile.in: Regenerate.
5942         * testsuite/debug_msg.sh: Check output of link with compressed debug.
5943         Fix checks for link with shared library.
5944
5945 2011-06-24  Doug Kwan  <dougkwan@google.com>
5946
5947         * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
5948         skip empty text sections.
5949         * testsuite/arm_exidx_test.s: Test handling of an empty text section.
5950
5951 2011-06-22  Ian Lance Taylor  <iant@google.com>
5952
5953         PR gold/12910
5954         * options.h (class General_options): Add --ctors-in-init-array.
5955         * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
5956         friends as SHT_PROGBITS for merging sections.
5957         (Layout::layout): Remove special handling of .init_array and
5958         friends.  Don't sort if doing relocatable link.  Sort for .ctors
5959         and .dtors if ctors_in_init_array.
5960         (Layout::make_output_section): Force correct section types for
5961         .init_array and friends.  Don't sort if doing relocatable link,
5962         Don't sort .ctors and .dtors if ctors_in_init_array.
5963         (Layout::section_name_mapping): Remove .ctors. and .dtorso.
5964         (Layout::output_section_name): Add relobj parameter.  Change all
5965         callers.  Handle .ctors. and .dtors. in code rather than table.
5966         Handle .ctors and .dtors if ctors_in_init_array.
5967         (Layout::match_file_name): New function, moved from output.cc.
5968         * layout.h (class Layout): Update declarations.
5969         * output.cc: Include "layout.h".
5970         (Input_section_sort_entry::get_priority): New function.
5971         (Input_section_sort_entry::match_file_name): Just call
5972         Layout::match_file_name.
5973         (Output_section::Input_section_sort_init_fini_compare::operator()):
5974         Handle .ctors and .dtors.  Sort by explicit priority rather than
5975         by name.
5976         * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
5977         * testsuite/initpri2.c: New test.
5978         * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
5979         (check_PROGRAMS): Add initpri2.
5980         (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
5981         (initpri2_LDFLAGS, initpri2_LDADD): New variables.
5982         * configure, testsuite/Makefile.in: Rebuild.
5983
5984 2011-06-19  Ian Lance Taylor  <iant@google.com>
5985
5986         PR gold/12880
5987         * layout.cc (Layout::attach_allocated_section_to_segment): Add a
5988         .interp section to a PT_INTERP segment even if we have seen a
5989         --dynamic-linker option.  Don't do it if we have seen a PHDRS
5990         clause in a linker script.
5991         (Layout::finalize): Don't create a .interp section if we've
5992         already create a PT_INTERP segment.
5993         (Layout::create_interp): Always call choose_output_section (revert
5994         patch of 2011-06-17).  Don't create PT_INTERP segment.
5995         * script-sections.cc
5996         (Script_sections::create_note_and_tls_segments): Add a .interp
5997         section to a PT_INTERP segment even if we have seen a
5998         --dynamic-linker option.
5999
6000 2011-06-18  Ian Lance Taylor  <iant@google.com>
6001
6002         * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
6003         merely because a non-PT_LOAD segment has a dynamic reloc.
6004
6005 2011-06-18  Ian Lance Taylor  <iant@google.com>
6006
6007         * layout.cc (Layout::finish_dynamic_section): Don't create
6008         DT_FLAGS entry if not needed.
6009
6010 2011-06-18  Ian Lance Taylor  <iant@google.com>
6011
6012         PR gold/12745
6013         * layout.cc (Layout::layout_eh_frame): Correct handling of
6014         writable .eh_frame section.
6015
6016 2011-06-17  Ian Lance Taylor  <iant@google.com>
6017
6018         PR gold/12893
6019         * resolve.cc (Symbol_table::resolve): Don't give an error if a
6020         symbol is redefined with the exact same object and value.
6021
6022 2011-06-17  Ian Lance Taylor  <iant@google.com>
6023
6024         PR gold/12880
6025         * layout.h (class Layout): Add interp_segment_ field.
6026         * layout.cc (Layout::Layout): Initialize interp_segment_ field.
6027         (Layout::attach_allocated_section_to_segment): If making shared
6028         library, put .interp section in PT_INTERP segment.
6029         (Layout::finalize): Also call create_interp if -dynamic-linker
6030         option was used.
6031         (Layout::create_interp): Assert that there is no PT_INTERP
6032         segment.  If not using a SECTIONS clause, use make_output_section.
6033         (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
6034         * script-sections.cc
6035         (Script_sections::create_note_and_tls_segments): If making shared
6036         library, put .interp section in PT_INTERP segment.
6037
6038 2011-06-17  Ian Lance Taylor  <iant@google.com>
6039
6040         * object.cc (Sized_relobj_file::do_layout): Keep warning sections
6041         when making a shared library.
6042
6043 2011-06-17  Ian Lance Taylor  <iant@google.com>
6044
6045         * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
6046         parameter.  Change all callers.  Don't issue warning about PC32
6047         against locally defined symbol.
6048
6049 2011-06-16  Ian Lance Taylor  <iant@google.com>
6050
6051         * symtab.cc (Warnings::issue_warning): Don't warn if relocation
6052         occurs in same object.
6053
6054 2011-06-14  Alan Modra  <amodra@gmail.com>
6055
6056         * po/POTFILES.in: Regenerate.
6057
6058 2011-06-09  Ian Lance Taylor  <iant@google.com>
6059
6060         * script-sections.cc
6061         (Orphan_output_section::set_section_addresses): For a relocatable
6062         link set address to 0.
6063
6064 2011-06-09  Cary Coutant  <ccoutant@google.com>
6065
6066         PR gold/12804
6067         * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
6068         used with --compress-debug-sections.
6069         * gold/object.cc (Sized_relobj_file::do_layout): Report
6070         uncompressed size of compressed input sections.
6071
6072 2011-06-08  Cary Coutant  <ccoutant@google.com>
6073
6074         PR gold/12804
6075         * testsuite/two_file_test_2_v1.cc: Change initialization of
6076         v2 to keep it in .data.
6077
6078 2011-06-07  Cary Coutant  <ccoutant@google.com>
6079
6080         * common.cc (Symbol_table::do_allocate_commons_list): Call
6081         gold_fallback.
6082         * errors.cc (Errors::fatal): Adjust call to gold_exit.
6083         (Errors::fallback): New function.
6084         (gold_fallback): New function.
6085         * errors.h (Errors::fallback): New function.
6086         * gold.cc (gold_exit): Change status parameter to enum; adjust
6087         all callers.
6088         (queue_initial_tasks): Call gold_fallback.
6089         * gold.h: Include cstdlib.
6090         (Exit_status): New enum type.
6091         (gold_exit): Change status parameter to enum.
6092         (gold_fallback): New function.
6093         * layout.cc (Layout::set_section_offsets): Call gold_fallback.
6094         (Layout::create_symtab_sections): Likewise.
6095         (Layout::create_shdrs): Likewise.
6096         * main.cc (main): Adjust call to gold_exit.
6097         * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
6098         (Output_data_got::add_got_entry_pair): Likewise.
6099         (Output_section::add_input_section): Likewise.
6100         (Output_section::add_output_section_data): Likewise.
6101         (Output_segment::set_section_list_addresses): Likewise.
6102         * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
6103
6104 2011-06-07  Cary Coutant  <ccoutant@google.com>
6105
6106         * layout.cc (Layout::set_segment_offsets): Don't adjust layout
6107         for incremental links.
6108         * output.cc (Output_segment::set_section_list_addresses): Remove
6109         FIXME and test for TLS or BSS.
6110
6111 2011-06-07  Cary Coutant  <ccoutant@google.com>
6112
6113         * testsuite/Makefile.am: Add incremental_copy_test,
6114         incremental_common_test_1.
6115         * testsuite/Makefile.in: Regenerate.
6116         * testsuite/common_test_1_v1.c: New source file.
6117         * testsuite/common_test_1_v2.c: New source file.
6118         * testsuite/copy_test_v1.cc: New source file.
6119
6120 2011-06-07  Cary Coutant  <ccoutant@google.com>
6121
6122         * common.cc (Symbol_table::do_allocate_commons_list): For incremental
6123         update, allocate common from bss section's free list.
6124         * incremental-dump.cc (dump_incremental_inputs): Print flag for
6125         linker-defined symbols.
6126         * incremental.cc (Sized_incremental_binary::do_process_got_plt):
6127         Skip GOT and PLT entries that are no longer referenced.
6128         (Output_section_incremental_inputs::write_info_blocks): Mark
6129         linker-defined symbols.
6130         (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
6131         * output.cc (Output_section::allocate): New function.
6132         * output.h (Output_section::allocate): New function.
6133         * resolve.cc (Symbol_table::report_resolve_problem): Add case for
6134         linker-defined symbols.
6135         (Symbol::override_base_with_special): Copy is_predefined_ flag.
6136         * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
6137         (Symbol::init_base_output_data): Likewise.
6138         (Symbol::init_base_output_segment): Likewise.
6139         (Symbol::init_base_constant): Likewise.
6140         (Sized_symbol::init_output_data): Likewise.
6141         (Sized_symbol::init_output_segment): Likewise.
6142         (Sized_symbol::init_constant): Likewise.
6143         (Symbol_table::do_define_in_output_data): Likewise.
6144         (Symbol_table::do_define_in_output_segment): Likewise.
6145         (Symbol_table::do_define_as_constant): Likewise.
6146         * symtab.h (Symbol::is_predefined): New function.
6147         (Symbol::init_base_output_data): Add is_predefined parameter.
6148         (Symbol::init_base_output_segment): Likewise.
6149         (Symbol::init_base_constant): Likewise.
6150         (Symbol::is_predefined_): New data member.
6151         (Sized_symbol::init_output_data): Add is_predefined parameter.
6152         (Sized_symbol::init_output_segment): Likewise.
6153         (Sized_symbol::init_constant): Likewise.
6154         (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
6155
6156 2011-06-07  Cary Coutant  <ccoutant@google.com>
6157
6158         * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
6159         instead of emit_copy_reloc.
6160         (Copy_relocs::emit_copy_reloc): Refactor.
6161         (Copy_relocs::make_copy_reloc): New function.
6162         (Copy_relocs::add_copy_reloc): Remove.
6163         * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
6164         section.
6165         (Copy_relocs::make_copy_reloc): New function.
6166         (Copy_relocs::add_copy_reloc): Remove.
6167         * gold.cc (queue_middle_tasks): Emit old COPY relocations from
6168         unchanged input files.
6169         * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
6170         * incremental.cc (Sized_incremental_binary::do_reserve_layout):
6171         Reserve BSS space for COPY relocations.
6172         (Sized_incremental_binary::do_emit_copy_relocs): New function.
6173         (Output_section_incremental_inputs::write_info_blocks): Record
6174         whether a symbol is copied from a shared object.
6175         (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
6176         * incremental.h (enum Incremental_shlib_symbol_flags): New type.
6177         (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
6178         (Incremental_input_entry_reader::get_output_symbol_index): Add
6179         is_copy parameter.
6180         (Incremental_binary::emit_copy_relocs): New function.
6181         (Incremental_binary::do_emit_copy_relocs): New function.
6182         (Sized_incremental_binary::Sized_incremental_binary): Initialize
6183         new data member.
6184         (Sized_incremental_binary::add_copy_reloc): New function.
6185         (Sized_incremental_binary::do_emit_copy_relocs): New function.
6186         (Sized_incremental_binary::Copy_reloc): New struct.
6187         (Sized_incremental_binary::Copy_relocs): New typedef.
6188         (Sized_incremental_binary::copy_relocs_): New data member.
6189         * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
6190         * symtab.h (Symbol_table::add_from_incrobj): Change return type.
6191         * target.h (Sized_target::emit_copy_reloc): New function.
6192         * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
6193
6194 2011-06-02  Cary Coutant  <ccoutant@google.com>
6195
6196         PR gold/12163
6197         * gold/archive.cc (Archive::Archive): Initialize new data member.
6198         (Archive::include_all_members): Return if archive has already been
6199         included.
6200         * gold/archive.h (Archive::include_all_members_): New data member.
6201
6202 2011-06-02  Nick Clifton  <nickc@redhat.com>
6203
6204         * dynobj.h: Fix spelling mistake in comment.
6205         * output.cc: Likewise.
6206
6207 2011-05-31  Doug Kwan  <dougkwan@google.com>
6208             Asier Llano
6209
6210         PR gold/12826
6211         * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
6212         arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
6213         * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up.  Remove
6214         redundant arm_exidx_test.so.
6215         * testsuite/Makefile.in: Regenerate.
6216         (check_SCRIPTS): Add pr12826.sh
6217         (check_DATA): Add pr12826.stdout
6218         (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
6219         * testsuite/pr12826.sh: New file.
6220         * testsuite/pr12826_1.s: Ditto.
6221         * testsuite/pr12826_1.s: Ditto.
6222
6223 2011-05-30  Ian Lance Taylor  <iant@google.com>
6224
6225         * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
6226         sections.
6227
6228 2011-05-29  Ian Lance Taylor  <iant@google.com>
6229
6230         PR gold/12804
6231         * testsuite/Makefile.am: Use different file name for two_file_test
6232         temporary file for each incremental test.
6233         * testsuite/Makefile.in: Rebuild.
6234
6235 2011-05-29  Ian Lance Taylor  <iant@google.com>
6236
6237         * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
6238         binary input file is empty.
6239
6240 2011-05-27  Ian Lance Taylor  <iant@google.com>
6241
6242         * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
6243         (ver_test_9.so): Likewise.
6244         * testsuite/Makefile.in: Rebuild.
6245
6246 2011-05-26 Cary Coutant  <ccoutant@google.com>
6247
6248         * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
6249         * incremental.cc (Incremental_inputs::report_input_section): Fix
6250         comment, indentation.
6251         (Incremental_inputs::report_comdat_group): New function.
6252         (Output_section_incremental_inputs::set_final_data_size): Adjust size
6253         of data for incremental input file entry.
6254         (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
6255         group count, COMDAT group signatures.
6256         (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
6257         an unchanged input file.
6258         * incremental.h (Incremental_object_entry::Incremental_object_entry):
6259         Initialize new data member.
6260         (Incremental_object_entry::add_comdat_group): New function.
6261         (Incremental_object_entry::get_comdat_group_count): New function.
6262         (Incremental_object_entry::get_comdat_signature_key): New function.
6263         (Incremental_object_entry::groups_): New data member.
6264         (Incremental_inputs::report_comdat_group): New function.
6265         (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
6266         data for incremental input file entry.
6267         (Incremental_input_entry_reader::get_comdat_group_count): New function.
6268         (Incremental_input_entry_reader::get_input_section): Adjust size of
6269         data for incremental input file entry.
6270         (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
6271         (Incremental_input_entry_reader::get_comdat_group_signature): New
6272         function.
6273         * object.cc (Sized_relobj::include_section_group): Report kept
6274         COMDAT groups for incremental links.
6275
6276 2011-05-24  David Meyer  <pdox@google.com>
6277
6278         * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
6279         with name parameter.  Add found_name parameter.
6280         * fileread.cc (Input_file::find_file): Adjust code accordingly.
6281         * dirsearch.h (class Dirsearch): Update declaration.
6282
6283 2011-05-24  Ian Lance Taylor  <iant@google.com>
6284
6285         * archive.cc (Library_base::should_include_member): Pull in object
6286         from archive if it defines the entry symbol.
6287         * parameters.cc (Parameters::entry): New function.
6288         * parameters.h (class Parameters): Declare entry.
6289         * output.h (class Output_file_header): Remove entry_ field.
6290         * output.cc (Output_file_header::Output_file_header): Remove entry
6291         parameter.  Change all callers.
6292         (Output_file_header::entry): Use parameters->entry.
6293         * gold.cc (queue_middle_tasks): Likewise.
6294         * plugin.cc (Plugin_hook::run): Likewise.
6295
6296 2011-05-24 Cary Coutant  <ccoutant@google.com>
6297
6298         * gold.cc (queue_initial_tasks): Pass incremental base filename
6299         to Output_file::open_base_file; don't print error message.
6300         * incremental-dump.cc (main): Adjust call to
6301         Output_file::open_for_modification.
6302         * incremental-dump.cc (main): Likewise.
6303         * incremental.cc (Incremental_inputs::report_command_line):
6304         Ignore --incremental-base option when comparing command lines.
6305         Ignore parameter when given as separate argument.
6306         * options.h (class General_options): Add --incremental-base.
6307         * output.cc (Output_file::Output_file):
6308         (Output_file::open_base_file): Add base_name and writable parameters;
6309         read base file into new file; print error message here.
6310         (Output_file::map_no_anonymous): Add writable parameter; adjust all
6311         callers.
6312         * output.h (Output_file::open_for_modification): Rename to...
6313         (Output_file::open_base_file): ...this; add base_name and
6314         writable parameters; adjust all callers.
6315         (Output_file::map_no_anonymous): Add writable parameter; adjust all
6316         callers.
6317         * testsuite/Makefile.am (incremental_test_4): Test
6318         --incremental-base.
6319         * testsuite/Makefile.in: Regenerate.
6320
6321 2011-05-24 Cary Coutant  <ccoutant@google.com>
6322
6323         * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
6324         incremental_test_4.
6325         * testsuite/Makefile.in: Regenerate.
6326         * testsuite/two_file_test_1_v1.cc: New test source file.
6327         * testsuite/two_file_test_1b_v1.cc: New test source file.
6328         * testsuite/two_file_test_2_v1.cc: New test source file.
6329
6330 2011-05-24 Cary Coutant  <ccoutant@google.com>
6331
6332         * dynobj.h (Dynobj::do_dynobj): New function.
6333         * incremental-dump.cc (dump_incremental_inputs): Print as_needed
6334         flag and soname for shared objects.
6335         * incremental.cc (Incremental_inputs::report_object): Make
6336         either Incremental_object_entry or Incremental_dynobj_entry; add
6337         soname to string table.
6338         (Incremental_inputs::report_input_section): Add assertion.
6339         (Output_section_incremental_inputs::set_final_data_size): Adjust
6340         type of input file entry for shared libraries; adjust size of
6341         shared library info entry.
6342         (Output_section_incremental_inputs::write_input_files): Write
6343         as_needed flag for shared libraries.
6344         (Output_section_incremental_inputs::write_info_blocks): Adjust type
6345         of input file entry for shared libraries; write soname.
6346         (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
6347         soname from incremental info.
6348         * incremental.h (enum Incremental_input_flags): Add
6349         INCREMENTAL_INPUT_AS_NEEDED.
6350         (Incremental_input_entry::Incremental_input_entry): Initialize new
6351         data member.
6352         (Incremental_input_entry::set_as_needed): New function.
6353         (Incremental_input_entry::as_needed): New function.
6354         (Incremental_input_entry::do_dynobj_entry): New function.
6355         (Incremental_input_entry::as_needed_): New data member.
6356         (Incremental_object_entry::Incremental_object_entry): Don't check
6357         for shared library.
6358         (Incremental_object_entry::do_type): Likewise.
6359         (class Incremental_dynobj_entry): New class.
6360         (Incremental_input_entry_reader::as_needed): New function.
6361         (Incremental_input_entry_reader::get_soname): New function.
6362         (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
6363         (Incremental_input_entry_reader::get_output_symbol_index): Adjust
6364         size of shared library info entry.
6365         * layout.cc (Layout::finish_dynamic_section): Don't test for
6366         incremental link when adding DT_NEEDED entries.
6367         * object.h (Object::Object): Initialize new data member.
6368         (Object::dynobj): New function.
6369         (Object::set_as_needed): New function.
6370         (Object::as_needed): New function.
6371         (Object::do_dynobj): New function.
6372         (Object::as_needed_): New data member.
6373
6374 2011-05-24 Cary Coutant  <ccoutant@google.com>
6375
6376         * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
6377         info; adjust display of GOT entries.
6378         * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
6379         vector of input objects; remove file_status_.
6380         (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
6381         (Sized_incremental_binary::do_process_got_plt): Adjust calls to
6382         got_plt reader; call target hooks to reserve GOT entries.
6383         (Output_section_incremental_inputs::set_final_data_size): Adjust size
6384         of input file info header and GOT info entry.
6385         (Output_section_incremental_inputs::write_info_blocks): Write dynamic
6386         relocation info.
6387         (Got_plt_view_info::got_descriptor): Remove.
6388         (Got_plt_view_info::sym_index): New data member.
6389         (Got_plt_view_info::input_index): New data member.
6390         (Local_got_offset_visitor::visit): Write input file index.
6391         (Global_got_offset_visitor::visit): Write 0 for input file index.
6392         (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
6393         with sym_index and input_index.
6394         (Output_section_incremental_inputs::write_got_plt): Adjust size of
6395         incremental info GOT entry; replace got_descriptor with input_index.
6396         (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
6397         map from input file index to object.
6398         (Sized_relobj_incr::do_layout): Replace direct data member reference
6399         with accessor function.
6400         (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
6401         * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
6402         Adjust size of input file info header.
6403         (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
6404         (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
6405         (Incremental_input_entry_reader::get_input_section): Adjust size of
6406         input file info header.
6407         (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
6408         of incremental info GOT entry.
6409         (Incremental_got_plt_reader::get_got_desc): Remove.
6410         (Incremental_got_plt_reader::get_got_symndx): New function.
6411         (Incremental_got_plt_reader::get_got_input_index): New function.
6412         (Sized_incremental_binary::Sized_incremental_binary): Remove
6413         file_status_; add input_objects_.
6414         (Sized_incremental_binary::~Sized_incremental_binary): Remove.
6415         (Sized_incremental_binary::set_file_is_unchanged): Remove.
6416         (Sized_incremental_binary::file_is_unchanged): Remove.
6417         (Sized_incremental_binary::set_input_object): New function.
6418         (Sized_incremental_binary::input_object): New function.
6419         (Sized_incremental_binary::file_status_): Remove.
6420         (Sized_incremental_binary::input_objects_): New data member.
6421         (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
6422         references.
6423         (Sized_relobj_incr::invalid_address): Move to base class.
6424         (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
6425         class.
6426         (Sized_relobj_incr::do_output_section_offset): Likewise.
6427         (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
6428         (Sized_relobj_incr::section_offsets_): Likewise.
6429         * object.cc (Sized_relobj::do_for_all_local_got_entries): New
6430         function.
6431         (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
6432         (Sized_relobj_file::layout_section): Replace refs to section_offsets_
6433         with accessor function.
6434         (Sized_relobj_file::do_layout): Likewise.
6435         (Sized_relobj_file::do_layout_deferred_sections): Likewise.
6436         (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
6437         (Sized_relobj_file::compute_final_local_value): Replace refs to
6438         section_offsets_ with accessor function.
6439         (Sized_relobj_file::do_finalize_local_symbols): Likewise.
6440         * object.h (Relobj::Relobj): Initialize new data members.
6441         (Relobj::add_dyn_reloc): New function.
6442         (Relobj::first_dyn_reloc): New function.
6443         (Relobj::dyn_reloc_count): New function.
6444         (Relobj::first_dyn_reloc_): New data member.
6445         (Relobj::dyn_reloc_count_): New data member.
6446         (Sized_relobj): Rename Sized_relobj_base to this; adjust all
6447         references.
6448         (Sized_relobj::Address): New typedef.
6449         (Sized_relobj::invalid_address): Move here from child class.
6450         (Sized_relobj::Sized_relobj): Initialize new data members.
6451         (Sized_relobj::sized_relobj): New function.
6452         (Sized_relobj::is_output_section_offset_invalid): Move here from
6453         child class.
6454         (Sized_relobj::get_output_section_offset): Likewise.
6455         (Sized_relobj::local_has_got_offset): Likewise.
6456         (Sized_relobj::local_got_offset): Likewise.
6457         (Sized_relobj::set_local_got_offset): Likewise.
6458         (Sized_relobj::do_for_all_local_got_entries): Likewise.
6459         (Sized_relobj::clear_got_offsets): New function.
6460         (Sized_relobj::section_offsets): Move here from child class.
6461         (Sized_relobj::do_output_section_offset): Likewise.
6462         (Sized_relobj::do_set_section_offset): Likewise.
6463         (Sized_relobj::Local_got_offsets): Likewise.
6464         (Sized_relobj::local_got_offsets_): Likewise.
6465         (Sized_relobj::section_offsets_): Likewise.
6466         (Sized_relobj_file): Rename Sized_relobj to this; adjust all
6467         references.
6468         (Sized_relobj_file::is_output_section_offset_invalid): Move to base
6469         class.
6470         (Sized_relobj_file::sized_relobj): New function
6471         (Sized_relobj_file::local_has_got_offset): Move to base class.
6472         (Sized_relobj_file::local_got_offset): Likewise.
6473         (Sized_relobj_file::set_local_got_offset): Likewise.
6474         (Sized_relobj_file::get_output_section_offset): Likewise.
6475         (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
6476         (Sized_relobj_file::do_output_section_offset): Likewise.
6477         (Sized_relobj_file::do_set_section_offset): Likewise.
6478         (Sized_relobj_file::Local_got_offsets): Likewise.
6479         (Sized_relobj_file::local_got_offsets_): Likewise.
6480         (Sized_relobj_file::section_offsets_): Likewise.
6481         * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
6482         (all constructors).
6483         (set_needs_dynsym_index): Convert relobj to derived class pointer.
6484         (Output_reloc::get_symbol_index): Likewise.
6485         (Output_reloc::local_section_offset): Likewise.
6486         (Output_reloc::get_address): Likewise.
6487         (Output_reloc::symbol_value): Likewise.
6488         (Output_data_got::reserve_slot): Move to class definition.
6489         (Output_data_got::reserve_local): New function.
6490         (Output_data_got::reserve_slot_for_global): Remove.
6491         (Output_data_got::reserve_global): New function.
6492         * output.h (Output_reloc::Output_reloc): Adjust type of relobj
6493         (all constructors, two instantiations).
6494         (Output_reloc::get_relobj): New function (two instantiations).
6495         (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
6496         (Output_data_reloc_base::add): Convert relobj to derived class pointer.
6497         (Output_data_reloc::add_global): Adjust type of relobj.
6498         (Output_data_reloc::add_global_relative): Likewise.
6499         (Output_data_reloc::add_symbolless_global_addend): Likewise.
6500         (Output_data_reloc::add_local): Likewise.
6501         (Output_data_reloc::add_local_relative): Likewise.
6502         (Output_data_reloc::add_symbolless_local_addend): Likewise.
6503         (Output_data_reloc::add_local_section): Likewise.
6504         (Output_data_reloc::add_output_section): Likewise.
6505         (Output_data_reloc::add_absolute): Likewise.
6506         (Output_data_reloc::add_target_specific): Likewise.
6507         (Output_data_got::reserve_slot): Move definition here.
6508         (Output_data_got::reserve_local): New function.
6509         (Output_data_got::reserve_global): New function.
6510         * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
6511         section_offsets_ with accessor function.
6512         (Sized_relobj_file::write_sections): Likewise.
6513         (Sized_relobj_file::do_relocate_sections): Likewise.
6514         * target.h (Sized_target::reserve_local_got_entry): New function.
6515         (Sized_target::reserve_global_got_entry): New function.
6516         * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
6517         (Target_x86_64::reserve_global_got_entry): New function.
6518         (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
6519
6520 2011-05-23 Cary Coutant  <ccoutant@google.com>
6521
6522         * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
6523         * incremental-dump.cc (dump_incremental_inputs): Mask high-order
6524         bit when checking got_type.
6525         * incremental.cc (Sized_incremental_binary::setup_readers):
6526         Store symbol table and string table locations; initialize bit vector
6527         of file status flags.
6528         (Sized_incremental_binary::do_reserve_layout): Set bit flag for
6529         unchanged files.
6530         (Sized_incremental_binary::do_process_got_plt): New function.
6531         (Sized_incremental_binary::get_symtab_view): Use stored locations.
6532         (Output_section_incremental_inputs::set_final_data_size): Record
6533         file index for each input file.
6534         (Output_section_incremental_inputs::write_got_plt): Store file index
6535         instead of input entry offset for each GOT entry.
6536         * incremental.h
6537         (Incremental_input_entry::Incremental_input_entry): Initialize new
6538         data member.
6539         (Incremental_input_entry::set_offset): Store file index.
6540         (Incremental_input_entry::get_file_index): New function.
6541         (Incremental_input_entry::file_index_): New data member.
6542         (Incremental_binary::process_got_plt): New function.
6543         (Incremental_binary::do_process_got_plt): New function.
6544         (Sized_incremental_binary::Sized_incremental_binary): Initialize new
6545         data members.
6546         (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
6547         (Sized_incremental_binary::set_file_is_unchanged): New function.
6548         (Sized_incremental_binary::file_is_unchanged): New function.
6549         (Sized_incremental_binary::do_process_got_plt): New function.
6550         (Sized_incremental_binary::file_status_): New data member.
6551         (Sized_incremental_binary::main_symtab_loc_): New data member.
6552         (Sized_incremental_binary::main_strtab_loc_): New data member.
6553         * output.cc (Output_data_got::Got_entry::write): Add case
6554         RESERVED_CODE.
6555         (Output_data_got::add_global): Call add_got_entry.
6556         (Output_data_got::add_global_plt): Likewise.
6557         (Output_data_got::add_global_with_rel): Likewise.
6558         (Output_data_got::add_global_with_rela): Likewise.
6559         (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
6560         (Output_data_got::add_global_pair_with_rela): Likewise.
6561         (Output_data_got::add_local): Call add_got_entry.
6562         (Output_data_got::add_local_plt): Likewise.
6563         (Output_data_got::add_local_with_rel): Likewise.
6564         (Output_data_got::add_local_with_rela): Likewise.
6565         (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
6566         (Output_data_got::add_local_pair_with_rela): Likewise.
6567         (Output_data_got::reserve_slot): New function.
6568         (Output_data_got::reserve_slot_for_global): New function.
6569         (Output_data_got::add_got_entry): New function.
6570         (Output_data_got::add_got_entry_pair): New function.
6571         (Output_section::add_output_section_data): Edit FIXME.
6572         * output.h
6573         (Output_section_data_build::Output_section_data_build): New
6574         constructor with size parameter.
6575         (Output_data_space::Output_data_space): Likewise.
6576         (Output_data_got::Output_data_got): Initialize new data member; new
6577         constructor with size parameter.
6578         (Output_data_got::add_constant): Call add_got_entry.
6579         (Output_data_got::reserve_slot): New function.
6580         (Output_data_got::reserve_slot_for_global): New function.
6581         (class Output_data_got::Got_entry): Add RESERVED_CODE.
6582         (Output_data_got::add_got_entry): New function.
6583         (Output_data_got::add_got_entry_pair): New function.
6584         (Output_data_got::free_list_): New data member.
6585         * target.h (Sized_target::init_got_plt_for_update): New function.
6586         (Sized_target::register_global_plt_entry): New function.
6587         * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
6588         Initialize new data member; call init; add constructor with PLT count.
6589         (Output_data_plt_x86_64::init): New function.
6590         (Output_data_plt_x86_64::add_relocation): New function.
6591         (Output_data_plt_x86_64::reserve_slot): New function.
6592         (Output_data_plt_x86_64::free_list_): New data member.
6593         (Target_x86_64::init_got_plt_for_update): New function.
6594         (Target_x86_64::register_global_plt_entry): New function.
6595         (Output_data_plt_x86_64::add_entry): Allocate from free list for
6596         incremental updates.
6597         (Output_data_plt_x86_64::add_relocation): New function.
6598         * testsuite/object_unittest.cc (Object_test): Set default options.
6599
6600 2011-05-16  Ian Lance Taylor  <iant@google.com>
6601
6602         * options.h (class General_options): Make -i a synonym for -r.
6603
6604 2011-05-16  Ian Lance Taylor  <iant@google.com>
6605
6606         * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
6607
6608 2011-05-10 Cary Coutant  <ccoutant@google.com>
6609
6610         * object.cc (Sized_relobj::do_count_local_symbols): Check for
6611         strip_all (-s).
6612
6613 2011-05-06  Ian Lance Taylor  <iant@google.com>
6614
6615         * layout.cc (Layout::layout): If the output section flags change,
6616         update the ordering.
6617
6618 2011-04-25 Cary Coutant  <ccoutant@google.com>
6619
6620         * incremental-dump.cc (dump_incremental_inputs): Print local
6621         symbol info for each input file.
6622         * incremental.cc
6623         (Output_section_incremental_inputs::set_final_data_size): Add local
6624         symbol info to input file entries in incremental info.
6625         (Output_section_incremental_inputs::write_info_blocks): Likewise.
6626         (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
6627         (Sized_incr_relobj::do_add_symbols): Cosmetic change.
6628         (Sized_incr_relobj::do_count_local_symbols): Replace stub with
6629         implementation.
6630         (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
6631         (Sized_incr_relobj::do_relocate): Write the local symbols.
6632         (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
6633         * incremental.h (Incremental_inputs_reader::get_symbol_offset):
6634         Adjust size of input file header.
6635         (Incremental_inputs_reader::get_local_symbol_offset): New function.
6636         (Incremental_inputs_reader::get_local_symbol_count): New function.
6637         (Incremental_inputs_reader::get_input_section): Adjust size of input
6638         file header.
6639         (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
6640         (Sized_incr_relobj::This): New typedef.
6641         (Sized_incr_relobj::sym_size): New const data member.
6642         (Sized_incr_relobj::Local_symbol): New struct.
6643         (Sized_incr_relobj::do_output_local_symbol_count): New function.
6644         (Sized_incr_relobj::do_local_symbol_offset): New function.
6645         (Sized_incr_relobj::local_symbol_count_): New data member.
6646         (Sized_incr_relobj::output_local_dynsym_count_): New data member.
6647         (Sized_incr_relobj::local_symbol_index_): New data member.
6648         (Sized_incr_relobj::local_symbol_offset_): New data member.
6649         (Sized_incr_relobj::local_dynsym_offset_): New data member.
6650         (Sized_incr_relobj::local_symbols_): New data member.
6651         * object.h (Relobj::output_local_symbol_count): New function.
6652         (Relobj::local_symbol_offset): New function.
6653         (Relobj::do_output_local_symbol_count): New function.
6654         (Relobj::do_local_symbol_offset): New function.
6655         (Sized_relobj::do_output_local_symbol_count): New function.
6656         (Sized_relobj::do_local_symbol_offset): New function.
6657
6658 2011-04-22  Vladimir Simonov  <sv@sw.ru>
6659
6660         * descriptors.cc (set_close_on_exec): New function.
6661         (Descriptors::open): Use set_close_on_exec.
6662         * output.cc (S_ISLNK): Define if not defined.
6663
6664 2011-04-22 Cary Coutant  <ccoutant@google.com>
6665
6666         * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
6667         global symbol map.
6668         (Sized_incremental_binary::do_apply_incremental_relocs): New function.
6669         (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
6670         (Sized_incr_relobj::do_relocate): Remap section indices in incremental
6671         relocations.
6672         (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
6673         (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
6674         (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
6675         * incremental.h
6676         (Incremental_inputs_reader::global_symbol_reader_at_offset): New
6677         function.
6678         (Incremental_binary::apply_incremental_relocs): New function.
6679         (Incremental_binary::do_apply_incremental_relocs): New function.
6680         (Sized_incremental_binary::Sized_incremental_binary): Initialize new
6681         data member.
6682         (Sized_incremental_binary::add_global_symbol): New function.
6683         (Sized_incremental_binary::global_symbol): New function.
6684         (Sized_incremental_binary::do_apply_incremental_relocs): New function.
6685         (Sized_incremental_binary::symbol_map_): New data member.
6686         * layout.cc (Layout_task_runner::run): Apply incremental relocations.
6687         * target.h (Sized_target::apply_relocation): New function.
6688         * target-reloc.h (apply_relocation): New function.
6689         * x86_64.cc (Target_x86_64::apply_relocation): New function.
6690
6691 2011-04-22  Doug Kwan  <dougkwan@google.com>
6692
6693         * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
6694         flag of a SHT_ARM_EXIDX section.
6695         * testsuite/Makefile.am (arm_exidx_test): New test rules.
6696         * testsuite/Makefile.in: Regenerate.
6697         * testsuite/arm_exidx_test.s: New file.
6698         * testsuite/arm_exidx_test.sh: Same.
6699
6700 2011-04-20 Cary Coutant  <ccoutant@google.com>
6701
6702         PR gold/12689
6703         * archive.h (Incremental_archive_entry::Archive_member):
6704         Initialize arg_serial_ (second constructor).
6705
6706 2011-04-17  Ian Lance Taylor  <iant@google.com>
6707
6708         * object.cc (Relocate_info::location): Simplify location string.
6709         * errors.cc (Errors::error_at_location): Don't print program
6710         name.
6711         (Errors::warning_at_location): Likewise.
6712         (Errors::undefined_symbol): Likewise.
6713         * testsuite/debug_msg.sh: Update accordingly.
6714
6715 2011-04-14 Cary Coutant  <ccoutant@google.com>
6716
6717         * gold/layout.cc (Layout::symtab_section_offset): New function.
6718         * gold/layout.h (Layout::symtab_section_offset): New function.
6719         * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
6720
6721 2011-04-12  Ian Lance Taylor  <iant@google.com>
6722
6723         * configure.ac: Check for sys/mman.h and mmap.  Check for mremap
6724         with MREMAP_MAYMOVE.
6725         * output.h (class Output_file): Add map_is_allocated_ field.
6726         * output.cc: Only #include <sys/mman.h> if it exists.  If mmap is
6727         not available, provide stubs.  If mremap is not available, #define
6728         it to gold_mremap.
6729         (MREMAP_MAYMOVE): Define if not defined.
6730         (Output_file::Output_file): Initialize map_is_allocated_.
6731         (Output_file::resize): Check map_is_allocated_.
6732         (Output_file::map_anonymous): If mmap fails, use malloc.
6733         (Output_file::unmap): Don't do anything for an anonymous map.
6734         * fileread.cc: Only #include <sys/mman.h> if it exists.  If mmap
6735         is not available, provide stubs.
6736         (File_read::View::~View): Use free rather than delete[].
6737         (File_read::make_view): Use malloc rather than new[].  If mmap
6738         fails, use malloc.
6739         (File_read::find_or_make_view): Use malloc rather than new[].
6740         * gold.h: Remove HAVE_REMAP code.
6741         * mremap.c: #include <errno.h>.  Only #include <sys/mman.h> if it
6742         exists.  Rename mremap to gold_mremap.  If mmap is not available
6743         don't do anything.
6744         * configure, config.in: Rebuild.
6745
6746 2011-04-11  Ian Lance Taylor  <iant@google.com>
6747
6748         * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
6749         initialize local variable v.
6750
6751 2011-04-11  Cary Coutant  <ccoutant@google.com>
6752
6753         * archive.cc (Archive::include_member): Adjust call to
6754         report_object.
6755         (Add_archive_symbols::run): Track argument serial numbers.
6756         (Lib_group::include_member): Likewise.
6757         (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
6758         * archive.h (Incremental_archive_entry::Archive_member):
6759         Initialize arg_serial_.
6760         (Archive_member::arg_serial_): New data member.
6761         * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
6762         (Sized_dynobj::do_add_symbols): Track symbols when doing an
6763         incremental link.
6764         (Sized_dynobj::do_for_all_local_got_entries): New function.
6765         * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
6766         function.
6767         * fileread.cc (get_mtime): New function.
6768         * fileread.h (get_mtime): New function.
6769         * gold.cc (queue_initial_tasks): Check for incremental update.
6770         (process_incremental_input): New function.
6771         (queue_middle_tasks): Don't force valid target for incremental
6772         update.
6773         * incremental-dump.cc (find_input_containing_global): Adjust
6774         size of symbol info entry.
6775         (dump_incremental_inputs): Dump argument serial number and
6776         in_system_directory flag; bias shndx by 1; print symbol names
6777         when dumping per-file symbol lists; use new symbol info readers.
6778         * incremental.cc
6779         (Output_section_incremental_inputs:update_data_size): New function.
6780         (Sized_incremental_binary::setup_readers): Setup input readers
6781         for each input file; build maps for files added from libraries
6782         and scripts.
6783         (Sized_incremental_binary::check_input_args): New function.
6784         (Sized_incremental_binary::do_check_inputs): Build map of argument
6785         serial numbers to input arguments.
6786         (Sized_incremental_binary::do_file_has_changed): Rename
6787         do_file_is_unchanged to this; compare file modification times.
6788         (Sized_incremental_binary::do_init_layout): New function.
6789         (Sized_incremental_binary::do_reserve_layout): New function.
6790         (Sized_incremental_binary::do_get_input_reader): Remove.
6791         (Sized_incremental_binary::get_symtab_view): New function.
6792         (Incremental_checker::can_incrementally_link_output_file): Remove.
6793         (Incremental_inputs::report_command_line): Exclude --debug options.
6794         (Incremental_inputs::report_archive_begin): Add parameter; track
6795         argument serial numbers; don't put input file entry for archive
6796         before archive members.
6797         (Incremental_inputs::report_archive_end): Put input file entry
6798         for archive after archive members.
6799         (Incremental_inputs::report_object): Add parameter; track argument
6800         serial numbers and in_system_directory flag.
6801         (Incremental_inputs::report_script): Add parameter; track argument
6802         serial numbers.
6803         (Output_section_incremental_inputs::set_final_data_size): Adjust
6804         size of symbol info entry; check for forwarding symbols.
6805         (Output_section_incremental_inputs::write_input_files): Write
6806         in_system_directory flag and argument serial number.
6807         (Output_section_incremental_inputs::write_info_blocks): Map section
6808         indices between incremental info and original input file; store
6809         input section index for each symbol.
6810         (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
6811         change operator() to visit().
6812         (class Global_got_offset_visitor): Likewise.
6813         (class Global_symbol_visitor_got_plt):
6814         (Output_section_incremental_inputs::write_got_plt): Use new visitor
6815         classes.
6816         (Sized_incr_relobj::Sized_incr_relobj): New constructor.
6817         (Sized_incr_relobj::do_read_symbols): New function.
6818         (Sized_incr_relobj::do_layout): New function.
6819         (Sized_incr_relobj::do_layout_deferred_sections): New function.
6820         (Sized_incr_relobj::do_add_symbols): New function.
6821         (Sized_incr_relobj::do_should_include_member): New function.
6822         (Sized_incr_relobj::do_for_all_global_symbols): New function.
6823         (Sized_incr_relobj::do_for_all_local_got_entries): New function.
6824         (Sized_incr_relobj::do_section_size): New function.
6825         (Sized_incr_relobj::do_section_name): New function.
6826         (Sized_incr_relobj::do_section_contents): New function.
6827         (Sized_incr_relobj::do_section_flags): New function.
6828         (Sized_incr_relobj::do_section_entsize): New function.
6829         (Sized_incr_relobj::do_section_address): New function.
6830         (Sized_incr_relobj::do_section_type): New function.
6831         (Sized_incr_relobj::do_section_link): New function.
6832         (Sized_incr_relobj::do_section_info): New function.
6833         (Sized_incr_relobj::do_section_addralign): New function.
6834         (Sized_incr_relobj::do_initialize_xindex): New function.
6835         (Sized_incr_relobj::do_get_global_symbol_counts): New function.
6836         (Sized_incr_relobj::do_read_relocs): New function.
6837         (Sized_incr_relobj::do_gc_process_relocs): New function.
6838         (Sized_incr_relobj::do_scan_relocs): New function.
6839         (Sized_incr_relobj::do_count_local_symbols): New function.
6840         (Sized_incr_relobj::do_finalize_local_symbols): New function.
6841         (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
6842         (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
6843         (Sized_incr_relobj::do_relocate): New function.
6844         (Sized_incr_relobj::do_set_section_offset): New function.
6845         (Sized_incr_dynobj::Sized_incr_dynobj): New function.
6846         (Sized_incr_dynobj::do_read_symbols): New function.
6847         (Sized_incr_dynobj::do_layout): New function.
6848         (Sized_incr_dynobj::do_add_symbols): New function.
6849         (Sized_incr_dynobj::do_should_include_member): New function.
6850         (Sized_incr_dynobj::do_for_all_global_symbols): New function.
6851         (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
6852         (Sized_incr_dynobj::do_section_size): New function.
6853         (Sized_incr_dynobj::do_section_name): New function.
6854         (Sized_incr_dynobj::do_section_contents): New function.
6855         (Sized_incr_dynobj::do_section_flags): New function.
6856         (Sized_incr_dynobj::do_section_entsize): New function.
6857         (Sized_incr_dynobj::do_section_address): New function.
6858         (Sized_incr_dynobj::do_section_type): New function.
6859         (Sized_incr_dynobj::do_section_link): New function.
6860         (Sized_incr_dynobj::do_section_info): New function.
6861         (Sized_incr_dynobj::do_section_addralign): New function.
6862         (Sized_incr_dynobj::do_initialize_xindex): New function.
6863         (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
6864         (make_sized_incremental_object): New function.
6865         (Incremental_library::copy_unused_symbols): New function.
6866         (Incremental_library::do_for_all_unused_symbols): New function.
6867         * incremental.h (enum Incremental_input_flags): New type.
6868         (class Incremental_checker): Remove.
6869         (Incremental_input_entry::Incremental_input_entry): Add argument
6870         serial number.
6871         (Incremental_input_entry::arg_serial): New function.
6872         (Incremental_input_entry::set_is_in_system_directory): New function.
6873         (Incremental_input_entry::is_in_system_directory): New function.
6874         (Incremental_input_entry::arg_serial_): New data member.
6875         (Incremental_input_entry::is_in_system_directory_): New data member.
6876         (class Script_info): Move here from script.h.
6877         (Script_info::Script_info): Add filename parameter.
6878         (Script_info::filename): New function.
6879         (Script_info::filename_): New data member.
6880         (Incremental_script_entry::Incremental_script_entry): Add argument
6881         serial number.
6882         (Incremental_object_entry::Incremental_object_entry): Likewise.
6883         (Incremental_object_entry::add_input_section): Build list of input
6884         sections with map to original shndx.
6885         (Incremental_object_entry::get_input_section_index): New function.
6886         (Incremental_object_entry::shndx_): New data member.
6887         (Incremental_object_entry::name_key_): Rename; adjust all refs.
6888         (Incremental_object_entry::sh_size_): Rename; adjust all refs.
6889         (Incremental_archive_entry::Incremental_archive_entry): Add argument
6890         serial number.
6891         (Incremental_inputs::report_archive_begin): Likewise.
6892         (Incremental_inputs::report_object): Likewise.
6893         (Incremental_inputs::report_script): Likewise.
6894         (class Incremental_global_symbol_reader): New class.
6895         (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
6896         and store flags and input file type.
6897         (Incremental_input_entry_reader::arg_serial): New function.
6898         (Incremental_input_entry_reader::type): Extract type from flags.
6899         (Incremental_input_entry_reader::is_in_system_directory): New function.
6900         (Incremental_input_entry_reader::get_input_section_count): Call
6901         accessor function for type.
6902         (Incremental_input_entry_reader::get_symbol_offset): Call accessor
6903         function for type; adjust size of global symbol entry.
6904         (Incremental_input_entry_reader::get_global_symbol_count): Call
6905         accessor function for type.
6906         (Incremental_input_entry_reader::get_object_count): Likewise.
6907         (Incremental_input_entry_reader::get_object_offset): Likewise.
6908         (Incremental_input_entry_reader::get_member_count): Likewise.
6909         (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
6910         (Incremental_input_entry_reader::get_member_offset): Likewise.
6911         (Incremental_input_entry_reader::get_unused_symbol): Likewise.
6912         (Incremental_input_entry_reader::Global_symbol_info): Remove.
6913         (Incremental_input_entry_reader::get_global_symbol_info): Remove.
6914         (Incremental_input_entry_reader::get_global_symbol_reader): New
6915         function.
6916         (Incremental_input_entry_reader::get_output_symbol_index): New
6917         function.
6918         (Incremental_input_entry_reader::type_): Remove.
6919         (Incremental_input_entry_reader::flags_): New data member.
6920         (Incremental_inputs_reader::input_file_offset): New function.
6921         (Incremental_inputs_reader::input_file_index): New function.
6922         (Incremental_inputs_reader::input_file): Call input_file_offset.
6923         (Incremental_inputs_reader::input_file_at_offset): New function.
6924         (Incremental_relocs_reader::get_r_type): Reformat.
6925         (Incremental_relocs_reader::get_r_shndx): Reformat.
6926         (Incremental_relocs_reader::get_r_offset): Reformat.
6927         (Incremental_relocs_reader::data): New function.
6928         (Incremental_binary::Incremental_binary): Initialize new data members.
6929         (Incremental_binary::check_inputs): Add cmdline parameter.
6930         (Incremental_binary::file_is_unchanged): Remove.
6931         (Input_reader::arg_serial): New function.
6932         (Input_reader::get_unused_symbol_count): New function.
6933         (Input_reader::get_unused_symbol): New function.
6934         (Input_reader::do_arg_serial): New function.
6935         (Input_reader::do_get_unused_symbol_count): New function.
6936         (Input_reader::do_get_unused_symbol): New function.
6937         (Incremental_binary::input_file_count): New function.
6938         (Incremental_binary::get_input_reader): Change signature to use
6939         index instead of filename.
6940         (Incremental_binary::file_has_changed): New function.
6941         (Incremental_binary::get_input_argument): New function.
6942         (Incremental_binary::get_library): New function.
6943         (Incremental_binary::get_script_info): New function.
6944         (Incremental_binary::init_layout): New function.
6945         (Incremental_binary::reserve_layout): New function.
6946         (Incremental_binary::output_file): New function.
6947         (Incremental_binary::do_check_inputs): New function.
6948         (Incremental_binary::do_file_is_unchanged): Remove.
6949         (Incremental_binary::do_file_has_changed): New function.
6950         (Incremental_binary::do_init_layout): New function.
6951         (Incremental_binary::do_reserve_layout): New function.
6952         (Incremental_binary::do_input_file_count): New function.
6953         (Incremental_binary::do_get_input_reader): Change signature.
6954         (Incremental_binary::input_args_map_): New data member.
6955         (Incremental_binary::library_map_): New data member.
6956         (Incremental_binary::script_map_): New data member.
6957         (Sized_incremental_binary::Sized_incremental_binary): Initialize
6958         new data members.
6959         (Sized_incremental_binary::output_section): New function.
6960         (Sized_incremental_binary::inputs_reader): Add const.
6961         (Sized_incremental_binary::symtab_reader): Add const.
6962         (Sized_incremental_binary::relocs_reader): Add const.
6963         (Sized_incremental_binary::got_plt_reader): Add const.
6964         (Sized_incremental_binary::get_symtab_view): New function.
6965         (Sized_incremental_binary::Inputs_reader): New typedef.
6966         (Sized_incremental_binary::Input_entry_reader): New typedef.
6967         (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
6968         (Sized_incremental_binary::do_file_is_unchanged): Remove.
6969         (Sized_incremental_binary::do_file_has_changed): New function.
6970         (Sized_incremental_binary::do_init_layout): New function.
6971         (Sized_incremental_binary::do_reserve_layout): New function.
6972         (Sized_input_reader::Inputs_reader): Remove.
6973         (Sized_input_reader::Input_entry_reader): Remove.
6974         (Sized_input_reader::do_arg_serial): New function.
6975         (Sized_input_reader::do_get_unused_symbol_count): New function.
6976         (Sized_input_reader::do_get_unused_symbol): New function.
6977         (Sized_incremental_binary::do_input_file_count): New function.
6978         (Sized_incremental_binary::do_get_input_reader): Change signature;
6979         use index instead of filename.
6980         (Sized_incremental_binary::section_map_): New data member.
6981         (Sized_incremental_binary::input_entry_readers_): New data member.
6982         (class Sized_incr_relobj): New class.
6983         (class Sized_incr_dynobj): New class.
6984         (make_sized_incremental_object): New function.
6985         (class Incremental_library): New class.
6986         * layout.cc (Free_list::num_lists): New static data member.
6987         (Free_list::num_nodes): New static data member.
6988         (Free_list::num_removes): New static data member.
6989         (Free_list::num_remove_visits): New static data member.
6990         (Free_list::num_allocates): New static data member.
6991         (Free_list::num_allocate_visits): New static data member.
6992         (Free_list::init): New function.
6993         (Free_list::remove): New function.
6994         (Free_list::allocate): New function.
6995         (Free_list::dump): New function.
6996         (Free_list::print_stats): New function.
6997         (Layout_task_runner::run): Resize output file for incremental updates.
6998         (Layout::Layout): Initialize new data members.
6999         (Layout::set_incremental_base): New function.
7000         (Layout::init_fixed_output_section): New function.
7001         (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
7002         incremental updates.
7003         (Layout::create_gold_note): Do not create gold note section for
7004         incremental updates.
7005         (Layout::set_segment_offsets): Do not recalculate RELRO alignment
7006         for incremental updates.
7007         (Layout::set_section_offsets): For incremental updates, allocate space
7008         from free list.
7009         (Layout::create_symtab_sections): Layout with offsets relative to
7010         start of section; for incremental updates, allocate space from free
7011         list.
7012         (Layout::create_shdrs): For incremental updates, allocate space from
7013         free list.
7014         (Layout::finish_dynamic_section): For incremental updates, do not
7015         check --as-needed (fixed in subsequent patch).
7016         * layout.h (class Free_list): New class.
7017         (Layout::set_incremental_base): New function.
7018         (Layout::incremental_base): New function.
7019         (Layout::init_fixed_output_section): New function.
7020         (Layout::allocate): New function.
7021         (Layout::incremental_base_): New data member.
7022         (Layout::free_list_): New data member.
7023         * main.cc (main): Print Free_list statistics.
7024         * object.cc (Relobj::finalize_incremental_relocs): Add
7025         clear_counts parameter; clear counts only when clear_counts is set.
7026         (Sized_relobj::Sized_relobj): Initialize new base class.
7027         (Sized_relobj::do_layout): Don't report special sections.
7028         (Sized_relobj::do_for_all_local_got_entries): New function.
7029         (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
7030         symtab_off to all symbol table offsets.
7031         (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
7032         * object.h (class Got_offset_list): Move to top of file.
7033         (Object::Object): Allow case where input_file == NULL.
7034         (Object::~Object): Likewise.
7035         (Object::input_file): Assert that input_file != NULL.
7036         (Object::lock): Allow case where input_file == NULL.
7037         (Object::unlock): Likewise.
7038         (Object::is_locked): Likewise.
7039         (Object::token): Likewise.
7040         (Object::release): Likewise.
7041         (Object::is_incremental): New function.
7042         (Object::get_mtime): New function.
7043         (Object::for_all_local_got_entries): New function.
7044         (Object::clear_view_cache_marks): Allow case where input_file == NULL.
7045         (Object::set_is_in_system_directory): New function.
7046         (Object::is_in_system_directory): New function.
7047         (Object::do_is_incremental): New function.
7048         (Object::do_get_mtime): New function.
7049         (Object::do_for_all_local_got_entries): New function.
7050         (Object::is_in_system_directory_): New data member.
7051         (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
7052         (class Sized_relobj_base): New class.
7053         (class Sized_relobj): Derive from Sized_relobj_base.
7054         (class Sized_relobj::Symbols): Redeclare from base class.
7055         (class Sized_relobj::local_got_offset_list): Remove.
7056         (class Sized_relobj::Output_sections): Redeclare from base class.
7057         (class Sized_relobj::do_for_all_local_got_entries): New function.
7058         (class Sized_relobj::write_local_symbols): Add offset parameter.
7059         (class Sized_relobj::local_symbol_offset_): Update comment.
7060         (class Sized_relobj::local_dynsym_offset_): Update comment.
7061         * options.cc (Input_arguments::add_file): Remove const.
7062         * options.h (Input_file_argument::Input_file_argument):
7063         Initialize arg_serial_ (all constructors).
7064         (Input_file_argument::set_arg_serial): New function.
7065         (Input_file_argument::arg_serial): New function.
7066         (Input_file_argument::arg_serial_): New data member.
7067         (Input_arguments::Input_arguments): Initialize file_count_.
7068         (Input_arguments::add_file): Remove const.
7069         (Input_arguments::number_of_input_files): New function.
7070         (Input_arguments::file_count_): New data member.
7071         (Command_line::number_of_input_files): Call
7072         Input_arguments::number_of_input_files.
7073         * output.cc (Output_segment_headers::Output_segment_headers):
7074         Set current size.
7075         (Output_section::Input_section::current_data_size): New function.
7076         (Output_section::Output_section): Initialize new data members.
7077         (Output_section::add_input_section): Don't do merge sections for
7078         an incremental link; allocate space from free list for an
7079         incremental update.
7080         (Output_section::add_output_section_data): Allocate space from
7081         free list for an incremental update.
7082         (Output_section::update_data_size): New function.
7083         (Output_section::set_fixed_layout): New function.
7084         (Output_section::reserve): New function.
7085         (Output_segment::set_section_addresses): Remove const.
7086         (Output_segment::set_section_list_addresses): Remove const; allocate
7087         space from free list for an incremental update.
7088         (Output_segment::set_offset): Adjust size of RELRO segment for an
7089         incremental update.
7090         * output.h (Output_data::current_data_size): Move here from
7091         child classes.
7092         (Output_data::pre_finalize_data_size): New function.
7093         (Output_data::update_data_size): New function.
7094         (Output_section_headers::update_data_size): new function.
7095         (Output_section_data_build::current_data_size): Move to Output_data.
7096         (Output_data_strtab::update_data_size): New function.
7097         (Output_section::current_data_size): Move to Output_data.
7098         (Output_section::set_fixed_layout): New function.
7099         (Output_section::has_fixed_layout): New function.
7100         (Output_section::reserve): New function.
7101         (Output_section::update_data_size): New function.
7102         (Output_section::has_fixed_layout_): New data member.
7103         (Output_section::free_list_): New data member.
7104         (Output_segment::set_section_addresses): Remove const.
7105         (Output_segment::set_section_list_addresses): Remove const.
7106         * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
7107         New function.
7108         * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
7109         New function.
7110         * readsyms.cc (Read_symbols::do_read_symbols): Add library
7111         parameter when calling Add_symbols constructor; store argument
7112         serial number for members of a lib group.
7113         (Add_symbols::locks): Allow case where token == NULL.
7114         (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
7115         (Read_member::~Read_member): New function.
7116         (Read_member::is_runnable): New function.
7117         (Read_member::locks): New function.
7118         (Read_member::run): New function.
7119         (Check_script::~Check_script): New function.
7120         (Check_script::is_runnable): New function.
7121         (Check_script::locks): New function.
7122         (Check_script::run): New function.
7123         (Check_library::~Check_library): New function.
7124         (Check_library::is_runnable): New function.
7125         (Check_library::locks): New function.
7126         (Check_library::run): New function.
7127         * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
7128         (Add_symbols::library_): New data member.
7129         (class Read_member): New class.
7130         (class Check_script): New class.
7131         (class Check_library): New class.
7132         * reloc.cc (Read_relocs::is_runnable): Allow case where
7133         token == NULL.
7134         (Read_relocs::locks): Likewise.
7135         (Scan_relocs::locks): Likewise.
7136         (Relocate_task::locks): Likewise.
7137         (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
7138         to clear counters.
7139         (Sized_relobj::incremental_relocs_scan): Fix comment.
7140         (Sized_relobj::do_relocate): Pass output file offset to
7141         write_local_symbols.
7142         (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
7143         from class declaration.
7144         * script.cc (read_input_script): Allocate Script_info; pass
7145         argument serial number to report_script.
7146         * script.h (class Script_info): Move to incremental.h.
7147         * symtab.cc (Symbol_table::add_from_incrobj): New function.
7148         * symtab.h (Symbol_table::add_from_incrobj): New function.
7149         (Symbol_table::set_file_offset): New function.
7150
7151 2011-04-05  Cary Coutant  <ccoutant@google.com>
7152
7153         * incremental-dump.cc (dump_incremental_inputs): Change signature
7154         to take a Sized_incremental_binary; change caller.  Use readers
7155         in Sized_incremental_binary.
7156         * incremental.cc
7157         (Sized_incremental_binary::find_incremental_inputs_sections):
7158         Rename do_find_incremental_inputs_sections to this.
7159         (Sized_incremental_binary::setup_readers): New function.
7160         (Sized_incremental_binary::do_check_inputs): Check
7161         has_incremental_info_ flag; move setup code to setup_readers;
7162         use input readers.
7163         (Sized_incremental_binary::do_file_is_unchanged): New function.
7164         (Sized_incremental_binary::do_get_input_reader): New function.
7165         * incremental.h (class Incremental_binary): Move to end of file.
7166         (Incremental_binary::file_is_unchanged): New function.
7167         (Incremental_binary::do_file_is_unchanged): New function.
7168         (Incremental_binary::Input_reader): New class.
7169         (Incremental_binary::get_input_reader): New function.
7170         (class Sized_incremental_binary): Move to end of file.
7171         (Sized_incremental_binary::Sized_incremental_binary): Setup the
7172         input section reader classes.
7173         (Sized_incremental_binary::has_incremental_info): New function.
7174         (Sized_incremental_binary::inputs_reader): New function.
7175         (Sized_incremental_binary::symtab_reader): New function.
7176         (Sized_incremental_binary::relocs_reader): New function.
7177         (Sized_incremental_binary::got_plt_reader): New function.
7178         (Sized_incremental_binary::do_file_is_unchanged): New function.
7179         (Sized_incremental_binary::Sized_input_reader): New class.
7180         (Sized_incremental_binary::get_input_reader): New function.
7181         (Sized_incremental_binary::find_incremental_inputs_sections):
7182         Rename do_find_incremental_inputs_sections to this.
7183         (Sized_incremental_binary::setup_readers): New function.
7184         (Sized_incremental_binary::has_incremental_info_): New data member.
7185         (Sized_incremental_binary::inputs_reader_): New data member.
7186         (Sized_incremental_binary::symtab_reader_): New data member.
7187         (Sized_incremental_binary::relocs_reader_): New data member.
7188         (Sized_incremental_binary::got_plt_reader_): New data member.
7189         (Sized_incremental_binary::current_input_file_): New data member.
7190
7191 2011-04-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
7192
7193         PR gold/12640
7194         * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
7195         violation.
7196
7197 2011-03-30  Cary Coutant  <ccoutant@google.com>
7198
7199         * archive.cc (Archive::include_member): Adjust call to report_object.
7200         (Add_archive_symbols::run): Add script_info to call to
7201         report_archive_begin.
7202         (Lib_group::include_member): Adjust call to report_object.
7203         (Add_lib_group_symbols::run): Adjust call to report_object.
7204         * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
7205         blocks.  Add object count for script input files.
7206         * incremental.cc (Incremental_inputs::report_archive_begin): Add
7207         script_info parameter; change all callers.
7208         (Incremental_inputs::report_object): Add script_info parameter;
7209         change all callers.
7210         (Incremental_inputs::report_script): Store backpointer to
7211         incremental info entry.
7212         (Output_section_incremental_inputs::set_final_data_size): Record
7213         additional information for scripts.
7214         (Output_section_incremental_inputs::write_info_blocks): Likewise.
7215         * incremental.h (Incremental_script_entry::add_object): New function.
7216         (Incremental_script_entry::get_object_count): New function.
7217         (Incremental_script_entry::get_object): New function.
7218         (Incremental_script_entry::objects_): New data member; adjust
7219         constructor.
7220         (Incremental_inputs::report_archive_begin): Add script_info parameter.
7221         (Incremental_inputs::report_object): Add script_info parameter.
7222         (Incremental_inputs_reader::get_object_count): New function.
7223         (Incremental_inputs_reader::get_object_offset): New function.
7224         * options.cc (Input_arguments::add_file): Return reference to
7225         new input argument.
7226         * options.h (Input_argument::set_script_info): New function.
7227         (Input_argument::script_info): New function.
7228         (Input_argument::script_info_): New data member; adjust all
7229         constructors.
7230         (Input_file_group::add_file): Return reference to new input argument.
7231         (Input_file_lib::add_file): Likewise.
7232         (Input_arguments::add_file): Likewise.
7233         * readsyms.cc (Add_symbols::run): Adjust call to report_object.
7234         * script.cc (Parser_closure::Parser_closure): Add script_info
7235         parameter; adjust all callers.
7236         (Parser_closure::script_info): New function.
7237         (Parser_closure::script_info_): New data member.
7238         (read_input_script): Report scripts earlier to incremental info.
7239         (script_add_file): Set script_info in Input_argument.
7240         (script_add_library): Likewise.
7241         * script.h (Script_options::Script_info): Rewrite class.
7242
7243 2011-03-29  Cary Coutant  <ccoutant@google.com>
7244
7245         * archive.cc (Library_base::should_include_member): Move
7246         method here from class Archive.
7247         (Archive::Archive): Initialize base class.
7248         (Archive::should_include_member): Move to base class.
7249         (Archive::do_for_all_unused_symbols): New function.
7250         (Add_archive_symbols::run): Remove redundant access to
7251         incremental_inputs.
7252         (Lib_group::Lib_group): Initialize base class.
7253         (Lib_group::do_filename): New function.
7254         (Lib_group::include_member): Pass pointer to Lib_group to
7255         report_object.
7256         (Lib_group::do_for_all_unused_symbols): New function.
7257         (Add_lib_group_symbols::run): Report archive information for
7258         incremental links.
7259         * archive.h (class Library_base): New base class.
7260         (class Archive): Derive from Library_base.
7261         (Archive::filename): Move to base class.
7262         (Archive::set_incremental_info): Likewise.
7263         (Archive::incremental_info): Likewise.
7264         (Archive::Should_include): Likewise.
7265         (Archive::should_include_member): Likewise.
7266         (Archive::Armap_entry): Remove.
7267         (Archive::Unused_symbol_iterator): Remove.
7268         (Archive::unused_symbols_begin): Remove.
7269         (Archive::unused_symbols_end): Remove.
7270         (Archive::do_filename): New function.
7271         (Archive::do_get_mtime): New function.
7272         (Archive::do_for_all_unused_symbols): New function.
7273         (Archive::task_): Move to base class.
7274         (Archive::incremental_info_): Likewise.
7275         (class Lib_group): Derive from Library_base.
7276         (Lib_group::do_filename): New function.
7277         (Lib_group::do_get_mtime): New function.
7278         (Lib_group::do_for_all_unused_symbols): New function.
7279         (Lib_group::task_): Move to base class.
7280         * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
7281         function.
7282         * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
7283         function.
7284         * incremental.cc (Incremental_inputs::report_archive_begin):
7285         Use Library_base; call library's get_mtime; add incremental inputs
7286         entry before members.
7287         (class Unused_symbol_visitor): New class.
7288         (Incremental_inputs::report_archive_end): Use Library_base; use
7289         visitor class to record unused symbols; don't add incremental inputs
7290         entry after members.
7291         (Incremental_inputs::report_object): Use Library_base.
7292         * incremental.h
7293         (Incremental_archive_entry::Incremental_archive_entry): Remove
7294         unused Archive parameter.
7295         (Incremental_inputs::report_archive_begin): Use Library_base.
7296         (Incremental_inputs::report_archive_end): Likewise.
7297         (Incremental_inputs::report_object): Likewise.
7298         * object.cc (Sized_relobj::do_for_all_global_symbols): New
7299         function.
7300         * object.h (Object::for_all_global_symbols): New function.
7301         (Object::do_for_all_global_symbols): New function.
7302         (Sized_relobj::do_for_all_global_symbols): New function.
7303         * plugin.cc (Sized_pluginobj::do_for_all_global_symbols):  New
7304         function.
7305         * plugin.h (Sized_pluginobj::do_for_all_global_symbols):  New
7306         function.
7307
7308 2011-03-27  Ian Lance Taylor  <iant@google.com>
7309
7310         * archive.cc (Archive::interpret_header): Return -1 if something
7311         goes wrong.  Change callers accordingly.
7312
7313 2011-03-25  Cary Coutant  <ccoutant@google.com>
7314
7315         * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
7316         * testsuite/Makefile.in: Regenerate.
7317
7318 2011-03-23  Rafael Ávila de Espíndola <respindola@mozilla.com>
7319
7320         * plugin.cc (get_view): New.
7321         (Plugin::load): Pass get_view to the plugin.
7322         (Plugin_manager::get_view): New.
7323
7324 2011-03-21  Ian Lance Taylor  <iant@google.com>
7325
7326         * testsuite/final_layout.sh: Rewrite to not use dc.
7327         * testsuite/relro_test.sh: Fail if dc is not present.
7328
7329 2011-03-21  Sriraman Tallam  <tmsriram@google.com>
7330
7331         * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
7332         Change == to -eq.
7333         * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
7334         * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
7335         Change == to -eq.
7336         * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
7337         * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
7338
7339 2011-03-14  Ian Lance Taylor  <iant@google.com>
7340
7341         * script-sections.cc (Sort_output_sections::script_compare):
7342         Rename from is_before, change return type.
7343         (Sort_output_sections::operator()): Adjust accordingly.
7344
7345 2011-03-11  Jeffrey Yasskin  <jyasskin@google.com>
7346
7347         PR gold/12572
7348         * testsuite/odr_violation2.cc: Add comment to make all error line
7349         numbers double digits.
7350         * testsuite/debug_msg.sh: Adjust expected errors.
7351
7352 2011-03-09  Jeffrey Yasskin  <jyasskin@google.com>
7353
7354         * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
7355         but mark earlier ones as non-canonical
7356         (offset_to_iterator): Update search target and example
7357         (do_addr2line): Return extra lines in a vector*
7358         (format_file_lineno): Extract from do_addr2line
7359         (one_addr2line): Add vector* out-param
7360         * dwarf_reader.h (Offset_to_lineno_entry): New field recording
7361         when a lineno entry appeared last for its instruction
7362         (Dwarf_line_info): Add vector* out-param
7363         * object.cc (Relocate_info): Pass NULL for the vector* out-param
7364         * symtab.cc (Odr_violation_compare): Include the lineno in the
7365         comparison again.
7366         (linenos_from_loc): New. Combine the canonical line for an
7367         address with its other lines.
7368         (True_if_intersect): New. Helper functor to make
7369         std::set_intersection a query.
7370         (detect_odr_violations): Compare sets of lines instead of just
7371         one line for each function. This became less deterministic, but
7372         has fewer false positives.
7373         * symtab.h: Declarations.
7374         * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
7375         mix an optimized and non-optimized object in the same binary
7376         (odr_violation2.so): Same.
7377         * testsuite/Makefile.in: Regenerate from Makefile.am.
7378         * testsuite/debug_msg.cc (main): Make OdrDerived classes.
7379         * testsuite/debug_msg.sh: Update line numbers and add
7380         assertions.
7381         * testsuite/odr_violation1.cc: Use OdrDerived, in a
7382         non-optimized context.
7383         * testsuite/odr_violation2.cc: Make sure Ordering::operator()
7384         isn't inlined, and use OdrDerived in an optimized context.
7385         * testsuite/odr_header1.h: Defines OdrDerived, where
7386         optimization will change the
7387         first-instruction-in-the-destructor's file and line number.
7388         * testsuite/odr_header2.h: Defines OdrBase.
7389
7390 2011-03-09  Ian Lance Taylor  <iant@google.com>
7391
7392         * fileread.cc (File_read::clear_views): Don't delete the whole
7393         file view.
7394
7395 2011-03-08  Ian Lance Taylor  <iant@google.com>
7396
7397         PR gold/12525
7398         * fileread.cc: #include <climits>.
7399         (GOLD_IOV_MAX): Define.
7400         (File_read::read_multiple): Limit number of entries by iov_max.
7401         * fileread.h (class File_read): Always set max_readv_entries to
7402         128.
7403
7404 2011-03-07  Ian Lance Taylor  <iant@google.com>
7405
7406         PR gold/12525
7407         * options.h (class General_options): Add -dy and -dn.
7408
7409 2011-03-02  Cary Coutant  <ccoutant@google.com>
7410
7411         * testsuite/script_test_9.t: Add TLS segment.
7412
7413 2011-03-02  Simon Baldwin  <simonb@google.com>
7414
7415         * configure.ac: Add check for gnu_indirect_function support in
7416         the toolchain building binutils.
7417         * configure: Rebuild.
7418
7419 2011-02-18  Rafael Ávila de Espíndola <respindola@mozilla.com>
7420
7421         * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
7422         plugin only symbols.
7423         (Symbol_table::sized_finalize_symbol) Mark symbol only present
7424         in plugin files as not needed in the symbol table.
7425
7426 2011-02-11  Sriraman Tallam  <tmsriram@google.com>
7427
7428         * output.cc (Output_section::add_input_section): Delay fill
7429         generation for section ordering.
7430
7431 2011-02-09  Ian Lance Taylor  <iant@google.com>
7432
7433         PR gold/12316
7434         * object.h (class Sized_relobj): Remove clear_local_symbols.
7435         * reloc.cc (Sized_relobj::do_relocate): Don't call
7436         clear_local_symbols.
7437
7438 2011-02-08  Rafael Ávila de Espíndola <respindola@mozilla.com>
7439
7440         * plugin.cc (is_visible_from_outside): Return true for symbols
7441         in the -u option.
7442
7443 2011-02-04  Jeffrey Yasskin  <jyasskin@google.com>
7444
7445         * symtab.cc (Odr_violation_compare::operator()): Sort by just the
7446         filename.
7447
7448 2011-02-02  Sriraman Tallam  <tmsriram@google.com>
7449
7450         * icf.h (is_section_foldable_candidate): Change type of parameter
7451         to std::string.
7452         * icf.cc (Icf::find_identical_sections): Change type of local variable
7453         section_name to be std::string.
7454         (is_function_ctor_or_dtor): Change type of parameter to std::string.
7455
7456 2011-01-25  Ian Lance Taylor  <iant@google.com>
7457
7458         * script.cc (script_add_extern): Rewrite to use
7459         add_symbol_reference.
7460
7461 2011-01-25  Doug Kwan  <dougkwan@google.com>
7462
7463         * icf.cc (get_section_contents): Always lock section's object.
7464
7465 2011-01-24  Ian Lance Taylor  <iant@google.com>
7466
7467         * options.h (class General_options): Accept
7468         --no-detect-odr-violations.
7469
7470 2011-01-24  Ian Lance Taylor  <iant@google.com>
7471
7472         * version.cc (version_string): Bump to 1.11.
7473
7474 2011-01-24  Ian Lance Taylor  <iant@google.com>
7475
7476         * plugin.cc (class Plugin_rescan): Define new class.
7477         (Plugin_manager::claim_file): Set any_claimed_.
7478         (Plugin_manager::save_archive): New function.
7479         (Plugin_manager::save_input_group): New function.
7480         (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
7481         necessary.
7482         (Plugin_manager::new_undefined_symbol): New function.
7483         (Plugin_manager::rescan): New function.
7484         (Plugin_manager::rescannable_defines): New function.
7485         (Plugin_manager::add_input_file): Set any_added_.
7486         * plugin.h (class Plugin_manager): define new fields rescannable_,
7487         undefined_symbols_, any_claimed_, and any_added_.  Declare
7488         Plugin_rescan as friend.  Declare new functions.
7489         (Plugin_manager::Rescannable): Define type.
7490         (Plugin_manager::Rescannable_list): Define type.
7491         (Plugin_manager::Undefined_symbol_list): Define type.
7492         (Plugin_manager::Plugin_manager): Initialize new fields.
7493         * archive.cc (Archive::defines_symbol): New function.
7494         (Add_archive_symbols::run): Pass archive to plugins if any.
7495         * archive.h (class Archive): Declare defines_symbol.
7496         * readsyms.cc (Input_group::~Input_group): New function.
7497         (Finish_group::run): Pass input_group to plugins if any.
7498         * readsyms.h (class Input_group): Declare destructor.
7499         * symtab.cc (add_from_object): Pass undefined symbol to plugins if
7500         any.
7501
7502 2011-01-10  Ian Lance Taylor  <iant@google.com>
7503
7504         * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
7505         section as relro.
7506         (Layout::set_segment_offsets): Reset increase_relro before calling
7507         set_section_addresses a second time.
7508
7509 2011-01-04  Cary Coutant  <ccoutant@google.com>
7510
7511         * script-sections.cc (Sort_output_sections::operator()): Sort TLS
7512         sections before NOBITS sections.
7513
7514 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
7515
7516         * version.cc (print_version): Update copyright to 2011.
7517
7518 2010-12-23  Cary Coutant  <ccoutant@google.com>
7519
7520         * output.h (Output_data_reloc::add_output_section): Pass OD instead
7521         of OS to this->add.  Add OD parameter to second form of the function.
7522
7523 2010-12-20  Ian Lance Taylor  <iant@google.com>
7524
7525         * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
7526         second of two consecutive entries with same offset.
7527
7528 2010-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7529
7530         * testsuite/Makefile.am (ifuncmain2static_LDADD)
7531         (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
7532         (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
7533         to avoid unneeded links against $(LDADD).
7534         * testsuite/Makefile.in: Regenerate.
7535
7536 2010-12-15  Ian Lance Taylor  <iant@google.com>
7537
7538         PR gold/12324
7539         * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
7540         for R_X86_64_32 and R_X86_64_PC32.
7541         * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
7542         ver_matching_def_pic.o.
7543         (ver_matching_def_pic.o): New target.
7544
7545 2010-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7546
7547         * fileread.cc (file_counts_lock, file_counts_initialize_lock)
7548         (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
7549         Move definition before File_read::View member definitions.
7550         (File_read::View::~View): Initialize and hold lock before
7551         updating current_mapped_bytes.
7552
7553 2010-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7554
7555         * dwarf_reader.cc: Remove outdated comment.
7556         * gold-threads.cc: Fix typo in error message.
7557         * archive.cc: Fix typos in comments.
7558         * archive.h: Likewise.
7559         * arm-reloc-property.cc: Likewise.
7560         * arm-reloc-property.h: Likewise.
7561         * arm-reloc.def: Likewise.
7562         * arm.cc: Likewise.
7563         * attributes.h: Likewise.
7564         * cref.cc: Likewise.
7565         * ehframe.cc: Likewise.
7566         * fileread.h: Likewise.
7567         * gold.h: Likewise.
7568         * i386.cc: Likewise.
7569         * icf.cc: Likewise.
7570         * incremental.h: Likewise.
7571         * int_encoding.cc: Likewise.
7572         * layout.h: Likewise.
7573         * main.cc: Likewise.
7574         * merge.h: Likewise.
7575         * object.cc: Likewise.
7576         * object.h: Likewise.
7577         * options.cc: Likewise.
7578         * readsyms.cc: Likewise.
7579         * reduced_debug_output.cc: Likewise.
7580         * reloc.cc: Likewise.
7581         * script-sections.cc: Likewise.
7582         * sparc.cc: Likewise.
7583         * symtab.h: Likewise.
7584         * target-reloc.h: Likewise.
7585         * target.cc: Likewise.
7586         * target.h: Likewise.
7587         * timer.cc: Likewise.
7588         * timer.h: Likewise.
7589         * x86_64.cc: Likewise.
7590
7591 2010-12-09  Cary Coutant  <ccoutant@google.com>
7592
7593         * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
7594         stack.
7595         * layout.h (Layout::layout_gnu_stack): Add pointer to Object
7596         parameter; change all callers.
7597         * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
7598         * options.h (warn_execstack): New option.
7599
7600 2010-12-07  Doug Kwan  <dougkwan@google.com>
7601
7602         * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
7603         like function call relocations.
7604
7605 2010-12-07  Ian Lance Taylor  <iant@google.com>
7606
7607         * archive.cc (Archive::get_elf_object_for_member): Permit
7608         punconfigured to be NULL.
7609         (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
7610         (Archive::include_member): Pass NULL to get_elf_object_for_member
7611         if we searched for the archive and this is the first included
7612         object.
7613
7614 2010-12-01  Ian Lance Taylor  <iant@google.com>
7615
7616         * dwarf_reader.h (class Sized_dwarf_line_info): Add
7617         track_relocs_type_ field.
7618         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
7619         Set track_relocs_type_.
7620         (Sized_dwarf_line_info::process_one_opcode): Ignore the section
7621         contents when using RELA relocs.
7622         (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
7623         reloc_map_.
7624         * reloc.cc (Track_relocs::next_addend): New function.
7625         * reloc.h (class Track_relocs): Declare next_addend.
7626
7627 2010-12-01  Ian Lance Taylor  <iant@google.com>
7628
7629         * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
7630         virtual destructor.
7631
7632 2010-12-01  Ian Lance Taylor  <iant@google.com>
7633
7634         * README: Update compilers known to work and fail.
7635
7636 2010-11-23  Matthias Klose  <doko@ubuntu.com>
7637
7638         * configure.in: For --enable-gold, handle value `default' instead of
7639         `both*'.  Always install ld as ld.bfd, install as ld if gold is
7640         not the default.
7641         * configure: Regenerate.
7642
7643 2010-11-18  Doug Kwan  <dougkwan@google.com>
7644
7645         * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
7646         and right_alignment to be zero.  Store result alignment only if it is
7647         greater than existing alignment.
7648
7649 2010-11-16  Cary Coutant  <ccoutant@google.com>
7650
7651         PR gold/12220
7652         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
7653         Check for ".zdebug_line".
7654
7655 2010-11-16  Doug Kwan  <dougkwan@google.com>
7656             Cary Coutant  <ccoutant@google.com>
7657
7658         * output.h (Output_segment::set_section_addresses): Pass increase_relro
7659         by reference; adjust all callers.
7660         * output.cc (Output_segment::set_section_addresses): Adjust references
7661         to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
7662         list is empty.
7663         (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
7664         end at page boundary.
7665
7666 2010-11-16  Cary Coutant  <ccoutant@google.com>
7667
7668         PR gold/12220
7669         * layout.cc (Layout::choose_output_section): Transform names of
7670         compressed sections even when using a script with a SECTIONS clause.
7671         (Layout::output_section_name): Remove code to transform
7672         compressed debug section names.
7673         * output.cc (Output_section::add_input_section): Use uncompressed
7674         section size when tracking input sections.
7675
7676 2010-11-11  Richard Sandiford  <richard.sandiford@linaro.org>
7677
7678         * symtab.h (Symbol::NON_PIC_REF): Remove.
7679         (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
7680         (Symbol::FUNCTION_CALL): Renumber.  Reword comment.
7681         (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
7682         (Symbol::use_plt_offset): Take a flags argument and pass it
7683         directly to needs_dynamic_reloc.  Restrict check for undefined
7684         weak symbols to function calls.
7685         * arm.cc (Target_arm::Scan::get_reference_flags): New function.
7686         (Target_arm::Scan::global): Use it.
7687         (Target_arm::Scan::scan_reloc_for_stub): Likewise.
7688         (Target_arm::Relocate::relocate): Likewise.
7689         (Target_arm::Relocate::should_apply_static_reloc): Replace flags
7690         parameter with an r_type parameter.  Use get_reference_flags
7691         to get the flags.
7692         (Target_arm::Relocate::relocate): Update accordingly.
7693         * i386.cc (Target_i386::Scan::get_reference_flags): New function.
7694         (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
7695         (Target_i386::Scan::global): Likewise.
7696         (Target_i386::Relocate::relocate): Likewise.
7697         (Target_i386::Relocate::should_apply_static_reloc): Replace flags
7698         parameter with an r_type parameter.  Use get_reference_flags
7699         to get the flags.
7700         (Target_i386::Relocate::relocate): Update accordingly.
7701         * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
7702         (Target_powerpc::Scan::global): Use it.
7703         (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
7704         (Target_powerpc::Relocate::relocate): Likewise.
7705         * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
7706         (Target_sparc::Scan::global): Use it.
7707         (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
7708         (Target_sparc::Relocate::relocate): Likewise.
7709         * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
7710         (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
7711         (Target_x86_64::Scan::global): Likewise.
7712         (Target_x86_64::Relocate::relocate): Likewise.
7713
7714 2010-11-08  Doug Kwan  <dougkwan@google.com>
7715             Cary Coutant  <ccoutant@google.com>
7716
7717         * arm.cc (Arm_exidx_merge_section::build_contents): New method.
7718         (Arm_exidx_merge_section::section_contents_): New data member.
7719         (Arm_input_section::Arm_input_section): Initialize original_contents_.
7720         (Arm_input_section::~Arm_input_section): De-allocate memory.
7721         (Arm_input_section::original_contents_): New data member.
7722         (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
7723         in parameters instead of calling Object::section_contents without
7724         locking.
7725         (Arm_output_section::group_section): New parameter TASK.  Pass it
7726         to callees that need locking objects.
7727         (Arm_output_section::fix_exidx_coverage): New parameter TASK.  Use it
7728         to lock EXIDX input sections.  Fix a formatting issue.  Call
7729         Arm_exidx_merged_section::build_contents to create merged section
7730         contents.
7731         (Arm_output_section::create_stub_group): New parameter TASK.  Use it
7732         to lock object of stub table owner.
7733         (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
7734         TEXT_SIZE to initialize data member TEXT_SIZE_.
7735         (Arm_exidx_input_section::addralign): Fix typo in comment.
7736         (Arm_exidx_input_section::text_size): New method.
7737         (Target_arm::do_relax): New parameter TASK.  Pass it to callees
7738         that require locking objects.  Lock objects before scanning for stubs
7739         and updating local symbols.
7740         (Arm_input_section<big_endian>::init): Copy contents of original
7741         input section.
7742         (Arm_input_section<big_endian>::do_write): Use saved contents of
7743         original input section instead of calling Object::section_contents
7744         without locking.
7745         (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
7746         size without calling Object::section_size().
7747         (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
7748         for size.  Allocate a buffer for merged EXIDX entries.
7749         (Arm_exidx_merged_section::build_contents): New method.
7750         (Arm_exidx_merged_section::do_write): Move merge section contents
7751         building code to Arm_exidx_merged_section::build_contetns.  Write
7752         out contetns in buffer instead of building it on the fly.
7753         (Arm_relobj::make_exidx_input_section): Also pass text section size
7754         to Arm_exidx_input_section constructor.
7755         (Arm_relobj::do_read_symbols): Fix memory leak.  Fix a formatting issue.
7756         (Arm_dynobj::do_read_symbols): Fix memory leak.
7757         * layout.cc (Layout::finalize): Pass TASK to Target::relax().
7758         * target.h: (class Task): Add forward declaration.
7759         (Target::relax): Add new parameter TASK and pass it to
7760         Target::do_relax().
7761         (Target::do_relax):: New parameter TASK.  Fix a formatting issue.
7762
7763 2010-11-05  Cary Coutant  <ccoutant@google.com>
7764
7765         PR gold/10708
7766         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
7767         object when reading from the file.
7768         * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
7769         second layout pass.
7770         * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
7771         when reading section contents.
7772         (get_section_contents): Likewise.
7773         (icf::find_identical_sections): Likewise.
7774         * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
7775         object when reading from the file.
7776         * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
7777         the object when doing deferred section layout.
7778
7779 2010-11-03  Nick Clifton  <nickc@redhat.com>
7780
7781         PR gold/12001
7782         * script.h (class Symbol_assignment: name): New member.  Returns
7783         the name of the symbol.
7784         * scrfipt.cc (Script_options::is_pending_assignment): New member.
7785         Returns true if the given symbol name is on the list of
7786         assignments wating to be processed.
7787         * archive.cc (should_incldue_member): If the symbol is undefined,
7788         check to see if it is on the list of symbols pending assignment.
7789
7790 2010-11-03  Ryan Mansfield  <rmansfield@qnx.com>
7791
7792         * script-sections.cc (Script_sections::find_memory_region): Check
7793         for a NULL output section pointer.
7794
7795 2010-10-29  Doug Kwan  <dougkwan@google.com>
7796
7797         * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
7798         Output_section::add_relaxed_input_section.
7799         * output.cc (Output_section::add_relaxed_input_section): Add new
7800         arguments LAYOUT and NAME.  Set section order index.
7801         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
7802         Copy section order index.
7803         * output.h (Output_section::add_relaxed_input_section): Add new
7804         arguments LAYOUT and NAME.
7805
7806 2010-10-29  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
7807
7808         * testsuite/Makefile.am: Move gcctestdir/ld rule to
7809         NATIVE_OR_CROSS_LINKER.
7810         * testsuite/Makefile.in: Regenerate.
7811
7812 2010-10-20  Doug Kwan  <dougkwan@google.com>
7813
7814         * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
7815         without SHF_LINK_ORDER flags.
7816         * layout.cc (Layout::choose_output_section): Do not filter
7817         SHF_LINK_ORDER flag in a relocatable link.
7818
7819 2010-10-17  Cary Coutant  <ccoutant@google.com>
7820
7821         * output.h (Output_segment::set_section_addresses): Change function
7822         signature.  Update all callers.
7823         * output.cc (Output_segment::is_first_section_relro): Ignore TLS
7824         sections.
7825         (Output_segment::set_section_addresses): Align after last TLS
7826         section.  Add padding before last relro section instead of after.
7827
7828 2010-10-17  Doug Kwan  <dougkwan@google.com>
7829
7830         * gold/arm.cc (Target_arm::got_section): Use correct order and set
7831         GOT output section to be writable.
7832
7833 2010-10-14  Cary Coutant  <ccoutant@google.com>
7834
7835         * debug.h (DEBUG_INCREMENTAL): New flag.
7836         (debug_string_to_enum): Add DEBUG_INCREMENTAL).
7837         * gold.cc (queue_initial_tasks): Check parameters for incremental link
7838         mode.
7839         * incremental.cc (report_command_line): Ignore all forms of
7840         --incremental.
7841         * layout.cc (Layout::Layout): Check parameters for incremental link
7842         mode.
7843         * options.cc (General_options::parse_incremental): New function.
7844         (General_options::parse_no_incremental): New function.
7845         (General_options::parse_incremental_full): New function.
7846         (General_options::parse_incremental_update): New function.
7847         (General_options::incremental_mode_): New data member.
7848         (General_options::finalize): Check incremental_mode_.
7849         * options.h (General_options): Update help text for --incremental.
7850         Add --no-incremental, --incremental-full, --incremental-update.
7851         (General_options::Incremental_mode): New enum type.
7852         (General_options::incremental_mode): New function.
7853         (General_options::incremental_mode_): New data member.
7854         * parameters.cc (Parameters::incremental_mode_): New data member.
7855         (Parameters::set_options): Set incremental_mode_.
7856         (Parameters::set_incremental_full): New function.
7857         (Parameters::incremental): New function.
7858         (Parameters::incremental_update): New function.
7859         (set_parameters_incremental_full): New function.
7860         * parameters.h (Parameters::set_incremental_full): New function.
7861         (Parameters::incremental): New function.
7862         (Parameters::incremental_update): New function.
7863         (Parameters::incremental_mode_): New data member.
7864         (set_parameters_incremental_full): New function.
7865         * plugin.cc (Plugin_manager::add_input_file): Check parameters for
7866         incremental link mode.
7867         * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
7868         (Sized_relobj::do_relocate_sections): Likewise.
7869         * testsuite/Makefile.am (incremental_test): Use --incremental-full
7870         option.
7871         * testsuite/Makefile.in: Regenerate.
7872         * testsuite/incremental_test.sh: Filter all forms of --incremental.
7873
7874 2010-10-12  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
7875
7876         * script-sections.h (class Script_sections): Make
7877         Sections_elements typedef public.
7878         * script-sections.cc (class Sort_output_sections): Add elements_
7879         field.  Add constructor which sets it; change all callers.
7880         (Sort_output_sections::is_before): New function.
7881         (Sort_output_sections::operator()): Call is_before.
7882         * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
7883         conditional.
7884         * testsuite/script_test_10.sh: New test. Test script section
7885         order.
7886         * testsuite/script_test_10.t: Likewise.
7887         * testsuite/script_test_10.s: Likewise.
7888         * testsuite/Makefile.am: Wrap the cross linker tests and the
7889         common tests into NATIVE_OR_CROSS_LINKER.
7890         (check_SCRIPTS): Add script_test_10.sh.
7891         (check_DATA): Add script_test_10.stdout.
7892         (script_test_10.o, script_test_10): New targets.
7893         (script_test_10.stdout): New target.
7894         * configure, testsuite/Makefile.in: Regenerate.
7895
7896 2010-10-12  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
7897
7898         * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
7899         error for the deprecated relocations.
7900         (Target_arm::Scan::global): Likewise.
7901         (Target_arm::Relocate::relocate): Likewise.
7902
7903 2010-10-12  Richard Sandiford  <richard.sandiford@linaro.org>
7904
7905         * fileread.cc (Input_file::find_file): Initialize *found_name
7906         and *namep when using the fallback search for case 4.
7907
7908 2010-10-11  Cary Coutant  <ccoutant@google.com>
7909
7910         * options.h (class General_options): Redefine -z lazy as an alias for
7911         the negation of -z now.
7912
7913 2010-10-11  Ian Lance Taylor  <iant@google.com>
7914
7915         * resolve.cc (symbol_to_bits): Report the value of the unsupported
7916         binding.
7917
7918 2010-10-06  Nick Clifton  <nickc@redhat.com>
7919
7920         * script-sections.cc(class Memory_region): Remove
7921         current_lma_offset_ field.  Rename current_vma_offset_ to
7922         current_offset_.  Add last_section_ field.
7923         (Memory_region::get_current_vma_address): Rename to
7924         get_current_address.
7925         (Memory_region::get_current_lma_address): Delete.
7926         (Memory_region::increment_vma_offset): Rename to
7927         increment_offset.
7928         (Memory_region::increment_lma_offset): Delete.
7929         (Memory_region::attributes_compatible): New method.  Returns
7930         true if the provided section is compatible with the region.
7931         (Memory_region::get_last_section): New method.  Returns the last
7932         section to use the region.
7933         (Memory_region::set_last_section): New method.  Stores the last
7934         section to use the region.
7935         (Script_sections::block_in_region): New method.  Returns true if
7936         a block of memory is contained within a region.
7937         (Script_sections::find_memory_region): New method.  Locates a
7938         memory region to be used to set a VMA or LMA address.
7939         (Output_section_definition::set_section_addresses): Add code to
7940         check for addresses set by memory regions.
7941         (Output_segment::set_section_addresses): Remove memory region
7942         walking code.
7943         (Script_sections::create_segment): Add a warning if a header
7944         segment is created outside of any region.
7945         * script-sections.h (class Script_sections): Add prototypes for
7946         find_memory_region and block_in_region methods.
7947         * testsuite/memory_test.s: Use .long instead of .word.
7948         * testsuite/memory_test.t: Add some more output sections.
7949         * testsuite/memory_test.sh: Update expected output.
7950
7951 2010-10-02  Doug Kwan  <dougkwan@google.com>
7952
7953         * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
7954         defintion to symtab.h
7955         * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
7956         declaration to defintion.
7957
7958 2010-10-01  Nick Clifton  <nickc@redhat.com>
7959
7960         * expression.cc (eval): Replace dummy argument with NULL.
7961         (eval_maybe_dot): Check for a NULL result section pointer.
7962         (Symbol_expression::value): Likewise.
7963         (Dot_expression::value): Likewise.
7964         (BINARY_EXPRESSION): Likewise.
7965         (Max_expression::value): Likewise.
7966         (Min_expression::value): Likewise.
7967         (Absolute_expression::value): Likewise.
7968         (Addr_expression::value_from_output_section): Likewise.
7969         (Loaddddr_expression::value_from_output_section): Likewise.
7970         (Segment_start_expression::value): Likewise.
7971         * script-sections.cc
7972         (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
7973         argument with NULL.
7974         (Sections_elememt_dot_assignment::set_section_addresses):
7975         Likewise.
7976         (Output_data_expression::do_write_to_buffer): Likewise.
7977         (Output_section_definition::finalize_symbols): Likewise.
7978         (Output_section_definition::set_section_addresses): Likewise.
7979
7980 2010-09-30  Doug Kwan  <dougkwan@google.com>
7981
7982         * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
7983
7984 2010-09-28  Sriraman Tallam  <tmsriram@google.com>
7985
7986         * target.h (Target::can_icf_inline_merge_sections): New virtual
7987         function.
7988         * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
7989         virtual function.
7990         * i386.cc (Target_i386::can_icf_inline_merge_sections): New
7991         virtual function.
7992         * icf.cc (get_section_contents): Inline merge sections only when
7993         target allows it.
7994
7995 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7996
7997         * configure: Regenerate.
7998
7999 2010-09-17  Ian Lance Taylor  <iant@google.com>
8000
8001         * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
8002         * testsuite/Makefile.am (memory_test.o): New target.
8003         (memory_test): Depend on memory_test.o, gcctestdir/ld, and
8004         memory_test.t.
8005         * testsuite/Makefile.in: Rebuild.
8006
8007 2010-09-17  Doug Kwan  <dougkwan@google.com>
8008
8009         * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
8010         defintion if relocation uses GOT entries of the symbol.
8011         * testsuite/icf_safe_test.sh: Fix test.
8012         * testsuite/icf_safe_so_test.sh: Fix test.
8013
8014 2010-09-16  Cary Coutant  <ccoutant@google.com>
8015
8016         * script_sections.cc (class Memory_region): Remove "NULL" from
8017         vector initializations.
8018
8019 2010-09-15  Cary Coutant  <ccoutant@google.com>
8020
8021         * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
8022         Resolve forwarding symbols.
8023
8024 2010-09-15  Doug Kwan  <dougkwan@google.com>
8025
8026         * gold/testsuite/script_test_3.t: Add ARM special sections.
8027         * gold/testsuite/script_test_4.t: Same.
8028         * gold/testsuite/script_test_5.t: Same.
8029         * gold/testsuite/script_test_6.t: Same.
8030         * gold/testsuite/script_test_7.t: Same.
8031         * gold/testsuite/script_test_7.t: Same.
8032         * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
8033
8034 2010-09-14  Cary Coutant  <ccoutant@google.com>
8035
8036         * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
8037         (Target_x86_64::Relocate::relocate_tls): Replace check for
8038         saw_tls_block_reloc_ with test for executable section.
8039
8040 2010-09-12  Cary Coutant  <ccoutant@google.com>
8041
8042         * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
8043         position-independent executables to shared libraries need dynamic
8044         relocations.
8045         (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
8046         position-independent executables.
8047         * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
8048         * testsuite/Makefile.in: Regenerate.
8049
8050 2010-09-10  Nick Clifton  <nickc@redhat.com>
8051
8052         PR gold/11997
8053         * testsuite/memory_test.t: Discard any sections that are not
8054         needed.
8055
8056 2010-09-09  H.J. Lu  <hongjiu.lu@intel.com>
8057
8058         PR gold/11996
8059         * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
8060         "This::" to work around a bug in gcc 4.2.
8061
8062         * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
8063
8064 2010-09-09  Rafael Espindola  <espindola@google.com>
8065
8066         * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
8067         sections with different PF_X flags in the same segment.
8068         (Layout::find_first_load_seg): Search all segments to find the first
8069         one.
8070         * options.h (rosegment): New.
8071
8072 2010-09-08  Rafael Espindola  <espindola@google.com>
8073
8074         * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
8075
8076 2010-09-08  Doug Kwan  <dougkwan@google.com>
8077
8078         * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
8079         (Arm_relobj::do_relocate_sections): Add new parameter for output
8080         file to match the parent.
8081         (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
8082         of local symbols instead of input values.  Update code to track
8083         changes in gold::relocate_section.
8084         * object.cc (Sized_relobj::compute_final_local_value): New methods.
8085         (Sized_relobj::compute_final_local_value_internal): New methods.
8086         (Sized_relobj::do_finalize_local_symbols): Move code from loop
8087         body into private version of Sized_relobj::compute_final_local_value.
8088         Call the inline method.
8089         * object.h (Symbol_value::Symbol_value): Define destructor.  Free
8090         merged symbol value if there is one.
8091         (Symbol_value::has_output_value): New method defintiion.
8092         (Sized_relobj::Compute_final_local_value_status): New enum type.
8093         (Sized_relobj::compute_final_local_value): New methods.
8094         (Sized_relobj::compute_final_local_value_internal): New methods.
8095         * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
8096         and arm_cortex_a8.sh.
8097         (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
8098         arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
8099         New tests.
8100         * Makefile.in: Regenerate.
8101         * testsuite/arm_bl_out_of_range.s: Update test.
8102         * testsuite/thumb_bl_out_of_range.s: Ditto.
8103         * testsuite/thumb_blx_out_of_range.s: Ditto.
8104         * testsuite/arm_branch_out_of_range.sh: New file.
8105         * testsuite/arm_cortex_a8.sh: Ditto.
8106         * testsuite/arm_cortex_a8_b.s: Ditto.
8107         * testsuite/arm_cortex_a8_b_cond.s: Ditto.
8108         * testsuite/arm_cortex_a8_b_local.s: Ditto.
8109         * testsuite/arm_cortex_a8_bl.s: Ditto.
8110         * testsuite/arm_cortex_a8_blx.s: Ditto.
8111         * testsuite/arm_cortex_a8_local.s: Ditto.
8112         * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
8113         * testsuite/thumb_bl_out_of_range_local.s: Ditto.
8114
8115 2010-09-08  Rafael Espindola  <espindola@google.com>
8116
8117         * Makefile.am (memory_test.stdout): Run readelf with -W.
8118         * Makefile.in: Regenerate.
8119         * testsuite/memory_test.sh: Make the regexps accept both 32 and
8120         64 bit output.
8121
8122 2010-09-08  Rafael Espindola  <espindola@google.com>
8123
8124         * script-sections.cc (Script_sections::add_memory_region): Convert
8125         field precision to int.
8126         * script.cc (script_set_section_region, script_set_section_region):
8127         Convert field precision to int.
8128
8129 2010-09-08  Rafael Espindola  <espindola@google.com>
8130
8131         * arm.cc (do_finalize_sections): Create the __exidx_start and
8132         __exdix_end symbols even when the section is missing.
8133
8134 2010-09-08  Nick Clifton  <nickc@redhat.com>
8135
8136         * README: Remove claim that MEMORY is not supported.
8137         * expression.cc (script_exp_function_origin)
8138         (script_exp_function_length): Move from here to ...
8139         * script.cc: ... here.
8140         (script_set_section_region, script_add_memory)
8141         (script_parse_memory_attr, script_include_directive): New
8142         functions.
8143         * script-sections.cc
8144         (class Memory_region): New class.
8145         (class Output_section_definition): Add set_memory_region,
8146         set_section_vma, set_section_lma and get_section_name methods.
8147         (class Script_Sections): Add add_memory_region,
8148         find_memory_region, find_memory_region_origin,
8149         find_memory_region_length and set_memory_region methods.
8150         Have set_section_addresses method walk the list of set memory
8151         regions.
8152         Extend the print methos to display memory regions.
8153         * script-sections.h: Add prototypes for new methods.
8154         Add enum for MEMORY region attributes.
8155         * yyscript.y: Add support for parsing MEMORY regions.
8156         * script-c.h: Add prototypes for new functions.
8157         * testsuite/Makefile.am: Add test of MEMORY region functionality.
8158         * testsuite/Makefile.in: Regenerate.
8159         * testsuite/memory_test.sh: New script.
8160         * testsuite/memory_test.s: New assembler source file.
8161         * testsuite/memory_test.t: New linker script.
8162
8163 2010-08-27  Doug Kwan  <dougkwan@google.com>
8164
8165         * gold/resolve.cc (Symbol_table::should_override): Let a weak
8166         reference override an existing dynamic weak reference.
8167         * testsuite/Makefile.am: Add new test dyn_weak_ref.
8168         * testsuite/Makefile.in: Regenerate.
8169         * testsuite/dyn_weak_ref.sh: New file.
8170         * testsuite/dyn_weak_ref_1.c: Ditto.
8171         * testsuite/dyn_weak_ref_2.c: Ditto.
8172
8173 2010-08-27  Ian Lance Taylor  <iant@google.com>
8174
8175         * incremental.h (class Incremental_input_entry): Add virtual
8176         destructor.
8177
8178 2010-08-27  Ian Lance Taylor  <iant@google.com>
8179
8180         * testsuite/start_lib_test_3.c: Mark t3 as used.
8181
8182 2010-08-27  Nick Clifton  <nickc@redhat.com>
8183
8184         * options.cc (version_script): Fix small typo in previous
8185         whitespace tidyup.
8186
8187 2010-08-25  Nick Clifton  <nickc@redhat.com>
8188
8189         * archive.cc: Formatting fixes: Remove whitespace between
8190         typename and following asterisk.  Remove whitespace between
8191         function name and opening parenthesis.
8192         * archive.h: Likewise.
8193         * arm.cc: Likewise.
8194         * attributes.cc: Likewise.
8195         * attributes.h: Likewise.
8196         * common.cc: Likewise.
8197         * copy-relocs.cc: Likewise.
8198         * dirsearch.h: Likewise.
8199         * dynobj.cc: Likewise.
8200         * ehframe.cc: Likewise.
8201         * ehframe.h: Likewise.
8202         * expression.cc: Likewise.
8203         * fileread.cc: Likewise.
8204         * fileread.h: Likewise.
8205         * gc.h: Likewise.
8206         * gold-threads.cc: Likewise.
8207         * gold.cc: Likewise.
8208         * i386.cc: Likewise.
8209         * icf.h: Likewise.
8210         * incremental-dump.cc: Likewise.
8211         * incremental.cc: Likewise.
8212         * layout.cc: Likewise.
8213         * layout.h: Likewise.
8214         * main.cc: Likewise.
8215         * merge.cc: Likewise.
8216         * merge.h: Likewise.
8217         * object.cc: Likewise.
8218         * object.h: Likewise.
8219         * options.cc: Likewise.
8220         * options.h: Likewise.
8221         * output.cc: Likewise.
8222         * output.h: Likewise.
8223         * plugin.cc: Likewise.
8224         * plugin.h: Likewise.
8225         * powerpc.cc: Likewise.
8226         * reloc.cc: Likewise.
8227         * script-c.h: Likewise.
8228         * script-sections.cc: Likewise.
8229         * script.cc: Likewise.
8230         * stringpool.cc: Likewise.
8231         * symtab.cc: Likewise.
8232         * symtab.h: Likewise.
8233         * target.cc: Likewise.
8234         * timer.cc: Likewise.
8235         * timer.h: Likewise.
8236         * version.cc: Likewise.
8237         * x86_64.cc: Likewise.
8238
8239 2010-08-24  Nick Clifton  <nickc@redhat.com>
8240
8241         PR 11899
8242         * layout.cc (segment_precedes): Sort segments by their physical
8243         addresses, if they have been set.
8244
8245 2010-08-23  Cary Coutant  <ccoutant@google.com>
8246
8247         * archive.cc (Lib_group::add_symbols): Lock object before deleting its
8248         symbols data.
8249         (Lib_group::include_member): Unlock object after deleting its
8250         symbols data.
8251         * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
8252         the bug fixed here.
8253
8254 2010-08-19  Neil Vachharajani  <nvachhar@google.com>
8255             Cary Coutant  <ccoutant@google.com>
8256
8257         * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
8258         constructor, and set_blocker.
8259         * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
8260         readsyms_blocker_.
8261         * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
8262         this->this_blocker_ to Add_lib_group_symbols::set_blocker.
8263         * testsuite/Makefile.am (start_lib_test): New test case.
8264         * testsuite/Makefile.in: Regenerate.
8265         * testsuite/start_lib_test_main.c: New file.
8266         * testsuite/start_lib_test_1.c: New file.
8267         * testsuite/start_lib_test_2.c: New file.
8268         * testsuite/start_lib_test_3.c: New file.
8269
8270 2010-08-19  Ian Lance Taylor  <iant@google.com>
8271
8272         * Makefile.in: Rebuild with automake 1.11.1.
8273         * aclocal.m4: Likewise.
8274         * testsuite/Makefile.in: Likewise.
8275
8276 2010-08-19  Ian Lance Taylor  <iant@google.com>
8277
8278         PR 10893
8279         * i386.cc (class Output_data_plt_i386): Update declarations.
8280         Define Global_ifunc and Local_ifunc types.  Add global_ifuncs_ and
8281         local_ifuncs_ fields.
8282         (Target_i386::do_plt_section_for_global): New function.
8283         (Target_i386::do_plt_section_for_local): New function.
8284         (Output_data_plt_i386::Output_data_plt_i386): Add symtab
8285         parameter; change all callers.  Initialize global_ifuncs_ and
8286         local_ifuncs_.  If doing a static link define __rel_iplt_start and
8287         __rel_iplt_end.
8288         (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
8289         (Output_data_plt_i386::add_local_ifunc_entry): New function.
8290         (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
8291         symbols.
8292         (Target_i386::make_plt_section): New function, broken out of
8293         make_plt_entry.  Set sh_info field of .rel.plt to point to .plt.
8294         (Target_i386::make_plt_entry): Call make_plt_section.
8295         (Target_i386::make_local_ifunc_plt_entry): New function.
8296         (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
8297         (Target_i386::Scan::local): Handle IFUNC symbols.  Add
8298         R_386_IRELATIVE to switch.
8299         (Target_i386::Scan::global): Likewise.
8300         (Target_i386::Relocate::relocate): Likewise.
8301         (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
8302         switch.
8303         * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
8304         (Target_x86_64::do_plt_section_for_global): New function.
8305         (Target_x86_64::do_plt_section_for_local): New function.
8306         (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
8307         parameter; change all callers.  If doing a static link define
8308         __rela_iplt_start and __rela_iplt_end.
8309         (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
8310         (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
8311         (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
8312         to point to .plt.
8313         (Target_x86_64::make_local_ifunc_plt_entry): New function.
8314         (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
8315         switch.
8316         (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
8317         (Target_x86_64::Scan::local): Handle IFUNC symbols.  Add
8318         R_X86_64_IRELATIVE to switch.
8319         (Target_x86_64::Scan::global): Likewise.
8320         (Target_x86_64::Relocate::relocate): Likewise.
8321         (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
8322         switch.
8323         * target.h (class Target): Add plt_section_for_global and
8324         plt_section_for_local functions.  Add do_plt_section_for_global
8325         and do_plt_section_for_local virtual functions.
8326         * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol.  Add
8327         clarifying comments.
8328         (Symbol::use_plt_offset): Handle IFUNC symbol.
8329         * object.cc (Sized_relobj::Sized_relobj): Initialize
8330         local_plt_offsets_.
8331         (Sized_relobj::local_has_plt_offset): New function.
8332         (Sized_relobj::local_plt_offset): New function.
8333         (Sized_relobj::set_local_plt_offset): New function.
8334         (Sized_relobj::do_count): Handle IFUNC symbol.
8335         * object.h (class Symbol_value): Add is_ifunc_symbol_ field.  Take
8336         a bit away from input_shndx_ field.  Add set_is_func_symbol and
8337         is_ifunc_symbol functions.
8338         (class Sized_relobj): Update declarations.  Remove Tls_got_entry
8339         and Local_tls_got_offsets.  Define Local_plt_offsets.  Add
8340         local_plt_offsets_ field.
8341         (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
8342         * output.h (class Output_section_data): Add non-const
8343         output_section function.
8344         (class Output_data_got): Update declarations.
8345         (class Output_data_got::Got_entry): Add use_plt_offset_ field.
8346         Add use_plt_offset parameter to global and local constructors.
8347         Change all callers.  Change local_sym_index_ field to 31 bits.
8348         Change GSYM_CODE and CONSTANT_CODE accordingly.
8349         * output.cc (Output_data_reloc_base::do_adjust_output_section): If
8350         doing a static link don't set sh_link field.
8351         (Output_data_got::Got_entry::write): Use PLT offset if
8352         appropriate.
8353         (Output_data_got::add_global_plt): New function.
8354         (Output_data_got::add_local_plt): New function.
8355         * target-reloc.h (relocate_section): Handle IFUNC symbol.
8356         * defstd.cc (in_section): Remove entries for __rel_iplt_start,
8357         __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
8358         * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
8359         * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
8360         IFUNC conditional.
8361         * testsuite/ifunc-sel.h: New file.
8362         * testsuite/ifuncmain1.c: New file.
8363         * testsuite/ifuncmain1vis.c: New file.
8364         * testsuite/ifuncmod1.c: New file.
8365         * testsuite/ifuncdep2.c: New file.
8366         * testsuite/ifuncmain2.c: New file.
8367         * testsuite/ifuncmain3.c: New file.
8368         * testsuite/ifuncmod3.c: New file.
8369         * testsuite/ifuncmain4.c: New file.
8370         * testsuite/ifuncmain5.c: New file.
8371         * testsuite/ifuncmod5.c: New file.
8372         * testsuite/ifuncmain6pie.c: New file.
8373         * testsuite/ifuncmod6.c: New file.
8374         * testsuite/ifuncmain7.c: New file.
8375         * configure, testsuite/Makefile.in: Rebuild.
8376
8377 2010-08-18  Ian Lance Taylor  <iant@google.com>
8378
8379         * incremental.cc
8380         (Output_section_incremental_inputs::write_input_files): Add cast
8381         to avoid signed/unsigned comparison warning.
8382         (Output_section_incremental_inputs::write_info_blocks): Likewise.
8383
8384 2010-08-12  Cary Coutant  <ccoutant@google.com>
8385
8386         * common.cc (Sort_commons::operator()): Remove unnecessary code.
8387
8388 2010-08-13  Ian Lance Taylor  <iant@google.com>
8389
8390         * testsuite/incremental_test_1.c: Add prototype to avoid warning.
8391
8392 2010-08-12  Cary Coutant  <ccoutant@google.com>
8393             Doug Kwan  <dougkwan@google.com>
8394
8395         * resolve.cc (Symbol_table::should_override): When a weak dynamic
8396         defintion overrides non-weak undef, remember that the original undef
8397         is not weak.
8398         * symtab.cc (Symbol_table::sized_write_global): For undef without
8399         an original weak binding, set binding to global in output.
8400         * testsuite/Makefile.am: Add new test strong_ref_weak_def.
8401         * testsuite/Makefile.in: Regenerate.
8402         * testsuite/strong_ref_weak_def.sh: New file.
8403         * testsuite/strong_ref_weak_def_1.c: Ditto.
8404         * testsuite/strong_ref_weak_def_2.c: Ditto.
8405
8406 2010-08-12  Cary Coutant  <ccoutant@google.com>
8407
8408         * testsuite/incremental_test.sh: Rewrite.
8409         * testsuite/incremental_test_1.c: Rewrite.
8410         * testsuite/incremental_test_2.c: Rewrite.
8411
8412 2010-08-12  Cary Coutant  <ccoutant@google.com>
8413
8414         * arm.cc (Target_arm::got_size): Add const.
8415         (Target_arm::got_entry_count): New function.
8416         (Target_arm::plt_entry_count): New function.
8417         (Target_arm::first_plt_entry_offset): New function.
8418         (Target_arm::plt_entry_size): New function.
8419         (Output_data_plt_arm::entry_count): New function.
8420         (Output_data_plt_arm::first_plt_entry_offset): New function.
8421         (Output_data_plt_arm::get_plt_entry_size): New function.
8422         * i386.cc (Target_i386::got_size): Add const.
8423         (Target_i386::got_entry_count): New function.
8424         (Target_i386::plt_entry_count): New function.
8425         (Target_i386::first_plt_entry_offset): New function.
8426         (Target_i386::plt_entry_size): New function.
8427         (Output_data_plt_i386::entry_count): New function.
8428         (Output_data_plt_i386::first_plt_entry_offset): New function.
8429         (Output_data_plt_i386::get_plt_entry_size): New function.
8430         * incremental-dump.cc (dump_incremental_inputs): Adjust call to
8431         find_incremental_inputs_sections.  Dump incremental_got_plt section.
8432         * incremental.cc: Include target.h.
8433         (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
8434         parameter.  Adjust all callers.  Find incremental_got_plt section.
8435         (Incremental_inputs::create_data_sections): Create incremental_got_plt
8436         section.
8437         (Output_section_incremental_inputs::set_final_data_size): Calculate
8438         size of incremental_got_plt section.
8439         (Output_section_incremental_inputs::do_write): Write the
8440         incremental_got_plt section.
8441         (Got_plt_view_info): New struct.
8442         (Local_got_offset_visitor): New class.
8443         (Global_got_offset_visitor): New class.
8444         (Global_symbol_visitor_got_plt): New class.
8445         (Output_section_incremental_inputs::write_got_plt): New function.
8446         * incremental.h (Incremental_binary::find_incremental_inputs_sections):
8447         Add parameter.  Adjust all callers.
8448         (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
8449         (Incremental_inputs::got_plt_section): New function.
8450         (Incremental_inputs::got_plt_section_): New data member.
8451         (Incremental_got_plt_reader): New class.
8452         * layout.cc (Layout::create_incremental_info_sections): Add the
8453         incremental_got_plt section.
8454         * object.h (Got_offset_list::get_list): New function.
8455         (Got offset_list::for_all_got_offsets): New function.
8456         (Sized_relobj::local_got_offset_list): New function.
8457         * powerpc.cc (Target_powerpc::got_size): Add const.
8458         (Target_powerpc::got_entry_count): New function.
8459         (Target_powerpc::plt_entry_count): New function.
8460         (Target_powerpc::first_plt_entry_offset): New function.
8461         (Target_powerpc::plt_entry_size): New function.
8462         (Output_data_plt_powerpc::entry_count): New function.
8463         (Output_data_plt_powerpc::first_plt_entry_offset): New function.
8464         (Output_data_plt_powerpc::get_plt_entry_size): New function.
8465         * sparc.cc (Target_sparc::got_size): Add const.
8466         (Target_sparc::got_entry_count): New function.
8467         (Target_sparc::plt_entry_count): New function.
8468         (Target_sparc::first_plt_entry_offset): New function.
8469         (Target_sparc::plt_entry_size): New function.
8470         (Output_data_plt_sparc::entry_count): New function.
8471         (Output_data_plt_sparc::first_plt_entry_offset): New function.
8472         (Output_data_plt_sparc::get_plt_entry_size): New function.
8473         * symtab.h (Symbol::got_offset_list): New function.
8474         (Symbol_table::for_all_symbols): New function.
8475         * target.h (Sized_target::got_entry_count): New function.
8476         (Sized_target::plt_entry_count): New function.
8477         (Sized_target::plt_entry_size): New function.
8478         * x86_64.cc (Target_x86_64::got_size): Add const.
8479         (Target_x86_64::got_entry_count): New function.
8480         (Target_x86_64::plt_entry_count): New function.
8481         (Target_x86_64::first_plt_entry_offset): New function.
8482         (Target_x86_64::plt_entry_size): New function.
8483         (Output_data_plt_x86_64::entry_count): New function.
8484         (Output_data_plt_x86_64::first_plt_entry_offset): New function.
8485         (Output_data_plt_x86_64::get_plt_entry_size): New function.
8486
8487 2010-08-12  Cary Coutant  <ccoutant@google.com>
8488
8489         * archive.cc: Include incremental.h.
8490         (Archive::Archive): Initialize incremental_info_.
8491         (Archive::include_member): Record archive members in incremental info.
8492         (Add_archive_symbols::run): Record begin and end of an archive in
8493         incremental info.
8494         (Lib_group::include_member): Record objects in incremental info.
8495         * archive.h (Incremental_archive_entry): Forward declaration.
8496         (Archive::set_incremental_info): New member function.
8497         (Archive::incremental_info): New member function.
8498         (Archive::Unused_symbol_iterator): New class.
8499         (Archive::unused_symbols_begin): New member function.
8500         (Archive::unused_symbols_end): New member function.
8501         (Archive::incremental_info_): New data member.
8502         * incremental-dump.cc (find_input_containing_global): New function.
8503         (dump_incremental_inputs): Dump new incremental info sections.
8504         * incremental.cc: Include symtab.h.
8505         (Output_section_incremental_inputs): New class.
8506         (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
8507         new incremental info sections.
8508         (Sized_incremental_binary::do_check_inputs): Likewise.
8509         (Incremental_inputs::report_archive): Remove.
8510         (Incremental_inputs::report_archive_begin): New function.
8511         (Incremental_inputs::report_archive_end): New function.
8512         (Incremental_inputs::report_object): New function.
8513         (Incremental_inputs::finalize_inputs): Remove.
8514         (Incremental_inputs::report_input_section): New function.
8515         (Incremental_inputs::report_script): Rewrite.
8516         (Incremental_inputs::finalize): Do nothing but finalize string table.
8517         (Incremental_inputs::create_incremental_inputs_section_data): Remove.
8518         (Incremental_inputs::sized_create_inputs_section_data): Remove.
8519         (Incremental_inputs::create_data_sections): New function.
8520         (Incremental_inputs::relocs_entsize): New function.
8521         (Output_section_incremental_inputs::set_final_data_size): New function.
8522         (Output_section_incremental_inputs::do_write): New function.
8523         (Output_section_incremental_inputs::write_header): New function.
8524         (Output_section_incremental_inputs::write_input_files): New function.
8525         (Output_section_incremental_inputs::write_info_blocks): New function.
8526         (Output_section_incremental_inputs::write_symtab): New function.
8527         * incremental.h (Incremental_script_entry): Forward declaration.
8528         (Incremental_object_entry): Forward declaration.
8529         (Incremental_archive_entry): Forward declaration.
8530         (Incremental_inputs): Forward declaration.
8531         (Incremental_inputs_header_data): Remove.
8532         (Incremental_inputs_header): Remove.
8533         (Incremental_inputs_header_write): Remove.
8534         (Incremental_inputs_entry_data): Remove.
8535         (Incremental_inputs_entry): Remove.
8536         (Incremental_inputs_entry_write): Remove.
8537         (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
8538         (Incremental_binary::find_incremental_inputs_sections): Add parameters.
8539         (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
8540         (Sized_ncremental_binary::do_find_incremental_inputs_sections):
8541         Likewise.
8542         (Incremental_input_entry): New class.
8543         (Incremental_script_entry): New class.
8544         (Incremental_object_entry): New class.
8545         (Incremental_archive_entry): New class.
8546         (Incremental_inputs::Incremental_inputs): Initialize new data members.
8547         (Incremental_inputs::report_inputs): Remove.
8548         (Incremental_inputs::report_archive): Remove.
8549         (Incremental_inputs::report_archive_begin): New function.
8550         (Incremental_inputs::report_archive_end): New function.
8551         (Incremental_inputs::report_object): Change prototype.
8552         (Incremental_inputs::report_input_section): New function.
8553         (Incremental_inputs::report_script): Change prototype.
8554         (Incremental_inputs::get_reloc_count): New function.
8555         (Incremental_inputs::set_reloc_count): New function.
8556         (Incremental_inputs::create_data_sections): New function.
8557         (Incremental_inputs::create_incremental_inputs_section_data): Remove.
8558         (Incremental_inputs::inputs_section): New function.
8559         (Incremental_inputs::symtab_section): New function.
8560         (Incremental_inputs::relocs_section): New function.
8561         (Incremental_inputs::get_stringpool): Add const.
8562         (Incremental_inputs::command_line): Add const.
8563         (Incremental_inputs::inputs): Remove.
8564         (Incremental_inputs::command_line_key): New function.
8565         (Incremental_inputs::input_file_count): New function.
8566         (Incremental_inputs::input_files): New function.
8567         (Incremental_inputs::relocs_entsize): New function.
8568         (Incremental_inputs::sized_create_inputs_section_data): Remove.
8569         (Incremental_inputs::finalize_inputs): Remove.
8570         (Incremental_inputs::Input_info): Remove.
8571         (Incremental_inputs::lock_): Remove.
8572         (Incremental_inputs::inputs_): Change type.
8573         (Incremental_inputs::inputs_map_): Remove.
8574         (Incremental_inputs::current_object_entry_): New data member.
8575         (Incremental_inputs::inputs_section_): New data member.
8576         (Incremental_inputs::symtab_section_): New data member.
8577         (Incremental_inputs::relocs_section_): New data member.
8578         (Incremental_inputs::reloc_count_): New data member.
8579         (Incremental_inputs_reader): New class.
8580         (Incremental_symtab_reader): New class.
8581         (Incremental_relocs_reader): New class.
8582         * layout.cc (Layout::finalize): Move finalization of incremental info
8583         and creation of incremental info sections to follow finalization of
8584         symbol table.  Set offsets for postprocessing sections.
8585         (Layout::create_incremental_info_sections): Call
8586         Incremental_inputs::create_data_sections.  Add incremental symtab
8587         and relocs sections.  Set sh_entsize and sh_link fields.  Arrange for
8588         sections to layout after input sections.
8589         * layout.h (struct Timespec): Forward declaration.
8590         (Layout::incremental_inputs): Add const.
8591         (Layout::create_incremental_info_sections): Add parameter.
8592         * main.cc (main): Remove call to Incremental_inputs::report_inputs.
8593         * object.cc: Include incremental.h.
8594         (Relobj::finalize_incremental_relocs): New function.
8595         (Sized_relobj::do_layout): Record input sections in incremental info.
8596         * object.h (Object::output_section): New function.
8597         (Object::output_section_offset): Moved from Relobj.
8598         (Object::get_incremental_reloc_base): New function.
8599         (Object::get_incremental_reloc_count): New function.
8600         (Object::do_output_section): New function.
8601         (Object::do_output_section_offset): Moved from Relobj.
8602         (Object::do_get_incremental_reloc_base): New function.
8603         (Object::do_get_incremental_reloc_count): New function.
8604         (Object::Object): Initialize new data members.
8605         (Relobj::output_section): Renamed do_output_section and moved to
8606         protected.
8607         (Relobj::output_section_offset): Moved to Object.
8608         (Relobj::do_get_incremental_reloc_base): New function.
8609         (Relobj::do_get_incremental_reloc_count): New function.
8610         (Relobj::allocate_incremental_reloc_counts): New function.
8611         (Relobj::count_incremental_reloc): New function.
8612         (Relobj::finalize_incremental_relocs): New function.
8613         (Relobj::next_incremental_reloc_index): New function.
8614         (Relobj::reloc_counts_): New data member.
8615         (Relobj::reloc_bases_): New data member.
8616         (Sized_relobj::do_relocate_sections): Add parameter.  Change caller.
8617         (Sized_relobj::relocate_sections): Add parameter.  Change all callers.
8618         (Sized_relobj::incremental_relocs_scan): New function.
8619         (Sized_relobj::incremental_relocs_scan_reltype): New function.
8620         (Sized_relobj::incremental_relocs_write): New function.
8621         (Sized_relobj::incremental_relocs_write_reltype): New function.
8622         * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
8623         incremental link.
8624         * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
8625         archives and object files elsewhere.
8626         (Add_symbols::run): Report object files here.
8627         (Finish_group::run): Report end of archive at end of group.
8628         * reloc.cc: Include layout.h, incremental.h.
8629         (Sized_relobj::do_read_relocs): Need relocations for incremental link.
8630         (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
8631         (Sized_relobj::incremental_relocs_scan): New function.
8632         (Sized_relobj::incremental_relocs_scan_reltype): New function.
8633         (Sized_relobj::do_relocate_sections): Write incremental relocations.
8634         (Sized_relobj::incremental_relocs_write): New function.
8635         (Sized_relobj::incremental_relocs_write_reltype): New function.
8636         * script.cc (read_input_script): Rewrite test for incremental link.
8637         Change call to Incremental_inputs::report_script.
8638         * symtab.h (Symbol_table::first_global_index): New function.
8639         (Symbol_table::output_count): New function.
8640
8641 2010-08-12  Doug Kwan  <dougkwan@google.com>
8642
8643         * arm.cc (Target_arm::merge_object_attributes): Check command line
8644         options --no-wchar-size-warning and --no-enum-size-warning.
8645         * options.h (General_options): Add ld-compatible options
8646         --no-enum-size-warning and --no-wchar-size-warning.
8647
8648 2010-08-04  Ian Lance Taylor  <iant@google.com>
8649
8650         * x86_64.cc (Target_x86_64::Scan::local): Use
8651         R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
8652         R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
8653         (Target_x86_64::Scan::global): Likewise.
8654         (Target_x86_64::Relocate::relocate): Likewise.
8655         (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
8656         Likewise.
8657
8658 2010-08-03  Cary Coutant  <ccoutant@google.com>
8659
8660         * merge.cc (Output_merge_string::do_add_input_section): Count strings
8661         to reserve space in merged_strings vector. Keep total input size
8662         for stats.
8663         (Output_merge_string::do_print_merge_stats): Print total input size.
8664         * merge.h (Output_merge_string): Add input_size_ field.
8665         * stringpool.cc (Stringpool_template::string_length): Move
8666         implementations out of Stringpool_template class and place in
8667         stringpool.h.
8668         * stringpool.h (string_length): Move out of Stringpool_template.
8669
8670 2010-08-03  Ian Lance Taylor  <iant@google.com>
8671
8672         PR 11712
8673         * layout.cc (relaxation_loop_body): If address of load segment is
8674         set, adjust address to include headers if possible.
8675
8676 2010-08-03  Ian Lance Taylor  <iant@google.com>
8677
8678         * version.cc (version_string): Bump to 1.10.
8679
8680 2010-08-03  Ian Lance Taylor  <iant@google.com>
8681
8682         PR 11805
8683         * layout.h (enum Output_section_order): Define.
8684         (class Layout): Update declarations.
8685         * layout.cc (Layout::get_output_section): Add order parameter.
8686         Remove is_interp, is_dynamic_linker_section, is_last_relro, and
8687         is_first_non_relro parameters.  Change all callers.
8688         (Layout::choose_output_section): Likewise.
8689         (Layout::add_output_section_data): Likewise.
8690         (Layout::make_output_section): Likewise.  Set order.
8691         (Layout::default_section_order): New function.
8692         (Layout::layout_eh_frame): Call add_output_section_to_nonload.
8693         * output.cc (Output_section::Output_section): Initialize order_.
8694         Don't initialize deleted fields.
8695         (Output_segment::Output_segment): Don't initialize deleted
8696         fields.
8697         (Output_segment::add_output_section_to_load): New function
8698         replacing add_output_section.  Change all callers to call this or
8699         add_output_section_to_nonload.
8700         (Output_segment::add_output_section_to_nonload): New function.
8701         (Output_segment::remove_output_section): Rewrite.
8702         (Output_segment::add_initial_output_data): Likewise.
8703         (Output_segment::has_any_data_sections): Likewise.
8704         (Output_segment::is_first_section_relro): Likewise.
8705         (Output_segment::maximum_alignment): Likewise.
8706         (Output_segment::has_dynamic_reloc): New function replacing
8707         dynamic_reloc_count.  Change all callers.
8708         (Output_segment::has_dynamic_reloc_list): New function replacing
8709         dynamic_reloc_count_list.  Change all callers.
8710         (Output_segment::set_section_addresses): Rewrite.
8711         (Output_segment::set_offset): Rewrite.
8712         (Output_segment::find_first_and_last_list): Remove.
8713         (Output_segment::set_tls_offsets): Rewrite.
8714         (Output_segment::first_section_load_address): Likewise.
8715         (Output_segment::output_section_count): Likewise.
8716         (Output_segment::section_with_lowest_load_address): Likewise.
8717         (Output_segment::write_section_headers): Likewise.
8718         (Output_segment::print_sections_to_map): Likewise.
8719         * output.h (class Output_data): Remove dynamic_reloc_count_
8720         field.  Add has_dynamic_reloc_ field.  Make bools into bitfields.
8721         (Output_data::add_dynamic_reloc): Rewrite.
8722         (Output_data::has_dynamic_reloc): New function.
8723         (Output_data::dynamic_reloc_count): Remove.
8724         (class Output_section): Add order_ field.  Remvoe is_relro_local_,
8725         is_last_relro_, is_first_non_relro_, is_interp_,
8726         is_dynamic_linker_section_ fields.  Add order and set_order
8727         functions.  Remove is_relro_local, set_is_relro_local,
8728         is_last_relro, set_is_last_relro, is_first_non_relro,
8729         set_is_first_non_relro functions, is_interp, set_is_interp,
8730         is_dynamic_linker_section, and set_is_dynamic_linker_section
8731         functions.
8732         (class Output_segment): Change Output_data_list from std::list to
8733         std:;vector.  Add output_lists_ field.  Remove output_data_ and
8734         output_bss_ fields.  Update declarations.
8735
8736 2010-08-02  Ian Lance Taylor  <iant@google.com>
8737
8738         * arm.cc (Target_arm::gc_process_relocs): Use typename.
8739         * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
8740         * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
8741
8742 2010-08-02  Ian Lance Taylor  <iant@google.com>
8743
8744         PR 11855
8745         * script.cc (Script_options::Script_options): Initialize
8746         symbol_definitions_ and symbol_references_.
8747         (Script_options::add_symbol_assignment): Update
8748         symbol_definitions_ and symbol_references_.
8749         (Script_options::add_symbol_reference): New function.
8750         (script_symbol): New function.
8751         * script.h (class Script_options): Add symbol_definitions_ and
8752         symbol_references_ fields.
8753         (Script_options::referenced_const_iterator): New type.
8754         (Script_options::referenced_begin): New function.
8755         (Script_options::referenced_end): New function.
8756         (Script_options::is_referenced): New function.
8757         (Script_options::any_unreferenced): New function.
8758         * script-c.h (script_symbol): Declare.
8759         * yyscript.y (exp): Call script_symbol.
8760         * symtab.cc: Include "script.h".
8761         (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
8762         Change all callers.  Check symbols referenced by scripts.
8763         (Symbol_table::add_undefined_symbols_from_command_line): Add
8764         layout parameter.  Change all callers.
8765         (Symbol_table::do_add_undefined_symbols_from_command_line):
8766         Likewise.  Break out loop body.  Check symbols referenced by
8767         scripts.
8768         (Symbol_table::add_undefined_symbol_from_command_line): New
8769         function broken out of
8770         do_add_undefined_symbols_from_command_line.
8771         * symtab.h (class Symbol_table): Update declarations.
8772         * archive.cc: Include "layout.h".
8773         (Archive::should_include_member): Add layout parameter.  Change
8774         all callers.  Check for symbol mentioned in expression.
8775         * archive.h (class Archive): Update declaration.
8776         * object.cc (Sized_relobj::do_should_include_member): Add layout
8777         parameter.
8778         * object.h (Object::should_include_member): Add layout parameter.
8779         Change all callers.
8780         (Object::do_should_include_member): Add layout parameter.
8781         (class Sized_relobj): Update declaration.
8782         * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
8783         parameter.
8784         * dynobj.h (class Sized_dynobj): Update declaration.
8785         * plugin.cc (Sized_pluginobj::do_should_include_member): Add
8786         layout parameter.
8787         * plugin.h (class Sized_pluginobj): Update declaration.
8788
8789 2010-08-02  Ian Lance Taylor  <iant@google.com>
8790
8791         PR 11866
8792         * output.cc (Output_segment::set_offset): Search for the first and
8793         last sections rather than assuming that the list is in order.
8794         (Output_segment::find_first_and_last_list): New function.
8795         * output.h (class Output_segment): Update declarations.
8796         * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
8797         (relro_strip_test_SOURCES): New variable.
8798         (relro_strip_test_DEPENDENCIES): New variable.
8799         (relro_strip_test_LDFLAGS): New variable.
8800         (relro_strip_test_LDADD): New variable.
8801         (relro_strip_test.so): New target.
8802
8803 2010-08-02  Ian Lance Taylor  <iant@google.com>
8804
8805         * i386.cc (class Target_i386): Add got_tlsdesc_ field.
8806         (Target_i386::Target_i386):: Initialize got_tlsdesc_.
8807         (Target_i386::got_tlsdesc_section): New function.
8808         (Target_i386::got_section): Create space for GOT entries for
8809         TLSDESC relocations.
8810         (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
8811         R_386_TLS_GOTDESC.
8812         (Target_i386::Scan::global): Likewise.
8813         (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
8814         using TLSDESC GOT.
8815         * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
8816         (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
8817         (Target_x86_64::got_tlsdesc_section): New function.
8818         (Target_x86_64::got_section): Create space for GOT entries for
8819         TLSDESC relocations.
8820         (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
8821         R_386_TLS_GOTDESC.
8822         (Target_x86_64::Scan::global): Likewise.
8823         (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
8824         using TLSDESC GOT.
8825
8826 2010-08-02  Ian Lance Taylor  <iant@google.com>
8827
8828         * testsuite/final_layout.sh: Use dc to convert from hex to
8829         decimal.
8830
8831 2010-07-29  Sriraman Tallam  <tmsriram@google.com>
8832
8833         * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
8834         paramter to the call to gold::gc_process_relocs.
8835         * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
8836         paramter to the call to gold::gc_process_relocs.
8837         * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
8838         parameter to the call to gold::gc_process_relocs.
8839         * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
8840         template parameter to the call to gold::gc_process_relocs.
8841         * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
8842         paramter to the call to gold::gc_process_relocs.
8843         * gc.h (get_embedded_addend_size): New function.
8844         (gc_process_relocs): Save the size of the reloc for use by ICF.
8845         * icf.cc (get_section_contents): Get the addend from the text section
8846         for SHT_REL relocation sections.
8847         * icf.h (Icf::Reloc_addend_size_info): New typedef.
8848         (Icf::Reloc_info): Add new member reloc_addend_size_info.
8849         * int_encoding.h (read_from_pointer): New overloaded function.
8850         * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
8851         * testsuite/icf_sht_rel_addend_test.sh: New file.
8852         * testsuite/icf_sht_rel_addend_test_1.cc: New file.
8853         * testsuite/icf_sht_rel_addend_test_2.cc: New file.
8854
8855 2010-07-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8856
8857         * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
8858         * Makefile.in: Regenerate.
8859         * testsuite/Makefile.in: Regenerate.
8860
8861 2010-07-27  Jeffrey Yasskin  <jyasskin@google.com>
8862
8863         * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
8864         * gold/testsuite/debug_msg.cc: Likewise.
8865         * gold/testsuite/odr_violation1.cc
8866         * gold/testsuite/odr_violation2.cc
8867
8868 2010-07-21  Cary Coutant  <ccoutant@google.com>
8869
8870         * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
8871         string, and length fields.
8872         (Output_merge_string::Merged_strings_list): New type.
8873         (Output_merge_string::Merged_strings_lists): New typedef.
8874         (Output_merge_string): Replace merged_strings_ with
8875         merged_strings_lists_.
8876         * merge.cc (Output_merge_string::do_add_input_section): Allocate new
8877         Merged_strings_list per input object and section.  Don't store pointer
8878         to the string.  Don't store length with each merged string entry.
8879         (Output_merge_string::finalize_merged_data): Loop over list of merged
8880         strings lists.  Recompute length of each merged string.
8881
8882 2010-07-15  Cary Coutant  <ccoutant@google.com>
8883
8884         * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
8885         here.
8886
8887 2010-07-14  Ian Lance Taylor  <iant@google.com>
8888
8889         * descriptors.cc (Descriptors::open): Report correct name in error
8890         message.
8891
8892 2010-07-13  Doug Kwan  <dougkwan@google.com>
8893
8894         * arm.cc (Arm_input_section::Arm_input_section): For a
8895         SHT_ARM_EXIDX section, always keeps the input sections.
8896         (Arm_input_section::set_exidx_section_link): New method.
8897         (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
8898         has_errors_ to false.
8899         (Arm_exidx_input_section::has_errors,
8900         Arm_exidx_input_section::set_has_errors): New methods.
8901         (Arm_exidx_input_section::has_errors_): New data member.
8902         (Arm_relobj::get_exidx_shndx_list): New method.
8903         (Arm_output_section::append_text_sections_to_list): Do not skip
8904         section without SHF_EXECINSTR.
8905         (Arm_output_section::fix_exidx_coverage): Skip input sections with
8906         errors.
8907         (Arm_relobj::make_exidx_input_section): Add new parameter for text
8908         section header.  Make error messages more verbose.  Check for
8909         a non-executable section linked to an EXIDX section.
8910         (Arm_relobj::do_read_symbols): Remove error checking, which has been
8911         moved to Arm_relobj::make_exidx_input_section.  Add an assertion to
8912         check that there is no deferred EXIDX section if we exit early.
8913         Instead of not making an EXIDX section in case of an error, make one
8914         and set the has_errors flag of it.
8915         (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
8916         in a relocatable link.
8917         (Target_arm::do_relax): Look for the EXIDX output section instead of
8918         assuming that it is called .ARM.exidx.
8919         (Target_arm::fix_exidx_coverage): Add a new parameter for input
8920         section list.  Do not check for SHF_EXECINSTR section flags but
8921         skip any input section with errors.
8922         * output.cc (Output_section::Output_section): Initialize
8923         always_keeps_input_sections_ to false.
8924         (Output_section::add_input_section): Check for
8925         always_keeps_input_sections_.
8926         *  output.h (Output_section::always_keeps_input_sections,
8927         Output_section::set_always_keeps_input_sections): New methods.
8928         (Output_section::always_keeps_input_sections): New data member.
8929
8930 2010-07-13  Rafael Espindola  <espindola@google.com>
8931
8932         * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
8933         * fileread.h (Input_file): Add try_extra_search_path and find_file.
8934
8935 2010-07-13  Philip Herron  <herron.philip@googlemail.com>
8936             Ian Lance Taylor  <iant@google.com>
8937
8938         * output.h (Output_section_lookup_maps::add_merge_section):
8939         Correct check of whether value was inserted.
8940         (Output_section_lookup_maps::add_merge_input_section): Likewise.
8941         (Output_section_lookup_maps::add_relaxed_input_section):
8942         Likewise.
8943         * arm.cc (Target_arm::got_section): Remove used local os.
8944         * i386.cc (Target_i386::got_section): Likewise.
8945         * x86_64.cc (Target_x86_64::got_section): Likewise.
8946         * sparc.cc (Target_sparc::got_section): Likewise.
8947         (Target_sparc::relocate): Remove unused local have_got_offset.
8948         * powerpc.cc (Target_powerpc::relocate): Likewise.
8949
8950 2010-07-13  Ian Lance Taylor  <iant@google.com>
8951
8952         * compressed_output.cc (zlib_decompress): Fix signature in
8953         !HAVE_ZLIB_H case.
8954
8955         * archive.cc (Archive::include_member): Unlock an external member
8956         of a thin archive.  Don't bother to delete an object we know is
8957         NULL.
8958
8959 2010-07-12  Cary Coutant  <ccoutant@google.com>
8960
8961         * compressed_output.cc (zlib_decompress): New function.
8962         (get_uncompressed_size): New function.
8963         (decompress_input_section): New function.
8964         * compressed_output.h (get_uncompressed_size): New function.
8965         (decompress_input_section): New function.
8966         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
8967         Handle compressed debug sections.
8968         * layout.cc (is_compressed_debug_section): New function.
8969         (Layout::output_section_name): Map compressed section names to
8970         canonical names.
8971         * layout.h (is_compressed_debug_section): New function.
8972         (is_debug_info_section): Recognize compressed debug sections.
8973         * merge.cc: Include compressed_output.h.
8974         (Output_merge_data::do_add_input_section): Handle compressed
8975         debug sections.
8976         (Output_merge_string::do_add_input_section): Handle compressed
8977         debug sections.
8978         * object.cc: Include compressed_output.h.
8979         (Sized_relobj::Sized_relobj): Initialize new data members.
8980         (build_compressed_section_map): New function.
8981         (Sized_relobj::do_read_symbols): Handle compressed debug sections.
8982         * object.h (Object::section_is_compressed): New method.
8983         (Object::do_section_is_compressed): New method.
8984         (Sized_relobj::Compressed_section_map): New type.
8985         (Sized_relobj::do_section_is_compressed): New method.
8986         (Sized_relobj::compressed_sections_): New data member.
8987         * output.cc (Output_section::add_input_section): Handle compressed
8988         debug sections.
8989         * reloc.cc: Include compressed_output.h.
8990         (Sized_relobj::write_sections): Handle compressed debug sections.
8991
8992 2010-07-08  Cary Coutant  <ccoutant@google.com>
8993
8994         * resolve.cc (Symbol_table::resolve): Remember whether undef was
8995         weak when resolving to a dynamic def.
8996         (Symbol_table::should_override): Add adjust_dyndef flag; set it
8997         for weak undef/dynamic def cases. Adjust callers.
8998         * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
8999         undef_binding_weak_.
9000         (Symbol_table::sized_write_globals): Adjust symbol binding.
9001         (Symbol_table::sized_write_symbol): Add binding parameter.
9002         * symtab.h (Symbol::set_undef_binding): New method.
9003         (Symbol::is_undef_binding_weak): New method.
9004         (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
9005         (Symbol_table::should_override): Add new parameter.
9006         (Symbol_table::sized_write_symbol): Add new parameter.
9007
9008         * testsuite/weak_undef_file1.cc: Add new test case.
9009         * testsuite/weak_undef_file2.cc: Fix header comment.
9010         * testsuite/weak_undef_test.cc: Add new test case.
9011
9012 2010-06-29  Doug Kwan  <dougkwan@google.com>
9013
9014         * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
9015         Initialize USE_SYMBOL_.
9016         * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
9017         definition.
9018         (Arm_reloc_property::uses_symbol_): New data member declaration.
9019         * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
9020         uses symbol value and symbol is undefined but not weakly undefined.
9021
9022 2010-06-28  Rafael Espindola  <espindola@google.com>
9023
9024         * plugin.cc (Plugin::load): Use dlerror.
9025
9026 2010-06-26  Jeffrey Yaskin  <jyasskin@google.com>
9027
9028         * symtab.cc (detect_odr_violations): When reporting an ODR
9029         violation, report an object where the symbol is defined.
9030
9031 2010-06-25  Doug Kwan  <dougkwan@google.com>
9032
9033         * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
9034         (Target_arm::section_may_have_icf_unsafe_pointers): New method
9035         definition.
9036         (Target_arm::Scan::local_reloc_may_be_function_pointer,
9037         Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
9038         target hook to detect function points.
9039         (Target_arm::Scan::possible_function_pointer_reloc): New method.
9040         * icf.h (Icf::check_section_for_function_pointers): Change type of
9041         parameter SECTION_NAME to const reference to std::string.  Use
9042         target hook to determine if section may have unsafe pointers.
9043         * target.h (Target::section_may_have_icf_unsafe_pointers): New
9044         method definition.
9045
9046 2010-06-21  Rafael Espindola  <espindola@google.com>
9047
9048         * fileread.cc (Input_file::find_fie): New
9049         (Input_file::open): Use Input_file::find_fie.
9050         * fileread.h (Input_file::find_fie): New
9051         * plugin.cc (set_extra_library_path): New.
9052         (Plugin::load): Add set_extra_library_path to the transfer vector.
9053         (Plugin_manager::set_extra_library_path): New.
9054         (Plugin_manager::add_input_file): Use the extra search path if set.
9055         (set_extra_library_path(): New.
9056         * plugin.h (Plugin_manager): Add set_extra_library_path and
9057         extra_search_path_.
9058
9059 2010-06-19  Cary Coutant  <ccoutant@google.com>
9060
9061         * layout.cc (gdb_sections): Add .debug_types.
9062         (lines_only_debug_sections): Likewise.
9063
9064 2010-06-18  Rafael Espindola  <espindola@google.com>
9065
9066         * plugin.cc (add_input_file,add_input_library)
9067         (Plugin_manager::add_input_file): Make filename arguments const.
9068         * plugin.h (Plugin_manager::add_input_file): Make filename arguments
9069         const.
9070
9071 2010-06-16  Doug Kwan  <dougkwan@google.com>
9072
9073         * arm.cc (Target_arm::do_finalize_sections): Do not emit an
9074         .ARM.attributes section if we have not merged any input
9075         attributes sections.
9076
9077 2010-06-15  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9078
9079         * arm.cc: Allow combining objects with no EABI version
9080         information.
9081
9082 2010-06-15  Rafael Espindola  <espindola@google.com>
9083
9084         * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
9085
9086 2010-06-15  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9087
9088         * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
9089         (struct iovec): Correct !HAVE_READV definition.
9090
9091 2010-06-10  Cary Coutant  <ccoutant@google.com>
9092
9093         * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
9094         (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
9095         reloc sections.
9096         * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
9097
9098         PR 11683
9099         * symtab.h (Symbol::is_placeholder): New member function.
9100         * target-reloc.h (relocate_section): Check for placeholder symbols.
9101
9102         * testsuite/Makefile.am (plugin_test_8): New test.
9103         (plugin_test_9): New test.
9104         * testsuite/Makefile.in: Regenerate.
9105
9106 2010-06-09  Nick Clifton  <nickc@redhat.com>
9107
9108         * yyscript.y (input_list_element): Allow strings prefixed with
9109         the '-' character.  Treat these as libraries.
9110         * script.cc (script_add_library): New function.  Adds a library
9111         specified by "-l<name>" found in an input script.
9112         * script-c.h: Add prototype for script_add_library.
9113
9114 2010-06-07  Doug Kwan  <dougkwan@google.com>
9115
9116         * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
9117         Restrict stub-group size to be within long conditional branch
9118         range when working around cortex-A8 erratum.
9119
9120 2010-06-07  Damien Diederen  <dd@crosstwine.com>
9121
9122         * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
9123         #ifdef typo.
9124
9125 2010-06-03  Sriraman Tallam  <tmsriram@google.com>
9126
9127         PR gold/11658
9128         * output.cc
9129         (Output_section::Input_section_sort_entry::compare_section_ordering):
9130         Change to return non-zero correctly.
9131         (Output_section::Input_section_sort_section_order_index_compare
9132         ::operator()): Change to fix ambiguity in comparisons.
9133
9134 2010-06-01  Sriraman Tallam  <tmsriram@google.com>
9135
9136         * gold.h (is_wildcard_string): New function.
9137         * layout.cc (Layout::layout): Pass this pointer to add_input_section.
9138         (Layout::layout_eh_frame): Ditto.
9139         (Layout::find_section_order_index): New method.
9140         (Layout::read_layout_from_file): New method.
9141         * layout.h (Layout::find_section_order_index): New method.
9142         (Layout::read_layout_from_file): New method.
9143         (Layout::input_section_position_): New private member.
9144         (Layout::input_section_glob_): New private member.
9145         * main.cc (main): Call read_layout_from_file here.
9146         * options.h (--section-ordering-file): New option.
9147         * output.cc (Output_section::input_section_order_specified_): New
9148         member.
9149         (Output_section::Output_section): Initialize new member.
9150         (Output_section::add_input_section): Add new parameter.
9151         Keep input sections when --section-ordering-file is used.
9152         (Output_section::set_final_data_size): Sort input sections when
9153         section ordering file is specified.
9154         (Output_section::Input_section_sort_entry): Add new parameter.
9155         Check sorting type.
9156         (Output_section::Input_section_sort_entry::compare_section_ordering):
9157         New method.
9158         (Output_section::Input_section_sort_compare::operator()): Change to
9159         consider section_order_index.
9160         (Output_section::Input_section_sort_init_fini_compare::operator()):
9161         Change to consider section_order_index.
9162         (Output_section::Input_section_sort_section_order_index_compare
9163         ::operator()): New method.
9164         (Output_section::sort_attached_input_sections): Change to sort
9165         according to section order when specified.
9166         (Output_section::add_input_section<32, true>): Add new parameter.
9167         (Output_section::add_input_section<64, true>): Add new parameter.
9168         (Output_section::add_input_section<32, false>): Add new parameter.
9169         (Output_section::add_input_section<64, false>): Add new parameter.
9170         * output.h (Output_section::add_input_section): Add new parameter.
9171         (Output_section::input_section_order_specified): New
9172         method.
9173         (Output_section::set_input_section_order_specified): New method.
9174         (Input_section::Input_section): Initialize section_order_index_.
9175         (Input_section::section_order_index): New method.
9176         (Input_section::set_section_order_index): New method.
9177         (Input_section::section_order_index_): New member.
9178         (Input_section::Input_section_sort_section_order_index_compare): New
9179         struct.
9180         (Output_section::input_section_order_specified_): New member.
9181         * script-sections.cc (is_wildcard_string): Delete and move modified
9182         method to gold.h.
9183         (Output_section_element_input::Output_section_element_input): Modify
9184         call to is_wildcard_string.
9185         (Output_section_element_input::Input_section_pattern
9186         ::Input_section_pattern): Ditto.
9187         (Output_section_element_input::Output_section_element_input): Ditto.
9188         * testsuite/Makefile.am (final_layout): New test case.
9189         * testsuite/Makefile.in: Regenerate.
9190         * testsuite/final_layout.cc: New file.
9191         * testsuite/final_layout.sh: New file.
9192
9193 2010-06-01  Rafael Espindola  <espindola@google.com>
9194
9195         * plugin.cc (Plugin::load): Pass the output name to the plugin.
9196
9197 2010-06-01  Rafael Espindola  <espindola@google.com>
9198
9199         * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
9200         visibility of symbols.
9201
9202 2010-05-27  Doug Kwan  <dougkwan@google.com>
9203
9204         * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
9205         from start of output section instead of address for a local symbol
9206         in a merged or relaxed section when doing a relocatable link.
9207
9208 2010-05-26  Rafael Espindola  <espindola@google.com>
9209
9210         PR 11604
9211         * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
9212         adding sections the garbage collector removed.
9213         * gold/testsuite/Makefile.am: Add test.
9214         * gold/testsuite/Makefile.in: Regenerate.
9215         * gold/testsuite/plugin_test_7.sh: New.
9216         * gold/testsuite/plugin_test_7_1.c: New.
9217         * gold/testsuite/plugin_test_7_2.c: New.
9218
9219 2010-05-26  Rafael Espindola  <espindola@google.com>
9220
9221         * script-sections.cc (Output_section_definition::set_section_addresses):
9222         Check for --section-start.
9223
9224 2010-05-26  Doug Kwan  <dougkwan@google.com>
9225
9226         * arm.cc (Arm_scan_relocatable_relocs): New class.
9227         (Target_arm::relocate_special_relocatable): New method.
9228         (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
9229         (Arm_relocate_functions::thumb_branch_common): Same.
9230         (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
9231         instead of Default_scan_relocatable_relocs.
9232         * target-reloc.h (relocate_for_relocatable): Let target handle
9233         relocation strategy Relocatable_relocs::RELOC_SPECIAL.
9234         * target.h (Sized_target::relocate_special_relocatable): New method.
9235
9236 2010-05-25  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9237
9238         * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
9239
9240 2010-05-23  Doug Kwan  <dougkwan@google.com>
9241
9242         * arm.cc (Arm_input_section::do_output_offset): Use convert_types
9243         instead of a cast.
9244         (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
9245         with a direct branch, not a conditional branch, to a stub.
9246         * merge.cc (Output_merge_base::record_input_section): New method
9247         defintion.
9248         (Output_merge_data::do_add_input_section): Record input section if
9249         keeps-input-sections flag is set.
9250         (Output_merge_string::do_add_input_section): Ditto.
9251         * merge.h (Output_merge_base::Output_merge_base): Initialize new data
9252         members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
9253         INPUT_SECTIONS_.
9254         (Output_merge_base::keeps_input_sections,
9255         Output_merge_base::set_keeps_input_sections,
9256         Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
9257         method definitions.
9258         (Output_merge_base::Input_sections): New type declaration.
9259         (Output_merge_base::input_sections_begin,
9260         Output_merge_base::input_sections_end,
9261         Output_merge_base::do_set_keeps_input_sections): New method definitions.
9262         (Output_merge_base::bool keeps_input_sections_,
9263         Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
9264         Output_merge_base::input_sections_): New data members.
9265         (Output_merge_data::do_set_keeps_input_sections): New method
9266         defintion.
9267         (Output_merge_string::do_set_keeps_input_sections): Ditto.
9268         * output.cc (Output_section::Input_section::relobj): Move method
9269         defintion from class declaration to here and handle merge sections.
9270         (Output_section::Input_section::shndx): Ditto.
9271         (Output_section::Output_section): Remove initializations of removed
9272         data members and initialize new data member LOOKUP_MAPS_.
9273         (Output_section::add_input_section): Set keeps-input-sections flag
9274         for a newly created merge output section as appropriate.  Adjust code
9275         to use Output_section_lookup_maps class.
9276         (Output_section::add_relaxed_input_section): Adjst code for lookup
9277         maps code refactoring.
9278         (Output_section::add_merge_input_section): Add a new parameter
9279         KEEPS_INPUT_SECTION.  Adjust code to use Output_section_lookup_maps
9280         class.  If adding input section to a newly created merge output
9281         section fails, remove the new merge section.
9282         (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
9283         Adjust code for use of the Output_section_lookup_maps class.
9284         (Output_section::find_merge_section): Ditto.
9285         (Output_section::build_lookup_maps): New method defintion.
9286         (Output_section::find_relaxed_input_section): Adjust code to use
9287         Output_section_lookup_maps class.
9288         (Output_section::get_input_sections): Export merge sections.  Adjust
9289         code to use Output_section_lookup_maps class.
9290         (Output_section:::add_script_input_section): Adjust code to use
9291         Output_section_lookup_maps class.  Update lookup maps for merge
9292         sections also.
9293         (Output_section::discard_states): Use Output_section_lookup_maps.
9294         (Output_section::restore_states): Same.
9295         * output.h (Merge_section_properties): Move class defintion out of
9296         Output_section.
9297         (Output_section_lookup_maps): New class.
9298         (Output_section::Input_section::is_merge_section): New method
9299         defintion.
9300         (Output_section::Input_section::relobj): Move defintion out of class
9301         defintion.  Declare method only.
9302         (Output_section::Input_section::shndx): Ditto.
9303         (Output_section::Input_section::output_merge_base): New method defintion.
9304         (Output_section::Input_section::u2_.pomb): New union field.
9305         (Output_section::Merge_section_by_properties_map,
9306         Output_section::Output_section_data_by_input_section_map,
9307         Output_section::Ouptut_relaxed_input_section_by_input_section_map):
9308         Remove types.
9309         (Output_section::add_merge_input_section): Add new parameter
9310         KEEPS_INPUT_SECTIONS.
9311         (Output_section::build_lookup_maps): New method declaration.
9312         (Output_section::merge_section_map_,
9313         Output_section::merge_section_by_properties_map_,
9314         Output_section::relaxed_input_section_map_,
9315         Output_section::is_relaxed_input_section_map_valid_): Remove data
9316         members.
9317         (Output_section::lookup_maps_): New data member.
9318
9319 2010-05-21  Doug Kwan  <dougkwan@google.com>
9320
9321         PR gold/11619
9322         * arm.cc (Arm_input_section::do_output_offset): Add a cast to
9323         avoid a compilation error.
9324
9325 2010-05-19  Rafael Espindola  <espindola@google.com>
9326
9327         * script-sections.cc (Output_section_definition::allocate_to_segment):
9328         Update the phdrs_list even when the output section is NULL.
9329         * testsuite/Makefile.am: Add test.
9330         * testsuite/Makefile.in: Regenerate.
9331         * testsuite/script_test_9.cc: New.
9332         * testsuite/script_test_9.sh: New.
9333         * testsuite/script_test_9.t: New.
9334
9335 2010-05-19  Doug Kwan  <dougkwan@google.com>
9336
9337         * arm.cc (Arm_input_section::original_size): New method.
9338         (Arm_input_section::do_addralign): Add a cast.
9339         (Arm_input_section::do_output_offset): Remove static cast.
9340         (Arm_input_section::original_addralign,
9341          Arm_input_section::original_size_): Change type to uint32_t.
9342         (Arm_input_section::init): Add safe casts for section alignment
9343         and size.
9344         (Arm_input_section::set_final_data_size): Do not set address and
9345         offset of stub table.
9346         (Arm_output_section::fix_exidx_coverage): Change use of of
9347         Output_section::Simple_input_section to that of
9348         Output_section::Input_section.
9349         (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
9350         except for the first pass.
9351         * output.cc (Output_section::get_input_sections): Change type of
9352         input_sections to std::list<Input_section>.
9353         (Output_section::add_script_input_section): Rename from
9354         Output_section::add_simple_input_section.  Change type of SIS
9355         parameter from Simple_input_section to Input_section.
9356         * output.h (Output_section::Simple_input_section): Remove class.
9357         (Output_section::Input_section): Change class visibility to public.
9358         (Output_section::Input_section::addralign): Use stored alignments
9359         for special input sections if set.
9360         (Output_section::Input_section::set_addralign): New method.
9361         (Output_section::get_input_sections): Change parameter type from
9362         list of Simple_input_section to list of Input_section.
9363         (Output_section::add_script_input_section): Rename from
9364         Output_section::add_simple_input_section. Change first parameter's
9365         type from Simple_input_section to Input_section and remove the
9366         second and third parameters.
9367         * script-sections.cc (Input_section::Input_section_list): Change
9368         type to list of Output_section::Input_section/
9369         (Input_section_info::Input_section_info): Change parameter type of
9370         INPUT_SECTION to Output_section::Input_section.
9371         (Input_section_info::input_section): Change return type.
9372         (Input_section_info::input_section_): Change type to
9373         Output_section::Input_section.
9374         (Output_section_element_input::set_section_addresses): Adjust code
9375         to use Output_section::Input_section instead of
9376         Output_section::Simple_input_section.  Adjust code for renaming
9377         of Output_section::add_simple_input_section.
9378         (Orphan_output_section::set_section_addresses): Ditto.
9379
9380 2010-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9381
9382         * gold.h (Unordered_multimap, Unordered_map): Fix defines for
9383         when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
9384
9385 2010-05-18  Rafael Espindola  <espindola@google.com>
9386
9387         * options.cc (General_options::finalize): Handle -nostdlib.
9388         * options.h (nostdlib): New option.
9389         * script.cc (script_add_search_dir): Handle -nostdlib.
9390
9391 2010-05-12  Doug Kwan  <dougkwan@google.com>
9392
9393         * arm.cc (Target_arm::do_finalize_sections): Create an empty
9394         attributes section only if there no attributes section after merging.
9395         (Target_arm::merge_object_attributes): Move value of
9396         Tag_MPextension_use_legacy to that of Tag_MPextension_use.
9397         Handle Tag_DIV_use and Tag_MPextension_use_legacy.
9398         * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
9399         (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
9400         and arm_attr_merge_7.stdout.
9401         (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
9402         arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
9403         arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
9404         arm_attr_merge_7b.o): New rules.
9405         (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
9406         arm_attr_merge_7
9407         * testsuite/Makefile.in: Regenerate.
9408         * testsuite/arm_attr_merge.sh: New file.
9409         * testsuite/arm_attr_merge_[67][ab].s: Same.
9410
9411 2010-05-05  Nick Clifton  <nickc@redhat.com>
9412
9413         * po/es.po: Updated Spanish translation.
9414
9415 2010-04-27  H.J. Lu  <hongjiu.lu@intel.com>
9416
9417         * Makefile.am (install-exec-local): Properly install gold as
9418         default cross linker.
9419         * Makefile.in: Regenerated.
9420
9421 2010-04-27  H.J. Lu  <hongjiu.lu@intel.com>
9422             Nick Clifton  <nickc@redhat.com>
9423
9424         * configure.ac (install_as_default): Define and set to false
9425         unless --enable-gold or --enable-gold=both/gold has been
9426         specified.
9427         * configure: Regenerate.
9428
9429         * Makefile.am (install-exec-local): Install the executable as
9430         'ld.gold'.  If install_as_default is true then also install it as
9431         'ld'.
9432         * Makefile.in: Regenerated.
9433
9434 2010-04-24  Ian Lance Taylor  <iant@google.com>
9435
9436         * layout.cc (Layout::layout_reloc): In relocatable link don't
9437         combine reloc sections for grouped sections.
9438
9439 2010-04-23  Sriraman Tallam  <tmsriram@google.com>
9440
9441         * gc.h (gc_process_relocs): Pass information on relocs pointing to
9442         sections that are not ordinary to icf.
9443         * icf.cc (get_section_contents): Handle relocation pointing to section
9444         with no object or shndx information.
9445         * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
9446         * testsuite/Makefile.in: Regenerate.
9447         * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
9448         * testsuite/icf_virtual_function_folding_test.sh: Delete file.
9449
9450 2010-04-22  Ian Lance Taylor  <iant@google.com>
9451
9452         * expression.cc (Expression::Expression_eval_info): Add
9453         result_alignment_pointer field.
9454         (Expression::eval_with_dot): Add result_alignment_pointer
9455         parameter.  Change all callers.
9456         (Expression::eval_maybe_dot): Likewise.
9457         (class Binary_expression): Add alignment_pointer parameter to
9458         left_value and right_value.  Change all callers.
9459         (BINARY_EXPRESSION): Set result alignment.
9460         (class Trinary_expression): Add alignment_pointer parameter to
9461         arg2_value and arg3_value.  Change all callers.
9462         (Trinary_cond::value): Set result alignment.
9463         (Max_expression::value, Min_expression::value): Likewise.
9464         (Align_expression::value): Likewise.
9465         * script-sections.cc (class Sections_element): Add dot_alignment
9466         parameter to set_section_addresses virtual function.  Update
9467         instantiations.
9468         (class Output_section_element): Likewise.
9469         (Script_sections::create_segments): Add dot_alignment parameter.
9470         Change all callers.
9471         (Script_sections::create_segments_from_phdrs_clause): Likewise.
9472         (Script_sections::set_phdrs_clause_addresses): Likewise.
9473         * script-sections.h: Update declarations.
9474         * script.h: Update declarations.
9475         * output.h (Output_segment::set_minimum_p_align): Don't decrease
9476         min_p_align.
9477         * testsuite/script_test_3.t: Set large alignment.
9478         * testsuite/script_test_3.sh: Make sure that at least one LOAD
9479         segment has expected alignment.
9480
9481 2010-04-22  Nick Clifton  <nickc@redhat.com>
9482
9483         * po/gold.pot: Updated by the Translation project.
9484         * po/vi.po: Updated Vietnamese translation.
9485
9486 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
9487
9488         * testsuite/Makefile.am (check_PROGRAMS): Add
9489         icf_virtual_function_folding_test.
9490         * testsuite/Makefile.in: Regenerated.
9491
9492 2010-04-15  Andrew Haley  <aph@redhat.com>
9493
9494         * options.h (merge_exidx_entries): New option.
9495         * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
9496         (class Arm_exidx_fixup::merge_exidx_entries_): New member.
9497         (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
9498         (Target_arm::merge_exidx_entries): New function.
9499         (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
9500         (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
9501         to Arm_exidx_fixup constructor.
9502         Add new arg, merge_exidx_entries.
9503         (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
9504         Arm_output_section::fix_exidx_coverage.
9505
9506 2010-04-18  Sriraman Tallam  <tmsriram@google.com>
9507
9508         * icf.cc (get_section_contents): Check for preemptible functions.
9509         Ignore addend when appropriate.
9510         * symtab.cc (should_add_dynsym_entry): Add new parameter.  Check for
9511         section folded.
9512         (add_from_relobj): Check for section folded.
9513         (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
9514         * symtab.h (should_add_dynsym_entry): Add new parameter.
9515         * target-reloc.h (scan_relocs): Check for section folded.
9516         * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
9517         Check reloc types for function pointers in shared objects.
9518         * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
9519         case.
9520         (icf_preemptible_functions_test): New test case.
9521         (icf_string_merge_test): New test case.
9522         * testsuite.Makefile.in: Regenerate.
9523         * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
9524         bar_glob.  Refactor code.
9525         * testsuite/icf_preemptible_functions_test.cc: New file.
9526         * testsuite/icf_preemptible_functions_test.sh: New file.
9527         * testsuite/icf_string_merge_test.cc: New file.
9528         * testsuite/icf_string_merge_test.sh: New file.
9529         * testsuite/icf_virtual_function_folding_test.cc: New file.
9530         * testsuite/icf_virtual_function_folding_test.sh: New file.
9531
9532 2010-04-14  Doug Kwan  <dougkwan@google.com>
9533
9534         * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
9535         for local symbol recounting if we remove a section due to ICF.
9536         * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
9537         there are no regular objects in input.
9538
9539 2010-04-13  Doug Kwan  <dougkwan@google.com>
9540
9541         * arm.cc (Arm_input_section::set_final_data_size): Compute
9542         accurate final data size instead of using current data size.
9543
9544 2010-04-09  Doug Kwan  <dougkwan@google.com>
9545
9546         * layout.cc (Layout::choose_output_section): Handle script section
9547         types.
9548         (Layout::make_output_section_for_script): Add section type parameter.
9549         Handle script section types.
9550         * layout.h (Layout::make_output_section_for_script): Add section
9551         type parameter.
9552         * output.cc (Output_section::Output_section): Initialize data member
9553         is_noload_.
9554         (Output_section::do_reset_address_and_file_offset): Do not set address
9555         to 0 if section is a NOLOAD section.
9556         * output.h (Output_section::is_noload): New method.
9557         (Output_section::set_is_noload): Ditto.
9558         (Output_section::is_noload_): New data member.
9559         * script-c.h (Script_section_type): New enum type.
9560         (struct Parser_output_section_header): Add new file section_type.
9561         * script-sections.cc (Sections_element::output_section_name): Add
9562         parameter for returning script section type.
9563         (Output_section_definition::output_section_name): Ditto.
9564         (Output_section_definition::section_type)P; New method.
9565         (Output_section_definiton::script_section_type_name): Ditto.
9566         (Output_section_definition::script_section_type_): New data member.
9567         (Output_section_definition::Output_section_definition): Initialize
9568         data member Output_section_definition::script_section_type_.
9569         (Output_section_definition::create_sections): Pass script section type
9570         to Layout::make_output_section_for_script.
9571         (Output_section_definition::output_section_name): Return script
9572         section type to caller.
9573         (Output_section_definition::set_section_address): Do not advance
9574         dot value and load address if section type is NOLOAD.  Set address
9575         of NOLOAD sections regardless of section flags.
9576         (Output_section_definition::print): Print section type if it is
9577         not SCRIPT_SECTION_TYPE_NONE.
9578         (Output_section_definition::section_type): New method.
9579         (Output_section_definition::script_section_type_name): Ditto.
9580         (Script_sections::output_section_name): Add new parameter
9581         PSECTION_TYPE for returning script section type.  Pass it to
9582         section elements.  Handle discard sections.
9583         (Sort_output_sections::operator()): Handle NOLOAD sections.
9584         * script-sections.h (Script_sections::Section_type): New enum type.
9585         (Script_sections::output_section_name): Add a new parameter for
9586         returning script section type.
9587         * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
9588         INFO and NOLOAD.
9589         * yyscript.y (union): Add new field SECTION_TYPE.
9590         (COPY, DSECT, INFO, NOLOAD): New tokens.
9591         (opt_address_and_section_type): Change type to output_section_header.
9592         (section_type): New non-terminal
9593         (section_header): Handle section type.
9594         (opt_address_and_section_type): Return section type value.
9595
9596 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9597
9598         * testsuite/plugin_common_test_1.c (foo): Add prototype.
9599         * testsuite/plugin_common_test_2.c (foo): Likewise.
9600
9601 2010-04-08  Doug Kwan  <dougkwan@google.com>
9602
9603         * merge.cc (Output_merge_data::set_final_data_size): Handle empty
9604         Output_merge_data.
9605         * output.cc (Output_section::add_merge_input_section): Simplify
9606         code and return status of Output_merge_base::add_input_section.
9607         Update merge section map only if Output_merge_base::add_input_section
9608         returns true.
9609
9610 2010-04-07  Doug Kwan  <dougkwan@google.com>
9611
9612         * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
9613         if section is marked as containing instructions but has no mapping
9614         symbols.
9615         (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
9616         correct section index.
9617         (Arm_relobj::find_linked_text_section): Ditto.
9618
9619 2010-04-07  Cary Coutant  <ccoutant@google.com>
9620
9621         * archive.cc (include_member): Destroy Read_symbols_data object before
9622         releasing file.
9623         * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
9624         * object.h (Read_symbols_data::Read_symbols_data) New constructor.
9625         (Read_symbols_data::~Read_symbols_data) New destructor.
9626         (Section_relocs::Section_relocs) New constructor.
9627         (Section_relocs::~Section_relocs) New destructor.
9628         (Read_relocs_data::Read_relocs_data) New constructor.
9629         (Read_relocs_data::~Read_relocs_data) New destructor.
9630         * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
9631         pointers to NULL after deleting.
9632
9633 2010-04-07  Doug Kwan  <dougkwan@google.com>
9634
9635         * arm.cc: Replace "endianity" with "endianness" in comments.
9636         (Arm_exidx_cantunwind): Ditto.
9637         (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
9638         (Arm_relobj::merge_flags_and_attributes): New method.
9639         (Arm_relobj::merge_flags_and_attributes_): New data member.
9640         (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
9641         (Arm_relobj::scan_sections_for_stubs): Ditto.
9642         (Arm_relobj::do_read_symbols): Check to see if we really want to
9643         merge processor-specific flags and attributes.  Exit early if
9644         an object is empty except for section names and the undefined symbol.
9645         (Target_arm::do_finalize_sections): Move check for ELF format to
9646         Arm_relobj::do_read_symbols.  Merge processor specific flags and
9647         attributes from a regular object only when we have determined that
9648         it is aapropriate.  Do not create an .ARM.attributes section in
9649         output if there is no regular input object.
9650         (Target_arm::merge_processor_specific_flags): Check
9651         --warn-mismatch before printing any error.
9652         (Target_arm::merge_object_attributes): Ditto.
9653         * gold.cc (queue_middle_tasks): Handle the case in which there is
9654         no regular object in input.
9655         * options.cc (General_options::parse_EB): New method.
9656         (General_options::parse_EL): Same.
9657         (General_options::General_options): Initialize endianness_.
9658         * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
9659         New options.
9660         (General_options::Endianness): New enum.
9661         (General_options::endianness): New method.
9662         (General_options::endianness_): New data member.
9663         * parameters.cc (Parameters::set_options): Check target endianness.
9664         (Parameters::set_target_once): Ditto.
9665         (Parameters::check_target_endianness): New method.
9666         (parameters_force_valid_target): If either -EL or -EB is specified,
9667         use it to define endianness of default target.
9668         * parameters.h (Parameters::check_target_endianness): New method
9669         declaration.
9670         * target.h (class Target): Change "endianity" to "endianness"
9671         in comments.
9672
9673 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9674
9675         * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
9676         * configure: Regenerate.
9677         * Makefile.in: Regenerate.
9678         * testsuite/Makefile.in: Regenerate.
9679
9680 2010-04-06  Cary Coutant  <ccoutant@google.com>
9681
9682         gcc PR lto/42757
9683         * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
9684         prevailing definitions of common symbols.
9685         * testsuite/plugin_test_6.sh: New test case.
9686         * testsuite/plugin_common_test_1.c: New test case.
9687         * testsuite/plugin_common_test_2.c: New test case.
9688         * testsuite/Makefile.am (plugin_test_6): New test case.
9689         * testsuite/Makefile.in: Regenerate.
9690
9691 2010-04-06  Nick Clifton  <nickc@redhat.com>
9692
9693         * po/vi.po: New Vietnamese translation.
9694
9695 2010-03-30  Doug Kwan  <dougkwan@google.com>
9696
9697         * arm.cc (Target_arm::using_thumb_only): Handle v6-M
9698
9699 2010-03-25  Doug Kwan  <dougkwan@google.com>
9700
9701         * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
9702         to avoid a conversion warning on a 32-bit host.
9703
9704 2010-03-24  Ian Lance Taylor  <iant@google.com>
9705
9706         * testsuite/script_test_3.t: Add a TLS segment.
9707         * testsuite/Makefile.am (check_PROGRAMS): Add
9708         tls_phdrs_script_test.
9709         (tls_phdrs_script_test_SOURCES): Define.
9710         (tls_phdrs_script_test_DEPENDENCIES): Define.
9711         (tls_phdrs_script_test_LDFLAGS): Define.
9712         (tls_phdrs_script_test_LDADD): Define.
9713         * testsuite/Makefile.in: Rebuild.
9714
9715 2010-03-23  Cary Coutant  <ccoutant@google.com>
9716
9717         * fileread.cc (find_or_make_view): Fix comment.
9718
9719 2010-03-23  Ian Lance Taylor  <iant@google.com>
9720
9721         * script-sections.cc (class Orphan_section_placement): Define
9722         PLACE_TLS and PLACE_TLS_BSS.
9723         (Orphan_section_placement::Orphan_section_placement): Initialize
9724         new places.
9725         (Orphan_section_placement::find_place): Handle SHF_TLS sections.
9726         * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
9727         (tls_script_test_SOURCES): Define.
9728         (tls_script_test_DEPENDENCIES): Define.
9729         (tls_script_test_LDFLAGS): Define.
9730         (tls_script_test_LDADD): Define.
9731         * testsuite/Makefile.in: Rebuild.
9732
9733 2010-03-22  Doug Kwan  <dougkwan@google.com>
9734
9735         * arm.cc (Arm_relocate_functions::abs8,
9736         Arm_relocate_functions::abs16): Use correct check for overflow
9737         specified in the ARM ELF specs.
9738         (Arm_relocate_functions): thumb_branch_common.  Handle bit 1 of branch
9739         target of a BLX instruction specially.
9740         (Reloc_stub::stub_type_for_reloc): Ditto.
9741         (Relocate::relocate): Use symbolic names instead of numeric relocation
9742         codes to report error.
9743         (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
9744         workaround.
9745         * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
9746         thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
9747         thumb2_blx_out_of_range.stdout
9748         (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
9749         thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
9750         (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
9751         thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
9752         thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
9753         thumb2_blx_in_range, thumb2_blx_in_range.o,
9754         thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
9755         thumb2_blx_out_of_range.o): New rules.
9756         (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
9757         thumb2_blx_in_range and thumb2_blx_out_of_range.
9758         * testsuite/Makefile.in: Regenerate.
9759         * arm_branch_in_range.sh: Add tests for THUMB BLX.
9760         * testsuite/thumb_blx_in_range.s: New file.
9761         * testsuite/thumb_blx_out_of_range.s: New file.
9762
9763 2010-03-22  Rafael Espindola  <espindola@google.com>
9764
9765         * archive.cc (Should_include): Move to archive.h.
9766         (should_include_member): Make it a member of Archive.
9767         (Lib_group): New.
9768         (Add_lib_group_symbols): New.
9769         * archive.h: Include options.h.
9770         (Archive_member): Moved from Archive.
9771         (Should_include): Moved from archive.cc.
9772         (Lib_group): New.
9773         (Add_lib_group_symbols): New.
9774         * dynobj.cc (do_should_include_member): New.
9775         * dynobj.h (do_should_include_member): New.
9776         * gold.cc (queue_initial_tasks): Update call to queue.
9777         * main.cc (main): Print lib group stats.
9778         * object.cc (do_should_include_member): New.
9779         * object.h: Include archive.h.
9780         (Object::should_include_member): New.
9781         (Object::do_should_include_member): New.
9782         (Sized_relobj::do_should_include_member): New.
9783         * options.cc (General_options::parse_start_lib): New.
9784         (General_options::parse_end_lib): New.
9785         (Input_arguments::add_file): Handle lib groups.
9786         (Input_arguments::start_group): Check we are not in a lib.
9787         (Input_arguments::start_lib): New.
9788         (Input_arguments::end_lib): New.
9789         * options.h (General_options): Add start_lib and end_lib.
9790         (Input_argument::lib_): New.
9791         (Input_argument::lib): New.
9792         (Input_argument::is_lib): New.
9793         (Input_file_lib): New.
9794         (Input_arguments::in_lib_): New.
9795         (Input_arguments::in_lib): New.
9796         (Input_arguments::start_lib): New.
9797         (Input_arguments::end_lib_): New.
9798         * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
9799         in unused members as preempted.
9800         (Sized_pluginobj::do_should_include_member): New.
9801         * plugin.h (Sized_pluginobj::do_should_include_member): New.
9802         * readsyms.cc (Read_symbols::locks): If we are just reading a member,
9803         return the blocker.
9804         (Read_symbols::do_whole_lib_group): New.
9805         (Read_symbols::do_lib_group): New.
9806         (Read_symbols::do_read_symbols): Handle lib groups.
9807         (Read_symbols::get_name): Handle lib groups.
9808         * readsyms.h (Read_symbols): Add an archive member pointer.
9809         (Read_symbols::do_whole_lib_group): New.
9810         (Read_symbols::do_lib_group): New.
9811         (Read_symbols::member_): New.
9812         * script.cc (read_input_script): Update call to queue_soon.
9813
9814 2010-03-19  Doug Kwan  <dougkwan@google.com>
9815
9816         * arm.cc (Stub_table::Stub_table): Initialize new data members
9817         Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
9818         (Stub_table::add_reloc_stub): Assign stub offset and update
9819         Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
9820         (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
9821         New data members.
9822         (Stub_table::update_data_size_and_addralign): Use
9823         Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
9824         instead of going over all reloc stubs.
9825         (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
9826         * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
9827         Stringpool_template::offset_ to size of Stringpool_char.
9828         (Stringpool_template::new_key_offset): Remove code to initialize
9829         Stringpool_template::offset_.
9830         * stringpool.h (Stringpool_template::set_no_zero_null): Set
9831         Stringpool_template::offset_ to zero.
9832
9833 2010-03-15  Doug Kwan  <dougkwan@google.com>
9834
9835         * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
9836         offset_.
9837         (Stringpool_template::new_key_offset): New method.
9838         (Stringpool_template::add_string): Assign offsets when adding new
9839         strings.
9840         (Stringpool_template::set_string_offsets): Do not set string offsets
9841         when not optimizing.
9842         * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
9843         member size_.
9844         (Chunked_vector::clear): Clear size_.
9845         (Chunked_vector::reserve): Call reserve method of all Element_vectors.
9846         (Chunked_vector::size): Return size_.
9847         (Chunked_vector::push_back): Use size_ to find insert position.
9848         (Chunked_vector::size_): New data member.
9849         (Stringpool_template::set_no_zero_null): Assert string set is empty.
9850         (Stringpool_template::new_key_offset): New method declaration.
9851         (Stringpool_template::offset_): New data member.
9852
9853 2010-03-15   Rafael Espindola  <espindola@google.com>
9854
9855         * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
9856         Add_symbols' constructor.
9857         * readsyms.h (Add_symbols): Remove the input_group member.
9858
9859 2010-03-10  Ian Lance Taylor  <iant@google.com>
9860
9861         * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
9862         target to ask whether a reference to a symbol requires a stack
9863         split.
9864         * target.h (Target::is_call_to_non_split): New function.
9865         (Target::do_is_call_to_non_split): Declare virtual function.
9866         * target.cc: Include "symtab.h".
9867         (Target::do_is_call_to_non_split): New function.
9868         * i386.cc (Target_i386::do_is_call_to_non_split): New function.
9869
9870 2010-03-10  Cary Coutant  <ccoutant@google.com>
9871
9872         * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
9873         (File_read::open[1]): Remove initial mapping of whole_file_view_.
9874         (File_read::open[2]): Add whole_file_view_ to list of views.
9875         (File_read::make_view): Remove test of whole_file_view_.
9876         (File_read::find_or_make_view): Create whole_file_view_ if
9877         necessary.
9878         (File_read::clear_views): Replace bool parameter with enum;
9879         adjust all callers.  Don't delete views with permanent data;
9880         do delete cached views and views from archives if
9881         --no-keep-files-mapped is set.  Set whole_file_view_ to NULL
9882         if clearing the corresponding view.
9883         * fileread.h (File_read::Clear_views_mode): New enum.
9884         (File_read::View::is_permanent_view): New method.
9885         (File_read::clear_views): Replace bool parameter
9886         with enum; adjust all callers.
9887         * options.h (General_options): Change keep_files_mapped option;
9888         add map_whole_files.
9889         * readsyms.cc (Add_symbols::run): Delete sd_ object before
9890         releasing the file.
9891         * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
9892         the file.
9893
9894 2010-03-10  David S. Miller  <davem@davemloft.net>
9895
9896         * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
9897
9898 2010-03-09  Sriraman Tallam  <tmsriram@google.com>
9899
9900         * icf.cc (get_section_contents): Add '@' marker after processing the
9901         merge reloc.
9902
9903 2010-03-08  Doug Kwan  <dougkwan@google.com>
9904
9905         * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
9906         due to a conversion warning.
9907         (Arm_relobj::update_output_local_symbol_count): Check for local
9908         symbol with unset output index.
9909
9910 2010-03-05  Ian Lance Taylor  <iant@google.com>
9911
9912         * options.h (class General_options): Add --spare-dynamic-tags.
9913         * output.cc (Output_data_dynamic::set_final_data_size): Implement
9914         --spare-dynamic-tags.
9915
9916 2010-03-05  Ian Lance Taylor  <iant@google.com>
9917
9918         * incremental.cc: Include "libiberty.h".
9919
9920 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9921
9922         * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
9923         function, is_info_ member.
9924         * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
9925         (Versions::Versions): Update caller.
9926         (Versions::define_base_version): Likewise.
9927         (Versions::add_def): Likewise.
9928
9929 2010-03-03  Sriraman Tallam  <tmsriram@google.com>
9930
9931         * i386.cc (Target_i386::can_check_for_function_pointers): New function.
9932         (Scan::possible_function_pointer_reloc): New function.
9933         (Scan::local_reloc_may_be_function_pointer): Change to call
9934         possible_function_pointer_reloc.
9935         (Scan::global_reloc_may_be_function_pointer): Ditto.
9936         * icf.h (Icf::check_section_for_function_pointers): Change to reject
9937         relocations in ".data.rel.ro._ZTV" section.
9938         * testsuite/icf_safe_so_test.sh: Change to pass i386.
9939         * testsuite/icf_safe_so_test.cc: Ditto.
9940         * testsuite/icf_safe_test.cc: Ditto.
9941         * testsuite/icf_safe_test.sh: Ditto.
9942
9943 2010-03-03  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
9944             Ian Lance Taylor  <iant@google.com>
9945
9946         * target-reloc.h (relocate_section): Check the symbol table index
9947         for -1U before setting the local symbol index.
9948         (scan_relocatable_relocs): If copying the relocation, record that
9949         the local symbol is required.
9950         * object.h (Symbol_value::is_output_symtab_index_set): New
9951         function.
9952         (Symbol_value::may_be_discarded_from_output_symtab): New
9953         function.
9954         (Symbol_value::has_output_symtab_entry): New function.
9955         (Symbol_value::needs_output_symtab_entry): Remove.
9956         (Symbol_value::output_symtab_index): Make sure the symbol index is
9957         set.
9958         (Symbol_value::set_output_symtab_index): Make sure the symbol
9959         index is not set.  Make sure the new index is valid.
9960         (Symbol_value::set_must_have_output_symtab_entry): New function.
9961         (Symbol_value::has_output_dynsym_entry): New function.
9962         (Symbol_value::set_output_dynsym_index): Make sure the new index
9963         is valid.
9964         (Sized_relobj::set_must_have_output_symtab_entry): New function.
9965         * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
9966         local symbol if permitted.
9967         (Sized_relobj::do_finalize_local_symbols): Call
9968         is_output_symtab_index_set rather than needs_output_symtab_entry.
9969         (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
9970         rather than needs_output_symtab_entry.  Call
9971         has_output_dynsym_entry rather than needs_output_dynsym_entry.
9972         * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
9973         is_output_symtab_index_set rather than needs_output_symtab_entry.
9974         * testsuite/discard_locals_relocatable_test.c: New file.
9975         * testsuite/discard_locals_test.sh: Test -r.
9976         * testsuite/Makefile.am (check_DATA): Add
9977         discard_locals_relocatable_test1.syms,
9978         discard_local_relocatable_test2.syms.
9979         (MOSTLYCLEANFILES): Likewise.  Also add
9980         discard_locals_relocatable_test1.lout and
9981         discard_locals_relocatable_test2.out.
9982         (discard_locals_relocatable_test1.syms): New target.
9983         (discard_locals_relocatable_test.o): New target.
9984         (discard_locals_relocatable_test1.out): New target.
9985         (discard_locals_relocatable_test2.syms): New target.
9986         (discard_locals_relocatable_test2.out): New target.
9987         (various): Add missing ../ld-new dependencies.
9988         * testsuite/Makefile.in: Rebuild.
9989
9990 2010-03-03  Nick Clifton  <nickc@redhat.com>
9991
9992         * po/fi.po: New Finnish translation.
9993
9994 2010-03-01  Doug Kwan  <dougkwan@google.com>
9995
9996         * layout.cc (Layout::Layout): Force section types of .init_array*,
9997         .preinit_array* and .fini_array* sections.
9998         * output.cc (Output_section::Input_section_sort_entry::has_priority):
9999         Fix check of return value of std::string::find.().
10000         (Output_section::Input_section_sort_compare::operator()): Remove
10001         comment about .init_array.
10002         (Output_section::Input_section_sort_init_fini_compare::operator()):
10003         New method.
10004         (Output_section::sort_attached_input_sections): Handle .init_array
10005         and .fini_array specially.
10006         * output.h (Output_section::Inut_section_sort_compare): Update
10007         comment.
10008         (Output_section::Input_section_sort_init_fini_compare): New struct.
10009
10010 2010-02-26  Doug Kwan  <dougkwan@google.com>
10011
10012         * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
10013         R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
10014         * testsuite/debug_msg.sh: Avoid matching source line number for
10015         use of global variable undef_int.
10016
10017 2010-02-26  Doug Kwan  <dougkwan@google.com>
10018
10019         * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
10020         R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
10021         (Target_arm::scan_reloc_section_for_stubs): Instead of calling
10022         scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
10023         * options.cc (General_options::General_options): Initialize member
10024         fix_v4bx_.
10025         * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
10026         (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
10027         and rm_no_fix_v4bx.stdout
10028         (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
10029         arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
10030         arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
10031         (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
10032         and arm_no_fix_v4bx.
10033         * Makefile.in: Regenerate.
10034         * testsuite/arm_fix_v4bx.s: New file.
10035         * testsuite/arm_fix_v4bx.sh: Ditto.
10036
10037 2010-02-24  Doug Kwan  <dougkwan@google.com>
10038
10039         * arm.cc (Target_arm::got_section): Make the .got section the first
10040         non RELRO section in the data segment.
10041         * testsuite/script_test_5.sh: Fix match patterns to avoid matching
10042         suffixes of section names.
10043
10044 2010-02-24  Doug Kwan  <dougkwan@google.com>
10045
10046         * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
10047         flags and attributes merging if an input file is a binary file.
10048         * fileread.cc (Input_file::open): Record format of original file.
10049         * fileread.h (Input_file::Format): New enum type.
10050         (Input_file::Input_file): Initialize data member format_.
10051         (Input_file::format): New method definition.
10052         (Input_file::format_):: New data member.
10053
10054 2010-02-24  Doug Kwan  <dougkwan@google.com>
10055
10056         * arm.cc (Arm_output_data_got): New class.
10057         (ARM_TCB_SIZE): New constant
10058         (Target_arm): Use Arm_output_data_got instead of Output_data_got.
10059         (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
10060         If user uses a script with a SECTIONS clause, issue only a warning
10061         for a misplaced EXIDX input section.  Otherwise, issue an error.
10062         (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
10063         garbage collection.
10064         (Target_arm::got_mode_index_entry): Handle static linking.
10065         (Target_arm::Scan::local): Ditto.
10066         (Target_arm::Scan::global): Ditto.
10067         (Target_arm::Relocate::relocate_tls): Handle static linking.  Fix
10068         all incorrectly implemented relocations.
10069         (Target_arm::fix_exidx_coverage): Pass layout to
10070         Arm_output_section::fix_exidx_coverage.
10071         * layout.cc (Layout::section_name_mapping): Remove trailing dots
10072         from ".ARM.exidx." and ".ARM.extab.".
10073
10074 2010-02-23  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
10075
10076         * arm.cc (Target_arm::do_finalize_sections): Create attribute
10077         section if it does not already exist.
10078         * attributes.cc (Attributes_section_data::Attributes_section_data):
10079         Don't crash if size is zero.
10080
10081 2010-02-23  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
10082             Ian Lance Taylor  <iant@google.com>
10083
10084         * gold.cc (queue_middle_tasks): If no input files were opened,
10085         exit.
10086         * workqueue.h (Task_function::Task_function): Assert that there is
10087         a blocker.
10088
10089 2010-02-22  Doug Kwan  <dougkwan@google.com>
10090
10091         * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
10092         * icf.cc (get_section_contents): Cast snprintf arguments to long long
10093         types to avoid warnings due to different uint64_t implementations
10094         on different hosts.
10095
10096 2010-02-21  Doug Kwan  <dougkwan@google.com>
10097
10098         * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
10099         handling of the maximum backward branch offset.
10100         (Arm_relocate_functions::thumb_branch_common): Ditto.
10101         * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
10102         (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
10103         thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
10104         thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
10105         (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
10106         arm_bl_out_of_range.stdout, arm_bl_out_of_range,
10107         arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
10108         thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
10109         thumb_bl_out_of_range thumb_bl_out_of_range.o,
10110         thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
10111         thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
10112         thumb2_bl_out_of_range.o): New rules.
10113         (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
10114         thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
10115         thumb2_bl_out_of_range
10116         * testsuite/Makefile.in: Regenerate.
10117         * testsuite/arm_bl_in_range.s: New file.
10118         * testsuite/arm_bl_out_of_range.s: Ditto.
10119         * testsuite/arm_branch_in_range.sh: Ditto.
10120         * testsuite/arm_branch_range.t: Ditto.
10121         * testsuite/thumb2_branch_range.t: Ditto.
10122         * testsuite/thumb_bl_in_range.s: Ditto.
10123         * testsuite/thumb_bl_out_of_range.s: Ditto.
10124         * testsuite/thumb_branch_range.t: Ditto.
10125
10126 2010-02-20  Sriraman Tallam  <tmsriram@google.com>
10127
10128         * gc.h (gc_process_relocs): Change vectors to point to the new list.
10129         Add reloc offset information.
10130         * icf.cc (get_section_contents): Change iterators to point to the new
10131         vectors. Add reloc offset information to the contents.
10132         * icf.h (Icf::Sections_reachable_info): New typedef.
10133         (Icf::Sections_reachable_list): New typedef.
10134         (Icf::Offset_info): New typedef.
10135         (Icf::Reloc_info): New struct typedef.
10136         (Icf::Reloc_info_list): New typedef.
10137         (Icf::symbol_reloc_list): Delete method.
10138         (Icf::addend_reloc_list): Delete method.
10139         (Icf::section_reloc_list): Delete method.
10140         (Icf::reloc_info_list): New method.
10141         (Icf::reloc_info_list_): New member.
10142
10143 2010-02-19  Doug Kwan  <dougkwan@google.com>
10144
10145         * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
10146         R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
10147         * arm.cc (Arm_relocation_functions): New forward declaration.
10148         (Target_arm::Target_arm): Initialize new data members
10149         got_mod_index_offset_ and tls_base_symbol_defined_.
10150         (Target_arm::Relocate::relocate_tls): New method.
10151         (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
10152          Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
10153         New methods.
10154         (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
10155         GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
10156         (Target_arm::got_mod_index_offset_,
10157         Target_arm::tls_base_symbol_defined_): New data members.
10158         (Target_arm::Scan::local, Target::Scan::global,
10159         Target_arm::Relocate::relocate): Handle 32-bit initial TLS
10160         relocations.
10161
10162 2010-02-18  Doug Kwan  <dougkwan@google.com>
10163
10164         * arm.cc (Arm_relobj::find_linked_text_section): New method.
10165         (Arm_relobj::make_exidx_input_section): Pass section index of linked
10166         text section as a parameter becuase some broken tools may not set
10167         the link in section header.
10168         (Target_arm::has_got_section): New method.
10169         (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
10170         without any mapping symbol as data only.  Remove warning.
10171         (Arm_relobj::do_read_synbols): If an EXIDX input section has no
10172         link in its section header, try to discover the link by inspecting the
10173         REL31 relocation at the beginning of the section.
10174         (Target_arm::Scan::check_non_pic): Report name of offending relocation
10175         in error message.
10176         (Target_arm::Scan::global): Treat any reference to the symbol
10177         _GLOBAL_OFFSET_TABLE_ as a GOT access.
10178
10179 2010-02-12  Sriraman Tallam  <tmsriram@google.com>
10180
10181         * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
10182         (Scan::global_reloc_may_be_function_pointer): New function.
10183         * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
10184         (Scan::global_reloc_may_be_function_pointer): New function.
10185         * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
10186         (Scan::global_reloc_may_be_function_pointer): New function.
10187         * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
10188         (Scan::global_reloc_may_be_function_pointer): New function.
10189         * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
10190         (Scan::global_reloc_may_be_function_pointer): New function.
10191         (Scan::possible_function_pointer_reloc): New function.
10192         (Target_x86_64::can_check_for_function_pointers): New function.
10193         * gc.h (gc_process_relocs): Scan relocation types to determine if
10194         function pointers were taken for targets that support it.
10195         * icf.cc (Icf::find_identical_sections): Include functions for
10196         folding in safe ICF whose pointer is not taken.
10197         * icf.h (Secn_fptr_taken_set): New typedef.
10198         (fptr_section_id_): New member.
10199         (section_has_function_pointers): New function.
10200         (set_section_has_function_pointers): New function.
10201         (check_section_for_function_pointers): New function.
10202         * options.h: Fix comment for safe ICF option.
10203         * target.h (can_check_for_function_pointers): New function.
10204         * testsuite/Makefile.am: Add icf_safe_so_test test case.
10205         Modify icf_safe_test for X86-64.
10206         * testsuite/Makefile.in: Regenerate.
10207         * testsuite/icf_safe_so_test.cc: New file.
10208         * testsuite/icf_safe_so_test.sh: New file.
10209         * testsuite/icf_safe_test.cc (kept_func_3): New function.
10210         (main): Change to take pointer to function kept_func_3.
10211         * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
10212         folding is done correctly for X86-64.
10213
10214 2010-02-12  David S. Miller  <davem@davemloft.net>
10215
10216         * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
10217         is_symbolless parameter.
10218         (Output_reloc<SHT_REL>::is_symbolless): New.
10219         (Output_reloc<SHT_REL>::is_symbolless_): New.
10220         (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
10221         (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
10222         (Output_reloc<SHT_RELA>::is_symbolless): New.
10223         (Output_data_reloc::add_global): Handle is_symbolless.
10224         (Output_data_reloc::add_global_relative): Likewise.
10225         (Output_data_reloc::add_local): Likewise.
10226         (Output_data_reloc::add_local_relative): Likewise.
10227         (Output_data_reloc::add_symbolless_global_addend): New.
10228         (Output_data_reloc::add_symbolless_local_addend): New.
10229         * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
10230         is_symbolless.
10231         (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
10232         instead of ->is_relative_
10233         (Output_reloc::write): Likewise.
10234         (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
10235         (Output_reloc::write_rel): Simplify.
10236
10237         * sparc.cc (Target_sparc::Scan::local): Use
10238         ->add_symbolless_local_addend as needed.
10239         (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
10240         needed.  Also, emit appropriate unaligned vs. aligned dynamic reloc
10241         based upon relocation offset.
10242
10243 2010-02-11  Doug Kwan  <dougkwan@google.com>
10244
10245         * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
10246         (Target_arm::Scan::global): Ditto.  Also remove a comment before the
10247         beginning of function.
10248         (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
10249         and MOVT_ABS relocations.  Those are non issued in scanning.  Fix
10250         parameter is_32bit in calls to should_apply_static_reloc.
10251         * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
10252         (check_DATA): Add arm_abs_global.stdout.
10253         (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
10254         arm_abs_global.stdout): New rules.
10255         (MOSTLLYCLEANFILES): Add arm_abs_global
10256         * Makefile.in: Regenerate.
10257         * testsuite/arm_abs_global.s: New file.
10258         * testsuite/arm_abs_global.sh: Ditto.
10259         * testsuite/arm_abs_lib.s: Ditto.
10260
10261 2010-02-11  Ian Lance Taylor  <iant@google.com>
10262
10263         * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
10264         Read_relocs task.
10265         (queue_middle_tasks): Likewise, and also for Scan_relocs.  Run
10266         Allocate_commons_task first.
10267         * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
10268         task, rather than symtab_lock_.
10269         (Gc_process_relocs::~Gc_process_relocs): New function.
10270         (Gc_process_relocs::is_runnable): Check this_blocker_.
10271         (Gc_process_relocs::locks): Use next_blocker_ rather than
10272         blocker_.
10273         (Scan_relocs::~Scan_relocs): New function.
10274         (Scan_relocs::is_runnable): Check this_blocker_ rather than
10275         symtab_lock_.
10276         (Scan_relocs::locks): Drop symtab_lock_ and blocker_.  Add
10277         next_blocker_.
10278         * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
10279         fields.  Add this_blocker_ and next_blocker_ fields.  Adjust
10280         constructor accordingly.
10281         (class Gc_process_relocs): Likewise.
10282         (class Scan_relocs): Likewise.
10283         * common.h (class Allocate_commons_task): Remove symtab_lock_
10284         field, and corresponding constructor parameter.
10285         * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
10286         symtab_lock_.
10287         (Allocate_commons_task::locks): Likewise.
10288
10289 2010-02-11  Ian Lance Taylor  <iant@google.com>
10290
10291         * gold-threads.h (class Once): Define.
10292         (class Initialize_lock): Rewrite as child of Once.
10293         * gold-threads.cc (class Once_initialize): Define.
10294         (once_pointer_control): New static variable.
10295         (once_pointer, once_arg): New static variables.
10296         (c_run_once): New static function.
10297         (Once::Once, Once::run_once, Once::internal_run): New functions.
10298         (class Initialize_lock_once): Remove.
10299         (initialize_lock_control): Remove.
10300         (initialize_lock_pointer): Remove.
10301         (initialize_lock_once): Remove.
10302         (Initialize_lock::Initialize_lock): Move to gold-threads.h.
10303         (Initialize_lock::initialize): Rewrite.
10304         (Initialize_lock::do_run_once): New function.
10305         * archive.cc (Archive::interpret_header): Only clear name if it is
10306         not already empty.
10307         * fileread.cc: Include "gold-threads.h"
10308         (file_counts_lock): New static variable.
10309         (file_counts_initialize_lock): Likewise.
10310         (File_read::release): Only increment counts when using --stats.
10311         Use a lock around the increment.
10312         * parameters.cc (class Set_parameters_target_once): Define.
10313         (set_parameters_target_once): New static variable.
10314         (Parameters::Parameters): Move here from parameters.h.
10315         (Parameters::set_target): Rewrite.
10316         (Parameters::set_target_once): New function.
10317         (Parameters::clear_target): Move here and rewrite.
10318         * parameters.h (class Parameters): Update declarations.  Add
10319         set_parameters_target_once_ field.
10320         (Parameters::Parameters): Move to parameters.cc.
10321         (Parameters::clear_target): Likewise.
10322         * readsyms.cc (Read_symbols::do_group): Create a Start_group
10323         task.
10324         (Start_group::~Start_group): New function.
10325         (Start_group::is_runnable): New function.
10326         (Start_group::locks, Start_group::run): New functions.
10327         (Finish_group::run): Change saw_undefined to size_t.
10328         * readsyms.h (class Start_group): Define.
10329         (class Finish_group): Change saw_undefined_ field to size_t.
10330         (Finish_group::Finish_group): Remove saw_undefined and
10331         this_blocker parameters.  Change all callers.
10332         (Finish_group::set_saw_undefined): New function.
10333         (Finish_group::set_blocker): New function.
10334         * symtab.h (class Symbol_table): Change saw_undefined to return
10335         size_t.  Change saw_undefined_ field to size_t.
10336         * target-select.cc (Set_target_once::do_run_once): New function.
10337         (Target_selector::Target_selector): Initialize set_target_once_
10338         field.  Don't initialize lock_ and initialize_lock_ fields.
10339         (Target_selector::instantiate_target): Rewrite.
10340         (Target_selector::set_target): New function.
10341         * target-select.h (class Set_target_once): Define.
10342         (class Target_selector): Update declarations.  Make
10343         Set_target_once a friend.  Remove lock_ and initialize_lock_
10344         fields.  Add set_target_once_ field.
10345
10346 2010-02-10  Ian Lance Taylor  <iant@google.com>
10347
10348         * dirsearch.cc (Dirsearch::initialize): Add all blockers before
10349         queueing any tasks.
10350         * gold.cc (queue_middle_gc_tasks): Likewise.  Fix final blocker.
10351         (queue_middle_tasks): Add all blockers before queueing any tasks.
10352         (queue_final_tasks): Likewise.
10353         * token.h (Task_token::add_blockers): New function.
10354         * object.h (Input_objects::number_of_relobjs): New function.
10355
10356 2010-02-10  Ian Lance Taylor  <iant@google.com>
10357
10358         * i386.cc (Relocate::relocate_tls): A local symbol is final if not
10359         shared, not if not position independent.
10360         * x86_64.cc (Relocate::relocate_tls): Likewise.
10361         * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
10362         (tls_pie_pic_test): New target.
10363         * testsuite/Makefile.in: Rebuild.
10364
10365         * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
10366         (tls_test_main_pie.o, tls_test_pie.o): New targets.
10367         (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
10368         * testsuite/Makefile.in: Rebuild.
10369
10370 2010-02-09  David S. Miller  <davem@davemloft.net>
10371
10372         * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
10373         R_SPARC_RELATIVE using ->add_local_relative().
10374         (Target_sparc::Scan::global): Likewise for ->add_global_relative().
10375
10376         * output.h (Output_data_dynamic::add_section_size): New method
10377         that takes two Output_data objects.
10378         (Output_data_dynamic::Dynamic_entry): Create storage for secondary
10379         entry param.  Handle it in initializers.
10380         * output.cc (Output_data_dynamic::Dynamic_entry::write): For
10381         DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
10382         * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
10383         arg.
10384         * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
10385         and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
10386         * arm.cc (Target_arm::do_finalize_sections): Update to pass false
10387         for dynrel_includes_plt.
10388         * i386.cc (Target_i386::do_finalize_sections): Likewise.
10389         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10390         * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
10391         before .rela.plt
10392         (Target_sparc::do_finalize_sections): Update to pass true for
10393         dynrel_includes_plt.
10394         * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
10395         output before .rela.plt
10396         (Target_powerpc::do_finalize_sections): Update to pass true for
10397         dynrel_includes_plt when 32-bit.
10398
10399 2010-02-08  Doug Kwan  <dougkwan@google.com>
10400
10401         * arm.cc (Arm_relobj::simple_input_section_output_address): New
10402         method.
10403         (Arm_relobj::section_needs_cortex_a8_stub_scanning,
10404         Arm_relobj::scan_section_for_cortex_a8_stubs,
10405         Arm_relobj::do_relocation_section): Instead of calling
10406         Output_section::output_address, use faster
10407         Arm_relobj::simple_input_section_output_address.
10408
10409 2010-02-08  David S. Miller  <davem@davemloft.net>
10410
10411         * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
10412         unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
10413         relocation helper function.
10414
10415         * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
10416         just like R_SPARC_GOT{10,13,22}.
10417         (Target_sparc::Scan::local): Likewise.
10418         (Target_sparc::Relocate:relocate): Likewise.
10419
10420 2010-02-06  Ian Lance Taylor  <iant@google.com>
10421
10422         * configure.ac: Rewrite targetobjs duplicate removal code to use
10423         only shell constructs.
10424         * configure: Rebuild.
10425
10426 2010-02-05  Doug Kwan  <dougkwan@google.com>
10427
10428         PR 11247
10429         * arm.cc (Arm_relobj::section_is_scannable): New method.
10430         (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
10431         (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
10432
10433 2010-02-04  Doug Kwan  <dougkwan@google.com>
10434
10435         PR 11247
10436         * arm-reloc-property.cc (cstdio): Include.
10437         * configure.ac (targetobjs): Remove duplicates.
10438         * configure: Regenerate.
10439         * resolve.cc (Symbol_table::resolve): Explicit instantiate both
10440         big and little endian version for a given address size.
10441
10442 2010-02-03  Doug Kwan  <dougkwan@google.com>
10443
10444         * arm-reloc-property.cc
10445         (Arm_reloc_property_table::reloc_name_in_error_message): New method
10446         definition.
10447         * arm-reloc-property.h
10448         (Arm_reloc_property_table::get_implemented_static_reloc_property):
10449         New method definition.
10450         (Arm_reloc_property_table::reloc_name_in_error_message): New method
10451         declaration.
10452         * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
10453         overflow to N.
10454         (GOT_PREL): Change implemented to Y.
10455         * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
10456         (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
10457         (Arm_relocate_functions::movw_abs_nc): Remove method.
10458         (Arm_relocate_functions::movt_abs): Ditto.
10459         (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
10460         (Arm_relocate_functions::thm_movt_abs): Ditto.
10461         (Arm_relocate_functions::movw_rel_nc): Ditto.
10462         (Arm_relocate_functions::movw_rel): Ditto.
10463         (Arm_relocate_functions::movt_rel): Ditto.
10464         (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
10465         (Arm_relocate_functions:thm_movw_rel): Ditto.
10466         (Arm_relocate_functions:thm_movt_rel): Ditto.
10467         (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
10468         (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
10469         New method definitions.
10470         (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
10471         (Arm_relocation_functions::arm_grp_ldr): Ditto.
10472         (Arm_relocation_functions::arm_grp_ldrs): Ditto.
10473         (Arm_relocation_functions::arm_grp_ldc): Ditto.
10474         (Target_arm::Relocate::relocate): Check for non-static or
10475         unimplemented relocation code and exit early.  Change calls to
10476         Target_arm::reloc_uses_thumb_bit and
10477         Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
10478         instead.  Refactor code to handle similar relocations to increase
10479         code sharing.  Remove check for unsupported relocation code in switch
10480         statement.
10481         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
10482         relocation property table to find out size.  Change error message to
10483         print out the name of a relocation code instead of the numeric value.
10484         (Target_arm::scan_reloc_for_stub): Use relocation property table
10485         instead of calling Target_arm::reloc_uses_thumb_bit().
10486
10487 2010-02-02  Doug Kwan  <dougkwan@google.com>
10488
10489         * arm.cc (Target_arm::relocate_section): Do view adjustment for all
10490         types of relaxed input section.
10491
10492 2010-02-02  Doug Kwan  <dougkwan@google.com>
10493
10494         * Makefile.am (HFILES): Add arm-reloc-property.h.
10495         (DEFFILES): New.
10496         (TARGETSOURCES): Add arm-reloc-property.cc
10497         (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
10498         (libgold_a_SOURCES): $(DEFFILES)
10499         * Makefile.in: Regenerate.
10500         * arm-reloc-property.cc: New file.
10501         * arm-reloc-property.h: New file.
10502         * arm-reloc.def: New file.
10503         * arm.cc: Update comments.
10504         (arm-reloc-property.h): New included header.
10505         (arm_reloc_property_table): New global variable.
10506         (Target_arm::do_select_as_default_target): New method definition.
10507         * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
10508         arm-reloc-property to targ_extra_obj.
10509         * parameters.cc (set_parameters_target): Call
10510         Target::select_as_default_target().
10511         * target.h (Target::select_as_default_target): New method definition.
10512         (Target::do_select_as_default_target): Same.
10513
10514 2010-02-01  Doug Kwan  <dougkwan@google.com>
10515
10516         * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
10517         first_output_text_section_.
10518         (Arm_exidx_fixup::first_output_text_section): New method definition.
10519         (Arm_exidx_fixup::first_output_text_section_): New data member.
10520         (Arm_exidx_fixup::process_exidx_section): Record the first text
10521         output section seen.
10522         (Arm_output_section::fix_exidx_coverage): Set correct linked section
10523         and entsize in output section header.
10524
10525 2010-01-29  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
10526
10527         * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
10528         R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
10529         (Arm_relocate_functions::thm_alu11): New Method.
10530         (Arm_relocate_functions::thm_pc8): New Method.
10531         (Arm_relocate_functions::thm_pc12): New Method.
10532         (Target_arm::Scan::local): Handle the relocations.
10533         (Target_arm::Scan::global): Likewise.
10534         (Target_arm::Relocate::relocate): Likewise.
10535         (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
10536
10537 2010-01-29  Doug Kwan  <dougkwan@google.com>
10538
10539         * arm.cc (Target_arm::Scan::global): General PLTs for the same set
10540         of relocation types as ld.
10541
10542 2010-01-29  Doug Kwan  <dougkwan@google.com>
10543
10544         * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
10545         to public.
10546         (Arm_relocate_functions::thumb_branch_common): Ditto.
10547         (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
10548         Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
10549         Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
10550         Arm_relocate_functions::jump24): Remove.
10551         (Target_arm::Relocate::relocate): Adjust code to call
10552         Arm_relocation_functions::arm_branch_common and
10553         Arm_relocation_functions::thumb_branch_common instead of their removed
10554         wrappers.  Merge switch-cases together to reduce source code size.
10555
10556 2010-01-29  Doug Kwan  <dougkwan@google.com>
10557
10558         * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
10559         output_local_symbol_count_needs_update_.
10560         (Arm_relobj::output_local_symbol_count_needs_update,
10561          Arm_relobj::set_output_local_symbol_count_needs_update,
10562          Arm_relobj::update_output_local_symbol_count): New methods.
10563         (Arm_relobj::output_local_symbol_count_needs_update_): New data
10564         member.
10565         (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
10566         of pointed function as in a R_ARM_PREL31 relocation.
10567         (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
10568         for output local symbol count updating.
10569         (Target_arm::do_relax): Update output local symbol counts in objects
10570         if necessary.
10571         * object.h (Sized_relobj::set_output_local_symbol_count): New method.
10572
10573 2010-01-29  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
10574
10575         * arm.cc: Added support for the ARM relocations:
10576         R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
10577         R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
10578         (Arm_relocate_functions::movw_rel_nc): Renamed (was
10579         movw_prel_nc).
10580         (Arm_relocate_functions::movw_rel): New method.
10581         (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
10582         (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
10583         thm_movw_prel_nc).
10584         (Arm_relocate_functions::thm_movw_rel): New method.
10585         (Arm_relocate_functions::thm_movt_rel): Renamed (was
10586         thm_movt_prel).
10587         (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
10588         relocations.
10589         (Target_arm::Scan::global): Likewise.
10590         (Target_arm::Relocate::relocate): Likewise.
10591         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10592         Likewise.
10593
10594 2010-01-27  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
10595
10596         * arm.cc: Added support for ARM group relocations.
10597         (Target_arm::reloc_needs_sym_origin): New method.
10598         (Arm_relocate_functions::calc_grp_kn): New method.
10599         (Arm_relocate_functions::calc_grp_residual): New method.
10600         (Arm_relocate_functions::calc_grp_gn): New method.
10601         (Arm_relocate_functions::arm_grp_alu): New Method.
10602         (Arm_relocate_functions::arm_grp_ldr): New Method.
10603         (Arm_relocate_functions::arm_grp_ldrs): New Method.
10604         (Arm_relocate_functions::arm_grp_ldc): New Method.
10605         (Target_arm::Scan::local): Handle the ARM group relocations.
10606         (Target_arm::Scan::global): Likewise.
10607         (Target_arm::Relocate::relocate): Likewise.
10608         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10609         Likewise.
10610
10611 2010-01-26  Doug Kwan  <dougkwan@google.com>
10612
10613         * arm.cc (set): Include.
10614         (class Arm_exidx_fixup): Change type of last_input_section_ to const
10615         pointer type.
10616         (Arm_output_section::Text_section_list): New type.
10617         (Arm_output_section::append_text_sections_to_list): New method.
10618         (Arm_output_section::fix_exidx_coverage): Ditto.
10619         (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
10620         (Arm_relobj::convert_input_section_to_relaxed_section): Use
10621         Relobj::set_section_offset() instead of
10622         Sized_relobj::invalidate_section_offset().
10623         (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
10624         parameter for section headers. Ignore relocation sections for
10625         unallocated sections and EXIDX sections.
10626         (Target_arm::fix_exidx_coverage): New method.
10627         (Target_arm::output_section_address_less_than): New type.
10628         (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
10629         linked text section instead of the EXIDX section.
10630         (Arm_output_section::create_stub_group): Add an assertion to check
10631         that this is not an EXIDX output section.
10632         (Arm_output_section::append_text_sections_to_list): New method.
10633         (Arm_output_section::fix_exidx_coverage): Ditto.
10634         (Arm_relobj::scan_sections_for_stubs): Adjust call to
10635         Arm_relobj::section_needs_reloc_stub_scanning.
10636         (Target_arm::do_relax): Fix EXIDX output section coverage in the
10637         first pass.
10638         (Target_arm::fix_exidx_coverage): New method.
10639         * object.h (Relobj::set_output_section): New method.
10640         (Sized_relobj::invalidate_section_offset): Remove method.
10641         (Sized_relobj::do_invalidate_section_offset): Remove method.
10642         (Sized_relobj::do_set_section_offset): Handle offset value -1.
10643
10644 2010-01-25  Doug Kwan  <dougkwan@google.com>
10645
10646         * arm.cc (Arm_exidx_merged_section::do_output_offset):
10647         Fix warning due to signed and unsigned comparison on a 32-bit host.
10648
10649 2010-01-22  Doug Kwan  <dougkwan@google.com>
10650
10651         * arm.cc (Target_arm::do_relax): Record an output section for section
10652         offset adjustment it contains any stub table that has changed.
10653         * layout.cc (Layout::clean_up_after_relaxation): Adjust section
10654         offsets in an output section if necessary.
10655         * output.cc (Output_section::Output_section): Initialize
10656         section_offsets_need_adjustments_.
10657         (Output_section::add_input_section_for_script): Renamed to
10658         Output_section::add_simple_input_section.
10659         (Output_section::save_states): Add a comment.
10660         (Output_section::discard_states): New method defintion.
10661         (Output_section::adjust_section_offsets): Same.
10662         * output.h (Output_section::add_input_section_for_script): Renamed to
10663         Output_section::add_simple_input_section.
10664         (Output_section::discard_states): New method declaration.
10665         (Output_section::adjust_section_offsets): Same.
10666         (Output_section::section_offsets_need_adjustment,
10667         Output_section::set_section_offsets_need_adjustment): New method
10668         definitions.
10669         (Output_section::section_offsets_need_adjustment_): New data member.
10670         * script-sections.cc
10671         (Output_section_element_input::set_section_address): Adjust code for
10672         renaming of Output_section::add_input_section_for_script.
10673         (Orphan_output_section::set_section_address): Same.
10674
10675 2010-01-22  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
10676
10677         * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
10678         Fix_v4bx enum values .
10679         * gold/options.h (General_options): New option definitions.
10680         (General_options::fix_v4bx): New method.
10681         (General_options::Fix_v4bx): New enum.
10682         * gold/options.cc (General_options::parse_fix_v4bx): New method.
10683         (General_options::parse_fix_v4bx_interworking): New method.
10684
10685 2010-01-22  Doug Kwan  <dougkwan@google.com>
10686
10687         * arm.cc (Arm_exidx_fixup): New class.
10688
10689 2010-01-21  Doug Kwan  <dougkwan@google.com>
10690
10691         * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
10692         classes.
10693         (Arm_exidx_section_offset_map): New type.
10694
10695 2010-01-21  Doug Kwan  <dougkwan@google.com>
10696
10697         * arm.cc (Arm_exidx_input_section): New class.
10698         (Arm_relobj::exidx_input_section_by_link,
10699         Arm_relobj::exidx_input_section_by_shndx,
10700         Arm_relobj::make_exidx_input_section): New methods.
10701         (read_arm_attributes_section): Remove.
10702         (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
10703         information about them.
10704         (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
10705         to here.
10706
10707 2010-01-20  Doug Kwan  <dougkwan@google.com>
10708
10709         * arm.cc (Target_arm::Arm_input_section_map): Change key type from
10710         Input_section_specifier to Section_id.
10711         (Target_arm::new_arm_input_section: Adjust code for change of key
10712         type.
10713         (Target_arm::find_arm_input_section): Ditto.
10714         * gc.h (object.h): Include for Section_id nand Section_id_hash.
10715         (Section_id): Remove.
10716         (Garbage_collection::Section_id_hash): Remove.
10717         * icf.h (object.h): Include for Section_id nand Section_id_hash.
10718         (Section_id): Remove.
10719         (Icf::Section_id_hash): Remove.
10720         * object.h (Section_id, Const_section_id, Section_id_hash,
10721         Const_section_id_hash): New type definitions.
10722         * output.cc (Output_section::add_relaxed_input_section): Change to
10723         use Const_section_id instead of Input_section_specifier as key type.
10724         (Output_section::add_merge_input_section): Ditto.
10725         (Output_section::build_relaxation_map): Change to use Section_id
10726         instead of Input_section_specifier as key type.
10727         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
10728         Ditto.
10729         (Output_section::convert_input_sections_to_relaxed_sections): Change
10730         to use Const_section_id instead of Input_section_specifier as key type.
10731         (Output_section::find_merge_section): Ditto.
10732         (Output_section::find_relaxed_input_section): Ditto.
10733         * output.h (Input_section_specifier): Remove class.
10734         (Output_section::Output_section_data_by_input_section_map): Change
10735         key type to Const_section_id.
10736         (Output_section::Output_relaxed_input_section_by_input_section_map):
10737         Ditto.
10738         (Output_section::Relaxation_map): Change key type to Section_id.
10739
10740 2010-01-20  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
10741
10742         * gold/arm.cc: Added support for R_ARM_V4BX relocation
10743         (class Arm_v4bx_stub): New class.
10744         (DEF_STUBS): Updated definition to support v4_veneer_bx.
10745         (Stub_factory::make_arm_v4bx_stub): New method.
10746         (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
10747         (Stub_table::empty): Handle v4bx stubs.
10748         (Stub_table::add_arm_v4bx_stub): New method.
10749         (Stub_table::find_arm_v4bx_stub): New method.
10750         (Arm_relocate_functions::v4bx): New method.
10751         (Target_arm::fix_v4bx): New method.
10752         (Target_arm::Target_arm): Handle R_ARM_V4BX.
10753         (Stub_table::relocate_stubs): Likewise.
10754         (Stub_table::do_write): Likewise.
10755         (Stub_table::update_data_size_and_addralign): Likewise.
10756         (Stub_table::finalize_stubs):  Likewise.
10757         (Target_arm::Scan::local): Likewise.
10758         (Target_arm::Scan::global): Likewise.
10759         (Target_arm::do_finalize_sections): Likewise.
10760         (Target_arm::Relocate::relocate): Likewise.
10761         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10762         Likewise.
10763         (Target_arm::scan_reloc_for_stub): Likewise.
10764         (Target_arm::scan_reloc_section_for_stubs): Likewise.
10765
10766 2010-01-19  Ian Lance Taylor  <iant@google.com>
10767
10768         * output.cc (Output_section_headers::do_sized_write): Write large
10769         segment count to sh_info field.
10770         (Output_file_header::do_sized_write): For large segment count,
10771         write PN_XNUM to e_phnum field.
10772
10773 2010-01-15  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
10774
10775         * arm.cc (Arm_relocate_functions::thm_jump6): New function.
10776         (Arm_relocate_functions::thm_jump8): New function.
10777         (Arm_relocate_functions::thm_jump11): New function.
10778         (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
10779         R_ARM_THM_JUMP11.
10780         (Target_arm::Scan::global): Likewise.
10781         (Target_arm::Relocate::relocate): Likewise.
10782         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10783         Likewise.
10784
10785 2010-01-14  Doug Kwan  <dougkwan@google.com>
10786
10787         * arm.cc (map, utility): Include headers.
10788         (Target_arm::apply_cortex_a8_workaround): New method.
10789         (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
10790         (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
10791         (Target_arm::Scan::global): R_ARM_THM_JUMP19.
10792         (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
10793         the --[no-]fix-cortex-a8 command line options.
10794         (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
10795         (Target_arm::relocate_stub): Use addend in instruction template.
10796         * options.h (DEFINE_bool): Set the user-set flag.
10797         (General_options): Add --[no-]-fix-cortex options.
10798         * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
10799         : Update fast look-up map after conversion.
10800
10801 2010-01-14  Sriraman Tallam  <tmsriram@google.com>
10802
10803         * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
10804         in the first pass of do_layout.
10805
10806 2010-01-13  Doug Kwan  <dougkwan@google.com>
10807
10808         * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
10809         Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
10810         apparent compiler problem of not folding static constant integral
10811         data members of elfcpp::Elf_sizes<32>.
10812
10813 2010-01-13  Doug Kwan  <dougkwan@google.com>
10814
10815         * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
10816         Arm_relobj::section_needs_cortex_a8_stub_scanning,
10817         Arm_relobj::scan_section_for_cortex_a8_erratum,
10818         Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
10819         (Arm_relobj::scan_sections_for_stubs): Move code deciding what
10820         sections to scan for relocation stubs into a new method
10821         Arm_relobj::section_needs_reloc_stub_scanning.  Handle both
10822         relocation and Cortex-A8 stub scanning.
10823         (Target_arm::do_relax): Force stubs to be after stubbed sections
10824         if fixing the Cortex-A8 erratum.  Remove all Cortex-A8 stubs at
10825         the beginning of a new relaxation pass.  Update a comment.
10826         (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
10827
10828 2010-01-12  Ian Lance Taylor  <iant@google.com>
10829
10830         * target-reloc.h (visibility_error): New inline function.
10831         (relocate_section): Call visibility_error.
10832         * testsuite/Makefile.am (check_DATA): Add protected_3.err.
10833         (MOSTLYCLEANFILES): Likewise.
10834         (protected_4_pic.o, protected_3.err): New targets.
10835         * testsuite/protected_4.cc: New file.
10836
10837 2010-01-12  Doug Kwan  <dougkwan@google.com>
10838
10839         * arm.cc (Cortex_a8_reloc): New class.
10840         (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
10841         and cortex_a8_relocs_info_.
10842         (Target_arm::fix_cortex_a8): New method definition.
10843         (Target_arm::Cortex_a8_relocs_info): New type.
10844         (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
10845         New data member declarations.
10846         (Target_arm::scan_reloc_for_stub): Record information about
10847         relocations for THUMB branches that might be exempted from the
10848         Cortex-A8 workaround.
10849         (Target_arm::do_relax): Clear all Cortex-A8 relocation information
10850         at the beginning of a relaxation pass.
10851
10852 2010-01-12  Doug Kwan  <dougkwan@google.com>
10853
10854         * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
10855         (Arm_relobj::Mapping_symbol_position,
10856          Arm_reloj::Mapping_symbol_position_less,
10857          Arm_relobj::Mapping_symbols_info): New types.
10858         (Target_arm::is_mapping_symbol_name): New method definition.
10859         (Arm_relobj::do_count_local_symbols): Save information about mapping
10860         symbols.
10861
10862 2010-01-11  Doug Kwan  <dougkwan@google.com>
10863
10864         * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
10865         Arm_relocate_functions::thumb32_branch_upper,
10866         Arm_relocate_functions::thumb32_branch_lower,
10867         Arm_relocate_functions::thumb32_cond_branch_offset,
10868         Arm_relocate_functions::thumb32_cond_branch_upper,
10869         Arm_relocate_functions::thumb32_cond_branch_lower,
10870         Arm_relocate_functions::thm_jump19): New methods to handle THUMB
10871         branch offset encoding.
10872         (Arm_relocate_functions::thumb_branch_common): Use new branch
10873         offset encoding methods to avoid code duplication.
10874         (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
10875         (Stub_addend_reader::operator()): Use new branch encoding method
10876         to avoid code duplication.
10877
10878 2010-01-11  Doug Kwan  <dougkwan@google.com>
10879
10880         * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
10881         (Target_arm::do_finalize_sections): Define special EXIDX section
10882         symbols only if referenced.
10883         * gc.h (Garbage_collection::add_reference): New method.
10884         (gc_process_relocs): Use Garbage_collection::add_reference to avoid
10885         code duplication.
10886
10887 2010-01-11  Ian Lance Taylor  <iant@google.com>
10888
10889         * script.cc (Version_script_info::build_expression_list_lookup):
10890         Change complaing about duplicate wildcard match from error to
10891         warning.
10892
10893         * script.cc (class Lazy_demangler): Recreate--revert part of patch
10894         of 2009-12-30.
10895         (Version_script_info::Version_script_info): Initialize globs_,
10896         default_version_, default_is_global_, and exact_.  Don't
10897         initialize globals_ or locals_.
10898         (Version_script_info::build_lookup_tables): Build local symbols
10899         first.
10900         (Version_script_info::unquote): New function.
10901         (Version_script_info::add_exact_match): New function.
10902         (Version_script_info::build_expression_list_lookup): Remove lookup
10903         parameter.  Add is_global parameter.  Change all callers.  Handle
10904         wildcard pattern specially.  Unquote pattern.  Call
10905         add_exact_match.
10906         (Version_script_info::get_name_to_match): New function.
10907         (Version_script_info::get_symbol_version): New function.
10908         (Version_script_info::get_symbol_version_helper): Remove.
10909         (Version_script_info::check_unmatched_names): Call unquote.
10910         * script.h (class Version_script_info): Change get_symbol_version
10911         to be non-inline and add is_global parameter; change all callers.
10912         Rewrite symbol_is_local.  Update declarations.  Define struct
10913         Version_tree_match, Exact, Globs.  Don't define struct Lookup.
10914         Remove globals_ and locals_ members.  Add exact_, globs_,
10915         default_version_, is_global_.
10916         (Version_script_info::Glob): Remove pattern, add expression and
10917         is_global.  Update constructor.  Change all callers.
10918         * dynobj.cc (Versions::finalize): Mark the version symbol as the
10919         default version.
10920         (Versions::symbol_section_contents): If a symbol is undefined, or
10921         defined in a dynamic object, set the version index to
10922         VER_NDX_LOCAL.
10923         * symtab.cc (Symbol_table::add_from_relobj): Don't call
10924         symbol_is_local.
10925         (Symbol_table::add_from_pluginobj): Likewise.
10926         * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
10927
10928 2010-01-11  Doug Kwan  <dougkwan@google.com>
10929
10930         * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
10931         (incremental_dump_LDADD): Add linking option for libintl.
10932         * Makefile.in: Regenerate.
10933
10934 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
10935
10936         PR gold/11144
10937         * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
10938         instead of -Ds.
10939         * testsuite/Makefile.in: Regenerated.
10940
10941 2010-01-10  Doug Kwan  <dougkwan@google.com>
10942
10943         * options.h (DEFINE_var): Use parentheses around argument varname__
10944         in macro body to avoid any unintended subsequent substitutions.
10945
10946 2010-01-10  Ian Lance Taylor  <iant@google.com>
10947
10948         * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
10949         candidates before doing symbol resolution.
10950
10951         * resolve.cc (Symbol_table::resolve): Add symbols to the list of
10952         ODR candidates if only one is weak.
10953
10954 2010-01-08  Ian Lance Taylor  <iant@google.com>
10955
10956         * script.cc (Version_script_info::build_expression_list_lookup):
10957         Don't warn about ambiguous version, just record the ambiguity.
10958         (Version_script_info::get_symbol_version_helper): Give error if
10959         version is ambiguous.
10960
10961 2010-01-08  Doug Kwan  <dougkwan@google.com>
10962
10963         * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
10964         prev_data_size_ and prev_addralign_.  Remove initializer for
10965         deleted data member has_been_changed_.
10966         (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
10967         to determine if the table is empty.
10968         (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
10969         Remove.
10970         (Stub_table::add_reloc_stub): Define method in class definition
10971         instead of just declaring it there.
10972         (Stub_table::add_cortex_a8_stub): New method definition.
10973         (Stub_table::update_data_size_and_addralign): Ditto.
10974         (Stub_table::finalize_stubs): Ditto.
10975         (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
10976         (Stub_table::do_addralign_): Return address alignment in the
10977         (Stub_table::do_reset_address_and_file_offset): Define method in
10978         class definition instead of declaring it there.  Set current data
10979         size to be the data size of the previous pass.
10980         (Stub_table::set_final_data_size): Use current data size as the
10981         final data size.
10982         (Stub_table::relocate_stub): Change parameter type of stub from
10983         Reloc_stub pointer to Stub pointer.
10984         (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
10985         (Stub_table::Cortex_a8_stub_list): New typedef.
10986         (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
10987          Stub_table::prev_addralign_): New data member.
10988         (Arm_relobj::Arm_relobj): Initialize data member
10989         section_has_cortex_a8_workaround_.
10990         (Arm_relobj::section_has_cortex_a8_workaround,
10991          Arm_relobj::mark_section_for_cortex_a8_workaround): New method
10992          definitions.
10993         (Arm_relobj::section_has_cortex_a8_workaround_): New data member
10994         declarations.
10995         (Target_arm::relocate_stub): Change parameter type of stub from
10996         Reloc_stub pointer to Stub pointer.
10997         (Insn_template::size, Insn_template::alignment): Handle
10998         THUMB16_SPECIAL_TYPE.
10999         (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
11000          Stub_table::update_data_size_and_addralign,
11001          Stub_table::apply_cortex_a8_workaround_to_address_range): New method
11002         definitions.
11003         (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
11004         (Stub_table::do_write): Ditto.
11005         (Target_arm::do_relax): Adjust code for changes in Stub_table.
11006
11007 2010-01-08  Ian Lance Taylor  <iant@google.com>
11008
11009         PR 11108
11010         * symtab.h (class Symbol): Remove fields is_target_special_ and
11011         has_plt_offset_.  Add field is_defined_in_discarded_section_.
11012         (Symbol::is_defined_in_discarded_section): New function.
11013         (Symbol::set_is_defined_in_discarded_section): New function.
11014         (Symbol::has_plt_offset): Rewrite.
11015         (Symbol::set_plt_offset): Verify that new offset is not -1U.
11016         * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
11017         Don't initialize is_target_special_ or has_plt_offset_.
11018         Initialize is_defined_in_discarded_section_.
11019         (Symbol_table::add_from_relobj): If appropriate, set
11020         is_defined_in_discarded_section.
11021         * resolve.cc (Symbol::override_base_with_special): Don't test
11022         is_target_special_.  Change has_plt_offset_ to has_plt_offset().
11023         * target-reloc.h (relocate_section): Do special handling for
11024         symbols defined in discarded sections for global symbols as well
11025         as local symbols.
11026
11027 2010-01-08  Ian Lance Taylor  <iant@google.com>
11028
11029         * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
11030         the SHT_SYMTAB case.
11031
11032 2010-01-08  Ian Lance Taylor  <iant@google.com>
11033
11034         * object.cc (Sized_relobj::do_layout): Don't get confused if
11035         layout_eh_frame returns NULL.
11036
11037 2010-01-08  Ian Lance Taylor  <iant@google.com>
11038
11039         PR 11084
11040         * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
11041         dynamic symbol table, use the normal symbol table.
11042         (Sized_dynobj::do_read_symbols): Remove assertion about type of
11043         symbol table.
11044
11045 2010-01-08  Ian Lance Taylor  <iant@google.com>
11046
11047         PR 11072
11048         * layout.cc (Layout::include_section): Remove .gnu_debuglink
11049         sections.
11050
11051 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
11052
11053         * version.cc (print_version): Change to "Copyright 2010".
11054
11055 2010-01-08  Ian Lance Taylor  <iant@google.com>
11056
11057         PR 10287
11058         PR 11063
11059         * i386.cc (class Target_i386): Change return type of plt_section
11060         to be non-const.
11061         (class Output_data_plt_i386): Add tls_desc_rel_ field.
11062         (Output_data_plt_i386::Output_data_plt_i386): Initialize
11063         tls_desc_rel_ field.
11064         (Output_data_plt_i386::rel_tls_desc): New function.
11065         (Target_i386::rel_tls_desc_section): New function.
11066         (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
11067         (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
11068         R_386_TLS_DESC reloc in rel_tls_desc_section.
11069         * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
11070         Define struct Tlsdesc_info.
11071         (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
11072         (Target_x86_64::do_reloc_symbol_index): New function.
11073         (Target_x86_64::add_tlsdesc_info): New function.
11074         (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
11075         (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
11076         tlsdesc_rel_ field.
11077         (Output_data_plt_x86_64::rela_plt): Rename from rel_plt.  Change
11078         all callers.
11079         (Output_data_plt_x86_64::rela_tlsdesc): New function.
11080         (Target_x86_64::rela_tlsdesc_section): New function.
11081         (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
11082         handling.
11083         (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
11084         (Target_x86_64::do_reloc_addend): New function.
11085         R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
11086         * output.h (class Output_reloc) [SHT_REL]: Add new constructor
11087         declarations.  Define TARGET_CODE.  Add arg field to u1_ union.
11088         (Output_reloc::type): New function.
11089         (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
11090         (Output_reloc::is_target_specific): New function.
11091         (Output_reloc::target_arg): New function.
11092         (class Output_reloc) [SHT_RELA]: Add four new constructors for
11093         absolute relocs and target specific relocs.
11094         (class Output_data_reloc) [SHT_REL]: Add add_absolute and
11095         add_target_specific.
11096         (class Output_data_reloc) [SHT_RELA]: Likewise.
11097         * output.cc (Output_reloc::Output_reloc): Add four new versions
11098         for absolute relocs and target specific relocs.
11099         (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
11100         (Output_reloc::get_symbol_index): Likewise.
11101         (Output_reloc::local_section_offset): Check that local_sym_index_
11102         is not TARGET_CODE or 0.
11103         (Output_reloc::symbol_value): Likewise.
11104         (Output_reloc::write) [SHT_RELA]: Call target for target specific
11105         reloc.
11106         * target.h (class Target): Add reloc_symbol_index and reloc_addend
11107         functions.  Add do_reloc_symbol_index and do_reloc_addend virtual
11108         functions.
11109         * layout.cc (add_target_dynamic_tags): Use output section for
11110         DT_PLTRELSZ and DT_JMPREL.
11111
11112 2010-01-07  Ian Lance Taylor  <iant@google.com>
11113
11114         PR 11061
11115         * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
11116         function.
11117         (class Output_data_reloc_generic): Define.
11118         (class Output_data_reloc_base): Change base class to
11119         Output_data_reloc_generic.  Change add() method to call
11120         bump_relative_reloc_count for a relative reloc.  Remove
11121         sort_relocs_ field.
11122         * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
11123         to sort_relocs().
11124         * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
11125         Output_data_reloc_generic*.  Add DT_RELCOUNT/DT_RELACOUNT tag if
11126         appropriate.
11127         * layout.h (class Layout): Update declaration.
11128
11129 2010-01-07  Ian Lance Taylor  <iant@google.com>
11130
11131         * output.h (class Output_data): Add const version of
11132         output_section and do_output_section.
11133         (class Output_section_data): Add const version of
11134         do_output_section.
11135         (class Output_section): Likewise.
11136         * layout.cc (Layout::add_target_dynamic_tags): New function.
11137         * layout.h (class Layout): Update declarations.
11138         * arm.cc (Target_arm::do_finalize_sections): Use
11139         add_target_dynamic_tags.
11140         * i386.cc (Target_i386::do_finalize_sections): Likewise.
11141         * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
11142         * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
11143         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
11144
11145 2010-01-07  Ian Lance Taylor  <iant@google.com>
11146
11147         PR 11042
11148         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
11149         object as needed.
11150
11151 2010-01-07  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
11152             Ian Lance Taylor  <iant@google.com>
11153
11154         PR 11019
11155         * object.cc: Instantiate Xindex::initialize_symtab_xindex and
11156         Xindex::read_symtab_xindex.
11157
11158 2010-01-07  Doug Kwan  <dougkwan@google.com>
11159
11160         * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
11161         (Insn_template::thumb16_bcond_insn): New method declaration.
11162         (Insn_template): Fix spelling.
11163         (Stub::thumb16_special): New method declaration.
11164         (Stub::do_write): Define virtual method which was previously pure
11165         virtual.
11166         (Stub::do_thumb16_special): New method declaration.
11167         (Stub::do_fixed_endian_write): New template member.
11168         (Reloc_stub::do_write): Remove.
11169         (Reloc_stub::do_fixed_endian_write): Remove.
11170         (Cortex_a8_stub): New class definition.
11171         (Stub_factory::make_cortex_a8_stub): New method definition.
11172         (Stub_factory::Stub_factory): Add missing static storage class
11173         qualifier for elf32_arm_stub_a8_veneer_blx.
11174
11175 2010-01-07  Ian Lance Taylor  <iant@google.com>
11176
11177         PR 10980
11178         * options.h (class General_options): Add --warn-unresolved-symbols
11179         and --error-unresolved-symbols.
11180         * errors.cc (Errors::undefined_symbol): Implement
11181         --warn-unresolved-symbols.
11182
11183         * options.h (class General_options): Add -z text and -z textoff.
11184         * layout.cc (Layout::finish_dynamic_section): Implement -z text.
11185
11186 2010-01-06  Sriraman Tallam  <tmsriram@google.com>
11187
11188         * gc.h (Garbage_collection::Cident_section_map): New typedef.
11189         (Garbage_collection::cident_sections): New function.
11190         (Garbage_collection::add_cident_section): New function.
11191         (Garbage_collection::cident_sections_): New member.
11192         (gc_process_relocs): Add references to sections whose names are C
11193         identifiers.
11194         * gold.h (cident_section_start_prefix): New constant.
11195         (cident_section_stop_prefix): New constant.
11196         (is_cident): New function.
11197         * layout.cc (Layout::define_section_symbols): Replace string constants
11198         with the newly defined constants.
11199         * object.cc (Sized_relobj::do_layout): Track sections whose names are
11200         C identifiers.
11201         * testsuite/Makefile.am: Add gc_orphan_section_test.
11202         * testsuite/Makefile.in: Regenerate.
11203         * testsuite/gc_orphan_section_test.cc: New file.
11204         * testsuite/gc_orphan_section_test.sh: New file.
11205
11206 2010-01-06  Ian Lance Taylor  <iant@google.com>
11207
11208         PR 10980
11209         * options.h (class General_options): Add --warn-shared-textrel.
11210         * layout.cc (Layout::finish_dynamic_section): Implement
11211         --warn-shared-textrel.
11212
11213         PR 10980
11214         * options.h (class General_options): Add --warn-multiple-gp.
11215
11216 2010-01-06  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
11217
11218         * Makefile.am (incremental_dump_DEPENDENCIES): Remove
11219         $(THREADSLIB) and $(LIBDL).
11220         * Makefile.in: Rebuild.
11221
11222 2010-01-06  Ian Lance Taylor  <iant@google.com>
11223
11224         PR 10980
11225         * options.cc (General_options::parse_section_start): New function.
11226         (General_options::section_start): New function.
11227         (General_options::General_options): Initialize all members.
11228         * options.h: Include <map>
11229         (class General_options): Add --section-start.  Add section_starts_
11230         member.
11231         * layout.cc (Layout::attach_allocated_section_to_segment): If
11232         --section-start was used, set the address of the segment.  Remove
11233         local sort_sections.
11234         (Layout::relaxation_loop_body): If the address of the load segment
11235         has been set by --section-start, don't use it.
11236         * output.h (Output_segment::update_flags_for_output_section): New
11237         function.
11238         * output.cc (Output_segment::add_output_section): Call
11239         update_flags_for_output_section.
11240
11241 2010-01-05  Ian Lance Taylor  <iant@google.com>
11242
11243         PR 10980
11244         * options.h (class General_options): Add --undefined-version.
11245         * script.cc (struct Version_expression): Add was_matched_by_symbol
11246         field.
11247         (Version_script_info::matched_symbol): New function.
11248         (Version_script_info::get_symbol_version_helper): Call
11249         matched_symbol.
11250         (Version_script_info::check_unmatched_names): New function.
11251         * script.h (class Version_script_info): Update declarations.
11252         * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
11253
11254         * options.h (class General_options): Use DEFINE_bool_alias for
11255         allow_multiple_definition.
11256         * resolve.cc (Symbol_table::should_override): Don't test
11257         allow_multiple_definition.
11258
11259         PR 10980
11260         * options.h (class General_options): Add --cref.
11261         * main.cc (main): Print cref table if --cref.  Don't close mapfile
11262         until after printing cref table.
11263         * cref.cc: Include "symtab.h".
11264         (class Cref_inputs): Define Cref_table_compare and Cref_table.
11265         (Cref_table_compare::operator()): New function.
11266         (Cref_inputs::gather_cref): New function.
11267         (filecol): New static const.
11268         (Cref_inputs::print_cref): New function.
11269         (Cref::print_cref): New function.
11270         * cref.h: Include <cstdio>.
11271         (class Cref): Update declarations.
11272         * mapfile.h (Mapfile::file): New function.
11273         * object.h (class Object): Define Symbols.  Declare virtual
11274         do_get_global_symbols.
11275         (Object::get_global_symbols): New function.
11276         * object.cc (Input_objects::add_object): Pass object to cref_ if
11277         --cref.
11278         (Input_objects::archive_start): Likewise.
11279         (Input_objects::archive_stop): Likewise.
11280         (Input_objects::print_cref): New function.
11281         * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
11282         * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
11283         --cref.
11284         * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
11285         function.
11286         * plugin.h (class Sized_pluginobj): Update declarations.
11287
11288 2010-01-05  Ian Lance Taylor  <iant@google.com>
11289
11290         * symtab.cc (Symbol_table::add_from_object): Rename def parameter
11291         to is_default_version.  Rename insdef to insdefault.
11292         (Symbol_table::add_from_relobj): Rename def to is_default_version
11293         and local to is_forced_local.
11294         (Symbol_table::add_from_pluginobj): Likewise.
11295         (Symbol_table::add_from_dynobj): Likewise.
11296         (Symbol_table::define_special_symbol): Rename insdef to
11297         insdefault.
11298
11299 2010-01-04  Ian Lance Taylor  <iant@google.com>
11300
11301         PR 10980
11302         * options.h (class General_options): Add
11303         --allow-multiple-definition and -z muldefs.
11304         * resolve.cc (Symbol_table::should_override): Don't warn about a
11305         multiple symbol definition if --allow-multiple-definition or -z
11306         muldefs.
11307
11308         PR 10980
11309         * options.h (class General_options): Add --add-needed and
11310         --copy-dt-needed-entries.  Tweak --as-needed help entry.
11311         * object.cc (Input_objects::check_dynamic_dependencies): Give an
11312         error if --copy-dt-needed-entries aka --add-needed is used and
11313         would cause a change in behaviour.
11314
11315         PR 10980
11316         * options.h (class General_options): Add -G as a short version of
11317         --shared.  Add no-op options -assert, -g, and -i.
11318
11319 2010-01-04  Sriraman Tallam  <tmsriram@google.com>
11320
11321         * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
11322         check for .text or .gnu.linkonce.t sections.
11323         * icf.cc (Icf::find_identical_sections): Ditto.
11324         Change the detection for mangled function name within the section
11325         name.
11326         * icf.h (is_section_foldable_candidate): New function.
11327
11328 2009-12-30  Ian Lance Taylor  <iant@google.com>
11329
11330         PR 10980
11331         * options.h (class General_options): Permit two dashes with
11332         --retain-symbols-file.
11333
11334 2009-12-30  Ian Lance Taylor  <iant@google.com>
11335
11336         PR 10979
11337         * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
11338         don't put the file header and segment headers in the text
11339         segment.
11340
11341         PR 10979
11342         * common.cc (Sort_commons::operator()): Stabilize sort when both
11343         entries are NULL.
11344         (Symbol_table::do_allocate_commons_list): When allocating common
11345         symbols, skip a symbol which is no longer common.
11346         * symtab.h (Symbol::is_common): Test whether the symbol comes from
11347         an object before checking its type.
11348         * testsuite/common_test_2.c: New file.
11349         * testsuite/common_test_3.c: New file.
11350         * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
11351         (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
11352         (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
11353         (common_test_2_pic.o, common_test_2.so): New targets.
11354         (common_test_3_pic.o, common_test_3.so): New targets.
11355         * testsuite/Makefile.in: Rebuild.
11356
11357         PR 10979
11358         * script.cc (read_input_script): If we see a new SECTIONS clause,
11359         and we have added an input section, give an error.
11360         * layout.h (class Layout): Add have_added_input_section function.
11361         Add have_added_input_section_ field.
11362         * layout.cc (Layout::Layout): Initialize
11363         have_added_input_section_.
11364         (Layout::layout): Set have_added_input_section_.
11365         (Layout::layout_eh_frame): Likewise.
11366
11367 2009-12-30  Ian Lance Taylor  <iant@google.com>
11368
11369         PR 10931
11370         * options.h (class General_options): Add --sort-common option.
11371         * symtab.h (class Symbol_table): Define Sort_commons_order enum.
11372         * common.cc (Sort_common): Add sort_order parameter to
11373         constructor.  Add sort_order_ field.
11374         (Sort_commons::operator): Check sort_order_.
11375         (Symbol_table::allocate_commons): Determine the sort order.
11376         (Symbol_table::do_allocate_commons): Add sort_order parameter.
11377         Change all callers.
11378         (Symbol_table::do_allocate_commons_list): Likewise.
11379
11380 2009-12-30  Ian Lance Taylor  <iant@google.com>
11381
11382         PR 10916
11383         * symtab.cc (Symbol_table::add_from_relobj): When not exporting
11384         symbols from this object, don't change the visibility of an
11385         undefined symbol.
11386         * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
11387
11388 2009-12-30  Ian Lance Taylor  <iant@google.com>
11389
11390         PR 10861
11391         * script.h (class Version_script_info): Define Language enum.
11392         Update declarations.  Define Glob, Exact, and Lookup types.  Add
11393         new fields globals_, locals_, and is_finalized_.
11394         * script.cc: Various formatting fixes.
11395         (class Parser_closure): Change language_stack_ from a vector of
11396         std::string to one of Version_script_info::Language.  Adjust all
11397         uses accordingly.
11398         (class Lazy_demangler): Remove.
11399         (struct Version_expression): Change language from std::string to
11400         Version_script_info::Language.
11401         (Version_script_info::Version_script_info): New function.
11402         (Version_script_info::~Version_script_info): Don't call clear.
11403         (Version_script_info::finalize): New function.
11404         (Version_script_info::build_lookup_tables): New function.
11405         (Version_script_info::build_expression_list_lookup): New
11406         function.
11407         (Version_script_info::get_symbol_version_helper): Rewrite to use
11408         lookup tables.
11409         (Version_script_info::print_expression_list): Adjust to use
11410         Version_script_info::Language.
11411         (script_push_lex_into_version_mode): Check that the version script
11412         has not been finalized.
11413         (version_script_push_lang): Change language string to
11414         Version_script_info::Language.
11415         * options.cc (Command_line::version_script): New function.
11416         * options.h (class General_options): Add finalize_dynamic_list
11417         function.  Change version_script from declaration to definition.
11418         * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
11419         * testsuite/version_script.map: Remove duplicate def of foo.
11420         * testsuite/Makefile.am (ver_matching_def.so): Depend upon
11421         version_script.map.
11422         * testsuite/Makefile.in: Rebuild.
11423
11424 2009-12-30  Ian Lance Taylor  <iant@google.com>
11425
11426         PR 10843
11427         * target-reloc.h (relocate_for_relocatable): When copying a reloc,
11428         if the input symbol index is 0, make the output symbol index 0.
11429
11430 2009-12-30  Ian Lance Taylor  <iant@google.com>
11431
11432         PR 10670
11433         * options.h (class General_options): Add -x/--discard-all.
11434         * object.cc (Sized_relobj::do_count_local_symbols): Handle
11435         --discard-all.  If the local symbol needs a dynamic entry, check
11436         that before handling --discard-locals.
11437
11438 2009-12-30  Ian Lance Taylor  <iant@google.com>
11439
11440         PR 10450
11441         * output.cc (Output_segment::Output_segment): If PT_TLS, set the
11442         flags to PF_R.
11443         (Output_segment::add_output_section): Don't change the flags if
11444         the type is PT_TLS.
11445
11446         PR 10450
11447         * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
11448         GNU hash table if they need a dynamic value.  Otherwise, don't add
11449         them if they are defined in a dynamic object or are forced local.
11450
11451 2009-12-29  Ian Lance Taylor  <iant@google.com>
11452
11453         PR 10450
11454         * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
11455         .gnu.hash table for a 32-bit target.
11456
11457         PR 10450
11458         * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
11459         regular and a dynamic object only needs a dynamic symbol table
11460         entry if it is externally visible.
11461
11462         PR 10450
11463         * i386.cc (class Target_i386): Initialize global_offset_table_ in
11464         constructor.  Add global_offset_table_ field.
11465         (Target_i386::got_section): Set global_offset_table_.
11466         (Target_i386::do_finalize_sections): Set global_offset_table_
11467         size.
11468         * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
11469         in constructor.  Add global_offset_table_ field.
11470         (Target_x86_64::got_section): Set global_offset_table_.
11471         (Target_x86_64::do_finalize_sections): Set global_offset_table_
11472         size.
11473
11474         * layout.cc (Layout::Layout): Initialize increase_relro_.
11475         (Layout::get_output_section): Add is_relro, is_last_relro, and
11476         is_first_non_relro parameters.  Change all callers.
11477         (Layout::choose_output_section): Likewise.
11478         (Layout::add_output_section_data): Likewise.
11479         (Layout::make_output_section): Likewise.
11480         (Layout::set_segment_offsets): Clear increase_relro when using a
11481         linker script.
11482         * layout.h (class Layout): Add increase_relro method.  Add
11483         increase_relro_ field.  Update declarations.
11484         * output.cc (Output_section::Output_section): Initialize
11485         is_last_relro_ and is_first_non_relro_.
11486         (Output_segment::add_output_section): Group relro sections is
11487         do_sort is true.  Handle is_last_relro and is_first_non_relro.
11488         (Output_segment::maximum_alignment): Remove relro handling.
11489         (Output_segment::set_section_addresses): Add increase_relro
11490         parameter.  Change all callers.  Add initial alignment to align
11491         relro sections on separate page.  Remove old relro handling.
11492         (Output_segment::set_section_list_addresses): Remove in_relro
11493         parameter.  Change all callers.
11494         (Output_segment::set_offset): Add increase parameter.  Change all
11495         callers.  Remove old relro handling.
11496         * output.h (class Output_section): Add new methods: is_last_relro,
11497         set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
11498         Add is_last_relro_ and is_first_non_relro_ fields.
11499         * i386.cc (Target_i386::got_section): Don't call set_is_relro.
11500         Create separate .got.plt section.  Call increase_relro.
11501         * x86_64.cc (Target_x86_64::got_section): Likewise.
11502         * testsuite/relro_script_test.t: Add .got.plt.
11503
11504         PR 10450
11505         * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
11506         (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
11507         (Layout::finalize): Call set_dynamic_symbol_size.
11508         (Layout::set_dynamic_symbol_size): New function.
11509         * layout.h (class Layout): Add dynamic_symbol_ field.  Declare
11510         set_dynamic_symbol_size.
11511
11512         PR 10450
11513         * output.h (class Output_section): Add is_entsize_zero_ field.
11514         * output.cc (Output_section::Output_section): Initialize
11515         is_entsize_zero_.
11516         (Output_section::set_entsize): If two different entsizes are
11517         requested, force it to zero.
11518         (Output_section::add_input_section): Set flags for .debug_str
11519         before updating section flags.  Set entsize.
11520         (Output_section::update_flags_for_input_section): Set SHF_MERGE
11521         and SHF_STRING if all input sections have those flags.
11522
11523 2009-12-29   Rafael Espindola  <espindola@google.com>
11524
11525         * main.cc (main): Fix the sys time reporting.
11526         * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
11527         reporting.
11528
11529 2009-12-29  Sriraman Tallam  <tmsriram@google.com>
11530
11531         * options.cc (General_options::parse_version): Allow -v to exit
11532         without an error if there is nothing to link.
11533
11534 2009-12-29  Ian Lance Taylor  <iant@google.com>
11535
11536         * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
11537         using a version of gcc before 4.1.
11538         * configure: Rebuild.
11539
11540 2009-12-28  Chris Demetriou  <cgd@google.com>
11541
11542         * attributes.cc (Output_attributes_section_data::do_write): Use
11543         std::vector::front rather than std::vector::data.
11544
11545 2009-12-28  Ian Lance Taylor  <iant@google.com>
11546
11547         * symtab.h (class Symbol_table): Add enum Defined.
11548         * resolve.cc (Symbol_table::should_override): Add defined
11549         parameter.  Change all callers.  Test whether object is NULL
11550         before calling a method on it.
11551         (Symbol_table::report_resolve_problem): Add defined parameter.
11552         Change all callers.
11553         (Symbol_table::should_override_with_special): Likewise.
11554         * symtab.cc (Symbol_table::define_in_output_data): Add defined
11555         parameter.  Change all callers.
11556         (Symbol_table::do_define_in_output_data): Likewise.
11557         (Symbol_table::define_in_output_segment): Likewise.
11558         (Symbol_table::do_define_in_output_segment): Likewise.
11559         (Symbol_table::define_as_constant): Likewise.
11560         (Symbol_table::do_define_as_constant): Likewise.
11561         * script.h (class Symbol_assignment): Add is_defsym parameter to
11562         constructor; change all callers.
11563         * script.cc (Script_options::add_symbol_assignment): Add is_defsym
11564         parameter.  Change all callers.  Add is_defsym_ field.
11565         (class Parser_closure): Add parsing_defsym parameter to
11566         constructor; change all callers.  Add parsing_defsym accessor
11567         function.  Add parsing_defsym_ field.
11568
11569 2009-12-28  Ian Lance Taylor  <iant@google.com>
11570
11571         * gold.cc (queue_middle_tasks): Fix formatting.
11572         * object.cc (Relobj::is_section_name_included): Likewise.
11573
11574 2009-12-23  Ian Lance Taylor  <iant@google.com>
11575
11576         * i386.cc (Target_i386::do_calls_non_split): Recognize
11577         -fsplit-stack prologue for a function with a static chain.
11578         * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
11579         -fsplit-stack prologue when using %r11.
11580
11581 2009-12-21  Sriraman Tallam  <tmsriram@google.com>
11582
11583         * options.cc (General_options::parse_version): Make -v continue and do
11584         the link like GNU ld does.
11585
11586 2009-12-17  Rafael Avila de Espindola  <espindola@google.com>
11587
11588         * Makefile.am (CCFILES): Add timer.cc.
11589         (HFILES): Add timer.h.
11590         * configure.ac: Check for sysconf and times.
11591         * main.cc: include timer.h.
11592         (main): Use Timer instead of get_run_time.
11593         * timer.cc: New.
11594         * timer.h: New.
11595         * workqueue.cc: include timer.h.
11596         (Workqueue::find_and_run_task):
11597         Report user, sys and wall time.
11598         * Makefile.in: Regenerate.
11599         * config.in: Regenerate.
11600         * configure: Regenerate.
11601
11602 2009-12-16  Doug Kwan  <dougkwan@google.com>
11603
11604         * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
11605         sections.
11606         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
11607         relaxed input sections.
11608         * output.cc (Output_section::find_relaxed_input_section): Change
11609         return type to Output_relaxed_input_section pointer.  Adjust code
11610         for new type of relaxed_input_section_map_.
11611         * output.h (Output_section::find_relaxed_input_section): Change
11612         return type to Output_relaxed_input_section pointer.
11613         (Output_section::Output_relaxed_input_section_by_input_section_map):
11614         New type.
11615         (Output_section::relaxed_input_section_map_): Change type to
11616         Output_section::Output_relaxed_input_section_by_input_section_map.
11617         * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
11618         input section.
11619
11620 2009-12-15  Ian Lance Taylor  <iant@google.com>
11621
11622         * layout.cc (Layout::create_shstrtab): Only write out after input
11623         sections if we are compressing debug sections.
11624
11625 2009-12-15  Ian Lance Taylor  <iant@google.com>
11626
11627         * archive.cc (Archive::add_symbols): Only look up a symbol without
11628         a version if there is, in fact, a version.
11629
11630 2009-12-14  Ian Lance Taylor  <iant@google.com>
11631
11632         Revert -Wshadow changes, all changes from:
11633         2009-12-11  Doug Kwan  <dougkwan@google.com>
11634         2009-12-11  Nick Clifton  <nickc@redhat.com>
11635         * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
11636
11637 2009-12-11  Doug Kwan  <dougkwan@google.com>
11638
11639         * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
11640         due to -Wshadow.
11641         * attributes.cc (Object_attribute::size): Ditto.
11642         (Attributes_section_data::size): Ditto.
11643         (Attributes_section_data::Attributes_section_data): Ditto.
11644         (Output_attributes_section_data::do_write): Ditto.
11645         * attributes.h (Object_attribute::set_type): Ditto.
11646         * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
11647
11648 2009-12-11  Nick Clifton  <nickc@redhat.com>
11649
11650         * archive.cc: Fix shadowed variable warnings.
11651         * arm.cc: Likewise.
11652         * compressed_output.cc: Likewise.
11653         * compressed_output.h: Likewise.
11654         * configure: Likewise.
11655         * dwarf_reader.cc: Likewise.
11656         * dynobj.cc: Likewise.
11657         * dynobj.h: Likewise.
11658         * ehframe.cc: Likewise.
11659         * ehframe.h: Likewise.
11660         * errors.cc: Likewise.
11661         * expression.cc: Likewise.
11662         * fileread.cc: Likewise.
11663         * fileread.h: Likewise.
11664         * freebsd.h: Likewise.
11665         * i386.cc: Likewise.
11666         * icf.cc: Likewise.
11667         * incremental.h: Likewise.
11668         * layout.cc: Likewise.
11669         * layout.h: Likewise.
11670         * mapfile.cc: Likewise.
11671         * merge.cc: Likewise.
11672         * merge.h: Likewise.
11673         * object.cc: Likewise.
11674         * object.h: Likewise.
11675         * options.h: Likewise.
11676         * output.cc: Likewise.
11677         * output.h: Likewise.
11678         * parameters.cc: Likewise.
11679         * plugin.cc: Likewise.
11680         * powerpc.cc: Likewise.
11681         * reduced_debug_output.cc: Likewise.
11682         * reduced_debug_output.h: Likewise.
11683         * reloc.cc: Likewise.
11684         * reloc.h: Likewise.
11685         * resolve.cc: Likewise.
11686         * script-sections.cc: Likewise.
11687         * script.cc: Likewise.
11688         * script.h: Likewise.
11689         * sparc.cc: Likewise.
11690         * symtab.cc: Likewise.
11691         * symtab.h: Likewise.
11692         * target-select.cc: Likewise.
11693         * target-select.h: Likewise.
11694         * token.h: Likewise.
11695         * workqueue.cc: Likewise.
11696         * workqueue.h: Likewise.
11697         * x86_64.cc: Likewise.
11698
11699 2009-12-10  Doug Kwan  <dougkwan@google.com>
11700
11701         * arm.cc (attributes.h): New include.
11702         (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
11703         (Arm_relobj::~Arm_relobj): Delete object pointed by
11704         attributes_section_data_.
11705         (Arm_relobj::attributes_section_data): New method definition.
11706         (Arm_relobj::attributes_section_data_): New data member declaration.
11707         (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
11708         (Arm_dynobj::~Arm_dynobj): Delete object pointed by
11709         attributes_section_data_.
11710         (Arm_dynobj::attributes_section_data): New method definition.
11711         (Arm_dynobj::attributes_section_data_): New data member declaration.
11712         (Target_arm::Target_arm): Initialize attributes_section_data_.  Change
11713         initialization value of may_use_blx_ to false.
11714         (Target_arm::using_thumb2, Target_arm::using_thumb_only,
11715         Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
11716         object attributes to compute results instead of hard-coding.
11717         (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
11718         Target_arm::get_secondary_compatible_arch,
11719         Target_arm::set_secondary_compatible_arch
11720         Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
11721         Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
11722         New method declarations.
11723         (Target_arm::get_aeabi_object_attribute): New method definition.
11724         (Target_arm::attributes_section_data_): New data member declaration.
11725         (read_arm_attributes_section): New template definition.
11726         (Arm_relobj::do_read_symbols): Read attributes section if it exists.
11727         (Arm_dynobj::do_read_symbols): Ditto.
11728         (Target_arm::do_finalize_sections): Merge attributes sections from
11729         input.  Check for BLX use after attributes section merging.
11730         Fix __exidx_start and __exidx_end visibility.  Create an
11731         .ARM.attributes section if necessary.
11732         (Target_arm::get_secondary_compatible_arch,
11733         Target_arm::set_secondary_compatible_arch,
11734         Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
11735         Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
11736         Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
11737         New method definitions.
11738
11739 2009-12-09  Ian Lance Taylor  <iant@google.com>
11740
11741         * plugin.cc (Plugin::load): Don't cast from void* to a function
11742         pointer.
11743
11744 2009-12-09  Ian Lance Taylor  <iant@google.com>
11745
11746         * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
11747         information fields.
11748
11749 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
11750
11751         * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
11752         Replace two_file_shared_1.so with two_file_shared_2.so.
11753         * testsuite/Makefile.in: Regenerated.
11754
11755 2009-12-08  Doug Kwan  <dougkwan@google.com>
11756
11757         * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
11758         (HFILES): Add attributes.h and int_encoding.h.
11759         * Makefile.in: Regenerate.
11760         * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
11761         function definitions to int_encoding.cc
11762         * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
11763         prototypes to int_encoding.h
11764         * reduced_debug_output.cc (int_encoding.h): New include.
11765         (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
11766         function definitions to int_encoding.cc
11767         (insert_into_vector, read_from_pointer): Move template definitions to
11768         int_encoding.h
11769         * attributes.cc: New file.
11770         * attributes.h: New file.
11771         * int_encoding.cc: New file.
11772         * int_encoding.h: New file.
11773
11774 2009-12-07  Rafael Avila de Espindola  <espindola@google.com>
11775
11776         PR gold/11055
11777         * incremental-dump.cc (dump_incremental_inputs): New.
11778         (main): Use dump_incremental_inputs.
11779
11780 2009-12-07  H.J. Lu  <hongjiu.lu@intel.com>
11781
11782         PR gold/10893
11783         * i386.cc (Target_i386::Scan::globa): Use is_func instead of
11784         checking elfcpp::STT_FUNC.
11785         (Target_i386::Relocate::relocate): Likewise.
11786         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
11787
11788         * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
11789         symbols from shared libraries into normal FUNC symbols.
11790
11791         * symtab.h (Symbol): Add is_func and use it.
11792
11793 2009-12-05  Doug Kwan  <dougkwan@google.com>
11794
11795         * arm.cc (Target_arm::arm_info): Initialize new fields
11796         attributes_section and attributes_vendor.
11797         * i386.cc (Target_i386::i386_info): Same.
11798         * object.cc (Sized_relobj::do_layout): Skip attribute section.
11799         * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
11800         fields attributes_section and attributes_vendor.
11801         * sparc.cc (Target_sparc::sparc_info): Same.
11802         * target.h (Target::attributes_section, Target::attributes_vendor,
11803         Target::is_attributes_section, Target::attribute_arg_type,
11804         Target::attributes_order): New method definitions.
11805         (Target::Target_info::attributes_section,
11806         Target::Target_info::attributes_vendor): New fields.
11807         (Target::do_attribute_arg_type, Target::do_attributes_order): New
11808         virtual method definitions.
11809         * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
11810         attributes_section and attributes_vendor.
11811         * testsuite/testfile.cc (Target_test::test_target_info): Same.
11812
11813 2009-12-05  Doug Kwan  <dougkwan@google.com>
11814
11815         * arm.cc: Update comments about interworking and stub generation.
11816         (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
11817         considered as non-PIC.
11818         (Arm_relocate_functions::base_abs): Fix formatting.
11819         (Arm_relocate_functions::got_prel): Fix comment.  Change interface
11820         of function to use GOT entry address instead of offset.
11821         (Target_arm::Scan::global): Issue an error if a symbol would need a
11822         PLT does not get one because it is untyped.  Remove code to create
11823         dynamic symbols for relative branches.
11824         (Target_arm::Relocate::relocate: Use 0 instead of false since function
11825         takes unsigned integer instead of boolean.
11826
11827 2009-12-05  H.J. Lu  <hongjiu.lu@intel.com>
11828
11829         * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
11830         (two_file_test_LDADD): Likewise.
11831         (common_test_1_LDADD): Likewise.
11832         (exception_test_LDADD) Likewise.
11833         (weak_test_LDADD): Likewise.
11834         (many_sections_test_LDADD): Likewise.
11835         (initpri1_LDADD): Likewise.
11836         (script_test_1_LDADD): Likewise.
11837         (script_test_2_LDADD): Likewise.
11838         (justsyms_LDADD): Likewise.
11839         (binary_test_LDADD): Likewise.
11840         (large_LDADD): Likewise.
11841         * testsuite/Makefile.in: Regenerated.
11842
11843 2009-12-04  H.J. Lu  <hongjiu.lu@intel.com>
11844
11845         * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
11846         (Symbol_table::override_with_special): Likewise.
11847         (Symbol_table::add_from_object): Likewise.
11848
11849 2009-12-04  Rafael Avila de Espindola  <espindola@google.com>
11850
11851         * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
11852         Don't set the data_offset twice.
11853
11854 2009-12-04  Rafael Avila de Espindola  <espindola@google.com>
11855
11856         * testsuite/Makefile.in: Regenerate.
11857
11858 2009-12-03  Doug Kwan  <dougkwan@google.com>
11859
11860         * arm.cc: Remove comment about missing .ARM.exidx section symbols.
11861         (Target_arm::do_finalize_sections): Add parameter for symbol table
11862         pointer.  Add __exidx_start and __exidx_end symbols as appropriate.
11863         * i386.cc (Target_i386::do_finalize_sections): Add an additional
11864         parameter for symbol table pointer.
11865         * layout.cc (Layout::finalize): Call Target::finalize_sections with
11866         an additional parameter for a pointer to symbol table.
11867         * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
11868         parameter for a symbol table pointer.
11869         * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
11870         * target.h (Target::finalize_sections, Target::do_finalize_sections):
11871         Ditto.
11872         * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
11873         parameter for a symbol table pointer.
11874
11875 2009-12-03  Rafael Avila de Espindola  <espindola@google.com>
11876
11877         * incremental.cc (Incremental_inputs_header)
11878         (Incremental_inputs_header_write, Incremental_inputs_entry)
11879         (Incremental_inputs_entry_write): Move ...
11880         * incremental.h (Incremental_inputs_header)
11881         (Incremental_inputs_header_write, Incremental_inputs_entry)
11882         (Incremental_inputs_entry_write): here.
11883
11884 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
11885
11886         * incremental.cc (make_sized_incremental_binary): Set the target.
11887         Error if it is incompatible.
11888         * output.h (Output_file): Add filename method.
11889
11890 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
11891
11892         * incremental.cc (Incremental_inputs_entry): Remove unused argument
11893         from the get_* methods.
11894
11895 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
11896
11897         * incremental-dump.cc (main): Check that the offeset of a script is 0.
11898         * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
11899         Write 0 for the data_offset of scripts.
11900
11901 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
11902
11903         * testsuite/Makefile.am: Add the incremental_test.sh test.
11904         * testsuite/incremental_test.sh: New.
11905         * testsuite/incremental_test_1.c: New.
11906         * testsuite/incremental_test_2.c: New.
11907
11908 2009-12-01  Rafael Avila de Espindola  <espindola@google.com>
11909
11910         * incremental-dump.cc (main): Fix typos.
11911
11912 2009-11-27  Rafael Avila de Espindola  <espindola@google.com>
11913
11914         PR gold/11025
11915         * incremental-dump.cc (main): Use llu to print 64 bit values.
11916
11917 2009-11-26  Per Øyvind Karlsen <peroyvind@mandriva.org>
11918             H.J. Lu  <hongjiu.lu@intel.com>
11919
11920         * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
11921         $(LIBDL).
11922         (incremental_dump_LDADD): Likewise.
11923         * Makefile.in: Regenerated.
11924
11925 2009-11-25  Doug Kwan  <dougkwan@google.com>
11926
11927         Revert:
11928
11929         2009-11-25  Doug Kwan  <dougkwan@google.com>
11930
11931                 * arm.cc (Target_arm::Target_arm): Move method definition
11932                 outside of class definition.  Add code to handle
11933                 --target1-rel, --target1-abs and --target2= options.
11934                 (Target_arm::get_reloc_reloc_type): Change method to be
11935                 non-static and const.
11936                 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
11937                 New data member declaration.
11938                 (Target_arm::Scan::local, Target_arm::Scan::global,
11939                 Target_arm::Relocate::relocate,
11940                 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11941                 Adjust call to Target_arm::get_real_reloc_type.
11942                 (Target_arm::get_real_reloc_type): Use command line options
11943                 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
11944                 * options.h (--target1-rel, --target1-abs, --target2): New
11945                 ARM-only options.
11946
11947 2009-11-25  Doug Kwan  <dougkwan@google.com>
11948
11949         * arm.cc (Target_arm::Target_arm): Move method definition outside of
11950         class definition.  Add code to handle --target1-rel, --target1-abs
11951         and --target2= options.
11952         (Target_arm::get_reloc_reloc_type): Change method to be non-static
11953         and const.
11954         (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
11955         member declaration.
11956         (Target_arm::Scan::local, Target_arm::Scan::global,
11957         Target_arm::Relocate::relocate,
11958         Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
11959         call to Target_arm::get_real_reloc_type.
11960         (Target_arm::get_real_reloc_type): Use command line options to
11961         determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
11962         * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
11963         options.
11964
11965 2009-11-25  Doug Kwan  <dougkwan@google.com>
11966
11967         * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
11968         (Arm_relocate_functions::thumb_branch_common): New metod declaration.
11969         (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
11970         formatting.
11971         (Arm_relocate_functions::thm_call): Replace body with a call to
11972         Arm_relocate_functions::thumb_branch_common.
11973         (Arm_relocate_functions::thm_jump24,
11974         Arm_relocate_functions::thm_xpc22): New method definitions.
11975         (Arm_relocate_functions::thumb_branch_common): New method definition.
11976         (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
11977         operator.
11978         (Target_arm::Relocate::relocate): Adjust call to thm_call.
11979         Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
11980
11981 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
11982
11983         * Makefile.am: Build incremental-dump
11984         * Makefile.in: Regenerate.
11985         * incremental-dump.cc: New.
11986         * incremental.cc (Incremental_inputs_header_data,
11987         Incremental_inputs_entry_data): Move to incremental.h
11988         * incremental.h: (Incremental_inputs_header_data,
11989         Incremental_inputs_entry_data): Move from incremental.cc
11990
11991 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
11992
11993         * incremental.cc (Incremental_inputs_header,
11994         Incremental_inputs_header_write, Incremental_inputs_entry,
11995         Incremental_inputs_entry_write): Add a typedef with the data type.
11996
11997 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
11998
11999         * incremental.cc (Incremental_inputs_header,
12000         Incremental_inputs_header_write, Incremental_inputs_entry,
12001         Incremental_inputs_entry_write): Update comment about which
12002         type has the filed descriptions.
12003
12004 2009-11-15  Doug Kwan  <dougkwan@google.com>
12005
12006         * arm.cc (Target_arm::may_use_arm_nop): New method definition.
12007         (Arm_relocate_functions::arm_branch_common): Change method defintion
12008         in class definition to a method declaration and update list of formal
12009         parameters.
12010         (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
12011         Arm_relocation_functions::jump24): Adjust call to
12012         Arm_relocate_functions::arm_branch_common.  Update list of formal
12013         parameters.
12014         (Arm_relocate_functions::xpc25): New method definition.
12015         (Arm_relocate_functions::arm_branch_common): Move method defintion
12016         out from class definition.  Use stubs for mode-switching and extending
12017         branch ranges.
12018         (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
12019         specially.  Change code to enable use of stubs in ARM branches.
12020
12021 2009-11-10  Doug Kwan  <dougkwan@google.com>
12022
12023         * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
12024         in method declaration.
12025         (Target_arm::relocate_stub): New method declaration.
12026         (Target_arm::default_target): Change to return a pointer instead of
12027         a const reference.
12028         (Reloc_stub::stub_type_for_reloc): Adjust for the change in
12029         Target_arm::default_target.
12030         (Arm_Relobj::do_relocate_sections): Remove options paramater in
12031         method definition.
12032         (Target_arm::relocate_section): Adjust view.
12033         (Target_arm::relocate_stub): New method definition.
12034
12035 2009-11-10  Doug Kwan  <dougkwan@google.com>
12036
12037         * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
12038         a format warning.
12039         * incremental.cc (open_incremental_binary): Initialized local
12040         variables to avoid warnings.
12041         * object.cc (make_elf_object): Ditto.
12042         * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
12043         a format warning.
12044
12045 009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
12046
12047         PR gold/10930
12048         * testsuite/plugin_test.c: Include "config.h".
12049
12050 2009-11-09  Doug Kwan  <dougkwan@google.com>
12051
12052         * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
12053         (arm_symbol_value): Remove.
12054         (Arm_relocate_functions::arm_branch_common,
12055         Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
12056         Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
12057         Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
12058         Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
12059         Arm_relocate_functions::call, Arm_relocate_functions::jump24,
12060         Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
12061         Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
12062         Arm_relocate_functions::thm_mobw_abs_nc,
12063         Arm_relocate_functions::thm_mov_abs,
12064         Arm_relocate_functions::movw_prel_nc,
12065         Arm_relocate_functions::thm_movt_abs,
12066         Arm_relocate_functions::movt_prel,
12067         Arm_relocate_functions::thm_movw_prel_nc,
12068         Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
12069         (Target_arm::Relocate::relocate): Only decompose address into two
12070         parts if relocation type uses the thumb-bit and pass the actual
12071         bit instead of a flag indicating that the thumb-bit is used.  Adjust
12072         calls to methods in Arm_relocate_functions for this change.
12073
12074 2009-11-08  Ian Lance Taylor  <iant@google.com>
12075
12076         PR 10925
12077         * reloc.cc: Instantiate
12078         Sized_relobj::initialize_input_to_output_maps and
12079         Sized_relobj:free_input_to_output_maps.
12080
12081 2009-11-06  Ian Lance Taylor  <iant@google.com>
12082
12083         PR 10876
12084         * defstd.cc (in_segment): Set only_if_ref true for "end".
12085
12086 2009-11-06  Doug Kwan  <dougkwan@google.com>
12087
12088         * arm.cc (class Reloc_stub): Correct a comment.
12089         (Target_arm::Target_arm): Initialize arm_input_section_map_.
12090         (Target_arm::scan_section_for_stubs): New method declaration.
12091         (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
12092         Change methods from private to protected.
12093         (Target_arm::do_may_relax): New method definition.
12094         (Target_arm::do_relax, Target_arm::group_sections,
12095         Target_arm::scan_reloc_for_stub,
12096         Target_arm::scan_reloc_section_for_stubs): New method declarations.
12097         (Target_arm::arm_input_section_map_): New data member declaration.
12098         (Target_arm::scan_reloc_for_stub,
12099         Target_arm::scan_reloc_section_for_stubs,
12100         Target_arm::scan_section_for_stubs, Target_arm::group_sections,
12101         Target_arm::do_relax): New method definitions.
12102
12103 2009-11-06  Mikolaj Zalewski  <mikolaj@google.com>
12104
12105         * configure.ac: Check for (struct stat)::st_mtim
12106         * fileread.cc (File_read::get_mtime): Use st_mtim if available.
12107         * config.in: Regenerate.
12108         * configure: Regenerate.
12109
12110 2009-11-05  Ian Lance Taylor  <iant@google.com>
12111
12112         PR 10910
12113         * output.cc (Output_segment::add_output_section): Add missing
12114         return statement.
12115
12116 2009-11-04  Ian Lance Taylor  <iant@google.com>
12117
12118         PR 10880
12119         * object.h (class Object): Add is_needed and set_is_needed
12120         methods.  Add is_needed_ field.  Make bool fields into bitfields.
12121         * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
12122         defined in a dynamic object and referenced by a regular object,
12123         set is_needed for the dynamic object.
12124         * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
12125         if the file is marked with as_needed and it is not needed.
12126
12127 2009-11-04  Ian Lance Taylor  <iant@google.com>
12128
12129         PR 10887
12130         * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
12131         tags if data is discarded by linker script.
12132         * i386.cc (Target_i386::do_finalize_sections): Likewise.
12133         * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
12134         * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
12135         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
12136
12137 2009-11-04  Ian Lance Taylor  <iant@google.com>
12138
12139         * layout.cc (Layout::get_output_section): Add is_interp and
12140         is_dynamic_linker_section parameters.  Change all callers.
12141         (Layout::choose_output_section): Likewise.
12142         (Layout::make_output_section): Likewise.
12143         (Layout::add_output_section_data): Add is_dynamic_linker_section
12144         parameter.  Change all callers.
12145         * layout.h (class Layout): Update declarations.
12146         * output.h (class Output_section): Add is_interp, set_is_interp,
12147         is_dynamic_linker_section, set_is_dynamic_linker_section methods.
12148         Add is_interp_, is_dynamic_linker_section_ fields.  Change
12149         generate_code_fills_at_write_ to a bitfield.
12150         * output.cc (Output_section::Output_sections): Initialize new
12151         fields.
12152         (Output_segment::add_output_section): Add do_sort parameter.
12153         Change all callers.
12154
12155 2009-11-03  Ian Lance Taylor  <iant@google.com>
12156
12157         PR 10860
12158         * options.h (class General_options): Add --warn-common.
12159         * resolve.cc (Symbol_table::resolve): Handle --warn-common when
12160         merging two common symbols.
12161         (Symbol_table::should_override): Handle --warn-common when merging
12162         a common symbol with a defined symbol.  Use report_resolve_problem
12163         for multiple definitions.
12164         (Symbol_table::report_resolve_problem): New function.
12165         * symtab.h (class Symbol_table): Declare report_resolve_problem.
12166
12167 2009-11-03  Doug Kwan  <dougkwan@google.com>
12168
12169         * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
12170         stub_factory_.
12171         (Target_arm::stub_factory): New method definition.
12172         (Target_arm::new_arm_input_section,
12173         Target_arm::find_arm_input_section, Target_arm::new_stub_table,
12174         Target_arm::reloc_uses_thumb_bit): New method declarations.
12175         (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
12176         New type definitions.
12177         (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
12178         member declarations.
12179         (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
12180         Target_arm::find_arm_input_section, Target_arm::new_stub_table):
12181         New method definitions.
12182
12183 2009-11-03  Ian Lance Taylor  <iant@google.com>
12184
12185         * options.h (class General_options): Add --warn_constructors.
12186
12187 2009-11-03  Ian Lance Taylor  <iant@google.com>
12188
12189         PR 10893
12190         * defstd.cc (in_section): Add entries for __rel_iplt_start,
12191         __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
12192
12193 2009-11-03  Ian Lance Taylor  <iant@google.com>
12194
12195         PR 10895
12196         * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
12197         --msgid-bugs-address.
12198         (install-pdf): New target.
12199         (install-data_yes): Look up one directory to find mkinstalldirs.
12200
12201 2009-11-03  H.J. Lu  <hongjiu.lu@intel.com>
12202
12203         * po/Make-in (.po.gmo): Don't generate .gmo files in source
12204         tree.
12205
12206 2009-10-30  Doug Kwan  <dougkwan@google.com>
12207
12208         * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
12209
12210 2009-10-30  Doug Kwan  <dougkwan@google.com>
12211
12212         * arm.cc (Stub_addend_reader): New struct template definition
12213         and partial specializations.
12214         (Stub_addend_reader::operator()): New method definition for a
12215         partially specialized template.
12216
12217 2009-10-30  Doug Kwan  <dougkwan@google.com>
12218
12219         * arm.cc (Arm_relobj::processor_specific_flags): New method
12220         definition.
12221         (Arm_relobj::do_read_symbols): New method declaration.
12222         (Arm_relobj::processor_specific_flags_): New data member declaration.
12223         (Arm_dynobj): New class definition.
12224         (Target_arm::do_finalize_sections): Add input_objects parameter.
12225         (Target_arm::do_adjust_elf_header): New method declaration.
12226         (Target_arm::are_eabi_versions_compatible,
12227         (Target_arm::merge_processor_specific_flags): New method declaration.
12228         (Target_arm::do_make_elf_object): New overloaded method definitions
12229         and declaration.
12230         (Arm_relobj::do_read_symbols): New method definition.
12231         (Arm_dynobj::do_read_symbols): Ditto.
12232         (Target_arm::do_finalize_sections): Add input_objects parameters.
12233         Merge processor-specific flags from all input objects.
12234         (Target_arm::are_eabi_versions_compatible,
12235         Target_arm::merge_processor_specific_flags,
12236         Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
12237         New method definitions.
12238         * i386.cc (Target_i386::do_finalize_sections): Add unnamed
12239         Input_objects pointer type parameter.
12240         * layout.cc (Layout::finalize): Pass input objects to target's.
12241         finalize_sections function.
12242         * output.cc (Output_file_header::do_sized_write): Set ELF file
12243         header's processor-specific flags.
12244         * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
12245         Input_objects pointer type parameter.
12246         * sparc.cc (Target_sparc::do_finalize_sections): Same.
12247         * target.h (Input_objects): New forward class declaration.
12248         (Target::processor_specific_flags,
12249         Target::are_processor_specific_flags_sect): New method definitions.
12250         (Target::finalize_sections): Add input_objects parameter.
12251         (Target::Target): Initialize processor_specific_flags_ and
12252         are_processor_specific_flags_set_.
12253         (Target::do_finalize_sections): Add unnamed Input_objects pointer type
12254         parameter.
12255         (Target::set_processor_specific_flags): New method definition.
12256         (Target::processor_specific_flags_,
12257         Target::are_processor_specific_flags_set_): New data member
12258         declarations.
12259         * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
12260         Input_objects pointer type parameter.
12261
12262 2009-10-30  Doug Kwan  <dougkwan@google.com>
12263
12264         * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
12265
12266 2009-10-28  Ian Lance Taylor  <iant@google.com>
12267
12268         * object.h (class Relobj): Drop options parameter from
12269         gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
12270         do_scan_relocs, do_relocate.  Change all callers.
12271         (class Sized_relobj): Drop options parameters from
12272         do_gc_process_relocs, do_scan_relocs, do_relocate,
12273         do_relocate_sections, relocate_sections, emit_relocs_scan,
12274         emit_relocs_scan_reltype.  Change all callers.
12275         (struct Relocate_info): Remove options field and all references to
12276         it.
12277         * reloc.h (class Read_relocs): Remove options constructor
12278         parameter and options_ field.  Change all callers.
12279         (class Gc_process_relocs, class Scan_relocs): Likewise.
12280         (class Relocate_task): Likewise.
12281         * target-reloc.h (scan_relocs): Remove options parameter.  Change
12282         all callers.
12283         (scan_relocatable_relocs): Likewise.
12284         * target.h (class Sized_target): Remove options parameter from
12285         gc_process_relocs, scan_relocs, scan_relocatable_relocs.  Change
12286         all callers.
12287         * gc.h (gc_process_relocs): Remove options parameter.  Change all
12288         callers.
12289         * arm.cc: Update functions to remove options parameters.
12290         * i386.cc: Likewise.
12291         * powerpc.cc: Likewise.
12292         * sparc.cc: Likewise.
12293         * x86_64.cc: Likewise.
12294         * testsuite/testfile.cc: Likewise.
12295
12296 2009-10-28  Doug Kwan  <dougkwan@google.com>
12297
12298         * arm.cc (Arm_relobj): New class definition.
12299         (Arm_relobj::scan_sections_for_stubs,
12300         Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
12301         New method definitions.
12302
12303 2009-10-28  Cary Coutant  <ccoutant@google.com>
12304
12305         * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
12306         (Plugin::cleanup_done_): New member.
12307         (Plugin_manager::Plugin_manager): Remove cleanup_done_.
12308         (Plugin_manager::cleanup_done_): Remove.
12309         (Plugin_manager::add_input_file): Edit error message.
12310         * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
12311         (Plugin_manager::cleanup): Remove use of cleanup_done_.
12312
12313 2009-10-27  Mikolaj Zalewski  <mikolajz@google.com>
12314
12315         * fileread.cc: (File_read::View::~View): Use the new
12316         data_ownership_ filed.
12317         (File_read::~File_read): Dispose the new whole_file_view_.
12318         (File_read::open): Mmap the whole file if needed.
12319         (File_read::open): Use whole_file_view_ instead of contents_.
12320         (File_read::find_view): Use whole_file_view_ if applicable.
12321         (File_read::do_read): Use whole_file_view_ instead of contents_.
12322         (File_read::make_view): Use whole_file_view_ instead of contents_,
12323         update File_read::View::View call.
12324         (File_read::find_or_make_view): Update File_read::View::View
12325         call.
12326         * fileread.h: (File_read::File_read): Initialize whole_file_view_,
12327         remove contents_
12328         (File_read::View::Data_ownership): New enum.
12329         (File_read::View::View): Replace bool mapped_ with Data_ownership
12330         argument.
12331         (File_read::View::mapped_): Remove (replaced by data_ownership_).
12332         (File_read::View::data_ownership_): New field.
12333         (File_read::contents_): Remove (replaced by whole_file_view_).
12334         (File_read::whole_file_view_): New field.
12335         * options.h (class General_options): Add --keep-files-mapped.
12336
12337 2009-10-27  Cary Coutant  <ccoutant@google.com>
12338
12339         * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
12340         * testsuite/Makefile.am (plugin_test_5): New test case.
12341         * testsuite/Makefile.in: Regenerate.
12342
12343 2009-10-25  Doug Kwan  <dougkwan@google.com>
12344
12345         * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
12346         from private to protected to allow access by child class.
12347         (Sized_relobj::do_relocate_sections): New method declaration.
12348         (Sized_relobj::relocate_sections): Virtualize.
12349         * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
12350         Sized_relobj::relocate_sections.  Instantiate template explicitly
12351         for different target sizes and endianity.
12352
12353 2009-10-24  Doug Kwan  <dougkwan@google.com>
12354
12355         * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
12356         (Arm_input_section::as_arm_input_section): New method.
12357         (Arm_output_section): New class definition.
12358         (Arm_output_section::create_stub_group,
12359         Arm_output_section::group_sections): New method definitions.
12360
12361 2009-10-22  Doug Kwan  <dougkwan@google.com>
12362
12363         * arm.cc (Arm_input_section): New class definition.
12364         (Arm_input_section::init, Arm_input_section:do_write,
12365         Arm_input_section::set_final_data_size,
12366         Arm_input_section::do_reset_address_and_file_offset): New method
12367         definitions.
12368
12369 2009-10-21  Doug Kwan  <dougkwan@google.com>
12370
12371         * arm.cc (Stub_table, Arm_input_section): New forward class
12372         declarations.
12373         (Stub_table): New class defintion.
12374         (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
12375         Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
12376         New method definition.
12377
12378 2009-10-21  Doug Kwan  <dougkwan@google.com>
12379
12380         * arm.cc: Update copyright comments.
12381         (Target_arm): New forward class template declaration.
12382         (Arm_address): New type.
12383         (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
12384         THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
12385         THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
12386         constants.
12387         (Insn_template): Same.
12388         (DEF_STUBS): New macro.
12389         (Stub_type): New enum type.
12390         (Stub_template): New class definition.
12391         (Stub): Same.
12392         (Reloc_stub): Same.
12393         (Stub_factory): Same.
12394         (Target_arm::Target_arm): Initialize may_use_blx_ and
12395         should_force_pic_veneer_.
12396         (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
12397         Target_arm::should_force_pic_veneer,
12398         Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
12399         Target_arm::using_thumb_only, Target_arm:;default_target): New
12400         method defintions.
12401         (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
12402         New data member declarations.
12403         (Insn_template::size, Insn_template::alignment): New method defintions.
12404         (Stub_template::Stub_template): New method definition.
12405         (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
12406         Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
12407         (Stub_factory::Stub_factory): New method definition.
12408         * gold.h (string_hash): New template.
12409         * output.h (Input_section_specifier::hash_value): Use
12410         gold::string_hash.
12411         (Input_section_specifier::string_hash): Remove.
12412         * stringpool.cc (Stringpool_template::string_hash): Use
12413         gold::string_hash.
12414
12415 2009-10-20  Doug Kwan  <dougkwan@google.com>
12416
12417         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
12418         symbols of relaxed input sections.
12419         * output.h (Output_section::find_relaxed_input_section): Make
12420         method public.
12421
12422 2009-10-16  Doug Kwan  <dougkwan@google.com>
12423
12424         * dynobj.cc (Versions::Versions): Initialize version_script_.
12425         Only insert base version symbol definition for a shared object
12426         if version script defines any version versions.
12427         (Versions::define_base_version): New method definition.
12428         (Versions::add_def): Check that base version is not needed.
12429         (Versions::add_need): Define base version lazily.
12430         * dynobj.h (Versions::define_base_version): New method declaration.
12431         (Versions::needs_base_version_): New data member declaration.
12432         * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
12433         (check_DATA): Add no_version_test.stdout.
12434         (libno_version_test.so, no_version_test.o no_version_test.stdout):
12435         New make rules.
12436         * testsuite/Makefile.in: Regenerate.
12437         * testsuite/no_version_test.c: New file.
12438         * testsuite/no_version_test.sh: Ditto.
12439
12440 2009-10-16  Doug Kwan  <dougkwan@google.com>
12441
12442         * expression.cc (class Segment_start_expression): New class definition.
12443         (Segment_start_expression::value): New method definition.
12444         (script_exp_function_segment_start): Return a new
12445         Segment_start_expression.
12446         * gold/script-c.h (script_saw_segment_start_expression): New function
12447         prototype.
12448         * script-sections.cc (Script_sections::Script_sections): Initialize
12449         SAW_SEGMENT_START_EXPRESSION_ to false.
12450         (Script_sections::set_section_addresses): Use -Ttext, -Tdata
12451         and -Tbbs options to specify section addresses if given in
12452         command line and no SEGMENT_START expression is seen in a script.
12453         * script-sections.h (Script_sections::saw_segment_start_expression,
12454         Script_sections::set_saw_segment_start_expression): New method
12455         definition.
12456         (Script_sections::saw_segment_start_expression_): New data member
12457         declaration.
12458         * script.cc (script_saw_segment_start_expression): New function.
12459         * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
12460         * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
12461         script_test_7.sh and script_test_8.sh.
12462         (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
12463         script_test_8.stdout.
12464         (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
12465         (script_test_6, script_test_6.stdout, script_test_7,
12466         script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
12467         * Makefile.in: Regenerate.
12468         * testsuite/script_test_6.sh: New file.
12469         * testsuite/script_test_6.t: Same.
12470         * testsuite/script_test_7.sh: Same.
12471         * testsuite/script_test_7.t: Same.
12472         * testsuite/script_test_8.sh: Same.
12473
12474 2009-10-16  Doug Kwan  <dougkwan@google.com>
12475
12476         * output.cc (Output_segment::set_section_list_address): Cast
12477         expressions to unsigned long long type to avoid format warnings.
12478
12479 2009-10-15  Ian Lance Taylor  <iant@google.com>
12480
12481         * script.cc (Script_options::add_symbol_assignment): Always add a
12482         dot assignment to script_sections_.
12483         * script-sections.cc (Script_sections::add_dot_assignment):
12484         Initialize if necessary.
12485
12486         * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
12487         program headers with no load segment if there is a linker script.
12488
12489         * layout.cc (Layout::set_segment_offsets): Align the file offset
12490         to the segment aligment for -N or -n with no load segment.
12491         * output.cc (Output_segment::add_output_section): Don't crash if
12492         the first section is a TLS section.
12493         (Output_segment::set_section_list_addresses): Print an error
12494         message if the address moves backward in a linker script.
12495         * script-sections.cc
12496         (Output_section_element_input::set_section_addresses): Don't
12497         increase *dot_value for a SHF_TLS/SHT_NOBITS section.
12498         (Orphan_output_section::set_section_addresses): Likewise.
12499
12500 2009-10-15  Doug Kwan  <dougkwan@google.com>
12501
12502         * layout.cc (Layout::finish_dynamic_section): Generate tags
12503         DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
12504         DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
12505         used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
12506
12507 2009-10-14  Ian Lance Taylor  <iant@google.com>
12508
12509         * object.h (class Relocate_info): Add reloc_shdr and data_shdr
12510         fields.
12511         * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
12512         data_shdr fields of relinfo.
12513         * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
12514         (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo.  For
12515         R_386_TLS_LDO_32, adjust based on section flags.
12516         (Target_i386::Relocate::fix_up_ldo): Remove.
12517
12518 2009-10-13  Ian Lance Taylor  <iant@google.com>
12519
12520         Add support for -pie.
12521         * options.h (class General_options): Add -pie and
12522         --pic-executable.
12523         (General_options::output_is_position_independent): Test -pie.
12524         (General_options::output_is_executable): Return true if not shared
12525         and not relocatable.
12526         (General_options::output_is_pie): Remove.
12527         * options.cc (General_options::finalize): Reject incompatible uses
12528         of -pie.
12529         * gold.cc (queue_middle_tasks): A -pie link is not static.
12530         * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
12531         * symtab.cc (Symbol::final_value_is_known): Return false if
12532         output_is_position_independent.
12533         * layout.cc (Layout::set_segment_offsets): Start at address 0 if
12534         output_is_position_independent.
12535         * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
12536         output_is_position_independent.
12537         * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
12538         output_is_position_independent.
12539         * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
12540         two_file_pie_test.
12541         (basic_pie_test.o, basic_pie_test): New targets.
12542         (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
12543         (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
12544         (two_file_pie_test): New target.
12545         * testsuite/Makefile.in: Rebuild.
12546         * README: Remove note saying that -pie is not supported.
12547
12548 2009-10-13  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12549
12550         * options.h (class General_options): Add -init and -fini.
12551         * layout.cc (Layout::finish_dynamic_section): Emit
12552         given init and fini functions.
12553
12554 2009-10-13  Sriraman Tallam  <tmsriram@google.com>
12555
12556         * gc.h (gc_process_relocs): Check if icf is enabled using new
12557         function.
12558         * gold.cc (queue_initial_tasks): Likewise.
12559         (queue_middle_tasks): Likewise.
12560         * object.cc (do_layout): Likewise.
12561         * symtab.cc (is_section_folded): Likewise.
12562         * main.cc (main): Likewise.
12563         * reloc.cc (Read_relocs::run): Likewise.
12564         (Sized_relobj::do_scan_relocs): Likewise.
12565         * icf.cc (is_function_ctor_or_dtor): New function.
12566         (Icf::find_identical_sections): Check if function is ctor or dtor when
12567         safe icf is chosen.
12568         * options.h (General_options::icf): Change option to be an enum.
12569         (Icf_status): New enum.
12570         (icf_enabled): New method.
12571         (icf_safe_folding): New method.
12572         (set_icf_status): New method.
12573         (icf_status_): New variable.
12574         * (options.cc) (General_options::finalize): Set icf_status_.
12575         * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
12576         icf_test and icf_keep_unique_test to use the --icf enum flag.
12577         * testsuite/icf_safe_test.sh: New file.
12578         * testsuite/icf_safe_test.cc: New file.
12579
12580 2009-10-12  Sriraman Tallam  <tmsriram@google.com>
12581
12582         * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
12583         includes to gc.h and icf.h.
12584         * arm.cc: Include gc.h.
12585         * gold.cc: Likewise.
12586         * i386.cc: Likewise.
12587         * powerpc.cc: Likewise.
12588         * sparc.cc: Likewise.
12589         * x86_64.cc: Likewise.
12590         * gc.h: Include icf.h.
12591
12592 2009-10-11  Ian Lance Taylor  <iant@google.com>
12593
12594         * plugin.cc: Include "gold.h" before other header files.
12595
12596 2009-10-10  Chris Demetriou  <cgd@google.com>
12597
12598         * options.h (Input_file_argument::Input_file_type): New enum.
12599         (Input_file_argument::is_lib_): Replace with...
12600         (Input_file_argument::type_): New member.
12601         (Input_file_argument::Input_file_argument): Take Input_file_type
12602         'type' rather than boolean 'is_lib' as second argument.
12603         (Input_file_argument::is_lib): Use type_.
12604         (Input_file_argument::is_searched_file): New function.
12605         (Input_file_argument::may_need_search): Handle is_searched_file.
12606         * options.cc (General_options::parse_library): Support -l:filename.
12607         (General_options::parse_just_symbols): Update for Input_file_argument
12608         changes.
12609         (Command_line::process): Likewise.
12610         * archive.cc (Archive::get_file_and_offset): Likewise.
12611         * plugin.cc (Plugin_manager::release_input_file): Likewise.
12612         * script.cc (read_script_file, script_add_file): Likewise.
12613         * fileread.cc (Input_file::Input_file): Likewise.
12614         (Input_file::will_search_for): Handle is_searched_file.
12615         (Input_file::open): Likewise.
12616         * readsyms.cc (Read_symbols::get_name): Likewise.
12617         * testsuite/Makefile.am (searched_file_test): New test.
12618         * testsuite/Makefile.in: Regenerate.
12619         * testsuite/searched_file_test.cc: New file.
12620         * testsuite/searched_file_test_lib.cc: New file.
12621
12622 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12623             Ian Lance Taylor  <iant@google.com>
12624
12625         * descriptor.cc: Include <cstdio> and "binary-io.h".
12626         (Descriptors::open): Open the files in binary mode always.
12627         * script.cc (Lex::get_token): Treat \r as whitespace.
12628
12629 2009-10-09  Ian Lance Taylor  <iant@google.com>
12630
12631         * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
12632
12633 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12634             Ian Lance Taylor  <iant@google.com>
12635
12636         * configure.ac: Check for readv function also.
12637         * fileread.cc (readv): Define if not HAVE_READV.
12638         * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
12639         does not exist.
12640         * config.in: Regenerate.
12641         * configure: Regenerate.
12642
12643 2009-10-09  Doug Kwan  <dougkwan@google.com>
12644
12645         * layout.cc (Layout::make_output_section): Call target hook to make
12646         ordinary output section.
12647         (Layout::finalize): Adjust parameter list of call the
12648         Target::may_relax().
12649         * layout.h (class Layout::section_list): New method.
12650         * merge.h (Output_merge_base::entsize): Change visibility to public.
12651         (Output_merge_base::is_string, Output_merge_base::do_is_string):
12652         New methods.
12653         (Output_merge_string::do_is_string): New method.
12654         * object.cc (Sized_relobj::do_setup): renamed from
12655         Sized_relobj::set_up.
12656         * object.h (Sized_relobj::adjust_shndx,
12657         Sized_relobj::initializ_input_to_output_maps,
12658         Sized_relobj::free_input_to_output_maps): Change visibilities to
12659         protected.
12660         (Sized_relobj::setup): Virtualize.
12661         (Sized_relobj::do_setup): New method declaration.
12662         (Sized_relobj::invalidate_section_offset,
12663         Sized_relobj::do_invalidate_section_offset): New method decfinitions.
12664         (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
12665         * options.cc (parse_int): New function.
12666         * options.h (parse_int): New declaration.
12667         (DEFINE_int): New macro.
12668         (stub_group_size): New option.
12669         * output.cc (Output_section::Output_section): Initialize memebers
12670         merge_section_map_, merge_section_by_properties_map_,
12671         relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
12672         (Output_section::add_input_section): Handled deferred code-fill
12673         generation and remove an old comment.
12674         (Output_section::add_relaxed_input_section): New method definition.
12675         (Output_section::add_merge_input_section): Use merge section by
12676         properties map to speed to search.  Update merge section maps
12677         as appropriate.
12678         (Output_section::build_relaxation_map): New method definition.
12679         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
12680         Same.
12681         (Output_section::relax_input_section): Renamed to
12682         Output_section::convert_input_sections_to_relaxed_sections and change
12683         interface to take a vector of pointers to relaxed sections.
12684         (Output_section::find_merge_section,
12685         Output_section::find_relaxed_input_section): New method definitions.
12686         (Output_section::is_input_address_mapped,
12687         Output_section::output_offset, Output_section::output_address):
12688         Use output section data maps to speed up searching.
12689         (Output_section::find_starting_output_address): Add comments.
12690         (Output_section::do_write,
12691         Output_section::write_to_postprocessing_buffer): Do code-fill
12692         generation as appropriate.
12693         (Output_section::get_input_sections): Invalidate relaxed input section
12694         map.
12695         (Output_section::restore_states): Adjust type of checkpoint .
12696         Invalidate relaxed input section map.
12697         * output.h (Output_merge_base): New class declaration.
12698         (Input_section_specifier): New class defintion.
12699         (class Output_relaxed_input_section) Change base class to
12700         Output_section_data_build.
12701         (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
12702         base class initializer.
12703         (Output_section::add_relaxed_input_section): New method declaration.
12704         (Output_section::Input_section): Change visibility to protected.
12705         (Output_section::Input_section::relobj,
12706         Output_section::Input_section::shndx): Handle relaxed input sections.
12707         Output_section::input_sections) Change visibility to protected.  Also
12708         define overload to return a non-const pointer.
12709         (Output_section::Merge_section_properties): New class defintion.
12710         (Output_section::Merge_section_by_properties_map,
12711         Output_section::Output_section_data_by_input_section_map,
12712         Output_section::Relaxation_map): New types.
12713         (Output_section::relax_input_section): Rename method to
12714         Output_section::convert_input_sections_to_relaxed_sections and change
12715         interface to take a vector of relaxed section pointers.
12716         (Output_section::find_merge_section,
12717         Output_section::find_relaxed_input_section,
12718         Output_section::build_relaxation_map,
12719         Output_section::convert_input_sections_in_list_to_relaxed_sections):
12720         New method declarations.
12721         (Output_section::merge_section_map_
12722         Output_section::merge_section_by_properties_map_,
12723         Output_section::relaxed_input_section_map_,
12724         Output_section::is_relaxed_input_section_map_valid_,
12725         Output_section::generate_code_fills_at_write_): New data members.
12726         * script-sections.cc
12727         (Output_section_element_input::set_section_addresses): Call
12728         current_data_size and addralign methods of relaxed input sections.
12729         (Orphan_output_section::set_section_addresses): Call current_data_size
12730         and addralign methods of relaxed input sections.
12731         * symtab.cc (Symbol_table::compute_final_value): Extract template
12732         from the body of Symbol_table::sized_finalize_symbol.
12733         (Symbol_table::sized_finalized_symbol): Call
12734         Symbol_table::compute_final_value.
12735         * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
12736         (Symbol_table::compute_final_value): New templated method declaration.
12737         * target.cc (Target::do_make_output_section): New method defintion.
12738         * target.h (Target::make_output_section): New method declaration.
12739         (Target::relax): Add more parameters for input objects, symbol table
12740         and layout.  Adjust call to do_relax.
12741         (Target::do_make_output_section): New method declaration.
12742         (Target::do_relax): Add parameters for input objects, symbol table
12743         and layout.
12744
12745 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12746
12747         * pread.c: Include stdio.h.
12748
12749 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12750
12751         * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
12752         defined.
12753
12754 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12755
12756         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
12757         Change read_shndx type to unsigned int.
12758         (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
12759         int.
12760         (Sized_dwarf_line_info::read_line_mappings): Likewise.
12761         * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
12762         Change read_shndx type to unsigned int.
12763         (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
12764         int.
12765         (Sized_dwarf_line_info::read_line_mappings): Likewise.
12766         * layout.cc (Layout::create_symtab_sections): Cast the result of
12767         local_symcount * symsize to off_t in the gold_assert.
12768
12769 2009-10-09  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
12770
12771         * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
12772         R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
12773         R_ARM_BASE_ABS.
12774         (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
12775         (Arm_relocate_functions::thm_abs5): New function.
12776         (Arm_relocate_functions::abs12): New function.
12777         (Arm_relocate_functions::abs16): New function.
12778         (Arm_relocate_functions::base_abs): New function.
12779         (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
12780         (Scan::local): Remove special handling of R_ARM_ABS8.  Handle
12781         R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
12782         R_ARM_BASE_ABS.
12783         (Scan::global): Likewise.
12784         (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
12785         R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
12786         (Relocatable_size_for_reloc::get_size_for_reloc): Handle
12787         R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
12788         R_ARM_BASE_ABS.
12789
12790 2009-10-09  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
12791
12792         * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
12793         (Arm_relocate_functions::movt_prel): New function.
12794         (Arm_relocate_functions::thm_movw_prel_nc): New function.
12795         (Arm_relocate_functions::thm_movt_prel): New function.
12796         (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
12797         R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
12798         (Scan::global, Relocate::relocate): Likewise.
12799         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12800
12801 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
12802
12803         * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
12804         Incremental_checker.
12805         * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
12806         unsigned int.
12807         (class Incremental_inputs_header): New class.
12808         (Incremental_inputs_header_writer): Edit comment.
12809         (Incremental_inputs_entry): New class.
12810         (Incremental_inputs_entry_writer): Edit comment.
12811         (Sized_incremental_binary::do_find_incremental_inputs_section):
12812         Add *strtab_shndx parameter, fill it.
12813         (Sized_incremental_binary::do_check_inputs): New method.
12814         (Incremental_checker::can_incrementally_link_output_file): Use
12815         Sized_incremental_binary::check_inputs.
12816         (Incremental_inputs::report_command_line): Save command line in
12817         command_line_.
12818         * incremental.h:
12819         (Incremental_binary::find_incremental_inputs_section): New
12820         method.
12821         (Incremental_binary::do_find_incremental_inputs_section): Add
12822         strtab_shndx parameter.
12823         (Incremental_binary::do_check_inputs): New pure virtual method.
12824         (Sized_incremental_binary::do_check_inputs): Declare.
12825         (Incremental_checker::Incremental_checker): Add incremental_inputs
12826         parameter, use it to initialize incremental_inputs_.
12827         (Incremental_checker::incremental_inputs_): New field.
12828         (Incremental_checker::command_line): New method.
12829         (Incremental_checker::inputs): New method.
12830         (Incremental_checker::command_line_): New field.
12831
12832 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
12833
12834         * incremental.cc: Include <cstdarg> and "target-select.h".
12835         (vexplain_no_incremental): New function.
12836         (explain_no_incremental): New function.
12837         (Incremental_binary::error): New method.
12838         (Sized_incremental_binary::do_find_incremental_inputs_section): New
12839         method.
12840         (make_sized_incremental_binary): New function.
12841         (open_incremental_binary): New function.
12842         (can_incrementally_link_file): Add checks if output is ELF and has
12843         inputs section.
12844         * incremental.h: Include "elfcpp_file.h" and "output.h".
12845         (Incremental_binary): New class.
12846         (Sized_incremental_binary): New class.
12847         (open_incremental_binary): Declare.
12848         * object.cc (is_elf_object): Use
12849         elfcpp::Elf_recognizer::is_elf_file.
12850         (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
12851         * output.h (Output_file::filesize): New method.
12852
12853 2009-10-07  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
12854
12855         * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
12856         New function.
12857         (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
12858         (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
12859         function.
12860         (Arm_relocate_functions::insert_val_thumb_movw_movt): New
12861         function.
12862         (Arm_relocate_functions::movw_abs_nc): New function.
12863         (Arm_relocate_functions::movt_abs): New function.
12864         (Arm_relocate_functions::thm_movw_abs_nc): New function.
12865         (Arm_relocate_functions::thm_movt_abs): New function.
12866         (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
12867         R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
12868         (Scan::global): Likewise.
12869         (Relocate::relocate): Likewise.
12870         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12871
12872 2009-10-07  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
12873
12874         * arm.cc (Arm_relocate_functions::got_prel) New function.
12875         (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
12876         (Relocate::relocate): Likewise.
12877         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12878
12879 2009-10-06  Ian Lance Taylor  <iant@google.com>
12880
12881         * options.h (class General_options): Define
12882         split_stack_adjust_size parameter.
12883         * object.h (class Object): Add uses_split_stack_ and
12884         has_no_split_stack_ fields.  Add uses_split_stack and
12885         has_no_split_stack accessor functions.  Declare
12886         handle_split_stack_section.
12887         (class Reloc_symbol_changes): Define.
12888         (class Sized_relobj): Define Function_offsets.  Declare
12889         split_stack_adjust, split_stack_adjust_reltype, and
12890         find_functions.
12891         * object.cc (Object::handle_split_stack_section): New function.
12892         (Sized_relobj::do_layout): Call handle_split_stack_section.
12893         * dynobj.cc (Sized_dynobj::do_layout): Call
12894         handle_split_stack_section.
12895         * reloc.cc (Sized_relobj::relocate_sections): Call
12896         split_stack_adjust for executable sections in split_stack
12897         objects.  Pass reloc_map to relocate_section.
12898         (Sized_relobj::split_stack_adjust): New function.
12899         (Sized_relobj::split_stack_adjust_reltype): New function.
12900         (Sized_relobj::find_functions): New function.
12901         * target-reloc.h: Include "object.h".
12902         (relocate_section): Add reloc_symbol_changes parameter.  Change
12903         all callers.
12904         * target.h (class Target): Add calls_non_split method.  Declare
12905         do_calls_non_split virtual method.  Declare match_view and
12906         set_view_to_nop.
12907         * target.cc: Include "elfcpp.h".
12908         (Target::do_calls_non_split): New function.
12909         (Target::match_view): New function.
12910         (Target::set_view_to_nop): New function.
12911         * gold.cc (queue_middle_tasks): Give an error if mixing
12912         split-stack and non-split-stack objects with -r.
12913         * i386.cc (Target_i386::relocate_section): Add
12914         reloc_symbol_changes parameter.
12915         (Target_i386::do_calls_non_split): New function.
12916         * x86_64.cc (Target_x86_64::relocate_section): Add
12917         reloc_symbol_changes parameter.
12918         (Target_x86_64::do_calls_non_split): New function.
12919         * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
12920         parameter.
12921         * powerpc.cc (Target_powerpc::relocate_section): Add
12922         reloc_symbol_changes parameter.
12923         * sparc.cc (Target_sparc::relocate_section): Add
12924         reloc_symbol_changes parameter.
12925         * configure.ac: Call AM_CONDITIONAL for the default target.
12926         * configure: Rebuild.
12927         * testsuite/Makefile.am (TEST_AS): New variable.
12928         (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
12929         (check_DATA): Add split_i386 and split_x86_64 files.
12930         (SPLIT_DEFSYMS): Define.
12931         (split_i386_[1234n].o): New targets.
12932         (split_i386_[124]): New targets.
12933         (split_i386_[1234r].stdout): New targets.
12934         (split_x86_64_[1234n].o): New targets.
12935         (split_x86_64_[124]): New targets.
12936         (split_x86_64_[1234r].stdout): New targets.
12937         (MOSTLYCLEANFILES): Add new executables.
12938         * testsuite/split_i386.sh: New file.
12939         * testsuite/split_x86_64.sh: New file.
12940         * testsuite/split_i386_1.s: New file.
12941         * testsuite/split_i386_2.s: New file.
12942         * testsuite/split_i386_3.s: New file.
12943         * testsuite/split_i386_4.s: New file.
12944         * testsuite/split_i386_n.s: New file.
12945         * testsuite/split_x86_64_1.s: New file.
12946         * testsuite/split_x86_64_2.s: New file.
12947         * testsuite/split_x86_64_3.s: New file.
12948         * testsuite/split_x86_64_4.s: New file.
12949         * testsuite/split_x86_64_n.s: New file.
12950         * testsuite/testfile.cc (Target_test): Update relocation_section
12951         function.
12952         * testsuite/Makefile.in: Rebuild.
12953
12954 2009-10-06  Ian Lance Taylor  <iant@google.com>
12955
12956         * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
12957         (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
12958         changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE.  When
12959         handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
12960         the address on ldo_addrs_.
12961         (Target_i386::Relocate::fix_up_ldo): New function.
12962
12963 2009-10-06   Rafael Espindola  <espindola@google.com>
12964
12965         * plugin.cc (add_input_library): New.
12966         (Plugin::load): Add add_input_library to tv.
12967         (Plugin_manager::add_input_file): Add the is_lib argument.
12968         (add_input_file): Update call to Plugin_manager::add_input_file.
12969         (add_input_library): New.
12970         * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
12971
12972 2009-09-30  Doug Kwan  <dougkwan@google.com>
12973
12974         * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
12975         symbol and call Symbol::may_need_copy_reloc to determine if
12976         a copy reloc is needed.
12977         * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
12978         nocopyreloc is given in command line.
12979         (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
12980         given in command line.
12981         * i386.cc (Target_i386::may_need_copy_reloc): Remove.
12982         (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
12983         of the removed Target_i386::may_need_copy_reloc.
12984         * options.h (copyreloc): New option with default value false.
12985         * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
12986         (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
12987         instead of the removed Target_powerpc::may_need_copy_reloc.
12988         * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
12989         (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
12990         instead of the removed Target_sparc::may_need_copy_reloc.
12991         * symtab.h (Symbol::may_need_copy_reloc): New method definition.
12992         * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
12993         (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
12994         instead of the removed Target_x86_64::may_need_copy_reloc.
12995
12996 2009-09-30  Ian Lance Taylor  <iant@google.com>
12997
12998         * object.h (class Object): Remove target_ field, and target,
12999         sized_target, and set_target methods.
13000         (Object::sized_target): Remove.
13001         (class Sized_relobj): Update declarations.  Remove sized_target.
13002         * object.cc (Sized_relobj::setup): Remove target parameter.
13003         Change all callers.
13004         (Input_objects::add_object): Don't do anything with the target.
13005         (make_elf_sized_object): Add punconfigured parameter.  Change all
13006         callers.  Set or test parameter target.
13007         * dynobj.cc (Sized_dynobj::target): Remove target parameter.
13008         Change all callers.
13009         * parameters.cc (Parameters::set_target): Change parameter type to
13010         be non-const.
13011         (Parameters::default_target): Remove.
13012         (set_parameters_target): Change parameter type to be non-const.
13013         (parameters_force_valid_target): New function.
13014         (parameters_clear_target): New function.
13015         * parameters.h (class Parameters): Update declarations.  Remove
13016         default_target method.  Add sized_target and clear_target
13017         methods.  Change target_ to be non-const.
13018         (set_parameters_target): Update declaration.
13019         (parameters_force_valid_target): Declare.
13020         (parameters_clear_target): Declare.
13021         * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
13022         as NULL if we aren't searching.
13023         (Add_symbols::run): Don't check for compatible target.
13024         * fileread.cc (Input_file::open_binary): Call
13025         parameters_force_valid_target.
13026         * gold.cc (queue_middle_tasks): Likewise.
13027         * plugin.cc (make_sized_plugin_object): Likewise.  Don't call
13028         set_target on object.
13029         * dynobj.h (class Sized_dynobj): Update declarations.
13030         * archive.cc (Archive::get_elf_object_for_member): Return NULL if
13031         make_elf_object returns NULL.
13032         (Archive::include_member): Don't check whether object target is
13033         compatible.
13034         * output.cc (Output_section::add_input_section): Get target from
13035         parameters.
13036         (Output_section::relax_input_section): Likewise.
13037         * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
13038         parameters.
13039         (Sized_relobj::do_scan_relocs): Likewise.
13040         (Sized_relobj::relocate_sections): Likewise.
13041         * resolve.cc (Symbol_table::resolve): Likewise.
13042         * symtab.cc (Symbol_table::wrap_symbol): Likewise.  Remove object
13043         parameter.  Change all callers.
13044         (Symbol_table::add_from_object): Get target from parameters.
13045         (Symbol_table::add_from_relobj): Don't check object target.
13046         (Symbol_table::add_from_dynobj): Likewise.
13047         (Symbol_table::define_special_symbol): Get target from
13048         parameters.
13049         * symtab.h (class Symbol_table): Update declaration.
13050         * testsuite/binary_unittest.cc (gold_testsuite): Remove target
13051         parameter.  Change all callers.  Clear parameter target.
13052         (Binary_test): Test target here.
13053         * testsuite/object_unittest.cc (gold_testsuite): Remove
13054         target_test_pointer parameter.  Change all callers.
13055         (Object_test): Test target here.
13056
13057 2009-09-26  Ian Lance Taylor  <iant@google.com>
13058
13059         * testsuite/initpri1.c: Don't try to use constructor priorities if
13060         compiling with gcc before 4.3.
13061
13062 2009-09-22  Mikolaj Zalewski  <mikolajz@google.com>
13063
13064         * testsuite/retain_symbols_file_test.sh (check_present): Change
13065         output file name to retain_symbols_file_test.stdout.
13066         (check_absent): Likewise.
13067
13068 2009-09-18  Craig Silverstein  <csilvers@google.com>
13069
13070         * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
13071         * options.cc: Include <cerrno> and <fstream>.
13072         (General_options::finalize): Parse -retain-symbols-file tag.
13073         * options.h: New flag.
13074         (General_options): New method should_retain_symbol, new
13075         variable symbols_to_retain.
13076         * symtab.cc (Symbol_table::sized_finalize_symbol): Test
13077         should_retain_symbol map.
13078         * testsuite/Makefile.am (retain_symbols_file_test): New test.
13079         * testsuite/Makefile.in: Regenerate.
13080         * testsuite/retain_symbols_file_test.sh: New file.
13081
13082 2009-09-18  Nick Clifton  <nickc@redhat.com>
13083
13084         * po/es.po: Updated Spanish translation.
13085
13086 2009-09-17  Doug Kwan  <dougkwan@google.com>
13087
13088         * debug.h (DEBUG_RELAXATION): New constant.
13089         (DEBUG_ALL): Add DEBUG_RELAXATION.
13090         (debug_string_to_enum): Add relaxation debug option.
13091         * layout.cc
13092         (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
13093         Layout::Relaxation_debug_check::read_sections,
13094         Layout::Relaxation_debug_check::read_sections): New method definitions.
13095         (Layout::Layout): Initialize data members
13096         record_output_section_data_from_scrips_,
13097         script_output_section_data_list_ and relaxation_debug_check_.
13098         (Layout::save_segments, Layout::restore_segments,
13099         Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
13100         Layout::relaxation_loop_body): New method definitions.
13101         (Layout::finalize): Support relaxation.  Move section layout code to
13102         Layout::relaxation_loop_body.
13103         (Layout::set_asection_address_from_script): Move code for orphan
13104         section placement out.
13105         (Layout::place_orphan_sections_in_script): New method definition.
13106         * layout.h (Output_segment_headers, Output_file_header):
13107         New forward class declarations.
13108         (Layout::~Layout): Define.
13109         (Layout::new_output_section_data_from_script): New method definition.
13110         (Layout::place_orphan_sections_in_script): New method declaration.
13111         (Layout::Segment_states): New type declaration.
13112         (Layout::save_segments, Layout::restore_segments,
13113         Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
13114         Layout::relaxation_loop_body): New method declarations.
13115         (Layout::Output_section_data_list): New type declaration.
13116         (Layout::Relaxation_debug_check): New class definition.
13117         (Layout::record_output_section_data_from_script_,
13118         Layout::script_output_section_data_list_, Layout::segment_states_,
13119         Layout::relaxation_debug_check_): New data members.
13120         * output.cc: (Output_section_headers::do_size): New method definition.
13121         (Output_section_headers::Output_section_headers): Move size
13122         computation to Output_section_headers::do_size.
13123         (Output_segment_headers::do_size): New method definition.
13124         (Output_file_header::Output_file_header): Move size computation to
13125         Output_file_header::do_size and call it.
13126         (Output_file_header::do_size): New method definition.
13127         (Output_data_group::Output_data_group): Adjust call to
13128         Output_section_data.
13129         (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
13130         (Output_symtab_xindex::do_write): Add array bound check.
13131         (Output_section::Input_section::print_to_mapfile): Handle
13132         RELAXED_INPUT_SECTION_CODE.
13133         (Output_section::Output_section): Initialize data member checkpoint_.
13134         (Output_section::~Output_section): Delete checkpoint object pointed
13135         by checkpoint_.
13136         (Output_section::add_input_section): Always add an Input_section if
13137         relaxing.
13138         (Output_section::add_merge_input_section): Add assert.
13139         (Output_section::relax_input_section): New method definition.
13140         (Output_section::set_final_data_size): Set load address to zero for
13141         an unallocated section.
13142         (Output_section::do_address_and_file_offset_have_reset_values):
13143         New method definition.
13144         (Output_section::Input_section_sort_enty::Input_section_sort_enty):
13145         Handle relaxed input section.
13146         (Output_section::sort_attached_input_sections): Checkpoint input
13147         section list lazily.
13148         (Output_section::get_input_sections): Change type of input_sections to
13149         list of Simple_input_section pointers.  Checkpoint input section list
13150         lazily.  Also handle relaxed input sections.
13151         (Output_section::add_input_section_for_script): Take a reference to
13152         a Simple_input_section object instead of Relobj pointer and section
13153         index as parameter.  Handle relaxed input sections.
13154         (Output_section::save_states, Output_section::restore_states): New
13155         method definitions.
13156         * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
13157         (Output_data::is_data_size_fixed): New method definition.
13158         (Output_data::reset_addresss_and_file_offset): Do not reset data size
13159         if it is fixed.
13160         (Output_data::address_and_file_offset_have_reset_values): New method
13161         definition.
13162         (Output_data::do_address_and_file_offset_have_reset_values): New method
13163         definition.
13164         (Output_data::set_data_size): Check that data size is not fixed.
13165         (Output_data::fix_data_size): New method definition.
13166         (Output_data::is_data_size_fixed_): New data member.
13167         (Output_section_headers::set_final_data_size): New method definition.
13168         (Output_section_headers::do_size): New method declaration.
13169         (Output_segment_headers::set_final_data_size): New method definition.
13170         (Output_segment_headers::do_size): New method declaration.
13171         (Output_file_header::set_final_data_size)::New method definition.
13172         (Output_file_header::do_size)::New method declaration.
13173         (Output_section_data::Output_section_data): Add new parameter
13174         is_data_size_fixed and use it to fix data size.
13175         (Output_data_const::Output_data_const): Adjust call to base class
13176         constructor and fix data size.
13177         (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
13178         base class constructor and fix data size.
13179         (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
13180         base class constructor and fix data size.
13181         (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
13182         class constructor and fix data size.
13183         (Output_data_group::set_final_data_size): New method definition.
13184         (Output_data_dynamic::Dynamic_entry::tag): New method definition.
13185         (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
13186         class constructor and fix data size.
13187         (Output_relaxed_input_section): New class definition.
13188         (Output_section::Simple_input_section): New class definition.
13189         (Output_section::get_input_sections): Adjust parameter list.
13190         (Output_section::add_input_section_for_script): Same.
13191         (Output_section::save_states, Output_section::restore_states,
13192         Output_section::do_address_and_file_offset_have_reset_values,
13193         (Output_section::Input_section::Input_section): Handle
13194         RELAXED_INPUT_SECTION_CODE.  Add new overload for
13195         Output_relaxed_input_section.
13196         (Output_section::Input_section::is_input_section,
13197         Output_section::Input_section::set_output_section): Handle relaxed
13198         input section.
13199         (Output_section::Input_section::is_relaxed_input_section,
13200         Output_section::Input_section::output_section_data,
13201         Output_section::Input_section::relaxed_input_section): New method
13202         definitions.
13203         (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
13204         value.
13205         (Output_section::Input_section::u1_): Update comments.
13206         (Output_section::Input_section::u2_): Add new union member poris.
13207         (Output_section::Checkpoint_output_section): New classs definition.
13208         (Output_section::relax_input_section): New method declaration.
13209         (Output_section::checkpoint_): New data member.
13210         (Output_segment): Update comments.
13211         (Output_segment::Output_segment): Un-privatize copy constructor.
13212         (Output_segment::operator=): Un-privatize.
13213         * script-sections.cc (Output_section_element::Input_section_list):
13214         Change element type to Output_section::Simple_input_section.
13215         (Output_section_element_dot_assignment::set_section_addresses):
13216         Register output section data for relaxation clean up.
13217         (Output_data_exression::Output_data_expression): Adjust call to base
13218         constructor to fix data size.
13219         (Output_section_element_data::set_section_addresses): Register
13220         Output_data_expression object for relaxation clean up.
13221         (struct Input_section_info): Replace Relobj pointer and section index
13222         pair with Output_section::Simple_input_section and Convert struct to a
13223         class.
13224         (Input_section_sorter::operator()): Adjust access to
13225         Input_section_info data member to use accessors.
13226         (Output_section_element_input::set_section_addresses): Use layout
13227         parameter.  Adjust code to use Output_section::Simple_input_section
13228         and Input_secction_info classes.  Register filler for relaxation
13229         clean up.
13230         (Orphan_output_section::set_section_addresses): Replace Relobj pointer
13231         and section index pair with Output_section::Simple_input_section
13232         class.  Adjust code accordingly.
13233         (Phdrs_element::release_segment): New method definition.
13234         (Script_sections::attach_sections_using_phdrs_clause): Do not modify
13235         segment list.
13236         (Script_sections::release_segments): New method definition.
13237         * gold/script-sections.h (Script_sections::release_segments): New
13238         method declaration.
13239         * gold/target.h (Target::may_relax, Target::relax,
13240         Target::do_may_relax, Target::do_relax): New method definitions.
13241
13242 2009-09-17  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
13243
13244         * arm.cc (has_signed_unsigned_overflow): New function.
13245         (Arm_relocate_functions::abs8): New function.
13246         (Target_arm::Scan::local): Handle R_ARM_ABS8.
13247         (Target_arm::Scan::global): Likewise.
13248         (Target_arm::relocate::relocate): Likewise.
13249         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
13250         Likewise.
13251
13252 2009-09-16  Cary Coutant  <ccoutant@google.com>
13253
13254         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
13255         * testsuite/Makefile.in: Regenerate.
13256
13257 2009-09-11  Nick Clifton  <nickc@redhat.com>
13258
13259         * po/gold.pot: Updated by the Translation project.
13260
13261 2009-09-08  Cary Coutant  <ccoutant@google.com>
13262
13263         * output.cc (Output_file::open): Add execute permission to empty file.
13264         * testsuite/Makefile.am (permission_test): New test.
13265         * testsuite/Makefile.in: Regenerate.
13266
13267 2009-09-02  Ian Lance Taylor  <iant@google.com>
13268
13269         * output.cc (Output_file::resize): Call map_no_anonymous rather
13270         than map.
13271
13272 2009-09-01  Mikolaj Zalewski  <mikolajz@google.com>
13273
13274         * gold.cc: Include "incremental.h".
13275         (queue_initial_tasks): Call Incremental_checker methods.
13276         * incremental.cc: Include "output.h".
13277         (Incremental_checker::can_incrementally_link_output_file): New
13278         method.
13279         * incremental.h (Incremental_checker): New class.
13280
13281         * output.cc (Output_file::open_for_modification): New method.
13282         (Output_file::map_anonymous): Changed return type to bool.  Record
13283         map in base_ field.
13284         (Output_file::map_no_anonymous): New method, broken out of map.
13285         (Output_file::map): Use map_no_anonymous and map_anonymous.
13286         * output.h (class Output_file): Update declarations.
13287
13288 2009-08-24  Cary Coutant  <ccoutant@google.com>
13289
13290         * options.h (Command_line::Pre_options): New class.
13291         (Command_line::pre_options): New member.
13292         * options.cc (gold::options::ready_to_register): New variable.
13293         (One_option::register_option): Do nothing if not registering options.
13294         Assert if same short option registered twice.
13295         (General_options::General_options): Turn off option registration when
13296         done constructing.
13297         (Command_line::Pre_options::Pre_options): New constructor.
13298
13299 2009-08-24  Cary Coutant  <ccoutant@google.com>
13300
13301         * options.h (General_options::no_keep_memory): Remove incorrect
13302         short option.
13303
13304 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13305
13306         * Makefile.am (am__skiplex, am__skipyacc): New.
13307         * Makefile.in: Regenerate.
13308
13309 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13310
13311         * Makefile.am (AM_CPPFLAGS): Renamed from ...
13312         (INCLUDES): ... this.
13313         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
13314         (AM_CPPFLAGS): Renamed from ...
13315         (INCLUDE): ... this.
13316         * Makefile.in, testsuite/Makefile.in: Regenerate.
13317
13318         * Makefile.in: Regenerate.
13319         * aclocal.m4: Likewise.
13320         * config.in: Likewise.
13321         * configure: Likewise.
13322         * testsuite/Makefile.in: Likewise.
13323
13324         * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13325         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13326         * Makefile.in: Regenerate.
13327         * testsuite/Makefile.in: Regenerate.
13328
13329 2009-08-19  Cary Coutant  <ccoutant@google.com>
13330
13331         * resolve.cc (Symbol_table::resolve): Don't complain about defined
13332         symbols in shared libraries overridden by hidden or internal symbols
13333         in the main program.
13334
13335 2009-08-19  Chris Demetriou  <cgd@google.com>
13336
13337         * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
13338         checking source file names in error messages.
13339
13340 2009-08-18  Doug Kwan  <dougkwan@google.com>
13341
13342         * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
13343         an elcpp::Ehdr as parameter.  Adjust call to set_target.
13344         * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
13345         an elfcpp::Ehdr as parameter.
13346         * object.cc (Object::set_target): Remove the version that looks up
13347         a target and sets it.
13348         (Sized_relobj::setup): Take a Target object instead of
13349         an elfcpp::Ehdr as parameter.  Adjust call to set_target.
13350         (make_elf_sized_object): Find target and ask target to
13351         make an ELF object.
13352         * object.h: (Object::set_target): Remove the version that looks up
13353         a target and sets it.
13354         (Sized_relobj::setup): Take a Target object instead of
13355         an elfcpp:Ehdr as parameter.
13356         * target.cc: Include dynobj.h.
13357         (Target::do_make_elf_object_implementation): New.
13358         (Target::do_make_elf_object): New.
13359         * target.h (Target::make_elf_object): New template declaration.
13360         (Target::do_make_elf_object): New method declarations.
13361         (Target::do_make_elf_object_implementation): New template declaration.
13362
13363 2009-08-14  Ian Lance Taylor  <iant@google.com>
13364
13365         * gold.h (FUNCTION_NAME): Define.
13366         (gold_unreachable): Use FUNCTION_NAME.
13367
13368 2009-08-12  Sriraman Tallam  <tmsriram@google.com>
13369
13370         * icf.cc (Icf::find_identical_sections): Issue a warning when a
13371         symbol in the --keep-unique list is not found.
13372
13373 2009-08-12  Sriraman Tallam  <tmsriram@google.com>
13374
13375         * icf.cc (Icf::find_identical_sections): Unfold symbols that have
13376         been maked as --keep-unique.
13377         (Icf::unfold_section): New function.
13378         * icf.h (Icf::unfold_section): New function.
13379         * options.h (General_options::keep_unique): New option.
13380         * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
13381         * testsuite/Makefile.in: Regenerate.
13382         * testsuite/icf_keep_unique_test.sh: New file.
13383         * testsuite/icf_keep_unique_test.cc: New file.
13384
13385 2009-08-12  Cary Coutant  <ccoutant@google.com>
13386
13387         PR 10471
13388         * resolve.cc (Symbol_table::resolve): Check for references from
13389         dynamic objects to hidden and internal symbols.
13390         * testsuite/Makefile.am (hidden_test.sh): New test.
13391         * testsuite/Makefile.in: Regenerate.
13392         * testsuite/hidden_test.sh: New script.
13393         * testsuite/hidden_test_1.c: New test source.
13394         * testsuite/hidden_test_main.c: New test source.
13395
13396 2009-08-11  Doug Kwan  <dougkwan@google.com>
13397
13398         * arm.cc: Update comments.
13399         (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
13400         segment to locate the .ARM.exidx section if present.
13401
13402 2009-08-09  Doug Kwan  <dougkwan@google.com>
13403
13404         * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
13405         patch.
13406
13407 2009-08-07  Sriraman Tallam  <tmsriram@google.com>
13408         * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
13409         compiler warnings.
13410
13411 2009-08-06  Sriraman Tallam  <tmsriram@google.com>
13412
13413         * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
13414         valid tls_segment only for non-debug-section relocations.
13415         * testsuite/Makefile.am: Add gc_tls_test.
13416         * testsuite/Makefile.in: Regenerate.
13417         * testsuite/gc_tls_test.cc: New file.
13418         * testsuite/gc_tls_test.sh: New file.
13419
13420 2009-08-05  Sriraman Tallam  <tmsriram@google.com>
13421
13422         * icf.cc: New file.
13423         * icf.h: New file.
13424         * Makefile.am (CCFILES): Add icf.cc.
13425         (HFILES): Add icf.h
13426         * Makefile.in: Regenerate.
13427         * dynobj.h (Sized_dynobj::do_section_entsize): New function.
13428         * gc.h (gc_process_relocs): Populate lists used by icf to contain
13429         section, symbol and addend information for the relocs.
13430         * gold.cc (queue_middle_tasks): Call identical code folding.
13431         * gold.h: Add defines for multimap.
13432         * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
13433         to the call of finalize_local_symbols.
13434         * main.cc (main): Create object of class Icf.
13435         * object.cc (Sized_relobj::do_layout): Allow this function to be
13436         called twice during icf.
13437         (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
13438         to sections marked as identical by icf.
13439         (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
13440         when available.
13441         (Sized_relobj::do_section_entsize): New function.
13442         * object.h (Object::section_entsize): New function.
13443         (Object::do_section_entsize): New pure virtual function.
13444         (Relobj::finalize_local_symbols): Add new parameter.
13445         (Relobj::do_section_entsize): New function.
13446         * options.h (General_options::icf): New option.
13447         (General_options::icf_iterations): New option.
13448         (General_options::print_icf_sections): New option.
13449         * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
13450         * plugin.h (Sized_pluginobj::do_section_entsize): New function.
13451         * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
13452         icf.
13453         * symtab.cc (Symbol_table::is_section_folded): New function.
13454         (Symbol_table::sized_finalize_symbol):  Fold symbols corresponding
13455         to sections marked as identical by icf.
13456         * symtab.h (Symbol_table::set_icf): New function.
13457         (Symbol_table::icf): New function.
13458         (Symbol_table::is_section_folded): New function.
13459         (Symbol_table::icf_): New data member.
13460         * target-reloc.h (relocate_section): Ignore sections folded by icf.
13461         * testsuite/Makefile.am: Add commands to build icf_test.
13462         * testsuite/Makefile.in: Regenerate.
13463         * testsuite/icf_test.sh: New file.
13464         * testsuite/icf_test.cc: New file.
13465
13466 2009-07-24  Chris Demetriou  <cgd@google.com>
13467
13468         * layout.cc (is_compressible_debug_section): Fix incorrect
13469         comment about compressed section names.
13470
13471 2009-07-20  Ian Lance Taylor  <ian@airs.com>
13472
13473         PR 10419
13474         * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
13475
13476 2009-07-16  Ian Lance Taylor  <iant@google.com>
13477
13478         PR 10400
13479         * layout.h: #include <map>.
13480         (class Kept_section): Change from struct to class.  Add accessors
13481         and setters.  Add section size to Comdat_group mapping.  Change
13482         Comdat_group to std::map.  Add is_comdat_ field.  Add
13483         linkonce_size field in union.
13484         (class Layout): Update declaration of find_or_add_kept_section.
13485         Don't declare find_kept_object.
13486         * layout.cc (Layout::find_or_add_kept_section): Remove candidate
13487         parameter.  Add object, shndx, is_comdat, and is_group_name
13488         parameters.  Change all callers.  Adjust for new Kept_section.
13489         (Layout::find_kept_object): Remove.
13490         * object.cc (Sized_relobj::include_section_group): Update use of
13491         Kept_section.  Rename secnum to shndx.  Only record
13492         Kept_comdat_section if sections are the same size.
13493         (Sized_relobj::include_linkonce_section): Update use of
13494         Kept_section.  Only record Kept_comdat_section if sections are the
13495         same size.  Set size of linkonce section.
13496         (Sized_relobj::map_to_kept_section): Update call to
13497         get_kept_comdat_section.
13498         * object.h (class Sized_relobj): Rename fields in
13499         Kept_comdat_section to drop trailing underscores; change object
13500         field to Relobj*.  Change Kept_comdat_section_table to store
13501         struct rather than pointer.
13502         (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
13503         Add kept_object and kept_shndx parameters.  Change all callers.
13504         (Sized_relobj::get_kept_comdat_section): Change return type to
13505         bool.  Add kept_object and kept_shndx parameters.  Change all
13506         callers.
13507         * plugin.cc (Pluginobj::include_comdat_group): Update call to
13508         Layout::find_or_add_kept_section.
13509
13510 2009-07-09  Ian Lance Taylor  <iant@google.com>
13511
13512         * merge.cc (Object_merge_map::initialize_input_to_output_map):
13513         Reserve space in the hash table.
13514
13515 2009-07-06  Mikolaj Zalewski  <mikolajz@google.com>
13516
13517         * fileread.cc (File_read::get_mtime): New method.
13518         * fileread.h (Timespec): New structure.
13519         (File_read::get_mtime): New method.
13520         * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
13521         Renamed from timestamp_nsec.
13522         (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
13523         Elf_Xword.
13524         (Incremental_inputs_entry_write::timestamp_usec): Renamed from
13525         timestamp_nsec.
13526         (Incremental_inputs::report_archive): Save mtime; style fix.
13527         (Incremental_inputs::report_obejct): Save mtime; style fix.
13528         (Incremental_inputs::report_script): Save mtime; style fix.
13529         (Incremental_inputs::finalize_inputs): Style fix.
13530         (Incremental_inputs::finalize): Style fix.
13531         (Incremental_inputs::create_input_section_data): Store inputs
13532         mtime.
13533         * incremental.h (Incremental_inputs::report_script): Add mtime
13534         argument.
13535         (Incremental_inputs::Input_info::Input_info): Intialize only one
13536         union member.
13537         (Incremental_inputs::Input_info::archive): Move to nameless
13538         union.
13539         (Incremental_inputs::Input_info::obejct): Move to nameless union.
13540         (Incremental_inputs::Input_info::script): Move to nameless union.
13541         (Incremental_inputs::mtime): New field.
13542         * script.cc (read_input_script): Pass file mtime to
13543         Incremental_input.
13544         * script.h (Script_info::inputs): Style fix.
13545
13546 2009-07-01  Ian Lance Taylor  <ian@airs.com>
13547
13548         * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
13549         instead of 32.
13550
13551 2009-06-24  Ian Lance Taylor  <iant@google.com>
13552
13553         PR 10156
13554         * layout.cc (Layout::choose_output_section): If we find an
13555         existing section, update the flags.
13556         (Layout::create_notes): New function, broken out of
13557         Layout::finalize.
13558         (Layout::finalize): Don't create note sections.
13559         (Layout::create_note): Don't crash if linker script discards
13560         section.
13561         (Layout::create_gold_note): Likewise.
13562         (Layout::create_build_id): Likewise.  Don't set
13563         after_input_sections on the section.
13564         (Layout::create_executable_stack_info): Remove target parameter.
13565         Change caller.
13566         * layout.h (class Layout): Declare create_notes.  Update
13567         declaration of create_executable_stack_info.
13568         * gold.cc (queue_middle_tasks): Call create_notes.
13569         * output.cc (Output_section::update_flags_for_input_section): Move
13570         here from output.h.  If SHF_ALLOC flag is newly set, mark address
13571         invalid.
13572         * output.h (Output_data::mark_address_invalid): New function.
13573         (class Output_section): Only declare, not define,
13574         update_flags_for_input_section.  Remove set_flags.
13575
13576 2009-06-24  Ian Lance Taylor  <iant@google.com>
13577
13578         * script-sections.cc (Output_section_definition::
13579         set_section_addresses): Rename shadowing local load_address to
13580         laddr.
13581
13582 2009-06-24  Ian Lance Taylor  <iant@google.com>
13583
13584         PR 10244
13585         * reloc.cc (relocate_sections): Skip empty relocation sections.
13586
13587 2009-06-23  Ian Lance Taylor  <iant@google.com>
13588
13589         PR 10156
13590         * layout.cc (Layout::create_note): Use choose_output_section
13591         rather than make_output_section.
13592
13593 2009-06-23  Ian Lance Taylor  <iant@google.com>
13594
13595         PR 10237
13596         * options.cc (General_options::parse_V): Set printed_version_.
13597         (General_options::General_options): Initialize printed_version_.
13598         * options.h (class General_options): Add printed_version_ field.
13599         * gold.cc (queue_initial_tasks): If there are no input files,
13600         don't give a fatal error if we printed the version information.
13601         (queue_middle_tasks): If using -r with a shared object, give a
13602         fatal error rather than an ordinary error.
13603
13604 2009-06-23  Ian Lance Taylor  <iant@google.com>
13605
13606         PR 10219
13607         * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
13608         (Layout::make_output_section): Set have_stabstr_section_ if we see
13609         a .stab*str section.
13610         (Layout::finalize): Call link_stabs_sections.
13611         (Layout::link_stabs_sections): New file.
13612         * layout.h (class Layout): Add have_stabstr_section_ field.
13613         Declare link_stabs_sections.
13614
13615 2009-06-23  Doug Kwan  <dougkwan@google.com>
13616
13617         * Makefile.am (libgold_a_LIBADD): New.
13618         (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
13619         * Makefile.in: Regenerate.
13620         * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
13621         * configure: Regenerate.
13622         * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
13623         * fileread.cc: Include sys/state.h
13624         * gold.h: Declare memmem and strndup if found missing.
13625         * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
13626
13627 2009-06-23  Ian Lance Taylor  <iant@google.com>
13628
13629         * configure.ac: Call AC_CHECK_DECLS using C, not C++.
13630         * configure: Rebuild.
13631
13632 2009-06-23  Ian Lance Taylor  <iant@google.com>
13633
13634         PR 10147
13635         * object.cc (Object::section_contents): Don't try to get a view if
13636         the section has length zero.
13637         (Object::handle_gnu_warning_section): If the section is empty, use
13638         the name of the section as the warning.
13639
13640 2009-06-23  Ian Lance Taylor  <iant@google.com>
13641
13642         PR 10133
13643         * stringpool.h (class Stringpool_template): Add optimize_ field.
13644         (Stringpool_template::set_optimize): New function.
13645         * stringpool.cc (Stringpool_template::Stringpool_template):
13646         Initialize optimize_ field.
13647         (Stringpool_template::set_string_offsets): Test local optimize
13648         fild rather than parameter.
13649         * layout.cc (Layout::Layout): Call set_optimize on the section
13650         name stringpool.
13651
13652 2009-06-22  Ian Lance Taylor  <iant@google.com>
13653
13654         PR 10030
13655         * yyscript.y: Parse TARGET.
13656         * script.cc (script_set_target): New function.
13657         * script-c.h (script_set_target): Declare.
13658         * options.cc (General_options::string_to_object_format): Rename
13659         from string_to_object_format in anonymous namespace.  Change
13660         callers.
13661         * options.h (class General_options): Declare
13662         string_to_object_format.
13663
13664 2009-06-22  Ian Lance Taylor  <iant@google.com>
13665
13666         * script-sections.cc (Script_sections::create_segments): Don't put
13667         program headers in a PT_LOAD segment if -n or -N.
13668
13669 2009-06-22  Ian Lance Taylor  <iant@google.com>
13670
13671         PR 10141
13672         * options.h (class General_options): Add -z lazy and -z now.  Sort
13673         -z options into alphabetical order.
13674         * layout.cc (Layout::finish_dynamic_section): Handle -z now.
13675
13676 2009-06-21  Ian Lance Taylor  <iant@google.com>
13677
13678         * layout.cc (Layout::make_output_section): Call
13679         Target::new_output_section.
13680         (Layout::attach_allocated_section_to_segment): Put large section
13681         sections in a separate load segment with the large segment flag
13682         set.
13683         (Layout::segment_precedes): Sort large data segments after other
13684         load segments.
13685         (align_file_offset): New static function.
13686         (Layout::set_segment_offsets): Use align_file_offset.
13687         * output.h (class Output_section): Add is_small_section_ and
13688         is_large_section_ fields.
13689         (Output_section::is_small_section): New function.
13690         (Output_section::set_is_small_section):  New function.
13691         (Output_section::is_large_section): New function.
13692         (Output_section::set_is_large_section): New function.
13693         (Output_section::is_large_data_section): New function.
13694         (class Output_segment): Add is_large_data_segment_ field.
13695         (Output_segment::is_large_data_segment): New function.
13696         (Output_segment::set_is_large_data_segment): New function.
13697         * output.cc (Output_section::Output_section): Initialize new
13698         fields.
13699         (Output_segment::Output_segment): Likewise.
13700         (Output_segment::add_output_section): Add assertion that large
13701         data sections always go in large data segments.  Force small data
13702         sections to the end of the list of data sections.  Force small BSS
13703         sections to the start of the list of BSS sections.  For large BSS
13704         sections to the end of the list of BSS sections.
13705         * symtab.h (class Symbol): Declare is_common_shndx.
13706         (Symbol::is_defined): Check Symbol::is_common_shndx.
13707         (Symbol::is_common): Likewise.
13708         (class Symbol_table): Define enum Commons_section_type.  Update
13709         declarations.  Add small_commons_ and large_commons_ fields.
13710         * symtab.cc (Symbol::is_common_shndx): New function.
13711         (Symbol_table::Symbol_table): Initialize new fields.
13712         (Symbol_table::add_from_object): Put small and large common
13713         symbols in the right list.
13714         (Symbol_table::sized_finalized_symbol): Check
13715         Symbol::is_common_shndx.
13716         (Symbol_table::sized_write_globals): Likewise.
13717         * common.cc (Symbol_table::do_allocate_commons): Allocate new
13718         common symbol lists.  Don't call do_allocate_commons_list if the
13719         list is empty.
13720         (Symbol_table::do_allocate_commons_list): Remove is_tls
13721         parameter.  Add comons_section_type parameter.  Change all
13722         callers.  Handle small and large common symbols.
13723         * object.cc (Sized_relobj::do_finalize_local_symbols): Check
13724         Symbol::is_common_shndx.
13725         * resolve.cc (symbol_to_bits): Likewise.
13726         * target.h (Target::small_common_shndx): New function.
13727         (Target::small_common_section_flags): New function.
13728         (Target::large_common_shndx): New function.
13729         (Target::large_common_section_flags): New function.
13730         (Target::new_output_section): New function.
13731         (Target::Target_info): Add small_common_shndx, large_common_shndx,
13732         small_common_section_flags, and large_common_section_flags
13733         fields.
13734         (Target::do_new_output_section): New virtual function.
13735         * arm.cc (Target_arm::arm_info): Initialize new fields.
13736         * i386.cc (Target_i386::i386_info): Likewise.
13737         * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
13738         Likewise.
13739         * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
13740         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
13741         (Target_x86_64::do_new_output_section): New function.
13742         * configure.ac: Define conditional MCMODEL_MEDIUM.
13743         * testsuite/Makefile.am (check_PROGRAMS): Add large.
13744         (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
13745         (large_LDFLAGS): Define.
13746         * testsuite/large.c: New file.
13747         * testsuite/testfile.cc (Target_test::test_target_info):
13748         Initialize new fields.
13749         * configure, testsuite/Makefile.in: Rebuild.
13750
13751 2009-06-05  Doug Kwan  <dougkwan@google.com>
13752
13753         * Makefile.am (CCFILES): Add target.cc.
13754         * Makefile.in: Regenerate.
13755         * i386.cc (class Target_i386): Define new virtual method to
13756         override do_is_local_label_name in parent.
13757         * object.cc (Sized_relobj::do_count_local_symbols): Discard
13758         local symbols if --discard-locals or -X is given.
13759         * options.h (class General_options): Declare new options
13760         '--discard-locals' and '-X' for discarding locals.
13761         * target.h (class Target): Define new methods is_local_label_name.
13762         Declare new virtual method do_is_local_label_name.
13763         * target.cc: New file.
13764         * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
13765         (check_SCRIPTS): Add discard_locals_test.sh.
13766         (check_DATA): Add discard_local_tests.syms.
13767         (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
13768         (discard_local_tests.syms, discard_locals_test.o): New make rules.
13769         * testsuite/Makefile.in: Regenerate.
13770         * testsuite/discard_locals_test.c: New file.
13771         * testsuite/discard_locals_test.sh: Same.
13772
13773 2009-06-05  Doug Kwan  <dougkwan@google.com>
13774
13775         * object.cc (Sized_relobj::Sized_relobj): Initialize
13776         discarded_eh_frame_shndx_ to -1U.
13777         (Sized_relobj::do_layout): Record index of a discard .eh_frame
13778         section.
13779         (Sized_relobj::do_count_local_symbols): Skip local symbols in
13780         a discarded .eh_frame section.
13781         (Sized_relobj::do_finalize_local_symbols): Ditto.
13782         * object.h (class Sized_relobj): Declare new member
13783         discarded_eh_frame_shndx_.
13784         * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
13785         (local_labels_test.o, local_labels_test): New rules.
13786         * testsuite/Makefile.in: Regenerate.
13787
13788 2009-06-04  Doug Kwan  <dougkwan@google.com>
13789
13790         * layout.cc (Layout::section_name_mapping): Add mapping for
13791         special ARM sections.
13792
13793 2009-06-03  Doug Kwan  <dougkwan@google.com>
13794
13795         * arm.cc (utils::sign_extend): Reverse test in gold_assert.
13796         (utils::has_overflow): Same.
13797
13798 2009-06-03  Ian Lance Taylor  <iant@google.com>
13799
13800         * layout.cc (Layout::section_name_mapping): New array, replacing
13801         Layout::linkonce_mapping.
13802         (Layout::section_name_mapping_count): New variable, replacing
13803         Layout::linkonce_mapping_count.
13804         (Layout::linkonce_output_name): Remove.
13805         (Layout::output_section_name): Rewrite.
13806         * layout.h (class Layout): Rename Linkonce_mapping to
13807         Section_name_mapping, linkonce_mapping to section_name_mapping,
13808         linkonce_mapping_count to section_name_mapping_count.  Don't
13809         declare linkonce_output_name.
13810
13811 2009-06-03  Doug Kwan  <dougkwan@google.com>
13812
13813         * gold/arm.cc (namespace utils): New.
13814         (Target_arm::reloc_is_non_pic): Define new method.
13815         (class Arm_relocate_functions): New.
13816         (Target_arm::Relocate::relocate): Handle relocation types used by
13817         Android.
13818
13819 2009-06-03  Ian Lance Taylor  <iant@google.com>
13820
13821         * arm.cc (Target_arm::scan::global): Use || instead of |.
13822
13823 2009-06-02  Doug Kwan  <dougkwan@google.com>
13824
13825         * gold/arm.cc (Target_arm::Scan::Scan):  Initialize
13826         issued_non_pic_error_.
13827         (class Target_arm::Scan): Declare new method check_non_pic.
13828         Define new method symbol_needs_plt_entry.
13829         Declare new data member issued_non_pic_error_.
13830         (class Target_arm::Relocate): Declare new method
13831         should_apply_static_reloc.
13832         (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
13833         (Target_arm::Scan::check_non_pic): Define new method.
13834         (Target_arm::Scan::local): Handle a small subset of reloc types used
13835         by Android.
13836         (Target_arm::Scan::local): Same.
13837         (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
13838
13839 2009-05-31  Mikolaj Zalewski  <mikolajz@google.com>
13840
13841         * incremental.cc (Incremental_inputs::report_command_line): Filter
13842         out --incremental-* options.
13843
13844 2009-05-29  Doug Kwan  <dougkwan@google.com>
13845
13846         * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
13847         template class.
13848         (class Target_arm): Update comment.
13849         (Target_arm::Target_arm): Initialize new data members GOT_,
13850         PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
13851         Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
13852         and Target_arm::rel_dyn_section.
13853         Declare new_enum Target_arm::Got_type.
13854         Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
13855         and DYNBSS_.
13856         Update commments for member do_dynsym_value.
13857         (Target_arm::got_size, Target_arm::plt_section,
13858         Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
13859         new methods inside class defintion.
13860         (Target_arm::got_section): Define new method.
13861         (Target_arm::rel_dyn_section): Same.
13862         (Output_data_plt_arm): New template class.
13863         (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
13864         (Output_data_plt_arm:do_adjust_output_section): Define new method.
13865         (Output_data_plt_arm::add_entry): Same.
13866         (Output_data_plt_arm::first_plt_entry): Define new
13867         static data member for PLT instruction template.
13868         (Output_data_plt_arm::plt_entry): Same.
13869         (Output_data_plt_arm::do_write): Define new method.
13870         (Target_arm::make_plt_entry): Same.
13871         (Target_arm::do_finalize_sections): Same.
13872         (Target_arm::do_dynsym_value): Same.
13873
13874 2009-05-28  Doug Kwan  <dougkwan@google.com>
13875
13876         * Makefile.am (TARGETSOURCES): Add arm.cc.
13877         (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
13878         * Makefile.in: Regenerate.
13879         * arm.cc: New file.
13880         * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
13881
13882 2009-05-26  Doug Kwan  <dougkwan@google.com>
13883
13884         * options.cc (General_options::parse_exclude_libs).  Fix a comment.
13885         (General_options::check_excluded_libs): Strip off directories in
13886         archive name before matching like GNU ld does.
13887         * testsuite/Makefile.am (MOSTLYCLEANFILES,
13888         exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
13889         (exclude_libs_test_LDFLAGS): Add linker option
13890         -Wl,--exclude-libs,libexclude_libs_test_3
13891         (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
13892         an explicit archive without using -l.
13893         (alt/libexclude_libs_test_3.a): New make rule.
13894         * testsuite/Makefile.in: Regenerate.
13895         * testsuite/exclude_libs_test.c : Declare lib3_default().
13896         (main): Call it.
13897         * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
13898         * exclude_libs_test_3.c: New file.
13899
13900 2009-05-26  Nick Clifton  <nickc@redhat.com>
13901
13902         * po/id.po: New Indonesian translation.
13903         * po/gold.pot: Updated template file.
13904
13905 2009-05-22  Sriraman Tallam  <tmsriram@google.com>
13906
13907         * testsuite/Makefile.am: Add -ffunction-sections to compile
13908         gc_comdat_test files.  Add -Wl,--gc-sections to build
13909         gc_comdat_test.
13910         * testsuite/Makefile.in: Regenerate.
13911         * testsuite/gc_comdat_test.sh: Fix the condition around grep.
13912
13913 2009-05-21  Sriraman Tallam  <tmsriram@google.com>
13914
13915         * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
13916         kept comdat section was garbage collected.
13917         * testsuite/Makefile.am: Add test gc_comdat_test.sh.
13918         * testsuite/Makefile.in: Regenerate.
13919         * testsuite/gc_comdat_test.sh: New file.
13920         * testsuite/gc_comdat_test_1.cc: New file.
13921         * testsuite/gc_comdat_test_2.cc: New file.
13922
13923 2009-05-19  Doug Kwan  <dougkwan@google.com>
13924
13925         * archive.cc (Archive::Archive): Move constructor from archive.h
13926         to here.  Initialize no_export_.
13927         (Archive::get_elf_object_for_member): Set no_export flag of object.
13928         * archive.h (Archive::Archive): Move constructor body to
13929         archive.cc.
13930         (Archive::no_export): New method.
13931         (Archive::no_export_): New field.
13932         * object.h (Object::Object): Initialize no_export_ to false.
13933         (Object::no_export, Object::set_no_export): New methods.
13934         (Object::no_export_): New field.
13935         * options.cc (General_options::parse_exclude_libs): New method.
13936         (General_options::check_excluded_libs) Same.
13937         * options.h (exclude_libs): New option.
13938         (General_options::check_excluded_libs): New method declaration.
13939         (General_options::excluded_libs_): New field.
13940         * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
13941         default or protected visibility if an object has no-export flag set.
13942         testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
13943         (check_SCRIPTS): Add exclude_libs_test.sh.
13944         (check_DATA): Add exclude_libs_test.syms.
13945         (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
13946         libexclude_libs_test_1.a and libexclude_libs_test_2.a.
13947         (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
13948         exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
13949         (exclude_libs_test.syms, libexclude_libs_test_1.a,
13950         libexclude_libs_test_2.a): New rules.
13951         * testsuite/Makefile.in: Regenerate.
13952         * testsuite/exclude_libs_test.c: New file.
13953         * testsuite/exclude_libs_test.sh: Ditto.
13954         * testsuite/exclude_libs_test_1.c: Ditto.
13955         * testsuite/exclude_libs_test_2.c: Ditto.
13956
13957 2009-05-15  Ian Lance Taylor  <iant@google.com>
13958
13959         * configure.ac: Check for declarations for cases where libiberty.h
13960         checks HAVE_DECL_xxx.
13961         * configure, config.in: Rebuild.
13962
13963 2009-05-15  Mikolaj Zalewski  <mikolajz@google.com>
13964
13965         * gold.h (Incremental_argument_list): Remove (invalid) forward
13966         declaration.
13967         * incremental.cc (Incremental_inputs::report_achive): New method.
13968         (Incremental_inputs::report_object): New method.
13969         (Incremental_inputs::report_script): New method.
13970         (Incremental_inputs::finalize_inputs): New method.
13971         (Incremental_inputs::finalize): Call finalize_inputs().
13972         (Incremental_inputs::sized_create_incremental_inputs_section_data):
13973         Create inputs entries.
13974         * incremental.h (Incremental_input_type): New enum.
13975         (Incremental_inputs::Incremental_input): Initialize new fields.
13976         (Incremental_inputs::report_inputs): New method.
13977         (Incremental_inputs::report_achive): New method.
13978         (Incremental_inputs::report_object): New method.
13979         (Incremental_inputs::report_script): New method.
13980         (Incremental_inputs::finalize_inputs): New method.
13981         (Incremental_inputs::Input_info): New struct.
13982         (Incremental_inputs::Input_info_map): New typedef.
13983         (Incremental_inputs::lock_): New field.
13984         (Incremental_inputs::Inputs_): New field.
13985         (Incremental_inputs::Inputs_map): New field.
13986         * main.cc (main): Call Incremental_input::report_inputs.
13987         * options.h (Input_argument_list): Typedef moved from
13988         Input_arguments.
13989         (Input_file_group::Files): Remove, use ::Input_argument_list.
13990         (Input_file_group::Input_argument_list): Remove, use
13991         ::Input_argument_list.
13992         * plugin.cc (Plugin_manager::add_input_file): Add error in
13993         incremental build.
13994         * read_syms.cc (do_read_syms): Call Incremental_input::report_*
13995         functions.
13996         * script.cc (read_input_script): Call
13997         Incremental_input::report_script.
13998         * script.h (Script_info): New class.
13999
14000 2009-04-27  Ian Lance Taylor  <iant@google.com>
14001
14002         * x86_64.cc (do_adjust_output_section): Set entsize to
14003         plt_entry_size.
14004
14005 2009-04-23  Elliott Hughes  <enh@google.com>
14006
14007         * output.cc (Output_file::close): After short writes, continue
14008         writing from the correct offset in the buffer being written.
14009
14010 2009-04-23  Chris Demetriou  <cgd@google.com>
14011
14012         * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
14013         * configure: Regenerate.
14014         * config.in: Regenerate.
14015         * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
14016         if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
14017
14018 2009-04-21  Mikolaj Zalewski  <mikolajz@google.com>
14019
14020         * incremental.cc (Incremental_inputs_header_data): Renamed from
14021         Incremental_input_header_data.
14022         (Incremental_inputs_header_data::data_size): New field.
14023         (Incremental_inputs_header_data::put_input_file_count): Renamed
14024         from input_file_count.
14025         (Incremental_inputs_header_data::put_command_line_offset): Renamed
14026         from command_line_offset.
14027         (Incremental_inputs_header_data::put_reserved): Renamed from
14028         put_reserved.
14029         (Incremental_inputs_entry_data): Renamed from
14030         Incremental_input_entry_data.
14031         (Incremental_inputs_entry_data::data_size): New field.
14032         (Incremental_inputs::report_command_line): New method.
14033         (Incremental_inputs::finalize): New method.
14034         (Incremental_inputs::create_incremental_inputs_data): New method.
14035         (Incremental_inputs::sized_create_incremental_inputs_data): New method.
14036         * incremental.h: New file.
14037         * layout.cc (Layout::Layout): Handle new incremental_inputs_.
14038         (Layout::finalize): Create incremental inputs section in
14039         incremental builds.
14040         (Layout::create_incremental_info_sections): New method.
14041         * layout.h (Layout::incremental_inputs): New method.
14042         (Layout::create_incremental_info_sections): New method.
14043         (Layout::incremental_inputs_): New field.
14044         * main.cc (main): Notify Incremental_input of the command line.
14045
14046 2009-04-01  Ian Lance Taylor  <iant@google.com>
14047             Mikolaj Zalewski  <mikolajz@google.com>
14048
14049         * gold.h (reserve_unordered_map): Define, three versions, one for
14050         each version of Unordered_map.
14051         * layout.cc (Layout::Layout): Remove options parameter.  Add
14052         number_of_input_files parameter.  Don't initialize options_.
14053         Initialize number_of_input_files_ and resized_signatures_.  Move
14054         sections_are_attached_.
14055         (Layout::layout_group): Reserve space for group_signatures_.
14056         (Layout::find_or_add_kept_section): Change name parameter to be a
14057         reference.  Resize signatures_ map when it gets large enough.
14058         (Layout::layout_eh_frame): Use parameters->options() instead of
14059         this->options_.
14060         (Layout::make_output_section): Likewise.
14061         (Layout::attach_allocated_section_to_segment): Likewise.
14062         (Layout::finalize, Layout::create_executable_stack): Likewise.
14063         (Layout::set_segment_offsets, Layout::create_interp): Likewise.
14064         (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
14065         * layout.h (class Layout): Update declarations.  Remove options_
14066         field.  Add number_of_input_files_ and resized_signatures_
14067         fields.  Move sections_are_attached_ field.
14068         * main.cc (main): Pass number of input files to Layout
14069         constructor.  Don't pass options.
14070
14071 2009-03-30  Ian Lance Taylor  <iant@google.com>
14072
14073         * ffsll.c (ffsll): Correct implementation.
14074
14075 2009-03-27  Ian Lance Taylor  <iant@google.com>
14076
14077         * ffsll.c: New file.
14078         * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
14079         * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
14080         * ftruncate.c (ftruncate): Declare before definition.
14081         * mremap.c (mremap): Likewise.
14082         * pread.c (pread): Likewise.
14083         * configure, Makefile.in, config.in: Rebuild.
14084
14085         * mremap.c: New file.
14086         * configure.ac: Call AC_REPLACE_FUNCS on mremap.
14087         * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
14088         (mremap): Declare if HAVE_MREMAP is not defined.
14089         * configure, Makefile.in, config.in: Rebuild.
14090
14091 2009-03-27  Cary Coutant  <ccoutant@google.com>
14092
14093         * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
14094         position independent.
14095         * sparc.cc (Target_sparc::check_non_pic): Likewise.
14096         * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
14097
14098 2009-03-24  Cary Coutant  <ccoutant@google.com>
14099
14100         * symtab.h (needs_plt_entry): Check for unsatisfied reference from
14101         an executable.
14102         (needs_dynamic_reloc): Likewise.
14103
14104 2009-03-24  Ian Lance Taylor  <iant@google.com>
14105
14106         * yyscript.y (file_cmd): Recognize EXTERN.
14107         (extern_name_list, extern_name_list_body): New nonterminals.
14108         * script.cc (script_add_extern): Define.
14109         * script-c.h (script_add_extern): Declare.
14110
14111 2009-03-24  Rafael Avila de Espindola  <espindola@google.com>
14112
14113         * object.cc (is_elf_object): Define.
14114         * object.h (is_elf_object): Declare.
14115         * archive.cc (Archive::get_elf_object_for_member): Call
14116         is_elf_object.
14117         * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
14118
14119 2009-03-24  Elliott Hughes  <enh@google.com>
14120
14121         * output.cc (Output_file::map_anonymous): Define.
14122         (Output_file::map): Use map_anonymous.  If the regular mmap fails,
14123         try an anonymous one.  Report the size if the mmap fails.
14124         * output.h (class Output_file): Declare map_anonymous.
14125
14126 2009-03-24  Ian Lance Taylor  <iant@google.com>
14127
14128         * target-select.cc (instantiate_target): Don't acquire the lock if
14129         the instantiated_target_ field has already been set.
14130
14131 2009-03-23  Ian Lance Taylor  <iant@google.com>
14132
14133         * gold-threads.h (class Initialize_lock): Define.
14134         * gold-threads.cc (class Initialize_lock_once): Define.
14135         (initialize_lock_control): New static variable.
14136         (initialize_lock_pointer): New static variable.
14137         (initialize_lock_once): New static function.
14138         (Initialize_lock::Initialize_lock): Define.
14139         (Initialize_lock::initialize): Define.
14140         * target-select.h: Include "gold-threads.h".
14141         (class Target_selector): Add lock_ and initialize_lock_ fields.
14142         Don't define instantiate_target, just declare it.
14143         * target-select.cc (Target_selector::Target_selector): Initialize
14144         new fields.
14145         (Target_selector::instantiate_target): Define.
14146         * descriptors.h: Include "gold-threads.h".
14147         (class Descriptors): Add initialize_lock_ field.
14148         * descriptors.cc (Descriptors::Descriptors): Initialize new
14149         field.
14150         (Descriptors::open): Use initialize_lock_ field
14151         * errors.h (class Errors): Add initialize_lock_ field.
14152         * errors.cc (Errors::Errors): Initialize new field.
14153         (Errors::initialize_lock): Use initialize_lock_ field.
14154         * powerpc.cc (class Target_selector_powerpc): Remove
14155         instantiated_target_ field.  In do_recognize call
14156         instantiate_target rather than do_instantiate_target.  In
14157         do_instantiate_target just allocate a new target.
14158         * sparc.cc (class Target_selector_sparc): Likewise.
14159
14160         * freebsd.h: New file.
14161         * i386.cc: Include "freebsd.h".
14162         (Target_i386): Derive from Target_freebsd rather than
14163         Sized_target.
14164         (Target_selector_i386): Derive from Target_selector_freebsd rather
14165         than Target_selector.
14166         * x86_64.cc: Include "freebsd.h".
14167         (Target_x86_64): Derive from Target_freebsd rather than
14168         Sized_target.
14169         (Target_selector_x86_64): Derive from Target_selector_freebsd
14170         rather than Target_selector.
14171         * target.h (class Target): Add adjust_elf_header and
14172         do_adjust_elf_header.
14173         * output.cc (Output_file_header:: do_sized_write): Call target
14174         adjust_elf_header routine.
14175         * configure.tgt: Set targ_osabi.
14176         * configure.ac: Define GOLD_DEFAULT_OSABI.
14177         * parameters.cc (Parameters::default_target): Pass
14178         GOLD_DEFAULT_OSABI to select_target.
14179         * target-select.h (class Target_selector): Make instantiate_target
14180         protected rather than private.
14181         * Makefile.am (HFILES): Add freebsd.h.
14182         * configure, Makefile.in, config.in: Rebuild.
14183
14184         * merge.cc (do_add_input_section): Correct pend value.  Change
14185         message about last entry not being null terminated from error to
14186         warning.
14187
14188 2009-03-20  Mikolaj Zalewski  <mikolajz@google.com>
14189
14190         * incremental.cc: New file.
14191         * Makefile.am (CCFILES): Add incremental.cc.
14192         * Makefile.in: Rebuild.
14193
14194 2009-03-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
14195
14196         * layout.cc (Layout::output_section_name): Preserve names
14197         of '.note.' sections.
14198
14199 2009-03-19  Ian Lance Taylor  <iant@google.com>
14200
14201         * descriptors.cc (Descriptors::open): Check that the options are
14202         valid before using them.
14203
14204 2009-03-18  Ian Lance Taylor  <iant@google.com>
14205
14206         * script-sections.h: Include <list>.
14207         (class Script_sections): Change Sections_elements from std::vector
14208         to std::list.  Typedef public Elements_iterator.  Add
14209         orphan_section_placement_, data_segment_align_start_, and
14210         saw_data_segment_align_ fields.  Remove data_segment_align_index_
14211         field.
14212         * script-sections.cc (class Orphan_section_placement): New class.
14213         (class Sections_element): Add virtual functions is_relro and
14214         orphan_section_init.  Remove virtual function place_orphan_here.
14215         (class Output_section_definition): Add is_relro and
14216         orphan_section_init.  Remove place_orphan_here.
14217         (class Orphan_output_section): Likewise.
14218         (Script_sections::Script_sections): Update for field changes.
14219         (Script_sections::data_segment_align): Set saw_data_segment_align_
14220         and data_segment_align_start_, not data_segment_align_index.
14221         (Script_sections::data_segment_relro_end): Check
14222         saw_data_segment_align_.  Use data_segment_align_start_ rather
14223         than data_segment_align_index_.
14224         (Script_sections::place_orphan): Rewrite to use
14225         Orphan_section_placement.
14226
14227 2009-03-17  Ian Lance Taylor  <iant@google.com>
14228
14229         * archive.cc (Archive::add_symbols): Check for a version attached
14230         to the symbol name in the archive map.
14231         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
14232         (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
14233         (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
14234         (ver_test_11.a): New target.
14235         * testsuite/Makefile.in: Rebuild.
14236
14237         * configure.ac: Check for chsize and posix_fallocate.  Replace
14238         ftruncate.
14239         * ftruncate.c: New file, from gnulib.
14240         * output.cc (posix_fallocate): Define dummy version if not
14241         HAVE_POSIX_FALLOCATE.
14242         (Output_file::map): Call posix_fallocate rather than lseek and
14243         write.
14244         * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
14245         * configure, Makefile.in, config.in: Rebuild.
14246
14247 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
14248
14249         * layout.h (Layout::create_note): Add section_name parameter.
14250         * layout.cc (Layout::create_note): Likewise.
14251         (Layout::create_build_id, Layout::create_gold_note): Fix callers.
14252
14253 2009-03-17  Ian Lance Taylor  <iant@google.com>
14254
14255         * descriptors.cc: Include "options.h".
14256         (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
14257         (Descriptors::open): Always use O_CLOEXEC when opening a new
14258         descriptor.  If we have a plugin, and O_CLOEXEC was not defined,
14259         then set FD_CLOEXEC.
14260
14261         * sparc.cc (class Target_sparc): Add has_got_section.
14262         (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
14263         make sure we have a GOT section.
14264
14265         * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
14266         (Target_sparc::Scan::local): Likewise.
14267         (Target_sparc::Scan::global): Likewise.
14268         (Target_sparc::Relocate::relocate): Likewise.
14269         (Target_sparc::Relocate::relocate_tls): Likewise.
14270
14271         * symtab.cc (Symbol_table::define_default_version): New function,
14272         broken out of add_from_object.
14273         (Symbol_table::add_from_object): Call define_default_version.
14274         (Symbol_table::define_special_symbol): Add resolve_oldsym
14275         parameter.  Change all callers.  If the version for a symbol comes
14276         from a version script, resolve it with the symbol with the same
14277         name with no version.  Also add the symbol without a version if
14278         appropriate.
14279         (do_define_in_output_data): If resolving with oldsym, don't delete
14280         sym.
14281         (do_define_in_output_segment): Likewise.
14282         (do_define_as_constant): Likewise.
14283         * symtab.h (class Symbol_table): Update declarations.
14284
14285 2009-03-13  Ian Lance Taylor  <iant@google.com>
14286
14287         * readsyms.cc (Read_symbols::incompatible_warning): New function.
14288         (Read_symbols::requeue): New function.
14289         (Read_symbols::do_read_symbols): If make_elf_object fails because
14290         the target type is not configured, and the file was searched for,
14291         issue a warning and retry with the next directory.
14292         (Add_symbols::run): If the file has an incompatible format, and
14293         it was searched for, requeue the Read_symbols task.  On error,
14294         release the object.
14295         * readsyms.h (class Read_symbols): Add dirindex_ field.  Add
14296         dirindex parameter to constructor.  Change all callers.  Declare
14297         incompatible_warning and requeue.
14298         (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
14299         input_argument_ and input_group_ fields.  Add them to
14300         constructor.  Change all callers.
14301         (class Read_script): Add dirindex_ field.  Add it to constructor.
14302         Change all callers.
14303         * archive.cc (Archive::setup): Remove input_objects parameter.
14304         Change all callers.
14305         (Archive::get_file_and_offset): Likewise.
14306         (Archive::read_all_symbols): Likewise.
14307         (Archive::read_symbols): Likewise.
14308         (Archive::get_elf_object_for_member): Remove input_objects
14309         parameter.  Add punconfigured parameter.  Change all callers.
14310         (Archive::add_symbols): Change return type to bool.  Check return
14311         value of include_member.
14312         (Archive::include_all_members): Likewise.
14313         (Archive::include_member): Change return type to bool.  Return
14314         false if first included object has incompatible target.  Set
14315         included_member_ field.
14316         (Add_archive_symbols::run): If add_symbols returns false, requeue
14317         Read_symbols task.
14318         * archive.h (class Archive): Add included_member_ field.
14319         Initialize it in constructor.  Add input_file and searched_for
14320         methods.  Update declarations.
14321         (class Add_archive_symbols): Add dirpath_, dirindex_, and
14322         input_argument_ fields.  Add them to constructor.  Change all
14323         callers.
14324         * script.cc: Include "target-select.h".
14325         (class Parser_closure): Add skip_on_incompatible_target_ and
14326         found_incompatible_target_ fields.  Add
14327         skip_on_incompatible_target parameter to constructor.  Change all
14328         callers.  Add methods skip_on_incompatible_target,
14329         clear_skip_on_incompatible_target, found_incompatible_target, and
14330         set_found_incompatible_target.
14331         (read_input_script): Add dirindex parameter.  Change all callers.
14332         If parser finds an incompatible target, requeue Read_symbols
14333         task.
14334         (script_set_symbol): Clear skip_on_incompatible_target in
14335         closure.
14336         (script_add_assertion, script_parse_option): Likewise.
14337         (script_start_sections, script_add_phdr): Likewise.
14338         (script_check_output_format): New function.
14339         * script.h (read_input_script): Update declaration.
14340         * script-c.h (script_check_output_format): Declare.
14341         * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
14342         (ignore_cmd): Remove OUTPUT_FORMAT.
14343         * fileread.cc (Input_file::Input_file): Add explicit this.
14344         (Input_file::will_search_for): New function.
14345         (Input_file::open): Add pindex parameter.  Change all callers.
14346         * fileread.h (class Input_file): Add input_file_argument method.
14347         Declare will_search_for.  Update declarations.
14348         * object.cc (make_elf_object): Add punconfigured parameter.
14349         Change all callers.
14350         * object.h (class Object): Make input_file public.  Add
14351         searched_for method.
14352         (make_elf_object): Update declaration.
14353         * dirsearch.cc (Dirsearch::find): Add pindex parameter.  Use it to
14354         restart search.
14355         * dirsearch.h (class Dirsearch): Update declaration.
14356         * options.h (class General_options): Add --warn-search-mismatch.
14357         * parameters.cc (Parameters::is_compatible_target): New function.
14358         * parameters.h (class Parameters): Declare is_compatible_target.
14359         * workqueue.cc (Workqueue::add_blocker): New function.
14360         * workqueue.h (class Workqueue): Declare add_blocker.
14361
14362         * fileread.cc (Input_file::open): Remove options parameter.
14363         Change all callers.
14364         (Input_file::open_binary): Likewise.
14365         * script.cc (read_input_script): Likewise.
14366         * readsyms.h (class Read_symbols): Remove options_ field.  Remove
14367         options parameter from constructor.  Change all callers.
14368         (class Read_script): Likewise.
14369         * fileread.h (class Input_file): Update declarations.
14370         * script.h (read_input_script): Update declaration.
14371
14372 2009-03-10  Nick Clifton  <nickc@redhat.com>
14373
14374         * po/es.po: New Spanish translation.
14375
14376 2009-03-06  Cary Coutant  <ccoutant@google.com>
14377
14378         * options.cc (parse_short_option): Keep dash_z from registering itself.
14379
14380 2009-03-03  Ian Lance Taylor  <iant@google.com>
14381
14382         PR 9918
14383         * target-reloc.h (relocate_section): Pass output_section to
14384         relocate.
14385         * i386.cc (Target_i386::should_apply_static_reloc): Add
14386         output_section parameter.  Change all callers.
14387         (Target_i386::Relocate::relocate): Add output_section parameter.
14388         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
14389         * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
14390         * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
14391         * testsuite/two_file_shared.sh: New script.
14392         * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
14393         (check_DATA): Add two_file_shared.dbg.
14394         (two_file_shared.dbg): New target.
14395         * testsuite/Makefile.in: Rebuild.
14396
14397 2009-03-01  Ian Lance Taylor  <iant@google.com>
14398
14399         * configure.ac: Check for byteswap.h.
14400         * configure: Rebuild.
14401         * config.in: Rebuild.
14402
14403 2009-03-01  Mikolaj Zalewski  <mikolajz@google.com>
14404
14405         * layout.cc (Layout::find_or_add_kept_section): New function.
14406         (Layout::add_comdat): Removed.
14407         * layout.h (struct Kept_section): Move out of class Layout.
14408         Remove trailing underscores from field names.  Add group_sections
14409         field.  Rename group_ field to is_group.  Change all uses.
14410         (class Layout): Declare find_or_add_kept_section, not add_comdat.
14411         * object.cc (Sized_relobj::Sized_relobj): Don't initialize
14412         comdat_groups_ field.
14413         (Sized_relobj::include_section_group): Use
14414         find_or_add_kept_section and Kept_section::group_sections.
14415         (Sized_relobj::include_linkonce_section): Likewise.
14416         * object.cc (class Sized_relobj): Don't define Comdat_group or
14417         Comdat_group_table.  Remove find_comdat_group and
14418         add_comdat_group.  Remove comdat_groups_ field.
14419         * plugin.cc (include_comdat_group): Use
14420         Layout::find_or_add_kept_section.
14421
14422 2009-02-28  Ian Lance Taylor  <iant@google.com>
14423
14424         * README: --gc-sections and map files are now supported.  Document
14425         some build requirements.
14426
14427         PR 6992
14428         * symtab.cc (Symbol_table::sized_write_section_symbol): In a
14429         relocatable link set the value of the section symbol to zero.
14430         * object.cc (Sized_relobj::do_finalize_local_symbols): In a
14431         relocatable link don't include the section address in the local
14432         symbol value.
14433
14434 2009-02-27  Ian Lance Taylor  <iant@google.com>
14435
14436         PR 6811
14437         * options.h (class Search_directory): Add is_system_directory.
14438         (class General_options): Declare is_in_system_directory.
14439         * options.cc (get_relative_sysroot): Make static.
14440         (get_default_sysroot): Make static.
14441         (General_optoins::is_in_system_directory): New function.
14442         * fileread.cc (Input_file::is_in_system_directory): New function.
14443         * fileread.h (class Input_file): Declare is_in_system_directory.
14444         * object.h (class Object): Add is_in_system_directory.
14445         (class Input_objects): Remove system_library_directory_ field.
14446         * object.cc (Input_objects::add_object): Don't set
14447         system_library_directory_.
14448         (input_objects::found_in_system_library_directory): Remove.
14449         * symtab.cc (Symbol_table::write_globals): Remove input_objects
14450         parameter.  Change all callers.
14451         (Symbol_table::sized_write_globals): Likewise.
14452         (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
14453         Call Object::is_in_system_directory.
14454         * symtab.h (class Symbol_table): Update declarations.
14455
14456         PR 5990
14457         * descriptors.h (Open_descriptor): Add is_on_stack field.
14458         * descriptors.cc (Descriptors::open): If the descriptor is on the
14459         top of the stack, remove it.  Initialize is_on_stack field.
14460         (Descriptors::release): Only add pod to stack if it is not on the
14461         stack already.
14462         (Descriptors::close_some_descriptor): Clear stack_next and
14463         is_on_stack fields.
14464
14465         PR 7091
14466         * output.cc (Output_section::find_starting_output_address): Rename
14467         from starting_output_address; add PADDR parameter; change return
14468         type.
14469         * output.h (class Output_section): Declare
14470         find_starting_output_address instead of starting_output_address.
14471         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
14472         section symbol for which we can't find a merge section.
14473
14474         PR 9836
14475         * symtab.cc (Symbol_table::add_from_object): If the visibility is
14476         hidden or internal, force the symbol to be local.
14477         * resolve.cc (Symbol::override_visibility): Define.
14478         (Symbol::override_base): Use override_visibility.
14479         (Symbol_table::resolve): Likewise.
14480         (Symbol::override_base_with_special): Likewise.
14481         (Symbol_table::override_with_special): If the visibility is hidden
14482         or internal, force the symbol to be local.
14483         * symtab.h (class Symbol): Add set_visibility and
14484         override_visibility.
14485         * testsuite/ver_test_1.sh: New file.
14486         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
14487         (check_DATA): Add ver_test_1.syms.
14488         (ver_test_1.syms): New target.
14489         * testsuite/Makefile.in: Rebuild.
14490
14491 2009-02-25  Cary Coutant  <ccoutant@google.com>
14492
14493         * layout.cc (Layout::choose_output_section): Don't rename sections
14494         when using a linker script that has a SECTIONS clause.
14495         * Makefile.in: Regenerate.
14496
14497         * testsuite/Makefile.am (script_test_5.sh): New test case.
14498         * testsuite/Makefile.in: Regenerate.
14499         * testsuite/script_test_5.cc: New file.
14500         * testsuite/script_test_5.sh: New file.
14501         * testsuite/script_test_5.t: New file.
14502
14503 2009-02-13  Rafael Avila de Espindola  <espindola@google.com>
14504
14505         * archive.cc (Archive::include_member): Update calls to add_symbols.
14506         * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
14507         the Layout argument.
14508         * dynobj.h (do_add_symbols): Add the Layout argument.
14509         * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
14510         Layout argument.
14511         * object.h (Object::add_symbols): Add the Layout argument.
14512         (Object::do_add_symbols): Add the Layout argument.
14513         (Sized_relobj::do_add_symbols): Add the Layout argument.
14514         * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
14515         Unify the two versions.
14516         (Add_plugin_symbols): Remove.
14517         * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
14518         (Sized_pluginobj::do_add_symbols): Unify the two versions.
14519         (Add_plugin_symbols): Remove.
14520         * readsyms.cc (Read_symbols::do_read_symbols): Update call to
14521         Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
14522         (Add_symbols::run): Make it work with Pulginobj.
14523
14524 2009-02-06  Ian Lance Taylor  <iant@google.com>
14525
14526         * object.cc (Sized_relobj::do_layout): Make info message start
14527         with lower case letter.
14528
14529 2009-02-06  Mikolaj Zalewski  <mikolajz@google.com>
14530
14531         * binary.cc: Fix file comment.
14532
14533         * options.h (enum Incremental_disposition): Define.
14534         (class General_options): Add new options: --incremental,
14535         --incremental_changed, --incremental_unchanged,
14536         --incremental_unknown.  Add incremental_disposition_ and
14537         implicit_incremental_ fields.
14538         (General_options::incremental_disposition): New function.
14539         (class Position_dependent_options): Add incremental_disposition
14540         option.
14541         (Position_dependent_options::copy_from_options): Set incremental
14542         dispositions.
14543         * options.cc (General_options::parse_incremental_changed): New
14544         function.
14545         (General_options::parse_incremental_unchanged): New function.
14546         (General_options::parse_incremental_unknown): New function.
14547         (General_options::General_options): Initialize new fields
14548         incremental_disposition_ and implicit_incremental_.
14549         (General_options::finalize): Check for uasge of --incremental-*
14550         without --incremental.
14551
14552 2009-02-06  Chris Demetriou  <cgd@google.com>
14553
14554         * gold.h (gold_undefined_symbol): Change to take only a Symbol
14555         pointer and to report location as the file name associated with
14556         the symbol.
14557         (gold_undefined_symbol_at_location): New function to replace the
14558         old gold_undefined_symbol functionality.
14559         * target-reloc.h (relocate_section): Update to use
14560         gold_undefined_symbol_at_location.
14561         * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
14562         Call gold_undefined_symbol function rather than gold_error.
14563         * errors.h (Errors::undefined_symbol): Take location as a
14564         string, rather than calculating it from a relocation.
14565         * errors.cc (Errors::fatal): Print "fatal error:" before the
14566         formatted message.
14567         (Errors::error, Errors::error_at_location): Print "error: "
14568         before the formatted message.
14569         (Errors::undefined_symbol): Take location as a string, rather
14570         than calculating it from a relocation.
14571         (gold_undefined_symbol_at_location): New function akin to
14572         old gold_undefined_symbol, calculates location from relocation.
14573         (gold_undefined_symbol): Change to take only a Symbol pointer
14574         and to report location as the file name associated with the symbol.
14575         * testsuite/debug_msg.sh: Update for changed error messages.
14576         * testsuite/undef_symbol.sh: Likewise.
14577
14578 2009-02-04  Duncan Sands  <baldrick@free.fr>
14579
14580         PR 9812
14581         * reduced_debug_output.h
14582         (Output_reduced_debug_abbrev_section::failed): Use format for
14583         gold_warning.
14584         (Output_reduced_debug_info_section::faild): Likewise.
14585
14586 2009-01-31  Mikolaj Zalewski  <mikolajz@google.com>
14587
14588         * script.cc (Lazy_demangler): New class.
14589         (Version_script_info::get_symbol_version_helper): Demangle a
14590         symbol only once.
14591
14592 2009-01-29  Cary Coutant  <ccoutant@google.com>
14593
14594         * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
14595         to __tls_get_addr.
14596         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
14597
14598 2009-01-28  Ian Lance Taylor  <iant@google.com>
14599
14600         * version.cc (version_string): Bump to 1.9.
14601
14602         * gold.h: Include <cstring> and <stdint.h>.
14603         * version.cc: Include <cstdio>.
14604         * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
14605         warning.
14606         * reduced_debug_output.cc (insert_into_vector): Rename from
14607         Insert_into_vector; change all callers.  Use Swap_unaligned to
14608         avoid aliasing issue; remove union since it is unnecessary.
14609
14610 2009-01-27  Sriraman Tallam  <tmsriram@google.com>
14611
14612         * Makefile.am (CCFILES): Add gc.cc.
14613         (HFILES): Add gc.h.
14614         * Makefile.in: Regenerate.
14615         * gold.cc (Gc_runner): New class.
14616         (queue_initial_tasks): Call garbage collection related tasks
14617         when corresponding options are invoked.
14618         (queue_middle_gc_tasks): New function.
14619         (queue_middle_tasks): Reorder tasks to allow relocs to be read and
14620         processed early before laying out sections during garbage collection.
14621         * gold.h (queue_middle_gc_tasks): New function.
14622         (is_prefix_of): Move from "layout.cc".
14623         * i386.cc (Target_i386::gc_process_relocs): New function.
14624         * layout.cc (is_prefix_of): Remove. Move to "gold.h"
14625         * main.cc (main): Create object of class "Garbage_collection".
14626         * object.cc (Relobj::copy_symbols_data): New function.
14627         (Relobj::is_section_name_included): New function.
14628         (Sized_relobj::do_layout): Allow this function to be called twice
14629         during garbage collection and defer layout of section during the
14630         first call.
14631         * object.h (Relobj::get_symbols_data): New function.
14632         (Relobj::is_section_name_included): New function.
14633         (Relobj::copy_symbols_data): New function.
14634         (Relobj::set_symbols_data): New function.
14635         (Relobj::get_relocs_data): New function.
14636         (Relobj::set_relocs_data): New function.
14637         (Relobj::is_output_section_offset_invalid): New pure virtual function.
14638         (Relobj::gc_process_relocs): New function.
14639         (Relobj::do_gc_process_relocs): New pure virtual function.
14640         (Relobj::sd_): New data member.
14641         (Sized_relobj::is_output_section_offset_invalid): New function.
14642         (Sized_relobj::do_gc_process_relocs): New function.
14643         * options.h (General_options::gc_sections): Modify to not be a no-op.
14644         (General_options::print_gc_sections): New option.
14645         * plugin.cc (Plugin_finish::run): Remove function call to
14646         Plugin_manager::layout_deferred_objects.  Move it to "gold.cc".
14647         * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
14648         * reloc.cc (Read_relocs::run): Add task to process relocs and
14649         determine unreferenced sections when doing garbage collection.
14650         (Gc_process_relocs): New class.
14651         (Sized_relobj::do_gc_process_relocs): New function.
14652         (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
14653         sections that are garbage collected.
14654         * reloc.h (Gc_process_relocs): New class.
14655         * sparc.cc (Target_sparc::gc_process_relocs): New function.
14656         * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
14657         symbols whose corresponding sections are garbage collected.
14658         (Symbol_table::Symbol_table): Add new parameter for the garbage
14659         collection object.
14660         (Symbol_table::gc_mark_undef_symbols): New function.
14661         (Symbol_table::gc_mark_symbol_for_shlib): New function.
14662         (Symbol_table::gc_mark_dyn_syms): New function.
14663         (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
14664         as garbage.
14665         (Symbol_table::add_from_object): Likewise.
14666         (Symbol_table::add_from_relobj): When building shared objects, do not
14667         treat externally visible symbols as garbage.
14668         (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
14669         table information for static and relocatable links.
14670         * symtab.h (Symbol_table::set_gc): New function.
14671         (Symbol_table::gc): New function.
14672         (Symbol_table::gc_mark_undef_symbols): New function.
14673         (Symbol_table::gc_mark_symbol_for_shlib): New function.
14674         (Symbol_table::gc_mark_dyn_syms): New function.
14675         (Symbol_table::gc_): New data member.
14676         * target.h (Sized_target::gc_process_relocs): New pure virtual
14677         function.
14678         * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
14679         * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
14680
14681 2009-01-20  Chris Faylor <me.sourceware@sourceware.org>
14682
14683         * options.h (General_options::gc_sections): Define as a no-op for now.
14684         (General_options::no_keep_memory): Ditto.
14685         (General_options::Bshareable): Define.
14686         * options.cc (General_options::finalize): Honor -Bshareable.
14687
14688 2009-01-20  Andreas Schwab  <schwab@suse.de>
14689
14690         * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
14691         read the value in the contents, since we don't use it.  Use the
14692         template endianness when writing.
14693         (Relocate::relocate): Use it for R_PPC_REL16_HA.
14694
14695 2009-01-19  Andreas Schwab  <schwab@suse.de>
14696
14697         * configure.tgt (powerpc64-*): Fix targ_obj.
14698
14699 2009-01-15  Ian Lance Taylor  <iant@google.com>
14700
14701         * object.cc (Sized_relobj::write_local_symbols): Don't write out
14702         local symbols when stripping all symbols.
14703
14704 2009-01-14  Cary Coutant  <ccoutant@google.com>
14705
14706         * output.cc (Output_reloc): Add explicit instantiations.
14707
14708 2009-01-14  Cary Coutant  <ccoutant@google.com>
14709
14710         * archive.cc (Archive::get_elf_object_for_member): Remove call
14711         to File_read::claim_for_plugin.
14712         * descriptors.cc (Descriptors::open): Remove reference to
14713         is_claimed.
14714         (Descriptors::claim_for_plugin): Remove.
14715         * descriptors.h (Descriptors::claim_for_plugin): Remove.
14716         (Descriptors::is_claimed): Remove.
14717         (claim_descriptor_for_plugin): Remove.
14718         * fileread.cc (File_read::claim_for_plugin): Remove.
14719         * fileread.h (File_read::claim_for_plugin): Remove.
14720         (File_read::descriptor): Reopen descriptor if necessary.
14721         * plugin.cc  (Plugin::load): Add two new APIs to transfer vector.
14722         (Plugin_manager::all_symbols_read): Add task parameter. Change
14723         all callers.
14724         (Plugin_manager::get_input_file): New function.
14725         (Plugin_manager::release_input_file): New function.
14726         (Pluginobj::Pluginobj): Add filesize parameter and initialize
14727         corresponding data member.
14728         (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
14729         and pass to base constructor. Change all callers.
14730         (get_input_file, release_input_file): New functions.
14731         (make_sized_plugin_object): Add filesize parameter. Change all callers.
14732         * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
14733         (Plugin_manager::all_symbols_read): Add task parameter.
14734         (Plugin_manager::get_input_file): New function.
14735         (Plugin_manager::release_input_file): New function.
14736         (Plugin_manager::task_): New data member.
14737         (Pluginobj::Pluginobj): Add filesize parameter.
14738         (Pluginobj::filename): New function.
14739         (Pluginobj::descriptor): New function.
14740         (Pluginobj::filesize): New function.
14741         (Pluginobj::filesize_): New data member.
14742         (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
14743         * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
14744         File_read::claim_for_plugin; use Object::unlock to unlock the file.
14745
14746         * testsuite/Makefile.am (plugin_test_4): New test case for plugins
14747         with archive libraries.
14748         * testsuite/Makefile.in: Regenerate.
14749         * testsuite/plugin_test.c (struct sym_info): New type.
14750         (get_input_file, release_input_file): New static variables.
14751         (onload): Capture new transfer vector entries.
14752         (claim_file_hook): Stop reading at end of file according to filesize.
14753         Factor out parsing of readelf output into separate function.
14754         (all_symbols_read_hook): Exercise get_input_file and release_input_file
14755         APIs and get the source file name from the symbol table.  Convert
14756         source file name to corresponding object file name.  Print info
14757         message when adding new input files.
14758         (parse_readelf_line): New function.
14759         * testsuite/plugin_test_1.sh: Add checks for new info messages.
14760         * testsuite/plugin_test_2.sh: Likewise.
14761         * testsuite/plugin_test_3.sh: Likewise.
14762         * testsuite/plugin_test_4.sh: New test case.
14763
14764 2009-01-07  Ian Lance Taylor  <iant@google.com>
14765
14766         * version.cc (version_string): Bump to 1.8.
14767
14768 2008-12-23  Cary Coutant  <ccoutant@google.com>
14769
14770         * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
14771         * plugin.cc (Plugin_manager::finish): Rename as
14772         layout_deferred_objects.  Move cleanup to separate function.
14773         (Plugin_manager::cleanup): New function.
14774         (Plugin_finish::run): Call layout_deferred_objects and cleanup
14775         separately.
14776         * plugin.h (Plugin_manager::finish): Rename as
14777         layout_deferred_objects.
14778         (Plugin_manager::cleanup): New function.
14779         (Plugin_manager::cleanup_done): New field.
14780
14781 2008-12-23  Cary Coutant  <ccoutant@google.com>
14782
14783         * plugin.cc (is_visible_from_outside): New function.
14784         (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
14785         so we don't return "IR only" status for exported symbols or -r links.
14786
14787         * testsuite/Makefile.am (plugin_test_3): New test case.
14788         * testsuite/Makefile.in: Regenerate.
14789         * testsuite/plugin_test_3.sh: New file.
14790
14791 2008-12-22  Cary Coutant  <ccoutant@google.com>
14792
14793         * object.cc (Sized_relobj::layout_section): New function.
14794         (Sized_relobj::do_layout): Defer layout of input sections until after
14795         plugin has provided replacement files.
14796         (Sized_relobj::do_layout_deferred_sections): New function.
14797         * object.h (Relobj::set_section_offset): Remove virtual keyword.
14798         (Relobj::layout_deferred_sections): New function.
14799         (Relobj::do_layout_deferred_sections): New function.
14800         (Sized_relobj::do_layout_deferred_sections): New function.
14801         (Sized_relobj::layout_section): New function.
14802         (Sized_relobj::Deferred_layout): New structure.
14803         (Sized_relobj::deferred_layout_): New field.
14804         * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
14805         Change all callers.  Layout deferred sections.
14806         (class Plugin_finish): Renamed, was Plugin_cleanup.  Change all
14807         references.
14808         (Plugin_hook::run): Move code from do_plugin_hook inline.
14809         (Plugin_hook::do_plugin_hook): Remove.
14810         * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
14811         (Plugin_manager::finish): Renamed, was cleanup.
14812         (Plugin_manager::should_defer_layout): New function.
14813         (Plugin_manager::add_deferred_layout_object): New function.
14814         (Plugin_manager::Deferred_layout_list): New type.
14815         (Plugin_manager::deferred_layout_objects_): New field.
14816         (Plugin_hook::do_plugin_hook): Remove.
14817
14818 2008-12-17  Ian Lance Taylor  <iant@google.com>
14819
14820         * options.h (class General_options): Add --no case for
14821         --export-dynamic.
14822
14823 2008-12-16  Cary Coutant  <ccoutant@google.com>
14824
14825         * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
14826         vector.
14827         (Plugin_manager::claim_file): Create plugin object even if
14828         plugin did not call the add_symbols callback.
14829         (Plugin_obj::get_symbol_resolution_info): Guard against plugin
14830         asking for more symbols than were added.
14831         * testsuite/Makefile.am (plugin_test_1): Add test case with
14832         no global symbols.
14833         (empty.syms): New target.
14834         * testsuite/Makefile.in: Regenerate.
14835         * testsuite/plugin_test.c (claim_file_hook): Add new debug
14836         message. Don't call add_symbols if no globals.
14837         (all_symbols_read_hook): Don't provide replacement for empty
14838         claimed file.
14839
14840 2008-12-12  Ian Lance Taylor  <iant@google.com>
14841
14842         * target-reloc.h (Default_scan_relocatable_relocs): Only discard
14843         r_type == 0 for a local symbol with r_sym == 0.
14844         (scan_relocatable_relocs): Pass r_sym to
14845         local_non_section_strategy.
14846         * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
14847         r_sym parameter.
14848
14849         * configure.ac: Update test for TLS descriptors: they are
14850         supported as of glibc 2.9.
14851         * configure: Rebuild.
14852
14853 2008-12-11  Ian Lance Taylor  <iant@google.com>
14854
14855         PR 7091
14856         * target-reloc.h (Default_scan_relocatable_relocs): For each
14857         function, map r_type == 0 to RELOC_DISCARD.
14858
14859 2008-12-10  Cary Coutant  <ccoutant@google.com>
14860
14861         * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
14862         object to override a kept COMDAT group from a plugin object.
14863
14864 2008-12-09  Ian Lance Taylor  <iant@google.com>
14865
14866         PR 7088
14867         * yyscript.y (file_cmd): Handle INPUT.
14868
14869         * testsuite/initpri1.c: Change all declarations to be full
14870         prototypes by adding void, to avoid compiler warnings.
14871
14872 2008-12-05  Rafael Avila de Espindola  <espindola@google.com>
14873
14874         * options.cc (General_options::parse_plugin_opt): New.
14875         (General_options::add_plugin): The argument now is just the filename.
14876         (General_options::add_plugin_option): New.
14877         * options.h (plugin_opt): New.
14878         (add_plugin): Change argument name.
14879         (add_plugin_option): New.
14880         * plugin.cc (Plugin::load): Don't parse the plugin option.
14881         * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
14882         (Plugin::add_option): New.
14883         (Plugin::args_): Change type.
14884         (Plugin::filename_): New.
14885         (Plugin_manager::add_plugin_option): New.
14886         * testsuite/Makefile.am (plugin_test_1): Use new syntax.
14887         * testsuite/Makefile.in: Regenerate.
14888
14889 2008-12-05  Cary Coutant  <ccoutant@google.com>
14890
14891         * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
14892         Handle --strip-lto-sections option.
14893         * options.h (strip_lto_sections): New option.
14894
14895 2008-12-01  Cary Coutant  <ccoutant@google.com>
14896
14897         * plugin.cc (ld_plugin_message): Change format parameter to const.
14898         Fix mismatch between new[] and delete.
14899
14900 2008-11-14  Cary Coutant  <ccoutant@google.com>
14901
14902         * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
14903         instead of -1U.
14904
14905 2008-11-05  Craig Silverstein  <csilvers@google.com>
14906
14907         * options.cc (General_options::parse_dynamic_list): New function.
14908         * options.h (General_options): New flags dynamic_list,
14909         dynamic_list_data, dynamic_list_cpp_new, and
14910         dynamic_list_cpp_typeinfo.  New variable dynamic_list_.
14911         (General_options::in_dynamic_list): New function.
14912         * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
14913         (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
14914         (Lex::can_continue_name): Likewise.
14915         (yylex): Likewise.
14916         (read_script_file): New parameter script_options.
14917         (read_dynamic_list): New function.
14918         (Script_options::define_dynamic_list): New function.
14919         (dynamic_list_keyword_parsecodes): New variable.
14920         (dynamic_list_keywords): New variable.
14921         * script.h (Script_options::define_dynamic_list): New function
14922         prototype.
14923         (read_dynamic_list): New function prototype.
14924         * symtab.cc (strprefix): New macro.
14925         (Symbol::should_add_dynsym_entry): Support dynamic_list,
14926         dynamic_list_data, dynamic_list_cpp_new, and
14927         dynamic_list_cpp_typeinfo.
14928         * yyscript.y (PARSING_DYNAMIC_LIST): New token.
14929         (dynamic_list_expr): New rule.
14930         (dynamic_list_nodes): Likewise.
14931         (dynamic_list_node): Likewise.
14932         * testsuite/Makefile.am (dynamic_list): New test.
14933         * testsuite/Makefile.in: Regenerated.
14934         * testsuite/dynamic_list.t: New file.
14935         * testsuite/dynamic_list.sh: New file.
14936
14937 2008-11-05  Craig Silverstein  <csilvers@google.com>
14938
14939         * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
14940         * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
14941         (t11_last): Likewise.
14942         * testsuite/ver_test_6.c (main): Likewise.
14943
14944 2008-10-07  Cary Coutant  <ccoutant@google.com>
14945
14946         * options.c (General_options::finalize): Add check for -static and
14947         -shared.
14948         * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
14949         is not empty.
14950
14951 2008-10-02  Cary Coutant  <ccoutant@google.com>
14952
14953         * plugin.cc (make_sized_plugin_object): Fix conditional
14954         compilation to work when not all targets are enabled.
14955
14956 2008-09-29  Cary Coutant  <ccoutant@google.com>
14957
14958         * archive.cc (Archive::get_file_and_offset): Use filename instead
14959         of name to get library path.
14960         (Archive::include_member): Unlock external member of a thin archive.
14961
14962         * testsuite/Makefile.am (TEST_AR): New variable.
14963         (thin_archive_test_1): New test.
14964         (thin_archive_test_2): New test.
14965         * testsuite/Makefile.in: Regenerate.
14966         * testsuite/thin_archive_main.cc: New file.
14967         * testsuite/thin_archive_test_1.cc: New file.
14968         * testsuite/thin_archive_test_2.cc: New file.
14969         * testsuite/thin_archive_test_3.cc: New file.
14970         * testsuite/thin_archive_test_4.cc: New file.
14971
14972 2008-09-29  Cary Coutant  <ccoutant@google.com>
14973
14974         * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
14975         * object.cc (Sized_relobj::do_layout): Use constant invalid_address
14976         instead of -1U.
14977         (Sized_relobj::do_finalize_local_symbols): Likewise.
14978         (Sized_relobj::map_to_kept_section): Likewise.
14979         * object.h (Sized_relobj::invalid_address): New constant.
14980         (Sized_relobj::do_output_section_offset): Check for invalid_address
14981         and return -1ULL.
14982         * output.cc (Output_reloc::local_section_offset): Use constant
14983         invalid_address instead of -1U.
14984         (Output_reloc::get_address): Likewise.
14985         (Output_section::output_address): Change -1U to -1ULL.
14986         * output.h (Output_reloc::invalid_address): New constant.
14987         * reloc.cc (Sized_relobj::write_sections): Use constant
14988         invalid_address instead of -1U.
14989         (Sized_relobj::relocate_sections): Likewise.
14990         * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
14991         values for merge sections.
14992         * target-reloc.h (relocate_for_relocatable): Use constant
14993         invalid_address instead of -1U.
14994
14995 2008-09-19  Cary Coutant  <ccoutant@google.com>
14996
14997         Add plugin functionality for link-time optimization (LTO).
14998         * configure.ac (plugins): Add --enable-plugins option.
14999         * configure: Regenerate.
15000         * config.in: Regenerate.
15001         * Makefile.am (LIBDL): New variable.
15002         (CCFILES): Add plugin.cc.
15003         (HFILES): Add plugin.h.
15004         (ldadd_var): Add LIBDL.
15005         * Makefile.in: Regenerate.
15006
15007         * archive.cc: Include "plugin.h".
15008         (Archive::setup): Don't preread archive symbols when using a plugin.
15009         (Archive::get_file_and_offset): Add memsize parameter.  Change callers.
15010         (Archive::get_elf_object_for_member): Call plugin hooks for claiming
15011         files.
15012         (Archive::include_member): Add symbols from plugin objects.
15013         * archive.h (Archive::get_file_and_offset): Add memsize parameter.
15014         * descriptors.cc (Descriptors::open): Check for file descriptors
15015         abandoned by plugins.
15016         (Descriptors::claim_for_plugin): New function.
15017         * descriptors.h (Descriptors::claim_for_plugin): New function.
15018         (Open_descriptor::is_claimed): New field.
15019         (claim_descriptor_for_plugin): New function.
15020         * fileread.cc (File_read::claim_for_plugin): New function.
15021         * fileread.h (File_read::claim_for_plugin): New function.
15022         (File_read::descriptor): New function.
15023         * gold.cc: Include "plugin.h".
15024         (queue_initial_tasks): Add task to call plugin hooks for generating
15025         new object files.
15026         * main.cc: Include "plugin.h".
15027         (main): Load plugin libraries.
15028         * object.h (Pluginobj): Declare.
15029         (Object::pluginobj): New function.
15030         (Object::do_pluginobj): New function.
15031         (Object::set_target): New function.
15032         * options.cc: Include "plugin.h".
15033         (General_options::parse_plugin): New function.
15034         (General_options::General_options): Initialize plugins_ field.
15035         (General_options::add_plugin): New function.
15036         * options.h (Plugin_manager): Declare.
15037         (General_options): Add --plugin option.
15038         (General_options::has_plugins): New function.
15039         (General_options::plugins): New function.
15040         (General_options::add_plugin): New function.
15041         (General_options::plugins_): New field.
15042         * plugin.cc: New file.
15043         * plugin.h: New file.
15044         * readsyms.cc: Include "plugin.h".
15045         (Read_symbols::do_read_symbols): Check for archive before checking
15046         for ELF file.  Call plugin hooks to claim files.
15047         * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
15048         from a real object file; force override when processing replacement
15049         files.
15050         * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
15051         (Symbol::init_base_object): Likewise.
15052         (Symbol::init_base_output_data): Likewise.
15053         (Symbol::init_base_output_segment): Likewise.
15054         (Symbol::init_base_constant): Likewise.
15055         (Symbol::init_base_undefined): Likewise.
15056         (Symbol::output_section): Assert that object is not a plugin.
15057         (Symbol_table::add_from_pluginobj): New function.
15058         (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
15059         undefined.
15060         (Symbol_table::sized_write_globals): Likewise.
15061         (Symbol_table::add_from_pluginobj): Instantiate template.
15062         * symtab.h (Sized_pluginobj): Declare.
15063         (Symbol::in_real_elf): New function.
15064         (Symbol::set_in_real_elf): New function.
15065         (Symbol::in_real_elf_): New field.
15066         (Symbol_table::add_from_pluginobj): New function.
15067
15068         * testsuite/Makefile.am (AM_CFLAGS): New variable.
15069         (LIBDL): New variable.
15070         (LDADD): Add LIBDL.
15071         (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
15072         (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
15073         (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
15074         (MOSTLYCLEANFILES): Likewise.
15075         * testsuite/Makefile.in: Regenerate.
15076         * testsuite/plugin_test.c: New file.
15077         * testsuite/plugin_test_1.sh: New file.
15078         * testsuite/plugin_test_2.sh: New file.
15079
15080 2008-09-16  Ian Lance Taylor  <iant@google.com>
15081
15082         * target-reloc.h (relocate_section): Check whether a symbol is
15083         defined by the ABI before reporting an undefined symbol error.
15084         * target.h (Target::is_defined_by_abi): Make parameter const.
15085         (Target::do_is_defined_by_abi): Likewise.
15086         * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
15087         * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
15088         * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
15089         * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
15090         * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
15091         * testsuite/Makefile.in: Rebuild.
15092
15093         * fileread.cc (make_view): Add casts to avoid warning.
15094
15095 2008-09-16  Alexandre Oliva  <aoliva@redhat.com>
15096
15097         * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
15098         * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
15099
15100 2008-09-16  Alexandre Oliva  <aoliva@redhat.com>
15101
15102         * options.h (General_options::output_is_executable): New.
15103         (General_options::output_is_pie): New.
15104         * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
15105         for shared libraries.
15106         * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
15107
15108 2008-09-11  Chris Demetriou  <cgd@google.com>
15109
15110         * options.h (origin): New -z option.
15111         * layout.cc (Layout:finish_dynamic_section): If "-z origin"
15112         is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
15113         in DT_FLAGS_1.
15114
15115 2008-09-05  Cary Coutant  <ccoutant@google.com>
15116
15117         * fileread.cc (File_read::make_view): Add check for attempt to map
15118         beyond end of file.
15119
15120 2008-09-05  Cary Coutant  <ccoutant@google.com>
15121
15122         * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
15123         explicit instantiations.
15124
15125 2008-08-28  Kris Van Hees  <kris.van.hees@oracle.com>
15126
15127         PR gold/6858
15128         * options.cc (General_options::finalize): Allow undefined symbols
15129         in shlibs if linking -shared.
15130
15131         PR gold/6859
15132         * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
15133         symbols as not needing a dynsym entry.
15134
15135 2008-08-20  Craig Silverstein  <csilvers@google.com>
15136
15137         * fileread.cc (File_read::open): Do not lock the file unless it
15138         was successfully opened.
15139
15140 2008-08-14  Cary Coutant  <ccoutant@google.com>
15141
15142         * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
15143         Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
15144         * testsuite/tls_test.cc (struct int128): 128-bit struct
15145         for testing TLS relocs with non-zero addend.
15146         (v12): New TLS variable.
15147         (t12): New test.
15148         (t_last): Add check for v12.
15149         * testsuite/tls_test.h (t12): New function.
15150         * testsuite/tls_test_main.cc (thread_routine): Call new test.
15151
15152 2008-08-13  Ian Lance Taylor  <iant@google.com>
15153
15154         * layout.cc (Layout::attach_allocated_section_to_segment): Don't
15155         set tls_segment_ or relro_segment_.
15156         (Layout::make_output_segment): Set tls_segment_ and relro_segment_
15157         when appropriate.
15158         * output.h (Output_section::clear_is_relro): New function.
15159         * output.cc (Output_segment::add_output_section): Handle SHF_TLS
15160         sections specially even when output_data_ is empty.
15161         (Output_segment::maximum_alignment): When first section is relro,
15162         only force alignment for PT_LOAD segments.
15163         * script.cc (script_data_segment_align): New function.
15164         (script_data_segment_relro_end): New function.
15165         * script-c.h (script_data_segment_align): Declare.
15166         (script_data_segment_relro_end): Declare.
15167         * script-sections.h (class Script_sections): Declare
15168         data_segment_align and data_segment_relro_end.  Add fields
15169         segment_align_index_ and saw_relro_end_.
15170         * script-sections.cc (class Sections_element): Add set_is_relro
15171         virtual function.  Add new bool* parameter to place_orphan_here.
15172         Add get_output_section virtual function.
15173         (class Output_section_definition): Add set_is_relro.  Add new
15174         bool* parameter to place_orphan_here.  Add get_output_section.
15175         Add is_relro_ field.
15176         (Output_section_definition::Output_section_definition): Initialize
15177         evaluated_address_, evaluated_load_address, evaluated_addralign_,
15178         and is_relro_ fields.
15179         (Output_section_definition::place_orphan_here): Add is_relro
15180         parameter.
15181         (Output_section_definition::set_section_addresses): Set relro for
15182         output section.
15183         (Output_section_definition::alternate_constraint): Likewise.
15184         (class Orphan_output_section): Add new bool* parameter to
15185         place_orphan_here.  Add get_output_section.
15186         (Orphan_output_section::place_orphan_here): Add is_relro
15187         parameter.
15188         (Script_sections::Script_sections): Initialize
15189         data_segment_align_index_ and saw_relro_end_.
15190         (Script_sections::data_segment_align): New function.
15191         (Script_sections::data_segment_relro_end): New function.
15192         (Script_sections::place_orphan): Set or clear is_relro.
15193         (Script_sections::set_section_addresses): Force alignment of first
15194         TLS section.
15195         * yyscript.y (exp): Call script_data_segment_align and
15196         script_data_segment_relro_end.
15197         * testsuite/relro_script_test.t: New file.
15198         * testsuite/relro_test.cc (using_script): Declare.
15199         (t1, t2): Test using_script.
15200         * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
15201         (relro_script_test_SOURCES): Define.
15202         (relro_script_test_DEPENDENCIES): Define.
15203         (relro_script_test_LDFLAGS): Define.
15204         (relro_script_test_LDADD): Define.
15205         (relro_script_test.so): New target.
15206         * testsuite/Makefile.in: Rebuild.
15207
15208 2008-08-06  Cary Coutant <ccoutant@google.com>
15209
15210         * archive.cc (Archive::total_archives, Archive::total_members)
15211         (Archive::total_members_loaded): New variables.
15212         (Archive::setup): Add parameter.  Add option to preread
15213         archive symbols.
15214         (Archive::read_armap): Add counter.
15215         (Archive::get_file_and_offset): New function.
15216         (Archive::get_elf_object_for_member): New function.
15217         (Archive::read_all_symbols): New function.
15218         (Archive::read_symbols): New function.
15219         (Archive::add_symbols): Add counters.
15220         (Archive::include_all_members): Use armap to find members if it's
15221         already built.
15222         (Archive::include_member): Skip reading symbols if already read.
15223         Factored code into Archive::get_file_and_offset and
15224         Archive::get_elf_object_for_member.  Changed call to
15225         Mapfile::report_include_archive_member.
15226         (Archive::print_stats): New function.
15227         * archive.h: Declare Object and Read_symbols_data classes.
15228         (Archive::Archive): Add initializers for new members.
15229         (Archive::setup): Add parameter.
15230         (Archive::print_stats): New function.
15231         (Archive::total_archives, Archive::total_members)
15232         (Archive::total_members_loaded): New variables.
15233         (Archive::get_file_and_offset): New function.
15234         (Archive::get_elf_object_for_member): New function.
15235         (Archive::read_all_symbols): New function.
15236         (Archive::read_symbols): New function.
15237         (Archive::Archive_member): New class.
15238         (Archive::members_): New member.
15239         (Archive::num_members_): New member.
15240         * main.cc: Include archive.h.
15241         (main): Call Archive::print_stats.
15242         * mapfile.cc (Mapfile::report_include_archive_member): Delete
15243         archive parameter; member_name is now the fully-decorated name.
15244         * mapfile.h (Mapfile::report_include_archive_member): Likewise.
15245         * options.h: (General_options): Add --preread-archive-symbols option.
15246         * readsyms.cc (Read_symbols::do_read_symbols): Change call to
15247         Archive::setup.
15248
15249 2008-08-04  Ian Lance Taylor  <iant@google.com>
15250
15251         * symtab.h (Symbol::use_plt_offset): New function.
15252         * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
15253         * powerpc.cc (Relocate::relocate): Likewise.
15254         * sparc.cc (Relocate::relocate): Likewise.
15255         * x86_64.cc (Relocate::relocate): Likewise.
15256         * testsuite/weak_plt.sh: New test.
15257         * testsuite/weak_plt_main.cc: New test.
15258         * testsuite/weak_plt_shared.cc: New test.
15259         * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
15260         (check_PROGRAMS): Add weak_plt.
15261         (check_DATA): Add weak_plt_shared.so.
15262         (weak_plt_main_pic.o, weak_plt): New targets.
15263         (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
15264         * testsuite/Makefile.in: Rebuild.
15265
15266         * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
15267         gcctestdir/ld.
15268         (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
15269         * testsuite/Makefile.in: Rebuild.
15270
15271 2008-08-04  Alan Modra  <amodra@bigpond.net.au>
15272
15273         * Makefile.am (POTFILES.in): Set LC_ALL=C.
15274         * Makefile.in: Regenerate.
15275         * po/POTFILES.in: Regenerate.
15276
15277 2008-07-29  Ian Lance Taylor  <iant@google.com>
15278
15279         * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
15280         symbols before other symbols.
15281         * testsuite/script_test_2.cc (test_addr): Declare.
15282         (test_addr_alias): Declare.
15283         (main): Check that test_addr and test_addr_alias have the right
15284         values.
15285         * testsuite/script_test_2.t: Define test_addr_alias and
15286         test_addr.
15287
15288 2008-07-24  Ian Lance Taylor  <iant@google.com>
15289
15290         PR 5990
15291         * descriptors.cc: New file.
15292         * descriptors.h: New file.
15293         * gold-threads.h (class Hold_optional_lock): New class.
15294         * fileread.cc: Include "descriptors.h".
15295         (File_read::~File_read): Release descriptor rather than closing
15296         it.
15297         (File_read::open) [file]: Call open_descriptor rather than open.
15298         Set is_descriptor_opened_.
15299         (File_read::open) [memory]: Assert that descriptor is not open.
15300         (File_read::reopen_descriptor): New function.
15301         (File_read::release): Release descriptor.
15302         (File_read::do_read): Make non-const.  Reopen descriptor.
15303         (File_read::read): Make non-const.
15304         (File_read::make_view): Reopen descriptor.
15305         (File_read::do_readv): Likewise.
15306         * fileread.h (class File_read): Add is_descriptor_opened_ field.
15307         Update declarations.
15308         * layout.cc: Include "descriptors.h".
15309         (Layout::create_build_id): Use open_descriptor rather than open.
15310         * output.cc: Include "descriptors.h".
15311         (Output_file::open): Use open_descriptor rather than open.
15312         * archive.cc (Archive::const_iterator): Change Archive to be
15313         non-const.
15314         (Archive::begin, Archive::end): Make non-const.
15315         (Archive::count_members): Likewise.
15316         * archive.h (class Archive): Update declarations.
15317         * object.h (Object::read): Make non-const.
15318         * Makefile.am (CCFILES): Add descriptors.cc.
15319         (HFILES): Add descriptors.h.
15320         * Makefile.in: Rebuild.
15321
15322         PR 6716
15323         * gold.h: Always include <clocale>.  Add Solaris workarounds
15324         following code in binutils/sysdep.h.
15325
15326         PR 6048
15327         * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
15328         this->eh_frame_hdr_ is NULL before using it.
15329
15330         * dynobj.cc (Versions::Versions): Update comment.
15331
15332         * dynobj.cc (Versions::Versions): If there is an soname, use it as
15333         the base version name.
15334
15335         * stringpool.cc (Stringpool_template::add_with_length): Set key to
15336         array size plus one.
15337         (Stringpool_template::set_string_offsets): Subtract one from key
15338         before using it as an array index.
15339         (Stringpool_template::get_offset_with_length): Likewise.
15340         (Stringpool_template::write_to_buffer): Likewise.
15341         * stringpool.h (Stringpool_template::get_offset_from_key):
15342         Likewise.
15343
15344 2008-07-23  Ian Lance Taylor  <iant@google.com>
15345
15346         PR 6658
15347         * object.h (Merged_symbol_value::value): Do our best to handle a
15348         negative addend.
15349
15350         PR 6647
15351         * script.cc (Version_script_info::get_versions): Don't add empty
15352         version tag to return value.
15353         (Version_script_info::get_symbol_version_helper): Change return
15354         type to bool.  Add pversion parameter.  Change all callers.
15355         (script_register_vers_node): Don't require a non-NULL tag.
15356         * script.h (class Version_script_info): Update declarations.
15357         (Version_script_info::get_symbol_version): Change return type to
15358         bool.  Add version parameter.  Change all callers.
15359         * symtab.cc (Sized_symbol::add_from_relobj): Rework version
15360         handling.  Handle an empty version from a version script.
15361         (Symbol_table::define_special_symbol): Likewise.
15362         * testsuite/ver_test_10.script: New file.
15363         * testsuite/ver_test_10.sh: New file.
15364         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
15365         (check_DATA): Add ver_test_10.syms.
15366         (ver_test_10.syms, ver_test_10.so): New target.
15367         * testsuite/Makefile.in: Rebuild.
15368
15369 2008-07-23  Simon Baldwin  <simonb@google.com>
15370
15371         * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
15372         to zero for undefined symbols from dynamic libraries.
15373
15374 2008-07-23  Ian Lance Taylor  <iant@google.com>
15375
15376         * symtab.cc (Symbol_table::resolve): Remove version parameter.
15377         Change all callers.
15378         * symtab.h (class Symbol_table): Update declaration.
15379         * testsuite/ver_test_9.cc: New file.
15380         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
15381         (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
15382         (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
15383         (ver_test_9.so, ver_test_9.o): New targets.
15384         * testsuite/Makefile.in: Rebuild.
15385
15386 2008-07-22  Ian Lance Taylor  <iant@google.com>
15387
15388         * options.h (class General_options): Define --check-sections.
15389         * layout.cc (Layout::set_segment_offsets): Handle
15390         --check-sections.
15391
15392         * options.h (class General_options): Define -n/--nmagic and
15393         -N/--omagic.
15394         * options.cc (General_options::finalize): For -n/--nmagic or
15395         -N/--omagic, set -static.
15396         * layout.cc (Layout::attach_allocated_section_to_segment): If
15397         -N/--omagic, don't put read-only and read-write sections in
15398         different segments.
15399         (Layout::find_first_load_seg): If -N/--omagic, don't insist on
15400         finding a read-only segment.
15401         (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
15402         don't set the minimum segment alignment to the common page size,
15403         and don't set the file offset to the address modulo the page size.
15404         * script-sections.cc (Script_sections::create_segments): If
15405         -n/--omagic, don't put read-only and read-write sections in
15406         different segments.
15407
15408         * cref.cc: New file.
15409         * cref.h: New file.
15410         * options.h (class General_options): Add --print-symbol-counts.
15411         * main.cc (main): Issue defined symbol report if requested.
15412         * archive.cc (Archive::interpret_header): Make into a const member
15413         function.
15414         (Archive::add_symbols): Call Input_objects::archive_start and
15415         archive_stop.
15416         (Archive::const_iterator): Define new class.
15417         (Archive::begin, Archive::end): New functions.
15418         (Archive::include_all_members): Rewrite to use iterator.
15419         (Archive::count_members): New function.
15420         * archive.h (class Archive): Update declarations.
15421         (Archive::filename): New function.
15422         * object.cc: Include "cref.h".
15423         (Sized_relobj::Sized_relobj): Initialize defined_count_.
15424         (Sized_relobj::do_get_global_symbol_counts): New function.
15425         (Input_objects::add_object): Add object to cross-referencer.
15426         (Input_objects::archive_start): New function.
15427         (Input_objects::archive_stop): New function.
15428         (Input_objects::print_symbol_counts): New function.
15429         * object.h: Declare Cref and Archive.
15430         (Object::get_global_symbol_counts): New function.
15431         (Object::do_get_global_symbol_counts): New pure virtual function.
15432         (class Sized_relobj): Add defined_count_ field.  Update
15433         declarations.
15434         (class Input_objects): Add cref_ field.  Update constructor.
15435         Update declarations.
15436         * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
15437         defined_count_.
15438         (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
15439         symbol counts.
15440         (Sized_dynobj::do_get_global_symbol_counts): New function.
15441         * dynobj.h (class Sized_dynobj): Add fields symbols_ and
15442         defined_count_.  Update declarations.  Define Symbols typedef.
15443         * symtab.cc (Symbol_table::add_from_relobj): Add defined
15444         parameter.  Change all callers.
15445         (Symbol_table::add_from_dynobj): Add sympointers and defined
15446         parameters.  Change all callers.
15447         * symtab.h (class Symbol_table): Update declarations.
15448         * Makefile.am (CCFILES): Add cref.cc.
15449         (HFILES): Add cref.h.
15450         * Makefile.in: Rebuild.
15451
15452 2008-07-22  Simon Baldwin  <simonb@google.com>
15453
15454         * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
15455         to zero when writing undefined symbols.
15456
15457 2008-07-22  Ian Lance Taylor  <iant@google.com>
15458
15459         * output.cc (Output_section::add_input_section): Don't try to
15460         merge empty merge sections.
15461
15462 2008-07-21  Craig Silverstein  <csilvers@google.com>
15463
15464         * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
15465         Include symbol version in error message.
15466
15467 2008-07-20  Chris Demetriou  <cgd@google.com>
15468
15469         * configure.ac (gold_cv_c_random_seed): New configured variable.
15470         (RANDOM_SEED_CFLAGS): New substituted variable.
15471         * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
15472         * configure: Rebuild.
15473         * Makefile.in: Likewise.
15474         * testsuite/Makefile.in: Likewise.
15475
15476 2008-07-18  Ian Lance Taylor  <iant@google.com>
15477
15478         * symtab.cc (Symbol_table::add_from_object): Rewrite the case
15479         where we see NAME/NULL and NAME/VERSION  as separate symbols.
15480         * testsuite/ver_test_main.cc (main): Call t4.
15481         (t4, t4_2a): Define.
15482         * testsuite/ver_test_2.cc (t4_2): Define.
15483         * testsuite/ver_test_2.script: Put t4_2a in VER2.
15484         * testsuite/ver_test_4.cc (t4_2a): Define.
15485         * testsuite/ver_test_4.script: Put t4_2a in VER2.
15486         * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
15487
15488 2008-07-17  Ian Lance Taylor  <iant@google.com>
15489
15490         * dynobj.cc (Versions::add_def): If we give an error about a
15491         missing version, go ahead and create the version anyhow.
15492
15493 2008-07-10  Ian Lance Taylor  <iant@google.com>
15494
15495         Handle output sections with more than 0x7fffffff bytes.
15496         * object.h (class Relobj): Change map_to_output_ to
15497         output_sections_, and just keep a section pointer.  Change all
15498         uses.  Move comdat group support to Sized_relobj.
15499         (Relobj::is_section_specially_mapped): Remove.
15500         (Relobj::output_section): Remove poff parameter.  Change all
15501         callers.
15502         (Relobj::output_section_offset): New function.
15503         (Relobj::set_section_offset): Rewrite.
15504         (Relobj::map_to_output): Remove.
15505         (Relobj::output_sections): New function.
15506         (Relobj::do_output_section_offset): New pure virtual function.
15507         (Relobj::do_set_section_offset): Likewise.
15508         (class Sized_relobj): Add section_offsets_ field.  Add comdat
15509         group support from Relobj.  Update declarations.
15510         (Sized_relobj::get_output_section_offset): New function.
15511         (Sized_relobj::do_output_section_offset): New function.
15512         (Sized_relobj::do_set_section_offset): New function.
15513         * object.cc (Relobj::output_section_address): Remove.
15514         (Sized_relobj::Sized_relobj): Initialize new fields.
15515         (Sized_relobj::include_section_group): Cast find_kept_object to
15516         Sized_relobj.
15517         (Sized_relobj::include_linkonce_section): Likewise.
15518         (Sized_relobj::do_layout): Use separate arrays for output section
15519         and output offset.
15520         (Sized_relobj::do_count_local_symbols): Change map_to_output to
15521         output_sections.
15522         (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
15523         output_sections and section_offsets.
15524         (Sized_relobj::write_local_symbols): Likewise.
15525         (map_to_kept_section): Compute output address directly.
15526         * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
15527         output_sections and section_offsets.
15528         (Sized_relobj::write_sections): Likewise.
15529         (Sized_relobj::relocate_sections): Likewise.
15530         * symtab.cc (sized_finalize_symbol): Use output_section_offset.
15531         * output.h (class Output_reloc): Update declarations.  Change
15532         u2_.relobj to Sized_relobj*.
15533         (class Output_data_reloc): Change add functions to use
15534         Sized_relobj*.
15535         * output.cc (Output_reloc::Output_reloc): Change relobj to
15536         Sized_relobj*.
15537         (Output_reloc::local_section_offset): Change return type to
15538         Elf_Addr.  Use get_output_section_offset.
15539         (Output_reloc::get_address): Likewise.
15540         (Output_section::is_input_address_mapped): Don't call
15541         is_section_specially_mapped.
15542         (Output_section::output_offset): Likewise.
15543         (Output_section::output_address): Likewise.
15544         (Output_section::starting_output_address): Likewise.
15545         * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
15546         parameter to Sized_relobj*.
15547         (Copy_relocs::need_copy_reloc): Likewise.
15548         (Copy_relocs::save): Likewise.
15549         * copy-relocs.h (class Copy_relocs): Update declarations.
15550         (class Copy_relocs::Copy_reloc_entry): Change constructor to use
15551         Sized_relobj*.  Change relobj_ field to Sized_relobj*.
15552         * target-reloc.h (relocate_for_relocatable): Change
15553         offset_in_output_section type to Elf_Addr.  Change code that uses
15554         it as well.
15555         * layout.cc (Layout::layout): Always set *off.
15556         * mapfile.cc (Mapfile::print_input_section): Use
15557         output_section_offset.
15558         * i386.cc (Target_i386::copy_reloc): Change object parameter to
15559         Sized_relobj*.
15560         * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
15561         * sparc.cc (Target_sparc::copy_reloc): Likewise.
15562         * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
15563
15564 2008-07-03  Ian Lance Taylor  <iant@google.com>
15565
15566         * layout.cc (Layout::include_section): Do not discard unrecognized
15567         SHT_STRTAB sections.
15568
15569 2008-06-30  Craig Silverstein  <csilvers@cs.stanford.edu>
15570
15571         * script.cc (Lex::can_continue_name): Make '?' allowable in
15572         version-script names.
15573         * testsuite/version_script.map: Change glob pattern to use '?'
15574
15575 2008-06-30  Manish Singh  <yosh@gimp.org>
15576
15577         PR 6585
15578         * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
15579         Correct typo.
15580
15581 2008-06-30  Ian Lance Taylor  <iant@google.com>
15582
15583         PR 6660
15584         PR 6682
15585         * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
15586         versions]: Don't try to read the value in the contents, since we
15587         don't use it.  Use the template endianness when writing.
15588
15589 2008-06-25  Cary Coutant  <ccoutant@google.com>
15590
15591         * fileread.cc (File_read::make_view): Assert on zero-length view.
15592         * object.cc (Sized_relobj::do_read_symbols): Don't try to read
15593         symbol table when there are no symbols to read.
15594
15595 2008-06-23  Craig Silverstein  <csilvers@google.com>
15596
15597         * version.cc (version_string): Bump to 1.7
15598
15599 2008-06-18  Craig Silverstein  <csilvers@google.com>
15600
15601         * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
15602         constant 0xFFFF to type Valtype.
15603         (Powerpc_relocate_functions::rel16_ha): Likewise.
15604
15605 2008-06-17  Ian Lance Taylor  <iant@google.com>
15606
15607         * output.h (Output_section::Input_section): Initialize p2align_ to
15608         zero for Output_section_data constructors.
15609         (Output_section::Input_section::addralign): If not an input
15610         section, return the alignment of the Output_section_data.
15611         * testsuite/copy_test.cc: New file.
15612         * testsuite/copy_test_1.cc: New file.
15613         * testsuite/copy_test_2.cc: New file.
15614         * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
15615         (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
15616         (copy_test_LDFLAGS, copy_test_LDADD): New variables.
15617         (copy_test_1_pic.o, copy_test_1.so): New targets.
15618         (copy_test_2_pic.o, copy_test_2.so): New targets.
15619         * testsuite/Makefile.in: Rebuild.
15620
15621         * script-sections.cc (Script_sections::place_orphan): Initialize
15622         local variable exact.
15623
15624 2008-06-13  David Edelsohn  <edelsohn@gnu.org>
15625
15626         * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
15627
15628 2008-06-12  David Edelsohn  <edelsohn@gnu.org>
15629             David S. Miller  <davem@davemloft.net>
15630
15631         * powerpc.cc: New file.
15632         * Makefile.am (TARGETSOURCES): Add powerpc.cc
15633         (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
15634         * configure.tgt: Add entries for powerpc-* and powerpc64-*.
15635         * Makefile.in: Rebuild.
15636
15637 2008-06-09  Ian Lance Taylor  <iant@google.com>
15638
15639         * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
15640         <exception>.
15641         (throwing, orig_terminate): New static variables.
15642         (terminate_handler): New static function.
15643         (t2): Set terminate handler.
15644
15645 2008-06-05  Kris Van Hees  <kris.van.hees@oracle.com>
15646
15647         PR 6584
15648         * binary.cc (Binary_to_elf::sized_convert): Fix .data
15649         alignment.
15650
15651 2008-05-30  Cary Coutant  <ccoutant@google.com>
15652
15653         * archive.cc (Archive::include_all_members) Correct to step
15654         over symbol table and extended name table in thin archives.
15655
15656 2008-05-29  Kris Van Hees  <kris.van.hees@oracle.com>
15657
15658         PR 6407
15659         * target-reloc.h (relocate_for_relocatable): Fix new_offset
15660         calculation.
15661
15662 2008-05-28  Caleb Howe  <cshowe@google.com>
15663
15664         * reduced_debug_output.cc: New file.
15665         * reduced_debug_output.h: New file.
15666         * options.h (class General_options): Add --strip-debug-non-line.
15667         * options.cc (General_options::finalize): Add strip_debug_non_line
15668         to the strip heirarchy.
15669         * layout.h (class Layout): Add debug_abbrev_ and debug_info_
15670         fields.
15671         * layout.cc: Include "reduced_debug_output.h".
15672         (Layout::Layout): Initialize new fields.
15673         (line_only_debug_sections): New static array.
15674         (is_lines_only_debug_sections): New static inline function.
15675         (Layout::include_section): Handle --strip-debug-non-line.
15676         (Layout::make_output_section): If --strip-debug-non-line, build
15677         new output sections for .debug_abbrev and .debug_info.
15678         * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
15679         gold.  Warn about possible overflow.
15680         (read_signed_LEB_128): Likewise.
15681         * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
15682         (read_signed_LEB_128): Declare.
15683         * Makefile.am (CCFILES): Add reduced_debug_output.cc.
15684         (HFILES): Add reduced_debug_output.h.
15685         * Makefile.in: Rebuild.
15686
15687 2008-05-21  Ian Lance Taylor  <iant@google.com>
15688
15689         * mapfile.cc: New file.
15690         * mapfile.h: New file.
15691         * options.h (class General_options): Add -M/--print-map and -Map.
15692         * options.cc (General_options::finalize): Make -M equivalent to
15693         -Map -.
15694         * main.cc: Include <cstdio> and "mapfile.h".
15695         (main): Open mapfile if requested.
15696         * gold.cc (class Middle_runner): Add mapfile_ field.  Update
15697         constructor.  Change caller.
15698         (queue_initial_tasks): Add mapfile parameter.  Change caller.
15699         (queue_middle_tasks): Likewise.
15700         * gold.h (queue_initial_tasks, queue_middle_tasks): Update
15701         declarations.
15702         * archive.cc: Include "mapfile.h".
15703         (Archive::add_symbols): Add mapfile parameter.  Change all
15704         callers.  Pass mapfile, symbol, and reason to include_member.
15705         (Archive::include_all_members): Add mapfile parameter.  Change all
15706         callers.
15707         (Archive::include_member): Add mapfile, sym, and why parameters.
15708         Change all callers.  Report inclusion to map file.
15709         * archive.h: Include "fileread.h".
15710         (class Archive): Update declarations.
15711         (Archive::file): New const method.
15712         (class Add_archive_symbols): Add mapfile_ field.  Update
15713         constructor.  Change all callers.
15714         * readsyms.h (class Read_symbols): Likewise.
15715         (class Finish_group): Likewise.
15716         (class Read_script): Likewise.
15717         * common.cc: Include "mapfile.h".
15718         (Symbol_table::allocate_commons): Add mapfile parameter.  Change
15719         all callers.
15720         (Symbol_table::do_allocate_commons): Likewise.
15721         (Symbol_table::do_allocate_commons_list): Likewise.  Report common
15722         symbol allocation to mapfile.
15723         * common.h (class Allocate_commons_task): Add mapfile_ field.
15724         Update constructor.  Change all callers.
15725         * symtab.h (class Symbol_table): Update declarations.
15726         * layout.cc: Include "mapfile.h".
15727         (Layout_task_runner::run): Print information to mapfile.
15728         (Layout::create_gold_note): Change Output_data_fixed_space to
15729         Output_data_zero_fill.
15730         (Layout::create_build_id): Likewise.
15731         (Layout::print_to_mapfile): New function.
15732         * layout.h (class Layout_task_runner): Add mapfile_ field.  Update
15733         constructor.  Change caller.
15734         (class Layout): Declare print_to_mapfile.
15735         * output.cc (Output_section::Input_section::print_to_mapfile): New
15736         function.
15737         (Output_section::add_input_section): If producing a map, always
15738         add to input_sections_ list.
15739         (Output_section::do_print_to_mapfile): New function.
15740         (Output_segment::print_sections_to_mapfile): New function.
15741         (Output_segment::print_section_list_to_mapfile): New function.
15742         * output.h: Include "mapfile.h".
15743         (Output_data::print_to_mapfile): New function.
15744         (Output_data::do_print_to_mapfile): New virtual function.
15745         (Output_segment_headers::do_print_to_mapfile): New function.
15746         (Output_file_header::do_print_to_mapfile): New function.
15747         (Output_data_const::do_print_to_mapfile): New function.
15748         (class Output_data_const_buffer): Add map_name_ field.  Update
15749         constructor.  Change all callers.  Add do_print_to_mapfile
15750         function.
15751         (class Output_data_fixed_space): Likewise.
15752         (class Output_data_space): Likewise.
15753         (class Output_data_zero_fill): New class.
15754         (Output_data_strtab::do_print_to_mapfile): New function.
15755         (Output_data_reloc_base::do_print_to_mapfile): New function.
15756         (Output_relocatable_relocs::do_print_to_mapfile): New function.
15757         (Output_data_group::do_print_to_mapfile): New function.
15758         (Output_data_got::do_print_to_mapfile): New function.
15759         (Output_data_dynamic::do_print_to_mapfile): New function.
15760         (Output_symtab_xindex::do_print_to_mapfile): New function.
15761         (class Output_section): Declare do_print_to_mapflie.  Declare
15762         print_to_mapfile in Input_section.
15763         (class Output_segment): Declare new functions.
15764         * object.h (Sized_relobj::symbol_count): New function.
15765         * script-sections.cc
15766         (Output_section_element_dot_assignment::set_section_addresses):
15767         Change Output_data_fixed_space to Output_data_zero_fill.
15768         (Output_data_expression::do_print_to_mapfile): New function.
15769         * script.cc (read_input_script): Add mapfile parameter.  Change
15770         all callers.
15771         * script.h (read_input_script): Update declaration.
15772         * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
15773         (Eh_frame::do_print_to_mapfile): New function.
15774         * merge.h (Output_merge_data::do_print_to_mapfile): New function.
15775         (Output_merge_string::do_print_to_mapfile): New function.
15776         * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
15777         function.
15778         * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
15779         function.
15780         * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
15781         function.
15782         * Makefile.am (CCFILES): Add mapfile.cc.
15783         (HFILES): Add mapfile.h.
15784         * Makefile.in: Rebuild.
15785
15786 2008-05-19  Ian Lance Taylor  <iant@google.com>
15787
15788         * options.h (class General_options): Add -z relro.
15789         * layout.cc (Layout::Layout): Initialize relro_segment_.
15790         (Layout::add_output_section_data): Return the output section.
15791         (Layout::make_output_section): Rcognize relro sections and mark
15792         them appropriately.
15793         (Layout::attach_allocated_section_to_segment): Put relro sections
15794         in a PT_GNU_RELRO segment.
15795         (Layout::create_initial_dynamic_sections): Mark the .dynamic
15796         section as relro.
15797         (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
15798         PT_TLS segments.
15799         (Layout::linkonce_mapping): Map d.rel.ro.local to
15800         .data.rel.ro.local.
15801         (Layout::output_section_name): Us .data.rel.ro.local for any
15802         section which begins with that.
15803         * layout.h (class Layout): Update add_output_section_data
15804         declaration.  Add relro_segment_ field.
15805         * output.cc (Output_section::Output_section): Initialize is_relro_
15806         and is_relro_local_ fields.
15807         (Output_segment::add_output_section): Group relro sections.
15808         (Output_segment::is_first_section_relro): New function.
15809         (Output_segment::maximum_alignment): If there is a relro section,
15810         align the segment to the common page size.
15811         (Output_segment::set_section_addresses): Track whether we are
15812         looking at relro sections.  If the last section is a relro
15813         section, align to the common page size.
15814         (Output_segment::set_section_list_addresses): Add in_relro
15815         parameter.  Change all callers.  Align to the page size when
15816         moving from relro to non-relro section.
15817         (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
15818         segment.
15819         * output.h (class Output_section): Add is_relro_ and
15820         is_relro_local_ fields.
15821         (Output_section::is_relro): New function.
15822         (Output_section::set_is_relro): New function.
15823         (Output_section::is_relro_local): New function.
15824         (Output_section::set_is_relro_local): New function.
15825         (class Output_segment): Update declarations.
15826         * i386.cc (Target_i386::got_section): Mark .got section as relro.
15827         * sparc.cc (Target_sparc::got_section): Likewise.
15828         * x86_64.cc (Target_x86_64::got_section): Likewise.
15829         * testsuite/relro_test_main.cc: New file.
15830         * testsuite/relro_test.cc: New file.
15831         * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
15832         (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
15833         (relro_test_LDFLAGS, relro_test_LDADD): New variables.
15834         (relro_test.so, relro_test_pic.o): New targets.
15835         * testsuite/Makefile.in: Rebuild.
15836
15837 2008-05-16  Ian Lance Taylor  <iant@google.com>
15838
15839         * output.cc (Output_segment::add_output_section): Remove front
15840         parameter.
15841         * output.h (class Output_segment): Remove
15842         add_initial_output_section and overloaded add_output_section.
15843         Update declaration of remaining add_output_section.
15844         * layout.cc (Layout::create_interp): Call add_output_section
15845         rather than add_initial_output_section.
15846         (Layout::finish_dynamic_section): Likewise.
15847
15848         * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
15849         for TLS_GOTDESC and TLS_DESC_CALL.  Only optimize TLS_LDO_32 if we
15850         know the dynamic type.
15851         * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
15852         field.  Initialize it in constructor.
15853         (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
15854         block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
15855         Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
15856         reloc.
15857
15858         * output.cc (Output_reloc::get_address): Change return type to
15859         Elf_Addr.
15860         * output.h (class Output_reloc): Update get_address declaration.
15861         * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
15862         for section addresses.
15863
15864 2008-05-09  Ian Lance Taylor  <iant@google.com>
15865
15866         PR 6493
15867         * gold.cc (gold_nomem): Use return value of write.
15868
15869 2008-05-08  Ian Lance Taylor  <iant@google.com>
15870
15871         * symtab.c (Symbol::init_base_output_data): Add version
15872         parameter.  Change all callers.
15873         (Symbol::init_base_output_segment): Likewise.
15874         (Symbol::init_base_constant): Likewise.
15875         (Symbol::init_base_undefined): Likewise.
15876         (Sized_symbol::init_output_data): Likewise.
15877         (Sized_symbol::init_output_segment): Likewise.
15878         (Sized_symbol::init_constant): Likewise.
15879         (Sized_symbol::init_undefined): Likewise.
15880         (Symbol_table::do_define_in_output_data): If the new symbol has a
15881         version, mark it as the default.
15882         (Symbol_table::do_define_in_output_segment): Likewise.
15883         (Symbol_table::do_define_as_constant): Likewise.
15884         * symtab.h (class Symbol): Update declarations.
15885         (class Sized_symbol): Likewise.
15886         * resolve.cc (Symbol::override_version): New function.
15887         (Symbol::override_base): Call override_version.
15888         (Symbol::override_base_with_special): Likewise.
15889         * testsuite/ver_script_8.script: New file.
15890         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
15891         (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
15892         (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
15893         (ver_test_8_1.so, ver_test_8_2.so): New targets.
15894
15895 2008-05-06  Ian Lance Taylor  <iant@google.com>
15896
15897         PR 6049
15898         * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
15899         functions.
15900         (class General_options): Remove existing --undefined, and add
15901         --no-undefined instead.  Add new --undefined as synonym for -u.
15902         * archive.cc (Archive::add_symbols): Check whether symbol was
15903         named with -u.
15904         * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
15905         * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
15906         all uses.  Add IS_UNDEFINED.  Update declarations to split
15907         different versions of init_base.  Declare init_base_undefined.
15908         (Symbol::is_defined): Handle IS_UNDEFINED.
15909         (Symbol::is_undefined): Likewise.
15910         (Symbol::is_weak_undefined): Call is_undefined.
15911         (Symbol::is_absolute): Handle IS_CONSTANT.
15912         (class Sized_symbol): Update declarations to split different
15913         versions of init.  Declare init_undefined.
15914         (class Symbol_table): Declare new functions.
15915         * symtab.cc (Symbol::init_base_object): Rename from init_base.
15916         Change all callers.
15917         (Symbol::init_base_output_data): Likewise.
15918         (Symbol::init_base_output_segment): Likewise.
15919         (Symbol::init_base_constant): Likewise.
15920         (Symbol::init_base_undefined): New function.
15921         (Sized_symbol::init_object): Rename from init.  Change all
15922         callers.
15923         (Sized_symbol::init_output_data): Likewise.
15924         (Sized_symbol::init_output_segment): Likewise.
15925         (Sized_symbol::init_constant): Likewise.
15926         (Sized_symbol::init_undefined): New function.
15927         (Symbol_table::add_undefined_symbols_from_command_line): New
15928         function.
15929         (Symbol_table::do_add_undefined_symbols_from_command_line): New
15930         function.
15931         (Symbol::final_value_is_known): Handle IS_UNDEFINED.
15932         (Symbol::output_section): Likewise.
15933         (Symbol::set_output_section): Likewise.
15934         (Symbol_table::sized_finalize_symbol): Likewise.
15935         (Symbol_table::sized_write_globals): Likewise.
15936         * resolve.cc (Symbol_table::should_override): Likewise.
15937         (Symbol::override_base_with_special): Likewise.
15938
15939         * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
15940         symbol, change it to have default visibility.
15941         * testsuite/protected_1.cc: New file.
15942         * testsuite/protected_2.cc: New file.
15943         * testsuite/protected_3.cc: New file.
15944         * testsuite/protected_main_1.cc: New file.
15945         * testsuite/protected_main_2.cc: New file.
15946         * testsuite/protected_main_3.cc: New file.
15947         * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
15948         (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
15949         (protected_1_LDFLAGS, protected_1_LDADD): Define.
15950         (protected_1.so): New target.
15951         (protected_1_pic.o, protected_2_pic.o): New targets.
15952         (protected_3_pic.o): New target.
15953         (check_PROGRAMS): Add protected_2.
15954         (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
15955         (protected_2_LDFLAGS, protected_2_LDADD): Define.
15956         * testsuite/Makefile.in: Rebuild.
15957
15958         * options.h (DEFINE_var): Add set_user_set_##varname__.
15959         (DEFINE_bool_alias): New macro.
15960         (class General_options): Define -Bstatic using DEFINE_bool_alias
15961         rather than DEFINE_special.  Add --undefined as an alias for -z
15962         defs.
15963         * options.cc (General_options::parse_Bstatic): Remove.
15964
15965         * options.h (class General_options): Add --fatal-warnings.
15966         * main.cc (main): Implement --fatal-warnings.
15967         * errors.h (Errors::warning_count): New function.
15968
15969         * options.h (class General_options): Add -Bsymbolic-functions.
15970         * symtab.h (Symbol::is_preemptible): Check for
15971         -Bsymbolic-functions.
15972
15973 2008-05-05  Ian Lance Taylor  <iant@google.com>
15974
15975         * options.h (DEFINE_bool): For DASH_Z, create the negative option
15976         as noVARNAME rather than no-VARNAME.
15977         (class General_options): Add option -z combreloc.
15978         * output.h (class Output_reloc) [SHT_REL]: Declare compare and
15979         get_address.
15980         (Output_reloc::sort_before) [SHT_REL]: New function.
15981         (Output_reloc::sort_before) [SHT_RELA]: New function.
15982         (class Output_data_reloc_base): Add sort_relocs_ field.  Define
15983         Sort_relocs_comparison.
15984         (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
15985         parameter.  Change all callers.
15986         (Output_data_reloc::Output_data_reloc) [both versions]: Add
15987         sort_relocs parameter.  Change all callers.
15988         * output.cc (Output_reloc::get_address): New function, broken out
15989         of write_rel.
15990         (Output_reloc::write_rel): Call it.
15991         (Output_reloc::compare): New function.
15992         (Output_data_reloc_base::do_write): Optionally sort relocs.
15993
15994         * configure.ac: If targ_extra_obj is set, link it in.
15995         * configure.tgt: Initialize all variables.
15996         (x86_64*): Set targ_extra_obj and targ_extra_size.
15997         * configure: Rebuild.
15998
15999         * object.cc (Sized_relobj::include_section_group): Adjust section
16000         indexes read from group data.  Build vector to pass to
16001         layout_group.
16002         * layout.cc (Layout::layout_group): Add flags and shndxes
16003         parameters.  Remove contents parameter.  Change caller.  Update
16004         explicit instantiations.
16005         * layout.h (class Layout): Update layout_group declaration.
16006         * output.cc (Output_data_group::Output_data_group): Add flags and
16007         input_shndxes parameters.  Remove contents parameter.  Change
16008         caller.
16009         (Output_data_group::do_write): Change input_sections_ to
16010         input_shndxes_.
16011         * output.h (class Output_data_group): Update constructor
16012         declaration.  Rename input_sections_ to input_shndxes_.
16013         * testsuite/many_sections_test.cc: Add template.
16014
16015 2008-04-30  Cary Coutant  <ccoutant@google.com>
16016
16017         * target-reloc.h (relocate_section): Fix dead-pointer bug.
16018
16019         * layout.cc (Layout::include_section): Refactored check for debug
16020         info section.
16021         (Layout::add_comdat): Add new parameters.  Change type
16022         of signature parameter.  Add object and shndx to signatures table.
16023         (Layout::find_kept_object): New function.
16024         * layout.h: Include <cstring>.
16025         (Layout::is_debug_info_section): New function.
16026         (Layout::add_comdat): Add new parameters.
16027         (Layout::find_kept_object): New function.
16028         (Layout::Kept_section): New struct.
16029         (Layout::Signatures): Change type of map range.
16030         * object.cc (Relobj::output_section_address): New function.
16031         (Sized_relobj::include_section_group): Add new parameters.  Change
16032         calls to Layout::add_comdat.  Change to build table of kept comdat
16033         groups and table mapping discarded sections to kept sections.
16034         (Sized_relobj::include_linkonce_section): Likewise.  Add new parameter.
16035         (Sized_relobj::do_layout): Change calls to include_section_group and
16036         include_linkonce_section.
16037         (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
16038         value to zero when section is discarded.
16039         (Sized_relobj::map_to_kept_section): New function.
16040         * object.h (Relobj::output_section_address): New function.
16041         (Relobj::Comdat_group): New type.
16042         (Relobj::find_comdat_group): New function.
16043         (Relobj::Comdat_group_table): New type.
16044         (Relobj::Kept_comdat_section): New type.
16045         (Relobj::Kept_comdat_section_table): New type.
16046         (Relobj::add_comdat_group): New function.
16047         (Relobj::set_kept_comdat_section): New function.
16048         (Relobj::get_kept_comdat_section): New function.
16049         (Relobj::comdat_groups_): New field.
16050         (Relobj::kept_comdat_sections_): New field.
16051         (Symbol_value::input_value): Update comment.
16052         (Sized_relobj::map_to_kept_section) New function.
16053         (Sized_relobj::include_linkonce_section): Add new parameter.
16054         * target-reloc.h (Comdat_behavior): New type.
16055         (get_comdat_behavior): New function.
16056         (relocate_section): Add code to map a discarded section to the
16057         corresponding kept section when applying a relocation.
16058
16059 2008-04-30  Craig Silverstein  <csilvers@google.com>
16060
16061         * dwarf_reader.cc (next_generation_count): New static var.
16062         (Addr2line_cache_entry): New struct.
16063         (addr2line_cache): New static var.
16064         (Dwarf_line_info::one_addr2line): Added caching.
16065         (Dwarf_line_info::clear_addr2line_cache): New function.
16066         * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
16067         cache-size parameter.
16068         (Dwarf_line_info::one_addr2line_cache): New function.
16069         * symtab.cc (Symbol_table::detect_odr_violations): Pass
16070         new cache-size argument to one_addr2line(), and clear cache.
16071
16072 2008-04-28  Cary Coutant  <ccoutant@google.com>
16073
16074         * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
16075         R_386_PC8 relocations.
16076
16077 2008-04-23  Ian Lance Taylor  <iant@google.com>
16078
16079         * object.cc (Sized_relobj::include_section_group): Check for
16080         invalid section group.
16081
16082         * object.cc (make_elf_object): Correct test for 64-bit ELF file
16083         header size.
16084
16085         * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
16086         than read for file header.
16087         * archive.cc (Archive::include_member): Likewise.
16088
16089 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
16090
16091         * aclocal.m4: Regenerate.
16092         * configure: Regenerate.
16093
16094 2008-04-19  Ian Lance Taylor  <iant@google.com>
16095
16096         * version.cc (version_string): Bump to 1.6.
16097
16098         * testsuite/Makefile.am (many_sections_r_test): New target.
16099         (many_sections_r_test_SOURCES): Remove.
16100         (many_sections_r_test_DEPENDENCIES): Remove.
16101         (many_sections_r_test_LDFLAGS): Remove.
16102         (many_sections_r_test_LDADD): Remove.
16103
16104         * object.cc (Sized_relobj::do_add_symbols): Always pass
16105         local_symbol_count_ to add_from_relobj.
16106
16107         * testsuite/Makefile.am (many_sections_check.h): Only check one in
16108         every thousand variables.
16109         * testsuite/Makefile.in: Rebuild.
16110
16111         * object.cc (Xindex::initialize_symtab_xindex): New function.
16112         (Xindex::read_symtab_xindex): New function.
16113         (Xindex::sym_xindex_to_shndx): New function.
16114         (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
16115         available.
16116         (Sized_relobj::do_initialize_xindex): New function.
16117         (Sized_relobj::do_read_symbols): Adjust section links.
16118         (Sized_relobj::symbol_section_and_value): Add is_ordinary
16119         parameter.  Change all callers.
16120         (Sized_relobj::include_section_group): Adjust section links and
16121         symbol section indexes.
16122         (Sized_relobj::do_layout): Adjust section links.
16123         (Sized_relobj::do_count_local_symbols): Adjust section links and
16124         symbol section indexes.
16125         (Sized_relobj::do_finalize_local_symbols): Distinguish between
16126         ordinary and special symbols.
16127         (Sized_relobj::write_local_symbols): Add symtab_xindex and
16128         dynsym_xindex parameters.  Change all callers.  Adjust section
16129         links.  Use SHN_XINDEX when needed.
16130         (Sized_relobj::get_symbol_location_info): Adjust section links.
16131         Don't get fooled by special symbols.
16132         * object.h (class Xindex): Define.
16133         (class Object): Add xindex_ parameter.  Declare virtual functoin
16134         do_initialize_xindex.
16135         (Object::adjust_sym_shndx): New function.
16136         (Object::set_xindex): New protected function.
16137         (class Symbol_value): Add is_ordinary_shndx_ field.
16138         (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
16139         (Symbol_value::value): Assert ordinary section.
16140         (Symbol_value::initialize_input_to_output_map): Likewise.
16141         (Symbol_value::set_input_shndx): Add is_ordinary parameter.
16142         Change all callers.
16143         (Symbol_value::input_shndx): Add is_ordinary parameter.  Change
16144         all callers.
16145         (class Sized_relobj): Update declarations.
16146         (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
16147         parameter.  Change all callers.
16148         (Sized_relobj::adjust_shndx): New function.
16149         * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
16150         field.
16151         (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
16152         parameter.  Change all callers.  Pick up SHT_DYNSYM_SHNDX section
16153         for SHT_DYNSYM section if available.  Set dynsym_shndx_ field.
16154         (Sized_dynobj::read_dynsym_section): Adjust section links.
16155         (Sized_dynobj::read_dynamic): Likewise.
16156         (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field.  Adjust
16157         section links.
16158         (Sized_dynobj::do_initialize_xindex): New function.
16159         * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field.  Declare
16160         do_initialize_xindex.
16161         (Sized_dynobj::adjust_shndx): New function.
16162         * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
16163         dynsym_xindex_ fields.
16164         (Layout::finalize): Add a call to set_section_indexes before
16165         creating the symtab sections.
16166         (Layout::set_section_indexes): Don't do anything if the section
16167         already has a section index.
16168         (Layout::create_symtab_sections): Add shnum parameter.  Change
16169         caller.  Create .symtab_shndx section if needed.
16170         (Layout::create_shdrs): Add shstrtab_section parameter.  Change
16171         caller.
16172         (Layout::allocated_output_section_count): New function.
16173         (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
16174         needed.
16175         * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
16176         fields.  Update declarations.
16177         (Layout::symtab_xindex): New function.
16178         (Layout::dynsym_xindex): New function.
16179         (class Write_symbols_task): Add layout_ field.
16180         (Write_symbols_task::Write_symbols_task): Add layout parameter.
16181         Change caller.
16182         * output.cc (Output_section_headers::Output_section_headers): Add
16183         shstrtab_section parameter.  Change all callers.
16184         (Output_section_headers::do_sized_write): Store overflow values
16185         for section count and section string table section index in
16186         section header zero.
16187         (Output_file_header::do_sized_write): Check for overflow of
16188         section count and section string table section index.
16189         (Output_symtab_xindex::do_write): New function.
16190         (Output_symtab_xindex::endian_do_write): New function.
16191         * output.h (class Output_section_headers): Add shstrtab_section_.
16192         Update declarations.
16193         (class Output_symtab_xindex): Define.
16194         (Output_section::has_out_shndx): New function.
16195         * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
16196         field.
16197         (Symbol::init_base): Add st_shndx and is_ordinary parameters.
16198         Change all callers.
16199         (Sized_symbol::init): Likewise.
16200         (Symbol::output_section): Check for ordinary symbol.
16201         (Symbol_table::add_from_object): Remove orig_sym parameter.  Add
16202         st_shndx, is_ordinary, and orig_st_shndx parameters.  Change all
16203         callers.
16204         (Symbol_table::add_from_relobj): Add symndx_offset parameter.
16205         Change all callers.  Simplify handling of symbols from sections
16206         not included in the link.
16207         (Symbol_table::add_from_dynobj): Handle ordinary symbol
16208         distinction.
16209         (Weak_alias_sorter::operator()): Assert that symbols are
16210         ordinary.
16211         (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
16212         distinction.
16213         (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
16214         parameters.  Change all callers.
16215         (Symbol_table::sized_write_globals): Likewise.  Handle ordinary
16216         symbol distinction.  Use SHN_XINDEX when needed.
16217         (Symbol_table::write_section_symbol): Add symtab_xindex
16218         parameter.  Change all callers.
16219         (Symbol_table::sized_write_section_symbol): Likewise.  Use
16220         SHN_XINDEX when needed.
16221         * symtab.h (class Symbol): Add is_ordinary_shndx_ field.  Update
16222         declarations.
16223         (Symbol::shndx): Add is_ordinary parameter.  Change all callers.
16224         (Symbol::is_defined): Check is_ordinary.
16225         (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
16226         (Symbol::is_absolute, Symbol::is_common): Likewise.
16227         (class Sized_symbol): Update declarations.
16228         (class Symbol_table): Update declarations.
16229         * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
16230         parameters.  Change all callers.
16231         (Sized_symbol::override): Likewise.
16232         (Symbol_table::override): Likewise.
16233         (symbol_to_bits): Add is_ordinary parameter.  Change all callers.
16234         (Symbol_table::resolve): Remove orig_sym parameter.  Add st_shndx,
16235         is_ordinary, and orig_st_shndx parameters.  Change all callers.
16236         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
16237         to be in an ordinary section.
16238         * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
16239         object and is_ordinary parameters.  Change all callers.
16240         (Sized_dwarf_line_info::read_relocs): Add object parameter.
16241         Change all callers.  Don't add undefined or non-ordinary symbols
16242         to reloc_map_.
16243         (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
16244         Change all callers.
16245         * dwarf_reader.h (class Sized_dwarf_line_info): Update
16246         declarations.
16247         * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
16248         * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
16249         (Sized_relobj::relocate_sections): Likewise.
16250         * target-reloc.h (scan_relocs): Adjust section symbol index.
16251         (scan_relocatable_relocs): Likewise.
16252         * i386.cc (Scan::local): Check for ordinary symbols.
16253         * sparc.cc (Scan::local): Likewise.
16254         * x86_64.cc (Scan::local): Likewise.
16255         * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
16256         to symbol_section_and_value.
16257         * testsuite/many_sections_test.cc: New file.
16258         * testsuite/Makefile.am (BUILT_SOURCES): Define.
16259         (check_PROGRAMS): Add many_sections_test.
16260         (many_sections_test_SOURCES): Define.
16261         (many_sections_test_DEPENDENCIES): Define.
16262         (many_sections_test_LDFLAGS): Define.
16263         (BUILT_SOURCES): Add many_sections_define.h.
16264         (many_sections_define.h): New target.
16265         (BUILT_SOURCES): Add many_sections_check.h.
16266         (many_sections_check.h): New target.
16267         (check_PROGRAMS): Add many_sections_r_test.
16268         (many_sections_r_test_SOURCES): Define.
16269         (many_sections_r_test_DEPENDENCIES): Define.
16270         (many_sections_r_test_LDFLAGS): Define.
16271         (many_sections_r_test_LDADD): Define.
16272         (many_sections_r_test.o): New target.
16273         * testsuite/Makefile.in: Rebuild.
16274
16275 2008-04-17  Cary Coutant  <ccoutant@google.com>
16276
16277         * errors.cc (Errors::info): New function.
16278         (gold_info): New function.
16279         * errors.h (Errors::info): New function.
16280         * gold.h (gold_info): New function.
16281         * object.cc (Input_objects::add_object): Print trace output.
16282         * options.cc (options::parse_set): New function.
16283         (General_options::parse_wrap): Deleted.
16284         (General_options::General_options): Deleted initializer.
16285         * options.h (options::String_set): New typedef.
16286         (options::parse_set): New function.
16287         (DEFINE_set): New macro.
16288         (General_options::wrap): Changed to use DEFINE_set. Changed
16289         callers of any_wrap_symbols and is_wrap_symbol.
16290         (General_options::trace, General_options::trace_symbol):
16291         New options.
16292         (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
16293         (General_options::wrap_symbols_): Deleted.
16294         * symtab.cc (Symbol_table::add_from_object): Print trace output.
16295
16296 2008-04-17  David S. Miller  <davem@davemloft.net>
16297
16298         * options.cc (General_options::parse_V): New function.
16299         * options.h: Add entries for -V and -Qy.
16300
16301 2008-04-17  Ian Lance Taylor  <iant@google.com>
16302
16303         * common.cc (Symbol_table::allocate_commons): Remove options
16304         parameter.  Change caller.
16305         (Symbol_table::do_allocate_commons): Remove options parameter.
16306         Change caller.  Just call do_allocate_commons_list twice.
16307         (Symbol_table::do_allocate_commons_list): New function, broken out
16308         of do_allocate_commons.
16309         * common.h (class Allocate_commons_task): Remove options_ field.
16310         Update constructor.
16311         * symtab.cc (Symbol_table::Symbol_table): Initialize
16312         tls_commons_.
16313         (Symbol_table::add_from_object): Put TLS common symbols on
16314         tls_commons_ list.
16315         (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
16316         which are IN_OUTPUT_DATA.
16317         * symtab.h (class Symbol_table): Add tls_commons_ field.  Update
16318         allocate_commons and do_allocate_commons declarations.  Declare
16319         do_allocate_commons_list.
16320         * gold.cc (queue_middle_tasks): Update creation of
16321         Allocate_commons_task to not pass options.
16322         * testsuite/Makefile.am (INCLUDES): Add -I.. .
16323         (TLS_TEST_C_FLAGS): New variable.
16324         (tls_test_c_pic.o): New target.
16325         (tls_test_shared.so): Link in tls_test_c_pic.o.
16326         (tls_test_c_pic_ie.o): New target.
16327         (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
16328         (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
16329         (tls_test_c.o): New target.
16330         (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
16331         (tls_pic_test_LDADD): Likewise.
16332         (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
16333         (tls_shared_gd_to_ie_test_LDADD): Likewise.
16334         (tls_test_c_gnu2.o): New target.
16335         (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
16336         tls_test_c_gnu2.o.
16337         (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
16338         (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
16339         (tls_test_shared_nonpic.so): Link in tls_test_c.o.
16340         * testsuite/tls_test.cc: Include "config.h".
16341         (t_last): Call t11_last.
16342         * testsuite/tls_test.h (t11, t11_last): Declare.
16343         * testsuite/tls_test_c.c: New file.
16344         * testsuite/tls_test_main.cc (thread_routine): Call t11.
16345         * configure.ac: Check for OpenMP support.
16346         * configure, config.in, Makefile.in: Rebuild.
16347         * testsuite/Makefile.in: Rebuild.
16348
16349 2008-04-16  Cary Coutant  <ccoutant@google.com>
16350
16351         * i386.cc (Target_i386::define_tls_base_symbol): New function.
16352         (Target_i386::tls_base_symbol_defined_): New field.
16353         (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16354         (Target_i386::Scan::global): Likewise.
16355         * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
16356         * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
16357         (Target_x86_64::tls_base_symbol_defined_): New field.
16358         (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16359         (Target_x86_64::Scan::global): Likewise.
16360
16361 2008-04-16  Cary Coutant  <ccoutant@google.com>
16362
16363         * symtab.h (Symbol::is_strong_undefined): Removed unused function.
16364         (Symbol::needs_plt_entry): Allow weak undefined symbols.
16365         (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
16366         building shared libraries.
16367         * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
16368         (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
16369         (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
16370         * testsuite/Makefile.in: Rebuild.
16371         * testsuite/weak_undef.h: New file.
16372         * testsuite/weak_undef_file1.cc: Add extra test cases.
16373         * testsuite/weak_undef_file2.cc: Likewise.
16374         * testsuite/weak_undef_test.cc: Likewise.
16375
16376 2008-04-16  David S. Miller  <davem@davemloft.net>
16377
16378         * sparc.cc (Target_sparc::Scan): Change from struct to class.
16379         Add issued_non_pic_error_ field.  Declare check_non_pic.
16380         (Target_sparc::Scan::check_non_pic): New function.
16381         (Target_sparc::Scan::local): Call check_non_pic as appropriate.
16382         (Target_sparc::Scan::global): Likewise.
16383
16384         * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
16385         * configure: Rebuild.
16386
16387         * options.h (DEFINE_enable): New macro.
16388         (new_dtags): New enable option.
16389         (initfirst, interpose, loadfltr, nodefaultlib,
16390         nodelete, nodlopen, nodump): New -z options.
16391         * layout.cc (Layout:finish_dynamic_section): If new
16392         dtags enabled, emit DT_RUNPATH.  Also, emit a
16393         DT_FLAGS_1 containing any specified -z flags.
16394
16395 2008-04-16  Ian Lance Taylor  <iant@google.com>
16396
16397         * copy-relocs.cc: New file.
16398         * copy-relocs.h: New file.
16399         * reloc.cc: Remove Copy_relocs code.
16400         * reloc.h: Likewise.
16401         * reloc-types.h (struct Reloc_types) [both versions]: Add
16402         get_reloc_addend_noerror.
16403         * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
16404         variants of add_global which take an addend which must be zero.
16405         * i386.cc: Include "copy-relocs.h".
16406         (class Target_i386): Change type of copy_relocs_ to variable,
16407         update initializer.
16408         (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
16409         Change all callers.
16410         (Target_i386::do_finalize_sections): Change handling of
16411         copy_relocs_.
16412         * sparc.cc: Include "copy-relocs.h".
16413         (class Target_sparc): Change type of copy_relocs_ to variable,
16414         update initializer.
16415         (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
16416         Change all callers.
16417         (Target_sparc::do_finalize_sections): Change handling of
16418         copy_relocs_.
16419         * x86_64.cc: Include "copy-relocs.h".
16420         (class Target_x86_64): Change type of copy_relocs_ to variable,
16421         update initializer.
16422         (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
16423         class.  Change all callers.
16424         (Target_x86_64::do_finalize_sections): Change handling of
16425         copy_relocs_.
16426         * Makefile.am (CCFILES): Add copy-relocs.cc.
16427         (HFILES): Add copy-relocs.h.
16428
16429         * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
16430
16431         * testsuite/script_test_4.sh: Permit leading zeroes.
16432
16433 2008-04-15  Ian Lance Taylor  <iant@google.com>
16434
16435         * script-sections.cc (Script_sections::create_segments): Use
16436         header_size_adjustment even when there is enough room for the
16437         headers.
16438         * testsuite/script_test_4.sh: New file.
16439         * testsuite/script_test_4.t: New file.
16440         * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
16441         (check_DATA): Add script_test_4.stdout.
16442         (MOSTLYCLEANFILES): Likewise.
16443         (script_test_4): New target.
16444         (script_test_4.stdout): New target.
16445         * testsuite/Makefile.in: Rebuild.
16446
16447         * sparc.cc: Add definitions for Output_data_plt_sparc class
16448         constants.
16449
16450 2008-04-14  David S. Miller  <davem@davemloft.net>
16451
16452         * sparc.cc: New file.
16453         * Makefile.am (TARGETSOURCES): Add sparc.cc
16454         (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
16455         * configure.tgt: Document targ_extra_size and
16456         targ_extra_big_endian.  Add entries for sparc-* and
16457         sparc64-*.
16458         * configure.ac: Handle targ_extra_size and
16459         targ_extra_big_endian.
16460         * Makefile.in: Rebuild.
16461         * configure: Likewise.
16462         * po/POTFILES.in: Likewise.
16463         * po/gold.pot: Likewise.
16464
16465 2008-04-14  Ian Lance Taylor  <iant@google.com>
16466
16467         * layout.cc (Layout::Layout): Initialize sections_are_attached_.
16468         (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
16469         in the name/type/flags to section mapping.  Don't call
16470         allocate_output_section.
16471         (Layout::choose_output_section): Change parameter from adjust_name
16472         to is_input_section.  Don't permit input sections after sections
16473         are attached to segments.  Don't call allocate_output_section.
16474         (Layout::layout_eh_frame): Call update_flags_for_input_section,
16475         not write_enable_output_section.
16476         (Layout::make_output_section): Don't push to
16477         unattached_section_list_ nor call attach_to_segment.  Call
16478         attach_section_to_segment if sections are attached.
16479         (Layout::attach_sections_to_segments): New function.
16480         (Layout::attach_section_to_segment): New function.
16481         (Layout::attach_allocated_section_to_segment): Rename from
16482         attach_to_segment.  Remove flags parameter.
16483         (Layout::allocate_output_section): Remove function.
16484         (Layout::write_enable_output_section): Remove function.
16485         * layout.h (class Layout): Update for above changes.  Add new
16486         field sections_are_attached_.
16487         * output.h (Output_section::update_flags_for_input_section): New
16488         function.
16489         * output.cc (Output_section::add_input_section): Call
16490         update_flags_for_input_section.
16491         * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
16492
16493 2008-04-11  Cary Coutant  <ccoutant@google.com>
16494
16495         * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
16496         thought unnecessary.
16497         * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
16498
16499 2008-04-11  Ian Lance Taylor  <iant@google.com>
16500
16501         * output.h (class Output_section_data): Remove inline definition
16502         of set_addralign.
16503         * output.cc (Output_section_data::set_addralign): New function.
16504
16505 2008-04-11  Cary Coutant  <ccoutant@google.com>
16506
16507         Add support for TLS descriptors for i386 and x86_64.
16508         * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
16509         (Target_i386::Relocate::tls_desc_gd_to_le): New function.
16510         (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
16511         GOT_TYPE_TLS_DESC.
16512         (Target_i386::got_mod_index_entry): Remove unnecessary code.
16513         (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
16514         R_386_TLS_DESC_CALL relocations.  Fix problem with initial-exec
16515         relocations.
16516         (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
16517         Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
16518         Fix problem with initial-exec relocations.
16519         (Target_i386::Relocate::relocate_tls): Likewise.
16520         (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
16521         relaxation.
16522         * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
16523         support for section-plus-offset dynamic table entries.
16524         * output.h (Output_data_dynamic::add_section_plus_offset): New function.
16525         (Output_data_dynamic::Dynamic_entry): Add support for
16526         section-plus-offset dynamic table entries.
16527         (Output_data_dynamic::Classification): Likewise.
16528         (Output_data_dynamic::classification_): Renamed offset_.
16529         * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
16530         (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
16531         (Target_x86_64::make_plt_section): New function.
16532         (Target_x86_64::reserve_tlsdesc_entries): New function.
16533         (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
16534         (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
16535         (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
16536         (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
16537         (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
16538         (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
16539         (Output_data_plt_x86_64::set_final_data_size): Move out of line;
16540         add extra PLT entry for TLS descriptors.
16541         (Output_data_plt_x86_64::got_): New field.
16542         (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
16543         (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
16544         fields.
16545         (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
16546         descriptors.
16547         (Target_x86_64::make_plt_entry): Factor out make_plt_section.
16548         (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
16549         (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
16550         R_386_TLS_DESC_CALL relocations.
16551         (Target_x86_64::Scan::global): Likewise.
16552         (Target_x86_64::do_finalize_sections): Add dynamic table entries
16553         for TLS descriptors.
16554         (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
16555         Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
16556         (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
16557         GD-to-IE relaxation.
16558         * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
16559         and TLS_DESCRIPTORS.
16560         * Makefile.in: Rebuild.
16561         * configure: Rebuild.
16562         * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
16563         (tls_test_shared2.so): New target.
16564         (tls_shared_gd_to_ie_test_SOURCES): New variable.
16565         (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
16566         (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
16567         (tls_shared_gd_to_ie_test_LDADD): New variable.
16568         (tls_shared_gnu2_gd_to_ie_test): New target.
16569         (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
16570         New targets.
16571         (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
16572         (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
16573         (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
16574         (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
16575         (tls_shared_gnu2_test): New target.
16576         (tls_test_gnu2_shared.so): New target.
16577         (tls_shared_gnu2_test_SOURCES): New variable.
16578         (tls_shared_gnu2_test_DEPENDENCIES): New variable.
16579         (tls_shared_gnu2_test_LDFLAGS): New variable.
16580         (tls_shared_gnu2_test_LDADD): New variable.
16581         * testsuite/Makefile.in: Rebuild.
16582         * testsuite/Makefile.
16583
16584 2008-04-11  Ian Lance Taylor  <iant@google.com>
16585
16586         * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
16587         justsyms.t.
16588         * testsuite/Makefile.in: Rebuild.
16589
16590         * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
16591         long.
16592         * testsuite/script_test_2.cc (main): Adjust test.
16593
16594 2008-04-11  David S. Miller  <davem@davemloft.net>
16595             Ian Lance Taylor  <iant@google.com>
16596
16597         * options.h (General_options): Add entries for '-Y' and
16598         '-relax'.
16599         * options.cc (General_options:finalize): If -Y was used, add those
16600         entries to the library path instead of the default "/lib" and
16601         "/usr/lib".
16602
16603 2008-04-11  David S. Miller  <davem@davemloft.net>
16604
16605         * testsuite/justsyms.t: Start at 0x100.
16606         * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
16607         * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
16608         long.
16609         * testsuite/script_test_2.cc: Adjust string and section length
16610         checks.
16611
16612 2008-04-09  Ian Lance Taylor  <iant@google.com>
16613
16614         PR gold/5996
16615         * script-sections.cc (Sections_element::allocate_to_segment): Add
16616         orphan parameter.
16617         (Output_section_definition::allocate_to_segment): Likewise.
16618         (Orphan_output_section::allocate_to_segment): Likewise.
16619         (Script_sections::attach_sections_using_phdrs_clause): Don't
16620         propagate non-PT_LOAD segments to orphan sections.
16621         * testsuite/Makefile.am (script_test_3.stdout): Generate using
16622         readelf rather than objdump.
16623         * testsuite/script_test_3.sh: Adjust accordingly.  Test that
16624         .interp section and PT_INTERP segment are the same size.
16625         * testsuite/Makefile.in: Rebuild.
16626
16627         * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
16628         aliases for symbols defined in the same object.
16629         * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
16630         (weak_alias_test_SOURCES): New variable.
16631         (weak_alias_test_DEPENDENCIES): New variable.
16632         (weak_alias_test_LDFLAGS): New variable.
16633         (weak_alias_test_LDADD): New variable.
16634         (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
16635         (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
16636         (weak_alias_test_3.o): New target.
16637         (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
16638         * testsuite/weak_alias_test_main.cc: New file.
16639         * testsuite/weak_alias_test_1.cc: New file.
16640         * testsuite/weak_alias_test_2.cc: New file.
16641         * testsuite/weak_alias_test_3.cc: New file.
16642
16643 2008-04-08  Ian Lance Taylor  <iant@google.com>
16644
16645         * options.h (class General_options): Add --noinhibit-exec option.
16646         * main.cc (main): Check --noinhibit-exec.
16647
16648         * options.h (class General_options): Define --wrap as a special
16649         option.  Add wrap_symbols_ field.
16650         (General_options::any_wrap_symbols): New function.
16651         (General_options::is_wrap_symbol): New function.
16652         * options.cc (General_options::parse_wrap): New function.
16653         (General_options::General_options): Initialize wrap_symbols_.
16654         * symtab.cc (Symbol_table::wrap_symbol): New function.
16655         (Symbol_table::add_from_object): Handle --wrap.
16656         * symtab.h (class Symbol_table): Declare wrap_symbol.
16657         * target.h (Target::wrap_char): New function.
16658         (Target::Target_info): Add wrap_char field.
16659         * i386.cc (Target_i386::i386_info): Initialize wrap_char.
16660         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
16661         * testsuite/testfile.cc (Target_test::test_target_info):
16662         Likewise.
16663
16664         * errors.cc (Errors::undefined_symbol): Mention symbol version if
16665         there is one.
16666
16667         * layout.h (class Layout): Add added_eh_frame_data_ field.
16668         * layout.cc (Layout::Layout): Initialize new field.
16669         (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
16670         output section until we find a section we merged successfully.
16671         * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
16672         that the size be non-zero.
16673
16674         * merge.cc (Object_merge_map::get_output_offset): Remove inline
16675         qualifier.
16676
16677 2008-04-08  Craig Silverstein  <csilvers@google.com>
16678
16679         * configure.ac: Export new conditional variable HAVE_ZLIB.
16680         * testsuite/Makefile.am (flagstest_o_specialfile): Condition
16681         on HAVE_ZLIB.
16682         (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
16683         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16684
16685 2008-04-07  Ian Lance Taylor  <iant@google.com>
16686
16687         * version.cc (version_string): Set to "1.5".
16688
16689         * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
16690         Add issued_non_pic_error_ field.  Declare check_non_pic.
16691         (Target_x86_64::Scan::check_non_pic): New function.
16692         (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
16693         (Target_x86_64::Scan::global): Likewise.
16694
16695         * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
16696         addend parameter.  Change caller.  Handle merge sections.
16697         (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
16698         Address to Addend.  Don't add in the result of
16699         local_section_offset, pass down the addend and use the returned
16700         value.
16701         * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
16702         Update declarations of local_section_offset and symbol_value.
16703         * testsuite/two_file_test_1.cc (t18): New function.
16704         * testsuite/two_file_test_2.cc (f18): New function.
16705         * testsuite/two_file_test_main.cc (main): Call t18.
16706         * testsuite/two_file_test.h (t18, f18): Declare.
16707
16708         * configure.ac: Don't test for objdump, c++filt, or readelf.
16709         * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
16710         conditionals.
16711         (TEST_READELF): New variable.
16712         (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
16713         (check_PROGRAMS): Add two_file_strip_test.
16714         (two_file_strip_test): New target.
16715         (check_PROGRAMS): Add two_file_same_shared_strip_test.
16716         (two_file_same_shared_strip_test_SOURCES): New variable.
16717         (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
16718         (two_file_same_shared_strip_test_LDFLAGS): New variable.
16719         (two_file_same_shared_strip_test_LDADD): New variable.
16720         (two_file_shared_strip.so): New target.
16721         (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
16722         (ver_test_5.syms, ver_test_7.syms): Likewise.
16723         (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
16724         (strip_test_3.stdout): Use TEST_OBJDUMP.
16725         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16726
16727 2008-04-04  Cary Coutant  <ccoutant@google.com>
16728
16729         * symtab.h (Symbol::is_weak_undefined): New function.
16730         (Symbol::is_strong_undefined): New function.
16731         (Symbol::is_absolute): New function.
16732         (Symbol::needs_plt_entry): Exclude weak undefined symbols.
16733         (Symbol::needs_dynamic_reloc): Exclude weak undefined and
16734         absolute symbols.
16735         * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
16736         (weak_undef_test): New target.
16737         * testsuite/Makefile.in: Rebuild.
16738         * testsuite/weak_undef_file1.cc: New file.
16739         * testsuite/weak_undef_file2.cc: New file.
16740         * testsuite/weak_undef_test.cc: New file.
16741
16742 2008-04-03  Craig Silverstein  <csilvers@google.com>
16743
16744         * compressed_output.h (class Output_compressed_section): Use
16745         unsigned buffer.
16746         * compressed_output.cc (zlib_compress): Use unsigned buffers,
16747         add zlib header.
16748         (zlib_compressed_suffix): Removed.
16749         (Output_compressed_section::set_final_data_size): Use unsigned
16750         buffers.
16751         * testsuite/Makefile.am (flagstest_compress_debug_sections):
16752         Fix linker invocation.
16753         (flagstest_o_specialfile_and_compress_debug_sections):
16754         Likewise.
16755         * testsuite/Makefile.in: Regenerated.
16756
16757 2008-04-02  David S. Miller  <davem@davemloft.net>
16758
16759         *  dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
16760         Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
16761
16762 2008-04-02  Craig Silverstein  <csilvers@google.com>
16763
16764         * TODO: New file.
16765
16766 2008-04-02  Ian Lance Taylor  <iant@google.com>
16767
16768         * fileread.cc (File_read::find_view): Add byteshift and vshifted
16769         parameters.  Update for new key type to views_.  Change all
16770         callers.
16771         (File_read::read): Adjust for byteshift in returned view.
16772         (File_read::add_view): New function, broken out of
16773         find_and_make_view.
16774         (File_read::make_view): New function, broken out of
16775         find_and_make_view.
16776         (File_read::find_or_make_view): Add offset and aligned
16777         parameters.  Rewrite accordingly.  Change all callers.
16778         (File_read::get_view): Add offset and aligned parameters.  Adjust
16779         for byteshift in return value.
16780         (File_read::get_lasting_view): Likewise.
16781         * fileread.h (class File_read): Update declarations.
16782         (class File_read::View): Add byteshift_ field.  Add byteshift to
16783         constructor.  Add byteshift method.
16784         * archive.h (Archive::clear_uncached_views): New function.
16785         (Archive::get_view): Add aligned parameter.  Change all callers.
16786         * object.h (Object::get_view): Add aligned parameter.  Change all
16787         callers.
16788         (Object::get_lasting_view): Likewise.
16789
16790         * fileread.cc (File_read::release): Don't call clear_views if
16791         there are multiple objects.
16792         * fileread.h (File_read::clear_uncached_views): New function.
16793         * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
16794         on the archive.
16795
16796 2008-03-31  Cary Coutant  <ccoutant@google.com>
16797
16798         Add thin archive support.
16799         * archive.cc (Archive::armagt): New const.
16800         (Archive::setup): Remove task parameter and calls to unlock.
16801         (Archive::unlock_nested_archives): New function.
16802         (Archive::read_header): Add nested_off parameter. Change
16803         all callers.
16804         (Archive::interpret_header): Likewise.
16805         (Archive::include_all_members): Change to handle thin
16806         archives.
16807         (Archive::include_member): Likewise.
16808         * archive.h (Archive::Archive): Add new parameters and
16809         initializers.
16810         (Archive::armagt): New const.
16811         (Archive::setup): Remove task parameter.
16812         (Archive::unlock_nested_archives): New function.
16813         (Archive::read_header): Add nested_off parameter.
16814         (Archive::interpret_header): Likewise.
16815         (Archive::Nested_archive_table): New typedef.
16816         (Archive::is_thin_archive_): New field.
16817         (Archive::nested_archives_): New field.
16818         (Archive::options_): New field.
16819         (Archive::dirpath_): New field.
16820         (Archive::task_): New field.
16821         * readsyms.cc (Read_symbols::do_read_symbols): Add check
16822         for thin archives.  Pass additional parameters to
16823         Archive::Archive.  Unlock the archive file after calling
16824         Archive::setup.
16825
16826 2008-03-29  Ian Lance Taylor  <iant@google.com>
16827
16828         * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
16829         version symbol to be local.
16830         * testsuite/ver_test_4.sh: New file.
16831         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
16832         (check_DATA): Add ver_test_4.syms.
16833         (ver_test_4.syms): New target.
16834         * testsuite/Makefile.in: Rebuild.
16835
16836         * output.cc
16837         (Output_section::Input_section_sort_entry::has_priority): New
16838         function.
16839         (Output_section::Input_section_sort_entry::match_file_name): New
16840         function.
16841         (Output_section::Input_section_sort_entry::match_section_name):
16842         Remove.
16843         (Output_section::Input_section_sort_entry::match_section_name_prefix):
16844         Remove.
16845         (Output_section::Input_section_sort_entry::match_section_file):
16846         Remove.
16847         (Output_section::Input_section_sort_compare::operator()): Rewrite
16848         using new Input_section_sort_entry functions.  Sort crtbegin and
16849         crtend first.  Sort sections with no priority before sections with
16850         a priority.
16851         * testsuite/initpri1.c (d3): Check j != 4.
16852         (cd5): New constructor/destructor function.
16853         (main): Check j != 2.
16854
16855         * symtab.cc (Symbol_table::add_from_object): If we don't use the
16856         new symbol when resolving, don't call set_is_default.
16857         * testsuite/ver_test_7.cc: New file.
16858         * testsuite/ver_test_7.sh: New file.
16859         * testsuite/Makefile.am (ver_test_7.so): New target.
16860         (ver_test_7.o): New target.
16861         (check_SCRIPTS): Add ver_test_7.sh.
16862         (check_DATA): Add ver_test_7.syms.
16863         (ver_test_7.syms): New target.
16864
16865 2008-03-28  Ian Lance Taylor  <iant@google.com>
16866
16867         * layout.cc (Layout::layout): If we see an input section with a
16868         name that needs sorting, set the must_sort flag for the output
16869         section.
16870         (Layout::make_output_section): If the name of the output section
16871         indicates that it might require sorting, set the may_sort flag.
16872         * output.h (Output_section::may_sort_attached_input_sections): New
16873         function.
16874         (Output_section::set_may_sort_attached_input_sections): New
16875         function.
16876         (Output_section::must_sort_attached_input_sections): New
16877         function.
16878         (Output_section::set_must_sort_attached_input_sections): New
16879         function.
16880         (class Output_section): Declare Input_section_sort_entry.  Define
16881         Input_section_sort_compare.  Declare
16882         sort_attached_input_sections.  Add new fields:
16883         may_sort_attached_input_sections_,
16884         must_sort_attached_input_sections_,
16885         attached_input_sections_are_sorted_.
16886         * output.cc (Output_section::Output_section): Initialize new
16887         fields.
16888         (Output_section::add_input_section): Add an entry to
16889         input_sections_ if may_sort or must_sort are true.
16890         (Output_section::set_final_data_size): Call
16891         sort_attached_input_sections if necessary.
16892         (Output_section::Input_section_sort_entry): Define new class.
16893         (Output_section::Input_section_sort_compare::operator()): New
16894         function.
16895         (Output_section::sort_attached_input_sections): New function.
16896         * configure.ac: Check whether the compiler supports constructor
16897         priorities.  Define a CONSTRUCTOR_PRIORITY automake conditional.
16898         * testsuite/initpri1.c: New file.
16899         * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
16900         CONSTRUCTOR_PRIORITY.
16901         (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
16902         (initpri1_LDFLAGS): New variable.
16903         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16904
16905 2008-03-27  Ian Lance Taylor  <iant@google.com>
16906
16907         * common.cc (Sort_commons::operator): Correct sorting algorithm.
16908         * testsuite/common_test_1.c: New file.
16909         * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
16910         (common_test_1_SOURCES): New variable.
16911         (common_test_1_DEPENDENCIES): New variable.
16912         (common_test_1_LDFLAGS): New variable.
16913
16914         * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
16915         and commons_ correctly when NAME/VERSION does not override
16916         NAME/NULL.
16917         * testsuite/ver_test_6.c: New file.
16918         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
16919         (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
16920         (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
16921
16922 2008-03-26  Ian Lance Taylor  <iant@google.com>
16923
16924         * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
16925         of an undefined symbol from a version script.
16926         * testsuite/Makefile.am (ver_test_5.so): New target.
16927         (ver_test_5.o): New target.
16928         (check_SCRIPTS): Add ver_test_5.sh.
16929         (check_DATA): Add ver_test_5.syms.
16930         (ver_test_5.syms): New target.
16931         * testsuite/ver_test_5.cc: New file.
16932         * testsuite/ver_test_5.script: New file.
16933         * testsuite/ver_test_5.sh: New file.
16934         * Makefile.in, testsuite/Makefile.in: Rebuild.
16935
16936         PR gold/5986
16937         Fix problems building gold with gcc 4.3.0.
16938         * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
16939         (gold_error_at_location, gold_warning_at_location): Use it.
16940         * configure.ac: Check whether we can compile and use a template
16941         function with a printf attribute.
16942         * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
16943         when jumping over bytes.
16944         * object.cc: Instantiate Object::read_section_data.
16945         * debug.h: Include <cstring>
16946         * dwarf_reader.cc: Include <algorithm>
16947         * main.cc: Include <cstring>.
16948         * options.cc: Include <cstring>.
16949         * output.cc: Include <cstring>.
16950         * script.cc: Include <cstring>.
16951         * script.h: Include <string>.
16952         * symtab.cc: Include <cstring> and <algorithm>.
16953         * target-select.cc: Include <cstring>.
16954         * version.cc: Include <string>.
16955         * testsuite/testmain.cc: Include <cstdlib>.
16956         * configure, config.in: Rebuild.
16957
16958 2008-03-25  Ian Lance Taylor  <iant@google.com>
16959
16960         * options.cc: Include "../bfd/bfdver.h".
16961         (options::help): Print bug reporting address.
16962
16963         * version.cc (print_version): Adjust output for current value of
16964         BFD_VERSION_STRING.
16965
16966         * NEWS: New file.
16967
16968         * options.cc (options::help): Print list of supported targets.
16969         * target-select.h: Include <vector>.
16970         (class Target_selector): Make machine_, size_, and is_big_endian_
16971         fields const.  Add bfd_name_ and instantiated_target_ fields.
16972         (Target_selector::Target_selector): Add bfd_name parameter.
16973         (Target_selector::recognize): Make non-virtual, call
16974         do_recognize.
16975         (Target_selector::recognize_by_name): Make non-virtual, call
16976         do_recognize_by_name.
16977         (Target_selector::supported_names): New function.
16978         (Target_selector::bfd_name): New function.
16979         (Target_selector::do_instantiate_target): New pure virtual
16980         function.
16981         (Target_selector::do_recognize): New virtual function.
16982         (Target_selector::do_recognize_by_name): New virtual function.
16983         (Target_selector::instantiate_target): New private function.
16984         (supported_target_names): Declare.
16985         * target-select.cc (Target_selector::Target_selector): Update for
16986         new parameter and fields.
16987         (select_target_by_name): Check that the name matches before
16988         calling recognize_by_name.
16989         (supported_target_names): New function.
16990         * i386.cc (class Target_selector_i386): Update Target_selector
16991         constructor call.  Remove recognize and recognize_by_name.  Add
16992         do_instantiate_target.
16993         * x86_64.cc (class Target_selector_x86_64): Likewise.
16994         * testsuite/testfile.cc (class Target_selector_test): Update for
16995         changes to Target_selector.
16996
16997         * README: Rewrite, with some notes on unsupported features.
16998
16999 2008-03-24  Cary Coutant  <ccoutant@google.com>
17000
17001         * i386.cc (Target_i386::Got_type): New enum declaration.
17002         (Target_i386::Scan::local): Updated callers of Output_data_got
17003         member functions.
17004         (Target_i386::Scan::global): Likewise.
17005         (Target_i386::Relocate::relocate): Likewise.
17006         (Target_i386::Relocate::relocate_tls): Likewise.
17007         * object.h (Got_offset_list): New class.
17008         (Sized_relobj::local_has_got_offset): Added got_type parameter.
17009         (Sized_relobj::local_got_offset): Likewise.
17010         (Sized_relobj::set_local_got_offset): Likewise.
17011         (Sized_relobj::local_has_tls_got_offset): Removed.
17012         (Sized_relobj::local_tls_got_offset): Removed.
17013         (Sized_relobj::set_local_tls_got_offset): Removed.
17014         (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
17015         * output.cc (Output_data_got::add_global): Added got_type parameter.
17016         (Output_data_got::add_global_with_rel): Likewise.
17017         (Output_data_got::add_global_with_rela): Likewise.
17018         (Output_data_got::add_global_pair_with_rel): New function.
17019         (Output_data_got::add_global_pair_with_rela): New function.
17020         (Output_data_got::add_local): Added got_type parameter.
17021         (Output_data_got::add_local_with_rel): Likewise.
17022         (Output_data_got::add_local_with_rela): Likewise.
17023         (Output_data_got::add_local_pair_with_rel): New function.
17024         (Output_data_got::add_local_pair_with_rela): New function.
17025         (Output_data_got::add_global_tls): Removed.
17026         (Output_data_got::add_global_tls_with_rel): Removed.
17027         (Output_data_got::add_global_tls_with_rela): Removed.
17028         (Output_data_got::add_local_tls): Removed.
17029         (Output_data_got::add_local_tls_with_rel): Removed.
17030         (Output_data_got::add_local_tls_with_rela): Removed.
17031         * output.h (Output_data_got::add_global): Added got_type parameter.
17032         (Output_data_got::add_global_with_rel): Likewise.
17033         (Output_data_got::add_global_with_rela): Likewise.
17034         (Output_data_got::add_global_pair_with_rel): New function.
17035         (Output_data_got::add_global_pair_with_rela): New function.
17036         (Output_data_got::add_local): Added got_type parameter.
17037         (Output_data_got::add_local_with_rel): Likewise.
17038         (Output_data_got::add_local_with_rela): Likewise.
17039         (Output_data_got::add_local_pair_with_rel): New function.
17040         (Output_data_got::add_local_pair_with_rela): New function.
17041         (Output_data_got::add_global_tls): Removed.
17042         (Output_data_got::add_global_tls_with_rel): Removed.
17043         (Output_data_got::add_global_tls_with_rela): Removed.
17044         (Output_data_got::add_local_tls): Removed.
17045         (Output_data_got::add_local_tls_with_rel): Removed.
17046         (Output_data_got::add_local_tls_with_rela): Removed.
17047         * resolve.cc (Symbol::override_base_with_special): Removed
17048         reference to has_got_offset_ field.
17049         * symtab.cc (Symbol::init_fields): Replaced initialization
17050         of got_offset_ with got_offsets_.  Removed initialization
17051         of has_got_offset_
17052         * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
17053         (Symbol::got_offset): Likewise.
17054         (Symbol::set_got_offset): Likewise.
17055         (Symbol::has_tls_got_offset): Removed.
17056         (Symbol::tls_got_offset): Removed.
17057         (Symbol::set_tls_got_offset): Removed.
17058         (Symbol::got_offset_): Removed.
17059         (Symbol::tls_mod_got_offset_): Removed.
17060         (Symbol::tls_pair_got_offset_): Removed.
17061         (Symbol::got_offsets_): New field.
17062         (Symbol::has_got_offset): Removed.
17063         (Symbol::has_tls_mod_got_offset): Removed.
17064         (Symbol::has_tls_pair_got_offset): Removed.
17065         * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
17066         (Target_x86_64::Scan::local): Updated callers of Output_data_got
17067         member functions.
17068         (Target_x86_64::Scan::global): Likewise.
17069         (Target_x86_64::Relocate::relocate): Likewise.
17070         (Target_x86_64::Relocate::relocate_tls): Likewise.
17071
17072 2008-03-25  Ben Elliston  <bje@au.ibm.com>
17073
17074         * yyscript.y: Fix spelling error in comment.
17075
17076 2008-03-24  Ian Lance Taylor  <iant@google.com>
17077
17078         * options.h (class General_options): Define build_id option.
17079         * layout.h (class Layout): Declare write_build_id, create_note,
17080         create_build_id.  Add build_id_note_ member.
17081         * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
17082         "libiberty.h", "md5.h", "sha1.h".
17083         (Layout::Layout): Initialize eh_frame_data_,
17084         eh_frame_hdr_section_, and build_id_note_.
17085         (Layout::finalize): Call create_build_id.
17086         (Layout::create_note): New function, broken out of
17087         Layout::create_gold_note.
17088         (Layout::create_gold_note): Call create_note.
17089         (Layout::create_build_id): New function.
17090         (Layout::write_build_id): New function.
17091         (Close_task_runner::run): Call write_build_id.
17092
17093         * x86_64.cc: Correct license to GPLv3.
17094
17095 2008-03-23  Ian Lance Taylor  <iant@google.com>
17096
17097         * options.cc: Include "demangle.h".
17098         (parse_optional_string): New function.
17099         (parse_long_option): Handle takes_optional_argument.
17100         (parse_short_option): Update dash_z initializer.  Handle
17101         takes_optional_argument.
17102         (General_options::General_options): Initialize do_demangle_.
17103         (General_options::finalize): Set do_demangle_.  Handle demangling
17104         style.
17105         * options.h (parse_optional_string): Declare.
17106         (struct One_option): Add optional_arg field.  Update constructor.
17107         Update call constructor calls.  Add takes_optional_argument
17108         function.
17109         (DEFINE_var): Add optional_arg__ parameter.  Change all callers.
17110         (DEFINE_optional_string): Define.
17111         (General_options::demangle): Change from DEFINE_bool to
17112         DEFINE_optional_string.
17113         (General_options::no_demangle): New function.
17114         (General_options::do_demangle): New function.
17115         (General_options::set_do_demangle): New function.
17116         (General_options::execstack_status_): Move definition to end of
17117         class definition.
17118         (General_options::static_): Likewise.
17119         (General_options::do_demangle_): New field.
17120         * object.cc (big_endian>::get_symbol_location_info): Call
17121         Options::do_demangle, not Options::demangle.
17122         * symtab.cc (demangle): Likewise.
17123
17124 2008-03-22  Ian Lance Taylor  <iant@google.com>
17125
17126         * gold.h: Include <cstddef> and <sys/types.h>
17127         * options.h: Include <cstring>.
17128
17129 2008-03-21  Ian Lance Taylor  <iant@google.com>
17130
17131         * Added source code to GNU binutils.
17132 \f
17133 Copyright (C) 2008-2015 Free Software Foundation, Inc.
17134
17135 Copying and distribution of this file, with or without modification,
17136 are permitted in any medium without royalty provided the copyright
17137 notice and this notice are preserved.
17138
17139 Local Variables:
17140 mode: change-log
17141 left-margin: 8
17142 fill-column: 74
17143 version-control: never
17144 End: