2010-08-02 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
0c10a0a6
ILT
12010-08-02 Ian Lance Taylor <iant@google.com>
2
3 * testsuite/final_layout.sh: Use dc to convert from hex to
4 decimal.
5
41cbeecc
ST
62010-07-29 Sriraman Tallam <tmsriram@google.com>
7
8 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
9 paramter to the call to gold::gc_process_relocs.
10 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
11 paramter to the call to gold::gc_process_relocs.
12 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
13 parameter to the call to gold::gc_process_relocs.
14 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
15 template parameter to the call to gold::gc_process_relocs.
16 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
17 paramter to the call to gold::gc_process_relocs.
18 * gc.h (get_embedded_addend_size): New function.
19 (gc_process_relocs): Save the size of the reloc for use by ICF.
20 * icf.cc (get_section_contents): Get the addend from the text section
21 for SHT_REL relocation sections.
22 * icf.h (Icf::Reloc_addend_size_info): New typedef.
23 (Icf::Reloc_info): Add new member reloc_addend_size_info.
24 * int_encoding.h (read_from_pointer): New overloaded function.
25 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
26 * testsuite/icf_sht_rel_addend_test.sh: New file.
27 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
28 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
29
6ea55b82
RW
302010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
31
32 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
33 * Makefile.in: Regenerate.
34 * testsuite/Makefile.in: Regenerate.
35
9691462b
ILT
362010-07-27 Jeffrey Yasskin <jyasskin@google.com>
37
38 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
39 * gold/testsuite/debug_msg.cc: Likewise.
40 * gold/testsuite/odr_violation1.cc
41 * gold/testsuite/odr_violation2.cc
42
76897331
CC
432010-07-21 Cary Coutant <ccoutant@google.com>
44
45 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
46 string, and length fields.
47 (Output_merge_string::Merged_strings_list): New type.
48 (Output_merge_string::Merged_strings_lists): New typedef.
49 (Output_merge_string): Replace merged_strings_ with
50 merged_strings_lists_.
51 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
52 Merged_strings_list per input object and section. Don't store pointer
53 to the string. Don't store length with each merged string entry.
54 (Output_merge_string::finalize_merged_data): Loop over list of merged
55 strings lists. Recompute length of each merged string.
56
78384e8f
CC
572010-07-15 Cary Coutant <ccoutant@google.com>
58
59 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
60 here.
61
783659f9
ILT
622010-07-14 Ian Lance Taylor <iant@google.com>
63
64 * descriptors.cc (Descriptors::open): Report correct name in error
65 message.
66
131687b4
DK
672010-07-13 Doug Kwan <dougkwan@google.com>
68
69 * arm.cc (Arm_input_section::Arm_input_section): For a
70 SHT_ARM_EXIDX section, always keeps the input sections.
71 (Arm_input_section::set_exidx_section_link): New method.
72 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
73 has_errors_ to false.
74 (Arm_exidx_input_section::has_errors,
75 Arm_exidx_input_section::set_has_errors): New methods.
76 (Arm_exidx_input_section::has_errors_): New data member.
77 (Arm_relobj::get_exidx_shndx_list): New method.
78 (Arm_output_section::append_text_sections_to_list): Do not skip
79 section without SHF_EXECINSTR.
80 (Arm_output_section::fix_exidx_coverage): Skip input sections with
81 errors.
82 (Arm_relobj::make_exidx_input_section): Add new parameter for text
83 section header. Make error messages more verbose. Check for
84 a non-executable section linked to an EXIDX section.
85 (Arm_relobj::do_read_symbols): Remove error checking, which has been
86 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
87 check that there is no deferred EXIDX section if we exit early.
88 Instead of not making an EXIDX section in case of an error, make one
89 and set the has_errors flag of it.
90 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
91 in a relocatable link.
92 (Target_arm::do_relax): Look for the EXIDX output section instead of
93 assuming that it is called .ARM.exidx.
94 (Target_arm::fix_exidx_coverage): Add a new parameter for input
95 section list. Do not check for SHF_EXECINSTR section flags but
96 skip any input section with errors.
97 * output.cc (Output_section::Output_section): Initialize
98 always_keeps_input_sections_ to false.
99 (Output_section::add_input_section): Check for
100 always_keeps_input_sections_.
101 * output.h (Output_section::always_keeps_input_sections,
102 Output_section::set_always_keeps_input_sections): New methods.
103 (Output_section::always_keeps_input_sections): New data member.
104
69517287
RÁE
1052010-07-13 Rafael Espindola <espindola@google.com>
106
107 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
108 * fileread.h (Input_file): Add try_extra_search_path and find_file.
109
82742395
ILT
1102010-07-13 Philip Herron <herron.philip@googlemail.com>
111 Ian Lance Taylor <iant@google.com>
112
113 * output.h (Output_section_lookup_maps::add_merge_section):
114 Correct check of whether value was inserted.
115 (Output_section_lookup_maps::add_merge_input_section): Likewise.
116 (Output_section_lookup_maps::add_relaxed_input_section):
117 Likewise.
118 * arm.cc (Target_arm::got_section): Remove used local os.
119 * i386.cc (Target_i386::got_section): Likewise.
120 * x86_64.cc (Target_x86_64::got_section): Likewise.
121 * sparc.cc (Target_sparc::got_section): Likewise.
122 (Target_sparc::relocate): Remove unused local have_got_offset.
123 * powerpc.cc (Target_powerpc::relocate): Likewise.
124
f2d707b5
ILT
1252010-07-13 Ian Lance Taylor <iant@google.com>
126
241531d6
ILT
127 * compressed_output.cc (zlib_decompress): Fix signature in
128 !HAVE_ZLIB_H case.
129
f2d707b5
ILT
130 * archive.cc (Archive::include_member): Unlock an external member
131 of a thin archive. Don't bother to delete an object we know is
132 NULL.
133
a2e47362
CC
1342010-07-12 Cary Coutant <ccoutant@google.com>
135
136 * compressed_output.cc (zlib_decompress): New function.
137 (get_uncompressed_size): New function.
138 (decompress_input_section): New function.
139 * compressed_output.h (get_uncompressed_size): New function.
140 (decompress_input_section): New function.
141 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
142 Handle compressed debug sections.
143 * layout.cc (is_compressed_debug_section): New function.
144 (Layout::output_section_name): Map compressed section names to
145 canonical names.
146 * layout.h (is_compressed_debug_section): New function.
147 (is_debug_info_section): Recognize compressed debug sections.
148 * merge.cc: Include compressed_output.h.
149 (Output_merge_data::do_add_input_section): Handle compressed
150 debug sections.
151 (Output_merge_string::do_add_input_section): Handle compressed
152 debug sections.
153 * object.cc: Include compressed_output.h.
154 (Sized_relobj::Sized_relobj): Initialize new data members.
155 (build_compressed_section_map): New function.
156 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
157 * object.h (Object::section_is_compressed): New method.
158 (Object::do_section_is_compressed): New method.
159 (Sized_relobj::Compressed_section_map): New type.
160 (Sized_relobj::do_section_is_compressed): New method.
161 (Sized_relobj::compressed_sections_): New data member.
162 * output.cc (Output_section::add_input_section): Handle compressed
163 debug sections.
164 * reloc.cc: Include compressed_output.h.
165 (Sized_relobj::write_sections): Handle compressed debug sections.
166
ce279a62
CC
1672010-07-08 Cary Coutant <ccoutant@google.com>
168
169 * resolve.cc (Symbol_table::resolve): Remember whether undef was
170 weak when resolving to a dynamic def.
171 (Symbol_table::should_override): Add adjust_dyndef flag; set it
172 for weak undef/dynamic def cases. Adjust callers.
173 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
174 undef_binding_weak_.
175 (Symbol_table::sized_write_globals): Adjust symbol binding.
176 (Symbol_table::sized_write_symbol): Add binding parameter.
177 * symtab.h (Symbol::set_undef_binding): New method.
178 (Symbol::is_undef_binding_weak): New method.
179 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
180 (Symbol_table::should_override): Add new parameter.
181 (Symbol_table::sized_write_symbol): Add new parameter.
182
183 * testsuite/weak_undef_file1.cc: Add new test case.
184 * testsuite/weak_undef_file2.cc: Fix header comment.
185 * testsuite/weak_undef_test.cc: Add new test case.
186
b2286c10
DK
1872010-06-29 Doug Kwan <dougkwan@google.com>
188
189 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
190 Initialize USE_SYMBOL_.
191 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
192 definition.
193 (Arm_reloc_property::uses_symbol_): New data member declaration.
194 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
195 uses symbol value and symbol is undefined but not weakly undefined.
196
4802450a
RÁE
1972010-06-28 Rafael Espindola <espindola@google.com>
198
199 * plugin.cc (Plugin::load): Use dlerror.
200
e5ca47ba
ILT
2012010-06-26 Jeffrey Yaskin <jyasskin@google.com>
202
203 * symtab.cc (detect_odr_violations): When reporting an ODR
204 violation, report an object where the symbol is defined.
205
8a75a161
DK
2062010-06-25 Doug Kwan <dougkwan@google.com>
207
208 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
209 (Target_arm::section_may_have_icf_unsafe_pointers): New method
210 definition.
211 (Target_arm::Scan::local_reloc_may_be_function_pointer,
212 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
213 target hook to detect function points.
214 (Target_arm::Scan::possible_function_pointer_reloc): New method.
215 * icf.h (Icf::check_section_for_function_pointers): Change type of
216 parameter SECTION_NAME to const reference to std::string. Use
217 target hook to determine if section may have unsafe pointers.
218 * target.h (Target::section_may_have_icf_unsafe_pointers): New
219 method definition.
220
42218b9f
RÁE
2212010-06-21 Rafael Espindola <espindola@google.com>
222
223 * fileread.cc (Input_file::find_fie): New
224 (Input_file::open): Use Input_file::find_fie.
225 * fileread.h (Input_file::find_fie): New
226 * plugin.cc (set_extra_library_path): New.
227 (Plugin::load): Add set_extra_library_path to the transfer vector.
228 (Plugin_manager::set_extra_library_path): New.
229 (Plugin_manager::add_input_file): Use the extra search path if set.
230 (set_extra_library_path(): New.
231 * plugin.h (Plugin_manager): Add set_extra_library_path and
232 extra_search_path_.
233
a0506cca
CC
2342010-06-19 Cary Coutant <ccoutant@google.com>
235
236 * layout.cc (gdb_sections): Add .debug_types.
237 (lines_only_debug_sections): Likewise.
238
6508b958
RÁE
2392010-06-18 Rafael Espindola <espindola@google.com>
240
241 * plugin.cc (add_input_file,add_input_library)
242 (Plugin_manager::add_input_file): Make filename arguments const.
243 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
244 const.
245
3e235302
DK
2462010-06-16 Doug Kwan <dougkwan@google.com>
247
248 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
249 .ARM.attributes section if we have not merged any input
250 attributes sections.
251
106e8a6c
DK
2522010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
253
254 * arm.cc: Allow combining objects with no EABI version
255 information.
256
91ff43fe
RÁE
2572010-06-15 Rafael Espindola <espindola@google.com>
258
259 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
260
68ed838c
ILT
2612010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
262
263 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
264 (struct iovec): Correct !HAVE_READV definition.
265
f3a2388f
CC
2662010-06-10 Cary Coutant <ccoutant@google.com>
267
268 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
269 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
270 reloc sections.
271 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
272
273 PR 11683
274 * symtab.h (Symbol::is_placeholder): New member function.
275 * target-reloc.h (relocate_section): Check for placeholder symbols.
276
277 * testsuite/Makefile.am (plugin_test_8): New test.
278 (plugin_test_9): New test.
279 * testsuite/Makefile.in: Regenerate.
280
e1df38aa
NC
2812010-06-09 Nick Clifton <nickc@redhat.com>
282
283 * yyscript.y (input_list_element): Allow strings prefixed with
284 the '-' character. Treat these as libraries.
285 * script.cc (script_add_library): New function. Adds a library
286 specified by "-l<name>" found in an input script.
287 * script-c.h: Add prototype for script_add_library.
288
25bbe950
DK
2892010-06-07 Doug Kwan <dougkwan@google.com>
290
291 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
292 Restrict stub-group size to be within long conditional branch
293 range when working around cortex-A8 erratum.
294
0f32ea4c
ILT
2952010-06-07 Damien Diederen <dd@crosstwine.com>
296
297 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
298 #ifdef typo.
299
8fe2a369
ST
3002010-06-03 Sriraman Tallam <tmsriram@google.com>
301
302 PR gold/11658
303 * output.cc
304 (Output_section::Input_section_sort_entry::compare_section_ordering):
305 Change to return non-zero correctly.
306 (Output_section::Input_section_sort_section_order_index_compare
307 ::operator()): Change to fix ambiguity in comparisons.
308
6e9ba2ca
ST
3092010-06-01 Sriraman Tallam <tmsriram@google.com>
310
311 * gold.h (is_wildcard_string): New function.
312 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
313 (Layout::layout_eh_frame): Ditto.
314 (Layout::find_section_order_index): New method.
315 (Layout::read_layout_from_file): New method.
316 * layout.h (Layout::find_section_order_index): New method.
317 (Layout::read_layout_from_file): New method.
318 (Layout::input_section_position_): New private member.
319 (Layout::input_section_glob_): New private member.
320 * main.cc (main): Call read_layout_from_file here.
321 * options.h (--section-ordering-file): New option.
322 * output.cc (Output_section::input_section_order_specified_): New
323 member.
324 (Output_section::Output_section): Initialize new member.
325 (Output_section::add_input_section): Add new parameter.
326 Keep input sections when --section-ordering-file is used.
327 (Output_section::set_final_data_size): Sort input sections when
328 section ordering file is specified.
329 (Output_section::Input_section_sort_entry): Add new parameter.
330 Check sorting type.
331 (Output_section::Input_section_sort_entry::compare_section_ordering):
332 New method.
333 (Output_section::Input_section_sort_compare::operator()): Change to
334 consider section_order_index.
335 (Output_section::Input_section_sort_init_fini_compare::operator()):
336 Change to consider section_order_index.
337 (Output_section::Input_section_sort_section_order_index_compare
338 ::operator()): New method.
339 (Output_section::sort_attached_input_sections): Change to sort
340 according to section order when specified.
e1df38aa
NC
341 (Output_section::add_input_section<32, true>): Add new parameter.
342 (Output_section::add_input_section<64, true>): Add new parameter.
343 (Output_section::add_input_section<32, false>): Add new parameter.
344 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
345 * output.h (Output_section::add_input_section): Add new parameter.
346 (Output_section::input_section_order_specified): New
347 method.
348 (Output_section::set_input_section_order_specified): New method.
349 (Input_section::Input_section): Initialize section_order_index_.
350 (Input_section::section_order_index): New method.
351 (Input_section::set_section_order_index): New method.
352 (Input_section::section_order_index_): New member.
353 (Input_section::Input_section_sort_section_order_index_compare): New
354 struct.
355 (Output_section::input_section_order_specified_): New member.
356 * script-sections.cc (is_wildcard_string): Delete and move modified
357 method to gold.h.
358 (Output_section_element_input::Output_section_element_input): Modify
359 call to is_wildcard_string.
360 (Output_section_element_input::Input_section_pattern
361 ::Input_section_pattern): Ditto.
362 (Output_section_element_input::Output_section_element_input): Ditto.
363 * testsuite/Makefile.am (final_layout): New test case.
364 * testsuite/Makefile.in: Regenerate.
365 * testsuite/final_layout.cc: New file.
366 * testsuite/final_layout.sh: New file.
367
3537c84b
RÁE
3682010-06-01 Rafael Espindola <espindola@google.com>
369
370 * plugin.cc (Plugin::load): Pass the output name to the plugin.
371
105b6afd
RÁE
3722010-06-01 Rafael Espindola <espindola@google.com>
373
374 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
375 visibility of symbols.
376
29e11421
DK
3772010-05-27 Doug Kwan <dougkwan@google.com>
378
379 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
380 from start of output section instead of address for a local symbol
381 in a merged or relaxed section when doing a relocatable link.
382
5e0f337e
RÁE
3832010-05-26 Rafael Espindola <espindola@google.com>
384
385 PR 11604
386 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
387 adding sections the garbage collector removed.
388 * gold/testsuite/Makefile.am: Add test.
389 * gold/testsuite/Makefile.in: Regenerate.
390 * gold/testsuite/plugin_test_7.sh: New.
391 * gold/testsuite/plugin_test_7_1.c: New.
392 * gold/testsuite/plugin_test_7_2.c: New.
393
f4187277
RÁE
3942010-05-26 Rafael Espindola <espindola@google.com>
395
396 * script-sections.cc (Output_section_definition::set_section_addresses):
397 Check for --section-start.
398
5c388529
DK
3992010-05-26 Doug Kwan <dougkwan@google.com>
400
401 * arm.cc (Arm_scan_relocatable_relocs): New class.
402 (Target_arm::relocate_special_relocatable): New method.
403 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
404 (Arm_relocate_functions::thumb_branch_common): Same.
405 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
406 instead of Default_scan_relocatable_relocs.
407 * target-reloc.h (relocate_for_relocatable): Let target handle
408 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
409 * target.h (Sized_target::relocate_special_relocatable): New method.
410
bca1c3ae
ILT
4112010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
412
413 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
414
0439c796
DK
4152010-05-23 Doug Kwan <dougkwan@google.com>
416
417 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
418 instead of a cast.
419 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
420 with a direct branch, not a conditional branch, to a stub.
421 * merge.cc (Output_merge_base::record_input_section): New method
422 defintion.
423 (Output_merge_data::do_add_input_section): Record input section if
424 keeps-input-sections flag is set.
425 (Output_merge_string::do_add_input_section): Ditto.
426 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
427 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
428 INPUT_SECTIONS_.
429 (Output_merge_base::keeps_input_sections,
430 Output_merge_base::set_keeps_input_sections,
431 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
432 method definitions.
433 (Output_merge_base::Input_sections): New type declaration.
434 (Output_merge_base::input_sections_begin,
435 Output_merge_base::input_sections_end,
436 Output_merge_base::do_set_keeps_input_sections): New method definitions.
437 (Output_merge_base::bool keeps_input_sections_,
438 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
439 Output_merge_base::input_sections_): New data members.
440 (Output_merge_data::do_set_keeps_input_sections): New method
441 defintion.
442 (Output_merge_string::do_set_keeps_input_sections): Ditto.
443 * output.cc (Output_section::Input_section::relobj): Move method
444 defintion from class declaration to here and handle merge sections.
445 (Output_section::Input_section::shndx): Ditto.
446 (Output_section::Output_section): Remove initializations of removed
447 data members and initialize new data member LOOKUP_MAPS_.
448 (Output_section::add_input_section): Set keeps-input-sections flag
449 for a newly created merge output section as appropriate. Adjust code
450 to use Output_section_lookup_maps class.
451 (Output_section::add_relaxed_input_section): Adjst code for lookup
452 maps code refactoring.
453 (Output_section::add_merge_input_section): Add a new parameter
454 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
455 class. If adding input section to a newly created merge output
456 section fails, remove the new merge section.
457 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 458 Adjust code for use of the Output_section_lookup_maps class.
0439c796
DK
459 (Output_section::find_merge_section): Ditto.
460 (Output_section::build_lookup_maps): New method defintion.
461 (Output_section::find_relaxed_input_section): Adjust code to use
462 Output_section_lookup_maps class.
463 (Output_section::get_input_sections): Export merge sections. Adjust
464 code to use Output_section_lookup_maps class.
465 (Output_section:::add_script_input_section): Adjust code to use
466 Output_section_lookup_maps class. Update lookup maps for merge
467 sections also.
468 (Output_section::discard_states): Use Output_section_lookup_maps.
469 (Output_section::restore_states): Same.
470 * output.h (Merge_section_properties): Move class defintion out of
471 Output_section.
472 (Output_section_lookup_maps): New class.
473 (Output_section::Input_section::is_merge_section): New method
474 defintion.
475 (Output_section::Input_section::relobj): Move defintion out of class
476 defintion. Declare method only.
477 (Output_section::Input_section::shndx): Ditto.
478 (Output_section::Input_section::output_merge_base): New method defintion.
479 (Output_section::Input_section::u2_.pomb): New union field.
480 (Output_section::Merge_section_by_properties_map,
481 Output_section::Output_section_data_by_input_section_map,
482 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
483 Remove types.
484 (Output_section::add_merge_input_section): Add new parameter
485 KEEPS_INPUT_SECTIONS.
486 (Output_section::build_lookup_maps): New method declaration.
487 (Output_section::merge_section_map_,
488 Output_section::merge_section_by_properties_map_,
489 Output_section::relaxed_input_section_map_,
490 Output_section::is_relaxed_input_section_map_valid_): Remove data
491 members.
492 (Output_section::lookup_maps_): New data member.
493
76295588
L
4942010-05-21 Doug Kwan <dougkwan@google.com>
495
496 PR gold/11619
497 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
498 avoid a compilation error.
499
d103a984
RÁE
5002010-05-19 Rafael Espindola <espindola@google.com>
501
502 * script-sections.cc (Output_section_definition::allocate_to_segment):
503 Update the phdrs_list even when the output section is NULL.
504 * testsuite/Makefile.am: Add test.
505 * testsuite/Makefile.in: Regenerate.
506 * testsuite/script_test_9.cc: New.
507 * testsuite/script_test_9.sh: New.
508 * testsuite/script_test_9.t: New.
509
6625d24e
DK
5102010-05-19 Doug Kwan <dougkwan@google.com>
511
512 * arm.cc (Arm_input_section::original_size): New method.
513 (Arm_input_section::do_addralign): Add a cast.
514 (Arm_input_section::do_output_offset): Remove static cast.
515 (Arm_input_section::original_addralign,
516 Arm_input_section::original_size_): Change type to uint32_t.
517 (Arm_input_section::init): Add safe casts for section alignment
518 and size.
519 (Arm_input_section::set_final_data_size): Do not set address and
520 offset of stub table.
521 (Arm_output_section::fix_exidx_coverage): Change use of of
522 Output_section::Simple_input_section to that of
523 Output_section::Input_section.
524 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
525 except for the first pass.
526 * output.cc (Output_section::get_input_sections): Change type of
527 input_sections to std::list<Input_section>.
528 (Output_section::add_script_input_section): Rename from
529 Output_section::add_simple_input_section. Change type of SIS
530 parameter from Simple_input_section to Input_section.
531 * output.h (Output_section::Simple_input_section): Remove class.
532 (Output_section::Input_section): Change class visibility to public.
533 (Output_section::Input_section::addralign): Use stored alignments
534 for special input sections if set.
535 (Output_section::Input_section::set_addralign): New method.
536 (Output_section::get_input_sections): Change parameter type from
537 list of Simple_input_section to list of Input_section.
538 (Output_section::add_script_input_section): Rename from
539 Output_section::add_simple_input_section. Change first parameter's
540 type from Simple_input_section to Input_section and remove the
541 second and third parameters.
542 * script-sections.cc (Input_section::Input_section_list): Change
543 type to list of Output_section::Input_section/
544 (Input_section_info::Input_section_info): Change parameter type of
545 INPUT_SECTION to Output_section::Input_section.
546 (Input_section_info::input_section): Change return type.
547 (Input_section_info::input_section_): Change type to
548 Output_section::Input_section.
549 (Output_section_element_input::set_section_addresses): Adjust code
550 to use Output_section::Input_section instead of
551 Output_section::Simple_input_section. Adjust code for renaming
552 of Output_section::add_simple_input_section.
553 (Orphan_output_section::set_section_addresses): Ditto.
554
e1e82ea4
RW
5552010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
556
557 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
558 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
559
91e75c8a
RÁE
5602010-05-18 Rafael Espindola <espindola@google.com>
561
562 * options.cc (General_options::finalize): Handle -nostdlib.
563 * options.h (nostdlib): New option.
564 * script.cc (script_add_search_dir): Handle -nostdlib.
565
da59ad79
DK
5662010-05-12 Doug Kwan <dougkwan@google.com>
567
568 * arm.cc (Target_arm::do_finalize_sections): Create an empty
569 attributes section only if there no attributes section after merging.
570 (Target_arm::merge_object_attributes): Move value of
e1df38aa 571 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
572 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
573 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
574 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
575 and arm_attr_merge_7.stdout.
576 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
577 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
578 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
579 arm_attr_merge_7b.o): New rules.
580 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
581 arm_attr_merge_7
582 * testsuite/Makefile.in: Regenerate.
583 * testsuite/arm_attr_merge.sh: New file.
584 * testsuite/arm_attr_merge_[67][ab].s: Same.
585
3e01a7fd
NC
5862010-05-05 Nick Clifton <nickc@redhat.com>
587
588 * po/es.po: Updated Spanish translation.
589
7ad2014a
L
5902010-04-27 H.J. Lu <hongjiu.lu@intel.com>
591
592 * Makefile.am (install-exec-local): Properly install gold as
593 default cross linker.
594 * Makefile.in: Regenerated.
595
4fda8867
NC
5962010-04-27 H.J. Lu <hongjiu.lu@intel.com>
597 Nick Clifton <nickc@redhat.com>
598
599 * configure.ac (install_as_default): Define and set to false
600 unless --enable-gold or --enable-gold=both/gold has been
601 specified.
602 * configure: Regenerate.
603
604 * Makefile.am (install-exec-local): Install the executable as
605 'ld.gold'. If install_as_default is true then also install it as
606 'ld'.
607 * Makefile.in: Regenerated.
608
bd288ea2
ILT
6092010-04-24 Ian Lance Taylor <iant@google.com>
610
611 * layout.cc (Layout::layout_reloc): In relocatable link don't
612 combine reloc sections for grouped sections.
613
ef38fd8a
ST
6142010-04-23 Sriraman Tallam <tmsriram@google.com>
615
616 * gc.h (gc_process_relocs): Pass information on relocs pointing to
617 sections that are not ordinary to icf.
618 * icf.cc (get_section_contents): Handle relocation pointing to section
619 with no object or shndx information.
620 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
621 * testsuite/Makefile.in: Regenerate.
622 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
623 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
624
f6973bdc
ILT
6252010-04-22 Ian Lance Taylor <iant@google.com>
626
627 * expression.cc (Expression::Expression_eval_info): Add
628 result_alignment_pointer field.
629 (Expression::eval_with_dot): Add result_alignment_pointer
630 parameter. Change all callers.
631 (Expression::eval_maybe_dot): Likewise.
632 (class Binary_expression): Add alignment_pointer parameter to
633 left_value and right_value. Change all callers.
634 (BINARY_EXPRESSION): Set result alignment.
635 (class Trinary_expression): Add alignment_pointer parameter to
636 arg2_value and arg3_value. Change all callers.
637 (Trinary_cond::value): Set result alignment.
638 (Max_expression::value, Min_expression::value): Likewise.
639 (Align_expression::value): Likewise.
640 * script-sections.cc (class Sections_element): Add dot_alignment
641 parameter to set_section_addresses virtual function. Update
642 instantiations.
643 (class Output_section_element): Likewise.
644 (Script_sections::create_segments): Add dot_alignment parameter.
645 Change all callers.
646 (Script_sections::create_segments_from_phdrs_clause): Likewise.
647 (Script_sections::set_phdrs_clause_addresses): Likewise.
648 * script-sections.h: Update declarations.
649 * script.h: Update declarations.
650 * output.h (Output_segment::set_minimum_p_align): Don't decrease
651 min_p_align.
652 * testsuite/script_test_3.t: Set large alignment.
653 * testsuite/script_test_3.sh: Make sure that at least one LOAD
654 segment has expected alignment.
655
9c9c98a5
NC
6562010-04-22 Nick Clifton <nickc@redhat.com>
657
658 * po/gold.pot: Updated by the Translation project.
659 * po/vi.po: Updated Vietnamese translation.
660
2253bfba
L
6612010-04-22 H.J. Lu <hongjiu.lu@intel.com>
662
663 * testsuite/Makefile.am (check_PROGRAMS): Add
664 icf_virtual_function_folding_test.
665 * testsuite/Makefile.in: Regenerated.
666
85fdf906
AH
6672010-04-15 Andrew Haley <aph@redhat.com>
668
669 * options.h (merge_exidx_entries): New option.
670 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
671 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
672 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
673 (Target_arm::merge_exidx_entries): New function.
674 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
675 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
676 to Arm_exidx_fixup constructor.
677 Add new arg, merge_exidx_entries.
678 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
679 Arm_output_section::fix_exidx_coverage.
680
ce97fa81
ST
6812010-04-18 Sriraman Tallam <tmsriram@google.com>
682
683 * icf.cc (get_section_contents): Check for preemptible functions.
684 Ignore addend when appropriate.
685 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
686 section folded.
687 (add_from_relobj): Check for section folded.
688 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
689 * symtab.h (should_add_dynsym_entry): Add new parameter.
690 * target-reloc.h (scan_relocs): Check for section folded.
691 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
692 Check reloc types for function pointers in shared objects.
693 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
694 case.
695 (icf_preemptible_functions_test): New test case.
696 (icf_string_merge_test): New test case.
697 * testsuite.Makefile.in: Regenerate.
698 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
699 bar_glob. Refactor code.
700 * testsuite/icf_preemptible_functions_test.cc: New file.
701 * testsuite/icf_preemptible_functions_test.sh: New file.
702 * testsuite/icf_string_merge_test.cc: New file.
703 * testsuite/icf_string_merge_test.sh: New file.
704 * testsuite/icf_virtual_function_folding_test.cc: New file.
705 * testsuite/icf_virtual_function_folding_test.sh: New file.
706
04ceb17c
DK
7072010-04-14 Doug Kwan <dougkwan@google.com>
708
709 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
710 for local symbol recounting if we remove a section due to ICF.
711 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
712 there are no regular objects in input.
713
153e7da4
DK
7142010-04-13 Doug Kwan <dougkwan@google.com>
715
716 * arm.cc (Arm_input_section::set_final_data_size): Compute
717 accurate final data size instead of using current data size.
718
4dbd9faf
DK
7192010-04-09 Doug Kwan <dougkwan@google.com>
720
721 * layout.cc (Layout::choose_output_section): Handle script section
722 types.
723 (Layout::make_output_section_for_script): Add section type parameter.
724 Handle script section types.
725 * layout.h (Layout::make_output_section_for_script): Add section
726 type parameter.
727 * output.cc (Output_section::Output_section): Initialize data member
728 is_noload_.
729 (Output_section::do_reset_address_and_file_offset): Do not set address
730 to 0 if section is a NOLOAD section.
731 * output.h (Output_section::is_noload): New method.
732 (Output_section::set_is_noload): Ditto.
733 (Output_section::is_noload_): New data member.
734 * script-c.h (Script_section_type): New enum type.
735 (struct Parser_output_section_header): Add new file section_type.
736 * script-sections.cc (Sections_element::output_section_name): Add
737 parameter for returning script section type.
738 (Output_section_definition::output_section_name): Ditto.
739 (Output_section_definition::section_type)P; New method.
740 (Output_section_definiton::script_section_type_name): Ditto.
741 (Output_section_definition::script_section_type_): New data member.
742 (Output_section_definition::Output_section_definition): Initialize
743 data member Output_section_definition::script_section_type_.
744 (Output_section_definition::create_sections): Pass script section type
745 to Layout::make_output_section_for_script.
746 (Output_section_definition::output_section_name): Return script
747 section type to caller.
748 (Output_section_definition::set_section_address): Do not advance
749 dot value and load address if section type is NOLOAD. Set address
750 of NOLOAD sections regardless of section flags.
751 (Output_section_definition::print): Print section type if it is
752 not SCRIPT_SECTION_TYPE_NONE.
753 (Output_section_definition::section_type): New method.
754 (Output_section_definition::script_section_type_name): Ditto.
755 (Script_sections::output_section_name): Add new parameter
756 PSECTION_TYPE for returning script section type. Pass it to
757 section elements. Handle discard sections.
758 (Sort_output_sections::operator()): Handle NOLOAD sections.
759 * script-sections.h (Script_sections::Section_type): New enum type.
760 (Script_sections::output_section_name): Add a new parameter for
761 returning script section type.
762 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
763 INFO and NOLOAD.
764 * yyscript.y (union): Add new field SECTION_TYPE.
765 (COPY, DSECT, INFO, NOLOAD): New tokens.
766 (opt_address_and_section_type): Change type to output_section_header.
767 (section_type): New non-terminal
768 (section_header): Handle section type.
2253bfba 769 (opt_address_and_section_type): Return section type value.
4dbd9faf 770
721ea635
L
7712010-04-09 H.J. Lu <hongjiu.lu@intel.com>
772
773 * testsuite/plugin_common_test_1.c (foo): Add prototype.
774 * testsuite/plugin_common_test_2.c (foo): Likewise.
775
6bf924b0
DK
7762010-04-08 Doug Kwan <dougkwan@google.com>
777
778 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
779 Output_merge_data.
780 * output.cc (Output_section::add_merge_input_section): Simplify
781 code and return status of Output_merge_base::add_input_section.
e1df38aa 782 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
783 returns true.
784
24af6f92
DK
7852010-04-07 Doug Kwan <dougkwan@google.com>
786
787 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
788 if section is marked as containing instructions but has no mapping
789 symbols.
790 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
791 correct section index.
792 (Arm_relobj::find_linked_text_section): Ditto.
793
00698fc5
CC
7942010-04-07 Cary Coutant <ccoutant@google.com>
795
796 * archive.cc (include_member): Destroy Read_symbols_data object before
797 releasing file.
798 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
799 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
800 (Read_symbols_data::~Read_symbols_data) New destructor.
801 (Section_relocs::Section_relocs) New constructor.
802 (Section_relocs::~Section_relocs) New destructor.
803 (Read_relocs_data::Read_relocs_data) New constructor.
804 (Read_relocs_data::~Read_relocs_data) New destructor.
805 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
806 pointers to NULL after deleting.
807
7296d933
DK
8082010-04-07 Doug Kwan <dougkwan@google.com>
809
810 * arm.cc: Replace "endianity" with "endianness" in comments.
811 (Arm_exidx_cantunwind): Ditto.
812 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
813 (Arm_relobj::merge_flags_and_attributes): New method.
814 (Arm_relobj::merge_flags_and_attributes_): New data member.
815 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
816 (Arm_relobj::scan_sections_for_stubs): Ditto.
817 (Arm_relobj::do_read_symbols): Check to see if we really want to
818 merge processor-specific flags and attributes. Exit early if
819 an object is empty except for section names and the undefined symbol.
820 (Target_arm::do_finalize_sections): Move check for ELF format to
821 Arm_relobj::do_read_symbols. Merge processor specific flags and
822 attributes from a regular object only when we have determined that
823 it is aapropriate. Do not create an .ARM.attributes section in
824 output if there is no regular input object.
825 (Target_arm::merge_processor_specific_flags): Check
826 --warn-mismatch before printing any error.
827 (Target_arm::merge_object_attributes): Ditto.
828 * gold.cc (queue_middle_tasks): Handle the case in which there is
829 no regular object in input.
830 * options.cc (General_options::parse_EB): New method.
831 (General_options::parse_EL): Same.
832 (General_options::General_options): Initialize endianness_.
833 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
834 New options.
835 (General_options::Endianness): New enum.
836 (General_options::endianness): New method.
837 (General_options::endianness_): New data member.
838 * parameters.cc (Parameters::set_options): Check target endianness.
839 (Parameters::set_target_once): Ditto.
840 (Parameters::check_target_endianness): New method.
841 (parameters_force_valid_target): If either -EL or -EB is specified,
842 use it to define endianness of default target.
843 * parameters.h (Parameters::check_target_endianness): New method
844 declaration.
845 * target.h (class Target): Change "endianity" to "endianness"
846 in comments.
847
efc8d4f2
RW
8482010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
849
850 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
851 * configure: Regenerate.
852 * Makefile.in: Regenerate.
853 * testsuite/Makefile.in: Regenerate.
854
be234d88
CC
8552010-04-06 Cary Coutant <ccoutant@google.com>
856
857 gcc PR lto/42757
858 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
859 prevailing definitions of common symbols.
860 * testsuite/plugin_test_6.sh: New test case.
861 * testsuite/plugin_common_test_1.c: New test case.
862 * testsuite/plugin_common_test_2.c: New test case.
863 * testsuite/Makefile.am (plugin_test_6): New test case.
864 * testsuite/Makefile.in: Regenerate.
865
bd32c6bd
NC
8662010-04-06 Nick Clifton <nickc@redhat.com>
867
868 * po/vi.po: New Vietnamese translation.
869
323c532f
DK
8702010-03-30 Doug Kwan <dougkwan@google.com>
871
872 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
873
4fcd97eb
DK
8742010-03-25 Doug Kwan <dougkwan@google.com>
875
876 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
877 to avoid a conversion warning on a 32-bit host.
878
4ebf39db
ILT
8792010-03-24 Ian Lance Taylor <iant@google.com>
880
881 * testsuite/script_test_3.t: Add a TLS segment.
882 * testsuite/Makefile.am (check_PROGRAMS): Add
883 tls_phdrs_script_test.
884 (tls_phdrs_script_test_SOURCES): Define.
885 (tls_phdrs_script_test_DEPENDENCIES): Define.
886 (tls_phdrs_script_test_LDFLAGS): Define.
887 (tls_phdrs_script_test_LDADD): Define.
888 * testsuite/Makefile.in: Rebuild.
889
4a599bdd
CC
8902010-03-23 Cary Coutant <ccoutant@google.com>
891
892 * fileread.cc (find_or_make_view): Fix comment.
893
6c93b22c
ILT
8942010-03-23 Ian Lance Taylor <iant@google.com>
895
896 * script-sections.cc (class Orphan_section_placement): Define
897 PLACE_TLS and PLACE_TLS_BSS.
898 (Orphan_section_placement::Orphan_section_placement): Initialize
899 new places.
900 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
901 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
902 (tls_script_test_SOURCES): Define.
903 (tls_script_test_DEPENDENCIES): Define.
904 (tls_script_test_LDFLAGS): Define.
905 (tls_script_test_LDADD): Define.
906 * testsuite/Makefile.in: Rebuild.
907
a2c7281b
DK
9082010-03-22 Doug Kwan <dougkwan@google.com>
909
910 * arm.cc (Arm_relocate_functions::abs8,
911 Arm_relocate_functions::abs16): Use correct check for overflow
912 specified in the ARM ELF specs.
913 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
914 target of a BLX instruction specially.
915 (Reloc_stub::stub_type_for_reloc): Ditto.
916 (Relocate::relocate): Use symbolic names instead of numeric relocation
917 codes to report error.
918 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
919 workaround.
920 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
921 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
922 thumb2_blx_out_of_range.stdout
923 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
924 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
925 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
926 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
927 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
928 thumb2_blx_in_range, thumb2_blx_in_range.o,
929 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
930 thumb2_blx_out_of_range.o): New rules.
931 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
932 thumb2_blx_in_range and thumb2_blx_out_of_range.
933 * testsuite/Makefile.in: Regenerate.
934 * arm_branch_in_range.sh: Add tests for THUMB BLX.
935 * testsuite/thumb_blx_in_range.s: New file.
936 * testsuite/thumb_blx_out_of_range.s: New file.
937
b0193076
RÁE
9382010-03-22 Rafael Espindola <espindola@google.com>
939
940 * archive.cc (Should_include): Move to archive.h.
941 (should_include_member): Make it a member of Archive.
942 (Lib_group): New.
943 (Add_lib_group_symbols): New.
944 * archive.h: Include options.h.
945 (Archive_member): Moved from Archive.
946 (Should_include): Moved from archive.cc.
947 (Lib_group): New.
948 (Add_lib_group_symbols): New.
949 * dynobj.cc (do_should_include_member): New.
950 * dynobj.h (do_should_include_member): New.
951 * gold.cc (queue_initial_tasks): Update call to queue.
952 * main.cc (main): Print lib group stats.
953 * object.cc (do_should_include_member): New.
954 * object.h: Include archive.h.
955 (Object::should_include_member): New.
956 (Object::do_should_include_member): New.
957 (Sized_relobj::do_should_include_member): New.
958 * options.cc (General_options::parse_start_lib): New.
959 (General_options::parse_end_lib): New.
960 (Input_arguments::add_file): Handle lib groups.
961 (Input_arguments::start_group): Check we are not in a lib.
962 (Input_arguments::start_lib): New.
963 (Input_arguments::end_lib): New.
964 * options.h (General_options): Add start_lib and end_lib.
965 (Input_argument::lib_): New.
966 (Input_argument::lib): New.
967 (Input_argument::is_lib): New.
968 (Input_file_lib): New.
969 (Input_arguments::in_lib_): New.
970 (Input_arguments::in_lib): New.
971 (Input_arguments::start_lib): New.
972 (Input_arguments::end_lib_): New.
973 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
974 in unused members as preempted.
975 (Sized_pluginobj::do_should_include_member): New.
976 * plugin.h (Sized_pluginobj::do_should_include_member): New.
977 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
978 return the blocker.
979 (Read_symbols::do_whole_lib_group): New.
980 (Read_symbols::do_lib_group): New.
981 (Read_symbols::do_read_symbols): Handle lib groups.
982 (Read_symbols::get_name): Handle lib groups.
983 * readsyms.h (Read_symbols): Add an archive member pointer.
984 (Read_symbols::do_whole_lib_group): New.
985 (Read_symbols::do_lib_group): New.
986 (Read_symbols::member_): New.
987 * script.cc (read_input_script): Update call to queue_soon.
988
d099120c
DK
9892010-03-19 Doug Kwan <dougkwan@google.com>
990
991 * arm.cc (Stub_table::Stub_table): Initialize new data members
992 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
993 (Stub_table::add_reloc_stub): Assign stub offset and update
994 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
995 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
996 New data members.
997 (Stub_table::update_data_size_and_addralign): Use
998 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
999 instead of going over all reloc stubs.
1000 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
1001 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
1002 Stringpool_template::offset_ to size of Stringpool_char.
1003 (Stringpool_template::new_key_offset): Remove code to initialize
1004 Stringpool_template::offset_.
1005 * stringpool.h (Stringpool_template::set_no_zero_null): Set
1006 Stringpool_template::offset_ to zero.
1007
1aa37384
DK
10082010-03-15 Doug Kwan <dougkwan@google.com>
1009
1010 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
1011 offset_.
1012 (Stringpool_template::new_key_offset): New method.
1013 (Stringpool_template::add_string): Assign offsets when adding new
1014 strings.
1015 (Stringpool_template::set_string_offsets): Do not set string offsets
1016 when not optimizing.
1017 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
1018 member size_.
1019 (Chunked_vector::clear): Clear size_.
1020 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
1021 (Chunked_vector::size): Return size_.
1022 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 1023 (Chunked_vector::size_): New data member.
1aa37384
DK
1024 (Stringpool_template::set_no_zero_null): Assert string set is empty.
1025 (Stringpool_template::new_key_offset): New method declaration.
1026 (Stringpool_template::offset_): New data member.
1027
b672b057
RÁE
10282010-03-15 Rafael Espindola <espindola@google.com>
1029
1030 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
1031 Add_symbols' constructor.
1032 * readsyms.h (Add_symbols): Remove the input_group member.
1033
b6848d3c
ILT
10342010-03-10 Ian Lance Taylor <iant@google.com>
1035
1036 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
1037 target to ask whether a reference to a symbol requires a stack
1038 split.
1039 * target.h (Target::is_call_to_non_split): New function.
1040 (Target::do_is_call_to_non_split): Declare virtual function.
1041 * target.cc: Include "symtab.h".
1042 (Target::do_is_call_to_non_split): New function.
1043 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
1044
a2a5469e
CC
10452010-03-10 Cary Coutant <ccoutant@google.com>
1046
1047 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
1048 (File_read::open[1]): Remove initial mapping of whole_file_view_.
1049 (File_read::open[2]): Add whole_file_view_ to list of views.
1050 (File_read::make_view): Remove test of whole_file_view_.
1051 (File_read::find_or_make_view): Create whole_file_view_ if
1052 necessary.
1053 (File_read::clear_views): Replace bool parameter with enum;
1054 adjust all callers. Don't delete views with permanent data;
1055 do delete cached views and views from archives if
1056 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
1057 if clearing the corresponding view.
1058 * fileread.h (File_read::Clear_views_mode): New enum.
1059 (File_read::View::is_permanent_view): New method.
1060 (File_read::clear_views): Replace bool parameter
1061 with enum; adjust all callers.
1062 * options.h (General_options): Change keep_files_mapped option;
1063 add map_whole_files.
1064 * readsyms.cc (Add_symbols::run): Delete sd_ object before
1065 releasing the file.
1066 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
1067 the file.
1068
8861f32b
DM
10692010-03-10 David S. Miller <davem@davemloft.net>
1070
1071 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
1072
d62d0f5f
ST
10732010-03-09 Sriraman Tallam <tmsriram@google.com>
1074
1075 * icf.cc (get_section_contents): Add '@' marker after processing the
1076 merge reloc.
1077
9177756d
DK
10782010-03-08 Doug Kwan <dougkwan@google.com>
1079
1080 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
1081 due to a conversion warning.
1082 (Arm_relobj::update_output_local_symbol_count): Check for local
1083 symbol with unset output index.
1084
9e9e071b
ILT
10852010-03-05 Ian Lance Taylor <iant@google.com>
1086
1087 * options.h (class General_options): Add --spare-dynamic-tags.
1088 * output.cc (Output_data_dynamic::set_final_data_size): Implement
1089 --spare-dynamic-tags.
1090
a81ee015
ILT
10912010-03-05 Ian Lance Taylor <iant@google.com>
1092
1093 * incremental.cc: Include "libiberty.h".
1094
44ec90b9
RO
10952010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1096
1097 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
1098 function, is_info_ member.
1099 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
1100 (Versions::Versions): Update caller.
1101 (Versions::define_base_version): Likewise.
1102 (Versions::add_def): Likewise.
1103
0897ed3b
ST
11042010-03-03 Sriraman Tallam <tmsriram@google.com>
1105
1106 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
1107 (Scan::possible_function_pointer_reloc): New function.
1108 (Scan::local_reloc_may_be_function_pointer): Change to call
1109 possible_function_pointer_reloc.
1110 (Scan::global_reloc_may_be_function_pointer): Ditto.
1111 * icf.h (Icf::check_section_for_function_pointers): Change to reject
1112 relocations in ".data.rel.ro._ZTV" section.
1113 * testsuite/icf_safe_so_test.sh: Change to pass i386.
1114 * testsuite/icf_safe_so_test.cc: Ditto.
1115 * testsuite/icf_safe_test.cc: Ditto.
1116 * testsuite/icf_safe_test.sh: Ditto.
1117
d3bbad62
ILT
11182010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1119 Ian Lance Taylor <iant@google.com>
1120
1121 * target-reloc.h (relocate_section): Check the symbol table index
1122 for -1U before setting the local symbol index.
1123 (scan_relocatable_relocs): If copying the relocation, record that
1124 the local symbol is required.
1125 * object.h (Symbol_value::is_output_symtab_index_set): New
1126 function.
1127 (Symbol_value::may_be_discarded_from_output_symtab): New
1128 function.
1129 (Symbol_value::has_output_symtab_entry): New function.
1130 (Symbol_value::needs_output_symtab_entry): Remove.
1131 (Symbol_value::output_symtab_index): Make sure the symbol index is
1132 set.
1133 (Symbol_value::set_output_symtab_index): Make sure the symbol
1134 index is not set. Make sure the new index is valid.
1135 (Symbol_value::set_must_have_output_symtab_entry): New function.
1136 (Symbol_value::has_output_dynsym_entry): New function.
1137 (Symbol_value::set_output_dynsym_index): Make sure the new index
1138 is valid.
1139 (Sized_relobj::set_must_have_output_symtab_entry): New function.
1140 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
1141 local symbol if permitted.
1142 (Sized_relobj::do_finalize_local_symbols): Call
1143 is_output_symtab_index_set rather than needs_output_symtab_entry.
1144 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
1145 rather than needs_output_symtab_entry. Call
1146 has_output_dynsym_entry rather than needs_output_dynsym_entry.
1147 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
1148 is_output_symtab_index_set rather than needs_output_symtab_entry.
1149 * testsuite/discard_locals_relocatable_test.c: New file.
1150 * testsuite/discard_locals_test.sh: Test -r.
1151 * testsuite/Makefile.am (check_DATA): Add
1152 discard_locals_relocatable_test1.syms,
1153 discard_local_relocatable_test2.syms.
1154 (MOSTLYCLEANFILES): Likewise. Also add
1155 discard_locals_relocatable_test1.lout and
1156 discard_locals_relocatable_test2.out.
1157 (discard_locals_relocatable_test1.syms): New target.
1158 (discard_locals_relocatable_test.o): New target.
1159 (discard_locals_relocatable_test1.out): New target.
1160 (discard_locals_relocatable_test2.syms): New target.
1161 (discard_locals_relocatable_test2.out): New target.
1162 (various): Add missing ../ld-new dependencies.
1163 * testsuite/Makefile.in: Rebuild.
1164
7e8ccf26
NC
11652010-03-03 Nick Clifton <nickc@redhat.com>
1166
1167 * po/fi.po: New Finnish translation.
1168
2a0ff005
DK
11692010-03-01 Doug Kwan <dougkwan@google.com>
1170
1171 * layout.cc (Layout::Layout): Force section types of .init_array*,
1172 .preinit_array* and .fini_array* sections.
1173 * output.cc (Output_section::Input_section_sort_entry::has_priority):
1174 Fix check of return value of std::string::find.().
1175 (Output_section::Input_section_sort_compare::operator()): Remove
1176 comment about .init_array.
1177 (Output_section::Input_section_sort_init_fini_compare::operator()):
1178 New method.
1179 (Output_section::sort_attached_input_sections): Handle .init_array
1180 and .fini_array specially.
1181 * output.h (Output_section::Inut_section_sort_compare): Update
1182 comment.
1183 (Output_section::Input_section_sort_init_fini_compare): New struct.
1184
c3e4ae29
DK
11852010-02-26 Doug Kwan <dougkwan@google.com>
1186
1187 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
1188 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
1189 * testsuite/debug_msg.sh: Avoid matching source line number for
1190 use of global variable undef_int.
1191
2fd9ae7a
DK
11922010-02-26 Doug Kwan <dougkwan@google.com>
1193
1194 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
1195 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
1196 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
1197 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
1198 * options.cc (General_options::General_options): Initialize member
1199 fix_v4bx_.
1200 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
1201 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
1202 and rm_no_fix_v4bx.stdout
1203 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
1204 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
1205 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
1206 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
1207 and arm_no_fix_v4bx.
1208 * Makefile.in: Regenerate.
1209 * testsuite/arm_fix_v4bx.s: New file.
1210 * testsuite/arm_fix_v4bx.sh: Ditto.
1211
67ec7d0b
DK
12122010-02-24 Doug Kwan <dougkwan@google.com>
1213
1214 * arm.cc (Target_arm::got_section): Make the .got section the first
1215 non RELRO section in the data segment.
1216 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
1217 suffixes of section names.
1218
10165461
DK
12192010-02-24 Doug Kwan <dougkwan@google.com>
1220
1221 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
1222 flags and attributes merging if an input file is a binary file.
1223 * fileread.cc (Input_file::open): Record format of original file.
1224 * fileread.h (Input_file::Format): New enum type.
1225 (Input_file::Input_file): Initialize data member format_.
1226 (Input_file::format): New method definition.
1227 (Input_file::format_):: New data member.
1228
4a54abbb
DK
12292010-02-24 Doug Kwan <dougkwan@google.com>
1230
1231 * arm.cc (Arm_output_data_got): New class.
1232 (ARM_TCB_SIZE): New constant
1233 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
1234 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
1235 If user uses a script with a SECTIONS clause, issue only a warning
1236 for a misplaced EXIDX input section. Otherwise, issue an error.
1237 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
1238 garbage collection.
1239 (Target_arm::got_mode_index_entry): Handle static linking.
1240 (Target_arm::Scan::local): Ditto.
1241 (Target_arm::Scan::global): Ditto.
1242 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
1243 all incorrectly implemented relocations.
e1df38aa 1244 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
1245 Arm_output_section::fix_exidx_coverage.
1246 * layout.cc (Layout::section_name_mapping): Remove trailing dots
1247 from ".ARM.exidx." and ".ARM.extab.".
1248
ca419a6f
ILT
12492010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1250
1251 * arm.cc (Target_arm::do_finalize_sections): Create attribute
1252 section if it does not already exist.
1253 * attributes.cc (Attributes_section_data::Attributes_section_data):
1254 Don't crash if size is zero.
1255
135b9c78
ILT
12562010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1257 Ian Lance Taylor <iant@google.com>
1258
1259 * gold.cc (queue_middle_tasks): If no input files were opened,
1260 exit.
1261 * workqueue.h (Task_function::Task_function): Assert that there is
1262 a blocker.
1263
bb0bfe4f
DK
12642010-02-22 Doug Kwan <dougkwan@google.com>
1265
1266 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
1267 * icf.cc (get_section_contents): Cast snprintf arguments to long long
1268 types to avoid warnings due to different uint64_t implementations
1269 on different hosts.
1270
2a2b6d42
DK
12712010-02-21 Doug Kwan <dougkwan@google.com>
1272
1273 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
1274 handling of the maximum backward branch offset.
1275 (Arm_relocate_functions::thumb_branch_common): Ditto.
1276 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
1277 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 1278 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
1279 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
1280 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
1281 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
1282 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
1283 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
1284 thumb_bl_out_of_range thumb_bl_out_of_range.o,
1285 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
1286 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
1287 thumb2_bl_out_of_range.o): New rules.
1288 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
1289 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
1290 thumb2_bl_out_of_range
1291 * testsuite/Makefile.in: Regenerate.
1292 * testsuite/arm_bl_in_range.s: New file.
1293 * testsuite/arm_bl_out_of_range.s: Ditto.
1294 * testsuite/arm_branch_in_range.sh: Ditto.
1295 * testsuite/arm_branch_range.t: Ditto.
1296 * testsuite/thumb2_branch_range.t: Ditto.
1297 * testsuite/thumb_bl_in_range.s: Ditto.
1298 * testsuite/thumb_bl_out_of_range.s: Ditto.
1299 * testsuite/thumb_branch_range.t: Ditto.
1300
b487ad64
ST
13012010-02-20 Sriraman Tallam <tmsriram@google.com>
1302
1303 * gc.h (gc_process_relocs): Change vectors to point to the new list.
1304 Add reloc offset information.
1305 * icf.cc (get_section_contents): Change iterators to point to the new
1306 vectors. Add reloc offset information to the contents.
1307 * icf.h (Icf::Sections_reachable_info): New typedef.
1308 (Icf::Sections_reachable_list): New typedef.
1309 (Icf::Offset_info): New typedef.
1310 (Icf::Reloc_info): New struct typedef.
1311 (Icf::Reloc_info_list): New typedef.
1312 (Icf::symbol_reloc_list): Delete method.
1313 (Icf::addend_reloc_list): Delete method.
1314 (Icf::section_reloc_list): Delete method.
1315 (Icf::reloc_info_list): New method.
1316 (Icf::reloc_info_list_): New member.
1317
f96accdf
DK
13182010-02-19 Doug Kwan <dougkwan@google.com>
1319
1320 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
1321 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
1322 * arm.cc (Arm_relocation_functions): New forward declaration.
1323 (Target_arm::Target_arm): Initialize new data members
1324 got_mod_index_offset_ and tls_base_symbol_defined_.
1325 (Target_arm::Relocate::relocate_tls): New method.
1326 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
1327 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
1328 New methods.
1329 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
1330 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
1331 (Target_arm::got_mod_index_offset_,
1332 Target_arm::tls_base_symbol_defined_): New data members.
1333 (Target_arm::Scan::local, Target::Scan::global,
1334 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
1335 relocations.
1336
c8761b9a
DK
13372010-02-18 Doug Kwan <dougkwan@google.com>
1338
1339 * arm.cc (Arm_relobj::find_linked_text_section): New method.
1340 (Arm_relobj::make_exidx_input_section): Pass section index of linked
1341 text section as a parameter becuase some broken tools may not set
1342 the link in section header.
1343 (Target_arm::has_got_section): New method.
1344 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
1345 without any mapping symbol as data only. Remove warning.
1346 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
1347 link in its section header, try to discover the link by inspecting the
1348 REL31 relocation at the beginning of the section.
1349 (Target_arm::Scan::check_non_pic): Report name of offending relocation
1350 in error message.
1351 (Target_arm::Scan::global): Treat any reference to the symbol
1352 _GLOBAL_OFFSET_TABLE_ as a GOT access.
1353
21bb3914
ST
13542010-02-12 Sriraman Tallam <tmsriram@google.com>
1355
1356 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
1357 (Scan::global_reloc_may_be_function_pointer): New function.
1358 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
1359 (Scan::global_reloc_may_be_function_pointer): New function.
1360 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
1361 (Scan::global_reloc_may_be_function_pointer): New function.
1362 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
1363 (Scan::global_reloc_may_be_function_pointer): New function.
1364 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
1365 (Scan::global_reloc_may_be_function_pointer): New function.
1366 (Scan::possible_function_pointer_reloc): New function.
1367 (Target_x86_64::can_check_for_function_pointers): New function.
1368 * gc.h (gc_process_relocs): Scan relocation types to determine if
1369 function pointers were taken for targets that support it.
1370 * icf.cc (Icf::find_identical_sections): Include functions for
1371 folding in safe ICF whose pointer is not taken.
1372 * icf.h (Secn_fptr_taken_set): New typedef.
1373 (fptr_section_id_): New member.
1374 (section_has_function_pointers): New function.
1375 (set_section_has_function_pointers): New function.
1376 (check_section_for_function_pointers): New function.
1377 * options.h: Fix comment for safe ICF option.
1378 * target.h (can_check_for_function_pointers): New function.
1379 * testsuite/Makefile.am: Add icf_safe_so_test test case.
1380 Modify icf_safe_test for X86-64.
1381 * testsuite/Makefile.in: Regenerate.
1382 * testsuite/icf_safe_so_test.cc: New file.
1383 * testsuite/icf_safe_so_test.sh: New file.
1384 * testsuite/icf_safe_test.cc (kept_func_3): New function.
1385 (main): Change to take pointer to function kept_func_3.
1386 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
1387 folding is done correctly for X86-64.
1388
0da6fa6c
DM
13892010-02-12 David S. Miller <davem@davemloft.net>
1390
1391 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
1392 is_symbolless parameter.
1393 (Output_reloc<SHT_REL>::is_symbolless): New.
1394 (Output_reloc<SHT_REL>::is_symbolless_): New.
1395 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
1396 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
1397 (Output_reloc<SHT_RELA>::is_symbolless): New.
1398 (Output_data_reloc::add_global): Handle is_symbolless.
1399 (Output_data_reloc::add_global_relative): Likewise.
1400 (Output_data_reloc::add_local): Likewise.
1401 (Output_data_reloc::add_local_relative): Likewise.
1402 (Output_data_reloc::add_symbolless_global_addend): New.
1403 (Output_data_reloc::add_symbolless_local_addend): New.
1404 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
1405 is_symbolless.
1406 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
1407 instead of ->is_relative_
1408 (Output_reloc::write): Likewise.
1409 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
1410 (Output_reloc::write_rel): Simplify.
1411
1412 * sparc.cc (Target_sparc::Scan::local): Use
1413 ->add_symbolless_local_addend as needed.
1414 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
1415 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
1416 based upon relocation offset.
1417
e4782e83
DK
14182010-02-11 Doug Kwan <dougkwan@google.com>
1419
1420 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
1421 (Target_arm::Scan::global): Ditto. Also remove a comment before the
1422 beginning of function.
1423 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
1424 and MOVT_ABS relocations. Those are non issued in scanning. Fix
1425 parameter is_32bit in calls to should_apply_static_reloc.
1426 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
1427 (check_DATA): Add arm_abs_global.stdout.
1428 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
1429 arm_abs_global.stdout): New rules.
1430 (MOSTLLYCLEANFILES): Add arm_abs_global
1431 * Makefile.in: Regenerate.
1432 * testsuite/arm_abs_global.s: New file.
1433 * testsuite/arm_abs_global.sh: Ditto.
1434 * testsuite/arm_abs_lib.s: Ditto.
1435
93ceb764
ILT
14362010-02-11 Ian Lance Taylor <iant@google.com>
1437
1438 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
1439 Read_relocs task.
1440 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
1441 Allocate_commons_task first.
1442 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
1443 task, rather than symtab_lock_.
1444 (Gc_process_relocs::~Gc_process_relocs): New function.
1445 (Gc_process_relocs::is_runnable): Check this_blocker_.
1446 (Gc_process_relocs::locks): Use next_blocker_ rather than
1447 blocker_.
1448 (Scan_relocs::~Scan_relocs): New function.
1449 (Scan_relocs::is_runnable): Check this_blocker_ rather than
1450 symtab_lock_.
1451 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
1452 next_blocker_.
1453 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
1454 fields. Add this_blocker_ and next_blocker_ fields. Adjust
1455 constructor accordingly.
1456 (class Gc_process_relocs): Likewise.
1457 (class Scan_relocs): Likewise.
1458 * common.h (class Allocate_commons_task): Remove symtab_lock_
1459 field, and corresponding constructor parameter.
1460 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
1461 symtab_lock_.
1462 (Allocate_commons_task::locks): Likewise.
1463
114dfbe1
ILT
14642010-02-11 Ian Lance Taylor <iant@google.com>
1465
1466 * gold-threads.h (class Once): Define.
1467 (class Initialize_lock): Rewrite as child of Once.
1468 * gold-threads.cc (class Once_initialize): Define.
1469 (once_pointer_control): New static variable.
1470 (once_pointer, once_arg): New static variables.
1471 (c_run_once): New static function.
1472 (Once::Once, Once::run_once, Once::internal_run): New functions.
1473 (class Initialize_lock_once): Remove.
1474 (initialize_lock_control): Remove.
1475 (initialize_lock_pointer): Remove.
1476 (initialize_lock_once): Remove.
1477 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
1478 (Initialize_lock::initialize): Rewrite.
1479 (Initialize_lock::do_run_once): New function.
1480 * archive.cc (Archive::interpret_header): Only clear name if it is
1481 not already empty.
1482 * fileread.cc: Include "gold-threads.h"
1483 (file_counts_lock): New static variable.
1484 (file_counts_initialize_lock): Likewise.
1485 (File_read::release): Only increment counts when using --stats.
1486 Use a lock around the increment.
1487 * parameters.cc (class Set_parameters_target_once): Define.
1488 (set_parameters_target_once): New static variable.
1489 (Parameters::Parameters): Move here from parameters.h.
1490 (Parameters::set_target): Rewrite.
1491 (Parameters::set_target_once): New function.
1492 (Parameters::clear_target): Move here and rewrite.
1493 * parameters.h (class Parameters): Update declarations. Add
1494 set_parameters_target_once_ field.
1495 (Parameters::Parameters): Move to parameters.cc.
1496 (Parameters::clear_target): Likewise.
1497 * readsyms.cc (Read_symbols::do_group): Create a Start_group
1498 task.
1499 (Start_group::~Start_group): New function.
1500 (Start_group::is_runnable): New function.
1501 (Start_group::locks, Start_group::run): New functions.
1502 (Finish_group::run): Change saw_undefined to size_t.
1503 * readsyms.h (class Start_group): Define.
1504 (class Finish_group): Change saw_undefined_ field to size_t.
1505 (Finish_group::Finish_group): Remove saw_undefined and
1506 this_blocker parameters. Change all callers.
1507 (Finish_group::set_saw_undefined): New function.
1508 (Finish_group::set_blocker): New function.
1509 * symtab.h (class Symbol_table): Change saw_undefined to return
1510 size_t. Change saw_undefined_ field to size_t.
1511 * target-select.cc (Set_target_once::do_run_once): New function.
1512 (Target_selector::Target_selector): Initialize set_target_once_
1513 field. Don't initialize lock_ and initialize_lock_ fields.
1514 (Target_selector::instantiate_target): Rewrite.
1515 (Target_selector::set_target): New function.
1516 * target-select.h (class Set_target_once): Define.
1517 (class Target_selector): Update declarations. Make
1518 Set_target_once a friend. Remove lock_ and initialize_lock_
1519 fields. Add set_target_once_ field.
1520
fa17a3f4
ILT
15212010-02-10 Ian Lance Taylor <iant@google.com>
1522
1523 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
1524 queueing any tasks.
1525 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
1526 (queue_middle_tasks): Add all blockers before queueing any tasks.
1527 (queue_final_tasks): Likewise.
1528 * token.h (Task_token::add_blockers): New function.
1529 * object.h (Input_objects::number_of_relobjs): New function.
1530
c7177d31
ILT
15312010-02-10 Ian Lance Taylor <iant@google.com>
1532
5de0e392
ILT
1533 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
1534 shared, not if not position independent.
1535 * x86_64.cc (Relocate::relocate_tls): Likewise.
1536 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
1537 (tls_pie_pic_test): New target.
1538 * testsuite/Makefile.in: Rebuild.
1539
c7177d31
ILT
1540 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
1541 (tls_test_main_pie.o, tls_test_pie.o): New targets.
1542 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
1543 * testsuite/Makefile.in: Rebuild.
1544
684b268a
DM
15452010-02-09 David S. Miller <davem@davemloft.net>
1546
1547 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
1548 R_SPARC_RELATIVE using ->add_local_relative().
1549 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
1550
612a8d3d
DM
1551 * output.h (Output_data_dynamic::add_section_size): New method
1552 that takes two Output_data objects.
1553 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
1554 entry param. Handle it in initializers.
1555 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
1556 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
1557 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
1558 arg.
1559 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
1560 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
1561 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
1562 for dynrel_includes_plt.
1563 * i386.cc (Target_i386::do_finalize_sections): Likewise.
1564 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
1565 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
1566 before .rela.plt
1567 (Target_sparc::do_finalize_sections): Update to pass true for
1568 dynrel_includes_plt.
1569 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
1570 output before .rela.plt
1571 (Target_powerpc::do_finalize_sections): Update to pass true for
1572 dynrel_includes_plt when 32-bit.
1573
cb1be87e
DK
15742010-02-08 Doug Kwan <dougkwan@google.com>
1575
1576 * arm.cc (Arm_relobj::simple_input_section_output_address): New
1577 method.
1578 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
1579 Arm_relobj::scan_section_for_cortex_a8_stubs,
1580 Arm_relobj::do_relocation_section): Instead of calling
1581 Output_section::output_address, use faster
1582 Arm_relobj::simple_input_section_output_address.
1583
705b5121
DM
15842010-02-08 David S. Miller <davem@davemloft.net>
1585
1586 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
1587 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
1588 relocation helper function.
1589
024c4466
DM
1590 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
1591 just like R_SPARC_GOT{10,13,22}.
1592 (Target_sparc::Scan::local): Likewise.
1593 (Target_sparc::Relocate:relocate): Likewise.
1594
9109c078
ILT
15952010-02-06 Ian Lance Taylor <iant@google.com>
1596
1597 * configure.ac: Rewrite targetobjs duplicate removal code to use
1598 only shell constructs.
1599 * configure: Rebuild.
1600
cf846138
DK
16012010-02-05 Doug Kwan <dougkwan@google.com>
1602
1603 PR 11247
1604 * arm.cc (Arm_relobj::section_is_scannable): New method.
1605 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
1606 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
1607
6cfaf60b
DK
16082010-02-04 Doug Kwan <dougkwan@google.com>
1609
1610 PR 11247
1611 * arm-reloc-property.cc (cstdio): Include.
1612 * configure.ac (targetobjs): Remove duplicates.
1613 * configure: Regenerate.
1614 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
1615 big and little endian version for a given address size.
1616
5c57f1be
DK
16172010-02-03 Doug Kwan <dougkwan@google.com>
1618
1619 * arm-reloc-property.cc
1620 (Arm_reloc_property_table::reloc_name_in_error_message): New method
1621 definition.
1622 * arm-reloc-property.h
1623 (Arm_reloc_property_table::get_implemented_static_reloc_property):
1624 New method definition.
1625 (Arm_reloc_property_table::reloc_name_in_error_message): New method
1626 declaration.
1627 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
1628 overflow to N.
1629 (GOT_PREL): Change implemented to Y.
1630 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
1631 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
1632 (Arm_relocate_functions::movw_abs_nc): Remove method.
1633 (Arm_relocate_functions::movt_abs): Ditto.
1634 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
1635 (Arm_relocate_functions::thm_movt_abs): Ditto.
1636 (Arm_relocate_functions::movw_rel_nc): Ditto.
1637 (Arm_relocate_functions::movw_rel): Ditto.
1638 (Arm_relocate_functions::movt_rel): Ditto.
1639 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
1640 (Arm_relocate_functions:thm_movw_rel): Ditto.
1641 (Arm_relocate_functions:thm_movt_rel): Ditto.
1642 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
1643 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
1644 New method definitions.
1645 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
1646 (Arm_relocation_functions::arm_grp_ldr): Ditto.
1647 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
1648 (Arm_relocation_functions::arm_grp_ldc): Ditto.
1649 (Target_arm::Relocate::relocate): Check for non-static or
1650 unimplemented relocation code and exit early. Change calls to
1651 Target_arm::reloc_uses_thumb_bit and
1652 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
1653 instead. Refactor code to handle similar relocations to increase
1654 code sharing. Remove check for unsupported relocation code in switch
1655 statement.
1656 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
1657 relocation property table to find out size. Change error message to
1658 print out the name of a relocation code instead of the numeric value.
1659 (Target_arm::scan_reloc_for_stub): Use relocation property table
1660 instead of calling Target_arm::reloc_uses_thumb_bit().
1661
218c5831
DK
16622010-02-02 Doug Kwan <dougkwan@google.com>
1663
1664 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
1665 types of relaxed input section.
1666
0d31c79d
DK
16672010-02-02 Doug Kwan <dougkwan@google.com>
1668
1669 * Makefile.am (HFILES): Add arm-reloc-property.h.
1670 (DEFFILES): New.
1671 (TARGETSOURCES): Add arm-reloc-property.cc
1672 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
1673 (libgold_a_SOURCES): $(DEFFILES)
1674 * Makefile.in: Regenerate.
1675 * arm-reloc-property.cc: New file.
1676 * arm-reloc-property.h: New file.
1677 * arm-reloc.def: New file.
1678 * arm.cc: Update comments.
1679 (arm-reloc-property.h): New included header.
1680 (arm_reloc_property_table): New global variable.
1681 (Target_arm::do_select_as_default_target): New method definition.
1682 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
1683 arm-reloc-property to targ_extra_obj.
1684 * parameters.cc (set_parameters_target): Call
1685 Target::select_as_default_target().
1686 * target.h (Target::select_as_default_target): New method definition.
1687 (Target::do_select_as_default_target): Same.
1688
546c7457
DK
16892010-02-01 Doug Kwan <dougkwan@google.com>
1690
1691 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
1692 first_output_text_section_.
1693 (Arm_exidx_fixup::first_output_text_section): New method definition.
1694 (Arm_exidx_fixup::first_output_text_section_): New data member.
1695 (Arm_exidx_fixup::process_exidx_section): Record the first text
1696 output section seen.
1697 (Arm_output_section::fix_exidx_coverage): Set correct linked section
1698 and entsize in output section header.
1699
11b861d5
DK
17002010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1701
1702 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
1703 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
1704 (Arm_relocate_functions::thm_alu11): New Method.
1705 (Arm_relocate_functions::thm_pc8): New Method.
1706 (Arm_relocate_functions::thm_pc12): New Method.
1707 (Target_arm::Scan::local): Handle the relocations.
1708 (Target_arm::Scan::global): Likewise.
1709 (Target_arm::Relocate::relocate): Likewise.
1710 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
1711
c9a2c125
DK
17122010-01-29 Doug Kwan <dougkwan@google.com>
1713
1714 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
1715 of relocation types as ld.
1716
1521477a
DK
17172010-01-29 Doug Kwan <dougkwan@google.com>
1718
1719 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
1720 to public.
1721 (Arm_relocate_functions::thumb_branch_common): Ditto.
1722 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
1723 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
1724 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
1725 Arm_relocate_functions::jump24): Remove.
1726 (Target_arm::Relocate::relocate): Adjust code to call
1727 Arm_relocation_functions::arm_branch_common and
1728 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 1729 wrappers. Merge switch-cases together to reduce source code size.
1521477a 1730
e7eca48c
DK
17312010-01-29 Doug Kwan <dougkwan@google.com>
1732
1733 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
1734 output_local_symbol_count_needs_update_.
1735 (Arm_relobj::output_local_symbol_count_needs_update,
1736 Arm_relobj::set_output_local_symbol_count_needs_update,
1737 Arm_relobj::update_output_local_symbol_count): New methods.
1738 (Arm_relobj::output_local_symbol_count_needs_update_): New data
1739 member.
1740 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
1741 of pointed function as in a R_ARM_PREL31 relocation.
1742 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
1743 for output local symbol count updating.
1744 (Target_arm::do_relax): Update output local symbol counts in objects
1745 if necessary.
1746 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
1747
02961d7e
ILT
17482010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1749
1750 * arm.cc: Added support for the ARM relocations:
1751 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
1752 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
1753 (Arm_relocate_functions::movw_rel_nc): Renamed (was
1754 movw_prel_nc).
1755 (Arm_relocate_functions::movw_rel): New method.
1756 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
1757 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
1758 thm_movw_prel_nc).
1759 (Arm_relocate_functions::thm_movw_rel): New method.
1760 (Arm_relocate_functions::thm_movt_rel): Renamed (was
1761 thm_movt_prel).
1762 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
1763 relocations.
1764 (Target_arm::Scan::global): Likewise.
1765 (Target_arm::Relocate::relocate): Likewise.
1766 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1767 Likewise.
1768
b10d2873
ILT
17692010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1770
1771 * arm.cc: Added support for ARM group relocations.
1772 (Target_arm::reloc_needs_sym_origin): New method.
1773 (Arm_relocate_functions::calc_grp_kn): New method.
1774 (Arm_relocate_functions::calc_grp_residual): New method.
1775 (Arm_relocate_functions::calc_grp_gn): New method.
1776 (Arm_relocate_functions::arm_grp_alu): New Method.
1777 (Arm_relocate_functions::arm_grp_ldr): New Method.
1778 (Arm_relocate_functions::arm_grp_ldrs): New Method.
1779 (Arm_relocate_functions::arm_grp_ldc): New Method.
1780 (Target_arm::Scan::local): Handle the ARM group relocations.
1781 (Target_arm::Scan::global): Likewise.
1782 (Target_arm::Relocate::relocate): Likewise.
1783 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1784 Likewise.
1785
2b328d4e
DK
17862010-01-26 Doug Kwan <dougkwan@google.com>
1787
1788 * arm.cc (set): Include.
1789 (class Arm_exidx_fixup): Change type of last_input_section_ to const
1790 pointer type.
1791 (Arm_output_section::Text_section_list): New type.
1792 (Arm_output_section::append_text_sections_to_list): New method.
1793 (Arm_output_section::fix_exidx_coverage): Ditto.
1794 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
1795 (Arm_relobj::convert_input_section_to_relaxed_section): Use
1796 Relobj::set_section_offset() instead of
1797 Sized_relobj::invalidate_section_offset().
1798 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
1799 parameter for section headers. Ignore relocation sections for
1800 unallocated sections and EXIDX sections.
1801 (Target_arm::fix_exidx_coverage): New method.
1802 (Target_arm::output_section_address_less_than): New type.
1803 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
1804 linked text section instead of the EXIDX section.
1805 (Arm_output_section::create_stub_group): Add an assertion to check
1806 that this is not an EXIDX output section.
1807 (Arm_output_section::append_text_sections_to_list): New method.
1808 (Arm_output_section::fix_exidx_coverage): Ditto.
1809 (Arm_relobj::scan_sections_for_stubs): Adjust call to
1810 Arm_relobj::section_needs_reloc_stub_scanning.
1811 (Target_arm::do_relax): Fix EXIDX output section coverage in the
1812 first pass.
1813 (Target_arm::fix_exidx_coverage): New method.
1814 * object.h (Relobj::set_output_section): New method.
1815 (Sized_relobj::invalidate_section_offset): Remove method.
1816 (Sized_relobj::do_invalidate_section_offset): Remove method.
1817 (Sized_relobj::do_set_section_offset): Handle offset value -1.
1818
c7f3c371
DK
18192010-01-25 Doug Kwan <dougkwan@google.com>
1820
1821 * arm.cc (Arm_exidx_merged_section::do_output_offset):
1822 Fix warning due to signed and unsigned comparison on a 32-bit host.
1823
8923b24c
DK
18242010-01-22 Doug Kwan <dougkwan@google.com>
1825
1826 * arm.cc (Target_arm::do_relax): Record an output section for section
1827 offset adjustment it contains any stub table that has changed.
1828 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
1829 offsets in an output section if necessary.
1830 * output.cc (Output_section::Output_section): Initialize
1831 section_offsets_need_adjustments_.
1832 (Output_section::add_input_section_for_script): Renamed to
1833 Output_section::add_simple_input_section.
1834 (Output_section::save_states): Add a comment.
1835 (Output_section::discard_states): New method defintion.
1836 (Output_section::adjust_section_offsets): Same.
1837 * output.h (Output_section::add_input_section_for_script): Renamed to
1838 Output_section::add_simple_input_section.
1839 (Output_section::discard_states): New method declaration.
1840 (Output_section::adjust_section_offsets): Same.
1841 (Output_section::section_offsets_need_adjustment,
1842 Output_section::set_section_offsets_need_adjustment): New method
1843 definitions.
1844 (Output_section::section_offsets_need_adjustment_): New data member.
1845 * script-sections.cc
1846 (Output_section_element_input::set_section_address): Adjust code for
1847 renaming of Output_section::add_input_section_for_script.
1848 (Orphan_output_section::set_section_address): Same.
1849
9b2fd367
DK
18502010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1851
1852 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
1853 Fix_v4bx enum values .
1854 * gold/options.h (General_options): New option definitions.
1855 (General_options::fix_v4bx): New method.
1856 (General_options::Fix_v4bx): New enum.
1857 * gold/options.cc (General_options::parse_fix_v4bx): New method.
1858 (General_options::parse_fix_v4bx_interworking): New method.
1859
80d0d023
DK
18602010-01-22 Doug Kwan <dougkwan@google.com>
1861
1862 * arm.cc (Arm_exidx_fixup): New class.
1863
af2cdeae
DK
18642010-01-21 Doug Kwan <dougkwan@google.com>
1865
1866 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
1867 classes.
1868 (Arm_exidx_section_offset_map): New type.
1869
993d07c1
DK
18702010-01-21 Doug Kwan <dougkwan@google.com>
1871
1872 * arm.cc (Arm_exidx_input_section): New class.
1873 (Arm_relobj::exidx_input_section_by_link,
1874 Arm_relobj::exidx_input_section_by_shndx,
1875 Arm_relobj::make_exidx_input_section): New methods.
1876 (read_arm_attributes_section): Remove.
1877 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
1878 information about them.
1879 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
1880 to here.
1881
5ac169d4
DK
18822010-01-20 Doug Kwan <dougkwan@google.com>
1883
1884 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
1885 Input_section_specifier to Section_id.
1886 (Target_arm::new_arm_input_section: Adjust code for change of key
1887 type.
1888 (Target_arm::find_arm_input_section): Ditto.
1889 * gc.h (object.h): Include for Section_id nand Section_id_hash.
1890 (Section_id): Remove.
1891 (Garbage_collection::Section_id_hash): Remove.
1892 * icf.h (object.h): Include for Section_id nand Section_id_hash.
1893 (Section_id): Remove.
1894 (Icf::Section_id_hash): Remove.
1895 * object.h (Section_id, Const_section_id, Section_id_hash,
1896 Const_section_id_hash): New type definitions.
1897 * output.cc (Output_section::add_relaxed_input_section): Change to
1898 use Const_section_id instead of Input_section_specifier as key type.
1899 (Output_section::add_merge_input_section): Ditto.
1900 (Output_section::build_relaxation_map): Change to use Section_id
1901 instead of Input_section_specifier as key type.
1902 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
1903 Ditto.
1904 (Output_section::convert_input_sections_to_relaxed_sections): Change
1905 to use Const_section_id instead of Input_section_specifier as key type.
1906 (Output_section::find_merge_section): Ditto.
1907 (Output_section::find_relaxed_input_section): Ditto.
1908 * output.h (Input_section_specifier): Remove class.
1909 (Output_section::Output_section_data_by_input_section_map): Change
1910 key type to Const_section_id.
1911 (Output_section::Output_relaxed_input_section_by_input_section_map):
1912 Ditto.
1913 (Output_section::Relaxation_map): Change key type to Section_id.
1914
a2162063
ILT
19152010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1916
1917 * gold/arm.cc: Added support for R_ARM_V4BX relocation
1918 (class Arm_v4bx_stub): New class.
1919 (DEF_STUBS): Updated definition to support v4_veneer_bx.
1920 (Stub_factory::make_arm_v4bx_stub): New method.
1921 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
1922 (Stub_table::empty): Handle v4bx stubs.
1923 (Stub_table::add_arm_v4bx_stub): New method.
1924 (Stub_table::find_arm_v4bx_stub): New method.
1925 (Arm_relocate_functions::v4bx): New method.
1926 (Target_arm::fix_v4bx): New method.
1927 (Target_arm::Target_arm): Handle R_ARM_V4BX.
1928 (Stub_table::relocate_stubs): Likewise.
1929 (Stub_table::do_write): Likewise.
1930 (Stub_table::update_data_size_and_addralign): Likewise.
1931 (Stub_table::finalize_stubs): Likewise.
1932 (Target_arm::Scan::local): Likewise.
1933 (Target_arm::Scan::global): Likewise.
1934 (Target_arm::do_finalize_sections): Likewise.
1935 (Target_arm::Relocate::relocate): Likewise.
1936 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1937 Likewise.
1938 (Target_arm::scan_reloc_for_stub): Likewise.
1939 (Target_arm::scan_reloc_section_for_stubs): Likewise.
1940
5696ab0b
ILT
19412010-01-19 Ian Lance Taylor <iant@google.com>
1942
1943 * output.cc (Output_section_headers::do_sized_write): Write large
1944 segment count to sh_info field.
1945 (Output_file_header::do_sized_write): For large segment count,
1946 write PN_XNUM to e_phnum field.
1947
800d0f56
ILT
19482010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1949
1950 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
1951 (Arm_relocate_functions::thm_jump8): New function.
1952 (Arm_relocate_functions::thm_jump11): New function.
1953 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
1954 R_ARM_THM_JUMP11.
1955 (Target_arm::Scan::global): Likewise.
1956 (Target_arm::Relocate::relocate): Likewise.
1957 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1958 Likewise.
1959
41263c05
DK
19602010-01-14 Doug Kwan <dougkwan@google.com>
1961
1962 * arm.cc (map, utility): Include headers.
1963 (Target_arm::apply_cortex_a8_workaround): New method.
1964 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
1965 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
1966 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
1967 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
1968 the --[no-]fix-cortex-a8 command line options.
1969 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
1970 (Target_arm::relocate_stub): Use addend in instruction template.
1971 * options.h (DEFINE_bool): Set the user-set flag.
1972 (General_options): Add --[no-]-fix-cortex options.
1973 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 1974 : Update fast look-up map after conversion.
41263c05 1975
459e9b03
ST
19762010-01-14 Sriraman Tallam <tmsriram@google.com>
1977
1978 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
1979 in the first pass of do_layout.
1980
b521dfe4
DK
19812010-01-13 Doug Kwan <dougkwan@google.com>
1982
1983 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
1984 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
1985 apparent compiler problem of not folding static constant integral
1986 data members of elfcpp::Elf_sizes<32>.
1987
44272192
DK
19882010-01-13 Doug Kwan <dougkwan@google.com>
1989
1990 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
1991 Arm_relobj::section_needs_cortex_a8_stub_scanning,
1992 Arm_relobj::scan_section_for_cortex_a8_erratum,
1993 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
1994 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
1995 sections to scan for relocation stubs into a new method
1996 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
1997 relocation and Cortex-A8 stub scanning.
1998 (Target_arm::do_relax): Force stubs to be after stubbed sections
1999 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 2000 the beginning of a new relaxation pass. Update a comment.
44272192
DK
2001 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
2002
44b71ece
ILT
20032010-01-12 Ian Lance Taylor <iant@google.com>
2004
2005 * target-reloc.h (visibility_error): New inline function.
2006 (relocate_section): Call visibility_error.
2007 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
2008 (MOSTLYCLEANFILES): Likewise.
2009 (protected_4_pic.o, protected_3.err): New targets.
2010 * testsuite/protected_4.cc: New file.
2011
a120bc7f
DK
20122010-01-12 Doug Kwan <dougkwan@google.com>
2013
2014 * arm.cc (Cortex_a8_reloc): New class.
2015 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
2016 and cortex_a8_relocs_info_.
2017 (Target_arm::fix_cortex_a8): New method definition.
2018 (Target_arm::Cortex_a8_relocs_info): New type.
2019 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
2020 New data member declarations.
2021 (Target_arm::scan_reloc_for_stub): Record information about
2022 relocations for THUMB branches that might be exempted from the
2023 Cortex-A8 workaround.
2024 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
2025 at the beginning of a relaxation pass.
2026
20138696
DK
20272010-01-12 Doug Kwan <dougkwan@google.com>
2028
2029 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
2030 (Arm_relobj::Mapping_symbol_position,
2031 Arm_reloj::Mapping_symbol_position_less,
2032 Arm_relobj::Mapping_symbols_info): New types.
2033 (Target_arm::is_mapping_symbol_name): New method definition.
2034 (Arm_relobj::do_count_local_symbols): Save information about mapping
2035 symbols.
2036
089d69dc
DK
20372010-01-11 Doug Kwan <dougkwan@google.com>
2038
2039 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
2040 Arm_relocate_functions::thumb32_branch_upper,
2041 Arm_relocate_functions::thumb32_branch_lower,
2042 Arm_relocate_functions::thumb32_cond_branch_offset,
2043 Arm_relocate_functions::thumb32_cond_branch_upper,
2044 Arm_relocate_functions::thumb32_cond_branch_lower,
2045 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
2046 branch offset encoding.
2047 (Arm_relocate_functions::thumb_branch_common): Use new branch
2048 offset encoding methods to avoid code duplication.
2049 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
2050 (Stub_addend_reader::operator()): Use new branch encoding method
2051 to avoid code duplication.
2052
99e5bff2
DK
20532010-01-11 Doug Kwan <dougkwan@google.com>
2054
2055 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
2056 (Target_arm::do_finalize_sections): Define special EXIDX section
2057 symbols only if referenced.
2058 * gc.h (Garbage_collection::add_reference): New method.
2059 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
2060 code duplication.
2061
98e090bd
ILT
20622010-01-11 Ian Lance Taylor <iant@google.com>
2063
d0a91bd8
ILT
2064 * script.cc (Version_script_info::build_expression_list_lookup):
2065 Change complaing about duplicate wildcard match from error to
2066 warning.
2067
98e090bd
ILT
2068 * script.cc (class Lazy_demangler): Recreate--revert part of patch
2069 of 2009-12-30.
2070 (Version_script_info::Version_script_info): Initialize globs_,
2071 default_version_, default_is_global_, and exact_. Don't
2072 initialize globals_ or locals_.
2073 (Version_script_info::build_lookup_tables): Build local symbols
2074 first.
2075 (Version_script_info::unquote): New function.
2076 (Version_script_info::add_exact_match): New function.
2077 (Version_script_info::build_expression_list_lookup): Remove lookup
2078 parameter. Add is_global parameter. Change all callers. Handle
2079 wildcard pattern specially. Unquote pattern. Call
2080 add_exact_match.
2081 (Version_script_info::get_name_to_match): New function.
2082 (Version_script_info::get_symbol_version): New function.
2083 (Version_script_info::get_symbol_version_helper): Remove.
2084 (Version_script_info::check_unmatched_names): Call unquote.
2085 * script.h (class Version_script_info): Change get_symbol_version
2086 to be non-inline and add is_global parameter; change all callers.
2087 Rewrite symbol_is_local. Update declarations. Define struct
2088 Version_tree_match, Exact, Globs. Don't define struct Lookup.
2089 Remove globals_ and locals_ members. Add exact_, globs_,
2090 default_version_, is_global_.
2091 (Version_script_info::Glob): Remove pattern, add expression and
2092 is_global. Update constructor. Change all callers.
2093 * dynobj.cc (Versions::finalize): Mark the version symbol as the
2094 default version.
2095 (Versions::symbol_section_contents): If a symbol is undefined, or
2096 defined in a dynamic object, set the version index to
2097 VER_NDX_LOCAL.
2098 * symtab.cc (Symbol_table::add_from_relobj): Don't call
2099 symbol_is_local.
2100 (Symbol_table::add_from_pluginobj): Likewise.
2101 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
2102
d56962d3
DK
21032010-01-11 Doug Kwan <dougkwan@google.com>
2104
2105 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
2106 (incremental_dump_LDADD): Add linking option for libintl.
2107 * Makefile.in: Regenerate.
2108
94e6ee91
L
21092010-01-11 H.J. Lu <hongjiu.lu@intel.com>
2110
2111 PR gold/11144
2112 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
2113 instead of -Ds.
2114 * testsuite/Makefile.in: Regenerated.
2115
e96c574b
DK
21162010-01-10 Doug Kwan <dougkwan@google.com>
2117
2118 * options.h (DEFINE_var): Use parentheses around argument varname__
2119 in macro body to avoid any unintended subsequent substitutions.
2120
7198066b
ILT
21212010-01-10 Ian Lance Taylor <iant@google.com>
2122
ba4d53bf
ILT
2123 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
2124 candidates before doing symbol resolution.
2125
7198066b
ILT
2126 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
2127 ODR candidates if only one is weak.
2128
a2beed37
ILT
21292010-01-08 Ian Lance Taylor <iant@google.com>
2130
2131 * script.cc (Version_script_info::build_expression_list_lookup):
2132 Don't warn about ambiguous version, just record the ambiguity.
2133 (Version_script_info::get_symbol_version_helper): Give error if
2134 version is ambiguous.
2135
2fb7225c
DK
21362010-01-08 Doug Kwan <dougkwan@google.com>
2137
2138 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
2139 prev_data_size_ and prev_addralign_. Remove initializer for
2140 deleted data member has_been_changed_.
2141 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
2142 to determine if the table is empty.
2143 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
2144 Remove.
2145 (Stub_table::add_reloc_stub): Define method in class definition
2146 instead of just declaring it there.
2147 (Stub_table::add_cortex_a8_stub): New method definition.
2148 (Stub_table::update_data_size_and_addralign): Ditto.
2149 (Stub_table::finalize_stubs): Ditto.
2150 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
2151 (Stub_table::do_addralign_): Return address alignment in the
2152 (Stub_table::do_reset_address_and_file_offset): Define method in
2153 class definition instead of declaring it there. Set current data
2154 size to be the data size of the previous pass.
2155 (Stub_table::set_final_data_size): Use current data size as the
2156 final data size.
2157 (Stub_table::relocate_stub): Change parameter type of stub from
2158 Reloc_stub pointer to Stub pointer.
2159 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
2160 (Stub_table::Cortex_a8_stub_list): New typedef.
2161 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
2162 Stub_table::prev_addralign_): New data member.
2163 (Arm_relobj::Arm_relobj): Initialize data member
2164 section_has_cortex_a8_workaround_.
2165 (Arm_relobj::section_has_cortex_a8_workaround,
2166 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
2167 definitions.
2168 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
2169 declarations.
2170 (Target_arm::relocate_stub): Change parameter type of stub from
2171 Reloc_stub pointer to Stub pointer.
2172 (Insn_template::size, Insn_template::alignment): Handle
2173 THUMB16_SPECIAL_TYPE.
2174 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
2175 Stub_table::update_data_size_and_addralign,
2176 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
2177 definitions.
2178 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
2179 (Stub_table::do_write): Ditto.
2180 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2181
880cd20d
ILT
21822010-01-08 Ian Lance Taylor <iant@google.com>
2183
2184 PR 11108
2185 * symtab.h (class Symbol): Remove fields is_target_special_ and
2186 has_plt_offset_. Add field is_defined_in_discarded_section_.
2187 (Symbol::is_defined_in_discarded_section): New function.
2188 (Symbol::set_is_defined_in_discarded_section): New function.
2189 (Symbol::has_plt_offset): Rewrite.
2190 (Symbol::set_plt_offset): Verify that new offset is not -1U.
2191 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
2192 Don't initialize is_target_special_ or has_plt_offset_.
2193 Initialize is_defined_in_discarded_section_.
2194 (Symbol_table::add_from_relobj): If appropriate, set
2195 is_defined_in_discarded_section.
2196 * resolve.cc (Symbol::override_base_with_special): Don't test
2197 is_target_special_. Change has_plt_offset_ to has_plt_offset().
2198 * target-reloc.h (relocate_section): Do special handling for
2199 symbols defined in discarded sections for global symbols as well
2200 as local symbols.
2201
2703e3eb
ILT
22022010-01-08 Ian Lance Taylor <iant@google.com>
2203
2204 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
2205 the SHT_SYMTAB case.
2206
339d40a3
ILT
22072010-01-08 Ian Lance Taylor <iant@google.com>
2208
2209 * object.cc (Sized_relobj::do_layout): Don't get confused if
2210 layout_eh_frame returns NULL.
2211
abecea76
ILT
22122010-01-08 Ian Lance Taylor <iant@google.com>
2213
2214 PR 11084
2215 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
2216 dynamic symbol table, use the normal symbol table.
2217 (Sized_dynobj::do_read_symbols): Remove assertion about type of
2218 symbol table.
2219
6b7dd3f3
ILT
22202010-01-08 Ian Lance Taylor <iant@google.com>
2221
2222 PR 11072
2223 * layout.cc (Layout::include_section): Remove .gnu_debuglink
2224 sections.
2225
36c50e63
L
22262010-01-08 H.J. Lu <hongjiu.lu@intel.com>
2227
2228 * version.cc (print_version): Change to "Copyright 2010".
2229
e291e7b9
ILT
22302010-01-08 Ian Lance Taylor <iant@google.com>
2231
2232 PR 10287
2233 PR 11063
2234 * i386.cc (class Target_i386): Change return type of plt_section
2235 to be non-const.
2236 (class Output_data_plt_i386): Add tls_desc_rel_ field.
2237 (Output_data_plt_i386::Output_data_plt_i386): Initialize
2238 tls_desc_rel_ field.
2239 (Output_data_plt_i386::rel_tls_desc): New function.
2240 (Target_i386::rel_tls_desc_section): New function.
2241 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
2242 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
2243 R_386_TLS_DESC reloc in rel_tls_desc_section.
2244 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
2245 Define struct Tlsdesc_info.
2246 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
2247 (Target_x86_64::do_reloc_symbol_index): New function.
2248 (Target_x86_64::add_tlsdesc_info): New function.
2249 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
2250 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
2251 tlsdesc_rel_ field.
2252 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
2253 all callers.
2254 (Output_data_plt_x86_64::rela_tlsdesc): New function.
2255 (Target_x86_64::rela_tlsdesc_section): New function.
2256 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
2257 handling.
2258 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
2259 (Target_x86_64::do_reloc_addend): New function.
2260 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
2261 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
2262 declarations. Define TARGET_CODE. Add arg field to u1_ union.
2263 (Output_reloc::type): New function.
2264 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
2265 (Output_reloc::is_target_specific): New function.
2266 (Output_reloc::target_arg): New function.
2267 (class Output_reloc) [SHT_RELA]: Add four new constructors for
2268 absolute relocs and target specific relocs.
2269 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
2270 add_target_specific.
2271 (class Output_data_reloc) [SHT_RELA]: Likewise.
2272 * output.cc (Output_reloc::Output_reloc): Add four new versions
2273 for absolute relocs and target specific relocs.
2274 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
2275 (Output_reloc::get_symbol_index): Likewise.
2276 (Output_reloc::local_section_offset): Check that local_sym_index_
2277 is not TARGET_CODE or 0.
2278 (Output_reloc::symbol_value): Likewise.
2279 (Output_reloc::write) [SHT_RELA]: Call target for target specific
2280 reloc.
2281 * target.h (class Target): Add reloc_symbol_index and reloc_addend
2282 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
2283 functions.
2284 * layout.cc (add_target_dynamic_tags): Use output section for
2285 DT_PLTRELSZ and DT_JMPREL.
2286
3a44184e
ILT
22872010-01-07 Ian Lance Taylor <iant@google.com>
2288
2289 PR 11061
2290 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
2291 function.
2292 (class Output_data_reloc_generic): Define.
2293 (class Output_data_reloc_base): Change base class to
2294 Output_data_reloc_generic. Change add() method to call
2295 bump_relative_reloc_count for a relative reloc. Remove
2296 sort_relocs_ field.
2297 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
2298 to sort_relocs().
2299 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
2300 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
2301 appropriate.
2302 * layout.h (class Layout): Update declaration.
2303
ea715a34
ILT
23042010-01-07 Ian Lance Taylor <iant@google.com>
2305
2306 * output.h (class Output_data): Add const version of
2307 output_section and do_output_section.
2308 (class Output_section_data): Add const version of
2309 do_output_section.
2310 (class Output_section): Likewise.
2311 * layout.cc (Layout::add_target_dynamic_tags): New function.
2312 * layout.h (class Layout): Update declarations.
2313 * arm.cc (Target_arm::do_finalize_sections): Use
2314 add_target_dynamic_tags.
2315 * i386.cc (Target_i386::do_finalize_sections): Likewise.
2316 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
2317 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
2318 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
2319
659948a4
ILT
23202010-01-07 Ian Lance Taylor <iant@google.com>
2321
2322 PR 11042
2323 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
2324 object as needed.
2325
9d3b86f6
ILT
23262010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
2327 Ian Lance Taylor <iant@google.com>
2328
2329 PR 11019
2330 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
2331 Xindex::read_symtab_xindex.
2332
bb0d3eb0
DK
23332010-01-07 Doug Kwan <dougkwan@google.com>
2334
2335 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
2336 (Insn_template::thumb16_bcond_insn): New method declaration.
2337 (Insn_template): Fix spelling.
2338 (Stub::thumb16_special): New method declaration.
2339 (Stub::do_write): Define virtual method which was previously pure
2340 virtual.
2341 (Stub::do_thumb16_special): New method declaration.
2342 (Stub::do_fixed_endian_write): New template member.
2343 (Reloc_stub::do_write): Remove.
2344 (Reloc_stub::do_fixed_endian_write): Remove.
2345 (Cortex_a8_stub): New class definition.
2346 (Stub_factory::make_cortex_a8_stub): New method definition.
2347 (Stub_factory::Stub_factory): Add missing static storage class
2348 qualifier for elf32_arm_stub_a8_veneer_blx.
2349
ffeef7df
ILT
23502010-01-07 Ian Lance Taylor <iant@google.com>
2351
dc3f80fe
ILT
2352 PR 10980
2353 * options.h (class General_options): Add --warn-unresolved-symbols
2354 and --error-unresolved-symbols.
2355 * errors.cc (Errors::undefined_symbol): Implement
2356 --warn-unresolved-symbols.
2357
ffeef7df
ILT
2358 * options.h (class General_options): Add -z text and -z textoff.
2359 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
2360
f1ec9ded
ST
23612010-01-06 Sriraman Tallam <tmsriram@google.com>
2362
2363 * gc.h (Garbage_collection::Cident_section_map): New typedef.
2364 (Garbage_collection::cident_sections): New function.
2365 (Garbage_collection::add_cident_section): New function.
2366 (Garbage_collection::cident_sections_): New member.
2367 (gc_process_relocs): Add references to sections whose names are C
2368 identifiers.
2369 * gold.h (cident_section_start_prefix): New constant.
2370 (cident_section_stop_prefix): New constant.
2371 (is_cident): New function.
2372 * layout.cc (Layout::define_section_symbols): Replace string constants
2373 with the newly defined constants.
2374 * object.cc (Sized_relobj::do_layout): Track sections whose names are
2375 C identifiers.
2376 * testsuite/Makefile.am: Add gc_orphan_section_test.
2377 * testsuite/Makefile.in: Regenerate.
2378 * testsuite/gc_orphan_section_test.cc: New file.
2379 * testsuite/gc_orphan_section_test.sh: New file.
2380
6eda8c29
ILT
23812010-01-06 Ian Lance Taylor <iant@google.com>
2382
b9674e17
ILT
2383 PR 10980
2384 * options.h (class General_options): Add --warn-shared-textrel.
2385 * layout.cc (Layout::finish_dynamic_section): Implement
2386 --warn-shared-textrel.
2387
6eda8c29
ILT
2388 PR 10980
2389 * options.h (class General_options): Add --warn-multiple-gp.
2390
32dcd44e
ILT
23912010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2392
2393 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
2394 $(THREADSLIB) and $(LIBDL).
2395 * Makefile.in: Rebuild.
2396
a192ba05
ILT
23972010-01-06 Ian Lance Taylor <iant@google.com>
2398
2399 PR 10980
2400 * options.cc (General_options::parse_section_start): New function.
2401 (General_options::section_start): New function.
2402 (General_options::General_options): Initialize all members.
2403 * options.h: Include <map>
2404 (class General_options): Add --section-start. Add section_starts_
2405 member.
2406 * layout.cc (Layout::attach_allocated_section_to_segment): If
2407 --section-start was used, set the address of the segment. Remove
2408 local sort_sections.
2409 (Layout::relaxation_loop_body): If the address of the load segment
2410 has been set by --section-start, don't use it.
2411 * output.h (Output_segment::update_flags_for_output_section): New
2412 function.
2413 * output.cc (Output_segment::add_output_section): Call
2414 update_flags_for_output_section.
2415
dde3f402
ILT
24162010-01-05 Ian Lance Taylor <iant@google.com>
2417
62dfdd4d
ILT
2418 PR 10980
2419 * options.h (class General_options): Add --undefined-version.
2420 * script.cc (struct Version_expression): Add was_matched_by_symbol
2421 field.
2422 (Version_script_info::matched_symbol): New function.
2423 (Version_script_info::get_symbol_version_helper): Call
2424 matched_symbol.
2425 (Version_script_info::check_unmatched_names): New function.
2426 * script.h (class Version_script_info): Update declarations.
2427 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
2428
9c4ae156
ILT
2429 * options.h (class General_options): Use DEFINE_bool_alias for
2430 allow_multiple_definition.
2431 * resolve.cc (Symbol_table::should_override): Don't test
2432 allow_multiple_definition.
2433
dde3f402
ILT
2434 PR 10980
2435 * options.h (class General_options): Add --cref.
2436 * main.cc (main): Print cref table if --cref. Don't close mapfile
2437 until after printing cref table.
2438 * cref.cc: Include "symtab.h".
2439 (class Cref_inputs): Define Cref_table_compare and Cref_table.
2440 (Cref_table_compare::operator()): New function.
2441 (Cref_inputs::gather_cref): New function.
2442 (filecol): New static const.
2443 (Cref_inputs::print_cref): New function.
2444 (Cref::print_cref): New function.
2445 * cref.h: Include <cstdio>.
2446 (class Cref): Update declarations.
2447 * mapfile.h (Mapfile::file): New function.
2448 * object.h (class Object): Define Symbols. Declare virtual
2449 do_get_global_symbols.
2450 (Object::get_global_symbols): New function.
2451 * object.cc (Input_objects::add_object): Pass object to cref_ if
2452 --cref.
2453 (Input_objects::archive_start): Likewise.
2454 (Input_objects::archive_stop): Likewise.
2455 (Input_objects::print_cref): New function.
2456 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
2457 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
2458 --cref.
2459 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
2460 function.
2461 * plugin.h (class Sized_pluginobj): Update declarations.
2462
8781f709
ILT
24632010-01-05 Ian Lance Taylor <iant@google.com>
2464
2465 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
2466 to is_default_version. Rename insdef to insdefault.
2467 (Symbol_table::add_from_relobj): Rename def to is_default_version
2468 and local to is_forced_local.
2469 (Symbol_table::add_from_pluginobj): Likewise.
2470 (Symbol_table::add_from_dynobj): Likewise.
2471 (Symbol_table::define_special_symbol): Rename insdef to
2472 insdefault.
2473
fe35d28d
ILT
24742010-01-04 Ian Lance Taylor <iant@google.com>
2475
30bc8c46
ILT
2476 PR 10980
2477 * options.h (class General_options): Add
2478 --allow-multiple-definition and -z muldefs.
2479 * resolve.cc (Symbol_table::should_override): Don't warn about a
2480 multiple symbol definition if --allow-multiple-definition or -z
2481 muldefs.
2482
7eaea549
ILT
2483 PR 10980
2484 * options.h (class General_options): Add --add-needed and
2485 --copy-dt-needed-entries. Tweak --as-needed help entry.
2486 * object.cc (Input_objects::check_dynamic_dependencies): Give an
2487 error if --copy-dt-needed-entries aka --add-needed is used and
2488 would cause a change in behaviour.
2489
fe35d28d
ILT
2490 PR 10980
2491 * options.h (class General_options): Add -G as a short version of
2492 --shared. Add no-op options -assert, -g, and -i.
2493
55a2bb35
ST
24942010-01-04 Sriraman Tallam <tmsriram@google.com>
2495
2496 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
2497 check for .text or .gnu.linkonce.t sections.
2498 * icf.cc (Icf::find_identical_sections): Ditto.
2499 Change the detection for mangled function name within the section
2500 name.
2501 * icf.h (is_section_foldable_candidate): New function.
2502
719328e1
ILT
25032009-12-30 Ian Lance Taylor <iant@google.com>
2504
2505 PR 10980
2506 * options.h (class General_options): Permit two dashes with
2507 --retain-symbols-file.
2508
d7bb5745
ILT
25092009-12-30 Ian Lance Taylor <iant@google.com>
2510
403a15dd
ILT
2511 PR 10979
2512 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
2513 don't put the file header and segment headers in the text
2514 segment.
2515
eda294df
ILT
2516 PR 10979
2517 * common.cc (Sort_commons::operator()): Stabilize sort when both
2518 entries are NULL.
2519 (Symbol_table::do_allocate_commons_list): When allocating common
2520 symbols, skip a symbol which is no longer common.
2521 * symtab.h (Symbol::is_common): Test whether the symbol comes from
2522 an object before checking its type.
2523 * testsuite/common_test_2.c: New file.
2524 * testsuite/common_test_3.c: New file.
2525 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
2526 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
2527 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
2528 (common_test_2_pic.o, common_test_2.so): New targets.
2529 (common_test_3_pic.o, common_test_3.so): New targets.
2530 * testsuite/Makefile.in: Rebuild.
2531
d7bb5745
ILT
2532 PR 10979
2533 * script.cc (read_input_script): If we see a new SECTIONS clause,
2534 and we have added an input section, give an error.
2535 * layout.h (class Layout): Add have_added_input_section function.
2536 Add have_added_input_section_ field.
2537 * layout.cc (Layout::Layout): Initialize
2538 have_added_input_section_.
2539 (Layout::layout): Set have_added_input_section_.
2540 (Layout::layout_eh_frame): Likewise.
2541
fc59c572
ILT
25422009-12-30 Ian Lance Taylor <iant@google.com>
2543
2544 PR 10931
2545 * options.h (class General_options): Add --sort-common option.
2546 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
2547 * common.cc (Sort_common): Add sort_order parameter to
2548 constructor. Add sort_order_ field.
2549 (Sort_commons::operator): Check sort_order_.
2550 (Symbol_table::allocate_commons): Determine the sort order.
2551 (Symbol_table::do_allocate_commons): Add sort_order parameter.
2552 Change all callers.
2553 (Symbol_table::do_allocate_commons_list): Likewise.
2554
1c74fab0
ILT
25552009-12-30 Ian Lance Taylor <iant@google.com>
2556
2557 PR 10916
2558 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
2559 symbols from this object, don't change the visibility of an
2560 undefined symbol.
2561 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
2562
6affe781
ILT
25632009-12-30 Ian Lance Taylor <iant@google.com>
2564
2565 PR 10861
2566 * script.h (class Version_script_info): Define Language enum.
2567 Update declarations. Define Glob, Exact, and Lookup types. Add
2568 new fields globals_, locals_, and is_finalized_.
2569 * script.cc: Various formatting fixes.
2570 (class Parser_closure): Change language_stack_ from a vector of
2571 std::string to one of Version_script_info::Language. Adjust all
2572 uses accordingly.
2573 (class Lazy_demangler): Remove.
2574 (struct Version_expression): Change language from std::string to
2575 Version_script_info::Language.
2576 (Version_script_info::Version_script_info): New function.
2577 (Version_script_info::~Version_script_info): Don't call clear.
2578 (Version_script_info::finalize): New function.
2579 (Version_script_info::build_lookup_tables): New function.
2580 (Version_script_info::build_expression_list_lookup): New
2581 function.
2582 (Version_script_info::get_symbol_version_helper): Rewrite to use
2583 lookup tables.
2584 (Version_script_info::print_expression_list): Adjust to use
2585 Version_script_info::Language.
2586 (script_push_lex_into_version_mode): Check that the version script
2587 has not been finalized.
2588 (version_script_push_lang): Change language string to
2589 Version_script_info::Language.
2590 * options.cc (Command_line::version_script): New function.
2591 * options.h (class General_options): Add finalize_dynamic_list
2592 function. Change version_script from declaration to definition.
2593 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
2594 * testsuite/version_script.map: Remove duplicate def of foo.
2595 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
2596 version_script.map.
2597 * testsuite/Makefile.in: Rebuild.
2598
818bf354
ILT
25992009-12-30 Ian Lance Taylor <iant@google.com>
2600
2601 PR 10843
2602 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
2603 if the input symbol index is 0, make the output symbol index 0.
2604
ebcc8304
ILT
26052009-12-30 Ian Lance Taylor <iant@google.com>
2606
2607 PR 10670
2608 * options.h (class General_options): Add -x/--discard-all.
2609 * object.cc (Sized_relobj::do_count_local_symbols): Handle
2610 --discard-all. If the local symbol needs a dynamic entry, check
2611 that before handling --discard-locals.
2612
176fe33f
ILT
26132009-12-30 Ian Lance Taylor <iant@google.com>
2614
bb321bb1
ILT
2615 PR 10450
2616 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
2617 flags to PF_R.
2618 (Output_segment::add_output_section): Don't change the flags if
2619 the type is PT_TLS.
2620
176fe33f
ILT
2621 PR 10450
2622 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
2623 GNU hash table if they need a dynamic value. Otherwise, don't add
2624 them if they are defined in a dynamic object or are forced local.
2625
e8cd95c7
ILT
26262009-12-29 Ian Lance Taylor <iant@google.com>
2627
1b81fb71
ILT
2628 PR 10450
2629 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
2630 .gnu.hash table for a 32-bit target.
2631
8d6d383d
ILT
2632 PR 10450
2633 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
2634 regular and a dynamic object only needs a dynamic symbol table
2635 entry if it is externally visible.
2636
e785ec03
ILT
2637 PR 10450
2638 * i386.cc (class Target_i386): Initialize global_offset_table_ in
2639 constructor. Add global_offset_table_ field.
2640 (Target_i386::got_section): Set global_offset_table_.
2641 (Target_i386::do_finalize_sections): Set global_offset_table_
2642 size.
2643 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
2644 in constructor. Add global_offset_table_ field.
2645 (Target_x86_64::got_section): Set global_offset_table_.
2646 (Target_x86_64::do_finalize_sections): Set global_offset_table_
2647 size.
2648
1a2dff53
ILT
2649 * layout.cc (Layout::Layout): Initialize increase_relro_.
2650 (Layout::get_output_section): Add is_relro, is_last_relro, and
2651 is_first_non_relro parameters. Change all callers.
2652 (Layout::choose_output_section): Likewise.
2653 (Layout::add_output_section_data): Likewise.
2654 (Layout::make_output_section): Likewise.
2655 (Layout::set_segment_offsets): Clear increase_relro when using a
2656 linker script.
2657 * layout.h (class Layout): Add increase_relro method. Add
2658 increase_relro_ field. Update declarations.
2659 * output.cc (Output_section::Output_section): Initialize
2660 is_last_relro_ and is_first_non_relro_.
2661 (Output_segment::add_output_section): Group relro sections is
2662 do_sort is true. Handle is_last_relro and is_first_non_relro.
2663 (Output_segment::maximum_alignment): Remove relro handling.
2664 (Output_segment::set_section_addresses): Add increase_relro
2665 parameter. Change all callers. Add initial alignment to align
2666 relro sections on separate page. Remove old relro handling.
2667 (Output_segment::set_section_list_addresses): Remove in_relro
2668 parameter. Change all callers.
2669 (Output_segment::set_offset): Add increase parameter. Change all
2670 callers. Remove old relro handling.
2671 * output.h (class Output_section): Add new methods: is_last_relro,
2672 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
2673 Add is_last_relro_ and is_first_non_relro_ fields.
2674 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
2675 Create separate .got.plt section. Call increase_relro.
2676 * x86_64.cc (Target_x86_64::got_section): Likewise.
2677 * testsuite/relro_script_test.t: Add .got.plt.
2678
f0ba79e2
ILT
2679 PR 10450
2680 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
2681 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
2682 (Layout::finalize): Call set_dynamic_symbol_size.
2683 (Layout::set_dynamic_symbol_size): New function.
2684 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
2685 set_dynamic_symbol_size.
2686
e8cd95c7
ILT
2687 PR 10450
2688 * output.h (class Output_section): Add is_entsize_zero_ field.
2689 * output.cc (Output_section::Output_section): Initialize
2690 is_entsize_zero_.
2691 (Output_section::set_entsize): If two different entsizes are
2692 requested, force it to zero.
2693 (Output_section::add_input_section): Set flags for .debug_str
2694 before updating section flags. Set entsize.
2695 (Output_section::update_flags_for_input_section): Set SHF_MERGE
2696 and SHF_STRING if all input sections have those flags.
2697
3e1b9a8a
RÁE
26982009-12-29 Rafael Espindola <espindola@google.com>
2699
2700 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
2701 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
2702 reporting.
3e1b9a8a 2703
3dcad376
ST
27042009-12-29 Sriraman Tallam <tmsriram@google.com>
2705
2706 * options.cc (General_options::parse_version): Allow -v to exit
2707 without an error if there is nothing to link.
2708
084e2665
ILT
27092009-12-29 Ian Lance Taylor <iant@google.com>
2710
2711 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
2712 using a version of gcc before 4.1.
2713 * configure: Rebuild.
2714
250acde3
CD
27152009-12-28 Chris Demetriou <cgd@google.com>
2716
2717 * attributes.cc (Output_attributes_section_data::do_write): Use
2718 std::vector::front rather than std::vector::data.
2719
99fff23b
ILT
27202009-12-28 Ian Lance Taylor <iant@google.com>
2721
2722 * symtab.h (class Symbol_table): Add enum Defined.
2723 * resolve.cc (Symbol_table::should_override): Add defined
2724 parameter. Change all callers. Test whether object is NULL
2725 before calling a method on it.
2726 (Symbol_table::report_resolve_problem): Add defined parameter.
2727 Change all callers.
2728 (Symbol_table::should_override_with_special): Likewise.
2729 * symtab.cc (Symbol_table::define_in_output_data): Add defined
2730 parameter. Change all callers.
2731 (Symbol_table::do_define_in_output_data): Likewise.
2732 (Symbol_table::define_in_output_segment): Likewise.
2733 (Symbol_table::do_define_in_output_segment): Likewise.
2734 (Symbol_table::define_as_constant): Likewise.
2735 (Symbol_table::do_define_as_constant): Likewise.
2736 * script.h (class Symbol_assignment): Add is_defsym parameter to
2737 constructor; change all callers.
2738 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
2739 parameter. Change all callers. Add is_defsym_ field.
2740 (class Parser_closure): Add parsing_defsym parameter to
2741 constructor; change all callers. Add parsing_defsym accessor
2742 function. Add parsing_defsym_ field.
2743
556bd683
ILT
27442009-12-28 Ian Lance Taylor <iant@google.com>
2745
2746 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 2747 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 2748
1782c879
ILT
27492009-12-23 Ian Lance Taylor <iant@google.com>
2750
2751 * i386.cc (Target_i386::do_calls_non_split): Recognize
2752 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
2753 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
2754 -fsplit-stack prologue when using %r11.
1782c879 2755
329ca2b1
ST
27562009-12-21 Sriraman Tallam <tmsriram@google.com>
2757
2758 * options.cc (General_options::parse_version): Make -v continue and do
2759 the link like GNU ld does.
2760
d675ff46
RÁE
27612009-12-17 Rafael Avila de Espindola <espindola@google.com>
2762
2763 * Makefile.am (CCFILES): Add timer.cc.
2764 (HFILES): Add timer.h.
2765 * configure.ac: Check for sysconf and times.
2766 * main.cc: include timer.h.
2767 (main): Use Timer instead of get_run_time.
2768 * timer.cc: New.
2769 * timer.h: New.
2770 * workqueue.cc: include timer.h.
2771 (Workqueue::find_and_run_task):
2772 Report user, sys and wall time.
2773 * Makefile.in: Regenerate.
2774 * config.in: Regenerate.
2775 * configure: Regenerate.
2776
d6344fb5
DK
27772009-12-16 Doug Kwan <dougkwan@google.com>
2778
2779 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
2780 sections.
2781 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
2782 relaxed input sections.
2783 * output.cc (Output_section::find_relaxed_input_section): Change
2784 return type to Output_relaxed_input_section pointer. Adjust code
2785 for new type of relaxed_input_section_map_.
2786 * output.h (Output_section::find_relaxed_input_section): Change
2787 return type to Output_relaxed_input_section pointer.
2788 (Output_section::Output_relaxed_input_section_by_input_section_map):
2789 New type.
2790 (Output_section::relaxed_input_section_map_): Change type to
2791 Output_section::Output_relaxed_input_section_by_input_section_map.
2792 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
2793 input section.
2794
0e0d5469
ILT
27952009-12-15 Ian Lance Taylor <iant@google.com>
2796
2797 * layout.cc (Layout::create_shstrtab): Only write out after input
2798 sections if we are compressing debug sections.
2799
0649a889
ILT
28002009-12-15 Ian Lance Taylor <iant@google.com>
2801
2802 * archive.cc (Archive::add_symbols): Only look up a symbol without
2803 a version if there is, in fact, a version.
2804
2ea97941
ILT
28052009-12-14 Ian Lance Taylor <iant@google.com>
2806
2807 Revert -Wshadow changes, all changes from:
2808 2009-12-11 Doug Kwan <dougkwan@google.com>
2809 2009-12-11 Nick Clifton <nickc@redhat.com>
2810 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
2811
b0eec2cc
DK
28122009-12-11 Doug Kwan <dougkwan@google.com>
2813
2814 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
2815 due to -Wshadow.
2816 * attributes.cc (Object_attribute::size): Ditto.
2817 (Attributes_section_data::size): Ditto.
2818 (Attributes_section_data::Attributes_section_data): Ditto.
2819 (Output_attributes_section_data::do_write): Ditto.
2820 * attributes.h (Object_attribute::set_type): Ditto.
2821 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
2822
91d6fa6a
NC
28232009-12-11 Nick Clifton <nickc@redhat.com>
2824
2825 * archive.cc: Fix shadowed variable warnings.
2826 * arm.cc: Likewise.
2827 * compressed_output.cc: Likewise.
2828 * compressed_output.h: Likewise.
2829 * configure: Likewise.
2830 * dwarf_reader.cc: Likewise.
2831 * dynobj.cc: Likewise.
2832 * dynobj.h: Likewise.
2833 * ehframe.cc: Likewise.
2834 * ehframe.h: Likewise.
2835 * errors.cc: Likewise.
2836 * expression.cc: Likewise.
2837 * fileread.cc: Likewise.
2838 * fileread.h: Likewise.
2839 * freebsd.h: Likewise.
2840 * i386.cc: Likewise.
2841 * icf.cc: Likewise.
2842 * incremental.h: Likewise.
2843 * layout.cc: Likewise.
2844 * layout.h: Likewise.
2845 * mapfile.cc: Likewise.
2846 * merge.cc: Likewise.
2847 * merge.h: Likewise.
2848 * object.cc: Likewise.
2849 * object.h: Likewise.
2850 * options.h: Likewise.
2851 * output.cc: Likewise.
2852 * output.h: Likewise.
2853 * parameters.cc: Likewise.
2854 * plugin.cc: Likewise.
2855 * powerpc.cc: Likewise.
2856 * reduced_debug_output.cc: Likewise.
2857 * reduced_debug_output.h: Likewise.
2858 * reloc.cc: Likewise.
2859 * reloc.h: Likewise.
2860 * resolve.cc: Likewise.
2861 * script-sections.cc: Likewise.
2862 * script.cc: Likewise.
2863 * script.h: Likewise.
2864 * sparc.cc: Likewise.
2865 * symtab.cc: Likewise.
2866 * symtab.h: Likewise.
2867 * target-select.cc: Likewise.
2868 * target-select.h: Likewise.
2869 * token.h: Likewise.
2870 * workqueue.cc: Likewise.
2871 * workqueue.h: Likewise.
2872 * x86_64.cc: Likewise.
2873
a0351a69
DK
28742009-12-10 Doug Kwan <dougkwan@google.com>
2875
2876 * arm.cc (attributes.h): New include.
2877 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
2878 (Arm_relobj::~Arm_relobj): Delete object pointed by
2879 attributes_section_data_.
2880 (Arm_relobj::attributes_section_data): New method definition.
2881 (Arm_relobj::attributes_section_data_): New data member declaration.
2882 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
2883 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
2884 attributes_section_data_.
2885 (Arm_dynobj::attributes_section_data): New method definition.
2886 (Arm_dynobj::attributes_section_data_): New data member declaration.
2887 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
2888 initialization value of may_use_blx_ to false.
2889 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
2890 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
2891 object attributes to compute results instead of hard-coding.
2892 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
2893 Target_arm::get_secondary_compatible_arch,
2894 Target_arm::set_secondary_compatible_arch
2895 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
2896 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
2897 New method declarations.
2898 (Target_arm::get_aeabi_object_attribute): New method definition.
2899 (Target_arm::attributes_section_data_): New data member declaration.
2900 (read_arm_attributes_section): New template definition.
2901 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
2902 (Arm_dynobj::do_read_symbols): Ditto.
2903 (Target_arm::do_finalize_sections): Merge attributes sections from
2904 input. Check for BLX use after attributes section merging.
2905 Fix __exidx_start and __exidx_end visibility. Create an
2906 .ARM.attributes section if necessary.
2907 (Target_arm::get_secondary_compatible_arch,
2908 Target_arm::set_secondary_compatible_arch,
2909 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
2910 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 2911 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
2912 New method definitions.
2913
b59befec
ILT
29142009-12-09 Ian Lance Taylor <iant@google.com>
2915
2916 * plugin.cc (Plugin::load): Don't cast from void* to a function
2917 pointer.
2918
1276bc89
ILT
29192009-12-09 Ian Lance Taylor <iant@google.com>
2920
2921 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
2922 information fields.
2923
2f2de248
L
29242009-12-09 H.J. Lu <hongjiu.lu@intel.com>
2925
2926 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
2927 Replace two_file_shared_1.so with two_file_shared_2.so.
2928 * testsuite/Makefile.in: Regenerated.
2929
4f787271
DK
29302009-12-08 Doug Kwan <dougkwan@google.com>
2931
2932 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
2933 (HFILES): Add attributes.h and int_encoding.h.
2934 * Makefile.in: Regenerate.
2935 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
2936 function definitions to int_encoding.cc
2937 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
2938 prototypes to int_encoding.h
2939 * reduced_debug_output.cc (int_encoding.h): New include.
2940 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
2941 function definitions to int_encoding.cc
2942 (insert_into_vector, read_from_pointer): Move template definitions to
2943 int_encoding.h
2944 * attributes.cc: New file.
2945 * attributes.h: New file.
2946 * int_encoding.cc: New file.
2947 * int_encoding.h: New file.
2948
20b52f1a
RÁE
29492009-12-07 Rafael Avila de Espindola <espindola@google.com>
2950
2951 PR gold/11055
2952 * incremental-dump.cc (dump_incremental_inputs): New.
2953 (main): Use dump_incremental_inputs.
2954
53d7974c
L
29552009-12-07 H.J. Lu <hongjiu.lu@intel.com>
2956
2957 PR gold/10893
2958 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
2959 checking elfcpp::STT_FUNC.
2960 (Target_i386::Relocate::relocate): Likewise.
2961 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
2962
2963 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
2964 symbols from shared libraries into normal FUNC symbols.
2965
2966 * symtab.h (Symbol): Add is_func and use it.
2967
05a352e6
DK
29682009-12-05 Doug Kwan <dougkwan@google.com>
2969
2970 * arm.cc (Target_arm::arm_info): Initialize new fields
2971 attributes_section and attributes_vendor.
2972 * i386.cc (Target_i386::i386_info): Same.
2973 * object.cc (Sized_relobj::do_layout): Skip attribute section.
2974 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
2975 fields attributes_section and attributes_vendor.
53d7974c 2976 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
2977 * target.h (Target::attributes_section, Target::attributes_vendor,
2978 Target::is_attributes_section, Target::attribute_arg_type,
2979 Target::attributes_order): New method definitions.
2980 (Target::Target_info::attributes_section,
2981 Target::Target_info::attributes_vendor): New fields.
2982 (Target::do_attribute_arg_type, Target::do_attributes_order): New
2983 virtual method definitions.
2984 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
2985 attributes_section and attributes_vendor.
2986 * testsuite/testfile.cc (Target_test::test_target_info): Same.
2987
f4e5969c
DK
29882009-12-05 Doug Kwan <dougkwan@google.com>
2989
2990 * arm.cc: Update comments about interworking and stub generation.
2991 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
2992 considered as non-PIC.
2993 (Arm_relocate_functions::base_abs): Fix formatting.
2994 (Arm_relocate_functions::got_prel): Fix comment. Change interface
2995 of function to use GOT entry address instead of offset.
2996 (Target_arm::Scan::global): Issue an error if a symbol would need a
2997 PLT does not get one because it is untyped. Remove code to create
2998 dynamic symbols for relative branches.
2999 (Target_arm::Relocate::relocate: Use 0 instead of false since function
3000 takes unsigned integer instead of boolean.
3001
1abce4a6
L
30022009-12-05 H.J. Lu <hongjiu.lu@intel.com>
3003
3004 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
3005 (two_file_test_LDADD): Likewise.
3006 (common_test_1_LDADD): Likewise.
3007 (exception_test_LDADD) Likewise.
3008 (weak_test_LDADD): Likewise.
3009 (many_sections_test_LDADD): Likewise.
3010 (initpri1_LDADD): Likewise.
3011 (script_test_1_LDADD): Likewise.
3012 (script_test_2_LDADD): Likewise.
3013 (justsyms_LDADD): Likewise.
3014 (binary_test_LDADD): Likewise.
3015 (large_LDADD): Likewise.
3016 * testsuite/Makefile.in: Regenerated.
3017
adcf2816 30182009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 3019
adcf2816
L
3020 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
3021 (Symbol_table::override_with_special): Likewise.
3022 (Symbol_table::add_from_object): Likewise.
3023
28e67f5d
RÁE
30242009-12-04 Rafael Avila de Espindola <espindola@google.com>
3025
3026 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
3027 Don't set the data_offset twice.
3028
ae10a101
RÁE
30292009-12-04 Rafael Avila de Espindola <espindola@google.com>
3030
3031 * testsuite/Makefile.in: Regenerate.
3032
f59f41f3
DK
30332009-12-03 Doug Kwan <dougkwan@google.com>
3034
3035 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
3036 (Target_arm::do_finalize_sections): Add parameter for symbol table
3037 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
3038 * i386.cc (Target_i386::do_finalize_sections): Add an additional
3039 parameter for symbol table pointer.
3040 * layout.cc (Layout::finalize): Call Target::finalize_sections with
3041 an additional parameter for a pointer to symbol table.
3042 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
3043 parameter for a symbol table pointer.
3044 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
3045 * target.h (Target::finalize_sections, Target::do_finalize_sections):
3046 Ditto.
3047 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
3048 parameter for a symbol table pointer.
3049
ca55d848
RÁE
30502009-12-03 Rafael Avila de Espindola <espindola@google.com>
3051
3052 * incremental.cc (Incremental_inputs_header)
3053 (Incremental_inputs_header_write, Incremental_inputs_entry)
3054 (Incremental_inputs_entry_write): Move ...
3055 * incremental.h (Incremental_inputs_header)
3056 (Incremental_inputs_header_write, Incremental_inputs_entry)
3057 (Incremental_inputs_entry_write): here.
3058
3aec4f9c
RÁE
30592009-12-02 Rafael Avila de Espindola <espindola@google.com>
3060
3061 * incremental.cc (make_sized_incremental_binary): Set the target.
3062 Error if it is incompatible.
3063 * output.h (Output_file): Add filename method.
3064
9c0ae74d
RÁE
30652009-12-02 Rafael Avila de Espindola <espindola@google.com>
3066
3067 * incremental.cc (Incremental_inputs_entry): Remove unused argument
3068 from the get_* methods.
3069
a45500ae
RÁE
30702009-12-02 Rafael Avila de Espindola <espindola@google.com>
3071
3072 * incremental-dump.cc (main): Check that the offeset of a script is 0.
3073 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
3074 Write 0 for the data_offset of scripts.
3075
325e6408
RÁE
30762009-12-02 Rafael Avila de Espindola <espindola@google.com>
3077
3078 * testsuite/Makefile.am: Add the incremental_test.sh test.
3079 * testsuite/incremental_test.sh: New.
3080 * testsuite/incremental_test_1.c: New.
3081 * testsuite/incremental_test_2.c: New.
3082
954c3e2e
RÁE
30832009-12-01 Rafael Avila de Espindola <espindola@google.com>
3084
3085 * incremental-dump.cc (main): Fix typos.
3086
f8086623
RÁE
30872009-11-27 Rafael Avila de Espindola <espindola@google.com>
3088
3089 PR gold/11025
3090 * incremental-dump.cc (main): Use llu to print 64 bit values.
3091
3b0dd6ac
L
30922009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
3093 H.J. Lu <hongjiu.lu@intel.com>
3094
3095 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
3096 $(LIBDL).
3097 (incremental_dump_LDADD): Likewise.
3098 * Makefile.in: Regenerated.
3099
a6d1ef57 31002009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 3101
a6d1ef57
DK
3102 Revert:
3103
3104 2009-11-25 Doug Kwan <dougkwan@google.com>
3105
3106 * arm.cc (Target_arm::Target_arm): Move method definition
3107 outside of class definition. Add code to handle
3108 --target1-rel, --target1-abs and --target2= options.
3109 (Target_arm::get_reloc_reloc_type): Change method to be
3110 non-static and const.
3111 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
3112 New data member declaration.
3113 (Target_arm::Scan::local, Target_arm::Scan::global,
3114 Target_arm::Relocate::relocate,
3115 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
3116 Adjust call to Target_arm::get_real_reloc_type.
3117 (Target_arm::get_real_reloc_type): Use command line options
3118 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
3119 * options.h (--target1-rel, --target1-abs, --target2): New
3120 ARM-only options.
3121
50aeb7d4
DK
31222009-11-25 Doug Kwan <dougkwan@google.com>
3123
3124 * arm.cc (Target_arm::Target_arm): Move method definition outside of
3125 class definition. Add code to handle --target1-rel, --target1-abs
3126 and --target2= options.
3127 (Target_arm::get_reloc_reloc_type): Change method to be non-static
3128 and const.
3129 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
3130 member declaration.
3131 (Target_arm::Scan::local, Target_arm::Scan::global,
3132 Target_arm::Relocate::relocate,
3133 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
3134 call to Target_arm::get_real_reloc_type.
3135 (Target_arm::get_real_reloc_type): Use command line options to
3136 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
3137 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
3138 options.
3139
51938283
DK
31402009-11-25 Doug Kwan <dougkwan@google.com>
3141
3142 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
3143 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
3144 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
3145 formatting.
3146 (Arm_relocate_functions::thm_call): Replace body with a call to
3147 Arm_relocate_functions::thumb_branch_common.
3148 (Arm_relocate_functions::thm_jump24,
3149 Arm_relocate_functions::thm_xpc22): New method definitions.
3150 (Arm_relocate_functions::thumb_branch_common): New method definition.
3151 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
3152 operator.
3153 (Target_arm::Relocate::relocate): Adjust call to thm_call.
3154 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
3155
e2b8f3c4
RÁE
31562009-11-24 Rafael Avila de Espindola <espindola@google.com>
3157
3158 * Makefile.am: Build incremental-dump
3159 * Makefile.in: Regenerate.
3160 * incremental-dump.cc: New.
3161 * incremental.cc (Incremental_inputs_header_data,
3162 Incremental_inputs_entry_data): Move to incremental.h
3163 * incremental.h: (Incremental_inputs_header_data,
3164 Incremental_inputs_entry_data): Move from incremental.cc
3165
bcba9aec
RÁE
31662009-11-24 Rafael Avila de Espindola <espindola@google.com>
3167
3168 * incremental.cc (Incremental_inputs_header,
3169 Incremental_inputs_header_write, Incremental_inputs_entry,
3170 Incremental_inputs_entry_write): Add a typedef with the data type.
3171
7c3afe08
RÁE
31722009-11-24 Rafael Avila de Espindola <espindola@google.com>
3173
3174 * incremental.cc (Incremental_inputs_header,
3175 Incremental_inputs_header_write, Incremental_inputs_entry,
3176 Incremental_inputs_entry_write): Update comment about which
3177 type has the filed descriptions.
3178
d204b6e9
DK
31792009-11-15 Doug Kwan <dougkwan@google.com>
3180
3181 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
3182 (Arm_relocate_functions::arm_branch_common): Change method defintion
3183 in class definition to a method declaration and update list of formal
3184 parameters.
3185 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
3186 Arm_relocation_functions::jump24): Adjust call to
3187 Arm_relocate_functions::arm_branch_common. Update list of formal
3188 parameters.
3189 (Arm_relocate_functions::xpc25): New method definition.
3190 (Arm_relocate_functions::arm_branch_common): Move method defintion
3191 out from class definition. Use stubs for mode-switching and extending
3192 branch ranges.
3193 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
3194 specially. Change code to enable use of stubs in ARM branches.
3195
43d12afe
DK
31962009-11-10 Doug Kwan <dougkwan@google.com>
3197
3198 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
3199 in method declaration.
3200 (Target_arm::relocate_stub): New method declaration.
3201 (Target_arm::default_target): Change to return a pointer instead of
3202 a const reference.
3203 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
3204 Target_arm::default_target.
3205 (Arm_Relobj::do_relocate_sections): Remove options paramater in
3206 method definition.
3207 (Target_arm::relocate_section): Adjust view.
3208 (Target_arm::relocate_stub): New method definition.
3209
ac33a407
DK
32102009-11-10 Doug Kwan <dougkwan@google.com>
3211
3212 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
3213 a format warning.
3214 * incremental.cc (open_incremental_binary): Initialized local
3215 variables to avoid warnings.
3216 * object.cc (make_elf_object): Ditto.
3217 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
3218 a format warning.
e1df38aa 3219
88ee28e9
L
3220009-11-09 H.J. Lu <hongjiu.lu@intel.com>
3221
3222 PR gold/10930
3223 * testsuite/plugin_test.c: Include "config.h".
3224
2daedcd6
DK
32252009-11-09 Doug Kwan <dougkwan@google.com>
3226
3227 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
3228 (arm_symbol_value): Remove.
3229 (Arm_relocate_functions::arm_branch_common,
3230 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
3231 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
3232 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
3233 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
3234 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
3235 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
3236 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
3237 Arm_relocate_functions::thm_mobw_abs_nc,
3238 Arm_relocate_functions::thm_mov_abs,
3239 Arm_relocate_functions::movw_prel_nc,
3240 Arm_relocate_functions::thm_movt_abs,
3241 Arm_relocate_functions::movt_prel,
3242 Arm_relocate_functions::thm_movw_prel_nc,
3243 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
3244 (Target_arm::Relocate::relocate): Only decompose address into two
3245 parts if relocation type uses the thumb-bit and pass the actual
3246 bit instead of a flag indicating that the thumb-bit is used. Adjust
3247 calls to methods in Arm_relocate_functions for this change.
3248
1276bc89 32492009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
3250
3251 PR 10925
3252 * reloc.cc: Instantiate
3253 Sized_relobj::initialize_input_to_output_maps and
3254 Sized_relobj:free_input_to_output_maps.
3255
e53ad1b5
ILT
32562009-11-06 Ian Lance Taylor <iant@google.com>
3257
3258 PR 10876
3259 * defstd.cc (in_segment): Set only_if_ref true for "end".
3260
eb44217c
DK
32612009-11-06 Doug Kwan <dougkwan@google.com>
3262
3263 * arm.cc (class Reloc_stub): Correct a comment.
3264 (Target_arm::Target_arm): Initialize arm_input_section_map_.
3265 (Target_arm::scan_section_for_stubs): New method declaration.
3266 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
3267 Change methods from private to protected.
3268 (Target_arm::do_may_relax): New method definition.
3269 (Target_arm::do_relax, Target_arm::group_sections,
3270 Target_arm::scan_reloc_for_stub,
3271 Target_arm::scan_reloc_section_for_stubs): New method declarations.
3272 (Target_arm::arm_input_section_map_): New data member declaration.
3273 (Target_arm::scan_reloc_for_stub,
3274 Target_arm::scan_reloc_section_for_stubs,
3275 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
3276 Target_arm::do_relax): New method definitions.
3277
5d329b7d
ILT
32782009-11-06 Mikolaj Zalewski <mikolaj@google.com>
3279
3280 * configure.ac: Check for (struct stat)::st_mtim
3281 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
3282 * config.in: Regenerate.
3283 * configure: Regenerate.
3284
96a0d71b
ILT
32852009-11-05 Ian Lance Taylor <iant@google.com>
3286
3287 PR 10910
3288 * output.cc (Output_segment::add_output_section): Add missing
3289 return statement.
3290
594c8e5e
ILT
32912009-11-04 Ian Lance Taylor <iant@google.com>
3292
3293 PR 10880
3294 * object.h (class Object): Add is_needed and set_is_needed
3295 methods. Add is_needed_ field. Make bool fields into bitfields.
3296 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
3297 defined in a dynamic object and referenced by a regular object,
3298 set is_needed for the dynamic object.
3299 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
3300 if the file is marked with as_needed and it is not needed.
3301
22b127cc
ILT
33022009-11-04 Ian Lance Taylor <iant@google.com>
3303
3304 PR 10887
3305 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
3306 tags if data is discarded by linker script.
3307 * i386.cc (Target_i386::do_finalize_sections): Likewise.
3308 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
3309 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
3310 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
3311
f5c870d2
ILT
33122009-11-04 Ian Lance Taylor <iant@google.com>
3313
3314 * layout.cc (Layout::get_output_section): Add is_interp and
3315 is_dynamic_linker_section parameters. Change all callers.
3316 (Layout::choose_output_section): Likewise.
3317 (Layout::make_output_section): Likewise.
3318 (Layout::add_output_section_data): Add is_dynamic_linker_section
3319 parameter. Change all callers.
3320 * layout.h (class Layout): Update declarations.
3321 * output.h (class Output_section): Add is_interp, set_is_interp,
3322 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
3323 Add is_interp_, is_dynamic_linker_section_ fields. Change
3324 generate_code_fills_at_write_ to a bitfield.
3325 * output.cc (Output_section::Output_sections): Initialize new
3326 fields.
3327 (Output_segment::add_output_section): Add do_sort parameter.
3328 Change all callers.
3329
1ae4d23b
ILT
33302009-11-03 Ian Lance Taylor <iant@google.com>
3331
3332 PR 10860
3333 * options.h (class General_options): Add --warn-common.
3334 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
3335 merging two common symbols.
3336 (Symbol_table::should_override): Handle --warn-common when merging
3337 a common symbol with a defined symbol. Use report_resolve_problem
3338 for multiple definitions.
3339 (Symbol_table::report_resolve_problem): New function.
3340 * symtab.h (class Symbol_table): Declare report_resolve_problem.
3341
55da9579
DK
33422009-11-03 Doug Kwan <dougkwan@google.com>
3343
3344 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
3345 stub_factory_.
3346 (Target_arm::stub_factory): New method definition.
3347 (Target_arm::new_arm_input_section,
3348 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
3349 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 3350 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
3351 New type definitions.
3352 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
3353 member declarations.
3354 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
3355 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
3356 New method definitions.
3357
37a9ac43
ILT
33582009-11-03 Ian Lance Taylor <iant@google.com>
3359
3360 * options.h (class General_options): Add --warn_constructors.
3361
b3d6a3d4
ILT
33622009-11-03 Ian Lance Taylor <iant@google.com>
3363
3364 PR 10893
3365 * defstd.cc (in_section): Add entries for __rel_iplt_start,
3366 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
3367
934b01dd
ILT
33682009-11-03 Ian Lance Taylor <iant@google.com>
3369
3370 PR 10895
3371 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
3372 --msgid-bugs-address.
3373 (install-pdf): New target.
3374 (install-data_yes): Look up one directory to find mkinstalldirs.
3375
03c1939b
L
33762009-11-03 H.J. Lu <hongjiu.lu@intel.com>
3377
3378 * po/Make-in (.po.gmo): Don't generate .gmo files in source
3379 tree.
3380
ebd95253
DK
33812009-10-30 Doug Kwan <dougkwan@google.com>
3382
3383 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
3384
e9bbb538
DK
33852009-10-30 Doug Kwan <dougkwan@google.com>
3386
3387 * arm.cc (Stub_addend_reader): New struct template definition
3388 and partial specializations.
3389 (Stub_addend_reader::operator()): New method definition for a
3390 partially specialized template.
3391
d5b40221
DK
33922009-10-30 Doug Kwan <dougkwan@google.com>
3393
3394 * arm.cc (Arm_relobj::processor_specific_flags): New method
3395 definition.
3396 (Arm_relobj::do_read_symbols): New method declaration.
3397 (Arm_relobj::processor_specific_flags_): New data member declaration.
3398 (Arm_dynobj): New class definition.
3399 (Target_arm::do_finalize_sections): Add input_objects parameter.
3400 (Target_arm::do_adjust_elf_header): New method declaration.
3401 (Target_arm::are_eabi_versions_compatible,
3402 (Target_arm::merge_processor_specific_flags): New method declaration.
3403 (Target_arm::do_make_elf_object): New overloaded method definitions
3404 and declaration.
3405 (Arm_relobj::do_read_symbols): New method definition.
3406 (Arm_dynobj::do_read_symbols): Ditto.
3407 (Target_arm::do_finalize_sections): Add input_objects parameters.
3408 Merge processor-specific flags from all input objects.
3409 (Target_arm::are_eabi_versions_compatible,
3410 Target_arm::merge_processor_specific_flags,
3411 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
3412 New method definitions.
3413 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
3414 Input_objects pointer type parameter.
3415 * layout.cc (Layout::finalize): Pass input objects to target's.
3416 finalize_sections function.
3417 * output.cc (Output_file_header::do_sized_write): Set ELF file
3418 header's processor-specific flags.
3419 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
3420 Input_objects pointer type parameter.
3421 * sparc.cc (Target_sparc::do_finalize_sections): Same.
3422 * target.h (Input_objects): New forward class declaration.
3423 (Target::processor_specific_flags,
3424 Target::are_processor_specific_flags_sect): New method definitions.
3425 (Target::finalize_sections): Add input_objects parameter.
3426 (Target::Target): Initialize processor_specific_flags_ and
3427 are_processor_specific_flags_set_.
3428 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
3429 parameter.
3430 (Target::set_processor_specific_flags): New method definition.
3431 (Target::processor_specific_flags_,
3432 Target::are_processor_specific_flags_set_): New data member
3433 declarations.
3434 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
3435 Input_objects pointer type parameter.
3436
ebabffbd
DK
34372009-10-30 Doug Kwan <dougkwan@google.com>
3438
3439 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
3440
ad0f2072
ILT
34412009-10-28 Ian Lance Taylor <iant@google.com>
3442
3443 * object.h (class Relobj): Drop options parameter from
3444 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
3445 do_scan_relocs, do_relocate. Change all callers.
3446 (class Sized_relobj): Drop options parameters from
3447 do_gc_process_relocs, do_scan_relocs, do_relocate,
3448 do_relocate_sections, relocate_sections, emit_relocs_scan,
3449 emit_relocs_scan_reltype. Change all callers.
3450 (struct Relocate_info): Remove options field and all references to
3451 it.
3452 * reloc.h (class Read_relocs): Remove options constructor
3453 parameter and options_ field. Change all callers.
3454 (class Gc_process_relocs, class Scan_relocs): Likewise.
3455 (class Relocate_task): Likewise.
3456 * target-reloc.h (scan_relocs): Remove options parameter. Change
3457 all callers.
3458 (scan_relocatable_relocs): Likewise.
3459 * target.h (class Sized_target): Remove options parameter from
3460 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
3461 all callers.
3462 * gc.h (gc_process_relocs): Remove options parameter. Change all
3463 callers.
3464 * arm.cc: Update functions to remove options parameters.
3465 * i386.cc: Likewise.
3466 * powerpc.cc: Likewise.
3467 * sparc.cc: Likewise.
3468 * x86_64.cc: Likewise.
3469 * testsuite/testfile.cc: Likewise.
3470
8ffa3667
DK
34712009-10-28 Doug Kwan <dougkwan@google.com>
3472
3473 * arm.cc (Arm_relobj): New class definition.
e1df38aa 3474 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
3475 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
3476 New method definitions.
3477
40f36857
CC
34782009-10-28 Cary Coutant <ccoutant@google.com>
3479
3480 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
3481 (Plugin::cleanup_done_): New member.
3482 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
3483 (Plugin_manager::cleanup_done_): Remove.
3484 (Plugin_manager::add_input_file): Edit error message.
3485 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
3486 (Plugin_manager::cleanup): Remove use of cleanup_done_.
3487
2c849493
ILT
34882009-10-27 Mikolaj Zalewski <mikolajz@google.com>
3489
3490 * fileread.cc: (File_read::View::~View): Use the new
3491 data_ownership_ filed.
3492 (File_read::~File_read): Dispose the new whole_file_view_.
3493 (File_read::open): Mmap the whole file if needed.
3494 (File_read::open): Use whole_file_view_ instead of contents_.
3495 (File_read::find_view): Use whole_file_view_ if applicable.
3496 (File_read::do_read): Use whole_file_view_ instead of contents_.
3497 (File_read::make_view): Use whole_file_view_ instead of contents_,
3498 update File_read::View::View call.
3499 (File_read::find_or_make_view): Update File_read::View::View
3500 call.
3501 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
3502 remove contents_
3503 (File_read::View::Data_ownership): New enum.
3504 (File_read::View::View): Replace bool mapped_ with Data_ownership
3505 argument.
3506 (File_read::View::mapped_): Remove (replaced by data_ownership_).
3507 (File_read::View::data_ownership_): New field.
3508 (File_read::contents_): Remove (replaced by whole_file_view_).
3509 (File_read::whole_file_view_): New field.
3510 * options.h (class General_options): Add --keep-files-mapped.
3511
24998053
CC
35122009-10-27 Cary Coutant <ccoutant@google.com>
3513
3514 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
3515 * testsuite/Makefile.am (plugin_test_5): New test case.
3516 * testsuite/Makefile.in: Regenerate.
3517
72adc4fa
DK
35182009-10-25 Doug Kwan <dougkwan@google.com>
3519
3520 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
3521 from private to protected to allow access by child class.
3522 (Sized_relobj::do_relocate_sections): New method declaration.
3523 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 3524 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
3525 Sized_relobj::relocate_sections. Instantiate template explicitly
3526 for different target sizes and endianity.
3527
07f508a2
DK
35282009-10-24 Doug Kwan <dougkwan@google.com>
3529
3530 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
3531 (Arm_input_section::as_arm_input_section): New method.
3532 (Arm_output_section): New class definition.
3533 (Arm_output_section::create_stub_group,
3534 Arm_output_section::group_sections): New method definitions.
3535
10ad9fe5
DK
35362009-10-22 Doug Kwan <dougkwan@google.com>
3537
3538 * arm.cc (Arm_input_section): New class definition.
3539 (Arm_input_section::init, Arm_input_section:do_write,
3540 Arm_input_section::set_final_data_size,
3541 Arm_input_section::do_reset_address_and_file_offset): New method
3542 definitions.
3543
56ee5e00
DK
35442009-10-21 Doug Kwan <dougkwan@google.com>
3545
3546 * arm.cc (Stub_table, Arm_input_section): New forward class
3547 declarations.
3548 (Stub_table): New class defintion.
3549 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
3550 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
3551 New method definition.
3552
b569affa
DK
35532009-10-21 Doug Kwan <dougkwan@google.com>
3554
3555 * arm.cc: Update copyright comments.
3556 (Target_arm): New forward class template declaration.
3557 (Arm_address): New type.
3558 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
3559 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
3560 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
3561 constants.
3562 (Insn_template): Same.
3563 (DEF_STUBS): New macro.
3564 (Stub_type): New enum type.
3565 (Stub_template): New class definition.
3566 (Stub): Same.
3567 (Reloc_stub): Same.
3568 (Stub_factory): Same.
3569 (Target_arm::Target_arm): Initialize may_use_blx_ and
3570 should_force_pic_veneer_.
3571 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
3572 Target_arm::should_force_pic_veneer,
3573 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
3574 Target_arm::using_thumb_only, Target_arm:;default_target): New
3575 method defintions.
3576 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
3577 New data member declarations.
3578 (Insn_template::size, Insn_template::alignment): New method defintions.
3579 (Stub_template::Stub_template): New method definition.
3580 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
3581 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
3582 (Stub_factory::Stub_factory): New method definition.
3583 * gold.h (string_hash): New template.
3584 * output.h (Input_section_specifier::hash_value): Use
3585 gold::string_hash.
3586 (Input_section_specifier::string_hash): Remove.
3587 * stringpool.cc (Stringpool_template::string_hash): Use
3588 gold::string_hash.
3589
6c172549
DK
35902009-10-20 Doug Kwan <dougkwan@google.com>
3591
3592 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
3593 symbols of relaxed input sections.
3594 * output.h (Output_section::find_relaxed_input_section): Make
3595 method public.
3596
c5617f2f
DK
35972009-10-16 Doug Kwan <dougkwan@google.com>
3598
3599 * dynobj.cc (Versions::Versions): Initialize version_script_.
3600 Only insert base version symbol definition for a shared object
3601 if version script defines any version versions.
3602 (Versions::define_base_version): New method definition.
3603 (Versions::add_def): Check that base version is not needed.
3604 (Versions::add_need): Define base version lazily.
3605 * dynobj.h (Versions::define_base_version): New method declaration.
3606 (Versions::needs_base_version_): New data member declaration.
3607 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
3608 (check_DATA): Add no_version_test.stdout.
3609 (libno_version_test.so, no_version_test.o no_version_test.stdout):
3610 New make rules.
3611 * testsuite/Makefile.in: Regenerate.
3612 * testsuite/no_version_test.c: New file.
3613 * testsuite/no_version_test.sh: Ditto.
3614
3c12dcdb
DK
36152009-10-16 Doug Kwan <dougkwan@google.com>
3616
3617 * expression.cc (class Segment_start_expression): New class definition.
3618 (Segment_start_expression::value): New method definition.
3619 (script_exp_function_segment_start): Return a new
3620 Segment_start_expression.
3621 * gold/script-c.h (script_saw_segment_start_expression): New function
3622 prototype.
3623 * script-sections.cc (Script_sections::Script_sections): Initialize
3624 SAW_SEGMENT_START_EXPRESSION_ to false.
3625 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
3626 and -Tbbs options to specify section addresses if given in
3627 command line and no SEGMENT_START expression is seen in a script.
3628 * script-sections.h (Script_sections::saw_segment_start_expression,
3629 Script_sections::set_saw_segment_start_expression): New method
3630 definition.
3631 (Script_sections::saw_segment_start_expression_): New data member
3632 declaration.
3633 * script.cc (script_saw_segment_start_expression): New function.
3634 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
3635 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
3636 script_test_7.sh and script_test_8.sh.
3637 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
3638 script_test_8.stdout.
3639 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
3640 (script_test_6, script_test_6.stdout, script_test_7,
3641 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
3642 * Makefile.in: Regenerate.
3643 * testsuite/script_test_6.sh: New file.
3644 * testsuite/script_test_6.t: Same.
3645 * testsuite/script_test_7.sh: Same.
3646 * testsuite/script_test_7.t: Same.
3647 * testsuite/script_test_8.sh: Same.
3648
64b1ae37
DK
36492009-10-16 Doug Kwan <dougkwan@google.com>
3650
3651 * output.cc (Output_segment::set_section_list_address): Cast
3652 expressions to unsigned long long type to avoid format warnings.
3653
661be1e2
ILT
36542009-10-15 Ian Lance Taylor <iant@google.com>
3655
12edd763 3656 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 3657 dot assignment to script_sections_.
12edd763
ILT
3658 * script-sections.cc (Script_sections::add_dot_assignment):
3659 Initialize if necessary.
3660
68b6574b
ILT
3661 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
3662 program headers with no load segment if there is a linker script.
3663
661be1e2
ILT
3664 * layout.cc (Layout::set_segment_offsets): Align the file offset
3665 to the segment aligment for -N or -n with no load segment.
3666 * output.cc (Output_segment::add_output_section): Don't crash if
3667 the first section is a TLS section.
3668 (Output_segment::set_section_list_addresses): Print an error
3669 message if the address moves backward in a linker script.
3670 * script-sections.cc
3671 (Output_section_element_input::set_section_addresses): Don't
3672 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
3673 (Orphan_output_section::set_section_addresses): Likewise.
3674
f15f61a7
DK
36752009-10-15 Doug Kwan <dougkwan@google.com>
3676
3677 * layout.cc (Layout::finish_dynamic_section): Generate tags
3678 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
3679 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
3680 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
3681
82bb573a
ILT
36822009-10-14 Ian Lance Taylor <iant@google.com>
3683
3684 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
3685 fields.
3686 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
3687 data_shdr fields of relinfo.
3688 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
3689 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
3690 R_386_TLS_LDO_32, adjust based on section flags.
3691 (Target_i386::Relocate::fix_up_ldo): Remove.
3692
374ad285
ILT
36932009-10-13 Ian Lance Taylor <iant@google.com>
3694
3695 Add support for -pie.
3696 * options.h (class General_options): Add -pie and
3697 --pic-executable.
3698 (General_options::output_is_position_independent): Test -pie.
3699 (General_options::output_is_executable): Return true if not shared
3700 and not relocatable.
3701 (General_options::output_is_pie): Remove.
3702 * options.cc (General_options::finalize): Reject incompatible uses
3703 of -pie.
3704 * gold.cc (queue_middle_tasks): A -pie link is not static.
3705 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
3706 * symtab.cc (Symbol::final_value_is_known): Return false if
3707 output_is_position_independent.
3708 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
3709 output_is_position_independent.
3710 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
3711 output_is_position_independent.
3712 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
3713 output_is_position_independent.
3714 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
3715 two_file_pie_test.
3716 (basic_pie_test.o, basic_pie_test): New targets.
3717 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
3718 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
3719 (two_file_pie_test): New target.
3720 * testsuite/Makefile.in: Rebuild.
3721 * README: Remove note saying that -pie is not supported.
3722
c6585162
ILT
37232009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3724
3725 * options.h (class General_options): Add -init and -fini.
3726 * layout.cc (Layout::finish_dynamic_section): Emit
3727 given init and fini functions.
3728
032ce4e9
ST
37292009-10-13 Sriraman Tallam <tmsriram@google.com>
3730
3731 * gc.h (gc_process_relocs): Check if icf is enabled using new
3732 function.
3733 * gold.cc (queue_initial_tasks): Likewise.
3734 (queue_middle_tasks): Likewise.
3735 * object.cc (do_layout): Likewise.
3736 * symtab.cc (is_section_folded): Likewise.
3737 * main.cc (main): Likewise.
3738 * reloc.cc (Read_relocs::run): Likewise.
3739 (Sized_relobj::do_scan_relocs): Likewise.
3740 * icf.cc (is_function_ctor_or_dtor): New function.
3741 (Icf::find_identical_sections): Check if function is ctor or dtor when
3742 safe icf is chosen.
3743 * options.h (General_options::icf): Change option to be an enum.
3744 (Icf_status): New enum.
3745 (icf_enabled): New method.
3746 (icf_safe_folding): New method.
3747 (set_icf_status): New method.
3748 (icf_status_): New variable.
3749 * (options.cc) (General_options::finalize): Set icf_status_.
3750 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
3751 icf_test and icf_keep_unique_test to use the --icf enum flag.
3752 * testsuite/icf_safe_test.sh: New file.
e1df38aa 3753 * testsuite/icf_safe_test.cc: New file.
032ce4e9 3754
f345227a
ST
37552009-10-12 Sriraman Tallam <tmsriram@google.com>
3756
3757 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
3758 includes to gc.h and icf.h.
3759 * arm.cc: Include gc.h.
3760 * gold.cc: Likewise.
3761 * i386.cc: Likewise.
3762 * powerpc.cc: Likewise.
3763 * sparc.cc: Likewise.
3764 * x86_64.cc: Likewise.
3765 * gc.h: Include icf.h.
3766
1c7814ed
ILT
37672009-10-11 Ian Lance Taylor <iant@google.com>
3768
3769 * plugin.cc: Include "gold.h" before other header files.
3770
ae3b5189
CD
37712009-10-10 Chris Demetriou <cgd@google.com>
3772
3773 * options.h (Input_file_argument::Input_file_type): New enum.
3774 (Input_file_argument::is_lib_): Replace with...
3775 (Input_file_argument::type_): New member.
3776 (Input_file_argument::Input_file_argument): Take Input_file_type
3777 'type' rather than boolean 'is_lib' as second argument.
3778 (Input_file_argument::is_lib): Use type_.
3779 (Input_file_argument::is_searched_file): New function.
3780 (Input_file_argument::may_need_search): Handle is_searched_file.
3781 * options.cc (General_options::parse_library): Support -l:filename.
3782 (General_options::parse_just_symbols): Update for Input_file_argument
3783 changes.
3784 (Command_line::process): Likewise.
3785 * archive.cc (Archive::get_file_and_offset): Likewise.
3786 * plugin.cc (Plugin_manager::release_input_file): Likewise.
3787 * script.cc (read_script_file, script_add_file): Likewise.
3788 * fileread.cc (Input_file::Input_file): Likewise.
3789 (Input_file::will_search_for): Handle is_searched_file.
3790 (Input_file::open): Likewise.
3791 * readsyms.cc (Read_symbols::get_name): Likewise.
3792 * testsuite/Makefile.am (searched_file_test): New test.
3793 * testsuite/Makefile.in: Regenerate.
3794 * testsuite/searched_file_test.cc: New file.
3795 * testsuite/searched_file_test_lib.cc: New file.
3796
f3048a1d
ILT
37972009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3798 Ian Lance Taylor <iant@google.com>
3799
3800 * descriptor.cc: Include <cstdio> and "binary-io.h".
3801 (Descriptors::open): Open the files in binary mode always.
3802 * script.cc (Lex::get_token): Treat \r as whitespace.
3803
d4780e57
ILT
38042009-10-09 Ian Lance Taylor <iant@google.com>
3805
3806 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
3807
d9a893b8
ILT
38082009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3809 Ian Lance Taylor <iant@google.com>
3810
3811 * configure.ac: Check for readv function also.
3812 * fileread.cc (readv): Define if not HAVE_READV.
3813 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
3814 does not exist.
3815 * config.in: Regenerate.
3816 * configure: Regenerate.
3817
c0a62865
DK
38182009-10-09 Doug Kwan <dougkwan@google.com>
3819
3820 * layout.cc (Layout::make_output_section): Call target hook to make
3821 ordinary output section.
3822 (Layout::finalize): Adjust parameter list of call the
3823 Target::may_relax().
3824 * layout.h (class Layout::section_list): New method.
3825 * merge.h (Output_merge_base::entsize): Change visibility to public.
3826 (Output_merge_base::is_string, Output_merge_base::do_is_string):
3827 New methods.
3828 (Output_merge_string::do_is_string): New method.
3829 * object.cc (Sized_relobj::do_setup): renamed from
3830 Sized_relobj::set_up.
3831 * object.h (Sized_relobj::adjust_shndx,
3832 Sized_relobj::initializ_input_to_output_maps,
3833 Sized_relobj::free_input_to_output_maps): Change visibilities to
3834 protected.
3835 (Sized_relobj::setup): Virtualize.
3836 (Sized_relobj::do_setup): New method declaration.
3837 (Sized_relobj::invalidate_section_offset,
3838 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
3839 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
3840 * options.cc (parse_int): New function.
3841 * options.h (parse_int): New declaration.
3842 (DEFINE_int): New macro.
3843 (stub_group_size): New option.
3844 * output.cc (Output_section::Output_section): Initialize memebers
3845 merge_section_map_, merge_section_by_properties_map_,
3846 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
3847 (Output_section::add_input_section): Handled deferred code-fill
3848 generation and remove an old comment.
3849 (Output_section::add_relaxed_input_section): New method definition.
3850 (Output_section::add_merge_input_section): Use merge section by
3851 properties map to speed to search. Update merge section maps
3852 as appropriate.
3853 (Output_section::build_relaxation_map): New method definition.
3854 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
3855 Same.
3856 (Output_section::relax_input_section): Renamed to
3857 Output_section::convert_input_sections_to_relaxed_sections and change
3858 interface to take a vector of pointers to relaxed sections.
3859 (Output_section::find_merge_section,
3860 Output_section::find_relaxed_input_section): New method definitions.
3861 (Output_section::is_input_address_mapped,
3862 Output_section::output_offset, Output_section::output_address):
3863 Use output section data maps to speed up searching.
3864 (Output_section::find_starting_output_address): Add comments.
3865 (Output_section::do_write,
3866 Output_section::write_to_postprocessing_buffer): Do code-fill
3867 generation as appropriate.
3868 (Output_section::get_input_sections): Invalidate relaxed input section
3869 map.
3870 (Output_section::restore_states): Adjust type of checkpoint .
3871 Invalidate relaxed input section map.
3872 * output.h (Output_merge_base): New class declaration.
3873 (Input_section_specifier): New class defintion.
3874 (class Output_relaxed_input_section) Change base class to
3875 Output_section_data_build.
3876 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
3877 base class initializer.
3878 (Output_section::add_relaxed_input_section): New method declaration.
3879 (Output_section::Input_section): Change visibility to protected.
3880 (Output_section::Input_section::relobj,
3881 Output_section::Input_section::shndx): Handle relaxed input sections.
3882 Output_section::input_sections) Change visibility to protected. Also
3883 define overload to return a non-const pointer.
3884 (Output_section::Merge_section_properties): New class defintion.
3885 (Output_section::Merge_section_by_properties_map,
3886 Output_section::Output_section_data_by_input_section_map,
3887 Output_section::Relaxation_map): New types.
3888 (Output_section::relax_input_section): Rename method to
3889 Output_section::convert_input_sections_to_relaxed_sections and change
3890 interface to take a vector of relaxed section pointers.
3891 (Output_section::find_merge_section,
3892 Output_section::find_relaxed_input_section,
3893 Output_section::build_relaxation_map,
3894 Output_section::convert_input_sections_in_list_to_relaxed_sections):
3895 New method declarations.
3896 (Output_section::merge_section_map_
3897 Output_section::merge_section_by_properties_map_,
3898 Output_section::relaxed_input_section_map_,
3899 Output_section::is_relaxed_input_section_map_valid_,
3900 Output_section::generate_code_fills_at_write_): New data members.
3901 * script-sections.cc
3902 (Output_section_element_input::set_section_addresses): Call
3903 current_data_size and addralign methods of relaxed input sections.
3904 (Orphan_output_section::set_section_addresses): Call current_data_size
3905 and addralign methods of relaxed input sections.
3906 * symtab.cc (Symbol_table::compute_final_value): Extract template
3907 from the body of Symbol_table::sized_finalize_symbol.
3908 (Symbol_table::sized_finalized_symbol): Call
3909 Symbol_table::compute_final_value.
3910 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
3911 (Symbol_table::compute_final_value): New templated method declaration.
3912 * target.cc (Target::do_make_output_section): New method defintion.
3913 * target.h (Target::make_output_section): New method declaration.
3914 (Target::relax): Add more parameters for input objects, symbol table
3915 and layout. Adjust call to do_relax.
3916 (Target::do_make_output_section): New method declaration.
3917 (Target::do_relax): Add parameters for input objects, symbol table
3918 and layout.
3919
d446d6c4
ILT
39202009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3921
3922 * pread.c: Include stdio.h.
3923
bc06c745
ILT
39242009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3925
3926 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
3927 defined.
3928
75aea3d0
ILT
39292009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3930
3931 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3932 Change read_shndx type to unsigned int.
3933 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
3934 int.
3935 (Sized_dwarf_line_info::read_line_mappings): Likewise.
3936 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
3937 Change read_shndx type to unsigned int.
3938 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
3939 int.
3940 (Sized_dwarf_line_info::read_line_mappings): Likewise.
3941 * layout.cc (Layout::create_symtab_sections): Cast the result of
3942 local_symcount * symsize to off_t in the gold_assert.
3943
be8fcb75
ILT
39442009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3945
3946 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
3947 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
3948 R_ARM_BASE_ABS.
3949 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
3950 (Arm_relocate_functions::thm_abs5): New function.
3951 (Arm_relocate_functions::abs12): New function.
3952 (Arm_relocate_functions::abs16): New function.
3953 (Arm_relocate_functions::base_abs): New function.
3954 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
3955 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
3956 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
3957 R_ARM_BASE_ABS.
3958 (Scan::global): Likewise.
3959 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
3960 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
3961 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
3962 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
3963 R_ARM_BASE_ABS.
3964
c2a122b6
ILT
39652009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3966
3967 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
3968 (Arm_relocate_functions::movt_prel): New function.
3969 (Arm_relocate_functions::thm_movw_prel_nc): New function.
3970 (Arm_relocate_functions::thm_movt_prel): New function.
3971 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
3972 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
3973 (Scan::global, Relocate::relocate): Likewise.
3974 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
3975
c4aa1e2d
ILT
39762009-10-09 Mikolaj Zalewski <mikolajz@google.com>
3977
3978 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
3979 Incremental_checker.
3980 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
3981 unsigned int.
3982 (class Incremental_inputs_header): New class.
3983 (Incremental_inputs_header_writer): Edit comment.
3984 (Incremental_inputs_entry): New class.
3985 (Incremental_inputs_entry_writer): Edit comment.
3986 (Sized_incremental_binary::do_find_incremental_inputs_section):
3987 Add *strtab_shndx parameter, fill it.
3988 (Sized_incremental_binary::do_check_inputs): New method.
3989 (Incremental_checker::can_incrementally_link_output_file): Use
3990 Sized_incremental_binary::check_inputs.
3991 (Incremental_inputs::report_command_line): Save command line in
3992 command_line_.
3993 * incremental.h:
3994 (Incremental_binary::find_incremental_inputs_section): New
3995 method.
3996 (Incremental_binary::do_find_incremental_inputs_section): Add
3997 strtab_shndx parameter.
3998 (Incremental_binary::do_check_inputs): New pure virtual method.
3999 (Sized_incremental_binary::do_check_inputs): Declare.
4000 (Incremental_checker::Incremental_checker): Add incremental_inputs
4001 parameter, use it to initialize incremental_inputs_.
4002 (Incremental_checker::incremental_inputs_): New field.
4003 (Incremental_checker::command_line): New method.
4004 (Incremental_checker::inputs): New method.
4005 (Incremental_checker::command_line_): New field.
4006
c549a694
ILT
40072009-10-09 Mikolaj Zalewski <mikolajz@google.com>
4008
4009 * incremental.cc: Include <cstdarg> and "target-select.h".
4010 (vexplain_no_incremental): New function.
4011 (explain_no_incremental): New function.
4012 (Incremental_binary::error): New method.
4013 (Sized_incremental_binary::do_find_incremental_inputs_section): New
4014 method.
4015 (make_sized_incremental_binary): New function.
4016 (open_incremental_binary): New function.
4017 (can_incrementally_link_file): Add checks if output is ELF and has
4018 inputs section.
4019 * incremental.h: Include "elfcpp_file.h" and "output.h".
4020 (Incremental_binary): New class.
4021 (Sized_incremental_binary): New class.
4022 (open_incremental_binary): Declare.
4023 * object.cc (is_elf_object): Use
4024 elfcpp::Elf_recognizer::is_elf_file.
4025 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
4026 * output.h (Output_file::filesize): New method.
4027
fd3c5f0b
ILT
40282009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4029
4030 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
4031 New function.
4032 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
4033 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
4034 function.
4035 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
4036 function.
4037 (Arm_relocate_functions::movw_abs_nc): New function.
4038 (Arm_relocate_functions::movt_abs): New function.
4039 (Arm_relocate_functions::thm_movw_abs_nc): New function.
4040 (Arm_relocate_functions::thm_movt_abs): New function.
4041 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
4042 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
4043 (Scan::global): Likewise.
4044 (Relocate::relocate): Likewise.
4045 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
4046
7f5309a5
ILT
40472009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4048
4049 * arm.cc (Arm_relocate_functions::got_prel) New function.
4050 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
4051 (Relocate::relocate): Likewise.
4052 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
4053
364c7fa5
ILT
40542009-10-06 Ian Lance Taylor <iant@google.com>
4055
4056 * options.h (class General_options): Define
4057 split_stack_adjust_size parameter.
4058 * object.h (class Object): Add uses_split_stack_ and
4059 has_no_split_stack_ fields. Add uses_split_stack and
4060 has_no_split_stack accessor functions. Declare
4061 handle_split_stack_section.
4062 (class Reloc_symbol_changes): Define.
4063 (class Sized_relobj): Define Function_offsets. Declare
4064 split_stack_adjust, split_stack_adjust_reltype, and
4065 find_functions.
4066 * object.cc (Object::handle_split_stack_section): New function.
4067 (Sized_relobj::do_layout): Call handle_split_stack_section.
4068 * dynobj.cc (Sized_dynobj::do_layout): Call
4069 handle_split_stack_section.
4070 * reloc.cc (Sized_relobj::relocate_sections): Call
4071 split_stack_adjust for executable sections in split_stack
4072 objects. Pass reloc_map to relocate_section.
4073 (Sized_relobj::split_stack_adjust): New function.
4074 (Sized_relobj::split_stack_adjust_reltype): New function.
4075 (Sized_relobj::find_functions): New function.
4076 * target-reloc.h: Include "object.h".
4077 (relocate_section): Add reloc_symbol_changes parameter. Change
4078 all callers.
4079 * target.h (class Target): Add calls_non_split method. Declare
4080 do_calls_non_split virtual method. Declare match_view and
4081 set_view_to_nop.
4082 * target.cc: Include "elfcpp.h".
4083 (Target::do_calls_non_split): New function.
4084 (Target::match_view): New function.
4085 (Target::set_view_to_nop): New function.
4086 * gold.cc (queue_middle_tasks): Give an error if mixing
4087 split-stack and non-split-stack objects with -r.
4088 * i386.cc (Target_i386::relocate_section): Add
4089 reloc_symbol_changes parameter.
4090 (Target_i386::do_calls_non_split): New function.
4091 * x86_64.cc (Target_x86_64::relocate_section): Add
4092 reloc_symbol_changes parameter.
4093 (Target_x86_64::do_calls_non_split): New function.
4094 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
4095 parameter.
4096 * powerpc.cc (Target_powerpc::relocate_section): Add
4097 reloc_symbol_changes parameter.
4098 * sparc.cc (Target_sparc::relocate_section): Add
4099 reloc_symbol_changes parameter.
4100 * configure.ac: Call AM_CONDITIONAL for the default target.
4101 * configure: Rebuild.
4102 * testsuite/Makefile.am (TEST_AS): New variable.
4103 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
4104 (check_DATA): Add split_i386 and split_x86_64 files.
4105 (SPLIT_DEFSYMS): Define.
4106 (split_i386_[1234n].o): New targets.
4107 (split_i386_[124]): New targets.
4108 (split_i386_[1234r].stdout): New targets.
4109 (split_x86_64_[1234n].o): New targets.
4110 (split_x86_64_[124]): New targets.
4111 (split_x86_64_[1234r].stdout): New targets.
4112 (MOSTLYCLEANFILES): Add new executables.
4113 * testsuite/split_i386.sh: New file.
4114 * testsuite/split_x86_64.sh: New file.
4115 * testsuite/split_i386_1.s: New file.
4116 * testsuite/split_i386_2.s: New file.
4117 * testsuite/split_i386_3.s: New file.
4118 * testsuite/split_i386_4.s: New file.
4119 * testsuite/split_i386_n.s: New file.
4120 * testsuite/split_x86_64_1.s: New file.
4121 * testsuite/split_x86_64_2.s: New file.
4122 * testsuite/split_x86_64_3.s: New file.
4123 * testsuite/split_x86_64_4.s: New file.
4124 * testsuite/split_x86_64_n.s: New file.
4125 * testsuite/testfile.cc (Target_test): Update relocation_section
4126 function.
4127 * testsuite/Makefile.in: Rebuild.
4128
e8a9fcda
ILT
41292009-10-06 Ian Lance Taylor <iant@google.com>
4130
4131 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
4132 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
4133 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
4134 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
4135 the address on ldo_addrs_.
4136 (Target_i386::Relocate::fix_up_ldo): New function.
4137
e99daf92
ILT
41382009-10-06 Rafael Espindola <espindola@google.com>
4139
4140 * plugin.cc (add_input_library): New.
4141 (Plugin::load): Add add_input_library to tv.
4142 (Plugin_manager::add_input_file): Add the is_lib argument.
4143 (add_input_file): Update call to Plugin_manager::add_input_file.
4144 (add_input_library): New.
4145 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
4146
966d4097
DK
41472009-09-30 Doug Kwan <dougkwan@google.com>
4148
4149 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
4150 symbol and call Symbol::may_need_copy_reloc to determine if
4151 a copy reloc is needed.
4152 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
4153 nocopyreloc is given in command line.
4154 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
4155 given in command line.
4156 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
4157 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
4158 of the removed Target_i386::may_need_copy_reloc.
4159 * options.h (copyreloc): New option with default value false.
4160 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
4161 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
4162 instead of the removed Target_powerpc::may_need_copy_reloc.
4163 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
4164 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
4165 instead of the removed Target_sparc::may_need_copy_reloc.
4166 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
4167 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
4168 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
4169 instead of the removed Target_x86_64::may_need_copy_reloc.
4170
029ba973
ILT
41712009-09-30 Ian Lance Taylor <iant@google.com>
4172
4173 * object.h (class Object): Remove target_ field, and target,
4174 sized_target, and set_target methods.
4175 (Object::sized_target): Remove.
4176 (class Sized_relobj): Update declarations. Remove sized_target.
4177 * object.cc (Sized_relobj::setup): Remove target parameter.
4178 Change all callers.
4179 (Input_objects::add_object): Don't do anything with the target.
4180 (make_elf_sized_object): Add punconfigured parameter. Change all
4181 callers. Set or test parameter target.
4182 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
4183 Change all callers.
4184 * parameters.cc (Parameters::set_target): Change parameter type to
4185 be non-const.
4186 (Parameters::default_target): Remove.
4187 (set_parameters_target): Change parameter type to be non-const.
4188 (parameters_force_valid_target): New function.
4189 (parameters_clear_target): New function.
4190 * parameters.h (class Parameters): Update declarations. Remove
4191 default_target method. Add sized_target and clear_target
4192 methods. Change target_ to be non-const.
4193 (set_parameters_target): Update declaration.
4194 (parameters_force_valid_target): Declare.
4195 (parameters_clear_target): Declare.
4196 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
4197 as NULL if we aren't searching.
4198 (Add_symbols::run): Don't check for compatible target.
4199 * fileread.cc (Input_file::open_binary): Call
4200 parameters_force_valid_target.
4201 * gold.cc (queue_middle_tasks): Likewise.
4202 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
4203 set_target on object.
4204 * dynobj.h (class Sized_dynobj): Update declarations.
4205 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
4206 make_elf_object returns NULL.
4207 (Archive::include_member): Don't check whether object target is
4208 compatible.
4209 * output.cc (Output_section::add_input_section): Get target from
4210 parameters.
4211 (Output_section::relax_input_section): Likewise.
4212 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
4213 parameters.
4214 (Sized_relobj::do_scan_relocs): Likewise.
4215 (Sized_relobj::relocate_sections): Likewise.
4216 * resolve.cc (Symbol_table::resolve): Likewise.
4217 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
4218 parameter. Change all callers.
4219 (Symbol_table::add_from_object): Get target from parameters.
4220 (Symbol_table::add_from_relobj): Don't check object target.
4221 (Symbol_table::add_from_dynobj): Likewise.
4222 (Symbol_table::define_special_symbol): Get target from
4223 parameters.
4224 * symtab.h (class Symbol_table): Update declaration.
4225 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
4226 parameter. Change all callers. Clear parameter target.
4227 (Binary_test): Test target here.
4228 * testsuite/object_unittest.cc (gold_testsuite): Remove
4229 target_test_pointer parameter. Change all callers.
4230 (Object_test): Test target here.
4231
a6a22b83
ILT
42322009-09-26 Ian Lance Taylor <iant@google.com>
4233
4234 * testsuite/initpri1.c: Don't try to use constructor priorities if
4235 compiling with gcc before 4.3.
4236
6a8f49fe
ILT
42372009-09-22 Mikolaj Zalewski <mikolajz@google.com>
4238
4239 * testsuite/retain_symbols_file_test.sh (check_present): Change
4240 output file name to retain_symbols_file_test.stdout.
4241 (check_absent): Likewise.
4242
8c604651
CS
42432009-09-18 Craig Silverstein <csilvers@google.com>
4244
4245 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
4246 * options.cc: Include <cerrno> and <fstream>.
4247 (General_options::finalize): Parse -retain-symbols-file tag.
4248 * options.h: New flag.
4249 (General_options): New method should_retain_symbol, new
4250 variable symbols_to_retain.
4251 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
4252 should_retain_symbol map.
4253 * testsuite/Makefile.am (retain_symbols_file_test): New test.
4254 * testsuite/Makefile.in: Regenerate.
4255 * testsuite/retain_symbols_file_test.sh: New file.
4256
ca58b19f
NC
42572009-09-18 Nick Clifton <nickc@redhat.com>
4258
4259 * po/es.po: Updated Spanish translation.
4260
20e6d0d6
DK
42612009-09-17 Doug Kwan <dougkwan@google.com>
4262
4263 * debug.h (DEBUG_RELAXATION): New constant.
4264 (DEBUG_ALL): Add DEBUG_RELAXATION.
4265 (debug_string_to_enum): Add relaxation debug option.
4266 * layout.cc
4267 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
4268 Layout::Relaxation_debug_check::read_sections,
4269 Layout::Relaxation_debug_check::read_sections): New method definitions.
4270 (Layout::Layout): Initialize data members
4271 record_output_section_data_from_scrips_,
4272 script_output_section_data_list_ and relaxation_debug_check_.
4273 (Layout::save_segments, Layout::restore_segments,
4274 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
4275 Layout::relaxation_loop_body): New method definitions.
4276 (Layout::finalize): Support relaxation. Move section layout code to
4277 Layout::relaxation_loop_body.
4278 (Layout::set_asection_address_from_script): Move code for orphan
4279 section placement out.
4280 (Layout::place_orphan_sections_in_script): New method definition.
4281 * layout.h (Output_segment_headers, Output_file_header):
4282 New forward class declarations.
4283 (Layout::~Layout): Define.
4284 (Layout::new_output_section_data_from_script): New method definition.
4285 (Layout::place_orphan_sections_in_script): New method declaration.
4286 (Layout::Segment_states): New type declaration.
4287 (Layout::save_segments, Layout::restore_segments,
4288 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
4289 Layout::relaxation_loop_body): New method declarations.
4290 (Layout::Output_section_data_list): New type declaration.
4291 (Layout::Relaxation_debug_check): New class definition.
4292 (Layout::record_output_section_data_from_script_,
4293 Layout::script_output_section_data_list_, Layout::segment_states_,
4294 Layout::relaxation_debug_check_): New data members.
4295 * output.cc: (Output_section_headers::do_size): New method definition.
4296 (Output_section_headers::Output_section_headers): Move size
4297 computation to Output_section_headers::do_size.
4298 (Output_segment_headers::do_size): New method definition.
e1df38aa 4299 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
4300 Output_file_header::do_size and call it.
4301 (Output_file_header::do_size): New method definition.
4302 (Output_data_group::Output_data_group): Adjust call to
4303 Output_section_data.
4304 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
4305 (Output_symtab_xindex::do_write): Add array bound check.
4306 (Output_section::Input_section::print_to_mapfile): Handle
4307 RELAXED_INPUT_SECTION_CODE.
4308 (Output_section::Output_section): Initialize data member checkpoint_.
4309 (Output_section::~Output_section): Delete checkpoint object pointed
4310 by checkpoint_.
4311 (Output_section::add_input_section): Always add an Input_section if
4312 relaxing.
4313 (Output_section::add_merge_input_section): Add assert.
4314 (Output_section::relax_input_section): New method definition.
4315 (Output_section::set_final_data_size): Set load address to zero for
4316 an unallocated section.
4317 (Output_section::do_address_and_file_offset_have_reset_values):
4318 New method definition.
4319 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
4320 Handle relaxed input section.
4321 (Output_section::sort_attached_input_sections): Checkpoint input
4322 section list lazily.
4323 (Output_section::get_input_sections): Change type of input_sections to
4324 list of Simple_input_section pointers. Checkpoint input section list
4325 lazily. Also handle relaxed input sections.
4326 (Output_section::add_input_section_for_script): Take a reference to
4327 a Simple_input_section object instead of Relobj pointer and section
4328 index as parameter. Handle relaxed input sections.
4329 (Output_section::save_states, Output_section::restore_states): New
4330 method definitions.
4331 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
4332 (Output_data::is_data_size_fixed): New method definition.
4333 (Output_data::reset_addresss_and_file_offset): Do not reset data size
4334 if it is fixed.
4335 (Output_data::address_and_file_offset_have_reset_values): New method
4336 definition.
4337 (Output_data::do_address_and_file_offset_have_reset_values): New method
4338 definition.
4339 (Output_data::set_data_size): Check that data size is not fixed.
4340 (Output_data::fix_data_size): New method definition.
4341 (Output_data::is_data_size_fixed_): New data member.
4342 (Output_section_headers::set_final_data_size): New method definition.
4343 (Output_section_headers::do_size): New method declaration.
4344 (Output_segment_headers::set_final_data_size): New method definition.
4345 (Output_segment_headers::do_size): New method declaration.
4346 (Output_file_header::set_final_data_size)::New method definition.
4347 (Output_file_header::do_size)::New method declaration.
4348 (Output_section_data::Output_section_data): Add new parameter
4349 is_data_size_fixed and use it to fix data size.
4350 (Output_data_const::Output_data_const): Adjust call to base class
4351 constructor and fix data size.
4352 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
4353 base class constructor and fix data size.
4354 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
4355 base class constructor and fix data size.
4356 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
4357 class constructor and fix data size.
4358 (Output_data_group::set_final_data_size): New method definition.
4359 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
4360 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
4361 class constructor and fix data size.
4362 (Output_relaxed_input_section): New class definition.
4363 (Output_section::Simple_input_section): New class definition.
4364 (Output_section::get_input_sections): Adjust parameter list.
4365 (Output_section::add_input_section_for_script): Same.
4366 (Output_section::save_states, Output_section::restore_states,
4367 Output_section::do_address_and_file_offset_have_reset_values,
4368 (Output_section::Input_section::Input_section): Handle
4369 RELAXED_INPUT_SECTION_CODE. Add new overload for
4370 Output_relaxed_input_section.
4371 (Output_section::Input_section::is_input_section,
4372 Output_section::Input_section::set_output_section): Handle relaxed
4373 input section.
4374 (Output_section::Input_section::is_relaxed_input_section,
4375 Output_section::Input_section::output_section_data,
4376 Output_section::Input_section::relaxed_input_section): New method
4377 definitions.
4378 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
4379 value.
4380 (Output_section::Input_section::u1_): Update comments.
4381 (Output_section::Input_section::u2_): Add new union member poris.
4382 (Output_section::Checkpoint_output_section): New classs definition.
4383 (Output_section::relax_input_section): New method declaration.
4384 (Output_section::checkpoint_): New data member.
4385 (Output_segment): Update comments.
4386 (Output_segment::Output_segment): Un-privatize copy constructor.
4387 (Output_segment::operator=): Un-privatize.
4388 * script-sections.cc (Output_section_element::Input_section_list):
4389 Change element type to Output_section::Simple_input_section.
4390 (Output_section_element_dot_assignment::set_section_addresses):
4391 Register output section data for relaxation clean up.
4392 (Output_data_exression::Output_data_expression): Adjust call to base
4393 constructor to fix data size.
4394 (Output_section_element_data::set_section_addresses): Register
4395 Output_data_expression object for relaxation clean up.
4396 (struct Input_section_info): Replace Relobj pointer and section index
4397 pair with Output_section::Simple_input_section and Convert struct to a
4398 class.
4399 (Input_section_sorter::operator()): Adjust access to
e1df38aa 4400 Input_section_info data member to use accessors.
20e6d0d6
DK
4401 (Output_section_element_input::set_section_addresses): Use layout
4402 parameter. Adjust code to use Output_section::Simple_input_section
4403 and Input_secction_info classes. Register filler for relaxation
4404 clean up.
4405 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
4406 and section index pair with Output_section::Simple_input_section
4407 class. Adjust code accordingly.
4408 (Phdrs_element::release_segment): New method definition.
4409 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
4410 segment list.
4411 (Script_sections::release_segments): New method definition.
4412 * gold/script-sections.h (Script_sections::release_segments): New
4413 method declaration.
4414 * gold/target.h (Target::may_relax, Target::relax,
4415 Target::do_may_relax, Target::do_relax): New method definitions.
4416
5e445df6
ILT
44172009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4418
4419 * arm.cc (has_signed_unsigned_overflow): New function.
4420 (Arm_relocate_functions::abs8): New function.
4421 (Target_arm::Scan::local): Handle R_ARM_ABS8.
4422 (Target_arm::Scan::global): Likewise.
4423 (Target_arm::relocate::relocate): Likewise.
4424 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
4425 Likewise.
4426
8c604651 44272009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
4428
4429 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
4430 * testsuite/Makefile.in: Regenerate.
4431
1e9cc1c2
NC
44322009-09-11 Nick Clifton <nickc@redhat.com>
4433
4434 * po/gold.pot: Updated by the Translation project.
4435
6a89f575
CC
44362009-09-08 Cary Coutant <ccoutant@google.com>
4437
4438 * output.cc (Output_file::open): Add execute permission to empty file.
4439 * testsuite/Makefile.am (permission_test): New test.
4440 * testsuite/Makefile.in: Regenerate.
4441
fdcac5af
ILT
44422009-09-02 Ian Lance Taylor <iant@google.com>
4443
4444 * output.cc (Output_file::resize): Call map_no_anonymous rather
4445 than map.
4446
44453f85
ILT
44472009-09-01 Mikolaj Zalewski <mikolajz@google.com>
4448
4449 * gold.cc: Include "incremental.h".
4450 (queue_initial_tasks): Call Incremental_checker methods.
4451 * incremental.cc: Include "output.h".
4452 (Incremental_checker::can_incrementally_link_output_file): New
4453 method.
4454 * incremental.h (Incremental_checker): New class.
4455
4456 * output.cc (Output_file::open_for_modification): New method.
4457 (Output_file::map_anonymous): Changed return type to bool. Record
4458 map in base_ field.
4459 (Output_file::map_no_anonymous): New method, broken out of map.
4460 (Output_file::map): Use map_no_anonymous and map_anonymous.
4461 * output.h (class Output_file): Update declarations.
4462
293c1386
CC
44632009-08-24 Cary Coutant <ccoutant@google.com>
4464
4465 * options.h (Command_line::Pre_options): New class.
4466 (Command_line::pre_options): New member.
4467 * options.cc (gold::options::ready_to_register): New variable.
4468 (One_option::register_option): Do nothing if not registering options.
4469 Assert if same short option registered twice.
4470 (General_options::General_options): Turn off option registration when
4471 done constructing.
4472 (Command_line::Pre_options::Pre_options): New constructor.
4473
f773f3d2
CC
44742009-08-24 Cary Coutant <ccoutant@google.com>
4475
06a73cfe
CC
4476 * options.h (General_options::no_keep_memory): Remove incorrect
4477 short option.
f773f3d2 4478
a15af8e2
RW
44792009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4480
4481 * Makefile.am (am__skiplex, am__skipyacc): New.
4482 * Makefile.in: Regenerate.
4483
c462b41b
RW
44842009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4485
14ec8efd
RW
4486 * Makefile.am (AM_CPPFLAGS): Renamed from ...
4487 (INCLUDES): ... this.
4488 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
4489 (AM_CPPFLAGS): Renamed from ...
4490 (INCLUDE): ... this.
4491 * Makefile.in, testsuite/Makefile.in: Regenerate.
4492
81ecdfbb
RW
4493 * Makefile.in: Regenerate.
4494 * aclocal.m4: Likewise.
4495 * config.in: Likewise.
4496 * configure: Likewise.
4497 * testsuite/Makefile.in: Likewise.
4498
c462b41b
RW
4499 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
4500 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
4501 * Makefile.in: Regenerate.
4502 * testsuite/Makefile.in: Regenerate.
4503
2da73f13
CC
45042009-08-19 Cary Coutant <ccoutant@google.com>
4505
4506 * resolve.cc (Symbol_table::resolve): Don't complain about defined
4507 symbols in shared libraries overridden by hidden or internal symbols
4508 in the main program.
4509
2db70501
CD
45102009-08-19 Chris Demetriou <cgd@google.com>
4511
4512 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
4513 checking source file names in error messages.
4514
f733487b
DK
45152009-08-18 Doug Kwan <dougkwan@google.com>
4516
4517 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
4518 an elcpp::Ehdr as parameter. Adjust call to set_target.
4519 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
4520 an elfcpp::Ehdr as parameter.
4521 * object.cc (Object::set_target): Remove the version that looks up
4522 a target and sets it.
4523 (Sized_relobj::setup): Take a Target object instead of
4524 an elfcpp::Ehdr as parameter. Adjust call to set_target.
4525 (make_elf_sized_object): Find target and ask target to
4526 make an ELF object.
4527 * object.h: (Object::set_target): Remove the version that looks up
4528 a target and sets it.
4529 (Sized_relobj::setup): Take a Target object instead of
4530 an elfcpp:Ehdr as parameter.
4531 * target.cc: Include dynobj.h.
4532 (Target::do_make_elf_object_implementation): New.
4533 (Target::do_make_elf_object): New.
4534 * target.h (Target::make_elf_object): New template declaration.
4535 (Target::do_make_elf_object): New method declarations.
4536 (Target::do_make_elf_object_implementation): New template declaration.
4537
cc70f101
ILT
45382009-08-14 Ian Lance Taylor <iant@google.com>
4539
4540 * gold.h (FUNCTION_NAME): Define.
4541 (gold_unreachable): Use FUNCTION_NAME.
4542
ef5e0cb1
ST
45432009-08-12 Sriraman Tallam <tmsriram@google.com>
4544
4545 * icf.cc (Icf::find_identical_sections): Issue a warning when a
4546 symbol in the --keep-unique list is not found.
4547
48c187ce
ST
45482009-08-12 Sriraman Tallam <tmsriram@google.com>
4549
4550 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
4551 been maked as --keep-unique.
4552 (Icf::unfold_section): New function.
4553 * icf.h (Icf::unfold_section): New function.
4554 * options.h (General_options::keep_unique): New option.
4555 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
4556 * testsuite/Makefile.in: Regenerate.
4557 * testsuite/icf_keep_unique_test.sh: New file.
4558 * testsuite/icf_keep_unique_test.cc: New file.
4559
645afe0c
CC
45602009-08-12 Cary Coutant <ccoutant@google.com>
4561
4562 PR 10471
4563 * resolve.cc (Symbol_table::resolve): Check for references from
4564 dynamic objects to hidden and internal symbols.
4565 * testsuite/Makefile.am (hidden_test.sh): New test.
4566 * testsuite/Makefile.in: Regenerate.
4567 * testsuite/hidden_test.sh: New script.
4568 * testsuite/hidden_test_1.c: New test source.
4569 * testsuite/hidden_test_main.c: New test source.
4570
11af873f
DK
45712009-08-11 Doug Kwan <dougkwan@google.com>
4572
4573 * arm.cc: Update comments.
4574 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
4575 segment to locate the .ARM.exidx section if present.
4576
b9f7d72d
DK
45772009-08-09 Doug Kwan <dougkwan@google.com>
4578
4579 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
4580 patch.
4581
ddd3c53c
ST
45822009-08-07 Sriraman Tallam <tmsriram@google.com>
4583 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
4584 compiler warnings.
4585
27721062
ST
45862009-08-06 Sriraman Tallam <tmsriram@google.com>
4587
4588 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
4589 valid tls_segment only for non-debug-section relocations.
4590 * testsuite/Makefile.am: Add gc_tls_test.
4591 * testsuite/Makefile.in: Regenerate.
4592 * testsuite/gc_tls_test.cc: New file.
4593 * testsuite/gc_tls_test.sh: New file.
4594
ef15dade 45952009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 4596
ef15dade
ST
4597 * icf.cc: New file.
4598 * icf.h: New file.
4599 * Makefile.am (CCFILES): Add icf.cc.
4600 (HFILES): Add icf.h
4601 * Makefile.in: Regenerate.
4602 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
4603 * gc.h (gc_process_relocs): Populate lists used by icf to contain
4604 section, symbol and addend information for the relocs.
4605 * gold.cc (queue_middle_tasks): Call identical code folding.
4606 * gold.h: Add defines for multimap.
4607 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
4608 to the call of finalize_local_symbols.
4609 * main.cc (main): Create object of class Icf.
4610 * object.cc (Sized_relobj::do_layout): Allow this function to be
4611 called twice during icf.
4612 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
4613 to sections marked as identical by icf.
4614 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
4615 when available.
4616 (Sized_relobj::do_section_entsize): New function.
4617 * object.h (Object::section_entsize): New function.
4618 (Object::do_section_entsize): New pure virtual function.
4619 (Relobj::finalize_local_symbols): Add new parameter.
4620 (Relobj::do_section_entsize): New function.
4621 * options.h (General_options::icf): New option.
4622 (General_options::icf_iterations): New option.
4623 (General_options::print_icf_sections): New option.
4624 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
4625 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
4626 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
4627 icf.
4628 * symtab.cc (Symbol_table::is_section_folded): New function.
4629 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
4630 to sections marked as identical by icf.
4631 * symtab.h (Symbol_table::set_icf): New function.
4632 (Symbol_table::icf): New function.
4633 (Symbol_table::is_section_folded): New function.
4634 (Symbol_table::icf_): New data member.
4635 * target-reloc.h (relocate_section): Ignore sections folded by icf.
4636 * testsuite/Makefile.am: Add commands to build icf_test.
4637 * testsuite/Makefile.in: Regenerate.
4638 * testsuite/icf_test.sh: New file.
4639 * testsuite/icf_test.cc: New file.
4640
c3b65ac4
CD
46412009-07-24 Chris Demetriou <cgd@google.com>
4642
4643 * layout.cc (is_compressible_debug_section): Fix incorrect
4644 comment about compressed section names.
4645
1caf2c51
ILT
46462009-07-20 Ian Lance Taylor <ian@airs.com>
4647
4648 PR 10419
4649 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
4650
1ef4d87f
ILT
46512009-07-16 Ian Lance Taylor <iant@google.com>
4652
4653 PR 10400
4654 * layout.h: #include <map>.
4655 (class Kept_section): Change from struct to class. Add accessors
4656 and setters. Add section size to Comdat_group mapping. Change
4657 Comdat_group to std::map. Add is_comdat_ field. Add
4658 linkonce_size field in union.
4659 (class Layout): Update declaration of find_or_add_kept_section.
4660 Don't declare find_kept_object.
4661 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
4662 parameter. Add object, shndx, is_comdat, and is_group_name
4663 parameters. Change all callers. Adjust for new Kept_section.
4664 (Layout::find_kept_object): Remove.
4665 * object.cc (Sized_relobj::include_section_group): Update use of
4666 Kept_section. Rename secnum to shndx. Only record
4667 Kept_comdat_section if sections are the same size.
4668 (Sized_relobj::include_linkonce_section): Update use of
4669 Kept_section. Only record Kept_comdat_section if sections are the
4670 same size. Set size of linkonce section.
4671 (Sized_relobj::map_to_kept_section): Update call to
4672 get_kept_comdat_section.
4673 * object.h (class Sized_relobj): Rename fields in
4674 Kept_comdat_section to drop trailing underscores; change object
4675 field to Relobj*. Change Kept_comdat_section_table to store
4676 struct rather than pointer.
4677 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
4678 Add kept_object and kept_shndx parameters. Change all callers.
4679 (Sized_relobj::get_kept_comdat_section): Change return type to
4680 bool. Add kept_object and kept_shndx parameters. Change all
4681 callers.
4682 * plugin.cc (Pluginobj::include_comdat_group): Update call to
4683 Layout::find_or_add_kept_section.
4684
37c3b7b0
ILT
46852009-07-09 Ian Lance Taylor <iant@google.com>
4686
4687 * merge.cc (Object_merge_map::initialize_input_to_output_map):
4688 Reserve space in the hash table.
4689
98fa85cb
ILT
46902009-07-06 Mikolaj Zalewski <mikolajz@google.com>
4691
4692 * fileread.cc (File_read::get_mtime): New method.
4693 * fileread.h (Timespec): New structure.
4694 (File_read::get_mtime): New method.
4695 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
4696 Renamed from timestamp_nsec.
4697 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
4698 Elf_Xword.
e1df38aa 4699 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 4700 timestamp_nsec.
e1df38aa 4701 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
4702 (Incremental_inputs::report_obejct): Save mtime; style fix.
4703 (Incremental_inputs::report_script): Save mtime; style fix.
4704 (Incremental_inputs::finalize_inputs): Style fix.
4705 (Incremental_inputs::finalize): Style fix.
4706 (Incremental_inputs::create_input_section_data): Store inputs
4707 mtime.
4708 * incremental.h (Incremental_inputs::report_script): Add mtime
4709 argument.
4710 (Incremental_inputs::Input_info::Input_info): Intialize only one
4711 union member.
4712 (Incremental_inputs::Input_info::archive): Move to nameless
4713 union.
4714 (Incremental_inputs::Input_info::obejct): Move to nameless union.
4715 (Incremental_inputs::Input_info::script): Move to nameless union.
4716 (Incremental_inputs::mtime): New field.
4717 * script.cc (read_input_script): Pass file mtime to
4718 Incremental_input.
4719 * script.h (Script_info::inputs): Style fix.
4720
c9d70757
ILT
47212009-07-01 Ian Lance Taylor <ian@airs.com>
4722
4723 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
4724 instead of 32.
4725
9c547ec3
ILT
47262009-06-24 Ian Lance Taylor <iant@google.com>
4727
4728 PR 10156
4729 * layout.cc (Layout::choose_output_section): If we find an
4730 existing section, update the flags.
4731 (Layout::create_notes): New function, broken out of
4732 Layout::finalize.
4733 (Layout::finalize): Don't create note sections.
4734 (Layout::create_note): Don't crash if linker script discards
4735 section.
4736 (Layout::create_gold_note): Likewise.
4737 (Layout::create_build_id): Likewise. Don't set
4738 after_input_sections on the section.
4739 (Layout::create_executable_stack_info): Remove target parameter.
4740 Change caller.
4741 * layout.h (class Layout): Declare create_notes. Update
4742 declaration of create_executable_stack_info.
4743 * gold.cc (queue_middle_tasks): Call create_notes.
4744 * output.cc (Output_section::update_flags_for_input_section): Move
4745 here from output.h. If SHF_ALLOC flag is newly set, mark address
4746 invalid.
4747 * output.h (Output_data::mark_address_invalid): New function.
4748 (class Output_section): Only declare, not define,
4749 update_flags_for_input_section. Remove set_flags.
4750
55458500
ILT
47512009-06-24 Ian Lance Taylor <iant@google.com>
4752
4753 * script-sections.cc (Output_section_definition::
4754 set_section_addresses): Rename shadowing local load_address to
4755 laddr.
4756
1307d6cd
ILT
47572009-06-24 Ian Lance Taylor <iant@google.com>
4758
4759 PR 10244
4760 * reloc.cc (relocate_sections): Skip empty relocation sections.
4761
ec3f783e
ILT
47622009-06-23 Ian Lance Taylor <iant@google.com>
4763
4764 PR 10156
4765 * layout.cc (Layout::create_note): Use choose_output_section
4766 rather than make_output_section.
4767
459c9f1c
ILT
47682009-06-23 Ian Lance Taylor <iant@google.com>
4769
4770 PR 10237
4771 * options.cc (General_options::parse_V): Set printed_version_.
4772 (General_options::General_options): Initialize printed_version_.
4773 * options.h (class General_options): Add printed_version_ field.
4774 * gold.cc (queue_initial_tasks): If there are no input files,
4775 don't give a fatal error if we printed the version information.
4776 (queue_middle_tasks): If using -r with a shared object, give a
4777 fatal error rather than an ordinary error.
4778
1518dc8f
ILT
47792009-06-23 Ian Lance Taylor <iant@google.com>
4780
4781 PR 10219
4782 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
4783 (Layout::make_output_section): Set have_stabstr_section_ if we see
4784 a .stab*str section.
4785 (Layout::finalize): Call link_stabs_sections.
4786 (Layout::link_stabs_sections): New file.
4787 * layout.h (class Layout): Add have_stabstr_section_ field.
4788 Declare link_stabs_sections.
4789
3d857b98
DK
47902009-06-23 Doug Kwan <dougkwan@google.com>
4791
4792 * Makefile.am (libgold_a_LIBADD): New.
4793 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
4794 * Makefile.in: Regenerate.
4795 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
4796 * configure: Regenerate.
4797 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
4798 * fileread.cc: Include sys/state.h
4799 * gold.h: Declare memmem and strndup if found missing.
4800 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
4801
0639a6f6
ILT
48022009-06-23 Ian Lance Taylor <iant@google.com>
4803
4804 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
4805 * configure: Rebuild.
4806
8d63875c
ILT
48072009-06-23 Ian Lance Taylor <iant@google.com>
4808
4809 PR 10147
4810 * object.cc (Object::section_contents): Don't try to get a view if
4811 the section has length zero.
4812 (Object::handle_gnu_warning_section): If the section is empty, use
4813 the name of the section as the warning.
4814
f7c8a183
ILT
48152009-06-23 Ian Lance Taylor <iant@google.com>
4816
4817 PR 10133
4818 * stringpool.h (class Stringpool_template): Add optimize_ field.
4819 (Stringpool_template::set_optimize): New function.
4820 * stringpool.cc (Stringpool_template::Stringpool_template):
4821 Initialize optimize_ field.
4822 (Stringpool_template::set_string_offsets): Test local optimize
4823 fild rather than parameter.
4824 * layout.cc (Layout::Layout): Call set_optimize on the section
4825 name stringpool.
4826
e6a307ba
ILT
48272009-06-22 Ian Lance Taylor <iant@google.com>
4828
4829 PR 10030
4830 * yyscript.y: Parse TARGET.
4831 * script.cc (script_set_target): New function.
4832 * script-c.h (script_set_target): Declare.
4833 * options.cc (General_options::string_to_object_format): Rename
4834 from string_to_object_format in anonymous namespace. Change
4835 callers.
4836 * options.h (class General_options): Declare
4837 string_to_object_format.
4838
3ee173de
ILT
48392009-06-22 Ian Lance Taylor <iant@google.com>
4840
4841 * script-sections.cc (Script_sections::create_segments): Don't put
4842 program headers in a PT_LOAD segment if -n or -N.
4843
48442009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
4845
4846 PR 10141
4847 * options.h (class General_options): Add -z lazy and -z now. Sort
4848 -z options into alphabetical order.
4849 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
4850
cd6739a1 48512009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
4852
4853 * layout.cc (Layout::make_output_section): Call
4854 Target::new_output_section.
4855 (Layout::attach_allocated_section_to_segment): Put large section
4856 sections in a separate load segment with the large segment flag
4857 set.
4858 (Layout::segment_precedes): Sort large data segments after other
4859 load segments.
4860 (align_file_offset): New static function.
4861 (Layout::set_segment_offsets): Use align_file_offset.
4862 * output.h (class Output_section): Add is_small_section_ and
4863 is_large_section_ fields.
4864 (Output_section::is_small_section): New function.
4865 (Output_section::set_is_small_section): New function.
4866 (Output_section::is_large_section): New function.
4867 (Output_section::set_is_large_section): New function.
4868 (Output_section::is_large_data_section): New function.
4869 (class Output_segment): Add is_large_data_segment_ field.
4870 (Output_segment::is_large_data_segment): New function.
4871 (Output_segment::set_is_large_data_segment): New function.
4872 * output.cc (Output_section::Output_section): Initialize new
4873 fields.
4874 (Output_segment::Output_segment): Likewise.
4875 (Output_segment::add_output_section): Add assertion that large
4876 data sections always go in large data segments. Force small data
4877 sections to the end of the list of data sections. Force small BSS
4878 sections to the start of the list of BSS sections. For large BSS
4879 sections to the end of the list of BSS sections.
4880 * symtab.h (class Symbol): Declare is_common_shndx.
4881 (Symbol::is_defined): Check Symbol::is_common_shndx.
4882 (Symbol::is_common): Likewise.
4883 (class Symbol_table): Define enum Commons_section_type. Update
4884 declarations. Add small_commons_ and large_commons_ fields.
4885 * symtab.cc (Symbol::is_common_shndx): New function.
4886 (Symbol_table::Symbol_table): Initialize new fields.
4887 (Symbol_table::add_from_object): Put small and large common
4888 symbols in the right list.
4889 (Symbol_table::sized_finalized_symbol): Check
4890 Symbol::is_common_shndx.
4891 (Symbol_table::sized_write_globals): Likewise.
4892 * common.cc (Symbol_table::do_allocate_commons): Allocate new
4893 common symbol lists. Don't call do_allocate_commons_list if the
4894 list is empty.
4895 (Symbol_table::do_allocate_commons_list): Remove is_tls
4896 parameter. Add comons_section_type parameter. Change all
4897 callers. Handle small and large common symbols.
4898 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
4899 Symbol::is_common_shndx.
4900 * resolve.cc (symbol_to_bits): Likewise.
4901 * target.h (Target::small_common_shndx): New function.
4902 (Target::small_common_section_flags): New function.
4903 (Target::large_common_shndx): New function.
4904 (Target::large_common_section_flags): New function.
4905 (Target::new_output_section): New function.
4906 (Target::Target_info): Add small_common_shndx, large_common_shndx,
4907 small_common_section_flags, and large_common_section_flags
4908 fields.
4909 (Target::do_new_output_section): New virtual function.
4910 * arm.cc (Target_arm::arm_info): Initialize new fields.
4911 * i386.cc (Target_i386::i386_info): Likewise.
4912 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
4913 Likewise.
4914 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
4915 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
4916 (Target_x86_64::do_new_output_section): New function.
4917 * configure.ac: Define conditional MCMODEL_MEDIUM.
4918 * testsuite/Makefile.am (check_PROGRAMS): Add large.
4919 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
4920 (large_LDFLAGS): Define.
4921 * testsuite/large.c: New file.
4922 * testsuite/testfile.cc (Target_test::test_target_info):
4923 Initialize new fields.
4924 * configure, testsuite/Makefile.in: Rebuild.
4925
bb04269c
DK
49262009-06-05 Doug Kwan <dougkwan@google.com>
4927
4928 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 4929 * Makefile.in: Regenerate.
bb04269c
DK
4930 * i386.cc (class Target_i386): Define new virtual method to
4931 override do_is_local_label_name in parent.
4932 * object.cc (Sized_relobj::do_count_local_symbols): Discard
4933 local symbols if --discard-locals or -X is given.
4934 * options.h (class General_options): Declare new options
4935 '--discard-locals' and '-X' for discarding locals.
4936 * target.h (class Target): Define new methods is_local_label_name.
4937 Declare new virtual method do_is_local_label_name.
4938 * target.cc: New file.
4939 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
4940 (check_SCRIPTS): Add discard_locals_test.sh.
4941 (check_DATA): Add discard_local_tests.syms.
4942 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
4943 (discard_local_tests.syms, discard_locals_test.o): New make rules.
4944 * testsuite/Makefile.in: Regenerate.
4945 * testsuite/discard_locals_test.c: New file.
4946 * testsuite/discard_locals_test.sh: Same.
4947
805bb01c
DK
49482009-06-05 Doug Kwan <dougkwan@google.com>
4949
4950 * object.cc (Sized_relobj::Sized_relobj): Initialize
4951 discarded_eh_frame_shndx_ to -1U.
4952 (Sized_relobj::do_layout): Record index of a discard .eh_frame
4953 section.
4954 (Sized_relobj::do_count_local_symbols): Skip local symbols in
4955 a discarded .eh_frame section.
4956 (Sized_relobj::do_finalize_local_symbols): Ditto.
4957 * object.h (class Sized_relobj): Declare new member
4958 discarded_eh_frame_shndx_.
4959 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
4960 (local_labels_test.o, local_labels_test): New rules.
4961 * testsuite/Makefile.in: Regenerate.
4962
1dcd334d
DK
49632009-06-04 Doug Kwan <dougkwan@google.com>
4964
4965 * layout.cc (Layout::section_name_mapping): Add mapping for
4966 special ARM sections.
4967
96d49306
DK
49682009-06-03 Doug Kwan <dougkwan@google.com>
4969
4970 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
4971 (utils::has_overflow): Same.
4972
dff16297
ILT
49732009-06-03 Ian Lance Taylor <iant@google.com>
4974
4975 * layout.cc (Layout::section_name_mapping): New array, replacing
4976 Layout::linkonce_mapping.
4977 (Layout::section_name_mapping_count): New variable, replacing
4978 Layout::linkonce_mapping_count.
4979 (Layout::linkonce_output_name): Remove.
4980 (Layout::output_section_name): Rewrite.
4981 * layout.h (class Layout): Rename Linkonce_mapping to
4982 Section_name_mapping, linkonce_mapping to section_name_mapping,
4983 linkonce_mapping_count to section_name_mapping_count. Don't
4984 declare linkonce_output_name.
4985
c121c671
DK
49862009-06-03 Doug Kwan <dougkwan@google.com>
4987
4988 * gold/arm.cc (namespace utils): New.
4989 (Target_arm::reloc_is_non_pic): Define new method.
4990 (class Arm_relocate_functions): New.
4991 (Target_arm::Relocate::relocate): Handle relocation types used by
4992 Android.
4993
07800fab
ILT
49942009-06-03 Ian Lance Taylor <iant@google.com>
4995
4996 * arm.cc (Target_arm::scan::global): Use || instead of |.
4997
c121c671
DK
49982009-06-02 Doug Kwan <dougkwan@google.com>
4999
5000 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
5001 issued_non_pic_error_.
5002 (class Target_arm::Scan): Declare new method check_non_pic.
5003 Define new method symbol_needs_plt_entry.
5004 Declare new data member issued_non_pic_error_.
5005 (class Target_arm::Relocate): Declare new method
5006 should_apply_static_reloc.
5007 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
5008 (Target_arm::Scan::check_non_pic): Define new method.
5009 (Target_arm::Scan::local): Handle a small subset of reloc types used
5010 by Android.
5011 (Target_arm::Scan::local): Same.
5012 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
5013
b19b0c6d
ILT
50142009-05-31 Mikolaj Zalewski <mikolajz@google.com>
5015
5016 * incremental.cc (Incremental_inputs::report_command_line): Filter
5017 out --incremental-* options.
5018
94cdfcff
DK
50192009-05-29 Doug Kwan <dougkwan@google.com>
5020
5021 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
5022 template class.
5023 (class Target_arm): Update comment.
5024 (Target_arm::Target_arm): Initialize new data members GOT_,
5025 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
5026 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
5027 and Target_arm::rel_dyn_section.
5028 Declare new_enum Target_arm::Got_type.
5029 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
5030 and DYNBSS_.
5031 Update commments for member do_dynsym_value.
5032 (Target_arm::got_size, Target_arm::plt_section,
5033 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
5034 new methods inside class defintion.
5035 (Target_arm::got_section): Define new method.
5036 (Target_arm::rel_dyn_section): Same.
5037 (Output_data_plt_arm): New template class.
5038 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
5039 (Output_data_plt_arm:do_adjust_output_section): Define new method.
5040 (Output_data_plt_arm::add_entry): Same.
5041 (Output_data_plt_arm::first_plt_entry): Define new
5042 static data member for PLT instruction template.
5043 (Output_data_plt_arm::plt_entry): Same.
5044 (Output_data_plt_arm::do_write): Define new method.
5045 (Target_arm::make_plt_entry): Same.
5046 (Target_arm::do_finalize_sections): Same.
5047 (Target_arm::do_dynsym_value): Same.
5048
4a657b0d
DK
50492009-05-28 Doug Kwan <dougkwan@google.com>
5050
5051 * Makefile.am (TARGETSOURCES): Add arm.cc.
5052 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
5053 * Makefile.in: Regenerate.
5054 * arm.cc: New file.
5055 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
5056
e7ae8c36
DK
50572009-05-26 Doug Kwan <dougkwan@google.com>
5058
5059 * options.cc (General_options::parse_exclude_libs). Fix a comment.
5060 (General_options::check_excluded_libs): Strip off directories in
5061 archive name before matching like GNU ld does.
5062 * testsuite/Makefile.am (MOSTLYCLEANFILES,
5063 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
5064 (exclude_libs_test_LDFLAGS): Add linker option
5065 -Wl,--exclude-libs,libexclude_libs_test_3
5066 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
5067 an explicit archive without using -l.
5068 (alt/libexclude_libs_test_3.a): New make rule.
5069 * testsuite/Makefile.in: Regenerate.
5070 * testsuite/exclude_libs_test.c : Declare lib3_default().
5071 (main): Call it.
5072 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
5073 * exclude_libs_test_3.c: New file.
5074
f12e7348
NC
50752009-05-26 Nick Clifton <nickc@redhat.com>
5076
5077 * po/id.po: New Indonesian translation.
5078 * po/gold.pot: Updated template file.
5079
4daadc0d
ST
50802009-05-22 Sriraman Tallam <tmsriram@google.com>
5081
e1df38aa 5082 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
5083 gc_comdat_test files. Add -Wl,--gc-sections to build
5084 gc_comdat_test.
5085 * testsuite/Makefile.in: Regenerate.
5086 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
5087
531813ad
ST
50882009-05-21 Sriraman Tallam <tmsriram@google.com>
5089
5090 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
5091 kept comdat section was garbage collected.
5092 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
5093 * testsuite/Makefile.in: Regenerate.
5094 * testsuite/gc_comdat_test.sh: New file.
5095 * testsuite/gc_comdat_test_1.cc: New file.
5096 * testsuite/gc_comdat_test_2.cc: New file.
5097
65514900
CC
50982009-05-19 Doug Kwan <dougkwan@google.com>
5099
5100 * archive.cc (Archive::Archive): Move constructor from archive.h
5101 to here. Initialize no_export_.
5102 (Archive::get_elf_object_for_member): Set no_export flag of object.
5103 * archive.h (Archive::Archive): Move constructor body to
5104 archive.cc.
5105 (Archive::no_export): New method.
5106 (Archive::no_export_): New field.
5107 * object.h (Object::Object): Initialize no_export_ to false.
5108 (Object::no_export, Object::set_no_export): New methods.
5109 (Object::no_export_): New field.
5110 * options.cc (General_options::parse_exclude_libs): New method.
5111 (General_options::check_excluded_libs) Same.
5112 * options.h (exclude_libs): New option.
5113 (General_options::check_excluded_libs): New method declaration.
5114 (General_options::excluded_libs_): New field.
5115 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
5116 default or protected visibility if an object has no-export flag set.
5117 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
5118 (check_SCRIPTS): Add exclude_libs_test.sh.
5119 (check_DATA): Add exclude_libs_test.syms.
5120 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
5121 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
5122 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
5123 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
5124 (exclude_libs_test.syms, libexclude_libs_test_1.a,
5125 libexclude_libs_test_2.a): New rules.
5126 * testsuite/Makefile.in: Regenerate.
5127 * testsuite/exclude_libs_test.c: New file.
5128 * testsuite/exclude_libs_test.sh: Ditto.
5129 * testsuite/exclude_libs_test_1.c: Ditto.
5130 * testsuite/exclude_libs_test_2.c: Ditto.
5131
1b77ea50
ILT
51322009-05-15 Ian Lance Taylor <iant@google.com>
5133
5134 * configure.ac: Check for declarations for cases where libiberty.h
5135 checks HAVE_DECL_xxx.
5136 * configure, config.in: Rebuild.
5137
072fe7ce
ILT
51382009-05-15 Mikolaj Zalewski <mikolajz@google.com>
5139
5140 * gold.h (Incremental_argument_list): Remove (invalid) forward
5141 declaration.
5142 * incremental.cc (Incremental_inputs::report_achive): New method.
5143 (Incremental_inputs::report_object): New method.
5144 (Incremental_inputs::report_script): New method.
5145 (Incremental_inputs::finalize_inputs): New method.
5146 (Incremental_inputs::finalize): Call finalize_inputs().
5147 (Incremental_inputs::sized_create_incremental_inputs_section_data):
5148 Create inputs entries.
5149 * incremental.h (Incremental_input_type): New enum.
5150 (Incremental_inputs::Incremental_input): Initialize new fields.
5151 (Incremental_inputs::report_inputs): New method.
5152 (Incremental_inputs::report_achive): New method.
5153 (Incremental_inputs::report_object): New method.
5154 (Incremental_inputs::report_script): New method.
5155 (Incremental_inputs::finalize_inputs): New method.
5156 (Incremental_inputs::Input_info): New struct.
5157 (Incremental_inputs::Input_info_map): New typedef.
5158 (Incremental_inputs::lock_): New field.
5159 (Incremental_inputs::Inputs_): New field.
5160 (Incremental_inputs::Inputs_map): New field.
5161 * main.cc (main): Call Incremental_input::report_inputs.
5162 * options.h (Input_argument_list): Typedef moved from
5163 Input_arguments.
5164 (Input_file_group::Files): Remove, use ::Input_argument_list.
5165 (Input_file_group::Input_argument_list): Remove, use
5166 ::Input_argument_list.
5167 * plugin.cc (Plugin_manager::add_input_file): Add error in
5168 incremental build.
5169 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
5170 functions.
5171 * script.cc (read_input_script): Call
5172 Incremental_input::report_script.
5173 * script.h (Script_info): New class.
5174
b0481b0b
ILT
51752009-04-27 Ian Lance Taylor <iant@google.com>
5176
5177 * x86_64.cc (do_adjust_output_section): Set entsize to
5178 plt_entry_size.
5179
b22a5a41 51802009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
5181
5182 * output.cc (Output_file::close): After short writes, continue
5183 writing from the correct offset in the buffer being written.
5184
40fde488
CD
51852009-04-23 Chris Demetriou <cgd@google.com>
5186
5187 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
5188 * configure: Regenerate.
5189 * config.in: Regenerate.
5190 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
5191 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
5192
3ce2c28e
ILT
51932009-04-21 Mikolaj Zalewski <mikolajz@google.com>
5194
5195 * incremental.cc (Incremental_inputs_header_data): Renamed from
5196 Incremental_input_header_data.
5197 (Incremental_inputs_header_data::data_size): New field.
5198 (Incremental_inputs_header_data::put_input_file_count): Renamed
5199 from input_file_count.
5200 (Incremental_inputs_header_data::put_command_line_offset): Renamed
5201 from command_line_offset.
5202 (Incremental_inputs_header_data::put_reserved): Renamed from
5203 put_reserved.
5204 (Incremental_inputs_entry_data): Renamed from
5205 Incremental_input_entry_data.
5206 (Incremental_inputs_entry_data::data_size): New field.
5207 (Incremental_inputs::report_command_line): New method.
5208 (Incremental_inputs::finalize): New method.
5209 (Incremental_inputs::create_incremental_inputs_data): New method.
5210 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
5211 * incremental.h: New file.
5212 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
5213 (Layout::finalize): Create incremental inputs section in
5214 incremental builds.
5215 (Layout::create_incremental_info_sections): New method.
5216 * layout.h (Layout::incremental_inputs): New method.
5217 (Layout::create_incremental_info_sections): New method.
5218 (Layout::incremental_inputs_): New field.
5219 * main.cc (main): Notify Incremental_input of the command line.
5220
e55bde5e
ILT
52212009-04-01 Ian Lance Taylor <iant@google.com>
5222 Mikolaj Zalewski <mikolajz@google.com>
5223
5224 * gold.h (reserve_unordered_map): Define, three versions, one for
5225 each version of Unordered_map.
5226 * layout.cc (Layout::Layout): Remove options parameter. Add
5227 number_of_input_files parameter. Don't initialize options_.
5228 Initialize number_of_input_files_ and resized_signatures_. Move
5229 sections_are_attached_.
5230 (Layout::layout_group): Reserve space for group_signatures_.
5231 (Layout::find_or_add_kept_section): Change name parameter to be a
5232 reference. Resize signatures_ map when it gets large enough.
5233 (Layout::layout_eh_frame): Use parameters->options() instead of
5234 this->options_.
5235 (Layout::make_output_section): Likewise.
5236 (Layout::attach_allocated_section_to_segment): Likewise.
5237 (Layout::finalize, Layout::create_executable_stack): Likewise.
5238 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
5239 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
5240 * layout.h (class Layout): Update declarations. Remove options_
5241 field. Add number_of_input_files_ and resized_signatures_
5242 fields. Move sections_are_attached_ field.
5243 * main.cc (main): Pass number of input files to Layout
5244 constructor. Don't pass options.
5245
154b857c
ILT
52462009-03-30 Ian Lance Taylor <iant@google.com>
5247
5248 * ffsll.c (ffsll): Correct implementation.
5249
2f35ab9b
ILT
52502009-03-27 Ian Lance Taylor <iant@google.com>
5251
fd03461a
ILT
5252 * ffsll.c: New file.
5253 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
5254 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
5255 * ftruncate.c (ftruncate): Declare before definition.
5256 * mremap.c (mremap): Likewise.
5257 * pread.c (pread): Likewise.
5258 * configure, Makefile.in, config.in: Rebuild.
5259
2f35ab9b
ILT
5260 * mremap.c: New file.
5261 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
5262 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
5263 (mremap): Declare if HAVE_MREMAP is not defined.
5264 * configure, Makefile.in, config.in: Rebuild.
5265
33aea2fd
CC
52662009-03-27 Cary Coutant <ccoutant@google.com>
5267
5268 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
5269 position independent.
5270 * sparc.cc (Target_sparc::check_non_pic): Likewise.
5271 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
5272
6d479619
CC
52732009-03-24 Cary Coutant <ccoutant@google.com>
5274
5275 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
5276 an executable.
5277 (needs_dynamic_reloc): Likewise.
5278
afc06bb8
ILT
52792009-03-24 Ian Lance Taylor <iant@google.com>
5280
5281 * yyscript.y (file_cmd): Recognize EXTERN.
5282 (extern_name_list, extern_name_list_body): New nonterminals.
5283 * script.cc (script_add_extern): Define.
5284 * script-c.h (script_add_extern): Declare.
5285
f6060a4d
ILT
52862009-03-24 Rafael Avila de Espindola <espindola@google.com>
5287
5288 * object.cc (is_elf_object): Define.
5289 * object.h (is_elf_object): Declare.
5290 * archive.cc (Archive::get_elf_object_for_member): Call
5291 is_elf_object.
33aea2fd 5292 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 5293
26736d8e
ILT
52942009-03-24 Elliott Hughes <enh@google.com>
5295
5296 * output.cc (Output_file::map_anonymous): Define.
5297 (Output_file::map): Use map_anonymous. If the regular mmap fails,
5298 try an anonymous one. Report the size if the mmap fails.
5299 * output.h (class Output_file): Declare map_anonymous.
5300
22fd9730
ILT
53012009-03-24 Ian Lance Taylor <iant@google.com>
5302
5303 * target-select.cc (instantiate_target): Don't acquire the lock if
5304 the instantiated_target_ field has already been set.
5305
cb010894
ILT
53062009-03-23 Ian Lance Taylor <iant@google.com>
5307
7f055c20
ILT
5308 * gold-threads.h (class Initialize_lock): Define.
5309 * gold-threads.cc (class Initialize_lock_once): Define.
5310 (initialize_lock_control): New static variable.
5311 (initialize_lock_pointer): New static variable.
5312 (initialize_lock_once): New static function.
5313 (Initialize_lock::Initialize_lock): Define.
5314 (Initialize_lock::initialize): Define.
5315 * target-select.h: Include "gold-threads.h".
5316 (class Target_selector): Add lock_ and initialize_lock_ fields.
5317 Don't define instantiate_target, just declare it.
5318 * target-select.cc (Target_selector::Target_selector): Initialize
5319 new fields.
5320 (Target_selector::instantiate_target): Define.
5321 * descriptors.h: Include "gold-threads.h".
5322 (class Descriptors): Add initialize_lock_ field.
5323 * descriptors.cc (Descriptors::Descriptors): Initialize new
5324 field.
5325 (Descriptors::open): Use initialize_lock_ field
5326 * errors.h (class Errors): Add initialize_lock_ field.
5327 * errors.cc (Errors::Errors): Initialize new field.
5328 (Errors::initialize_lock): Use initialize_lock_ field.
5329 * powerpc.cc (class Target_selector_powerpc): Remove
5330 instantiated_target_ field. In do_recognize call
5331 instantiate_target rather than do_instantiate_target. In
5332 do_instantiate_target just allocate a new target.
5333 * sparc.cc (class Target_selector_sparc): Likewise.
5334
36959681
ILT
5335 * freebsd.h: New file.
5336 * i386.cc: Include "freebsd.h".
5337 (Target_i386): Derive from Target_freebsd rather than
5338 Sized_target.
5339 (Target_selector_i386): Derive from Target_selector_freebsd rather
5340 than Target_selector.
5341 * x86_64.cc: Include "freebsd.h".
5342 (Target_x86_64): Derive from Target_freebsd rather than
5343 Sized_target.
5344 (Target_selector_x86_64): Derive from Target_selector_freebsd
5345 rather than Target_selector.
5346 * target.h (class Target): Add adjust_elf_header and
5347 do_adjust_elf_header.
5348 * output.cc (Output_file_header:: do_sized_write): Call target
5349 adjust_elf_header routine.
5350 * configure.tgt: Set targ_osabi.
5351 * configure.ac: Define GOLD_DEFAULT_OSABI.
5352 * parameters.cc (Parameters::default_target): Pass
5353 GOLD_DEFAULT_OSABI to select_target.
5354 * target-select.h (class Target_selector): Make instantiate_target
5355 protected rather than private.
5356 * Makefile.am (HFILES): Add freebsd.h.
5357 * configure, Makefile.in, config.in: Rebuild.
5358
cb010894
ILT
5359 * merge.cc (do_add_input_section): Correct pend value. Change
5360 message about last entry not being null terminated from error to
5361 warning.
5362
0e879927
ILT
53632009-03-20 Mikolaj Zalewski <mikolajz@google.com>
5364
5365 * incremental.cc: New file.
5366 * Makefile.am (CCFILES): Add incremental.cc.
5367 * Makefile.in: Rebuild.
5368
41105937
PP
53692009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
5370
5371 * layout.cc (Layout::output_section_name): Preserve names
5372 of '.note.' sections.
e1df38aa 5373
60439920
ILT
53742009-03-19 Ian Lance Taylor <iant@google.com>
5375
5376 * descriptors.cc (Descriptors::open): Check that the options are
5377 valid before using them.
5378
0d371ad3
ILT
53792009-03-18 Ian Lance Taylor <iant@google.com>
5380
5381 * script-sections.h: Include <list>.
5382 (class Script_sections): Change Sections_elements from std::vector
5383 to std::list. Typedef public Elements_iterator. Add
5384 orphan_section_placement_, data_segment_align_start_, and
5385 saw_data_segment_align_ fields. Remove data_segment_align_index_
5386 field.
5387 * script-sections.cc (class Orphan_section_placement): New class.
5388 (class Sections_element): Add virtual functions is_relro and
5389 orphan_section_init. Remove virtual function place_orphan_here.
5390 (class Output_section_definition): Add is_relro and
5391 orphan_section_init. Remove place_orphan_here.
5392 (class Orphan_output_section): Likewise.
5393 (Script_sections::Script_sections): Update for field changes.
5394 (Script_sections::data_segment_align): Set saw_data_segment_align_
5395 and data_segment_align_start_, not data_segment_align_index.
5396 (Script_sections::data_segment_relro_end): Check
5397 saw_data_segment_align_. Use data_segment_align_start_ rather
5398 than data_segment_align_index_.
5399 (Script_sections::place_orphan): Rewrite to use
5400 Orphan_section_placement.
5401
9201d894
ILT
54022009-03-17 Ian Lance Taylor <iant@google.com>
5403
9c5b8369
ILT
5404 * archive.cc (Archive::add_symbols): Check for a version attached
5405 to the symbol name in the archive map.
5406 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
5407 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
5408 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
5409 (ver_test_11.a): New target.
5410 * testsuite/Makefile.in: Rebuild.
5411
9201d894
ILT
5412 * configure.ac: Check for chsize and posix_fallocate. Replace
5413 ftruncate.
5414 * ftruncate.c: New file, from gnulib.
5415 * output.cc (posix_fallocate): Define dummy version if not
5416 HAVE_POSIX_FALLOCATE.
5417 (Output_file::map): Call posix_fallocate rather than lseek and
5418 write.
5419 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
5420 * configure, Makefile.in, config.in: Rebuild.
5421
ef4ab7a8 54222009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 5423
ef4ab7a8
PP
5424 * layout.h (Layout::create_note): Add section_name parameter.
5425 * layout.cc (Layout::create_note): Likewise.
5426 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 5427
8c500701
ILT
54282009-03-17 Ian Lance Taylor <iant@google.com>
5429
e85b18e1
ILT
5430 * descriptors.cc: Include "options.h".
5431 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
5432 (Descriptors::open): Always use O_CLOEXEC when opening a new
5433 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
5434 then set FD_CLOEXEC.
5435
9efe6174
ILT
5436 * sparc.cc (class Target_sparc): Add has_got_section.
5437 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
5438 make sure we have a GOT section.
5439
5440 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
5441 (Target_sparc::Scan::local): Likewise.
5442 (Target_sparc::Scan::global): Likewise.
5443 (Target_sparc::Relocate::relocate): Likewise.
5444 (Target_sparc::Relocate::relocate_tls): Likewise.
5445
8c500701
ILT
5446 * symtab.cc (Symbol_table::define_default_version): New function,
5447 broken out of add_from_object.
5448 (Symbol_table::add_from_object): Call define_default_version.
5449 (Symbol_table::define_special_symbol): Add resolve_oldsym
5450 parameter. Change all callers. If the version for a symbol comes
5451 from a version script, resolve it with the symbol with the same
5452 name with no version. Also add the symbol without a version if
5453 appropriate.
5454 (do_define_in_output_data): If resolving with oldsym, don't delete
5455 sym.
5456 (do_define_in_output_segment): Likewise.
5457 (do_define_as_constant): Likewise.
5458 * symtab.h (class Symbol_table): Update declarations.
5459
f1ed28fb
ILT
54602009-03-13 Ian Lance Taylor <iant@google.com>
5461
15f8229b
ILT
5462 * readsyms.cc (Read_symbols::incompatible_warning): New function.
5463 (Read_symbols::requeue): New function.
5464 (Read_symbols::do_read_symbols): If make_elf_object fails because
5465 the target type is not configured, and the file was searched for,
5466 issue a warning and retry with the next directory.
5467 (Add_symbols::run): If the file has an incompatible format, and
5468 it was searched for, requeue the Read_symbols task. On error,
5469 release the object.
5470 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
5471 dirindex parameter to constructor. Change all callers. Declare
5472 incompatible_warning and requeue.
5473 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
5474 input_argument_ and input_group_ fields. Add them to
5475 constructor. Change all callers.
5476 (class Read_script): Add dirindex_ field. Add it to constructor.
5477 Change all callers.
5478 * archive.cc (Archive::setup): Remove input_objects parameter.
5479 Change all callers.
5480 (Archive::get_file_and_offset): Likewise.
5481 (Archive::read_all_symbols): Likewise.
5482 (Archive::read_symbols): Likewise.
5483 (Archive::get_elf_object_for_member): Remove input_objects
5484 parameter. Add punconfigured parameter. Change all callers.
5485 (Archive::add_symbols): Change return type to bool. Check return
5486 value of include_member.
5487 (Archive::include_all_members): Likewise.
5488 (Archive::include_member): Change return type to bool. Return
5489 false if first included object has incompatible target. Set
5490 included_member_ field.
5491 (Add_archive_symbols::run): If add_symbols returns false, requeue
5492 Read_symbols task.
5493 * archive.h (class Archive): Add included_member_ field.
5494 Initialize it in constructor. Add input_file and searched_for
5495 methods. Update declarations.
5496 (class Add_archive_symbols): Add dirpath_, dirindex_, and
5497 input_argument_ fields. Add them to constructor. Change all
5498 callers.
5499 * script.cc: Include "target-select.h".
5500 (class Parser_closure): Add skip_on_incompatible_target_ and
5501 found_incompatible_target_ fields. Add
5502 skip_on_incompatible_target parameter to constructor. Change all
5503 callers. Add methods skip_on_incompatible_target,
5504 clear_skip_on_incompatible_target, found_incompatible_target, and
5505 set_found_incompatible_target.
5506 (read_input_script): Add dirindex parameter. Change all callers.
5507 If parser finds an incompatible target, requeue Read_symbols
5508 task.
5509 (script_set_symbol): Clear skip_on_incompatible_target in
5510 closure.
5511 (script_add_assertion, script_parse_option): Likewise.
5512 (script_start_sections, script_add_phdr): Likewise.
5513 (script_check_output_format): New function.
5514 * script.h (read_input_script): Update declaration.
5515 * script-c.h (script_check_output_format): Declare.
5516 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
5517 (ignore_cmd): Remove OUTPUT_FORMAT.
5518 * fileread.cc (Input_file::Input_file): Add explicit this.
5519 (Input_file::will_search_for): New function.
5520 (Input_file::open): Add pindex parameter. Change all callers.
5521 * fileread.h (class Input_file): Add input_file_argument method.
5522 Declare will_search_for. Update declarations.
5523 * object.cc (make_elf_object): Add punconfigured parameter.
5524 Change all callers.
5525 * object.h (class Object): Make input_file public. Add
5526 searched_for method.
5527 (make_elf_object): Update declaration.
5528 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
5529 restart search.
5530 * dirsearch.h (class Dirsearch): Update declaration.
5531 * options.h (class General_options): Add --warn-search-mismatch.
5532 * parameters.cc (Parameters::is_compatible_target): New function.
5533 * parameters.h (class Parameters): Declare is_compatible_target.
5534 * workqueue.cc (Workqueue::add_blocker): New function.
5535 * workqueue.h (class Workqueue): Declare add_blocker.
5536
f1ed28fb
ILT
5537 * fileread.cc (Input_file::open): Remove options parameter.
5538 Change all callers.
5539 (Input_file::open_binary): Likewise.
5540 * script.cc (read_input_script): Likewise.
5541 * readsyms.h (class Read_symbols): Remove options_ field. Remove
5542 options parameter from constructor. Change all callers.
5543 (class Read_script): Likewise.
5544 * fileread.h (class Input_file): Update declarations.
5545 * script.h (read_input_script): Update declaration.
5546
34dd024a
NC
55472009-03-10 Nick Clifton <nickc@redhat.com>
5548
5549 * po/es.po: New Spanish translation.
5550
6d71b17c
CC
55512009-03-06 Cary Coutant <ccoutant@google.com>
5552
5553 * options.cc (parse_short_option): Keep dash_z from registering itself.
5554
031cdbed
ILT
55552009-03-03 Ian Lance Taylor <iant@google.com>
5556
5557 PR 9918
5558 * target-reloc.h (relocate_section): Pass output_section to
5559 relocate.
5560 * i386.cc (Target_i386::should_apply_static_reloc): Add
5561 output_section parameter. Change all callers.
5562 (Target_i386::Relocate::relocate): Add output_section parameter.
5563 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
5564 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
5565 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
5566 * testsuite/two_file_shared.sh: New script.
5567 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
5568 (check_DATA): Add two_file_shared.dbg.
5569 (two_file_shared.dbg): New target.
5570 * testsuite/Makefile.in: Rebuild.
5571
15d5fa16
ILT
55722009-03-01 Ian Lance Taylor <iant@google.com>
5573
5574 * configure.ac: Check for byteswap.h.
5575 * configure: Rebuild.
5576 * config.in: Rebuild.
5577
8a4c0b0d
ILT
55782009-03-01 Mikolaj Zalewski <mikolajz@google.com>
5579
5580 * layout.cc (Layout::find_or_add_kept_section): New function.
5581 (Layout::add_comdat): Removed.
5582 * layout.h (struct Kept_section): Move out of class Layout.
5583 Remove trailing underscores from field names. Add group_sections
5584 field. Rename group_ field to is_group. Change all uses.
5585 (class Layout): Declare find_or_add_kept_section, not add_comdat.
5586 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
5587 comdat_groups_ field.
5588 (Sized_relobj::include_section_group): Use
5589 find_or_add_kept_section and Kept_section::group_sections.
5590 (Sized_relobj::include_linkonce_section): Likewise.
5591 * object.cc (class Sized_relobj): Don't define Comdat_group or
5592 Comdat_group_table. Remove find_comdat_group and
5593 add_comdat_group. Remove comdat_groups_ field.
5594 * plugin.cc (include_comdat_group): Use
5595 Layout::find_or_add_kept_section.
5596
b4ecf66b
ILT
55972009-02-28 Ian Lance Taylor <iant@google.com>
5598
14359ca0
ILT
5599 * README: --gc-sections and map files are now supported. Document
5600 some build requirements.
5601
b4ecf66b
ILT
5602 PR 6992
5603 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
5604 relocatable link set the value of the section symbol to zero.
5605 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
5606 relocatable link don't include the section address in the local
5607 symbol value.
5608
0602e05a
ILT
56092009-02-27 Ian Lance Taylor <iant@google.com>
5610
fd9d194f
ILT
5611 PR 6811
5612 * options.h (class Search_directory): Add is_system_directory.
5613 (class General_options): Declare is_in_system_directory.
5614 * options.cc (get_relative_sysroot): Make static.
5615 (get_default_sysroot): Make static.
5616 (General_optoins::is_in_system_directory): New function.
5617 * fileread.cc (Input_file::is_in_system_directory): New function.
5618 * fileread.h (class Input_file): Declare is_in_system_directory.
5619 * object.h (class Object): Add is_in_system_directory.
5620 (class Input_objects): Remove system_library_directory_ field.
5621 * object.cc (Input_objects::add_object): Don't set
5622 system_library_directory_.
5623 (input_objects::found_in_system_library_directory): Remove.
5624 * symtab.cc (Symbol_table::write_globals): Remove input_objects
5625 parameter. Change all callers.
5626 (Symbol_table::sized_write_globals): Likewise.
5627 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
5628 Call Object::is_in_system_directory.
5629 * symtab.h (class Symbol_table): Update declarations.
5630
61edd21f
ILT
5631 PR 5990
5632 * descriptors.h (Open_descriptor): Add is_on_stack field.
5633 * descriptors.cc (Descriptors::open): If the descriptor is on the
5634 top of the stack, remove it. Initialize is_on_stack field.
5635 (Descriptors::release): Only add pod to stack if it is not on the
5636 stack already.
5637 (Descriptors::close_some_descriptor): Clear stack_next and
5638 is_on_stack fields.
5639
e29e076a
ILT
5640 PR 7091
5641 * output.cc (Output_section::find_starting_output_address): Rename
5642 from starting_output_address; add PADDR parameter; change return
5643 type.
5644 * output.h (class Output_section): Declare
5645 find_starting_output_address instead of starting_output_address.
5646 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
5647 section symbol for which we can't find a merge section.
5648
0602e05a
ILT
5649 PR 9836
5650 * symtab.cc (Symbol_table::add_from_object): If the visibility is
5651 hidden or internal, force the symbol to be local.
5652 * resolve.cc (Symbol::override_visibility): Define.
5653 (Symbol::override_base): Use override_visibility.
5654 (Symbol_table::resolve): Likewise.
5655 (Symbol::override_base_with_special): Likewise.
5656 (Symbol_table::override_with_special): If the visibility is hidden
5657 or internal, force the symbol to be local.
5658 * symtab.h (class Symbol): Add set_visibility and
5659 override_visibility.
5660 * testsuite/ver_test_1.sh: New file.
5661 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
5662 (check_DATA): Add ver_test_1.syms.
5663 (ver_test_1.syms): New target.
5664 * testsuite/Makefile.in: Rebuild.
5665
401a9a73
CC
56662009-02-25 Cary Coutant <ccoutant@google.com>
5667
5668 * layout.cc (Layout::choose_output_section): Don't rename sections
5669 when using a linker script that has a SECTIONS clause.
5670 * Makefile.in: Regenerate.
5671
5672 * testsuite/Makefile.am (script_test_5.sh): New test case.
5673 * testsuite/Makefile.in: Regenerate.
5674 * testsuite/script_test_5.cc: New file.
5675 * testsuite/script_test_5.sh: New file.
5676 * testsuite/script_test_5.t: New file.
5677
f488e4b0
CC
56782009-02-13 Rafael Avila de Espindola <espindola@google.com>
5679
5680 * archive.cc (Archive::include_member): Update calls to add_symbols.
5681 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
5682 the Layout argument.
5683 * dynobj.h (do_add_symbols): Add the Layout argument.
5684 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
5685 Layout argument.
5686 * object.h (Object::add_symbols): Add the Layout argument.
5687 (Object::do_add_symbols): Add the Layout argument.
5688 (Sized_relobj::do_add_symbols): Add the Layout argument.
5689 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
5690 Unify the two versions.
5691 (Add_plugin_symbols): Remove.
5692 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
5693 (Sized_pluginobj::do_add_symbols): Unify the two versions.
5694 (Add_plugin_symbols): Remove.
5695 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
5696 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
5697 (Add_symbols::run): Make it work with Pulginobj.
5698
89dd1680
ILT
56992009-02-06 Ian Lance Taylor <iant@google.com>
5700
5701 * object.cc (Sized_relobj::do_layout): Make info message start
5702 with lower case letter.
5703
266d0a74
ILT
57042009-02-06 Mikolaj Zalewski <mikolajz@google.com>
5705
602b464e
ILT
5706 * binary.cc: Fix file comment.
5707
266d0a74
ILT
5708 * options.h (enum Incremental_disposition): Define.
5709 (class General_options): Add new options: --incremental,
5710 --incremental_changed, --incremental_unchanged,
5711 --incremental_unknown. Add incremental_disposition_ and
5712 implicit_incremental_ fields.
5713 (General_options::incremental_disposition): New function.
5714 (class Position_dependent_options): Add incremental_disposition
5715 option.
5716 (Position_dependent_options::copy_from_options): Set incremental
5717 dispositions.
5718 * options.cc (General_options::parse_incremental_changed): New
5719 function.
5720 (General_options::parse_incremental_unchanged): New function.
5721 (General_options::parse_incremental_unknown): New function.
5722 (General_options::General_options): Initialize new fields
5723 incremental_disposition_ and implicit_incremental_.
5724 (General_options::finalize): Check for uasge of --incremental-*
5725 without --incremental.
5726
f073bbf7
CD
57272009-02-06 Chris Demetriou <cgd@google.com>
5728
5729 * gold.h (gold_undefined_symbol): Change to take only a Symbol
5730 pointer and to report location as the file name associated with
5731 the symbol.
5732 (gold_undefined_symbol_at_location): New function to replace the
5733 old gold_undefined_symbol functionality.
5734 * target-reloc.h (relocate_section): Update to use
5735 gold_undefined_symbol_at_location.
5736 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
5737 Call gold_undefined_symbol function rather than gold_error.
5738 * errors.h (Errors::undefined_symbol): Take location as a
5739 string, rather than calculating it from a relocation.
5740 * errors.cc (Errors::fatal): Print "fatal error:" before the
5741 formatted message.
5742 (Errors::error, Errors::error_at_location): Print "error: "
5743 before the formatted message.
5744 (Errors::undefined_symbol): Take location as a string, rather
5745 than calculating it from a relocation.
5746 (gold_undefined_symbol_at_location): New function akin to
5747 old gold_undefined_symbol, calculates location from relocation.
5748 (gold_undefined_symbol): Change to take only a Symbol pointer
5749 and to report location as the file name associated with the symbol.
5750 * testsuite/debug_msg.sh: Update for changed error messages.
5751 * testsuite/undef_symbol.sh: Likewise.
5752
8e94a90c
ILT
57532009-02-04 Duncan Sands <baldrick@free.fr>
5754
5755 PR 9812
5756 * reduced_debug_output.h
5757 (Output_reduced_debug_abbrev_section::failed): Use format for
5758 gold_warning.
5759 (Output_reduced_debug_info_section::faild): Likewise.
5760
88a0e15b
ILT
57612009-01-31 Mikolaj Zalewski <mikolajz@google.com>
5762
5763 * script.cc (Lazy_demangler): New class.
5764 (Version_script_info::get_symbol_version_helper): Demangle a
5765 symbol only once.
5766
5efc7cd2
CC
57672009-01-29 Cary Coutant <ccoutant@google.com>
5768
5769 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
5770 to __tls_get_addr.
5771 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
5772
e0ebcf42
ILT
57732009-01-28 Ian Lance Taylor <iant@google.com>
5774
5efc7cd2 5775 * version.cc (version_string): Bump to 1.9.
75fe7426 5776
e0ebcf42
ILT
5777 * gold.h: Include <cstring> and <stdint.h>.
5778 * version.cc: Include <cstdio>.
5779 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
5780 warning.
5781 * reduced_debug_output.cc (insert_into_vector): Rename from
5782 Insert_into_vector; change all callers. Use Swap_unaligned to
5783 avoid aliasing issue; remove union since it is unnecessary.
5784
8e2813be 57852009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
5786
5787 * Makefile.am (CCFILES): Add gc.cc.
5788 (HFILES): Add gc.h.
5789 * Makefile.in: Regenerate.
5790 * gold.cc (Gc_runner): New class.
5791 (queue_initial_tasks): Call garbage collection related tasks
5792 when corresponding options are invoked.
5793 (queue_middle_gc_tasks): New function.
5794 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
5795 processed early before laying out sections during garbage collection.
5796 * gold.h (queue_middle_gc_tasks): New function.
5797 (is_prefix_of): Move from "layout.cc".
5798 * i386.cc (Target_i386::gc_process_relocs): New function.
5799 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
5800 * main.cc (main): Create object of class "Garbage_collection".
5801 * object.cc (Relobj::copy_symbols_data): New function.
5802 (Relobj::is_section_name_included): New function.
e1df38aa
NC
5803 (Sized_relobj::do_layout): Allow this function to be called twice
5804 during garbage collection and defer layout of section during the
6d03d481
ST
5805 first call.
5806 * object.h (Relobj::get_symbols_data): New function.
5807 (Relobj::is_section_name_included): New function.
5808 (Relobj::copy_symbols_data): New function.
5809 (Relobj::set_symbols_data): New function.
5810 (Relobj::get_relocs_data): New function.
5811 (Relobj::set_relocs_data): New function.
5812 (Relobj::is_output_section_offset_invalid): New pure virtual function.
5813 (Relobj::gc_process_relocs): New function.
5814 (Relobj::do_gc_process_relocs): New pure virtual function.
5815 (Relobj::sd_): New data member.
5816 (Sized_relobj::is_output_section_offset_invalid): New function.
5817 (Sized_relobj::do_gc_process_relocs): New function.
5818 * options.h (General_options::gc_sections): Modify to not be a no-op.
5819 (General_options::print_gc_sections): New option.
5820 * plugin.cc (Plugin_finish::run): Remove function call to
5821 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
5822 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
5823 * reloc.cc (Read_relocs::run): Add task to process relocs and
5824 determine unreferenced sections when doing garbage collection.
5825 (Gc_process_relocs): New class.
5826 (Sized_relobj::do_gc_process_relocs): New function.
5827 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
5828 sections that are garbage collected.
5829 * reloc.h (Gc_process_relocs): New class.
5830 * sparc.cc (Target_sparc::gc_process_relocs): New function.
5831 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
5832 symbols whose corresponding sections are garbage collected.
5833 (Symbol_table::Symbol_table): Add new parameter for the garbage
5834 collection object.
5835 (Symbol_table::gc_mark_undef_symbols): New function.
5836 (Symbol_table::gc_mark_symbol_for_shlib): New function.
5837 (Symbol_table::gc_mark_dyn_syms): New function.
5838 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
5839 as garbage.
5840 (Symbol_table::add_from_object): Likewise.
5841 (Symbol_table::add_from_relobj): When building shared objects, do not
5842 treat externally visible symbols as garbage.
5843 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
5844 table information for static and relocatable links.
5845 * symtab.h (Symbol_table::set_gc): New function.
5846 (Symbol_table::gc): New function.
5847 (Symbol_table::gc_mark_undef_symbols): New function.
5848 (Symbol_table::gc_mark_symbol_for_shlib): New function.
5849 (Symbol_table::gc_mark_dyn_syms): New function.
5850 (Symbol_table::gc_): New data member.
e1df38aa 5851 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
5852 function.
5853 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
5854 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
5855
3b293544
CF
58562009-01-20 Chris Faylor <me.sourceware@sourceware.org>
5857
5858 * options.h (General_options::gc_sections): Define as a no-op for now.
5859 (General_options::no_keep_memory): Ditto.
5860 (General_options::Bshareable): Define.
5861 * options.cc (General_options::finalize): Honor -Bshareable.
5862
83d22aa8
AS
58632009-01-20 Andreas Schwab <schwab@suse.de>
5864
5865 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
5866 read the value in the contents, since we don't use it. Use the
5867 template endianness when writing.
5868 (Relocate::relocate): Use it for R_PPC_REL16_HA.
5869
cd536b21
AS
58702009-01-19 Andreas Schwab <schwab@suse.de>
5871
5872 * configure.tgt (powerpc64-*): Fix targ_obj.
5873
99e9a495
ILT
58742009-01-15 Ian Lance Taylor <iant@google.com>
5875
5876 * object.cc (Sized_relobj::write_local_symbols): Don't write out
5877 local symbols when stripping all symbols.
5878
bbbfea06
CC
58792009-01-14 Cary Coutant <ccoutant@google.com>
5880
99e9a495 5881 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 5882
0f7c0701
CC
58832009-01-14 Cary Coutant <ccoutant@google.com>
5884
5885 * archive.cc (Archive::get_elf_object_for_member): Remove call
5886 to File_read::claim_for_plugin.
5887 * descriptors.cc (Descriptors::open): Remove reference to
5888 is_claimed.
5889 (Descriptors::claim_for_plugin): Remove.
5890 * descriptors.h (Descriptors::claim_for_plugin): Remove.
5891 (Descriptors::is_claimed): Remove.
5892 (claim_descriptor_for_plugin): Remove.
5893 * fileread.cc (File_read::claim_for_plugin): Remove.
5894 * fileread.h (File_read::claim_for_plugin): Remove.
5895 (File_read::descriptor): Reopen descriptor if necessary.
5896 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
5897 (Plugin_manager::all_symbols_read): Add task parameter. Change
5898 all callers.
5899 (Plugin_manager::get_input_file): New function.
5900 (Plugin_manager::release_input_file): New function.
5901 (Pluginobj::Pluginobj): Add filesize parameter and initialize
5902 corresponding data member.
5903 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
5904 and pass to base constructor. Change all callers.
5905 (get_input_file, release_input_file): New functions.
5906 (make_sized_plugin_object): Add filesize parameter. Change all callers.
5907 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
5908 (Plugin_manager::all_symbols_read): Add task parameter.
5909 (Plugin_manager::get_input_file): New function.
5910 (Plugin_manager::release_input_file): New function.
5911 (Plugin_manager::task_): New data member.
5912 (Pluginobj::Pluginobj): Add filesize parameter.
5913 (Pluginobj::filename): New function.
5914 (Pluginobj::descriptor): New function.
5915 (Pluginobj::filesize): New function.
5916 (Pluginobj::filesize_): New data member.
5917 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
5918 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
5919 File_read::claim_for_plugin; use Object::unlock to unlock the file.
5920
5921 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
5922 with archive libraries.
5923 * testsuite/Makefile.in: Regenerate.
5924 * testsuite/plugin_test.c (struct sym_info): New type.
5925 (get_input_file, release_input_file): New static variables.
5926 (onload): Capture new transfer vector entries.
5927 (claim_file_hook): Stop reading at end of file according to filesize.
5928 Factor out parsing of readelf output into separate function.
5929 (all_symbols_read_hook): Exercise get_input_file and release_input_file
5930 APIs and get the source file name from the symbol table. Convert
5931 source file name to corresponding object file name. Print info
5932 message when adding new input files.
5933 (parse_readelf_line): New function.
5934 * testsuite/plugin_test_1.sh: Add checks for new info messages.
5935 * testsuite/plugin_test_2.sh: Likewise.
5936 * testsuite/plugin_test_3.sh: Likewise.
5937 * testsuite/plugin_test_4.sh: New test case.
5938
62a6d109
ILT
59392009-01-07 Ian Lance Taylor <iant@google.com>
5940
5941 * version.cc (version_string): Bump to 1.8.
5942
483620e8
CC
59432008-12-23 Cary Coutant <ccoutant@google.com>
5944
5945 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
5946 * plugin.cc (Plugin_manager::finish): Rename as
5947 layout_deferred_objects. Move cleanup to separate function.
5948 (Plugin_manager::cleanup): New function.
5949 (Plugin_finish::run): Call layout_deferred_objects and cleanup
5950 separately.
5951 * plugin.h (Plugin_manager::finish): Rename as
5952 layout_deferred_objects.
5953 (Plugin_manager::cleanup): New function.
5954 (Plugin_manager::cleanup_done): New field.
5955
d66a9eb3
CC
59562008-12-23 Cary Coutant <ccoutant@google.com>
5957
5958 * plugin.cc (is_visible_from_outside): New function.
5959 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
5960 so we don't return "IR only" status for exported symbols or -r links.
5961
5962 * testsuite/Makefile.am (plugin_test_3): New test case.
5963 * testsuite/Makefile.in: Regenerate.
5964 * testsuite/plugin_test_3.sh: New file.
5965
5995b570
CC
59662008-12-22 Cary Coutant <ccoutant@google.com>
5967
5968 * object.cc (Sized_relobj::layout_section): New function.
5969 (Sized_relobj::do_layout): Defer layout of input sections until after
5970 plugin has provided replacement files.
5971 (Sized_relobj::do_layout_deferred_sections): New function.
5972 * object.h (Relobj::set_section_offset): Remove virtual keyword.
5973 (Relobj::layout_deferred_sections): New function.
5974 (Relobj::do_layout_deferred_sections): New function.
5975 (Sized_relobj::do_layout_deferred_sections): New function.
5976 (Sized_relobj::layout_section): New function.
5977 (Sized_relobj::Deferred_layout): New structure.
5978 (Sized_relobj::deferred_layout_): New field.
5979 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
5980 Change all callers. Layout deferred sections.
5981 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
5982 references.
5983 (Plugin_hook::run): Move code from do_plugin_hook inline.
5984 (Plugin_hook::do_plugin_hook): Remove.
5985 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
5986 (Plugin_manager::finish): Renamed, was cleanup.
5987 (Plugin_manager::should_defer_layout): New function.
5988 (Plugin_manager::add_deferred_layout_object): New function.
5989 (Plugin_manager::Deferred_layout_list): New type.
5990 (Plugin_manager::deferred_layout_objects_): New field.
5991 (Plugin_hook::do_plugin_hook): Remove.
5992
ee769c88
ILT
59932008-12-17 Ian Lance Taylor <iant@google.com>
5994
5995 * options.h (class General_options): Add --no case for
5996 --export-dynamic.
5997
abc8dcba
CC
59982008-12-16 Cary Coutant <ccoutant@google.com>
5999
6000 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
6001 vector.
6002 (Plugin_manager::claim_file): Create plugin object even if
6003 plugin did not call the add_symbols callback.
6004 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
6005 asking for more symbols than were added.
6006 * testsuite/Makefile.am (plugin_test_1): Add test case with
6007 no global symbols.
6008 (empty.syms): New target.
6009 * testsuite/Makefile.in: Regenerate.
6010 * testsuite/plugin_test.c (claim_file_hook): Add new debug
6011 message. Don't call add_symbols if no globals.
6012 (all_symbols_read_hook): Don't provide replacement for empty
6013 claimed file.
6014
b0074644
ILT
60152008-12-12 Ian Lance Taylor <iant@google.com>
6016
68943102
ILT
6017 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
6018 r_type == 0 for a local symbol with r_sym == 0.
6019 (scan_relocatable_relocs): Pass r_sym to
6020 local_non_section_strategy.
6021 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
6022 r_sym parameter.
6023
b0074644
ILT
6024 * configure.ac: Update test for TLS descriptors: they are
6025 supported as of glibc 2.9.
6026 * configure: Rebuild.
6027
c2508178
ILT
60282008-12-11 Ian Lance Taylor <iant@google.com>
6029
6030 PR 7091
6031 * target-reloc.h (Default_scan_relocatable_relocs): For each
6032 function, map r_type == 0 to RELOC_DISCARD.
6033
2756a258
CC
60342008-12-10 Cary Coutant <ccoutant@google.com>
6035
6036 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
6037 object to override a kept COMDAT group from a plugin object.
6038
bb6f53d3
ILT
60392008-12-09 Ian Lance Taylor <iant@google.com>
6040
fbc558e1
ILT
6041 PR 7088
6042 * yyscript.y (file_cmd): Handle INPUT.
6043
bb6f53d3
ILT
6044 * testsuite/initpri1.c: Change all declarations to be full
6045 prototypes by adding void, to avoid compiler warnings.
6046
4674ecfc
CC
60472008-12-05 Rafael Avila de Espindola <espindola@google.com>
6048
6049 * options.cc (General_options::parse_plugin_opt): New.
6050 (General_options::add_plugin): The argument now is just the filename.
6051 (General_options::add_plugin_option): New.
6052 * options.h (plugin_opt): New.
6053 (add_plugin): Change argument name.
6054 (add_plugin_option): New.
6055 * plugin.cc (Plugin::load): Don't parse the plugin option.
6056 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
6057 (Plugin::add_option): New.
6058 (Plugin::args_): Change type.
6059 (Plugin::filename_): New.
6060 (Plugin_manager::add_plugin_option): New.
6061 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
6062 * testsuite/Makefile.in: Regenerate.
6063
fd06b4aa
CC
60642008-12-05 Cary Coutant <ccoutant@google.com>
6065
6066 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
6067 Handle --strip-lto-sections option.
6068 * options.h (strip_lto_sections): New option.
6069
6c52134c
CC
60702008-12-01 Cary Coutant <ccoutant@google.com>
6071
6072 * plugin.cc (ld_plugin_message): Change format parameter to const.
6073 Fix mismatch between new[] and delete.
6074
a45248e0
CC
60752008-11-14 Cary Coutant <ccoutant@google.com>
6076
6077 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
6078 instead of -1U.
6079
c82fbeee
CS
60802008-11-05 Craig Silverstein <csilvers@google.com>
6081
6082 * options.cc (General_options::parse_dynamic_list): New function.
6083 * options.h (General_options): New flags dynamic_list,
6084 dynamic_list_data, dynamic_list_cpp_new, and
6085 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
6086 (General_options::in_dynamic_list): New function.
6087 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
6088 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
6089 (Lex::can_continue_name): Likewise.
6090 (yylex): Likewise.
6091 (read_script_file): New parameter script_options.
6092 (read_dynamic_list): New function.
6093 (Script_options::define_dynamic_list): New function.
6094 (dynamic_list_keyword_parsecodes): New variable.
6095 (dynamic_list_keywords): New variable.
6096 * script.h (Script_options::define_dynamic_list): New function
6097 prototype.
6098 (read_dynamic_list): New function prototype.
6099 * symtab.cc (strprefix): New macro.
6100 (Symbol::should_add_dynsym_entry): Support dynamic_list,
6101 dynamic_list_data, dynamic_list_cpp_new, and
6102 dynamic_list_cpp_typeinfo.
6103 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
6104 (dynamic_list_expr): New rule.
6105 (dynamic_list_nodes): Likewise.
6106 (dynamic_list_node): Likewise.
6107 * testsuite/Makefile.am (dynamic_list): New test.
6108 * testsuite/Makefile.in: Regenerated.
6109 * testsuite/dynamic_list.t: New file.
6110 * testsuite/dynamic_list.sh: New file.
6111
e0bb29a5
CS
61122008-11-05 Craig Silverstein <csilvers@google.com>
6113
6114 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
6115 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
6116 (t11_last): Likewise.
6117 * testsuite/ver_test_6.c (main): Likewise.
6118
4e1e25e0
CC
61192008-10-07 Cary Coutant <ccoutant@google.com>
6120
6121 * options.c (General_options::finalize): Add check for -static and
6122 -shared.
6123 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
6124 is not empty.
6125
92f03fcb
CC
61262008-10-02 Cary Coutant <ccoutant@google.com>
6127
6128 * plugin.cc (make_sized_plugin_object): Fix conditional
6129 compilation to work when not all targets are enabled.
6130
fbd8a257
CC
61312008-09-29 Cary Coutant <ccoutant@google.com>
6132
6133 * archive.cc (Archive::get_file_and_offset): Use filename instead
6134 of name to get library path.
6135 (Archive::include_member): Unlock external member of a thin archive.
6136
6137 * testsuite/Makefile.am (TEST_AR): New variable.
6138 (thin_archive_test_1): New test.
6139 (thin_archive_test_2): New test.
81636b3f
CC
6140 * testsuite/Makefile.in: Regenerate.
6141 * testsuite/thin_archive_main.cc: New file.
6142 * testsuite/thin_archive_test_1.cc: New file.
6143 * testsuite/thin_archive_test_2.cc: New file.
6144 * testsuite/thin_archive_test_3.cc: New file.
6145 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 6146
eff45813
CC
61472008-09-29 Cary Coutant <ccoutant@google.com>
6148
6149 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
6150 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
6151 instead of -1U.
6152 (Sized_relobj::do_finalize_local_symbols): Likewise.
6153 (Sized_relobj::map_to_kept_section): Likewise.
6154 * object.h (Sized_relobj::invalid_address): New constant.
6155 (Sized_relobj::do_output_section_offset): Check for invalid_address
6156 and return -1ULL.
6157 * output.cc (Output_reloc::local_section_offset): Use constant
6158 invalid_address instead of -1U.
6159 (Output_reloc::get_address): Likewise.
6160 (Output_section::output_address): Change -1U to -1ULL.
6161 * output.h (Output_reloc::invalid_address): New constant.
6162 * reloc.cc (Sized_relobj::write_sections): Use constant
6163 invalid_address instead of -1U.
6164 (Sized_relobj::relocate_sections): Likewise.
6165 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
6166 values for merge sections.
6167 * target-reloc.h (relocate_for_relocatable): Use constant
6168 invalid_address instead of -1U.
6169
89fc3421
CC
61702008-09-19 Cary Coutant <ccoutant@google.com>
6171
6172 Add plugin functionality for link-time optimization (LTO).
6173 * configure.ac (plugins): Add --enable-plugins option.
6174 * configure: Regenerate.
6175 * config.in: Regenerate.
6176 * Makefile.am (LIBDL): New variable.
6177 (CCFILES): Add plugin.cc.
6178 (HFILES): Add plugin.h.
6179 (ldadd_var): Add LIBDL.
6180 * Makefile.in: Regenerate.
6181
6182 * archive.cc: Include "plugin.h".
6183 (Archive::setup): Don't preread archive symbols when using a plugin.
6184 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
6185 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
6186 files.
6187 (Archive::include_member): Add symbols from plugin objects.
6188 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
6189 * descriptors.cc (Descriptors::open): Check for file descriptors
6190 abandoned by plugins.
6191 (Descriptors::claim_for_plugin): New function.
6192 * descriptors.h (Descriptors::claim_for_plugin): New function.
6193 (Open_descriptor::is_claimed): New field.
6194 (claim_descriptor_for_plugin): New function.
6195 * fileread.cc (File_read::claim_for_plugin): New function.
6196 * fileread.h (File_read::claim_for_plugin): New function.
6197 (File_read::descriptor): New function.
6198 * gold.cc: Include "plugin.h".
6199 (queue_initial_tasks): Add task to call plugin hooks for generating
6200 new object files.
6201 * main.cc: Include "plugin.h".
6202 (main): Load plugin libraries.
6203 * object.h (Pluginobj): Declare.
6204 (Object::pluginobj): New function.
6205 (Object::do_pluginobj): New function.
6206 (Object::set_target): New function.
6207 * options.cc: Include "plugin.h".
6208 (General_options::parse_plugin): New function.
6209 (General_options::General_options): Initialize plugins_ field.
6210 (General_options::add_plugin): New function.
6211 * options.h (Plugin_manager): Declare.
6212 (General_options): Add --plugin option.
6213 (General_options::has_plugins): New function.
6214 (General_options::plugins): New function.
6215 (General_options::add_plugin): New function.
6216 (General_options::plugins_): New field.
6217 * plugin.cc: New file.
6218 * plugin.h: New file.
6219 * readsyms.cc: Include "plugin.h".
6220 (Read_symbols::do_read_symbols): Check for archive before checking
6221 for ELF file. Call plugin hooks to claim files.
6222 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
6223 from a real object file; force override when processing replacement
6224 files.
6225 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
6226 (Symbol::init_base_object): Likewise.
6227 (Symbol::init_base_output_data): Likewise.
6228 (Symbol::init_base_output_segment): Likewise.
6229 (Symbol::init_base_constant): Likewise.
6230 (Symbol::init_base_undefined): Likewise.
6231 (Symbol::output_section): Assert that object is not a plugin.
6232 (Symbol_table::add_from_pluginobj): New function.
6233 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
6234 undefined.
6235 (Symbol_table::sized_write_globals): Likewise.
6236 (Symbol_table::add_from_pluginobj): Instantiate template.
6237 * symtab.h (Sized_pluginobj): Declare.
6238 (Symbol::in_real_elf): New function.
6239 (Symbol::set_in_real_elf): New function.
6240 (Symbol::in_real_elf_): New field.
6241 (Symbol_table::add_from_pluginobj): New function.
6242
6243 * testsuite/Makefile.am (AM_CFLAGS): New variable.
6244 (LIBDL): New variable.
6245 (LDADD): Add LIBDL.
6246 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
6247 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
6248 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
6249 (MOSTLYCLEANFILES): Likewise.
6250 * testsuite/Makefile.in: Regenerate.
6251 * testsuite/plugin_test.c: New file.
6252 * testsuite/plugin_test_1.sh: New file.
6253 * testsuite/plugin_test_2.sh: New file.
6254
de31bda5
ILT
62552008-09-16 Ian Lance Taylor <iant@google.com>
6256
9c2d0ef9
ILT
6257 * target-reloc.h (relocate_section): Check whether a symbol is
6258 defined by the ABI before reporting an undefined symbol error.
6259 * target.h (Target::is_defined_by_abi): Make parameter const.
6260 (Target::do_is_defined_by_abi): Likewise.
6261 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
6262 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
6263 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
6264 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
6265 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
6266 * testsuite/Makefile.in: Rebuild.
6267
de31bda5
ILT
6268 * fileread.cc (make_view): Add casts to avoid warning.
6269
9fa33bee
AO
62702008-09-16 Alexandre Oliva <aoliva@redhat.com>
6271
6272 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
6273 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
6274
183fd0e3
AO
62752008-09-16 Alexandre Oliva <aoliva@redhat.com>
6276
6277 * options.h (General_options::output_is_executable): New.
6278 (General_options::output_is_pie): New.
6279 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
6280 for shared libraries.
6281 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
6282
7be8330a
CD
62832008-09-11 Chris Demetriou <cgd@google.com>
6284
6285 * options.h (origin): New -z option.
6286 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
6287 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
6288 in DT_FLAGS_1.
6289
a9caad02
CC
62902008-09-05 Cary Coutant <ccoutant@google.com>
6291
6292 * fileread.cc (File_read::make_view): Add check for attempt to map
6293 beyond end of file.
6294
ae6dce4d
CC
62952008-09-05 Cary Coutant <ccoutant@google.com>
6296
6297 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
6298 explicit instantiations.
6299
d7ab2a47
KVH
63002008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
6301
6302 PR gold/6858
6303 * options.cc (General_options::finalize): Allow undefined symbols
6304 in shlibs if linking -shared.
6305
6306 PR gold/6859
6307 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
6308 symbols as not needing a dynsym entry.
6309
1e52a9c1
CS
63102008-08-20 Craig Silverstein <csilvers@google.com>
6311
6312 * fileread.cc (File_read::open): Do not lock the file unless it
6313 was successfully opened.
6314
d85c80a3
CC
63152008-08-14 Cary Coutant <ccoutant@google.com>
6316
6317 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
6318 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
6319 * testsuite/tls_test.cc (struct int128): 128-bit struct
6320 for testing TLS relocs with non-zero addend.
6321 (v12): New TLS variable.
6322 (t12): New test.
6323 (t_last): Add check for v12.
6324 * testsuite/tls_test.h (t12): New function.
6325 * testsuite/tls_test_main.cc (thread_routine): Call new test.
6326
2d924fd9
ILT
63272008-08-13 Ian Lance Taylor <iant@google.com>
6328
6329 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
6330 set tls_segment_ or relro_segment_.
6331 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
6332 when appropriate.
6333 * output.h (Output_section::clear_is_relro): New function.
6334 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
6335 sections specially even when output_data_ is empty.
6336 (Output_segment::maximum_alignment): When first section is relro,
6337 only force alignment for PT_LOAD segments.
6338 * script.cc (script_data_segment_align): New function.
6339 (script_data_segment_relro_end): New function.
6340 * script-c.h (script_data_segment_align): Declare.
6341 (script_data_segment_relro_end): Declare.
6342 * script-sections.h (class Script_sections): Declare
6343 data_segment_align and data_segment_relro_end. Add fields
6344 segment_align_index_ and saw_relro_end_.
6345 * script-sections.cc (class Sections_element): Add set_is_relro
6346 virtual function. Add new bool* parameter to place_orphan_here.
6347 Add get_output_section virtual function.
6348 (class Output_section_definition): Add set_is_relro. Add new
6349 bool* parameter to place_orphan_here. Add get_output_section.
6350 Add is_relro_ field.
6351 (Output_section_definition::Output_section_definition): Initialize
6352 evaluated_address_, evaluated_load_address, evaluated_addralign_,
6353 and is_relro_ fields.
6354 (Output_section_definition::place_orphan_here): Add is_relro
6355 parameter.
6356 (Output_section_definition::set_section_addresses): Set relro for
6357 output section.
6358 (Output_section_definition::alternate_constraint): Likewise.
6359 (class Orphan_output_section): Add new bool* parameter to
6360 place_orphan_here. Add get_output_section.
6361 (Orphan_output_section::place_orphan_here): Add is_relro
6362 parameter.
6363 (Script_sections::Script_sections): Initialize
6364 data_segment_align_index_ and saw_relro_end_.
6365 (Script_sections::data_segment_align): New function.
6366 (Script_sections::data_segment_relro_end): New function.
6367 (Script_sections::place_orphan): Set or clear is_relro.
6368 (Script_sections::set_section_addresses): Force alignment of first
6369 TLS section.
6370 * yyscript.y (exp): Call script_data_segment_align and
6371 script_data_segment_relro_end.
6372 * testsuite/relro_script_test.t: New file.
6373 * testsuite/relro_test.cc (using_script): Declare.
6374 (t1, t2): Test using_script.
6375 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
6376 (relro_script_test_SOURCES): Define.
6377 (relro_script_test_DEPENDENCIES): Define.
6378 (relro_script_test_LDFLAGS): Define.
6379 (relro_script_test_LDADD): Define.
6380 (relro_script_test.so): New target.
6381 * testsuite/Makefile.in: Rebuild.
6382
f827c9a9
CC
63832008-08-06 Cary Coutant <ccoutant@google.com>
6384
6385 * archive.cc (Archive::total_archives, Archive::total_members)
6386 (Archive::total_members_loaded): New variables.
6387 (Archive::setup): Add parameter. Add option to preread
6388 archive symbols.
6389 (Archive::read_armap): Add counter.
6390 (Archive::get_file_and_offset): New function.
6391 (Archive::get_elf_object_for_member): New function.
6392 (Archive::read_all_symbols): New function.
6393 (Archive::read_symbols): New function.
6394 (Archive::add_symbols): Add counters.
6395 (Archive::include_all_members): Use armap to find members if it's
6396 already built.
6397 (Archive::include_member): Skip reading symbols if already read.
6398 Factored code into Archive::get_file_and_offset and
6399 Archive::get_elf_object_for_member. Changed call to
6400 Mapfile::report_include_archive_member.
6401 (Archive::print_stats): New function.
6402 * archive.h: Declare Object and Read_symbols_data classes.
6403 (Archive::Archive): Add initializers for new members.
6404 (Archive::setup): Add parameter.
6405 (Archive::print_stats): New function.
6406 (Archive::total_archives, Archive::total_members)
6407 (Archive::total_members_loaded): New variables.
6408 (Archive::get_file_and_offset): New function.
6409 (Archive::get_elf_object_for_member): New function.
6410 (Archive::read_all_symbols): New function.
6411 (Archive::read_symbols): New function.
6412 (Archive::Archive_member): New class.
6413 (Archive::members_): New member.
6414 (Archive::num_members_): New member.
6415 * main.cc: Include archive.h.
6416 (main): Call Archive::print_stats.
6417 * mapfile.cc (Mapfile::report_include_archive_member): Delete
6418 archive parameter; member_name is now the fully-decorated name.
6419 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
6420 * options.h: (General_options): Add --preread-archive-symbols option.
6421 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
6422 Archive::setup.
6423
de4c45bd
ILT
64242008-08-04 Ian Lance Taylor <iant@google.com>
6425
6426 * symtab.h (Symbol::use_plt_offset): New function.
6427 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
6428 * powerpc.cc (Relocate::relocate): Likewise.
6429 * sparc.cc (Relocate::relocate): Likewise.
6430 * x86_64.cc (Relocate::relocate): Likewise.
6431 * testsuite/weak_plt.sh: New test.
6432 * testsuite/weak_plt_main.cc: New test.
6433 * testsuite/weak_plt_shared.cc: New test.
6434 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
6435 (check_PROGRAMS): Add weak_plt.
6436 (check_DATA): Add weak_plt_shared.so.
6437 (weak_plt_main_pic.o, weak_plt): New targets.
6438 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
6439 * testsuite/Makefile.in: Rebuild.
6440
6441 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
6442 gcctestdir/ld.
6443 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
6444 * testsuite/Makefile.in: Rebuild.
6445
323ee3f4
AM
64462008-08-04 Alan Modra <amodra@bigpond.net.au>
6447
6448 * Makefile.am (POTFILES.in): Set LC_ALL=C.
6449 * Makefile.in: Regenerate.
6450 * po/POTFILES.in: Regenerate.
6451
7c07ecec
ILT
64522008-07-29 Ian Lance Taylor <iant@google.com>
6453
6454 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
6455 symbols before other symbols.
6456 * testsuite/script_test_2.cc (test_addr): Declare.
6457 (test_addr_alias): Declare.
6458 (main): Check that test_addr and test_addr_alias have the right
cd536b21 6459 values.
7c07ecec
ILT
6460 * testsuite/script_test_2.t: Define test_addr_alias and
6461 test_addr.
6462
5778530e
ILT
64632008-07-24 Ian Lance Taylor <iant@google.com>
6464
2a00e4fb
ILT
6465 PR 5990
6466 * descriptors.cc: New file.
6467 * descriptors.h: New file.
6468 * gold-threads.h (class Hold_optional_lock): New class.
6469 * fileread.cc: Include "descriptors.h".
6470 (File_read::~File_read): Release descriptor rather than closing
6471 it.
6472 (File_read::open) [file]: Call open_descriptor rather than open.
6473 Set is_descriptor_opened_.
6474 (File_read::open) [memory]: Assert that descriptor is not open.
6475 (File_read::reopen_descriptor): New function.
6476 (File_read::release): Release descriptor.
6477 (File_read::do_read): Make non-const. Reopen descriptor.
6478 (File_read::read): Make non-const.
6479 (File_read::make_view): Reopen descriptor.
6480 (File_read::do_readv): Likewise.
6481 * fileread.h (class File_read): Add is_descriptor_opened_ field.
6482 Update declarations.
6483 * layout.cc: Include "descriptors.h".
6484 (Layout::create_build_id): Use open_descriptor rather than open.
6485 * output.cc: Include "descriptors.h".
6486 (Output_file::open): Use open_descriptor rather than open.
6487 * archive.cc (Archive::const_iterator): Change Archive to be
6488 non-const.
6489 (Archive::begin, Archive::end): Make non-const.
6490 (Archive::count_members): Likewise.
6491 * archive.h (class Archive): Update declarations.
6492 * object.h (Object::read): Make non-const.
6493 * Makefile.am (CCFILES): Add descriptors.cc.
6494 (HFILES): Add descriptors.h.
6495 * Makefile.in: Rebuild.
6496
801647d1
ILT
6497 PR 6716
6498 * gold.h: Always include <clocale>. Add Solaris workarounds
6499 following code in binutils/sysdep.h.
6500
5edd166e
ILT
6501 PR 6048
6502 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
6503 this->eh_frame_hdr_ is NULL before using it.
6504
c89ad728
ILT
6505 * dynobj.cc (Versions::Versions): Update comment.
6506
aa86f06b
ILT
6507 * dynobj.cc (Versions::Versions): If there is an soname, use it as
6508 the base version name.
6509
5778530e
ILT
6510 * stringpool.cc (Stringpool_template::add_with_length): Set key to
6511 array size plus one.
6512 (Stringpool_template::set_string_offsets): Subtract one from key
6513 before using it as an array index.
6514 (Stringpool_template::get_offset_with_length): Likewise.
6515 (Stringpool_template::write_to_buffer): Likewise.
6516 * stringpool.h (Stringpool_template::get_offset_from_key):
6517 Likewise.
6518
057ead22
ILT
65192008-07-23 Ian Lance Taylor <iant@google.com>
6520
7f649c59
ILT
6521 PR 6658
6522 * object.h (Merged_symbol_value::value): Do our best to handle a
6523 negative addend.
6524
057ead22
ILT
6525 PR 6647
6526 * script.cc (Version_script_info::get_versions): Don't add empty
6527 version tag to return value.
6528 (Version_script_info::get_symbol_version_helper): Change return
6529 type to bool. Add pversion parameter. Change all callers.
6530 (script_register_vers_node): Don't require a non-NULL tag.
6531 * script.h (class Version_script_info): Update declarations.
6532 (Version_script_info::get_symbol_version): Change return type to
6533 bool. Add version parameter. Change all callers.
6534 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
6535 handling. Handle an empty version from a version script.
6536 (Symbol_table::define_special_symbol): Likewise.
6537 * testsuite/ver_test_10.script: New file.
6538 * testsuite/ver_test_10.sh: New file.
6539 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
6540 (check_DATA): Add ver_test_10.syms.
6541 (ver_test_10.syms, ver_test_10.so): New target.
6542 * testsuite/Makefile.in: Rebuild.
6543
58e54ac2
CD
65442008-07-23 Simon Baldwin <simonb@google.com>
6545
6546 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
6547 to zero for undefined symbols from dynamic libraries.
6548
95d14cd3
ILT
65492008-07-23 Ian Lance Taylor <iant@google.com>
6550
6551 * symtab.cc (Symbol_table::resolve): Remove version parameter.
6552 Change all callers.
6553 * symtab.h (class Symbol_table): Update declaration.
6554 * testsuite/ver_test_9.cc: New file.
6555 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
6556 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
6557 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
6558 (ver_test_9.so, ver_test_9.o): New targets.
6559 * testsuite/Makefile.in: Rebuild.
6560
92de84a6
ILT
65612008-07-22 Ian Lance Taylor <iant@google.com>
6562
34810851
ILT
6563 * options.h (class General_options): Define --check-sections.
6564 * layout.cc (Layout::set_segment_offsets): Handle
6565 --check-sections.
6566
af6156ef
ILT
6567 * options.h (class General_options): Define -n/--nmagic and
6568 -N/--omagic.
6569 * options.cc (General_options::finalize): For -n/--nmagic or
6570 -N/--omagic, set -static.
6571 * layout.cc (Layout::attach_allocated_section_to_segment): If
6572 -N/--omagic, don't put read-only and read-write sections in
6573 different segments.
6574 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
6575 finding a read-only segment.
6576 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
6577 don't set the minimum segment alignment to the common page size,
6578 and don't set the file offset to the address modulo the page size.
6579 * script-sections.cc (Script_sections::create_segments): If
6580 -n/--omagic, don't put read-only and read-write sections in
6581 different segments.
6582
92de84a6
ILT
6583 * cref.cc: New file.
6584 * cref.h: New file.
6585 * options.h (class General_options): Add --print-symbol-counts.
6586 * main.cc (main): Issue defined symbol report if requested.
6587 * archive.cc (Archive::interpret_header): Make into a const member
6588 function.
6589 (Archive::add_symbols): Call Input_objects::archive_start and
6590 archive_stop.
6591 (Archive::const_iterator): Define new class.
6592 (Archive::begin, Archive::end): New functions.
6593 (Archive::include_all_members): Rewrite to use iterator.
6594 (Archive::count_members): New function.
6595 * archive.h (class Archive): Update declarations.
6596 (Archive::filename): New function.
6597 * object.cc: Include "cref.h".
6598 (Sized_relobj::Sized_relobj): Initialize defined_count_.
6599 (Sized_relobj::do_get_global_symbol_counts): New function.
6600 (Input_objects::add_object): Add object to cross-referencer.
6601 (Input_objects::archive_start): New function.
6602 (Input_objects::archive_stop): New function.
6603 (Input_objects::print_symbol_counts): New function.
6604 * object.h: Declare Cref and Archive.
6605 (Object::get_global_symbol_counts): New function.
6606 (Object::do_get_global_symbol_counts): New pure virtual function.
6607 (class Sized_relobj): Add defined_count_ field. Update
6608 declarations.
6609 (class Input_objects): Add cref_ field. Update constructor.
6610 Update declarations.
6611 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
6612 defined_count_.
6613 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
6614 symbol counts.
6615 (Sized_dynobj::do_get_global_symbol_counts): New function.
6616 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
6617 defined_count_. Update declarations. Define Symbols typedef.
6618 * symtab.cc (Symbol_table::add_from_relobj): Add defined
6619 parameter. Change all callers.
6620 (Symbol_table::add_from_dynobj): Add sympointers and defined
6621 parameters. Change all callers.
6622 * symtab.h (class Symbol_table): Update declarations.
6623 * Makefile.am (CCFILES): Add cref.cc.
6624 (HFILES): Add cref.h.
6625 * Makefile.in: Rebuild.
6626
3f7c5e1d
CD
66272008-07-22 Simon Baldwin <simonb@google.com>
6628
6629 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
6630 to zero when writing undefined symbols.
6631
e0b64032
ILT
66322008-07-22 Ian Lance Taylor <iant@google.com>
6633
6634 * output.cc (Output_section::add_input_section): Don't try to
6635 merge empty merge sections.
6636
096b02cf
CS
66372008-07-21 Craig Silverstein <csilvers@google.com>
6638
6639 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
6640 Include symbol version in error message.
cd536b21 6641
1d1f116d
CD
66422008-07-20 Chris Demetriou <cgd@google.com>
6643
cd536b21 6644 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
6645 (RANDOM_SEED_CFLAGS): New substituted variable.
6646 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
6647 * configure: Rebuild.
6648 * Makefile.in: Likewise.
6649 * testsuite/Makefile.in: Likewise.
6650
a18f591e
ILT
66512008-07-18 Ian Lance Taylor <iant@google.com>
6652
6653 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
6654 where we see NAME/NULL and NAME/VERSION as separate symbols.
6655 * testsuite/ver_test_main.cc (main): Call t4.
6656 (t4, t4_2a): Define.
6657 * testsuite/ver_test_2.cc (t4_2): Define.
6658 * testsuite/ver_test_2.script: Put t4_2a in VER2.
6659 * testsuite/ver_test_4.cc (t4_2a): Define.
6660 * testsuite/ver_test_4.script: Put t4_2a in VER2.
6661 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
6662
c6e3f6ed
ILT
66632008-07-17 Ian Lance Taylor <iant@google.com>
6664
6665 * dynobj.cc (Versions::add_def): If we give an error about a
6666 missing version, go ahead and create the version anyhow.
6667
ef9beddf
ILT
66682008-07-10 Ian Lance Taylor <iant@google.com>
6669
6670 Handle output sections with more than 0x7fffffff bytes.
6671 * object.h (class Relobj): Change map_to_output_ to
6672 output_sections_, and just keep a section pointer. Change all
6673 uses. Move comdat group support to Sized_relobj.
6674 (Relobj::is_section_specially_mapped): Remove.
6675 (Relobj::output_section): Remove poff parameter. Change all
6676 callers.
6677 (Relobj::output_section_offset): New function.
6678 (Relobj::set_section_offset): Rewrite.
6679 (Relobj::map_to_output): Remove.
6680 (Relobj::output_sections): New function.
6681 (Relobj::do_output_section_offset): New pure virtual function.
6682 (Relobj::do_set_section_offset): Likewise.
6683 (class Sized_relobj): Add section_offsets_ field. Add comdat
6684 group support from Relobj. Update declarations.
6685 (Sized_relobj::get_output_section_offset): New function.
6686 (Sized_relobj::do_output_section_offset): New function.
6687 (Sized_relobj::do_set_section_offset): New function.
6688 * object.cc (Relobj::output_section_address): Remove.
6689 (Sized_relobj::Sized_relobj): Initialize new fields.
6690 (Sized_relobj::include_section_group): Cast find_kept_object to
6691 Sized_relobj.
6692 (Sized_relobj::include_linkonce_section): Likewise.
6693 (Sized_relobj::do_layout): Use separate arrays for output section
6694 and output offset.
6695 (Sized_relobj::do_count_local_symbols): Change map_to_output to
6696 output_sections.
6697 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
6698 output_sections and section_offsets.
6699 (Sized_relobj::write_local_symbols): Likewise.
6700 (map_to_kept_section): Compute output address directly.
6701 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
6702 output_sections and section_offsets.
6703 (Sized_relobj::write_sections): Likewise.
6704 (Sized_relobj::relocate_sections): Likewise.
6705 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
6706 * output.h (class Output_reloc): Update declarations. Change
6707 u2_.relobj to Sized_relobj*.
6708 (class Output_data_reloc): Change add functions to use
6709 Sized_relobj*.
6710 * output.cc (Output_reloc::Output_reloc): Change relobj to
6711 Sized_relobj*.
6712 (Output_reloc::local_section_offset): Change return type to
6713 Elf_Addr. Use get_output_section_offset.
6714 (Output_reloc::get_address): Likewise.
6715 (Output_section::is_input_address_mapped): Don't call
6716 is_section_specially_mapped.
6717 (Output_section::output_offset): Likewise.
6718 (Output_section::output_address): Likewise.
6719 (Output_section::starting_output_address): Likewise.
6720 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
6721 parameter to Sized_relobj*.
6722 (Copy_relocs::need_copy_reloc): Likewise.
6723 (Copy_relocs::save): Likewise.
6724 * copy-relocs.h (class Copy_relocs): Update declarations.
6725 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
6726 Sized_relobj*. Change relobj_ field to Sized_relobj*.
6727 * target-reloc.h (relocate_for_relocatable): Change
6728 offset_in_output_section type to Elf_Addr. Change code that uses
6729 it as well.
6730 * layout.cc (Layout::layout): Always set *off.
6731 * mapfile.cc (Mapfile::print_input_section): Use
6732 output_section_offset.
6733 * i386.cc (Target_i386::copy_reloc): Change object parameter to
6734 Sized_relobj*.
6735 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
6736 * sparc.cc (Target_sparc::copy_reloc): Likewise.
6737 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
6738
5cb66f97
ILT
67392008-07-03 Ian Lance Taylor <iant@google.com>
6740
6741 * layout.cc (Layout::include_section): Do not discard unrecognized
6742 SHT_STRTAB sections.
6743
afe47622
CS
67442008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
6745
6746 * script.cc (Lex::can_continue_name): Make '?' allowable in
6747 version-script names.
6748 * testsuite/version_script.map: Change glob pattern to use '?'
6749
5adf9721
ILT
67502008-06-30 Manish Singh <yosh@gimp.org>
6751
6752 PR 6585
6753 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
6754 Correct typo.
6755
e6fde208
ILT
67562008-06-30 Ian Lance Taylor <iant@google.com>
6757
6758 PR 6660
6759 PR 6682
6760 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
6761 versions]: Don't try to read the value in the contents, since we
6762 don't use it. Use the template endianness when writing.
6763
3f2e6a2d
CC
67642008-06-25 Cary Coutant <ccoutant@google.com>
6765
6766 * fileread.cc (File_read::make_view): Assert on zero-length view.
6767 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
6768 symbol table when there are no symbols to read.
6769
c43d3a48
CS
67702008-06-23 Craig Silverstein <csilvers@google.com>
6771
6772 * version.cc (version_string): Bump to 1.7
6773
5f494ea0
CS
67742008-06-18 Craig Silverstein <csilvers@google.com>
6775
6776 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
6777 constant 0xFFFF to type Valtype.
6778 (Powerpc_relocate_functions::rel16_ha): Likewise.
6779
c42e122e
ILT
67802008-06-17 Ian Lance Taylor <iant@google.com>
6781
f34787f8
ILT
6782 * output.h (Output_section::Input_section): Initialize p2align_ to
6783 zero for Output_section_data constructors.
6784 (Output_section::Input_section::addralign): If not an input
6785 section, return the alignment of the Output_section_data.
6786 * testsuite/copy_test.cc: New file.
6787 * testsuite/copy_test_1.cc: New file.
6788 * testsuite/copy_test_2.cc: New file.
6789 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
6790 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
6791 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
6792 (copy_test_1_pic.o, copy_test_1.so): New targets.
6793 (copy_test_2_pic.o, copy_test_2.so): New targets.
6794 * testsuite/Makefile.in: Rebuild.
6795
c42e122e
ILT
6796 * script-sections.cc (Script_sections::place_orphan): Initialize
6797 local variable exact.
6798
ce3ac18a
DE
67992008-06-13 David Edelsohn <edelsohn@gnu.org>
6800
6801 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
6802
42cacb20
DE
68032008-06-12 David Edelsohn <edelsohn@gnu.org>
6804 David S. Miller <davem@davemloft.net>
6805
6806 * powerpc.cc: New file.
6807 * Makefile.am (TARGETSOURCES): Add powerpc.cc
6808 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
6809 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
6810 * Makefile.in: Rebuild.
6811
7b308235
ILT
68122008-06-09 Ian Lance Taylor <iant@google.com>
6813
6814 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
6815 <exception>.
6816 (throwing, orig_terminate): New static variables.
6817 (terminate_handler): New static function.
6818 (t2): Set terminate handler.
6819
f0b886e3
ILT
68202008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
6821
6822 PR 6584
cd536b21 6823 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
6824 alignment.
6825
3e90f135
CC
68262008-05-30 Cary Coutant <ccoutant@google.com>
6827
6828 * archive.cc (Archive::include_all_members) Correct to step
6829 over symbol table and extended name table in thin archives.
6830
e09ad04a
ILT
68312008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
6832
6833 PR 6407
6834 * target-reloc.h (relocate_for_relocatable): Fix new_offset
6835 calculation.
6836
62b01cb5
ILT
68372008-05-28 Caleb Howe <cshowe@google.com>
6838
6839 * reduced_debug_output.cc: New file.
6840 * reduced_debug_output.h: New file.
92de84a6 6841 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
6842 * options.cc (General_options::finalize): Add strip_debug_non_line
6843 to the strip heirarchy.
6844 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
6845 fields.
6846 * layout.cc: Include "reduced_debug_output.h".
6847 (Layout::Layout): Initialize new fields.
6848 (line_only_debug_sections): New static array.
6849 (is_lines_only_debug_sections): New static inline function.
6850 (Layout::include_section): Handle --strip-debug-non-line.
6851 (Layout::make_output_section): If --strip-debug-non-line, build
6852 new output sections for .debug_abbrev and .debug_info.
6853 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
6854 gold. Warn about possible overflow.
6855 (read_signed_LEB_128): Likewise.
6856 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
6857 (read_signed_LEB_128): Declare.
6858 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
6859 (HFILES): Add reduced_debug_output.h.
6860 * Makefile.in: Rebuild.
6861
7d9e3d98
ILT
68622008-05-21 Ian Lance Taylor <iant@google.com>
6863
6864 * mapfile.cc: New file.
6865 * mapfile.h: New file.
6866 * options.h (class General_options): Add -M/--print-map and -Map.
6867 * options.cc (General_options::finalize): Make -M equivalent to
6868 -Map -.
6869 * main.cc: Include <cstdio> and "mapfile.h".
6870 (main): Open mapfile if requested.
6871 * gold.cc (class Middle_runner): Add mapfile_ field. Update
6872 constructor. Change caller.
6873 (queue_initial_tasks): Add mapfile parameter. Change caller.
6874 (queue_middle_tasks): Likewise.
6875 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
6876 declarations.
6877 * archive.cc: Include "mapfile.h".
6878 (Archive::add_symbols): Add mapfile parameter. Change all
6879 callers. Pass mapfile, symbol, and reason to include_member.
6880 (Archive::include_all_members): Add mapfile parameter. Change all
6881 callers.
6882 (Archive::include_member): Add mapfile, sym, and why parameters.
6883 Change all callers. Report inclusion to map file.
6884 * archive.h: Include "fileread.h".
6885 (class Archive): Update declarations.
6886 (Archive::file): New const method.
6887 (class Add_archive_symbols): Add mapfile_ field. Update
6888 constructor. Change all callers.
6889 * readsyms.h (class Read_symbols): Likewise.
6890 (class Finish_group): Likewise.
6891 (class Read_script): Likewise.
6892 * common.cc: Include "mapfile.h".
6893 (Symbol_table::allocate_commons): Add mapfile parameter. Change
6894 all callers.
6895 (Symbol_table::do_allocate_commons): Likewise.
6896 (Symbol_table::do_allocate_commons_list): Likewise. Report common
6897 symbol allocation to mapfile.
6898 * common.h (class Allocate_commons_task): Add mapfile_ field.
6899 Update constructor. Change all callers.
6900 * symtab.h (class Symbol_table): Update declarations.
6901 * layout.cc: Include "mapfile.h".
6902 (Layout_task_runner::run): Print information to mapfile.
6903 (Layout::create_gold_note): Change Output_data_fixed_space to
6904 Output_data_zero_fill.
6905 (Layout::create_build_id): Likewise.
6906 (Layout::print_to_mapfile): New function.
6907 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
6908 constructor. Change caller.
6909 (class Layout): Declare print_to_mapfile.
6910 * output.cc (Output_section::Input_section::print_to_mapfile): New
6911 function.
6912 (Output_section::add_input_section): If producing a map, always
6913 add to input_sections_ list.
6914 (Output_section::do_print_to_mapfile): New function.
6915 (Output_segment::print_sections_to_mapfile): New function.
6916 (Output_segment::print_section_list_to_mapfile): New function.
6917 * output.h: Include "mapfile.h".
6918 (Output_data::print_to_mapfile): New function.
6919 (Output_data::do_print_to_mapfile): New virtual function.
6920 (Output_segment_headers::do_print_to_mapfile): New function.
6921 (Output_file_header::do_print_to_mapfile): New function.
6922 (Output_data_const::do_print_to_mapfile): New function.
6923 (class Output_data_const_buffer): Add map_name_ field. Update
6924 constructor. Change all callers. Add do_print_to_mapfile
6925 function.
6926 (class Output_data_fixed_space): Likewise.
6927 (class Output_data_space): Likewise.
6928 (class Output_data_zero_fill): New class.
6929 (Output_data_strtab::do_print_to_mapfile): New function.
6930 (Output_data_reloc_base::do_print_to_mapfile): New function.
6931 (Output_relocatable_relocs::do_print_to_mapfile): New function.
6932 (Output_data_group::do_print_to_mapfile): New function.
6933 (Output_data_got::do_print_to_mapfile): New function.
6934 (Output_data_dynamic::do_print_to_mapfile): New function.
6935 (Output_symtab_xindex::do_print_to_mapfile): New function.
6936 (class Output_section): Declare do_print_to_mapflie. Declare
6937 print_to_mapfile in Input_section.
6938 (class Output_segment): Declare new functions.
6939 * object.h (Sized_relobj::symbol_count): New function.
6940 * script-sections.cc
6941 (Output_section_element_dot_assignment::set_section_addresses):
6942 Change Output_data_fixed_space to Output_data_zero_fill.
6943 (Output_data_expression::do_print_to_mapfile): New function.
6944 * script.cc (read_input_script): Add mapfile parameter. Change
6945 all callers.
6946 * script.h (read_input_script): Update declaration.
6947 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
6948 (Eh_frame::do_print_to_mapfile): New function.
6949 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
6950 (Output_merge_string::do_print_to_mapfile): New function.
6951 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
6952 function.
6953 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
6954 function.
6955 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
6956 function.
6957 * Makefile.am (CCFILES): Add mapfile.cc.
6958 (HFILES): Add mapfile.h.
6959 * Makefile.in: Rebuild.
6960
9f1d377b
ILT
69612008-05-19 Ian Lance Taylor <iant@google.com>
6962
6963 * options.h (class General_options): Add -z relro.
6964 * layout.cc (Layout::Layout): Initialize relro_segment_.
6965 (Layout::add_output_section_data): Return the output section.
6966 (Layout::make_output_section): Rcognize relro sections and mark
6967 them appropriately.
6968 (Layout::attach_allocated_section_to_segment): Put relro sections
6969 in a PT_GNU_RELRO segment.
6970 (Layout::create_initial_dynamic_sections): Mark the .dynamic
6971 section as relro.
6972 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
6973 PT_TLS segments.
6974 (Layout::linkonce_mapping): Map d.rel.ro.local to
6975 .data.rel.ro.local.
6976 (Layout::output_section_name): Us .data.rel.ro.local for any
6977 section which begins with that.
6978 * layout.h (class Layout): Update add_output_section_data
6979 declaration. Add relro_segment_ field.
6980 * output.cc (Output_section::Output_section): Initialize is_relro_
6981 and is_relro_local_ fields.
6982 (Output_segment::add_output_section): Group relro sections.
6983 (Output_segment::is_first_section_relro): New function.
6984 (Output_segment::maximum_alignment): If there is a relro section,
6985 align the segment to the common page size.
6986 (Output_segment::set_section_addresses): Track whether we are
6987 looking at relro sections. If the last section is a relro
6988 section, align to the common page size.
6989 (Output_segment::set_section_list_addresses): Add in_relro
6990 parameter. Change all callers. Align to the page size when
6991 moving from relro to non-relro section.
6992 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
6993 segment.
6994 * output.h (class Output_section): Add is_relro_ and
6995 is_relro_local_ fields.
6996 (Output_section::is_relro): New function.
6997 (Output_section::set_is_relro): New function.
6998 (Output_section::is_relro_local): New function.
6999 (Output_section::set_is_relro_local): New function.
7000 (class Output_segment): Update declarations.
7001 * i386.cc (Target_i386::got_section): Mark .got section as relro.
7002 * sparc.cc (Target_sparc::got_section): Likewise.
7003 * x86_64.cc (Target_x86_64::got_section): Likewise.
7004 * testsuite/relro_test_main.cc: New file.
7005 * testsuite/relro_test.cc: New file.
7006 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
7007 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
7008 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
7009 (relro_test.so, relro_test_pic.o): New targets.
7010 * testsuite/Makefile.in: Rebuild.
7011
a984ee1d
ILT
70122008-05-16 Ian Lance Taylor <iant@google.com>
7013
01676dcd
ILT
7014 * output.cc (Output_segment::add_output_section): Remove front
7015 parameter.
7016 * output.h (class Output_segment): Remove
7017 add_initial_output_section and overloaded add_output_section.
7018 Update declaration of remaining add_output_section.
7019 * layout.cc (Layout::create_interp): Call add_output_section
7020 rather than add_initial_output_section.
7021 (Layout::finish_dynamic_section): Likewise.
7022
497897f9
ILT
7023 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
7024 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
7025 know the dynamic type.
7026 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
7027 field. Initialize it in constructor.
7028 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
7029 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
7030 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
7031 reloc.
7032
a984ee1d
ILT
7033 * output.cc (Output_reloc::get_address): Change return type to
7034 Elf_Addr.
7035 * output.h (class Output_reloc): Update get_address declaration.
7036 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
7037 for section addresses.
7038
55ba0940
ILT
70392008-05-09 Ian Lance Taylor <iant@google.com>
7040
7041 PR 6493
7042 * gold.cc (gold_nomem): Use return value of write.
7043
75517b77
ILT
70442008-05-08 Ian Lance Taylor <iant@google.com>
7045
7046 * symtab.c (Symbol::init_base_output_data): Add version
7047 parameter. Change all callers.
7048 (Symbol::init_base_output_segment): Likewise.
7049 (Symbol::init_base_constant): Likewise.
7050 (Symbol::init_base_undefined): Likewise.
7051 (Sized_symbol::init_output_data): Likewise.
7052 (Sized_symbol::init_output_segment): Likewise.
7053 (Sized_symbol::init_constant): Likewise.
7054 (Sized_symbol::init_undefined): Likewise.
7055 (Symbol_table::do_define_in_output_data): If the new symbol has a
7056 version, mark it as the default.
7057 (Symbol_table::do_define_in_output_segment): Likewise.
7058 (Symbol_table::do_define_as_constant): Likewise.
7059 * symtab.h (class Symbol): Update declarations.
7060 (class Sized_symbol): Likewise.
7061 * resolve.cc (Symbol::override_version): New function.
c42e122e 7062 (Symbol::override_base): Call override_version.
75517b77
ILT
7063 (Symbol::override_base_with_special): Likewise.
7064 * testsuite/ver_script_8.script: New file.
7065 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
7066 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
7067 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
7068 (ver_test_8_1.so, ver_test_8_2.so): New targets.
7069
f1f70eae
ILT
70702008-05-06 Ian Lance Taylor <iant@google.com>
7071
f3e9c5c5
ILT
7072 PR 6049
7073 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
7074 functions.
7075 (class General_options): Remove existing --undefined, and add
7076 --no-undefined instead. Add new --undefined as synonym for -u.
7077 * archive.cc (Archive::add_symbols): Check whether symbol was
7078 named with -u.
7079 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
7080 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
7081 all uses. Add IS_UNDEFINED. Update declarations to split
7082 different versions of init_base. Declare init_base_undefined.
7083 (Symbol::is_defined): Handle IS_UNDEFINED.
7084 (Symbol::is_undefined): Likewise.
7085 (Symbol::is_weak_undefined): Call is_undefined.
7086 (Symbol::is_absolute): Handle IS_CONSTANT.
7087 (class Sized_symbol): Update declarations to split different
7088 versions of init. Declare init_undefined.
7089 (class Symbol_table): Declare new functions.
7090 * symtab.cc (Symbol::init_base_object): Rename from init_base.
7091 Change all callers.
7092 (Symbol::init_base_output_data): Likewise.
7093 (Symbol::init_base_output_segment): Likewise.
7094 (Symbol::init_base_constant): Likewise.
7095 (Symbol::init_base_undefined): New function.
7096 (Sized_symbol::init_object): Rename from init. Change all
7097 callers.
7098 (Sized_symbol::init_output_data): Likewise.
7099 (Sized_symbol::init_output_segment): Likewise.
7100 (Sized_symbol::init_constant): Likewise.
7101 (Sized_symbol::init_undefined): New function.
7102 (Symbol_table::add_undefined_symbols_from_command_line): New
7103 function.
7104 (Symbol_table::do_add_undefined_symbols_from_command_line): New
7105 function.
7106 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
7107 (Symbol::output_section): Likewise.
7108 (Symbol::set_output_section): Likewise.
7109 (Symbol_table::sized_finalize_symbol): Likewise.
7110 (Symbol_table::sized_write_globals): Likewise.
7111 * resolve.cc (Symbol_table::should_override): Likewise.
7112 (Symbol::override_base_with_special): Likewise.
7113
8bdcdf2c
ILT
7114 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
7115 symbol, change it to have default visibility.
7116 * testsuite/protected_1.cc: New file.
7117 * testsuite/protected_2.cc: New file.
7118 * testsuite/protected_3.cc: New file.
7119 * testsuite/protected_main_1.cc: New file.
7120 * testsuite/protected_main_2.cc: New file.
7121 * testsuite/protected_main_3.cc: New file.
7122 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
7123 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
7124 (protected_1_LDFLAGS, protected_1_LDADD): Define.
7125 (protected_1.so): New target.
7126 (protected_1_pic.o, protected_2_pic.o): New targets.
7127 (protected_3_pic.o): New target.
7128 (check_PROGRAMS): Add protected_2.
7129 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
7130 (protected_2_LDFLAGS, protected_2_LDADD): Define.
7131 * testsuite/Makefile.in: Rebuild.
7132
2b706932
ILT
7133 * options.h (DEFINE_var): Add set_user_set_##varname__.
7134 (DEFINE_bool_alias): New macro.
7135 (class General_options): Define -Bstatic using DEFINE_bool_alias
7136 rather than DEFINE_special. Add --undefined as an alias for -z
7137 defs.
7138 * options.cc (General_options::parse_Bstatic): Remove.
7139
d82a5bcc
ILT
7140 * options.h (class General_options): Add --fatal-warnings.
7141 * main.cc (main): Implement --fatal-warnings.
7142 * errors.h (Errors::warning_count): New function.
7143
f1f70eae
ILT
7144 * options.h (class General_options): Add -Bsymbolic-functions.
7145 * symtab.h (Symbol::is_preemptible): Check for
7146 -Bsymbolic-functions.
7147
8825ac63
ILT
71482008-05-05 Ian Lance Taylor <iant@google.com>
7149
d98bc257
ILT
7150 * options.h (DEFINE_bool): For DASH_Z, create the negative option
7151 as noVARNAME rather than no-VARNAME.
7152 (class General_options): Add option -z combreloc.
7153 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
7154 get_address.
7155 (Output_reloc::sort_before) [SHT_REL]: New function.
7156 (Output_reloc::sort_before) [SHT_RELA]: New function.
7157 (class Output_data_reloc_base): Add sort_relocs_ field. Define
7158 Sort_relocs_comparison.
7159 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
7160 parameter. Change all callers.
7161 (Output_data_reloc::Output_data_reloc) [both versions]: Add
7162 sort_relocs parameter. Change all callers.
7163 * output.cc (Output_reloc::get_address): New function, broken out
7164 of write_rel.
7165 (Output_reloc::write_rel): Call it.
7166 (Output_reloc::compare): New function.
7167 (Output_data_reloc_base::do_write): Optionally sort relocs.
7168
60b2b4e7
ILT
7169 * configure.ac: If targ_extra_obj is set, link it in.
7170 * configure.tgt: Initialize all variables.
7171 (x86_64*): Set targ_extra_obj and targ_extra_size.
7172 * configure: Rebuild.
7173
8825ac63
ILT
7174 * object.cc (Sized_relobj::include_section_group): Adjust section
7175 indexes read from group data. Build vector to pass to
7176 layout_group.
7177 * layout.cc (Layout::layout_group): Add flags and shndxes
7178 parameters. Remove contents parameter. Change caller. Update
7179 explicit instantiations.
7180 * layout.h (class Layout): Update layout_group declaration.
7181 * output.cc (Output_data_group::Output_data_group): Add flags and
7182 input_shndxes parameters. Remove contents parameter. Change
7183 caller.
7184 (Output_data_group::do_write): Change input_sections_ to
7185 input_shndxes_.
7186 * output.h (class Output_data_group): Update constructor
7187 declaration. Rename input_sections_ to input_shndxes_.
7188 * testsuite/many_sections_test.cc: Add template.
7189
e94cf127
CC
71902008-04-30 Cary Coutant <ccoutant@google.com>
7191
4418b2d5
CC
7192 * target-reloc.h (relocate_section): Fix dead-pointer bug.
7193
e94cf127
CC
7194 * layout.cc (Layout::include_section): Refactored check for debug
7195 info section.
7196 (Layout::add_comdat): Add new parameters. Change type
7197 of signature parameter. Add object and shndx to signatures table.
7198 (Layout::find_kept_object): New function.
7199 * layout.h: Include <cstring>.
7200 (Layout::is_debug_info_section): New function.
7201 (Layout::add_comdat): Add new parameters.
7202 (Layout::find_kept_object): New function.
7203 (Layout::Kept_section): New struct.
7204 (Layout::Signatures): Change type of map range.
7205 * object.cc (Relobj::output_section_address): New function.
7206 (Sized_relobj::include_section_group): Add new parameters. Change
7207 calls to Layout::add_comdat. Change to build table of kept comdat
7208 groups and table mapping discarded sections to kept sections.
7209 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
7210 (Sized_relobj::do_layout): Change calls to include_section_group and
7211 include_linkonce_section.
7212 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
7213 value to zero when section is discarded.
7214 (Sized_relobj::map_to_kept_section): New function.
7215 * object.h (Relobj::output_section_address): New function.
7216 (Relobj::Comdat_group): New type.
7217 (Relobj::find_comdat_group): New function.
7218 (Relobj::Comdat_group_table): New type.
7219 (Relobj::Kept_comdat_section): New type.
7220 (Relobj::Kept_comdat_section_table): New type.
7221 (Relobj::add_comdat_group): New function.
7222 (Relobj::set_kept_comdat_section): New function.
7223 (Relobj::get_kept_comdat_section): New function.
7224 (Relobj::comdat_groups_): New field.
7225 (Relobj::kept_comdat_sections_): New field.
7226 (Symbol_value::input_value): Update comment.
7227 (Sized_relobj::map_to_kept_section) New function.
7228 (Sized_relobj::include_linkonce_section): Add new parameter.
7229 * target-reloc.h (Comdat_behavior): New type.
7230 (get_comdat_behavior): New function.
7231 (relocate_section): Add code to map a discarded section to the
7232 corresponding kept section when applying a relocation.
7233
e4e5049b
CS
72342008-04-30 Craig Silverstein <csilvers@google.com>
7235
7236 * dwarf_reader.cc (next_generation_count): New static var.
7237 (Addr2line_cache_entry): New struct.
7238 (addr2line_cache): New static var.
7239 (Dwarf_line_info::one_addr2line): Added caching.
7240 (Dwarf_line_info::clear_addr2line_cache): New function.
7241 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
7242 cache-size parameter.
7243 (Dwarf_line_info::one_addr2line_cache): New function.
7244 * symtab.cc (Symbol_table::detect_odr_violations): Pass
7245 new cache-size argument to one_addr2line(), and clear cache.
7246
d09e9154
CC
72472008-04-28 Cary Coutant <ccoutant@google.com>
7248
7249 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
7250 R_386_PC8 relocations.
7251
7ef73768
ILT
72522008-04-23 Ian Lance Taylor <iant@google.com>
7253
55438702
ILT
7254 * object.cc (Sized_relobj::include_section_group): Check for
7255 invalid section group.
7256
c165fb93
ILT
7257 * object.cc (make_elf_object): Correct test for 64-bit ELF file
7258 header size.
7259
7ef73768
ILT
7260 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
7261 than read for file header.
7262 * archive.cc (Archive::include_member): Likewise.
7263
6194aaab
L
72642008-04-23 Paolo Bonzini <bonzini@gnu.org>
7265
7266 * aclocal.m4: Regenerate.
7267 * configure: Regenerate.
7268
d491d34e
ILT
72692008-04-19 Ian Lance Taylor <iant@google.com>
7270
5ea2bac6
ILT
7271 * version.cc (version_string): Bump to 1.6.
7272
7bc3e21a
ILT
7273 * testsuite/Makefile.am (many_sections_r_test): New target.
7274 (many_sections_r_test_SOURCES): Remove.
7275 (many_sections_r_test_DEPENDENCIES): Remove.
7276 (many_sections_r_test_LDFLAGS): Remove.
7277 (many_sections_r_test_LDADD): Remove.
7278
7fcd3aa9
ILT
7279 * object.cc (Sized_relobj::do_add_symbols): Always pass
7280 local_symbol_count_ to add_from_relobj.
7281
4c94d6ae
ILT
7282 * testsuite/Makefile.am (many_sections_check.h): Only check one in
7283 every thousand variables.
7284 * testsuite/Makefile.in: Rebuild.
7285
d491d34e
ILT
7286 * object.cc (Xindex::initialize_symtab_xindex): New function.
7287 (Xindex::read_symtab_xindex): New function.
7288 (Xindex::sym_xindex_to_shndx): New function.
7289 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
7290 available.
7291 (Sized_relobj::do_initialize_xindex): New function.
7292 (Sized_relobj::do_read_symbols): Adjust section links.
7293 (Sized_relobj::symbol_section_and_value): Add is_ordinary
7294 parameter. Change all callers.
7295 (Sized_relobj::include_section_group): Adjust section links and
7296 symbol section indexes.
7297 (Sized_relobj::do_layout): Adjust section links.
7298 (Sized_relobj::do_count_local_symbols): Adjust section links and
7299 symbol section indexes.
7300 (Sized_relobj::do_finalize_local_symbols): Distinguish between
7301 ordinary and special symbols.
7302 (Sized_relobj::write_local_symbols): Add symtab_xindex and
7303 dynsym_xindex parameters. Change all callers. Adjust section
7304 links. Use SHN_XINDEX when needed.
7305 (Sized_relobj::get_symbol_location_info): Adjust section links.
7306 Don't get fooled by special symbols.
7307 * object.h (class Xindex): Define.
7308 (class Object): Add xindex_ parameter. Declare virtual functoin
7309 do_initialize_xindex.
7310 (Object::adjust_sym_shndx): New function.
7311 (Object::set_xindex): New protected function.
7312 (class Symbol_value): Add is_ordinary_shndx_ field.
7313 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
7314 (Symbol_value::value): Assert ordinary section.
7315 (Symbol_value::initialize_input_to_output_map): Likewise.
7316 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
7317 Change all callers.
7318 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
7319 all callers.
7320 (class Sized_relobj): Update declarations.
7321 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
7322 parameter. Change all callers.
7323 (Sized_relobj::adjust_shndx): New function.
7324 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
7325 field.
7326 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
7327 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
7328 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
7329 (Sized_dynobj::read_dynsym_section): Adjust section links.
7330 (Sized_dynobj::read_dynamic): Likewise.
7331 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
7332 section links.
7333 (Sized_dynobj::do_initialize_xindex): New function.
7334 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
7335 do_initialize_xindex.
7336 (Sized_dynobj::adjust_shndx): New function.
7337 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
7338 dynsym_xindex_ fields.
7339 (Layout::finalize): Add a call to set_section_indexes before
7340 creating the symtab sections.
7341 (Layout::set_section_indexes): Don't do anything if the section
7342 already has a section index.
7343 (Layout::create_symtab_sections): Add shnum parameter. Change
7344 caller. Create .symtab_shndx section if needed.
7345 (Layout::create_shdrs): Add shstrtab_section parameter. Change
7346 caller.
7347 (Layout::allocated_output_section_count): New function.
7348 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
7349 needed.
7350 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
7351 fields. Update declarations.
7352 (Layout::symtab_xindex): New function.
7353 (Layout::dynsym_xindex): New function.
7354 (class Write_symbols_task): Add layout_ field.
7355 (Write_symbols_task::Write_symbols_task): Add layout parameter.
7356 Change caller.
7357 * output.cc (Output_section_headers::Output_section_headers): Add
7358 shstrtab_section parameter. Change all callers.
7359 (Output_section_headers::do_sized_write): Store overflow values
7360 for section count and section string table section index in
7361 section header zero.
7362 (Output_file_header::do_sized_write): Check for overflow of
7363 section count and section string table section index.
7364 (Output_symtab_xindex::do_write): New function.
7365 (Output_symtab_xindex::endian_do_write): New function.
7366 * output.h (class Output_section_headers): Add shstrtab_section_.
7367 Update declarations.
7368 (class Output_symtab_xindex): Define.
7369 (Output_section::has_out_shndx): New function.
7370 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
7371 field.
7372 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
7373 Change all callers.
7374 (Sized_symbol::init): Likewise.
7375 (Symbol::output_section): Check for ordinary symbol.
7376 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
7377 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
7378 callers.
7379 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
7380 Change all callers. Simplify handling of symbols from sections
7381 not included in the link.
7382 (Symbol_table::add_from_dynobj): Handle ordinary symbol
7383 distinction.
7384 (Weak_alias_sorter::operator()): Assert that symbols are
7385 ordinary.
7386 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
7387 distinction.
7388 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
7389 parameters. Change all callers.
7390 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
7391 symbol distinction. Use SHN_XINDEX when needed.
7392 (Symbol_table::write_section_symbol): Add symtab_xindex
7393 parameter. Change all callers.
7394 (Symbol_table::sized_write_section_symbol): Likewise. Use
7395 SHN_XINDEX when needed.
7396 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
7397 declarations.
7398 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
7399 (Symbol::is_defined): Check is_ordinary.
7400 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
7401 (Symbol::is_absolute, Symbol::is_common): Likewise.
7402 (class Sized_symbol): Update declarations.
7403 (class Symbol_table): Update declarations.
7404 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
7405 parameters. Change all callers.
7406 (Sized_symbol::override): Likewise.
7407 (Symbol_table::override): Likewise.
7408 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
7409 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
7410 is_ordinary, and orig_st_shndx parameters. Change all callers.
7411 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
7412 to be in an ordinary section.
7413 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
7414 object and is_ordinary parameters. Change all callers.
7415 (Sized_dwarf_line_info::read_relocs): Add object parameter.
7416 Change all callers. Don't add undefined or non-ordinary symbols
7417 to reloc_map_.
7418 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
7419 Change all callers.
7420 * dwarf_reader.h (class Sized_dwarf_line_info): Update
7421 declarations.
7422 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
7423 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
7424 (Sized_relobj::relocate_sections): Likewise.
7425 * target-reloc.h (scan_relocs): Adjust section symbol index.
7426 (scan_relocatable_relocs): Likewise.
7427 * i386.cc (Scan::local): Check for ordinary symbols.
7428 * sparc.cc (Scan::local): Likewise.
7429 * x86_64.cc (Scan::local): Likewise.
7430 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
7431 to symbol_section_and_value.
7432 * testsuite/many_sections_test.cc: New file.
7433 * testsuite/Makefile.am (BUILT_SOURCES): Define.
7434 (check_PROGRAMS): Add many_sections_test.
7435 (many_sections_test_SOURCES): Define.
7436 (many_sections_test_DEPENDENCIES): Define.
7437 (many_sections_test_LDFLAGS): Define.
7438 (BUILT_SOURCES): Add many_sections_define.h.
7439 (many_sections_define.h): New target.
7440 (BUILT_SOURCES): Add many_sections_check.h.
7441 (many_sections_check.h): New target.
7442 (check_PROGRAMS): Add many_sections_r_test.
7443 (many_sections_r_test_SOURCES): Define.
7444 (many_sections_r_test_DEPENDENCIES): Define.
7445 (many_sections_r_test_LDFLAGS): Define.
7446 (many_sections_r_test_LDADD): Define.
7447 (many_sections_r_test.o): New target.
7448 * testsuite/Makefile.in: Rebuild.
7449
c5818ff1
CC
74502008-04-17 Cary Coutant <ccoutant@google.com>
7451
7452 * errors.cc (Errors::info): New function.
7453 (gold_info): New function.
7454 * errors.h (Errors::info): New function.
7455 * gold.h (gold_info): New function.
7456 * object.cc (Input_objects::add_object): Print trace output.
7457 * options.cc (options::parse_set): New function.
7458 (General_options::parse_wrap): Deleted.
7459 (General_options::General_options): Deleted initializer.
7460 * options.h (options::String_set): New typedef.
7461 (options::parse_set): New function.
7462 (DEFINE_set): New macro.
7463 (General_options::wrap): Changed to use DEFINE_set. Changed
7464 callers of any_wrap_symbols and is_wrap_symbol.
7465 (General_options::trace, General_options::trace_symbol):
7466 New options.
7467 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
7468 (General_options::wrap_symbols_): Deleted.
7469 * symtab.cc (Symbol_table::add_from_object): Print trace output.
7470
b5be4a7c
DM
74712008-04-17 David S. Miller <davem@davemloft.net>
7472
7473 * options.cc (General_options::parse_V): New function.
7474 * options.h: Add entries for -V and -Qy.
7475
155a0dd7
ILT
74762008-04-17 Ian Lance Taylor <iant@google.com>
7477
7478 * common.cc (Symbol_table::allocate_commons): Remove options
7479 parameter. Change caller.
7480 (Symbol_table::do_allocate_commons): Remove options parameter.
7481 Change caller. Just call do_allocate_commons_list twice.
7482 (Symbol_table::do_allocate_commons_list): New function, broken out
7483 of do_allocate_commons.
7484 * common.h (class Allocate_commons_task): Remove options_ field.
7485 Update constructor.
7486 * symtab.cc (Symbol_table::Symbol_table): Initialize
7487 tls_commons_.
7488 (Symbol_table::add_from_object): Put TLS common symbols on
7489 tls_commons_ list.
7490 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
7491 which are IN_OUTPUT_DATA.
7492 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
7493 allocate_commons and do_allocate_commons declarations. Declare
7494 do_allocate_commons_list.
7495 * gold.cc (queue_middle_tasks): Update creation of
7496 Allocate_commons_task to not pass options.
7497 * testsuite/Makefile.am (INCLUDES): Add -I.. .
7498 (TLS_TEST_C_FLAGS): New variable.
7499 (tls_test_c_pic.o): New target.
7500 (tls_test_shared.so): Link in tls_test_c_pic.o.
7501 (tls_test_c_pic_ie.o): New target.
7502 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
7503 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
7504 (tls_test_c.o): New target.
7505 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
7506 (tls_pic_test_LDADD): Likewise.
7507 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
7508 (tls_shared_gd_to_ie_test_LDADD): Likewise.
7509 (tls_test_c_gnu2.o): New target.
7510 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
7511 tls_test_c_gnu2.o.
7512 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
7513 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
7514 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
7515 * testsuite/tls_test.cc: Include "config.h".
7516 (t_last): Call t11_last.
7517 * testsuite/tls_test.h (t11, t11_last): Declare.
7518 * testsuite/tls_test_c.c: New file.
7519 * testsuite/tls_test_main.cc (thread_routine): Call t11.
7520 * configure.ac: Check for OpenMP support.
7521 * configure, config.in, Makefile.in: Rebuild.
7522 * testsuite/Makefile.in: Rebuild.
7523
edfbb029
CC
75242008-04-16 Cary Coutant <ccoutant@google.com>
7525
7526 * i386.cc (Target_i386::define_tls_base_symbol): New function.
7527 (Target_i386::tls_base_symbol_defined_): New field.
7528 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
7529 (Target_i386::Scan::global): Likewise.
7530 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
7531 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
7532 (Target_x86_64::tls_base_symbol_defined_): New field.
7533 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
7534 (Target_x86_64::Scan::global): Likewise.
7535
f3c69fca
CC
75362008-04-16 Cary Coutant <ccoutant@google.com>
7537
7538 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
7539 (Symbol::needs_plt_entry): Allow weak undefined symbols.
7540 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
7541 building shared libraries.
7542 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
7543 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
7544 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
7545 * testsuite/Makefile.in: Rebuild.
7546 * testsuite/weak_undef.h: New file.
7547 * testsuite/weak_undef_file1.cc: Add extra test cases.
7548 * testsuite/weak_undef_file2.cc: Likewise.
7549 * testsuite/weak_undef_test.cc: Likewise.
7550
7c414435
DM
75512008-04-16 David S. Miller <davem@davemloft.net>
7552
32b769e1
DM
7553 * sparc.cc (Target_sparc::Scan): Change from struct to class.
7554 Add issued_non_pic_error_ field. Declare check_non_pic.
7555 (Target_sparc::Scan::check_non_pic): New function.
7556 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
7557 (Target_sparc::Scan::global): Likewise.
7558
11936fb1
DM
7559 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
7560 * configure: Rebuild.
7561
7c414435
DM
7562 * options.h (DEFINE_enable): New macro.
7563 (new_dtags): New enable option.
7564 (initfirst, interpose, loadfltr, nodefaultlib,
7565 nodelete, nodlopen, nodump): New -z options.
7566 * layout.cc (Layout:finish_dynamic_section): If new
7567 dtags enabled, emit DT_RUNPATH. Also, emit a
7568 DT_FLAGS_1 containing any specified -z flags.
7569
85c7bf8b
ILT
75702008-04-16 Ian Lance Taylor <iant@google.com>
7571
12c0daef
ILT
7572 * copy-relocs.cc: New file.
7573 * copy-relocs.h: New file.
7574 * reloc.cc: Remove Copy_relocs code.
7575 * reloc.h: Likewise.
7576 * reloc-types.h (struct Reloc_types) [both versions]: Add
7577 get_reloc_addend_noerror.
7578 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
7579 variants of add_global which take an addend which must be zero.
7580 * i386.cc: Include "copy-relocs.h".
7581 (class Target_i386): Change type of copy_relocs_ to variable,
7582 update initializer.
7583 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
7584 Change all callers.
7585 (Target_i386::do_finalize_sections): Change handling of
7586 copy_relocs_.
7587 * sparc.cc: Include "copy-relocs.h".
7588 (class Target_sparc): Change type of copy_relocs_ to variable,
7589 update initializer.
7590 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
7591 Change all callers.
7592 (Target_sparc::do_finalize_sections): Change handling of
7593 copy_relocs_.
7594 * x86_64.cc: Include "copy-relocs.h".
7595 (class Target_x86_64): Change type of copy_relocs_ to variable,
7596 update initializer.
7597 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
7598 class. Change all callers.
7599 (Target_x86_64::do_finalize_sections): Change handling of
7600 copy_relocs_.
7601 * Makefile.am (CCFILES): Add copy-relocs.cc.
7602 (HFILES): Add copy-relocs.h.
7603
4f4995b6
ILT
7604 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
7605
85c7bf8b
ILT
7606 * testsuite/script_test_4.sh: Permit leading zeroes.
7607
4f2a9edd
ILT
76082008-04-15 Ian Lance Taylor <iant@google.com>
7609
e6188289
ILT
7610 * script-sections.cc (Script_sections::create_segments): Use
7611 header_size_adjustment even when there is enough room for the
7612 headers.
7613 * testsuite/script_test_4.sh: New file.
7614 * testsuite/script_test_4.t: New file.
7615 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
7616 (check_DATA): Add script_test_4.stdout.
7617 (MOSTLYCLEANFILES): Likewise.
7618 (script_test_4): New target.
7619 (script_test_4.stdout): New target.
7620 * testsuite/Makefile.in: Rebuild.
7621
4f2a9edd
ILT
7622 * sparc.cc: Add definitions for Output_data_plt_sparc class
7623 constants.
7624
f5314dd5
DM
76252008-04-14 David S. Miller <davem@davemloft.net>
7626
7627 * sparc.cc: New file.
7628 * Makefile.am (TARGETSOURCES): Add sparc.cc
7629 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
7630 * configure.tgt: Document targ_extra_size and
7631 targ_extra_big_endian. Add entries for sparc-* and
7632 sparc64-*.
7633 * configure.ac: Handle targ_extra_size and
7634 targ_extra_big_endian.
7635 * Makefile.in: Rebuild.
7636 * configure: Likewise.
7637 * po/POTFILES.in: Likewise.
7638 * po/gold.pot: Likewise.
7639
154e0e9a
ILT
76402008-04-14 Ian Lance Taylor <iant@google.com>
7641
7642 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
7643 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
7644 in the name/type/flags to section mapping. Don't call
7645 allocate_output_section.
7646 (Layout::choose_output_section): Change parameter from adjust_name
7647 to is_input_section. Don't permit input sections after sections
7648 are attached to segments. Don't call allocate_output_section.
7649 (Layout::layout_eh_frame): Call update_flags_for_input_section,
7650 not write_enable_output_section.
7651 (Layout::make_output_section): Don't push to
7652 unattached_section_list_ nor call attach_to_segment. Call
7653 attach_section_to_segment if sections are attached.
7654 (Layout::attach_sections_to_segments): New function.
7655 (Layout::attach_section_to_segment): New function.
7656 (Layout::attach_allocated_section_to_segment): Rename from
7657 attach_to_segment. Remove flags parameter.
7658 (Layout::allocate_output_section): Remove function.
7659 (Layout::write_enable_output_section): Remove function.
7660 * layout.h (class Layout): Update for above changes. Add new
7661 field sections_are_attached_.
7662 * output.h (Output_section::update_flags_for_input_section): New
7663 function.
7664 * output.cc (Output_section::add_input_section): Call
7665 update_flags_for_input_section.
7666 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
7667
009a67a2
CC
76682008-04-11 Cary Coutant <ccoutant@google.com>
7669
7670 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
7671 thought unnecessary.
7672 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
7673
759b1a24
ILT
76742008-04-11 Ian Lance Taylor <iant@google.com>
7675
7676 * output.h (class Output_section_data): Remove inline definition
7677 of set_addralign.
7678 * output.cc (Output_section_data::set_addralign): New function.
7679
c2b45e22
CC
76802008-04-11 Cary Coutant <ccoutant@google.com>
7681
7682 Add support for TLS descriptors for i386 and x86_64.
7683 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
7684 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
7685 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
7686 GOT_TYPE_TLS_DESC.
7687 (Target_i386::got_mod_index_entry): Remove unnecessary code.
7688 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
7689 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
7690 relocations.
7691 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
7692 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
7693 Fix problem with initial-exec relocations.
7694 (Target_i386::Relocate::relocate_tls): Likewise.
7695 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
7696 relaxation.
7697 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
7698 support for section-plus-offset dynamic table entries.
7699 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
7700 (Output_data_dynamic::Dynamic_entry): Add support for
7701 section-plus-offset dynamic table entries.
7702 (Output_data_dynamic::Classification): Likewise.
7703 (Output_data_dynamic::classification_): Renamed offset_.
7704 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
7705 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
7706 (Target_x86_64::make_plt_section): New function.
7707 (Target_x86_64::reserve_tlsdesc_entries): New function.
7708 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
7709 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
7710 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
7711 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
7712 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
7713 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
7714 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
7715 add extra PLT entry for TLS descriptors.
7716 (Output_data_plt_x86_64::got_): New field.
7717 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
7718 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
7719 fields.
7720 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
7721 descriptors.
7722 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
7723 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
7724 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
7725 R_386_TLS_DESC_CALL relocations.
7726 (Target_x86_64::Scan::global): Likewise.
7727 (Target_x86_64::do_finalize_sections): Add dynamic table entries
7728 for TLS descriptors.
7729 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
7730 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
7731 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
7732 GD-to-IE relaxation.
7733 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
7734 and TLS_DESCRIPTORS.
7735 * Makefile.in: Rebuild.
7736 * configure: Rebuild.
7737 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
7738 (tls_test_shared2.so): New target.
7739 (tls_shared_gd_to_ie_test_SOURCES): New variable.
7740 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
7741 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
7742 (tls_shared_gd_to_ie_test_LDADD): New variable.
7743 (tls_shared_gnu2_gd_to_ie_test): New target.
7744 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
7745 New targets.
7746 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
7747 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
7748 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
7749 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
7750 (tls_shared_gnu2_test): New target.
7751 (tls_test_gnu2_shared.so): New target.
7752 (tls_shared_gnu2_test_SOURCES): New variable.
7753 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
7754 (tls_shared_gnu2_test_LDFLAGS): New variable.
7755 (tls_shared_gnu2_test_LDADD): New variable.
7756 * testsuite/Makefile.in: Rebuild.
7757 * testsuite/Makefile.
7758
83bfb6b7
ILT
77592008-04-11 Ian Lance Taylor <iant@google.com>
7760
7761 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
7762 justsyms.t.
7763 * testsuite/Makefile.in: Rebuild.
7764
7765 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
7766 long.
7767 * testsuite/script_test_2.cc (main): Adjust test.
7768
706e1f5e
ILT
77692008-04-11 David S. Miller <davem@davemloft.net>
7770 Ian Lance Taylor <iant@google.com>
7771
7772 * options.h (General_options): Add entries for '-Y' and
7773 '-relax'.
7774 * options.cc (General_options:finalize): If -Y was used, add those
7775 entries to the library path instead of the default "/lib" and
7776 "/usr/lib".
7777
7c98e6bb
DM
77782008-04-11 David S. Miller <davem@davemloft.net>
7779
7780 * testsuite/justsyms.t: Start at 0x100.
7781 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
7782 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
7783 long.
7784 * testsuite/script_test_2.cc: Adjust string and section length
7785 checks.
7c98e6bb 7786
99a37bfd
ILT
77872008-04-09 Ian Lance Taylor <iant@google.com>
7788
2cefc357
ILT
7789 PR gold/5996
7790 * script-sections.cc (Sections_element::allocate_to_segment): Add
7791 orphan parameter.
7792 (Output_section_definition::allocate_to_segment): Likewise.
7793 (Orphan_output_section::allocate_to_segment): Likewise.
7794 (Script_sections::attach_sections_using_phdrs_clause): Don't
7795 propagate non-PT_LOAD segments to orphan sections.
7796 * testsuite/Makefile.am (script_test_3.stdout): Generate using
7797 readelf rather than objdump.
7798 * testsuite/script_test_3.sh: Adjust accordingly. Test that
7799 .interp section and PT_INTERP segment are the same size.
7800 * testsuite/Makefile.in: Rebuild.
7801
99a37bfd
ILT
7802 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
7803 aliases for symbols defined in the same object.
7804 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
7805 (weak_alias_test_SOURCES): New variable.
7806 (weak_alias_test_DEPENDENCIES): New variable.
7807 (weak_alias_test_LDFLAGS): New variable.
7808 (weak_alias_test_LDADD): New variable.
7809 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
7810 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
7811 (weak_alias_test_3.o): New target.
7812 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
7813 * testsuite/weak_alias_test_main.cc: New file.
7814 * testsuite/weak_alias_test_1.cc: New file.
7815 * testsuite/weak_alias_test_2.cc: New file.
7816 * testsuite/weak_alias_test_3.cc: New file.
7817
780e49c5
ILT
78182008-04-08 Ian Lance Taylor <iant@google.com>
7819
cdb0b8f5
ILT
7820 * options.h (class General_options): Add --noinhibit-exec option.
7821 * main.cc (main): Check --noinhibit-exec.
7822
0864d551
ILT
7823 * options.h (class General_options): Define --wrap as a special
7824 option. Add wrap_symbols_ field.
7825 (General_options::any_wrap_symbols): New function.
7826 (General_options::is_wrap_symbol): New function.
7827 * options.cc (General_options::parse_wrap): New function.
7828 (General_options::General_options): Initialize wrap_symbols_.
7829 * symtab.cc (Symbol_table::wrap_symbol): New function.
7830 (Symbol_table::add_from_object): Handle --wrap.
7831 * symtab.h (class Symbol_table): Declare wrap_symbol.
7832 * target.h (Target::wrap_char): New function.
7833 (Target::Target_info): Add wrap_char field.
7834 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
7835 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
7836 * testsuite/testfile.cc (Target_test::test_target_info):
7837 Likewise.
7838
789aa6de
ILT
7839 * errors.cc (Errors::undefined_symbol): Mention symbol version if
7840 there is one.
7841
2c38906f
ILT
7842 * layout.h (class Layout): Add added_eh_frame_data_ field.
7843 * layout.cc (Layout::Layout): Initialize new field.
7844 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
7845 output section until we find a section we merged successfully.
7846 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
7847 that the size be non-zero.
7848
780e49c5
ILT
7849 * merge.cc (Object_merge_map::get_output_offset): Remove inline
7850 qualifier.
7851
7fcd0256
ILT
78522008-04-08 Craig Silverstein <csilvers@google.com>
7853
7854 * configure.ac: Export new conditional variable HAVE_ZLIB.
7855 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
7856 on HAVE_ZLIB.
7857 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
7858 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
7859
6835af53
ILT
78602008-04-07 Ian Lance Taylor <iant@google.com>
7861
e24f324c
ILT
7862 * version.cc (version_string): Set to "1.5".
7863
a036edd8
ILT
7864 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
7865 Add issued_non_pic_error_ field. Declare check_non_pic.
7866 (Target_x86_64::Scan::check_non_pic): New function.
7867 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
7868 (Target_x86_64::Scan::global): Likewise.
7869
624f8810
ILT
7870 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
7871 addend parameter. Change caller. Handle merge sections.
7872 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
7873 Address to Addend. Don't add in the result of
7874 local_section_offset, pass down the addend and use the returned
7875 value.
7876 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
7877 Update declarations of local_section_offset and symbol_value.
7878 * testsuite/two_file_test_1.cc (t18): New function.
7879 * testsuite/two_file_test_2.cc (f18): New function.
7880 * testsuite/two_file_test_main.cc (main): Call t18.
7881 * testsuite/two_file_test.h (t18, f18): Declare.
7882
6835af53
ILT
7883 * configure.ac: Don't test for objdump, c++filt, or readelf.
7884 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
7885 conditionals.
7886 (TEST_READELF): New variable.
7887 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
7888 (check_PROGRAMS): Add two_file_strip_test.
7889 (two_file_strip_test): New target.
7890 (check_PROGRAMS): Add two_file_same_shared_strip_test.
7891 (two_file_same_shared_strip_test_SOURCES): New variable.
7892 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
7893 (two_file_same_shared_strip_test_LDFLAGS): New variable.
7894 (two_file_same_shared_strip_test_LDADD): New variable.
7895 (two_file_shared_strip.so): New target.
7896 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
7897 (ver_test_5.syms, ver_test_7.syms): Likewise.
7898 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
7899 (strip_test_3.stdout): Use TEST_OBJDUMP.
7900 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
7901
86925eef
CC
79022008-04-04 Cary Coutant <ccoutant@google.com>
7903
7904 * symtab.h (Symbol::is_weak_undefined): New function.
7905 (Symbol::is_strong_undefined): New function.
7906 (Symbol::is_absolute): New function.
7907 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
7908 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
7909 absolute symbols.
7910 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
7911 (weak_undef_test): New target.
7912 * testsuite/Makefile.in: Rebuild.
7913 * testsuite/weak_undef_file1.cc: New file.
7914 * testsuite/weak_undef_file2.cc: New file.
7915 * testsuite/weak_undef_test.cc: New file.
7916
126f3ece
ILT
79172008-04-03 Craig Silverstein <csilvers@google.com>
7918
7919 * compressed_output.h (class Output_compressed_section): Use
7920 unsigned buffer.
7921 * compressed_output.cc (zlib_compress): Use unsigned buffers,
7922 add zlib header.
7923 (zlib_compressed_suffix): Removed.
7924 (Output_compressed_section::set_final_data_size): Use unsigned
7925 buffers.
7926 * testsuite/Makefile.am (flagstest_compress_debug_sections):
7927 Fix linker invocation.
7928 (flagstest_o_specialfile_and_compress_debug_sections):
7929 Likewise.
7930 * testsuite/Makefile.in: Regenerated.
7931
deae2a14
DM
79322008-04-02 David S. Miller <davem@davemloft.net>
7933
7934 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
7935 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
7936
70752818
ILT
79372008-04-02 Craig Silverstein <csilvers@google.com>
7938
7939 * TODO: New file.
7940
39d0cb0e
ILT
79412008-04-02 Ian Lance Taylor <iant@google.com>
7942
7943 * fileread.cc (File_read::find_view): Add byteshift and vshifted
7944 parameters. Update for new key type to views_. Change all
7945 callers.
7946 (File_read::read): Adjust for byteshift in returned view.
7947 (File_read::add_view): New function, broken out of
7948 find_and_make_view.
7949 (File_read::make_view): New function, broken out of
7950 find_and_make_view.
7951 (File_read::find_or_make_view): Add offset and aligned
7952 parameters. Rewrite accordingly. Change all callers.
7953 (File_read::get_view): Add offset and aligned parameters. Adjust
7954 for byteshift in return value.
7955 (File_read::get_lasting_view): Likewise.
7956 * fileread.h (class File_read): Update declarations.
7957 (class File_read::View): Add byteshift_ field. Add byteshift to
7958 constructor. Add byteshift method.
7959 * archive.h (Archive::clear_uncached_views): New function.
7960 (Archive::get_view): Add aligned parameter. Change all callers.
7961 * object.h (Object::get_view): Add aligned parameter. Change all
7962 callers.
7963 (Object::get_lasting_view): Likewise.
7964
7965 * fileread.cc (File_read::release): Don't call clear_views if
7966 there are multiple objects.
7967 * fileread.h (File_read::clear_uncached_views): New function.
7968 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
7969 on the archive.
7970
a1207466
CC
79712008-03-31 Cary Coutant <ccoutant@google.com>
7972
7973 Add thin archive support.
7974 * archive.cc (Archive::armagt): New const.
7975 (Archive::setup): Remove task parameter and calls to unlock.
7976 (Archive::unlock_nested_archives): New function.
7977 (Archive::read_header): Add nested_off parameter. Change
7978 all callers.
7979 (Archive::interpret_header): Likewise.
7980 (Archive::include_all_members): Change to handle thin
7981 archives.
7982 (Archive::include_member): Likewise.
7983 * archive.h (Archive::Archive): Add new parameters and
7984 initializers.
7985 (Archive::armagt): New const.
7986 (Archive::setup): Remove task parameter.
7987 (Archive::unlock_nested_archives): New function.
7988 (Archive::read_header): Add nested_off parameter.
7989 (Archive::interpret_header): Likewise.
7990 (Archive::Nested_archive_table): New typedef.
7991 (Archive::is_thin_archive_): New field.
7992 (Archive::nested_archives_): New field.
7993 (Archive::options_): New field.
7994 (Archive::dirpath_): New field.
7995 (Archive::task_): New field.
7996 * readsyms.cc (Read_symbols::do_read_symbols): Add check
7997 for thin archives. Pass additional parameters to
7998 Archive::Archive. Unlock the archive file after calling
7999 Archive::setup.
cd536b21 8000
479f6503
ILT
80012008-03-29 Ian Lance Taylor <iant@google.com>
8002
686c8caf
ILT
8003 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
8004 version symbol to be local.
8005 * testsuite/ver_test_4.sh: New file.
8006 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
8007 (check_DATA): Add ver_test_4.syms.
8008 (ver_test_4.syms): New target.
8009 * testsuite/Makefile.in: Rebuild.
8010
ab794b6b
ILT
8011 * output.cc
8012 (Output_section::Input_section_sort_entry::has_priority): New
8013 function.
8014 (Output_section::Input_section_sort_entry::match_file_name): New
8015 function.
8016 (Output_section::Input_section_sort_entry::match_section_name):
8017 Remove.
8018 (Output_section::Input_section_sort_entry::match_section_name_prefix):
8019 Remove.
8020 (Output_section::Input_section_sort_entry::match_section_file):
8021 Remove.
8022 (Output_section::Input_section_sort_compare::operator()): Rewrite
8023 using new Input_section_sort_entry functions. Sort crtbegin and
8024 crtend first. Sort sections with no priority before sections with
8025 a priority.
8026 * testsuite/initpri1.c (d3): Check j != 4.
8027 (cd5): New constructor/destructor function.
8028 (main): Check j != 2.
8029
479f6503
ILT
8030 * symtab.cc (Symbol_table::add_from_object): If we don't use the
8031 new symbol when resolving, don't call set_is_default.
8032 * testsuite/ver_test_7.cc: New file.
8033 * testsuite/ver_test_7.sh: New file.
8034 * testsuite/Makefile.am (ver_test_7.so): New target.
8035 (ver_test_7.o): New target.
8036 (check_SCRIPTS): Add ver_test_7.sh.
8037 (check_DATA): Add ver_test_7.syms.
8038 (ver_test_7.syms): New target.
8039
2fd32231
ILT
80402008-03-28 Ian Lance Taylor <iant@google.com>
8041
8042 * layout.cc (Layout::layout): If we see an input section with a
8043 name that needs sorting, set the must_sort flag for the output
8044 section.
8045 (Layout::make_output_section): If the name of the output section
8046 indicates that it might require sorting, set the may_sort flag.
8047 * output.h (Output_section::may_sort_attached_input_sections): New
8048 function.
8049 (Output_section::set_may_sort_attached_input_sections): New
8050 function.
8051 (Output_section::must_sort_attached_input_sections): New
8052 function.
8053 (Output_section::set_must_sort_attached_input_sections): New
8054 function.
8055 (class Output_section): Declare Input_section_sort_entry. Define
8056 Input_section_sort_compare. Declare
8057 sort_attached_input_sections. Add new fields:
8058 may_sort_attached_input_sections_,
8059 must_sort_attached_input_sections_,
8060 attached_input_sections_are_sorted_.
8061 * output.cc (Output_section::Output_section): Initialize new
8062 fields.
8063 (Output_section::add_input_section): Add an entry to
8064 input_sections_ if may_sort or must_sort are true.
8065 (Output_section::set_final_data_size): Call
8066 sort_attached_input_sections if necessary.
8067 (Output_section::Input_section_sort_entry): Define new class.
8068 (Output_section::Input_section_sort_compare::operator()): New
8069 function.
8070 (Output_section::sort_attached_input_sections): New function.
8071 * configure.ac: Check whether the compiler supports constructor
8072 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
8073 * testsuite/initpri1.c: New file.
8074 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
8075 CONSTRUCTOR_PRIORITY.
8076 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
8077 (initpri1_LDFLAGS): New variable.
8078 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
8079
18e6b24e
ILT
80802008-03-27 Ian Lance Taylor <iant@google.com>
8081
49bdd526
ILT
8082 * common.cc (Sort_commons::operator): Correct sorting algorithm.
8083 * testsuite/common_test_1.c: New file.
8084 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
8085 (common_test_1_SOURCES): New variable.
8086 (common_test_1_DEPENDENCIES): New variable.
8087 (common_test_1_LDFLAGS): New variable.
8088
18e6b24e
ILT
8089 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
8090 and commons_ correctly when NAME/VERSION does not override
8091 NAME/NULL.
8092 * testsuite/ver_test_6.c: New file.
8093 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
8094 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
8095 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
8096
04bf7072
ILT
80972008-03-26 Ian Lance Taylor <iant@google.com>
8098
5871526f
ILT
8099 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
8100 of an undefined symbol from a version script.
8101 * testsuite/Makefile.am (ver_test_5.so): New target.
8102 (ver_test_5.o): New target.
8103 (check_SCRIPTS): Add ver_test_5.sh.
8104 (check_DATA): Add ver_test_5.syms.
8105 (ver_test_5.syms): New target.
8106 * testsuite/ver_test_5.cc: New file.
8107 * testsuite/ver_test_5.script: New file.
8108 * testsuite/ver_test_5.sh: New file.
8109 * Makefile.in, testsuite/Makefile.in: Rebuild.
8110
04bf7072
ILT
8111 PR gold/5986
8112 Fix problems building gold with gcc 4.3.0.
8113 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
8114 (gold_error_at_location, gold_warning_at_location): Use it.
8115 * configure.ac: Check whether we can compile and use a template
8116 function with a printf attribute.
8117 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
8118 when jumping over bytes.
8119 * object.cc: Instantiate Object::read_section_data.
8120 * debug.h: Include <cstring>
8121 * dwarf_reader.cc: Include <algorithm>
8122 * main.cc: Include <cstring>.
8123 * options.cc: Include <cstring>.
8124 * output.cc: Include <cstring>.
8125 * script.cc: Include <cstring>.
8126 * script.h: Include <string>.
8127 * symtab.cc: Include <cstring> and <algorithm>.
8128 * target-select.cc: Include <cstring>.
8129 * version.cc: Include <string>.
8130 * testsuite/testmain.cc: Include <cstdlib>.
8131 * configure, config.in: Rebuild.
8132
874c5b28
ILT
81332008-03-25 Ian Lance Taylor <iant@google.com>
8134
819d6c3a
ILT
8135 * options.cc: Include "../bfd/bfdver.h".
8136 (options::help): Print bug reporting address.
8137
f4b2c6f5
ILT
8138 * version.cc (print_version): Adjust output for current value of
8139 BFD_VERSION_STRING.
8140
8141 * NEWS: New file.
8142
e96caa79
ILT
8143 * options.cc (options::help): Print list of supported targets.
8144 * target-select.h: Include <vector>.
8145 (class Target_selector): Make machine_, size_, and is_big_endian_
8146 fields const. Add bfd_name_ and instantiated_target_ fields.
8147 (Target_selector::Target_selector): Add bfd_name parameter.
8148 (Target_selector::recognize): Make non-virtual, call
8149 do_recognize.
8150 (Target_selector::recognize_by_name): Make non-virtual, call
8151 do_recognize_by_name.
8152 (Target_selector::supported_names): New function.
8153 (Target_selector::bfd_name): New function.
8154 (Target_selector::do_instantiate_target): New pure virtual
8155 function.
8156 (Target_selector::do_recognize): New virtual function.
8157 (Target_selector::do_recognize_by_name): New virtual function.
8158 (Target_selector::instantiate_target): New private function.
8159 (supported_target_names): Declare.
8160 * target-select.cc (Target_selector::Target_selector): Update for
8161 new parameter and fields.
8162 (select_target_by_name): Check that the name matches before
8163 calling recognize_by_name.
8164 (supported_target_names): New function.
8165 * i386.cc (class Target_selector_i386): Update Target_selector
8166 constructor call. Remove recognize and recognize_by_name. Add
8167 do_instantiate_target.
8168 * x86_64.cc (class Target_selector_x86_64): Likewise.
8169 * testsuite/testfile.cc (class Target_selector_test): Update for
8170 changes to Target_selector.
8171
874c5b28
ILT
8172 * README: Rewrite, with some notes on unsupported features.
8173
0a65a3a7
CC
81742008-03-24 Cary Coutant <ccoutant@google.com>
8175
8176 * i386.cc (Target_i386::Got_type): New enum declaration.
8177 (Target_i386::Scan::local): Updated callers of Output_data_got
8178 member functions.
8179 (Target_i386::Scan::global): Likewise.
8180 (Target_i386::Relocate::relocate): Likewise.
8181 (Target_i386::Relocate::relocate_tls): Likewise.
8182 * object.h (Got_offset_list): New class.
8183 (Sized_relobj::local_has_got_offset): Added got_type parameter.
8184 (Sized_relobj::local_got_offset): Likewise.
8185 (Sized_relobj::set_local_got_offset): Likewise.
8186 (Sized_relobj::local_has_tls_got_offset): Removed.
8187 (Sized_relobj::local_tls_got_offset): Removed.
8188 (Sized_relobj::set_local_tls_got_offset): Removed.
8189 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
8190 * output.cc (Output_data_got::add_global): Added got_type parameter.
8191 (Output_data_got::add_global_with_rel): Likewise.
8192 (Output_data_got::add_global_with_rela): Likewise.
8193 (Output_data_got::add_global_pair_with_rel): New function.
8194 (Output_data_got::add_global_pair_with_rela): New function.
8195 (Output_data_got::add_local): Added got_type parameter.
8196 (Output_data_got::add_local_with_rel): Likewise.
8197 (Output_data_got::add_local_with_rela): Likewise.
8198 (Output_data_got::add_local_pair_with_rel): New function.
8199 (Output_data_got::add_local_pair_with_rela): New function.
8200 (Output_data_got::add_global_tls): Removed.
8201 (Output_data_got::add_global_tls_with_rel): Removed.
8202 (Output_data_got::add_global_tls_with_rela): Removed.
8203 (Output_data_got::add_local_tls): Removed.
8204 (Output_data_got::add_local_tls_with_rel): Removed.
8205 (Output_data_got::add_local_tls_with_rela): Removed.
8206 * output.h (Output_data_got::add_global): Added got_type parameter.
8207 (Output_data_got::add_global_with_rel): Likewise.
8208 (Output_data_got::add_global_with_rela): Likewise.
8209 (Output_data_got::add_global_pair_with_rel): New function.
8210 (Output_data_got::add_global_pair_with_rela): New function.
8211 (Output_data_got::add_local): Added got_type parameter.
8212 (Output_data_got::add_local_with_rel): Likewise.
8213 (Output_data_got::add_local_with_rela): Likewise.
8214 (Output_data_got::add_local_pair_with_rel): New function.
8215 (Output_data_got::add_local_pair_with_rela): New function.
8216 (Output_data_got::add_global_tls): Removed.
8217 (Output_data_got::add_global_tls_with_rel): Removed.
8218 (Output_data_got::add_global_tls_with_rela): Removed.
8219 (Output_data_got::add_local_tls): Removed.
8220 (Output_data_got::add_local_tls_with_rel): Removed.
8221 (Output_data_got::add_local_tls_with_rela): Removed.
8222 * resolve.cc (Symbol::override_base_with_special): Removed
8223 reference to has_got_offset_ field.
8224 * symtab.cc (Symbol::init_fields): Replaced initialization
8225 of got_offset_ with got_offsets_. Removed initialization
8226 of has_got_offset_
53fcba31 8227 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
8228 (Symbol::got_offset): Likewise.
8229 (Symbol::set_got_offset): Likewise.
8230 (Symbol::has_tls_got_offset): Removed.
8231 (Symbol::tls_got_offset): Removed.
8232 (Symbol::set_tls_got_offset): Removed.
8233 (Symbol::got_offset_): Removed.
8234 (Symbol::tls_mod_got_offset_): Removed.
8235 (Symbol::tls_pair_got_offset_): Removed.
8236 (Symbol::got_offsets_): New field.
8237 (Symbol::has_got_offset): Removed.
8238 (Symbol::has_tls_mod_got_offset): Removed.
8239 (Symbol::has_tls_pair_got_offset): Removed.
8240 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
8241 (Target_x86_64::Scan::local): Updated callers of Output_data_got
8242 member functions.
8243 (Target_x86_64::Scan::global): Likewise.
8244 (Target_x86_64::Relocate::relocate): Likewise.
8245 (Target_x86_64::Relocate::relocate_tls): Likewise.
8246
bd52eafb
BE
82472008-03-25 Ben Elliston <bje@au.ibm.com>
8248
8249 * yyscript.y: Fix spelling error in comment.
8250
8b105e34
ILT
82512008-03-24 Ian Lance Taylor <iant@google.com>
8252
8ed814a9
ILT
8253 * options.h (class General_options): Define build_id option.
8254 * layout.h (class Layout): Declare write_build_id, create_note,
8255 create_build_id. Add build_id_note_ member.
8256 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
8257 "libiberty.h", "md5.h", "sha1.h".
8258 (Layout::Layout): Initialize eh_frame_data_,
8259 eh_frame_hdr_section_, and build_id_note_.
8260 (Layout::finalize): Call create_build_id.
8261 (Layout::create_note): New function, broken out of
8262 Layout::create_gold_note.
8263 (Layout::create_gold_note): Call create_note.
8264 (Layout::create_build_id): New function.
8265 (Layout::write_build_id): New function.
8266 (Close_task_runner::run): Call write_build_id.
8267
8b105e34
ILT
8268 * x86_64.cc: Correct license to GPLv3.
8269
086a1841
ILT
82702008-03-23 Ian Lance Taylor <iant@google.com>
8271
8272 * options.cc: Include "demangle.h".
8273 (parse_optional_string): New function.
8274 (parse_long_option): Handle takes_optional_argument.
8275 (parse_short_option): Update dash_z initializer. Handle
8276 takes_optional_argument.
8277 (General_options::General_options): Initialize do_demangle_.
8278 (General_options::finalize): Set do_demangle_. Handle demangling
8279 style.
8280 * options.h (parse_optional_string): Declare.
8281 (struct One_option): Add optional_arg field. Update constructor.
8282 Update call constructor calls. Add takes_optional_argument
8283 function.
8284 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
8285 (DEFINE_optional_string): Define.
8286 (General_options::demangle): Change from DEFINE_bool to
8287 DEFINE_optional_string.
8288 (General_options::no_demangle): New function.
8289 (General_options::do_demangle): New function.
8290 (General_options::set_do_demangle): New function.
8291 (General_options::execstack_status_): Move definition to end of
8292 class definition.
8293 (General_options::static_): Likewise.
8294 (General_options::do_demangle_): New field.
8295 * object.cc (big_endian>::get_symbol_location_info): Call
8296 Options::do_demangle, not Options::demangle.
8297 * symtab.cc (demangle): Likewise.
8298
cbb93e63
ILT
82992008-03-22 Ian Lance Taylor <iant@google.com>
8300
8301 * gold.h: Include <cstddef> and <sys/types.h>
8302 * options.h: Include <cstring>.
8303
ec531623
ILT
83042008-03-21 Ian Lance Taylor <iant@google.com>
8305
8306 * Added source code to GNU binutils.
This page took 0.475997 seconds and 4 git commands to generate.