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