1 2010-08-02 Ian Lance Taylor <iant@google.com>
3 * testsuite/final_layout.sh: Use dc to convert from hex to
6 2010-07-29 Sriraman Tallam <tmsriram@google.com>
8 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
9 paramter to the call to gold::gc_process_relocs.
10 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
11 paramter to the call to gold::gc_process_relocs.
12 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
13 parameter to the call to gold::gc_process_relocs.
14 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
15 template parameter to the call to gold::gc_process_relocs.
16 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
17 paramter to the call to gold::gc_process_relocs.
18 * gc.h (get_embedded_addend_size): New function.
19 (gc_process_relocs): Save the size of the reloc for use by ICF.
20 * icf.cc (get_section_contents): Get the addend from the text section
21 for SHT_REL relocation sections.
22 * icf.h (Icf::Reloc_addend_size_info): New typedef.
23 (Icf::Reloc_info): Add new member reloc_addend_size_info.
24 * int_encoding.h (read_from_pointer): New overloaded function.
25 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
26 * testsuite/icf_sht_rel_addend_test.sh: New file.
27 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
28 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
30 2010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
33 * Makefile.in: Regenerate.
34 * testsuite/Makefile.in: Regenerate.
36 2010-07-27 Jeffrey Yasskin <jyasskin@google.com>
38 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
39 * gold/testsuite/debug_msg.cc: Likewise.
40 * gold/testsuite/odr_violation1.cc
41 * gold/testsuite/odr_violation2.cc
43 2010-07-21 Cary Coutant <ccoutant@google.com>
45 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
46 string, and length fields.
47 (Output_merge_string::Merged_strings_list): New type.
48 (Output_merge_string::Merged_strings_lists): New typedef.
49 (Output_merge_string): Replace merged_strings_ with
50 merged_strings_lists_.
51 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
52 Merged_strings_list per input object and section. Don't store pointer
53 to the string. Don't store length with each merged string entry.
54 (Output_merge_string::finalize_merged_data): Loop over list of merged
55 strings lists. Recompute length of each merged string.
57 2010-07-15 Cary Coutant <ccoutant@google.com>
59 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
62 2010-07-14 Ian Lance Taylor <iant@google.com>
64 * descriptors.cc (Descriptors::open): Report correct name in error
67 2010-07-13 Doug Kwan <dougkwan@google.com>
69 * arm.cc (Arm_input_section::Arm_input_section): For a
70 SHT_ARM_EXIDX section, always keeps the input sections.
71 (Arm_input_section::set_exidx_section_link): New method.
72 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
74 (Arm_exidx_input_section::has_errors,
75 Arm_exidx_input_section::set_has_errors): New methods.
76 (Arm_exidx_input_section::has_errors_): New data member.
77 (Arm_relobj::get_exidx_shndx_list): New method.
78 (Arm_output_section::append_text_sections_to_list): Do not skip
79 section without SHF_EXECINSTR.
80 (Arm_output_section::fix_exidx_coverage): Skip input sections with
82 (Arm_relobj::make_exidx_input_section): Add new parameter for text
83 section header. Make error messages more verbose. Check for
84 a non-executable section linked to an EXIDX section.
85 (Arm_relobj::do_read_symbols): Remove error checking, which has been
86 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
87 check that there is no deferred EXIDX section if we exit early.
88 Instead of not making an EXIDX section in case of an error, make one
89 and set the has_errors flag of it.
90 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
91 in a relocatable link.
92 (Target_arm::do_relax): Look for the EXIDX output section instead of
93 assuming that it is called .ARM.exidx.
94 (Target_arm::fix_exidx_coverage): Add a new parameter for input
95 section list. Do not check for SHF_EXECINSTR section flags but
96 skip any input section with errors.
97 * output.cc (Output_section::Output_section): Initialize
98 always_keeps_input_sections_ to false.
99 (Output_section::add_input_section): Check for
100 always_keeps_input_sections_.
101 * output.h (Output_section::always_keeps_input_sections,
102 Output_section::set_always_keeps_input_sections): New methods.
103 (Output_section::always_keeps_input_sections): New data member.
105 2010-07-13 Rafael Espindola <espindola@google.com>
107 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
108 * fileread.h (Input_file): Add try_extra_search_path and find_file.
110 2010-07-13 Philip Herron <herron.philip@googlemail.com>
111 Ian Lance Taylor <iant@google.com>
113 * output.h (Output_section_lookup_maps::add_merge_section):
114 Correct check of whether value was inserted.
115 (Output_section_lookup_maps::add_merge_input_section): Likewise.
116 (Output_section_lookup_maps::add_relaxed_input_section):
118 * arm.cc (Target_arm::got_section): Remove used local os.
119 * i386.cc (Target_i386::got_section): Likewise.
120 * x86_64.cc (Target_x86_64::got_section): Likewise.
121 * sparc.cc (Target_sparc::got_section): Likewise.
122 (Target_sparc::relocate): Remove unused local have_got_offset.
123 * powerpc.cc (Target_powerpc::relocate): Likewise.
125 2010-07-13 Ian Lance Taylor <iant@google.com>
127 * compressed_output.cc (zlib_decompress): Fix signature in
130 * archive.cc (Archive::include_member): Unlock an external member
131 of a thin archive. Don't bother to delete an object we know is
134 2010-07-12 Cary Coutant <ccoutant@google.com>
136 * compressed_output.cc (zlib_decompress): New function.
137 (get_uncompressed_size): New function.
138 (decompress_input_section): New function.
139 * compressed_output.h (get_uncompressed_size): New function.
140 (decompress_input_section): New function.
141 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
142 Handle compressed debug sections.
143 * layout.cc (is_compressed_debug_section): New function.
144 (Layout::output_section_name): Map compressed section names to
146 * layout.h (is_compressed_debug_section): New function.
147 (is_debug_info_section): Recognize compressed debug sections.
148 * merge.cc: Include compressed_output.h.
149 (Output_merge_data::do_add_input_section): Handle compressed
151 (Output_merge_string::do_add_input_section): Handle compressed
153 * object.cc: Include compressed_output.h.
154 (Sized_relobj::Sized_relobj): Initialize new data members.
155 (build_compressed_section_map): New function.
156 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
157 * object.h (Object::section_is_compressed): New method.
158 (Object::do_section_is_compressed): New method.
159 (Sized_relobj::Compressed_section_map): New type.
160 (Sized_relobj::do_section_is_compressed): New method.
161 (Sized_relobj::compressed_sections_): New data member.
162 * output.cc (Output_section::add_input_section): Handle compressed
164 * reloc.cc: Include compressed_output.h.
165 (Sized_relobj::write_sections): Handle compressed debug sections.
167 2010-07-08 Cary Coutant <ccoutant@google.com>
169 * resolve.cc (Symbol_table::resolve): Remember whether undef was
170 weak when resolving to a dynamic def.
171 (Symbol_table::should_override): Add adjust_dyndef flag; set it
172 for weak undef/dynamic def cases. Adjust callers.
173 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
175 (Symbol_table::sized_write_globals): Adjust symbol binding.
176 (Symbol_table::sized_write_symbol): Add binding parameter.
177 * symtab.h (Symbol::set_undef_binding): New method.
178 (Symbol::is_undef_binding_weak): New method.
179 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
180 (Symbol_table::should_override): Add new parameter.
181 (Symbol_table::sized_write_symbol): Add new parameter.
183 * testsuite/weak_undef_file1.cc: Add new test case.
184 * testsuite/weak_undef_file2.cc: Fix header comment.
185 * testsuite/weak_undef_test.cc: Add new test case.
187 2010-06-29 Doug Kwan <dougkwan@google.com>
189 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
190 Initialize USE_SYMBOL_.
191 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
193 (Arm_reloc_property::uses_symbol_): New data member declaration.
194 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
195 uses symbol value and symbol is undefined but not weakly undefined.
197 2010-06-28 Rafael Espindola <espindola@google.com>
199 * plugin.cc (Plugin::load): Use dlerror.
201 2010-06-26 Jeffrey Yaskin <jyasskin@google.com>
203 * symtab.cc (detect_odr_violations): When reporting an ODR
204 violation, report an object where the symbol is defined.
206 2010-06-25 Doug Kwan <dougkwan@google.com>
208 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
209 (Target_arm::section_may_have_icf_unsafe_pointers): New method
211 (Target_arm::Scan::local_reloc_may_be_function_pointer,
212 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
213 target hook to detect function points.
214 (Target_arm::Scan::possible_function_pointer_reloc): New method.
215 * icf.h (Icf::check_section_for_function_pointers): Change type of
216 parameter SECTION_NAME to const reference to std::string. Use
217 target hook to determine if section may have unsafe pointers.
218 * target.h (Target::section_may_have_icf_unsafe_pointers): New
221 2010-06-21 Rafael Espindola <espindola@google.com>
223 * fileread.cc (Input_file::find_fie): New
224 (Input_file::open): Use Input_file::find_fie.
225 * fileread.h (Input_file::find_fie): New
226 * plugin.cc (set_extra_library_path): New.
227 (Plugin::load): Add set_extra_library_path to the transfer vector.
228 (Plugin_manager::set_extra_library_path): New.
229 (Plugin_manager::add_input_file): Use the extra search path if set.
230 (set_extra_library_path(): New.
231 * plugin.h (Plugin_manager): Add set_extra_library_path and
234 2010-06-19 Cary Coutant <ccoutant@google.com>
236 * layout.cc (gdb_sections): Add .debug_types.
237 (lines_only_debug_sections): Likewise.
239 2010-06-18 Rafael Espindola <espindola@google.com>
241 * plugin.cc (add_input_file,add_input_library)
242 (Plugin_manager::add_input_file): Make filename arguments const.
243 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
246 2010-06-16 Doug Kwan <dougkwan@google.com>
248 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
249 .ARM.attributes section if we have not merged any input
252 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
254 * arm.cc: Allow combining objects with no EABI version
257 2010-06-15 Rafael Espindola <espindola@google.com>
259 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
261 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
263 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
264 (struct iovec): Correct !HAVE_READV definition.
266 2010-06-10 Cary Coutant <ccoutant@google.com>
268 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
269 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
271 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
274 * symtab.h (Symbol::is_placeholder): New member function.
275 * target-reloc.h (relocate_section): Check for placeholder symbols.
277 * testsuite/Makefile.am (plugin_test_8): New test.
278 (plugin_test_9): New test.
279 * testsuite/Makefile.in: Regenerate.
281 2010-06-09 Nick Clifton <nickc@redhat.com>
283 * yyscript.y (input_list_element): Allow strings prefixed with
284 the '-' character. Treat these as libraries.
285 * script.cc (script_add_library): New function. Adds a library
286 specified by "-l<name>" found in an input script.
287 * script-c.h: Add prototype for script_add_library.
289 2010-06-07 Doug Kwan <dougkwan@google.com>
291 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
292 Restrict stub-group size to be within long conditional branch
293 range when working around cortex-A8 erratum.
295 2010-06-07 Damien Diederen <dd@crosstwine.com>
297 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
300 2010-06-03 Sriraman Tallam <tmsriram@google.com>
304 (Output_section::Input_section_sort_entry::compare_section_ordering):
305 Change to return non-zero correctly.
306 (Output_section::Input_section_sort_section_order_index_compare
307 ::operator()): Change to fix ambiguity in comparisons.
309 2010-06-01 Sriraman Tallam <tmsriram@google.com>
311 * gold.h (is_wildcard_string): New function.
312 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
313 (Layout::layout_eh_frame): Ditto.
314 (Layout::find_section_order_index): New method.
315 (Layout::read_layout_from_file): New method.
316 * layout.h (Layout::find_section_order_index): New method.
317 (Layout::read_layout_from_file): New method.
318 (Layout::input_section_position_): New private member.
319 (Layout::input_section_glob_): New private member.
320 * main.cc (main): Call read_layout_from_file here.
321 * options.h (--section-ordering-file): New option.
322 * output.cc (Output_section::input_section_order_specified_): New
324 (Output_section::Output_section): Initialize new member.
325 (Output_section::add_input_section): Add new parameter.
326 Keep input sections when --section-ordering-file is used.
327 (Output_section::set_final_data_size): Sort input sections when
328 section ordering file is specified.
329 (Output_section::Input_section_sort_entry): Add new parameter.
331 (Output_section::Input_section_sort_entry::compare_section_ordering):
333 (Output_section::Input_section_sort_compare::operator()): Change to
334 consider section_order_index.
335 (Output_section::Input_section_sort_init_fini_compare::operator()):
336 Change to consider section_order_index.
337 (Output_section::Input_section_sort_section_order_index_compare
338 ::operator()): New method.
339 (Output_section::sort_attached_input_sections): Change to sort
340 according to section order when specified.
341 (Output_section::add_input_section<32, true>): Add new parameter.
342 (Output_section::add_input_section<64, true>): Add new parameter.
343 (Output_section::add_input_section<32, false>): Add new parameter.
344 (Output_section::add_input_section<64, false>): Add new parameter.
345 * output.h (Output_section::add_input_section): Add new parameter.
346 (Output_section::input_section_order_specified): New
348 (Output_section::set_input_section_order_specified): New method.
349 (Input_section::Input_section): Initialize section_order_index_.
350 (Input_section::section_order_index): New method.
351 (Input_section::set_section_order_index): New method.
352 (Input_section::section_order_index_): New member.
353 (Input_section::Input_section_sort_section_order_index_compare): New
355 (Output_section::input_section_order_specified_): New member.
356 * script-sections.cc (is_wildcard_string): Delete and move modified
358 (Output_section_element_input::Output_section_element_input): Modify
359 call to is_wildcard_string.
360 (Output_section_element_input::Input_section_pattern
361 ::Input_section_pattern): Ditto.
362 (Output_section_element_input::Output_section_element_input): Ditto.
363 * testsuite/Makefile.am (final_layout): New test case.
364 * testsuite/Makefile.in: Regenerate.
365 * testsuite/final_layout.cc: New file.
366 * testsuite/final_layout.sh: New file.
368 2010-06-01 Rafael Espindola <espindola@google.com>
370 * plugin.cc (Plugin::load): Pass the output name to the plugin.
372 2010-06-01 Rafael Espindola <espindola@google.com>
374 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
375 visibility of symbols.
377 2010-05-27 Doug Kwan <dougkwan@google.com>
379 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
380 from start of output section instead of address for a local symbol
381 in a merged or relaxed section when doing a relocatable link.
383 2010-05-26 Rafael Espindola <espindola@google.com>
386 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
387 adding sections the garbage collector removed.
388 * gold/testsuite/Makefile.am: Add test.
389 * gold/testsuite/Makefile.in: Regenerate.
390 * gold/testsuite/plugin_test_7.sh: New.
391 * gold/testsuite/plugin_test_7_1.c: New.
392 * gold/testsuite/plugin_test_7_2.c: New.
394 2010-05-26 Rafael Espindola <espindola@google.com>
396 * script-sections.cc (Output_section_definition::set_section_addresses):
397 Check for --section-start.
399 2010-05-26 Doug Kwan <dougkwan@google.com>
401 * arm.cc (Arm_scan_relocatable_relocs): New class.
402 (Target_arm::relocate_special_relocatable): New method.
403 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
404 (Arm_relocate_functions::thumb_branch_common): Same.
405 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
406 instead of Default_scan_relocatable_relocs.
407 * target-reloc.h (relocate_for_relocatable): Let target handle
408 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
409 * target.h (Sized_target::relocate_special_relocatable): New method.
411 2010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
413 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
415 2010-05-23 Doug Kwan <dougkwan@google.com>
417 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
419 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
420 with a direct branch, not a conditional branch, to a stub.
421 * merge.cc (Output_merge_base::record_input_section): New method
423 (Output_merge_data::do_add_input_section): Record input section if
424 keeps-input-sections flag is set.
425 (Output_merge_string::do_add_input_section): Ditto.
426 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
427 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
429 (Output_merge_base::keeps_input_sections,
430 Output_merge_base::set_keeps_input_sections,
431 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
433 (Output_merge_base::Input_sections): New type declaration.
434 (Output_merge_base::input_sections_begin,
435 Output_merge_base::input_sections_end,
436 Output_merge_base::do_set_keeps_input_sections): New method definitions.
437 (Output_merge_base::bool keeps_input_sections_,
438 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
439 Output_merge_base::input_sections_): New data members.
440 (Output_merge_data::do_set_keeps_input_sections): New method
442 (Output_merge_string::do_set_keeps_input_sections): Ditto.
443 * output.cc (Output_section::Input_section::relobj): Move method
444 defintion from class declaration to here and handle merge sections.
445 (Output_section::Input_section::shndx): Ditto.
446 (Output_section::Output_section): Remove initializations of removed
447 data members and initialize new data member LOOKUP_MAPS_.
448 (Output_section::add_input_section): Set keeps-input-sections flag
449 for a newly created merge output section as appropriate. Adjust code
450 to use Output_section_lookup_maps class.
451 (Output_section::add_relaxed_input_section): Adjst code for lookup
452 maps code refactoring.
453 (Output_section::add_merge_input_section): Add a new parameter
454 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
455 class. If adding input section to a newly created merge output
456 section fails, remove the new merge section.
457 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
458 Adjust code for use of the Output_section_lookup_maps class.
459 (Output_section::find_merge_section): Ditto.
460 (Output_section::build_lookup_maps): New method defintion.
461 (Output_section::find_relaxed_input_section): Adjust code to use
462 Output_section_lookup_maps class.
463 (Output_section::get_input_sections): Export merge sections. Adjust
464 code to use Output_section_lookup_maps class.
465 (Output_section:::add_script_input_section): Adjust code to use
466 Output_section_lookup_maps class. Update lookup maps for merge
468 (Output_section::discard_states): Use Output_section_lookup_maps.
469 (Output_section::restore_states): Same.
470 * output.h (Merge_section_properties): Move class defintion out of
472 (Output_section_lookup_maps): New class.
473 (Output_section::Input_section::is_merge_section): New method
475 (Output_section::Input_section::relobj): Move defintion out of class
476 defintion. Declare method only.
477 (Output_section::Input_section::shndx): Ditto.
478 (Output_section::Input_section::output_merge_base): New method defintion.
479 (Output_section::Input_section::u2_.pomb): New union field.
480 (Output_section::Merge_section_by_properties_map,
481 Output_section::Output_section_data_by_input_section_map,
482 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
484 (Output_section::add_merge_input_section): Add new parameter
485 KEEPS_INPUT_SECTIONS.
486 (Output_section::build_lookup_maps): New method declaration.
487 (Output_section::merge_section_map_,
488 Output_section::merge_section_by_properties_map_,
489 Output_section::relaxed_input_section_map_,
490 Output_section::is_relaxed_input_section_map_valid_): Remove data
492 (Output_section::lookup_maps_): New data member.
494 2010-05-21 Doug Kwan <dougkwan@google.com>
497 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
498 avoid a compilation error.
500 2010-05-19 Rafael Espindola <espindola@google.com>
502 * script-sections.cc (Output_section_definition::allocate_to_segment):
503 Update the phdrs_list even when the output section is NULL.
504 * testsuite/Makefile.am: Add test.
505 * testsuite/Makefile.in: Regenerate.
506 * testsuite/script_test_9.cc: New.
507 * testsuite/script_test_9.sh: New.
508 * testsuite/script_test_9.t: New.
510 2010-05-19 Doug Kwan <dougkwan@google.com>
512 * arm.cc (Arm_input_section::original_size): New method.
513 (Arm_input_section::do_addralign): Add a cast.
514 (Arm_input_section::do_output_offset): Remove static cast.
515 (Arm_input_section::original_addralign,
516 Arm_input_section::original_size_): Change type to uint32_t.
517 (Arm_input_section::init): Add safe casts for section alignment
519 (Arm_input_section::set_final_data_size): Do not set address and
520 offset of stub table.
521 (Arm_output_section::fix_exidx_coverage): Change use of of
522 Output_section::Simple_input_section to that of
523 Output_section::Input_section.
524 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
525 except for the first pass.
526 * output.cc (Output_section::get_input_sections): Change type of
527 input_sections to std::list<Input_section>.
528 (Output_section::add_script_input_section): Rename from
529 Output_section::add_simple_input_section. Change type of SIS
530 parameter from Simple_input_section to Input_section.
531 * output.h (Output_section::Simple_input_section): Remove class.
532 (Output_section::Input_section): Change class visibility to public.
533 (Output_section::Input_section::addralign): Use stored alignments
534 for special input sections if set.
535 (Output_section::Input_section::set_addralign): New method.
536 (Output_section::get_input_sections): Change parameter type from
537 list of Simple_input_section to list of Input_section.
538 (Output_section::add_script_input_section): Rename from
539 Output_section::add_simple_input_section. Change first parameter's
540 type from Simple_input_section to Input_section and remove the
541 second and third parameters.
542 * script-sections.cc (Input_section::Input_section_list): Change
543 type to list of Output_section::Input_section/
544 (Input_section_info::Input_section_info): Change parameter type of
545 INPUT_SECTION to Output_section::Input_section.
546 (Input_section_info::input_section): Change return type.
547 (Input_section_info::input_section_): Change type to
548 Output_section::Input_section.
549 (Output_section_element_input::set_section_addresses): Adjust code
550 to use Output_section::Input_section instead of
551 Output_section::Simple_input_section. Adjust code for renaming
552 of Output_section::add_simple_input_section.
553 (Orphan_output_section::set_section_addresses): Ditto.
555 2010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
557 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
558 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
560 2010-05-18 Rafael Espindola <espindola@google.com>
562 * options.cc (General_options::finalize): Handle -nostdlib.
563 * options.h (nostdlib): New option.
564 * script.cc (script_add_search_dir): Handle -nostdlib.
566 2010-05-12 Doug Kwan <dougkwan@google.com>
568 * arm.cc (Target_arm::do_finalize_sections): Create an empty
569 attributes section only if there no attributes section after merging.
570 (Target_arm::merge_object_attributes): Move value of
571 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
572 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
573 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
574 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
575 and arm_attr_merge_7.stdout.
576 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
577 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
578 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
579 arm_attr_merge_7b.o): New rules.
580 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
582 * testsuite/Makefile.in: Regenerate.
583 * testsuite/arm_attr_merge.sh: New file.
584 * testsuite/arm_attr_merge_[67][ab].s: Same.
586 2010-05-05 Nick Clifton <nickc@redhat.com>
588 * po/es.po: Updated Spanish translation.
590 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
592 * Makefile.am (install-exec-local): Properly install gold as
593 default cross linker.
594 * Makefile.in: Regenerated.
596 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
597 Nick Clifton <nickc@redhat.com>
599 * configure.ac (install_as_default): Define and set to false
600 unless --enable-gold or --enable-gold=both/gold has been
602 * configure: Regenerate.
604 * Makefile.am (install-exec-local): Install the executable as
605 'ld.gold'. If install_as_default is true then also install it as
607 * Makefile.in: Regenerated.
609 2010-04-24 Ian Lance Taylor <iant@google.com>
611 * layout.cc (Layout::layout_reloc): In relocatable link don't
612 combine reloc sections for grouped sections.
614 2010-04-23 Sriraman Tallam <tmsriram@google.com>
616 * gc.h (gc_process_relocs): Pass information on relocs pointing to
617 sections that are not ordinary to icf.
618 * icf.cc (get_section_contents): Handle relocation pointing to section
619 with no object or shndx information.
620 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
621 * testsuite/Makefile.in: Regenerate.
622 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
623 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
625 2010-04-22 Ian Lance Taylor <iant@google.com>
627 * expression.cc (Expression::Expression_eval_info): Add
628 result_alignment_pointer field.
629 (Expression::eval_with_dot): Add result_alignment_pointer
630 parameter. Change all callers.
631 (Expression::eval_maybe_dot): Likewise.
632 (class Binary_expression): Add alignment_pointer parameter to
633 left_value and right_value. Change all callers.
634 (BINARY_EXPRESSION): Set result alignment.
635 (class Trinary_expression): Add alignment_pointer parameter to
636 arg2_value and arg3_value. Change all callers.
637 (Trinary_cond::value): Set result alignment.
638 (Max_expression::value, Min_expression::value): Likewise.
639 (Align_expression::value): Likewise.
640 * script-sections.cc (class Sections_element): Add dot_alignment
641 parameter to set_section_addresses virtual function. Update
643 (class Output_section_element): Likewise.
644 (Script_sections::create_segments): Add dot_alignment parameter.
646 (Script_sections::create_segments_from_phdrs_clause): Likewise.
647 (Script_sections::set_phdrs_clause_addresses): Likewise.
648 * script-sections.h: Update declarations.
649 * script.h: Update declarations.
650 * output.h (Output_segment::set_minimum_p_align): Don't decrease
652 * testsuite/script_test_3.t: Set large alignment.
653 * testsuite/script_test_3.sh: Make sure that at least one LOAD
654 segment has expected alignment.
656 2010-04-22 Nick Clifton <nickc@redhat.com>
658 * po/gold.pot: Updated by the Translation project.
659 * po/vi.po: Updated Vietnamese translation.
661 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
663 * testsuite/Makefile.am (check_PROGRAMS): Add
664 icf_virtual_function_folding_test.
665 * testsuite/Makefile.in: Regenerated.
667 2010-04-15 Andrew Haley <aph@redhat.com>
669 * options.h (merge_exidx_entries): New option.
670 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
671 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
672 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
673 (Target_arm::merge_exidx_entries): New function.
674 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
675 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
676 to Arm_exidx_fixup constructor.
677 Add new arg, merge_exidx_entries.
678 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
679 Arm_output_section::fix_exidx_coverage.
681 2010-04-18 Sriraman Tallam <tmsriram@google.com>
683 * icf.cc (get_section_contents): Check for preemptible functions.
684 Ignore addend when appropriate.
685 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
687 (add_from_relobj): Check for section folded.
688 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
689 * symtab.h (should_add_dynsym_entry): Add new parameter.
690 * target-reloc.h (scan_relocs): Check for section folded.
691 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
692 Check reloc types for function pointers in shared objects.
693 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
695 (icf_preemptible_functions_test): New test case.
696 (icf_string_merge_test): New test case.
697 * testsuite.Makefile.in: Regenerate.
698 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
699 bar_glob. Refactor code.
700 * testsuite/icf_preemptible_functions_test.cc: New file.
701 * testsuite/icf_preemptible_functions_test.sh: New file.
702 * testsuite/icf_string_merge_test.cc: New file.
703 * testsuite/icf_string_merge_test.sh: New file.
704 * testsuite/icf_virtual_function_folding_test.cc: New file.
705 * testsuite/icf_virtual_function_folding_test.sh: New file.
707 2010-04-14 Doug Kwan <dougkwan@google.com>
709 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
710 for local symbol recounting if we remove a section due to ICF.
711 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
712 there are no regular objects in input.
714 2010-04-13 Doug Kwan <dougkwan@google.com>
716 * arm.cc (Arm_input_section::set_final_data_size): Compute
717 accurate final data size instead of using current data size.
719 2010-04-09 Doug Kwan <dougkwan@google.com>
721 * layout.cc (Layout::choose_output_section): Handle script section
723 (Layout::make_output_section_for_script): Add section type parameter.
724 Handle script section types.
725 * layout.h (Layout::make_output_section_for_script): Add section
727 * output.cc (Output_section::Output_section): Initialize data member
729 (Output_section::do_reset_address_and_file_offset): Do not set address
730 to 0 if section is a NOLOAD section.
731 * output.h (Output_section::is_noload): New method.
732 (Output_section::set_is_noload): Ditto.
733 (Output_section::is_noload_): New data member.
734 * script-c.h (Script_section_type): New enum type.
735 (struct Parser_output_section_header): Add new file section_type.
736 * script-sections.cc (Sections_element::output_section_name): Add
737 parameter for returning script section type.
738 (Output_section_definition::output_section_name): Ditto.
739 (Output_section_definition::section_type)P; New method.
740 (Output_section_definiton::script_section_type_name): Ditto.
741 (Output_section_definition::script_section_type_): New data member.
742 (Output_section_definition::Output_section_definition): Initialize
743 data member Output_section_definition::script_section_type_.
744 (Output_section_definition::create_sections): Pass script section type
745 to Layout::make_output_section_for_script.
746 (Output_section_definition::output_section_name): Return script
747 section type to caller.
748 (Output_section_definition::set_section_address): Do not advance
749 dot value and load address if section type is NOLOAD. Set address
750 of NOLOAD sections regardless of section flags.
751 (Output_section_definition::print): Print section type if it is
752 not SCRIPT_SECTION_TYPE_NONE.
753 (Output_section_definition::section_type): New method.
754 (Output_section_definition::script_section_type_name): Ditto.
755 (Script_sections::output_section_name): Add new parameter
756 PSECTION_TYPE for returning script section type. Pass it to
757 section elements. Handle discard sections.
758 (Sort_output_sections::operator()): Handle NOLOAD sections.
759 * script-sections.h (Script_sections::Section_type): New enum type.
760 (Script_sections::output_section_name): Add a new parameter for
761 returning script section type.
762 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
764 * yyscript.y (union): Add new field SECTION_TYPE.
765 (COPY, DSECT, INFO, NOLOAD): New tokens.
766 (opt_address_and_section_type): Change type to output_section_header.
767 (section_type): New non-terminal
768 (section_header): Handle section type.
769 (opt_address_and_section_type): Return section type value.
771 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
773 * testsuite/plugin_common_test_1.c (foo): Add prototype.
774 * testsuite/plugin_common_test_2.c (foo): Likewise.
776 2010-04-08 Doug Kwan <dougkwan@google.com>
778 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
780 * output.cc (Output_section::add_merge_input_section): Simplify
781 code and return status of Output_merge_base::add_input_section.
782 Update merge section map only if Output_merge_base::add_input_section
785 2010-04-07 Doug Kwan <dougkwan@google.com>
787 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
788 if section is marked as containing instructions but has no mapping
790 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
791 correct section index.
792 (Arm_relobj::find_linked_text_section): Ditto.
794 2010-04-07 Cary Coutant <ccoutant@google.com>
796 * archive.cc (include_member): Destroy Read_symbols_data object before
798 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
799 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
800 (Read_symbols_data::~Read_symbols_data) New destructor.
801 (Section_relocs::Section_relocs) New constructor.
802 (Section_relocs::~Section_relocs) New destructor.
803 (Read_relocs_data::Read_relocs_data) New constructor.
804 (Read_relocs_data::~Read_relocs_data) New destructor.
805 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
806 pointers to NULL after deleting.
808 2010-04-07 Doug Kwan <dougkwan@google.com>
810 * arm.cc: Replace "endianity" with "endianness" in comments.
811 (Arm_exidx_cantunwind): Ditto.
812 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
813 (Arm_relobj::merge_flags_and_attributes): New method.
814 (Arm_relobj::merge_flags_and_attributes_): New data member.
815 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
816 (Arm_relobj::scan_sections_for_stubs): Ditto.
817 (Arm_relobj::do_read_symbols): Check to see if we really want to
818 merge processor-specific flags and attributes. Exit early if
819 an object is empty except for section names and the undefined symbol.
820 (Target_arm::do_finalize_sections): Move check for ELF format to
821 Arm_relobj::do_read_symbols. Merge processor specific flags and
822 attributes from a regular object only when we have determined that
823 it is aapropriate. Do not create an .ARM.attributes section in
824 output if there is no regular input object.
825 (Target_arm::merge_processor_specific_flags): Check
826 --warn-mismatch before printing any error.
827 (Target_arm::merge_object_attributes): Ditto.
828 * gold.cc (queue_middle_tasks): Handle the case in which there is
829 no regular object in input.
830 * options.cc (General_options::parse_EB): New method.
831 (General_options::parse_EL): Same.
832 (General_options::General_options): Initialize endianness_.
833 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
835 (General_options::Endianness): New enum.
836 (General_options::endianness): New method.
837 (General_options::endianness_): New data member.
838 * parameters.cc (Parameters::set_options): Check target endianness.
839 (Parameters::set_target_once): Ditto.
840 (Parameters::check_target_endianness): New method.
841 (parameters_force_valid_target): If either -EL or -EB is specified,
842 use it to define endianness of default target.
843 * parameters.h (Parameters::check_target_endianness): New method
845 * target.h (class Target): Change "endianity" to "endianness"
848 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
850 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
851 * configure: Regenerate.
852 * Makefile.in: Regenerate.
853 * testsuite/Makefile.in: Regenerate.
855 2010-04-06 Cary Coutant <ccoutant@google.com>
858 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
859 prevailing definitions of common symbols.
860 * testsuite/plugin_test_6.sh: New test case.
861 * testsuite/plugin_common_test_1.c: New test case.
862 * testsuite/plugin_common_test_2.c: New test case.
863 * testsuite/Makefile.am (plugin_test_6): New test case.
864 * testsuite/Makefile.in: Regenerate.
866 2010-04-06 Nick Clifton <nickc@redhat.com>
868 * po/vi.po: New Vietnamese translation.
870 2010-03-30 Doug Kwan <dougkwan@google.com>
872 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
874 2010-03-25 Doug Kwan <dougkwan@google.com>
876 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
877 to avoid a conversion warning on a 32-bit host.
879 2010-03-24 Ian Lance Taylor <iant@google.com>
881 * testsuite/script_test_3.t: Add a TLS segment.
882 * testsuite/Makefile.am (check_PROGRAMS): Add
883 tls_phdrs_script_test.
884 (tls_phdrs_script_test_SOURCES): Define.
885 (tls_phdrs_script_test_DEPENDENCIES): Define.
886 (tls_phdrs_script_test_LDFLAGS): Define.
887 (tls_phdrs_script_test_LDADD): Define.
888 * testsuite/Makefile.in: Rebuild.
890 2010-03-23 Cary Coutant <ccoutant@google.com>
892 * fileread.cc (find_or_make_view): Fix comment.
894 2010-03-23 Ian Lance Taylor <iant@google.com>
896 * script-sections.cc (class Orphan_section_placement): Define
897 PLACE_TLS and PLACE_TLS_BSS.
898 (Orphan_section_placement::Orphan_section_placement): Initialize
900 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
901 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
902 (tls_script_test_SOURCES): Define.
903 (tls_script_test_DEPENDENCIES): Define.
904 (tls_script_test_LDFLAGS): Define.
905 (tls_script_test_LDADD): Define.
906 * testsuite/Makefile.in: Rebuild.
908 2010-03-22 Doug Kwan <dougkwan@google.com>
910 * arm.cc (Arm_relocate_functions::abs8,
911 Arm_relocate_functions::abs16): Use correct check for overflow
912 specified in the ARM ELF specs.
913 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
914 target of a BLX instruction specially.
915 (Reloc_stub::stub_type_for_reloc): Ditto.
916 (Relocate::relocate): Use symbolic names instead of numeric relocation
917 codes to report error.
918 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
920 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
921 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
922 thumb2_blx_out_of_range.stdout
923 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
924 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
925 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
926 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
927 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
928 thumb2_blx_in_range, thumb2_blx_in_range.o,
929 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
930 thumb2_blx_out_of_range.o): New rules.
931 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
932 thumb2_blx_in_range and thumb2_blx_out_of_range.
933 * testsuite/Makefile.in: Regenerate.
934 * arm_branch_in_range.sh: Add tests for THUMB BLX.
935 * testsuite/thumb_blx_in_range.s: New file.
936 * testsuite/thumb_blx_out_of_range.s: New file.
938 2010-03-22 Rafael Espindola <espindola@google.com>
940 * archive.cc (Should_include): Move to archive.h.
941 (should_include_member): Make it a member of Archive.
943 (Add_lib_group_symbols): New.
944 * archive.h: Include options.h.
945 (Archive_member): Moved from Archive.
946 (Should_include): Moved from archive.cc.
948 (Add_lib_group_symbols): New.
949 * dynobj.cc (do_should_include_member): New.
950 * dynobj.h (do_should_include_member): New.
951 * gold.cc (queue_initial_tasks): Update call to queue.
952 * main.cc (main): Print lib group stats.
953 * object.cc (do_should_include_member): New.
954 * object.h: Include archive.h.
955 (Object::should_include_member): New.
956 (Object::do_should_include_member): New.
957 (Sized_relobj::do_should_include_member): New.
958 * options.cc (General_options::parse_start_lib): New.
959 (General_options::parse_end_lib): New.
960 (Input_arguments::add_file): Handle lib groups.
961 (Input_arguments::start_group): Check we are not in a lib.
962 (Input_arguments::start_lib): New.
963 (Input_arguments::end_lib): New.
964 * options.h (General_options): Add start_lib and end_lib.
965 (Input_argument::lib_): New.
966 (Input_argument::lib): New.
967 (Input_argument::is_lib): New.
968 (Input_file_lib): New.
969 (Input_arguments::in_lib_): New.
970 (Input_arguments::in_lib): New.
971 (Input_arguments::start_lib): New.
972 (Input_arguments::end_lib_): New.
973 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
974 in unused members as preempted.
975 (Sized_pluginobj::do_should_include_member): New.
976 * plugin.h (Sized_pluginobj::do_should_include_member): New.
977 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
979 (Read_symbols::do_whole_lib_group): New.
980 (Read_symbols::do_lib_group): New.
981 (Read_symbols::do_read_symbols): Handle lib groups.
982 (Read_symbols::get_name): Handle lib groups.
983 * readsyms.h (Read_symbols): Add an archive member pointer.
984 (Read_symbols::do_whole_lib_group): New.
985 (Read_symbols::do_lib_group): New.
986 (Read_symbols::member_): New.
987 * script.cc (read_input_script): Update call to queue_soon.
989 2010-03-19 Doug Kwan <dougkwan@google.com>
991 * arm.cc (Stub_table::Stub_table): Initialize new data members
992 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
993 (Stub_table::add_reloc_stub): Assign stub offset and update
994 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
995 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
997 (Stub_table::update_data_size_and_addralign): Use
998 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
999 instead of going over all reloc stubs.
1000 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
1001 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
1002 Stringpool_template::offset_ to size of Stringpool_char.
1003 (Stringpool_template::new_key_offset): Remove code to initialize
1004 Stringpool_template::offset_.
1005 * stringpool.h (Stringpool_template::set_no_zero_null): Set
1006 Stringpool_template::offset_ to zero.
1008 2010-03-15 Doug Kwan <dougkwan@google.com>
1010 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
1012 (Stringpool_template::new_key_offset): New method.
1013 (Stringpool_template::add_string): Assign offsets when adding new
1015 (Stringpool_template::set_string_offsets): Do not set string offsets
1016 when not optimizing.
1017 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
1019 (Chunked_vector::clear): Clear size_.
1020 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
1021 (Chunked_vector::size): Return size_.
1022 (Chunked_vector::push_back): Use size_ to find insert position.
1023 (Chunked_vector::size_): New data member.
1024 (Stringpool_template::set_no_zero_null): Assert string set is empty.
1025 (Stringpool_template::new_key_offset): New method declaration.
1026 (Stringpool_template::offset_): New data member.
1028 2010-03-15 Rafael Espindola <espindola@google.com>
1030 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
1031 Add_symbols' constructor.
1032 * readsyms.h (Add_symbols): Remove the input_group member.
1034 2010-03-10 Ian Lance Taylor <iant@google.com>
1036 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
1037 target to ask whether a reference to a symbol requires a stack
1039 * target.h (Target::is_call_to_non_split): New function.
1040 (Target::do_is_call_to_non_split): Declare virtual function.
1041 * target.cc: Include "symtab.h".
1042 (Target::do_is_call_to_non_split): New function.
1043 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
1045 2010-03-10 Cary Coutant <ccoutant@google.com>
1047 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
1048 (File_read::open[1]): Remove initial mapping of whole_file_view_.
1049 (File_read::open[2]): Add whole_file_view_ to list of views.
1050 (File_read::make_view): Remove test of whole_file_view_.
1051 (File_read::find_or_make_view): Create whole_file_view_ if
1053 (File_read::clear_views): Replace bool parameter with enum;
1054 adjust all callers. Don't delete views with permanent data;
1055 do delete cached views and views from archives if
1056 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
1057 if clearing the corresponding view.
1058 * fileread.h (File_read::Clear_views_mode): New enum.
1059 (File_read::View::is_permanent_view): New method.
1060 (File_read::clear_views): Replace bool parameter
1061 with enum; adjust all callers.
1062 * options.h (General_options): Change keep_files_mapped option;
1063 add map_whole_files.
1064 * readsyms.cc (Add_symbols::run): Delete sd_ object before
1066 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
1069 2010-03-10 David S. Miller <davem@davemloft.net>
1071 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
1073 2010-03-09 Sriraman Tallam <tmsriram@google.com>
1075 * icf.cc (get_section_contents): Add '@' marker after processing the
1078 2010-03-08 Doug Kwan <dougkwan@google.com>
1080 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
1081 due to a conversion warning.
1082 (Arm_relobj::update_output_local_symbol_count): Check for local
1083 symbol with unset output index.
1085 2010-03-05 Ian Lance Taylor <iant@google.com>
1087 * options.h (class General_options): Add --spare-dynamic-tags.
1088 * output.cc (Output_data_dynamic::set_final_data_size): Implement
1089 --spare-dynamic-tags.
1091 2010-03-05 Ian Lance Taylor <iant@google.com>
1093 * incremental.cc: Include "libiberty.h".
1095 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1097 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
1098 function, is_info_ member.
1099 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
1100 (Versions::Versions): Update caller.
1101 (Versions::define_base_version): Likewise.
1102 (Versions::add_def): Likewise.
1104 2010-03-03 Sriraman Tallam <tmsriram@google.com>
1106 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
1107 (Scan::possible_function_pointer_reloc): New function.
1108 (Scan::local_reloc_may_be_function_pointer): Change to call
1109 possible_function_pointer_reloc.
1110 (Scan::global_reloc_may_be_function_pointer): Ditto.
1111 * icf.h (Icf::check_section_for_function_pointers): Change to reject
1112 relocations in ".data.rel.ro._ZTV" section.
1113 * testsuite/icf_safe_so_test.sh: Change to pass i386.
1114 * testsuite/icf_safe_so_test.cc: Ditto.
1115 * testsuite/icf_safe_test.cc: Ditto.
1116 * testsuite/icf_safe_test.sh: Ditto.
1118 2010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1119 Ian Lance Taylor <iant@google.com>
1121 * target-reloc.h (relocate_section): Check the symbol table index
1122 for -1U before setting the local symbol index.
1123 (scan_relocatable_relocs): If copying the relocation, record that
1124 the local symbol is required.
1125 * object.h (Symbol_value::is_output_symtab_index_set): New
1127 (Symbol_value::may_be_discarded_from_output_symtab): New
1129 (Symbol_value::has_output_symtab_entry): New function.
1130 (Symbol_value::needs_output_symtab_entry): Remove.
1131 (Symbol_value::output_symtab_index): Make sure the symbol index is
1133 (Symbol_value::set_output_symtab_index): Make sure the symbol
1134 index is not set. Make sure the new index is valid.
1135 (Symbol_value::set_must_have_output_symtab_entry): New function.
1136 (Symbol_value::has_output_dynsym_entry): New function.
1137 (Symbol_value::set_output_dynsym_index): Make sure the new index
1139 (Sized_relobj::set_must_have_output_symtab_entry): New function.
1140 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
1141 local symbol if permitted.
1142 (Sized_relobj::do_finalize_local_symbols): Call
1143 is_output_symtab_index_set rather than needs_output_symtab_entry.
1144 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
1145 rather than needs_output_symtab_entry. Call
1146 has_output_dynsym_entry rather than needs_output_dynsym_entry.
1147 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
1148 is_output_symtab_index_set rather than needs_output_symtab_entry.
1149 * testsuite/discard_locals_relocatable_test.c: New file.
1150 * testsuite/discard_locals_test.sh: Test -r.
1151 * testsuite/Makefile.am (check_DATA): Add
1152 discard_locals_relocatable_test1.syms,
1153 discard_local_relocatable_test2.syms.
1154 (MOSTLYCLEANFILES): Likewise. Also add
1155 discard_locals_relocatable_test1.lout and
1156 discard_locals_relocatable_test2.out.
1157 (discard_locals_relocatable_test1.syms): New target.
1158 (discard_locals_relocatable_test.o): New target.
1159 (discard_locals_relocatable_test1.out): New target.
1160 (discard_locals_relocatable_test2.syms): New target.
1161 (discard_locals_relocatable_test2.out): New target.
1162 (various): Add missing ../ld-new dependencies.
1163 * testsuite/Makefile.in: Rebuild.
1165 2010-03-03 Nick Clifton <nickc@redhat.com>
1167 * po/fi.po: New Finnish translation.
1169 2010-03-01 Doug Kwan <dougkwan@google.com>
1171 * layout.cc (Layout::Layout): Force section types of .init_array*,
1172 .preinit_array* and .fini_array* sections.
1173 * output.cc (Output_section::Input_section_sort_entry::has_priority):
1174 Fix check of return value of std::string::find.().
1175 (Output_section::Input_section_sort_compare::operator()): Remove
1176 comment about .init_array.
1177 (Output_section::Input_section_sort_init_fini_compare::operator()):
1179 (Output_section::sort_attached_input_sections): Handle .init_array
1180 and .fini_array specially.
1181 * output.h (Output_section::Inut_section_sort_compare): Update
1183 (Output_section::Input_section_sort_init_fini_compare): New struct.
1185 2010-02-26 Doug Kwan <dougkwan@google.com>
1187 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
1188 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
1189 * testsuite/debug_msg.sh: Avoid matching source line number for
1190 use of global variable undef_int.
1192 2010-02-26 Doug Kwan <dougkwan@google.com>
1194 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
1195 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
1196 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
1197 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
1198 * options.cc (General_options::General_options): Initialize member
1200 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
1201 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
1202 and rm_no_fix_v4bx.stdout
1203 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
1204 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
1205 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
1206 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
1207 and arm_no_fix_v4bx.
1208 * Makefile.in: Regenerate.
1209 * testsuite/arm_fix_v4bx.s: New file.
1210 * testsuite/arm_fix_v4bx.sh: Ditto.
1212 2010-02-24 Doug Kwan <dougkwan@google.com>
1214 * arm.cc (Target_arm::got_section): Make the .got section the first
1215 non RELRO section in the data segment.
1216 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
1217 suffixes of section names.
1219 2010-02-24 Doug Kwan <dougkwan@google.com>
1221 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
1222 flags and attributes merging if an input file is a binary file.
1223 * fileread.cc (Input_file::open): Record format of original file.
1224 * fileread.h (Input_file::Format): New enum type.
1225 (Input_file::Input_file): Initialize data member format_.
1226 (Input_file::format): New method definition.
1227 (Input_file::format_):: New data member.
1229 2010-02-24 Doug Kwan <dougkwan@google.com>
1231 * arm.cc (Arm_output_data_got): New class.
1232 (ARM_TCB_SIZE): New constant
1233 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
1234 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
1235 If user uses a script with a SECTIONS clause, issue only a warning
1236 for a misplaced EXIDX input section. Otherwise, issue an error.
1237 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
1239 (Target_arm::got_mode_index_entry): Handle static linking.
1240 (Target_arm::Scan::local): Ditto.
1241 (Target_arm::Scan::global): Ditto.
1242 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
1243 all incorrectly implemented relocations.
1244 (Target_arm::fix_exidx_coverage): Pass layout to
1245 Arm_output_section::fix_exidx_coverage.
1246 * layout.cc (Layout::section_name_mapping): Remove trailing dots
1247 from ".ARM.exidx." and ".ARM.extab.".
1249 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1251 * arm.cc (Target_arm::do_finalize_sections): Create attribute
1252 section if it does not already exist.
1253 * attributes.cc (Attributes_section_data::Attributes_section_data):
1254 Don't crash if size is zero.
1256 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1257 Ian Lance Taylor <iant@google.com>
1259 * gold.cc (queue_middle_tasks): If no input files were opened,
1261 * workqueue.h (Task_function::Task_function): Assert that there is
1264 2010-02-22 Doug Kwan <dougkwan@google.com>
1266 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
1267 * icf.cc (get_section_contents): Cast snprintf arguments to long long
1268 types to avoid warnings due to different uint64_t implementations
1271 2010-02-21 Doug Kwan <dougkwan@google.com>
1273 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
1274 handling of the maximum backward branch offset.
1275 (Arm_relocate_functions::thumb_branch_common): Ditto.
1276 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
1277 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
1278 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
1279 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
1280 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
1281 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
1282 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
1283 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
1284 thumb_bl_out_of_range thumb_bl_out_of_range.o,
1285 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
1286 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
1287 thumb2_bl_out_of_range.o): New rules.
1288 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
1289 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
1290 thumb2_bl_out_of_range
1291 * testsuite/Makefile.in: Regenerate.
1292 * testsuite/arm_bl_in_range.s: New file.
1293 * testsuite/arm_bl_out_of_range.s: Ditto.
1294 * testsuite/arm_branch_in_range.sh: Ditto.
1295 * testsuite/arm_branch_range.t: Ditto.
1296 * testsuite/thumb2_branch_range.t: Ditto.
1297 * testsuite/thumb_bl_in_range.s: Ditto.
1298 * testsuite/thumb_bl_out_of_range.s: Ditto.
1299 * testsuite/thumb_branch_range.t: Ditto.
1301 2010-02-20 Sriraman Tallam <tmsriram@google.com>
1303 * gc.h (gc_process_relocs): Change vectors to point to the new list.
1304 Add reloc offset information.
1305 * icf.cc (get_section_contents): Change iterators to point to the new
1306 vectors. Add reloc offset information to the contents.
1307 * icf.h (Icf::Sections_reachable_info): New typedef.
1308 (Icf::Sections_reachable_list): New typedef.
1309 (Icf::Offset_info): New typedef.
1310 (Icf::Reloc_info): New struct typedef.
1311 (Icf::Reloc_info_list): New typedef.
1312 (Icf::symbol_reloc_list): Delete method.
1313 (Icf::addend_reloc_list): Delete method.
1314 (Icf::section_reloc_list): Delete method.
1315 (Icf::reloc_info_list): New method.
1316 (Icf::reloc_info_list_): New member.
1318 2010-02-19 Doug Kwan <dougkwan@google.com>
1320 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
1321 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
1322 * arm.cc (Arm_relocation_functions): New forward declaration.
1323 (Target_arm::Target_arm): Initialize new data members
1324 got_mod_index_offset_ and tls_base_symbol_defined_.
1325 (Target_arm::Relocate::relocate_tls): New method.
1326 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
1327 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
1329 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
1330 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
1331 (Target_arm::got_mod_index_offset_,
1332 Target_arm::tls_base_symbol_defined_): New data members.
1333 (Target_arm::Scan::local, Target::Scan::global,
1334 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
1337 2010-02-18 Doug Kwan <dougkwan@google.com>
1339 * arm.cc (Arm_relobj::find_linked_text_section): New method.
1340 (Arm_relobj::make_exidx_input_section): Pass section index of linked
1341 text section as a parameter becuase some broken tools may not set
1342 the link in section header.
1343 (Target_arm::has_got_section): New method.
1344 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
1345 without any mapping symbol as data only. Remove warning.
1346 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
1347 link in its section header, try to discover the link by inspecting the
1348 REL31 relocation at the beginning of the section.
1349 (Target_arm::Scan::check_non_pic): Report name of offending relocation
1351 (Target_arm::Scan::global): Treat any reference to the symbol
1352 _GLOBAL_OFFSET_TABLE_ as a GOT access.
1354 2010-02-12 Sriraman Tallam <tmsriram@google.com>
1356 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
1357 (Scan::global_reloc_may_be_function_pointer): New function.
1358 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
1359 (Scan::global_reloc_may_be_function_pointer): New function.
1360 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
1361 (Scan::global_reloc_may_be_function_pointer): New function.
1362 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
1363 (Scan::global_reloc_may_be_function_pointer): New function.
1364 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
1365 (Scan::global_reloc_may_be_function_pointer): New function.
1366 (Scan::possible_function_pointer_reloc): New function.
1367 (Target_x86_64::can_check_for_function_pointers): New function.
1368 * gc.h (gc_process_relocs): Scan relocation types to determine if
1369 function pointers were taken for targets that support it.
1370 * icf.cc (Icf::find_identical_sections): Include functions for
1371 folding in safe ICF whose pointer is not taken.
1372 * icf.h (Secn_fptr_taken_set): New typedef.
1373 (fptr_section_id_): New member.
1374 (section_has_function_pointers): New function.
1375 (set_section_has_function_pointers): New function.
1376 (check_section_for_function_pointers): New function.
1377 * options.h: Fix comment for safe ICF option.
1378 * target.h (can_check_for_function_pointers): New function.
1379 * testsuite/Makefile.am: Add icf_safe_so_test test case.
1380 Modify icf_safe_test for X86-64.
1381 * testsuite/Makefile.in: Regenerate.
1382 * testsuite/icf_safe_so_test.cc: New file.
1383 * testsuite/icf_safe_so_test.sh: New file.
1384 * testsuite/icf_safe_test.cc (kept_func_3): New function.
1385 (main): Change to take pointer to function kept_func_3.
1386 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
1387 folding is done correctly for X86-64.
1389 2010-02-12 David S. Miller <davem@davemloft.net>
1391 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
1392 is_symbolless parameter.
1393 (Output_reloc<SHT_REL>::is_symbolless): New.
1394 (Output_reloc<SHT_REL>::is_symbolless_): New.
1395 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
1396 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
1397 (Output_reloc<SHT_RELA>::is_symbolless): New.
1398 (Output_data_reloc::add_global): Handle is_symbolless.
1399 (Output_data_reloc::add_global_relative): Likewise.
1400 (Output_data_reloc::add_local): Likewise.
1401 (Output_data_reloc::add_local_relative): Likewise.
1402 (Output_data_reloc::add_symbolless_global_addend): New.
1403 (Output_data_reloc::add_symbolless_local_addend): New.
1404 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
1406 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
1407 instead of ->is_relative_
1408 (Output_reloc::write): Likewise.
1409 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
1410 (Output_reloc::write_rel): Simplify.
1412 * sparc.cc (Target_sparc::Scan::local): Use
1413 ->add_symbolless_local_addend as needed.
1414 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
1415 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
1416 based upon relocation offset.
1418 2010-02-11 Doug Kwan <dougkwan@google.com>
1420 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
1421 (Target_arm::Scan::global): Ditto. Also remove a comment before the
1422 beginning of function.
1423 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
1424 and MOVT_ABS relocations. Those are non issued in scanning. Fix
1425 parameter is_32bit in calls to should_apply_static_reloc.
1426 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
1427 (check_DATA): Add arm_abs_global.stdout.
1428 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
1429 arm_abs_global.stdout): New rules.
1430 (MOSTLLYCLEANFILES): Add arm_abs_global
1431 * Makefile.in: Regenerate.
1432 * testsuite/arm_abs_global.s: New file.
1433 * testsuite/arm_abs_global.sh: Ditto.
1434 * testsuite/arm_abs_lib.s: Ditto.
1436 2010-02-11 Ian Lance Taylor <iant@google.com>
1438 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
1440 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
1441 Allocate_commons_task first.
1442 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
1443 task, rather than symtab_lock_.
1444 (Gc_process_relocs::~Gc_process_relocs): New function.
1445 (Gc_process_relocs::is_runnable): Check this_blocker_.
1446 (Gc_process_relocs::locks): Use next_blocker_ rather than
1448 (Scan_relocs::~Scan_relocs): New function.
1449 (Scan_relocs::is_runnable): Check this_blocker_ rather than
1451 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
1453 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
1454 fields. Add this_blocker_ and next_blocker_ fields. Adjust
1455 constructor accordingly.
1456 (class Gc_process_relocs): Likewise.
1457 (class Scan_relocs): Likewise.
1458 * common.h (class Allocate_commons_task): Remove symtab_lock_
1459 field, and corresponding constructor parameter.
1460 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
1462 (Allocate_commons_task::locks): Likewise.
1464 2010-02-11 Ian Lance Taylor <iant@google.com>
1466 * gold-threads.h (class Once): Define.
1467 (class Initialize_lock): Rewrite as child of Once.
1468 * gold-threads.cc (class Once_initialize): Define.
1469 (once_pointer_control): New static variable.
1470 (once_pointer, once_arg): New static variables.
1471 (c_run_once): New static function.
1472 (Once::Once, Once::run_once, Once::internal_run): New functions.
1473 (class Initialize_lock_once): Remove.
1474 (initialize_lock_control): Remove.
1475 (initialize_lock_pointer): Remove.
1476 (initialize_lock_once): Remove.
1477 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
1478 (Initialize_lock::initialize): Rewrite.
1479 (Initialize_lock::do_run_once): New function.
1480 * archive.cc (Archive::interpret_header): Only clear name if it is
1482 * fileread.cc: Include "gold-threads.h"
1483 (file_counts_lock): New static variable.
1484 (file_counts_initialize_lock): Likewise.
1485 (File_read::release): Only increment counts when using --stats.
1486 Use a lock around the increment.
1487 * parameters.cc (class Set_parameters_target_once): Define.
1488 (set_parameters_target_once): New static variable.
1489 (Parameters::Parameters): Move here from parameters.h.
1490 (Parameters::set_target): Rewrite.
1491 (Parameters::set_target_once): New function.
1492 (Parameters::clear_target): Move here and rewrite.
1493 * parameters.h (class Parameters): Update declarations. Add
1494 set_parameters_target_once_ field.
1495 (Parameters::Parameters): Move to parameters.cc.
1496 (Parameters::clear_target): Likewise.
1497 * readsyms.cc (Read_symbols::do_group): Create a Start_group
1499 (Start_group::~Start_group): New function.
1500 (Start_group::is_runnable): New function.
1501 (Start_group::locks, Start_group::run): New functions.
1502 (Finish_group::run): Change saw_undefined to size_t.
1503 * readsyms.h (class Start_group): Define.
1504 (class Finish_group): Change saw_undefined_ field to size_t.
1505 (Finish_group::Finish_group): Remove saw_undefined and
1506 this_blocker parameters. Change all callers.
1507 (Finish_group::set_saw_undefined): New function.
1508 (Finish_group::set_blocker): New function.
1509 * symtab.h (class Symbol_table): Change saw_undefined to return
1510 size_t. Change saw_undefined_ field to size_t.
1511 * target-select.cc (Set_target_once::do_run_once): New function.
1512 (Target_selector::Target_selector): Initialize set_target_once_
1513 field. Don't initialize lock_ and initialize_lock_ fields.
1514 (Target_selector::instantiate_target): Rewrite.
1515 (Target_selector::set_target): New function.
1516 * target-select.h (class Set_target_once): Define.
1517 (class Target_selector): Update declarations. Make
1518 Set_target_once a friend. Remove lock_ and initialize_lock_
1519 fields. Add set_target_once_ field.
1521 2010-02-10 Ian Lance Taylor <iant@google.com>
1523 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
1525 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
1526 (queue_middle_tasks): Add all blockers before queueing any tasks.
1527 (queue_final_tasks): Likewise.
1528 * token.h (Task_token::add_blockers): New function.
1529 * object.h (Input_objects::number_of_relobjs): New function.
1531 2010-02-10 Ian Lance Taylor <iant@google.com>
1533 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
1534 shared, not if not position independent.
1535 * x86_64.cc (Relocate::relocate_tls): Likewise.
1536 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
1537 (tls_pie_pic_test): New target.
1538 * testsuite/Makefile.in: Rebuild.
1540 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
1541 (tls_test_main_pie.o, tls_test_pie.o): New targets.
1542 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
1543 * testsuite/Makefile.in: Rebuild.
1545 2010-02-09 David S. Miller <davem@davemloft.net>
1547 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
1548 R_SPARC_RELATIVE using ->add_local_relative().
1549 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
1551 * output.h (Output_data_dynamic::add_section_size): New method
1552 that takes two Output_data objects.
1553 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
1554 entry param. Handle it in initializers.
1555 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
1556 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
1557 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
1559 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
1560 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
1561 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
1562 for dynrel_includes_plt.
1563 * i386.cc (Target_i386::do_finalize_sections): Likewise.
1564 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
1565 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
1567 (Target_sparc::do_finalize_sections): Update to pass true for
1568 dynrel_includes_plt.
1569 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
1570 output before .rela.plt
1571 (Target_powerpc::do_finalize_sections): Update to pass true for
1572 dynrel_includes_plt when 32-bit.
1574 2010-02-08 Doug Kwan <dougkwan@google.com>
1576 * arm.cc (Arm_relobj::simple_input_section_output_address): New
1578 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
1579 Arm_relobj::scan_section_for_cortex_a8_stubs,
1580 Arm_relobj::do_relocation_section): Instead of calling
1581 Output_section::output_address, use faster
1582 Arm_relobj::simple_input_section_output_address.
1584 2010-02-08 David S. Miller <davem@davemloft.net>
1586 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
1587 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
1588 relocation helper function.
1590 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
1591 just like R_SPARC_GOT{10,13,22}.
1592 (Target_sparc::Scan::local): Likewise.
1593 (Target_sparc::Relocate:relocate): Likewise.
1595 2010-02-06 Ian Lance Taylor <iant@google.com>
1597 * configure.ac: Rewrite targetobjs duplicate removal code to use
1598 only shell constructs.
1599 * configure: Rebuild.
1601 2010-02-05 Doug Kwan <dougkwan@google.com>
1604 * arm.cc (Arm_relobj::section_is_scannable): New method.
1605 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
1606 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
1608 2010-02-04 Doug Kwan <dougkwan@google.com>
1611 * arm-reloc-property.cc (cstdio): Include.
1612 * configure.ac (targetobjs): Remove duplicates.
1613 * configure: Regenerate.
1614 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
1615 big and little endian version for a given address size.
1617 2010-02-03 Doug Kwan <dougkwan@google.com>
1619 * arm-reloc-property.cc
1620 (Arm_reloc_property_table::reloc_name_in_error_message): New method
1622 * arm-reloc-property.h
1623 (Arm_reloc_property_table::get_implemented_static_reloc_property):
1624 New method definition.
1625 (Arm_reloc_property_table::reloc_name_in_error_message): New method
1627 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
1629 (GOT_PREL): Change implemented to Y.
1630 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
1631 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
1632 (Arm_relocate_functions::movw_abs_nc): Remove method.
1633 (Arm_relocate_functions::movt_abs): Ditto.
1634 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
1635 (Arm_relocate_functions::thm_movt_abs): Ditto.
1636 (Arm_relocate_functions::movw_rel_nc): Ditto.
1637 (Arm_relocate_functions::movw_rel): Ditto.
1638 (Arm_relocate_functions::movt_rel): Ditto.
1639 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
1640 (Arm_relocate_functions:thm_movw_rel): Ditto.
1641 (Arm_relocate_functions:thm_movt_rel): Ditto.
1642 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
1643 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
1644 New method definitions.
1645 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
1646 (Arm_relocation_functions::arm_grp_ldr): Ditto.
1647 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
1648 (Arm_relocation_functions::arm_grp_ldc): Ditto.
1649 (Target_arm::Relocate::relocate): Check for non-static or
1650 unimplemented relocation code and exit early. Change calls to
1651 Target_arm::reloc_uses_thumb_bit and
1652 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
1653 instead. Refactor code to handle similar relocations to increase
1654 code sharing. Remove check for unsupported relocation code in switch
1656 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
1657 relocation property table to find out size. Change error message to
1658 print out the name of a relocation code instead of the numeric value.
1659 (Target_arm::scan_reloc_for_stub): Use relocation property table
1660 instead of calling Target_arm::reloc_uses_thumb_bit().
1662 2010-02-02 Doug Kwan <dougkwan@google.com>
1664 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
1665 types of relaxed input section.
1667 2010-02-02 Doug Kwan <dougkwan@google.com>
1669 * Makefile.am (HFILES): Add arm-reloc-property.h.
1671 (TARGETSOURCES): Add arm-reloc-property.cc
1672 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
1673 (libgold_a_SOURCES): $(DEFFILES)
1674 * Makefile.in: Regenerate.
1675 * arm-reloc-property.cc: New file.
1676 * arm-reloc-property.h: New file.
1677 * arm-reloc.def: New file.
1678 * arm.cc: Update comments.
1679 (arm-reloc-property.h): New included header.
1680 (arm_reloc_property_table): New global variable.
1681 (Target_arm::do_select_as_default_target): New method definition.
1682 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
1683 arm-reloc-property to targ_extra_obj.
1684 * parameters.cc (set_parameters_target): Call
1685 Target::select_as_default_target().
1686 * target.h (Target::select_as_default_target): New method definition.
1687 (Target::do_select_as_default_target): Same.
1689 2010-02-01 Doug Kwan <dougkwan@google.com>
1691 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
1692 first_output_text_section_.
1693 (Arm_exidx_fixup::first_output_text_section): New method definition.
1694 (Arm_exidx_fixup::first_output_text_section_): New data member.
1695 (Arm_exidx_fixup::process_exidx_section): Record the first text
1696 output section seen.
1697 (Arm_output_section::fix_exidx_coverage): Set correct linked section
1698 and entsize in output section header.
1700 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1702 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
1703 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
1704 (Arm_relocate_functions::thm_alu11): New Method.
1705 (Arm_relocate_functions::thm_pc8): New Method.
1706 (Arm_relocate_functions::thm_pc12): New Method.
1707 (Target_arm::Scan::local): Handle the relocations.
1708 (Target_arm::Scan::global): Likewise.
1709 (Target_arm::Relocate::relocate): Likewise.
1710 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
1712 2010-01-29 Doug Kwan <dougkwan@google.com>
1714 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
1715 of relocation types as ld.
1717 2010-01-29 Doug Kwan <dougkwan@google.com>
1719 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
1721 (Arm_relocate_functions::thumb_branch_common): Ditto.
1722 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
1723 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
1724 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
1725 Arm_relocate_functions::jump24): Remove.
1726 (Target_arm::Relocate::relocate): Adjust code to call
1727 Arm_relocation_functions::arm_branch_common and
1728 Arm_relocation_functions::thumb_branch_common instead of their removed
1729 wrappers. Merge switch-cases together to reduce source code size.
1731 2010-01-29 Doug Kwan <dougkwan@google.com>
1733 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
1734 output_local_symbol_count_needs_update_.
1735 (Arm_relobj::output_local_symbol_count_needs_update,
1736 Arm_relobj::set_output_local_symbol_count_needs_update,
1737 Arm_relobj::update_output_local_symbol_count): New methods.
1738 (Arm_relobj::output_local_symbol_count_needs_update_): New data
1740 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
1741 of pointed function as in a R_ARM_PREL31 relocation.
1742 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
1743 for output local symbol count updating.
1744 (Target_arm::do_relax): Update output local symbol counts in objects
1746 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
1748 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1750 * arm.cc: Added support for the ARM relocations:
1751 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
1752 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
1753 (Arm_relocate_functions::movw_rel_nc): Renamed (was
1755 (Arm_relocate_functions::movw_rel): New method.
1756 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
1757 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
1759 (Arm_relocate_functions::thm_movw_rel): New method.
1760 (Arm_relocate_functions::thm_movt_rel): Renamed (was
1762 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
1764 (Target_arm::Scan::global): Likewise.
1765 (Target_arm::Relocate::relocate): Likewise.
1766 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1769 2010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1771 * arm.cc: Added support for ARM group relocations.
1772 (Target_arm::reloc_needs_sym_origin): New method.
1773 (Arm_relocate_functions::calc_grp_kn): New method.
1774 (Arm_relocate_functions::calc_grp_residual): New method.
1775 (Arm_relocate_functions::calc_grp_gn): New method.
1776 (Arm_relocate_functions::arm_grp_alu): New Method.
1777 (Arm_relocate_functions::arm_grp_ldr): New Method.
1778 (Arm_relocate_functions::arm_grp_ldrs): New Method.
1779 (Arm_relocate_functions::arm_grp_ldc): New Method.
1780 (Target_arm::Scan::local): Handle the ARM group relocations.
1781 (Target_arm::Scan::global): Likewise.
1782 (Target_arm::Relocate::relocate): Likewise.
1783 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1786 2010-01-26 Doug Kwan <dougkwan@google.com>
1788 * arm.cc (set): Include.
1789 (class Arm_exidx_fixup): Change type of last_input_section_ to const
1791 (Arm_output_section::Text_section_list): New type.
1792 (Arm_output_section::append_text_sections_to_list): New method.
1793 (Arm_output_section::fix_exidx_coverage): Ditto.
1794 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
1795 (Arm_relobj::convert_input_section_to_relaxed_section): Use
1796 Relobj::set_section_offset() instead of
1797 Sized_relobj::invalidate_section_offset().
1798 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
1799 parameter for section headers. Ignore relocation sections for
1800 unallocated sections and EXIDX sections.
1801 (Target_arm::fix_exidx_coverage): New method.
1802 (Target_arm::output_section_address_less_than): New type.
1803 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
1804 linked text section instead of the EXIDX section.
1805 (Arm_output_section::create_stub_group): Add an assertion to check
1806 that this is not an EXIDX output section.
1807 (Arm_output_section::append_text_sections_to_list): New method.
1808 (Arm_output_section::fix_exidx_coverage): Ditto.
1809 (Arm_relobj::scan_sections_for_stubs): Adjust call to
1810 Arm_relobj::section_needs_reloc_stub_scanning.
1811 (Target_arm::do_relax): Fix EXIDX output section coverage in the
1813 (Target_arm::fix_exidx_coverage): New method.
1814 * object.h (Relobj::set_output_section): New method.
1815 (Sized_relobj::invalidate_section_offset): Remove method.
1816 (Sized_relobj::do_invalidate_section_offset): Remove method.
1817 (Sized_relobj::do_set_section_offset): Handle offset value -1.
1819 2010-01-25 Doug Kwan <dougkwan@google.com>
1821 * arm.cc (Arm_exidx_merged_section::do_output_offset):
1822 Fix warning due to signed and unsigned comparison on a 32-bit host.
1824 2010-01-22 Doug Kwan <dougkwan@google.com>
1826 * arm.cc (Target_arm::do_relax): Record an output section for section
1827 offset adjustment it contains any stub table that has changed.
1828 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
1829 offsets in an output section if necessary.
1830 * output.cc (Output_section::Output_section): Initialize
1831 section_offsets_need_adjustments_.
1832 (Output_section::add_input_section_for_script): Renamed to
1833 Output_section::add_simple_input_section.
1834 (Output_section::save_states): Add a comment.
1835 (Output_section::discard_states): New method defintion.
1836 (Output_section::adjust_section_offsets): Same.
1837 * output.h (Output_section::add_input_section_for_script): Renamed to
1838 Output_section::add_simple_input_section.
1839 (Output_section::discard_states): New method declaration.
1840 (Output_section::adjust_section_offsets): Same.
1841 (Output_section::section_offsets_need_adjustment,
1842 Output_section::set_section_offsets_need_adjustment): New method
1844 (Output_section::section_offsets_need_adjustment_): New data member.
1845 * script-sections.cc
1846 (Output_section_element_input::set_section_address): Adjust code for
1847 renaming of Output_section::add_input_section_for_script.
1848 (Orphan_output_section::set_section_address): Same.
1850 2010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1852 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
1853 Fix_v4bx enum values .
1854 * gold/options.h (General_options): New option definitions.
1855 (General_options::fix_v4bx): New method.
1856 (General_options::Fix_v4bx): New enum.
1857 * gold/options.cc (General_options::parse_fix_v4bx): New method.
1858 (General_options::parse_fix_v4bx_interworking): New method.
1860 2010-01-22 Doug Kwan <dougkwan@google.com>
1862 * arm.cc (Arm_exidx_fixup): New class.
1864 2010-01-21 Doug Kwan <dougkwan@google.com>
1866 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
1868 (Arm_exidx_section_offset_map): New type.
1870 2010-01-21 Doug Kwan <dougkwan@google.com>
1872 * arm.cc (Arm_exidx_input_section): New class.
1873 (Arm_relobj::exidx_input_section_by_link,
1874 Arm_relobj::exidx_input_section_by_shndx,
1875 Arm_relobj::make_exidx_input_section): New methods.
1876 (read_arm_attributes_section): Remove.
1877 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
1878 information about them.
1879 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
1882 2010-01-20 Doug Kwan <dougkwan@google.com>
1884 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
1885 Input_section_specifier to Section_id.
1886 (Target_arm::new_arm_input_section: Adjust code for change of key
1888 (Target_arm::find_arm_input_section): Ditto.
1889 * gc.h (object.h): Include for Section_id nand Section_id_hash.
1890 (Section_id): Remove.
1891 (Garbage_collection::Section_id_hash): Remove.
1892 * icf.h (object.h): Include for Section_id nand Section_id_hash.
1893 (Section_id): Remove.
1894 (Icf::Section_id_hash): Remove.
1895 * object.h (Section_id, Const_section_id, Section_id_hash,
1896 Const_section_id_hash): New type definitions.
1897 * output.cc (Output_section::add_relaxed_input_section): Change to
1898 use Const_section_id instead of Input_section_specifier as key type.
1899 (Output_section::add_merge_input_section): Ditto.
1900 (Output_section::build_relaxation_map): Change to use Section_id
1901 instead of Input_section_specifier as key type.
1902 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
1904 (Output_section::convert_input_sections_to_relaxed_sections): Change
1905 to use Const_section_id instead of Input_section_specifier as key type.
1906 (Output_section::find_merge_section): Ditto.
1907 (Output_section::find_relaxed_input_section): Ditto.
1908 * output.h (Input_section_specifier): Remove class.
1909 (Output_section::Output_section_data_by_input_section_map): Change
1910 key type to Const_section_id.
1911 (Output_section::Output_relaxed_input_section_by_input_section_map):
1913 (Output_section::Relaxation_map): Change key type to Section_id.
1915 2010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1917 * gold/arm.cc: Added support for R_ARM_V4BX relocation
1918 (class Arm_v4bx_stub): New class.
1919 (DEF_STUBS): Updated definition to support v4_veneer_bx.
1920 (Stub_factory::make_arm_v4bx_stub): New method.
1921 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
1922 (Stub_table::empty): Handle v4bx stubs.
1923 (Stub_table::add_arm_v4bx_stub): New method.
1924 (Stub_table::find_arm_v4bx_stub): New method.
1925 (Arm_relocate_functions::v4bx): New method.
1926 (Target_arm::fix_v4bx): New method.
1927 (Target_arm::Target_arm): Handle R_ARM_V4BX.
1928 (Stub_table::relocate_stubs): Likewise.
1929 (Stub_table::do_write): Likewise.
1930 (Stub_table::update_data_size_and_addralign): Likewise.
1931 (Stub_table::finalize_stubs): Likewise.
1932 (Target_arm::Scan::local): Likewise.
1933 (Target_arm::Scan::global): Likewise.
1934 (Target_arm::do_finalize_sections): Likewise.
1935 (Target_arm::Relocate::relocate): Likewise.
1936 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1938 (Target_arm::scan_reloc_for_stub): Likewise.
1939 (Target_arm::scan_reloc_section_for_stubs): Likewise.
1941 2010-01-19 Ian Lance Taylor <iant@google.com>
1943 * output.cc (Output_section_headers::do_sized_write): Write large
1944 segment count to sh_info field.
1945 (Output_file_header::do_sized_write): For large segment count,
1946 write PN_XNUM to e_phnum field.
1948 2010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1950 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
1951 (Arm_relocate_functions::thm_jump8): New function.
1952 (Arm_relocate_functions::thm_jump11): New function.
1953 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
1955 (Target_arm::Scan::global): Likewise.
1956 (Target_arm::Relocate::relocate): Likewise.
1957 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1960 2010-01-14 Doug Kwan <dougkwan@google.com>
1962 * arm.cc (map, utility): Include headers.
1963 (Target_arm::apply_cortex_a8_workaround): New method.
1964 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
1965 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
1966 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
1967 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
1968 the --[no-]fix-cortex-a8 command line options.
1969 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
1970 (Target_arm::relocate_stub): Use addend in instruction template.
1971 * options.h (DEFINE_bool): Set the user-set flag.
1972 (General_options): Add --[no-]-fix-cortex options.
1973 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
1974 : Update fast look-up map after conversion.
1976 2010-01-14 Sriraman Tallam <tmsriram@google.com>
1978 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
1979 in the first pass of do_layout.
1981 2010-01-13 Doug Kwan <dougkwan@google.com>
1983 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
1984 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
1985 apparent compiler problem of not folding static constant integral
1986 data members of elfcpp::Elf_sizes<32>.
1988 2010-01-13 Doug Kwan <dougkwan@google.com>
1990 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
1991 Arm_relobj::section_needs_cortex_a8_stub_scanning,
1992 Arm_relobj::scan_section_for_cortex_a8_erratum,
1993 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
1994 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
1995 sections to scan for relocation stubs into a new method
1996 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
1997 relocation and Cortex-A8 stub scanning.
1998 (Target_arm::do_relax): Force stubs to be after stubbed sections
1999 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
2000 the beginning of a new relaxation pass. Update a comment.
2001 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
2003 2010-01-12 Ian Lance Taylor <iant@google.com>
2005 * target-reloc.h (visibility_error): New inline function.
2006 (relocate_section): Call visibility_error.
2007 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
2008 (MOSTLYCLEANFILES): Likewise.
2009 (protected_4_pic.o, protected_3.err): New targets.
2010 * testsuite/protected_4.cc: New file.
2012 2010-01-12 Doug Kwan <dougkwan@google.com>
2014 * arm.cc (Cortex_a8_reloc): New class.
2015 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
2016 and cortex_a8_relocs_info_.
2017 (Target_arm::fix_cortex_a8): New method definition.
2018 (Target_arm::Cortex_a8_relocs_info): New type.
2019 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
2020 New data member declarations.
2021 (Target_arm::scan_reloc_for_stub): Record information about
2022 relocations for THUMB branches that might be exempted from the
2023 Cortex-A8 workaround.
2024 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
2025 at the beginning of a relaxation pass.
2027 2010-01-12 Doug Kwan <dougkwan@google.com>
2029 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
2030 (Arm_relobj::Mapping_symbol_position,
2031 Arm_reloj::Mapping_symbol_position_less,
2032 Arm_relobj::Mapping_symbols_info): New types.
2033 (Target_arm::is_mapping_symbol_name): New method definition.
2034 (Arm_relobj::do_count_local_symbols): Save information about mapping
2037 2010-01-11 Doug Kwan <dougkwan@google.com>
2039 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
2040 Arm_relocate_functions::thumb32_branch_upper,
2041 Arm_relocate_functions::thumb32_branch_lower,
2042 Arm_relocate_functions::thumb32_cond_branch_offset,
2043 Arm_relocate_functions::thumb32_cond_branch_upper,
2044 Arm_relocate_functions::thumb32_cond_branch_lower,
2045 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
2046 branch offset encoding.
2047 (Arm_relocate_functions::thumb_branch_common): Use new branch
2048 offset encoding methods to avoid code duplication.
2049 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
2050 (Stub_addend_reader::operator()): Use new branch encoding method
2051 to avoid code duplication.
2053 2010-01-11 Doug Kwan <dougkwan@google.com>
2055 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
2056 (Target_arm::do_finalize_sections): Define special EXIDX section
2057 symbols only if referenced.
2058 * gc.h (Garbage_collection::add_reference): New method.
2059 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
2062 2010-01-11 Ian Lance Taylor <iant@google.com>
2064 * script.cc (Version_script_info::build_expression_list_lookup):
2065 Change complaing about duplicate wildcard match from error to
2068 * script.cc (class Lazy_demangler): Recreate--revert part of patch
2070 (Version_script_info::Version_script_info): Initialize globs_,
2071 default_version_, default_is_global_, and exact_. Don't
2072 initialize globals_ or locals_.
2073 (Version_script_info::build_lookup_tables): Build local symbols
2075 (Version_script_info::unquote): New function.
2076 (Version_script_info::add_exact_match): New function.
2077 (Version_script_info::build_expression_list_lookup): Remove lookup
2078 parameter. Add is_global parameter. Change all callers. Handle
2079 wildcard pattern specially. Unquote pattern. Call
2081 (Version_script_info::get_name_to_match): New function.
2082 (Version_script_info::get_symbol_version): New function.
2083 (Version_script_info::get_symbol_version_helper): Remove.
2084 (Version_script_info::check_unmatched_names): Call unquote.
2085 * script.h (class Version_script_info): Change get_symbol_version
2086 to be non-inline and add is_global parameter; change all callers.
2087 Rewrite symbol_is_local. Update declarations. Define struct
2088 Version_tree_match, Exact, Globs. Don't define struct Lookup.
2089 Remove globals_ and locals_ members. Add exact_, globs_,
2090 default_version_, is_global_.
2091 (Version_script_info::Glob): Remove pattern, add expression and
2092 is_global. Update constructor. Change all callers.
2093 * dynobj.cc (Versions::finalize): Mark the version symbol as the
2095 (Versions::symbol_section_contents): If a symbol is undefined, or
2096 defined in a dynamic object, set the version index to
2098 * symtab.cc (Symbol_table::add_from_relobj): Don't call
2100 (Symbol_table::add_from_pluginobj): Likewise.
2101 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
2103 2010-01-11 Doug Kwan <dougkwan@google.com>
2105 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
2106 (incremental_dump_LDADD): Add linking option for libintl.
2107 * Makefile.in: Regenerate.
2109 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
2112 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
2114 * testsuite/Makefile.in: Regenerated.
2116 2010-01-10 Doug Kwan <dougkwan@google.com>
2118 * options.h (DEFINE_var): Use parentheses around argument varname__
2119 in macro body to avoid any unintended subsequent substitutions.
2121 2010-01-10 Ian Lance Taylor <iant@google.com>
2123 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
2124 candidates before doing symbol resolution.
2126 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
2127 ODR candidates if only one is weak.
2129 2010-01-08 Ian Lance Taylor <iant@google.com>
2131 * script.cc (Version_script_info::build_expression_list_lookup):
2132 Don't warn about ambiguous version, just record the ambiguity.
2133 (Version_script_info::get_symbol_version_helper): Give error if
2134 version is ambiguous.
2136 2010-01-08 Doug Kwan <dougkwan@google.com>
2138 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
2139 prev_data_size_ and prev_addralign_. Remove initializer for
2140 deleted data member has_been_changed_.
2141 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
2142 to determine if the table is empty.
2143 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
2145 (Stub_table::add_reloc_stub): Define method in class definition
2146 instead of just declaring it there.
2147 (Stub_table::add_cortex_a8_stub): New method definition.
2148 (Stub_table::update_data_size_and_addralign): Ditto.
2149 (Stub_table::finalize_stubs): Ditto.
2150 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
2151 (Stub_table::do_addralign_): Return address alignment in the
2152 (Stub_table::do_reset_address_and_file_offset): Define method in
2153 class definition instead of declaring it there. Set current data
2154 size to be the data size of the previous pass.
2155 (Stub_table::set_final_data_size): Use current data size as the
2157 (Stub_table::relocate_stub): Change parameter type of stub from
2158 Reloc_stub pointer to Stub pointer.
2159 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
2160 (Stub_table::Cortex_a8_stub_list): New typedef.
2161 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
2162 Stub_table::prev_addralign_): New data member.
2163 (Arm_relobj::Arm_relobj): Initialize data member
2164 section_has_cortex_a8_workaround_.
2165 (Arm_relobj::section_has_cortex_a8_workaround,
2166 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
2168 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
2170 (Target_arm::relocate_stub): Change parameter type of stub from
2171 Reloc_stub pointer to Stub pointer.
2172 (Insn_template::size, Insn_template::alignment): Handle
2173 THUMB16_SPECIAL_TYPE.
2174 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
2175 Stub_table::update_data_size_and_addralign,
2176 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
2178 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
2179 (Stub_table::do_write): Ditto.
2180 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2182 2010-01-08 Ian Lance Taylor <iant@google.com>
2185 * symtab.h (class Symbol): Remove fields is_target_special_ and
2186 has_plt_offset_. Add field is_defined_in_discarded_section_.
2187 (Symbol::is_defined_in_discarded_section): New function.
2188 (Symbol::set_is_defined_in_discarded_section): New function.
2189 (Symbol::has_plt_offset): Rewrite.
2190 (Symbol::set_plt_offset): Verify that new offset is not -1U.
2191 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
2192 Don't initialize is_target_special_ or has_plt_offset_.
2193 Initialize is_defined_in_discarded_section_.
2194 (Symbol_table::add_from_relobj): If appropriate, set
2195 is_defined_in_discarded_section.
2196 * resolve.cc (Symbol::override_base_with_special): Don't test
2197 is_target_special_. Change has_plt_offset_ to has_plt_offset().
2198 * target-reloc.h (relocate_section): Do special handling for
2199 symbols defined in discarded sections for global symbols as well
2202 2010-01-08 Ian Lance Taylor <iant@google.com>
2204 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
2205 the SHT_SYMTAB case.
2207 2010-01-08 Ian Lance Taylor <iant@google.com>
2209 * object.cc (Sized_relobj::do_layout): Don't get confused if
2210 layout_eh_frame returns NULL.
2212 2010-01-08 Ian Lance Taylor <iant@google.com>
2215 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
2216 dynamic symbol table, use the normal symbol table.
2217 (Sized_dynobj::do_read_symbols): Remove assertion about type of
2220 2010-01-08 Ian Lance Taylor <iant@google.com>
2223 * layout.cc (Layout::include_section): Remove .gnu_debuglink
2226 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
2228 * version.cc (print_version): Change to "Copyright 2010".
2230 2010-01-08 Ian Lance Taylor <iant@google.com>
2234 * i386.cc (class Target_i386): Change return type of plt_section
2236 (class Output_data_plt_i386): Add tls_desc_rel_ field.
2237 (Output_data_plt_i386::Output_data_plt_i386): Initialize
2238 tls_desc_rel_ field.
2239 (Output_data_plt_i386::rel_tls_desc): New function.
2240 (Target_i386::rel_tls_desc_section): New function.
2241 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
2242 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
2243 R_386_TLS_DESC reloc in rel_tls_desc_section.
2244 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
2245 Define struct Tlsdesc_info.
2246 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
2247 (Target_x86_64::do_reloc_symbol_index): New function.
2248 (Target_x86_64::add_tlsdesc_info): New function.
2249 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
2250 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
2252 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
2254 (Output_data_plt_x86_64::rela_tlsdesc): New function.
2255 (Target_x86_64::rela_tlsdesc_section): New function.
2256 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
2258 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
2259 (Target_x86_64::do_reloc_addend): New function.
2260 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
2261 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
2262 declarations. Define TARGET_CODE. Add arg field to u1_ union.
2263 (Output_reloc::type): New function.
2264 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
2265 (Output_reloc::is_target_specific): New function.
2266 (Output_reloc::target_arg): New function.
2267 (class Output_reloc) [SHT_RELA]: Add four new constructors for
2268 absolute relocs and target specific relocs.
2269 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
2270 add_target_specific.
2271 (class Output_data_reloc) [SHT_RELA]: Likewise.
2272 * output.cc (Output_reloc::Output_reloc): Add four new versions
2273 for absolute relocs and target specific relocs.
2274 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
2275 (Output_reloc::get_symbol_index): Likewise.
2276 (Output_reloc::local_section_offset): Check that local_sym_index_
2277 is not TARGET_CODE or 0.
2278 (Output_reloc::symbol_value): Likewise.
2279 (Output_reloc::write) [SHT_RELA]: Call target for target specific
2281 * target.h (class Target): Add reloc_symbol_index and reloc_addend
2282 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
2284 * layout.cc (add_target_dynamic_tags): Use output section for
2285 DT_PLTRELSZ and DT_JMPREL.
2287 2010-01-07 Ian Lance Taylor <iant@google.com>
2290 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
2292 (class Output_data_reloc_generic): Define.
2293 (class Output_data_reloc_base): Change base class to
2294 Output_data_reloc_generic. Change add() method to call
2295 bump_relative_reloc_count for a relative reloc. Remove
2297 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
2299 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
2300 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
2302 * layout.h (class Layout): Update declaration.
2304 2010-01-07 Ian Lance Taylor <iant@google.com>
2306 * output.h (class Output_data): Add const version of
2307 output_section and do_output_section.
2308 (class Output_section_data): Add const version of
2310 (class Output_section): Likewise.
2311 * layout.cc (Layout::add_target_dynamic_tags): New function.
2312 * layout.h (class Layout): Update declarations.
2313 * arm.cc (Target_arm::do_finalize_sections): Use
2314 add_target_dynamic_tags.
2315 * i386.cc (Target_i386::do_finalize_sections): Likewise.
2316 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
2317 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
2318 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
2320 2010-01-07 Ian Lance Taylor <iant@google.com>
2323 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
2326 2010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
2327 Ian Lance Taylor <iant@google.com>
2330 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
2331 Xindex::read_symtab_xindex.
2333 2010-01-07 Doug Kwan <dougkwan@google.com>
2335 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
2336 (Insn_template::thumb16_bcond_insn): New method declaration.
2337 (Insn_template): Fix spelling.
2338 (Stub::thumb16_special): New method declaration.
2339 (Stub::do_write): Define virtual method which was previously pure
2341 (Stub::do_thumb16_special): New method declaration.
2342 (Stub::do_fixed_endian_write): New template member.
2343 (Reloc_stub::do_write): Remove.
2344 (Reloc_stub::do_fixed_endian_write): Remove.
2345 (Cortex_a8_stub): New class definition.
2346 (Stub_factory::make_cortex_a8_stub): New method definition.
2347 (Stub_factory::Stub_factory): Add missing static storage class
2348 qualifier for elf32_arm_stub_a8_veneer_blx.
2350 2010-01-07 Ian Lance Taylor <iant@google.com>
2353 * options.h (class General_options): Add --warn-unresolved-symbols
2354 and --error-unresolved-symbols.
2355 * errors.cc (Errors::undefined_symbol): Implement
2356 --warn-unresolved-symbols.
2358 * options.h (class General_options): Add -z text and -z textoff.
2359 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
2361 2010-01-06 Sriraman Tallam <tmsriram@google.com>
2363 * gc.h (Garbage_collection::Cident_section_map): New typedef.
2364 (Garbage_collection::cident_sections): New function.
2365 (Garbage_collection::add_cident_section): New function.
2366 (Garbage_collection::cident_sections_): New member.
2367 (gc_process_relocs): Add references to sections whose names are C
2369 * gold.h (cident_section_start_prefix): New constant.
2370 (cident_section_stop_prefix): New constant.
2371 (is_cident): New function.
2372 * layout.cc (Layout::define_section_symbols): Replace string constants
2373 with the newly defined constants.
2374 * object.cc (Sized_relobj::do_layout): Track sections whose names are
2376 * testsuite/Makefile.am: Add gc_orphan_section_test.
2377 * testsuite/Makefile.in: Regenerate.
2378 * testsuite/gc_orphan_section_test.cc: New file.
2379 * testsuite/gc_orphan_section_test.sh: New file.
2381 2010-01-06 Ian Lance Taylor <iant@google.com>
2384 * options.h (class General_options): Add --warn-shared-textrel.
2385 * layout.cc (Layout::finish_dynamic_section): Implement
2386 --warn-shared-textrel.
2389 * options.h (class General_options): Add --warn-multiple-gp.
2391 2010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2393 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
2394 $(THREADSLIB) and $(LIBDL).
2395 * Makefile.in: Rebuild.
2397 2010-01-06 Ian Lance Taylor <iant@google.com>
2400 * options.cc (General_options::parse_section_start): New function.
2401 (General_options::section_start): New function.
2402 (General_options::General_options): Initialize all members.
2403 * options.h: Include <map>
2404 (class General_options): Add --section-start. Add section_starts_
2406 * layout.cc (Layout::attach_allocated_section_to_segment): If
2407 --section-start was used, set the address of the segment. Remove
2408 local sort_sections.
2409 (Layout::relaxation_loop_body): If the address of the load segment
2410 has been set by --section-start, don't use it.
2411 * output.h (Output_segment::update_flags_for_output_section): New
2413 * output.cc (Output_segment::add_output_section): Call
2414 update_flags_for_output_section.
2416 2010-01-05 Ian Lance Taylor <iant@google.com>
2419 * options.h (class General_options): Add --undefined-version.
2420 * script.cc (struct Version_expression): Add was_matched_by_symbol
2422 (Version_script_info::matched_symbol): New function.
2423 (Version_script_info::get_symbol_version_helper): Call
2425 (Version_script_info::check_unmatched_names): New function.
2426 * script.h (class Version_script_info): Update declarations.
2427 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
2429 * options.h (class General_options): Use DEFINE_bool_alias for
2430 allow_multiple_definition.
2431 * resolve.cc (Symbol_table::should_override): Don't test
2432 allow_multiple_definition.
2435 * options.h (class General_options): Add --cref.
2436 * main.cc (main): Print cref table if --cref. Don't close mapfile
2437 until after printing cref table.
2438 * cref.cc: Include "symtab.h".
2439 (class Cref_inputs): Define Cref_table_compare and Cref_table.
2440 (Cref_table_compare::operator()): New function.
2441 (Cref_inputs::gather_cref): New function.
2442 (filecol): New static const.
2443 (Cref_inputs::print_cref): New function.
2444 (Cref::print_cref): New function.
2445 * cref.h: Include <cstdio>.
2446 (class Cref): Update declarations.
2447 * mapfile.h (Mapfile::file): New function.
2448 * object.h (class Object): Define Symbols. Declare virtual
2449 do_get_global_symbols.
2450 (Object::get_global_symbols): New function.
2451 * object.cc (Input_objects::add_object): Pass object to cref_ if
2453 (Input_objects::archive_start): Likewise.
2454 (Input_objects::archive_stop): Likewise.
2455 (Input_objects::print_cref): New function.
2456 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
2457 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
2459 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
2461 * plugin.h (class Sized_pluginobj): Update declarations.
2463 2010-01-05 Ian Lance Taylor <iant@google.com>
2465 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
2466 to is_default_version. Rename insdef to insdefault.
2467 (Symbol_table::add_from_relobj): Rename def to is_default_version
2468 and local to is_forced_local.
2469 (Symbol_table::add_from_pluginobj): Likewise.
2470 (Symbol_table::add_from_dynobj): Likewise.
2471 (Symbol_table::define_special_symbol): Rename insdef to
2474 2010-01-04 Ian Lance Taylor <iant@google.com>
2477 * options.h (class General_options): Add
2478 --allow-multiple-definition and -z muldefs.
2479 * resolve.cc (Symbol_table::should_override): Don't warn about a
2480 multiple symbol definition if --allow-multiple-definition or -z
2484 * options.h (class General_options): Add --add-needed and
2485 --copy-dt-needed-entries. Tweak --as-needed help entry.
2486 * object.cc (Input_objects::check_dynamic_dependencies): Give an
2487 error if --copy-dt-needed-entries aka --add-needed is used and
2488 would cause a change in behaviour.
2491 * options.h (class General_options): Add -G as a short version of
2492 --shared. Add no-op options -assert, -g, and -i.
2494 2010-01-04 Sriraman Tallam <tmsriram@google.com>
2496 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
2497 check for .text or .gnu.linkonce.t sections.
2498 * icf.cc (Icf::find_identical_sections): Ditto.
2499 Change the detection for mangled function name within the section
2501 * icf.h (is_section_foldable_candidate): New function.
2503 2009-12-30 Ian Lance Taylor <iant@google.com>
2506 * options.h (class General_options): Permit two dashes with
2507 --retain-symbols-file.
2509 2009-12-30 Ian Lance Taylor <iant@google.com>
2512 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
2513 don't put the file header and segment headers in the text
2517 * common.cc (Sort_commons::operator()): Stabilize sort when both
2519 (Symbol_table::do_allocate_commons_list): When allocating common
2520 symbols, skip a symbol which is no longer common.
2521 * symtab.h (Symbol::is_common): Test whether the symbol comes from
2522 an object before checking its type.
2523 * testsuite/common_test_2.c: New file.
2524 * testsuite/common_test_3.c: New file.
2525 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
2526 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
2527 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
2528 (common_test_2_pic.o, common_test_2.so): New targets.
2529 (common_test_3_pic.o, common_test_3.so): New targets.
2530 * testsuite/Makefile.in: Rebuild.
2533 * script.cc (read_input_script): If we see a new SECTIONS clause,
2534 and we have added an input section, give an error.
2535 * layout.h (class Layout): Add have_added_input_section function.
2536 Add have_added_input_section_ field.
2537 * layout.cc (Layout::Layout): Initialize
2538 have_added_input_section_.
2539 (Layout::layout): Set have_added_input_section_.
2540 (Layout::layout_eh_frame): Likewise.
2542 2009-12-30 Ian Lance Taylor <iant@google.com>
2545 * options.h (class General_options): Add --sort-common option.
2546 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
2547 * common.cc (Sort_common): Add sort_order parameter to
2548 constructor. Add sort_order_ field.
2549 (Sort_commons::operator): Check sort_order_.
2550 (Symbol_table::allocate_commons): Determine the sort order.
2551 (Symbol_table::do_allocate_commons): Add sort_order parameter.
2553 (Symbol_table::do_allocate_commons_list): Likewise.
2555 2009-12-30 Ian Lance Taylor <iant@google.com>
2558 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
2559 symbols from this object, don't change the visibility of an
2561 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
2563 2009-12-30 Ian Lance Taylor <iant@google.com>
2566 * script.h (class Version_script_info): Define Language enum.
2567 Update declarations. Define Glob, Exact, and Lookup types. Add
2568 new fields globals_, locals_, and is_finalized_.
2569 * script.cc: Various formatting fixes.
2570 (class Parser_closure): Change language_stack_ from a vector of
2571 std::string to one of Version_script_info::Language. Adjust all
2573 (class Lazy_demangler): Remove.
2574 (struct Version_expression): Change language from std::string to
2575 Version_script_info::Language.
2576 (Version_script_info::Version_script_info): New function.
2577 (Version_script_info::~Version_script_info): Don't call clear.
2578 (Version_script_info::finalize): New function.
2579 (Version_script_info::build_lookup_tables): New function.
2580 (Version_script_info::build_expression_list_lookup): New
2582 (Version_script_info::get_symbol_version_helper): Rewrite to use
2584 (Version_script_info::print_expression_list): Adjust to use
2585 Version_script_info::Language.
2586 (script_push_lex_into_version_mode): Check that the version script
2587 has not been finalized.
2588 (version_script_push_lang): Change language string to
2589 Version_script_info::Language.
2590 * options.cc (Command_line::version_script): New function.
2591 * options.h (class General_options): Add finalize_dynamic_list
2592 function. Change version_script from declaration to definition.
2593 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
2594 * testsuite/version_script.map: Remove duplicate def of foo.
2595 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
2597 * testsuite/Makefile.in: Rebuild.
2599 2009-12-30 Ian Lance Taylor <iant@google.com>
2602 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
2603 if the input symbol index is 0, make the output symbol index 0.
2605 2009-12-30 Ian Lance Taylor <iant@google.com>
2608 * options.h (class General_options): Add -x/--discard-all.
2609 * object.cc (Sized_relobj::do_count_local_symbols): Handle
2610 --discard-all. If the local symbol needs a dynamic entry, check
2611 that before handling --discard-locals.
2613 2009-12-30 Ian Lance Taylor <iant@google.com>
2616 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
2618 (Output_segment::add_output_section): Don't change the flags if
2622 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
2623 GNU hash table if they need a dynamic value. Otherwise, don't add
2624 them if they are defined in a dynamic object or are forced local.
2626 2009-12-29 Ian Lance Taylor <iant@google.com>
2629 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
2630 .gnu.hash table for a 32-bit target.
2633 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
2634 regular and a dynamic object only needs a dynamic symbol table
2635 entry if it is externally visible.
2638 * i386.cc (class Target_i386): Initialize global_offset_table_ in
2639 constructor. Add global_offset_table_ field.
2640 (Target_i386::got_section): Set global_offset_table_.
2641 (Target_i386::do_finalize_sections): Set global_offset_table_
2643 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
2644 in constructor. Add global_offset_table_ field.
2645 (Target_x86_64::got_section): Set global_offset_table_.
2646 (Target_x86_64::do_finalize_sections): Set global_offset_table_
2649 * layout.cc (Layout::Layout): Initialize increase_relro_.
2650 (Layout::get_output_section): Add is_relro, is_last_relro, and
2651 is_first_non_relro parameters. Change all callers.
2652 (Layout::choose_output_section): Likewise.
2653 (Layout::add_output_section_data): Likewise.
2654 (Layout::make_output_section): Likewise.
2655 (Layout::set_segment_offsets): Clear increase_relro when using a
2657 * layout.h (class Layout): Add increase_relro method. Add
2658 increase_relro_ field. Update declarations.
2659 * output.cc (Output_section::Output_section): Initialize
2660 is_last_relro_ and is_first_non_relro_.
2661 (Output_segment::add_output_section): Group relro sections is
2662 do_sort is true. Handle is_last_relro and is_first_non_relro.
2663 (Output_segment::maximum_alignment): Remove relro handling.
2664 (Output_segment::set_section_addresses): Add increase_relro
2665 parameter. Change all callers. Add initial alignment to align
2666 relro sections on separate page. Remove old relro handling.
2667 (Output_segment::set_section_list_addresses): Remove in_relro
2668 parameter. Change all callers.
2669 (Output_segment::set_offset): Add increase parameter. Change all
2670 callers. Remove old relro handling.
2671 * output.h (class Output_section): Add new methods: is_last_relro,
2672 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
2673 Add is_last_relro_ and is_first_non_relro_ fields.
2674 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
2675 Create separate .got.plt section. Call increase_relro.
2676 * x86_64.cc (Target_x86_64::got_section): Likewise.
2677 * testsuite/relro_script_test.t: Add .got.plt.
2680 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
2681 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
2682 (Layout::finalize): Call set_dynamic_symbol_size.
2683 (Layout::set_dynamic_symbol_size): New function.
2684 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
2685 set_dynamic_symbol_size.
2688 * output.h (class Output_section): Add is_entsize_zero_ field.
2689 * output.cc (Output_section::Output_section): Initialize
2691 (Output_section::set_entsize): If two different entsizes are
2692 requested, force it to zero.
2693 (Output_section::add_input_section): Set flags for .debug_str
2694 before updating section flags. Set entsize.
2695 (Output_section::update_flags_for_input_section): Set SHF_MERGE
2696 and SHF_STRING if all input sections have those flags.
2698 2009-12-29 Rafael Espindola <espindola@google.com>
2700 * main.cc (main): Fix the sys time reporting.
2701 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
2704 2009-12-29 Sriraman Tallam <tmsriram@google.com>
2706 * options.cc (General_options::parse_version): Allow -v to exit
2707 without an error if there is nothing to link.
2709 2009-12-29 Ian Lance Taylor <iant@google.com>
2711 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
2712 using a version of gcc before 4.1.
2713 * configure: Rebuild.
2715 2009-12-28 Chris Demetriou <cgd@google.com>
2717 * attributes.cc (Output_attributes_section_data::do_write): Use
2718 std::vector::front rather than std::vector::data.
2720 2009-12-28 Ian Lance Taylor <iant@google.com>
2722 * symtab.h (class Symbol_table): Add enum Defined.
2723 * resolve.cc (Symbol_table::should_override): Add defined
2724 parameter. Change all callers. Test whether object is NULL
2725 before calling a method on it.
2726 (Symbol_table::report_resolve_problem): Add defined parameter.
2728 (Symbol_table::should_override_with_special): Likewise.
2729 * symtab.cc (Symbol_table::define_in_output_data): Add defined
2730 parameter. Change all callers.
2731 (Symbol_table::do_define_in_output_data): Likewise.
2732 (Symbol_table::define_in_output_segment): Likewise.
2733 (Symbol_table::do_define_in_output_segment): Likewise.
2734 (Symbol_table::define_as_constant): Likewise.
2735 (Symbol_table::do_define_as_constant): Likewise.
2736 * script.h (class Symbol_assignment): Add is_defsym parameter to
2737 constructor; change all callers.
2738 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
2739 parameter. Change all callers. Add is_defsym_ field.
2740 (class Parser_closure): Add parsing_defsym parameter to
2741 constructor; change all callers. Add parsing_defsym accessor
2742 function. Add parsing_defsym_ field.
2744 2009-12-28 Ian Lance Taylor <iant@google.com>
2746 * gold.cc (queue_middle_tasks): Fix formatting.
2747 * object.cc (Relobj::is_section_name_included): Likewise.
2749 2009-12-23 Ian Lance Taylor <iant@google.com>
2751 * i386.cc (Target_i386::do_calls_non_split): Recognize
2752 -fsplit-stack prologue for a function with a static chain.
2753 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
2754 -fsplit-stack prologue when using %r11.
2756 2009-12-21 Sriraman Tallam <tmsriram@google.com>
2758 * options.cc (General_options::parse_version): Make -v continue and do
2759 the link like GNU ld does.
2761 2009-12-17 Rafael Avila de Espindola <espindola@google.com>
2763 * Makefile.am (CCFILES): Add timer.cc.
2764 (HFILES): Add timer.h.
2765 * configure.ac: Check for sysconf and times.
2766 * main.cc: include timer.h.
2767 (main): Use Timer instead of get_run_time.
2770 * workqueue.cc: include timer.h.
2771 (Workqueue::find_and_run_task):
2772 Report user, sys and wall time.
2773 * Makefile.in: Regenerate.
2774 * config.in: Regenerate.
2775 * configure: Regenerate.
2777 2009-12-16 Doug Kwan <dougkwan@google.com>
2779 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
2781 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
2782 relaxed input sections.
2783 * output.cc (Output_section::find_relaxed_input_section): Change
2784 return type to Output_relaxed_input_section pointer. Adjust code
2785 for new type of relaxed_input_section_map_.
2786 * output.h (Output_section::find_relaxed_input_section): Change
2787 return type to Output_relaxed_input_section pointer.
2788 (Output_section::Output_relaxed_input_section_by_input_section_map):
2790 (Output_section::relaxed_input_section_map_): Change type to
2791 Output_section::Output_relaxed_input_section_by_input_section_map.
2792 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
2795 2009-12-15 Ian Lance Taylor <iant@google.com>
2797 * layout.cc (Layout::create_shstrtab): Only write out after input
2798 sections if we are compressing debug sections.
2800 2009-12-15 Ian Lance Taylor <iant@google.com>
2802 * archive.cc (Archive::add_symbols): Only look up a symbol without
2803 a version if there is, in fact, a version.
2805 2009-12-14 Ian Lance Taylor <iant@google.com>
2807 Revert -Wshadow changes, all changes from:
2808 2009-12-11 Doug Kwan <dougkwan@google.com>
2809 2009-12-11 Nick Clifton <nickc@redhat.com>
2810 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
2812 2009-12-11 Doug Kwan <dougkwan@google.com>
2814 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
2816 * attributes.cc (Object_attribute::size): Ditto.
2817 (Attributes_section_data::size): Ditto.
2818 (Attributes_section_data::Attributes_section_data): Ditto.
2819 (Output_attributes_section_data::do_write): Ditto.
2820 * attributes.h (Object_attribute::set_type): Ditto.
2821 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
2823 2009-12-11 Nick Clifton <nickc@redhat.com>
2825 * archive.cc: Fix shadowed variable warnings.
2827 * compressed_output.cc: Likewise.
2828 * compressed_output.h: Likewise.
2829 * configure: Likewise.
2830 * dwarf_reader.cc: Likewise.
2831 * dynobj.cc: Likewise.
2832 * dynobj.h: Likewise.
2833 * ehframe.cc: Likewise.
2834 * ehframe.h: Likewise.
2835 * errors.cc: Likewise.
2836 * expression.cc: Likewise.
2837 * fileread.cc: Likewise.
2838 * fileread.h: Likewise.
2839 * freebsd.h: Likewise.
2840 * i386.cc: Likewise.
2842 * incremental.h: Likewise.
2843 * layout.cc: Likewise.
2844 * layout.h: Likewise.
2845 * mapfile.cc: Likewise.
2846 * merge.cc: Likewise.
2847 * merge.h: Likewise.
2848 * object.cc: Likewise.
2849 * object.h: Likewise.
2850 * options.h: Likewise.
2851 * output.cc: Likewise.
2852 * output.h: Likewise.
2853 * parameters.cc: Likewise.
2854 * plugin.cc: Likewise.
2855 * powerpc.cc: Likewise.
2856 * reduced_debug_output.cc: Likewise.
2857 * reduced_debug_output.h: Likewise.
2858 * reloc.cc: Likewise.
2859 * reloc.h: Likewise.
2860 * resolve.cc: Likewise.
2861 * script-sections.cc: Likewise.
2862 * script.cc: Likewise.
2863 * script.h: Likewise.
2864 * sparc.cc: Likewise.
2865 * symtab.cc: Likewise.
2866 * symtab.h: Likewise.
2867 * target-select.cc: Likewise.
2868 * target-select.h: Likewise.
2869 * token.h: Likewise.
2870 * workqueue.cc: Likewise.
2871 * workqueue.h: Likewise.
2872 * x86_64.cc: Likewise.
2874 2009-12-10 Doug Kwan <dougkwan@google.com>
2876 * arm.cc (attributes.h): New include.
2877 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
2878 (Arm_relobj::~Arm_relobj): Delete object pointed by
2879 attributes_section_data_.
2880 (Arm_relobj::attributes_section_data): New method definition.
2881 (Arm_relobj::attributes_section_data_): New data member declaration.
2882 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
2883 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
2884 attributes_section_data_.
2885 (Arm_dynobj::attributes_section_data): New method definition.
2886 (Arm_dynobj::attributes_section_data_): New data member declaration.
2887 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
2888 initialization value of may_use_blx_ to false.
2889 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
2890 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
2891 object attributes to compute results instead of hard-coding.
2892 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
2893 Target_arm::get_secondary_compatible_arch,
2894 Target_arm::set_secondary_compatible_arch
2895 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
2896 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
2897 New method declarations.
2898 (Target_arm::get_aeabi_object_attribute): New method definition.
2899 (Target_arm::attributes_section_data_): New data member declaration.
2900 (read_arm_attributes_section): New template definition.
2901 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
2902 (Arm_dynobj::do_read_symbols): Ditto.
2903 (Target_arm::do_finalize_sections): Merge attributes sections from
2904 input. Check for BLX use after attributes section merging.
2905 Fix __exidx_start and __exidx_end visibility. Create an
2906 .ARM.attributes section if necessary.
2907 (Target_arm::get_secondary_compatible_arch,
2908 Target_arm::set_secondary_compatible_arch,
2909 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
2910 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
2911 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
2912 New method definitions.
2914 2009-12-09 Ian Lance Taylor <iant@google.com>
2916 * plugin.cc (Plugin::load): Don't cast from void* to a function
2919 2009-12-09 Ian Lance Taylor <iant@google.com>
2921 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
2924 2009-12-09 H.J. Lu <hongjiu.lu@intel.com>
2926 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
2927 Replace two_file_shared_1.so with two_file_shared_2.so.
2928 * testsuite/Makefile.in: Regenerated.
2930 2009-12-08 Doug Kwan <dougkwan@google.com>
2932 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
2933 (HFILES): Add attributes.h and int_encoding.h.
2934 * Makefile.in: Regenerate.
2935 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
2936 function definitions to int_encoding.cc
2937 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
2938 prototypes to int_encoding.h
2939 * reduced_debug_output.cc (int_encoding.h): New include.
2940 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
2941 function definitions to int_encoding.cc
2942 (insert_into_vector, read_from_pointer): Move template definitions to
2944 * attributes.cc: New file.
2945 * attributes.h: New file.
2946 * int_encoding.cc: New file.
2947 * int_encoding.h: New file.
2949 2009-12-07 Rafael Avila de Espindola <espindola@google.com>
2952 * incremental-dump.cc (dump_incremental_inputs): New.
2953 (main): Use dump_incremental_inputs.
2955 2009-12-07 H.J. Lu <hongjiu.lu@intel.com>
2958 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
2959 checking elfcpp::STT_FUNC.
2960 (Target_i386::Relocate::relocate): Likewise.
2961 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
2963 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
2964 symbols from shared libraries into normal FUNC symbols.
2966 * symtab.h (Symbol): Add is_func and use it.
2968 2009-12-05 Doug Kwan <dougkwan@google.com>
2970 * arm.cc (Target_arm::arm_info): Initialize new fields
2971 attributes_section and attributes_vendor.
2972 * i386.cc (Target_i386::i386_info): Same.
2973 * object.cc (Sized_relobj::do_layout): Skip attribute section.
2974 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
2975 fields attributes_section and attributes_vendor.
2976 * sparc.cc (Target_sparc::sparc_info): Same.
2977 * target.h (Target::attributes_section, Target::attributes_vendor,
2978 Target::is_attributes_section, Target::attribute_arg_type,
2979 Target::attributes_order): New method definitions.
2980 (Target::Target_info::attributes_section,
2981 Target::Target_info::attributes_vendor): New fields.
2982 (Target::do_attribute_arg_type, Target::do_attributes_order): New
2983 virtual method definitions.
2984 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
2985 attributes_section and attributes_vendor.
2986 * testsuite/testfile.cc (Target_test::test_target_info): Same.
2988 2009-12-05 Doug Kwan <dougkwan@google.com>
2990 * arm.cc: Update comments about interworking and stub generation.
2991 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
2992 considered as non-PIC.
2993 (Arm_relocate_functions::base_abs): Fix formatting.
2994 (Arm_relocate_functions::got_prel): Fix comment. Change interface
2995 of function to use GOT entry address instead of offset.
2996 (Target_arm::Scan::global): Issue an error if a symbol would need a
2997 PLT does not get one because it is untyped. Remove code to create
2998 dynamic symbols for relative branches.
2999 (Target_arm::Relocate::relocate: Use 0 instead of false since function
3000 takes unsigned integer instead of boolean.
3002 2009-12-05 H.J. Lu <hongjiu.lu@intel.com>
3004 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
3005 (two_file_test_LDADD): Likewise.
3006 (common_test_1_LDADD): Likewise.
3007 (exception_test_LDADD) Likewise.
3008 (weak_test_LDADD): Likewise.
3009 (many_sections_test_LDADD): Likewise.
3010 (initpri1_LDADD): Likewise.
3011 (script_test_1_LDADD): Likewise.
3012 (script_test_2_LDADD): Likewise.
3013 (justsyms_LDADD): Likewise.
3014 (binary_test_LDADD): Likewise.
3015 (large_LDADD): Likewise.
3016 * testsuite/Makefile.in: Regenerated.
3018 2009-12-04 H.J. Lu <hongjiu.lu@intel.com>
3020 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
3021 (Symbol_table::override_with_special): Likewise.
3022 (Symbol_table::add_from_object): Likewise.
3024 2009-12-04 Rafael Avila de Espindola <espindola@google.com>
3026 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
3027 Don't set the data_offset twice.
3029 2009-12-04 Rafael Avila de Espindola <espindola@google.com>
3031 * testsuite/Makefile.in: Regenerate.
3033 2009-12-03 Doug Kwan <dougkwan@google.com>
3035 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
3036 (Target_arm::do_finalize_sections): Add parameter for symbol table
3037 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
3038 * i386.cc (Target_i386::do_finalize_sections): Add an additional
3039 parameter for symbol table pointer.
3040 * layout.cc (Layout::finalize): Call Target::finalize_sections with
3041 an additional parameter for a pointer to symbol table.
3042 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
3043 parameter for a symbol table pointer.
3044 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
3045 * target.h (Target::finalize_sections, Target::do_finalize_sections):
3047 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
3048 parameter for a symbol table pointer.
3050 2009-12-03 Rafael Avila de Espindola <espindola@google.com>
3052 * incremental.cc (Incremental_inputs_header)
3053 (Incremental_inputs_header_write, Incremental_inputs_entry)
3054 (Incremental_inputs_entry_write): Move ...
3055 * incremental.h (Incremental_inputs_header)
3056 (Incremental_inputs_header_write, Incremental_inputs_entry)
3057 (Incremental_inputs_entry_write): here.
3059 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
3061 * incremental.cc (make_sized_incremental_binary): Set the target.
3062 Error if it is incompatible.
3063 * output.h (Output_file): Add filename method.
3065 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
3067 * incremental.cc (Incremental_inputs_entry): Remove unused argument
3068 from the get_* methods.
3070 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
3072 * incremental-dump.cc (main): Check that the offeset of a script is 0.
3073 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
3074 Write 0 for the data_offset of scripts.
3076 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
3078 * testsuite/Makefile.am: Add the incremental_test.sh test.
3079 * testsuite/incremental_test.sh: New.
3080 * testsuite/incremental_test_1.c: New.
3081 * testsuite/incremental_test_2.c: New.
3083 2009-12-01 Rafael Avila de Espindola <espindola@google.com>
3085 * incremental-dump.cc (main): Fix typos.
3087 2009-11-27 Rafael Avila de Espindola <espindola@google.com>
3090 * incremental-dump.cc (main): Use llu to print 64 bit values.
3092 2009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
3093 H.J. Lu <hongjiu.lu@intel.com>
3095 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
3097 (incremental_dump_LDADD): Likewise.
3098 * Makefile.in: Regenerated.
3100 2009-11-25 Doug Kwan <dougkwan@google.com>
3104 2009-11-25 Doug Kwan <dougkwan@google.com>
3106 * arm.cc (Target_arm::Target_arm): Move method definition
3107 outside of class definition. Add code to handle
3108 --target1-rel, --target1-abs and --target2= options.
3109 (Target_arm::get_reloc_reloc_type): Change method to be
3110 non-static and const.
3111 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
3112 New data member declaration.
3113 (Target_arm::Scan::local, Target_arm::Scan::global,
3114 Target_arm::Relocate::relocate,
3115 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
3116 Adjust call to Target_arm::get_real_reloc_type.
3117 (Target_arm::get_real_reloc_type): Use command line options
3118 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
3119 * options.h (--target1-rel, --target1-abs, --target2): New
3122 2009-11-25 Doug Kwan <dougkwan@google.com>
3124 * arm.cc (Target_arm::Target_arm): Move method definition outside of
3125 class definition. Add code to handle --target1-rel, --target1-abs
3126 and --target2= options.
3127 (Target_arm::get_reloc_reloc_type): Change method to be non-static
3129 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
3131 (Target_arm::Scan::local, Target_arm::Scan::global,
3132 Target_arm::Relocate::relocate,
3133 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
3134 call to Target_arm::get_real_reloc_type.
3135 (Target_arm::get_real_reloc_type): Use command line options to
3136 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
3137 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
3140 2009-11-25 Doug Kwan <dougkwan@google.com>
3142 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
3143 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
3144 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
3146 (Arm_relocate_functions::thm_call): Replace body with a call to
3147 Arm_relocate_functions::thumb_branch_common.
3148 (Arm_relocate_functions::thm_jump24,
3149 Arm_relocate_functions::thm_xpc22): New method definitions.
3150 (Arm_relocate_functions::thumb_branch_common): New method definition.
3151 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
3153 (Target_arm::Relocate::relocate): Adjust call to thm_call.
3154 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
3156 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
3158 * Makefile.am: Build incremental-dump
3159 * Makefile.in: Regenerate.
3160 * incremental-dump.cc: New.
3161 * incremental.cc (Incremental_inputs_header_data,
3162 Incremental_inputs_entry_data): Move to incremental.h
3163 * incremental.h: (Incremental_inputs_header_data,
3164 Incremental_inputs_entry_data): Move from incremental.cc
3166 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
3168 * incremental.cc (Incremental_inputs_header,
3169 Incremental_inputs_header_write, Incremental_inputs_entry,
3170 Incremental_inputs_entry_write): Add a typedef with the data type.
3172 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
3174 * incremental.cc (Incremental_inputs_header,
3175 Incremental_inputs_header_write, Incremental_inputs_entry,
3176 Incremental_inputs_entry_write): Update comment about which
3177 type has the filed descriptions.
3179 2009-11-15 Doug Kwan <dougkwan@google.com>
3181 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
3182 (Arm_relocate_functions::arm_branch_common): Change method defintion
3183 in class definition to a method declaration and update list of formal
3185 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
3186 Arm_relocation_functions::jump24): Adjust call to
3187 Arm_relocate_functions::arm_branch_common. Update list of formal
3189 (Arm_relocate_functions::xpc25): New method definition.
3190 (Arm_relocate_functions::arm_branch_common): Move method defintion
3191 out from class definition. Use stubs for mode-switching and extending
3193 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
3194 specially. Change code to enable use of stubs in ARM branches.
3196 2009-11-10 Doug Kwan <dougkwan@google.com>
3198 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
3199 in method declaration.
3200 (Target_arm::relocate_stub): New method declaration.
3201 (Target_arm::default_target): Change to return a pointer instead of
3203 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
3204 Target_arm::default_target.
3205 (Arm_Relobj::do_relocate_sections): Remove options paramater in
3207 (Target_arm::relocate_section): Adjust view.
3208 (Target_arm::relocate_stub): New method definition.
3210 2009-11-10 Doug Kwan <dougkwan@google.com>
3212 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
3214 * incremental.cc (open_incremental_binary): Initialized local
3215 variables to avoid warnings.
3216 * object.cc (make_elf_object): Ditto.
3217 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
3220 009-11-09 H.J. Lu <hongjiu.lu@intel.com>
3223 * testsuite/plugin_test.c: Include "config.h".
3225 2009-11-09 Doug Kwan <dougkwan@google.com>
3227 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
3228 (arm_symbol_value): Remove.
3229 (Arm_relocate_functions::arm_branch_common,
3230 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
3231 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
3232 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
3233 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
3234 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
3235 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
3236 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
3237 Arm_relocate_functions::thm_mobw_abs_nc,
3238 Arm_relocate_functions::thm_mov_abs,
3239 Arm_relocate_functions::movw_prel_nc,
3240 Arm_relocate_functions::thm_movt_abs,
3241 Arm_relocate_functions::movt_prel,
3242 Arm_relocate_functions::thm_movw_prel_nc,
3243 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
3244 (Target_arm::Relocate::relocate): Only decompose address into two
3245 parts if relocation type uses the thumb-bit and pass the actual
3246 bit instead of a flag indicating that the thumb-bit is used. Adjust
3247 calls to methods in Arm_relocate_functions for this change.
3249 2009-11-08 Ian Lance Taylor <iant@google.com>
3252 * reloc.cc: Instantiate
3253 Sized_relobj::initialize_input_to_output_maps and
3254 Sized_relobj:free_input_to_output_maps.
3256 2009-11-06 Ian Lance Taylor <iant@google.com>
3259 * defstd.cc (in_segment): Set only_if_ref true for "end".
3261 2009-11-06 Doug Kwan <dougkwan@google.com>
3263 * arm.cc (class Reloc_stub): Correct a comment.
3264 (Target_arm::Target_arm): Initialize arm_input_section_map_.
3265 (Target_arm::scan_section_for_stubs): New method declaration.
3266 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
3267 Change methods from private to protected.
3268 (Target_arm::do_may_relax): New method definition.
3269 (Target_arm::do_relax, Target_arm::group_sections,
3270 Target_arm::scan_reloc_for_stub,
3271 Target_arm::scan_reloc_section_for_stubs): New method declarations.
3272 (Target_arm::arm_input_section_map_): New data member declaration.
3273 (Target_arm::scan_reloc_for_stub,
3274 Target_arm::scan_reloc_section_for_stubs,
3275 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
3276 Target_arm::do_relax): New method definitions.
3278 2009-11-06 Mikolaj Zalewski <mikolaj@google.com>
3280 * configure.ac: Check for (struct stat)::st_mtim
3281 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
3282 * config.in: Regenerate.
3283 * configure: Regenerate.
3285 2009-11-05 Ian Lance Taylor <iant@google.com>
3288 * output.cc (Output_segment::add_output_section): Add missing
3291 2009-11-04 Ian Lance Taylor <iant@google.com>
3294 * object.h (class Object): Add is_needed and set_is_needed
3295 methods. Add is_needed_ field. Make bool fields into bitfields.
3296 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
3297 defined in a dynamic object and referenced by a regular object,
3298 set is_needed for the dynamic object.
3299 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
3300 if the file is marked with as_needed and it is not needed.
3302 2009-11-04 Ian Lance Taylor <iant@google.com>
3305 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
3306 tags if data is discarded by linker script.
3307 * i386.cc (Target_i386::do_finalize_sections): Likewise.
3308 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
3309 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
3310 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
3312 2009-11-04 Ian Lance Taylor <iant@google.com>
3314 * layout.cc (Layout::get_output_section): Add is_interp and
3315 is_dynamic_linker_section parameters. Change all callers.
3316 (Layout::choose_output_section): Likewise.
3317 (Layout::make_output_section): Likewise.
3318 (Layout::add_output_section_data): Add is_dynamic_linker_section
3319 parameter. Change all callers.
3320 * layout.h (class Layout): Update declarations.
3321 * output.h (class Output_section): Add is_interp, set_is_interp,
3322 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
3323 Add is_interp_, is_dynamic_linker_section_ fields. Change
3324 generate_code_fills_at_write_ to a bitfield.
3325 * output.cc (Output_section::Output_sections): Initialize new
3327 (Output_segment::add_output_section): Add do_sort parameter.
3330 2009-11-03 Ian Lance Taylor <iant@google.com>
3333 * options.h (class General_options): Add --warn-common.
3334 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
3335 merging two common symbols.
3336 (Symbol_table::should_override): Handle --warn-common when merging
3337 a common symbol with a defined symbol. Use report_resolve_problem
3338 for multiple definitions.
3339 (Symbol_table::report_resolve_problem): New function.
3340 * symtab.h (class Symbol_table): Declare report_resolve_problem.
3342 2009-11-03 Doug Kwan <dougkwan@google.com>
3344 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
3346 (Target_arm::stub_factory): New method definition.
3347 (Target_arm::new_arm_input_section,
3348 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
3349 Target_arm::reloc_uses_thumb_bit): New method declarations.
3350 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
3351 New type definitions.
3352 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
3353 member declarations.
3354 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
3355 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
3356 New method definitions.
3358 2009-11-03 Ian Lance Taylor <iant@google.com>
3360 * options.h (class General_options): Add --warn_constructors.
3362 2009-11-03 Ian Lance Taylor <iant@google.com>
3365 * defstd.cc (in_section): Add entries for __rel_iplt_start,
3366 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
3368 2009-11-03 Ian Lance Taylor <iant@google.com>
3371 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
3372 --msgid-bugs-address.
3373 (install-pdf): New target.
3374 (install-data_yes): Look up one directory to find mkinstalldirs.
3376 2009-11-03 H.J. Lu <hongjiu.lu@intel.com>
3378 * po/Make-in (.po.gmo): Don't generate .gmo files in source
3381 2009-10-30 Doug Kwan <dougkwan@google.com>
3383 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
3385 2009-10-30 Doug Kwan <dougkwan@google.com>
3387 * arm.cc (Stub_addend_reader): New struct template definition
3388 and partial specializations.
3389 (Stub_addend_reader::operator()): New method definition for a
3390 partially specialized template.
3392 2009-10-30 Doug Kwan <dougkwan@google.com>
3394 * arm.cc (Arm_relobj::processor_specific_flags): New method
3396 (Arm_relobj::do_read_symbols): New method declaration.
3397 (Arm_relobj::processor_specific_flags_): New data member declaration.
3398 (Arm_dynobj): New class definition.
3399 (Target_arm::do_finalize_sections): Add input_objects parameter.
3400 (Target_arm::do_adjust_elf_header): New method declaration.
3401 (Target_arm::are_eabi_versions_compatible,
3402 (Target_arm::merge_processor_specific_flags): New method declaration.
3403 (Target_arm::do_make_elf_object): New overloaded method definitions
3405 (Arm_relobj::do_read_symbols): New method definition.
3406 (Arm_dynobj::do_read_symbols): Ditto.
3407 (Target_arm::do_finalize_sections): Add input_objects parameters.
3408 Merge processor-specific flags from all input objects.
3409 (Target_arm::are_eabi_versions_compatible,
3410 Target_arm::merge_processor_specific_flags,
3411 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
3412 New method definitions.
3413 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
3414 Input_objects pointer type parameter.
3415 * layout.cc (Layout::finalize): Pass input objects to target's.
3416 finalize_sections function.
3417 * output.cc (Output_file_header::do_sized_write): Set ELF file
3418 header's processor-specific flags.
3419 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
3420 Input_objects pointer type parameter.
3421 * sparc.cc (Target_sparc::do_finalize_sections): Same.
3422 * target.h (Input_objects): New forward class declaration.
3423 (Target::processor_specific_flags,
3424 Target::are_processor_specific_flags_sect): New method definitions.
3425 (Target::finalize_sections): Add input_objects parameter.
3426 (Target::Target): Initialize processor_specific_flags_ and
3427 are_processor_specific_flags_set_.
3428 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
3430 (Target::set_processor_specific_flags): New method definition.
3431 (Target::processor_specific_flags_,
3432 Target::are_processor_specific_flags_set_): New data member
3434 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
3435 Input_objects pointer type parameter.
3437 2009-10-30 Doug Kwan <dougkwan@google.com>
3439 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
3441 2009-10-28 Ian Lance Taylor <iant@google.com>
3443 * object.h (class Relobj): Drop options parameter from
3444 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
3445 do_scan_relocs, do_relocate. Change all callers.
3446 (class Sized_relobj): Drop options parameters from
3447 do_gc_process_relocs, do_scan_relocs, do_relocate,
3448 do_relocate_sections, relocate_sections, emit_relocs_scan,
3449 emit_relocs_scan_reltype. Change all callers.
3450 (struct Relocate_info): Remove options field and all references to
3452 * reloc.h (class Read_relocs): Remove options constructor
3453 parameter and options_ field. Change all callers.
3454 (class Gc_process_relocs, class Scan_relocs): Likewise.
3455 (class Relocate_task): Likewise.
3456 * target-reloc.h (scan_relocs): Remove options parameter. Change
3458 (scan_relocatable_relocs): Likewise.
3459 * target.h (class Sized_target): Remove options parameter from
3460 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
3462 * gc.h (gc_process_relocs): Remove options parameter. Change all
3464 * arm.cc: Update functions to remove options parameters.
3465 * i386.cc: Likewise.
3466 * powerpc.cc: Likewise.
3467 * sparc.cc: Likewise.
3468 * x86_64.cc: Likewise.
3469 * testsuite/testfile.cc: Likewise.
3471 2009-10-28 Doug Kwan <dougkwan@google.com>
3473 * arm.cc (Arm_relobj): New class definition.
3474 (Arm_relobj::scan_sections_for_stubs,
3475 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
3476 New method definitions.
3478 2009-10-28 Cary Coutant <ccoutant@google.com>
3480 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
3481 (Plugin::cleanup_done_): New member.
3482 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
3483 (Plugin_manager::cleanup_done_): Remove.
3484 (Plugin_manager::add_input_file): Edit error message.
3485 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
3486 (Plugin_manager::cleanup): Remove use of cleanup_done_.
3488 2009-10-27 Mikolaj Zalewski <mikolajz@google.com>
3490 * fileread.cc: (File_read::View::~View): Use the new
3491 data_ownership_ filed.
3492 (File_read::~File_read): Dispose the new whole_file_view_.
3493 (File_read::open): Mmap the whole file if needed.
3494 (File_read::open): Use whole_file_view_ instead of contents_.
3495 (File_read::find_view): Use whole_file_view_ if applicable.
3496 (File_read::do_read): Use whole_file_view_ instead of contents_.
3497 (File_read::make_view): Use whole_file_view_ instead of contents_,
3498 update File_read::View::View call.
3499 (File_read::find_or_make_view): Update File_read::View::View
3501 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
3503 (File_read::View::Data_ownership): New enum.
3504 (File_read::View::View): Replace bool mapped_ with Data_ownership
3506 (File_read::View::mapped_): Remove (replaced by data_ownership_).
3507 (File_read::View::data_ownership_): New field.
3508 (File_read::contents_): Remove (replaced by whole_file_view_).
3509 (File_read::whole_file_view_): New field.
3510 * options.h (class General_options): Add --keep-files-mapped.
3512 2009-10-27 Cary Coutant <ccoutant@google.com>
3514 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
3515 * testsuite/Makefile.am (plugin_test_5): New test case.
3516 * testsuite/Makefile.in: Regenerate.
3518 2009-10-25 Doug Kwan <dougkwan@google.com>
3520 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
3521 from private to protected to allow access by child class.
3522 (Sized_relobj::do_relocate_sections): New method declaration.
3523 (Sized_relobj::relocate_sections): Virtualize.
3524 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
3525 Sized_relobj::relocate_sections. Instantiate template explicitly
3526 for different target sizes and endianity.
3528 2009-10-24 Doug Kwan <dougkwan@google.com>
3530 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
3531 (Arm_input_section::as_arm_input_section): New method.
3532 (Arm_output_section): New class definition.
3533 (Arm_output_section::create_stub_group,
3534 Arm_output_section::group_sections): New method definitions.
3536 2009-10-22 Doug Kwan <dougkwan@google.com>
3538 * arm.cc (Arm_input_section): New class definition.
3539 (Arm_input_section::init, Arm_input_section:do_write,
3540 Arm_input_section::set_final_data_size,
3541 Arm_input_section::do_reset_address_and_file_offset): New method
3544 2009-10-21 Doug Kwan <dougkwan@google.com>
3546 * arm.cc (Stub_table, Arm_input_section): New forward class
3548 (Stub_table): New class defintion.
3549 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
3550 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
3551 New method definition.
3553 2009-10-21 Doug Kwan <dougkwan@google.com>
3555 * arm.cc: Update copyright comments.
3556 (Target_arm): New forward class template declaration.
3557 (Arm_address): New type.
3558 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
3559 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
3560 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
3562 (Insn_template): Same.
3563 (DEF_STUBS): New macro.
3564 (Stub_type): New enum type.
3565 (Stub_template): New class definition.
3568 (Stub_factory): Same.
3569 (Target_arm::Target_arm): Initialize may_use_blx_ and
3570 should_force_pic_veneer_.
3571 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
3572 Target_arm::should_force_pic_veneer,
3573 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
3574 Target_arm::using_thumb_only, Target_arm:;default_target): New
3576 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
3577 New data member declarations.
3578 (Insn_template::size, Insn_template::alignment): New method defintions.
3579 (Stub_template::Stub_template): New method definition.
3580 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
3581 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
3582 (Stub_factory::Stub_factory): New method definition.
3583 * gold.h (string_hash): New template.
3584 * output.h (Input_section_specifier::hash_value): Use
3586 (Input_section_specifier::string_hash): Remove.
3587 * stringpool.cc (Stringpool_template::string_hash): Use
3590 2009-10-20 Doug Kwan <dougkwan@google.com>
3592 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
3593 symbols of relaxed input sections.
3594 * output.h (Output_section::find_relaxed_input_section): Make
3597 2009-10-16 Doug Kwan <dougkwan@google.com>
3599 * dynobj.cc (Versions::Versions): Initialize version_script_.
3600 Only insert base version symbol definition for a shared object
3601 if version script defines any version versions.
3602 (Versions::define_base_version): New method definition.
3603 (Versions::add_def): Check that base version is not needed.
3604 (Versions::add_need): Define base version lazily.
3605 * dynobj.h (Versions::define_base_version): New method declaration.
3606 (Versions::needs_base_version_): New data member declaration.
3607 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
3608 (check_DATA): Add no_version_test.stdout.
3609 (libno_version_test.so, no_version_test.o no_version_test.stdout):
3611 * testsuite/Makefile.in: Regenerate.
3612 * testsuite/no_version_test.c: New file.
3613 * testsuite/no_version_test.sh: Ditto.
3615 2009-10-16 Doug Kwan <dougkwan@google.com>
3617 * expression.cc (class Segment_start_expression): New class definition.
3618 (Segment_start_expression::value): New method definition.
3619 (script_exp_function_segment_start): Return a new
3620 Segment_start_expression.
3621 * gold/script-c.h (script_saw_segment_start_expression): New function
3623 * script-sections.cc (Script_sections::Script_sections): Initialize
3624 SAW_SEGMENT_START_EXPRESSION_ to false.
3625 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
3626 and -Tbbs options to specify section addresses if given in
3627 command line and no SEGMENT_START expression is seen in a script.
3628 * script-sections.h (Script_sections::saw_segment_start_expression,
3629 Script_sections::set_saw_segment_start_expression): New method
3631 (Script_sections::saw_segment_start_expression_): New data member
3633 * script.cc (script_saw_segment_start_expression): New function.
3634 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
3635 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
3636 script_test_7.sh and script_test_8.sh.
3637 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
3638 script_test_8.stdout.
3639 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
3640 (script_test_6, script_test_6.stdout, script_test_7,
3641 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
3642 * Makefile.in: Regenerate.
3643 * testsuite/script_test_6.sh: New file.
3644 * testsuite/script_test_6.t: Same.
3645 * testsuite/script_test_7.sh: Same.
3646 * testsuite/script_test_7.t: Same.
3647 * testsuite/script_test_8.sh: Same.
3649 2009-10-16 Doug Kwan <dougkwan@google.com>
3651 * output.cc (Output_segment::set_section_list_address): Cast
3652 expressions to unsigned long long type to avoid format warnings.
3654 2009-10-15 Ian Lance Taylor <iant@google.com>
3656 * script.cc (Script_options::add_symbol_assignment): Always add a
3657 dot assignment to script_sections_.
3658 * script-sections.cc (Script_sections::add_dot_assignment):
3659 Initialize if necessary.
3661 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
3662 program headers with no load segment if there is a linker script.
3664 * layout.cc (Layout::set_segment_offsets): Align the file offset
3665 to the segment aligment for -N or -n with no load segment.
3666 * output.cc (Output_segment::add_output_section): Don't crash if
3667 the first section is a TLS section.
3668 (Output_segment::set_section_list_addresses): Print an error
3669 message if the address moves backward in a linker script.
3670 * script-sections.cc
3671 (Output_section_element_input::set_section_addresses): Don't
3672 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
3673 (Orphan_output_section::set_section_addresses): Likewise.
3675 2009-10-15 Doug Kwan <dougkwan@google.com>
3677 * layout.cc (Layout::finish_dynamic_section): Generate tags
3678 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
3679 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
3680 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
3682 2009-10-14 Ian Lance Taylor <iant@google.com>
3684 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
3686 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
3687 data_shdr fields of relinfo.
3688 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
3689 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
3690 R_386_TLS_LDO_32, adjust based on section flags.
3691 (Target_i386::Relocate::fix_up_ldo): Remove.
3693 2009-10-13 Ian Lance Taylor <iant@google.com>
3695 Add support for -pie.
3696 * options.h (class General_options): Add -pie and
3698 (General_options::output_is_position_independent): Test -pie.
3699 (General_options::output_is_executable): Return true if not shared
3700 and not relocatable.
3701 (General_options::output_is_pie): Remove.
3702 * options.cc (General_options::finalize): Reject incompatible uses
3704 * gold.cc (queue_middle_tasks): A -pie link is not static.
3705 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
3706 * symtab.cc (Symbol::final_value_is_known): Return false if
3707 output_is_position_independent.
3708 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
3709 output_is_position_independent.
3710 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
3711 output_is_position_independent.
3712 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
3713 output_is_position_independent.
3714 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
3716 (basic_pie_test.o, basic_pie_test): New targets.
3717 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
3718 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
3719 (two_file_pie_test): New target.
3720 * testsuite/Makefile.in: Rebuild.
3721 * README: Remove note saying that -pie is not supported.
3723 2009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3725 * options.h (class General_options): Add -init and -fini.
3726 * layout.cc (Layout::finish_dynamic_section): Emit
3727 given init and fini functions.
3729 2009-10-13 Sriraman Tallam <tmsriram@google.com>
3731 * gc.h (gc_process_relocs): Check if icf is enabled using new
3733 * gold.cc (queue_initial_tasks): Likewise.
3734 (queue_middle_tasks): Likewise.
3735 * object.cc (do_layout): Likewise.
3736 * symtab.cc (is_section_folded): Likewise.
3737 * main.cc (main): Likewise.
3738 * reloc.cc (Read_relocs::run): Likewise.
3739 (Sized_relobj::do_scan_relocs): Likewise.
3740 * icf.cc (is_function_ctor_or_dtor): New function.
3741 (Icf::find_identical_sections): Check if function is ctor or dtor when
3743 * options.h (General_options::icf): Change option to be an enum.
3744 (Icf_status): New enum.
3745 (icf_enabled): New method.
3746 (icf_safe_folding): New method.
3747 (set_icf_status): New method.
3748 (icf_status_): New variable.
3749 * (options.cc) (General_options::finalize): Set icf_status_.
3750 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
3751 icf_test and icf_keep_unique_test to use the --icf enum flag.
3752 * testsuite/icf_safe_test.sh: New file.
3753 * testsuite/icf_safe_test.cc: New file.
3755 2009-10-12 Sriraman Tallam <tmsriram@google.com>
3757 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
3758 includes to gc.h and icf.h.
3759 * arm.cc: Include gc.h.
3760 * gold.cc: Likewise.
3761 * i386.cc: Likewise.
3762 * powerpc.cc: Likewise.
3763 * sparc.cc: Likewise.
3764 * x86_64.cc: Likewise.
3765 * gc.h: Include icf.h.
3767 2009-10-11 Ian Lance Taylor <iant@google.com>
3769 * plugin.cc: Include "gold.h" before other header files.
3771 2009-10-10 Chris Demetriou <cgd@google.com>
3773 * options.h (Input_file_argument::Input_file_type): New enum.
3774 (Input_file_argument::is_lib_): Replace with...
3775 (Input_file_argument::type_): New member.
3776 (Input_file_argument::Input_file_argument): Take Input_file_type
3777 'type' rather than boolean 'is_lib' as second argument.
3778 (Input_file_argument::is_lib): Use type_.
3779 (Input_file_argument::is_searched_file): New function.
3780 (Input_file_argument::may_need_search): Handle is_searched_file.
3781 * options.cc (General_options::parse_library): Support -l:filename.
3782 (General_options::parse_just_symbols): Update for Input_file_argument
3784 (Command_line::process): Likewise.
3785 * archive.cc (Archive::get_file_and_offset): Likewise.
3786 * plugin.cc (Plugin_manager::release_input_file): Likewise.
3787 * script.cc (read_script_file, script_add_file): Likewise.
3788 * fileread.cc (Input_file::Input_file): Likewise.
3789 (Input_file::will_search_for): Handle is_searched_file.
3790 (Input_file::open): Likewise.
3791 * readsyms.cc (Read_symbols::get_name): Likewise.
3792 * testsuite/Makefile.am (searched_file_test): New test.
3793 * testsuite/Makefile.in: Regenerate.
3794 * testsuite/searched_file_test.cc: New file.
3795 * testsuite/searched_file_test_lib.cc: New file.
3797 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3798 Ian Lance Taylor <iant@google.com>
3800 * descriptor.cc: Include <cstdio> and "binary-io.h".
3801 (Descriptors::open): Open the files in binary mode always.
3802 * script.cc (Lex::get_token): Treat \r as whitespace.
3804 2009-10-09 Ian Lance Taylor <iant@google.com>
3806 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
3808 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3809 Ian Lance Taylor <iant@google.com>
3811 * configure.ac: Check for readv function also.
3812 * fileread.cc (readv): Define if not HAVE_READV.
3813 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
3815 * config.in: Regenerate.
3816 * configure: Regenerate.
3818 2009-10-09 Doug Kwan <dougkwan@google.com>
3820 * layout.cc (Layout::make_output_section): Call target hook to make
3821 ordinary output section.
3822 (Layout::finalize): Adjust parameter list of call the
3823 Target::may_relax().
3824 * layout.h (class Layout::section_list): New method.
3825 * merge.h (Output_merge_base::entsize): Change visibility to public.
3826 (Output_merge_base::is_string, Output_merge_base::do_is_string):
3828 (Output_merge_string::do_is_string): New method.
3829 * object.cc (Sized_relobj::do_setup): renamed from
3830 Sized_relobj::set_up.
3831 * object.h (Sized_relobj::adjust_shndx,
3832 Sized_relobj::initializ_input_to_output_maps,
3833 Sized_relobj::free_input_to_output_maps): Change visibilities to
3835 (Sized_relobj::setup): Virtualize.
3836 (Sized_relobj::do_setup): New method declaration.
3837 (Sized_relobj::invalidate_section_offset,
3838 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
3839 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
3840 * options.cc (parse_int): New function.
3841 * options.h (parse_int): New declaration.
3842 (DEFINE_int): New macro.
3843 (stub_group_size): New option.
3844 * output.cc (Output_section::Output_section): Initialize memebers
3845 merge_section_map_, merge_section_by_properties_map_,
3846 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
3847 (Output_section::add_input_section): Handled deferred code-fill
3848 generation and remove an old comment.
3849 (Output_section::add_relaxed_input_section): New method definition.
3850 (Output_section::add_merge_input_section): Use merge section by
3851 properties map to speed to search. Update merge section maps
3853 (Output_section::build_relaxation_map): New method definition.
3854 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
3856 (Output_section::relax_input_section): Renamed to
3857 Output_section::convert_input_sections_to_relaxed_sections and change
3858 interface to take a vector of pointers to relaxed sections.
3859 (Output_section::find_merge_section,
3860 Output_section::find_relaxed_input_section): New method definitions.
3861 (Output_section::is_input_address_mapped,
3862 Output_section::output_offset, Output_section::output_address):
3863 Use output section data maps to speed up searching.
3864 (Output_section::find_starting_output_address): Add comments.
3865 (Output_section::do_write,
3866 Output_section::write_to_postprocessing_buffer): Do code-fill
3867 generation as appropriate.
3868 (Output_section::get_input_sections): Invalidate relaxed input section
3870 (Output_section::restore_states): Adjust type of checkpoint .
3871 Invalidate relaxed input section map.
3872 * output.h (Output_merge_base): New class declaration.
3873 (Input_section_specifier): New class defintion.
3874 (class Output_relaxed_input_section) Change base class to
3875 Output_section_data_build.
3876 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
3877 base class initializer.
3878 (Output_section::add_relaxed_input_section): New method declaration.
3879 (Output_section::Input_section): Change visibility to protected.
3880 (Output_section::Input_section::relobj,
3881 Output_section::Input_section::shndx): Handle relaxed input sections.
3882 Output_section::input_sections) Change visibility to protected. Also
3883 define overload to return a non-const pointer.
3884 (Output_section::Merge_section_properties): New class defintion.
3885 (Output_section::Merge_section_by_properties_map,
3886 Output_section::Output_section_data_by_input_section_map,
3887 Output_section::Relaxation_map): New types.
3888 (Output_section::relax_input_section): Rename method to
3889 Output_section::convert_input_sections_to_relaxed_sections and change
3890 interface to take a vector of relaxed section pointers.
3891 (Output_section::find_merge_section,
3892 Output_section::find_relaxed_input_section,
3893 Output_section::build_relaxation_map,
3894 Output_section::convert_input_sections_in_list_to_relaxed_sections):
3895 New method declarations.
3896 (Output_section::merge_section_map_
3897 Output_section::merge_section_by_properties_map_,
3898 Output_section::relaxed_input_section_map_,
3899 Output_section::is_relaxed_input_section_map_valid_,
3900 Output_section::generate_code_fills_at_write_): New data members.
3901 * script-sections.cc
3902 (Output_section_element_input::set_section_addresses): Call
3903 current_data_size and addralign methods of relaxed input sections.
3904 (Orphan_output_section::set_section_addresses): Call current_data_size
3905 and addralign methods of relaxed input sections.
3906 * symtab.cc (Symbol_table::compute_final_value): Extract template
3907 from the body of Symbol_table::sized_finalize_symbol.
3908 (Symbol_table::sized_finalized_symbol): Call
3909 Symbol_table::compute_final_value.
3910 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
3911 (Symbol_table::compute_final_value): New templated method declaration.
3912 * target.cc (Target::do_make_output_section): New method defintion.
3913 * target.h (Target::make_output_section): New method declaration.
3914 (Target::relax): Add more parameters for input objects, symbol table
3915 and layout. Adjust call to do_relax.
3916 (Target::do_make_output_section): New method declaration.
3917 (Target::do_relax): Add parameters for input objects, symbol table
3920 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3922 * pread.c: Include stdio.h.
3924 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3926 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
3929 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3931 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3932 Change read_shndx type to unsigned int.
3933 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
3935 (Sized_dwarf_line_info::read_line_mappings): Likewise.
3936 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
3937 Change read_shndx type to unsigned int.
3938 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
3940 (Sized_dwarf_line_info::read_line_mappings): Likewise.
3941 * layout.cc (Layout::create_symtab_sections): Cast the result of
3942 local_symcount * symsize to off_t in the gold_assert.
3944 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3946 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
3947 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
3949 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
3950 (Arm_relocate_functions::thm_abs5): New function.
3951 (Arm_relocate_functions::abs12): New function.
3952 (Arm_relocate_functions::abs16): New function.
3953 (Arm_relocate_functions::base_abs): New function.
3954 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
3955 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
3956 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
3958 (Scan::global): Likewise.
3959 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
3960 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
3961 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
3962 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
3965 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3967 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
3968 (Arm_relocate_functions::movt_prel): New function.
3969 (Arm_relocate_functions::thm_movw_prel_nc): New function.
3970 (Arm_relocate_functions::thm_movt_prel): New function.
3971 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
3972 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
3973 (Scan::global, Relocate::relocate): Likewise.
3974 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
3976 2009-10-09 Mikolaj Zalewski <mikolajz@google.com>
3978 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
3979 Incremental_checker.
3980 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
3982 (class Incremental_inputs_header): New class.
3983 (Incremental_inputs_header_writer): Edit comment.
3984 (Incremental_inputs_entry): New class.
3985 (Incremental_inputs_entry_writer): Edit comment.
3986 (Sized_incremental_binary::do_find_incremental_inputs_section):
3987 Add *strtab_shndx parameter, fill it.
3988 (Sized_incremental_binary::do_check_inputs): New method.
3989 (Incremental_checker::can_incrementally_link_output_file): Use
3990 Sized_incremental_binary::check_inputs.
3991 (Incremental_inputs::report_command_line): Save command line in
3994 (Incremental_binary::find_incremental_inputs_section): New
3996 (Incremental_binary::do_find_incremental_inputs_section): Add
3997 strtab_shndx parameter.
3998 (Incremental_binary::do_check_inputs): New pure virtual method.
3999 (Sized_incremental_binary::do_check_inputs): Declare.
4000 (Incremental_checker::Incremental_checker): Add incremental_inputs
4001 parameter, use it to initialize incremental_inputs_.
4002 (Incremental_checker::incremental_inputs_): New field.
4003 (Incremental_checker::command_line): New method.
4004 (Incremental_checker::inputs): New method.
4005 (Incremental_checker::command_line_): New field.
4007 2009-10-09 Mikolaj Zalewski <mikolajz@google.com>
4009 * incremental.cc: Include <cstdarg> and "target-select.h".
4010 (vexplain_no_incremental): New function.
4011 (explain_no_incremental): New function.
4012 (Incremental_binary::error): New method.
4013 (Sized_incremental_binary::do_find_incremental_inputs_section): New
4015 (make_sized_incremental_binary): New function.
4016 (open_incremental_binary): New function.
4017 (can_incrementally_link_file): Add checks if output is ELF and has
4019 * incremental.h: Include "elfcpp_file.h" and "output.h".
4020 (Incremental_binary): New class.
4021 (Sized_incremental_binary): New class.
4022 (open_incremental_binary): Declare.
4023 * object.cc (is_elf_object): Use
4024 elfcpp::Elf_recognizer::is_elf_file.
4025 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
4026 * output.h (Output_file::filesize): New method.
4028 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4030 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
4032 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
4033 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
4035 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
4037 (Arm_relocate_functions::movw_abs_nc): New function.
4038 (Arm_relocate_functions::movt_abs): New function.
4039 (Arm_relocate_functions::thm_movw_abs_nc): New function.
4040 (Arm_relocate_functions::thm_movt_abs): New function.
4041 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
4042 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
4043 (Scan::global): Likewise.
4044 (Relocate::relocate): Likewise.
4045 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
4047 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4049 * arm.cc (Arm_relocate_functions::got_prel) New function.
4050 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
4051 (Relocate::relocate): Likewise.
4052 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
4054 2009-10-06 Ian Lance Taylor <iant@google.com>
4056 * options.h (class General_options): Define
4057 split_stack_adjust_size parameter.
4058 * object.h (class Object): Add uses_split_stack_ and
4059 has_no_split_stack_ fields. Add uses_split_stack and
4060 has_no_split_stack accessor functions. Declare
4061 handle_split_stack_section.
4062 (class Reloc_symbol_changes): Define.
4063 (class Sized_relobj): Define Function_offsets. Declare
4064 split_stack_adjust, split_stack_adjust_reltype, and
4066 * object.cc (Object::handle_split_stack_section): New function.
4067 (Sized_relobj::do_layout): Call handle_split_stack_section.
4068 * dynobj.cc (Sized_dynobj::do_layout): Call
4069 handle_split_stack_section.
4070 * reloc.cc (Sized_relobj::relocate_sections): Call
4071 split_stack_adjust for executable sections in split_stack
4072 objects. Pass reloc_map to relocate_section.
4073 (Sized_relobj::split_stack_adjust): New function.
4074 (Sized_relobj::split_stack_adjust_reltype): New function.
4075 (Sized_relobj::find_functions): New function.
4076 * target-reloc.h: Include "object.h".
4077 (relocate_section): Add reloc_symbol_changes parameter. Change
4079 * target.h (class Target): Add calls_non_split method. Declare
4080 do_calls_non_split virtual method. Declare match_view and
4082 * target.cc: Include "elfcpp.h".
4083 (Target::do_calls_non_split): New function.
4084 (Target::match_view): New function.
4085 (Target::set_view_to_nop): New function.
4086 * gold.cc (queue_middle_tasks): Give an error if mixing
4087 split-stack and non-split-stack objects with -r.
4088 * i386.cc (Target_i386::relocate_section): Add
4089 reloc_symbol_changes parameter.
4090 (Target_i386::do_calls_non_split): New function.
4091 * x86_64.cc (Target_x86_64::relocate_section): Add
4092 reloc_symbol_changes parameter.
4093 (Target_x86_64::do_calls_non_split): New function.
4094 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
4096 * powerpc.cc (Target_powerpc::relocate_section): Add
4097 reloc_symbol_changes parameter.
4098 * sparc.cc (Target_sparc::relocate_section): Add
4099 reloc_symbol_changes parameter.
4100 * configure.ac: Call AM_CONDITIONAL for the default target.
4101 * configure: Rebuild.
4102 * testsuite/Makefile.am (TEST_AS): New variable.
4103 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
4104 (check_DATA): Add split_i386 and split_x86_64 files.
4105 (SPLIT_DEFSYMS): Define.
4106 (split_i386_[1234n].o): New targets.
4107 (split_i386_[124]): New targets.
4108 (split_i386_[1234r].stdout): New targets.
4109 (split_x86_64_[1234n].o): New targets.
4110 (split_x86_64_[124]): New targets.
4111 (split_x86_64_[1234r].stdout): New targets.
4112 (MOSTLYCLEANFILES): Add new executables.
4113 * testsuite/split_i386.sh: New file.
4114 * testsuite/split_x86_64.sh: New file.
4115 * testsuite/split_i386_1.s: New file.
4116 * testsuite/split_i386_2.s: New file.
4117 * testsuite/split_i386_3.s: New file.
4118 * testsuite/split_i386_4.s: New file.
4119 * testsuite/split_i386_n.s: New file.
4120 * testsuite/split_x86_64_1.s: New file.
4121 * testsuite/split_x86_64_2.s: New file.
4122 * testsuite/split_x86_64_3.s: New file.
4123 * testsuite/split_x86_64_4.s: New file.
4124 * testsuite/split_x86_64_n.s: New file.
4125 * testsuite/testfile.cc (Target_test): Update relocation_section
4127 * testsuite/Makefile.in: Rebuild.
4129 2009-10-06 Ian Lance Taylor <iant@google.com>
4131 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
4132 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
4133 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
4134 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
4135 the address on ldo_addrs_.
4136 (Target_i386::Relocate::fix_up_ldo): New function.
4138 2009-10-06 Rafael Espindola <espindola@google.com>
4140 * plugin.cc (add_input_library): New.
4141 (Plugin::load): Add add_input_library to tv.
4142 (Plugin_manager::add_input_file): Add the is_lib argument.
4143 (add_input_file): Update call to Plugin_manager::add_input_file.
4144 (add_input_library): New.
4145 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
4147 2009-09-30 Doug Kwan <dougkwan@google.com>
4149 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
4150 symbol and call Symbol::may_need_copy_reloc to determine if
4151 a copy reloc is needed.
4152 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
4153 nocopyreloc is given in command line.
4154 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
4155 given in command line.
4156 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
4157 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
4158 of the removed Target_i386::may_need_copy_reloc.
4159 * options.h (copyreloc): New option with default value false.
4160 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
4161 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
4162 instead of the removed Target_powerpc::may_need_copy_reloc.
4163 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
4164 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
4165 instead of the removed Target_sparc::may_need_copy_reloc.
4166 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
4167 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
4168 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
4169 instead of the removed Target_x86_64::may_need_copy_reloc.
4171 2009-09-30 Ian Lance Taylor <iant@google.com>
4173 * object.h (class Object): Remove target_ field, and target,
4174 sized_target, and set_target methods.
4175 (Object::sized_target): Remove.
4176 (class Sized_relobj): Update declarations. Remove sized_target.
4177 * object.cc (Sized_relobj::setup): Remove target parameter.
4179 (Input_objects::add_object): Don't do anything with the target.
4180 (make_elf_sized_object): Add punconfigured parameter. Change all
4181 callers. Set or test parameter target.
4182 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
4184 * parameters.cc (Parameters::set_target): Change parameter type to
4186 (Parameters::default_target): Remove.
4187 (set_parameters_target): Change parameter type to be non-const.
4188 (parameters_force_valid_target): New function.
4189 (parameters_clear_target): New function.
4190 * parameters.h (class Parameters): Update declarations. Remove
4191 default_target method. Add sized_target and clear_target
4192 methods. Change target_ to be non-const.
4193 (set_parameters_target): Update declaration.
4194 (parameters_force_valid_target): Declare.
4195 (parameters_clear_target): Declare.
4196 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
4197 as NULL if we aren't searching.
4198 (Add_symbols::run): Don't check for compatible target.
4199 * fileread.cc (Input_file::open_binary): Call
4200 parameters_force_valid_target.
4201 * gold.cc (queue_middle_tasks): Likewise.
4202 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
4203 set_target on object.
4204 * dynobj.h (class Sized_dynobj): Update declarations.
4205 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
4206 make_elf_object returns NULL.
4207 (Archive::include_member): Don't check whether object target is
4209 * output.cc (Output_section::add_input_section): Get target from
4211 (Output_section::relax_input_section): Likewise.
4212 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
4214 (Sized_relobj::do_scan_relocs): Likewise.
4215 (Sized_relobj::relocate_sections): Likewise.
4216 * resolve.cc (Symbol_table::resolve): Likewise.
4217 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
4218 parameter. Change all callers.
4219 (Symbol_table::add_from_object): Get target from parameters.
4220 (Symbol_table::add_from_relobj): Don't check object target.
4221 (Symbol_table::add_from_dynobj): Likewise.
4222 (Symbol_table::define_special_symbol): Get target from
4224 * symtab.h (class Symbol_table): Update declaration.
4225 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
4226 parameter. Change all callers. Clear parameter target.
4227 (Binary_test): Test target here.
4228 * testsuite/object_unittest.cc (gold_testsuite): Remove
4229 target_test_pointer parameter. Change all callers.
4230 (Object_test): Test target here.
4232 2009-09-26 Ian Lance Taylor <iant@google.com>
4234 * testsuite/initpri1.c: Don't try to use constructor priorities if
4235 compiling with gcc before 4.3.
4237 2009-09-22 Mikolaj Zalewski <mikolajz@google.com>
4239 * testsuite/retain_symbols_file_test.sh (check_present): Change
4240 output file name to retain_symbols_file_test.stdout.
4241 (check_absent): Likewise.
4243 2009-09-18 Craig Silverstein <csilvers@google.com>
4245 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
4246 * options.cc: Include <cerrno> and <fstream>.
4247 (General_options::finalize): Parse -retain-symbols-file tag.
4248 * options.h: New flag.
4249 (General_options): New method should_retain_symbol, new
4250 variable symbols_to_retain.
4251 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
4252 should_retain_symbol map.
4253 * testsuite/Makefile.am (retain_symbols_file_test): New test.
4254 * testsuite/Makefile.in: Regenerate.
4255 * testsuite/retain_symbols_file_test.sh: New file.
4257 2009-09-18 Nick Clifton <nickc@redhat.com>
4259 * po/es.po: Updated Spanish translation.
4261 2009-09-17 Doug Kwan <dougkwan@google.com>
4263 * debug.h (DEBUG_RELAXATION): New constant.
4264 (DEBUG_ALL): Add DEBUG_RELAXATION.
4265 (debug_string_to_enum): Add relaxation debug option.
4267 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
4268 Layout::Relaxation_debug_check::read_sections,
4269 Layout::Relaxation_debug_check::read_sections): New method definitions.
4270 (Layout::Layout): Initialize data members
4271 record_output_section_data_from_scrips_,
4272 script_output_section_data_list_ and relaxation_debug_check_.
4273 (Layout::save_segments, Layout::restore_segments,
4274 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
4275 Layout::relaxation_loop_body): New method definitions.
4276 (Layout::finalize): Support relaxation. Move section layout code to
4277 Layout::relaxation_loop_body.
4278 (Layout::set_asection_address_from_script): Move code for orphan
4279 section placement out.
4280 (Layout::place_orphan_sections_in_script): New method definition.
4281 * layout.h (Output_segment_headers, Output_file_header):
4282 New forward class declarations.
4283 (Layout::~Layout): Define.
4284 (Layout::new_output_section_data_from_script): New method definition.
4285 (Layout::place_orphan_sections_in_script): New method declaration.
4286 (Layout::Segment_states): New type declaration.
4287 (Layout::save_segments, Layout::restore_segments,
4288 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
4289 Layout::relaxation_loop_body): New method declarations.
4290 (Layout::Output_section_data_list): New type declaration.
4291 (Layout::Relaxation_debug_check): New class definition.
4292 (Layout::record_output_section_data_from_script_,
4293 Layout::script_output_section_data_list_, Layout::segment_states_,
4294 Layout::relaxation_debug_check_): New data members.
4295 * output.cc: (Output_section_headers::do_size): New method definition.
4296 (Output_section_headers::Output_section_headers): Move size
4297 computation to Output_section_headers::do_size.
4298 (Output_segment_headers::do_size): New method definition.
4299 (Output_file_header::Output_file_header): Move size computation to
4300 Output_file_header::do_size and call it.
4301 (Output_file_header::do_size): New method definition.
4302 (Output_data_group::Output_data_group): Adjust call to
4303 Output_section_data.
4304 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
4305 (Output_symtab_xindex::do_write): Add array bound check.
4306 (Output_section::Input_section::print_to_mapfile): Handle
4307 RELAXED_INPUT_SECTION_CODE.
4308 (Output_section::Output_section): Initialize data member checkpoint_.
4309 (Output_section::~Output_section): Delete checkpoint object pointed
4311 (Output_section::add_input_section): Always add an Input_section if
4313 (Output_section::add_merge_input_section): Add assert.
4314 (Output_section::relax_input_section): New method definition.
4315 (Output_section::set_final_data_size): Set load address to zero for
4316 an unallocated section.
4317 (Output_section::do_address_and_file_offset_have_reset_values):
4318 New method definition.
4319 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
4320 Handle relaxed input section.
4321 (Output_section::sort_attached_input_sections): Checkpoint input
4322 section list lazily.
4323 (Output_section::get_input_sections): Change type of input_sections to
4324 list of Simple_input_section pointers. Checkpoint input section list
4325 lazily. Also handle relaxed input sections.
4326 (Output_section::add_input_section_for_script): Take a reference to
4327 a Simple_input_section object instead of Relobj pointer and section
4328 index as parameter. Handle relaxed input sections.
4329 (Output_section::save_states, Output_section::restore_states): New
4331 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
4332 (Output_data::is_data_size_fixed): New method definition.
4333 (Output_data::reset_addresss_and_file_offset): Do not reset data size
4335 (Output_data::address_and_file_offset_have_reset_values): New method
4337 (Output_data::do_address_and_file_offset_have_reset_values): New method
4339 (Output_data::set_data_size): Check that data size is not fixed.
4340 (Output_data::fix_data_size): New method definition.
4341 (Output_data::is_data_size_fixed_): New data member.
4342 (Output_section_headers::set_final_data_size): New method definition.
4343 (Output_section_headers::do_size): New method declaration.
4344 (Output_segment_headers::set_final_data_size): New method definition.
4345 (Output_segment_headers::do_size): New method declaration.
4346 (Output_file_header::set_final_data_size)::New method definition.
4347 (Output_file_header::do_size)::New method declaration.
4348 (Output_section_data::Output_section_data): Add new parameter
4349 is_data_size_fixed and use it to fix data size.
4350 (Output_data_const::Output_data_const): Adjust call to base class
4351 constructor and fix data size.
4352 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
4353 base class constructor and fix data size.
4354 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
4355 base class constructor and fix data size.
4356 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
4357 class constructor and fix data size.
4358 (Output_data_group::set_final_data_size): New method definition.
4359 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
4360 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
4361 class constructor and fix data size.
4362 (Output_relaxed_input_section): New class definition.
4363 (Output_section::Simple_input_section): New class definition.
4364 (Output_section::get_input_sections): Adjust parameter list.
4365 (Output_section::add_input_section_for_script): Same.
4366 (Output_section::save_states, Output_section::restore_states,
4367 Output_section::do_address_and_file_offset_have_reset_values,
4368 (Output_section::Input_section::Input_section): Handle
4369 RELAXED_INPUT_SECTION_CODE. Add new overload for
4370 Output_relaxed_input_section.
4371 (Output_section::Input_section::is_input_section,
4372 Output_section::Input_section::set_output_section): Handle relaxed
4374 (Output_section::Input_section::is_relaxed_input_section,
4375 Output_section::Input_section::output_section_data,
4376 Output_section::Input_section::relaxed_input_section): New method
4378 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
4380 (Output_section::Input_section::u1_): Update comments.
4381 (Output_section::Input_section::u2_): Add new union member poris.
4382 (Output_section::Checkpoint_output_section): New classs definition.
4383 (Output_section::relax_input_section): New method declaration.
4384 (Output_section::checkpoint_): New data member.
4385 (Output_segment): Update comments.
4386 (Output_segment::Output_segment): Un-privatize copy constructor.
4387 (Output_segment::operator=): Un-privatize.
4388 * script-sections.cc (Output_section_element::Input_section_list):
4389 Change element type to Output_section::Simple_input_section.
4390 (Output_section_element_dot_assignment::set_section_addresses):
4391 Register output section data for relaxation clean up.
4392 (Output_data_exression::Output_data_expression): Adjust call to base
4393 constructor to fix data size.
4394 (Output_section_element_data::set_section_addresses): Register
4395 Output_data_expression object for relaxation clean up.
4396 (struct Input_section_info): Replace Relobj pointer and section index
4397 pair with Output_section::Simple_input_section and Convert struct to a
4399 (Input_section_sorter::operator()): Adjust access to
4400 Input_section_info data member to use accessors.
4401 (Output_section_element_input::set_section_addresses): Use layout
4402 parameter. Adjust code to use Output_section::Simple_input_section
4403 and Input_secction_info classes. Register filler for relaxation
4405 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
4406 and section index pair with Output_section::Simple_input_section
4407 class. Adjust code accordingly.
4408 (Phdrs_element::release_segment): New method definition.
4409 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
4411 (Script_sections::release_segments): New method definition.
4412 * gold/script-sections.h (Script_sections::release_segments): New
4414 * gold/target.h (Target::may_relax, Target::relax,
4415 Target::do_may_relax, Target::do_relax): New method definitions.
4417 2009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4419 * arm.cc (has_signed_unsigned_overflow): New function.
4420 (Arm_relocate_functions::abs8): New function.
4421 (Target_arm::Scan::local): Handle R_ARM_ABS8.
4422 (Target_arm::Scan::global): Likewise.
4423 (Target_arm::relocate::relocate): Likewise.
4424 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
4427 2009-09-16 Cary Coutant <ccoutant@google.com>
4429 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
4430 * testsuite/Makefile.in: Regenerate.
4432 2009-09-11 Nick Clifton <nickc@redhat.com>
4434 * po/gold.pot: Updated by the Translation project.
4436 2009-09-08 Cary Coutant <ccoutant@google.com>
4438 * output.cc (Output_file::open): Add execute permission to empty file.
4439 * testsuite/Makefile.am (permission_test): New test.
4440 * testsuite/Makefile.in: Regenerate.
4442 2009-09-02 Ian Lance Taylor <iant@google.com>
4444 * output.cc (Output_file::resize): Call map_no_anonymous rather
4447 2009-09-01 Mikolaj Zalewski <mikolajz@google.com>
4449 * gold.cc: Include "incremental.h".
4450 (queue_initial_tasks): Call Incremental_checker methods.
4451 * incremental.cc: Include "output.h".
4452 (Incremental_checker::can_incrementally_link_output_file): New
4454 * incremental.h (Incremental_checker): New class.
4456 * output.cc (Output_file::open_for_modification): New method.
4457 (Output_file::map_anonymous): Changed return type to bool. Record
4459 (Output_file::map_no_anonymous): New method, broken out of map.
4460 (Output_file::map): Use map_no_anonymous and map_anonymous.
4461 * output.h (class Output_file): Update declarations.
4463 2009-08-24 Cary Coutant <ccoutant@google.com>
4465 * options.h (Command_line::Pre_options): New class.
4466 (Command_line::pre_options): New member.
4467 * options.cc (gold::options::ready_to_register): New variable.
4468 (One_option::register_option): Do nothing if not registering options.
4469 Assert if same short option registered twice.
4470 (General_options::General_options): Turn off option registration when
4472 (Command_line::Pre_options::Pre_options): New constructor.
4474 2009-08-24 Cary Coutant <ccoutant@google.com>
4476 * options.h (General_options::no_keep_memory): Remove incorrect
4479 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4481 * Makefile.am (am__skiplex, am__skipyacc): New.
4482 * Makefile.in: Regenerate.
4484 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4486 * Makefile.am (AM_CPPFLAGS): Renamed from ...
4487 (INCLUDES): ... this.
4488 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
4489 (AM_CPPFLAGS): Renamed from ...
4490 (INCLUDE): ... this.
4491 * Makefile.in, testsuite/Makefile.in: Regenerate.
4493 * Makefile.in: Regenerate.
4494 * aclocal.m4: Likewise.
4495 * config.in: Likewise.
4496 * configure: Likewise.
4497 * testsuite/Makefile.in: Likewise.
4499 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
4500 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
4501 * Makefile.in: Regenerate.
4502 * testsuite/Makefile.in: Regenerate.
4504 2009-08-19 Cary Coutant <ccoutant@google.com>
4506 * resolve.cc (Symbol_table::resolve): Don't complain about defined
4507 symbols in shared libraries overridden by hidden or internal symbols
4508 in the main program.
4510 2009-08-19 Chris Demetriou <cgd@google.com>
4512 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
4513 checking source file names in error messages.
4515 2009-08-18 Doug Kwan <dougkwan@google.com>
4517 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
4518 an elcpp::Ehdr as parameter. Adjust call to set_target.
4519 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
4520 an elfcpp::Ehdr as parameter.
4521 * object.cc (Object::set_target): Remove the version that looks up
4522 a target and sets it.
4523 (Sized_relobj::setup): Take a Target object instead of
4524 an elfcpp::Ehdr as parameter. Adjust call to set_target.
4525 (make_elf_sized_object): Find target and ask target to
4527 * object.h: (Object::set_target): Remove the version that looks up
4528 a target and sets it.
4529 (Sized_relobj::setup): Take a Target object instead of
4530 an elfcpp:Ehdr as parameter.
4531 * target.cc: Include dynobj.h.
4532 (Target::do_make_elf_object_implementation): New.
4533 (Target::do_make_elf_object): New.
4534 * target.h (Target::make_elf_object): New template declaration.
4535 (Target::do_make_elf_object): New method declarations.
4536 (Target::do_make_elf_object_implementation): New template declaration.
4538 2009-08-14 Ian Lance Taylor <iant@google.com>
4540 * gold.h (FUNCTION_NAME): Define.
4541 (gold_unreachable): Use FUNCTION_NAME.
4543 2009-08-12 Sriraman Tallam <tmsriram@google.com>
4545 * icf.cc (Icf::find_identical_sections): Issue a warning when a
4546 symbol in the --keep-unique list is not found.
4548 2009-08-12 Sriraman Tallam <tmsriram@google.com>
4550 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
4551 been maked as --keep-unique.
4552 (Icf::unfold_section): New function.
4553 * icf.h (Icf::unfold_section): New function.
4554 * options.h (General_options::keep_unique): New option.
4555 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
4556 * testsuite/Makefile.in: Regenerate.
4557 * testsuite/icf_keep_unique_test.sh: New file.
4558 * testsuite/icf_keep_unique_test.cc: New file.
4560 2009-08-12 Cary Coutant <ccoutant@google.com>
4563 * resolve.cc (Symbol_table::resolve): Check for references from
4564 dynamic objects to hidden and internal symbols.
4565 * testsuite/Makefile.am (hidden_test.sh): New test.
4566 * testsuite/Makefile.in: Regenerate.
4567 * testsuite/hidden_test.sh: New script.
4568 * testsuite/hidden_test_1.c: New test source.
4569 * testsuite/hidden_test_main.c: New test source.
4571 2009-08-11 Doug Kwan <dougkwan@google.com>
4573 * arm.cc: Update comments.
4574 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
4575 segment to locate the .ARM.exidx section if present.
4577 2009-08-09 Doug Kwan <dougkwan@google.com>
4579 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
4582 2009-08-07 Sriraman Tallam <tmsriram@google.com>
4583 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
4586 2009-08-06 Sriraman Tallam <tmsriram@google.com>
4588 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
4589 valid tls_segment only for non-debug-section relocations.
4590 * testsuite/Makefile.am: Add gc_tls_test.
4591 * testsuite/Makefile.in: Regenerate.
4592 * testsuite/gc_tls_test.cc: New file.
4593 * testsuite/gc_tls_test.sh: New file.
4595 2009-08-05 Sriraman Tallam <tmsriram@google.com>
4599 * Makefile.am (CCFILES): Add icf.cc.
4601 * Makefile.in: Regenerate.
4602 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
4603 * gc.h (gc_process_relocs): Populate lists used by icf to contain
4604 section, symbol and addend information for the relocs.
4605 * gold.cc (queue_middle_tasks): Call identical code folding.
4606 * gold.h: Add defines for multimap.
4607 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
4608 to the call of finalize_local_symbols.
4609 * main.cc (main): Create object of class Icf.
4610 * object.cc (Sized_relobj::do_layout): Allow this function to be
4611 called twice during icf.
4612 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
4613 to sections marked as identical by icf.
4614 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
4616 (Sized_relobj::do_section_entsize): New function.
4617 * object.h (Object::section_entsize): New function.
4618 (Object::do_section_entsize): New pure virtual function.
4619 (Relobj::finalize_local_symbols): Add new parameter.
4620 (Relobj::do_section_entsize): New function.
4621 * options.h (General_options::icf): New option.
4622 (General_options::icf_iterations): New option.
4623 (General_options::print_icf_sections): New option.
4624 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
4625 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
4626 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
4628 * symtab.cc (Symbol_table::is_section_folded): New function.
4629 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
4630 to sections marked as identical by icf.
4631 * symtab.h (Symbol_table::set_icf): New function.
4632 (Symbol_table::icf): New function.
4633 (Symbol_table::is_section_folded): New function.
4634 (Symbol_table::icf_): New data member.
4635 * target-reloc.h (relocate_section): Ignore sections folded by icf.
4636 * testsuite/Makefile.am: Add commands to build icf_test.
4637 * testsuite/Makefile.in: Regenerate.
4638 * testsuite/icf_test.sh: New file.
4639 * testsuite/icf_test.cc: New file.
4641 2009-07-24 Chris Demetriou <cgd@google.com>
4643 * layout.cc (is_compressible_debug_section): Fix incorrect
4644 comment about compressed section names.
4646 2009-07-20 Ian Lance Taylor <ian@airs.com>
4649 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
4651 2009-07-16 Ian Lance Taylor <iant@google.com>
4654 * layout.h: #include <map>.
4655 (class Kept_section): Change from struct to class. Add accessors
4656 and setters. Add section size to Comdat_group mapping. Change
4657 Comdat_group to std::map. Add is_comdat_ field. Add
4658 linkonce_size field in union.
4659 (class Layout): Update declaration of find_or_add_kept_section.
4660 Don't declare find_kept_object.
4661 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
4662 parameter. Add object, shndx, is_comdat, and is_group_name
4663 parameters. Change all callers. Adjust for new Kept_section.
4664 (Layout::find_kept_object): Remove.
4665 * object.cc (Sized_relobj::include_section_group): Update use of
4666 Kept_section. Rename secnum to shndx. Only record
4667 Kept_comdat_section if sections are the same size.
4668 (Sized_relobj::include_linkonce_section): Update use of
4669 Kept_section. Only record Kept_comdat_section if sections are the
4670 same size. Set size of linkonce section.
4671 (Sized_relobj::map_to_kept_section): Update call to
4672 get_kept_comdat_section.
4673 * object.h (class Sized_relobj): Rename fields in
4674 Kept_comdat_section to drop trailing underscores; change object
4675 field to Relobj*. Change Kept_comdat_section_table to store
4676 struct rather than pointer.
4677 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
4678 Add kept_object and kept_shndx parameters. Change all callers.
4679 (Sized_relobj::get_kept_comdat_section): Change return type to
4680 bool. Add kept_object and kept_shndx parameters. Change all
4682 * plugin.cc (Pluginobj::include_comdat_group): Update call to
4683 Layout::find_or_add_kept_section.
4685 2009-07-09 Ian Lance Taylor <iant@google.com>
4687 * merge.cc (Object_merge_map::initialize_input_to_output_map):
4688 Reserve space in the hash table.
4690 2009-07-06 Mikolaj Zalewski <mikolajz@google.com>
4692 * fileread.cc (File_read::get_mtime): New method.
4693 * fileread.h (Timespec): New structure.
4694 (File_read::get_mtime): New method.
4695 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
4696 Renamed from timestamp_nsec.
4697 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
4699 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
4701 (Incremental_inputs::report_archive): Save mtime; style fix.
4702 (Incremental_inputs::report_obejct): Save mtime; style fix.
4703 (Incremental_inputs::report_script): Save mtime; style fix.
4704 (Incremental_inputs::finalize_inputs): Style fix.
4705 (Incremental_inputs::finalize): Style fix.
4706 (Incremental_inputs::create_input_section_data): Store inputs
4708 * incremental.h (Incremental_inputs::report_script): Add mtime
4710 (Incremental_inputs::Input_info::Input_info): Intialize only one
4712 (Incremental_inputs::Input_info::archive): Move to nameless
4714 (Incremental_inputs::Input_info::obejct): Move to nameless union.
4715 (Incremental_inputs::Input_info::script): Move to nameless union.
4716 (Incremental_inputs::mtime): New field.
4717 * script.cc (read_input_script): Pass file mtime to
4719 * script.h (Script_info::inputs): Style fix.
4721 2009-07-01 Ian Lance Taylor <ian@airs.com>
4723 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
4726 2009-06-24 Ian Lance Taylor <iant@google.com>
4729 * layout.cc (Layout::choose_output_section): If we find an
4730 existing section, update the flags.
4731 (Layout::create_notes): New function, broken out of
4733 (Layout::finalize): Don't create note sections.
4734 (Layout::create_note): Don't crash if linker script discards
4736 (Layout::create_gold_note): Likewise.
4737 (Layout::create_build_id): Likewise. Don't set
4738 after_input_sections on the section.
4739 (Layout::create_executable_stack_info): Remove target parameter.
4741 * layout.h (class Layout): Declare create_notes. Update
4742 declaration of create_executable_stack_info.
4743 * gold.cc (queue_middle_tasks): Call create_notes.
4744 * output.cc (Output_section::update_flags_for_input_section): Move
4745 here from output.h. If SHF_ALLOC flag is newly set, mark address
4747 * output.h (Output_data::mark_address_invalid): New function.
4748 (class Output_section): Only declare, not define,
4749 update_flags_for_input_section. Remove set_flags.
4751 2009-06-24 Ian Lance Taylor <iant@google.com>
4753 * script-sections.cc (Output_section_definition::
4754 set_section_addresses): Rename shadowing local load_address to
4757 2009-06-24 Ian Lance Taylor <iant@google.com>
4760 * reloc.cc (relocate_sections): Skip empty relocation sections.
4762 2009-06-23 Ian Lance Taylor <iant@google.com>
4765 * layout.cc (Layout::create_note): Use choose_output_section
4766 rather than make_output_section.
4768 2009-06-23 Ian Lance Taylor <iant@google.com>
4771 * options.cc (General_options::parse_V): Set printed_version_.
4772 (General_options::General_options): Initialize printed_version_.
4773 * options.h (class General_options): Add printed_version_ field.
4774 * gold.cc (queue_initial_tasks): If there are no input files,
4775 don't give a fatal error if we printed the version information.
4776 (queue_middle_tasks): If using -r with a shared object, give a
4777 fatal error rather than an ordinary error.
4779 2009-06-23 Ian Lance Taylor <iant@google.com>
4782 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
4783 (Layout::make_output_section): Set have_stabstr_section_ if we see
4784 a .stab*str section.
4785 (Layout::finalize): Call link_stabs_sections.
4786 (Layout::link_stabs_sections): New file.
4787 * layout.h (class Layout): Add have_stabstr_section_ field.
4788 Declare link_stabs_sections.
4790 2009-06-23 Doug Kwan <dougkwan@google.com>
4792 * Makefile.am (libgold_a_LIBADD): New.
4793 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
4794 * Makefile.in: Regenerate.
4795 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
4796 * configure: Regenerate.
4797 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
4798 * fileread.cc: Include sys/state.h
4799 * gold.h: Declare memmem and strndup if found missing.
4800 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
4802 2009-06-23 Ian Lance Taylor <iant@google.com>
4804 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
4805 * configure: Rebuild.
4807 2009-06-23 Ian Lance Taylor <iant@google.com>
4810 * object.cc (Object::section_contents): Don't try to get a view if
4811 the section has length zero.
4812 (Object::handle_gnu_warning_section): If the section is empty, use
4813 the name of the section as the warning.
4815 2009-06-23 Ian Lance Taylor <iant@google.com>
4818 * stringpool.h (class Stringpool_template): Add optimize_ field.
4819 (Stringpool_template::set_optimize): New function.
4820 * stringpool.cc (Stringpool_template::Stringpool_template):
4821 Initialize optimize_ field.
4822 (Stringpool_template::set_string_offsets): Test local optimize
4823 fild rather than parameter.
4824 * layout.cc (Layout::Layout): Call set_optimize on the section
4827 2009-06-22 Ian Lance Taylor <iant@google.com>
4830 * yyscript.y: Parse TARGET.
4831 * script.cc (script_set_target): New function.
4832 * script-c.h (script_set_target): Declare.
4833 * options.cc (General_options::string_to_object_format): Rename
4834 from string_to_object_format in anonymous namespace. Change
4836 * options.h (class General_options): Declare
4837 string_to_object_format.
4839 2009-06-22 Ian Lance Taylor <iant@google.com>
4841 * script-sections.cc (Script_sections::create_segments): Don't put
4842 program headers in a PT_LOAD segment if -n or -N.
4844 2009-06-22 Ian Lance Taylor <iant@google.com>
4847 * options.h (class General_options): Add -z lazy and -z now. Sort
4848 -z options into alphabetical order.
4849 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
4851 2009-06-21 Ian Lance Taylor <iant@google.com>
4853 * layout.cc (Layout::make_output_section): Call
4854 Target::new_output_section.
4855 (Layout::attach_allocated_section_to_segment): Put large section
4856 sections in a separate load segment with the large segment flag
4858 (Layout::segment_precedes): Sort large data segments after other
4860 (align_file_offset): New static function.
4861 (Layout::set_segment_offsets): Use align_file_offset.
4862 * output.h (class Output_section): Add is_small_section_ and
4863 is_large_section_ fields.
4864 (Output_section::is_small_section): New function.
4865 (Output_section::set_is_small_section): New function.
4866 (Output_section::is_large_section): New function.
4867 (Output_section::set_is_large_section): New function.
4868 (Output_section::is_large_data_section): New function.
4869 (class Output_segment): Add is_large_data_segment_ field.
4870 (Output_segment::is_large_data_segment): New function.
4871 (Output_segment::set_is_large_data_segment): New function.
4872 * output.cc (Output_section::Output_section): Initialize new
4874 (Output_segment::Output_segment): Likewise.
4875 (Output_segment::add_output_section): Add assertion that large
4876 data sections always go in large data segments. Force small data
4877 sections to the end of the list of data sections. Force small BSS
4878 sections to the start of the list of BSS sections. For large BSS
4879 sections to the end of the list of BSS sections.
4880 * symtab.h (class Symbol): Declare is_common_shndx.
4881 (Symbol::is_defined): Check Symbol::is_common_shndx.
4882 (Symbol::is_common): Likewise.
4883 (class Symbol_table): Define enum Commons_section_type. Update
4884 declarations. Add small_commons_ and large_commons_ fields.
4885 * symtab.cc (Symbol::is_common_shndx): New function.
4886 (Symbol_table::Symbol_table): Initialize new fields.
4887 (Symbol_table::add_from_object): Put small and large common
4888 symbols in the right list.
4889 (Symbol_table::sized_finalized_symbol): Check
4890 Symbol::is_common_shndx.
4891 (Symbol_table::sized_write_globals): Likewise.
4892 * common.cc (Symbol_table::do_allocate_commons): Allocate new
4893 common symbol lists. Don't call do_allocate_commons_list if the
4895 (Symbol_table::do_allocate_commons_list): Remove is_tls
4896 parameter. Add comons_section_type parameter. Change all
4897 callers. Handle small and large common symbols.
4898 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
4899 Symbol::is_common_shndx.
4900 * resolve.cc (symbol_to_bits): Likewise.
4901 * target.h (Target::small_common_shndx): New function.
4902 (Target::small_common_section_flags): New function.
4903 (Target::large_common_shndx): New function.
4904 (Target::large_common_section_flags): New function.
4905 (Target::new_output_section): New function.
4906 (Target::Target_info): Add small_common_shndx, large_common_shndx,
4907 small_common_section_flags, and large_common_section_flags
4909 (Target::do_new_output_section): New virtual function.
4910 * arm.cc (Target_arm::arm_info): Initialize new fields.
4911 * i386.cc (Target_i386::i386_info): Likewise.
4912 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
4914 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
4915 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
4916 (Target_x86_64::do_new_output_section): New function.
4917 * configure.ac: Define conditional MCMODEL_MEDIUM.
4918 * testsuite/Makefile.am (check_PROGRAMS): Add large.
4919 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
4920 (large_LDFLAGS): Define.
4921 * testsuite/large.c: New file.
4922 * testsuite/testfile.cc (Target_test::test_target_info):
4923 Initialize new fields.
4924 * configure, testsuite/Makefile.in: Rebuild.
4926 2009-06-05 Doug Kwan <dougkwan@google.com>
4928 * Makefile.am (CCFILES): Add target.cc.
4929 * Makefile.in: Regenerate.
4930 * i386.cc (class Target_i386): Define new virtual method to
4931 override do_is_local_label_name in parent.
4932 * object.cc (Sized_relobj::do_count_local_symbols): Discard
4933 local symbols if --discard-locals or -X is given.
4934 * options.h (class General_options): Declare new options
4935 '--discard-locals' and '-X' for discarding locals.
4936 * target.h (class Target): Define new methods is_local_label_name.
4937 Declare new virtual method do_is_local_label_name.
4938 * target.cc: New file.
4939 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
4940 (check_SCRIPTS): Add discard_locals_test.sh.
4941 (check_DATA): Add discard_local_tests.syms.
4942 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
4943 (discard_local_tests.syms, discard_locals_test.o): New make rules.
4944 * testsuite/Makefile.in: Regenerate.
4945 * testsuite/discard_locals_test.c: New file.
4946 * testsuite/discard_locals_test.sh: Same.
4948 2009-06-05 Doug Kwan <dougkwan@google.com>
4950 * object.cc (Sized_relobj::Sized_relobj): Initialize
4951 discarded_eh_frame_shndx_ to -1U.
4952 (Sized_relobj::do_layout): Record index of a discard .eh_frame
4954 (Sized_relobj::do_count_local_symbols): Skip local symbols in
4955 a discarded .eh_frame section.
4956 (Sized_relobj::do_finalize_local_symbols): Ditto.
4957 * object.h (class Sized_relobj): Declare new member
4958 discarded_eh_frame_shndx_.
4959 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
4960 (local_labels_test.o, local_labels_test): New rules.
4961 * testsuite/Makefile.in: Regenerate.
4963 2009-06-04 Doug Kwan <dougkwan@google.com>
4965 * layout.cc (Layout::section_name_mapping): Add mapping for
4966 special ARM sections.
4968 2009-06-03 Doug Kwan <dougkwan@google.com>
4970 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
4971 (utils::has_overflow): Same.
4973 2009-06-03 Ian Lance Taylor <iant@google.com>
4975 * layout.cc (Layout::section_name_mapping): New array, replacing
4976 Layout::linkonce_mapping.
4977 (Layout::section_name_mapping_count): New variable, replacing
4978 Layout::linkonce_mapping_count.
4979 (Layout::linkonce_output_name): Remove.
4980 (Layout::output_section_name): Rewrite.
4981 * layout.h (class Layout): Rename Linkonce_mapping to
4982 Section_name_mapping, linkonce_mapping to section_name_mapping,
4983 linkonce_mapping_count to section_name_mapping_count. Don't
4984 declare linkonce_output_name.
4986 2009-06-03 Doug Kwan <dougkwan@google.com>
4988 * gold/arm.cc (namespace utils): New.
4989 (Target_arm::reloc_is_non_pic): Define new method.
4990 (class Arm_relocate_functions): New.
4991 (Target_arm::Relocate::relocate): Handle relocation types used by
4994 2009-06-03 Ian Lance Taylor <iant@google.com>
4996 * arm.cc (Target_arm::scan::global): Use || instead of |.
4998 2009-06-02 Doug Kwan <dougkwan@google.com>
5000 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
5001 issued_non_pic_error_.
5002 (class Target_arm::Scan): Declare new method check_non_pic.
5003 Define new method symbol_needs_plt_entry.
5004 Declare new data member issued_non_pic_error_.
5005 (class Target_arm::Relocate): Declare new method
5006 should_apply_static_reloc.
5007 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
5008 (Target_arm::Scan::check_non_pic): Define new method.
5009 (Target_arm::Scan::local): Handle a small subset of reloc types used
5011 (Target_arm::Scan::local): Same.
5012 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
5014 2009-05-31 Mikolaj Zalewski <mikolajz@google.com>
5016 * incremental.cc (Incremental_inputs::report_command_line): Filter
5017 out --incremental-* options.
5019 2009-05-29 Doug Kwan <dougkwan@google.com>
5021 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
5023 (class Target_arm): Update comment.
5024 (Target_arm::Target_arm): Initialize new data members GOT_,
5025 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
5026 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
5027 and Target_arm::rel_dyn_section.
5028 Declare new_enum Target_arm::Got_type.
5029 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
5031 Update commments for member do_dynsym_value.
5032 (Target_arm::got_size, Target_arm::plt_section,
5033 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
5034 new methods inside class defintion.
5035 (Target_arm::got_section): Define new method.
5036 (Target_arm::rel_dyn_section): Same.
5037 (Output_data_plt_arm): New template class.
5038 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
5039 (Output_data_plt_arm:do_adjust_output_section): Define new method.
5040 (Output_data_plt_arm::add_entry): Same.
5041 (Output_data_plt_arm::first_plt_entry): Define new
5042 static data member for PLT instruction template.
5043 (Output_data_plt_arm::plt_entry): Same.
5044 (Output_data_plt_arm::do_write): Define new method.
5045 (Target_arm::make_plt_entry): Same.
5046 (Target_arm::do_finalize_sections): Same.
5047 (Target_arm::do_dynsym_value): Same.
5049 2009-05-28 Doug Kwan <dougkwan@google.com>
5051 * Makefile.am (TARGETSOURCES): Add arm.cc.
5052 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
5053 * Makefile.in: Regenerate.
5055 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
5057 2009-05-26 Doug Kwan <dougkwan@google.com>
5059 * options.cc (General_options::parse_exclude_libs). Fix a comment.
5060 (General_options::check_excluded_libs): Strip off directories in
5061 archive name before matching like GNU ld does.
5062 * testsuite/Makefile.am (MOSTLYCLEANFILES,
5063 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
5064 (exclude_libs_test_LDFLAGS): Add linker option
5065 -Wl,--exclude-libs,libexclude_libs_test_3
5066 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
5067 an explicit archive without using -l.
5068 (alt/libexclude_libs_test_3.a): New make rule.
5069 * testsuite/Makefile.in: Regenerate.
5070 * testsuite/exclude_libs_test.c : Declare lib3_default().
5072 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
5073 * exclude_libs_test_3.c: New file.
5075 2009-05-26 Nick Clifton <nickc@redhat.com>
5077 * po/id.po: New Indonesian translation.
5078 * po/gold.pot: Updated template file.
5080 2009-05-22 Sriraman Tallam <tmsriram@google.com>
5082 * testsuite/Makefile.am: Add -ffunction-sections to compile
5083 gc_comdat_test files. Add -Wl,--gc-sections to build
5085 * testsuite/Makefile.in: Regenerate.
5086 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
5088 2009-05-21 Sriraman Tallam <tmsriram@google.com>
5090 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
5091 kept comdat section was garbage collected.
5092 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
5093 * testsuite/Makefile.in: Regenerate.
5094 * testsuite/gc_comdat_test.sh: New file.
5095 * testsuite/gc_comdat_test_1.cc: New file.
5096 * testsuite/gc_comdat_test_2.cc: New file.
5098 2009-05-19 Doug Kwan <dougkwan@google.com>
5100 * archive.cc (Archive::Archive): Move constructor from archive.h
5101 to here. Initialize no_export_.
5102 (Archive::get_elf_object_for_member): Set no_export flag of object.
5103 * archive.h (Archive::Archive): Move constructor body to
5105 (Archive::no_export): New method.
5106 (Archive::no_export_): New field.
5107 * object.h (Object::Object): Initialize no_export_ to false.
5108 (Object::no_export, Object::set_no_export): New methods.
5109 (Object::no_export_): New field.
5110 * options.cc (General_options::parse_exclude_libs): New method.
5111 (General_options::check_excluded_libs) Same.
5112 * options.h (exclude_libs): New option.
5113 (General_options::check_excluded_libs): New method declaration.
5114 (General_options::excluded_libs_): New field.
5115 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
5116 default or protected visibility if an object has no-export flag set.
5117 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
5118 (check_SCRIPTS): Add exclude_libs_test.sh.
5119 (check_DATA): Add exclude_libs_test.syms.
5120 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
5121 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
5122 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
5123 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
5124 (exclude_libs_test.syms, libexclude_libs_test_1.a,
5125 libexclude_libs_test_2.a): New rules.
5126 * testsuite/Makefile.in: Regenerate.
5127 * testsuite/exclude_libs_test.c: New file.
5128 * testsuite/exclude_libs_test.sh: Ditto.
5129 * testsuite/exclude_libs_test_1.c: Ditto.
5130 * testsuite/exclude_libs_test_2.c: Ditto.
5132 2009-05-15 Ian Lance Taylor <iant@google.com>
5134 * configure.ac: Check for declarations for cases where libiberty.h
5135 checks HAVE_DECL_xxx.
5136 * configure, config.in: Rebuild.
5138 2009-05-15 Mikolaj Zalewski <mikolajz@google.com>
5140 * gold.h (Incremental_argument_list): Remove (invalid) forward
5142 * incremental.cc (Incremental_inputs::report_achive): New method.
5143 (Incremental_inputs::report_object): New method.
5144 (Incremental_inputs::report_script): New method.
5145 (Incremental_inputs::finalize_inputs): New method.
5146 (Incremental_inputs::finalize): Call finalize_inputs().
5147 (Incremental_inputs::sized_create_incremental_inputs_section_data):
5148 Create inputs entries.
5149 * incremental.h (Incremental_input_type): New enum.
5150 (Incremental_inputs::Incremental_input): Initialize new fields.
5151 (Incremental_inputs::report_inputs): New method.
5152 (Incremental_inputs::report_achive): New method.
5153 (Incremental_inputs::report_object): New method.
5154 (Incremental_inputs::report_script): New method.
5155 (Incremental_inputs::finalize_inputs): New method.
5156 (Incremental_inputs::Input_info): New struct.
5157 (Incremental_inputs::Input_info_map): New typedef.
5158 (Incremental_inputs::lock_): New field.
5159 (Incremental_inputs::Inputs_): New field.
5160 (Incremental_inputs::Inputs_map): New field.
5161 * main.cc (main): Call Incremental_input::report_inputs.
5162 * options.h (Input_argument_list): Typedef moved from
5164 (Input_file_group::Files): Remove, use ::Input_argument_list.
5165 (Input_file_group::Input_argument_list): Remove, use
5166 ::Input_argument_list.
5167 * plugin.cc (Plugin_manager::add_input_file): Add error in
5169 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
5171 * script.cc (read_input_script): Call
5172 Incremental_input::report_script.
5173 * script.h (Script_info): New class.
5175 2009-04-27 Ian Lance Taylor <iant@google.com>
5177 * x86_64.cc (do_adjust_output_section): Set entsize to
5180 2009-04-23 Elliott Hughes <enh@google.com>
5182 * output.cc (Output_file::close): After short writes, continue
5183 writing from the correct offset in the buffer being written.
5185 2009-04-23 Chris Demetriou <cgd@google.com>
5187 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
5188 * configure: Regenerate.
5189 * config.in: Regenerate.
5190 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
5191 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
5193 2009-04-21 Mikolaj Zalewski <mikolajz@google.com>
5195 * incremental.cc (Incremental_inputs_header_data): Renamed from
5196 Incremental_input_header_data.
5197 (Incremental_inputs_header_data::data_size): New field.
5198 (Incremental_inputs_header_data::put_input_file_count): Renamed
5199 from input_file_count.
5200 (Incremental_inputs_header_data::put_command_line_offset): Renamed
5201 from command_line_offset.
5202 (Incremental_inputs_header_data::put_reserved): Renamed from
5204 (Incremental_inputs_entry_data): Renamed from
5205 Incremental_input_entry_data.
5206 (Incremental_inputs_entry_data::data_size): New field.
5207 (Incremental_inputs::report_command_line): New method.
5208 (Incremental_inputs::finalize): New method.
5209 (Incremental_inputs::create_incremental_inputs_data): New method.
5210 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
5211 * incremental.h: New file.
5212 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
5213 (Layout::finalize): Create incremental inputs section in
5215 (Layout::create_incremental_info_sections): New method.
5216 * layout.h (Layout::incremental_inputs): New method.
5217 (Layout::create_incremental_info_sections): New method.
5218 (Layout::incremental_inputs_): New field.
5219 * main.cc (main): Notify Incremental_input of the command line.
5221 2009-04-01 Ian Lance Taylor <iant@google.com>
5222 Mikolaj Zalewski <mikolajz@google.com>
5224 * gold.h (reserve_unordered_map): Define, three versions, one for
5225 each version of Unordered_map.
5226 * layout.cc (Layout::Layout): Remove options parameter. Add
5227 number_of_input_files parameter. Don't initialize options_.
5228 Initialize number_of_input_files_ and resized_signatures_. Move
5229 sections_are_attached_.
5230 (Layout::layout_group): Reserve space for group_signatures_.
5231 (Layout::find_or_add_kept_section): Change name parameter to be a
5232 reference. Resize signatures_ map when it gets large enough.
5233 (Layout::layout_eh_frame): Use parameters->options() instead of
5235 (Layout::make_output_section): Likewise.
5236 (Layout::attach_allocated_section_to_segment): Likewise.
5237 (Layout::finalize, Layout::create_executable_stack): Likewise.
5238 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
5239 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
5240 * layout.h (class Layout): Update declarations. Remove options_
5241 field. Add number_of_input_files_ and resized_signatures_
5242 fields. Move sections_are_attached_ field.
5243 * main.cc (main): Pass number of input files to Layout
5244 constructor. Don't pass options.
5246 2009-03-30 Ian Lance Taylor <iant@google.com>
5248 * ffsll.c (ffsll): Correct implementation.
5250 2009-03-27 Ian Lance Taylor <iant@google.com>
5252 * ffsll.c: New file.
5253 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
5254 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
5255 * ftruncate.c (ftruncate): Declare before definition.
5256 * mremap.c (mremap): Likewise.
5257 * pread.c (pread): Likewise.
5258 * configure, Makefile.in, config.in: Rebuild.
5260 * mremap.c: New file.
5261 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
5262 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
5263 (mremap): Declare if HAVE_MREMAP is not defined.
5264 * configure, Makefile.in, config.in: Rebuild.
5266 2009-03-27 Cary Coutant <ccoutant@google.com>
5268 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
5269 position independent.
5270 * sparc.cc (Target_sparc::check_non_pic): Likewise.
5271 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
5273 2009-03-24 Cary Coutant <ccoutant@google.com>
5275 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
5277 (needs_dynamic_reloc): Likewise.
5279 2009-03-24 Ian Lance Taylor <iant@google.com>
5281 * yyscript.y (file_cmd): Recognize EXTERN.
5282 (extern_name_list, extern_name_list_body): New nonterminals.
5283 * script.cc (script_add_extern): Define.
5284 * script-c.h (script_add_extern): Declare.
5286 2009-03-24 Rafael Avila de Espindola <espindola@google.com>
5288 * object.cc (is_elf_object): Define.
5289 * object.h (is_elf_object): Declare.
5290 * archive.cc (Archive::get_elf_object_for_member): Call
5292 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
5294 2009-03-24 Elliott Hughes <enh@google.com>
5296 * output.cc (Output_file::map_anonymous): Define.
5297 (Output_file::map): Use map_anonymous. If the regular mmap fails,
5298 try an anonymous one. Report the size if the mmap fails.
5299 * output.h (class Output_file): Declare map_anonymous.
5301 2009-03-24 Ian Lance Taylor <iant@google.com>
5303 * target-select.cc (instantiate_target): Don't acquire the lock if
5304 the instantiated_target_ field has already been set.
5306 2009-03-23 Ian Lance Taylor <iant@google.com>
5308 * gold-threads.h (class Initialize_lock): Define.
5309 * gold-threads.cc (class Initialize_lock_once): Define.
5310 (initialize_lock_control): New static variable.
5311 (initialize_lock_pointer): New static variable.
5312 (initialize_lock_once): New static function.
5313 (Initialize_lock::Initialize_lock): Define.
5314 (Initialize_lock::initialize): Define.
5315 * target-select.h: Include "gold-threads.h".
5316 (class Target_selector): Add lock_ and initialize_lock_ fields.
5317 Don't define instantiate_target, just declare it.
5318 * target-select.cc (Target_selector::Target_selector): Initialize
5320 (Target_selector::instantiate_target): Define.
5321 * descriptors.h: Include "gold-threads.h".
5322 (class Descriptors): Add initialize_lock_ field.
5323 * descriptors.cc (Descriptors::Descriptors): Initialize new
5325 (Descriptors::open): Use initialize_lock_ field
5326 * errors.h (class Errors): Add initialize_lock_ field.
5327 * errors.cc (Errors::Errors): Initialize new field.
5328 (Errors::initialize_lock): Use initialize_lock_ field.
5329 * powerpc.cc (class Target_selector_powerpc): Remove
5330 instantiated_target_ field. In do_recognize call
5331 instantiate_target rather than do_instantiate_target. In
5332 do_instantiate_target just allocate a new target.
5333 * sparc.cc (class Target_selector_sparc): Likewise.
5335 * freebsd.h: New file.
5336 * i386.cc: Include "freebsd.h".
5337 (Target_i386): Derive from Target_freebsd rather than
5339 (Target_selector_i386): Derive from Target_selector_freebsd rather
5340 than Target_selector.
5341 * x86_64.cc: Include "freebsd.h".
5342 (Target_x86_64): Derive from Target_freebsd rather than
5344 (Target_selector_x86_64): Derive from Target_selector_freebsd
5345 rather than Target_selector.
5346 * target.h (class Target): Add adjust_elf_header and
5347 do_adjust_elf_header.
5348 * output.cc (Output_file_header:: do_sized_write): Call target
5349 adjust_elf_header routine.
5350 * configure.tgt: Set targ_osabi.
5351 * configure.ac: Define GOLD_DEFAULT_OSABI.
5352 * parameters.cc (Parameters::default_target): Pass
5353 GOLD_DEFAULT_OSABI to select_target.
5354 * target-select.h (class Target_selector): Make instantiate_target
5355 protected rather than private.
5356 * Makefile.am (HFILES): Add freebsd.h.
5357 * configure, Makefile.in, config.in: Rebuild.
5359 * merge.cc (do_add_input_section): Correct pend value. Change
5360 message about last entry not being null terminated from error to
5363 2009-03-20 Mikolaj Zalewski <mikolajz@google.com>
5365 * incremental.cc: New file.
5366 * Makefile.am (CCFILES): Add incremental.cc.
5367 * Makefile.in: Rebuild.
5369 2009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
5371 * layout.cc (Layout::output_section_name): Preserve names
5372 of '.note.' sections.
5374 2009-03-19 Ian Lance Taylor <iant@google.com>
5376 * descriptors.cc (Descriptors::open): Check that the options are
5377 valid before using them.
5379 2009-03-18 Ian Lance Taylor <iant@google.com>
5381 * script-sections.h: Include <list>.
5382 (class Script_sections): Change Sections_elements from std::vector
5383 to std::list. Typedef public Elements_iterator. Add
5384 orphan_section_placement_, data_segment_align_start_, and
5385 saw_data_segment_align_ fields. Remove data_segment_align_index_
5387 * script-sections.cc (class Orphan_section_placement): New class.
5388 (class Sections_element): Add virtual functions is_relro and
5389 orphan_section_init. Remove virtual function place_orphan_here.
5390 (class Output_section_definition): Add is_relro and
5391 orphan_section_init. Remove place_orphan_here.
5392 (class Orphan_output_section): Likewise.
5393 (Script_sections::Script_sections): Update for field changes.
5394 (Script_sections::data_segment_align): Set saw_data_segment_align_
5395 and data_segment_align_start_, not data_segment_align_index.
5396 (Script_sections::data_segment_relro_end): Check
5397 saw_data_segment_align_. Use data_segment_align_start_ rather
5398 than data_segment_align_index_.
5399 (Script_sections::place_orphan): Rewrite to use
5400 Orphan_section_placement.
5402 2009-03-17 Ian Lance Taylor <iant@google.com>
5404 * archive.cc (Archive::add_symbols): Check for a version attached
5405 to the symbol name in the archive map.
5406 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
5407 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
5408 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
5409 (ver_test_11.a): New target.
5410 * testsuite/Makefile.in: Rebuild.
5412 * configure.ac: Check for chsize and posix_fallocate. Replace
5414 * ftruncate.c: New file, from gnulib.
5415 * output.cc (posix_fallocate): Define dummy version if not
5416 HAVE_POSIX_FALLOCATE.
5417 (Output_file::map): Call posix_fallocate rather than lseek and
5419 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
5420 * configure, Makefile.in, config.in: Rebuild.
5422 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5424 * layout.h (Layout::create_note): Add section_name parameter.
5425 * layout.cc (Layout::create_note): Likewise.
5426 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
5428 2009-03-17 Ian Lance Taylor <iant@google.com>
5430 * descriptors.cc: Include "options.h".
5431 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
5432 (Descriptors::open): Always use O_CLOEXEC when opening a new
5433 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
5434 then set FD_CLOEXEC.
5436 * sparc.cc (class Target_sparc): Add has_got_section.
5437 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
5438 make sure we have a GOT section.
5440 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
5441 (Target_sparc::Scan::local): Likewise.
5442 (Target_sparc::Scan::global): Likewise.
5443 (Target_sparc::Relocate::relocate): Likewise.
5444 (Target_sparc::Relocate::relocate_tls): Likewise.
5446 * symtab.cc (Symbol_table::define_default_version): New function,
5447 broken out of add_from_object.
5448 (Symbol_table::add_from_object): Call define_default_version.
5449 (Symbol_table::define_special_symbol): Add resolve_oldsym
5450 parameter. Change all callers. If the version for a symbol comes
5451 from a version script, resolve it with the symbol with the same
5452 name with no version. Also add the symbol without a version if
5454 (do_define_in_output_data): If resolving with oldsym, don't delete
5456 (do_define_in_output_segment): Likewise.
5457 (do_define_as_constant): Likewise.
5458 * symtab.h (class Symbol_table): Update declarations.
5460 2009-03-13 Ian Lance Taylor <iant@google.com>
5462 * readsyms.cc (Read_symbols::incompatible_warning): New function.
5463 (Read_symbols::requeue): New function.
5464 (Read_symbols::do_read_symbols): If make_elf_object fails because
5465 the target type is not configured, and the file was searched for,
5466 issue a warning and retry with the next directory.
5467 (Add_symbols::run): If the file has an incompatible format, and
5468 it was searched for, requeue the Read_symbols task. On error,
5470 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
5471 dirindex parameter to constructor. Change all callers. Declare
5472 incompatible_warning and requeue.
5473 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
5474 input_argument_ and input_group_ fields. Add them to
5475 constructor. Change all callers.
5476 (class Read_script): Add dirindex_ field. Add it to constructor.
5478 * archive.cc (Archive::setup): Remove input_objects parameter.
5480 (Archive::get_file_and_offset): Likewise.
5481 (Archive::read_all_symbols): Likewise.
5482 (Archive::read_symbols): Likewise.
5483 (Archive::get_elf_object_for_member): Remove input_objects
5484 parameter. Add punconfigured parameter. Change all callers.
5485 (Archive::add_symbols): Change return type to bool. Check return
5486 value of include_member.
5487 (Archive::include_all_members): Likewise.
5488 (Archive::include_member): Change return type to bool. Return
5489 false if first included object has incompatible target. Set
5490 included_member_ field.
5491 (Add_archive_symbols::run): If add_symbols returns false, requeue
5493 * archive.h (class Archive): Add included_member_ field.
5494 Initialize it in constructor. Add input_file and searched_for
5495 methods. Update declarations.
5496 (class Add_archive_symbols): Add dirpath_, dirindex_, and
5497 input_argument_ fields. Add them to constructor. Change all
5499 * script.cc: Include "target-select.h".
5500 (class Parser_closure): Add skip_on_incompatible_target_ and
5501 found_incompatible_target_ fields. Add
5502 skip_on_incompatible_target parameter to constructor. Change all
5503 callers. Add methods skip_on_incompatible_target,
5504 clear_skip_on_incompatible_target, found_incompatible_target, and
5505 set_found_incompatible_target.
5506 (read_input_script): Add dirindex parameter. Change all callers.
5507 If parser finds an incompatible target, requeue Read_symbols
5509 (script_set_symbol): Clear skip_on_incompatible_target in
5511 (script_add_assertion, script_parse_option): Likewise.
5512 (script_start_sections, script_add_phdr): Likewise.
5513 (script_check_output_format): New function.
5514 * script.h (read_input_script): Update declaration.
5515 * script-c.h (script_check_output_format): Declare.
5516 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
5517 (ignore_cmd): Remove OUTPUT_FORMAT.
5518 * fileread.cc (Input_file::Input_file): Add explicit this.
5519 (Input_file::will_search_for): New function.
5520 (Input_file::open): Add pindex parameter. Change all callers.
5521 * fileread.h (class Input_file): Add input_file_argument method.
5522 Declare will_search_for. Update declarations.
5523 * object.cc (make_elf_object): Add punconfigured parameter.
5525 * object.h (class Object): Make input_file public. Add
5526 searched_for method.
5527 (make_elf_object): Update declaration.
5528 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
5530 * dirsearch.h (class Dirsearch): Update declaration.
5531 * options.h (class General_options): Add --warn-search-mismatch.
5532 * parameters.cc (Parameters::is_compatible_target): New function.
5533 * parameters.h (class Parameters): Declare is_compatible_target.
5534 * workqueue.cc (Workqueue::add_blocker): New function.
5535 * workqueue.h (class Workqueue): Declare add_blocker.
5537 * fileread.cc (Input_file::open): Remove options parameter.
5539 (Input_file::open_binary): Likewise.
5540 * script.cc (read_input_script): Likewise.
5541 * readsyms.h (class Read_symbols): Remove options_ field. Remove
5542 options parameter from constructor. Change all callers.
5543 (class Read_script): Likewise.
5544 * fileread.h (class Input_file): Update declarations.
5545 * script.h (read_input_script): Update declaration.
5547 2009-03-10 Nick Clifton <nickc@redhat.com>
5549 * po/es.po: New Spanish translation.
5551 2009-03-06 Cary Coutant <ccoutant@google.com>
5553 * options.cc (parse_short_option): Keep dash_z from registering itself.
5555 2009-03-03 Ian Lance Taylor <iant@google.com>
5558 * target-reloc.h (relocate_section): Pass output_section to
5560 * i386.cc (Target_i386::should_apply_static_reloc): Add
5561 output_section parameter. Change all callers.
5562 (Target_i386::Relocate::relocate): Add output_section parameter.
5563 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
5564 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
5565 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
5566 * testsuite/two_file_shared.sh: New script.
5567 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
5568 (check_DATA): Add two_file_shared.dbg.
5569 (two_file_shared.dbg): New target.
5570 * testsuite/Makefile.in: Rebuild.
5572 2009-03-01 Ian Lance Taylor <iant@google.com>
5574 * configure.ac: Check for byteswap.h.
5575 * configure: Rebuild.
5576 * config.in: Rebuild.
5578 2009-03-01 Mikolaj Zalewski <mikolajz@google.com>
5580 * layout.cc (Layout::find_or_add_kept_section): New function.
5581 (Layout::add_comdat): Removed.
5582 * layout.h (struct Kept_section): Move out of class Layout.
5583 Remove trailing underscores from field names. Add group_sections
5584 field. Rename group_ field to is_group. Change all uses.
5585 (class Layout): Declare find_or_add_kept_section, not add_comdat.
5586 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
5587 comdat_groups_ field.
5588 (Sized_relobj::include_section_group): Use
5589 find_or_add_kept_section and Kept_section::group_sections.
5590 (Sized_relobj::include_linkonce_section): Likewise.
5591 * object.cc (class Sized_relobj): Don't define Comdat_group or
5592 Comdat_group_table. Remove find_comdat_group and
5593 add_comdat_group. Remove comdat_groups_ field.
5594 * plugin.cc (include_comdat_group): Use
5595 Layout::find_or_add_kept_section.
5597 2009-02-28 Ian Lance Taylor <iant@google.com>
5599 * README: --gc-sections and map files are now supported. Document
5600 some build requirements.
5603 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
5604 relocatable link set the value of the section symbol to zero.
5605 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
5606 relocatable link don't include the section address in the local
5609 2009-02-27 Ian Lance Taylor <iant@google.com>
5612 * options.h (class Search_directory): Add is_system_directory.
5613 (class General_options): Declare is_in_system_directory.
5614 * options.cc (get_relative_sysroot): Make static.
5615 (get_default_sysroot): Make static.
5616 (General_optoins::is_in_system_directory): New function.
5617 * fileread.cc (Input_file::is_in_system_directory): New function.
5618 * fileread.h (class Input_file): Declare is_in_system_directory.
5619 * object.h (class Object): Add is_in_system_directory.
5620 (class Input_objects): Remove system_library_directory_ field.
5621 * object.cc (Input_objects::add_object): Don't set
5622 system_library_directory_.
5623 (input_objects::found_in_system_library_directory): Remove.
5624 * symtab.cc (Symbol_table::write_globals): Remove input_objects
5625 parameter. Change all callers.
5626 (Symbol_table::sized_write_globals): Likewise.
5627 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
5628 Call Object::is_in_system_directory.
5629 * symtab.h (class Symbol_table): Update declarations.
5632 * descriptors.h (Open_descriptor): Add is_on_stack field.
5633 * descriptors.cc (Descriptors::open): If the descriptor is on the
5634 top of the stack, remove it. Initialize is_on_stack field.
5635 (Descriptors::release): Only add pod to stack if it is not on the
5637 (Descriptors::close_some_descriptor): Clear stack_next and
5641 * output.cc (Output_section::find_starting_output_address): Rename
5642 from starting_output_address; add PADDR parameter; change return
5644 * output.h (class Output_section): Declare
5645 find_starting_output_address instead of starting_output_address.
5646 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
5647 section symbol for which we can't find a merge section.
5650 * symtab.cc (Symbol_table::add_from_object): If the visibility is
5651 hidden or internal, force the symbol to be local.
5652 * resolve.cc (Symbol::override_visibility): Define.
5653 (Symbol::override_base): Use override_visibility.
5654 (Symbol_table::resolve): Likewise.
5655 (Symbol::override_base_with_special): Likewise.
5656 (Symbol_table::override_with_special): If the visibility is hidden
5657 or internal, force the symbol to be local.
5658 * symtab.h (class Symbol): Add set_visibility and
5659 override_visibility.
5660 * testsuite/ver_test_1.sh: New file.
5661 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
5662 (check_DATA): Add ver_test_1.syms.
5663 (ver_test_1.syms): New target.
5664 * testsuite/Makefile.in: Rebuild.
5666 2009-02-25 Cary Coutant <ccoutant@google.com>
5668 * layout.cc (Layout::choose_output_section): Don't rename sections
5669 when using a linker script that has a SECTIONS clause.
5670 * Makefile.in: Regenerate.
5672 * testsuite/Makefile.am (script_test_5.sh): New test case.
5673 * testsuite/Makefile.in: Regenerate.
5674 * testsuite/script_test_5.cc: New file.
5675 * testsuite/script_test_5.sh: New file.
5676 * testsuite/script_test_5.t: New file.
5678 2009-02-13 Rafael Avila de Espindola <espindola@google.com>
5680 * archive.cc (Archive::include_member): Update calls to add_symbols.
5681 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
5682 the Layout argument.
5683 * dynobj.h (do_add_symbols): Add the Layout argument.
5684 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
5686 * object.h (Object::add_symbols): Add the Layout argument.
5687 (Object::do_add_symbols): Add the Layout argument.
5688 (Sized_relobj::do_add_symbols): Add the Layout argument.
5689 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
5690 Unify the two versions.
5691 (Add_plugin_symbols): Remove.
5692 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
5693 (Sized_pluginobj::do_add_symbols): Unify the two versions.
5694 (Add_plugin_symbols): Remove.
5695 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
5696 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
5697 (Add_symbols::run): Make it work with Pulginobj.
5699 2009-02-06 Ian Lance Taylor <iant@google.com>
5701 * object.cc (Sized_relobj::do_layout): Make info message start
5702 with lower case letter.
5704 2009-02-06 Mikolaj Zalewski <mikolajz@google.com>
5706 * binary.cc: Fix file comment.
5708 * options.h (enum Incremental_disposition): Define.
5709 (class General_options): Add new options: --incremental,
5710 --incremental_changed, --incremental_unchanged,
5711 --incremental_unknown. Add incremental_disposition_ and
5712 implicit_incremental_ fields.
5713 (General_options::incremental_disposition): New function.
5714 (class Position_dependent_options): Add incremental_disposition
5716 (Position_dependent_options::copy_from_options): Set incremental
5718 * options.cc (General_options::parse_incremental_changed): New
5720 (General_options::parse_incremental_unchanged): New function.
5721 (General_options::parse_incremental_unknown): New function.
5722 (General_options::General_options): Initialize new fields
5723 incremental_disposition_ and implicit_incremental_.
5724 (General_options::finalize): Check for uasge of --incremental-*
5725 without --incremental.
5727 2009-02-06 Chris Demetriou <cgd@google.com>
5729 * gold.h (gold_undefined_symbol): Change to take only a Symbol
5730 pointer and to report location as the file name associated with
5732 (gold_undefined_symbol_at_location): New function to replace the
5733 old gold_undefined_symbol functionality.
5734 * target-reloc.h (relocate_section): Update to use
5735 gold_undefined_symbol_at_location.
5736 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
5737 Call gold_undefined_symbol function rather than gold_error.
5738 * errors.h (Errors::undefined_symbol): Take location as a
5739 string, rather than calculating it from a relocation.
5740 * errors.cc (Errors::fatal): Print "fatal error:" before the
5742 (Errors::error, Errors::error_at_location): Print "error: "
5743 before the formatted message.
5744 (Errors::undefined_symbol): Take location as a string, rather
5745 than calculating it from a relocation.
5746 (gold_undefined_symbol_at_location): New function akin to
5747 old gold_undefined_symbol, calculates location from relocation.
5748 (gold_undefined_symbol): Change to take only a Symbol pointer
5749 and to report location as the file name associated with the symbol.
5750 * testsuite/debug_msg.sh: Update for changed error messages.
5751 * testsuite/undef_symbol.sh: Likewise.
5753 2009-02-04 Duncan Sands <baldrick@free.fr>
5756 * reduced_debug_output.h
5757 (Output_reduced_debug_abbrev_section::failed): Use format for
5759 (Output_reduced_debug_info_section::faild): Likewise.
5761 2009-01-31 Mikolaj Zalewski <mikolajz@google.com>
5763 * script.cc (Lazy_demangler): New class.
5764 (Version_script_info::get_symbol_version_helper): Demangle a
5767 2009-01-29 Cary Coutant <ccoutant@google.com>
5769 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
5771 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
5773 2009-01-28 Ian Lance Taylor <iant@google.com>
5775 * version.cc (version_string): Bump to 1.9.
5777 * gold.h: Include <cstring> and <stdint.h>.
5778 * version.cc: Include <cstdio>.
5779 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
5781 * reduced_debug_output.cc (insert_into_vector): Rename from
5782 Insert_into_vector; change all callers. Use Swap_unaligned to
5783 avoid aliasing issue; remove union since it is unnecessary.
5785 2009-01-27 Sriraman Tallam <tmsriram@google.com>
5787 * Makefile.am (CCFILES): Add gc.cc.
5789 * Makefile.in: Regenerate.
5790 * gold.cc (Gc_runner): New class.
5791 (queue_initial_tasks): Call garbage collection related tasks
5792 when corresponding options are invoked.
5793 (queue_middle_gc_tasks): New function.
5794 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
5795 processed early before laying out sections during garbage collection.
5796 * gold.h (queue_middle_gc_tasks): New function.
5797 (is_prefix_of): Move from "layout.cc".
5798 * i386.cc (Target_i386::gc_process_relocs): New function.
5799 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
5800 * main.cc (main): Create object of class "Garbage_collection".
5801 * object.cc (Relobj::copy_symbols_data): New function.
5802 (Relobj::is_section_name_included): New function.
5803 (Sized_relobj::do_layout): Allow this function to be called twice
5804 during garbage collection and defer layout of section during the
5806 * object.h (Relobj::get_symbols_data): New function.
5807 (Relobj::is_section_name_included): New function.
5808 (Relobj::copy_symbols_data): New function.
5809 (Relobj::set_symbols_data): New function.
5810 (Relobj::get_relocs_data): New function.
5811 (Relobj::set_relocs_data): New function.
5812 (Relobj::is_output_section_offset_invalid): New pure virtual function.
5813 (Relobj::gc_process_relocs): New function.
5814 (Relobj::do_gc_process_relocs): New pure virtual function.
5815 (Relobj::sd_): New data member.
5816 (Sized_relobj::is_output_section_offset_invalid): New function.
5817 (Sized_relobj::do_gc_process_relocs): New function.
5818 * options.h (General_options::gc_sections): Modify to not be a no-op.
5819 (General_options::print_gc_sections): New option.
5820 * plugin.cc (Plugin_finish::run): Remove function call to
5821 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
5822 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
5823 * reloc.cc (Read_relocs::run): Add task to process relocs and
5824 determine unreferenced sections when doing garbage collection.
5825 (Gc_process_relocs): New class.
5826 (Sized_relobj::do_gc_process_relocs): New function.
5827 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
5828 sections that are garbage collected.
5829 * reloc.h (Gc_process_relocs): New class.
5830 * sparc.cc (Target_sparc::gc_process_relocs): New function.
5831 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
5832 symbols whose corresponding sections are garbage collected.
5833 (Symbol_table::Symbol_table): Add new parameter for the garbage
5835 (Symbol_table::gc_mark_undef_symbols): New function.
5836 (Symbol_table::gc_mark_symbol_for_shlib): New function.
5837 (Symbol_table::gc_mark_dyn_syms): New function.
5838 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
5840 (Symbol_table::add_from_object): Likewise.
5841 (Symbol_table::add_from_relobj): When building shared objects, do not
5842 treat externally visible symbols as garbage.
5843 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
5844 table information for static and relocatable links.
5845 * symtab.h (Symbol_table::set_gc): New function.
5846 (Symbol_table::gc): New function.
5847 (Symbol_table::gc_mark_undef_symbols): New function.
5848 (Symbol_table::gc_mark_symbol_for_shlib): New function.
5849 (Symbol_table::gc_mark_dyn_syms): New function.
5850 (Symbol_table::gc_): New data member.
5851 * target.h (Sized_target::gc_process_relocs): New pure virtual
5853 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
5854 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
5856 2009-01-20 Chris Faylor <me.sourceware@sourceware.org>
5858 * options.h (General_options::gc_sections): Define as a no-op for now.
5859 (General_options::no_keep_memory): Ditto.
5860 (General_options::Bshareable): Define.
5861 * options.cc (General_options::finalize): Honor -Bshareable.
5863 2009-01-20 Andreas Schwab <schwab@suse.de>
5865 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
5866 read the value in the contents, since we don't use it. Use the
5867 template endianness when writing.
5868 (Relocate::relocate): Use it for R_PPC_REL16_HA.
5870 2009-01-19 Andreas Schwab <schwab@suse.de>
5872 * configure.tgt (powerpc64-*): Fix targ_obj.
5874 2009-01-15 Ian Lance Taylor <iant@google.com>
5876 * object.cc (Sized_relobj::write_local_symbols): Don't write out
5877 local symbols when stripping all symbols.
5879 2009-01-14 Cary Coutant <ccoutant@google.com>
5881 * output.cc (Output_reloc): Add explicit instantiations.
5883 2009-01-14 Cary Coutant <ccoutant@google.com>
5885 * archive.cc (Archive::get_elf_object_for_member): Remove call
5886 to File_read::claim_for_plugin.
5887 * descriptors.cc (Descriptors::open): Remove reference to
5889 (Descriptors::claim_for_plugin): Remove.
5890 * descriptors.h (Descriptors::claim_for_plugin): Remove.
5891 (Descriptors::is_claimed): Remove.
5892 (claim_descriptor_for_plugin): Remove.
5893 * fileread.cc (File_read::claim_for_plugin): Remove.
5894 * fileread.h (File_read::claim_for_plugin): Remove.
5895 (File_read::descriptor): Reopen descriptor if necessary.
5896 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
5897 (Plugin_manager::all_symbols_read): Add task parameter. Change
5899 (Plugin_manager::get_input_file): New function.
5900 (Plugin_manager::release_input_file): New function.
5901 (Pluginobj::Pluginobj): Add filesize parameter and initialize
5902 corresponding data member.
5903 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
5904 and pass to base constructor. Change all callers.
5905 (get_input_file, release_input_file): New functions.
5906 (make_sized_plugin_object): Add filesize parameter. Change all callers.
5907 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
5908 (Plugin_manager::all_symbols_read): Add task parameter.
5909 (Plugin_manager::get_input_file): New function.
5910 (Plugin_manager::release_input_file): New function.
5911 (Plugin_manager::task_): New data member.
5912 (Pluginobj::Pluginobj): Add filesize parameter.
5913 (Pluginobj::filename): New function.
5914 (Pluginobj::descriptor): New function.
5915 (Pluginobj::filesize): New function.
5916 (Pluginobj::filesize_): New data member.
5917 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
5918 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
5919 File_read::claim_for_plugin; use Object::unlock to unlock the file.
5921 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
5922 with archive libraries.
5923 * testsuite/Makefile.in: Regenerate.
5924 * testsuite/plugin_test.c (struct sym_info): New type.
5925 (get_input_file, release_input_file): New static variables.
5926 (onload): Capture new transfer vector entries.
5927 (claim_file_hook): Stop reading at end of file according to filesize.
5928 Factor out parsing of readelf output into separate function.
5929 (all_symbols_read_hook): Exercise get_input_file and release_input_file
5930 APIs and get the source file name from the symbol table. Convert
5931 source file name to corresponding object file name. Print info
5932 message when adding new input files.
5933 (parse_readelf_line): New function.
5934 * testsuite/plugin_test_1.sh: Add checks for new info messages.
5935 * testsuite/plugin_test_2.sh: Likewise.
5936 * testsuite/plugin_test_3.sh: Likewise.
5937 * testsuite/plugin_test_4.sh: New test case.
5939 2009-01-07 Ian Lance Taylor <iant@google.com>
5941 * version.cc (version_string): Bump to 1.8.
5943 2008-12-23 Cary Coutant <ccoutant@google.com>
5945 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
5946 * plugin.cc (Plugin_manager::finish): Rename as
5947 layout_deferred_objects. Move cleanup to separate function.
5948 (Plugin_manager::cleanup): New function.
5949 (Plugin_finish::run): Call layout_deferred_objects and cleanup
5951 * plugin.h (Plugin_manager::finish): Rename as
5952 layout_deferred_objects.
5953 (Plugin_manager::cleanup): New function.
5954 (Plugin_manager::cleanup_done): New field.
5956 2008-12-23 Cary Coutant <ccoutant@google.com>
5958 * plugin.cc (is_visible_from_outside): New function.
5959 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
5960 so we don't return "IR only" status for exported symbols or -r links.
5962 * testsuite/Makefile.am (plugin_test_3): New test case.
5963 * testsuite/Makefile.in: Regenerate.
5964 * testsuite/plugin_test_3.sh: New file.
5966 2008-12-22 Cary Coutant <ccoutant@google.com>
5968 * object.cc (Sized_relobj::layout_section): New function.
5969 (Sized_relobj::do_layout): Defer layout of input sections until after
5970 plugin has provided replacement files.
5971 (Sized_relobj::do_layout_deferred_sections): New function.
5972 * object.h (Relobj::set_section_offset): Remove virtual keyword.
5973 (Relobj::layout_deferred_sections): New function.
5974 (Relobj::do_layout_deferred_sections): New function.
5975 (Sized_relobj::do_layout_deferred_sections): New function.
5976 (Sized_relobj::layout_section): New function.
5977 (Sized_relobj::Deferred_layout): New structure.
5978 (Sized_relobj::deferred_layout_): New field.
5979 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
5980 Change all callers. Layout deferred sections.
5981 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
5983 (Plugin_hook::run): Move code from do_plugin_hook inline.
5984 (Plugin_hook::do_plugin_hook): Remove.
5985 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
5986 (Plugin_manager::finish): Renamed, was cleanup.
5987 (Plugin_manager::should_defer_layout): New function.
5988 (Plugin_manager::add_deferred_layout_object): New function.
5989 (Plugin_manager::Deferred_layout_list): New type.
5990 (Plugin_manager::deferred_layout_objects_): New field.
5991 (Plugin_hook::do_plugin_hook): Remove.
5993 2008-12-17 Ian Lance Taylor <iant@google.com>
5995 * options.h (class General_options): Add --no case for
5998 2008-12-16 Cary Coutant <ccoutant@google.com>
6000 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
6002 (Plugin_manager::claim_file): Create plugin object even if
6003 plugin did not call the add_symbols callback.
6004 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
6005 asking for more symbols than were added.
6006 * testsuite/Makefile.am (plugin_test_1): Add test case with
6008 (empty.syms): New target.
6009 * testsuite/Makefile.in: Regenerate.
6010 * testsuite/plugin_test.c (claim_file_hook): Add new debug
6011 message. Don't call add_symbols if no globals.
6012 (all_symbols_read_hook): Don't provide replacement for empty
6015 2008-12-12 Ian Lance Taylor <iant@google.com>
6017 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
6018 r_type == 0 for a local symbol with r_sym == 0.
6019 (scan_relocatable_relocs): Pass r_sym to
6020 local_non_section_strategy.
6021 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
6024 * configure.ac: Update test for TLS descriptors: they are
6025 supported as of glibc 2.9.
6026 * configure: Rebuild.
6028 2008-12-11 Ian Lance Taylor <iant@google.com>
6031 * target-reloc.h (Default_scan_relocatable_relocs): For each
6032 function, map r_type == 0 to RELOC_DISCARD.
6034 2008-12-10 Cary Coutant <ccoutant@google.com>
6036 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
6037 object to override a kept COMDAT group from a plugin object.
6039 2008-12-09 Ian Lance Taylor <iant@google.com>
6042 * yyscript.y (file_cmd): Handle INPUT.
6044 * testsuite/initpri1.c: Change all declarations to be full
6045 prototypes by adding void, to avoid compiler warnings.
6047 2008-12-05 Rafael Avila de Espindola <espindola@google.com>
6049 * options.cc (General_options::parse_plugin_opt): New.
6050 (General_options::add_plugin): The argument now is just the filename.
6051 (General_options::add_plugin_option): New.
6052 * options.h (plugin_opt): New.
6053 (add_plugin): Change argument name.
6054 (add_plugin_option): New.
6055 * plugin.cc (Plugin::load): Don't parse the plugin option.
6056 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
6057 (Plugin::add_option): New.
6058 (Plugin::args_): Change type.
6059 (Plugin::filename_): New.
6060 (Plugin_manager::add_plugin_option): New.
6061 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
6062 * testsuite/Makefile.in: Regenerate.
6064 2008-12-05 Cary Coutant <ccoutant@google.com>
6066 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
6067 Handle --strip-lto-sections option.
6068 * options.h (strip_lto_sections): New option.
6070 2008-12-01 Cary Coutant <ccoutant@google.com>
6072 * plugin.cc (ld_plugin_message): Change format parameter to const.
6073 Fix mismatch between new[] and delete.
6075 2008-11-14 Cary Coutant <ccoutant@google.com>
6077 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
6080 2008-11-05 Craig Silverstein <csilvers@google.com>
6082 * options.cc (General_options::parse_dynamic_list): New function.
6083 * options.h (General_options): New flags dynamic_list,
6084 dynamic_list_data, dynamic_list_cpp_new, and
6085 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
6086 (General_options::in_dynamic_list): New function.
6087 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
6088 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
6089 (Lex::can_continue_name): Likewise.
6091 (read_script_file): New parameter script_options.
6092 (read_dynamic_list): New function.
6093 (Script_options::define_dynamic_list): New function.
6094 (dynamic_list_keyword_parsecodes): New variable.
6095 (dynamic_list_keywords): New variable.
6096 * script.h (Script_options::define_dynamic_list): New function
6098 (read_dynamic_list): New function prototype.
6099 * symtab.cc (strprefix): New macro.
6100 (Symbol::should_add_dynsym_entry): Support dynamic_list,
6101 dynamic_list_data, dynamic_list_cpp_new, and
6102 dynamic_list_cpp_typeinfo.
6103 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
6104 (dynamic_list_expr): New rule.
6105 (dynamic_list_nodes): Likewise.
6106 (dynamic_list_node): Likewise.
6107 * testsuite/Makefile.am (dynamic_list): New test.
6108 * testsuite/Makefile.in: Regenerated.
6109 * testsuite/dynamic_list.t: New file.
6110 * testsuite/dynamic_list.sh: New file.
6112 2008-11-05 Craig Silverstein <csilvers@google.com>
6114 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
6115 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
6116 (t11_last): Likewise.
6117 * testsuite/ver_test_6.c (main): Likewise.
6119 2008-10-07 Cary Coutant <ccoutant@google.com>
6121 * options.c (General_options::finalize): Add check for -static and
6123 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
6126 2008-10-02 Cary Coutant <ccoutant@google.com>
6128 * plugin.cc (make_sized_plugin_object): Fix conditional
6129 compilation to work when not all targets are enabled.
6131 2008-09-29 Cary Coutant <ccoutant@google.com>
6133 * archive.cc (Archive::get_file_and_offset): Use filename instead
6134 of name to get library path.
6135 (Archive::include_member): Unlock external member of a thin archive.
6137 * testsuite/Makefile.am (TEST_AR): New variable.
6138 (thin_archive_test_1): New test.
6139 (thin_archive_test_2): New test.
6140 * testsuite/Makefile.in: Regenerate.
6141 * testsuite/thin_archive_main.cc: New file.
6142 * testsuite/thin_archive_test_1.cc: New file.
6143 * testsuite/thin_archive_test_2.cc: New file.
6144 * testsuite/thin_archive_test_3.cc: New file.
6145 * testsuite/thin_archive_test_4.cc: New file.
6147 2008-09-29 Cary Coutant <ccoutant@google.com>
6149 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
6150 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
6152 (Sized_relobj::do_finalize_local_symbols): Likewise.
6153 (Sized_relobj::map_to_kept_section): Likewise.
6154 * object.h (Sized_relobj::invalid_address): New constant.
6155 (Sized_relobj::do_output_section_offset): Check for invalid_address
6157 * output.cc (Output_reloc::local_section_offset): Use constant
6158 invalid_address instead of -1U.
6159 (Output_reloc::get_address): Likewise.
6160 (Output_section::output_address): Change -1U to -1ULL.
6161 * output.h (Output_reloc::invalid_address): New constant.
6162 * reloc.cc (Sized_relobj::write_sections): Use constant
6163 invalid_address instead of -1U.
6164 (Sized_relobj::relocate_sections): Likewise.
6165 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
6166 values for merge sections.
6167 * target-reloc.h (relocate_for_relocatable): Use constant
6168 invalid_address instead of -1U.
6170 2008-09-19 Cary Coutant <ccoutant@google.com>
6172 Add plugin functionality for link-time optimization (LTO).
6173 * configure.ac (plugins): Add --enable-plugins option.
6174 * configure: Regenerate.
6175 * config.in: Regenerate.
6176 * Makefile.am (LIBDL): New variable.
6177 (CCFILES): Add plugin.cc.
6178 (HFILES): Add plugin.h.
6179 (ldadd_var): Add LIBDL.
6180 * Makefile.in: Regenerate.
6182 * archive.cc: Include "plugin.h".
6183 (Archive::setup): Don't preread archive symbols when using a plugin.
6184 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
6185 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
6187 (Archive::include_member): Add symbols from plugin objects.
6188 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
6189 * descriptors.cc (Descriptors::open): Check for file descriptors
6190 abandoned by plugins.
6191 (Descriptors::claim_for_plugin): New function.
6192 * descriptors.h (Descriptors::claim_for_plugin): New function.
6193 (Open_descriptor::is_claimed): New field.
6194 (claim_descriptor_for_plugin): New function.
6195 * fileread.cc (File_read::claim_for_plugin): New function.
6196 * fileread.h (File_read::claim_for_plugin): New function.
6197 (File_read::descriptor): New function.
6198 * gold.cc: Include "plugin.h".
6199 (queue_initial_tasks): Add task to call plugin hooks for generating
6201 * main.cc: Include "plugin.h".
6202 (main): Load plugin libraries.
6203 * object.h (Pluginobj): Declare.
6204 (Object::pluginobj): New function.
6205 (Object::do_pluginobj): New function.
6206 (Object::set_target): New function.
6207 * options.cc: Include "plugin.h".
6208 (General_options::parse_plugin): New function.
6209 (General_options::General_options): Initialize plugins_ field.
6210 (General_options::add_plugin): New function.
6211 * options.h (Plugin_manager): Declare.
6212 (General_options): Add --plugin option.
6213 (General_options::has_plugins): New function.
6214 (General_options::plugins): New function.
6215 (General_options::add_plugin): New function.
6216 (General_options::plugins_): New field.
6217 * plugin.cc: New file.
6218 * plugin.h: New file.
6219 * readsyms.cc: Include "plugin.h".
6220 (Read_symbols::do_read_symbols): Check for archive before checking
6221 for ELF file. Call plugin hooks to claim files.
6222 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
6223 from a real object file; force override when processing replacement
6225 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
6226 (Symbol::init_base_object): Likewise.
6227 (Symbol::init_base_output_data): Likewise.
6228 (Symbol::init_base_output_segment): Likewise.
6229 (Symbol::init_base_constant): Likewise.
6230 (Symbol::init_base_undefined): Likewise.
6231 (Symbol::output_section): Assert that object is not a plugin.
6232 (Symbol_table::add_from_pluginobj): New function.
6233 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
6235 (Symbol_table::sized_write_globals): Likewise.
6236 (Symbol_table::add_from_pluginobj): Instantiate template.
6237 * symtab.h (Sized_pluginobj): Declare.
6238 (Symbol::in_real_elf): New function.
6239 (Symbol::set_in_real_elf): New function.
6240 (Symbol::in_real_elf_): New field.
6241 (Symbol_table::add_from_pluginobj): New function.
6243 * testsuite/Makefile.am (AM_CFLAGS): New variable.
6244 (LIBDL): New variable.
6246 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
6247 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
6248 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
6249 (MOSTLYCLEANFILES): Likewise.
6250 * testsuite/Makefile.in: Regenerate.
6251 * testsuite/plugin_test.c: New file.
6252 * testsuite/plugin_test_1.sh: New file.
6253 * testsuite/plugin_test_2.sh: New file.
6255 2008-09-16 Ian Lance Taylor <iant@google.com>
6257 * target-reloc.h (relocate_section): Check whether a symbol is
6258 defined by the ABI before reporting an undefined symbol error.
6259 * target.h (Target::is_defined_by_abi): Make parameter const.
6260 (Target::do_is_defined_by_abi): Likewise.
6261 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
6262 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
6263 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
6264 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
6265 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
6266 * testsuite/Makefile.in: Rebuild.
6268 * fileread.cc (make_view): Add casts to avoid warning.
6270 2008-09-16 Alexandre Oliva <aoliva@redhat.com>
6272 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
6273 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
6275 2008-09-16 Alexandre Oliva <aoliva@redhat.com>
6277 * options.h (General_options::output_is_executable): New.
6278 (General_options::output_is_pie): New.
6279 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
6280 for shared libraries.
6281 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
6283 2008-09-11 Chris Demetriou <cgd@google.com>
6285 * options.h (origin): New -z option.
6286 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
6287 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
6290 2008-09-05 Cary Coutant <ccoutant@google.com>
6292 * fileread.cc (File_read::make_view): Add check for attempt to map
6295 2008-09-05 Cary Coutant <ccoutant@google.com>
6297 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
6298 explicit instantiations.
6300 2008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
6303 * options.cc (General_options::finalize): Allow undefined symbols
6304 in shlibs if linking -shared.
6307 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
6308 symbols as not needing a dynsym entry.
6310 2008-08-20 Craig Silverstein <csilvers@google.com>
6312 * fileread.cc (File_read::open): Do not lock the file unless it
6313 was successfully opened.
6315 2008-08-14 Cary Coutant <ccoutant@google.com>
6317 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
6318 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
6319 * testsuite/tls_test.cc (struct int128): 128-bit struct
6320 for testing TLS relocs with non-zero addend.
6321 (v12): New TLS variable.
6323 (t_last): Add check for v12.
6324 * testsuite/tls_test.h (t12): New function.
6325 * testsuite/tls_test_main.cc (thread_routine): Call new test.
6327 2008-08-13 Ian Lance Taylor <iant@google.com>
6329 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
6330 set tls_segment_ or relro_segment_.
6331 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
6333 * output.h (Output_section::clear_is_relro): New function.
6334 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
6335 sections specially even when output_data_ is empty.
6336 (Output_segment::maximum_alignment): When first section is relro,
6337 only force alignment for PT_LOAD segments.
6338 * script.cc (script_data_segment_align): New function.
6339 (script_data_segment_relro_end): New function.
6340 * script-c.h (script_data_segment_align): Declare.
6341 (script_data_segment_relro_end): Declare.
6342 * script-sections.h (class Script_sections): Declare
6343 data_segment_align and data_segment_relro_end. Add fields
6344 segment_align_index_ and saw_relro_end_.
6345 * script-sections.cc (class Sections_element): Add set_is_relro
6346 virtual function. Add new bool* parameter to place_orphan_here.
6347 Add get_output_section virtual function.
6348 (class Output_section_definition): Add set_is_relro. Add new
6349 bool* parameter to place_orphan_here. Add get_output_section.
6350 Add is_relro_ field.
6351 (Output_section_definition::Output_section_definition): Initialize
6352 evaluated_address_, evaluated_load_address, evaluated_addralign_,
6353 and is_relro_ fields.
6354 (Output_section_definition::place_orphan_here): Add is_relro
6356 (Output_section_definition::set_section_addresses): Set relro for
6358 (Output_section_definition::alternate_constraint): Likewise.
6359 (class Orphan_output_section): Add new bool* parameter to
6360 place_orphan_here. Add get_output_section.
6361 (Orphan_output_section::place_orphan_here): Add is_relro
6363 (Script_sections::Script_sections): Initialize
6364 data_segment_align_index_ and saw_relro_end_.
6365 (Script_sections::data_segment_align): New function.
6366 (Script_sections::data_segment_relro_end): New function.
6367 (Script_sections::place_orphan): Set or clear is_relro.
6368 (Script_sections::set_section_addresses): Force alignment of first
6370 * yyscript.y (exp): Call script_data_segment_align and
6371 script_data_segment_relro_end.
6372 * testsuite/relro_script_test.t: New file.
6373 * testsuite/relro_test.cc (using_script): Declare.
6374 (t1, t2): Test using_script.
6375 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
6376 (relro_script_test_SOURCES): Define.
6377 (relro_script_test_DEPENDENCIES): Define.
6378 (relro_script_test_LDFLAGS): Define.
6379 (relro_script_test_LDADD): Define.
6380 (relro_script_test.so): New target.
6381 * testsuite/Makefile.in: Rebuild.
6383 2008-08-06 Cary Coutant <ccoutant@google.com>
6385 * archive.cc (Archive::total_archives, Archive::total_members)
6386 (Archive::total_members_loaded): New variables.
6387 (Archive::setup): Add parameter. Add option to preread
6389 (Archive::read_armap): Add counter.
6390 (Archive::get_file_and_offset): New function.
6391 (Archive::get_elf_object_for_member): New function.
6392 (Archive::read_all_symbols): New function.
6393 (Archive::read_symbols): New function.
6394 (Archive::add_symbols): Add counters.
6395 (Archive::include_all_members): Use armap to find members if it's
6397 (Archive::include_member): Skip reading symbols if already read.
6398 Factored code into Archive::get_file_and_offset and
6399 Archive::get_elf_object_for_member. Changed call to
6400 Mapfile::report_include_archive_member.
6401 (Archive::print_stats): New function.
6402 * archive.h: Declare Object and Read_symbols_data classes.
6403 (Archive::Archive): Add initializers for new members.
6404 (Archive::setup): Add parameter.
6405 (Archive::print_stats): New function.
6406 (Archive::total_archives, Archive::total_members)
6407 (Archive::total_members_loaded): New variables.
6408 (Archive::get_file_and_offset): New function.
6409 (Archive::get_elf_object_for_member): New function.
6410 (Archive::read_all_symbols): New function.
6411 (Archive::read_symbols): New function.
6412 (Archive::Archive_member): New class.
6413 (Archive::members_): New member.
6414 (Archive::num_members_): New member.
6415 * main.cc: Include archive.h.
6416 (main): Call Archive::print_stats.
6417 * mapfile.cc (Mapfile::report_include_archive_member): Delete
6418 archive parameter; member_name is now the fully-decorated name.
6419 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
6420 * options.h: (General_options): Add --preread-archive-symbols option.
6421 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
6424 2008-08-04 Ian Lance Taylor <iant@google.com>
6426 * symtab.h (Symbol::use_plt_offset): New function.
6427 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
6428 * powerpc.cc (Relocate::relocate): Likewise.
6429 * sparc.cc (Relocate::relocate): Likewise.
6430 * x86_64.cc (Relocate::relocate): Likewise.
6431 * testsuite/weak_plt.sh: New test.
6432 * testsuite/weak_plt_main.cc: New test.
6433 * testsuite/weak_plt_shared.cc: New test.
6434 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
6435 (check_PROGRAMS): Add weak_plt.
6436 (check_DATA): Add weak_plt_shared.so.
6437 (weak_plt_main_pic.o, weak_plt): New targets.
6438 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
6439 * testsuite/Makefile.in: Rebuild.
6441 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
6443 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
6444 * testsuite/Makefile.in: Rebuild.
6446 2008-08-04 Alan Modra <amodra@bigpond.net.au>
6448 * Makefile.am (POTFILES.in): Set LC_ALL=C.
6449 * Makefile.in: Regenerate.
6450 * po/POTFILES.in: Regenerate.
6452 2008-07-29 Ian Lance Taylor <iant@google.com>
6454 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
6455 symbols before other symbols.
6456 * testsuite/script_test_2.cc (test_addr): Declare.
6457 (test_addr_alias): Declare.
6458 (main): Check that test_addr and test_addr_alias have the right
6460 * testsuite/script_test_2.t: Define test_addr_alias and
6463 2008-07-24 Ian Lance Taylor <iant@google.com>
6466 * descriptors.cc: New file.
6467 * descriptors.h: New file.
6468 * gold-threads.h (class Hold_optional_lock): New class.
6469 * fileread.cc: Include "descriptors.h".
6470 (File_read::~File_read): Release descriptor rather than closing
6472 (File_read::open) [file]: Call open_descriptor rather than open.
6473 Set is_descriptor_opened_.
6474 (File_read::open) [memory]: Assert that descriptor is not open.
6475 (File_read::reopen_descriptor): New function.
6476 (File_read::release): Release descriptor.
6477 (File_read::do_read): Make non-const. Reopen descriptor.
6478 (File_read::read): Make non-const.
6479 (File_read::make_view): Reopen descriptor.
6480 (File_read::do_readv): Likewise.
6481 * fileread.h (class File_read): Add is_descriptor_opened_ field.
6482 Update declarations.
6483 * layout.cc: Include "descriptors.h".
6484 (Layout::create_build_id): Use open_descriptor rather than open.
6485 * output.cc: Include "descriptors.h".
6486 (Output_file::open): Use open_descriptor rather than open.
6487 * archive.cc (Archive::const_iterator): Change Archive to be
6489 (Archive::begin, Archive::end): Make non-const.
6490 (Archive::count_members): Likewise.
6491 * archive.h (class Archive): Update declarations.
6492 * object.h (Object::read): Make non-const.
6493 * Makefile.am (CCFILES): Add descriptors.cc.
6494 (HFILES): Add descriptors.h.
6495 * Makefile.in: Rebuild.
6498 * gold.h: Always include <clocale>. Add Solaris workarounds
6499 following code in binutils/sysdep.h.
6502 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
6503 this->eh_frame_hdr_ is NULL before using it.
6505 * dynobj.cc (Versions::Versions): Update comment.
6507 * dynobj.cc (Versions::Versions): If there is an soname, use it as
6508 the base version name.
6510 * stringpool.cc (Stringpool_template::add_with_length): Set key to
6511 array size plus one.
6512 (Stringpool_template::set_string_offsets): Subtract one from key
6513 before using it as an array index.
6514 (Stringpool_template::get_offset_with_length): Likewise.
6515 (Stringpool_template::write_to_buffer): Likewise.
6516 * stringpool.h (Stringpool_template::get_offset_from_key):
6519 2008-07-23 Ian Lance Taylor <iant@google.com>
6522 * object.h (Merged_symbol_value::value): Do our best to handle a
6526 * script.cc (Version_script_info::get_versions): Don't add empty
6527 version tag to return value.
6528 (Version_script_info::get_symbol_version_helper): Change return
6529 type to bool. Add pversion parameter. Change all callers.
6530 (script_register_vers_node): Don't require a non-NULL tag.
6531 * script.h (class Version_script_info): Update declarations.
6532 (Version_script_info::get_symbol_version): Change return type to
6533 bool. Add version parameter. Change all callers.
6534 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
6535 handling. Handle an empty version from a version script.
6536 (Symbol_table::define_special_symbol): Likewise.
6537 * testsuite/ver_test_10.script: New file.
6538 * testsuite/ver_test_10.sh: New file.
6539 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
6540 (check_DATA): Add ver_test_10.syms.
6541 (ver_test_10.syms, ver_test_10.so): New target.
6542 * testsuite/Makefile.in: Rebuild.
6544 2008-07-23 Simon Baldwin <simonb@google.com>
6546 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
6547 to zero for undefined symbols from dynamic libraries.
6549 2008-07-23 Ian Lance Taylor <iant@google.com>
6551 * symtab.cc (Symbol_table::resolve): Remove version parameter.
6553 * symtab.h (class Symbol_table): Update declaration.
6554 * testsuite/ver_test_9.cc: New file.
6555 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
6556 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
6557 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
6558 (ver_test_9.so, ver_test_9.o): New targets.
6559 * testsuite/Makefile.in: Rebuild.
6561 2008-07-22 Ian Lance Taylor <iant@google.com>
6563 * options.h (class General_options): Define --check-sections.
6564 * layout.cc (Layout::set_segment_offsets): Handle
6567 * options.h (class General_options): Define -n/--nmagic and
6569 * options.cc (General_options::finalize): For -n/--nmagic or
6570 -N/--omagic, set -static.
6571 * layout.cc (Layout::attach_allocated_section_to_segment): If
6572 -N/--omagic, don't put read-only and read-write sections in
6574 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
6575 finding a read-only segment.
6576 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
6577 don't set the minimum segment alignment to the common page size,
6578 and don't set the file offset to the address modulo the page size.
6579 * script-sections.cc (Script_sections::create_segments): If
6580 -n/--omagic, don't put read-only and read-write sections in
6583 * cref.cc: New file.
6585 * options.h (class General_options): Add --print-symbol-counts.
6586 * main.cc (main): Issue defined symbol report if requested.
6587 * archive.cc (Archive::interpret_header): Make into a const member
6589 (Archive::add_symbols): Call Input_objects::archive_start and
6591 (Archive::const_iterator): Define new class.
6592 (Archive::begin, Archive::end): New functions.
6593 (Archive::include_all_members): Rewrite to use iterator.
6594 (Archive::count_members): New function.
6595 * archive.h (class Archive): Update declarations.
6596 (Archive::filename): New function.
6597 * object.cc: Include "cref.h".
6598 (Sized_relobj::Sized_relobj): Initialize defined_count_.
6599 (Sized_relobj::do_get_global_symbol_counts): New function.
6600 (Input_objects::add_object): Add object to cross-referencer.
6601 (Input_objects::archive_start): New function.
6602 (Input_objects::archive_stop): New function.
6603 (Input_objects::print_symbol_counts): New function.
6604 * object.h: Declare Cref and Archive.
6605 (Object::get_global_symbol_counts): New function.
6606 (Object::do_get_global_symbol_counts): New pure virtual function.
6607 (class Sized_relobj): Add defined_count_ field. Update
6609 (class Input_objects): Add cref_ field. Update constructor.
6610 Update declarations.
6611 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
6613 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
6615 (Sized_dynobj::do_get_global_symbol_counts): New function.
6616 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
6617 defined_count_. Update declarations. Define Symbols typedef.
6618 * symtab.cc (Symbol_table::add_from_relobj): Add defined
6619 parameter. Change all callers.
6620 (Symbol_table::add_from_dynobj): Add sympointers and defined
6621 parameters. Change all callers.
6622 * symtab.h (class Symbol_table): Update declarations.
6623 * Makefile.am (CCFILES): Add cref.cc.
6624 (HFILES): Add cref.h.
6625 * Makefile.in: Rebuild.
6627 2008-07-22 Simon Baldwin <simonb@google.com>
6629 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
6630 to zero when writing undefined symbols.
6632 2008-07-22 Ian Lance Taylor <iant@google.com>
6634 * output.cc (Output_section::add_input_section): Don't try to
6635 merge empty merge sections.
6637 2008-07-21 Craig Silverstein <csilvers@google.com>
6639 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
6640 Include symbol version in error message.
6642 2008-07-20 Chris Demetriou <cgd@google.com>
6644 * configure.ac (gold_cv_c_random_seed): New configured variable.
6645 (RANDOM_SEED_CFLAGS): New substituted variable.
6646 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
6647 * configure: Rebuild.
6648 * Makefile.in: Likewise.
6649 * testsuite/Makefile.in: Likewise.
6651 2008-07-18 Ian Lance Taylor <iant@google.com>
6653 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
6654 where we see NAME/NULL and NAME/VERSION as separate symbols.
6655 * testsuite/ver_test_main.cc (main): Call t4.
6656 (t4, t4_2a): Define.
6657 * testsuite/ver_test_2.cc (t4_2): Define.
6658 * testsuite/ver_test_2.script: Put t4_2a in VER2.
6659 * testsuite/ver_test_4.cc (t4_2a): Define.
6660 * testsuite/ver_test_4.script: Put t4_2a in VER2.
6661 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
6663 2008-07-17 Ian Lance Taylor <iant@google.com>
6665 * dynobj.cc (Versions::add_def): If we give an error about a
6666 missing version, go ahead and create the version anyhow.
6668 2008-07-10 Ian Lance Taylor <iant@google.com>
6670 Handle output sections with more than 0x7fffffff bytes.
6671 * object.h (class Relobj): Change map_to_output_ to
6672 output_sections_, and just keep a section pointer. Change all
6673 uses. Move comdat group support to Sized_relobj.
6674 (Relobj::is_section_specially_mapped): Remove.
6675 (Relobj::output_section): Remove poff parameter. Change all
6677 (Relobj::output_section_offset): New function.
6678 (Relobj::set_section_offset): Rewrite.
6679 (Relobj::map_to_output): Remove.
6680 (Relobj::output_sections): New function.
6681 (Relobj::do_output_section_offset): New pure virtual function.
6682 (Relobj::do_set_section_offset): Likewise.
6683 (class Sized_relobj): Add section_offsets_ field. Add comdat
6684 group support from Relobj. Update declarations.
6685 (Sized_relobj::get_output_section_offset): New function.
6686 (Sized_relobj::do_output_section_offset): New function.
6687 (Sized_relobj::do_set_section_offset): New function.
6688 * object.cc (Relobj::output_section_address): Remove.
6689 (Sized_relobj::Sized_relobj): Initialize new fields.
6690 (Sized_relobj::include_section_group): Cast find_kept_object to
6692 (Sized_relobj::include_linkonce_section): Likewise.
6693 (Sized_relobj::do_layout): Use separate arrays for output section
6695 (Sized_relobj::do_count_local_symbols): Change map_to_output to
6697 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
6698 output_sections and section_offsets.
6699 (Sized_relobj::write_local_symbols): Likewise.
6700 (map_to_kept_section): Compute output address directly.
6701 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
6702 output_sections and section_offsets.
6703 (Sized_relobj::write_sections): Likewise.
6704 (Sized_relobj::relocate_sections): Likewise.
6705 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
6706 * output.h (class Output_reloc): Update declarations. Change
6707 u2_.relobj to Sized_relobj*.
6708 (class Output_data_reloc): Change add functions to use
6710 * output.cc (Output_reloc::Output_reloc): Change relobj to
6712 (Output_reloc::local_section_offset): Change return type to
6713 Elf_Addr. Use get_output_section_offset.
6714 (Output_reloc::get_address): Likewise.
6715 (Output_section::is_input_address_mapped): Don't call
6716 is_section_specially_mapped.
6717 (Output_section::output_offset): Likewise.
6718 (Output_section::output_address): Likewise.
6719 (Output_section::starting_output_address): Likewise.
6720 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
6721 parameter to Sized_relobj*.
6722 (Copy_relocs::need_copy_reloc): Likewise.
6723 (Copy_relocs::save): Likewise.
6724 * copy-relocs.h (class Copy_relocs): Update declarations.
6725 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
6726 Sized_relobj*. Change relobj_ field to Sized_relobj*.
6727 * target-reloc.h (relocate_for_relocatable): Change
6728 offset_in_output_section type to Elf_Addr. Change code that uses
6730 * layout.cc (Layout::layout): Always set *off.
6731 * mapfile.cc (Mapfile::print_input_section): Use
6732 output_section_offset.
6733 * i386.cc (Target_i386::copy_reloc): Change object parameter to
6735 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
6736 * sparc.cc (Target_sparc::copy_reloc): Likewise.
6737 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
6739 2008-07-03 Ian Lance Taylor <iant@google.com>
6741 * layout.cc (Layout::include_section): Do not discard unrecognized
6742 SHT_STRTAB sections.
6744 2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
6746 * script.cc (Lex::can_continue_name): Make '?' allowable in
6747 version-script names.
6748 * testsuite/version_script.map: Change glob pattern to use '?'
6750 2008-06-30 Manish Singh <yosh@gimp.org>
6753 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
6756 2008-06-30 Ian Lance Taylor <iant@google.com>
6760 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
6761 versions]: Don't try to read the value in the contents, since we
6762 don't use it. Use the template endianness when writing.
6764 2008-06-25 Cary Coutant <ccoutant@google.com>
6766 * fileread.cc (File_read::make_view): Assert on zero-length view.
6767 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
6768 symbol table when there are no symbols to read.
6770 2008-06-23 Craig Silverstein <csilvers@google.com>
6772 * version.cc (version_string): Bump to 1.7
6774 2008-06-18 Craig Silverstein <csilvers@google.com>
6776 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
6777 constant 0xFFFF to type Valtype.
6778 (Powerpc_relocate_functions::rel16_ha): Likewise.
6780 2008-06-17 Ian Lance Taylor <iant@google.com>
6782 * output.h (Output_section::Input_section): Initialize p2align_ to
6783 zero for Output_section_data constructors.
6784 (Output_section::Input_section::addralign): If not an input
6785 section, return the alignment of the Output_section_data.
6786 * testsuite/copy_test.cc: New file.
6787 * testsuite/copy_test_1.cc: New file.
6788 * testsuite/copy_test_2.cc: New file.
6789 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
6790 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
6791 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
6792 (copy_test_1_pic.o, copy_test_1.so): New targets.
6793 (copy_test_2_pic.o, copy_test_2.so): New targets.
6794 * testsuite/Makefile.in: Rebuild.
6796 * script-sections.cc (Script_sections::place_orphan): Initialize
6797 local variable exact.
6799 2008-06-13 David Edelsohn <edelsohn@gnu.org>
6801 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
6803 2008-06-12 David Edelsohn <edelsohn@gnu.org>
6804 David S. Miller <davem@davemloft.net>
6806 * powerpc.cc: New file.
6807 * Makefile.am (TARGETSOURCES): Add powerpc.cc
6808 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
6809 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
6810 * Makefile.in: Rebuild.
6812 2008-06-09 Ian Lance Taylor <iant@google.com>
6814 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
6816 (throwing, orig_terminate): New static variables.
6817 (terminate_handler): New static function.
6818 (t2): Set terminate handler.
6820 2008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
6823 * binary.cc (Binary_to_elf::sized_convert): Fix .data
6826 2008-05-30 Cary Coutant <ccoutant@google.com>
6828 * archive.cc (Archive::include_all_members) Correct to step
6829 over symbol table and extended name table in thin archives.
6831 2008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
6834 * target-reloc.h (relocate_for_relocatable): Fix new_offset
6837 2008-05-28 Caleb Howe <cshowe@google.com>
6839 * reduced_debug_output.cc: New file.
6840 * reduced_debug_output.h: New file.
6841 * options.h (class General_options): Add --strip-debug-non-line.
6842 * options.cc (General_options::finalize): Add strip_debug_non_line
6843 to the strip heirarchy.
6844 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
6846 * layout.cc: Include "reduced_debug_output.h".
6847 (Layout::Layout): Initialize new fields.
6848 (line_only_debug_sections): New static array.
6849 (is_lines_only_debug_sections): New static inline function.
6850 (Layout::include_section): Handle --strip-debug-non-line.
6851 (Layout::make_output_section): If --strip-debug-non-line, build
6852 new output sections for .debug_abbrev and .debug_info.
6853 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
6854 gold. Warn about possible overflow.
6855 (read_signed_LEB_128): Likewise.
6856 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
6857 (read_signed_LEB_128): Declare.
6858 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
6859 (HFILES): Add reduced_debug_output.h.
6860 * Makefile.in: Rebuild.
6862 2008-05-21 Ian Lance Taylor <iant@google.com>
6864 * mapfile.cc: New file.
6865 * mapfile.h: New file.
6866 * options.h (class General_options): Add -M/--print-map and -Map.
6867 * options.cc (General_options::finalize): Make -M equivalent to
6869 * main.cc: Include <cstdio> and "mapfile.h".
6870 (main): Open mapfile if requested.
6871 * gold.cc (class Middle_runner): Add mapfile_ field. Update
6872 constructor. Change caller.
6873 (queue_initial_tasks): Add mapfile parameter. Change caller.
6874 (queue_middle_tasks): Likewise.
6875 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
6877 * archive.cc: Include "mapfile.h".
6878 (Archive::add_symbols): Add mapfile parameter. Change all
6879 callers. Pass mapfile, symbol, and reason to include_member.
6880 (Archive::include_all_members): Add mapfile parameter. Change all
6882 (Archive::include_member): Add mapfile, sym, and why parameters.
6883 Change all callers. Report inclusion to map file.
6884 * archive.h: Include "fileread.h".
6885 (class Archive): Update declarations.
6886 (Archive::file): New const method.
6887 (class Add_archive_symbols): Add mapfile_ field. Update
6888 constructor. Change all callers.
6889 * readsyms.h (class Read_symbols): Likewise.
6890 (class Finish_group): Likewise.
6891 (class Read_script): Likewise.
6892 * common.cc: Include "mapfile.h".
6893 (Symbol_table::allocate_commons): Add mapfile parameter. Change
6895 (Symbol_table::do_allocate_commons): Likewise.
6896 (Symbol_table::do_allocate_commons_list): Likewise. Report common
6897 symbol allocation to mapfile.
6898 * common.h (class Allocate_commons_task): Add mapfile_ field.
6899 Update constructor. Change all callers.
6900 * symtab.h (class Symbol_table): Update declarations.
6901 * layout.cc: Include "mapfile.h".
6902 (Layout_task_runner::run): Print information to mapfile.
6903 (Layout::create_gold_note): Change Output_data_fixed_space to
6904 Output_data_zero_fill.
6905 (Layout::create_build_id): Likewise.
6906 (Layout::print_to_mapfile): New function.
6907 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
6908 constructor. Change caller.
6909 (class Layout): Declare print_to_mapfile.
6910 * output.cc (Output_section::Input_section::print_to_mapfile): New
6912 (Output_section::add_input_section): If producing a map, always
6913 add to input_sections_ list.
6914 (Output_section::do_print_to_mapfile): New function.
6915 (Output_segment::print_sections_to_mapfile): New function.
6916 (Output_segment::print_section_list_to_mapfile): New function.
6917 * output.h: Include "mapfile.h".
6918 (Output_data::print_to_mapfile): New function.
6919 (Output_data::do_print_to_mapfile): New virtual function.
6920 (Output_segment_headers::do_print_to_mapfile): New function.
6921 (Output_file_header::do_print_to_mapfile): New function.
6922 (Output_data_const::do_print_to_mapfile): New function.
6923 (class Output_data_const_buffer): Add map_name_ field. Update
6924 constructor. Change all callers. Add do_print_to_mapfile
6926 (class Output_data_fixed_space): Likewise.
6927 (class Output_data_space): Likewise.
6928 (class Output_data_zero_fill): New class.
6929 (Output_data_strtab::do_print_to_mapfile): New function.
6930 (Output_data_reloc_base::do_print_to_mapfile): New function.
6931 (Output_relocatable_relocs::do_print_to_mapfile): New function.
6932 (Output_data_group::do_print_to_mapfile): New function.
6933 (Output_data_got::do_print_to_mapfile): New function.
6934 (Output_data_dynamic::do_print_to_mapfile): New function.
6935 (Output_symtab_xindex::do_print_to_mapfile): New function.
6936 (class Output_section): Declare do_print_to_mapflie. Declare
6937 print_to_mapfile in Input_section.
6938 (class Output_segment): Declare new functions.
6939 * object.h (Sized_relobj::symbol_count): New function.
6940 * script-sections.cc
6941 (Output_section_element_dot_assignment::set_section_addresses):
6942 Change Output_data_fixed_space to Output_data_zero_fill.
6943 (Output_data_expression::do_print_to_mapfile): New function.
6944 * script.cc (read_input_script): Add mapfile parameter. Change
6946 * script.h (read_input_script): Update declaration.
6947 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
6948 (Eh_frame::do_print_to_mapfile): New function.
6949 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
6950 (Output_merge_string::do_print_to_mapfile): New function.
6951 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
6953 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
6955 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
6957 * Makefile.am (CCFILES): Add mapfile.cc.
6958 (HFILES): Add mapfile.h.
6959 * Makefile.in: Rebuild.
6961 2008-05-19 Ian Lance Taylor <iant@google.com>
6963 * options.h (class General_options): Add -z relro.
6964 * layout.cc (Layout::Layout): Initialize relro_segment_.
6965 (Layout::add_output_section_data): Return the output section.
6966 (Layout::make_output_section): Rcognize relro sections and mark
6968 (Layout::attach_allocated_section_to_segment): Put relro sections
6969 in a PT_GNU_RELRO segment.
6970 (Layout::create_initial_dynamic_sections): Mark the .dynamic
6972 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
6974 (Layout::linkonce_mapping): Map d.rel.ro.local to
6976 (Layout::output_section_name): Us .data.rel.ro.local for any
6977 section which begins with that.
6978 * layout.h (class Layout): Update add_output_section_data
6979 declaration. Add relro_segment_ field.
6980 * output.cc (Output_section::Output_section): Initialize is_relro_
6981 and is_relro_local_ fields.
6982 (Output_segment::add_output_section): Group relro sections.
6983 (Output_segment::is_first_section_relro): New function.
6984 (Output_segment::maximum_alignment): If there is a relro section,
6985 align the segment to the common page size.
6986 (Output_segment::set_section_addresses): Track whether we are
6987 looking at relro sections. If the last section is a relro
6988 section, align to the common page size.
6989 (Output_segment::set_section_list_addresses): Add in_relro
6990 parameter. Change all callers. Align to the page size when
6991 moving from relro to non-relro section.
6992 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
6994 * output.h (class Output_section): Add is_relro_ and
6995 is_relro_local_ fields.
6996 (Output_section::is_relro): New function.
6997 (Output_section::set_is_relro): New function.
6998 (Output_section::is_relro_local): New function.
6999 (Output_section::set_is_relro_local): New function.
7000 (class Output_segment): Update declarations.
7001 * i386.cc (Target_i386::got_section): Mark .got section as relro.
7002 * sparc.cc (Target_sparc::got_section): Likewise.
7003 * x86_64.cc (Target_x86_64::got_section): Likewise.
7004 * testsuite/relro_test_main.cc: New file.
7005 * testsuite/relro_test.cc: New file.
7006 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
7007 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
7008 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
7009 (relro_test.so, relro_test_pic.o): New targets.
7010 * testsuite/Makefile.in: Rebuild.
7012 2008-05-16 Ian Lance Taylor <iant@google.com>
7014 * output.cc (Output_segment::add_output_section): Remove front
7016 * output.h (class Output_segment): Remove
7017 add_initial_output_section and overloaded add_output_section.
7018 Update declaration of remaining add_output_section.
7019 * layout.cc (Layout::create_interp): Call add_output_section
7020 rather than add_initial_output_section.
7021 (Layout::finish_dynamic_section): Likewise.
7023 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
7024 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
7025 know the dynamic type.
7026 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
7027 field. Initialize it in constructor.
7028 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
7029 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
7030 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
7033 * output.cc (Output_reloc::get_address): Change return type to
7035 * output.h (class Output_reloc): Update get_address declaration.
7036 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
7037 for section addresses.
7039 2008-05-09 Ian Lance Taylor <iant@google.com>
7042 * gold.cc (gold_nomem): Use return value of write.
7044 2008-05-08 Ian Lance Taylor <iant@google.com>
7046 * symtab.c (Symbol::init_base_output_data): Add version
7047 parameter. Change all callers.
7048 (Symbol::init_base_output_segment): Likewise.
7049 (Symbol::init_base_constant): Likewise.
7050 (Symbol::init_base_undefined): Likewise.
7051 (Sized_symbol::init_output_data): Likewise.
7052 (Sized_symbol::init_output_segment): Likewise.
7053 (Sized_symbol::init_constant): Likewise.
7054 (Sized_symbol::init_undefined): Likewise.
7055 (Symbol_table::do_define_in_output_data): If the new symbol has a
7056 version, mark it as the default.
7057 (Symbol_table::do_define_in_output_segment): Likewise.
7058 (Symbol_table::do_define_as_constant): Likewise.
7059 * symtab.h (class Symbol): Update declarations.
7060 (class Sized_symbol): Likewise.
7061 * resolve.cc (Symbol::override_version): New function.
7062 (Symbol::override_base): Call override_version.
7063 (Symbol::override_base_with_special): Likewise.
7064 * testsuite/ver_script_8.script: New file.
7065 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
7066 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
7067 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
7068 (ver_test_8_1.so, ver_test_8_2.so): New targets.
7070 2008-05-06 Ian Lance Taylor <iant@google.com>
7073 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
7075 (class General_options): Remove existing --undefined, and add
7076 --no-undefined instead. Add new --undefined as synonym for -u.
7077 * archive.cc (Archive::add_symbols): Check whether symbol was
7079 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
7080 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
7081 all uses. Add IS_UNDEFINED. Update declarations to split
7082 different versions of init_base. Declare init_base_undefined.
7083 (Symbol::is_defined): Handle IS_UNDEFINED.
7084 (Symbol::is_undefined): Likewise.
7085 (Symbol::is_weak_undefined): Call is_undefined.
7086 (Symbol::is_absolute): Handle IS_CONSTANT.
7087 (class Sized_symbol): Update declarations to split different
7088 versions of init. Declare init_undefined.
7089 (class Symbol_table): Declare new functions.
7090 * symtab.cc (Symbol::init_base_object): Rename from init_base.
7092 (Symbol::init_base_output_data): Likewise.
7093 (Symbol::init_base_output_segment): Likewise.
7094 (Symbol::init_base_constant): Likewise.
7095 (Symbol::init_base_undefined): New function.
7096 (Sized_symbol::init_object): Rename from init. Change all
7098 (Sized_symbol::init_output_data): Likewise.
7099 (Sized_symbol::init_output_segment): Likewise.
7100 (Sized_symbol::init_constant): Likewise.
7101 (Sized_symbol::init_undefined): New function.
7102 (Symbol_table::add_undefined_symbols_from_command_line): New
7104 (Symbol_table::do_add_undefined_symbols_from_command_line): New
7106 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
7107 (Symbol::output_section): Likewise.
7108 (Symbol::set_output_section): Likewise.
7109 (Symbol_table::sized_finalize_symbol): Likewise.
7110 (Symbol_table::sized_write_globals): Likewise.
7111 * resolve.cc (Symbol_table::should_override): Likewise.
7112 (Symbol::override_base_with_special): Likewise.
7114 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
7115 symbol, change it to have default visibility.
7116 * testsuite/protected_1.cc: New file.
7117 * testsuite/protected_2.cc: New file.
7118 * testsuite/protected_3.cc: New file.
7119 * testsuite/protected_main_1.cc: New file.
7120 * testsuite/protected_main_2.cc: New file.
7121 * testsuite/protected_main_3.cc: New file.
7122 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
7123 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
7124 (protected_1_LDFLAGS, protected_1_LDADD): Define.
7125 (protected_1.so): New target.
7126 (protected_1_pic.o, protected_2_pic.o): New targets.
7127 (protected_3_pic.o): New target.
7128 (check_PROGRAMS): Add protected_2.
7129 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
7130 (protected_2_LDFLAGS, protected_2_LDADD): Define.
7131 * testsuite/Makefile.in: Rebuild.
7133 * options.h (DEFINE_var): Add set_user_set_##varname__.
7134 (DEFINE_bool_alias): New macro.
7135 (class General_options): Define -Bstatic using DEFINE_bool_alias
7136 rather than DEFINE_special. Add --undefined as an alias for -z
7138 * options.cc (General_options::parse_Bstatic): Remove.
7140 * options.h (class General_options): Add --fatal-warnings.
7141 * main.cc (main): Implement --fatal-warnings.
7142 * errors.h (Errors::warning_count): New function.
7144 * options.h (class General_options): Add -Bsymbolic-functions.
7145 * symtab.h (Symbol::is_preemptible): Check for
7146 -Bsymbolic-functions.
7148 2008-05-05 Ian Lance Taylor <iant@google.com>
7150 * options.h (DEFINE_bool): For DASH_Z, create the negative option
7151 as noVARNAME rather than no-VARNAME.
7152 (class General_options): Add option -z combreloc.
7153 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
7155 (Output_reloc::sort_before) [SHT_REL]: New function.
7156 (Output_reloc::sort_before) [SHT_RELA]: New function.
7157 (class Output_data_reloc_base): Add sort_relocs_ field. Define
7158 Sort_relocs_comparison.
7159 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
7160 parameter. Change all callers.
7161 (Output_data_reloc::Output_data_reloc) [both versions]: Add
7162 sort_relocs parameter. Change all callers.
7163 * output.cc (Output_reloc::get_address): New function, broken out
7165 (Output_reloc::write_rel): Call it.
7166 (Output_reloc::compare): New function.
7167 (Output_data_reloc_base::do_write): Optionally sort relocs.
7169 * configure.ac: If targ_extra_obj is set, link it in.
7170 * configure.tgt: Initialize all variables.
7171 (x86_64*): Set targ_extra_obj and targ_extra_size.
7172 * configure: Rebuild.
7174 * object.cc (Sized_relobj::include_section_group): Adjust section
7175 indexes read from group data. Build vector to pass to
7177 * layout.cc (Layout::layout_group): Add flags and shndxes
7178 parameters. Remove contents parameter. Change caller. Update
7179 explicit instantiations.
7180 * layout.h (class Layout): Update layout_group declaration.
7181 * output.cc (Output_data_group::Output_data_group): Add flags and
7182 input_shndxes parameters. Remove contents parameter. Change
7184 (Output_data_group::do_write): Change input_sections_ to
7186 * output.h (class Output_data_group): Update constructor
7187 declaration. Rename input_sections_ to input_shndxes_.
7188 * testsuite/many_sections_test.cc: Add template.
7190 2008-04-30 Cary Coutant <ccoutant@google.com>
7192 * target-reloc.h (relocate_section): Fix dead-pointer bug.
7194 * layout.cc (Layout::include_section): Refactored check for debug
7196 (Layout::add_comdat): Add new parameters. Change type
7197 of signature parameter. Add object and shndx to signatures table.
7198 (Layout::find_kept_object): New function.
7199 * layout.h: Include <cstring>.
7200 (Layout::is_debug_info_section): New function.
7201 (Layout::add_comdat): Add new parameters.
7202 (Layout::find_kept_object): New function.
7203 (Layout::Kept_section): New struct.
7204 (Layout::Signatures): Change type of map range.
7205 * object.cc (Relobj::output_section_address): New function.
7206 (Sized_relobj::include_section_group): Add new parameters. Change
7207 calls to Layout::add_comdat. Change to build table of kept comdat
7208 groups and table mapping discarded sections to kept sections.
7209 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
7210 (Sized_relobj::do_layout): Change calls to include_section_group and
7211 include_linkonce_section.
7212 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
7213 value to zero when section is discarded.
7214 (Sized_relobj::map_to_kept_section): New function.
7215 * object.h (Relobj::output_section_address): New function.
7216 (Relobj::Comdat_group): New type.
7217 (Relobj::find_comdat_group): New function.
7218 (Relobj::Comdat_group_table): New type.
7219 (Relobj::Kept_comdat_section): New type.
7220 (Relobj::Kept_comdat_section_table): New type.
7221 (Relobj::add_comdat_group): New function.
7222 (Relobj::set_kept_comdat_section): New function.
7223 (Relobj::get_kept_comdat_section): New function.
7224 (Relobj::comdat_groups_): New field.
7225 (Relobj::kept_comdat_sections_): New field.
7226 (Symbol_value::input_value): Update comment.
7227 (Sized_relobj::map_to_kept_section) New function.
7228 (Sized_relobj::include_linkonce_section): Add new parameter.
7229 * target-reloc.h (Comdat_behavior): New type.
7230 (get_comdat_behavior): New function.
7231 (relocate_section): Add code to map a discarded section to the
7232 corresponding kept section when applying a relocation.
7234 2008-04-30 Craig Silverstein <csilvers@google.com>
7236 * dwarf_reader.cc (next_generation_count): New static var.
7237 (Addr2line_cache_entry): New struct.
7238 (addr2line_cache): New static var.
7239 (Dwarf_line_info::one_addr2line): Added caching.
7240 (Dwarf_line_info::clear_addr2line_cache): New function.
7241 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
7242 cache-size parameter.
7243 (Dwarf_line_info::one_addr2line_cache): New function.
7244 * symtab.cc (Symbol_table::detect_odr_violations): Pass
7245 new cache-size argument to one_addr2line(), and clear cache.
7247 2008-04-28 Cary Coutant <ccoutant@google.com>
7249 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
7250 R_386_PC8 relocations.
7252 2008-04-23 Ian Lance Taylor <iant@google.com>
7254 * object.cc (Sized_relobj::include_section_group): Check for
7255 invalid section group.
7257 * object.cc (make_elf_object): Correct test for 64-bit ELF file
7260 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
7261 than read for file header.
7262 * archive.cc (Archive::include_member): Likewise.
7264 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7266 * aclocal.m4: Regenerate.
7267 * configure: Regenerate.
7269 2008-04-19 Ian Lance Taylor <iant@google.com>
7271 * version.cc (version_string): Bump to 1.6.
7273 * testsuite/Makefile.am (many_sections_r_test): New target.
7274 (many_sections_r_test_SOURCES): Remove.
7275 (many_sections_r_test_DEPENDENCIES): Remove.
7276 (many_sections_r_test_LDFLAGS): Remove.
7277 (many_sections_r_test_LDADD): Remove.
7279 * object.cc (Sized_relobj::do_add_symbols): Always pass
7280 local_symbol_count_ to add_from_relobj.
7282 * testsuite/Makefile.am (many_sections_check.h): Only check one in
7283 every thousand variables.
7284 * testsuite/Makefile.in: Rebuild.
7286 * object.cc (Xindex::initialize_symtab_xindex): New function.
7287 (Xindex::read_symtab_xindex): New function.
7288 (Xindex::sym_xindex_to_shndx): New function.
7289 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
7291 (Sized_relobj::do_initialize_xindex): New function.
7292 (Sized_relobj::do_read_symbols): Adjust section links.
7293 (Sized_relobj::symbol_section_and_value): Add is_ordinary
7294 parameter. Change all callers.
7295 (Sized_relobj::include_section_group): Adjust section links and
7296 symbol section indexes.
7297 (Sized_relobj::do_layout): Adjust section links.
7298 (Sized_relobj::do_count_local_symbols): Adjust section links and
7299 symbol section indexes.
7300 (Sized_relobj::do_finalize_local_symbols): Distinguish between
7301 ordinary and special symbols.
7302 (Sized_relobj::write_local_symbols): Add symtab_xindex and
7303 dynsym_xindex parameters. Change all callers. Adjust section
7304 links. Use SHN_XINDEX when needed.
7305 (Sized_relobj::get_symbol_location_info): Adjust section links.
7306 Don't get fooled by special symbols.
7307 * object.h (class Xindex): Define.
7308 (class Object): Add xindex_ parameter. Declare virtual functoin
7309 do_initialize_xindex.
7310 (Object::adjust_sym_shndx): New function.
7311 (Object::set_xindex): New protected function.
7312 (class Symbol_value): Add is_ordinary_shndx_ field.
7313 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
7314 (Symbol_value::value): Assert ordinary section.
7315 (Symbol_value::initialize_input_to_output_map): Likewise.
7316 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
7318 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
7320 (class Sized_relobj): Update declarations.
7321 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
7322 parameter. Change all callers.
7323 (Sized_relobj::adjust_shndx): New function.
7324 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
7326 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
7327 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
7328 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
7329 (Sized_dynobj::read_dynsym_section): Adjust section links.
7330 (Sized_dynobj::read_dynamic): Likewise.
7331 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
7333 (Sized_dynobj::do_initialize_xindex): New function.
7334 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
7335 do_initialize_xindex.
7336 (Sized_dynobj::adjust_shndx): New function.
7337 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
7338 dynsym_xindex_ fields.
7339 (Layout::finalize): Add a call to set_section_indexes before
7340 creating the symtab sections.
7341 (Layout::set_section_indexes): Don't do anything if the section
7342 already has a section index.
7343 (Layout::create_symtab_sections): Add shnum parameter. Change
7344 caller. Create .symtab_shndx section if needed.
7345 (Layout::create_shdrs): Add shstrtab_section parameter. Change
7347 (Layout::allocated_output_section_count): New function.
7348 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
7350 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
7351 fields. Update declarations.
7352 (Layout::symtab_xindex): New function.
7353 (Layout::dynsym_xindex): New function.
7354 (class Write_symbols_task): Add layout_ field.
7355 (Write_symbols_task::Write_symbols_task): Add layout parameter.
7357 * output.cc (Output_section_headers::Output_section_headers): Add
7358 shstrtab_section parameter. Change all callers.
7359 (Output_section_headers::do_sized_write): Store overflow values
7360 for section count and section string table section index in
7361 section header zero.
7362 (Output_file_header::do_sized_write): Check for overflow of
7363 section count and section string table section index.
7364 (Output_symtab_xindex::do_write): New function.
7365 (Output_symtab_xindex::endian_do_write): New function.
7366 * output.h (class Output_section_headers): Add shstrtab_section_.
7367 Update declarations.
7368 (class Output_symtab_xindex): Define.
7369 (Output_section::has_out_shndx): New function.
7370 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
7372 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
7374 (Sized_symbol::init): Likewise.
7375 (Symbol::output_section): Check for ordinary symbol.
7376 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
7377 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
7379 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
7380 Change all callers. Simplify handling of symbols from sections
7381 not included in the link.
7382 (Symbol_table::add_from_dynobj): Handle ordinary symbol
7384 (Weak_alias_sorter::operator()): Assert that symbols are
7386 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
7388 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
7389 parameters. Change all callers.
7390 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
7391 symbol distinction. Use SHN_XINDEX when needed.
7392 (Symbol_table::write_section_symbol): Add symtab_xindex
7393 parameter. Change all callers.
7394 (Symbol_table::sized_write_section_symbol): Likewise. Use
7395 SHN_XINDEX when needed.
7396 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
7398 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
7399 (Symbol::is_defined): Check is_ordinary.
7400 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
7401 (Symbol::is_absolute, Symbol::is_common): Likewise.
7402 (class Sized_symbol): Update declarations.
7403 (class Symbol_table): Update declarations.
7404 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
7405 parameters. Change all callers.
7406 (Sized_symbol::override): Likewise.
7407 (Symbol_table::override): Likewise.
7408 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
7409 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
7410 is_ordinary, and orig_st_shndx parameters. Change all callers.
7411 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
7412 to be in an ordinary section.
7413 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
7414 object and is_ordinary parameters. Change all callers.
7415 (Sized_dwarf_line_info::read_relocs): Add object parameter.
7416 Change all callers. Don't add undefined or non-ordinary symbols
7418 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
7420 * dwarf_reader.h (class Sized_dwarf_line_info): Update
7422 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
7423 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
7424 (Sized_relobj::relocate_sections): Likewise.
7425 * target-reloc.h (scan_relocs): Adjust section symbol index.
7426 (scan_relocatable_relocs): Likewise.
7427 * i386.cc (Scan::local): Check for ordinary symbols.
7428 * sparc.cc (Scan::local): Likewise.
7429 * x86_64.cc (Scan::local): Likewise.
7430 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
7431 to symbol_section_and_value.
7432 * testsuite/many_sections_test.cc: New file.
7433 * testsuite/Makefile.am (BUILT_SOURCES): Define.
7434 (check_PROGRAMS): Add many_sections_test.
7435 (many_sections_test_SOURCES): Define.
7436 (many_sections_test_DEPENDENCIES): Define.
7437 (many_sections_test_LDFLAGS): Define.
7438 (BUILT_SOURCES): Add many_sections_define.h.
7439 (many_sections_define.h): New target.
7440 (BUILT_SOURCES): Add many_sections_check.h.
7441 (many_sections_check.h): New target.
7442 (check_PROGRAMS): Add many_sections_r_test.
7443 (many_sections_r_test_SOURCES): Define.
7444 (many_sections_r_test_DEPENDENCIES): Define.
7445 (many_sections_r_test_LDFLAGS): Define.
7446 (many_sections_r_test_LDADD): Define.
7447 (many_sections_r_test.o): New target.
7448 * testsuite/Makefile.in: Rebuild.
7450 2008-04-17 Cary Coutant <ccoutant@google.com>
7452 * errors.cc (Errors::info): New function.
7453 (gold_info): New function.
7454 * errors.h (Errors::info): New function.
7455 * gold.h (gold_info): New function.
7456 * object.cc (Input_objects::add_object): Print trace output.
7457 * options.cc (options::parse_set): New function.
7458 (General_options::parse_wrap): Deleted.
7459 (General_options::General_options): Deleted initializer.
7460 * options.h (options::String_set): New typedef.
7461 (options::parse_set): New function.
7462 (DEFINE_set): New macro.
7463 (General_options::wrap): Changed to use DEFINE_set. Changed
7464 callers of any_wrap_symbols and is_wrap_symbol.
7465 (General_options::trace, General_options::trace_symbol):
7467 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
7468 (General_options::wrap_symbols_): Deleted.
7469 * symtab.cc (Symbol_table::add_from_object): Print trace output.
7471 2008-04-17 David S. Miller <davem@davemloft.net>
7473 * options.cc (General_options::parse_V): New function.
7474 * options.h: Add entries for -V and -Qy.
7476 2008-04-17 Ian Lance Taylor <iant@google.com>
7478 * common.cc (Symbol_table::allocate_commons): Remove options
7479 parameter. Change caller.
7480 (Symbol_table::do_allocate_commons): Remove options parameter.
7481 Change caller. Just call do_allocate_commons_list twice.
7482 (Symbol_table::do_allocate_commons_list): New function, broken out
7483 of do_allocate_commons.
7484 * common.h (class Allocate_commons_task): Remove options_ field.
7486 * symtab.cc (Symbol_table::Symbol_table): Initialize
7488 (Symbol_table::add_from_object): Put TLS common symbols on
7490 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
7491 which are IN_OUTPUT_DATA.
7492 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
7493 allocate_commons and do_allocate_commons declarations. Declare
7494 do_allocate_commons_list.
7495 * gold.cc (queue_middle_tasks): Update creation of
7496 Allocate_commons_task to not pass options.
7497 * testsuite/Makefile.am (INCLUDES): Add -I.. .
7498 (TLS_TEST_C_FLAGS): New variable.
7499 (tls_test_c_pic.o): New target.
7500 (tls_test_shared.so): Link in tls_test_c_pic.o.
7501 (tls_test_c_pic_ie.o): New target.
7502 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
7503 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
7504 (tls_test_c.o): New target.
7505 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
7506 (tls_pic_test_LDADD): Likewise.
7507 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
7508 (tls_shared_gd_to_ie_test_LDADD): Likewise.
7509 (tls_test_c_gnu2.o): New target.
7510 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
7512 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
7513 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
7514 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
7515 * testsuite/tls_test.cc: Include "config.h".
7516 (t_last): Call t11_last.
7517 * testsuite/tls_test.h (t11, t11_last): Declare.
7518 * testsuite/tls_test_c.c: New file.
7519 * testsuite/tls_test_main.cc (thread_routine): Call t11.
7520 * configure.ac: Check for OpenMP support.
7521 * configure, config.in, Makefile.in: Rebuild.
7522 * testsuite/Makefile.in: Rebuild.
7524 2008-04-16 Cary Coutant <ccoutant@google.com>
7526 * i386.cc (Target_i386::define_tls_base_symbol): New function.
7527 (Target_i386::tls_base_symbol_defined_): New field.
7528 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
7529 (Target_i386::Scan::global): Likewise.
7530 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
7531 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
7532 (Target_x86_64::tls_base_symbol_defined_): New field.
7533 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
7534 (Target_x86_64::Scan::global): Likewise.
7536 2008-04-16 Cary Coutant <ccoutant@google.com>
7538 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
7539 (Symbol::needs_plt_entry): Allow weak undefined symbols.
7540 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
7541 building shared libraries.
7542 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
7543 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
7544 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
7545 * testsuite/Makefile.in: Rebuild.
7546 * testsuite/weak_undef.h: New file.
7547 * testsuite/weak_undef_file1.cc: Add extra test cases.
7548 * testsuite/weak_undef_file2.cc: Likewise.
7549 * testsuite/weak_undef_test.cc: Likewise.
7551 2008-04-16 David S. Miller <davem@davemloft.net>
7553 * sparc.cc (Target_sparc::Scan): Change from struct to class.
7554 Add issued_non_pic_error_ field. Declare check_non_pic.
7555 (Target_sparc::Scan::check_non_pic): New function.
7556 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
7557 (Target_sparc::Scan::global): Likewise.
7559 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
7560 * configure: Rebuild.
7562 * options.h (DEFINE_enable): New macro.
7563 (new_dtags): New enable option.
7564 (initfirst, interpose, loadfltr, nodefaultlib,
7565 nodelete, nodlopen, nodump): New -z options.
7566 * layout.cc (Layout:finish_dynamic_section): If new
7567 dtags enabled, emit DT_RUNPATH. Also, emit a
7568 DT_FLAGS_1 containing any specified -z flags.
7570 2008-04-16 Ian Lance Taylor <iant@google.com>
7572 * copy-relocs.cc: New file.
7573 * copy-relocs.h: New file.
7574 * reloc.cc: Remove Copy_relocs code.
7575 * reloc.h: Likewise.
7576 * reloc-types.h (struct Reloc_types) [both versions]: Add
7577 get_reloc_addend_noerror.
7578 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
7579 variants of add_global which take an addend which must be zero.
7580 * i386.cc: Include "copy-relocs.h".
7581 (class Target_i386): Change type of copy_relocs_ to variable,
7583 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
7585 (Target_i386::do_finalize_sections): Change handling of
7587 * sparc.cc: Include "copy-relocs.h".
7588 (class Target_sparc): Change type of copy_relocs_ to variable,
7590 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
7592 (Target_sparc::do_finalize_sections): Change handling of
7594 * x86_64.cc: Include "copy-relocs.h".
7595 (class Target_x86_64): Change type of copy_relocs_ to variable,
7597 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
7598 class. Change all callers.
7599 (Target_x86_64::do_finalize_sections): Change handling of
7601 * Makefile.am (CCFILES): Add copy-relocs.cc.
7602 (HFILES): Add copy-relocs.h.
7604 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
7606 * testsuite/script_test_4.sh: Permit leading zeroes.
7608 2008-04-15 Ian Lance Taylor <iant@google.com>
7610 * script-sections.cc (Script_sections::create_segments): Use
7611 header_size_adjustment even when there is enough room for the
7613 * testsuite/script_test_4.sh: New file.
7614 * testsuite/script_test_4.t: New file.
7615 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
7616 (check_DATA): Add script_test_4.stdout.
7617 (MOSTLYCLEANFILES): Likewise.
7618 (script_test_4): New target.
7619 (script_test_4.stdout): New target.
7620 * testsuite/Makefile.in: Rebuild.
7622 * sparc.cc: Add definitions for Output_data_plt_sparc class
7625 2008-04-14 David S. Miller <davem@davemloft.net>
7627 * sparc.cc: New file.
7628 * Makefile.am (TARGETSOURCES): Add sparc.cc
7629 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
7630 * configure.tgt: Document targ_extra_size and
7631 targ_extra_big_endian. Add entries for sparc-* and
7633 * configure.ac: Handle targ_extra_size and
7634 targ_extra_big_endian.
7635 * Makefile.in: Rebuild.
7636 * configure: Likewise.
7637 * po/POTFILES.in: Likewise.
7638 * po/gold.pot: Likewise.
7640 2008-04-14 Ian Lance Taylor <iant@google.com>
7642 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
7643 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
7644 in the name/type/flags to section mapping. Don't call
7645 allocate_output_section.
7646 (Layout::choose_output_section): Change parameter from adjust_name
7647 to is_input_section. Don't permit input sections after sections
7648 are attached to segments. Don't call allocate_output_section.
7649 (Layout::layout_eh_frame): Call update_flags_for_input_section,
7650 not write_enable_output_section.
7651 (Layout::make_output_section): Don't push to
7652 unattached_section_list_ nor call attach_to_segment. Call
7653 attach_section_to_segment if sections are attached.
7654 (Layout::attach_sections_to_segments): New function.
7655 (Layout::attach_section_to_segment): New function.
7656 (Layout::attach_allocated_section_to_segment): Rename from
7657 attach_to_segment. Remove flags parameter.
7658 (Layout::allocate_output_section): Remove function.
7659 (Layout::write_enable_output_section): Remove function.
7660 * layout.h (class Layout): Update for above changes. Add new
7661 field sections_are_attached_.
7662 * output.h (Output_section::update_flags_for_input_section): New
7664 * output.cc (Output_section::add_input_section): Call
7665 update_flags_for_input_section.
7666 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
7668 2008-04-11 Cary Coutant <ccoutant@google.com>
7670 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
7671 thought unnecessary.
7672 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
7674 2008-04-11 Ian Lance Taylor <iant@google.com>
7676 * output.h (class Output_section_data): Remove inline definition
7678 * output.cc (Output_section_data::set_addralign): New function.
7680 2008-04-11 Cary Coutant <ccoutant@google.com>
7682 Add support for TLS descriptors for i386 and x86_64.
7683 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
7684 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
7685 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
7687 (Target_i386::got_mod_index_entry): Remove unnecessary code.
7688 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
7689 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
7691 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
7692 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
7693 Fix problem with initial-exec relocations.
7694 (Target_i386::Relocate::relocate_tls): Likewise.
7695 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
7697 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
7698 support for section-plus-offset dynamic table entries.
7699 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
7700 (Output_data_dynamic::Dynamic_entry): Add support for
7701 section-plus-offset dynamic table entries.
7702 (Output_data_dynamic::Classification): Likewise.
7703 (Output_data_dynamic::classification_): Renamed offset_.
7704 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
7705 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
7706 (Target_x86_64::make_plt_section): New function.
7707 (Target_x86_64::reserve_tlsdesc_entries): New function.
7708 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
7709 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
7710 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
7711 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
7712 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
7713 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
7714 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
7715 add extra PLT entry for TLS descriptors.
7716 (Output_data_plt_x86_64::got_): New field.
7717 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
7718 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
7720 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
7722 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
7723 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
7724 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
7725 R_386_TLS_DESC_CALL relocations.
7726 (Target_x86_64::Scan::global): Likewise.
7727 (Target_x86_64::do_finalize_sections): Add dynamic table entries
7728 for TLS descriptors.
7729 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
7730 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
7731 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
7732 GD-to-IE relaxation.
7733 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
7734 and TLS_DESCRIPTORS.
7735 * Makefile.in: Rebuild.
7736 * configure: Rebuild.
7737 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
7738 (tls_test_shared2.so): New target.
7739 (tls_shared_gd_to_ie_test_SOURCES): New variable.
7740 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
7741 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
7742 (tls_shared_gd_to_ie_test_LDADD): New variable.
7743 (tls_shared_gnu2_gd_to_ie_test): New target.
7744 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
7746 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
7747 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
7748 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
7749 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
7750 (tls_shared_gnu2_test): New target.
7751 (tls_test_gnu2_shared.so): New target.
7752 (tls_shared_gnu2_test_SOURCES): New variable.
7753 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
7754 (tls_shared_gnu2_test_LDFLAGS): New variable.
7755 (tls_shared_gnu2_test_LDADD): New variable.
7756 * testsuite/Makefile.in: Rebuild.
7757 * testsuite/Makefile.
7759 2008-04-11 Ian Lance Taylor <iant@google.com>
7761 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
7763 * testsuite/Makefile.in: Rebuild.
7765 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
7767 * testsuite/script_test_2.cc (main): Adjust test.
7769 2008-04-11 David S. Miller <davem@davemloft.net>
7770 Ian Lance Taylor <iant@google.com>
7772 * options.h (General_options): Add entries for '-Y' and
7774 * options.cc (General_options:finalize): If -Y was used, add those
7775 entries to the library path instead of the default "/lib" and
7778 2008-04-11 David S. Miller <davem@davemloft.net>
7780 * testsuite/justsyms.t: Start at 0x100.
7781 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
7782 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
7784 * testsuite/script_test_2.cc: Adjust string and section length
7787 2008-04-09 Ian Lance Taylor <iant@google.com>
7790 * script-sections.cc (Sections_element::allocate_to_segment): Add
7792 (Output_section_definition::allocate_to_segment): Likewise.
7793 (Orphan_output_section::allocate_to_segment): Likewise.
7794 (Script_sections::attach_sections_using_phdrs_clause): Don't
7795 propagate non-PT_LOAD segments to orphan sections.
7796 * testsuite/Makefile.am (script_test_3.stdout): Generate using
7797 readelf rather than objdump.
7798 * testsuite/script_test_3.sh: Adjust accordingly. Test that
7799 .interp section and PT_INTERP segment are the same size.
7800 * testsuite/Makefile.in: Rebuild.
7802 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
7803 aliases for symbols defined in the same object.
7804 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
7805 (weak_alias_test_SOURCES): New variable.
7806 (weak_alias_test_DEPENDENCIES): New variable.
7807 (weak_alias_test_LDFLAGS): New variable.
7808 (weak_alias_test_LDADD): New variable.
7809 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
7810 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
7811 (weak_alias_test_3.o): New target.
7812 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
7813 * testsuite/weak_alias_test_main.cc: New file.
7814 * testsuite/weak_alias_test_1.cc: New file.
7815 * testsuite/weak_alias_test_2.cc: New file.
7816 * testsuite/weak_alias_test_3.cc: New file.
7818 2008-04-08 Ian Lance Taylor <iant@google.com>
7820 * options.h (class General_options): Add --noinhibit-exec option.
7821 * main.cc (main): Check --noinhibit-exec.
7823 * options.h (class General_options): Define --wrap as a special
7824 option. Add wrap_symbols_ field.
7825 (General_options::any_wrap_symbols): New function.
7826 (General_options::is_wrap_symbol): New function.
7827 * options.cc (General_options::parse_wrap): New function.
7828 (General_options::General_options): Initialize wrap_symbols_.
7829 * symtab.cc (Symbol_table::wrap_symbol): New function.
7830 (Symbol_table::add_from_object): Handle --wrap.
7831 * symtab.h (class Symbol_table): Declare wrap_symbol.
7832 * target.h (Target::wrap_char): New function.
7833 (Target::Target_info): Add wrap_char field.
7834 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
7835 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
7836 * testsuite/testfile.cc (Target_test::test_target_info):
7839 * errors.cc (Errors::undefined_symbol): Mention symbol version if
7842 * layout.h (class Layout): Add added_eh_frame_data_ field.
7843 * layout.cc (Layout::Layout): Initialize new field.
7844 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
7845 output section until we find a section we merged successfully.
7846 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
7847 that the size be non-zero.
7849 * merge.cc (Object_merge_map::get_output_offset): Remove inline
7852 2008-04-08 Craig Silverstein <csilvers@google.com>
7854 * configure.ac: Export new conditional variable HAVE_ZLIB.
7855 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
7857 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
7858 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
7860 2008-04-07 Ian Lance Taylor <iant@google.com>
7862 * version.cc (version_string): Set to "1.5".
7864 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
7865 Add issued_non_pic_error_ field. Declare check_non_pic.
7866 (Target_x86_64::Scan::check_non_pic): New function.
7867 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
7868 (Target_x86_64::Scan::global): Likewise.
7870 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
7871 addend parameter. Change caller. Handle merge sections.
7872 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
7873 Address to Addend. Don't add in the result of
7874 local_section_offset, pass down the addend and use the returned
7876 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
7877 Update declarations of local_section_offset and symbol_value.
7878 * testsuite/two_file_test_1.cc (t18): New function.
7879 * testsuite/two_file_test_2.cc (f18): New function.
7880 * testsuite/two_file_test_main.cc (main): Call t18.
7881 * testsuite/two_file_test.h (t18, f18): Declare.
7883 * configure.ac: Don't test for objdump, c++filt, or readelf.
7884 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
7886 (TEST_READELF): New variable.
7887 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
7888 (check_PROGRAMS): Add two_file_strip_test.
7889 (two_file_strip_test): New target.
7890 (check_PROGRAMS): Add two_file_same_shared_strip_test.
7891 (two_file_same_shared_strip_test_SOURCES): New variable.
7892 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
7893 (two_file_same_shared_strip_test_LDFLAGS): New variable.
7894 (two_file_same_shared_strip_test_LDADD): New variable.
7895 (two_file_shared_strip.so): New target.
7896 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
7897 (ver_test_5.syms, ver_test_7.syms): Likewise.
7898 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
7899 (strip_test_3.stdout): Use TEST_OBJDUMP.
7900 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
7902 2008-04-04 Cary Coutant <ccoutant@google.com>
7904 * symtab.h (Symbol::is_weak_undefined): New function.
7905 (Symbol::is_strong_undefined): New function.
7906 (Symbol::is_absolute): New function.
7907 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
7908 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
7910 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
7911 (weak_undef_test): New target.
7912 * testsuite/Makefile.in: Rebuild.
7913 * testsuite/weak_undef_file1.cc: New file.
7914 * testsuite/weak_undef_file2.cc: New file.
7915 * testsuite/weak_undef_test.cc: New file.
7917 2008-04-03 Craig Silverstein <csilvers@google.com>
7919 * compressed_output.h (class Output_compressed_section): Use
7921 * compressed_output.cc (zlib_compress): Use unsigned buffers,
7923 (zlib_compressed_suffix): Removed.
7924 (Output_compressed_section::set_final_data_size): Use unsigned
7926 * testsuite/Makefile.am (flagstest_compress_debug_sections):
7927 Fix linker invocation.
7928 (flagstest_o_specialfile_and_compress_debug_sections):
7930 * testsuite/Makefile.in: Regenerated.
7932 2008-04-02 David S. Miller <davem@davemloft.net>
7934 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
7935 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
7937 2008-04-02 Craig Silverstein <csilvers@google.com>
7941 2008-04-02 Ian Lance Taylor <iant@google.com>
7943 * fileread.cc (File_read::find_view): Add byteshift and vshifted
7944 parameters. Update for new key type to views_. Change all
7946 (File_read::read): Adjust for byteshift in returned view.
7947 (File_read::add_view): New function, broken out of
7949 (File_read::make_view): New function, broken out of
7951 (File_read::find_or_make_view): Add offset and aligned
7952 parameters. Rewrite accordingly. Change all callers.
7953 (File_read::get_view): Add offset and aligned parameters. Adjust
7954 for byteshift in return value.
7955 (File_read::get_lasting_view): Likewise.
7956 * fileread.h (class File_read): Update declarations.
7957 (class File_read::View): Add byteshift_ field. Add byteshift to
7958 constructor. Add byteshift method.
7959 * archive.h (Archive::clear_uncached_views): New function.
7960 (Archive::get_view): Add aligned parameter. Change all callers.
7961 * object.h (Object::get_view): Add aligned parameter. Change all
7963 (Object::get_lasting_view): Likewise.
7965 * fileread.cc (File_read::release): Don't call clear_views if
7966 there are multiple objects.
7967 * fileread.h (File_read::clear_uncached_views): New function.
7968 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
7971 2008-03-31 Cary Coutant <ccoutant@google.com>
7973 Add thin archive support.
7974 * archive.cc (Archive::armagt): New const.
7975 (Archive::setup): Remove task parameter and calls to unlock.
7976 (Archive::unlock_nested_archives): New function.
7977 (Archive::read_header): Add nested_off parameter. Change
7979 (Archive::interpret_header): Likewise.
7980 (Archive::include_all_members): Change to handle thin
7982 (Archive::include_member): Likewise.
7983 * archive.h (Archive::Archive): Add new parameters and
7985 (Archive::armagt): New const.
7986 (Archive::setup): Remove task parameter.
7987 (Archive::unlock_nested_archives): New function.
7988 (Archive::read_header): Add nested_off parameter.
7989 (Archive::interpret_header): Likewise.
7990 (Archive::Nested_archive_table): New typedef.
7991 (Archive::is_thin_archive_): New field.
7992 (Archive::nested_archives_): New field.
7993 (Archive::options_): New field.
7994 (Archive::dirpath_): New field.
7995 (Archive::task_): New field.
7996 * readsyms.cc (Read_symbols::do_read_symbols): Add check
7997 for thin archives. Pass additional parameters to
7998 Archive::Archive. Unlock the archive file after calling
8001 2008-03-29 Ian Lance Taylor <iant@google.com>
8003 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
8004 version symbol to be local.
8005 * testsuite/ver_test_4.sh: New file.
8006 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
8007 (check_DATA): Add ver_test_4.syms.
8008 (ver_test_4.syms): New target.
8009 * testsuite/Makefile.in: Rebuild.
8012 (Output_section::Input_section_sort_entry::has_priority): New
8014 (Output_section::Input_section_sort_entry::match_file_name): New
8016 (Output_section::Input_section_sort_entry::match_section_name):
8018 (Output_section::Input_section_sort_entry::match_section_name_prefix):
8020 (Output_section::Input_section_sort_entry::match_section_file):
8022 (Output_section::Input_section_sort_compare::operator()): Rewrite
8023 using new Input_section_sort_entry functions. Sort crtbegin and
8024 crtend first. Sort sections with no priority before sections with
8026 * testsuite/initpri1.c (d3): Check j != 4.
8027 (cd5): New constructor/destructor function.
8028 (main): Check j != 2.
8030 * symtab.cc (Symbol_table::add_from_object): If we don't use the
8031 new symbol when resolving, don't call set_is_default.
8032 * testsuite/ver_test_7.cc: New file.
8033 * testsuite/ver_test_7.sh: New file.
8034 * testsuite/Makefile.am (ver_test_7.so): New target.
8035 (ver_test_7.o): New target.
8036 (check_SCRIPTS): Add ver_test_7.sh.
8037 (check_DATA): Add ver_test_7.syms.
8038 (ver_test_7.syms): New target.
8040 2008-03-28 Ian Lance Taylor <iant@google.com>
8042 * layout.cc (Layout::layout): If we see an input section with a
8043 name that needs sorting, set the must_sort flag for the output
8045 (Layout::make_output_section): If the name of the output section
8046 indicates that it might require sorting, set the may_sort flag.
8047 * output.h (Output_section::may_sort_attached_input_sections): New
8049 (Output_section::set_may_sort_attached_input_sections): New
8051 (Output_section::must_sort_attached_input_sections): New
8053 (Output_section::set_must_sort_attached_input_sections): New
8055 (class Output_section): Declare Input_section_sort_entry. Define
8056 Input_section_sort_compare. Declare
8057 sort_attached_input_sections. Add new fields:
8058 may_sort_attached_input_sections_,
8059 must_sort_attached_input_sections_,
8060 attached_input_sections_are_sorted_.
8061 * output.cc (Output_section::Output_section): Initialize new
8063 (Output_section::add_input_section): Add an entry to
8064 input_sections_ if may_sort or must_sort are true.
8065 (Output_section::set_final_data_size): Call
8066 sort_attached_input_sections if necessary.
8067 (Output_section::Input_section_sort_entry): Define new class.
8068 (Output_section::Input_section_sort_compare::operator()): New
8070 (Output_section::sort_attached_input_sections): New function.
8071 * configure.ac: Check whether the compiler supports constructor
8072 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
8073 * testsuite/initpri1.c: New file.
8074 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
8075 CONSTRUCTOR_PRIORITY.
8076 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
8077 (initpri1_LDFLAGS): New variable.
8078 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
8080 2008-03-27 Ian Lance Taylor <iant@google.com>
8082 * common.cc (Sort_commons::operator): Correct sorting algorithm.
8083 * testsuite/common_test_1.c: New file.
8084 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
8085 (common_test_1_SOURCES): New variable.
8086 (common_test_1_DEPENDENCIES): New variable.
8087 (common_test_1_LDFLAGS): New variable.
8089 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
8090 and commons_ correctly when NAME/VERSION does not override
8092 * testsuite/ver_test_6.c: New file.
8093 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
8094 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
8095 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
8097 2008-03-26 Ian Lance Taylor <iant@google.com>
8099 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
8100 of an undefined symbol from a version script.
8101 * testsuite/Makefile.am (ver_test_5.so): New target.
8102 (ver_test_5.o): New target.
8103 (check_SCRIPTS): Add ver_test_5.sh.
8104 (check_DATA): Add ver_test_5.syms.
8105 (ver_test_5.syms): New target.
8106 * testsuite/ver_test_5.cc: New file.
8107 * testsuite/ver_test_5.script: New file.
8108 * testsuite/ver_test_5.sh: New file.
8109 * Makefile.in, testsuite/Makefile.in: Rebuild.
8112 Fix problems building gold with gcc 4.3.0.
8113 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
8114 (gold_error_at_location, gold_warning_at_location): Use it.
8115 * configure.ac: Check whether we can compile and use a template
8116 function with a printf attribute.
8117 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
8118 when jumping over bytes.
8119 * object.cc: Instantiate Object::read_section_data.
8120 * debug.h: Include <cstring>
8121 * dwarf_reader.cc: Include <algorithm>
8122 * main.cc: Include <cstring>.
8123 * options.cc: Include <cstring>.
8124 * output.cc: Include <cstring>.
8125 * script.cc: Include <cstring>.
8126 * script.h: Include <string>.
8127 * symtab.cc: Include <cstring> and <algorithm>.
8128 * target-select.cc: Include <cstring>.
8129 * version.cc: Include <string>.
8130 * testsuite/testmain.cc: Include <cstdlib>.
8131 * configure, config.in: Rebuild.
8133 2008-03-25 Ian Lance Taylor <iant@google.com>
8135 * options.cc: Include "../bfd/bfdver.h".
8136 (options::help): Print bug reporting address.
8138 * version.cc (print_version): Adjust output for current value of
8143 * options.cc (options::help): Print list of supported targets.
8144 * target-select.h: Include <vector>.
8145 (class Target_selector): Make machine_, size_, and is_big_endian_
8146 fields const. Add bfd_name_ and instantiated_target_ fields.
8147 (Target_selector::Target_selector): Add bfd_name parameter.
8148 (Target_selector::recognize): Make non-virtual, call
8150 (Target_selector::recognize_by_name): Make non-virtual, call
8151 do_recognize_by_name.
8152 (Target_selector::supported_names): New function.
8153 (Target_selector::bfd_name): New function.
8154 (Target_selector::do_instantiate_target): New pure virtual
8156 (Target_selector::do_recognize): New virtual function.
8157 (Target_selector::do_recognize_by_name): New virtual function.
8158 (Target_selector::instantiate_target): New private function.
8159 (supported_target_names): Declare.
8160 * target-select.cc (Target_selector::Target_selector): Update for
8161 new parameter and fields.
8162 (select_target_by_name): Check that the name matches before
8163 calling recognize_by_name.
8164 (supported_target_names): New function.
8165 * i386.cc (class Target_selector_i386): Update Target_selector
8166 constructor call. Remove recognize and recognize_by_name. Add
8167 do_instantiate_target.
8168 * x86_64.cc (class Target_selector_x86_64): Likewise.
8169 * testsuite/testfile.cc (class Target_selector_test): Update for
8170 changes to Target_selector.
8172 * README: Rewrite, with some notes on unsupported features.
8174 2008-03-24 Cary Coutant <ccoutant@google.com>
8176 * i386.cc (Target_i386::Got_type): New enum declaration.
8177 (Target_i386::Scan::local): Updated callers of Output_data_got
8179 (Target_i386::Scan::global): Likewise.
8180 (Target_i386::Relocate::relocate): Likewise.
8181 (Target_i386::Relocate::relocate_tls): Likewise.
8182 * object.h (Got_offset_list): New class.
8183 (Sized_relobj::local_has_got_offset): Added got_type parameter.
8184 (Sized_relobj::local_got_offset): Likewise.
8185 (Sized_relobj::set_local_got_offset): Likewise.
8186 (Sized_relobj::local_has_tls_got_offset): Removed.
8187 (Sized_relobj::local_tls_got_offset): Removed.
8188 (Sized_relobj::set_local_tls_got_offset): Removed.
8189 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
8190 * output.cc (Output_data_got::add_global): Added got_type parameter.
8191 (Output_data_got::add_global_with_rel): Likewise.
8192 (Output_data_got::add_global_with_rela): Likewise.
8193 (Output_data_got::add_global_pair_with_rel): New function.
8194 (Output_data_got::add_global_pair_with_rela): New function.
8195 (Output_data_got::add_local): Added got_type parameter.
8196 (Output_data_got::add_local_with_rel): Likewise.
8197 (Output_data_got::add_local_with_rela): Likewise.
8198 (Output_data_got::add_local_pair_with_rel): New function.
8199 (Output_data_got::add_local_pair_with_rela): New function.
8200 (Output_data_got::add_global_tls): Removed.
8201 (Output_data_got::add_global_tls_with_rel): Removed.
8202 (Output_data_got::add_global_tls_with_rela): Removed.
8203 (Output_data_got::add_local_tls): Removed.
8204 (Output_data_got::add_local_tls_with_rel): Removed.
8205 (Output_data_got::add_local_tls_with_rela): Removed.
8206 * output.h (Output_data_got::add_global): Added got_type parameter.
8207 (Output_data_got::add_global_with_rel): Likewise.
8208 (Output_data_got::add_global_with_rela): Likewise.
8209 (Output_data_got::add_global_pair_with_rel): New function.
8210 (Output_data_got::add_global_pair_with_rela): New function.
8211 (Output_data_got::add_local): Added got_type parameter.
8212 (Output_data_got::add_local_with_rel): Likewise.
8213 (Output_data_got::add_local_with_rela): Likewise.
8214 (Output_data_got::add_local_pair_with_rel): New function.
8215 (Output_data_got::add_local_pair_with_rela): New function.
8216 (Output_data_got::add_global_tls): Removed.
8217 (Output_data_got::add_global_tls_with_rel): Removed.
8218 (Output_data_got::add_global_tls_with_rela): Removed.
8219 (Output_data_got::add_local_tls): Removed.
8220 (Output_data_got::add_local_tls_with_rel): Removed.
8221 (Output_data_got::add_local_tls_with_rela): Removed.
8222 * resolve.cc (Symbol::override_base_with_special): Removed
8223 reference to has_got_offset_ field.
8224 * symtab.cc (Symbol::init_fields): Replaced initialization
8225 of got_offset_ with got_offsets_. Removed initialization
8227 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
8228 (Symbol::got_offset): Likewise.
8229 (Symbol::set_got_offset): Likewise.
8230 (Symbol::has_tls_got_offset): Removed.
8231 (Symbol::tls_got_offset): Removed.
8232 (Symbol::set_tls_got_offset): Removed.
8233 (Symbol::got_offset_): Removed.
8234 (Symbol::tls_mod_got_offset_): Removed.
8235 (Symbol::tls_pair_got_offset_): Removed.
8236 (Symbol::got_offsets_): New field.
8237 (Symbol::has_got_offset): Removed.
8238 (Symbol::has_tls_mod_got_offset): Removed.
8239 (Symbol::has_tls_pair_got_offset): Removed.
8240 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
8241 (Target_x86_64::Scan::local): Updated callers of Output_data_got
8243 (Target_x86_64::Scan::global): Likewise.
8244 (Target_x86_64::Relocate::relocate): Likewise.
8245 (Target_x86_64::Relocate::relocate_tls): Likewise.
8247 2008-03-25 Ben Elliston <bje@au.ibm.com>
8249 * yyscript.y: Fix spelling error in comment.
8251 2008-03-24 Ian Lance Taylor <iant@google.com>
8253 * options.h (class General_options): Define build_id option.
8254 * layout.h (class Layout): Declare write_build_id, create_note,
8255 create_build_id. Add build_id_note_ member.
8256 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
8257 "libiberty.h", "md5.h", "sha1.h".
8258 (Layout::Layout): Initialize eh_frame_data_,
8259 eh_frame_hdr_section_, and build_id_note_.
8260 (Layout::finalize): Call create_build_id.
8261 (Layout::create_note): New function, broken out of
8262 Layout::create_gold_note.
8263 (Layout::create_gold_note): Call create_note.
8264 (Layout::create_build_id): New function.
8265 (Layout::write_build_id): New function.
8266 (Close_task_runner::run): Call write_build_id.
8268 * x86_64.cc: Correct license to GPLv3.
8270 2008-03-23 Ian Lance Taylor <iant@google.com>
8272 * options.cc: Include "demangle.h".
8273 (parse_optional_string): New function.
8274 (parse_long_option): Handle takes_optional_argument.
8275 (parse_short_option): Update dash_z initializer. Handle
8276 takes_optional_argument.
8277 (General_options::General_options): Initialize do_demangle_.
8278 (General_options::finalize): Set do_demangle_. Handle demangling
8280 * options.h (parse_optional_string): Declare.
8281 (struct One_option): Add optional_arg field. Update constructor.
8282 Update call constructor calls. Add takes_optional_argument
8284 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
8285 (DEFINE_optional_string): Define.
8286 (General_options::demangle): Change from DEFINE_bool to
8287 DEFINE_optional_string.
8288 (General_options::no_demangle): New function.
8289 (General_options::do_demangle): New function.
8290 (General_options::set_do_demangle): New function.
8291 (General_options::execstack_status_): Move definition to end of
8293 (General_options::static_): Likewise.
8294 (General_options::do_demangle_): New field.
8295 * object.cc (big_endian>::get_symbol_location_info): Call
8296 Options::do_demangle, not Options::demangle.
8297 * symtab.cc (demangle): Likewise.
8299 2008-03-22 Ian Lance Taylor <iant@google.com>
8301 * gold.h: Include <cstddef> and <sys/types.h>
8302 * options.h: Include <cstring>.
8304 2008-03-21 Ian Lance Taylor <iant@google.com>
8306 * Added source code to GNU binutils.