Fix bug when optimizing string pools of aligned strings.
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
1c582fe7
CC
12015-03-21 Cary Coutant <cary@google.com>
2
3 PR gold/18010
4 * stringpool.cc (Stringpool_template): Don't optimize if section
5 alignment is greater than sizeof(char).
6
410da591
CC
72015-03-21 Cary Coutant <cary@google.com>
8
9 PR gold/18048
10 * script-c.h (script_include_directive): Add first_token parameter.
11 * script.cc (script_include_directive): Add first_token parameter, and
12 pass it to read_script_file.
13 * yyscript.y (PARSING_SECTIONS_BLOCK, PARSING_SECTION_CMDS)
14 (PARSING_MEMORY_DEF): New tokens.
15 (top): Add new productions for INCLUDE files.
16 (file_cmd): Replace file_or_sections_cmd with copy of its productions.
17 Pass PARSING_LINKER_SCRIPT to script_include_directive.
18 (section_block_cmd): Likewise; pass PARSING_SECTIONS_BLOCK.
19 (section_cmd): Pass PARSING_SECTION_CMDS.
20 (file_or_sections_cmd): Remove.
21 (memory_def): Pass PARSING_MEMORY_DEF.
22 * testsuite/Makefile.am (memory_test_2): New test.
23 * testsuite/Makefile.in: Regenerate.
24 * testsuite/memory_test_inc.t: New script file.
25 * testsuite/memory_test_inc_1.t.src: New script file.
26 * testsuite/memory_test_inc_2.t.src: New script file.
27 * testsuite/memory_test_inc_3.t.src: New script file.
28
0d5bbdb0
CC
292015-03-21 Cary Coutant <cary@google.com>
30
31 * dwp.cc (Sized_relobj_dwo::do_section_contents): Delete.
32 (Sized_relobj_dwo::setup): Build compressed section map.
33 (Sized_relobj_dwo::do_decompressed_section_contents): Delete.
34 * dynobj.cc (Sized_dynobj::base_read_symbols): Build compressed
35 section map.
36 * object.cc (Sized_relobj_file::Sized_relobj_file): Remove
37 compressed_sections_ field.
38 (build_compressed_section_map): Take Object instead of
39 Sized_relobj_file parameter; add decompress_if_needed parameter.
40 (Sized_relobj_file::do_find_special_sections): Store compressed
41 section map in parent Object.
42 (Sized_relobj_file::do_decompressed_section_contents): Move
43 implementation to Object::decompressed_section_contents.
44 (Sized_relobj_file::do_discard_decompressed_sections): Move
45 implementation to Object::discard_decompressed_sections.
46 * object.h (build_compressed_section_map): Declare.
47 (Object::Object): Add compressed_sections_ field.
48 (Object::section_is_compressed): Move implementation here.
49 (Object::decompressed_section_contents): De-virtualize.
50 (Object::discard_decompressed_sections): De-virtualize.
51 (Object::do_section_is_compressed): Delete.
52 (Object::do_decompressed_section_contents): Delete.
53 (Object::set_compressed_sections): New method.
54 (Object::compressed_sections): New method.
55 (Object::compressed_sections_): New data member.
56 (Compressed_section_info, Compressed_section_map): Move to top of file.
57 (Sized_relobj_file::do_section_is_compressed): Delete.
58 (Sized_relobj_file::do_decompressed_section_contents): Delete.
59 (Sized_relobj_file::do_discard_decompressed_sections): Delete.
60 (Sized_relobj_file::compressed_sections_): Move to Object class.
61
bd9e0d46
CC
622015-03-21 Cary Coutant <ccoutant@google.com>
63
64 PR gold/18152
65 * gold.cc (queue_middle_tasks): Finalize .eh_frame after laying out
66 deferred objects.
67
943c8b43
CC
682015-03-11 Cary Coutant <ccoutant@google.com>
69
70 * options.cc (General_options::finalize): Don't allow -z relro
71 with incremental linking.
72 * testsuite/Makefile.am (incremental_test): Add -z norelro.
73 (incremental_test_2): Likewise.
74 (incremental_test_3): Likewise.
75 (incremental_test_4): Likewise.
76 (incremental_test_5): Likewise.
77 (incremental_test_6): Likewise.
78 (incremental_copy_test): Likewise.
79 (incremental_common_test_1): Likewise.
80 (incremental_comdat_test_1): Likewise.
81 * testsuite/Makefile.in: Regenerate.
82
e1663197
CC
832015-03-09 Cary Coutant <ccoutant@google.com>
84
85 PR gold/14675
86 * ehframe.cc (Eh_frame::add_ehframe_input_section): Change return type;
87 return enum indicating whether .eh_frame section is empty, optimizable,
88 unrecognized, or an end marker. Adjust explicit instantiations.
89 * ehframe.h (Eh_frame::Eh_frame_section_disposition): New enum type.
90 (Eh_frame::add_ehframe_input_section): Change return type.
91 * gold.cc (queue_middle_tasks): Call Layout::finalize_eh_frame_section.
92 * layout.cc (Layout::layout_eh_frame): Don't add optimized sections
93 to the .eh_frame output section until we see the end marker.
94 (Layout::finalize_eh_frame_section): New.
95 * layout.h: (Layout::finalize_eh_frame_section): New.
96
beb8418f
L
972015-03-05 H.J. Lu <hongjiu.lu@intel.com>
98
99 * output.cc (Relobj::initialize_input_to_output_map<size>):
100 Remove typename on elfcpp::Elf_types<size>::Elf_Addr.
101
48c73428
CC
1022015-03-04 Cary Coutant <ccoutant@google.com>
103
104 * parameters.cc (Parameters::set_target_once): Call
105 Target::select_as_default_target just once from here...
106 (set_parameters_target): ...instead of from here.
107
1082015-03-04 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
dbe40a88
RÁE
109
110 * ehframe.cc (Cie::set_output_offset): Pass in and use a
111 Output_section_data instead of a Merge_map.
112 (Eh_frame::Eh_frame): Don't initialize merge_map_.
113 (Eh_frame::read_cie): Use add_merge_mapping instead of
114 Merge_map::add_mapping.
115 (Eh_frame::read_fde): Ditto.
116 (Eh_frame::set_final_data_size): Use this instead of this->merge_map_.
117 (Eh_frame::do_output_offset): Use merge_output_offset istead of
118 merge_map_->get_output_offset.
119 (Eh_frame::do_is_merge_section_for): Delete.
120 * ehframe.h (Fde::add_mapping): Pass in and use a Output_section_data
121 instead of a Merge_map.
122 (Cie::set_output_offset): Pass in a Output_section_data instead of a
123 Merge_map.
124 (Eh_frame::do_is_merge_section_for): Delete.
125 (Eh_frame::merge_map_): Delete.
126 * merge.cc (Object_merge_map::get_or_make_input_merge_map): Pass in
127 and use a Output_section_data instead of a Merge_map.
128 (Object_merge_map::add_mapping): Ditto.
129 (Object_merge_map::get_output_offset): Remove the merge_map argument.
130 (Object_merge_map::is_merge_section_for): Pass in and use a
131 Output_section_data instead of a Merge_map.
132 (Merge_map): Delete.
133 (Output_merge_base::do_output_offset): Use merge_output_offset instead
134 of merge_map_.get_output_offset.
135 (Output_merge_base::do_is_merge_section_for): Delete.
136 (Output_merge_data::do_add_input_section): Use
137 object->add_merge_mapping instead of add_mapping.
138 (Output_merge_string<Char_type>::finalize_merged_data): Ditto.
139 * merge.h (Merge_map): Delete forward declaration.
140 (Object_merge_map::add_mapping): Pass in and use a Output_section_data
141 instead of a Merge_map.
142 (Object_merge_map::get_output_offset): Remove the merge_map argument.
143 (Object_merge_map::is_merge_section_for): Pass in and use a
144 Output_section_data instead of a Merge_map.
145 (Input_merge_map::Object_merge_map::merge_map): Replace with
146 output_data.
147 (Object_merge_map::get_or_make_input_merge_map): Pass in and use a
148 Output_section_data instead of a Merge_map.
149 (Merge_map): Delete.
150 (Output_merge_base::Output_merge_base): Don't initialize merge_map_.
151 (Output_merge_base::do_is_merge_section_for): Delete.
152 (Output_merge_base::add_mapping): Delete.
153 (Output_merge_base::merge_map_): Delete.
154 * object.cc (Relobj::initialize_input_to_output_map): New.
155 (Relobj::initialize_input_to_output_map): New.
156 (Relobj::merge_output_offset): New.
157 (Relobj::is_merge_section_for): New.
158 (Relobj::initialize_input_to_output_map): Instantiate for 32 and 64
159 bits.
160 * object.h (Relobj::merge_map): Delete.
161 (initialize_input_to_output_map): New.
162 (set_merge_map): Delete.
163 (add_merge_mapping): New.
164 (merge_output_offset): New.
165 (is_merge_section_for): New.
166 * output.cc (Output_section::Input_section::is_merge_section_for):
167 Use object->is_merge_section_for.
168 * output.h (Output_section_data::is_merge_section_for): Delete.
169 (Output_section_data::do_is_merge_section_for): Delete.
170 * reloc.cc (Merged_symbol_value<size>::initialize_input_to_output_map):
171 Use object->initialize_input_to_output_map.
172 (Merged_symbol_value<size>::value_from_output_section): Use
173 object->merge_output_offset.
174
48c73428 1752015-03-02 Peter Collingbourne <pcc@google.com>
2c7b626c
CC
176 Cary Coutant <ccoutant@google.com>
177
178 * output.cc (Output_section::add_merge_input_section): Do not
179 attempt to merge sections with an entsize of 0.
180
48c73428 1812015-03-02 Khem Raj <raj.khem@gmail.com>
5b07cd84
CC
182
183 * attributes.h (class Output_attributes_section_data ): Add
184 do_print_to_mapfile function.
185
ec86f434
AM
1862015-02-24 Alan Modra <amodra@gmail.com>
187
188 PR 18010
189 * powerpc.cc (Powerpc_relocate_functions::addr16_ds): Always
190 complain if value is not a multiple of four.
191 (Target_powerpc::Relocate::relocate): Correct handling of
192 R_POWERPC_GOT_TPREL16 and R_POWERPC_GOT_TPREL16_LO for ppc64.
193
be66981e
L
1942015-02-21 H.J. Lu <hongjiu.lu@intel.com>
195
196 * configure.ac (default_size): Set to 32 for x32.
197 * configure: Regenerated.
198
e3ee8ed4
AM
1992015-02-18 Alan Modra <amodra@gmail.com>
200
201 PR 17954
202 * powerpc.cc (Global_symbol_visitor_opd::operator()): Set default
203 visibility.
204
3a935c6c
RÁE
2052015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
206
207 * gc.h (Garbage_collection::add_reference): Don't use find.
208
e0a1e121
RÁE
2092015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
210
211 * object.cc (write_local_symbols): avoid std::vector copy.
212
45a4fb1a
RÁE
2132015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
214
215 * merge.cc (get_output_offset): Use upper_bound instead of lower_bound.
216
2d9afefe
MW
2172015-02-09 Mark Wielaard <mjw@redhat.com>
218
219 * gdb-index.cc (Gdb_index_info_reader::visit_top_die): Recognize
220 DW_LANG_Fortran03 and DW_LANG_Fortran08.
221
e9c1bdad
CC
2222015-02-16 Cary Coutant <ccoutant@google.com>
223
224 PR gold/13577
225 PR gold/16992
226 * layout.cc (Layout::finish_dynamic_section): Don't set DT_SYMBOLIC or
227 DF_SYMBOLIC if --dynamic-list option is used.
228 * options.cc (General_options::finalize): --dynamic-list is not
229 mutually exclusive with -Bsymbolic.
230 * symtab.h (Symbol::is_preemptible): Don't exclude dynamic symbols not
231 listed in --dynamic-list.
232 * testsuite/Makefile.am (dynamic_list_lib2.so): Add
233 -Bsymbolic-functions.
234 * testsuite/Makefile.in: Regenerate.
235
0ed4b0bf
CC
2362015-02-16 Cary Coutant <ccoutant@google.com>
237
238 PR gold/17971
239 * incremental.cc: Remove redundant include of "output.h".
240
1a920511
JY
2412015-02-12 Jing Yu <jingyu@google.com>
242
243 * aarch64-reloc.def (TLSLE_MOVW_TPREL_G2, TLSLE_MOVW_TPREL_G1,
244 TLSLE_MOVW_TPREL_G1_NC, TLSLE_MOVW_TPREL_G0, TLSLE_MOVW_TPREL_G0_NC,):
245 New relocation.
246 * aarch64.cc (Target_aarch64::Scan::local): Add cases for new
247 TLSLE_MOVW_* relocations.
248 (Target_aarch64::Scan::global): Likewise.
249 (Target_aarch64::Relocate::relocate): Likewise.
250 (Target_aarch64::Relocate::relocate_tls): Add cases and handlings
251 for new TLSLE_MOVW_* relocations.
252
07f107f3
WN
2532015-02-11 Will Newton <will.newton@linaro.org>
254
255 PR gold/13321
256 * arm.cc (Target_arm::make_plt_section): Create an ARM
257 state mapping symbol at the start of the PLT.
258
e051a5b5
L
2592015-02-09 H.J. Lu <hongjiu.lu@intel.com>
260
261 * testsuite/Makefile.am (two_file_shared_2_pic_1_test_DEPENDENCIES):
262 Replace two_file_shared_2.so with two_file_shared_1.so.
263 * testsuite/Makefile.in: Regenerated.
264
dddcc5b9
AM
2652015-02-09 Alan Modra <amodra@gmail.com>
266
267 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add libweak_undef_2.a,
268 plugin_test_thin.a and defsym_test.
269 * testsuite/Makefile.in: Regenerate.
270
b39b8b9d
RÁE
2712015-02-04 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
272
273 * merge.cc (do_add_input_section): Combine loop epilogue into main loop
274 body.
275
b66d1c52
CC
2762015-02-04 Peter Collingbourne <pcc@google.com>
277
278 * plugin.cc (Pluginobj::get_symbol_resolution_info): Resolve
279 forwarding symbols when computing symbol resolution info for plugins.
280 * plugin.h (Plugin_manager::symtab): New method.
281 (Pluginobj::get_symbol_resolution_info): Add symtab parameter.
282
23081de0
CC
2832015-02-03 Cary Coutant <ccoutant@google.com>
284 Peter Collingbourne <pcc@google.com>
285
286 PR gold/15660
287 * archive.cc (Thin_archive_object_unlocker): New class.
288 (Archive::include_member): Unlock external members of thin archives.
289 * testsuite/Makefile.am (plugin_test_1): Rename .syms files.
290 (plugin_test_2): Likewise.
291 (plugin_test_3): Likewise.
292 (plugin_test_4): Likewise.
293 (plugin_test_5): Likewise.
294 (plugin_test_6): Likewise.
295 (plugin_test_7): Likewise.
296 (plugin_test_8): Likewise.
297 (plugin_test_9): Likewise.
298 (plugin_test_10): Likewise.
299 (plugin_test_11): New test case.
300 * testsuite/Makefile.in: Regenerate.
301 * testsuite/plugin_test.c (claim_file_hook): Check for parallel .syms
302 file to decide whether to claim file.
303 (all_symbols_read_hook): Likewise.
304 * testsuite/plugin_test_1.sh: Adjust expected output.
305 * testsuite/plugin_test_2.sh: Likewise.
306 * testsuite/plugin_test_3.sh: Likewise.
307 * testsuite/plugin_test_6.sh: Likewise.
308 * testsuite/plugin_test_tls.sh: Likewise.
309 * testsuite/plugin_test_11.sh: New testcase.
310
3112015-02-03 Cary Coutant <ccoutant@google.com>
312
313 * descriptors.cc (Descriptors::open): Set artificially-low limit for
314 file descriptors when debugging enabled. Add debug output.
315 (Descriptors::release): Add debug output.
316 (Descriptors::close_some_descriptor): Likewise.
317 (Descriptors::close_all): Likewise.
318 * fileread.cc (File_read::lock): Likewise.
319 (File_read::unlock): Likewise.
320
24dd5808
CC
3212015-02-02 Cary Coutant <ccoutant@google.com>
322
323 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for
324 executable output file.
325
fa89cc82
HS
3262015-01-22 Han Shen <shenhan@google.com>
327
328 * arm.cc (Target_arm::Target_arm): Add initialization for new members.
329 (Target_arm::do_plt_address_for_global): New method.
330 (Target_arm::do_plt_address_for_local): New method.
331 (Target_arm::rel_irelative_section): New method.
332 (Target_arm::make_data_plt): Add more parameters for plt ctor.
333 (Target_arm::do_make_data_plt): Add more parameters for plt ctor.
334 (Target_arm::Scan::symbol_needs_plt_entry): Add ifunc support.
335 (Target_arm::Scan::reloc_needs_plt_for_ifunc): Add ifunc support.
336 (Target_arm::Scan::check_non_pic): Add ifunc support.
337 (Target_arm::Scan::local): Add ifunc support.
338 (Target_arm::Scan::global): Add ifunc support.
339 (Target_arm::make_plt_section): New method.
340 (Target_arm::make_plt_entry): Change to call to make_plt_section.
341 (Target_arm::make_local_ifunc_plt_entry): New method.
342 (Target_arm::got_irelative_): New member.
343 (Target_arm::rel_irelative_): New member.
344 (Target_arm::got_section): Add creation for got_irelative_.
345 (Target_arm::rel_dyn_section): Add creation for rel_irelative_.
346 (Target_arm::Relocate::relocate): Properly set local ifunc address.
347 (Target_arm::do_dynsym_value): Properly set global ifunc address.
348 (Target_arm::scan_reloc_for_stub): Properly set global ifunc address.
349 (Output_data_plt_arm::IRelative_data): New type.
350 (Output_data_plt_arm::Output_data_plt_arm): Add more parameters.
351 (Output_data_plt_arm::add_entry): Add more parameters.
352 (Output_data_plt_arm::add_relocation): New method.
353 (Output_data_plt_arm::add_local_ifunc_entry): New method.
354 (Output_data_plt_arm::rel_irelative): New method.
355 (Output_data_plt_arm::entry_count): Modified.
356 (Output_data_plt_arm::address_for_global): New method.
357 (Output_data_plt_arm::address_for_local): New method.
23081de0 358gold/
fa89cc82
HS
359 (Output_data_plt_arm::set_final_data_size): Add irelative_count_.
360 (Output_data_plt_arm::insert_irelative_data): New method.
361 (Output_data_plt_arm::irelative_rel_): New member.
362 (Output_data_plt_arm::got_): New member.
363 (Output_data_plt_arm::got_irelative_): New member.
364 (Output_data_plt_arm::irelative_count_): New member.
365 (Output_data_plt_arm::IRelative_data_vec): New typedef.
366 (Output_data_plt_arm::irelative_data_vec_): New member.
367 (Output_data_plt_arm::do_write): Write out irelative entries.
368 (Output_data_plt_arm_standard::Output_data_plt_arm_standard): Add
369 more parameters to ctor.
370 (Output_data_plt_arm_nacl::Output_data_plt_arm_nacl): Add
371 more parameters to ctor.
372 * output.h (Output_data_reloc::add_local_relative): New method.
373 * aarch64.cc (Output_data_plt_aarch64): Fixed typo in comment.
374
0f81d3f0
AM
3752015-01-29 Alan Modra <amodra@gmail.com>
376
377 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct GOT_TLSLD
378 and GOT_TLSGD to LE optimization.
379
65d92137
CC
3802015-01-28 Cary Coutant <ccoutant@google.com>
381
382 * x86_64.cc (Target_x86_64::Scan::global): Allow IE-to-LE optimization
383 for undef TLS symbols.
384 (Target_x86_64::Relocate::relocate_tls): Likewise.
385 (Target_x86_64::Relocate::tls_ie_to_le): Likewise.
386
5485698a
CC
3872015-01-25 Cary Coutant <ccoutant@google.com>
388
389 * output.cc (Output_segment::set_section_addresses): Fix calculation
390 of size of relro segment.
391
b01a4b04
AM
3922015-01-22 Alan Modra <amodra@gmail.com>
393
394 * powerpc.cc (Target_powerpc::Scan::local <got relocs>): Correct
395 condition for need of ifunc plt entry.
396 (Target_powerpc::Scan::global <got relocs>): Likewise.
397
3d0064a9
CC
3982015-01-14 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
399
400 * mips.cc (reloc_high): Add r_sym.
401 (Mips_relocate_functions::relhi16): Add r_sym parameter. Pass r_sym to
402 reloc_high constructor.
403 (Mips_relocate_functions::relgot16_local): Likewise.
404 (Mips_relocate_functions::rello16): Add r_sym parameter. Use r_sym and
405 r_type to decide whether LO16 matches HI16.
406 (Target_mips::Relocate::relocate): Pass r_sym to calls to relhi16,
407 rello16 and relgot16_local.
408
a5cd8f05
CC
4092015-01-09 Cary Coutant <ccoutant@google.com>
410
411 * layout.cc (Layout::set_segment_offsets): Don't align start of segment
412 unless alignment is larger than page size.
413
4fc1b9d4
L
4142015-01-06 H.J. Lu <hongjiu.lu@intel.com>
415 Cary Coutant <ccoutant@google.com>
416
417 PR gold/17729
418 * configure.ac (DEFAULT_TARGET_X86_64): Don't set for x32.
419 (DEFAULT_TARGET_X32): Set for x32.
420 * x86_64.cc (cmp_insn_32): New.
421 (lea_r10_insn_32): Likewise.
422 (lea_r11_insn_32): Likewise.
423 (cmp_insn_64): Likewise.
424 (lea_r10_insn_64): Likewise.
425 (lea_r11_insn_64): Likewise.
426 (Target_x86_64<size>::do_calls_non_split): Handle x32.
427 * testsuite/Makefile.am (check_SCRIPTS): Add split_x32.sh.
428 (check_DATA): Add split_x32 files.
429 (split_x32_[1234n].o): New targets.
430 (split_x32_[124]): New targets.
431 (split_x32_[1234r].stdout): New targets.
432 * testsuite/split_x32.sh: New file.
433 * testsuite/split_x32_1.s: Likewise.
434 * testsuite/split_x32_2.s: Likewise.
435 * testsuite/split_x32_3.s: Likewise.
436 * testsuite/split_x32_4.s: Likewise.
437 * testsuite/split_x32_n.s: Likewise.
438 * configure: Regenerated.
439 * testsuite/Makefile.in: Likewise.
440
e749cab8
L
4412015-01-06 H.J. Lu <hongjiu.lu@intel.com>
442
443 PR gold/17809
444 * x86_64.cc (Target_x86_64<size>::Relocate::tls_ie_to_le): Handle
445 x32.
446
af759df0
AM
4472015-01-02 Alan Modra <amodra@gmail.com>
448
449 * version.cc (print_version): Just print current year.
450 * dwp.cc (print_version): Likewise.
451
b90efa5b
AM
4522015-01-01 Alan Modra <amodra@gmail.com>
453
454 Update year range in copyright notice of all files.
455
f12d1e8a
AM
4562014-12-25 Alan Modra <amodra@gmail.com>
457
458 * arm.cc (Target_arm::do_adjust_elf_header): Provide namespace on
459 new enums.
460 (Target_arm::merge_object_attributes, ): Likewise.
461
5c294fee
TG
4622014-12-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
463
464 * arm.cc (Target_arm::do_adjust_elf_header): Set e_flags in ELF header
465 as hard float only when Tag_ABI_VFP_args is 1, using new enum value
466 AEABI_VFP_args_vfp to check that.
467 (Target_arm::merge_object_attributes): Handle new Tag_ABI_VFP_args
468 value and replace hardcoded values by enum values.
469
e30880c2
CC
4702014-12-22 Cary Coutant <ccoutant@google.com>
471
472 * powerpc.cc (Target_powerpc::relocate): Fix overflow check.
473
bd040da1
L
4742014-12-20 H.J. Lu <hongjiu.lu@intel.com>
475
476 PR gold/14608
477 * testsuite/debug_msg.cc (SometimesInlineFunction): Changed
478 to "return i * i * 3;".
479
e02a4046
CC
4802014-12-16 Cary Coutant <ccoutant@google.com>
481
482 * mapfile.cc (Mapfile::print_input_section): Print uncompressed sizes.
483 (Mapfile::print_output_data): Use current_data_size() to avoid
484 assert for sections requiring postprocessing; if address is not valid,
485 print 0.
486 (Mapfile::print_output_section): Use current_data_size(); print note
487 that addresses and sizes are before compression.
488
add6016b
L
4892014-12-14 H.J. Lu <hongjiu.lu@intel.com>
490
491 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
492 Cast current_group_size to unsigned long when reporting error.
493
0bf32ea9
JY
4942014-12-10 Jing Yu <jingyu@google.com>
495
496 * aarch64.cc (Target_aarch64): Add new variable stub_group_size_.
497 (AArch64_relocate_functions::maybe_apply_stub): Add new parameter.
498 Update error message.
499 (Target_aarch64::do_relax): Use absolute value of option
500 stub_group_size. Replace local variable with class member
501 stub_group_size_.
502
cbcb23fa
AM
5032014-12-04 Alan Modra <amodra@gmail.com>
504
505 * powerpc.cc (Target_powerpc::Branch_info::make_stub): Ignore
506 addend of PLTREL24 reloc when not generating a plt stub. Make
507 max_branch_offset an "Address".
fbad6518 508 (Stub_table::can_reach_stub): Make max_branch_offset an "Address".
cbcb23fa
AM
509 (Target_powerpc::Relocate::relocate): Likewise.
510
1611bc4a
AM
5112014-12-04 Alan Modra <amodra@gmail.com>
512
513 PR 17670
514 * symtab.cc (Symbol::set_undefined): Remove assertion.
515 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
516 on symbols defined in discarded sections, instead return false.
517 Rearrange params, update all callers.
518 (Target_powerpc::Branch_info::make_stub): Don't make stubs for
519 branches to syms in discarded sections.
520 (Global_symbol_visitor_opd::operator()): Set discarded opd syms
521 undefined and flag as discarded.
522 (Target_powerpc::Relocate::relocate): Localize variable.
523
4759c34e
L
5242014-12-03 H.J. Lu <hongjiu.lu@intel.com>
525
526 PR gold/17675
527 * testsuite/Makefile.am (pie_copyrelocs_test_CXXFLAGS): New.
528 * testsuite/Makefile.in: Regenerated.
529
1f98a074
AM
5302014-12-03 Alan Modra <amodra@gmail.com>
531
532 PR 17566
533 * powerpc.cc (Target_powerpc::Scan::local): Use add_local_section
534 when adding dynamic relocations against section symbols.
535
fb257835
DI
5362014-12-01 Dimitry Ivanov <dimitry@google.com>
537
538 * layout.cc (Layout::finish_dynamic_section): When '-z global'
539 is specified set DF_1_GLOBAL in DT_FLAGS_1 flags.
540 * options.h (General_options): New -z option (global).
541
d8e60314
CC
5422014-12-01 Cary Coutant <ccoutant@google.com>
543
544 PR gold/17578
545 * layout.cc (Layout::layout_gnu_stack): Don't warn when -z execstack
546 is given.
547 (Layout::create_executable_stack_info): Warn when -z noexecstack is
548 given but some inputs require executable stack.
549
982bbd97
CC
5502014-11-26 Cary Coutant <ccoutant@google.com>
551
552 * layout.cc (gdb_sections): Keep .debug_gdb_scripts and
553 .debug_str_offsets; strip .debug_gnu_pubnames and
554 .debug_gnu_pubtypes.
555 (lines_only_debug_sections): Strip all four new sections.
556
bb779192
HS
5572014-11-26 Jing Yu <jingyu@google.com>
558
559 * aarch64.cc (Relocate::tls_desc_gd_to_ie): Set ldr target
560 register to be x0 when to relax TLSDESC_LD64_LO12.
561
a3e60ddb
AM
5622014-11-26 Alan Modra <amodra@gmail.com>
563
564 * powerpc.cc (struct Stub_table_owner): New.
565 (Powerpc_relobj): Rename stub_table_ to stub_table_index_, an
566 unsigned int vector. Update all references.
567 (powerpc_relobj::set_stub_table): Take an unsigned int param
568 rather than a Stub_table. Update callers.
569 (Powerpc_relobj::clear_stub_table): New function.
570 (Target_powerpc): Add relax_failed_, relax_fail_count_ and
571 stub_group_size_ vars.
572 (Target_powerpc::new_stub_table): Delete.
573 (max_branch_delta): New function, extracted from..
574 (Target_powerpc::Relocate::relocate): ..here..
575 (Target_powerpc::Branch_info::make_stub): ..and here. Return
576 status on whether stub created successfully.
577 (Stub_control::Stub_control): Add "no_size_errors" param. Move
578 default sizing to..
579 (Target_powerpc::do_relax): ..here. Init stub_group_size_ and
580 reduce on relax failure.
581 (Target_powerpc::group_sections): Add "no_size_errors" param.
582 Use stub_group_size_. Set up group info in a temp vector,
583 before building Stub_table vector. Account for input sections
584 possibly already converted to relaxed sections.
585 (Stub_table::init): Delete. Merge into..
586 (Stub_table::Stub_table): ..here.
587 (Stub_table::can_reach_stub): New function.
588 (Stub_table::add_plt_call_entry): Add "from" parameter and
589 return true iff stub could be reached.
590 (Stub_table::add_long_branch_entry): Similarly. Add "r_type"
591 param too.
592 (Stub_table::clear_stubs): Add "all" param.
593
a20605cf
AM
5942014-11-26 Alan Modra <amodra@gmail.com>
595
596 * powerpc.cc (Stub_control::set_output_and_owner): New function.
597 (Target_powerpc::group_sections): Use it.
598
43b64deb
CC
5992014-11-25 Cary Coutant <ccoutant@google.com>
600
601 * binary.cc (Binary_to_elf::sized_convert): Add size to _start symbol.
602 (Binary_to_elf::write_symbol): Add st_size parameter.
603 * binary.h (Binary_to_elf::write_symbol): Add st_size parameter.
604
c924eb67
CC
6052014-11-25 Cary Coutant <ccoutant@google.com>
606
607 PR gold/17639
608 * object.cc (Sized_relobj_file): Initialize is_deferred_layout_.
609 (Sized_relobj_file::do_layout): Handle deferred sections properly
610 during GC pass 1. Don't add reloc sections to deferred list twice.
611 * object.h (Sized_relobj_file::is_deferred_layout): New function.
612 (Sized_relobj_file::is_deferred_layout_): New data member.
613
9d585188
L
6142014-11-21 H.J. Lu <hongjiu.lu@intel.com>
615
616 PR gold/17619
617 * x86_64.cc (Output_data_plt_x86_64_standard<size>::do_fill_plt_entry):
618 Check PC-relative offset overflow in PLT entry.
619
3ffaac20
AM
6202014-11-21 Alan Modra <amodra@gmail.com>
621
622 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct test
623 for undefined weaks.
624
0cfb0717
AM
6252014-11-20 Alan Modra <amodra@gmail.com>
626
627 * powerpc.cc (Stub_control::Stub_control): Init stub14_group_size_
628 from --stub-group-size parameter divided by 1024.
629 (Powerpc_relocate_functions::rela, rela_ua): Add fieldsize
630 template parameter. Update all uses.
631 (Target_powerpc::Relocate::relocate): Rename has_plt_value to
632 has_stub_value. Set for long branches. Don't report overflow for
633 branch to undefined weak symbols. Print info message on
634 overflowing branch to stub.
635
f9dffbf0
AM
6362014-11-20 Alan Modra <amodra@gmail.com>
637
638 * powerpc.cc (Target_powerpc::do_relax): Add __go_go to thread_starters.
639
e88ba8d5
L
6402014-11-13 H.J. Lu <hongjiu.lu@intel.com>
641
642 * x86_64.cc (Target_x86_64<size>::Scan::global): Don't make PLT
643 entry for R_X86_64_GOTPLT64.
644 (Target_x86_64<size>::Relocate::relocate): Update comments for
645 R_X86_64_GOTPLT64.
646
d37ffe25
ED
6472014-11-06 Evgeniy Dushistov <dushistov@mail.ru>
648
649 * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
650 * plugin.h: add lock definition
651
9726c3c1
HS
6522014-10-29 Han Shen <shenhan@google.com>
653 Jing Yu <jingyu@google.com>
654
655 * aarch64-reloc.def: Add LD_PREL_LO12, ADR_PREL_LO21,
656 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
657 TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
658 Symbol::TLS_REF.
659 * aarch64.cc (Target_aarch64::do_can_check_for_function_pointers): New
660 method.
661 (Target_aarch64::reloc_needs_plt_for_ifunc): New method.
662 (Target_aarch64::tls_ld_to_le): New method.
663 (Target_aarch64::aarch64_info): Enable can_icf_inline_merge_sections
664 for 64bit targets.
665 (Output_data_plt_aarch64::irelative_rel_): New data member.
666 (Output_data_plt_aarch64::add_entry): Add irelative entries to plt.
667 (Output_data_plt_aarch64::add_local_ifunc_entry): New method.
668 (Output_data_plt_aarch64::add_relocation): New method.
669 (Output_data_plt_aarch64::do_write): Add gold_assert on got_irelative
670 offset. Add got_irelative size to got size.
671 (AArch64_relocate_functions): Typedef AArch64_valtype. Replace long
672 type string with the new typename.
673 (AArch64_relocate_functions::update_adr): Replace parameter x with
674 immed.
675 (AArch64_relocate_functions::update_movnz): Correct wrong val mask.
676 (AArch64_relocate_functions::reloc_common): New method.
677 (AArch64_relocate_funcsions::rela_general): Extract common part out
678 into reloc_common method.
679 (AArch64_relocate_functions::rela_general): Likewise.
680 (AArch64_relocate_functions::pcrela_general): Likewise.
681 (AArch64_relocate_functions::adr): New method.
682 (AArch64_relocate_functions::adrp): Calculate immed before calling
683 update_adr.
684 (AArch64_relocate_functions::adrp): Likewise.
685 (AArch64_relocate_functions::movnz): Cast x to SignedW type when
686 comparing x to 0. Calculate immed from ~x when x < 0.
687 (Target_aarch64::optimize_tls_reloc): Add new cases for
688 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
689 TLSLD_MOVW_DTPREL_G0_NC.
690 (Target_aarch64::possible_function_pointer_reloc): Implement this
691 method.
692 (Target_aarch64::Scan::local_reloc_may_be_function_pointer): Update
693 comment.
694 (Target_aarch64::Scan::local): Add codes to handle STT_GNU_IFUNC
695 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
696 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
697 (Target_aarch64::Scan::global): Add codes to handle STT_GNU_IFUNC
698 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
699 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
700 (Target_aarch64::make_plt_entry): Call add_entry with two more
701 parameters.
702 (Target_aarch64::make_local_ifunc_plt_entry): New method.
703 (Target_aarch64::Relocate::relocate): Add cases for LD_PREL_LO19,
704 ADR_PREL_LO21, TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
705 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
706 (Target_aarch64::Relocate::relocate_tls): Add cases for
707 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
708 TLSLD_MOVW_DTPREL_G0_NC.
709 * testsuite/icf_safe_so_test.cc: Correct test comment.
710 * testsuite/icf_safe_test.sh: Add AArch64 arch.
711
80272b8c
AM
7122014-10-22 Alan Modra <amodra@gmail.com>
713
714 * powerpc.cc (do_relax): Add gcc-4.9 libgomp functions to
715 thread_starter.
716
998a69f4
AS
7172014-10-18 Andreas Schwab <schwab@linux-m68k.org>
718
719 * configure.tgt (targ_extra_obj) [aarch64*-*]: Define.
720
aed56ec5
CC
7212014-10-17 Cary Coutant <ccoutant@google.com>
722
723 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
724 Add "typename" keyword.
725
bb779192 7262014-10-15 Han Shen <shenhan@google.com>
83a01957
HS
727 Jing Yu <jingyu@google.com>
728
729 Patch for gold aarch64 backend to support relaxation.
730 * aarch64-reloc.def: Change format.
731 * aarch64.cc (class Reloc_stub): New class.
732 (class Stub_table): New class.
733 (class AArch64_relobj): New class.
734 (class AArch64_input_section): New class.
735 (class AArch64_output_section): New class.
736 (Target_aarch64::new_stub_table): New method.
737 (Target_aarch64::new_aarch64_input_section): New method.
738 (Target_aarch64::find_aarch64_input_section): New method.
739 (Target_aarch64::scan_section_for_stubs): New method.
740 (Target_aarch64::scan_reloc_section_for_stubs): New method.
741 (Target_aarch64::relocate_stub): New method.
742 (Target_aarch64::current_target): New method.
743 (Target_aarch64::do_make_elf_object): New method.
744 (Target_aarch64::do_may_relax): New method.
745 (Target_aarch64::do_relax): New method.
746 (Target_aarch64::group_sections): New method.
747 (Target_aarch64::scan_reloc_for_stub): New method.
748 (Target_aarch64::do_make_output_section): New method.
749 (Target_aarch64::stub_tables_): New data member.
750 (Target_aarch64::aarch64_input_section_map_): New data member.
751 (AArch64_relocate_functions::maybe_apply_stub): New method.
752
db4c9594
CC
7532014-09-30 Cary Coutant <ccoutant@google.com>
754
755 PR gold/17432
756 * resolve.cc (Symbol_table::resolve): Fix local shadowing error.
757
cd6da036
KC
7582014-09-30 Kito Cheng <kito@0xlab.org>
759
760 PR gold/13597
761 * layout.cc (Layout::create_dynamic_symtab): Build gnu-style
762 hash table before sysv-style hash table.
763
5f772412
ST
7642014-09-29 Sriraman Tallam <tmsriram@google.com>
765
766 * options.h (--pic-executable): Add negative to alias to -no-pie.
767
5efeedf6
CC
7682014-09-26 Cary Coutant <ccoutant@google.com>
769
770 PR gold/16773
771 * object.cc (Sized_relobj_file): Compute value of section symbols
772 for TLS sections the same as TLS symbols.
773
1707f183
CC
7742014-09-25 Cary Coutant <ccoutant@google.com>
775
776 PR gold/17432
777 * resolve.cc (Symbol_table::resolve): Override common placeholder
778 symbols, but adjust sizes.
779 * symtab.cc (Symbol_table::add_from_object): Don't add placeholder
780 symbols to common lists.
781
00cac886
AM
7822014-09-24 Alan Modra <amodra@gmail.com>
783
784 * po/POTFILES.in: Regenerate.
785
635aa30e
CC
7862014-09-23 Taiju Tsuiki <tzik@google.com>
787 Cary Coutant <ccoutant@google.com>
788
71b9b91b 789 PR gold/14860
635aa30e
CC
790 * gold.cc (queue_final_tasks): Add Write_sections_task as a blocker
791 on input_sections_blocker.
792 * layout.cc (Write_sections_task::locks): Unblock
793 input_sections_blocker_.
794 * layout.h (Write_sections_task::Write_sections_task): Add
795 input_sections_blocker.
796 * testsuite/Makefile.am (exception_x86_64_bnd_test): Add gcctestdir/ld
797 to DEPENDENCIES.
798 * testsuite/Makefile.in: Regenerate.
799
c0c71592
RÁE
8002014-09-18 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
801
802 * testsuite/Makefile.am (plugin_test_10): New test.
803 * testsuite/Makefile.in: Regenerate
804 * testsuite/plugin_common_test_2.c (c1): Align to 8.
805 * testsuite/plugin_test_10.sh: New file.
806
6168c2a1
RÁE
8072014-09-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
808
809 * plugin.cc (Sized_pluginobj::do_add_symbols): Ignore isym->size.
810 * resolve.cc (Symbol_table::resolve): Don't override common symbols
811 during the replacement phase.
812
3a531937
JY
8132014-09-17 Han Shen <shenhan@google.com>
814 Jing Yu <jingyu@google.com>
815
816 * aarch64-reloc.def: Add TLSGD_ADR_PAGE21, TLSGD_ADD_LO12_NC,
817 TLSDESC_ADR_PAGE21, TLSDESC_LD64_LO12, TLSDESC_ADD_LO12, TLSDESC_CALL.
818 * aarch64.cc (Target_aarch64): Add data members
819 got_irelative_, got_tlsdesc_, rela_irelative_, got_mod_index_offset_,
820 tlsdesc_reloc_info_, tls_base_symbol_defined_. Initialize them in
821 constructor.
822 (Target_aarch64::do_reloc_symbol_index): New method.
823 (Target_aarch64::do_reloc_addend): New method.
824 (Target_aarch64::add_tlsdesc_info): New method.
825 (Target_aarch64::do_dynsym_value): New method.
826 (Target_aarch64::do_make_data_plt): Add new parameters: got,
827 got_irelative. Pass them to Output_data_plt_aarch64_standard.
828 (Target_aarch64::make_data_plt): Add new parameters: got,
829 got_irelative. Pass them to do_make_data_plt.
830 (Target_aarch64::Relocate): Add skip_call_tls_get_addr_ variable.
831 (Target_aarch64::Relocate:tls_gd_to_le): New method.
832 (Target_aarch64::Relocate:tls_ie_to_le): New method.
833 (Target_aarch64::Relocate:tls_desc_gd_to_le): New method.
834 (Target_aarch64::Relocate:tls_desc_gd_to_ie): New method.
835 (Target_aarch64::got_tlsdesc_section): New method.
836 (Target_aarch64::make_local_ifunc_plt_entry): New method.
837 (Target_aarch64::define_tls_base_symbol): New method.
838 (Target_aarch64::reserve_tlsdesc_entries): New method.
839 (Target_aarch64::got_mod_index_entry): New method.
840 (Target_aarch64::rela_tlsdesc_section): New method.
841 (Target_aarch64::rela_irelative_section): New method.
842 (Target_aarch64::Tlsdesc_info): New struct.
843 (Target_aarch64::got_section): Create .got.plt space for IRELATIVE
844 relocations and tlsdesc relocations.
845 (Target_aarch64::optimize_tls_reloc): Implement method.
846 (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_,
847 got_irelative_, irelative_count_, tlsdesc_got_offset_. Initialize them
848 in constructor.
849 (Output_data_plt_aarch64::reserve_tlsdesc_entry): New method.
850 (Output_data_plt_aarch64::has_tlsdesc_entry): New method.
851 (Output_data_plt_aarch64::get_tlsdesc_got_offset): New method.
852 (Output_data_plt_aarch64::get_tlsdesc_plt_offset): New method.
853 (Output_data_plt_aarch64::rela_tlsdesc): New method.
854 (Output_data_plt_aarch64::rela_irelative): New method.
855 (Output_data_plt_aarch64::entry_count): Count IRELATIVE relocations.
856 (Output_data_plt_aarch64::first_plt_entry_offset): Add const attribute.
857 (Output_data_plt_aarch64::get_plt_tlsdesc_entry_size): New method.
858 (Output_data_plt_aarch64::fill_tlsdesc_entry): New method.
859 (Output_data_plt_aarch64::do_get_plt_tlsdesc_entry_size): New method.
860 (Output_data_plt_aarch64::do_fill_tlsdesc_entry): New method.
861 (Output_data_plt_aarch64_standard): New member variables:
862 plt_tlsdesc_entry_size, tlsdesc_plt_entry.
863 (Output_data_plt_aarch64_standard::Output_data_plt_aarch64_standard):
864 New parameter: got, got_irelative.
865 (Output_data_plt_aarch64_standard::do_get_plt_entry_size): New method.
866 (Output_data_plt_aarch64_standard::do_fill_tlsdesc_entry): New method.
867 (Output_data_plt_aarch64::do_write): Replace got_address with
868 gotplt_address. Add irelative_count_ to count. Write tlsdesc entry.
869 (AArch64_relocate_functions::update_movnz): New method.
870 (AArch64_relocate_functions): Correct format.
871 (AArch64_relocate_functions::movnz): New method.
872 (Target_aarch64::Scan::local): Correct format. Move r_sym, got to
873 before the switch. Add new cases to switch.
00cac886 874 Check ie_to_le relaxation on tlsie relocations. Add code handling
3a531937
JY
875 tlsgd tlsdesc cases.
876 (Target_aarch64::Scan::global): Move arp to front. Do copy_reloc when
877 needed. Add new cases to switch. Insert dynamic RELATIVE relocation
878 when needed. Add code handling tlsgd, tlsie, tlsdesc cases.
879 Call reloc_name_in_error_message to print unsupported reloc.
880 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to
881 make_data_plt.
882 (Target_aarch64::do_finalize_sections): Emit relocs to save COPY
883 relocs. Fill in some more dynamic tags.
884 (Target_aarch64::Relocate::relocate): Handle tlsgd, tlsdesc relocs.
885 Skip call tls_get_addr when tlsgd is relaxed.
886 (Target_aarch64::Relocate::relocate_tls): Correct format. Add code
887 handling tlsgd, tlsdesc relocs, and tls gd->le, ie->le, tlsdesc->le,
888 tlsdesc->ie relaxation.
889
62661c93
SS
8902014-09-03 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
891
892 * mips.cc (Target_mips_nacl): New class.
893 (Target_selector_mips_nacl): New class.
894 (target_selector_mips32): Rename from target_selector_mips32be and use
895 Target_selector_mips_nacl instead of Target_selector_mips.
896 (target_selector_mips32el): Rename from target_selector_mips32 and use
897 Target_selector_mips_nacl instead of Target_selector_mips.
898 (target_selector_mips64): Rename from target_selector_mips64be and use
899 Target_selector_mips_nacl instead of Target_selector_mips.
900 (target_selector_mips64el): Rename from target_selector_mips64 and use
901 Target_selector_mips_nacl instead of Target_selector_mips.
902 (Target_mips::mips_info): Add const attribute.
903
54674d38
CC
9042014-09-02 Cary Coutant <ccoutant@google.com>
905
906 * dwp.cc (Sized_relobj_dwo::do_section_name): Add const attribute.
907 * dynobj.h (Sized_dynobj::do_section_name): Likewise.
908 * incremental.cc (Sized_relobj_incr::do_section_name): Likewise.
909 (Sized_incr_dynobj::do_section_name): Likewise.
910 * incremental.h (Sized_relobj_incr::do_section_name): Likewise.
911 (Sized_incr_dynobj::do_section_name): Likewise.
912 * object.h (Object::section_name): Likewise.
913 (Object::do_section_name): Likewise.
914 (Sized_relobj_file::do_section_name): Likewise.
915 * plugin.cc (Sized_pluginobj::do_section_name): Likewise.
916 * plugin.h (Sized_pluginobj::do_section_name): Likewise.
917
9860cbcf
CC
9182014-09-02 Cary Coutant <ccoutant@google.com>
919
920 PR gold/17005
921 * ehframe.cc (Fde::write): Add output_offset parameter.
922 (Cie::write): Likewise.
923 (Eh_frame::set_final_data_size): Account for offset within output
924 section.
925 (Eh_frame::do_sized_write): Likewise.
926 * ehframe.h (Fde::write): Add output_offset parameter.
927 (Cie::write): Likewise.
928 * output.cc (Output_section::Input_section_sort_entry): Remove
929 section_has_name_; add output_section_name parameter. Use
930 output section name for non-input sections.
931 (Output_section::Input_section_sort_entry::section_has_name): Remove.
932 (Output_section::Input_section_sort_entry::section_has_name_): Remove.
933 (Output_section::Input_section_sort_compare): Remove logic for
934 sections without names.
935 (Output_section::Input_section_sort_init_fini_compare): Likewise.
936 (Output_section::Input_section_sort_section_prefix_special_ordering_compare):
937 Likewise.
938 (Output_section::Input_section_sort_section_name_compare): Likewise.
939
8e33481e
HS
9402014-08-29 Han Shen <shenhan@google.com>
941 Jing Yu <jingyu@google.com>
942
943 * aarch64-reloc-property.cc
944 (AArch64_reloc_property_table::reloc_name_in_error_message): Fix bug in
945 reference reloc property in the table.
946 * aarch64-reloc.def: Add TLSLE reloc types and fix some errors in
947 3 other entries.
948 * aarch64.cc: (Output_data_got_aarch64::add_static_reloc):
949 2 new overloaded methods.
950 (Output_data_got_aarch64::do_write): Add code to write out
951 static relocs.
952 (class Output_data_got_aarch64::Static_reloc): New class to wrap
953 static relocs.
954 (Output_data_got_aarch64::static_relocs): New vector to
955 hold static relocs.
956 (Target_aarch64::TCB_SIZE): New const static memeber.
957 (Target_aarch64::tcb_size): New method.
958 (Target_aarch64::Relocate::relocate): Add code handling new reloc types.
959 (Target_aarch64::Relocate::relocate_tls): New method.
960 (Target_aarch64::Scan::local): Add code handling new reloc types.
961 (Target_aarch64::Scan::global): Add code handling new reloc types.
962
81233653
ST
9632014-08-13 Sriraman Tallam <tmsriram@google.com>
964
965 * options.h (-no-pie): Add option.
966
9363c7c3
JY
9672014-08-08 Jing Yu <jingyu@google.com>
968 Han Shen <shenhan@google.com>
969
970 * Makefile.am (HFILES): Add aarch64-reloc-property.h.
971 (DEFFILES): add aarch64-reloc.def.
972 (TARGETSOURCES): Add aarch64-reloc-property.cc.
973 (ALL_TARGETOBJS): Add aarch64-reloc-property.$(OBJEXT).
974 * Makefile.in: Regenerate.
975 * aarch64-reloc-property.cc: New file.
976 * aarch64-reloc-property.h: New file.
977 * aarch64-reloc.def: New file.
978 * aarch64.cc: Include aarch64-reloc-property.h. Replace spaces
979 with tab to make the format consistent.
980 (Output_data_got_aarch64::symbol_table_): New method.
981 (Target_aarch64::do_plt_address_for_global): New method.
982 (Target_aarch64::do_plt_address_for_local): New method.
983 (Target_aarch64::do_select_as_default_target): New method.
984 (Target_aarch64::do_make_data_plt): New method.
985 (Target_aarch64::make_data_plt): New method.
986 (Output_data_plt_aarch64::has_irelative_section): New method.
987 (Output_data_plt_aarch64::address_for_global): New method.
988 (Output_data_plt_aarch64::address_for_local): New method.
989 (Output_data_plt_aarch64::irelative_rel_): New parameter.
990 (Output_data_plt_aarch64::add_entry): Implement contents.
991 (Output_data_plt_aarch64::set_final_data_size): Fix typo.
992 (Output_data_plt_aarch64::do_write): Remove useless got_base. Set
993 the got_pov entry to plt0.
994 (Output_data_plt_aarch64_standard::do_fill_first_plt_entry):
995 Implement contents.
996 (Output_data_plt_aarch64_standard::do_fill_plt_entry): Implement.
997 (AArch64_howto): New struct.
998 (aarch64_howto[]): New static const array.
999 (AArch64_relocate_functions): New class.
1000 (Target_aarch64::Scan::get_reference_flags): Remove method.
1001 (Target_aarch64::Scan::local): Implement to support a few relocations.
1002 (Target_aarch64::Scan::global): Implement to support a few relocations.
1003 (Target_aarch64::make_plt_section): Implement contents.
1004 (Target_aarch64::make_plt_entry): Implement contents.
1005 (Target_aarch64::do_finalize_sections): Implement contents.
1006 (Target_aarch64::Relocate::relocate): Implement a few relocations.
1007 (Target_aarch64::relocate_section): Implement contents.
1008
ad9fe6c1
AM
10092014-08-06 Alan Modra <amodra@gmail.com>
1010
1011 * testsuite/defsym_test.sh: Allow ppc64le localentry annotation.
1012
7cd4e5b7
AM
10132014-08-06 Alan Modra <amodra@gmail.com>
1014
1015 PR 13227
1016 * symtab.cc (Symbol_table::add_from_relobj): Warn on __gnu_lto_slim.
1017
5ad9b0a7
ST
10182014-07-21 Sriraman Tallam <tmsriram@google.com>
1019
1020 * object.cc (Relobj::is_section_name_included): Add
7c16d96e 1021 ".rodata.nptl_version" to not garbage collect this section.
5ad9b0a7 1022
e051745c
CC
10232014-07-08 Cary Coutant <ccoutant@google.com>
1024
1025 * expression.cc (struct Expression::Expression_eval_info): Add
1026 new fields type_pointer, vis_pointer, and nonvis_pointer.
1027 (Expression::eval_maybe_dot): Add type_pointer, vis_pointer, and
1028 nonvis_pointer parameters. Adjust all calls.
1029 (Symbol_expression::value): Update type, visibility, and nonvis bits
1030 in caller.
1031 * script.cc (Symbol_assignment::sized_finalize): Update type,
1032 visibility, and remaining st_other bits for new symbol.
1033 * script.h: (Expression::eval_maybe_dot): Add type_pointer,
1034 vis_pointer, and nonvis_pointer parameters.
1035 * symtab.h (Symbol::set_type): New method.
1036
1037 * testsuite/Makefile.am (defsym_test): New test.
1038 * testsuite/Makefile.in: Regenerate.
1039 * testsuite/defsym_test.c: New file.
1040 * testsuite/defsym_test.sh: New file.
1041
f35c4853
CC
10422014-07-08 Cary Coutant <ccoutant@google.com>
1043
1044 PR gold/15639
1045 * dynobj.h (Sized_dynobj::base_read_symbols): New method.
1046 * dynobj.cc (Sized_dynobj::do_read_symbols): Move body to...
1047 (Sized_dynobj::base_read_symbols): ...new method.
1048 * object.h (Sized_relobj_file::base_read_symbols): New method.
1049 * object.cc (Sized_relobj_file::do_read_symbols): Move body to...
1050 (Sized_relobj_file::base_read_symbols): ...new method.
1051 * arm.cc (Arm_relobj::do_read_symbols): Call base_read_symbols.
1052 * mips.cc: (Mips_relobj::do_read_symbols): Likewise.
1053 * powerpc.cc (Powerpc_dynobj::do_read_symbols): Likewise.
1054
2900af2d
AM
10552014-07-04 Alan Modra <amodra@gmail.com>
1056
1057 * po/POTFILES.in: Regenerate.
1058
053a4d68
JY
10592014-07-02 Jing Yu <jingyu@google.com>
1060
1061 * aarch64.cc: New file
1062 * Makefile.am (TARGETSOURCES): Add aarch64.cc
1063 (ALL_TARGETOBJS): Add aarch64.$(OBJEXT)
1064 * Makefile.in: Regenerate.
1065 * configure.tgt: Add entries for aarch64*.
1066 * configure.ac: Likewise.
1067 * configure: Likewise.
1068
7b549045
AM
10692014-06-27 Alan Modra <amodra@gmail.com>
1070
1071 * symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
1072
cb818dbf
CC
10732014-06-24 Cary Coutant <ccoutant@google.com>
1074
1075 * dwp.cc (Dwo_file::read): Allow files with no .debug_types
1076 sections.
1077 (Dwo_file::sized_read_unit_index): Likewise.
1078
9810d34d
SS
10792014-06-23 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1080
1081 * mips.cc: New file.
1082 * Makefile.am (TARGETSOURCES): Add mips.cc
1083 (ALL_TARGETOBJS): Add mips.$(OBJEXT)
1084 * configure.tgt: Add entries for mips*.
1085 * configure.ac: Likewise.
1086 * Makefile.in: Regenerate.
1087 * configure: Likewise.
1088
9baa787b
CC
10892014-06-09 Cary Coutant <ccoutant@google.com>
1090
1091 * dwarf_reader.cc (Dwarf_pubnames_table::read_header): Check that
1092 unit_length is within section bounds.
1093
8f89af0a
CC
10942014-06-09 Cary Coutant <ccoutant@google.com>
1095
1096 PR gold/16980
1097 * layout.cc (Layout::print_to_mapfile): Print unattached sections in
1098 map.
1099
a47622ac
AM
11002014-06-07 Alan Modra <amodra@gmail.com>
1101
1102 * powerpc.cc (relocate): Treat field of cmpli insn as a bitfield.
1103
4320c691
CC
11042014-06-06 Cary Coutant <ccoutant@google.com>
1105
1106 * dwarf_reader.h (Dwarf_pubnames_table): Remove output_section_offset_.
1107 * dwarf_reader.cc (Dwarf_pubnames_table::read_section): Likewise.
1108 (Dwarf_pubnames_table::read_header): Likewise.
1109 * layout.cc (gdb_fast_lookup_sections): Add .debug_gnu_pubnames and
1110 .debug_gnu_pubtypes.
1111
270c9937
JB
11122014-06-05 Joel Brobecker <brobecker@adacore.com>
1113
1114 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): New.
1115 * Makefile.in, configure: Regenerate.
1116
397998fc
AM
11172014-06-03 Alan Modra <amodra@gmail.com>
1118
1119 * powerpc.cc (addis_12_2): Define.
1120 (Stub_table::do_write): Support fusion on ELFv2 stubs.
1121
61f5c66f
AM
11222014-06-03 Alan Modra <amodra@gmail.com>
1123
1124 * testsuite/plugin_test.c (parse_readelf_line): Skip non-visibility
1125 st_other output.
1126
f6971787
AM
11272014-06-02 Alan Modra <amodra@gmail.com>
1128
1129 * powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer):
1130 Only ignore relocs on ELFv1.
1131 (Target_powerpc::global_reloc_may_be_function_pointer): Likewise.
1132
f6fb8322
CC
11332014-05-30 Cary Coutant <ccoutant@google.com>
1134
1135 * testsuite/Makefile.am (ehdr_start_test_4): Fix typo in -B option.
1136 * testsuite/Makefile.in: Regenerate.
1137 * testsuite/ehdr_start_test_4.sh: Look for "U" instead of "w".
1138
c23dd342
L
11392014-05-27 H.J. Lu <hongjiu.lu@intel.com>
1140
1141 PR gold/16945
1142 * x86_64.cc (Target_x86_64::Relocate::relocate): Use signed int
1143 for got_offset. Properly get GOT address for R_X86_64_PLTOFF64.
1144
5fe7ffdc
AM
11452014-05-15 Alan Modra <amodra@gmail.com>
1146
1147 * powerpc.cc (do_plt_fde_location): Handle zero length .glink.
1148 Compare FDE contents with DW_CFA_nop rather than 0.
1149
a82bef93
ST
11502014-05-13 Sriraman Tallam <tmsriram@google.com>
1151
1152 * symtab.h (may_need_copy_reloc): Remove check for position independent
1153 code.
1154 * x86_64.cc (Target_x86_64<size>::Scan::global): Add check for no
1155 position independence before pc absolute may_need_copy_reloc call.
1156 Add check for executable output befor pc relative may_need_copy_reloc
1157 call.
1158 * i386.cc: Ditto.
1159 * arm.cc: Ditto.
1160 * sparc.cc: Ditto.
1161 * tilegx.cc: Ditto.
1162 * powerpc.cc: Add check for no position independence before
1163 may_need_copy_reloc calls.
1164 * testsuite/pie_copyrelocs_test.cc: New file.
1165 * testsuite/pie_copyrelocs_shared_test.cc: New file.
1166 * Makefile.am (pie_copyrelocs_test): New test.
5fe7ffdc 1167 * Makefile.in: Regenerate.
a82bef93 1168
53c66605
ML
11692014-05-08 Martin Liška <mliska@suse.cz>
1170
1171 * output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
1172
57b2284c
CC
11732014-05-06 Cary Coutant <ccoutant@google.com>
1174
1175 PR gold/16900
1176 * i386.cc (Output_data_got_plt_i386): New class.
1177 (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt
1178 parameter. Change all callers.
1179 (Output_data_plt_i386::layout_): Remove.
1180 (Output_data_plt_i386::got_plt_): Change type.
1181 (Target_i386::got_plt_): Change type. Change all references.
1182 (Target_i386::got_section): Create instance of new class.
1183 (Output_data_got_plt_i386::do_write): New function.
1184 * x86_64.cc (Output_data_got_plt_x86_64): New class.
1185 (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt
1186 parameter. Change all callers.
1187 (Output_data_plt_x86_64::layout_): Remove.
1188 (Output_data_plt_x86_64::got_plt_): Change type.
1189 (Target_x86_64::got_plt_): Change type. Change all references.
1190 (Target_x86_64::got_section): Create instance of new class.
1191 (Output_data_got_plt_x86_64::do_write): New function.
1192 (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT.
1193 (Target_x86_64<size>::init_got_plt_for_update): Create instance of new
1194 class.
1195
6b97515d 11962014-05-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 1197
6b97515d
CC
1198 * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
1199 if we have pubnames/pubtypes.
1200
d1bddd3c
CC
12012014-05-02 Cary Coutant <ccoutant@google.com>
1202
5fe7ffdc
AM
1203 * defstd.cc (in_segment): Define __ehdr_start here...
1204 * layout.cc (Layout::finalize): ...Instead of here. Set the
1205 output segment when known.
1206 * resolve.cc (Symbol::override_base_with_special): Remember
1207 the original binding.
1208 * symtab.cc (Symbol::set_output_segment): New function.
1209 (Symbol::set_undefined): New function.
1210 * symtab.h (Symbol::is_weak_undefined): Check original undef
1211 binding.
1212 (Symbol::is_strong_undefined): New function.
1213 (Symbol::set_output_segment): New function.
1214 (Symbol::set_undefined): New function.
1215 * target-reloc.h (is_strong_undefined): Remove.
1216 (issue_undefined_symbol_error): Call Symbol::is_weak_undefined.
1217 Check for hidden undefs.
1218 (relocate_section): Call Symbol::is_strong_undefined.
1219
1220 * testsuite/Makefile.am (ehdr_start_test_1)
1221 (ehdr_start_test_2, ehdr_start_test_3)
1222 (ehdr_start_test_4, ehdr_start_test_5): New test cases.
1223 * testsuite/Makefile.in: Regenerate.
1224 * testsuite/ehdr_start_def.cc: New source file.
1225 * testsuite/ehdr_start_test.cc: New source file.
1226 * testsuite/ehdr_start_test.t: New linker script.
1227 * testsuite/ehdr_start_test_4.sh: New shell script.
d1bddd3c 1228
7849f6d8
CC
12292014-04-23 Cary Coutant <ccoutant@google.com>
1230
bf2cc635 1231 PR gold/16870
7849f6d8
CC
1232 * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
1233
99fd8cff
CC
12342014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1235
1236 * layout.cc (Layout::include_section): Allow a target to decide
1237 whether to include a section.
1238 * target.h (Target::should_include_section): New function.
1239 (Target::do_should_include_section): New function.
1240
91f43acd
CC
12412014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1242
1243 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
1244 inline into ...
1245 (Copy_relocs::emit): ... here.
1246 * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
1247 (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
1248 (Copy_reloc_entry::entries_): Change from private to protected.
1249
c4eb27e1
ST
12502014-04-02 Sriraman Tallam <tmsriram@google.com>
1251
1252 * icf.cc (get_section_contents): Replace copies of reloc
1253 vectors with const references.
1254
ae447ddd
CC
12552014-04-02 Cary Coutant <ccoutant@google.com>
1256
1257 * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
1258 (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
1259 * configure: Regenerate.
1260 * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
1261 -fno-use-linker-plugin.
1262 (LINK1, CXXLINK1): Add it to the link command.
1263 * testsuite/Makefile.in: Regenerate.
1264
fa47fa92
AM
12652014-03-12 Alan Modra <amodra@gmail.com>
1266
1267 * Makefile.in: Regenerate.
1268
9b12c500
CC
12692014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1270
1271 * symtab.h (Symbol::set_nonvis): New function.
1272
beacaa96
CC
12732014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1274
1275 * symtab.cc (Sized_symbol<32>::init_output_data):
1276 Instantiate the template.
1277 (Sized_symbol<64>::init_output_data): Likewise.
1278
800d9823
CC
12792014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1280
1281 * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
1282 adjust dynamic symbol value.
1283 * target.h (Target::adjust_dyn_symbol): New function.
1284 (Target::do_adjust_dyn_symbol): New function.
1285
918fc1f8 12862014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
5fe7ffdc 1287
918fc1f8
CC
1288 * output.cc (Output_data_dynamic::Dynamic_entry::write):
1289 Get the value of DYNAMIC_CUSTOM dynamic entry.
1290 * output.h (Output_data_dynamic::add_custom): New function.
1291 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
1292 dynamic entry.
1293 (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
1294 * target.h (Target::dynamic_tag_custom_value): New function.
1295 (Target::do_dynamic_tag_custom_value): New function.
1296
98ff9231
CC
12972014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1298
1299 * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
1300 dynsym indexes.
1301 * target.h (Target::has_custom_set_dynsym_indexes): New function.
1302 (Target::do_has_custom_set_dynsym_indexes): New function.
1303 (Target::set_dynsym_indexes): New function.
1304 (Target::do_set_dynsym_indexes): New function.
1305
b80eed39
AM
13062014-03-07 Alan Modra <amodra@gmail.com>
1307
1308 * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
1309 CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
1310 (Powerpc_relocate_functions::has_overflow_unsigned): New function.
1311 (Powerpc_relocate_functions::has_overflow_bitfield,
1312 overflowed): Use the above.
1313 (Target_powerpc::Relocate::relocate): Correct overflow checking
1314 for a number of relocations. Modify overflow test for 16-bit
1315 fields in instructions to signed/unsigned according to whether
1316 the field takes a signed or unsigned value.
1317
4b95cf5c
AM
13182014-03-05 Alan Modra <amodra@gmail.com>
1319
1320 Update copyright years.
1321
45965137
AM
13222014-03-05 Alan Modra <amodra@gmail.com>
1323
1324 * powerpc.cc (Target_powerpc::Scan::local, global): Support
1325 R_PPC64_ADDR64_LOCAL.
1326 (Target_powerpc::Relocate::relocate): Likewise.
1327
2c80b753
AM
13282014-03-03 Alan Modra <amodra@gmail.com>
1329
1330 * dwp.cc (print_version): Update copyright year to current.
1331
c1c69e83
AM
13322014-02-10 Alan Modra <amodra@gmail.com>
1333
1334 * po/gold.pot: Regenerate.
1335
dd0c4e70
CC
13362014-02-06 Cary Coutant <ccoutant@google.com>
1337
1338 Fix problem where -u is ignored when a weak undef is seen.
1339
1340 * archive.cc (Library_base::should_include_member): Reorder
1341 code to check for -u option if a weak undef has already been seen.
1342 * testsuite/Makefile.am (weak_undef_test_2): New test case.
1343 * testsuite/Makefile.in: Regenerate.
1344 * testsuite/weak_undef_file3.cc: New file.
1345 * testsuite/weak_undef_file4.cc: New file.
1346 * testsuite/weak_undef_test_2.cc: New file.
1347
1a221d3d
CC
13482014-02-05 Cary Coutant <ccoutant@google.com>
1349
1350 Fix issues with gold undefined symbol diagnostics.
1351
1352 PR binutils/15435
1353 * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
1354 check to here.
1355 * target-reloc.h (is_strong_undefined): New function.
1356 (relocate_section): Move undef vtable symbol check from here.
1357 Check for is_strong_undefined.
1358
e889f0a4 13592014-02-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 1360
e889f0a4
CC
1361 Fix problems with the --dynamic-list option.
1362
1363 PR gold/13577
1364 * options.cc (General_options::parse_dynamic_list):
1365 Set have_dynamic_list_.
1366 (General_options::General_options): Initialize have_dynamic_list_.
1367 (General_options::finalize): Turn off -Bsymbolic and
1368 -Bsymbolic-functions if --dynamic-list provided.
1369 * options.h (General_options::have_dynamic_list): New function.
1370 (General_options::have_dynamic_list_): New data member.
1371 * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
1372 correctly.
5fe7ffdc 1373
e889f0a4
CC
1374 PR gold/16530
1375 * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
1376 in --dynamic-list, mark it.
5fe7ffdc 1377
e889f0a4
CC
1378 * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
1379 (dynamic_list_2): New test case.
1380 * testsuite/Makefile.in: Regenerate.
1381 * testsuite/dynamic_list_2.cc: New file.
1382 * testsuite/dynamic_list_2.t: New file.
1383 * testsuite/dynamic_list_lib1.cc: New file.
1384 * testsuite/dynamic_list_lib2.cc: New file.
1385 * testsuite/gc_dynamic_list_test.c: New file.
1386 * testsuite/gc_dynamic_list_test.sh: New file.
1387 * testsuite/gc_dynamic_list_test.t: New file.
1388
ec673e64
CC
13892014-01-28 Cary Coutant <ccoutant@google.com>
1390
1391 Add .gdb_index version 7 support.
1392
1393 * gold/dwarf_reader.cc: include <utility> (for make_pair).
1394 (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
1395 debug sections.
1396 (Dwarf_ranges_table::read_ranges_table): Likewise.
1397 (Dwarf_pubnames_table::read_section): Check for GNU-style
1398 sections, and for compressed debug sections.
1399 (Dwarf_pubnames_table::read_header): Compute end address of table.
1400 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
1401 for end of list by offset, not by offset == 0.
1402 (Dwarf_info_reader::do_read_string_table): Check for compressed
1403 debug sections.
1404 * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
1405 Initialize new data members.
1406 (Dwarf_pubnames_table::next_name): return flag_byte.
1407 (Dwarf_pubnames_table::end_of_table_): New data member.
1408 (Dwarf_pubnames_table::is_gnu_style_): New data member.
1409 * gold/gdb-index.cc (gdb_index_version): Update to version 7.
1410 (Gdb_index_info_reader::read_pubtable): Read flag_byte.
1411 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
1412 read skeleton type unit DIEs.
1413 (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
1414 (Gdb_index::do_write): Write flag_byte.
1415 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
1416 (Gdb_index::Cu_vector): Store flags along with cu indexes.
1417 * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
1418 * gold/testsuite/gdb_index_test_comm.sh: Likewise.
1419
221fd5d5
L
14202014-01-08 H.J. Lu <hongjiu.lu@intel.com>
1421
1422 * version.cc (print_version): Update copyright year to 2014.
1423
6c09fb0b
ILT
14242013-12-19 Dimitry Andric <dimitry@andric.com>
1425
1426 * stringpool.cc (Stringpool_template::reserve): Add
1427 HAVE_UNORDERED_MAP case.
1428 * stringpool.cc (Stringpool_template::print_stats): Likewise.
1429
8356f2d0
CC
14302013-12-18 Cary Coutant <ccoutant@google.com>
1431
1432 * configure.ac: Check for <unordered_set> and <unordered_map>.
1433 * config.in: Regenerate.
1434 * configure: Regenerate.
1435 * system.h: Use <unordered_set> and <unordered_map> if available.
1436
f2c7d7ee
RM
14372013-12-10 Roland McGrath <mcgrathr@google.com>
1438
1439 * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
1440 with $(INSTALL_PROGRAM_ENV).
1441 * Makefile.in: Regenerate.
1442
6632e8cc
CC
14432013-11-22 Cary Coutant <ccoutant@google.com>
1444
1445 * configure.ac: Add check for which library is needed for
1446 dlopen.
1447 * configure: Regenerate.
1448
0c075858
CC
14492013-11-22 Cary Coutant <ccoutant@google.com>
1450
1451 * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
1452 assembler.
1453 * testsuite/Makefile.in: Regenerate.
1454
f49fe902
L
14552013-11-17 H.J. Lu <hongjiu.lu@intel.com>
1456
1457 * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
1458 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
1459 R_X86_64_PC32 and R_X86_64_PLT32, respectively.
1460 (Target_x86_64<size>::Scan::local): Likewise.
1461 (Target_x86_64<size>::Scan::global): Likewise.
1462 (Target_x86_64<size>::Relocate::relocate): Likewise.
1463 (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
1464 Likewise.
1465 (Target_x86_64<size>::Scan::check_non_pic(): Handle
1466 R_X86_64_PC32_BND.
1467
1468 * testsuite/Makefile.am (check_PROGRAMS): Add
1469 exception_x86_64_bnd_test.
1470 (exception_x86_64_bnd_test_SOURCES): New macro.
1471 (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
1472 (exception_x86_64_bnd_test_LDFLAGS): Likewise.
1473 (exception_x86_64_bnd_test_LDADD): Likewise.
1474 (exception_x86_64_bnd_1.o): New rule.
1475 (exception_x86_64_bnd_2.o): Likewise.
1476 * testsuite/Makefile.in: Regenerated.
1477
9055360d
AM
14782013-11-15 Alan Modra <amodra@gmail.com>
1479
1480 * powerpc.cc (Target_powerpc::glink_section): Provide non-const
1481 accessor.
1482 (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
1483 Only call ppc64_local_entry_offset for 64-bit. Restrict
1484 symval_for_branch lookup to ELFv1.
1485 (Stub_table::add_plt_call_entry): Use unsigned int off.
1486 (Output_data_glink::Address, invalid_address): New.
1487 (Output_data_glink::add_eh_frame): Move out of line. Add
1488 support for ELFv2.
1489 (Output_data_glink::add_global_entry, find_global_entry,
1490 global_entry_address): New functions.
1491 (Output_data_glink::global_entry_stubs_, end_branch_table_,
1492 ge_size): New variables.
1493 (Output_data_glink::set_final_data_size): Add global entry
1494 stub sizing.
1495 (Output_data_glink::do_write): Write global entry stubs.
1496 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
1497 parameter. Return true for ELFv2. Adjust callers.
1498 (Target_powerpc::Scan::local, global): Restrict opd lookup to
1499 ELFv1. Similarly for ifunc and dynamic relocation processing
1500 specific to ELFv1. Recognize that symbols are defined on
1501 their plt entries for ELFv2.
1502 (Target_powerpc::symval_for_branch): Assert if called for
1503 ELFv2 or ppc32.
1504 (Target_powerpc::Relocate::relocate): Use global entry plt
1505 stub for symbol value if such exists on ELFv2.
1506 (Target_powerpc::Relocate::relocate): Don't call
1507 symval_for_branch when ELFv2. Do adjust for local entry
1508 offset when ELFv2.
1509 (Target_powerpc::do_dynsym_value): Set symbols to global entry
1510 plt stub for ELFv2.
1511 (Target_powerpc::do_plt_address_for_global): Similarly.
1512
cafdd569
CC
15132013-11-14 Cary Coutant <ccoutant@google.com>
1514
1515 Revert patch -- this did not fix the problem, and there is
1516 no race there.
1517
1518 2013-11-14 Cary Coutant <ccoutant@google.com>
1519
1520 PR gold/14860
1521 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
1522 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
1523 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
1524 updating fde_offsets_.
1525 (Eh_frame_hdr::lock_): New data member.
1526
94e49e16
CC
15272013-11-14 Cary Coutant <ccoutant@google.com>
1528
1529 * dwp.cc (Dwo_file_entry): New type.
1530 (File_list): Use Dwo_file_entry.
1531 (Dwo_file::verify): New function.
1532 (Dwo_file::verify_dwo_list): New function.
1533 (Dwo_file::sized_verify_dwo_list): New function.
1534 (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
1535 list.
1536 (Dwp_options): New enum type.
1537 (dwp_options): Add --verify-only.
1538 (usage): Likewise.
1539 (main): Likewise.
1540 * dwp.h (gold_info): Add declaration.
1541
7cdd7d57
CC
15422013-11-14 Cary Coutant <ccoutant@google.com>
1543
1544 PR gold/14860
1545 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
1546 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
1547 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
1548 updating fde_offsets_.
1549 (Eh_frame_hdr::lock_): New data member.
1550
1d946cb3
CC
15512013-11-06 Cary Coutant <ccoutant@google.com>
1552
1553 PR gold/15758
1554 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
1555 before reloc sections.
1556
4f65b40e
AM
15572013-11-04 Alan Modra <amodra@gmail.com>
1558
1559 * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
1560 (Symbol::needs_dynamic_reloc): Test new flag.
1561 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
1562 (Target_powerpc::Scan::get_reference_flags): Add target param.
1563 Return FUNC_DESC_ABI for 64-bit ELFv1.
1564 (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
1565 call.
1566 (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
1567 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
1568
908794a9
CC
15692013-10-31 Cary Coutant <ccoutant@google.com>
1570
1571 Restore support for dwp v2 DWARF package file format.
1572
1573 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1574 tu_length parameter. Adjust all callers.
1575 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1576 * dwp.cc: Include dwarf.h.
1577 (Section_bounds): New struct type.
1578 (Unit_set): New struct type.
1579 (Dwo_file::Dwo_file): Initialize new data member.
1580 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1581 Combine and rename to...
1582 (Dwo_file::read_unit_index): ...this.
1583 (Dwo_file::sized_read_compunit_index)
1584 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1585 (Dwo_file::sized_read_unit_index): ...this.
1586 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1587 parameters; add section_id parameter.
1588 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1589 (Dwo_file::add_unit_set): ...this.
1590 (Dwo_file::shndx_map_): Remove.
1591 (Dwo_file::sect_offsets_): New data member.
1592 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1593 (Dwp_output_file::add_section): Rename to...
1594 (Dwp_output_file::add_contribution): ...this.
1595 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1596 (Dwp_output_file::add_tu_set): Likewise.
1597 (Dwp_output_file::Contribution): New type.
1598 (Dwp_output_file::Section::contributions): New data member.
1599 (Dwp_output_file::Cu_or_tu_set): Remove.
1600 (Dwp_output_file::Section::Section): New ctor.
1601 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1602 (Dwp_output_file::Dwp_index::Section_table): New type.
1603 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1604 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1605 parameter.
1606 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1607 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1608 (Dwp_output_file::Dwp_index::section_table): New member function.
1609 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1610 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1611 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1612 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1613 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1614 (Dwp_output_file::Dwp_index::section_table_): New data member.
1615 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1616 (Dwp_output_file::add_output_section): New member function.
1617 (Dwp_output_file::write_new_section): New member function.
1618 (Dwp_output_file::write_contributions): New member function.
1619 (Dwp_output_file::section_id_map_): New data member.
1620 (class Dwo_id_info_reader): Remove.
1621 (class Unit_reader): New class.
1622 (get_dwarf_section_name): New function.
1623 (Dwo_file::read_executable): Adjust initializations of class data.
1624 (Dwo_file::read): Add support for v2 package file format.
1625 (Dwo_file::read_unit_index): Likewise.
1626 (Dwo_file::sized_read_unit_index): Likewise.
1627 (Dwo_file::copy_section): Likewise.
1628 (Dwo_file::add_unit_set): Likewise.
1629 (Dwp_output_file::add_output_section): Likewise.
1630 (Dwp_output_file::add_contribution): Likewise.
1631 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1632 for empty slot.
1633 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1634 file format.
1635 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1636 slot.
1637 (Dwp_output_file::initialize): Remove unused function.
1638 (Dwp_output_file::finalize): Add support for v2 package file format.
1639 (Dwp_output_file::write_index): Likewise.
1640 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1641 function prototype.
1642
2500c017
CC
16432013-10-31 Cary Coutant <ccoutant@google.com>
1644
1645 * configure.ac: Fix check for -fmerge-constants.
1646 * configure.ac: Regenerate.
1647
dd0845d7
RM
16482013-10-30 Roland McGrath <mcgrathr@google.com>
1649
1650 * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
1651 Correct 9-byte nop sequence to match what the assembler generates.
1652
b4f7960d
AM
16532013-10-30 Alan Modra <amodra@gmail.com>
1654
1655 * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
1656 ppc64_local_entry_offset, ppc64_local_entry_offset,
1657 do_read_symbols): New functions.
1658 (Powerpc_relobj::e_flags_, st_other_): New vars.
1659 (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
1660 (Powerpc_dynobj::abiversion, set_abiversion): New functions.
1661 (Powerpc_relobj::e_flags_): New var.
1662 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
1663 and adjust for ELFv2.
1664 (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
1665 (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
1666 (Powerpc_dynobj::do_find_special_sections): Likewise.
1667 (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
1668 (Target_powerpc::Branch_info::make_stub): Adjust stub destination
1669 to ELFv2 local entry.
1670 (Target_powerpc::do_relax): No thread safe barriers needed for
1671 ELFv2.
1672 (Output_data_plt_powerpc::initial_plt_entry_size_,
1673 plt_entry_size): Delete. Replace all uses with
1674 first_plt_entry_offset() and plt_entry_size().
1675 (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
1676 reserved_size parm. Update callers.
1677 (Output_data_plt_powerpc::entry_count): Update.
1678 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
1679 and use Target_powerpc::first_plt_entry_offset().
1680 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
1681 rename to plt_entry_size.
1682 (Output_data_plt_powerpc::add_ifunc_entry,
1683 add_local_ifunc_entry): Adjust reloc for ELFv2.
1684 (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
1685 (glink_eh_frame_fde_64v2): New.
1686 (Stub_table::plt_call_size): Support ELFv2 sizing.
1687 (Output_data_glink::add_eh_frame): Use the new FDE.
1688 (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
1689 (Stub_table::do_write): Write ELFv2 stubs and glink.
1690 (Target_powerpc::Relocate::relocate): Replaces nop after call
1691 with ld 2,24(1) and adjust local offset destination for ELFv2.
1692
f9c6b907
AM
16932013-10-30 Alan Modra <amodra@gmail.com>
1694
1695 * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
1696 (Target_powerpc::Scan::global, local): Likewise.
1697 (Target_powerpc::Relocate::relocate): Likewise. Check for overflow
1698 on all ppc64 @h and @ha relocs.
1699
e84fe78f
AM
17002013-10-14 Alan Modra <amodra@gmail.com>
1701
1702 * output.h (Output_data_got::add_constant): Tidy.
1703 (Output_data_got::add_constant_pair): New function.
1704 * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
1705 methods used so as to first call reserve_ent().
1706
679e4abf
RM
17072013-10-11 Roland McGrath <mcgrathr@google.com>
1708
44dcb735
RM
1709 * powerpc.cc (Output_data_got_powerpc): Remove unused methods
1710 add_got_entry and add_got_entry_pair.
1711
13323c49
RM
1712 * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
1713 (HAVE_PUBNAMES): Likewise.
1714 * configure: Regenerate.
1715
1496b446
RM
1716 * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
1717 * testsuite/Makefile.in: Regenerate.
1718
cc84c10b
RM
1719 * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
1720 Remove const from declaration.
1721 * target.cc (Sized_target::do_adjust_elf_header): Update definition.
1722 * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
1723 * output.h (Output_file_header): Remove const from member target_
1724 and corresponding constructor argument.
1725 * output.cc (Output_file_header::Output_file_header): Update prototype.
1726 (Output_file_header::do_sized_write): Use this->target_ in place
1727 of parameters()->target().
1728
52f66a2c
RM
1729 * testsuite/undef_symbol.cc (Foo::get_a): New method.
1730
2b64b551
RM
1731 * configure.ac (MERGE_CONSTANTS_FLAG): New check.
1732 * configure: Regenerate.
1733 * Makefile.in: Regenerate.
1734 * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
1735 * testsuite/merge_string_literals_2.c: Likewise.
1736 * testsuite/Makefile.am
1737 (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
1738 (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
1739 literal -fmerge-constants.
1740 * testsuite/Makefile.in: Regenerate.
1741
43819297
RM
1742 * i386.cc (Target_i386): Remove unused member dynbss_.
1743 * arm.cc (Target_arm): Likewise.
1744 * powerpc.cc (Target_powerpc): Likewise.
1745 * sparc.cc (Target_sparc): Likewise.
1746 * tilegx.cc (Target_tilegx): Likewise.
1747 * x86_64.cc (Target_x86_64): Likewise.
1748 * dwarf_reader.h (Dwarf_info_reader): Remove unused members
1749 type_signature_, type_offset_.
1750 * plugin.h (Plugin_hook): Remove unused member layout_.
1751 * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
1752 mapfile_.
1753 (Read_member): Remove unused members input_objects_, symtab_,
1754 mapfile_, layout_.
1755 (Check_library): Remove unused member symtab_.
1756 * archive.h (Lib_group): Remove unused member lib_.
1757 * archive.cc (Lib_group::Lib_group): Update initializer.
1758 * incremental.h (Incremental_binary): Remove unused member target_.
1759 (Incremental_script_entry): Removed unused member script_.
1760 * layout.h (Write_symbols_task): Remove unused member input_objects_.
1761 * icf.h (Icf): Remove unused member num_tracked_relocs.
1762
39d9ead7
RM
1763 * gold-threads.h (Once): Conditionalize member was_run_lock_ on
1764 [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
1765 its only use.
1766 * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
1767
679e4abf
RM
1768 * archive.h: Use struct rather than class for forward declaration
1769 of Read_symbols_data.
1770
54de2ea6
CC
17712013-10-07 Cary Coutant <ccoutant@google.com>
1772
1773 PR gold/16010
1774 * testsuite/Makefile.am (icf_test): Fix dependencies.
1775 (icf_safe_test): Likewise.
1776 (icf_safe_so_test): Likewise.
1777 (large_symbol_alignment): Add empty _LDADD rule.
1778 * testsuite/Makefile.in: Regenerate.
1779
b14016f0
L
17802013-09-03 Pavel Chupin <pavel.v.chupin@intel.com>
1781
1782 PR gold/15927
1783 * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
1784 relocation for R_X86_64_32 on x32.
1785
eb426534
RM
17862013-08-27 Roland McGrath <mcgrathr@google.com>
1787
1788 * output.cc (Output_segment::set_section_addresses): Take new
1789 Target* argument. If target->isolate_execinstr() and the segment
1790 is executable and starts at a target->abi_pagesize() boundary,
1791 pad its end out to a target->abi_pagesize() boundary with code fill.
1792 * output.h (Output_segment::set_section_addresses): Update decl.
1793 * layout.h (Layout::check_output_data_for_reset_values): Take new
1794 argument RELAX_OUTPUTS.
1795 (Layout): New member relax_output_list_.
1796 (Layout::add_relax_output): New method.
1797 * layout.cc (Layout::Layout): Update constructor.
1798 (Layout::reset_relax_output): New method.
1799 (Layout::clean_up_after_relaxation): Call it.
1800 (Layout::prepare_for_relaxation): Update caller.
1801 (Layout::set_segment_offsets): Update callers of set_section_addresses.
1802 Call reset_relax_output before re-processing segments for
1803 isolate_execinstr case.
1804 (Layout::write_data): Handle relax_output_list_.
1805 (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
1806 Take new argument RELAX_OUTPUTS. Assert it's an empty collection.
1807
9aff4b7a
NC
18082013-08-23 Yuri Chornoivan <yurchor@ukr.net>
1809
1810 PR binutils/15834
1811 * object.h: Fix typos.
1812
93f8221c
RM
18132013-08-16 Roland McGrath <mcgrathr@google.com>
1814
1815 * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
1816 * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
1817
e44c3715
CC
18182013-08-07 Cary Coutant <ccoutant@google.com>
1819
1820 Revert support for v2 DWP files:
1821
1822 2013-03-01 Cary Coutant <ccoutant@google.com>
1823
1824 Add dwp support for v2 DWARF package file format.
1825 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1826 tu_length parameter. Adjust all callers.
1827 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1828 * dwp.cc: Include dwarf.h.
1829 (Section_bounds): New struct type.
1830 (Unit_set): New struct type.
1831 (Dwo_file::Dwo_file): Initialize new data member.
1832 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1833 Combine and rename to...
1834 (Dwo_file::read_unit_index): ...this.
1835 (Dwo_file::sized_read_compunit_index)
1836 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1837 (Dwo_file::sized_read_unit_index): ...this.
1838 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1839 parameters; add section_id parameter.
1840 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1841 (Dwo_file::add_unit_set): ...this.
1842 (Dwo_file::shndx_map_): Remove.
1843 (Dwo_file::sect_offsets_): New data member.
1844 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1845 (Dwp_output_file::add_section): Rename to...
1846 (Dwp_output_file::add_contribution): ...this.
1847 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1848 (Dwp_output_file::add_tu_set): Likewise.
1849 (Dwp_output_file::Contribution): New type.
1850 (Dwp_output_file::Section::contributions): New data member.
1851 (Dwp_output_file::Cu_or_tu_set): Remove.
1852 (Dwp_output_file::Section::Section): New ctor.
1853 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1854 (Dwp_output_file::Dwp_index::Section_table): New type.
1855 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1856 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1857 parameter.
1858 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1859 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1860 (Dwp_output_file::Dwp_index::section_table): New member function.
1861 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1862 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1863 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1864 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1865 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1866 (Dwp_output_file::Dwp_index::section_table_): New data member.
1867 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1868 (Dwp_output_file::add_output_section): New member function.
1869 (Dwp_output_file::write_new_section): New member function.
1870 (Dwp_output_file::write_contributions): New member function.
1871 (Dwp_output_file::section_id_map_): New data member.
1872 (class Dwo_id_info_reader): Remove.
1873 (class Unit_reader): New class.
1874 (get_dwarf_section_name): New function.
1875 (Dwo_file::read_executable): Adjust initializations of class data.
1876 (Dwo_file::read): Add support for v2 package file format.
1877 (Dwo_file::read_unit_index): Likewise.
1878 (Dwo_file::sized_read_unit_index): Likewise.
1879 (Dwo_file::copy_section): Likewise.
1880 (Dwo_file::add_unit_set): Likewise.
1881 (Dwp_output_file::add_output_section): Likewise.
1882 (Dwp_output_file::add_contribution): Likewise.
1883 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1884 for empty slot.
1885 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1886 file format.
1887 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1888 slot.
1889 (Dwp_output_file::initialize): Remove unused function.
1890 (Dwp_output_file::finalize): Add support for v2 package file format.
1891 (Dwp_output_file::write_index): Likewise.
1892 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1893 function prototype.
1894
c6905c28
CC
18952013-07-31 Cary Coutant <ccoutant@google.com>
1896
1897 * object.cc (Sized_relobj::do_output_section_address): New function.
1898 (Sized_relobj): Instantiate explicitly.
1899 * object.h (Object::output_section_address): New function.
1900 (Object::do_output_section_address): New function.
1901 (Sized_relobj::do_output_section_address): New function.
1902 * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
1903
19042013-07-30 Cary Coutant <ccoutant@google.com>
5cdb4d98 1905 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
a67858e0
CC
1906
1907 * parameters.cc (Parameters::entry): Return target-specific entry
1908 symbol name.
1909 * target.h (Target::entry_symbol_name): New function.
1910 (Target_info::entry_symbol_name): New data member.
1911
1912 * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
1913 * i386.cc (Target_i386::i386_info): Likewise.
1914 (Target_i386_nacl::i386_nacl_info): Likewise.
1915 * sparc.cc (Target_sparc::sparc_info): Likewise.
1916 * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
1917 * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
1918 (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
1919 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
1920
234d4ab8
SA
19212013-07-22 Sterling Augustine <saugustine@google.com>
1922
1923 * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
1924 Convert parameter shndx to local variable. Add parameters symtab
1925 and symtab_size. Scan over section names. Find relocation
1926 section corresponding to current section. Create and initialize
1927 reloc_mapper_ and reloc_type_.
1928 (Dwarf_pubnames_table::read_header): Add assertion. Change
1929 unit_length to off_t. Initialize member unit_length_. Fill in field
1930 cu_offset_.
1931 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
1932 Initialize new fields unit_length_ and cu_offset_.
1933 (Dwarf_pubnames_table::read_section): Update prototype.
1934 (Dwarf_pubnames_table::cu_offset): New member function.
1935 (Dwarf_pubnames_table::subsection_size): Likewise.
1936 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
1937 New fields.
1938 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
1939 member functions public.
1940 * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
1941 Update comment. Rework logic. Move repeated parts to...
1942 (Gdb_index_info_reader::read_pubtable): ...here. New function.
1943 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
1944 pubtypes_table_, and stmt_list_offset.
1945 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
1946 Gdb_index::find_pubtype_offset,
1947 Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
1948 (Gdb_index::pubnames_read): Update prototype and rework logic.
1949 * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
1950 Forward declare.
1951 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
1952 Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
1953 Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
1954 Gdb_index::map_pubtable_to_dies):
1955 Declare functions.
1956 (Gdb_index::pubnames_read): Update declaration.
1957 (Gdb_index::Pubname_offset_map): New type.
1958 (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
1959 Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
1960 Gdb_index::stmt_list_offset): Declare.
1961 (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
1962 Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
1963 Gdb_index::pubtypes_offset_): Remove.
1964
a3ed37d8
RM
19652013-07-19 Roland McGrath <mcgrathr@google.com>
1966
1967 * options.h (General_options): Add -Trodata-segment option.
1968 * parameters.cc (Parameters::check_rodata_segment): New function.
1969 (Parameters::set_target_once): Call it.
1970 * parameters.h (Parameters): Declare it (private member function).
1971 * layout.cc (load_seg_unusable_for_headers): New function, broken
1972 out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr()
1973 then validate rodata segment rather than text segment.
1974 (relaxation_loop_body): Call that.
1975 (is_text_segment): New function. Don't admit a non-executable
1976 segment if TARGET->isolate_execinstr().
1977 (set_segment_offsets): Call it. Honor -Trodata-segment option.
1978
eb5b4ded
CC
19792013-07-15 Shawn Landden <shawnlandden@gmail.com>
1980
1981 PR gold/15070
1982 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
1983 * nacl.h (Sniff_file::View::View): Request aligned view.
1984
4d5effb9
CC
19852013-07-11 Cary Coutant <ccoutant@google.com>
1986
1987 * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
1988 correct BRLT entry size.
1989
ba8ca3e7
AM
19902013-07-03 Alan Modra <amodra@gmail.com>
1991
1992 * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
1993 comment.
1994
267257d2
CC
19952013-07-01 Cary Coutant <ccoutant@google.com>
1996
1997 * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
1998 reloc_type_.
1999 (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
2000 (Dwarf_ranges_table::lookup_reloc): New function.
2001 * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
2002 reloc_type_.
2003 (Dwarf_ranges_table::lookup_reloc): New function.
2004 (Dwarf_ranges_table::reloc_type_): New data member.
2005
06f30c9d
CC
20062013-06-27 Jing Yu <jingyu@google.com>
2007
2008 PR gold/15662
2009 * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
2010 function.
2011 (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
2012 (Target_powerpc::do_relax): Call the above.
2013
a2d7bf59
AM
20142013-06-27 Cary Coutant <ccoutant@google.com>
2015
2016 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
2017 on garbage collected .opd section.
2018
20192013-06-27 Alan Modra <amodra@gmail.com>
2020
2021 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
2022 is non-zero.
2023 (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
2024 (Target_powerpc::do_function_location): Likewise for loc->shndx.
2025
32364e50
CC
20262013-06-14 Cary Coutant <ccoutant@google.com>
2027
2028 * resolve.cc (Symbol::override_base): Don't override st_type
2029 from plugin placeholder symbols.
2030 (Symbol_table::resolve): Likewise.
2031 (Symbol_table::should_override): Don't complain about TLS mismatch
2032 if the TO symbol is a plugin placeholder.
2033 * testsuite/Makefile.am (plugin_test_tls): New test.
2034 * testsuite/Makefile.in: Regenerate.
2035 * testsuite/plugin_test_tls.sh: New test script.
2036 * testsuite/two_file_test_2_tls.cc: New test source.
2037 * testsuite/two_file_test_tls.cc: New test source.
2038
7fb47cc9
CC
20392013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
2040
2041 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
2042 the maximum segment alignment is larger than the page size.
2043 * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
2044 correctly aligns the symbols with large alignemnt.
2045 * testsuite/Makefile.in: Regenerate.
2046 * testsuite/large_symbol_alignment.cc: New file.
2047
6934001a
CC
20482013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>
2049 Sriraman Tallam <tmsriram@google.com>
2050
2051 * options.h (sort_section): New option.
2052 * output.h (Input_section_sort_section_prefix_special_ordering_compare):
2053 Rename from Input_section_sort_section_name_special_ordering_compare.
2054 (Input_section_sort_section_name_compare): New struct.
2055 * output.cc (Output_section::Input_section_sort_section_name_compare::
2056 operator()): New function.
2057 (Output_section::sort_attached_input_sections): Use new sort function
2058 for .text if --sort-section=name is specified.
2059 * layout.cc (Layout::make_output_section):
2060 Add sorting by name when --sort-section=name is specified.
2061 * testsuite/Makefile.am (text_section_grouping): Test option
2062 --sort-section=name.
2063 * testsuite/Makefile.in: Regenerate.
2064 * testsuite/section_sorting_name.cc: New file.
2065 * testsuite/section_sorting_name.sh: New file.
2066
93acabad
CC
20672013-05-21 Cary Coutant <ccoutant@google.com>
2068
2069 * symtab.h (Symbol::is_cxx_vtable): New function.
2070 * target-reloc.h (relocate_section): Check for vtable symbol.
2071 * testsuite/Makefile.am (missing_key_func.sh): New test case.
2072 * testsuite/Makefile.in: Regenerate.
2073 * testsuite/missing_key_func.cc: New test source.
2074 * testsuite/missing_key_func.sh: New test script.
2075
60e8b3fc
CC
20762013-05-21 Cary Coutant <ccoutant@google.com>
2077
2b64b551
RM
2078 * object.cc (Sized_relobj_file::get_symbol_location_info): Set
2079 type of enclosing symbol.
2080 (Relocate_info::location): Check symbol type when describing symbol.
2081 * object.h (Symbol_location_info): Remove unused line_number;
2082 add enclosing_symbol_type.
2083 * testsuite/debug_msg.sh: Adjust expected output.
60e8b3fc 2084
9df9de2c
CC
20852013-05-13 Cary Coutant <ccoutant@google.com>
2086
2b64b551
RM
2087 * configure.ac: Export DEFAULT_TARGET.
2088 * configure: Regenerate.
2089 * Makefile.in: Regenerate.
2090 * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
2091 * testsuite/Makefile.in: Regenerate.
2092 * testsuite/debug_msg.sh: Delete duplicate tests.
2093 Don't check undef_int error message match for powerpc where the
2094 source file and line number aren't available.
9df9de2c 2095
bbc5ae17
RM
20962013-05-10 Roland McGrath <mcgrathr@google.com>
2097
2098 * options.h (General_options): Add --rosegment-gap option.
2099 * options.cc (finalize): --rosegment-gap implies --rosegment.
2100 * layout.cc (set_segment_offsets): Let user option override
2101 target->rosegment_gap().
2102
0c6e6c39
RM
21032013-05-10 Roland McGrath <mcgrathr@google.com>
2104
2105 * options.h (General_options): Remove leading space from help
2106 messages for -nostdlib and --rosegment.
2107
cde7cb01
MR
21082013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
2109
2110 PR ld/15365
2111 * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
2112
f31ae5b8
AM
21132013-05-03 Alan Modra <amodra@gmail.com>
2114
2115 * merge.cc (Output_merge_string::do_add_input_section): Correct
2116 scan for number of strings. Rename vars to avoid shadowing.
2117 Include missing terminator in input_size_.
2118
d3a7cd45
L
21192013-05-01 H.J. Lu <hongjiu.lu@intel.com>
2120
2121 * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
2122 Restore empty string handling.
2123
6ad3daba
CC
21242013-05-01 Cary Coutant <ccoutant@google.com>
2125
2126 * stringpool.cc (Stringpool_template::new_key_offset): Fix
2127 uninitialized warning.
2128
e31908b6
CC
21292013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
2130
2131 * output.cc (Output_section::add_merge_input_section): Allow
2132 to merge sections if the alignment is more than character size.
2133 * merge.h (Output_merge_string::Output_merge_string): Remove
2134 assert.
2135 * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
2136 only not-null strings. Check the alignment of strings.
2137 * stringpool.h
2138 (Stringpool_template<Stringpool_char>::Stringpool_template): Add
2139 alignment as the argument.
2140 (Stringpool_template<Stringpool_char>::addralign_): New class member.
2141 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
2142 Align non-zero length strings according to the addralign_.
2143 (Stringpool_template<Stringpool_char>::set_string_offsets):
2144 Updating offsets according to the given alignment.
2145 * testsuite/Makefile.am (text_section_grouping): Test if string
2146 literals are getting merged.
2147 * testsuite/Makefile.in: Regenerate.
2148 * testsuite/merge_string_literals_1.c: New file.
2149 * testsuite/merge_string_literals_2.c: Ditto.
2150 * testsuite/merge_string_literals.sh: Ditto.
2151
0e804863
ILT
21522013-04-26 Ian Lance Taylor <iant@google.com>
2153
2154 * target-reloc.h (relocate_section): If the reloc offset is out of
2155 range, pass VIEW as NULL to relocate.relocate.
2156 * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
2157 * i386.cc (Target_i386::Relocate::relocate): Likewise.
2158 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
2159 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
2160 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
2161 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
2162
e7c5ea40
CC
21632013-04-26 Geoff Pike <gpike@chromium.org>
2164
2165 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
2166 * layout.cc (Hash_task): New class.
2167 (Layout::queue_build_id_tasks): New function.
2168 (Layout::write_build_id): Handle single-thread portion of build ID
2169 computation. (In some cases, all of it is single-threaded.) Replace
2170 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
2171 functionality in fewer lines of code.
2172 * layout.h (Layout::queue_build_id_tasks): New function declaration.
2173 * options.h (General_options): make "--build-id" default to tree
2174 rather than sha1. Add two new options related to --build-id=tree:
2175 --build-id-chunk-size-for-treehash and
2176 --build-id-min-file-size-for-treehash.
2177 * Makefile.am: add testing of --build-id=tree and related new options
2178 (these tests will be invoked by "make check").
2179 * Makefile.in: Regenerate.
2180
49926cd0
AM
21812013-04-25 Alan Modra <amodra@gmail.com>
2182
2183 * configure.tgt: Add powerpcle and powerpc64le.
2184
a4034750
AM
21852013-04-22 Alan Modra <amodra@gmail.com>
2186
2187 PR gold/15355
2188 * layout.cc (Layout::segment_precedes): Allow more than one
2189 segment with the same type and flags.
2190
e79c84aa
CC
21912013-04-15 Cary Coutant <ccoutant@google.com>
2192
2193 * layout.cc (Layout::set_relocatable_section_offsets): Don't
2194 allocate space in file for BSS sections.
2195
2199fbe7
CC
21962013-04-15 Cary Coutant <ccoutant@google.com>
2197
2198 * script-sections.cc (Orphan_output_section): Reset address
2199 to zero after each orphaned section for relocatable links.
2200
502e8a84
CC
22012013-04-15 Cary Coutant <ccoutant@google.com>
2202
a4034750
AM
2203 * symtab.cc (Symbol_table::sized_write_globals): Subtract
2204 section starting address for relocatable link.
2205 * testsuite/Makefile.am (script_test_11): New test.
2206 * testsuite/Makefile.in: Regenerate.
2207 * testsuite/script_test_11.c: New source file.
2208 * testsuite/script_test_11.t: New linker script.
502e8a84 2209
0cfdc767
AM
22102013-04-13 Alan Modra <amodra@gmail.com>
2211
2212 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
2213 owner when sections are not adjacent and exceed group size.
2214 (Target_powerpc::group_sections): Handle corner case.
2215 (Target_powerpc::Branch_info::make_stub): Handle case where
2216 stub table doesn't exist due to branches in non-exec sections.
2217 (Target_powerpc::Relocate::relocate): Likewise.
2218
6830ee24
AM
22192013-04-11 Alan Modra <amodra@gmail.com>
2220
2221 PR gold/15354
2222 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
2223 .branch_lt to match bfd ld. Adjust comments throughout file.
2224
54a3d865
ILT
22252013-04-04 Ian Lance Taylor <iant@google.com>
2226
2227 GCC PR c++/56840
2228 * object.cc (do_layout_deferred_sections): Handle .eh_frame
2229 sections before checking whether they are included in the link.
2230
9993ba11
ST
22312013-03-29 Sriraman Tallam <tmsriram@google.com>
2232
2233 * archive.cc (Archive::get_elf_object_for_member): Create the elf
2234 object before calling the plugin claim_file handler. Pass the elf
2235 object of the archive to the plugin. Delete the elf object if the
2236 plugin claims the file.
2237
ebacd51e
AM
22382013-03-21 Alan Modra <amodra@gmail.com>
2239
2240 * layout.cc (Layout::set_segment_offsets): Accept writable .text
2241 segment when omagic.
2242
117be58f
AM
22432013-03-21 Alan Modra <amodra@gmail.com>
2244
2245 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
2246 comparison warning.
2247 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
2248 uninitialized" warning.
2249
32e2b61d
AM
22502013-03-20 Alan Modra <amodra@gmail.com>
2251
2252 * symtab.h (Symbol::clear_version): New function.
2253 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
2254 is_needed by weak references. Clear version for symbols defined
2255 in as-needed objects that are not needed.
2256
b3ccdeb5
AM
22572013-03-15 Alan Modra <amodra@gmail.com>
2258
2259 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
2260 static and public. Add report_err param. Return false for data refs.
2261 (Target_powerpc::rela_dyn_section): New overloaded function.
2262 (Target_powerpc::plt_, iplt_): Elucidate.
2263 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
2264 (Output_data_plt_powerpc::do_write): Don't write .iplt.
2265 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
2266 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
2267 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
2268 push_branch and make_plt_entry for ifunc syms when
2269 reloc_needs_plt_for_ifunc.
2270 (Target_powerpc::Relocate::relocate): Don't use plt entry value
2271 for ifunc unless reloc_needs_plt_for_ifunc.
2272
ad3d8a2f
AM
22732013-03-15 Alan Modra <amodra@gmail.com>
2274
2275 * gc.h (gc_process_relocs): Don't look through function descriptors.
2276 * icf.cc (get_section_contents): Do so here instead.
2277
4d9aa155
AM
22782013-03-13 Alan Modra <amodra@gmail.com>
2279
2280 * powerpc.cc (is_branch_reloc): Forward declare.
2281 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
2282 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
2283 false for 64-bit, true for 32-bit non-branch relocs.
2284 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
2285 * testsuite/Makefile.am (icf_test): Use linker map file instead of
2286 nm output.
2287 (icf_safe_test): Generate linker map file as well as nm output.
2288 (icf_safe_so_test): Likewise.
2289 * testsuite/Makefile.in: Regenerate.
2290 * testsuite/icf_test.sh: Parse linker map file to determine
2291 section folding.
2292 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
2293 * testsuite/icf_safe_so_test.sh: Likewise.
2294 (X86_32_or_ARM_specific_safe_fold): Merge into..
2295 (arch_specific_safe_fold): ..this.
2296 (X86_64_specific_safe_fold): Delete unused function.
2297
57420c20
AM
22982013-03-12 Alan Modra <amodra@gmail.com>
2299
2300 * gc.h (gc_process_relocs): Look through function descriptors
2301 to determine shndx, symvalue and addend used by ICF. Tidy
2302 variable duplication.
2303
dc3714f3
AM
23042013-03-11 Alan Modra <amodra@gmail.com>
2305
2306 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
2307 * layout.cc (Layout_task_runner::run): ..to here.
2308 * symtab.h (struct Symbol_location): Extract from..
2309 (class Symbol_table): ..here.
2310 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
2311 * target.h (class Target): Add function_location and
2312 do_function_location functions.
2313 (class Sized_target): Add do_function_location.
2314 * object.h (class Sized_relobj_file): Move find_shdr..
2315 (class Object): ..to here.
2316 * object.cc: Likewise. Update to suit. Instantiate.
2317 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
2318 * powerpc.cc (class Powerpc_dynobj): New.
2319 (Target_powerpc::do_function_location): New function.
2320 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
2321 (Powerpc_dynobj::do_read_symbols): New function.
2322 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
2323
956b03bb
ILT
23242013-03-08 Ian Lance Taylor <iant@google.com>
2325
2326 * options.cc (General_options::string_to_object_format): Accept
2327 "default".
2328
4bead2d5
AM
23292013-03-08 Alan Modra <amodra@gmail.com>
2330
2331 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
2332 pointer to Post_fde.
2333 (struct Post_fde): Move definition to here..
2334 * ehframe.cc (struct Post_fde): ..from here.
2335 (Cie::write): Don't alloc Post_fde.
2336 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
2337
02e60bf7
AM
23382013-03-07 Alan Modra <amodra@gmail.com>
2339
2340 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
2341 relocation referencing .LC0.
2342 * testsuite/discard_locals_test.sh: Remove FIXMEs.
2343
8343f03a
AM
23442013-03-07 Alan Modra <amodra@gmail.com>
2345
2346 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
2347 always_inline. Add assembly for powerpc to avoid GOT.
2348
3366d57c
AM
23492013-03-07 Alan Modra <amodra@gmail.com>
2350
2351 * testsuite/script_test_10.sh: Don't test .bss section
2352 header number.
2353
6c77229c
AM
23542013-03-06 Alan Modra <amodra@gmail.com>
2355
2356 * powerpc.cc (class Powerpc_relobj): Move some member functions.
2357 (Target_powerpc::symval_for_branch): Add symtab param. Update
2358 all callers. Handle folded sections.
2359 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
2360 to Powerpc_relobj.
2361 (Global_symbol_visitor_opd::operator()): Likewise.
2362
a39e4af6
AM
23632013-03-04 Alan Modra <amodra@gmail.com>
2364
2365 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
2366 * testsuite/Makefile.in: Regenerate.
2367
d5834edb
CC
23682013-03-01 Cary Coutant <ccoutant@google.com>
2369
2370 Add dwp support for v2 DWARF package file format.
2371 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2372 tu_length parameter. Adjust all callers.
2373 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2374 * dwp.cc: Include dwarf.h.
2375 (Section_bounds): New struct type.
2376 (Unit_set): New struct type.
2377 (Dwo_file::Dwo_file): Initialize new data member.
2378 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2379 Combine and rename to...
2380 (Dwo_file::read_unit_index): ...this.
2381 (Dwo_file::sized_read_compunit_index)
2382 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2383 (Dwo_file::sized_read_unit_index): ...this.
2384 (Dwo_file::copy_section): Remove section_name, is_str_offsets
2385 parameters; add section_id parameter.
2386 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2387 (Dwo_file::add_unit_set): ...this.
2388 (Dwo_file::shndx_map_): Remove.
2389 (Dwo_file::sect_offsets_): New data member.
2390 (Dwp_output_file::Dwp_output_file): Initialize new data members.
2391 (Dwp_output_file::add_section): Rename to...
2392 (Dwp_output_file::add_contribution): ...this.
2393 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2394 (Dwp_output_file::add_tu_set): Likewise.
2395 (Dwp_output_file::Contribution): New type.
2396 (Dwp_output_file::Section::contributions): New data member.
2397 (Dwp_output_file::Cu_or_tu_set): Remove.
2398 (Dwp_output_file::Section::Section): New ctor.
2399 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2400 (Dwp_output_file::Dwp_index::Section_table): New type.
2401 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2402 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2403 parameter.
2404 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2405 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2406 (Dwp_output_file::Dwp_index::section_table): New member function.
2407 (Dwp_output_file::Dwp_index::section_table_end): New member function.
2408 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2409 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2410 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2411 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2412 (Dwp_output_file::Dwp_index::section_table_): New data member.
2413 (Dwp_output_file::Dwp_index::section_mask_): New data member.
2414 (Dwp_output_file::add_output_section): New member function.
2415 (Dwp_output_file::write_new_section): New member function.
2416 (Dwp_output_file::write_contributions): New member function.
2417 (Dwp_output_file::section_id_map_): New data member.
2418 (class Dwo_id_info_reader): Remove.
2419 (class Unit_reader): New class.
2420 (get_dwarf_section_name): New function.
2421 (Dwo_file::read_executable): Adjust initializations of class data.
2422 (Dwo_file::read): Add support for v2 package file format.
2423 (Dwo_file::read_unit_index): Likewise.
2424 (Dwo_file::sized_read_unit_index): Likewise.
2425 (Dwo_file::copy_section): Likewise.
2426 (Dwo_file::add_unit_set): Likewise.
2427 (Dwp_output_file::add_output_section): Likewise.
2428 (Dwp_output_file::add_contribution): Likewise.
2429 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2430 for empty slot.
2431 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2432 file format.
2433 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2434 slot.
2435 (Dwp_output_file::initialize): Remove unused function.
2436 (Dwp_output_file::finalize): Add support for v2 package file format.
2437 (Dwp_output_file::write_index): Likewise.
2438 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2439 function prototype.
2440
a68a081d
CC
24412013-03-01 Cary Coutant <ccoutant@google.com>
2442
2443 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
2444 function into class definition in header file.
2445 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
2446 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
2447 New function.
2448 (Dwarf_info_reader::check_buffer): Move here from .cc file.
2449
9d5781f8
AM
24502013-02-28 Alan Modra <amodra@gmail.com>
2451
2452 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
2453 * target.cc (Target::do_plt_fde_location): New function.
2454 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
2455 accessor function, and constructor param.
2456 (struct Post_fde, Post_fdes): Declare.
2457 (Cie::write): Add post_fdes param.
2458 * ehframe.cc (Fde::write): Use plt_fde_location.
2459 (struct Post_fde): Define.
2460 (Cie::write): Stash FDEs added post merge mapping.
2461 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
2462 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
2463 (Eh_frame::do_sized_write): Arrange to write post map FDES after
2464 other FDEs.
2465 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
2466 (Target_powerpc::has_glink): New function.
2467 (Target_powerpc::do_relax): Add eh_frame info for stubs.
2468 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
2469 glink_eh_frame_fde_32, default_fde): New data.
2470 (Stub_table::eh_frame_added_): New var.
2471 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
2472 Make const.
2473 (Stub_table::add_eh_frame): New function.
2474 (Output_data_glink::add_eh_frame): New function.
2475 (Target_powerpc::make_glink_section): Call add_eh_frame.
2476
214383dd
ILT
24772013-02-15 Ian Lance Taylor <iant@google.com>
2478
2479 * options.h (DEFINE_uint64_alias): Define.
2480 (class General_options): Add -Ttext-segment as an alias for
2481 -Ttext.
2482
91c2b899
AM
24832013-02-15 Alan Modra <amodra@gmail.com>
2484
2485 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
2486 (Stub_table::do_write): ..here, two places.
2487 (Stub_table::plt_call_size): Use it here too.
2488
20e2a8aa
ILT
24892013-02-11 Ian Lance Taylor <iant@google.com>
2490
2491 * descriptors.cc (Descriptors::close_all): New function.
2492 * descriptors.h (class Descriptors): Declare close_all.
2493 (close_all_descriptors): New inline function.
2494 * plugin.cc: Include "descriptors.h".
2495 (Plugin_manager::cleanup): Call close_all_descriptors.
2496
8952bc69
AM
24972013-02-06 Alan Modra <amodra@gmail.com>
2498
2499 * README: Update coding style link.
2500
29bd8b6b
CC
25012013-01-28 Cary Coutant <ccoutant@google.com>
2502
a4034750
AM
2503 * dwp.cc (File_list): New typedef.
2504 (Dwo_name_info_reader): New class.
2505 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
2506 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
2507 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
2508 (Dwo_file::read_executable): New function.
2509 (Dwo_file::read): Move common setup code to ...
2510 (Dwo_file::make_object): ... here.
2511 (dwp_options): Add --exec/-e.
2512 (usage): Likewise.
2513 (main): Likewise.
29bd8b6b 2514
c6ac678d
ST
25152013-01-24 Sriraman Tallam <tmsriram@google.com>
2516
2517 * layout.cc (Layout::layout): Check for option text_reorder.
2518 (Layout::make_output_section): Ditto.
2519 * options.h (text_reorder): New option.
2520 * output.cc (Input_section_sort_compare): Remove special ordering
2521 of section names.
2522 (Output_section::
2523 Input_section_sort_section_name_special_ordering_compare::
2524 operator()): New function.
2525 (Output_section::sort_attached_input_sections): Use new sort function
2526 for .text.
2527 * output.h (Input_section_sort_section_name_special_ordering_compare):
2528 New struct.
2529 * testsuite/Makefile.am (text_section_grouping): Test option
2530 --no-text-reorder
2531 * testsuite/Makefile.in: Regenerate.
2532 * testsuite/text_section_grouping.sh: Check order of functions without
2533 default text reordering.
2534
50701cc1
MF
25352013-01-18 Mike Frysinger <vapier@gentoo.org>
2536
2537 * options.h (General_options): Change default to true for new_dtags.
2538
b1b00fcc
MF
25392013-01-18 Mike Frysinger <vapier@gentoo.org>
2540
2541 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
2542 when enable_new_dtags is false. Only add DT_RUNPATH when
2543 enable_new_dtags is true.
2544
ec5b8187
AM
25452013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
2546
2547 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
2548 used in declaration and definition consistent.
2549 (Target_powerpc::symval_for_branch): Ditto.
2550
a880d4c4
ST
25512013-01-16 Sriraman Tallam <tmsriram@google.com>
2552
2553 * testsuite/plugin_final_layout.cc: Fix comment.
2554
7c381248
ST
25552013-01-16 Sriraman Tallam <tmsriram@google.com>
2556
2557 * layout.cc (Layout::layout): Do not do default sorting for
2558 text sections when section ordering is specified.
2559 (make_output_section): Ditto.
2560 * testsuite/plugin_final_layout.cc: Name the function sections
2561 to catch reordering issues.
2562
e2458743
AM
25632013-01-15 Alan Modra <amodra@gmail.com>
2564
2565 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
2566 plt-thread-safe.
2567
431ed302
AM
25682013-01-15 Alan Modra <amodra@gmail.com>
2569
2570 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
2571 * testsuite/Makefile.in: Regenerate.
2572
0ec6429b
AM
25732013-01-14 Alan Modra <amodra@gmail.com>
2574
2575 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
2576 * testsuite/Makefile.in: Regenerate.
2577
0bf402d5
ILT
25782013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
2579
36af3926 2580 PR bfd/14430
0bf402d5
ILT
2581 Fix mingw gold build with plugins enabled
2582 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
2583 * configure.ac: Export DLOPEN_LIBS and add headers check.
2584 * plugin.cc: Handle non-dlfcn case.
2585 * Makefile.in: Regenerate.
2586 * config.in: Regenerate.
2587 * configure: Regenerate.
2588 * testsuite/Makefile.in: Regenerate.
2589
9e9143bc
ST
25902013-01-09 Sriraman Tallam <tmsriram@google.com>
2591
2592 * output.h (sort_attached_input_sections): Change to be public.
2593 * script-sections.cc
2594 (Output_section_definition::set_section_addresses): Sort
2595 attached input sections according to section order before linker
2596 script assigns section addresses.
2597 (Orphan_output_section::set_section_addresses): Sort
2598 attached input sections according to section order before linker
2599 script assigns section addresses.
2600 * Makefile.am (final_layout.sh): Use a simple linker script to
2601 check if section ordering still works.
2602 * Makefile.in: Regenerate.
2603
679af368
ILT
26042013-01-09 Ben Cheng <bccheng@google.com>
2605
2606 * arm.cc (Target_arm::attributes_accept_div): New function.
2607 (Target_arm::attributes_forbid_div): New function.
2608 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
2609 attribute using the same new functions as what bfd/elf32_arm.c
2610 does.
2611
3136a00e
CC
26122013-01-07 Cary Coutant <ccoutant@google.com>
2613
2614 PR gold/14993
2615 * output.cc (Output_section::add_input_section): For incremental
2616 updates, don't track input sections that are allocated from patch
2617 space.
2618
f2a6224b
L
26192013-01-07 H.J. Lu <hongjiu.lu@intel.com>
2620 Ian Lance Taylor <iant@google.com>
2621
2622 PR gold/14897
2623 * configure.ac (--enable-ld): Removed.
2624 (install_as_default): Set to yes only for --enable-gold=default
2625 or --disable-ld.
2626 * configure: Regenerated.
2627
4f46f626
L
26282013-01-07 H.J. Lu <hongjiu.lu@intel.com>
2629
2630 * options.h (General_options): Add -fuse-ld= for GCC linker
2631 option compatibility.
2632
26e4ef59
CC
26332013-01-04 Cary Coutant <ccoutant@google.com>
2634
2635 * configure.ac: Fix typo restoring CXXFLAGS.
2636 * configure: Regenerate.
2637
3d587466
CC
26382013-01-04 Cary Coutant <ccoutant@google.com>
2639
4f46f626
L
2640 * testsuite/Makefile.am (CXXLINK_S): New macro.
2641 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
2642 * testsuite/Makefile.in: Regenerate.
3d587466 2643
44db6695
L
26442013-01-02 H.J. Lu <hongjiu.lu@intel.com>
2645
2646 * version.cc (print_version): Update copyright year to 2013.
2647
edcac0c1
ILT
26482012-12-20 Ian Lance Taylor <iant@google.com>
2649
2650 * layout.cc (Layout::special_ordering_of_input_section): New
2651 function.
2652 (Layout::layout): If input section requires special ordering, must
2653 sort input sections.
2654 (Layout::make_output_section): May sort .text input sections.
2655 (Layout::is_section_name_prefix_grouped): Remove.
2656 * layout.h (class Layout): Declare
2657 special_ordering_of_input_section. Don't declare
2658 is_section_name_prefix_grouped.
2659 * output.cc (Output_section::add_input_section): Revert last
2660 change.
2661 (Output_section::Input_section_sort::match_file_name): Don't crash
2662 if called on output section data.
2663 (Output_section::Input_section_sort_compare): Sort based on
2664 special ordering.
2665 (Output_section::Input_section_sort_section_order_index_compare):
2666 Revert last patch.
2667 (Output_section::sort_attached_input_sections): Likewise.
2668
28f2a4ac
ST
26692012-12-18 Sriraman Tallam <tmsriram@google.com>
2670
edcac0c1 2671 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
28f2a4ac
ST
2672 * layout.h (Layout::is_section_name_prefix_grouped): New function.
2673 * output.cc (Output_section::add_input_section): Check if section
2674 name contains special prefix. Keep input sections to sort such
2675 sections.
2676 (Output_section::Input_section_sort_section_order_index_compare
2677 ::operator()): Group sections according to prefixes.
edcac0c1
ILT
2678 (Output_section::sort_attached_input_sections): Add condition to
2679 Input_section_entry constructor call.
28f2a4ac
ST
2680 * testsuite/Makefile.am (text_section_grouping): New test.
2681 * testsuite/Makefile.in: Regenerate.
2682 * testsuite/text_section_grouping.cc: New file.
2683 * testsuite/text_section_grouping.sh: New file.
2684
5bf135a7
NC
26852012-12-17 Nick Clifton <nickc@redhat.com>
2686
2687 * Makefile.am: Add copyright notice.
2688 * NEWS: Likewise.
2689 * README: Likewise.
2690 * configure.ac: Likewise.
2691 * ftruncate.c: Likewise.
2692 * Makefile.in: Regenerate.
2693
59965708
CC
26942012-12-14 Cary Coutant <ccoutant@google.com>
2695
a4034750
AM
2696 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
2697 --no-as-needed flag.
2698 (exception_separate_shared_12_test): Likewise.
2699 (incremental_copy_test): Likewise.
2700 * testsuite/Makefile.in: Regenerate.
59965708 2701
2a77e2ab
CC
27022012-12-14 Cary Coutant <ccoutant@google.com>
2703
2704 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
2705 (Dwp_output_file::Dwp_index::enter_set): Add assert.
2706
e3deeb9c
AM
27072012-12-12 Alan Modra <amodra@gmail.com>
2708
2709 * powerpc.cc (class Track_tls): New.
2710 (class Relocate, class Scan): Inherit Track_tls.
2711 (Target_powerpc::Scan::local, global): Track tls optimization
2712 and avoid creating plt entry for __tls_get_addr if all uses
2713 are optimized away.
2714 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
2715
d8f5a274
AM
27162012-12-12 Alan Modra <amodra@gmail.com>
2717
2718 * options.h (General_options): Add --toc-sort/--no-toc-sort.
2719 Replace no_toc_optimize with toc_optimize.
2720 * output.h (Output_section::input_sections): Provide non-const variant.
2721 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
2722 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
2723 accessors.
2724 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
2725 (class Sort_toc_sections): New.
2726 (Target_powerpc::do_finalize_sections): Sort toc sections.
2727 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
2728
4c8a1de1
RM
27292012-12-10 Roland McGrath <mcgrathr@google.com>
2730
2731 * testsuite/binary_unittest.cc (read_all): New function.
2732 (Sized_binary_test): Use it instead of ::read.
2733 * fileread.cc (do_read): Don't assume pread always reads the whole
2734 amount in a single call.
2735
edc27beb
AM
27362012-12-10 Alan Modra <amodra@gmail.com>
2737
2738 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
2739 Set EM_PPC64 or EM_PPC here.
2740 (Target_selector_powerpc::do_recognize): Delete.
2741
906b9150
AM
27422012-12-10 Alan Modra <amodra@gmail.com>
2743
2744 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
2745 stub_table_.
2746 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
2747
418c15ae
RM
27482012-12-07 Roland McGrath <mcgrathr@google.com>
2749
2750 * testsuite/binary_unittest.cc (Sized_binary_test):
2751 Use open_descriptor rather than ::open.
2752
decdd3bc
AM
27532012-12-07 Alan Modra <amodra@gmail.com>
2754
2755 * powerpc.cc (Stub_table::do_write): Delete redundant Address
2756 typedef and invalid_address constant.
2757 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
2758 instantiate constants.
2759
db399005
ILT
27602012-12-06 Roland McGrath <mcgrathr@google.com>
2761
2762 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
2763 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
2764 * aclocal.m4: Regenerate.
2765 * configure: Regenerate.
2766 * Makefile.in: Regenerate.
2767 * testsuite/Makefile.in: Regenerate.
2768
aba6bc71
AM
27692012-12-07 Alan Modra <amodra@gmail.com>
2770
2771 * options.h (General_options): Add no_toc_optimize.
2772 * powerpc.cc (ok_lo_toc_insn): New function.
2773 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
2774
9e69ed50
AM
27752012-12-06 Alan Modra <amodra@gmail.com>
2776
2777 * options.h (General_options): Add plt_align, plt_static_chain,
2778 plt_thread_safe. Update stub_group_size help text.
2779 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
2780 for new plt_thread_safe_ var.
2781 (use_plt_offset): Correct comments.
2782 (Target_powerpc::do_relax): Look for thread creation symbols to
2783 determine default plt_thread_safe value. Clear plt call stubs
2784 as well as branch stubs each iteration.
2785 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
2786 insn constants.
2787 (l, hi, ha, write_insn): Move earlier.
2788 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
2789 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
2790 plt stubs too.
2791 (Stub_table::update_size): Adjust.
2792 (Stub_table::prev_size, set_prev_size): Delete.
2793 (Stub_table::stub_align): Let --plt-align affect result.
2794 (Stub_table::plt_call_size): Calculate sizes for various stubs.
2795 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
2796 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
2797 (Stub_table::do_write): Support more stub variants.
2798
f43ba157
AM
27992012-12-04 Alan Modra <amodra@gmail.com>
2800
2801 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
2802 (Target_powerpc::do_define_standard_symbols): New function.
2803
34171bc5
AM
28042012-12-03 Alan Modra <amodra@gmail.com>
2805
2806 * output.h: Formatting, whitespace.
2807
dc9589e9 28082012-12-03 Alan Modra <amodra@gmail.com>
ec661b9d
AM
2809
2810 * layout.h (Layout::get_executable_sections): Declare.
2811 * layout.cc (Layout::get_executable_sections): New function.
2812 * arm.cc (Target_arm::group_sections): Use it.
2813 (Arm_output_section::group_sections): Delete now redundant test.
2814 * output.cc (Output_reloc::Output_reloc): Add is_relative.
2815 param to handle relative relocs.
2816 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
2817 (Output_data_reloc::add_absolute): Adjust.
2818 (Output_data_reloc::add_relative): New function.
2819 (Output_data::reset_data_size): New function.
2820 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
2821 (Output_section::set_addralign): New function.
2822 (Output_section::checkpoint_set_addralign): New function.
2823 (Output_section::clear_section_offsets_need_adjustment): New function.
2824 (Output_section::input_sections): Make public.
2825 * powerpc.cc (class Output_data_brlt_powerpc): New.
2826 (class Stub_table, class Stub_control): New.
2827 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
2828 stub_table_, set_stub_table, stub_table): New vectors and accessor
2829 functions.
2830 (Target_powerpc::do_may_relax, do_relax, push_branch,
2831 new_stub_table, stub_tables, brlt_section, group_sections,
2832 add_branch_lookup_table, find_branch_lookup_table,
2833 write_branch_lookup_table, make_brlt_section): New functions.
2834 (Target_powerpc::struct Sort_sections, class Branch_info): New.
2835 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
2836 branch_info_): New vars.
2837 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
2838 make call stubs here.
2839 (Output_data_glink): Remove all call stub handling from this class.
2840 (Target_powerpc::Scan::local, global): Save interesting branch
2841 relocs and relocs for ifunc. Adjust calls to plt entry functions.
2842 (Target_powerpc::do_finalize_sections): Only make reg save/restore
2843 functions on final link.
2844 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
2845 Handle long branch destinations too.
2846 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
2847 do_plt_address_for_local): Adjust lookup of plt call stubs.
2848
627b30b7
AM
28492012-11-30 Alan Modra <amodra@gmail.com>
2850
2851 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
2852 relocs against protected symbols when building 32-bit shared libs.
2853
40b469d7
AM
28542012-11-30 Alan Modra <amodra@gmail.com>
2855
2856 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
2857 param. Call got_section() to make .got. Update all callers
2858 and their callers and so on.
2859
bb66a627
AM
28602012-11-30 Alan Modra <amodra@gmail.com>
2861
2862 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
2863 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
2864 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
2865 value if it already exists.
2866
d2cf1c6c
L
28672012-11-19 H.J. Lu <hongjiu.lu@intel.com>
2868
2869 PR gold/14858
2870 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
2871
edccdf7c
RM
28722012-11-14 Roland McGrath <mcgrathr@google.com>
2873
2874 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
2875 than bfc instruction for data sandboxing.
2876
6febeb74
AM
28772012-11-08 Alan Modra <amodra@gmail.com>
2878
2879 * po/POTFILES.in: Regenerate.
2880
0a6f1bf2
AM
28812012-11-05 Alan Modra <amodra@gmail.com>
2882
2883 * configure.ac: Apply 2012-09-10 change to config.in here.
2884 * configure: Regenerate.
2885
26a4e9cb
AM
28862012-11-05 Alan Modra <amodra@gmail.com>
2887
2888 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
2889 (struct Opd_ent): Use "Address" rather than "Offset".
2890 (Output_data_got_powerpc::got_base_offset): Return Valtype.
2891 (Target_powerpc::got_section): Make public.
2892 (Target_powerpc::scan_relocs): Move code setting symbols..
2893 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
2894 Create _SDA_BASE_ only when referenced.
2895
cc928013
RM
28962012-11-02 Roland McGrath <mcgrathr@google.com>
2897
2898 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
2899 from last change.
2900
50ed5eb1
RM
29012012-11-01 Roland McGrath <mcgrathr@google.com>
2902
62fe925a
RM
2903 * target.h (Sized_target::relocate_relocs): Use Elf_Off
2904 for offset_in_output_section parameter.
2905 (Sized_target::relocate_special_relocatable): Likewise.
2906 * arm.cc (Target_arm::relocate_relocs): Likewise.
2907 (Target_arm::relocate_special_relocatable): Likewise.
2908 * i386.cc (Target_i386::relocate_relocs): Likewise.
2909 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
2910 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
2911 * target-reloc.h (relocate_relocs): Likewise.
2912 * testsuite/testfile.cc (Target_test): Likewise.
2913 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
2914 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
2915
2916 * system.h: Move inclusion of <clocale> to after <libintl.h> in
2917 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
2918
2919 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
2920 parameter, which is unused in the [!F_SETFD] case.
2921
50ed5eb1
RM
2922 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
2923 SYMNDX to off_t before comparing it to this->data_size().
2924 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
2925 * incremental.cc (Output_section_incremental_inputs::do_write):
2926 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
2927
2cadc0bf
RM
2928 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
2929
3bfcb652
NC
29302012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
2931
2932 * gold.cc (Target_arm::do_adjust_elf_header): Add the
2933 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
2934 in EABI_VER5.
2935
c1a8d56e
CC
29362012-10-29 Cary Coutant <ccoutant@google.com>
2937
2938 * dwp.cc (usage): Add file and exit status parameters;
2939 add --help and --version options.
2940 (print_version): New function.
2941 (main): Add --help and --version options.
2942
b2490a7b
L
29432012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2944
2945 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
2946 final_layout_sequence.txt.
2947 * testsuite/Makefile.in: Regenerated.
2948
aa543512
L
29492012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2950
2951 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
2952 COMPILE generated by automake.
2953 (LINK1): Likewise.
2954 (CXXCOMPILE1): Likewise.
2955 (CXXLINK1): Likewise.
2956 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
2957 (LINK): Likewise.
2958 (CXXCOMPILE): Likewise.
2959 (CXXLINK): Likewise.
2960 * testsuite/Makefile.in: Regenerated.
2961
d361fafb
L
29622012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2963
2964 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
2965 on bad fwrite return.
2966
598c7410
L
29672012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2968
2969 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
2970 on val.
2971
35c813e2
CC
29722012-10-23 Cary Coutant <ccoutant@google.com>
2973
2974 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
2975 * testsuite/Makefile.in: Regenerate.
2976 * testsuite/dwp_test.h: New source file.
2977 * testsuite/dwp_test_1.cc: New source file.
2978 * testsuite/dwp_test_1.s: New source file.
2979 * testsuite/dwp_test_1.sh: New source file.
2980 * testsuite/dwp_test_1b.cc: New source file.
2981 * testsuite/dwp_test_1b.s: New source file.
2982 * testsuite/dwp_test_2.cc: New source file.
2983 * testsuite/dwp_test_2.s: New source file.
2984 * testsuite/dwp_test_2.sh: New source file.
2985 * testsuite/dwp_test_main.cc: New source file.
2986 * testsuite/dwp_test_main.s: New source file.
2987
77429909
CC
29882012-10-23 Cary Coutant <ccoutant@google.com>
2989
2990 * dwp.h: New header file.
2991 * dwp.cc: New source file.
2992 * gold.h: Move shared declarations to system.h.
2993 * system.h: New header file.
2994 * Makefile.am: Add dwp.
2995 * Makefile.in: Regenerate.
2996
ed5d6712
CC
29972012-10-23 Cary Coutant <ccoutant@google.com>
2998
2999 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
3000 Dwarf_info_reader::read_from_pointer.
3001 (Dwarf_pubnames_table::read_header): Likewise.
3002 (Dwarf_pubnames_table::next_name): Likewise.
3003 (Dwarf_die::read_attributes): Likewise.
3004 (Dwarf_die::skip_attributes): Likewise.
3005 (Dwarf_info_reader::read_from_pointer): New function template.
3006 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
3007 (Dwarf_pubnames_table): Likewise.
3008 (Dwarf_info_reader::read_from_pointer): New function template.
3009 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
3010 Dwarf_pubnames_table ctor.
3011
8787852d
CC
30122012-10-23 Cary Coutant <ccoutant@google.com>
3013
3014 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
3015 abbrev_shndx.
3016 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
3017 abbrev_shndx_.
3018 (Dwarf_info_reader::set_abbrev_shndx): New method.
3019 (Dwarf_info_reader::abbrev_shndx_): New data member.
3020
9fc236f3
CC
30212012-10-23 Cary Coutant <ccoutant@google.com>
3022
3023 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
3024 from object, not parameters.
3025 (Dwarf_info_reader::parse): Likewise.
3026 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
3027 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
3028 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
3029 methods.
3030
effe8365
CC
30312012-10-23 Cary Coutant <ccoutant@google.com>
3032
3033 * fileread.cc (Input_file::Input_file): New constructor.
3034 * fileread.h (class Input_file): Add new constructor.
3035
1698990d
AM
30362012-10-18 Alan Modra <amodra@gmail.com>
3037
3038 PR gold/14727
3039 * object.cc (Relobj::is_section_name_included): Also match
3040 .sdata personality section.
3041
168a4726
AM
30422012-10-18 Alan Modra <amodra@gmail.com>
3043
3044 * target-reloc.h (class Default_comdat_behavior): New, package up..
3045 (get_comdat_behaviour): ..this.
3046 (relocate_section): Add Relocate_comdat_behavior template arg,
3047 adjust code to suit.
3048 * arm.cc (Target_arm::relocate_section): Adjust to suit.
3049 (Target_arm::scan_reloc_section): Likewise.
3050 * i386.cc (Target_i386::relocate_section): Likewise.
3051 * sparc.cc (Target_sparc::relocate_section): Likewise.
3052 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
3053 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
3054 * powerpc.cc (class Relocate_comdat_behavior): New.
3055 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
3056 gold::relocate_section with new template arg.
3057
acc276d8
AM
30582012-10-18 Alan Modra <amodra@gmail.com>
3059
3060 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
3061 dynamic relocs for GOT_TPREL got entries, without symbol if
3062 resolving locally.
3063 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
3064 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
3065 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
3066
e10f9870
AM
30672012-10-17 Alan Modra <amodra@gmail.com>
3068
3069 PR gold/14726
3070 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
3071
ae034989
ST
30722012-10-16 Sriraman Tallam <tmsriram@google.com>
3073
3074 * layout.cc (Layout::include_section): Keep sections marked
3075 SHF_EXCLUDE when doing relocatable links.
3076
f3a0ed29
AM
30772012-10-16 Alan Modra <amodra@gmail.com>
3078
3079 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
3080 (Target_powerpc::do_finalize_sections): Call it.
3081 (Output_data_save_res): New class and supporting functions.
3082 (Target_powerpc::symval_for_branch): Only look up .opd entry for
3083 normal symbols defined in object files.
3084
c6de8ed4
AM
30852012-10-12 Alan Modra <amodra@gmail.com>
3086
3087 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
3088 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
3089 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
3090 section if scan_opd_relocs not yet called.
3091 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
3092
03e25981
AM
30932012-10-12 Alan Modra <amodra@gmail.com>
3094
3095 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3096 add_local_ifunc_entry): Revert last change.
3097 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
3098
c9824451
AM
30992012-10-05 Alan Modra <amodra@gmail.com>
3100
3101 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
3102 do_plt_address_for_global): New functions.
3103 (Output_data_got_powerpc::do_write): Don't segfault when linking
3104 statically.
3105 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3106 add_local_ifunc_entry): Return true on adding entry..
3107 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
3108 glink->add_entry call. Remove unused symtab param. Adjust calls.
3109 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
3110 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
3111 set up symbols here.
3112 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
3113 syms here. Do so even when no .iplt. Don't segfault when linking
3114 statically.
3115 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
3116 new variants without reloc param.
3117 (Glink_sym_ent::Glink_sym_ent): Likewise.
3118 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
3119 reloc when refs will resolve to plt call stub.
3120 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
3121 R_PPC_PLTREL24 to resolve locally.
3122 (Target_powerpc::Scan::global): Correct ifunc handling.
3123 (Target_powerpc::Relocate::relocate): Correct local sym glink
3124 lookup. Don't destroy "value" when we have a plt call stub,
3125 and when checking plt call validity.
3126 (Target_powerpc::do_dynsym_value): Simplify.
3127
19fec8c1
AM
31282012-10-05 Alan Modra <amodra@gmail.com>
3129
3130 * i386.cc (Output_data_plt_i386::address_for_global,
3131 address_for_local): Add plt offset to returned value. Adjust uses.
3132 * sparc.cc (Output_data_plt_sparc::address_for_global,
3133 address_for_local): Likewise.
3134 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
3135 address_for_local): Likewise.
3136 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
3137 address_for_local): Likewise.
3138 * target.h (Target::plt_address_for_global, plt_address_for_local):
3139 Update comment.
3140 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
3141 (Output_data_got::Got_entry::write): Nor here.
3142 * output.h: Comment fix.
3143
e867b647
WL
31442012-10-02 Jiong Wang <jiwang@tilera.com>
3145
3146 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
3147 global_offset_table_ value for larget got.
3148 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
3149
e5d5f5ed
AM
31502012-09-29 Alan Modra <amodra@gmail.com>
3151
3152 * powerpc.cc (Target_powerpc::iplt_): New output section.
3153 (Target_powerpc::iplt_section, make_iplt_section,
3154 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
3155 (Target_powerpc::make_plt_entry): Handle ifunc syms.
3156 Target_powerpc::plt_entry_count): Count iplt entries too.
3157 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
3158 reloc section in constructor. New params.
3159 (Target_powerpc::make_plt_section): Create reloc section here instead.
3160 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
3161 functions.
3162 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
3163 (Output_data_glink::add_entry, find_entry): New functions to
3164 deal with local syms.
3165 (Glink_sym_ent): Add support for local syms.
3166 (Output_data_glink::do_write): Handle ifunc plt entries.
3167 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3168 (Target_powerpc::Scan::local, global): Handle ifunc syms.
3169 (Target_powerpc::Relocate::relocate): Likewise.
3170 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
3171
ec4dbad3
AM
31722012-09-25 Alan Modra <amodra@gmail.com>
3173
3174 * object.h (Sized_relobj_file::adjust_local_symbol,
3175 do_adjust_local_symbol): New functions.
3176 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
3177 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
3178 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
3179 and irregular opd entry spacing.
3180 (Powerpc_relobj::do_read_relocs): Add opd size checks.
3181 (Global_symbol_visitor_opd): New functor.
3182 (Target_powerpc::do_finalize_sections): Omit global symbols defined
3183 on deleted opd entries.
3184
5c0b3823
WL
31852012-09-15 Jiong Wang <jiwang@tilera.com>
3186
3187 * tilegx.cc: New file.
3188 * Makefile.am (TARGETSOURCES): Add tilegx.cc
3189 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
3190 * configure.tgt: Add entries for tilegx*.
3191 * configure.ac: Likewise.
3192 * Makefile.in: Rebuild.
3193 * configure: Likewise.
3194 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
3195 tilegx.
3196
bfdfa4cd
AM
31972012-09-13 Alan Modra <amodra@gmail.com>
3198
3199 * target-reloc.h (scan_relocs): Call scan.local for relocs
3200 against symbols in discarded sections. Pass is_discarded
3201 param.
3202 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
3203 Add is_discarded param.
3204 * powerpc (Target_powerpc::Scan::local): Likewise. Use
3205 is_discarded to flag opd entry as discarded. Don't emit dyn
3206 relocs on such entries.
3207 (Target_powerpc::Scan::global): Similarly detect and handle
3208 such opd entries.
3209 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
3210 opd_ent_. Update all uses.
3211 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
3212 (Target_powerpc::relocate_section): Zero out discarded opd
3213 entry relocs.
3214
d77a0555
ILT
32152012-09-12 Ian Lance Taylor <iant@google.com>
3216
3217 PR gold/14570
3218 * output.cc: Rename Output_data_got template parameter from size
3219 to got_size for all functions. Compile all variants of
3220 Output_data_got.
3221 (Output_data_got::Got_entry::write): Correct use of size for
3222 symbol value. Use local_is_tls rather than casting to
3223 Sized_relobj_file.
3224 * object.h (class Object): Add local_is_tls and do_local_is_tls.
3225 (class Sized_relobj_file): Add do_local_is_tls.
3226 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
3227
815a1205
AM
32282012-09-11 Alan Modra <amodra@gmail.com>
3229
3230 PR gold/14566
3231 * layout.cc (Layout::set_segment_offsets): When using
3232 common-page-size alignment, ensure we are on a new max-page-size
3233 page.
3234 * output.cc (Output_segment::set_section_addresses): Use
3235 abi_pagesize, not common_pagesize for relro boundary.
3236 (Output_segment::set_offset): Likewise.
3237
bd73a62d
AM
32382012-09-11 Alan Modra <amodra@gmail.com>
3239
3240 * output.h (Output_data_got::add_global_tls, add_local_tls,
3241 add_local_tls_pair): New functions.
3242 (Output_data_got::add_local_pair_with_rel): Remove second
3243 reloc param. Expand comment.
3244 (Output_data_got::Got_entry): Rename use_plt_offset_ to
3245 use_plt_or_tls_offset_, similarly for constructor param.
3246 (Output_data_got::Got_entry::write): Add got_index param.
3247 * output.cc (Output_data_got::add_global_tls, add_local_tls,
3248 add_local_tls_pair): New functions.
3249 (Output_data_got::Got_entry::write): Handle tls symbols
3250 with use_plt_or_tls_offset_ set specially.
3251 (Output_data_got::add_local_pair_with_rel): Only one reloc.
3252 (Output_data_got::do_write): Replace iterator with index, pass
3253 index to entry write function.
3254 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
3255 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
3256 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
3257 call.
3258 * i386.cc (Target_i386::Scan::local): Likewise.
3259 * sparc.cc (Target_sparc::Scan::local): Likewise.
3260 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
3261 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
3262 do_tls_offset_for_global): New functions.
3263 (Target_powerpc::Scan::local): Correct TLS relocations and got
3264 entry values.
3265 (Target_powerpc::Scan::global): Don't emit unnecessary
3266 dynamic relocations on TLS GOT entries.
3267
00716ab1
AM
32682012-09-10 Matthias Klose <doko@ubuntu.com>
3269
3270 * config.in: Disable sanity check for kfreebsd.
3271
c891b3f9
SA
32722012-09-10 Sterling Augustine <saugustine@google.com>
3273
3274 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
3275 (Gdb_index::pubtypes_read): New parameter.
3276 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
3277 to calls.
3278 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
3279 pubtypes_object_.
3280
e81fea4d
AM
32812012-09-09 Alan Modra <amodra@gmail.com>
3282
3283 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
3284 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
3285 * gc.h (gc_process_relocs): Call target gc_add_reference.
3286 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
3287 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
3288 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
3289 unnecessary cast.
3290 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
3291 to cater for when we don't need code offset. Update use.
3292 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
3293 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
3294 set_opd_valid): New functions.
3295 (Target_powerpc::do_gc_add_reference): New function.
3296 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
3297 stashed refs.
3298 (Target_powerpc::do_gc_mark_symbol): New function.
3299
d2d60eef
CC
33002012-09-06 Cary Coutant <ccoutant@google.com>
3301
3302 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
3303 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
3304 (Dwarf_die::skip_attributes): Likewise.
3305 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
3306 * testsuite/gdb_index_test.cc (inline_func_1): New function.
3307 (main): Call it.
3308 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
3309
32ed4573
L
33102012-09-05 H.J. Lu <hongjiu.lu@intel.com>
3311
3312 * testsuite/script_test_3.t: Add .got.plt output section
3313 statement.
3314 * testsuite/script_test_4.t: Likewise.
3315
f4baf0d4
AM
33162012-09-05 Alan Modra <amodra@gmail.com>
3317
3318 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
3319 update all uses and lose "enum" when using type.
3320
864a1b56
AM
33212012-09-05 Alan Modra <amodra@gmail.com>
3322
3323 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
3324 * configure: Regenerate.
3325 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
3326 (plugin_final_layout.stdout): Likewise.
3327 (memory_test): Set page sizes to 0x1000.
3328 * testsuite/Makefile.in: Regenerate.
3329 * testsuite/discard_locals_test.sh: Add FIXME comment.
3330 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
3331 * testsuite/pr14265.t: Add .got output section statement.
3332 * testsuite/script_test_2.t: Likewise.
3333 * testsuite/script_test_3.t: Likewise.
3334 * testsuite/script_test_4.t: Likewise.
3335 * testsuite/script_test_5.t: Likewise.
3336 * testsuite/script_test_6.t: Likewise.
3337 * testsuite/script_test_7.t: Likewise.
3338 * testsuite/script_test_9.t: Likewise.
3339
3ea0a085
AM
33402012-09-05 Alan Modra <amodra@gmail.com>
3341
3342 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
3343 (Powerpc_relocate_functions::Status): New typedef.
3344 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3345 (Target_powerpc::Scan::local): Handle REL64.
3346 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
3347 for REL32 and REL64.
3348 (Target_powerpc::symval_for_branch): New function, extracted from..
3349 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
3350 checks. Report overflow errors.
3351
7404fe1b
AM
33522012-09-05 Alan Modra <amodra@gmail.com>
3353
3354 * object.h (Sized_relobj_file::emit_relocs): Delete.
3355 (Sized_relobj_file::emit_relocs_reltype): Delete.
3356 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
3357 relocate_relocs for --emit-relocs.
3358 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
3359 * output.h: Update comment.
3360 (Output_segment::first_section): New function.
3361 (Output_segment::first_section_load_address): Use first_section.
3362 * output.cc (Output_segment::first_section): New function extracted..
3363 (Output_segment::first_section_load_address): ..from here. Delete.
3364 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
3365 * target.h (Sized_target::relocate_for_relocatable): Likewise.
3366 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
3367 adjust call to target.h function.
3368 * i386.cc (Target_i386): Likewise.
3369 * sparc.cc (Target_sparc): Likewise.
3370 * x86_64.cc (Target_x86_64): Likewise.
3371 * powerpc.cc (Target_powerpc): Likewise.
3372 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
3373 first tls section has section symbol for optimised local dynamic
3374 output relocs.
3375 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
3376 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
3377 optimised tls code.
3378 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
3379 Rename to relocate_relocs. Update error message.
3380
957564c9
AS
33812012-09-04 Andreas Schwab <schwab@linux-m68k.org>
3382
3383 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
3384 --just-symbols.
3385
dd93cd0a
AM
33862012-08-31 Alan Modra <amodra@gmail.com>
3387
3388 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
3389 (Powerpc_relobj::toc_base_offset): New stub function.
3390 (Target_powerpc): Add tp_offset, dtp_offset. Rename
3391 got_mod_index_offset to tlsld_got_offset. Update all refs.
3392 (Target_powerpc::Relocate::enum skip_tls): New.
3393 (Target_powerpc::call_tls_get_addr_): New var.
3394 (Target_powerpc::is_branch_reloc): Move to file scope.
3395 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
3396 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
3397 New functions.
3398 (Target_powerpc::enum Got_type): Delete old values, add new ones.
3399 (powerpc_info): Correct common_pagesize for ppc64.
3400 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
3401 (Powerpc_relocate_functions): Add overflow check enums and functions.
3402 Add non-shift version of rela, rela_ua. Delete all rel public
3403 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
3404 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
3405 addr16_ha3, addr14 functions.
3406 (Output_data_got_powerpc::add_constant_pair): New function.
3407 (Output_data_got_powerpc::got_base_offset): Likewise.
3408 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
3409 (instruction constants): Sort, add some more.
3410 (Output_data_glink::do_write): Add and use Address typedef. Use
3411 object->toc_base_offset() stub for 64-bit.
3412 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
3413 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3414 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
3415 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
3416 Always treat .opd relocs as against locally defined symbol.
3417 Correct condition for RELATIVE relocs.
3418 (Target_powerpc::do_finalize_sections): Test for NULL sections.
3419 (Target_powerpc::Relocate::relocate): Use plt call stub as value
3420 for 32-bit syms with a plt entry. Correct ppc64 toc base
3421 calculations. Handle TLS relocs, and more. Add overflow
3422 checking and adjust for Powerpc_relocate_functions changes.
3423 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
3424 Reinstate --emit-relocs code with FIXME.
3425
a1373b60
AM
34262012-08-30 Alan Modra <amodra@gmail.com>
3427
3428 * layout.cc (Layout::set_segment_offsets): Set p_align to
3429 abi_pagesize, not common_pagesize.
3430 (Layout::relaxation_loop_body): Similarly use abi_pagesize
3431 to determine whether file header can go in segment.
3432
703d02da
AM
34332012-08-30 Alan Modra <amodra@gmail.com>
3434
3435 * output.h (Output_reloc::Output_reloc <output section>): Add
3436 is_relative param. Adjust calls.
3437 (Output_reloc::add_output_section_relative): New functions.
3438 * output.cc (Output_reloc::Output_reloc <output section>): Handle
3439 is_relative.
3440 (Output_reloc::symbol_value): Handle SECTION_CODE.
3441
16164a6b
ST
34422012-08-24 Sriraman Tallam <tmsriram@google.com>
3443
3444 * gold.cc (queue_middle_tasks): Call layout again when unique
3445 segments for sections is desired.
3446 * layout.cc (Layout::Layout): Initialize new members.
3447 (Layout::get_output_section_flags): New function.
3448 (Layout::choose_output_section): Call get_output_section_flags.
3449 (Layout::layout): Make output section for mapping to a unique segment.
3450 (Layout::insert_section_segment_map): New function.
3451 (Layout::attach_allocated_section_to_segment): Make unique segment for
703d02da 3452 output sections marked so.
16164a6b
ST
3453 (Layout::segment_precedes): Check for unique segments when sorting.
3454 * layout.h (Layout::Unique_segment_info): New struct.
3455 (Layout::Section_segment_map): New typedef.
3456 (Layout::insert_section_segment_map): New function.
3457 (Layout::get_output_section_flags): New function.
3458 (Layout::is_unique_segment_for_sections_specified): New function.
3459 (Layout::set_unique_segment_for_sections_specified): New function.
3460 (Layout::unique_segment_for_sections_specified_): New member.
3461 (Layout::section_segment_map_): New member.
3462 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
3463 Rename is_gc_pass_one to is_pass_one.
3464 Rename is_gc_pass_two to is_pass_two.
3465 Rename is_gc_or_icf to is_two_pass.
3466 Check for which pass based on whether symbols data is present.
3467 Make it two pass when unique segments for sections is desired.
3468 * output.cc (Output_section::Output_section): Initialize new
3469 members.
3470 * output.h (Output_section::is_unique_segment): New function.
3471 (Output_section::set_is_unique_segment): New function.
3472 (Output_section::is_unique_segment_): New member.
3473 (Output_section::extra_segment_flags): New function.
3474 (Output_section::set_extra_segment_flags): New function.
3475 (Output_section::extra_segment_flags_): New member.
3476 (Output_section::segment_alignment): New function.
3477 (Output_section::set_segment_alignment): New function.
3478 (Output_section::segment_alignment_): New member.
3479 (Output_segment::Output_segment): Initialize is_unique_segment_.
3480 (Output_segment::is_unique_segment): New function.
3481 (Output_segment::set_is_unique_segment): New function.
3482 (Output_segment::is_unique_segment_): New member.
3483 * plugin.cc (allow_unique_segment_for_sections): New function.
3484 (unique_segment_for_sections): New function.
3485 (Plugin::load): Add new functions to transfer vector.
3486 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
3487 * Makefile.in: Regenerate.
3488 * testsuite/plugin_final_layout.sh: Check if unique segment
3489 functionality works.
3490 * testsuite/plugin_section_order.c (onload): Check if new interfaces
3491 are available.
3492 (allow_unique_segment_for_sections): New global.
3493 (unique_segment_for_sections): New global.
3494 (claim_file_hook): Call allow_unique_segment_for_sections.
3495 (all_symbols_read_hook): Call unique_segment_for_sections.
16164a6b 3496
1e2bee4f
CC
34972012-08-22 Cary Coutant <ccoutant@google.com>
3498
3499 * layout.cc (Layout::include_section): Don't assert on GROUP
3500 sections with --emit-relocs.
3501
1d5dfe78
CC
35022012-08-21 Cary Coutant <ccoutant@google.com>
3503
3504 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
3505 if --export-dynamic-symbol names an undef symbol.
3506
c9269dff
AM
35072012-08-18 Alan Modra <amodra@gmail.com>
3508
3509 * powerpc.cc: Formatting and white space.
3510 (Powerpc_relobj): Rename got2_section_ to special_.
3511 Add opd_ent_shndx_ and opd_ent_off_ vectors.
3512 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
3513 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
3514 (Target_powerpc): Add Address typedef and invalid_address. Use
3515 throughout.
3516 (Target_powerpc::is_branch_reloc): New function.
3517 (Powerpc_relocate_functions): Add Address typedef, use throughout.
3518 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
3519 for dst_mask, value and addend.
3520 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
3521 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
3522 (Output_data_glink::do_write): Correct toc base. Don't try to use
3523 uint16_t for 24-bit offset. Use get_output_section_offset and
3524 check return.
3525 (Target_powerpc::Scan::local): Handle more relocs.
3526 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
3527 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
3528 Plug in toc restoring insn after plt calls. Translate branches
3529 to function descriptor symbols to corresponding entry point.
3530 (Target_powerpc::relocate_for_relocatable): Check return from
3531 get_output_section_offset.
3532 * symtab.h: Comment typo.
3533
b1759dce
ILT
35342012-08-14 Ian Lance Taylor <iant@google.com>
3535
3536 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
3537 unsupported_relocal_local to call unsupported_reloc_global.
3538
b9b2ae8b
NC
35392012-08-14 Nick Clifton <nickc@redhat.com>
3540
3541 PR ld/14265
3542 * script-sections.cc (Sections_element::output_section_name): Add
3543 keep return parameter.
3544 (Output_section_element::match_name): Add keep return parameter.
3545 Return the value of the keep_ member.
3546 * script-sections.h (class Output_section): Update
3547 output_section_name prototype.
3548 * layout.cc (Layout::keep_input_section): New public member
3549 function.
3550 (Layout::choose_output_section): Pass keep parameter to
3551 output_section_name.
3552 * layout.h (class Layout): Add keep_input_section.
3553 * object.cc (Sized_relobj_file::do_layout): Check for kept input
3554 sections.
3555 * testsuite/Makefile.am: Add a test.
3556 * testsuite/Makefile.in: Regenerate.
3557 * testsuite/pr14265.c: Source file for the test.
3558 * testsuite/pr14265.t: Linker script for the test.
3559 * testsuite/pr14265.sh: Shell script for the test.
3560
921b5322
AM
35612012-08-14 Alan Modra <amodra@gmail.com>
3562
3563 * target.h (Target::output_section_name): New function.
3564 (Target::do_output_section_name): New function.
3565 * layout.cc (Layout::choose_output_section): Call the above.
3566 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
3567
6ce78956
AM
35682012-08-14 Alan Modra <amodra@gmail.com>
3569
3570 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
3571 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
3572 for replace_constant call.
3573 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
3574 (Output_data_glink::do_print_to_mapfile): New function.
3575 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
3576 (Target_powerpc::Relocate::relocate): Likewise.
3577
d1a8cabd
AM
35782012-08-14 Alan Modra <amodra@gmail.com>
3579
3580 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
3581 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
3582 (Output_data_glink::add_entry,find_entry): Remove shndx param.
3583 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
3584 all references to shndx_. Handle special case for R_PPC_PLTREL24
3585 here.
3586 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
3587 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
3588 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
3589 here.
3590 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
3591 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
3592
d83ce4e3
AM
35932012-08-12 Alan Modra <amodra@gmail.com>
3594
3595 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
3596 (glink insn constants): Use uint32_t.
3597 (Output_data_glink::add_entry): Use insert, not [] operator.
3598
cf43a2fe
AM
35992012-08-11 Alan Modra <amodra@gmail.com>
3600
3601 * object.h (Sized_relobj_file::find_shdr): New function.
3602 (Sized_relobj_file::find_special_sections): New function.
3603 * object.cc (Sized_relobj_file::find_shdr): New function.
3604 (Sized_relobj_file::find_eh_frame): Use find_shdr.
3605 (Sized_relobj_file::find_special_sections): New function, split out..
3606 (Sized_relobj_file::do_read_symbols): ..from here.
3607 * output.h (Output_data_got::replace_constant): New function.
3608 (Output_data_got::num_entries): New function.
3609 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
3610 (Output_data_got::got_offset): Protected rather than private.
3611 (Output_data_got::replace_got_entry): New function.
3612 * output.cc (Output_data_got::replace_got_entry): New function.
3613 * powerpc.cc (class Powerpc_relobj): New.
3614 (class Powerpc_relocate_functions): Delete all psymval variants or
3615 convert to value,addend type. Delete pcrela, pcrela_unaligned.
3616 Implement _ha functions using corresponding _hi function.
3617 (Powerpc_relobj::find_special_sections): New function.
3618 (Target_powerpc::do_make_elf_object): New function.
3619 (class Output_data_got_powerpc): New.
3620 (class Output_data_glink): New.
3621 (class Powerpc_scan_relocatable_reloc): New.
3622 Many more changes througout file.
3623
3c892704
NC
36242012-08-09 Nick Clifton <nickc@redhat.com>
3625
3626 * po/vi.po: Updated Vietnamese translation.
3627
82435b3b
ILT
36282012-08-07 Ian Lance Taylor <iant@google.com>
3629
3630 * layout.cc (Layout::add_target_dynamic_tags): If
3631 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
3632 plt_rel.
3633
a6dc81d2
NC
36342012-07-30 Nick Clifton <nickc@redhat.com>
3635
3636 * po/gold.pot: Updated template.
3637 * po/es.po: Updated Spanish translation.
3638
f1415016
CC
36392012-07-18 Cary Coutant <ccoutant@google.com>
3640
3641 PR gold/14344
3642 * configure.ac: Add check for -gpubnames support.
3643 * configure: Regenerate.
3644 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
3645 support; force -gno-pubnames.
3646 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
3647 support.
3648 (gdb_index_test_4): New test.
3649 * testsuite/Makefile.in: Regenerate.
3650 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
3651 * testsuite/gdb_index_test_2.sh: Likewise.
3652 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
3653 * testsuite/gdb_index_test_4.sh: New script.
3654 * testsuite/gdb_index_test_comm.sh: New script with common code;
3655 don't look for space after colon.
3656
b7fd7c37
ST
36572012-07-16 Sriraman Tallam <tmsriram@google.com>
3658
3659 * gold.cc (queue_middle_tasks): Update function order only after
3660 deferred objects due to plugins are processed.
3661
1f3212db
ILT
36622012-07-11 Ian Lance Taylor <iant@google.com>
3663
3664 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
3665 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
3666 (Target_arm::scan_reloc_for_stub): Likewise.
3667 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
3668 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
3669 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
3670 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
3671 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
3672
81c82a68
ILT
36732012-07-10 Dodji Seketeli <dodji@redhat.com>
3674 Ian Lance Taylor <iant@google.com>
3675
3676 PR gold/14309
3677 * configure.ac: Test whether std::tr1::hash<off_t> works.
3678 * gold.h: Add a specialization for std::tr1::hash<off_t> if
3679 needed.
3680 * output.h (class Output_fill): Add virtual destructor.
3681 * configure, config.in: Rebuild.
3682
eabc84f4
RM
36832012-06-22 Roland McGrath <mcgrathr@google.com>
3684
3685 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
3686
370e30b6
RÁE
36872012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
3688
3689 * plugin.cc (Plugin::load): Handle position independent executables.
3690
fb1b895d
CC
36912012-06-06 Cary Coutant <ccoutant@google.com>
3692
3693 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
3694 add .debug_macro.
3695 (lines_only_debug_sections): Likewise.
3696 (gdb_fast_lookup_sections): New static array.
3697 (is_gdb_debug_section): Rename formal parameter.
3698 (is_lines_only_debug_section): Likewise.
3699 (is_gdb_fast_lookup_section): New function.
3700 (Layout::include_section): Check for ".zdebug_" prefix; pass
3701 section name suffix to is_gdb_debug_section, et al.; check for
3702 fast-lookup sections when building .gdb_index.
3703 * options.h (--strip-debug-gdb): Update GDB version number.
3704
7c0640fa
CC
37052012-06-06 Cary Coutant <ccoutant@google.com>
3706
3707 * configure.ac: Add check for fallocate.
3708 * configure: Regenerate.
3709 * config.in: Regenerate.
3710
3711 * options.h (class General_options): Add --mmap-output-file and
3712 --posix-fallocate options.
3713 * output.cc: (posix_fallocate): Remove; replace with...
3714 (gold_fallocate): New function.
3715 (Output_file::map_no_anonymous): Call gold_fallocate.
3716 (Output_file::map): Check --mmap-output-file option.
3717
2a49eb69
DK
37182012-06-05 Jing Yu <jingyu@google.com>
3719
3720 * gold.h (textdomain): Add do {} to empty while(0).
3721 (bindtextdomain): Likewise.
3722
fad072ac
CC
37232012-06-04 Cary Coutant <ccoutant@google.com>
3724
3725 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
3726 has_dynsym_index.
3727
8cc69fb6
ST
37282012-05-25 Sriraman Tallam <tmsriram@google.com>
3729
3730 * symtab.cc (Symbol_table::define_special_symbol):
3731 Initialize *poldsym to prevent uninitialized variable errors.
3732
1be75daa
CC
37332012-05-23 Cary Coutant <ccoutant@google.com>
3734
3735 * layout.cc (Layout::section_name_mapping): Add rules to handle
3736 exact match on .data.rel.ro.local or .data.rel.ro.
3737 (Layout::output_section_name): Check for exact matches.
3738
9b689de0
CC
37392012-05-23 Cary Coutant <ccoutant@google.com>
3740
3741 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
3742 more carefully.
3743
b24fdbf5
CC
37442012-05-22 Cary Coutant <ccoutant@google.com>
3745
3746 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
3747 object before exporting symbol.
3748
e550e1a2
L
37492012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3750
3751 * testsuite/tls_test.cc: Include "config.h" first.
3752 * testsuite/tls_test_c.c: Likewise.
3753
df7b86aa
NC
37542012-05-17 Daniel Richard G. <skunk@iskunk.org>
3755 Nick Clifton <nickc@redhat.com>
3756
3757 PR 14072
3758 * configure.in: Add check that sysdep.h has been included before
3759 any system header files.
3760 * configure: Regenerate.
3761 * config.in: Regenerate.
3762
1007b503
CC
37632012-05-14 Cary Coutant <ccoutant@google.com>
3764
3765 * layout.cc (Layout::make_output_section): Mark .tdata section
3766 as RELRO.
3767 * testsuite/relro_test.cc: Add a TLS variable.
3768
fd885f3a
L
37692012-05-10 H.J. Lu <hongjiu.lu@intel.com>
3770
3771 PR gold/14091
3772 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
3773 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
3774 R_X86_64_64.
3775
80f5885c
CC
37762012-05-08 Cary Coutant <ccoutant@google.com>
3777
3778 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
3779 (lines_only_debug_sections): Likewise.
3780
2e702c99
RM
37812012-05-02 Roland McGrath <mcgrathr@google.com>
3782
3783 * nacl.cc: New file.
3784 * nacl.h: New file.
3785 * Makefile.am (CCFILES, HFILES): Add them.
3786 * Makefile.in: Regenerate.
3787 * i386.cc (Output_data_plt_i386_nacl): New class.
3788 (Output_data_plt_i386_nacl_exec): New class.
3789 (Output_data_plt_i386_nacl_dyn): New class.
3790 (Target_i386_nacl): New class.
3791 (Target_selector_i386_nacl): New class.
3792 (target_selector_i386): Use it instead of Target_selector_i386.
3793 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
3794 (Target_x86_64_nacl): New class.
3795 (Target_selector_x86_64_nacl): New class.
3796 (target_selector_x86_64, target_selector_x32): Use it instead of
3797 Target_selector_x86_64.
3798 * arm.cc (Output_data_plt_arm_nacl): New class.
3799 (Target_arm_nacl): New class.
3800 (Target_selector_arm_nacl): New class.
3801 (target_selector_arm, target_selector_armbe): Use it instead of
3802 Target_selector_arm.
3803
3804 * target-select.cc (select_target): Take new Input_file* and off_t
3805 arguments, pass them on to recognize method of selector.
3806 * object.cc (make_elf_sized_object): Update caller.
3807 * parameters.cc (parameters_force_valid_target): Likewise.
3808 * incremental.cc (make_sized_incremental_binary): Likewise.
3809 * target-select.h: Update decl.
3810 (Target_selector::recognize): Take new Input_file* argument,
3811 pass it on to do_recognize.
3812 (Target_selector::do_recognize): Take new Input_file* argument.
3813 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
3814 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
3815 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
3816 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
3817
3818 * target.h (Target::Target_info): New members isolate_execinstr
3819 and rosegment_gap.
3820 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
3821 * arm.cc (Target_arm::arm_info): Update initializer.
3822 * i386.cc (Target_i386::i386_info): Likewise.
3823 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
3824 * sparc.cc (Target_sparc::sparc_info): Likewise.
3825 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
3826 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
3827 * layout.cc (Layout::attach_allocated_section_to_segment):
3828 Take new const Target* argument. If target->isolate_execinstr(), act
3829 like --rosegment.
3830 (Layout::find_first_load_seg): Take new const Target* argument;
3831 if target->isolate_execinstr(), reject PF_X segments.
3832 (Layout::relaxation_loop_body): Update caller.
3833 (Layout::set_segment_offsets): If target->isolate_execinstr(),
3834 reset file offset to zero when we hit LOAD_SEG, and then do a second
3835 loop over the segments before LOAD_SEG to reassign offsets after
3836 addresses have been determined. Handle target->rosegment_gap().
3837 (Layout::attach_section_to_segment): Take new const Target* argument;
3838 pass it to attach_allocated_section_to_segment.
3839 (Layout::make_output_section): Update caller.
3840 (Layout::attach_sections_to_segments): Take new const Target* argument;
3841 pass it to attach_section_to_segment.
3842 * gold.cc (queue_middle_tasks): Update caller.
3843 * layout.h (Layout): Update method decls with new arguments.
3844
3845 * arm.cc (Target_arm::Target_arm): Take optional argument for the
3846 Target_info pointer to use.
3847 (Target_arm::do_make_data_plt): New virtual method.
3848 (Target_arm::make_data_plt): New method that calls it.
3849 (Target_arm::make_plt_entry): Use it.
3850 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
3851 for the section alignment.
3852 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
3853 method.
3854 (Output_data_plt_arm::first_plt_entry_offset): Call it.
3855 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
3856 method.
3857 (Output_data_plt_arm::get_plt_entry_size): Call it.
3858 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
3859 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
3860 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
3861 method.
3862 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
3863 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
3864 method instead of sizeof(plt_entry).
3865 (Output_data_plt_arm::add_entry): Likewise.
3866 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
3867 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
3868 than static method.
3869 (Target_arm::plt_entry_size): Likewise.
3870 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
3871 Move to ...
3872 (Output_data_plt_arm_standard): ... here, new class.
3873 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
3874 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
3875 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
3876
3877 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
3878 Take additional argument for the PLT entry size.
3879 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
3880 Use get_plt_entry_size method rather than plt_entry_size variable.
3881 (Output_data_plt_x86_64::reserve_slot): Likewise.
3882 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
3883 (Output_data_plt_x86_64::add_entry): Likewise.
3884 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
3885 (Output_data_plt_x86_64::address_for_global): Likewise.
3886 (Output_data_plt_x86_64::address_for_local): Likewise.
3887 (Output_data_plt_x86_64::set_final_data_size): Likewise.
3888 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
3889 Make method non-static.
3890 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
3891 method.
3892 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
3893 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
3894 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
3895 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
3896 virtual method.
3897 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
3898 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
3899 virtual method.
3900 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
3901 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
3902 virtual method.
3903 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
3904 (Output_data_plt_x86_64::plt_entry_size)
3905 (Output_data_plt_x86_64::first_plt_entry)
3906 (Output_data_plt_x86_64::plt_entry)
3907 (Output_data_plt_x86_64::tlsdesc_plt_entry)
3908 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
3909 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
3910 (Output_data_plt_x86_64_standard): ... here, new class.
3911 (Target_x86_64::Target_x86_64): Take optional argument for the
3912 Target_info pointer to use.
3913 (Target_x86_64::do_make_data_plt): New virtual method.
3914 (Target_x86_64::make_data_plt): New method to call it.
3915 (Target_x86_64::init_got_plt_for_update): Use that.
3916 Call this->plt_->add_eh_frame method here.
3917 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
3918 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
3919 rather than static method.
3920 (Target_x86_64::plt_entry_size): Likewise.
3921 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
3922 rather than plt_entry_size variable. Move guts of PLT filling to...
3923 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
3924 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
3925 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
3926
3927 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
3928 additional argument for the section alignment.
3929 Don't do add_eh_frame_for_plt here.
3930 (Output_data_plt_i386::first_plt_entry_offset): Make the method
3931 non-static. Use get_plt_entry_size method rather than plt_entry_size
3932 variable.
3933 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
3934 method.
3935 (Output_data_plt_i386::get_plt_entry_size): Call it.
3936 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
3937 (Output_data_plt_i386::add_eh_frame): New method to call it.
3938 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
3939 method.
3940 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
3941 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
3942 method.
3943 (Output_data_plt_i386::fill_plt_entry): New method to call it.
3944 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
3945 method instead of plt_entry_size.
3946 (Output_data_plt_i386::plt_entry_size)
3947 (Output_data_plt_i386::plt_eh_frame_fde_size)
3948 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
3949 (Output_data_plt_i386_standard): ... here, new class.
3950 (Output_data_plt_i386_exec): New class.
3951 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
3952 (Output_data_plt_i386_exec::first_plt_entry): ... here.
3953 (Output_data_plt_i386::exec_plt_entry): Move to ...
3954 (Output_data_plt_i386_exec::plt_entry): ... here.
3955 (Output_data_plt_i386_dyn): New class.
3956 (Output_data_plt_i386::first_plt_entry): Move to ...
3957 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
3958 (Output_data_plt_i386::dyn_plt_entry): Move to ...
3959 (Output_data_plt_i386_dyn::plt_entry): ... here.
3960 (Target_i386::Target_i386): Take optional argument for the Target_info
3961 pointer to use.
3962 (Target_i386::do_make_data_plt): New virtual method.
3963 (Target_i386::make_data_plt): New method to call it.
3964 (Target_i386::make_plt_section): Use that.
3965 Call this->plt_->add_eh_frame method here.
3966 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
3967 rather than plt_entry_size variable.
3968 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
3969 (Output_data_plt_i386::address_for_local): Likewise.
3970 (Output_data_plt_i386::do_write): Likewise.
3971 Move guts of PLT filling to...
3972 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
3973 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
3974 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
3975 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
3976
b9b9f2ee
CC
39772012-05-01 Cary Coutant <ccoutant@google.com>
3978
3979 * dwarf_reader.cc (Dwarf_die::read_attributes)
3980 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
3981 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
3982 * reduced_debug_output.cc
3983 (Output_reduced_debug_info_section::get_die_end): Remove
3984 DW_FORM_GNU_ref_index. Add default case.
3985
57923f48
MW
39862012-04-26 Mark Wielaard <mjw@redhat.com>
3987
3988 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
3989 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
3990 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
3991 DW_AT_high_pc as offset from DW_AT_low_pc.
3992
3993 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
3994 * testsuite/Makefile.in: Regenerate.
3995 * testsuite/gdb_index_test_3.c: New test source file.
3996 * testsuite/gdb_index_test_3.sh: New test source file.
3997
2c54b4f4
ILT
39982012-04-25 Ian Lance Taylor <iant@google.com>
3999
4000 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
4001 pointer.
4002 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
4003 as a class, not a struct.
4004 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
4005 (Target_arm::apply_cortex_a8_workaround): Likewise.
4006 * gc.h: Declare Reloc_types as a struct, not a class.
4007 * object.h: Declare Symbols_data as a struct.
4008 * reloc.h: Declare Read_relocs_data as a struct.
4009 * target.h: Declare Relocate_info as a struct.
4010
a5a5f7a3
DM
40112012-04-24 David S. Miller <davem@davemloft.net>
4012
4013 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
4014 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
4015 and R_SPARC_WPLT30.
4016
f038d496
CC
40172012-04-24 Cary Coutant <ccoutant@google.com>
4018
4019 * incremental-dump.cc (find_input_containing_global): Replace
4020 magic number with symbolic constant.
4021 (dump_incremental_inputs): Update version number.
4022 * incremental.cc (Output_section_incremental_inputs): Update version
4023 number; import symbolic constants from Incremental_inputs_reader.
4024 (Incremental_inputs::create_data_sections): Align relocations
4025 section correctly for 64-bit targets.
4026 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
4027 constants; add padding.
4028 (Output_section_incremental_inputs::write_header): Add assert for
4029 header_size.
4030 (Output_section_incremental_inputs::write_input_files): Add assert
4031 for input_entry_size.
4032 (Output_section_incremental_inputs::write_info_blocks): Add padding;
4033 add assert for object_info_size, input_section_entry_size,
4034 global_sym_entry_size.
4035 * incremental.h (Incremental_inputs_reader): Add symbolic constants
4036 for data structure sizes; use them.
4037 (Incremental_input_entry_reader): Import symbolic constants from
4038 Incremental_inputs_reader; use them.
4039
a4d85145
DM
40402012-04-23 David S. Miller <davem@davemloft.net>
4041
4042 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
4043 and elf_flags_set_.
4044 (Target_sparc::Target_sparc): Initialize new fields.
4045 (Target_sparc::do_make_elf_object): New function.
4046 (Target_sparc::do_adjust_elf_header): New function.
4047
1d509098
CC
40482012-04-23 Cary Coutant <ccoutant@google.com>
4049
4050 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
4051 CU range table of gdb index.
4052
7ebeff7f
DM
40532012-04-20 David S. Miller <davem@davemloft.net>
4054
4055 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
4056 instead of false.
4057
13cf9988
DM
40582012-04-16 David S. Miller <davem@davemloft.net>
4059
2a1079e8
DM
4060 * sparc.cc (Target_sparc::got_address): New function.
4061 (Sparc_relocate_functions::gdop_hix22): New function.
4062 (Sparc_relocate_functions::gdop_lox10): New function.
4063 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
4064 relocs.
4065 (Target_sparc::Scan::local): Likewise if the global symbol is not
4066 preemptible and is not IFUNC.
4067 (Target_sparc::Relocate::relocate): Perform GOTDATA code
4068 transformations for local and non-preemptible non-IFUNC global
4069 symbols.
4070
0bc964fc
DM
4071 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
4072 writing out 64-bit part of ranges.
4073
661d7a80
DM
4074 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
4075 -fpic and -fpie respectively.
4076 * Makefile.in: Regenerate.
4077
8c2bf391
DM
4078 * sparc.cc (class Target_sparc): Add rela_ifunc_.
4079 (Target_sparc::Target_sparc): Initialize new field.
4080 (Target_sparc::do_plt_section_for_global): New function.
4081 (Target_sparc::do_plt_section_for_local): New function.
4082 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
4083 (Target_sparc::make_plt_section): New function, broken out of
4084 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
4085 (Target_sparc::make_plt_entry): Call make_plt_section.
4086 (Target_sparc::make_local_ifunc_plt_entry): New function.
4087 (Target_sparc::rela_ifunc_section): New function.
4088 (Target_sparc::plt_section): Remove const.
4089 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
4090 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
4091 and ifunc_count_ fields.
4092 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
4093 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
4094 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
4095 (Output_data_plt_sparc::rela_ifunc): New function.
4096 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
4097 (Output_data_plt_sparc::has_ifunc_section): New function.
4098 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
4099 (Output_data_plt_sparc::address_for_global): New function.
4100 (Output_data_plt_sparc::address_for_local): New function.
4101 (Output_data_plt_sparc::plt_index_to_offset): New function.
4102 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
4103 and entry_count.
4104 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
4105 entry_count.
4106 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
4107 R_SPARC_JMP_IREL to switch.
4108 (Target_sparc::Scan::check_non_pic): Likewise.
4109 (Target_sparc::Scan::local): Handle IFUNC symbols.
4110 (Target_sparc::Scan::local): Likewise.
4111 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
4112 and plt_address_for_local.
4113 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
4114 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
4115
13cf9988
DM
4116 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
4117 (class Output_data_reloc): Adjust calls to Output_reloc_type.
4118 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
4119 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
4120 global relocs too.
4121 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
4122 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
4123 calls.
4124 * sparc.cc (Target_sparc::Scan::global): Likewise.
4125 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
4126
31821be0
CC
41272012-04-16 Cary Coutant <ccoutant@google.com>
4128
4129 * archive.cc (Library_base::should_include_member): Check for
4130 --export-dynamic-symbol.
4131 * options.h (class General_options): Add --export-dynamic-symbol.
4132 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
4133 --export-dynamic-symbol.
4134 (Symbol_table::gc_mark_undef_symbols): Likewise.
4135 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
4136
2615994e
DM
41372012-04-12 David S. Miller <davem@davemloft.net>
4138
4139 * sparc.cc (Reloc::wdisp10): New relocation method.
4140 (Reloc::h34): Likewise.
4141 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
4142 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
4143 R_SPARC_WDISP10.
4144 (Target_sparc::Scan::local): Likewise.
4145 (Target_sparc::Scan::global): Likewise.
4146 (Target_sparc::Relocate::relocate): Likewise.
4147
6782735d
CC
41482012-04-09 Cary Coutant <ccoutant@google.com>
4149
4150 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
4151 low_pc == 0.
4152
8c7a0b00
ILT
41532012-04-06 Ian Lance Taylor <iant@google.com>
4154
4155 * timer.cc: #include <unistd.h>.
4156
58797674
RM
41572012-04-06 Roland McGrath <mcgrathr@google.com>
4158
4159 * configure.in (AC_CHECK_HEADERS): Add locale.h.
4160 * config.in: Regenerate.
4161 * configure: Regenerate.
4162
44350750
NC
41632012-04-05 Nick Clifton <nickc@redhat.com>
4164
4165 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
4166 (AM_LC_MESSAGES): Add.
4167 * aclocal.m4: Regenerate.
4168 * config.in: Regenerate.
4169 * configure: Regenerate.
4170
c1027032
CC
41712012-03-21 Cary Coutant <ccoutant@google.com>
4172
4173 * Makefile.am: Add gdb-index.cc, gdb-index.h.
4174 * Makefile.in: Regenerate.
4175 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
4176 (Sized_elf_reloc_mapper::symbol_section): New function.
4177 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
4178 (make_elf_reloc_mapper): New function.
4179 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
4180 (Dwarf_abbrev_table::do_read_abbrevs): New function.
4181 (Dwarf_abbrev_table::do_get_abbrev): New function.
4182 (Dwarf_ranges_table::read_ranges_table): New function.
4183 (Dwarf_ranges_table::read_range_list): New function.
4184 (Dwarf_pubnames_table::read_section): New function.
4185 (Dwarf_pubnames_table::read_header): New function.
4186 (Dwarf_pubnames_table::next_name): New function.
4187 (Dwarf_die::Dwarf_die): New function.
4188 (Dwarf_die::read_attributes): New function.
4189 (Dwarf_die::skip_attributes): New function.
4190 (Dwarf_die::set_name): New function.
4191 (Dwarf_die::set_linkage_name): New function.
4192 (Dwarf_die::attribute): New function.
4193 (Dwarf_die::string_attribute): New function.
4194 (Dwarf_die::int_attribute): New function.
4195 (Dwarf_die::uint_attribute): New function.
4196 (Dwarf_die::ref_attribute): New function.
4197 (Dwarf_die::child_offset): New function.
4198 (Dwarf_die::sibling_offset): New function.
4199 (Dwarf_info_reader::check_buffer): New function.
4200 (Dwarf_info_reader::parse): New function.
4201 (Dwarf_info_reader::do_parse): New function.
4202 (Dwarf_info_reader::do_read_string_table): New function.
4203 (Dwarf_info_reader::lookup_reloc): New function.
4204 (Dwarf_info_reader::get_string): New function.
4205 (Dwarf_info_reader::visit_compilation_unit): New function.
4206 (Dwarf_info_reader::visit_type_unit): New function.
4207 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
4208 Sized_elf_reloc_mapper.
4209 (Sized_dwarf_line_info::symbol_section): Remove function.
4210 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
4211 (Sized_dwarf_line_info::read_line_mappings): Remove object
4212 parameter, adjust callers.
4213 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
4214 * dwarf_reader.h: Include <sys/types.h>.
4215 (class Track_relocs): Remove forward declaration.
4216 (class Elf_reloc_mapper): New class.
4217 (class Sized_elf_reloc_mapper): New class.
4218 (class Dwarf_abbrev_table): New class.
4219 (class Dwarf_range_list): New class.
4220 (class Dwarf_ranges_table): New class.
4221 (class Dwarf_pubnames_table): New class.
4222 (class Dwarf_die): New class.
4223 (class Dwarf_info_reader): New class.
4224 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
4225 (Sized_dwarf_line_info::symbol_section): Remove member function.
4226 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
4227 base class.
4228 * gdb-index.cc: New source file.
4229 * gdb-index.h: New source file.
4230 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
4231 and .debug_types sections, call Layout::add_to_gdb_index.
4232 (Sized_relobj_incr::do_section_name): Implement.
4233 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
4234 return type; Implement.
4235 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
4236 return type.
4237 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
4238 parameter list and return type.
4239 (Sized_incr_dynobj::do_section_contents): Likewise.
4240 * layout.cc: Include gdb-index.h.
4241 (Layout::Layout): Initialize gdb_index_data_.
4242 (Layout::init_fixed_output_section): Check for .gdb_index section.
4243 (Layout::add_to_gdb_index): New function. Instantiate.
4244 * layout.h: Add forward declaration for class Gdb_index.
4245 (Layout::add_to_gdb_index): New member function.
4246 (Layout::gdb_index_data_): New data member.
4247 * main.cc: Include gdb-index.h.
4248 (main): Print statistics for gdb index.
4249 * object.cc (Object::section_contents): Move code into
4250 do_section_contents.
4251 (need_decompressed_section): Check for sections needed when building
4252 gdb index.
4253 (build_compressed_section_map): Likewise.
4254 (Sized_relobj_file::do_read_symbols): Need local symbols when building
4255 gdb index.
4256 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
4257 sections; call Layout::add_to_gdb_index.
4258 (Sized_relobj_file::do_decompressed_section_contents): Call
4259 do_section_contents directly.
4260 * object.h (Object::do_section_contents): Adjust parameter list and
4261 return type.
4262 (Object::do_decompressed_section_contents): Call do_section_contents
4263 directly.
4264 (Sized_relobj_file::do_section_contents): Adjust parameter list and
4265 return type.
4266 * options.h (class General_options): Add --gdb-index option.
4267 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
4268 list and return type.
4269 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
4270 * reloc.h (Track_relocs::checkpoint): New function.
4271 (Track_relocs::reset): New function.
4272
4273 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
4274 New test cases.
4275 * testsuite/Makefile.in: Regenerate.
4276 * testsuite/gdb_index_test.cc: New test source file.
4277 * testsuite/gdb_index_test_1.sh: New test source file.
4278 * testsuite/gdb_index_test_2.sh: New test source file.
4279
647f1574
DK
42802012-03-19 Doug Kwan <dougkwan@google.com>
4281
4282 * arm.cc (Target_arm::do_define_standard_symbols): New method.
2e702c99 4283 (Target_arm::do_finalize_sections): Remove code which defines
647f1574
DK
4284 __exidx_start and __exidx_end. Make symbol table parameter
4285 anonymous as it is not used.
4286 * gold.cc (queue_middle_tasks): Call target hook to define any
4287 target-specific symbols.
4288 * target.h (Target::define_standard_symbols): New method.
4289 (Target::do_define_standard_symbols): Same.
4290 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
4291 * testsuite/Makefile.in: Regenerate.
4292 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
4293 and __exidx_end.
4294 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
4295 relocations are generated for __exidx_start and __exidx_end.
4296
7c6109da
DK
42972012-03-16 Doug Kwan <dougkwan@google.com>
4298
4299 * testsuite/Makefile.am: Disable test initpri3b.
4300 * testsuite/Makefile.in: Regenerate.
4301
7b8957f8
DK
43022012-03-15 Doug Kwan <dougkwan@google.com>
4303
4304 * arm.cc (Target_arm::got_section): Make .got section read-only
4305 if -z now is given.
4306
14dc9ef7
ILT
43072012-03-15 Ian Lance Taylor <iant@google.com>
4308
4309 PR gold/13850
4310 * layout.cc (Layout::make_output_section): Correctly mark
4311 SHT_INIT_ARRAY, et. al., as relro.
4312
fa40b62a
DK
43132012-03-14 Doug Kwan <dougkwan@google.com>
4314
4315 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
4316 dynamic relocations for protected symbols in shared objects.
4317
fd325007
ILT
43182012-03-13 Ian Lance Taylor <iant@google.com>
4319
4320 * resolve.cc (Symbol_table::resolve): When merging common symbols,
4321 keep the larger alignment.
4322
e8dd54e1
CC
43232012-03-12 Cary Coutant <ccoutant@google.com>
4324
4325 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
4326 handling of DW_LNE_define_file.
4327
feb5f3b0
CC
43282012-03-12 Cary Coutant <ccoutant@google.com>
4329
4330 * reduced_debug_output.cc
4331 (Output_reduced_debug_info_section::get_die_end): Add new FORM
4332 codes to switch.
4333
a1fb4256
CC
43342012-02-29 Cary Coutant <ccoutant@google.com>
4335
4336 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
4337
5dd8762a
CC
43382012-02-29 Cary Coutant <ccoutant@google.com>
4339
4340 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
4341 Call Object::decompressed_section_contents.
4342 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
4343 New dtor.
4344 (Sized_dwarf_line_info::buffer_start_): New data member.
4345 * merge.cc (Output_merge_data::do_add_input_section): Call
4346 Object::decompressed_section_contents.
4347 (Output_merge_string::do_add_input_section): Likewise.
4348 * object.cc (need_decompressed_section): New function.
4349 (build_compressed_section_map): Decompress sections needed later.
4350 (Sized_relobj_file::do_decompressed_section_contents): New function.
4351 (Sized_relobj_file::do_discard_decompressed_sections): New function.
4352 * object.h (Object::decompressed_section_contents): New function.
4353 (Object::discard_decompressed_sections): New function.
4354 (Object::do_decompressed_section_contents): New function.
4355 (Object::do_discard_decompressed_sections): New function.
4356 (Compressed_section_info): New type.
4357 (Compressed_section_map): Include decompressed section contents.
4358 (Sized_relobj_file::do_decompressed_section_contents): New function.
4359 (Sized_relobj_file::do_discard_decompressed_sections): New function.
4360
7b5de7ee
CC
43612012-02-16 Cary Coutant <ccoutant@google.com>
4362
4363 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
4364 * testsuite/Makefile.in: Regenerate.
4365
f9fa4a63
CC
43662012-02-14 Cary Coutant <ccoutant@google.com>
4367
4368 * options.cc (General_options::finalize): Disallow -pie and -static.
4369
2c175ebc
DK
43702012-02-03 Doug Kwan <dougkwan@google.com>
4371
4372 * arm.cc (Arm_relocate_functions::abs8,
4373 Arm_relocate_functions::abs16): Use
4374 Bits::has_signed_unsigned_overflow32.
4375 (Arm_relocate_functions::thm_abs8): Correct range of
4376 overflow check.
4377 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
4378 in assertions.
4379
90cff06f
DK
43802012-02-02 Doug Kwan <dougkwan@google.com>
4381
4382 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
4383 position independent outputs, not just shared objects.
4384
63887f3d
L
43852012-01-30 H.J. Lu <hongjiu.lu@intel.com>
4386
4387 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
4388 * configure: Regenerated.
4389
bef2b434
ILT
43902012-01-27 Ian Lance Taylor <iant@google.com>
4391
4392 * reloc.h (Bits): New class with static functions, copied from
4393 namespace utils in arm.cc.
4394 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
4395 instead.
4396
c335b55d
L
43972012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4398
4399 * incremental.cc (write_info_blocks): Correct relocation offset.
4400
41194d9f
L
44012012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4402
4403 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
4404 (Relocate::tls_gd_to_le): Likewise.
4405
1bae613c
L
44062012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4407
4408 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
4409
24482ca0
L
44102012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4411
4412 * configure.ac: Check if -mcmodel=medium works.
4413 * configure: Regenerated.
4414
c2c7840a
CC
44152012-01-24 Cary Coutant <ccoutant@google.com>
4416
4417 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
4418 definition and ...
4419 (read_unsigned_LEB_128_x): ... this new function.
4420 (read_signed_LEB_128): Replaced with inline definition and ...
4421 (read_signed_LEB_128_x): ... this new function.
4422 * int_encoding.h (read_unsigned_LEB_128_x): New function.
4423 (read_unsigned_LEB_128): Add inline definition.
4424 (read_signed_LEB_128_x): New function.
4425 (read_signed_LEB_128): Add inline definition.
4426 * testsuite/Makefile.am (leb128_unittest): New unit test.
4427 * testsuite/Makefile.in: Regenerate.
4428 * testsuite/leb128_unittest.cc: New unit test.
4429
833de760 44302012-01-23 Ian Lance Taylor <iant@google.com>
9dee3b3c
ILT
4431
4432 PR gold/13617
4433 * i386.cc (Target_i386::do_code_fill): When using a jmp
4434 instruction, pad with nop instructions.
4435 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
4436
618d6666
L
44372012-01-22 H.J. Lu <hongjiu.lu@intel.com>
4438
4439 * x86_64.cc (gc_process_relocs): Add typename on types used in
4440 template.
4441 (scan_relocs): Likewise.
4442 (relocate_section): Likewise.
4443 (apply_relocation): Likewise.
4444
3660ff06
L
44452012-01-10 H.J. Lu <hongjiu.lu@intel.com>
4446
4447 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
4448 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
4449 under x32.
4450
fc51264f
L
44512012-01-09 H.J. Lu <hongjiu.lu@intel.com>
4452
4453 * x86_64.cc: Initial support for x32.
4454
dd74ae06
CC
44552012-01-03 Cary Coutant <ccoutant@google.com>
4456
4457 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
4458 Use abstract base class for GOT.
4459 * gold/output.h (class Output_data_got_base): New abstract base class.
4460 (class Output_data_got): Derive from new base class, adjust ctors.
4461 (Output_data_got::reserve_slot): Make virtual; rename to
4462 do_reserve_slot; Adjust callers.
4463 * gold/target.h (Sized_target::init_got_plt_for_update): Return
4464 pointer to abstract base class.
4465 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
4466
83896202
ILT
44672011-12-18 Ian Lance Taylor <iant@google.com>
4468
4469 * object.h (Relobj::local_symbol_value): New function.
4470 (Relobj::local_plt_offset): New function.
4471 (Relobj::local_has_got_offset): New function.
4472 (Relobj::local_got_offset): New function.
4473 (Relobj::set_local_got_offset): New function.
4474 (Relobj::do_local_symbol_value): New pure virtual function.
4475 (Relobj::do_local_plt_offset): Likewise.
4476 (Relobj::do_local_has_got_offset): Likewise.
4477 (Relobj::do_local_got_offset): Likewise.
4478 (Relobj::do_set_local_got_offset): Likewise.
4479 (Sized_relobj::do_local_has_got_offset): Rename from
4480 local_has_got_offset.
4481 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
4482 (Sized_relobj::do_set_local_got_offset): Rename from
4483 set_local_got_offset.
4484 (Sized_relobj_file::do_local_plt_offset): Rename from
4485 local_plt_offset.
4486 (Sized_relobj_file::do_local_symbol_value): New function.
4487 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
4488 local_plt_offset.
4489 * output.cc (Output_data_got::Got_entry::write): Change object to
4490 Relobj. Use local_symbol_value.
4491 (Output_data_got::add_global_with_rel): Change rel_dyn to
4492 Output_data_reloc_generic*. Use add_global_generic.
4493 (Output_data_got::add_global_with_rela): Remove. Change all
4494 callers to use add_global_with_rel.
4495 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
4496 Output_data_reloc_generic*. Use add_global_generic.
4497 (Output_data_got::add_global_pair_with_rela): Remove. Change all
4498 callers to use add_global_pair_with_rel.
4499 (Output_data_got::add_local): Change object to Relobj*.
4500 (Output_data_got::add_local_plt): Likewise.
4501 (Output_data_got::add_local_with_rel): Change object to Relobj*,
4502 change rel_dyn to Output_data_reloc_generic*. Use
4503 add_local_generic.
4504 (Output_data_got::add_local_with_rela): Remove. Change all
4505 callers to use all_local_with_rel.
4506 (Output_data_got::add_local_pair_with_rel): Change object to
4507 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
4508 add_output_section_generic.
4509 (Output_data_got::add_local_pair_with_rela): Remove. Change all
4510 callers to use add_local_pair_with_rel.
4511 (Output_data_got::reserve_local): Change object to Relobj*.
4512 * output.h: (class Output_data_reloc_generic): Add pure virtual
4513 declarations for add_global_generic, add_local_generic,
4514 add_output_section_generic.
4515 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
4516 functions for Output_data_reloc_generic. Update declarations for
4517 changes listed in output.cc.
4518 (class Output_data_got): Change template parameter to got_size.
4519 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
4520 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
4521 function.
4522 (Sized_relobj_incr::do_local_plt_offset): New function.
4523 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
4524 add_global_generic.
4525
76677ad0
CC
45262011-12-17 Cary Coutant <ccoutant@google.com>
4527
4528 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
4529 * resolve.cc (Symbol_table::resolve): Likewise.
4530 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
4531 arrays.
4532 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
4533
8b8dd8d5
ILT
45342011-12-16 Ian Lance Taylor <iant@google.com>
4535
4536 * output.h (Output_data_reloc_generic::add): Only call
4537 add_dynamic_reloc if this is a dynamic reloc section.
4538
d55525b9
L
45392011-12-15 H.J. Lu <hongjiu.lu@intel.com>
4540
4541 PR gold/13505
4542 * target-reloc.h (apply_relocation): Replace <64, false> with
4543 <size, big_endian>.
4544
ff81c7c1
NC
45452011-11-25 Nick Clifton <nickc@redhat.com>
4546
4547 * po/it.po: New Italian translation.
4548
628f39be
SA
45492011-11-17 Sterling Augustine <saugustine@google.com>
4550
4551 * script.cc (script_include_directive): Implement.
4552 (read_script_file): New local variables name and search_path. Update
4553 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
4554 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
4555 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
4556
98ef3ea4
SA
45572011-11-11 Sterling Augustine <saugustine@google.com>
4558
4559 * yyscript.y (section_cmd): Add support for INCLUDE directive.
4560 (file_or_sections_cmd): Likewise.
4561
f4a8b6d7
DK
45622011-11-11 Doug Kwan <dougkwan@google.com>
4563
4564 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
4565 if --just-symbols is given.
4566
29ab395d
DK
45672011-11-10 Doug Kwan <dougkwan@google.com>
4568
4569 PR gold/13362
4570 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
4571 when processing data relocs.
4572 * reloc.h (Relocate_functions::rel_unaligned): New method.
4573 (Relocate_functions::pcrel_unaligned): Ditto.
4574 (Relocate_functions::rel32_unaligned): Ditto.
4575 (Relocate_functions::pcrel32_unaligned): Ditto.
4576
2c339f71
DK
45772011-11-09 Doug Kwan <dougkwan@google.com>
4578
4579 PR gold/13362
4580 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
4581 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
4582 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
4583 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
4584 (Relocate_functions::rel_unaligned): New.
4585 (Relocate_functions::rel32_unaligned): New.
4586 * target-reloc.h (relocate_for_relocatable): Add code to handle
4587 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
4588 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
4589 arm_unaligned_reloc_r): New targets.
4590 * testsuite/Makefile.in: Regenerate.
4591 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
4592 linking.
4593
3f3cddf1
ILT
45942011-11-02 Ian Lance Taylor <iant@google.com>
4595
4596 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
4597 NATIVE_LINKER.
4598 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
4599 * options.cc (General_options::finalize): Use library search path
4600 from configure script if specified. If not native and no sysroot,
4601 only search TOOLLIBDIR.
4602 * options.h (Search_directory::Search_directory): Change name to
4603 const std::string&.
4604 (General_options::add_to_library_path_with_sysroot): Change arg to
4605 const std::string&.
4606 * configure, Makefile.in, config.in: Rebuild.
4607
a8e2273b
ILT
46082011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4609
4610 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
4611 we are working around the ARM1176 Erratum.
4612 * options.h (General_options::fix_arm1176): Add option.
4613 * testsuite/Makefile.am: Add testcases, and keep current ones
4614 working.
4615 * testsuite/Makefile.in: Regenerate.
4616 * testsuite/arm_fix_1176.s: New file.
4617 * testsuite/arm_fix_1176.sh: Likewise.
4618
cd6eab1c
ILT
46192011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4620
4621 * arm.cc (Target_arm::Target_arm): Remove initialisation of
4622 may_use_blx_.
4623 (Target_arm::may_use_blx): Remove method.
4624 (Target_arm::set_may_use_blx): Likewise.
4625 (Target_arm::may_use_v4t_interworking): New method.
4626 (Target_arm::may_use_v5t_interworking): Likewise.
4627 (Target_arm::may_use_blx_): Remove member variable.
4628 (Arm_relocate_functions::arm_branch_common): Check for v5T
4629 interworking.
4630 (Arm_relocate_functions::thumb_branch_common): Likewise.
4631 (Reloc_stub::stub_type_for_reloc): Likewise.
4632 (Target_arm::do_finalize_sections): Correct interworking checks.
4633 * testsuite/Makefile.am: Add new tests.
4634 * testsuite/Makefile.in: Regenerate.
4635 * testsuite/arm_farcall_arm_arm.s: New test.
4636 * testsuite/arm_farcall_arm_arm.sh: Likewise.
4637 * testsuite/arm_farcall_arm_thumb.s: Likewise.
4638 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
4639 * testsuite/arm_farcall_thumb_arm.s: Likewise.
4640 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
4641 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
4642 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
4643
286adcf4
CC
46442011-10-31 Cary Coutant <ccoutant@google.com>
4645
4646 PR gold/13023
4647 * expression.cc (Expression::eval_with_dot): Add
4648 is_section_dot_assignment parameter.
4649 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
4650 absolute and assigning to dot within a section.
4651 * script-sections.cc
4652 (Output_section_element_assignment::set_section_addresses): Pass
4653 dot_section to set_if_absolute.
4654 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
4655 as is_section_dot_assignment flag to eval_with_dot.
4656 (Output_section_element_dot_assignment::set_section_addresses):
4657 Likewise.
4658 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
4659 parameter. Also set value if relative to dot_section; set the
4660 symbol's output_section.
4661 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
4662 parameter. Adjust all callers.
4663 (Expression::eval_maybe_dot): Likewise.
4664 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
4665 Adjust all callers.
4666 * testsuite/script_test_2.t: Test assignment of an absolute value
4667 to dot within an output section element.
4668
9634ed06
CC
46692011-10-31 Cary Coutant <ccoutant@google.com>
4670
4671 * options.h (class General_options): Add --[no-]gnu-unique options.
4672 * symtab.cc (Symbol_table::sized_write_globals): Convert
4673 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
4674
de4101c7
CC
46752011-10-31 Cary Coutant <ccoutant@google.com>
4676
4677 PR gold/13359
4678 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
4679 unnecessary assertion.
4680 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
4681
7257cc92
ST
46822011-10-31 Sriraman Tallam <tmsriram@google.com>
4683
4684 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
4685 gc_mark_symbol.
4686 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
4687 gc_mark_symbol.
4688 Change to just keep the section associated with symbol.
4689 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
4690 they are externally visible and --export-dynamic is turned on.
4691 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
4692
bfc34b3f
ILT
46932011-10-19 Ian Lance Taylor <iant@google.com>
4694
4695 PR gold/13163
4696 * script-sections.cc
4697 (Output_section_element_dot_assignment::needs_output_section): New
4698 function.
4699
ea0d8c47
ILT
47002011-10-19 Ian Lance Taylor <iant@google.com>
4701
4702 PR gold/13204
4703 * layout.cc (Layout::segment_precedes): Don't assert failure if a
4704 --section-start option was seen.
4705 * options.h (General_options::any_section_start): New function.
4706
abd242a9
DM
47072011-10-18 David S. Miller <davem@davemloft.net>
4708
4709 PR binutils/13301
4710 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
4711 member to track relocation locations that have moved during TLS
4712 reloc optimizations.
4713 (Target_sparc::Relocate::Relocate): Initialize to NULL.
4714 (Target_sparc::Relocate::relocate): Adjust view down by 4
4715 bytes if it matches reloc_adjust_addr_.
4716 (Target_sparc::Relocate::relocate_tls): Always move the
4717 __tls_get_addr call delay slot instruction forward 4 bytes when
4718 performing relaxation.
4719
bab9090f
CC
47202011-10-18 Cary Coutant <ccoutant@google.com>
4721
4722 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
4723 (Output_file::map_no_anonymous): Check for non-zero
4724 return code from posix_fallocate.
4725
f7c5b166
CC
47262011-10-17 Cary Coutant <ccoutant@google.com>
4727
4728 PR gold/13245
4729 * plugin.cc (is_visible_from_outside): Check for symbols
4730 referenced from dynamic objects.
4731 * resolve.cc (Symbol_table::resolve): Don't count references
4732 from dynamic objects as references from real ELF files.
4733 * testsuite/plugin_test_2.sh: Adjust expected result.
4734
b490c0bb
CC
47352011-10-17 Cary Coutant <ccoutant@google.com>
4736
4737 * gold.cc: Include timer.h.
4738 (queue_middle_tasks): Stamp time.
4739 (queue_final_tasks): Likewise.
4740 * main.cc (main): Store timer in parameters. Print timers
4741 for each pass.
4742 * parameters.cc (Parameters::Parameters): Initialize timer_.
4743 (Parameters::set_timer): New function.
4744 (set_parameters_timer): New function.
4745 * parameters.h (Parameters::set_timer): New function.
4746 (Parameters::timer): New function.
4747 (Parameters::timer_): New data member.
4748 (set_parameters_timer): New function.
4749 * timer.cc (Timer::stamp): New function.
4750 (Timer::get_pass_time): New function.
4751 * timer.h (Timer::stamp): New function.
4752 (Timer::get_pass_time): New function.
4753 (Timer::pass_times_): New data member.
4754
f475cf7b
CC
47552011-10-17 Cary Coutant <ccoutant@google.com>
4756
4757 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
4758 task for members of lib groups.
4759
cdd7e244
CC
47602011-10-17 Cary Coutant <ccoutant@google.com>
4761
4762 PR gold/13288
4f95c8b4 4763 * fileread.cc (File_read::find_view): Add assert.
cdd7e244
CC
4764 (File_read::make_view): Move bounds check (replace with assert)...
4765 (File_read::find_or_make_view): ... to here.
4766
dfb45471
CC
47672011-10-12 Cary Coutant <ccoutant@google.com>
4768
4f95c8b4 4769 * output.cc (Output_file::open_base_file): Handle case where
dfb45471
CC
4770 ::read returns less than requested size.
4771
53bbcc1b
CC
47722011-10-10 Cary Coutant <ccoutant@google.com>
4773
4f95c8b4 4774 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
53bbcc1b
CC
4775 Initialize defined_count_.
4776 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
4777 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
4778 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
4779 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
4780 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
4f95c8b4 4781 * incremental.h (Sized_relobj_incr::defined_count_): New data
53bbcc1b
CC
4782 member.
4783 (Sized_incr_dynobj::defined_count_): New data member.
4f95c8b4 4784 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
53bbcc1b
CC
4785 Return zeroes instead of internal error.
4786
397b129b
CC
47872011-10-10 Cary Coutant <ccoutant@google.com>
4788
4789 PR gold/13249
4f95c8b4 4790 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
397b129b 4791 (Output_reloc::symbol_value): Return PLT offset if flag is set.
4f95c8b4 4792 * output.h (class Output_reloc): Add use_plt_offset flag.
397b129b
CC
4793 (Output_reloc::type_): Adjust size of bit field.
4794 (Output_reloc::use_plt_offset_): New bit field.
4795 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
4796 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
4797 flag. Adjust all callers.
4f95c8b4 4798 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
397b129b
CC
4799 creating RELATIVE relocations.
4800
d5698657
NC
48012011-10-10 Nick Clifton <nickc@redhat.com>
4802
4803 * po/es.po: Updated Spanish translation.
4804 * po/fi.po: Updated Finnish translation.
4805
6a59a5c2
DN
48062011-10-03 Diego Novillo <dnovillo@google.com>
4807
4808 * options.cc (parse_uint): Fix dereference of RETVAL.
4809
f0558624
ST
48102011-09-29 Sriraman Tallam <tmsriram@google.com>
4811
4812 * layout.h (section_order_map_): New member.
4813 (get_section_order_map): New member function.
4814 * output.cc (Output_section::add_input_section): Check for patterns
4815 only when --section-ordering-file is specified.
4816 * gold.cc (queue_middle_tasks): Delay updating order of sections till
4817 output_sections have been formed.
4818 * layout.cc (Layout_Layout): Initialize section_order_map_.
4819 * plugin.cc (update_section_order): Store order in order_map. Do not
4820 update the order.
4821 * testsuite/Makefile.am: Add test case for plugin_final_layout.
4822 * testsuite/Makefile.in: Regenerate.
4823 * testsuite/plugin_section_order.c: New file.
4824 * testsuite/plugin_final_layout.cc: New file.
4825 * testsuite/plugin_final_layout.sh: New file.
4826
a7dac153
CC
48272011-09-29 Cary Coutant <ccoutant@google.com>
4828
4f95c8b4 4829 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
a7dac153 4830 Check for NULL.
4f95c8b4 4831 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
a7dac153
CC
4832 symbols during incremental update.
4833 (Symbol_table::add_from_dynobj): Likewise.
4834
eebd87a5
ILT
48352011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4836 Ian Lance Taylor <iant@google.com>
4837
4838 * symtab.cc (Symbol_table::define_special_symbol): Always
4839 canonicalize version string.
4840
403a3331
CC
48412011-09-26 Cary Coutant <ccoutant@google.com>
4842
4f95c8b4
CC
4843 * gold.cc (queue_initial_tasks): Move option checks ...
4844 * options.cc (General_options::finalize): ... to here. Disable
403a3331
CC
4845 some options; make others fatal.
4846
235061c2
CC
48472011-09-26 Cary Coutant <ccoutant@google.com>
4848
4849 gcc PR lto/47247
4850 * plugin.cc (get_symbols_v2): New function.
4851 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
4852 (is_referenced_from_outside): New function.
4853 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
4854 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
4855 (get_symbols): Pass version parameter.
4856 (get_symbols_v2): New function.
4857 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
4858 parameter.
4859 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
4860 (onload): Add LDPT_GET_SYMBOLS_V2.
4861 (all_symbols_read_hook): Use get_symbols_v2; check for
4862 LDPR_PREVAILING_DEF_IRONLY_EXP.
4863 * testsuite/plugin_test_3.sh: Update expected results.
4864
dc87f620
ILT
48652011-09-23 Simon Baldwin <simonb@google.com>
4866
4867 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
4868 configuration options.
4869 * configure: Regenerate.
4870 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
4871 * Makefile.in: Regenerate.
4872 * testsuite/Makefile.in: Regenerate.
4873
a8279f82
ST
48742011-09-19 Sriraman Tallam <tmsriram@google.com>
4875
4876 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
4877
0c9350c8
CC
48782011-09-19 Cary Coutant <ccoutant@google.com>
4879
4880 * incremental.cc (can_incremental_update): Fix typo in comment.
4881 * incremental.h (can_incremental_update): Likewise.
4882
aa06ae28
CC
48832011-09-18 Cary Coutant <ccoutant@google.com>
4884
4885 * incremental.cc (can_incremental_update): New function.
4886 * incremental.h (can_incremental_update): New function.
4887 * layout.cc (Layout::init_fixed_output_section): Call it.
4888 (Layout::make_output_section): Don't allow patch space in .eh_frame.
4889 * object.cc (Sized_relobj_file::do_layout): Call
4890 can_incremental_update.
4891
ebb300b2
CC
48922011-09-13 Cary Coutant <ccoutant@google.com>
4893
4894 * configure.ac: Check for glibc support for gnu_indirect_function
4895 support with static linking, setting automake conditional
4896 IFUNC_STATIC.
4897 * Makefile.in: Regenerate.
4898 * configure: Regenerate.
4899
4900 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
4901 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
4902 for IFUNC_STATIC.
4903 * testsuite/Makefile.in: Regenerate.
4904
1206d0d5
CC
49052011-09-13 Cary Coutant <ccoutant@google.com>
4906
4907 * incremental.cc (Sized_relobj_incr::do_layout): Call
4908 report_comdat_group for kept comdat sections.
4909 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
4910 * testsuite/Makefile.in: Regenerate.
4911 * testsuite/incr_comdat_test_1.cc: New source file.
4912 * testsuite/incr_comdat_test_2_v1.cc: New source file.
4913 * testsuite/incr_comdat_test_2_v2.cc: New source file.
4914 * testsuite/incr_comdat_test_2_v3.cc: New source file.
4915
40b29874
ILT
49162011-09-13 Ian Lance Taylor <iant@google.com>
4917
4918 * object.cc (Sized_relobj_file::do_layout): Remove unused local
4919 variable external_symbols_offset.
4920
1b045aac
ILT
49212011-09-12 Ian Lance Taylor <iant@google.com>
4922
4923 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
4924 triggered if object has no symbols.
4925
24c6c55a
DM
49262011-09-09 David S. Miller <davem@davemloft.net>
4927
4928 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
4929 (Output_fill_debug_line::do_write): Likewise.
4930
66570254
CC
49312011-08-29 Cary Coutant <ccoutant@google.com>
4932
4933 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
4934 casts to match formatting specs.
4935 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
4936
8ea8cd50
CC
49372011-08-26 Cary Coutant <ccoutant@google.com>
4938
4939 * layout.cc (Free_list::allocate): Provide guarantee of minimum
4940 remaining hole size when allocating.
4941 (Layout::make_output_section): Set fill methods for debug sections.
4942 * layout.h (Free_list::Free_list_node): Move from private to
4943 public.
4944 (Free_list::set_min_hole_size): New function.
4945 (Free_list::begin, Free_list::end): New functions.
4946 (Free_list::min_hole_): New data member.
4947 * output.cc: Include dwarf.h.
4948 (Output_fill_debug_info::do_minimum_hole_size): New function.
4949 (Output_fill_debug_info::do_write): New function.
4950 (Output_fill_debug_line::do_minimum_hole_size): New function.
4951 (Output_fill_debug_line::do_write): New function.
4952 (Output_section::Output_section): Initialize new data member.
4953 (Output_section::set_final_data_size): Ensure patch space is larger
4954 than minimum hole size.
4955 (Output_section::do_write): Fill holes in debug sections.
4956 * output.h (Output_fill): New class.
4957 (Output_fill_debug_info): New class.
4958 (Output_fill_debug_line): New class.
4959 (Output_section::set_free_space_fill): New function.
4960 (Output_section::free_space_fill_): New data member.
4961 * testsuite/Makefile.am (incremental_test_3): Add
4962 --incremental-patch option.
4963 (incremental_test_4): Likewise.
4964 (incremental_test_5): Likewise.
4965 (incremental_test_6): Likewise.
4966 (incremental_copy_test): Likewise.
4967 (incremental_common_test_1): Likewise.
4968 * testsuite/Makefile.in: Regenerate.
4969
7cf80422
NC
49702011-08-26 Nick Clifton <nickc@redhat.com>
4971
4972 * po/es.po: Updated Spanish translation.
4973
c3f7b0e5
CC
49742011-08-01 Cary Coutant <ccoutant@google.com>
4975
4976 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
4977 * gold/testsuite/Makefile.in: Regenerate.
4978 * gold/testsuite/justsyms_exec.c: New source file.
4979 * gold/testsuite/justsyms_lib.c: New source file.
4980
9590bf25
CC
49812011-08-01 Cary Coutant <ccoutant@google.com>
4982
4983 * layout.cc (Layout::set_segment_offsets): Don't realign text
4984 segment if -Ttext was specified.
4985 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
4986 file type.
4987 * object.h (Sized_relobj_file::e_type): New function.
4988 (Sized_relobj_file::e_type_): New data member.
4989 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
4990 base address for ET_EXEC files.
4991 * target.cc (Target::do_make_elf_object_implementation): Allow
4992 ET_EXEC files with --just-symbols option.
4993
dcd8d12e
CC
49942011-07-28 Cary Coutant <ccoutant@google.com>
4995
4996 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
4997 Add thread_number parameter.
4998 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
4999 * workqueue-threads.cc
5000 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
5001 current thread if its thread number is greater than desired thread
5002 count.
5003 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
5004 Add thread_number parameter.
5005 (Workqueue::should_cancel_thread): Likewise.
5006 (Workqueue::find_runnable_or_wait): Pass thread_number to
5007 should_cancel_thread.
5008 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
5009 parameter.
5010
804eb480
ST
50112011-07-22 Sriraman Tallam <tmsriram@google.com>
5012
5013 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
5014 only after checking if it cannot be forced local.
5015 * symtab.h (is_externally_visible): Check if the symbol is not forced
5016 local.
5017
f1ddb600
ILT
50182011-07-15 Ian Lance Taylor <iant@google.com>
5019
5020 * options.h (class General_options): Add --print-output-format.
5021 Move -EL next to -EB, for better --help output.
5022 * target-select.cc: Include <cstdio>, "options.h", and
5023 "parameters.h".
5024 (Target_selector::do_target_bfd_name): New function.
5025 (print_output_format): New function.
5026 * target-select.h (class Target_selector): Update declarations.
5027 (Target_selector::target_bfd_name): New function.
5028 (print_output_format): Declare.
5029 * main.cc: Include "target-select.h".
5030 (main): Handle --print-output-format.
5031 * gold.cc: Include "target-select.h".
5032 (queue_initial_tasks): Handle --print-output-format when there are
5033 no input files.
5034 * parameters.cc (parameters_force_valid_target): Give a better
5035 error message if -EB/-EL does not match target.
5036 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
5037 function.
5038
7d172687
ILT
50392011-07-15 Ian Lance Taylor <iant@google.com>
5040
5041 * i386.cc (class Output_data_plt_i386): Add layout_ field.
5042 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
5043 (Output_data_plt_i386::do_write): Write address of .dynamic
5044 section to first entry in .got.plt section.
5045 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
5046 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
5047 Initialize layout_.
5048 (Output_data_plt_x86_64::do_write): Write address of .dynamic
5049 section to first entry in .got.plt section.
5050 * layout.h (Layout::dynamic_section): New function.
5051
e9552f7e
ST
50522011-07-13 Sriraman Tallam <tmsriram@google.com>
5053
5054 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
5055 to claim_file call.
5056 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
5057 input_section_position_, and input_section_glob_.
5058 (read_layout_from_file): Call function section_ordering_specified.
5059 * layout.h (is_section_ordering_specified): New function.
5060 (section_ordering_specified): New function.
5061 (section_ordering_specified_): New boolean member.
5062 * main.cc(main): Call load_plugins after layout object is defined.
5063 * output.cc (Output_section::add_input_section): Use
5064 function section_ordering_specified to check if section ordering is
5065 needed.
5066 * output.cc (Output_section::add_relaxed_input_section): Use
5067 function section_ordering_specified to check if section ordering is
5068 needed.
5069 (Output_section::update_section_layout): New function.
5070 (Output_section::sort_attached_input_sections): Check if input section
5071 must be reordered.
5072 * output.h (Output_section::update_section_layout): New function.
5073 * plugin.cc (get_section_count): New function.
5074 (get_section_type): New function.
5075 (get_section_name): New function.
5076 (get_section_contents): New function.
5077 (update_section_order): New function.
58797674 5078 (allow_section_ordering): New function.
e9552f7e
ST
5079 (Plugin::load): Add the new interfaces to the transfer vector.
5080 (Plugin_manager::load_plugins): New parameter.
5081 (Plugin_manager::all_symbols_read): New parameter.
5082 (Plugin_manager::claim_file): New parameter. Save the elf object for
5083 unclaimed objects.
5084 (Plugin_manager::get_elf_object): New function.
5085 (Plugin_manager::get_view): Change to directly use the bool to check
5086 if get_view is called from claim_file_hook.
5087 * plugin.h (input_objects): New function
5088 (Plugin__manager::load_plugins): New parameter.
5089 (Plugin_manager::claim_file): New parameter.
5090 (Plugin_manager::get_elf_object): New function.
5091 (Plugin_manager::in_claim_file_handler): New function.
5092 (Plugin_manager::in_claim_file_handler_): New member.
5093 (layout): New function.
5094 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
5095 handler with an extra parameter. Make the elf object before calling
5096 claim_file handler.
5097 * testsuite/plugin_test.c (get_section_count): New function pointer.
5098 (get_section_type): New function pointer.
5099 (get_section_name): New function pointer.
5100 (get_section_contents): New function pointer.
5101 (update_section_order): New function pointer.
5102 (allow_section_ordering): New function pointer.
5103 (onload): Check if the new interfaces exist.
5104
9446efde
ILT
51052011-07-13 Ian Lance Taylor <iant@google.com>
5106
5107 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
5108 relro section.
5109 * x86_64.cc (Target_x86_64::got_section): Likewise.
5110 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
5111 (relro_now_test_SOURCES): New variable.
5112 (relro_now_test_DEPENDENCIES): New variable.
5113 (relro_now_test_LDFLAGS): New variable.
5114 (relro_now_test_LDADD): New variable.
5115 (relro_now_test.so): New target.
5116 * testsuite/Makefile.in: Rebuild.
5117
07aa62f2
ILT
51182011-07-12 Ian Lance Taylor <iant@google.com>
5119
5120 PR gold/12980
5121 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
5122 GLOB_DAT relocation rather than a RELATIVE relocation for a
5123 protected symbol when creating a shared library.
5124 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
5125 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
5126 * testsuite/protected_main_1.cc (main): Test that protected
5127 function has same address.
5128
e2153196
ILT
51292011-07-11 Ian Lance Taylor <iant@google.com>
5130
5131 PR gold/12979
5132 * options.h (class General_options): Add -Bgroup.
5133 * options.cc (General_options::finalize): If -Bgroup is set,
5134 default to --unresolved-symbols=report-all.
5135 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
5136 * target-reloc.h (issue_undefined_symbol_error): Handle
5137 --unresolved-symbols=report-all.
5138
6daf5215
ILT
51392011-07-08 Ian Lance Taylor <iant@google.com>
5140
5141 PR gold/11985
5142 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
5143 if linker script discards key sections.
5144 (Layout::create_dynamic_symtab): Likewise.
5145 (Layout::assign_local_dynsym_offsets): Likewise.
5146 (Layout::sized_create_version_sections): Likewise.
5147 (Layout::create_interp): Likewise.
5148 (Layout::finish_dynamic_section): Likewise.
5149 (Layout::set_dynamic_symbol_size): Likewise.
5150
beabb2c6
ILT
51512011-07-08 Ian Lance Taylor <iant@google.com>
5152
5153 PR gold/12386
5154 * options.h (class General_options): Add --unresolved-symbols.
5155 * target-reloc.h (issue_undefined_symbol_error): Check
5156 --unresolved-symbols. Add comments.
5157
9c16daf1
ILT
51582011-07-08 Ian Lance Taylor <iant@google.com>
5159
5160 * testsuite/odr_violation2.cc (Ordering::operator()): Make
5161 expression more complex.
5162
191f1a2d
ILT
51632011-07-08 Ian Lance Taylor <iant@google.com>
5164
5165 PR gold/11317
5166 * target-reloc.h (issue_undefined_symbol_error): New inline
5167 function, broken out of relocate_section.
5168 (relocate_section): Call issue_undefined_symbol_error.
5169 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5170 there is no TLS segment if we are about to issue an undefined
5171 symbol error.
5172 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5173
62855347
ILT
51742011-07-08 Ian Lance Taylor <iant@google.com>
5175
5176 PR gold/12279
5177 * resolve.cc (Symbol_table::should_override): Add fromtype
5178 parameter. Change all callers. Give error when linking together
5179 TLS and non-TLS symbol.
5180 (Symbol_table::should_override_with_special): Add fromtype
5181 parameter. Change all callers.
5182 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5183 there is no TLS segment if we have reported some errors.
5184 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5185
67181c72
ILT
51862011-07-08 Ian Lance Taylor <iant@google.com>
5187
5188 PR gold/12372
5189 * target.h (Target::plt_address_for_global): New function.
5190 (Target::plt_address_for_local): New function.
5191 (Target::plt_section_for_global): Remove.
5192 (Target::plt_section_for_local): Remove.
5193 (Target::do_plt_address_for_global): New virtual function.
5194 (Target::do_plt_address_for_local): New virtual function.
5195 (Target::do_plt_section_for_global): Remove.
5196 (Target::do_plt_section_for_local): Remove.
5197 (Target::register_global_plt_entry): Add Symbol_table and Layout
5198 parameters.
5199 * output.cc (Output_data_got::Got_entry::write): Use
5200 plt_address_for_global and plt_address_for_local.
5201 * layout.cc (Layout::add_target_dynamic_tags): Use size and
5202 address of output section.
5203 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
5204 got_irelative_, and irelative_count_ fields. Update
5205 declarations.
5206 (Output_data_plt_i386::has_irelative_section): New function.
5207 (Output_data_plt_i386::entry_count): Add irelative_count_.
5208 (Output_data_plt_i386::set_final_data_size): Likewise.
5209 (class Target_i386): Add got_irelative_ and rel_irelative_
5210 fields. Update declarations.
5211 (Target_i386::Target_i386): Initialize new fields.
5212 (Target_i386::do_plt_address_for_global): New function replacing
5213 do_plt_section_for_global.
5214 (Target_i386::do_plt_address_for_local): New function replacing
5215 do_plt_section_for_local.
5216 (Target_i386::got_section): Create got_irelative_.
5217 (Target_i386::rel_irelative_section): New function.
5218 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
5219 fields. Don't define __rel_iplt_{start,end}.
5220 (Output_data_plt_i386::add_entry): Add symtab and layout
5221 parameters. Change all callers. Use different PLT and GOT for
5222 IFUNC symbols.
5223 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
5224 layout parameters. Change all callers. Use different PLT and
5225 GOT.
5226 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
5227 (Output_data_plt_i386::rel_irelative): New function.
5228 (Output_data_plt_i386::address_for_global): New function.
5229 (Output_data_plt_i386::address_for_local): New function.
5230 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
5231 IRELATIVE GOT when changing IFUNC GOT entries.
5232 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
5233 reloc.
5234 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
5235 if we didn't create an IRELATIVE GOT.
5236 (Target_i386::Relocate::relocate): Use plt_address_for_global and
5237 plt_address_for_local.
5238 (Target_i386::do_dynsym_value): Use plt_address_for_global.
5239 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
5240 got_irelative_, and irelative_count_ fields. Update
5241 declarations.
5242 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
5243 Initialize new fields. Remove symtab parameter. Change all
5244 callers.
5245 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
5246 irelative_count_.
5247 (Output_data_plt_x86_64::has_irelative_section): New function.
5248 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
5249 (class Target_x86_64): Add got_irelative_ and rel_irelative_
5250 fields. Update declarations.
5251 (Target_x86_64::Target_x86_64): Initialize new fields.
5252 (Target_x86_64::do_plt_address_for_global): New function replacing
5253 do_plt_section_for_global.
5254 (Target_x86_64::do_plt_address_for_local): New function replacing
5255 do_plt_section_for_local.
5256 (Target_x86_64::got_section): Create got_irelative_.
5257 (Target_x86_64::rela_irelative_section): New function.
5258 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
5259 all callers. Don't create __rel_iplt_{start,end}.
5260 (Output_data_plt_x86_64::add_entry): Add symtab and layout
5261 parameters. Change all callers. Use different PLT and GOT for
5262 IFUNC symbols.
5263 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
5264 layout parameters. Change all callers. Use different PLT and
5265 GOT.
5266 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
5267 parameters. Change all callers. Use different PLT and GOT for
5268 IFUNC symbols.
5269 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
5270 (Output_data_plt_x86_64::rela_irelative): New function.
5271 (Output_data_plt_x86_64::address_for_global): New function.
5272 (Output_data_plt_x86_64::address_for_local): New function.
5273 (Output_data_plt_x86_64::set_final_data_size): Likewise.
5274 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
5275 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
5276 (Target_x86_64::register_global_plt_entry): Add symtab and layout
5277 parameters.
5278 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
5279 reloc.
5280 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
5281 symbols if we didn't create an IRELATIVE GOT.
5282 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
5283 plt_address_for_local.
5284 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
5285 * testsuite/ifuncvar1.c: New test file.
5286 * testsuite/ifuncvar2.c: New test file.
5287 * testsuite/ifuncvar3.c: New test file.
5288 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
5289 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
5290 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
5291 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
5292 * testsuite/Makefile.in: Rebuild.
5293
33c15b45
CC
52942011-07-07 Cary Coutant <ccoutant@google.com>
5295
5296 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
5297 (two_file_test_1_ndebug.o): Likewise.
5298 (two_file_test_1b_ndebug.o): Likewise.
5299 (two_file_test_2_ndebug.o): Likewise.
5300 (two_file_test_main_ndebug.o): Likewise.
5301 (incremental_test_2): Link with no-debug versions.
5302
f48b5fb7
CC
53032011-07-06 Cary Coutant <ccoutant@google.com>
5304
5305 * gold/incremental.cc
5306 (Output_section_incremental_inputs::write_info_blocks): Check for
5307 hidden and internal symbols.
5308
221597a5
CC
53092011-07-06 Cary Coutant <ccoutant@google.com>
5310
5311 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
5312 Check disposition for startup file.
5313 (Incremental_inputs::report_command_line): Ignore
5314 --incremental-startup-unchanged option.
5315 * options.cc (General_options::parse_incremental_startup_unchanged):
5316 New function.
5317 (General_options::General_options): Initialize new data member.
5318 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
5319 (General_options): Add --incremental-startup-unchanged option.
5320 (General_options::incremental_startup_disposition): New function.
5321 (General_options::incremental_startup_disposition_): New data member.
5322
e24719f6
CC
53232011-07-06 Cary Coutant <ccoutant@google.com>
5324
5325 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
5326 input file index to Script_info ctor.
5327 (Sized_incremental_binary::do_file_has_changed): Find the
5328 command-line argument for files named in scripts.
5329 * incremental.h (Script_info::Script_info): New ctor
5330 with input file index.
5331 (Script_info::input_file_index): New function.
5332 (Script_info::input_file_index_): New data member.
5333 (Incremental_binary::get_library): Add const.
5334 (Incremental_binary::get_script_info): Add const.
5335 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
5336 * testsuite/Makefile.am (incremental_test_5): New test case.
5337 (incremental_test_6): New test case.
5338 * testsuite/Makefile.in: Regenerate.
5339
8f7c81e8
CC
53402011-07-06 Cary Coutant <ccoutant@google.com>
5341
5342 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
5343 debug output when command lines differ.
5344
9fbd3822
CC
53452011-07-06 Cary Coutant <ccoutant@google.com>
5346
5347 * incremental.cc (Incremental_inputs::report_command_line): Ignore
5348 --incremental-patch option.
5349 * layout.cc (Free_list::allocate): Extend allocation beyond original
5350 end if enabled.
5351 (Layout::make_output_section): Mark sections that should get
5352 patch space.
5353 * options.cc (parse_percent): New function.
5354 * options.h (parse_percent): New function.
5355 (DEFINE_percent): New macro.
5356 (General_options): Add --incremental-patch option.
5357 * output.cc (Output_section::Output_section): Initialize new data
5358 members.
5359 (Output_section::add_input_section): Print section name when out
5360 of patch space.
5361 (Output_section::add_output_section_data): Likewise.
5362 (Output_section::set_final_data_size): Add patch space when
5363 doing --incremental-full.
5364 (Output_section::do_reset_address_and_file_offset): Remove patch
5365 space.
5366 (Output_segment::set_section_list_addresses): Print debug output
5367 only if --incremental-update.
5368 * output.h (Output_section::set_is_patch_space_allowed): New function.
5369 (Output_section::is_patch_space_allowed_): New data member.
5370 (Output_section::patch_space_): New data member.
5371 * parameters.cc (Parameters::incremental_full): New function.
5372 * parameters.h (Parameters::incremental_full): New function
5373 * testsuite/Makefile.am (incremental_test_2): Add test for
5374 --incremental-patch option.
5375 * testsuite/Makefile.in: Regenerate.
5376 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
5377 (t18): Remove function body.
5378
f6cccc2c
DK
53792011-07-05 Doug Kwan <dougkwan@google.com>
5380
5381 PR gold/12771
5382 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
5383 Arm_Address type for relocation result.
5384 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
5385 overflow check.
5386 (Arm_relocate_functions::abs32): Use unaligned access.
5387 (Arm_relocate_functions::rel32): Ditto.
5388 (Arm_relocate_functions::prel31): Ditto.
5389 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
5390 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
5391 static data relocations.
5392 * testsuite/Makefile.in: Regnerate.
5393 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
5394
28a13fec
ILT
53952011-07-05 Ian Lance Taylor <iant@google.com>
5396
5397 PR gold/12392
5398 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
5399 symbols if necessary.
5400 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
5401
24d47b34
ILT
54022011-07-05 Ian Lance Taylor <iant@google.com>
5403
5404 PR gold/12952
5405 * resolve.cc (Symbol::override_base_with_special): Simply override
5406 version with special symbol version, ignoring previous version.
5407
41f9cbbe
ILT
54082011-07-05 Ian Lance Taylor <iant@google.com>
5409
5410 * object.cc (Sized_relobj_file::include_section_group): Add
5411 information to comment about signature location.
5412
886288f1
ILT
54132011-07-02 Ian Lance Taylor <iant@google.com>
5414
5415 PR gold/12957
5416 * options.h (class General_options): Add -f and -F.
5417 * options.cc (General_options::finalize): Fatal error if -f/-F
5418 are used without -shared.
5419 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
5420
ae3a6d4f
ILT
54212011-07-02 Ian Lance Taylor <iant@google.com>
5422
5423 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
5424
21131061
ILT
54252011-07-01 Ian Lance Taylor <iant@google.com>
5426
5427 PR gold/12525
5428 PR gold/12952
5429 * resolve.cc (Symbol::override_base_with_special): Don't override
5430 the version if the overriding symbol has a different name.
5431 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
5432 all callers. If we give an error about an undefined version,
5433 define the base version if necessary.
5434 * dynobj.h (class Versions): Update declaration.
5435 * testsuite/weak_alias_test_5.cc: New file.
5436 * testsuite/weak_alias_test.script: New file.
5437 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
5438 and versioned_alias have the right value, and call t2.
5439 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
5440 weak_alias_test_5.so.
5441 (weak_alias_test_LDADD): Likewise.
5442 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
5443 * testsuite/Makefile.in: Rebuild.
5444
611062c0
ILT
54452011-07-01 Ian Lance Taylor <iant@google.com>
5446
5447 PR gold/12525
5448 * options.h (class General_options): Support -z notext.
5449 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
5450 -Wl,-z,notext.
5451 (two_file_shared_nonpic.so): Likewise.
5452 (two_file_shared_mixed.so): Likewise.
5453 (two_file_shared_mixed_1.so): Likewise.
5454 (weak_undef_lib_nonpic.so): Likewise.
5455 (alt/weak_undef_lib_nonpic.so): Likewise.
5456 (tls_test_shared_nonpic.so): Likewise.
5457 * testsuite/Makefile.in: Rebuild.
5458
328c7c2f
ILT
54592011-07-01 Ian Lance Taylor <iant@google.com>
5460
5461 PR gold/12525
5462 * configure.ac: Test whether static linking works, setting
5463 the automake conditional HAVE_STATIC.
5464 * testsuite/Makefile.am: Disable tests using -static if
5465 HAVE_STATIC is not true.
5466 * configure, testsuite/Makefile.in: Rebuild.
5467
02d7cd44
ILT
54682011-07-01 Ian Lance Taylor <iant@google.com>
5469
5470 PR gold/12525
5471 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
5472 Assert if we see DW_EH_PE_indirect.
5473 * target.h (Target::ehframe_datarel_base): New function.
5474 (Target::do_ehframe_datarel_base): New target function.
5475 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
5476 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
5477 function.
5478
07a60597
ILT
54792011-07-01 Ian Lance Taylor <iant@google.com>
5480
5481 PR gold/12571
5482 * options.h (class General_options): Add
5483 --ld-generated-unwind-info.
5484 * ehframe.cc (Fde::write): Add address parameter. Change all
5485 callers. If associated with PLT, fill in address and size.
5486 (Cie::set_output_offset): Only add merge mapping if there is an
5487 object.
5488 (Cie::write): Add address parameter. Change all callers.
5489 (Eh_frame::add_ehframe_for_plt): New function.
5490 * ehframe.h (class Fde): Update declarations. Move shndx_ and
5491 input_offset_ fields into union u_, with new plt field.
5492 (Fde::Fde): Adjust for new union field.
5493 (Fde::Fde) [Output_data version]: New constructor.
5494 (Fde::add_mapping): Only add merge mapping if there is an object.
5495 (class Cie): Update declarations.
5496 (class Eh_frame): Declare add_ehframe_for_plt.
5497 * layout.cc (Layout::layout_eh_frame): Break out code into
5498 make_eh_frame_section, and call it.
5499 (Layout::make_eh_frame_section): New function.
5500 (Layout::add_eh_frame_for_plt): New function.
5501 * layout.h (class Layout): Update declarations.
5502 * merge.cc (Merge_map::add_mapping): Add assertion.
5503 * i386.cc: Include "dwarf.h".
5504 (class Output_data_plt_i386): Make first_plt_entry,
5505 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
5506 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
5507 and plt_eh_frame_fde.
5508 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
5509 boundary. Call add_eh_frame_for_plt if appropriate.
5510 * x86_64.cc: Include "dwarf.h".
5511 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
5512 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
5513 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
5514 and plt_eh_frame_fde.
5515 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
5516 appropriate.
5517
14788a3f
ILT
55182011-06-29 Ian Lance Taylor <iant@google.com>
5519
5520 PR gold/12629
5521 * object.cc (Sized_relobj_file::layout_section): Change shdr
5522 parameter to be const.
5523 (Sized_relobj_file::layout_eh_frame_section): New function, broken
5524 out of do_layout.
5525 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
5526 appropriate. Call layout_eh_frame_section.
5527 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
5528 sections.
5529 * object.h (class Sized_relobj_file): Update declarations.
5530
6c21fce1
ILT
55312011-06-29 Ian Lance Taylor <iant@google.com>
5532
37e41b03 5533 PR gold/12652
6c21fce1
ILT
5534 * script.cc (Token::integer_value): Accept trailing M/m/K/k
5535 modifier.
5536 (Lex::gather_token): Accept trailing M/m/K/k for integers.
5537
4d5e4e62
ILT
55382011-06-29 Ian Lance Taylor <iant@google.com>
5539
5540 PR gold/12675
5541 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
5542 SHT_X86_64_UNWIND.
5543 * layout.cc (Layout::layout_eh_frame): Likewise.
5544
886f533a
ILT
55452011-06-29 Ian Lance Taylor <iant@google.com>
5546
5547 PR gold/12695
5548 * layout.cc (Layout::symtab_section_shndx): New function.
5549 * layout.h (class Layout): Declare symtab_section_shndx.
5550 * output.cc (Output_section::write_header): Call it.
5551
f3ae1b28
ILT
55522011-06-29 Ian Lance Taylor <iant@google.com>
5553
5554 PR gold/12818
5555 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
5556 symbols which are not used in a relocation.
5557
aecf301f
ILT
55582011-06-28 Ian Lance Taylor <iant@google.com>
5559
5560 PR gold/12898
5561 * layout.cc (Layout::segment_precedes): Don't crash if a linker
5562 script create indistinguishable segments.
5563 (Layout::set_segment_offsets): Use stable_sort when sorting
5564 segments. Pass this to Compare_segments constructor.
5565 * layout.h (class Layout): Make segment_precedes non-static.
5566 (class Compare_segments): Change from struct to class. Add
5567 layout_ field. Add constructor.
5568 * script-sections.cc
5569 (Script_sections::attach_sections_using_phdrs_clause): Rename
5570 local orphan to is_orphan. Don't report failure to put empty
5571 section in segment. On attachment failure, report name of
5572 section, and attach to first PT_LOAD segment.
5573
03ef7571
ILT
55742011-06-28 Ian Lance Taylor <iant@google.com>
5575
5576 PR gold/12934
5577 * target-select.cc (Target_selector::Target_selector): Add
5578 emulation parameter. Change all callers.
5579 (select_target_by_bfd_name): Rename from select_target_by_name.
5580 Change all callers.
5581 (select_target_by_emulation): New function.
5582 (supported_emulation_names): New function.
5583 * target-select.h (class Target_selector): Add emulation_ field.
5584 Update declarations.
5585 (Target_selector::recognize_by_bfd_name): Rename from
5586 recognize_by_name. Change all callers.
5587 (Target_selector::supported_bfd_names): Rename from
5588 supported_names. Change all callers.
5589 (Target_selector::recognize_by_emulation): New function.
5590 (Target_selector::supported_emulations): New function.
5591 (Target_selector::emulation): New function.
5592 (Target_selector::do_recognize_by_bfd_name): Rename from
5593 do_recognize_by_name. Change all callers.
5594 (Target_selector::do_supported_bfd_names): Rename from
5595 do_supported_names. Change all callers.
5596 (Target_selector::do_recognize_by_emulation): New function.
5597 (Target_selector::do_supported_emulations): New function.
5598 (select_target_by_bfd_name): Change name in declaration.
5599 (select_target_by_emulation): Declare.
5600 (supported_emulation_names): Declare.
5601 * parameters.cc (parameters_force_valid_target): Try to find
5602 target based on emulation from -m option.
5603 * options.h (class General_options): Change doc string for -m.
5604 * options.cc (help): Print emulations.
5605 (General_options::parse_V): Likewise.
5606 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
5607 Add emulation parameter. Change all callers.
5608
200b2bb9
ILT
56092011-06-28 Ian Lance Taylor <iant@google.com>
5610
5611 * target.h (class Target): Add osabi_ field.
5612 (Target::osabi): New function.
5613 (Target::set_osabi): New function.
5614 (Target::Target): Initialize osabi_.
5615 (Target::do_adjust_elf_header): Make pure virtual.
5616 (Sized_target::do_adjust_elf_header): Declare.
5617 * target.cc (Sized_target::do_adjust_elf_header): New function.
5618 (class Sized_target): Instantiate all versions.
5619 * freebsd.h (class Target_freebsd): Remove.
5620 (Target_selector_freebsd::do_recognize): Call set_osabi on
5621 Target.
5622 (Target_selector_freebsd::do_recognize_by_name): Likewise.
5623 (Target_selector_freebsd::set_osabi): Remove.
5624 * i386.cc (class Target_i386): Inherit from Sized_target rather
5625 than Target_freebsd.
5626 * x86_64.cc (class Target_x86_64): Likewise.
5627
b3ce541e
ILT
56282011-06-28 Ian Lance Taylor <iant@google.com>
5629
5630 * target.h (Target::can_check_for_function_pointers): Rewrite.
5631 Make non-virtual.
5632 (Target::can_icf_inline_merge_sections): Likewise.
5633 (Target::section_may_have_icf_unsafe_poineters): Likewise.
5634 (Target::Target_info): Add can_icf_inline_merge_sections field.
5635 (Target::do_can_check_for_function_pointers): New virtual
5636 function.
5637 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
5638 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
5639 from can_check_for_function_pointers, move in file.
5640 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
5641 section_may_have_icf_unsafe_poineters, move in file.
5642 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
5643 * i386.cc (Target_i386::do_can_check_for_function_pointers):
5644 Rename from can_check_for_function_pointers, move in file.
5645 (Target_i386::can_icf_inline_merge_sections): Remove.
5646 (Target_i386::i386_info): Initialize
5647 can_icf_inline_merge_sections.
5648 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
5649 Initialize can_icf_inline_merge_sections.
5650 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
5651 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
5652 Rename from can_check_for_function_pointers, move in file.
5653 (Target_x86_64::can_icf_inline_merge_sections): Remove.
5654 (Target_x86_64::x86_64_info): Initialize
5655 can_icf_inline_merge_sections.
5656 * testsuite/testfile.cc (Target_test::test_target_info):
5657 Likewise.
5658 * icf.cc (get_section_contents): Correct formatting.
5659
6d1c4efb
ILT
56602011-06-27 Ian Lance Taylor <iant@google.com>
5661
5662 * symtab.cc (Symbol::versioned_name): New function.
5663 (Symbol_table::add_to_final_symtab): Use versioned_name when
5664 appropriate.
5665 (Symbol_table::sized_write_symbol): Likewise.
5666 * symtab.h (class Symbol): Declare versioned_name.
5667 * stringpool.h (class Stringpool_template): Add variant of add
5668 which takes a std::basic_string.
5669 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
5670 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
5671 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
5672 (ver_test_12.o): New target.
5673 * testsuite/Makefile.in: Rebuild.
5674
57eb9b50
DK
56752011-06-27 Doug Kwan <dougkwan@google.com>
5676
5677 * arm.cc (Arm_relocate_functions::thm_jump8,
5678 Arm_relocate_functions::thm_jump11): Use a wider signed
5679 type to compute offset.
5680 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
5681 arm_thm_jump8.
5682 * testsuite/Makefile.in: Regenerate.
5683 * testsuite/arm_branch_in_range.sh: Check test results of
5684 arm_thm_jump11 and arm_thm_jump8.
5685 * testsuite/arm_thm_jump11.s: New test source file.
5686 * testsuite/arm_thm_jump11.t: New linker script.
5687 * testsuite/arm_thm_jump8.s: New test source file.
5688 * testsuite/arm_thm_jump8.t: New linker script.
5689
487b39df
ILT
56902011-06-24 Ian Lance Taylor <iant@google.com>
5691
5692 * layout.cc: Include "object.h".
5693 (ctors_sections_in_init_array): New static variable.
5694 (Layout::is_ctors_in_init_array): New function.
5695 (Layout::layout): Add entry to ctors_sections_in_init_array if
5696 appropriate.
5697 * layout.h (class Layout): Declare is_ctors_in_init_array.
5698 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
5699 is_ctors_reverse_view is set.
5700 (Sized_relobj_file::write_sections): Add layout parameter. Change
5701 all callers. Set is_ctors_reverse_view field of View_size.
5702 (Sized_relobj_file::reverse_words): New function.
5703 * object.h (Sized_relobj_file::View_size): Add
5704 is_ctors_reverse_view field.
5705 (class Sized_relobj_file): Update declarations.
5706 * testsuite/initpri3.c: New test.
5707 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
5708 initpri3b.
5709 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
5710 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
5711 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
5712 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
5713 * testsuite/Makefile.in: Rebuild.
5714
472076e4
CC
57152011-06-24 Cary Coutant <ccoutant@google.com>
5716
5717 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
5718 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
5719 (debug_msg_cdebug.err): New targets.
5720 * testsuite/Makefile.in: Regenerate.
5721 * testsuite/debug_msg.sh: Check output of link with compressed debug.
5722 Fix checks for link with shared library.
5723
a60af0db
DK
57242011-06-24 Doug Kwan <dougkwan@google.com>
5725
5726 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
5727 skip empty text sections.
5728 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
5729
5393d741
ILT
57302011-06-22 Ian Lance Taylor <iant@google.com>
5731
5732 PR gold/12910
5733 * options.h (class General_options): Add --ctors-in-init-array.
5734 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
5735 friends as SHT_PROGBITS for merging sections.
5736 (Layout::layout): Remove special handling of .init_array and
5737 friends. Don't sort if doing relocatable link. Sort for .ctors
5738 and .dtors if ctors_in_init_array.
5739 (Layout::make_output_section): Force correct section types for
5740 .init_array and friends. Don't sort if doing relocatable link,
5741 Don't sort .ctors and .dtors if ctors_in_init_array.
5742 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
5743 (Layout::output_section_name): Add relobj parameter. Change all
5744 callers. Handle .ctors. and .dtors. in code rather than table.
5745 Handle .ctors and .dtors if ctors_in_init_array.
5746 (Layout::match_file_name): New function, moved from output.cc.
5747 * layout.h (class Layout): Update declarations.
5748 * output.cc: Include "layout.h".
5749 (Input_section_sort_entry::get_priority): New function.
5750 (Input_section_sort_entry::match_file_name): Just call
5751 Layout::match_file_name.
5752 (Output_section::Input_section_sort_init_fini_compare::operator()):
5753 Handle .ctors and .dtors. Sort by explicit priority rather than
5754 by name.
5755 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
5756 * testsuite/initpri2.c: New test.
5757 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
5758 (check_PROGRAMS): Add initpri2.
5759 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
5760 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
5761 * configure, testsuite/Makefile.in: Rebuild.
5762
e1f74f98
ILT
57632011-06-19 Ian Lance Taylor <iant@google.com>
5764
5765 PR gold/12880
5766 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
5767 .interp section to a PT_INTERP segment even if we have seen a
5768 --dynamic-linker option. Don't do it if we have seen a PHDRS
5769 clause in a linker script.
5770 (Layout::finalize): Don't create a .interp section if we've
5771 already create a PT_INTERP segment.
5772 (Layout::create_interp): Always call choose_output_section (revert
5773 patch of 2011-06-17). Don't create PT_INTERP segment.
5774 * script-sections.cc
5775 (Script_sections::create_note_and_tls_segments): Add a .interp
5776 section to a PT_INTERP segment even if we have seen a
5777 --dynamic-linker option.
5778
766f91bb
ILT
57792011-06-18 Ian Lance Taylor <iant@google.com>
5780
5781 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
5782 merely because a non-PT_LOAD segment has a dynamic reloc.
5783
0d212c3a
ILT
57842011-06-18 Ian Lance Taylor <iant@google.com>
5785
5786 * layout.cc (Layout::finish_dynamic_section): Don't create
5787 DT_FLAGS entry if not needed.
5788
911a5072
ILT
57892011-06-18 Ian Lance Taylor <iant@google.com>
5790
5791 PR gold/12745
5792 * layout.cc (Layout::layout_eh_frame): Correct handling of
5793 writable .eh_frame section.
5794
534b4e5f
ILT
57952011-06-17 Ian Lance Taylor <iant@google.com>
5796
5797 PR gold/12893
5798 * resolve.cc (Symbol_table::resolve): Don't give an error if a
5799 symbol is redefined with the exact same object and value.
5800
10b4f102
ILT
58012011-06-17 Ian Lance Taylor <iant@google.com>
5802
5803 PR gold/12880
5804 * layout.h (class Layout): Add interp_segment_ field.
5805 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
5806 (Layout::attach_allocated_section_to_segment): If making shared
5807 library, put .interp section in PT_INTERP segment.
5808 (Layout::finalize): Also call create_interp if -dynamic-linker
5809 option was used.
5810 (Layout::create_interp): Assert that there is no PT_INTERP
5811 segment. If not using a SECTIONS clause, use make_output_section.
5812 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
5813 * script-sections.cc
5814 (Script_sections::create_note_and_tls_segments): If making shared
5815 library, put .interp section in PT_INTERP segment.
5816
a29b0dad
ILT
58172011-06-17 Ian Lance Taylor <iant@google.com>
5818
e588ea8d
ILT
5819 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
5820 when making a shared library.
5821
58222011-06-17 Ian Lance Taylor <iant@google.com>
5823
5824 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
5825 parameter. Change all callers. Don't issue warning about PC32
5826 against locally defined symbol.
a29b0dad 5827
9d3b0698
ILT
58282011-06-16 Ian Lance Taylor <iant@google.com>
5829
5830 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
5831 occurs in same object.
5832
85b0f90c
AM
58332011-06-14 Alan Modra <amodra@gmail.com>
5834
5835 * po/POTFILES.in: Regenerate.
5836
a94907d9
ILT
58372011-06-09 Ian Lance Taylor <iant@google.com>
5838
5839 * script-sections.cc
5840 (Orphan_output_section::set_section_addresses): For a relocatable
5841 link set address to 0.
5842
4fb3a1c3
CC
58432011-06-09 Cary Coutant <ccoutant@google.com>
5844
5845 PR gold/12804
5846 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
5847 used with --compress-debug-sections.
5848 * gold/object.cc (Sized_relobj_file::do_layout): Report
5849 uncompressed size of compressed input sections.
5850
61220854
CC
58512011-06-08 Cary Coutant <ccoutant@google.com>
5852
5853 PR gold/12804
5854 * testsuite/two_file_test_2_v1.cc: Change initialization of
5855 v2 to keep it in .data.
5856
e6455dfb
CC
58572011-06-07 Cary Coutant <ccoutant@google.com>
5858
5859 * common.cc (Symbol_table::do_allocate_commons_list): Call
5860 gold_fallback.
5861 * errors.cc (Errors::fatal): Adjust call to gold_exit.
5862 (Errors::fallback): New function.
5863 (gold_fallback): New function.
5864 * errors.h (Errors::fallback): New function.
5865 * gold.cc (gold_exit): Change status parameter to enum; adjust
5866 all callers.
5867 (queue_initial_tasks): Call gold_fallback.
5868 * gold.h: Include cstdlib.
5869 (Exit_status): New enum type.
5870 (gold_exit): Change status parameter to enum.
5871 (gold_fallback): New function.
5872 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
5873 (Layout::create_symtab_sections): Likewise.
5874 (Layout::create_shdrs): Likewise.
5875 * main.cc (main): Adjust call to gold_exit.
5876 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
5877 (Output_data_got::add_got_entry_pair): Likewise.
5878 (Output_section::add_input_section): Likewise.
5879 (Output_section::add_output_section_data): Likewise.
5880 (Output_segment::set_section_list_addresses): Likewise.
5881 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
5882
fb0e076f
CC
58832011-06-07 Cary Coutant <ccoutant@google.com>
5884
5885 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
5886 for incremental links.
5887 * output.cc (Output_segment::set_section_list_addresses): Remove
5888 FIXME and test for TLS or BSS.
5889
a5ee4d5d
CC
58902011-06-07 Cary Coutant <ccoutant@google.com>
5891
5892 * testsuite/Makefile.am: Add incremental_copy_test,
5893 incremental_common_test_1.
5894 * testsuite/Makefile.in: Regenerate.
5895 * testsuite/common_test_1_v1.c: New source file.
5896 * testsuite/common_test_1_v2.c: New source file.
5897 * testsuite/copy_test_v1.cc: New source file.
5898
5146f448
CC
58992011-06-07 Cary Coutant <ccoutant@google.com>
5900
5901 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
5902 update, allocate common from bss section's free list.
5903 * incremental-dump.cc (dump_incremental_inputs): Print flag for
5904 linker-defined symbols.
5905 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
5906 Skip GOT and PLT entries that are no longer referenced.
5907 (Output_section_incremental_inputs::write_info_blocks): Mark
5908 linker-defined symbols.
5909 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
5910 * output.cc (Output_section::allocate): New function.
5911 * output.h (Output_section::allocate): New function.
5912 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
5913 linker-defined symbols.
5914 (Symbol::override_base_with_special): Copy is_predefined_ flag.
5915 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
5916 (Symbol::init_base_output_data): Likewise.
5917 (Symbol::init_base_output_segment): Likewise.
5918 (Symbol::init_base_constant): Likewise.
5919 (Sized_symbol::init_output_data): Likewise.
5920 (Sized_symbol::init_output_segment): Likewise.
5921 (Sized_symbol::init_constant): Likewise.
5922 (Symbol_table::do_define_in_output_data): Likewise.
5923 (Symbol_table::do_define_in_output_segment): Likewise.
5924 (Symbol_table::do_define_as_constant): Likewise.
5925 * symtab.h (Symbol::is_predefined): New function.
5926 (Symbol::init_base_output_data): Add is_predefined parameter.
5927 (Symbol::init_base_output_segment): Likewise.
5928 (Symbol::init_base_constant): Likewise.
5929 (Symbol::is_predefined_): New data member.
5930 (Sized_symbol::init_output_data): Add is_predefined parameter.
5931 (Sized_symbol::init_output_segment): Likewise.
5932 (Sized_symbol::init_constant): Likewise.
5933 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
5934
26d3c67d
CC
59352011-06-07 Cary Coutant <ccoutant@google.com>
5936
5937 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
5938 instead of emit_copy_reloc.
5939 (Copy_relocs::emit_copy_reloc): Refactor.
5940 (Copy_relocs::make_copy_reloc): New function.
5941 (Copy_relocs::add_copy_reloc): Remove.
5942 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
5943 section.
5944 (Copy_relocs::make_copy_reloc): New function.
5945 (Copy_relocs::add_copy_reloc): Remove.
5946 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
5947 unchanged input files.
5948 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
5949 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
5950 Reserve BSS space for COPY relocations.
5951 (Sized_incremental_binary::do_emit_copy_relocs): New function.
5952 (Output_section_incremental_inputs::write_info_blocks): Record
5953 whether a symbol is copied from a shared object.
5954 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
5955 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
5956 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
5957 (Incremental_input_entry_reader::get_output_symbol_index): Add
5958 is_copy parameter.
5959 (Incremental_binary::emit_copy_relocs): New function.
5960 (Incremental_binary::do_emit_copy_relocs): New function.
5961 (Sized_incremental_binary::Sized_incremental_binary): Initialize
5962 new data member.
5963 (Sized_incremental_binary::add_copy_reloc): New function.
5964 (Sized_incremental_binary::do_emit_copy_relocs): New function.
5965 (Sized_incremental_binary::Copy_reloc): New struct.
5966 (Sized_incremental_binary::Copy_relocs): New typedef.
5967 (Sized_incremental_binary::copy_relocs_): New data member.
5968 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
5969 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
5970 * target.h (Sized_target::emit_copy_reloc): New function.
5971 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
5972
7cdb37d9
CC
59732011-06-02 Cary Coutant <ccoutant@google.com>
5974
5975 PR gold/12163
5976 * gold/archive.cc (Archive::Archive): Initialize new data member.
5977 (Archive::include_all_members): Return if archive has already been
5978 included.
5979 * gold/archive.h (Archive::include_all_members_): New data member.
5980
cc643b88
NC
59812011-06-02 Nick Clifton <nickc@redhat.com>
5982
5983 * dynobj.h: Fix spelling mistake in comment.
5984 * output.cc: Likewise.
5985
f62a3ca7 59862011-05-31 Doug Kwan <dougkwan@google.com>
2e702c99 5987 Asier Llano
f62a3ca7
DK
5988
5989 PR gold/12826
cc643b88 5990 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
f62a3ca7
DK
5991 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
5992 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
5993 redundant arm_exidx_test.so.
5994 * testsuite/Makefile.in: Regenerate.
5995 (check_SCRIPTS): Add pr12826.sh
5996 (check_DATA): Add pr12826.stdout
5997 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
5998 * testsuite/pr12826.sh: New file.
5999 * testsuite/pr12826_1.s: Ditto.
6000 * testsuite/pr12826_1.s: Ditto.
6001
8dbe1edc
ILT
60022011-05-30 Ian Lance Taylor <iant@google.com>
6003
6004 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
6005 sections.
6006
c49875be
ILT
60072011-05-29 Ian Lance Taylor <iant@google.com>
6008
6009 PR gold/12804
6010 * testsuite/Makefile.am: Use different file name for two_file_test
6011 temporary file for each incremental test.
6012 * testsuite/Makefile.in: Rebuild.
6013
69d53f7a
ILT
60142011-05-29 Ian Lance Taylor <iant@google.com>
6015
6016 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
6017 binary input file is empty.
6018
41d0ab5f
ILT
60192011-05-27 Ian Lance Taylor <iant@google.com>
6020
6021 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
6022 (ver_test_9.so): Likewise.
6023 * testsuite/Makefile.in: Rebuild.
6024
89d8a36b
CC
60252011-05-26 Cary Coutant <ccoutant@google.com>
6026
6027 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
6028 * incremental.cc (Incremental_inputs::report_input_section): Fix
6029 comment, indentation.
6030 (Incremental_inputs::report_comdat_group): New function.
6031 (Output_section_incremental_inputs::set_final_data_size): Adjust size
6032 of data for incremental input file entry.
6033 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
6034 group count, COMDAT group signatures.
6035 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
6036 an unchanged input file.
6037 * incremental.h (Incremental_object_entry::Incremental_object_entry):
6038 Initialize new data member.
6039 (Incremental_object_entry::add_comdat_group): New function.
6040 (Incremental_object_entry::get_comdat_group_count): New function.
6041 (Incremental_object_entry::get_comdat_signature_key): New function.
6042 (Incremental_object_entry::groups_): New data member.
6043 (Incremental_inputs::report_comdat_group): New function.
6044 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
6045 data for incremental input file entry.
6046 (Incremental_input_entry_reader::get_comdat_group_count): New function.
6047 (Incremental_input_entry_reader::get_input_section): Adjust size of
6048 data for incremental input file entry.
6049 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
6050 (Incremental_input_entry_reader::get_comdat_group_signature): New
6051 function.
6052 * object.cc (Sized_relobj::include_section_group): Report kept
6053 COMDAT groups for incremental links.
6054
1706a06f
ILT
60552011-05-24 David Meyer <pdox@google.com>
6056
6057 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
6058 with name parameter. Add found_name parameter.
6059 * fileread.cc (Input_file::find_file): Adjust code accordingly.
6060 * dirsearch.h (class Dirsearch): Update declaration.
6061
a10ae760
ILT
60622011-05-24 Ian Lance Taylor <iant@google.com>
6063
6064 * archive.cc (Library_base::should_include_member): Pull in object
6065 from archive if it defines the entry symbol.
6066 * parameters.cc (Parameters::entry): New function.
6067 * parameters.h (class Parameters): Declare entry.
6068 * output.h (class Output_file_header): Remove entry_ field.
6069 * output.cc (Output_file_header::Output_file_header): Remove entry
6070 parameter. Change all callers.
6071 (Output_file_header::entry): Use parameters->entry.
6072 * gold.cc (queue_middle_tasks): Likewise.
6073 * plugin.cc (Plugin_hook::run): Likewise.
6074
aa92d6ed
CC
60752011-05-24 Cary Coutant <ccoutant@google.com>
6076
6077 * gold.cc (queue_initial_tasks): Pass incremental base filename
6078 to Output_file::open_base_file; don't print error message.
6079 * incremental-dump.cc (main): Adjust call to
6080 Output_file::open_for_modification.
6081 * incremental-dump.cc (main): Likewise.
6082 * incremental.cc (Incremental_inputs::report_command_line):
6083 Ignore --incremental-base option when comparing command lines.
6084 Ignore parameter when given as separate argument.
6085 * options.h (class General_options): Add --incremental-base.
6086 * output.cc (Output_file::Output_file):
6087 (Output_file::open_base_file): Add base_name and writable parameters;
6088 read base file into new file; print error message here.
6089 (Output_file::map_no_anonymous): Add writable parameter; adjust all
6090 callers.
6091 * output.h (Output_file::open_for_modification): Rename to...
6092 (Output_file::open_base_file): ...this; add base_name and
6093 writable parameters; adjust all callers.
6094 (Output_file::map_no_anonymous): Add writable parameter; adjust all
6095 callers.
6096 * testsuite/Makefile.am (incremental_test_4): Test
6097 --incremental-base.
6098 * testsuite/Makefile.in: Regenerate.
6099
2eedd706
CC
61002011-05-24 Cary Coutant <ccoutant@google.com>
6101
6102 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
6103 incremental_test_4.
6104 * testsuite/Makefile.in: Regenerate.
6105 * testsuite/two_file_test_1_v1.cc: New test source file.
6106 * testsuite/two_file_test_1b_v1.cc: New test source file.
6107 * testsuite/two_file_test_2_v1.cc: New test source file.
6108
0f1c85a6
CC
61092011-05-24 Cary Coutant <ccoutant@google.com>
6110
6111 * dynobj.h (Dynobj::do_dynobj): New function.
6112 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
6113 flag and soname for shared objects.
6114 * incremental.cc (Incremental_inputs::report_object): Make
6115 either Incremental_object_entry or Incremental_dynobj_entry; add
6116 soname to string table.
6117 (Incremental_inputs::report_input_section): Add assertion.
6118 (Output_section_incremental_inputs::set_final_data_size): Adjust
6119 type of input file entry for shared libraries; adjust size of
6120 shared library info entry.
6121 (Output_section_incremental_inputs::write_input_files): Write
6122 as_needed flag for shared libraries.
6123 (Output_section_incremental_inputs::write_info_blocks): Adjust type
6124 of input file entry for shared libraries; write soname.
6125 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
6126 soname from incremental info.
6127 * incremental.h (enum Incremental_input_flags): Add
6128 INCREMENTAL_INPUT_AS_NEEDED.
6129 (Incremental_input_entry::Incremental_input_entry): Initialize new
6130 data member.
6131 (Incremental_input_entry::set_as_needed): New function.
6132 (Incremental_input_entry::as_needed): New function.
6133 (Incremental_input_entry::do_dynobj_entry): New function.
6134 (Incremental_input_entry::as_needed_): New data member.
6135 (Incremental_object_entry::Incremental_object_entry): Don't check
6136 for shared library.
6137 (Incremental_object_entry::do_type): Likewise.
6138 (class Incremental_dynobj_entry): New class.
6139 (Incremental_input_entry_reader::as_needed): New function.
6140 (Incremental_input_entry_reader::get_soname): New function.
6141 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
6142 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
6143 size of shared library info entry.
58797674 6144 * layout.cc (Layout::finish_dynamic_section): Don't test for
0f1c85a6
CC
6145 incremental link when adding DT_NEEDED entries.
6146 * object.h (Object::Object): Initialize new data member.
6147 (Object::dynobj): New function.
6148 (Object::set_as_needed): New function.
6149 (Object::as_needed): New function.
6150 (Object::do_dynobj): New function.
6151 (Object::as_needed_): New data member.
6152
6fa2a40b
CC
61532011-05-24 Cary Coutant <ccoutant@google.com>
6154
6155 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
6156 info; adjust display of GOT entries.
6157 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
6158 vector of input objects; remove file_status_.
6159 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
6160 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
6161 got_plt reader; call target hooks to reserve GOT entries.
6162 (Output_section_incremental_inputs::set_final_data_size): Adjust size
6163 of input file info header and GOT info entry.
6164 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
6165 relocation info.
6166 (Got_plt_view_info::got_descriptor): Remove.
6167 (Got_plt_view_info::sym_index): New data member.
6168 (Got_plt_view_info::input_index): New data member.
6169 (Local_got_offset_visitor::visit): Write input file index.
6170 (Global_got_offset_visitor::visit): Write 0 for input file index.
6171 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
6172 with sym_index and input_index.
6173 (Output_section_incremental_inputs::write_got_plt): Adjust size of
6174 incremental info GOT entry; replace got_descriptor with input_index.
6175 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
6176 map from input file index to object.
6177 (Sized_relobj_incr::do_layout): Replace direct data member reference
6178 with accessor function.
6179 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
6180 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
6181 Adjust size of input file info header.
6182 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
6183 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
6184 (Incremental_input_entry_reader::get_input_section): Adjust size of
6185 input file info header.
6186 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
6187 of incremental info GOT entry.
6188 (Incremental_got_plt_reader::get_got_desc): Remove.
6189 (Incremental_got_plt_reader::get_got_symndx): New function.
6190 (Incremental_got_plt_reader::get_got_input_index): New function.
6191 (Sized_incremental_binary::Sized_incremental_binary): Remove
6192 file_status_; add input_objects_.
6193 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
6194 (Sized_incremental_binary::set_file_is_unchanged): Remove.
6195 (Sized_incremental_binary::file_is_unchanged): Remove.
6196 (Sized_incremental_binary::set_input_object): New function.
6197 (Sized_incremental_binary::input_object): New function.
6198 (Sized_incremental_binary::file_status_): Remove.
6199 (Sized_incremental_binary::input_objects_): New data member.
6200 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
6201 references.
6202 (Sized_relobj_incr::invalid_address): Move to base class.
6203 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
6204 class.
6205 (Sized_relobj_incr::do_output_section_offset): Likewise.
6206 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
6207 (Sized_relobj_incr::section_offsets_): Likewise.
6208 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
6209 function.
6210 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
6211 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
6212 with accessor function.
6213 (Sized_relobj_file::do_layout): Likewise.
6214 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
6215 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
6216 (Sized_relobj_file::compute_final_local_value): Replace refs to
6217 section_offsets_ with accessor function.
6218 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
6219 * object.h (Relobj::Relobj): Initialize new data members.
6220 (Relobj::add_dyn_reloc): New function.
6221 (Relobj::first_dyn_reloc): New function.
6222 (Relobj::dyn_reloc_count): New function.
6223 (Relobj::first_dyn_reloc_): New data member.
6224 (Relobj::dyn_reloc_count_): New data member.
6225 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
6226 references.
6227 (Sized_relobj::Address): New typedef.
6228 (Sized_relobj::invalid_address): Move here from child class.
6229 (Sized_relobj::Sized_relobj): Initialize new data members.
6230 (Sized_relobj::sized_relobj): New function.
6231 (Sized_relobj::is_output_section_offset_invalid): Move here from
6232 child class.
6233 (Sized_relobj::get_output_section_offset): Likewise.
6234 (Sized_relobj::local_has_got_offset): Likewise.
6235 (Sized_relobj::local_got_offset): Likewise.
6236 (Sized_relobj::set_local_got_offset): Likewise.
6237 (Sized_relobj::do_for_all_local_got_entries): Likewise.
6238 (Sized_relobj::clear_got_offsets): New function.
6239 (Sized_relobj::section_offsets): Move here from child class.
6240 (Sized_relobj::do_output_section_offset): Likewise.
6241 (Sized_relobj::do_set_section_offset): Likewise.
6242 (Sized_relobj::Local_got_offsets): Likewise.
6243 (Sized_relobj::local_got_offsets_): Likewise.
6244 (Sized_relobj::section_offsets_): Likewise.
6245 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
6246 references.
6247 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
6248 class.
6249 (Sized_relobj_file::sized_relobj): New function
6250 (Sized_relobj_file::local_has_got_offset): Move to base class.
6251 (Sized_relobj_file::local_got_offset): Likewise.
6252 (Sized_relobj_file::set_local_got_offset): Likewise.
6253 (Sized_relobj_file::get_output_section_offset): Likewise.
6254 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
6255 (Sized_relobj_file::do_output_section_offset): Likewise.
6256 (Sized_relobj_file::do_set_section_offset): Likewise.
6257 (Sized_relobj_file::Local_got_offsets): Likewise.
6258 (Sized_relobj_file::local_got_offsets_): Likewise.
6259 (Sized_relobj_file::section_offsets_): Likewise.
6260 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
6261 (all constructors).
6262 (set_needs_dynsym_index): Convert relobj to derived class pointer.
6263 (Output_reloc::get_symbol_index): Likewise.
6264 (Output_reloc::local_section_offset): Likewise.
6265 (Output_reloc::get_address): Likewise.
6266 (Output_reloc::symbol_value): Likewise.
6267 (Output_data_got::reserve_slot): Move to class definition.
6268 (Output_data_got::reserve_local): New function.
6269 (Output_data_got::reserve_slot_for_global): Remove.
6270 (Output_data_got::reserve_global): New function.
6271 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
6272 (all constructors, two instantiations).
6273 (Output_reloc::get_relobj): New function (two instantiations).
6274 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
6275 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
6276 (Output_data_reloc::add_global): Adjust type of relobj.
6277 (Output_data_reloc::add_global_relative): Likewise.
6278 (Output_data_reloc::add_symbolless_global_addend): Likewise.
6279 (Output_data_reloc::add_local): Likewise.
6280 (Output_data_reloc::add_local_relative): Likewise.
6281 (Output_data_reloc::add_symbolless_local_addend): Likewise.
6282 (Output_data_reloc::add_local_section): Likewise.
6283 (Output_data_reloc::add_output_section): Likewise.
6284 (Output_data_reloc::add_absolute): Likewise.
6285 (Output_data_reloc::add_target_specific): Likewise.
6286 (Output_data_got::reserve_slot): Move definition here.
6287 (Output_data_got::reserve_local): New function.
6288 (Output_data_got::reserve_global): New function.
6289 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
6290 section_offsets_ with accessor function.
6291 (Sized_relobj_file::write_sections): Likewise.
6292 (Sized_relobj_file::do_relocate_sections): Likewise.
6293 * target.h (Sized_target::reserve_local_got_entry): New function.
6294 (Sized_target::reserve_global_got_entry): New function.
6295 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
6296 (Target_x86_64::reserve_global_got_entry): New function.
6297 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
6298
4829d394
CC
62992011-05-23 Cary Coutant <ccoutant@google.com>
6300
6301 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
6302 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
6303 bit when checking got_type.
6304 * incremental.cc (Sized_incremental_binary::setup_readers):
6305 Store symbol table and string table locations; initialize bit vector
6306 of file status flags.
6307 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
6308 unchanged files.
6309 (Sized_incremental_binary::do_process_got_plt): New function.
6310 (Sized_incremental_binary::get_symtab_view): Use stored locations.
6311 (Output_section_incremental_inputs::set_final_data_size): Record
6312 file index for each input file.
6313 (Output_section_incremental_inputs::write_got_plt): Store file index
6314 instead of input entry offset for each GOT entry.
6315 * incremental.h
6316 (Incremental_input_entry::Incremental_input_entry): Initialize new
6317 data member.
6318 (Incremental_input_entry::set_offset): Store file index.
6319 (Incremental_input_entry::get_file_index): New function.
6320 (Incremental_input_entry::file_index_): New data member.
6321 (Incremental_binary::process_got_plt): New function.
6322 (Incremental_binary::do_process_got_plt): New function.
6323 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
6324 data members.
6325 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
6326 (Sized_incremental_binary::set_file_is_unchanged): New function.
6327 (Sized_incremental_binary::file_is_unchanged): New function.
6328 (Sized_incremental_binary::do_process_got_plt): New function.
6329 (Sized_incremental_binary::file_status_): New data member.
6330 (Sized_incremental_binary::main_symtab_loc_): New data member.
6331 (Sized_incremental_binary::main_strtab_loc_): New data member.
6332 * output.cc (Output_data_got::Got_entry::write): Add case
6333 RESERVED_CODE.
6334 (Output_data_got::add_global): Call add_got_entry.
6335 (Output_data_got::add_global_plt): Likewise.
6336 (Output_data_got::add_global_with_rel): Likewise.
6337 (Output_data_got::add_global_with_rela): Likewise.
6338 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
6339 (Output_data_got::add_global_pair_with_rela): Likewise.
6340 (Output_data_got::add_local): Call add_got_entry.
6341 (Output_data_got::add_local_plt): Likewise.
6342 (Output_data_got::add_local_with_rel): Likewise.
6343 (Output_data_got::add_local_with_rela): Likewise.
6344 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
6345 (Output_data_got::add_local_pair_with_rela): Likewise.
6346 (Output_data_got::reserve_slot): New function.
6347 (Output_data_got::reserve_slot_for_global): New function.
6348 (Output_data_got::add_got_entry): New function.
6349 (Output_data_got::add_got_entry_pair): New function.
6350 (Output_section::add_output_section_data): Edit FIXME.
6351 * output.h
6352 (Output_section_data_build::Output_section_data_build): New
6353 constructor with size parameter.
6354 (Output_data_space::Output_data_space): Likewise.
6355 (Output_data_got::Output_data_got): Initialize new data member; new
6356 constructor with size parameter.
6357 (Output_data_got::add_constant): Call add_got_entry.
6358 (Output_data_got::reserve_slot): New function.
6359 (Output_data_got::reserve_slot_for_global): New function.
6360 (class Output_data_got::Got_entry): Add RESERVED_CODE.
6361 (Output_data_got::add_got_entry): New function.
6362 (Output_data_got::add_got_entry_pair): New function.
6363 (Output_data_got::free_list_): New data member.
6364 * target.h (Sized_target::init_got_plt_for_update): New function.
6365 (Sized_target::register_global_plt_entry): New function.
6366 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
6367 Initialize new data member; call init; add constructor with PLT count.
6368 (Output_data_plt_x86_64::init): New function.
6369 (Output_data_plt_x86_64::add_relocation): New function.
6370 (Output_data_plt_x86_64::reserve_slot): New function.
6371 (Output_data_plt_x86_64::free_list_): New data member.
6372 (Target_x86_64::init_got_plt_for_update): New function.
6373 (Target_x86_64::register_global_plt_entry): New function.
6374 (Output_data_plt_x86_64::add_entry): Allocate from free list for
6375 incremental updates.
6376 (Output_data_plt_x86_64::add_relocation): New function.
6377 * testsuite/object_unittest.cc (Object_test): Set default options.
6378
ec69d6da
ILT
63792011-05-16 Ian Lance Taylor <iant@google.com>
6380
6381 * options.h (class General_options): Make -i a synonym for -r.
6382
732e31de
ILT
63832011-05-16 Ian Lance Taylor <iant@google.com>
6384
6385 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
6386
403676b5
CC
63872011-05-10 Cary Coutant <ccoutant@google.com>
6388
6389 * object.cc (Sized_relobj::do_count_local_symbols): Check for
6390 strip_all (-s).
6391
5b7b7d6e
ILT
63922011-05-06 Ian Lance Taylor <iant@google.com>
6393
6394 * layout.cc (Layout::layout): If the output section flags change,
6395 update the ordering.
6396
f0f9babf
CC
63972011-04-25 Cary Coutant <ccoutant@google.com>
6398
6399 * incremental-dump.cc (dump_incremental_inputs): Print local
6400 symbol info for each input file.
6401 * incremental.cc
6402 (Output_section_incremental_inputs::set_final_data_size): Add local
6403 symbol info to input file entries in incremental info.
6404 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6405 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
6406 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
6407 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
6408 implementation.
6409 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
6410 (Sized_incr_relobj::do_relocate): Write the local symbols.
6411 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
6412 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
6413 Adjust size of input file header.
6414 (Incremental_inputs_reader::get_local_symbol_offset): New function.
6415 (Incremental_inputs_reader::get_local_symbol_count): New function.
6416 (Incremental_inputs_reader::get_input_section): Adjust size of input
6417 file header.
6418 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
6419 (Sized_incr_relobj::This): New typedef.
6420 (Sized_incr_relobj::sym_size): New const data member.
6421 (Sized_incr_relobj::Local_symbol): New struct.
6422 (Sized_incr_relobj::do_output_local_symbol_count): New function.
6423 (Sized_incr_relobj::do_local_symbol_offset): New function.
6424 (Sized_incr_relobj::local_symbol_count_): New data member.
6425 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
6426 (Sized_incr_relobj::local_symbol_index_): New data member.
6427 (Sized_incr_relobj::local_symbol_offset_): New data member.
6428 (Sized_incr_relobj::local_dynsym_offset_): New data member.
6429 (Sized_incr_relobj::local_symbols_): New data member.
6430 * object.h (Relobj::output_local_symbol_count): New function.
6431 (Relobj::local_symbol_offset): New function.
6432 (Relobj::do_output_local_symbol_count): New function.
6433 (Relobj::do_local_symbol_offset): New function.
6434 (Sized_relobj::do_output_local_symbol_count): New function.
6435 (Sized_relobj::do_local_symbol_offset): New function.
6436
d0a9ace3
ILT
64372011-04-22 Vladimir Simonov <sv@sw.ru>
6438
6439 * descriptors.cc (set_close_on_exec): New function.
6440 (Descriptors::open): Use set_close_on_exec.
6441 * output.cc (S_ISLNK): Define if not defined.
6442
94a3fc8b
CC
64432011-04-22 Cary Coutant <ccoutant@google.com>
6444
6445 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
6446 global symbol map.
6447 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
6448 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
6449 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
6450 relocations.
6451 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
6452 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
6453 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
6454 * incremental.h
6455 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
6456 function.
6457 (Incremental_binary::apply_incremental_relocs): New function.
6458 (Incremental_binary::do_apply_incremental_relocs): New function.
6459 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
6460 data member.
6461 (Sized_incremental_binary::add_global_symbol): New function.
6462 (Sized_incremental_binary::global_symbol): New function.
6463 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
6464 (Sized_incremental_binary::symbol_map_): New data member.
6465 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
6466 * target.h (Sized_target::apply_relocation): New function.
6467 * target-reloc.h (apply_relocation): New function.
6468 * x86_64.cc (Target_x86_64::apply_relocation): New function.
6469
c87e4302
DK
64702011-04-22 Doug Kwan <dougkwan@google.com>
6471
6472 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
6473 flag of a SHT_ARM_EXIDX section.
2e702c99 6474 * testsuite/Makefile.am (arm_exidx_test): New test rules.
c87e4302
DK
6475 * testsuite/Makefile.in: Regenerate.
6476 * testsuite/arm_exidx_test.s: New file.
6477 * testsuite/arm_exidx_test.sh: Same.
6478
e7782cf6
CC
64792011-04-20 Cary Coutant <ccoutant@google.com>
6480
6481 PR gold/12689
6482 * archive.h (Incremental_archive_entry::Archive_member):
6483 Initialize arg_serial_ (second constructor).
6484
308ecdc7
ILT
64852011-04-17 Ian Lance Taylor <iant@google.com>
6486
6487 * object.cc (Relocate_info::location): Simplify location string.
6488 * errors.cc (Errors::error_at_location): Don't print program
6489 name.
6490 (Errors::warning_at_location): Likewise.
6491 (Errors::undefined_symbol): Likewise.
6492 * testsuite/debug_msg.sh: Update accordingly.
6493
bec5b579
CC
64942011-04-14 Cary Coutant <ccoutant@google.com>
6495
6496 * gold/layout.cc (Layout::symtab_section_offset): New function.
6497 * gold/layout.h (Layout::symtab_section_offset): New function.
6498 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
6499
88597d34
ILT
65002011-04-12 Ian Lance Taylor <iant@google.com>
6501
6502 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
6503 with MREMAP_MAYMOVE.
6504 * output.h (class Output_file): Add map_is_allocated_ field.
6505 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
6506 not available, provide stubs. If mremap is not available, #define
6507 it to gold_mremap.
6508 (MREMAP_MAYMOVE): Define if not defined.
6509 (Output_file::Output_file): Initialize map_is_allocated_.
6510 (Output_file::resize): Check map_is_allocated_.
6511 (Output_file::map_anonymous): If mmap fails, use malloc.
6512 (Output_file::unmap): Don't do anything for an anonymous map.
6513 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
6514 is not available, provide stubs.
6515 (File_read::View::~View): Use free rather than delete[].
6516 (File_read::make_view): Use malloc rather than new[]. If mmap
6517 fails, use malloc.
6518 (File_read::find_or_make_view): Use malloc rather than new[].
6519 * gold.h: Remove HAVE_REMAP code.
6520 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
6521 exists. Rename mremap to gold_mremap. If mmap is not available
6522 don't do anything.
6523 * configure, config.in: Rebuild.
6524
11e361bc
ILT
65252011-04-11 Ian Lance Taylor <iant@google.com>
6526
6527 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
6528 initialize local variable v.
6529
cdc29364
CC
65302011-04-11 Cary Coutant <ccoutant@google.com>
6531
6532 * archive.cc (Archive::include_member): Adjust call to
6533 report_object.
6534 (Add_archive_symbols::run): Track argument serial numbers.
6535 (Lib_group::include_member): Likewise.
6536 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
6537 * archive.h (Incremental_archive_entry::Archive_member):
6538 Initialize arg_serial_.
6539 (Archive_member::arg_serial_): New data member.
6540 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
6541 (Sized_dynobj::do_add_symbols): Track symbols when doing an
6542 incremental link.
6543 (Sized_dynobj::do_for_all_local_got_entries): New function.
6544 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
6545 function.
6546 * fileread.cc (get_mtime): New function.
6547 * fileread.h (get_mtime): New function.
6548 * gold.cc (queue_initial_tasks): Check for incremental update.
6549 (process_incremental_input): New function.
6550 (queue_middle_tasks): Don't force valid target for incremental
6551 update.
6552 * incremental-dump.cc (find_input_containing_global): Adjust
6553 size of symbol info entry.
6554 (dump_incremental_inputs): Dump argument serial number and
6555 in_system_directory flag; bias shndx by 1; print symbol names
6556 when dumping per-file symbol lists; use new symbol info readers.
6557 * incremental.cc
6558 (Output_section_incremental_inputs:update_data_size): New function.
6559 (Sized_incremental_binary::setup_readers): Setup input readers
6560 for each input file; build maps for files added from libraries
6561 and scripts.
6562 (Sized_incremental_binary::check_input_args): New function.
6563 (Sized_incremental_binary::do_check_inputs): Build map of argument
6564 serial numbers to input arguments.
6565 (Sized_incremental_binary::do_file_has_changed): Rename
6566 do_file_is_unchanged to this; compare file modification times.
6567 (Sized_incremental_binary::do_init_layout): New function.
6568 (Sized_incremental_binary::do_reserve_layout): New function.
6569 (Sized_incremental_binary::do_get_input_reader): Remove.
6570 (Sized_incremental_binary::get_symtab_view): New function.
6571 (Incremental_checker::can_incrementally_link_output_file): Remove.
6572 (Incremental_inputs::report_command_line): Exclude --debug options.
6573 (Incremental_inputs::report_archive_begin): Add parameter; track
6574 argument serial numbers; don't put input file entry for archive
6575 before archive members.
6576 (Incremental_inputs::report_archive_end): Put input file entry
6577 for archive after archive members.
6578 (Incremental_inputs::report_object): Add parameter; track argument
6579 serial numbers and in_system_directory flag.
6580 (Incremental_inputs::report_script): Add parameter; track argument
6581 serial numbers.
6582 (Output_section_incremental_inputs::set_final_data_size): Adjust
6583 size of symbol info entry; check for forwarding symbols.
6584 (Output_section_incremental_inputs::write_input_files): Write
6585 in_system_directory flag and argument serial number.
6586 (Output_section_incremental_inputs::write_info_blocks): Map section
6587 indices between incremental info and original input file; store
6588 input section index for each symbol.
6589 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
6590 change operator() to visit().
6591 (class Global_got_offset_visitor): Likewise.
6592 (class Global_symbol_visitor_got_plt):
6593 (Output_section_incremental_inputs::write_got_plt): Use new visitor
6594 classes.
6595 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
6596 (Sized_incr_relobj::do_read_symbols): New function.
6597 (Sized_incr_relobj::do_layout): New function.
6598 (Sized_incr_relobj::do_layout_deferred_sections): New function.
6599 (Sized_incr_relobj::do_add_symbols): New function.
6600 (Sized_incr_relobj::do_should_include_member): New function.
6601 (Sized_incr_relobj::do_for_all_global_symbols): New function.
6602 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
6603 (Sized_incr_relobj::do_section_size): New function.
6604 (Sized_incr_relobj::do_section_name): New function.
6605 (Sized_incr_relobj::do_section_contents): New function.
6606 (Sized_incr_relobj::do_section_flags): New function.
6607 (Sized_incr_relobj::do_section_entsize): New function.
6608 (Sized_incr_relobj::do_section_address): New function.
6609 (Sized_incr_relobj::do_section_type): New function.
6610 (Sized_incr_relobj::do_section_link): New function.
6611 (Sized_incr_relobj::do_section_info): New function.
6612 (Sized_incr_relobj::do_section_addralign): New function.
6613 (Sized_incr_relobj::do_initialize_xindex): New function.
6614 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
6615 (Sized_incr_relobj::do_read_relocs): New function.
6616 (Sized_incr_relobj::do_gc_process_relocs): New function.
6617 (Sized_incr_relobj::do_scan_relocs): New function.
6618 (Sized_incr_relobj::do_count_local_symbols): New function.
6619 (Sized_incr_relobj::do_finalize_local_symbols): New function.
6620 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
6621 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
6622 (Sized_incr_relobj::do_relocate): New function.
6623 (Sized_incr_relobj::do_set_section_offset): New function.
6624 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
6625 (Sized_incr_dynobj::do_read_symbols): New function.
6626 (Sized_incr_dynobj::do_layout): New function.
6627 (Sized_incr_dynobj::do_add_symbols): New function.
6628 (Sized_incr_dynobj::do_should_include_member): New function.
6629 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
6630 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
6631 (Sized_incr_dynobj::do_section_size): New function.
6632 (Sized_incr_dynobj::do_section_name): New function.
6633 (Sized_incr_dynobj::do_section_contents): New function.
6634 (Sized_incr_dynobj::do_section_flags): New function.
6635 (Sized_incr_dynobj::do_section_entsize): New function.
6636 (Sized_incr_dynobj::do_section_address): New function.
6637 (Sized_incr_dynobj::do_section_type): New function.
6638 (Sized_incr_dynobj::do_section_link): New function.
6639 (Sized_incr_dynobj::do_section_info): New function.
6640 (Sized_incr_dynobj::do_section_addralign): New function.
6641 (Sized_incr_dynobj::do_initialize_xindex): New function.
6642 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
6643 (make_sized_incremental_object): New function.
6644 (Incremental_library::copy_unused_symbols): New function.
6645 (Incremental_library::do_for_all_unused_symbols): New function.
6646 * incremental.h (enum Incremental_input_flags): New type.
6647 (class Incremental_checker): Remove.
6648 (Incremental_input_entry::Incremental_input_entry): Add argument
6649 serial number.
6650 (Incremental_input_entry::arg_serial): New function.
6651 (Incremental_input_entry::set_is_in_system_directory): New function.
6652 (Incremental_input_entry::is_in_system_directory): New function.
6653 (Incremental_input_entry::arg_serial_): New data member.
6654 (Incremental_input_entry::is_in_system_directory_): New data member.
6655 (class Script_info): Move here from script.h.
6656 (Script_info::Script_info): Add filename parameter.
6657 (Script_info::filename): New function.
6658 (Script_info::filename_): New data member.
6659 (Incremental_script_entry::Incremental_script_entry): Add argument
6660 serial number.
6661 (Incremental_object_entry::Incremental_object_entry): Likewise.
6662 (Incremental_object_entry::add_input_section): Build list of input
6663 sections with map to original shndx.
6664 (Incremental_object_entry::get_input_section_index): New function.
6665 (Incremental_object_entry::shndx_): New data member.
6666 (Incremental_object_entry::name_key_): Rename; adjust all refs.
6667 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
6668 (Incremental_archive_entry::Incremental_archive_entry): Add argument
6669 serial number.
6670 (Incremental_inputs::report_archive_begin): Likewise.
6671 (Incremental_inputs::report_object): Likewise.
6672 (Incremental_inputs::report_script): Likewise.
6673 (class Incremental_global_symbol_reader): New class.
6674 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
6675 and store flags and input file type.
6676 (Incremental_input_entry_reader::arg_serial): New function.
6677 (Incremental_input_entry_reader::type): Extract type from flags.
6678 (Incremental_input_entry_reader::is_in_system_directory): New function.
6679 (Incremental_input_entry_reader::get_input_section_count): Call
6680 accessor function for type.
6681 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
6682 function for type; adjust size of global symbol entry.
6683 (Incremental_input_entry_reader::get_global_symbol_count): Call
6684 accessor function for type.
6685 (Incremental_input_entry_reader::get_object_count): Likewise.
6686 (Incremental_input_entry_reader::get_object_offset): Likewise.
6687 (Incremental_input_entry_reader::get_member_count): Likewise.
6688 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
6689 (Incremental_input_entry_reader::get_member_offset): Likewise.
6690 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
6691 (Incremental_input_entry_reader::Global_symbol_info): Remove.
6692 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
6693 (Incremental_input_entry_reader::get_global_symbol_reader): New
6694 function.
6695 (Incremental_input_entry_reader::get_output_symbol_index): New
6696 function.
6697 (Incremental_input_entry_reader::type_): Remove.
6698 (Incremental_input_entry_reader::flags_): New data member.
6699 (Incremental_inputs_reader::input_file_offset): New function.
6700 (Incremental_inputs_reader::input_file_index): New function.
6701 (Incremental_inputs_reader::input_file): Call input_file_offset.
6702 (Incremental_inputs_reader::input_file_at_offset): New function.
6703 (Incremental_relocs_reader::get_r_type): Reformat.
6704 (Incremental_relocs_reader::get_r_shndx): Reformat.
6705 (Incremental_relocs_reader::get_r_offset): Reformat.
6706 (Incremental_relocs_reader::data): New function.
6707 (Incremental_binary::Incremental_binary): Initialize new data members.
6708 (Incremental_binary::check_inputs): Add cmdline parameter.
6709 (Incremental_binary::file_is_unchanged): Remove.
6710 (Input_reader::arg_serial): New function.
6711 (Input_reader::get_unused_symbol_count): New function.
6712 (Input_reader::get_unused_symbol): New function.
6713 (Input_reader::do_arg_serial): New function.
6714 (Input_reader::do_get_unused_symbol_count): New function.
6715 (Input_reader::do_get_unused_symbol): New function.
6716 (Incremental_binary::input_file_count): New function.
6717 (Incremental_binary::get_input_reader): Change signature to use
6718 index instead of filename.
6719 (Incremental_binary::file_has_changed): New function.
6720 (Incremental_binary::get_input_argument): New function.
6721 (Incremental_binary::get_library): New function.
6722 (Incremental_binary::get_script_info): New function.
6723 (Incremental_binary::init_layout): New function.
6724 (Incremental_binary::reserve_layout): New function.
6725 (Incremental_binary::output_file): New function.
6726 (Incremental_binary::do_check_inputs): New function.
6727 (Incremental_binary::do_file_is_unchanged): Remove.
6728 (Incremental_binary::do_file_has_changed): New function.
6729 (Incremental_binary::do_init_layout): New function.
6730 (Incremental_binary::do_reserve_layout): New function.
6731 (Incremental_binary::do_input_file_count): New function.
6732 (Incremental_binary::do_get_input_reader): Change signature.
6733 (Incremental_binary::input_args_map_): New data member.
6734 (Incremental_binary::library_map_): New data member.
6735 (Incremental_binary::script_map_): New data member.
6736 (Sized_incremental_binary::Sized_incremental_binary): Initialize
6737 new data members.
6738 (Sized_incremental_binary::output_section): New function.
6739 (Sized_incremental_binary::inputs_reader): Add const.
6740 (Sized_incremental_binary::symtab_reader): Add const.
6741 (Sized_incremental_binary::relocs_reader): Add const.
6742 (Sized_incremental_binary::got_plt_reader): Add const.
6743 (Sized_incremental_binary::get_symtab_view): New function.
6744 (Sized_incremental_binary::Inputs_reader): New typedef.
6745 (Sized_incremental_binary::Input_entry_reader): New typedef.
6746 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
6747 (Sized_incremental_binary::do_file_is_unchanged): Remove.
6748 (Sized_incremental_binary::do_file_has_changed): New function.
6749 (Sized_incremental_binary::do_init_layout): New function.
6750 (Sized_incremental_binary::do_reserve_layout): New function.
6751 (Sized_input_reader::Inputs_reader): Remove.
6752 (Sized_input_reader::Input_entry_reader): Remove.
6753 (Sized_input_reader::do_arg_serial): New function.
6754 (Sized_input_reader::do_get_unused_symbol_count): New function.
6755 (Sized_input_reader::do_get_unused_symbol): New function.
6756 (Sized_incremental_binary::do_input_file_count): New function.
6757 (Sized_incremental_binary::do_get_input_reader): Change signature;
6758 use index instead of filename.
6759 (Sized_incremental_binary::section_map_): New data member.
6760 (Sized_incremental_binary::input_entry_readers_): New data member.
6761 (class Sized_incr_relobj): New class.
6762 (class Sized_incr_dynobj): New class.
6763 (make_sized_incremental_object): New function.
6764 (class Incremental_library): New class.
6765 * layout.cc (Free_list::num_lists): New static data member.
6766 (Free_list::num_nodes): New static data member.
6767 (Free_list::num_removes): New static data member.
6768 (Free_list::num_remove_visits): New static data member.
6769 (Free_list::num_allocates): New static data member.
6770 (Free_list::num_allocate_visits): New static data member.
6771 (Free_list::init): New function.
6772 (Free_list::remove): New function.
6773 (Free_list::allocate): New function.
6774 (Free_list::dump): New function.
6775 (Free_list::print_stats): New function.
6776 (Layout_task_runner::run): Resize output file for incremental updates.
6777 (Layout::Layout): Initialize new data members.
6778 (Layout::set_incremental_base): New function.
6779 (Layout::init_fixed_output_section): New function.
6780 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
6781 incremental updates.
6782 (Layout::create_gold_note): Do not create gold note section for
6783 incremental updates.
6784 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
6785 for incremental updates.
6786 (Layout::set_section_offsets): For incremental updates, allocate space
6787 from free list.
6788 (Layout::create_symtab_sections): Layout with offsets relative to
6789 start of section; for incremental updates, allocate space from free
6790 list.
6791 (Layout::create_shdrs): For incremental updates, allocate space from
6792 free list.
6793 (Layout::finish_dynamic_section): For incremental updates, do not
6794 check --as-needed (fixed in subsequent patch).
6795 * layout.h (class Free_list): New class.
6796 (Layout::set_incremental_base): New function.
6797 (Layout::incremental_base): New function.
6798 (Layout::init_fixed_output_section): New function.
6799 (Layout::allocate): New function.
6800 (Layout::incremental_base_): New data member.
6801 (Layout::free_list_): New data member.
6802 * main.cc (main): Print Free_list statistics.
6803 * object.cc (Relobj::finalize_incremental_relocs): Add
6804 clear_counts parameter; clear counts only when clear_counts is set.
6805 (Sized_relobj::Sized_relobj): Initialize new base class.
6806 (Sized_relobj::do_layout): Don't report special sections.
6807 (Sized_relobj::do_for_all_local_got_entries): New function.
6808 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
6809 symtab_off to all symbol table offsets.
6810 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
6811 * object.h (class Got_offset_list): Move to top of file.
6812 (Object::Object): Allow case where input_file == NULL.
6813 (Object::~Object): Likewise.
6814 (Object::input_file): Assert that input_file != NULL.
6815 (Object::lock): Allow case where input_file == NULL.
6816 (Object::unlock): Likewise.
6817 (Object::is_locked): Likewise.
6818 (Object::token): Likewise.
6819 (Object::release): Likewise.
6820 (Object::is_incremental): New function.
6821 (Object::get_mtime): New function.
6822 (Object::for_all_local_got_entries): New function.
6823 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
6824 (Object::set_is_in_system_directory): New function.
6825 (Object::is_in_system_directory): New function.
6826 (Object::do_is_incremental): New function.
6827 (Object::do_get_mtime): New function.
6828 (Object::do_for_all_local_got_entries): New function.
6829 (Object::is_in_system_directory_): New data member.
6830 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
6831 (class Sized_relobj_base): New class.
6832 (class Sized_relobj): Derive from Sized_relobj_base.
6833 (class Sized_relobj::Symbols): Redeclare from base class.
6834 (class Sized_relobj::local_got_offset_list): Remove.
6835 (class Sized_relobj::Output_sections): Redeclare from base class.
6836 (class Sized_relobj::do_for_all_local_got_entries): New function.
6837 (class Sized_relobj::write_local_symbols): Add offset parameter.
6838 (class Sized_relobj::local_symbol_offset_): Update comment.
6839 (class Sized_relobj::local_dynsym_offset_): Update comment.
6840 * options.cc (Input_arguments::add_file): Remove const.
6841 * options.h (Input_file_argument::Input_file_argument):
6842 Initialize arg_serial_ (all constructors).
6843 (Input_file_argument::set_arg_serial): New function.
6844 (Input_file_argument::arg_serial): New function.
6845 (Input_file_argument::arg_serial_): New data member.
6846 (Input_arguments::Input_arguments): Initialize file_count_.
6847 (Input_arguments::add_file): Remove const.
6848 (Input_arguments::number_of_input_files): New function.
6849 (Input_arguments::file_count_): New data member.
6850 (Command_line::number_of_input_files): Call
6851 Input_arguments::number_of_input_files.
6852 * output.cc (Output_segment_headers::Output_segment_headers):
6853 Set current size.
6854 (Output_section::Input_section::current_data_size): New function.
6855 (Output_section::Output_section): Initialize new data members.
6856 (Output_section::add_input_section): Don't do merge sections for
6857 an incremental link; allocate space from free list for an
6858 incremental update.
6859 (Output_section::add_output_section_data): Allocate space from
6860 free list for an incremental update.
6861 (Output_section::update_data_size): New function.
6862 (Output_section::set_fixed_layout): New function.
6863 (Output_section::reserve): New function.
6864 (Output_segment::set_section_addresses): Remove const.
6865 (Output_segment::set_section_list_addresses): Remove const; allocate
6866 space from free list for an incremental update.
6867 (Output_segment::set_offset): Adjust size of RELRO segment for an
6868 incremental update.
6869 * output.h (Output_data::current_data_size): Move here from
6870 child classes.
6871 (Output_data::pre_finalize_data_size): New function.
6872 (Output_data::update_data_size): New function.
6873 (Output_section_headers::update_data_size): new function.
6874 (Output_section_data_build::current_data_size): Move to Output_data.
6875 (Output_data_strtab::update_data_size): New function.
6876 (Output_section::current_data_size): Move to Output_data.
6877 (Output_section::set_fixed_layout): New function.
6878 (Output_section::has_fixed_layout): New function.
6879 (Output_section::reserve): New function.
6880 (Output_section::update_data_size): New function.
6881 (Output_section::has_fixed_layout_): New data member.
6882 (Output_section::free_list_): New data member.
6883 (Output_segment::set_section_addresses): Remove const.
6884 (Output_segment::set_section_list_addresses): Remove const.
6885 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
6886 New function.
6887 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
6888 New function.
6889 * readsyms.cc (Read_symbols::do_read_symbols): Add library
6890 parameter when calling Add_symbols constructor; store argument
6891 serial number for members of a lib group.
6892 (Add_symbols::locks): Allow case where token == NULL.
6893 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
6894 (Read_member::~Read_member): New function.
6895 (Read_member::is_runnable): New function.
6896 (Read_member::locks): New function.
6897 (Read_member::run): New function.
6898 (Check_script::~Check_script): New function.
6899 (Check_script::is_runnable): New function.
6900 (Check_script::locks): New function.
6901 (Check_script::run): New function.
6902 (Check_library::~Check_library): New function.
6903 (Check_library::is_runnable): New function.
6904 (Check_library::locks): New function.
6905 (Check_library::run): New function.
6906 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
6907 (Add_symbols::library_): New data member.
6908 (class Read_member): New class.
6909 (class Check_script): New class.
6910 (class Check_library): New class.
6911 * reloc.cc (Read_relocs::is_runnable): Allow case where
6912 token == NULL.
6913 (Read_relocs::locks): Likewise.
6914 (Scan_relocs::locks): Likewise.
6915 (Relocate_task::locks): Likewise.
6916 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
6917 to clear counters.
6918 (Sized_relobj::incremental_relocs_scan): Fix comment.
6919 (Sized_relobj::do_relocate): Pass output file offset to
6920 write_local_symbols.
6921 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
6922 from class declaration.
6923 * script.cc (read_input_script): Allocate Script_info; pass
6924 argument serial number to report_script.
6925 * script.h (class Script_info): Move to incremental.h.
6926 * symtab.cc (Symbol_table::add_from_incrobj): New function.
6927 * symtab.h (Symbol_table::add_from_incrobj): New function.
6928 (Symbol_table::set_file_offset): New function.
6929
b961d0d7
CC
69302011-04-05 Cary Coutant <ccoutant@google.com>
6931
6932 * incremental-dump.cc (dump_incremental_inputs): Change signature
6933 to take a Sized_incremental_binary; change caller. Use readers
6934 in Sized_incremental_binary.
6935 * incremental.cc
6936 (Sized_incremental_binary::find_incremental_inputs_sections):
6937 Rename do_find_incremental_inputs_sections to this.
6938 (Sized_incremental_binary::setup_readers): New function.
6939 (Sized_incremental_binary::do_check_inputs): Check
6940 has_incremental_info_ flag; move setup code to setup_readers;
6941 use input readers.
6942 (Sized_incremental_binary::do_file_is_unchanged): New function.
6943 (Sized_incremental_binary::do_get_input_reader): New function.
6944 * incremental.h (class Incremental_binary): Move to end of file.
6945 (Incremental_binary::file_is_unchanged): New function.
6946 (Incremental_binary::do_file_is_unchanged): New function.
6947 (Incremental_binary::Input_reader): New class.
6948 (Incremental_binary::get_input_reader): New function.
6949 (class Sized_incremental_binary): Move to end of file.
6950 (Sized_incremental_binary::Sized_incremental_binary): Setup the
6951 input section reader classes.
6952 (Sized_incremental_binary::has_incremental_info): New function.
6953 (Sized_incremental_binary::inputs_reader): New function.
6954 (Sized_incremental_binary::symtab_reader): New function.
6955 (Sized_incremental_binary::relocs_reader): New function.
6956 (Sized_incremental_binary::got_plt_reader): New function.
6957 (Sized_incremental_binary::do_file_is_unchanged): New function.
6958 (Sized_incremental_binary::Sized_input_reader): New class.
6959 (Sized_incremental_binary::get_input_reader): New function.
6960 (Sized_incremental_binary::find_incremental_inputs_sections):
6961 Rename do_find_incremental_inputs_sections to this.
6962 (Sized_incremental_binary::setup_readers): New function.
6963 (Sized_incremental_binary::has_incremental_info_): New data member.
6964 (Sized_incremental_binary::inputs_reader_): New data member.
6965 (Sized_incremental_binary::symtab_reader_): New data member.
6966 (Sized_incremental_binary::relocs_reader_): New data member.
6967 (Sized_incremental_binary::got_plt_reader_): New data member.
6968 (Sized_incremental_binary::current_input_file_): New data member.
6969
a869183f
PP
69702011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6971
6972 PR gold/12640
6973 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
6974 violation.
6975
69762011-03-30 Cary Coutant <ccoutant@google.com>
c7975edd
CC
6977
6978 * archive.cc (Archive::include_member): Adjust call to report_object.
6979 (Add_archive_symbols::run): Add script_info to call to
6980 report_archive_begin.
6981 (Lib_group::include_member): Adjust call to report_object.
6982 (Add_lib_group_symbols::run): Adjust call to report_object.
6983 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
6984 blocks. Add object count for script input files.
6985 * incremental.cc (Incremental_inputs::report_archive_begin): Add
6986 script_info parameter; change all callers.
6987 (Incremental_inputs::report_object): Add script_info parameter;
6988 change all callers.
6989 (Incremental_inputs::report_script): Store backpointer to
6990 incremental info entry.
6991 (Output_section_incremental_inputs::set_final_data_size): Record
6992 additional information for scripts.
6993 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6994 * incremental.h (Incremental_script_entry::add_object): New function.
6995 (Incremental_script_entry::get_object_count): New function.
6996 (Incremental_script_entry::get_object): New function.
6997 (Incremental_script_entry::objects_): New data member; adjust
6998 constructor.
6999 (Incremental_inputs::report_archive_begin): Add script_info parameter.
7000 (Incremental_inputs::report_object): Add script_info parameter.
7001 (Incremental_inputs_reader::get_object_count): New function.
7002 (Incremental_inputs_reader::get_object_offset): New function.
7003 * options.cc (Input_arguments::add_file): Return reference to
7004 new input argument.
7005 * options.h (Input_argument::set_script_info): New function.
7006 (Input_argument::script_info): New function.
7007 (Input_argument::script_info_): New data member; adjust all
7008 constructors.
7009 (Input_file_group::add_file): Return reference to new input argument.
7010 (Input_file_lib::add_file): Likewise.
7011 (Input_arguments::add_file): Likewise.
7012 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
7013 * script.cc (Parser_closure::Parser_closure): Add script_info
7014 parameter; adjust all callers.
7015 (Parser_closure::script_info): New function.
7016 (Parser_closure::script_info_): New data member.
7017 (read_input_script): Report scripts earlier to incremental info.
7018 (script_add_file): Set script_info in Input_argument.
7019 (script_add_library): Likewise.
7020 * script.h (Script_options::Script_info): Rewrite class.
7021
a869183f 70222011-03-29 Cary Coutant <ccoutant@google.com>
e0c52780
CC
7023
7024 * archive.cc (Library_base::should_include_member): Move
7025 method here from class Archive.
7026 (Archive::Archive): Initialize base class.
7027 (Archive::should_include_member): Move to base class.
7028 (Archive::do_for_all_unused_symbols): New function.
7029 (Add_archive_symbols::run): Remove redundant access to
7030 incremental_inputs.
7031 (Lib_group::Lib_group): Initialize base class.
7032 (Lib_group::do_filename): New function.
7033 (Lib_group::include_member): Pass pointer to Lib_group to
7034 report_object.
7035 (Lib_group::do_for_all_unused_symbols): New function.
7036 (Add_lib_group_symbols::run): Report archive information for
7037 incremental links.
7038 * archive.h (class Library_base): New base class.
7039 (class Archive): Derive from Library_base.
7040 (Archive::filename): Move to base class.
7041 (Archive::set_incremental_info): Likewise.
7042 (Archive::incremental_info): Likewise.
7043 (Archive::Should_include): Likewise.
7044 (Archive::should_include_member): Likewise.
7045 (Archive::Armap_entry): Remove.
7046 (Archive::Unused_symbol_iterator): Remove.
7047 (Archive::unused_symbols_begin): Remove.
7048 (Archive::unused_symbols_end): Remove.
7049 (Archive::do_filename): New function.
7050 (Archive::do_get_mtime): New function.
7051 (Archive::do_for_all_unused_symbols): New function.
7052 (Archive::task_): Move to base class.
7053 (Archive::incremental_info_): Likewise.
7054 (class Lib_group): Derive from Library_base.
7055 (Lib_group::do_filename): New function.
7056 (Lib_group::do_get_mtime): New function.
7057 (Lib_group::do_for_all_unused_symbols): New function.
7058 (Lib_group::task_): Move to base class.
7059 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
7060 function.
7061 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
7062 function.
7063 * incremental.cc (Incremental_inputs::report_archive_begin):
7064 Use Library_base; call library's get_mtime; add incremental inputs
7065 entry before members.
7066 (class Unused_symbol_visitor): New class.
7067 (Incremental_inputs::report_archive_end): Use Library_base; use
7068 visitor class to record unused symbols; don't add incremental inputs
7069 entry after members.
7070 (Incremental_inputs::report_object): Use Library_base.
7071 * incremental.h
7072 (Incremental_archive_entry::Incremental_archive_entry): Remove
7073 unused Archive parameter.
7074 (Incremental_inputs::report_archive_begin): Use Library_base.
7075 (Incremental_inputs::report_archive_end): Likewise.
7076 (Incremental_inputs::report_object): Likewise.
7077 * object.cc (Sized_relobj::do_for_all_global_symbols): New
7078 function.
7079 * object.h (Object::for_all_global_symbols): New function.
7080 (Object::do_for_all_global_symbols): New function.
7081 (Sized_relobj::do_for_all_global_symbols): New function.
7082 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
7083 function.
7084 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
7085 function.
7086
61ab3e40
ILT
70872011-03-27 Ian Lance Taylor <iant@google.com>
7088
7089 * archive.cc (Archive::interpret_header): Return -1 if something
7090 goes wrong. Change callers accordingly.
7091
30e1f9e6
CC
70922011-03-25 Cary Coutant <ccoutant@google.com>
7093
7094 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
7095 * testsuite/Makefile.in: Regenerate.
7096
9370ce59 70972011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
9c793f14
RÁE
7098
7099 * plugin.cc (get_view): New.
7100 (Plugin::load): Pass get_view to the plugin.
7101 (Plugin_manager::get_view): New.
7102
9312bb0a
ILT
71032011-03-21 Ian Lance Taylor <iant@google.com>
7104
7105 * testsuite/final_layout.sh: Rewrite to not use dc.
07aead7b 7106 * testsuite/relro_test.sh: Fail if dc is not present.
9312bb0a 7107
7e12ba9e
ST
71082011-03-21 Sriraman Tallam <tmsriram@google.com>
7109
7110 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
7111 Change == to -eq.
7112 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
7113 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
7114 Change == to -eq.
7115 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
7116 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
7117
fd7a005d
ILT
71182011-03-14 Ian Lance Taylor <iant@google.com>
7119
7120 * script-sections.cc (Sort_output_sections::script_compare):
7121 Rename from is_before, change return type.
7122 (Sort_output_sections::operator()): Adjust accordingly.
7123
ed16fd1b
ILT
71242011-03-11 Jeffrey Yasskin <jyasskin@google.com>
7125
7126 PR gold/12572
7127 * testsuite/odr_violation2.cc: Add comment to make all error line
7128 numbers double digits.
7129 * testsuite/debug_msg.sh: Adjust expected errors.
7130
71ff8986
ILT
71312011-03-09 Jeffrey Yasskin <jyasskin@google.com>
7132
7133 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
7134 but mark earlier ones as non-canonical
7135 (offset_to_iterator): Update search target and example
7136 (do_addr2line): Return extra lines in a vector*
7137 (format_file_lineno): Extract from do_addr2line
7138 (one_addr2line): Add vector* out-param
7139 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
7140 when a lineno entry appeared last for its instruction
7141 (Dwarf_line_info): Add vector* out-param
7142 * object.cc (Relocate_info): Pass NULL for the vector* out-param
7143 * symtab.cc (Odr_violation_compare): Include the lineno in the
7144 comparison again.
7145 (linenos_from_loc): New. Combine the canonical line for an
7146 address with its other lines.
7147 (True_if_intersect): New. Helper functor to make
7148 std::set_intersection a query.
7149 (detect_odr_violations): Compare sets of lines instead of just
7150 one line for each function. This became less deterministic, but
7151 has fewer false positives.
7152 * symtab.h: Declarations.
7153 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
7154 mix an optimized and non-optimized object in the same binary
7155 (odr_violation2.so): Same.
7156 * testsuite/Makefile.in: Regenerate from Makefile.am.
7157 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
7158 * testsuite/debug_msg.sh: Update line numbers and add
7159 assertions.
7160 * testsuite/odr_violation1.cc: Use OdrDerived, in a
7161 non-optimized context.
7162 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
7163 isn't inlined, and use OdrDerived in an optimized context.
7164 * testsuite/odr_header1.h: Defines OdrDerived, where
7165 optimization will change the
7166 first-instruction-in-the-destructor's file and line number.
7167 * testsuite/odr_header2.h: Defines OdrBase.
7168
a19fefdc
ILT
71692011-03-09 Ian Lance Taylor <iant@google.com>
7170
7171 * fileread.cc (File_read::clear_views): Don't delete the whole
7172 file view.
7173
ecb351e9
ILT
71742011-03-08 Ian Lance Taylor <iant@google.com>
7175
7176 PR gold/12525
7177 * fileread.cc: #include <climits>.
7178 (GOLD_IOV_MAX): Define.
7179 (File_read::read_multiple): Limit number of entries by iov_max.
7180 * fileread.h (class File_read): Always set max_readv_entries to
7181 128.
7182
b821d13c
ILT
71832011-03-07 Ian Lance Taylor <iant@google.com>
7184
7185 PR gold/12525
7186 * options.h (class General_options): Add -dy and -dn.
7187
89243142
CC
71882011-03-02 Cary Coutant <ccoutant@google.com>
7189
7190 * testsuite/script_test_9.t: Add TLS segment.
7191
d0773f31
ILT
71922011-03-02 Simon Baldwin <simonb@google.com>
7193
7194 * configure.ac: Add check for gnu_indirect_function support in
7195 the toolchain building binutils.
7196 * configure: Rebuild.
7197
9370ce59 71982011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
badc8139
RÁE
7199
7200 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
7201 plugin only symbols.
7202 (Symbol_table::sized_finalize_symbol) Mark symbol only present
7203 in plugin files as not needed in the symbol table.
7204
4cf7a849
ST
72052011-02-11 Sriraman Tallam <tmsriram@google.com>
7206
7207 * output.cc (Output_section::add_input_section): Delay fill
7208 generation for section ordering.
7209
b578bd7d
ILT
72102011-02-09 Ian Lance Taylor <iant@google.com>
7211
7212 PR gold/12316
7213 * object.h (class Sized_relobj): Remove clear_local_symbols.
7214 * reloc.cc (Sized_relobj::do_relocate): Don't call
7215 clear_local_symbols.
7216
9370ce59 72172011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
84ced98a
RÁE
7218
7219 * plugin.cc (is_visible_from_outside): Return true for symbols
7220 in the -u option.
7221
55382fb7
ILT
72222011-02-04 Jeffrey Yasskin <jyasskin@google.com>
7223
7224 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
7225 filename.
7226
4e271fff
ST
72272011-02-02 Sriraman Tallam <tmsriram@google.com>
7228
7229 * icf.h (is_section_foldable_candidate): Change type of parameter
2e702c99 7230 to std::string.
4e271fff 7231 * icf.cc (Icf::find_identical_sections): Change type of local variable
2e702c99 7232 section_name to be std::string.
4e271fff
ST
7233 (is_function_ctor_or_dtor): Change type of parameter to std::string.
7234
d433c3ac
ILT
72352011-01-25 Ian Lance Taylor <iant@google.com>
7236
7237 * script.cc (script_add_extern): Rewrite to use
7238 add_symbol_reference.
7239
880473a6
DK
72402011-01-25 Doug Kwan <dougkwan@google.com>
7241
d433c3ac 7242 * icf.cc (get_section_contents): Always lock section's object.
880473a6 7243
f30f86fa
ILT
72442011-01-24 Ian Lance Taylor <iant@google.com>
7245
7246 * options.h (class General_options): Accept
7247 --no-detect-odr-violations.
7248
8e51a0b9
ILT
72492011-01-24 Ian Lance Taylor <iant@google.com>
7250
7251 * version.cc (version_string): Bump to 1.11.
7252
0f3b89d8
ILT
72532011-01-24 Ian Lance Taylor <iant@google.com>
7254
7255 * plugin.cc (class Plugin_rescan): Define new class.
7256 (Plugin_manager::claim_file): Set any_claimed_.
7257 (Plugin_manager::save_archive): New function.
7258 (Plugin_manager::save_input_group): New function.
7259 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
7260 necessary.
7261 (Plugin_manager::new_undefined_symbol): New function.
7262 (Plugin_manager::rescan): New function.
7263 (Plugin_manager::rescannable_defines): New function.
7264 (Plugin_manager::add_input_file): Set any_added_.
7265 * plugin.h (class Plugin_manager): define new fields rescannable_,
7266 undefined_symbols_, any_claimed_, and any_added_. Declare
7267 Plugin_rescan as friend. Declare new functions.
7268 (Plugin_manager::Rescannable): Define type.
7269 (Plugin_manager::Rescannable_list): Define type.
7270 (Plugin_manager::Undefined_symbol_list): Define type.
7271 (Plugin_manager::Plugin_manager): Initialize new fields.
7272 * archive.cc (Archive::defines_symbol): New function.
7273 (Add_archive_symbols::run): Pass archive to plugins if any.
7274 * archive.h (class Archive): Declare defines_symbol.
7275 * readsyms.cc (Input_group::~Input_group): New function.
7276 (Finish_group::run): Pass input_group to plugins if any.
7277 * readsyms.h (class Input_group): Declare destructor.
7278 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
7279 any.
7280
3bb951e5
ILT
72812011-01-10 Ian Lance Taylor <iant@google.com>
7282
7283 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
7284 section as relro.
7285 (Layout::set_segment_offsets): Reset increase_relro before calling
7286 set_section_addresses a second time.
7287
0aa45fac
CC
72882011-01-04 Cary Coutant <ccoutant@google.com>
7289
7290 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
7291 sections before NOBITS sections.
7292
0db46eb4
L
72932011-01-01 H.J. Lu <hongjiu.lu@intel.com>
7294
7295 * version.cc (print_version): Update copyright to 2011.
7296
829c9745
CC
72972010-12-23 Cary Coutant <ccoutant@google.com>
7298
7299 * output.h (Output_data_reloc::add_output_section): Pass OD instead
7300 of OS to this->add. Add OD parameter to second form of the function.
7301
7500420b
ILT
73022010-12-20 Ian Lance Taylor <iant@google.com>
7303
7304 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
7305 second of two consecutive entries with same offset.
7306
f8e9a930
RW
73072010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7308
7309 * testsuite/Makefile.am (ifuncmain2static_LDADD)
7310 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
7311 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
7312 to avoid unneeded links against $(LDADD).
7313 * testsuite/Makefile.in: Regenerate.
7314
2fbb4320
ILT
73152010-12-15 Ian Lance Taylor <iant@google.com>
7316
7317 PR gold/12324
7318 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
7319 for R_X86_64_32 and R_X86_64_PC32.
7320 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
7321 ver_matching_def_pic.o.
7322 (ver_matching_def_pic.o): New target.
7323
fedb228d
RW
73242010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7325
7326 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
7327 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
7328 Move definition before File_read::View member definitions.
7329 (File_read::View::~View): Initialize and hold lock before
7330 updating current_mapped_bytes.
7331
9b547ce6
RW
73322010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7333
7334 * dwarf_reader.cc: Remove outdated comment.
7335 * gold-threads.cc: Fix typo in error message.
7336 * archive.cc: Fix typos in comments.
7337 * archive.h: Likewise.
7338 * arm-reloc-property.cc: Likewise.
7339 * arm-reloc-property.h: Likewise.
7340 * arm-reloc.def: Likewise.
7341 * arm.cc: Likewise.
7342 * attributes.h: Likewise.
7343 * cref.cc: Likewise.
7344 * ehframe.cc: Likewise.
7345 * fileread.h: Likewise.
7346 * gold.h: Likewise.
7347 * i386.cc: Likewise.
7348 * icf.cc: Likewise.
7349 * incremental.h: Likewise.
7350 * int_encoding.cc: Likewise.
7351 * layout.h: Likewise.
7352 * main.cc: Likewise.
7353 * merge.h: Likewise.
7354 * object.cc: Likewise.
7355 * object.h: Likewise.
7356 * options.cc: Likewise.
7357 * readsyms.cc: Likewise.
7358 * reduced_debug_output.cc: Likewise.
7359 * reloc.cc: Likewise.
7360 * script-sections.cc: Likewise.
7361 * sparc.cc: Likewise.
7362 * symtab.h: Likewise.
7363 * target-reloc.h: Likewise.
7364 * target.cc: Likewise.
7365 * target.h: Likewise.
7366 * timer.cc: Likewise.
7367 * timer.h: Likewise.
7368 * x86_64.cc: Likewise.
7369
83e17bd5
CC
73702010-12-09 Cary Coutant <ccoutant@google.com>
7371
7372 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
7373 stack.
7374 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
7375 parameter; change all callers.
7376 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
7377 * options.h (warn_execstack): New option.
7378
017257f8
DK
73792010-12-07 Doug Kwan <dougkwan@google.com>
7380
7381 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
7382 like function call relocations.
7383
c20cbc06
ILT
73842010-12-07 Ian Lance Taylor <iant@google.com>
7385
7386 * archive.cc (Archive::get_elf_object_for_member): Permit
7387 punconfigured to be NULL.
7388 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
7389 (Archive::include_member): Pass NULL to get_elf_object_for_member
7390 if we searched for the archive and this is the first included
7391 object.
7392
4dbfafcc
ILT
73932010-12-01 Ian Lance Taylor <iant@google.com>
7394
7395 * dwarf_reader.h (class Sized_dwarf_line_info): Add
7396 track_relocs_type_ field.
7397 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
7398 Set track_relocs_type_.
7399 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
7400 contents when using RELA relocs.
7401 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
7402 reloc_map_.
7403 * reloc.cc (Track_relocs::next_addend): New function.
7404 * reloc.h (class Track_relocs): Declare next_addend.
7405
e5e19edd
ILT
74062010-12-01 Ian Lance Taylor <iant@google.com>
7407
7408 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
7409 virtual destructor.
7410
9a5ce24c
ILT
74112010-12-01 Ian Lance Taylor <iant@google.com>
7412
7413 * README: Update compilers known to work and fail.
7414
c7791212
NC
74152010-11-23 Matthias Klose <doko@ubuntu.com>
7416
7417 * configure.in: For --enable-gold, handle value `default' instead of
7418 `both*'. Always install ld as ld.bfd, install as ld if gold is
7419 not the default.
7420 * configure: Regenerate.
7421
0ad220c9
DK
74222010-11-18 Doug Kwan <dougkwan@google.com>
7423
7424 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
7425 and right_alignment to be zero. Store result alignment only if it is
7426 greater than existing alignment.
7427
ab8056e0
CC
74282010-11-16 Cary Coutant <ccoutant@google.com>
7429
7430 PR gold/12220
7431 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
7432 Check for ".zdebug_line".
7433
fd064a5b
CC
74342010-11-16 Doug Kwan <dougkwan@google.com>
7435 Cary Coutant <ccoutant@google.com>
7436
7437 * output.h (Output_segment::set_section_addresses): Pass increase_relro
7438 by reference; adjust all callers.
7439 * output.cc (Output_segment::set_section_addresses): Adjust references
7440 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
7441 list is empty.
7442 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
7443 end at page boundary.
7444
6fc6ea19
CC
74452010-11-16 Cary Coutant <ccoutant@google.com>
7446
7447 PR gold/12220
7448 * layout.cc (Layout::choose_output_section): Transform names of
7449 compressed sections even when using a script with a SECTIONS clause.
7450 (Layout::output_section_name): Remove code to transform
7451 compressed debug section names.
7452 * output.cc (Output_section::add_input_section): Use uncompressed
7453 section size when tracking input sections.
7454
95a2c8d6
RS
74552010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
7456
7457 * symtab.h (Symbol::NON_PIC_REF): Remove.
7458 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
7459 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
7460 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
7461 (Symbol::use_plt_offset): Take a flags argument and pass it
7462 directly to needs_dynamic_reloc. Restrict check for undefined
7463 weak symbols to function calls.
7464 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
7465 (Target_arm::Scan::global): Use it.
7466 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
7467 (Target_arm::Relocate::relocate): Likewise.
7468 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
7469 parameter with an r_type parameter. Use get_reference_flags
7470 to get the flags.
7471 (Target_arm::Relocate::relocate): Update accordingly.
7472 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
7473 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
7474 (Target_i386::Scan::global): Likewise.
7475 (Target_i386::Relocate::relocate): Likewise.
7476 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
7477 parameter with an r_type parameter. Use get_reference_flags
7478 to get the flags.
7479 (Target_i386::Relocate::relocate): Update accordingly.
7480 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
7481 (Target_powerpc::Scan::global): Use it.
7482 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
7483 (Target_powerpc::Relocate::relocate): Likewise.
7484 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
7485 (Target_sparc::Scan::global): Use it.
7486 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
7487 (Target_sparc::Relocate::relocate): Likewise.
7488 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
7489 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
7490 (Target_x86_64::Scan::global): Likewise.
7491 (Target_x86_64::Relocate::relocate): Likewise.
7492
f625ae50
DK
74932010-11-08 Doug Kwan <dougkwan@google.com>
7494 Cary Coutant <ccoutant@google.com>
7495
7496 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
7497 (Arm_exidx_merge_section::section_contents_): New data member.
7498 (Arm_input_section::Arm_input_section): Initialize original_contents_.
7499 (Arm_input_section::~Arm_input_section): De-allocate memory.
58797674 7500 (Arm_input_section::original_contents_): New data member.
f625ae50
DK
7501 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
7502 in parameters instead of calling Object::section_contents without
7503 locking.
7504 (Arm_output_section::group_section): New parameter TASK. Pass it
7505 to callees that need locking objects.
7506 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
7507 to lock EXIDX input sections. Fix a formatting issue. Call
7508 Arm_exidx_merged_section::build_contents to create merged section
7509 contents.
7510 (Arm_output_section::create_stub_group): New parameter TASK. Use it
7511 to lock object of stub table owner.
7512 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
7513 TEXT_SIZE to initialize data member TEXT_SIZE_.
7514 (Arm_exidx_input_section::addralign): Fix typo in comment.
7515 (Arm_exidx_input_section::text_size): New method.
7516 (Target_arm::do_relax): New parameter TASK. Pass it to callees
7517 that require locking objects. Lock objects before scanning for stubs
7518 and updating local symbols.
7519 (Arm_input_section<big_endian>::init): Copy contents of original
7520 input section.
2e702c99 7521 (Arm_input_section<big_endian>::do_write): Use saved contents of
f625ae50
DK
7522 original input section instead of calling Object::section_contents
7523 without locking.
7524 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
7525 size without calling Object::section_size().
7526 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
7527 for size. Allocate a buffer for merged EXIDX entries.
7528 (Arm_exidx_merged_section::build_contents): New method.
2e702c99 7529 (Arm_exidx_merged_section::do_write): Move merge section contents
f625ae50
DK
7530 building code to Arm_exidx_merged_section::build_contetns. Write
7531 out contetns in buffer instead of building it on the fly.
7532 (Arm_relobj::make_exidx_input_section): Also pass text section size
7533 to Arm_exidx_input_section constructor.
7534 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
7535 (Arm_dynobj::do_read_symbols): Fix memory leak.
7536 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
7537 * target.h: (class Task): Add forward declaration.
7538 (Target::relax): Add new parameter TASK and pass it to
7539 Target::do_relax().
7540 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
7541
5f9bcf58
CC
75422010-11-05 Cary Coutant <ccoutant@google.com>
7543
7544 PR gold/10708
7545 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
7546 object when reading from the file.
7547 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
7548 second layout pass.
7549 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
7550 when reading section contents.
7551 (get_section_contents): Likewise.
7552 (icf::find_identical_sections): Likewise.
7553 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
7554 object when reading from the file.
7555 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
7556 the object when doing deferred section layout.
7557
e597fa08
NC
75582010-11-03 Nick Clifton <nickc@redhat.com>
7559
7560 PR gold/12001
7561 * script.h (class Symbol_assignment: name): New member. Returns
7562 the name of the symbol.
7563 * scrfipt.cc (Script_options::is_pending_assignment): New member.
7564 Returns true if the given symbol name is on the list of
7565 assignments wating to be processed.
7566 * archive.cc (should_incldue_member): If the symbol is undefined,
7567 check to see if it is on the list of symbols pending assignment.
7568
3f9a3278
ILT
75692010-11-03 Ryan Mansfield <rmansfield@qnx.com>
7570
7571 * script-sections.cc (Script_sections::find_memory_region): Check
7572 for a NULL output section pointer.
7573
d06fb4d1
DK
75742010-10-29 Doug Kwan <dougkwan@google.com>
7575
7576 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
7577 Output_section::add_relaxed_input_section.
7578 * output.cc (Output_section::add_relaxed_input_section): Add new
7579 arguments LAYOUT and NAME. Set section order index.
7580 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
7581 Copy section order index.
7582 * output.h (Output_section::add_relaxed_input_section): Add new
7583 arguments LAYOUT and NAME.
7584
90e24de5
ILT
75852010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7586
7587 * testsuite/Makefile.am: Move gcctestdir/ld rule to
2e702c99 7588 NATIVE_OR_CROSS_LINKER.
90e24de5
ILT
7589 * testsuite/Makefile.in: Regenerate.
7590
c9484ea5
DK
75912010-10-20 Doug Kwan <dougkwan@google.com>
7592
7593 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
7594 without SHF_LINK_ORDER flags.
7595 * layout.cc (Layout::choose_output_section): Do not filter
7596 SHF_LINK_ORDER flag in a relocatable link.
7597
5bc2f5be
CC
75982010-10-17 Cary Coutant <ccoutant@google.com>
7599
7600 * output.h (Output_segment::set_section_addresses): Change function
7601 signature. Update all callers.
7602 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
7603 sections.
7604 (Output_segment::set_section_addresses): Align after last TLS
7605 section. Add padding before last relro section instead of after.
7606
0c91cf04
DK
76072010-10-17 Doug Kwan <dougkwan@google.com>
7608
7609 * gold/arm.cc (Target_arm::got_section): Use correct order and set
7610 GOT output section to be writable.
7611
8c21d9d3
CC
76122010-10-14 Cary Coutant <ccoutant@google.com>
7613
7614 * debug.h (DEBUG_INCREMENTAL): New flag.
2e702c99
RM
7615 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
7616 * gold.cc (queue_initial_tasks): Check parameters for incremental link
7617 mode.
7618 * incremental.cc (report_command_line): Ignore all forms of
7619 --incremental.
7620 * layout.cc (Layout::Layout): Check parameters for incremental link
7621 mode.
7622 * options.cc (General_options::parse_incremental): New function.
7623 (General_options::parse_no_incremental): New function.
7624 (General_options::parse_incremental_full): New function.
7625 (General_options::parse_incremental_update): New function.
7626 (General_options::incremental_mode_): New data member.
7627 (General_options::finalize): Check incremental_mode_.
7628 * options.h (General_options): Update help text for --incremental.
7629 Add --no-incremental, --incremental-full, --incremental-update.
7630 (General_options::Incremental_mode): New enum type.
7631 (General_options::incremental_mode): New function.
7632 (General_options::incremental_mode_): New data member.
7633 * parameters.cc (Parameters::incremental_mode_): New data member.
7634 (Parameters::set_options): Set incremental_mode_.
7635 (Parameters::set_incremental_full): New function.
7636 (Parameters::incremental): New function.
7637 (Parameters::incremental_update): New function.
7638 (set_parameters_incremental_full): New function.
7639 * parameters.h (Parameters::set_incremental_full): New function.
7640 (Parameters::incremental): New function.
7641 (Parameters::incremental_update): New function.
7642 (Parameters::incremental_mode_): New data member.
7643 (set_parameters_incremental_full): New function.
7644 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
7645 incremental link mode.
7646 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
7647 (Sized_relobj::do_relocate_sections): Likewise.
7648 * testsuite/Makefile.am (incremental_test): Use --incremental-full
7649 option.
7650 * testsuite/Makefile.in: Regenerate.
7651 * testsuite/incremental_test.sh: Filter all forms of --incremental.
8c21d9d3 7652
bb32aa18 76532010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
eb373049
ILT
7654
7655 * script-sections.h (class Script_sections): Make
7656 Sections_elements typedef public.
7657 * script-sections.cc (class Sort_output_sections): Add elements_
7658 field. Add constructor which sets it; change all callers.
7659 (Sort_output_sections::is_before): New function.
7660 (Sort_output_sections::operator()): Call is_before.
7661 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
7662 conditional.
7663 * testsuite/script_test_10.sh: New test. Test script section
7664 order.
7665 * testsuite/script_test_10.t: Likewise.
7666 * testsuite/script_test_10.s: Likewise.
7667 * testsuite/Makefile.am: Wrap the cross linker tests and the
7668 common tests into NATIVE_OR_CROSS_LINKER.
7669 (check_SCRIPTS): Add script_test_10.sh.
7670 (check_DATA): Add script_test_10.stdout.
7671 (script_test_10.o, script_test_10): New targets.
7672 (script_test_10.stdout): New target.
7673 * configure, testsuite/Makefile.in: Regenerate.
7674
3cef7179
ILT
76752010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7676
7677 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
7678 error for the deprecated relocations.
7679 (Target_arm::Scan::global): Likewise.
7680 (Target_arm::Relocate::relocate): Likewise.
7681
7411e9a8
RS
76822010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
7683
7684 * fileread.cc (Input_file::find_file): Initialize *found_name
7685 and *namep when using the fallback search for case 4.
7686
6a9da32a
CC
76872010-10-11 Cary Coutant <ccoutant@google.com>
7688
7689 * options.h (class General_options): Redefine -z lazy as an alias for
7690 the negation of -z now.
7691
ac897c20
ILT
76922010-10-11 Ian Lance Taylor <iant@google.com>
7693
7694 * resolve.cc (symbol_to_bits): Report the value of the unsupported
7695 binding.
7696
ea5cae92
NC
76972010-10-06 Nick Clifton <nickc@redhat.com>
7698
7699 * script-sections.cc(class Memory_region): Remove
7700 current_lma_offset_ field. Rename current_vma_offset_ to
7701 current_offset_. Add last_section_ field.
7702 (Memory_region::get_current_vma_address): Rename to
7703 get_current_address.
7704 (Memory_region::get_current_lma_address): Delete.
7705 (Memory_region::increment_vma_offset): Rename to
7706 increment_offset.
7707 (Memory_region::increment_lma_offset): Delete.
7708 (Memory_region::attributes_compatible): New method. Returns
7709 true if the provided section is compatible with the region.
7710 (Memory_region::get_last_section): New method. Returns the last
7711 section to use the region.
7712 (Memory_region::set_last_section): New method. Stores the last
7713 section to use the region.
7714 (Script_sections::block_in_region): New method. Returns true if
7715 a block of memory is contained within a region.
7716 (Script_sections::find_memory_region): New method. Locates a
7717 memory region to be used to set a VMA or LMA address.
7718 (Output_section_definition::set_section_addresses): Add code to
7719 check for addresses set by memory regions.
7720 (Output_segment::set_section_addresses): Remove memory region
7721 walking code.
7722 (Script_sections::create_segment): Add a warning if a header
7723 segment is created outside of any region.
7724 * script-sections.h (class Script_sections): Add prototypes for
7725 find_memory_region and block_in_region methods.
7726 * testsuite/memory_test.s: Use .long instead of .word.
7727 * testsuite/memory_test.t: Add some more output sections.
7728 * testsuite/memory_test.sh: Update expected output.
7729
a9bfd952
DK
77302010-10-02 Doug Kwan <dougkwan@google.com>
7731
7732 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
7733 defintion to symtab.h
7734 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
7735 declaration to defintion.
7736
bacff3ab
NC
77372010-10-01 Nick Clifton <nickc@redhat.com>
7738
7739 * expression.cc (eval): Replace dummy argument with NULL.
7740 (eval_maybe_dot): Check for a NULL result section pointer.
7741 (Symbol_expression::value): Likewise.
7742 (Dot_expression::value): Likewise.
7743 (BINARY_EXPRESSION): Likewise.
7744 (Max_expression::value): Likewise.
7745 (Min_expression::value): Likewise.
7746 (Absolute_expression::value): Likewise.
7747 (Addr_expression::value_from_output_section): Likewise.
7748 (Loaddddr_expression::value_from_output_section): Likewise.
7749 (Segment_start_expression::value): Likewise.
7750 * script-sections.cc
7751 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
7752 argument with NULL.
7753 (Sections_elememt_dot_assignment::set_section_addresses):
7754 Likewise.
7755 (Output_data_expression::do_write_to_buffer): Likewise.
7756 (Output_section_definition::finalize_symbols): Likewise.
7757 (Output_section_definition::set_section_addresses): Likewise.
7758
f81bc8b5
DK
77592010-09-30 Doug Kwan <dougkwan@google.com>
7760
7761 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
7762
c95e9f27
ST
77632010-09-28 Sriraman Tallam <tmsriram@google.com>
7764
7765 * target.h (Target::can_icf_inline_merge_sections): New virtual
bacff3ab 7766 function.
c95e9f27
ST
7767 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
7768 virtual function.
7769 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
7770 virtual function.
7771 * icf.cc (get_section_contents): Inline merge sections only when
7772 target allows it.
7773
3cac54d2
RW
77742010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7775
7776 * configure: Regenerate.
7777
2904037a
ILT
77782010-09-17 Ian Lance Taylor <iant@google.com>
7779
7780 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
d4d91489
ILT
7781 * testsuite/Makefile.am (memory_test.o): New target.
7782 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
7783 memory_test.t.
7784 * testsuite/Makefile.in: Rebuild.
2904037a 7785
bca7fb63
DK
77862010-09-17 Doug Kwan <dougkwan@google.com>
7787
7788 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
7789 defintion if relocation uses GOT entries of the symbol.
7790 * testsuite/icf_safe_test.sh: Fix test.
7791 * testsuite/icf_safe_so_test.sh: Fix test.
7792
4ef28648
CC
77932010-09-16 Cary Coutant <ccoutant@google.com>
7794
7795 * script_sections.cc (class Memory_region): Remove "NULL" from
7796 vector initializations.
7797
793990de
CC
77982010-09-15 Cary Coutant <ccoutant@google.com>
7799
7800 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
7801 Resolve forwarding symbols.
7802
81e015e2
DK
78032010-09-15 Doug Kwan <dougkwan@google.com>
7804
7805 * gold/testsuite/script_test_3.t: Add ARM special sections.
7806 * gold/testsuite/script_test_4.t: Same.
7807 * gold/testsuite/script_test_5.t: Same.
7808 * gold/testsuite/script_test_6.t: Same.
7809 * gold/testsuite/script_test_7.t: Same.
7810 * gold/testsuite/script_test_7.t: Same.
7811 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
7812
36171d64
CC
78132010-09-14 Cary Coutant <ccoutant@google.com>
7814
7815 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
7816 (Target_x86_64::Relocate::relocate_tls): Replace check for
7817 saw_tls_block_reloc_ with test for executable section.
7818
d89051bd
CC
78192010-09-12 Cary Coutant <ccoutant@google.com>
7820
7821 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
7822 position-independent executables to shared libraries need dynamic
7823 relocations.
7824 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
7825 position-independent executables.
7826 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
7827 * testsuite/Makefile.in: Regenerate.
7828
fca41f0f
NC
78292010-09-10 Nick Clifton <nickc@redhat.com>
7830
7831 PR gold/11997
7832 * testsuite/memory_test.t: Discard any sections that are not
7833 needed.
7834
6695e4b3
L
78352010-09-09 H.J. Lu <hongjiu.lu@intel.com>
7836
7837 PR gold/11996
7838 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
7839 "This::" to work around a bug in gcc 4.2.
7840
7841 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
7842
0f72bf6f
RÁE
78432010-09-09 Rafael Espindola <espindola@google.com>
7844
7845 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
7846 sections with different PF_X flags in the same segment.
7847 (Layout::find_first_load_seg): Search all segments to find the first
7848 one.
7849 * options.h (rosegment): New.
7850
78512010-09-08 Rafael Espindola <espindola@google.com>
a6577478 7852
05a79166 7853 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
a6577478 7854
aa98ff75
DK
78552010-09-08 Doug Kwan <dougkwan@google.com>
7856
7857 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
7858 (Arm_relobj::do_relocate_sections): Add new parameter for output
7859 file to match the parent.
7860 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
7861 of local symbols instead of input values. Update code to track
7862 changes in gold::relocate_section.
7863 * object.cc (Sized_relobj::compute_final_local_value): New methods.
7864 (Sized_relobj::compute_final_local_value_internal): New methods.
7865 (Sized_relobj::do_finalize_local_symbols): Move code from loop
7866 body into private version of Sized_relobj::compute_final_local_value.
7867 Call the inline method.
7868 * object.h (Symbol_value::Symbol_value): Define destructor. Free
7869 merged symbol value if there is one.
7870 (Symbol_value::has_output_value): New method defintiion.
7871 (Sized_relobj::Compute_final_local_value_status): New enum type.
7872 (Sized_relobj::compute_final_local_value): New methods.
7873 (Sized_relobj::compute_final_local_value_internal): New methods.
7874 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
7875 and arm_cortex_a8.sh.
7876 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
7877 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
7878 New tests.
7879 * Makefile.in: Regenerate.
7880 * testsuite/arm_bl_out_of_range.s: Update test.
7881 * testsuite/thumb_bl_out_of_range.s: Ditto.
7882 * testsuite/thumb_blx_out_of_range.s: Ditto.
7883 * testsuite/arm_branch_out_of_range.sh: New file.
7884 * testsuite/arm_cortex_a8.sh: Ditto.
7885 * testsuite/arm_cortex_a8_b.s: Ditto.
7886 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
7887 * testsuite/arm_cortex_a8_b_local.s: Ditto.
7888 * testsuite/arm_cortex_a8_bl.s: Ditto.
7889 * testsuite/arm_cortex_a8_blx.s: Ditto.
7890 * testsuite/arm_cortex_a8_local.s: Ditto.
7891 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
7892 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
7893
05a79166
L
78942010-09-08 Rafael Espindola <espindola@google.com>
7895
7896 * Makefile.am (memory_test.stdout): Run readelf with -W.
7897 * Makefile.in: Regenerate.
7898 * testsuite/memory_test.sh: Make the regexps accept both 32 and
7899 64 bit output.
7900
33dbc701
RÁE
79012010-09-08 Rafael Espindola <espindola@google.com>
7902
7903 * script-sections.cc (Script_sections::add_memory_region): Convert
7904 field precision to int.
7905 * script.cc (script_set_section_region, script_set_section_region):
7906 Convert field precision to int.
7907
731ca54a
RÁE
79082010-09-08 Rafael Espindola <espindola@google.com>
7909
7910 * arm.cc (do_finalize_sections): Create the __exidx_start and
7911 __exdix_end symbols even when the section is missing.
7912
7f8cd844
NC
79132010-09-08 Nick Clifton <nickc@redhat.com>
7914
7915 * README: Remove claim that MEMORY is not supported.
7916 * expression.cc (script_exp_function_origin)
7917 (script_exp_function_length): Move from here to ...
7918 * script.cc: ... here.
7919 (script_set_section_region, script_add_memory)
7920 (script_parse_memory_attr, script_include_directive): New
7921 functions.
7922 * script-sections.cc
7923 (class Memory_region): New class.
7924 (class Output_section_definition): Add set_memory_region,
7925 set_section_vma, set_section_lma and get_section_name methods.
7926 (class Script_Sections): Add add_memory_region,
7927 find_memory_region, find_memory_region_origin,
7928 find_memory_region_length and set_memory_region methods.
7929 Have set_section_addresses method walk the list of set memory
7930 regions.
7931 Extend the print methos to display memory regions.
7932 * script-sections.h: Add prototypes for new methods.
7933 Add enum for MEMORY region attributes.
7934 * yyscript.y: Add support for parsing MEMORY regions.
7935 * script-c.h: Add prototypes for new functions.
7936 * testsuite/Makefile.am: Add test of MEMORY region functionality.
7937 * testsuite/Makefile.in: Regenerate.
7938 * testsuite/memory_test.sh: New script.
7939 * testsuite/memory_test.s: New assembler source file.
7940 * testsuite/memory_test.t: New linker script.
7941
a4649286
DK
79422010-08-27 Doug Kwan <dougkwan@google.com>
7943
7944 * gold/resolve.cc (Symbol_table::should_override): Let a weak
7945 reference override an existing dynamic weak reference.
7946 * testsuite/Makefile.am: Add new test dyn_weak_ref.
7947 * testsuite/Makefile.in: Regenerate.
7948 * testsuite/dyn_weak_ref.sh: New file.
7949 * testsuite/dyn_weak_ref_1.c: Ditto.
7950 * testsuite/dyn_weak_ref_2.c: Ditto.
7951
b56648ad
ILT
79522010-08-27 Ian Lance Taylor <iant@google.com>
7953
7954 * incremental.h (class Incremental_input_entry): Add virtual
7955 destructor.
7956
809313cb
ILT
79572010-08-27 Ian Lance Taylor <iant@google.com>
7958
7959 * testsuite/start_lib_test_3.c: Mark t3 as used.
7960
11e32464
NC
79612010-08-27 Nick Clifton <nickc@redhat.com>
7962
7963 * options.cc (version_script): Fix small typo in previous
7964 whitespace tidyup.
7965
ca09d69a
NC
79662010-08-25 Nick Clifton <nickc@redhat.com>
7967
7968 * archive.cc: Formatting fixes: Remove whitespace between
7969 typename and following asterisk. Remove whitespace between
7970 function name and opening parenthesis.
7971 * archive.h: Likewise.
7972 * arm.cc: Likewise.
7973 * attributes.cc: Likewise.
7974 * attributes.h: Likewise.
7975 * common.cc: Likewise.
7976 * copy-relocs.cc: Likewise.
7977 * dirsearch.h: Likewise.
7978 * dynobj.cc: Likewise.
7979 * ehframe.cc: Likewise.
7980 * ehframe.h: Likewise.
7981 * expression.cc: Likewise.
7982 * fileread.cc: Likewise.
7983 * fileread.h: Likewise.
7984 * gc.h: Likewise.
7985 * gold-threads.cc: Likewise.
7986 * gold.cc: Likewise.
7987 * i386.cc: Likewise.
7988 * icf.h: Likewise.
7989 * incremental-dump.cc: Likewise.
7990 * incremental.cc: Likewise.
7991 * layout.cc: Likewise.
7992 * layout.h: Likewise.
7993 * main.cc: Likewise.
7994 * merge.cc: Likewise.
7995 * merge.h: Likewise.
7996 * object.cc: Likewise.
7997 * object.h: Likewise.
7998 * options.cc: Likewise.
7999 * options.h: Likewise.
8000 * output.cc: Likewise.
8001 * output.h: Likewise.
8002 * plugin.cc: Likewise.
8003 * plugin.h: Likewise.
8004 * powerpc.cc: Likewise.
8005 * reloc.cc: Likewise.
8006 * script-c.h: Likewise.
8007 * script-sections.cc: Likewise.
8008 * script.cc: Likewise.
8009 * stringpool.cc: Likewise.
8010 * symtab.cc: Likewise.
8011 * symtab.h: Likewise.
8012 * target.cc: Likewise.
8013 * timer.cc: Likewise.
8014 * timer.h: Likewise.
8015 * version.cc: Likewise.
8016 * x86_64.cc: Likewise.
8017
b8fa8750
NC
80182010-08-24 Nick Clifton <nickc@redhat.com>
8019
8020 PR 11899
8021 * layout.cc (segment_precedes): Sort segments by their physical
8022 addresses, if they have been set.
8023
9919d93b
CC
80242010-08-23 Cary Coutant <ccoutant@google.com>
8025
8026 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
8027 symbols data.
8028 (Lib_group::include_member): Unlock object after deleting its
8029 symbols data.
8030 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
8031 the bug fixed here.
8032
97b4be1c
CC
80332010-08-19 Neil Vachharajani <nvachhar@google.com>
8034 Cary Coutant <ccoutant@google.com>
8035
8036 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
8037 constructor, and set_blocker.
8038 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
8039 readsyms_blocker_.
8040 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
8041 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
8042 * testsuite/Makefile.am (start_lib_test): New test case.
8043 * testsuite/Makefile.in: Regenerate.
8044 * testsuite/start_lib_test_main.c: New file.
8045 * testsuite/start_lib_test_1.c: New file.
8046 * testsuite/start_lib_test_2.c: New file.
8047 * testsuite/start_lib_test_3.c: New file.
8048
dd0b1884
ILT
80492010-08-19 Ian Lance Taylor <iant@google.com>
8050
8051 * Makefile.in: Rebuild with automake 1.11.1.
8052 * aclocal.m4: Likewise.
8053 * testsuite/Makefile.in: Likewise.
8054
7223e9ca
ILT
80552010-08-19 Ian Lance Taylor <iant@google.com>
8056
8057 PR 10893
8058 * i386.cc (class Output_data_plt_i386): Update declarations.
8059 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
8060 local_ifuncs_ fields.
8061 (Target_i386::do_plt_section_for_global): New function.
8062 (Target_i386::do_plt_section_for_local): New function.
8063 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
8064 parameter; change all callers. Initialize global_ifuncs_ and
8065 local_ifuncs_. If doing a static link define __rel_iplt_start and
8066 __rel_iplt_end.
8067 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
8068 (Output_data_plt_i386::add_local_ifunc_entry): New function.
8069 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
8070 symbols.
8071 (Target_i386::make_plt_section): New function, broken out of
8072 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
8073 (Target_i386::make_plt_entry): Call make_plt_section.
8074 (Target_i386::make_local_ifunc_plt_entry): New function.
8075 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
8076 (Target_i386::Scan::local): Handle IFUNC symbols. Add
8077 R_386_IRELATIVE to switch.
8078 (Target_i386::Scan::global): Likewise.
8079 (Target_i386::Relocate::relocate): Likewise.
8080 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
8081 switch.
8082 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
8083 (Target_x86_64::do_plt_section_for_global): New function.
8084 (Target_x86_64::do_plt_section_for_local): New function.
8085 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
8086 parameter; change all callers. If doing a static link define
8087 __rela_iplt_start and __rela_iplt_end.
8088 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
8089 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
8090 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
8091 to point to .plt.
8092 (Target_x86_64::make_local_ifunc_plt_entry): New function.
8093 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
8094 switch.
8095 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
8096 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
8097 R_X86_64_IRELATIVE to switch.
8098 (Target_x86_64::Scan::global): Likewise.
8099 (Target_x86_64::Relocate::relocate): Likewise.
8100 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
8101 switch.
8102 * target.h (class Target): Add plt_section_for_global and
8103 plt_section_for_local functions. Add do_plt_section_for_global
8104 and do_plt_section_for_local virtual functions.
8105 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
8106 clarifying comments.
8107 (Symbol::use_plt_offset): Handle IFUNC symbol.
8108 * object.cc (Sized_relobj::Sized_relobj): Initialize
8109 local_plt_offsets_.
8110 (Sized_relobj::local_has_plt_offset): New function.
8111 (Sized_relobj::local_plt_offset): New function.
8112 (Sized_relobj::set_local_plt_offset): New function.
8113 (Sized_relobj::do_count): Handle IFUNC symbol.
8114 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
8115 a bit away from input_shndx_ field. Add set_is_func_symbol and
8116 is_ifunc_symbol functions.
8117 (class Sized_relobj): Update declarations. Remove Tls_got_entry
8118 and Local_tls_got_offsets. Define Local_plt_offsets. Add
8119 local_plt_offsets_ field.
8120 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
8121 * output.h (class Output_section_data): Add non-const
8122 output_section function.
8123 (class Output_data_got): Update declarations.
8124 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
8125 Add use_plt_offset parameter to global and local constructors.
8126 Change all callers. Change local_sym_index_ field to 31 bits.
8127 Change GSYM_CODE and CONSTANT_CODE accordingly.
8128 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
8129 doing a static link don't set sh_link field.
8130 (Output_data_got::Got_entry::write): Use PLT offset if
8131 appropriate.
8132 (Output_data_got::add_global_plt): New function.
8133 (Output_data_got::add_local_plt): New function.
8134 * target-reloc.h (relocate_section): Handle IFUNC symbol.
8135 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
8136 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
8137 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
8138 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
8139 IFUNC conditional.
8140 * testsuite/ifunc-sel.h: New file.
8141 * testsuite/ifuncmain1.c: New file.
8142 * testsuite/ifuncmain1vis.c: New file.
8143 * testsuite/ifuncmod1.c: New file.
8144 * testsuite/ifuncdep2.c: New file.
8145 * testsuite/ifuncmain2.c: New file.
8146 * testsuite/ifuncmain3.c: New file.
8147 * testsuite/ifuncmod3.c: New file.
8148 * testsuite/ifuncmain4.c: New file.
8149 * testsuite/ifuncmain5.c: New file.
8150 * testsuite/ifuncmod5.c: New file.
8151 * testsuite/ifuncmain6pie.c: New file.
8152 * testsuite/ifuncmod6.c: New file.
8153 * testsuite/ifuncmain7.c: New file.
8154 * configure, testsuite/Makefile.in: Rebuild.
8155
56f75c03
ILT
81562010-08-18 Ian Lance Taylor <iant@google.com>
8157
8158 * incremental.cc
8159 (Output_section_incremental_inputs::write_input_files): Add cast
8160 to avoid signed/unsigned comparison warning.
8161 (Output_section_incremental_inputs::write_info_blocks): Likewise.
8162
55455f89
CC
81632010-08-12 Cary Coutant <ccoutant@google.com>
8164
8165 * common.cc (Sort_commons::operator()): Remove unnecessary code.
8166
e2054bcb
ILT
81672010-08-13 Ian Lance Taylor <iant@google.com>
8168
8169 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
8170
74f67560
DK
81712010-08-12 Cary Coutant <ccoutant@google.com>
8172 Doug Kwan <dougkwan@google.com>
8173
8174 * resolve.cc (Symbol_table::should_override): When a weak dynamic
8175 defintion overrides non-weak undef, remember that the original undef
8176 is not weak.
8177 * symtab.cc (Symbol_table::sized_write_global): For undef without
8178 an original weak binding, set binding to global in output.
8179 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
8180 * testsuite/Makefile.in: Regenerate.
8181 * testsuite/strong_ref_weak_def.sh: New file.
8182 * testsuite/strong_ref_weak_def_1.c: Ditto.
8183 * testsuite/strong_ref_weak_def_2.c: Ditto.
8184
d1238d12
CC
81852010-08-12 Cary Coutant <ccoutant@google.com>
8186
8187 * testsuite/incremental_test.sh: Rewrite.
8188 * testsuite/incremental_test_1.c: Rewrite.
8189 * testsuite/incremental_test_2.c: Rewrite.
8190
0e70b911
CC
81912010-08-12 Cary Coutant <ccoutant@google.com>
8192
8193 * arm.cc (Target_arm::got_size): Add const.
8194 (Target_arm::got_entry_count): New function.
8195 (Target_arm::plt_entry_count): New function.
8196 (Target_arm::first_plt_entry_offset): New function.
8197 (Target_arm::plt_entry_size): New function.
8198 (Output_data_plt_arm::entry_count): New function.
8199 (Output_data_plt_arm::first_plt_entry_offset): New function.
8200 (Output_data_plt_arm::get_plt_entry_size): New function.
8201 * i386.cc (Target_i386::got_size): Add const.
8202 (Target_i386::got_entry_count): New function.
8203 (Target_i386::plt_entry_count): New function.
8204 (Target_i386::first_plt_entry_offset): New function.
8205 (Target_i386::plt_entry_size): New function.
8206 (Output_data_plt_i386::entry_count): New function.
8207 (Output_data_plt_i386::first_plt_entry_offset): New function.
8208 (Output_data_plt_i386::get_plt_entry_size): New function.
8209 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
8210 find_incremental_inputs_sections. Dump incremental_got_plt section.
8211 * incremental.cc: Include target.h.
8212 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
8213 parameter. Adjust all callers. Find incremental_got_plt section.
8214 (Incremental_inputs::create_data_sections): Create incremental_got_plt
8215 section.
8216 (Output_section_incremental_inputs::set_final_data_size): Calculate
8217 size of incremental_got_plt section.
8218 (Output_section_incremental_inputs::do_write): Write the
8219 incremental_got_plt section.
8220 (Got_plt_view_info): New struct.
8221 (Local_got_offset_visitor): New class.
8222 (Global_got_offset_visitor): New class.
8223 (Global_symbol_visitor_got_plt): New class.
8224 (Output_section_incremental_inputs::write_got_plt): New function.
8225 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
8226 Add parameter. Adjust all callers.
8227 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
8228 (Incremental_inputs::got_plt_section): New function.
8229 (Incremental_inputs::got_plt_section_): New data member.
8230 (Incremental_got_plt_reader): New class.
8231 * layout.cc (Layout::create_incremental_info_sections): Add the
8232 incremental_got_plt section.
8233 * object.h (Got_offset_list::get_list): New function.
8234 (Got offset_list::for_all_got_offsets): New function.
8235 (Sized_relobj::local_got_offset_list): New function.
8236 * powerpc.cc (Target_powerpc::got_size): Add const.
8237 (Target_powerpc::got_entry_count): New function.
8238 (Target_powerpc::plt_entry_count): New function.
8239 (Target_powerpc::first_plt_entry_offset): New function.
8240 (Target_powerpc::plt_entry_size): New function.
8241 (Output_data_plt_powerpc::entry_count): New function.
8242 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
8243 (Output_data_plt_powerpc::get_plt_entry_size): New function.
8244 * sparc.cc (Target_sparc::got_size): Add const.
8245 (Target_sparc::got_entry_count): New function.
8246 (Target_sparc::plt_entry_count): New function.
8247 (Target_sparc::first_plt_entry_offset): New function.
8248 (Target_sparc::plt_entry_size): New function.
8249 (Output_data_plt_sparc::entry_count): New function.
8250 (Output_data_plt_sparc::first_plt_entry_offset): New function.
8251 (Output_data_plt_sparc::get_plt_entry_size): New function.
8252 * symtab.h (Symbol::got_offset_list): New function.
8253 (Symbol_table::for_all_symbols): New function.
8254 * target.h (Sized_target::got_entry_count): New function.
8255 (Sized_target::plt_entry_count): New function.
8256 (Sized_target::plt_entry_size): New function.
8257 * x86_64.cc (Target_x86_64::got_size): Add const.
8258 (Target_x86_64::got_entry_count): New function.
8259 (Target_x86_64::plt_entry_count): New function.
8260 (Target_x86_64::first_plt_entry_offset): New function.
8261 (Target_x86_64::plt_entry_size): New function.
8262 (Output_data_plt_x86_64::entry_count): New function.
8263 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
8264 (Output_data_plt_x86_64::get_plt_entry_size): New function.
8265
09ec0418
CC
82662010-08-12 Cary Coutant <ccoutant@google.com>
8267
8268 * archive.cc: Include incremental.h.
8269 (Archive::Archive): Initialize incremental_info_.
8270 (Archive::include_member): Record archive members in incremental info.
8271 (Add_archive_symbols::run): Record begin and end of an archive in
8272 incremental info.
8273 (Lib_group::include_member): Record objects in incremental info.
8274 * archive.h (Incremental_archive_entry): Forward declaration.
8275 (Archive::set_incremental_info): New member function.
8276 (Archive::incremental_info): New member function.
8277 (Archive::Unused_symbol_iterator): New class.
8278 (Archive::unused_symbols_begin): New member function.
8279 (Archive::unused_symbols_end): New member function.
8280 (Archive::incremental_info_): New data member.
8281 * incremental-dump.cc (find_input_containing_global): New function.
8282 (dump_incremental_inputs): Dump new incremental info sections.
8283 * incremental.cc: Include symtab.h.
8284 (Output_section_incremental_inputs): New class.
8285 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
8286 new incremental info sections.
8287 (Sized_incremental_binary::do_check_inputs): Likewise.
8288 (Incremental_inputs::report_archive): Remove.
8289 (Incremental_inputs::report_archive_begin): New function.
8290 (Incremental_inputs::report_archive_end): New function.
8291 (Incremental_inputs::report_object): New function.
8292 (Incremental_inputs::finalize_inputs): Remove.
8293 (Incremental_inputs::report_input_section): New function.
8294 (Incremental_inputs::report_script): Rewrite.
8295 (Incremental_inputs::finalize): Do nothing but finalize string table.
8296 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
8297 (Incremental_inputs::sized_create_inputs_section_data): Remove.
8298 (Incremental_inputs::create_data_sections): New function.
8299 (Incremental_inputs::relocs_entsize): New function.
8300 (Output_section_incremental_inputs::set_final_data_size): New function.
8301 (Output_section_incremental_inputs::do_write): New function.
8302 (Output_section_incremental_inputs::write_header): New function.
8303 (Output_section_incremental_inputs::write_input_files): New function.
8304 (Output_section_incremental_inputs::write_info_blocks): New function.
8305 (Output_section_incremental_inputs::write_symtab): New function.
8306 * incremental.h (Incremental_script_entry): Forward declaration.
8307 (Incremental_object_entry): Forward declaration.
8308 (Incremental_archive_entry): Forward declaration.
8309 (Incremental_inputs): Forward declaration.
8310 (Incremental_inputs_header_data): Remove.
8311 (Incremental_inputs_header): Remove.
8312 (Incremental_inputs_header_write): Remove.
8313 (Incremental_inputs_entry_data): Remove.
8314 (Incremental_inputs_entry): Remove.
8315 (Incremental_inputs_entry_write): Remove.
8316 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
8317 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
8318 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
8319 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
8320 Likewise.
8321 (Incremental_input_entry): New class.
8322 (Incremental_script_entry): New class.
8323 (Incremental_object_entry): New class.
8324 (Incremental_archive_entry): New class.
8325 (Incremental_inputs::Incremental_inputs): Initialize new data members.
8326 (Incremental_inputs::report_inputs): Remove.
8327 (Incremental_inputs::report_archive): Remove.
8328 (Incremental_inputs::report_archive_begin): New function.
8329 (Incremental_inputs::report_archive_end): New function.
8330 (Incremental_inputs::report_object): Change prototype.
8331 (Incremental_inputs::report_input_section): New function.
8332 (Incremental_inputs::report_script): Change prototype.
8333 (Incremental_inputs::get_reloc_count): New function.
8334 (Incremental_inputs::set_reloc_count): New function.
8335 (Incremental_inputs::create_data_sections): New function.
8336 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
8337 (Incremental_inputs::inputs_section): New function.
8338 (Incremental_inputs::symtab_section): New function.
8339 (Incremental_inputs::relocs_section): New function.
8340 (Incremental_inputs::get_stringpool): Add const.
8341 (Incremental_inputs::command_line): Add const.
8342 (Incremental_inputs::inputs): Remove.
8343 (Incremental_inputs::command_line_key): New function.
8344 (Incremental_inputs::input_file_count): New function.
8345 (Incremental_inputs::input_files): New function.
8346 (Incremental_inputs::relocs_entsize): New function.
8347 (Incremental_inputs::sized_create_inputs_section_data): Remove.
8348 (Incremental_inputs::finalize_inputs): Remove.
8349 (Incremental_inputs::Input_info): Remove.
8350 (Incremental_inputs::lock_): Remove.
8351 (Incremental_inputs::inputs_): Change type.
8352 (Incremental_inputs::inputs_map_): Remove.
8353 (Incremental_inputs::current_object_entry_): New data member.
8354 (Incremental_inputs::inputs_section_): New data member.
8355 (Incremental_inputs::symtab_section_): New data member.
8356 (Incremental_inputs::relocs_section_): New data member.
8357 (Incremental_inputs::reloc_count_): New data member.
8358 (Incremental_inputs_reader): New class.
8359 (Incremental_symtab_reader): New class.
8360 (Incremental_relocs_reader): New class.
8361 * layout.cc (Layout::finalize): Move finalization of incremental info
8362 and creation of incremental info sections to follow finalization of
8363 symbol table. Set offsets for postprocessing sections.
8364 (Layout::create_incremental_info_sections): Call
8365 Incremental_inputs::create_data_sections. Add incremental symtab
8366 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
8367 sections to layout after input sections.
8368 * layout.h (struct Timespec): Forward declaration.
8369 (Layout::incremental_inputs): Add const.
8370 (Layout::create_incremental_info_sections): Add parameter.
8371 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
8372 * object.cc: Include incremental.h.
8373 (Relobj::finalize_incremental_relocs): New function.
8374 (Sized_relobj::do_layout): Record input sections in incremental info.
8375 * object.h (Object::output_section): New function.
8376 (Object::output_section_offset): Moved from Relobj.
8377 (Object::get_incremental_reloc_base): New function.
8378 (Object::get_incremental_reloc_count): New function.
8379 (Object::do_output_section): New function.
8380 (Object::do_output_section_offset): Moved from Relobj.
8381 (Object::do_get_incremental_reloc_base): New function.
8382 (Object::do_get_incremental_reloc_count): New function.
8383 (Object::Object): Initialize new data members.
8384 (Relobj::output_section): Renamed do_output_section and moved to
8385 protected.
8386 (Relobj::output_section_offset): Moved to Object.
8387 (Relobj::do_get_incremental_reloc_base): New function.
8388 (Relobj::do_get_incremental_reloc_count): New function.
8389 (Relobj::allocate_incremental_reloc_counts): New function.
8390 (Relobj::count_incremental_reloc): New function.
8391 (Relobj::finalize_incremental_relocs): New function.
8392 (Relobj::next_incremental_reloc_index): New function.
8393 (Relobj::reloc_counts_): New data member.
8394 (Relobj::reloc_bases_): New data member.
8395 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
8396 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
8397 (Sized_relobj::incremental_relocs_scan): New function.
8398 (Sized_relobj::incremental_relocs_scan_reltype): New function.
8399 (Sized_relobj::incremental_relocs_write): New function.
8400 (Sized_relobj::incremental_relocs_write_reltype): New function.
8401 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
8402 incremental link.
8403 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
8404 archives and object files elsewhere.
8405 (Add_symbols::run): Report object files here.
8406 (Finish_group::run): Report end of archive at end of group.
8407 * reloc.cc: Include layout.h, incremental.h.
8408 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
8409 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
8410 (Sized_relobj::incremental_relocs_scan): New function.
8411 (Sized_relobj::incremental_relocs_scan_reltype): New function.
8412 (Sized_relobj::do_relocate_sections): Write incremental relocations.
8413 (Sized_relobj::incremental_relocs_write): New function.
8414 (Sized_relobj::incremental_relocs_write_reltype): New function.
8415 * script.cc (read_input_script): Rewrite test for incremental link.
8416 Change call to Incremental_inputs::report_script.
8417 * symtab.h (Symbol_table::first_global_index): New function.
8418 (Symbol_table::output_count): New function.
8419
ce0d1972
DK
84202010-08-12 Doug Kwan <dougkwan@google.com>
8421
8422 * arm.cc (Target_arm::merge_object_attributes): Check command line
8423 options --no-wchar-size-warning and --no-enum-size-warning.
8424 * options.h (General_options): Add ld-compatible options
8425 --no-enum-size-warning and --no-wchar-size-warning.
8426
6e5710ce
ILT
84272010-08-04 Ian Lance Taylor <iant@google.com>
8428
8429 * x86_64.cc (Target_x86_64::Scan::local): Use
8430 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
8431 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
8432 (Target_x86_64::Scan::global): Likewise.
8433 (Target_x86_64::Relocate::relocate): Likewise.
8434 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
8435 Likewise.
8436
fef830db
CC
84372010-08-03 Cary Coutant <ccoutant@google.com>
8438
8439 * merge.cc (Output_merge_string::do_add_input_section): Count strings
8440 to reserve space in merged_strings vector. Keep total input size
8441 for stats.
8442 (Output_merge_string::do_print_merge_stats): Print total input size.
8443 * merge.h (Output_merge_string): Add input_size_ field.
8444 * stringpool.cc (Stringpool_template::string_length): Move
8445 implementations out of Stringpool_template class and place in
8446 stringpool.h.
8447 * stringpool.h (string_length): Move out of Stringpool_template.
8448
1e3811b0
ILT
84492010-08-03 Ian Lance Taylor <iant@google.com>
8450
8451 PR 11712
8452 * layout.cc (relaxation_loop_body): If address of load segment is
8453 set, adjust address to include headers if possible.
8454
7af0c620
ILT
84552010-08-03 Ian Lance Taylor <iant@google.com>
8456
8457 * version.cc (version_string): Bump to 1.10.
8458
22f0da72
ILT
84592010-08-03 Ian Lance Taylor <iant@google.com>
8460
8461 PR 11805
8462 * layout.h (enum Output_section_order): Define.
8463 (class Layout): Update declarations.
8464 * layout.cc (Layout::get_output_section): Add order parameter.
8465 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
8466 is_first_non_relro parameters. Change all callers.
8467 (Layout::choose_output_section): Likewise.
8468 (Layout::add_output_section_data): Likewise.
8469 (Layout::make_output_section): Likewise. Set order.
8470 (Layout::default_section_order): New function.
8471 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
8472 * output.cc (Output_section::Output_section): Initialize order_.
8473 Don't initialize deleted fields.
8474 (Output_segment::Output_segment): Don't initialize deleted
8475 fields.
8476 (Output_segment::add_output_section_to_load): New function
8477 replacing add_output_section. Change all callers to call this or
8478 add_output_section_to_nonload.
8479 (Output_segment::add_output_section_to_nonload): New function.
8480 (Output_segment::remove_output_section): Rewrite.
8481 (Output_segment::add_initial_output_data): Likewise.
8482 (Output_segment::has_any_data_sections): Likewise.
8483 (Output_segment::is_first_section_relro): Likewise.
8484 (Output_segment::maximum_alignment): Likewise.
8485 (Output_segment::has_dynamic_reloc): New function replacing
8486 dynamic_reloc_count. Change all callers.
8487 (Output_segment::has_dynamic_reloc_list): New function replacing
8488 dynamic_reloc_count_list. Change all callers.
8489 (Output_segment::set_section_addresses): Rewrite.
8490 (Output_segment::set_offset): Rewrite.
8491 (Output_segment::find_first_and_last_list): Remove.
8492 (Output_segment::set_tls_offsets): Rewrite.
8493 (Output_segment::first_section_load_address): Likewise.
8494 (Output_segment::output_section_count): Likewise.
8495 (Output_segment::section_with_lowest_load_address): Likewise.
8496 (Output_segment::write_section_headers): Likewise.
8497 (Output_segment::print_sections_to_map): Likewise.
8498 * output.h (class Output_data): Remove dynamic_reloc_count_
8499 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
8500 (Output_data::add_dynamic_reloc): Rewrite.
8501 (Output_data::has_dynamic_reloc): New function.
8502 (Output_data::dynamic_reloc_count): Remove.
8503 (class Output_section): Add order_ field. Remvoe is_relro_local_,
8504 is_last_relro_, is_first_non_relro_, is_interp_,
8505 is_dynamic_linker_section_ fields. Add order and set_order
8506 functions. Remove is_relro_local, set_is_relro_local,
8507 is_last_relro, set_is_last_relro, is_first_non_relro,
8508 set_is_first_non_relro functions, is_interp, set_is_interp,
8509 is_dynamic_linker_section, and set_is_dynamic_linker_section
8510 functions.
8511 (class Output_segment): Change Output_data_list from std::list to
8512 std:;vector. Add output_lists_ field. Remove output_data_ and
8513 output_bss_ fields. Update declarations.
8514
3ff2ccb0
ILT
85152010-08-02 Ian Lance Taylor <iant@google.com>
8516
8517 * arm.cc (Target_arm::gc_process_relocs): Use typename.
8518 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
8519 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
8520
88a4108b
ILT
85212010-08-02 Ian Lance Taylor <iant@google.com>
8522
8523 PR 11855
8524 * script.cc (Script_options::Script_options): Initialize
8525 symbol_definitions_ and symbol_references_.
8526 (Script_options::add_symbol_assignment): Update
8527 symbol_definitions_ and symbol_references_.
8528 (Script_options::add_symbol_reference): New function.
8529 (script_symbol): New function.
8530 * script.h (class Script_options): Add symbol_definitions_ and
8531 symbol_references_ fields.
8532 (Script_options::referenced_const_iterator): New type.
8533 (Script_options::referenced_begin): New function.
8534 (Script_options::referenced_end): New function.
8535 (Script_options::is_referenced): New function.
8536 (Script_options::any_unreferenced): New function.
8537 * script-c.h (script_symbol): Declare.
8538 * yyscript.y (exp): Call script_symbol.
8539 * symtab.cc: Include "script.h".
8540 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
8541 Change all callers. Check symbols referenced by scripts.
8542 (Symbol_table::add_undefined_symbols_from_command_line): Add
8543 layout parameter. Change all callers.
8544 (Symbol_table::do_add_undefined_symbols_from_command_line):
8545 Likewise. Break out loop body. Check symbols referenced by
8546 scripts.
8547 (Symbol_table::add_undefined_symbol_from_command_line): New
8548 function broken out of
8549 do_add_undefined_symbols_from_command_line.
8550 * symtab.h (class Symbol_table): Update declarations.
8551 * archive.cc: Include "layout.h".
8552 (Archive::should_include_member): Add layout parameter. Change
8553 all callers. Check for symbol mentioned in expression.
8554 * archive.h (class Archive): Update declaration.
8555 * object.cc (Sized_relobj::do_should_include_member): Add layout
8556 parameter.
8557 * object.h (Object::should_include_member): Add layout parameter.
8558 Change all callers.
8559 (Object::do_should_include_member): Add layout parameter.
8560 (class Sized_relobj): Update declaration.
8561 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
8562 parameter.
8563 * dynobj.h (class Sized_dynobj): Update declaration.
8564 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
8565 layout parameter.
8566 * plugin.h (class Sized_pluginobj): Update declaration.
8567
5f1ab67a
ILT
85682010-08-02 Ian Lance Taylor <iant@google.com>
8569
8570 PR 11866
8571 * output.cc (Output_segment::set_offset): Search for the first and
8572 last sections rather than assuming that the list is in order.
8573 (Output_segment::find_first_and_last_list): New function.
8574 * output.h (class Output_segment): Update declarations.
8575 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
8576 (relro_strip_test_SOURCES): New variable.
8577 (relro_strip_test_DEPENDENCIES): New variable.
8578 (relro_strip_test_LDFLAGS): New variable.
8579 (relro_strip_test_LDADD): New variable.
8580 (relro_strip_test.so): New target.
8581
a8df5856
ILT
85822010-08-02 Ian Lance Taylor <iant@google.com>
8583
8584 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
8585 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
8586 (Target_i386::got_tlsdesc_section): New function.
8587 (Target_i386::got_section): Create space for GOT entries for
8588 TLSDESC relocations.
8589 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
8590 R_386_TLS_GOTDESC.
8591 (Target_i386::Scan::global): Likewise.
8592 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
8593 using TLSDESC GOT.
8594 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
8595 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
8596 (Target_x86_64::got_tlsdesc_section): New function.
8597 (Target_x86_64::got_section): Create space for GOT entries for
8598 TLSDESC relocations.
8599 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
8600 R_386_TLS_GOTDESC.
8601 (Target_x86_64::Scan::global): Likewise.
8602 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
8603 using TLSDESC GOT.
8604
0c10a0a6
ILT
86052010-08-02 Ian Lance Taylor <iant@google.com>
8606
8607 * testsuite/final_layout.sh: Use dc to convert from hex to
8608 decimal.
8609
41cbeecc
ST
86102010-07-29 Sriraman Tallam <tmsriram@google.com>
8611
8612 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
8613 paramter to the call to gold::gc_process_relocs.
8614 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
8615 paramter to the call to gold::gc_process_relocs.
8616 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
8617 parameter to the call to gold::gc_process_relocs.
8618 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
8619 template parameter to the call to gold::gc_process_relocs.
8620 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
8621 paramter to the call to gold::gc_process_relocs.
8622 * gc.h (get_embedded_addend_size): New function.
8623 (gc_process_relocs): Save the size of the reloc for use by ICF.
8624 * icf.cc (get_section_contents): Get the addend from the text section
8625 for SHT_REL relocation sections.
8626 * icf.h (Icf::Reloc_addend_size_info): New typedef.
8627 (Icf::Reloc_info): Add new member reloc_addend_size_info.
8628 * int_encoding.h (read_from_pointer): New overloaded function.
8629 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
8630 * testsuite/icf_sht_rel_addend_test.sh: New file.
8631 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
8632 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
8633
6ea55b82
RW
86342010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8635
8636 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
8637 * Makefile.in: Regenerate.
8638 * testsuite/Makefile.in: Regenerate.
8639
9691462b
ILT
86402010-07-27 Jeffrey Yasskin <jyasskin@google.com>
8641
8642 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
8643 * gold/testsuite/debug_msg.cc: Likewise.
8644 * gold/testsuite/odr_violation1.cc
8645 * gold/testsuite/odr_violation2.cc
8646
76897331
CC
86472010-07-21 Cary Coutant <ccoutant@google.com>
8648
8649 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
8650 string, and length fields.
8651 (Output_merge_string::Merged_strings_list): New type.
8652 (Output_merge_string::Merged_strings_lists): New typedef.
8653 (Output_merge_string): Replace merged_strings_ with
8654 merged_strings_lists_.
8655 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
8656 Merged_strings_list per input object and section. Don't store pointer
8657 to the string. Don't store length with each merged string entry.
8658 (Output_merge_string::finalize_merged_data): Loop over list of merged
8659 strings lists. Recompute length of each merged string.
8660
78384e8f
CC
86612010-07-15 Cary Coutant <ccoutant@google.com>
8662
8663 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
8664 here.
8665
783659f9
ILT
86662010-07-14 Ian Lance Taylor <iant@google.com>
8667
8668 * descriptors.cc (Descriptors::open): Report correct name in error
8669 message.
8670
131687b4
DK
86712010-07-13 Doug Kwan <dougkwan@google.com>
8672
8673 * arm.cc (Arm_input_section::Arm_input_section): For a
8674 SHT_ARM_EXIDX section, always keeps the input sections.
8675 (Arm_input_section::set_exidx_section_link): New method.
8676 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
8677 has_errors_ to false.
8678 (Arm_exidx_input_section::has_errors,
8679 Arm_exidx_input_section::set_has_errors): New methods.
8680 (Arm_exidx_input_section::has_errors_): New data member.
8681 (Arm_relobj::get_exidx_shndx_list): New method.
8682 (Arm_output_section::append_text_sections_to_list): Do not skip
8683 section without SHF_EXECINSTR.
8684 (Arm_output_section::fix_exidx_coverage): Skip input sections with
8685 errors.
2e702c99 8686 (Arm_relobj::make_exidx_input_section): Add new parameter for text
131687b4
DK
8687 section header. Make error messages more verbose. Check for
8688 a non-executable section linked to an EXIDX section.
8689 (Arm_relobj::do_read_symbols): Remove error checking, which has been
8690 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
8691 check that there is no deferred EXIDX section if we exit early.
8692 Instead of not making an EXIDX section in case of an error, make one
8693 and set the has_errors flag of it.
8694 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
8695 in a relocatable link.
8696 (Target_arm::do_relax): Look for the EXIDX output section instead of
8697 assuming that it is called .ARM.exidx.
2e702c99 8698 (Target_arm::fix_exidx_coverage): Add a new parameter for input
131687b4
DK
8699 section list. Do not check for SHF_EXECINSTR section flags but
8700 skip any input section with errors.
8701 * output.cc (Output_section::Output_section): Initialize
8702 always_keeps_input_sections_ to false.
8703 (Output_section::add_input_section): Check for
8704 always_keeps_input_sections_.
8705 * output.h (Output_section::always_keeps_input_sections,
8706 Output_section::set_always_keeps_input_sections): New methods.
8707 (Output_section::always_keeps_input_sections): New data member.
8708
69517287
RÁE
87092010-07-13 Rafael Espindola <espindola@google.com>
8710
8711 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
8712 * fileread.h (Input_file): Add try_extra_search_path and find_file.
8713
82742395
ILT
87142010-07-13 Philip Herron <herron.philip@googlemail.com>
8715 Ian Lance Taylor <iant@google.com>
8716
8717 * output.h (Output_section_lookup_maps::add_merge_section):
8718 Correct check of whether value was inserted.
8719 (Output_section_lookup_maps::add_merge_input_section): Likewise.
8720 (Output_section_lookup_maps::add_relaxed_input_section):
8721 Likewise.
8722 * arm.cc (Target_arm::got_section): Remove used local os.
8723 * i386.cc (Target_i386::got_section): Likewise.
8724 * x86_64.cc (Target_x86_64::got_section): Likewise.
8725 * sparc.cc (Target_sparc::got_section): Likewise.
8726 (Target_sparc::relocate): Remove unused local have_got_offset.
8727 * powerpc.cc (Target_powerpc::relocate): Likewise.
8728
f2d707b5
ILT
87292010-07-13 Ian Lance Taylor <iant@google.com>
8730
241531d6
ILT
8731 * compressed_output.cc (zlib_decompress): Fix signature in
8732 !HAVE_ZLIB_H case.
8733
f2d707b5
ILT
8734 * archive.cc (Archive::include_member): Unlock an external member
8735 of a thin archive. Don't bother to delete an object we know is
8736 NULL.
8737
a2e47362
CC
87382010-07-12 Cary Coutant <ccoutant@google.com>
8739
8740 * compressed_output.cc (zlib_decompress): New function.
8741 (get_uncompressed_size): New function.
8742 (decompress_input_section): New function.
8743 * compressed_output.h (get_uncompressed_size): New function.
8744 (decompress_input_section): New function.
8745 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
8746 Handle compressed debug sections.
8747 * layout.cc (is_compressed_debug_section): New function.
8748 (Layout::output_section_name): Map compressed section names to
8749 canonical names.
8750 * layout.h (is_compressed_debug_section): New function.
8751 (is_debug_info_section): Recognize compressed debug sections.
8752 * merge.cc: Include compressed_output.h.
8753 (Output_merge_data::do_add_input_section): Handle compressed
8754 debug sections.
8755 (Output_merge_string::do_add_input_section): Handle compressed
8756 debug sections.
8757 * object.cc: Include compressed_output.h.
8758 (Sized_relobj::Sized_relobj): Initialize new data members.
8759 (build_compressed_section_map): New function.
8760 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
8761 * object.h (Object::section_is_compressed): New method.
8762 (Object::do_section_is_compressed): New method.
8763 (Sized_relobj::Compressed_section_map): New type.
8764 (Sized_relobj::do_section_is_compressed): New method.
8765 (Sized_relobj::compressed_sections_): New data member.
8766 * output.cc (Output_section::add_input_section): Handle compressed
8767 debug sections.
8768 * reloc.cc: Include compressed_output.h.
8769 (Sized_relobj::write_sections): Handle compressed debug sections.
8770
ce279a62
CC
87712010-07-08 Cary Coutant <ccoutant@google.com>
8772
8773 * resolve.cc (Symbol_table::resolve): Remember whether undef was
8774 weak when resolving to a dynamic def.
8775 (Symbol_table::should_override): Add adjust_dyndef flag; set it
8776 for weak undef/dynamic def cases. Adjust callers.
8777 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
8778 undef_binding_weak_.
8779 (Symbol_table::sized_write_globals): Adjust symbol binding.
8780 (Symbol_table::sized_write_symbol): Add binding parameter.
8781 * symtab.h (Symbol::set_undef_binding): New method.
8782 (Symbol::is_undef_binding_weak): New method.
8783 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
8784 (Symbol_table::should_override): Add new parameter.
8785 (Symbol_table::sized_write_symbol): Add new parameter.
8786
8787 * testsuite/weak_undef_file1.cc: Add new test case.
8788 * testsuite/weak_undef_file2.cc: Fix header comment.
8789 * testsuite/weak_undef_test.cc: Add new test case.
8790
b2286c10
DK
87912010-06-29 Doug Kwan <dougkwan@google.com>
8792
8793 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
8794 Initialize USE_SYMBOL_.
8795 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
8796 definition.
8797 (Arm_reloc_property::uses_symbol_): New data member declaration.
8798 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
8799 uses symbol value and symbol is undefined but not weakly undefined.
8800
4802450a
RÁE
88012010-06-28 Rafael Espindola <espindola@google.com>
8802
8803 * plugin.cc (Plugin::load): Use dlerror.
8804
e5ca47ba
ILT
88052010-06-26 Jeffrey Yaskin <jyasskin@google.com>
8806
8807 * symtab.cc (detect_odr_violations): When reporting an ODR
8808 violation, report an object where the symbol is defined.
8809
8a75a161
DK
88102010-06-25 Doug Kwan <dougkwan@google.com>
8811
8812 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
8813 (Target_arm::section_may_have_icf_unsafe_pointers): New method
8814 definition.
8815 (Target_arm::Scan::local_reloc_may_be_function_pointer,
8816 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
8817 target hook to detect function points.
8818 (Target_arm::Scan::possible_function_pointer_reloc): New method.
8819 * icf.h (Icf::check_section_for_function_pointers): Change type of
8820 parameter SECTION_NAME to const reference to std::string. Use
8821 target hook to determine if section may have unsafe pointers.
8822 * target.h (Target::section_may_have_icf_unsafe_pointers): New
8823 method definition.
8824
42218b9f
RÁE
88252010-06-21 Rafael Espindola <espindola@google.com>
8826
8827 * fileread.cc (Input_file::find_fie): New
8828 (Input_file::open): Use Input_file::find_fie.
8829 * fileread.h (Input_file::find_fie): New
8830 * plugin.cc (set_extra_library_path): New.
8831 (Plugin::load): Add set_extra_library_path to the transfer vector.
8832 (Plugin_manager::set_extra_library_path): New.
8833 (Plugin_manager::add_input_file): Use the extra search path if set.
8834 (set_extra_library_path(): New.
8835 * plugin.h (Plugin_manager): Add set_extra_library_path and
8836 extra_search_path_.
8837
a0506cca
CC
88382010-06-19 Cary Coutant <ccoutant@google.com>
8839
8840 * layout.cc (gdb_sections): Add .debug_types.
8841 (lines_only_debug_sections): Likewise.
8842
6508b958
RÁE
88432010-06-18 Rafael Espindola <espindola@google.com>
8844
8845 * plugin.cc (add_input_file,add_input_library)
8846 (Plugin_manager::add_input_file): Make filename arguments const.
8847 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
8848 const.
8849
3e235302
DK
88502010-06-16 Doug Kwan <dougkwan@google.com>
8851
8852 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
8853 .ARM.attributes section if we have not merged any input
8854 attributes sections.
8855
106e8a6c
DK
88562010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8857
8858 * arm.cc: Allow combining objects with no EABI version
8859 information.
8860
91ff43fe
RÁE
88612010-06-15 Rafael Espindola <espindola@google.com>
8862
8863 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
8864
68ed838c
ILT
88652010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8866
8867 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
8868 (struct iovec): Correct !HAVE_READV definition.
8869
f3a2388f
CC
88702010-06-10 Cary Coutant <ccoutant@google.com>
8871
8872 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
8873 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
8874 reloc sections.
8875 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
8876
8877 PR 11683
8878 * symtab.h (Symbol::is_placeholder): New member function.
8879 * target-reloc.h (relocate_section): Check for placeholder symbols.
8880
8881 * testsuite/Makefile.am (plugin_test_8): New test.
8882 (plugin_test_9): New test.
8883 * testsuite/Makefile.in: Regenerate.
8884
e1df38aa
NC
88852010-06-09 Nick Clifton <nickc@redhat.com>
8886
8887 * yyscript.y (input_list_element): Allow strings prefixed with
8888 the '-' character. Treat these as libraries.
8889 * script.cc (script_add_library): New function. Adds a library
8890 specified by "-l<name>" found in an input script.
8891 * script-c.h: Add prototype for script_add_library.
8892
25bbe950
DK
88932010-06-07 Doug Kwan <dougkwan@google.com>
8894
8895 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
8896 Restrict stub-group size to be within long conditional branch
8897 range when working around cortex-A8 erratum.
8898
0f32ea4c
ILT
88992010-06-07 Damien Diederen <dd@crosstwine.com>
8900
8901 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
8902 #ifdef typo.
8903
8fe2a369
ST
89042010-06-03 Sriraman Tallam <tmsriram@google.com>
8905
8906 PR gold/11658
8907 * output.cc
8908 (Output_section::Input_section_sort_entry::compare_section_ordering):
8909 Change to return non-zero correctly.
8910 (Output_section::Input_section_sort_section_order_index_compare
8911 ::operator()): Change to fix ambiguity in comparisons.
8912
6e9ba2ca
ST
89132010-06-01 Sriraman Tallam <tmsriram@google.com>
8914
8915 * gold.h (is_wildcard_string): New function.
8916 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
8917 (Layout::layout_eh_frame): Ditto.
8918 (Layout::find_section_order_index): New method.
8919 (Layout::read_layout_from_file): New method.
8920 * layout.h (Layout::find_section_order_index): New method.
8921 (Layout::read_layout_from_file): New method.
8922 (Layout::input_section_position_): New private member.
8923 (Layout::input_section_glob_): New private member.
8924 * main.cc (main): Call read_layout_from_file here.
8925 * options.h (--section-ordering-file): New option.
8926 * output.cc (Output_section::input_section_order_specified_): New
8927 member.
8928 (Output_section::Output_section): Initialize new member.
8929 (Output_section::add_input_section): Add new parameter.
8930 Keep input sections when --section-ordering-file is used.
8931 (Output_section::set_final_data_size): Sort input sections when
8932 section ordering file is specified.
8933 (Output_section::Input_section_sort_entry): Add new parameter.
8934 Check sorting type.
8935 (Output_section::Input_section_sort_entry::compare_section_ordering):
8936 New method.
8937 (Output_section::Input_section_sort_compare::operator()): Change to
8938 consider section_order_index.
8939 (Output_section::Input_section_sort_init_fini_compare::operator()):
8940 Change to consider section_order_index.
8941 (Output_section::Input_section_sort_section_order_index_compare
8942 ::operator()): New method.
8943 (Output_section::sort_attached_input_sections): Change to sort
8944 according to section order when specified.
e1df38aa
NC
8945 (Output_section::add_input_section<32, true>): Add new parameter.
8946 (Output_section::add_input_section<64, true>): Add new parameter.
8947 (Output_section::add_input_section<32, false>): Add new parameter.
8948 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
8949 * output.h (Output_section::add_input_section): Add new parameter.
8950 (Output_section::input_section_order_specified): New
8951 method.
8952 (Output_section::set_input_section_order_specified): New method.
8953 (Input_section::Input_section): Initialize section_order_index_.
8954 (Input_section::section_order_index): New method.
8955 (Input_section::set_section_order_index): New method.
8956 (Input_section::section_order_index_): New member.
8957 (Input_section::Input_section_sort_section_order_index_compare): New
8958 struct.
8959 (Output_section::input_section_order_specified_): New member.
8960 * script-sections.cc (is_wildcard_string): Delete and move modified
8961 method to gold.h.
8962 (Output_section_element_input::Output_section_element_input): Modify
8963 call to is_wildcard_string.
8964 (Output_section_element_input::Input_section_pattern
8965 ::Input_section_pattern): Ditto.
8966 (Output_section_element_input::Output_section_element_input): Ditto.
8967 * testsuite/Makefile.am (final_layout): New test case.
8968 * testsuite/Makefile.in: Regenerate.
8969 * testsuite/final_layout.cc: New file.
8970 * testsuite/final_layout.sh: New file.
8971
3537c84b
RÁE
89722010-06-01 Rafael Espindola <espindola@google.com>
8973
8974 * plugin.cc (Plugin::load): Pass the output name to the plugin.
8975
105b6afd
RÁE
89762010-06-01 Rafael Espindola <espindola@google.com>
8977
8978 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
8979 visibility of symbols.
8980
29e11421
DK
89812010-05-27 Doug Kwan <dougkwan@google.com>
8982
8983 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
8984 from start of output section instead of address for a local symbol
8985 in a merged or relaxed section when doing a relocatable link.
8986
5e0f337e
RÁE
89872010-05-26 Rafael Espindola <espindola@google.com>
8988
703d02da 8989 PR 11604
5e0f337e
RÁE
8990 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
8991 adding sections the garbage collector removed.
8992 * gold/testsuite/Makefile.am: Add test.
8993 * gold/testsuite/Makefile.in: Regenerate.
8994 * gold/testsuite/plugin_test_7.sh: New.
8995 * gold/testsuite/plugin_test_7_1.c: New.
8996 * gold/testsuite/plugin_test_7_2.c: New.
8997
f4187277
RÁE
89982010-05-26 Rafael Espindola <espindola@google.com>
8999
9000 * script-sections.cc (Output_section_definition::set_section_addresses):
9001 Check for --section-start.
9002
5c388529
DK
90032010-05-26 Doug Kwan <dougkwan@google.com>
9004
9005 * arm.cc (Arm_scan_relocatable_relocs): New class.
9006 (Target_arm::relocate_special_relocatable): New method.
9007 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
9008 (Arm_relocate_functions::thumb_branch_common): Same.
9009 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
9010 instead of Default_scan_relocatable_relocs.
9011 * target-reloc.h (relocate_for_relocatable): Let target handle
9012 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
9013 * target.h (Sized_target::relocate_special_relocatable): New method.
9014
bca1c3ae
ILT
90152010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9016
9017 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
9018
0439c796
DK
90192010-05-23 Doug Kwan <dougkwan@google.com>
9020
9021 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
9022 instead of a cast.
9023 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
9024 with a direct branch, not a conditional branch, to a stub.
9025 * merge.cc (Output_merge_base::record_input_section): New method
9026 defintion.
9027 (Output_merge_data::do_add_input_section): Record input section if
9028 keeps-input-sections flag is set.
9029 (Output_merge_string::do_add_input_section): Ditto.
9030 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
9031 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
9032 INPUT_SECTIONS_.
9033 (Output_merge_base::keeps_input_sections,
9034 Output_merge_base::set_keeps_input_sections,
9035 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
9036 method definitions.
9037 (Output_merge_base::Input_sections): New type declaration.
9038 (Output_merge_base::input_sections_begin,
9039 Output_merge_base::input_sections_end,
9040 Output_merge_base::do_set_keeps_input_sections): New method definitions.
9041 (Output_merge_base::bool keeps_input_sections_,
9042 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
9043 Output_merge_base::input_sections_): New data members.
9044 (Output_merge_data::do_set_keeps_input_sections): New method
9045 defintion.
9046 (Output_merge_string::do_set_keeps_input_sections): Ditto.
9047 * output.cc (Output_section::Input_section::relobj): Move method
9048 defintion from class declaration to here and handle merge sections.
9049 (Output_section::Input_section::shndx): Ditto.
9050 (Output_section::Output_section): Remove initializations of removed
9051 data members and initialize new data member LOOKUP_MAPS_.
9052 (Output_section::add_input_section): Set keeps-input-sections flag
9053 for a newly created merge output section as appropriate. Adjust code
9054 to use Output_section_lookup_maps class.
9055 (Output_section::add_relaxed_input_section): Adjst code for lookup
9056 maps code refactoring.
2e702c99 9057 (Output_section::add_merge_input_section): Add a new parameter
0439c796
DK
9058 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
9059 class. If adding input section to a newly created merge output
9060 section fails, remove the new merge section.
9061 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 9062 Adjust code for use of the Output_section_lookup_maps class.
2e702c99 9063 (Output_section::find_merge_section): Ditto.
0439c796 9064 (Output_section::build_lookup_maps): New method defintion.
2e702c99 9065 (Output_section::find_relaxed_input_section): Adjust code to use
0439c796
DK
9066 Output_section_lookup_maps class.
9067 (Output_section::get_input_sections): Export merge sections. Adjust
9068 code to use Output_section_lookup_maps class.
9069 (Output_section:::add_script_input_section): Adjust code to use
9070 Output_section_lookup_maps class. Update lookup maps for merge
9071 sections also.
9072 (Output_section::discard_states): Use Output_section_lookup_maps.
9073 (Output_section::restore_states): Same.
9074 * output.h (Merge_section_properties): Move class defintion out of
9075 Output_section.
9076 (Output_section_lookup_maps): New class.
9077 (Output_section::Input_section::is_merge_section): New method
9078 defintion.
9079 (Output_section::Input_section::relobj): Move defintion out of class
9080 defintion. Declare method only.
9081 (Output_section::Input_section::shndx): Ditto.
9082 (Output_section::Input_section::output_merge_base): New method defintion.
2e702c99 9083 (Output_section::Input_section::u2_.pomb): New union field.
0439c796
DK
9084 (Output_section::Merge_section_by_properties_map,
9085 Output_section::Output_section_data_by_input_section_map,
9086 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
9087 Remove types.
2e702c99 9088 (Output_section::add_merge_input_section): Add new parameter
0439c796
DK
9089 KEEPS_INPUT_SECTIONS.
9090 (Output_section::build_lookup_maps): New method declaration.
9091 (Output_section::merge_section_map_,
9092 Output_section::merge_section_by_properties_map_,
9093 Output_section::relaxed_input_section_map_,
9094 Output_section::is_relaxed_input_section_map_valid_): Remove data
9095 members.
9096 (Output_section::lookup_maps_): New data member.
9097
76295588
L
90982010-05-21 Doug Kwan <dougkwan@google.com>
9099
9100 PR gold/11619
9101 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
9102 avoid a compilation error.
9103
d103a984
RÁE
91042010-05-19 Rafael Espindola <espindola@google.com>
9105
9106 * script-sections.cc (Output_section_definition::allocate_to_segment):
9107 Update the phdrs_list even when the output section is NULL.
9108 * testsuite/Makefile.am: Add test.
9109 * testsuite/Makefile.in: Regenerate.
9110 * testsuite/script_test_9.cc: New.
9111 * testsuite/script_test_9.sh: New.
9112 * testsuite/script_test_9.t: New.
9113
6625d24e
DK
91142010-05-19 Doug Kwan <dougkwan@google.com>
9115
9116 * arm.cc (Arm_input_section::original_size): New method.
9117 (Arm_input_section::do_addralign): Add a cast.
9118 (Arm_input_section::do_output_offset): Remove static cast.
9119 (Arm_input_section::original_addralign,
9120 Arm_input_section::original_size_): Change type to uint32_t.
9121 (Arm_input_section::init): Add safe casts for section alignment
9122 and size.
9123 (Arm_input_section::set_final_data_size): Do not set address and
9124 offset of stub table.
9125 (Arm_output_section::fix_exidx_coverage): Change use of of
9126 Output_section::Simple_input_section to that of
9127 Output_section::Input_section.
9128 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
9129 except for the first pass.
9130 * output.cc (Output_section::get_input_sections): Change type of
9131 input_sections to std::list<Input_section>.
9132 (Output_section::add_script_input_section): Rename from
9133 Output_section::add_simple_input_section. Change type of SIS
9134 parameter from Simple_input_section to Input_section.
9135 * output.h (Output_section::Simple_input_section): Remove class.
9136 (Output_section::Input_section): Change class visibility to public.
9137 (Output_section::Input_section::addralign): Use stored alignments
9138 for special input sections if set.
9139 (Output_section::Input_section::set_addralign): New method.
9140 (Output_section::get_input_sections): Change parameter type from
9141 list of Simple_input_section to list of Input_section.
9142 (Output_section::add_script_input_section): Rename from
9143 Output_section::add_simple_input_section. Change first parameter's
9144 type from Simple_input_section to Input_section and remove the
9145 second and third parameters.
9146 * script-sections.cc (Input_section::Input_section_list): Change
9147 type to list of Output_section::Input_section/
9148 (Input_section_info::Input_section_info): Change parameter type of
9149 INPUT_SECTION to Output_section::Input_section.
9150 (Input_section_info::input_section): Change return type.
9151 (Input_section_info::input_section_): Change type to
9152 Output_section::Input_section.
9153 (Output_section_element_input::set_section_addresses): Adjust code
9154 to use Output_section::Input_section instead of
9155 Output_section::Simple_input_section. Adjust code for renaming
9156 of Output_section::add_simple_input_section.
9157 (Orphan_output_section::set_section_addresses): Ditto.
9158
e1e82ea4
RW
91592010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9160
9161 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
9162 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
9163
91e75c8a
RÁE
91642010-05-18 Rafael Espindola <espindola@google.com>
9165
9166 * options.cc (General_options::finalize): Handle -nostdlib.
9167 * options.h (nostdlib): New option.
9168 * script.cc (script_add_search_dir): Handle -nostdlib.
9169
da59ad79
DK
91702010-05-12 Doug Kwan <dougkwan@google.com>
9171
9172 * arm.cc (Target_arm::do_finalize_sections): Create an empty
9173 attributes section only if there no attributes section after merging.
9174 (Target_arm::merge_object_attributes): Move value of
e1df38aa 9175 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
9176 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
9177 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
9178 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
9179 and arm_attr_merge_7.stdout.
9180 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
9181 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
9182 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
9183 arm_attr_merge_7b.o): New rules.
9184 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
9185 arm_attr_merge_7
9186 * testsuite/Makefile.in: Regenerate.
9187 * testsuite/arm_attr_merge.sh: New file.
9188 * testsuite/arm_attr_merge_[67][ab].s: Same.
9189
3e01a7fd
NC
91902010-05-05 Nick Clifton <nickc@redhat.com>
9191
9192 * po/es.po: Updated Spanish translation.
9193
7ad2014a
L
91942010-04-27 H.J. Lu <hongjiu.lu@intel.com>
9195
9196 * Makefile.am (install-exec-local): Properly install gold as
9197 default cross linker.
9198 * Makefile.in: Regenerated.
9199
4fda8867
NC
92002010-04-27 H.J. Lu <hongjiu.lu@intel.com>
9201 Nick Clifton <nickc@redhat.com>
9202
9203 * configure.ac (install_as_default): Define and set to false
9204 unless --enable-gold or --enable-gold=both/gold has been
9205 specified.
9206 * configure: Regenerate.
9207
9208 * Makefile.am (install-exec-local): Install the executable as
9209 'ld.gold'. If install_as_default is true then also install it as
9210 'ld'.
9211 * Makefile.in: Regenerated.
9212
bd288ea2
ILT
92132010-04-24 Ian Lance Taylor <iant@google.com>
9214
9215 * layout.cc (Layout::layout_reloc): In relocatable link don't
9216 combine reloc sections for grouped sections.
9217
ef38fd8a
ST
92182010-04-23 Sriraman Tallam <tmsriram@google.com>
9219
9220 * gc.h (gc_process_relocs): Pass information on relocs pointing to
9221 sections that are not ordinary to icf.
9222 * icf.cc (get_section_contents): Handle relocation pointing to section
9223 with no object or shndx information.
9224 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
9225 * testsuite/Makefile.in: Regenerate.
9226 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
9227 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
9228
f6973bdc
ILT
92292010-04-22 Ian Lance Taylor <iant@google.com>
9230
9231 * expression.cc (Expression::Expression_eval_info): Add
9232 result_alignment_pointer field.
9233 (Expression::eval_with_dot): Add result_alignment_pointer
9234 parameter. Change all callers.
9235 (Expression::eval_maybe_dot): Likewise.
9236 (class Binary_expression): Add alignment_pointer parameter to
9237 left_value and right_value. Change all callers.
9238 (BINARY_EXPRESSION): Set result alignment.
9239 (class Trinary_expression): Add alignment_pointer parameter to
9240 arg2_value and arg3_value. Change all callers.
9241 (Trinary_cond::value): Set result alignment.
9242 (Max_expression::value, Min_expression::value): Likewise.
9243 (Align_expression::value): Likewise.
9244 * script-sections.cc (class Sections_element): Add dot_alignment
9245 parameter to set_section_addresses virtual function. Update
9246 instantiations.
9247 (class Output_section_element): Likewise.
9248 (Script_sections::create_segments): Add dot_alignment parameter.
9249 Change all callers.
9250 (Script_sections::create_segments_from_phdrs_clause): Likewise.
9251 (Script_sections::set_phdrs_clause_addresses): Likewise.
9252 * script-sections.h: Update declarations.
9253 * script.h: Update declarations.
9254 * output.h (Output_segment::set_minimum_p_align): Don't decrease
9255 min_p_align.
9256 * testsuite/script_test_3.t: Set large alignment.
9257 * testsuite/script_test_3.sh: Make sure that at least one LOAD
9258 segment has expected alignment.
9259
9c9c98a5
NC
92602010-04-22 Nick Clifton <nickc@redhat.com>
9261
9262 * po/gold.pot: Updated by the Translation project.
9263 * po/vi.po: Updated Vietnamese translation.
9264
2253bfba
L
92652010-04-22 H.J. Lu <hongjiu.lu@intel.com>
9266
9267 * testsuite/Makefile.am (check_PROGRAMS): Add
9268 icf_virtual_function_folding_test.
9269 * testsuite/Makefile.in: Regenerated.
9270
85fdf906
AH
92712010-04-15 Andrew Haley <aph@redhat.com>
9272
9273 * options.h (merge_exidx_entries): New option.
9274 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
9275 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
9276 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
9277 (Target_arm::merge_exidx_entries): New function.
9278 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
9279 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
9280 to Arm_exidx_fixup constructor.
9281 Add new arg, merge_exidx_entries.
9282 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
9283 Arm_output_section::fix_exidx_coverage.
9284
ce97fa81
ST
92852010-04-18 Sriraman Tallam <tmsriram@google.com>
9286
9287 * icf.cc (get_section_contents): Check for preemptible functions.
9288 Ignore addend when appropriate.
9289 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
9290 section folded.
9291 (add_from_relobj): Check for section folded.
9292 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
9293 * symtab.h (should_add_dynsym_entry): Add new parameter.
9294 * target-reloc.h (scan_relocs): Check for section folded.
9295 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
9296 Check reloc types for function pointers in shared objects.
9297 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
9298 case.
9299 (icf_preemptible_functions_test): New test case.
9300 (icf_string_merge_test): New test case.
9301 * testsuite.Makefile.in: Regenerate.
9302 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
9303 bar_glob. Refactor code.
9304 * testsuite/icf_preemptible_functions_test.cc: New file.
9305 * testsuite/icf_preemptible_functions_test.sh: New file.
9306 * testsuite/icf_string_merge_test.cc: New file.
9307 * testsuite/icf_string_merge_test.sh: New file.
9308 * testsuite/icf_virtual_function_folding_test.cc: New file.
9309 * testsuite/icf_virtual_function_folding_test.sh: New file.
9310
04ceb17c
DK
93112010-04-14 Doug Kwan <dougkwan@google.com>
9312
9313 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
9314 for local symbol recounting if we remove a section due to ICF.
9315 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
9316 there are no regular objects in input.
9317
153e7da4
DK
93182010-04-13 Doug Kwan <dougkwan@google.com>
9319
9320 * arm.cc (Arm_input_section::set_final_data_size): Compute
9321 accurate final data size instead of using current data size.
9322
4dbd9faf
DK
93232010-04-09 Doug Kwan <dougkwan@google.com>
9324
9325 * layout.cc (Layout::choose_output_section): Handle script section
9326 types.
9327 (Layout::make_output_section_for_script): Add section type parameter.
9328 Handle script section types.
9329 * layout.h (Layout::make_output_section_for_script): Add section
9330 type parameter.
9331 * output.cc (Output_section::Output_section): Initialize data member
9332 is_noload_.
9333 (Output_section::do_reset_address_and_file_offset): Do not set address
9334 to 0 if section is a NOLOAD section.
9335 * output.h (Output_section::is_noload): New method.
9336 (Output_section::set_is_noload): Ditto.
9337 (Output_section::is_noload_): New data member.
9338 * script-c.h (Script_section_type): New enum type.
9339 (struct Parser_output_section_header): Add new file section_type.
9340 * script-sections.cc (Sections_element::output_section_name): Add
9341 parameter for returning script section type.
9342 (Output_section_definition::output_section_name): Ditto.
9343 (Output_section_definition::section_type)P; New method.
9344 (Output_section_definiton::script_section_type_name): Ditto.
9345 (Output_section_definition::script_section_type_): New data member.
9346 (Output_section_definition::Output_section_definition): Initialize
9347 data member Output_section_definition::script_section_type_.
9348 (Output_section_definition::create_sections): Pass script section type
9349 to Layout::make_output_section_for_script.
9350 (Output_section_definition::output_section_name): Return script
9351 section type to caller.
9352 (Output_section_definition::set_section_address): Do not advance
9353 dot value and load address if section type is NOLOAD. Set address
9354 of NOLOAD sections regardless of section flags.
9355 (Output_section_definition::print): Print section type if it is
9356 not SCRIPT_SECTION_TYPE_NONE.
9357 (Output_section_definition::section_type): New method.
9358 (Output_section_definition::script_section_type_name): Ditto.
9359 (Script_sections::output_section_name): Add new parameter
9360 PSECTION_TYPE for returning script section type. Pass it to
9361 section elements. Handle discard sections.
9362 (Sort_output_sections::operator()): Handle NOLOAD sections.
9363 * script-sections.h (Script_sections::Section_type): New enum type.
2e702c99 9364 (Script_sections::output_section_name): Add a new parameter for
4dbd9faf
DK
9365 returning script section type.
9366 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
9367 INFO and NOLOAD.
9368 * yyscript.y (union): Add new field SECTION_TYPE.
9369 (COPY, DSECT, INFO, NOLOAD): New tokens.
9370 (opt_address_and_section_type): Change type to output_section_header.
9371 (section_type): New non-terminal
9372 (section_header): Handle section type.
2253bfba 9373 (opt_address_and_section_type): Return section type value.
4dbd9faf 9374
721ea635
L
93752010-04-09 H.J. Lu <hongjiu.lu@intel.com>
9376
9377 * testsuite/plugin_common_test_1.c (foo): Add prototype.
9378 * testsuite/plugin_common_test_2.c (foo): Likewise.
9379
6bf924b0
DK
93802010-04-08 Doug Kwan <dougkwan@google.com>
9381
9382 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
9383 Output_merge_data.
9384 * output.cc (Output_section::add_merge_input_section): Simplify
9385 code and return status of Output_merge_base::add_input_section.
e1df38aa 9386 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
9387 returns true.
9388
24af6f92
DK
93892010-04-07 Doug Kwan <dougkwan@google.com>
9390
9391 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
9392 if section is marked as containing instructions but has no mapping
9393 symbols.
9394 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
9395 correct section index.
9396 (Arm_relobj::find_linked_text_section): Ditto.
9397
00698fc5
CC
93982010-04-07 Cary Coutant <ccoutant@google.com>
9399
9400 * archive.cc (include_member): Destroy Read_symbols_data object before
9401 releasing file.
9402 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
9403 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
9404 (Read_symbols_data::~Read_symbols_data) New destructor.
9405 (Section_relocs::Section_relocs) New constructor.
9406 (Section_relocs::~Section_relocs) New destructor.
9407 (Read_relocs_data::Read_relocs_data) New constructor.
9408 (Read_relocs_data::~Read_relocs_data) New destructor.
9409 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
9410 pointers to NULL after deleting.
9411
7296d933
DK
94122010-04-07 Doug Kwan <dougkwan@google.com>
9413
9414 * arm.cc: Replace "endianity" with "endianness" in comments.
9415 (Arm_exidx_cantunwind): Ditto.
9416 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
9417 (Arm_relobj::merge_flags_and_attributes): New method.
9418 (Arm_relobj::merge_flags_and_attributes_): New data member.
9419 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
9420 (Arm_relobj::scan_sections_for_stubs): Ditto.
9421 (Arm_relobj::do_read_symbols): Check to see if we really want to
9422 merge processor-specific flags and attributes. Exit early if
9423 an object is empty except for section names and the undefined symbol.
9424 (Target_arm::do_finalize_sections): Move check for ELF format to
9425 Arm_relobj::do_read_symbols. Merge processor specific flags and
9426 attributes from a regular object only when we have determined that
9427 it is aapropriate. Do not create an .ARM.attributes section in
9428 output if there is no regular input object.
9429 (Target_arm::merge_processor_specific_flags): Check
9430 --warn-mismatch before printing any error.
9431 (Target_arm::merge_object_attributes): Ditto.
9432 * gold.cc (queue_middle_tasks): Handle the case in which there is
9433 no regular object in input.
9434 * options.cc (General_options::parse_EB): New method.
9435 (General_options::parse_EL): Same.
9436 (General_options::General_options): Initialize endianness_.
9437 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
9438 New options.
9439 (General_options::Endianness): New enum.
9440 (General_options::endianness): New method.
9441 (General_options::endianness_): New data member.
9442 * parameters.cc (Parameters::set_options): Check target endianness.
9443 (Parameters::set_target_once): Ditto.
9444 (Parameters::check_target_endianness): New method.
9445 (parameters_force_valid_target): If either -EL or -EB is specified,
9446 use it to define endianness of default target.
9447 * parameters.h (Parameters::check_target_endianness): New method
9448 declaration.
9449 * target.h (class Target): Change "endianity" to "endianness"
9450 in comments.
9451
efc8d4f2
RW
94522010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9453
9454 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
9455 * configure: Regenerate.
9456 * Makefile.in: Regenerate.
9457 * testsuite/Makefile.in: Regenerate.
9458
be234d88
CC
94592010-04-06 Cary Coutant <ccoutant@google.com>
9460
9461 gcc PR lto/42757
9462 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
9463 prevailing definitions of common symbols.
9464 * testsuite/plugin_test_6.sh: New test case.
9465 * testsuite/plugin_common_test_1.c: New test case.
9466 * testsuite/plugin_common_test_2.c: New test case.
9467 * testsuite/Makefile.am (plugin_test_6): New test case.
9468 * testsuite/Makefile.in: Regenerate.
9469
bd32c6bd
NC
94702010-04-06 Nick Clifton <nickc@redhat.com>
9471
9472 * po/vi.po: New Vietnamese translation.
9473
323c532f
DK
94742010-03-30 Doug Kwan <dougkwan@google.com>
9475
9476 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
9477
4fcd97eb
DK
94782010-03-25 Doug Kwan <dougkwan@google.com>
9479
9480 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
9481 to avoid a conversion warning on a 32-bit host.
9482
4ebf39db
ILT
94832010-03-24 Ian Lance Taylor <iant@google.com>
9484
9485 * testsuite/script_test_3.t: Add a TLS segment.
9486 * testsuite/Makefile.am (check_PROGRAMS): Add
9487 tls_phdrs_script_test.
9488 (tls_phdrs_script_test_SOURCES): Define.
9489 (tls_phdrs_script_test_DEPENDENCIES): Define.
9490 (tls_phdrs_script_test_LDFLAGS): Define.
9491 (tls_phdrs_script_test_LDADD): Define.
9492 * testsuite/Makefile.in: Rebuild.
9493
4a599bdd
CC
94942010-03-23 Cary Coutant <ccoutant@google.com>
9495
9496 * fileread.cc (find_or_make_view): Fix comment.
9497
6c93b22c
ILT
94982010-03-23 Ian Lance Taylor <iant@google.com>
9499
9500 * script-sections.cc (class Orphan_section_placement): Define
9501 PLACE_TLS and PLACE_TLS_BSS.
9502 (Orphan_section_placement::Orphan_section_placement): Initialize
9503 new places.
9504 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
9505 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
9506 (tls_script_test_SOURCES): Define.
9507 (tls_script_test_DEPENDENCIES): Define.
9508 (tls_script_test_LDFLAGS): Define.
9509 (tls_script_test_LDADD): Define.
9510 * testsuite/Makefile.in: Rebuild.
9511
a2c7281b
DK
95122010-03-22 Doug Kwan <dougkwan@google.com>
9513
9514 * arm.cc (Arm_relocate_functions::abs8,
9515 Arm_relocate_functions::abs16): Use correct check for overflow
9516 specified in the ARM ELF specs.
9517 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
9518 target of a BLX instruction specially.
9519 (Reloc_stub::stub_type_for_reloc): Ditto.
9520 (Relocate::relocate): Use symbolic names instead of numeric relocation
9521 codes to report error.
9522 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
9523 workaround.
9524 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
9525 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
9526 thumb2_blx_out_of_range.stdout
9527 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
9528 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
9529 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
9530 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
9531 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
9532 thumb2_blx_in_range, thumb2_blx_in_range.o,
9533 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
9534 thumb2_blx_out_of_range.o): New rules.
2e702c99 9535 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
a2c7281b
DK
9536 thumb2_blx_in_range and thumb2_blx_out_of_range.
9537 * testsuite/Makefile.in: Regenerate.
9538 * arm_branch_in_range.sh: Add tests for THUMB BLX.
9539 * testsuite/thumb_blx_in_range.s: New file.
9540 * testsuite/thumb_blx_out_of_range.s: New file.
9541
b0193076
RÁE
95422010-03-22 Rafael Espindola <espindola@google.com>
9543
9544 * archive.cc (Should_include): Move to archive.h.
9545 (should_include_member): Make it a member of Archive.
9546 (Lib_group): New.
9547 (Add_lib_group_symbols): New.
9548 * archive.h: Include options.h.
9549 (Archive_member): Moved from Archive.
9550 (Should_include): Moved from archive.cc.
9551 (Lib_group): New.
9552 (Add_lib_group_symbols): New.
9553 * dynobj.cc (do_should_include_member): New.
9554 * dynobj.h (do_should_include_member): New.
9555 * gold.cc (queue_initial_tasks): Update call to queue.
9556 * main.cc (main): Print lib group stats.
9557 * object.cc (do_should_include_member): New.
9558 * object.h: Include archive.h.
9559 (Object::should_include_member): New.
9560 (Object::do_should_include_member): New.
9561 (Sized_relobj::do_should_include_member): New.
9562 * options.cc (General_options::parse_start_lib): New.
9563 (General_options::parse_end_lib): New.
9564 (Input_arguments::add_file): Handle lib groups.
9565 (Input_arguments::start_group): Check we are not in a lib.
9566 (Input_arguments::start_lib): New.
9567 (Input_arguments::end_lib): New.
9568 * options.h (General_options): Add start_lib and end_lib.
9569 (Input_argument::lib_): New.
9570 (Input_argument::lib): New.
9571 (Input_argument::is_lib): New.
9572 (Input_file_lib): New.
9573 (Input_arguments::in_lib_): New.
9574 (Input_arguments::in_lib): New.
9575 (Input_arguments::start_lib): New.
9576 (Input_arguments::end_lib_): New.
9577 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
9578 in unused members as preempted.
9579 (Sized_pluginobj::do_should_include_member): New.
9580 * plugin.h (Sized_pluginobj::do_should_include_member): New.
9581 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
9582 return the blocker.
9583 (Read_symbols::do_whole_lib_group): New.
9584 (Read_symbols::do_lib_group): New.
9585 (Read_symbols::do_read_symbols): Handle lib groups.
9586 (Read_symbols::get_name): Handle lib groups.
9587 * readsyms.h (Read_symbols): Add an archive member pointer.
9588 (Read_symbols::do_whole_lib_group): New.
9589 (Read_symbols::do_lib_group): New.
9590 (Read_symbols::member_): New.
9591 * script.cc (read_input_script): Update call to queue_soon.
9592
d099120c
DK
95932010-03-19 Doug Kwan <dougkwan@google.com>
9594
9595 * arm.cc (Stub_table::Stub_table): Initialize new data members
9596 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
9597 (Stub_table::add_reloc_stub): Assign stub offset and update
9598 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
9599 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
9600 New data members.
2e702c99 9601 (Stub_table::update_data_size_and_addralign): Use
d099120c
DK
9602 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
9603 instead of going over all reloc stubs.
2e702c99 9604 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
d099120c
DK
9605 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
9606 Stringpool_template::offset_ to size of Stringpool_char.
2e702c99 9607 (Stringpool_template::new_key_offset): Remove code to initialize
d099120c
DK
9608 Stringpool_template::offset_.
9609 * stringpool.h (Stringpool_template::set_no_zero_null): Set
9610 Stringpool_template::offset_ to zero.
9611
1aa37384
DK
96122010-03-15 Doug Kwan <dougkwan@google.com>
9613
9614 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
9615 offset_.
9616 (Stringpool_template::new_key_offset): New method.
9617 (Stringpool_template::add_string): Assign offsets when adding new
9618 strings.
9619 (Stringpool_template::set_string_offsets): Do not set string offsets
9620 when not optimizing.
9621 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
9622 member size_.
2e702c99
RM
9623 (Chunked_vector::clear): Clear size_.
9624 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
9625 (Chunked_vector::size): Return size_.
9626 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 9627 (Chunked_vector::size_): New data member.
1aa37384
DK
9628 (Stringpool_template::set_no_zero_null): Assert string set is empty.
9629 (Stringpool_template::new_key_offset): New method declaration.
9630 (Stringpool_template::offset_): New data member.
9631
b672b057
RÁE
96322010-03-15 Rafael Espindola <espindola@google.com>
9633
9634 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
9635 Add_symbols' constructor.
9636 * readsyms.h (Add_symbols): Remove the input_group member.
9637
b6848d3c
ILT
96382010-03-10 Ian Lance Taylor <iant@google.com>
9639
9640 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
9641 target to ask whether a reference to a symbol requires a stack
9642 split.
9643 * target.h (Target::is_call_to_non_split): New function.
9644 (Target::do_is_call_to_non_split): Declare virtual function.
9645 * target.cc: Include "symtab.h".
9646 (Target::do_is_call_to_non_split): New function.
9647 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
9648
a2a5469e
CC
96492010-03-10 Cary Coutant <ccoutant@google.com>
9650
9651 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
9652 (File_read::open[1]): Remove initial mapping of whole_file_view_.
9653 (File_read::open[2]): Add whole_file_view_ to list of views.
9654 (File_read::make_view): Remove test of whole_file_view_.
9655 (File_read::find_or_make_view): Create whole_file_view_ if
9656 necessary.
9657 (File_read::clear_views): Replace bool parameter with enum;
9658 adjust all callers. Don't delete views with permanent data;
9659 do delete cached views and views from archives if
9660 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
9661 if clearing the corresponding view.
9662 * fileread.h (File_read::Clear_views_mode): New enum.
9663 (File_read::View::is_permanent_view): New method.
9664 (File_read::clear_views): Replace bool parameter
9665 with enum; adjust all callers.
9666 * options.h (General_options): Change keep_files_mapped option;
9667 add map_whole_files.
9668 * readsyms.cc (Add_symbols::run): Delete sd_ object before
9669 releasing the file.
9670 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
9671 the file.
9672
8861f32b
DM
96732010-03-10 David S. Miller <davem@davemloft.net>
9674
9675 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
9676
d62d0f5f
ST
96772010-03-09 Sriraman Tallam <tmsriram@google.com>
9678
9679 * icf.cc (get_section_contents): Add '@' marker after processing the
9680 merge reloc.
9681
9177756d
DK
96822010-03-08 Doug Kwan <dougkwan@google.com>
9683
9684 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
9685 due to a conversion warning.
9686 (Arm_relobj::update_output_local_symbol_count): Check for local
9687 symbol with unset output index.
9688
9e9e071b
ILT
96892010-03-05 Ian Lance Taylor <iant@google.com>
9690
9691 * options.h (class General_options): Add --spare-dynamic-tags.
9692 * output.cc (Output_data_dynamic::set_final_data_size): Implement
9693 --spare-dynamic-tags.
9694
a81ee015
ILT
96952010-03-05 Ian Lance Taylor <iant@google.com>
9696
9697 * incremental.cc: Include "libiberty.h".
9698
44ec90b9
RO
96992010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9700
9701 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
9702 function, is_info_ member.
9703 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
9704 (Versions::Versions): Update caller.
9705 (Versions::define_base_version): Likewise.
9706 (Versions::add_def): Likewise.
9707
0897ed3b
ST
97082010-03-03 Sriraman Tallam <tmsriram@google.com>
9709
9710 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
9711 (Scan::possible_function_pointer_reloc): New function.
9712 (Scan::local_reloc_may_be_function_pointer): Change to call
9713 possible_function_pointer_reloc.
9714 (Scan::global_reloc_may_be_function_pointer): Ditto.
9715 * icf.h (Icf::check_section_for_function_pointers): Change to reject
9716 relocations in ".data.rel.ro._ZTV" section.
9717 * testsuite/icf_safe_so_test.sh: Change to pass i386.
9718 * testsuite/icf_safe_so_test.cc: Ditto.
9719 * testsuite/icf_safe_test.cc: Ditto.
9720 * testsuite/icf_safe_test.sh: Ditto.
9721
d3bbad62
ILT
97222010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9723 Ian Lance Taylor <iant@google.com>
9724
9725 * target-reloc.h (relocate_section): Check the symbol table index
9726 for -1U before setting the local symbol index.
9727 (scan_relocatable_relocs): If copying the relocation, record that
9728 the local symbol is required.
9729 * object.h (Symbol_value::is_output_symtab_index_set): New
9730 function.
9731 (Symbol_value::may_be_discarded_from_output_symtab): New
9732 function.
9733 (Symbol_value::has_output_symtab_entry): New function.
9734 (Symbol_value::needs_output_symtab_entry): Remove.
9735 (Symbol_value::output_symtab_index): Make sure the symbol index is
9736 set.
9737 (Symbol_value::set_output_symtab_index): Make sure the symbol
9738 index is not set. Make sure the new index is valid.
9739 (Symbol_value::set_must_have_output_symtab_entry): New function.
9740 (Symbol_value::has_output_dynsym_entry): New function.
9741 (Symbol_value::set_output_dynsym_index): Make sure the new index
9742 is valid.
9743 (Sized_relobj::set_must_have_output_symtab_entry): New function.
9744 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
9745 local symbol if permitted.
9746 (Sized_relobj::do_finalize_local_symbols): Call
9747 is_output_symtab_index_set rather than needs_output_symtab_entry.
9748 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
9749 rather than needs_output_symtab_entry. Call
9750 has_output_dynsym_entry rather than needs_output_dynsym_entry.
9751 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
9752 is_output_symtab_index_set rather than needs_output_symtab_entry.
9753 * testsuite/discard_locals_relocatable_test.c: New file.
9754 * testsuite/discard_locals_test.sh: Test -r.
9755 * testsuite/Makefile.am (check_DATA): Add
9756 discard_locals_relocatable_test1.syms,
9757 discard_local_relocatable_test2.syms.
9758 (MOSTLYCLEANFILES): Likewise. Also add
9759 discard_locals_relocatable_test1.lout and
9760 discard_locals_relocatable_test2.out.
9761 (discard_locals_relocatable_test1.syms): New target.
9762 (discard_locals_relocatable_test.o): New target.
9763 (discard_locals_relocatable_test1.out): New target.
9764 (discard_locals_relocatable_test2.syms): New target.
9765 (discard_locals_relocatable_test2.out): New target.
9766 (various): Add missing ../ld-new dependencies.
9767 * testsuite/Makefile.in: Rebuild.
9768
7e8ccf26
NC
97692010-03-03 Nick Clifton <nickc@redhat.com>
9770
9771 * po/fi.po: New Finnish translation.
9772
2a0ff005
DK
97732010-03-01 Doug Kwan <dougkwan@google.com>
9774
9775 * layout.cc (Layout::Layout): Force section types of .init_array*,
9776 .preinit_array* and .fini_array* sections.
9777 * output.cc (Output_section::Input_section_sort_entry::has_priority):
9778 Fix check of return value of std::string::find.().
9779 (Output_section::Input_section_sort_compare::operator()): Remove
9780 comment about .init_array.
9781 (Output_section::Input_section_sort_init_fini_compare::operator()):
9782 New method.
9783 (Output_section::sort_attached_input_sections): Handle .init_array
9784 and .fini_array specially.
9785 * output.h (Output_section::Inut_section_sort_compare): Update
9786 comment.
9787 (Output_section::Input_section_sort_init_fini_compare): New struct.
9788
c3e4ae29
DK
97892010-02-26 Doug Kwan <dougkwan@google.com>
9790
9791 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
9792 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
9793 * testsuite/debug_msg.sh: Avoid matching source line number for
9794 use of global variable undef_int.
9795
2fd9ae7a
DK
97962010-02-26 Doug Kwan <dougkwan@google.com>
9797
9798 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
9799 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
9800 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
9801 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
9802 * options.cc (General_options::General_options): Initialize member
9803 fix_v4bx_.
9804 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
9805 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
9806 and rm_no_fix_v4bx.stdout
9807 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
9808 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
9809 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
9810 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
9811 and arm_no_fix_v4bx.
9812 * Makefile.in: Regenerate.
9813 * testsuite/arm_fix_v4bx.s: New file.
9814 * testsuite/arm_fix_v4bx.sh: Ditto.
9815
67ec7d0b
DK
98162010-02-24 Doug Kwan <dougkwan@google.com>
9817
9818 * arm.cc (Target_arm::got_section): Make the .got section the first
9819 non RELRO section in the data segment.
9820 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
9821 suffixes of section names.
9822
10165461
DK
98232010-02-24 Doug Kwan <dougkwan@google.com>
9824
9825 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
9826 flags and attributes merging if an input file is a binary file.
9827 * fileread.cc (Input_file::open): Record format of original file.
9828 * fileread.h (Input_file::Format): New enum type.
2e702c99 9829 (Input_file::Input_file): Initialize data member format_.
10165461
DK
9830 (Input_file::format): New method definition.
9831 (Input_file::format_):: New data member.
9832
4a54abbb
DK
98332010-02-24 Doug Kwan <dougkwan@google.com>
9834
9835 * arm.cc (Arm_output_data_got): New class.
9836 (ARM_TCB_SIZE): New constant
9837 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
9838 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
9839 If user uses a script with a SECTIONS clause, issue only a warning
9840 for a misplaced EXIDX input section. Otherwise, issue an error.
2e702c99 9841 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
4a54abbb
DK
9842 garbage collection.
9843 (Target_arm::got_mode_index_entry): Handle static linking.
9844 (Target_arm::Scan::local): Ditto.
9845 (Target_arm::Scan::global): Ditto.
9846 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
9847 all incorrectly implemented relocations.
e1df38aa 9848 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
9849 Arm_output_section::fix_exidx_coverage.
9850 * layout.cc (Layout::section_name_mapping): Remove trailing dots
9851 from ".ARM.exidx." and ".ARM.extab.".
9852
ca419a6f
ILT
98532010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9854
9855 * arm.cc (Target_arm::do_finalize_sections): Create attribute
9856 section if it does not already exist.
9857 * attributes.cc (Attributes_section_data::Attributes_section_data):
9858 Don't crash if size is zero.
9859
135b9c78
ILT
98602010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9861 Ian Lance Taylor <iant@google.com>
9862
9863 * gold.cc (queue_middle_tasks): If no input files were opened,
9864 exit.
9865 * workqueue.h (Task_function::Task_function): Assert that there is
9866 a blocker.
9867
bb0bfe4f
DK
98682010-02-22 Doug Kwan <dougkwan@google.com>
9869
9870 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
9871 * icf.cc (get_section_contents): Cast snprintf arguments to long long
9872 types to avoid warnings due to different uint64_t implementations
9873 on different hosts.
9874
2a2b6d42
DK
98752010-02-21 Doug Kwan <dougkwan@google.com>
9876
9877 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
9878 handling of the maximum backward branch offset.
2e702c99 9879 (Arm_relocate_functions::thumb_branch_common): Ditto.
2a2b6d42
DK
9880 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
9881 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 9882 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
9883 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
9884 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
9885 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
9886 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
9887 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
9888 thumb_bl_out_of_range thumb_bl_out_of_range.o,
9889 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
9890 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
9891 thumb2_bl_out_of_range.o): New rules.
9892 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
9893 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
9894 thumb2_bl_out_of_range
9895 * testsuite/Makefile.in: Regenerate.
9896 * testsuite/arm_bl_in_range.s: New file.
9897 * testsuite/arm_bl_out_of_range.s: Ditto.
9898 * testsuite/arm_branch_in_range.sh: Ditto.
9899 * testsuite/arm_branch_range.t: Ditto.
9900 * testsuite/thumb2_branch_range.t: Ditto.
9901 * testsuite/thumb_bl_in_range.s: Ditto.
9902 * testsuite/thumb_bl_out_of_range.s: Ditto.
9903 * testsuite/thumb_branch_range.t: Ditto.
9904
b487ad64
ST
99052010-02-20 Sriraman Tallam <tmsriram@google.com>
9906
9907 * gc.h (gc_process_relocs): Change vectors to point to the new list.
9908 Add reloc offset information.
9909 * icf.cc (get_section_contents): Change iterators to point to the new
9910 vectors. Add reloc offset information to the contents.
9911 * icf.h (Icf::Sections_reachable_info): New typedef.
9912 (Icf::Sections_reachable_list): New typedef.
9913 (Icf::Offset_info): New typedef.
9914 (Icf::Reloc_info): New struct typedef.
9915 (Icf::Reloc_info_list): New typedef.
9916 (Icf::symbol_reloc_list): Delete method.
9917 (Icf::addend_reloc_list): Delete method.
9918 (Icf::section_reloc_list): Delete method.
9919 (Icf::reloc_info_list): New method.
9920 (Icf::reloc_info_list_): New member.
9921
f96accdf
DK
99222010-02-19 Doug Kwan <dougkwan@google.com>
9923
9924 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
9925 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
9926 * arm.cc (Arm_relocation_functions): New forward declaration.
9927 (Target_arm::Target_arm): Initialize new data members
9928 got_mod_index_offset_ and tls_base_symbol_defined_.
9929 (Target_arm::Relocate::relocate_tls): New method.
9930 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
9931 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
9932 New methods.
2e702c99 9933 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
f96accdf
DK
9934 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
9935 (Target_arm::got_mod_index_offset_,
9936 Target_arm::tls_base_symbol_defined_): New data members.
9937 (Target_arm::Scan::local, Target::Scan::global,
9938 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
9939 relocations.
9940
c8761b9a
DK
99412010-02-18 Doug Kwan <dougkwan@google.com>
9942
9943 * arm.cc (Arm_relobj::find_linked_text_section): New method.
9944 (Arm_relobj::make_exidx_input_section): Pass section index of linked
9945 text section as a parameter becuase some broken tools may not set
9946 the link in section header.
9947 (Target_arm::has_got_section): New method.
9948 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
9949 without any mapping symbol as data only. Remove warning.
9950 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
9951 link in its section header, try to discover the link by inspecting the
9952 REL31 relocation at the beginning of the section.
9953 (Target_arm::Scan::check_non_pic): Report name of offending relocation
9954 in error message.
9955 (Target_arm::Scan::global): Treat any reference to the symbol
9956 _GLOBAL_OFFSET_TABLE_ as a GOT access.
9957
21bb3914
ST
99582010-02-12 Sriraman Tallam <tmsriram@google.com>
9959
9960 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
9961 (Scan::global_reloc_may_be_function_pointer): New function.
9962 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
9963 (Scan::global_reloc_may_be_function_pointer): New function.
9964 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
9965 (Scan::global_reloc_may_be_function_pointer): New function.
9966 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
9967 (Scan::global_reloc_may_be_function_pointer): New function.
9968 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
9969 (Scan::global_reloc_may_be_function_pointer): New function.
9970 (Scan::possible_function_pointer_reloc): New function.
9971 (Target_x86_64::can_check_for_function_pointers): New function.
9972 * gc.h (gc_process_relocs): Scan relocation types to determine if
9973 function pointers were taken for targets that support it.
9974 * icf.cc (Icf::find_identical_sections): Include functions for
9975 folding in safe ICF whose pointer is not taken.
9976 * icf.h (Secn_fptr_taken_set): New typedef.
9977 (fptr_section_id_): New member.
9978 (section_has_function_pointers): New function.
9979 (set_section_has_function_pointers): New function.
9980 (check_section_for_function_pointers): New function.
9981 * options.h: Fix comment for safe ICF option.
9982 * target.h (can_check_for_function_pointers): New function.
9983 * testsuite/Makefile.am: Add icf_safe_so_test test case.
9984 Modify icf_safe_test for X86-64.
9985 * testsuite/Makefile.in: Regenerate.
9986 * testsuite/icf_safe_so_test.cc: New file.
9987 * testsuite/icf_safe_so_test.sh: New file.
9988 * testsuite/icf_safe_test.cc (kept_func_3): New function.
9989 (main): Change to take pointer to function kept_func_3.
9990 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
9991 folding is done correctly for X86-64.
9992
0da6fa6c
DM
99932010-02-12 David S. Miller <davem@davemloft.net>
9994
9995 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
9996 is_symbolless parameter.
9997 (Output_reloc<SHT_REL>::is_symbolless): New.
9998 (Output_reloc<SHT_REL>::is_symbolless_): New.
9999 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
10000 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
10001 (Output_reloc<SHT_RELA>::is_symbolless): New.
10002 (Output_data_reloc::add_global): Handle is_symbolless.
10003 (Output_data_reloc::add_global_relative): Likewise.
10004 (Output_data_reloc::add_local): Likewise.
10005 (Output_data_reloc::add_local_relative): Likewise.
10006 (Output_data_reloc::add_symbolless_global_addend): New.
10007 (Output_data_reloc::add_symbolless_local_addend): New.
10008 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
10009 is_symbolless.
10010 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
10011 instead of ->is_relative_
10012 (Output_reloc::write): Likewise.
10013 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
10014 (Output_reloc::write_rel): Simplify.
10015
10016 * sparc.cc (Target_sparc::Scan::local): Use
10017 ->add_symbolless_local_addend as needed.
10018 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
10019 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
10020 based upon relocation offset.
10021
e4782e83
DK
100222010-02-11 Doug Kwan <dougkwan@google.com>
10023
10024 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
10025 (Target_arm::Scan::global): Ditto. Also remove a comment before the
10026 beginning of function.
10027 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
10028 and MOVT_ABS relocations. Those are non issued in scanning. Fix
10029 parameter is_32bit in calls to should_apply_static_reloc.
10030 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
10031 (check_DATA): Add arm_abs_global.stdout.
10032 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
10033 arm_abs_global.stdout): New rules.
10034 (MOSTLLYCLEANFILES): Add arm_abs_global
10035 * Makefile.in: Regenerate.
10036 * testsuite/arm_abs_global.s: New file.
10037 * testsuite/arm_abs_global.sh: Ditto.
10038 * testsuite/arm_abs_lib.s: Ditto.
10039
93ceb764
ILT
100402010-02-11 Ian Lance Taylor <iant@google.com>
10041
10042 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
10043 Read_relocs task.
10044 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
10045 Allocate_commons_task first.
10046 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
10047 task, rather than symtab_lock_.
10048 (Gc_process_relocs::~Gc_process_relocs): New function.
10049 (Gc_process_relocs::is_runnable): Check this_blocker_.
10050 (Gc_process_relocs::locks): Use next_blocker_ rather than
10051 blocker_.
10052 (Scan_relocs::~Scan_relocs): New function.
10053 (Scan_relocs::is_runnable): Check this_blocker_ rather than
10054 symtab_lock_.
10055 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
10056 next_blocker_.
10057 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
10058 fields. Add this_blocker_ and next_blocker_ fields. Adjust
10059 constructor accordingly.
10060 (class Gc_process_relocs): Likewise.
10061 (class Scan_relocs): Likewise.
10062 * common.h (class Allocate_commons_task): Remove symtab_lock_
10063 field, and corresponding constructor parameter.
10064 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
10065 symtab_lock_.
10066 (Allocate_commons_task::locks): Likewise.
10067
114dfbe1
ILT
100682010-02-11 Ian Lance Taylor <iant@google.com>
10069
10070 * gold-threads.h (class Once): Define.
10071 (class Initialize_lock): Rewrite as child of Once.
10072 * gold-threads.cc (class Once_initialize): Define.
10073 (once_pointer_control): New static variable.
10074 (once_pointer, once_arg): New static variables.
10075 (c_run_once): New static function.
10076 (Once::Once, Once::run_once, Once::internal_run): New functions.
10077 (class Initialize_lock_once): Remove.
10078 (initialize_lock_control): Remove.
10079 (initialize_lock_pointer): Remove.
10080 (initialize_lock_once): Remove.
10081 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
10082 (Initialize_lock::initialize): Rewrite.
10083 (Initialize_lock::do_run_once): New function.
10084 * archive.cc (Archive::interpret_header): Only clear name if it is
10085 not already empty.
10086 * fileread.cc: Include "gold-threads.h"
10087 (file_counts_lock): New static variable.
10088 (file_counts_initialize_lock): Likewise.
10089 (File_read::release): Only increment counts when using --stats.
10090 Use a lock around the increment.
10091 * parameters.cc (class Set_parameters_target_once): Define.
10092 (set_parameters_target_once): New static variable.
10093 (Parameters::Parameters): Move here from parameters.h.
10094 (Parameters::set_target): Rewrite.
10095 (Parameters::set_target_once): New function.
10096 (Parameters::clear_target): Move here and rewrite.
10097 * parameters.h (class Parameters): Update declarations. Add
10098 set_parameters_target_once_ field.
10099 (Parameters::Parameters): Move to parameters.cc.
10100 (Parameters::clear_target): Likewise.
10101 * readsyms.cc (Read_symbols::do_group): Create a Start_group
10102 task.
10103 (Start_group::~Start_group): New function.
10104 (Start_group::is_runnable): New function.
10105 (Start_group::locks, Start_group::run): New functions.
10106 (Finish_group::run): Change saw_undefined to size_t.
10107 * readsyms.h (class Start_group): Define.
10108 (class Finish_group): Change saw_undefined_ field to size_t.
10109 (Finish_group::Finish_group): Remove saw_undefined and
10110 this_blocker parameters. Change all callers.
10111 (Finish_group::set_saw_undefined): New function.
10112 (Finish_group::set_blocker): New function.
10113 * symtab.h (class Symbol_table): Change saw_undefined to return
10114 size_t. Change saw_undefined_ field to size_t.
10115 * target-select.cc (Set_target_once::do_run_once): New function.
10116 (Target_selector::Target_selector): Initialize set_target_once_
10117 field. Don't initialize lock_ and initialize_lock_ fields.
10118 (Target_selector::instantiate_target): Rewrite.
10119 (Target_selector::set_target): New function.
10120 * target-select.h (class Set_target_once): Define.
10121 (class Target_selector): Update declarations. Make
10122 Set_target_once a friend. Remove lock_ and initialize_lock_
10123 fields. Add set_target_once_ field.
10124
fa17a3f4
ILT
101252010-02-10 Ian Lance Taylor <iant@google.com>
10126
10127 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
10128 queueing any tasks.
10129 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
10130 (queue_middle_tasks): Add all blockers before queueing any tasks.
10131 (queue_final_tasks): Likewise.
10132 * token.h (Task_token::add_blockers): New function.
10133 * object.h (Input_objects::number_of_relobjs): New function.
10134
c7177d31
ILT
101352010-02-10 Ian Lance Taylor <iant@google.com>
10136
5de0e392
ILT
10137 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
10138 shared, not if not position independent.
10139 * x86_64.cc (Relocate::relocate_tls): Likewise.
10140 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
10141 (tls_pie_pic_test): New target.
10142 * testsuite/Makefile.in: Rebuild.
10143
c7177d31
ILT
10144 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
10145 (tls_test_main_pie.o, tls_test_pie.o): New targets.
10146 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
10147 * testsuite/Makefile.in: Rebuild.
10148
684b268a
DM
101492010-02-09 David S. Miller <davem@davemloft.net>
10150
10151 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
10152 R_SPARC_RELATIVE using ->add_local_relative().
10153 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
10154
612a8d3d
DM
10155 * output.h (Output_data_dynamic::add_section_size): New method
10156 that takes two Output_data objects.
10157 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
10158 entry param. Handle it in initializers.
10159 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
10160 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
10161 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
10162 arg.
10163 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
10164 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
10165 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
10166 for dynrel_includes_plt.
10167 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10168 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10169 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
10170 before .rela.plt
10171 (Target_sparc::do_finalize_sections): Update to pass true for
10172 dynrel_includes_plt.
10173 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
10174 output before .rela.plt
10175 (Target_powerpc::do_finalize_sections): Update to pass true for
10176 dynrel_includes_plt when 32-bit.
10177
cb1be87e
DK
101782010-02-08 Doug Kwan <dougkwan@google.com>
10179
10180 * arm.cc (Arm_relobj::simple_input_section_output_address): New
10181 method.
10182 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
10183 Arm_relobj::scan_section_for_cortex_a8_stubs,
10184 Arm_relobj::do_relocation_section): Instead of calling
10185 Output_section::output_address, use faster
10186 Arm_relobj::simple_input_section_output_address.
10187
705b5121
DM
101882010-02-08 David S. Miller <davem@davemloft.net>
10189
10190 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
10191 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
10192 relocation helper function.
10193
024c4466
DM
10194 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
10195 just like R_SPARC_GOT{10,13,22}.
10196 (Target_sparc::Scan::local): Likewise.
10197 (Target_sparc::Relocate:relocate): Likewise.
10198
9109c078
ILT
101992010-02-06 Ian Lance Taylor <iant@google.com>
10200
10201 * configure.ac: Rewrite targetobjs duplicate removal code to use
10202 only shell constructs.
10203 * configure: Rebuild.
10204
cf846138
DK
102052010-02-05 Doug Kwan <dougkwan@google.com>
10206
10207 PR 11247
10208 * arm.cc (Arm_relobj::section_is_scannable): New method.
10209 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
10210 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
10211
6cfaf60b
DK
102122010-02-04 Doug Kwan <dougkwan@google.com>
10213
10214 PR 11247
10215 * arm-reloc-property.cc (cstdio): Include.
10216 * configure.ac (targetobjs): Remove duplicates.
10217 * configure: Regenerate.
10218 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
10219 big and little endian version for a given address size.
10220
5c57f1be
DK
102212010-02-03 Doug Kwan <dougkwan@google.com>
10222
10223 * arm-reloc-property.cc
10224 (Arm_reloc_property_table::reloc_name_in_error_message): New method
10225 definition.
10226 * arm-reloc-property.h
10227 (Arm_reloc_property_table::get_implemented_static_reloc_property):
10228 New method definition.
10229 (Arm_reloc_property_table::reloc_name_in_error_message): New method
10230 declaration.
10231 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
10232 overflow to N.
10233 (GOT_PREL): Change implemented to Y.
10234 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
10235 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
10236 (Arm_relocate_functions::movw_abs_nc): Remove method.
10237 (Arm_relocate_functions::movt_abs): Ditto.
10238 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
10239 (Arm_relocate_functions::thm_movt_abs): Ditto.
10240 (Arm_relocate_functions::movw_rel_nc): Ditto.
10241 (Arm_relocate_functions::movw_rel): Ditto.
10242 (Arm_relocate_functions::movt_rel): Ditto.
10243 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
10244 (Arm_relocate_functions:thm_movw_rel): Ditto.
10245 (Arm_relocate_functions:thm_movt_rel): Ditto.
10246 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
10247 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
10248 New method definitions.
10249 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
10250 (Arm_relocation_functions::arm_grp_ldr): Ditto.
10251 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
10252 (Arm_relocation_functions::arm_grp_ldc): Ditto.
10253 (Target_arm::Relocate::relocate): Check for non-static or
10254 unimplemented relocation code and exit early. Change calls to
10255 Target_arm::reloc_uses_thumb_bit and
10256 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
10257 instead. Refactor code to handle similar relocations to increase
10258 code sharing. Remove check for unsupported relocation code in switch
10259 statement.
10260 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
10261 relocation property table to find out size. Change error message to
10262 print out the name of a relocation code instead of the numeric value.
10263 (Target_arm::scan_reloc_for_stub): Use relocation property table
10264 instead of calling Target_arm::reloc_uses_thumb_bit().
10265
218c5831
DK
102662010-02-02 Doug Kwan <dougkwan@google.com>
10267
10268 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
10269 types of relaxed input section.
10270
0d31c79d
DK
102712010-02-02 Doug Kwan <dougkwan@google.com>
10272
10273 * Makefile.am (HFILES): Add arm-reloc-property.h.
10274 (DEFFILES): New.
2e702c99
RM
10275 (TARGETSOURCES): Add arm-reloc-property.cc
10276 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
0d31c79d
DK
10277 (libgold_a_SOURCES): $(DEFFILES)
10278 * Makefile.in: Regenerate.
10279 * arm-reloc-property.cc: New file.
10280 * arm-reloc-property.h: New file.
10281 * arm-reloc.def: New file.
10282 * arm.cc: Update comments.
10283 (arm-reloc-property.h): New included header.
10284 (arm_reloc_property_table): New global variable.
10285 (Target_arm::do_select_as_default_target): New method definition.
10286 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
10287 arm-reloc-property to targ_extra_obj.
10288 * parameters.cc (set_parameters_target): Call
10289 Target::select_as_default_target().
10290 * target.h (Target::select_as_default_target): New method definition.
10291 (Target::do_select_as_default_target): Same.
10292
546c7457
DK
102932010-02-01 Doug Kwan <dougkwan@google.com>
10294
10295 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
10296 first_output_text_section_.
10297 (Arm_exidx_fixup::first_output_text_section): New method definition.
10298 (Arm_exidx_fixup::first_output_text_section_): New data member.
10299 (Arm_exidx_fixup::process_exidx_section): Record the first text
10300 output section seen.
10301 (Arm_output_section::fix_exidx_coverage): Set correct linked section
10302 and entsize in output section header.
10303
11b861d5
DK
103042010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10305
10306 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
10307 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
10308 (Arm_relocate_functions::thm_alu11): New Method.
10309 (Arm_relocate_functions::thm_pc8): New Method.
10310 (Arm_relocate_functions::thm_pc12): New Method.
10311 (Target_arm::Scan::local): Handle the relocations.
10312 (Target_arm::Scan::global): Likewise.
10313 (Target_arm::Relocate::relocate): Likewise.
10314 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
10315
c9a2c125
DK
103162010-01-29 Doug Kwan <dougkwan@google.com>
10317
10318 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
10319 of relocation types as ld.
10320
1521477a
DK
103212010-01-29 Doug Kwan <dougkwan@google.com>
10322
10323 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
10324 to public.
10325 (Arm_relocate_functions::thumb_branch_common): Ditto.
10326 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
10327 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
10328 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
10329 Arm_relocate_functions::jump24): Remove.
10330 (Target_arm::Relocate::relocate): Adjust code to call
10331 Arm_relocation_functions::arm_branch_common and
10332 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 10333 wrappers. Merge switch-cases together to reduce source code size.
1521477a 10334
e7eca48c
DK
103352010-01-29 Doug Kwan <dougkwan@google.com>
10336
10337 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
10338 output_local_symbol_count_needs_update_.
10339 (Arm_relobj::output_local_symbol_count_needs_update,
10340 Arm_relobj::set_output_local_symbol_count_needs_update,
10341 Arm_relobj::update_output_local_symbol_count): New methods.
10342 (Arm_relobj::output_local_symbol_count_needs_update_): New data
10343 member.
10344 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
10345 of pointed function as in a R_ARM_PREL31 relocation.
10346 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
10347 for output local symbol count updating.
10348 (Target_arm::do_relax): Update output local symbol counts in objects
10349 if necessary.
10350 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
10351
02961d7e
ILT
103522010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10353
10354 * arm.cc: Added support for the ARM relocations:
10355 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
10356 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
10357 (Arm_relocate_functions::movw_rel_nc): Renamed (was
10358 movw_prel_nc).
10359 (Arm_relocate_functions::movw_rel): New method.
10360 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
10361 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
10362 thm_movw_prel_nc).
10363 (Arm_relocate_functions::thm_movw_rel): New method.
10364 (Arm_relocate_functions::thm_movt_rel): Renamed (was
10365 thm_movt_prel).
10366 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
10367 relocations.
10368 (Target_arm::Scan::global): Likewise.
10369 (Target_arm::Relocate::relocate): Likewise.
10370 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10371 Likewise.
10372
b10d2873
ILT
103732010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10374
10375 * arm.cc: Added support for ARM group relocations.
10376 (Target_arm::reloc_needs_sym_origin): New method.
10377 (Arm_relocate_functions::calc_grp_kn): New method.
10378 (Arm_relocate_functions::calc_grp_residual): New method.
10379 (Arm_relocate_functions::calc_grp_gn): New method.
10380 (Arm_relocate_functions::arm_grp_alu): New Method.
10381 (Arm_relocate_functions::arm_grp_ldr): New Method.
10382 (Arm_relocate_functions::arm_grp_ldrs): New Method.
10383 (Arm_relocate_functions::arm_grp_ldc): New Method.
10384 (Target_arm::Scan::local): Handle the ARM group relocations.
10385 (Target_arm::Scan::global): Likewise.
10386 (Target_arm::Relocate::relocate): Likewise.
10387 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10388 Likewise.
10389
2b328d4e
DK
103902010-01-26 Doug Kwan <dougkwan@google.com>
10391
10392 * arm.cc (set): Include.
10393 (class Arm_exidx_fixup): Change type of last_input_section_ to const
10394 pointer type.
2e702c99 10395 (Arm_output_section::Text_section_list): New type.
2b328d4e
DK
10396 (Arm_output_section::append_text_sections_to_list): New method.
10397 (Arm_output_section::fix_exidx_coverage): Ditto.
10398 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
2e702c99 10399 (Arm_relobj::convert_input_section_to_relaxed_section): Use
2b328d4e
DK
10400 Relobj::set_section_offset() instead of
10401 Sized_relobj::invalidate_section_offset().
2e702c99 10402 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
2b328d4e
DK
10403 parameter for section headers. Ignore relocation sections for
10404 unallocated sections and EXIDX sections.
10405 (Target_arm::fix_exidx_coverage): New method.
10406 (Target_arm::output_section_address_less_than): New type.
10407 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
10408 linked text section instead of the EXIDX section.
10409 (Arm_output_section::create_stub_group): Add an assertion to check
10410 that this is not an EXIDX output section.
10411 (Arm_output_section::append_text_sections_to_list): New method.
10412 (Arm_output_section::fix_exidx_coverage): Ditto.
10413 (Arm_relobj::scan_sections_for_stubs): Adjust call to
2e702c99 10414 Arm_relobj::section_needs_reloc_stub_scanning.
2b328d4e
DK
10415 (Target_arm::do_relax): Fix EXIDX output section coverage in the
10416 first pass.
10417 (Target_arm::fix_exidx_coverage): New method.
10418 * object.h (Relobj::set_output_section): New method.
10419 (Sized_relobj::invalidate_section_offset): Remove method.
10420 (Sized_relobj::do_invalidate_section_offset): Remove method.
10421 (Sized_relobj::do_set_section_offset): Handle offset value -1.
10422
c7f3c371
DK
104232010-01-25 Doug Kwan <dougkwan@google.com>
10424
10425 * arm.cc (Arm_exidx_merged_section::do_output_offset):
10426 Fix warning due to signed and unsigned comparison on a 32-bit host.
10427
8923b24c
DK
104282010-01-22 Doug Kwan <dougkwan@google.com>
10429
10430 * arm.cc (Target_arm::do_relax): Record an output section for section
10431 offset adjustment it contains any stub table that has changed.
10432 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
10433 offsets in an output section if necessary.
10434 * output.cc (Output_section::Output_section): Initialize
10435 section_offsets_need_adjustments_.
10436 (Output_section::add_input_section_for_script): Renamed to
10437 Output_section::add_simple_input_section.
10438 (Output_section::save_states): Add a comment.
10439 (Output_section::discard_states): New method defintion.
10440 (Output_section::adjust_section_offsets): Same.
10441 * output.h (Output_section::add_input_section_for_script): Renamed to
10442 Output_section::add_simple_input_section.
10443 (Output_section::discard_states): New method declaration.
10444 (Output_section::adjust_section_offsets): Same.
10445 (Output_section::section_offsets_need_adjustment,
10446 Output_section::set_section_offsets_need_adjustment): New method
10447 definitions.
10448 (Output_section::section_offsets_need_adjustment_): New data member.
10449 * script-sections.cc
10450 (Output_section_element_input::set_section_address): Adjust code for
10451 renaming of Output_section::add_input_section_for_script.
10452 (Orphan_output_section::set_section_address): Same.
10453
9b2fd367
DK
104542010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10455
10456 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
10457 Fix_v4bx enum values .
10458 * gold/options.h (General_options): New option definitions.
10459 (General_options::fix_v4bx): New method.
10460 (General_options::Fix_v4bx): New enum.
10461 * gold/options.cc (General_options::parse_fix_v4bx): New method.
10462 (General_options::parse_fix_v4bx_interworking): New method.
10463
80d0d023
DK
104642010-01-22 Doug Kwan <dougkwan@google.com>
10465
10466 * arm.cc (Arm_exidx_fixup): New class.
10467
af2cdeae
DK
104682010-01-21 Doug Kwan <dougkwan@google.com>
10469
10470 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
10471 classes.
10472 (Arm_exidx_section_offset_map): New type.
10473
993d07c1
DK
104742010-01-21 Doug Kwan <dougkwan@google.com>
10475
10476 * arm.cc (Arm_exidx_input_section): New class.
10477 (Arm_relobj::exidx_input_section_by_link,
10478 Arm_relobj::exidx_input_section_by_shndx,
10479 Arm_relobj::make_exidx_input_section): New methods.
10480 (read_arm_attributes_section): Remove.
10481 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
10482 information about them.
10483 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
10484 to here.
10485
5ac169d4
DK
104862010-01-20 Doug Kwan <dougkwan@google.com>
10487
10488 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
10489 Input_section_specifier to Section_id.
10490 (Target_arm::new_arm_input_section: Adjust code for change of key
10491 type.
10492 (Target_arm::find_arm_input_section): Ditto.
10493 * gc.h (object.h): Include for Section_id nand Section_id_hash.
10494 (Section_id): Remove.
10495 (Garbage_collection::Section_id_hash): Remove.
10496 * icf.h (object.h): Include for Section_id nand Section_id_hash.
10497 (Section_id): Remove.
10498 (Icf::Section_id_hash): Remove.
10499 * object.h (Section_id, Const_section_id, Section_id_hash,
10500 Const_section_id_hash): New type definitions.
10501 * output.cc (Output_section::add_relaxed_input_section): Change to
10502 use Const_section_id instead of Input_section_specifier as key type.
10503 (Output_section::add_merge_input_section): Ditto.
10504 (Output_section::build_relaxation_map): Change to use Section_id
10505 instead of Input_section_specifier as key type.
2e702c99 10506 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5ac169d4
DK
10507 Ditto.
10508 (Output_section::convert_input_sections_to_relaxed_sections): Change
10509 to use Const_section_id instead of Input_section_specifier as key type.
2e702c99 10510 (Output_section::find_merge_section): Ditto.
5ac169d4
DK
10511 (Output_section::find_relaxed_input_section): Ditto.
10512 * output.h (Input_section_specifier): Remove class.
10513 (Output_section::Output_section_data_by_input_section_map): Change
10514 key type to Const_section_id.
10515 (Output_section::Output_relaxed_input_section_by_input_section_map):
10516 Ditto.
10517 (Output_section::Relaxation_map): Change key type to Section_id.
10518
a2162063
ILT
105192010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10520
10521 * gold/arm.cc: Added support for R_ARM_V4BX relocation
10522 (class Arm_v4bx_stub): New class.
10523 (DEF_STUBS): Updated definition to support v4_veneer_bx.
10524 (Stub_factory::make_arm_v4bx_stub): New method.
10525 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
10526 (Stub_table::empty): Handle v4bx stubs.
10527 (Stub_table::add_arm_v4bx_stub): New method.
10528 (Stub_table::find_arm_v4bx_stub): New method.
10529 (Arm_relocate_functions::v4bx): New method.
10530 (Target_arm::fix_v4bx): New method.
10531 (Target_arm::Target_arm): Handle R_ARM_V4BX.
10532 (Stub_table::relocate_stubs): Likewise.
10533 (Stub_table::do_write): Likewise.
10534 (Stub_table::update_data_size_and_addralign): Likewise.
10535 (Stub_table::finalize_stubs): Likewise.
10536 (Target_arm::Scan::local): Likewise.
10537 (Target_arm::Scan::global): Likewise.
10538 (Target_arm::do_finalize_sections): Likewise.
10539 (Target_arm::Relocate::relocate): Likewise.
10540 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10541 Likewise.
10542 (Target_arm::scan_reloc_for_stub): Likewise.
10543 (Target_arm::scan_reloc_section_for_stubs): Likewise.
10544
5696ab0b
ILT
105452010-01-19 Ian Lance Taylor <iant@google.com>
10546
10547 * output.cc (Output_section_headers::do_sized_write): Write large
10548 segment count to sh_info field.
10549 (Output_file_header::do_sized_write): For large segment count,
10550 write PN_XNUM to e_phnum field.
10551
800d0f56
ILT
105522010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10553
10554 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
10555 (Arm_relocate_functions::thm_jump8): New function.
10556 (Arm_relocate_functions::thm_jump11): New function.
10557 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
10558 R_ARM_THM_JUMP11.
10559 (Target_arm::Scan::global): Likewise.
10560 (Target_arm::Relocate::relocate): Likewise.
10561 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10562 Likewise.
10563
41263c05
DK
105642010-01-14 Doug Kwan <dougkwan@google.com>
10565
10566 * arm.cc (map, utility): Include headers.
10567 (Target_arm::apply_cortex_a8_workaround): New method.
10568 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
10569 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
10570 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
10571 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
10572 the --[no-]fix-cortex-a8 command line options.
10573 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
10574 (Target_arm::relocate_stub): Use addend in instruction template.
10575 * options.h (DEFINE_bool): Set the user-set flag.
10576 (General_options): Add --[no-]-fix-cortex options.
10577 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 10578 : Update fast look-up map after conversion.
41263c05 10579
459e9b03
ST
105802010-01-14 Sriraman Tallam <tmsriram@google.com>
10581
10582 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
10583 in the first pass of do_layout.
10584
b521dfe4
DK
105852010-01-13 Doug Kwan <dougkwan@google.com>
10586
10587 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
10588 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
10589 apparent compiler problem of not folding static constant integral
10590 data members of elfcpp::Elf_sizes<32>.
10591
44272192
DK
105922010-01-13 Doug Kwan <dougkwan@google.com>
10593
10594 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
10595 Arm_relobj::section_needs_cortex_a8_stub_scanning,
10596 Arm_relobj::scan_section_for_cortex_a8_erratum,
10597 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
10598 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
10599 sections to scan for relocation stubs into a new method
10600 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
10601 relocation and Cortex-A8 stub scanning.
10602 (Target_arm::do_relax): Force stubs to be after stubbed sections
10603 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 10604 the beginning of a new relaxation pass. Update a comment.
44272192
DK
10605 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
10606
44b71ece
ILT
106072010-01-12 Ian Lance Taylor <iant@google.com>
10608
10609 * target-reloc.h (visibility_error): New inline function.
10610 (relocate_section): Call visibility_error.
10611 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
10612 (MOSTLYCLEANFILES): Likewise.
10613 (protected_4_pic.o, protected_3.err): New targets.
10614 * testsuite/protected_4.cc: New file.
10615
a120bc7f
DK
106162010-01-12 Doug Kwan <dougkwan@google.com>
10617
10618 * arm.cc (Cortex_a8_reloc): New class.
10619 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
10620 and cortex_a8_relocs_info_.
10621 (Target_arm::fix_cortex_a8): New method definition.
10622 (Target_arm::Cortex_a8_relocs_info): New type.
10623 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
10624 New data member declarations.
10625 (Target_arm::scan_reloc_for_stub): Record information about
10626 relocations for THUMB branches that might be exempted from the
10627 Cortex-A8 workaround.
10628 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
10629 at the beginning of a relaxation pass.
10630
20138696
DK
106312010-01-12 Doug Kwan <dougkwan@google.com>
10632
10633 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
10634 (Arm_relobj::Mapping_symbol_position,
10635 Arm_reloj::Mapping_symbol_position_less,
10636 Arm_relobj::Mapping_symbols_info): New types.
10637 (Target_arm::is_mapping_symbol_name): New method definition.
10638 (Arm_relobj::do_count_local_symbols): Save information about mapping
10639 symbols.
10640
089d69dc
DK
106412010-01-11 Doug Kwan <dougkwan@google.com>
10642
10643 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
10644 Arm_relocate_functions::thumb32_branch_upper,
10645 Arm_relocate_functions::thumb32_branch_lower,
10646 Arm_relocate_functions::thumb32_cond_branch_offset,
10647 Arm_relocate_functions::thumb32_cond_branch_upper,
10648 Arm_relocate_functions::thumb32_cond_branch_lower,
10649 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
10650 branch offset encoding.
10651 (Arm_relocate_functions::thumb_branch_common): Use new branch
10652 offset encoding methods to avoid code duplication.
10653 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
10654 (Stub_addend_reader::operator()): Use new branch encoding method
10655 to avoid code duplication.
10656
99e5bff2
DK
106572010-01-11 Doug Kwan <dougkwan@google.com>
10658
10659 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
10660 (Target_arm::do_finalize_sections): Define special EXIDX section
10661 symbols only if referenced.
10662 * gc.h (Garbage_collection::add_reference): New method.
10663 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
10664 code duplication.
10665
98e090bd
ILT
106662010-01-11 Ian Lance Taylor <iant@google.com>
10667
d0a91bd8
ILT
10668 * script.cc (Version_script_info::build_expression_list_lookup):
10669 Change complaing about duplicate wildcard match from error to
10670 warning.
10671
98e090bd
ILT
10672 * script.cc (class Lazy_demangler): Recreate--revert part of patch
10673 of 2009-12-30.
10674 (Version_script_info::Version_script_info): Initialize globs_,
10675 default_version_, default_is_global_, and exact_. Don't
10676 initialize globals_ or locals_.
10677 (Version_script_info::build_lookup_tables): Build local symbols
10678 first.
10679 (Version_script_info::unquote): New function.
10680 (Version_script_info::add_exact_match): New function.
10681 (Version_script_info::build_expression_list_lookup): Remove lookup
10682 parameter. Add is_global parameter. Change all callers. Handle
10683 wildcard pattern specially. Unquote pattern. Call
10684 add_exact_match.
10685 (Version_script_info::get_name_to_match): New function.
10686 (Version_script_info::get_symbol_version): New function.
10687 (Version_script_info::get_symbol_version_helper): Remove.
10688 (Version_script_info::check_unmatched_names): Call unquote.
10689 * script.h (class Version_script_info): Change get_symbol_version
10690 to be non-inline and add is_global parameter; change all callers.
10691 Rewrite symbol_is_local. Update declarations. Define struct
10692 Version_tree_match, Exact, Globs. Don't define struct Lookup.
10693 Remove globals_ and locals_ members. Add exact_, globs_,
10694 default_version_, is_global_.
10695 (Version_script_info::Glob): Remove pattern, add expression and
10696 is_global. Update constructor. Change all callers.
10697 * dynobj.cc (Versions::finalize): Mark the version symbol as the
10698 default version.
10699 (Versions::symbol_section_contents): If a symbol is undefined, or
10700 defined in a dynamic object, set the version index to
10701 VER_NDX_LOCAL.
10702 * symtab.cc (Symbol_table::add_from_relobj): Don't call
10703 symbol_is_local.
10704 (Symbol_table::add_from_pluginobj): Likewise.
10705 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
10706
d56962d3
DK
107072010-01-11 Doug Kwan <dougkwan@google.com>
10708
10709 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
10710 (incremental_dump_LDADD): Add linking option for libintl.
10711 * Makefile.in: Regenerate.
10712
94e6ee91
L
107132010-01-11 H.J. Lu <hongjiu.lu@intel.com>
10714
10715 PR gold/11144
10716 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
10717 instead of -Ds.
10718 * testsuite/Makefile.in: Regenerated.
10719
e96c574b
DK
107202010-01-10 Doug Kwan <dougkwan@google.com>
10721
10722 * options.h (DEFINE_var): Use parentheses around argument varname__
10723 in macro body to avoid any unintended subsequent substitutions.
10724
7198066b
ILT
107252010-01-10 Ian Lance Taylor <iant@google.com>
10726
ba4d53bf
ILT
10727 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
10728 candidates before doing symbol resolution.
10729
7198066b
ILT
10730 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
10731 ODR candidates if only one is weak.
10732
a2beed37
ILT
107332010-01-08 Ian Lance Taylor <iant@google.com>
10734
10735 * script.cc (Version_script_info::build_expression_list_lookup):
10736 Don't warn about ambiguous version, just record the ambiguity.
10737 (Version_script_info::get_symbol_version_helper): Give error if
10738 version is ambiguous.
10739
2fb7225c
DK
107402010-01-08 Doug Kwan <dougkwan@google.com>
10741
10742 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
703d02da
AM
10743 prev_data_size_ and prev_addralign_. Remove initializer for
10744 deleted data member has_been_changed_.
10745 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
10746 to determine if the table is empty.
10747 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
10748 Remove.
10749 (Stub_table::add_reloc_stub): Define method in class definition
10750 instead of just declaring it there.
10751 (Stub_table::add_cortex_a8_stub): New method definition.
10752 (Stub_table::update_data_size_and_addralign): Ditto.
10753 (Stub_table::finalize_stubs): Ditto.
10754 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
10755 (Stub_table::do_addralign_): Return address alignment in the
10756 (Stub_table::do_reset_address_and_file_offset): Define method in
10757 class definition instead of declaring it there. Set current data
10758 size to be the data size of the previous pass.
10759 (Stub_table::set_final_data_size): Use current data size as the
10760 final data size.
10761 (Stub_table::relocate_stub): Change parameter type of stub from
10762 Reloc_stub pointer to Stub pointer.
10763 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
10764 (Stub_table::Cortex_a8_stub_list): New typedef.
10765 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
10766 Stub_table::prev_addralign_): New data member.
10767 (Arm_relobj::Arm_relobj): Initialize data member
10768 section_has_cortex_a8_workaround_.
10769 (Arm_relobj::section_has_cortex_a8_workaround,
10770 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
10771 definitions.
10772 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
10773 declarations.
10774 (Target_arm::relocate_stub): Change parameter type of stub from
10775 Reloc_stub pointer to Stub pointer.
10776 (Insn_template::size, Insn_template::alignment): Handle
10777 THUMB16_SPECIAL_TYPE.
10778 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
10779 Stub_table::update_data_size_and_addralign,
10780 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
10781 definitions.
10782 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
10783 (Stub_table::do_write): Ditto.
10784 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2fb7225c 10785
880cd20d
ILT
107862010-01-08 Ian Lance Taylor <iant@google.com>
10787
10788 PR 11108
10789 * symtab.h (class Symbol): Remove fields is_target_special_ and
10790 has_plt_offset_. Add field is_defined_in_discarded_section_.
10791 (Symbol::is_defined_in_discarded_section): New function.
10792 (Symbol::set_is_defined_in_discarded_section): New function.
10793 (Symbol::has_plt_offset): Rewrite.
10794 (Symbol::set_plt_offset): Verify that new offset is not -1U.
10795 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
10796 Don't initialize is_target_special_ or has_plt_offset_.
10797 Initialize is_defined_in_discarded_section_.
10798 (Symbol_table::add_from_relobj): If appropriate, set
10799 is_defined_in_discarded_section.
10800 * resolve.cc (Symbol::override_base_with_special): Don't test
10801 is_target_special_. Change has_plt_offset_ to has_plt_offset().
10802 * target-reloc.h (relocate_section): Do special handling for
10803 symbols defined in discarded sections for global symbols as well
10804 as local symbols.
10805
2703e3eb
ILT
108062010-01-08 Ian Lance Taylor <iant@google.com>
10807
10808 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
10809 the SHT_SYMTAB case.
10810
339d40a3
ILT
108112010-01-08 Ian Lance Taylor <iant@google.com>
10812
10813 * object.cc (Sized_relobj::do_layout): Don't get confused if
10814 layout_eh_frame returns NULL.
10815
abecea76
ILT
108162010-01-08 Ian Lance Taylor <iant@google.com>
10817
10818 PR 11084
10819 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
10820 dynamic symbol table, use the normal symbol table.
10821 (Sized_dynobj::do_read_symbols): Remove assertion about type of
10822 symbol table.
10823
6b7dd3f3
ILT
108242010-01-08 Ian Lance Taylor <iant@google.com>
10825
10826 PR 11072
10827 * layout.cc (Layout::include_section): Remove .gnu_debuglink
10828 sections.
10829
36c50e63
L
108302010-01-08 H.J. Lu <hongjiu.lu@intel.com>
10831
10832 * version.cc (print_version): Change to "Copyright 2010".
10833
e291e7b9
ILT
108342010-01-08 Ian Lance Taylor <iant@google.com>
10835
10836 PR 10287
10837 PR 11063
10838 * i386.cc (class Target_i386): Change return type of plt_section
10839 to be non-const.
10840 (class Output_data_plt_i386): Add tls_desc_rel_ field.
10841 (Output_data_plt_i386::Output_data_plt_i386): Initialize
10842 tls_desc_rel_ field.
10843 (Output_data_plt_i386::rel_tls_desc): New function.
10844 (Target_i386::rel_tls_desc_section): New function.
10845 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
10846 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
10847 R_386_TLS_DESC reloc in rel_tls_desc_section.
10848 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
10849 Define struct Tlsdesc_info.
10850 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
10851 (Target_x86_64::do_reloc_symbol_index): New function.
10852 (Target_x86_64::add_tlsdesc_info): New function.
10853 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
10854 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
10855 tlsdesc_rel_ field.
10856 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
10857 all callers.
10858 (Output_data_plt_x86_64::rela_tlsdesc): New function.
10859 (Target_x86_64::rela_tlsdesc_section): New function.
10860 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
10861 handling.
10862 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
10863 (Target_x86_64::do_reloc_addend): New function.
10864 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
10865 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
10866 declarations. Define TARGET_CODE. Add arg field to u1_ union.
10867 (Output_reloc::type): New function.
10868 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
10869 (Output_reloc::is_target_specific): New function.
10870 (Output_reloc::target_arg): New function.
10871 (class Output_reloc) [SHT_RELA]: Add four new constructors for
10872 absolute relocs and target specific relocs.
10873 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
10874 add_target_specific.
10875 (class Output_data_reloc) [SHT_RELA]: Likewise.
10876 * output.cc (Output_reloc::Output_reloc): Add four new versions
10877 for absolute relocs and target specific relocs.
10878 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
10879 (Output_reloc::get_symbol_index): Likewise.
10880 (Output_reloc::local_section_offset): Check that local_sym_index_
10881 is not TARGET_CODE or 0.
10882 (Output_reloc::symbol_value): Likewise.
10883 (Output_reloc::write) [SHT_RELA]: Call target for target specific
10884 reloc.
10885 * target.h (class Target): Add reloc_symbol_index and reloc_addend
10886 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
10887 functions.
10888 * layout.cc (add_target_dynamic_tags): Use output section for
10889 DT_PLTRELSZ and DT_JMPREL.
10890
3a44184e
ILT
108912010-01-07 Ian Lance Taylor <iant@google.com>
10892
10893 PR 11061
10894 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
10895 function.
10896 (class Output_data_reloc_generic): Define.
10897 (class Output_data_reloc_base): Change base class to
10898 Output_data_reloc_generic. Change add() method to call
10899 bump_relative_reloc_count for a relative reloc. Remove
10900 sort_relocs_ field.
10901 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
10902 to sort_relocs().
10903 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
10904 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
10905 appropriate.
10906 * layout.h (class Layout): Update declaration.
10907
ea715a34
ILT
109082010-01-07 Ian Lance Taylor <iant@google.com>
10909
10910 * output.h (class Output_data): Add const version of
10911 output_section and do_output_section.
10912 (class Output_section_data): Add const version of
10913 do_output_section.
10914 (class Output_section): Likewise.
10915 * layout.cc (Layout::add_target_dynamic_tags): New function.
10916 * layout.h (class Layout): Update declarations.
10917 * arm.cc (Target_arm::do_finalize_sections): Use
10918 add_target_dynamic_tags.
10919 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10920 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
10921 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
10922 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10923
659948a4
ILT
109242010-01-07 Ian Lance Taylor <iant@google.com>
10925
10926 PR 11042
10927 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
10928 object as needed.
10929
9d3b86f6
ILT
109302010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
10931 Ian Lance Taylor <iant@google.com>
10932
10933 PR 11019
10934 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
10935 Xindex::read_symtab_xindex.
10936
bb0d3eb0
DK
109372010-01-07 Doug Kwan <dougkwan@google.com>
10938
10939 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
10940 (Insn_template::thumb16_bcond_insn): New method declaration.
10941 (Insn_template): Fix spelling.
10942 (Stub::thumb16_special): New method declaration.
10943 (Stub::do_write): Define virtual method which was previously pure
10944 virtual.
10945 (Stub::do_thumb16_special): New method declaration.
10946 (Stub::do_fixed_endian_write): New template member.
10947 (Reloc_stub::do_write): Remove.
10948 (Reloc_stub::do_fixed_endian_write): Remove.
10949 (Cortex_a8_stub): New class definition.
10950 (Stub_factory::make_cortex_a8_stub): New method definition.
10951 (Stub_factory::Stub_factory): Add missing static storage class
10952 qualifier for elf32_arm_stub_a8_veneer_blx.
10953
ffeef7df
ILT
109542010-01-07 Ian Lance Taylor <iant@google.com>
10955
dc3f80fe
ILT
10956 PR 10980
10957 * options.h (class General_options): Add --warn-unresolved-symbols
10958 and --error-unresolved-symbols.
10959 * errors.cc (Errors::undefined_symbol): Implement
10960 --warn-unresolved-symbols.
10961
ffeef7df
ILT
10962 * options.h (class General_options): Add -z text and -z textoff.
10963 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
10964
f1ec9ded
ST
109652010-01-06 Sriraman Tallam <tmsriram@google.com>
10966
10967 * gc.h (Garbage_collection::Cident_section_map): New typedef.
10968 (Garbage_collection::cident_sections): New function.
10969 (Garbage_collection::add_cident_section): New function.
10970 (Garbage_collection::cident_sections_): New member.
10971 (gc_process_relocs): Add references to sections whose names are C
10972 identifiers.
10973 * gold.h (cident_section_start_prefix): New constant.
10974 (cident_section_stop_prefix): New constant.
10975 (is_cident): New function.
10976 * layout.cc (Layout::define_section_symbols): Replace string constants
10977 with the newly defined constants.
10978 * object.cc (Sized_relobj::do_layout): Track sections whose names are
10979 C identifiers.
10980 * testsuite/Makefile.am: Add gc_orphan_section_test.
10981 * testsuite/Makefile.in: Regenerate.
10982 * testsuite/gc_orphan_section_test.cc: New file.
10983 * testsuite/gc_orphan_section_test.sh: New file.
10984
6eda8c29
ILT
109852010-01-06 Ian Lance Taylor <iant@google.com>
10986
b9674e17
ILT
10987 PR 10980
10988 * options.h (class General_options): Add --warn-shared-textrel.
10989 * layout.cc (Layout::finish_dynamic_section): Implement
10990 --warn-shared-textrel.
10991
6eda8c29
ILT
10992 PR 10980
10993 * options.h (class General_options): Add --warn-multiple-gp.
10994
32dcd44e
ILT
109952010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10996
10997 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
10998 $(THREADSLIB) and $(LIBDL).
10999 * Makefile.in: Rebuild.
11000
a192ba05
ILT
110012010-01-06 Ian Lance Taylor <iant@google.com>
11002
11003 PR 10980
11004 * options.cc (General_options::parse_section_start): New function.
11005 (General_options::section_start): New function.
11006 (General_options::General_options): Initialize all members.
11007 * options.h: Include <map>
11008 (class General_options): Add --section-start. Add section_starts_
11009 member.
11010 * layout.cc (Layout::attach_allocated_section_to_segment): If
11011 --section-start was used, set the address of the segment. Remove
11012 local sort_sections.
11013 (Layout::relaxation_loop_body): If the address of the load segment
11014 has been set by --section-start, don't use it.
11015 * output.h (Output_segment::update_flags_for_output_section): New
11016 function.
11017 * output.cc (Output_segment::add_output_section): Call
11018 update_flags_for_output_section.
11019
dde3f402
ILT
110202010-01-05 Ian Lance Taylor <iant@google.com>
11021
62dfdd4d
ILT
11022 PR 10980
11023 * options.h (class General_options): Add --undefined-version.
11024 * script.cc (struct Version_expression): Add was_matched_by_symbol
11025 field.
11026 (Version_script_info::matched_symbol): New function.
11027 (Version_script_info::get_symbol_version_helper): Call
11028 matched_symbol.
11029 (Version_script_info::check_unmatched_names): New function.
11030 * script.h (class Version_script_info): Update declarations.
11031 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
11032
9c4ae156
ILT
11033 * options.h (class General_options): Use DEFINE_bool_alias for
11034 allow_multiple_definition.
11035 * resolve.cc (Symbol_table::should_override): Don't test
11036 allow_multiple_definition.
11037
dde3f402
ILT
11038 PR 10980
11039 * options.h (class General_options): Add --cref.
11040 * main.cc (main): Print cref table if --cref. Don't close mapfile
11041 until after printing cref table.
11042 * cref.cc: Include "symtab.h".
11043 (class Cref_inputs): Define Cref_table_compare and Cref_table.
11044 (Cref_table_compare::operator()): New function.
11045 (Cref_inputs::gather_cref): New function.
11046 (filecol): New static const.
11047 (Cref_inputs::print_cref): New function.
11048 (Cref::print_cref): New function.
11049 * cref.h: Include <cstdio>.
11050 (class Cref): Update declarations.
11051 * mapfile.h (Mapfile::file): New function.
11052 * object.h (class Object): Define Symbols. Declare virtual
11053 do_get_global_symbols.
11054 (Object::get_global_symbols): New function.
11055 * object.cc (Input_objects::add_object): Pass object to cref_ if
11056 --cref.
11057 (Input_objects::archive_start): Likewise.
11058 (Input_objects::archive_stop): Likewise.
11059 (Input_objects::print_cref): New function.
11060 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
11061 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
11062 --cref.
11063 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
11064 function.
11065 * plugin.h (class Sized_pluginobj): Update declarations.
11066
8781f709
ILT
110672010-01-05 Ian Lance Taylor <iant@google.com>
11068
11069 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
11070 to is_default_version. Rename insdef to insdefault.
11071 (Symbol_table::add_from_relobj): Rename def to is_default_version
11072 and local to is_forced_local.
11073 (Symbol_table::add_from_pluginobj): Likewise.
11074 (Symbol_table::add_from_dynobj): Likewise.
11075 (Symbol_table::define_special_symbol): Rename insdef to
11076 insdefault.
11077
fe35d28d
ILT
110782010-01-04 Ian Lance Taylor <iant@google.com>
11079
30bc8c46
ILT
11080 PR 10980
11081 * options.h (class General_options): Add
11082 --allow-multiple-definition and -z muldefs.
11083 * resolve.cc (Symbol_table::should_override): Don't warn about a
11084 multiple symbol definition if --allow-multiple-definition or -z
11085 muldefs.
11086
7eaea549
ILT
11087 PR 10980
11088 * options.h (class General_options): Add --add-needed and
11089 --copy-dt-needed-entries. Tweak --as-needed help entry.
11090 * object.cc (Input_objects::check_dynamic_dependencies): Give an
11091 error if --copy-dt-needed-entries aka --add-needed is used and
11092 would cause a change in behaviour.
11093
fe35d28d
ILT
11094 PR 10980
11095 * options.h (class General_options): Add -G as a short version of
11096 --shared. Add no-op options -assert, -g, and -i.
11097
55a2bb35
ST
110982010-01-04 Sriraman Tallam <tmsriram@google.com>
11099
11100 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
11101 check for .text or .gnu.linkonce.t sections.
11102 * icf.cc (Icf::find_identical_sections): Ditto.
11103 Change the detection for mangled function name within the section
11104 name.
11105 * icf.h (is_section_foldable_candidate): New function.
11106
719328e1
ILT
111072009-12-30 Ian Lance Taylor <iant@google.com>
11108
11109 PR 10980
11110 * options.h (class General_options): Permit two dashes with
11111 --retain-symbols-file.
11112
d7bb5745
ILT
111132009-12-30 Ian Lance Taylor <iant@google.com>
11114
403a15dd
ILT
11115 PR 10979
11116 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
11117 don't put the file header and segment headers in the text
11118 segment.
11119
eda294df
ILT
11120 PR 10979
11121 * common.cc (Sort_commons::operator()): Stabilize sort when both
11122 entries are NULL.
11123 (Symbol_table::do_allocate_commons_list): When allocating common
11124 symbols, skip a symbol which is no longer common.
11125 * symtab.h (Symbol::is_common): Test whether the symbol comes from
11126 an object before checking its type.
11127 * testsuite/common_test_2.c: New file.
11128 * testsuite/common_test_3.c: New file.
11129 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
11130 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
11131 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
11132 (common_test_2_pic.o, common_test_2.so): New targets.
11133 (common_test_3_pic.o, common_test_3.so): New targets.
11134 * testsuite/Makefile.in: Rebuild.
11135
d7bb5745
ILT
11136 PR 10979
11137 * script.cc (read_input_script): If we see a new SECTIONS clause,
11138 and we have added an input section, give an error.
11139 * layout.h (class Layout): Add have_added_input_section function.
11140 Add have_added_input_section_ field.
11141 * layout.cc (Layout::Layout): Initialize
11142 have_added_input_section_.
11143 (Layout::layout): Set have_added_input_section_.
11144 (Layout::layout_eh_frame): Likewise.
11145
fc59c572
ILT
111462009-12-30 Ian Lance Taylor <iant@google.com>
11147
11148 PR 10931
11149 * options.h (class General_options): Add --sort-common option.
11150 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
11151 * common.cc (Sort_common): Add sort_order parameter to
11152 constructor. Add sort_order_ field.
11153 (Sort_commons::operator): Check sort_order_.
11154 (Symbol_table::allocate_commons): Determine the sort order.
11155 (Symbol_table::do_allocate_commons): Add sort_order parameter.
11156 Change all callers.
11157 (Symbol_table::do_allocate_commons_list): Likewise.
11158
1c74fab0
ILT
111592009-12-30 Ian Lance Taylor <iant@google.com>
11160
11161 PR 10916
11162 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
11163 symbols from this object, don't change the visibility of an
11164 undefined symbol.
11165 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
11166
6affe781
ILT
111672009-12-30 Ian Lance Taylor <iant@google.com>
11168
11169 PR 10861
11170 * script.h (class Version_script_info): Define Language enum.
11171 Update declarations. Define Glob, Exact, and Lookup types. Add
11172 new fields globals_, locals_, and is_finalized_.
11173 * script.cc: Various formatting fixes.
11174 (class Parser_closure): Change language_stack_ from a vector of
11175 std::string to one of Version_script_info::Language. Adjust all
11176 uses accordingly.
11177 (class Lazy_demangler): Remove.
11178 (struct Version_expression): Change language from std::string to
11179 Version_script_info::Language.
11180 (Version_script_info::Version_script_info): New function.
11181 (Version_script_info::~Version_script_info): Don't call clear.
11182 (Version_script_info::finalize): New function.
11183 (Version_script_info::build_lookup_tables): New function.
11184 (Version_script_info::build_expression_list_lookup): New
11185 function.
11186 (Version_script_info::get_symbol_version_helper): Rewrite to use
11187 lookup tables.
11188 (Version_script_info::print_expression_list): Adjust to use
11189 Version_script_info::Language.
11190 (script_push_lex_into_version_mode): Check that the version script
11191 has not been finalized.
11192 (version_script_push_lang): Change language string to
11193 Version_script_info::Language.
11194 * options.cc (Command_line::version_script): New function.
11195 * options.h (class General_options): Add finalize_dynamic_list
11196 function. Change version_script from declaration to definition.
11197 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
11198 * testsuite/version_script.map: Remove duplicate def of foo.
11199 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
11200 version_script.map.
11201 * testsuite/Makefile.in: Rebuild.
11202
818bf354
ILT
112032009-12-30 Ian Lance Taylor <iant@google.com>
11204
11205 PR 10843
11206 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
11207 if the input symbol index is 0, make the output symbol index 0.
11208
ebcc8304
ILT
112092009-12-30 Ian Lance Taylor <iant@google.com>
11210
11211 PR 10670
11212 * options.h (class General_options): Add -x/--discard-all.
11213 * object.cc (Sized_relobj::do_count_local_symbols): Handle
11214 --discard-all. If the local symbol needs a dynamic entry, check
11215 that before handling --discard-locals.
11216
176fe33f
ILT
112172009-12-30 Ian Lance Taylor <iant@google.com>
11218
bb321bb1
ILT
11219 PR 10450
11220 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
11221 flags to PF_R.
11222 (Output_segment::add_output_section): Don't change the flags if
11223 the type is PT_TLS.
11224
176fe33f
ILT
11225 PR 10450
11226 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
11227 GNU hash table if they need a dynamic value. Otherwise, don't add
11228 them if they are defined in a dynamic object or are forced local.
11229
e8cd95c7
ILT
112302009-12-29 Ian Lance Taylor <iant@google.com>
11231
1b81fb71
ILT
11232 PR 10450
11233 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
11234 .gnu.hash table for a 32-bit target.
11235
8d6d383d
ILT
11236 PR 10450
11237 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
11238 regular and a dynamic object only needs a dynamic symbol table
11239 entry if it is externally visible.
11240
e785ec03
ILT
11241 PR 10450
11242 * i386.cc (class Target_i386): Initialize global_offset_table_ in
11243 constructor. Add global_offset_table_ field.
11244 (Target_i386::got_section): Set global_offset_table_.
11245 (Target_i386::do_finalize_sections): Set global_offset_table_
11246 size.
11247 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
11248 in constructor. Add global_offset_table_ field.
11249 (Target_x86_64::got_section): Set global_offset_table_.
11250 (Target_x86_64::do_finalize_sections): Set global_offset_table_
11251 size.
11252
1a2dff53
ILT
11253 * layout.cc (Layout::Layout): Initialize increase_relro_.
11254 (Layout::get_output_section): Add is_relro, is_last_relro, and
11255 is_first_non_relro parameters. Change all callers.
11256 (Layout::choose_output_section): Likewise.
11257 (Layout::add_output_section_data): Likewise.
11258 (Layout::make_output_section): Likewise.
11259 (Layout::set_segment_offsets): Clear increase_relro when using a
11260 linker script.
11261 * layout.h (class Layout): Add increase_relro method. Add
11262 increase_relro_ field. Update declarations.
11263 * output.cc (Output_section::Output_section): Initialize
11264 is_last_relro_ and is_first_non_relro_.
11265 (Output_segment::add_output_section): Group relro sections is
11266 do_sort is true. Handle is_last_relro and is_first_non_relro.
11267 (Output_segment::maximum_alignment): Remove relro handling.
11268 (Output_segment::set_section_addresses): Add increase_relro
11269 parameter. Change all callers. Add initial alignment to align
11270 relro sections on separate page. Remove old relro handling.
11271 (Output_segment::set_section_list_addresses): Remove in_relro
11272 parameter. Change all callers.
11273 (Output_segment::set_offset): Add increase parameter. Change all
11274 callers. Remove old relro handling.
11275 * output.h (class Output_section): Add new methods: is_last_relro,
11276 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
11277 Add is_last_relro_ and is_first_non_relro_ fields.
11278 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
11279 Create separate .got.plt section. Call increase_relro.
11280 * x86_64.cc (Target_x86_64::got_section): Likewise.
11281 * testsuite/relro_script_test.t: Add .got.plt.
11282
f0ba79e2
ILT
11283 PR 10450
11284 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
11285 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
11286 (Layout::finalize): Call set_dynamic_symbol_size.
11287 (Layout::set_dynamic_symbol_size): New function.
11288 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
11289 set_dynamic_symbol_size.
11290
e8cd95c7
ILT
11291 PR 10450
11292 * output.h (class Output_section): Add is_entsize_zero_ field.
11293 * output.cc (Output_section::Output_section): Initialize
11294 is_entsize_zero_.
11295 (Output_section::set_entsize): If two different entsizes are
11296 requested, force it to zero.
11297 (Output_section::add_input_section): Set flags for .debug_str
11298 before updating section flags. Set entsize.
11299 (Output_section::update_flags_for_input_section): Set SHF_MERGE
11300 and SHF_STRING if all input sections have those flags.
11301
3e1b9a8a
RÁE
113022009-12-29 Rafael Espindola <espindola@google.com>
11303
11304 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
11305 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
11306 reporting.
3e1b9a8a 11307
3dcad376
ST
113082009-12-29 Sriraman Tallam <tmsriram@google.com>
11309
11310 * options.cc (General_options::parse_version): Allow -v to exit
11311 without an error if there is nothing to link.
11312
084e2665
ILT
113132009-12-29 Ian Lance Taylor <iant@google.com>
11314
11315 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
11316 using a version of gcc before 4.1.
11317 * configure: Rebuild.
11318
250acde3
CD
113192009-12-28 Chris Demetriou <cgd@google.com>
11320
11321 * attributes.cc (Output_attributes_section_data::do_write): Use
11322 std::vector::front rather than std::vector::data.
11323
99fff23b
ILT
113242009-12-28 Ian Lance Taylor <iant@google.com>
11325
11326 * symtab.h (class Symbol_table): Add enum Defined.
11327 * resolve.cc (Symbol_table::should_override): Add defined
11328 parameter. Change all callers. Test whether object is NULL
11329 before calling a method on it.
11330 (Symbol_table::report_resolve_problem): Add defined parameter.
11331 Change all callers.
11332 (Symbol_table::should_override_with_special): Likewise.
11333 * symtab.cc (Symbol_table::define_in_output_data): Add defined
11334 parameter. Change all callers.
11335 (Symbol_table::do_define_in_output_data): Likewise.
11336 (Symbol_table::define_in_output_segment): Likewise.
11337 (Symbol_table::do_define_in_output_segment): Likewise.
11338 (Symbol_table::define_as_constant): Likewise.
11339 (Symbol_table::do_define_as_constant): Likewise.
11340 * script.h (class Symbol_assignment): Add is_defsym parameter to
11341 constructor; change all callers.
11342 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
11343 parameter. Change all callers. Add is_defsym_ field.
11344 (class Parser_closure): Add parsing_defsym parameter to
11345 constructor; change all callers. Add parsing_defsym accessor
11346 function. Add parsing_defsym_ field.
11347
556bd683
ILT
113482009-12-28 Ian Lance Taylor <iant@google.com>
11349
11350 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 11351 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 11352
1782c879
ILT
113532009-12-23 Ian Lance Taylor <iant@google.com>
11354
11355 * i386.cc (Target_i386::do_calls_non_split): Recognize
11356 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
11357 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
11358 -fsplit-stack prologue when using %r11.
1782c879 11359
329ca2b1
ST
113602009-12-21 Sriraman Tallam <tmsriram@google.com>
11361
11362 * options.cc (General_options::parse_version): Make -v continue and do
11363 the link like GNU ld does.
11364
d675ff46
RÁE
113652009-12-17 Rafael Avila de Espindola <espindola@google.com>
11366
11367 * Makefile.am (CCFILES): Add timer.cc.
11368 (HFILES): Add timer.h.
11369 * configure.ac: Check for sysconf and times.
11370 * main.cc: include timer.h.
11371 (main): Use Timer instead of get_run_time.
11372 * timer.cc: New.
11373 * timer.h: New.
11374 * workqueue.cc: include timer.h.
11375 (Workqueue::find_and_run_task):
11376 Report user, sys and wall time.
11377 * Makefile.in: Regenerate.
11378 * config.in: Regenerate.
11379 * configure: Regenerate.
11380
d6344fb5
DK
113812009-12-16 Doug Kwan <dougkwan@google.com>
11382
11383 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
11384 sections.
11385 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
11386 relaxed input sections.
11387 * output.cc (Output_section::find_relaxed_input_section): Change
11388 return type to Output_relaxed_input_section pointer. Adjust code
11389 for new type of relaxed_input_section_map_.
11390 * output.h (Output_section::find_relaxed_input_section): Change
11391 return type to Output_relaxed_input_section pointer.
11392 (Output_section::Output_relaxed_input_section_by_input_section_map):
11393 New type.
11394 (Output_section::relaxed_input_section_map_): Change type to
11395 Output_section::Output_relaxed_input_section_by_input_section_map.
11396 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
11397 input section.
11398
0e0d5469
ILT
113992009-12-15 Ian Lance Taylor <iant@google.com>
11400
11401 * layout.cc (Layout::create_shstrtab): Only write out after input
11402 sections if we are compressing debug sections.
11403
0649a889
ILT
114042009-12-15 Ian Lance Taylor <iant@google.com>
11405
11406 * archive.cc (Archive::add_symbols): Only look up a symbol without
11407 a version if there is, in fact, a version.
11408
2ea97941
ILT
114092009-12-14 Ian Lance Taylor <iant@google.com>
11410
11411 Revert -Wshadow changes, all changes from:
11412 2009-12-11 Doug Kwan <dougkwan@google.com>
11413 2009-12-11 Nick Clifton <nickc@redhat.com>
11414 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
11415
b0eec2cc
DK
114162009-12-11 Doug Kwan <dougkwan@google.com>
11417
11418 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
11419 due to -Wshadow.
11420 * attributes.cc (Object_attribute::size): Ditto.
11421 (Attributes_section_data::size): Ditto.
11422 (Attributes_section_data::Attributes_section_data): Ditto.
11423 (Output_attributes_section_data::do_write): Ditto.
11424 * attributes.h (Object_attribute::set_type): Ditto.
11425 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
11426
91d6fa6a
NC
114272009-12-11 Nick Clifton <nickc@redhat.com>
11428
11429 * archive.cc: Fix shadowed variable warnings.
11430 * arm.cc: Likewise.
11431 * compressed_output.cc: Likewise.
11432 * compressed_output.h: Likewise.
11433 * configure: Likewise.
11434 * dwarf_reader.cc: Likewise.
11435 * dynobj.cc: Likewise.
11436 * dynobj.h: Likewise.
11437 * ehframe.cc: Likewise.
11438 * ehframe.h: Likewise.
11439 * errors.cc: Likewise.
11440 * expression.cc: Likewise.
11441 * fileread.cc: Likewise.
11442 * fileread.h: Likewise.
11443 * freebsd.h: Likewise.
11444 * i386.cc: Likewise.
11445 * icf.cc: Likewise.
11446 * incremental.h: Likewise.
11447 * layout.cc: Likewise.
11448 * layout.h: Likewise.
11449 * mapfile.cc: Likewise.
11450 * merge.cc: Likewise.
11451 * merge.h: Likewise.
11452 * object.cc: Likewise.
11453 * object.h: Likewise.
11454 * options.h: Likewise.
11455 * output.cc: Likewise.
11456 * output.h: Likewise.
11457 * parameters.cc: Likewise.
11458 * plugin.cc: Likewise.
11459 * powerpc.cc: Likewise.
11460 * reduced_debug_output.cc: Likewise.
11461 * reduced_debug_output.h: Likewise.
11462 * reloc.cc: Likewise.
11463 * reloc.h: Likewise.
11464 * resolve.cc: Likewise.
11465 * script-sections.cc: Likewise.
11466 * script.cc: Likewise.
11467 * script.h: Likewise.
11468 * sparc.cc: Likewise.
11469 * symtab.cc: Likewise.
11470 * symtab.h: Likewise.
11471 * target-select.cc: Likewise.
11472 * target-select.h: Likewise.
11473 * token.h: Likewise.
11474 * workqueue.cc: Likewise.
11475 * workqueue.h: Likewise.
11476 * x86_64.cc: Likewise.
11477
a0351a69
DK
114782009-12-10 Doug Kwan <dougkwan@google.com>
11479
11480 * arm.cc (attributes.h): New include.
11481 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
11482 (Arm_relobj::~Arm_relobj): Delete object pointed by
11483 attributes_section_data_.
11484 (Arm_relobj::attributes_section_data): New method definition.
11485 (Arm_relobj::attributes_section_data_): New data member declaration.
11486 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
11487 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
11488 attributes_section_data_.
11489 (Arm_dynobj::attributes_section_data): New method definition.
11490 (Arm_dynobj::attributes_section_data_): New data member declaration.
11491 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
11492 initialization value of may_use_blx_ to false.
2e702c99 11493 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
a0351a69
DK
11494 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
11495 object attributes to compute results instead of hard-coding.
11496 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
11497 Target_arm::get_secondary_compatible_arch,
11498 Target_arm::set_secondary_compatible_arch
11499 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
11500 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
11501 New method declarations.
11502 (Target_arm::get_aeabi_object_attribute): New method definition.
11503 (Target_arm::attributes_section_data_): New data member declaration.
11504 (read_arm_attributes_section): New template definition.
11505 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
11506 (Arm_dynobj::do_read_symbols): Ditto.
11507 (Target_arm::do_finalize_sections): Merge attributes sections from
11508 input. Check for BLX use after attributes section merging.
11509 Fix __exidx_start and __exidx_end visibility. Create an
11510 .ARM.attributes section if necessary.
11511 (Target_arm::get_secondary_compatible_arch,
11512 Target_arm::set_secondary_compatible_arch,
11513 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
11514 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 11515 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
11516 New method definitions.
11517
b59befec
ILT
115182009-12-09 Ian Lance Taylor <iant@google.com>
11519
11520 * plugin.cc (Plugin::load): Don't cast from void* to a function
11521 pointer.
11522
1276bc89
ILT
115232009-12-09 Ian Lance Taylor <iant@google.com>
11524
11525 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
11526 information fields.
11527
2f2de248
L
115282009-12-09 H.J. Lu <hongjiu.lu@intel.com>
11529
11530 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
11531 Replace two_file_shared_1.so with two_file_shared_2.so.
11532 * testsuite/Makefile.in: Regenerated.
11533
4f787271
DK
115342009-12-08 Doug Kwan <dougkwan@google.com>
11535
11536 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
11537 (HFILES): Add attributes.h and int_encoding.h.
11538 * Makefile.in: Regenerate.
11539 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
11540 function definitions to int_encoding.cc
11541 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
11542 prototypes to int_encoding.h
11543 * reduced_debug_output.cc (int_encoding.h): New include.
11544 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
11545 function definitions to int_encoding.cc
11546 (insert_into_vector, read_from_pointer): Move template definitions to
11547 int_encoding.h
11548 * attributes.cc: New file.
11549 * attributes.h: New file.
11550 * int_encoding.cc: New file.
11551 * int_encoding.h: New file.
11552
20b52f1a
RÁE
115532009-12-07 Rafael Avila de Espindola <espindola@google.com>
11554
11555 PR gold/11055
11556 * incremental-dump.cc (dump_incremental_inputs): New.
11557 (main): Use dump_incremental_inputs.
11558
53d7974c
L
115592009-12-07 H.J. Lu <hongjiu.lu@intel.com>
11560
11561 PR gold/10893
11562 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
11563 checking elfcpp::STT_FUNC.
11564 (Target_i386::Relocate::relocate): Likewise.
11565 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
11566
11567 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
11568 symbols from shared libraries into normal FUNC symbols.
11569
11570 * symtab.h (Symbol): Add is_func and use it.
11571
05a352e6
DK
115722009-12-05 Doug Kwan <dougkwan@google.com>
11573
11574 * arm.cc (Target_arm::arm_info): Initialize new fields
11575 attributes_section and attributes_vendor.
11576 * i386.cc (Target_i386::i386_info): Same.
11577 * object.cc (Sized_relobj::do_layout): Skip attribute section.
11578 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
11579 fields attributes_section and attributes_vendor.
53d7974c 11580 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
11581 * target.h (Target::attributes_section, Target::attributes_vendor,
11582 Target::is_attributes_section, Target::attribute_arg_type,
11583 Target::attributes_order): New method definitions.
11584 (Target::Target_info::attributes_section,
11585 Target::Target_info::attributes_vendor): New fields.
11586 (Target::do_attribute_arg_type, Target::do_attributes_order): New
11587 virtual method definitions.
11588 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
11589 attributes_section and attributes_vendor.
11590 * testsuite/testfile.cc (Target_test::test_target_info): Same.
11591
f4e5969c
DK
115922009-12-05 Doug Kwan <dougkwan@google.com>
11593
11594 * arm.cc: Update comments about interworking and stub generation.
11595 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
11596 considered as non-PIC.
11597 (Arm_relocate_functions::base_abs): Fix formatting.
11598 (Arm_relocate_functions::got_prel): Fix comment. Change interface
11599 of function to use GOT entry address instead of offset.
11600 (Target_arm::Scan::global): Issue an error if a symbol would need a
11601 PLT does not get one because it is untyped. Remove code to create
11602 dynamic symbols for relative branches.
11603 (Target_arm::Relocate::relocate: Use 0 instead of false since function
11604 takes unsigned integer instead of boolean.
11605
1abce4a6
L
116062009-12-05 H.J. Lu <hongjiu.lu@intel.com>
11607
11608 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
11609 (two_file_test_LDADD): Likewise.
11610 (common_test_1_LDADD): Likewise.
11611 (exception_test_LDADD) Likewise.
11612 (weak_test_LDADD): Likewise.
11613 (many_sections_test_LDADD): Likewise.
11614 (initpri1_LDADD): Likewise.
11615 (script_test_1_LDADD): Likewise.
11616 (script_test_2_LDADD): Likewise.
11617 (justsyms_LDADD): Likewise.
11618 (binary_test_LDADD): Likewise.
11619 (large_LDADD): Likewise.
11620 * testsuite/Makefile.in: Regenerated.
11621
adcf2816 116222009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 11623
adcf2816
L
11624 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
11625 (Symbol_table::override_with_special): Likewise.
11626 (Symbol_table::add_from_object): Likewise.
11627
28e67f5d
RÁE
116282009-12-04 Rafael Avila de Espindola <espindola@google.com>
11629
11630 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
11631 Don't set the data_offset twice.
11632
ae10a101
RÁE
116332009-12-04 Rafael Avila de Espindola <espindola@google.com>
11634
11635 * testsuite/Makefile.in: Regenerate.
11636
f59f41f3
DK
116372009-12-03 Doug Kwan <dougkwan@google.com>
11638
11639 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
11640 (Target_arm::do_finalize_sections): Add parameter for symbol table
11641 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
11642 * i386.cc (Target_i386::do_finalize_sections): Add an additional
11643 parameter for symbol table pointer.
11644 * layout.cc (Layout::finalize): Call Target::finalize_sections with
11645 an additional parameter for a pointer to symbol table.
11646 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
11647 parameter for a symbol table pointer.
11648 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
11649 * target.h (Target::finalize_sections, Target::do_finalize_sections):
11650 Ditto.
11651 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
11652 parameter for a symbol table pointer.
11653
ca55d848
RÁE
116542009-12-03 Rafael Avila de Espindola <espindola@google.com>
11655
11656 * incremental.cc (Incremental_inputs_header)
11657 (Incremental_inputs_header_write, Incremental_inputs_entry)
11658 (Incremental_inputs_entry_write): Move ...
11659 * incremental.h (Incremental_inputs_header)
11660 (Incremental_inputs_header_write, Incremental_inputs_entry)
11661 (Incremental_inputs_entry_write): here.
11662
3aec4f9c
RÁE
116632009-12-02 Rafael Avila de Espindola <espindola@google.com>
11664
11665 * incremental.cc (make_sized_incremental_binary): Set the target.
11666 Error if it is incompatible.
11667 * output.h (Output_file): Add filename method.
11668
9c0ae74d
RÁE
116692009-12-02 Rafael Avila de Espindola <espindola@google.com>
11670
11671 * incremental.cc (Incremental_inputs_entry): Remove unused argument
11672 from the get_* methods.
11673
a45500ae
RÁE
116742009-12-02 Rafael Avila de Espindola <espindola@google.com>
11675
11676 * incremental-dump.cc (main): Check that the offeset of a script is 0.
11677 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
11678 Write 0 for the data_offset of scripts.
11679
325e6408
RÁE
116802009-12-02 Rafael Avila de Espindola <espindola@google.com>
11681
11682 * testsuite/Makefile.am: Add the incremental_test.sh test.
11683 * testsuite/incremental_test.sh: New.
11684 * testsuite/incremental_test_1.c: New.
11685 * testsuite/incremental_test_2.c: New.
11686
954c3e2e
RÁE
116872009-12-01 Rafael Avila de Espindola <espindola@google.com>
11688
703d02da 11689 * incremental-dump.cc (main): Fix typos.
954c3e2e 11690
f8086623
RÁE
116912009-11-27 Rafael Avila de Espindola <espindola@google.com>
11692
11693 PR gold/11025
11694 * incremental-dump.cc (main): Use llu to print 64 bit values.
11695
3b0dd6ac
L
116962009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
11697 H.J. Lu <hongjiu.lu@intel.com>
11698
11699 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
11700 $(LIBDL).
11701 (incremental_dump_LDADD): Likewise.
11702 * Makefile.in: Regenerated.
11703
a6d1ef57 117042009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 11705
a6d1ef57
DK
11706 Revert:
11707
11708 2009-11-25 Doug Kwan <dougkwan@google.com>
11709
11710 * arm.cc (Target_arm::Target_arm): Move method definition
11711 outside of class definition. Add code to handle
11712 --target1-rel, --target1-abs and --target2= options.
11713 (Target_arm::get_reloc_reloc_type): Change method to be
11714 non-static and const.
11715 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
11716 New data member declaration.
11717 (Target_arm::Scan::local, Target_arm::Scan::global,
11718 Target_arm::Relocate::relocate,
11719 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11720 Adjust call to Target_arm::get_real_reloc_type.
11721 (Target_arm::get_real_reloc_type): Use command line options
11722 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
11723 * options.h (--target1-rel, --target1-abs, --target2): New
11724 ARM-only options.
11725
50aeb7d4
DK
117262009-11-25 Doug Kwan <dougkwan@google.com>
11727
11728 * arm.cc (Target_arm::Target_arm): Move method definition outside of
11729 class definition. Add code to handle --target1-rel, --target1-abs
11730 and --target2= options.
11731 (Target_arm::get_reloc_reloc_type): Change method to be non-static
11732 and const.
11733 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
11734 member declaration.
11735 (Target_arm::Scan::local, Target_arm::Scan::global,
11736 Target_arm::Relocate::relocate,
11737 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
11738 call to Target_arm::get_real_reloc_type.
11739 (Target_arm::get_real_reloc_type): Use command line options to
11740 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
11741 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
11742 options.
11743
51938283
DK
117442009-11-25 Doug Kwan <dougkwan@google.com>
11745
11746 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
11747 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
11748 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
11749 formatting.
11750 (Arm_relocate_functions::thm_call): Replace body with a call to
11751 Arm_relocate_functions::thumb_branch_common.
11752 (Arm_relocate_functions::thm_jump24,
11753 Arm_relocate_functions::thm_xpc22): New method definitions.
11754 (Arm_relocate_functions::thumb_branch_common): New method definition.
11755 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
11756 operator.
11757 (Target_arm::Relocate::relocate): Adjust call to thm_call.
11758 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
11759
e2b8f3c4
RÁE
117602009-11-24 Rafael Avila de Espindola <espindola@google.com>
11761
11762 * Makefile.am: Build incremental-dump
11763 * Makefile.in: Regenerate.
11764 * incremental-dump.cc: New.
11765 * incremental.cc (Incremental_inputs_header_data,
11766 Incremental_inputs_entry_data): Move to incremental.h
11767 * incremental.h: (Incremental_inputs_header_data,
11768 Incremental_inputs_entry_data): Move from incremental.cc
11769
bcba9aec
RÁE
117702009-11-24 Rafael Avila de Espindola <espindola@google.com>
11771
11772 * incremental.cc (Incremental_inputs_header,
11773 Incremental_inputs_header_write, Incremental_inputs_entry,
11774 Incremental_inputs_entry_write): Add a typedef with the data type.
11775
7c3afe08
RÁE
117762009-11-24 Rafael Avila de Espindola <espindola@google.com>
11777
11778 * incremental.cc (Incremental_inputs_header,
11779 Incremental_inputs_header_write, Incremental_inputs_entry,
11780 Incremental_inputs_entry_write): Update comment about which
11781 type has the filed descriptions.
11782
d204b6e9
DK
117832009-11-15 Doug Kwan <dougkwan@google.com>
11784
11785 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
11786 (Arm_relocate_functions::arm_branch_common): Change method defintion
11787 in class definition to a method declaration and update list of formal
11788 parameters.
11789 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
11790 Arm_relocation_functions::jump24): Adjust call to
11791 Arm_relocate_functions::arm_branch_common. Update list of formal
11792 parameters.
11793 (Arm_relocate_functions::xpc25): New method definition.
11794 (Arm_relocate_functions::arm_branch_common): Move method defintion
11795 out from class definition. Use stubs for mode-switching and extending
11796 branch ranges.
11797 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
11798 specially. Change code to enable use of stubs in ARM branches.
11799
43d12afe
DK
118002009-11-10 Doug Kwan <dougkwan@google.com>
11801
11802 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
11803 in method declaration.
11804 (Target_arm::relocate_stub): New method declaration.
11805 (Target_arm::default_target): Change to return a pointer instead of
11806 a const reference.
11807 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
11808 Target_arm::default_target.
11809 (Arm_Relobj::do_relocate_sections): Remove options paramater in
11810 method definition.
11811 (Target_arm::relocate_section): Adjust view.
11812 (Target_arm::relocate_stub): New method definition.
11813
ac33a407
DK
118142009-11-10 Doug Kwan <dougkwan@google.com>
11815
11816 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
11817 a format warning.
11818 * incremental.cc (open_incremental_binary): Initialized local
11819 variables to avoid warnings.
11820 * object.cc (make_elf_object): Ditto.
11821 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
11822 a format warning.
e1df38aa 11823
88ee28e9
L
11824009-11-09 H.J. Lu <hongjiu.lu@intel.com>
11825
11826 PR gold/10930
11827 * testsuite/plugin_test.c: Include "config.h".
11828
2daedcd6
DK
118292009-11-09 Doug Kwan <dougkwan@google.com>
11830
11831 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
11832 (arm_symbol_value): Remove.
11833 (Arm_relocate_functions::arm_branch_common,
11834 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
11835 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
11836 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
11837 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
11838 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
11839 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
11840 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
11841 Arm_relocate_functions::thm_mobw_abs_nc,
11842 Arm_relocate_functions::thm_mov_abs,
11843 Arm_relocate_functions::movw_prel_nc,
11844 Arm_relocate_functions::thm_movt_abs,
11845 Arm_relocate_functions::movt_prel,
11846 Arm_relocate_functions::thm_movw_prel_nc,
11847 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
11848 (Target_arm::Relocate::relocate): Only decompose address into two
11849 parts if relocation type uses the thumb-bit and pass the actual
11850 bit instead of a flag indicating that the thumb-bit is used. Adjust
11851 calls to methods in Arm_relocate_functions for this change.
11852
1276bc89 118532009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
11854
11855 PR 10925
11856 * reloc.cc: Instantiate
11857 Sized_relobj::initialize_input_to_output_maps and
11858 Sized_relobj:free_input_to_output_maps.
11859
e53ad1b5
ILT
118602009-11-06 Ian Lance Taylor <iant@google.com>
11861
11862 PR 10876
11863 * defstd.cc (in_segment): Set only_if_ref true for "end".
11864
eb44217c
DK
118652009-11-06 Doug Kwan <dougkwan@google.com>
11866
11867 * arm.cc (class Reloc_stub): Correct a comment.
11868 (Target_arm::Target_arm): Initialize arm_input_section_map_.
11869 (Target_arm::scan_section_for_stubs): New method declaration.
11870 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
11871 Change methods from private to protected.
11872 (Target_arm::do_may_relax): New method definition.
11873 (Target_arm::do_relax, Target_arm::group_sections,
11874 Target_arm::scan_reloc_for_stub,
11875 Target_arm::scan_reloc_section_for_stubs): New method declarations.
11876 (Target_arm::arm_input_section_map_): New data member declaration.
11877 (Target_arm::scan_reloc_for_stub,
11878 Target_arm::scan_reloc_section_for_stubs,
11879 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
11880 Target_arm::do_relax): New method definitions.
11881
5d329b7d
ILT
118822009-11-06 Mikolaj Zalewski <mikolaj@google.com>
11883
11884 * configure.ac: Check for (struct stat)::st_mtim
11885 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
11886 * config.in: Regenerate.
11887 * configure: Regenerate.
11888
96a0d71b
ILT
118892009-11-05 Ian Lance Taylor <iant@google.com>
11890
11891 PR 10910
11892 * output.cc (Output_segment::add_output_section): Add missing
11893 return statement.
11894
594c8e5e
ILT
118952009-11-04 Ian Lance Taylor <iant@google.com>
11896
11897 PR 10880
11898 * object.h (class Object): Add is_needed and set_is_needed
11899 methods. Add is_needed_ field. Make bool fields into bitfields.
11900 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
11901 defined in a dynamic object and referenced by a regular object,
11902 set is_needed for the dynamic object.
11903 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
11904 if the file is marked with as_needed and it is not needed.
11905
22b127cc
ILT
119062009-11-04 Ian Lance Taylor <iant@google.com>
11907
11908 PR 10887
11909 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
11910 tags if data is discarded by linker script.
11911 * i386.cc (Target_i386::do_finalize_sections): Likewise.
11912 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
11913 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
11914 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
11915
f5c870d2
ILT
119162009-11-04 Ian Lance Taylor <iant@google.com>
11917
11918 * layout.cc (Layout::get_output_section): Add is_interp and
11919 is_dynamic_linker_section parameters. Change all callers.
11920 (Layout::choose_output_section): Likewise.
11921 (Layout::make_output_section): Likewise.
11922 (Layout::add_output_section_data): Add is_dynamic_linker_section
11923 parameter. Change all callers.
11924 * layout.h (class Layout): Update declarations.
11925 * output.h (class Output_section): Add is_interp, set_is_interp,
11926 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
11927 Add is_interp_, is_dynamic_linker_section_ fields. Change
11928 generate_code_fills_at_write_ to a bitfield.
11929 * output.cc (Output_section::Output_sections): Initialize new
11930 fields.
11931 (Output_segment::add_output_section): Add do_sort parameter.
11932 Change all callers.
11933
1ae4d23b
ILT
119342009-11-03 Ian Lance Taylor <iant@google.com>
11935
11936 PR 10860
11937 * options.h (class General_options): Add --warn-common.
11938 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
11939 merging two common symbols.
11940 (Symbol_table::should_override): Handle --warn-common when merging
11941 a common symbol with a defined symbol. Use report_resolve_problem
11942 for multiple definitions.
11943 (Symbol_table::report_resolve_problem): New function.
11944 * symtab.h (class Symbol_table): Declare report_resolve_problem.
11945
55da9579
DK
119462009-11-03 Doug Kwan <dougkwan@google.com>
11947
11948 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
11949 stub_factory_.
11950 (Target_arm::stub_factory): New method definition.
11951 (Target_arm::new_arm_input_section,
11952 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
11953 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 11954 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
11955 New type definitions.
11956 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
11957 member declarations.
11958 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
11959 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
11960 New method definitions.
11961
37a9ac43
ILT
119622009-11-03 Ian Lance Taylor <iant@google.com>
11963
11964 * options.h (class General_options): Add --warn_constructors.
11965
b3d6a3d4
ILT
119662009-11-03 Ian Lance Taylor <iant@google.com>
11967
11968 PR 10893
11969 * defstd.cc (in_section): Add entries for __rel_iplt_start,
11970 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
11971
934b01dd
ILT
119722009-11-03 Ian Lance Taylor <iant@google.com>
11973
11974 PR 10895
11975 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
11976 --msgid-bugs-address.
11977 (install-pdf): New target.
11978 (install-data_yes): Look up one directory to find mkinstalldirs.
11979
03c1939b
L
119802009-11-03 H.J. Lu <hongjiu.lu@intel.com>
11981
11982 * po/Make-in (.po.gmo): Don't generate .gmo files in source
11983 tree.
11984
ebd95253
DK
119852009-10-30 Doug Kwan <dougkwan@google.com>
11986
11987 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
11988
e9bbb538
DK
119892009-10-30 Doug Kwan <dougkwan@google.com>
11990
11991 * arm.cc (Stub_addend_reader): New struct template definition
11992 and partial specializations.
11993 (Stub_addend_reader::operator()): New method definition for a
11994 partially specialized template.
11995
d5b40221
DK
119962009-10-30 Doug Kwan <dougkwan@google.com>
11997
11998 * arm.cc (Arm_relobj::processor_specific_flags): New method
11999 definition.
12000 (Arm_relobj::do_read_symbols): New method declaration.
12001 (Arm_relobj::processor_specific_flags_): New data member declaration.
12002 (Arm_dynobj): New class definition.
12003 (Target_arm::do_finalize_sections): Add input_objects parameter.
12004 (Target_arm::do_adjust_elf_header): New method declaration.
12005 (Target_arm::are_eabi_versions_compatible,
12006 (Target_arm::merge_processor_specific_flags): New method declaration.
12007 (Target_arm::do_make_elf_object): New overloaded method definitions
12008 and declaration.
12009 (Arm_relobj::do_read_symbols): New method definition.
12010 (Arm_dynobj::do_read_symbols): Ditto.
12011 (Target_arm::do_finalize_sections): Add input_objects parameters.
12012 Merge processor-specific flags from all input objects.
12013 (Target_arm::are_eabi_versions_compatible,
12014 Target_arm::merge_processor_specific_flags,
12015 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
12016 New method definitions.
12017 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
12018 Input_objects pointer type parameter.
12019 * layout.cc (Layout::finalize): Pass input objects to target's.
12020 finalize_sections function.
12021 * output.cc (Output_file_header::do_sized_write): Set ELF file
12022 header's processor-specific flags.
12023 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
12024 Input_objects pointer type parameter.
12025 * sparc.cc (Target_sparc::do_finalize_sections): Same.
12026 * target.h (Input_objects): New forward class declaration.
12027 (Target::processor_specific_flags,
12028 Target::are_processor_specific_flags_sect): New method definitions.
12029 (Target::finalize_sections): Add input_objects parameter.
12030 (Target::Target): Initialize processor_specific_flags_ and
12031 are_processor_specific_flags_set_.
12032 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
12033 parameter.
12034 (Target::set_processor_specific_flags): New method definition.
12035 (Target::processor_specific_flags_,
12036 Target::are_processor_specific_flags_set_): New data member
12037 declarations.
12038 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
12039 Input_objects pointer type parameter.
12040
ebabffbd
DK
120412009-10-30 Doug Kwan <dougkwan@google.com>
12042
12043 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
12044
ad0f2072
ILT
120452009-10-28 Ian Lance Taylor <iant@google.com>
12046
12047 * object.h (class Relobj): Drop options parameter from
12048 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
12049 do_scan_relocs, do_relocate. Change all callers.
12050 (class Sized_relobj): Drop options parameters from
12051 do_gc_process_relocs, do_scan_relocs, do_relocate,
12052 do_relocate_sections, relocate_sections, emit_relocs_scan,
12053 emit_relocs_scan_reltype. Change all callers.
12054 (struct Relocate_info): Remove options field and all references to
12055 it.
12056 * reloc.h (class Read_relocs): Remove options constructor
12057 parameter and options_ field. Change all callers.
12058 (class Gc_process_relocs, class Scan_relocs): Likewise.
12059 (class Relocate_task): Likewise.
12060 * target-reloc.h (scan_relocs): Remove options parameter. Change
12061 all callers.
12062 (scan_relocatable_relocs): Likewise.
12063 * target.h (class Sized_target): Remove options parameter from
12064 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
12065 all callers.
12066 * gc.h (gc_process_relocs): Remove options parameter. Change all
12067 callers.
12068 * arm.cc: Update functions to remove options parameters.
12069 * i386.cc: Likewise.
12070 * powerpc.cc: Likewise.
12071 * sparc.cc: Likewise.
12072 * x86_64.cc: Likewise.
12073 * testsuite/testfile.cc: Likewise.
12074
8ffa3667
DK
120752009-10-28 Doug Kwan <dougkwan@google.com>
12076
12077 * arm.cc (Arm_relobj): New class definition.
e1df38aa 12078 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
12079 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
12080 New method definitions.
12081
40f36857
CC
120822009-10-28 Cary Coutant <ccoutant@google.com>
12083
12084 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
12085 (Plugin::cleanup_done_): New member.
12086 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
12087 (Plugin_manager::cleanup_done_): Remove.
12088 (Plugin_manager::add_input_file): Edit error message.
12089 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
12090 (Plugin_manager::cleanup): Remove use of cleanup_done_.
12091
2c849493
ILT
120922009-10-27 Mikolaj Zalewski <mikolajz@google.com>
12093
12094 * fileread.cc: (File_read::View::~View): Use the new
12095 data_ownership_ filed.
12096 (File_read::~File_read): Dispose the new whole_file_view_.
12097 (File_read::open): Mmap the whole file if needed.
12098 (File_read::open): Use whole_file_view_ instead of contents_.
12099 (File_read::find_view): Use whole_file_view_ if applicable.
12100 (File_read::do_read): Use whole_file_view_ instead of contents_.
12101 (File_read::make_view): Use whole_file_view_ instead of contents_,
12102 update File_read::View::View call.
12103 (File_read::find_or_make_view): Update File_read::View::View
12104 call.
12105 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
12106 remove contents_
12107 (File_read::View::Data_ownership): New enum.
12108 (File_read::View::View): Replace bool mapped_ with Data_ownership
12109 argument.
12110 (File_read::View::mapped_): Remove (replaced by data_ownership_).
12111 (File_read::View::data_ownership_): New field.
12112 (File_read::contents_): Remove (replaced by whole_file_view_).
12113 (File_read::whole_file_view_): New field.
12114 * options.h (class General_options): Add --keep-files-mapped.
12115
24998053
CC
121162009-10-27 Cary Coutant <ccoutant@google.com>
12117
12118 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
12119 * testsuite/Makefile.am (plugin_test_5): New test case.
12120 * testsuite/Makefile.in: Regenerate.
12121
72adc4fa
DK
121222009-10-25 Doug Kwan <dougkwan@google.com>
12123
12124 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
12125 from private to protected to allow access by child class.
12126 (Sized_relobj::do_relocate_sections): New method declaration.
12127 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 12128 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
12129 Sized_relobj::relocate_sections. Instantiate template explicitly
12130 for different target sizes and endianity.
12131
07f508a2
DK
121322009-10-24 Doug Kwan <dougkwan@google.com>
12133
12134 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
12135 (Arm_input_section::as_arm_input_section): New method.
12136 (Arm_output_section): New class definition.
12137 (Arm_output_section::create_stub_group,
12138 Arm_output_section::group_sections): New method definitions.
12139
10ad9fe5
DK
121402009-10-22 Doug Kwan <dougkwan@google.com>
12141
12142 * arm.cc (Arm_input_section): New class definition.
12143 (Arm_input_section::init, Arm_input_section:do_write,
12144 Arm_input_section::set_final_data_size,
12145 Arm_input_section::do_reset_address_and_file_offset): New method
12146 definitions.
12147
56ee5e00
DK
121482009-10-21 Doug Kwan <dougkwan@google.com>
12149
12150 * arm.cc (Stub_table, Arm_input_section): New forward class
12151 declarations.
12152 (Stub_table): New class defintion.
12153 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
12154 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
12155 New method definition.
12156
b569affa
DK
121572009-10-21 Doug Kwan <dougkwan@google.com>
12158
12159 * arm.cc: Update copyright comments.
12160 (Target_arm): New forward class template declaration.
12161 (Arm_address): New type.
12162 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
12163 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
12164 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
12165 constants.
12166 (Insn_template): Same.
12167 (DEF_STUBS): New macro.
12168 (Stub_type): New enum type.
12169 (Stub_template): New class definition.
12170 (Stub): Same.
12171 (Reloc_stub): Same.
12172 (Stub_factory): Same.
12173 (Target_arm::Target_arm): Initialize may_use_blx_ and
12174 should_force_pic_veneer_.
12175 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
12176 Target_arm::should_force_pic_veneer,
12177 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
12178 Target_arm::using_thumb_only, Target_arm:;default_target): New
12179 method defintions.
12180 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
12181 New data member declarations.
12182 (Insn_template::size, Insn_template::alignment): New method defintions.
12183 (Stub_template::Stub_template): New method definition.
12184 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
12185 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
12186 (Stub_factory::Stub_factory): New method definition.
12187 * gold.h (string_hash): New template.
12188 * output.h (Input_section_specifier::hash_value): Use
12189 gold::string_hash.
12190 (Input_section_specifier::string_hash): Remove.
12191 * stringpool.cc (Stringpool_template::string_hash): Use
12192 gold::string_hash.
12193
6c172549
DK
121942009-10-20 Doug Kwan <dougkwan@google.com>
12195
12196 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
12197 symbols of relaxed input sections.
12198 * output.h (Output_section::find_relaxed_input_section): Make
12199 method public.
12200
c5617f2f
DK
122012009-10-16 Doug Kwan <dougkwan@google.com>
12202
12203 * dynobj.cc (Versions::Versions): Initialize version_script_.
12204 Only insert base version symbol definition for a shared object
12205 if version script defines any version versions.
12206 (Versions::define_base_version): New method definition.
12207 (Versions::add_def): Check that base version is not needed.
12208 (Versions::add_need): Define base version lazily.
12209 * dynobj.h (Versions::define_base_version): New method declaration.
12210 (Versions::needs_base_version_): New data member declaration.
12211 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
12212 (check_DATA): Add no_version_test.stdout.
12213 (libno_version_test.so, no_version_test.o no_version_test.stdout):
12214 New make rules.
12215 * testsuite/Makefile.in: Regenerate.
12216 * testsuite/no_version_test.c: New file.
12217 * testsuite/no_version_test.sh: Ditto.
12218
3c12dcdb
DK
122192009-10-16 Doug Kwan <dougkwan@google.com>
12220
12221 * expression.cc (class Segment_start_expression): New class definition.
12222 (Segment_start_expression::value): New method definition.
12223 (script_exp_function_segment_start): Return a new
12224 Segment_start_expression.
12225 * gold/script-c.h (script_saw_segment_start_expression): New function
12226 prototype.
12227 * script-sections.cc (Script_sections::Script_sections): Initialize
12228 SAW_SEGMENT_START_EXPRESSION_ to false.
12229 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
12230 and -Tbbs options to specify section addresses if given in
12231 command line and no SEGMENT_START expression is seen in a script.
12232 * script-sections.h (Script_sections::saw_segment_start_expression,
12233 Script_sections::set_saw_segment_start_expression): New method
12234 definition.
12235 (Script_sections::saw_segment_start_expression_): New data member
12236 declaration.
12237 * script.cc (script_saw_segment_start_expression): New function.
12238 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
12239 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
12240 script_test_7.sh and script_test_8.sh.
12241 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
12242 script_test_8.stdout.
12243 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
12244 (script_test_6, script_test_6.stdout, script_test_7,
12245 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
12246 * Makefile.in: Regenerate.
12247 * testsuite/script_test_6.sh: New file.
12248 * testsuite/script_test_6.t: Same.
12249 * testsuite/script_test_7.sh: Same.
12250 * testsuite/script_test_7.t: Same.
12251 * testsuite/script_test_8.sh: Same.
12252
64b1ae37
DK
122532009-10-16 Doug Kwan <dougkwan@google.com>
12254
12255 * output.cc (Output_segment::set_section_list_address): Cast
12256 expressions to unsigned long long type to avoid format warnings.
12257
661be1e2
ILT
122582009-10-15 Ian Lance Taylor <iant@google.com>
12259
12edd763 12260 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 12261 dot assignment to script_sections_.
12edd763
ILT
12262 * script-sections.cc (Script_sections::add_dot_assignment):
12263 Initialize if necessary.
12264
68b6574b
ILT
12265 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
12266 program headers with no load segment if there is a linker script.
12267
661be1e2
ILT
12268 * layout.cc (Layout::set_segment_offsets): Align the file offset
12269 to the segment aligment for -N or -n with no load segment.
12270 * output.cc (Output_segment::add_output_section): Don't crash if
12271 the first section is a TLS section.
12272 (Output_segment::set_section_list_addresses): Print an error
12273 message if the address moves backward in a linker script.
12274 * script-sections.cc
12275 (Output_section_element_input::set_section_addresses): Don't
12276 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
12277 (Orphan_output_section::set_section_addresses): Likewise.
12278
f15f61a7
DK
122792009-10-15 Doug Kwan <dougkwan@google.com>
12280
12281 * layout.cc (Layout::finish_dynamic_section): Generate tags
12282 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
12283 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
12284 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
12285
82bb573a
ILT
122862009-10-14 Ian Lance Taylor <iant@google.com>
12287
12288 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
12289 fields.
12290 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
12291 data_shdr fields of relinfo.
12292 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
12293 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
12294 R_386_TLS_LDO_32, adjust based on section flags.
12295 (Target_i386::Relocate::fix_up_ldo): Remove.
12296
374ad285
ILT
122972009-10-13 Ian Lance Taylor <iant@google.com>
12298
12299 Add support for -pie.
12300 * options.h (class General_options): Add -pie and
12301 --pic-executable.
12302 (General_options::output_is_position_independent): Test -pie.
12303 (General_options::output_is_executable): Return true if not shared
12304 and not relocatable.
12305 (General_options::output_is_pie): Remove.
12306 * options.cc (General_options::finalize): Reject incompatible uses
12307 of -pie.
12308 * gold.cc (queue_middle_tasks): A -pie link is not static.
12309 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
12310 * symtab.cc (Symbol::final_value_is_known): Return false if
12311 output_is_position_independent.
12312 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
12313 output_is_position_independent.
12314 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
12315 output_is_position_independent.
12316 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
12317 output_is_position_independent.
12318 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
12319 two_file_pie_test.
12320 (basic_pie_test.o, basic_pie_test): New targets.
12321 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
12322 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
12323 (two_file_pie_test): New target.
12324 * testsuite/Makefile.in: Rebuild.
12325 * README: Remove note saying that -pie is not supported.
12326
c6585162
ILT
123272009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12328
12329 * options.h (class General_options): Add -init and -fini.
12330 * layout.cc (Layout::finish_dynamic_section): Emit
12331 given init and fini functions.
12332
032ce4e9
ST
123332009-10-13 Sriraman Tallam <tmsriram@google.com>
12334
12335 * gc.h (gc_process_relocs): Check if icf is enabled using new
12336 function.
12337 * gold.cc (queue_initial_tasks): Likewise.
12338 (queue_middle_tasks): Likewise.
12339 * object.cc (do_layout): Likewise.
12340 * symtab.cc (is_section_folded): Likewise.
12341 * main.cc (main): Likewise.
12342 * reloc.cc (Read_relocs::run): Likewise.
12343 (Sized_relobj::do_scan_relocs): Likewise.
12344 * icf.cc (is_function_ctor_or_dtor): New function.
12345 (Icf::find_identical_sections): Check if function is ctor or dtor when
12346 safe icf is chosen.
12347 * options.h (General_options::icf): Change option to be an enum.
12348 (Icf_status): New enum.
12349 (icf_enabled): New method.
12350 (icf_safe_folding): New method.
12351 (set_icf_status): New method.
12352 (icf_status_): New variable.
12353 * (options.cc) (General_options::finalize): Set icf_status_.
12354 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
12355 icf_test and icf_keep_unique_test to use the --icf enum flag.
12356 * testsuite/icf_safe_test.sh: New file.
e1df38aa 12357 * testsuite/icf_safe_test.cc: New file.
032ce4e9 12358
f345227a
ST
123592009-10-12 Sriraman Tallam <tmsriram@google.com>
12360
12361 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
12362 includes to gc.h and icf.h.
12363 * arm.cc: Include gc.h.
12364 * gold.cc: Likewise.
12365 * i386.cc: Likewise.
12366 * powerpc.cc: Likewise.
12367 * sparc.cc: Likewise.
12368 * x86_64.cc: Likewise.
12369 * gc.h: Include icf.h.
12370
1c7814ed
ILT
123712009-10-11 Ian Lance Taylor <iant@google.com>
12372
12373 * plugin.cc: Include "gold.h" before other header files.
12374
ae3b5189
CD
123752009-10-10 Chris Demetriou <cgd@google.com>
12376
12377 * options.h (Input_file_argument::Input_file_type): New enum.
12378 (Input_file_argument::is_lib_): Replace with...
12379 (Input_file_argument::type_): New member.
12380 (Input_file_argument::Input_file_argument): Take Input_file_type
12381 'type' rather than boolean 'is_lib' as second argument.
12382 (Input_file_argument::is_lib): Use type_.
12383 (Input_file_argument::is_searched_file): New function.
12384 (Input_file_argument::may_need_search): Handle is_searched_file.
12385 * options.cc (General_options::parse_library): Support -l:filename.
12386 (General_options::parse_just_symbols): Update for Input_file_argument
12387 changes.
12388 (Command_line::process): Likewise.
12389 * archive.cc (Archive::get_file_and_offset): Likewise.
12390 * plugin.cc (Plugin_manager::release_input_file): Likewise.
12391 * script.cc (read_script_file, script_add_file): Likewise.
12392 * fileread.cc (Input_file::Input_file): Likewise.
12393 (Input_file::will_search_for): Handle is_searched_file.
12394 (Input_file::open): Likewise.
12395 * readsyms.cc (Read_symbols::get_name): Likewise.
12396 * testsuite/Makefile.am (searched_file_test): New test.
12397 * testsuite/Makefile.in: Regenerate.
12398 * testsuite/searched_file_test.cc: New file.
12399 * testsuite/searched_file_test_lib.cc: New file.
12400
f3048a1d
ILT
124012009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12402 Ian Lance Taylor <iant@google.com>
12403
12404 * descriptor.cc: Include <cstdio> and "binary-io.h".
12405 (Descriptors::open): Open the files in binary mode always.
12406 * script.cc (Lex::get_token): Treat \r as whitespace.
12407
d4780e57
ILT
124082009-10-09 Ian Lance Taylor <iant@google.com>
12409
12410 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
12411
d9a893b8
ILT
124122009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12413 Ian Lance Taylor <iant@google.com>
12414
12415 * configure.ac: Check for readv function also.
12416 * fileread.cc (readv): Define if not HAVE_READV.
12417 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
12418 does not exist.
12419 * config.in: Regenerate.
12420 * configure: Regenerate.
12421
c0a62865
DK
124222009-10-09 Doug Kwan <dougkwan@google.com>
12423
12424 * layout.cc (Layout::make_output_section): Call target hook to make
12425 ordinary output section.
12426 (Layout::finalize): Adjust parameter list of call the
12427 Target::may_relax().
12428 * layout.h (class Layout::section_list): New method.
12429 * merge.h (Output_merge_base::entsize): Change visibility to public.
12430 (Output_merge_base::is_string, Output_merge_base::do_is_string):
12431 New methods.
12432 (Output_merge_string::do_is_string): New method.
12433 * object.cc (Sized_relobj::do_setup): renamed from
12434 Sized_relobj::set_up.
12435 * object.h (Sized_relobj::adjust_shndx,
12436 Sized_relobj::initializ_input_to_output_maps,
12437 Sized_relobj::free_input_to_output_maps): Change visibilities to
12438 protected.
12439 (Sized_relobj::setup): Virtualize.
12440 (Sized_relobj::do_setup): New method declaration.
12441 (Sized_relobj::invalidate_section_offset,
12442 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
12443 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
12444 * options.cc (parse_int): New function.
12445 * options.h (parse_int): New declaration.
12446 (DEFINE_int): New macro.
12447 (stub_group_size): New option.
12448 * output.cc (Output_section::Output_section): Initialize memebers
12449 merge_section_map_, merge_section_by_properties_map_,
12450 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
12451 (Output_section::add_input_section): Handled deferred code-fill
12452 generation and remove an old comment.
12453 (Output_section::add_relaxed_input_section): New method definition.
12454 (Output_section::add_merge_input_section): Use merge section by
12455 properties map to speed to search. Update merge section maps
12456 as appropriate.
12457 (Output_section::build_relaxation_map): New method definition.
12458 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
12459 Same.
12460 (Output_section::relax_input_section): Renamed to
12461 Output_section::convert_input_sections_to_relaxed_sections and change
12462 interface to take a vector of pointers to relaxed sections.
12463 (Output_section::find_merge_section,
12464 Output_section::find_relaxed_input_section): New method definitions.
12465 (Output_section::is_input_address_mapped,
12466 Output_section::output_offset, Output_section::output_address):
12467 Use output section data maps to speed up searching.
12468 (Output_section::find_starting_output_address): Add comments.
12469 (Output_section::do_write,
12470 Output_section::write_to_postprocessing_buffer): Do code-fill
12471 generation as appropriate.
12472 (Output_section::get_input_sections): Invalidate relaxed input section
12473 map.
12474 (Output_section::restore_states): Adjust type of checkpoint .
12475 Invalidate relaxed input section map.
12476 * output.h (Output_merge_base): New class declaration.
12477 (Input_section_specifier): New class defintion.
12478 (class Output_relaxed_input_section) Change base class to
12479 Output_section_data_build.
12480 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
12481 base class initializer.
12482 (Output_section::add_relaxed_input_section): New method declaration.
12483 (Output_section::Input_section): Change visibility to protected.
2e702c99 12484 (Output_section::Input_section::relobj,
c0a62865
DK
12485 Output_section::Input_section::shndx): Handle relaxed input sections.
12486 Output_section::input_sections) Change visibility to protected. Also
12487 define overload to return a non-const pointer.
12488 (Output_section::Merge_section_properties): New class defintion.
12489 (Output_section::Merge_section_by_properties_map,
12490 Output_section::Output_section_data_by_input_section_map,
12491 Output_section::Relaxation_map): New types.
12492 (Output_section::relax_input_section): Rename method to
12493 Output_section::convert_input_sections_to_relaxed_sections and change
12494 interface to take a vector of relaxed section pointers.
12495 (Output_section::find_merge_section,
12496 Output_section::find_relaxed_input_section,
12497 Output_section::build_relaxation_map,
12498 Output_section::convert_input_sections_in_list_to_relaxed_sections):
12499 New method declarations.
12500 (Output_section::merge_section_map_
12501 Output_section::merge_section_by_properties_map_,
12502 Output_section::relaxed_input_section_map_,
12503 Output_section::is_relaxed_input_section_map_valid_,
12504 Output_section::generate_code_fills_at_write_): New data members.
12505 * script-sections.cc
12506 (Output_section_element_input::set_section_addresses): Call
12507 current_data_size and addralign methods of relaxed input sections.
12508 (Orphan_output_section::set_section_addresses): Call current_data_size
12509 and addralign methods of relaxed input sections.
12510 * symtab.cc (Symbol_table::compute_final_value): Extract template
12511 from the body of Symbol_table::sized_finalize_symbol.
12512 (Symbol_table::sized_finalized_symbol): Call
12513 Symbol_table::compute_final_value.
12514 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
12515 (Symbol_table::compute_final_value): New templated method declaration.
12516 * target.cc (Target::do_make_output_section): New method defintion.
12517 * target.h (Target::make_output_section): New method declaration.
12518 (Target::relax): Add more parameters for input objects, symbol table
12519 and layout. Adjust call to do_relax.
12520 (Target::do_make_output_section): New method declaration.
12521 (Target::do_relax): Add parameters for input objects, symbol table
12522 and layout.
12523
d446d6c4
ILT
125242009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12525
12526 * pread.c: Include stdio.h.
12527
bc06c745
ILT
125282009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12529
12530 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
12531 defined.
12532
75aea3d0
ILT
125332009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12534
12535 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
12536 Change read_shndx type to unsigned int.
12537 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
12538 int.
12539 (Sized_dwarf_line_info::read_line_mappings): Likewise.
12540 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
12541 Change read_shndx type to unsigned int.
12542 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
12543 int.
12544 (Sized_dwarf_line_info::read_line_mappings): Likewise.
12545 * layout.cc (Layout::create_symtab_sections): Cast the result of
12546 local_symcount * symsize to off_t in the gold_assert.
12547
be8fcb75
ILT
125482009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12549
12550 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
12551 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
12552 R_ARM_BASE_ABS.
12553 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
12554 (Arm_relocate_functions::thm_abs5): New function.
12555 (Arm_relocate_functions::abs12): New function.
12556 (Arm_relocate_functions::abs16): New function.
12557 (Arm_relocate_functions::base_abs): New function.
12558 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
12559 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
12560 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
12561 R_ARM_BASE_ABS.
12562 (Scan::global): Likewise.
12563 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
12564 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
12565 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
12566 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
12567 R_ARM_BASE_ABS.
12568
c2a122b6
ILT
125692009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12570
12571 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
12572 (Arm_relocate_functions::movt_prel): New function.
12573 (Arm_relocate_functions::thm_movw_prel_nc): New function.
12574 (Arm_relocate_functions::thm_movt_prel): New function.
12575 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
12576 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
12577 (Scan::global, Relocate::relocate): Likewise.
12578 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12579
c4aa1e2d
ILT
125802009-10-09 Mikolaj Zalewski <mikolajz@google.com>
12581
12582 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
12583 Incremental_checker.
12584 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
12585 unsigned int.
12586 (class Incremental_inputs_header): New class.
12587 (Incremental_inputs_header_writer): Edit comment.
12588 (Incremental_inputs_entry): New class.
12589 (Incremental_inputs_entry_writer): Edit comment.
12590 (Sized_incremental_binary::do_find_incremental_inputs_section):
12591 Add *strtab_shndx parameter, fill it.
12592 (Sized_incremental_binary::do_check_inputs): New method.
12593 (Incremental_checker::can_incrementally_link_output_file): Use
12594 Sized_incremental_binary::check_inputs.
12595 (Incremental_inputs::report_command_line): Save command line in
12596 command_line_.
12597 * incremental.h:
12598 (Incremental_binary::find_incremental_inputs_section): New
12599 method.
12600 (Incremental_binary::do_find_incremental_inputs_section): Add
12601 strtab_shndx parameter.
12602 (Incremental_binary::do_check_inputs): New pure virtual method.
12603 (Sized_incremental_binary::do_check_inputs): Declare.
12604 (Incremental_checker::Incremental_checker): Add incremental_inputs
12605 parameter, use it to initialize incremental_inputs_.
12606 (Incremental_checker::incremental_inputs_): New field.
12607 (Incremental_checker::command_line): New method.
12608 (Incremental_checker::inputs): New method.
12609 (Incremental_checker::command_line_): New field.
12610
c549a694
ILT
126112009-10-09 Mikolaj Zalewski <mikolajz@google.com>
12612
12613 * incremental.cc: Include <cstdarg> and "target-select.h".
12614 (vexplain_no_incremental): New function.
12615 (explain_no_incremental): New function.
12616 (Incremental_binary::error): New method.
12617 (Sized_incremental_binary::do_find_incremental_inputs_section): New
12618 method.
12619 (make_sized_incremental_binary): New function.
12620 (open_incremental_binary): New function.
12621 (can_incrementally_link_file): Add checks if output is ELF and has
12622 inputs section.
12623 * incremental.h: Include "elfcpp_file.h" and "output.h".
12624 (Incremental_binary): New class.
12625 (Sized_incremental_binary): New class.
12626 (open_incremental_binary): Declare.
12627 * object.cc (is_elf_object): Use
12628 elfcpp::Elf_recognizer::is_elf_file.
12629 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
12630 * output.h (Output_file::filesize): New method.
12631
fd3c5f0b
ILT
126322009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12633
12634 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
12635 New function.
12636 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
12637 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
12638 function.
12639 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
12640 function.
12641 (Arm_relocate_functions::movw_abs_nc): New function.
12642 (Arm_relocate_functions::movt_abs): New function.
12643 (Arm_relocate_functions::thm_movw_abs_nc): New function.
12644 (Arm_relocate_functions::thm_movt_abs): New function.
12645 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
12646 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
12647 (Scan::global): Likewise.
12648 (Relocate::relocate): Likewise.
12649 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12650
7f5309a5
ILT
126512009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12652
12653 * arm.cc (Arm_relocate_functions::got_prel) New function.
12654 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
12655 (Relocate::relocate): Likewise.
12656 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12657
364c7fa5
ILT
126582009-10-06 Ian Lance Taylor <iant@google.com>
12659
12660 * options.h (class General_options): Define
12661 split_stack_adjust_size parameter.
12662 * object.h (class Object): Add uses_split_stack_ and
12663 has_no_split_stack_ fields. Add uses_split_stack and
12664 has_no_split_stack accessor functions. Declare
12665 handle_split_stack_section.
12666 (class Reloc_symbol_changes): Define.
12667 (class Sized_relobj): Define Function_offsets. Declare
12668 split_stack_adjust, split_stack_adjust_reltype, and
12669 find_functions.
12670 * object.cc (Object::handle_split_stack_section): New function.
12671 (Sized_relobj::do_layout): Call handle_split_stack_section.
12672 * dynobj.cc (Sized_dynobj::do_layout): Call
12673 handle_split_stack_section.
12674 * reloc.cc (Sized_relobj::relocate_sections): Call
12675 split_stack_adjust for executable sections in split_stack
12676 objects. Pass reloc_map to relocate_section.
12677 (Sized_relobj::split_stack_adjust): New function.
12678 (Sized_relobj::split_stack_adjust_reltype): New function.
12679 (Sized_relobj::find_functions): New function.
12680 * target-reloc.h: Include "object.h".
12681 (relocate_section): Add reloc_symbol_changes parameter. Change
12682 all callers.
12683 * target.h (class Target): Add calls_non_split method. Declare
12684 do_calls_non_split virtual method. Declare match_view and
12685 set_view_to_nop.
12686 * target.cc: Include "elfcpp.h".
12687 (Target::do_calls_non_split): New function.
12688 (Target::match_view): New function.
12689 (Target::set_view_to_nop): New function.
12690 * gold.cc (queue_middle_tasks): Give an error if mixing
12691 split-stack and non-split-stack objects with -r.
12692 * i386.cc (Target_i386::relocate_section): Add
12693 reloc_symbol_changes parameter.
12694 (Target_i386::do_calls_non_split): New function.
12695 * x86_64.cc (Target_x86_64::relocate_section): Add
12696 reloc_symbol_changes parameter.
12697 (Target_x86_64::do_calls_non_split): New function.
12698 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
12699 parameter.
12700 * powerpc.cc (Target_powerpc::relocate_section): Add
12701 reloc_symbol_changes parameter.
12702 * sparc.cc (Target_sparc::relocate_section): Add
12703 reloc_symbol_changes parameter.
12704 * configure.ac: Call AM_CONDITIONAL for the default target.
12705 * configure: Rebuild.
12706 * testsuite/Makefile.am (TEST_AS): New variable.
12707 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
12708 (check_DATA): Add split_i386 and split_x86_64 files.
12709 (SPLIT_DEFSYMS): Define.
12710 (split_i386_[1234n].o): New targets.
12711 (split_i386_[124]): New targets.
12712 (split_i386_[1234r].stdout): New targets.
12713 (split_x86_64_[1234n].o): New targets.
12714 (split_x86_64_[124]): New targets.
12715 (split_x86_64_[1234r].stdout): New targets.
12716 (MOSTLYCLEANFILES): Add new executables.
12717 * testsuite/split_i386.sh: New file.
12718 * testsuite/split_x86_64.sh: New file.
12719 * testsuite/split_i386_1.s: New file.
12720 * testsuite/split_i386_2.s: New file.
12721 * testsuite/split_i386_3.s: New file.
12722 * testsuite/split_i386_4.s: New file.
12723 * testsuite/split_i386_n.s: New file.
12724 * testsuite/split_x86_64_1.s: New file.
12725 * testsuite/split_x86_64_2.s: New file.
12726 * testsuite/split_x86_64_3.s: New file.
12727 * testsuite/split_x86_64_4.s: New file.
12728 * testsuite/split_x86_64_n.s: New file.
12729 * testsuite/testfile.cc (Target_test): Update relocation_section
12730 function.
12731 * testsuite/Makefile.in: Rebuild.
12732
e8a9fcda
ILT
127332009-10-06 Ian Lance Taylor <iant@google.com>
12734
12735 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
12736 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
12737 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
12738 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
12739 the address on ldo_addrs_.
12740 (Target_i386::Relocate::fix_up_ldo): New function.
12741
e99daf92
ILT
127422009-10-06 Rafael Espindola <espindola@google.com>
12743
12744 * plugin.cc (add_input_library): New.
12745 (Plugin::load): Add add_input_library to tv.
12746 (Plugin_manager::add_input_file): Add the is_lib argument.
12747 (add_input_file): Update call to Plugin_manager::add_input_file.
12748 (add_input_library): New.
12749 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
12750
966d4097
DK
127512009-09-30 Doug Kwan <dougkwan@google.com>
12752
12753 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
12754 symbol and call Symbol::may_need_copy_reloc to determine if
12755 a copy reloc is needed.
12756 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
12757 nocopyreloc is given in command line.
12758 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
12759 given in command line.
12760 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
12761 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
12762 of the removed Target_i386::may_need_copy_reloc.
12763 * options.h (copyreloc): New option with default value false.
12764 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
12765 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
12766 instead of the removed Target_powerpc::may_need_copy_reloc.
12767 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
12768 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
12769 instead of the removed Target_sparc::may_need_copy_reloc.
12770 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
12771 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
12772 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
12773 instead of the removed Target_x86_64::may_need_copy_reloc.
12774
029ba973
ILT
127752009-09-30 Ian Lance Taylor <iant@google.com>
12776
12777 * object.h (class Object): Remove target_ field, and target,
12778 sized_target, and set_target methods.
12779 (Object::sized_target): Remove.
12780 (class Sized_relobj): Update declarations. Remove sized_target.
12781 * object.cc (Sized_relobj::setup): Remove target parameter.
12782 Change all callers.
12783 (Input_objects::add_object): Don't do anything with the target.
12784 (make_elf_sized_object): Add punconfigured parameter. Change all
12785 callers. Set or test parameter target.
12786 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
12787 Change all callers.
12788 * parameters.cc (Parameters::set_target): Change parameter type to
12789 be non-const.
12790 (Parameters::default_target): Remove.
12791 (set_parameters_target): Change parameter type to be non-const.
12792 (parameters_force_valid_target): New function.
12793 (parameters_clear_target): New function.
12794 * parameters.h (class Parameters): Update declarations. Remove
12795 default_target method. Add sized_target and clear_target
12796 methods. Change target_ to be non-const.
12797 (set_parameters_target): Update declaration.
12798 (parameters_force_valid_target): Declare.
12799 (parameters_clear_target): Declare.
12800 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
12801 as NULL if we aren't searching.
12802 (Add_symbols::run): Don't check for compatible target.
12803 * fileread.cc (Input_file::open_binary): Call
12804 parameters_force_valid_target.
12805 * gold.cc (queue_middle_tasks): Likewise.
12806 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
12807 set_target on object.
12808 * dynobj.h (class Sized_dynobj): Update declarations.
12809 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
12810 make_elf_object returns NULL.
12811 (Archive::include_member): Don't check whether object target is
12812 compatible.
12813 * output.cc (Output_section::add_input_section): Get target from
12814 parameters.
12815 (Output_section::relax_input_section): Likewise.
12816 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
12817 parameters.
12818 (Sized_relobj::do_scan_relocs): Likewise.
12819 (Sized_relobj::relocate_sections): Likewise.
12820 * resolve.cc (Symbol_table::resolve): Likewise.
12821 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
12822 parameter. Change all callers.
12823 (Symbol_table::add_from_object): Get target from parameters.
12824 (Symbol_table::add_from_relobj): Don't check object target.
12825 (Symbol_table::add_from_dynobj): Likewise.
12826 (Symbol_table::define_special_symbol): Get target from
12827 parameters.
12828 * symtab.h (class Symbol_table): Update declaration.
12829 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
12830 parameter. Change all callers. Clear parameter target.
12831 (Binary_test): Test target here.
12832 * testsuite/object_unittest.cc (gold_testsuite): Remove
12833 target_test_pointer parameter. Change all callers.
12834 (Object_test): Test target here.
12835
a6a22b83
ILT
128362009-09-26 Ian Lance Taylor <iant@google.com>
12837
12838 * testsuite/initpri1.c: Don't try to use constructor priorities if
12839 compiling with gcc before 4.3.
12840
6a8f49fe
ILT
128412009-09-22 Mikolaj Zalewski <mikolajz@google.com>
12842
12843 * testsuite/retain_symbols_file_test.sh (check_present): Change
12844 output file name to retain_symbols_file_test.stdout.
12845 (check_absent): Likewise.
12846
8c604651
CS
128472009-09-18 Craig Silverstein <csilvers@google.com>
12848
12849 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
12850 * options.cc: Include <cerrno> and <fstream>.
12851 (General_options::finalize): Parse -retain-symbols-file tag.
12852 * options.h: New flag.
12853 (General_options): New method should_retain_symbol, new
12854 variable symbols_to_retain.
12855 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
12856 should_retain_symbol map.
12857 * testsuite/Makefile.am (retain_symbols_file_test): New test.
12858 * testsuite/Makefile.in: Regenerate.
12859 * testsuite/retain_symbols_file_test.sh: New file.
12860
ca58b19f
NC
128612009-09-18 Nick Clifton <nickc@redhat.com>
12862
12863 * po/es.po: Updated Spanish translation.
12864
20e6d0d6
DK
128652009-09-17 Doug Kwan <dougkwan@google.com>
12866
12867 * debug.h (DEBUG_RELAXATION): New constant.
12868 (DEBUG_ALL): Add DEBUG_RELAXATION.
12869 (debug_string_to_enum): Add relaxation debug option.
12870 * layout.cc
12871 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
12872 Layout::Relaxation_debug_check::read_sections,
12873 Layout::Relaxation_debug_check::read_sections): New method definitions.
12874 (Layout::Layout): Initialize data members
12875 record_output_section_data_from_scrips_,
12876 script_output_section_data_list_ and relaxation_debug_check_.
12877 (Layout::save_segments, Layout::restore_segments,
12878 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
12879 Layout::relaxation_loop_body): New method definitions.
12880 (Layout::finalize): Support relaxation. Move section layout code to
12881 Layout::relaxation_loop_body.
12882 (Layout::set_asection_address_from_script): Move code for orphan
12883 section placement out.
12884 (Layout::place_orphan_sections_in_script): New method definition.
12885 * layout.h (Output_segment_headers, Output_file_header):
12886 New forward class declarations.
12887 (Layout::~Layout): Define.
12888 (Layout::new_output_section_data_from_script): New method definition.
12889 (Layout::place_orphan_sections_in_script): New method declaration.
12890 (Layout::Segment_states): New type declaration.
12891 (Layout::save_segments, Layout::restore_segments,
12892 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
12893 Layout::relaxation_loop_body): New method declarations.
12894 (Layout::Output_section_data_list): New type declaration.
12895 (Layout::Relaxation_debug_check): New class definition.
12896 (Layout::record_output_section_data_from_script_,
12897 Layout::script_output_section_data_list_, Layout::segment_states_,
12898 Layout::relaxation_debug_check_): New data members.
12899 * output.cc: (Output_section_headers::do_size): New method definition.
12900 (Output_section_headers::Output_section_headers): Move size
12901 computation to Output_section_headers::do_size.
12902 (Output_segment_headers::do_size): New method definition.
e1df38aa 12903 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
12904 Output_file_header::do_size and call it.
12905 (Output_file_header::do_size): New method definition.
12906 (Output_data_group::Output_data_group): Adjust call to
12907 Output_section_data.
12908 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
12909 (Output_symtab_xindex::do_write): Add array bound check.
2e702c99 12910 (Output_section::Input_section::print_to_mapfile): Handle
20e6d0d6
DK
12911 RELAXED_INPUT_SECTION_CODE.
12912 (Output_section::Output_section): Initialize data member checkpoint_.
12913 (Output_section::~Output_section): Delete checkpoint object pointed
12914 by checkpoint_.
12915 (Output_section::add_input_section): Always add an Input_section if
12916 relaxing.
12917 (Output_section::add_merge_input_section): Add assert.
12918 (Output_section::relax_input_section): New method definition.
12919 (Output_section::set_final_data_size): Set load address to zero for
12920 an unallocated section.
12921 (Output_section::do_address_and_file_offset_have_reset_values):
12922 New method definition.
12923 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
12924 Handle relaxed input section.
12925 (Output_section::sort_attached_input_sections): Checkpoint input
12926 section list lazily.
12927 (Output_section::get_input_sections): Change type of input_sections to
12928 list of Simple_input_section pointers. Checkpoint input section list
12929 lazily. Also handle relaxed input sections.
12930 (Output_section::add_input_section_for_script): Take a reference to
12931 a Simple_input_section object instead of Relobj pointer and section
12932 index as parameter. Handle relaxed input sections.
12933 (Output_section::save_states, Output_section::restore_states): New
12934 method definitions.
12935 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
12936 (Output_data::is_data_size_fixed): New method definition.
12937 (Output_data::reset_addresss_and_file_offset): Do not reset data size
12938 if it is fixed.
12939 (Output_data::address_and_file_offset_have_reset_values): New method
12940 definition.
12941 (Output_data::do_address_and_file_offset_have_reset_values): New method
12942 definition.
12943 (Output_data::set_data_size): Check that data size is not fixed.
12944 (Output_data::fix_data_size): New method definition.
12945 (Output_data::is_data_size_fixed_): New data member.
12946 (Output_section_headers::set_final_data_size): New method definition.
12947 (Output_section_headers::do_size): New method declaration.
12948 (Output_segment_headers::set_final_data_size): New method definition.
12949 (Output_segment_headers::do_size): New method declaration.
12950 (Output_file_header::set_final_data_size)::New method definition.
12951 (Output_file_header::do_size)::New method declaration.
12952 (Output_section_data::Output_section_data): Add new parameter
12953 is_data_size_fixed and use it to fix data size.
12954 (Output_data_const::Output_data_const): Adjust call to base class
12955 constructor and fix data size.
12956 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
12957 base class constructor and fix data size.
12958 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
12959 base class constructor and fix data size.
12960 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
12961 class constructor and fix data size.
12962 (Output_data_group::set_final_data_size): New method definition.
12963 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
12964 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
12965 class constructor and fix data size.
12966 (Output_relaxed_input_section): New class definition.
12967 (Output_section::Simple_input_section): New class definition.
12968 (Output_section::get_input_sections): Adjust parameter list.
12969 (Output_section::add_input_section_for_script): Same.
12970 (Output_section::save_states, Output_section::restore_states,
12971 Output_section::do_address_and_file_offset_have_reset_values,
12972 (Output_section::Input_section::Input_section): Handle
12973 RELAXED_INPUT_SECTION_CODE. Add new overload for
12974 Output_relaxed_input_section.
12975 (Output_section::Input_section::is_input_section,
12976 Output_section::Input_section::set_output_section): Handle relaxed
12977 input section.
12978 (Output_section::Input_section::is_relaxed_input_section,
12979 Output_section::Input_section::output_section_data,
12980 Output_section::Input_section::relaxed_input_section): New method
12981 definitions.
12982 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
12983 value.
12984 (Output_section::Input_section::u1_): Update comments.
12985 (Output_section::Input_section::u2_): Add new union member poris.
12986 (Output_section::Checkpoint_output_section): New classs definition.
12987 (Output_section::relax_input_section): New method declaration.
12988 (Output_section::checkpoint_): New data member.
12989 (Output_segment): Update comments.
12990 (Output_segment::Output_segment): Un-privatize copy constructor.
12991 (Output_segment::operator=): Un-privatize.
12992 * script-sections.cc (Output_section_element::Input_section_list):
12993 Change element type to Output_section::Simple_input_section.
12994 (Output_section_element_dot_assignment::set_section_addresses):
12995 Register output section data for relaxation clean up.
12996 (Output_data_exression::Output_data_expression): Adjust call to base
12997 constructor to fix data size.
12998 (Output_section_element_data::set_section_addresses): Register
12999 Output_data_expression object for relaxation clean up.
13000 (struct Input_section_info): Replace Relobj pointer and section index
13001 pair with Output_section::Simple_input_section and Convert struct to a
13002 class.
13003 (Input_section_sorter::operator()): Adjust access to
e1df38aa 13004 Input_section_info data member to use accessors.
20e6d0d6
DK
13005 (Output_section_element_input::set_section_addresses): Use layout
13006 parameter. Adjust code to use Output_section::Simple_input_section
13007 and Input_secction_info classes. Register filler for relaxation
13008 clean up.
13009 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
13010 and section index pair with Output_section::Simple_input_section
13011 class. Adjust code accordingly.
13012 (Phdrs_element::release_segment): New method definition.
13013 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
13014 segment list.
13015 (Script_sections::release_segments): New method definition.
13016 * gold/script-sections.h (Script_sections::release_segments): New
13017 method declaration.
13018 * gold/target.h (Target::may_relax, Target::relax,
13019 Target::do_may_relax, Target::do_relax): New method definitions.
13020
5e445df6
ILT
130212009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13022
13023 * arm.cc (has_signed_unsigned_overflow): New function.
13024 (Arm_relocate_functions::abs8): New function.
13025 (Target_arm::Scan::local): Handle R_ARM_ABS8.
13026 (Target_arm::Scan::global): Likewise.
13027 (Target_arm::relocate::relocate): Likewise.
13028 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
13029 Likewise.
13030
8c604651 130312009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
13032
13033 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
13034 * testsuite/Makefile.in: Regenerate.
13035
1e9cc1c2
NC
130362009-09-11 Nick Clifton <nickc@redhat.com>
13037
13038 * po/gold.pot: Updated by the Translation project.
13039
6a89f575
CC
130402009-09-08 Cary Coutant <ccoutant@google.com>
13041
13042 * output.cc (Output_file::open): Add execute permission to empty file.
13043 * testsuite/Makefile.am (permission_test): New test.
13044 * testsuite/Makefile.in: Regenerate.
13045
fdcac5af
ILT
130462009-09-02 Ian Lance Taylor <iant@google.com>
13047
13048 * output.cc (Output_file::resize): Call map_no_anonymous rather
13049 than map.
13050
44453f85
ILT
130512009-09-01 Mikolaj Zalewski <mikolajz@google.com>
13052
13053 * gold.cc: Include "incremental.h".
13054 (queue_initial_tasks): Call Incremental_checker methods.
13055 * incremental.cc: Include "output.h".
13056 (Incremental_checker::can_incrementally_link_output_file): New
13057 method.
13058 * incremental.h (Incremental_checker): New class.
13059
13060 * output.cc (Output_file::open_for_modification): New method.
13061 (Output_file::map_anonymous): Changed return type to bool. Record
13062 map in base_ field.
13063 (Output_file::map_no_anonymous): New method, broken out of map.
13064 (Output_file::map): Use map_no_anonymous and map_anonymous.
13065 * output.h (class Output_file): Update declarations.
13066
293c1386
CC
130672009-08-24 Cary Coutant <ccoutant@google.com>
13068
13069 * options.h (Command_line::Pre_options): New class.
13070 (Command_line::pre_options): New member.
13071 * options.cc (gold::options::ready_to_register): New variable.
13072 (One_option::register_option): Do nothing if not registering options.
13073 Assert if same short option registered twice.
13074 (General_options::General_options): Turn off option registration when
13075 done constructing.
13076 (Command_line::Pre_options::Pre_options): New constructor.
13077
f773f3d2
CC
130782009-08-24 Cary Coutant <ccoutant@google.com>
13079
06a73cfe
CC
13080 * options.h (General_options::no_keep_memory): Remove incorrect
13081 short option.
f773f3d2 13082
a15af8e2
RW
130832009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13084
13085 * Makefile.am (am__skiplex, am__skipyacc): New.
13086 * Makefile.in: Regenerate.
13087
c462b41b
RW
130882009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13089
14ec8efd
RW
13090 * Makefile.am (AM_CPPFLAGS): Renamed from ...
13091 (INCLUDES): ... this.
13092 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
13093 (AM_CPPFLAGS): Renamed from ...
13094 (INCLUDE): ... this.
13095 * Makefile.in, testsuite/Makefile.in: Regenerate.
13096
81ecdfbb
RW
13097 * Makefile.in: Regenerate.
13098 * aclocal.m4: Likewise.
13099 * config.in: Likewise.
13100 * configure: Likewise.
13101 * testsuite/Makefile.in: Likewise.
13102
c462b41b
RW
13103 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13104 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13105 * Makefile.in: Regenerate.
13106 * testsuite/Makefile.in: Regenerate.
13107
2da73f13
CC
131082009-08-19 Cary Coutant <ccoutant@google.com>
13109
13110 * resolve.cc (Symbol_table::resolve): Don't complain about defined
13111 symbols in shared libraries overridden by hidden or internal symbols
13112 in the main program.
13113
2db70501
CD
131142009-08-19 Chris Demetriou <cgd@google.com>
13115
13116 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
13117 checking source file names in error messages.
13118
f733487b
DK
131192009-08-18 Doug Kwan <dougkwan@google.com>
13120
13121 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
13122 an elcpp::Ehdr as parameter. Adjust call to set_target.
13123 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
13124 an elfcpp::Ehdr as parameter.
13125 * object.cc (Object::set_target): Remove the version that looks up
13126 a target and sets it.
13127 (Sized_relobj::setup): Take a Target object instead of
13128 an elfcpp::Ehdr as parameter. Adjust call to set_target.
13129 (make_elf_sized_object): Find target and ask target to
13130 make an ELF object.
13131 * object.h: (Object::set_target): Remove the version that looks up
13132 a target and sets it.
13133 (Sized_relobj::setup): Take a Target object instead of
13134 an elfcpp:Ehdr as parameter.
13135 * target.cc: Include dynobj.h.
13136 (Target::do_make_elf_object_implementation): New.
2e702c99 13137 (Target::do_make_elf_object): New.
f733487b
DK
13138 * target.h (Target::make_elf_object): New template declaration.
13139 (Target::do_make_elf_object): New method declarations.
13140 (Target::do_make_elf_object_implementation): New template declaration.
13141
cc70f101
ILT
131422009-08-14 Ian Lance Taylor <iant@google.com>
13143
13144 * gold.h (FUNCTION_NAME): Define.
13145 (gold_unreachable): Use FUNCTION_NAME.
13146
ef5e0cb1
ST
131472009-08-12 Sriraman Tallam <tmsriram@google.com>
13148
13149 * icf.cc (Icf::find_identical_sections): Issue a warning when a
13150 symbol in the --keep-unique list is not found.
13151
48c187ce
ST
131522009-08-12 Sriraman Tallam <tmsriram@google.com>
13153
13154 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
13155 been maked as --keep-unique.
13156 (Icf::unfold_section): New function.
13157 * icf.h (Icf::unfold_section): New function.
13158 * options.h (General_options::keep_unique): New option.
13159 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
13160 * testsuite/Makefile.in: Regenerate.
13161 * testsuite/icf_keep_unique_test.sh: New file.
13162 * testsuite/icf_keep_unique_test.cc: New file.
13163
645afe0c
CC
131642009-08-12 Cary Coutant <ccoutant@google.com>
13165
13166 PR 10471
13167 * resolve.cc (Symbol_table::resolve): Check for references from
13168 dynamic objects to hidden and internal symbols.
13169 * testsuite/Makefile.am (hidden_test.sh): New test.
13170 * testsuite/Makefile.in: Regenerate.
13171 * testsuite/hidden_test.sh: New script.
13172 * testsuite/hidden_test_1.c: New test source.
13173 * testsuite/hidden_test_main.c: New test source.
13174
11af873f
DK
131752009-08-11 Doug Kwan <dougkwan@google.com>
13176
13177 * arm.cc: Update comments.
13178 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
13179 segment to locate the .ARM.exidx section if present.
13180
b9f7d72d
DK
131812009-08-09 Doug Kwan <dougkwan@google.com>
13182
13183 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
13184 patch.
13185
ddd3c53c
ST
131862009-08-07 Sriraman Tallam <tmsriram@google.com>
13187 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
13188 compiler warnings.
13189
27721062
ST
131902009-08-06 Sriraman Tallam <tmsriram@google.com>
13191
13192 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
13193 valid tls_segment only for non-debug-section relocations.
13194 * testsuite/Makefile.am: Add gc_tls_test.
13195 * testsuite/Makefile.in: Regenerate.
13196 * testsuite/gc_tls_test.cc: New file.
13197 * testsuite/gc_tls_test.sh: New file.
13198
ef15dade 131992009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 13200
ef15dade
ST
13201 * icf.cc: New file.
13202 * icf.h: New file.
13203 * Makefile.am (CCFILES): Add icf.cc.
13204 (HFILES): Add icf.h
13205 * Makefile.in: Regenerate.
13206 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
13207 * gc.h (gc_process_relocs): Populate lists used by icf to contain
13208 section, symbol and addend information for the relocs.
13209 * gold.cc (queue_middle_tasks): Call identical code folding.
13210 * gold.h: Add defines for multimap.
13211 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
13212 to the call of finalize_local_symbols.
13213 * main.cc (main): Create object of class Icf.
13214 * object.cc (Sized_relobj::do_layout): Allow this function to be
13215 called twice during icf.
13216 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
13217 to sections marked as identical by icf.
13218 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
13219 when available.
13220 (Sized_relobj::do_section_entsize): New function.
13221 * object.h (Object::section_entsize): New function.
13222 (Object::do_section_entsize): New pure virtual function.
13223 (Relobj::finalize_local_symbols): Add new parameter.
13224 (Relobj::do_section_entsize): New function.
13225 * options.h (General_options::icf): New option.
13226 (General_options::icf_iterations): New option.
13227 (General_options::print_icf_sections): New option.
13228 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
13229 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
13230 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
13231 icf.
13232 * symtab.cc (Symbol_table::is_section_folded): New function.
13233 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
13234 to sections marked as identical by icf.
13235 * symtab.h (Symbol_table::set_icf): New function.
13236 (Symbol_table::icf): New function.
13237 (Symbol_table::is_section_folded): New function.
13238 (Symbol_table::icf_): New data member.
13239 * target-reloc.h (relocate_section): Ignore sections folded by icf.
13240 * testsuite/Makefile.am: Add commands to build icf_test.
13241 * testsuite/Makefile.in: Regenerate.
13242 * testsuite/icf_test.sh: New file.
13243 * testsuite/icf_test.cc: New file.
13244
c3b65ac4
CD
132452009-07-24 Chris Demetriou <cgd@google.com>
13246
13247 * layout.cc (is_compressible_debug_section): Fix incorrect
13248 comment about compressed section names.
13249
1caf2c51
ILT
132502009-07-20 Ian Lance Taylor <ian@airs.com>
13251
13252 PR 10419
13253 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
13254
1ef4d87f
ILT
132552009-07-16 Ian Lance Taylor <iant@google.com>
13256
13257 PR 10400
13258 * layout.h: #include <map>.
13259 (class Kept_section): Change from struct to class. Add accessors
13260 and setters. Add section size to Comdat_group mapping. Change
13261 Comdat_group to std::map. Add is_comdat_ field. Add
13262 linkonce_size field in union.
13263 (class Layout): Update declaration of find_or_add_kept_section.
13264 Don't declare find_kept_object.
13265 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
13266 parameter. Add object, shndx, is_comdat, and is_group_name
13267 parameters. Change all callers. Adjust for new Kept_section.
13268 (Layout::find_kept_object): Remove.
13269 * object.cc (Sized_relobj::include_section_group): Update use of
13270 Kept_section. Rename secnum to shndx. Only record
13271 Kept_comdat_section if sections are the same size.
13272 (Sized_relobj::include_linkonce_section): Update use of
13273 Kept_section. Only record Kept_comdat_section if sections are the
13274 same size. Set size of linkonce section.
13275 (Sized_relobj::map_to_kept_section): Update call to
13276 get_kept_comdat_section.
13277 * object.h (class Sized_relobj): Rename fields in
13278 Kept_comdat_section to drop trailing underscores; change object
13279 field to Relobj*. Change Kept_comdat_section_table to store
13280 struct rather than pointer.
13281 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
13282 Add kept_object and kept_shndx parameters. Change all callers.
13283 (Sized_relobj::get_kept_comdat_section): Change return type to
13284 bool. Add kept_object and kept_shndx parameters. Change all
13285 callers.
13286 * plugin.cc (Pluginobj::include_comdat_group): Update call to
13287 Layout::find_or_add_kept_section.
13288
37c3b7b0
ILT
132892009-07-09 Ian Lance Taylor <iant@google.com>
13290
13291 * merge.cc (Object_merge_map::initialize_input_to_output_map):
13292 Reserve space in the hash table.
13293
98fa85cb
ILT
132942009-07-06 Mikolaj Zalewski <mikolajz@google.com>
13295
13296 * fileread.cc (File_read::get_mtime): New method.
13297 * fileread.h (Timespec): New structure.
13298 (File_read::get_mtime): New method.
13299 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
13300 Renamed from timestamp_nsec.
13301 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
13302 Elf_Xword.
e1df38aa 13303 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 13304 timestamp_nsec.
e1df38aa 13305 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
13306 (Incremental_inputs::report_obejct): Save mtime; style fix.
13307 (Incremental_inputs::report_script): Save mtime; style fix.
13308 (Incremental_inputs::finalize_inputs): Style fix.
13309 (Incremental_inputs::finalize): Style fix.
13310 (Incremental_inputs::create_input_section_data): Store inputs
13311 mtime.
13312 * incremental.h (Incremental_inputs::report_script): Add mtime
13313 argument.
13314 (Incremental_inputs::Input_info::Input_info): Intialize only one
13315 union member.
13316 (Incremental_inputs::Input_info::archive): Move to nameless
13317 union.
13318 (Incremental_inputs::Input_info::obejct): Move to nameless union.
13319 (Incremental_inputs::Input_info::script): Move to nameless union.
13320 (Incremental_inputs::mtime): New field.
13321 * script.cc (read_input_script): Pass file mtime to
13322 Incremental_input.
13323 * script.h (Script_info::inputs): Style fix.
13324
c9d70757
ILT
133252009-07-01 Ian Lance Taylor <ian@airs.com>
13326
13327 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
13328 instead of 32.
13329
9c547ec3
ILT
133302009-06-24 Ian Lance Taylor <iant@google.com>
13331
13332 PR 10156
13333 * layout.cc (Layout::choose_output_section): If we find an
13334 existing section, update the flags.
13335 (Layout::create_notes): New function, broken out of
13336 Layout::finalize.
13337 (Layout::finalize): Don't create note sections.
13338 (Layout::create_note): Don't crash if linker script discards
13339 section.
13340 (Layout::create_gold_note): Likewise.
13341 (Layout::create_build_id): Likewise. Don't set
13342 after_input_sections on the section.
13343 (Layout::create_executable_stack_info): Remove target parameter.
13344 Change caller.
13345 * layout.h (class Layout): Declare create_notes. Update
13346 declaration of create_executable_stack_info.
13347 * gold.cc (queue_middle_tasks): Call create_notes.
13348 * output.cc (Output_section::update_flags_for_input_section): Move
13349 here from output.h. If SHF_ALLOC flag is newly set, mark address
13350 invalid.
13351 * output.h (Output_data::mark_address_invalid): New function.
13352 (class Output_section): Only declare, not define,
13353 update_flags_for_input_section. Remove set_flags.
13354
55458500
ILT
133552009-06-24 Ian Lance Taylor <iant@google.com>
13356
13357 * script-sections.cc (Output_section_definition::
13358 set_section_addresses): Rename shadowing local load_address to
13359 laddr.
13360
1307d6cd
ILT
133612009-06-24 Ian Lance Taylor <iant@google.com>
13362
13363 PR 10244
13364 * reloc.cc (relocate_sections): Skip empty relocation sections.
13365
ec3f783e
ILT
133662009-06-23 Ian Lance Taylor <iant@google.com>
13367
13368 PR 10156
13369 * layout.cc (Layout::create_note): Use choose_output_section
13370 rather than make_output_section.
13371
459c9f1c
ILT
133722009-06-23 Ian Lance Taylor <iant@google.com>
13373
13374 PR 10237
13375 * options.cc (General_options::parse_V): Set printed_version_.
13376 (General_options::General_options): Initialize printed_version_.
13377 * options.h (class General_options): Add printed_version_ field.
13378 * gold.cc (queue_initial_tasks): If there are no input files,
13379 don't give a fatal error if we printed the version information.
13380 (queue_middle_tasks): If using -r with a shared object, give a
13381 fatal error rather than an ordinary error.
13382
1518dc8f
ILT
133832009-06-23 Ian Lance Taylor <iant@google.com>
13384
13385 PR 10219
13386 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
13387 (Layout::make_output_section): Set have_stabstr_section_ if we see
13388 a .stab*str section.
13389 (Layout::finalize): Call link_stabs_sections.
13390 (Layout::link_stabs_sections): New file.
13391 * layout.h (class Layout): Add have_stabstr_section_ field.
13392 Declare link_stabs_sections.
13393
3d857b98
DK
133942009-06-23 Doug Kwan <dougkwan@google.com>
13395
13396 * Makefile.am (libgold_a_LIBADD): New.
13397 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
2e702c99 13398 * Makefile.in: Regenerate.
3d857b98
DK
13399 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
13400 * configure: Regenerate.
13401 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
13402 * fileread.cc: Include sys/state.h
13403 * gold.h: Declare memmem and strndup if found missing.
13404 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
13405
0639a6f6
ILT
134062009-06-23 Ian Lance Taylor <iant@google.com>
13407
13408 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
13409 * configure: Rebuild.
13410
8d63875c
ILT
134112009-06-23 Ian Lance Taylor <iant@google.com>
13412
13413 PR 10147
13414 * object.cc (Object::section_contents): Don't try to get a view if
13415 the section has length zero.
13416 (Object::handle_gnu_warning_section): If the section is empty, use
13417 the name of the section as the warning.
13418
f7c8a183
ILT
134192009-06-23 Ian Lance Taylor <iant@google.com>
13420
13421 PR 10133
13422 * stringpool.h (class Stringpool_template): Add optimize_ field.
13423 (Stringpool_template::set_optimize): New function.
13424 * stringpool.cc (Stringpool_template::Stringpool_template):
13425 Initialize optimize_ field.
13426 (Stringpool_template::set_string_offsets): Test local optimize
13427 fild rather than parameter.
13428 * layout.cc (Layout::Layout): Call set_optimize on the section
13429 name stringpool.
13430
e6a307ba
ILT
134312009-06-22 Ian Lance Taylor <iant@google.com>
13432
13433 PR 10030
13434 * yyscript.y: Parse TARGET.
13435 * script.cc (script_set_target): New function.
13436 * script-c.h (script_set_target): Declare.
13437 * options.cc (General_options::string_to_object_format): Rename
13438 from string_to_object_format in anonymous namespace. Change
13439 callers.
13440 * options.h (class General_options): Declare
13441 string_to_object_format.
13442
3ee173de
ILT
134432009-06-22 Ian Lance Taylor <iant@google.com>
13444
13445 * script-sections.cc (Script_sections::create_segments): Don't put
13446 program headers in a PT_LOAD segment if -n or -N.
13447
134482009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
13449
13450 PR 10141
13451 * options.h (class General_options): Add -z lazy and -z now. Sort
13452 -z options into alphabetical order.
13453 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
13454
cd6739a1 134552009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
13456
13457 * layout.cc (Layout::make_output_section): Call
13458 Target::new_output_section.
13459 (Layout::attach_allocated_section_to_segment): Put large section
13460 sections in a separate load segment with the large segment flag
13461 set.
13462 (Layout::segment_precedes): Sort large data segments after other
13463 load segments.
13464 (align_file_offset): New static function.
13465 (Layout::set_segment_offsets): Use align_file_offset.
13466 * output.h (class Output_section): Add is_small_section_ and
13467 is_large_section_ fields.
13468 (Output_section::is_small_section): New function.
13469 (Output_section::set_is_small_section): New function.
13470 (Output_section::is_large_section): New function.
13471 (Output_section::set_is_large_section): New function.
13472 (Output_section::is_large_data_section): New function.
13473 (class Output_segment): Add is_large_data_segment_ field.
13474 (Output_segment::is_large_data_segment): New function.
13475 (Output_segment::set_is_large_data_segment): New function.
13476 * output.cc (Output_section::Output_section): Initialize new
13477 fields.
13478 (Output_segment::Output_segment): Likewise.
13479 (Output_segment::add_output_section): Add assertion that large
13480 data sections always go in large data segments. Force small data
13481 sections to the end of the list of data sections. Force small BSS
13482 sections to the start of the list of BSS sections. For large BSS
13483 sections to the end of the list of BSS sections.
13484 * symtab.h (class Symbol): Declare is_common_shndx.
13485 (Symbol::is_defined): Check Symbol::is_common_shndx.
13486 (Symbol::is_common): Likewise.
13487 (class Symbol_table): Define enum Commons_section_type. Update
13488 declarations. Add small_commons_ and large_commons_ fields.
13489 * symtab.cc (Symbol::is_common_shndx): New function.
13490 (Symbol_table::Symbol_table): Initialize new fields.
13491 (Symbol_table::add_from_object): Put small and large common
13492 symbols in the right list.
13493 (Symbol_table::sized_finalized_symbol): Check
13494 Symbol::is_common_shndx.
13495 (Symbol_table::sized_write_globals): Likewise.
13496 * common.cc (Symbol_table::do_allocate_commons): Allocate new
13497 common symbol lists. Don't call do_allocate_commons_list if the
13498 list is empty.
13499 (Symbol_table::do_allocate_commons_list): Remove is_tls
13500 parameter. Add comons_section_type parameter. Change all
13501 callers. Handle small and large common symbols.
13502 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
13503 Symbol::is_common_shndx.
13504 * resolve.cc (symbol_to_bits): Likewise.
13505 * target.h (Target::small_common_shndx): New function.
13506 (Target::small_common_section_flags): New function.
13507 (Target::large_common_shndx): New function.
13508 (Target::large_common_section_flags): New function.
13509 (Target::new_output_section): New function.
13510 (Target::Target_info): Add small_common_shndx, large_common_shndx,
13511 small_common_section_flags, and large_common_section_flags
13512 fields.
13513 (Target::do_new_output_section): New virtual function.
13514 * arm.cc (Target_arm::arm_info): Initialize new fields.
13515 * i386.cc (Target_i386::i386_info): Likewise.
13516 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
13517 Likewise.
13518 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
13519 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
13520 (Target_x86_64::do_new_output_section): New function.
13521 * configure.ac: Define conditional MCMODEL_MEDIUM.
13522 * testsuite/Makefile.am (check_PROGRAMS): Add large.
13523 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
13524 (large_LDFLAGS): Define.
13525 * testsuite/large.c: New file.
13526 * testsuite/testfile.cc (Target_test::test_target_info):
13527 Initialize new fields.
13528 * configure, testsuite/Makefile.in: Rebuild.
13529
bb04269c
DK
135302009-06-05 Doug Kwan <dougkwan@google.com>
13531
13532 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 13533 * Makefile.in: Regenerate.
bb04269c
DK
13534 * i386.cc (class Target_i386): Define new virtual method to
13535 override do_is_local_label_name in parent.
13536 * object.cc (Sized_relobj::do_count_local_symbols): Discard
13537 local symbols if --discard-locals or -X is given.
13538 * options.h (class General_options): Declare new options
13539 '--discard-locals' and '-X' for discarding locals.
13540 * target.h (class Target): Define new methods is_local_label_name.
13541 Declare new virtual method do_is_local_label_name.
13542 * target.cc: New file.
13543 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
13544 (check_SCRIPTS): Add discard_locals_test.sh.
13545 (check_DATA): Add discard_local_tests.syms.
13546 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
13547 (discard_local_tests.syms, discard_locals_test.o): New make rules.
13548 * testsuite/Makefile.in: Regenerate.
13549 * testsuite/discard_locals_test.c: New file.
13550 * testsuite/discard_locals_test.sh: Same.
13551
805bb01c
DK
135522009-06-05 Doug Kwan <dougkwan@google.com>
13553
13554 * object.cc (Sized_relobj::Sized_relobj): Initialize
13555 discarded_eh_frame_shndx_ to -1U.
13556 (Sized_relobj::do_layout): Record index of a discard .eh_frame
13557 section.
13558 (Sized_relobj::do_count_local_symbols): Skip local symbols in
13559 a discarded .eh_frame section.
13560 (Sized_relobj::do_finalize_local_symbols): Ditto.
13561 * object.h (class Sized_relobj): Declare new member
13562 discarded_eh_frame_shndx_.
13563 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
13564 (local_labels_test.o, local_labels_test): New rules.
13565 * testsuite/Makefile.in: Regenerate.
13566
1dcd334d
DK
135672009-06-04 Doug Kwan <dougkwan@google.com>
13568
13569 * layout.cc (Layout::section_name_mapping): Add mapping for
13570 special ARM sections.
13571
96d49306
DK
135722009-06-03 Doug Kwan <dougkwan@google.com>
13573
13574 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
13575 (utils::has_overflow): Same.
13576
dff16297
ILT
135772009-06-03 Ian Lance Taylor <iant@google.com>
13578
13579 * layout.cc (Layout::section_name_mapping): New array, replacing
13580 Layout::linkonce_mapping.
13581 (Layout::section_name_mapping_count): New variable, replacing
13582 Layout::linkonce_mapping_count.
13583 (Layout::linkonce_output_name): Remove.
13584 (Layout::output_section_name): Rewrite.
13585 * layout.h (class Layout): Rename Linkonce_mapping to
13586 Section_name_mapping, linkonce_mapping to section_name_mapping,
13587 linkonce_mapping_count to section_name_mapping_count. Don't
13588 declare linkonce_output_name.
13589
c121c671
DK
135902009-06-03 Doug Kwan <dougkwan@google.com>
13591
13592 * gold/arm.cc (namespace utils): New.
13593 (Target_arm::reloc_is_non_pic): Define new method.
13594 (class Arm_relocate_functions): New.
13595 (Target_arm::Relocate::relocate): Handle relocation types used by
13596 Android.
13597
07800fab
ILT
135982009-06-03 Ian Lance Taylor <iant@google.com>
13599
13600 * arm.cc (Target_arm::scan::global): Use || instead of |.
13601
c121c671
DK
136022009-06-02 Doug Kwan <dougkwan@google.com>
13603
13604 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
13605 issued_non_pic_error_.
13606 (class Target_arm::Scan): Declare new method check_non_pic.
13607 Define new method symbol_needs_plt_entry.
13608 Declare new data member issued_non_pic_error_.
13609 (class Target_arm::Relocate): Declare new method
13610 should_apply_static_reloc.
13611 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
13612 (Target_arm::Scan::check_non_pic): Define new method.
13613 (Target_arm::Scan::local): Handle a small subset of reloc types used
13614 by Android.
13615 (Target_arm::Scan::local): Same.
13616 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
13617
b19b0c6d
ILT
136182009-05-31 Mikolaj Zalewski <mikolajz@google.com>
13619
13620 * incremental.cc (Incremental_inputs::report_command_line): Filter
13621 out --incremental-* options.
13622
94cdfcff
DK
136232009-05-29 Doug Kwan <dougkwan@google.com>
13624
13625 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
13626 template class.
13627 (class Target_arm): Update comment.
13628 (Target_arm::Target_arm): Initialize new data members GOT_,
13629 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
13630 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
13631 and Target_arm::rel_dyn_section.
13632 Declare new_enum Target_arm::Got_type.
13633 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
13634 and DYNBSS_.
13635 Update commments for member do_dynsym_value.
13636 (Target_arm::got_size, Target_arm::plt_section,
13637 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
13638 new methods inside class defintion.
13639 (Target_arm::got_section): Define new method.
13640 (Target_arm::rel_dyn_section): Same.
13641 (Output_data_plt_arm): New template class.
13642 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
13643 (Output_data_plt_arm:do_adjust_output_section): Define new method.
13644 (Output_data_plt_arm::add_entry): Same.
13645 (Output_data_plt_arm::first_plt_entry): Define new
13646 static data member for PLT instruction template.
13647 (Output_data_plt_arm::plt_entry): Same.
13648 (Output_data_plt_arm::do_write): Define new method.
13649 (Target_arm::make_plt_entry): Same.
13650 (Target_arm::do_finalize_sections): Same.
13651 (Target_arm::do_dynsym_value): Same.
13652
4a657b0d
DK
136532009-05-28 Doug Kwan <dougkwan@google.com>
13654
13655 * Makefile.am (TARGETSOURCES): Add arm.cc.
13656 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
13657 * Makefile.in: Regenerate.
13658 * arm.cc: New file.
13659 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
13660
e7ae8c36
DK
136612009-05-26 Doug Kwan <dougkwan@google.com>
13662
13663 * options.cc (General_options::parse_exclude_libs). Fix a comment.
13664 (General_options::check_excluded_libs): Strip off directories in
13665 archive name before matching like GNU ld does.
13666 * testsuite/Makefile.am (MOSTLYCLEANFILES,
13667 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
13668 (exclude_libs_test_LDFLAGS): Add linker option
13669 -Wl,--exclude-libs,libexclude_libs_test_3
13670 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
13671 an explicit archive without using -l.
13672 (alt/libexclude_libs_test_3.a): New make rule.
13673 * testsuite/Makefile.in: Regenerate.
13674 * testsuite/exclude_libs_test.c : Declare lib3_default().
13675 (main): Call it.
13676 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
13677 * exclude_libs_test_3.c: New file.
13678
f12e7348
NC
136792009-05-26 Nick Clifton <nickc@redhat.com>
13680
13681 * po/id.po: New Indonesian translation.
13682 * po/gold.pot: Updated template file.
13683
4daadc0d
ST
136842009-05-22 Sriraman Tallam <tmsriram@google.com>
13685
e1df38aa 13686 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
13687 gc_comdat_test files. Add -Wl,--gc-sections to build
13688 gc_comdat_test.
13689 * testsuite/Makefile.in: Regenerate.
13690 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
13691
531813ad
ST
136922009-05-21 Sriraman Tallam <tmsriram@google.com>
13693
13694 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
13695 kept comdat section was garbage collected.
13696 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
13697 * testsuite/Makefile.in: Regenerate.
13698 * testsuite/gc_comdat_test.sh: New file.
13699 * testsuite/gc_comdat_test_1.cc: New file.
13700 * testsuite/gc_comdat_test_2.cc: New file.
13701
65514900
CC
137022009-05-19 Doug Kwan <dougkwan@google.com>
13703
13704 * archive.cc (Archive::Archive): Move constructor from archive.h
13705 to here. Initialize no_export_.
13706 (Archive::get_elf_object_for_member): Set no_export flag of object.
13707 * archive.h (Archive::Archive): Move constructor body to
13708 archive.cc.
13709 (Archive::no_export): New method.
13710 (Archive::no_export_): New field.
13711 * object.h (Object::Object): Initialize no_export_ to false.
13712 (Object::no_export, Object::set_no_export): New methods.
13713 (Object::no_export_): New field.
13714 * options.cc (General_options::parse_exclude_libs): New method.
13715 (General_options::check_excluded_libs) Same.
13716 * options.h (exclude_libs): New option.
13717 (General_options::check_excluded_libs): New method declaration.
13718 (General_options::excluded_libs_): New field.
13719 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
13720 default or protected visibility if an object has no-export flag set.
13721 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
13722 (check_SCRIPTS): Add exclude_libs_test.sh.
13723 (check_DATA): Add exclude_libs_test.syms.
13724 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
13725 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
13726 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
13727 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
13728 (exclude_libs_test.syms, libexclude_libs_test_1.a,
13729 libexclude_libs_test_2.a): New rules.
13730 * testsuite/Makefile.in: Regenerate.
13731 * testsuite/exclude_libs_test.c: New file.
13732 * testsuite/exclude_libs_test.sh: Ditto.
13733 * testsuite/exclude_libs_test_1.c: Ditto.
13734 * testsuite/exclude_libs_test_2.c: Ditto.
13735
1b77ea50
ILT
137362009-05-15 Ian Lance Taylor <iant@google.com>
13737
13738 * configure.ac: Check for declarations for cases where libiberty.h
13739 checks HAVE_DECL_xxx.
13740 * configure, config.in: Rebuild.
13741
072fe7ce
ILT
137422009-05-15 Mikolaj Zalewski <mikolajz@google.com>
13743
13744 * gold.h (Incremental_argument_list): Remove (invalid) forward
13745 declaration.
13746 * incremental.cc (Incremental_inputs::report_achive): New method.
13747 (Incremental_inputs::report_object): New method.
13748 (Incremental_inputs::report_script): New method.
13749 (Incremental_inputs::finalize_inputs): New method.
13750 (Incremental_inputs::finalize): Call finalize_inputs().
13751 (Incremental_inputs::sized_create_incremental_inputs_section_data):
13752 Create inputs entries.
13753 * incremental.h (Incremental_input_type): New enum.
13754 (Incremental_inputs::Incremental_input): Initialize new fields.
13755 (Incremental_inputs::report_inputs): New method.
13756 (Incremental_inputs::report_achive): New method.
13757 (Incremental_inputs::report_object): New method.
13758 (Incremental_inputs::report_script): New method.
13759 (Incremental_inputs::finalize_inputs): New method.
13760 (Incremental_inputs::Input_info): New struct.
13761 (Incremental_inputs::Input_info_map): New typedef.
13762 (Incremental_inputs::lock_): New field.
13763 (Incremental_inputs::Inputs_): New field.
13764 (Incremental_inputs::Inputs_map): New field.
13765 * main.cc (main): Call Incremental_input::report_inputs.
13766 * options.h (Input_argument_list): Typedef moved from
13767 Input_arguments.
13768 (Input_file_group::Files): Remove, use ::Input_argument_list.
13769 (Input_file_group::Input_argument_list): Remove, use
13770 ::Input_argument_list.
13771 * plugin.cc (Plugin_manager::add_input_file): Add error in
13772 incremental build.
13773 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
13774 functions.
13775 * script.cc (read_input_script): Call
13776 Incremental_input::report_script.
13777 * script.h (Script_info): New class.
13778
b0481b0b
ILT
137792009-04-27 Ian Lance Taylor <iant@google.com>
13780
13781 * x86_64.cc (do_adjust_output_section): Set entsize to
13782 plt_entry_size.
13783
b22a5a41 137842009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
13785
13786 * output.cc (Output_file::close): After short writes, continue
13787 writing from the correct offset in the buffer being written.
13788
40fde488
CD
137892009-04-23 Chris Demetriou <cgd@google.com>
13790
13791 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
13792 * configure: Regenerate.
13793 * config.in: Regenerate.
13794 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
13795 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
13796
3ce2c28e
ILT
137972009-04-21 Mikolaj Zalewski <mikolajz@google.com>
13798
13799 * incremental.cc (Incremental_inputs_header_data): Renamed from
13800 Incremental_input_header_data.
13801 (Incremental_inputs_header_data::data_size): New field.
13802 (Incremental_inputs_header_data::put_input_file_count): Renamed
13803 from input_file_count.
13804 (Incremental_inputs_header_data::put_command_line_offset): Renamed
13805 from command_line_offset.
13806 (Incremental_inputs_header_data::put_reserved): Renamed from
13807 put_reserved.
13808 (Incremental_inputs_entry_data): Renamed from
13809 Incremental_input_entry_data.
13810 (Incremental_inputs_entry_data::data_size): New field.
13811 (Incremental_inputs::report_command_line): New method.
13812 (Incremental_inputs::finalize): New method.
13813 (Incremental_inputs::create_incremental_inputs_data): New method.
13814 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
13815 * incremental.h: New file.
13816 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
703d02da 13817 (Layout::finalize): Create incremental inputs section in
3ce2c28e 13818 incremental builds.
703d02da 13819 (Layout::create_incremental_info_sections): New method.
3ce2c28e 13820 * layout.h (Layout::incremental_inputs): New method.
703d02da
AM
13821 (Layout::create_incremental_info_sections): New method.
13822 (Layout::incremental_inputs_): New field.
3ce2c28e
ILT
13823 * main.cc (main): Notify Incremental_input of the command line.
13824
e55bde5e
ILT
138252009-04-01 Ian Lance Taylor <iant@google.com>
13826 Mikolaj Zalewski <mikolajz@google.com>
13827
13828 * gold.h (reserve_unordered_map): Define, three versions, one for
13829 each version of Unordered_map.
13830 * layout.cc (Layout::Layout): Remove options parameter. Add
13831 number_of_input_files parameter. Don't initialize options_.
13832 Initialize number_of_input_files_ and resized_signatures_. Move
13833 sections_are_attached_.
13834 (Layout::layout_group): Reserve space for group_signatures_.
13835 (Layout::find_or_add_kept_section): Change name parameter to be a
13836 reference. Resize signatures_ map when it gets large enough.
13837 (Layout::layout_eh_frame): Use parameters->options() instead of
13838 this->options_.
13839 (Layout::make_output_section): Likewise.
13840 (Layout::attach_allocated_section_to_segment): Likewise.
13841 (Layout::finalize, Layout::create_executable_stack): Likewise.
13842 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
13843 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
13844 * layout.h (class Layout): Update declarations. Remove options_
13845 field. Add number_of_input_files_ and resized_signatures_
13846 fields. Move sections_are_attached_ field.
13847 * main.cc (main): Pass number of input files to Layout
13848 constructor. Don't pass options.
13849
154b857c
ILT
138502009-03-30 Ian Lance Taylor <iant@google.com>
13851
13852 * ffsll.c (ffsll): Correct implementation.
13853
2f35ab9b
ILT
138542009-03-27 Ian Lance Taylor <iant@google.com>
13855
fd03461a
ILT
13856 * ffsll.c: New file.
13857 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
13858 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
13859 * ftruncate.c (ftruncate): Declare before definition.
13860 * mremap.c (mremap): Likewise.
13861 * pread.c (pread): Likewise.
13862 * configure, Makefile.in, config.in: Rebuild.
13863
2f35ab9b
ILT
13864 * mremap.c: New file.
13865 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
13866 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
13867 (mremap): Declare if HAVE_MREMAP is not defined.
13868 * configure, Makefile.in, config.in: Rebuild.
13869
33aea2fd
CC
138702009-03-27 Cary Coutant <ccoutant@google.com>
13871
13872 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
13873 position independent.
13874 * sparc.cc (Target_sparc::check_non_pic): Likewise.
13875 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
13876
6d479619
CC
138772009-03-24 Cary Coutant <ccoutant@google.com>
13878
13879 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
13880 an executable.
13881 (needs_dynamic_reloc): Likewise.
13882
afc06bb8
ILT
138832009-03-24 Ian Lance Taylor <iant@google.com>
13884
13885 * yyscript.y (file_cmd): Recognize EXTERN.
13886 (extern_name_list, extern_name_list_body): New nonterminals.
13887 * script.cc (script_add_extern): Define.
13888 * script-c.h (script_add_extern): Declare.
13889
f6060a4d
ILT
138902009-03-24 Rafael Avila de Espindola <espindola@google.com>
13891
13892 * object.cc (is_elf_object): Define.
13893 * object.h (is_elf_object): Declare.
13894 * archive.cc (Archive::get_elf_object_for_member): Call
13895 is_elf_object.
33aea2fd 13896 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 13897
26736d8e
ILT
138982009-03-24 Elliott Hughes <enh@google.com>
13899
13900 * output.cc (Output_file::map_anonymous): Define.
13901 (Output_file::map): Use map_anonymous. If the regular mmap fails,
13902 try an anonymous one. Report the size if the mmap fails.
13903 * output.h (class Output_file): Declare map_anonymous.
13904
22fd9730
ILT
139052009-03-24 Ian Lance Taylor <iant@google.com>
13906
13907 * target-select.cc (instantiate_target): Don't acquire the lock if
13908 the instantiated_target_ field has already been set.
13909
cb010894
ILT
139102009-03-23 Ian Lance Taylor <iant@google.com>
13911
7f055c20
ILT
13912 * gold-threads.h (class Initialize_lock): Define.
13913 * gold-threads.cc (class Initialize_lock_once): Define.
13914 (initialize_lock_control): New static variable.
13915 (initialize_lock_pointer): New static variable.
13916 (initialize_lock_once): New static function.
13917 (Initialize_lock::Initialize_lock): Define.
13918 (Initialize_lock::initialize): Define.
13919 * target-select.h: Include "gold-threads.h".
13920 (class Target_selector): Add lock_ and initialize_lock_ fields.
13921 Don't define instantiate_target, just declare it.
13922 * target-select.cc (Target_selector::Target_selector): Initialize
13923 new fields.
13924 (Target_selector::instantiate_target): Define.
13925 * descriptors.h: Include "gold-threads.h".
13926 (class Descriptors): Add initialize_lock_ field.
13927 * descriptors.cc (Descriptors::Descriptors): Initialize new
13928 field.
13929 (Descriptors::open): Use initialize_lock_ field
13930 * errors.h (class Errors): Add initialize_lock_ field.
13931 * errors.cc (Errors::Errors): Initialize new field.
13932 (Errors::initialize_lock): Use initialize_lock_ field.
13933 * powerpc.cc (class Target_selector_powerpc): Remove
13934 instantiated_target_ field. In do_recognize call
13935 instantiate_target rather than do_instantiate_target. In
13936 do_instantiate_target just allocate a new target.
13937 * sparc.cc (class Target_selector_sparc): Likewise.
13938
36959681
ILT
13939 * freebsd.h: New file.
13940 * i386.cc: Include "freebsd.h".
13941 (Target_i386): Derive from Target_freebsd rather than
13942 Sized_target.
13943 (Target_selector_i386): Derive from Target_selector_freebsd rather
13944 than Target_selector.
13945 * x86_64.cc: Include "freebsd.h".
13946 (Target_x86_64): Derive from Target_freebsd rather than
13947 Sized_target.
13948 (Target_selector_x86_64): Derive from Target_selector_freebsd
13949 rather than Target_selector.
13950 * target.h (class Target): Add adjust_elf_header and
13951 do_adjust_elf_header.
13952 * output.cc (Output_file_header:: do_sized_write): Call target
13953 adjust_elf_header routine.
13954 * configure.tgt: Set targ_osabi.
13955 * configure.ac: Define GOLD_DEFAULT_OSABI.
13956 * parameters.cc (Parameters::default_target): Pass
13957 GOLD_DEFAULT_OSABI to select_target.
13958 * target-select.h (class Target_selector): Make instantiate_target
13959 protected rather than private.
13960 * Makefile.am (HFILES): Add freebsd.h.
13961 * configure, Makefile.in, config.in: Rebuild.
13962
cb010894
ILT
13963 * merge.cc (do_add_input_section): Correct pend value. Change
13964 message about last entry not being null terminated from error to
13965 warning.
13966
0e879927
ILT
139672009-03-20 Mikolaj Zalewski <mikolajz@google.com>
13968
13969 * incremental.cc: New file.
13970 * Makefile.am (CCFILES): Add incremental.cc.
13971 * Makefile.in: Rebuild.
13972
41105937
PP
139732009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
13974
13975 * layout.cc (Layout::output_section_name): Preserve names
13976 of '.note.' sections.
e1df38aa 13977
60439920
ILT
139782009-03-19 Ian Lance Taylor <iant@google.com>
13979
13980 * descriptors.cc (Descriptors::open): Check that the options are
13981 valid before using them.
13982
0d371ad3
ILT
139832009-03-18 Ian Lance Taylor <iant@google.com>
13984
13985 * script-sections.h: Include <list>.
13986 (class Script_sections): Change Sections_elements from std::vector
13987 to std::list. Typedef public Elements_iterator. Add
13988 orphan_section_placement_, data_segment_align_start_, and
13989 saw_data_segment_align_ fields. Remove data_segment_align_index_
13990 field.
13991 * script-sections.cc (class Orphan_section_placement): New class.
13992 (class Sections_element): Add virtual functions is_relro and
13993 orphan_section_init. Remove virtual function place_orphan_here.
13994 (class Output_section_definition): Add is_relro and
13995 orphan_section_init. Remove place_orphan_here.
13996 (class Orphan_output_section): Likewise.
13997 (Script_sections::Script_sections): Update for field changes.
13998 (Script_sections::data_segment_align): Set saw_data_segment_align_
13999 and data_segment_align_start_, not data_segment_align_index.
14000 (Script_sections::data_segment_relro_end): Check
14001 saw_data_segment_align_. Use data_segment_align_start_ rather
14002 than data_segment_align_index_.
14003 (Script_sections::place_orphan): Rewrite to use
14004 Orphan_section_placement.
14005
9201d894
ILT
140062009-03-17 Ian Lance Taylor <iant@google.com>
14007
9c5b8369
ILT
14008 * archive.cc (Archive::add_symbols): Check for a version attached
14009 to the symbol name in the archive map.
14010 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
14011 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
14012 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
14013 (ver_test_11.a): New target.
14014 * testsuite/Makefile.in: Rebuild.
14015
9201d894
ILT
14016 * configure.ac: Check for chsize and posix_fallocate. Replace
14017 ftruncate.
14018 * ftruncate.c: New file, from gnulib.
14019 * output.cc (posix_fallocate): Define dummy version if not
14020 HAVE_POSIX_FALLOCATE.
14021 (Output_file::map): Call posix_fallocate rather than lseek and
14022 write.
14023 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
14024 * configure, Makefile.in, config.in: Rebuild.
14025
ef4ab7a8 140262009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 14027
ef4ab7a8
PP
14028 * layout.h (Layout::create_note): Add section_name parameter.
14029 * layout.cc (Layout::create_note): Likewise.
14030 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 14031
8c500701
ILT
140322009-03-17 Ian Lance Taylor <iant@google.com>
14033
e85b18e1
ILT
14034 * descriptors.cc: Include "options.h".
14035 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
14036 (Descriptors::open): Always use O_CLOEXEC when opening a new
14037 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
14038 then set FD_CLOEXEC.
14039
9efe6174
ILT
14040 * sparc.cc (class Target_sparc): Add has_got_section.
14041 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
14042 make sure we have a GOT section.
14043
14044 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
14045 (Target_sparc::Scan::local): Likewise.
14046 (Target_sparc::Scan::global): Likewise.
14047 (Target_sparc::Relocate::relocate): Likewise.
14048 (Target_sparc::Relocate::relocate_tls): Likewise.
14049
8c500701
ILT
14050 * symtab.cc (Symbol_table::define_default_version): New function,
14051 broken out of add_from_object.
14052 (Symbol_table::add_from_object): Call define_default_version.
14053 (Symbol_table::define_special_symbol): Add resolve_oldsym
14054 parameter. Change all callers. If the version for a symbol comes
14055 from a version script, resolve it with the symbol with the same
14056 name with no version. Also add the symbol without a version if
14057 appropriate.
14058 (do_define_in_output_data): If resolving with oldsym, don't delete
14059 sym.
14060 (do_define_in_output_segment): Likewise.
14061 (do_define_as_constant): Likewise.
14062 * symtab.h (class Symbol_table): Update declarations.
14063
f1ed28fb
ILT
140642009-03-13 Ian Lance Taylor <iant@google.com>
14065
15f8229b
ILT
14066 * readsyms.cc (Read_symbols::incompatible_warning): New function.
14067 (Read_symbols::requeue): New function.
14068 (Read_symbols::do_read_symbols): If make_elf_object fails because
14069 the target type is not configured, and the file was searched for,
14070 issue a warning and retry with the next directory.
14071 (Add_symbols::run): If the file has an incompatible format, and
14072 it was searched for, requeue the Read_symbols task. On error,
14073 release the object.
14074 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
14075 dirindex parameter to constructor. Change all callers. Declare
14076 incompatible_warning and requeue.
14077 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
14078 input_argument_ and input_group_ fields. Add them to
14079 constructor. Change all callers.
14080 (class Read_script): Add dirindex_ field. Add it to constructor.
14081 Change all callers.
14082 * archive.cc (Archive::setup): Remove input_objects parameter.
14083 Change all callers.
14084 (Archive::get_file_and_offset): Likewise.
14085 (Archive::read_all_symbols): Likewise.
14086 (Archive::read_symbols): Likewise.
14087 (Archive::get_elf_object_for_member): Remove input_objects
14088 parameter. Add punconfigured parameter. Change all callers.
14089 (Archive::add_symbols): Change return type to bool. Check return
14090 value of include_member.
14091 (Archive::include_all_members): Likewise.
14092 (Archive::include_member): Change return type to bool. Return
14093 false if first included object has incompatible target. Set
14094 included_member_ field.
14095 (Add_archive_symbols::run): If add_symbols returns false, requeue
14096 Read_symbols task.
14097 * archive.h (class Archive): Add included_member_ field.
14098 Initialize it in constructor. Add input_file and searched_for
14099 methods. Update declarations.
14100 (class Add_archive_symbols): Add dirpath_, dirindex_, and
14101 input_argument_ fields. Add them to constructor. Change all
14102 callers.
14103 * script.cc: Include "target-select.h".
14104 (class Parser_closure): Add skip_on_incompatible_target_ and
14105 found_incompatible_target_ fields. Add
14106 skip_on_incompatible_target parameter to constructor. Change all
14107 callers. Add methods skip_on_incompatible_target,
14108 clear_skip_on_incompatible_target, found_incompatible_target, and
14109 set_found_incompatible_target.
14110 (read_input_script): Add dirindex parameter. Change all callers.
14111 If parser finds an incompatible target, requeue Read_symbols
14112 task.
14113 (script_set_symbol): Clear skip_on_incompatible_target in
14114 closure.
14115 (script_add_assertion, script_parse_option): Likewise.
14116 (script_start_sections, script_add_phdr): Likewise.
14117 (script_check_output_format): New function.
14118 * script.h (read_input_script): Update declaration.
14119 * script-c.h (script_check_output_format): Declare.
14120 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
14121 (ignore_cmd): Remove OUTPUT_FORMAT.
14122 * fileread.cc (Input_file::Input_file): Add explicit this.
14123 (Input_file::will_search_for): New function.
14124 (Input_file::open): Add pindex parameter. Change all callers.
14125 * fileread.h (class Input_file): Add input_file_argument method.
14126 Declare will_search_for. Update declarations.
14127 * object.cc (make_elf_object): Add punconfigured parameter.
14128 Change all callers.
14129 * object.h (class Object): Make input_file public. Add
14130 searched_for method.
14131 (make_elf_object): Update declaration.
14132 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
14133 restart search.
14134 * dirsearch.h (class Dirsearch): Update declaration.
14135 * options.h (class General_options): Add --warn-search-mismatch.
14136 * parameters.cc (Parameters::is_compatible_target): New function.
14137 * parameters.h (class Parameters): Declare is_compatible_target.
14138 * workqueue.cc (Workqueue::add_blocker): New function.
14139 * workqueue.h (class Workqueue): Declare add_blocker.
14140
f1ed28fb
ILT
14141 * fileread.cc (Input_file::open): Remove options parameter.
14142 Change all callers.
14143 (Input_file::open_binary): Likewise.
14144 * script.cc (read_input_script): Likewise.
14145 * readsyms.h (class Read_symbols): Remove options_ field. Remove
14146 options parameter from constructor. Change all callers.
14147 (class Read_script): Likewise.
14148 * fileread.h (class Input_file): Update declarations.
14149 * script.h (read_input_script): Update declaration.
14150
34dd024a
NC
141512009-03-10 Nick Clifton <nickc@redhat.com>
14152
14153 * po/es.po: New Spanish translation.
14154
6d71b17c
CC
141552009-03-06 Cary Coutant <ccoutant@google.com>
14156
14157 * options.cc (parse_short_option): Keep dash_z from registering itself.
14158
031cdbed
ILT
141592009-03-03 Ian Lance Taylor <iant@google.com>
14160
14161 PR 9918
14162 * target-reloc.h (relocate_section): Pass output_section to
14163 relocate.
14164 * i386.cc (Target_i386::should_apply_static_reloc): Add
14165 output_section parameter. Change all callers.
14166 (Target_i386::Relocate::relocate): Add output_section parameter.
14167 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
14168 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
14169 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
14170 * testsuite/two_file_shared.sh: New script.
14171 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
14172 (check_DATA): Add two_file_shared.dbg.
14173 (two_file_shared.dbg): New target.
14174 * testsuite/Makefile.in: Rebuild.
14175
15d5fa16
ILT
141762009-03-01 Ian Lance Taylor <iant@google.com>
14177
14178 * configure.ac: Check for byteswap.h.
14179 * configure: Rebuild.
14180 * config.in: Rebuild.
14181
8a4c0b0d
ILT
141822009-03-01 Mikolaj Zalewski <mikolajz@google.com>
14183
14184 * layout.cc (Layout::find_or_add_kept_section): New function.
14185 (Layout::add_comdat): Removed.
14186 * layout.h (struct Kept_section): Move out of class Layout.
14187 Remove trailing underscores from field names. Add group_sections
14188 field. Rename group_ field to is_group. Change all uses.
14189 (class Layout): Declare find_or_add_kept_section, not add_comdat.
14190 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
14191 comdat_groups_ field.
14192 (Sized_relobj::include_section_group): Use
14193 find_or_add_kept_section and Kept_section::group_sections.
14194 (Sized_relobj::include_linkonce_section): Likewise.
14195 * object.cc (class Sized_relobj): Don't define Comdat_group or
14196 Comdat_group_table. Remove find_comdat_group and
14197 add_comdat_group. Remove comdat_groups_ field.
14198 * plugin.cc (include_comdat_group): Use
14199 Layout::find_or_add_kept_section.
14200
b4ecf66b
ILT
142012009-02-28 Ian Lance Taylor <iant@google.com>
14202
14359ca0
ILT
14203 * README: --gc-sections and map files are now supported. Document
14204 some build requirements.
14205
b4ecf66b
ILT
14206 PR 6992
14207 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
14208 relocatable link set the value of the section symbol to zero.
14209 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
14210 relocatable link don't include the section address in the local
14211 symbol value.
14212
0602e05a
ILT
142132009-02-27 Ian Lance Taylor <iant@google.com>
14214
fd9d194f
ILT
14215 PR 6811
14216 * options.h (class Search_directory): Add is_system_directory.
14217 (class General_options): Declare is_in_system_directory.
14218 * options.cc (get_relative_sysroot): Make static.
14219 (get_default_sysroot): Make static.
14220 (General_optoins::is_in_system_directory): New function.
14221 * fileread.cc (Input_file::is_in_system_directory): New function.
14222 * fileread.h (class Input_file): Declare is_in_system_directory.
14223 * object.h (class Object): Add is_in_system_directory.
14224 (class Input_objects): Remove system_library_directory_ field.
14225 * object.cc (Input_objects::add_object): Don't set
14226 system_library_directory_.
14227 (input_objects::found_in_system_library_directory): Remove.
14228 * symtab.cc (Symbol_table::write_globals): Remove input_objects
14229 parameter. Change all callers.
14230 (Symbol_table::sized_write_globals): Likewise.
14231 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
14232 Call Object::is_in_system_directory.
14233 * symtab.h (class Symbol_table): Update declarations.
14234
61edd21f
ILT
14235 PR 5990
14236 * descriptors.h (Open_descriptor): Add is_on_stack field.
14237 * descriptors.cc (Descriptors::open): If the descriptor is on the
14238 top of the stack, remove it. Initialize is_on_stack field.
14239 (Descriptors::release): Only add pod to stack if it is not on the
14240 stack already.
14241 (Descriptors::close_some_descriptor): Clear stack_next and
14242 is_on_stack fields.
14243
e29e076a
ILT
14244 PR 7091
14245 * output.cc (Output_section::find_starting_output_address): Rename
14246 from starting_output_address; add PADDR parameter; change return
14247 type.
14248 * output.h (class Output_section): Declare
14249 find_starting_output_address instead of starting_output_address.
14250 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
14251 section symbol for which we can't find a merge section.
14252
0602e05a
ILT
14253 PR 9836
14254 * symtab.cc (Symbol_table::add_from_object): If the visibility is
14255 hidden or internal, force the symbol to be local.
14256 * resolve.cc (Symbol::override_visibility): Define.
14257 (Symbol::override_base): Use override_visibility.
14258 (Symbol_table::resolve): Likewise.
14259 (Symbol::override_base_with_special): Likewise.
14260 (Symbol_table::override_with_special): If the visibility is hidden
14261 or internal, force the symbol to be local.
14262 * symtab.h (class Symbol): Add set_visibility and
14263 override_visibility.
14264 * testsuite/ver_test_1.sh: New file.
14265 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
14266 (check_DATA): Add ver_test_1.syms.
14267 (ver_test_1.syms): New target.
14268 * testsuite/Makefile.in: Rebuild.
14269
401a9a73
CC
142702009-02-25 Cary Coutant <ccoutant@google.com>
14271
14272 * layout.cc (Layout::choose_output_section): Don't rename sections
14273 when using a linker script that has a SECTIONS clause.
14274 * Makefile.in: Regenerate.
14275
14276 * testsuite/Makefile.am (script_test_5.sh): New test case.
14277 * testsuite/Makefile.in: Regenerate.
14278 * testsuite/script_test_5.cc: New file.
14279 * testsuite/script_test_5.sh: New file.
14280 * testsuite/script_test_5.t: New file.
14281
f488e4b0
CC
142822009-02-13 Rafael Avila de Espindola <espindola@google.com>
14283
14284 * archive.cc (Archive::include_member): Update calls to add_symbols.
14285 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
14286 the Layout argument.
14287 * dynobj.h (do_add_symbols): Add the Layout argument.
14288 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
14289 Layout argument.
14290 * object.h (Object::add_symbols): Add the Layout argument.
14291 (Object::do_add_symbols): Add the Layout argument.
14292 (Sized_relobj::do_add_symbols): Add the Layout argument.
14293 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
14294 Unify the two versions.
14295 (Add_plugin_symbols): Remove.
14296 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
14297 (Sized_pluginobj::do_add_symbols): Unify the two versions.
14298 (Add_plugin_symbols): Remove.
14299 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
14300 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
14301 (Add_symbols::run): Make it work with Pulginobj.
14302
89dd1680
ILT
143032009-02-06 Ian Lance Taylor <iant@google.com>
14304
14305 * object.cc (Sized_relobj::do_layout): Make info message start
14306 with lower case letter.
14307
266d0a74
ILT
143082009-02-06 Mikolaj Zalewski <mikolajz@google.com>
14309
602b464e
ILT
14310 * binary.cc: Fix file comment.
14311
266d0a74
ILT
14312 * options.h (enum Incremental_disposition): Define.
14313 (class General_options): Add new options: --incremental,
14314 --incremental_changed, --incremental_unchanged,
14315 --incremental_unknown. Add incremental_disposition_ and
14316 implicit_incremental_ fields.
14317 (General_options::incremental_disposition): New function.
14318 (class Position_dependent_options): Add incremental_disposition
14319 option.
14320 (Position_dependent_options::copy_from_options): Set incremental
14321 dispositions.
14322 * options.cc (General_options::parse_incremental_changed): New
14323 function.
2e702c99
RM
14324 (General_options::parse_incremental_unchanged): New function.
14325 (General_options::parse_incremental_unknown): New function.
14326 (General_options::General_options): Initialize new fields
266d0a74 14327 incremental_disposition_ and implicit_incremental_.
2e702c99 14328 (General_options::finalize): Check for uasge of --incremental-*
266d0a74
ILT
14329 without --incremental.
14330
f073bbf7
CD
143312009-02-06 Chris Demetriou <cgd@google.com>
14332
14333 * gold.h (gold_undefined_symbol): Change to take only a Symbol
14334 pointer and to report location as the file name associated with
14335 the symbol.
14336 (gold_undefined_symbol_at_location): New function to replace the
14337 old gold_undefined_symbol functionality.
14338 * target-reloc.h (relocate_section): Update to use
14339 gold_undefined_symbol_at_location.
14340 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
14341 Call gold_undefined_symbol function rather than gold_error.
14342 * errors.h (Errors::undefined_symbol): Take location as a
14343 string, rather than calculating it from a relocation.
14344 * errors.cc (Errors::fatal): Print "fatal error:" before the
14345 formatted message.
14346 (Errors::error, Errors::error_at_location): Print "error: "
14347 before the formatted message.
14348 (Errors::undefined_symbol): Take location as a string, rather
14349 than calculating it from a relocation.
14350 (gold_undefined_symbol_at_location): New function akin to
14351 old gold_undefined_symbol, calculates location from relocation.
14352 (gold_undefined_symbol): Change to take only a Symbol pointer
14353 and to report location as the file name associated with the symbol.
14354 * testsuite/debug_msg.sh: Update for changed error messages.
14355 * testsuite/undef_symbol.sh: Likewise.
14356
8e94a90c
ILT
143572009-02-04 Duncan Sands <baldrick@free.fr>
14358
14359 PR 9812
14360 * reduced_debug_output.h
14361 (Output_reduced_debug_abbrev_section::failed): Use format for
14362 gold_warning.
14363 (Output_reduced_debug_info_section::faild): Likewise.
14364
88a0e15b
ILT
143652009-01-31 Mikolaj Zalewski <mikolajz@google.com>
14366
14367 * script.cc (Lazy_demangler): New class.
2e702c99 14368 (Version_script_info::get_symbol_version_helper): Demangle a
88a0e15b
ILT
14369 symbol only once.
14370
5efc7cd2
CC
143712009-01-29 Cary Coutant <ccoutant@google.com>
14372
14373 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
14374 to __tls_get_addr.
14375 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
14376
e0ebcf42
ILT
143772009-01-28 Ian Lance Taylor <iant@google.com>
14378
5efc7cd2 14379 * version.cc (version_string): Bump to 1.9.
75fe7426 14380
e0ebcf42
ILT
14381 * gold.h: Include <cstring> and <stdint.h>.
14382 * version.cc: Include <cstdio>.
14383 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
14384 warning.
14385 * reduced_debug_output.cc (insert_into_vector): Rename from
14386 Insert_into_vector; change all callers. Use Swap_unaligned to
14387 avoid aliasing issue; remove union since it is unnecessary.
14388
8e2813be 143892009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
14390
14391 * Makefile.am (CCFILES): Add gc.cc.
14392 (HFILES): Add gc.h.
14393 * Makefile.in: Regenerate.
14394 * gold.cc (Gc_runner): New class.
14395 (queue_initial_tasks): Call garbage collection related tasks
14396 when corresponding options are invoked.
14397 (queue_middle_gc_tasks): New function.
14398 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
14399 processed early before laying out sections during garbage collection.
14400 * gold.h (queue_middle_gc_tasks): New function.
14401 (is_prefix_of): Move from "layout.cc".
14402 * i386.cc (Target_i386::gc_process_relocs): New function.
14403 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
14404 * main.cc (main): Create object of class "Garbage_collection".
14405 * object.cc (Relobj::copy_symbols_data): New function.
14406 (Relobj::is_section_name_included): New function.
e1df38aa
NC
14407 (Sized_relobj::do_layout): Allow this function to be called twice
14408 during garbage collection and defer layout of section during the
6d03d481
ST
14409 first call.
14410 * object.h (Relobj::get_symbols_data): New function.
14411 (Relobj::is_section_name_included): New function.
14412 (Relobj::copy_symbols_data): New function.
14413 (Relobj::set_symbols_data): New function.
14414 (Relobj::get_relocs_data): New function.
14415 (Relobj::set_relocs_data): New function.
14416 (Relobj::is_output_section_offset_invalid): New pure virtual function.
14417 (Relobj::gc_process_relocs): New function.
14418 (Relobj::do_gc_process_relocs): New pure virtual function.
14419 (Relobj::sd_): New data member.
14420 (Sized_relobj::is_output_section_offset_invalid): New function.
14421 (Sized_relobj::do_gc_process_relocs): New function.
14422 * options.h (General_options::gc_sections): Modify to not be a no-op.
14423 (General_options::print_gc_sections): New option.
14424 * plugin.cc (Plugin_finish::run): Remove function call to
14425 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
14426 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
14427 * reloc.cc (Read_relocs::run): Add task to process relocs and
14428 determine unreferenced sections when doing garbage collection.
14429 (Gc_process_relocs): New class.
14430 (Sized_relobj::do_gc_process_relocs): New function.
14431 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
14432 sections that are garbage collected.
14433 * reloc.h (Gc_process_relocs): New class.
14434 * sparc.cc (Target_sparc::gc_process_relocs): New function.
14435 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
14436 symbols whose corresponding sections are garbage collected.
14437 (Symbol_table::Symbol_table): Add new parameter for the garbage
14438 collection object.
14439 (Symbol_table::gc_mark_undef_symbols): New function.
14440 (Symbol_table::gc_mark_symbol_for_shlib): New function.
14441 (Symbol_table::gc_mark_dyn_syms): New function.
14442 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
14443 as garbage.
14444 (Symbol_table::add_from_object): Likewise.
14445 (Symbol_table::add_from_relobj): When building shared objects, do not
14446 treat externally visible symbols as garbage.
14447 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
14448 table information for static and relocatable links.
14449 * symtab.h (Symbol_table::set_gc): New function.
14450 (Symbol_table::gc): New function.
14451 (Symbol_table::gc_mark_undef_symbols): New function.
14452 (Symbol_table::gc_mark_symbol_for_shlib): New function.
14453 (Symbol_table::gc_mark_dyn_syms): New function.
14454 (Symbol_table::gc_): New data member.
e1df38aa 14455 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
14456 function.
14457 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
14458 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
14459
3b293544
CF
144602009-01-20 Chris Faylor <me.sourceware@sourceware.org>
14461
14462 * options.h (General_options::gc_sections): Define as a no-op for now.
14463 (General_options::no_keep_memory): Ditto.
14464 (General_options::Bshareable): Define.
14465 * options.cc (General_options::finalize): Honor -Bshareable.
14466
83d22aa8
AS
144672009-01-20 Andreas Schwab <schwab@suse.de>
14468
14469 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
14470 read the value in the contents, since we don't use it. Use the
14471 template endianness when writing.
14472 (Relocate::relocate): Use it for R_PPC_REL16_HA.
14473
cd536b21
AS
144742009-01-19 Andreas Schwab <schwab@suse.de>
14475
14476 * configure.tgt (powerpc64-*): Fix targ_obj.
14477
99e9a495
ILT
144782009-01-15 Ian Lance Taylor <iant@google.com>
14479
14480 * object.cc (Sized_relobj::write_local_symbols): Don't write out
14481 local symbols when stripping all symbols.
14482
bbbfea06
CC
144832009-01-14 Cary Coutant <ccoutant@google.com>
14484
99e9a495 14485 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 14486
0f7c0701
CC
144872009-01-14 Cary Coutant <ccoutant@google.com>
14488
14489 * archive.cc (Archive::get_elf_object_for_member): Remove call
14490 to File_read::claim_for_plugin.
14491 * descriptors.cc (Descriptors::open): Remove reference to
14492 is_claimed.
14493 (Descriptors::claim_for_plugin): Remove.
14494 * descriptors.h (Descriptors::claim_for_plugin): Remove.
14495 (Descriptors::is_claimed): Remove.
14496 (claim_descriptor_for_plugin): Remove.
14497 * fileread.cc (File_read::claim_for_plugin): Remove.
14498 * fileread.h (File_read::claim_for_plugin): Remove.
14499 (File_read::descriptor): Reopen descriptor if necessary.
14500 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
14501 (Plugin_manager::all_symbols_read): Add task parameter. Change
14502 all callers.
14503 (Plugin_manager::get_input_file): New function.
14504 (Plugin_manager::release_input_file): New function.
14505 (Pluginobj::Pluginobj): Add filesize parameter and initialize
14506 corresponding data member.
14507 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
14508 and pass to base constructor. Change all callers.
14509 (get_input_file, release_input_file): New functions.
14510 (make_sized_plugin_object): Add filesize parameter. Change all callers.
14511 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
14512 (Plugin_manager::all_symbols_read): Add task parameter.
14513 (Plugin_manager::get_input_file): New function.
14514 (Plugin_manager::release_input_file): New function.
14515 (Plugin_manager::task_): New data member.
14516 (Pluginobj::Pluginobj): Add filesize parameter.
14517 (Pluginobj::filename): New function.
14518 (Pluginobj::descriptor): New function.
14519 (Pluginobj::filesize): New function.
14520 (Pluginobj::filesize_): New data member.
14521 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
14522 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
14523 File_read::claim_for_plugin; use Object::unlock to unlock the file.
14524
14525 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
14526 with archive libraries.
14527 * testsuite/Makefile.in: Regenerate.
14528 * testsuite/plugin_test.c (struct sym_info): New type.
14529 (get_input_file, release_input_file): New static variables.
14530 (onload): Capture new transfer vector entries.
14531 (claim_file_hook): Stop reading at end of file according to filesize.
14532 Factor out parsing of readelf output into separate function.
14533 (all_symbols_read_hook): Exercise get_input_file and release_input_file
14534 APIs and get the source file name from the symbol table. Convert
14535 source file name to corresponding object file name. Print info
14536 message when adding new input files.
14537 (parse_readelf_line): New function.
14538 * testsuite/plugin_test_1.sh: Add checks for new info messages.
14539 * testsuite/plugin_test_2.sh: Likewise.
14540 * testsuite/plugin_test_3.sh: Likewise.
14541 * testsuite/plugin_test_4.sh: New test case.
14542
62a6d109
ILT
145432009-01-07 Ian Lance Taylor <iant@google.com>
14544
14545 * version.cc (version_string): Bump to 1.8.
14546
483620e8
CC
145472008-12-23 Cary Coutant <ccoutant@google.com>
14548
14549 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
14550 * plugin.cc (Plugin_manager::finish): Rename as
14551 layout_deferred_objects. Move cleanup to separate function.
14552 (Plugin_manager::cleanup): New function.
14553 (Plugin_finish::run): Call layout_deferred_objects and cleanup
14554 separately.
14555 * plugin.h (Plugin_manager::finish): Rename as
14556 layout_deferred_objects.
14557 (Plugin_manager::cleanup): New function.
14558 (Plugin_manager::cleanup_done): New field.
14559
d66a9eb3
CC
145602008-12-23 Cary Coutant <ccoutant@google.com>
14561
14562 * plugin.cc (is_visible_from_outside): New function.
14563 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
14564 so we don't return "IR only" status for exported symbols or -r links.
14565
14566 * testsuite/Makefile.am (plugin_test_3): New test case.
14567 * testsuite/Makefile.in: Regenerate.
14568 * testsuite/plugin_test_3.sh: New file.
14569
5995b570
CC
145702008-12-22 Cary Coutant <ccoutant@google.com>
14571
14572 * object.cc (Sized_relobj::layout_section): New function.
14573 (Sized_relobj::do_layout): Defer layout of input sections until after
14574 plugin has provided replacement files.
14575 (Sized_relobj::do_layout_deferred_sections): New function.
14576 * object.h (Relobj::set_section_offset): Remove virtual keyword.
14577 (Relobj::layout_deferred_sections): New function.
14578 (Relobj::do_layout_deferred_sections): New function.
14579 (Sized_relobj::do_layout_deferred_sections): New function.
14580 (Sized_relobj::layout_section): New function.
14581 (Sized_relobj::Deferred_layout): New structure.
14582 (Sized_relobj::deferred_layout_): New field.
14583 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
14584 Change all callers. Layout deferred sections.
14585 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
14586 references.
14587 (Plugin_hook::run): Move code from do_plugin_hook inline.
14588 (Plugin_hook::do_plugin_hook): Remove.
14589 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
14590 (Plugin_manager::finish): Renamed, was cleanup.
14591 (Plugin_manager::should_defer_layout): New function.
14592 (Plugin_manager::add_deferred_layout_object): New function.
14593 (Plugin_manager::Deferred_layout_list): New type.
14594 (Plugin_manager::deferred_layout_objects_): New field.
14595 (Plugin_hook::do_plugin_hook): Remove.
14596
ee769c88
ILT
145972008-12-17 Ian Lance Taylor <iant@google.com>
14598
14599 * options.h (class General_options): Add --no case for
14600 --export-dynamic.
14601
abc8dcba
CC
146022008-12-16 Cary Coutant <ccoutant@google.com>
14603
14604 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
14605 vector.
14606 (Plugin_manager::claim_file): Create plugin object even if
14607 plugin did not call the add_symbols callback.
14608 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
14609 asking for more symbols than were added.
14610 * testsuite/Makefile.am (plugin_test_1): Add test case with
14611 no global symbols.
14612 (empty.syms): New target.
14613 * testsuite/Makefile.in: Regenerate.
14614 * testsuite/plugin_test.c (claim_file_hook): Add new debug
14615 message. Don't call add_symbols if no globals.
14616 (all_symbols_read_hook): Don't provide replacement for empty
14617 claimed file.
14618
b0074644
ILT
146192008-12-12 Ian Lance Taylor <iant@google.com>
14620
68943102
ILT
14621 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
14622 r_type == 0 for a local symbol with r_sym == 0.
14623 (scan_relocatable_relocs): Pass r_sym to
14624 local_non_section_strategy.
14625 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
14626 r_sym parameter.
14627
b0074644
ILT
14628 * configure.ac: Update test for TLS descriptors: they are
14629 supported as of glibc 2.9.
14630 * configure: Rebuild.
14631
c2508178
ILT
146322008-12-11 Ian Lance Taylor <iant@google.com>
14633
14634 PR 7091
14635 * target-reloc.h (Default_scan_relocatable_relocs): For each
14636 function, map r_type == 0 to RELOC_DISCARD.
14637
2756a258
CC
146382008-12-10 Cary Coutant <ccoutant@google.com>
14639
14640 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
14641 object to override a kept COMDAT group from a plugin object.
14642
bb6f53d3
ILT
146432008-12-09 Ian Lance Taylor <iant@google.com>
14644
fbc558e1
ILT
14645 PR 7088
14646 * yyscript.y (file_cmd): Handle INPUT.
14647
bb6f53d3
ILT
14648 * testsuite/initpri1.c: Change all declarations to be full
14649 prototypes by adding void, to avoid compiler warnings.
14650
4674ecfc
CC
146512008-12-05 Rafael Avila de Espindola <espindola@google.com>
14652
14653 * options.cc (General_options::parse_plugin_opt): New.
14654 (General_options::add_plugin): The argument now is just the filename.
14655 (General_options::add_plugin_option): New.
14656 * options.h (plugin_opt): New.
14657 (add_plugin): Change argument name.
14658 (add_plugin_option): New.
14659 * plugin.cc (Plugin::load): Don't parse the plugin option.
14660 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
14661 (Plugin::add_option): New.
14662 (Plugin::args_): Change type.
14663 (Plugin::filename_): New.
14664 (Plugin_manager::add_plugin_option): New.
14665 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
14666 * testsuite/Makefile.in: Regenerate.
14667
fd06b4aa
CC
146682008-12-05 Cary Coutant <ccoutant@google.com>
14669
14670 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
14671 Handle --strip-lto-sections option.
14672 * options.h (strip_lto_sections): New option.
14673
6c52134c
CC
146742008-12-01 Cary Coutant <ccoutant@google.com>
14675
14676 * plugin.cc (ld_plugin_message): Change format parameter to const.
14677 Fix mismatch between new[] and delete.
14678
a45248e0
CC
146792008-11-14 Cary Coutant <ccoutant@google.com>
14680
14681 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
14682 instead of -1U.
14683
c82fbeee
CS
146842008-11-05 Craig Silverstein <csilvers@google.com>
14685
14686 * options.cc (General_options::parse_dynamic_list): New function.
14687 * options.h (General_options): New flags dynamic_list,
14688 dynamic_list_data, dynamic_list_cpp_new, and
14689 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
14690 (General_options::in_dynamic_list): New function.
14691 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
14692 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
14693 (Lex::can_continue_name): Likewise.
14694 (yylex): Likewise.
14695 (read_script_file): New parameter script_options.
14696 (read_dynamic_list): New function.
14697 (Script_options::define_dynamic_list): New function.
14698 (dynamic_list_keyword_parsecodes): New variable.
14699 (dynamic_list_keywords): New variable.
14700 * script.h (Script_options::define_dynamic_list): New function
14701 prototype.
14702 (read_dynamic_list): New function prototype.
14703 * symtab.cc (strprefix): New macro.
14704 (Symbol::should_add_dynsym_entry): Support dynamic_list,
14705 dynamic_list_data, dynamic_list_cpp_new, and
14706 dynamic_list_cpp_typeinfo.
14707 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
14708 (dynamic_list_expr): New rule.
14709 (dynamic_list_nodes): Likewise.
14710 (dynamic_list_node): Likewise.
14711 * testsuite/Makefile.am (dynamic_list): New test.
14712 * testsuite/Makefile.in: Regenerated.
14713 * testsuite/dynamic_list.t: New file.
14714 * testsuite/dynamic_list.sh: New file.
14715
e0bb29a5
CS
147162008-11-05 Craig Silverstein <csilvers@google.com>
14717
14718 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
14719 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
14720 (t11_last): Likewise.
14721 * testsuite/ver_test_6.c (main): Likewise.
14722
4e1e25e0
CC
147232008-10-07 Cary Coutant <ccoutant@google.com>
14724
14725 * options.c (General_options::finalize): Add check for -static and
14726 -shared.
14727 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
14728 is not empty.
14729
92f03fcb
CC
147302008-10-02 Cary Coutant <ccoutant@google.com>
14731
14732 * plugin.cc (make_sized_plugin_object): Fix conditional
14733 compilation to work when not all targets are enabled.
14734
fbd8a257
CC
147352008-09-29 Cary Coutant <ccoutant@google.com>
14736
14737 * archive.cc (Archive::get_file_and_offset): Use filename instead
14738 of name to get library path.
14739 (Archive::include_member): Unlock external member of a thin archive.
14740
14741 * testsuite/Makefile.am (TEST_AR): New variable.
14742 (thin_archive_test_1): New test.
14743 (thin_archive_test_2): New test.
81636b3f
CC
14744 * testsuite/Makefile.in: Regenerate.
14745 * testsuite/thin_archive_main.cc: New file.
14746 * testsuite/thin_archive_test_1.cc: New file.
14747 * testsuite/thin_archive_test_2.cc: New file.
14748 * testsuite/thin_archive_test_3.cc: New file.
14749 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 14750
eff45813
CC
147512008-09-29 Cary Coutant <ccoutant@google.com>
14752
14753 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
14754 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
14755 instead of -1U.
14756 (Sized_relobj::do_finalize_local_symbols): Likewise.
14757 (Sized_relobj::map_to_kept_section): Likewise.
14758 * object.h (Sized_relobj::invalid_address): New constant.
14759 (Sized_relobj::do_output_section_offset): Check for invalid_address
14760 and return -1ULL.
14761 * output.cc (Output_reloc::local_section_offset): Use constant
14762 invalid_address instead of -1U.
14763 (Output_reloc::get_address): Likewise.
14764 (Output_section::output_address): Change -1U to -1ULL.
14765 * output.h (Output_reloc::invalid_address): New constant.
14766 * reloc.cc (Sized_relobj::write_sections): Use constant
14767 invalid_address instead of -1U.
14768 (Sized_relobj::relocate_sections): Likewise.
14769 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
14770 values for merge sections.
14771 * target-reloc.h (relocate_for_relocatable): Use constant
14772 invalid_address instead of -1U.
14773
89fc3421
CC
147742008-09-19 Cary Coutant <ccoutant@google.com>
14775
14776 Add plugin functionality for link-time optimization (LTO).
14777 * configure.ac (plugins): Add --enable-plugins option.
14778 * configure: Regenerate.
14779 * config.in: Regenerate.
14780 * Makefile.am (LIBDL): New variable.
14781 (CCFILES): Add plugin.cc.
14782 (HFILES): Add plugin.h.
14783 (ldadd_var): Add LIBDL.
14784 * Makefile.in: Regenerate.
14785
14786 * archive.cc: Include "plugin.h".
14787 (Archive::setup): Don't preread archive symbols when using a plugin.
14788 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
14789 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
14790 files.
14791 (Archive::include_member): Add symbols from plugin objects.
14792 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
14793 * descriptors.cc (Descriptors::open): Check for file descriptors
14794 abandoned by plugins.
14795 (Descriptors::claim_for_plugin): New function.
14796 * descriptors.h (Descriptors::claim_for_plugin): New function.
14797 (Open_descriptor::is_claimed): New field.
14798 (claim_descriptor_for_plugin): New function.
14799 * fileread.cc (File_read::claim_for_plugin): New function.
14800 * fileread.h (File_read::claim_for_plugin): New function.
14801 (File_read::descriptor): New function.
14802 * gold.cc: Include "plugin.h".
14803 (queue_initial_tasks): Add task to call plugin hooks for generating
14804 new object files.
14805 * main.cc: Include "plugin.h".
14806 (main): Load plugin libraries.
14807 * object.h (Pluginobj): Declare.
14808 (Object::pluginobj): New function.
14809 (Object::do_pluginobj): New function.
14810 (Object::set_target): New function.
14811 * options.cc: Include "plugin.h".
14812 (General_options::parse_plugin): New function.
14813 (General_options::General_options): Initialize plugins_ field.
14814 (General_options::add_plugin): New function.
14815 * options.h (Plugin_manager): Declare.
14816 (General_options): Add --plugin option.
14817 (General_options::has_plugins): New function.
14818 (General_options::plugins): New function.
14819 (General_options::add_plugin): New function.
14820 (General_options::plugins_): New field.
14821 * plugin.cc: New file.
14822 * plugin.h: New file.
14823 * readsyms.cc: Include "plugin.h".
14824 (Read_symbols::do_read_symbols): Check for archive before checking
14825 for ELF file. Call plugin hooks to claim files.
14826 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
14827 from a real object file; force override when processing replacement
14828 files.
14829 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
14830 (Symbol::init_base_object): Likewise.
14831 (Symbol::init_base_output_data): Likewise.
14832 (Symbol::init_base_output_segment): Likewise.
14833 (Symbol::init_base_constant): Likewise.
14834 (Symbol::init_base_undefined): Likewise.
14835 (Symbol::output_section): Assert that object is not a plugin.
14836 (Symbol_table::add_from_pluginobj): New function.
14837 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
14838 undefined.
14839 (Symbol_table::sized_write_globals): Likewise.
14840 (Symbol_table::add_from_pluginobj): Instantiate template.
14841 * symtab.h (Sized_pluginobj): Declare.
14842 (Symbol::in_real_elf): New function.
14843 (Symbol::set_in_real_elf): New function.
14844 (Symbol::in_real_elf_): New field.
14845 (Symbol_table::add_from_pluginobj): New function.
14846
14847 * testsuite/Makefile.am (AM_CFLAGS): New variable.
14848 (LIBDL): New variable.
14849 (LDADD): Add LIBDL.
14850 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
14851 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
14852 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
14853 (MOSTLYCLEANFILES): Likewise.
14854 * testsuite/Makefile.in: Regenerate.
14855 * testsuite/plugin_test.c: New file.
14856 * testsuite/plugin_test_1.sh: New file.
14857 * testsuite/plugin_test_2.sh: New file.
14858
de31bda5
ILT
148592008-09-16 Ian Lance Taylor <iant@google.com>
14860
9c2d0ef9
ILT
14861 * target-reloc.h (relocate_section): Check whether a symbol is
14862 defined by the ABI before reporting an undefined symbol error.
14863 * target.h (Target::is_defined_by_abi): Make parameter const.
14864 (Target::do_is_defined_by_abi): Likewise.
14865 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
14866 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
14867 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
14868 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
14869 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
14870 * testsuite/Makefile.in: Rebuild.
14871
de31bda5
ILT
14872 * fileread.cc (make_view): Add casts to avoid warning.
14873
9fa33bee
AO
148742008-09-16 Alexandre Oliva <aoliva@redhat.com>
14875
14876 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
14877 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
14878
183fd0e3
AO
148792008-09-16 Alexandre Oliva <aoliva@redhat.com>
14880
14881 * options.h (General_options::output_is_executable): New.
14882 (General_options::output_is_pie): New.
14883 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
14884 for shared libraries.
14885 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
14886
7be8330a
CD
148872008-09-11 Chris Demetriou <cgd@google.com>
14888
14889 * options.h (origin): New -z option.
14890 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
14891 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
14892 in DT_FLAGS_1.
14893
a9caad02
CC
148942008-09-05 Cary Coutant <ccoutant@google.com>
14895
14896 * fileread.cc (File_read::make_view): Add check for attempt to map
14897 beyond end of file.
14898
ae6dce4d
CC
148992008-09-05 Cary Coutant <ccoutant@google.com>
14900
14901 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
14902 explicit instantiations.
14903
d7ab2a47
KVH
149042008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
14905
14906 PR gold/6858
14907 * options.cc (General_options::finalize): Allow undefined symbols
14908 in shlibs if linking -shared.
14909
14910 PR gold/6859
14911 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
14912 symbols as not needing a dynsym entry.
14913
1e52a9c1
CS
149142008-08-20 Craig Silverstein <csilvers@google.com>
14915
14916 * fileread.cc (File_read::open): Do not lock the file unless it
14917 was successfully opened.
14918
d85c80a3
CC
149192008-08-14 Cary Coutant <ccoutant@google.com>
14920
14921 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
14922 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
14923 * testsuite/tls_test.cc (struct int128): 128-bit struct
14924 for testing TLS relocs with non-zero addend.
14925 (v12): New TLS variable.
14926 (t12): New test.
14927 (t_last): Add check for v12.
14928 * testsuite/tls_test.h (t12): New function.
14929 * testsuite/tls_test_main.cc (thread_routine): Call new test.
14930
2d924fd9
ILT
149312008-08-13 Ian Lance Taylor <iant@google.com>
14932
14933 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
14934 set tls_segment_ or relro_segment_.
14935 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
14936 when appropriate.
14937 * output.h (Output_section::clear_is_relro): New function.
14938 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
14939 sections specially even when output_data_ is empty.
14940 (Output_segment::maximum_alignment): When first section is relro,
14941 only force alignment for PT_LOAD segments.
14942 * script.cc (script_data_segment_align): New function.
14943 (script_data_segment_relro_end): New function.
14944 * script-c.h (script_data_segment_align): Declare.
14945 (script_data_segment_relro_end): Declare.
14946 * script-sections.h (class Script_sections): Declare
14947 data_segment_align and data_segment_relro_end. Add fields
14948 segment_align_index_ and saw_relro_end_.
14949 * script-sections.cc (class Sections_element): Add set_is_relro
14950 virtual function. Add new bool* parameter to place_orphan_here.
14951 Add get_output_section virtual function.
14952 (class Output_section_definition): Add set_is_relro. Add new
14953 bool* parameter to place_orphan_here. Add get_output_section.
14954 Add is_relro_ field.
14955 (Output_section_definition::Output_section_definition): Initialize
14956 evaluated_address_, evaluated_load_address, evaluated_addralign_,
14957 and is_relro_ fields.
14958 (Output_section_definition::place_orphan_here): Add is_relro
14959 parameter.
14960 (Output_section_definition::set_section_addresses): Set relro for
14961 output section.
14962 (Output_section_definition::alternate_constraint): Likewise.
14963 (class Orphan_output_section): Add new bool* parameter to
14964 place_orphan_here. Add get_output_section.
14965 (Orphan_output_section::place_orphan_here): Add is_relro
14966 parameter.
14967 (Script_sections::Script_sections): Initialize
14968 data_segment_align_index_ and saw_relro_end_.
14969 (Script_sections::data_segment_align): New function.
14970 (Script_sections::data_segment_relro_end): New function.
14971 (Script_sections::place_orphan): Set or clear is_relro.
14972 (Script_sections::set_section_addresses): Force alignment of first
14973 TLS section.
14974 * yyscript.y (exp): Call script_data_segment_align and
14975 script_data_segment_relro_end.
14976 * testsuite/relro_script_test.t: New file.
14977 * testsuite/relro_test.cc (using_script): Declare.
14978 (t1, t2): Test using_script.
14979 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
14980 (relro_script_test_SOURCES): Define.
14981 (relro_script_test_DEPENDENCIES): Define.
14982 (relro_script_test_LDFLAGS): Define.
14983 (relro_script_test_LDADD): Define.
14984 (relro_script_test.so): New target.
14985 * testsuite/Makefile.in: Rebuild.
14986
f827c9a9
CC
149872008-08-06 Cary Coutant <ccoutant@google.com>
14988
14989 * archive.cc (Archive::total_archives, Archive::total_members)
14990 (Archive::total_members_loaded): New variables.
14991 (Archive::setup): Add parameter. Add option to preread
14992 archive symbols.
14993 (Archive::read_armap): Add counter.
14994 (Archive::get_file_and_offset): New function.
14995 (Archive::get_elf_object_for_member): New function.
14996 (Archive::read_all_symbols): New function.
14997 (Archive::read_symbols): New function.
14998 (Archive::add_symbols): Add counters.
14999 (Archive::include_all_members): Use armap to find members if it's
15000 already built.
15001 (Archive::include_member): Skip reading symbols if already read.
15002 Factored code into Archive::get_file_and_offset and
15003 Archive::get_elf_object_for_member. Changed call to
15004 Mapfile::report_include_archive_member.
15005 (Archive::print_stats): New function.
15006 * archive.h: Declare Object and Read_symbols_data classes.
15007 (Archive::Archive): Add initializers for new members.
15008 (Archive::setup): Add parameter.
15009 (Archive::print_stats): New function.
15010 (Archive::total_archives, Archive::total_members)
15011 (Archive::total_members_loaded): New variables.
15012 (Archive::get_file_and_offset): New function.
15013 (Archive::get_elf_object_for_member): New function.
15014 (Archive::read_all_symbols): New function.
15015 (Archive::read_symbols): New function.
15016 (Archive::Archive_member): New class.
15017 (Archive::members_): New member.
15018 (Archive::num_members_): New member.
15019 * main.cc: Include archive.h.
15020 (main): Call Archive::print_stats.
15021 * mapfile.cc (Mapfile::report_include_archive_member): Delete
15022 archive parameter; member_name is now the fully-decorated name.
15023 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
15024 * options.h: (General_options): Add --preread-archive-symbols option.
15025 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
15026 Archive::setup.
15027
de4c45bd
ILT
150282008-08-04 Ian Lance Taylor <iant@google.com>
15029
15030 * symtab.h (Symbol::use_plt_offset): New function.
15031 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
15032 * powerpc.cc (Relocate::relocate): Likewise.
15033 * sparc.cc (Relocate::relocate): Likewise.
15034 * x86_64.cc (Relocate::relocate): Likewise.
15035 * testsuite/weak_plt.sh: New test.
15036 * testsuite/weak_plt_main.cc: New test.
15037 * testsuite/weak_plt_shared.cc: New test.
15038 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
15039 (check_PROGRAMS): Add weak_plt.
15040 (check_DATA): Add weak_plt_shared.so.
15041 (weak_plt_main_pic.o, weak_plt): New targets.
15042 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
15043 * testsuite/Makefile.in: Rebuild.
15044
15045 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
15046 gcctestdir/ld.
15047 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
15048 * testsuite/Makefile.in: Rebuild.
15049
323ee3f4
AM
150502008-08-04 Alan Modra <amodra@bigpond.net.au>
15051
15052 * Makefile.am (POTFILES.in): Set LC_ALL=C.
15053 * Makefile.in: Regenerate.
15054 * po/POTFILES.in: Regenerate.
15055
7c07ecec
ILT
150562008-07-29 Ian Lance Taylor <iant@google.com>
15057
15058 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
15059 symbols before other symbols.
15060 * testsuite/script_test_2.cc (test_addr): Declare.
15061 (test_addr_alias): Declare.
15062 (main): Check that test_addr and test_addr_alias have the right
cd536b21 15063 values.
7c07ecec
ILT
15064 * testsuite/script_test_2.t: Define test_addr_alias and
15065 test_addr.
15066
5778530e
ILT
150672008-07-24 Ian Lance Taylor <iant@google.com>
15068
2a00e4fb
ILT
15069 PR 5990
15070 * descriptors.cc: New file.
15071 * descriptors.h: New file.
15072 * gold-threads.h (class Hold_optional_lock): New class.
15073 * fileread.cc: Include "descriptors.h".
15074 (File_read::~File_read): Release descriptor rather than closing
15075 it.
15076 (File_read::open) [file]: Call open_descriptor rather than open.
15077 Set is_descriptor_opened_.
15078 (File_read::open) [memory]: Assert that descriptor is not open.
15079 (File_read::reopen_descriptor): New function.
15080 (File_read::release): Release descriptor.
15081 (File_read::do_read): Make non-const. Reopen descriptor.
15082 (File_read::read): Make non-const.
15083 (File_read::make_view): Reopen descriptor.
15084 (File_read::do_readv): Likewise.
15085 * fileread.h (class File_read): Add is_descriptor_opened_ field.
15086 Update declarations.
15087 * layout.cc: Include "descriptors.h".
15088 (Layout::create_build_id): Use open_descriptor rather than open.
15089 * output.cc: Include "descriptors.h".
15090 (Output_file::open): Use open_descriptor rather than open.
15091 * archive.cc (Archive::const_iterator): Change Archive to be
15092 non-const.
15093 (Archive::begin, Archive::end): Make non-const.
15094 (Archive::count_members): Likewise.
15095 * archive.h (class Archive): Update declarations.
15096 * object.h (Object::read): Make non-const.
15097 * Makefile.am (CCFILES): Add descriptors.cc.
15098 (HFILES): Add descriptors.h.
15099 * Makefile.in: Rebuild.
15100
801647d1
ILT
15101 PR 6716
15102 * gold.h: Always include <clocale>. Add Solaris workarounds
15103 following code in binutils/sysdep.h.
15104
5edd166e
ILT
15105 PR 6048
15106 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
15107 this->eh_frame_hdr_ is NULL before using it.
15108
c89ad728
ILT
15109 * dynobj.cc (Versions::Versions): Update comment.
15110
aa86f06b
ILT
15111 * dynobj.cc (Versions::Versions): If there is an soname, use it as
15112 the base version name.
15113
5778530e
ILT
15114 * stringpool.cc (Stringpool_template::add_with_length): Set key to
15115 array size plus one.
15116 (Stringpool_template::set_string_offsets): Subtract one from key
15117 before using it as an array index.
15118 (Stringpool_template::get_offset_with_length): Likewise.
15119 (Stringpool_template::write_to_buffer): Likewise.
15120 * stringpool.h (Stringpool_template::get_offset_from_key):
15121 Likewise.
15122
057ead22
ILT
151232008-07-23 Ian Lance Taylor <iant@google.com>
15124
7f649c59
ILT
15125 PR 6658
15126 * object.h (Merged_symbol_value::value): Do our best to handle a
15127 negative addend.
15128
057ead22
ILT
15129 PR 6647
15130 * script.cc (Version_script_info::get_versions): Don't add empty
15131 version tag to return value.
15132 (Version_script_info::get_symbol_version_helper): Change return
15133 type to bool. Add pversion parameter. Change all callers.
15134 (script_register_vers_node): Don't require a non-NULL tag.
15135 * script.h (class Version_script_info): Update declarations.
15136 (Version_script_info::get_symbol_version): Change return type to
15137 bool. Add version parameter. Change all callers.
15138 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
15139 handling. Handle an empty version from a version script.
15140 (Symbol_table::define_special_symbol): Likewise.
15141 * testsuite/ver_test_10.script: New file.
15142 * testsuite/ver_test_10.sh: New file.
15143 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
15144 (check_DATA): Add ver_test_10.syms.
15145 (ver_test_10.syms, ver_test_10.so): New target.
15146 * testsuite/Makefile.in: Rebuild.
15147
58e54ac2
CD
151482008-07-23 Simon Baldwin <simonb@google.com>
15149
15150 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
15151 to zero for undefined symbols from dynamic libraries.
15152
95d14cd3
ILT
151532008-07-23 Ian Lance Taylor <iant@google.com>
15154
15155 * symtab.cc (Symbol_table::resolve): Remove version parameter.
15156 Change all callers.
15157 * symtab.h (class Symbol_table): Update declaration.
15158 * testsuite/ver_test_9.cc: New file.
15159 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
15160 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
15161 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
15162 (ver_test_9.so, ver_test_9.o): New targets.
15163 * testsuite/Makefile.in: Rebuild.
15164
92de84a6
ILT
151652008-07-22 Ian Lance Taylor <iant@google.com>
15166
34810851
ILT
15167 * options.h (class General_options): Define --check-sections.
15168 * layout.cc (Layout::set_segment_offsets): Handle
15169 --check-sections.
15170
af6156ef
ILT
15171 * options.h (class General_options): Define -n/--nmagic and
15172 -N/--omagic.
15173 * options.cc (General_options::finalize): For -n/--nmagic or
15174 -N/--omagic, set -static.
15175 * layout.cc (Layout::attach_allocated_section_to_segment): If
15176 -N/--omagic, don't put read-only and read-write sections in
15177 different segments.
15178 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
15179 finding a read-only segment.
15180 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
15181 don't set the minimum segment alignment to the common page size,
15182 and don't set the file offset to the address modulo the page size.
15183 * script-sections.cc (Script_sections::create_segments): If
15184 -n/--omagic, don't put read-only and read-write sections in
15185 different segments.
15186
92de84a6
ILT
15187 * cref.cc: New file.
15188 * cref.h: New file.
15189 * options.h (class General_options): Add --print-symbol-counts.
15190 * main.cc (main): Issue defined symbol report if requested.
15191 * archive.cc (Archive::interpret_header): Make into a const member
15192 function.
15193 (Archive::add_symbols): Call Input_objects::archive_start and
15194 archive_stop.
15195 (Archive::const_iterator): Define new class.
15196 (Archive::begin, Archive::end): New functions.
15197 (Archive::include_all_members): Rewrite to use iterator.
15198 (Archive::count_members): New function.
15199 * archive.h (class Archive): Update declarations.
15200 (Archive::filename): New function.
15201 * object.cc: Include "cref.h".
15202 (Sized_relobj::Sized_relobj): Initialize defined_count_.
15203 (Sized_relobj::do_get_global_symbol_counts): New function.
15204 (Input_objects::add_object): Add object to cross-referencer.
15205 (Input_objects::archive_start): New function.
15206 (Input_objects::archive_stop): New function.
15207 (Input_objects::print_symbol_counts): New function.
15208 * object.h: Declare Cref and Archive.
15209 (Object::get_global_symbol_counts): New function.
15210 (Object::do_get_global_symbol_counts): New pure virtual function.
15211 (class Sized_relobj): Add defined_count_ field. Update
15212 declarations.
15213 (class Input_objects): Add cref_ field. Update constructor.
15214 Update declarations.
15215 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
15216 defined_count_.
15217 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
15218 symbol counts.
15219 (Sized_dynobj::do_get_global_symbol_counts): New function.
15220 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
15221 defined_count_. Update declarations. Define Symbols typedef.
15222 * symtab.cc (Symbol_table::add_from_relobj): Add defined
15223 parameter. Change all callers.
15224 (Symbol_table::add_from_dynobj): Add sympointers and defined
15225 parameters. Change all callers.
15226 * symtab.h (class Symbol_table): Update declarations.
15227 * Makefile.am (CCFILES): Add cref.cc.
15228 (HFILES): Add cref.h.
15229 * Makefile.in: Rebuild.
15230
3f7c5e1d
CD
152312008-07-22 Simon Baldwin <simonb@google.com>
15232
15233 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
15234 to zero when writing undefined symbols.
15235
e0b64032
ILT
152362008-07-22 Ian Lance Taylor <iant@google.com>
15237
15238 * output.cc (Output_section::add_input_section): Don't try to
15239 merge empty merge sections.
15240
096b02cf
CS
152412008-07-21 Craig Silverstein <csilvers@google.com>
15242
15243 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
15244 Include symbol version in error message.
cd536b21 15245
1d1f116d
CD
152462008-07-20 Chris Demetriou <cgd@google.com>
15247
cd536b21 15248 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
15249 (RANDOM_SEED_CFLAGS): New substituted variable.
15250 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
15251 * configure: Rebuild.
15252 * Makefile.in: Likewise.
15253 * testsuite/Makefile.in: Likewise.
15254
a18f591e
ILT
152552008-07-18 Ian Lance Taylor <iant@google.com>
15256
15257 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
15258 where we see NAME/NULL and NAME/VERSION as separate symbols.
15259 * testsuite/ver_test_main.cc (main): Call t4.
15260 (t4, t4_2a): Define.
15261 * testsuite/ver_test_2.cc (t4_2): Define.
15262 * testsuite/ver_test_2.script: Put t4_2a in VER2.
15263 * testsuite/ver_test_4.cc (t4_2a): Define.
15264 * testsuite/ver_test_4.script: Put t4_2a in VER2.
15265 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
15266
c6e3f6ed
ILT
152672008-07-17 Ian Lance Taylor <iant@google.com>
15268
15269 * dynobj.cc (Versions::add_def): If we give an error about a
15270 missing version, go ahead and create the version anyhow.
15271
ef9beddf
ILT
152722008-07-10 Ian Lance Taylor <iant@google.com>
15273
15274 Handle output sections with more than 0x7fffffff bytes.
15275 * object.h (class Relobj): Change map_to_output_ to
15276 output_sections_, and just keep a section pointer. Change all
15277 uses. Move comdat group support to Sized_relobj.
15278 (Relobj::is_section_specially_mapped): Remove.
15279 (Relobj::output_section): Remove poff parameter. Change all
15280 callers.
15281 (Relobj::output_section_offset): New function.
15282 (Relobj::set_section_offset): Rewrite.
15283 (Relobj::map_to_output): Remove.
15284 (Relobj::output_sections): New function.
15285 (Relobj::do_output_section_offset): New pure virtual function.
15286 (Relobj::do_set_section_offset): Likewise.
15287 (class Sized_relobj): Add section_offsets_ field. Add comdat
15288 group support from Relobj. Update declarations.
15289 (Sized_relobj::get_output_section_offset): New function.
15290 (Sized_relobj::do_output_section_offset): New function.
15291 (Sized_relobj::do_set_section_offset): New function.
15292 * object.cc (Relobj::output_section_address): Remove.
15293 (Sized_relobj::Sized_relobj): Initialize new fields.
15294 (Sized_relobj::include_section_group): Cast find_kept_object to
15295 Sized_relobj.
15296 (Sized_relobj::include_linkonce_section): Likewise.
15297 (Sized_relobj::do_layout): Use separate arrays for output section
15298 and output offset.
15299 (Sized_relobj::do_count_local_symbols): Change map_to_output to
15300 output_sections.
15301 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
15302 output_sections and section_offsets.
15303 (Sized_relobj::write_local_symbols): Likewise.
15304 (map_to_kept_section): Compute output address directly.
15305 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
15306 output_sections and section_offsets.
15307 (Sized_relobj::write_sections): Likewise.
15308 (Sized_relobj::relocate_sections): Likewise.
15309 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
15310 * output.h (class Output_reloc): Update declarations. Change
15311 u2_.relobj to Sized_relobj*.
15312 (class Output_data_reloc): Change add functions to use
15313 Sized_relobj*.
15314 * output.cc (Output_reloc::Output_reloc): Change relobj to
15315 Sized_relobj*.
15316 (Output_reloc::local_section_offset): Change return type to
15317 Elf_Addr. Use get_output_section_offset.
15318 (Output_reloc::get_address): Likewise.
15319 (Output_section::is_input_address_mapped): Don't call
15320 is_section_specially_mapped.
15321 (Output_section::output_offset): Likewise.
15322 (Output_section::output_address): Likewise.
15323 (Output_section::starting_output_address): Likewise.
15324 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
15325 parameter to Sized_relobj*.
15326 (Copy_relocs::need_copy_reloc): Likewise.
15327 (Copy_relocs::save): Likewise.
15328 * copy-relocs.h (class Copy_relocs): Update declarations.
15329 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
15330 Sized_relobj*. Change relobj_ field to Sized_relobj*.
15331 * target-reloc.h (relocate_for_relocatable): Change
15332 offset_in_output_section type to Elf_Addr. Change code that uses
15333 it as well.
15334 * layout.cc (Layout::layout): Always set *off.
15335 * mapfile.cc (Mapfile::print_input_section): Use
15336 output_section_offset.
15337 * i386.cc (Target_i386::copy_reloc): Change object parameter to
15338 Sized_relobj*.
15339 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
15340 * sparc.cc (Target_sparc::copy_reloc): Likewise.
15341 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
15342
5cb66f97
ILT
153432008-07-03 Ian Lance Taylor <iant@google.com>
15344
15345 * layout.cc (Layout::include_section): Do not discard unrecognized
15346 SHT_STRTAB sections.
15347
afe47622
CS
153482008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
15349
15350 * script.cc (Lex::can_continue_name): Make '?' allowable in
15351 version-script names.
15352 * testsuite/version_script.map: Change glob pattern to use '?'
15353
5adf9721
ILT
153542008-06-30 Manish Singh <yosh@gimp.org>
15355
15356 PR 6585
15357 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
15358 Correct typo.
15359
e6fde208
ILT
153602008-06-30 Ian Lance Taylor <iant@google.com>
15361
15362 PR 6660
15363 PR 6682
15364 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
15365 versions]: Don't try to read the value in the contents, since we
15366 don't use it. Use the template endianness when writing.
15367
3f2e6a2d
CC
153682008-06-25 Cary Coutant <ccoutant@google.com>
15369
15370 * fileread.cc (File_read::make_view): Assert on zero-length view.
15371 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
15372 symbol table when there are no symbols to read.
15373
c43d3a48
CS
153742008-06-23 Craig Silverstein <csilvers@google.com>
15375
15376 * version.cc (version_string): Bump to 1.7
15377
5f494ea0
CS
153782008-06-18 Craig Silverstein <csilvers@google.com>
15379
15380 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
15381 constant 0xFFFF to type Valtype.
15382 (Powerpc_relocate_functions::rel16_ha): Likewise.
15383
c42e122e
ILT
153842008-06-17 Ian Lance Taylor <iant@google.com>
15385
f34787f8
ILT
15386 * output.h (Output_section::Input_section): Initialize p2align_ to
15387 zero for Output_section_data constructors.
15388 (Output_section::Input_section::addralign): If not an input
15389 section, return the alignment of the Output_section_data.
15390 * testsuite/copy_test.cc: New file.
15391 * testsuite/copy_test_1.cc: New file.
15392 * testsuite/copy_test_2.cc: New file.
15393 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
15394 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
15395 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
15396 (copy_test_1_pic.o, copy_test_1.so): New targets.
15397 (copy_test_2_pic.o, copy_test_2.so): New targets.
15398 * testsuite/Makefile.in: Rebuild.
15399
c42e122e
ILT
15400 * script-sections.cc (Script_sections::place_orphan): Initialize
15401 local variable exact.
15402
ce3ac18a
DE
154032008-06-13 David Edelsohn <edelsohn@gnu.org>
15404
15405 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
15406
42cacb20
DE
154072008-06-12 David Edelsohn <edelsohn@gnu.org>
15408 David S. Miller <davem@davemloft.net>
15409
15410 * powerpc.cc: New file.
15411 * Makefile.am (TARGETSOURCES): Add powerpc.cc
15412 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
15413 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
15414 * Makefile.in: Rebuild.
15415
7b308235
ILT
154162008-06-09 Ian Lance Taylor <iant@google.com>
15417
15418 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
15419 <exception>.
15420 (throwing, orig_terminate): New static variables.
15421 (terminate_handler): New static function.
15422 (t2): Set terminate handler.
15423
f0b886e3
ILT
154242008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
15425
15426 PR 6584
cd536b21 15427 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
15428 alignment.
15429
3e90f135
CC
154302008-05-30 Cary Coutant <ccoutant@google.com>
15431
15432 * archive.cc (Archive::include_all_members) Correct to step
15433 over symbol table and extended name table in thin archives.
15434
e09ad04a
ILT
154352008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
15436
15437 PR 6407
15438 * target-reloc.h (relocate_for_relocatable): Fix new_offset
15439 calculation.
15440
62b01cb5
ILT
154412008-05-28 Caleb Howe <cshowe@google.com>
15442
15443 * reduced_debug_output.cc: New file.
15444 * reduced_debug_output.h: New file.
92de84a6 15445 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
15446 * options.cc (General_options::finalize): Add strip_debug_non_line
15447 to the strip heirarchy.
15448 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
15449 fields.
15450 * layout.cc: Include "reduced_debug_output.h".
15451 (Layout::Layout): Initialize new fields.
15452 (line_only_debug_sections): New static array.
15453 (is_lines_only_debug_sections): New static inline function.
15454 (Layout::include_section): Handle --strip-debug-non-line.
15455 (Layout::make_output_section): If --strip-debug-non-line, build
15456 new output sections for .debug_abbrev and .debug_info.
15457 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
15458 gold. Warn about possible overflow.
15459 (read_signed_LEB_128): Likewise.
15460 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
15461 (read_signed_LEB_128): Declare.
15462 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
15463 (HFILES): Add reduced_debug_output.h.
15464 * Makefile.in: Rebuild.
15465
7d9e3d98
ILT
154662008-05-21 Ian Lance Taylor <iant@google.com>
15467
15468 * mapfile.cc: New file.
15469 * mapfile.h: New file.
15470 * options.h (class General_options): Add -M/--print-map and -Map.
15471 * options.cc (General_options::finalize): Make -M equivalent to
15472 -Map -.
15473 * main.cc: Include <cstdio> and "mapfile.h".
15474 (main): Open mapfile if requested.
15475 * gold.cc (class Middle_runner): Add mapfile_ field. Update
15476 constructor. Change caller.
15477 (queue_initial_tasks): Add mapfile parameter. Change caller.
15478 (queue_middle_tasks): Likewise.
15479 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
15480 declarations.
15481 * archive.cc: Include "mapfile.h".
15482 (Archive::add_symbols): Add mapfile parameter. Change all
15483 callers. Pass mapfile, symbol, and reason to include_member.
15484 (Archive::include_all_members): Add mapfile parameter. Change all
15485 callers.
15486 (Archive::include_member): Add mapfile, sym, and why parameters.
15487 Change all callers. Report inclusion to map file.
15488 * archive.h: Include "fileread.h".
15489 (class Archive): Update declarations.
15490 (Archive::file): New const method.
15491 (class Add_archive_symbols): Add mapfile_ field. Update
15492 constructor. Change all callers.
15493 * readsyms.h (class Read_symbols): Likewise.
15494 (class Finish_group): Likewise.
15495 (class Read_script): Likewise.
15496 * common.cc: Include "mapfile.h".
15497 (Symbol_table::allocate_commons): Add mapfile parameter. Change
15498 all callers.
15499 (Symbol_table::do_allocate_commons): Likewise.
15500 (Symbol_table::do_allocate_commons_list): Likewise. Report common
15501 symbol allocation to mapfile.
15502 * common.h (class Allocate_commons_task): Add mapfile_ field.
15503 Update constructor. Change all callers.
15504 * symtab.h (class Symbol_table): Update declarations.
15505 * layout.cc: Include "mapfile.h".
15506 (Layout_task_runner::run): Print information to mapfile.
15507 (Layout::create_gold_note): Change Output_data_fixed_space to
15508 Output_data_zero_fill.
15509 (Layout::create_build_id): Likewise.
15510 (Layout::print_to_mapfile): New function.
15511 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
15512 constructor. Change caller.
15513 (class Layout): Declare print_to_mapfile.
15514 * output.cc (Output_section::Input_section::print_to_mapfile): New
15515 function.
15516 (Output_section::add_input_section): If producing a map, always
15517 add to input_sections_ list.
15518 (Output_section::do_print_to_mapfile): New function.
15519 (Output_segment::print_sections_to_mapfile): New function.
15520 (Output_segment::print_section_list_to_mapfile): New function.
15521 * output.h: Include "mapfile.h".
15522 (Output_data::print_to_mapfile): New function.
15523 (Output_data::do_print_to_mapfile): New virtual function.
15524 (Output_segment_headers::do_print_to_mapfile): New function.
15525 (Output_file_header::do_print_to_mapfile): New function.
15526 (Output_data_const::do_print_to_mapfile): New function.
15527 (class Output_data_const_buffer): Add map_name_ field. Update
15528 constructor. Change all callers. Add do_print_to_mapfile
15529 function.
15530 (class Output_data_fixed_space): Likewise.
15531 (class Output_data_space): Likewise.
15532 (class Output_data_zero_fill): New class.
15533 (Output_data_strtab::do_print_to_mapfile): New function.
15534 (Output_data_reloc_base::do_print_to_mapfile): New function.
15535 (Output_relocatable_relocs::do_print_to_mapfile): New function.
15536 (Output_data_group::do_print_to_mapfile): New function.
15537 (Output_data_got::do_print_to_mapfile): New function.
15538 (Output_data_dynamic::do_print_to_mapfile): New function.
15539 (Output_symtab_xindex::do_print_to_mapfile): New function.
15540 (class Output_section): Declare do_print_to_mapflie. Declare
15541 print_to_mapfile in Input_section.
15542 (class Output_segment): Declare new functions.
15543 * object.h (Sized_relobj::symbol_count): New function.
15544 * script-sections.cc
15545 (Output_section_element_dot_assignment::set_section_addresses):
15546 Change Output_data_fixed_space to Output_data_zero_fill.
15547 (Output_data_expression::do_print_to_mapfile): New function.
15548 * script.cc (read_input_script): Add mapfile parameter. Change
15549 all callers.
15550 * script.h (read_input_script): Update declaration.
15551 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
15552 (Eh_frame::do_print_to_mapfile): New function.
15553 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
15554 (Output_merge_string::do_print_to_mapfile): New function.
15555 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
15556 function.
15557 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
15558 function.
15559 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
15560 function.
15561 * Makefile.am (CCFILES): Add mapfile.cc.
15562 (HFILES): Add mapfile.h.
15563 * Makefile.in: Rebuild.
15564
9f1d377b
ILT
155652008-05-19 Ian Lance Taylor <iant@google.com>
15566
15567 * options.h (class General_options): Add -z relro.
15568 * layout.cc (Layout::Layout): Initialize relro_segment_.
15569 (Layout::add_output_section_data): Return the output section.
15570 (Layout::make_output_section): Rcognize relro sections and mark
15571 them appropriately.
15572 (Layout::attach_allocated_section_to_segment): Put relro sections
15573 in a PT_GNU_RELRO segment.
15574 (Layout::create_initial_dynamic_sections): Mark the .dynamic
15575 section as relro.
15576 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
15577 PT_TLS segments.
15578 (Layout::linkonce_mapping): Map d.rel.ro.local to
15579 .data.rel.ro.local.
15580 (Layout::output_section_name): Us .data.rel.ro.local for any
15581 section which begins with that.
15582 * layout.h (class Layout): Update add_output_section_data
15583 declaration. Add relro_segment_ field.
15584 * output.cc (Output_section::Output_section): Initialize is_relro_
15585 and is_relro_local_ fields.
15586 (Output_segment::add_output_section): Group relro sections.
15587 (Output_segment::is_first_section_relro): New function.
15588 (Output_segment::maximum_alignment): If there is a relro section,
15589 align the segment to the common page size.
15590 (Output_segment::set_section_addresses): Track whether we are
15591 looking at relro sections. If the last section is a relro
15592 section, align to the common page size.
15593 (Output_segment::set_section_list_addresses): Add in_relro
15594 parameter. Change all callers. Align to the page size when
15595 moving from relro to non-relro section.
15596 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
15597 segment.
15598 * output.h (class Output_section): Add is_relro_ and
15599 is_relro_local_ fields.
15600 (Output_section::is_relro): New function.
15601 (Output_section::set_is_relro): New function.
15602 (Output_section::is_relro_local): New function.
15603 (Output_section::set_is_relro_local): New function.
15604 (class Output_segment): Update declarations.
15605 * i386.cc (Target_i386::got_section): Mark .got section as relro.
15606 * sparc.cc (Target_sparc::got_section): Likewise.
15607 * x86_64.cc (Target_x86_64::got_section): Likewise.
15608 * testsuite/relro_test_main.cc: New file.
15609 * testsuite/relro_test.cc: New file.
15610 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
15611 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
15612 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
15613 (relro_test.so, relro_test_pic.o): New targets.
15614 * testsuite/Makefile.in: Rebuild.
15615
a984ee1d
ILT
156162008-05-16 Ian Lance Taylor <iant@google.com>
15617
01676dcd
ILT
15618 * output.cc (Output_segment::add_output_section): Remove front
15619 parameter.
15620 * output.h (class Output_segment): Remove
15621 add_initial_output_section and overloaded add_output_section.
15622 Update declaration of remaining add_output_section.
15623 * layout.cc (Layout::create_interp): Call add_output_section
15624 rather than add_initial_output_section.
15625 (Layout::finish_dynamic_section): Likewise.
15626
497897f9
ILT
15627 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
15628 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
15629 know the dynamic type.
15630 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
15631 field. Initialize it in constructor.
15632 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
15633 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
15634 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
15635 reloc.
15636
a984ee1d
ILT
15637 * output.cc (Output_reloc::get_address): Change return type to
15638 Elf_Addr.
15639 * output.h (class Output_reloc): Update get_address declaration.
15640 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
15641 for section addresses.
15642
55ba0940
ILT
156432008-05-09 Ian Lance Taylor <iant@google.com>
15644
15645 PR 6493
15646 * gold.cc (gold_nomem): Use return value of write.
15647
75517b77
ILT
156482008-05-08 Ian Lance Taylor <iant@google.com>
15649
15650 * symtab.c (Symbol::init_base_output_data): Add version
15651 parameter. Change all callers.
15652 (Symbol::init_base_output_segment): Likewise.
15653 (Symbol::init_base_constant): Likewise.
15654 (Symbol::init_base_undefined): Likewise.
15655 (Sized_symbol::init_output_data): Likewise.
15656 (Sized_symbol::init_output_segment): Likewise.
15657 (Sized_symbol::init_constant): Likewise.
15658 (Sized_symbol::init_undefined): Likewise.
15659 (Symbol_table::do_define_in_output_data): If the new symbol has a
15660 version, mark it as the default.
15661 (Symbol_table::do_define_in_output_segment): Likewise.
15662 (Symbol_table::do_define_as_constant): Likewise.
15663 * symtab.h (class Symbol): Update declarations.
15664 (class Sized_symbol): Likewise.
15665 * resolve.cc (Symbol::override_version): New function.
c42e122e 15666 (Symbol::override_base): Call override_version.
75517b77
ILT
15667 (Symbol::override_base_with_special): Likewise.
15668 * testsuite/ver_script_8.script: New file.
15669 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
15670 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
15671 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
15672 (ver_test_8_1.so, ver_test_8_2.so): New targets.
15673
f1f70eae
ILT
156742008-05-06 Ian Lance Taylor <iant@google.com>
15675
f3e9c5c5
ILT
15676 PR 6049
15677 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
15678 functions.
15679 (class General_options): Remove existing --undefined, and add
15680 --no-undefined instead. Add new --undefined as synonym for -u.
15681 * archive.cc (Archive::add_symbols): Check whether symbol was
15682 named with -u.
15683 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
15684 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
15685 all uses. Add IS_UNDEFINED. Update declarations to split
15686 different versions of init_base. Declare init_base_undefined.
15687 (Symbol::is_defined): Handle IS_UNDEFINED.
15688 (Symbol::is_undefined): Likewise.
15689 (Symbol::is_weak_undefined): Call is_undefined.
15690 (Symbol::is_absolute): Handle IS_CONSTANT.
15691 (class Sized_symbol): Update declarations to split different
15692 versions of init. Declare init_undefined.
15693 (class Symbol_table): Declare new functions.
15694 * symtab.cc (Symbol::init_base_object): Rename from init_base.
15695 Change all callers.
15696 (Symbol::init_base_output_data): Likewise.
15697 (Symbol::init_base_output_segment): Likewise.
15698 (Symbol::init_base_constant): Likewise.
15699 (Symbol::init_base_undefined): New function.
15700 (Sized_symbol::init_object): Rename from init. Change all
15701 callers.
15702 (Sized_symbol::init_output_data): Likewise.
15703 (Sized_symbol::init_output_segment): Likewise.
15704 (Sized_symbol::init_constant): Likewise.
15705 (Sized_symbol::init_undefined): New function.
15706 (Symbol_table::add_undefined_symbols_from_command_line): New
15707 function.
15708 (Symbol_table::do_add_undefined_symbols_from_command_line): New
15709 function.
15710 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
15711 (Symbol::output_section): Likewise.
15712 (Symbol::set_output_section): Likewise.
15713 (Symbol_table::sized_finalize_symbol): Likewise.
15714 (Symbol_table::sized_write_globals): Likewise.
15715 * resolve.cc (Symbol_table::should_override): Likewise.
15716 (Symbol::override_base_with_special): Likewise.
15717
8bdcdf2c
ILT
15718 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
15719 symbol, change it to have default visibility.
15720 * testsuite/protected_1.cc: New file.
15721 * testsuite/protected_2.cc: New file.
15722 * testsuite/protected_3.cc: New file.
15723 * testsuite/protected_main_1.cc: New file.
15724 * testsuite/protected_main_2.cc: New file.
15725 * testsuite/protected_main_3.cc: New file.
15726 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
15727 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
15728 (protected_1_LDFLAGS, protected_1_LDADD): Define.
15729 (protected_1.so): New target.
15730 (protected_1_pic.o, protected_2_pic.o): New targets.
15731 (protected_3_pic.o): New target.
15732 (check_PROGRAMS): Add protected_2.
15733 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
15734 (protected_2_LDFLAGS, protected_2_LDADD): Define.
15735 * testsuite/Makefile.in: Rebuild.
15736
2b706932
ILT
15737 * options.h (DEFINE_var): Add set_user_set_##varname__.
15738 (DEFINE_bool_alias): New macro.
15739 (class General_options): Define -Bstatic using DEFINE_bool_alias
15740 rather than DEFINE_special. Add --undefined as an alias for -z
15741 defs.
15742 * options.cc (General_options::parse_Bstatic): Remove.
15743
d82a5bcc
ILT
15744 * options.h (class General_options): Add --fatal-warnings.
15745 * main.cc (main): Implement --fatal-warnings.
15746 * errors.h (Errors::warning_count): New function.
15747
f1f70eae
ILT
15748 * options.h (class General_options): Add -Bsymbolic-functions.
15749 * symtab.h (Symbol::is_preemptible): Check for
15750 -Bsymbolic-functions.
15751
8825ac63
ILT
157522008-05-05 Ian Lance Taylor <iant@google.com>
15753
d98bc257
ILT
15754 * options.h (DEFINE_bool): For DASH_Z, create the negative option
15755 as noVARNAME rather than no-VARNAME.
15756 (class General_options): Add option -z combreloc.
15757 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
15758 get_address.
15759 (Output_reloc::sort_before) [SHT_REL]: New function.
15760 (Output_reloc::sort_before) [SHT_RELA]: New function.
15761 (class Output_data_reloc_base): Add sort_relocs_ field. Define
15762 Sort_relocs_comparison.
15763 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
15764 parameter. Change all callers.
15765 (Output_data_reloc::Output_data_reloc) [both versions]: Add
15766 sort_relocs parameter. Change all callers.
15767 * output.cc (Output_reloc::get_address): New function, broken out
15768 of write_rel.
15769 (Output_reloc::write_rel): Call it.
15770 (Output_reloc::compare): New function.
15771 (Output_data_reloc_base::do_write): Optionally sort relocs.
15772
60b2b4e7
ILT
15773 * configure.ac: If targ_extra_obj is set, link it in.
15774 * configure.tgt: Initialize all variables.
15775 (x86_64*): Set targ_extra_obj and targ_extra_size.
15776 * configure: Rebuild.
15777
8825ac63
ILT
15778 * object.cc (Sized_relobj::include_section_group): Adjust section
15779 indexes read from group data. Build vector to pass to
15780 layout_group.
15781 * layout.cc (Layout::layout_group): Add flags and shndxes
15782 parameters. Remove contents parameter. Change caller. Update
15783 explicit instantiations.
15784 * layout.h (class Layout): Update layout_group declaration.
15785 * output.cc (Output_data_group::Output_data_group): Add flags and
15786 input_shndxes parameters. Remove contents parameter. Change
15787 caller.
15788 (Output_data_group::do_write): Change input_sections_ to
15789 input_shndxes_.
15790 * output.h (class Output_data_group): Update constructor
15791 declaration. Rename input_sections_ to input_shndxes_.
15792 * testsuite/many_sections_test.cc: Add template.
15793
e94cf127
CC
157942008-04-30 Cary Coutant <ccoutant@google.com>
15795
4418b2d5
CC
15796 * target-reloc.h (relocate_section): Fix dead-pointer bug.
15797
e94cf127
CC
15798 * layout.cc (Layout::include_section): Refactored check for debug
15799 info section.
15800 (Layout::add_comdat): Add new parameters. Change type
15801 of signature parameter. Add object and shndx to signatures table.
15802 (Layout::find_kept_object): New function.
15803 * layout.h: Include <cstring>.
15804 (Layout::is_debug_info_section): New function.
15805 (Layout::add_comdat): Add new parameters.
15806 (Layout::find_kept_object): New function.
15807 (Layout::Kept_section): New struct.
15808 (Layout::Signatures): Change type of map range.
15809 * object.cc (Relobj::output_section_address): New function.
15810 (Sized_relobj::include_section_group): Add new parameters. Change
15811 calls to Layout::add_comdat. Change to build table of kept comdat
15812 groups and table mapping discarded sections to kept sections.
15813 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
15814 (Sized_relobj::do_layout): Change calls to include_section_group and
15815 include_linkonce_section.
15816 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
15817 value to zero when section is discarded.
15818 (Sized_relobj::map_to_kept_section): New function.
15819 * object.h (Relobj::output_section_address): New function.
15820 (Relobj::Comdat_group): New type.
15821 (Relobj::find_comdat_group): New function.
15822 (Relobj::Comdat_group_table): New type.
15823 (Relobj::Kept_comdat_section): New type.
15824 (Relobj::Kept_comdat_section_table): New type.
15825 (Relobj::add_comdat_group): New function.
15826 (Relobj::set_kept_comdat_section): New function.
15827 (Relobj::get_kept_comdat_section): New function.
15828 (Relobj::comdat_groups_): New field.
15829 (Relobj::kept_comdat_sections_): New field.
15830 (Symbol_value::input_value): Update comment.
15831 (Sized_relobj::map_to_kept_section) New function.
15832 (Sized_relobj::include_linkonce_section): Add new parameter.
15833 * target-reloc.h (Comdat_behavior): New type.
15834 (get_comdat_behavior): New function.
15835 (relocate_section): Add code to map a discarded section to the
15836 corresponding kept section when applying a relocation.
15837
e4e5049b
CS
158382008-04-30 Craig Silverstein <csilvers@google.com>
15839
15840 * dwarf_reader.cc (next_generation_count): New static var.
15841 (Addr2line_cache_entry): New struct.
15842 (addr2line_cache): New static var.
15843 (Dwarf_line_info::one_addr2line): Added caching.
15844 (Dwarf_line_info::clear_addr2line_cache): New function.
15845 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
15846 cache-size parameter.
15847 (Dwarf_line_info::one_addr2line_cache): New function.
15848 * symtab.cc (Symbol_table::detect_odr_violations): Pass
15849 new cache-size argument to one_addr2line(), and clear cache.
15850
d09e9154
CC
158512008-04-28 Cary Coutant <ccoutant@google.com>
15852
15853 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
15854 R_386_PC8 relocations.
15855
7ef73768
ILT
158562008-04-23 Ian Lance Taylor <iant@google.com>
15857
55438702
ILT
15858 * object.cc (Sized_relobj::include_section_group): Check for
15859 invalid section group.
15860
c165fb93
ILT
15861 * object.cc (make_elf_object): Correct test for 64-bit ELF file
15862 header size.
15863
7ef73768
ILT
15864 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
15865 than read for file header.
15866 * archive.cc (Archive::include_member): Likewise.
15867
6194aaab
L
158682008-04-23 Paolo Bonzini <bonzini@gnu.org>
15869
15870 * aclocal.m4: Regenerate.
15871 * configure: Regenerate.
15872
d491d34e
ILT
158732008-04-19 Ian Lance Taylor <iant@google.com>
15874
5ea2bac6
ILT
15875 * version.cc (version_string): Bump to 1.6.
15876
7bc3e21a
ILT
15877 * testsuite/Makefile.am (many_sections_r_test): New target.
15878 (many_sections_r_test_SOURCES): Remove.
15879 (many_sections_r_test_DEPENDENCIES): Remove.
15880 (many_sections_r_test_LDFLAGS): Remove.
15881 (many_sections_r_test_LDADD): Remove.
15882
7fcd3aa9
ILT
15883 * object.cc (Sized_relobj::do_add_symbols): Always pass
15884 local_symbol_count_ to add_from_relobj.
15885
4c94d6ae
ILT
15886 * testsuite/Makefile.am (many_sections_check.h): Only check one in
15887 every thousand variables.
15888 * testsuite/Makefile.in: Rebuild.
15889
d491d34e
ILT
15890 * object.cc (Xindex::initialize_symtab_xindex): New function.
15891 (Xindex::read_symtab_xindex): New function.
15892 (Xindex::sym_xindex_to_shndx): New function.
15893 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
15894 available.
15895 (Sized_relobj::do_initialize_xindex): New function.
15896 (Sized_relobj::do_read_symbols): Adjust section links.
15897 (Sized_relobj::symbol_section_and_value): Add is_ordinary
15898 parameter. Change all callers.
15899 (Sized_relobj::include_section_group): Adjust section links and
15900 symbol section indexes.
15901 (Sized_relobj::do_layout): Adjust section links.
15902 (Sized_relobj::do_count_local_symbols): Adjust section links and
15903 symbol section indexes.
15904 (Sized_relobj::do_finalize_local_symbols): Distinguish between
15905 ordinary and special symbols.
15906 (Sized_relobj::write_local_symbols): Add symtab_xindex and
15907 dynsym_xindex parameters. Change all callers. Adjust section
15908 links. Use SHN_XINDEX when needed.
15909 (Sized_relobj::get_symbol_location_info): Adjust section links.
15910 Don't get fooled by special symbols.
15911 * object.h (class Xindex): Define.
15912 (class Object): Add xindex_ parameter. Declare virtual functoin
15913 do_initialize_xindex.
15914 (Object::adjust_sym_shndx): New function.
15915 (Object::set_xindex): New protected function.
15916 (class Symbol_value): Add is_ordinary_shndx_ field.
15917 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
15918 (Symbol_value::value): Assert ordinary section.
15919 (Symbol_value::initialize_input_to_output_map): Likewise.
15920 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
15921 Change all callers.
15922 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
15923 all callers.
15924 (class Sized_relobj): Update declarations.
15925 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
15926 parameter. Change all callers.
15927 (Sized_relobj::adjust_shndx): New function.
15928 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
15929 field.
15930 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
15931 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
15932 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
15933 (Sized_dynobj::read_dynsym_section): Adjust section links.
15934 (Sized_dynobj::read_dynamic): Likewise.
15935 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
15936 section links.
15937 (Sized_dynobj::do_initialize_xindex): New function.
15938 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
15939 do_initialize_xindex.
15940 (Sized_dynobj::adjust_shndx): New function.
15941 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
15942 dynsym_xindex_ fields.
15943 (Layout::finalize): Add a call to set_section_indexes before
15944 creating the symtab sections.
15945 (Layout::set_section_indexes): Don't do anything if the section
15946 already has a section index.
15947 (Layout::create_symtab_sections): Add shnum parameter. Change
15948 caller. Create .symtab_shndx section if needed.
15949 (Layout::create_shdrs): Add shstrtab_section parameter. Change
15950 caller.
15951 (Layout::allocated_output_section_count): New function.
15952 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
15953 needed.
15954 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
15955 fields. Update declarations.
15956 (Layout::symtab_xindex): New function.
15957 (Layout::dynsym_xindex): New function.
15958 (class Write_symbols_task): Add layout_ field.
15959 (Write_symbols_task::Write_symbols_task): Add layout parameter.
15960 Change caller.
15961 * output.cc (Output_section_headers::Output_section_headers): Add
15962 shstrtab_section parameter. Change all callers.
15963 (Output_section_headers::do_sized_write): Store overflow values
15964 for section count and section string table section index in
15965 section header zero.
15966 (Output_file_header::do_sized_write): Check for overflow of
15967 section count and section string table section index.
15968 (Output_symtab_xindex::do_write): New function.
15969 (Output_symtab_xindex::endian_do_write): New function.
15970 * output.h (class Output_section_headers): Add shstrtab_section_.
15971 Update declarations.
15972 (class Output_symtab_xindex): Define.
15973 (Output_section::has_out_shndx): New function.
15974 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
15975 field.
15976 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
15977 Change all callers.
15978 (Sized_symbol::init): Likewise.
15979 (Symbol::output_section): Check for ordinary symbol.
15980 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
15981 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
15982 callers.
15983 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
15984 Change all callers. Simplify handling of symbols from sections
15985 not included in the link.
15986 (Symbol_table::add_from_dynobj): Handle ordinary symbol
15987 distinction.
15988 (Weak_alias_sorter::operator()): Assert that symbols are
15989 ordinary.
15990 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
15991 distinction.
15992 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
15993 parameters. Change all callers.
15994 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
15995 symbol distinction. Use SHN_XINDEX when needed.
15996 (Symbol_table::write_section_symbol): Add symtab_xindex
15997 parameter. Change all callers.
15998 (Symbol_table::sized_write_section_symbol): Likewise. Use
15999 SHN_XINDEX when needed.
16000 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
16001 declarations.
16002 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
16003 (Symbol::is_defined): Check is_ordinary.
16004 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
16005 (Symbol::is_absolute, Symbol::is_common): Likewise.
16006 (class Sized_symbol): Update declarations.
16007 (class Symbol_table): Update declarations.
16008 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
16009 parameters. Change all callers.
16010 (Sized_symbol::override): Likewise.
16011 (Symbol_table::override): Likewise.
16012 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
16013 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
16014 is_ordinary, and orig_st_shndx parameters. Change all callers.
16015 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
16016 to be in an ordinary section.
16017 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
16018 object and is_ordinary parameters. Change all callers.
16019 (Sized_dwarf_line_info::read_relocs): Add object parameter.
16020 Change all callers. Don't add undefined or non-ordinary symbols
16021 to reloc_map_.
16022 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
16023 Change all callers.
16024 * dwarf_reader.h (class Sized_dwarf_line_info): Update
16025 declarations.
16026 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
16027 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
16028 (Sized_relobj::relocate_sections): Likewise.
16029 * target-reloc.h (scan_relocs): Adjust section symbol index.
16030 (scan_relocatable_relocs): Likewise.
16031 * i386.cc (Scan::local): Check for ordinary symbols.
16032 * sparc.cc (Scan::local): Likewise.
16033 * x86_64.cc (Scan::local): Likewise.
16034 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
16035 to symbol_section_and_value.
16036 * testsuite/many_sections_test.cc: New file.
16037 * testsuite/Makefile.am (BUILT_SOURCES): Define.
16038 (check_PROGRAMS): Add many_sections_test.
16039 (many_sections_test_SOURCES): Define.
16040 (many_sections_test_DEPENDENCIES): Define.
16041 (many_sections_test_LDFLAGS): Define.
16042 (BUILT_SOURCES): Add many_sections_define.h.
16043 (many_sections_define.h): New target.
16044 (BUILT_SOURCES): Add many_sections_check.h.
16045 (many_sections_check.h): New target.
16046 (check_PROGRAMS): Add many_sections_r_test.
16047 (many_sections_r_test_SOURCES): Define.
16048 (many_sections_r_test_DEPENDENCIES): Define.
16049 (many_sections_r_test_LDFLAGS): Define.
16050 (many_sections_r_test_LDADD): Define.
16051 (many_sections_r_test.o): New target.
16052 * testsuite/Makefile.in: Rebuild.
16053
c5818ff1
CC
160542008-04-17 Cary Coutant <ccoutant@google.com>
16055
16056 * errors.cc (Errors::info): New function.
16057 (gold_info): New function.
16058 * errors.h (Errors::info): New function.
16059 * gold.h (gold_info): New function.
16060 * object.cc (Input_objects::add_object): Print trace output.
16061 * options.cc (options::parse_set): New function.
16062 (General_options::parse_wrap): Deleted.
16063 (General_options::General_options): Deleted initializer.
16064 * options.h (options::String_set): New typedef.
16065 (options::parse_set): New function.
16066 (DEFINE_set): New macro.
16067 (General_options::wrap): Changed to use DEFINE_set. Changed
16068 callers of any_wrap_symbols and is_wrap_symbol.
16069 (General_options::trace, General_options::trace_symbol):
16070 New options.
16071 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
16072 (General_options::wrap_symbols_): Deleted.
16073 * symtab.cc (Symbol_table::add_from_object): Print trace output.
16074
b5be4a7c
DM
160752008-04-17 David S. Miller <davem@davemloft.net>
16076
16077 * options.cc (General_options::parse_V): New function.
16078 * options.h: Add entries for -V and -Qy.
16079
155a0dd7
ILT
160802008-04-17 Ian Lance Taylor <iant@google.com>
16081
16082 * common.cc (Symbol_table::allocate_commons): Remove options
16083 parameter. Change caller.
16084 (Symbol_table::do_allocate_commons): Remove options parameter.
16085 Change caller. Just call do_allocate_commons_list twice.
16086 (Symbol_table::do_allocate_commons_list): New function, broken out
16087 of do_allocate_commons.
16088 * common.h (class Allocate_commons_task): Remove options_ field.
16089 Update constructor.
16090 * symtab.cc (Symbol_table::Symbol_table): Initialize
16091 tls_commons_.
16092 (Symbol_table::add_from_object): Put TLS common symbols on
16093 tls_commons_ list.
16094 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
16095 which are IN_OUTPUT_DATA.
16096 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
16097 allocate_commons and do_allocate_commons declarations. Declare
16098 do_allocate_commons_list.
16099 * gold.cc (queue_middle_tasks): Update creation of
16100 Allocate_commons_task to not pass options.
16101 * testsuite/Makefile.am (INCLUDES): Add -I.. .
16102 (TLS_TEST_C_FLAGS): New variable.
16103 (tls_test_c_pic.o): New target.
16104 (tls_test_shared.so): Link in tls_test_c_pic.o.
16105 (tls_test_c_pic_ie.o): New target.
16106 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
16107 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
16108 (tls_test_c.o): New target.
16109 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
16110 (tls_pic_test_LDADD): Likewise.
16111 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
16112 (tls_shared_gd_to_ie_test_LDADD): Likewise.
16113 (tls_test_c_gnu2.o): New target.
16114 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
16115 tls_test_c_gnu2.o.
16116 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
16117 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
16118 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
16119 * testsuite/tls_test.cc: Include "config.h".
16120 (t_last): Call t11_last.
16121 * testsuite/tls_test.h (t11, t11_last): Declare.
16122 * testsuite/tls_test_c.c: New file.
16123 * testsuite/tls_test_main.cc (thread_routine): Call t11.
16124 * configure.ac: Check for OpenMP support.
16125 * configure, config.in, Makefile.in: Rebuild.
16126 * testsuite/Makefile.in: Rebuild.
16127
edfbb029
CC
161282008-04-16 Cary Coutant <ccoutant@google.com>
16129
16130 * i386.cc (Target_i386::define_tls_base_symbol): New function.
16131 (Target_i386::tls_base_symbol_defined_): New field.
16132 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16133 (Target_i386::Scan::global): Likewise.
16134 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
16135 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
16136 (Target_x86_64::tls_base_symbol_defined_): New field.
16137 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16138 (Target_x86_64::Scan::global): Likewise.
16139
f3c69fca
CC
161402008-04-16 Cary Coutant <ccoutant@google.com>
16141
16142 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
16143 (Symbol::needs_plt_entry): Allow weak undefined symbols.
16144 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
16145 building shared libraries.
16146 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
16147 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
16148 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
16149 * testsuite/Makefile.in: Rebuild.
16150 * testsuite/weak_undef.h: New file.
16151 * testsuite/weak_undef_file1.cc: Add extra test cases.
16152 * testsuite/weak_undef_file2.cc: Likewise.
16153 * testsuite/weak_undef_test.cc: Likewise.
16154
7c414435
DM
161552008-04-16 David S. Miller <davem@davemloft.net>
16156
32b769e1
DM
16157 * sparc.cc (Target_sparc::Scan): Change from struct to class.
16158 Add issued_non_pic_error_ field. Declare check_non_pic.
16159 (Target_sparc::Scan::check_non_pic): New function.
16160 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
16161 (Target_sparc::Scan::global): Likewise.
16162
11936fb1
DM
16163 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
16164 * configure: Rebuild.
16165
7c414435
DM
16166 * options.h (DEFINE_enable): New macro.
16167 (new_dtags): New enable option.
16168 (initfirst, interpose, loadfltr, nodefaultlib,
16169 nodelete, nodlopen, nodump): New -z options.
16170 * layout.cc (Layout:finish_dynamic_section): If new
16171 dtags enabled, emit DT_RUNPATH. Also, emit a
16172 DT_FLAGS_1 containing any specified -z flags.
16173
85c7bf8b
ILT
161742008-04-16 Ian Lance Taylor <iant@google.com>
16175
12c0daef
ILT
16176 * copy-relocs.cc: New file.
16177 * copy-relocs.h: New file.
16178 * reloc.cc: Remove Copy_relocs code.
16179 * reloc.h: Likewise.
16180 * reloc-types.h (struct Reloc_types) [both versions]: Add
16181 get_reloc_addend_noerror.
16182 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
16183 variants of add_global which take an addend which must be zero.
16184 * i386.cc: Include "copy-relocs.h".
16185 (class Target_i386): Change type of copy_relocs_ to variable,
16186 update initializer.
16187 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
16188 Change all callers.
16189 (Target_i386::do_finalize_sections): Change handling of
16190 copy_relocs_.
16191 * sparc.cc: Include "copy-relocs.h".
16192 (class Target_sparc): Change type of copy_relocs_ to variable,
16193 update initializer.
16194 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
16195 Change all callers.
16196 (Target_sparc::do_finalize_sections): Change handling of
16197 copy_relocs_.
16198 * x86_64.cc: Include "copy-relocs.h".
16199 (class Target_x86_64): Change type of copy_relocs_ to variable,
16200 update initializer.
16201 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
16202 class. Change all callers.
16203 (Target_x86_64::do_finalize_sections): Change handling of
16204 copy_relocs_.
16205 * Makefile.am (CCFILES): Add copy-relocs.cc.
16206 (HFILES): Add copy-relocs.h.
16207
4f4995b6
ILT
16208 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
16209
85c7bf8b
ILT
16210 * testsuite/script_test_4.sh: Permit leading zeroes.
16211
4f2a9edd
ILT
162122008-04-15 Ian Lance Taylor <iant@google.com>
16213
e6188289
ILT
16214 * script-sections.cc (Script_sections::create_segments): Use
16215 header_size_adjustment even when there is enough room for the
16216 headers.
16217 * testsuite/script_test_4.sh: New file.
16218 * testsuite/script_test_4.t: New file.
16219 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
16220 (check_DATA): Add script_test_4.stdout.
16221 (MOSTLYCLEANFILES): Likewise.
16222 (script_test_4): New target.
16223 (script_test_4.stdout): New target.
16224 * testsuite/Makefile.in: Rebuild.
16225
4f2a9edd
ILT
16226 * sparc.cc: Add definitions for Output_data_plt_sparc class
16227 constants.
16228
f5314dd5
DM
162292008-04-14 David S. Miller <davem@davemloft.net>
16230
16231 * sparc.cc: New file.
16232 * Makefile.am (TARGETSOURCES): Add sparc.cc
16233 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
16234 * configure.tgt: Document targ_extra_size and
16235 targ_extra_big_endian. Add entries for sparc-* and
16236 sparc64-*.
16237 * configure.ac: Handle targ_extra_size and
16238 targ_extra_big_endian.
16239 * Makefile.in: Rebuild.
16240 * configure: Likewise.
16241 * po/POTFILES.in: Likewise.
16242 * po/gold.pot: Likewise.
16243
154e0e9a
ILT
162442008-04-14 Ian Lance Taylor <iant@google.com>
16245
16246 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
16247 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
16248 in the name/type/flags to section mapping. Don't call
16249 allocate_output_section.
16250 (Layout::choose_output_section): Change parameter from adjust_name
16251 to is_input_section. Don't permit input sections after sections
16252 are attached to segments. Don't call allocate_output_section.
16253 (Layout::layout_eh_frame): Call update_flags_for_input_section,
16254 not write_enable_output_section.
16255 (Layout::make_output_section): Don't push to
16256 unattached_section_list_ nor call attach_to_segment. Call
16257 attach_section_to_segment if sections are attached.
16258 (Layout::attach_sections_to_segments): New function.
16259 (Layout::attach_section_to_segment): New function.
16260 (Layout::attach_allocated_section_to_segment): Rename from
16261 attach_to_segment. Remove flags parameter.
16262 (Layout::allocate_output_section): Remove function.
16263 (Layout::write_enable_output_section): Remove function.
16264 * layout.h (class Layout): Update for above changes. Add new
16265 field sections_are_attached_.
16266 * output.h (Output_section::update_flags_for_input_section): New
16267 function.
16268 * output.cc (Output_section::add_input_section): Call
16269 update_flags_for_input_section.
16270 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
16271
009a67a2
CC
162722008-04-11 Cary Coutant <ccoutant@google.com>
16273
16274 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
16275 thought unnecessary.
16276 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
16277
759b1a24
ILT
162782008-04-11 Ian Lance Taylor <iant@google.com>
16279
16280 * output.h (class Output_section_data): Remove inline definition
16281 of set_addralign.
16282 * output.cc (Output_section_data::set_addralign): New function.
16283
c2b45e22
CC
162842008-04-11 Cary Coutant <ccoutant@google.com>
16285
16286 Add support for TLS descriptors for i386 and x86_64.
16287 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
16288 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
16289 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
16290 GOT_TYPE_TLS_DESC.
16291 (Target_i386::got_mod_index_entry): Remove unnecessary code.
16292 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
16293 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
16294 relocations.
16295 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
16296 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
16297 Fix problem with initial-exec relocations.
16298 (Target_i386::Relocate::relocate_tls): Likewise.
16299 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
16300 relaxation.
16301 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
16302 support for section-plus-offset dynamic table entries.
16303 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
16304 (Output_data_dynamic::Dynamic_entry): Add support for
16305 section-plus-offset dynamic table entries.
16306 (Output_data_dynamic::Classification): Likewise.
16307 (Output_data_dynamic::classification_): Renamed offset_.
16308 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
16309 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
16310 (Target_x86_64::make_plt_section): New function.
16311 (Target_x86_64::reserve_tlsdesc_entries): New function.
16312 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
16313 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
16314 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
16315 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
16316 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
16317 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
16318 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
16319 add extra PLT entry for TLS descriptors.
16320 (Output_data_plt_x86_64::got_): New field.
16321 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
16322 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
16323 fields.
16324 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
16325 descriptors.
16326 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
16327 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
16328 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
16329 R_386_TLS_DESC_CALL relocations.
16330 (Target_x86_64::Scan::global): Likewise.
16331 (Target_x86_64::do_finalize_sections): Add dynamic table entries
16332 for TLS descriptors.
16333 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
16334 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
16335 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
16336 GD-to-IE relaxation.
16337 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
16338 and TLS_DESCRIPTORS.
16339 * Makefile.in: Rebuild.
16340 * configure: Rebuild.
16341 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
16342 (tls_test_shared2.so): New target.
16343 (tls_shared_gd_to_ie_test_SOURCES): New variable.
16344 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
16345 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
16346 (tls_shared_gd_to_ie_test_LDADD): New variable.
16347 (tls_shared_gnu2_gd_to_ie_test): New target.
16348 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
16349 New targets.
16350 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
16351 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
16352 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
16353 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
16354 (tls_shared_gnu2_test): New target.
16355 (tls_test_gnu2_shared.so): New target.
16356 (tls_shared_gnu2_test_SOURCES): New variable.
16357 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
16358 (tls_shared_gnu2_test_LDFLAGS): New variable.
16359 (tls_shared_gnu2_test_LDADD): New variable.
16360 * testsuite/Makefile.in: Rebuild.
16361 * testsuite/Makefile.
16362
83bfb6b7
ILT
163632008-04-11 Ian Lance Taylor <iant@google.com>
16364
16365 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
16366 justsyms.t.
16367 * testsuite/Makefile.in: Rebuild.
16368
16369 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
16370 long.
16371 * testsuite/script_test_2.cc (main): Adjust test.
16372
706e1f5e
ILT
163732008-04-11 David S. Miller <davem@davemloft.net>
16374 Ian Lance Taylor <iant@google.com>
16375
16376 * options.h (General_options): Add entries for '-Y' and
16377 '-relax'.
16378 * options.cc (General_options:finalize): If -Y was used, add those
16379 entries to the library path instead of the default "/lib" and
16380 "/usr/lib".
16381
7c98e6bb
DM
163822008-04-11 David S. Miller <davem@davemloft.net>
16383
16384 * testsuite/justsyms.t: Start at 0x100.
16385 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
16386 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
16387 long.
16388 * testsuite/script_test_2.cc: Adjust string and section length
16389 checks.
7c98e6bb 16390
99a37bfd
ILT
163912008-04-09 Ian Lance Taylor <iant@google.com>
16392
2cefc357
ILT
16393 PR gold/5996
16394 * script-sections.cc (Sections_element::allocate_to_segment): Add
16395 orphan parameter.
16396 (Output_section_definition::allocate_to_segment): Likewise.
16397 (Orphan_output_section::allocate_to_segment): Likewise.
16398 (Script_sections::attach_sections_using_phdrs_clause): Don't
16399 propagate non-PT_LOAD segments to orphan sections.
16400 * testsuite/Makefile.am (script_test_3.stdout): Generate using
16401 readelf rather than objdump.
16402 * testsuite/script_test_3.sh: Adjust accordingly. Test that
16403 .interp section and PT_INTERP segment are the same size.
16404 * testsuite/Makefile.in: Rebuild.
16405
99a37bfd
ILT
16406 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
16407 aliases for symbols defined in the same object.
16408 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
16409 (weak_alias_test_SOURCES): New variable.
16410 (weak_alias_test_DEPENDENCIES): New variable.
16411 (weak_alias_test_LDFLAGS): New variable.
16412 (weak_alias_test_LDADD): New variable.
16413 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
16414 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
16415 (weak_alias_test_3.o): New target.
16416 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
16417 * testsuite/weak_alias_test_main.cc: New file.
16418 * testsuite/weak_alias_test_1.cc: New file.
16419 * testsuite/weak_alias_test_2.cc: New file.
16420 * testsuite/weak_alias_test_3.cc: New file.
16421
780e49c5
ILT
164222008-04-08 Ian Lance Taylor <iant@google.com>
16423
cdb0b8f5
ILT
16424 * options.h (class General_options): Add --noinhibit-exec option.
16425 * main.cc (main): Check --noinhibit-exec.
16426
0864d551
ILT
16427 * options.h (class General_options): Define --wrap as a special
16428 option. Add wrap_symbols_ field.
16429 (General_options::any_wrap_symbols): New function.
16430 (General_options::is_wrap_symbol): New function.
16431 * options.cc (General_options::parse_wrap): New function.
16432 (General_options::General_options): Initialize wrap_symbols_.
16433 * symtab.cc (Symbol_table::wrap_symbol): New function.
16434 (Symbol_table::add_from_object): Handle --wrap.
16435 * symtab.h (class Symbol_table): Declare wrap_symbol.
16436 * target.h (Target::wrap_char): New function.
16437 (Target::Target_info): Add wrap_char field.
16438 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
16439 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
16440 * testsuite/testfile.cc (Target_test::test_target_info):
16441 Likewise.
16442
789aa6de
ILT
16443 * errors.cc (Errors::undefined_symbol): Mention symbol version if
16444 there is one.
16445
2c38906f
ILT
16446 * layout.h (class Layout): Add added_eh_frame_data_ field.
16447 * layout.cc (Layout::Layout): Initialize new field.
16448 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
16449 output section until we find a section we merged successfully.
16450 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
16451 that the size be non-zero.
16452
780e49c5
ILT
16453 * merge.cc (Object_merge_map::get_output_offset): Remove inline
16454 qualifier.
16455
7fcd0256
ILT
164562008-04-08 Craig Silverstein <csilvers@google.com>
16457
16458 * configure.ac: Export new conditional variable HAVE_ZLIB.
16459 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
16460 on HAVE_ZLIB.
16461 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
16462 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16463
6835af53
ILT
164642008-04-07 Ian Lance Taylor <iant@google.com>
16465
e24f324c
ILT
16466 * version.cc (version_string): Set to "1.5".
16467
a036edd8
ILT
16468 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
16469 Add issued_non_pic_error_ field. Declare check_non_pic.
16470 (Target_x86_64::Scan::check_non_pic): New function.
16471 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
16472 (Target_x86_64::Scan::global): Likewise.
16473
624f8810
ILT
16474 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
16475 addend parameter. Change caller. Handle merge sections.
16476 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
16477 Address to Addend. Don't add in the result of
16478 local_section_offset, pass down the addend and use the returned
16479 value.
16480 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
16481 Update declarations of local_section_offset and symbol_value.
16482 * testsuite/two_file_test_1.cc (t18): New function.
16483 * testsuite/two_file_test_2.cc (f18): New function.
16484 * testsuite/two_file_test_main.cc (main): Call t18.
16485 * testsuite/two_file_test.h (t18, f18): Declare.
16486
6835af53
ILT
16487 * configure.ac: Don't test for objdump, c++filt, or readelf.
16488 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
16489 conditionals.
16490 (TEST_READELF): New variable.
16491 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
16492 (check_PROGRAMS): Add two_file_strip_test.
16493 (two_file_strip_test): New target.
16494 (check_PROGRAMS): Add two_file_same_shared_strip_test.
16495 (two_file_same_shared_strip_test_SOURCES): New variable.
16496 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
16497 (two_file_same_shared_strip_test_LDFLAGS): New variable.
16498 (two_file_same_shared_strip_test_LDADD): New variable.
16499 (two_file_shared_strip.so): New target.
16500 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
16501 (ver_test_5.syms, ver_test_7.syms): Likewise.
16502 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
16503 (strip_test_3.stdout): Use TEST_OBJDUMP.
16504 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16505
86925eef
CC
165062008-04-04 Cary Coutant <ccoutant@google.com>
16507
16508 * symtab.h (Symbol::is_weak_undefined): New function.
16509 (Symbol::is_strong_undefined): New function.
16510 (Symbol::is_absolute): New function.
16511 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
16512 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
16513 absolute symbols.
16514 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
16515 (weak_undef_test): New target.
16516 * testsuite/Makefile.in: Rebuild.
16517 * testsuite/weak_undef_file1.cc: New file.
16518 * testsuite/weak_undef_file2.cc: New file.
16519 * testsuite/weak_undef_test.cc: New file.
16520
126f3ece
ILT
165212008-04-03 Craig Silverstein <csilvers@google.com>
16522
16523 * compressed_output.h (class Output_compressed_section): Use
16524 unsigned buffer.
16525 * compressed_output.cc (zlib_compress): Use unsigned buffers,
16526 add zlib header.
16527 (zlib_compressed_suffix): Removed.
16528 (Output_compressed_section::set_final_data_size): Use unsigned
16529 buffers.
16530 * testsuite/Makefile.am (flagstest_compress_debug_sections):
16531 Fix linker invocation.
16532 (flagstest_o_specialfile_and_compress_debug_sections):
16533 Likewise.
16534 * testsuite/Makefile.in: Regenerated.
16535
deae2a14
DM
165362008-04-02 David S. Miller <davem@davemloft.net>
16537
16538 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
16539 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
16540
70752818
ILT
165412008-04-02 Craig Silverstein <csilvers@google.com>
16542
16543 * TODO: New file.
16544
39d0cb0e
ILT
165452008-04-02 Ian Lance Taylor <iant@google.com>
16546
16547 * fileread.cc (File_read::find_view): Add byteshift and vshifted
16548 parameters. Update for new key type to views_. Change all
16549 callers.
16550 (File_read::read): Adjust for byteshift in returned view.
16551 (File_read::add_view): New function, broken out of
16552 find_and_make_view.
16553 (File_read::make_view): New function, broken out of
16554 find_and_make_view.
16555 (File_read::find_or_make_view): Add offset and aligned
16556 parameters. Rewrite accordingly. Change all callers.
16557 (File_read::get_view): Add offset and aligned parameters. Adjust
16558 for byteshift in return value.
16559 (File_read::get_lasting_view): Likewise.
16560 * fileread.h (class File_read): Update declarations.
16561 (class File_read::View): Add byteshift_ field. Add byteshift to
16562 constructor. Add byteshift method.
16563 * archive.h (Archive::clear_uncached_views): New function.
16564 (Archive::get_view): Add aligned parameter. Change all callers.
16565 * object.h (Object::get_view): Add aligned parameter. Change all
16566 callers.
16567 (Object::get_lasting_view): Likewise.
16568
16569 * fileread.cc (File_read::release): Don't call clear_views if
16570 there are multiple objects.
16571 * fileread.h (File_read::clear_uncached_views): New function.
16572 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
16573 on the archive.
16574
a1207466
CC
165752008-03-31 Cary Coutant <ccoutant@google.com>
16576
16577 Add thin archive support.
16578 * archive.cc (Archive::armagt): New const.
16579 (Archive::setup): Remove task parameter and calls to unlock.
16580 (Archive::unlock_nested_archives): New function.
16581 (Archive::read_header): Add nested_off parameter. Change
16582 all callers.
16583 (Archive::interpret_header): Likewise.
16584 (Archive::include_all_members): Change to handle thin
16585 archives.
16586 (Archive::include_member): Likewise.
16587 * archive.h (Archive::Archive): Add new parameters and
16588 initializers.
16589 (Archive::armagt): New const.
16590 (Archive::setup): Remove task parameter.
16591 (Archive::unlock_nested_archives): New function.
16592 (Archive::read_header): Add nested_off parameter.
16593 (Archive::interpret_header): Likewise.
16594 (Archive::Nested_archive_table): New typedef.
16595 (Archive::is_thin_archive_): New field.
16596 (Archive::nested_archives_): New field.
16597 (Archive::options_): New field.
16598 (Archive::dirpath_): New field.
16599 (Archive::task_): New field.
16600 * readsyms.cc (Read_symbols::do_read_symbols): Add check
16601 for thin archives. Pass additional parameters to
16602 Archive::Archive. Unlock the archive file after calling
16603 Archive::setup.
cd536b21 16604
479f6503
ILT
166052008-03-29 Ian Lance Taylor <iant@google.com>
16606
686c8caf
ILT
16607 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
16608 version symbol to be local.
16609 * testsuite/ver_test_4.sh: New file.
16610 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
16611 (check_DATA): Add ver_test_4.syms.
16612 (ver_test_4.syms): New target.
16613 * testsuite/Makefile.in: Rebuild.
16614
ab794b6b
ILT
16615 * output.cc
16616 (Output_section::Input_section_sort_entry::has_priority): New
16617 function.
16618 (Output_section::Input_section_sort_entry::match_file_name): New
16619 function.
16620 (Output_section::Input_section_sort_entry::match_section_name):
16621 Remove.
16622 (Output_section::Input_section_sort_entry::match_section_name_prefix):
16623 Remove.
16624 (Output_section::Input_section_sort_entry::match_section_file):
16625 Remove.
16626 (Output_section::Input_section_sort_compare::operator()): Rewrite
16627 using new Input_section_sort_entry functions. Sort crtbegin and
16628 crtend first. Sort sections with no priority before sections with
16629 a priority.
16630 * testsuite/initpri1.c (d3): Check j != 4.
16631 (cd5): New constructor/destructor function.
16632 (main): Check j != 2.
16633
479f6503
ILT
16634 * symtab.cc (Symbol_table::add_from_object): If we don't use the
16635 new symbol when resolving, don't call set_is_default.
16636 * testsuite/ver_test_7.cc: New file.
16637 * testsuite/ver_test_7.sh: New file.
16638 * testsuite/Makefile.am (ver_test_7.so): New target.
16639 (ver_test_7.o): New target.
16640 (check_SCRIPTS): Add ver_test_7.sh.
16641 (check_DATA): Add ver_test_7.syms.
16642 (ver_test_7.syms): New target.
16643
2fd32231
ILT
166442008-03-28 Ian Lance Taylor <iant@google.com>
16645
16646 * layout.cc (Layout::layout): If we see an input section with a
16647 name that needs sorting, set the must_sort flag for the output
16648 section.
16649 (Layout::make_output_section): If the name of the output section
16650 indicates that it might require sorting, set the may_sort flag.
16651 * output.h (Output_section::may_sort_attached_input_sections): New
16652 function.
16653 (Output_section::set_may_sort_attached_input_sections): New
16654 function.
16655 (Output_section::must_sort_attached_input_sections): New
16656 function.
16657 (Output_section::set_must_sort_attached_input_sections): New
16658 function.
16659 (class Output_section): Declare Input_section_sort_entry. Define
16660 Input_section_sort_compare. Declare
16661 sort_attached_input_sections. Add new fields:
16662 may_sort_attached_input_sections_,
16663 must_sort_attached_input_sections_,
16664 attached_input_sections_are_sorted_.
16665 * output.cc (Output_section::Output_section): Initialize new
16666 fields.
16667 (Output_section::add_input_section): Add an entry to
16668 input_sections_ if may_sort or must_sort are true.
16669 (Output_section::set_final_data_size): Call
16670 sort_attached_input_sections if necessary.
16671 (Output_section::Input_section_sort_entry): Define new class.
16672 (Output_section::Input_section_sort_compare::operator()): New
16673 function.
16674 (Output_section::sort_attached_input_sections): New function.
16675 * configure.ac: Check whether the compiler supports constructor
16676 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
16677 * testsuite/initpri1.c: New file.
16678 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
16679 CONSTRUCTOR_PRIORITY.
16680 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
16681 (initpri1_LDFLAGS): New variable.
16682 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16683
18e6b24e
ILT
166842008-03-27 Ian Lance Taylor <iant@google.com>
16685
49bdd526
ILT
16686 * common.cc (Sort_commons::operator): Correct sorting algorithm.
16687 * testsuite/common_test_1.c: New file.
16688 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
16689 (common_test_1_SOURCES): New variable.
16690 (common_test_1_DEPENDENCIES): New variable.
16691 (common_test_1_LDFLAGS): New variable.
16692
18e6b24e
ILT
16693 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
16694 and commons_ correctly when NAME/VERSION does not override
16695 NAME/NULL.
16696 * testsuite/ver_test_6.c: New file.
16697 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
16698 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
16699 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
16700
04bf7072
ILT
167012008-03-26 Ian Lance Taylor <iant@google.com>
16702
5871526f
ILT
16703 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
16704 of an undefined symbol from a version script.
16705 * testsuite/Makefile.am (ver_test_5.so): New target.
16706 (ver_test_5.o): New target.
16707 (check_SCRIPTS): Add ver_test_5.sh.
16708 (check_DATA): Add ver_test_5.syms.
16709 (ver_test_5.syms): New target.
16710 * testsuite/ver_test_5.cc: New file.
16711 * testsuite/ver_test_5.script: New file.
16712 * testsuite/ver_test_5.sh: New file.
16713 * Makefile.in, testsuite/Makefile.in: Rebuild.
16714
04bf7072
ILT
16715 PR gold/5986
16716 Fix problems building gold with gcc 4.3.0.
16717 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
16718 (gold_error_at_location, gold_warning_at_location): Use it.
16719 * configure.ac: Check whether we can compile and use a template
16720 function with a printf attribute.
16721 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
16722 when jumping over bytes.
16723 * object.cc: Instantiate Object::read_section_data.
16724 * debug.h: Include <cstring>
16725 * dwarf_reader.cc: Include <algorithm>
16726 * main.cc: Include <cstring>.
16727 * options.cc: Include <cstring>.
16728 * output.cc: Include <cstring>.
16729 * script.cc: Include <cstring>.
16730 * script.h: Include <string>.
16731 * symtab.cc: Include <cstring> and <algorithm>.
16732 * target-select.cc: Include <cstring>.
16733 * version.cc: Include <string>.
16734 * testsuite/testmain.cc: Include <cstdlib>.
16735 * configure, config.in: Rebuild.
16736
874c5b28
ILT
167372008-03-25 Ian Lance Taylor <iant@google.com>
16738
819d6c3a
ILT
16739 * options.cc: Include "../bfd/bfdver.h".
16740 (options::help): Print bug reporting address.
16741
f4b2c6f5
ILT
16742 * version.cc (print_version): Adjust output for current value of
16743 BFD_VERSION_STRING.
16744
16745 * NEWS: New file.
16746
e96caa79
ILT
16747 * options.cc (options::help): Print list of supported targets.
16748 * target-select.h: Include <vector>.
16749 (class Target_selector): Make machine_, size_, and is_big_endian_
16750 fields const. Add bfd_name_ and instantiated_target_ fields.
16751 (Target_selector::Target_selector): Add bfd_name parameter.
16752 (Target_selector::recognize): Make non-virtual, call
16753 do_recognize.
16754 (Target_selector::recognize_by_name): Make non-virtual, call
16755 do_recognize_by_name.
16756 (Target_selector::supported_names): New function.
16757 (Target_selector::bfd_name): New function.
16758 (Target_selector::do_instantiate_target): New pure virtual
16759 function.
16760 (Target_selector::do_recognize): New virtual function.
16761 (Target_selector::do_recognize_by_name): New virtual function.
16762 (Target_selector::instantiate_target): New private function.
16763 (supported_target_names): Declare.
16764 * target-select.cc (Target_selector::Target_selector): Update for
16765 new parameter and fields.
16766 (select_target_by_name): Check that the name matches before
16767 calling recognize_by_name.
16768 (supported_target_names): New function.
16769 * i386.cc (class Target_selector_i386): Update Target_selector
16770 constructor call. Remove recognize and recognize_by_name. Add
16771 do_instantiate_target.
16772 * x86_64.cc (class Target_selector_x86_64): Likewise.
16773 * testsuite/testfile.cc (class Target_selector_test): Update for
16774 changes to Target_selector.
16775
874c5b28
ILT
16776 * README: Rewrite, with some notes on unsupported features.
16777
0a65a3a7
CC
167782008-03-24 Cary Coutant <ccoutant@google.com>
16779
16780 * i386.cc (Target_i386::Got_type): New enum declaration.
16781 (Target_i386::Scan::local): Updated callers of Output_data_got
16782 member functions.
16783 (Target_i386::Scan::global): Likewise.
16784 (Target_i386::Relocate::relocate): Likewise.
16785 (Target_i386::Relocate::relocate_tls): Likewise.
16786 * object.h (Got_offset_list): New class.
16787 (Sized_relobj::local_has_got_offset): Added got_type parameter.
16788 (Sized_relobj::local_got_offset): Likewise.
16789 (Sized_relobj::set_local_got_offset): Likewise.
16790 (Sized_relobj::local_has_tls_got_offset): Removed.
16791 (Sized_relobj::local_tls_got_offset): Removed.
16792 (Sized_relobj::set_local_tls_got_offset): Removed.
16793 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
16794 * output.cc (Output_data_got::add_global): Added got_type parameter.
16795 (Output_data_got::add_global_with_rel): Likewise.
16796 (Output_data_got::add_global_with_rela): Likewise.
16797 (Output_data_got::add_global_pair_with_rel): New function.
16798 (Output_data_got::add_global_pair_with_rela): New function.
16799 (Output_data_got::add_local): Added got_type parameter.
16800 (Output_data_got::add_local_with_rel): Likewise.
16801 (Output_data_got::add_local_with_rela): Likewise.
16802 (Output_data_got::add_local_pair_with_rel): New function.
16803 (Output_data_got::add_local_pair_with_rela): New function.
16804 (Output_data_got::add_global_tls): Removed.
16805 (Output_data_got::add_global_tls_with_rel): Removed.
16806 (Output_data_got::add_global_tls_with_rela): Removed.
16807 (Output_data_got::add_local_tls): Removed.
16808 (Output_data_got::add_local_tls_with_rel): Removed.
16809 (Output_data_got::add_local_tls_with_rela): Removed.
16810 * output.h (Output_data_got::add_global): Added got_type parameter.
16811 (Output_data_got::add_global_with_rel): Likewise.
16812 (Output_data_got::add_global_with_rela): Likewise.
16813 (Output_data_got::add_global_pair_with_rel): New function.
16814 (Output_data_got::add_global_pair_with_rela): New function.
16815 (Output_data_got::add_local): Added got_type parameter.
16816 (Output_data_got::add_local_with_rel): Likewise.
16817 (Output_data_got::add_local_with_rela): Likewise.
16818 (Output_data_got::add_local_pair_with_rel): New function.
16819 (Output_data_got::add_local_pair_with_rela): New function.
16820 (Output_data_got::add_global_tls): Removed.
16821 (Output_data_got::add_global_tls_with_rel): Removed.
16822 (Output_data_got::add_global_tls_with_rela): Removed.
16823 (Output_data_got::add_local_tls): Removed.
16824 (Output_data_got::add_local_tls_with_rel): Removed.
16825 (Output_data_got::add_local_tls_with_rela): Removed.
16826 * resolve.cc (Symbol::override_base_with_special): Removed
16827 reference to has_got_offset_ field.
16828 * symtab.cc (Symbol::init_fields): Replaced initialization
16829 of got_offset_ with got_offsets_. Removed initialization
16830 of has_got_offset_
53fcba31 16831 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
16832 (Symbol::got_offset): Likewise.
16833 (Symbol::set_got_offset): Likewise.
16834 (Symbol::has_tls_got_offset): Removed.
16835 (Symbol::tls_got_offset): Removed.
16836 (Symbol::set_tls_got_offset): Removed.
16837 (Symbol::got_offset_): Removed.
16838 (Symbol::tls_mod_got_offset_): Removed.
16839 (Symbol::tls_pair_got_offset_): Removed.
16840 (Symbol::got_offsets_): New field.
16841 (Symbol::has_got_offset): Removed.
16842 (Symbol::has_tls_mod_got_offset): Removed.
16843 (Symbol::has_tls_pair_got_offset): Removed.
16844 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
16845 (Target_x86_64::Scan::local): Updated callers of Output_data_got
16846 member functions.
16847 (Target_x86_64::Scan::global): Likewise.
16848 (Target_x86_64::Relocate::relocate): Likewise.
16849 (Target_x86_64::Relocate::relocate_tls): Likewise.
16850
bd52eafb
BE
168512008-03-25 Ben Elliston <bje@au.ibm.com>
16852
16853 * yyscript.y: Fix spelling error in comment.
16854
8b105e34
ILT
168552008-03-24 Ian Lance Taylor <iant@google.com>
16856
8ed814a9
ILT
16857 * options.h (class General_options): Define build_id option.
16858 * layout.h (class Layout): Declare write_build_id, create_note,
16859 create_build_id. Add build_id_note_ member.
16860 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
16861 "libiberty.h", "md5.h", "sha1.h".
16862 (Layout::Layout): Initialize eh_frame_data_,
16863 eh_frame_hdr_section_, and build_id_note_.
16864 (Layout::finalize): Call create_build_id.
16865 (Layout::create_note): New function, broken out of
16866 Layout::create_gold_note.
16867 (Layout::create_gold_note): Call create_note.
16868 (Layout::create_build_id): New function.
16869 (Layout::write_build_id): New function.
16870 (Close_task_runner::run): Call write_build_id.
16871
8b105e34
ILT
16872 * x86_64.cc: Correct license to GPLv3.
16873
086a1841
ILT
168742008-03-23 Ian Lance Taylor <iant@google.com>
16875
16876 * options.cc: Include "demangle.h".
16877 (parse_optional_string): New function.
16878 (parse_long_option): Handle takes_optional_argument.
16879 (parse_short_option): Update dash_z initializer. Handle
16880 takes_optional_argument.
16881 (General_options::General_options): Initialize do_demangle_.
16882 (General_options::finalize): Set do_demangle_. Handle demangling
16883 style.
16884 * options.h (parse_optional_string): Declare.
16885 (struct One_option): Add optional_arg field. Update constructor.
16886 Update call constructor calls. Add takes_optional_argument
16887 function.
16888 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
16889 (DEFINE_optional_string): Define.
16890 (General_options::demangle): Change from DEFINE_bool to
16891 DEFINE_optional_string.
16892 (General_options::no_demangle): New function.
16893 (General_options::do_demangle): New function.
16894 (General_options::set_do_demangle): New function.
16895 (General_options::execstack_status_): Move definition to end of
16896 class definition.
16897 (General_options::static_): Likewise.
16898 (General_options::do_demangle_): New field.
16899 * object.cc (big_endian>::get_symbol_location_info): Call
16900 Options::do_demangle, not Options::demangle.
16901 * symtab.cc (demangle): Likewise.
16902
cbb93e63
ILT
169032008-03-22 Ian Lance Taylor <iant@google.com>
16904
16905 * gold.h: Include <cstddef> and <sys/types.h>
16906 * options.h: Include <cstring>.
16907
ec531623
ILT
169082008-03-21 Ian Lance Taylor <iant@google.com>
16909
16910 * Added source code to GNU binutils.
752937aa 16911\f
b90efa5b 16912Copyright (C) 2008-2015 Free Software Foundation, Inc.
752937aa
NC
16913
16914Copying and distribution of this file, with or without modification,
16915are permitted in any medium without royalty provided the copyright
16916notice and this notice are preserved.
16917
16918Local Variables:
16919mode: change-log
16920left-margin: 8
16921fill-column: 74
16922version-control: never
16923End:
This page took 1.136052 seconds and 4 git commands to generate.