1 2013-04-26 Geoff Pike <gpike@chromium.org>
3 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
4 * layout.cc (Hash_task): New class.
5 (Layout::queue_build_id_tasks): New function.
6 (Layout::write_build_id): Handle single-thread portion of build ID
7 computation. (In some cases, all of it is single-threaded.) Replace
8 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
9 functionality in fewer lines of code.
10 * layout.h (Layout::queue_build_id_tasks): New function declaration.
11 * options.h (General_options): make "--build-id" default to tree
12 rather than sha1. Add two new options related to --build-id=tree:
13 --build-id-chunk-size-for-treehash and
14 --build-id-min-file-size-for-treehash.
15 * Makefile.am: add testing of --build-id=tree and related new options
16 (these tests will be invoked by "make check").
17 * Makefile.in: Regenerate.
19 2013-04-25 Alan Modra <amodra@gmail.com>
21 * configure.tgt: Add powerpcle and powerpc64le.
23 2013-04-22 Alan Modra <amodra@gmail.com>
26 * layout.cc (Layout::segment_precedes): Allow more than one
27 segment with the same type and flags.
29 2013-04-15 Cary Coutant <ccoutant@google.com>
31 * layout.cc (Layout::set_relocatable_section_offsets): Don't
32 allocate space in file for BSS sections.
34 2013-04-15 Cary Coutant <ccoutant@google.com>
36 * script-sections.cc (Orphan_output_section): Reset address
37 to zero after each orphaned section for relocatable links.
39 2013-04-15 Cary Coutant <ccoutant@google.com>
41 * symtab.cc (Symbol_table::sized_write_globals): Subtract
42 section starting address for relocatable link.
43 * testsuite/Makefile.am (script_test_11): New test.
44 * testsuite/Makefile.in: Regenerate.
45 * testsuite/script_test_11.c: New source file.
46 * testsuite/script_test_11.t: New linker script.
48 2013-04-13 Alan Modra <amodra@gmail.com>
50 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
51 owner when sections are not adjacent and exceed group size.
52 (Target_powerpc::group_sections): Handle corner case.
53 (Target_powerpc::Branch_info::make_stub): Handle case where
54 stub table doesn't exist due to branches in non-exec sections.
55 (Target_powerpc::Relocate::relocate): Likewise.
57 2013-04-11 Alan Modra <amodra@gmail.com>
60 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
61 .branch_lt to match bfd ld. Adjust comments throughout file.
63 2013-04-04 Ian Lance Taylor <iant@google.com>
66 * object.cc (do_layout_deferred_sections): Handle .eh_frame
67 sections before checking whether they are included in the link.
69 2013-03-29 Sriraman Tallam <tmsriram@google.com>
71 * archive.cc (Archive::get_elf_object_for_member): Create the elf
72 object before calling the plugin claim_file handler. Pass the elf
73 object of the archive to the plugin. Delete the elf object if the
74 plugin claims the file.
76 2013-03-21 Alan Modra <amodra@gmail.com>
78 * layout.cc (Layout::set_segment_offsets): Accept writable .text
81 2013-03-21 Alan Modra <amodra@gmail.com>
83 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
85 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
86 uninitialized" warning.
88 2013-03-20 Alan Modra <amodra@gmail.com>
90 * symtab.h (Symbol::clear_version): New function.
91 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
92 is_needed by weak references. Clear version for symbols defined
93 in as-needed objects that are not needed.
95 2013-03-15 Alan Modra <amodra@gmail.com>
97 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
98 static and public. Add report_err param. Return false for data refs.
99 (Target_powerpc::rela_dyn_section): New overloaded function.
100 (Target_powerpc::plt_, iplt_): Elucidate.
101 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
102 (Output_data_plt_powerpc::do_write): Don't write .iplt.
103 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
104 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
105 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
106 push_branch and make_plt_entry for ifunc syms when
107 reloc_needs_plt_for_ifunc.
108 (Target_powerpc::Relocate::relocate): Don't use plt entry value
109 for ifunc unless reloc_needs_plt_for_ifunc.
111 2013-03-15 Alan Modra <amodra@gmail.com>
113 * gc.h (gc_process_relocs): Don't look through function descriptors.
114 * icf.cc (get_section_contents): Do so here instead.
116 2013-03-13 Alan Modra <amodra@gmail.com>
118 * powerpc.cc (is_branch_reloc): Forward declare.
119 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
120 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
121 false for 64-bit, true for 32-bit non-branch relocs.
122 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
123 * testsuite/Makefile.am (icf_test): Use linker map file instead of
125 (icf_safe_test): Generate linker map file as well as nm output.
126 (icf_safe_so_test): Likewise.
127 * testsuite/Makefile.in: Regenerate.
128 * testsuite/icf_test.sh: Parse linker map file to determine
130 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
131 * testsuite/icf_safe_so_test.sh: Likewise.
132 (X86_32_or_ARM_specific_safe_fold): Merge into..
133 (arch_specific_safe_fold): ..this.
134 (X86_64_specific_safe_fold): Delete unused function.
136 2013-03-12 Alan Modra <amodra@gmail.com>
138 * gc.h (gc_process_relocs): Look through function descriptors
139 to determine shndx, symvalue and addend used by ICF. Tidy
140 variable duplication.
142 2013-03-11 Alan Modra <amodra@gmail.com>
144 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
145 * layout.cc (Layout_task_runner::run): ..to here.
146 * symtab.h (struct Symbol_location): Extract from..
147 (class Symbol_table): ..here.
148 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
149 * target.h (class Target): Add function_location and
150 do_function_location functions.
151 (class Sized_target): Add do_function_location.
152 * object.h (class Sized_relobj_file): Move find_shdr..
153 (class Object): ..to here.
154 * object.cc: Likewise. Update to suit. Instantiate.
155 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
156 * powerpc.cc (class Powerpc_dynobj): New.
157 (Target_powerpc::do_function_location): New function.
158 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
159 (Powerpc_dynobj::do_read_symbols): New function.
160 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
162 2013-03-08 Ian Lance Taylor <iant@google.com>
164 * options.cc (General_options::string_to_object_format): Accept
167 2013-03-08 Alan Modra <amodra@gmail.com>
169 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
171 (struct Post_fde): Move definition to here..
172 * ehframe.cc (struct Post_fde): ..from here.
173 (Cie::write): Don't alloc Post_fde.
174 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
176 2013-03-07 Alan Modra <amodra@gmail.com>
178 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
179 relocation referencing .LC0.
180 * testsuite/discard_locals_test.sh: Remove FIXMEs.
182 2013-03-07 Alan Modra <amodra@gmail.com>
184 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
185 always_inline. Add assembly for powerpc to avoid GOT.
187 2013-03-07 Alan Modra <amodra@gmail.com>
189 * testsuite/script_test_10.sh: Don't test .bss section
192 2013-03-06 Alan Modra <amodra@gmail.com>
194 * powerpc.cc (class Powerpc_relobj): Move some member functions.
195 (Target_powerpc::symval_for_branch): Add symtab param. Update
196 all callers. Handle folded sections.
197 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
199 (Global_symbol_visitor_opd::operator()): Likewise.
201 2013-03-04 Alan Modra <amodra@gmail.com>
203 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
204 * testsuite/Makefile.in: Regenerate.
206 2013-03-01 Cary Coutant <ccoutant@google.com>
208 Add dwp support for v2 DWARF package file format.
209 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
210 tu_length parameter. Adjust all callers.
211 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
212 * dwp.cc: Include dwarf.h.
213 (Section_bounds): New struct type.
214 (Unit_set): New struct type.
215 (Dwo_file::Dwo_file): Initialize new data member.
216 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
217 Combine and rename to...
218 (Dwo_file::read_unit_index): ...this.
219 (Dwo_file::sized_read_compunit_index)
220 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
221 (Dwo_file::sized_read_unit_index): ...this.
222 (Dwo_file::copy_section): Remove section_name, is_str_offsets
223 parameters; add section_id parameter.
224 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
225 (Dwo_file::add_unit_set): ...this.
226 (Dwo_file::shndx_map_): Remove.
227 (Dwo_file::sect_offsets_): New data member.
228 (Dwp_output_file::Dwp_output_file): Initialize new data members.
229 (Dwp_output_file::add_section): Rename to...
230 (Dwp_output_file::add_contribution): ...this.
231 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
232 (Dwp_output_file::add_tu_set): Likewise.
233 (Dwp_output_file::Contribution): New type.
234 (Dwp_output_file::Section::contributions): New data member.
235 (Dwp_output_file::Cu_or_tu_set): Remove.
236 (Dwp_output_file::Section::Section): New ctor.
237 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
238 (Dwp_output_file::Dwp_index::Section_table): New type.
239 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
240 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
242 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
243 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
244 (Dwp_output_file::Dwp_index::section_table): New member function.
245 (Dwp_output_file::Dwp_index::section_table_end): New member function.
246 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
247 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
248 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
249 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
250 (Dwp_output_file::Dwp_index::section_table_): New data member.
251 (Dwp_output_file::Dwp_index::section_mask_): New data member.
252 (Dwp_output_file::add_output_section): New member function.
253 (Dwp_output_file::write_new_section): New member function.
254 (Dwp_output_file::write_contributions): New member function.
255 (Dwp_output_file::section_id_map_): New data member.
256 (class Dwo_id_info_reader): Remove.
257 (class Unit_reader): New class.
258 (get_dwarf_section_name): New function.
259 (Dwo_file::read_executable): Adjust initializations of class data.
260 (Dwo_file::read): Add support for v2 package file format.
261 (Dwo_file::read_unit_index): Likewise.
262 (Dwo_file::sized_read_unit_index): Likewise.
263 (Dwo_file::copy_section): Likewise.
264 (Dwo_file::add_unit_set): Likewise.
265 (Dwp_output_file::add_output_section): Likewise.
266 (Dwp_output_file::add_contribution): Likewise.
267 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
269 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
271 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
273 (Dwp_output_file::initialize): Remove unused function.
274 (Dwp_output_file::finalize): Add support for v2 package file format.
275 (Dwp_output_file::write_index): Likewise.
276 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
279 2013-03-01 Cary Coutant <ccoutant@google.com>
281 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
282 function into class definition in header file.
283 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
284 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
286 (Dwarf_info_reader::check_buffer): Move here from .cc file.
288 2013-02-28 Alan Modra <amodra@gmail.com>
290 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
291 * target.cc (Target::do_plt_fde_location): New function.
292 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
293 accessor function, and constructor param.
294 (struct Post_fde, Post_fdes): Declare.
295 (Cie::write): Add post_fdes param.
296 * ehframe.cc (Fde::write): Use plt_fde_location.
297 (struct Post_fde): Define.
298 (Cie::write): Stash FDEs added post merge mapping.
299 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
300 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
301 (Eh_frame::do_sized_write): Arrange to write post map FDES after
303 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
304 (Target_powerpc::has_glink): New function.
305 (Target_powerpc::do_relax): Add eh_frame info for stubs.
306 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
307 glink_eh_frame_fde_32, default_fde): New data.
308 (Stub_table::eh_frame_added_): New var.
309 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
311 (Stub_table::add_eh_frame): New function.
312 (Output_data_glink::add_eh_frame): New function.
313 (Target_powerpc::make_glink_section): Call add_eh_frame.
315 2013-02-15 Ian Lance Taylor <iant@google.com>
317 * options.h (DEFINE_uint64_alias): Define.
318 (class General_options): Add -Ttext-segment as an alias for
321 2013-02-15 Alan Modra <amodra@gmail.com>
323 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
324 (Stub_table::do_write): ..here, two places.
325 (Stub_table::plt_call_size): Use it here too.
327 2013-02-11 Ian Lance Taylor <iant@google.com>
329 * descriptors.cc (Descriptors::close_all): New function.
330 * descriptors.h (class Descriptors): Declare close_all.
331 (close_all_descriptors): New inline function.
332 * plugin.cc: Include "descriptors.h".
333 (Plugin_manager::cleanup): Call close_all_descriptors.
335 2013-02-06 Alan Modra <amodra@gmail.com>
337 * README: Update coding style link.
339 2013-01-28 Cary Coutant <ccoutant@google.com>
341 * dwp.cc (File_list): New typedef.
342 (Dwo_name_info_reader): New class.
343 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
344 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
345 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
346 (Dwo_file::read_executable): New function.
347 (Dwo_file::read): Move common setup code to ...
348 (Dwo_file::make_object): ... here.
349 (dwp_options): Add --exec/-e.
353 2013-01-24 Sriraman Tallam <tmsriram@google.com>
355 * layout.cc (Layout::layout): Check for option text_reorder.
356 (Layout::make_output_section): Ditto.
357 * options.h (text_reorder): New option.
358 * output.cc (Input_section_sort_compare): Remove special ordering
361 Input_section_sort_section_name_special_ordering_compare::
362 operator()): New function.
363 (Output_section::sort_attached_input_sections): Use new sort function
365 * output.h (Input_section_sort_section_name_special_ordering_compare):
367 * testsuite/Makefile.am (text_section_grouping): Test option
369 * testsuite/Makefile.in: Regenerate.
370 * testsuite/text_section_grouping.sh: Check order of functions without
371 default text reordering.
373 2013-01-18 Mike Frysinger <vapier@gentoo.org>
375 * options.h (General_options): Change default to true for new_dtags.
377 2013-01-18 Mike Frysinger <vapier@gentoo.org>
379 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
380 when enable_new_dtags is false. Only add DT_RUNPATH when
381 enable_new_dtags is true.
383 2013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
385 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
386 used in declaration and definition consistent.
387 (Target_powerpc::symval_for_branch): Ditto.
389 2013-01-16 Sriraman Tallam <tmsriram@google.com>
391 * testsuite/plugin_final_layout.cc: Fix comment.
393 2013-01-16 Sriraman Tallam <tmsriram@google.com>
395 * layout.cc (Layout::layout): Do not do default sorting for
396 text sections when section ordering is specified.
397 (make_output_section): Ditto.
398 * testsuite/plugin_final_layout.cc: Name the function sections
399 to catch reordering issues.
401 2013-01-15 Alan Modra <amodra@gmail.com>
403 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
406 2013-01-15 Alan Modra <amodra@gmail.com>
408 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
409 * testsuite/Makefile.in: Regenerate.
411 2013-01-14 Alan Modra <amodra@gmail.com>
413 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
414 * testsuite/Makefile.in: Regenerate.
416 2013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
419 Fix mingw gold build with plugins enabled
420 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
421 * configure.ac: Export DLOPEN_LIBS and add headers check.
422 * plugin.cc: Handle non-dlfcn case.
423 * Makefile.in: Regenerate.
424 * config.in: Regenerate.
425 * configure: Regenerate.
426 * testsuite/Makefile.in: Regenerate.
428 2013-01-09 Sriraman Tallam <tmsriram@google.com>
430 * output.h (sort_attached_input_sections): Change to be public.
432 (Output_section_definition::set_section_addresses): Sort
433 attached input sections according to section order before linker
434 script assigns section addresses.
435 (Orphan_output_section::set_section_addresses): Sort
436 attached input sections according to section order before linker
437 script assigns section addresses.
438 * Makefile.am (final_layout.sh): Use a simple linker script to
439 check if section ordering still works.
440 * Makefile.in: Regenerate.
442 2013-01-09 Ben Cheng <bccheng@google.com>
444 * arm.cc (Target_arm::attributes_accept_div): New function.
445 (Target_arm::attributes_forbid_div): New function.
446 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
447 attribute using the same new functions as what bfd/elf32_arm.c
450 2013-01-07 Cary Coutant <ccoutant@google.com>
453 * output.cc (Output_section::add_input_section): For incremental
454 updates, don't track input sections that are allocated from patch
457 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
458 Ian Lance Taylor <iant@google.com>
461 * configure.ac (--enable-ld): Removed.
462 (install_as_default): Set to yes only for --enable-gold=default
464 * configure: Regenerated.
466 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
468 * options.h (General_options): Add -fuse-ld= for GCC linker
469 option compatibility.
471 2013-01-04 Cary Coutant <ccoutant@google.com>
473 * configure.ac: Fix typo restoring CXXFLAGS.
474 * configure: Regenerate.
476 2013-01-04 Cary Coutant <ccoutant@google.com>
478 * testsuite/Makefile.am (CXXLINK_S): New macro.
479 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
480 * testsuite/Makefile.in: Regenerate.
482 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
484 * version.cc (print_version): Update copyright year to 2013.
486 2012-12-20 Ian Lance Taylor <iant@google.com>
488 * layout.cc (Layout::special_ordering_of_input_section): New
490 (Layout::layout): If input section requires special ordering, must
492 (Layout::make_output_section): May sort .text input sections.
493 (Layout::is_section_name_prefix_grouped): Remove.
494 * layout.h (class Layout): Declare
495 special_ordering_of_input_section. Don't declare
496 is_section_name_prefix_grouped.
497 * output.cc (Output_section::add_input_section): Revert last
499 (Output_section::Input_section_sort::match_file_name): Don't crash
500 if called on output section data.
501 (Output_section::Input_section_sort_compare): Sort based on
503 (Output_section::Input_section_sort_section_order_index_compare):
505 (Output_section::sort_attached_input_sections): Likewise.
507 2012-12-18 Sriraman Tallam <tmsriram@google.com>
509 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
510 * layout.h (Layout::is_section_name_prefix_grouped): New function.
511 * output.cc (Output_section::add_input_section): Check if section
512 name contains special prefix. Keep input sections to sort such
514 (Output_section::Input_section_sort_section_order_index_compare
515 ::operator()): Group sections according to prefixes.
516 (Output_section::sort_attached_input_sections): Add condition to
517 Input_section_entry constructor call.
518 * testsuite/Makefile.am (text_section_grouping): New test.
519 * testsuite/Makefile.in: Regenerate.
520 * testsuite/text_section_grouping.cc: New file.
521 * testsuite/text_section_grouping.sh: New file.
523 2012-12-17 Nick Clifton <nickc@redhat.com>
525 * Makefile.am: Add copyright notice.
528 * configure.ac: Likewise.
529 * ftruncate.c: Likewise.
530 * Makefile.in: Regenerate.
532 2012-12-14 Cary Coutant <ccoutant@google.com>
534 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
536 (exception_separate_shared_12_test): Likewise.
537 (incremental_copy_test): Likewise.
538 * testsuite/Makefile.in: Regenerate.
540 2012-12-14 Cary Coutant <ccoutant@google.com>
542 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
543 (Dwp_output_file::Dwp_index::enter_set): Add assert.
545 2012-12-12 Alan Modra <amodra@gmail.com>
547 * powerpc.cc (class Track_tls): New.
548 (class Relocate, class Scan): Inherit Track_tls.
549 (Target_powerpc::Scan::local, global): Track tls optimization
550 and avoid creating plt entry for __tls_get_addr if all uses
552 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
554 2012-12-12 Alan Modra <amodra@gmail.com>
556 * options.h (General_options): Add --toc-sort/--no-toc-sort.
557 Replace no_toc_optimize with toc_optimize.
558 * output.h (Output_section::input_sections): Provide non-const variant.
559 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
560 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
562 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
563 (class Sort_toc_sections): New.
564 (Target_powerpc::do_finalize_sections): Sort toc sections.
565 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
567 2012-12-10 Roland McGrath <mcgrathr@google.com>
569 * testsuite/binary_unittest.cc (read_all): New function.
570 (Sized_binary_test): Use it instead of ::read.
571 * fileread.cc (do_read): Don't assume pread always reads the whole
572 amount in a single call.
574 2012-12-10 Alan Modra <amodra@gmail.com>
576 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
577 Set EM_PPC64 or EM_PPC here.
578 (Target_selector_powerpc::do_recognize): Delete.
580 2012-12-10 Alan Modra <amodra@gmail.com>
582 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
584 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
586 2012-12-07 Roland McGrath <mcgrathr@google.com>
588 * testsuite/binary_unittest.cc (Sized_binary_test):
589 Use open_descriptor rather than ::open.
591 2012-12-07 Alan Modra <amodra@gmail.com>
593 * powerpc.cc (Stub_table::do_write): Delete redundant Address
594 typedef and invalid_address constant.
595 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
596 instantiate constants.
598 2012-12-06 Roland McGrath <mcgrathr@google.com>
600 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
601 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
602 * aclocal.m4: Regenerate.
603 * configure: Regenerate.
604 * Makefile.in: Regenerate.
605 * testsuite/Makefile.in: Regenerate.
607 2012-12-07 Alan Modra <amodra@gmail.com>
609 * options.h (General_options): Add no_toc_optimize.
610 * powerpc.cc (ok_lo_toc_insn): New function.
611 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
613 2012-12-06 Alan Modra <amodra@gmail.com>
615 * options.h (General_options): Add plt_align, plt_static_chain,
616 plt_thread_safe. Update stub_group_size help text.
617 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
618 for new plt_thread_safe_ var.
619 (use_plt_offset): Correct comments.
620 (Target_powerpc::do_relax): Look for thread creation symbols to
621 determine default plt_thread_safe value. Clear plt call stubs
622 as well as branch stubs each iteration.
623 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
625 (l, hi, ha, write_insn): Move earlier.
626 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
627 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
629 (Stub_table::update_size): Adjust.
630 (Stub_table::prev_size, set_prev_size): Delete.
631 (Stub_table::stub_align): Let --plt-align affect result.
632 (Stub_table::plt_call_size): Calculate sizes for various stubs.
633 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
634 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
635 (Stub_table::do_write): Support more stub variants.
637 2012-12-04 Alan Modra <amodra@gmail.com>
639 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
640 (Target_powerpc::do_define_standard_symbols): New function.
642 2012-12-03 Alan Modra <amodra@gmail.com>
644 * output.h: Formatting, whitespace.
646 2012-12-03 Alan Modra <amodra@gmail.com>
648 * layout.h (Layout::get_executable_sections): Declare.
649 * layout.cc (Layout::get_executable_sections): New function.
650 * arm.cc (Target_arm::group_sections): Use it.
651 (Arm_output_section::group_sections): Delete now redundant test.
652 * output.cc (Output_reloc::Output_reloc): Add is_relative.
653 param to handle relative relocs.
654 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
655 (Output_data_reloc::add_absolute): Adjust.
656 (Output_data_reloc::add_relative): New function.
657 (Output_data::reset_data_size): New function.
658 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
659 (Output_section::set_addralign): New function.
660 (Output_section::checkpoint_set_addralign): New function.
661 (Output_section::clear_section_offsets_need_adjustment): New function.
662 (Output_section::input_sections): Make public.
663 * powerpc.cc (class Output_data_brlt_powerpc): New.
664 (class Stub_table, class Stub_control): New.
665 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
666 stub_table_, set_stub_table, stub_table): New vectors and accessor
668 (Target_powerpc::do_may_relax, do_relax, push_branch,
669 new_stub_table, stub_tables, brlt_section, group_sections,
670 add_branch_lookup_table, find_branch_lookup_table,
671 write_branch_lookup_table, make_brlt_section): New functions.
672 (Target_powerpc::struct Sort_sections, class Branch_info): New.
673 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
674 branch_info_): New vars.
675 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
676 make call stubs here.
677 (Output_data_glink): Remove all call stub handling from this class.
678 (Target_powerpc::Scan::local, global): Save interesting branch
679 relocs and relocs for ifunc. Adjust calls to plt entry functions.
680 (Target_powerpc::do_finalize_sections): Only make reg save/restore
681 functions on final link.
682 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
683 Handle long branch destinations too.
684 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
685 do_plt_address_for_local): Adjust lookup of plt call stubs.
687 2012-11-30 Alan Modra <amodra@gmail.com>
689 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
690 relocs against protected symbols when building 32-bit shared libs.
692 2012-11-30 Alan Modra <amodra@gmail.com>
694 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
695 param. Call got_section() to make .got. Update all callers
696 and their callers and so on.
698 2012-11-30 Alan Modra <amodra@gmail.com>
700 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
701 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
702 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
703 value if it already exists.
705 2012-11-19 H.J. Lu <hongjiu.lu@intel.com>
708 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
710 2012-11-14 Roland McGrath <mcgrathr@google.com>
712 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
713 than bfc instruction for data sandboxing.
715 2012-11-08 Alan Modra <amodra@gmail.com>
717 * po/POTFILES.in: Regenerate.
719 2012-11-05 Alan Modra <amodra@gmail.com>
721 * configure.ac: Apply 2012-09-10 change to config.in here.
722 * configure: Regenerate.
724 2012-11-05 Alan Modra <amodra@gmail.com>
726 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
727 (struct Opd_ent): Use "Address" rather than "Offset".
728 (Output_data_got_powerpc::got_base_offset): Return Valtype.
729 (Target_powerpc::got_section): Make public.
730 (Target_powerpc::scan_relocs): Move code setting symbols..
731 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
732 Create _SDA_BASE_ only when referenced.
734 2012-11-02 Roland McGrath <mcgrathr@google.com>
736 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
739 2012-11-01 Roland McGrath <mcgrathr@google.com>
741 * target.h (Sized_target::relocate_relocs): Use Elf_Off
742 for offset_in_output_section parameter.
743 (Sized_target::relocate_special_relocatable): Likewise.
744 * arm.cc (Target_arm::relocate_relocs): Likewise.
745 (Target_arm::relocate_special_relocatable): Likewise.
746 * i386.cc (Target_i386::relocate_relocs): Likewise.
747 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
748 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
749 * target-reloc.h (relocate_relocs): Likewise.
750 * testsuite/testfile.cc (Target_test): Likewise.
751 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
752 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
754 * system.h: Move inclusion of <clocale> to after <libintl.h> in
755 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
757 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
758 parameter, which is unused in the [!F_SETFD] case.
760 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
761 SYMNDX to off_t before comparing it to this->data_size().
762 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
763 * incremental.cc (Output_section_incremental_inputs::do_write):
764 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
766 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
768 2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
770 * gold.cc (Target_arm::do_adjust_elf_header): Add the
771 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
774 2012-10-29 Cary Coutant <ccoutant@google.com>
776 * dwp.cc (usage): Add file and exit status parameters;
777 add --help and --version options.
778 (print_version): New function.
779 (main): Add --help and --version options.
781 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
783 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
784 final_layout_sequence.txt.
785 * testsuite/Makefile.in: Regenerated.
787 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
789 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
790 COMPILE generated by automake.
792 (CXXCOMPILE1): Likewise.
793 (CXXLINK1): Likewise.
794 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
796 (CXXCOMPILE): Likewise.
798 * testsuite/Makefile.in: Regenerated.
800 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
802 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
803 on bad fwrite return.
805 2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
807 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
810 2012-10-23 Cary Coutant <ccoutant@google.com>
812 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
813 * testsuite/Makefile.in: Regenerate.
814 * testsuite/dwp_test.h: New source file.
815 * testsuite/dwp_test_1.cc: New source file.
816 * testsuite/dwp_test_1.s: New source file.
817 * testsuite/dwp_test_1.sh: New source file.
818 * testsuite/dwp_test_1b.cc: New source file.
819 * testsuite/dwp_test_1b.s: New source file.
820 * testsuite/dwp_test_2.cc: New source file.
821 * testsuite/dwp_test_2.s: New source file.
822 * testsuite/dwp_test_2.sh: New source file.
823 * testsuite/dwp_test_main.cc: New source file.
824 * testsuite/dwp_test_main.s: New source file.
826 2012-10-23 Cary Coutant <ccoutant@google.com>
828 * dwp.h: New header file.
829 * dwp.cc: New source file.
830 * gold.h: Move shared declarations to system.h.
831 * system.h: New header file.
832 * Makefile.am: Add dwp.
833 * Makefile.in: Regenerate.
835 2012-10-23 Cary Coutant <ccoutant@google.com>
837 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
838 Dwarf_info_reader::read_from_pointer.
839 (Dwarf_pubnames_table::read_header): Likewise.
840 (Dwarf_pubnames_table::next_name): Likewise.
841 (Dwarf_die::read_attributes): Likewise.
842 (Dwarf_die::skip_attributes): Likewise.
843 (Dwarf_info_reader::read_from_pointer): New function template.
844 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
845 (Dwarf_pubnames_table): Likewise.
846 (Dwarf_info_reader::read_from_pointer): New function template.
847 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
848 Dwarf_pubnames_table ctor.
850 2012-10-23 Cary Coutant <ccoutant@google.com>
852 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
854 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
856 (Dwarf_info_reader::set_abbrev_shndx): New method.
857 (Dwarf_info_reader::abbrev_shndx_): New data member.
859 2012-10-23 Cary Coutant <ccoutant@google.com>
861 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
862 from object, not parameters.
863 (Dwarf_info_reader::parse): Likewise.
864 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
865 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
866 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
869 2012-10-23 Cary Coutant <ccoutant@google.com>
871 * fileread.cc (Input_file::Input_file): New constructor.
872 * fileread.h (class Input_file): Add new constructor.
874 2012-10-18 Alan Modra <amodra@gmail.com>
877 * object.cc (Relobj::is_section_name_included): Also match
878 .sdata personality section.
880 2012-10-18 Alan Modra <amodra@gmail.com>
882 * target-reloc.h (class Default_comdat_behavior): New, package up..
883 (get_comdat_behaviour): ..this.
884 (relocate_section): Add Relocate_comdat_behavior template arg,
886 * arm.cc (Target_arm::relocate_section): Adjust to suit.
887 (Target_arm::scan_reloc_section): Likewise.
888 * i386.cc (Target_i386::relocate_section): Likewise.
889 * sparc.cc (Target_sparc::relocate_section): Likewise.
890 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
891 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
892 * powerpc.cc (class Relocate_comdat_behavior): New.
893 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
894 gold::relocate_section with new template arg.
896 2012-10-18 Alan Modra <amodra@gmail.com>
898 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
899 dynamic relocs for GOT_TPREL got entries, without symbol if
901 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
902 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
903 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
905 2012-10-17 Alan Modra <amodra@gmail.com>
908 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
910 2012-10-16 Sriraman Tallam <tmsriram@google.com>
912 * layout.cc (Layout::include_section): Keep sections marked
913 SHF_EXCLUDE when doing relocatable links.
915 2012-10-16 Alan Modra <amodra@gmail.com>
917 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
918 (Target_powerpc::do_finalize_sections): Call it.
919 (Output_data_save_res): New class and supporting functions.
920 (Target_powerpc::symval_for_branch): Only look up .opd entry for
921 normal symbols defined in object files.
923 2012-10-12 Alan Modra <amodra@gmail.com>
925 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
926 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
927 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
928 section if scan_opd_relocs not yet called.
929 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
931 2012-10-12 Alan Modra <amodra@gmail.com>
933 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
934 add_local_ifunc_entry): Revert last change.
935 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
937 2012-10-05 Alan Modra <amodra@gmail.com>
939 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
940 do_plt_address_for_global): New functions.
941 (Output_data_got_powerpc::do_write): Don't segfault when linking
943 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
944 add_local_ifunc_entry): Return true on adding entry..
945 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
946 glink->add_entry call. Remove unused symtab param. Adjust calls.
947 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
948 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
950 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
951 syms here. Do so even when no .iplt. Don't segfault when linking
953 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
954 new variants without reloc param.
955 (Glink_sym_ent::Glink_sym_ent): Likewise.
956 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
957 reloc when refs will resolve to plt call stub.
958 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
959 R_PPC_PLTREL24 to resolve locally.
960 (Target_powerpc::Scan::global): Correct ifunc handling.
961 (Target_powerpc::Relocate::relocate): Correct local sym glink
962 lookup. Don't destroy "value" when we have a plt call stub,
963 and when checking plt call validity.
964 (Target_powerpc::do_dynsym_value): Simplify.
966 2012-10-05 Alan Modra <amodra@gmail.com>
968 * i386.cc (Output_data_plt_i386::address_for_global,
969 address_for_local): Add plt offset to returned value. Adjust uses.
970 * sparc.cc (Output_data_plt_sparc::address_for_global,
971 address_for_local): Likewise.
972 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
973 address_for_local): Likewise.
974 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
975 address_for_local): Likewise.
976 * target.h (Target::plt_address_for_global, plt_address_for_local):
978 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
979 (Output_data_got::Got_entry::write): Nor here.
980 * output.h: Comment fix.
982 2012-10-02 Jiong Wang <jiwang@tilera.com>
984 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
985 global_offset_table_ value for larget got.
986 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
988 2012-09-29 Alan Modra <amodra@gmail.com>
990 * powerpc.cc (Target_powerpc::iplt_): New output section.
991 (Target_powerpc::iplt_section, make_iplt_section,
992 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
993 (Target_powerpc::make_plt_entry): Handle ifunc syms.
994 Target_powerpc::plt_entry_count): Count iplt entries too.
995 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
996 reloc section in constructor. New params.
997 (Target_powerpc::make_plt_section): Create reloc section here instead.
998 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
1000 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
1001 (Output_data_glink::add_entry, find_entry): New functions to
1002 deal with local syms.
1003 (Glink_sym_ent): Add support for local syms.
1004 (Output_data_glink::do_write): Handle ifunc plt entries.
1005 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
1006 (Target_powerpc::Scan::local, global): Handle ifunc syms.
1007 (Target_powerpc::Relocate::relocate): Likewise.
1008 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
1010 2012-09-25 Alan Modra <amodra@gmail.com>
1012 * object.h (Sized_relobj_file::adjust_local_symbol,
1013 do_adjust_local_symbol): New functions.
1014 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
1015 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
1016 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
1017 and irregular opd entry spacing.
1018 (Powerpc_relobj::do_read_relocs): Add opd size checks.
1019 (Global_symbol_visitor_opd): New functor.
1020 (Target_powerpc::do_finalize_sections): Omit global symbols defined
1021 on deleted opd entries.
1023 2012-09-15 Jiong Wang <jiwang@tilera.com>
1025 * tilegx.cc: New file.
1026 * Makefile.am (TARGETSOURCES): Add tilegx.cc
1027 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
1028 * configure.tgt: Add entries for tilegx*.
1029 * configure.ac: Likewise.
1030 * Makefile.in: Rebuild.
1031 * configure: Likewise.
1032 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
1035 2012-09-13 Alan Modra <amodra@gmail.com>
1037 * target-reloc.h (scan_relocs): Call scan.local for relocs
1038 against symbols in discarded sections. Pass is_discarded
1040 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
1041 Add is_discarded param.
1042 * powerpc (Target_powerpc::Scan::local): Likewise. Use
1043 is_discarded to flag opd entry as discarded. Don't emit dyn
1044 relocs on such entries.
1045 (Target_powerpc::Scan::global): Similarly detect and handle
1047 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
1048 opd_ent_. Update all uses.
1049 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
1050 (Target_powerpc::relocate_section): Zero out discarded opd
1053 2012-09-12 Ian Lance Taylor <iant@google.com>
1056 * output.cc: Rename Output_data_got template parameter from size
1057 to got_size for all functions. Compile all variants of
1059 (Output_data_got::Got_entry::write): Correct use of size for
1060 symbol value. Use local_is_tls rather than casting to
1062 * object.h (class Object): Add local_is_tls and do_local_is_tls.
1063 (class Sized_relobj_file): Add do_local_is_tls.
1064 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
1066 2012-09-11 Alan Modra <amodra@gmail.com>
1069 * layout.cc (Layout::set_segment_offsets): When using
1070 common-page-size alignment, ensure we are on a new max-page-size
1072 * output.cc (Output_segment::set_section_addresses): Use
1073 abi_pagesize, not common_pagesize for relro boundary.
1074 (Output_segment::set_offset): Likewise.
1076 2012-09-11 Alan Modra <amodra@gmail.com>
1078 * output.h (Output_data_got::add_global_tls, add_local_tls,
1079 add_local_tls_pair): New functions.
1080 (Output_data_got::add_local_pair_with_rel): Remove second
1081 reloc param. Expand comment.
1082 (Output_data_got::Got_entry): Rename use_plt_offset_ to
1083 use_plt_or_tls_offset_, similarly for constructor param.
1084 (Output_data_got::Got_entry::write): Add got_index param.
1085 * output.cc (Output_data_got::add_global_tls, add_local_tls,
1086 add_local_tls_pair): New functions.
1087 (Output_data_got::Got_entry::write): Handle tls symbols
1088 with use_plt_or_tls_offset_ set specially.
1089 (Output_data_got::add_local_pair_with_rel): Only one reloc.
1090 (Output_data_got::do_write): Replace iterator with index, pass
1091 index to entry write function.
1092 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
1093 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
1094 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
1096 * i386.cc (Target_i386::Scan::local): Likewise.
1097 * sparc.cc (Target_sparc::Scan::local): Likewise.
1098 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
1099 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
1100 do_tls_offset_for_global): New functions.
1101 (Target_powerpc::Scan::local): Correct TLS relocations and got
1103 (Target_powerpc::Scan::global): Don't emit unnecessary
1104 dynamic relocations on TLS GOT entries.
1106 2012-09-10 Matthias Klose <doko@ubuntu.com>
1108 * config.in: Disable sanity check for kfreebsd.
1110 2012-09-10 Sterling Augustine <saugustine@google.com>
1112 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
1113 (Gdb_index::pubtypes_read): New parameter.
1114 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
1116 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
1119 2012-09-09 Alan Modra <amodra@gmail.com>
1121 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
1122 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
1123 * gc.h (gc_process_relocs): Call target gc_add_reference.
1124 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
1125 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
1126 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
1128 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
1129 to cater for when we don't need code offset. Update use.
1130 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
1131 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
1132 set_opd_valid): New functions.
1133 (Target_powerpc::do_gc_add_reference): New function.
1134 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
1136 (Target_powerpc::do_gc_mark_symbol): New function.
1138 2012-09-06 Cary Coutant <ccoutant@google.com>
1140 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
1141 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
1142 (Dwarf_die::skip_attributes): Likewise.
1143 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
1144 * testsuite/gdb_index_test.cc (inline_func_1): New function.
1146 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
1148 2012-09-05 H.J. Lu <hongjiu.lu@intel.com>
1150 * testsuite/script_test_3.t: Add .got.plt output section
1152 * testsuite/script_test_4.t: Likewise.
1154 2012-09-05 Alan Modra <amodra@gmail.com>
1156 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
1157 update all uses and lose "enum" when using type.
1159 2012-09-05 Alan Modra <amodra@gmail.com>
1161 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
1162 * configure: Regenerate.
1163 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
1164 (plugin_final_layout.stdout): Likewise.
1165 (memory_test): Set page sizes to 0x1000.
1166 * testsuite/Makefile.in: Regenerate.
1167 * testsuite/discard_locals_test.sh: Add FIXME comment.
1168 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
1169 * testsuite/pr14265.t: Add .got output section statement.
1170 * testsuite/script_test_2.t: Likewise.
1171 * testsuite/script_test_3.t: Likewise.
1172 * testsuite/script_test_4.t: Likewise.
1173 * testsuite/script_test_5.t: Likewise.
1174 * testsuite/script_test_6.t: Likewise.
1175 * testsuite/script_test_7.t: Likewise.
1176 * testsuite/script_test_9.t: Likewise.
1178 2012-09-05 Alan Modra <amodra@gmail.com>
1180 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
1181 (Powerpc_relocate_functions::Status): New typedef.
1182 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
1183 (Target_powerpc::Scan::local): Handle REL64.
1184 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
1185 for REL32 and REL64.
1186 (Target_powerpc::symval_for_branch): New function, extracted from..
1187 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
1188 checks. Report overflow errors.
1190 2012-09-05 Alan Modra <amodra@gmail.com>
1192 * object.h (Sized_relobj_file::emit_relocs): Delete.
1193 (Sized_relobj_file::emit_relocs_reltype): Delete.
1194 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
1195 relocate_relocs for --emit-relocs.
1196 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
1197 * output.h: Update comment.
1198 (Output_segment::first_section): New function.
1199 (Output_segment::first_section_load_address): Use first_section.
1200 * output.cc (Output_segment::first_section): New function extracted..
1201 (Output_segment::first_section_load_address): ..from here. Delete.
1202 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
1203 * target.h (Sized_target::relocate_for_relocatable): Likewise.
1204 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
1205 adjust call to target.h function.
1206 * i386.cc (Target_i386): Likewise.
1207 * sparc.cc (Target_sparc): Likewise.
1208 * x86_64.cc (Target_x86_64): Likewise.
1209 * powerpc.cc (Target_powerpc): Likewise.
1210 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
1211 first tls section has section symbol for optimised local dynamic
1213 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
1214 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
1216 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
1217 Rename to relocate_relocs. Update error message.
1219 2012-09-04 Andreas Schwab <schwab@linux-m68k.org>
1221 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
1224 2012-08-31 Alan Modra <amodra@gmail.com>
1226 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
1227 (Powerpc_relobj::toc_base_offset): New stub function.
1228 (Target_powerpc): Add tp_offset, dtp_offset. Rename
1229 got_mod_index_offset to tlsld_got_offset. Update all refs.
1230 (Target_powerpc::Relocate::enum skip_tls): New.
1231 (Target_powerpc::call_tls_get_addr_): New var.
1232 (Target_powerpc::is_branch_reloc): Move to file scope.
1233 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
1234 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
1236 (Target_powerpc::enum Got_type): Delete old values, add new ones.
1237 (powerpc_info): Correct common_pagesize for ppc64.
1238 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
1239 (Powerpc_relocate_functions): Add overflow check enums and functions.
1240 Add non-shift version of rela, rela_ua. Delete all rel public
1241 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
1242 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
1243 addr16_ha3, addr14 functions.
1244 (Output_data_got_powerpc::add_constant_pair): New function.
1245 (Output_data_got_powerpc::got_base_offset): Likewise.
1246 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
1247 (instruction constants): Sort, add some more.
1248 (Output_data_glink::do_write): Add and use Address typedef. Use
1249 object->toc_base_offset() stub for 64-bit.
1250 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
1251 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
1252 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
1253 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
1254 Always treat .opd relocs as against locally defined symbol.
1255 Correct condition for RELATIVE relocs.
1256 (Target_powerpc::do_finalize_sections): Test for NULL sections.
1257 (Target_powerpc::Relocate::relocate): Use plt call stub as value
1258 for 32-bit syms with a plt entry. Correct ppc64 toc base
1259 calculations. Handle TLS relocs, and more. Add overflow
1260 checking and adjust for Powerpc_relocate_functions changes.
1261 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
1262 Reinstate --emit-relocs code with FIXME.
1264 2012-08-30 Alan Modra <amodra@gmail.com>
1266 * layout.cc (Layout::set_segment_offsets): Set p_align to
1267 abi_pagesize, not common_pagesize.
1268 (Layout::relaxation_loop_body): Similarly use abi_pagesize
1269 to determine whether file header can go in segment.
1271 2012-08-30 Alan Modra <amodra@gmail.com>
1273 * output.h (Output_reloc::Output_reloc <output section>): Add
1274 is_relative param. Adjust calls.
1275 (Output_reloc::add_output_section_relative): New functions.
1276 * output.cc (Output_reloc::Output_reloc <output section>): Handle
1278 (Output_reloc::symbol_value): Handle SECTION_CODE.
1280 2012-08-24 Sriraman Tallam <tmsriram@google.com>
1282 * gold.cc (queue_middle_tasks): Call layout again when unique
1283 segments for sections is desired.
1284 * layout.cc (Layout::Layout): Initialize new members.
1285 (Layout::get_output_section_flags): New function.
1286 (Layout::choose_output_section): Call get_output_section_flags.
1287 (Layout::layout): Make output section for mapping to a unique segment.
1288 (Layout::insert_section_segment_map): New function.
1289 (Layout::attach_allocated_section_to_segment): Make unique segment for
1290 output sections marked so.
1291 (Layout::segment_precedes): Check for unique segments when sorting.
1292 * layout.h (Layout::Unique_segment_info): New struct.
1293 (Layout::Section_segment_map): New typedef.
1294 (Layout::insert_section_segment_map): New function.
1295 (Layout::get_output_section_flags): New function.
1296 (Layout::is_unique_segment_for_sections_specified): New function.
1297 (Layout::set_unique_segment_for_sections_specified): New function.
1298 (Layout::unique_segment_for_sections_specified_): New member.
1299 (Layout::section_segment_map_): New member.
1300 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
1301 Rename is_gc_pass_one to is_pass_one.
1302 Rename is_gc_pass_two to is_pass_two.
1303 Rename is_gc_or_icf to is_two_pass.
1304 Check for which pass based on whether symbols data is present.
1305 Make it two pass when unique segments for sections is desired.
1306 * output.cc (Output_section::Output_section): Initialize new
1308 * output.h (Output_section::is_unique_segment): New function.
1309 (Output_section::set_is_unique_segment): New function.
1310 (Output_section::is_unique_segment_): New member.
1311 (Output_section::extra_segment_flags): New function.
1312 (Output_section::set_extra_segment_flags): New function.
1313 (Output_section::extra_segment_flags_): New member.
1314 (Output_section::segment_alignment): New function.
1315 (Output_section::set_segment_alignment): New function.
1316 (Output_section::segment_alignment_): New member.
1317 (Output_segment::Output_segment): Initialize is_unique_segment_.
1318 (Output_segment::is_unique_segment): New function.
1319 (Output_segment::set_is_unique_segment): New function.
1320 (Output_segment::is_unique_segment_): New member.
1321 * plugin.cc (allow_unique_segment_for_sections): New function.
1322 (unique_segment_for_sections): New function.
1323 (Plugin::load): Add new functions to transfer vector.
1324 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
1325 * Makefile.in: Regenerate.
1326 * testsuite/plugin_final_layout.sh: Check if unique segment
1327 functionality works.
1328 * testsuite/plugin_section_order.c (onload): Check if new interfaces
1330 (allow_unique_segment_for_sections): New global.
1331 (unique_segment_for_sections): New global.
1332 (claim_file_hook): Call allow_unique_segment_for_sections.
1333 (all_symbols_read_hook): Call unique_segment_for_sections.
1335 2012-08-22 Cary Coutant <ccoutant@google.com>
1337 * layout.cc (Layout::include_section): Don't assert on GROUP
1338 sections with --emit-relocs.
1340 2012-08-21 Cary Coutant <ccoutant@google.com>
1342 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
1343 if --export-dynamic-symbol names an undef symbol.
1345 2012-08-18 Alan Modra <amodra@gmail.com>
1347 * powerpc.cc: Formatting and white space.
1348 (Powerpc_relobj): Rename got2_section_ to special_.
1349 Add opd_ent_shndx_ and opd_ent_off_ vectors.
1350 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
1351 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
1352 (Target_powerpc): Add Address typedef and invalid_address. Use
1354 (Target_powerpc::is_branch_reloc): New function.
1355 (Powerpc_relocate_functions): Add Address typedef, use throughout.
1356 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
1357 for dst_mask, value and addend.
1358 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
1359 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
1360 (Output_data_glink::do_write): Correct toc base. Don't try to use
1361 uint16_t for 24-bit offset. Use get_output_section_offset and
1363 (Target_powerpc::Scan::local): Handle more relocs.
1364 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
1365 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
1366 Plug in toc restoring insn after plt calls. Translate branches
1367 to function descriptor symbols to corresponding entry point.
1368 (Target_powerpc::relocate_for_relocatable): Check return from
1369 get_output_section_offset.
1370 * symtab.h: Comment typo.
1372 2012-08-14 Ian Lance Taylor <iant@google.com>
1374 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
1375 unsupported_relocal_local to call unsupported_reloc_global.
1377 2012-08-14 Nick Clifton <nickc@redhat.com>
1380 * script-sections.cc (Sections_element::output_section_name): Add
1381 keep return parameter.
1382 (Output_section_element::match_name): Add keep return parameter.
1383 Return the value of the keep_ member.
1384 * script-sections.h (class Output_section): Update
1385 output_section_name prototype.
1386 * layout.cc (Layout::keep_input_section): New public member
1388 (Layout::choose_output_section): Pass keep parameter to
1389 output_section_name.
1390 * layout.h (class Layout): Add keep_input_section.
1391 * object.cc (Sized_relobj_file::do_layout): Check for kept input
1393 * testsuite/Makefile.am: Add a test.
1394 * testsuite/Makefile.in: Regenerate.
1395 * testsuite/pr14265.c: Source file for the test.
1396 * testsuite/pr14265.t: Linker script for the test.
1397 * testsuite/pr14265.sh: Shell script for the test.
1399 2012-08-14 Alan Modra <amodra@gmail.com>
1401 * target.h (Target::output_section_name): New function.
1402 (Target::do_output_section_name): New function.
1403 * layout.cc (Layout::choose_output_section): Call the above.
1404 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
1406 2012-08-14 Alan Modra <amodra@gmail.com>
1408 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
1409 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
1410 for replace_constant call.
1411 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
1412 (Output_data_glink::do_print_to_mapfile): New function.
1413 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
1414 (Target_powerpc::Relocate::relocate): Likewise.
1416 2012-08-14 Alan Modra <amodra@gmail.com>
1418 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
1419 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
1420 (Output_data_glink::add_entry,find_entry): Remove shndx param.
1421 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
1422 all references to shndx_. Handle special case for R_PPC_PLTREL24
1424 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
1425 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
1426 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
1428 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
1429 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
1431 2012-08-12 Alan Modra <amodra@gmail.com>
1433 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
1434 (glink insn constants): Use uint32_t.
1435 (Output_data_glink::add_entry): Use insert, not [] operator.
1437 2012-08-11 Alan Modra <amodra@gmail.com>
1439 * object.h (Sized_relobj_file::find_shdr): New function.
1440 (Sized_relobj_file::find_special_sections): New function.
1441 * object.cc (Sized_relobj_file::find_shdr): New function.
1442 (Sized_relobj_file::find_eh_frame): Use find_shdr.
1443 (Sized_relobj_file::find_special_sections): New function, split out..
1444 (Sized_relobj_file::do_read_symbols): ..from here.
1445 * output.h (Output_data_got::replace_constant): New function.
1446 (Output_data_got::num_entries): New function.
1447 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
1448 (Output_data_got::got_offset): Protected rather than private.
1449 (Output_data_got::replace_got_entry): New function.
1450 * output.cc (Output_data_got::replace_got_entry): New function.
1451 * powerpc.cc (class Powerpc_relobj): New.
1452 (class Powerpc_relocate_functions): Delete all psymval variants or
1453 convert to value,addend type. Delete pcrela, pcrela_unaligned.
1454 Implement _ha functions using corresponding _hi function.
1455 (Powerpc_relobj::find_special_sections): New function.
1456 (Target_powerpc::do_make_elf_object): New function.
1457 (class Output_data_got_powerpc): New.
1458 (class Output_data_glink): New.
1459 (class Powerpc_scan_relocatable_reloc): New.
1460 Many more changes througout file.
1462 2012-08-09 Nick Clifton <nickc@redhat.com>
1464 * po/vi.po: Updated Vietnamese translation.
1466 2012-08-07 Ian Lance Taylor <iant@google.com>
1468 * layout.cc (Layout::add_target_dynamic_tags): If
1469 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
1472 2012-07-30 Nick Clifton <nickc@redhat.com>
1474 * po/gold.pot: Updated template.
1475 * po/es.po: Updated Spanish translation.
1477 2012-07-18 Cary Coutant <ccoutant@google.com>
1480 * configure.ac: Add check for -gpubnames support.
1481 * configure: Regenerate.
1482 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
1483 support; force -gno-pubnames.
1484 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
1486 (gdb_index_test_4): New test.
1487 * testsuite/Makefile.in: Regenerate.
1488 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
1489 * testsuite/gdb_index_test_2.sh: Likewise.
1490 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
1491 * testsuite/gdb_index_test_4.sh: New script.
1492 * testsuite/gdb_index_test_comm.sh: New script with common code;
1493 don't look for space after colon.
1495 2012-07-16 Sriraman Tallam <tmsriram@google.com>
1497 * gold.cc (queue_middle_tasks): Update function order only after
1498 deferred objects due to plugins are processed.
1500 2012-07-11 Ian Lance Taylor <iant@google.com>
1502 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
1503 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
1504 (Target_arm::scan_reloc_for_stub): Likewise.
1505 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
1506 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
1507 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
1508 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
1509 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
1511 2012-07-10 Dodji Seketeli <dodji@redhat.com>
1512 Ian Lance Taylor <iant@google.com>
1515 * configure.ac: Test whether std::tr1::hash<off_t> works.
1516 * gold.h: Add a specialization for std::tr1::hash<off_t> if
1518 * output.h (class Output_fill): Add virtual destructor.
1519 * configure, config.in: Rebuild.
1521 2012-06-22 Roland McGrath <mcgrathr@google.com>
1523 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
1525 2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
1527 * plugin.cc (Plugin::load): Handle position independent executables.
1529 2012-06-06 Cary Coutant <ccoutant@google.com>
1531 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
1533 (lines_only_debug_sections): Likewise.
1534 (gdb_fast_lookup_sections): New static array.
1535 (is_gdb_debug_section): Rename formal parameter.
1536 (is_lines_only_debug_section): Likewise.
1537 (is_gdb_fast_lookup_section): New function.
1538 (Layout::include_section): Check for ".zdebug_" prefix; pass
1539 section name suffix to is_gdb_debug_section, et al.; check for
1540 fast-lookup sections when building .gdb_index.
1541 * options.h (--strip-debug-gdb): Update GDB version number.
1543 2012-06-06 Cary Coutant <ccoutant@google.com>
1545 * configure.ac: Add check for fallocate.
1546 * configure: Regenerate.
1547 * config.in: Regenerate.
1549 * options.h (class General_options): Add --mmap-output-file and
1550 --posix-fallocate options.
1551 * output.cc: (posix_fallocate): Remove; replace with...
1552 (gold_fallocate): New function.
1553 (Output_file::map_no_anonymous): Call gold_fallocate.
1554 (Output_file::map): Check --mmap-output-file option.
1556 2012-06-05 Jing Yu <jingyu@google.com>
1558 * gold.h (textdomain): Add do {} to empty while(0).
1559 (bindtextdomain): Likewise.
1561 2012-06-04 Cary Coutant <ccoutant@google.com>
1563 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
1566 2012-05-25 Sriraman Tallam <tmsriram@google.com>
1568 * symtab.cc (Symbol_table::define_special_symbol):
1569 Initialize *poldsym to prevent uninitialized variable errors.
1571 2012-05-23 Cary Coutant <ccoutant@google.com>
1573 * layout.cc (Layout::section_name_mapping): Add rules to handle
1574 exact match on .data.rel.ro.local or .data.rel.ro.
1575 (Layout::output_section_name): Check for exact matches.
1577 2012-05-23 Cary Coutant <ccoutant@google.com>
1579 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
1582 2012-05-22 Cary Coutant <ccoutant@google.com>
1584 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
1585 object before exporting symbol.
1587 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
1589 * testsuite/tls_test.cc: Include "config.h" first.
1590 * testsuite/tls_test_c.c: Likewise.
1592 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
1593 Nick Clifton <nickc@redhat.com>
1596 * configure.in: Add check that sysdep.h has been included before
1597 any system header files.
1598 * configure: Regenerate.
1599 * config.in: Regenerate.
1601 2012-05-14 Cary Coutant <ccoutant@google.com>
1603 * layout.cc (Layout::make_output_section): Mark .tdata section
1605 * testsuite/relro_test.cc: Add a TLS variable.
1607 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
1610 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
1611 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
1614 2012-05-08 Cary Coutant <ccoutant@google.com>
1616 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
1617 (lines_only_debug_sections): Likewise.
1619 2012-05-02 Roland McGrath <mcgrathr@google.com>
1621 * nacl.cc: New file.
1623 * Makefile.am (CCFILES, HFILES): Add them.
1624 * Makefile.in: Regenerate.
1625 * i386.cc (Output_data_plt_i386_nacl): New class.
1626 (Output_data_plt_i386_nacl_exec): New class.
1627 (Output_data_plt_i386_nacl_dyn): New class.
1628 (Target_i386_nacl): New class.
1629 (Target_selector_i386_nacl): New class.
1630 (target_selector_i386): Use it instead of Target_selector_i386.
1631 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
1632 (Target_x86_64_nacl): New class.
1633 (Target_selector_x86_64_nacl): New class.
1634 (target_selector_x86_64, target_selector_x32): Use it instead of
1635 Target_selector_x86_64.
1636 * arm.cc (Output_data_plt_arm_nacl): New class.
1637 (Target_arm_nacl): New class.
1638 (Target_selector_arm_nacl): New class.
1639 (target_selector_arm, target_selector_armbe): Use it instead of
1640 Target_selector_arm.
1642 * target-select.cc (select_target): Take new Input_file* and off_t
1643 arguments, pass them on to recognize method of selector.
1644 * object.cc (make_elf_sized_object): Update caller.
1645 * parameters.cc (parameters_force_valid_target): Likewise.
1646 * incremental.cc (make_sized_incremental_binary): Likewise.
1647 * target-select.h: Update decl.
1648 (Target_selector::recognize): Take new Input_file* argument,
1649 pass it on to do_recognize.
1650 (Target_selector::do_recognize): Take new Input_file* argument.
1651 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
1652 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
1653 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
1654 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
1656 * target.h (Target::Target_info): New members isolate_execinstr
1658 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
1659 * arm.cc (Target_arm::arm_info): Update initializer.
1660 * i386.cc (Target_i386::i386_info): Likewise.
1661 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
1662 * sparc.cc (Target_sparc::sparc_info): Likewise.
1663 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
1664 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
1665 * layout.cc (Layout::attach_allocated_section_to_segment):
1666 Take new const Target* argument. If target->isolate_execinstr(), act
1668 (Layout::find_first_load_seg): Take new const Target* argument;
1669 if target->isolate_execinstr(), reject PF_X segments.
1670 (Layout::relaxation_loop_body): Update caller.
1671 (Layout::set_segment_offsets): If target->isolate_execinstr(),
1672 reset file offset to zero when we hit LOAD_SEG, and then do a second
1673 loop over the segments before LOAD_SEG to reassign offsets after
1674 addresses have been determined. Handle target->rosegment_gap().
1675 (Layout::attach_section_to_segment): Take new const Target* argument;
1676 pass it to attach_allocated_section_to_segment.
1677 (Layout::make_output_section): Update caller.
1678 (Layout::attach_sections_to_segments): Take new const Target* argument;
1679 pass it to attach_section_to_segment.
1680 * gold.cc (queue_middle_tasks): Update caller.
1681 * layout.h (Layout): Update method decls with new arguments.
1683 * arm.cc (Target_arm::Target_arm): Take optional argument for the
1684 Target_info pointer to use.
1685 (Target_arm::do_make_data_plt): New virtual method.
1686 (Target_arm::make_data_plt): New method that calls it.
1687 (Target_arm::make_plt_entry): Use it.
1688 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
1689 for the section alignment.
1690 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
1692 (Output_data_plt_arm::first_plt_entry_offset): Call it.
1693 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
1695 (Output_data_plt_arm::get_plt_entry_size): Call it.
1696 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
1697 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
1698 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
1700 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
1701 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
1702 method instead of sizeof(plt_entry).
1703 (Output_data_plt_arm::add_entry): Likewise.
1704 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
1705 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
1707 (Target_arm::plt_entry_size): Likewise.
1708 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
1710 (Output_data_plt_arm_standard): ... here, new class.
1711 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
1712 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
1713 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
1715 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
1716 Take additional argument for the PLT entry size.
1717 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
1718 Use get_plt_entry_size method rather than plt_entry_size variable.
1719 (Output_data_plt_x86_64::reserve_slot): Likewise.
1720 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
1721 (Output_data_plt_x86_64::add_entry): Likewise.
1722 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
1723 (Output_data_plt_x86_64::address_for_global): Likewise.
1724 (Output_data_plt_x86_64::address_for_local): Likewise.
1725 (Output_data_plt_x86_64::set_final_data_size): Likewise.
1726 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
1727 Make method non-static.
1728 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
1730 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
1731 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
1732 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
1733 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
1735 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
1736 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
1738 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
1739 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
1741 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
1742 (Output_data_plt_x86_64::plt_entry_size)
1743 (Output_data_plt_x86_64::first_plt_entry)
1744 (Output_data_plt_x86_64::plt_entry)
1745 (Output_data_plt_x86_64::tlsdesc_plt_entry)
1746 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
1747 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
1748 (Output_data_plt_x86_64_standard): ... here, new class.
1749 (Target_x86_64::Target_x86_64): Take optional argument for the
1750 Target_info pointer to use.
1751 (Target_x86_64::do_make_data_plt): New virtual method.
1752 (Target_x86_64::make_data_plt): New method to call it.
1753 (Target_x86_64::init_got_plt_for_update): Use that.
1754 Call this->plt_->add_eh_frame method here.
1755 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
1756 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
1757 rather than static method.
1758 (Target_x86_64::plt_entry_size): Likewise.
1759 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
1760 rather than plt_entry_size variable. Move guts of PLT filling to...
1761 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
1762 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
1763 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
1765 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
1766 additional argument for the section alignment.
1767 Don't do add_eh_frame_for_plt here.
1768 (Output_data_plt_i386::first_plt_entry_offset): Make the method
1769 non-static. Use get_plt_entry_size method rather than plt_entry_size
1771 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
1773 (Output_data_plt_i386::get_plt_entry_size): Call it.
1774 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
1775 (Output_data_plt_i386::add_eh_frame): New method to call it.
1776 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
1778 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
1779 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
1781 (Output_data_plt_i386::fill_plt_entry): New method to call it.
1782 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
1783 method instead of plt_entry_size.
1784 (Output_data_plt_i386::plt_entry_size)
1785 (Output_data_plt_i386::plt_eh_frame_fde_size)
1786 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
1787 (Output_data_plt_i386_standard): ... here, new class.
1788 (Output_data_plt_i386_exec): New class.
1789 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
1790 (Output_data_plt_i386_exec::first_plt_entry): ... here.
1791 (Output_data_plt_i386::exec_plt_entry): Move to ...
1792 (Output_data_plt_i386_exec::plt_entry): ... here.
1793 (Output_data_plt_i386_dyn): New class.
1794 (Output_data_plt_i386::first_plt_entry): Move to ...
1795 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
1796 (Output_data_plt_i386::dyn_plt_entry): Move to ...
1797 (Output_data_plt_i386_dyn::plt_entry): ... here.
1798 (Target_i386::Target_i386): Take optional argument for the Target_info
1800 (Target_i386::do_make_data_plt): New virtual method.
1801 (Target_i386::make_data_plt): New method to call it.
1802 (Target_i386::make_plt_section): Use that.
1803 Call this->plt_->add_eh_frame method here.
1804 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
1805 rather than plt_entry_size variable.
1806 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
1807 (Output_data_plt_i386::address_for_local): Likewise.
1808 (Output_data_plt_i386::do_write): Likewise.
1809 Move guts of PLT filling to...
1810 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
1811 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
1812 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
1813 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
1815 2012-05-01 Cary Coutant <ccoutant@google.com>
1817 * dwarf_reader.cc (Dwarf_die::read_attributes)
1818 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
1819 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
1820 * reduced_debug_output.cc
1821 (Output_reduced_debug_info_section::get_die_end): Remove
1822 DW_FORM_GNU_ref_index. Add default case.
1824 2012-04-26 Mark Wielaard <mjw@redhat.com>
1826 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
1827 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
1828 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
1829 DW_AT_high_pc as offset from DW_AT_low_pc.
1831 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
1832 * testsuite/Makefile.in: Regenerate.
1833 * testsuite/gdb_index_test_3.c: New test source file.
1834 * testsuite/gdb_index_test_3.sh: New test source file.
1836 2012-04-25 Ian Lance Taylor <iant@google.com>
1838 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
1840 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
1841 as a class, not a struct.
1842 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
1843 (Target_arm::apply_cortex_a8_workaround): Likewise.
1844 * gc.h: Declare Reloc_types as a struct, not a class.
1845 * object.h: Declare Symbols_data as a struct.
1846 * reloc.h: Declare Read_relocs_data as a struct.
1847 * target.h: Declare Relocate_info as a struct.
1849 2012-04-24 David S. Miller <davem@davemloft.net>
1851 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
1852 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
1855 2012-04-24 Cary Coutant <ccoutant@google.com>
1857 * incremental-dump.cc (find_input_containing_global): Replace
1858 magic number with symbolic constant.
1859 (dump_incremental_inputs): Update version number.
1860 * incremental.cc (Output_section_incremental_inputs): Update version
1861 number; import symbolic constants from Incremental_inputs_reader.
1862 (Incremental_inputs::create_data_sections): Align relocations
1863 section correctly for 64-bit targets.
1864 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
1865 constants; add padding.
1866 (Output_section_incremental_inputs::write_header): Add assert for
1868 (Output_section_incremental_inputs::write_input_files): Add assert
1869 for input_entry_size.
1870 (Output_section_incremental_inputs::write_info_blocks): Add padding;
1871 add assert for object_info_size, input_section_entry_size,
1872 global_sym_entry_size.
1873 * incremental.h (Incremental_inputs_reader): Add symbolic constants
1874 for data structure sizes; use them.
1875 (Incremental_input_entry_reader): Import symbolic constants from
1876 Incremental_inputs_reader; use them.
1878 2012-04-23 David S. Miller <davem@davemloft.net>
1880 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
1882 (Target_sparc::Target_sparc): Initialize new fields.
1883 (Target_sparc::do_make_elf_object): New function.
1884 (Target_sparc::do_adjust_elf_header): New function.
1886 2012-04-23 Cary Coutant <ccoutant@google.com>
1888 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
1889 CU range table of gdb index.
1891 2012-04-20 David S. Miller <davem@davemloft.net>
1893 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
1896 2012-04-16 David S. Miller <davem@davemloft.net>
1898 * sparc.cc (Target_sparc::got_address): New function.
1899 (Sparc_relocate_functions::gdop_hix22): New function.
1900 (Sparc_relocate_functions::gdop_lox10): New function.
1901 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
1903 (Target_sparc::Scan::local): Likewise if the global symbol is not
1904 preemptible and is not IFUNC.
1905 (Target_sparc::Relocate::relocate): Perform GOTDATA code
1906 transformations for local and non-preemptible non-IFUNC global
1909 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
1910 writing out 64-bit part of ranges.
1912 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
1913 -fpic and -fpie respectively.
1914 * Makefile.in: Regenerate.
1916 * sparc.cc (class Target_sparc): Add rela_ifunc_.
1917 (Target_sparc::Target_sparc): Initialize new field.
1918 (Target_sparc::do_plt_section_for_global): New function.
1919 (Target_sparc::do_plt_section_for_local): New function.
1920 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
1921 (Target_sparc::make_plt_section): New function, broken out of
1922 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
1923 (Target_sparc::make_plt_entry): Call make_plt_section.
1924 (Target_sparc::make_local_ifunc_plt_entry): New function.
1925 (Target_sparc::rela_ifunc_section): New function.
1926 (Target_sparc::plt_section): Remove const.
1927 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
1928 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
1929 and ifunc_count_ fields.
1930 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
1931 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
1932 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
1933 (Output_data_plt_sparc::rela_ifunc): New function.
1934 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
1935 (Output_data_plt_sparc::has_ifunc_section): New function.
1936 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
1937 (Output_data_plt_sparc::address_for_global): New function.
1938 (Output_data_plt_sparc::address_for_local): New function.
1939 (Output_data_plt_sparc::plt_index_to_offset): New function.
1940 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
1942 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
1944 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
1945 R_SPARC_JMP_IREL to switch.
1946 (Target_sparc::Scan::check_non_pic): Likewise.
1947 (Target_sparc::Scan::local): Handle IFUNC symbols.
1948 (Target_sparc::Scan::local): Likewise.
1949 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
1950 and plt_address_for_local.
1951 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
1952 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
1954 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
1955 (class Output_data_reloc): Adjust calls to Output_reloc_type.
1956 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
1957 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
1959 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
1960 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
1962 * sparc.cc (Target_sparc::Scan::global): Likewise.
1963 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
1965 2012-04-16 Cary Coutant <ccoutant@google.com>
1967 * archive.cc (Library_base::should_include_member): Check for
1968 --export-dynamic-symbol.
1969 * options.h (class General_options): Add --export-dynamic-symbol.
1970 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
1971 --export-dynamic-symbol.
1972 (Symbol_table::gc_mark_undef_symbols): Likewise.
1973 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
1975 2012-04-12 David S. Miller <davem@davemloft.net>
1977 * sparc.cc (Reloc::wdisp10): New relocation method.
1978 (Reloc::h34): Likewise.
1979 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
1980 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
1982 (Target_sparc::Scan::local): Likewise.
1983 (Target_sparc::Scan::global): Likewise.
1984 (Target_sparc::Relocate::relocate): Likewise.
1986 2012-04-09 Cary Coutant <ccoutant@google.com>
1988 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
1991 2012-04-06 Ian Lance Taylor <iant@google.com>
1993 * timer.cc: #include <unistd.h>.
1995 2012-04-06 Roland McGrath <mcgrathr@google.com>
1997 * configure.in (AC_CHECK_HEADERS): Add locale.h.
1998 * config.in: Regenerate.
1999 * configure: Regenerate.
2001 2012-04-05 Nick Clifton <nickc@redhat.com>
2003 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
2004 (AM_LC_MESSAGES): Add.
2005 * aclocal.m4: Regenerate.
2006 * config.in: Regenerate.
2007 * configure: Regenerate.
2009 2012-03-21 Cary Coutant <ccoutant@google.com>
2011 * Makefile.am: Add gdb-index.cc, gdb-index.h.
2012 * Makefile.in: Regenerate.
2013 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
2014 (Sized_elf_reloc_mapper::symbol_section): New function.
2015 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
2016 (make_elf_reloc_mapper): New function.
2017 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
2018 (Dwarf_abbrev_table::do_read_abbrevs): New function.
2019 (Dwarf_abbrev_table::do_get_abbrev): New function.
2020 (Dwarf_ranges_table::read_ranges_table): New function.
2021 (Dwarf_ranges_table::read_range_list): New function.
2022 (Dwarf_pubnames_table::read_section): New function.
2023 (Dwarf_pubnames_table::read_header): New function.
2024 (Dwarf_pubnames_table::next_name): New function.
2025 (Dwarf_die::Dwarf_die): New function.
2026 (Dwarf_die::read_attributes): New function.
2027 (Dwarf_die::skip_attributes): New function.
2028 (Dwarf_die::set_name): New function.
2029 (Dwarf_die::set_linkage_name): New function.
2030 (Dwarf_die::attribute): New function.
2031 (Dwarf_die::string_attribute): New function.
2032 (Dwarf_die::int_attribute): New function.
2033 (Dwarf_die::uint_attribute): New function.
2034 (Dwarf_die::ref_attribute): New function.
2035 (Dwarf_die::child_offset): New function.
2036 (Dwarf_die::sibling_offset): New function.
2037 (Dwarf_info_reader::check_buffer): New function.
2038 (Dwarf_info_reader::parse): New function.
2039 (Dwarf_info_reader::do_parse): New function.
2040 (Dwarf_info_reader::do_read_string_table): New function.
2041 (Dwarf_info_reader::lookup_reloc): New function.
2042 (Dwarf_info_reader::get_string): New function.
2043 (Dwarf_info_reader::visit_compilation_unit): New function.
2044 (Dwarf_info_reader::visit_type_unit): New function.
2045 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
2046 Sized_elf_reloc_mapper.
2047 (Sized_dwarf_line_info::symbol_section): Remove function.
2048 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
2049 (Sized_dwarf_line_info::read_line_mappings): Remove object
2050 parameter, adjust callers.
2051 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
2052 * dwarf_reader.h: Include <sys/types.h>.
2053 (class Track_relocs): Remove forward declaration.
2054 (class Elf_reloc_mapper): New class.
2055 (class Sized_elf_reloc_mapper): New class.
2056 (class Dwarf_abbrev_table): New class.
2057 (class Dwarf_range_list): New class.
2058 (class Dwarf_ranges_table): New class.
2059 (class Dwarf_pubnames_table): New class.
2060 (class Dwarf_die): New class.
2061 (class Dwarf_info_reader): New class.
2062 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
2063 (Sized_dwarf_line_info::symbol_section): Remove member function.
2064 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
2066 * gdb-index.cc: New source file.
2067 * gdb-index.h: New source file.
2068 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
2069 and .debug_types sections, call Layout::add_to_gdb_index.
2070 (Sized_relobj_incr::do_section_name): Implement.
2071 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
2072 return type; Implement.
2073 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
2075 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
2076 parameter list and return type.
2077 (Sized_incr_dynobj::do_section_contents): Likewise.
2078 * layout.cc: Include gdb-index.h.
2079 (Layout::Layout): Initialize gdb_index_data_.
2080 (Layout::init_fixed_output_section): Check for .gdb_index section.
2081 (Layout::add_to_gdb_index): New function. Instantiate.
2082 * layout.h: Add forward declaration for class Gdb_index.
2083 (Layout::add_to_gdb_index): New member function.
2084 (Layout::gdb_index_data_): New data member.
2085 * main.cc: Include gdb-index.h.
2086 (main): Print statistics for gdb index.
2087 * object.cc (Object::section_contents): Move code into
2088 do_section_contents.
2089 (need_decompressed_section): Check for sections needed when building
2091 (build_compressed_section_map): Likewise.
2092 (Sized_relobj_file::do_read_symbols): Need local symbols when building
2094 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
2095 sections; call Layout::add_to_gdb_index.
2096 (Sized_relobj_file::do_decompressed_section_contents): Call
2097 do_section_contents directly.
2098 * object.h (Object::do_section_contents): Adjust parameter list and
2100 (Object::do_decompressed_section_contents): Call do_section_contents
2102 (Sized_relobj_file::do_section_contents): Adjust parameter list and
2104 * options.h (class General_options): Add --gdb-index option.
2105 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
2106 list and return type.
2107 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
2108 * reloc.h (Track_relocs::checkpoint): New function.
2109 (Track_relocs::reset): New function.
2111 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
2113 * testsuite/Makefile.in: Regenerate.
2114 * testsuite/gdb_index_test.cc: New test source file.
2115 * testsuite/gdb_index_test_1.sh: New test source file.
2116 * testsuite/gdb_index_test_2.sh: New test source file.
2118 2012-03-19 Doug Kwan <dougkwan@google.com>
2120 * arm.cc (Target_arm::do_define_standard_symbols): New method.
2121 (Target_arm::do_finalize_sections): Remove code which defines
2122 __exidx_start and __exidx_end. Make symbol table parameter
2123 anonymous as it is not used.
2124 * gold.cc (queue_middle_tasks): Call target hook to define any
2125 target-specific symbols.
2126 * target.h (Target::define_standard_symbols): New method.
2127 (Target::do_define_standard_symbols): Same.
2128 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
2129 * testsuite/Makefile.in: Regenerate.
2130 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
2132 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
2133 relocations are generated for __exidx_start and __exidx_end.
2135 2012-03-16 Doug Kwan <dougkwan@google.com>
2137 * testsuite/Makefile.am: Disable test initpri3b.
2138 * testsuite/Makefile.in: Regenerate.
2140 2012-03-15 Doug Kwan <dougkwan@google.com>
2142 * arm.cc (Target_arm::got_section): Make .got section read-only
2145 2012-03-15 Ian Lance Taylor <iant@google.com>
2148 * layout.cc (Layout::make_output_section): Correctly mark
2149 SHT_INIT_ARRAY, et. al., as relro.
2151 2012-03-14 Doug Kwan <dougkwan@google.com>
2153 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
2154 dynamic relocations for protected symbols in shared objects.
2156 2012-03-13 Ian Lance Taylor <iant@google.com>
2158 * resolve.cc (Symbol_table::resolve): When merging common symbols,
2159 keep the larger alignment.
2161 2012-03-12 Cary Coutant <ccoutant@google.com>
2163 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
2164 handling of DW_LNE_define_file.
2166 2012-03-12 Cary Coutant <ccoutant@google.com>
2168 * reduced_debug_output.cc
2169 (Output_reduced_debug_info_section::get_die_end): Add new FORM
2172 2012-02-29 Cary Coutant <ccoutant@google.com>
2174 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
2176 2012-02-29 Cary Coutant <ccoutant@google.com>
2178 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
2179 Call Object::decompressed_section_contents.
2180 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
2182 (Sized_dwarf_line_info::buffer_start_): New data member.
2183 * merge.cc (Output_merge_data::do_add_input_section): Call
2184 Object::decompressed_section_contents.
2185 (Output_merge_string::do_add_input_section): Likewise.
2186 * object.cc (need_decompressed_section): New function.
2187 (build_compressed_section_map): Decompress sections needed later.
2188 (Sized_relobj_file::do_decompressed_section_contents): New function.
2189 (Sized_relobj_file::do_discard_decompressed_sections): New function.
2190 * object.h (Object::decompressed_section_contents): New function.
2191 (Object::discard_decompressed_sections): New function.
2192 (Object::do_decompressed_section_contents): New function.
2193 (Object::do_discard_decompressed_sections): New function.
2194 (Compressed_section_info): New type.
2195 (Compressed_section_map): Include decompressed section contents.
2196 (Sized_relobj_file::do_decompressed_section_contents): New function.
2197 (Sized_relobj_file::do_discard_decompressed_sections): New function.
2199 2012-02-16 Cary Coutant <ccoutant@google.com>
2201 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
2202 * testsuite/Makefile.in: Regenerate.
2204 2012-02-14 Cary Coutant <ccoutant@google.com>
2206 * options.cc (General_options::finalize): Disallow -pie and -static.
2208 2012-02-03 Doug Kwan <dougkwan@google.com>
2210 * arm.cc (Arm_relocate_functions::abs8,
2211 Arm_relocate_functions::abs16): Use
2212 Bits::has_signed_unsigned_overflow32.
2213 (Arm_relocate_functions::thm_abs8): Correct range of
2215 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
2218 2012-02-02 Doug Kwan <dougkwan@google.com>
2220 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
2221 position independent outputs, not just shared objects.
2223 2012-01-30 H.J. Lu <hongjiu.lu@intel.com>
2225 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
2226 * configure: Regenerated.
2228 2012-01-27 Ian Lance Taylor <iant@google.com>
2230 * reloc.h (Bits): New class with static functions, copied from
2231 namespace utils in arm.cc.
2232 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
2235 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
2237 * incremental.cc (write_info_blocks): Correct relocation offset.
2239 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
2241 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
2242 (Relocate::tls_gd_to_le): Likewise.
2244 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
2246 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
2248 2012-01-27 H.J. Lu <hongjiu.lu@intel.com>
2250 * configure.ac: Check if -mcmodel=medium works.
2251 * configure: Regenerated.
2253 2012-01-24 Cary Coutant <ccoutant@google.com>
2255 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
2257 (read_unsigned_LEB_128_x): ... this new function.
2258 (read_signed_LEB_128): Replaced with inline definition and ...
2259 (read_signed_LEB_128_x): ... this new function.
2260 * int_encoding.h (read_unsigned_LEB_128_x): New function.
2261 (read_unsigned_LEB_128): Add inline definition.
2262 (read_signed_LEB_128_x): New function.
2263 (read_signed_LEB_128): Add inline definition.
2264 * testsuite/Makefile.am (leb128_unittest): New unit test.
2265 * testsuite/Makefile.in: Regenerate.
2266 * testsuite/leb128_unittest.cc: New unit test.
2268 2012-01-23 Ian Lance Taylor <iant@google.com>
2271 * i386.cc (Target_i386::do_code_fill): When using a jmp
2272 instruction, pad with nop instructions.
2273 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
2275 2012-01-22 H.J. Lu <hongjiu.lu@intel.com>
2277 * x86_64.cc (gc_process_relocs): Add typename on types used in
2279 (scan_relocs): Likewise.
2280 (relocate_section): Likewise.
2281 (apply_relocation): Likewise.
2283 2012-01-10 H.J. Lu <hongjiu.lu@intel.com>
2285 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
2286 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
2289 2012-01-09 H.J. Lu <hongjiu.lu@intel.com>
2291 * x86_64.cc: Initial support for x32.
2293 2012-01-03 Cary Coutant <ccoutant@google.com>
2295 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
2296 Use abstract base class for GOT.
2297 * gold/output.h (class Output_data_got_base): New abstract base class.
2298 (class Output_data_got): Derive from new base class, adjust ctors.
2299 (Output_data_got::reserve_slot): Make virtual; rename to
2300 do_reserve_slot; Adjust callers.
2301 * gold/target.h (Sized_target::init_got_plt_for_update): Return
2302 pointer to abstract base class.
2303 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
2305 2011-12-18 Ian Lance Taylor <iant@google.com>
2307 * object.h (Relobj::local_symbol_value): New function.
2308 (Relobj::local_plt_offset): New function.
2309 (Relobj::local_has_got_offset): New function.
2310 (Relobj::local_got_offset): New function.
2311 (Relobj::set_local_got_offset): New function.
2312 (Relobj::do_local_symbol_value): New pure virtual function.
2313 (Relobj::do_local_plt_offset): Likewise.
2314 (Relobj::do_local_has_got_offset): Likewise.
2315 (Relobj::do_local_got_offset): Likewise.
2316 (Relobj::do_set_local_got_offset): Likewise.
2317 (Sized_relobj::do_local_has_got_offset): Rename from
2318 local_has_got_offset.
2319 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
2320 (Sized_relobj::do_set_local_got_offset): Rename from
2321 set_local_got_offset.
2322 (Sized_relobj_file::do_local_plt_offset): Rename from
2324 (Sized_relobj_file::do_local_symbol_value): New function.
2325 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
2327 * output.cc (Output_data_got::Got_entry::write): Change object to
2328 Relobj. Use local_symbol_value.
2329 (Output_data_got::add_global_with_rel): Change rel_dyn to
2330 Output_data_reloc_generic*. Use add_global_generic.
2331 (Output_data_got::add_global_with_rela): Remove. Change all
2332 callers to use add_global_with_rel.
2333 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
2334 Output_data_reloc_generic*. Use add_global_generic.
2335 (Output_data_got::add_global_pair_with_rela): Remove. Change all
2336 callers to use add_global_pair_with_rel.
2337 (Output_data_got::add_local): Change object to Relobj*.
2338 (Output_data_got::add_local_plt): Likewise.
2339 (Output_data_got::add_local_with_rel): Change object to Relobj*,
2340 change rel_dyn to Output_data_reloc_generic*. Use
2342 (Output_data_got::add_local_with_rela): Remove. Change all
2343 callers to use all_local_with_rel.
2344 (Output_data_got::add_local_pair_with_rel): Change object to
2345 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
2346 add_output_section_generic.
2347 (Output_data_got::add_local_pair_with_rela): Remove. Change all
2348 callers to use add_local_pair_with_rel.
2349 (Output_data_got::reserve_local): Change object to Relobj*.
2350 * output.h: (class Output_data_reloc_generic): Add pure virtual
2351 declarations for add_global_generic, add_local_generic,
2352 add_output_section_generic.
2353 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
2354 functions for Output_data_reloc_generic. Update declarations for
2355 changes listed in output.cc.
2356 (class Output_data_got): Change template parameter to got_size.
2357 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
2358 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
2360 (Sized_relobj_incr::do_local_plt_offset): New function.
2361 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
2364 2011-12-17 Cary Coutant <ccoutant@google.com>
2366 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
2367 * resolve.cc (Symbol_table::resolve): Likewise.
2368 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
2370 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
2372 2011-12-16 Ian Lance Taylor <iant@google.com>
2374 * output.h (Output_data_reloc_generic::add): Only call
2375 add_dynamic_reloc if this is a dynamic reloc section.
2377 2011-12-15 H.J. Lu <hongjiu.lu@intel.com>
2380 * target-reloc.h (apply_relocation): Replace <64, false> with
2383 2011-11-25 Nick Clifton <nickc@redhat.com>
2385 * po/it.po: New Italian translation.
2387 2011-11-17 Sterling Augustine <saugustine@google.com>
2389 * script.cc (script_include_directive): Implement.
2390 (read_script_file): New local variables name and search_path. Update
2391 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
2392 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
2393 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
2395 2011-11-11 Sterling Augustine <saugustine@google.com>
2397 * yyscript.y (section_cmd): Add support for INCLUDE directive.
2398 (file_or_sections_cmd): Likewise.
2400 2011-11-11 Doug Kwan <dougkwan@google.com>
2402 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
2403 if --just-symbols is given.
2405 2011-11-10 Doug Kwan <dougkwan@google.com>
2408 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
2409 when processing data relocs.
2410 * reloc.h (Relocate_functions::rel_unaligned): New method.
2411 (Relocate_functions::pcrel_unaligned): Ditto.
2412 (Relocate_functions::rel32_unaligned): Ditto.
2413 (Relocate_functions::pcrel32_unaligned): Ditto.
2415 2011-11-09 Doug Kwan <dougkwan@google.com>
2418 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
2419 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
2420 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
2421 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
2422 (Relocate_functions::rel_unaligned): New.
2423 (Relocate_functions::rel32_unaligned): New.
2424 * target-reloc.h (relocate_for_relocatable): Add code to handle
2425 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
2426 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
2427 arm_unaligned_reloc_r): New targets.
2428 * testsuite/Makefile.in: Regenerate.
2429 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
2432 2011-11-02 Ian Lance Taylor <iant@google.com>
2434 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
2436 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
2437 * options.cc (General_options::finalize): Use library search path
2438 from configure script if specified. If not native and no sysroot,
2439 only search TOOLLIBDIR.
2440 * options.h (Search_directory::Search_directory): Change name to
2442 (General_options::add_to_library_path_with_sysroot): Change arg to
2444 * configure, Makefile.in, config.in: Rebuild.
2446 2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2448 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
2449 we are working around the ARM1176 Erratum.
2450 * options.h (General_options::fix_arm1176): Add option.
2451 * testsuite/Makefile.am: Add testcases, and keep current ones
2453 * testsuite/Makefile.in: Regenerate.
2454 * testsuite/arm_fix_1176.s: New file.
2455 * testsuite/arm_fix_1176.sh: Likewise.
2457 2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2459 * arm.cc (Target_arm::Target_arm): Remove initialisation of
2461 (Target_arm::may_use_blx): Remove method.
2462 (Target_arm::set_may_use_blx): Likewise.
2463 (Target_arm::may_use_v4t_interworking): New method.
2464 (Target_arm::may_use_v5t_interworking): Likewise.
2465 (Target_arm::may_use_blx_): Remove member variable.
2466 (Arm_relocate_functions::arm_branch_common): Check for v5T
2468 (Arm_relocate_functions::thumb_branch_common): Likewise.
2469 (Reloc_stub::stub_type_for_reloc): Likewise.
2470 (Target_arm::do_finalize_sections): Correct interworking checks.
2471 * testsuite/Makefile.am: Add new tests.
2472 * testsuite/Makefile.in: Regenerate.
2473 * testsuite/arm_farcall_arm_arm.s: New test.
2474 * testsuite/arm_farcall_arm_arm.sh: Likewise.
2475 * testsuite/arm_farcall_arm_thumb.s: Likewise.
2476 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
2477 * testsuite/arm_farcall_thumb_arm.s: Likewise.
2478 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
2479 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
2480 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
2482 2011-10-31 Cary Coutant <ccoutant@google.com>
2485 * expression.cc (Expression::eval_with_dot): Add
2486 is_section_dot_assignment parameter.
2487 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
2488 absolute and assigning to dot within a section.
2489 * script-sections.cc
2490 (Output_section_element_assignment::set_section_addresses): Pass
2491 dot_section to set_if_absolute.
2492 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
2493 as is_section_dot_assignment flag to eval_with_dot.
2494 (Output_section_element_dot_assignment::set_section_addresses):
2496 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
2497 parameter. Also set value if relative to dot_section; set the
2498 symbol's output_section.
2499 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
2500 parameter. Adjust all callers.
2501 (Expression::eval_maybe_dot): Likewise.
2502 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
2504 * testsuite/script_test_2.t: Test assignment of an absolute value
2505 to dot within an output section element.
2507 2011-10-31 Cary Coutant <ccoutant@google.com>
2509 * options.h (class General_options): Add --[no-]gnu-unique options.
2510 * symtab.cc (Symbol_table::sized_write_globals): Convert
2511 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
2513 2011-10-31 Cary Coutant <ccoutant@google.com>
2516 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
2517 unnecessary assertion.
2518 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
2520 2011-10-31 Sriraman Tallam <tmsriram@google.com>
2522 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
2524 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
2526 Change to just keep the section associated with symbol.
2527 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
2528 they are externally visible and --export-dynamic is turned on.
2529 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
2531 2011-10-19 Ian Lance Taylor <iant@google.com>
2534 * script-sections.cc
2535 (Output_section_element_dot_assignment::needs_output_section): New
2538 2011-10-19 Ian Lance Taylor <iant@google.com>
2541 * layout.cc (Layout::segment_precedes): Don't assert failure if a
2542 --section-start option was seen.
2543 * options.h (General_options::any_section_start): New function.
2545 2011-10-18 David S. Miller <davem@davemloft.net>
2548 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
2549 member to track relocation locations that have moved during TLS
2550 reloc optimizations.
2551 (Target_sparc::Relocate::Relocate): Initialize to NULL.
2552 (Target_sparc::Relocate::relocate): Adjust view down by 4
2553 bytes if it matches reloc_adjust_addr_.
2554 (Target_sparc::Relocate::relocate_tls): Always move the
2555 __tls_get_addr call delay slot instruction forward 4 bytes when
2556 performing relaxation.
2558 2011-10-18 Cary Coutant <ccoutant@google.com>
2560 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
2561 (Output_file::map_no_anonymous): Check for non-zero
2562 return code from posix_fallocate.
2564 2011-10-17 Cary Coutant <ccoutant@google.com>
2567 * plugin.cc (is_visible_from_outside): Check for symbols
2568 referenced from dynamic objects.
2569 * resolve.cc (Symbol_table::resolve): Don't count references
2570 from dynamic objects as references from real ELF files.
2571 * testsuite/plugin_test_2.sh: Adjust expected result.
2573 2011-10-17 Cary Coutant <ccoutant@google.com>
2575 * gold.cc: Include timer.h.
2576 (queue_middle_tasks): Stamp time.
2577 (queue_final_tasks): Likewise.
2578 * main.cc (main): Store timer in parameters. Print timers
2580 * parameters.cc (Parameters::Parameters): Initialize timer_.
2581 (Parameters::set_timer): New function.
2582 (set_parameters_timer): New function.
2583 * parameters.h (Parameters::set_timer): New function.
2584 (Parameters::timer): New function.
2585 (Parameters::timer_): New data member.
2586 (set_parameters_timer): New function.
2587 * timer.cc (Timer::stamp): New function.
2588 (Timer::get_pass_time): New function.
2589 * timer.h (Timer::stamp): New function.
2590 (Timer::get_pass_time): New function.
2591 (Timer::pass_times_): New data member.
2593 2011-10-17 Cary Coutant <ccoutant@google.com>
2595 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
2596 task for members of lib groups.
2598 2011-10-17 Cary Coutant <ccoutant@google.com>
2601 * fileread.cc (File_read::find_view): Add assert.
2602 (File_read::make_view): Move bounds check (replace with assert)...
2603 (File_read::find_or_make_view): ... to here.
2605 2011-10-12 Cary Coutant <ccoutant@google.com>
2607 * output.cc (Output_file::open_base_file): Handle case where
2608 ::read returns less than requested size.
2610 2011-10-10 Cary Coutant <ccoutant@google.com>
2612 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
2613 Initialize defined_count_.
2614 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
2615 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
2616 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
2617 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
2618 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
2619 * incremental.h (Sized_relobj_incr::defined_count_): New data
2621 (Sized_incr_dynobj::defined_count_): New data member.
2622 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
2623 Return zeroes instead of internal error.
2625 2011-10-10 Cary Coutant <ccoutant@google.com>
2628 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
2629 (Output_reloc::symbol_value): Return PLT offset if flag is set.
2630 * output.h (class Output_reloc): Add use_plt_offset flag.
2631 (Output_reloc::type_): Adjust size of bit field.
2632 (Output_reloc::use_plt_offset_): New bit field.
2633 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
2634 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
2635 flag. Adjust all callers.
2636 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
2637 creating RELATIVE relocations.
2639 2011-10-10 Nick Clifton <nickc@redhat.com>
2641 * po/es.po: Updated Spanish translation.
2642 * po/fi.po: Updated Finnish translation.
2644 2011-10-03 Diego Novillo <dnovillo@google.com>
2646 * options.cc (parse_uint): Fix dereference of RETVAL.
2648 2011-09-29 Sriraman Tallam <tmsriram@google.com>
2650 * layout.h (section_order_map_): New member.
2651 (get_section_order_map): New member function.
2652 * output.cc (Output_section::add_input_section): Check for patterns
2653 only when --section-ordering-file is specified.
2654 * gold.cc (queue_middle_tasks): Delay updating order of sections till
2655 output_sections have been formed.
2656 * layout.cc (Layout_Layout): Initialize section_order_map_.
2657 * plugin.cc (update_section_order): Store order in order_map. Do not
2659 * testsuite/Makefile.am: Add test case for plugin_final_layout.
2660 * testsuite/Makefile.in: Regenerate.
2661 * testsuite/plugin_section_order.c: New file.
2662 * testsuite/plugin_final_layout.cc: New file.
2663 * testsuite/plugin_final_layout.sh: New file.
2665 2011-09-29 Cary Coutant <ccoutant@google.com>
2667 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
2669 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
2670 symbols during incremental update.
2671 (Symbol_table::add_from_dynobj): Likewise.
2673 2011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2674 Ian Lance Taylor <iant@google.com>
2676 * symtab.cc (Symbol_table::define_special_symbol): Always
2677 canonicalize version string.
2679 2011-09-26 Cary Coutant <ccoutant@google.com>
2681 * gold.cc (queue_initial_tasks): Move option checks ...
2682 * options.cc (General_options::finalize): ... to here. Disable
2683 some options; make others fatal.
2685 2011-09-26 Cary Coutant <ccoutant@google.com>
2688 * plugin.cc (get_symbols_v2): New function.
2689 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
2690 (is_referenced_from_outside): New function.
2691 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
2692 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
2693 (get_symbols): Pass version parameter.
2694 (get_symbols_v2): New function.
2695 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
2697 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
2698 (onload): Add LDPT_GET_SYMBOLS_V2.
2699 (all_symbols_read_hook): Use get_symbols_v2; check for
2700 LDPR_PREVAILING_DEF_IRONLY_EXP.
2701 * testsuite/plugin_test_3.sh: Update expected results.
2703 2011-09-23 Simon Baldwin <simonb@google.com>
2705 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
2706 configuration options.
2707 * configure: Regenerate.
2708 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
2709 * Makefile.in: Regenerate.
2710 * testsuite/Makefile.in: Regenerate.
2712 2011-09-19 Sriraman Tallam <tmsriram@google.com>
2714 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
2716 2011-09-19 Cary Coutant <ccoutant@google.com>
2718 * incremental.cc (can_incremental_update): Fix typo in comment.
2719 * incremental.h (can_incremental_update): Likewise.
2721 2011-09-18 Cary Coutant <ccoutant@google.com>
2723 * incremental.cc (can_incremental_update): New function.
2724 * incremental.h (can_incremental_update): New function.
2725 * layout.cc (Layout::init_fixed_output_section): Call it.
2726 (Layout::make_output_section): Don't allow patch space in .eh_frame.
2727 * object.cc (Sized_relobj_file::do_layout): Call
2728 can_incremental_update.
2730 2011-09-13 Cary Coutant <ccoutant@google.com>
2732 * configure.ac: Check for glibc support for gnu_indirect_function
2733 support with static linking, setting automake conditional
2735 * Makefile.in: Regenerate.
2736 * configure: Regenerate.
2738 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
2739 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
2741 * testsuite/Makefile.in: Regenerate.
2743 2011-09-13 Cary Coutant <ccoutant@google.com>
2745 * incremental.cc (Sized_relobj_incr::do_layout): Call
2746 report_comdat_group for kept comdat sections.
2747 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
2748 * testsuite/Makefile.in: Regenerate.
2749 * testsuite/incr_comdat_test_1.cc: New source file.
2750 * testsuite/incr_comdat_test_2_v1.cc: New source file.
2751 * testsuite/incr_comdat_test_2_v2.cc: New source file.
2752 * testsuite/incr_comdat_test_2_v3.cc: New source file.
2754 2011-09-13 Ian Lance Taylor <iant@google.com>
2756 * object.cc (Sized_relobj_file::do_layout): Remove unused local
2757 variable external_symbols_offset.
2759 2011-09-12 Ian Lance Taylor <iant@google.com>
2761 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
2762 triggered if object has no symbols.
2764 2011-09-09 David S. Miller <davem@davemloft.net>
2766 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
2767 (Output_fill_debug_line::do_write): Likewise.
2769 2011-08-29 Cary Coutant <ccoutant@google.com>
2771 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
2772 casts to match formatting specs.
2773 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
2775 2011-08-26 Cary Coutant <ccoutant@google.com>
2777 * layout.cc (Free_list::allocate): Provide guarantee of minimum
2778 remaining hole size when allocating.
2779 (Layout::make_output_section): Set fill methods for debug sections.
2780 * layout.h (Free_list::Free_list_node): Move from private to
2782 (Free_list::set_min_hole_size): New function.
2783 (Free_list::begin, Free_list::end): New functions.
2784 (Free_list::min_hole_): New data member.
2785 * output.cc: Include dwarf.h.
2786 (Output_fill_debug_info::do_minimum_hole_size): New function.
2787 (Output_fill_debug_info::do_write): New function.
2788 (Output_fill_debug_line::do_minimum_hole_size): New function.
2789 (Output_fill_debug_line::do_write): New function.
2790 (Output_section::Output_section): Initialize new data member.
2791 (Output_section::set_final_data_size): Ensure patch space is larger
2792 than minimum hole size.
2793 (Output_section::do_write): Fill holes in debug sections.
2794 * output.h (Output_fill): New class.
2795 (Output_fill_debug_info): New class.
2796 (Output_fill_debug_line): New class.
2797 (Output_section::set_free_space_fill): New function.
2798 (Output_section::free_space_fill_): New data member.
2799 * testsuite/Makefile.am (incremental_test_3): Add
2800 --incremental-patch option.
2801 (incremental_test_4): Likewise.
2802 (incremental_test_5): Likewise.
2803 (incremental_test_6): Likewise.
2804 (incremental_copy_test): Likewise.
2805 (incremental_common_test_1): Likewise.
2806 * testsuite/Makefile.in: Regenerate.
2808 2011-08-26 Nick Clifton <nickc@redhat.com>
2810 * po/es.po: Updated Spanish translation.
2812 2011-08-01 Cary Coutant <ccoutant@google.com>
2814 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
2815 * gold/testsuite/Makefile.in: Regenerate.
2816 * gold/testsuite/justsyms_exec.c: New source file.
2817 * gold/testsuite/justsyms_lib.c: New source file.
2819 2011-08-01 Cary Coutant <ccoutant@google.com>
2821 * layout.cc (Layout::set_segment_offsets): Don't realign text
2822 segment if -Ttext was specified.
2823 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
2825 * object.h (Sized_relobj_file::e_type): New function.
2826 (Sized_relobj_file::e_type_): New data member.
2827 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
2828 base address for ET_EXEC files.
2829 * target.cc (Target::do_make_elf_object_implementation): Allow
2830 ET_EXEC files with --just-symbols option.
2832 2011-07-28 Cary Coutant <ccoutant@google.com>
2834 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
2835 Add thread_number parameter.
2836 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
2837 * workqueue-threads.cc
2838 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
2839 current thread if its thread number is greater than desired thread
2841 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
2842 Add thread_number parameter.
2843 (Workqueue::should_cancel_thread): Likewise.
2844 (Workqueue::find_runnable_or_wait): Pass thread_number to
2845 should_cancel_thread.
2846 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
2849 2011-07-22 Sriraman Tallam <tmsriram@google.com>
2851 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
2852 only after checking if it cannot be forced local.
2853 * symtab.h (is_externally_visible): Check if the symbol is not forced
2856 2011-07-15 Ian Lance Taylor <iant@google.com>
2858 * options.h (class General_options): Add --print-output-format.
2859 Move -EL next to -EB, for better --help output.
2860 * target-select.cc: Include <cstdio>, "options.h", and
2862 (Target_selector::do_target_bfd_name): New function.
2863 (print_output_format): New function.
2864 * target-select.h (class Target_selector): Update declarations.
2865 (Target_selector::target_bfd_name): New function.
2866 (print_output_format): Declare.
2867 * main.cc: Include "target-select.h".
2868 (main): Handle --print-output-format.
2869 * gold.cc: Include "target-select.h".
2870 (queue_initial_tasks): Handle --print-output-format when there are
2872 * parameters.cc (parameters_force_valid_target): Give a better
2873 error message if -EB/-EL does not match target.
2874 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
2877 2011-07-15 Ian Lance Taylor <iant@google.com>
2879 * i386.cc (class Output_data_plt_i386): Add layout_ field.
2880 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
2881 (Output_data_plt_i386::do_write): Write address of .dynamic
2882 section to first entry in .got.plt section.
2883 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
2884 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
2886 (Output_data_plt_x86_64::do_write): Write address of .dynamic
2887 section to first entry in .got.plt section.
2888 * layout.h (Layout::dynamic_section): New function.
2890 2011-07-13 Sriraman Tallam <tmsriram@google.com>
2892 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
2894 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
2895 input_section_position_, and input_section_glob_.
2896 (read_layout_from_file): Call function section_ordering_specified.
2897 * layout.h (is_section_ordering_specified): New function.
2898 (section_ordering_specified): New function.
2899 (section_ordering_specified_): New boolean member.
2900 * main.cc(main): Call load_plugins after layout object is defined.
2901 * output.cc (Output_section::add_input_section): Use
2902 function section_ordering_specified to check if section ordering is
2904 * output.cc (Output_section::add_relaxed_input_section): Use
2905 function section_ordering_specified to check if section ordering is
2907 (Output_section::update_section_layout): New function.
2908 (Output_section::sort_attached_input_sections): Check if input section
2910 * output.h (Output_section::update_section_layout): New function.
2911 * plugin.cc (get_section_count): New function.
2912 (get_section_type): New function.
2913 (get_section_name): New function.
2914 (get_section_contents): New function.
2915 (update_section_order): New function.
2916 (allow_section_ordering): New function.
2917 (Plugin::load): Add the new interfaces to the transfer vector.
2918 (Plugin_manager::load_plugins): New parameter.
2919 (Plugin_manager::all_symbols_read): New parameter.
2920 (Plugin_manager::claim_file): New parameter. Save the elf object for
2922 (Plugin_manager::get_elf_object): New function.
2923 (Plugin_manager::get_view): Change to directly use the bool to check
2924 if get_view is called from claim_file_hook.
2925 * plugin.h (input_objects): New function
2926 (Plugin__manager::load_plugins): New parameter.
2927 (Plugin_manager::claim_file): New parameter.
2928 (Plugin_manager::get_elf_object): New function.
2929 (Plugin_manager::in_claim_file_handler): New function.
2930 (Plugin_manager::in_claim_file_handler_): New member.
2931 (layout): New function.
2932 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
2933 handler with an extra parameter. Make the elf object before calling
2935 * testsuite/plugin_test.c (get_section_count): New function pointer.
2936 (get_section_type): New function pointer.
2937 (get_section_name): New function pointer.
2938 (get_section_contents): New function pointer.
2939 (update_section_order): New function pointer.
2940 (allow_section_ordering): New function pointer.
2941 (onload): Check if the new interfaces exist.
2943 2011-07-13 Ian Lance Taylor <iant@google.com>
2945 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
2947 * x86_64.cc (Target_x86_64::got_section): Likewise.
2948 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
2949 (relro_now_test_SOURCES): New variable.
2950 (relro_now_test_DEPENDENCIES): New variable.
2951 (relro_now_test_LDFLAGS): New variable.
2952 (relro_now_test_LDADD): New variable.
2953 (relro_now_test.so): New target.
2954 * testsuite/Makefile.in: Rebuild.
2956 2011-07-12 Ian Lance Taylor <iant@google.com>
2959 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
2960 GLOB_DAT relocation rather than a RELATIVE relocation for a
2961 protected symbol when creating a shared library.
2962 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
2963 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
2964 * testsuite/protected_main_1.cc (main): Test that protected
2965 function has same address.
2967 2011-07-11 Ian Lance Taylor <iant@google.com>
2970 * options.h (class General_options): Add -Bgroup.
2971 * options.cc (General_options::finalize): If -Bgroup is set,
2972 default to --unresolved-symbols=report-all.
2973 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
2974 * target-reloc.h (issue_undefined_symbol_error): Handle
2975 --unresolved-symbols=report-all.
2977 2011-07-08 Ian Lance Taylor <iant@google.com>
2980 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
2981 if linker script discards key sections.
2982 (Layout::create_dynamic_symtab): Likewise.
2983 (Layout::assign_local_dynsym_offsets): Likewise.
2984 (Layout::sized_create_version_sections): Likewise.
2985 (Layout::create_interp): Likewise.
2986 (Layout::finish_dynamic_section): Likewise.
2987 (Layout::set_dynamic_symbol_size): Likewise.
2989 2011-07-08 Ian Lance Taylor <iant@google.com>
2992 * options.h (class General_options): Add --unresolved-symbols.
2993 * target-reloc.h (issue_undefined_symbol_error): Check
2994 --unresolved-symbols. Add comments.
2996 2011-07-08 Ian Lance Taylor <iant@google.com>
2998 * testsuite/odr_violation2.cc (Ordering::operator()): Make
2999 expression more complex.
3001 2011-07-08 Ian Lance Taylor <iant@google.com>
3004 * target-reloc.h (issue_undefined_symbol_error): New inline
3005 function, broken out of relocate_section.
3006 (relocate_section): Call issue_undefined_symbol_error.
3007 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
3008 there is no TLS segment if we are about to issue an undefined
3010 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
3012 2011-07-08 Ian Lance Taylor <iant@google.com>
3015 * resolve.cc (Symbol_table::should_override): Add fromtype
3016 parameter. Change all callers. Give error when linking together
3017 TLS and non-TLS symbol.
3018 (Symbol_table::should_override_with_special): Add fromtype
3019 parameter. Change all callers.
3020 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
3021 there is no TLS segment if we have reported some errors.
3022 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
3024 2011-07-08 Ian Lance Taylor <iant@google.com>
3027 * target.h (Target::plt_address_for_global): New function.
3028 (Target::plt_address_for_local): New function.
3029 (Target::plt_section_for_global): Remove.
3030 (Target::plt_section_for_local): Remove.
3031 (Target::do_plt_address_for_global): New virtual function.
3032 (Target::do_plt_address_for_local): New virtual function.
3033 (Target::do_plt_section_for_global): Remove.
3034 (Target::do_plt_section_for_local): Remove.
3035 (Target::register_global_plt_entry): Add Symbol_table and Layout
3037 * output.cc (Output_data_got::Got_entry::write): Use
3038 plt_address_for_global and plt_address_for_local.
3039 * layout.cc (Layout::add_target_dynamic_tags): Use size and
3040 address of output section.
3041 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
3042 got_irelative_, and irelative_count_ fields. Update
3044 (Output_data_plt_i386::has_irelative_section): New function.
3045 (Output_data_plt_i386::entry_count): Add irelative_count_.
3046 (Output_data_plt_i386::set_final_data_size): Likewise.
3047 (class Target_i386): Add got_irelative_ and rel_irelative_
3048 fields. Update declarations.
3049 (Target_i386::Target_i386): Initialize new fields.
3050 (Target_i386::do_plt_address_for_global): New function replacing
3051 do_plt_section_for_global.
3052 (Target_i386::do_plt_address_for_local): New function replacing
3053 do_plt_section_for_local.
3054 (Target_i386::got_section): Create got_irelative_.
3055 (Target_i386::rel_irelative_section): New function.
3056 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
3057 fields. Don't define __rel_iplt_{start,end}.
3058 (Output_data_plt_i386::add_entry): Add symtab and layout
3059 parameters. Change all callers. Use different PLT and GOT for
3061 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
3062 layout parameters. Change all callers. Use different PLT and
3064 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
3065 (Output_data_plt_i386::rel_irelative): New function.
3066 (Output_data_plt_i386::address_for_global): New function.
3067 (Output_data_plt_i386::address_for_local): New function.
3068 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
3069 IRELATIVE GOT when changing IFUNC GOT entries.
3070 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
3072 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
3073 if we didn't create an IRELATIVE GOT.
3074 (Target_i386::Relocate::relocate): Use plt_address_for_global and
3075 plt_address_for_local.
3076 (Target_i386::do_dynsym_value): Use plt_address_for_global.
3077 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
3078 got_irelative_, and irelative_count_ fields. Update
3080 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
3081 Initialize new fields. Remove symtab parameter. Change all
3083 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
3085 (Output_data_plt_x86_64::has_irelative_section): New function.
3086 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
3087 (class Target_x86_64): Add got_irelative_ and rel_irelative_
3088 fields. Update declarations.
3089 (Target_x86_64::Target_x86_64): Initialize new fields.
3090 (Target_x86_64::do_plt_address_for_global): New function replacing
3091 do_plt_section_for_global.
3092 (Target_x86_64::do_plt_address_for_local): New function replacing
3093 do_plt_section_for_local.
3094 (Target_x86_64::got_section): Create got_irelative_.
3095 (Target_x86_64::rela_irelative_section): New function.
3096 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
3097 all callers. Don't create __rel_iplt_{start,end}.
3098 (Output_data_plt_x86_64::add_entry): Add symtab and layout
3099 parameters. Change all callers. Use different PLT and GOT for
3101 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
3102 layout parameters. Change all callers. Use different PLT and
3104 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
3105 parameters. Change all callers. Use different PLT and GOT for
3107 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
3108 (Output_data_plt_x86_64::rela_irelative): New function.
3109 (Output_data_plt_x86_64::address_for_global): New function.
3110 (Output_data_plt_x86_64::address_for_local): New function.
3111 (Output_data_plt_x86_64::set_final_data_size): Likewise.
3112 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
3113 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
3114 (Target_x86_64::register_global_plt_entry): Add symtab and layout
3116 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
3118 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
3119 symbols if we didn't create an IRELATIVE GOT.
3120 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
3121 plt_address_for_local.
3122 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
3123 * testsuite/ifuncvar1.c: New test file.
3124 * testsuite/ifuncvar2.c: New test file.
3125 * testsuite/ifuncvar3.c: New test file.
3126 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
3127 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
3128 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
3129 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
3130 * testsuite/Makefile.in: Rebuild.
3132 2011-07-07 Cary Coutant <ccoutant@google.com>
3134 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
3135 (two_file_test_1_ndebug.o): Likewise.
3136 (two_file_test_1b_ndebug.o): Likewise.
3137 (two_file_test_2_ndebug.o): Likewise.
3138 (two_file_test_main_ndebug.o): Likewise.
3139 (incremental_test_2): Link with no-debug versions.
3141 2011-07-06 Cary Coutant <ccoutant@google.com>
3143 * gold/incremental.cc
3144 (Output_section_incremental_inputs::write_info_blocks): Check for
3145 hidden and internal symbols.
3147 2011-07-06 Cary Coutant <ccoutant@google.com>
3149 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
3150 Check disposition for startup file.
3151 (Incremental_inputs::report_command_line): Ignore
3152 --incremental-startup-unchanged option.
3153 * options.cc (General_options::parse_incremental_startup_unchanged):
3155 (General_options::General_options): Initialize new data member.
3156 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
3157 (General_options): Add --incremental-startup-unchanged option.
3158 (General_options::incremental_startup_disposition): New function.
3159 (General_options::incremental_startup_disposition_): New data member.
3161 2011-07-06 Cary Coutant <ccoutant@google.com>
3163 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
3164 input file index to Script_info ctor.
3165 (Sized_incremental_binary::do_file_has_changed): Find the
3166 command-line argument for files named in scripts.
3167 * incremental.h (Script_info::Script_info): New ctor
3168 with input file index.
3169 (Script_info::input_file_index): New function.
3170 (Script_info::input_file_index_): New data member.
3171 (Incremental_binary::get_library): Add const.
3172 (Incremental_binary::get_script_info): Add const.
3173 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
3174 * testsuite/Makefile.am (incremental_test_5): New test case.
3175 (incremental_test_6): New test case.
3176 * testsuite/Makefile.in: Regenerate.
3178 2011-07-06 Cary Coutant <ccoutant@google.com>
3180 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
3181 debug output when command lines differ.
3183 2011-07-06 Cary Coutant <ccoutant@google.com>
3185 * incremental.cc (Incremental_inputs::report_command_line): Ignore
3186 --incremental-patch option.
3187 * layout.cc (Free_list::allocate): Extend allocation beyond original
3189 (Layout::make_output_section): Mark sections that should get
3191 * options.cc (parse_percent): New function.
3192 * options.h (parse_percent): New function.
3193 (DEFINE_percent): New macro.
3194 (General_options): Add --incremental-patch option.
3195 * output.cc (Output_section::Output_section): Initialize new data
3197 (Output_section::add_input_section): Print section name when out
3199 (Output_section::add_output_section_data): Likewise.
3200 (Output_section::set_final_data_size): Add patch space when
3201 doing --incremental-full.
3202 (Output_section::do_reset_address_and_file_offset): Remove patch
3204 (Output_segment::set_section_list_addresses): Print debug output
3205 only if --incremental-update.
3206 * output.h (Output_section::set_is_patch_space_allowed): New function.
3207 (Output_section::is_patch_space_allowed_): New data member.
3208 (Output_section::patch_space_): New data member.
3209 * parameters.cc (Parameters::incremental_full): New function.
3210 * parameters.h (Parameters::incremental_full): New function
3211 * testsuite/Makefile.am (incremental_test_2): Add test for
3212 --incremental-patch option.
3213 * testsuite/Makefile.in: Regenerate.
3214 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
3215 (t18): Remove function body.
3217 2011-07-05 Doug Kwan <dougkwan@google.com>
3220 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
3221 Arm_Address type for relocation result.
3222 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
3224 (Arm_relocate_functions::abs32): Use unaligned access.
3225 (Arm_relocate_functions::rel32): Ditto.
3226 (Arm_relocate_functions::prel31): Ditto.
3227 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
3228 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
3229 static data relocations.
3230 * testsuite/Makefile.in: Regnerate.
3231 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
3233 2011-07-05 Ian Lance Taylor <iant@google.com>
3236 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
3237 symbols if necessary.
3238 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
3240 2011-07-05 Ian Lance Taylor <iant@google.com>
3243 * resolve.cc (Symbol::override_base_with_special): Simply override
3244 version with special symbol version, ignoring previous version.
3246 2011-07-05 Ian Lance Taylor <iant@google.com>
3248 * object.cc (Sized_relobj_file::include_section_group): Add
3249 information to comment about signature location.
3251 2011-07-02 Ian Lance Taylor <iant@google.com>
3254 * options.h (class General_options): Add -f and -F.
3255 * options.cc (General_options::finalize): Fatal error if -f/-F
3256 are used without -shared.
3257 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
3259 2011-07-02 Ian Lance Taylor <iant@google.com>
3261 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
3263 2011-07-01 Ian Lance Taylor <iant@google.com>
3267 * resolve.cc (Symbol::override_base_with_special): Don't override
3268 the version if the overriding symbol has a different name.
3269 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
3270 all callers. If we give an error about an undefined version,
3271 define the base version if necessary.
3272 * dynobj.h (class Versions): Update declaration.
3273 * testsuite/weak_alias_test_5.cc: New file.
3274 * testsuite/weak_alias_test.script: New file.
3275 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
3276 and versioned_alias have the right value, and call t2.
3277 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
3278 weak_alias_test_5.so.
3279 (weak_alias_test_LDADD): Likewise.
3280 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
3281 * testsuite/Makefile.in: Rebuild.
3283 2011-07-01 Ian Lance Taylor <iant@google.com>
3286 * options.h (class General_options): Support -z notext.
3287 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
3289 (two_file_shared_nonpic.so): Likewise.
3290 (two_file_shared_mixed.so): Likewise.
3291 (two_file_shared_mixed_1.so): Likewise.
3292 (weak_undef_lib_nonpic.so): Likewise.
3293 (alt/weak_undef_lib_nonpic.so): Likewise.
3294 (tls_test_shared_nonpic.so): Likewise.
3295 * testsuite/Makefile.in: Rebuild.
3297 2011-07-01 Ian Lance Taylor <iant@google.com>
3300 * configure.ac: Test whether static linking works, setting
3301 the automake conditional HAVE_STATIC.
3302 * testsuite/Makefile.am: Disable tests using -static if
3303 HAVE_STATIC is not true.
3304 * configure, testsuite/Makefile.in: Rebuild.
3306 2011-07-01 Ian Lance Taylor <iant@google.com>
3309 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
3310 Assert if we see DW_EH_PE_indirect.
3311 * target.h (Target::ehframe_datarel_base): New function.
3312 (Target::do_ehframe_datarel_base): New target function.
3313 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
3314 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
3317 2011-07-01 Ian Lance Taylor <iant@google.com>
3320 * options.h (class General_options): Add
3321 --ld-generated-unwind-info.
3322 * ehframe.cc (Fde::write): Add address parameter. Change all
3323 callers. If associated with PLT, fill in address and size.
3324 (Cie::set_output_offset): Only add merge mapping if there is an
3326 (Cie::write): Add address parameter. Change all callers.
3327 (Eh_frame::add_ehframe_for_plt): New function.
3328 * ehframe.h (class Fde): Update declarations. Move shndx_ and
3329 input_offset_ fields into union u_, with new plt field.
3330 (Fde::Fde): Adjust for new union field.
3331 (Fde::Fde) [Output_data version]: New constructor.
3332 (Fde::add_mapping): Only add merge mapping if there is an object.
3333 (class Cie): Update declarations.
3334 (class Eh_frame): Declare add_ehframe_for_plt.
3335 * layout.cc (Layout::layout_eh_frame): Break out code into
3336 make_eh_frame_section, and call it.
3337 (Layout::make_eh_frame_section): New function.
3338 (Layout::add_eh_frame_for_plt): New function.
3339 * layout.h (class Layout): Update declarations.
3340 * merge.cc (Merge_map::add_mapping): Add assertion.
3341 * i386.cc: Include "dwarf.h".
3342 (class Output_data_plt_i386): Make first_plt_entry,
3343 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
3344 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
3345 and plt_eh_frame_fde.
3346 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
3347 boundary. Call add_eh_frame_for_plt if appropriate.
3348 * x86_64.cc: Include "dwarf.h".
3349 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
3350 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
3351 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
3352 and plt_eh_frame_fde.
3353 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
3356 2011-06-29 Ian Lance Taylor <iant@google.com>
3359 * object.cc (Sized_relobj_file::layout_section): Change shdr
3360 parameter to be const.
3361 (Sized_relobj_file::layout_eh_frame_section): New function, broken
3363 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
3364 appropriate. Call layout_eh_frame_section.
3365 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
3367 * object.h (class Sized_relobj_file): Update declarations.
3369 2011-06-29 Ian Lance Taylor <iant@google.com>
3372 * script.cc (Token::integer_value): Accept trailing M/m/K/k
3374 (Lex::gather_token): Accept trailing M/m/K/k for integers.
3376 2011-06-29 Ian Lance Taylor <iant@google.com>
3379 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
3381 * layout.cc (Layout::layout_eh_frame): Likewise.
3383 2011-06-29 Ian Lance Taylor <iant@google.com>
3386 * layout.cc (Layout::symtab_section_shndx): New function.
3387 * layout.h (class Layout): Declare symtab_section_shndx.
3388 * output.cc (Output_section::write_header): Call it.
3390 2011-06-29 Ian Lance Taylor <iant@google.com>
3393 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
3394 symbols which are not used in a relocation.
3396 2011-06-28 Ian Lance Taylor <iant@google.com>
3399 * layout.cc (Layout::segment_precedes): Don't crash if a linker
3400 script create indistinguishable segments.
3401 (Layout::set_segment_offsets): Use stable_sort when sorting
3402 segments. Pass this to Compare_segments constructor.
3403 * layout.h (class Layout): Make segment_precedes non-static.
3404 (class Compare_segments): Change from struct to class. Add
3405 layout_ field. Add constructor.
3406 * script-sections.cc
3407 (Script_sections::attach_sections_using_phdrs_clause): Rename
3408 local orphan to is_orphan. Don't report failure to put empty
3409 section in segment. On attachment failure, report name of
3410 section, and attach to first PT_LOAD segment.
3412 2011-06-28 Ian Lance Taylor <iant@google.com>
3415 * target-select.cc (Target_selector::Target_selector): Add
3416 emulation parameter. Change all callers.
3417 (select_target_by_bfd_name): Rename from select_target_by_name.
3419 (select_target_by_emulation): New function.
3420 (supported_emulation_names): New function.
3421 * target-select.h (class Target_selector): Add emulation_ field.
3422 Update declarations.
3423 (Target_selector::recognize_by_bfd_name): Rename from
3424 recognize_by_name. Change all callers.
3425 (Target_selector::supported_bfd_names): Rename from
3426 supported_names. Change all callers.
3427 (Target_selector::recognize_by_emulation): New function.
3428 (Target_selector::supported_emulations): New function.
3429 (Target_selector::emulation): New function.
3430 (Target_selector::do_recognize_by_bfd_name): Rename from
3431 do_recognize_by_name. Change all callers.
3432 (Target_selector::do_supported_bfd_names): Rename from
3433 do_supported_names. Change all callers.
3434 (Target_selector::do_recognize_by_emulation): New function.
3435 (Target_selector::do_supported_emulations): New function.
3436 (select_target_by_bfd_name): Change name in declaration.
3437 (select_target_by_emulation): Declare.
3438 (supported_emulation_names): Declare.
3439 * parameters.cc (parameters_force_valid_target): Try to find
3440 target based on emulation from -m option.
3441 * options.h (class General_options): Change doc string for -m.
3442 * options.cc (help): Print emulations.
3443 (General_options::parse_V): Likewise.
3444 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
3445 Add emulation parameter. Change all callers.
3447 2011-06-28 Ian Lance Taylor <iant@google.com>
3449 * target.h (class Target): Add osabi_ field.
3450 (Target::osabi): New function.
3451 (Target::set_osabi): New function.
3452 (Target::Target): Initialize osabi_.
3453 (Target::do_adjust_elf_header): Make pure virtual.
3454 (Sized_target::do_adjust_elf_header): Declare.
3455 * target.cc (Sized_target::do_adjust_elf_header): New function.
3456 (class Sized_target): Instantiate all versions.
3457 * freebsd.h (class Target_freebsd): Remove.
3458 (Target_selector_freebsd::do_recognize): Call set_osabi on
3460 (Target_selector_freebsd::do_recognize_by_name): Likewise.
3461 (Target_selector_freebsd::set_osabi): Remove.
3462 * i386.cc (class Target_i386): Inherit from Sized_target rather
3463 than Target_freebsd.
3464 * x86_64.cc (class Target_x86_64): Likewise.
3466 2011-06-28 Ian Lance Taylor <iant@google.com>
3468 * target.h (Target::can_check_for_function_pointers): Rewrite.
3470 (Target::can_icf_inline_merge_sections): Likewise.
3471 (Target::section_may_have_icf_unsafe_poineters): Likewise.
3472 (Target::Target_info): Add can_icf_inline_merge_sections field.
3473 (Target::do_can_check_for_function_pointers): New virtual
3475 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
3476 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
3477 from can_check_for_function_pointers, move in file.
3478 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
3479 section_may_have_icf_unsafe_poineters, move in file.
3480 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
3481 * i386.cc (Target_i386::do_can_check_for_function_pointers):
3482 Rename from can_check_for_function_pointers, move in file.
3483 (Target_i386::can_icf_inline_merge_sections): Remove.
3484 (Target_i386::i386_info): Initialize
3485 can_icf_inline_merge_sections.
3486 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
3487 Initialize can_icf_inline_merge_sections.
3488 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
3489 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
3490 Rename from can_check_for_function_pointers, move in file.
3491 (Target_x86_64::can_icf_inline_merge_sections): Remove.
3492 (Target_x86_64::x86_64_info): Initialize
3493 can_icf_inline_merge_sections.
3494 * testsuite/testfile.cc (Target_test::test_target_info):
3496 * icf.cc (get_section_contents): Correct formatting.
3498 2011-06-27 Ian Lance Taylor <iant@google.com>
3500 * symtab.cc (Symbol::versioned_name): New function.
3501 (Symbol_table::add_to_final_symtab): Use versioned_name when
3503 (Symbol_table::sized_write_symbol): Likewise.
3504 * symtab.h (class Symbol): Declare versioned_name.
3505 * stringpool.h (class Stringpool_template): Add variant of add
3506 which takes a std::basic_string.
3507 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
3508 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
3509 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
3510 (ver_test_12.o): New target.
3511 * testsuite/Makefile.in: Rebuild.
3513 2011-06-27 Doug Kwan <dougkwan@google.com>
3515 * arm.cc (Arm_relocate_functions::thm_jump8,
3516 Arm_relocate_functions::thm_jump11): Use a wider signed
3517 type to compute offset.
3518 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
3520 * testsuite/Makefile.in: Regenerate.
3521 * testsuite/arm_branch_in_range.sh: Check test results of
3522 arm_thm_jump11 and arm_thm_jump8.
3523 * testsuite/arm_thm_jump11.s: New test source file.
3524 * testsuite/arm_thm_jump11.t: New linker script.
3525 * testsuite/arm_thm_jump8.s: New test source file.
3526 * testsuite/arm_thm_jump8.t: New linker script.
3528 2011-06-24 Ian Lance Taylor <iant@google.com>
3530 * layout.cc: Include "object.h".
3531 (ctors_sections_in_init_array): New static variable.
3532 (Layout::is_ctors_in_init_array): New function.
3533 (Layout::layout): Add entry to ctors_sections_in_init_array if
3535 * layout.h (class Layout): Declare is_ctors_in_init_array.
3536 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
3537 is_ctors_reverse_view is set.
3538 (Sized_relobj_file::write_sections): Add layout parameter. Change
3539 all callers. Set is_ctors_reverse_view field of View_size.
3540 (Sized_relobj_file::reverse_words): New function.
3541 * object.h (Sized_relobj_file::View_size): Add
3542 is_ctors_reverse_view field.
3543 (class Sized_relobj_file): Update declarations.
3544 * testsuite/initpri3.c: New test.
3545 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
3547 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
3548 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
3549 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
3550 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
3551 * testsuite/Makefile.in: Rebuild.
3553 2011-06-24 Cary Coutant <ccoutant@google.com>
3555 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
3556 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
3557 (debug_msg_cdebug.err): New targets.
3558 * testsuite/Makefile.in: Regenerate.
3559 * testsuite/debug_msg.sh: Check output of link with compressed debug.
3560 Fix checks for link with shared library.
3562 2011-06-24 Doug Kwan <dougkwan@google.com>
3564 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
3565 skip empty text sections.
3566 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
3568 2011-06-22 Ian Lance Taylor <iant@google.com>
3571 * options.h (class General_options): Add --ctors-in-init-array.
3572 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
3573 friends as SHT_PROGBITS for merging sections.
3574 (Layout::layout): Remove special handling of .init_array and
3575 friends. Don't sort if doing relocatable link. Sort for .ctors
3576 and .dtors if ctors_in_init_array.
3577 (Layout::make_output_section): Force correct section types for
3578 .init_array and friends. Don't sort if doing relocatable link,
3579 Don't sort .ctors and .dtors if ctors_in_init_array.
3580 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
3581 (Layout::output_section_name): Add relobj parameter. Change all
3582 callers. Handle .ctors. and .dtors. in code rather than table.
3583 Handle .ctors and .dtors if ctors_in_init_array.
3584 (Layout::match_file_name): New function, moved from output.cc.
3585 * layout.h (class Layout): Update declarations.
3586 * output.cc: Include "layout.h".
3587 (Input_section_sort_entry::get_priority): New function.
3588 (Input_section_sort_entry::match_file_name): Just call
3589 Layout::match_file_name.
3590 (Output_section::Input_section_sort_init_fini_compare::operator()):
3591 Handle .ctors and .dtors. Sort by explicit priority rather than
3593 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
3594 * testsuite/initpri2.c: New test.
3595 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
3596 (check_PROGRAMS): Add initpri2.
3597 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
3598 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
3599 * configure, testsuite/Makefile.in: Rebuild.
3601 2011-06-19 Ian Lance Taylor <iant@google.com>
3604 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
3605 .interp section to a PT_INTERP segment even if we have seen a
3606 --dynamic-linker option. Don't do it if we have seen a PHDRS
3607 clause in a linker script.
3608 (Layout::finalize): Don't create a .interp section if we've
3609 already create a PT_INTERP segment.
3610 (Layout::create_interp): Always call choose_output_section (revert
3611 patch of 2011-06-17). Don't create PT_INTERP segment.
3612 * script-sections.cc
3613 (Script_sections::create_note_and_tls_segments): Add a .interp
3614 section to a PT_INTERP segment even if we have seen a
3615 --dynamic-linker option.
3617 2011-06-18 Ian Lance Taylor <iant@google.com>
3619 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
3620 merely because a non-PT_LOAD segment has a dynamic reloc.
3622 2011-06-18 Ian Lance Taylor <iant@google.com>
3624 * layout.cc (Layout::finish_dynamic_section): Don't create
3625 DT_FLAGS entry if not needed.
3627 2011-06-18 Ian Lance Taylor <iant@google.com>
3630 * layout.cc (Layout::layout_eh_frame): Correct handling of
3631 writable .eh_frame section.
3633 2011-06-17 Ian Lance Taylor <iant@google.com>
3636 * resolve.cc (Symbol_table::resolve): Don't give an error if a
3637 symbol is redefined with the exact same object and value.
3639 2011-06-17 Ian Lance Taylor <iant@google.com>
3642 * layout.h (class Layout): Add interp_segment_ field.
3643 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
3644 (Layout::attach_allocated_section_to_segment): If making shared
3645 library, put .interp section in PT_INTERP segment.
3646 (Layout::finalize): Also call create_interp if -dynamic-linker
3648 (Layout::create_interp): Assert that there is no PT_INTERP
3649 segment. If not using a SECTIONS clause, use make_output_section.
3650 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
3651 * script-sections.cc
3652 (Script_sections::create_note_and_tls_segments): If making shared
3653 library, put .interp section in PT_INTERP segment.
3655 2011-06-17 Ian Lance Taylor <iant@google.com>
3657 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
3658 when making a shared library.
3660 2011-06-17 Ian Lance Taylor <iant@google.com>
3662 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
3663 parameter. Change all callers. Don't issue warning about PC32
3664 against locally defined symbol.
3666 2011-06-16 Ian Lance Taylor <iant@google.com>
3668 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
3669 occurs in same object.
3671 2011-06-14 Alan Modra <amodra@gmail.com>
3673 * po/POTFILES.in: Regenerate.
3675 2011-06-09 Ian Lance Taylor <iant@google.com>
3677 * script-sections.cc
3678 (Orphan_output_section::set_section_addresses): For a relocatable
3679 link set address to 0.
3681 2011-06-09 Cary Coutant <ccoutant@google.com>
3684 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
3685 used with --compress-debug-sections.
3686 * gold/object.cc (Sized_relobj_file::do_layout): Report
3687 uncompressed size of compressed input sections.
3689 2011-06-08 Cary Coutant <ccoutant@google.com>
3692 * testsuite/two_file_test_2_v1.cc: Change initialization of
3693 v2 to keep it in .data.
3695 2011-06-07 Cary Coutant <ccoutant@google.com>
3697 * common.cc (Symbol_table::do_allocate_commons_list): Call
3699 * errors.cc (Errors::fatal): Adjust call to gold_exit.
3700 (Errors::fallback): New function.
3701 (gold_fallback): New function.
3702 * errors.h (Errors::fallback): New function.
3703 * gold.cc (gold_exit): Change status parameter to enum; adjust
3705 (queue_initial_tasks): Call gold_fallback.
3706 * gold.h: Include cstdlib.
3707 (Exit_status): New enum type.
3708 (gold_exit): Change status parameter to enum.
3709 (gold_fallback): New function.
3710 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
3711 (Layout::create_symtab_sections): Likewise.
3712 (Layout::create_shdrs): Likewise.
3713 * main.cc (main): Adjust call to gold_exit.
3714 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
3715 (Output_data_got::add_got_entry_pair): Likewise.
3716 (Output_section::add_input_section): Likewise.
3717 (Output_section::add_output_section_data): Likewise.
3718 (Output_segment::set_section_list_addresses): Likewise.
3719 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
3721 2011-06-07 Cary Coutant <ccoutant@google.com>
3723 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
3724 for incremental links.
3725 * output.cc (Output_segment::set_section_list_addresses): Remove
3726 FIXME and test for TLS or BSS.
3728 2011-06-07 Cary Coutant <ccoutant@google.com>
3730 * testsuite/Makefile.am: Add incremental_copy_test,
3731 incremental_common_test_1.
3732 * testsuite/Makefile.in: Regenerate.
3733 * testsuite/common_test_1_v1.c: New source file.
3734 * testsuite/common_test_1_v2.c: New source file.
3735 * testsuite/copy_test_v1.cc: New source file.
3737 2011-06-07 Cary Coutant <ccoutant@google.com>
3739 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
3740 update, allocate common from bss section's free list.
3741 * incremental-dump.cc (dump_incremental_inputs): Print flag for
3742 linker-defined symbols.
3743 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
3744 Skip GOT and PLT entries that are no longer referenced.
3745 (Output_section_incremental_inputs::write_info_blocks): Mark
3746 linker-defined symbols.
3747 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
3748 * output.cc (Output_section::allocate): New function.
3749 * output.h (Output_section::allocate): New function.
3750 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
3751 linker-defined symbols.
3752 (Symbol::override_base_with_special): Copy is_predefined_ flag.
3753 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
3754 (Symbol::init_base_output_data): Likewise.
3755 (Symbol::init_base_output_segment): Likewise.
3756 (Symbol::init_base_constant): Likewise.
3757 (Sized_symbol::init_output_data): Likewise.
3758 (Sized_symbol::init_output_segment): Likewise.
3759 (Sized_symbol::init_constant): Likewise.
3760 (Symbol_table::do_define_in_output_data): Likewise.
3761 (Symbol_table::do_define_in_output_segment): Likewise.
3762 (Symbol_table::do_define_as_constant): Likewise.
3763 * symtab.h (Symbol::is_predefined): New function.
3764 (Symbol::init_base_output_data): Add is_predefined parameter.
3765 (Symbol::init_base_output_segment): Likewise.
3766 (Symbol::init_base_constant): Likewise.
3767 (Symbol::is_predefined_): New data member.
3768 (Sized_symbol::init_output_data): Add is_predefined parameter.
3769 (Sized_symbol::init_output_segment): Likewise.
3770 (Sized_symbol::init_constant): Likewise.
3771 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
3773 2011-06-07 Cary Coutant <ccoutant@google.com>
3775 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
3776 instead of emit_copy_reloc.
3777 (Copy_relocs::emit_copy_reloc): Refactor.
3778 (Copy_relocs::make_copy_reloc): New function.
3779 (Copy_relocs::add_copy_reloc): Remove.
3780 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
3782 (Copy_relocs::make_copy_reloc): New function.
3783 (Copy_relocs::add_copy_reloc): Remove.
3784 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
3785 unchanged input files.
3786 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
3787 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
3788 Reserve BSS space for COPY relocations.
3789 (Sized_incremental_binary::do_emit_copy_relocs): New function.
3790 (Output_section_incremental_inputs::write_info_blocks): Record
3791 whether a symbol is copied from a shared object.
3792 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
3793 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
3794 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
3795 (Incremental_input_entry_reader::get_output_symbol_index): Add
3797 (Incremental_binary::emit_copy_relocs): New function.
3798 (Incremental_binary::do_emit_copy_relocs): New function.
3799 (Sized_incremental_binary::Sized_incremental_binary): Initialize
3801 (Sized_incremental_binary::add_copy_reloc): New function.
3802 (Sized_incremental_binary::do_emit_copy_relocs): New function.
3803 (Sized_incremental_binary::Copy_reloc): New struct.
3804 (Sized_incremental_binary::Copy_relocs): New typedef.
3805 (Sized_incremental_binary::copy_relocs_): New data member.
3806 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
3807 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
3808 * target.h (Sized_target::emit_copy_reloc): New function.
3809 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
3811 2011-06-02 Cary Coutant <ccoutant@google.com>
3814 * gold/archive.cc (Archive::Archive): Initialize new data member.
3815 (Archive::include_all_members): Return if archive has already been
3817 * gold/archive.h (Archive::include_all_members_): New data member.
3819 2011-06-02 Nick Clifton <nickc@redhat.com>
3821 * dynobj.h: Fix spelling mistake in comment.
3822 * output.cc: Likewise.
3824 2011-05-31 Doug Kwan <dougkwan@google.com>
3828 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
3829 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
3830 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
3831 redundant arm_exidx_test.so.
3832 * testsuite/Makefile.in: Regenerate.
3833 (check_SCRIPTS): Add pr12826.sh
3834 (check_DATA): Add pr12826.stdout
3835 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
3836 * testsuite/pr12826.sh: New file.
3837 * testsuite/pr12826_1.s: Ditto.
3838 * testsuite/pr12826_1.s: Ditto.
3840 2011-05-30 Ian Lance Taylor <iant@google.com>
3842 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
3845 2011-05-29 Ian Lance Taylor <iant@google.com>
3848 * testsuite/Makefile.am: Use different file name for two_file_test
3849 temporary file for each incremental test.
3850 * testsuite/Makefile.in: Rebuild.
3852 2011-05-29 Ian Lance Taylor <iant@google.com>
3854 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
3855 binary input file is empty.
3857 2011-05-27 Ian Lance Taylor <iant@google.com>
3859 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
3860 (ver_test_9.so): Likewise.
3861 * testsuite/Makefile.in: Rebuild.
3863 2011-05-26 Cary Coutant <ccoutant@google.com>
3865 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
3866 * incremental.cc (Incremental_inputs::report_input_section): Fix
3867 comment, indentation.
3868 (Incremental_inputs::report_comdat_group): New function.
3869 (Output_section_incremental_inputs::set_final_data_size): Adjust size
3870 of data for incremental input file entry.
3871 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
3872 group count, COMDAT group signatures.
3873 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
3874 an unchanged input file.
3875 * incremental.h (Incremental_object_entry::Incremental_object_entry):
3876 Initialize new data member.
3877 (Incremental_object_entry::add_comdat_group): New function.
3878 (Incremental_object_entry::get_comdat_group_count): New function.
3879 (Incremental_object_entry::get_comdat_signature_key): New function.
3880 (Incremental_object_entry::groups_): New data member.
3881 (Incremental_inputs::report_comdat_group): New function.
3882 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
3883 data for incremental input file entry.
3884 (Incremental_input_entry_reader::get_comdat_group_count): New function.
3885 (Incremental_input_entry_reader::get_input_section): Adjust size of
3886 data for incremental input file entry.
3887 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
3888 (Incremental_input_entry_reader::get_comdat_group_signature): New
3890 * object.cc (Sized_relobj::include_section_group): Report kept
3891 COMDAT groups for incremental links.
3893 2011-05-24 David Meyer <pdox@google.com>
3895 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
3896 with name parameter. Add found_name parameter.
3897 * fileread.cc (Input_file::find_file): Adjust code accordingly.
3898 * dirsearch.h (class Dirsearch): Update declaration.
3900 2011-05-24 Ian Lance Taylor <iant@google.com>
3902 * archive.cc (Library_base::should_include_member): Pull in object
3903 from archive if it defines the entry symbol.
3904 * parameters.cc (Parameters::entry): New function.
3905 * parameters.h (class Parameters): Declare entry.
3906 * output.h (class Output_file_header): Remove entry_ field.
3907 * output.cc (Output_file_header::Output_file_header): Remove entry
3908 parameter. Change all callers.
3909 (Output_file_header::entry): Use parameters->entry.
3910 * gold.cc (queue_middle_tasks): Likewise.
3911 * plugin.cc (Plugin_hook::run): Likewise.
3913 2011-05-24 Cary Coutant <ccoutant@google.com>
3915 * gold.cc (queue_initial_tasks): Pass incremental base filename
3916 to Output_file::open_base_file; don't print error message.
3917 * incremental-dump.cc (main): Adjust call to
3918 Output_file::open_for_modification.
3919 * incremental-dump.cc (main): Likewise.
3920 * incremental.cc (Incremental_inputs::report_command_line):
3921 Ignore --incremental-base option when comparing command lines.
3922 Ignore parameter when given as separate argument.
3923 * options.h (class General_options): Add --incremental-base.
3924 * output.cc (Output_file::Output_file):
3925 (Output_file::open_base_file): Add base_name and writable parameters;
3926 read base file into new file; print error message here.
3927 (Output_file::map_no_anonymous): Add writable parameter; adjust all
3929 * output.h (Output_file::open_for_modification): Rename to...
3930 (Output_file::open_base_file): ...this; add base_name and
3931 writable parameters; adjust all callers.
3932 (Output_file::map_no_anonymous): Add writable parameter; adjust all
3934 * testsuite/Makefile.am (incremental_test_4): Test
3936 * testsuite/Makefile.in: Regenerate.
3938 2011-05-24 Cary Coutant <ccoutant@google.com>
3940 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
3942 * testsuite/Makefile.in: Regenerate.
3943 * testsuite/two_file_test_1_v1.cc: New test source file.
3944 * testsuite/two_file_test_1b_v1.cc: New test source file.
3945 * testsuite/two_file_test_2_v1.cc: New test source file.
3947 2011-05-24 Cary Coutant <ccoutant@google.com>
3949 * dynobj.h (Dynobj::do_dynobj): New function.
3950 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
3951 flag and soname for shared objects.
3952 * incremental.cc (Incremental_inputs::report_object): Make
3953 either Incremental_object_entry or Incremental_dynobj_entry; add
3954 soname to string table.
3955 (Incremental_inputs::report_input_section): Add assertion.
3956 (Output_section_incremental_inputs::set_final_data_size): Adjust
3957 type of input file entry for shared libraries; adjust size of
3958 shared library info entry.
3959 (Output_section_incremental_inputs::write_input_files): Write
3960 as_needed flag for shared libraries.
3961 (Output_section_incremental_inputs::write_info_blocks): Adjust type
3962 of input file entry for shared libraries; write soname.
3963 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
3964 soname from incremental info.
3965 * incremental.h (enum Incremental_input_flags): Add
3966 INCREMENTAL_INPUT_AS_NEEDED.
3967 (Incremental_input_entry::Incremental_input_entry): Initialize new
3969 (Incremental_input_entry::set_as_needed): New function.
3970 (Incremental_input_entry::as_needed): New function.
3971 (Incremental_input_entry::do_dynobj_entry): New function.
3972 (Incremental_input_entry::as_needed_): New data member.
3973 (Incremental_object_entry::Incremental_object_entry): Don't check
3975 (Incremental_object_entry::do_type): Likewise.
3976 (class Incremental_dynobj_entry): New class.
3977 (Incremental_input_entry_reader::as_needed): New function.
3978 (Incremental_input_entry_reader::get_soname): New function.
3979 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
3980 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
3981 size of shared library info entry.
3982 * layout.cc (Layout::finish_dynamic_section): Don't test for
3983 incremental link when adding DT_NEEDED entries.
3984 * object.h (Object::Object): Initialize new data member.
3985 (Object::dynobj): New function.
3986 (Object::set_as_needed): New function.
3987 (Object::as_needed): New function.
3988 (Object::do_dynobj): New function.
3989 (Object::as_needed_): New data member.
3991 2011-05-24 Cary Coutant <ccoutant@google.com>
3993 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
3994 info; adjust display of GOT entries.
3995 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
3996 vector of input objects; remove file_status_.
3997 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
3998 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
3999 got_plt reader; call target hooks to reserve GOT entries.
4000 (Output_section_incremental_inputs::set_final_data_size): Adjust size
4001 of input file info header and GOT info entry.
4002 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
4004 (Got_plt_view_info::got_descriptor): Remove.
4005 (Got_plt_view_info::sym_index): New data member.
4006 (Got_plt_view_info::input_index): New data member.
4007 (Local_got_offset_visitor::visit): Write input file index.
4008 (Global_got_offset_visitor::visit): Write 0 for input file index.
4009 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
4010 with sym_index and input_index.
4011 (Output_section_incremental_inputs::write_got_plt): Adjust size of
4012 incremental info GOT entry; replace got_descriptor with input_index.
4013 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
4014 map from input file index to object.
4015 (Sized_relobj_incr::do_layout): Replace direct data member reference
4016 with accessor function.
4017 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
4018 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
4019 Adjust size of input file info header.
4020 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
4021 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
4022 (Incremental_input_entry_reader::get_input_section): Adjust size of
4023 input file info header.
4024 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
4025 of incremental info GOT entry.
4026 (Incremental_got_plt_reader::get_got_desc): Remove.
4027 (Incremental_got_plt_reader::get_got_symndx): New function.
4028 (Incremental_got_plt_reader::get_got_input_index): New function.
4029 (Sized_incremental_binary::Sized_incremental_binary): Remove
4030 file_status_; add input_objects_.
4031 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
4032 (Sized_incremental_binary::set_file_is_unchanged): Remove.
4033 (Sized_incremental_binary::file_is_unchanged): Remove.
4034 (Sized_incremental_binary::set_input_object): New function.
4035 (Sized_incremental_binary::input_object): New function.
4036 (Sized_incremental_binary::file_status_): Remove.
4037 (Sized_incremental_binary::input_objects_): New data member.
4038 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
4040 (Sized_relobj_incr::invalid_address): Move to base class.
4041 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
4043 (Sized_relobj_incr::do_output_section_offset): Likewise.
4044 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
4045 (Sized_relobj_incr::section_offsets_): Likewise.
4046 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
4048 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
4049 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
4050 with accessor function.
4051 (Sized_relobj_file::do_layout): Likewise.
4052 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
4053 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
4054 (Sized_relobj_file::compute_final_local_value): Replace refs to
4055 section_offsets_ with accessor function.
4056 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
4057 * object.h (Relobj::Relobj): Initialize new data members.
4058 (Relobj::add_dyn_reloc): New function.
4059 (Relobj::first_dyn_reloc): New function.
4060 (Relobj::dyn_reloc_count): New function.
4061 (Relobj::first_dyn_reloc_): New data member.
4062 (Relobj::dyn_reloc_count_): New data member.
4063 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
4065 (Sized_relobj::Address): New typedef.
4066 (Sized_relobj::invalid_address): Move here from child class.
4067 (Sized_relobj::Sized_relobj): Initialize new data members.
4068 (Sized_relobj::sized_relobj): New function.
4069 (Sized_relobj::is_output_section_offset_invalid): Move here from
4071 (Sized_relobj::get_output_section_offset): Likewise.
4072 (Sized_relobj::local_has_got_offset): Likewise.
4073 (Sized_relobj::local_got_offset): Likewise.
4074 (Sized_relobj::set_local_got_offset): Likewise.
4075 (Sized_relobj::do_for_all_local_got_entries): Likewise.
4076 (Sized_relobj::clear_got_offsets): New function.
4077 (Sized_relobj::section_offsets): Move here from child class.
4078 (Sized_relobj::do_output_section_offset): Likewise.
4079 (Sized_relobj::do_set_section_offset): Likewise.
4080 (Sized_relobj::Local_got_offsets): Likewise.
4081 (Sized_relobj::local_got_offsets_): Likewise.
4082 (Sized_relobj::section_offsets_): Likewise.
4083 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
4085 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
4087 (Sized_relobj_file::sized_relobj): New function
4088 (Sized_relobj_file::local_has_got_offset): Move to base class.
4089 (Sized_relobj_file::local_got_offset): Likewise.
4090 (Sized_relobj_file::set_local_got_offset): Likewise.
4091 (Sized_relobj_file::get_output_section_offset): Likewise.
4092 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
4093 (Sized_relobj_file::do_output_section_offset): Likewise.
4094 (Sized_relobj_file::do_set_section_offset): Likewise.
4095 (Sized_relobj_file::Local_got_offsets): Likewise.
4096 (Sized_relobj_file::local_got_offsets_): Likewise.
4097 (Sized_relobj_file::section_offsets_): Likewise.
4098 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
4100 (set_needs_dynsym_index): Convert relobj to derived class pointer.
4101 (Output_reloc::get_symbol_index): Likewise.
4102 (Output_reloc::local_section_offset): Likewise.
4103 (Output_reloc::get_address): Likewise.
4104 (Output_reloc::symbol_value): Likewise.
4105 (Output_data_got::reserve_slot): Move to class definition.
4106 (Output_data_got::reserve_local): New function.
4107 (Output_data_got::reserve_slot_for_global): Remove.
4108 (Output_data_got::reserve_global): New function.
4109 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
4110 (all constructors, two instantiations).
4111 (Output_reloc::get_relobj): New function (two instantiations).
4112 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
4113 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
4114 (Output_data_reloc::add_global): Adjust type of relobj.
4115 (Output_data_reloc::add_global_relative): Likewise.
4116 (Output_data_reloc::add_symbolless_global_addend): Likewise.
4117 (Output_data_reloc::add_local): Likewise.
4118 (Output_data_reloc::add_local_relative): Likewise.
4119 (Output_data_reloc::add_symbolless_local_addend): Likewise.
4120 (Output_data_reloc::add_local_section): Likewise.
4121 (Output_data_reloc::add_output_section): Likewise.
4122 (Output_data_reloc::add_absolute): Likewise.
4123 (Output_data_reloc::add_target_specific): Likewise.
4124 (Output_data_got::reserve_slot): Move definition here.
4125 (Output_data_got::reserve_local): New function.
4126 (Output_data_got::reserve_global): New function.
4127 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
4128 section_offsets_ with accessor function.
4129 (Sized_relobj_file::write_sections): Likewise.
4130 (Sized_relobj_file::do_relocate_sections): Likewise.
4131 * target.h (Sized_target::reserve_local_got_entry): New function.
4132 (Sized_target::reserve_global_got_entry): New function.
4133 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
4134 (Target_x86_64::reserve_global_got_entry): New function.
4135 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
4137 2011-05-23 Cary Coutant <ccoutant@google.com>
4139 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
4140 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
4141 bit when checking got_type.
4142 * incremental.cc (Sized_incremental_binary::setup_readers):
4143 Store symbol table and string table locations; initialize bit vector
4144 of file status flags.
4145 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
4147 (Sized_incremental_binary::do_process_got_plt): New function.
4148 (Sized_incremental_binary::get_symtab_view): Use stored locations.
4149 (Output_section_incremental_inputs::set_final_data_size): Record
4150 file index for each input file.
4151 (Output_section_incremental_inputs::write_got_plt): Store file index
4152 instead of input entry offset for each GOT entry.
4154 (Incremental_input_entry::Incremental_input_entry): Initialize new
4156 (Incremental_input_entry::set_offset): Store file index.
4157 (Incremental_input_entry::get_file_index): New function.
4158 (Incremental_input_entry::file_index_): New data member.
4159 (Incremental_binary::process_got_plt): New function.
4160 (Incremental_binary::do_process_got_plt): New function.
4161 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
4163 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
4164 (Sized_incremental_binary::set_file_is_unchanged): New function.
4165 (Sized_incremental_binary::file_is_unchanged): New function.
4166 (Sized_incremental_binary::do_process_got_plt): New function.
4167 (Sized_incremental_binary::file_status_): New data member.
4168 (Sized_incremental_binary::main_symtab_loc_): New data member.
4169 (Sized_incremental_binary::main_strtab_loc_): New data member.
4170 * output.cc (Output_data_got::Got_entry::write): Add case
4172 (Output_data_got::add_global): Call add_got_entry.
4173 (Output_data_got::add_global_plt): Likewise.
4174 (Output_data_got::add_global_with_rel): Likewise.
4175 (Output_data_got::add_global_with_rela): Likewise.
4176 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
4177 (Output_data_got::add_global_pair_with_rela): Likewise.
4178 (Output_data_got::add_local): Call add_got_entry.
4179 (Output_data_got::add_local_plt): Likewise.
4180 (Output_data_got::add_local_with_rel): Likewise.
4181 (Output_data_got::add_local_with_rela): Likewise.
4182 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
4183 (Output_data_got::add_local_pair_with_rela): Likewise.
4184 (Output_data_got::reserve_slot): New function.
4185 (Output_data_got::reserve_slot_for_global): New function.
4186 (Output_data_got::add_got_entry): New function.
4187 (Output_data_got::add_got_entry_pair): New function.
4188 (Output_section::add_output_section_data): Edit FIXME.
4190 (Output_section_data_build::Output_section_data_build): New
4191 constructor with size parameter.
4192 (Output_data_space::Output_data_space): Likewise.
4193 (Output_data_got::Output_data_got): Initialize new data member; new
4194 constructor with size parameter.
4195 (Output_data_got::add_constant): Call add_got_entry.
4196 (Output_data_got::reserve_slot): New function.
4197 (Output_data_got::reserve_slot_for_global): New function.
4198 (class Output_data_got::Got_entry): Add RESERVED_CODE.
4199 (Output_data_got::add_got_entry): New function.
4200 (Output_data_got::add_got_entry_pair): New function.
4201 (Output_data_got::free_list_): New data member.
4202 * target.h (Sized_target::init_got_plt_for_update): New function.
4203 (Sized_target::register_global_plt_entry): New function.
4204 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
4205 Initialize new data member; call init; add constructor with PLT count.
4206 (Output_data_plt_x86_64::init): New function.
4207 (Output_data_plt_x86_64::add_relocation): New function.
4208 (Output_data_plt_x86_64::reserve_slot): New function.
4209 (Output_data_plt_x86_64::free_list_): New data member.
4210 (Target_x86_64::init_got_plt_for_update): New function.
4211 (Target_x86_64::register_global_plt_entry): New function.
4212 (Output_data_plt_x86_64::add_entry): Allocate from free list for
4213 incremental updates.
4214 (Output_data_plt_x86_64::add_relocation): New function.
4215 * testsuite/object_unittest.cc (Object_test): Set default options.
4217 2011-05-16 Ian Lance Taylor <iant@google.com>
4219 * options.h (class General_options): Make -i a synonym for -r.
4221 2011-05-16 Ian Lance Taylor <iant@google.com>
4223 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
4225 2011-05-10 Cary Coutant <ccoutant@google.com>
4227 * object.cc (Sized_relobj::do_count_local_symbols): Check for
4230 2011-05-06 Ian Lance Taylor <iant@google.com>
4232 * layout.cc (Layout::layout): If the output section flags change,
4233 update the ordering.
4235 2011-04-25 Cary Coutant <ccoutant@google.com>
4237 * incremental-dump.cc (dump_incremental_inputs): Print local
4238 symbol info for each input file.
4240 (Output_section_incremental_inputs::set_final_data_size): Add local
4241 symbol info to input file entries in incremental info.
4242 (Output_section_incremental_inputs::write_info_blocks): Likewise.
4243 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
4244 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
4245 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
4247 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
4248 (Sized_incr_relobj::do_relocate): Write the local symbols.
4249 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
4250 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
4251 Adjust size of input file header.
4252 (Incremental_inputs_reader::get_local_symbol_offset): New function.
4253 (Incremental_inputs_reader::get_local_symbol_count): New function.
4254 (Incremental_inputs_reader::get_input_section): Adjust size of input
4256 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
4257 (Sized_incr_relobj::This): New typedef.
4258 (Sized_incr_relobj::sym_size): New const data member.
4259 (Sized_incr_relobj::Local_symbol): New struct.
4260 (Sized_incr_relobj::do_output_local_symbol_count): New function.
4261 (Sized_incr_relobj::do_local_symbol_offset): New function.
4262 (Sized_incr_relobj::local_symbol_count_): New data member.
4263 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
4264 (Sized_incr_relobj::local_symbol_index_): New data member.
4265 (Sized_incr_relobj::local_symbol_offset_): New data member.
4266 (Sized_incr_relobj::local_dynsym_offset_): New data member.
4267 (Sized_incr_relobj::local_symbols_): New data member.
4268 * object.h (Relobj::output_local_symbol_count): New function.
4269 (Relobj::local_symbol_offset): New function.
4270 (Relobj::do_output_local_symbol_count): New function.
4271 (Relobj::do_local_symbol_offset): New function.
4272 (Sized_relobj::do_output_local_symbol_count): New function.
4273 (Sized_relobj::do_local_symbol_offset): New function.
4275 2011-04-22 Vladimir Simonov <sv@sw.ru>
4277 * descriptors.cc (set_close_on_exec): New function.
4278 (Descriptors::open): Use set_close_on_exec.
4279 * output.cc (S_ISLNK): Define if not defined.
4281 2011-04-22 Cary Coutant <ccoutant@google.com>
4283 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
4285 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
4286 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
4287 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
4289 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
4290 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
4291 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
4293 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
4295 (Incremental_binary::apply_incremental_relocs): New function.
4296 (Incremental_binary::do_apply_incremental_relocs): New function.
4297 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
4299 (Sized_incremental_binary::add_global_symbol): New function.
4300 (Sized_incremental_binary::global_symbol): New function.
4301 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
4302 (Sized_incremental_binary::symbol_map_): New data member.
4303 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
4304 * target.h (Sized_target::apply_relocation): New function.
4305 * target-reloc.h (apply_relocation): New function.
4306 * x86_64.cc (Target_x86_64::apply_relocation): New function.
4308 2011-04-22 Doug Kwan <dougkwan@google.com>
4310 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
4311 flag of a SHT_ARM_EXIDX section.
4312 * testsuite/Makefile.am (arm_exidx_test): New test rules.
4313 * testsuite/Makefile.in: Regenerate.
4314 * testsuite/arm_exidx_test.s: New file.
4315 * testsuite/arm_exidx_test.sh: Same.
4317 2011-04-20 Cary Coutant <ccoutant@google.com>
4320 * archive.h (Incremental_archive_entry::Archive_member):
4321 Initialize arg_serial_ (second constructor).
4323 2011-04-17 Ian Lance Taylor <iant@google.com>
4325 * object.cc (Relocate_info::location): Simplify location string.
4326 * errors.cc (Errors::error_at_location): Don't print program
4328 (Errors::warning_at_location): Likewise.
4329 (Errors::undefined_symbol): Likewise.
4330 * testsuite/debug_msg.sh: Update accordingly.
4332 2011-04-14 Cary Coutant <ccoutant@google.com>
4334 * gold/layout.cc (Layout::symtab_section_offset): New function.
4335 * gold/layout.h (Layout::symtab_section_offset): New function.
4336 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
4338 2011-04-12 Ian Lance Taylor <iant@google.com>
4340 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
4341 with MREMAP_MAYMOVE.
4342 * output.h (class Output_file): Add map_is_allocated_ field.
4343 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
4344 not available, provide stubs. If mremap is not available, #define
4346 (MREMAP_MAYMOVE): Define if not defined.
4347 (Output_file::Output_file): Initialize map_is_allocated_.
4348 (Output_file::resize): Check map_is_allocated_.
4349 (Output_file::map_anonymous): If mmap fails, use malloc.
4350 (Output_file::unmap): Don't do anything for an anonymous map.
4351 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
4352 is not available, provide stubs.
4353 (File_read::View::~View): Use free rather than delete[].
4354 (File_read::make_view): Use malloc rather than new[]. If mmap
4356 (File_read::find_or_make_view): Use malloc rather than new[].
4357 * gold.h: Remove HAVE_REMAP code.
4358 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
4359 exists. Rename mremap to gold_mremap. If mmap is not available
4361 * configure, config.in: Rebuild.
4363 2011-04-11 Ian Lance Taylor <iant@google.com>
4365 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
4366 initialize local variable v.
4368 2011-04-11 Cary Coutant <ccoutant@google.com>
4370 * archive.cc (Archive::include_member): Adjust call to
4372 (Add_archive_symbols::run): Track argument serial numbers.
4373 (Lib_group::include_member): Likewise.
4374 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
4375 * archive.h (Incremental_archive_entry::Archive_member):
4376 Initialize arg_serial_.
4377 (Archive_member::arg_serial_): New data member.
4378 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
4379 (Sized_dynobj::do_add_symbols): Track symbols when doing an
4381 (Sized_dynobj::do_for_all_local_got_entries): New function.
4382 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
4384 * fileread.cc (get_mtime): New function.
4385 * fileread.h (get_mtime): New function.
4386 * gold.cc (queue_initial_tasks): Check for incremental update.
4387 (process_incremental_input): New function.
4388 (queue_middle_tasks): Don't force valid target for incremental
4390 * incremental-dump.cc (find_input_containing_global): Adjust
4391 size of symbol info entry.
4392 (dump_incremental_inputs): Dump argument serial number and
4393 in_system_directory flag; bias shndx by 1; print symbol names
4394 when dumping per-file symbol lists; use new symbol info readers.
4396 (Output_section_incremental_inputs:update_data_size): New function.
4397 (Sized_incremental_binary::setup_readers): Setup input readers
4398 for each input file; build maps for files added from libraries
4400 (Sized_incremental_binary::check_input_args): New function.
4401 (Sized_incremental_binary::do_check_inputs): Build map of argument
4402 serial numbers to input arguments.
4403 (Sized_incremental_binary::do_file_has_changed): Rename
4404 do_file_is_unchanged to this; compare file modification times.
4405 (Sized_incremental_binary::do_init_layout): New function.
4406 (Sized_incremental_binary::do_reserve_layout): New function.
4407 (Sized_incremental_binary::do_get_input_reader): Remove.
4408 (Sized_incremental_binary::get_symtab_view): New function.
4409 (Incremental_checker::can_incrementally_link_output_file): Remove.
4410 (Incremental_inputs::report_command_line): Exclude --debug options.
4411 (Incremental_inputs::report_archive_begin): Add parameter; track
4412 argument serial numbers; don't put input file entry for archive
4413 before archive members.
4414 (Incremental_inputs::report_archive_end): Put input file entry
4415 for archive after archive members.
4416 (Incremental_inputs::report_object): Add parameter; track argument
4417 serial numbers and in_system_directory flag.
4418 (Incremental_inputs::report_script): Add parameter; track argument
4420 (Output_section_incremental_inputs::set_final_data_size): Adjust
4421 size of symbol info entry; check for forwarding symbols.
4422 (Output_section_incremental_inputs::write_input_files): Write
4423 in_system_directory flag and argument serial number.
4424 (Output_section_incremental_inputs::write_info_blocks): Map section
4425 indices between incremental info and original input file; store
4426 input section index for each symbol.
4427 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
4428 change operator() to visit().
4429 (class Global_got_offset_visitor): Likewise.
4430 (class Global_symbol_visitor_got_plt):
4431 (Output_section_incremental_inputs::write_got_plt): Use new visitor
4433 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
4434 (Sized_incr_relobj::do_read_symbols): New function.
4435 (Sized_incr_relobj::do_layout): New function.
4436 (Sized_incr_relobj::do_layout_deferred_sections): New function.
4437 (Sized_incr_relobj::do_add_symbols): New function.
4438 (Sized_incr_relobj::do_should_include_member): New function.
4439 (Sized_incr_relobj::do_for_all_global_symbols): New function.
4440 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
4441 (Sized_incr_relobj::do_section_size): New function.
4442 (Sized_incr_relobj::do_section_name): New function.
4443 (Sized_incr_relobj::do_section_contents): New function.
4444 (Sized_incr_relobj::do_section_flags): New function.
4445 (Sized_incr_relobj::do_section_entsize): New function.
4446 (Sized_incr_relobj::do_section_address): New function.
4447 (Sized_incr_relobj::do_section_type): New function.
4448 (Sized_incr_relobj::do_section_link): New function.
4449 (Sized_incr_relobj::do_section_info): New function.
4450 (Sized_incr_relobj::do_section_addralign): New function.
4451 (Sized_incr_relobj::do_initialize_xindex): New function.
4452 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
4453 (Sized_incr_relobj::do_read_relocs): New function.
4454 (Sized_incr_relobj::do_gc_process_relocs): New function.
4455 (Sized_incr_relobj::do_scan_relocs): New function.
4456 (Sized_incr_relobj::do_count_local_symbols): New function.
4457 (Sized_incr_relobj::do_finalize_local_symbols): New function.
4458 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
4459 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
4460 (Sized_incr_relobj::do_relocate): New function.
4461 (Sized_incr_relobj::do_set_section_offset): New function.
4462 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
4463 (Sized_incr_dynobj::do_read_symbols): New function.
4464 (Sized_incr_dynobj::do_layout): New function.
4465 (Sized_incr_dynobj::do_add_symbols): New function.
4466 (Sized_incr_dynobj::do_should_include_member): New function.
4467 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
4468 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
4469 (Sized_incr_dynobj::do_section_size): New function.
4470 (Sized_incr_dynobj::do_section_name): New function.
4471 (Sized_incr_dynobj::do_section_contents): New function.
4472 (Sized_incr_dynobj::do_section_flags): New function.
4473 (Sized_incr_dynobj::do_section_entsize): New function.
4474 (Sized_incr_dynobj::do_section_address): New function.
4475 (Sized_incr_dynobj::do_section_type): New function.
4476 (Sized_incr_dynobj::do_section_link): New function.
4477 (Sized_incr_dynobj::do_section_info): New function.
4478 (Sized_incr_dynobj::do_section_addralign): New function.
4479 (Sized_incr_dynobj::do_initialize_xindex): New function.
4480 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
4481 (make_sized_incremental_object): New function.
4482 (Incremental_library::copy_unused_symbols): New function.
4483 (Incremental_library::do_for_all_unused_symbols): New function.
4484 * incremental.h (enum Incremental_input_flags): New type.
4485 (class Incremental_checker): Remove.
4486 (Incremental_input_entry::Incremental_input_entry): Add argument
4488 (Incremental_input_entry::arg_serial): New function.
4489 (Incremental_input_entry::set_is_in_system_directory): New function.
4490 (Incremental_input_entry::is_in_system_directory): New function.
4491 (Incremental_input_entry::arg_serial_): New data member.
4492 (Incremental_input_entry::is_in_system_directory_): New data member.
4493 (class Script_info): Move here from script.h.
4494 (Script_info::Script_info): Add filename parameter.
4495 (Script_info::filename): New function.
4496 (Script_info::filename_): New data member.
4497 (Incremental_script_entry::Incremental_script_entry): Add argument
4499 (Incremental_object_entry::Incremental_object_entry): Likewise.
4500 (Incremental_object_entry::add_input_section): Build list of input
4501 sections with map to original shndx.
4502 (Incremental_object_entry::get_input_section_index): New function.
4503 (Incremental_object_entry::shndx_): New data member.
4504 (Incremental_object_entry::name_key_): Rename; adjust all refs.
4505 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
4506 (Incremental_archive_entry::Incremental_archive_entry): Add argument
4508 (Incremental_inputs::report_archive_begin): Likewise.
4509 (Incremental_inputs::report_object): Likewise.
4510 (Incremental_inputs::report_script): Likewise.
4511 (class Incremental_global_symbol_reader): New class.
4512 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
4513 and store flags and input file type.
4514 (Incremental_input_entry_reader::arg_serial): New function.
4515 (Incremental_input_entry_reader::type): Extract type from flags.
4516 (Incremental_input_entry_reader::is_in_system_directory): New function.
4517 (Incremental_input_entry_reader::get_input_section_count): Call
4518 accessor function for type.
4519 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
4520 function for type; adjust size of global symbol entry.
4521 (Incremental_input_entry_reader::get_global_symbol_count): Call
4522 accessor function for type.
4523 (Incremental_input_entry_reader::get_object_count): Likewise.
4524 (Incremental_input_entry_reader::get_object_offset): Likewise.
4525 (Incremental_input_entry_reader::get_member_count): Likewise.
4526 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
4527 (Incremental_input_entry_reader::get_member_offset): Likewise.
4528 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
4529 (Incremental_input_entry_reader::Global_symbol_info): Remove.
4530 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
4531 (Incremental_input_entry_reader::get_global_symbol_reader): New
4533 (Incremental_input_entry_reader::get_output_symbol_index): New
4535 (Incremental_input_entry_reader::type_): Remove.
4536 (Incremental_input_entry_reader::flags_): New data member.
4537 (Incremental_inputs_reader::input_file_offset): New function.
4538 (Incremental_inputs_reader::input_file_index): New function.
4539 (Incremental_inputs_reader::input_file): Call input_file_offset.
4540 (Incremental_inputs_reader::input_file_at_offset): New function.
4541 (Incremental_relocs_reader::get_r_type): Reformat.
4542 (Incremental_relocs_reader::get_r_shndx): Reformat.
4543 (Incremental_relocs_reader::get_r_offset): Reformat.
4544 (Incremental_relocs_reader::data): New function.
4545 (Incremental_binary::Incremental_binary): Initialize new data members.
4546 (Incremental_binary::check_inputs): Add cmdline parameter.
4547 (Incremental_binary::file_is_unchanged): Remove.
4548 (Input_reader::arg_serial): New function.
4549 (Input_reader::get_unused_symbol_count): New function.
4550 (Input_reader::get_unused_symbol): New function.
4551 (Input_reader::do_arg_serial): New function.
4552 (Input_reader::do_get_unused_symbol_count): New function.
4553 (Input_reader::do_get_unused_symbol): New function.
4554 (Incremental_binary::input_file_count): New function.
4555 (Incremental_binary::get_input_reader): Change signature to use
4556 index instead of filename.
4557 (Incremental_binary::file_has_changed): New function.
4558 (Incremental_binary::get_input_argument): New function.
4559 (Incremental_binary::get_library): New function.
4560 (Incremental_binary::get_script_info): New function.
4561 (Incremental_binary::init_layout): New function.
4562 (Incremental_binary::reserve_layout): New function.
4563 (Incremental_binary::output_file): New function.
4564 (Incremental_binary::do_check_inputs): New function.
4565 (Incremental_binary::do_file_is_unchanged): Remove.
4566 (Incremental_binary::do_file_has_changed): New function.
4567 (Incremental_binary::do_init_layout): New function.
4568 (Incremental_binary::do_reserve_layout): New function.
4569 (Incremental_binary::do_input_file_count): New function.
4570 (Incremental_binary::do_get_input_reader): Change signature.
4571 (Incremental_binary::input_args_map_): New data member.
4572 (Incremental_binary::library_map_): New data member.
4573 (Incremental_binary::script_map_): New data member.
4574 (Sized_incremental_binary::Sized_incremental_binary): Initialize
4576 (Sized_incremental_binary::output_section): New function.
4577 (Sized_incremental_binary::inputs_reader): Add const.
4578 (Sized_incremental_binary::symtab_reader): Add const.
4579 (Sized_incremental_binary::relocs_reader): Add const.
4580 (Sized_incremental_binary::got_plt_reader): Add const.
4581 (Sized_incremental_binary::get_symtab_view): New function.
4582 (Sized_incremental_binary::Inputs_reader): New typedef.
4583 (Sized_incremental_binary::Input_entry_reader): New typedef.
4584 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
4585 (Sized_incremental_binary::do_file_is_unchanged): Remove.
4586 (Sized_incremental_binary::do_file_has_changed): New function.
4587 (Sized_incremental_binary::do_init_layout): New function.
4588 (Sized_incremental_binary::do_reserve_layout): New function.
4589 (Sized_input_reader::Inputs_reader): Remove.
4590 (Sized_input_reader::Input_entry_reader): Remove.
4591 (Sized_input_reader::do_arg_serial): New function.
4592 (Sized_input_reader::do_get_unused_symbol_count): New function.
4593 (Sized_input_reader::do_get_unused_symbol): New function.
4594 (Sized_incremental_binary::do_input_file_count): New function.
4595 (Sized_incremental_binary::do_get_input_reader): Change signature;
4596 use index instead of filename.
4597 (Sized_incremental_binary::section_map_): New data member.
4598 (Sized_incremental_binary::input_entry_readers_): New data member.
4599 (class Sized_incr_relobj): New class.
4600 (class Sized_incr_dynobj): New class.
4601 (make_sized_incremental_object): New function.
4602 (class Incremental_library): New class.
4603 * layout.cc (Free_list::num_lists): New static data member.
4604 (Free_list::num_nodes): New static data member.
4605 (Free_list::num_removes): New static data member.
4606 (Free_list::num_remove_visits): New static data member.
4607 (Free_list::num_allocates): New static data member.
4608 (Free_list::num_allocate_visits): New static data member.
4609 (Free_list::init): New function.
4610 (Free_list::remove): New function.
4611 (Free_list::allocate): New function.
4612 (Free_list::dump): New function.
4613 (Free_list::print_stats): New function.
4614 (Layout_task_runner::run): Resize output file for incremental updates.
4615 (Layout::Layout): Initialize new data members.
4616 (Layout::set_incremental_base): New function.
4617 (Layout::init_fixed_output_section): New function.
4618 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
4619 incremental updates.
4620 (Layout::create_gold_note): Do not create gold note section for
4621 incremental updates.
4622 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
4623 for incremental updates.
4624 (Layout::set_section_offsets): For incremental updates, allocate space
4626 (Layout::create_symtab_sections): Layout with offsets relative to
4627 start of section; for incremental updates, allocate space from free
4629 (Layout::create_shdrs): For incremental updates, allocate space from
4631 (Layout::finish_dynamic_section): For incremental updates, do not
4632 check --as-needed (fixed in subsequent patch).
4633 * layout.h (class Free_list): New class.
4634 (Layout::set_incremental_base): New function.
4635 (Layout::incremental_base): New function.
4636 (Layout::init_fixed_output_section): New function.
4637 (Layout::allocate): New function.
4638 (Layout::incremental_base_): New data member.
4639 (Layout::free_list_): New data member.
4640 * main.cc (main): Print Free_list statistics.
4641 * object.cc (Relobj::finalize_incremental_relocs): Add
4642 clear_counts parameter; clear counts only when clear_counts is set.
4643 (Sized_relobj::Sized_relobj): Initialize new base class.
4644 (Sized_relobj::do_layout): Don't report special sections.
4645 (Sized_relobj::do_for_all_local_got_entries): New function.
4646 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
4647 symtab_off to all symbol table offsets.
4648 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
4649 * object.h (class Got_offset_list): Move to top of file.
4650 (Object::Object): Allow case where input_file == NULL.
4651 (Object::~Object): Likewise.
4652 (Object::input_file): Assert that input_file != NULL.
4653 (Object::lock): Allow case where input_file == NULL.
4654 (Object::unlock): Likewise.
4655 (Object::is_locked): Likewise.
4656 (Object::token): Likewise.
4657 (Object::release): Likewise.
4658 (Object::is_incremental): New function.
4659 (Object::get_mtime): New function.
4660 (Object::for_all_local_got_entries): New function.
4661 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
4662 (Object::set_is_in_system_directory): New function.
4663 (Object::is_in_system_directory): New function.
4664 (Object::do_is_incremental): New function.
4665 (Object::do_get_mtime): New function.
4666 (Object::do_for_all_local_got_entries): New function.
4667 (Object::is_in_system_directory_): New data member.
4668 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
4669 (class Sized_relobj_base): New class.
4670 (class Sized_relobj): Derive from Sized_relobj_base.
4671 (class Sized_relobj::Symbols): Redeclare from base class.
4672 (class Sized_relobj::local_got_offset_list): Remove.
4673 (class Sized_relobj::Output_sections): Redeclare from base class.
4674 (class Sized_relobj::do_for_all_local_got_entries): New function.
4675 (class Sized_relobj::write_local_symbols): Add offset parameter.
4676 (class Sized_relobj::local_symbol_offset_): Update comment.
4677 (class Sized_relobj::local_dynsym_offset_): Update comment.
4678 * options.cc (Input_arguments::add_file): Remove const.
4679 * options.h (Input_file_argument::Input_file_argument):
4680 Initialize arg_serial_ (all constructors).
4681 (Input_file_argument::set_arg_serial): New function.
4682 (Input_file_argument::arg_serial): New function.
4683 (Input_file_argument::arg_serial_): New data member.
4684 (Input_arguments::Input_arguments): Initialize file_count_.
4685 (Input_arguments::add_file): Remove const.
4686 (Input_arguments::number_of_input_files): New function.
4687 (Input_arguments::file_count_): New data member.
4688 (Command_line::number_of_input_files): Call
4689 Input_arguments::number_of_input_files.
4690 * output.cc (Output_segment_headers::Output_segment_headers):
4692 (Output_section::Input_section::current_data_size): New function.
4693 (Output_section::Output_section): Initialize new data members.
4694 (Output_section::add_input_section): Don't do merge sections for
4695 an incremental link; allocate space from free list for an
4697 (Output_section::add_output_section_data): Allocate space from
4698 free list for an incremental update.
4699 (Output_section::update_data_size): New function.
4700 (Output_section::set_fixed_layout): New function.
4701 (Output_section::reserve): New function.
4702 (Output_segment::set_section_addresses): Remove const.
4703 (Output_segment::set_section_list_addresses): Remove const; allocate
4704 space from free list for an incremental update.
4705 (Output_segment::set_offset): Adjust size of RELRO segment for an
4707 * output.h (Output_data::current_data_size): Move here from
4709 (Output_data::pre_finalize_data_size): New function.
4710 (Output_data::update_data_size): New function.
4711 (Output_section_headers::update_data_size): new function.
4712 (Output_section_data_build::current_data_size): Move to Output_data.
4713 (Output_data_strtab::update_data_size): New function.
4714 (Output_section::current_data_size): Move to Output_data.
4715 (Output_section::set_fixed_layout): New function.
4716 (Output_section::has_fixed_layout): New function.
4717 (Output_section::reserve): New function.
4718 (Output_section::update_data_size): New function.
4719 (Output_section::has_fixed_layout_): New data member.
4720 (Output_section::free_list_): New data member.
4721 (Output_segment::set_section_addresses): Remove const.
4722 (Output_segment::set_section_list_addresses): Remove const.
4723 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
4725 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
4727 * readsyms.cc (Read_symbols::do_read_symbols): Add library
4728 parameter when calling Add_symbols constructor; store argument
4729 serial number for members of a lib group.
4730 (Add_symbols::locks): Allow case where token == NULL.
4731 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
4732 (Read_member::~Read_member): New function.
4733 (Read_member::is_runnable): New function.
4734 (Read_member::locks): New function.
4735 (Read_member::run): New function.
4736 (Check_script::~Check_script): New function.
4737 (Check_script::is_runnable): New function.
4738 (Check_script::locks): New function.
4739 (Check_script::run): New function.
4740 (Check_library::~Check_library): New function.
4741 (Check_library::is_runnable): New function.
4742 (Check_library::locks): New function.
4743 (Check_library::run): New function.
4744 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
4745 (Add_symbols::library_): New data member.
4746 (class Read_member): New class.
4747 (class Check_script): New class.
4748 (class Check_library): New class.
4749 * reloc.cc (Read_relocs::is_runnable): Allow case where
4751 (Read_relocs::locks): Likewise.
4752 (Scan_relocs::locks): Likewise.
4753 (Relocate_task::locks): Likewise.
4754 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
4756 (Sized_relobj::incremental_relocs_scan): Fix comment.
4757 (Sized_relobj::do_relocate): Pass output file offset to
4758 write_local_symbols.
4759 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
4760 from class declaration.
4761 * script.cc (read_input_script): Allocate Script_info; pass
4762 argument serial number to report_script.
4763 * script.h (class Script_info): Move to incremental.h.
4764 * symtab.cc (Symbol_table::add_from_incrobj): New function.
4765 * symtab.h (Symbol_table::add_from_incrobj): New function.
4766 (Symbol_table::set_file_offset): New function.
4768 2011-04-05 Cary Coutant <ccoutant@google.com>
4770 * incremental-dump.cc (dump_incremental_inputs): Change signature
4771 to take a Sized_incremental_binary; change caller. Use readers
4772 in Sized_incremental_binary.
4774 (Sized_incremental_binary::find_incremental_inputs_sections):
4775 Rename do_find_incremental_inputs_sections to this.
4776 (Sized_incremental_binary::setup_readers): New function.
4777 (Sized_incremental_binary::do_check_inputs): Check
4778 has_incremental_info_ flag; move setup code to setup_readers;
4780 (Sized_incremental_binary::do_file_is_unchanged): New function.
4781 (Sized_incremental_binary::do_get_input_reader): New function.
4782 * incremental.h (class Incremental_binary): Move to end of file.
4783 (Incremental_binary::file_is_unchanged): New function.
4784 (Incremental_binary::do_file_is_unchanged): New function.
4785 (Incremental_binary::Input_reader): New class.
4786 (Incremental_binary::get_input_reader): New function.
4787 (class Sized_incremental_binary): Move to end of file.
4788 (Sized_incremental_binary::Sized_incremental_binary): Setup the
4789 input section reader classes.
4790 (Sized_incremental_binary::has_incremental_info): New function.
4791 (Sized_incremental_binary::inputs_reader): New function.
4792 (Sized_incremental_binary::symtab_reader): New function.
4793 (Sized_incremental_binary::relocs_reader): New function.
4794 (Sized_incremental_binary::got_plt_reader): New function.
4795 (Sized_incremental_binary::do_file_is_unchanged): New function.
4796 (Sized_incremental_binary::Sized_input_reader): New class.
4797 (Sized_incremental_binary::get_input_reader): New function.
4798 (Sized_incremental_binary::find_incremental_inputs_sections):
4799 Rename do_find_incremental_inputs_sections to this.
4800 (Sized_incremental_binary::setup_readers): New function.
4801 (Sized_incremental_binary::has_incremental_info_): New data member.
4802 (Sized_incremental_binary::inputs_reader_): New data member.
4803 (Sized_incremental_binary::symtab_reader_): New data member.
4804 (Sized_incremental_binary::relocs_reader_): New data member.
4805 (Sized_incremental_binary::got_plt_reader_): New data member.
4806 (Sized_incremental_binary::current_input_file_): New data member.
4808 2011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4811 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
4814 2011-03-30 Cary Coutant <ccoutant@google.com>
4816 * archive.cc (Archive::include_member): Adjust call to report_object.
4817 (Add_archive_symbols::run): Add script_info to call to
4818 report_archive_begin.
4819 (Lib_group::include_member): Adjust call to report_object.
4820 (Add_lib_group_symbols::run): Adjust call to report_object.
4821 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
4822 blocks. Add object count for script input files.
4823 * incremental.cc (Incremental_inputs::report_archive_begin): Add
4824 script_info parameter; change all callers.
4825 (Incremental_inputs::report_object): Add script_info parameter;
4827 (Incremental_inputs::report_script): Store backpointer to
4828 incremental info entry.
4829 (Output_section_incremental_inputs::set_final_data_size): Record
4830 additional information for scripts.
4831 (Output_section_incremental_inputs::write_info_blocks): Likewise.
4832 * incremental.h (Incremental_script_entry::add_object): New function.
4833 (Incremental_script_entry::get_object_count): New function.
4834 (Incremental_script_entry::get_object): New function.
4835 (Incremental_script_entry::objects_): New data member; adjust
4837 (Incremental_inputs::report_archive_begin): Add script_info parameter.
4838 (Incremental_inputs::report_object): Add script_info parameter.
4839 (Incremental_inputs_reader::get_object_count): New function.
4840 (Incremental_inputs_reader::get_object_offset): New function.
4841 * options.cc (Input_arguments::add_file): Return reference to
4843 * options.h (Input_argument::set_script_info): New function.
4844 (Input_argument::script_info): New function.
4845 (Input_argument::script_info_): New data member; adjust all
4847 (Input_file_group::add_file): Return reference to new input argument.
4848 (Input_file_lib::add_file): Likewise.
4849 (Input_arguments::add_file): Likewise.
4850 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
4851 * script.cc (Parser_closure::Parser_closure): Add script_info
4852 parameter; adjust all callers.
4853 (Parser_closure::script_info): New function.
4854 (Parser_closure::script_info_): New data member.
4855 (read_input_script): Report scripts earlier to incremental info.
4856 (script_add_file): Set script_info in Input_argument.
4857 (script_add_library): Likewise.
4858 * script.h (Script_options::Script_info): Rewrite class.
4860 2011-03-29 Cary Coutant <ccoutant@google.com>
4862 * archive.cc (Library_base::should_include_member): Move
4863 method here from class Archive.
4864 (Archive::Archive): Initialize base class.
4865 (Archive::should_include_member): Move to base class.
4866 (Archive::do_for_all_unused_symbols): New function.
4867 (Add_archive_symbols::run): Remove redundant access to
4869 (Lib_group::Lib_group): Initialize base class.
4870 (Lib_group::do_filename): New function.
4871 (Lib_group::include_member): Pass pointer to Lib_group to
4873 (Lib_group::do_for_all_unused_symbols): New function.
4874 (Add_lib_group_symbols::run): Report archive information for
4876 * archive.h (class Library_base): New base class.
4877 (class Archive): Derive from Library_base.
4878 (Archive::filename): Move to base class.
4879 (Archive::set_incremental_info): Likewise.
4880 (Archive::incremental_info): Likewise.
4881 (Archive::Should_include): Likewise.
4882 (Archive::should_include_member): Likewise.
4883 (Archive::Armap_entry): Remove.
4884 (Archive::Unused_symbol_iterator): Remove.
4885 (Archive::unused_symbols_begin): Remove.
4886 (Archive::unused_symbols_end): Remove.
4887 (Archive::do_filename): New function.
4888 (Archive::do_get_mtime): New function.
4889 (Archive::do_for_all_unused_symbols): New function.
4890 (Archive::task_): Move to base class.
4891 (Archive::incremental_info_): Likewise.
4892 (class Lib_group): Derive from Library_base.
4893 (Lib_group::do_filename): New function.
4894 (Lib_group::do_get_mtime): New function.
4895 (Lib_group::do_for_all_unused_symbols): New function.
4896 (Lib_group::task_): Move to base class.
4897 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
4899 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
4901 * incremental.cc (Incremental_inputs::report_archive_begin):
4902 Use Library_base; call library's get_mtime; add incremental inputs
4903 entry before members.
4904 (class Unused_symbol_visitor): New class.
4905 (Incremental_inputs::report_archive_end): Use Library_base; use
4906 visitor class to record unused symbols; don't add incremental inputs
4907 entry after members.
4908 (Incremental_inputs::report_object): Use Library_base.
4910 (Incremental_archive_entry::Incremental_archive_entry): Remove
4911 unused Archive parameter.
4912 (Incremental_inputs::report_archive_begin): Use Library_base.
4913 (Incremental_inputs::report_archive_end): Likewise.
4914 (Incremental_inputs::report_object): Likewise.
4915 * object.cc (Sized_relobj::do_for_all_global_symbols): New
4917 * object.h (Object::for_all_global_symbols): New function.
4918 (Object::do_for_all_global_symbols): New function.
4919 (Sized_relobj::do_for_all_global_symbols): New function.
4920 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
4922 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
4925 2011-03-27 Ian Lance Taylor <iant@google.com>
4927 * archive.cc (Archive::interpret_header): Return -1 if something
4928 goes wrong. Change callers accordingly.
4930 2011-03-25 Cary Coutant <ccoutant@google.com>
4932 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
4933 * testsuite/Makefile.in: Regenerate.
4935 2011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
4937 * plugin.cc (get_view): New.
4938 (Plugin::load): Pass get_view to the plugin.
4939 (Plugin_manager::get_view): New.
4941 2011-03-21 Ian Lance Taylor <iant@google.com>
4943 * testsuite/final_layout.sh: Rewrite to not use dc.
4944 * testsuite/relro_test.sh: Fail if dc is not present.
4946 2011-03-21 Sriraman Tallam <tmsriram@google.com>
4948 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
4950 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
4951 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
4953 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
4954 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
4956 2011-03-14 Ian Lance Taylor <iant@google.com>
4958 * script-sections.cc (Sort_output_sections::script_compare):
4959 Rename from is_before, change return type.
4960 (Sort_output_sections::operator()): Adjust accordingly.
4962 2011-03-11 Jeffrey Yasskin <jyasskin@google.com>
4965 * testsuite/odr_violation2.cc: Add comment to make all error line
4966 numbers double digits.
4967 * testsuite/debug_msg.sh: Adjust expected errors.
4969 2011-03-09 Jeffrey Yasskin <jyasskin@google.com>
4971 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
4972 but mark earlier ones as non-canonical
4973 (offset_to_iterator): Update search target and example
4974 (do_addr2line): Return extra lines in a vector*
4975 (format_file_lineno): Extract from do_addr2line
4976 (one_addr2line): Add vector* out-param
4977 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
4978 when a lineno entry appeared last for its instruction
4979 (Dwarf_line_info): Add vector* out-param
4980 * object.cc (Relocate_info): Pass NULL for the vector* out-param
4981 * symtab.cc (Odr_violation_compare): Include the lineno in the
4983 (linenos_from_loc): New. Combine the canonical line for an
4984 address with its other lines.
4985 (True_if_intersect): New. Helper functor to make
4986 std::set_intersection a query.
4987 (detect_odr_violations): Compare sets of lines instead of just
4988 one line for each function. This became less deterministic, but
4989 has fewer false positives.
4990 * symtab.h: Declarations.
4991 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
4992 mix an optimized and non-optimized object in the same binary
4993 (odr_violation2.so): Same.
4994 * testsuite/Makefile.in: Regenerate from Makefile.am.
4995 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
4996 * testsuite/debug_msg.sh: Update line numbers and add
4998 * testsuite/odr_violation1.cc: Use OdrDerived, in a
4999 non-optimized context.
5000 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
5001 isn't inlined, and use OdrDerived in an optimized context.
5002 * testsuite/odr_header1.h: Defines OdrDerived, where
5003 optimization will change the
5004 first-instruction-in-the-destructor's file and line number.
5005 * testsuite/odr_header2.h: Defines OdrBase.
5007 2011-03-09 Ian Lance Taylor <iant@google.com>
5009 * fileread.cc (File_read::clear_views): Don't delete the whole
5012 2011-03-08 Ian Lance Taylor <iant@google.com>
5015 * fileread.cc: #include <climits>.
5016 (GOLD_IOV_MAX): Define.
5017 (File_read::read_multiple): Limit number of entries by iov_max.
5018 * fileread.h (class File_read): Always set max_readv_entries to
5021 2011-03-07 Ian Lance Taylor <iant@google.com>
5024 * options.h (class General_options): Add -dy and -dn.
5026 2011-03-02 Cary Coutant <ccoutant@google.com>
5028 * testsuite/script_test_9.t: Add TLS segment.
5030 2011-03-02 Simon Baldwin <simonb@google.com>
5032 * configure.ac: Add check for gnu_indirect_function support in
5033 the toolchain building binutils.
5034 * configure: Rebuild.
5036 2011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
5038 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
5039 plugin only symbols.
5040 (Symbol_table::sized_finalize_symbol) Mark symbol only present
5041 in plugin files as not needed in the symbol table.
5043 2011-02-11 Sriraman Tallam <tmsriram@google.com>
5045 * output.cc (Output_section::add_input_section): Delay fill
5046 generation for section ordering.
5048 2011-02-09 Ian Lance Taylor <iant@google.com>
5051 * object.h (class Sized_relobj): Remove clear_local_symbols.
5052 * reloc.cc (Sized_relobj::do_relocate): Don't call
5053 clear_local_symbols.
5055 2011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
5057 * plugin.cc (is_visible_from_outside): Return true for symbols
5060 2011-02-04 Jeffrey Yasskin <jyasskin@google.com>
5062 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
5065 2011-02-02 Sriraman Tallam <tmsriram@google.com>
5067 * icf.h (is_section_foldable_candidate): Change type of parameter
5069 * icf.cc (Icf::find_identical_sections): Change type of local variable
5070 section_name to be std::string.
5071 (is_function_ctor_or_dtor): Change type of parameter to std::string.
5073 2011-01-25 Ian Lance Taylor <iant@google.com>
5075 * script.cc (script_add_extern): Rewrite to use
5076 add_symbol_reference.
5078 2011-01-25 Doug Kwan <dougkwan@google.com>
5080 * icf.cc (get_section_contents): Always lock section's object.
5082 2011-01-24 Ian Lance Taylor <iant@google.com>
5084 * options.h (class General_options): Accept
5085 --no-detect-odr-violations.
5087 2011-01-24 Ian Lance Taylor <iant@google.com>
5089 * version.cc (version_string): Bump to 1.11.
5091 2011-01-24 Ian Lance Taylor <iant@google.com>
5093 * plugin.cc (class Plugin_rescan): Define new class.
5094 (Plugin_manager::claim_file): Set any_claimed_.
5095 (Plugin_manager::save_archive): New function.
5096 (Plugin_manager::save_input_group): New function.
5097 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
5099 (Plugin_manager::new_undefined_symbol): New function.
5100 (Plugin_manager::rescan): New function.
5101 (Plugin_manager::rescannable_defines): New function.
5102 (Plugin_manager::add_input_file): Set any_added_.
5103 * plugin.h (class Plugin_manager): define new fields rescannable_,
5104 undefined_symbols_, any_claimed_, and any_added_. Declare
5105 Plugin_rescan as friend. Declare new functions.
5106 (Plugin_manager::Rescannable): Define type.
5107 (Plugin_manager::Rescannable_list): Define type.
5108 (Plugin_manager::Undefined_symbol_list): Define type.
5109 (Plugin_manager::Plugin_manager): Initialize new fields.
5110 * archive.cc (Archive::defines_symbol): New function.
5111 (Add_archive_symbols::run): Pass archive to plugins if any.
5112 * archive.h (class Archive): Declare defines_symbol.
5113 * readsyms.cc (Input_group::~Input_group): New function.
5114 (Finish_group::run): Pass input_group to plugins if any.
5115 * readsyms.h (class Input_group): Declare destructor.
5116 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
5119 2011-01-10 Ian Lance Taylor <iant@google.com>
5121 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
5123 (Layout::set_segment_offsets): Reset increase_relro before calling
5124 set_section_addresses a second time.
5126 2011-01-04 Cary Coutant <ccoutant@google.com>
5128 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
5129 sections before NOBITS sections.
5131 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
5133 * version.cc (print_version): Update copyright to 2011.
5135 2010-12-23 Cary Coutant <ccoutant@google.com>
5137 * output.h (Output_data_reloc::add_output_section): Pass OD instead
5138 of OS to this->add. Add OD parameter to second form of the function.
5140 2010-12-20 Ian Lance Taylor <iant@google.com>
5142 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
5143 second of two consecutive entries with same offset.
5145 2010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5147 * testsuite/Makefile.am (ifuncmain2static_LDADD)
5148 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
5149 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
5150 to avoid unneeded links against $(LDADD).
5151 * testsuite/Makefile.in: Regenerate.
5153 2010-12-15 Ian Lance Taylor <iant@google.com>
5156 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
5157 for R_X86_64_32 and R_X86_64_PC32.
5158 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
5159 ver_matching_def_pic.o.
5160 (ver_matching_def_pic.o): New target.
5162 2010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5164 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
5165 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
5166 Move definition before File_read::View member definitions.
5167 (File_read::View::~View): Initialize and hold lock before
5168 updating current_mapped_bytes.
5170 2010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5172 * dwarf_reader.cc: Remove outdated comment.
5173 * gold-threads.cc: Fix typo in error message.
5174 * archive.cc: Fix typos in comments.
5175 * archive.h: Likewise.
5176 * arm-reloc-property.cc: Likewise.
5177 * arm-reloc-property.h: Likewise.
5178 * arm-reloc.def: Likewise.
5180 * attributes.h: Likewise.
5181 * cref.cc: Likewise.
5182 * ehframe.cc: Likewise.
5183 * fileread.h: Likewise.
5185 * i386.cc: Likewise.
5187 * incremental.h: Likewise.
5188 * int_encoding.cc: Likewise.
5189 * layout.h: Likewise.
5190 * main.cc: Likewise.
5191 * merge.h: Likewise.
5192 * object.cc: Likewise.
5193 * object.h: Likewise.
5194 * options.cc: Likewise.
5195 * readsyms.cc: Likewise.
5196 * reduced_debug_output.cc: Likewise.
5197 * reloc.cc: Likewise.
5198 * script-sections.cc: Likewise.
5199 * sparc.cc: Likewise.
5200 * symtab.h: Likewise.
5201 * target-reloc.h: Likewise.
5202 * target.cc: Likewise.
5203 * target.h: Likewise.
5204 * timer.cc: Likewise.
5205 * timer.h: Likewise.
5206 * x86_64.cc: Likewise.
5208 2010-12-09 Cary Coutant <ccoutant@google.com>
5210 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
5212 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
5213 parameter; change all callers.
5214 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
5215 * options.h (warn_execstack): New option.
5217 2010-12-07 Doug Kwan <dougkwan@google.com>
5219 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
5220 like function call relocations.
5222 2010-12-07 Ian Lance Taylor <iant@google.com>
5224 * archive.cc (Archive::get_elf_object_for_member): Permit
5225 punconfigured to be NULL.
5226 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
5227 (Archive::include_member): Pass NULL to get_elf_object_for_member
5228 if we searched for the archive and this is the first included
5231 2010-12-01 Ian Lance Taylor <iant@google.com>
5233 * dwarf_reader.h (class Sized_dwarf_line_info): Add
5234 track_relocs_type_ field.
5235 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
5236 Set track_relocs_type_.
5237 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
5238 contents when using RELA relocs.
5239 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
5241 * reloc.cc (Track_relocs::next_addend): New function.
5242 * reloc.h (class Track_relocs): Declare next_addend.
5244 2010-12-01 Ian Lance Taylor <iant@google.com>
5246 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
5249 2010-12-01 Ian Lance Taylor <iant@google.com>
5251 * README: Update compilers known to work and fail.
5253 2010-11-23 Matthias Klose <doko@ubuntu.com>
5255 * configure.in: For --enable-gold, handle value `default' instead of
5256 `both*'. Always install ld as ld.bfd, install as ld if gold is
5258 * configure: Regenerate.
5260 2010-11-18 Doug Kwan <dougkwan@google.com>
5262 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
5263 and right_alignment to be zero. Store result alignment only if it is
5264 greater than existing alignment.
5266 2010-11-16 Cary Coutant <ccoutant@google.com>
5269 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
5270 Check for ".zdebug_line".
5272 2010-11-16 Doug Kwan <dougkwan@google.com>
5273 Cary Coutant <ccoutant@google.com>
5275 * output.h (Output_segment::set_section_addresses): Pass increase_relro
5276 by reference; adjust all callers.
5277 * output.cc (Output_segment::set_section_addresses): Adjust references
5278 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
5280 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
5281 end at page boundary.
5283 2010-11-16 Cary Coutant <ccoutant@google.com>
5286 * layout.cc (Layout::choose_output_section): Transform names of
5287 compressed sections even when using a script with a SECTIONS clause.
5288 (Layout::output_section_name): Remove code to transform
5289 compressed debug section names.
5290 * output.cc (Output_section::add_input_section): Use uncompressed
5291 section size when tracking input sections.
5293 2010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
5295 * symtab.h (Symbol::NON_PIC_REF): Remove.
5296 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
5297 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
5298 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
5299 (Symbol::use_plt_offset): Take a flags argument and pass it
5300 directly to needs_dynamic_reloc. Restrict check for undefined
5301 weak symbols to function calls.
5302 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
5303 (Target_arm::Scan::global): Use it.
5304 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
5305 (Target_arm::Relocate::relocate): Likewise.
5306 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
5307 parameter with an r_type parameter. Use get_reference_flags
5309 (Target_arm::Relocate::relocate): Update accordingly.
5310 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
5311 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
5312 (Target_i386::Scan::global): Likewise.
5313 (Target_i386::Relocate::relocate): Likewise.
5314 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
5315 parameter with an r_type parameter. Use get_reference_flags
5317 (Target_i386::Relocate::relocate): Update accordingly.
5318 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
5319 (Target_powerpc::Scan::global): Use it.
5320 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
5321 (Target_powerpc::Relocate::relocate): Likewise.
5322 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
5323 (Target_sparc::Scan::global): Use it.
5324 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
5325 (Target_sparc::Relocate::relocate): Likewise.
5326 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
5327 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
5328 (Target_x86_64::Scan::global): Likewise.
5329 (Target_x86_64::Relocate::relocate): Likewise.
5331 2010-11-08 Doug Kwan <dougkwan@google.com>
5332 Cary Coutant <ccoutant@google.com>
5334 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
5335 (Arm_exidx_merge_section::section_contents_): New data member.
5336 (Arm_input_section::Arm_input_section): Initialize original_contents_.
5337 (Arm_input_section::~Arm_input_section): De-allocate memory.
5338 (Arm_input_section::original_contents_): New data member.
5339 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
5340 in parameters instead of calling Object::section_contents without
5342 (Arm_output_section::group_section): New parameter TASK. Pass it
5343 to callees that need locking objects.
5344 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
5345 to lock EXIDX input sections. Fix a formatting issue. Call
5346 Arm_exidx_merged_section::build_contents to create merged section
5348 (Arm_output_section::create_stub_group): New parameter TASK. Use it
5349 to lock object of stub table owner.
5350 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
5351 TEXT_SIZE to initialize data member TEXT_SIZE_.
5352 (Arm_exidx_input_section::addralign): Fix typo in comment.
5353 (Arm_exidx_input_section::text_size): New method.
5354 (Target_arm::do_relax): New parameter TASK. Pass it to callees
5355 that require locking objects. Lock objects before scanning for stubs
5356 and updating local symbols.
5357 (Arm_input_section<big_endian>::init): Copy contents of original
5359 (Arm_input_section<big_endian>::do_write): Use saved contents of
5360 original input section instead of calling Object::section_contents
5362 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
5363 size without calling Object::section_size().
5364 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
5365 for size. Allocate a buffer for merged EXIDX entries.
5366 (Arm_exidx_merged_section::build_contents): New method.
5367 (Arm_exidx_merged_section::do_write): Move merge section contents
5368 building code to Arm_exidx_merged_section::build_contetns. Write
5369 out contetns in buffer instead of building it on the fly.
5370 (Arm_relobj::make_exidx_input_section): Also pass text section size
5371 to Arm_exidx_input_section constructor.
5372 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
5373 (Arm_dynobj::do_read_symbols): Fix memory leak.
5374 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
5375 * target.h: (class Task): Add forward declaration.
5376 (Target::relax): Add new parameter TASK and pass it to
5378 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
5380 2010-11-05 Cary Coutant <ccoutant@google.com>
5383 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
5384 object when reading from the file.
5385 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
5387 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
5388 when reading section contents.
5389 (get_section_contents): Likewise.
5390 (icf::find_identical_sections): Likewise.
5391 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
5392 object when reading from the file.
5393 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
5394 the object when doing deferred section layout.
5396 2010-11-03 Nick Clifton <nickc@redhat.com>
5399 * script.h (class Symbol_assignment: name): New member. Returns
5400 the name of the symbol.
5401 * scrfipt.cc (Script_options::is_pending_assignment): New member.
5402 Returns true if the given symbol name is on the list of
5403 assignments wating to be processed.
5404 * archive.cc (should_incldue_member): If the symbol is undefined,
5405 check to see if it is on the list of symbols pending assignment.
5407 2010-11-03 Ryan Mansfield <rmansfield@qnx.com>
5409 * script-sections.cc (Script_sections::find_memory_region): Check
5410 for a NULL output section pointer.
5412 2010-10-29 Doug Kwan <dougkwan@google.com>
5414 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
5415 Output_section::add_relaxed_input_section.
5416 * output.cc (Output_section::add_relaxed_input_section): Add new
5417 arguments LAYOUT and NAME. Set section order index.
5418 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5419 Copy section order index.
5420 * output.h (Output_section::add_relaxed_input_section): Add new
5421 arguments LAYOUT and NAME.
5423 2010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5425 * testsuite/Makefile.am: Move gcctestdir/ld rule to
5426 NATIVE_OR_CROSS_LINKER.
5427 * testsuite/Makefile.in: Regenerate.
5429 2010-10-20 Doug Kwan <dougkwan@google.com>
5431 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
5432 without SHF_LINK_ORDER flags.
5433 * layout.cc (Layout::choose_output_section): Do not filter
5434 SHF_LINK_ORDER flag in a relocatable link.
5436 2010-10-17 Cary Coutant <ccoutant@google.com>
5438 * output.h (Output_segment::set_section_addresses): Change function
5439 signature. Update all callers.
5440 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
5442 (Output_segment::set_section_addresses): Align after last TLS
5443 section. Add padding before last relro section instead of after.
5445 2010-10-17 Doug Kwan <dougkwan@google.com>
5447 * gold/arm.cc (Target_arm::got_section): Use correct order and set
5448 GOT output section to be writable.
5450 2010-10-14 Cary Coutant <ccoutant@google.com>
5452 * debug.h (DEBUG_INCREMENTAL): New flag.
5453 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
5454 * gold.cc (queue_initial_tasks): Check parameters for incremental link
5456 * incremental.cc (report_command_line): Ignore all forms of
5458 * layout.cc (Layout::Layout): Check parameters for incremental link
5460 * options.cc (General_options::parse_incremental): New function.
5461 (General_options::parse_no_incremental): New function.
5462 (General_options::parse_incremental_full): New function.
5463 (General_options::parse_incremental_update): New function.
5464 (General_options::incremental_mode_): New data member.
5465 (General_options::finalize): Check incremental_mode_.
5466 * options.h (General_options): Update help text for --incremental.
5467 Add --no-incremental, --incremental-full, --incremental-update.
5468 (General_options::Incremental_mode): New enum type.
5469 (General_options::incremental_mode): New function.
5470 (General_options::incremental_mode_): New data member.
5471 * parameters.cc (Parameters::incremental_mode_): New data member.
5472 (Parameters::set_options): Set incremental_mode_.
5473 (Parameters::set_incremental_full): New function.
5474 (Parameters::incremental): New function.
5475 (Parameters::incremental_update): New function.
5476 (set_parameters_incremental_full): New function.
5477 * parameters.h (Parameters::set_incremental_full): New function.
5478 (Parameters::incremental): New function.
5479 (Parameters::incremental_update): New function.
5480 (Parameters::incremental_mode_): New data member.
5481 (set_parameters_incremental_full): New function.
5482 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
5483 incremental link mode.
5484 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
5485 (Sized_relobj::do_relocate_sections): Likewise.
5486 * testsuite/Makefile.am (incremental_test): Use --incremental-full
5488 * testsuite/Makefile.in: Regenerate.
5489 * testsuite/incremental_test.sh: Filter all forms of --incremental.
5491 2010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5493 * script-sections.h (class Script_sections): Make
5494 Sections_elements typedef public.
5495 * script-sections.cc (class Sort_output_sections): Add elements_
5496 field. Add constructor which sets it; change all callers.
5497 (Sort_output_sections::is_before): New function.
5498 (Sort_output_sections::operator()): Call is_before.
5499 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
5501 * testsuite/script_test_10.sh: New test. Test script section
5503 * testsuite/script_test_10.t: Likewise.
5504 * testsuite/script_test_10.s: Likewise.
5505 * testsuite/Makefile.am: Wrap the cross linker tests and the
5506 common tests into NATIVE_OR_CROSS_LINKER.
5507 (check_SCRIPTS): Add script_test_10.sh.
5508 (check_DATA): Add script_test_10.stdout.
5509 (script_test_10.o, script_test_10): New targets.
5510 (script_test_10.stdout): New target.
5511 * configure, testsuite/Makefile.in: Regenerate.
5513 2010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5515 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
5516 error for the deprecated relocations.
5517 (Target_arm::Scan::global): Likewise.
5518 (Target_arm::Relocate::relocate): Likewise.
5520 2010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
5522 * fileread.cc (Input_file::find_file): Initialize *found_name
5523 and *namep when using the fallback search for case 4.
5525 2010-10-11 Cary Coutant <ccoutant@google.com>
5527 * options.h (class General_options): Redefine -z lazy as an alias for
5528 the negation of -z now.
5530 2010-10-11 Ian Lance Taylor <iant@google.com>
5532 * resolve.cc (symbol_to_bits): Report the value of the unsupported
5535 2010-10-06 Nick Clifton <nickc@redhat.com>
5537 * script-sections.cc(class Memory_region): Remove
5538 current_lma_offset_ field. Rename current_vma_offset_ to
5539 current_offset_. Add last_section_ field.
5540 (Memory_region::get_current_vma_address): Rename to
5541 get_current_address.
5542 (Memory_region::get_current_lma_address): Delete.
5543 (Memory_region::increment_vma_offset): Rename to
5545 (Memory_region::increment_lma_offset): Delete.
5546 (Memory_region::attributes_compatible): New method. Returns
5547 true if the provided section is compatible with the region.
5548 (Memory_region::get_last_section): New method. Returns the last
5549 section to use the region.
5550 (Memory_region::set_last_section): New method. Stores the last
5551 section to use the region.
5552 (Script_sections::block_in_region): New method. Returns true if
5553 a block of memory is contained within a region.
5554 (Script_sections::find_memory_region): New method. Locates a
5555 memory region to be used to set a VMA or LMA address.
5556 (Output_section_definition::set_section_addresses): Add code to
5557 check for addresses set by memory regions.
5558 (Output_segment::set_section_addresses): Remove memory region
5560 (Script_sections::create_segment): Add a warning if a header
5561 segment is created outside of any region.
5562 * script-sections.h (class Script_sections): Add prototypes for
5563 find_memory_region and block_in_region methods.
5564 * testsuite/memory_test.s: Use .long instead of .word.
5565 * testsuite/memory_test.t: Add some more output sections.
5566 * testsuite/memory_test.sh: Update expected output.
5568 2010-10-02 Doug Kwan <dougkwan@google.com>
5570 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
5571 defintion to symtab.h
5572 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
5573 declaration to defintion.
5575 2010-10-01 Nick Clifton <nickc@redhat.com>
5577 * expression.cc (eval): Replace dummy argument with NULL.
5578 (eval_maybe_dot): Check for a NULL result section pointer.
5579 (Symbol_expression::value): Likewise.
5580 (Dot_expression::value): Likewise.
5581 (BINARY_EXPRESSION): Likewise.
5582 (Max_expression::value): Likewise.
5583 (Min_expression::value): Likewise.
5584 (Absolute_expression::value): Likewise.
5585 (Addr_expression::value_from_output_section): Likewise.
5586 (Loaddddr_expression::value_from_output_section): Likewise.
5587 (Segment_start_expression::value): Likewise.
5588 * script-sections.cc
5589 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
5591 (Sections_elememt_dot_assignment::set_section_addresses):
5593 (Output_data_expression::do_write_to_buffer): Likewise.
5594 (Output_section_definition::finalize_symbols): Likewise.
5595 (Output_section_definition::set_section_addresses): Likewise.
5597 2010-09-30 Doug Kwan <dougkwan@google.com>
5599 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
5601 2010-09-28 Sriraman Tallam <tmsriram@google.com>
5603 * target.h (Target::can_icf_inline_merge_sections): New virtual
5605 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
5607 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
5609 * icf.cc (get_section_contents): Inline merge sections only when
5612 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5614 * configure: Regenerate.
5616 2010-09-17 Ian Lance Taylor <iant@google.com>
5618 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
5619 * testsuite/Makefile.am (memory_test.o): New target.
5620 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
5622 * testsuite/Makefile.in: Rebuild.
5624 2010-09-17 Doug Kwan <dougkwan@google.com>
5626 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
5627 defintion if relocation uses GOT entries of the symbol.
5628 * testsuite/icf_safe_test.sh: Fix test.
5629 * testsuite/icf_safe_so_test.sh: Fix test.
5631 2010-09-16 Cary Coutant <ccoutant@google.com>
5633 * script_sections.cc (class Memory_region): Remove "NULL" from
5634 vector initializations.
5636 2010-09-15 Cary Coutant <ccoutant@google.com>
5638 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
5639 Resolve forwarding symbols.
5641 2010-09-15 Doug Kwan <dougkwan@google.com>
5643 * gold/testsuite/script_test_3.t: Add ARM special sections.
5644 * gold/testsuite/script_test_4.t: Same.
5645 * gold/testsuite/script_test_5.t: Same.
5646 * gold/testsuite/script_test_6.t: Same.
5647 * gold/testsuite/script_test_7.t: Same.
5648 * gold/testsuite/script_test_7.t: Same.
5649 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
5651 2010-09-14 Cary Coutant <ccoutant@google.com>
5653 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
5654 (Target_x86_64::Relocate::relocate_tls): Replace check for
5655 saw_tls_block_reloc_ with test for executable section.
5657 2010-09-12 Cary Coutant <ccoutant@google.com>
5659 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
5660 position-independent executables to shared libraries need dynamic
5662 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
5663 position-independent executables.
5664 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
5665 * testsuite/Makefile.in: Regenerate.
5667 2010-09-10 Nick Clifton <nickc@redhat.com>
5670 * testsuite/memory_test.t: Discard any sections that are not
5673 2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
5676 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
5677 "This::" to work around a bug in gcc 4.2.
5679 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
5681 2010-09-09 Rafael Espindola <espindola@google.com>
5683 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
5684 sections with different PF_X flags in the same segment.
5685 (Layout::find_first_load_seg): Search all segments to find the first
5687 * options.h (rosegment): New.
5689 2010-09-08 Rafael Espindola <espindola@google.com>
5691 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
5693 2010-09-08 Doug Kwan <dougkwan@google.com>
5695 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
5696 (Arm_relobj::do_relocate_sections): Add new parameter for output
5697 file to match the parent.
5698 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
5699 of local symbols instead of input values. Update code to track
5700 changes in gold::relocate_section.
5701 * object.cc (Sized_relobj::compute_final_local_value): New methods.
5702 (Sized_relobj::compute_final_local_value_internal): New methods.
5703 (Sized_relobj::do_finalize_local_symbols): Move code from loop
5704 body into private version of Sized_relobj::compute_final_local_value.
5705 Call the inline method.
5706 * object.h (Symbol_value::Symbol_value): Define destructor. Free
5707 merged symbol value if there is one.
5708 (Symbol_value::has_output_value): New method defintiion.
5709 (Sized_relobj::Compute_final_local_value_status): New enum type.
5710 (Sized_relobj::compute_final_local_value): New methods.
5711 (Sized_relobj::compute_final_local_value_internal): New methods.
5712 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
5713 and arm_cortex_a8.sh.
5714 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
5715 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
5717 * Makefile.in: Regenerate.
5718 * testsuite/arm_bl_out_of_range.s: Update test.
5719 * testsuite/thumb_bl_out_of_range.s: Ditto.
5720 * testsuite/thumb_blx_out_of_range.s: Ditto.
5721 * testsuite/arm_branch_out_of_range.sh: New file.
5722 * testsuite/arm_cortex_a8.sh: Ditto.
5723 * testsuite/arm_cortex_a8_b.s: Ditto.
5724 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
5725 * testsuite/arm_cortex_a8_b_local.s: Ditto.
5726 * testsuite/arm_cortex_a8_bl.s: Ditto.
5727 * testsuite/arm_cortex_a8_blx.s: Ditto.
5728 * testsuite/arm_cortex_a8_local.s: Ditto.
5729 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
5730 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
5732 2010-09-08 Rafael Espindola <espindola@google.com>
5734 * Makefile.am (memory_test.stdout): Run readelf with -W.
5735 * Makefile.in: Regenerate.
5736 * testsuite/memory_test.sh: Make the regexps accept both 32 and
5739 2010-09-08 Rafael Espindola <espindola@google.com>
5741 * script-sections.cc (Script_sections::add_memory_region): Convert
5742 field precision to int.
5743 * script.cc (script_set_section_region, script_set_section_region):
5744 Convert field precision to int.
5746 2010-09-08 Rafael Espindola <espindola@google.com>
5748 * arm.cc (do_finalize_sections): Create the __exidx_start and
5749 __exdix_end symbols even when the section is missing.
5751 2010-09-08 Nick Clifton <nickc@redhat.com>
5753 * README: Remove claim that MEMORY is not supported.
5754 * expression.cc (script_exp_function_origin)
5755 (script_exp_function_length): Move from here to ...
5756 * script.cc: ... here.
5757 (script_set_section_region, script_add_memory)
5758 (script_parse_memory_attr, script_include_directive): New
5760 * script-sections.cc
5761 (class Memory_region): New class.
5762 (class Output_section_definition): Add set_memory_region,
5763 set_section_vma, set_section_lma and get_section_name methods.
5764 (class Script_Sections): Add add_memory_region,
5765 find_memory_region, find_memory_region_origin,
5766 find_memory_region_length and set_memory_region methods.
5767 Have set_section_addresses method walk the list of set memory
5769 Extend the print methos to display memory regions.
5770 * script-sections.h: Add prototypes for new methods.
5771 Add enum for MEMORY region attributes.
5772 * yyscript.y: Add support for parsing MEMORY regions.
5773 * script-c.h: Add prototypes for new functions.
5774 * testsuite/Makefile.am: Add test of MEMORY region functionality.
5775 * testsuite/Makefile.in: Regenerate.
5776 * testsuite/memory_test.sh: New script.
5777 * testsuite/memory_test.s: New assembler source file.
5778 * testsuite/memory_test.t: New linker script.
5780 2010-08-27 Doug Kwan <dougkwan@google.com>
5782 * gold/resolve.cc (Symbol_table::should_override): Let a weak
5783 reference override an existing dynamic weak reference.
5784 * testsuite/Makefile.am: Add new test dyn_weak_ref.
5785 * testsuite/Makefile.in: Regenerate.
5786 * testsuite/dyn_weak_ref.sh: New file.
5787 * testsuite/dyn_weak_ref_1.c: Ditto.
5788 * testsuite/dyn_weak_ref_2.c: Ditto.
5790 2010-08-27 Ian Lance Taylor <iant@google.com>
5792 * incremental.h (class Incremental_input_entry): Add virtual
5795 2010-08-27 Ian Lance Taylor <iant@google.com>
5797 * testsuite/start_lib_test_3.c: Mark t3 as used.
5799 2010-08-27 Nick Clifton <nickc@redhat.com>
5801 * options.cc (version_script): Fix small typo in previous
5804 2010-08-25 Nick Clifton <nickc@redhat.com>
5806 * archive.cc: Formatting fixes: Remove whitespace between
5807 typename and following asterisk. Remove whitespace between
5808 function name and opening parenthesis.
5809 * archive.h: Likewise.
5811 * attributes.cc: Likewise.
5812 * attributes.h: Likewise.
5813 * common.cc: Likewise.
5814 * copy-relocs.cc: Likewise.
5815 * dirsearch.h: Likewise.
5816 * dynobj.cc: Likewise.
5817 * ehframe.cc: Likewise.
5818 * ehframe.h: Likewise.
5819 * expression.cc: Likewise.
5820 * fileread.cc: Likewise.
5821 * fileread.h: Likewise.
5823 * gold-threads.cc: Likewise.
5824 * gold.cc: Likewise.
5825 * i386.cc: Likewise.
5827 * incremental-dump.cc: Likewise.
5828 * incremental.cc: Likewise.
5829 * layout.cc: Likewise.
5830 * layout.h: Likewise.
5831 * main.cc: Likewise.
5832 * merge.cc: Likewise.
5833 * merge.h: Likewise.
5834 * object.cc: Likewise.
5835 * object.h: Likewise.
5836 * options.cc: Likewise.
5837 * options.h: Likewise.
5838 * output.cc: Likewise.
5839 * output.h: Likewise.
5840 * plugin.cc: Likewise.
5841 * plugin.h: Likewise.
5842 * powerpc.cc: Likewise.
5843 * reloc.cc: Likewise.
5844 * script-c.h: Likewise.
5845 * script-sections.cc: Likewise.
5846 * script.cc: Likewise.
5847 * stringpool.cc: Likewise.
5848 * symtab.cc: Likewise.
5849 * symtab.h: Likewise.
5850 * target.cc: Likewise.
5851 * timer.cc: Likewise.
5852 * timer.h: Likewise.
5853 * version.cc: Likewise.
5854 * x86_64.cc: Likewise.
5856 2010-08-24 Nick Clifton <nickc@redhat.com>
5859 * layout.cc (segment_precedes): Sort segments by their physical
5860 addresses, if they have been set.
5862 2010-08-23 Cary Coutant <ccoutant@google.com>
5864 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
5866 (Lib_group::include_member): Unlock object after deleting its
5868 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
5871 2010-08-19 Neil Vachharajani <nvachhar@google.com>
5872 Cary Coutant <ccoutant@google.com>
5874 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
5875 constructor, and set_blocker.
5876 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
5878 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
5879 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
5880 * testsuite/Makefile.am (start_lib_test): New test case.
5881 * testsuite/Makefile.in: Regenerate.
5882 * testsuite/start_lib_test_main.c: New file.
5883 * testsuite/start_lib_test_1.c: New file.
5884 * testsuite/start_lib_test_2.c: New file.
5885 * testsuite/start_lib_test_3.c: New file.
5887 2010-08-19 Ian Lance Taylor <iant@google.com>
5889 * Makefile.in: Rebuild with automake 1.11.1.
5890 * aclocal.m4: Likewise.
5891 * testsuite/Makefile.in: Likewise.
5893 2010-08-19 Ian Lance Taylor <iant@google.com>
5896 * i386.cc (class Output_data_plt_i386): Update declarations.
5897 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
5898 local_ifuncs_ fields.
5899 (Target_i386::do_plt_section_for_global): New function.
5900 (Target_i386::do_plt_section_for_local): New function.
5901 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
5902 parameter; change all callers. Initialize global_ifuncs_ and
5903 local_ifuncs_. If doing a static link define __rel_iplt_start and
5905 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
5906 (Output_data_plt_i386::add_local_ifunc_entry): New function.
5907 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
5909 (Target_i386::make_plt_section): New function, broken out of
5910 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
5911 (Target_i386::make_plt_entry): Call make_plt_section.
5912 (Target_i386::make_local_ifunc_plt_entry): New function.
5913 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
5914 (Target_i386::Scan::local): Handle IFUNC symbols. Add
5915 R_386_IRELATIVE to switch.
5916 (Target_i386::Scan::global): Likewise.
5917 (Target_i386::Relocate::relocate): Likewise.
5918 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
5920 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
5921 (Target_x86_64::do_plt_section_for_global): New function.
5922 (Target_x86_64::do_plt_section_for_local): New function.
5923 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
5924 parameter; change all callers. If doing a static link define
5925 __rela_iplt_start and __rela_iplt_end.
5926 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
5927 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
5928 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
5930 (Target_x86_64::make_local_ifunc_plt_entry): New function.
5931 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
5933 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
5934 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
5935 R_X86_64_IRELATIVE to switch.
5936 (Target_x86_64::Scan::global): Likewise.
5937 (Target_x86_64::Relocate::relocate): Likewise.
5938 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
5940 * target.h (class Target): Add plt_section_for_global and
5941 plt_section_for_local functions. Add do_plt_section_for_global
5942 and do_plt_section_for_local virtual functions.
5943 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
5944 clarifying comments.
5945 (Symbol::use_plt_offset): Handle IFUNC symbol.
5946 * object.cc (Sized_relobj::Sized_relobj): Initialize
5948 (Sized_relobj::local_has_plt_offset): New function.
5949 (Sized_relobj::local_plt_offset): New function.
5950 (Sized_relobj::set_local_plt_offset): New function.
5951 (Sized_relobj::do_count): Handle IFUNC symbol.
5952 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
5953 a bit away from input_shndx_ field. Add set_is_func_symbol and
5954 is_ifunc_symbol functions.
5955 (class Sized_relobj): Update declarations. Remove Tls_got_entry
5956 and Local_tls_got_offsets. Define Local_plt_offsets. Add
5957 local_plt_offsets_ field.
5958 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
5959 * output.h (class Output_section_data): Add non-const
5960 output_section function.
5961 (class Output_data_got): Update declarations.
5962 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
5963 Add use_plt_offset parameter to global and local constructors.
5964 Change all callers. Change local_sym_index_ field to 31 bits.
5965 Change GSYM_CODE and CONSTANT_CODE accordingly.
5966 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
5967 doing a static link don't set sh_link field.
5968 (Output_data_got::Got_entry::write): Use PLT offset if
5970 (Output_data_got::add_global_plt): New function.
5971 (Output_data_got::add_local_plt): New function.
5972 * target-reloc.h (relocate_section): Handle IFUNC symbol.
5973 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
5974 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
5975 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
5976 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
5978 * testsuite/ifunc-sel.h: New file.
5979 * testsuite/ifuncmain1.c: New file.
5980 * testsuite/ifuncmain1vis.c: New file.
5981 * testsuite/ifuncmod1.c: New file.
5982 * testsuite/ifuncdep2.c: New file.
5983 * testsuite/ifuncmain2.c: New file.
5984 * testsuite/ifuncmain3.c: New file.
5985 * testsuite/ifuncmod3.c: New file.
5986 * testsuite/ifuncmain4.c: New file.
5987 * testsuite/ifuncmain5.c: New file.
5988 * testsuite/ifuncmod5.c: New file.
5989 * testsuite/ifuncmain6pie.c: New file.
5990 * testsuite/ifuncmod6.c: New file.
5991 * testsuite/ifuncmain7.c: New file.
5992 * configure, testsuite/Makefile.in: Rebuild.
5994 2010-08-18 Ian Lance Taylor <iant@google.com>
5997 (Output_section_incremental_inputs::write_input_files): Add cast
5998 to avoid signed/unsigned comparison warning.
5999 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6001 2010-08-12 Cary Coutant <ccoutant@google.com>
6003 * common.cc (Sort_commons::operator()): Remove unnecessary code.
6005 2010-08-13 Ian Lance Taylor <iant@google.com>
6007 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
6009 2010-08-12 Cary Coutant <ccoutant@google.com>
6010 Doug Kwan <dougkwan@google.com>
6012 * resolve.cc (Symbol_table::should_override): When a weak dynamic
6013 defintion overrides non-weak undef, remember that the original undef
6015 * symtab.cc (Symbol_table::sized_write_global): For undef without
6016 an original weak binding, set binding to global in output.
6017 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
6018 * testsuite/Makefile.in: Regenerate.
6019 * testsuite/strong_ref_weak_def.sh: New file.
6020 * testsuite/strong_ref_weak_def_1.c: Ditto.
6021 * testsuite/strong_ref_weak_def_2.c: Ditto.
6023 2010-08-12 Cary Coutant <ccoutant@google.com>
6025 * testsuite/incremental_test.sh: Rewrite.
6026 * testsuite/incremental_test_1.c: Rewrite.
6027 * testsuite/incremental_test_2.c: Rewrite.
6029 2010-08-12 Cary Coutant <ccoutant@google.com>
6031 * arm.cc (Target_arm::got_size): Add const.
6032 (Target_arm::got_entry_count): New function.
6033 (Target_arm::plt_entry_count): New function.
6034 (Target_arm::first_plt_entry_offset): New function.
6035 (Target_arm::plt_entry_size): New function.
6036 (Output_data_plt_arm::entry_count): New function.
6037 (Output_data_plt_arm::first_plt_entry_offset): New function.
6038 (Output_data_plt_arm::get_plt_entry_size): New function.
6039 * i386.cc (Target_i386::got_size): Add const.
6040 (Target_i386::got_entry_count): New function.
6041 (Target_i386::plt_entry_count): New function.
6042 (Target_i386::first_plt_entry_offset): New function.
6043 (Target_i386::plt_entry_size): New function.
6044 (Output_data_plt_i386::entry_count): New function.
6045 (Output_data_plt_i386::first_plt_entry_offset): New function.
6046 (Output_data_plt_i386::get_plt_entry_size): New function.
6047 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
6048 find_incremental_inputs_sections. Dump incremental_got_plt section.
6049 * incremental.cc: Include target.h.
6050 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
6051 parameter. Adjust all callers. Find incremental_got_plt section.
6052 (Incremental_inputs::create_data_sections): Create incremental_got_plt
6054 (Output_section_incremental_inputs::set_final_data_size): Calculate
6055 size of incremental_got_plt section.
6056 (Output_section_incremental_inputs::do_write): Write the
6057 incremental_got_plt section.
6058 (Got_plt_view_info): New struct.
6059 (Local_got_offset_visitor): New class.
6060 (Global_got_offset_visitor): New class.
6061 (Global_symbol_visitor_got_plt): New class.
6062 (Output_section_incremental_inputs::write_got_plt): New function.
6063 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
6064 Add parameter. Adjust all callers.
6065 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
6066 (Incremental_inputs::got_plt_section): New function.
6067 (Incremental_inputs::got_plt_section_): New data member.
6068 (Incremental_got_plt_reader): New class.
6069 * layout.cc (Layout::create_incremental_info_sections): Add the
6070 incremental_got_plt section.
6071 * object.h (Got_offset_list::get_list): New function.
6072 (Got offset_list::for_all_got_offsets): New function.
6073 (Sized_relobj::local_got_offset_list): New function.
6074 * powerpc.cc (Target_powerpc::got_size): Add const.
6075 (Target_powerpc::got_entry_count): New function.
6076 (Target_powerpc::plt_entry_count): New function.
6077 (Target_powerpc::first_plt_entry_offset): New function.
6078 (Target_powerpc::plt_entry_size): New function.
6079 (Output_data_plt_powerpc::entry_count): New function.
6080 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
6081 (Output_data_plt_powerpc::get_plt_entry_size): New function.
6082 * sparc.cc (Target_sparc::got_size): Add const.
6083 (Target_sparc::got_entry_count): New function.
6084 (Target_sparc::plt_entry_count): New function.
6085 (Target_sparc::first_plt_entry_offset): New function.
6086 (Target_sparc::plt_entry_size): New function.
6087 (Output_data_plt_sparc::entry_count): New function.
6088 (Output_data_plt_sparc::first_plt_entry_offset): New function.
6089 (Output_data_plt_sparc::get_plt_entry_size): New function.
6090 * symtab.h (Symbol::got_offset_list): New function.
6091 (Symbol_table::for_all_symbols): New function.
6092 * target.h (Sized_target::got_entry_count): New function.
6093 (Sized_target::plt_entry_count): New function.
6094 (Sized_target::plt_entry_size): New function.
6095 * x86_64.cc (Target_x86_64::got_size): Add const.
6096 (Target_x86_64::got_entry_count): New function.
6097 (Target_x86_64::plt_entry_count): New function.
6098 (Target_x86_64::first_plt_entry_offset): New function.
6099 (Target_x86_64::plt_entry_size): New function.
6100 (Output_data_plt_x86_64::entry_count): New function.
6101 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
6102 (Output_data_plt_x86_64::get_plt_entry_size): New function.
6104 2010-08-12 Cary Coutant <ccoutant@google.com>
6106 * archive.cc: Include incremental.h.
6107 (Archive::Archive): Initialize incremental_info_.
6108 (Archive::include_member): Record archive members in incremental info.
6109 (Add_archive_symbols::run): Record begin and end of an archive in
6111 (Lib_group::include_member): Record objects in incremental info.
6112 * archive.h (Incremental_archive_entry): Forward declaration.
6113 (Archive::set_incremental_info): New member function.
6114 (Archive::incremental_info): New member function.
6115 (Archive::Unused_symbol_iterator): New class.
6116 (Archive::unused_symbols_begin): New member function.
6117 (Archive::unused_symbols_end): New member function.
6118 (Archive::incremental_info_): New data member.
6119 * incremental-dump.cc (find_input_containing_global): New function.
6120 (dump_incremental_inputs): Dump new incremental info sections.
6121 * incremental.cc: Include symtab.h.
6122 (Output_section_incremental_inputs): New class.
6123 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
6124 new incremental info sections.
6125 (Sized_incremental_binary::do_check_inputs): Likewise.
6126 (Incremental_inputs::report_archive): Remove.
6127 (Incremental_inputs::report_archive_begin): New function.
6128 (Incremental_inputs::report_archive_end): New function.
6129 (Incremental_inputs::report_object): New function.
6130 (Incremental_inputs::finalize_inputs): Remove.
6131 (Incremental_inputs::report_input_section): New function.
6132 (Incremental_inputs::report_script): Rewrite.
6133 (Incremental_inputs::finalize): Do nothing but finalize string table.
6134 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
6135 (Incremental_inputs::sized_create_inputs_section_data): Remove.
6136 (Incremental_inputs::create_data_sections): New function.
6137 (Incremental_inputs::relocs_entsize): New function.
6138 (Output_section_incremental_inputs::set_final_data_size): New function.
6139 (Output_section_incremental_inputs::do_write): New function.
6140 (Output_section_incremental_inputs::write_header): New function.
6141 (Output_section_incremental_inputs::write_input_files): New function.
6142 (Output_section_incremental_inputs::write_info_blocks): New function.
6143 (Output_section_incremental_inputs::write_symtab): New function.
6144 * incremental.h (Incremental_script_entry): Forward declaration.
6145 (Incremental_object_entry): Forward declaration.
6146 (Incremental_archive_entry): Forward declaration.
6147 (Incremental_inputs): Forward declaration.
6148 (Incremental_inputs_header_data): Remove.
6149 (Incremental_inputs_header): Remove.
6150 (Incremental_inputs_header_write): Remove.
6151 (Incremental_inputs_entry_data): Remove.
6152 (Incremental_inputs_entry): Remove.
6153 (Incremental_inputs_entry_write): Remove.
6154 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
6155 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
6156 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
6157 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
6159 (Incremental_input_entry): New class.
6160 (Incremental_script_entry): New class.
6161 (Incremental_object_entry): New class.
6162 (Incremental_archive_entry): New class.
6163 (Incremental_inputs::Incremental_inputs): Initialize new data members.
6164 (Incremental_inputs::report_inputs): Remove.
6165 (Incremental_inputs::report_archive): Remove.
6166 (Incremental_inputs::report_archive_begin): New function.
6167 (Incremental_inputs::report_archive_end): New function.
6168 (Incremental_inputs::report_object): Change prototype.
6169 (Incremental_inputs::report_input_section): New function.
6170 (Incremental_inputs::report_script): Change prototype.
6171 (Incremental_inputs::get_reloc_count): New function.
6172 (Incremental_inputs::set_reloc_count): New function.
6173 (Incremental_inputs::create_data_sections): New function.
6174 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
6175 (Incremental_inputs::inputs_section): New function.
6176 (Incremental_inputs::symtab_section): New function.
6177 (Incremental_inputs::relocs_section): New function.
6178 (Incremental_inputs::get_stringpool): Add const.
6179 (Incremental_inputs::command_line): Add const.
6180 (Incremental_inputs::inputs): Remove.
6181 (Incremental_inputs::command_line_key): New function.
6182 (Incremental_inputs::input_file_count): New function.
6183 (Incremental_inputs::input_files): New function.
6184 (Incremental_inputs::relocs_entsize): New function.
6185 (Incremental_inputs::sized_create_inputs_section_data): Remove.
6186 (Incremental_inputs::finalize_inputs): Remove.
6187 (Incremental_inputs::Input_info): Remove.
6188 (Incremental_inputs::lock_): Remove.
6189 (Incremental_inputs::inputs_): Change type.
6190 (Incremental_inputs::inputs_map_): Remove.
6191 (Incremental_inputs::current_object_entry_): New data member.
6192 (Incremental_inputs::inputs_section_): New data member.
6193 (Incremental_inputs::symtab_section_): New data member.
6194 (Incremental_inputs::relocs_section_): New data member.
6195 (Incremental_inputs::reloc_count_): New data member.
6196 (Incremental_inputs_reader): New class.
6197 (Incremental_symtab_reader): New class.
6198 (Incremental_relocs_reader): New class.
6199 * layout.cc (Layout::finalize): Move finalization of incremental info
6200 and creation of incremental info sections to follow finalization of
6201 symbol table. Set offsets for postprocessing sections.
6202 (Layout::create_incremental_info_sections): Call
6203 Incremental_inputs::create_data_sections. Add incremental symtab
6204 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
6205 sections to layout after input sections.
6206 * layout.h (struct Timespec): Forward declaration.
6207 (Layout::incremental_inputs): Add const.
6208 (Layout::create_incremental_info_sections): Add parameter.
6209 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
6210 * object.cc: Include incremental.h.
6211 (Relobj::finalize_incremental_relocs): New function.
6212 (Sized_relobj::do_layout): Record input sections in incremental info.
6213 * object.h (Object::output_section): New function.
6214 (Object::output_section_offset): Moved from Relobj.
6215 (Object::get_incremental_reloc_base): New function.
6216 (Object::get_incremental_reloc_count): New function.
6217 (Object::do_output_section): New function.
6218 (Object::do_output_section_offset): Moved from Relobj.
6219 (Object::do_get_incremental_reloc_base): New function.
6220 (Object::do_get_incremental_reloc_count): New function.
6221 (Object::Object): Initialize new data members.
6222 (Relobj::output_section): Renamed do_output_section and moved to
6224 (Relobj::output_section_offset): Moved to Object.
6225 (Relobj::do_get_incremental_reloc_base): New function.
6226 (Relobj::do_get_incremental_reloc_count): New function.
6227 (Relobj::allocate_incremental_reloc_counts): New function.
6228 (Relobj::count_incremental_reloc): New function.
6229 (Relobj::finalize_incremental_relocs): New function.
6230 (Relobj::next_incremental_reloc_index): New function.
6231 (Relobj::reloc_counts_): New data member.
6232 (Relobj::reloc_bases_): New data member.
6233 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
6234 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
6235 (Sized_relobj::incremental_relocs_scan): New function.
6236 (Sized_relobj::incremental_relocs_scan_reltype): New function.
6237 (Sized_relobj::incremental_relocs_write): New function.
6238 (Sized_relobj::incremental_relocs_write_reltype): New function.
6239 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
6241 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
6242 archives and object files elsewhere.
6243 (Add_symbols::run): Report object files here.
6244 (Finish_group::run): Report end of archive at end of group.
6245 * reloc.cc: Include layout.h, incremental.h.
6246 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
6247 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
6248 (Sized_relobj::incremental_relocs_scan): New function.
6249 (Sized_relobj::incremental_relocs_scan_reltype): New function.
6250 (Sized_relobj::do_relocate_sections): Write incremental relocations.
6251 (Sized_relobj::incremental_relocs_write): New function.
6252 (Sized_relobj::incremental_relocs_write_reltype): New function.
6253 * script.cc (read_input_script): Rewrite test for incremental link.
6254 Change call to Incremental_inputs::report_script.
6255 * symtab.h (Symbol_table::first_global_index): New function.
6256 (Symbol_table::output_count): New function.
6258 2010-08-12 Doug Kwan <dougkwan@google.com>
6260 * arm.cc (Target_arm::merge_object_attributes): Check command line
6261 options --no-wchar-size-warning and --no-enum-size-warning.
6262 * options.h (General_options): Add ld-compatible options
6263 --no-enum-size-warning and --no-wchar-size-warning.
6265 2010-08-04 Ian Lance Taylor <iant@google.com>
6267 * x86_64.cc (Target_x86_64::Scan::local): Use
6268 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
6269 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
6270 (Target_x86_64::Scan::global): Likewise.
6271 (Target_x86_64::Relocate::relocate): Likewise.
6272 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
6275 2010-08-03 Cary Coutant <ccoutant@google.com>
6277 * merge.cc (Output_merge_string::do_add_input_section): Count strings
6278 to reserve space in merged_strings vector. Keep total input size
6280 (Output_merge_string::do_print_merge_stats): Print total input size.
6281 * merge.h (Output_merge_string): Add input_size_ field.
6282 * stringpool.cc (Stringpool_template::string_length): Move
6283 implementations out of Stringpool_template class and place in
6285 * stringpool.h (string_length): Move out of Stringpool_template.
6287 2010-08-03 Ian Lance Taylor <iant@google.com>
6290 * layout.cc (relaxation_loop_body): If address of load segment is
6291 set, adjust address to include headers if possible.
6293 2010-08-03 Ian Lance Taylor <iant@google.com>
6295 * version.cc (version_string): Bump to 1.10.
6297 2010-08-03 Ian Lance Taylor <iant@google.com>
6300 * layout.h (enum Output_section_order): Define.
6301 (class Layout): Update declarations.
6302 * layout.cc (Layout::get_output_section): Add order parameter.
6303 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
6304 is_first_non_relro parameters. Change all callers.
6305 (Layout::choose_output_section): Likewise.
6306 (Layout::add_output_section_data): Likewise.
6307 (Layout::make_output_section): Likewise. Set order.
6308 (Layout::default_section_order): New function.
6309 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
6310 * output.cc (Output_section::Output_section): Initialize order_.
6311 Don't initialize deleted fields.
6312 (Output_segment::Output_segment): Don't initialize deleted
6314 (Output_segment::add_output_section_to_load): New function
6315 replacing add_output_section. Change all callers to call this or
6316 add_output_section_to_nonload.
6317 (Output_segment::add_output_section_to_nonload): New function.
6318 (Output_segment::remove_output_section): Rewrite.
6319 (Output_segment::add_initial_output_data): Likewise.
6320 (Output_segment::has_any_data_sections): Likewise.
6321 (Output_segment::is_first_section_relro): Likewise.
6322 (Output_segment::maximum_alignment): Likewise.
6323 (Output_segment::has_dynamic_reloc): New function replacing
6324 dynamic_reloc_count. Change all callers.
6325 (Output_segment::has_dynamic_reloc_list): New function replacing
6326 dynamic_reloc_count_list. Change all callers.
6327 (Output_segment::set_section_addresses): Rewrite.
6328 (Output_segment::set_offset): Rewrite.
6329 (Output_segment::find_first_and_last_list): Remove.
6330 (Output_segment::set_tls_offsets): Rewrite.
6331 (Output_segment::first_section_load_address): Likewise.
6332 (Output_segment::output_section_count): Likewise.
6333 (Output_segment::section_with_lowest_load_address): Likewise.
6334 (Output_segment::write_section_headers): Likewise.
6335 (Output_segment::print_sections_to_map): Likewise.
6336 * output.h (class Output_data): Remove dynamic_reloc_count_
6337 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
6338 (Output_data::add_dynamic_reloc): Rewrite.
6339 (Output_data::has_dynamic_reloc): New function.
6340 (Output_data::dynamic_reloc_count): Remove.
6341 (class Output_section): Add order_ field. Remvoe is_relro_local_,
6342 is_last_relro_, is_first_non_relro_, is_interp_,
6343 is_dynamic_linker_section_ fields. Add order and set_order
6344 functions. Remove is_relro_local, set_is_relro_local,
6345 is_last_relro, set_is_last_relro, is_first_non_relro,
6346 set_is_first_non_relro functions, is_interp, set_is_interp,
6347 is_dynamic_linker_section, and set_is_dynamic_linker_section
6349 (class Output_segment): Change Output_data_list from std::list to
6350 std:;vector. Add output_lists_ field. Remove output_data_ and
6351 output_bss_ fields. Update declarations.
6353 2010-08-02 Ian Lance Taylor <iant@google.com>
6355 * arm.cc (Target_arm::gc_process_relocs): Use typename.
6356 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
6357 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
6359 2010-08-02 Ian Lance Taylor <iant@google.com>
6362 * script.cc (Script_options::Script_options): Initialize
6363 symbol_definitions_ and symbol_references_.
6364 (Script_options::add_symbol_assignment): Update
6365 symbol_definitions_ and symbol_references_.
6366 (Script_options::add_symbol_reference): New function.
6367 (script_symbol): New function.
6368 * script.h (class Script_options): Add symbol_definitions_ and
6369 symbol_references_ fields.
6370 (Script_options::referenced_const_iterator): New type.
6371 (Script_options::referenced_begin): New function.
6372 (Script_options::referenced_end): New function.
6373 (Script_options::is_referenced): New function.
6374 (Script_options::any_unreferenced): New function.
6375 * script-c.h (script_symbol): Declare.
6376 * yyscript.y (exp): Call script_symbol.
6377 * symtab.cc: Include "script.h".
6378 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
6379 Change all callers. Check symbols referenced by scripts.
6380 (Symbol_table::add_undefined_symbols_from_command_line): Add
6381 layout parameter. Change all callers.
6382 (Symbol_table::do_add_undefined_symbols_from_command_line):
6383 Likewise. Break out loop body. Check symbols referenced by
6385 (Symbol_table::add_undefined_symbol_from_command_line): New
6386 function broken out of
6387 do_add_undefined_symbols_from_command_line.
6388 * symtab.h (class Symbol_table): Update declarations.
6389 * archive.cc: Include "layout.h".
6390 (Archive::should_include_member): Add layout parameter. Change
6391 all callers. Check for symbol mentioned in expression.
6392 * archive.h (class Archive): Update declaration.
6393 * object.cc (Sized_relobj::do_should_include_member): Add layout
6395 * object.h (Object::should_include_member): Add layout parameter.
6397 (Object::do_should_include_member): Add layout parameter.
6398 (class Sized_relobj): Update declaration.
6399 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
6401 * dynobj.h (class Sized_dynobj): Update declaration.
6402 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
6404 * plugin.h (class Sized_pluginobj): Update declaration.
6406 2010-08-02 Ian Lance Taylor <iant@google.com>
6409 * output.cc (Output_segment::set_offset): Search for the first and
6410 last sections rather than assuming that the list is in order.
6411 (Output_segment::find_first_and_last_list): New function.
6412 * output.h (class Output_segment): Update declarations.
6413 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
6414 (relro_strip_test_SOURCES): New variable.
6415 (relro_strip_test_DEPENDENCIES): New variable.
6416 (relro_strip_test_LDFLAGS): New variable.
6417 (relro_strip_test_LDADD): New variable.
6418 (relro_strip_test.so): New target.
6420 2010-08-02 Ian Lance Taylor <iant@google.com>
6422 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
6423 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
6424 (Target_i386::got_tlsdesc_section): New function.
6425 (Target_i386::got_section): Create space for GOT entries for
6426 TLSDESC relocations.
6427 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
6429 (Target_i386::Scan::global): Likewise.
6430 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
6432 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
6433 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
6434 (Target_x86_64::got_tlsdesc_section): New function.
6435 (Target_x86_64::got_section): Create space for GOT entries for
6436 TLSDESC relocations.
6437 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
6439 (Target_x86_64::Scan::global): Likewise.
6440 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
6443 2010-08-02 Ian Lance Taylor <iant@google.com>
6445 * testsuite/final_layout.sh: Use dc to convert from hex to
6448 2010-07-29 Sriraman Tallam <tmsriram@google.com>
6450 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
6451 paramter to the call to gold::gc_process_relocs.
6452 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
6453 paramter to the call to gold::gc_process_relocs.
6454 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
6455 parameter to the call to gold::gc_process_relocs.
6456 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
6457 template parameter to the call to gold::gc_process_relocs.
6458 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
6459 paramter to the call to gold::gc_process_relocs.
6460 * gc.h (get_embedded_addend_size): New function.
6461 (gc_process_relocs): Save the size of the reloc for use by ICF.
6462 * icf.cc (get_section_contents): Get the addend from the text section
6463 for SHT_REL relocation sections.
6464 * icf.h (Icf::Reloc_addend_size_info): New typedef.
6465 (Icf::Reloc_info): Add new member reloc_addend_size_info.
6466 * int_encoding.h (read_from_pointer): New overloaded function.
6467 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
6468 * testsuite/icf_sht_rel_addend_test.sh: New file.
6469 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
6470 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
6472 2010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6474 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
6475 * Makefile.in: Regenerate.
6476 * testsuite/Makefile.in: Regenerate.
6478 2010-07-27 Jeffrey Yasskin <jyasskin@google.com>
6480 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
6481 * gold/testsuite/debug_msg.cc: Likewise.
6482 * gold/testsuite/odr_violation1.cc
6483 * gold/testsuite/odr_violation2.cc
6485 2010-07-21 Cary Coutant <ccoutant@google.com>
6487 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
6488 string, and length fields.
6489 (Output_merge_string::Merged_strings_list): New type.
6490 (Output_merge_string::Merged_strings_lists): New typedef.
6491 (Output_merge_string): Replace merged_strings_ with
6492 merged_strings_lists_.
6493 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
6494 Merged_strings_list per input object and section. Don't store pointer
6495 to the string. Don't store length with each merged string entry.
6496 (Output_merge_string::finalize_merged_data): Loop over list of merged
6497 strings lists. Recompute length of each merged string.
6499 2010-07-15 Cary Coutant <ccoutant@google.com>
6501 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
6504 2010-07-14 Ian Lance Taylor <iant@google.com>
6506 * descriptors.cc (Descriptors::open): Report correct name in error
6509 2010-07-13 Doug Kwan <dougkwan@google.com>
6511 * arm.cc (Arm_input_section::Arm_input_section): For a
6512 SHT_ARM_EXIDX section, always keeps the input sections.
6513 (Arm_input_section::set_exidx_section_link): New method.
6514 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
6515 has_errors_ to false.
6516 (Arm_exidx_input_section::has_errors,
6517 Arm_exidx_input_section::set_has_errors): New methods.
6518 (Arm_exidx_input_section::has_errors_): New data member.
6519 (Arm_relobj::get_exidx_shndx_list): New method.
6520 (Arm_output_section::append_text_sections_to_list): Do not skip
6521 section without SHF_EXECINSTR.
6522 (Arm_output_section::fix_exidx_coverage): Skip input sections with
6524 (Arm_relobj::make_exidx_input_section): Add new parameter for text
6525 section header. Make error messages more verbose. Check for
6526 a non-executable section linked to an EXIDX section.
6527 (Arm_relobj::do_read_symbols): Remove error checking, which has been
6528 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
6529 check that there is no deferred EXIDX section if we exit early.
6530 Instead of not making an EXIDX section in case of an error, make one
6531 and set the has_errors flag of it.
6532 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
6533 in a relocatable link.
6534 (Target_arm::do_relax): Look for the EXIDX output section instead of
6535 assuming that it is called .ARM.exidx.
6536 (Target_arm::fix_exidx_coverage): Add a new parameter for input
6537 section list. Do not check for SHF_EXECINSTR section flags but
6538 skip any input section with errors.
6539 * output.cc (Output_section::Output_section): Initialize
6540 always_keeps_input_sections_ to false.
6541 (Output_section::add_input_section): Check for
6542 always_keeps_input_sections_.
6543 * output.h (Output_section::always_keeps_input_sections,
6544 Output_section::set_always_keeps_input_sections): New methods.
6545 (Output_section::always_keeps_input_sections): New data member.
6547 2010-07-13 Rafael Espindola <espindola@google.com>
6549 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
6550 * fileread.h (Input_file): Add try_extra_search_path and find_file.
6552 2010-07-13 Philip Herron <herron.philip@googlemail.com>
6553 Ian Lance Taylor <iant@google.com>
6555 * output.h (Output_section_lookup_maps::add_merge_section):
6556 Correct check of whether value was inserted.
6557 (Output_section_lookup_maps::add_merge_input_section): Likewise.
6558 (Output_section_lookup_maps::add_relaxed_input_section):
6560 * arm.cc (Target_arm::got_section): Remove used local os.
6561 * i386.cc (Target_i386::got_section): Likewise.
6562 * x86_64.cc (Target_x86_64::got_section): Likewise.
6563 * sparc.cc (Target_sparc::got_section): Likewise.
6564 (Target_sparc::relocate): Remove unused local have_got_offset.
6565 * powerpc.cc (Target_powerpc::relocate): Likewise.
6567 2010-07-13 Ian Lance Taylor <iant@google.com>
6569 * compressed_output.cc (zlib_decompress): Fix signature in
6572 * archive.cc (Archive::include_member): Unlock an external member
6573 of a thin archive. Don't bother to delete an object we know is
6576 2010-07-12 Cary Coutant <ccoutant@google.com>
6578 * compressed_output.cc (zlib_decompress): New function.
6579 (get_uncompressed_size): New function.
6580 (decompress_input_section): New function.
6581 * compressed_output.h (get_uncompressed_size): New function.
6582 (decompress_input_section): New function.
6583 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
6584 Handle compressed debug sections.
6585 * layout.cc (is_compressed_debug_section): New function.
6586 (Layout::output_section_name): Map compressed section names to
6588 * layout.h (is_compressed_debug_section): New function.
6589 (is_debug_info_section): Recognize compressed debug sections.
6590 * merge.cc: Include compressed_output.h.
6591 (Output_merge_data::do_add_input_section): Handle compressed
6593 (Output_merge_string::do_add_input_section): Handle compressed
6595 * object.cc: Include compressed_output.h.
6596 (Sized_relobj::Sized_relobj): Initialize new data members.
6597 (build_compressed_section_map): New function.
6598 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
6599 * object.h (Object::section_is_compressed): New method.
6600 (Object::do_section_is_compressed): New method.
6601 (Sized_relobj::Compressed_section_map): New type.
6602 (Sized_relobj::do_section_is_compressed): New method.
6603 (Sized_relobj::compressed_sections_): New data member.
6604 * output.cc (Output_section::add_input_section): Handle compressed
6606 * reloc.cc: Include compressed_output.h.
6607 (Sized_relobj::write_sections): Handle compressed debug sections.
6609 2010-07-08 Cary Coutant <ccoutant@google.com>
6611 * resolve.cc (Symbol_table::resolve): Remember whether undef was
6612 weak when resolving to a dynamic def.
6613 (Symbol_table::should_override): Add adjust_dyndef flag; set it
6614 for weak undef/dynamic def cases. Adjust callers.
6615 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
6616 undef_binding_weak_.
6617 (Symbol_table::sized_write_globals): Adjust symbol binding.
6618 (Symbol_table::sized_write_symbol): Add binding parameter.
6619 * symtab.h (Symbol::set_undef_binding): New method.
6620 (Symbol::is_undef_binding_weak): New method.
6621 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
6622 (Symbol_table::should_override): Add new parameter.
6623 (Symbol_table::sized_write_symbol): Add new parameter.
6625 * testsuite/weak_undef_file1.cc: Add new test case.
6626 * testsuite/weak_undef_file2.cc: Fix header comment.
6627 * testsuite/weak_undef_test.cc: Add new test case.
6629 2010-06-29 Doug Kwan <dougkwan@google.com>
6631 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
6632 Initialize USE_SYMBOL_.
6633 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
6635 (Arm_reloc_property::uses_symbol_): New data member declaration.
6636 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
6637 uses symbol value and symbol is undefined but not weakly undefined.
6639 2010-06-28 Rafael Espindola <espindola@google.com>
6641 * plugin.cc (Plugin::load): Use dlerror.
6643 2010-06-26 Jeffrey Yaskin <jyasskin@google.com>
6645 * symtab.cc (detect_odr_violations): When reporting an ODR
6646 violation, report an object where the symbol is defined.
6648 2010-06-25 Doug Kwan <dougkwan@google.com>
6650 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
6651 (Target_arm::section_may_have_icf_unsafe_pointers): New method
6653 (Target_arm::Scan::local_reloc_may_be_function_pointer,
6654 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
6655 target hook to detect function points.
6656 (Target_arm::Scan::possible_function_pointer_reloc): New method.
6657 * icf.h (Icf::check_section_for_function_pointers): Change type of
6658 parameter SECTION_NAME to const reference to std::string. Use
6659 target hook to determine if section may have unsafe pointers.
6660 * target.h (Target::section_may_have_icf_unsafe_pointers): New
6663 2010-06-21 Rafael Espindola <espindola@google.com>
6665 * fileread.cc (Input_file::find_fie): New
6666 (Input_file::open): Use Input_file::find_fie.
6667 * fileread.h (Input_file::find_fie): New
6668 * plugin.cc (set_extra_library_path): New.
6669 (Plugin::load): Add set_extra_library_path to the transfer vector.
6670 (Plugin_manager::set_extra_library_path): New.
6671 (Plugin_manager::add_input_file): Use the extra search path if set.
6672 (set_extra_library_path(): New.
6673 * plugin.h (Plugin_manager): Add set_extra_library_path and
6676 2010-06-19 Cary Coutant <ccoutant@google.com>
6678 * layout.cc (gdb_sections): Add .debug_types.
6679 (lines_only_debug_sections): Likewise.
6681 2010-06-18 Rafael Espindola <espindola@google.com>
6683 * plugin.cc (add_input_file,add_input_library)
6684 (Plugin_manager::add_input_file): Make filename arguments const.
6685 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
6688 2010-06-16 Doug Kwan <dougkwan@google.com>
6690 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
6691 .ARM.attributes section if we have not merged any input
6692 attributes sections.
6694 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6696 * arm.cc: Allow combining objects with no EABI version
6699 2010-06-15 Rafael Espindola <espindola@google.com>
6701 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
6703 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6705 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
6706 (struct iovec): Correct !HAVE_READV definition.
6708 2010-06-10 Cary Coutant <ccoutant@google.com>
6710 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
6711 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
6713 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
6716 * symtab.h (Symbol::is_placeholder): New member function.
6717 * target-reloc.h (relocate_section): Check for placeholder symbols.
6719 * testsuite/Makefile.am (plugin_test_8): New test.
6720 (plugin_test_9): New test.
6721 * testsuite/Makefile.in: Regenerate.
6723 2010-06-09 Nick Clifton <nickc@redhat.com>
6725 * yyscript.y (input_list_element): Allow strings prefixed with
6726 the '-' character. Treat these as libraries.
6727 * script.cc (script_add_library): New function. Adds a library
6728 specified by "-l<name>" found in an input script.
6729 * script-c.h: Add prototype for script_add_library.
6731 2010-06-07 Doug Kwan <dougkwan@google.com>
6733 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
6734 Restrict stub-group size to be within long conditional branch
6735 range when working around cortex-A8 erratum.
6737 2010-06-07 Damien Diederen <dd@crosstwine.com>
6739 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
6742 2010-06-03 Sriraman Tallam <tmsriram@google.com>
6746 (Output_section::Input_section_sort_entry::compare_section_ordering):
6747 Change to return non-zero correctly.
6748 (Output_section::Input_section_sort_section_order_index_compare
6749 ::operator()): Change to fix ambiguity in comparisons.
6751 2010-06-01 Sriraman Tallam <tmsriram@google.com>
6753 * gold.h (is_wildcard_string): New function.
6754 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
6755 (Layout::layout_eh_frame): Ditto.
6756 (Layout::find_section_order_index): New method.
6757 (Layout::read_layout_from_file): New method.
6758 * layout.h (Layout::find_section_order_index): New method.
6759 (Layout::read_layout_from_file): New method.
6760 (Layout::input_section_position_): New private member.
6761 (Layout::input_section_glob_): New private member.
6762 * main.cc (main): Call read_layout_from_file here.
6763 * options.h (--section-ordering-file): New option.
6764 * output.cc (Output_section::input_section_order_specified_): New
6766 (Output_section::Output_section): Initialize new member.
6767 (Output_section::add_input_section): Add new parameter.
6768 Keep input sections when --section-ordering-file is used.
6769 (Output_section::set_final_data_size): Sort input sections when
6770 section ordering file is specified.
6771 (Output_section::Input_section_sort_entry): Add new parameter.
6773 (Output_section::Input_section_sort_entry::compare_section_ordering):
6775 (Output_section::Input_section_sort_compare::operator()): Change to
6776 consider section_order_index.
6777 (Output_section::Input_section_sort_init_fini_compare::operator()):
6778 Change to consider section_order_index.
6779 (Output_section::Input_section_sort_section_order_index_compare
6780 ::operator()): New method.
6781 (Output_section::sort_attached_input_sections): Change to sort
6782 according to section order when specified.
6783 (Output_section::add_input_section<32, true>): Add new parameter.
6784 (Output_section::add_input_section<64, true>): Add new parameter.
6785 (Output_section::add_input_section<32, false>): Add new parameter.
6786 (Output_section::add_input_section<64, false>): Add new parameter.
6787 * output.h (Output_section::add_input_section): Add new parameter.
6788 (Output_section::input_section_order_specified): New
6790 (Output_section::set_input_section_order_specified): New method.
6791 (Input_section::Input_section): Initialize section_order_index_.
6792 (Input_section::section_order_index): New method.
6793 (Input_section::set_section_order_index): New method.
6794 (Input_section::section_order_index_): New member.
6795 (Input_section::Input_section_sort_section_order_index_compare): New
6797 (Output_section::input_section_order_specified_): New member.
6798 * script-sections.cc (is_wildcard_string): Delete and move modified
6800 (Output_section_element_input::Output_section_element_input): Modify
6801 call to is_wildcard_string.
6802 (Output_section_element_input::Input_section_pattern
6803 ::Input_section_pattern): Ditto.
6804 (Output_section_element_input::Output_section_element_input): Ditto.
6805 * testsuite/Makefile.am (final_layout): New test case.
6806 * testsuite/Makefile.in: Regenerate.
6807 * testsuite/final_layout.cc: New file.
6808 * testsuite/final_layout.sh: New file.
6810 2010-06-01 Rafael Espindola <espindola@google.com>
6812 * plugin.cc (Plugin::load): Pass the output name to the plugin.
6814 2010-06-01 Rafael Espindola <espindola@google.com>
6816 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
6817 visibility of symbols.
6819 2010-05-27 Doug Kwan <dougkwan@google.com>
6821 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
6822 from start of output section instead of address for a local symbol
6823 in a merged or relaxed section when doing a relocatable link.
6825 2010-05-26 Rafael Espindola <espindola@google.com>
6828 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
6829 adding sections the garbage collector removed.
6830 * gold/testsuite/Makefile.am: Add test.
6831 * gold/testsuite/Makefile.in: Regenerate.
6832 * gold/testsuite/plugin_test_7.sh: New.
6833 * gold/testsuite/plugin_test_7_1.c: New.
6834 * gold/testsuite/plugin_test_7_2.c: New.
6836 2010-05-26 Rafael Espindola <espindola@google.com>
6838 * script-sections.cc (Output_section_definition::set_section_addresses):
6839 Check for --section-start.
6841 2010-05-26 Doug Kwan <dougkwan@google.com>
6843 * arm.cc (Arm_scan_relocatable_relocs): New class.
6844 (Target_arm::relocate_special_relocatable): New method.
6845 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
6846 (Arm_relocate_functions::thumb_branch_common): Same.
6847 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
6848 instead of Default_scan_relocatable_relocs.
6849 * target-reloc.h (relocate_for_relocatable): Let target handle
6850 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
6851 * target.h (Sized_target::relocate_special_relocatable): New method.
6853 2010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6855 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
6857 2010-05-23 Doug Kwan <dougkwan@google.com>
6859 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
6861 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
6862 with a direct branch, not a conditional branch, to a stub.
6863 * merge.cc (Output_merge_base::record_input_section): New method
6865 (Output_merge_data::do_add_input_section): Record input section if
6866 keeps-input-sections flag is set.
6867 (Output_merge_string::do_add_input_section): Ditto.
6868 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
6869 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
6871 (Output_merge_base::keeps_input_sections,
6872 Output_merge_base::set_keeps_input_sections,
6873 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
6875 (Output_merge_base::Input_sections): New type declaration.
6876 (Output_merge_base::input_sections_begin,
6877 Output_merge_base::input_sections_end,
6878 Output_merge_base::do_set_keeps_input_sections): New method definitions.
6879 (Output_merge_base::bool keeps_input_sections_,
6880 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
6881 Output_merge_base::input_sections_): New data members.
6882 (Output_merge_data::do_set_keeps_input_sections): New method
6884 (Output_merge_string::do_set_keeps_input_sections): Ditto.
6885 * output.cc (Output_section::Input_section::relobj): Move method
6886 defintion from class declaration to here and handle merge sections.
6887 (Output_section::Input_section::shndx): Ditto.
6888 (Output_section::Output_section): Remove initializations of removed
6889 data members and initialize new data member LOOKUP_MAPS_.
6890 (Output_section::add_input_section): Set keeps-input-sections flag
6891 for a newly created merge output section as appropriate. Adjust code
6892 to use Output_section_lookup_maps class.
6893 (Output_section::add_relaxed_input_section): Adjst code for lookup
6894 maps code refactoring.
6895 (Output_section::add_merge_input_section): Add a new parameter
6896 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
6897 class. If adding input section to a newly created merge output
6898 section fails, remove the new merge section.
6899 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
6900 Adjust code for use of the Output_section_lookup_maps class.
6901 (Output_section::find_merge_section): Ditto.
6902 (Output_section::build_lookup_maps): New method defintion.
6903 (Output_section::find_relaxed_input_section): Adjust code to use
6904 Output_section_lookup_maps class.
6905 (Output_section::get_input_sections): Export merge sections. Adjust
6906 code to use Output_section_lookup_maps class.
6907 (Output_section:::add_script_input_section): Adjust code to use
6908 Output_section_lookup_maps class. Update lookup maps for merge
6910 (Output_section::discard_states): Use Output_section_lookup_maps.
6911 (Output_section::restore_states): Same.
6912 * output.h (Merge_section_properties): Move class defintion out of
6914 (Output_section_lookup_maps): New class.
6915 (Output_section::Input_section::is_merge_section): New method
6917 (Output_section::Input_section::relobj): Move defintion out of class
6918 defintion. Declare method only.
6919 (Output_section::Input_section::shndx): Ditto.
6920 (Output_section::Input_section::output_merge_base): New method defintion.
6921 (Output_section::Input_section::u2_.pomb): New union field.
6922 (Output_section::Merge_section_by_properties_map,
6923 Output_section::Output_section_data_by_input_section_map,
6924 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
6926 (Output_section::add_merge_input_section): Add new parameter
6927 KEEPS_INPUT_SECTIONS.
6928 (Output_section::build_lookup_maps): New method declaration.
6929 (Output_section::merge_section_map_,
6930 Output_section::merge_section_by_properties_map_,
6931 Output_section::relaxed_input_section_map_,
6932 Output_section::is_relaxed_input_section_map_valid_): Remove data
6934 (Output_section::lookup_maps_): New data member.
6936 2010-05-21 Doug Kwan <dougkwan@google.com>
6939 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
6940 avoid a compilation error.
6942 2010-05-19 Rafael Espindola <espindola@google.com>
6944 * script-sections.cc (Output_section_definition::allocate_to_segment):
6945 Update the phdrs_list even when the output section is NULL.
6946 * testsuite/Makefile.am: Add test.
6947 * testsuite/Makefile.in: Regenerate.
6948 * testsuite/script_test_9.cc: New.
6949 * testsuite/script_test_9.sh: New.
6950 * testsuite/script_test_9.t: New.
6952 2010-05-19 Doug Kwan <dougkwan@google.com>
6954 * arm.cc (Arm_input_section::original_size): New method.
6955 (Arm_input_section::do_addralign): Add a cast.
6956 (Arm_input_section::do_output_offset): Remove static cast.
6957 (Arm_input_section::original_addralign,
6958 Arm_input_section::original_size_): Change type to uint32_t.
6959 (Arm_input_section::init): Add safe casts for section alignment
6961 (Arm_input_section::set_final_data_size): Do not set address and
6962 offset of stub table.
6963 (Arm_output_section::fix_exidx_coverage): Change use of of
6964 Output_section::Simple_input_section to that of
6965 Output_section::Input_section.
6966 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
6967 except for the first pass.
6968 * output.cc (Output_section::get_input_sections): Change type of
6969 input_sections to std::list<Input_section>.
6970 (Output_section::add_script_input_section): Rename from
6971 Output_section::add_simple_input_section. Change type of SIS
6972 parameter from Simple_input_section to Input_section.
6973 * output.h (Output_section::Simple_input_section): Remove class.
6974 (Output_section::Input_section): Change class visibility to public.
6975 (Output_section::Input_section::addralign): Use stored alignments
6976 for special input sections if set.
6977 (Output_section::Input_section::set_addralign): New method.
6978 (Output_section::get_input_sections): Change parameter type from
6979 list of Simple_input_section to list of Input_section.
6980 (Output_section::add_script_input_section): Rename from
6981 Output_section::add_simple_input_section. Change first parameter's
6982 type from Simple_input_section to Input_section and remove the
6983 second and third parameters.
6984 * script-sections.cc (Input_section::Input_section_list): Change
6985 type to list of Output_section::Input_section/
6986 (Input_section_info::Input_section_info): Change parameter type of
6987 INPUT_SECTION to Output_section::Input_section.
6988 (Input_section_info::input_section): Change return type.
6989 (Input_section_info::input_section_): Change type to
6990 Output_section::Input_section.
6991 (Output_section_element_input::set_section_addresses): Adjust code
6992 to use Output_section::Input_section instead of
6993 Output_section::Simple_input_section. Adjust code for renaming
6994 of Output_section::add_simple_input_section.
6995 (Orphan_output_section::set_section_addresses): Ditto.
6997 2010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6999 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
7000 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
7002 2010-05-18 Rafael Espindola <espindola@google.com>
7004 * options.cc (General_options::finalize): Handle -nostdlib.
7005 * options.h (nostdlib): New option.
7006 * script.cc (script_add_search_dir): Handle -nostdlib.
7008 2010-05-12 Doug Kwan <dougkwan@google.com>
7010 * arm.cc (Target_arm::do_finalize_sections): Create an empty
7011 attributes section only if there no attributes section after merging.
7012 (Target_arm::merge_object_attributes): Move value of
7013 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
7014 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
7015 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
7016 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
7017 and arm_attr_merge_7.stdout.
7018 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
7019 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
7020 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
7021 arm_attr_merge_7b.o): New rules.
7022 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
7024 * testsuite/Makefile.in: Regenerate.
7025 * testsuite/arm_attr_merge.sh: New file.
7026 * testsuite/arm_attr_merge_[67][ab].s: Same.
7028 2010-05-05 Nick Clifton <nickc@redhat.com>
7030 * po/es.po: Updated Spanish translation.
7032 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
7034 * Makefile.am (install-exec-local): Properly install gold as
7035 default cross linker.
7036 * Makefile.in: Regenerated.
7038 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
7039 Nick Clifton <nickc@redhat.com>
7041 * configure.ac (install_as_default): Define and set to false
7042 unless --enable-gold or --enable-gold=both/gold has been
7044 * configure: Regenerate.
7046 * Makefile.am (install-exec-local): Install the executable as
7047 'ld.gold'. If install_as_default is true then also install it as
7049 * Makefile.in: Regenerated.
7051 2010-04-24 Ian Lance Taylor <iant@google.com>
7053 * layout.cc (Layout::layout_reloc): In relocatable link don't
7054 combine reloc sections for grouped sections.
7056 2010-04-23 Sriraman Tallam <tmsriram@google.com>
7058 * gc.h (gc_process_relocs): Pass information on relocs pointing to
7059 sections that are not ordinary to icf.
7060 * icf.cc (get_section_contents): Handle relocation pointing to section
7061 with no object or shndx information.
7062 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
7063 * testsuite/Makefile.in: Regenerate.
7064 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
7065 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
7067 2010-04-22 Ian Lance Taylor <iant@google.com>
7069 * expression.cc (Expression::Expression_eval_info): Add
7070 result_alignment_pointer field.
7071 (Expression::eval_with_dot): Add result_alignment_pointer
7072 parameter. Change all callers.
7073 (Expression::eval_maybe_dot): Likewise.
7074 (class Binary_expression): Add alignment_pointer parameter to
7075 left_value and right_value. Change all callers.
7076 (BINARY_EXPRESSION): Set result alignment.
7077 (class Trinary_expression): Add alignment_pointer parameter to
7078 arg2_value and arg3_value. Change all callers.
7079 (Trinary_cond::value): Set result alignment.
7080 (Max_expression::value, Min_expression::value): Likewise.
7081 (Align_expression::value): Likewise.
7082 * script-sections.cc (class Sections_element): Add dot_alignment
7083 parameter to set_section_addresses virtual function. Update
7085 (class Output_section_element): Likewise.
7086 (Script_sections::create_segments): Add dot_alignment parameter.
7088 (Script_sections::create_segments_from_phdrs_clause): Likewise.
7089 (Script_sections::set_phdrs_clause_addresses): Likewise.
7090 * script-sections.h: Update declarations.
7091 * script.h: Update declarations.
7092 * output.h (Output_segment::set_minimum_p_align): Don't decrease
7094 * testsuite/script_test_3.t: Set large alignment.
7095 * testsuite/script_test_3.sh: Make sure that at least one LOAD
7096 segment has expected alignment.
7098 2010-04-22 Nick Clifton <nickc@redhat.com>
7100 * po/gold.pot: Updated by the Translation project.
7101 * po/vi.po: Updated Vietnamese translation.
7103 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
7105 * testsuite/Makefile.am (check_PROGRAMS): Add
7106 icf_virtual_function_folding_test.
7107 * testsuite/Makefile.in: Regenerated.
7109 2010-04-15 Andrew Haley <aph@redhat.com>
7111 * options.h (merge_exidx_entries): New option.
7112 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
7113 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
7114 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
7115 (Target_arm::merge_exidx_entries): New function.
7116 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
7117 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
7118 to Arm_exidx_fixup constructor.
7119 Add new arg, merge_exidx_entries.
7120 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
7121 Arm_output_section::fix_exidx_coverage.
7123 2010-04-18 Sriraman Tallam <tmsriram@google.com>
7125 * icf.cc (get_section_contents): Check for preemptible functions.
7126 Ignore addend when appropriate.
7127 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
7129 (add_from_relobj): Check for section folded.
7130 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
7131 * symtab.h (should_add_dynsym_entry): Add new parameter.
7132 * target-reloc.h (scan_relocs): Check for section folded.
7133 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
7134 Check reloc types for function pointers in shared objects.
7135 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
7137 (icf_preemptible_functions_test): New test case.
7138 (icf_string_merge_test): New test case.
7139 * testsuite.Makefile.in: Regenerate.
7140 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
7141 bar_glob. Refactor code.
7142 * testsuite/icf_preemptible_functions_test.cc: New file.
7143 * testsuite/icf_preemptible_functions_test.sh: New file.
7144 * testsuite/icf_string_merge_test.cc: New file.
7145 * testsuite/icf_string_merge_test.sh: New file.
7146 * testsuite/icf_virtual_function_folding_test.cc: New file.
7147 * testsuite/icf_virtual_function_folding_test.sh: New file.
7149 2010-04-14 Doug Kwan <dougkwan@google.com>
7151 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
7152 for local symbol recounting if we remove a section due to ICF.
7153 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
7154 there are no regular objects in input.
7156 2010-04-13 Doug Kwan <dougkwan@google.com>
7158 * arm.cc (Arm_input_section::set_final_data_size): Compute
7159 accurate final data size instead of using current data size.
7161 2010-04-09 Doug Kwan <dougkwan@google.com>
7163 * layout.cc (Layout::choose_output_section): Handle script section
7165 (Layout::make_output_section_for_script): Add section type parameter.
7166 Handle script section types.
7167 * layout.h (Layout::make_output_section_for_script): Add section
7169 * output.cc (Output_section::Output_section): Initialize data member
7171 (Output_section::do_reset_address_and_file_offset): Do not set address
7172 to 0 if section is a NOLOAD section.
7173 * output.h (Output_section::is_noload): New method.
7174 (Output_section::set_is_noload): Ditto.
7175 (Output_section::is_noload_): New data member.
7176 * script-c.h (Script_section_type): New enum type.
7177 (struct Parser_output_section_header): Add new file section_type.
7178 * script-sections.cc (Sections_element::output_section_name): Add
7179 parameter for returning script section type.
7180 (Output_section_definition::output_section_name): Ditto.
7181 (Output_section_definition::section_type)P; New method.
7182 (Output_section_definiton::script_section_type_name): Ditto.
7183 (Output_section_definition::script_section_type_): New data member.
7184 (Output_section_definition::Output_section_definition): Initialize
7185 data member Output_section_definition::script_section_type_.
7186 (Output_section_definition::create_sections): Pass script section type
7187 to Layout::make_output_section_for_script.
7188 (Output_section_definition::output_section_name): Return script
7189 section type to caller.
7190 (Output_section_definition::set_section_address): Do not advance
7191 dot value and load address if section type is NOLOAD. Set address
7192 of NOLOAD sections regardless of section flags.
7193 (Output_section_definition::print): Print section type if it is
7194 not SCRIPT_SECTION_TYPE_NONE.
7195 (Output_section_definition::section_type): New method.
7196 (Output_section_definition::script_section_type_name): Ditto.
7197 (Script_sections::output_section_name): Add new parameter
7198 PSECTION_TYPE for returning script section type. Pass it to
7199 section elements. Handle discard sections.
7200 (Sort_output_sections::operator()): Handle NOLOAD sections.
7201 * script-sections.h (Script_sections::Section_type): New enum type.
7202 (Script_sections::output_section_name): Add a new parameter for
7203 returning script section type.
7204 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
7206 * yyscript.y (union): Add new field SECTION_TYPE.
7207 (COPY, DSECT, INFO, NOLOAD): New tokens.
7208 (opt_address_and_section_type): Change type to output_section_header.
7209 (section_type): New non-terminal
7210 (section_header): Handle section type.
7211 (opt_address_and_section_type): Return section type value.
7213 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
7215 * testsuite/plugin_common_test_1.c (foo): Add prototype.
7216 * testsuite/plugin_common_test_2.c (foo): Likewise.
7218 2010-04-08 Doug Kwan <dougkwan@google.com>
7220 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
7222 * output.cc (Output_section::add_merge_input_section): Simplify
7223 code and return status of Output_merge_base::add_input_section.
7224 Update merge section map only if Output_merge_base::add_input_section
7227 2010-04-07 Doug Kwan <dougkwan@google.com>
7229 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
7230 if section is marked as containing instructions but has no mapping
7232 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
7233 correct section index.
7234 (Arm_relobj::find_linked_text_section): Ditto.
7236 2010-04-07 Cary Coutant <ccoutant@google.com>
7238 * archive.cc (include_member): Destroy Read_symbols_data object before
7240 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
7241 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
7242 (Read_symbols_data::~Read_symbols_data) New destructor.
7243 (Section_relocs::Section_relocs) New constructor.
7244 (Section_relocs::~Section_relocs) New destructor.
7245 (Read_relocs_data::Read_relocs_data) New constructor.
7246 (Read_relocs_data::~Read_relocs_data) New destructor.
7247 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
7248 pointers to NULL after deleting.
7250 2010-04-07 Doug Kwan <dougkwan@google.com>
7252 * arm.cc: Replace "endianity" with "endianness" in comments.
7253 (Arm_exidx_cantunwind): Ditto.
7254 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
7255 (Arm_relobj::merge_flags_and_attributes): New method.
7256 (Arm_relobj::merge_flags_and_attributes_): New data member.
7257 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
7258 (Arm_relobj::scan_sections_for_stubs): Ditto.
7259 (Arm_relobj::do_read_symbols): Check to see if we really want to
7260 merge processor-specific flags and attributes. Exit early if
7261 an object is empty except for section names and the undefined symbol.
7262 (Target_arm::do_finalize_sections): Move check for ELF format to
7263 Arm_relobj::do_read_symbols. Merge processor specific flags and
7264 attributes from a regular object only when we have determined that
7265 it is aapropriate. Do not create an .ARM.attributes section in
7266 output if there is no regular input object.
7267 (Target_arm::merge_processor_specific_flags): Check
7268 --warn-mismatch before printing any error.
7269 (Target_arm::merge_object_attributes): Ditto.
7270 * gold.cc (queue_middle_tasks): Handle the case in which there is
7271 no regular object in input.
7272 * options.cc (General_options::parse_EB): New method.
7273 (General_options::parse_EL): Same.
7274 (General_options::General_options): Initialize endianness_.
7275 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
7277 (General_options::Endianness): New enum.
7278 (General_options::endianness): New method.
7279 (General_options::endianness_): New data member.
7280 * parameters.cc (Parameters::set_options): Check target endianness.
7281 (Parameters::set_target_once): Ditto.
7282 (Parameters::check_target_endianness): New method.
7283 (parameters_force_valid_target): If either -EL or -EB is specified,
7284 use it to define endianness of default target.
7285 * parameters.h (Parameters::check_target_endianness): New method
7287 * target.h (class Target): Change "endianity" to "endianness"
7290 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7292 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
7293 * configure: Regenerate.
7294 * Makefile.in: Regenerate.
7295 * testsuite/Makefile.in: Regenerate.
7297 2010-04-06 Cary Coutant <ccoutant@google.com>
7300 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
7301 prevailing definitions of common symbols.
7302 * testsuite/plugin_test_6.sh: New test case.
7303 * testsuite/plugin_common_test_1.c: New test case.
7304 * testsuite/plugin_common_test_2.c: New test case.
7305 * testsuite/Makefile.am (plugin_test_6): New test case.
7306 * testsuite/Makefile.in: Regenerate.
7308 2010-04-06 Nick Clifton <nickc@redhat.com>
7310 * po/vi.po: New Vietnamese translation.
7312 2010-03-30 Doug Kwan <dougkwan@google.com>
7314 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
7316 2010-03-25 Doug Kwan <dougkwan@google.com>
7318 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
7319 to avoid a conversion warning on a 32-bit host.
7321 2010-03-24 Ian Lance Taylor <iant@google.com>
7323 * testsuite/script_test_3.t: Add a TLS segment.
7324 * testsuite/Makefile.am (check_PROGRAMS): Add
7325 tls_phdrs_script_test.
7326 (tls_phdrs_script_test_SOURCES): Define.
7327 (tls_phdrs_script_test_DEPENDENCIES): Define.
7328 (tls_phdrs_script_test_LDFLAGS): Define.
7329 (tls_phdrs_script_test_LDADD): Define.
7330 * testsuite/Makefile.in: Rebuild.
7332 2010-03-23 Cary Coutant <ccoutant@google.com>
7334 * fileread.cc (find_or_make_view): Fix comment.
7336 2010-03-23 Ian Lance Taylor <iant@google.com>
7338 * script-sections.cc (class Orphan_section_placement): Define
7339 PLACE_TLS and PLACE_TLS_BSS.
7340 (Orphan_section_placement::Orphan_section_placement): Initialize
7342 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
7343 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
7344 (tls_script_test_SOURCES): Define.
7345 (tls_script_test_DEPENDENCIES): Define.
7346 (tls_script_test_LDFLAGS): Define.
7347 (tls_script_test_LDADD): Define.
7348 * testsuite/Makefile.in: Rebuild.
7350 2010-03-22 Doug Kwan <dougkwan@google.com>
7352 * arm.cc (Arm_relocate_functions::abs8,
7353 Arm_relocate_functions::abs16): Use correct check for overflow
7354 specified in the ARM ELF specs.
7355 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
7356 target of a BLX instruction specially.
7357 (Reloc_stub::stub_type_for_reloc): Ditto.
7358 (Relocate::relocate): Use symbolic names instead of numeric relocation
7359 codes to report error.
7360 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
7362 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
7363 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
7364 thumb2_blx_out_of_range.stdout
7365 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
7366 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
7367 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
7368 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
7369 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
7370 thumb2_blx_in_range, thumb2_blx_in_range.o,
7371 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
7372 thumb2_blx_out_of_range.o): New rules.
7373 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
7374 thumb2_blx_in_range and thumb2_blx_out_of_range.
7375 * testsuite/Makefile.in: Regenerate.
7376 * arm_branch_in_range.sh: Add tests for THUMB BLX.
7377 * testsuite/thumb_blx_in_range.s: New file.
7378 * testsuite/thumb_blx_out_of_range.s: New file.
7380 2010-03-22 Rafael Espindola <espindola@google.com>
7382 * archive.cc (Should_include): Move to archive.h.
7383 (should_include_member): Make it a member of Archive.
7385 (Add_lib_group_symbols): New.
7386 * archive.h: Include options.h.
7387 (Archive_member): Moved from Archive.
7388 (Should_include): Moved from archive.cc.
7390 (Add_lib_group_symbols): New.
7391 * dynobj.cc (do_should_include_member): New.
7392 * dynobj.h (do_should_include_member): New.
7393 * gold.cc (queue_initial_tasks): Update call to queue.
7394 * main.cc (main): Print lib group stats.
7395 * object.cc (do_should_include_member): New.
7396 * object.h: Include archive.h.
7397 (Object::should_include_member): New.
7398 (Object::do_should_include_member): New.
7399 (Sized_relobj::do_should_include_member): New.
7400 * options.cc (General_options::parse_start_lib): New.
7401 (General_options::parse_end_lib): New.
7402 (Input_arguments::add_file): Handle lib groups.
7403 (Input_arguments::start_group): Check we are not in a lib.
7404 (Input_arguments::start_lib): New.
7405 (Input_arguments::end_lib): New.
7406 * options.h (General_options): Add start_lib and end_lib.
7407 (Input_argument::lib_): New.
7408 (Input_argument::lib): New.
7409 (Input_argument::is_lib): New.
7410 (Input_file_lib): New.
7411 (Input_arguments::in_lib_): New.
7412 (Input_arguments::in_lib): New.
7413 (Input_arguments::start_lib): New.
7414 (Input_arguments::end_lib_): New.
7415 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
7416 in unused members as preempted.
7417 (Sized_pluginobj::do_should_include_member): New.
7418 * plugin.h (Sized_pluginobj::do_should_include_member): New.
7419 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
7421 (Read_symbols::do_whole_lib_group): New.
7422 (Read_symbols::do_lib_group): New.
7423 (Read_symbols::do_read_symbols): Handle lib groups.
7424 (Read_symbols::get_name): Handle lib groups.
7425 * readsyms.h (Read_symbols): Add an archive member pointer.
7426 (Read_symbols::do_whole_lib_group): New.
7427 (Read_symbols::do_lib_group): New.
7428 (Read_symbols::member_): New.
7429 * script.cc (read_input_script): Update call to queue_soon.
7431 2010-03-19 Doug Kwan <dougkwan@google.com>
7433 * arm.cc (Stub_table::Stub_table): Initialize new data members
7434 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
7435 (Stub_table::add_reloc_stub): Assign stub offset and update
7436 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
7437 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
7439 (Stub_table::update_data_size_and_addralign): Use
7440 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
7441 instead of going over all reloc stubs.
7442 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
7443 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
7444 Stringpool_template::offset_ to size of Stringpool_char.
7445 (Stringpool_template::new_key_offset): Remove code to initialize
7446 Stringpool_template::offset_.
7447 * stringpool.h (Stringpool_template::set_no_zero_null): Set
7448 Stringpool_template::offset_ to zero.
7450 2010-03-15 Doug Kwan <dougkwan@google.com>
7452 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
7454 (Stringpool_template::new_key_offset): New method.
7455 (Stringpool_template::add_string): Assign offsets when adding new
7457 (Stringpool_template::set_string_offsets): Do not set string offsets
7458 when not optimizing.
7459 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
7461 (Chunked_vector::clear): Clear size_.
7462 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
7463 (Chunked_vector::size): Return size_.
7464 (Chunked_vector::push_back): Use size_ to find insert position.
7465 (Chunked_vector::size_): New data member.
7466 (Stringpool_template::set_no_zero_null): Assert string set is empty.
7467 (Stringpool_template::new_key_offset): New method declaration.
7468 (Stringpool_template::offset_): New data member.
7470 2010-03-15 Rafael Espindola <espindola@google.com>
7472 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
7473 Add_symbols' constructor.
7474 * readsyms.h (Add_symbols): Remove the input_group member.
7476 2010-03-10 Ian Lance Taylor <iant@google.com>
7478 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
7479 target to ask whether a reference to a symbol requires a stack
7481 * target.h (Target::is_call_to_non_split): New function.
7482 (Target::do_is_call_to_non_split): Declare virtual function.
7483 * target.cc: Include "symtab.h".
7484 (Target::do_is_call_to_non_split): New function.
7485 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
7487 2010-03-10 Cary Coutant <ccoutant@google.com>
7489 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
7490 (File_read::open[1]): Remove initial mapping of whole_file_view_.
7491 (File_read::open[2]): Add whole_file_view_ to list of views.
7492 (File_read::make_view): Remove test of whole_file_view_.
7493 (File_read::find_or_make_view): Create whole_file_view_ if
7495 (File_read::clear_views): Replace bool parameter with enum;
7496 adjust all callers. Don't delete views with permanent data;
7497 do delete cached views and views from archives if
7498 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
7499 if clearing the corresponding view.
7500 * fileread.h (File_read::Clear_views_mode): New enum.
7501 (File_read::View::is_permanent_view): New method.
7502 (File_read::clear_views): Replace bool parameter
7503 with enum; adjust all callers.
7504 * options.h (General_options): Change keep_files_mapped option;
7505 add map_whole_files.
7506 * readsyms.cc (Add_symbols::run): Delete sd_ object before
7508 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
7511 2010-03-10 David S. Miller <davem@davemloft.net>
7513 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
7515 2010-03-09 Sriraman Tallam <tmsriram@google.com>
7517 * icf.cc (get_section_contents): Add '@' marker after processing the
7520 2010-03-08 Doug Kwan <dougkwan@google.com>
7522 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
7523 due to a conversion warning.
7524 (Arm_relobj::update_output_local_symbol_count): Check for local
7525 symbol with unset output index.
7527 2010-03-05 Ian Lance Taylor <iant@google.com>
7529 * options.h (class General_options): Add --spare-dynamic-tags.
7530 * output.cc (Output_data_dynamic::set_final_data_size): Implement
7531 --spare-dynamic-tags.
7533 2010-03-05 Ian Lance Taylor <iant@google.com>
7535 * incremental.cc: Include "libiberty.h".
7537 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7539 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
7540 function, is_info_ member.
7541 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
7542 (Versions::Versions): Update caller.
7543 (Versions::define_base_version): Likewise.
7544 (Versions::add_def): Likewise.
7546 2010-03-03 Sriraman Tallam <tmsriram@google.com>
7548 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
7549 (Scan::possible_function_pointer_reloc): New function.
7550 (Scan::local_reloc_may_be_function_pointer): Change to call
7551 possible_function_pointer_reloc.
7552 (Scan::global_reloc_may_be_function_pointer): Ditto.
7553 * icf.h (Icf::check_section_for_function_pointers): Change to reject
7554 relocations in ".data.rel.ro._ZTV" section.
7555 * testsuite/icf_safe_so_test.sh: Change to pass i386.
7556 * testsuite/icf_safe_so_test.cc: Ditto.
7557 * testsuite/icf_safe_test.cc: Ditto.
7558 * testsuite/icf_safe_test.sh: Ditto.
7560 2010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7561 Ian Lance Taylor <iant@google.com>
7563 * target-reloc.h (relocate_section): Check the symbol table index
7564 for -1U before setting the local symbol index.
7565 (scan_relocatable_relocs): If copying the relocation, record that
7566 the local symbol is required.
7567 * object.h (Symbol_value::is_output_symtab_index_set): New
7569 (Symbol_value::may_be_discarded_from_output_symtab): New
7571 (Symbol_value::has_output_symtab_entry): New function.
7572 (Symbol_value::needs_output_symtab_entry): Remove.
7573 (Symbol_value::output_symtab_index): Make sure the symbol index is
7575 (Symbol_value::set_output_symtab_index): Make sure the symbol
7576 index is not set. Make sure the new index is valid.
7577 (Symbol_value::set_must_have_output_symtab_entry): New function.
7578 (Symbol_value::has_output_dynsym_entry): New function.
7579 (Symbol_value::set_output_dynsym_index): Make sure the new index
7581 (Sized_relobj::set_must_have_output_symtab_entry): New function.
7582 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
7583 local symbol if permitted.
7584 (Sized_relobj::do_finalize_local_symbols): Call
7585 is_output_symtab_index_set rather than needs_output_symtab_entry.
7586 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
7587 rather than needs_output_symtab_entry. Call
7588 has_output_dynsym_entry rather than needs_output_dynsym_entry.
7589 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
7590 is_output_symtab_index_set rather than needs_output_symtab_entry.
7591 * testsuite/discard_locals_relocatable_test.c: New file.
7592 * testsuite/discard_locals_test.sh: Test -r.
7593 * testsuite/Makefile.am (check_DATA): Add
7594 discard_locals_relocatable_test1.syms,
7595 discard_local_relocatable_test2.syms.
7596 (MOSTLYCLEANFILES): Likewise. Also add
7597 discard_locals_relocatable_test1.lout and
7598 discard_locals_relocatable_test2.out.
7599 (discard_locals_relocatable_test1.syms): New target.
7600 (discard_locals_relocatable_test.o): New target.
7601 (discard_locals_relocatable_test1.out): New target.
7602 (discard_locals_relocatable_test2.syms): New target.
7603 (discard_locals_relocatable_test2.out): New target.
7604 (various): Add missing ../ld-new dependencies.
7605 * testsuite/Makefile.in: Rebuild.
7607 2010-03-03 Nick Clifton <nickc@redhat.com>
7609 * po/fi.po: New Finnish translation.
7611 2010-03-01 Doug Kwan <dougkwan@google.com>
7613 * layout.cc (Layout::Layout): Force section types of .init_array*,
7614 .preinit_array* and .fini_array* sections.
7615 * output.cc (Output_section::Input_section_sort_entry::has_priority):
7616 Fix check of return value of std::string::find.().
7617 (Output_section::Input_section_sort_compare::operator()): Remove
7618 comment about .init_array.
7619 (Output_section::Input_section_sort_init_fini_compare::operator()):
7621 (Output_section::sort_attached_input_sections): Handle .init_array
7622 and .fini_array specially.
7623 * output.h (Output_section::Inut_section_sort_compare): Update
7625 (Output_section::Input_section_sort_init_fini_compare): New struct.
7627 2010-02-26 Doug Kwan <dougkwan@google.com>
7629 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
7630 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
7631 * testsuite/debug_msg.sh: Avoid matching source line number for
7632 use of global variable undef_int.
7634 2010-02-26 Doug Kwan <dougkwan@google.com>
7636 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
7637 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
7638 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
7639 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
7640 * options.cc (General_options::General_options): Initialize member
7642 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
7643 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
7644 and rm_no_fix_v4bx.stdout
7645 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
7646 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
7647 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
7648 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
7649 and arm_no_fix_v4bx.
7650 * Makefile.in: Regenerate.
7651 * testsuite/arm_fix_v4bx.s: New file.
7652 * testsuite/arm_fix_v4bx.sh: Ditto.
7654 2010-02-24 Doug Kwan <dougkwan@google.com>
7656 * arm.cc (Target_arm::got_section): Make the .got section the first
7657 non RELRO section in the data segment.
7658 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
7659 suffixes of section names.
7661 2010-02-24 Doug Kwan <dougkwan@google.com>
7663 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
7664 flags and attributes merging if an input file is a binary file.
7665 * fileread.cc (Input_file::open): Record format of original file.
7666 * fileread.h (Input_file::Format): New enum type.
7667 (Input_file::Input_file): Initialize data member format_.
7668 (Input_file::format): New method definition.
7669 (Input_file::format_):: New data member.
7671 2010-02-24 Doug Kwan <dougkwan@google.com>
7673 * arm.cc (Arm_output_data_got): New class.
7674 (ARM_TCB_SIZE): New constant
7675 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
7676 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
7677 If user uses a script with a SECTIONS clause, issue only a warning
7678 for a misplaced EXIDX input section. Otherwise, issue an error.
7679 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
7681 (Target_arm::got_mode_index_entry): Handle static linking.
7682 (Target_arm::Scan::local): Ditto.
7683 (Target_arm::Scan::global): Ditto.
7684 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
7685 all incorrectly implemented relocations.
7686 (Target_arm::fix_exidx_coverage): Pass layout to
7687 Arm_output_section::fix_exidx_coverage.
7688 * layout.cc (Layout::section_name_mapping): Remove trailing dots
7689 from ".ARM.exidx." and ".ARM.extab.".
7691 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7693 * arm.cc (Target_arm::do_finalize_sections): Create attribute
7694 section if it does not already exist.
7695 * attributes.cc (Attributes_section_data::Attributes_section_data):
7696 Don't crash if size is zero.
7698 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7699 Ian Lance Taylor <iant@google.com>
7701 * gold.cc (queue_middle_tasks): If no input files were opened,
7703 * workqueue.h (Task_function::Task_function): Assert that there is
7706 2010-02-22 Doug Kwan <dougkwan@google.com>
7708 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
7709 * icf.cc (get_section_contents): Cast snprintf arguments to long long
7710 types to avoid warnings due to different uint64_t implementations
7713 2010-02-21 Doug Kwan <dougkwan@google.com>
7715 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
7716 handling of the maximum backward branch offset.
7717 (Arm_relocate_functions::thumb_branch_common): Ditto.
7718 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
7719 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
7720 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
7721 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
7722 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
7723 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
7724 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
7725 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
7726 thumb_bl_out_of_range thumb_bl_out_of_range.o,
7727 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
7728 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
7729 thumb2_bl_out_of_range.o): New rules.
7730 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
7731 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
7732 thumb2_bl_out_of_range
7733 * testsuite/Makefile.in: Regenerate.
7734 * testsuite/arm_bl_in_range.s: New file.
7735 * testsuite/arm_bl_out_of_range.s: Ditto.
7736 * testsuite/arm_branch_in_range.sh: Ditto.
7737 * testsuite/arm_branch_range.t: Ditto.
7738 * testsuite/thumb2_branch_range.t: Ditto.
7739 * testsuite/thumb_bl_in_range.s: Ditto.
7740 * testsuite/thumb_bl_out_of_range.s: Ditto.
7741 * testsuite/thumb_branch_range.t: Ditto.
7743 2010-02-20 Sriraman Tallam <tmsriram@google.com>
7745 * gc.h (gc_process_relocs): Change vectors to point to the new list.
7746 Add reloc offset information.
7747 * icf.cc (get_section_contents): Change iterators to point to the new
7748 vectors. Add reloc offset information to the contents.
7749 * icf.h (Icf::Sections_reachable_info): New typedef.
7750 (Icf::Sections_reachable_list): New typedef.
7751 (Icf::Offset_info): New typedef.
7752 (Icf::Reloc_info): New struct typedef.
7753 (Icf::Reloc_info_list): New typedef.
7754 (Icf::symbol_reloc_list): Delete method.
7755 (Icf::addend_reloc_list): Delete method.
7756 (Icf::section_reloc_list): Delete method.
7757 (Icf::reloc_info_list): New method.
7758 (Icf::reloc_info_list_): New member.
7760 2010-02-19 Doug Kwan <dougkwan@google.com>
7762 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
7763 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
7764 * arm.cc (Arm_relocation_functions): New forward declaration.
7765 (Target_arm::Target_arm): Initialize new data members
7766 got_mod_index_offset_ and tls_base_symbol_defined_.
7767 (Target_arm::Relocate::relocate_tls): New method.
7768 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
7769 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
7771 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
7772 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
7773 (Target_arm::got_mod_index_offset_,
7774 Target_arm::tls_base_symbol_defined_): New data members.
7775 (Target_arm::Scan::local, Target::Scan::global,
7776 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
7779 2010-02-18 Doug Kwan <dougkwan@google.com>
7781 * arm.cc (Arm_relobj::find_linked_text_section): New method.
7782 (Arm_relobj::make_exidx_input_section): Pass section index of linked
7783 text section as a parameter becuase some broken tools may not set
7784 the link in section header.
7785 (Target_arm::has_got_section): New method.
7786 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
7787 without any mapping symbol as data only. Remove warning.
7788 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
7789 link in its section header, try to discover the link by inspecting the
7790 REL31 relocation at the beginning of the section.
7791 (Target_arm::Scan::check_non_pic): Report name of offending relocation
7793 (Target_arm::Scan::global): Treat any reference to the symbol
7794 _GLOBAL_OFFSET_TABLE_ as a GOT access.
7796 2010-02-12 Sriraman Tallam <tmsriram@google.com>
7798 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
7799 (Scan::global_reloc_may_be_function_pointer): New function.
7800 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
7801 (Scan::global_reloc_may_be_function_pointer): New function.
7802 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
7803 (Scan::global_reloc_may_be_function_pointer): New function.
7804 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
7805 (Scan::global_reloc_may_be_function_pointer): New function.
7806 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
7807 (Scan::global_reloc_may_be_function_pointer): New function.
7808 (Scan::possible_function_pointer_reloc): New function.
7809 (Target_x86_64::can_check_for_function_pointers): New function.
7810 * gc.h (gc_process_relocs): Scan relocation types to determine if
7811 function pointers were taken for targets that support it.
7812 * icf.cc (Icf::find_identical_sections): Include functions for
7813 folding in safe ICF whose pointer is not taken.
7814 * icf.h (Secn_fptr_taken_set): New typedef.
7815 (fptr_section_id_): New member.
7816 (section_has_function_pointers): New function.
7817 (set_section_has_function_pointers): New function.
7818 (check_section_for_function_pointers): New function.
7819 * options.h: Fix comment for safe ICF option.
7820 * target.h (can_check_for_function_pointers): New function.
7821 * testsuite/Makefile.am: Add icf_safe_so_test test case.
7822 Modify icf_safe_test for X86-64.
7823 * testsuite/Makefile.in: Regenerate.
7824 * testsuite/icf_safe_so_test.cc: New file.
7825 * testsuite/icf_safe_so_test.sh: New file.
7826 * testsuite/icf_safe_test.cc (kept_func_3): New function.
7827 (main): Change to take pointer to function kept_func_3.
7828 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
7829 folding is done correctly for X86-64.
7831 2010-02-12 David S. Miller <davem@davemloft.net>
7833 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
7834 is_symbolless parameter.
7835 (Output_reloc<SHT_REL>::is_symbolless): New.
7836 (Output_reloc<SHT_REL>::is_symbolless_): New.
7837 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
7838 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
7839 (Output_reloc<SHT_RELA>::is_symbolless): New.
7840 (Output_data_reloc::add_global): Handle is_symbolless.
7841 (Output_data_reloc::add_global_relative): Likewise.
7842 (Output_data_reloc::add_local): Likewise.
7843 (Output_data_reloc::add_local_relative): Likewise.
7844 (Output_data_reloc::add_symbolless_global_addend): New.
7845 (Output_data_reloc::add_symbolless_local_addend): New.
7846 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
7848 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
7849 instead of ->is_relative_
7850 (Output_reloc::write): Likewise.
7851 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
7852 (Output_reloc::write_rel): Simplify.
7854 * sparc.cc (Target_sparc::Scan::local): Use
7855 ->add_symbolless_local_addend as needed.
7856 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
7857 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
7858 based upon relocation offset.
7860 2010-02-11 Doug Kwan <dougkwan@google.com>
7862 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
7863 (Target_arm::Scan::global): Ditto. Also remove a comment before the
7864 beginning of function.
7865 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
7866 and MOVT_ABS relocations. Those are non issued in scanning. Fix
7867 parameter is_32bit in calls to should_apply_static_reloc.
7868 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
7869 (check_DATA): Add arm_abs_global.stdout.
7870 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
7871 arm_abs_global.stdout): New rules.
7872 (MOSTLLYCLEANFILES): Add arm_abs_global
7873 * Makefile.in: Regenerate.
7874 * testsuite/arm_abs_global.s: New file.
7875 * testsuite/arm_abs_global.sh: Ditto.
7876 * testsuite/arm_abs_lib.s: Ditto.
7878 2010-02-11 Ian Lance Taylor <iant@google.com>
7880 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
7882 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
7883 Allocate_commons_task first.
7884 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
7885 task, rather than symtab_lock_.
7886 (Gc_process_relocs::~Gc_process_relocs): New function.
7887 (Gc_process_relocs::is_runnable): Check this_blocker_.
7888 (Gc_process_relocs::locks): Use next_blocker_ rather than
7890 (Scan_relocs::~Scan_relocs): New function.
7891 (Scan_relocs::is_runnable): Check this_blocker_ rather than
7893 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
7895 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
7896 fields. Add this_blocker_ and next_blocker_ fields. Adjust
7897 constructor accordingly.
7898 (class Gc_process_relocs): Likewise.
7899 (class Scan_relocs): Likewise.
7900 * common.h (class Allocate_commons_task): Remove symtab_lock_
7901 field, and corresponding constructor parameter.
7902 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
7904 (Allocate_commons_task::locks): Likewise.
7906 2010-02-11 Ian Lance Taylor <iant@google.com>
7908 * gold-threads.h (class Once): Define.
7909 (class Initialize_lock): Rewrite as child of Once.
7910 * gold-threads.cc (class Once_initialize): Define.
7911 (once_pointer_control): New static variable.
7912 (once_pointer, once_arg): New static variables.
7913 (c_run_once): New static function.
7914 (Once::Once, Once::run_once, Once::internal_run): New functions.
7915 (class Initialize_lock_once): Remove.
7916 (initialize_lock_control): Remove.
7917 (initialize_lock_pointer): Remove.
7918 (initialize_lock_once): Remove.
7919 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
7920 (Initialize_lock::initialize): Rewrite.
7921 (Initialize_lock::do_run_once): New function.
7922 * archive.cc (Archive::interpret_header): Only clear name if it is
7924 * fileread.cc: Include "gold-threads.h"
7925 (file_counts_lock): New static variable.
7926 (file_counts_initialize_lock): Likewise.
7927 (File_read::release): Only increment counts when using --stats.
7928 Use a lock around the increment.
7929 * parameters.cc (class Set_parameters_target_once): Define.
7930 (set_parameters_target_once): New static variable.
7931 (Parameters::Parameters): Move here from parameters.h.
7932 (Parameters::set_target): Rewrite.
7933 (Parameters::set_target_once): New function.
7934 (Parameters::clear_target): Move here and rewrite.
7935 * parameters.h (class Parameters): Update declarations. Add
7936 set_parameters_target_once_ field.
7937 (Parameters::Parameters): Move to parameters.cc.
7938 (Parameters::clear_target): Likewise.
7939 * readsyms.cc (Read_symbols::do_group): Create a Start_group
7941 (Start_group::~Start_group): New function.
7942 (Start_group::is_runnable): New function.
7943 (Start_group::locks, Start_group::run): New functions.
7944 (Finish_group::run): Change saw_undefined to size_t.
7945 * readsyms.h (class Start_group): Define.
7946 (class Finish_group): Change saw_undefined_ field to size_t.
7947 (Finish_group::Finish_group): Remove saw_undefined and
7948 this_blocker parameters. Change all callers.
7949 (Finish_group::set_saw_undefined): New function.
7950 (Finish_group::set_blocker): New function.
7951 * symtab.h (class Symbol_table): Change saw_undefined to return
7952 size_t. Change saw_undefined_ field to size_t.
7953 * target-select.cc (Set_target_once::do_run_once): New function.
7954 (Target_selector::Target_selector): Initialize set_target_once_
7955 field. Don't initialize lock_ and initialize_lock_ fields.
7956 (Target_selector::instantiate_target): Rewrite.
7957 (Target_selector::set_target): New function.
7958 * target-select.h (class Set_target_once): Define.
7959 (class Target_selector): Update declarations. Make
7960 Set_target_once a friend. Remove lock_ and initialize_lock_
7961 fields. Add set_target_once_ field.
7963 2010-02-10 Ian Lance Taylor <iant@google.com>
7965 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
7967 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
7968 (queue_middle_tasks): Add all blockers before queueing any tasks.
7969 (queue_final_tasks): Likewise.
7970 * token.h (Task_token::add_blockers): New function.
7971 * object.h (Input_objects::number_of_relobjs): New function.
7973 2010-02-10 Ian Lance Taylor <iant@google.com>
7975 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
7976 shared, not if not position independent.
7977 * x86_64.cc (Relocate::relocate_tls): Likewise.
7978 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
7979 (tls_pie_pic_test): New target.
7980 * testsuite/Makefile.in: Rebuild.
7982 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
7983 (tls_test_main_pie.o, tls_test_pie.o): New targets.
7984 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
7985 * testsuite/Makefile.in: Rebuild.
7987 2010-02-09 David S. Miller <davem@davemloft.net>
7989 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
7990 R_SPARC_RELATIVE using ->add_local_relative().
7991 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
7993 * output.h (Output_data_dynamic::add_section_size): New method
7994 that takes two Output_data objects.
7995 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
7996 entry param. Handle it in initializers.
7997 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
7998 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
7999 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
8001 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
8002 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
8003 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
8004 for dynrel_includes_plt.
8005 * i386.cc (Target_i386::do_finalize_sections): Likewise.
8006 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
8007 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
8009 (Target_sparc::do_finalize_sections): Update to pass true for
8010 dynrel_includes_plt.
8011 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
8012 output before .rela.plt
8013 (Target_powerpc::do_finalize_sections): Update to pass true for
8014 dynrel_includes_plt when 32-bit.
8016 2010-02-08 Doug Kwan <dougkwan@google.com>
8018 * arm.cc (Arm_relobj::simple_input_section_output_address): New
8020 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
8021 Arm_relobj::scan_section_for_cortex_a8_stubs,
8022 Arm_relobj::do_relocation_section): Instead of calling
8023 Output_section::output_address, use faster
8024 Arm_relobj::simple_input_section_output_address.
8026 2010-02-08 David S. Miller <davem@davemloft.net>
8028 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
8029 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
8030 relocation helper function.
8032 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
8033 just like R_SPARC_GOT{10,13,22}.
8034 (Target_sparc::Scan::local): Likewise.
8035 (Target_sparc::Relocate:relocate): Likewise.
8037 2010-02-06 Ian Lance Taylor <iant@google.com>
8039 * configure.ac: Rewrite targetobjs duplicate removal code to use
8040 only shell constructs.
8041 * configure: Rebuild.
8043 2010-02-05 Doug Kwan <dougkwan@google.com>
8046 * arm.cc (Arm_relobj::section_is_scannable): New method.
8047 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
8048 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
8050 2010-02-04 Doug Kwan <dougkwan@google.com>
8053 * arm-reloc-property.cc (cstdio): Include.
8054 * configure.ac (targetobjs): Remove duplicates.
8055 * configure: Regenerate.
8056 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
8057 big and little endian version for a given address size.
8059 2010-02-03 Doug Kwan <dougkwan@google.com>
8061 * arm-reloc-property.cc
8062 (Arm_reloc_property_table::reloc_name_in_error_message): New method
8064 * arm-reloc-property.h
8065 (Arm_reloc_property_table::get_implemented_static_reloc_property):
8066 New method definition.
8067 (Arm_reloc_property_table::reloc_name_in_error_message): New method
8069 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
8071 (GOT_PREL): Change implemented to Y.
8072 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
8073 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
8074 (Arm_relocate_functions::movw_abs_nc): Remove method.
8075 (Arm_relocate_functions::movt_abs): Ditto.
8076 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
8077 (Arm_relocate_functions::thm_movt_abs): Ditto.
8078 (Arm_relocate_functions::movw_rel_nc): Ditto.
8079 (Arm_relocate_functions::movw_rel): Ditto.
8080 (Arm_relocate_functions::movt_rel): Ditto.
8081 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
8082 (Arm_relocate_functions:thm_movw_rel): Ditto.
8083 (Arm_relocate_functions:thm_movt_rel): Ditto.
8084 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
8085 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
8086 New method definitions.
8087 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
8088 (Arm_relocation_functions::arm_grp_ldr): Ditto.
8089 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
8090 (Arm_relocation_functions::arm_grp_ldc): Ditto.
8091 (Target_arm::Relocate::relocate): Check for non-static or
8092 unimplemented relocation code and exit early. Change calls to
8093 Target_arm::reloc_uses_thumb_bit and
8094 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
8095 instead. Refactor code to handle similar relocations to increase
8096 code sharing. Remove check for unsupported relocation code in switch
8098 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
8099 relocation property table to find out size. Change error message to
8100 print out the name of a relocation code instead of the numeric value.
8101 (Target_arm::scan_reloc_for_stub): Use relocation property table
8102 instead of calling Target_arm::reloc_uses_thumb_bit().
8104 2010-02-02 Doug Kwan <dougkwan@google.com>
8106 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
8107 types of relaxed input section.
8109 2010-02-02 Doug Kwan <dougkwan@google.com>
8111 * Makefile.am (HFILES): Add arm-reloc-property.h.
8113 (TARGETSOURCES): Add arm-reloc-property.cc
8114 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
8115 (libgold_a_SOURCES): $(DEFFILES)
8116 * Makefile.in: Regenerate.
8117 * arm-reloc-property.cc: New file.
8118 * arm-reloc-property.h: New file.
8119 * arm-reloc.def: New file.
8120 * arm.cc: Update comments.
8121 (arm-reloc-property.h): New included header.
8122 (arm_reloc_property_table): New global variable.
8123 (Target_arm::do_select_as_default_target): New method definition.
8124 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
8125 arm-reloc-property to targ_extra_obj.
8126 * parameters.cc (set_parameters_target): Call
8127 Target::select_as_default_target().
8128 * target.h (Target::select_as_default_target): New method definition.
8129 (Target::do_select_as_default_target): Same.
8131 2010-02-01 Doug Kwan <dougkwan@google.com>
8133 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
8134 first_output_text_section_.
8135 (Arm_exidx_fixup::first_output_text_section): New method definition.
8136 (Arm_exidx_fixup::first_output_text_section_): New data member.
8137 (Arm_exidx_fixup::process_exidx_section): Record the first text
8138 output section seen.
8139 (Arm_output_section::fix_exidx_coverage): Set correct linked section
8140 and entsize in output section header.
8142 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8144 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
8145 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
8146 (Arm_relocate_functions::thm_alu11): New Method.
8147 (Arm_relocate_functions::thm_pc8): New Method.
8148 (Arm_relocate_functions::thm_pc12): New Method.
8149 (Target_arm::Scan::local): Handle the relocations.
8150 (Target_arm::Scan::global): Likewise.
8151 (Target_arm::Relocate::relocate): Likewise.
8152 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
8154 2010-01-29 Doug Kwan <dougkwan@google.com>
8156 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
8157 of relocation types as ld.
8159 2010-01-29 Doug Kwan <dougkwan@google.com>
8161 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
8163 (Arm_relocate_functions::thumb_branch_common): Ditto.
8164 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
8165 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
8166 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
8167 Arm_relocate_functions::jump24): Remove.
8168 (Target_arm::Relocate::relocate): Adjust code to call
8169 Arm_relocation_functions::arm_branch_common and
8170 Arm_relocation_functions::thumb_branch_common instead of their removed
8171 wrappers. Merge switch-cases together to reduce source code size.
8173 2010-01-29 Doug Kwan <dougkwan@google.com>
8175 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
8176 output_local_symbol_count_needs_update_.
8177 (Arm_relobj::output_local_symbol_count_needs_update,
8178 Arm_relobj::set_output_local_symbol_count_needs_update,
8179 Arm_relobj::update_output_local_symbol_count): New methods.
8180 (Arm_relobj::output_local_symbol_count_needs_update_): New data
8182 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
8183 of pointed function as in a R_ARM_PREL31 relocation.
8184 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
8185 for output local symbol count updating.
8186 (Target_arm::do_relax): Update output local symbol counts in objects
8188 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
8190 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8192 * arm.cc: Added support for the ARM relocations:
8193 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
8194 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
8195 (Arm_relocate_functions::movw_rel_nc): Renamed (was
8197 (Arm_relocate_functions::movw_rel): New method.
8198 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
8199 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
8201 (Arm_relocate_functions::thm_movw_rel): New method.
8202 (Arm_relocate_functions::thm_movt_rel): Renamed (was
8204 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
8206 (Target_arm::Scan::global): Likewise.
8207 (Target_arm::Relocate::relocate): Likewise.
8208 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
8211 2010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8213 * arm.cc: Added support for ARM group relocations.
8214 (Target_arm::reloc_needs_sym_origin): New method.
8215 (Arm_relocate_functions::calc_grp_kn): New method.
8216 (Arm_relocate_functions::calc_grp_residual): New method.
8217 (Arm_relocate_functions::calc_grp_gn): New method.
8218 (Arm_relocate_functions::arm_grp_alu): New Method.
8219 (Arm_relocate_functions::arm_grp_ldr): New Method.
8220 (Arm_relocate_functions::arm_grp_ldrs): New Method.
8221 (Arm_relocate_functions::arm_grp_ldc): New Method.
8222 (Target_arm::Scan::local): Handle the ARM group relocations.
8223 (Target_arm::Scan::global): Likewise.
8224 (Target_arm::Relocate::relocate): Likewise.
8225 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
8228 2010-01-26 Doug Kwan <dougkwan@google.com>
8230 * arm.cc (set): Include.
8231 (class Arm_exidx_fixup): Change type of last_input_section_ to const
8233 (Arm_output_section::Text_section_list): New type.
8234 (Arm_output_section::append_text_sections_to_list): New method.
8235 (Arm_output_section::fix_exidx_coverage): Ditto.
8236 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
8237 (Arm_relobj::convert_input_section_to_relaxed_section): Use
8238 Relobj::set_section_offset() instead of
8239 Sized_relobj::invalidate_section_offset().
8240 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
8241 parameter for section headers. Ignore relocation sections for
8242 unallocated sections and EXIDX sections.
8243 (Target_arm::fix_exidx_coverage): New method.
8244 (Target_arm::output_section_address_less_than): New type.
8245 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
8246 linked text section instead of the EXIDX section.
8247 (Arm_output_section::create_stub_group): Add an assertion to check
8248 that this is not an EXIDX output section.
8249 (Arm_output_section::append_text_sections_to_list): New method.
8250 (Arm_output_section::fix_exidx_coverage): Ditto.
8251 (Arm_relobj::scan_sections_for_stubs): Adjust call to
8252 Arm_relobj::section_needs_reloc_stub_scanning.
8253 (Target_arm::do_relax): Fix EXIDX output section coverage in the
8255 (Target_arm::fix_exidx_coverage): New method.
8256 * object.h (Relobj::set_output_section): New method.
8257 (Sized_relobj::invalidate_section_offset): Remove method.
8258 (Sized_relobj::do_invalidate_section_offset): Remove method.
8259 (Sized_relobj::do_set_section_offset): Handle offset value -1.
8261 2010-01-25 Doug Kwan <dougkwan@google.com>
8263 * arm.cc (Arm_exidx_merged_section::do_output_offset):
8264 Fix warning due to signed and unsigned comparison on a 32-bit host.
8266 2010-01-22 Doug Kwan <dougkwan@google.com>
8268 * arm.cc (Target_arm::do_relax): Record an output section for section
8269 offset adjustment it contains any stub table that has changed.
8270 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
8271 offsets in an output section if necessary.
8272 * output.cc (Output_section::Output_section): Initialize
8273 section_offsets_need_adjustments_.
8274 (Output_section::add_input_section_for_script): Renamed to
8275 Output_section::add_simple_input_section.
8276 (Output_section::save_states): Add a comment.
8277 (Output_section::discard_states): New method defintion.
8278 (Output_section::adjust_section_offsets): Same.
8279 * output.h (Output_section::add_input_section_for_script): Renamed to
8280 Output_section::add_simple_input_section.
8281 (Output_section::discard_states): New method declaration.
8282 (Output_section::adjust_section_offsets): Same.
8283 (Output_section::section_offsets_need_adjustment,
8284 Output_section::set_section_offsets_need_adjustment): New method
8286 (Output_section::section_offsets_need_adjustment_): New data member.
8287 * script-sections.cc
8288 (Output_section_element_input::set_section_address): Adjust code for
8289 renaming of Output_section::add_input_section_for_script.
8290 (Orphan_output_section::set_section_address): Same.
8292 2010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8294 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
8295 Fix_v4bx enum values .
8296 * gold/options.h (General_options): New option definitions.
8297 (General_options::fix_v4bx): New method.
8298 (General_options::Fix_v4bx): New enum.
8299 * gold/options.cc (General_options::parse_fix_v4bx): New method.
8300 (General_options::parse_fix_v4bx_interworking): New method.
8302 2010-01-22 Doug Kwan <dougkwan@google.com>
8304 * arm.cc (Arm_exidx_fixup): New class.
8306 2010-01-21 Doug Kwan <dougkwan@google.com>
8308 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
8310 (Arm_exidx_section_offset_map): New type.
8312 2010-01-21 Doug Kwan <dougkwan@google.com>
8314 * arm.cc (Arm_exidx_input_section): New class.
8315 (Arm_relobj::exidx_input_section_by_link,
8316 Arm_relobj::exidx_input_section_by_shndx,
8317 Arm_relobj::make_exidx_input_section): New methods.
8318 (read_arm_attributes_section): Remove.
8319 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
8320 information about them.
8321 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
8324 2010-01-20 Doug Kwan <dougkwan@google.com>
8326 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
8327 Input_section_specifier to Section_id.
8328 (Target_arm::new_arm_input_section: Adjust code for change of key
8330 (Target_arm::find_arm_input_section): Ditto.
8331 * gc.h (object.h): Include for Section_id nand Section_id_hash.
8332 (Section_id): Remove.
8333 (Garbage_collection::Section_id_hash): Remove.
8334 * icf.h (object.h): Include for Section_id nand Section_id_hash.
8335 (Section_id): Remove.
8336 (Icf::Section_id_hash): Remove.
8337 * object.h (Section_id, Const_section_id, Section_id_hash,
8338 Const_section_id_hash): New type definitions.
8339 * output.cc (Output_section::add_relaxed_input_section): Change to
8340 use Const_section_id instead of Input_section_specifier as key type.
8341 (Output_section::add_merge_input_section): Ditto.
8342 (Output_section::build_relaxation_map): Change to use Section_id
8343 instead of Input_section_specifier as key type.
8344 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
8346 (Output_section::convert_input_sections_to_relaxed_sections): Change
8347 to use Const_section_id instead of Input_section_specifier as key type.
8348 (Output_section::find_merge_section): Ditto.
8349 (Output_section::find_relaxed_input_section): Ditto.
8350 * output.h (Input_section_specifier): Remove class.
8351 (Output_section::Output_section_data_by_input_section_map): Change
8352 key type to Const_section_id.
8353 (Output_section::Output_relaxed_input_section_by_input_section_map):
8355 (Output_section::Relaxation_map): Change key type to Section_id.
8357 2010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8359 * gold/arm.cc: Added support for R_ARM_V4BX relocation
8360 (class Arm_v4bx_stub): New class.
8361 (DEF_STUBS): Updated definition to support v4_veneer_bx.
8362 (Stub_factory::make_arm_v4bx_stub): New method.
8363 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
8364 (Stub_table::empty): Handle v4bx stubs.
8365 (Stub_table::add_arm_v4bx_stub): New method.
8366 (Stub_table::find_arm_v4bx_stub): New method.
8367 (Arm_relocate_functions::v4bx): New method.
8368 (Target_arm::fix_v4bx): New method.
8369 (Target_arm::Target_arm): Handle R_ARM_V4BX.
8370 (Stub_table::relocate_stubs): Likewise.
8371 (Stub_table::do_write): Likewise.
8372 (Stub_table::update_data_size_and_addralign): Likewise.
8373 (Stub_table::finalize_stubs): Likewise.
8374 (Target_arm::Scan::local): Likewise.
8375 (Target_arm::Scan::global): Likewise.
8376 (Target_arm::do_finalize_sections): Likewise.
8377 (Target_arm::Relocate::relocate): Likewise.
8378 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
8380 (Target_arm::scan_reloc_for_stub): Likewise.
8381 (Target_arm::scan_reloc_section_for_stubs): Likewise.
8383 2010-01-19 Ian Lance Taylor <iant@google.com>
8385 * output.cc (Output_section_headers::do_sized_write): Write large
8386 segment count to sh_info field.
8387 (Output_file_header::do_sized_write): For large segment count,
8388 write PN_XNUM to e_phnum field.
8390 2010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8392 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
8393 (Arm_relocate_functions::thm_jump8): New function.
8394 (Arm_relocate_functions::thm_jump11): New function.
8395 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
8397 (Target_arm::Scan::global): Likewise.
8398 (Target_arm::Relocate::relocate): Likewise.
8399 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
8402 2010-01-14 Doug Kwan <dougkwan@google.com>
8404 * arm.cc (map, utility): Include headers.
8405 (Target_arm::apply_cortex_a8_workaround): New method.
8406 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
8407 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
8408 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
8409 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
8410 the --[no-]fix-cortex-a8 command line options.
8411 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
8412 (Target_arm::relocate_stub): Use addend in instruction template.
8413 * options.h (DEFINE_bool): Set the user-set flag.
8414 (General_options): Add --[no-]-fix-cortex options.
8415 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
8416 : Update fast look-up map after conversion.
8418 2010-01-14 Sriraman Tallam <tmsriram@google.com>
8420 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
8421 in the first pass of do_layout.
8423 2010-01-13 Doug Kwan <dougkwan@google.com>
8425 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
8426 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
8427 apparent compiler problem of not folding static constant integral
8428 data members of elfcpp::Elf_sizes<32>.
8430 2010-01-13 Doug Kwan <dougkwan@google.com>
8432 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
8433 Arm_relobj::section_needs_cortex_a8_stub_scanning,
8434 Arm_relobj::scan_section_for_cortex_a8_erratum,
8435 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
8436 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
8437 sections to scan for relocation stubs into a new method
8438 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
8439 relocation and Cortex-A8 stub scanning.
8440 (Target_arm::do_relax): Force stubs to be after stubbed sections
8441 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
8442 the beginning of a new relaxation pass. Update a comment.
8443 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
8445 2010-01-12 Ian Lance Taylor <iant@google.com>
8447 * target-reloc.h (visibility_error): New inline function.
8448 (relocate_section): Call visibility_error.
8449 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
8450 (MOSTLYCLEANFILES): Likewise.
8451 (protected_4_pic.o, protected_3.err): New targets.
8452 * testsuite/protected_4.cc: New file.
8454 2010-01-12 Doug Kwan <dougkwan@google.com>
8456 * arm.cc (Cortex_a8_reloc): New class.
8457 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
8458 and cortex_a8_relocs_info_.
8459 (Target_arm::fix_cortex_a8): New method definition.
8460 (Target_arm::Cortex_a8_relocs_info): New type.
8461 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
8462 New data member declarations.
8463 (Target_arm::scan_reloc_for_stub): Record information about
8464 relocations for THUMB branches that might be exempted from the
8465 Cortex-A8 workaround.
8466 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
8467 at the beginning of a relaxation pass.
8469 2010-01-12 Doug Kwan <dougkwan@google.com>
8471 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
8472 (Arm_relobj::Mapping_symbol_position,
8473 Arm_reloj::Mapping_symbol_position_less,
8474 Arm_relobj::Mapping_symbols_info): New types.
8475 (Target_arm::is_mapping_symbol_name): New method definition.
8476 (Arm_relobj::do_count_local_symbols): Save information about mapping
8479 2010-01-11 Doug Kwan <dougkwan@google.com>
8481 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
8482 Arm_relocate_functions::thumb32_branch_upper,
8483 Arm_relocate_functions::thumb32_branch_lower,
8484 Arm_relocate_functions::thumb32_cond_branch_offset,
8485 Arm_relocate_functions::thumb32_cond_branch_upper,
8486 Arm_relocate_functions::thumb32_cond_branch_lower,
8487 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
8488 branch offset encoding.
8489 (Arm_relocate_functions::thumb_branch_common): Use new branch
8490 offset encoding methods to avoid code duplication.
8491 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
8492 (Stub_addend_reader::operator()): Use new branch encoding method
8493 to avoid code duplication.
8495 2010-01-11 Doug Kwan <dougkwan@google.com>
8497 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
8498 (Target_arm::do_finalize_sections): Define special EXIDX section
8499 symbols only if referenced.
8500 * gc.h (Garbage_collection::add_reference): New method.
8501 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
8504 2010-01-11 Ian Lance Taylor <iant@google.com>
8506 * script.cc (Version_script_info::build_expression_list_lookup):
8507 Change complaing about duplicate wildcard match from error to
8510 * script.cc (class Lazy_demangler): Recreate--revert part of patch
8512 (Version_script_info::Version_script_info): Initialize globs_,
8513 default_version_, default_is_global_, and exact_. Don't
8514 initialize globals_ or locals_.
8515 (Version_script_info::build_lookup_tables): Build local symbols
8517 (Version_script_info::unquote): New function.
8518 (Version_script_info::add_exact_match): New function.
8519 (Version_script_info::build_expression_list_lookup): Remove lookup
8520 parameter. Add is_global parameter. Change all callers. Handle
8521 wildcard pattern specially. Unquote pattern. Call
8523 (Version_script_info::get_name_to_match): New function.
8524 (Version_script_info::get_symbol_version): New function.
8525 (Version_script_info::get_symbol_version_helper): Remove.
8526 (Version_script_info::check_unmatched_names): Call unquote.
8527 * script.h (class Version_script_info): Change get_symbol_version
8528 to be non-inline and add is_global parameter; change all callers.
8529 Rewrite symbol_is_local. Update declarations. Define struct
8530 Version_tree_match, Exact, Globs. Don't define struct Lookup.
8531 Remove globals_ and locals_ members. Add exact_, globs_,
8532 default_version_, is_global_.
8533 (Version_script_info::Glob): Remove pattern, add expression and
8534 is_global. Update constructor. Change all callers.
8535 * dynobj.cc (Versions::finalize): Mark the version symbol as the
8537 (Versions::symbol_section_contents): If a symbol is undefined, or
8538 defined in a dynamic object, set the version index to
8540 * symtab.cc (Symbol_table::add_from_relobj): Don't call
8542 (Symbol_table::add_from_pluginobj): Likewise.
8543 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
8545 2010-01-11 Doug Kwan <dougkwan@google.com>
8547 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
8548 (incremental_dump_LDADD): Add linking option for libintl.
8549 * Makefile.in: Regenerate.
8551 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
8554 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
8556 * testsuite/Makefile.in: Regenerated.
8558 2010-01-10 Doug Kwan <dougkwan@google.com>
8560 * options.h (DEFINE_var): Use parentheses around argument varname__
8561 in macro body to avoid any unintended subsequent substitutions.
8563 2010-01-10 Ian Lance Taylor <iant@google.com>
8565 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
8566 candidates before doing symbol resolution.
8568 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
8569 ODR candidates if only one is weak.
8571 2010-01-08 Ian Lance Taylor <iant@google.com>
8573 * script.cc (Version_script_info::build_expression_list_lookup):
8574 Don't warn about ambiguous version, just record the ambiguity.
8575 (Version_script_info::get_symbol_version_helper): Give error if
8576 version is ambiguous.
8578 2010-01-08 Doug Kwan <dougkwan@google.com>
8580 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
8581 prev_data_size_ and prev_addralign_. Remove initializer for
8582 deleted data member has_been_changed_.
8583 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
8584 to determine if the table is empty.
8585 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
8587 (Stub_table::add_reloc_stub): Define method in class definition
8588 instead of just declaring it there.
8589 (Stub_table::add_cortex_a8_stub): New method definition.
8590 (Stub_table::update_data_size_and_addralign): Ditto.
8591 (Stub_table::finalize_stubs): Ditto.
8592 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
8593 (Stub_table::do_addralign_): Return address alignment in the
8594 (Stub_table::do_reset_address_and_file_offset): Define method in
8595 class definition instead of declaring it there. Set current data
8596 size to be the data size of the previous pass.
8597 (Stub_table::set_final_data_size): Use current data size as the
8599 (Stub_table::relocate_stub): Change parameter type of stub from
8600 Reloc_stub pointer to Stub pointer.
8601 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
8602 (Stub_table::Cortex_a8_stub_list): New typedef.
8603 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
8604 Stub_table::prev_addralign_): New data member.
8605 (Arm_relobj::Arm_relobj): Initialize data member
8606 section_has_cortex_a8_workaround_.
8607 (Arm_relobj::section_has_cortex_a8_workaround,
8608 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
8610 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
8612 (Target_arm::relocate_stub): Change parameter type of stub from
8613 Reloc_stub pointer to Stub pointer.
8614 (Insn_template::size, Insn_template::alignment): Handle
8615 THUMB16_SPECIAL_TYPE.
8616 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
8617 Stub_table::update_data_size_and_addralign,
8618 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
8620 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
8621 (Stub_table::do_write): Ditto.
8622 (Target_arm::do_relax): Adjust code for changes in Stub_table.
8624 2010-01-08 Ian Lance Taylor <iant@google.com>
8627 * symtab.h (class Symbol): Remove fields is_target_special_ and
8628 has_plt_offset_. Add field is_defined_in_discarded_section_.
8629 (Symbol::is_defined_in_discarded_section): New function.
8630 (Symbol::set_is_defined_in_discarded_section): New function.
8631 (Symbol::has_plt_offset): Rewrite.
8632 (Symbol::set_plt_offset): Verify that new offset is not -1U.
8633 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
8634 Don't initialize is_target_special_ or has_plt_offset_.
8635 Initialize is_defined_in_discarded_section_.
8636 (Symbol_table::add_from_relobj): If appropriate, set
8637 is_defined_in_discarded_section.
8638 * resolve.cc (Symbol::override_base_with_special): Don't test
8639 is_target_special_. Change has_plt_offset_ to has_plt_offset().
8640 * target-reloc.h (relocate_section): Do special handling for
8641 symbols defined in discarded sections for global symbols as well
8644 2010-01-08 Ian Lance Taylor <iant@google.com>
8646 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
8647 the SHT_SYMTAB case.
8649 2010-01-08 Ian Lance Taylor <iant@google.com>
8651 * object.cc (Sized_relobj::do_layout): Don't get confused if
8652 layout_eh_frame returns NULL.
8654 2010-01-08 Ian Lance Taylor <iant@google.com>
8657 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
8658 dynamic symbol table, use the normal symbol table.
8659 (Sized_dynobj::do_read_symbols): Remove assertion about type of
8662 2010-01-08 Ian Lance Taylor <iant@google.com>
8665 * layout.cc (Layout::include_section): Remove .gnu_debuglink
8668 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
8670 * version.cc (print_version): Change to "Copyright 2010".
8672 2010-01-08 Ian Lance Taylor <iant@google.com>
8676 * i386.cc (class Target_i386): Change return type of plt_section
8678 (class Output_data_plt_i386): Add tls_desc_rel_ field.
8679 (Output_data_plt_i386::Output_data_plt_i386): Initialize
8680 tls_desc_rel_ field.
8681 (Output_data_plt_i386::rel_tls_desc): New function.
8682 (Target_i386::rel_tls_desc_section): New function.
8683 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
8684 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
8685 R_386_TLS_DESC reloc in rel_tls_desc_section.
8686 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
8687 Define struct Tlsdesc_info.
8688 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
8689 (Target_x86_64::do_reloc_symbol_index): New function.
8690 (Target_x86_64::add_tlsdesc_info): New function.
8691 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
8692 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
8694 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
8696 (Output_data_plt_x86_64::rela_tlsdesc): New function.
8697 (Target_x86_64::rela_tlsdesc_section): New function.
8698 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
8700 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
8701 (Target_x86_64::do_reloc_addend): New function.
8702 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
8703 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
8704 declarations. Define TARGET_CODE. Add arg field to u1_ union.
8705 (Output_reloc::type): New function.
8706 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
8707 (Output_reloc::is_target_specific): New function.
8708 (Output_reloc::target_arg): New function.
8709 (class Output_reloc) [SHT_RELA]: Add four new constructors for
8710 absolute relocs and target specific relocs.
8711 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
8712 add_target_specific.
8713 (class Output_data_reloc) [SHT_RELA]: Likewise.
8714 * output.cc (Output_reloc::Output_reloc): Add four new versions
8715 for absolute relocs and target specific relocs.
8716 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
8717 (Output_reloc::get_symbol_index): Likewise.
8718 (Output_reloc::local_section_offset): Check that local_sym_index_
8719 is not TARGET_CODE or 0.
8720 (Output_reloc::symbol_value): Likewise.
8721 (Output_reloc::write) [SHT_RELA]: Call target for target specific
8723 * target.h (class Target): Add reloc_symbol_index and reloc_addend
8724 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
8726 * layout.cc (add_target_dynamic_tags): Use output section for
8727 DT_PLTRELSZ and DT_JMPREL.
8729 2010-01-07 Ian Lance Taylor <iant@google.com>
8732 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
8734 (class Output_data_reloc_generic): Define.
8735 (class Output_data_reloc_base): Change base class to
8736 Output_data_reloc_generic. Change add() method to call
8737 bump_relative_reloc_count for a relative reloc. Remove
8739 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
8741 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
8742 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
8744 * layout.h (class Layout): Update declaration.
8746 2010-01-07 Ian Lance Taylor <iant@google.com>
8748 * output.h (class Output_data): Add const version of
8749 output_section and do_output_section.
8750 (class Output_section_data): Add const version of
8752 (class Output_section): Likewise.
8753 * layout.cc (Layout::add_target_dynamic_tags): New function.
8754 * layout.h (class Layout): Update declarations.
8755 * arm.cc (Target_arm::do_finalize_sections): Use
8756 add_target_dynamic_tags.
8757 * i386.cc (Target_i386::do_finalize_sections): Likewise.
8758 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
8759 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
8760 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
8762 2010-01-07 Ian Lance Taylor <iant@google.com>
8765 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
8768 2010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
8769 Ian Lance Taylor <iant@google.com>
8772 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
8773 Xindex::read_symtab_xindex.
8775 2010-01-07 Doug Kwan <dougkwan@google.com>
8777 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
8778 (Insn_template::thumb16_bcond_insn): New method declaration.
8779 (Insn_template): Fix spelling.
8780 (Stub::thumb16_special): New method declaration.
8781 (Stub::do_write): Define virtual method which was previously pure
8783 (Stub::do_thumb16_special): New method declaration.
8784 (Stub::do_fixed_endian_write): New template member.
8785 (Reloc_stub::do_write): Remove.
8786 (Reloc_stub::do_fixed_endian_write): Remove.
8787 (Cortex_a8_stub): New class definition.
8788 (Stub_factory::make_cortex_a8_stub): New method definition.
8789 (Stub_factory::Stub_factory): Add missing static storage class
8790 qualifier for elf32_arm_stub_a8_veneer_blx.
8792 2010-01-07 Ian Lance Taylor <iant@google.com>
8795 * options.h (class General_options): Add --warn-unresolved-symbols
8796 and --error-unresolved-symbols.
8797 * errors.cc (Errors::undefined_symbol): Implement
8798 --warn-unresolved-symbols.
8800 * options.h (class General_options): Add -z text and -z textoff.
8801 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
8803 2010-01-06 Sriraman Tallam <tmsriram@google.com>
8805 * gc.h (Garbage_collection::Cident_section_map): New typedef.
8806 (Garbage_collection::cident_sections): New function.
8807 (Garbage_collection::add_cident_section): New function.
8808 (Garbage_collection::cident_sections_): New member.
8809 (gc_process_relocs): Add references to sections whose names are C
8811 * gold.h (cident_section_start_prefix): New constant.
8812 (cident_section_stop_prefix): New constant.
8813 (is_cident): New function.
8814 * layout.cc (Layout::define_section_symbols): Replace string constants
8815 with the newly defined constants.
8816 * object.cc (Sized_relobj::do_layout): Track sections whose names are
8818 * testsuite/Makefile.am: Add gc_orphan_section_test.
8819 * testsuite/Makefile.in: Regenerate.
8820 * testsuite/gc_orphan_section_test.cc: New file.
8821 * testsuite/gc_orphan_section_test.sh: New file.
8823 2010-01-06 Ian Lance Taylor <iant@google.com>
8826 * options.h (class General_options): Add --warn-shared-textrel.
8827 * layout.cc (Layout::finish_dynamic_section): Implement
8828 --warn-shared-textrel.
8831 * options.h (class General_options): Add --warn-multiple-gp.
8833 2010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8835 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
8836 $(THREADSLIB) and $(LIBDL).
8837 * Makefile.in: Rebuild.
8839 2010-01-06 Ian Lance Taylor <iant@google.com>
8842 * options.cc (General_options::parse_section_start): New function.
8843 (General_options::section_start): New function.
8844 (General_options::General_options): Initialize all members.
8845 * options.h: Include <map>
8846 (class General_options): Add --section-start. Add section_starts_
8848 * layout.cc (Layout::attach_allocated_section_to_segment): If
8849 --section-start was used, set the address of the segment. Remove
8850 local sort_sections.
8851 (Layout::relaxation_loop_body): If the address of the load segment
8852 has been set by --section-start, don't use it.
8853 * output.h (Output_segment::update_flags_for_output_section): New
8855 * output.cc (Output_segment::add_output_section): Call
8856 update_flags_for_output_section.
8858 2010-01-05 Ian Lance Taylor <iant@google.com>
8861 * options.h (class General_options): Add --undefined-version.
8862 * script.cc (struct Version_expression): Add was_matched_by_symbol
8864 (Version_script_info::matched_symbol): New function.
8865 (Version_script_info::get_symbol_version_helper): Call
8867 (Version_script_info::check_unmatched_names): New function.
8868 * script.h (class Version_script_info): Update declarations.
8869 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
8871 * options.h (class General_options): Use DEFINE_bool_alias for
8872 allow_multiple_definition.
8873 * resolve.cc (Symbol_table::should_override): Don't test
8874 allow_multiple_definition.
8877 * options.h (class General_options): Add --cref.
8878 * main.cc (main): Print cref table if --cref. Don't close mapfile
8879 until after printing cref table.
8880 * cref.cc: Include "symtab.h".
8881 (class Cref_inputs): Define Cref_table_compare and Cref_table.
8882 (Cref_table_compare::operator()): New function.
8883 (Cref_inputs::gather_cref): New function.
8884 (filecol): New static const.
8885 (Cref_inputs::print_cref): New function.
8886 (Cref::print_cref): New function.
8887 * cref.h: Include <cstdio>.
8888 (class Cref): Update declarations.
8889 * mapfile.h (Mapfile::file): New function.
8890 * object.h (class Object): Define Symbols. Declare virtual
8891 do_get_global_symbols.
8892 (Object::get_global_symbols): New function.
8893 * object.cc (Input_objects::add_object): Pass object to cref_ if
8895 (Input_objects::archive_start): Likewise.
8896 (Input_objects::archive_stop): Likewise.
8897 (Input_objects::print_cref): New function.
8898 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
8899 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
8901 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
8903 * plugin.h (class Sized_pluginobj): Update declarations.
8905 2010-01-05 Ian Lance Taylor <iant@google.com>
8907 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
8908 to is_default_version. Rename insdef to insdefault.
8909 (Symbol_table::add_from_relobj): Rename def to is_default_version
8910 and local to is_forced_local.
8911 (Symbol_table::add_from_pluginobj): Likewise.
8912 (Symbol_table::add_from_dynobj): Likewise.
8913 (Symbol_table::define_special_symbol): Rename insdef to
8916 2010-01-04 Ian Lance Taylor <iant@google.com>
8919 * options.h (class General_options): Add
8920 --allow-multiple-definition and -z muldefs.
8921 * resolve.cc (Symbol_table::should_override): Don't warn about a
8922 multiple symbol definition if --allow-multiple-definition or -z
8926 * options.h (class General_options): Add --add-needed and
8927 --copy-dt-needed-entries. Tweak --as-needed help entry.
8928 * object.cc (Input_objects::check_dynamic_dependencies): Give an
8929 error if --copy-dt-needed-entries aka --add-needed is used and
8930 would cause a change in behaviour.
8933 * options.h (class General_options): Add -G as a short version of
8934 --shared. Add no-op options -assert, -g, and -i.
8936 2010-01-04 Sriraman Tallam <tmsriram@google.com>
8938 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
8939 check for .text or .gnu.linkonce.t sections.
8940 * icf.cc (Icf::find_identical_sections): Ditto.
8941 Change the detection for mangled function name within the section
8943 * icf.h (is_section_foldable_candidate): New function.
8945 2009-12-30 Ian Lance Taylor <iant@google.com>
8948 * options.h (class General_options): Permit two dashes with
8949 --retain-symbols-file.
8951 2009-12-30 Ian Lance Taylor <iant@google.com>
8954 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
8955 don't put the file header and segment headers in the text
8959 * common.cc (Sort_commons::operator()): Stabilize sort when both
8961 (Symbol_table::do_allocate_commons_list): When allocating common
8962 symbols, skip a symbol which is no longer common.
8963 * symtab.h (Symbol::is_common): Test whether the symbol comes from
8964 an object before checking its type.
8965 * testsuite/common_test_2.c: New file.
8966 * testsuite/common_test_3.c: New file.
8967 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
8968 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
8969 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
8970 (common_test_2_pic.o, common_test_2.so): New targets.
8971 (common_test_3_pic.o, common_test_3.so): New targets.
8972 * testsuite/Makefile.in: Rebuild.
8975 * script.cc (read_input_script): If we see a new SECTIONS clause,
8976 and we have added an input section, give an error.
8977 * layout.h (class Layout): Add have_added_input_section function.
8978 Add have_added_input_section_ field.
8979 * layout.cc (Layout::Layout): Initialize
8980 have_added_input_section_.
8981 (Layout::layout): Set have_added_input_section_.
8982 (Layout::layout_eh_frame): Likewise.
8984 2009-12-30 Ian Lance Taylor <iant@google.com>
8987 * options.h (class General_options): Add --sort-common option.
8988 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
8989 * common.cc (Sort_common): Add sort_order parameter to
8990 constructor. Add sort_order_ field.
8991 (Sort_commons::operator): Check sort_order_.
8992 (Symbol_table::allocate_commons): Determine the sort order.
8993 (Symbol_table::do_allocate_commons): Add sort_order parameter.
8995 (Symbol_table::do_allocate_commons_list): Likewise.
8997 2009-12-30 Ian Lance Taylor <iant@google.com>
9000 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
9001 symbols from this object, don't change the visibility of an
9003 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
9005 2009-12-30 Ian Lance Taylor <iant@google.com>
9008 * script.h (class Version_script_info): Define Language enum.
9009 Update declarations. Define Glob, Exact, and Lookup types. Add
9010 new fields globals_, locals_, and is_finalized_.
9011 * script.cc: Various formatting fixes.
9012 (class Parser_closure): Change language_stack_ from a vector of
9013 std::string to one of Version_script_info::Language. Adjust all
9015 (class Lazy_demangler): Remove.
9016 (struct Version_expression): Change language from std::string to
9017 Version_script_info::Language.
9018 (Version_script_info::Version_script_info): New function.
9019 (Version_script_info::~Version_script_info): Don't call clear.
9020 (Version_script_info::finalize): New function.
9021 (Version_script_info::build_lookup_tables): New function.
9022 (Version_script_info::build_expression_list_lookup): New
9024 (Version_script_info::get_symbol_version_helper): Rewrite to use
9026 (Version_script_info::print_expression_list): Adjust to use
9027 Version_script_info::Language.
9028 (script_push_lex_into_version_mode): Check that the version script
9029 has not been finalized.
9030 (version_script_push_lang): Change language string to
9031 Version_script_info::Language.
9032 * options.cc (Command_line::version_script): New function.
9033 * options.h (class General_options): Add finalize_dynamic_list
9034 function. Change version_script from declaration to definition.
9035 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
9036 * testsuite/version_script.map: Remove duplicate def of foo.
9037 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
9039 * testsuite/Makefile.in: Rebuild.
9041 2009-12-30 Ian Lance Taylor <iant@google.com>
9044 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
9045 if the input symbol index is 0, make the output symbol index 0.
9047 2009-12-30 Ian Lance Taylor <iant@google.com>
9050 * options.h (class General_options): Add -x/--discard-all.
9051 * object.cc (Sized_relobj::do_count_local_symbols): Handle
9052 --discard-all. If the local symbol needs a dynamic entry, check
9053 that before handling --discard-locals.
9055 2009-12-30 Ian Lance Taylor <iant@google.com>
9058 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
9060 (Output_segment::add_output_section): Don't change the flags if
9064 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
9065 GNU hash table if they need a dynamic value. Otherwise, don't add
9066 them if they are defined in a dynamic object or are forced local.
9068 2009-12-29 Ian Lance Taylor <iant@google.com>
9071 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
9072 .gnu.hash table for a 32-bit target.
9075 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
9076 regular and a dynamic object only needs a dynamic symbol table
9077 entry if it is externally visible.
9080 * i386.cc (class Target_i386): Initialize global_offset_table_ in
9081 constructor. Add global_offset_table_ field.
9082 (Target_i386::got_section): Set global_offset_table_.
9083 (Target_i386::do_finalize_sections): Set global_offset_table_
9085 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
9086 in constructor. Add global_offset_table_ field.
9087 (Target_x86_64::got_section): Set global_offset_table_.
9088 (Target_x86_64::do_finalize_sections): Set global_offset_table_
9091 * layout.cc (Layout::Layout): Initialize increase_relro_.
9092 (Layout::get_output_section): Add is_relro, is_last_relro, and
9093 is_first_non_relro parameters. Change all callers.
9094 (Layout::choose_output_section): Likewise.
9095 (Layout::add_output_section_data): Likewise.
9096 (Layout::make_output_section): Likewise.
9097 (Layout::set_segment_offsets): Clear increase_relro when using a
9099 * layout.h (class Layout): Add increase_relro method. Add
9100 increase_relro_ field. Update declarations.
9101 * output.cc (Output_section::Output_section): Initialize
9102 is_last_relro_ and is_first_non_relro_.
9103 (Output_segment::add_output_section): Group relro sections is
9104 do_sort is true. Handle is_last_relro and is_first_non_relro.
9105 (Output_segment::maximum_alignment): Remove relro handling.
9106 (Output_segment::set_section_addresses): Add increase_relro
9107 parameter. Change all callers. Add initial alignment to align
9108 relro sections on separate page. Remove old relro handling.
9109 (Output_segment::set_section_list_addresses): Remove in_relro
9110 parameter. Change all callers.
9111 (Output_segment::set_offset): Add increase parameter. Change all
9112 callers. Remove old relro handling.
9113 * output.h (class Output_section): Add new methods: is_last_relro,
9114 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
9115 Add is_last_relro_ and is_first_non_relro_ fields.
9116 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
9117 Create separate .got.plt section. Call increase_relro.
9118 * x86_64.cc (Target_x86_64::got_section): Likewise.
9119 * testsuite/relro_script_test.t: Add .got.plt.
9122 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
9123 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
9124 (Layout::finalize): Call set_dynamic_symbol_size.
9125 (Layout::set_dynamic_symbol_size): New function.
9126 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
9127 set_dynamic_symbol_size.
9130 * output.h (class Output_section): Add is_entsize_zero_ field.
9131 * output.cc (Output_section::Output_section): Initialize
9133 (Output_section::set_entsize): If two different entsizes are
9134 requested, force it to zero.
9135 (Output_section::add_input_section): Set flags for .debug_str
9136 before updating section flags. Set entsize.
9137 (Output_section::update_flags_for_input_section): Set SHF_MERGE
9138 and SHF_STRING if all input sections have those flags.
9140 2009-12-29 Rafael Espindola <espindola@google.com>
9142 * main.cc (main): Fix the sys time reporting.
9143 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
9146 2009-12-29 Sriraman Tallam <tmsriram@google.com>
9148 * options.cc (General_options::parse_version): Allow -v to exit
9149 without an error if there is nothing to link.
9151 2009-12-29 Ian Lance Taylor <iant@google.com>
9153 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
9154 using a version of gcc before 4.1.
9155 * configure: Rebuild.
9157 2009-12-28 Chris Demetriou <cgd@google.com>
9159 * attributes.cc (Output_attributes_section_data::do_write): Use
9160 std::vector::front rather than std::vector::data.
9162 2009-12-28 Ian Lance Taylor <iant@google.com>
9164 * symtab.h (class Symbol_table): Add enum Defined.
9165 * resolve.cc (Symbol_table::should_override): Add defined
9166 parameter. Change all callers. Test whether object is NULL
9167 before calling a method on it.
9168 (Symbol_table::report_resolve_problem): Add defined parameter.
9170 (Symbol_table::should_override_with_special): Likewise.
9171 * symtab.cc (Symbol_table::define_in_output_data): Add defined
9172 parameter. Change all callers.
9173 (Symbol_table::do_define_in_output_data): Likewise.
9174 (Symbol_table::define_in_output_segment): Likewise.
9175 (Symbol_table::do_define_in_output_segment): Likewise.
9176 (Symbol_table::define_as_constant): Likewise.
9177 (Symbol_table::do_define_as_constant): Likewise.
9178 * script.h (class Symbol_assignment): Add is_defsym parameter to
9179 constructor; change all callers.
9180 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
9181 parameter. Change all callers. Add is_defsym_ field.
9182 (class Parser_closure): Add parsing_defsym parameter to
9183 constructor; change all callers. Add parsing_defsym accessor
9184 function. Add parsing_defsym_ field.
9186 2009-12-28 Ian Lance Taylor <iant@google.com>
9188 * gold.cc (queue_middle_tasks): Fix formatting.
9189 * object.cc (Relobj::is_section_name_included): Likewise.
9191 2009-12-23 Ian Lance Taylor <iant@google.com>
9193 * i386.cc (Target_i386::do_calls_non_split): Recognize
9194 -fsplit-stack prologue for a function with a static chain.
9195 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
9196 -fsplit-stack prologue when using %r11.
9198 2009-12-21 Sriraman Tallam <tmsriram@google.com>
9200 * options.cc (General_options::parse_version): Make -v continue and do
9201 the link like GNU ld does.
9203 2009-12-17 Rafael Avila de Espindola <espindola@google.com>
9205 * Makefile.am (CCFILES): Add timer.cc.
9206 (HFILES): Add timer.h.
9207 * configure.ac: Check for sysconf and times.
9208 * main.cc: include timer.h.
9209 (main): Use Timer instead of get_run_time.
9212 * workqueue.cc: include timer.h.
9213 (Workqueue::find_and_run_task):
9214 Report user, sys and wall time.
9215 * Makefile.in: Regenerate.
9216 * config.in: Regenerate.
9217 * configure: Regenerate.
9219 2009-12-16 Doug Kwan <dougkwan@google.com>
9221 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
9223 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
9224 relaxed input sections.
9225 * output.cc (Output_section::find_relaxed_input_section): Change
9226 return type to Output_relaxed_input_section pointer. Adjust code
9227 for new type of relaxed_input_section_map_.
9228 * output.h (Output_section::find_relaxed_input_section): Change
9229 return type to Output_relaxed_input_section pointer.
9230 (Output_section::Output_relaxed_input_section_by_input_section_map):
9232 (Output_section::relaxed_input_section_map_): Change type to
9233 Output_section::Output_relaxed_input_section_by_input_section_map.
9234 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
9237 2009-12-15 Ian Lance Taylor <iant@google.com>
9239 * layout.cc (Layout::create_shstrtab): Only write out after input
9240 sections if we are compressing debug sections.
9242 2009-12-15 Ian Lance Taylor <iant@google.com>
9244 * archive.cc (Archive::add_symbols): Only look up a symbol without
9245 a version if there is, in fact, a version.
9247 2009-12-14 Ian Lance Taylor <iant@google.com>
9249 Revert -Wshadow changes, all changes from:
9250 2009-12-11 Doug Kwan <dougkwan@google.com>
9251 2009-12-11 Nick Clifton <nickc@redhat.com>
9252 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
9254 2009-12-11 Doug Kwan <dougkwan@google.com>
9256 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
9258 * attributes.cc (Object_attribute::size): Ditto.
9259 (Attributes_section_data::size): Ditto.
9260 (Attributes_section_data::Attributes_section_data): Ditto.
9261 (Output_attributes_section_data::do_write): Ditto.
9262 * attributes.h (Object_attribute::set_type): Ditto.
9263 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
9265 2009-12-11 Nick Clifton <nickc@redhat.com>
9267 * archive.cc: Fix shadowed variable warnings.
9269 * compressed_output.cc: Likewise.
9270 * compressed_output.h: Likewise.
9271 * configure: Likewise.
9272 * dwarf_reader.cc: Likewise.
9273 * dynobj.cc: Likewise.
9274 * dynobj.h: Likewise.
9275 * ehframe.cc: Likewise.
9276 * ehframe.h: Likewise.
9277 * errors.cc: Likewise.
9278 * expression.cc: Likewise.
9279 * fileread.cc: Likewise.
9280 * fileread.h: Likewise.
9281 * freebsd.h: Likewise.
9282 * i386.cc: Likewise.
9284 * incremental.h: Likewise.
9285 * layout.cc: Likewise.
9286 * layout.h: Likewise.
9287 * mapfile.cc: Likewise.
9288 * merge.cc: Likewise.
9289 * merge.h: Likewise.
9290 * object.cc: Likewise.
9291 * object.h: Likewise.
9292 * options.h: Likewise.
9293 * output.cc: Likewise.
9294 * output.h: Likewise.
9295 * parameters.cc: Likewise.
9296 * plugin.cc: Likewise.
9297 * powerpc.cc: Likewise.
9298 * reduced_debug_output.cc: Likewise.
9299 * reduced_debug_output.h: Likewise.
9300 * reloc.cc: Likewise.
9301 * reloc.h: Likewise.
9302 * resolve.cc: Likewise.
9303 * script-sections.cc: Likewise.
9304 * script.cc: Likewise.
9305 * script.h: Likewise.
9306 * sparc.cc: Likewise.
9307 * symtab.cc: Likewise.
9308 * symtab.h: Likewise.
9309 * target-select.cc: Likewise.
9310 * target-select.h: Likewise.
9311 * token.h: Likewise.
9312 * workqueue.cc: Likewise.
9313 * workqueue.h: Likewise.
9314 * x86_64.cc: Likewise.
9316 2009-12-10 Doug Kwan <dougkwan@google.com>
9318 * arm.cc (attributes.h): New include.
9319 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
9320 (Arm_relobj::~Arm_relobj): Delete object pointed by
9321 attributes_section_data_.
9322 (Arm_relobj::attributes_section_data): New method definition.
9323 (Arm_relobj::attributes_section_data_): New data member declaration.
9324 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
9325 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
9326 attributes_section_data_.
9327 (Arm_dynobj::attributes_section_data): New method definition.
9328 (Arm_dynobj::attributes_section_data_): New data member declaration.
9329 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
9330 initialization value of may_use_blx_ to false.
9331 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
9332 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
9333 object attributes to compute results instead of hard-coding.
9334 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
9335 Target_arm::get_secondary_compatible_arch,
9336 Target_arm::set_secondary_compatible_arch
9337 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
9338 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
9339 New method declarations.
9340 (Target_arm::get_aeabi_object_attribute): New method definition.
9341 (Target_arm::attributes_section_data_): New data member declaration.
9342 (read_arm_attributes_section): New template definition.
9343 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
9344 (Arm_dynobj::do_read_symbols): Ditto.
9345 (Target_arm::do_finalize_sections): Merge attributes sections from
9346 input. Check for BLX use after attributes section merging.
9347 Fix __exidx_start and __exidx_end visibility. Create an
9348 .ARM.attributes section if necessary.
9349 (Target_arm::get_secondary_compatible_arch,
9350 Target_arm::set_secondary_compatible_arch,
9351 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
9352 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
9353 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
9354 New method definitions.
9356 2009-12-09 Ian Lance Taylor <iant@google.com>
9358 * plugin.cc (Plugin::load): Don't cast from void* to a function
9361 2009-12-09 Ian Lance Taylor <iant@google.com>
9363 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
9366 2009-12-09 H.J. Lu <hongjiu.lu@intel.com>
9368 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
9369 Replace two_file_shared_1.so with two_file_shared_2.so.
9370 * testsuite/Makefile.in: Regenerated.
9372 2009-12-08 Doug Kwan <dougkwan@google.com>
9374 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
9375 (HFILES): Add attributes.h and int_encoding.h.
9376 * Makefile.in: Regenerate.
9377 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
9378 function definitions to int_encoding.cc
9379 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
9380 prototypes to int_encoding.h
9381 * reduced_debug_output.cc (int_encoding.h): New include.
9382 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
9383 function definitions to int_encoding.cc
9384 (insert_into_vector, read_from_pointer): Move template definitions to
9386 * attributes.cc: New file.
9387 * attributes.h: New file.
9388 * int_encoding.cc: New file.
9389 * int_encoding.h: New file.
9391 2009-12-07 Rafael Avila de Espindola <espindola@google.com>
9394 * incremental-dump.cc (dump_incremental_inputs): New.
9395 (main): Use dump_incremental_inputs.
9397 2009-12-07 H.J. Lu <hongjiu.lu@intel.com>
9400 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
9401 checking elfcpp::STT_FUNC.
9402 (Target_i386::Relocate::relocate): Likewise.
9403 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
9405 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
9406 symbols from shared libraries into normal FUNC symbols.
9408 * symtab.h (Symbol): Add is_func and use it.
9410 2009-12-05 Doug Kwan <dougkwan@google.com>
9412 * arm.cc (Target_arm::arm_info): Initialize new fields
9413 attributes_section and attributes_vendor.
9414 * i386.cc (Target_i386::i386_info): Same.
9415 * object.cc (Sized_relobj::do_layout): Skip attribute section.
9416 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
9417 fields attributes_section and attributes_vendor.
9418 * sparc.cc (Target_sparc::sparc_info): Same.
9419 * target.h (Target::attributes_section, Target::attributes_vendor,
9420 Target::is_attributes_section, Target::attribute_arg_type,
9421 Target::attributes_order): New method definitions.
9422 (Target::Target_info::attributes_section,
9423 Target::Target_info::attributes_vendor): New fields.
9424 (Target::do_attribute_arg_type, Target::do_attributes_order): New
9425 virtual method definitions.
9426 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
9427 attributes_section and attributes_vendor.
9428 * testsuite/testfile.cc (Target_test::test_target_info): Same.
9430 2009-12-05 Doug Kwan <dougkwan@google.com>
9432 * arm.cc: Update comments about interworking and stub generation.
9433 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
9434 considered as non-PIC.
9435 (Arm_relocate_functions::base_abs): Fix formatting.
9436 (Arm_relocate_functions::got_prel): Fix comment. Change interface
9437 of function to use GOT entry address instead of offset.
9438 (Target_arm::Scan::global): Issue an error if a symbol would need a
9439 PLT does not get one because it is untyped. Remove code to create
9440 dynamic symbols for relative branches.
9441 (Target_arm::Relocate::relocate: Use 0 instead of false since function
9442 takes unsigned integer instead of boolean.
9444 2009-12-05 H.J. Lu <hongjiu.lu@intel.com>
9446 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
9447 (two_file_test_LDADD): Likewise.
9448 (common_test_1_LDADD): Likewise.
9449 (exception_test_LDADD) Likewise.
9450 (weak_test_LDADD): Likewise.
9451 (many_sections_test_LDADD): Likewise.
9452 (initpri1_LDADD): Likewise.
9453 (script_test_1_LDADD): Likewise.
9454 (script_test_2_LDADD): Likewise.
9455 (justsyms_LDADD): Likewise.
9456 (binary_test_LDADD): Likewise.
9457 (large_LDADD): Likewise.
9458 * testsuite/Makefile.in: Regenerated.
9460 2009-12-04 H.J. Lu <hongjiu.lu@intel.com>
9462 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
9463 (Symbol_table::override_with_special): Likewise.
9464 (Symbol_table::add_from_object): Likewise.
9466 2009-12-04 Rafael Avila de Espindola <espindola@google.com>
9468 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
9469 Don't set the data_offset twice.
9471 2009-12-04 Rafael Avila de Espindola <espindola@google.com>
9473 * testsuite/Makefile.in: Regenerate.
9475 2009-12-03 Doug Kwan <dougkwan@google.com>
9477 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
9478 (Target_arm::do_finalize_sections): Add parameter for symbol table
9479 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
9480 * i386.cc (Target_i386::do_finalize_sections): Add an additional
9481 parameter for symbol table pointer.
9482 * layout.cc (Layout::finalize): Call Target::finalize_sections with
9483 an additional parameter for a pointer to symbol table.
9484 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
9485 parameter for a symbol table pointer.
9486 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
9487 * target.h (Target::finalize_sections, Target::do_finalize_sections):
9489 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
9490 parameter for a symbol table pointer.
9492 2009-12-03 Rafael Avila de Espindola <espindola@google.com>
9494 * incremental.cc (Incremental_inputs_header)
9495 (Incremental_inputs_header_write, Incremental_inputs_entry)
9496 (Incremental_inputs_entry_write): Move ...
9497 * incremental.h (Incremental_inputs_header)
9498 (Incremental_inputs_header_write, Incremental_inputs_entry)
9499 (Incremental_inputs_entry_write): here.
9501 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
9503 * incremental.cc (make_sized_incremental_binary): Set the target.
9504 Error if it is incompatible.
9505 * output.h (Output_file): Add filename method.
9507 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
9509 * incremental.cc (Incremental_inputs_entry): Remove unused argument
9510 from the get_* methods.
9512 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
9514 * incremental-dump.cc (main): Check that the offeset of a script is 0.
9515 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
9516 Write 0 for the data_offset of scripts.
9518 2009-12-02 Rafael Avila de Espindola <espindola@google.com>
9520 * testsuite/Makefile.am: Add the incremental_test.sh test.
9521 * testsuite/incremental_test.sh: New.
9522 * testsuite/incremental_test_1.c: New.
9523 * testsuite/incremental_test_2.c: New.
9525 2009-12-01 Rafael Avila de Espindola <espindola@google.com>
9527 * incremental-dump.cc (main): Fix typos.
9529 2009-11-27 Rafael Avila de Espindola <espindola@google.com>
9532 * incremental-dump.cc (main): Use llu to print 64 bit values.
9534 2009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
9535 H.J. Lu <hongjiu.lu@intel.com>
9537 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
9539 (incremental_dump_LDADD): Likewise.
9540 * Makefile.in: Regenerated.
9542 2009-11-25 Doug Kwan <dougkwan@google.com>
9546 2009-11-25 Doug Kwan <dougkwan@google.com>
9548 * arm.cc (Target_arm::Target_arm): Move method definition
9549 outside of class definition. Add code to handle
9550 --target1-rel, --target1-abs and --target2= options.
9551 (Target_arm::get_reloc_reloc_type): Change method to be
9552 non-static and const.
9553 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
9554 New data member declaration.
9555 (Target_arm::Scan::local, Target_arm::Scan::global,
9556 Target_arm::Relocate::relocate,
9557 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9558 Adjust call to Target_arm::get_real_reloc_type.
9559 (Target_arm::get_real_reloc_type): Use command line options
9560 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
9561 * options.h (--target1-rel, --target1-abs, --target2): New
9564 2009-11-25 Doug Kwan <dougkwan@google.com>
9566 * arm.cc (Target_arm::Target_arm): Move method definition outside of
9567 class definition. Add code to handle --target1-rel, --target1-abs
9568 and --target2= options.
9569 (Target_arm::get_reloc_reloc_type): Change method to be non-static
9571 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
9573 (Target_arm::Scan::local, Target_arm::Scan::global,
9574 Target_arm::Relocate::relocate,
9575 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
9576 call to Target_arm::get_real_reloc_type.
9577 (Target_arm::get_real_reloc_type): Use command line options to
9578 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
9579 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
9582 2009-11-25 Doug Kwan <dougkwan@google.com>
9584 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
9585 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
9586 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
9588 (Arm_relocate_functions::thm_call): Replace body with a call to
9589 Arm_relocate_functions::thumb_branch_common.
9590 (Arm_relocate_functions::thm_jump24,
9591 Arm_relocate_functions::thm_xpc22): New method definitions.
9592 (Arm_relocate_functions::thumb_branch_common): New method definition.
9593 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
9595 (Target_arm::Relocate::relocate): Adjust call to thm_call.
9596 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
9598 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
9600 * Makefile.am: Build incremental-dump
9601 * Makefile.in: Regenerate.
9602 * incremental-dump.cc: New.
9603 * incremental.cc (Incremental_inputs_header_data,
9604 Incremental_inputs_entry_data): Move to incremental.h
9605 * incremental.h: (Incremental_inputs_header_data,
9606 Incremental_inputs_entry_data): Move from incremental.cc
9608 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
9610 * incremental.cc (Incremental_inputs_header,
9611 Incremental_inputs_header_write, Incremental_inputs_entry,
9612 Incremental_inputs_entry_write): Add a typedef with the data type.
9614 2009-11-24 Rafael Avila de Espindola <espindola@google.com>
9616 * incremental.cc (Incremental_inputs_header,
9617 Incremental_inputs_header_write, Incremental_inputs_entry,
9618 Incremental_inputs_entry_write): Update comment about which
9619 type has the filed descriptions.
9621 2009-11-15 Doug Kwan <dougkwan@google.com>
9623 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
9624 (Arm_relocate_functions::arm_branch_common): Change method defintion
9625 in class definition to a method declaration and update list of formal
9627 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
9628 Arm_relocation_functions::jump24): Adjust call to
9629 Arm_relocate_functions::arm_branch_common. Update list of formal
9631 (Arm_relocate_functions::xpc25): New method definition.
9632 (Arm_relocate_functions::arm_branch_common): Move method defintion
9633 out from class definition. Use stubs for mode-switching and extending
9635 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
9636 specially. Change code to enable use of stubs in ARM branches.
9638 2009-11-10 Doug Kwan <dougkwan@google.com>
9640 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
9641 in method declaration.
9642 (Target_arm::relocate_stub): New method declaration.
9643 (Target_arm::default_target): Change to return a pointer instead of
9645 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
9646 Target_arm::default_target.
9647 (Arm_Relobj::do_relocate_sections): Remove options paramater in
9649 (Target_arm::relocate_section): Adjust view.
9650 (Target_arm::relocate_stub): New method definition.
9652 2009-11-10 Doug Kwan <dougkwan@google.com>
9654 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
9656 * incremental.cc (open_incremental_binary): Initialized local
9657 variables to avoid warnings.
9658 * object.cc (make_elf_object): Ditto.
9659 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
9662 009-11-09 H.J. Lu <hongjiu.lu@intel.com>
9665 * testsuite/plugin_test.c: Include "config.h".
9667 2009-11-09 Doug Kwan <dougkwan@google.com>
9669 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
9670 (arm_symbol_value): Remove.
9671 (Arm_relocate_functions::arm_branch_common,
9672 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
9673 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
9674 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
9675 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
9676 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
9677 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
9678 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
9679 Arm_relocate_functions::thm_mobw_abs_nc,
9680 Arm_relocate_functions::thm_mov_abs,
9681 Arm_relocate_functions::movw_prel_nc,
9682 Arm_relocate_functions::thm_movt_abs,
9683 Arm_relocate_functions::movt_prel,
9684 Arm_relocate_functions::thm_movw_prel_nc,
9685 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
9686 (Target_arm::Relocate::relocate): Only decompose address into two
9687 parts if relocation type uses the thumb-bit and pass the actual
9688 bit instead of a flag indicating that the thumb-bit is used. Adjust
9689 calls to methods in Arm_relocate_functions for this change.
9691 2009-11-08 Ian Lance Taylor <iant@google.com>
9694 * reloc.cc: Instantiate
9695 Sized_relobj::initialize_input_to_output_maps and
9696 Sized_relobj:free_input_to_output_maps.
9698 2009-11-06 Ian Lance Taylor <iant@google.com>
9701 * defstd.cc (in_segment): Set only_if_ref true for "end".
9703 2009-11-06 Doug Kwan <dougkwan@google.com>
9705 * arm.cc (class Reloc_stub): Correct a comment.
9706 (Target_arm::Target_arm): Initialize arm_input_section_map_.
9707 (Target_arm::scan_section_for_stubs): New method declaration.
9708 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
9709 Change methods from private to protected.
9710 (Target_arm::do_may_relax): New method definition.
9711 (Target_arm::do_relax, Target_arm::group_sections,
9712 Target_arm::scan_reloc_for_stub,
9713 Target_arm::scan_reloc_section_for_stubs): New method declarations.
9714 (Target_arm::arm_input_section_map_): New data member declaration.
9715 (Target_arm::scan_reloc_for_stub,
9716 Target_arm::scan_reloc_section_for_stubs,
9717 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
9718 Target_arm::do_relax): New method definitions.
9720 2009-11-06 Mikolaj Zalewski <mikolaj@google.com>
9722 * configure.ac: Check for (struct stat)::st_mtim
9723 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
9724 * config.in: Regenerate.
9725 * configure: Regenerate.
9727 2009-11-05 Ian Lance Taylor <iant@google.com>
9730 * output.cc (Output_segment::add_output_section): Add missing
9733 2009-11-04 Ian Lance Taylor <iant@google.com>
9736 * object.h (class Object): Add is_needed and set_is_needed
9737 methods. Add is_needed_ field. Make bool fields into bitfields.
9738 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
9739 defined in a dynamic object and referenced by a regular object,
9740 set is_needed for the dynamic object.
9741 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
9742 if the file is marked with as_needed and it is not needed.
9744 2009-11-04 Ian Lance Taylor <iant@google.com>
9747 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
9748 tags if data is discarded by linker script.
9749 * i386.cc (Target_i386::do_finalize_sections): Likewise.
9750 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
9751 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
9752 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9754 2009-11-04 Ian Lance Taylor <iant@google.com>
9756 * layout.cc (Layout::get_output_section): Add is_interp and
9757 is_dynamic_linker_section parameters. Change all callers.
9758 (Layout::choose_output_section): Likewise.
9759 (Layout::make_output_section): Likewise.
9760 (Layout::add_output_section_data): Add is_dynamic_linker_section
9761 parameter. Change all callers.
9762 * layout.h (class Layout): Update declarations.
9763 * output.h (class Output_section): Add is_interp, set_is_interp,
9764 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
9765 Add is_interp_, is_dynamic_linker_section_ fields. Change
9766 generate_code_fills_at_write_ to a bitfield.
9767 * output.cc (Output_section::Output_sections): Initialize new
9769 (Output_segment::add_output_section): Add do_sort parameter.
9772 2009-11-03 Ian Lance Taylor <iant@google.com>
9775 * options.h (class General_options): Add --warn-common.
9776 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
9777 merging two common symbols.
9778 (Symbol_table::should_override): Handle --warn-common when merging
9779 a common symbol with a defined symbol. Use report_resolve_problem
9780 for multiple definitions.
9781 (Symbol_table::report_resolve_problem): New function.
9782 * symtab.h (class Symbol_table): Declare report_resolve_problem.
9784 2009-11-03 Doug Kwan <dougkwan@google.com>
9786 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
9788 (Target_arm::stub_factory): New method definition.
9789 (Target_arm::new_arm_input_section,
9790 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
9791 Target_arm::reloc_uses_thumb_bit): New method declarations.
9792 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
9793 New type definitions.
9794 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
9795 member declarations.
9796 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
9797 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
9798 New method definitions.
9800 2009-11-03 Ian Lance Taylor <iant@google.com>
9802 * options.h (class General_options): Add --warn_constructors.
9804 2009-11-03 Ian Lance Taylor <iant@google.com>
9807 * defstd.cc (in_section): Add entries for __rel_iplt_start,
9808 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
9810 2009-11-03 Ian Lance Taylor <iant@google.com>
9813 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
9814 --msgid-bugs-address.
9815 (install-pdf): New target.
9816 (install-data_yes): Look up one directory to find mkinstalldirs.
9818 2009-11-03 H.J. Lu <hongjiu.lu@intel.com>
9820 * po/Make-in (.po.gmo): Don't generate .gmo files in source
9823 2009-10-30 Doug Kwan <dougkwan@google.com>
9825 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
9827 2009-10-30 Doug Kwan <dougkwan@google.com>
9829 * arm.cc (Stub_addend_reader): New struct template definition
9830 and partial specializations.
9831 (Stub_addend_reader::operator()): New method definition for a
9832 partially specialized template.
9834 2009-10-30 Doug Kwan <dougkwan@google.com>
9836 * arm.cc (Arm_relobj::processor_specific_flags): New method
9838 (Arm_relobj::do_read_symbols): New method declaration.
9839 (Arm_relobj::processor_specific_flags_): New data member declaration.
9840 (Arm_dynobj): New class definition.
9841 (Target_arm::do_finalize_sections): Add input_objects parameter.
9842 (Target_arm::do_adjust_elf_header): New method declaration.
9843 (Target_arm::are_eabi_versions_compatible,
9844 (Target_arm::merge_processor_specific_flags): New method declaration.
9845 (Target_arm::do_make_elf_object): New overloaded method definitions
9847 (Arm_relobj::do_read_symbols): New method definition.
9848 (Arm_dynobj::do_read_symbols): Ditto.
9849 (Target_arm::do_finalize_sections): Add input_objects parameters.
9850 Merge processor-specific flags from all input objects.
9851 (Target_arm::are_eabi_versions_compatible,
9852 Target_arm::merge_processor_specific_flags,
9853 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
9854 New method definitions.
9855 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
9856 Input_objects pointer type parameter.
9857 * layout.cc (Layout::finalize): Pass input objects to target's.
9858 finalize_sections function.
9859 * output.cc (Output_file_header::do_sized_write): Set ELF file
9860 header's processor-specific flags.
9861 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
9862 Input_objects pointer type parameter.
9863 * sparc.cc (Target_sparc::do_finalize_sections): Same.
9864 * target.h (Input_objects): New forward class declaration.
9865 (Target::processor_specific_flags,
9866 Target::are_processor_specific_flags_sect): New method definitions.
9867 (Target::finalize_sections): Add input_objects parameter.
9868 (Target::Target): Initialize processor_specific_flags_ and
9869 are_processor_specific_flags_set_.
9870 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
9872 (Target::set_processor_specific_flags): New method definition.
9873 (Target::processor_specific_flags_,
9874 Target::are_processor_specific_flags_set_): New data member
9876 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
9877 Input_objects pointer type parameter.
9879 2009-10-30 Doug Kwan <dougkwan@google.com>
9881 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
9883 2009-10-28 Ian Lance Taylor <iant@google.com>
9885 * object.h (class Relobj): Drop options parameter from
9886 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
9887 do_scan_relocs, do_relocate. Change all callers.
9888 (class Sized_relobj): Drop options parameters from
9889 do_gc_process_relocs, do_scan_relocs, do_relocate,
9890 do_relocate_sections, relocate_sections, emit_relocs_scan,
9891 emit_relocs_scan_reltype. Change all callers.
9892 (struct Relocate_info): Remove options field and all references to
9894 * reloc.h (class Read_relocs): Remove options constructor
9895 parameter and options_ field. Change all callers.
9896 (class Gc_process_relocs, class Scan_relocs): Likewise.
9897 (class Relocate_task): Likewise.
9898 * target-reloc.h (scan_relocs): Remove options parameter. Change
9900 (scan_relocatable_relocs): Likewise.
9901 * target.h (class Sized_target): Remove options parameter from
9902 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
9904 * gc.h (gc_process_relocs): Remove options parameter. Change all
9906 * arm.cc: Update functions to remove options parameters.
9907 * i386.cc: Likewise.
9908 * powerpc.cc: Likewise.
9909 * sparc.cc: Likewise.
9910 * x86_64.cc: Likewise.
9911 * testsuite/testfile.cc: Likewise.
9913 2009-10-28 Doug Kwan <dougkwan@google.com>
9915 * arm.cc (Arm_relobj): New class definition.
9916 (Arm_relobj::scan_sections_for_stubs,
9917 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
9918 New method definitions.
9920 2009-10-28 Cary Coutant <ccoutant@google.com>
9922 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
9923 (Plugin::cleanup_done_): New member.
9924 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
9925 (Plugin_manager::cleanup_done_): Remove.
9926 (Plugin_manager::add_input_file): Edit error message.
9927 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
9928 (Plugin_manager::cleanup): Remove use of cleanup_done_.
9930 2009-10-27 Mikolaj Zalewski <mikolajz@google.com>
9932 * fileread.cc: (File_read::View::~View): Use the new
9933 data_ownership_ filed.
9934 (File_read::~File_read): Dispose the new whole_file_view_.
9935 (File_read::open): Mmap the whole file if needed.
9936 (File_read::open): Use whole_file_view_ instead of contents_.
9937 (File_read::find_view): Use whole_file_view_ if applicable.
9938 (File_read::do_read): Use whole_file_view_ instead of contents_.
9939 (File_read::make_view): Use whole_file_view_ instead of contents_,
9940 update File_read::View::View call.
9941 (File_read::find_or_make_view): Update File_read::View::View
9943 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
9945 (File_read::View::Data_ownership): New enum.
9946 (File_read::View::View): Replace bool mapped_ with Data_ownership
9948 (File_read::View::mapped_): Remove (replaced by data_ownership_).
9949 (File_read::View::data_ownership_): New field.
9950 (File_read::contents_): Remove (replaced by whole_file_view_).
9951 (File_read::whole_file_view_): New field.
9952 * options.h (class General_options): Add --keep-files-mapped.
9954 2009-10-27 Cary Coutant <ccoutant@google.com>
9956 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
9957 * testsuite/Makefile.am (plugin_test_5): New test case.
9958 * testsuite/Makefile.in: Regenerate.
9960 2009-10-25 Doug Kwan <dougkwan@google.com>
9962 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
9963 from private to protected to allow access by child class.
9964 (Sized_relobj::do_relocate_sections): New method declaration.
9965 (Sized_relobj::relocate_sections): Virtualize.
9966 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
9967 Sized_relobj::relocate_sections. Instantiate template explicitly
9968 for different target sizes and endianity.
9970 2009-10-24 Doug Kwan <dougkwan@google.com>
9972 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
9973 (Arm_input_section::as_arm_input_section): New method.
9974 (Arm_output_section): New class definition.
9975 (Arm_output_section::create_stub_group,
9976 Arm_output_section::group_sections): New method definitions.
9978 2009-10-22 Doug Kwan <dougkwan@google.com>
9980 * arm.cc (Arm_input_section): New class definition.
9981 (Arm_input_section::init, Arm_input_section:do_write,
9982 Arm_input_section::set_final_data_size,
9983 Arm_input_section::do_reset_address_and_file_offset): New method
9986 2009-10-21 Doug Kwan <dougkwan@google.com>
9988 * arm.cc (Stub_table, Arm_input_section): New forward class
9990 (Stub_table): New class defintion.
9991 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
9992 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
9993 New method definition.
9995 2009-10-21 Doug Kwan <dougkwan@google.com>
9997 * arm.cc: Update copyright comments.
9998 (Target_arm): New forward class template declaration.
9999 (Arm_address): New type.
10000 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
10001 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
10002 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
10004 (Insn_template): Same.
10005 (DEF_STUBS): New macro.
10006 (Stub_type): New enum type.
10007 (Stub_template): New class definition.
10009 (Reloc_stub): Same.
10010 (Stub_factory): Same.
10011 (Target_arm::Target_arm): Initialize may_use_blx_ and
10012 should_force_pic_veneer_.
10013 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
10014 Target_arm::should_force_pic_veneer,
10015 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
10016 Target_arm::using_thumb_only, Target_arm:;default_target): New
10018 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
10019 New data member declarations.
10020 (Insn_template::size, Insn_template::alignment): New method defintions.
10021 (Stub_template::Stub_template): New method definition.
10022 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
10023 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
10024 (Stub_factory::Stub_factory): New method definition.
10025 * gold.h (string_hash): New template.
10026 * output.h (Input_section_specifier::hash_value): Use
10028 (Input_section_specifier::string_hash): Remove.
10029 * stringpool.cc (Stringpool_template::string_hash): Use
10032 2009-10-20 Doug Kwan <dougkwan@google.com>
10034 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
10035 symbols of relaxed input sections.
10036 * output.h (Output_section::find_relaxed_input_section): Make
10039 2009-10-16 Doug Kwan <dougkwan@google.com>
10041 * dynobj.cc (Versions::Versions): Initialize version_script_.
10042 Only insert base version symbol definition for a shared object
10043 if version script defines any version versions.
10044 (Versions::define_base_version): New method definition.
10045 (Versions::add_def): Check that base version is not needed.
10046 (Versions::add_need): Define base version lazily.
10047 * dynobj.h (Versions::define_base_version): New method declaration.
10048 (Versions::needs_base_version_): New data member declaration.
10049 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
10050 (check_DATA): Add no_version_test.stdout.
10051 (libno_version_test.so, no_version_test.o no_version_test.stdout):
10053 * testsuite/Makefile.in: Regenerate.
10054 * testsuite/no_version_test.c: New file.
10055 * testsuite/no_version_test.sh: Ditto.
10057 2009-10-16 Doug Kwan <dougkwan@google.com>
10059 * expression.cc (class Segment_start_expression): New class definition.
10060 (Segment_start_expression::value): New method definition.
10061 (script_exp_function_segment_start): Return a new
10062 Segment_start_expression.
10063 * gold/script-c.h (script_saw_segment_start_expression): New function
10065 * script-sections.cc (Script_sections::Script_sections): Initialize
10066 SAW_SEGMENT_START_EXPRESSION_ to false.
10067 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
10068 and -Tbbs options to specify section addresses if given in
10069 command line and no SEGMENT_START expression is seen in a script.
10070 * script-sections.h (Script_sections::saw_segment_start_expression,
10071 Script_sections::set_saw_segment_start_expression): New method
10073 (Script_sections::saw_segment_start_expression_): New data member
10075 * script.cc (script_saw_segment_start_expression): New function.
10076 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
10077 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
10078 script_test_7.sh and script_test_8.sh.
10079 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
10080 script_test_8.stdout.
10081 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
10082 (script_test_6, script_test_6.stdout, script_test_7,
10083 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
10084 * Makefile.in: Regenerate.
10085 * testsuite/script_test_6.sh: New file.
10086 * testsuite/script_test_6.t: Same.
10087 * testsuite/script_test_7.sh: Same.
10088 * testsuite/script_test_7.t: Same.
10089 * testsuite/script_test_8.sh: Same.
10091 2009-10-16 Doug Kwan <dougkwan@google.com>
10093 * output.cc (Output_segment::set_section_list_address): Cast
10094 expressions to unsigned long long type to avoid format warnings.
10096 2009-10-15 Ian Lance Taylor <iant@google.com>
10098 * script.cc (Script_options::add_symbol_assignment): Always add a
10099 dot assignment to script_sections_.
10100 * script-sections.cc (Script_sections::add_dot_assignment):
10101 Initialize if necessary.
10103 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
10104 program headers with no load segment if there is a linker script.
10106 * layout.cc (Layout::set_segment_offsets): Align the file offset
10107 to the segment aligment for -N or -n with no load segment.
10108 * output.cc (Output_segment::add_output_section): Don't crash if
10109 the first section is a TLS section.
10110 (Output_segment::set_section_list_addresses): Print an error
10111 message if the address moves backward in a linker script.
10112 * script-sections.cc
10113 (Output_section_element_input::set_section_addresses): Don't
10114 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
10115 (Orphan_output_section::set_section_addresses): Likewise.
10117 2009-10-15 Doug Kwan <dougkwan@google.com>
10119 * layout.cc (Layout::finish_dynamic_section): Generate tags
10120 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
10121 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
10122 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
10124 2009-10-14 Ian Lance Taylor <iant@google.com>
10126 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
10128 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
10129 data_shdr fields of relinfo.
10130 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
10131 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
10132 R_386_TLS_LDO_32, adjust based on section flags.
10133 (Target_i386::Relocate::fix_up_ldo): Remove.
10135 2009-10-13 Ian Lance Taylor <iant@google.com>
10137 Add support for -pie.
10138 * options.h (class General_options): Add -pie and
10140 (General_options::output_is_position_independent): Test -pie.
10141 (General_options::output_is_executable): Return true if not shared
10142 and not relocatable.
10143 (General_options::output_is_pie): Remove.
10144 * options.cc (General_options::finalize): Reject incompatible uses
10146 * gold.cc (queue_middle_tasks): A -pie link is not static.
10147 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
10148 * symtab.cc (Symbol::final_value_is_known): Return false if
10149 output_is_position_independent.
10150 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
10151 output_is_position_independent.
10152 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
10153 output_is_position_independent.
10154 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
10155 output_is_position_independent.
10156 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
10158 (basic_pie_test.o, basic_pie_test): New targets.
10159 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
10160 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
10161 (two_file_pie_test): New target.
10162 * testsuite/Makefile.in: Rebuild.
10163 * README: Remove note saying that -pie is not supported.
10165 2009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
10167 * options.h (class General_options): Add -init and -fini.
10168 * layout.cc (Layout::finish_dynamic_section): Emit
10169 given init and fini functions.
10171 2009-10-13 Sriraman Tallam <tmsriram@google.com>
10173 * gc.h (gc_process_relocs): Check if icf is enabled using new
10175 * gold.cc (queue_initial_tasks): Likewise.
10176 (queue_middle_tasks): Likewise.
10177 * object.cc (do_layout): Likewise.
10178 * symtab.cc (is_section_folded): Likewise.
10179 * main.cc (main): Likewise.
10180 * reloc.cc (Read_relocs::run): Likewise.
10181 (Sized_relobj::do_scan_relocs): Likewise.
10182 * icf.cc (is_function_ctor_or_dtor): New function.
10183 (Icf::find_identical_sections): Check if function is ctor or dtor when
10184 safe icf is chosen.
10185 * options.h (General_options::icf): Change option to be an enum.
10186 (Icf_status): New enum.
10187 (icf_enabled): New method.
10188 (icf_safe_folding): New method.
10189 (set_icf_status): New method.
10190 (icf_status_): New variable.
10191 * (options.cc) (General_options::finalize): Set icf_status_.
10192 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
10193 icf_test and icf_keep_unique_test to use the --icf enum flag.
10194 * testsuite/icf_safe_test.sh: New file.
10195 * testsuite/icf_safe_test.cc: New file.
10197 2009-10-12 Sriraman Tallam <tmsriram@google.com>
10199 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
10200 includes to gc.h and icf.h.
10201 * arm.cc: Include gc.h.
10202 * gold.cc: Likewise.
10203 * i386.cc: Likewise.
10204 * powerpc.cc: Likewise.
10205 * sparc.cc: Likewise.
10206 * x86_64.cc: Likewise.
10207 * gc.h: Include icf.h.
10209 2009-10-11 Ian Lance Taylor <iant@google.com>
10211 * plugin.cc: Include "gold.h" before other header files.
10213 2009-10-10 Chris Demetriou <cgd@google.com>
10215 * options.h (Input_file_argument::Input_file_type): New enum.
10216 (Input_file_argument::is_lib_): Replace with...
10217 (Input_file_argument::type_): New member.
10218 (Input_file_argument::Input_file_argument): Take Input_file_type
10219 'type' rather than boolean 'is_lib' as second argument.
10220 (Input_file_argument::is_lib): Use type_.
10221 (Input_file_argument::is_searched_file): New function.
10222 (Input_file_argument::may_need_search): Handle is_searched_file.
10223 * options.cc (General_options::parse_library): Support -l:filename.
10224 (General_options::parse_just_symbols): Update for Input_file_argument
10226 (Command_line::process): Likewise.
10227 * archive.cc (Archive::get_file_and_offset): Likewise.
10228 * plugin.cc (Plugin_manager::release_input_file): Likewise.
10229 * script.cc (read_script_file, script_add_file): Likewise.
10230 * fileread.cc (Input_file::Input_file): Likewise.
10231 (Input_file::will_search_for): Handle is_searched_file.
10232 (Input_file::open): Likewise.
10233 * readsyms.cc (Read_symbols::get_name): Likewise.
10234 * testsuite/Makefile.am (searched_file_test): New test.
10235 * testsuite/Makefile.in: Regenerate.
10236 * testsuite/searched_file_test.cc: New file.
10237 * testsuite/searched_file_test_lib.cc: New file.
10239 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
10240 Ian Lance Taylor <iant@google.com>
10242 * descriptor.cc: Include <cstdio> and "binary-io.h".
10243 (Descriptors::open): Open the files in binary mode always.
10244 * script.cc (Lex::get_token): Treat \r as whitespace.
10246 2009-10-09 Ian Lance Taylor <iant@google.com>
10248 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
10250 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
10251 Ian Lance Taylor <iant@google.com>
10253 * configure.ac: Check for readv function also.
10254 * fileread.cc (readv): Define if not HAVE_READV.
10255 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
10257 * config.in: Regenerate.
10258 * configure: Regenerate.
10260 2009-10-09 Doug Kwan <dougkwan@google.com>
10262 * layout.cc (Layout::make_output_section): Call target hook to make
10263 ordinary output section.
10264 (Layout::finalize): Adjust parameter list of call the
10265 Target::may_relax().
10266 * layout.h (class Layout::section_list): New method.
10267 * merge.h (Output_merge_base::entsize): Change visibility to public.
10268 (Output_merge_base::is_string, Output_merge_base::do_is_string):
10270 (Output_merge_string::do_is_string): New method.
10271 * object.cc (Sized_relobj::do_setup): renamed from
10272 Sized_relobj::set_up.
10273 * object.h (Sized_relobj::adjust_shndx,
10274 Sized_relobj::initializ_input_to_output_maps,
10275 Sized_relobj::free_input_to_output_maps): Change visibilities to
10277 (Sized_relobj::setup): Virtualize.
10278 (Sized_relobj::do_setup): New method declaration.
10279 (Sized_relobj::invalidate_section_offset,
10280 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
10281 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
10282 * options.cc (parse_int): New function.
10283 * options.h (parse_int): New declaration.
10284 (DEFINE_int): New macro.
10285 (stub_group_size): New option.
10286 * output.cc (Output_section::Output_section): Initialize memebers
10287 merge_section_map_, merge_section_by_properties_map_,
10288 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
10289 (Output_section::add_input_section): Handled deferred code-fill
10290 generation and remove an old comment.
10291 (Output_section::add_relaxed_input_section): New method definition.
10292 (Output_section::add_merge_input_section): Use merge section by
10293 properties map to speed to search. Update merge section maps
10295 (Output_section::build_relaxation_map): New method definition.
10296 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
10298 (Output_section::relax_input_section): Renamed to
10299 Output_section::convert_input_sections_to_relaxed_sections and change
10300 interface to take a vector of pointers to relaxed sections.
10301 (Output_section::find_merge_section,
10302 Output_section::find_relaxed_input_section): New method definitions.
10303 (Output_section::is_input_address_mapped,
10304 Output_section::output_offset, Output_section::output_address):
10305 Use output section data maps to speed up searching.
10306 (Output_section::find_starting_output_address): Add comments.
10307 (Output_section::do_write,
10308 Output_section::write_to_postprocessing_buffer): Do code-fill
10309 generation as appropriate.
10310 (Output_section::get_input_sections): Invalidate relaxed input section
10312 (Output_section::restore_states): Adjust type of checkpoint .
10313 Invalidate relaxed input section map.
10314 * output.h (Output_merge_base): New class declaration.
10315 (Input_section_specifier): New class defintion.
10316 (class Output_relaxed_input_section) Change base class to
10317 Output_section_data_build.
10318 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
10319 base class initializer.
10320 (Output_section::add_relaxed_input_section): New method declaration.
10321 (Output_section::Input_section): Change visibility to protected.
10322 (Output_section::Input_section::relobj,
10323 Output_section::Input_section::shndx): Handle relaxed input sections.
10324 Output_section::input_sections) Change visibility to protected. Also
10325 define overload to return a non-const pointer.
10326 (Output_section::Merge_section_properties): New class defintion.
10327 (Output_section::Merge_section_by_properties_map,
10328 Output_section::Output_section_data_by_input_section_map,
10329 Output_section::Relaxation_map): New types.
10330 (Output_section::relax_input_section): Rename method to
10331 Output_section::convert_input_sections_to_relaxed_sections and change
10332 interface to take a vector of relaxed section pointers.
10333 (Output_section::find_merge_section,
10334 Output_section::find_relaxed_input_section,
10335 Output_section::build_relaxation_map,
10336 Output_section::convert_input_sections_in_list_to_relaxed_sections):
10337 New method declarations.
10338 (Output_section::merge_section_map_
10339 Output_section::merge_section_by_properties_map_,
10340 Output_section::relaxed_input_section_map_,
10341 Output_section::is_relaxed_input_section_map_valid_,
10342 Output_section::generate_code_fills_at_write_): New data members.
10343 * script-sections.cc
10344 (Output_section_element_input::set_section_addresses): Call
10345 current_data_size and addralign methods of relaxed input sections.
10346 (Orphan_output_section::set_section_addresses): Call current_data_size
10347 and addralign methods of relaxed input sections.
10348 * symtab.cc (Symbol_table::compute_final_value): Extract template
10349 from the body of Symbol_table::sized_finalize_symbol.
10350 (Symbol_table::sized_finalized_symbol): Call
10351 Symbol_table::compute_final_value.
10352 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
10353 (Symbol_table::compute_final_value): New templated method declaration.
10354 * target.cc (Target::do_make_output_section): New method defintion.
10355 * target.h (Target::make_output_section): New method declaration.
10356 (Target::relax): Add more parameters for input objects, symbol table
10357 and layout. Adjust call to do_relax.
10358 (Target::do_make_output_section): New method declaration.
10359 (Target::do_relax): Add parameters for input objects, symbol table
10362 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
10364 * pread.c: Include stdio.h.
10366 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
10368 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
10371 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
10373 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
10374 Change read_shndx type to unsigned int.
10375 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
10377 (Sized_dwarf_line_info::read_line_mappings): Likewise.
10378 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
10379 Change read_shndx type to unsigned int.
10380 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
10382 (Sized_dwarf_line_info::read_line_mappings): Likewise.
10383 * layout.cc (Layout::create_symtab_sections): Cast the result of
10384 local_symcount * symsize to off_t in the gold_assert.
10386 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10388 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
10389 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
10391 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
10392 (Arm_relocate_functions::thm_abs5): New function.
10393 (Arm_relocate_functions::abs12): New function.
10394 (Arm_relocate_functions::abs16): New function.
10395 (Arm_relocate_functions::base_abs): New function.
10396 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
10397 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
10398 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
10400 (Scan::global): Likewise.
10401 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
10402 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
10403 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
10404 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
10407 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10409 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
10410 (Arm_relocate_functions::movt_prel): New function.
10411 (Arm_relocate_functions::thm_movw_prel_nc): New function.
10412 (Arm_relocate_functions::thm_movt_prel): New function.
10413 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
10414 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
10415 (Scan::global, Relocate::relocate): Likewise.
10416 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
10418 2009-10-09 Mikolaj Zalewski <mikolajz@google.com>
10420 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
10421 Incremental_checker.
10422 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
10424 (class Incremental_inputs_header): New class.
10425 (Incremental_inputs_header_writer): Edit comment.
10426 (Incremental_inputs_entry): New class.
10427 (Incremental_inputs_entry_writer): Edit comment.
10428 (Sized_incremental_binary::do_find_incremental_inputs_section):
10429 Add *strtab_shndx parameter, fill it.
10430 (Sized_incremental_binary::do_check_inputs): New method.
10431 (Incremental_checker::can_incrementally_link_output_file): Use
10432 Sized_incremental_binary::check_inputs.
10433 (Incremental_inputs::report_command_line): Save command line in
10436 (Incremental_binary::find_incremental_inputs_section): New
10438 (Incremental_binary::do_find_incremental_inputs_section): Add
10439 strtab_shndx parameter.
10440 (Incremental_binary::do_check_inputs): New pure virtual method.
10441 (Sized_incremental_binary::do_check_inputs): Declare.
10442 (Incremental_checker::Incremental_checker): Add incremental_inputs
10443 parameter, use it to initialize incremental_inputs_.
10444 (Incremental_checker::incremental_inputs_): New field.
10445 (Incremental_checker::command_line): New method.
10446 (Incremental_checker::inputs): New method.
10447 (Incremental_checker::command_line_): New field.
10449 2009-10-09 Mikolaj Zalewski <mikolajz@google.com>
10451 * incremental.cc: Include <cstdarg> and "target-select.h".
10452 (vexplain_no_incremental): New function.
10453 (explain_no_incremental): New function.
10454 (Incremental_binary::error): New method.
10455 (Sized_incremental_binary::do_find_incremental_inputs_section): New
10457 (make_sized_incremental_binary): New function.
10458 (open_incremental_binary): New function.
10459 (can_incrementally_link_file): Add checks if output is ELF and has
10461 * incremental.h: Include "elfcpp_file.h" and "output.h".
10462 (Incremental_binary): New class.
10463 (Sized_incremental_binary): New class.
10464 (open_incremental_binary): Declare.
10465 * object.cc (is_elf_object): Use
10466 elfcpp::Elf_recognizer::is_elf_file.
10467 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
10468 * output.h (Output_file::filesize): New method.
10470 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10472 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
10474 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
10475 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
10477 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
10479 (Arm_relocate_functions::movw_abs_nc): New function.
10480 (Arm_relocate_functions::movt_abs): New function.
10481 (Arm_relocate_functions::thm_movw_abs_nc): New function.
10482 (Arm_relocate_functions::thm_movt_abs): New function.
10483 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
10484 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
10485 (Scan::global): Likewise.
10486 (Relocate::relocate): Likewise.
10487 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
10489 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10491 * arm.cc (Arm_relocate_functions::got_prel) New function.
10492 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
10493 (Relocate::relocate): Likewise.
10494 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
10496 2009-10-06 Ian Lance Taylor <iant@google.com>
10498 * options.h (class General_options): Define
10499 split_stack_adjust_size parameter.
10500 * object.h (class Object): Add uses_split_stack_ and
10501 has_no_split_stack_ fields. Add uses_split_stack and
10502 has_no_split_stack accessor functions. Declare
10503 handle_split_stack_section.
10504 (class Reloc_symbol_changes): Define.
10505 (class Sized_relobj): Define Function_offsets. Declare
10506 split_stack_adjust, split_stack_adjust_reltype, and
10508 * object.cc (Object::handle_split_stack_section): New function.
10509 (Sized_relobj::do_layout): Call handle_split_stack_section.
10510 * dynobj.cc (Sized_dynobj::do_layout): Call
10511 handle_split_stack_section.
10512 * reloc.cc (Sized_relobj::relocate_sections): Call
10513 split_stack_adjust for executable sections in split_stack
10514 objects. Pass reloc_map to relocate_section.
10515 (Sized_relobj::split_stack_adjust): New function.
10516 (Sized_relobj::split_stack_adjust_reltype): New function.
10517 (Sized_relobj::find_functions): New function.
10518 * target-reloc.h: Include "object.h".
10519 (relocate_section): Add reloc_symbol_changes parameter. Change
10521 * target.h (class Target): Add calls_non_split method. Declare
10522 do_calls_non_split virtual method. Declare match_view and
10524 * target.cc: Include "elfcpp.h".
10525 (Target::do_calls_non_split): New function.
10526 (Target::match_view): New function.
10527 (Target::set_view_to_nop): New function.
10528 * gold.cc (queue_middle_tasks): Give an error if mixing
10529 split-stack and non-split-stack objects with -r.
10530 * i386.cc (Target_i386::relocate_section): Add
10531 reloc_symbol_changes parameter.
10532 (Target_i386::do_calls_non_split): New function.
10533 * x86_64.cc (Target_x86_64::relocate_section): Add
10534 reloc_symbol_changes parameter.
10535 (Target_x86_64::do_calls_non_split): New function.
10536 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
10538 * powerpc.cc (Target_powerpc::relocate_section): Add
10539 reloc_symbol_changes parameter.
10540 * sparc.cc (Target_sparc::relocate_section): Add
10541 reloc_symbol_changes parameter.
10542 * configure.ac: Call AM_CONDITIONAL for the default target.
10543 * configure: Rebuild.
10544 * testsuite/Makefile.am (TEST_AS): New variable.
10545 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
10546 (check_DATA): Add split_i386 and split_x86_64 files.
10547 (SPLIT_DEFSYMS): Define.
10548 (split_i386_[1234n].o): New targets.
10549 (split_i386_[124]): New targets.
10550 (split_i386_[1234r].stdout): New targets.
10551 (split_x86_64_[1234n].o): New targets.
10552 (split_x86_64_[124]): New targets.
10553 (split_x86_64_[1234r].stdout): New targets.
10554 (MOSTLYCLEANFILES): Add new executables.
10555 * testsuite/split_i386.sh: New file.
10556 * testsuite/split_x86_64.sh: New file.
10557 * testsuite/split_i386_1.s: New file.
10558 * testsuite/split_i386_2.s: New file.
10559 * testsuite/split_i386_3.s: New file.
10560 * testsuite/split_i386_4.s: New file.
10561 * testsuite/split_i386_n.s: New file.
10562 * testsuite/split_x86_64_1.s: New file.
10563 * testsuite/split_x86_64_2.s: New file.
10564 * testsuite/split_x86_64_3.s: New file.
10565 * testsuite/split_x86_64_4.s: New file.
10566 * testsuite/split_x86_64_n.s: New file.
10567 * testsuite/testfile.cc (Target_test): Update relocation_section
10569 * testsuite/Makefile.in: Rebuild.
10571 2009-10-06 Ian Lance Taylor <iant@google.com>
10573 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
10574 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
10575 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
10576 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
10577 the address on ldo_addrs_.
10578 (Target_i386::Relocate::fix_up_ldo): New function.
10580 2009-10-06 Rafael Espindola <espindola@google.com>
10582 * plugin.cc (add_input_library): New.
10583 (Plugin::load): Add add_input_library to tv.
10584 (Plugin_manager::add_input_file): Add the is_lib argument.
10585 (add_input_file): Update call to Plugin_manager::add_input_file.
10586 (add_input_library): New.
10587 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
10589 2009-09-30 Doug Kwan <dougkwan@google.com>
10591 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
10592 symbol and call Symbol::may_need_copy_reloc to determine if
10593 a copy reloc is needed.
10594 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
10595 nocopyreloc is given in command line.
10596 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
10597 given in command line.
10598 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
10599 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
10600 of the removed Target_i386::may_need_copy_reloc.
10601 * options.h (copyreloc): New option with default value false.
10602 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
10603 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
10604 instead of the removed Target_powerpc::may_need_copy_reloc.
10605 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
10606 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
10607 instead of the removed Target_sparc::may_need_copy_reloc.
10608 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
10609 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
10610 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
10611 instead of the removed Target_x86_64::may_need_copy_reloc.
10613 2009-09-30 Ian Lance Taylor <iant@google.com>
10615 * object.h (class Object): Remove target_ field, and target,
10616 sized_target, and set_target methods.
10617 (Object::sized_target): Remove.
10618 (class Sized_relobj): Update declarations. Remove sized_target.
10619 * object.cc (Sized_relobj::setup): Remove target parameter.
10620 Change all callers.
10621 (Input_objects::add_object): Don't do anything with the target.
10622 (make_elf_sized_object): Add punconfigured parameter. Change all
10623 callers. Set or test parameter target.
10624 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
10625 Change all callers.
10626 * parameters.cc (Parameters::set_target): Change parameter type to
10628 (Parameters::default_target): Remove.
10629 (set_parameters_target): Change parameter type to be non-const.
10630 (parameters_force_valid_target): New function.
10631 (parameters_clear_target): New function.
10632 * parameters.h (class Parameters): Update declarations. Remove
10633 default_target method. Add sized_target and clear_target
10634 methods. Change target_ to be non-const.
10635 (set_parameters_target): Update declaration.
10636 (parameters_force_valid_target): Declare.
10637 (parameters_clear_target): Declare.
10638 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
10639 as NULL if we aren't searching.
10640 (Add_symbols::run): Don't check for compatible target.
10641 * fileread.cc (Input_file::open_binary): Call
10642 parameters_force_valid_target.
10643 * gold.cc (queue_middle_tasks): Likewise.
10644 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
10645 set_target on object.
10646 * dynobj.h (class Sized_dynobj): Update declarations.
10647 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
10648 make_elf_object returns NULL.
10649 (Archive::include_member): Don't check whether object target is
10651 * output.cc (Output_section::add_input_section): Get target from
10653 (Output_section::relax_input_section): Likewise.
10654 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
10656 (Sized_relobj::do_scan_relocs): Likewise.
10657 (Sized_relobj::relocate_sections): Likewise.
10658 * resolve.cc (Symbol_table::resolve): Likewise.
10659 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
10660 parameter. Change all callers.
10661 (Symbol_table::add_from_object): Get target from parameters.
10662 (Symbol_table::add_from_relobj): Don't check object target.
10663 (Symbol_table::add_from_dynobj): Likewise.
10664 (Symbol_table::define_special_symbol): Get target from
10666 * symtab.h (class Symbol_table): Update declaration.
10667 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
10668 parameter. Change all callers. Clear parameter target.
10669 (Binary_test): Test target here.
10670 * testsuite/object_unittest.cc (gold_testsuite): Remove
10671 target_test_pointer parameter. Change all callers.
10672 (Object_test): Test target here.
10674 2009-09-26 Ian Lance Taylor <iant@google.com>
10676 * testsuite/initpri1.c: Don't try to use constructor priorities if
10677 compiling with gcc before 4.3.
10679 2009-09-22 Mikolaj Zalewski <mikolajz@google.com>
10681 * testsuite/retain_symbols_file_test.sh (check_present): Change
10682 output file name to retain_symbols_file_test.stdout.
10683 (check_absent): Likewise.
10685 2009-09-18 Craig Silverstein <csilvers@google.com>
10687 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
10688 * options.cc: Include <cerrno> and <fstream>.
10689 (General_options::finalize): Parse -retain-symbols-file tag.
10690 * options.h: New flag.
10691 (General_options): New method should_retain_symbol, new
10692 variable symbols_to_retain.
10693 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
10694 should_retain_symbol map.
10695 * testsuite/Makefile.am (retain_symbols_file_test): New test.
10696 * testsuite/Makefile.in: Regenerate.
10697 * testsuite/retain_symbols_file_test.sh: New file.
10699 2009-09-18 Nick Clifton <nickc@redhat.com>
10701 * po/es.po: Updated Spanish translation.
10703 2009-09-17 Doug Kwan <dougkwan@google.com>
10705 * debug.h (DEBUG_RELAXATION): New constant.
10706 (DEBUG_ALL): Add DEBUG_RELAXATION.
10707 (debug_string_to_enum): Add relaxation debug option.
10709 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
10710 Layout::Relaxation_debug_check::read_sections,
10711 Layout::Relaxation_debug_check::read_sections): New method definitions.
10712 (Layout::Layout): Initialize data members
10713 record_output_section_data_from_scrips_,
10714 script_output_section_data_list_ and relaxation_debug_check_.
10715 (Layout::save_segments, Layout::restore_segments,
10716 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
10717 Layout::relaxation_loop_body): New method definitions.
10718 (Layout::finalize): Support relaxation. Move section layout code to
10719 Layout::relaxation_loop_body.
10720 (Layout::set_asection_address_from_script): Move code for orphan
10721 section placement out.
10722 (Layout::place_orphan_sections_in_script): New method definition.
10723 * layout.h (Output_segment_headers, Output_file_header):
10724 New forward class declarations.
10725 (Layout::~Layout): Define.
10726 (Layout::new_output_section_data_from_script): New method definition.
10727 (Layout::place_orphan_sections_in_script): New method declaration.
10728 (Layout::Segment_states): New type declaration.
10729 (Layout::save_segments, Layout::restore_segments,
10730 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
10731 Layout::relaxation_loop_body): New method declarations.
10732 (Layout::Output_section_data_list): New type declaration.
10733 (Layout::Relaxation_debug_check): New class definition.
10734 (Layout::record_output_section_data_from_script_,
10735 Layout::script_output_section_data_list_, Layout::segment_states_,
10736 Layout::relaxation_debug_check_): New data members.
10737 * output.cc: (Output_section_headers::do_size): New method definition.
10738 (Output_section_headers::Output_section_headers): Move size
10739 computation to Output_section_headers::do_size.
10740 (Output_segment_headers::do_size): New method definition.
10741 (Output_file_header::Output_file_header): Move size computation to
10742 Output_file_header::do_size and call it.
10743 (Output_file_header::do_size): New method definition.
10744 (Output_data_group::Output_data_group): Adjust call to
10745 Output_section_data.
10746 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
10747 (Output_symtab_xindex::do_write): Add array bound check.
10748 (Output_section::Input_section::print_to_mapfile): Handle
10749 RELAXED_INPUT_SECTION_CODE.
10750 (Output_section::Output_section): Initialize data member checkpoint_.
10751 (Output_section::~Output_section): Delete checkpoint object pointed
10753 (Output_section::add_input_section): Always add an Input_section if
10755 (Output_section::add_merge_input_section): Add assert.
10756 (Output_section::relax_input_section): New method definition.
10757 (Output_section::set_final_data_size): Set load address to zero for
10758 an unallocated section.
10759 (Output_section::do_address_and_file_offset_have_reset_values):
10760 New method definition.
10761 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
10762 Handle relaxed input section.
10763 (Output_section::sort_attached_input_sections): Checkpoint input
10764 section list lazily.
10765 (Output_section::get_input_sections): Change type of input_sections to
10766 list of Simple_input_section pointers. Checkpoint input section list
10767 lazily. Also handle relaxed input sections.
10768 (Output_section::add_input_section_for_script): Take a reference to
10769 a Simple_input_section object instead of Relobj pointer and section
10770 index as parameter. Handle relaxed input sections.
10771 (Output_section::save_states, Output_section::restore_states): New
10772 method definitions.
10773 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
10774 (Output_data::is_data_size_fixed): New method definition.
10775 (Output_data::reset_addresss_and_file_offset): Do not reset data size
10777 (Output_data::address_and_file_offset_have_reset_values): New method
10779 (Output_data::do_address_and_file_offset_have_reset_values): New method
10781 (Output_data::set_data_size): Check that data size is not fixed.
10782 (Output_data::fix_data_size): New method definition.
10783 (Output_data::is_data_size_fixed_): New data member.
10784 (Output_section_headers::set_final_data_size): New method definition.
10785 (Output_section_headers::do_size): New method declaration.
10786 (Output_segment_headers::set_final_data_size): New method definition.
10787 (Output_segment_headers::do_size): New method declaration.
10788 (Output_file_header::set_final_data_size)::New method definition.
10789 (Output_file_header::do_size)::New method declaration.
10790 (Output_section_data::Output_section_data): Add new parameter
10791 is_data_size_fixed and use it to fix data size.
10792 (Output_data_const::Output_data_const): Adjust call to base class
10793 constructor and fix data size.
10794 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
10795 base class constructor and fix data size.
10796 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
10797 base class constructor and fix data size.
10798 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
10799 class constructor and fix data size.
10800 (Output_data_group::set_final_data_size): New method definition.
10801 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
10802 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
10803 class constructor and fix data size.
10804 (Output_relaxed_input_section): New class definition.
10805 (Output_section::Simple_input_section): New class definition.
10806 (Output_section::get_input_sections): Adjust parameter list.
10807 (Output_section::add_input_section_for_script): Same.
10808 (Output_section::save_states, Output_section::restore_states,
10809 Output_section::do_address_and_file_offset_have_reset_values,
10810 (Output_section::Input_section::Input_section): Handle
10811 RELAXED_INPUT_SECTION_CODE. Add new overload for
10812 Output_relaxed_input_section.
10813 (Output_section::Input_section::is_input_section,
10814 Output_section::Input_section::set_output_section): Handle relaxed
10816 (Output_section::Input_section::is_relaxed_input_section,
10817 Output_section::Input_section::output_section_data,
10818 Output_section::Input_section::relaxed_input_section): New method
10820 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
10822 (Output_section::Input_section::u1_): Update comments.
10823 (Output_section::Input_section::u2_): Add new union member poris.
10824 (Output_section::Checkpoint_output_section): New classs definition.
10825 (Output_section::relax_input_section): New method declaration.
10826 (Output_section::checkpoint_): New data member.
10827 (Output_segment): Update comments.
10828 (Output_segment::Output_segment): Un-privatize copy constructor.
10829 (Output_segment::operator=): Un-privatize.
10830 * script-sections.cc (Output_section_element::Input_section_list):
10831 Change element type to Output_section::Simple_input_section.
10832 (Output_section_element_dot_assignment::set_section_addresses):
10833 Register output section data for relaxation clean up.
10834 (Output_data_exression::Output_data_expression): Adjust call to base
10835 constructor to fix data size.
10836 (Output_section_element_data::set_section_addresses): Register
10837 Output_data_expression object for relaxation clean up.
10838 (struct Input_section_info): Replace Relobj pointer and section index
10839 pair with Output_section::Simple_input_section and Convert struct to a
10841 (Input_section_sorter::operator()): Adjust access to
10842 Input_section_info data member to use accessors.
10843 (Output_section_element_input::set_section_addresses): Use layout
10844 parameter. Adjust code to use Output_section::Simple_input_section
10845 and Input_secction_info classes. Register filler for relaxation
10847 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
10848 and section index pair with Output_section::Simple_input_section
10849 class. Adjust code accordingly.
10850 (Phdrs_element::release_segment): New method definition.
10851 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
10853 (Script_sections::release_segments): New method definition.
10854 * gold/script-sections.h (Script_sections::release_segments): New
10855 method declaration.
10856 * gold/target.h (Target::may_relax, Target::relax,
10857 Target::do_may_relax, Target::do_relax): New method definitions.
10859 2009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10861 * arm.cc (has_signed_unsigned_overflow): New function.
10862 (Arm_relocate_functions::abs8): New function.
10863 (Target_arm::Scan::local): Handle R_ARM_ABS8.
10864 (Target_arm::Scan::global): Likewise.
10865 (Target_arm::relocate::relocate): Likewise.
10866 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10869 2009-09-16 Cary Coutant <ccoutant@google.com>
10871 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
10872 * testsuite/Makefile.in: Regenerate.
10874 2009-09-11 Nick Clifton <nickc@redhat.com>
10876 * po/gold.pot: Updated by the Translation project.
10878 2009-09-08 Cary Coutant <ccoutant@google.com>
10880 * output.cc (Output_file::open): Add execute permission to empty file.
10881 * testsuite/Makefile.am (permission_test): New test.
10882 * testsuite/Makefile.in: Regenerate.
10884 2009-09-02 Ian Lance Taylor <iant@google.com>
10886 * output.cc (Output_file::resize): Call map_no_anonymous rather
10889 2009-09-01 Mikolaj Zalewski <mikolajz@google.com>
10891 * gold.cc: Include "incremental.h".
10892 (queue_initial_tasks): Call Incremental_checker methods.
10893 * incremental.cc: Include "output.h".
10894 (Incremental_checker::can_incrementally_link_output_file): New
10896 * incremental.h (Incremental_checker): New class.
10898 * output.cc (Output_file::open_for_modification): New method.
10899 (Output_file::map_anonymous): Changed return type to bool. Record
10900 map in base_ field.
10901 (Output_file::map_no_anonymous): New method, broken out of map.
10902 (Output_file::map): Use map_no_anonymous and map_anonymous.
10903 * output.h (class Output_file): Update declarations.
10905 2009-08-24 Cary Coutant <ccoutant@google.com>
10907 * options.h (Command_line::Pre_options): New class.
10908 (Command_line::pre_options): New member.
10909 * options.cc (gold::options::ready_to_register): New variable.
10910 (One_option::register_option): Do nothing if not registering options.
10911 Assert if same short option registered twice.
10912 (General_options::General_options): Turn off option registration when
10914 (Command_line::Pre_options::Pre_options): New constructor.
10916 2009-08-24 Cary Coutant <ccoutant@google.com>
10918 * options.h (General_options::no_keep_memory): Remove incorrect
10921 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10923 * Makefile.am (am__skiplex, am__skipyacc): New.
10924 * Makefile.in: Regenerate.
10926 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10928 * Makefile.am (AM_CPPFLAGS): Renamed from ...
10929 (INCLUDES): ... this.
10930 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
10931 (AM_CPPFLAGS): Renamed from ...
10932 (INCLUDE): ... this.
10933 * Makefile.in, testsuite/Makefile.in: Regenerate.
10935 * Makefile.in: Regenerate.
10936 * aclocal.m4: Likewise.
10937 * config.in: Likewise.
10938 * configure: Likewise.
10939 * testsuite/Makefile.in: Likewise.
10941 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
10942 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
10943 * Makefile.in: Regenerate.
10944 * testsuite/Makefile.in: Regenerate.
10946 2009-08-19 Cary Coutant <ccoutant@google.com>
10948 * resolve.cc (Symbol_table::resolve): Don't complain about defined
10949 symbols in shared libraries overridden by hidden or internal symbols
10950 in the main program.
10952 2009-08-19 Chris Demetriou <cgd@google.com>
10954 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
10955 checking source file names in error messages.
10957 2009-08-18 Doug Kwan <dougkwan@google.com>
10959 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
10960 an elcpp::Ehdr as parameter. Adjust call to set_target.
10961 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
10962 an elfcpp::Ehdr as parameter.
10963 * object.cc (Object::set_target): Remove the version that looks up
10964 a target and sets it.
10965 (Sized_relobj::setup): Take a Target object instead of
10966 an elfcpp::Ehdr as parameter. Adjust call to set_target.
10967 (make_elf_sized_object): Find target and ask target to
10968 make an ELF object.
10969 * object.h: (Object::set_target): Remove the version that looks up
10970 a target and sets it.
10971 (Sized_relobj::setup): Take a Target object instead of
10972 an elfcpp:Ehdr as parameter.
10973 * target.cc: Include dynobj.h.
10974 (Target::do_make_elf_object_implementation): New.
10975 (Target::do_make_elf_object): New.
10976 * target.h (Target::make_elf_object): New template declaration.
10977 (Target::do_make_elf_object): New method declarations.
10978 (Target::do_make_elf_object_implementation): New template declaration.
10980 2009-08-14 Ian Lance Taylor <iant@google.com>
10982 * gold.h (FUNCTION_NAME): Define.
10983 (gold_unreachable): Use FUNCTION_NAME.
10985 2009-08-12 Sriraman Tallam <tmsriram@google.com>
10987 * icf.cc (Icf::find_identical_sections): Issue a warning when a
10988 symbol in the --keep-unique list is not found.
10990 2009-08-12 Sriraman Tallam <tmsriram@google.com>
10992 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
10993 been maked as --keep-unique.
10994 (Icf::unfold_section): New function.
10995 * icf.h (Icf::unfold_section): New function.
10996 * options.h (General_options::keep_unique): New option.
10997 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
10998 * testsuite/Makefile.in: Regenerate.
10999 * testsuite/icf_keep_unique_test.sh: New file.
11000 * testsuite/icf_keep_unique_test.cc: New file.
11002 2009-08-12 Cary Coutant <ccoutant@google.com>
11005 * resolve.cc (Symbol_table::resolve): Check for references from
11006 dynamic objects to hidden and internal symbols.
11007 * testsuite/Makefile.am (hidden_test.sh): New test.
11008 * testsuite/Makefile.in: Regenerate.
11009 * testsuite/hidden_test.sh: New script.
11010 * testsuite/hidden_test_1.c: New test source.
11011 * testsuite/hidden_test_main.c: New test source.
11013 2009-08-11 Doug Kwan <dougkwan@google.com>
11015 * arm.cc: Update comments.
11016 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
11017 segment to locate the .ARM.exidx section if present.
11019 2009-08-09 Doug Kwan <dougkwan@google.com>
11021 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
11024 2009-08-07 Sriraman Tallam <tmsriram@google.com>
11025 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
11028 2009-08-06 Sriraman Tallam <tmsriram@google.com>
11030 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
11031 valid tls_segment only for non-debug-section relocations.
11032 * testsuite/Makefile.am: Add gc_tls_test.
11033 * testsuite/Makefile.in: Regenerate.
11034 * testsuite/gc_tls_test.cc: New file.
11035 * testsuite/gc_tls_test.sh: New file.
11037 2009-08-05 Sriraman Tallam <tmsriram@google.com>
11039 * icf.cc: New file.
11041 * Makefile.am (CCFILES): Add icf.cc.
11042 (HFILES): Add icf.h
11043 * Makefile.in: Regenerate.
11044 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
11045 * gc.h (gc_process_relocs): Populate lists used by icf to contain
11046 section, symbol and addend information for the relocs.
11047 * gold.cc (queue_middle_tasks): Call identical code folding.
11048 * gold.h: Add defines for multimap.
11049 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
11050 to the call of finalize_local_symbols.
11051 * main.cc (main): Create object of class Icf.
11052 * object.cc (Sized_relobj::do_layout): Allow this function to be
11053 called twice during icf.
11054 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
11055 to sections marked as identical by icf.
11056 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
11058 (Sized_relobj::do_section_entsize): New function.
11059 * object.h (Object::section_entsize): New function.
11060 (Object::do_section_entsize): New pure virtual function.
11061 (Relobj::finalize_local_symbols): Add new parameter.
11062 (Relobj::do_section_entsize): New function.
11063 * options.h (General_options::icf): New option.
11064 (General_options::icf_iterations): New option.
11065 (General_options::print_icf_sections): New option.
11066 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
11067 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
11068 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
11070 * symtab.cc (Symbol_table::is_section_folded): New function.
11071 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
11072 to sections marked as identical by icf.
11073 * symtab.h (Symbol_table::set_icf): New function.
11074 (Symbol_table::icf): New function.
11075 (Symbol_table::is_section_folded): New function.
11076 (Symbol_table::icf_): New data member.
11077 * target-reloc.h (relocate_section): Ignore sections folded by icf.
11078 * testsuite/Makefile.am: Add commands to build icf_test.
11079 * testsuite/Makefile.in: Regenerate.
11080 * testsuite/icf_test.sh: New file.
11081 * testsuite/icf_test.cc: New file.
11083 2009-07-24 Chris Demetriou <cgd@google.com>
11085 * layout.cc (is_compressible_debug_section): Fix incorrect
11086 comment about compressed section names.
11088 2009-07-20 Ian Lance Taylor <ian@airs.com>
11091 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
11093 2009-07-16 Ian Lance Taylor <iant@google.com>
11096 * layout.h: #include <map>.
11097 (class Kept_section): Change from struct to class. Add accessors
11098 and setters. Add section size to Comdat_group mapping. Change
11099 Comdat_group to std::map. Add is_comdat_ field. Add
11100 linkonce_size field in union.
11101 (class Layout): Update declaration of find_or_add_kept_section.
11102 Don't declare find_kept_object.
11103 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
11104 parameter. Add object, shndx, is_comdat, and is_group_name
11105 parameters. Change all callers. Adjust for new Kept_section.
11106 (Layout::find_kept_object): Remove.
11107 * object.cc (Sized_relobj::include_section_group): Update use of
11108 Kept_section. Rename secnum to shndx. Only record
11109 Kept_comdat_section if sections are the same size.
11110 (Sized_relobj::include_linkonce_section): Update use of
11111 Kept_section. Only record Kept_comdat_section if sections are the
11112 same size. Set size of linkonce section.
11113 (Sized_relobj::map_to_kept_section): Update call to
11114 get_kept_comdat_section.
11115 * object.h (class Sized_relobj): Rename fields in
11116 Kept_comdat_section to drop trailing underscores; change object
11117 field to Relobj*. Change Kept_comdat_section_table to store
11118 struct rather than pointer.
11119 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
11120 Add kept_object and kept_shndx parameters. Change all callers.
11121 (Sized_relobj::get_kept_comdat_section): Change return type to
11122 bool. Add kept_object and kept_shndx parameters. Change all
11124 * plugin.cc (Pluginobj::include_comdat_group): Update call to
11125 Layout::find_or_add_kept_section.
11127 2009-07-09 Ian Lance Taylor <iant@google.com>
11129 * merge.cc (Object_merge_map::initialize_input_to_output_map):
11130 Reserve space in the hash table.
11132 2009-07-06 Mikolaj Zalewski <mikolajz@google.com>
11134 * fileread.cc (File_read::get_mtime): New method.
11135 * fileread.h (Timespec): New structure.
11136 (File_read::get_mtime): New method.
11137 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
11138 Renamed from timestamp_nsec.
11139 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
11141 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
11143 (Incremental_inputs::report_archive): Save mtime; style fix.
11144 (Incremental_inputs::report_obejct): Save mtime; style fix.
11145 (Incremental_inputs::report_script): Save mtime; style fix.
11146 (Incremental_inputs::finalize_inputs): Style fix.
11147 (Incremental_inputs::finalize): Style fix.
11148 (Incremental_inputs::create_input_section_data): Store inputs
11150 * incremental.h (Incremental_inputs::report_script): Add mtime
11152 (Incremental_inputs::Input_info::Input_info): Intialize only one
11154 (Incremental_inputs::Input_info::archive): Move to nameless
11156 (Incremental_inputs::Input_info::obejct): Move to nameless union.
11157 (Incremental_inputs::Input_info::script): Move to nameless union.
11158 (Incremental_inputs::mtime): New field.
11159 * script.cc (read_input_script): Pass file mtime to
11161 * script.h (Script_info::inputs): Style fix.
11163 2009-07-01 Ian Lance Taylor <ian@airs.com>
11165 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
11168 2009-06-24 Ian Lance Taylor <iant@google.com>
11171 * layout.cc (Layout::choose_output_section): If we find an
11172 existing section, update the flags.
11173 (Layout::create_notes): New function, broken out of
11175 (Layout::finalize): Don't create note sections.
11176 (Layout::create_note): Don't crash if linker script discards
11178 (Layout::create_gold_note): Likewise.
11179 (Layout::create_build_id): Likewise. Don't set
11180 after_input_sections on the section.
11181 (Layout::create_executable_stack_info): Remove target parameter.
11183 * layout.h (class Layout): Declare create_notes. Update
11184 declaration of create_executable_stack_info.
11185 * gold.cc (queue_middle_tasks): Call create_notes.
11186 * output.cc (Output_section::update_flags_for_input_section): Move
11187 here from output.h. If SHF_ALLOC flag is newly set, mark address
11189 * output.h (Output_data::mark_address_invalid): New function.
11190 (class Output_section): Only declare, not define,
11191 update_flags_for_input_section. Remove set_flags.
11193 2009-06-24 Ian Lance Taylor <iant@google.com>
11195 * script-sections.cc (Output_section_definition::
11196 set_section_addresses): Rename shadowing local load_address to
11199 2009-06-24 Ian Lance Taylor <iant@google.com>
11202 * reloc.cc (relocate_sections): Skip empty relocation sections.
11204 2009-06-23 Ian Lance Taylor <iant@google.com>
11207 * layout.cc (Layout::create_note): Use choose_output_section
11208 rather than make_output_section.
11210 2009-06-23 Ian Lance Taylor <iant@google.com>
11213 * options.cc (General_options::parse_V): Set printed_version_.
11214 (General_options::General_options): Initialize printed_version_.
11215 * options.h (class General_options): Add printed_version_ field.
11216 * gold.cc (queue_initial_tasks): If there are no input files,
11217 don't give a fatal error if we printed the version information.
11218 (queue_middle_tasks): If using -r with a shared object, give a
11219 fatal error rather than an ordinary error.
11221 2009-06-23 Ian Lance Taylor <iant@google.com>
11224 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
11225 (Layout::make_output_section): Set have_stabstr_section_ if we see
11226 a .stab*str section.
11227 (Layout::finalize): Call link_stabs_sections.
11228 (Layout::link_stabs_sections): New file.
11229 * layout.h (class Layout): Add have_stabstr_section_ field.
11230 Declare link_stabs_sections.
11232 2009-06-23 Doug Kwan <dougkwan@google.com>
11234 * Makefile.am (libgold_a_LIBADD): New.
11235 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
11236 * Makefile.in: Regenerate.
11237 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
11238 * configure: Regenerate.
11239 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
11240 * fileread.cc: Include sys/state.h
11241 * gold.h: Declare memmem and strndup if found missing.
11242 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
11244 2009-06-23 Ian Lance Taylor <iant@google.com>
11246 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
11247 * configure: Rebuild.
11249 2009-06-23 Ian Lance Taylor <iant@google.com>
11252 * object.cc (Object::section_contents): Don't try to get a view if
11253 the section has length zero.
11254 (Object::handle_gnu_warning_section): If the section is empty, use
11255 the name of the section as the warning.
11257 2009-06-23 Ian Lance Taylor <iant@google.com>
11260 * stringpool.h (class Stringpool_template): Add optimize_ field.
11261 (Stringpool_template::set_optimize): New function.
11262 * stringpool.cc (Stringpool_template::Stringpool_template):
11263 Initialize optimize_ field.
11264 (Stringpool_template::set_string_offsets): Test local optimize
11265 fild rather than parameter.
11266 * layout.cc (Layout::Layout): Call set_optimize on the section
11269 2009-06-22 Ian Lance Taylor <iant@google.com>
11272 * yyscript.y: Parse TARGET.
11273 * script.cc (script_set_target): New function.
11274 * script-c.h (script_set_target): Declare.
11275 * options.cc (General_options::string_to_object_format): Rename
11276 from string_to_object_format in anonymous namespace. Change
11278 * options.h (class General_options): Declare
11279 string_to_object_format.
11281 2009-06-22 Ian Lance Taylor <iant@google.com>
11283 * script-sections.cc (Script_sections::create_segments): Don't put
11284 program headers in a PT_LOAD segment if -n or -N.
11286 2009-06-22 Ian Lance Taylor <iant@google.com>
11289 * options.h (class General_options): Add -z lazy and -z now. Sort
11290 -z options into alphabetical order.
11291 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
11293 2009-06-21 Ian Lance Taylor <iant@google.com>
11295 * layout.cc (Layout::make_output_section): Call
11296 Target::new_output_section.
11297 (Layout::attach_allocated_section_to_segment): Put large section
11298 sections in a separate load segment with the large segment flag
11300 (Layout::segment_precedes): Sort large data segments after other
11302 (align_file_offset): New static function.
11303 (Layout::set_segment_offsets): Use align_file_offset.
11304 * output.h (class Output_section): Add is_small_section_ and
11305 is_large_section_ fields.
11306 (Output_section::is_small_section): New function.
11307 (Output_section::set_is_small_section): New function.
11308 (Output_section::is_large_section): New function.
11309 (Output_section::set_is_large_section): New function.
11310 (Output_section::is_large_data_section): New function.
11311 (class Output_segment): Add is_large_data_segment_ field.
11312 (Output_segment::is_large_data_segment): New function.
11313 (Output_segment::set_is_large_data_segment): New function.
11314 * output.cc (Output_section::Output_section): Initialize new
11316 (Output_segment::Output_segment): Likewise.
11317 (Output_segment::add_output_section): Add assertion that large
11318 data sections always go in large data segments. Force small data
11319 sections to the end of the list of data sections. Force small BSS
11320 sections to the start of the list of BSS sections. For large BSS
11321 sections to the end of the list of BSS sections.
11322 * symtab.h (class Symbol): Declare is_common_shndx.
11323 (Symbol::is_defined): Check Symbol::is_common_shndx.
11324 (Symbol::is_common): Likewise.
11325 (class Symbol_table): Define enum Commons_section_type. Update
11326 declarations. Add small_commons_ and large_commons_ fields.
11327 * symtab.cc (Symbol::is_common_shndx): New function.
11328 (Symbol_table::Symbol_table): Initialize new fields.
11329 (Symbol_table::add_from_object): Put small and large common
11330 symbols in the right list.
11331 (Symbol_table::sized_finalized_symbol): Check
11332 Symbol::is_common_shndx.
11333 (Symbol_table::sized_write_globals): Likewise.
11334 * common.cc (Symbol_table::do_allocate_commons): Allocate new
11335 common symbol lists. Don't call do_allocate_commons_list if the
11337 (Symbol_table::do_allocate_commons_list): Remove is_tls
11338 parameter. Add comons_section_type parameter. Change all
11339 callers. Handle small and large common symbols.
11340 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
11341 Symbol::is_common_shndx.
11342 * resolve.cc (symbol_to_bits): Likewise.
11343 * target.h (Target::small_common_shndx): New function.
11344 (Target::small_common_section_flags): New function.
11345 (Target::large_common_shndx): New function.
11346 (Target::large_common_section_flags): New function.
11347 (Target::new_output_section): New function.
11348 (Target::Target_info): Add small_common_shndx, large_common_shndx,
11349 small_common_section_flags, and large_common_section_flags
11351 (Target::do_new_output_section): New virtual function.
11352 * arm.cc (Target_arm::arm_info): Initialize new fields.
11353 * i386.cc (Target_i386::i386_info): Likewise.
11354 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
11356 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
11357 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
11358 (Target_x86_64::do_new_output_section): New function.
11359 * configure.ac: Define conditional MCMODEL_MEDIUM.
11360 * testsuite/Makefile.am (check_PROGRAMS): Add large.
11361 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
11362 (large_LDFLAGS): Define.
11363 * testsuite/large.c: New file.
11364 * testsuite/testfile.cc (Target_test::test_target_info):
11365 Initialize new fields.
11366 * configure, testsuite/Makefile.in: Rebuild.
11368 2009-06-05 Doug Kwan <dougkwan@google.com>
11370 * Makefile.am (CCFILES): Add target.cc.
11371 * Makefile.in: Regenerate.
11372 * i386.cc (class Target_i386): Define new virtual method to
11373 override do_is_local_label_name in parent.
11374 * object.cc (Sized_relobj::do_count_local_symbols): Discard
11375 local symbols if --discard-locals or -X is given.
11376 * options.h (class General_options): Declare new options
11377 '--discard-locals' and '-X' for discarding locals.
11378 * target.h (class Target): Define new methods is_local_label_name.
11379 Declare new virtual method do_is_local_label_name.
11380 * target.cc: New file.
11381 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
11382 (check_SCRIPTS): Add discard_locals_test.sh.
11383 (check_DATA): Add discard_local_tests.syms.
11384 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
11385 (discard_local_tests.syms, discard_locals_test.o): New make rules.
11386 * testsuite/Makefile.in: Regenerate.
11387 * testsuite/discard_locals_test.c: New file.
11388 * testsuite/discard_locals_test.sh: Same.
11390 2009-06-05 Doug Kwan <dougkwan@google.com>
11392 * object.cc (Sized_relobj::Sized_relobj): Initialize
11393 discarded_eh_frame_shndx_ to -1U.
11394 (Sized_relobj::do_layout): Record index of a discard .eh_frame
11396 (Sized_relobj::do_count_local_symbols): Skip local symbols in
11397 a discarded .eh_frame section.
11398 (Sized_relobj::do_finalize_local_symbols): Ditto.
11399 * object.h (class Sized_relobj): Declare new member
11400 discarded_eh_frame_shndx_.
11401 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
11402 (local_labels_test.o, local_labels_test): New rules.
11403 * testsuite/Makefile.in: Regenerate.
11405 2009-06-04 Doug Kwan <dougkwan@google.com>
11407 * layout.cc (Layout::section_name_mapping): Add mapping for
11408 special ARM sections.
11410 2009-06-03 Doug Kwan <dougkwan@google.com>
11412 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
11413 (utils::has_overflow): Same.
11415 2009-06-03 Ian Lance Taylor <iant@google.com>
11417 * layout.cc (Layout::section_name_mapping): New array, replacing
11418 Layout::linkonce_mapping.
11419 (Layout::section_name_mapping_count): New variable, replacing
11420 Layout::linkonce_mapping_count.
11421 (Layout::linkonce_output_name): Remove.
11422 (Layout::output_section_name): Rewrite.
11423 * layout.h (class Layout): Rename Linkonce_mapping to
11424 Section_name_mapping, linkonce_mapping to section_name_mapping,
11425 linkonce_mapping_count to section_name_mapping_count. Don't
11426 declare linkonce_output_name.
11428 2009-06-03 Doug Kwan <dougkwan@google.com>
11430 * gold/arm.cc (namespace utils): New.
11431 (Target_arm::reloc_is_non_pic): Define new method.
11432 (class Arm_relocate_functions): New.
11433 (Target_arm::Relocate::relocate): Handle relocation types used by
11436 2009-06-03 Ian Lance Taylor <iant@google.com>
11438 * arm.cc (Target_arm::scan::global): Use || instead of |.
11440 2009-06-02 Doug Kwan <dougkwan@google.com>
11442 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
11443 issued_non_pic_error_.
11444 (class Target_arm::Scan): Declare new method check_non_pic.
11445 Define new method symbol_needs_plt_entry.
11446 Declare new data member issued_non_pic_error_.
11447 (class Target_arm::Relocate): Declare new method
11448 should_apply_static_reloc.
11449 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
11450 (Target_arm::Scan::check_non_pic): Define new method.
11451 (Target_arm::Scan::local): Handle a small subset of reloc types used
11453 (Target_arm::Scan::local): Same.
11454 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
11456 2009-05-31 Mikolaj Zalewski <mikolajz@google.com>
11458 * incremental.cc (Incremental_inputs::report_command_line): Filter
11459 out --incremental-* options.
11461 2009-05-29 Doug Kwan <dougkwan@google.com>
11463 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
11465 (class Target_arm): Update comment.
11466 (Target_arm::Target_arm): Initialize new data members GOT_,
11467 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
11468 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
11469 and Target_arm::rel_dyn_section.
11470 Declare new_enum Target_arm::Got_type.
11471 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
11473 Update commments for member do_dynsym_value.
11474 (Target_arm::got_size, Target_arm::plt_section,
11475 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
11476 new methods inside class defintion.
11477 (Target_arm::got_section): Define new method.
11478 (Target_arm::rel_dyn_section): Same.
11479 (Output_data_plt_arm): New template class.
11480 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
11481 (Output_data_plt_arm:do_adjust_output_section): Define new method.
11482 (Output_data_plt_arm::add_entry): Same.
11483 (Output_data_plt_arm::first_plt_entry): Define new
11484 static data member for PLT instruction template.
11485 (Output_data_plt_arm::plt_entry): Same.
11486 (Output_data_plt_arm::do_write): Define new method.
11487 (Target_arm::make_plt_entry): Same.
11488 (Target_arm::do_finalize_sections): Same.
11489 (Target_arm::do_dynsym_value): Same.
11491 2009-05-28 Doug Kwan <dougkwan@google.com>
11493 * Makefile.am (TARGETSOURCES): Add arm.cc.
11494 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
11495 * Makefile.in: Regenerate.
11496 * arm.cc: New file.
11497 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
11499 2009-05-26 Doug Kwan <dougkwan@google.com>
11501 * options.cc (General_options::parse_exclude_libs). Fix a comment.
11502 (General_options::check_excluded_libs): Strip off directories in
11503 archive name before matching like GNU ld does.
11504 * testsuite/Makefile.am (MOSTLYCLEANFILES,
11505 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
11506 (exclude_libs_test_LDFLAGS): Add linker option
11507 -Wl,--exclude-libs,libexclude_libs_test_3
11508 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
11509 an explicit archive without using -l.
11510 (alt/libexclude_libs_test_3.a): New make rule.
11511 * testsuite/Makefile.in: Regenerate.
11512 * testsuite/exclude_libs_test.c : Declare lib3_default().
11514 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
11515 * exclude_libs_test_3.c: New file.
11517 2009-05-26 Nick Clifton <nickc@redhat.com>
11519 * po/id.po: New Indonesian translation.
11520 * po/gold.pot: Updated template file.
11522 2009-05-22 Sriraman Tallam <tmsriram@google.com>
11524 * testsuite/Makefile.am: Add -ffunction-sections to compile
11525 gc_comdat_test files. Add -Wl,--gc-sections to build
11527 * testsuite/Makefile.in: Regenerate.
11528 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
11530 2009-05-21 Sriraman Tallam <tmsriram@google.com>
11532 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
11533 kept comdat section was garbage collected.
11534 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
11535 * testsuite/Makefile.in: Regenerate.
11536 * testsuite/gc_comdat_test.sh: New file.
11537 * testsuite/gc_comdat_test_1.cc: New file.
11538 * testsuite/gc_comdat_test_2.cc: New file.
11540 2009-05-19 Doug Kwan <dougkwan@google.com>
11542 * archive.cc (Archive::Archive): Move constructor from archive.h
11543 to here. Initialize no_export_.
11544 (Archive::get_elf_object_for_member): Set no_export flag of object.
11545 * archive.h (Archive::Archive): Move constructor body to
11547 (Archive::no_export): New method.
11548 (Archive::no_export_): New field.
11549 * object.h (Object::Object): Initialize no_export_ to false.
11550 (Object::no_export, Object::set_no_export): New methods.
11551 (Object::no_export_): New field.
11552 * options.cc (General_options::parse_exclude_libs): New method.
11553 (General_options::check_excluded_libs) Same.
11554 * options.h (exclude_libs): New option.
11555 (General_options::check_excluded_libs): New method declaration.
11556 (General_options::excluded_libs_): New field.
11557 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
11558 default or protected visibility if an object has no-export flag set.
11559 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
11560 (check_SCRIPTS): Add exclude_libs_test.sh.
11561 (check_DATA): Add exclude_libs_test.syms.
11562 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
11563 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
11564 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
11565 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
11566 (exclude_libs_test.syms, libexclude_libs_test_1.a,
11567 libexclude_libs_test_2.a): New rules.
11568 * testsuite/Makefile.in: Regenerate.
11569 * testsuite/exclude_libs_test.c: New file.
11570 * testsuite/exclude_libs_test.sh: Ditto.
11571 * testsuite/exclude_libs_test_1.c: Ditto.
11572 * testsuite/exclude_libs_test_2.c: Ditto.
11574 2009-05-15 Ian Lance Taylor <iant@google.com>
11576 * configure.ac: Check for declarations for cases where libiberty.h
11577 checks HAVE_DECL_xxx.
11578 * configure, config.in: Rebuild.
11580 2009-05-15 Mikolaj Zalewski <mikolajz@google.com>
11582 * gold.h (Incremental_argument_list): Remove (invalid) forward
11584 * incremental.cc (Incremental_inputs::report_achive): New method.
11585 (Incremental_inputs::report_object): New method.
11586 (Incremental_inputs::report_script): New method.
11587 (Incremental_inputs::finalize_inputs): New method.
11588 (Incremental_inputs::finalize): Call finalize_inputs().
11589 (Incremental_inputs::sized_create_incremental_inputs_section_data):
11590 Create inputs entries.
11591 * incremental.h (Incremental_input_type): New enum.
11592 (Incremental_inputs::Incremental_input): Initialize new fields.
11593 (Incremental_inputs::report_inputs): New method.
11594 (Incremental_inputs::report_achive): New method.
11595 (Incremental_inputs::report_object): New method.
11596 (Incremental_inputs::report_script): New method.
11597 (Incremental_inputs::finalize_inputs): New method.
11598 (Incremental_inputs::Input_info): New struct.
11599 (Incremental_inputs::Input_info_map): New typedef.
11600 (Incremental_inputs::lock_): New field.
11601 (Incremental_inputs::Inputs_): New field.
11602 (Incremental_inputs::Inputs_map): New field.
11603 * main.cc (main): Call Incremental_input::report_inputs.
11604 * options.h (Input_argument_list): Typedef moved from
11606 (Input_file_group::Files): Remove, use ::Input_argument_list.
11607 (Input_file_group::Input_argument_list): Remove, use
11608 ::Input_argument_list.
11609 * plugin.cc (Plugin_manager::add_input_file): Add error in
11611 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
11613 * script.cc (read_input_script): Call
11614 Incremental_input::report_script.
11615 * script.h (Script_info): New class.
11617 2009-04-27 Ian Lance Taylor <iant@google.com>
11619 * x86_64.cc (do_adjust_output_section): Set entsize to
11622 2009-04-23 Elliott Hughes <enh@google.com>
11624 * output.cc (Output_file::close): After short writes, continue
11625 writing from the correct offset in the buffer being written.
11627 2009-04-23 Chris Demetriou <cgd@google.com>
11629 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
11630 * configure: Regenerate.
11631 * config.in: Regenerate.
11632 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
11633 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
11635 2009-04-21 Mikolaj Zalewski <mikolajz@google.com>
11637 * incremental.cc (Incremental_inputs_header_data): Renamed from
11638 Incremental_input_header_data.
11639 (Incremental_inputs_header_data::data_size): New field.
11640 (Incremental_inputs_header_data::put_input_file_count): Renamed
11641 from input_file_count.
11642 (Incremental_inputs_header_data::put_command_line_offset): Renamed
11643 from command_line_offset.
11644 (Incremental_inputs_header_data::put_reserved): Renamed from
11646 (Incremental_inputs_entry_data): Renamed from
11647 Incremental_input_entry_data.
11648 (Incremental_inputs_entry_data::data_size): New field.
11649 (Incremental_inputs::report_command_line): New method.
11650 (Incremental_inputs::finalize): New method.
11651 (Incremental_inputs::create_incremental_inputs_data): New method.
11652 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
11653 * incremental.h: New file.
11654 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
11655 (Layout::finalize): Create incremental inputs section in
11656 incremental builds.
11657 (Layout::create_incremental_info_sections): New method.
11658 * layout.h (Layout::incremental_inputs): New method.
11659 (Layout::create_incremental_info_sections): New method.
11660 (Layout::incremental_inputs_): New field.
11661 * main.cc (main): Notify Incremental_input of the command line.
11663 2009-04-01 Ian Lance Taylor <iant@google.com>
11664 Mikolaj Zalewski <mikolajz@google.com>
11666 * gold.h (reserve_unordered_map): Define, three versions, one for
11667 each version of Unordered_map.
11668 * layout.cc (Layout::Layout): Remove options parameter. Add
11669 number_of_input_files parameter. Don't initialize options_.
11670 Initialize number_of_input_files_ and resized_signatures_. Move
11671 sections_are_attached_.
11672 (Layout::layout_group): Reserve space for group_signatures_.
11673 (Layout::find_or_add_kept_section): Change name parameter to be a
11674 reference. Resize signatures_ map when it gets large enough.
11675 (Layout::layout_eh_frame): Use parameters->options() instead of
11677 (Layout::make_output_section): Likewise.
11678 (Layout::attach_allocated_section_to_segment): Likewise.
11679 (Layout::finalize, Layout::create_executable_stack): Likewise.
11680 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
11681 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
11682 * layout.h (class Layout): Update declarations. Remove options_
11683 field. Add number_of_input_files_ and resized_signatures_
11684 fields. Move sections_are_attached_ field.
11685 * main.cc (main): Pass number of input files to Layout
11686 constructor. Don't pass options.
11688 2009-03-30 Ian Lance Taylor <iant@google.com>
11690 * ffsll.c (ffsll): Correct implementation.
11692 2009-03-27 Ian Lance Taylor <iant@google.com>
11694 * ffsll.c: New file.
11695 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
11696 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
11697 * ftruncate.c (ftruncate): Declare before definition.
11698 * mremap.c (mremap): Likewise.
11699 * pread.c (pread): Likewise.
11700 * configure, Makefile.in, config.in: Rebuild.
11702 * mremap.c: New file.
11703 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
11704 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
11705 (mremap): Declare if HAVE_MREMAP is not defined.
11706 * configure, Makefile.in, config.in: Rebuild.
11708 2009-03-27 Cary Coutant <ccoutant@google.com>
11710 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
11711 position independent.
11712 * sparc.cc (Target_sparc::check_non_pic): Likewise.
11713 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
11715 2009-03-24 Cary Coutant <ccoutant@google.com>
11717 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
11719 (needs_dynamic_reloc): Likewise.
11721 2009-03-24 Ian Lance Taylor <iant@google.com>
11723 * yyscript.y (file_cmd): Recognize EXTERN.
11724 (extern_name_list, extern_name_list_body): New nonterminals.
11725 * script.cc (script_add_extern): Define.
11726 * script-c.h (script_add_extern): Declare.
11728 2009-03-24 Rafael Avila de Espindola <espindola@google.com>
11730 * object.cc (is_elf_object): Define.
11731 * object.h (is_elf_object): Declare.
11732 * archive.cc (Archive::get_elf_object_for_member): Call
11734 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
11736 2009-03-24 Elliott Hughes <enh@google.com>
11738 * output.cc (Output_file::map_anonymous): Define.
11739 (Output_file::map): Use map_anonymous. If the regular mmap fails,
11740 try an anonymous one. Report the size if the mmap fails.
11741 * output.h (class Output_file): Declare map_anonymous.
11743 2009-03-24 Ian Lance Taylor <iant@google.com>
11745 * target-select.cc (instantiate_target): Don't acquire the lock if
11746 the instantiated_target_ field has already been set.
11748 2009-03-23 Ian Lance Taylor <iant@google.com>
11750 * gold-threads.h (class Initialize_lock): Define.
11751 * gold-threads.cc (class Initialize_lock_once): Define.
11752 (initialize_lock_control): New static variable.
11753 (initialize_lock_pointer): New static variable.
11754 (initialize_lock_once): New static function.
11755 (Initialize_lock::Initialize_lock): Define.
11756 (Initialize_lock::initialize): Define.
11757 * target-select.h: Include "gold-threads.h".
11758 (class Target_selector): Add lock_ and initialize_lock_ fields.
11759 Don't define instantiate_target, just declare it.
11760 * target-select.cc (Target_selector::Target_selector): Initialize
11762 (Target_selector::instantiate_target): Define.
11763 * descriptors.h: Include "gold-threads.h".
11764 (class Descriptors): Add initialize_lock_ field.
11765 * descriptors.cc (Descriptors::Descriptors): Initialize new
11767 (Descriptors::open): Use initialize_lock_ field
11768 * errors.h (class Errors): Add initialize_lock_ field.
11769 * errors.cc (Errors::Errors): Initialize new field.
11770 (Errors::initialize_lock): Use initialize_lock_ field.
11771 * powerpc.cc (class Target_selector_powerpc): Remove
11772 instantiated_target_ field. In do_recognize call
11773 instantiate_target rather than do_instantiate_target. In
11774 do_instantiate_target just allocate a new target.
11775 * sparc.cc (class Target_selector_sparc): Likewise.
11777 * freebsd.h: New file.
11778 * i386.cc: Include "freebsd.h".
11779 (Target_i386): Derive from Target_freebsd rather than
11781 (Target_selector_i386): Derive from Target_selector_freebsd rather
11782 than Target_selector.
11783 * x86_64.cc: Include "freebsd.h".
11784 (Target_x86_64): Derive from Target_freebsd rather than
11786 (Target_selector_x86_64): Derive from Target_selector_freebsd
11787 rather than Target_selector.
11788 * target.h (class Target): Add adjust_elf_header and
11789 do_adjust_elf_header.
11790 * output.cc (Output_file_header:: do_sized_write): Call target
11791 adjust_elf_header routine.
11792 * configure.tgt: Set targ_osabi.
11793 * configure.ac: Define GOLD_DEFAULT_OSABI.
11794 * parameters.cc (Parameters::default_target): Pass
11795 GOLD_DEFAULT_OSABI to select_target.
11796 * target-select.h (class Target_selector): Make instantiate_target
11797 protected rather than private.
11798 * Makefile.am (HFILES): Add freebsd.h.
11799 * configure, Makefile.in, config.in: Rebuild.
11801 * merge.cc (do_add_input_section): Correct pend value. Change
11802 message about last entry not being null terminated from error to
11805 2009-03-20 Mikolaj Zalewski <mikolajz@google.com>
11807 * incremental.cc: New file.
11808 * Makefile.am (CCFILES): Add incremental.cc.
11809 * Makefile.in: Rebuild.
11811 2009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
11813 * layout.cc (Layout::output_section_name): Preserve names
11814 of '.note.' sections.
11816 2009-03-19 Ian Lance Taylor <iant@google.com>
11818 * descriptors.cc (Descriptors::open): Check that the options are
11819 valid before using them.
11821 2009-03-18 Ian Lance Taylor <iant@google.com>
11823 * script-sections.h: Include <list>.
11824 (class Script_sections): Change Sections_elements from std::vector
11825 to std::list. Typedef public Elements_iterator. Add
11826 orphan_section_placement_, data_segment_align_start_, and
11827 saw_data_segment_align_ fields. Remove data_segment_align_index_
11829 * script-sections.cc (class Orphan_section_placement): New class.
11830 (class Sections_element): Add virtual functions is_relro and
11831 orphan_section_init. Remove virtual function place_orphan_here.
11832 (class Output_section_definition): Add is_relro and
11833 orphan_section_init. Remove place_orphan_here.
11834 (class Orphan_output_section): Likewise.
11835 (Script_sections::Script_sections): Update for field changes.
11836 (Script_sections::data_segment_align): Set saw_data_segment_align_
11837 and data_segment_align_start_, not data_segment_align_index.
11838 (Script_sections::data_segment_relro_end): Check
11839 saw_data_segment_align_. Use data_segment_align_start_ rather
11840 than data_segment_align_index_.
11841 (Script_sections::place_orphan): Rewrite to use
11842 Orphan_section_placement.
11844 2009-03-17 Ian Lance Taylor <iant@google.com>
11846 * archive.cc (Archive::add_symbols): Check for a version attached
11847 to the symbol name in the archive map.
11848 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
11849 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
11850 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
11851 (ver_test_11.a): New target.
11852 * testsuite/Makefile.in: Rebuild.
11854 * configure.ac: Check for chsize and posix_fallocate. Replace
11856 * ftruncate.c: New file, from gnulib.
11857 * output.cc (posix_fallocate): Define dummy version if not
11858 HAVE_POSIX_FALLOCATE.
11859 (Output_file::map): Call posix_fallocate rather than lseek and
11861 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
11862 * configure, Makefile.in, config.in: Rebuild.
11864 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
11866 * layout.h (Layout::create_note): Add section_name parameter.
11867 * layout.cc (Layout::create_note): Likewise.
11868 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
11870 2009-03-17 Ian Lance Taylor <iant@google.com>
11872 * descriptors.cc: Include "options.h".
11873 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
11874 (Descriptors::open): Always use O_CLOEXEC when opening a new
11875 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
11876 then set FD_CLOEXEC.
11878 * sparc.cc (class Target_sparc): Add has_got_section.
11879 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
11880 make sure we have a GOT section.
11882 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
11883 (Target_sparc::Scan::local): Likewise.
11884 (Target_sparc::Scan::global): Likewise.
11885 (Target_sparc::Relocate::relocate): Likewise.
11886 (Target_sparc::Relocate::relocate_tls): Likewise.
11888 * symtab.cc (Symbol_table::define_default_version): New function,
11889 broken out of add_from_object.
11890 (Symbol_table::add_from_object): Call define_default_version.
11891 (Symbol_table::define_special_symbol): Add resolve_oldsym
11892 parameter. Change all callers. If the version for a symbol comes
11893 from a version script, resolve it with the symbol with the same
11894 name with no version. Also add the symbol without a version if
11896 (do_define_in_output_data): If resolving with oldsym, don't delete
11898 (do_define_in_output_segment): Likewise.
11899 (do_define_as_constant): Likewise.
11900 * symtab.h (class Symbol_table): Update declarations.
11902 2009-03-13 Ian Lance Taylor <iant@google.com>
11904 * readsyms.cc (Read_symbols::incompatible_warning): New function.
11905 (Read_symbols::requeue): New function.
11906 (Read_symbols::do_read_symbols): If make_elf_object fails because
11907 the target type is not configured, and the file was searched for,
11908 issue a warning and retry with the next directory.
11909 (Add_symbols::run): If the file has an incompatible format, and
11910 it was searched for, requeue the Read_symbols task. On error,
11911 release the object.
11912 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
11913 dirindex parameter to constructor. Change all callers. Declare
11914 incompatible_warning and requeue.
11915 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
11916 input_argument_ and input_group_ fields. Add them to
11917 constructor. Change all callers.
11918 (class Read_script): Add dirindex_ field. Add it to constructor.
11919 Change all callers.
11920 * archive.cc (Archive::setup): Remove input_objects parameter.
11921 Change all callers.
11922 (Archive::get_file_and_offset): Likewise.
11923 (Archive::read_all_symbols): Likewise.
11924 (Archive::read_symbols): Likewise.
11925 (Archive::get_elf_object_for_member): Remove input_objects
11926 parameter. Add punconfigured parameter. Change all callers.
11927 (Archive::add_symbols): Change return type to bool. Check return
11928 value of include_member.
11929 (Archive::include_all_members): Likewise.
11930 (Archive::include_member): Change return type to bool. Return
11931 false if first included object has incompatible target. Set
11932 included_member_ field.
11933 (Add_archive_symbols::run): If add_symbols returns false, requeue
11935 * archive.h (class Archive): Add included_member_ field.
11936 Initialize it in constructor. Add input_file and searched_for
11937 methods. Update declarations.
11938 (class Add_archive_symbols): Add dirpath_, dirindex_, and
11939 input_argument_ fields. Add them to constructor. Change all
11941 * script.cc: Include "target-select.h".
11942 (class Parser_closure): Add skip_on_incompatible_target_ and
11943 found_incompatible_target_ fields. Add
11944 skip_on_incompatible_target parameter to constructor. Change all
11945 callers. Add methods skip_on_incompatible_target,
11946 clear_skip_on_incompatible_target, found_incompatible_target, and
11947 set_found_incompatible_target.
11948 (read_input_script): Add dirindex parameter. Change all callers.
11949 If parser finds an incompatible target, requeue Read_symbols
11951 (script_set_symbol): Clear skip_on_incompatible_target in
11953 (script_add_assertion, script_parse_option): Likewise.
11954 (script_start_sections, script_add_phdr): Likewise.
11955 (script_check_output_format): New function.
11956 * script.h (read_input_script): Update declaration.
11957 * script-c.h (script_check_output_format): Declare.
11958 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
11959 (ignore_cmd): Remove OUTPUT_FORMAT.
11960 * fileread.cc (Input_file::Input_file): Add explicit this.
11961 (Input_file::will_search_for): New function.
11962 (Input_file::open): Add pindex parameter. Change all callers.
11963 * fileread.h (class Input_file): Add input_file_argument method.
11964 Declare will_search_for. Update declarations.
11965 * object.cc (make_elf_object): Add punconfigured parameter.
11966 Change all callers.
11967 * object.h (class Object): Make input_file public. Add
11968 searched_for method.
11969 (make_elf_object): Update declaration.
11970 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
11972 * dirsearch.h (class Dirsearch): Update declaration.
11973 * options.h (class General_options): Add --warn-search-mismatch.
11974 * parameters.cc (Parameters::is_compatible_target): New function.
11975 * parameters.h (class Parameters): Declare is_compatible_target.
11976 * workqueue.cc (Workqueue::add_blocker): New function.
11977 * workqueue.h (class Workqueue): Declare add_blocker.
11979 * fileread.cc (Input_file::open): Remove options parameter.
11980 Change all callers.
11981 (Input_file::open_binary): Likewise.
11982 * script.cc (read_input_script): Likewise.
11983 * readsyms.h (class Read_symbols): Remove options_ field. Remove
11984 options parameter from constructor. Change all callers.
11985 (class Read_script): Likewise.
11986 * fileread.h (class Input_file): Update declarations.
11987 * script.h (read_input_script): Update declaration.
11989 2009-03-10 Nick Clifton <nickc@redhat.com>
11991 * po/es.po: New Spanish translation.
11993 2009-03-06 Cary Coutant <ccoutant@google.com>
11995 * options.cc (parse_short_option): Keep dash_z from registering itself.
11997 2009-03-03 Ian Lance Taylor <iant@google.com>
12000 * target-reloc.h (relocate_section): Pass output_section to
12002 * i386.cc (Target_i386::should_apply_static_reloc): Add
12003 output_section parameter. Change all callers.
12004 (Target_i386::Relocate::relocate): Add output_section parameter.
12005 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
12006 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
12007 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
12008 * testsuite/two_file_shared.sh: New script.
12009 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
12010 (check_DATA): Add two_file_shared.dbg.
12011 (two_file_shared.dbg): New target.
12012 * testsuite/Makefile.in: Rebuild.
12014 2009-03-01 Ian Lance Taylor <iant@google.com>
12016 * configure.ac: Check for byteswap.h.
12017 * configure: Rebuild.
12018 * config.in: Rebuild.
12020 2009-03-01 Mikolaj Zalewski <mikolajz@google.com>
12022 * layout.cc (Layout::find_or_add_kept_section): New function.
12023 (Layout::add_comdat): Removed.
12024 * layout.h (struct Kept_section): Move out of class Layout.
12025 Remove trailing underscores from field names. Add group_sections
12026 field. Rename group_ field to is_group. Change all uses.
12027 (class Layout): Declare find_or_add_kept_section, not add_comdat.
12028 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
12029 comdat_groups_ field.
12030 (Sized_relobj::include_section_group): Use
12031 find_or_add_kept_section and Kept_section::group_sections.
12032 (Sized_relobj::include_linkonce_section): Likewise.
12033 * object.cc (class Sized_relobj): Don't define Comdat_group or
12034 Comdat_group_table. Remove find_comdat_group and
12035 add_comdat_group. Remove comdat_groups_ field.
12036 * plugin.cc (include_comdat_group): Use
12037 Layout::find_or_add_kept_section.
12039 2009-02-28 Ian Lance Taylor <iant@google.com>
12041 * README: --gc-sections and map files are now supported. Document
12042 some build requirements.
12045 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
12046 relocatable link set the value of the section symbol to zero.
12047 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
12048 relocatable link don't include the section address in the local
12051 2009-02-27 Ian Lance Taylor <iant@google.com>
12054 * options.h (class Search_directory): Add is_system_directory.
12055 (class General_options): Declare is_in_system_directory.
12056 * options.cc (get_relative_sysroot): Make static.
12057 (get_default_sysroot): Make static.
12058 (General_optoins::is_in_system_directory): New function.
12059 * fileread.cc (Input_file::is_in_system_directory): New function.
12060 * fileread.h (class Input_file): Declare is_in_system_directory.
12061 * object.h (class Object): Add is_in_system_directory.
12062 (class Input_objects): Remove system_library_directory_ field.
12063 * object.cc (Input_objects::add_object): Don't set
12064 system_library_directory_.
12065 (input_objects::found_in_system_library_directory): Remove.
12066 * symtab.cc (Symbol_table::write_globals): Remove input_objects
12067 parameter. Change all callers.
12068 (Symbol_table::sized_write_globals): Likewise.
12069 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
12070 Call Object::is_in_system_directory.
12071 * symtab.h (class Symbol_table): Update declarations.
12074 * descriptors.h (Open_descriptor): Add is_on_stack field.
12075 * descriptors.cc (Descriptors::open): If the descriptor is on the
12076 top of the stack, remove it. Initialize is_on_stack field.
12077 (Descriptors::release): Only add pod to stack if it is not on the
12079 (Descriptors::close_some_descriptor): Clear stack_next and
12080 is_on_stack fields.
12083 * output.cc (Output_section::find_starting_output_address): Rename
12084 from starting_output_address; add PADDR parameter; change return
12086 * output.h (class Output_section): Declare
12087 find_starting_output_address instead of starting_output_address.
12088 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
12089 section symbol for which we can't find a merge section.
12092 * symtab.cc (Symbol_table::add_from_object): If the visibility is
12093 hidden or internal, force the symbol to be local.
12094 * resolve.cc (Symbol::override_visibility): Define.
12095 (Symbol::override_base): Use override_visibility.
12096 (Symbol_table::resolve): Likewise.
12097 (Symbol::override_base_with_special): Likewise.
12098 (Symbol_table::override_with_special): If the visibility is hidden
12099 or internal, force the symbol to be local.
12100 * symtab.h (class Symbol): Add set_visibility and
12101 override_visibility.
12102 * testsuite/ver_test_1.sh: New file.
12103 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
12104 (check_DATA): Add ver_test_1.syms.
12105 (ver_test_1.syms): New target.
12106 * testsuite/Makefile.in: Rebuild.
12108 2009-02-25 Cary Coutant <ccoutant@google.com>
12110 * layout.cc (Layout::choose_output_section): Don't rename sections
12111 when using a linker script that has a SECTIONS clause.
12112 * Makefile.in: Regenerate.
12114 * testsuite/Makefile.am (script_test_5.sh): New test case.
12115 * testsuite/Makefile.in: Regenerate.
12116 * testsuite/script_test_5.cc: New file.
12117 * testsuite/script_test_5.sh: New file.
12118 * testsuite/script_test_5.t: New file.
12120 2009-02-13 Rafael Avila de Espindola <espindola@google.com>
12122 * archive.cc (Archive::include_member): Update calls to add_symbols.
12123 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
12124 the Layout argument.
12125 * dynobj.h (do_add_symbols): Add the Layout argument.
12126 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
12128 * object.h (Object::add_symbols): Add the Layout argument.
12129 (Object::do_add_symbols): Add the Layout argument.
12130 (Sized_relobj::do_add_symbols): Add the Layout argument.
12131 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
12132 Unify the two versions.
12133 (Add_plugin_symbols): Remove.
12134 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
12135 (Sized_pluginobj::do_add_symbols): Unify the two versions.
12136 (Add_plugin_symbols): Remove.
12137 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
12138 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
12139 (Add_symbols::run): Make it work with Pulginobj.
12141 2009-02-06 Ian Lance Taylor <iant@google.com>
12143 * object.cc (Sized_relobj::do_layout): Make info message start
12144 with lower case letter.
12146 2009-02-06 Mikolaj Zalewski <mikolajz@google.com>
12148 * binary.cc: Fix file comment.
12150 * options.h (enum Incremental_disposition): Define.
12151 (class General_options): Add new options: --incremental,
12152 --incremental_changed, --incremental_unchanged,
12153 --incremental_unknown. Add incremental_disposition_ and
12154 implicit_incremental_ fields.
12155 (General_options::incremental_disposition): New function.
12156 (class Position_dependent_options): Add incremental_disposition
12158 (Position_dependent_options::copy_from_options): Set incremental
12160 * options.cc (General_options::parse_incremental_changed): New
12162 (General_options::parse_incremental_unchanged): New function.
12163 (General_options::parse_incremental_unknown): New function.
12164 (General_options::General_options): Initialize new fields
12165 incremental_disposition_ and implicit_incremental_.
12166 (General_options::finalize): Check for uasge of --incremental-*
12167 without --incremental.
12169 2009-02-06 Chris Demetriou <cgd@google.com>
12171 * gold.h (gold_undefined_symbol): Change to take only a Symbol
12172 pointer and to report location as the file name associated with
12174 (gold_undefined_symbol_at_location): New function to replace the
12175 old gold_undefined_symbol functionality.
12176 * target-reloc.h (relocate_section): Update to use
12177 gold_undefined_symbol_at_location.
12178 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
12179 Call gold_undefined_symbol function rather than gold_error.
12180 * errors.h (Errors::undefined_symbol): Take location as a
12181 string, rather than calculating it from a relocation.
12182 * errors.cc (Errors::fatal): Print "fatal error:" before the
12184 (Errors::error, Errors::error_at_location): Print "error: "
12185 before the formatted message.
12186 (Errors::undefined_symbol): Take location as a string, rather
12187 than calculating it from a relocation.
12188 (gold_undefined_symbol_at_location): New function akin to
12189 old gold_undefined_symbol, calculates location from relocation.
12190 (gold_undefined_symbol): Change to take only a Symbol pointer
12191 and to report location as the file name associated with the symbol.
12192 * testsuite/debug_msg.sh: Update for changed error messages.
12193 * testsuite/undef_symbol.sh: Likewise.
12195 2009-02-04 Duncan Sands <baldrick@free.fr>
12198 * reduced_debug_output.h
12199 (Output_reduced_debug_abbrev_section::failed): Use format for
12201 (Output_reduced_debug_info_section::faild): Likewise.
12203 2009-01-31 Mikolaj Zalewski <mikolajz@google.com>
12205 * script.cc (Lazy_demangler): New class.
12206 (Version_script_info::get_symbol_version_helper): Demangle a
12209 2009-01-29 Cary Coutant <ccoutant@google.com>
12211 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
12213 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
12215 2009-01-28 Ian Lance Taylor <iant@google.com>
12217 * version.cc (version_string): Bump to 1.9.
12219 * gold.h: Include <cstring> and <stdint.h>.
12220 * version.cc: Include <cstdio>.
12221 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
12223 * reduced_debug_output.cc (insert_into_vector): Rename from
12224 Insert_into_vector; change all callers. Use Swap_unaligned to
12225 avoid aliasing issue; remove union since it is unnecessary.
12227 2009-01-27 Sriraman Tallam <tmsriram@google.com>
12229 * Makefile.am (CCFILES): Add gc.cc.
12230 (HFILES): Add gc.h.
12231 * Makefile.in: Regenerate.
12232 * gold.cc (Gc_runner): New class.
12233 (queue_initial_tasks): Call garbage collection related tasks
12234 when corresponding options are invoked.
12235 (queue_middle_gc_tasks): New function.
12236 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
12237 processed early before laying out sections during garbage collection.
12238 * gold.h (queue_middle_gc_tasks): New function.
12239 (is_prefix_of): Move from "layout.cc".
12240 * i386.cc (Target_i386::gc_process_relocs): New function.
12241 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
12242 * main.cc (main): Create object of class "Garbage_collection".
12243 * object.cc (Relobj::copy_symbols_data): New function.
12244 (Relobj::is_section_name_included): New function.
12245 (Sized_relobj::do_layout): Allow this function to be called twice
12246 during garbage collection and defer layout of section during the
12248 * object.h (Relobj::get_symbols_data): New function.
12249 (Relobj::is_section_name_included): New function.
12250 (Relobj::copy_symbols_data): New function.
12251 (Relobj::set_symbols_data): New function.
12252 (Relobj::get_relocs_data): New function.
12253 (Relobj::set_relocs_data): New function.
12254 (Relobj::is_output_section_offset_invalid): New pure virtual function.
12255 (Relobj::gc_process_relocs): New function.
12256 (Relobj::do_gc_process_relocs): New pure virtual function.
12257 (Relobj::sd_): New data member.
12258 (Sized_relobj::is_output_section_offset_invalid): New function.
12259 (Sized_relobj::do_gc_process_relocs): New function.
12260 * options.h (General_options::gc_sections): Modify to not be a no-op.
12261 (General_options::print_gc_sections): New option.
12262 * plugin.cc (Plugin_finish::run): Remove function call to
12263 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
12264 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
12265 * reloc.cc (Read_relocs::run): Add task to process relocs and
12266 determine unreferenced sections when doing garbage collection.
12267 (Gc_process_relocs): New class.
12268 (Sized_relobj::do_gc_process_relocs): New function.
12269 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
12270 sections that are garbage collected.
12271 * reloc.h (Gc_process_relocs): New class.
12272 * sparc.cc (Target_sparc::gc_process_relocs): New function.
12273 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
12274 symbols whose corresponding sections are garbage collected.
12275 (Symbol_table::Symbol_table): Add new parameter for the garbage
12277 (Symbol_table::gc_mark_undef_symbols): New function.
12278 (Symbol_table::gc_mark_symbol_for_shlib): New function.
12279 (Symbol_table::gc_mark_dyn_syms): New function.
12280 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
12282 (Symbol_table::add_from_object): Likewise.
12283 (Symbol_table::add_from_relobj): When building shared objects, do not
12284 treat externally visible symbols as garbage.
12285 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
12286 table information for static and relocatable links.
12287 * symtab.h (Symbol_table::set_gc): New function.
12288 (Symbol_table::gc): New function.
12289 (Symbol_table::gc_mark_undef_symbols): New function.
12290 (Symbol_table::gc_mark_symbol_for_shlib): New function.
12291 (Symbol_table::gc_mark_dyn_syms): New function.
12292 (Symbol_table::gc_): New data member.
12293 * target.h (Sized_target::gc_process_relocs): New pure virtual
12295 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
12296 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
12298 2009-01-20 Chris Faylor <me.sourceware@sourceware.org>
12300 * options.h (General_options::gc_sections): Define as a no-op for now.
12301 (General_options::no_keep_memory): Ditto.
12302 (General_options::Bshareable): Define.
12303 * options.cc (General_options::finalize): Honor -Bshareable.
12305 2009-01-20 Andreas Schwab <schwab@suse.de>
12307 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
12308 read the value in the contents, since we don't use it. Use the
12309 template endianness when writing.
12310 (Relocate::relocate): Use it for R_PPC_REL16_HA.
12312 2009-01-19 Andreas Schwab <schwab@suse.de>
12314 * configure.tgt (powerpc64-*): Fix targ_obj.
12316 2009-01-15 Ian Lance Taylor <iant@google.com>
12318 * object.cc (Sized_relobj::write_local_symbols): Don't write out
12319 local symbols when stripping all symbols.
12321 2009-01-14 Cary Coutant <ccoutant@google.com>
12323 * output.cc (Output_reloc): Add explicit instantiations.
12325 2009-01-14 Cary Coutant <ccoutant@google.com>
12327 * archive.cc (Archive::get_elf_object_for_member): Remove call
12328 to File_read::claim_for_plugin.
12329 * descriptors.cc (Descriptors::open): Remove reference to
12331 (Descriptors::claim_for_plugin): Remove.
12332 * descriptors.h (Descriptors::claim_for_plugin): Remove.
12333 (Descriptors::is_claimed): Remove.
12334 (claim_descriptor_for_plugin): Remove.
12335 * fileread.cc (File_read::claim_for_plugin): Remove.
12336 * fileread.h (File_read::claim_for_plugin): Remove.
12337 (File_read::descriptor): Reopen descriptor if necessary.
12338 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
12339 (Plugin_manager::all_symbols_read): Add task parameter. Change
12341 (Plugin_manager::get_input_file): New function.
12342 (Plugin_manager::release_input_file): New function.
12343 (Pluginobj::Pluginobj): Add filesize parameter and initialize
12344 corresponding data member.
12345 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
12346 and pass to base constructor. Change all callers.
12347 (get_input_file, release_input_file): New functions.
12348 (make_sized_plugin_object): Add filesize parameter. Change all callers.
12349 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
12350 (Plugin_manager::all_symbols_read): Add task parameter.
12351 (Plugin_manager::get_input_file): New function.
12352 (Plugin_manager::release_input_file): New function.
12353 (Plugin_manager::task_): New data member.
12354 (Pluginobj::Pluginobj): Add filesize parameter.
12355 (Pluginobj::filename): New function.
12356 (Pluginobj::descriptor): New function.
12357 (Pluginobj::filesize): New function.
12358 (Pluginobj::filesize_): New data member.
12359 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
12360 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
12361 File_read::claim_for_plugin; use Object::unlock to unlock the file.
12363 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
12364 with archive libraries.
12365 * testsuite/Makefile.in: Regenerate.
12366 * testsuite/plugin_test.c (struct sym_info): New type.
12367 (get_input_file, release_input_file): New static variables.
12368 (onload): Capture new transfer vector entries.
12369 (claim_file_hook): Stop reading at end of file according to filesize.
12370 Factor out parsing of readelf output into separate function.
12371 (all_symbols_read_hook): Exercise get_input_file and release_input_file
12372 APIs and get the source file name from the symbol table. Convert
12373 source file name to corresponding object file name. Print info
12374 message when adding new input files.
12375 (parse_readelf_line): New function.
12376 * testsuite/plugin_test_1.sh: Add checks for new info messages.
12377 * testsuite/plugin_test_2.sh: Likewise.
12378 * testsuite/plugin_test_3.sh: Likewise.
12379 * testsuite/plugin_test_4.sh: New test case.
12381 2009-01-07 Ian Lance Taylor <iant@google.com>
12383 * version.cc (version_string): Bump to 1.8.
12385 2008-12-23 Cary Coutant <ccoutant@google.com>
12387 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
12388 * plugin.cc (Plugin_manager::finish): Rename as
12389 layout_deferred_objects. Move cleanup to separate function.
12390 (Plugin_manager::cleanup): New function.
12391 (Plugin_finish::run): Call layout_deferred_objects and cleanup
12393 * plugin.h (Plugin_manager::finish): Rename as
12394 layout_deferred_objects.
12395 (Plugin_manager::cleanup): New function.
12396 (Plugin_manager::cleanup_done): New field.
12398 2008-12-23 Cary Coutant <ccoutant@google.com>
12400 * plugin.cc (is_visible_from_outside): New function.
12401 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
12402 so we don't return "IR only" status for exported symbols or -r links.
12404 * testsuite/Makefile.am (plugin_test_3): New test case.
12405 * testsuite/Makefile.in: Regenerate.
12406 * testsuite/plugin_test_3.sh: New file.
12408 2008-12-22 Cary Coutant <ccoutant@google.com>
12410 * object.cc (Sized_relobj::layout_section): New function.
12411 (Sized_relobj::do_layout): Defer layout of input sections until after
12412 plugin has provided replacement files.
12413 (Sized_relobj::do_layout_deferred_sections): New function.
12414 * object.h (Relobj::set_section_offset): Remove virtual keyword.
12415 (Relobj::layout_deferred_sections): New function.
12416 (Relobj::do_layout_deferred_sections): New function.
12417 (Sized_relobj::do_layout_deferred_sections): New function.
12418 (Sized_relobj::layout_section): New function.
12419 (Sized_relobj::Deferred_layout): New structure.
12420 (Sized_relobj::deferred_layout_): New field.
12421 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
12422 Change all callers. Layout deferred sections.
12423 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
12425 (Plugin_hook::run): Move code from do_plugin_hook inline.
12426 (Plugin_hook::do_plugin_hook): Remove.
12427 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
12428 (Plugin_manager::finish): Renamed, was cleanup.
12429 (Plugin_manager::should_defer_layout): New function.
12430 (Plugin_manager::add_deferred_layout_object): New function.
12431 (Plugin_manager::Deferred_layout_list): New type.
12432 (Plugin_manager::deferred_layout_objects_): New field.
12433 (Plugin_hook::do_plugin_hook): Remove.
12435 2008-12-17 Ian Lance Taylor <iant@google.com>
12437 * options.h (class General_options): Add --no case for
12440 2008-12-16 Cary Coutant <ccoutant@google.com>
12442 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
12444 (Plugin_manager::claim_file): Create plugin object even if
12445 plugin did not call the add_symbols callback.
12446 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
12447 asking for more symbols than were added.
12448 * testsuite/Makefile.am (plugin_test_1): Add test case with
12450 (empty.syms): New target.
12451 * testsuite/Makefile.in: Regenerate.
12452 * testsuite/plugin_test.c (claim_file_hook): Add new debug
12453 message. Don't call add_symbols if no globals.
12454 (all_symbols_read_hook): Don't provide replacement for empty
12457 2008-12-12 Ian Lance Taylor <iant@google.com>
12459 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
12460 r_type == 0 for a local symbol with r_sym == 0.
12461 (scan_relocatable_relocs): Pass r_sym to
12462 local_non_section_strategy.
12463 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
12466 * configure.ac: Update test for TLS descriptors: they are
12467 supported as of glibc 2.9.
12468 * configure: Rebuild.
12470 2008-12-11 Ian Lance Taylor <iant@google.com>
12473 * target-reloc.h (Default_scan_relocatable_relocs): For each
12474 function, map r_type == 0 to RELOC_DISCARD.
12476 2008-12-10 Cary Coutant <ccoutant@google.com>
12478 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
12479 object to override a kept COMDAT group from a plugin object.
12481 2008-12-09 Ian Lance Taylor <iant@google.com>
12484 * yyscript.y (file_cmd): Handle INPUT.
12486 * testsuite/initpri1.c: Change all declarations to be full
12487 prototypes by adding void, to avoid compiler warnings.
12489 2008-12-05 Rafael Avila de Espindola <espindola@google.com>
12491 * options.cc (General_options::parse_plugin_opt): New.
12492 (General_options::add_plugin): The argument now is just the filename.
12493 (General_options::add_plugin_option): New.
12494 * options.h (plugin_opt): New.
12495 (add_plugin): Change argument name.
12496 (add_plugin_option): New.
12497 * plugin.cc (Plugin::load): Don't parse the plugin option.
12498 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
12499 (Plugin::add_option): New.
12500 (Plugin::args_): Change type.
12501 (Plugin::filename_): New.
12502 (Plugin_manager::add_plugin_option): New.
12503 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
12504 * testsuite/Makefile.in: Regenerate.
12506 2008-12-05 Cary Coutant <ccoutant@google.com>
12508 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
12509 Handle --strip-lto-sections option.
12510 * options.h (strip_lto_sections): New option.
12512 2008-12-01 Cary Coutant <ccoutant@google.com>
12514 * plugin.cc (ld_plugin_message): Change format parameter to const.
12515 Fix mismatch between new[] and delete.
12517 2008-11-14 Cary Coutant <ccoutant@google.com>
12519 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
12522 2008-11-05 Craig Silverstein <csilvers@google.com>
12524 * options.cc (General_options::parse_dynamic_list): New function.
12525 * options.h (General_options): New flags dynamic_list,
12526 dynamic_list_data, dynamic_list_cpp_new, and
12527 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
12528 (General_options::in_dynamic_list): New function.
12529 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
12530 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
12531 (Lex::can_continue_name): Likewise.
12533 (read_script_file): New parameter script_options.
12534 (read_dynamic_list): New function.
12535 (Script_options::define_dynamic_list): New function.
12536 (dynamic_list_keyword_parsecodes): New variable.
12537 (dynamic_list_keywords): New variable.
12538 * script.h (Script_options::define_dynamic_list): New function
12540 (read_dynamic_list): New function prototype.
12541 * symtab.cc (strprefix): New macro.
12542 (Symbol::should_add_dynsym_entry): Support dynamic_list,
12543 dynamic_list_data, dynamic_list_cpp_new, and
12544 dynamic_list_cpp_typeinfo.
12545 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
12546 (dynamic_list_expr): New rule.
12547 (dynamic_list_nodes): Likewise.
12548 (dynamic_list_node): Likewise.
12549 * testsuite/Makefile.am (dynamic_list): New test.
12550 * testsuite/Makefile.in: Regenerated.
12551 * testsuite/dynamic_list.t: New file.
12552 * testsuite/dynamic_list.sh: New file.
12554 2008-11-05 Craig Silverstein <csilvers@google.com>
12556 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
12557 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
12558 (t11_last): Likewise.
12559 * testsuite/ver_test_6.c (main): Likewise.
12561 2008-10-07 Cary Coutant <ccoutant@google.com>
12563 * options.c (General_options::finalize): Add check for -static and
12565 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
12568 2008-10-02 Cary Coutant <ccoutant@google.com>
12570 * plugin.cc (make_sized_plugin_object): Fix conditional
12571 compilation to work when not all targets are enabled.
12573 2008-09-29 Cary Coutant <ccoutant@google.com>
12575 * archive.cc (Archive::get_file_and_offset): Use filename instead
12576 of name to get library path.
12577 (Archive::include_member): Unlock external member of a thin archive.
12579 * testsuite/Makefile.am (TEST_AR): New variable.
12580 (thin_archive_test_1): New test.
12581 (thin_archive_test_2): New test.
12582 * testsuite/Makefile.in: Regenerate.
12583 * testsuite/thin_archive_main.cc: New file.
12584 * testsuite/thin_archive_test_1.cc: New file.
12585 * testsuite/thin_archive_test_2.cc: New file.
12586 * testsuite/thin_archive_test_3.cc: New file.
12587 * testsuite/thin_archive_test_4.cc: New file.
12589 2008-09-29 Cary Coutant <ccoutant@google.com>
12591 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
12592 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
12594 (Sized_relobj::do_finalize_local_symbols): Likewise.
12595 (Sized_relobj::map_to_kept_section): Likewise.
12596 * object.h (Sized_relobj::invalid_address): New constant.
12597 (Sized_relobj::do_output_section_offset): Check for invalid_address
12599 * output.cc (Output_reloc::local_section_offset): Use constant
12600 invalid_address instead of -1U.
12601 (Output_reloc::get_address): Likewise.
12602 (Output_section::output_address): Change -1U to -1ULL.
12603 * output.h (Output_reloc::invalid_address): New constant.
12604 * reloc.cc (Sized_relobj::write_sections): Use constant
12605 invalid_address instead of -1U.
12606 (Sized_relobj::relocate_sections): Likewise.
12607 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
12608 values for merge sections.
12609 * target-reloc.h (relocate_for_relocatable): Use constant
12610 invalid_address instead of -1U.
12612 2008-09-19 Cary Coutant <ccoutant@google.com>
12614 Add plugin functionality for link-time optimization (LTO).
12615 * configure.ac (plugins): Add --enable-plugins option.
12616 * configure: Regenerate.
12617 * config.in: Regenerate.
12618 * Makefile.am (LIBDL): New variable.
12619 (CCFILES): Add plugin.cc.
12620 (HFILES): Add plugin.h.
12621 (ldadd_var): Add LIBDL.
12622 * Makefile.in: Regenerate.
12624 * archive.cc: Include "plugin.h".
12625 (Archive::setup): Don't preread archive symbols when using a plugin.
12626 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
12627 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
12629 (Archive::include_member): Add symbols from plugin objects.
12630 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
12631 * descriptors.cc (Descriptors::open): Check for file descriptors
12632 abandoned by plugins.
12633 (Descriptors::claim_for_plugin): New function.
12634 * descriptors.h (Descriptors::claim_for_plugin): New function.
12635 (Open_descriptor::is_claimed): New field.
12636 (claim_descriptor_for_plugin): New function.
12637 * fileread.cc (File_read::claim_for_plugin): New function.
12638 * fileread.h (File_read::claim_for_plugin): New function.
12639 (File_read::descriptor): New function.
12640 * gold.cc: Include "plugin.h".
12641 (queue_initial_tasks): Add task to call plugin hooks for generating
12643 * main.cc: Include "plugin.h".
12644 (main): Load plugin libraries.
12645 * object.h (Pluginobj): Declare.
12646 (Object::pluginobj): New function.
12647 (Object::do_pluginobj): New function.
12648 (Object::set_target): New function.
12649 * options.cc: Include "plugin.h".
12650 (General_options::parse_plugin): New function.
12651 (General_options::General_options): Initialize plugins_ field.
12652 (General_options::add_plugin): New function.
12653 * options.h (Plugin_manager): Declare.
12654 (General_options): Add --plugin option.
12655 (General_options::has_plugins): New function.
12656 (General_options::plugins): New function.
12657 (General_options::add_plugin): New function.
12658 (General_options::plugins_): New field.
12659 * plugin.cc: New file.
12660 * plugin.h: New file.
12661 * readsyms.cc: Include "plugin.h".
12662 (Read_symbols::do_read_symbols): Check for archive before checking
12663 for ELF file. Call plugin hooks to claim files.
12664 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
12665 from a real object file; force override when processing replacement
12667 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
12668 (Symbol::init_base_object): Likewise.
12669 (Symbol::init_base_output_data): Likewise.
12670 (Symbol::init_base_output_segment): Likewise.
12671 (Symbol::init_base_constant): Likewise.
12672 (Symbol::init_base_undefined): Likewise.
12673 (Symbol::output_section): Assert that object is not a plugin.
12674 (Symbol_table::add_from_pluginobj): New function.
12675 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
12677 (Symbol_table::sized_write_globals): Likewise.
12678 (Symbol_table::add_from_pluginobj): Instantiate template.
12679 * symtab.h (Sized_pluginobj): Declare.
12680 (Symbol::in_real_elf): New function.
12681 (Symbol::set_in_real_elf): New function.
12682 (Symbol::in_real_elf_): New field.
12683 (Symbol_table::add_from_pluginobj): New function.
12685 * testsuite/Makefile.am (AM_CFLAGS): New variable.
12686 (LIBDL): New variable.
12687 (LDADD): Add LIBDL.
12688 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
12689 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
12690 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
12691 (MOSTLYCLEANFILES): Likewise.
12692 * testsuite/Makefile.in: Regenerate.
12693 * testsuite/plugin_test.c: New file.
12694 * testsuite/plugin_test_1.sh: New file.
12695 * testsuite/plugin_test_2.sh: New file.
12697 2008-09-16 Ian Lance Taylor <iant@google.com>
12699 * target-reloc.h (relocate_section): Check whether a symbol is
12700 defined by the ABI before reporting an undefined symbol error.
12701 * target.h (Target::is_defined_by_abi): Make parameter const.
12702 (Target::do_is_defined_by_abi): Likewise.
12703 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
12704 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
12705 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
12706 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
12707 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
12708 * testsuite/Makefile.in: Rebuild.
12710 * fileread.cc (make_view): Add casts to avoid warning.
12712 2008-09-16 Alexandre Oliva <aoliva@redhat.com>
12714 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
12715 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
12717 2008-09-16 Alexandre Oliva <aoliva@redhat.com>
12719 * options.h (General_options::output_is_executable): New.
12720 (General_options::output_is_pie): New.
12721 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
12722 for shared libraries.
12723 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
12725 2008-09-11 Chris Demetriou <cgd@google.com>
12727 * options.h (origin): New -z option.
12728 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
12729 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
12732 2008-09-05 Cary Coutant <ccoutant@google.com>
12734 * fileread.cc (File_read::make_view): Add check for attempt to map
12735 beyond end of file.
12737 2008-09-05 Cary Coutant <ccoutant@google.com>
12739 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
12740 explicit instantiations.
12742 2008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
12745 * options.cc (General_options::finalize): Allow undefined symbols
12746 in shlibs if linking -shared.
12749 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
12750 symbols as not needing a dynsym entry.
12752 2008-08-20 Craig Silverstein <csilvers@google.com>
12754 * fileread.cc (File_read::open): Do not lock the file unless it
12755 was successfully opened.
12757 2008-08-14 Cary Coutant <ccoutant@google.com>
12759 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
12760 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
12761 * testsuite/tls_test.cc (struct int128): 128-bit struct
12762 for testing TLS relocs with non-zero addend.
12763 (v12): New TLS variable.
12765 (t_last): Add check for v12.
12766 * testsuite/tls_test.h (t12): New function.
12767 * testsuite/tls_test_main.cc (thread_routine): Call new test.
12769 2008-08-13 Ian Lance Taylor <iant@google.com>
12771 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
12772 set tls_segment_ or relro_segment_.
12773 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
12775 * output.h (Output_section::clear_is_relro): New function.
12776 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
12777 sections specially even when output_data_ is empty.
12778 (Output_segment::maximum_alignment): When first section is relro,
12779 only force alignment for PT_LOAD segments.
12780 * script.cc (script_data_segment_align): New function.
12781 (script_data_segment_relro_end): New function.
12782 * script-c.h (script_data_segment_align): Declare.
12783 (script_data_segment_relro_end): Declare.
12784 * script-sections.h (class Script_sections): Declare
12785 data_segment_align and data_segment_relro_end. Add fields
12786 segment_align_index_ and saw_relro_end_.
12787 * script-sections.cc (class Sections_element): Add set_is_relro
12788 virtual function. Add new bool* parameter to place_orphan_here.
12789 Add get_output_section virtual function.
12790 (class Output_section_definition): Add set_is_relro. Add new
12791 bool* parameter to place_orphan_here. Add get_output_section.
12792 Add is_relro_ field.
12793 (Output_section_definition::Output_section_definition): Initialize
12794 evaluated_address_, evaluated_load_address, evaluated_addralign_,
12795 and is_relro_ fields.
12796 (Output_section_definition::place_orphan_here): Add is_relro
12798 (Output_section_definition::set_section_addresses): Set relro for
12800 (Output_section_definition::alternate_constraint): Likewise.
12801 (class Orphan_output_section): Add new bool* parameter to
12802 place_orphan_here. Add get_output_section.
12803 (Orphan_output_section::place_orphan_here): Add is_relro
12805 (Script_sections::Script_sections): Initialize
12806 data_segment_align_index_ and saw_relro_end_.
12807 (Script_sections::data_segment_align): New function.
12808 (Script_sections::data_segment_relro_end): New function.
12809 (Script_sections::place_orphan): Set or clear is_relro.
12810 (Script_sections::set_section_addresses): Force alignment of first
12812 * yyscript.y (exp): Call script_data_segment_align and
12813 script_data_segment_relro_end.
12814 * testsuite/relro_script_test.t: New file.
12815 * testsuite/relro_test.cc (using_script): Declare.
12816 (t1, t2): Test using_script.
12817 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
12818 (relro_script_test_SOURCES): Define.
12819 (relro_script_test_DEPENDENCIES): Define.
12820 (relro_script_test_LDFLAGS): Define.
12821 (relro_script_test_LDADD): Define.
12822 (relro_script_test.so): New target.
12823 * testsuite/Makefile.in: Rebuild.
12825 2008-08-06 Cary Coutant <ccoutant@google.com>
12827 * archive.cc (Archive::total_archives, Archive::total_members)
12828 (Archive::total_members_loaded): New variables.
12829 (Archive::setup): Add parameter. Add option to preread
12831 (Archive::read_armap): Add counter.
12832 (Archive::get_file_and_offset): New function.
12833 (Archive::get_elf_object_for_member): New function.
12834 (Archive::read_all_symbols): New function.
12835 (Archive::read_symbols): New function.
12836 (Archive::add_symbols): Add counters.
12837 (Archive::include_all_members): Use armap to find members if it's
12839 (Archive::include_member): Skip reading symbols if already read.
12840 Factored code into Archive::get_file_and_offset and
12841 Archive::get_elf_object_for_member. Changed call to
12842 Mapfile::report_include_archive_member.
12843 (Archive::print_stats): New function.
12844 * archive.h: Declare Object and Read_symbols_data classes.
12845 (Archive::Archive): Add initializers for new members.
12846 (Archive::setup): Add parameter.
12847 (Archive::print_stats): New function.
12848 (Archive::total_archives, Archive::total_members)
12849 (Archive::total_members_loaded): New variables.
12850 (Archive::get_file_and_offset): New function.
12851 (Archive::get_elf_object_for_member): New function.
12852 (Archive::read_all_symbols): New function.
12853 (Archive::read_symbols): New function.
12854 (Archive::Archive_member): New class.
12855 (Archive::members_): New member.
12856 (Archive::num_members_): New member.
12857 * main.cc: Include archive.h.
12858 (main): Call Archive::print_stats.
12859 * mapfile.cc (Mapfile::report_include_archive_member): Delete
12860 archive parameter; member_name is now the fully-decorated name.
12861 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
12862 * options.h: (General_options): Add --preread-archive-symbols option.
12863 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
12866 2008-08-04 Ian Lance Taylor <iant@google.com>
12868 * symtab.h (Symbol::use_plt_offset): New function.
12869 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
12870 * powerpc.cc (Relocate::relocate): Likewise.
12871 * sparc.cc (Relocate::relocate): Likewise.
12872 * x86_64.cc (Relocate::relocate): Likewise.
12873 * testsuite/weak_plt.sh: New test.
12874 * testsuite/weak_plt_main.cc: New test.
12875 * testsuite/weak_plt_shared.cc: New test.
12876 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
12877 (check_PROGRAMS): Add weak_plt.
12878 (check_DATA): Add weak_plt_shared.so.
12879 (weak_plt_main_pic.o, weak_plt): New targets.
12880 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
12881 * testsuite/Makefile.in: Rebuild.
12883 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
12885 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
12886 * testsuite/Makefile.in: Rebuild.
12888 2008-08-04 Alan Modra <amodra@bigpond.net.au>
12890 * Makefile.am (POTFILES.in): Set LC_ALL=C.
12891 * Makefile.in: Regenerate.
12892 * po/POTFILES.in: Regenerate.
12894 2008-07-29 Ian Lance Taylor <iant@google.com>
12896 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
12897 symbols before other symbols.
12898 * testsuite/script_test_2.cc (test_addr): Declare.
12899 (test_addr_alias): Declare.
12900 (main): Check that test_addr and test_addr_alias have the right
12902 * testsuite/script_test_2.t: Define test_addr_alias and
12905 2008-07-24 Ian Lance Taylor <iant@google.com>
12908 * descriptors.cc: New file.
12909 * descriptors.h: New file.
12910 * gold-threads.h (class Hold_optional_lock): New class.
12911 * fileread.cc: Include "descriptors.h".
12912 (File_read::~File_read): Release descriptor rather than closing
12914 (File_read::open) [file]: Call open_descriptor rather than open.
12915 Set is_descriptor_opened_.
12916 (File_read::open) [memory]: Assert that descriptor is not open.
12917 (File_read::reopen_descriptor): New function.
12918 (File_read::release): Release descriptor.
12919 (File_read::do_read): Make non-const. Reopen descriptor.
12920 (File_read::read): Make non-const.
12921 (File_read::make_view): Reopen descriptor.
12922 (File_read::do_readv): Likewise.
12923 * fileread.h (class File_read): Add is_descriptor_opened_ field.
12924 Update declarations.
12925 * layout.cc: Include "descriptors.h".
12926 (Layout::create_build_id): Use open_descriptor rather than open.
12927 * output.cc: Include "descriptors.h".
12928 (Output_file::open): Use open_descriptor rather than open.
12929 * archive.cc (Archive::const_iterator): Change Archive to be
12931 (Archive::begin, Archive::end): Make non-const.
12932 (Archive::count_members): Likewise.
12933 * archive.h (class Archive): Update declarations.
12934 * object.h (Object::read): Make non-const.
12935 * Makefile.am (CCFILES): Add descriptors.cc.
12936 (HFILES): Add descriptors.h.
12937 * Makefile.in: Rebuild.
12940 * gold.h: Always include <clocale>. Add Solaris workarounds
12941 following code in binutils/sysdep.h.
12944 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
12945 this->eh_frame_hdr_ is NULL before using it.
12947 * dynobj.cc (Versions::Versions): Update comment.
12949 * dynobj.cc (Versions::Versions): If there is an soname, use it as
12950 the base version name.
12952 * stringpool.cc (Stringpool_template::add_with_length): Set key to
12953 array size plus one.
12954 (Stringpool_template::set_string_offsets): Subtract one from key
12955 before using it as an array index.
12956 (Stringpool_template::get_offset_with_length): Likewise.
12957 (Stringpool_template::write_to_buffer): Likewise.
12958 * stringpool.h (Stringpool_template::get_offset_from_key):
12961 2008-07-23 Ian Lance Taylor <iant@google.com>
12964 * object.h (Merged_symbol_value::value): Do our best to handle a
12968 * script.cc (Version_script_info::get_versions): Don't add empty
12969 version tag to return value.
12970 (Version_script_info::get_symbol_version_helper): Change return
12971 type to bool. Add pversion parameter. Change all callers.
12972 (script_register_vers_node): Don't require a non-NULL tag.
12973 * script.h (class Version_script_info): Update declarations.
12974 (Version_script_info::get_symbol_version): Change return type to
12975 bool. Add version parameter. Change all callers.
12976 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
12977 handling. Handle an empty version from a version script.
12978 (Symbol_table::define_special_symbol): Likewise.
12979 * testsuite/ver_test_10.script: New file.
12980 * testsuite/ver_test_10.sh: New file.
12981 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
12982 (check_DATA): Add ver_test_10.syms.
12983 (ver_test_10.syms, ver_test_10.so): New target.
12984 * testsuite/Makefile.in: Rebuild.
12986 2008-07-23 Simon Baldwin <simonb@google.com>
12988 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
12989 to zero for undefined symbols from dynamic libraries.
12991 2008-07-23 Ian Lance Taylor <iant@google.com>
12993 * symtab.cc (Symbol_table::resolve): Remove version parameter.
12994 Change all callers.
12995 * symtab.h (class Symbol_table): Update declaration.
12996 * testsuite/ver_test_9.cc: New file.
12997 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
12998 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
12999 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
13000 (ver_test_9.so, ver_test_9.o): New targets.
13001 * testsuite/Makefile.in: Rebuild.
13003 2008-07-22 Ian Lance Taylor <iant@google.com>
13005 * options.h (class General_options): Define --check-sections.
13006 * layout.cc (Layout::set_segment_offsets): Handle
13009 * options.h (class General_options): Define -n/--nmagic and
13011 * options.cc (General_options::finalize): For -n/--nmagic or
13012 -N/--omagic, set -static.
13013 * layout.cc (Layout::attach_allocated_section_to_segment): If
13014 -N/--omagic, don't put read-only and read-write sections in
13015 different segments.
13016 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
13017 finding a read-only segment.
13018 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
13019 don't set the minimum segment alignment to the common page size,
13020 and don't set the file offset to the address modulo the page size.
13021 * script-sections.cc (Script_sections::create_segments): If
13022 -n/--omagic, don't put read-only and read-write sections in
13023 different segments.
13025 * cref.cc: New file.
13026 * cref.h: New file.
13027 * options.h (class General_options): Add --print-symbol-counts.
13028 * main.cc (main): Issue defined symbol report if requested.
13029 * archive.cc (Archive::interpret_header): Make into a const member
13031 (Archive::add_symbols): Call Input_objects::archive_start and
13033 (Archive::const_iterator): Define new class.
13034 (Archive::begin, Archive::end): New functions.
13035 (Archive::include_all_members): Rewrite to use iterator.
13036 (Archive::count_members): New function.
13037 * archive.h (class Archive): Update declarations.
13038 (Archive::filename): New function.
13039 * object.cc: Include "cref.h".
13040 (Sized_relobj::Sized_relobj): Initialize defined_count_.
13041 (Sized_relobj::do_get_global_symbol_counts): New function.
13042 (Input_objects::add_object): Add object to cross-referencer.
13043 (Input_objects::archive_start): New function.
13044 (Input_objects::archive_stop): New function.
13045 (Input_objects::print_symbol_counts): New function.
13046 * object.h: Declare Cref and Archive.
13047 (Object::get_global_symbol_counts): New function.
13048 (Object::do_get_global_symbol_counts): New pure virtual function.
13049 (class Sized_relobj): Add defined_count_ field. Update
13051 (class Input_objects): Add cref_ field. Update constructor.
13052 Update declarations.
13053 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
13055 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
13057 (Sized_dynobj::do_get_global_symbol_counts): New function.
13058 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
13059 defined_count_. Update declarations. Define Symbols typedef.
13060 * symtab.cc (Symbol_table::add_from_relobj): Add defined
13061 parameter. Change all callers.
13062 (Symbol_table::add_from_dynobj): Add sympointers and defined
13063 parameters. Change all callers.
13064 * symtab.h (class Symbol_table): Update declarations.
13065 * Makefile.am (CCFILES): Add cref.cc.
13066 (HFILES): Add cref.h.
13067 * Makefile.in: Rebuild.
13069 2008-07-22 Simon Baldwin <simonb@google.com>
13071 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
13072 to zero when writing undefined symbols.
13074 2008-07-22 Ian Lance Taylor <iant@google.com>
13076 * output.cc (Output_section::add_input_section): Don't try to
13077 merge empty merge sections.
13079 2008-07-21 Craig Silverstein <csilvers@google.com>
13081 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13082 Include symbol version in error message.
13084 2008-07-20 Chris Demetriou <cgd@google.com>
13086 * configure.ac (gold_cv_c_random_seed): New configured variable.
13087 (RANDOM_SEED_CFLAGS): New substituted variable.
13088 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
13089 * configure: Rebuild.
13090 * Makefile.in: Likewise.
13091 * testsuite/Makefile.in: Likewise.
13093 2008-07-18 Ian Lance Taylor <iant@google.com>
13095 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
13096 where we see NAME/NULL and NAME/VERSION as separate symbols.
13097 * testsuite/ver_test_main.cc (main): Call t4.
13098 (t4, t4_2a): Define.
13099 * testsuite/ver_test_2.cc (t4_2): Define.
13100 * testsuite/ver_test_2.script: Put t4_2a in VER2.
13101 * testsuite/ver_test_4.cc (t4_2a): Define.
13102 * testsuite/ver_test_4.script: Put t4_2a in VER2.
13103 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
13105 2008-07-17 Ian Lance Taylor <iant@google.com>
13107 * dynobj.cc (Versions::add_def): If we give an error about a
13108 missing version, go ahead and create the version anyhow.
13110 2008-07-10 Ian Lance Taylor <iant@google.com>
13112 Handle output sections with more than 0x7fffffff bytes.
13113 * object.h (class Relobj): Change map_to_output_ to
13114 output_sections_, and just keep a section pointer. Change all
13115 uses. Move comdat group support to Sized_relobj.
13116 (Relobj::is_section_specially_mapped): Remove.
13117 (Relobj::output_section): Remove poff parameter. Change all
13119 (Relobj::output_section_offset): New function.
13120 (Relobj::set_section_offset): Rewrite.
13121 (Relobj::map_to_output): Remove.
13122 (Relobj::output_sections): New function.
13123 (Relobj::do_output_section_offset): New pure virtual function.
13124 (Relobj::do_set_section_offset): Likewise.
13125 (class Sized_relobj): Add section_offsets_ field. Add comdat
13126 group support from Relobj. Update declarations.
13127 (Sized_relobj::get_output_section_offset): New function.
13128 (Sized_relobj::do_output_section_offset): New function.
13129 (Sized_relobj::do_set_section_offset): New function.
13130 * object.cc (Relobj::output_section_address): Remove.
13131 (Sized_relobj::Sized_relobj): Initialize new fields.
13132 (Sized_relobj::include_section_group): Cast find_kept_object to
13134 (Sized_relobj::include_linkonce_section): Likewise.
13135 (Sized_relobj::do_layout): Use separate arrays for output section
13137 (Sized_relobj::do_count_local_symbols): Change map_to_output to
13139 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
13140 output_sections and section_offsets.
13141 (Sized_relobj::write_local_symbols): Likewise.
13142 (map_to_kept_section): Compute output address directly.
13143 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
13144 output_sections and section_offsets.
13145 (Sized_relobj::write_sections): Likewise.
13146 (Sized_relobj::relocate_sections): Likewise.
13147 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
13148 * output.h (class Output_reloc): Update declarations. Change
13149 u2_.relobj to Sized_relobj*.
13150 (class Output_data_reloc): Change add functions to use
13152 * output.cc (Output_reloc::Output_reloc): Change relobj to
13154 (Output_reloc::local_section_offset): Change return type to
13155 Elf_Addr. Use get_output_section_offset.
13156 (Output_reloc::get_address): Likewise.
13157 (Output_section::is_input_address_mapped): Don't call
13158 is_section_specially_mapped.
13159 (Output_section::output_offset): Likewise.
13160 (Output_section::output_address): Likewise.
13161 (Output_section::starting_output_address): Likewise.
13162 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
13163 parameter to Sized_relobj*.
13164 (Copy_relocs::need_copy_reloc): Likewise.
13165 (Copy_relocs::save): Likewise.
13166 * copy-relocs.h (class Copy_relocs): Update declarations.
13167 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
13168 Sized_relobj*. Change relobj_ field to Sized_relobj*.
13169 * target-reloc.h (relocate_for_relocatable): Change
13170 offset_in_output_section type to Elf_Addr. Change code that uses
13172 * layout.cc (Layout::layout): Always set *off.
13173 * mapfile.cc (Mapfile::print_input_section): Use
13174 output_section_offset.
13175 * i386.cc (Target_i386::copy_reloc): Change object parameter to
13177 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
13178 * sparc.cc (Target_sparc::copy_reloc): Likewise.
13179 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
13181 2008-07-03 Ian Lance Taylor <iant@google.com>
13183 * layout.cc (Layout::include_section): Do not discard unrecognized
13184 SHT_STRTAB sections.
13186 2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
13188 * script.cc (Lex::can_continue_name): Make '?' allowable in
13189 version-script names.
13190 * testsuite/version_script.map: Change glob pattern to use '?'
13192 2008-06-30 Manish Singh <yosh@gimp.org>
13195 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
13198 2008-06-30 Ian Lance Taylor <iant@google.com>
13202 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
13203 versions]: Don't try to read the value in the contents, since we
13204 don't use it. Use the template endianness when writing.
13206 2008-06-25 Cary Coutant <ccoutant@google.com>
13208 * fileread.cc (File_read::make_view): Assert on zero-length view.
13209 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
13210 symbol table when there are no symbols to read.
13212 2008-06-23 Craig Silverstein <csilvers@google.com>
13214 * version.cc (version_string): Bump to 1.7
13216 2008-06-18 Craig Silverstein <csilvers@google.com>
13218 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
13219 constant 0xFFFF to type Valtype.
13220 (Powerpc_relocate_functions::rel16_ha): Likewise.
13222 2008-06-17 Ian Lance Taylor <iant@google.com>
13224 * output.h (Output_section::Input_section): Initialize p2align_ to
13225 zero for Output_section_data constructors.
13226 (Output_section::Input_section::addralign): If not an input
13227 section, return the alignment of the Output_section_data.
13228 * testsuite/copy_test.cc: New file.
13229 * testsuite/copy_test_1.cc: New file.
13230 * testsuite/copy_test_2.cc: New file.
13231 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
13232 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
13233 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
13234 (copy_test_1_pic.o, copy_test_1.so): New targets.
13235 (copy_test_2_pic.o, copy_test_2.so): New targets.
13236 * testsuite/Makefile.in: Rebuild.
13238 * script-sections.cc (Script_sections::place_orphan): Initialize
13239 local variable exact.
13241 2008-06-13 David Edelsohn <edelsohn@gnu.org>
13243 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
13245 2008-06-12 David Edelsohn <edelsohn@gnu.org>
13246 David S. Miller <davem@davemloft.net>
13248 * powerpc.cc: New file.
13249 * Makefile.am (TARGETSOURCES): Add powerpc.cc
13250 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
13251 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
13252 * Makefile.in: Rebuild.
13254 2008-06-09 Ian Lance Taylor <iant@google.com>
13256 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
13258 (throwing, orig_terminate): New static variables.
13259 (terminate_handler): New static function.
13260 (t2): Set terminate handler.
13262 2008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
13265 * binary.cc (Binary_to_elf::sized_convert): Fix .data
13268 2008-05-30 Cary Coutant <ccoutant@google.com>
13270 * archive.cc (Archive::include_all_members) Correct to step
13271 over symbol table and extended name table in thin archives.
13273 2008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
13276 * target-reloc.h (relocate_for_relocatable): Fix new_offset
13279 2008-05-28 Caleb Howe <cshowe@google.com>
13281 * reduced_debug_output.cc: New file.
13282 * reduced_debug_output.h: New file.
13283 * options.h (class General_options): Add --strip-debug-non-line.
13284 * options.cc (General_options::finalize): Add strip_debug_non_line
13285 to the strip heirarchy.
13286 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
13288 * layout.cc: Include "reduced_debug_output.h".
13289 (Layout::Layout): Initialize new fields.
13290 (line_only_debug_sections): New static array.
13291 (is_lines_only_debug_sections): New static inline function.
13292 (Layout::include_section): Handle --strip-debug-non-line.
13293 (Layout::make_output_section): If --strip-debug-non-line, build
13294 new output sections for .debug_abbrev and .debug_info.
13295 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
13296 gold. Warn about possible overflow.
13297 (read_signed_LEB_128): Likewise.
13298 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
13299 (read_signed_LEB_128): Declare.
13300 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
13301 (HFILES): Add reduced_debug_output.h.
13302 * Makefile.in: Rebuild.
13304 2008-05-21 Ian Lance Taylor <iant@google.com>
13306 * mapfile.cc: New file.
13307 * mapfile.h: New file.
13308 * options.h (class General_options): Add -M/--print-map and -Map.
13309 * options.cc (General_options::finalize): Make -M equivalent to
13311 * main.cc: Include <cstdio> and "mapfile.h".
13312 (main): Open mapfile if requested.
13313 * gold.cc (class Middle_runner): Add mapfile_ field. Update
13314 constructor. Change caller.
13315 (queue_initial_tasks): Add mapfile parameter. Change caller.
13316 (queue_middle_tasks): Likewise.
13317 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
13319 * archive.cc: Include "mapfile.h".
13320 (Archive::add_symbols): Add mapfile parameter. Change all
13321 callers. Pass mapfile, symbol, and reason to include_member.
13322 (Archive::include_all_members): Add mapfile parameter. Change all
13324 (Archive::include_member): Add mapfile, sym, and why parameters.
13325 Change all callers. Report inclusion to map file.
13326 * archive.h: Include "fileread.h".
13327 (class Archive): Update declarations.
13328 (Archive::file): New const method.
13329 (class Add_archive_symbols): Add mapfile_ field. Update
13330 constructor. Change all callers.
13331 * readsyms.h (class Read_symbols): Likewise.
13332 (class Finish_group): Likewise.
13333 (class Read_script): Likewise.
13334 * common.cc: Include "mapfile.h".
13335 (Symbol_table::allocate_commons): Add mapfile parameter. Change
13337 (Symbol_table::do_allocate_commons): Likewise.
13338 (Symbol_table::do_allocate_commons_list): Likewise. Report common
13339 symbol allocation to mapfile.
13340 * common.h (class Allocate_commons_task): Add mapfile_ field.
13341 Update constructor. Change all callers.
13342 * symtab.h (class Symbol_table): Update declarations.
13343 * layout.cc: Include "mapfile.h".
13344 (Layout_task_runner::run): Print information to mapfile.
13345 (Layout::create_gold_note): Change Output_data_fixed_space to
13346 Output_data_zero_fill.
13347 (Layout::create_build_id): Likewise.
13348 (Layout::print_to_mapfile): New function.
13349 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
13350 constructor. Change caller.
13351 (class Layout): Declare print_to_mapfile.
13352 * output.cc (Output_section::Input_section::print_to_mapfile): New
13354 (Output_section::add_input_section): If producing a map, always
13355 add to input_sections_ list.
13356 (Output_section::do_print_to_mapfile): New function.
13357 (Output_segment::print_sections_to_mapfile): New function.
13358 (Output_segment::print_section_list_to_mapfile): New function.
13359 * output.h: Include "mapfile.h".
13360 (Output_data::print_to_mapfile): New function.
13361 (Output_data::do_print_to_mapfile): New virtual function.
13362 (Output_segment_headers::do_print_to_mapfile): New function.
13363 (Output_file_header::do_print_to_mapfile): New function.
13364 (Output_data_const::do_print_to_mapfile): New function.
13365 (class Output_data_const_buffer): Add map_name_ field. Update
13366 constructor. Change all callers. Add do_print_to_mapfile
13368 (class Output_data_fixed_space): Likewise.
13369 (class Output_data_space): Likewise.
13370 (class Output_data_zero_fill): New class.
13371 (Output_data_strtab::do_print_to_mapfile): New function.
13372 (Output_data_reloc_base::do_print_to_mapfile): New function.
13373 (Output_relocatable_relocs::do_print_to_mapfile): New function.
13374 (Output_data_group::do_print_to_mapfile): New function.
13375 (Output_data_got::do_print_to_mapfile): New function.
13376 (Output_data_dynamic::do_print_to_mapfile): New function.
13377 (Output_symtab_xindex::do_print_to_mapfile): New function.
13378 (class Output_section): Declare do_print_to_mapflie. Declare
13379 print_to_mapfile in Input_section.
13380 (class Output_segment): Declare new functions.
13381 * object.h (Sized_relobj::symbol_count): New function.
13382 * script-sections.cc
13383 (Output_section_element_dot_assignment::set_section_addresses):
13384 Change Output_data_fixed_space to Output_data_zero_fill.
13385 (Output_data_expression::do_print_to_mapfile): New function.
13386 * script.cc (read_input_script): Add mapfile parameter. Change
13388 * script.h (read_input_script): Update declaration.
13389 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
13390 (Eh_frame::do_print_to_mapfile): New function.
13391 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
13392 (Output_merge_string::do_print_to_mapfile): New function.
13393 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
13395 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
13397 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
13399 * Makefile.am (CCFILES): Add mapfile.cc.
13400 (HFILES): Add mapfile.h.
13401 * Makefile.in: Rebuild.
13403 2008-05-19 Ian Lance Taylor <iant@google.com>
13405 * options.h (class General_options): Add -z relro.
13406 * layout.cc (Layout::Layout): Initialize relro_segment_.
13407 (Layout::add_output_section_data): Return the output section.
13408 (Layout::make_output_section): Rcognize relro sections and mark
13409 them appropriately.
13410 (Layout::attach_allocated_section_to_segment): Put relro sections
13411 in a PT_GNU_RELRO segment.
13412 (Layout::create_initial_dynamic_sections): Mark the .dynamic
13414 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
13416 (Layout::linkonce_mapping): Map d.rel.ro.local to
13417 .data.rel.ro.local.
13418 (Layout::output_section_name): Us .data.rel.ro.local for any
13419 section which begins with that.
13420 * layout.h (class Layout): Update add_output_section_data
13421 declaration. Add relro_segment_ field.
13422 * output.cc (Output_section::Output_section): Initialize is_relro_
13423 and is_relro_local_ fields.
13424 (Output_segment::add_output_section): Group relro sections.
13425 (Output_segment::is_first_section_relro): New function.
13426 (Output_segment::maximum_alignment): If there is a relro section,
13427 align the segment to the common page size.
13428 (Output_segment::set_section_addresses): Track whether we are
13429 looking at relro sections. If the last section is a relro
13430 section, align to the common page size.
13431 (Output_segment::set_section_list_addresses): Add in_relro
13432 parameter. Change all callers. Align to the page size when
13433 moving from relro to non-relro section.
13434 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
13436 * output.h (class Output_section): Add is_relro_ and
13437 is_relro_local_ fields.
13438 (Output_section::is_relro): New function.
13439 (Output_section::set_is_relro): New function.
13440 (Output_section::is_relro_local): New function.
13441 (Output_section::set_is_relro_local): New function.
13442 (class Output_segment): Update declarations.
13443 * i386.cc (Target_i386::got_section): Mark .got section as relro.
13444 * sparc.cc (Target_sparc::got_section): Likewise.
13445 * x86_64.cc (Target_x86_64::got_section): Likewise.
13446 * testsuite/relro_test_main.cc: New file.
13447 * testsuite/relro_test.cc: New file.
13448 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
13449 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
13450 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
13451 (relro_test.so, relro_test_pic.o): New targets.
13452 * testsuite/Makefile.in: Rebuild.
13454 2008-05-16 Ian Lance Taylor <iant@google.com>
13456 * output.cc (Output_segment::add_output_section): Remove front
13458 * output.h (class Output_segment): Remove
13459 add_initial_output_section and overloaded add_output_section.
13460 Update declaration of remaining add_output_section.
13461 * layout.cc (Layout::create_interp): Call add_output_section
13462 rather than add_initial_output_section.
13463 (Layout::finish_dynamic_section): Likewise.
13465 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
13466 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
13467 know the dynamic type.
13468 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
13469 field. Initialize it in constructor.
13470 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
13471 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
13472 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
13475 * output.cc (Output_reloc::get_address): Change return type to
13477 * output.h (class Output_reloc): Update get_address declaration.
13478 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
13479 for section addresses.
13481 2008-05-09 Ian Lance Taylor <iant@google.com>
13484 * gold.cc (gold_nomem): Use return value of write.
13486 2008-05-08 Ian Lance Taylor <iant@google.com>
13488 * symtab.c (Symbol::init_base_output_data): Add version
13489 parameter. Change all callers.
13490 (Symbol::init_base_output_segment): Likewise.
13491 (Symbol::init_base_constant): Likewise.
13492 (Symbol::init_base_undefined): Likewise.
13493 (Sized_symbol::init_output_data): Likewise.
13494 (Sized_symbol::init_output_segment): Likewise.
13495 (Sized_symbol::init_constant): Likewise.
13496 (Sized_symbol::init_undefined): Likewise.
13497 (Symbol_table::do_define_in_output_data): If the new symbol has a
13498 version, mark it as the default.
13499 (Symbol_table::do_define_in_output_segment): Likewise.
13500 (Symbol_table::do_define_as_constant): Likewise.
13501 * symtab.h (class Symbol): Update declarations.
13502 (class Sized_symbol): Likewise.
13503 * resolve.cc (Symbol::override_version): New function.
13504 (Symbol::override_base): Call override_version.
13505 (Symbol::override_base_with_special): Likewise.
13506 * testsuite/ver_script_8.script: New file.
13507 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
13508 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
13509 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
13510 (ver_test_8_1.so, ver_test_8_2.so): New targets.
13512 2008-05-06 Ian Lance Taylor <iant@google.com>
13515 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
13517 (class General_options): Remove existing --undefined, and add
13518 --no-undefined instead. Add new --undefined as synonym for -u.
13519 * archive.cc (Archive::add_symbols): Check whether symbol was
13521 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
13522 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
13523 all uses. Add IS_UNDEFINED. Update declarations to split
13524 different versions of init_base. Declare init_base_undefined.
13525 (Symbol::is_defined): Handle IS_UNDEFINED.
13526 (Symbol::is_undefined): Likewise.
13527 (Symbol::is_weak_undefined): Call is_undefined.
13528 (Symbol::is_absolute): Handle IS_CONSTANT.
13529 (class Sized_symbol): Update declarations to split different
13530 versions of init. Declare init_undefined.
13531 (class Symbol_table): Declare new functions.
13532 * symtab.cc (Symbol::init_base_object): Rename from init_base.
13533 Change all callers.
13534 (Symbol::init_base_output_data): Likewise.
13535 (Symbol::init_base_output_segment): Likewise.
13536 (Symbol::init_base_constant): Likewise.
13537 (Symbol::init_base_undefined): New function.
13538 (Sized_symbol::init_object): Rename from init. Change all
13540 (Sized_symbol::init_output_data): Likewise.
13541 (Sized_symbol::init_output_segment): Likewise.
13542 (Sized_symbol::init_constant): Likewise.
13543 (Sized_symbol::init_undefined): New function.
13544 (Symbol_table::add_undefined_symbols_from_command_line): New
13546 (Symbol_table::do_add_undefined_symbols_from_command_line): New
13548 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
13549 (Symbol::output_section): Likewise.
13550 (Symbol::set_output_section): Likewise.
13551 (Symbol_table::sized_finalize_symbol): Likewise.
13552 (Symbol_table::sized_write_globals): Likewise.
13553 * resolve.cc (Symbol_table::should_override): Likewise.
13554 (Symbol::override_base_with_special): Likewise.
13556 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
13557 symbol, change it to have default visibility.
13558 * testsuite/protected_1.cc: New file.
13559 * testsuite/protected_2.cc: New file.
13560 * testsuite/protected_3.cc: New file.
13561 * testsuite/protected_main_1.cc: New file.
13562 * testsuite/protected_main_2.cc: New file.
13563 * testsuite/protected_main_3.cc: New file.
13564 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
13565 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
13566 (protected_1_LDFLAGS, protected_1_LDADD): Define.
13567 (protected_1.so): New target.
13568 (protected_1_pic.o, protected_2_pic.o): New targets.
13569 (protected_3_pic.o): New target.
13570 (check_PROGRAMS): Add protected_2.
13571 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
13572 (protected_2_LDFLAGS, protected_2_LDADD): Define.
13573 * testsuite/Makefile.in: Rebuild.
13575 * options.h (DEFINE_var): Add set_user_set_##varname__.
13576 (DEFINE_bool_alias): New macro.
13577 (class General_options): Define -Bstatic using DEFINE_bool_alias
13578 rather than DEFINE_special. Add --undefined as an alias for -z
13580 * options.cc (General_options::parse_Bstatic): Remove.
13582 * options.h (class General_options): Add --fatal-warnings.
13583 * main.cc (main): Implement --fatal-warnings.
13584 * errors.h (Errors::warning_count): New function.
13586 * options.h (class General_options): Add -Bsymbolic-functions.
13587 * symtab.h (Symbol::is_preemptible): Check for
13588 -Bsymbolic-functions.
13590 2008-05-05 Ian Lance Taylor <iant@google.com>
13592 * options.h (DEFINE_bool): For DASH_Z, create the negative option
13593 as noVARNAME rather than no-VARNAME.
13594 (class General_options): Add option -z combreloc.
13595 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
13597 (Output_reloc::sort_before) [SHT_REL]: New function.
13598 (Output_reloc::sort_before) [SHT_RELA]: New function.
13599 (class Output_data_reloc_base): Add sort_relocs_ field. Define
13600 Sort_relocs_comparison.
13601 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
13602 parameter. Change all callers.
13603 (Output_data_reloc::Output_data_reloc) [both versions]: Add
13604 sort_relocs parameter. Change all callers.
13605 * output.cc (Output_reloc::get_address): New function, broken out
13607 (Output_reloc::write_rel): Call it.
13608 (Output_reloc::compare): New function.
13609 (Output_data_reloc_base::do_write): Optionally sort relocs.
13611 * configure.ac: If targ_extra_obj is set, link it in.
13612 * configure.tgt: Initialize all variables.
13613 (x86_64*): Set targ_extra_obj and targ_extra_size.
13614 * configure: Rebuild.
13616 * object.cc (Sized_relobj::include_section_group): Adjust section
13617 indexes read from group data. Build vector to pass to
13619 * layout.cc (Layout::layout_group): Add flags and shndxes
13620 parameters. Remove contents parameter. Change caller. Update
13621 explicit instantiations.
13622 * layout.h (class Layout): Update layout_group declaration.
13623 * output.cc (Output_data_group::Output_data_group): Add flags and
13624 input_shndxes parameters. Remove contents parameter. Change
13626 (Output_data_group::do_write): Change input_sections_ to
13628 * output.h (class Output_data_group): Update constructor
13629 declaration. Rename input_sections_ to input_shndxes_.
13630 * testsuite/many_sections_test.cc: Add template.
13632 2008-04-30 Cary Coutant <ccoutant@google.com>
13634 * target-reloc.h (relocate_section): Fix dead-pointer bug.
13636 * layout.cc (Layout::include_section): Refactored check for debug
13638 (Layout::add_comdat): Add new parameters. Change type
13639 of signature parameter. Add object and shndx to signatures table.
13640 (Layout::find_kept_object): New function.
13641 * layout.h: Include <cstring>.
13642 (Layout::is_debug_info_section): New function.
13643 (Layout::add_comdat): Add new parameters.
13644 (Layout::find_kept_object): New function.
13645 (Layout::Kept_section): New struct.
13646 (Layout::Signatures): Change type of map range.
13647 * object.cc (Relobj::output_section_address): New function.
13648 (Sized_relobj::include_section_group): Add new parameters. Change
13649 calls to Layout::add_comdat. Change to build table of kept comdat
13650 groups and table mapping discarded sections to kept sections.
13651 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
13652 (Sized_relobj::do_layout): Change calls to include_section_group and
13653 include_linkonce_section.
13654 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
13655 value to zero when section is discarded.
13656 (Sized_relobj::map_to_kept_section): New function.
13657 * object.h (Relobj::output_section_address): New function.
13658 (Relobj::Comdat_group): New type.
13659 (Relobj::find_comdat_group): New function.
13660 (Relobj::Comdat_group_table): New type.
13661 (Relobj::Kept_comdat_section): New type.
13662 (Relobj::Kept_comdat_section_table): New type.
13663 (Relobj::add_comdat_group): New function.
13664 (Relobj::set_kept_comdat_section): New function.
13665 (Relobj::get_kept_comdat_section): New function.
13666 (Relobj::comdat_groups_): New field.
13667 (Relobj::kept_comdat_sections_): New field.
13668 (Symbol_value::input_value): Update comment.
13669 (Sized_relobj::map_to_kept_section) New function.
13670 (Sized_relobj::include_linkonce_section): Add new parameter.
13671 * target-reloc.h (Comdat_behavior): New type.
13672 (get_comdat_behavior): New function.
13673 (relocate_section): Add code to map a discarded section to the
13674 corresponding kept section when applying a relocation.
13676 2008-04-30 Craig Silverstein <csilvers@google.com>
13678 * dwarf_reader.cc (next_generation_count): New static var.
13679 (Addr2line_cache_entry): New struct.
13680 (addr2line_cache): New static var.
13681 (Dwarf_line_info::one_addr2line): Added caching.
13682 (Dwarf_line_info::clear_addr2line_cache): New function.
13683 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
13684 cache-size parameter.
13685 (Dwarf_line_info::one_addr2line_cache): New function.
13686 * symtab.cc (Symbol_table::detect_odr_violations): Pass
13687 new cache-size argument to one_addr2line(), and clear cache.
13689 2008-04-28 Cary Coutant <ccoutant@google.com>
13691 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
13692 R_386_PC8 relocations.
13694 2008-04-23 Ian Lance Taylor <iant@google.com>
13696 * object.cc (Sized_relobj::include_section_group): Check for
13697 invalid section group.
13699 * object.cc (make_elf_object): Correct test for 64-bit ELF file
13702 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
13703 than read for file header.
13704 * archive.cc (Archive::include_member): Likewise.
13706 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
13708 * aclocal.m4: Regenerate.
13709 * configure: Regenerate.
13711 2008-04-19 Ian Lance Taylor <iant@google.com>
13713 * version.cc (version_string): Bump to 1.6.
13715 * testsuite/Makefile.am (many_sections_r_test): New target.
13716 (many_sections_r_test_SOURCES): Remove.
13717 (many_sections_r_test_DEPENDENCIES): Remove.
13718 (many_sections_r_test_LDFLAGS): Remove.
13719 (many_sections_r_test_LDADD): Remove.
13721 * object.cc (Sized_relobj::do_add_symbols): Always pass
13722 local_symbol_count_ to add_from_relobj.
13724 * testsuite/Makefile.am (many_sections_check.h): Only check one in
13725 every thousand variables.
13726 * testsuite/Makefile.in: Rebuild.
13728 * object.cc (Xindex::initialize_symtab_xindex): New function.
13729 (Xindex::read_symtab_xindex): New function.
13730 (Xindex::sym_xindex_to_shndx): New function.
13731 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
13733 (Sized_relobj::do_initialize_xindex): New function.
13734 (Sized_relobj::do_read_symbols): Adjust section links.
13735 (Sized_relobj::symbol_section_and_value): Add is_ordinary
13736 parameter. Change all callers.
13737 (Sized_relobj::include_section_group): Adjust section links and
13738 symbol section indexes.
13739 (Sized_relobj::do_layout): Adjust section links.
13740 (Sized_relobj::do_count_local_symbols): Adjust section links and
13741 symbol section indexes.
13742 (Sized_relobj::do_finalize_local_symbols): Distinguish between
13743 ordinary and special symbols.
13744 (Sized_relobj::write_local_symbols): Add symtab_xindex and
13745 dynsym_xindex parameters. Change all callers. Adjust section
13746 links. Use SHN_XINDEX when needed.
13747 (Sized_relobj::get_symbol_location_info): Adjust section links.
13748 Don't get fooled by special symbols.
13749 * object.h (class Xindex): Define.
13750 (class Object): Add xindex_ parameter. Declare virtual functoin
13751 do_initialize_xindex.
13752 (Object::adjust_sym_shndx): New function.
13753 (Object::set_xindex): New protected function.
13754 (class Symbol_value): Add is_ordinary_shndx_ field.
13755 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
13756 (Symbol_value::value): Assert ordinary section.
13757 (Symbol_value::initialize_input_to_output_map): Likewise.
13758 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
13759 Change all callers.
13760 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
13762 (class Sized_relobj): Update declarations.
13763 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
13764 parameter. Change all callers.
13765 (Sized_relobj::adjust_shndx): New function.
13766 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
13768 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
13769 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
13770 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
13771 (Sized_dynobj::read_dynsym_section): Adjust section links.
13772 (Sized_dynobj::read_dynamic): Likewise.
13773 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
13775 (Sized_dynobj::do_initialize_xindex): New function.
13776 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
13777 do_initialize_xindex.
13778 (Sized_dynobj::adjust_shndx): New function.
13779 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
13780 dynsym_xindex_ fields.
13781 (Layout::finalize): Add a call to set_section_indexes before
13782 creating the symtab sections.
13783 (Layout::set_section_indexes): Don't do anything if the section
13784 already has a section index.
13785 (Layout::create_symtab_sections): Add shnum parameter. Change
13786 caller. Create .symtab_shndx section if needed.
13787 (Layout::create_shdrs): Add shstrtab_section parameter. Change
13789 (Layout::allocated_output_section_count): New function.
13790 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
13792 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
13793 fields. Update declarations.
13794 (Layout::symtab_xindex): New function.
13795 (Layout::dynsym_xindex): New function.
13796 (class Write_symbols_task): Add layout_ field.
13797 (Write_symbols_task::Write_symbols_task): Add layout parameter.
13799 * output.cc (Output_section_headers::Output_section_headers): Add
13800 shstrtab_section parameter. Change all callers.
13801 (Output_section_headers::do_sized_write): Store overflow values
13802 for section count and section string table section index in
13803 section header zero.
13804 (Output_file_header::do_sized_write): Check for overflow of
13805 section count and section string table section index.
13806 (Output_symtab_xindex::do_write): New function.
13807 (Output_symtab_xindex::endian_do_write): New function.
13808 * output.h (class Output_section_headers): Add shstrtab_section_.
13809 Update declarations.
13810 (class Output_symtab_xindex): Define.
13811 (Output_section::has_out_shndx): New function.
13812 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
13814 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
13815 Change all callers.
13816 (Sized_symbol::init): Likewise.
13817 (Symbol::output_section): Check for ordinary symbol.
13818 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
13819 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
13821 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
13822 Change all callers. Simplify handling of symbols from sections
13823 not included in the link.
13824 (Symbol_table::add_from_dynobj): Handle ordinary symbol
13826 (Weak_alias_sorter::operator()): Assert that symbols are
13828 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
13830 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
13831 parameters. Change all callers.
13832 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
13833 symbol distinction. Use SHN_XINDEX when needed.
13834 (Symbol_table::write_section_symbol): Add symtab_xindex
13835 parameter. Change all callers.
13836 (Symbol_table::sized_write_section_symbol): Likewise. Use
13837 SHN_XINDEX when needed.
13838 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
13840 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
13841 (Symbol::is_defined): Check is_ordinary.
13842 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
13843 (Symbol::is_absolute, Symbol::is_common): Likewise.
13844 (class Sized_symbol): Update declarations.
13845 (class Symbol_table): Update declarations.
13846 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
13847 parameters. Change all callers.
13848 (Sized_symbol::override): Likewise.
13849 (Symbol_table::override): Likewise.
13850 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
13851 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
13852 is_ordinary, and orig_st_shndx parameters. Change all callers.
13853 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
13854 to be in an ordinary section.
13855 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
13856 object and is_ordinary parameters. Change all callers.
13857 (Sized_dwarf_line_info::read_relocs): Add object parameter.
13858 Change all callers. Don't add undefined or non-ordinary symbols
13860 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
13861 Change all callers.
13862 * dwarf_reader.h (class Sized_dwarf_line_info): Update
13864 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
13865 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
13866 (Sized_relobj::relocate_sections): Likewise.
13867 * target-reloc.h (scan_relocs): Adjust section symbol index.
13868 (scan_relocatable_relocs): Likewise.
13869 * i386.cc (Scan::local): Check for ordinary symbols.
13870 * sparc.cc (Scan::local): Likewise.
13871 * x86_64.cc (Scan::local): Likewise.
13872 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
13873 to symbol_section_and_value.
13874 * testsuite/many_sections_test.cc: New file.
13875 * testsuite/Makefile.am (BUILT_SOURCES): Define.
13876 (check_PROGRAMS): Add many_sections_test.
13877 (many_sections_test_SOURCES): Define.
13878 (many_sections_test_DEPENDENCIES): Define.
13879 (many_sections_test_LDFLAGS): Define.
13880 (BUILT_SOURCES): Add many_sections_define.h.
13881 (many_sections_define.h): New target.
13882 (BUILT_SOURCES): Add many_sections_check.h.
13883 (many_sections_check.h): New target.
13884 (check_PROGRAMS): Add many_sections_r_test.
13885 (many_sections_r_test_SOURCES): Define.
13886 (many_sections_r_test_DEPENDENCIES): Define.
13887 (many_sections_r_test_LDFLAGS): Define.
13888 (many_sections_r_test_LDADD): Define.
13889 (many_sections_r_test.o): New target.
13890 * testsuite/Makefile.in: Rebuild.
13892 2008-04-17 Cary Coutant <ccoutant@google.com>
13894 * errors.cc (Errors::info): New function.
13895 (gold_info): New function.
13896 * errors.h (Errors::info): New function.
13897 * gold.h (gold_info): New function.
13898 * object.cc (Input_objects::add_object): Print trace output.
13899 * options.cc (options::parse_set): New function.
13900 (General_options::parse_wrap): Deleted.
13901 (General_options::General_options): Deleted initializer.
13902 * options.h (options::String_set): New typedef.
13903 (options::parse_set): New function.
13904 (DEFINE_set): New macro.
13905 (General_options::wrap): Changed to use DEFINE_set. Changed
13906 callers of any_wrap_symbols and is_wrap_symbol.
13907 (General_options::trace, General_options::trace_symbol):
13909 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
13910 (General_options::wrap_symbols_): Deleted.
13911 * symtab.cc (Symbol_table::add_from_object): Print trace output.
13913 2008-04-17 David S. Miller <davem@davemloft.net>
13915 * options.cc (General_options::parse_V): New function.
13916 * options.h: Add entries for -V and -Qy.
13918 2008-04-17 Ian Lance Taylor <iant@google.com>
13920 * common.cc (Symbol_table::allocate_commons): Remove options
13921 parameter. Change caller.
13922 (Symbol_table::do_allocate_commons): Remove options parameter.
13923 Change caller. Just call do_allocate_commons_list twice.
13924 (Symbol_table::do_allocate_commons_list): New function, broken out
13925 of do_allocate_commons.
13926 * common.h (class Allocate_commons_task): Remove options_ field.
13927 Update constructor.
13928 * symtab.cc (Symbol_table::Symbol_table): Initialize
13930 (Symbol_table::add_from_object): Put TLS common symbols on
13932 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
13933 which are IN_OUTPUT_DATA.
13934 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
13935 allocate_commons and do_allocate_commons declarations. Declare
13936 do_allocate_commons_list.
13937 * gold.cc (queue_middle_tasks): Update creation of
13938 Allocate_commons_task to not pass options.
13939 * testsuite/Makefile.am (INCLUDES): Add -I.. .
13940 (TLS_TEST_C_FLAGS): New variable.
13941 (tls_test_c_pic.o): New target.
13942 (tls_test_shared.so): Link in tls_test_c_pic.o.
13943 (tls_test_c_pic_ie.o): New target.
13944 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
13945 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
13946 (tls_test_c.o): New target.
13947 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
13948 (tls_pic_test_LDADD): Likewise.
13949 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
13950 (tls_shared_gd_to_ie_test_LDADD): Likewise.
13951 (tls_test_c_gnu2.o): New target.
13952 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
13954 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
13955 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
13956 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
13957 * testsuite/tls_test.cc: Include "config.h".
13958 (t_last): Call t11_last.
13959 * testsuite/tls_test.h (t11, t11_last): Declare.
13960 * testsuite/tls_test_c.c: New file.
13961 * testsuite/tls_test_main.cc (thread_routine): Call t11.
13962 * configure.ac: Check for OpenMP support.
13963 * configure, config.in, Makefile.in: Rebuild.
13964 * testsuite/Makefile.in: Rebuild.
13966 2008-04-16 Cary Coutant <ccoutant@google.com>
13968 * i386.cc (Target_i386::define_tls_base_symbol): New function.
13969 (Target_i386::tls_base_symbol_defined_): New field.
13970 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
13971 (Target_i386::Scan::global): Likewise.
13972 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
13973 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
13974 (Target_x86_64::tls_base_symbol_defined_): New field.
13975 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
13976 (Target_x86_64::Scan::global): Likewise.
13978 2008-04-16 Cary Coutant <ccoutant@google.com>
13980 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
13981 (Symbol::needs_plt_entry): Allow weak undefined symbols.
13982 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
13983 building shared libraries.
13984 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
13985 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
13986 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
13987 * testsuite/Makefile.in: Rebuild.
13988 * testsuite/weak_undef.h: New file.
13989 * testsuite/weak_undef_file1.cc: Add extra test cases.
13990 * testsuite/weak_undef_file2.cc: Likewise.
13991 * testsuite/weak_undef_test.cc: Likewise.
13993 2008-04-16 David S. Miller <davem@davemloft.net>
13995 * sparc.cc (Target_sparc::Scan): Change from struct to class.
13996 Add issued_non_pic_error_ field. Declare check_non_pic.
13997 (Target_sparc::Scan::check_non_pic): New function.
13998 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
13999 (Target_sparc::Scan::global): Likewise.
14001 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
14002 * configure: Rebuild.
14004 * options.h (DEFINE_enable): New macro.
14005 (new_dtags): New enable option.
14006 (initfirst, interpose, loadfltr, nodefaultlib,
14007 nodelete, nodlopen, nodump): New -z options.
14008 * layout.cc (Layout:finish_dynamic_section): If new
14009 dtags enabled, emit DT_RUNPATH. Also, emit a
14010 DT_FLAGS_1 containing any specified -z flags.
14012 2008-04-16 Ian Lance Taylor <iant@google.com>
14014 * copy-relocs.cc: New file.
14015 * copy-relocs.h: New file.
14016 * reloc.cc: Remove Copy_relocs code.
14017 * reloc.h: Likewise.
14018 * reloc-types.h (struct Reloc_types) [both versions]: Add
14019 get_reloc_addend_noerror.
14020 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
14021 variants of add_global which take an addend which must be zero.
14022 * i386.cc: Include "copy-relocs.h".
14023 (class Target_i386): Change type of copy_relocs_ to variable,
14024 update initializer.
14025 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
14026 Change all callers.
14027 (Target_i386::do_finalize_sections): Change handling of
14029 * sparc.cc: Include "copy-relocs.h".
14030 (class Target_sparc): Change type of copy_relocs_ to variable,
14031 update initializer.
14032 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
14033 Change all callers.
14034 (Target_sparc::do_finalize_sections): Change handling of
14036 * x86_64.cc: Include "copy-relocs.h".
14037 (class Target_x86_64): Change type of copy_relocs_ to variable,
14038 update initializer.
14039 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
14040 class. Change all callers.
14041 (Target_x86_64::do_finalize_sections): Change handling of
14043 * Makefile.am (CCFILES): Add copy-relocs.cc.
14044 (HFILES): Add copy-relocs.h.
14046 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
14048 * testsuite/script_test_4.sh: Permit leading zeroes.
14050 2008-04-15 Ian Lance Taylor <iant@google.com>
14052 * script-sections.cc (Script_sections::create_segments): Use
14053 header_size_adjustment even when there is enough room for the
14055 * testsuite/script_test_4.sh: New file.
14056 * testsuite/script_test_4.t: New file.
14057 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
14058 (check_DATA): Add script_test_4.stdout.
14059 (MOSTLYCLEANFILES): Likewise.
14060 (script_test_4): New target.
14061 (script_test_4.stdout): New target.
14062 * testsuite/Makefile.in: Rebuild.
14064 * sparc.cc: Add definitions for Output_data_plt_sparc class
14067 2008-04-14 David S. Miller <davem@davemloft.net>
14069 * sparc.cc: New file.
14070 * Makefile.am (TARGETSOURCES): Add sparc.cc
14071 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
14072 * configure.tgt: Document targ_extra_size and
14073 targ_extra_big_endian. Add entries for sparc-* and
14075 * configure.ac: Handle targ_extra_size and
14076 targ_extra_big_endian.
14077 * Makefile.in: Rebuild.
14078 * configure: Likewise.
14079 * po/POTFILES.in: Likewise.
14080 * po/gold.pot: Likewise.
14082 2008-04-14 Ian Lance Taylor <iant@google.com>
14084 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
14085 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
14086 in the name/type/flags to section mapping. Don't call
14087 allocate_output_section.
14088 (Layout::choose_output_section): Change parameter from adjust_name
14089 to is_input_section. Don't permit input sections after sections
14090 are attached to segments. Don't call allocate_output_section.
14091 (Layout::layout_eh_frame): Call update_flags_for_input_section,
14092 not write_enable_output_section.
14093 (Layout::make_output_section): Don't push to
14094 unattached_section_list_ nor call attach_to_segment. Call
14095 attach_section_to_segment if sections are attached.
14096 (Layout::attach_sections_to_segments): New function.
14097 (Layout::attach_section_to_segment): New function.
14098 (Layout::attach_allocated_section_to_segment): Rename from
14099 attach_to_segment. Remove flags parameter.
14100 (Layout::allocate_output_section): Remove function.
14101 (Layout::write_enable_output_section): Remove function.
14102 * layout.h (class Layout): Update for above changes. Add new
14103 field sections_are_attached_.
14104 * output.h (Output_section::update_flags_for_input_section): New
14106 * output.cc (Output_section::add_input_section): Call
14107 update_flags_for_input_section.
14108 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
14110 2008-04-11 Cary Coutant <ccoutant@google.com>
14112 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
14113 thought unnecessary.
14114 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
14116 2008-04-11 Ian Lance Taylor <iant@google.com>
14118 * output.h (class Output_section_data): Remove inline definition
14120 * output.cc (Output_section_data::set_addralign): New function.
14122 2008-04-11 Cary Coutant <ccoutant@google.com>
14124 Add support for TLS descriptors for i386 and x86_64.
14125 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
14126 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
14127 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
14129 (Target_i386::got_mod_index_entry): Remove unnecessary code.
14130 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
14131 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
14133 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
14134 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
14135 Fix problem with initial-exec relocations.
14136 (Target_i386::Relocate::relocate_tls): Likewise.
14137 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
14139 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
14140 support for section-plus-offset dynamic table entries.
14141 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
14142 (Output_data_dynamic::Dynamic_entry): Add support for
14143 section-plus-offset dynamic table entries.
14144 (Output_data_dynamic::Classification): Likewise.
14145 (Output_data_dynamic::classification_): Renamed offset_.
14146 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
14147 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
14148 (Target_x86_64::make_plt_section): New function.
14149 (Target_x86_64::reserve_tlsdesc_entries): New function.
14150 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
14151 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
14152 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
14153 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
14154 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
14155 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
14156 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
14157 add extra PLT entry for TLS descriptors.
14158 (Output_data_plt_x86_64::got_): New field.
14159 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
14160 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
14162 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
14164 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
14165 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
14166 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
14167 R_386_TLS_DESC_CALL relocations.
14168 (Target_x86_64::Scan::global): Likewise.
14169 (Target_x86_64::do_finalize_sections): Add dynamic table entries
14170 for TLS descriptors.
14171 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
14172 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
14173 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
14174 GD-to-IE relaxation.
14175 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
14176 and TLS_DESCRIPTORS.
14177 * Makefile.in: Rebuild.
14178 * configure: Rebuild.
14179 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
14180 (tls_test_shared2.so): New target.
14181 (tls_shared_gd_to_ie_test_SOURCES): New variable.
14182 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
14183 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
14184 (tls_shared_gd_to_ie_test_LDADD): New variable.
14185 (tls_shared_gnu2_gd_to_ie_test): New target.
14186 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
14188 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
14189 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
14190 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
14191 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
14192 (tls_shared_gnu2_test): New target.
14193 (tls_test_gnu2_shared.so): New target.
14194 (tls_shared_gnu2_test_SOURCES): New variable.
14195 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
14196 (tls_shared_gnu2_test_LDFLAGS): New variable.
14197 (tls_shared_gnu2_test_LDADD): New variable.
14198 * testsuite/Makefile.in: Rebuild.
14199 * testsuite/Makefile.
14201 2008-04-11 Ian Lance Taylor <iant@google.com>
14203 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
14205 * testsuite/Makefile.in: Rebuild.
14207 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
14209 * testsuite/script_test_2.cc (main): Adjust test.
14211 2008-04-11 David S. Miller <davem@davemloft.net>
14212 Ian Lance Taylor <iant@google.com>
14214 * options.h (General_options): Add entries for '-Y' and
14216 * options.cc (General_options:finalize): If -Y was used, add those
14217 entries to the library path instead of the default "/lib" and
14220 2008-04-11 David S. Miller <davem@davemloft.net>
14222 * testsuite/justsyms.t: Start at 0x100.
14223 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
14224 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
14226 * testsuite/script_test_2.cc: Adjust string and section length
14229 2008-04-09 Ian Lance Taylor <iant@google.com>
14232 * script-sections.cc (Sections_element::allocate_to_segment): Add
14234 (Output_section_definition::allocate_to_segment): Likewise.
14235 (Orphan_output_section::allocate_to_segment): Likewise.
14236 (Script_sections::attach_sections_using_phdrs_clause): Don't
14237 propagate non-PT_LOAD segments to orphan sections.
14238 * testsuite/Makefile.am (script_test_3.stdout): Generate using
14239 readelf rather than objdump.
14240 * testsuite/script_test_3.sh: Adjust accordingly. Test that
14241 .interp section and PT_INTERP segment are the same size.
14242 * testsuite/Makefile.in: Rebuild.
14244 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
14245 aliases for symbols defined in the same object.
14246 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
14247 (weak_alias_test_SOURCES): New variable.
14248 (weak_alias_test_DEPENDENCIES): New variable.
14249 (weak_alias_test_LDFLAGS): New variable.
14250 (weak_alias_test_LDADD): New variable.
14251 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
14252 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
14253 (weak_alias_test_3.o): New target.
14254 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
14255 * testsuite/weak_alias_test_main.cc: New file.
14256 * testsuite/weak_alias_test_1.cc: New file.
14257 * testsuite/weak_alias_test_2.cc: New file.
14258 * testsuite/weak_alias_test_3.cc: New file.
14260 2008-04-08 Ian Lance Taylor <iant@google.com>
14262 * options.h (class General_options): Add --noinhibit-exec option.
14263 * main.cc (main): Check --noinhibit-exec.
14265 * options.h (class General_options): Define --wrap as a special
14266 option. Add wrap_symbols_ field.
14267 (General_options::any_wrap_symbols): New function.
14268 (General_options::is_wrap_symbol): New function.
14269 * options.cc (General_options::parse_wrap): New function.
14270 (General_options::General_options): Initialize wrap_symbols_.
14271 * symtab.cc (Symbol_table::wrap_symbol): New function.
14272 (Symbol_table::add_from_object): Handle --wrap.
14273 * symtab.h (class Symbol_table): Declare wrap_symbol.
14274 * target.h (Target::wrap_char): New function.
14275 (Target::Target_info): Add wrap_char field.
14276 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
14277 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
14278 * testsuite/testfile.cc (Target_test::test_target_info):
14281 * errors.cc (Errors::undefined_symbol): Mention symbol version if
14284 * layout.h (class Layout): Add added_eh_frame_data_ field.
14285 * layout.cc (Layout::Layout): Initialize new field.
14286 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
14287 output section until we find a section we merged successfully.
14288 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
14289 that the size be non-zero.
14291 * merge.cc (Object_merge_map::get_output_offset): Remove inline
14294 2008-04-08 Craig Silverstein <csilvers@google.com>
14296 * configure.ac: Export new conditional variable HAVE_ZLIB.
14297 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
14299 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
14300 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
14302 2008-04-07 Ian Lance Taylor <iant@google.com>
14304 * version.cc (version_string): Set to "1.5".
14306 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
14307 Add issued_non_pic_error_ field. Declare check_non_pic.
14308 (Target_x86_64::Scan::check_non_pic): New function.
14309 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
14310 (Target_x86_64::Scan::global): Likewise.
14312 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
14313 addend parameter. Change caller. Handle merge sections.
14314 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
14315 Address to Addend. Don't add in the result of
14316 local_section_offset, pass down the addend and use the returned
14318 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
14319 Update declarations of local_section_offset and symbol_value.
14320 * testsuite/two_file_test_1.cc (t18): New function.
14321 * testsuite/two_file_test_2.cc (f18): New function.
14322 * testsuite/two_file_test_main.cc (main): Call t18.
14323 * testsuite/two_file_test.h (t18, f18): Declare.
14325 * configure.ac: Don't test for objdump, c++filt, or readelf.
14326 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
14328 (TEST_READELF): New variable.
14329 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
14330 (check_PROGRAMS): Add two_file_strip_test.
14331 (two_file_strip_test): New target.
14332 (check_PROGRAMS): Add two_file_same_shared_strip_test.
14333 (two_file_same_shared_strip_test_SOURCES): New variable.
14334 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
14335 (two_file_same_shared_strip_test_LDFLAGS): New variable.
14336 (two_file_same_shared_strip_test_LDADD): New variable.
14337 (two_file_shared_strip.so): New target.
14338 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
14339 (ver_test_5.syms, ver_test_7.syms): Likewise.
14340 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
14341 (strip_test_3.stdout): Use TEST_OBJDUMP.
14342 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
14344 2008-04-04 Cary Coutant <ccoutant@google.com>
14346 * symtab.h (Symbol::is_weak_undefined): New function.
14347 (Symbol::is_strong_undefined): New function.
14348 (Symbol::is_absolute): New function.
14349 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
14350 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
14352 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
14353 (weak_undef_test): New target.
14354 * testsuite/Makefile.in: Rebuild.
14355 * testsuite/weak_undef_file1.cc: New file.
14356 * testsuite/weak_undef_file2.cc: New file.
14357 * testsuite/weak_undef_test.cc: New file.
14359 2008-04-03 Craig Silverstein <csilvers@google.com>
14361 * compressed_output.h (class Output_compressed_section): Use
14363 * compressed_output.cc (zlib_compress): Use unsigned buffers,
14365 (zlib_compressed_suffix): Removed.
14366 (Output_compressed_section::set_final_data_size): Use unsigned
14368 * testsuite/Makefile.am (flagstest_compress_debug_sections):
14369 Fix linker invocation.
14370 (flagstest_o_specialfile_and_compress_debug_sections):
14372 * testsuite/Makefile.in: Regenerated.
14374 2008-04-02 David S. Miller <davem@davemloft.net>
14376 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
14377 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
14379 2008-04-02 Craig Silverstein <csilvers@google.com>
14383 2008-04-02 Ian Lance Taylor <iant@google.com>
14385 * fileread.cc (File_read::find_view): Add byteshift and vshifted
14386 parameters. Update for new key type to views_. Change all
14388 (File_read::read): Adjust for byteshift in returned view.
14389 (File_read::add_view): New function, broken out of
14390 find_and_make_view.
14391 (File_read::make_view): New function, broken out of
14392 find_and_make_view.
14393 (File_read::find_or_make_view): Add offset and aligned
14394 parameters. Rewrite accordingly. Change all callers.
14395 (File_read::get_view): Add offset and aligned parameters. Adjust
14396 for byteshift in return value.
14397 (File_read::get_lasting_view): Likewise.
14398 * fileread.h (class File_read): Update declarations.
14399 (class File_read::View): Add byteshift_ field. Add byteshift to
14400 constructor. Add byteshift method.
14401 * archive.h (Archive::clear_uncached_views): New function.
14402 (Archive::get_view): Add aligned parameter. Change all callers.
14403 * object.h (Object::get_view): Add aligned parameter. Change all
14405 (Object::get_lasting_view): Likewise.
14407 * fileread.cc (File_read::release): Don't call clear_views if
14408 there are multiple objects.
14409 * fileread.h (File_read::clear_uncached_views): New function.
14410 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
14413 2008-03-31 Cary Coutant <ccoutant@google.com>
14415 Add thin archive support.
14416 * archive.cc (Archive::armagt): New const.
14417 (Archive::setup): Remove task parameter and calls to unlock.
14418 (Archive::unlock_nested_archives): New function.
14419 (Archive::read_header): Add nested_off parameter. Change
14421 (Archive::interpret_header): Likewise.
14422 (Archive::include_all_members): Change to handle thin
14424 (Archive::include_member): Likewise.
14425 * archive.h (Archive::Archive): Add new parameters and
14427 (Archive::armagt): New const.
14428 (Archive::setup): Remove task parameter.
14429 (Archive::unlock_nested_archives): New function.
14430 (Archive::read_header): Add nested_off parameter.
14431 (Archive::interpret_header): Likewise.
14432 (Archive::Nested_archive_table): New typedef.
14433 (Archive::is_thin_archive_): New field.
14434 (Archive::nested_archives_): New field.
14435 (Archive::options_): New field.
14436 (Archive::dirpath_): New field.
14437 (Archive::task_): New field.
14438 * readsyms.cc (Read_symbols::do_read_symbols): Add check
14439 for thin archives. Pass additional parameters to
14440 Archive::Archive. Unlock the archive file after calling
14443 2008-03-29 Ian Lance Taylor <iant@google.com>
14445 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
14446 version symbol to be local.
14447 * testsuite/ver_test_4.sh: New file.
14448 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
14449 (check_DATA): Add ver_test_4.syms.
14450 (ver_test_4.syms): New target.
14451 * testsuite/Makefile.in: Rebuild.
14454 (Output_section::Input_section_sort_entry::has_priority): New
14456 (Output_section::Input_section_sort_entry::match_file_name): New
14458 (Output_section::Input_section_sort_entry::match_section_name):
14460 (Output_section::Input_section_sort_entry::match_section_name_prefix):
14462 (Output_section::Input_section_sort_entry::match_section_file):
14464 (Output_section::Input_section_sort_compare::operator()): Rewrite
14465 using new Input_section_sort_entry functions. Sort crtbegin and
14466 crtend first. Sort sections with no priority before sections with
14468 * testsuite/initpri1.c (d3): Check j != 4.
14469 (cd5): New constructor/destructor function.
14470 (main): Check j != 2.
14472 * symtab.cc (Symbol_table::add_from_object): If we don't use the
14473 new symbol when resolving, don't call set_is_default.
14474 * testsuite/ver_test_7.cc: New file.
14475 * testsuite/ver_test_7.sh: New file.
14476 * testsuite/Makefile.am (ver_test_7.so): New target.
14477 (ver_test_7.o): New target.
14478 (check_SCRIPTS): Add ver_test_7.sh.
14479 (check_DATA): Add ver_test_7.syms.
14480 (ver_test_7.syms): New target.
14482 2008-03-28 Ian Lance Taylor <iant@google.com>
14484 * layout.cc (Layout::layout): If we see an input section with a
14485 name that needs sorting, set the must_sort flag for the output
14487 (Layout::make_output_section): If the name of the output section
14488 indicates that it might require sorting, set the may_sort flag.
14489 * output.h (Output_section::may_sort_attached_input_sections): New
14491 (Output_section::set_may_sort_attached_input_sections): New
14493 (Output_section::must_sort_attached_input_sections): New
14495 (Output_section::set_must_sort_attached_input_sections): New
14497 (class Output_section): Declare Input_section_sort_entry. Define
14498 Input_section_sort_compare. Declare
14499 sort_attached_input_sections. Add new fields:
14500 may_sort_attached_input_sections_,
14501 must_sort_attached_input_sections_,
14502 attached_input_sections_are_sorted_.
14503 * output.cc (Output_section::Output_section): Initialize new
14505 (Output_section::add_input_section): Add an entry to
14506 input_sections_ if may_sort or must_sort are true.
14507 (Output_section::set_final_data_size): Call
14508 sort_attached_input_sections if necessary.
14509 (Output_section::Input_section_sort_entry): Define new class.
14510 (Output_section::Input_section_sort_compare::operator()): New
14512 (Output_section::sort_attached_input_sections): New function.
14513 * configure.ac: Check whether the compiler supports constructor
14514 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
14515 * testsuite/initpri1.c: New file.
14516 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
14517 CONSTRUCTOR_PRIORITY.
14518 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
14519 (initpri1_LDFLAGS): New variable.
14520 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
14522 2008-03-27 Ian Lance Taylor <iant@google.com>
14524 * common.cc (Sort_commons::operator): Correct sorting algorithm.
14525 * testsuite/common_test_1.c: New file.
14526 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
14527 (common_test_1_SOURCES): New variable.
14528 (common_test_1_DEPENDENCIES): New variable.
14529 (common_test_1_LDFLAGS): New variable.
14531 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
14532 and commons_ correctly when NAME/VERSION does not override
14534 * testsuite/ver_test_6.c: New file.
14535 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
14536 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
14537 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
14539 2008-03-26 Ian Lance Taylor <iant@google.com>
14541 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
14542 of an undefined symbol from a version script.
14543 * testsuite/Makefile.am (ver_test_5.so): New target.
14544 (ver_test_5.o): New target.
14545 (check_SCRIPTS): Add ver_test_5.sh.
14546 (check_DATA): Add ver_test_5.syms.
14547 (ver_test_5.syms): New target.
14548 * testsuite/ver_test_5.cc: New file.
14549 * testsuite/ver_test_5.script: New file.
14550 * testsuite/ver_test_5.sh: New file.
14551 * Makefile.in, testsuite/Makefile.in: Rebuild.
14554 Fix problems building gold with gcc 4.3.0.
14555 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
14556 (gold_error_at_location, gold_warning_at_location): Use it.
14557 * configure.ac: Check whether we can compile and use a template
14558 function with a printf attribute.
14559 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
14560 when jumping over bytes.
14561 * object.cc: Instantiate Object::read_section_data.
14562 * debug.h: Include <cstring>
14563 * dwarf_reader.cc: Include <algorithm>
14564 * main.cc: Include <cstring>.
14565 * options.cc: Include <cstring>.
14566 * output.cc: Include <cstring>.
14567 * script.cc: Include <cstring>.
14568 * script.h: Include <string>.
14569 * symtab.cc: Include <cstring> and <algorithm>.
14570 * target-select.cc: Include <cstring>.
14571 * version.cc: Include <string>.
14572 * testsuite/testmain.cc: Include <cstdlib>.
14573 * configure, config.in: Rebuild.
14575 2008-03-25 Ian Lance Taylor <iant@google.com>
14577 * options.cc: Include "../bfd/bfdver.h".
14578 (options::help): Print bug reporting address.
14580 * version.cc (print_version): Adjust output for current value of
14581 BFD_VERSION_STRING.
14585 * options.cc (options::help): Print list of supported targets.
14586 * target-select.h: Include <vector>.
14587 (class Target_selector): Make machine_, size_, and is_big_endian_
14588 fields const. Add bfd_name_ and instantiated_target_ fields.
14589 (Target_selector::Target_selector): Add bfd_name parameter.
14590 (Target_selector::recognize): Make non-virtual, call
14592 (Target_selector::recognize_by_name): Make non-virtual, call
14593 do_recognize_by_name.
14594 (Target_selector::supported_names): New function.
14595 (Target_selector::bfd_name): New function.
14596 (Target_selector::do_instantiate_target): New pure virtual
14598 (Target_selector::do_recognize): New virtual function.
14599 (Target_selector::do_recognize_by_name): New virtual function.
14600 (Target_selector::instantiate_target): New private function.
14601 (supported_target_names): Declare.
14602 * target-select.cc (Target_selector::Target_selector): Update for
14603 new parameter and fields.
14604 (select_target_by_name): Check that the name matches before
14605 calling recognize_by_name.
14606 (supported_target_names): New function.
14607 * i386.cc (class Target_selector_i386): Update Target_selector
14608 constructor call. Remove recognize and recognize_by_name. Add
14609 do_instantiate_target.
14610 * x86_64.cc (class Target_selector_x86_64): Likewise.
14611 * testsuite/testfile.cc (class Target_selector_test): Update for
14612 changes to Target_selector.
14614 * README: Rewrite, with some notes on unsupported features.
14616 2008-03-24 Cary Coutant <ccoutant@google.com>
14618 * i386.cc (Target_i386::Got_type): New enum declaration.
14619 (Target_i386::Scan::local): Updated callers of Output_data_got
14621 (Target_i386::Scan::global): Likewise.
14622 (Target_i386::Relocate::relocate): Likewise.
14623 (Target_i386::Relocate::relocate_tls): Likewise.
14624 * object.h (Got_offset_list): New class.
14625 (Sized_relobj::local_has_got_offset): Added got_type parameter.
14626 (Sized_relobj::local_got_offset): Likewise.
14627 (Sized_relobj::set_local_got_offset): Likewise.
14628 (Sized_relobj::local_has_tls_got_offset): Removed.
14629 (Sized_relobj::local_tls_got_offset): Removed.
14630 (Sized_relobj::set_local_tls_got_offset): Removed.
14631 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
14632 * output.cc (Output_data_got::add_global): Added got_type parameter.
14633 (Output_data_got::add_global_with_rel): Likewise.
14634 (Output_data_got::add_global_with_rela): Likewise.
14635 (Output_data_got::add_global_pair_with_rel): New function.
14636 (Output_data_got::add_global_pair_with_rela): New function.
14637 (Output_data_got::add_local): Added got_type parameter.
14638 (Output_data_got::add_local_with_rel): Likewise.
14639 (Output_data_got::add_local_with_rela): Likewise.
14640 (Output_data_got::add_local_pair_with_rel): New function.
14641 (Output_data_got::add_local_pair_with_rela): New function.
14642 (Output_data_got::add_global_tls): Removed.
14643 (Output_data_got::add_global_tls_with_rel): Removed.
14644 (Output_data_got::add_global_tls_with_rela): Removed.
14645 (Output_data_got::add_local_tls): Removed.
14646 (Output_data_got::add_local_tls_with_rel): Removed.
14647 (Output_data_got::add_local_tls_with_rela): Removed.
14648 * output.h (Output_data_got::add_global): Added got_type parameter.
14649 (Output_data_got::add_global_with_rel): Likewise.
14650 (Output_data_got::add_global_with_rela): Likewise.
14651 (Output_data_got::add_global_pair_with_rel): New function.
14652 (Output_data_got::add_global_pair_with_rela): New function.
14653 (Output_data_got::add_local): Added got_type parameter.
14654 (Output_data_got::add_local_with_rel): Likewise.
14655 (Output_data_got::add_local_with_rela): Likewise.
14656 (Output_data_got::add_local_pair_with_rel): New function.
14657 (Output_data_got::add_local_pair_with_rela): New function.
14658 (Output_data_got::add_global_tls): Removed.
14659 (Output_data_got::add_global_tls_with_rel): Removed.
14660 (Output_data_got::add_global_tls_with_rela): Removed.
14661 (Output_data_got::add_local_tls): Removed.
14662 (Output_data_got::add_local_tls_with_rel): Removed.
14663 (Output_data_got::add_local_tls_with_rela): Removed.
14664 * resolve.cc (Symbol::override_base_with_special): Removed
14665 reference to has_got_offset_ field.
14666 * symtab.cc (Symbol::init_fields): Replaced initialization
14667 of got_offset_ with got_offsets_. Removed initialization
14669 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
14670 (Symbol::got_offset): Likewise.
14671 (Symbol::set_got_offset): Likewise.
14672 (Symbol::has_tls_got_offset): Removed.
14673 (Symbol::tls_got_offset): Removed.
14674 (Symbol::set_tls_got_offset): Removed.
14675 (Symbol::got_offset_): Removed.
14676 (Symbol::tls_mod_got_offset_): Removed.
14677 (Symbol::tls_pair_got_offset_): Removed.
14678 (Symbol::got_offsets_): New field.
14679 (Symbol::has_got_offset): Removed.
14680 (Symbol::has_tls_mod_got_offset): Removed.
14681 (Symbol::has_tls_pair_got_offset): Removed.
14682 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
14683 (Target_x86_64::Scan::local): Updated callers of Output_data_got
14685 (Target_x86_64::Scan::global): Likewise.
14686 (Target_x86_64::Relocate::relocate): Likewise.
14687 (Target_x86_64::Relocate::relocate_tls): Likewise.
14689 2008-03-25 Ben Elliston <bje@au.ibm.com>
14691 * yyscript.y: Fix spelling error in comment.
14693 2008-03-24 Ian Lance Taylor <iant@google.com>
14695 * options.h (class General_options): Define build_id option.
14696 * layout.h (class Layout): Declare write_build_id, create_note,
14697 create_build_id. Add build_id_note_ member.
14698 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
14699 "libiberty.h", "md5.h", "sha1.h".
14700 (Layout::Layout): Initialize eh_frame_data_,
14701 eh_frame_hdr_section_, and build_id_note_.
14702 (Layout::finalize): Call create_build_id.
14703 (Layout::create_note): New function, broken out of
14704 Layout::create_gold_note.
14705 (Layout::create_gold_note): Call create_note.
14706 (Layout::create_build_id): New function.
14707 (Layout::write_build_id): New function.
14708 (Close_task_runner::run): Call write_build_id.
14710 * x86_64.cc: Correct license to GPLv3.
14712 2008-03-23 Ian Lance Taylor <iant@google.com>
14714 * options.cc: Include "demangle.h".
14715 (parse_optional_string): New function.
14716 (parse_long_option): Handle takes_optional_argument.
14717 (parse_short_option): Update dash_z initializer. Handle
14718 takes_optional_argument.
14719 (General_options::General_options): Initialize do_demangle_.
14720 (General_options::finalize): Set do_demangle_. Handle demangling
14722 * options.h (parse_optional_string): Declare.
14723 (struct One_option): Add optional_arg field. Update constructor.
14724 Update call constructor calls. Add takes_optional_argument
14726 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
14727 (DEFINE_optional_string): Define.
14728 (General_options::demangle): Change from DEFINE_bool to
14729 DEFINE_optional_string.
14730 (General_options::no_demangle): New function.
14731 (General_options::do_demangle): New function.
14732 (General_options::set_do_demangle): New function.
14733 (General_options::execstack_status_): Move definition to end of
14735 (General_options::static_): Likewise.
14736 (General_options::do_demangle_): New field.
14737 * object.cc (big_endian>::get_symbol_location_info): Call
14738 Options::do_demangle, not Options::demangle.
14739 * symtab.cc (demangle): Likewise.
14741 2008-03-22 Ian Lance Taylor <iant@google.com>
14743 * gold.h: Include <cstddef> and <sys/types.h>
14744 * options.h: Include <cstring>.
14746 2008-03-21 Ian Lance Taylor <iant@google.com>
14748 * Added source code to GNU binutils.
14750 Copyright (C) 2008-2012 Free Software Foundation, Inc.
14752 Copying and distribution of this file, with or without modification,
14753 are permitted in any medium without royalty provided the copyright
14754 notice and this notice are preserved.
14760 version-control: never