* testsuite/odr_violation2.cc (Ordering::operator()): Make
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
9c16daf1
ILT
12011-07-08 Ian Lance Taylor <iant@google.com>
2
3 * testsuite/odr_violation2.cc (Ordering::operator()): Make
4 expression more complex.
5
191f1a2d
ILT
62011-07-08 Ian Lance Taylor <iant@google.com>
7
8 PR gold/11317
9 * target-reloc.h (issue_undefined_symbol_error): New inline
10 function, broken out of relocate_section.
11 (relocate_section): Call issue_undefined_symbol_error.
12 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
13 there is no TLS segment if we are about to issue an undefined
14 symbol error.
15 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
16
62855347
ILT
172011-07-08 Ian Lance Taylor <iant@google.com>
18
19 PR gold/12279
20 * resolve.cc (Symbol_table::should_override): Add fromtype
21 parameter. Change all callers. Give error when linking together
22 TLS and non-TLS symbol.
23 (Symbol_table::should_override_with_special): Add fromtype
24 parameter. Change all callers.
25 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
26 there is no TLS segment if we have reported some errors.
27 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
28
67181c72
ILT
292011-07-08 Ian Lance Taylor <iant@google.com>
30
31 PR gold/12372
32 * target.h (Target::plt_address_for_global): New function.
33 (Target::plt_address_for_local): New function.
34 (Target::plt_section_for_global): Remove.
35 (Target::plt_section_for_local): Remove.
36 (Target::do_plt_address_for_global): New virtual function.
37 (Target::do_plt_address_for_local): New virtual function.
38 (Target::do_plt_section_for_global): Remove.
39 (Target::do_plt_section_for_local): Remove.
40 (Target::register_global_plt_entry): Add Symbol_table and Layout
41 parameters.
42 * output.cc (Output_data_got::Got_entry::write): Use
43 plt_address_for_global and plt_address_for_local.
44 * layout.cc (Layout::add_target_dynamic_tags): Use size and
45 address of output section.
46 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
47 got_irelative_, and irelative_count_ fields. Update
48 declarations.
49 (Output_data_plt_i386::has_irelative_section): New function.
50 (Output_data_plt_i386::entry_count): Add irelative_count_.
51 (Output_data_plt_i386::set_final_data_size): Likewise.
52 (class Target_i386): Add got_irelative_ and rel_irelative_
53 fields. Update declarations.
54 (Target_i386::Target_i386): Initialize new fields.
55 (Target_i386::do_plt_address_for_global): New function replacing
56 do_plt_section_for_global.
57 (Target_i386::do_plt_address_for_local): New function replacing
58 do_plt_section_for_local.
59 (Target_i386::got_section): Create got_irelative_.
60 (Target_i386::rel_irelative_section): New function.
61 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
62 fields. Don't define __rel_iplt_{start,end}.
63 (Output_data_plt_i386::add_entry): Add symtab and layout
64 parameters. Change all callers. Use different PLT and GOT for
65 IFUNC symbols.
66 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
67 layout parameters. Change all callers. Use different PLT and
68 GOT.
69 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
70 (Output_data_plt_i386::rel_irelative): New function.
71 (Output_data_plt_i386::address_for_global): New function.
72 (Output_data_plt_i386::address_for_local): New function.
73 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
74 IRELATIVE GOT when changing IFUNC GOT entries.
75 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
76 reloc.
77 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
78 if we didn't create an IRELATIVE GOT.
79 (Target_i386::Relocate::relocate): Use plt_address_for_global and
80 plt_address_for_local.
81 (Target_i386::do_dynsym_value): Use plt_address_for_global.
82 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
83 got_irelative_, and irelative_count_ fields. Update
84 declarations.
85 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
86 Initialize new fields. Remove symtab parameter. Change all
87 callers.
88 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
89 irelative_count_.
90 (Output_data_plt_x86_64::has_irelative_section): New function.
91 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
92 (class Target_x86_64): Add got_irelative_ and rel_irelative_
93 fields. Update declarations.
94 (Target_x86_64::Target_x86_64): Initialize new fields.
95 (Target_x86_64::do_plt_address_for_global): New function replacing
96 do_plt_section_for_global.
97 (Target_x86_64::do_plt_address_for_local): New function replacing
98 do_plt_section_for_local.
99 (Target_x86_64::got_section): Create got_irelative_.
100 (Target_x86_64::rela_irelative_section): New function.
101 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
102 all callers. Don't create __rel_iplt_{start,end}.
103 (Output_data_plt_x86_64::add_entry): Add symtab and layout
104 parameters. Change all callers. Use different PLT and GOT for
105 IFUNC symbols.
106 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
107 layout parameters. Change all callers. Use different PLT and
108 GOT.
109 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
110 parameters. Change all callers. Use different PLT and GOT for
111 IFUNC symbols.
112 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
113 (Output_data_plt_x86_64::rela_irelative): New function.
114 (Output_data_plt_x86_64::address_for_global): New function.
115 (Output_data_plt_x86_64::address_for_local): New function.
116 (Output_data_plt_x86_64::set_final_data_size): Likewise.
117 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
118 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
119 (Target_x86_64::register_global_plt_entry): Add symtab and layout
120 parameters.
121 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
122 reloc.
123 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
124 symbols if we didn't create an IRELATIVE GOT.
125 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
126 plt_address_for_local.
127 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
128 * testsuite/ifuncvar1.c: New test file.
129 * testsuite/ifuncvar2.c: New test file.
130 * testsuite/ifuncvar3.c: New test file.
131 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
132 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
133 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
134 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
135 * testsuite/Makefile.in: Rebuild.
136
33c15b45
CC
1372011-07-07 Cary Coutant <ccoutant@google.com>
138
139 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
140 (two_file_test_1_ndebug.o): Likewise.
141 (two_file_test_1b_ndebug.o): Likewise.
142 (two_file_test_2_ndebug.o): Likewise.
143 (two_file_test_main_ndebug.o): Likewise.
144 (incremental_test_2): Link with no-debug versions.
145
f48b5fb7
CC
1462011-07-06 Cary Coutant <ccoutant@google.com>
147
148 * gold/incremental.cc
149 (Output_section_incremental_inputs::write_info_blocks): Check for
150 hidden and internal symbols.
151
221597a5
CC
1522011-07-06 Cary Coutant <ccoutant@google.com>
153
154 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
155 Check disposition for startup file.
156 (Incremental_inputs::report_command_line): Ignore
157 --incremental-startup-unchanged option.
158 * options.cc (General_options::parse_incremental_startup_unchanged):
159 New function.
160 (General_options::General_options): Initialize new data member.
161 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
162 (General_options): Add --incremental-startup-unchanged option.
163 (General_options::incremental_startup_disposition): New function.
164 (General_options::incremental_startup_disposition_): New data member.
165
e24719f6
CC
1662011-07-06 Cary Coutant <ccoutant@google.com>
167
168 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
169 input file index to Script_info ctor.
170 (Sized_incremental_binary::do_file_has_changed): Find the
171 command-line argument for files named in scripts.
172 * incremental.h (Script_info::Script_info): New ctor
173 with input file index.
174 (Script_info::input_file_index): New function.
175 (Script_info::input_file_index_): New data member.
176 (Incremental_binary::get_library): Add const.
177 (Incremental_binary::get_script_info): Add const.
178 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
179 * testsuite/Makefile.am (incremental_test_5): New test case.
180 (incremental_test_6): New test case.
181 * testsuite/Makefile.in: Regenerate.
182
8f7c81e8
CC
1832011-07-06 Cary Coutant <ccoutant@google.com>
184
185 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
186 debug output when command lines differ.
187
9fbd3822
CC
1882011-07-06 Cary Coutant <ccoutant@google.com>
189
190 * incremental.cc (Incremental_inputs::report_command_line): Ignore
191 --incremental-patch option.
192 * layout.cc (Free_list::allocate): Extend allocation beyond original
193 end if enabled.
194 (Layout::make_output_section): Mark sections that should get
195 patch space.
196 * options.cc (parse_percent): New function.
197 * options.h (parse_percent): New function.
198 (DEFINE_percent): New macro.
199 (General_options): Add --incremental-patch option.
200 * output.cc (Output_section::Output_section): Initialize new data
201 members.
202 (Output_section::add_input_section): Print section name when out
203 of patch space.
204 (Output_section::add_output_section_data): Likewise.
205 (Output_section::set_final_data_size): Add patch space when
206 doing --incremental-full.
207 (Output_section::do_reset_address_and_file_offset): Remove patch
208 space.
209 (Output_segment::set_section_list_addresses): Print debug output
210 only if --incremental-update.
211 * output.h (Output_section::set_is_patch_space_allowed): New function.
212 (Output_section::is_patch_space_allowed_): New data member.
213 (Output_section::patch_space_): New data member.
214 * parameters.cc (Parameters::incremental_full): New function.
215 * parameters.h (Parameters::incremental_full): New function
216 * testsuite/Makefile.am (incremental_test_2): Add test for
217 --incremental-patch option.
218 * testsuite/Makefile.in: Regenerate.
219 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
220 (t18): Remove function body.
221
f6cccc2c
DK
2222011-07-05 Doug Kwan <dougkwan@google.com>
223
224 PR gold/12771
225 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
226 Arm_Address type for relocation result.
227 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
228 overflow check.
229 (Arm_relocate_functions::abs32): Use unaligned access.
230 (Arm_relocate_functions::rel32): Ditto.
231 (Arm_relocate_functions::prel31): Ditto.
232 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
233 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
234 static data relocations.
235 * testsuite/Makefile.in: Regnerate.
236 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
237
28a13fec
ILT
2382011-07-05 Ian Lance Taylor <iant@google.com>
239
240 PR gold/12392
241 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
242 symbols if necessary.
243 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
244
24d47b34
ILT
2452011-07-05 Ian Lance Taylor <iant@google.com>
246
247 PR gold/12952
248 * resolve.cc (Symbol::override_base_with_special): Simply override
249 version with special symbol version, ignoring previous version.
250
41f9cbbe
ILT
2512011-07-05 Ian Lance Taylor <iant@google.com>
252
253 * object.cc (Sized_relobj_file::include_section_group): Add
254 information to comment about signature location.
255
886288f1
ILT
2562011-07-02 Ian Lance Taylor <iant@google.com>
257
258 PR gold/12957
259 * options.h (class General_options): Add -f and -F.
260 * options.cc (General_options::finalize): Fatal error if -f/-F
261 are used without -shared.
262 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
263
ae3a6d4f
ILT
2642011-07-02 Ian Lance Taylor <iant@google.com>
265
266 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
267
21131061
ILT
2682011-07-01 Ian Lance Taylor <iant@google.com>
269
270 PR gold/12525
271 PR gold/12952
272 * resolve.cc (Symbol::override_base_with_special): Don't override
273 the version if the overriding symbol has a different name.
274 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
275 all callers. If we give an error about an undefined version,
276 define the base version if necessary.
277 * dynobj.h (class Versions): Update declaration.
278 * testsuite/weak_alias_test_5.cc: New file.
279 * testsuite/weak_alias_test.script: New file.
280 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
281 and versioned_alias have the right value, and call t2.
282 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
283 weak_alias_test_5.so.
284 (weak_alias_test_LDADD): Likewise.
285 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
286 * testsuite/Makefile.in: Rebuild.
287
611062c0
ILT
2882011-07-01 Ian Lance Taylor <iant@google.com>
289
290 PR gold/12525
291 * options.h (class General_options): Support -z notext.
292 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
293 -Wl,-z,notext.
294 (two_file_shared_nonpic.so): Likewise.
295 (two_file_shared_mixed.so): Likewise.
296 (two_file_shared_mixed_1.so): Likewise.
297 (weak_undef_lib_nonpic.so): Likewise.
298 (alt/weak_undef_lib_nonpic.so): Likewise.
299 (tls_test_shared_nonpic.so): Likewise.
300 * testsuite/Makefile.in: Rebuild.
301
328c7c2f
ILT
3022011-07-01 Ian Lance Taylor <iant@google.com>
303
304 PR gold/12525
305 * configure.ac: Test whether static linking works, setting
306 the automake conditional HAVE_STATIC.
307 * testsuite/Makefile.am: Disable tests using -static if
308 HAVE_STATIC is not true.
309 * configure, testsuite/Makefile.in: Rebuild.
310
02d7cd44
ILT
3112011-07-01 Ian Lance Taylor <iant@google.com>
312
313 PR gold/12525
314 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
315 Assert if we see DW_EH_PE_indirect.
316 * target.h (Target::ehframe_datarel_base): New function.
317 (Target::do_ehframe_datarel_base): New target function.
318 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
319 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
320 function.
321
07a60597
ILT
3222011-07-01 Ian Lance Taylor <iant@google.com>
323
324 PR gold/12571
325 * options.h (class General_options): Add
326 --ld-generated-unwind-info.
327 * ehframe.cc (Fde::write): Add address parameter. Change all
328 callers. If associated with PLT, fill in address and size.
329 (Cie::set_output_offset): Only add merge mapping if there is an
330 object.
331 (Cie::write): Add address parameter. Change all callers.
332 (Eh_frame::add_ehframe_for_plt): New function.
333 * ehframe.h (class Fde): Update declarations. Move shndx_ and
334 input_offset_ fields into union u_, with new plt field.
335 (Fde::Fde): Adjust for new union field.
336 (Fde::Fde) [Output_data version]: New constructor.
337 (Fde::add_mapping): Only add merge mapping if there is an object.
338 (class Cie): Update declarations.
339 (class Eh_frame): Declare add_ehframe_for_plt.
340 * layout.cc (Layout::layout_eh_frame): Break out code into
341 make_eh_frame_section, and call it.
342 (Layout::make_eh_frame_section): New function.
343 (Layout::add_eh_frame_for_plt): New function.
344 * layout.h (class Layout): Update declarations.
345 * merge.cc (Merge_map::add_mapping): Add assertion.
346 * i386.cc: Include "dwarf.h".
347 (class Output_data_plt_i386): Make first_plt_entry,
348 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
349 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
350 and plt_eh_frame_fde.
351 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
352 boundary. Call add_eh_frame_for_plt if appropriate.
353 * x86_64.cc: Include "dwarf.h".
354 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
355 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
356 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
357 and plt_eh_frame_fde.
358 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
359 appropriate.
360
14788a3f
ILT
3612011-06-29 Ian Lance Taylor <iant@google.com>
362
363 PR gold/12629
364 * object.cc (Sized_relobj_file::layout_section): Change shdr
365 parameter to be const.
366 (Sized_relobj_file::layout_eh_frame_section): New function, broken
367 out of do_layout.
368 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
369 appropriate. Call layout_eh_frame_section.
370 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
371 sections.
372 * object.h (class Sized_relobj_file): Update declarations.
373
6c21fce1
ILT
3742011-06-29 Ian Lance Taylor <iant@google.com>
375
37e41b03 376 PR gold/12652
6c21fce1
ILT
377 * script.cc (Token::integer_value): Accept trailing M/m/K/k
378 modifier.
379 (Lex::gather_token): Accept trailing M/m/K/k for integers.
380
4d5e4e62
ILT
3812011-06-29 Ian Lance Taylor <iant@google.com>
382
383 PR gold/12675
384 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
385 SHT_X86_64_UNWIND.
386 * layout.cc (Layout::layout_eh_frame): Likewise.
387
886f533a
ILT
3882011-06-29 Ian Lance Taylor <iant@google.com>
389
390 PR gold/12695
391 * layout.cc (Layout::symtab_section_shndx): New function.
392 * layout.h (class Layout): Declare symtab_section_shndx.
393 * output.cc (Output_section::write_header): Call it.
394
f3ae1b28
ILT
3952011-06-29 Ian Lance Taylor <iant@google.com>
396
397 PR gold/12818
398 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
399 symbols which are not used in a relocation.
400
aecf301f
ILT
4012011-06-28 Ian Lance Taylor <iant@google.com>
402
403 PR gold/12898
404 * layout.cc (Layout::segment_precedes): Don't crash if a linker
405 script create indistinguishable segments.
406 (Layout::set_segment_offsets): Use stable_sort when sorting
407 segments. Pass this to Compare_segments constructor.
408 * layout.h (class Layout): Make segment_precedes non-static.
409 (class Compare_segments): Change from struct to class. Add
410 layout_ field. Add constructor.
411 * script-sections.cc
412 (Script_sections::attach_sections_using_phdrs_clause): Rename
413 local orphan to is_orphan. Don't report failure to put empty
414 section in segment. On attachment failure, report name of
415 section, and attach to first PT_LOAD segment.
416
03ef7571
ILT
4172011-06-28 Ian Lance Taylor <iant@google.com>
418
419 PR gold/12934
420 * target-select.cc (Target_selector::Target_selector): Add
421 emulation parameter. Change all callers.
422 (select_target_by_bfd_name): Rename from select_target_by_name.
423 Change all callers.
424 (select_target_by_emulation): New function.
425 (supported_emulation_names): New function.
426 * target-select.h (class Target_selector): Add emulation_ field.
427 Update declarations.
428 (Target_selector::recognize_by_bfd_name): Rename from
429 recognize_by_name. Change all callers.
430 (Target_selector::supported_bfd_names): Rename from
431 supported_names. Change all callers.
432 (Target_selector::recognize_by_emulation): New function.
433 (Target_selector::supported_emulations): New function.
434 (Target_selector::emulation): New function.
435 (Target_selector::do_recognize_by_bfd_name): Rename from
436 do_recognize_by_name. Change all callers.
437 (Target_selector::do_supported_bfd_names): Rename from
438 do_supported_names. Change all callers.
439 (Target_selector::do_recognize_by_emulation): New function.
440 (Target_selector::do_supported_emulations): New function.
441 (select_target_by_bfd_name): Change name in declaration.
442 (select_target_by_emulation): Declare.
443 (supported_emulation_names): Declare.
444 * parameters.cc (parameters_force_valid_target): Try to find
445 target based on emulation from -m option.
446 * options.h (class General_options): Change doc string for -m.
447 * options.cc (help): Print emulations.
448 (General_options::parse_V): Likewise.
449 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
450 Add emulation parameter. Change all callers.
451
200b2bb9
ILT
4522011-06-28 Ian Lance Taylor <iant@google.com>
453
454 * target.h (class Target): Add osabi_ field.
455 (Target::osabi): New function.
456 (Target::set_osabi): New function.
457 (Target::Target): Initialize osabi_.
458 (Target::do_adjust_elf_header): Make pure virtual.
459 (Sized_target::do_adjust_elf_header): Declare.
460 * target.cc (Sized_target::do_adjust_elf_header): New function.
461 (class Sized_target): Instantiate all versions.
462 * freebsd.h (class Target_freebsd): Remove.
463 (Target_selector_freebsd::do_recognize): Call set_osabi on
464 Target.
465 (Target_selector_freebsd::do_recognize_by_name): Likewise.
466 (Target_selector_freebsd::set_osabi): Remove.
467 * i386.cc (class Target_i386): Inherit from Sized_target rather
468 than Target_freebsd.
469 * x86_64.cc (class Target_x86_64): Likewise.
470
b3ce541e
ILT
4712011-06-28 Ian Lance Taylor <iant@google.com>
472
473 * target.h (Target::can_check_for_function_pointers): Rewrite.
474 Make non-virtual.
475 (Target::can_icf_inline_merge_sections): Likewise.
476 (Target::section_may_have_icf_unsafe_poineters): Likewise.
477 (Target::Target_info): Add can_icf_inline_merge_sections field.
478 (Target::do_can_check_for_function_pointers): New virtual
479 function.
480 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
481 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
482 from can_check_for_function_pointers, move in file.
483 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
484 section_may_have_icf_unsafe_poineters, move in file.
485 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
486 * i386.cc (Target_i386::do_can_check_for_function_pointers):
487 Rename from can_check_for_function_pointers, move in file.
488 (Target_i386::can_icf_inline_merge_sections): Remove.
489 (Target_i386::i386_info): Initialize
490 can_icf_inline_merge_sections.
491 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
492 Initialize can_icf_inline_merge_sections.
493 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
494 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
495 Rename from can_check_for_function_pointers, move in file.
496 (Target_x86_64::can_icf_inline_merge_sections): Remove.
497 (Target_x86_64::x86_64_info): Initialize
498 can_icf_inline_merge_sections.
499 * testsuite/testfile.cc (Target_test::test_target_info):
500 Likewise.
501 * icf.cc (get_section_contents): Correct formatting.
502
6d1c4efb
ILT
5032011-06-27 Ian Lance Taylor <iant@google.com>
504
505 * symtab.cc (Symbol::versioned_name): New function.
506 (Symbol_table::add_to_final_symtab): Use versioned_name when
507 appropriate.
508 (Symbol_table::sized_write_symbol): Likewise.
509 * symtab.h (class Symbol): Declare versioned_name.
510 * stringpool.h (class Stringpool_template): Add variant of add
511 which takes a std::basic_string.
512 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
513 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
514 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
515 (ver_test_12.o): New target.
516 * testsuite/Makefile.in: Rebuild.
517
57eb9b50
DK
5182011-06-27 Doug Kwan <dougkwan@google.com>
519
520 * arm.cc (Arm_relocate_functions::thm_jump8,
521 Arm_relocate_functions::thm_jump11): Use a wider signed
522 type to compute offset.
523 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
524 arm_thm_jump8.
525 * testsuite/Makefile.in: Regenerate.
526 * testsuite/arm_branch_in_range.sh: Check test results of
527 arm_thm_jump11 and arm_thm_jump8.
528 * testsuite/arm_thm_jump11.s: New test source file.
529 * testsuite/arm_thm_jump11.t: New linker script.
530 * testsuite/arm_thm_jump8.s: New test source file.
531 * testsuite/arm_thm_jump8.t: New linker script.
532
487b39df
ILT
5332011-06-24 Ian Lance Taylor <iant@google.com>
534
535 * layout.cc: Include "object.h".
536 (ctors_sections_in_init_array): New static variable.
537 (Layout::is_ctors_in_init_array): New function.
538 (Layout::layout): Add entry to ctors_sections_in_init_array if
539 appropriate.
540 * layout.h (class Layout): Declare is_ctors_in_init_array.
541 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
542 is_ctors_reverse_view is set.
543 (Sized_relobj_file::write_sections): Add layout parameter. Change
544 all callers. Set is_ctors_reverse_view field of View_size.
545 (Sized_relobj_file::reverse_words): New function.
546 * object.h (Sized_relobj_file::View_size): Add
547 is_ctors_reverse_view field.
548 (class Sized_relobj_file): Update declarations.
549 * testsuite/initpri3.c: New test.
550 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
551 initpri3b.
552 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
553 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
554 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
555 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
556 * testsuite/Makefile.in: Rebuild.
557
472076e4
CC
5582011-06-24 Cary Coutant <ccoutant@google.com>
559
560 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
561 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
562 (debug_msg_cdebug.err): New targets.
563 * testsuite/Makefile.in: Regenerate.
564 * testsuite/debug_msg.sh: Check output of link with compressed debug.
565 Fix checks for link with shared library.
566
a60af0db
DK
5672011-06-24 Doug Kwan <dougkwan@google.com>
568
569 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
570 skip empty text sections.
571 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
572
5393d741
ILT
5732011-06-22 Ian Lance Taylor <iant@google.com>
574
575 PR gold/12910
576 * options.h (class General_options): Add --ctors-in-init-array.
577 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
578 friends as SHT_PROGBITS for merging sections.
579 (Layout::layout): Remove special handling of .init_array and
580 friends. Don't sort if doing relocatable link. Sort for .ctors
581 and .dtors if ctors_in_init_array.
582 (Layout::make_output_section): Force correct section types for
583 .init_array and friends. Don't sort if doing relocatable link,
584 Don't sort .ctors and .dtors if ctors_in_init_array.
585 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
586 (Layout::output_section_name): Add relobj parameter. Change all
587 callers. Handle .ctors. and .dtors. in code rather than table.
588 Handle .ctors and .dtors if ctors_in_init_array.
589 (Layout::match_file_name): New function, moved from output.cc.
590 * layout.h (class Layout): Update declarations.
591 * output.cc: Include "layout.h".
592 (Input_section_sort_entry::get_priority): New function.
593 (Input_section_sort_entry::match_file_name): Just call
594 Layout::match_file_name.
595 (Output_section::Input_section_sort_init_fini_compare::operator()):
596 Handle .ctors and .dtors. Sort by explicit priority rather than
597 by name.
598 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
599 * testsuite/initpri2.c: New test.
600 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
601 (check_PROGRAMS): Add initpri2.
602 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
603 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
604 * configure, testsuite/Makefile.in: Rebuild.
605
e1f74f98
ILT
6062011-06-19 Ian Lance Taylor <iant@google.com>
607
608 PR gold/12880
609 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
610 .interp section to a PT_INTERP segment even if we have seen a
611 --dynamic-linker option. Don't do it if we have seen a PHDRS
612 clause in a linker script.
613 (Layout::finalize): Don't create a .interp section if we've
614 already create a PT_INTERP segment.
615 (Layout::create_interp): Always call choose_output_section (revert
616 patch of 2011-06-17). Don't create PT_INTERP segment.
617 * script-sections.cc
618 (Script_sections::create_note_and_tls_segments): Add a .interp
619 section to a PT_INTERP segment even if we have seen a
620 --dynamic-linker option.
621
766f91bb
ILT
6222011-06-18 Ian Lance Taylor <iant@google.com>
623
624 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
625 merely because a non-PT_LOAD segment has a dynamic reloc.
626
0d212c3a
ILT
6272011-06-18 Ian Lance Taylor <iant@google.com>
628
629 * layout.cc (Layout::finish_dynamic_section): Don't create
630 DT_FLAGS entry if not needed.
631
911a5072
ILT
6322011-06-18 Ian Lance Taylor <iant@google.com>
633
634 PR gold/12745
635 * layout.cc (Layout::layout_eh_frame): Correct handling of
636 writable .eh_frame section.
637
534b4e5f
ILT
6382011-06-17 Ian Lance Taylor <iant@google.com>
639
640 PR gold/12893
641 * resolve.cc (Symbol_table::resolve): Don't give an error if a
642 symbol is redefined with the exact same object and value.
643
10b4f102
ILT
6442011-06-17 Ian Lance Taylor <iant@google.com>
645
646 PR gold/12880
647 * layout.h (class Layout): Add interp_segment_ field.
648 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
649 (Layout::attach_allocated_section_to_segment): If making shared
650 library, put .interp section in PT_INTERP segment.
651 (Layout::finalize): Also call create_interp if -dynamic-linker
652 option was used.
653 (Layout::create_interp): Assert that there is no PT_INTERP
654 segment. If not using a SECTIONS clause, use make_output_section.
655 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
656 * script-sections.cc
657 (Script_sections::create_note_and_tls_segments): If making shared
658 library, put .interp section in PT_INTERP segment.
659
a29b0dad
ILT
6602011-06-17 Ian Lance Taylor <iant@google.com>
661
e588ea8d
ILT
662 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
663 when making a shared library.
664
6652011-06-17 Ian Lance Taylor <iant@google.com>
666
667 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
668 parameter. Change all callers. Don't issue warning about PC32
669 against locally defined symbol.
a29b0dad 670
9d3b0698
ILT
6712011-06-16 Ian Lance Taylor <iant@google.com>
672
673 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
674 occurs in same object.
675
85b0f90c
AM
6762011-06-14 Alan Modra <amodra@gmail.com>
677
678 * po/POTFILES.in: Regenerate.
679
a94907d9
ILT
6802011-06-09 Ian Lance Taylor <iant@google.com>
681
682 * script-sections.cc
683 (Orphan_output_section::set_section_addresses): For a relocatable
684 link set address to 0.
685
4fb3a1c3
CC
6862011-06-09 Cary Coutant <ccoutant@google.com>
687
688 PR gold/12804
689 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
690 used with --compress-debug-sections.
691 * gold/object.cc (Sized_relobj_file::do_layout): Report
692 uncompressed size of compressed input sections.
693
61220854
CC
6942011-06-08 Cary Coutant <ccoutant@google.com>
695
696 PR gold/12804
697 * testsuite/two_file_test_2_v1.cc: Change initialization of
698 v2 to keep it in .data.
699
e6455dfb
CC
7002011-06-07 Cary Coutant <ccoutant@google.com>
701
702 * common.cc (Symbol_table::do_allocate_commons_list): Call
703 gold_fallback.
704 * errors.cc (Errors::fatal): Adjust call to gold_exit.
705 (Errors::fallback): New function.
706 (gold_fallback): New function.
707 * errors.h (Errors::fallback): New function.
708 * gold.cc (gold_exit): Change status parameter to enum; adjust
709 all callers.
710 (queue_initial_tasks): Call gold_fallback.
711 * gold.h: Include cstdlib.
712 (Exit_status): New enum type.
713 (gold_exit): Change status parameter to enum.
714 (gold_fallback): New function.
715 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
716 (Layout::create_symtab_sections): Likewise.
717 (Layout::create_shdrs): Likewise.
718 * main.cc (main): Adjust call to gold_exit.
719 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
720 (Output_data_got::add_got_entry_pair): Likewise.
721 (Output_section::add_input_section): Likewise.
722 (Output_section::add_output_section_data): Likewise.
723 (Output_segment::set_section_list_addresses): Likewise.
724 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
725
fb0e076f
CC
7262011-06-07 Cary Coutant <ccoutant@google.com>
727
728 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
729 for incremental links.
730 * output.cc (Output_segment::set_section_list_addresses): Remove
731 FIXME and test for TLS or BSS.
732
a5ee4d5d
CC
7332011-06-07 Cary Coutant <ccoutant@google.com>
734
735 * testsuite/Makefile.am: Add incremental_copy_test,
736 incremental_common_test_1.
737 * testsuite/Makefile.in: Regenerate.
738 * testsuite/common_test_1_v1.c: New source file.
739 * testsuite/common_test_1_v2.c: New source file.
740 * testsuite/copy_test_v1.cc: New source file.
741
5146f448
CC
7422011-06-07 Cary Coutant <ccoutant@google.com>
743
744 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
745 update, allocate common from bss section's free list.
746 * incremental-dump.cc (dump_incremental_inputs): Print flag for
747 linker-defined symbols.
748 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
749 Skip GOT and PLT entries that are no longer referenced.
750 (Output_section_incremental_inputs::write_info_blocks): Mark
751 linker-defined symbols.
752 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
753 * output.cc (Output_section::allocate): New function.
754 * output.h (Output_section::allocate): New function.
755 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
756 linker-defined symbols.
757 (Symbol::override_base_with_special): Copy is_predefined_ flag.
758 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
759 (Symbol::init_base_output_data): Likewise.
760 (Symbol::init_base_output_segment): Likewise.
761 (Symbol::init_base_constant): Likewise.
762 (Sized_symbol::init_output_data): Likewise.
763 (Sized_symbol::init_output_segment): Likewise.
764 (Sized_symbol::init_constant): Likewise.
765 (Symbol_table::do_define_in_output_data): Likewise.
766 (Symbol_table::do_define_in_output_segment): Likewise.
767 (Symbol_table::do_define_as_constant): Likewise.
768 * symtab.h (Symbol::is_predefined): New function.
769 (Symbol::init_base_output_data): Add is_predefined parameter.
770 (Symbol::init_base_output_segment): Likewise.
771 (Symbol::init_base_constant): Likewise.
772 (Symbol::is_predefined_): New data member.
773 (Sized_symbol::init_output_data): Add is_predefined parameter.
774 (Sized_symbol::init_output_segment): Likewise.
775 (Sized_symbol::init_constant): Likewise.
776 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
777
26d3c67d
CC
7782011-06-07 Cary Coutant <ccoutant@google.com>
779
780 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
781 instead of emit_copy_reloc.
782 (Copy_relocs::emit_copy_reloc): Refactor.
783 (Copy_relocs::make_copy_reloc): New function.
784 (Copy_relocs::add_copy_reloc): Remove.
785 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
786 section.
787 (Copy_relocs::make_copy_reloc): New function.
788 (Copy_relocs::add_copy_reloc): Remove.
789 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
790 unchanged input files.
791 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
792 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
793 Reserve BSS space for COPY relocations.
794 (Sized_incremental_binary::do_emit_copy_relocs): New function.
795 (Output_section_incremental_inputs::write_info_blocks): Record
796 whether a symbol is copied from a shared object.
797 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
798 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
799 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
800 (Incremental_input_entry_reader::get_output_symbol_index): Add
801 is_copy parameter.
802 (Incremental_binary::emit_copy_relocs): New function.
803 (Incremental_binary::do_emit_copy_relocs): New function.
804 (Sized_incremental_binary::Sized_incremental_binary): Initialize
805 new data member.
806 (Sized_incremental_binary::add_copy_reloc): New function.
807 (Sized_incremental_binary::do_emit_copy_relocs): New function.
808 (Sized_incremental_binary::Copy_reloc): New struct.
809 (Sized_incremental_binary::Copy_relocs): New typedef.
810 (Sized_incremental_binary::copy_relocs_): New data member.
811 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
812 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
813 * target.h (Sized_target::emit_copy_reloc): New function.
814 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
815
7cdb37d9
CC
8162011-06-02 Cary Coutant <ccoutant@google.com>
817
818 PR gold/12163
819 * gold/archive.cc (Archive::Archive): Initialize new data member.
820 (Archive::include_all_members): Return if archive has already been
821 included.
822 * gold/archive.h (Archive::include_all_members_): New data member.
823
cc643b88
NC
8242011-06-02 Nick Clifton <nickc@redhat.com>
825
826 * dynobj.h: Fix spelling mistake in comment.
827 * output.cc: Likewise.
828
f62a3ca7
DK
8292011-05-31 Doug Kwan <dougkwan@google.com>
830 Asier Llano
831
832 PR gold/12826
cc643b88 833 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
f62a3ca7
DK
834 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
835 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
836 redundant arm_exidx_test.so.
837 * testsuite/Makefile.in: Regenerate.
838 (check_SCRIPTS): Add pr12826.sh
839 (check_DATA): Add pr12826.stdout
840 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
841 * testsuite/pr12826.sh: New file.
842 * testsuite/pr12826_1.s: Ditto.
843 * testsuite/pr12826_1.s: Ditto.
844
8dbe1edc
ILT
8452011-05-30 Ian Lance Taylor <iant@google.com>
846
847 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
848 sections.
849
c49875be
ILT
8502011-05-29 Ian Lance Taylor <iant@google.com>
851
852 PR gold/12804
853 * testsuite/Makefile.am: Use different file name for two_file_test
854 temporary file for each incremental test.
855 * testsuite/Makefile.in: Rebuild.
856
69d53f7a
ILT
8572011-05-29 Ian Lance Taylor <iant@google.com>
858
859 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
860 binary input file is empty.
861
41d0ab5f
ILT
8622011-05-27 Ian Lance Taylor <iant@google.com>
863
864 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
865 (ver_test_9.so): Likewise.
866 * testsuite/Makefile.in: Rebuild.
867
89d8a36b
CC
8682011-05-26 Cary Coutant <ccoutant@google.com>
869
870 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
871 * incremental.cc (Incremental_inputs::report_input_section): Fix
872 comment, indentation.
873 (Incremental_inputs::report_comdat_group): New function.
874 (Output_section_incremental_inputs::set_final_data_size): Adjust size
875 of data for incremental input file entry.
876 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
877 group count, COMDAT group signatures.
878 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
879 an unchanged input file.
880 * incremental.h (Incremental_object_entry::Incremental_object_entry):
881 Initialize new data member.
882 (Incremental_object_entry::add_comdat_group): New function.
883 (Incremental_object_entry::get_comdat_group_count): New function.
884 (Incremental_object_entry::get_comdat_signature_key): New function.
885 (Incremental_object_entry::groups_): New data member.
886 (Incremental_inputs::report_comdat_group): New function.
887 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
888 data for incremental input file entry.
889 (Incremental_input_entry_reader::get_comdat_group_count): New function.
890 (Incremental_input_entry_reader::get_input_section): Adjust size of
891 data for incremental input file entry.
892 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
893 (Incremental_input_entry_reader::get_comdat_group_signature): New
894 function.
895 * object.cc (Sized_relobj::include_section_group): Report kept
896 COMDAT groups for incremental links.
897
1706a06f
ILT
8982011-05-24 David Meyer <pdox@google.com>
899
900 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
901 with name parameter. Add found_name parameter.
902 * fileread.cc (Input_file::find_file): Adjust code accordingly.
903 * dirsearch.h (class Dirsearch): Update declaration.
904
a10ae760
ILT
9052011-05-24 Ian Lance Taylor <iant@google.com>
906
907 * archive.cc (Library_base::should_include_member): Pull in object
908 from archive if it defines the entry symbol.
909 * parameters.cc (Parameters::entry): New function.
910 * parameters.h (class Parameters): Declare entry.
911 * output.h (class Output_file_header): Remove entry_ field.
912 * output.cc (Output_file_header::Output_file_header): Remove entry
913 parameter. Change all callers.
914 (Output_file_header::entry): Use parameters->entry.
915 * gold.cc (queue_middle_tasks): Likewise.
916 * plugin.cc (Plugin_hook::run): Likewise.
917
aa92d6ed
CC
9182011-05-24 Cary Coutant <ccoutant@google.com>
919
920 * gold.cc (queue_initial_tasks): Pass incremental base filename
921 to Output_file::open_base_file; don't print error message.
922 * incremental-dump.cc (main): Adjust call to
923 Output_file::open_for_modification.
924 * incremental-dump.cc (main): Likewise.
925 * incremental.cc (Incremental_inputs::report_command_line):
926 Ignore --incremental-base option when comparing command lines.
927 Ignore parameter when given as separate argument.
928 * options.h (class General_options): Add --incremental-base.
929 * output.cc (Output_file::Output_file):
930 (Output_file::open_base_file): Add base_name and writable parameters;
931 read base file into new file; print error message here.
932 (Output_file::map_no_anonymous): Add writable parameter; adjust all
933 callers.
934 * output.h (Output_file::open_for_modification): Rename to...
935 (Output_file::open_base_file): ...this; add base_name and
936 writable parameters; adjust all callers.
937 (Output_file::map_no_anonymous): Add writable parameter; adjust all
938 callers.
939 * testsuite/Makefile.am (incremental_test_4): Test
940 --incremental-base.
941 * testsuite/Makefile.in: Regenerate.
942
2eedd706
CC
9432011-05-24 Cary Coutant <ccoutant@google.com>
944
945 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
946 incremental_test_4.
947 * testsuite/Makefile.in: Regenerate.
948 * testsuite/two_file_test_1_v1.cc: New test source file.
949 * testsuite/two_file_test_1b_v1.cc: New test source file.
950 * testsuite/two_file_test_2_v1.cc: New test source file.
951
0f1c85a6
CC
9522011-05-24 Cary Coutant <ccoutant@google.com>
953
954 * dynobj.h (Dynobj::do_dynobj): New function.
955 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
956 flag and soname for shared objects.
957 * incremental.cc (Incremental_inputs::report_object): Make
958 either Incremental_object_entry or Incremental_dynobj_entry; add
959 soname to string table.
960 (Incremental_inputs::report_input_section): Add assertion.
961 (Output_section_incremental_inputs::set_final_data_size): Adjust
962 type of input file entry for shared libraries; adjust size of
963 shared library info entry.
964 (Output_section_incremental_inputs::write_input_files): Write
965 as_needed flag for shared libraries.
966 (Output_section_incremental_inputs::write_info_blocks): Adjust type
967 of input file entry for shared libraries; write soname.
968 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
969 soname from incremental info.
970 * incremental.h (enum Incremental_input_flags): Add
971 INCREMENTAL_INPUT_AS_NEEDED.
972 (Incremental_input_entry::Incremental_input_entry): Initialize new
973 data member.
974 (Incremental_input_entry::set_as_needed): New function.
975 (Incremental_input_entry::as_needed): New function.
976 (Incremental_input_entry::do_dynobj_entry): New function.
977 (Incremental_input_entry::as_needed_): New data member.
978 (Incremental_object_entry::Incremental_object_entry): Don't check
979 for shared library.
980 (Incremental_object_entry::do_type): Likewise.
981 (class Incremental_dynobj_entry): New class.
982 (Incremental_input_entry_reader::as_needed): New function.
983 (Incremental_input_entry_reader::get_soname): New function.
984 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
985 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
986 size of shared library info entry.
987 * layout.cc (Layout::finish_dynamic_section): Don't test for
988 incremental link when adding DT_NEEDED entries.
989 * object.h (Object::Object): Initialize new data member.
990 (Object::dynobj): New function.
991 (Object::set_as_needed): New function.
992 (Object::as_needed): New function.
993 (Object::do_dynobj): New function.
994 (Object::as_needed_): New data member.
995
6fa2a40b
CC
9962011-05-24 Cary Coutant <ccoutant@google.com>
997
998 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
999 info; adjust display of GOT entries.
1000 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
1001 vector of input objects; remove file_status_.
1002 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
1003 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
1004 got_plt reader; call target hooks to reserve GOT entries.
1005 (Output_section_incremental_inputs::set_final_data_size): Adjust size
1006 of input file info header and GOT info entry.
1007 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
1008 relocation info.
1009 (Got_plt_view_info::got_descriptor): Remove.
1010 (Got_plt_view_info::sym_index): New data member.
1011 (Got_plt_view_info::input_index): New data member.
1012 (Local_got_offset_visitor::visit): Write input file index.
1013 (Global_got_offset_visitor::visit): Write 0 for input file index.
1014 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
1015 with sym_index and input_index.
1016 (Output_section_incremental_inputs::write_got_plt): Adjust size of
1017 incremental info GOT entry; replace got_descriptor with input_index.
1018 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
1019 map from input file index to object.
1020 (Sized_relobj_incr::do_layout): Replace direct data member reference
1021 with accessor function.
1022 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
1023 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
1024 Adjust size of input file info header.
1025 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
1026 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
1027 (Incremental_input_entry_reader::get_input_section): Adjust size of
1028 input file info header.
1029 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
1030 of incremental info GOT entry.
1031 (Incremental_got_plt_reader::get_got_desc): Remove.
1032 (Incremental_got_plt_reader::get_got_symndx): New function.
1033 (Incremental_got_plt_reader::get_got_input_index): New function.
1034 (Sized_incremental_binary::Sized_incremental_binary): Remove
1035 file_status_; add input_objects_.
1036 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
1037 (Sized_incremental_binary::set_file_is_unchanged): Remove.
1038 (Sized_incremental_binary::file_is_unchanged): Remove.
1039 (Sized_incremental_binary::set_input_object): New function.
1040 (Sized_incremental_binary::input_object): New function.
1041 (Sized_incremental_binary::file_status_): Remove.
1042 (Sized_incremental_binary::input_objects_): New data member.
1043 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
1044 references.
1045 (Sized_relobj_incr::invalid_address): Move to base class.
1046 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
1047 class.
1048 (Sized_relobj_incr::do_output_section_offset): Likewise.
1049 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
1050 (Sized_relobj_incr::section_offsets_): Likewise.
1051 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
1052 function.
1053 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
1054 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
1055 with accessor function.
1056 (Sized_relobj_file::do_layout): Likewise.
1057 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
1058 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
1059 (Sized_relobj_file::compute_final_local_value): Replace refs to
1060 section_offsets_ with accessor function.
1061 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
1062 * object.h (Relobj::Relobj): Initialize new data members.
1063 (Relobj::add_dyn_reloc): New function.
1064 (Relobj::first_dyn_reloc): New function.
1065 (Relobj::dyn_reloc_count): New function.
1066 (Relobj::first_dyn_reloc_): New data member.
1067 (Relobj::dyn_reloc_count_): New data member.
1068 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
1069 references.
1070 (Sized_relobj::Address): New typedef.
1071 (Sized_relobj::invalid_address): Move here from child class.
1072 (Sized_relobj::Sized_relobj): Initialize new data members.
1073 (Sized_relobj::sized_relobj): New function.
1074 (Sized_relobj::is_output_section_offset_invalid): Move here from
1075 child class.
1076 (Sized_relobj::get_output_section_offset): Likewise.
1077 (Sized_relobj::local_has_got_offset): Likewise.
1078 (Sized_relobj::local_got_offset): Likewise.
1079 (Sized_relobj::set_local_got_offset): Likewise.
1080 (Sized_relobj::do_for_all_local_got_entries): Likewise.
1081 (Sized_relobj::clear_got_offsets): New function.
1082 (Sized_relobj::section_offsets): Move here from child class.
1083 (Sized_relobj::do_output_section_offset): Likewise.
1084 (Sized_relobj::do_set_section_offset): Likewise.
1085 (Sized_relobj::Local_got_offsets): Likewise.
1086 (Sized_relobj::local_got_offsets_): Likewise.
1087 (Sized_relobj::section_offsets_): Likewise.
1088 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
1089 references.
1090 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
1091 class.
1092 (Sized_relobj_file::sized_relobj): New function
1093 (Sized_relobj_file::local_has_got_offset): Move to base class.
1094 (Sized_relobj_file::local_got_offset): Likewise.
1095 (Sized_relobj_file::set_local_got_offset): Likewise.
1096 (Sized_relobj_file::get_output_section_offset): Likewise.
1097 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
1098 (Sized_relobj_file::do_output_section_offset): Likewise.
1099 (Sized_relobj_file::do_set_section_offset): Likewise.
1100 (Sized_relobj_file::Local_got_offsets): Likewise.
1101 (Sized_relobj_file::local_got_offsets_): Likewise.
1102 (Sized_relobj_file::section_offsets_): Likewise.
1103 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
1104 (all constructors).
1105 (set_needs_dynsym_index): Convert relobj to derived class pointer.
1106 (Output_reloc::get_symbol_index): Likewise.
1107 (Output_reloc::local_section_offset): Likewise.
1108 (Output_reloc::get_address): Likewise.
1109 (Output_reloc::symbol_value): Likewise.
1110 (Output_data_got::reserve_slot): Move to class definition.
1111 (Output_data_got::reserve_local): New function.
1112 (Output_data_got::reserve_slot_for_global): Remove.
1113 (Output_data_got::reserve_global): New function.
1114 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
1115 (all constructors, two instantiations).
1116 (Output_reloc::get_relobj): New function (two instantiations).
1117 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
1118 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
1119 (Output_data_reloc::add_global): Adjust type of relobj.
1120 (Output_data_reloc::add_global_relative): Likewise.
1121 (Output_data_reloc::add_symbolless_global_addend): Likewise.
1122 (Output_data_reloc::add_local): Likewise.
1123 (Output_data_reloc::add_local_relative): Likewise.
1124 (Output_data_reloc::add_symbolless_local_addend): Likewise.
1125 (Output_data_reloc::add_local_section): Likewise.
1126 (Output_data_reloc::add_output_section): Likewise.
1127 (Output_data_reloc::add_absolute): Likewise.
1128 (Output_data_reloc::add_target_specific): Likewise.
1129 (Output_data_got::reserve_slot): Move definition here.
1130 (Output_data_got::reserve_local): New function.
1131 (Output_data_got::reserve_global): New function.
1132 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
1133 section_offsets_ with accessor function.
1134 (Sized_relobj_file::write_sections): Likewise.
1135 (Sized_relobj_file::do_relocate_sections): Likewise.
1136 * target.h (Sized_target::reserve_local_got_entry): New function.
1137 (Sized_target::reserve_global_got_entry): New function.
1138 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
1139 (Target_x86_64::reserve_global_got_entry): New function.
1140 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
1141
4829d394
CC
11422011-05-23 Cary Coutant <ccoutant@google.com>
1143
1144 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
1145 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
1146 bit when checking got_type.
1147 * incremental.cc (Sized_incremental_binary::setup_readers):
1148 Store symbol table and string table locations; initialize bit vector
1149 of file status flags.
1150 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
1151 unchanged files.
1152 (Sized_incremental_binary::do_process_got_plt): New function.
1153 (Sized_incremental_binary::get_symtab_view): Use stored locations.
1154 (Output_section_incremental_inputs::set_final_data_size): Record
1155 file index for each input file.
1156 (Output_section_incremental_inputs::write_got_plt): Store file index
1157 instead of input entry offset for each GOT entry.
1158 * incremental.h
1159 (Incremental_input_entry::Incremental_input_entry): Initialize new
1160 data member.
1161 (Incremental_input_entry::set_offset): Store file index.
1162 (Incremental_input_entry::get_file_index): New function.
1163 (Incremental_input_entry::file_index_): New data member.
1164 (Incremental_binary::process_got_plt): New function.
1165 (Incremental_binary::do_process_got_plt): New function.
1166 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
1167 data members.
1168 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
1169 (Sized_incremental_binary::set_file_is_unchanged): New function.
1170 (Sized_incremental_binary::file_is_unchanged): New function.
1171 (Sized_incremental_binary::do_process_got_plt): New function.
1172 (Sized_incremental_binary::file_status_): New data member.
1173 (Sized_incremental_binary::main_symtab_loc_): New data member.
1174 (Sized_incremental_binary::main_strtab_loc_): New data member.
1175 * output.cc (Output_data_got::Got_entry::write): Add case
1176 RESERVED_CODE.
1177 (Output_data_got::add_global): Call add_got_entry.
1178 (Output_data_got::add_global_plt): Likewise.
1179 (Output_data_got::add_global_with_rel): Likewise.
1180 (Output_data_got::add_global_with_rela): Likewise.
1181 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
1182 (Output_data_got::add_global_pair_with_rela): Likewise.
1183 (Output_data_got::add_local): Call add_got_entry.
1184 (Output_data_got::add_local_plt): Likewise.
1185 (Output_data_got::add_local_with_rel): Likewise.
1186 (Output_data_got::add_local_with_rela): Likewise.
1187 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
1188 (Output_data_got::add_local_pair_with_rela): Likewise.
1189 (Output_data_got::reserve_slot): New function.
1190 (Output_data_got::reserve_slot_for_global): New function.
1191 (Output_data_got::add_got_entry): New function.
1192 (Output_data_got::add_got_entry_pair): New function.
1193 (Output_section::add_output_section_data): Edit FIXME.
1194 * output.h
1195 (Output_section_data_build::Output_section_data_build): New
1196 constructor with size parameter.
1197 (Output_data_space::Output_data_space): Likewise.
1198 (Output_data_got::Output_data_got): Initialize new data member; new
1199 constructor with size parameter.
1200 (Output_data_got::add_constant): Call add_got_entry.
1201 (Output_data_got::reserve_slot): New function.
1202 (Output_data_got::reserve_slot_for_global): New function.
1203 (class Output_data_got::Got_entry): Add RESERVED_CODE.
1204 (Output_data_got::add_got_entry): New function.
1205 (Output_data_got::add_got_entry_pair): New function.
1206 (Output_data_got::free_list_): New data member.
1207 * target.h (Sized_target::init_got_plt_for_update): New function.
1208 (Sized_target::register_global_plt_entry): New function.
1209 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
1210 Initialize new data member; call init; add constructor with PLT count.
1211 (Output_data_plt_x86_64::init): New function.
1212 (Output_data_plt_x86_64::add_relocation): New function.
1213 (Output_data_plt_x86_64::reserve_slot): New function.
1214 (Output_data_plt_x86_64::free_list_): New data member.
1215 (Target_x86_64::init_got_plt_for_update): New function.
1216 (Target_x86_64::register_global_plt_entry): New function.
1217 (Output_data_plt_x86_64::add_entry): Allocate from free list for
1218 incremental updates.
1219 (Output_data_plt_x86_64::add_relocation): New function.
1220 * testsuite/object_unittest.cc (Object_test): Set default options.
1221
ec69d6da
ILT
12222011-05-16 Ian Lance Taylor <iant@google.com>
1223
1224 * options.h (class General_options): Make -i a synonym for -r.
1225
732e31de
ILT
12262011-05-16 Ian Lance Taylor <iant@google.com>
1227
1228 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
1229
403676b5
CC
12302011-05-10 Cary Coutant <ccoutant@google.com>
1231
1232 * object.cc (Sized_relobj::do_count_local_symbols): Check for
1233 strip_all (-s).
1234
5b7b7d6e
ILT
12352011-05-06 Ian Lance Taylor <iant@google.com>
1236
1237 * layout.cc (Layout::layout): If the output section flags change,
1238 update the ordering.
1239
f0f9babf
CC
12402011-04-25 Cary Coutant <ccoutant@google.com>
1241
1242 * incremental-dump.cc (dump_incremental_inputs): Print local
1243 symbol info for each input file.
1244 * incremental.cc
1245 (Output_section_incremental_inputs::set_final_data_size): Add local
1246 symbol info to input file entries in incremental info.
1247 (Output_section_incremental_inputs::write_info_blocks): Likewise.
1248 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
1249 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
1250 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
1251 implementation.
1252 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
1253 (Sized_incr_relobj::do_relocate): Write the local symbols.
1254 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
1255 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
1256 Adjust size of input file header.
1257 (Incremental_inputs_reader::get_local_symbol_offset): New function.
1258 (Incremental_inputs_reader::get_local_symbol_count): New function.
1259 (Incremental_inputs_reader::get_input_section): Adjust size of input
1260 file header.
1261 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
1262 (Sized_incr_relobj::This): New typedef.
1263 (Sized_incr_relobj::sym_size): New const data member.
1264 (Sized_incr_relobj::Local_symbol): New struct.
1265 (Sized_incr_relobj::do_output_local_symbol_count): New function.
1266 (Sized_incr_relobj::do_local_symbol_offset): New function.
1267 (Sized_incr_relobj::local_symbol_count_): New data member.
1268 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
1269 (Sized_incr_relobj::local_symbol_index_): New data member.
1270 (Sized_incr_relobj::local_symbol_offset_): New data member.
1271 (Sized_incr_relobj::local_dynsym_offset_): New data member.
1272 (Sized_incr_relobj::local_symbols_): New data member.
1273 * object.h (Relobj::output_local_symbol_count): New function.
1274 (Relobj::local_symbol_offset): New function.
1275 (Relobj::do_output_local_symbol_count): New function.
1276 (Relobj::do_local_symbol_offset): New function.
1277 (Sized_relobj::do_output_local_symbol_count): New function.
1278 (Sized_relobj::do_local_symbol_offset): New function.
1279
d0a9ace3
ILT
12802011-04-22 Vladimir Simonov <sv@sw.ru>
1281
1282 * descriptors.cc (set_close_on_exec): New function.
1283 (Descriptors::open): Use set_close_on_exec.
1284 * output.cc (S_ISLNK): Define if not defined.
1285
94a3fc8b
CC
12862011-04-22 Cary Coutant <ccoutant@google.com>
1287
1288 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
1289 global symbol map.
1290 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
1291 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
1292 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
1293 relocations.
1294 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
1295 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
1296 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
1297 * incremental.h
1298 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
1299 function.
1300 (Incremental_binary::apply_incremental_relocs): New function.
1301 (Incremental_binary::do_apply_incremental_relocs): New function.
1302 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
1303 data member.
1304 (Sized_incremental_binary::add_global_symbol): New function.
1305 (Sized_incremental_binary::global_symbol): New function.
1306 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
1307 (Sized_incremental_binary::symbol_map_): New data member.
1308 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
1309 * target.h (Sized_target::apply_relocation): New function.
1310 * target-reloc.h (apply_relocation): New function.
1311 * x86_64.cc (Target_x86_64::apply_relocation): New function.
1312
c87e4302
DK
13132011-04-22 Doug Kwan <dougkwan@google.com>
1314
1315 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
1316 flag of a SHT_ARM_EXIDX section.
1317 * testsuite/Makefile.am (arm_exidx_test): New test rules.
1318 * testsuite/Makefile.in: Regenerate.
1319 * testsuite/arm_exidx_test.s: New file.
1320 * testsuite/arm_exidx_test.sh: Same.
1321
e7782cf6
CC
13222011-04-20 Cary Coutant <ccoutant@google.com>
1323
1324 PR gold/12689
1325 * archive.h (Incremental_archive_entry::Archive_member):
1326 Initialize arg_serial_ (second constructor).
1327
308ecdc7
ILT
13282011-04-17 Ian Lance Taylor <iant@google.com>
1329
1330 * object.cc (Relocate_info::location): Simplify location string.
1331 * errors.cc (Errors::error_at_location): Don't print program
1332 name.
1333 (Errors::warning_at_location): Likewise.
1334 (Errors::undefined_symbol): Likewise.
1335 * testsuite/debug_msg.sh: Update accordingly.
1336
bec5b579
CC
13372011-04-14 Cary Coutant <ccoutant@google.com>
1338
1339 * gold/layout.cc (Layout::symtab_section_offset): New function.
1340 * gold/layout.h (Layout::symtab_section_offset): New function.
1341 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
1342
88597d34
ILT
13432011-04-12 Ian Lance Taylor <iant@google.com>
1344
1345 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
1346 with MREMAP_MAYMOVE.
1347 * output.h (class Output_file): Add map_is_allocated_ field.
1348 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
1349 not available, provide stubs. If mremap is not available, #define
1350 it to gold_mremap.
1351 (MREMAP_MAYMOVE): Define if not defined.
1352 (Output_file::Output_file): Initialize map_is_allocated_.
1353 (Output_file::resize): Check map_is_allocated_.
1354 (Output_file::map_anonymous): If mmap fails, use malloc.
1355 (Output_file::unmap): Don't do anything for an anonymous map.
1356 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
1357 is not available, provide stubs.
1358 (File_read::View::~View): Use free rather than delete[].
1359 (File_read::make_view): Use malloc rather than new[]. If mmap
1360 fails, use malloc.
1361 (File_read::find_or_make_view): Use malloc rather than new[].
1362 * gold.h: Remove HAVE_REMAP code.
1363 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
1364 exists. Rename mremap to gold_mremap. If mmap is not available
1365 don't do anything.
1366 * configure, config.in: Rebuild.
1367
11e361bc
ILT
13682011-04-11 Ian Lance Taylor <iant@google.com>
1369
1370 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
1371 initialize local variable v.
1372
cdc29364
CC
13732011-04-11 Cary Coutant <ccoutant@google.com>
1374
1375 * archive.cc (Archive::include_member): Adjust call to
1376 report_object.
1377 (Add_archive_symbols::run): Track argument serial numbers.
1378 (Lib_group::include_member): Likewise.
1379 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
1380 * archive.h (Incremental_archive_entry::Archive_member):
1381 Initialize arg_serial_.
1382 (Archive_member::arg_serial_): New data member.
1383 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
1384 (Sized_dynobj::do_add_symbols): Track symbols when doing an
1385 incremental link.
1386 (Sized_dynobj::do_for_all_local_got_entries): New function.
1387 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
1388 function.
1389 * fileread.cc (get_mtime): New function.
1390 * fileread.h (get_mtime): New function.
1391 * gold.cc (queue_initial_tasks): Check for incremental update.
1392 (process_incremental_input): New function.
1393 (queue_middle_tasks): Don't force valid target for incremental
1394 update.
1395 * incremental-dump.cc (find_input_containing_global): Adjust
1396 size of symbol info entry.
1397 (dump_incremental_inputs): Dump argument serial number and
1398 in_system_directory flag; bias shndx by 1; print symbol names
1399 when dumping per-file symbol lists; use new symbol info readers.
1400 * incremental.cc
1401 (Output_section_incremental_inputs:update_data_size): New function.
1402 (Sized_incremental_binary::setup_readers): Setup input readers
1403 for each input file; build maps for files added from libraries
1404 and scripts.
1405 (Sized_incremental_binary::check_input_args): New function.
1406 (Sized_incremental_binary::do_check_inputs): Build map of argument
1407 serial numbers to input arguments.
1408 (Sized_incremental_binary::do_file_has_changed): Rename
1409 do_file_is_unchanged to this; compare file modification times.
1410 (Sized_incremental_binary::do_init_layout): New function.
1411 (Sized_incremental_binary::do_reserve_layout): New function.
1412 (Sized_incremental_binary::do_get_input_reader): Remove.
1413 (Sized_incremental_binary::get_symtab_view): New function.
1414 (Incremental_checker::can_incrementally_link_output_file): Remove.
1415 (Incremental_inputs::report_command_line): Exclude --debug options.
1416 (Incremental_inputs::report_archive_begin): Add parameter; track
1417 argument serial numbers; don't put input file entry for archive
1418 before archive members.
1419 (Incremental_inputs::report_archive_end): Put input file entry
1420 for archive after archive members.
1421 (Incremental_inputs::report_object): Add parameter; track argument
1422 serial numbers and in_system_directory flag.
1423 (Incremental_inputs::report_script): Add parameter; track argument
1424 serial numbers.
1425 (Output_section_incremental_inputs::set_final_data_size): Adjust
1426 size of symbol info entry; check for forwarding symbols.
1427 (Output_section_incremental_inputs::write_input_files): Write
1428 in_system_directory flag and argument serial number.
1429 (Output_section_incremental_inputs::write_info_blocks): Map section
1430 indices between incremental info and original input file; store
1431 input section index for each symbol.
1432 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
1433 change operator() to visit().
1434 (class Global_got_offset_visitor): Likewise.
1435 (class Global_symbol_visitor_got_plt):
1436 (Output_section_incremental_inputs::write_got_plt): Use new visitor
1437 classes.
1438 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
1439 (Sized_incr_relobj::do_read_symbols): New function.
1440 (Sized_incr_relobj::do_layout): New function.
1441 (Sized_incr_relobj::do_layout_deferred_sections): New function.
1442 (Sized_incr_relobj::do_add_symbols): New function.
1443 (Sized_incr_relobj::do_should_include_member): New function.
1444 (Sized_incr_relobj::do_for_all_global_symbols): New function.
1445 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
1446 (Sized_incr_relobj::do_section_size): New function.
1447 (Sized_incr_relobj::do_section_name): New function.
1448 (Sized_incr_relobj::do_section_contents): New function.
1449 (Sized_incr_relobj::do_section_flags): New function.
1450 (Sized_incr_relobj::do_section_entsize): New function.
1451 (Sized_incr_relobj::do_section_address): New function.
1452 (Sized_incr_relobj::do_section_type): New function.
1453 (Sized_incr_relobj::do_section_link): New function.
1454 (Sized_incr_relobj::do_section_info): New function.
1455 (Sized_incr_relobj::do_section_addralign): New function.
1456 (Sized_incr_relobj::do_initialize_xindex): New function.
1457 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
1458 (Sized_incr_relobj::do_read_relocs): New function.
1459 (Sized_incr_relobj::do_gc_process_relocs): New function.
1460 (Sized_incr_relobj::do_scan_relocs): New function.
1461 (Sized_incr_relobj::do_count_local_symbols): New function.
1462 (Sized_incr_relobj::do_finalize_local_symbols): New function.
1463 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
1464 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
1465 (Sized_incr_relobj::do_relocate): New function.
1466 (Sized_incr_relobj::do_set_section_offset): New function.
1467 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
1468 (Sized_incr_dynobj::do_read_symbols): New function.
1469 (Sized_incr_dynobj::do_layout): New function.
1470 (Sized_incr_dynobj::do_add_symbols): New function.
1471 (Sized_incr_dynobj::do_should_include_member): New function.
1472 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
1473 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
1474 (Sized_incr_dynobj::do_section_size): New function.
1475 (Sized_incr_dynobj::do_section_name): New function.
1476 (Sized_incr_dynobj::do_section_contents): New function.
1477 (Sized_incr_dynobj::do_section_flags): New function.
1478 (Sized_incr_dynobj::do_section_entsize): New function.
1479 (Sized_incr_dynobj::do_section_address): New function.
1480 (Sized_incr_dynobj::do_section_type): New function.
1481 (Sized_incr_dynobj::do_section_link): New function.
1482 (Sized_incr_dynobj::do_section_info): New function.
1483 (Sized_incr_dynobj::do_section_addralign): New function.
1484 (Sized_incr_dynobj::do_initialize_xindex): New function.
1485 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
1486 (make_sized_incremental_object): New function.
1487 (Incremental_library::copy_unused_symbols): New function.
1488 (Incremental_library::do_for_all_unused_symbols): New function.
1489 * incremental.h (enum Incremental_input_flags): New type.
1490 (class Incremental_checker): Remove.
1491 (Incremental_input_entry::Incremental_input_entry): Add argument
1492 serial number.
1493 (Incremental_input_entry::arg_serial): New function.
1494 (Incremental_input_entry::set_is_in_system_directory): New function.
1495 (Incremental_input_entry::is_in_system_directory): New function.
1496 (Incremental_input_entry::arg_serial_): New data member.
1497 (Incremental_input_entry::is_in_system_directory_): New data member.
1498 (class Script_info): Move here from script.h.
1499 (Script_info::Script_info): Add filename parameter.
1500 (Script_info::filename): New function.
1501 (Script_info::filename_): New data member.
1502 (Incremental_script_entry::Incremental_script_entry): Add argument
1503 serial number.
1504 (Incremental_object_entry::Incremental_object_entry): Likewise.
1505 (Incremental_object_entry::add_input_section): Build list of input
1506 sections with map to original shndx.
1507 (Incremental_object_entry::get_input_section_index): New function.
1508 (Incremental_object_entry::shndx_): New data member.
1509 (Incremental_object_entry::name_key_): Rename; adjust all refs.
1510 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
1511 (Incremental_archive_entry::Incremental_archive_entry): Add argument
1512 serial number.
1513 (Incremental_inputs::report_archive_begin): Likewise.
1514 (Incremental_inputs::report_object): Likewise.
1515 (Incremental_inputs::report_script): Likewise.
1516 (class Incremental_global_symbol_reader): New class.
1517 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
1518 and store flags and input file type.
1519 (Incremental_input_entry_reader::arg_serial): New function.
1520 (Incremental_input_entry_reader::type): Extract type from flags.
1521 (Incremental_input_entry_reader::is_in_system_directory): New function.
1522 (Incremental_input_entry_reader::get_input_section_count): Call
1523 accessor function for type.
1524 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
1525 function for type; adjust size of global symbol entry.
1526 (Incremental_input_entry_reader::get_global_symbol_count): Call
1527 accessor function for type.
1528 (Incremental_input_entry_reader::get_object_count): Likewise.
1529 (Incremental_input_entry_reader::get_object_offset): Likewise.
1530 (Incremental_input_entry_reader::get_member_count): Likewise.
1531 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
1532 (Incremental_input_entry_reader::get_member_offset): Likewise.
1533 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
1534 (Incremental_input_entry_reader::Global_symbol_info): Remove.
1535 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
1536 (Incremental_input_entry_reader::get_global_symbol_reader): New
1537 function.
1538 (Incremental_input_entry_reader::get_output_symbol_index): New
1539 function.
1540 (Incremental_input_entry_reader::type_): Remove.
1541 (Incremental_input_entry_reader::flags_): New data member.
1542 (Incremental_inputs_reader::input_file_offset): New function.
1543 (Incremental_inputs_reader::input_file_index): New function.
1544 (Incremental_inputs_reader::input_file): Call input_file_offset.
1545 (Incremental_inputs_reader::input_file_at_offset): New function.
1546 (Incremental_relocs_reader::get_r_type): Reformat.
1547 (Incremental_relocs_reader::get_r_shndx): Reformat.
1548 (Incremental_relocs_reader::get_r_offset): Reformat.
1549 (Incremental_relocs_reader::data): New function.
1550 (Incremental_binary::Incremental_binary): Initialize new data members.
1551 (Incremental_binary::check_inputs): Add cmdline parameter.
1552 (Incremental_binary::file_is_unchanged): Remove.
1553 (Input_reader::arg_serial): New function.
1554 (Input_reader::get_unused_symbol_count): New function.
1555 (Input_reader::get_unused_symbol): New function.
1556 (Input_reader::do_arg_serial): New function.
1557 (Input_reader::do_get_unused_symbol_count): New function.
1558 (Input_reader::do_get_unused_symbol): New function.
1559 (Incremental_binary::input_file_count): New function.
1560 (Incremental_binary::get_input_reader): Change signature to use
1561 index instead of filename.
1562 (Incremental_binary::file_has_changed): New function.
1563 (Incremental_binary::get_input_argument): New function.
1564 (Incremental_binary::get_library): New function.
1565 (Incremental_binary::get_script_info): New function.
1566 (Incremental_binary::init_layout): New function.
1567 (Incremental_binary::reserve_layout): New function.
1568 (Incremental_binary::output_file): New function.
1569 (Incremental_binary::do_check_inputs): New function.
1570 (Incremental_binary::do_file_is_unchanged): Remove.
1571 (Incremental_binary::do_file_has_changed): New function.
1572 (Incremental_binary::do_init_layout): New function.
1573 (Incremental_binary::do_reserve_layout): New function.
1574 (Incremental_binary::do_input_file_count): New function.
1575 (Incremental_binary::do_get_input_reader): Change signature.
1576 (Incremental_binary::input_args_map_): New data member.
1577 (Incremental_binary::library_map_): New data member.
1578 (Incremental_binary::script_map_): New data member.
1579 (Sized_incremental_binary::Sized_incremental_binary): Initialize
1580 new data members.
1581 (Sized_incremental_binary::output_section): New function.
1582 (Sized_incremental_binary::inputs_reader): Add const.
1583 (Sized_incremental_binary::symtab_reader): Add const.
1584 (Sized_incremental_binary::relocs_reader): Add const.
1585 (Sized_incremental_binary::got_plt_reader): Add const.
1586 (Sized_incremental_binary::get_symtab_view): New function.
1587 (Sized_incremental_binary::Inputs_reader): New typedef.
1588 (Sized_incremental_binary::Input_entry_reader): New typedef.
1589 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
1590 (Sized_incremental_binary::do_file_is_unchanged): Remove.
1591 (Sized_incremental_binary::do_file_has_changed): New function.
1592 (Sized_incremental_binary::do_init_layout): New function.
1593 (Sized_incremental_binary::do_reserve_layout): New function.
1594 (Sized_input_reader::Inputs_reader): Remove.
1595 (Sized_input_reader::Input_entry_reader): Remove.
1596 (Sized_input_reader::do_arg_serial): New function.
1597 (Sized_input_reader::do_get_unused_symbol_count): New function.
1598 (Sized_input_reader::do_get_unused_symbol): New function.
1599 (Sized_incremental_binary::do_input_file_count): New function.
1600 (Sized_incremental_binary::do_get_input_reader): Change signature;
1601 use index instead of filename.
1602 (Sized_incremental_binary::section_map_): New data member.
1603 (Sized_incremental_binary::input_entry_readers_): New data member.
1604 (class Sized_incr_relobj): New class.
1605 (class Sized_incr_dynobj): New class.
1606 (make_sized_incremental_object): New function.
1607 (class Incremental_library): New class.
1608 * layout.cc (Free_list::num_lists): New static data member.
1609 (Free_list::num_nodes): New static data member.
1610 (Free_list::num_removes): New static data member.
1611 (Free_list::num_remove_visits): New static data member.
1612 (Free_list::num_allocates): New static data member.
1613 (Free_list::num_allocate_visits): New static data member.
1614 (Free_list::init): New function.
1615 (Free_list::remove): New function.
1616 (Free_list::allocate): New function.
1617 (Free_list::dump): New function.
1618 (Free_list::print_stats): New function.
1619 (Layout_task_runner::run): Resize output file for incremental updates.
1620 (Layout::Layout): Initialize new data members.
1621 (Layout::set_incremental_base): New function.
1622 (Layout::init_fixed_output_section): New function.
1623 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
1624 incremental updates.
1625 (Layout::create_gold_note): Do not create gold note section for
1626 incremental updates.
1627 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
1628 for incremental updates.
1629 (Layout::set_section_offsets): For incremental updates, allocate space
1630 from free list.
1631 (Layout::create_symtab_sections): Layout with offsets relative to
1632 start of section; for incremental updates, allocate space from free
1633 list.
1634 (Layout::create_shdrs): For incremental updates, allocate space from
1635 free list.
1636 (Layout::finish_dynamic_section): For incremental updates, do not
1637 check --as-needed (fixed in subsequent patch).
1638 * layout.h (class Free_list): New class.
1639 (Layout::set_incremental_base): New function.
1640 (Layout::incremental_base): New function.
1641 (Layout::init_fixed_output_section): New function.
1642 (Layout::allocate): New function.
1643 (Layout::incremental_base_): New data member.
1644 (Layout::free_list_): New data member.
1645 * main.cc (main): Print Free_list statistics.
1646 * object.cc (Relobj::finalize_incremental_relocs): Add
1647 clear_counts parameter; clear counts only when clear_counts is set.
1648 (Sized_relobj::Sized_relobj): Initialize new base class.
1649 (Sized_relobj::do_layout): Don't report special sections.
1650 (Sized_relobj::do_for_all_local_got_entries): New function.
1651 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
1652 symtab_off to all symbol table offsets.
1653 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
1654 * object.h (class Got_offset_list): Move to top of file.
1655 (Object::Object): Allow case where input_file == NULL.
1656 (Object::~Object): Likewise.
1657 (Object::input_file): Assert that input_file != NULL.
1658 (Object::lock): Allow case where input_file == NULL.
1659 (Object::unlock): Likewise.
1660 (Object::is_locked): Likewise.
1661 (Object::token): Likewise.
1662 (Object::release): Likewise.
1663 (Object::is_incremental): New function.
1664 (Object::get_mtime): New function.
1665 (Object::for_all_local_got_entries): New function.
1666 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
1667 (Object::set_is_in_system_directory): New function.
1668 (Object::is_in_system_directory): New function.
1669 (Object::do_is_incremental): New function.
1670 (Object::do_get_mtime): New function.
1671 (Object::do_for_all_local_got_entries): New function.
1672 (Object::is_in_system_directory_): New data member.
1673 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
1674 (class Sized_relobj_base): New class.
1675 (class Sized_relobj): Derive from Sized_relobj_base.
1676 (class Sized_relobj::Symbols): Redeclare from base class.
1677 (class Sized_relobj::local_got_offset_list): Remove.
1678 (class Sized_relobj::Output_sections): Redeclare from base class.
1679 (class Sized_relobj::do_for_all_local_got_entries): New function.
1680 (class Sized_relobj::write_local_symbols): Add offset parameter.
1681 (class Sized_relobj::local_symbol_offset_): Update comment.
1682 (class Sized_relobj::local_dynsym_offset_): Update comment.
1683 * options.cc (Input_arguments::add_file): Remove const.
1684 * options.h (Input_file_argument::Input_file_argument):
1685 Initialize arg_serial_ (all constructors).
1686 (Input_file_argument::set_arg_serial): New function.
1687 (Input_file_argument::arg_serial): New function.
1688 (Input_file_argument::arg_serial_): New data member.
1689 (Input_arguments::Input_arguments): Initialize file_count_.
1690 (Input_arguments::add_file): Remove const.
1691 (Input_arguments::number_of_input_files): New function.
1692 (Input_arguments::file_count_): New data member.
1693 (Command_line::number_of_input_files): Call
1694 Input_arguments::number_of_input_files.
1695 * output.cc (Output_segment_headers::Output_segment_headers):
1696 Set current size.
1697 (Output_section::Input_section::current_data_size): New function.
1698 (Output_section::Output_section): Initialize new data members.
1699 (Output_section::add_input_section): Don't do merge sections for
1700 an incremental link; allocate space from free list for an
1701 incremental update.
1702 (Output_section::add_output_section_data): Allocate space from
1703 free list for an incremental update.
1704 (Output_section::update_data_size): New function.
1705 (Output_section::set_fixed_layout): New function.
1706 (Output_section::reserve): New function.
1707 (Output_segment::set_section_addresses): Remove const.
1708 (Output_segment::set_section_list_addresses): Remove const; allocate
1709 space from free list for an incremental update.
1710 (Output_segment::set_offset): Adjust size of RELRO segment for an
1711 incremental update.
1712 * output.h (Output_data::current_data_size): Move here from
1713 child classes.
1714 (Output_data::pre_finalize_data_size): New function.
1715 (Output_data::update_data_size): New function.
1716 (Output_section_headers::update_data_size): new function.
1717 (Output_section_data_build::current_data_size): Move to Output_data.
1718 (Output_data_strtab::update_data_size): New function.
1719 (Output_section::current_data_size): Move to Output_data.
1720 (Output_section::set_fixed_layout): New function.
1721 (Output_section::has_fixed_layout): New function.
1722 (Output_section::reserve): New function.
1723 (Output_section::update_data_size): New function.
1724 (Output_section::has_fixed_layout_): New data member.
1725 (Output_section::free_list_): New data member.
1726 (Output_segment::set_section_addresses): Remove const.
1727 (Output_segment::set_section_list_addresses): Remove const.
1728 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
1729 New function.
1730 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
1731 New function.
1732 * readsyms.cc (Read_symbols::do_read_symbols): Add library
1733 parameter when calling Add_symbols constructor; store argument
1734 serial number for members of a lib group.
1735 (Add_symbols::locks): Allow case where token == NULL.
1736 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
1737 (Read_member::~Read_member): New function.
1738 (Read_member::is_runnable): New function.
1739 (Read_member::locks): New function.
1740 (Read_member::run): New function.
1741 (Check_script::~Check_script): New function.
1742 (Check_script::is_runnable): New function.
1743 (Check_script::locks): New function.
1744 (Check_script::run): New function.
1745 (Check_library::~Check_library): New function.
1746 (Check_library::is_runnable): New function.
1747 (Check_library::locks): New function.
1748 (Check_library::run): New function.
1749 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
1750 (Add_symbols::library_): New data member.
1751 (class Read_member): New class.
1752 (class Check_script): New class.
1753 (class Check_library): New class.
1754 * reloc.cc (Read_relocs::is_runnable): Allow case where
1755 token == NULL.
1756 (Read_relocs::locks): Likewise.
1757 (Scan_relocs::locks): Likewise.
1758 (Relocate_task::locks): Likewise.
1759 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
1760 to clear counters.
1761 (Sized_relobj::incremental_relocs_scan): Fix comment.
1762 (Sized_relobj::do_relocate): Pass output file offset to
1763 write_local_symbols.
1764 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
1765 from class declaration.
1766 * script.cc (read_input_script): Allocate Script_info; pass
1767 argument serial number to report_script.
1768 * script.h (class Script_info): Move to incremental.h.
1769 * symtab.cc (Symbol_table::add_from_incrobj): New function.
1770 * symtab.h (Symbol_table::add_from_incrobj): New function.
1771 (Symbol_table::set_file_offset): New function.
1772
b961d0d7
CC
17732011-04-05 Cary Coutant <ccoutant@google.com>
1774
1775 * incremental-dump.cc (dump_incremental_inputs): Change signature
1776 to take a Sized_incremental_binary; change caller. Use readers
1777 in Sized_incremental_binary.
1778 * incremental.cc
1779 (Sized_incremental_binary::find_incremental_inputs_sections):
1780 Rename do_find_incremental_inputs_sections to this.
1781 (Sized_incremental_binary::setup_readers): New function.
1782 (Sized_incremental_binary::do_check_inputs): Check
1783 has_incremental_info_ flag; move setup code to setup_readers;
1784 use input readers.
1785 (Sized_incremental_binary::do_file_is_unchanged): New function.
1786 (Sized_incremental_binary::do_get_input_reader): New function.
1787 * incremental.h (class Incremental_binary): Move to end of file.
1788 (Incremental_binary::file_is_unchanged): New function.
1789 (Incremental_binary::do_file_is_unchanged): New function.
1790 (Incremental_binary::Input_reader): New class.
1791 (Incremental_binary::get_input_reader): New function.
1792 (class Sized_incremental_binary): Move to end of file.
1793 (Sized_incremental_binary::Sized_incremental_binary): Setup the
1794 input section reader classes.
1795 (Sized_incremental_binary::has_incremental_info): New function.
1796 (Sized_incremental_binary::inputs_reader): New function.
1797 (Sized_incremental_binary::symtab_reader): New function.
1798 (Sized_incremental_binary::relocs_reader): New function.
1799 (Sized_incremental_binary::got_plt_reader): New function.
1800 (Sized_incremental_binary::do_file_is_unchanged): New function.
1801 (Sized_incremental_binary::Sized_input_reader): New class.
1802 (Sized_incremental_binary::get_input_reader): New function.
1803 (Sized_incremental_binary::find_incremental_inputs_sections):
1804 Rename do_find_incremental_inputs_sections to this.
1805 (Sized_incremental_binary::setup_readers): New function.
1806 (Sized_incremental_binary::has_incremental_info_): New data member.
1807 (Sized_incremental_binary::inputs_reader_): New data member.
1808 (Sized_incremental_binary::symtab_reader_): New data member.
1809 (Sized_incremental_binary::relocs_reader_): New data member.
1810 (Sized_incremental_binary::got_plt_reader_): New data member.
1811 (Sized_incremental_binary::current_input_file_): New data member.
1812
a869183f
PP
18132011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1814
1815 PR gold/12640
1816 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
1817 violation.
1818
18192011-03-30 Cary Coutant <ccoutant@google.com>
c7975edd
CC
1820
1821 * archive.cc (Archive::include_member): Adjust call to report_object.
1822 (Add_archive_symbols::run): Add script_info to call to
1823 report_archive_begin.
1824 (Lib_group::include_member): Adjust call to report_object.
1825 (Add_lib_group_symbols::run): Adjust call to report_object.
1826 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
1827 blocks. Add object count for script input files.
1828 * incremental.cc (Incremental_inputs::report_archive_begin): Add
1829 script_info parameter; change all callers.
1830 (Incremental_inputs::report_object): Add script_info parameter;
1831 change all callers.
1832 (Incremental_inputs::report_script): Store backpointer to
1833 incremental info entry.
1834 (Output_section_incremental_inputs::set_final_data_size): Record
1835 additional information for scripts.
1836 (Output_section_incremental_inputs::write_info_blocks): Likewise.
1837 * incremental.h (Incremental_script_entry::add_object): New function.
1838 (Incremental_script_entry::get_object_count): New function.
1839 (Incremental_script_entry::get_object): New function.
1840 (Incremental_script_entry::objects_): New data member; adjust
1841 constructor.
1842 (Incremental_inputs::report_archive_begin): Add script_info parameter.
1843 (Incremental_inputs::report_object): Add script_info parameter.
1844 (Incremental_inputs_reader::get_object_count): New function.
1845 (Incremental_inputs_reader::get_object_offset): New function.
1846 * options.cc (Input_arguments::add_file): Return reference to
1847 new input argument.
1848 * options.h (Input_argument::set_script_info): New function.
1849 (Input_argument::script_info): New function.
1850 (Input_argument::script_info_): New data member; adjust all
1851 constructors.
1852 (Input_file_group::add_file): Return reference to new input argument.
1853 (Input_file_lib::add_file): Likewise.
1854 (Input_arguments::add_file): Likewise.
1855 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
1856 * script.cc (Parser_closure::Parser_closure): Add script_info
1857 parameter; adjust all callers.
1858 (Parser_closure::script_info): New function.
1859 (Parser_closure::script_info_): New data member.
1860 (read_input_script): Report scripts earlier to incremental info.
1861 (script_add_file): Set script_info in Input_argument.
1862 (script_add_library): Likewise.
1863 * script.h (Script_options::Script_info): Rewrite class.
1864
a869183f 18652011-03-29 Cary Coutant <ccoutant@google.com>
e0c52780
CC
1866
1867 * archive.cc (Library_base::should_include_member): Move
1868 method here from class Archive.
1869 (Archive::Archive): Initialize base class.
1870 (Archive::should_include_member): Move to base class.
1871 (Archive::do_for_all_unused_symbols): New function.
1872 (Add_archive_symbols::run): Remove redundant access to
1873 incremental_inputs.
1874 (Lib_group::Lib_group): Initialize base class.
1875 (Lib_group::do_filename): New function.
1876 (Lib_group::include_member): Pass pointer to Lib_group to
1877 report_object.
1878 (Lib_group::do_for_all_unused_symbols): New function.
1879 (Add_lib_group_symbols::run): Report archive information for
1880 incremental links.
1881 * archive.h (class Library_base): New base class.
1882 (class Archive): Derive from Library_base.
1883 (Archive::filename): Move to base class.
1884 (Archive::set_incremental_info): Likewise.
1885 (Archive::incremental_info): Likewise.
1886 (Archive::Should_include): Likewise.
1887 (Archive::should_include_member): Likewise.
1888 (Archive::Armap_entry): Remove.
1889 (Archive::Unused_symbol_iterator): Remove.
1890 (Archive::unused_symbols_begin): Remove.
1891 (Archive::unused_symbols_end): Remove.
1892 (Archive::do_filename): New function.
1893 (Archive::do_get_mtime): New function.
1894 (Archive::do_for_all_unused_symbols): New function.
1895 (Archive::task_): Move to base class.
1896 (Archive::incremental_info_): Likewise.
1897 (class Lib_group): Derive from Library_base.
1898 (Lib_group::do_filename): New function.
1899 (Lib_group::do_get_mtime): New function.
1900 (Lib_group::do_for_all_unused_symbols): New function.
1901 (Lib_group::task_): Move to base class.
1902 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
1903 function.
1904 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
1905 function.
1906 * incremental.cc (Incremental_inputs::report_archive_begin):
1907 Use Library_base; call library's get_mtime; add incremental inputs
1908 entry before members.
1909 (class Unused_symbol_visitor): New class.
1910 (Incremental_inputs::report_archive_end): Use Library_base; use
1911 visitor class to record unused symbols; don't add incremental inputs
1912 entry after members.
1913 (Incremental_inputs::report_object): Use Library_base.
1914 * incremental.h
1915 (Incremental_archive_entry::Incremental_archive_entry): Remove
1916 unused Archive parameter.
1917 (Incremental_inputs::report_archive_begin): Use Library_base.
1918 (Incremental_inputs::report_archive_end): Likewise.
1919 (Incremental_inputs::report_object): Likewise.
1920 * object.cc (Sized_relobj::do_for_all_global_symbols): New
1921 function.
1922 * object.h (Object::for_all_global_symbols): New function.
1923 (Object::do_for_all_global_symbols): New function.
1924 (Sized_relobj::do_for_all_global_symbols): New function.
1925 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
1926 function.
1927 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
1928 function.
1929
61ab3e40
ILT
19302011-03-27 Ian Lance Taylor <iant@google.com>
1931
1932 * archive.cc (Archive::interpret_header): Return -1 if something
1933 goes wrong. Change callers accordingly.
1934
30e1f9e6
CC
19352011-03-25 Cary Coutant <ccoutant@google.com>
1936
1937 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
1938 * testsuite/Makefile.in: Regenerate.
1939
9c793f14
RÁE
19402010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
1941
1942 * plugin.cc (get_view): New.
1943 (Plugin::load): Pass get_view to the plugin.
1944 (Plugin_manager::get_view): New.
1945
9312bb0a
ILT
19462011-03-21 Ian Lance Taylor <iant@google.com>
1947
1948 * testsuite/final_layout.sh: Rewrite to not use dc.
07aead7b 1949 * testsuite/relro_test.sh: Fail if dc is not present.
9312bb0a 1950
7e12ba9e
ST
19512011-03-21 Sriraman Tallam <tmsriram@google.com>
1952
1953 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
1954 Change == to -eq.
1955 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
1956 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
1957 Change == to -eq.
1958 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
1959 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
1960
fd7a005d
ILT
19612011-03-14 Ian Lance Taylor <iant@google.com>
1962
1963 * script-sections.cc (Sort_output_sections::script_compare):
1964 Rename from is_before, change return type.
1965 (Sort_output_sections::operator()): Adjust accordingly.
1966
ed16fd1b
ILT
19672011-03-11 Jeffrey Yasskin <jyasskin@google.com>
1968
1969 PR gold/12572
1970 * testsuite/odr_violation2.cc: Add comment to make all error line
1971 numbers double digits.
1972 * testsuite/debug_msg.sh: Adjust expected errors.
1973
71ff8986
ILT
19742011-03-09 Jeffrey Yasskin <jyasskin@google.com>
1975
1976 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
1977 but mark earlier ones as non-canonical
1978 (offset_to_iterator): Update search target and example
1979 (do_addr2line): Return extra lines in a vector*
1980 (format_file_lineno): Extract from do_addr2line
1981 (one_addr2line): Add vector* out-param
1982 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
1983 when a lineno entry appeared last for its instruction
1984 (Dwarf_line_info): Add vector* out-param
1985 * object.cc (Relocate_info): Pass NULL for the vector* out-param
1986 * symtab.cc (Odr_violation_compare): Include the lineno in the
1987 comparison again.
1988 (linenos_from_loc): New. Combine the canonical line for an
1989 address with its other lines.
1990 (True_if_intersect): New. Helper functor to make
1991 std::set_intersection a query.
1992 (detect_odr_violations): Compare sets of lines instead of just
1993 one line for each function. This became less deterministic, but
1994 has fewer false positives.
1995 * symtab.h: Declarations.
1996 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
1997 mix an optimized and non-optimized object in the same binary
1998 (odr_violation2.so): Same.
1999 * testsuite/Makefile.in: Regenerate from Makefile.am.
2000 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
2001 * testsuite/debug_msg.sh: Update line numbers and add
2002 assertions.
2003 * testsuite/odr_violation1.cc: Use OdrDerived, in a
2004 non-optimized context.
2005 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
2006 isn't inlined, and use OdrDerived in an optimized context.
2007 * testsuite/odr_header1.h: Defines OdrDerived, where
2008 optimization will change the
2009 first-instruction-in-the-destructor's file and line number.
2010 * testsuite/odr_header2.h: Defines OdrBase.
2011
a19fefdc
ILT
20122011-03-09 Ian Lance Taylor <iant@google.com>
2013
2014 * fileread.cc (File_read::clear_views): Don't delete the whole
2015 file view.
2016
ecb351e9
ILT
20172011-03-08 Ian Lance Taylor <iant@google.com>
2018
2019 PR gold/12525
2020 * fileread.cc: #include <climits>.
2021 (GOLD_IOV_MAX): Define.
2022 (File_read::read_multiple): Limit number of entries by iov_max.
2023 * fileread.h (class File_read): Always set max_readv_entries to
2024 128.
2025
b821d13c
ILT
20262011-03-07 Ian Lance Taylor <iant@google.com>
2027
2028 PR gold/12525
2029 * options.h (class General_options): Add -dy and -dn.
2030
89243142
CC
20312011-03-02 Cary Coutant <ccoutant@google.com>
2032
2033 * testsuite/script_test_9.t: Add TLS segment.
2034
d0773f31
ILT
20352011-03-02 Simon Baldwin <simonb@google.com>
2036
2037 * configure.ac: Add check for gnu_indirect_function support in
2038 the toolchain building binutils.
2039 * configure: Rebuild.
2040
badc8139
RÁE
20412010-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
2042
2043 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
2044 plugin only symbols.
2045 (Symbol_table::sized_finalize_symbol) Mark symbol only present
2046 in plugin files as not needed in the symbol table.
2047
4cf7a849
ST
20482011-02-11 Sriraman Tallam <tmsriram@google.com>
2049
2050 * output.cc (Output_section::add_input_section): Delay fill
2051 generation for section ordering.
2052
b578bd7d
ILT
20532011-02-09 Ian Lance Taylor <iant@google.com>
2054
2055 PR gold/12316
2056 * object.h (class Sized_relobj): Remove clear_local_symbols.
2057 * reloc.cc (Sized_relobj::do_relocate): Don't call
2058 clear_local_symbols.
2059
84ced98a
RÁE
20602010-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
2061
2062 * plugin.cc (is_visible_from_outside): Return true for symbols
2063 in the -u option.
2064
55382fb7
ILT
20652011-02-04 Jeffrey Yasskin <jyasskin@google.com>
2066
2067 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
2068 filename.
2069
4e271fff
ST
20702011-02-02 Sriraman Tallam <tmsriram@google.com>
2071
2072 * icf.h (is_section_foldable_candidate): Change type of parameter
2073 to std::string.
2074 * icf.cc (Icf::find_identical_sections): Change type of local variable
2075 section_name to be std::string.
2076 (is_function_ctor_or_dtor): Change type of parameter to std::string.
2077
d433c3ac
ILT
20782011-01-25 Ian Lance Taylor <iant@google.com>
2079
2080 * script.cc (script_add_extern): Rewrite to use
2081 add_symbol_reference.
2082
880473a6
DK
20832011-01-25 Doug Kwan <dougkwan@google.com>
2084
d433c3ac 2085 * icf.cc (get_section_contents): Always lock section's object.
880473a6 2086
f30f86fa
ILT
20872011-01-24 Ian Lance Taylor <iant@google.com>
2088
2089 * options.h (class General_options): Accept
2090 --no-detect-odr-violations.
2091
8e51a0b9
ILT
20922011-01-24 Ian Lance Taylor <iant@google.com>
2093
2094 * version.cc (version_string): Bump to 1.11.
2095
0f3b89d8
ILT
20962011-01-24 Ian Lance Taylor <iant@google.com>
2097
2098 * plugin.cc (class Plugin_rescan): Define new class.
2099 (Plugin_manager::claim_file): Set any_claimed_.
2100 (Plugin_manager::save_archive): New function.
2101 (Plugin_manager::save_input_group): New function.
2102 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
2103 necessary.
2104 (Plugin_manager::new_undefined_symbol): New function.
2105 (Plugin_manager::rescan): New function.
2106 (Plugin_manager::rescannable_defines): New function.
2107 (Plugin_manager::add_input_file): Set any_added_.
2108 * plugin.h (class Plugin_manager): define new fields rescannable_,
2109 undefined_symbols_, any_claimed_, and any_added_. Declare
2110 Plugin_rescan as friend. Declare new functions.
2111 (Plugin_manager::Rescannable): Define type.
2112 (Plugin_manager::Rescannable_list): Define type.
2113 (Plugin_manager::Undefined_symbol_list): Define type.
2114 (Plugin_manager::Plugin_manager): Initialize new fields.
2115 * archive.cc (Archive::defines_symbol): New function.
2116 (Add_archive_symbols::run): Pass archive to plugins if any.
2117 * archive.h (class Archive): Declare defines_symbol.
2118 * readsyms.cc (Input_group::~Input_group): New function.
2119 (Finish_group::run): Pass input_group to plugins if any.
2120 * readsyms.h (class Input_group): Declare destructor.
2121 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
2122 any.
2123
3bb951e5
ILT
21242011-01-10 Ian Lance Taylor <iant@google.com>
2125
2126 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
2127 section as relro.
2128 (Layout::set_segment_offsets): Reset increase_relro before calling
2129 set_section_addresses a second time.
2130
0aa45fac
CC
21312011-01-04 Cary Coutant <ccoutant@google.com>
2132
2133 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
2134 sections before NOBITS sections.
2135
0db46eb4
L
21362011-01-01 H.J. Lu <hongjiu.lu@intel.com>
2137
2138 * version.cc (print_version): Update copyright to 2011.
2139
829c9745
CC
21402010-12-23 Cary Coutant <ccoutant@google.com>
2141
2142 * output.h (Output_data_reloc::add_output_section): Pass OD instead
2143 of OS to this->add. Add OD parameter to second form of the function.
2144
7500420b
ILT
21452010-12-20 Ian Lance Taylor <iant@google.com>
2146
2147 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
2148 second of two consecutive entries with same offset.
2149
f8e9a930
RW
21502010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2151
2152 * testsuite/Makefile.am (ifuncmain2static_LDADD)
2153 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
2154 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
2155 to avoid unneeded links against $(LDADD).
2156 * testsuite/Makefile.in: Regenerate.
2157
2fbb4320
ILT
21582010-12-15 Ian Lance Taylor <iant@google.com>
2159
2160 PR gold/12324
2161 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
2162 for R_X86_64_32 and R_X86_64_PC32.
2163 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
2164 ver_matching_def_pic.o.
2165 (ver_matching_def_pic.o): New target.
2166
fedb228d
RW
21672010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2168
2169 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
2170 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
2171 Move definition before File_read::View member definitions.
2172 (File_read::View::~View): Initialize and hold lock before
2173 updating current_mapped_bytes.
2174
9b547ce6
RW
21752010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2176
2177 * dwarf_reader.cc: Remove outdated comment.
2178 * gold-threads.cc: Fix typo in error message.
2179 * archive.cc: Fix typos in comments.
2180 * archive.h: Likewise.
2181 * arm-reloc-property.cc: Likewise.
2182 * arm-reloc-property.h: Likewise.
2183 * arm-reloc.def: Likewise.
2184 * arm.cc: Likewise.
2185 * attributes.h: Likewise.
2186 * cref.cc: Likewise.
2187 * ehframe.cc: Likewise.
2188 * fileread.h: Likewise.
2189 * gold.h: Likewise.
2190 * i386.cc: Likewise.
2191 * icf.cc: Likewise.
2192 * incremental.h: Likewise.
2193 * int_encoding.cc: Likewise.
2194 * layout.h: Likewise.
2195 * main.cc: Likewise.
2196 * merge.h: Likewise.
2197 * object.cc: Likewise.
2198 * object.h: Likewise.
2199 * options.cc: Likewise.
2200 * readsyms.cc: Likewise.
2201 * reduced_debug_output.cc: Likewise.
2202 * reloc.cc: Likewise.
2203 * script-sections.cc: Likewise.
2204 * sparc.cc: Likewise.
2205 * symtab.h: Likewise.
2206 * target-reloc.h: Likewise.
2207 * target.cc: Likewise.
2208 * target.h: Likewise.
2209 * timer.cc: Likewise.
2210 * timer.h: Likewise.
2211 * x86_64.cc: Likewise.
2212
83e17bd5
CC
22132010-12-09 Cary Coutant <ccoutant@google.com>
2214
2215 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
2216 stack.
2217 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
2218 parameter; change all callers.
2219 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
2220 * options.h (warn_execstack): New option.
2221
017257f8
DK
22222010-12-07 Doug Kwan <dougkwan@google.com>
2223
2224 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
2225 like function call relocations.
2226
c20cbc06
ILT
22272010-12-07 Ian Lance Taylor <iant@google.com>
2228
2229 * archive.cc (Archive::get_elf_object_for_member): Permit
2230 punconfigured to be NULL.
2231 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
2232 (Archive::include_member): Pass NULL to get_elf_object_for_member
2233 if we searched for the archive and this is the first included
2234 object.
2235
4dbfafcc
ILT
22362010-12-01 Ian Lance Taylor <iant@google.com>
2237
2238 * dwarf_reader.h (class Sized_dwarf_line_info): Add
2239 track_relocs_type_ field.
2240 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
2241 Set track_relocs_type_.
2242 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
2243 contents when using RELA relocs.
2244 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
2245 reloc_map_.
2246 * reloc.cc (Track_relocs::next_addend): New function.
2247 * reloc.h (class Track_relocs): Declare next_addend.
2248
e5e19edd
ILT
22492010-12-01 Ian Lance Taylor <iant@google.com>
2250
2251 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
2252 virtual destructor.
2253
9a5ce24c
ILT
22542010-12-01 Ian Lance Taylor <iant@google.com>
2255
2256 * README: Update compilers known to work and fail.
2257
c7791212
NC
22582010-11-23 Matthias Klose <doko@ubuntu.com>
2259
2260 * configure.in: For --enable-gold, handle value `default' instead of
2261 `both*'. Always install ld as ld.bfd, install as ld if gold is
2262 not the default.
2263 * configure: Regenerate.
2264
0ad220c9
DK
22652010-11-18 Doug Kwan <dougkwan@google.com>
2266
2267 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
2268 and right_alignment to be zero. Store result alignment only if it is
2269 greater than existing alignment.
2270
ab8056e0
CC
22712010-11-16 Cary Coutant <ccoutant@google.com>
2272
2273 PR gold/12220
2274 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
2275 Check for ".zdebug_line".
2276
fd064a5b
CC
22772010-11-16 Doug Kwan <dougkwan@google.com>
2278 Cary Coutant <ccoutant@google.com>
2279
2280 * output.h (Output_segment::set_section_addresses): Pass increase_relro
2281 by reference; adjust all callers.
2282 * output.cc (Output_segment::set_section_addresses): Adjust references
2283 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
2284 list is empty.
2285 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
2286 end at page boundary.
2287
6fc6ea19
CC
22882010-11-16 Cary Coutant <ccoutant@google.com>
2289
2290 PR gold/12220
2291 * layout.cc (Layout::choose_output_section): Transform names of
2292 compressed sections even when using a script with a SECTIONS clause.
2293 (Layout::output_section_name): Remove code to transform
2294 compressed debug section names.
2295 * output.cc (Output_section::add_input_section): Use uncompressed
2296 section size when tracking input sections.
2297
95a2c8d6
RS
22982010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
2299
2300 * symtab.h (Symbol::NON_PIC_REF): Remove.
2301 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
2302 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
2303 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
2304 (Symbol::use_plt_offset): Take a flags argument and pass it
2305 directly to needs_dynamic_reloc. Restrict check for undefined
2306 weak symbols to function calls.
2307 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
2308 (Target_arm::Scan::global): Use it.
2309 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
2310 (Target_arm::Relocate::relocate): Likewise.
2311 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
2312 parameter with an r_type parameter. Use get_reference_flags
2313 to get the flags.
2314 (Target_arm::Relocate::relocate): Update accordingly.
2315 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
2316 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
2317 (Target_i386::Scan::global): Likewise.
2318 (Target_i386::Relocate::relocate): Likewise.
2319 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
2320 parameter with an r_type parameter. Use get_reference_flags
2321 to get the flags.
2322 (Target_i386::Relocate::relocate): Update accordingly.
2323 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
2324 (Target_powerpc::Scan::global): Use it.
2325 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
2326 (Target_powerpc::Relocate::relocate): Likewise.
2327 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
2328 (Target_sparc::Scan::global): Use it.
2329 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
2330 (Target_sparc::Relocate::relocate): Likewise.
2331 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
2332 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
2333 (Target_x86_64::Scan::global): Likewise.
2334 (Target_x86_64::Relocate::relocate): Likewise.
2335
f625ae50
DK
23362010-11-08 Doug Kwan <dougkwan@google.com>
2337 Cary Coutant <ccoutant@google.com>
2338
2339 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
2340 (Arm_exidx_merge_section::section_contents_): New data member.
2341 (Arm_input_section::Arm_input_section): Initialize original_contents_.
2342 (Arm_input_section::~Arm_input_section): De-allocate memory.
2343 (Arm_input_section::original_contents_): New data member.
2344 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
2345 in parameters instead of calling Object::section_contents without
2346 locking.
2347 (Arm_output_section::group_section): New parameter TASK. Pass it
2348 to callees that need locking objects.
2349 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
2350 to lock EXIDX input sections. Fix a formatting issue. Call
2351 Arm_exidx_merged_section::build_contents to create merged section
2352 contents.
2353 (Arm_output_section::create_stub_group): New parameter TASK. Use it
2354 to lock object of stub table owner.
2355 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
2356 TEXT_SIZE to initialize data member TEXT_SIZE_.
2357 (Arm_exidx_input_section::addralign): Fix typo in comment.
2358 (Arm_exidx_input_section::text_size): New method.
2359 (Target_arm::do_relax): New parameter TASK. Pass it to callees
2360 that require locking objects. Lock objects before scanning for stubs
2361 and updating local symbols.
2362 (Arm_input_section<big_endian>::init): Copy contents of original
2363 input section.
2364 (Arm_input_section<big_endian>::do_write): Use saved contents of
2365 original input section instead of calling Object::section_contents
2366 without locking.
2367 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
2368 size without calling Object::section_size().
2369 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
2370 for size. Allocate a buffer for merged EXIDX entries.
2371 (Arm_exidx_merged_section::build_contents): New method.
2372 (Arm_exidx_merged_section::do_write): Move merge section contents
2373 building code to Arm_exidx_merged_section::build_contetns. Write
2374 out contetns in buffer instead of building it on the fly.
2375 (Arm_relobj::make_exidx_input_section): Also pass text section size
2376 to Arm_exidx_input_section constructor.
2377 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
2378 (Arm_dynobj::do_read_symbols): Fix memory leak.
2379 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
2380 * target.h: (class Task): Add forward declaration.
2381 (Target::relax): Add new parameter TASK and pass it to
2382 Target::do_relax().
2383 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
2384
5f9bcf58
CC
23852010-11-05 Cary Coutant <ccoutant@google.com>
2386
2387 PR gold/10708
2388 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
2389 object when reading from the file.
2390 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
2391 second layout pass.
2392 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
2393 when reading section contents.
2394 (get_section_contents): Likewise.
2395 (icf::find_identical_sections): Likewise.
2396 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
2397 object when reading from the file.
2398 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
2399 the object when doing deferred section layout.
2400
e597fa08
NC
24012010-11-03 Nick Clifton <nickc@redhat.com>
2402
2403 PR gold/12001
2404 * script.h (class Symbol_assignment: name): New member. Returns
2405 the name of the symbol.
2406 * scrfipt.cc (Script_options::is_pending_assignment): New member.
2407 Returns true if the given symbol name is on the list of
2408 assignments wating to be processed.
2409 * archive.cc (should_incldue_member): If the symbol is undefined,
2410 check to see if it is on the list of symbols pending assignment.
2411
3f9a3278
ILT
24122010-11-03 Ryan Mansfield <rmansfield@qnx.com>
2413
2414 * script-sections.cc (Script_sections::find_memory_region): Check
2415 for a NULL output section pointer.
2416
d06fb4d1
DK
24172010-10-29 Doug Kwan <dougkwan@google.com>
2418
2419 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
2420 Output_section::add_relaxed_input_section.
2421 * output.cc (Output_section::add_relaxed_input_section): Add new
2422 arguments LAYOUT and NAME. Set section order index.
2423 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
2424 Copy section order index.
2425 * output.h (Output_section::add_relaxed_input_section): Add new
2426 arguments LAYOUT and NAME.
2427
90e24de5
ILT
24282010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2429
2430 * testsuite/Makefile.am: Move gcctestdir/ld rule to
2431 NATIVE_OR_CROSS_LINKER.
2432 * testsuite/Makefile.in: Regenerate.
2433
c9484ea5
DK
24342010-10-20 Doug Kwan <dougkwan@google.com>
2435
2436 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
2437 without SHF_LINK_ORDER flags.
2438 * layout.cc (Layout::choose_output_section): Do not filter
2439 SHF_LINK_ORDER flag in a relocatable link.
2440
5bc2f5be
CC
24412010-10-17 Cary Coutant <ccoutant@google.com>
2442
2443 * output.h (Output_segment::set_section_addresses): Change function
2444 signature. Update all callers.
2445 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
2446 sections.
2447 (Output_segment::set_section_addresses): Align after last TLS
2448 section. Add padding before last relro section instead of after.
2449
0c91cf04
DK
24502010-10-17 Doug Kwan <dougkwan@google.com>
2451
2452 * gold/arm.cc (Target_arm::got_section): Use correct order and set
2453 GOT output section to be writable.
2454
8c21d9d3
CC
24552010-10-14 Cary Coutant <ccoutant@google.com>
2456
2457 * debug.h (DEBUG_INCREMENTAL): New flag.
2458 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
2459 * gold.cc (queue_initial_tasks): Check parameters for incremental link
2460 mode.
2461 * incremental.cc (report_command_line): Ignore all forms of
2462 --incremental.
2463 * layout.cc (Layout::Layout): Check parameters for incremental link
2464 mode.
2465 * options.cc (General_options::parse_incremental): New function.
2466 (General_options::parse_no_incremental): New function.
2467 (General_options::parse_incremental_full): New function.
2468 (General_options::parse_incremental_update): New function.
2469 (General_options::incremental_mode_): New data member.
2470 (General_options::finalize): Check incremental_mode_.
2471 * options.h (General_options): Update help text for --incremental.
2472 Add --no-incremental, --incremental-full, --incremental-update.
2473 (General_options::Incremental_mode): New enum type.
2474 (General_options::incremental_mode): New function.
2475 (General_options::incremental_mode_): New data member.
2476 * parameters.cc (Parameters::incremental_mode_): New data member.
2477 (Parameters::set_options): Set incremental_mode_.
2478 (Parameters::set_incremental_full): New function.
2479 (Parameters::incremental): New function.
2480 (Parameters::incremental_update): New function.
2481 (set_parameters_incremental_full): New function.
2482 * parameters.h (Parameters::set_incremental_full): New function.
2483 (Parameters::incremental): New function.
2484 (Parameters::incremental_update): New function.
2485 (Parameters::incremental_mode_): New data member.
2486 (set_parameters_incremental_full): New function.
2487 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
2488 incremental link mode.
2489 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
2490 (Sized_relobj::do_relocate_sections): Likewise.
2491 * testsuite/Makefile.am (incremental_test): Use --incremental-full
2492 option.
2493 * testsuite/Makefile.in: Regenerate.
2494 * testsuite/incremental_test.sh: Filter all forms of --incremental.
2495
bb32aa18 24962010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
eb373049
ILT
2497
2498 * script-sections.h (class Script_sections): Make
2499 Sections_elements typedef public.
2500 * script-sections.cc (class Sort_output_sections): Add elements_
2501 field. Add constructor which sets it; change all callers.
2502 (Sort_output_sections::is_before): New function.
2503 (Sort_output_sections::operator()): Call is_before.
2504 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
2505 conditional.
2506 * testsuite/script_test_10.sh: New test. Test script section
2507 order.
2508 * testsuite/script_test_10.t: Likewise.
2509 * testsuite/script_test_10.s: Likewise.
2510 * testsuite/Makefile.am: Wrap the cross linker tests and the
2511 common tests into NATIVE_OR_CROSS_LINKER.
2512 (check_SCRIPTS): Add script_test_10.sh.
2513 (check_DATA): Add script_test_10.stdout.
2514 (script_test_10.o, script_test_10): New targets.
2515 (script_test_10.stdout): New target.
2516 * configure, testsuite/Makefile.in: Regenerate.
2517
3cef7179
ILT
25182010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2519
2520 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
2521 error for the deprecated relocations.
2522 (Target_arm::Scan::global): Likewise.
2523 (Target_arm::Relocate::relocate): Likewise.
2524
7411e9a8
RS
25252010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
2526
2527 * fileread.cc (Input_file::find_file): Initialize *found_name
2528 and *namep when using the fallback search for case 4.
2529
6a9da32a
CC
25302010-10-11 Cary Coutant <ccoutant@google.com>
2531
2532 * options.h (class General_options): Redefine -z lazy as an alias for
2533 the negation of -z now.
2534
ac897c20
ILT
25352010-10-11 Ian Lance Taylor <iant@google.com>
2536
2537 * resolve.cc (symbol_to_bits): Report the value of the unsupported
2538 binding.
2539
ea5cae92
NC
25402010-10-06 Nick Clifton <nickc@redhat.com>
2541
2542 * script-sections.cc(class Memory_region): Remove
2543 current_lma_offset_ field. Rename current_vma_offset_ to
2544 current_offset_. Add last_section_ field.
2545 (Memory_region::get_current_vma_address): Rename to
2546 get_current_address.
2547 (Memory_region::get_current_lma_address): Delete.
2548 (Memory_region::increment_vma_offset): Rename to
2549 increment_offset.
2550 (Memory_region::increment_lma_offset): Delete.
2551 (Memory_region::attributes_compatible): New method. Returns
2552 true if the provided section is compatible with the region.
2553 (Memory_region::get_last_section): New method. Returns the last
2554 section to use the region.
2555 (Memory_region::set_last_section): New method. Stores the last
2556 section to use the region.
2557 (Script_sections::block_in_region): New method. Returns true if
2558 a block of memory is contained within a region.
2559 (Script_sections::find_memory_region): New method. Locates a
2560 memory region to be used to set a VMA or LMA address.
2561 (Output_section_definition::set_section_addresses): Add code to
2562 check for addresses set by memory regions.
2563 (Output_segment::set_section_addresses): Remove memory region
2564 walking code.
2565 (Script_sections::create_segment): Add a warning if a header
2566 segment is created outside of any region.
2567 * script-sections.h (class Script_sections): Add prototypes for
2568 find_memory_region and block_in_region methods.
2569 * testsuite/memory_test.s: Use .long instead of .word.
2570 * testsuite/memory_test.t: Add some more output sections.
2571 * testsuite/memory_test.sh: Update expected output.
2572
a9bfd952
DK
25732010-10-02 Doug Kwan <dougkwan@google.com>
2574
2575 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
2576 defintion to symtab.h
2577 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
2578 declaration to defintion.
2579
bacff3ab
NC
25802010-10-01 Nick Clifton <nickc@redhat.com>
2581
2582 * expression.cc (eval): Replace dummy argument with NULL.
2583 (eval_maybe_dot): Check for a NULL result section pointer.
2584 (Symbol_expression::value): Likewise.
2585 (Dot_expression::value): Likewise.
2586 (BINARY_EXPRESSION): Likewise.
2587 (Max_expression::value): Likewise.
2588 (Min_expression::value): Likewise.
2589 (Absolute_expression::value): Likewise.
2590 (Addr_expression::value_from_output_section): Likewise.
2591 (Loaddddr_expression::value_from_output_section): Likewise.
2592 (Segment_start_expression::value): Likewise.
2593 * script-sections.cc
2594 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
2595 argument with NULL.
2596 (Sections_elememt_dot_assignment::set_section_addresses):
2597 Likewise.
2598 (Output_data_expression::do_write_to_buffer): Likewise.
2599 (Output_section_definition::finalize_symbols): Likewise.
2600 (Output_section_definition::set_section_addresses): Likewise.
2601
f81bc8b5
DK
26022010-09-30 Doug Kwan <dougkwan@google.com>
2603
2604 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
2605
c95e9f27
ST
26062010-09-28 Sriraman Tallam <tmsriram@google.com>
2607
2608 * target.h (Target::can_icf_inline_merge_sections): New virtual
bacff3ab 2609 function.
c95e9f27
ST
2610 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
2611 virtual function.
2612 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
2613 virtual function.
2614 * icf.cc (get_section_contents): Inline merge sections only when
2615 target allows it.
2616
3cac54d2
RW
26172010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2618
2619 * configure: Regenerate.
2620
2904037a
ILT
26212010-09-17 Ian Lance Taylor <iant@google.com>
2622
2623 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
d4d91489
ILT
2624 * testsuite/Makefile.am (memory_test.o): New target.
2625 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
2626 memory_test.t.
2627 * testsuite/Makefile.in: Rebuild.
2904037a 2628
bca7fb63
DK
26292010-09-17 Doug Kwan <dougkwan@google.com>
2630
2631 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
2632 defintion if relocation uses GOT entries of the symbol.
2633 * testsuite/icf_safe_test.sh: Fix test.
2634 * testsuite/icf_safe_so_test.sh: Fix test.
2635
4ef28648
CC
26362010-09-16 Cary Coutant <ccoutant@google.com>
2637
2638 * script_sections.cc (class Memory_region): Remove "NULL" from
2639 vector initializations.
2640
793990de
CC
26412010-09-15 Cary Coutant <ccoutant@google.com>
2642
2643 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
2644 Resolve forwarding symbols.
2645
81e015e2
DK
26462010-09-15 Doug Kwan <dougkwan@google.com>
2647
2648 * gold/testsuite/script_test_3.t: Add ARM special sections.
2649 * gold/testsuite/script_test_4.t: Same.
2650 * gold/testsuite/script_test_5.t: Same.
2651 * gold/testsuite/script_test_6.t: Same.
2652 * gold/testsuite/script_test_7.t: Same.
2653 * gold/testsuite/script_test_7.t: Same.
2654 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
2655
36171d64
CC
26562010-09-14 Cary Coutant <ccoutant@google.com>
2657
2658 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
2659 (Target_x86_64::Relocate::relocate_tls): Replace check for
2660 saw_tls_block_reloc_ with test for executable section.
2661
d89051bd
CC
26622010-09-12 Cary Coutant <ccoutant@google.com>
2663
2664 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
2665 position-independent executables to shared libraries need dynamic
2666 relocations.
2667 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
2668 position-independent executables.
2669 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
2670 * testsuite/Makefile.in: Regenerate.
2671
fca41f0f
NC
26722010-09-10 Nick Clifton <nickc@redhat.com>
2673
2674 PR gold/11997
2675 * testsuite/memory_test.t: Discard any sections that are not
2676 needed.
2677
6695e4b3
L
26782010-09-09 H.J. Lu <hongjiu.lu@intel.com>
2679
2680 PR gold/11996
2681 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
2682 "This::" to work around a bug in gcc 4.2.
2683
2684 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
2685
0f72bf6f
RÁE
26862010-09-09 Rafael Espindola <espindola@google.com>
2687
2688 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
2689 sections with different PF_X flags in the same segment.
2690 (Layout::find_first_load_seg): Search all segments to find the first
2691 one.
2692 * options.h (rosegment): New.
2693
26942010-09-08 Rafael Espindola <espindola@google.com>
a6577478 2695
05a79166 2696 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
a6577478 2697
aa98ff75
DK
26982010-09-08 Doug Kwan <dougkwan@google.com>
2699
2700 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
2701 (Arm_relobj::do_relocate_sections): Add new parameter for output
2702 file to match the parent.
2703 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
2704 of local symbols instead of input values. Update code to track
2705 changes in gold::relocate_section.
2706 * object.cc (Sized_relobj::compute_final_local_value): New methods.
2707 (Sized_relobj::compute_final_local_value_internal): New methods.
2708 (Sized_relobj::do_finalize_local_symbols): Move code from loop
2709 body into private version of Sized_relobj::compute_final_local_value.
2710 Call the inline method.
2711 * object.h (Symbol_value::Symbol_value): Define destructor. Free
2712 merged symbol value if there is one.
2713 (Symbol_value::has_output_value): New method defintiion.
2714 (Sized_relobj::Compute_final_local_value_status): New enum type.
2715 (Sized_relobj::compute_final_local_value): New methods.
2716 (Sized_relobj::compute_final_local_value_internal): New methods.
2717 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
2718 and arm_cortex_a8.sh.
2719 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
2720 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
2721 New tests.
2722 * Makefile.in: Regenerate.
2723 * testsuite/arm_bl_out_of_range.s: Update test.
2724 * testsuite/thumb_bl_out_of_range.s: Ditto.
2725 * testsuite/thumb_blx_out_of_range.s: Ditto.
2726 * testsuite/arm_branch_out_of_range.sh: New file.
2727 * testsuite/arm_cortex_a8.sh: Ditto.
2728 * testsuite/arm_cortex_a8_b.s: Ditto.
2729 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
2730 * testsuite/arm_cortex_a8_b_local.s: Ditto.
2731 * testsuite/arm_cortex_a8_bl.s: Ditto.
2732 * testsuite/arm_cortex_a8_blx.s: Ditto.
2733 * testsuite/arm_cortex_a8_local.s: Ditto.
2734 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
2735 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
2736
05a79166
L
27372010-09-08 Rafael Espindola <espindola@google.com>
2738
2739 * Makefile.am (memory_test.stdout): Run readelf with -W.
2740 * Makefile.in: Regenerate.
2741 * testsuite/memory_test.sh: Make the regexps accept both 32 and
2742 64 bit output.
2743
33dbc701
RÁE
27442010-09-08 Rafael Espindola <espindola@google.com>
2745
2746 * script-sections.cc (Script_sections::add_memory_region): Convert
2747 field precision to int.
2748 * script.cc (script_set_section_region, script_set_section_region):
2749 Convert field precision to int.
2750
731ca54a
RÁE
27512010-09-08 Rafael Espindola <espindola@google.com>
2752
2753 * arm.cc (do_finalize_sections): Create the __exidx_start and
2754 __exdix_end symbols even when the section is missing.
2755
7f8cd844
NC
27562010-09-08 Nick Clifton <nickc@redhat.com>
2757
2758 * README: Remove claim that MEMORY is not supported.
2759 * expression.cc (script_exp_function_origin)
2760 (script_exp_function_length): Move from here to ...
2761 * script.cc: ... here.
2762 (script_set_section_region, script_add_memory)
2763 (script_parse_memory_attr, script_include_directive): New
2764 functions.
2765 * script-sections.cc
2766 (class Memory_region): New class.
2767 (class Output_section_definition): Add set_memory_region,
2768 set_section_vma, set_section_lma and get_section_name methods.
2769 (class Script_Sections): Add add_memory_region,
2770 find_memory_region, find_memory_region_origin,
2771 find_memory_region_length and set_memory_region methods.
2772 Have set_section_addresses method walk the list of set memory
2773 regions.
2774 Extend the print methos to display memory regions.
2775 * script-sections.h: Add prototypes for new methods.
2776 Add enum for MEMORY region attributes.
2777 * yyscript.y: Add support for parsing MEMORY regions.
2778 * script-c.h: Add prototypes for new functions.
2779 * testsuite/Makefile.am: Add test of MEMORY region functionality.
2780 * testsuite/Makefile.in: Regenerate.
2781 * testsuite/memory_test.sh: New script.
2782 * testsuite/memory_test.s: New assembler source file.
2783 * testsuite/memory_test.t: New linker script.
2784
a4649286
DK
27852010-08-27 Doug Kwan <dougkwan@google.com>
2786
2787 * gold/resolve.cc (Symbol_table::should_override): Let a weak
2788 reference override an existing dynamic weak reference.
2789 * testsuite/Makefile.am: Add new test dyn_weak_ref.
2790 * testsuite/Makefile.in: Regenerate.
2791 * testsuite/dyn_weak_ref.sh: New file.
2792 * testsuite/dyn_weak_ref_1.c: Ditto.
2793 * testsuite/dyn_weak_ref_2.c: Ditto.
2794
b56648ad
ILT
27952010-08-27 Ian Lance Taylor <iant@google.com>
2796
2797 * incremental.h (class Incremental_input_entry): Add virtual
2798 destructor.
2799
809313cb
ILT
28002010-08-27 Ian Lance Taylor <iant@google.com>
2801
2802 * testsuite/start_lib_test_3.c: Mark t3 as used.
2803
11e32464
NC
28042010-08-27 Nick Clifton <nickc@redhat.com>
2805
2806 * options.cc (version_script): Fix small typo in previous
2807 whitespace tidyup.
2808
ca09d69a
NC
28092010-08-25 Nick Clifton <nickc@redhat.com>
2810
2811 * archive.cc: Formatting fixes: Remove whitespace between
2812 typename and following asterisk. Remove whitespace between
2813 function name and opening parenthesis.
2814 * archive.h: Likewise.
2815 * arm.cc: Likewise.
2816 * attributes.cc: Likewise.
2817 * attributes.h: Likewise.
2818 * common.cc: Likewise.
2819 * copy-relocs.cc: Likewise.
2820 * dirsearch.h: Likewise.
2821 * dynobj.cc: Likewise.
2822 * ehframe.cc: Likewise.
2823 * ehframe.h: Likewise.
2824 * expression.cc: Likewise.
2825 * fileread.cc: Likewise.
2826 * fileread.h: Likewise.
2827 * gc.h: Likewise.
2828 * gold-threads.cc: Likewise.
2829 * gold.cc: Likewise.
2830 * i386.cc: Likewise.
2831 * icf.h: Likewise.
2832 * incremental-dump.cc: Likewise.
2833 * incremental.cc: Likewise.
2834 * layout.cc: Likewise.
2835 * layout.h: Likewise.
2836 * main.cc: Likewise.
2837 * merge.cc: Likewise.
2838 * merge.h: Likewise.
2839 * object.cc: Likewise.
2840 * object.h: Likewise.
2841 * options.cc: Likewise.
2842 * options.h: Likewise.
2843 * output.cc: Likewise.
2844 * output.h: Likewise.
2845 * plugin.cc: Likewise.
2846 * plugin.h: Likewise.
2847 * powerpc.cc: Likewise.
2848 * reloc.cc: Likewise.
2849 * script-c.h: Likewise.
2850 * script-sections.cc: Likewise.
2851 * script.cc: Likewise.
2852 * stringpool.cc: Likewise.
2853 * symtab.cc: Likewise.
2854 * symtab.h: Likewise.
2855 * target.cc: Likewise.
2856 * timer.cc: Likewise.
2857 * timer.h: Likewise.
2858 * version.cc: Likewise.
2859 * x86_64.cc: Likewise.
2860
b8fa8750
NC
28612010-08-24 Nick Clifton <nickc@redhat.com>
2862
2863 PR 11899
2864 * layout.cc (segment_precedes): Sort segments by their physical
2865 addresses, if they have been set.
2866
9919d93b
CC
28672010-08-23 Cary Coutant <ccoutant@google.com>
2868
2869 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
2870 symbols data.
2871 (Lib_group::include_member): Unlock object after deleting its
2872 symbols data.
2873 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
2874 the bug fixed here.
2875
97b4be1c
CC
28762010-08-19 Neil Vachharajani <nvachhar@google.com>
2877 Cary Coutant <ccoutant@google.com>
2878
2879 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
2880 constructor, and set_blocker.
2881 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
2882 readsyms_blocker_.
2883 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
2884 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
2885 * testsuite/Makefile.am (start_lib_test): New test case.
2886 * testsuite/Makefile.in: Regenerate.
2887 * testsuite/start_lib_test_main.c: New file.
2888 * testsuite/start_lib_test_1.c: New file.
2889 * testsuite/start_lib_test_2.c: New file.
2890 * testsuite/start_lib_test_3.c: New file.
2891
dd0b1884
ILT
28922010-08-19 Ian Lance Taylor <iant@google.com>
2893
2894 * Makefile.in: Rebuild with automake 1.11.1.
2895 * aclocal.m4: Likewise.
2896 * testsuite/Makefile.in: Likewise.
2897
7223e9ca
ILT
28982010-08-19 Ian Lance Taylor <iant@google.com>
2899
2900 PR 10893
2901 * i386.cc (class Output_data_plt_i386): Update declarations.
2902 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
2903 local_ifuncs_ fields.
2904 (Target_i386::do_plt_section_for_global): New function.
2905 (Target_i386::do_plt_section_for_local): New function.
2906 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
2907 parameter; change all callers. Initialize global_ifuncs_ and
2908 local_ifuncs_. If doing a static link define __rel_iplt_start and
2909 __rel_iplt_end.
2910 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
2911 (Output_data_plt_i386::add_local_ifunc_entry): New function.
2912 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
2913 symbols.
2914 (Target_i386::make_plt_section): New function, broken out of
2915 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
2916 (Target_i386::make_plt_entry): Call make_plt_section.
2917 (Target_i386::make_local_ifunc_plt_entry): New function.
2918 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
2919 (Target_i386::Scan::local): Handle IFUNC symbols. Add
2920 R_386_IRELATIVE to switch.
2921 (Target_i386::Scan::global): Likewise.
2922 (Target_i386::Relocate::relocate): Likewise.
2923 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
2924 switch.
2925 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
2926 (Target_x86_64::do_plt_section_for_global): New function.
2927 (Target_x86_64::do_plt_section_for_local): New function.
2928 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
2929 parameter; change all callers. If doing a static link define
2930 __rela_iplt_start and __rela_iplt_end.
2931 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
2932 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
2933 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
2934 to point to .plt.
2935 (Target_x86_64::make_local_ifunc_plt_entry): New function.
2936 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
2937 switch.
2938 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
2939 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
2940 R_X86_64_IRELATIVE to switch.
2941 (Target_x86_64::Scan::global): Likewise.
2942 (Target_x86_64::Relocate::relocate): Likewise.
2943 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
2944 switch.
2945 * target.h (class Target): Add plt_section_for_global and
2946 plt_section_for_local functions. Add do_plt_section_for_global
2947 and do_plt_section_for_local virtual functions.
2948 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
2949 clarifying comments.
2950 (Symbol::use_plt_offset): Handle IFUNC symbol.
2951 * object.cc (Sized_relobj::Sized_relobj): Initialize
2952 local_plt_offsets_.
2953 (Sized_relobj::local_has_plt_offset): New function.
2954 (Sized_relobj::local_plt_offset): New function.
2955 (Sized_relobj::set_local_plt_offset): New function.
2956 (Sized_relobj::do_count): Handle IFUNC symbol.
2957 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
2958 a bit away from input_shndx_ field. Add set_is_func_symbol and
2959 is_ifunc_symbol functions.
2960 (class Sized_relobj): Update declarations. Remove Tls_got_entry
2961 and Local_tls_got_offsets. Define Local_plt_offsets. Add
2962 local_plt_offsets_ field.
2963 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
2964 * output.h (class Output_section_data): Add non-const
2965 output_section function.
2966 (class Output_data_got): Update declarations.
2967 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
2968 Add use_plt_offset parameter to global and local constructors.
2969 Change all callers. Change local_sym_index_ field to 31 bits.
2970 Change GSYM_CODE and CONSTANT_CODE accordingly.
2971 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
2972 doing a static link don't set sh_link field.
2973 (Output_data_got::Got_entry::write): Use PLT offset if
2974 appropriate.
2975 (Output_data_got::add_global_plt): New function.
2976 (Output_data_got::add_local_plt): New function.
2977 * target-reloc.h (relocate_section): Handle IFUNC symbol.
2978 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
2979 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
2980 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
2981 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
2982 IFUNC conditional.
2983 * testsuite/ifunc-sel.h: New file.
2984 * testsuite/ifuncmain1.c: New file.
2985 * testsuite/ifuncmain1vis.c: New file.
2986 * testsuite/ifuncmod1.c: New file.
2987 * testsuite/ifuncdep2.c: New file.
2988 * testsuite/ifuncmain2.c: New file.
2989 * testsuite/ifuncmain3.c: New file.
2990 * testsuite/ifuncmod3.c: New file.
2991 * testsuite/ifuncmain4.c: New file.
2992 * testsuite/ifuncmain5.c: New file.
2993 * testsuite/ifuncmod5.c: New file.
2994 * testsuite/ifuncmain6pie.c: New file.
2995 * testsuite/ifuncmod6.c: New file.
2996 * testsuite/ifuncmain7.c: New file.
2997 * configure, testsuite/Makefile.in: Rebuild.
2998
56f75c03
ILT
29992010-08-18 Ian Lance Taylor <iant@google.com>
3000
3001 * incremental.cc
3002 (Output_section_incremental_inputs::write_input_files): Add cast
3003 to avoid signed/unsigned comparison warning.
3004 (Output_section_incremental_inputs::write_info_blocks): Likewise.
3005
55455f89
CC
30062010-08-12 Cary Coutant <ccoutant@google.com>
3007
3008 * common.cc (Sort_commons::operator()): Remove unnecessary code.
3009
e2054bcb
ILT
30102010-08-13 Ian Lance Taylor <iant@google.com>
3011
3012 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
3013
74f67560
DK
30142010-08-12 Cary Coutant <ccoutant@google.com>
3015 Doug Kwan <dougkwan@google.com>
3016
3017 * resolve.cc (Symbol_table::should_override): When a weak dynamic
3018 defintion overrides non-weak undef, remember that the original undef
3019 is not weak.
3020 * symtab.cc (Symbol_table::sized_write_global): For undef without
3021 an original weak binding, set binding to global in output.
3022 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
3023 * testsuite/Makefile.in: Regenerate.
3024 * testsuite/strong_ref_weak_def.sh: New file.
3025 * testsuite/strong_ref_weak_def_1.c: Ditto.
3026 * testsuite/strong_ref_weak_def_2.c: Ditto.
3027
d1238d12
CC
30282010-08-12 Cary Coutant <ccoutant@google.com>
3029
3030 * testsuite/incremental_test.sh: Rewrite.
3031 * testsuite/incremental_test_1.c: Rewrite.
3032 * testsuite/incremental_test_2.c: Rewrite.
3033
0e70b911
CC
30342010-08-12 Cary Coutant <ccoutant@google.com>
3035
3036 * arm.cc (Target_arm::got_size): Add const.
3037 (Target_arm::got_entry_count): New function.
3038 (Target_arm::plt_entry_count): New function.
3039 (Target_arm::first_plt_entry_offset): New function.
3040 (Target_arm::plt_entry_size): New function.
3041 (Output_data_plt_arm::entry_count): New function.
3042 (Output_data_plt_arm::first_plt_entry_offset): New function.
3043 (Output_data_plt_arm::get_plt_entry_size): New function.
3044 * i386.cc (Target_i386::got_size): Add const.
3045 (Target_i386::got_entry_count): New function.
3046 (Target_i386::plt_entry_count): New function.
3047 (Target_i386::first_plt_entry_offset): New function.
3048 (Target_i386::plt_entry_size): New function.
3049 (Output_data_plt_i386::entry_count): New function.
3050 (Output_data_plt_i386::first_plt_entry_offset): New function.
3051 (Output_data_plt_i386::get_plt_entry_size): New function.
3052 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
3053 find_incremental_inputs_sections. Dump incremental_got_plt section.
3054 * incremental.cc: Include target.h.
3055 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
3056 parameter. Adjust all callers. Find incremental_got_plt section.
3057 (Incremental_inputs::create_data_sections): Create incremental_got_plt
3058 section.
3059 (Output_section_incremental_inputs::set_final_data_size): Calculate
3060 size of incremental_got_plt section.
3061 (Output_section_incremental_inputs::do_write): Write the
3062 incremental_got_plt section.
3063 (Got_plt_view_info): New struct.
3064 (Local_got_offset_visitor): New class.
3065 (Global_got_offset_visitor): New class.
3066 (Global_symbol_visitor_got_plt): New class.
3067 (Output_section_incremental_inputs::write_got_plt): New function.
3068 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
3069 Add parameter. Adjust all callers.
3070 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
3071 (Incremental_inputs::got_plt_section): New function.
3072 (Incremental_inputs::got_plt_section_): New data member.
3073 (Incremental_got_plt_reader): New class.
3074 * layout.cc (Layout::create_incremental_info_sections): Add the
3075 incremental_got_plt section.
3076 * object.h (Got_offset_list::get_list): New function.
3077 (Got offset_list::for_all_got_offsets): New function.
3078 (Sized_relobj::local_got_offset_list): New function.
3079 * powerpc.cc (Target_powerpc::got_size): Add const.
3080 (Target_powerpc::got_entry_count): New function.
3081 (Target_powerpc::plt_entry_count): New function.
3082 (Target_powerpc::first_plt_entry_offset): New function.
3083 (Target_powerpc::plt_entry_size): New function.
3084 (Output_data_plt_powerpc::entry_count): New function.
3085 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
3086 (Output_data_plt_powerpc::get_plt_entry_size): New function.
3087 * sparc.cc (Target_sparc::got_size): Add const.
3088 (Target_sparc::got_entry_count): New function.
3089 (Target_sparc::plt_entry_count): New function.
3090 (Target_sparc::first_plt_entry_offset): New function.
3091 (Target_sparc::plt_entry_size): New function.
3092 (Output_data_plt_sparc::entry_count): New function.
3093 (Output_data_plt_sparc::first_plt_entry_offset): New function.
3094 (Output_data_plt_sparc::get_plt_entry_size): New function.
3095 * symtab.h (Symbol::got_offset_list): New function.
3096 (Symbol_table::for_all_symbols): New function.
3097 * target.h (Sized_target::got_entry_count): New function.
3098 (Sized_target::plt_entry_count): New function.
3099 (Sized_target::plt_entry_size): New function.
3100 * x86_64.cc (Target_x86_64::got_size): Add const.
3101 (Target_x86_64::got_entry_count): New function.
3102 (Target_x86_64::plt_entry_count): New function.
3103 (Target_x86_64::first_plt_entry_offset): New function.
3104 (Target_x86_64::plt_entry_size): New function.
3105 (Output_data_plt_x86_64::entry_count): New function.
3106 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
3107 (Output_data_plt_x86_64::get_plt_entry_size): New function.
3108
09ec0418
CC
31092010-08-12 Cary Coutant <ccoutant@google.com>
3110
3111 * archive.cc: Include incremental.h.
3112 (Archive::Archive): Initialize incremental_info_.
3113 (Archive::include_member): Record archive members in incremental info.
3114 (Add_archive_symbols::run): Record begin and end of an archive in
3115 incremental info.
3116 (Lib_group::include_member): Record objects in incremental info.
3117 * archive.h (Incremental_archive_entry): Forward declaration.
3118 (Archive::set_incremental_info): New member function.
3119 (Archive::incremental_info): New member function.
3120 (Archive::Unused_symbol_iterator): New class.
3121 (Archive::unused_symbols_begin): New member function.
3122 (Archive::unused_symbols_end): New member function.
3123 (Archive::incremental_info_): New data member.
3124 * incremental-dump.cc (find_input_containing_global): New function.
3125 (dump_incremental_inputs): Dump new incremental info sections.
3126 * incremental.cc: Include symtab.h.
3127 (Output_section_incremental_inputs): New class.
3128 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
3129 new incremental info sections.
3130 (Sized_incremental_binary::do_check_inputs): Likewise.
3131 (Incremental_inputs::report_archive): Remove.
3132 (Incremental_inputs::report_archive_begin): New function.
3133 (Incremental_inputs::report_archive_end): New function.
3134 (Incremental_inputs::report_object): New function.
3135 (Incremental_inputs::finalize_inputs): Remove.
3136 (Incremental_inputs::report_input_section): New function.
3137 (Incremental_inputs::report_script): Rewrite.
3138 (Incremental_inputs::finalize): Do nothing but finalize string table.
3139 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
3140 (Incremental_inputs::sized_create_inputs_section_data): Remove.
3141 (Incremental_inputs::create_data_sections): New function.
3142 (Incremental_inputs::relocs_entsize): New function.
3143 (Output_section_incremental_inputs::set_final_data_size): New function.
3144 (Output_section_incremental_inputs::do_write): New function.
3145 (Output_section_incremental_inputs::write_header): New function.
3146 (Output_section_incremental_inputs::write_input_files): New function.
3147 (Output_section_incremental_inputs::write_info_blocks): New function.
3148 (Output_section_incremental_inputs::write_symtab): New function.
3149 * incremental.h (Incremental_script_entry): Forward declaration.
3150 (Incremental_object_entry): Forward declaration.
3151 (Incremental_archive_entry): Forward declaration.
3152 (Incremental_inputs): Forward declaration.
3153 (Incremental_inputs_header_data): Remove.
3154 (Incremental_inputs_header): Remove.
3155 (Incremental_inputs_header_write): Remove.
3156 (Incremental_inputs_entry_data): Remove.
3157 (Incremental_inputs_entry): Remove.
3158 (Incremental_inputs_entry_write): Remove.
3159 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
3160 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
3161 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
3162 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
3163 Likewise.
3164 (Incremental_input_entry): New class.
3165 (Incremental_script_entry): New class.
3166 (Incremental_object_entry): New class.
3167 (Incremental_archive_entry): New class.
3168 (Incremental_inputs::Incremental_inputs): Initialize new data members.
3169 (Incremental_inputs::report_inputs): Remove.
3170 (Incremental_inputs::report_archive): Remove.
3171 (Incremental_inputs::report_archive_begin): New function.
3172 (Incremental_inputs::report_archive_end): New function.
3173 (Incremental_inputs::report_object): Change prototype.
3174 (Incremental_inputs::report_input_section): New function.
3175 (Incremental_inputs::report_script): Change prototype.
3176 (Incremental_inputs::get_reloc_count): New function.
3177 (Incremental_inputs::set_reloc_count): New function.
3178 (Incremental_inputs::create_data_sections): New function.
3179 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
3180 (Incremental_inputs::inputs_section): New function.
3181 (Incremental_inputs::symtab_section): New function.
3182 (Incremental_inputs::relocs_section): New function.
3183 (Incremental_inputs::get_stringpool): Add const.
3184 (Incremental_inputs::command_line): Add const.
3185 (Incremental_inputs::inputs): Remove.
3186 (Incremental_inputs::command_line_key): New function.
3187 (Incremental_inputs::input_file_count): New function.
3188 (Incremental_inputs::input_files): New function.
3189 (Incremental_inputs::relocs_entsize): New function.
3190 (Incremental_inputs::sized_create_inputs_section_data): Remove.
3191 (Incremental_inputs::finalize_inputs): Remove.
3192 (Incremental_inputs::Input_info): Remove.
3193 (Incremental_inputs::lock_): Remove.
3194 (Incremental_inputs::inputs_): Change type.
3195 (Incremental_inputs::inputs_map_): Remove.
3196 (Incremental_inputs::current_object_entry_): New data member.
3197 (Incremental_inputs::inputs_section_): New data member.
3198 (Incremental_inputs::symtab_section_): New data member.
3199 (Incremental_inputs::relocs_section_): New data member.
3200 (Incremental_inputs::reloc_count_): New data member.
3201 (Incremental_inputs_reader): New class.
3202 (Incremental_symtab_reader): New class.
3203 (Incremental_relocs_reader): New class.
3204 * layout.cc (Layout::finalize): Move finalization of incremental info
3205 and creation of incremental info sections to follow finalization of
3206 symbol table. Set offsets for postprocessing sections.
3207 (Layout::create_incremental_info_sections): Call
3208 Incremental_inputs::create_data_sections. Add incremental symtab
3209 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
3210 sections to layout after input sections.
3211 * layout.h (struct Timespec): Forward declaration.
3212 (Layout::incremental_inputs): Add const.
3213 (Layout::create_incremental_info_sections): Add parameter.
3214 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
3215 * object.cc: Include incremental.h.
3216 (Relobj::finalize_incremental_relocs): New function.
3217 (Sized_relobj::do_layout): Record input sections in incremental info.
3218 * object.h (Object::output_section): New function.
3219 (Object::output_section_offset): Moved from Relobj.
3220 (Object::get_incremental_reloc_base): New function.
3221 (Object::get_incremental_reloc_count): New function.
3222 (Object::do_output_section): New function.
3223 (Object::do_output_section_offset): Moved from Relobj.
3224 (Object::do_get_incremental_reloc_base): New function.
3225 (Object::do_get_incremental_reloc_count): New function.
3226 (Object::Object): Initialize new data members.
3227 (Relobj::output_section): Renamed do_output_section and moved to
3228 protected.
3229 (Relobj::output_section_offset): Moved to Object.
3230 (Relobj::do_get_incremental_reloc_base): New function.
3231 (Relobj::do_get_incremental_reloc_count): New function.
3232 (Relobj::allocate_incremental_reloc_counts): New function.
3233 (Relobj::count_incremental_reloc): New function.
3234 (Relobj::finalize_incremental_relocs): New function.
3235 (Relobj::next_incremental_reloc_index): New function.
3236 (Relobj::reloc_counts_): New data member.
3237 (Relobj::reloc_bases_): New data member.
3238 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
3239 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
3240 (Sized_relobj::incremental_relocs_scan): New function.
3241 (Sized_relobj::incremental_relocs_scan_reltype): New function.
3242 (Sized_relobj::incremental_relocs_write): New function.
3243 (Sized_relobj::incremental_relocs_write_reltype): New function.
3244 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
3245 incremental link.
3246 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
3247 archives and object files elsewhere.
3248 (Add_symbols::run): Report object files here.
3249 (Finish_group::run): Report end of archive at end of group.
3250 * reloc.cc: Include layout.h, incremental.h.
3251 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
3252 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
3253 (Sized_relobj::incremental_relocs_scan): New function.
3254 (Sized_relobj::incremental_relocs_scan_reltype): New function.
3255 (Sized_relobj::do_relocate_sections): Write incremental relocations.
3256 (Sized_relobj::incremental_relocs_write): New function.
3257 (Sized_relobj::incremental_relocs_write_reltype): New function.
3258 * script.cc (read_input_script): Rewrite test for incremental link.
3259 Change call to Incremental_inputs::report_script.
3260 * symtab.h (Symbol_table::first_global_index): New function.
3261 (Symbol_table::output_count): New function.
3262
ce0d1972
DK
32632010-08-12 Doug Kwan <dougkwan@google.com>
3264
3265 * arm.cc (Target_arm::merge_object_attributes): Check command line
3266 options --no-wchar-size-warning and --no-enum-size-warning.
3267 * options.h (General_options): Add ld-compatible options
3268 --no-enum-size-warning and --no-wchar-size-warning.
3269
6e5710ce
ILT
32702010-08-04 Ian Lance Taylor <iant@google.com>
3271
3272 * x86_64.cc (Target_x86_64::Scan::local): Use
3273 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
3274 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
3275 (Target_x86_64::Scan::global): Likewise.
3276 (Target_x86_64::Relocate::relocate): Likewise.
3277 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
3278 Likewise.
3279
fef830db
CC
32802010-08-03 Cary Coutant <ccoutant@google.com>
3281
3282 * merge.cc (Output_merge_string::do_add_input_section): Count strings
3283 to reserve space in merged_strings vector. Keep total input size
3284 for stats.
3285 (Output_merge_string::do_print_merge_stats): Print total input size.
3286 * merge.h (Output_merge_string): Add input_size_ field.
3287 * stringpool.cc (Stringpool_template::string_length): Move
3288 implementations out of Stringpool_template class and place in
3289 stringpool.h.
3290 * stringpool.h (string_length): Move out of Stringpool_template.
3291
1e3811b0
ILT
32922010-08-03 Ian Lance Taylor <iant@google.com>
3293
3294 PR 11712
3295 * layout.cc (relaxation_loop_body): If address of load segment is
3296 set, adjust address to include headers if possible.
3297
7af0c620
ILT
32982010-08-03 Ian Lance Taylor <iant@google.com>
3299
3300 * version.cc (version_string): Bump to 1.10.
3301
22f0da72
ILT
33022010-08-03 Ian Lance Taylor <iant@google.com>
3303
3304 PR 11805
3305 * layout.h (enum Output_section_order): Define.
3306 (class Layout): Update declarations.
3307 * layout.cc (Layout::get_output_section): Add order parameter.
3308 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
3309 is_first_non_relro parameters. Change all callers.
3310 (Layout::choose_output_section): Likewise.
3311 (Layout::add_output_section_data): Likewise.
3312 (Layout::make_output_section): Likewise. Set order.
3313 (Layout::default_section_order): New function.
3314 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
3315 * output.cc (Output_section::Output_section): Initialize order_.
3316 Don't initialize deleted fields.
3317 (Output_segment::Output_segment): Don't initialize deleted
3318 fields.
3319 (Output_segment::add_output_section_to_load): New function
3320 replacing add_output_section. Change all callers to call this or
3321 add_output_section_to_nonload.
3322 (Output_segment::add_output_section_to_nonload): New function.
3323 (Output_segment::remove_output_section): Rewrite.
3324 (Output_segment::add_initial_output_data): Likewise.
3325 (Output_segment::has_any_data_sections): Likewise.
3326 (Output_segment::is_first_section_relro): Likewise.
3327 (Output_segment::maximum_alignment): Likewise.
3328 (Output_segment::has_dynamic_reloc): New function replacing
3329 dynamic_reloc_count. Change all callers.
3330 (Output_segment::has_dynamic_reloc_list): New function replacing
3331 dynamic_reloc_count_list. Change all callers.
3332 (Output_segment::set_section_addresses): Rewrite.
3333 (Output_segment::set_offset): Rewrite.
3334 (Output_segment::find_first_and_last_list): Remove.
3335 (Output_segment::set_tls_offsets): Rewrite.
3336 (Output_segment::first_section_load_address): Likewise.
3337 (Output_segment::output_section_count): Likewise.
3338 (Output_segment::section_with_lowest_load_address): Likewise.
3339 (Output_segment::write_section_headers): Likewise.
3340 (Output_segment::print_sections_to_map): Likewise.
3341 * output.h (class Output_data): Remove dynamic_reloc_count_
3342 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
3343 (Output_data::add_dynamic_reloc): Rewrite.
3344 (Output_data::has_dynamic_reloc): New function.
3345 (Output_data::dynamic_reloc_count): Remove.
3346 (class Output_section): Add order_ field. Remvoe is_relro_local_,
3347 is_last_relro_, is_first_non_relro_, is_interp_,
3348 is_dynamic_linker_section_ fields. Add order and set_order
3349 functions. Remove is_relro_local, set_is_relro_local,
3350 is_last_relro, set_is_last_relro, is_first_non_relro,
3351 set_is_first_non_relro functions, is_interp, set_is_interp,
3352 is_dynamic_linker_section, and set_is_dynamic_linker_section
3353 functions.
3354 (class Output_segment): Change Output_data_list from std::list to
3355 std:;vector. Add output_lists_ field. Remove output_data_ and
3356 output_bss_ fields. Update declarations.
3357
3ff2ccb0
ILT
33582010-08-02 Ian Lance Taylor <iant@google.com>
3359
3360 * arm.cc (Target_arm::gc_process_relocs): Use typename.
3361 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
3362 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
3363
88a4108b
ILT
33642010-08-02 Ian Lance Taylor <iant@google.com>
3365
3366 PR 11855
3367 * script.cc (Script_options::Script_options): Initialize
3368 symbol_definitions_ and symbol_references_.
3369 (Script_options::add_symbol_assignment): Update
3370 symbol_definitions_ and symbol_references_.
3371 (Script_options::add_symbol_reference): New function.
3372 (script_symbol): New function.
3373 * script.h (class Script_options): Add symbol_definitions_ and
3374 symbol_references_ fields.
3375 (Script_options::referenced_const_iterator): New type.
3376 (Script_options::referenced_begin): New function.
3377 (Script_options::referenced_end): New function.
3378 (Script_options::is_referenced): New function.
3379 (Script_options::any_unreferenced): New function.
3380 * script-c.h (script_symbol): Declare.
3381 * yyscript.y (exp): Call script_symbol.
3382 * symtab.cc: Include "script.h".
3383 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
3384 Change all callers. Check symbols referenced by scripts.
3385 (Symbol_table::add_undefined_symbols_from_command_line): Add
3386 layout parameter. Change all callers.
3387 (Symbol_table::do_add_undefined_symbols_from_command_line):
3388 Likewise. Break out loop body. Check symbols referenced by
3389 scripts.
3390 (Symbol_table::add_undefined_symbol_from_command_line): New
3391 function broken out of
3392 do_add_undefined_symbols_from_command_line.
3393 * symtab.h (class Symbol_table): Update declarations.
3394 * archive.cc: Include "layout.h".
3395 (Archive::should_include_member): Add layout parameter. Change
3396 all callers. Check for symbol mentioned in expression.
3397 * archive.h (class Archive): Update declaration.
3398 * object.cc (Sized_relobj::do_should_include_member): Add layout
3399 parameter.
3400 * object.h (Object::should_include_member): Add layout parameter.
3401 Change all callers.
3402 (Object::do_should_include_member): Add layout parameter.
3403 (class Sized_relobj): Update declaration.
3404 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
3405 parameter.
3406 * dynobj.h (class Sized_dynobj): Update declaration.
3407 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
3408 layout parameter.
3409 * plugin.h (class Sized_pluginobj): Update declaration.
3410
5f1ab67a
ILT
34112010-08-02 Ian Lance Taylor <iant@google.com>
3412
3413 PR 11866
3414 * output.cc (Output_segment::set_offset): Search for the first and
3415 last sections rather than assuming that the list is in order.
3416 (Output_segment::find_first_and_last_list): New function.
3417 * output.h (class Output_segment): Update declarations.
3418 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
3419 (relro_strip_test_SOURCES): New variable.
3420 (relro_strip_test_DEPENDENCIES): New variable.
3421 (relro_strip_test_LDFLAGS): New variable.
3422 (relro_strip_test_LDADD): New variable.
3423 (relro_strip_test.so): New target.
3424
a8df5856
ILT
34252010-08-02 Ian Lance Taylor <iant@google.com>
3426
3427 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
3428 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
3429 (Target_i386::got_tlsdesc_section): New function.
3430 (Target_i386::got_section): Create space for GOT entries for
3431 TLSDESC relocations.
3432 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
3433 R_386_TLS_GOTDESC.
3434 (Target_i386::Scan::global): Likewise.
3435 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
3436 using TLSDESC GOT.
3437 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
3438 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
3439 (Target_x86_64::got_tlsdesc_section): New function.
3440 (Target_x86_64::got_section): Create space for GOT entries for
3441 TLSDESC relocations.
3442 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
3443 R_386_TLS_GOTDESC.
3444 (Target_x86_64::Scan::global): Likewise.
3445 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
3446 using TLSDESC GOT.
3447
0c10a0a6
ILT
34482010-08-02 Ian Lance Taylor <iant@google.com>
3449
3450 * testsuite/final_layout.sh: Use dc to convert from hex to
3451 decimal.
3452
41cbeecc
ST
34532010-07-29 Sriraman Tallam <tmsriram@google.com>
3454
3455 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
3456 paramter to the call to gold::gc_process_relocs.
3457 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
3458 paramter to the call to gold::gc_process_relocs.
3459 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
3460 parameter to the call to gold::gc_process_relocs.
3461 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
3462 template parameter to the call to gold::gc_process_relocs.
3463 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
3464 paramter to the call to gold::gc_process_relocs.
3465 * gc.h (get_embedded_addend_size): New function.
3466 (gc_process_relocs): Save the size of the reloc for use by ICF.
3467 * icf.cc (get_section_contents): Get the addend from the text section
3468 for SHT_REL relocation sections.
3469 * icf.h (Icf::Reloc_addend_size_info): New typedef.
3470 (Icf::Reloc_info): Add new member reloc_addend_size_info.
3471 * int_encoding.h (read_from_pointer): New overloaded function.
3472 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
3473 * testsuite/icf_sht_rel_addend_test.sh: New file.
3474 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
3475 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
3476
6ea55b82
RW
34772010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3478
3479 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
3480 * Makefile.in: Regenerate.
3481 * testsuite/Makefile.in: Regenerate.
3482
9691462b
ILT
34832010-07-27 Jeffrey Yasskin <jyasskin@google.com>
3484
3485 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
3486 * gold/testsuite/debug_msg.cc: Likewise.
3487 * gold/testsuite/odr_violation1.cc
3488 * gold/testsuite/odr_violation2.cc
3489
76897331
CC
34902010-07-21 Cary Coutant <ccoutant@google.com>
3491
3492 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
3493 string, and length fields.
3494 (Output_merge_string::Merged_strings_list): New type.
3495 (Output_merge_string::Merged_strings_lists): New typedef.
3496 (Output_merge_string): Replace merged_strings_ with
3497 merged_strings_lists_.
3498 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
3499 Merged_strings_list per input object and section. Don't store pointer
3500 to the string. Don't store length with each merged string entry.
3501 (Output_merge_string::finalize_merged_data): Loop over list of merged
3502 strings lists. Recompute length of each merged string.
3503
78384e8f
CC
35042010-07-15 Cary Coutant <ccoutant@google.com>
3505
3506 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
3507 here.
3508
783659f9
ILT
35092010-07-14 Ian Lance Taylor <iant@google.com>
3510
3511 * descriptors.cc (Descriptors::open): Report correct name in error
3512 message.
3513
131687b4
DK
35142010-07-13 Doug Kwan <dougkwan@google.com>
3515
3516 * arm.cc (Arm_input_section::Arm_input_section): For a
3517 SHT_ARM_EXIDX section, always keeps the input sections.
3518 (Arm_input_section::set_exidx_section_link): New method.
3519 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
3520 has_errors_ to false.
3521 (Arm_exidx_input_section::has_errors,
3522 Arm_exidx_input_section::set_has_errors): New methods.
3523 (Arm_exidx_input_section::has_errors_): New data member.
3524 (Arm_relobj::get_exidx_shndx_list): New method.
3525 (Arm_output_section::append_text_sections_to_list): Do not skip
3526 section without SHF_EXECINSTR.
3527 (Arm_output_section::fix_exidx_coverage): Skip input sections with
3528 errors.
3529 (Arm_relobj::make_exidx_input_section): Add new parameter for text
3530 section header. Make error messages more verbose. Check for
3531 a non-executable section linked to an EXIDX section.
3532 (Arm_relobj::do_read_symbols): Remove error checking, which has been
3533 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
3534 check that there is no deferred EXIDX section if we exit early.
3535 Instead of not making an EXIDX section in case of an error, make one
3536 and set the has_errors flag of it.
3537 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
3538 in a relocatable link.
3539 (Target_arm::do_relax): Look for the EXIDX output section instead of
3540 assuming that it is called .ARM.exidx.
3541 (Target_arm::fix_exidx_coverage): Add a new parameter for input
3542 section list. Do not check for SHF_EXECINSTR section flags but
3543 skip any input section with errors.
3544 * output.cc (Output_section::Output_section): Initialize
3545 always_keeps_input_sections_ to false.
3546 (Output_section::add_input_section): Check for
3547 always_keeps_input_sections_.
3548 * output.h (Output_section::always_keeps_input_sections,
3549 Output_section::set_always_keeps_input_sections): New methods.
3550 (Output_section::always_keeps_input_sections): New data member.
3551
69517287
RÁE
35522010-07-13 Rafael Espindola <espindola@google.com>
3553
3554 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
3555 * fileread.h (Input_file): Add try_extra_search_path and find_file.
3556
82742395
ILT
35572010-07-13 Philip Herron <herron.philip@googlemail.com>
3558 Ian Lance Taylor <iant@google.com>
3559
3560 * output.h (Output_section_lookup_maps::add_merge_section):
3561 Correct check of whether value was inserted.
3562 (Output_section_lookup_maps::add_merge_input_section): Likewise.
3563 (Output_section_lookup_maps::add_relaxed_input_section):
3564 Likewise.
3565 * arm.cc (Target_arm::got_section): Remove used local os.
3566 * i386.cc (Target_i386::got_section): Likewise.
3567 * x86_64.cc (Target_x86_64::got_section): Likewise.
3568 * sparc.cc (Target_sparc::got_section): Likewise.
3569 (Target_sparc::relocate): Remove unused local have_got_offset.
3570 * powerpc.cc (Target_powerpc::relocate): Likewise.
3571
f2d707b5
ILT
35722010-07-13 Ian Lance Taylor <iant@google.com>
3573
241531d6
ILT
3574 * compressed_output.cc (zlib_decompress): Fix signature in
3575 !HAVE_ZLIB_H case.
3576
f2d707b5
ILT
3577 * archive.cc (Archive::include_member): Unlock an external member
3578 of a thin archive. Don't bother to delete an object we know is
3579 NULL.
3580
a2e47362
CC
35812010-07-12 Cary Coutant <ccoutant@google.com>
3582
3583 * compressed_output.cc (zlib_decompress): New function.
3584 (get_uncompressed_size): New function.
3585 (decompress_input_section): New function.
3586 * compressed_output.h (get_uncompressed_size): New function.
3587 (decompress_input_section): New function.
3588 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
3589 Handle compressed debug sections.
3590 * layout.cc (is_compressed_debug_section): New function.
3591 (Layout::output_section_name): Map compressed section names to
3592 canonical names.
3593 * layout.h (is_compressed_debug_section): New function.
3594 (is_debug_info_section): Recognize compressed debug sections.
3595 * merge.cc: Include compressed_output.h.
3596 (Output_merge_data::do_add_input_section): Handle compressed
3597 debug sections.
3598 (Output_merge_string::do_add_input_section): Handle compressed
3599 debug sections.
3600 * object.cc: Include compressed_output.h.
3601 (Sized_relobj::Sized_relobj): Initialize new data members.
3602 (build_compressed_section_map): New function.
3603 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
3604 * object.h (Object::section_is_compressed): New method.
3605 (Object::do_section_is_compressed): New method.
3606 (Sized_relobj::Compressed_section_map): New type.
3607 (Sized_relobj::do_section_is_compressed): New method.
3608 (Sized_relobj::compressed_sections_): New data member.
3609 * output.cc (Output_section::add_input_section): Handle compressed
3610 debug sections.
3611 * reloc.cc: Include compressed_output.h.
3612 (Sized_relobj::write_sections): Handle compressed debug sections.
3613
ce279a62
CC
36142010-07-08 Cary Coutant <ccoutant@google.com>
3615
3616 * resolve.cc (Symbol_table::resolve): Remember whether undef was
3617 weak when resolving to a dynamic def.
3618 (Symbol_table::should_override): Add adjust_dyndef flag; set it
3619 for weak undef/dynamic def cases. Adjust callers.
3620 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
3621 undef_binding_weak_.
3622 (Symbol_table::sized_write_globals): Adjust symbol binding.
3623 (Symbol_table::sized_write_symbol): Add binding parameter.
3624 * symtab.h (Symbol::set_undef_binding): New method.
3625 (Symbol::is_undef_binding_weak): New method.
3626 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
3627 (Symbol_table::should_override): Add new parameter.
3628 (Symbol_table::sized_write_symbol): Add new parameter.
3629
3630 * testsuite/weak_undef_file1.cc: Add new test case.
3631 * testsuite/weak_undef_file2.cc: Fix header comment.
3632 * testsuite/weak_undef_test.cc: Add new test case.
3633
b2286c10
DK
36342010-06-29 Doug Kwan <dougkwan@google.com>
3635
3636 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
3637 Initialize USE_SYMBOL_.
3638 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
3639 definition.
3640 (Arm_reloc_property::uses_symbol_): New data member declaration.
3641 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
3642 uses symbol value and symbol is undefined but not weakly undefined.
3643
4802450a
RÁE
36442010-06-28 Rafael Espindola <espindola@google.com>
3645
3646 * plugin.cc (Plugin::load): Use dlerror.
3647
e5ca47ba
ILT
36482010-06-26 Jeffrey Yaskin <jyasskin@google.com>
3649
3650 * symtab.cc (detect_odr_violations): When reporting an ODR
3651 violation, report an object where the symbol is defined.
3652
8a75a161
DK
36532010-06-25 Doug Kwan <dougkwan@google.com>
3654
3655 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
3656 (Target_arm::section_may_have_icf_unsafe_pointers): New method
3657 definition.
3658 (Target_arm::Scan::local_reloc_may_be_function_pointer,
3659 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
3660 target hook to detect function points.
3661 (Target_arm::Scan::possible_function_pointer_reloc): New method.
3662 * icf.h (Icf::check_section_for_function_pointers): Change type of
3663 parameter SECTION_NAME to const reference to std::string. Use
3664 target hook to determine if section may have unsafe pointers.
3665 * target.h (Target::section_may_have_icf_unsafe_pointers): New
3666 method definition.
3667
42218b9f
RÁE
36682010-06-21 Rafael Espindola <espindola@google.com>
3669
3670 * fileread.cc (Input_file::find_fie): New
3671 (Input_file::open): Use Input_file::find_fie.
3672 * fileread.h (Input_file::find_fie): New
3673 * plugin.cc (set_extra_library_path): New.
3674 (Plugin::load): Add set_extra_library_path to the transfer vector.
3675 (Plugin_manager::set_extra_library_path): New.
3676 (Plugin_manager::add_input_file): Use the extra search path if set.
3677 (set_extra_library_path(): New.
3678 * plugin.h (Plugin_manager): Add set_extra_library_path and
3679 extra_search_path_.
3680
a0506cca
CC
36812010-06-19 Cary Coutant <ccoutant@google.com>
3682
3683 * layout.cc (gdb_sections): Add .debug_types.
3684 (lines_only_debug_sections): Likewise.
3685
6508b958
RÁE
36862010-06-18 Rafael Espindola <espindola@google.com>
3687
3688 * plugin.cc (add_input_file,add_input_library)
3689 (Plugin_manager::add_input_file): Make filename arguments const.
3690 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
3691 const.
3692
3e235302
DK
36932010-06-16 Doug Kwan <dougkwan@google.com>
3694
3695 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
3696 .ARM.attributes section if we have not merged any input
3697 attributes sections.
3698
106e8a6c
DK
36992010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3700
3701 * arm.cc: Allow combining objects with no EABI version
3702 information.
3703
91ff43fe
RÁE
37042010-06-15 Rafael Espindola <espindola@google.com>
3705
3706 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
3707
68ed838c
ILT
37082010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3709
3710 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
3711 (struct iovec): Correct !HAVE_READV definition.
3712
f3a2388f
CC
37132010-06-10 Cary Coutant <ccoutant@google.com>
3714
3715 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
3716 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
3717 reloc sections.
3718 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
3719
3720 PR 11683
3721 * symtab.h (Symbol::is_placeholder): New member function.
3722 * target-reloc.h (relocate_section): Check for placeholder symbols.
3723
3724 * testsuite/Makefile.am (plugin_test_8): New test.
3725 (plugin_test_9): New test.
3726 * testsuite/Makefile.in: Regenerate.
3727
e1df38aa
NC
37282010-06-09 Nick Clifton <nickc@redhat.com>
3729
3730 * yyscript.y (input_list_element): Allow strings prefixed with
3731 the '-' character. Treat these as libraries.
3732 * script.cc (script_add_library): New function. Adds a library
3733 specified by "-l<name>" found in an input script.
3734 * script-c.h: Add prototype for script_add_library.
3735
25bbe950
DK
37362010-06-07 Doug Kwan <dougkwan@google.com>
3737
3738 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
3739 Restrict stub-group size to be within long conditional branch
3740 range when working around cortex-A8 erratum.
3741
0f32ea4c
ILT
37422010-06-07 Damien Diederen <dd@crosstwine.com>
3743
3744 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
3745 #ifdef typo.
3746
8fe2a369
ST
37472010-06-03 Sriraman Tallam <tmsriram@google.com>
3748
3749 PR gold/11658
3750 * output.cc
3751 (Output_section::Input_section_sort_entry::compare_section_ordering):
3752 Change to return non-zero correctly.
3753 (Output_section::Input_section_sort_section_order_index_compare
3754 ::operator()): Change to fix ambiguity in comparisons.
3755
6e9ba2ca
ST
37562010-06-01 Sriraman Tallam <tmsriram@google.com>
3757
3758 * gold.h (is_wildcard_string): New function.
3759 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
3760 (Layout::layout_eh_frame): Ditto.
3761 (Layout::find_section_order_index): New method.
3762 (Layout::read_layout_from_file): New method.
3763 * layout.h (Layout::find_section_order_index): New method.
3764 (Layout::read_layout_from_file): New method.
3765 (Layout::input_section_position_): New private member.
3766 (Layout::input_section_glob_): New private member.
3767 * main.cc (main): Call read_layout_from_file here.
3768 * options.h (--section-ordering-file): New option.
3769 * output.cc (Output_section::input_section_order_specified_): New
3770 member.
3771 (Output_section::Output_section): Initialize new member.
3772 (Output_section::add_input_section): Add new parameter.
3773 Keep input sections when --section-ordering-file is used.
3774 (Output_section::set_final_data_size): Sort input sections when
3775 section ordering file is specified.
3776 (Output_section::Input_section_sort_entry): Add new parameter.
3777 Check sorting type.
3778 (Output_section::Input_section_sort_entry::compare_section_ordering):
3779 New method.
3780 (Output_section::Input_section_sort_compare::operator()): Change to
3781 consider section_order_index.
3782 (Output_section::Input_section_sort_init_fini_compare::operator()):
3783 Change to consider section_order_index.
3784 (Output_section::Input_section_sort_section_order_index_compare
3785 ::operator()): New method.
3786 (Output_section::sort_attached_input_sections): Change to sort
3787 according to section order when specified.
e1df38aa
NC
3788 (Output_section::add_input_section<32, true>): Add new parameter.
3789 (Output_section::add_input_section<64, true>): Add new parameter.
3790 (Output_section::add_input_section<32, false>): Add new parameter.
3791 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
3792 * output.h (Output_section::add_input_section): Add new parameter.
3793 (Output_section::input_section_order_specified): New
3794 method.
3795 (Output_section::set_input_section_order_specified): New method.
3796 (Input_section::Input_section): Initialize section_order_index_.
3797 (Input_section::section_order_index): New method.
3798 (Input_section::set_section_order_index): New method.
3799 (Input_section::section_order_index_): New member.
3800 (Input_section::Input_section_sort_section_order_index_compare): New
3801 struct.
3802 (Output_section::input_section_order_specified_): New member.
3803 * script-sections.cc (is_wildcard_string): Delete and move modified
3804 method to gold.h.
3805 (Output_section_element_input::Output_section_element_input): Modify
3806 call to is_wildcard_string.
3807 (Output_section_element_input::Input_section_pattern
3808 ::Input_section_pattern): Ditto.
3809 (Output_section_element_input::Output_section_element_input): Ditto.
3810 * testsuite/Makefile.am (final_layout): New test case.
3811 * testsuite/Makefile.in: Regenerate.
3812 * testsuite/final_layout.cc: New file.
3813 * testsuite/final_layout.sh: New file.
3814
3537c84b
RÁE
38152010-06-01 Rafael Espindola <espindola@google.com>
3816
3817 * plugin.cc (Plugin::load): Pass the output name to the plugin.
3818
105b6afd
RÁE
38192010-06-01 Rafael Espindola <espindola@google.com>
3820
3821 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
3822 visibility of symbols.
3823
29e11421
DK
38242010-05-27 Doug Kwan <dougkwan@google.com>
3825
3826 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
3827 from start of output section instead of address for a local symbol
3828 in a merged or relaxed section when doing a relocatable link.
3829
5e0f337e
RÁE
38302010-05-26 Rafael Espindola <espindola@google.com>
3831
3832 PR 11604
3833 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
3834 adding sections the garbage collector removed.
3835 * gold/testsuite/Makefile.am: Add test.
3836 * gold/testsuite/Makefile.in: Regenerate.
3837 * gold/testsuite/plugin_test_7.sh: New.
3838 * gold/testsuite/plugin_test_7_1.c: New.
3839 * gold/testsuite/plugin_test_7_2.c: New.
3840
f4187277
RÁE
38412010-05-26 Rafael Espindola <espindola@google.com>
3842
3843 * script-sections.cc (Output_section_definition::set_section_addresses):
3844 Check for --section-start.
3845
5c388529
DK
38462010-05-26 Doug Kwan <dougkwan@google.com>
3847
3848 * arm.cc (Arm_scan_relocatable_relocs): New class.
3849 (Target_arm::relocate_special_relocatable): New method.
3850 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
3851 (Arm_relocate_functions::thumb_branch_common): Same.
3852 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
3853 instead of Default_scan_relocatable_relocs.
3854 * target-reloc.h (relocate_for_relocatable): Let target handle
3855 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
3856 * target.h (Sized_target::relocate_special_relocatable): New method.
3857
bca1c3ae
ILT
38582010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3859
3860 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
3861
0439c796
DK
38622010-05-23 Doug Kwan <dougkwan@google.com>
3863
3864 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
3865 instead of a cast.
3866 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
3867 with a direct branch, not a conditional branch, to a stub.
3868 * merge.cc (Output_merge_base::record_input_section): New method
3869 defintion.
3870 (Output_merge_data::do_add_input_section): Record input section if
3871 keeps-input-sections flag is set.
3872 (Output_merge_string::do_add_input_section): Ditto.
3873 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
3874 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
3875 INPUT_SECTIONS_.
3876 (Output_merge_base::keeps_input_sections,
3877 Output_merge_base::set_keeps_input_sections,
3878 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
3879 method definitions.
3880 (Output_merge_base::Input_sections): New type declaration.
3881 (Output_merge_base::input_sections_begin,
3882 Output_merge_base::input_sections_end,
3883 Output_merge_base::do_set_keeps_input_sections): New method definitions.
3884 (Output_merge_base::bool keeps_input_sections_,
3885 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
3886 Output_merge_base::input_sections_): New data members.
3887 (Output_merge_data::do_set_keeps_input_sections): New method
3888 defintion.
3889 (Output_merge_string::do_set_keeps_input_sections): Ditto.
3890 * output.cc (Output_section::Input_section::relobj): Move method
3891 defintion from class declaration to here and handle merge sections.
3892 (Output_section::Input_section::shndx): Ditto.
3893 (Output_section::Output_section): Remove initializations of removed
3894 data members and initialize new data member LOOKUP_MAPS_.
3895 (Output_section::add_input_section): Set keeps-input-sections flag
3896 for a newly created merge output section as appropriate. Adjust code
3897 to use Output_section_lookup_maps class.
3898 (Output_section::add_relaxed_input_section): Adjst code for lookup
3899 maps code refactoring.
3900 (Output_section::add_merge_input_section): Add a new parameter
3901 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
3902 class. If adding input section to a newly created merge output
3903 section fails, remove the new merge section.
3904 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 3905 Adjust code for use of the Output_section_lookup_maps class.
0439c796
DK
3906 (Output_section::find_merge_section): Ditto.
3907 (Output_section::build_lookup_maps): New method defintion.
3908 (Output_section::find_relaxed_input_section): Adjust code to use
3909 Output_section_lookup_maps class.
3910 (Output_section::get_input_sections): Export merge sections. Adjust
3911 code to use Output_section_lookup_maps class.
3912 (Output_section:::add_script_input_section): Adjust code to use
3913 Output_section_lookup_maps class. Update lookup maps for merge
3914 sections also.
3915 (Output_section::discard_states): Use Output_section_lookup_maps.
3916 (Output_section::restore_states): Same.
3917 * output.h (Merge_section_properties): Move class defintion out of
3918 Output_section.
3919 (Output_section_lookup_maps): New class.
3920 (Output_section::Input_section::is_merge_section): New method
3921 defintion.
3922 (Output_section::Input_section::relobj): Move defintion out of class
3923 defintion. Declare method only.
3924 (Output_section::Input_section::shndx): Ditto.
3925 (Output_section::Input_section::output_merge_base): New method defintion.
3926 (Output_section::Input_section::u2_.pomb): New union field.
3927 (Output_section::Merge_section_by_properties_map,
3928 Output_section::Output_section_data_by_input_section_map,
3929 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
3930 Remove types.
3931 (Output_section::add_merge_input_section): Add new parameter
3932 KEEPS_INPUT_SECTIONS.
3933 (Output_section::build_lookup_maps): New method declaration.
3934 (Output_section::merge_section_map_,
3935 Output_section::merge_section_by_properties_map_,
3936 Output_section::relaxed_input_section_map_,
3937 Output_section::is_relaxed_input_section_map_valid_): Remove data
3938 members.
3939 (Output_section::lookup_maps_): New data member.
3940
76295588
L
39412010-05-21 Doug Kwan <dougkwan@google.com>
3942
3943 PR gold/11619
3944 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
3945 avoid a compilation error.
3946
d103a984
RÁE
39472010-05-19 Rafael Espindola <espindola@google.com>
3948
3949 * script-sections.cc (Output_section_definition::allocate_to_segment):
3950 Update the phdrs_list even when the output section is NULL.
3951 * testsuite/Makefile.am: Add test.
3952 * testsuite/Makefile.in: Regenerate.
3953 * testsuite/script_test_9.cc: New.
3954 * testsuite/script_test_9.sh: New.
3955 * testsuite/script_test_9.t: New.
3956
6625d24e
DK
39572010-05-19 Doug Kwan <dougkwan@google.com>
3958
3959 * arm.cc (Arm_input_section::original_size): New method.
3960 (Arm_input_section::do_addralign): Add a cast.
3961 (Arm_input_section::do_output_offset): Remove static cast.
3962 (Arm_input_section::original_addralign,
3963 Arm_input_section::original_size_): Change type to uint32_t.
3964 (Arm_input_section::init): Add safe casts for section alignment
3965 and size.
3966 (Arm_input_section::set_final_data_size): Do not set address and
3967 offset of stub table.
3968 (Arm_output_section::fix_exidx_coverage): Change use of of
3969 Output_section::Simple_input_section to that of
3970 Output_section::Input_section.
3971 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
3972 except for the first pass.
3973 * output.cc (Output_section::get_input_sections): Change type of
3974 input_sections to std::list<Input_section>.
3975 (Output_section::add_script_input_section): Rename from
3976 Output_section::add_simple_input_section. Change type of SIS
3977 parameter from Simple_input_section to Input_section.
3978 * output.h (Output_section::Simple_input_section): Remove class.
3979 (Output_section::Input_section): Change class visibility to public.
3980 (Output_section::Input_section::addralign): Use stored alignments
3981 for special input sections if set.
3982 (Output_section::Input_section::set_addralign): New method.
3983 (Output_section::get_input_sections): Change parameter type from
3984 list of Simple_input_section to list of Input_section.
3985 (Output_section::add_script_input_section): Rename from
3986 Output_section::add_simple_input_section. Change first parameter's
3987 type from Simple_input_section to Input_section and remove the
3988 second and third parameters.
3989 * script-sections.cc (Input_section::Input_section_list): Change
3990 type to list of Output_section::Input_section/
3991 (Input_section_info::Input_section_info): Change parameter type of
3992 INPUT_SECTION to Output_section::Input_section.
3993 (Input_section_info::input_section): Change return type.
3994 (Input_section_info::input_section_): Change type to
3995 Output_section::Input_section.
3996 (Output_section_element_input::set_section_addresses): Adjust code
3997 to use Output_section::Input_section instead of
3998 Output_section::Simple_input_section. Adjust code for renaming
3999 of Output_section::add_simple_input_section.
4000 (Orphan_output_section::set_section_addresses): Ditto.
4001
e1e82ea4
RW
40022010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4003
4004 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
4005 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
4006
91e75c8a
RÁE
40072010-05-18 Rafael Espindola <espindola@google.com>
4008
4009 * options.cc (General_options::finalize): Handle -nostdlib.
4010 * options.h (nostdlib): New option.
4011 * script.cc (script_add_search_dir): Handle -nostdlib.
4012
da59ad79
DK
40132010-05-12 Doug Kwan <dougkwan@google.com>
4014
4015 * arm.cc (Target_arm::do_finalize_sections): Create an empty
4016 attributes section only if there no attributes section after merging.
4017 (Target_arm::merge_object_attributes): Move value of
e1df38aa 4018 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
4019 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
4020 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
4021 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
4022 and arm_attr_merge_7.stdout.
4023 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
4024 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
4025 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
4026 arm_attr_merge_7b.o): New rules.
4027 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
4028 arm_attr_merge_7
4029 * testsuite/Makefile.in: Regenerate.
4030 * testsuite/arm_attr_merge.sh: New file.
4031 * testsuite/arm_attr_merge_[67][ab].s: Same.
4032
3e01a7fd
NC
40332010-05-05 Nick Clifton <nickc@redhat.com>
4034
4035 * po/es.po: Updated Spanish translation.
4036
7ad2014a
L
40372010-04-27 H.J. Lu <hongjiu.lu@intel.com>
4038
4039 * Makefile.am (install-exec-local): Properly install gold as
4040 default cross linker.
4041 * Makefile.in: Regenerated.
4042
4fda8867
NC
40432010-04-27 H.J. Lu <hongjiu.lu@intel.com>
4044 Nick Clifton <nickc@redhat.com>
4045
4046 * configure.ac (install_as_default): Define and set to false
4047 unless --enable-gold or --enable-gold=both/gold has been
4048 specified.
4049 * configure: Regenerate.
4050
4051 * Makefile.am (install-exec-local): Install the executable as
4052 'ld.gold'. If install_as_default is true then also install it as
4053 'ld'.
4054 * Makefile.in: Regenerated.
4055
bd288ea2
ILT
40562010-04-24 Ian Lance Taylor <iant@google.com>
4057
4058 * layout.cc (Layout::layout_reloc): In relocatable link don't
4059 combine reloc sections for grouped sections.
4060
ef38fd8a
ST
40612010-04-23 Sriraman Tallam <tmsriram@google.com>
4062
4063 * gc.h (gc_process_relocs): Pass information on relocs pointing to
4064 sections that are not ordinary to icf.
4065 * icf.cc (get_section_contents): Handle relocation pointing to section
4066 with no object or shndx information.
4067 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
4068 * testsuite/Makefile.in: Regenerate.
4069 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
4070 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
4071
f6973bdc
ILT
40722010-04-22 Ian Lance Taylor <iant@google.com>
4073
4074 * expression.cc (Expression::Expression_eval_info): Add
4075 result_alignment_pointer field.
4076 (Expression::eval_with_dot): Add result_alignment_pointer
4077 parameter. Change all callers.
4078 (Expression::eval_maybe_dot): Likewise.
4079 (class Binary_expression): Add alignment_pointer parameter to
4080 left_value and right_value. Change all callers.
4081 (BINARY_EXPRESSION): Set result alignment.
4082 (class Trinary_expression): Add alignment_pointer parameter to
4083 arg2_value and arg3_value. Change all callers.
4084 (Trinary_cond::value): Set result alignment.
4085 (Max_expression::value, Min_expression::value): Likewise.
4086 (Align_expression::value): Likewise.
4087 * script-sections.cc (class Sections_element): Add dot_alignment
4088 parameter to set_section_addresses virtual function. Update
4089 instantiations.
4090 (class Output_section_element): Likewise.
4091 (Script_sections::create_segments): Add dot_alignment parameter.
4092 Change all callers.
4093 (Script_sections::create_segments_from_phdrs_clause): Likewise.
4094 (Script_sections::set_phdrs_clause_addresses): Likewise.
4095 * script-sections.h: Update declarations.
4096 * script.h: Update declarations.
4097 * output.h (Output_segment::set_minimum_p_align): Don't decrease
4098 min_p_align.
4099 * testsuite/script_test_3.t: Set large alignment.
4100 * testsuite/script_test_3.sh: Make sure that at least one LOAD
4101 segment has expected alignment.
4102
9c9c98a5
NC
41032010-04-22 Nick Clifton <nickc@redhat.com>
4104
4105 * po/gold.pot: Updated by the Translation project.
4106 * po/vi.po: Updated Vietnamese translation.
4107
2253bfba
L
41082010-04-22 H.J. Lu <hongjiu.lu@intel.com>
4109
4110 * testsuite/Makefile.am (check_PROGRAMS): Add
4111 icf_virtual_function_folding_test.
4112 * testsuite/Makefile.in: Regenerated.
4113
85fdf906
AH
41142010-04-15 Andrew Haley <aph@redhat.com>
4115
4116 * options.h (merge_exidx_entries): New option.
4117 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
4118 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
4119 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
4120 (Target_arm::merge_exidx_entries): New function.
4121 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
4122 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
4123 to Arm_exidx_fixup constructor.
4124 Add new arg, merge_exidx_entries.
4125 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
4126 Arm_output_section::fix_exidx_coverage.
4127
ce97fa81
ST
41282010-04-18 Sriraman Tallam <tmsriram@google.com>
4129
4130 * icf.cc (get_section_contents): Check for preemptible functions.
4131 Ignore addend when appropriate.
4132 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
4133 section folded.
4134 (add_from_relobj): Check for section folded.
4135 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
4136 * symtab.h (should_add_dynsym_entry): Add new parameter.
4137 * target-reloc.h (scan_relocs): Check for section folded.
4138 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
4139 Check reloc types for function pointers in shared objects.
4140 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
4141 case.
4142 (icf_preemptible_functions_test): New test case.
4143 (icf_string_merge_test): New test case.
4144 * testsuite.Makefile.in: Regenerate.
4145 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
4146 bar_glob. Refactor code.
4147 * testsuite/icf_preemptible_functions_test.cc: New file.
4148 * testsuite/icf_preemptible_functions_test.sh: New file.
4149 * testsuite/icf_string_merge_test.cc: New file.
4150 * testsuite/icf_string_merge_test.sh: New file.
4151 * testsuite/icf_virtual_function_folding_test.cc: New file.
4152 * testsuite/icf_virtual_function_folding_test.sh: New file.
4153
04ceb17c
DK
41542010-04-14 Doug Kwan <dougkwan@google.com>
4155
4156 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
4157 for local symbol recounting if we remove a section due to ICF.
4158 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
4159 there are no regular objects in input.
4160
153e7da4
DK
41612010-04-13 Doug Kwan <dougkwan@google.com>
4162
4163 * arm.cc (Arm_input_section::set_final_data_size): Compute
4164 accurate final data size instead of using current data size.
4165
4dbd9faf
DK
41662010-04-09 Doug Kwan <dougkwan@google.com>
4167
4168 * layout.cc (Layout::choose_output_section): Handle script section
4169 types.
4170 (Layout::make_output_section_for_script): Add section type parameter.
4171 Handle script section types.
4172 * layout.h (Layout::make_output_section_for_script): Add section
4173 type parameter.
4174 * output.cc (Output_section::Output_section): Initialize data member
4175 is_noload_.
4176 (Output_section::do_reset_address_and_file_offset): Do not set address
4177 to 0 if section is a NOLOAD section.
4178 * output.h (Output_section::is_noload): New method.
4179 (Output_section::set_is_noload): Ditto.
4180 (Output_section::is_noload_): New data member.
4181 * script-c.h (Script_section_type): New enum type.
4182 (struct Parser_output_section_header): Add new file section_type.
4183 * script-sections.cc (Sections_element::output_section_name): Add
4184 parameter for returning script section type.
4185 (Output_section_definition::output_section_name): Ditto.
4186 (Output_section_definition::section_type)P; New method.
4187 (Output_section_definiton::script_section_type_name): Ditto.
4188 (Output_section_definition::script_section_type_): New data member.
4189 (Output_section_definition::Output_section_definition): Initialize
4190 data member Output_section_definition::script_section_type_.
4191 (Output_section_definition::create_sections): Pass script section type
4192 to Layout::make_output_section_for_script.
4193 (Output_section_definition::output_section_name): Return script
4194 section type to caller.
4195 (Output_section_definition::set_section_address): Do not advance
4196 dot value and load address if section type is NOLOAD. Set address
4197 of NOLOAD sections regardless of section flags.
4198 (Output_section_definition::print): Print section type if it is
4199 not SCRIPT_SECTION_TYPE_NONE.
4200 (Output_section_definition::section_type): New method.
4201 (Output_section_definition::script_section_type_name): Ditto.
4202 (Script_sections::output_section_name): Add new parameter
4203 PSECTION_TYPE for returning script section type. Pass it to
4204 section elements. Handle discard sections.
4205 (Sort_output_sections::operator()): Handle NOLOAD sections.
4206 * script-sections.h (Script_sections::Section_type): New enum type.
4207 (Script_sections::output_section_name): Add a new parameter for
4208 returning script section type.
4209 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
4210 INFO and NOLOAD.
4211 * yyscript.y (union): Add new field SECTION_TYPE.
4212 (COPY, DSECT, INFO, NOLOAD): New tokens.
4213 (opt_address_and_section_type): Change type to output_section_header.
4214 (section_type): New non-terminal
4215 (section_header): Handle section type.
2253bfba 4216 (opt_address_and_section_type): Return section type value.
4dbd9faf 4217
721ea635
L
42182010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4219
4220 * testsuite/plugin_common_test_1.c (foo): Add prototype.
4221 * testsuite/plugin_common_test_2.c (foo): Likewise.
4222
6bf924b0
DK
42232010-04-08 Doug Kwan <dougkwan@google.com>
4224
4225 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
4226 Output_merge_data.
4227 * output.cc (Output_section::add_merge_input_section): Simplify
4228 code and return status of Output_merge_base::add_input_section.
e1df38aa 4229 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
4230 returns true.
4231
24af6f92
DK
42322010-04-07 Doug Kwan <dougkwan@google.com>
4233
4234 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
4235 if section is marked as containing instructions but has no mapping
4236 symbols.
4237 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
4238 correct section index.
4239 (Arm_relobj::find_linked_text_section): Ditto.
4240
00698fc5
CC
42412010-04-07 Cary Coutant <ccoutant@google.com>
4242
4243 * archive.cc (include_member): Destroy Read_symbols_data object before
4244 releasing file.
4245 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
4246 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
4247 (Read_symbols_data::~Read_symbols_data) New destructor.
4248 (Section_relocs::Section_relocs) New constructor.
4249 (Section_relocs::~Section_relocs) New destructor.
4250 (Read_relocs_data::Read_relocs_data) New constructor.
4251 (Read_relocs_data::~Read_relocs_data) New destructor.
4252 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
4253 pointers to NULL after deleting.
4254
7296d933
DK
42552010-04-07 Doug Kwan <dougkwan@google.com>
4256
4257 * arm.cc: Replace "endianity" with "endianness" in comments.
4258 (Arm_exidx_cantunwind): Ditto.
4259 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
4260 (Arm_relobj::merge_flags_and_attributes): New method.
4261 (Arm_relobj::merge_flags_and_attributes_): New data member.
4262 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
4263 (Arm_relobj::scan_sections_for_stubs): Ditto.
4264 (Arm_relobj::do_read_symbols): Check to see if we really want to
4265 merge processor-specific flags and attributes. Exit early if
4266 an object is empty except for section names and the undefined symbol.
4267 (Target_arm::do_finalize_sections): Move check for ELF format to
4268 Arm_relobj::do_read_symbols. Merge processor specific flags and
4269 attributes from a regular object only when we have determined that
4270 it is aapropriate. Do not create an .ARM.attributes section in
4271 output if there is no regular input object.
4272 (Target_arm::merge_processor_specific_flags): Check
4273 --warn-mismatch before printing any error.
4274 (Target_arm::merge_object_attributes): Ditto.
4275 * gold.cc (queue_middle_tasks): Handle the case in which there is
4276 no regular object in input.
4277 * options.cc (General_options::parse_EB): New method.
4278 (General_options::parse_EL): Same.
4279 (General_options::General_options): Initialize endianness_.
4280 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
4281 New options.
4282 (General_options::Endianness): New enum.
4283 (General_options::endianness): New method.
4284 (General_options::endianness_): New data member.
4285 * parameters.cc (Parameters::set_options): Check target endianness.
4286 (Parameters::set_target_once): Ditto.
4287 (Parameters::check_target_endianness): New method.
4288 (parameters_force_valid_target): If either -EL or -EB is specified,
4289 use it to define endianness of default target.
4290 * parameters.h (Parameters::check_target_endianness): New method
4291 declaration.
4292 * target.h (class Target): Change "endianity" to "endianness"
4293 in comments.
4294
efc8d4f2
RW
42952010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4296
4297 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
4298 * configure: Regenerate.
4299 * Makefile.in: Regenerate.
4300 * testsuite/Makefile.in: Regenerate.
4301
be234d88
CC
43022010-04-06 Cary Coutant <ccoutant@google.com>
4303
4304 gcc PR lto/42757
4305 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
4306 prevailing definitions of common symbols.
4307 * testsuite/plugin_test_6.sh: New test case.
4308 * testsuite/plugin_common_test_1.c: New test case.
4309 * testsuite/plugin_common_test_2.c: New test case.
4310 * testsuite/Makefile.am (plugin_test_6): New test case.
4311 * testsuite/Makefile.in: Regenerate.
4312
bd32c6bd
NC
43132010-04-06 Nick Clifton <nickc@redhat.com>
4314
4315 * po/vi.po: New Vietnamese translation.
4316
323c532f
DK
43172010-03-30 Doug Kwan <dougkwan@google.com>
4318
4319 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
4320
4fcd97eb
DK
43212010-03-25 Doug Kwan <dougkwan@google.com>
4322
4323 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
4324 to avoid a conversion warning on a 32-bit host.
4325
4ebf39db
ILT
43262010-03-24 Ian Lance Taylor <iant@google.com>
4327
4328 * testsuite/script_test_3.t: Add a TLS segment.
4329 * testsuite/Makefile.am (check_PROGRAMS): Add
4330 tls_phdrs_script_test.
4331 (tls_phdrs_script_test_SOURCES): Define.
4332 (tls_phdrs_script_test_DEPENDENCIES): Define.
4333 (tls_phdrs_script_test_LDFLAGS): Define.
4334 (tls_phdrs_script_test_LDADD): Define.
4335 * testsuite/Makefile.in: Rebuild.
4336
4a599bdd
CC
43372010-03-23 Cary Coutant <ccoutant@google.com>
4338
4339 * fileread.cc (find_or_make_view): Fix comment.
4340
6c93b22c
ILT
43412010-03-23 Ian Lance Taylor <iant@google.com>
4342
4343 * script-sections.cc (class Orphan_section_placement): Define
4344 PLACE_TLS and PLACE_TLS_BSS.
4345 (Orphan_section_placement::Orphan_section_placement): Initialize
4346 new places.
4347 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
4348 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
4349 (tls_script_test_SOURCES): Define.
4350 (tls_script_test_DEPENDENCIES): Define.
4351 (tls_script_test_LDFLAGS): Define.
4352 (tls_script_test_LDADD): Define.
4353 * testsuite/Makefile.in: Rebuild.
4354
a2c7281b
DK
43552010-03-22 Doug Kwan <dougkwan@google.com>
4356
4357 * arm.cc (Arm_relocate_functions::abs8,
4358 Arm_relocate_functions::abs16): Use correct check for overflow
4359 specified in the ARM ELF specs.
4360 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
4361 target of a BLX instruction specially.
4362 (Reloc_stub::stub_type_for_reloc): Ditto.
4363 (Relocate::relocate): Use symbolic names instead of numeric relocation
4364 codes to report error.
4365 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
4366 workaround.
4367 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
4368 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
4369 thumb2_blx_out_of_range.stdout
4370 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
4371 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
4372 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
4373 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
4374 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
4375 thumb2_blx_in_range, thumb2_blx_in_range.o,
4376 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
4377 thumb2_blx_out_of_range.o): New rules.
4378 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
4379 thumb2_blx_in_range and thumb2_blx_out_of_range.
4380 * testsuite/Makefile.in: Regenerate.
4381 * arm_branch_in_range.sh: Add tests for THUMB BLX.
4382 * testsuite/thumb_blx_in_range.s: New file.
4383 * testsuite/thumb_blx_out_of_range.s: New file.
4384
b0193076
RÁE
43852010-03-22 Rafael Espindola <espindola@google.com>
4386
4387 * archive.cc (Should_include): Move to archive.h.
4388 (should_include_member): Make it a member of Archive.
4389 (Lib_group): New.
4390 (Add_lib_group_symbols): New.
4391 * archive.h: Include options.h.
4392 (Archive_member): Moved from Archive.
4393 (Should_include): Moved from archive.cc.
4394 (Lib_group): New.
4395 (Add_lib_group_symbols): New.
4396 * dynobj.cc (do_should_include_member): New.
4397 * dynobj.h (do_should_include_member): New.
4398 * gold.cc (queue_initial_tasks): Update call to queue.
4399 * main.cc (main): Print lib group stats.
4400 * object.cc (do_should_include_member): New.
4401 * object.h: Include archive.h.
4402 (Object::should_include_member): New.
4403 (Object::do_should_include_member): New.
4404 (Sized_relobj::do_should_include_member): New.
4405 * options.cc (General_options::parse_start_lib): New.
4406 (General_options::parse_end_lib): New.
4407 (Input_arguments::add_file): Handle lib groups.
4408 (Input_arguments::start_group): Check we are not in a lib.
4409 (Input_arguments::start_lib): New.
4410 (Input_arguments::end_lib): New.
4411 * options.h (General_options): Add start_lib and end_lib.
4412 (Input_argument::lib_): New.
4413 (Input_argument::lib): New.
4414 (Input_argument::is_lib): New.
4415 (Input_file_lib): New.
4416 (Input_arguments::in_lib_): New.
4417 (Input_arguments::in_lib): New.
4418 (Input_arguments::start_lib): New.
4419 (Input_arguments::end_lib_): New.
4420 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
4421 in unused members as preempted.
4422 (Sized_pluginobj::do_should_include_member): New.
4423 * plugin.h (Sized_pluginobj::do_should_include_member): New.
4424 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
4425 return the blocker.
4426 (Read_symbols::do_whole_lib_group): New.
4427 (Read_symbols::do_lib_group): New.
4428 (Read_symbols::do_read_symbols): Handle lib groups.
4429 (Read_symbols::get_name): Handle lib groups.
4430 * readsyms.h (Read_symbols): Add an archive member pointer.
4431 (Read_symbols::do_whole_lib_group): New.
4432 (Read_symbols::do_lib_group): New.
4433 (Read_symbols::member_): New.
4434 * script.cc (read_input_script): Update call to queue_soon.
4435
d099120c
DK
44362010-03-19 Doug Kwan <dougkwan@google.com>
4437
4438 * arm.cc (Stub_table::Stub_table): Initialize new data members
4439 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
4440 (Stub_table::add_reloc_stub): Assign stub offset and update
4441 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
4442 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
4443 New data members.
4444 (Stub_table::update_data_size_and_addralign): Use
4445 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
4446 instead of going over all reloc stubs.
4447 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
4448 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
4449 Stringpool_template::offset_ to size of Stringpool_char.
4450 (Stringpool_template::new_key_offset): Remove code to initialize
4451 Stringpool_template::offset_.
4452 * stringpool.h (Stringpool_template::set_no_zero_null): Set
4453 Stringpool_template::offset_ to zero.
4454
1aa37384
DK
44552010-03-15 Doug Kwan <dougkwan@google.com>
4456
4457 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
4458 offset_.
4459 (Stringpool_template::new_key_offset): New method.
4460 (Stringpool_template::add_string): Assign offsets when adding new
4461 strings.
4462 (Stringpool_template::set_string_offsets): Do not set string offsets
4463 when not optimizing.
4464 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
4465 member size_.
4466 (Chunked_vector::clear): Clear size_.
4467 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
4468 (Chunked_vector::size): Return size_.
4469 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 4470 (Chunked_vector::size_): New data member.
1aa37384
DK
4471 (Stringpool_template::set_no_zero_null): Assert string set is empty.
4472 (Stringpool_template::new_key_offset): New method declaration.
4473 (Stringpool_template::offset_): New data member.
4474
b672b057
RÁE
44752010-03-15 Rafael Espindola <espindola@google.com>
4476
4477 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
4478 Add_symbols' constructor.
4479 * readsyms.h (Add_symbols): Remove the input_group member.
4480
b6848d3c
ILT
44812010-03-10 Ian Lance Taylor <iant@google.com>
4482
4483 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
4484 target to ask whether a reference to a symbol requires a stack
4485 split.
4486 * target.h (Target::is_call_to_non_split): New function.
4487 (Target::do_is_call_to_non_split): Declare virtual function.
4488 * target.cc: Include "symtab.h".
4489 (Target::do_is_call_to_non_split): New function.
4490 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
4491
a2a5469e
CC
44922010-03-10 Cary Coutant <ccoutant@google.com>
4493
4494 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
4495 (File_read::open[1]): Remove initial mapping of whole_file_view_.
4496 (File_read::open[2]): Add whole_file_view_ to list of views.
4497 (File_read::make_view): Remove test of whole_file_view_.
4498 (File_read::find_or_make_view): Create whole_file_view_ if
4499 necessary.
4500 (File_read::clear_views): Replace bool parameter with enum;
4501 adjust all callers. Don't delete views with permanent data;
4502 do delete cached views and views from archives if
4503 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
4504 if clearing the corresponding view.
4505 * fileread.h (File_read::Clear_views_mode): New enum.
4506 (File_read::View::is_permanent_view): New method.
4507 (File_read::clear_views): Replace bool parameter
4508 with enum; adjust all callers.
4509 * options.h (General_options): Change keep_files_mapped option;
4510 add map_whole_files.
4511 * readsyms.cc (Add_symbols::run): Delete sd_ object before
4512 releasing the file.
4513 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
4514 the file.
4515
8861f32b
DM
45162010-03-10 David S. Miller <davem@davemloft.net>
4517
4518 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
4519
d62d0f5f
ST
45202010-03-09 Sriraman Tallam <tmsriram@google.com>
4521
4522 * icf.cc (get_section_contents): Add '@' marker after processing the
4523 merge reloc.
4524
9177756d
DK
45252010-03-08 Doug Kwan <dougkwan@google.com>
4526
4527 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
4528 due to a conversion warning.
4529 (Arm_relobj::update_output_local_symbol_count): Check for local
4530 symbol with unset output index.
4531
9e9e071b
ILT
45322010-03-05 Ian Lance Taylor <iant@google.com>
4533
4534 * options.h (class General_options): Add --spare-dynamic-tags.
4535 * output.cc (Output_data_dynamic::set_final_data_size): Implement
4536 --spare-dynamic-tags.
4537
a81ee015
ILT
45382010-03-05 Ian Lance Taylor <iant@google.com>
4539
4540 * incremental.cc: Include "libiberty.h".
4541
44ec90b9
RO
45422010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4543
4544 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
4545 function, is_info_ member.
4546 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
4547 (Versions::Versions): Update caller.
4548 (Versions::define_base_version): Likewise.
4549 (Versions::add_def): Likewise.
4550
0897ed3b
ST
45512010-03-03 Sriraman Tallam <tmsriram@google.com>
4552
4553 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
4554 (Scan::possible_function_pointer_reloc): New function.
4555 (Scan::local_reloc_may_be_function_pointer): Change to call
4556 possible_function_pointer_reloc.
4557 (Scan::global_reloc_may_be_function_pointer): Ditto.
4558 * icf.h (Icf::check_section_for_function_pointers): Change to reject
4559 relocations in ".data.rel.ro._ZTV" section.
4560 * testsuite/icf_safe_so_test.sh: Change to pass i386.
4561 * testsuite/icf_safe_so_test.cc: Ditto.
4562 * testsuite/icf_safe_test.cc: Ditto.
4563 * testsuite/icf_safe_test.sh: Ditto.
4564
d3bbad62
ILT
45652010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4566 Ian Lance Taylor <iant@google.com>
4567
4568 * target-reloc.h (relocate_section): Check the symbol table index
4569 for -1U before setting the local symbol index.
4570 (scan_relocatable_relocs): If copying the relocation, record that
4571 the local symbol is required.
4572 * object.h (Symbol_value::is_output_symtab_index_set): New
4573 function.
4574 (Symbol_value::may_be_discarded_from_output_symtab): New
4575 function.
4576 (Symbol_value::has_output_symtab_entry): New function.
4577 (Symbol_value::needs_output_symtab_entry): Remove.
4578 (Symbol_value::output_symtab_index): Make sure the symbol index is
4579 set.
4580 (Symbol_value::set_output_symtab_index): Make sure the symbol
4581 index is not set. Make sure the new index is valid.
4582 (Symbol_value::set_must_have_output_symtab_entry): New function.
4583 (Symbol_value::has_output_dynsym_entry): New function.
4584 (Symbol_value::set_output_dynsym_index): Make sure the new index
4585 is valid.
4586 (Sized_relobj::set_must_have_output_symtab_entry): New function.
4587 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
4588 local symbol if permitted.
4589 (Sized_relobj::do_finalize_local_symbols): Call
4590 is_output_symtab_index_set rather than needs_output_symtab_entry.
4591 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
4592 rather than needs_output_symtab_entry. Call
4593 has_output_dynsym_entry rather than needs_output_dynsym_entry.
4594 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
4595 is_output_symtab_index_set rather than needs_output_symtab_entry.
4596 * testsuite/discard_locals_relocatable_test.c: New file.
4597 * testsuite/discard_locals_test.sh: Test -r.
4598 * testsuite/Makefile.am (check_DATA): Add
4599 discard_locals_relocatable_test1.syms,
4600 discard_local_relocatable_test2.syms.
4601 (MOSTLYCLEANFILES): Likewise. Also add
4602 discard_locals_relocatable_test1.lout and
4603 discard_locals_relocatable_test2.out.
4604 (discard_locals_relocatable_test1.syms): New target.
4605 (discard_locals_relocatable_test.o): New target.
4606 (discard_locals_relocatable_test1.out): New target.
4607 (discard_locals_relocatable_test2.syms): New target.
4608 (discard_locals_relocatable_test2.out): New target.
4609 (various): Add missing ../ld-new dependencies.
4610 * testsuite/Makefile.in: Rebuild.
4611
7e8ccf26
NC
46122010-03-03 Nick Clifton <nickc@redhat.com>
4613
4614 * po/fi.po: New Finnish translation.
4615
2a0ff005
DK
46162010-03-01 Doug Kwan <dougkwan@google.com>
4617
4618 * layout.cc (Layout::Layout): Force section types of .init_array*,
4619 .preinit_array* and .fini_array* sections.
4620 * output.cc (Output_section::Input_section_sort_entry::has_priority):
4621 Fix check of return value of std::string::find.().
4622 (Output_section::Input_section_sort_compare::operator()): Remove
4623 comment about .init_array.
4624 (Output_section::Input_section_sort_init_fini_compare::operator()):
4625 New method.
4626 (Output_section::sort_attached_input_sections): Handle .init_array
4627 and .fini_array specially.
4628 * output.h (Output_section::Inut_section_sort_compare): Update
4629 comment.
4630 (Output_section::Input_section_sort_init_fini_compare): New struct.
4631
c3e4ae29
DK
46322010-02-26 Doug Kwan <dougkwan@google.com>
4633
4634 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
4635 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
4636 * testsuite/debug_msg.sh: Avoid matching source line number for
4637 use of global variable undef_int.
4638
2fd9ae7a
DK
46392010-02-26 Doug Kwan <dougkwan@google.com>
4640
4641 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
4642 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
4643 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
4644 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
4645 * options.cc (General_options::General_options): Initialize member
4646 fix_v4bx_.
4647 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
4648 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
4649 and rm_no_fix_v4bx.stdout
4650 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
4651 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
4652 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
4653 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
4654 and arm_no_fix_v4bx.
4655 * Makefile.in: Regenerate.
4656 * testsuite/arm_fix_v4bx.s: New file.
4657 * testsuite/arm_fix_v4bx.sh: Ditto.
4658
67ec7d0b
DK
46592010-02-24 Doug Kwan <dougkwan@google.com>
4660
4661 * arm.cc (Target_arm::got_section): Make the .got section the first
4662 non RELRO section in the data segment.
4663 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
4664 suffixes of section names.
4665
10165461
DK
46662010-02-24 Doug Kwan <dougkwan@google.com>
4667
4668 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
4669 flags and attributes merging if an input file is a binary file.
4670 * fileread.cc (Input_file::open): Record format of original file.
4671 * fileread.h (Input_file::Format): New enum type.
4672 (Input_file::Input_file): Initialize data member format_.
4673 (Input_file::format): New method definition.
4674 (Input_file::format_):: New data member.
4675
4a54abbb
DK
46762010-02-24 Doug Kwan <dougkwan@google.com>
4677
4678 * arm.cc (Arm_output_data_got): New class.
4679 (ARM_TCB_SIZE): New constant
4680 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
4681 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
4682 If user uses a script with a SECTIONS clause, issue only a warning
4683 for a misplaced EXIDX input section. Otherwise, issue an error.
4684 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
4685 garbage collection.
4686 (Target_arm::got_mode_index_entry): Handle static linking.
4687 (Target_arm::Scan::local): Ditto.
4688 (Target_arm::Scan::global): Ditto.
4689 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
4690 all incorrectly implemented relocations.
e1df38aa 4691 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
4692 Arm_output_section::fix_exidx_coverage.
4693 * layout.cc (Layout::section_name_mapping): Remove trailing dots
4694 from ".ARM.exidx." and ".ARM.extab.".
4695
ca419a6f
ILT
46962010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4697
4698 * arm.cc (Target_arm::do_finalize_sections): Create attribute
4699 section if it does not already exist.
4700 * attributes.cc (Attributes_section_data::Attributes_section_data):
4701 Don't crash if size is zero.
4702
135b9c78
ILT
47032010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4704 Ian Lance Taylor <iant@google.com>
4705
4706 * gold.cc (queue_middle_tasks): If no input files were opened,
4707 exit.
4708 * workqueue.h (Task_function::Task_function): Assert that there is
4709 a blocker.
4710
bb0bfe4f
DK
47112010-02-22 Doug Kwan <dougkwan@google.com>
4712
4713 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
4714 * icf.cc (get_section_contents): Cast snprintf arguments to long long
4715 types to avoid warnings due to different uint64_t implementations
4716 on different hosts.
4717
2a2b6d42
DK
47182010-02-21 Doug Kwan <dougkwan@google.com>
4719
4720 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
4721 handling of the maximum backward branch offset.
4722 (Arm_relocate_functions::thumb_branch_common): Ditto.
4723 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
4724 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 4725 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
4726 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
4727 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
4728 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
4729 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
4730 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
4731 thumb_bl_out_of_range thumb_bl_out_of_range.o,
4732 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
4733 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
4734 thumb2_bl_out_of_range.o): New rules.
4735 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
4736 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
4737 thumb2_bl_out_of_range
4738 * testsuite/Makefile.in: Regenerate.
4739 * testsuite/arm_bl_in_range.s: New file.
4740 * testsuite/arm_bl_out_of_range.s: Ditto.
4741 * testsuite/arm_branch_in_range.sh: Ditto.
4742 * testsuite/arm_branch_range.t: Ditto.
4743 * testsuite/thumb2_branch_range.t: Ditto.
4744 * testsuite/thumb_bl_in_range.s: Ditto.
4745 * testsuite/thumb_bl_out_of_range.s: Ditto.
4746 * testsuite/thumb_branch_range.t: Ditto.
4747
b487ad64
ST
47482010-02-20 Sriraman Tallam <tmsriram@google.com>
4749
4750 * gc.h (gc_process_relocs): Change vectors to point to the new list.
4751 Add reloc offset information.
4752 * icf.cc (get_section_contents): Change iterators to point to the new
4753 vectors. Add reloc offset information to the contents.
4754 * icf.h (Icf::Sections_reachable_info): New typedef.
4755 (Icf::Sections_reachable_list): New typedef.
4756 (Icf::Offset_info): New typedef.
4757 (Icf::Reloc_info): New struct typedef.
4758 (Icf::Reloc_info_list): New typedef.
4759 (Icf::symbol_reloc_list): Delete method.
4760 (Icf::addend_reloc_list): Delete method.
4761 (Icf::section_reloc_list): Delete method.
4762 (Icf::reloc_info_list): New method.
4763 (Icf::reloc_info_list_): New member.
4764
f96accdf
DK
47652010-02-19 Doug Kwan <dougkwan@google.com>
4766
4767 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
4768 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
4769 * arm.cc (Arm_relocation_functions): New forward declaration.
4770 (Target_arm::Target_arm): Initialize new data members
4771 got_mod_index_offset_ and tls_base_symbol_defined_.
4772 (Target_arm::Relocate::relocate_tls): New method.
4773 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
4774 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
4775 New methods.
4776 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
4777 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
4778 (Target_arm::got_mod_index_offset_,
4779 Target_arm::tls_base_symbol_defined_): New data members.
4780 (Target_arm::Scan::local, Target::Scan::global,
4781 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
4782 relocations.
4783
c8761b9a
DK
47842010-02-18 Doug Kwan <dougkwan@google.com>
4785
4786 * arm.cc (Arm_relobj::find_linked_text_section): New method.
4787 (Arm_relobj::make_exidx_input_section): Pass section index of linked
4788 text section as a parameter becuase some broken tools may not set
4789 the link in section header.
4790 (Target_arm::has_got_section): New method.
4791 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
4792 without any mapping symbol as data only. Remove warning.
4793 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
4794 link in its section header, try to discover the link by inspecting the
4795 REL31 relocation at the beginning of the section.
4796 (Target_arm::Scan::check_non_pic): Report name of offending relocation
4797 in error message.
4798 (Target_arm::Scan::global): Treat any reference to the symbol
4799 _GLOBAL_OFFSET_TABLE_ as a GOT access.
4800
21bb3914
ST
48012010-02-12 Sriraman Tallam <tmsriram@google.com>
4802
4803 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
4804 (Scan::global_reloc_may_be_function_pointer): New function.
4805 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
4806 (Scan::global_reloc_may_be_function_pointer): New function.
4807 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
4808 (Scan::global_reloc_may_be_function_pointer): New function.
4809 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
4810 (Scan::global_reloc_may_be_function_pointer): New function.
4811 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
4812 (Scan::global_reloc_may_be_function_pointer): New function.
4813 (Scan::possible_function_pointer_reloc): New function.
4814 (Target_x86_64::can_check_for_function_pointers): New function.
4815 * gc.h (gc_process_relocs): Scan relocation types to determine if
4816 function pointers were taken for targets that support it.
4817 * icf.cc (Icf::find_identical_sections): Include functions for
4818 folding in safe ICF whose pointer is not taken.
4819 * icf.h (Secn_fptr_taken_set): New typedef.
4820 (fptr_section_id_): New member.
4821 (section_has_function_pointers): New function.
4822 (set_section_has_function_pointers): New function.
4823 (check_section_for_function_pointers): New function.
4824 * options.h: Fix comment for safe ICF option.
4825 * target.h (can_check_for_function_pointers): New function.
4826 * testsuite/Makefile.am: Add icf_safe_so_test test case.
4827 Modify icf_safe_test for X86-64.
4828 * testsuite/Makefile.in: Regenerate.
4829 * testsuite/icf_safe_so_test.cc: New file.
4830 * testsuite/icf_safe_so_test.sh: New file.
4831 * testsuite/icf_safe_test.cc (kept_func_3): New function.
4832 (main): Change to take pointer to function kept_func_3.
4833 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
4834 folding is done correctly for X86-64.
4835
0da6fa6c
DM
48362010-02-12 David S. Miller <davem@davemloft.net>
4837
4838 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
4839 is_symbolless parameter.
4840 (Output_reloc<SHT_REL>::is_symbolless): New.
4841 (Output_reloc<SHT_REL>::is_symbolless_): New.
4842 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
4843 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
4844 (Output_reloc<SHT_RELA>::is_symbolless): New.
4845 (Output_data_reloc::add_global): Handle is_symbolless.
4846 (Output_data_reloc::add_global_relative): Likewise.
4847 (Output_data_reloc::add_local): Likewise.
4848 (Output_data_reloc::add_local_relative): Likewise.
4849 (Output_data_reloc::add_symbolless_global_addend): New.
4850 (Output_data_reloc::add_symbolless_local_addend): New.
4851 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
4852 is_symbolless.
4853 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
4854 instead of ->is_relative_
4855 (Output_reloc::write): Likewise.
4856 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
4857 (Output_reloc::write_rel): Simplify.
4858
4859 * sparc.cc (Target_sparc::Scan::local): Use
4860 ->add_symbolless_local_addend as needed.
4861 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
4862 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
4863 based upon relocation offset.
4864
e4782e83
DK
48652010-02-11 Doug Kwan <dougkwan@google.com>
4866
4867 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
4868 (Target_arm::Scan::global): Ditto. Also remove a comment before the
4869 beginning of function.
4870 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
4871 and MOVT_ABS relocations. Those are non issued in scanning. Fix
4872 parameter is_32bit in calls to should_apply_static_reloc.
4873 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
4874 (check_DATA): Add arm_abs_global.stdout.
4875 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
4876 arm_abs_global.stdout): New rules.
4877 (MOSTLLYCLEANFILES): Add arm_abs_global
4878 * Makefile.in: Regenerate.
4879 * testsuite/arm_abs_global.s: New file.
4880 * testsuite/arm_abs_global.sh: Ditto.
4881 * testsuite/arm_abs_lib.s: Ditto.
4882
93ceb764
ILT
48832010-02-11 Ian Lance Taylor <iant@google.com>
4884
4885 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
4886 Read_relocs task.
4887 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
4888 Allocate_commons_task first.
4889 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
4890 task, rather than symtab_lock_.
4891 (Gc_process_relocs::~Gc_process_relocs): New function.
4892 (Gc_process_relocs::is_runnable): Check this_blocker_.
4893 (Gc_process_relocs::locks): Use next_blocker_ rather than
4894 blocker_.
4895 (Scan_relocs::~Scan_relocs): New function.
4896 (Scan_relocs::is_runnable): Check this_blocker_ rather than
4897 symtab_lock_.
4898 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
4899 next_blocker_.
4900 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
4901 fields. Add this_blocker_ and next_blocker_ fields. Adjust
4902 constructor accordingly.
4903 (class Gc_process_relocs): Likewise.
4904 (class Scan_relocs): Likewise.
4905 * common.h (class Allocate_commons_task): Remove symtab_lock_
4906 field, and corresponding constructor parameter.
4907 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
4908 symtab_lock_.
4909 (Allocate_commons_task::locks): Likewise.
4910
114dfbe1
ILT
49112010-02-11 Ian Lance Taylor <iant@google.com>
4912
4913 * gold-threads.h (class Once): Define.
4914 (class Initialize_lock): Rewrite as child of Once.
4915 * gold-threads.cc (class Once_initialize): Define.
4916 (once_pointer_control): New static variable.
4917 (once_pointer, once_arg): New static variables.
4918 (c_run_once): New static function.
4919 (Once::Once, Once::run_once, Once::internal_run): New functions.
4920 (class Initialize_lock_once): Remove.
4921 (initialize_lock_control): Remove.
4922 (initialize_lock_pointer): Remove.
4923 (initialize_lock_once): Remove.
4924 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
4925 (Initialize_lock::initialize): Rewrite.
4926 (Initialize_lock::do_run_once): New function.
4927 * archive.cc (Archive::interpret_header): Only clear name if it is
4928 not already empty.
4929 * fileread.cc: Include "gold-threads.h"
4930 (file_counts_lock): New static variable.
4931 (file_counts_initialize_lock): Likewise.
4932 (File_read::release): Only increment counts when using --stats.
4933 Use a lock around the increment.
4934 * parameters.cc (class Set_parameters_target_once): Define.
4935 (set_parameters_target_once): New static variable.
4936 (Parameters::Parameters): Move here from parameters.h.
4937 (Parameters::set_target): Rewrite.
4938 (Parameters::set_target_once): New function.
4939 (Parameters::clear_target): Move here and rewrite.
4940 * parameters.h (class Parameters): Update declarations. Add
4941 set_parameters_target_once_ field.
4942 (Parameters::Parameters): Move to parameters.cc.
4943 (Parameters::clear_target): Likewise.
4944 * readsyms.cc (Read_symbols::do_group): Create a Start_group
4945 task.
4946 (Start_group::~Start_group): New function.
4947 (Start_group::is_runnable): New function.
4948 (Start_group::locks, Start_group::run): New functions.
4949 (Finish_group::run): Change saw_undefined to size_t.
4950 * readsyms.h (class Start_group): Define.
4951 (class Finish_group): Change saw_undefined_ field to size_t.
4952 (Finish_group::Finish_group): Remove saw_undefined and
4953 this_blocker parameters. Change all callers.
4954 (Finish_group::set_saw_undefined): New function.
4955 (Finish_group::set_blocker): New function.
4956 * symtab.h (class Symbol_table): Change saw_undefined to return
4957 size_t. Change saw_undefined_ field to size_t.
4958 * target-select.cc (Set_target_once::do_run_once): New function.
4959 (Target_selector::Target_selector): Initialize set_target_once_
4960 field. Don't initialize lock_ and initialize_lock_ fields.
4961 (Target_selector::instantiate_target): Rewrite.
4962 (Target_selector::set_target): New function.
4963 * target-select.h (class Set_target_once): Define.
4964 (class Target_selector): Update declarations. Make
4965 Set_target_once a friend. Remove lock_ and initialize_lock_
4966 fields. Add set_target_once_ field.
4967
fa17a3f4
ILT
49682010-02-10 Ian Lance Taylor <iant@google.com>
4969
4970 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
4971 queueing any tasks.
4972 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
4973 (queue_middle_tasks): Add all blockers before queueing any tasks.
4974 (queue_final_tasks): Likewise.
4975 * token.h (Task_token::add_blockers): New function.
4976 * object.h (Input_objects::number_of_relobjs): New function.
4977
c7177d31
ILT
49782010-02-10 Ian Lance Taylor <iant@google.com>
4979
5de0e392
ILT
4980 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
4981 shared, not if not position independent.
4982 * x86_64.cc (Relocate::relocate_tls): Likewise.
4983 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
4984 (tls_pie_pic_test): New target.
4985 * testsuite/Makefile.in: Rebuild.
4986
c7177d31
ILT
4987 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
4988 (tls_test_main_pie.o, tls_test_pie.o): New targets.
4989 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
4990 * testsuite/Makefile.in: Rebuild.
4991
684b268a
DM
49922010-02-09 David S. Miller <davem@davemloft.net>
4993
4994 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
4995 R_SPARC_RELATIVE using ->add_local_relative().
4996 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
4997
612a8d3d
DM
4998 * output.h (Output_data_dynamic::add_section_size): New method
4999 that takes two Output_data objects.
5000 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
5001 entry param. Handle it in initializers.
5002 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
5003 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
5004 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
5005 arg.
5006 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
5007 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
5008 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
5009 for dynrel_includes_plt.
5010 * i386.cc (Target_i386::do_finalize_sections): Likewise.
5011 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
5012 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
5013 before .rela.plt
5014 (Target_sparc::do_finalize_sections): Update to pass true for
5015 dynrel_includes_plt.
5016 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
5017 output before .rela.plt
5018 (Target_powerpc::do_finalize_sections): Update to pass true for
5019 dynrel_includes_plt when 32-bit.
5020
cb1be87e
DK
50212010-02-08 Doug Kwan <dougkwan@google.com>
5022
5023 * arm.cc (Arm_relobj::simple_input_section_output_address): New
5024 method.
5025 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
5026 Arm_relobj::scan_section_for_cortex_a8_stubs,
5027 Arm_relobj::do_relocation_section): Instead of calling
5028 Output_section::output_address, use faster
5029 Arm_relobj::simple_input_section_output_address.
5030
705b5121
DM
50312010-02-08 David S. Miller <davem@davemloft.net>
5032
5033 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
5034 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
5035 relocation helper function.
5036
024c4466
DM
5037 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
5038 just like R_SPARC_GOT{10,13,22}.
5039 (Target_sparc::Scan::local): Likewise.
5040 (Target_sparc::Relocate:relocate): Likewise.
5041
9109c078
ILT
50422010-02-06 Ian Lance Taylor <iant@google.com>
5043
5044 * configure.ac: Rewrite targetobjs duplicate removal code to use
5045 only shell constructs.
5046 * configure: Rebuild.
5047
cf846138
DK
50482010-02-05 Doug Kwan <dougkwan@google.com>
5049
5050 PR 11247
5051 * arm.cc (Arm_relobj::section_is_scannable): New method.
5052 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
5053 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
5054
6cfaf60b
DK
50552010-02-04 Doug Kwan <dougkwan@google.com>
5056
5057 PR 11247
5058 * arm-reloc-property.cc (cstdio): Include.
5059 * configure.ac (targetobjs): Remove duplicates.
5060 * configure: Regenerate.
5061 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
5062 big and little endian version for a given address size.
5063
5c57f1be
DK
50642010-02-03 Doug Kwan <dougkwan@google.com>
5065
5066 * arm-reloc-property.cc
5067 (Arm_reloc_property_table::reloc_name_in_error_message): New method
5068 definition.
5069 * arm-reloc-property.h
5070 (Arm_reloc_property_table::get_implemented_static_reloc_property):
5071 New method definition.
5072 (Arm_reloc_property_table::reloc_name_in_error_message): New method
5073 declaration.
5074 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
5075 overflow to N.
5076 (GOT_PREL): Change implemented to Y.
5077 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
5078 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
5079 (Arm_relocate_functions::movw_abs_nc): Remove method.
5080 (Arm_relocate_functions::movt_abs): Ditto.
5081 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
5082 (Arm_relocate_functions::thm_movt_abs): Ditto.
5083 (Arm_relocate_functions::movw_rel_nc): Ditto.
5084 (Arm_relocate_functions::movw_rel): Ditto.
5085 (Arm_relocate_functions::movt_rel): Ditto.
5086 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
5087 (Arm_relocate_functions:thm_movw_rel): Ditto.
5088 (Arm_relocate_functions:thm_movt_rel): Ditto.
5089 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
5090 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
5091 New method definitions.
5092 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
5093 (Arm_relocation_functions::arm_grp_ldr): Ditto.
5094 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
5095 (Arm_relocation_functions::arm_grp_ldc): Ditto.
5096 (Target_arm::Relocate::relocate): Check for non-static or
5097 unimplemented relocation code and exit early. Change calls to
5098 Target_arm::reloc_uses_thumb_bit and
5099 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
5100 instead. Refactor code to handle similar relocations to increase
5101 code sharing. Remove check for unsupported relocation code in switch
5102 statement.
5103 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
5104 relocation property table to find out size. Change error message to
5105 print out the name of a relocation code instead of the numeric value.
5106 (Target_arm::scan_reloc_for_stub): Use relocation property table
5107 instead of calling Target_arm::reloc_uses_thumb_bit().
5108
218c5831
DK
51092010-02-02 Doug Kwan <dougkwan@google.com>
5110
5111 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
5112 types of relaxed input section.
5113
0d31c79d
DK
51142010-02-02 Doug Kwan <dougkwan@google.com>
5115
5116 * Makefile.am (HFILES): Add arm-reloc-property.h.
5117 (DEFFILES): New.
5118 (TARGETSOURCES): Add arm-reloc-property.cc
5119 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
5120 (libgold_a_SOURCES): $(DEFFILES)
5121 * Makefile.in: Regenerate.
5122 * arm-reloc-property.cc: New file.
5123 * arm-reloc-property.h: New file.
5124 * arm-reloc.def: New file.
5125 * arm.cc: Update comments.
5126 (arm-reloc-property.h): New included header.
5127 (arm_reloc_property_table): New global variable.
5128 (Target_arm::do_select_as_default_target): New method definition.
5129 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
5130 arm-reloc-property to targ_extra_obj.
5131 * parameters.cc (set_parameters_target): Call
5132 Target::select_as_default_target().
5133 * target.h (Target::select_as_default_target): New method definition.
5134 (Target::do_select_as_default_target): Same.
5135
546c7457
DK
51362010-02-01 Doug Kwan <dougkwan@google.com>
5137
5138 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
5139 first_output_text_section_.
5140 (Arm_exidx_fixup::first_output_text_section): New method definition.
5141 (Arm_exidx_fixup::first_output_text_section_): New data member.
5142 (Arm_exidx_fixup::process_exidx_section): Record the first text
5143 output section seen.
5144 (Arm_output_section::fix_exidx_coverage): Set correct linked section
5145 and entsize in output section header.
5146
11b861d5
DK
51472010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5148
5149 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
5150 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
5151 (Arm_relocate_functions::thm_alu11): New Method.
5152 (Arm_relocate_functions::thm_pc8): New Method.
5153 (Arm_relocate_functions::thm_pc12): New Method.
5154 (Target_arm::Scan::local): Handle the relocations.
5155 (Target_arm::Scan::global): Likewise.
5156 (Target_arm::Relocate::relocate): Likewise.
5157 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
5158
c9a2c125
DK
51592010-01-29 Doug Kwan <dougkwan@google.com>
5160
5161 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
5162 of relocation types as ld.
5163
1521477a
DK
51642010-01-29 Doug Kwan <dougkwan@google.com>
5165
5166 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
5167 to public.
5168 (Arm_relocate_functions::thumb_branch_common): Ditto.
5169 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
5170 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
5171 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
5172 Arm_relocate_functions::jump24): Remove.
5173 (Target_arm::Relocate::relocate): Adjust code to call
5174 Arm_relocation_functions::arm_branch_common and
5175 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 5176 wrappers. Merge switch-cases together to reduce source code size.
1521477a 5177
e7eca48c
DK
51782010-01-29 Doug Kwan <dougkwan@google.com>
5179
5180 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
5181 output_local_symbol_count_needs_update_.
5182 (Arm_relobj::output_local_symbol_count_needs_update,
5183 Arm_relobj::set_output_local_symbol_count_needs_update,
5184 Arm_relobj::update_output_local_symbol_count): New methods.
5185 (Arm_relobj::output_local_symbol_count_needs_update_): New data
5186 member.
5187 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
5188 of pointed function as in a R_ARM_PREL31 relocation.
5189 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
5190 for output local symbol count updating.
5191 (Target_arm::do_relax): Update output local symbol counts in objects
5192 if necessary.
5193 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
5194
02961d7e
ILT
51952010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5196
5197 * arm.cc: Added support for the ARM relocations:
5198 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
5199 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
5200 (Arm_relocate_functions::movw_rel_nc): Renamed (was
5201 movw_prel_nc).
5202 (Arm_relocate_functions::movw_rel): New method.
5203 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
5204 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
5205 thm_movw_prel_nc).
5206 (Arm_relocate_functions::thm_movw_rel): New method.
5207 (Arm_relocate_functions::thm_movt_rel): Renamed (was
5208 thm_movt_prel).
5209 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
5210 relocations.
5211 (Target_arm::Scan::global): Likewise.
5212 (Target_arm::Relocate::relocate): Likewise.
5213 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
5214 Likewise.
5215
b10d2873
ILT
52162010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5217
5218 * arm.cc: Added support for ARM group relocations.
5219 (Target_arm::reloc_needs_sym_origin): New method.
5220 (Arm_relocate_functions::calc_grp_kn): New method.
5221 (Arm_relocate_functions::calc_grp_residual): New method.
5222 (Arm_relocate_functions::calc_grp_gn): New method.
5223 (Arm_relocate_functions::arm_grp_alu): New Method.
5224 (Arm_relocate_functions::arm_grp_ldr): New Method.
5225 (Arm_relocate_functions::arm_grp_ldrs): New Method.
5226 (Arm_relocate_functions::arm_grp_ldc): New Method.
5227 (Target_arm::Scan::local): Handle the ARM group relocations.
5228 (Target_arm::Scan::global): Likewise.
5229 (Target_arm::Relocate::relocate): Likewise.
5230 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
5231 Likewise.
5232
2b328d4e
DK
52332010-01-26 Doug Kwan <dougkwan@google.com>
5234
5235 * arm.cc (set): Include.
5236 (class Arm_exidx_fixup): Change type of last_input_section_ to const
5237 pointer type.
5238 (Arm_output_section::Text_section_list): New type.
5239 (Arm_output_section::append_text_sections_to_list): New method.
5240 (Arm_output_section::fix_exidx_coverage): Ditto.
5241 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
5242 (Arm_relobj::convert_input_section_to_relaxed_section): Use
5243 Relobj::set_section_offset() instead of
5244 Sized_relobj::invalidate_section_offset().
5245 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
5246 parameter for section headers. Ignore relocation sections for
5247 unallocated sections and EXIDX sections.
5248 (Target_arm::fix_exidx_coverage): New method.
5249 (Target_arm::output_section_address_less_than): New type.
5250 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
5251 linked text section instead of the EXIDX section.
5252 (Arm_output_section::create_stub_group): Add an assertion to check
5253 that this is not an EXIDX output section.
5254 (Arm_output_section::append_text_sections_to_list): New method.
5255 (Arm_output_section::fix_exidx_coverage): Ditto.
5256 (Arm_relobj::scan_sections_for_stubs): Adjust call to
5257 Arm_relobj::section_needs_reloc_stub_scanning.
5258 (Target_arm::do_relax): Fix EXIDX output section coverage in the
5259 first pass.
5260 (Target_arm::fix_exidx_coverage): New method.
5261 * object.h (Relobj::set_output_section): New method.
5262 (Sized_relobj::invalidate_section_offset): Remove method.
5263 (Sized_relobj::do_invalidate_section_offset): Remove method.
5264 (Sized_relobj::do_set_section_offset): Handle offset value -1.
5265
c7f3c371
DK
52662010-01-25 Doug Kwan <dougkwan@google.com>
5267
5268 * arm.cc (Arm_exidx_merged_section::do_output_offset):
5269 Fix warning due to signed and unsigned comparison on a 32-bit host.
5270
8923b24c
DK
52712010-01-22 Doug Kwan <dougkwan@google.com>
5272
5273 * arm.cc (Target_arm::do_relax): Record an output section for section
5274 offset adjustment it contains any stub table that has changed.
5275 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
5276 offsets in an output section if necessary.
5277 * output.cc (Output_section::Output_section): Initialize
5278 section_offsets_need_adjustments_.
5279 (Output_section::add_input_section_for_script): Renamed to
5280 Output_section::add_simple_input_section.
5281 (Output_section::save_states): Add a comment.
5282 (Output_section::discard_states): New method defintion.
5283 (Output_section::adjust_section_offsets): Same.
5284 * output.h (Output_section::add_input_section_for_script): Renamed to
5285 Output_section::add_simple_input_section.
5286 (Output_section::discard_states): New method declaration.
5287 (Output_section::adjust_section_offsets): Same.
5288 (Output_section::section_offsets_need_adjustment,
5289 Output_section::set_section_offsets_need_adjustment): New method
5290 definitions.
5291 (Output_section::section_offsets_need_adjustment_): New data member.
5292 * script-sections.cc
5293 (Output_section_element_input::set_section_address): Adjust code for
5294 renaming of Output_section::add_input_section_for_script.
5295 (Orphan_output_section::set_section_address): Same.
5296
9b2fd367
DK
52972010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5298
5299 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
5300 Fix_v4bx enum values .
5301 * gold/options.h (General_options): New option definitions.
5302 (General_options::fix_v4bx): New method.
5303 (General_options::Fix_v4bx): New enum.
5304 * gold/options.cc (General_options::parse_fix_v4bx): New method.
5305 (General_options::parse_fix_v4bx_interworking): New method.
5306
80d0d023
DK
53072010-01-22 Doug Kwan <dougkwan@google.com>
5308
5309 * arm.cc (Arm_exidx_fixup): New class.
5310
af2cdeae
DK
53112010-01-21 Doug Kwan <dougkwan@google.com>
5312
5313 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
5314 classes.
5315 (Arm_exidx_section_offset_map): New type.
5316
993d07c1
DK
53172010-01-21 Doug Kwan <dougkwan@google.com>
5318
5319 * arm.cc (Arm_exidx_input_section): New class.
5320 (Arm_relobj::exidx_input_section_by_link,
5321 Arm_relobj::exidx_input_section_by_shndx,
5322 Arm_relobj::make_exidx_input_section): New methods.
5323 (read_arm_attributes_section): Remove.
5324 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
5325 information about them.
5326 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
5327 to here.
5328
5ac169d4
DK
53292010-01-20 Doug Kwan <dougkwan@google.com>
5330
5331 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
5332 Input_section_specifier to Section_id.
5333 (Target_arm::new_arm_input_section: Adjust code for change of key
5334 type.
5335 (Target_arm::find_arm_input_section): Ditto.
5336 * gc.h (object.h): Include for Section_id nand Section_id_hash.
5337 (Section_id): Remove.
5338 (Garbage_collection::Section_id_hash): Remove.
5339 * icf.h (object.h): Include for Section_id nand Section_id_hash.
5340 (Section_id): Remove.
5341 (Icf::Section_id_hash): Remove.
5342 * object.h (Section_id, Const_section_id, Section_id_hash,
5343 Const_section_id_hash): New type definitions.
5344 * output.cc (Output_section::add_relaxed_input_section): Change to
5345 use Const_section_id instead of Input_section_specifier as key type.
5346 (Output_section::add_merge_input_section): Ditto.
5347 (Output_section::build_relaxation_map): Change to use Section_id
5348 instead of Input_section_specifier as key type.
5349 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5350 Ditto.
5351 (Output_section::convert_input_sections_to_relaxed_sections): Change
5352 to use Const_section_id instead of Input_section_specifier as key type.
5353 (Output_section::find_merge_section): Ditto.
5354 (Output_section::find_relaxed_input_section): Ditto.
5355 * output.h (Input_section_specifier): Remove class.
5356 (Output_section::Output_section_data_by_input_section_map): Change
5357 key type to Const_section_id.
5358 (Output_section::Output_relaxed_input_section_by_input_section_map):
5359 Ditto.
5360 (Output_section::Relaxation_map): Change key type to Section_id.
5361
a2162063
ILT
53622010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5363
5364 * gold/arm.cc: Added support for R_ARM_V4BX relocation
5365 (class Arm_v4bx_stub): New class.
5366 (DEF_STUBS): Updated definition to support v4_veneer_bx.
5367 (Stub_factory::make_arm_v4bx_stub): New method.
5368 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
5369 (Stub_table::empty): Handle v4bx stubs.
5370 (Stub_table::add_arm_v4bx_stub): New method.
5371 (Stub_table::find_arm_v4bx_stub): New method.
5372 (Arm_relocate_functions::v4bx): New method.
5373 (Target_arm::fix_v4bx): New method.
5374 (Target_arm::Target_arm): Handle R_ARM_V4BX.
5375 (Stub_table::relocate_stubs): Likewise.
5376 (Stub_table::do_write): Likewise.
5377 (Stub_table::update_data_size_and_addralign): Likewise.
5378 (Stub_table::finalize_stubs): Likewise.
5379 (Target_arm::Scan::local): Likewise.
5380 (Target_arm::Scan::global): Likewise.
5381 (Target_arm::do_finalize_sections): Likewise.
5382 (Target_arm::Relocate::relocate): Likewise.
5383 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
5384 Likewise.
5385 (Target_arm::scan_reloc_for_stub): Likewise.
5386 (Target_arm::scan_reloc_section_for_stubs): Likewise.
5387
5696ab0b
ILT
53882010-01-19 Ian Lance Taylor <iant@google.com>
5389
5390 * output.cc (Output_section_headers::do_sized_write): Write large
5391 segment count to sh_info field.
5392 (Output_file_header::do_sized_write): For large segment count,
5393 write PN_XNUM to e_phnum field.
5394
800d0f56
ILT
53952010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5396
5397 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
5398 (Arm_relocate_functions::thm_jump8): New function.
5399 (Arm_relocate_functions::thm_jump11): New function.
5400 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
5401 R_ARM_THM_JUMP11.
5402 (Target_arm::Scan::global): Likewise.
5403 (Target_arm::Relocate::relocate): Likewise.
5404 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
5405 Likewise.
5406
41263c05
DK
54072010-01-14 Doug Kwan <dougkwan@google.com>
5408
5409 * arm.cc (map, utility): Include headers.
5410 (Target_arm::apply_cortex_a8_workaround): New method.
5411 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
5412 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
5413 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
5414 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
5415 the --[no-]fix-cortex-a8 command line options.
5416 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
5417 (Target_arm::relocate_stub): Use addend in instruction template.
5418 * options.h (DEFINE_bool): Set the user-set flag.
5419 (General_options): Add --[no-]-fix-cortex options.
5420 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 5421 : Update fast look-up map after conversion.
41263c05 5422
459e9b03
ST
54232010-01-14 Sriraman Tallam <tmsriram@google.com>
5424
5425 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
5426 in the first pass of do_layout.
5427
b521dfe4
DK
54282010-01-13 Doug Kwan <dougkwan@google.com>
5429
5430 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
5431 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
5432 apparent compiler problem of not folding static constant integral
5433 data members of elfcpp::Elf_sizes<32>.
5434
44272192
DK
54352010-01-13 Doug Kwan <dougkwan@google.com>
5436
5437 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
5438 Arm_relobj::section_needs_cortex_a8_stub_scanning,
5439 Arm_relobj::scan_section_for_cortex_a8_erratum,
5440 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
5441 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
5442 sections to scan for relocation stubs into a new method
5443 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
5444 relocation and Cortex-A8 stub scanning.
5445 (Target_arm::do_relax): Force stubs to be after stubbed sections
5446 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 5447 the beginning of a new relaxation pass. Update a comment.
44272192
DK
5448 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
5449
44b71ece
ILT
54502010-01-12 Ian Lance Taylor <iant@google.com>
5451
5452 * target-reloc.h (visibility_error): New inline function.
5453 (relocate_section): Call visibility_error.
5454 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
5455 (MOSTLYCLEANFILES): Likewise.
5456 (protected_4_pic.o, protected_3.err): New targets.
5457 * testsuite/protected_4.cc: New file.
5458
a120bc7f
DK
54592010-01-12 Doug Kwan <dougkwan@google.com>
5460
5461 * arm.cc (Cortex_a8_reloc): New class.
5462 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
5463 and cortex_a8_relocs_info_.
5464 (Target_arm::fix_cortex_a8): New method definition.
5465 (Target_arm::Cortex_a8_relocs_info): New type.
5466 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
5467 New data member declarations.
5468 (Target_arm::scan_reloc_for_stub): Record information about
5469 relocations for THUMB branches that might be exempted from the
5470 Cortex-A8 workaround.
5471 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
5472 at the beginning of a relaxation pass.
5473
20138696
DK
54742010-01-12 Doug Kwan <dougkwan@google.com>
5475
5476 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
5477 (Arm_relobj::Mapping_symbol_position,
5478 Arm_reloj::Mapping_symbol_position_less,
5479 Arm_relobj::Mapping_symbols_info): New types.
5480 (Target_arm::is_mapping_symbol_name): New method definition.
5481 (Arm_relobj::do_count_local_symbols): Save information about mapping
5482 symbols.
5483
089d69dc
DK
54842010-01-11 Doug Kwan <dougkwan@google.com>
5485
5486 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
5487 Arm_relocate_functions::thumb32_branch_upper,
5488 Arm_relocate_functions::thumb32_branch_lower,
5489 Arm_relocate_functions::thumb32_cond_branch_offset,
5490 Arm_relocate_functions::thumb32_cond_branch_upper,
5491 Arm_relocate_functions::thumb32_cond_branch_lower,
5492 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
5493 branch offset encoding.
5494 (Arm_relocate_functions::thumb_branch_common): Use new branch
5495 offset encoding methods to avoid code duplication.
5496 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
5497 (Stub_addend_reader::operator()): Use new branch encoding method
5498 to avoid code duplication.
5499
99e5bff2
DK
55002010-01-11 Doug Kwan <dougkwan@google.com>
5501
5502 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
5503 (Target_arm::do_finalize_sections): Define special EXIDX section
5504 symbols only if referenced.
5505 * gc.h (Garbage_collection::add_reference): New method.
5506 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
5507 code duplication.
5508
98e090bd
ILT
55092010-01-11 Ian Lance Taylor <iant@google.com>
5510
d0a91bd8
ILT
5511 * script.cc (Version_script_info::build_expression_list_lookup):
5512 Change complaing about duplicate wildcard match from error to
5513 warning.
5514
98e090bd
ILT
5515 * script.cc (class Lazy_demangler): Recreate--revert part of patch
5516 of 2009-12-30.
5517 (Version_script_info::Version_script_info): Initialize globs_,
5518 default_version_, default_is_global_, and exact_. Don't
5519 initialize globals_ or locals_.
5520 (Version_script_info::build_lookup_tables): Build local symbols
5521 first.
5522 (Version_script_info::unquote): New function.
5523 (Version_script_info::add_exact_match): New function.
5524 (Version_script_info::build_expression_list_lookup): Remove lookup
5525 parameter. Add is_global parameter. Change all callers. Handle
5526 wildcard pattern specially. Unquote pattern. Call
5527 add_exact_match.
5528 (Version_script_info::get_name_to_match): New function.
5529 (Version_script_info::get_symbol_version): New function.
5530 (Version_script_info::get_symbol_version_helper): Remove.
5531 (Version_script_info::check_unmatched_names): Call unquote.
5532 * script.h (class Version_script_info): Change get_symbol_version
5533 to be non-inline and add is_global parameter; change all callers.
5534 Rewrite symbol_is_local. Update declarations. Define struct
5535 Version_tree_match, Exact, Globs. Don't define struct Lookup.
5536 Remove globals_ and locals_ members. Add exact_, globs_,
5537 default_version_, is_global_.
5538 (Version_script_info::Glob): Remove pattern, add expression and
5539 is_global. Update constructor. Change all callers.
5540 * dynobj.cc (Versions::finalize): Mark the version symbol as the
5541 default version.
5542 (Versions::symbol_section_contents): If a symbol is undefined, or
5543 defined in a dynamic object, set the version index to
5544 VER_NDX_LOCAL.
5545 * symtab.cc (Symbol_table::add_from_relobj): Don't call
5546 symbol_is_local.
5547 (Symbol_table::add_from_pluginobj): Likewise.
5548 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
5549
d56962d3
DK
55502010-01-11 Doug Kwan <dougkwan@google.com>
5551
5552 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
5553 (incremental_dump_LDADD): Add linking option for libintl.
5554 * Makefile.in: Regenerate.
5555
94e6ee91
L
55562010-01-11 H.J. Lu <hongjiu.lu@intel.com>
5557
5558 PR gold/11144
5559 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
5560 instead of -Ds.
5561 * testsuite/Makefile.in: Regenerated.
5562
e96c574b
DK
55632010-01-10 Doug Kwan <dougkwan@google.com>
5564
5565 * options.h (DEFINE_var): Use parentheses around argument varname__
5566 in macro body to avoid any unintended subsequent substitutions.
5567
7198066b
ILT
55682010-01-10 Ian Lance Taylor <iant@google.com>
5569
ba4d53bf
ILT
5570 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
5571 candidates before doing symbol resolution.
5572
7198066b
ILT
5573 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
5574 ODR candidates if only one is weak.
5575
a2beed37
ILT
55762010-01-08 Ian Lance Taylor <iant@google.com>
5577
5578 * script.cc (Version_script_info::build_expression_list_lookup):
5579 Don't warn about ambiguous version, just record the ambiguity.
5580 (Version_script_info::get_symbol_version_helper): Give error if
5581 version is ambiguous.
5582
2fb7225c
DK
55832010-01-08 Doug Kwan <dougkwan@google.com>
5584
5585 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
5586 prev_data_size_ and prev_addralign_. Remove initializer for
5587 deleted data member has_been_changed_.
5588 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
5589 to determine if the table is empty.
5590 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
5591 Remove.
5592 (Stub_table::add_reloc_stub): Define method in class definition
5593 instead of just declaring it there.
5594 (Stub_table::add_cortex_a8_stub): New method definition.
5595 (Stub_table::update_data_size_and_addralign): Ditto.
5596 (Stub_table::finalize_stubs): Ditto.
5597 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
5598 (Stub_table::do_addralign_): Return address alignment in the
5599 (Stub_table::do_reset_address_and_file_offset): Define method in
5600 class definition instead of declaring it there. Set current data
5601 size to be the data size of the previous pass.
5602 (Stub_table::set_final_data_size): Use current data size as the
5603 final data size.
5604 (Stub_table::relocate_stub): Change parameter type of stub from
5605 Reloc_stub pointer to Stub pointer.
5606 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
5607 (Stub_table::Cortex_a8_stub_list): New typedef.
5608 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
5609 Stub_table::prev_addralign_): New data member.
5610 (Arm_relobj::Arm_relobj): Initialize data member
5611 section_has_cortex_a8_workaround_.
5612 (Arm_relobj::section_has_cortex_a8_workaround,
5613 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
5614 definitions.
5615 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
5616 declarations.
5617 (Target_arm::relocate_stub): Change parameter type of stub from
5618 Reloc_stub pointer to Stub pointer.
5619 (Insn_template::size, Insn_template::alignment): Handle
5620 THUMB16_SPECIAL_TYPE.
5621 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
5622 Stub_table::update_data_size_and_addralign,
5623 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
5624 definitions.
5625 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
5626 (Stub_table::do_write): Ditto.
5627 (Target_arm::do_relax): Adjust code for changes in Stub_table.
5628
880cd20d
ILT
56292010-01-08 Ian Lance Taylor <iant@google.com>
5630
5631 PR 11108
5632 * symtab.h (class Symbol): Remove fields is_target_special_ and
5633 has_plt_offset_. Add field is_defined_in_discarded_section_.
5634 (Symbol::is_defined_in_discarded_section): New function.
5635 (Symbol::set_is_defined_in_discarded_section): New function.
5636 (Symbol::has_plt_offset): Rewrite.
5637 (Symbol::set_plt_offset): Verify that new offset is not -1U.
5638 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
5639 Don't initialize is_target_special_ or has_plt_offset_.
5640 Initialize is_defined_in_discarded_section_.
5641 (Symbol_table::add_from_relobj): If appropriate, set
5642 is_defined_in_discarded_section.
5643 * resolve.cc (Symbol::override_base_with_special): Don't test
5644 is_target_special_. Change has_plt_offset_ to has_plt_offset().
5645 * target-reloc.h (relocate_section): Do special handling for
5646 symbols defined in discarded sections for global symbols as well
5647 as local symbols.
5648
2703e3eb
ILT
56492010-01-08 Ian Lance Taylor <iant@google.com>
5650
5651 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
5652 the SHT_SYMTAB case.
5653
339d40a3
ILT
56542010-01-08 Ian Lance Taylor <iant@google.com>
5655
5656 * object.cc (Sized_relobj::do_layout): Don't get confused if
5657 layout_eh_frame returns NULL.
5658
abecea76
ILT
56592010-01-08 Ian Lance Taylor <iant@google.com>
5660
5661 PR 11084
5662 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
5663 dynamic symbol table, use the normal symbol table.
5664 (Sized_dynobj::do_read_symbols): Remove assertion about type of
5665 symbol table.
5666
6b7dd3f3
ILT
56672010-01-08 Ian Lance Taylor <iant@google.com>
5668
5669 PR 11072
5670 * layout.cc (Layout::include_section): Remove .gnu_debuglink
5671 sections.
5672
36c50e63
L
56732010-01-08 H.J. Lu <hongjiu.lu@intel.com>
5674
5675 * version.cc (print_version): Change to "Copyright 2010".
5676
e291e7b9
ILT
56772010-01-08 Ian Lance Taylor <iant@google.com>
5678
5679 PR 10287
5680 PR 11063
5681 * i386.cc (class Target_i386): Change return type of plt_section
5682 to be non-const.
5683 (class Output_data_plt_i386): Add tls_desc_rel_ field.
5684 (Output_data_plt_i386::Output_data_plt_i386): Initialize
5685 tls_desc_rel_ field.
5686 (Output_data_plt_i386::rel_tls_desc): New function.
5687 (Target_i386::rel_tls_desc_section): New function.
5688 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
5689 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
5690 R_386_TLS_DESC reloc in rel_tls_desc_section.
5691 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
5692 Define struct Tlsdesc_info.
5693 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
5694 (Target_x86_64::do_reloc_symbol_index): New function.
5695 (Target_x86_64::add_tlsdesc_info): New function.
5696 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
5697 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
5698 tlsdesc_rel_ field.
5699 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
5700 all callers.
5701 (Output_data_plt_x86_64::rela_tlsdesc): New function.
5702 (Target_x86_64::rela_tlsdesc_section): New function.
5703 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
5704 handling.
5705 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
5706 (Target_x86_64::do_reloc_addend): New function.
5707 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
5708 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
5709 declarations. Define TARGET_CODE. Add arg field to u1_ union.
5710 (Output_reloc::type): New function.
5711 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
5712 (Output_reloc::is_target_specific): New function.
5713 (Output_reloc::target_arg): New function.
5714 (class Output_reloc) [SHT_RELA]: Add four new constructors for
5715 absolute relocs and target specific relocs.
5716 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
5717 add_target_specific.
5718 (class Output_data_reloc) [SHT_RELA]: Likewise.
5719 * output.cc (Output_reloc::Output_reloc): Add four new versions
5720 for absolute relocs and target specific relocs.
5721 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
5722 (Output_reloc::get_symbol_index): Likewise.
5723 (Output_reloc::local_section_offset): Check that local_sym_index_
5724 is not TARGET_CODE or 0.
5725 (Output_reloc::symbol_value): Likewise.
5726 (Output_reloc::write) [SHT_RELA]: Call target for target specific
5727 reloc.
5728 * target.h (class Target): Add reloc_symbol_index and reloc_addend
5729 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
5730 functions.
5731 * layout.cc (add_target_dynamic_tags): Use output section for
5732 DT_PLTRELSZ and DT_JMPREL.
5733
3a44184e
ILT
57342010-01-07 Ian Lance Taylor <iant@google.com>
5735
5736 PR 11061
5737 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
5738 function.
5739 (class Output_data_reloc_generic): Define.
5740 (class Output_data_reloc_base): Change base class to
5741 Output_data_reloc_generic. Change add() method to call
5742 bump_relative_reloc_count for a relative reloc. Remove
5743 sort_relocs_ field.
5744 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
5745 to sort_relocs().
5746 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
5747 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
5748 appropriate.
5749 * layout.h (class Layout): Update declaration.
5750
ea715a34
ILT
57512010-01-07 Ian Lance Taylor <iant@google.com>
5752
5753 * output.h (class Output_data): Add const version of
5754 output_section and do_output_section.
5755 (class Output_section_data): Add const version of
5756 do_output_section.
5757 (class Output_section): Likewise.
5758 * layout.cc (Layout::add_target_dynamic_tags): New function.
5759 * layout.h (class Layout): Update declarations.
5760 * arm.cc (Target_arm::do_finalize_sections): Use
5761 add_target_dynamic_tags.
5762 * i386.cc (Target_i386::do_finalize_sections): Likewise.
5763 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
5764 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
5765 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
5766
659948a4
ILT
57672010-01-07 Ian Lance Taylor <iant@google.com>
5768
5769 PR 11042
5770 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
5771 object as needed.
5772
9d3b86f6
ILT
57732010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
5774 Ian Lance Taylor <iant@google.com>
5775
5776 PR 11019
5777 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
5778 Xindex::read_symtab_xindex.
5779
bb0d3eb0
DK
57802010-01-07 Doug Kwan <dougkwan@google.com>
5781
5782 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
5783 (Insn_template::thumb16_bcond_insn): New method declaration.
5784 (Insn_template): Fix spelling.
5785 (Stub::thumb16_special): New method declaration.
5786 (Stub::do_write): Define virtual method which was previously pure
5787 virtual.
5788 (Stub::do_thumb16_special): New method declaration.
5789 (Stub::do_fixed_endian_write): New template member.
5790 (Reloc_stub::do_write): Remove.
5791 (Reloc_stub::do_fixed_endian_write): Remove.
5792 (Cortex_a8_stub): New class definition.
5793 (Stub_factory::make_cortex_a8_stub): New method definition.
5794 (Stub_factory::Stub_factory): Add missing static storage class
5795 qualifier for elf32_arm_stub_a8_veneer_blx.
5796
ffeef7df
ILT
57972010-01-07 Ian Lance Taylor <iant@google.com>
5798
dc3f80fe
ILT
5799 PR 10980
5800 * options.h (class General_options): Add --warn-unresolved-symbols
5801 and --error-unresolved-symbols.
5802 * errors.cc (Errors::undefined_symbol): Implement
5803 --warn-unresolved-symbols.
5804
ffeef7df
ILT
5805 * options.h (class General_options): Add -z text and -z textoff.
5806 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
5807
f1ec9ded
ST
58082010-01-06 Sriraman Tallam <tmsriram@google.com>
5809
5810 * gc.h (Garbage_collection::Cident_section_map): New typedef.
5811 (Garbage_collection::cident_sections): New function.
5812 (Garbage_collection::add_cident_section): New function.
5813 (Garbage_collection::cident_sections_): New member.
5814 (gc_process_relocs): Add references to sections whose names are C
5815 identifiers.
5816 * gold.h (cident_section_start_prefix): New constant.
5817 (cident_section_stop_prefix): New constant.
5818 (is_cident): New function.
5819 * layout.cc (Layout::define_section_symbols): Replace string constants
5820 with the newly defined constants.
5821 * object.cc (Sized_relobj::do_layout): Track sections whose names are
5822 C identifiers.
5823 * testsuite/Makefile.am: Add gc_orphan_section_test.
5824 * testsuite/Makefile.in: Regenerate.
5825 * testsuite/gc_orphan_section_test.cc: New file.
5826 * testsuite/gc_orphan_section_test.sh: New file.
5827
6eda8c29
ILT
58282010-01-06 Ian Lance Taylor <iant@google.com>
5829
b9674e17
ILT
5830 PR 10980
5831 * options.h (class General_options): Add --warn-shared-textrel.
5832 * layout.cc (Layout::finish_dynamic_section): Implement
5833 --warn-shared-textrel.
5834
6eda8c29
ILT
5835 PR 10980
5836 * options.h (class General_options): Add --warn-multiple-gp.
5837
32dcd44e
ILT
58382010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5839
5840 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
5841 $(THREADSLIB) and $(LIBDL).
5842 * Makefile.in: Rebuild.
5843
a192ba05
ILT
58442010-01-06 Ian Lance Taylor <iant@google.com>
5845
5846 PR 10980
5847 * options.cc (General_options::parse_section_start): New function.
5848 (General_options::section_start): New function.
5849 (General_options::General_options): Initialize all members.
5850 * options.h: Include <map>
5851 (class General_options): Add --section-start. Add section_starts_
5852 member.
5853 * layout.cc (Layout::attach_allocated_section_to_segment): If
5854 --section-start was used, set the address of the segment. Remove
5855 local sort_sections.
5856 (Layout::relaxation_loop_body): If the address of the load segment
5857 has been set by --section-start, don't use it.
5858 * output.h (Output_segment::update_flags_for_output_section): New
5859 function.
5860 * output.cc (Output_segment::add_output_section): Call
5861 update_flags_for_output_section.
5862
dde3f402
ILT
58632010-01-05 Ian Lance Taylor <iant@google.com>
5864
62dfdd4d
ILT
5865 PR 10980
5866 * options.h (class General_options): Add --undefined-version.
5867 * script.cc (struct Version_expression): Add was_matched_by_symbol
5868 field.
5869 (Version_script_info::matched_symbol): New function.
5870 (Version_script_info::get_symbol_version_helper): Call
5871 matched_symbol.
5872 (Version_script_info::check_unmatched_names): New function.
5873 * script.h (class Version_script_info): Update declarations.
5874 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
5875
9c4ae156
ILT
5876 * options.h (class General_options): Use DEFINE_bool_alias for
5877 allow_multiple_definition.
5878 * resolve.cc (Symbol_table::should_override): Don't test
5879 allow_multiple_definition.
5880
dde3f402
ILT
5881 PR 10980
5882 * options.h (class General_options): Add --cref.
5883 * main.cc (main): Print cref table if --cref. Don't close mapfile
5884 until after printing cref table.
5885 * cref.cc: Include "symtab.h".
5886 (class Cref_inputs): Define Cref_table_compare and Cref_table.
5887 (Cref_table_compare::operator()): New function.
5888 (Cref_inputs::gather_cref): New function.
5889 (filecol): New static const.
5890 (Cref_inputs::print_cref): New function.
5891 (Cref::print_cref): New function.
5892 * cref.h: Include <cstdio>.
5893 (class Cref): Update declarations.
5894 * mapfile.h (Mapfile::file): New function.
5895 * object.h (class Object): Define Symbols. Declare virtual
5896 do_get_global_symbols.
5897 (Object::get_global_symbols): New function.
5898 * object.cc (Input_objects::add_object): Pass object to cref_ if
5899 --cref.
5900 (Input_objects::archive_start): Likewise.
5901 (Input_objects::archive_stop): Likewise.
5902 (Input_objects::print_cref): New function.
5903 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
5904 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
5905 --cref.
5906 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
5907 function.
5908 * plugin.h (class Sized_pluginobj): Update declarations.
5909
8781f709
ILT
59102010-01-05 Ian Lance Taylor <iant@google.com>
5911
5912 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
5913 to is_default_version. Rename insdef to insdefault.
5914 (Symbol_table::add_from_relobj): Rename def to is_default_version
5915 and local to is_forced_local.
5916 (Symbol_table::add_from_pluginobj): Likewise.
5917 (Symbol_table::add_from_dynobj): Likewise.
5918 (Symbol_table::define_special_symbol): Rename insdef to
5919 insdefault.
5920
fe35d28d
ILT
59212010-01-04 Ian Lance Taylor <iant@google.com>
5922
30bc8c46
ILT
5923 PR 10980
5924 * options.h (class General_options): Add
5925 --allow-multiple-definition and -z muldefs.
5926 * resolve.cc (Symbol_table::should_override): Don't warn about a
5927 multiple symbol definition if --allow-multiple-definition or -z
5928 muldefs.
5929
7eaea549
ILT
5930 PR 10980
5931 * options.h (class General_options): Add --add-needed and
5932 --copy-dt-needed-entries. Tweak --as-needed help entry.
5933 * object.cc (Input_objects::check_dynamic_dependencies): Give an
5934 error if --copy-dt-needed-entries aka --add-needed is used and
5935 would cause a change in behaviour.
5936
fe35d28d
ILT
5937 PR 10980
5938 * options.h (class General_options): Add -G as a short version of
5939 --shared. Add no-op options -assert, -g, and -i.
5940
55a2bb35
ST
59412010-01-04 Sriraman Tallam <tmsriram@google.com>
5942
5943 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
5944 check for .text or .gnu.linkonce.t sections.
5945 * icf.cc (Icf::find_identical_sections): Ditto.
5946 Change the detection for mangled function name within the section
5947 name.
5948 * icf.h (is_section_foldable_candidate): New function.
5949
719328e1
ILT
59502009-12-30 Ian Lance Taylor <iant@google.com>
5951
5952 PR 10980
5953 * options.h (class General_options): Permit two dashes with
5954 --retain-symbols-file.
5955
d7bb5745
ILT
59562009-12-30 Ian Lance Taylor <iant@google.com>
5957
403a15dd
ILT
5958 PR 10979
5959 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
5960 don't put the file header and segment headers in the text
5961 segment.
5962
eda294df
ILT
5963 PR 10979
5964 * common.cc (Sort_commons::operator()): Stabilize sort when both
5965 entries are NULL.
5966 (Symbol_table::do_allocate_commons_list): When allocating common
5967 symbols, skip a symbol which is no longer common.
5968 * symtab.h (Symbol::is_common): Test whether the symbol comes from
5969 an object before checking its type.
5970 * testsuite/common_test_2.c: New file.
5971 * testsuite/common_test_3.c: New file.
5972 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
5973 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
5974 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
5975 (common_test_2_pic.o, common_test_2.so): New targets.
5976 (common_test_3_pic.o, common_test_3.so): New targets.
5977 * testsuite/Makefile.in: Rebuild.
5978
d7bb5745
ILT
5979 PR 10979
5980 * script.cc (read_input_script): If we see a new SECTIONS clause,
5981 and we have added an input section, give an error.
5982 * layout.h (class Layout): Add have_added_input_section function.
5983 Add have_added_input_section_ field.
5984 * layout.cc (Layout::Layout): Initialize
5985 have_added_input_section_.
5986 (Layout::layout): Set have_added_input_section_.
5987 (Layout::layout_eh_frame): Likewise.
5988
fc59c572
ILT
59892009-12-30 Ian Lance Taylor <iant@google.com>
5990
5991 PR 10931
5992 * options.h (class General_options): Add --sort-common option.
5993 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
5994 * common.cc (Sort_common): Add sort_order parameter to
5995 constructor. Add sort_order_ field.
5996 (Sort_commons::operator): Check sort_order_.
5997 (Symbol_table::allocate_commons): Determine the sort order.
5998 (Symbol_table::do_allocate_commons): Add sort_order parameter.
5999 Change all callers.
6000 (Symbol_table::do_allocate_commons_list): Likewise.
6001
1c74fab0
ILT
60022009-12-30 Ian Lance Taylor <iant@google.com>
6003
6004 PR 10916
6005 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
6006 symbols from this object, don't change the visibility of an
6007 undefined symbol.
6008 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
6009
6affe781
ILT
60102009-12-30 Ian Lance Taylor <iant@google.com>
6011
6012 PR 10861
6013 * script.h (class Version_script_info): Define Language enum.
6014 Update declarations. Define Glob, Exact, and Lookup types. Add
6015 new fields globals_, locals_, and is_finalized_.
6016 * script.cc: Various formatting fixes.
6017 (class Parser_closure): Change language_stack_ from a vector of
6018 std::string to one of Version_script_info::Language. Adjust all
6019 uses accordingly.
6020 (class Lazy_demangler): Remove.
6021 (struct Version_expression): Change language from std::string to
6022 Version_script_info::Language.
6023 (Version_script_info::Version_script_info): New function.
6024 (Version_script_info::~Version_script_info): Don't call clear.
6025 (Version_script_info::finalize): New function.
6026 (Version_script_info::build_lookup_tables): New function.
6027 (Version_script_info::build_expression_list_lookup): New
6028 function.
6029 (Version_script_info::get_symbol_version_helper): Rewrite to use
6030 lookup tables.
6031 (Version_script_info::print_expression_list): Adjust to use
6032 Version_script_info::Language.
6033 (script_push_lex_into_version_mode): Check that the version script
6034 has not been finalized.
6035 (version_script_push_lang): Change language string to
6036 Version_script_info::Language.
6037 * options.cc (Command_line::version_script): New function.
6038 * options.h (class General_options): Add finalize_dynamic_list
6039 function. Change version_script from declaration to definition.
6040 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
6041 * testsuite/version_script.map: Remove duplicate def of foo.
6042 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
6043 version_script.map.
6044 * testsuite/Makefile.in: Rebuild.
6045
818bf354
ILT
60462009-12-30 Ian Lance Taylor <iant@google.com>
6047
6048 PR 10843
6049 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
6050 if the input symbol index is 0, make the output symbol index 0.
6051
ebcc8304
ILT
60522009-12-30 Ian Lance Taylor <iant@google.com>
6053
6054 PR 10670
6055 * options.h (class General_options): Add -x/--discard-all.
6056 * object.cc (Sized_relobj::do_count_local_symbols): Handle
6057 --discard-all. If the local symbol needs a dynamic entry, check
6058 that before handling --discard-locals.
6059
176fe33f
ILT
60602009-12-30 Ian Lance Taylor <iant@google.com>
6061
bb321bb1
ILT
6062 PR 10450
6063 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
6064 flags to PF_R.
6065 (Output_segment::add_output_section): Don't change the flags if
6066 the type is PT_TLS.
6067
176fe33f
ILT
6068 PR 10450
6069 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
6070 GNU hash table if they need a dynamic value. Otherwise, don't add
6071 them if they are defined in a dynamic object or are forced local.
6072
e8cd95c7
ILT
60732009-12-29 Ian Lance Taylor <iant@google.com>
6074
1b81fb71
ILT
6075 PR 10450
6076 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
6077 .gnu.hash table for a 32-bit target.
6078
8d6d383d
ILT
6079 PR 10450
6080 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
6081 regular and a dynamic object only needs a dynamic symbol table
6082 entry if it is externally visible.
6083
e785ec03
ILT
6084 PR 10450
6085 * i386.cc (class Target_i386): Initialize global_offset_table_ in
6086 constructor. Add global_offset_table_ field.
6087 (Target_i386::got_section): Set global_offset_table_.
6088 (Target_i386::do_finalize_sections): Set global_offset_table_
6089 size.
6090 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
6091 in constructor. Add global_offset_table_ field.
6092 (Target_x86_64::got_section): Set global_offset_table_.
6093 (Target_x86_64::do_finalize_sections): Set global_offset_table_
6094 size.
6095
1a2dff53
ILT
6096 * layout.cc (Layout::Layout): Initialize increase_relro_.
6097 (Layout::get_output_section): Add is_relro, is_last_relro, and
6098 is_first_non_relro parameters. Change all callers.
6099 (Layout::choose_output_section): Likewise.
6100 (Layout::add_output_section_data): Likewise.
6101 (Layout::make_output_section): Likewise.
6102 (Layout::set_segment_offsets): Clear increase_relro when using a
6103 linker script.
6104 * layout.h (class Layout): Add increase_relro method. Add
6105 increase_relro_ field. Update declarations.
6106 * output.cc (Output_section::Output_section): Initialize
6107 is_last_relro_ and is_first_non_relro_.
6108 (Output_segment::add_output_section): Group relro sections is
6109 do_sort is true. Handle is_last_relro and is_first_non_relro.
6110 (Output_segment::maximum_alignment): Remove relro handling.
6111 (Output_segment::set_section_addresses): Add increase_relro
6112 parameter. Change all callers. Add initial alignment to align
6113 relro sections on separate page. Remove old relro handling.
6114 (Output_segment::set_section_list_addresses): Remove in_relro
6115 parameter. Change all callers.
6116 (Output_segment::set_offset): Add increase parameter. Change all
6117 callers. Remove old relro handling.
6118 * output.h (class Output_section): Add new methods: is_last_relro,
6119 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
6120 Add is_last_relro_ and is_first_non_relro_ fields.
6121 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
6122 Create separate .got.plt section. Call increase_relro.
6123 * x86_64.cc (Target_x86_64::got_section): Likewise.
6124 * testsuite/relro_script_test.t: Add .got.plt.
6125
f0ba79e2
ILT
6126 PR 10450
6127 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
6128 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
6129 (Layout::finalize): Call set_dynamic_symbol_size.
6130 (Layout::set_dynamic_symbol_size): New function.
6131 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
6132 set_dynamic_symbol_size.
6133
e8cd95c7
ILT
6134 PR 10450
6135 * output.h (class Output_section): Add is_entsize_zero_ field.
6136 * output.cc (Output_section::Output_section): Initialize
6137 is_entsize_zero_.
6138 (Output_section::set_entsize): If two different entsizes are
6139 requested, force it to zero.
6140 (Output_section::add_input_section): Set flags for .debug_str
6141 before updating section flags. Set entsize.
6142 (Output_section::update_flags_for_input_section): Set SHF_MERGE
6143 and SHF_STRING if all input sections have those flags.
6144
3e1b9a8a
RÁE
61452009-12-29 Rafael Espindola <espindola@google.com>
6146
6147 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
6148 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
6149 reporting.
3e1b9a8a 6150
3dcad376
ST
61512009-12-29 Sriraman Tallam <tmsriram@google.com>
6152
6153 * options.cc (General_options::parse_version): Allow -v to exit
6154 without an error if there is nothing to link.
6155
084e2665
ILT
61562009-12-29 Ian Lance Taylor <iant@google.com>
6157
6158 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
6159 using a version of gcc before 4.1.
6160 * configure: Rebuild.
6161
250acde3
CD
61622009-12-28 Chris Demetriou <cgd@google.com>
6163
6164 * attributes.cc (Output_attributes_section_data::do_write): Use
6165 std::vector::front rather than std::vector::data.
6166
99fff23b
ILT
61672009-12-28 Ian Lance Taylor <iant@google.com>
6168
6169 * symtab.h (class Symbol_table): Add enum Defined.
6170 * resolve.cc (Symbol_table::should_override): Add defined
6171 parameter. Change all callers. Test whether object is NULL
6172 before calling a method on it.
6173 (Symbol_table::report_resolve_problem): Add defined parameter.
6174 Change all callers.
6175 (Symbol_table::should_override_with_special): Likewise.
6176 * symtab.cc (Symbol_table::define_in_output_data): Add defined
6177 parameter. Change all callers.
6178 (Symbol_table::do_define_in_output_data): Likewise.
6179 (Symbol_table::define_in_output_segment): Likewise.
6180 (Symbol_table::do_define_in_output_segment): Likewise.
6181 (Symbol_table::define_as_constant): Likewise.
6182 (Symbol_table::do_define_as_constant): Likewise.
6183 * script.h (class Symbol_assignment): Add is_defsym parameter to
6184 constructor; change all callers.
6185 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
6186 parameter. Change all callers. Add is_defsym_ field.
6187 (class Parser_closure): Add parsing_defsym parameter to
6188 constructor; change all callers. Add parsing_defsym accessor
6189 function. Add parsing_defsym_ field.
6190
556bd683
ILT
61912009-12-28 Ian Lance Taylor <iant@google.com>
6192
6193 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 6194 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 6195
1782c879
ILT
61962009-12-23 Ian Lance Taylor <iant@google.com>
6197
6198 * i386.cc (Target_i386::do_calls_non_split): Recognize
6199 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
6200 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
6201 -fsplit-stack prologue when using %r11.
1782c879 6202
329ca2b1
ST
62032009-12-21 Sriraman Tallam <tmsriram@google.com>
6204
6205 * options.cc (General_options::parse_version): Make -v continue and do
6206 the link like GNU ld does.
6207
d675ff46
RÁE
62082009-12-17 Rafael Avila de Espindola <espindola@google.com>
6209
6210 * Makefile.am (CCFILES): Add timer.cc.
6211 (HFILES): Add timer.h.
6212 * configure.ac: Check for sysconf and times.
6213 * main.cc: include timer.h.
6214 (main): Use Timer instead of get_run_time.
6215 * timer.cc: New.
6216 * timer.h: New.
6217 * workqueue.cc: include timer.h.
6218 (Workqueue::find_and_run_task):
6219 Report user, sys and wall time.
6220 * Makefile.in: Regenerate.
6221 * config.in: Regenerate.
6222 * configure: Regenerate.
6223
d6344fb5
DK
62242009-12-16 Doug Kwan <dougkwan@google.com>
6225
6226 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
6227 sections.
6228 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
6229 relaxed input sections.
6230 * output.cc (Output_section::find_relaxed_input_section): Change
6231 return type to Output_relaxed_input_section pointer. Adjust code
6232 for new type of relaxed_input_section_map_.
6233 * output.h (Output_section::find_relaxed_input_section): Change
6234 return type to Output_relaxed_input_section pointer.
6235 (Output_section::Output_relaxed_input_section_by_input_section_map):
6236 New type.
6237 (Output_section::relaxed_input_section_map_): Change type to
6238 Output_section::Output_relaxed_input_section_by_input_section_map.
6239 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
6240 input section.
6241
0e0d5469
ILT
62422009-12-15 Ian Lance Taylor <iant@google.com>
6243
6244 * layout.cc (Layout::create_shstrtab): Only write out after input
6245 sections if we are compressing debug sections.
6246
0649a889
ILT
62472009-12-15 Ian Lance Taylor <iant@google.com>
6248
6249 * archive.cc (Archive::add_symbols): Only look up a symbol without
6250 a version if there is, in fact, a version.
6251
2ea97941
ILT
62522009-12-14 Ian Lance Taylor <iant@google.com>
6253
6254 Revert -Wshadow changes, all changes from:
6255 2009-12-11 Doug Kwan <dougkwan@google.com>
6256 2009-12-11 Nick Clifton <nickc@redhat.com>
6257 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
6258
b0eec2cc
DK
62592009-12-11 Doug Kwan <dougkwan@google.com>
6260
6261 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
6262 due to -Wshadow.
6263 * attributes.cc (Object_attribute::size): Ditto.
6264 (Attributes_section_data::size): Ditto.
6265 (Attributes_section_data::Attributes_section_data): Ditto.
6266 (Output_attributes_section_data::do_write): Ditto.
6267 * attributes.h (Object_attribute::set_type): Ditto.
6268 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
6269
91d6fa6a
NC
62702009-12-11 Nick Clifton <nickc@redhat.com>
6271
6272 * archive.cc: Fix shadowed variable warnings.
6273 * arm.cc: Likewise.
6274 * compressed_output.cc: Likewise.
6275 * compressed_output.h: Likewise.
6276 * configure: Likewise.
6277 * dwarf_reader.cc: Likewise.
6278 * dynobj.cc: Likewise.
6279 * dynobj.h: Likewise.
6280 * ehframe.cc: Likewise.
6281 * ehframe.h: Likewise.
6282 * errors.cc: Likewise.
6283 * expression.cc: Likewise.
6284 * fileread.cc: Likewise.
6285 * fileread.h: Likewise.
6286 * freebsd.h: Likewise.
6287 * i386.cc: Likewise.
6288 * icf.cc: Likewise.
6289 * incremental.h: Likewise.
6290 * layout.cc: Likewise.
6291 * layout.h: Likewise.
6292 * mapfile.cc: Likewise.
6293 * merge.cc: Likewise.
6294 * merge.h: Likewise.
6295 * object.cc: Likewise.
6296 * object.h: Likewise.
6297 * options.h: Likewise.
6298 * output.cc: Likewise.
6299 * output.h: Likewise.
6300 * parameters.cc: Likewise.
6301 * plugin.cc: Likewise.
6302 * powerpc.cc: Likewise.
6303 * reduced_debug_output.cc: Likewise.
6304 * reduced_debug_output.h: Likewise.
6305 * reloc.cc: Likewise.
6306 * reloc.h: Likewise.
6307 * resolve.cc: Likewise.
6308 * script-sections.cc: Likewise.
6309 * script.cc: Likewise.
6310 * script.h: Likewise.
6311 * sparc.cc: Likewise.
6312 * symtab.cc: Likewise.
6313 * symtab.h: Likewise.
6314 * target-select.cc: Likewise.
6315 * target-select.h: Likewise.
6316 * token.h: Likewise.
6317 * workqueue.cc: Likewise.
6318 * workqueue.h: Likewise.
6319 * x86_64.cc: Likewise.
6320
a0351a69
DK
63212009-12-10 Doug Kwan <dougkwan@google.com>
6322
6323 * arm.cc (attributes.h): New include.
6324 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
6325 (Arm_relobj::~Arm_relobj): Delete object pointed by
6326 attributes_section_data_.
6327 (Arm_relobj::attributes_section_data): New method definition.
6328 (Arm_relobj::attributes_section_data_): New data member declaration.
6329 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
6330 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
6331 attributes_section_data_.
6332 (Arm_dynobj::attributes_section_data): New method definition.
6333 (Arm_dynobj::attributes_section_data_): New data member declaration.
6334 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
6335 initialization value of may_use_blx_ to false.
6336 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
6337 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
6338 object attributes to compute results instead of hard-coding.
6339 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
6340 Target_arm::get_secondary_compatible_arch,
6341 Target_arm::set_secondary_compatible_arch
6342 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
6343 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
6344 New method declarations.
6345 (Target_arm::get_aeabi_object_attribute): New method definition.
6346 (Target_arm::attributes_section_data_): New data member declaration.
6347 (read_arm_attributes_section): New template definition.
6348 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
6349 (Arm_dynobj::do_read_symbols): Ditto.
6350 (Target_arm::do_finalize_sections): Merge attributes sections from
6351 input. Check for BLX use after attributes section merging.
6352 Fix __exidx_start and __exidx_end visibility. Create an
6353 .ARM.attributes section if necessary.
6354 (Target_arm::get_secondary_compatible_arch,
6355 Target_arm::set_secondary_compatible_arch,
6356 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
6357 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 6358 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
6359 New method definitions.
6360
b59befec
ILT
63612009-12-09 Ian Lance Taylor <iant@google.com>
6362
6363 * plugin.cc (Plugin::load): Don't cast from void* to a function
6364 pointer.
6365
1276bc89
ILT
63662009-12-09 Ian Lance Taylor <iant@google.com>
6367
6368 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
6369 information fields.
6370
2f2de248
L
63712009-12-09 H.J. Lu <hongjiu.lu@intel.com>
6372
6373 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
6374 Replace two_file_shared_1.so with two_file_shared_2.so.
6375 * testsuite/Makefile.in: Regenerated.
6376
4f787271
DK
63772009-12-08 Doug Kwan <dougkwan@google.com>
6378
6379 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
6380 (HFILES): Add attributes.h and int_encoding.h.
6381 * Makefile.in: Regenerate.
6382 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
6383 function definitions to int_encoding.cc
6384 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
6385 prototypes to int_encoding.h
6386 * reduced_debug_output.cc (int_encoding.h): New include.
6387 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
6388 function definitions to int_encoding.cc
6389 (insert_into_vector, read_from_pointer): Move template definitions to
6390 int_encoding.h
6391 * attributes.cc: New file.
6392 * attributes.h: New file.
6393 * int_encoding.cc: New file.
6394 * int_encoding.h: New file.
6395
20b52f1a
RÁE
63962009-12-07 Rafael Avila de Espindola <espindola@google.com>
6397
6398 PR gold/11055
6399 * incremental-dump.cc (dump_incremental_inputs): New.
6400 (main): Use dump_incremental_inputs.
6401
53d7974c
L
64022009-12-07 H.J. Lu <hongjiu.lu@intel.com>
6403
6404 PR gold/10893
6405 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
6406 checking elfcpp::STT_FUNC.
6407 (Target_i386::Relocate::relocate): Likewise.
6408 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
6409
6410 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
6411 symbols from shared libraries into normal FUNC symbols.
6412
6413 * symtab.h (Symbol): Add is_func and use it.
6414
05a352e6
DK
64152009-12-05 Doug Kwan <dougkwan@google.com>
6416
6417 * arm.cc (Target_arm::arm_info): Initialize new fields
6418 attributes_section and attributes_vendor.
6419 * i386.cc (Target_i386::i386_info): Same.
6420 * object.cc (Sized_relobj::do_layout): Skip attribute section.
6421 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
6422 fields attributes_section and attributes_vendor.
53d7974c 6423 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
6424 * target.h (Target::attributes_section, Target::attributes_vendor,
6425 Target::is_attributes_section, Target::attribute_arg_type,
6426 Target::attributes_order): New method definitions.
6427 (Target::Target_info::attributes_section,
6428 Target::Target_info::attributes_vendor): New fields.
6429 (Target::do_attribute_arg_type, Target::do_attributes_order): New
6430 virtual method definitions.
6431 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
6432 attributes_section and attributes_vendor.
6433 * testsuite/testfile.cc (Target_test::test_target_info): Same.
6434
f4e5969c
DK
64352009-12-05 Doug Kwan <dougkwan@google.com>
6436
6437 * arm.cc: Update comments about interworking and stub generation.
6438 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
6439 considered as non-PIC.
6440 (Arm_relocate_functions::base_abs): Fix formatting.
6441 (Arm_relocate_functions::got_prel): Fix comment. Change interface
6442 of function to use GOT entry address instead of offset.
6443 (Target_arm::Scan::global): Issue an error if a symbol would need a
6444 PLT does not get one because it is untyped. Remove code to create
6445 dynamic symbols for relative branches.
6446 (Target_arm::Relocate::relocate: Use 0 instead of false since function
6447 takes unsigned integer instead of boolean.
6448
1abce4a6
L
64492009-12-05 H.J. Lu <hongjiu.lu@intel.com>
6450
6451 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
6452 (two_file_test_LDADD): Likewise.
6453 (common_test_1_LDADD): Likewise.
6454 (exception_test_LDADD) Likewise.
6455 (weak_test_LDADD): Likewise.
6456 (many_sections_test_LDADD): Likewise.
6457 (initpri1_LDADD): Likewise.
6458 (script_test_1_LDADD): Likewise.
6459 (script_test_2_LDADD): Likewise.
6460 (justsyms_LDADD): Likewise.
6461 (binary_test_LDADD): Likewise.
6462 (large_LDADD): Likewise.
6463 * testsuite/Makefile.in: Regenerated.
6464
adcf2816 64652009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 6466
adcf2816
L
6467 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
6468 (Symbol_table::override_with_special): Likewise.
6469 (Symbol_table::add_from_object): Likewise.
6470
28e67f5d
RÁE
64712009-12-04 Rafael Avila de Espindola <espindola@google.com>
6472
6473 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
6474 Don't set the data_offset twice.
6475
ae10a101
RÁE
64762009-12-04 Rafael Avila de Espindola <espindola@google.com>
6477
6478 * testsuite/Makefile.in: Regenerate.
6479
f59f41f3
DK
64802009-12-03 Doug Kwan <dougkwan@google.com>
6481
6482 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
6483 (Target_arm::do_finalize_sections): Add parameter for symbol table
6484 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
6485 * i386.cc (Target_i386::do_finalize_sections): Add an additional
6486 parameter for symbol table pointer.
6487 * layout.cc (Layout::finalize): Call Target::finalize_sections with
6488 an additional parameter for a pointer to symbol table.
6489 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
6490 parameter for a symbol table pointer.
6491 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
6492 * target.h (Target::finalize_sections, Target::do_finalize_sections):
6493 Ditto.
6494 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
6495 parameter for a symbol table pointer.
6496
ca55d848
RÁE
64972009-12-03 Rafael Avila de Espindola <espindola@google.com>
6498
6499 * incremental.cc (Incremental_inputs_header)
6500 (Incremental_inputs_header_write, Incremental_inputs_entry)
6501 (Incremental_inputs_entry_write): Move ...
6502 * incremental.h (Incremental_inputs_header)
6503 (Incremental_inputs_header_write, Incremental_inputs_entry)
6504 (Incremental_inputs_entry_write): here.
6505
3aec4f9c
RÁE
65062009-12-02 Rafael Avila de Espindola <espindola@google.com>
6507
6508 * incremental.cc (make_sized_incremental_binary): Set the target.
6509 Error if it is incompatible.
6510 * output.h (Output_file): Add filename method.
6511
9c0ae74d
RÁE
65122009-12-02 Rafael Avila de Espindola <espindola@google.com>
6513
6514 * incremental.cc (Incremental_inputs_entry): Remove unused argument
6515 from the get_* methods.
6516
a45500ae
RÁE
65172009-12-02 Rafael Avila de Espindola <espindola@google.com>
6518
6519 * incremental-dump.cc (main): Check that the offeset of a script is 0.
6520 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
6521 Write 0 for the data_offset of scripts.
6522
325e6408
RÁE
65232009-12-02 Rafael Avila de Espindola <espindola@google.com>
6524
6525 * testsuite/Makefile.am: Add the incremental_test.sh test.
6526 * testsuite/incremental_test.sh: New.
6527 * testsuite/incremental_test_1.c: New.
6528 * testsuite/incremental_test_2.c: New.
6529
954c3e2e
RÁE
65302009-12-01 Rafael Avila de Espindola <espindola@google.com>
6531
6532 * incremental-dump.cc (main): Fix typos.
6533
f8086623
RÁE
65342009-11-27 Rafael Avila de Espindola <espindola@google.com>
6535
6536 PR gold/11025
6537 * incremental-dump.cc (main): Use llu to print 64 bit values.
6538
3b0dd6ac
L
65392009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
6540 H.J. Lu <hongjiu.lu@intel.com>
6541
6542 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
6543 $(LIBDL).
6544 (incremental_dump_LDADD): Likewise.
6545 * Makefile.in: Regenerated.
6546
a6d1ef57 65472009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 6548
a6d1ef57
DK
6549 Revert:
6550
6551 2009-11-25 Doug Kwan <dougkwan@google.com>
6552
6553 * arm.cc (Target_arm::Target_arm): Move method definition
6554 outside of class definition. Add code to handle
6555 --target1-rel, --target1-abs and --target2= options.
6556 (Target_arm::get_reloc_reloc_type): Change method to be
6557 non-static and const.
6558 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
6559 New data member declaration.
6560 (Target_arm::Scan::local, Target_arm::Scan::global,
6561 Target_arm::Relocate::relocate,
6562 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
6563 Adjust call to Target_arm::get_real_reloc_type.
6564 (Target_arm::get_real_reloc_type): Use command line options
6565 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
6566 * options.h (--target1-rel, --target1-abs, --target2): New
6567 ARM-only options.
6568
50aeb7d4
DK
65692009-11-25 Doug Kwan <dougkwan@google.com>
6570
6571 * arm.cc (Target_arm::Target_arm): Move method definition outside of
6572 class definition. Add code to handle --target1-rel, --target1-abs
6573 and --target2= options.
6574 (Target_arm::get_reloc_reloc_type): Change method to be non-static
6575 and const.
6576 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
6577 member declaration.
6578 (Target_arm::Scan::local, Target_arm::Scan::global,
6579 Target_arm::Relocate::relocate,
6580 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
6581 call to Target_arm::get_real_reloc_type.
6582 (Target_arm::get_real_reloc_type): Use command line options to
6583 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
6584 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
6585 options.
6586
51938283
DK
65872009-11-25 Doug Kwan <dougkwan@google.com>
6588
6589 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
6590 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
6591 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
6592 formatting.
6593 (Arm_relocate_functions::thm_call): Replace body with a call to
6594 Arm_relocate_functions::thumb_branch_common.
6595 (Arm_relocate_functions::thm_jump24,
6596 Arm_relocate_functions::thm_xpc22): New method definitions.
6597 (Arm_relocate_functions::thumb_branch_common): New method definition.
6598 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
6599 operator.
6600 (Target_arm::Relocate::relocate): Adjust call to thm_call.
6601 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
6602
e2b8f3c4
RÁE
66032009-11-24 Rafael Avila de Espindola <espindola@google.com>
6604
6605 * Makefile.am: Build incremental-dump
6606 * Makefile.in: Regenerate.
6607 * incremental-dump.cc: New.
6608 * incremental.cc (Incremental_inputs_header_data,
6609 Incremental_inputs_entry_data): Move to incremental.h
6610 * incremental.h: (Incremental_inputs_header_data,
6611 Incremental_inputs_entry_data): Move from incremental.cc
6612
bcba9aec
RÁE
66132009-11-24 Rafael Avila de Espindola <espindola@google.com>
6614
6615 * incremental.cc (Incremental_inputs_header,
6616 Incremental_inputs_header_write, Incremental_inputs_entry,
6617 Incremental_inputs_entry_write): Add a typedef with the data type.
6618
7c3afe08
RÁE
66192009-11-24 Rafael Avila de Espindola <espindola@google.com>
6620
6621 * incremental.cc (Incremental_inputs_header,
6622 Incremental_inputs_header_write, Incremental_inputs_entry,
6623 Incremental_inputs_entry_write): Update comment about which
6624 type has the filed descriptions.
6625
d204b6e9
DK
66262009-11-15 Doug Kwan <dougkwan@google.com>
6627
6628 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
6629 (Arm_relocate_functions::arm_branch_common): Change method defintion
6630 in class definition to a method declaration and update list of formal
6631 parameters.
6632 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
6633 Arm_relocation_functions::jump24): Adjust call to
6634 Arm_relocate_functions::arm_branch_common. Update list of formal
6635 parameters.
6636 (Arm_relocate_functions::xpc25): New method definition.
6637 (Arm_relocate_functions::arm_branch_common): Move method defintion
6638 out from class definition. Use stubs for mode-switching and extending
6639 branch ranges.
6640 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
6641 specially. Change code to enable use of stubs in ARM branches.
6642
43d12afe
DK
66432009-11-10 Doug Kwan <dougkwan@google.com>
6644
6645 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
6646 in method declaration.
6647 (Target_arm::relocate_stub): New method declaration.
6648 (Target_arm::default_target): Change to return a pointer instead of
6649 a const reference.
6650 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
6651 Target_arm::default_target.
6652 (Arm_Relobj::do_relocate_sections): Remove options paramater in
6653 method definition.
6654 (Target_arm::relocate_section): Adjust view.
6655 (Target_arm::relocate_stub): New method definition.
6656
ac33a407
DK
66572009-11-10 Doug Kwan <dougkwan@google.com>
6658
6659 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
6660 a format warning.
6661 * incremental.cc (open_incremental_binary): Initialized local
6662 variables to avoid warnings.
6663 * object.cc (make_elf_object): Ditto.
6664 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
6665 a format warning.
e1df38aa 6666
88ee28e9
L
6667009-11-09 H.J. Lu <hongjiu.lu@intel.com>
6668
6669 PR gold/10930
6670 * testsuite/plugin_test.c: Include "config.h".
6671
2daedcd6
DK
66722009-11-09 Doug Kwan <dougkwan@google.com>
6673
6674 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
6675 (arm_symbol_value): Remove.
6676 (Arm_relocate_functions::arm_branch_common,
6677 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
6678 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
6679 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
6680 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
6681 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
6682 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
6683 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
6684 Arm_relocate_functions::thm_mobw_abs_nc,
6685 Arm_relocate_functions::thm_mov_abs,
6686 Arm_relocate_functions::movw_prel_nc,
6687 Arm_relocate_functions::thm_movt_abs,
6688 Arm_relocate_functions::movt_prel,
6689 Arm_relocate_functions::thm_movw_prel_nc,
6690 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
6691 (Target_arm::Relocate::relocate): Only decompose address into two
6692 parts if relocation type uses the thumb-bit and pass the actual
6693 bit instead of a flag indicating that the thumb-bit is used. Adjust
6694 calls to methods in Arm_relocate_functions for this change.
6695
1276bc89 66962009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
6697
6698 PR 10925
6699 * reloc.cc: Instantiate
6700 Sized_relobj::initialize_input_to_output_maps and
6701 Sized_relobj:free_input_to_output_maps.
6702
e53ad1b5
ILT
67032009-11-06 Ian Lance Taylor <iant@google.com>
6704
6705 PR 10876
6706 * defstd.cc (in_segment): Set only_if_ref true for "end".
6707
eb44217c
DK
67082009-11-06 Doug Kwan <dougkwan@google.com>
6709
6710 * arm.cc (class Reloc_stub): Correct a comment.
6711 (Target_arm::Target_arm): Initialize arm_input_section_map_.
6712 (Target_arm::scan_section_for_stubs): New method declaration.
6713 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
6714 Change methods from private to protected.
6715 (Target_arm::do_may_relax): New method definition.
6716 (Target_arm::do_relax, Target_arm::group_sections,
6717 Target_arm::scan_reloc_for_stub,
6718 Target_arm::scan_reloc_section_for_stubs): New method declarations.
6719 (Target_arm::arm_input_section_map_): New data member declaration.
6720 (Target_arm::scan_reloc_for_stub,
6721 Target_arm::scan_reloc_section_for_stubs,
6722 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
6723 Target_arm::do_relax): New method definitions.
6724
5d329b7d
ILT
67252009-11-06 Mikolaj Zalewski <mikolaj@google.com>
6726
6727 * configure.ac: Check for (struct stat)::st_mtim
6728 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
6729 * config.in: Regenerate.
6730 * configure: Regenerate.
6731
96a0d71b
ILT
67322009-11-05 Ian Lance Taylor <iant@google.com>
6733
6734 PR 10910
6735 * output.cc (Output_segment::add_output_section): Add missing
6736 return statement.
6737
594c8e5e
ILT
67382009-11-04 Ian Lance Taylor <iant@google.com>
6739
6740 PR 10880
6741 * object.h (class Object): Add is_needed and set_is_needed
6742 methods. Add is_needed_ field. Make bool fields into bitfields.
6743 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
6744 defined in a dynamic object and referenced by a regular object,
6745 set is_needed for the dynamic object.
6746 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
6747 if the file is marked with as_needed and it is not needed.
6748
22b127cc
ILT
67492009-11-04 Ian Lance Taylor <iant@google.com>
6750
6751 PR 10887
6752 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
6753 tags if data is discarded by linker script.
6754 * i386.cc (Target_i386::do_finalize_sections): Likewise.
6755 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
6756 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
6757 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
6758
f5c870d2
ILT
67592009-11-04 Ian Lance Taylor <iant@google.com>
6760
6761 * layout.cc (Layout::get_output_section): Add is_interp and
6762 is_dynamic_linker_section parameters. Change all callers.
6763 (Layout::choose_output_section): Likewise.
6764 (Layout::make_output_section): Likewise.
6765 (Layout::add_output_section_data): Add is_dynamic_linker_section
6766 parameter. Change all callers.
6767 * layout.h (class Layout): Update declarations.
6768 * output.h (class Output_section): Add is_interp, set_is_interp,
6769 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
6770 Add is_interp_, is_dynamic_linker_section_ fields. Change
6771 generate_code_fills_at_write_ to a bitfield.
6772 * output.cc (Output_section::Output_sections): Initialize new
6773 fields.
6774 (Output_segment::add_output_section): Add do_sort parameter.
6775 Change all callers.
6776
1ae4d23b
ILT
67772009-11-03 Ian Lance Taylor <iant@google.com>
6778
6779 PR 10860
6780 * options.h (class General_options): Add --warn-common.
6781 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
6782 merging two common symbols.
6783 (Symbol_table::should_override): Handle --warn-common when merging
6784 a common symbol with a defined symbol. Use report_resolve_problem
6785 for multiple definitions.
6786 (Symbol_table::report_resolve_problem): New function.
6787 * symtab.h (class Symbol_table): Declare report_resolve_problem.
6788
55da9579
DK
67892009-11-03 Doug Kwan <dougkwan@google.com>
6790
6791 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
6792 stub_factory_.
6793 (Target_arm::stub_factory): New method definition.
6794 (Target_arm::new_arm_input_section,
6795 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
6796 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 6797 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
6798 New type definitions.
6799 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
6800 member declarations.
6801 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
6802 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
6803 New method definitions.
6804
37a9ac43
ILT
68052009-11-03 Ian Lance Taylor <iant@google.com>
6806
6807 * options.h (class General_options): Add --warn_constructors.
6808
b3d6a3d4
ILT
68092009-11-03 Ian Lance Taylor <iant@google.com>
6810
6811 PR 10893
6812 * defstd.cc (in_section): Add entries for __rel_iplt_start,
6813 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
6814
934b01dd
ILT
68152009-11-03 Ian Lance Taylor <iant@google.com>
6816
6817 PR 10895
6818 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
6819 --msgid-bugs-address.
6820 (install-pdf): New target.
6821 (install-data_yes): Look up one directory to find mkinstalldirs.
6822
03c1939b
L
68232009-11-03 H.J. Lu <hongjiu.lu@intel.com>
6824
6825 * po/Make-in (.po.gmo): Don't generate .gmo files in source
6826 tree.
6827
ebd95253
DK
68282009-10-30 Doug Kwan <dougkwan@google.com>
6829
6830 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
6831
e9bbb538
DK
68322009-10-30 Doug Kwan <dougkwan@google.com>
6833
6834 * arm.cc (Stub_addend_reader): New struct template definition
6835 and partial specializations.
6836 (Stub_addend_reader::operator()): New method definition for a
6837 partially specialized template.
6838
d5b40221
DK
68392009-10-30 Doug Kwan <dougkwan@google.com>
6840
6841 * arm.cc (Arm_relobj::processor_specific_flags): New method
6842 definition.
6843 (Arm_relobj::do_read_symbols): New method declaration.
6844 (Arm_relobj::processor_specific_flags_): New data member declaration.
6845 (Arm_dynobj): New class definition.
6846 (Target_arm::do_finalize_sections): Add input_objects parameter.
6847 (Target_arm::do_adjust_elf_header): New method declaration.
6848 (Target_arm::are_eabi_versions_compatible,
6849 (Target_arm::merge_processor_specific_flags): New method declaration.
6850 (Target_arm::do_make_elf_object): New overloaded method definitions
6851 and declaration.
6852 (Arm_relobj::do_read_symbols): New method definition.
6853 (Arm_dynobj::do_read_symbols): Ditto.
6854 (Target_arm::do_finalize_sections): Add input_objects parameters.
6855 Merge processor-specific flags from all input objects.
6856 (Target_arm::are_eabi_versions_compatible,
6857 Target_arm::merge_processor_specific_flags,
6858 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
6859 New method definitions.
6860 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
6861 Input_objects pointer type parameter.
6862 * layout.cc (Layout::finalize): Pass input objects to target's.
6863 finalize_sections function.
6864 * output.cc (Output_file_header::do_sized_write): Set ELF file
6865 header's processor-specific flags.
6866 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
6867 Input_objects pointer type parameter.
6868 * sparc.cc (Target_sparc::do_finalize_sections): Same.
6869 * target.h (Input_objects): New forward class declaration.
6870 (Target::processor_specific_flags,
6871 Target::are_processor_specific_flags_sect): New method definitions.
6872 (Target::finalize_sections): Add input_objects parameter.
6873 (Target::Target): Initialize processor_specific_flags_ and
6874 are_processor_specific_flags_set_.
6875 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
6876 parameter.
6877 (Target::set_processor_specific_flags): New method definition.
6878 (Target::processor_specific_flags_,
6879 Target::are_processor_specific_flags_set_): New data member
6880 declarations.
6881 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
6882 Input_objects pointer type parameter.
6883
ebabffbd
DK
68842009-10-30 Doug Kwan <dougkwan@google.com>
6885
6886 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
6887
ad0f2072
ILT
68882009-10-28 Ian Lance Taylor <iant@google.com>
6889
6890 * object.h (class Relobj): Drop options parameter from
6891 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
6892 do_scan_relocs, do_relocate. Change all callers.
6893 (class Sized_relobj): Drop options parameters from
6894 do_gc_process_relocs, do_scan_relocs, do_relocate,
6895 do_relocate_sections, relocate_sections, emit_relocs_scan,
6896 emit_relocs_scan_reltype. Change all callers.
6897 (struct Relocate_info): Remove options field and all references to
6898 it.
6899 * reloc.h (class Read_relocs): Remove options constructor
6900 parameter and options_ field. Change all callers.
6901 (class Gc_process_relocs, class Scan_relocs): Likewise.
6902 (class Relocate_task): Likewise.
6903 * target-reloc.h (scan_relocs): Remove options parameter. Change
6904 all callers.
6905 (scan_relocatable_relocs): Likewise.
6906 * target.h (class Sized_target): Remove options parameter from
6907 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
6908 all callers.
6909 * gc.h (gc_process_relocs): Remove options parameter. Change all
6910 callers.
6911 * arm.cc: Update functions to remove options parameters.
6912 * i386.cc: Likewise.
6913 * powerpc.cc: Likewise.
6914 * sparc.cc: Likewise.
6915 * x86_64.cc: Likewise.
6916 * testsuite/testfile.cc: Likewise.
6917
8ffa3667
DK
69182009-10-28 Doug Kwan <dougkwan@google.com>
6919
6920 * arm.cc (Arm_relobj): New class definition.
e1df38aa 6921 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
6922 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
6923 New method definitions.
6924
40f36857
CC
69252009-10-28 Cary Coutant <ccoutant@google.com>
6926
6927 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
6928 (Plugin::cleanup_done_): New member.
6929 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
6930 (Plugin_manager::cleanup_done_): Remove.
6931 (Plugin_manager::add_input_file): Edit error message.
6932 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
6933 (Plugin_manager::cleanup): Remove use of cleanup_done_.
6934
2c849493
ILT
69352009-10-27 Mikolaj Zalewski <mikolajz@google.com>
6936
6937 * fileread.cc: (File_read::View::~View): Use the new
6938 data_ownership_ filed.
6939 (File_read::~File_read): Dispose the new whole_file_view_.
6940 (File_read::open): Mmap the whole file if needed.
6941 (File_read::open): Use whole_file_view_ instead of contents_.
6942 (File_read::find_view): Use whole_file_view_ if applicable.
6943 (File_read::do_read): Use whole_file_view_ instead of contents_.
6944 (File_read::make_view): Use whole_file_view_ instead of contents_,
6945 update File_read::View::View call.
6946 (File_read::find_or_make_view): Update File_read::View::View
6947 call.
6948 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
6949 remove contents_
6950 (File_read::View::Data_ownership): New enum.
6951 (File_read::View::View): Replace bool mapped_ with Data_ownership
6952 argument.
6953 (File_read::View::mapped_): Remove (replaced by data_ownership_).
6954 (File_read::View::data_ownership_): New field.
6955 (File_read::contents_): Remove (replaced by whole_file_view_).
6956 (File_read::whole_file_view_): New field.
6957 * options.h (class General_options): Add --keep-files-mapped.
6958
24998053
CC
69592009-10-27 Cary Coutant <ccoutant@google.com>
6960
6961 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
6962 * testsuite/Makefile.am (plugin_test_5): New test case.
6963 * testsuite/Makefile.in: Regenerate.
6964
72adc4fa
DK
69652009-10-25 Doug Kwan <dougkwan@google.com>
6966
6967 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
6968 from private to protected to allow access by child class.
6969 (Sized_relobj::do_relocate_sections): New method declaration.
6970 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 6971 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
6972 Sized_relobj::relocate_sections. Instantiate template explicitly
6973 for different target sizes and endianity.
6974
07f508a2
DK
69752009-10-24 Doug Kwan <dougkwan@google.com>
6976
6977 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
6978 (Arm_input_section::as_arm_input_section): New method.
6979 (Arm_output_section): New class definition.
6980 (Arm_output_section::create_stub_group,
6981 Arm_output_section::group_sections): New method definitions.
6982
10ad9fe5
DK
69832009-10-22 Doug Kwan <dougkwan@google.com>
6984
6985 * arm.cc (Arm_input_section): New class definition.
6986 (Arm_input_section::init, Arm_input_section:do_write,
6987 Arm_input_section::set_final_data_size,
6988 Arm_input_section::do_reset_address_and_file_offset): New method
6989 definitions.
6990
56ee5e00
DK
69912009-10-21 Doug Kwan <dougkwan@google.com>
6992
6993 * arm.cc (Stub_table, Arm_input_section): New forward class
6994 declarations.
6995 (Stub_table): New class defintion.
6996 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
6997 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
6998 New method definition.
6999
b569affa
DK
70002009-10-21 Doug Kwan <dougkwan@google.com>
7001
7002 * arm.cc: Update copyright comments.
7003 (Target_arm): New forward class template declaration.
7004 (Arm_address): New type.
7005 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
7006 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
7007 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
7008 constants.
7009 (Insn_template): Same.
7010 (DEF_STUBS): New macro.
7011 (Stub_type): New enum type.
7012 (Stub_template): New class definition.
7013 (Stub): Same.
7014 (Reloc_stub): Same.
7015 (Stub_factory): Same.
7016 (Target_arm::Target_arm): Initialize may_use_blx_ and
7017 should_force_pic_veneer_.
7018 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
7019 Target_arm::should_force_pic_veneer,
7020 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
7021 Target_arm::using_thumb_only, Target_arm:;default_target): New
7022 method defintions.
7023 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
7024 New data member declarations.
7025 (Insn_template::size, Insn_template::alignment): New method defintions.
7026 (Stub_template::Stub_template): New method definition.
7027 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
7028 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
7029 (Stub_factory::Stub_factory): New method definition.
7030 * gold.h (string_hash): New template.
7031 * output.h (Input_section_specifier::hash_value): Use
7032 gold::string_hash.
7033 (Input_section_specifier::string_hash): Remove.
7034 * stringpool.cc (Stringpool_template::string_hash): Use
7035 gold::string_hash.
7036
6c172549
DK
70372009-10-20 Doug Kwan <dougkwan@google.com>
7038
7039 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
7040 symbols of relaxed input sections.
7041 * output.h (Output_section::find_relaxed_input_section): Make
7042 method public.
7043
c5617f2f
DK
70442009-10-16 Doug Kwan <dougkwan@google.com>
7045
7046 * dynobj.cc (Versions::Versions): Initialize version_script_.
7047 Only insert base version symbol definition for a shared object
7048 if version script defines any version versions.
7049 (Versions::define_base_version): New method definition.
7050 (Versions::add_def): Check that base version is not needed.
7051 (Versions::add_need): Define base version lazily.
7052 * dynobj.h (Versions::define_base_version): New method declaration.
7053 (Versions::needs_base_version_): New data member declaration.
7054 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
7055 (check_DATA): Add no_version_test.stdout.
7056 (libno_version_test.so, no_version_test.o no_version_test.stdout):
7057 New make rules.
7058 * testsuite/Makefile.in: Regenerate.
7059 * testsuite/no_version_test.c: New file.
7060 * testsuite/no_version_test.sh: Ditto.
7061
3c12dcdb
DK
70622009-10-16 Doug Kwan <dougkwan@google.com>
7063
7064 * expression.cc (class Segment_start_expression): New class definition.
7065 (Segment_start_expression::value): New method definition.
7066 (script_exp_function_segment_start): Return a new
7067 Segment_start_expression.
7068 * gold/script-c.h (script_saw_segment_start_expression): New function
7069 prototype.
7070 * script-sections.cc (Script_sections::Script_sections): Initialize
7071 SAW_SEGMENT_START_EXPRESSION_ to false.
7072 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
7073 and -Tbbs options to specify section addresses if given in
7074 command line and no SEGMENT_START expression is seen in a script.
7075 * script-sections.h (Script_sections::saw_segment_start_expression,
7076 Script_sections::set_saw_segment_start_expression): New method
7077 definition.
7078 (Script_sections::saw_segment_start_expression_): New data member
7079 declaration.
7080 * script.cc (script_saw_segment_start_expression): New function.
7081 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
7082 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
7083 script_test_7.sh and script_test_8.sh.
7084 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
7085 script_test_8.stdout.
7086 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
7087 (script_test_6, script_test_6.stdout, script_test_7,
7088 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
7089 * Makefile.in: Regenerate.
7090 * testsuite/script_test_6.sh: New file.
7091 * testsuite/script_test_6.t: Same.
7092 * testsuite/script_test_7.sh: Same.
7093 * testsuite/script_test_7.t: Same.
7094 * testsuite/script_test_8.sh: Same.
7095
64b1ae37
DK
70962009-10-16 Doug Kwan <dougkwan@google.com>
7097
7098 * output.cc (Output_segment::set_section_list_address): Cast
7099 expressions to unsigned long long type to avoid format warnings.
7100
661be1e2
ILT
71012009-10-15 Ian Lance Taylor <iant@google.com>
7102
12edd763 7103 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 7104 dot assignment to script_sections_.
12edd763
ILT
7105 * script-sections.cc (Script_sections::add_dot_assignment):
7106 Initialize if necessary.
7107
68b6574b
ILT
7108 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
7109 program headers with no load segment if there is a linker script.
7110
661be1e2
ILT
7111 * layout.cc (Layout::set_segment_offsets): Align the file offset
7112 to the segment aligment for -N or -n with no load segment.
7113 * output.cc (Output_segment::add_output_section): Don't crash if
7114 the first section is a TLS section.
7115 (Output_segment::set_section_list_addresses): Print an error
7116 message if the address moves backward in a linker script.
7117 * script-sections.cc
7118 (Output_section_element_input::set_section_addresses): Don't
7119 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
7120 (Orphan_output_section::set_section_addresses): Likewise.
7121
f15f61a7
DK
71222009-10-15 Doug Kwan <dougkwan@google.com>
7123
7124 * layout.cc (Layout::finish_dynamic_section): Generate tags
7125 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
7126 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
7127 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
7128
82bb573a
ILT
71292009-10-14 Ian Lance Taylor <iant@google.com>
7130
7131 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
7132 fields.
7133 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
7134 data_shdr fields of relinfo.
7135 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
7136 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
7137 R_386_TLS_LDO_32, adjust based on section flags.
7138 (Target_i386::Relocate::fix_up_ldo): Remove.
7139
374ad285
ILT
71402009-10-13 Ian Lance Taylor <iant@google.com>
7141
7142 Add support for -pie.
7143 * options.h (class General_options): Add -pie and
7144 --pic-executable.
7145 (General_options::output_is_position_independent): Test -pie.
7146 (General_options::output_is_executable): Return true if not shared
7147 and not relocatable.
7148 (General_options::output_is_pie): Remove.
7149 * options.cc (General_options::finalize): Reject incompatible uses
7150 of -pie.
7151 * gold.cc (queue_middle_tasks): A -pie link is not static.
7152 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
7153 * symtab.cc (Symbol::final_value_is_known): Return false if
7154 output_is_position_independent.
7155 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
7156 output_is_position_independent.
7157 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
7158 output_is_position_independent.
7159 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
7160 output_is_position_independent.
7161 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
7162 two_file_pie_test.
7163 (basic_pie_test.o, basic_pie_test): New targets.
7164 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
7165 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
7166 (two_file_pie_test): New target.
7167 * testsuite/Makefile.in: Rebuild.
7168 * README: Remove note saying that -pie is not supported.
7169
c6585162
ILT
71702009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7171
7172 * options.h (class General_options): Add -init and -fini.
7173 * layout.cc (Layout::finish_dynamic_section): Emit
7174 given init and fini functions.
7175
032ce4e9
ST
71762009-10-13 Sriraman Tallam <tmsriram@google.com>
7177
7178 * gc.h (gc_process_relocs): Check if icf is enabled using new
7179 function.
7180 * gold.cc (queue_initial_tasks): Likewise.
7181 (queue_middle_tasks): Likewise.
7182 * object.cc (do_layout): Likewise.
7183 * symtab.cc (is_section_folded): Likewise.
7184 * main.cc (main): Likewise.
7185 * reloc.cc (Read_relocs::run): Likewise.
7186 (Sized_relobj::do_scan_relocs): Likewise.
7187 * icf.cc (is_function_ctor_or_dtor): New function.
7188 (Icf::find_identical_sections): Check if function is ctor or dtor when
7189 safe icf is chosen.
7190 * options.h (General_options::icf): Change option to be an enum.
7191 (Icf_status): New enum.
7192 (icf_enabled): New method.
7193 (icf_safe_folding): New method.
7194 (set_icf_status): New method.
7195 (icf_status_): New variable.
7196 * (options.cc) (General_options::finalize): Set icf_status_.
7197 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
7198 icf_test and icf_keep_unique_test to use the --icf enum flag.
7199 * testsuite/icf_safe_test.sh: New file.
e1df38aa 7200 * testsuite/icf_safe_test.cc: New file.
032ce4e9 7201
f345227a
ST
72022009-10-12 Sriraman Tallam <tmsriram@google.com>
7203
7204 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
7205 includes to gc.h and icf.h.
7206 * arm.cc: Include gc.h.
7207 * gold.cc: Likewise.
7208 * i386.cc: Likewise.
7209 * powerpc.cc: Likewise.
7210 * sparc.cc: Likewise.
7211 * x86_64.cc: Likewise.
7212 * gc.h: Include icf.h.
7213
1c7814ed
ILT
72142009-10-11 Ian Lance Taylor <iant@google.com>
7215
7216 * plugin.cc: Include "gold.h" before other header files.
7217
ae3b5189
CD
72182009-10-10 Chris Demetriou <cgd@google.com>
7219
7220 * options.h (Input_file_argument::Input_file_type): New enum.
7221 (Input_file_argument::is_lib_): Replace with...
7222 (Input_file_argument::type_): New member.
7223 (Input_file_argument::Input_file_argument): Take Input_file_type
7224 'type' rather than boolean 'is_lib' as second argument.
7225 (Input_file_argument::is_lib): Use type_.
7226 (Input_file_argument::is_searched_file): New function.
7227 (Input_file_argument::may_need_search): Handle is_searched_file.
7228 * options.cc (General_options::parse_library): Support -l:filename.
7229 (General_options::parse_just_symbols): Update for Input_file_argument
7230 changes.
7231 (Command_line::process): Likewise.
7232 * archive.cc (Archive::get_file_and_offset): Likewise.
7233 * plugin.cc (Plugin_manager::release_input_file): Likewise.
7234 * script.cc (read_script_file, script_add_file): Likewise.
7235 * fileread.cc (Input_file::Input_file): Likewise.
7236 (Input_file::will_search_for): Handle is_searched_file.
7237 (Input_file::open): Likewise.
7238 * readsyms.cc (Read_symbols::get_name): Likewise.
7239 * testsuite/Makefile.am (searched_file_test): New test.
7240 * testsuite/Makefile.in: Regenerate.
7241 * testsuite/searched_file_test.cc: New file.
7242 * testsuite/searched_file_test_lib.cc: New file.
7243
f3048a1d
ILT
72442009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
7245 Ian Lance Taylor <iant@google.com>
7246
7247 * descriptor.cc: Include <cstdio> and "binary-io.h".
7248 (Descriptors::open): Open the files in binary mode always.
7249 * script.cc (Lex::get_token): Treat \r as whitespace.
7250
d4780e57
ILT
72512009-10-09 Ian Lance Taylor <iant@google.com>
7252
7253 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
7254
d9a893b8
ILT
72552009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
7256 Ian Lance Taylor <iant@google.com>
7257
7258 * configure.ac: Check for readv function also.
7259 * fileread.cc (readv): Define if not HAVE_READV.
7260 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
7261 does not exist.
7262 * config.in: Regenerate.
7263 * configure: Regenerate.
7264
c0a62865
DK
72652009-10-09 Doug Kwan <dougkwan@google.com>
7266
7267 * layout.cc (Layout::make_output_section): Call target hook to make
7268 ordinary output section.
7269 (Layout::finalize): Adjust parameter list of call the
7270 Target::may_relax().
7271 * layout.h (class Layout::section_list): New method.
7272 * merge.h (Output_merge_base::entsize): Change visibility to public.
7273 (Output_merge_base::is_string, Output_merge_base::do_is_string):
7274 New methods.
7275 (Output_merge_string::do_is_string): New method.
7276 * object.cc (Sized_relobj::do_setup): renamed from
7277 Sized_relobj::set_up.
7278 * object.h (Sized_relobj::adjust_shndx,
7279 Sized_relobj::initializ_input_to_output_maps,
7280 Sized_relobj::free_input_to_output_maps): Change visibilities to
7281 protected.
7282 (Sized_relobj::setup): Virtualize.
7283 (Sized_relobj::do_setup): New method declaration.
7284 (Sized_relobj::invalidate_section_offset,
7285 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
7286 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
7287 * options.cc (parse_int): New function.
7288 * options.h (parse_int): New declaration.
7289 (DEFINE_int): New macro.
7290 (stub_group_size): New option.
7291 * output.cc (Output_section::Output_section): Initialize memebers
7292 merge_section_map_, merge_section_by_properties_map_,
7293 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
7294 (Output_section::add_input_section): Handled deferred code-fill
7295 generation and remove an old comment.
7296 (Output_section::add_relaxed_input_section): New method definition.
7297 (Output_section::add_merge_input_section): Use merge section by
7298 properties map to speed to search. Update merge section maps
7299 as appropriate.
7300 (Output_section::build_relaxation_map): New method definition.
7301 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
7302 Same.
7303 (Output_section::relax_input_section): Renamed to
7304 Output_section::convert_input_sections_to_relaxed_sections and change
7305 interface to take a vector of pointers to relaxed sections.
7306 (Output_section::find_merge_section,
7307 Output_section::find_relaxed_input_section): New method definitions.
7308 (Output_section::is_input_address_mapped,
7309 Output_section::output_offset, Output_section::output_address):
7310 Use output section data maps to speed up searching.
7311 (Output_section::find_starting_output_address): Add comments.
7312 (Output_section::do_write,
7313 Output_section::write_to_postprocessing_buffer): Do code-fill
7314 generation as appropriate.
7315 (Output_section::get_input_sections): Invalidate relaxed input section
7316 map.
7317 (Output_section::restore_states): Adjust type of checkpoint .
7318 Invalidate relaxed input section map.
7319 * output.h (Output_merge_base): New class declaration.
7320 (Input_section_specifier): New class defintion.
7321 (class Output_relaxed_input_section) Change base class to
7322 Output_section_data_build.
7323 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
7324 base class initializer.
7325 (Output_section::add_relaxed_input_section): New method declaration.
7326 (Output_section::Input_section): Change visibility to protected.
7327 (Output_section::Input_section::relobj,
7328 Output_section::Input_section::shndx): Handle relaxed input sections.
7329 Output_section::input_sections) Change visibility to protected. Also
7330 define overload to return a non-const pointer.
7331 (Output_section::Merge_section_properties): New class defintion.
7332 (Output_section::Merge_section_by_properties_map,
7333 Output_section::Output_section_data_by_input_section_map,
7334 Output_section::Relaxation_map): New types.
7335 (Output_section::relax_input_section): Rename method to
7336 Output_section::convert_input_sections_to_relaxed_sections and change
7337 interface to take a vector of relaxed section pointers.
7338 (Output_section::find_merge_section,
7339 Output_section::find_relaxed_input_section,
7340 Output_section::build_relaxation_map,
7341 Output_section::convert_input_sections_in_list_to_relaxed_sections):
7342 New method declarations.
7343 (Output_section::merge_section_map_
7344 Output_section::merge_section_by_properties_map_,
7345 Output_section::relaxed_input_section_map_,
7346 Output_section::is_relaxed_input_section_map_valid_,
7347 Output_section::generate_code_fills_at_write_): New data members.
7348 * script-sections.cc
7349 (Output_section_element_input::set_section_addresses): Call
7350 current_data_size and addralign methods of relaxed input sections.
7351 (Orphan_output_section::set_section_addresses): Call current_data_size
7352 and addralign methods of relaxed input sections.
7353 * symtab.cc (Symbol_table::compute_final_value): Extract template
7354 from the body of Symbol_table::sized_finalize_symbol.
7355 (Symbol_table::sized_finalized_symbol): Call
7356 Symbol_table::compute_final_value.
7357 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
7358 (Symbol_table::compute_final_value): New templated method declaration.
7359 * target.cc (Target::do_make_output_section): New method defintion.
7360 * target.h (Target::make_output_section): New method declaration.
7361 (Target::relax): Add more parameters for input objects, symbol table
7362 and layout. Adjust call to do_relax.
7363 (Target::do_make_output_section): New method declaration.
7364 (Target::do_relax): Add parameters for input objects, symbol table
7365 and layout.
7366
d446d6c4
ILT
73672009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
7368
7369 * pread.c: Include stdio.h.
7370
bc06c745
ILT
73712009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
7372
7373 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
7374 defined.
7375
75aea3d0
ILT
73762009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
7377
7378 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
7379 Change read_shndx type to unsigned int.
7380 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
7381 int.
7382 (Sized_dwarf_line_info::read_line_mappings): Likewise.
7383 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
7384 Change read_shndx type to unsigned int.
7385 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
7386 int.
7387 (Sized_dwarf_line_info::read_line_mappings): Likewise.
7388 * layout.cc (Layout::create_symtab_sections): Cast the result of
7389 local_symcount * symsize to off_t in the gold_assert.
7390
be8fcb75
ILT
73912009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7392
7393 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
7394 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
7395 R_ARM_BASE_ABS.
7396 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
7397 (Arm_relocate_functions::thm_abs5): New function.
7398 (Arm_relocate_functions::abs12): New function.
7399 (Arm_relocate_functions::abs16): New function.
7400 (Arm_relocate_functions::base_abs): New function.
7401 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
7402 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
7403 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
7404 R_ARM_BASE_ABS.
7405 (Scan::global): Likewise.
7406 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
7407 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
7408 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
7409 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
7410 R_ARM_BASE_ABS.
7411
c2a122b6
ILT
74122009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7413
7414 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
7415 (Arm_relocate_functions::movt_prel): New function.
7416 (Arm_relocate_functions::thm_movw_prel_nc): New function.
7417 (Arm_relocate_functions::thm_movt_prel): New function.
7418 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
7419 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
7420 (Scan::global, Relocate::relocate): Likewise.
7421 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
7422
c4aa1e2d
ILT
74232009-10-09 Mikolaj Zalewski <mikolajz@google.com>
7424
7425 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
7426 Incremental_checker.
7427 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
7428 unsigned int.
7429 (class Incremental_inputs_header): New class.
7430 (Incremental_inputs_header_writer): Edit comment.
7431 (Incremental_inputs_entry): New class.
7432 (Incremental_inputs_entry_writer): Edit comment.
7433 (Sized_incremental_binary::do_find_incremental_inputs_section):
7434 Add *strtab_shndx parameter, fill it.
7435 (Sized_incremental_binary::do_check_inputs): New method.
7436 (Incremental_checker::can_incrementally_link_output_file): Use
7437 Sized_incremental_binary::check_inputs.
7438 (Incremental_inputs::report_command_line): Save command line in
7439 command_line_.
7440 * incremental.h:
7441 (Incremental_binary::find_incremental_inputs_section): New
7442 method.
7443 (Incremental_binary::do_find_incremental_inputs_section): Add
7444 strtab_shndx parameter.
7445 (Incremental_binary::do_check_inputs): New pure virtual method.
7446 (Sized_incremental_binary::do_check_inputs): Declare.
7447 (Incremental_checker::Incremental_checker): Add incremental_inputs
7448 parameter, use it to initialize incremental_inputs_.
7449 (Incremental_checker::incremental_inputs_): New field.
7450 (Incremental_checker::command_line): New method.
7451 (Incremental_checker::inputs): New method.
7452 (Incremental_checker::command_line_): New field.
7453
c549a694
ILT
74542009-10-09 Mikolaj Zalewski <mikolajz@google.com>
7455
7456 * incremental.cc: Include <cstdarg> and "target-select.h".
7457 (vexplain_no_incremental): New function.
7458 (explain_no_incremental): New function.
7459 (Incremental_binary::error): New method.
7460 (Sized_incremental_binary::do_find_incremental_inputs_section): New
7461 method.
7462 (make_sized_incremental_binary): New function.
7463 (open_incremental_binary): New function.
7464 (can_incrementally_link_file): Add checks if output is ELF and has
7465 inputs section.
7466 * incremental.h: Include "elfcpp_file.h" and "output.h".
7467 (Incremental_binary): New class.
7468 (Sized_incremental_binary): New class.
7469 (open_incremental_binary): Declare.
7470 * object.cc (is_elf_object): Use
7471 elfcpp::Elf_recognizer::is_elf_file.
7472 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
7473 * output.h (Output_file::filesize): New method.
7474
fd3c5f0b
ILT
74752009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7476
7477 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
7478 New function.
7479 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
7480 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
7481 function.
7482 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
7483 function.
7484 (Arm_relocate_functions::movw_abs_nc): New function.
7485 (Arm_relocate_functions::movt_abs): New function.
7486 (Arm_relocate_functions::thm_movw_abs_nc): New function.
7487 (Arm_relocate_functions::thm_movt_abs): New function.
7488 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
7489 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
7490 (Scan::global): Likewise.
7491 (Relocate::relocate): Likewise.
7492 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
7493
7f5309a5
ILT
74942009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7495
7496 * arm.cc (Arm_relocate_functions::got_prel) New function.
7497 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
7498 (Relocate::relocate): Likewise.
7499 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
7500
364c7fa5
ILT
75012009-10-06 Ian Lance Taylor <iant@google.com>
7502
7503 * options.h (class General_options): Define
7504 split_stack_adjust_size parameter.
7505 * object.h (class Object): Add uses_split_stack_ and
7506 has_no_split_stack_ fields. Add uses_split_stack and
7507 has_no_split_stack accessor functions. Declare
7508 handle_split_stack_section.
7509 (class Reloc_symbol_changes): Define.
7510 (class Sized_relobj): Define Function_offsets. Declare
7511 split_stack_adjust, split_stack_adjust_reltype, and
7512 find_functions.
7513 * object.cc (Object::handle_split_stack_section): New function.
7514 (Sized_relobj::do_layout): Call handle_split_stack_section.
7515 * dynobj.cc (Sized_dynobj::do_layout): Call
7516 handle_split_stack_section.
7517 * reloc.cc (Sized_relobj::relocate_sections): Call
7518 split_stack_adjust for executable sections in split_stack
7519 objects. Pass reloc_map to relocate_section.
7520 (Sized_relobj::split_stack_adjust): New function.
7521 (Sized_relobj::split_stack_adjust_reltype): New function.
7522 (Sized_relobj::find_functions): New function.
7523 * target-reloc.h: Include "object.h".
7524 (relocate_section): Add reloc_symbol_changes parameter. Change
7525 all callers.
7526 * target.h (class Target): Add calls_non_split method. Declare
7527 do_calls_non_split virtual method. Declare match_view and
7528 set_view_to_nop.
7529 * target.cc: Include "elfcpp.h".
7530 (Target::do_calls_non_split): New function.
7531 (Target::match_view): New function.
7532 (Target::set_view_to_nop): New function.
7533 * gold.cc (queue_middle_tasks): Give an error if mixing
7534 split-stack and non-split-stack objects with -r.
7535 * i386.cc (Target_i386::relocate_section): Add
7536 reloc_symbol_changes parameter.
7537 (Target_i386::do_calls_non_split): New function.
7538 * x86_64.cc (Target_x86_64::relocate_section): Add
7539 reloc_symbol_changes parameter.
7540 (Target_x86_64::do_calls_non_split): New function.
7541 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
7542 parameter.
7543 * powerpc.cc (Target_powerpc::relocate_section): Add
7544 reloc_symbol_changes parameter.
7545 * sparc.cc (Target_sparc::relocate_section): Add
7546 reloc_symbol_changes parameter.
7547 * configure.ac: Call AM_CONDITIONAL for the default target.
7548 * configure: Rebuild.
7549 * testsuite/Makefile.am (TEST_AS): New variable.
7550 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
7551 (check_DATA): Add split_i386 and split_x86_64 files.
7552 (SPLIT_DEFSYMS): Define.
7553 (split_i386_[1234n].o): New targets.
7554 (split_i386_[124]): New targets.
7555 (split_i386_[1234r].stdout): New targets.
7556 (split_x86_64_[1234n].o): New targets.
7557 (split_x86_64_[124]): New targets.
7558 (split_x86_64_[1234r].stdout): New targets.
7559 (MOSTLYCLEANFILES): Add new executables.
7560 * testsuite/split_i386.sh: New file.
7561 * testsuite/split_x86_64.sh: New file.
7562 * testsuite/split_i386_1.s: New file.
7563 * testsuite/split_i386_2.s: New file.
7564 * testsuite/split_i386_3.s: New file.
7565 * testsuite/split_i386_4.s: New file.
7566 * testsuite/split_i386_n.s: New file.
7567 * testsuite/split_x86_64_1.s: New file.
7568 * testsuite/split_x86_64_2.s: New file.
7569 * testsuite/split_x86_64_3.s: New file.
7570 * testsuite/split_x86_64_4.s: New file.
7571 * testsuite/split_x86_64_n.s: New file.
7572 * testsuite/testfile.cc (Target_test): Update relocation_section
7573 function.
7574 * testsuite/Makefile.in: Rebuild.
7575
e8a9fcda
ILT
75762009-10-06 Ian Lance Taylor <iant@google.com>
7577
7578 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
7579 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
7580 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
7581 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
7582 the address on ldo_addrs_.
7583 (Target_i386::Relocate::fix_up_ldo): New function.
7584
e99daf92
ILT
75852009-10-06 Rafael Espindola <espindola@google.com>
7586
7587 * plugin.cc (add_input_library): New.
7588 (Plugin::load): Add add_input_library to tv.
7589 (Plugin_manager::add_input_file): Add the is_lib argument.
7590 (add_input_file): Update call to Plugin_manager::add_input_file.
7591 (add_input_library): New.
7592 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
7593
966d4097
DK
75942009-09-30 Doug Kwan <dougkwan@google.com>
7595
7596 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
7597 symbol and call Symbol::may_need_copy_reloc to determine if
7598 a copy reloc is needed.
7599 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
7600 nocopyreloc is given in command line.
7601 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
7602 given in command line.
7603 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
7604 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
7605 of the removed Target_i386::may_need_copy_reloc.
7606 * options.h (copyreloc): New option with default value false.
7607 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
7608 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
7609 instead of the removed Target_powerpc::may_need_copy_reloc.
7610 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
7611 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
7612 instead of the removed Target_sparc::may_need_copy_reloc.
7613 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
7614 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
7615 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
7616 instead of the removed Target_x86_64::may_need_copy_reloc.
7617
029ba973
ILT
76182009-09-30 Ian Lance Taylor <iant@google.com>
7619
7620 * object.h (class Object): Remove target_ field, and target,
7621 sized_target, and set_target methods.
7622 (Object::sized_target): Remove.
7623 (class Sized_relobj): Update declarations. Remove sized_target.
7624 * object.cc (Sized_relobj::setup): Remove target parameter.
7625 Change all callers.
7626 (Input_objects::add_object): Don't do anything with the target.
7627 (make_elf_sized_object): Add punconfigured parameter. Change all
7628 callers. Set or test parameter target.
7629 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
7630 Change all callers.
7631 * parameters.cc (Parameters::set_target): Change parameter type to
7632 be non-const.
7633 (Parameters::default_target): Remove.
7634 (set_parameters_target): Change parameter type to be non-const.
7635 (parameters_force_valid_target): New function.
7636 (parameters_clear_target): New function.
7637 * parameters.h (class Parameters): Update declarations. Remove
7638 default_target method. Add sized_target and clear_target
7639 methods. Change target_ to be non-const.
7640 (set_parameters_target): Update declaration.
7641 (parameters_force_valid_target): Declare.
7642 (parameters_clear_target): Declare.
7643 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
7644 as NULL if we aren't searching.
7645 (Add_symbols::run): Don't check for compatible target.
7646 * fileread.cc (Input_file::open_binary): Call
7647 parameters_force_valid_target.
7648 * gold.cc (queue_middle_tasks): Likewise.
7649 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
7650 set_target on object.
7651 * dynobj.h (class Sized_dynobj): Update declarations.
7652 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
7653 make_elf_object returns NULL.
7654 (Archive::include_member): Don't check whether object target is
7655 compatible.
7656 * output.cc (Output_section::add_input_section): Get target from
7657 parameters.
7658 (Output_section::relax_input_section): Likewise.
7659 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
7660 parameters.
7661 (Sized_relobj::do_scan_relocs): Likewise.
7662 (Sized_relobj::relocate_sections): Likewise.
7663 * resolve.cc (Symbol_table::resolve): Likewise.
7664 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
7665 parameter. Change all callers.
7666 (Symbol_table::add_from_object): Get target from parameters.
7667 (Symbol_table::add_from_relobj): Don't check object target.
7668 (Symbol_table::add_from_dynobj): Likewise.
7669 (Symbol_table::define_special_symbol): Get target from
7670 parameters.
7671 * symtab.h (class Symbol_table): Update declaration.
7672 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
7673 parameter. Change all callers. Clear parameter target.
7674 (Binary_test): Test target here.
7675 * testsuite/object_unittest.cc (gold_testsuite): Remove
7676 target_test_pointer parameter. Change all callers.
7677 (Object_test): Test target here.
7678
a6a22b83
ILT
76792009-09-26 Ian Lance Taylor <iant@google.com>
7680
7681 * testsuite/initpri1.c: Don't try to use constructor priorities if
7682 compiling with gcc before 4.3.
7683
6a8f49fe
ILT
76842009-09-22 Mikolaj Zalewski <mikolajz@google.com>
7685
7686 * testsuite/retain_symbols_file_test.sh (check_present): Change
7687 output file name to retain_symbols_file_test.stdout.
7688 (check_absent): Likewise.
7689
8c604651
CS
76902009-09-18 Craig Silverstein <csilvers@google.com>
7691
7692 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
7693 * options.cc: Include <cerrno> and <fstream>.
7694 (General_options::finalize): Parse -retain-symbols-file tag.
7695 * options.h: New flag.
7696 (General_options): New method should_retain_symbol, new
7697 variable symbols_to_retain.
7698 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
7699 should_retain_symbol map.
7700 * testsuite/Makefile.am (retain_symbols_file_test): New test.
7701 * testsuite/Makefile.in: Regenerate.
7702 * testsuite/retain_symbols_file_test.sh: New file.
7703
ca58b19f
NC
77042009-09-18 Nick Clifton <nickc@redhat.com>
7705
7706 * po/es.po: Updated Spanish translation.
7707
20e6d0d6
DK
77082009-09-17 Doug Kwan <dougkwan@google.com>
7709
7710 * debug.h (DEBUG_RELAXATION): New constant.
7711 (DEBUG_ALL): Add DEBUG_RELAXATION.
7712 (debug_string_to_enum): Add relaxation debug option.
7713 * layout.cc
7714 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
7715 Layout::Relaxation_debug_check::read_sections,
7716 Layout::Relaxation_debug_check::read_sections): New method definitions.
7717 (Layout::Layout): Initialize data members
7718 record_output_section_data_from_scrips_,
7719 script_output_section_data_list_ and relaxation_debug_check_.
7720 (Layout::save_segments, Layout::restore_segments,
7721 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
7722 Layout::relaxation_loop_body): New method definitions.
7723 (Layout::finalize): Support relaxation. Move section layout code to
7724 Layout::relaxation_loop_body.
7725 (Layout::set_asection_address_from_script): Move code for orphan
7726 section placement out.
7727 (Layout::place_orphan_sections_in_script): New method definition.
7728 * layout.h (Output_segment_headers, Output_file_header):
7729 New forward class declarations.
7730 (Layout::~Layout): Define.
7731 (Layout::new_output_section_data_from_script): New method definition.
7732 (Layout::place_orphan_sections_in_script): New method declaration.
7733 (Layout::Segment_states): New type declaration.
7734 (Layout::save_segments, Layout::restore_segments,
7735 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
7736 Layout::relaxation_loop_body): New method declarations.
7737 (Layout::Output_section_data_list): New type declaration.
7738 (Layout::Relaxation_debug_check): New class definition.
7739 (Layout::record_output_section_data_from_script_,
7740 Layout::script_output_section_data_list_, Layout::segment_states_,
7741 Layout::relaxation_debug_check_): New data members.
7742 * output.cc: (Output_section_headers::do_size): New method definition.
7743 (Output_section_headers::Output_section_headers): Move size
7744 computation to Output_section_headers::do_size.
7745 (Output_segment_headers::do_size): New method definition.
e1df38aa 7746 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
7747 Output_file_header::do_size and call it.
7748 (Output_file_header::do_size): New method definition.
7749 (Output_data_group::Output_data_group): Adjust call to
7750 Output_section_data.
7751 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
7752 (Output_symtab_xindex::do_write): Add array bound check.
7753 (Output_section::Input_section::print_to_mapfile): Handle
7754 RELAXED_INPUT_SECTION_CODE.
7755 (Output_section::Output_section): Initialize data member checkpoint_.
7756 (Output_section::~Output_section): Delete checkpoint object pointed
7757 by checkpoint_.
7758 (Output_section::add_input_section): Always add an Input_section if
7759 relaxing.
7760 (Output_section::add_merge_input_section): Add assert.
7761 (Output_section::relax_input_section): New method definition.
7762 (Output_section::set_final_data_size): Set load address to zero for
7763 an unallocated section.
7764 (Output_section::do_address_and_file_offset_have_reset_values):
7765 New method definition.
7766 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
7767 Handle relaxed input section.
7768 (Output_section::sort_attached_input_sections): Checkpoint input
7769 section list lazily.
7770 (Output_section::get_input_sections): Change type of input_sections to
7771 list of Simple_input_section pointers. Checkpoint input section list
7772 lazily. Also handle relaxed input sections.
7773 (Output_section::add_input_section_for_script): Take a reference to
7774 a Simple_input_section object instead of Relobj pointer and section
7775 index as parameter. Handle relaxed input sections.
7776 (Output_section::save_states, Output_section::restore_states): New
7777 method definitions.
7778 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
7779 (Output_data::is_data_size_fixed): New method definition.
7780 (Output_data::reset_addresss_and_file_offset): Do not reset data size
7781 if it is fixed.
7782 (Output_data::address_and_file_offset_have_reset_values): New method
7783 definition.
7784 (Output_data::do_address_and_file_offset_have_reset_values): New method
7785 definition.
7786 (Output_data::set_data_size): Check that data size is not fixed.
7787 (Output_data::fix_data_size): New method definition.
7788 (Output_data::is_data_size_fixed_): New data member.
7789 (Output_section_headers::set_final_data_size): New method definition.
7790 (Output_section_headers::do_size): New method declaration.
7791 (Output_segment_headers::set_final_data_size): New method definition.
7792 (Output_segment_headers::do_size): New method declaration.
7793 (Output_file_header::set_final_data_size)::New method definition.
7794 (Output_file_header::do_size)::New method declaration.
7795 (Output_section_data::Output_section_data): Add new parameter
7796 is_data_size_fixed and use it to fix data size.
7797 (Output_data_const::Output_data_const): Adjust call to base class
7798 constructor and fix data size.
7799 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
7800 base class constructor and fix data size.
7801 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
7802 base class constructor and fix data size.
7803 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
7804 class constructor and fix data size.
7805 (Output_data_group::set_final_data_size): New method definition.
7806 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
7807 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
7808 class constructor and fix data size.
7809 (Output_relaxed_input_section): New class definition.
7810 (Output_section::Simple_input_section): New class definition.
7811 (Output_section::get_input_sections): Adjust parameter list.
7812 (Output_section::add_input_section_for_script): Same.
7813 (Output_section::save_states, Output_section::restore_states,
7814 Output_section::do_address_and_file_offset_have_reset_values,
7815 (Output_section::Input_section::Input_section): Handle
7816 RELAXED_INPUT_SECTION_CODE. Add new overload for
7817 Output_relaxed_input_section.
7818 (Output_section::Input_section::is_input_section,
7819 Output_section::Input_section::set_output_section): Handle relaxed
7820 input section.
7821 (Output_section::Input_section::is_relaxed_input_section,
7822 Output_section::Input_section::output_section_data,
7823 Output_section::Input_section::relaxed_input_section): New method
7824 definitions.
7825 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
7826 value.
7827 (Output_section::Input_section::u1_): Update comments.
7828 (Output_section::Input_section::u2_): Add new union member poris.
7829 (Output_section::Checkpoint_output_section): New classs definition.
7830 (Output_section::relax_input_section): New method declaration.
7831 (Output_section::checkpoint_): New data member.
7832 (Output_segment): Update comments.
7833 (Output_segment::Output_segment): Un-privatize copy constructor.
7834 (Output_segment::operator=): Un-privatize.
7835 * script-sections.cc (Output_section_element::Input_section_list):
7836 Change element type to Output_section::Simple_input_section.
7837 (Output_section_element_dot_assignment::set_section_addresses):
7838 Register output section data for relaxation clean up.
7839 (Output_data_exression::Output_data_expression): Adjust call to base
7840 constructor to fix data size.
7841 (Output_section_element_data::set_section_addresses): Register
7842 Output_data_expression object for relaxation clean up.
7843 (struct Input_section_info): Replace Relobj pointer and section index
7844 pair with Output_section::Simple_input_section and Convert struct to a
7845 class.
7846 (Input_section_sorter::operator()): Adjust access to
e1df38aa 7847 Input_section_info data member to use accessors.
20e6d0d6
DK
7848 (Output_section_element_input::set_section_addresses): Use layout
7849 parameter. Adjust code to use Output_section::Simple_input_section
7850 and Input_secction_info classes. Register filler for relaxation
7851 clean up.
7852 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
7853 and section index pair with Output_section::Simple_input_section
7854 class. Adjust code accordingly.
7855 (Phdrs_element::release_segment): New method definition.
7856 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
7857 segment list.
7858 (Script_sections::release_segments): New method definition.
7859 * gold/script-sections.h (Script_sections::release_segments): New
7860 method declaration.
7861 * gold/target.h (Target::may_relax, Target::relax,
7862 Target::do_may_relax, Target::do_relax): New method definitions.
7863
5e445df6
ILT
78642009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7865
7866 * arm.cc (has_signed_unsigned_overflow): New function.
7867 (Arm_relocate_functions::abs8): New function.
7868 (Target_arm::Scan::local): Handle R_ARM_ABS8.
7869 (Target_arm::Scan::global): Likewise.
7870 (Target_arm::relocate::relocate): Likewise.
7871 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
7872 Likewise.
7873
8c604651 78742009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
7875
7876 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
7877 * testsuite/Makefile.in: Regenerate.
7878
1e9cc1c2
NC
78792009-09-11 Nick Clifton <nickc@redhat.com>
7880
7881 * po/gold.pot: Updated by the Translation project.
7882
6a89f575
CC
78832009-09-08 Cary Coutant <ccoutant@google.com>
7884
7885 * output.cc (Output_file::open): Add execute permission to empty file.
7886 * testsuite/Makefile.am (permission_test): New test.
7887 * testsuite/Makefile.in: Regenerate.
7888
fdcac5af
ILT
78892009-09-02 Ian Lance Taylor <iant@google.com>
7890
7891 * output.cc (Output_file::resize): Call map_no_anonymous rather
7892 than map.
7893
44453f85
ILT
78942009-09-01 Mikolaj Zalewski <mikolajz@google.com>
7895
7896 * gold.cc: Include "incremental.h".
7897 (queue_initial_tasks): Call Incremental_checker methods.
7898 * incremental.cc: Include "output.h".
7899 (Incremental_checker::can_incrementally_link_output_file): New
7900 method.
7901 * incremental.h (Incremental_checker): New class.
7902
7903 * output.cc (Output_file::open_for_modification): New method.
7904 (Output_file::map_anonymous): Changed return type to bool. Record
7905 map in base_ field.
7906 (Output_file::map_no_anonymous): New method, broken out of map.
7907 (Output_file::map): Use map_no_anonymous and map_anonymous.
7908 * output.h (class Output_file): Update declarations.
7909
293c1386
CC
79102009-08-24 Cary Coutant <ccoutant@google.com>
7911
7912 * options.h (Command_line::Pre_options): New class.
7913 (Command_line::pre_options): New member.
7914 * options.cc (gold::options::ready_to_register): New variable.
7915 (One_option::register_option): Do nothing if not registering options.
7916 Assert if same short option registered twice.
7917 (General_options::General_options): Turn off option registration when
7918 done constructing.
7919 (Command_line::Pre_options::Pre_options): New constructor.
7920
f773f3d2
CC
79212009-08-24 Cary Coutant <ccoutant@google.com>
7922
06a73cfe
CC
7923 * options.h (General_options::no_keep_memory): Remove incorrect
7924 short option.
f773f3d2 7925
a15af8e2
RW
79262009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7927
7928 * Makefile.am (am__skiplex, am__skipyacc): New.
7929 * Makefile.in: Regenerate.
7930
c462b41b
RW
79312009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7932
14ec8efd
RW
7933 * Makefile.am (AM_CPPFLAGS): Renamed from ...
7934 (INCLUDES): ... this.
7935 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
7936 (AM_CPPFLAGS): Renamed from ...
7937 (INCLUDE): ... this.
7938 * Makefile.in, testsuite/Makefile.in: Regenerate.
7939
81ecdfbb
RW
7940 * Makefile.in: Regenerate.
7941 * aclocal.m4: Likewise.
7942 * config.in: Likewise.
7943 * configure: Likewise.
7944 * testsuite/Makefile.in: Likewise.
7945
c462b41b
RW
7946 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
7947 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
7948 * Makefile.in: Regenerate.
7949 * testsuite/Makefile.in: Regenerate.
7950
2da73f13
CC
79512009-08-19 Cary Coutant <ccoutant@google.com>
7952
7953 * resolve.cc (Symbol_table::resolve): Don't complain about defined
7954 symbols in shared libraries overridden by hidden or internal symbols
7955 in the main program.
7956
2db70501
CD
79572009-08-19 Chris Demetriou <cgd@google.com>
7958
7959 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
7960 checking source file names in error messages.
7961
f733487b
DK
79622009-08-18 Doug Kwan <dougkwan@google.com>
7963
7964 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
7965 an elcpp::Ehdr as parameter. Adjust call to set_target.
7966 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
7967 an elfcpp::Ehdr as parameter.
7968 * object.cc (Object::set_target): Remove the version that looks up
7969 a target and sets it.
7970 (Sized_relobj::setup): Take a Target object instead of
7971 an elfcpp::Ehdr as parameter. Adjust call to set_target.
7972 (make_elf_sized_object): Find target and ask target to
7973 make an ELF object.
7974 * object.h: (Object::set_target): Remove the version that looks up
7975 a target and sets it.
7976 (Sized_relobj::setup): Take a Target object instead of
7977 an elfcpp:Ehdr as parameter.
7978 * target.cc: Include dynobj.h.
7979 (Target::do_make_elf_object_implementation): New.
7980 (Target::do_make_elf_object): New.
7981 * target.h (Target::make_elf_object): New template declaration.
7982 (Target::do_make_elf_object): New method declarations.
7983 (Target::do_make_elf_object_implementation): New template declaration.
7984
cc70f101
ILT
79852009-08-14 Ian Lance Taylor <iant@google.com>
7986
7987 * gold.h (FUNCTION_NAME): Define.
7988 (gold_unreachable): Use FUNCTION_NAME.
7989
ef5e0cb1
ST
79902009-08-12 Sriraman Tallam <tmsriram@google.com>
7991
7992 * icf.cc (Icf::find_identical_sections): Issue a warning when a
7993 symbol in the --keep-unique list is not found.
7994
48c187ce
ST
79952009-08-12 Sriraman Tallam <tmsriram@google.com>
7996
7997 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
7998 been maked as --keep-unique.
7999 (Icf::unfold_section): New function.
8000 * icf.h (Icf::unfold_section): New function.
8001 * options.h (General_options::keep_unique): New option.
8002 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
8003 * testsuite/Makefile.in: Regenerate.
8004 * testsuite/icf_keep_unique_test.sh: New file.
8005 * testsuite/icf_keep_unique_test.cc: New file.
8006
645afe0c
CC
80072009-08-12 Cary Coutant <ccoutant@google.com>
8008
8009 PR 10471
8010 * resolve.cc (Symbol_table::resolve): Check for references from
8011 dynamic objects to hidden and internal symbols.
8012 * testsuite/Makefile.am (hidden_test.sh): New test.
8013 * testsuite/Makefile.in: Regenerate.
8014 * testsuite/hidden_test.sh: New script.
8015 * testsuite/hidden_test_1.c: New test source.
8016 * testsuite/hidden_test_main.c: New test source.
8017
11af873f
DK
80182009-08-11 Doug Kwan <dougkwan@google.com>
8019
8020 * arm.cc: Update comments.
8021 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
8022 segment to locate the .ARM.exidx section if present.
8023
b9f7d72d
DK
80242009-08-09 Doug Kwan <dougkwan@google.com>
8025
8026 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
8027 patch.
8028
ddd3c53c
ST
80292009-08-07 Sriraman Tallam <tmsriram@google.com>
8030 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
8031 compiler warnings.
8032
27721062
ST
80332009-08-06 Sriraman Tallam <tmsriram@google.com>
8034
8035 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
8036 valid tls_segment only for non-debug-section relocations.
8037 * testsuite/Makefile.am: Add gc_tls_test.
8038 * testsuite/Makefile.in: Regenerate.
8039 * testsuite/gc_tls_test.cc: New file.
8040 * testsuite/gc_tls_test.sh: New file.
8041
ef15dade 80422009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 8043
ef15dade
ST
8044 * icf.cc: New file.
8045 * icf.h: New file.
8046 * Makefile.am (CCFILES): Add icf.cc.
8047 (HFILES): Add icf.h
8048 * Makefile.in: Regenerate.
8049 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
8050 * gc.h (gc_process_relocs): Populate lists used by icf to contain
8051 section, symbol and addend information for the relocs.
8052 * gold.cc (queue_middle_tasks): Call identical code folding.
8053 * gold.h: Add defines for multimap.
8054 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
8055 to the call of finalize_local_symbols.
8056 * main.cc (main): Create object of class Icf.
8057 * object.cc (Sized_relobj::do_layout): Allow this function to be
8058 called twice during icf.
8059 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
8060 to sections marked as identical by icf.
8061 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
8062 when available.
8063 (Sized_relobj::do_section_entsize): New function.
8064 * object.h (Object::section_entsize): New function.
8065 (Object::do_section_entsize): New pure virtual function.
8066 (Relobj::finalize_local_symbols): Add new parameter.
8067 (Relobj::do_section_entsize): New function.
8068 * options.h (General_options::icf): New option.
8069 (General_options::icf_iterations): New option.
8070 (General_options::print_icf_sections): New option.
8071 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
8072 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
8073 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
8074 icf.
8075 * symtab.cc (Symbol_table::is_section_folded): New function.
8076 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
8077 to sections marked as identical by icf.
8078 * symtab.h (Symbol_table::set_icf): New function.
8079 (Symbol_table::icf): New function.
8080 (Symbol_table::is_section_folded): New function.
8081 (Symbol_table::icf_): New data member.
8082 * target-reloc.h (relocate_section): Ignore sections folded by icf.
8083 * testsuite/Makefile.am: Add commands to build icf_test.
8084 * testsuite/Makefile.in: Regenerate.
8085 * testsuite/icf_test.sh: New file.
8086 * testsuite/icf_test.cc: New file.
8087
c3b65ac4
CD
80882009-07-24 Chris Demetriou <cgd@google.com>
8089
8090 * layout.cc (is_compressible_debug_section): Fix incorrect
8091 comment about compressed section names.
8092
1caf2c51
ILT
80932009-07-20 Ian Lance Taylor <ian@airs.com>
8094
8095 PR 10419
8096 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
8097
1ef4d87f
ILT
80982009-07-16 Ian Lance Taylor <iant@google.com>
8099
8100 PR 10400
8101 * layout.h: #include <map>.
8102 (class Kept_section): Change from struct to class. Add accessors
8103 and setters. Add section size to Comdat_group mapping. Change
8104 Comdat_group to std::map. Add is_comdat_ field. Add
8105 linkonce_size field in union.
8106 (class Layout): Update declaration of find_or_add_kept_section.
8107 Don't declare find_kept_object.
8108 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
8109 parameter. Add object, shndx, is_comdat, and is_group_name
8110 parameters. Change all callers. Adjust for new Kept_section.
8111 (Layout::find_kept_object): Remove.
8112 * object.cc (Sized_relobj::include_section_group): Update use of
8113 Kept_section. Rename secnum to shndx. Only record
8114 Kept_comdat_section if sections are the same size.
8115 (Sized_relobj::include_linkonce_section): Update use of
8116 Kept_section. Only record Kept_comdat_section if sections are the
8117 same size. Set size of linkonce section.
8118 (Sized_relobj::map_to_kept_section): Update call to
8119 get_kept_comdat_section.
8120 * object.h (class Sized_relobj): Rename fields in
8121 Kept_comdat_section to drop trailing underscores; change object
8122 field to Relobj*. Change Kept_comdat_section_table to store
8123 struct rather than pointer.
8124 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
8125 Add kept_object and kept_shndx parameters. Change all callers.
8126 (Sized_relobj::get_kept_comdat_section): Change return type to
8127 bool. Add kept_object and kept_shndx parameters. Change all
8128 callers.
8129 * plugin.cc (Pluginobj::include_comdat_group): Update call to
8130 Layout::find_or_add_kept_section.
8131
37c3b7b0
ILT
81322009-07-09 Ian Lance Taylor <iant@google.com>
8133
8134 * merge.cc (Object_merge_map::initialize_input_to_output_map):
8135 Reserve space in the hash table.
8136
98fa85cb
ILT
81372009-07-06 Mikolaj Zalewski <mikolajz@google.com>
8138
8139 * fileread.cc (File_read::get_mtime): New method.
8140 * fileread.h (Timespec): New structure.
8141 (File_read::get_mtime): New method.
8142 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
8143 Renamed from timestamp_nsec.
8144 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
8145 Elf_Xword.
e1df38aa 8146 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 8147 timestamp_nsec.
e1df38aa 8148 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
8149 (Incremental_inputs::report_obejct): Save mtime; style fix.
8150 (Incremental_inputs::report_script): Save mtime; style fix.
8151 (Incremental_inputs::finalize_inputs): Style fix.
8152 (Incremental_inputs::finalize): Style fix.
8153 (Incremental_inputs::create_input_section_data): Store inputs
8154 mtime.
8155 * incremental.h (Incremental_inputs::report_script): Add mtime
8156 argument.
8157 (Incremental_inputs::Input_info::Input_info): Intialize only one
8158 union member.
8159 (Incremental_inputs::Input_info::archive): Move to nameless
8160 union.
8161 (Incremental_inputs::Input_info::obejct): Move to nameless union.
8162 (Incremental_inputs::Input_info::script): Move to nameless union.
8163 (Incremental_inputs::mtime): New field.
8164 * script.cc (read_input_script): Pass file mtime to
8165 Incremental_input.
8166 * script.h (Script_info::inputs): Style fix.
8167
c9d70757
ILT
81682009-07-01 Ian Lance Taylor <ian@airs.com>
8169
8170 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
8171 instead of 32.
8172
9c547ec3
ILT
81732009-06-24 Ian Lance Taylor <iant@google.com>
8174
8175 PR 10156
8176 * layout.cc (Layout::choose_output_section): If we find an
8177 existing section, update the flags.
8178 (Layout::create_notes): New function, broken out of
8179 Layout::finalize.
8180 (Layout::finalize): Don't create note sections.
8181 (Layout::create_note): Don't crash if linker script discards
8182 section.
8183 (Layout::create_gold_note): Likewise.
8184 (Layout::create_build_id): Likewise. Don't set
8185 after_input_sections on the section.
8186 (Layout::create_executable_stack_info): Remove target parameter.
8187 Change caller.
8188 * layout.h (class Layout): Declare create_notes. Update
8189 declaration of create_executable_stack_info.
8190 * gold.cc (queue_middle_tasks): Call create_notes.
8191 * output.cc (Output_section::update_flags_for_input_section): Move
8192 here from output.h. If SHF_ALLOC flag is newly set, mark address
8193 invalid.
8194 * output.h (Output_data::mark_address_invalid): New function.
8195 (class Output_section): Only declare, not define,
8196 update_flags_for_input_section. Remove set_flags.
8197
55458500
ILT
81982009-06-24 Ian Lance Taylor <iant@google.com>
8199
8200 * script-sections.cc (Output_section_definition::
8201 set_section_addresses): Rename shadowing local load_address to
8202 laddr.
8203
1307d6cd
ILT
82042009-06-24 Ian Lance Taylor <iant@google.com>
8205
8206 PR 10244
8207 * reloc.cc (relocate_sections): Skip empty relocation sections.
8208
ec3f783e
ILT
82092009-06-23 Ian Lance Taylor <iant@google.com>
8210
8211 PR 10156
8212 * layout.cc (Layout::create_note): Use choose_output_section
8213 rather than make_output_section.
8214
459c9f1c
ILT
82152009-06-23 Ian Lance Taylor <iant@google.com>
8216
8217 PR 10237
8218 * options.cc (General_options::parse_V): Set printed_version_.
8219 (General_options::General_options): Initialize printed_version_.
8220 * options.h (class General_options): Add printed_version_ field.
8221 * gold.cc (queue_initial_tasks): If there are no input files,
8222 don't give a fatal error if we printed the version information.
8223 (queue_middle_tasks): If using -r with a shared object, give a
8224 fatal error rather than an ordinary error.
8225
1518dc8f
ILT
82262009-06-23 Ian Lance Taylor <iant@google.com>
8227
8228 PR 10219
8229 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
8230 (Layout::make_output_section): Set have_stabstr_section_ if we see
8231 a .stab*str section.
8232 (Layout::finalize): Call link_stabs_sections.
8233 (Layout::link_stabs_sections): New file.
8234 * layout.h (class Layout): Add have_stabstr_section_ field.
8235 Declare link_stabs_sections.
8236
3d857b98
DK
82372009-06-23 Doug Kwan <dougkwan@google.com>
8238
8239 * Makefile.am (libgold_a_LIBADD): New.
8240 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
8241 * Makefile.in: Regenerate.
8242 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
8243 * configure: Regenerate.
8244 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
8245 * fileread.cc: Include sys/state.h
8246 * gold.h: Declare memmem and strndup if found missing.
8247 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
8248
0639a6f6
ILT
82492009-06-23 Ian Lance Taylor <iant@google.com>
8250
8251 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
8252 * configure: Rebuild.
8253
8d63875c
ILT
82542009-06-23 Ian Lance Taylor <iant@google.com>
8255
8256 PR 10147
8257 * object.cc (Object::section_contents): Don't try to get a view if
8258 the section has length zero.
8259 (Object::handle_gnu_warning_section): If the section is empty, use
8260 the name of the section as the warning.
8261
f7c8a183
ILT
82622009-06-23 Ian Lance Taylor <iant@google.com>
8263
8264 PR 10133
8265 * stringpool.h (class Stringpool_template): Add optimize_ field.
8266 (Stringpool_template::set_optimize): New function.
8267 * stringpool.cc (Stringpool_template::Stringpool_template):
8268 Initialize optimize_ field.
8269 (Stringpool_template::set_string_offsets): Test local optimize
8270 fild rather than parameter.
8271 * layout.cc (Layout::Layout): Call set_optimize on the section
8272 name stringpool.
8273
e6a307ba
ILT
82742009-06-22 Ian Lance Taylor <iant@google.com>
8275
8276 PR 10030
8277 * yyscript.y: Parse TARGET.
8278 * script.cc (script_set_target): New function.
8279 * script-c.h (script_set_target): Declare.
8280 * options.cc (General_options::string_to_object_format): Rename
8281 from string_to_object_format in anonymous namespace. Change
8282 callers.
8283 * options.h (class General_options): Declare
8284 string_to_object_format.
8285
3ee173de
ILT
82862009-06-22 Ian Lance Taylor <iant@google.com>
8287
8288 * script-sections.cc (Script_sections::create_segments): Don't put
8289 program headers in a PT_LOAD segment if -n or -N.
8290
82912009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
8292
8293 PR 10141
8294 * options.h (class General_options): Add -z lazy and -z now. Sort
8295 -z options into alphabetical order.
8296 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
8297
cd6739a1 82982009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
8299
8300 * layout.cc (Layout::make_output_section): Call
8301 Target::new_output_section.
8302 (Layout::attach_allocated_section_to_segment): Put large section
8303 sections in a separate load segment with the large segment flag
8304 set.
8305 (Layout::segment_precedes): Sort large data segments after other
8306 load segments.
8307 (align_file_offset): New static function.
8308 (Layout::set_segment_offsets): Use align_file_offset.
8309 * output.h (class Output_section): Add is_small_section_ and
8310 is_large_section_ fields.
8311 (Output_section::is_small_section): New function.
8312 (Output_section::set_is_small_section): New function.
8313 (Output_section::is_large_section): New function.
8314 (Output_section::set_is_large_section): New function.
8315 (Output_section::is_large_data_section): New function.
8316 (class Output_segment): Add is_large_data_segment_ field.
8317 (Output_segment::is_large_data_segment): New function.
8318 (Output_segment::set_is_large_data_segment): New function.
8319 * output.cc (Output_section::Output_section): Initialize new
8320 fields.
8321 (Output_segment::Output_segment): Likewise.
8322 (Output_segment::add_output_section): Add assertion that large
8323 data sections always go in large data segments. Force small data
8324 sections to the end of the list of data sections. Force small BSS
8325 sections to the start of the list of BSS sections. For large BSS
8326 sections to the end of the list of BSS sections.
8327 * symtab.h (class Symbol): Declare is_common_shndx.
8328 (Symbol::is_defined): Check Symbol::is_common_shndx.
8329 (Symbol::is_common): Likewise.
8330 (class Symbol_table): Define enum Commons_section_type. Update
8331 declarations. Add small_commons_ and large_commons_ fields.
8332 * symtab.cc (Symbol::is_common_shndx): New function.
8333 (Symbol_table::Symbol_table): Initialize new fields.
8334 (Symbol_table::add_from_object): Put small and large common
8335 symbols in the right list.
8336 (Symbol_table::sized_finalized_symbol): Check
8337 Symbol::is_common_shndx.
8338 (Symbol_table::sized_write_globals): Likewise.
8339 * common.cc (Symbol_table::do_allocate_commons): Allocate new
8340 common symbol lists. Don't call do_allocate_commons_list if the
8341 list is empty.
8342 (Symbol_table::do_allocate_commons_list): Remove is_tls
8343 parameter. Add comons_section_type parameter. Change all
8344 callers. Handle small and large common symbols.
8345 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
8346 Symbol::is_common_shndx.
8347 * resolve.cc (symbol_to_bits): Likewise.
8348 * target.h (Target::small_common_shndx): New function.
8349 (Target::small_common_section_flags): New function.
8350 (Target::large_common_shndx): New function.
8351 (Target::large_common_section_flags): New function.
8352 (Target::new_output_section): New function.
8353 (Target::Target_info): Add small_common_shndx, large_common_shndx,
8354 small_common_section_flags, and large_common_section_flags
8355 fields.
8356 (Target::do_new_output_section): New virtual function.
8357 * arm.cc (Target_arm::arm_info): Initialize new fields.
8358 * i386.cc (Target_i386::i386_info): Likewise.
8359 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
8360 Likewise.
8361 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
8362 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
8363 (Target_x86_64::do_new_output_section): New function.
8364 * configure.ac: Define conditional MCMODEL_MEDIUM.
8365 * testsuite/Makefile.am (check_PROGRAMS): Add large.
8366 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
8367 (large_LDFLAGS): Define.
8368 * testsuite/large.c: New file.
8369 * testsuite/testfile.cc (Target_test::test_target_info):
8370 Initialize new fields.
8371 * configure, testsuite/Makefile.in: Rebuild.
8372
bb04269c
DK
83732009-06-05 Doug Kwan <dougkwan@google.com>
8374
8375 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 8376 * Makefile.in: Regenerate.
bb04269c
DK
8377 * i386.cc (class Target_i386): Define new virtual method to
8378 override do_is_local_label_name in parent.
8379 * object.cc (Sized_relobj::do_count_local_symbols): Discard
8380 local symbols if --discard-locals or -X is given.
8381 * options.h (class General_options): Declare new options
8382 '--discard-locals' and '-X' for discarding locals.
8383 * target.h (class Target): Define new methods is_local_label_name.
8384 Declare new virtual method do_is_local_label_name.
8385 * target.cc: New file.
8386 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
8387 (check_SCRIPTS): Add discard_locals_test.sh.
8388 (check_DATA): Add discard_local_tests.syms.
8389 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
8390 (discard_local_tests.syms, discard_locals_test.o): New make rules.
8391 * testsuite/Makefile.in: Regenerate.
8392 * testsuite/discard_locals_test.c: New file.
8393 * testsuite/discard_locals_test.sh: Same.
8394
805bb01c
DK
83952009-06-05 Doug Kwan <dougkwan@google.com>
8396
8397 * object.cc (Sized_relobj::Sized_relobj): Initialize
8398 discarded_eh_frame_shndx_ to -1U.
8399 (Sized_relobj::do_layout): Record index of a discard .eh_frame
8400 section.
8401 (Sized_relobj::do_count_local_symbols): Skip local symbols in
8402 a discarded .eh_frame section.
8403 (Sized_relobj::do_finalize_local_symbols): Ditto.
8404 * object.h (class Sized_relobj): Declare new member
8405 discarded_eh_frame_shndx_.
8406 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
8407 (local_labels_test.o, local_labels_test): New rules.
8408 * testsuite/Makefile.in: Regenerate.
8409
1dcd334d
DK
84102009-06-04 Doug Kwan <dougkwan@google.com>
8411
8412 * layout.cc (Layout::section_name_mapping): Add mapping for
8413 special ARM sections.
8414
96d49306
DK
84152009-06-03 Doug Kwan <dougkwan@google.com>
8416
8417 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
8418 (utils::has_overflow): Same.
8419
dff16297
ILT
84202009-06-03 Ian Lance Taylor <iant@google.com>
8421
8422 * layout.cc (Layout::section_name_mapping): New array, replacing
8423 Layout::linkonce_mapping.
8424 (Layout::section_name_mapping_count): New variable, replacing
8425 Layout::linkonce_mapping_count.
8426 (Layout::linkonce_output_name): Remove.
8427 (Layout::output_section_name): Rewrite.
8428 * layout.h (class Layout): Rename Linkonce_mapping to
8429 Section_name_mapping, linkonce_mapping to section_name_mapping,
8430 linkonce_mapping_count to section_name_mapping_count. Don't
8431 declare linkonce_output_name.
8432
c121c671
DK
84332009-06-03 Doug Kwan <dougkwan@google.com>
8434
8435 * gold/arm.cc (namespace utils): New.
8436 (Target_arm::reloc_is_non_pic): Define new method.
8437 (class Arm_relocate_functions): New.
8438 (Target_arm::Relocate::relocate): Handle relocation types used by
8439 Android.
8440
07800fab
ILT
84412009-06-03 Ian Lance Taylor <iant@google.com>
8442
8443 * arm.cc (Target_arm::scan::global): Use || instead of |.
8444
c121c671
DK
84452009-06-02 Doug Kwan <dougkwan@google.com>
8446
8447 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
8448 issued_non_pic_error_.
8449 (class Target_arm::Scan): Declare new method check_non_pic.
8450 Define new method symbol_needs_plt_entry.
8451 Declare new data member issued_non_pic_error_.
8452 (class Target_arm::Relocate): Declare new method
8453 should_apply_static_reloc.
8454 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
8455 (Target_arm::Scan::check_non_pic): Define new method.
8456 (Target_arm::Scan::local): Handle a small subset of reloc types used
8457 by Android.
8458 (Target_arm::Scan::local): Same.
8459 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
8460
b19b0c6d
ILT
84612009-05-31 Mikolaj Zalewski <mikolajz@google.com>
8462
8463 * incremental.cc (Incremental_inputs::report_command_line): Filter
8464 out --incremental-* options.
8465
94cdfcff
DK
84662009-05-29 Doug Kwan <dougkwan@google.com>
8467
8468 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
8469 template class.
8470 (class Target_arm): Update comment.
8471 (Target_arm::Target_arm): Initialize new data members GOT_,
8472 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
8473 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
8474 and Target_arm::rel_dyn_section.
8475 Declare new_enum Target_arm::Got_type.
8476 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
8477 and DYNBSS_.
8478 Update commments for member do_dynsym_value.
8479 (Target_arm::got_size, Target_arm::plt_section,
8480 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
8481 new methods inside class defintion.
8482 (Target_arm::got_section): Define new method.
8483 (Target_arm::rel_dyn_section): Same.
8484 (Output_data_plt_arm): New template class.
8485 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
8486 (Output_data_plt_arm:do_adjust_output_section): Define new method.
8487 (Output_data_plt_arm::add_entry): Same.
8488 (Output_data_plt_arm::first_plt_entry): Define new
8489 static data member for PLT instruction template.
8490 (Output_data_plt_arm::plt_entry): Same.
8491 (Output_data_plt_arm::do_write): Define new method.
8492 (Target_arm::make_plt_entry): Same.
8493 (Target_arm::do_finalize_sections): Same.
8494 (Target_arm::do_dynsym_value): Same.
8495
4a657b0d
DK
84962009-05-28 Doug Kwan <dougkwan@google.com>
8497
8498 * Makefile.am (TARGETSOURCES): Add arm.cc.
8499 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
8500 * Makefile.in: Regenerate.
8501 * arm.cc: New file.
8502 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
8503
e7ae8c36
DK
85042009-05-26 Doug Kwan <dougkwan@google.com>
8505
8506 * options.cc (General_options::parse_exclude_libs). Fix a comment.
8507 (General_options::check_excluded_libs): Strip off directories in
8508 archive name before matching like GNU ld does.
8509 * testsuite/Makefile.am (MOSTLYCLEANFILES,
8510 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
8511 (exclude_libs_test_LDFLAGS): Add linker option
8512 -Wl,--exclude-libs,libexclude_libs_test_3
8513 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
8514 an explicit archive without using -l.
8515 (alt/libexclude_libs_test_3.a): New make rule.
8516 * testsuite/Makefile.in: Regenerate.
8517 * testsuite/exclude_libs_test.c : Declare lib3_default().
8518 (main): Call it.
8519 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
8520 * exclude_libs_test_3.c: New file.
8521
f12e7348
NC
85222009-05-26 Nick Clifton <nickc@redhat.com>
8523
8524 * po/id.po: New Indonesian translation.
8525 * po/gold.pot: Updated template file.
8526
4daadc0d
ST
85272009-05-22 Sriraman Tallam <tmsriram@google.com>
8528
e1df38aa 8529 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
8530 gc_comdat_test files. Add -Wl,--gc-sections to build
8531 gc_comdat_test.
8532 * testsuite/Makefile.in: Regenerate.
8533 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
8534
531813ad
ST
85352009-05-21 Sriraman Tallam <tmsriram@google.com>
8536
8537 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
8538 kept comdat section was garbage collected.
8539 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
8540 * testsuite/Makefile.in: Regenerate.
8541 * testsuite/gc_comdat_test.sh: New file.
8542 * testsuite/gc_comdat_test_1.cc: New file.
8543 * testsuite/gc_comdat_test_2.cc: New file.
8544
65514900
CC
85452009-05-19 Doug Kwan <dougkwan@google.com>
8546
8547 * archive.cc (Archive::Archive): Move constructor from archive.h
8548 to here. Initialize no_export_.
8549 (Archive::get_elf_object_for_member): Set no_export flag of object.
8550 * archive.h (Archive::Archive): Move constructor body to
8551 archive.cc.
8552 (Archive::no_export): New method.
8553 (Archive::no_export_): New field.
8554 * object.h (Object::Object): Initialize no_export_ to false.
8555 (Object::no_export, Object::set_no_export): New methods.
8556 (Object::no_export_): New field.
8557 * options.cc (General_options::parse_exclude_libs): New method.
8558 (General_options::check_excluded_libs) Same.
8559 * options.h (exclude_libs): New option.
8560 (General_options::check_excluded_libs): New method declaration.
8561 (General_options::excluded_libs_): New field.
8562 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
8563 default or protected visibility if an object has no-export flag set.
8564 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
8565 (check_SCRIPTS): Add exclude_libs_test.sh.
8566 (check_DATA): Add exclude_libs_test.syms.
8567 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
8568 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
8569 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
8570 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
8571 (exclude_libs_test.syms, libexclude_libs_test_1.a,
8572 libexclude_libs_test_2.a): New rules.
8573 * testsuite/Makefile.in: Regenerate.
8574 * testsuite/exclude_libs_test.c: New file.
8575 * testsuite/exclude_libs_test.sh: Ditto.
8576 * testsuite/exclude_libs_test_1.c: Ditto.
8577 * testsuite/exclude_libs_test_2.c: Ditto.
8578
1b77ea50
ILT
85792009-05-15 Ian Lance Taylor <iant@google.com>
8580
8581 * configure.ac: Check for declarations for cases where libiberty.h
8582 checks HAVE_DECL_xxx.
8583 * configure, config.in: Rebuild.
8584
072fe7ce
ILT
85852009-05-15 Mikolaj Zalewski <mikolajz@google.com>
8586
8587 * gold.h (Incremental_argument_list): Remove (invalid) forward
8588 declaration.
8589 * incremental.cc (Incremental_inputs::report_achive): New method.
8590 (Incremental_inputs::report_object): New method.
8591 (Incremental_inputs::report_script): New method.
8592 (Incremental_inputs::finalize_inputs): New method.
8593 (Incremental_inputs::finalize): Call finalize_inputs().
8594 (Incremental_inputs::sized_create_incremental_inputs_section_data):
8595 Create inputs entries.
8596 * incremental.h (Incremental_input_type): New enum.
8597 (Incremental_inputs::Incremental_input): Initialize new fields.
8598 (Incremental_inputs::report_inputs): New method.
8599 (Incremental_inputs::report_achive): New method.
8600 (Incremental_inputs::report_object): New method.
8601 (Incremental_inputs::report_script): New method.
8602 (Incremental_inputs::finalize_inputs): New method.
8603 (Incremental_inputs::Input_info): New struct.
8604 (Incremental_inputs::Input_info_map): New typedef.
8605 (Incremental_inputs::lock_): New field.
8606 (Incremental_inputs::Inputs_): New field.
8607 (Incremental_inputs::Inputs_map): New field.
8608 * main.cc (main): Call Incremental_input::report_inputs.
8609 * options.h (Input_argument_list): Typedef moved from
8610 Input_arguments.
8611 (Input_file_group::Files): Remove, use ::Input_argument_list.
8612 (Input_file_group::Input_argument_list): Remove, use
8613 ::Input_argument_list.
8614 * plugin.cc (Plugin_manager::add_input_file): Add error in
8615 incremental build.
8616 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
8617 functions.
8618 * script.cc (read_input_script): Call
8619 Incremental_input::report_script.
8620 * script.h (Script_info): New class.
8621
b0481b0b
ILT
86222009-04-27 Ian Lance Taylor <iant@google.com>
8623
8624 * x86_64.cc (do_adjust_output_section): Set entsize to
8625 plt_entry_size.
8626
b22a5a41 86272009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
8628
8629 * output.cc (Output_file::close): After short writes, continue
8630 writing from the correct offset in the buffer being written.
8631
40fde488
CD
86322009-04-23 Chris Demetriou <cgd@google.com>
8633
8634 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
8635 * configure: Regenerate.
8636 * config.in: Regenerate.
8637 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
8638 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
8639
3ce2c28e
ILT
86402009-04-21 Mikolaj Zalewski <mikolajz@google.com>
8641
8642 * incremental.cc (Incremental_inputs_header_data): Renamed from
8643 Incremental_input_header_data.
8644 (Incremental_inputs_header_data::data_size): New field.
8645 (Incremental_inputs_header_data::put_input_file_count): Renamed
8646 from input_file_count.
8647 (Incremental_inputs_header_data::put_command_line_offset): Renamed
8648 from command_line_offset.
8649 (Incremental_inputs_header_data::put_reserved): Renamed from
8650 put_reserved.
8651 (Incremental_inputs_entry_data): Renamed from
8652 Incremental_input_entry_data.
8653 (Incremental_inputs_entry_data::data_size): New field.
8654 (Incremental_inputs::report_command_line): New method.
8655 (Incremental_inputs::finalize): New method.
8656 (Incremental_inputs::create_incremental_inputs_data): New method.
8657 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
8658 * incremental.h: New file.
8659 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
8660 (Layout::finalize): Create incremental inputs section in
8661 incremental builds.
8662 (Layout::create_incremental_info_sections): New method.
8663 * layout.h (Layout::incremental_inputs): New method.
8664 (Layout::create_incremental_info_sections): New method.
8665 (Layout::incremental_inputs_): New field.
8666 * main.cc (main): Notify Incremental_input of the command line.
8667
e55bde5e
ILT
86682009-04-01 Ian Lance Taylor <iant@google.com>
8669 Mikolaj Zalewski <mikolajz@google.com>
8670
8671 * gold.h (reserve_unordered_map): Define, three versions, one for
8672 each version of Unordered_map.
8673 * layout.cc (Layout::Layout): Remove options parameter. Add
8674 number_of_input_files parameter. Don't initialize options_.
8675 Initialize number_of_input_files_ and resized_signatures_. Move
8676 sections_are_attached_.
8677 (Layout::layout_group): Reserve space for group_signatures_.
8678 (Layout::find_or_add_kept_section): Change name parameter to be a
8679 reference. Resize signatures_ map when it gets large enough.
8680 (Layout::layout_eh_frame): Use parameters->options() instead of
8681 this->options_.
8682 (Layout::make_output_section): Likewise.
8683 (Layout::attach_allocated_section_to_segment): Likewise.
8684 (Layout::finalize, Layout::create_executable_stack): Likewise.
8685 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
8686 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
8687 * layout.h (class Layout): Update declarations. Remove options_
8688 field. Add number_of_input_files_ and resized_signatures_
8689 fields. Move sections_are_attached_ field.
8690 * main.cc (main): Pass number of input files to Layout
8691 constructor. Don't pass options.
8692
154b857c
ILT
86932009-03-30 Ian Lance Taylor <iant@google.com>
8694
8695 * ffsll.c (ffsll): Correct implementation.
8696
2f35ab9b
ILT
86972009-03-27 Ian Lance Taylor <iant@google.com>
8698
fd03461a
ILT
8699 * ffsll.c: New file.
8700 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
8701 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
8702 * ftruncate.c (ftruncate): Declare before definition.
8703 * mremap.c (mremap): Likewise.
8704 * pread.c (pread): Likewise.
8705 * configure, Makefile.in, config.in: Rebuild.
8706
2f35ab9b
ILT
8707 * mremap.c: New file.
8708 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
8709 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
8710 (mremap): Declare if HAVE_MREMAP is not defined.
8711 * configure, Makefile.in, config.in: Rebuild.
8712
33aea2fd
CC
87132009-03-27 Cary Coutant <ccoutant@google.com>
8714
8715 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
8716 position independent.
8717 * sparc.cc (Target_sparc::check_non_pic): Likewise.
8718 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
8719
6d479619
CC
87202009-03-24 Cary Coutant <ccoutant@google.com>
8721
8722 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
8723 an executable.
8724 (needs_dynamic_reloc): Likewise.
8725
afc06bb8
ILT
87262009-03-24 Ian Lance Taylor <iant@google.com>
8727
8728 * yyscript.y (file_cmd): Recognize EXTERN.
8729 (extern_name_list, extern_name_list_body): New nonterminals.
8730 * script.cc (script_add_extern): Define.
8731 * script-c.h (script_add_extern): Declare.
8732
f6060a4d
ILT
87332009-03-24 Rafael Avila de Espindola <espindola@google.com>
8734
8735 * object.cc (is_elf_object): Define.
8736 * object.h (is_elf_object): Declare.
8737 * archive.cc (Archive::get_elf_object_for_member): Call
8738 is_elf_object.
33aea2fd 8739 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 8740
26736d8e
ILT
87412009-03-24 Elliott Hughes <enh@google.com>
8742
8743 * output.cc (Output_file::map_anonymous): Define.
8744 (Output_file::map): Use map_anonymous. If the regular mmap fails,
8745 try an anonymous one. Report the size if the mmap fails.
8746 * output.h (class Output_file): Declare map_anonymous.
8747
22fd9730
ILT
87482009-03-24 Ian Lance Taylor <iant@google.com>
8749
8750 * target-select.cc (instantiate_target): Don't acquire the lock if
8751 the instantiated_target_ field has already been set.
8752
cb010894
ILT
87532009-03-23 Ian Lance Taylor <iant@google.com>
8754
7f055c20
ILT
8755 * gold-threads.h (class Initialize_lock): Define.
8756 * gold-threads.cc (class Initialize_lock_once): Define.
8757 (initialize_lock_control): New static variable.
8758 (initialize_lock_pointer): New static variable.
8759 (initialize_lock_once): New static function.
8760 (Initialize_lock::Initialize_lock): Define.
8761 (Initialize_lock::initialize): Define.
8762 * target-select.h: Include "gold-threads.h".
8763 (class Target_selector): Add lock_ and initialize_lock_ fields.
8764 Don't define instantiate_target, just declare it.
8765 * target-select.cc (Target_selector::Target_selector): Initialize
8766 new fields.
8767 (Target_selector::instantiate_target): Define.
8768 * descriptors.h: Include "gold-threads.h".
8769 (class Descriptors): Add initialize_lock_ field.
8770 * descriptors.cc (Descriptors::Descriptors): Initialize new
8771 field.
8772 (Descriptors::open): Use initialize_lock_ field
8773 * errors.h (class Errors): Add initialize_lock_ field.
8774 * errors.cc (Errors::Errors): Initialize new field.
8775 (Errors::initialize_lock): Use initialize_lock_ field.
8776 * powerpc.cc (class Target_selector_powerpc): Remove
8777 instantiated_target_ field. In do_recognize call
8778 instantiate_target rather than do_instantiate_target. In
8779 do_instantiate_target just allocate a new target.
8780 * sparc.cc (class Target_selector_sparc): Likewise.
8781
36959681
ILT
8782 * freebsd.h: New file.
8783 * i386.cc: Include "freebsd.h".
8784 (Target_i386): Derive from Target_freebsd rather than
8785 Sized_target.
8786 (Target_selector_i386): Derive from Target_selector_freebsd rather
8787 than Target_selector.
8788 * x86_64.cc: Include "freebsd.h".
8789 (Target_x86_64): Derive from Target_freebsd rather than
8790 Sized_target.
8791 (Target_selector_x86_64): Derive from Target_selector_freebsd
8792 rather than Target_selector.
8793 * target.h (class Target): Add adjust_elf_header and
8794 do_adjust_elf_header.
8795 * output.cc (Output_file_header:: do_sized_write): Call target
8796 adjust_elf_header routine.
8797 * configure.tgt: Set targ_osabi.
8798 * configure.ac: Define GOLD_DEFAULT_OSABI.
8799 * parameters.cc (Parameters::default_target): Pass
8800 GOLD_DEFAULT_OSABI to select_target.
8801 * target-select.h (class Target_selector): Make instantiate_target
8802 protected rather than private.
8803 * Makefile.am (HFILES): Add freebsd.h.
8804 * configure, Makefile.in, config.in: Rebuild.
8805
cb010894
ILT
8806 * merge.cc (do_add_input_section): Correct pend value. Change
8807 message about last entry not being null terminated from error to
8808 warning.
8809
0e879927
ILT
88102009-03-20 Mikolaj Zalewski <mikolajz@google.com>
8811
8812 * incremental.cc: New file.
8813 * Makefile.am (CCFILES): Add incremental.cc.
8814 * Makefile.in: Rebuild.
8815
41105937
PP
88162009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
8817
8818 * layout.cc (Layout::output_section_name): Preserve names
8819 of '.note.' sections.
e1df38aa 8820
60439920
ILT
88212009-03-19 Ian Lance Taylor <iant@google.com>
8822
8823 * descriptors.cc (Descriptors::open): Check that the options are
8824 valid before using them.
8825
0d371ad3
ILT
88262009-03-18 Ian Lance Taylor <iant@google.com>
8827
8828 * script-sections.h: Include <list>.
8829 (class Script_sections): Change Sections_elements from std::vector
8830 to std::list. Typedef public Elements_iterator. Add
8831 orphan_section_placement_, data_segment_align_start_, and
8832 saw_data_segment_align_ fields. Remove data_segment_align_index_
8833 field.
8834 * script-sections.cc (class Orphan_section_placement): New class.
8835 (class Sections_element): Add virtual functions is_relro and
8836 orphan_section_init. Remove virtual function place_orphan_here.
8837 (class Output_section_definition): Add is_relro and
8838 orphan_section_init. Remove place_orphan_here.
8839 (class Orphan_output_section): Likewise.
8840 (Script_sections::Script_sections): Update for field changes.
8841 (Script_sections::data_segment_align): Set saw_data_segment_align_
8842 and data_segment_align_start_, not data_segment_align_index.
8843 (Script_sections::data_segment_relro_end): Check
8844 saw_data_segment_align_. Use data_segment_align_start_ rather
8845 than data_segment_align_index_.
8846 (Script_sections::place_orphan): Rewrite to use
8847 Orphan_section_placement.
8848
9201d894
ILT
88492009-03-17 Ian Lance Taylor <iant@google.com>
8850
9c5b8369
ILT
8851 * archive.cc (Archive::add_symbols): Check for a version attached
8852 to the symbol name in the archive map.
8853 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
8854 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
8855 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
8856 (ver_test_11.a): New target.
8857 * testsuite/Makefile.in: Rebuild.
8858
9201d894
ILT
8859 * configure.ac: Check for chsize and posix_fallocate. Replace
8860 ftruncate.
8861 * ftruncate.c: New file, from gnulib.
8862 * output.cc (posix_fallocate): Define dummy version if not
8863 HAVE_POSIX_FALLOCATE.
8864 (Output_file::map): Call posix_fallocate rather than lseek and
8865 write.
8866 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
8867 * configure, Makefile.in, config.in: Rebuild.
8868
ef4ab7a8 88692009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 8870
ef4ab7a8
PP
8871 * layout.h (Layout::create_note): Add section_name parameter.
8872 * layout.cc (Layout::create_note): Likewise.
8873 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 8874
8c500701
ILT
88752009-03-17 Ian Lance Taylor <iant@google.com>
8876
e85b18e1
ILT
8877 * descriptors.cc: Include "options.h".
8878 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
8879 (Descriptors::open): Always use O_CLOEXEC when opening a new
8880 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
8881 then set FD_CLOEXEC.
8882
9efe6174
ILT
8883 * sparc.cc (class Target_sparc): Add has_got_section.
8884 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
8885 make sure we have a GOT section.
8886
8887 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
8888 (Target_sparc::Scan::local): Likewise.
8889 (Target_sparc::Scan::global): Likewise.
8890 (Target_sparc::Relocate::relocate): Likewise.
8891 (Target_sparc::Relocate::relocate_tls): Likewise.
8892
8c500701
ILT
8893 * symtab.cc (Symbol_table::define_default_version): New function,
8894 broken out of add_from_object.
8895 (Symbol_table::add_from_object): Call define_default_version.
8896 (Symbol_table::define_special_symbol): Add resolve_oldsym
8897 parameter. Change all callers. If the version for a symbol comes
8898 from a version script, resolve it with the symbol with the same
8899 name with no version. Also add the symbol without a version if
8900 appropriate.
8901 (do_define_in_output_data): If resolving with oldsym, don't delete
8902 sym.
8903 (do_define_in_output_segment): Likewise.
8904 (do_define_as_constant): Likewise.
8905 * symtab.h (class Symbol_table): Update declarations.
8906
f1ed28fb
ILT
89072009-03-13 Ian Lance Taylor <iant@google.com>
8908
15f8229b
ILT
8909 * readsyms.cc (Read_symbols::incompatible_warning): New function.
8910 (Read_symbols::requeue): New function.
8911 (Read_symbols::do_read_symbols): If make_elf_object fails because
8912 the target type is not configured, and the file was searched for,
8913 issue a warning and retry with the next directory.
8914 (Add_symbols::run): If the file has an incompatible format, and
8915 it was searched for, requeue the Read_symbols task. On error,
8916 release the object.
8917 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
8918 dirindex parameter to constructor. Change all callers. Declare
8919 incompatible_warning and requeue.
8920 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
8921 input_argument_ and input_group_ fields. Add them to
8922 constructor. Change all callers.
8923 (class Read_script): Add dirindex_ field. Add it to constructor.
8924 Change all callers.
8925 * archive.cc (Archive::setup): Remove input_objects parameter.
8926 Change all callers.
8927 (Archive::get_file_and_offset): Likewise.
8928 (Archive::read_all_symbols): Likewise.
8929 (Archive::read_symbols): Likewise.
8930 (Archive::get_elf_object_for_member): Remove input_objects
8931 parameter. Add punconfigured parameter. Change all callers.
8932 (Archive::add_symbols): Change return type to bool. Check return
8933 value of include_member.
8934 (Archive::include_all_members): Likewise.
8935 (Archive::include_member): Change return type to bool. Return
8936 false if first included object has incompatible target. Set
8937 included_member_ field.
8938 (Add_archive_symbols::run): If add_symbols returns false, requeue
8939 Read_symbols task.
8940 * archive.h (class Archive): Add included_member_ field.
8941 Initialize it in constructor. Add input_file and searched_for
8942 methods. Update declarations.
8943 (class Add_archive_symbols): Add dirpath_, dirindex_, and
8944 input_argument_ fields. Add them to constructor. Change all
8945 callers.
8946 * script.cc: Include "target-select.h".
8947 (class Parser_closure): Add skip_on_incompatible_target_ and
8948 found_incompatible_target_ fields. Add
8949 skip_on_incompatible_target parameter to constructor. Change all
8950 callers. Add methods skip_on_incompatible_target,
8951 clear_skip_on_incompatible_target, found_incompatible_target, and
8952 set_found_incompatible_target.
8953 (read_input_script): Add dirindex parameter. Change all callers.
8954 If parser finds an incompatible target, requeue Read_symbols
8955 task.
8956 (script_set_symbol): Clear skip_on_incompatible_target in
8957 closure.
8958 (script_add_assertion, script_parse_option): Likewise.
8959 (script_start_sections, script_add_phdr): Likewise.
8960 (script_check_output_format): New function.
8961 * script.h (read_input_script): Update declaration.
8962 * script-c.h (script_check_output_format): Declare.
8963 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
8964 (ignore_cmd): Remove OUTPUT_FORMAT.
8965 * fileread.cc (Input_file::Input_file): Add explicit this.
8966 (Input_file::will_search_for): New function.
8967 (Input_file::open): Add pindex parameter. Change all callers.
8968 * fileread.h (class Input_file): Add input_file_argument method.
8969 Declare will_search_for. Update declarations.
8970 * object.cc (make_elf_object): Add punconfigured parameter.
8971 Change all callers.
8972 * object.h (class Object): Make input_file public. Add
8973 searched_for method.
8974 (make_elf_object): Update declaration.
8975 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
8976 restart search.
8977 * dirsearch.h (class Dirsearch): Update declaration.
8978 * options.h (class General_options): Add --warn-search-mismatch.
8979 * parameters.cc (Parameters::is_compatible_target): New function.
8980 * parameters.h (class Parameters): Declare is_compatible_target.
8981 * workqueue.cc (Workqueue::add_blocker): New function.
8982 * workqueue.h (class Workqueue): Declare add_blocker.
8983
f1ed28fb
ILT
8984 * fileread.cc (Input_file::open): Remove options parameter.
8985 Change all callers.
8986 (Input_file::open_binary): Likewise.
8987 * script.cc (read_input_script): Likewise.
8988 * readsyms.h (class Read_symbols): Remove options_ field. Remove
8989 options parameter from constructor. Change all callers.
8990 (class Read_script): Likewise.
8991 * fileread.h (class Input_file): Update declarations.
8992 * script.h (read_input_script): Update declaration.
8993
34dd024a
NC
89942009-03-10 Nick Clifton <nickc@redhat.com>
8995
8996 * po/es.po: New Spanish translation.
8997
6d71b17c
CC
89982009-03-06 Cary Coutant <ccoutant@google.com>
8999
9000 * options.cc (parse_short_option): Keep dash_z from registering itself.
9001
031cdbed
ILT
90022009-03-03 Ian Lance Taylor <iant@google.com>
9003
9004 PR 9918
9005 * target-reloc.h (relocate_section): Pass output_section to
9006 relocate.
9007 * i386.cc (Target_i386::should_apply_static_reloc): Add
9008 output_section parameter. Change all callers.
9009 (Target_i386::Relocate::relocate): Add output_section parameter.
9010 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
9011 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
9012 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
9013 * testsuite/two_file_shared.sh: New script.
9014 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
9015 (check_DATA): Add two_file_shared.dbg.
9016 (two_file_shared.dbg): New target.
9017 * testsuite/Makefile.in: Rebuild.
9018
15d5fa16
ILT
90192009-03-01 Ian Lance Taylor <iant@google.com>
9020
9021 * configure.ac: Check for byteswap.h.
9022 * configure: Rebuild.
9023 * config.in: Rebuild.
9024
8a4c0b0d
ILT
90252009-03-01 Mikolaj Zalewski <mikolajz@google.com>
9026
9027 * layout.cc (Layout::find_or_add_kept_section): New function.
9028 (Layout::add_comdat): Removed.
9029 * layout.h (struct Kept_section): Move out of class Layout.
9030 Remove trailing underscores from field names. Add group_sections
9031 field. Rename group_ field to is_group. Change all uses.
9032 (class Layout): Declare find_or_add_kept_section, not add_comdat.
9033 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
9034 comdat_groups_ field.
9035 (Sized_relobj::include_section_group): Use
9036 find_or_add_kept_section and Kept_section::group_sections.
9037 (Sized_relobj::include_linkonce_section): Likewise.
9038 * object.cc (class Sized_relobj): Don't define Comdat_group or
9039 Comdat_group_table. Remove find_comdat_group and
9040 add_comdat_group. Remove comdat_groups_ field.
9041 * plugin.cc (include_comdat_group): Use
9042 Layout::find_or_add_kept_section.
9043
b4ecf66b
ILT
90442009-02-28 Ian Lance Taylor <iant@google.com>
9045
14359ca0
ILT
9046 * README: --gc-sections and map files are now supported. Document
9047 some build requirements.
9048
b4ecf66b
ILT
9049 PR 6992
9050 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
9051 relocatable link set the value of the section symbol to zero.
9052 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
9053 relocatable link don't include the section address in the local
9054 symbol value.
9055
0602e05a
ILT
90562009-02-27 Ian Lance Taylor <iant@google.com>
9057
fd9d194f
ILT
9058 PR 6811
9059 * options.h (class Search_directory): Add is_system_directory.
9060 (class General_options): Declare is_in_system_directory.
9061 * options.cc (get_relative_sysroot): Make static.
9062 (get_default_sysroot): Make static.
9063 (General_optoins::is_in_system_directory): New function.
9064 * fileread.cc (Input_file::is_in_system_directory): New function.
9065 * fileread.h (class Input_file): Declare is_in_system_directory.
9066 * object.h (class Object): Add is_in_system_directory.
9067 (class Input_objects): Remove system_library_directory_ field.
9068 * object.cc (Input_objects::add_object): Don't set
9069 system_library_directory_.
9070 (input_objects::found_in_system_library_directory): Remove.
9071 * symtab.cc (Symbol_table::write_globals): Remove input_objects
9072 parameter. Change all callers.
9073 (Symbol_table::sized_write_globals): Likewise.
9074 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
9075 Call Object::is_in_system_directory.
9076 * symtab.h (class Symbol_table): Update declarations.
9077
61edd21f
ILT
9078 PR 5990
9079 * descriptors.h (Open_descriptor): Add is_on_stack field.
9080 * descriptors.cc (Descriptors::open): If the descriptor is on the
9081 top of the stack, remove it. Initialize is_on_stack field.
9082 (Descriptors::release): Only add pod to stack if it is not on the
9083 stack already.
9084 (Descriptors::close_some_descriptor): Clear stack_next and
9085 is_on_stack fields.
9086
e29e076a
ILT
9087 PR 7091
9088 * output.cc (Output_section::find_starting_output_address): Rename
9089 from starting_output_address; add PADDR parameter; change return
9090 type.
9091 * output.h (class Output_section): Declare
9092 find_starting_output_address instead of starting_output_address.
9093 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
9094 section symbol for which we can't find a merge section.
9095
0602e05a
ILT
9096 PR 9836
9097 * symtab.cc (Symbol_table::add_from_object): If the visibility is
9098 hidden or internal, force the symbol to be local.
9099 * resolve.cc (Symbol::override_visibility): Define.
9100 (Symbol::override_base): Use override_visibility.
9101 (Symbol_table::resolve): Likewise.
9102 (Symbol::override_base_with_special): Likewise.
9103 (Symbol_table::override_with_special): If the visibility is hidden
9104 or internal, force the symbol to be local.
9105 * symtab.h (class Symbol): Add set_visibility and
9106 override_visibility.
9107 * testsuite/ver_test_1.sh: New file.
9108 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
9109 (check_DATA): Add ver_test_1.syms.
9110 (ver_test_1.syms): New target.
9111 * testsuite/Makefile.in: Rebuild.
9112
401a9a73
CC
91132009-02-25 Cary Coutant <ccoutant@google.com>
9114
9115 * layout.cc (Layout::choose_output_section): Don't rename sections
9116 when using a linker script that has a SECTIONS clause.
9117 * Makefile.in: Regenerate.
9118
9119 * testsuite/Makefile.am (script_test_5.sh): New test case.
9120 * testsuite/Makefile.in: Regenerate.
9121 * testsuite/script_test_5.cc: New file.
9122 * testsuite/script_test_5.sh: New file.
9123 * testsuite/script_test_5.t: New file.
9124
f488e4b0
CC
91252009-02-13 Rafael Avila de Espindola <espindola@google.com>
9126
9127 * archive.cc (Archive::include_member): Update calls to add_symbols.
9128 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
9129 the Layout argument.
9130 * dynobj.h (do_add_symbols): Add the Layout argument.
9131 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
9132 Layout argument.
9133 * object.h (Object::add_symbols): Add the Layout argument.
9134 (Object::do_add_symbols): Add the Layout argument.
9135 (Sized_relobj::do_add_symbols): Add the Layout argument.
9136 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
9137 Unify the two versions.
9138 (Add_plugin_symbols): Remove.
9139 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
9140 (Sized_pluginobj::do_add_symbols): Unify the two versions.
9141 (Add_plugin_symbols): Remove.
9142 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
9143 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
9144 (Add_symbols::run): Make it work with Pulginobj.
9145
89dd1680
ILT
91462009-02-06 Ian Lance Taylor <iant@google.com>
9147
9148 * object.cc (Sized_relobj::do_layout): Make info message start
9149 with lower case letter.
9150
266d0a74
ILT
91512009-02-06 Mikolaj Zalewski <mikolajz@google.com>
9152
602b464e
ILT
9153 * binary.cc: Fix file comment.
9154
266d0a74
ILT
9155 * options.h (enum Incremental_disposition): Define.
9156 (class General_options): Add new options: --incremental,
9157 --incremental_changed, --incremental_unchanged,
9158 --incremental_unknown. Add incremental_disposition_ and
9159 implicit_incremental_ fields.
9160 (General_options::incremental_disposition): New function.
9161 (class Position_dependent_options): Add incremental_disposition
9162 option.
9163 (Position_dependent_options::copy_from_options): Set incremental
9164 dispositions.
9165 * options.cc (General_options::parse_incremental_changed): New
9166 function.
9167 (General_options::parse_incremental_unchanged): New function.
9168 (General_options::parse_incremental_unknown): New function.
9169 (General_options::General_options): Initialize new fields
9170 incremental_disposition_ and implicit_incremental_.
9171 (General_options::finalize): Check for uasge of --incremental-*
9172 without --incremental.
9173
f073bbf7
CD
91742009-02-06 Chris Demetriou <cgd@google.com>
9175
9176 * gold.h (gold_undefined_symbol): Change to take only a Symbol
9177 pointer and to report location as the file name associated with
9178 the symbol.
9179 (gold_undefined_symbol_at_location): New function to replace the
9180 old gold_undefined_symbol functionality.
9181 * target-reloc.h (relocate_section): Update to use
9182 gold_undefined_symbol_at_location.
9183 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
9184 Call gold_undefined_symbol function rather than gold_error.
9185 * errors.h (Errors::undefined_symbol): Take location as a
9186 string, rather than calculating it from a relocation.
9187 * errors.cc (Errors::fatal): Print "fatal error:" before the
9188 formatted message.
9189 (Errors::error, Errors::error_at_location): Print "error: "
9190 before the formatted message.
9191 (Errors::undefined_symbol): Take location as a string, rather
9192 than calculating it from a relocation.
9193 (gold_undefined_symbol_at_location): New function akin to
9194 old gold_undefined_symbol, calculates location from relocation.
9195 (gold_undefined_symbol): Change to take only a Symbol pointer
9196 and to report location as the file name associated with the symbol.
9197 * testsuite/debug_msg.sh: Update for changed error messages.
9198 * testsuite/undef_symbol.sh: Likewise.
9199
8e94a90c
ILT
92002009-02-04 Duncan Sands <baldrick@free.fr>
9201
9202 PR 9812
9203 * reduced_debug_output.h
9204 (Output_reduced_debug_abbrev_section::failed): Use format for
9205 gold_warning.
9206 (Output_reduced_debug_info_section::faild): Likewise.
9207
88a0e15b
ILT
92082009-01-31 Mikolaj Zalewski <mikolajz@google.com>
9209
9210 * script.cc (Lazy_demangler): New class.
9211 (Version_script_info::get_symbol_version_helper): Demangle a
9212 symbol only once.
9213
5efc7cd2
CC
92142009-01-29 Cary Coutant <ccoutant@google.com>
9215
9216 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
9217 to __tls_get_addr.
9218 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
9219
e0ebcf42
ILT
92202009-01-28 Ian Lance Taylor <iant@google.com>
9221
5efc7cd2 9222 * version.cc (version_string): Bump to 1.9.
75fe7426 9223
e0ebcf42
ILT
9224 * gold.h: Include <cstring> and <stdint.h>.
9225 * version.cc: Include <cstdio>.
9226 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
9227 warning.
9228 * reduced_debug_output.cc (insert_into_vector): Rename from
9229 Insert_into_vector; change all callers. Use Swap_unaligned to
9230 avoid aliasing issue; remove union since it is unnecessary.
9231
8e2813be 92322009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
9233
9234 * Makefile.am (CCFILES): Add gc.cc.
9235 (HFILES): Add gc.h.
9236 * Makefile.in: Regenerate.
9237 * gold.cc (Gc_runner): New class.
9238 (queue_initial_tasks): Call garbage collection related tasks
9239 when corresponding options are invoked.
9240 (queue_middle_gc_tasks): New function.
9241 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
9242 processed early before laying out sections during garbage collection.
9243 * gold.h (queue_middle_gc_tasks): New function.
9244 (is_prefix_of): Move from "layout.cc".
9245 * i386.cc (Target_i386::gc_process_relocs): New function.
9246 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
9247 * main.cc (main): Create object of class "Garbage_collection".
9248 * object.cc (Relobj::copy_symbols_data): New function.
9249 (Relobj::is_section_name_included): New function.
e1df38aa
NC
9250 (Sized_relobj::do_layout): Allow this function to be called twice
9251 during garbage collection and defer layout of section during the
6d03d481
ST
9252 first call.
9253 * object.h (Relobj::get_symbols_data): New function.
9254 (Relobj::is_section_name_included): New function.
9255 (Relobj::copy_symbols_data): New function.
9256 (Relobj::set_symbols_data): New function.
9257 (Relobj::get_relocs_data): New function.
9258 (Relobj::set_relocs_data): New function.
9259 (Relobj::is_output_section_offset_invalid): New pure virtual function.
9260 (Relobj::gc_process_relocs): New function.
9261 (Relobj::do_gc_process_relocs): New pure virtual function.
9262 (Relobj::sd_): New data member.
9263 (Sized_relobj::is_output_section_offset_invalid): New function.
9264 (Sized_relobj::do_gc_process_relocs): New function.
9265 * options.h (General_options::gc_sections): Modify to not be a no-op.
9266 (General_options::print_gc_sections): New option.
9267 * plugin.cc (Plugin_finish::run): Remove function call to
9268 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
9269 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
9270 * reloc.cc (Read_relocs::run): Add task to process relocs and
9271 determine unreferenced sections when doing garbage collection.
9272 (Gc_process_relocs): New class.
9273 (Sized_relobj::do_gc_process_relocs): New function.
9274 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
9275 sections that are garbage collected.
9276 * reloc.h (Gc_process_relocs): New class.
9277 * sparc.cc (Target_sparc::gc_process_relocs): New function.
9278 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
9279 symbols whose corresponding sections are garbage collected.
9280 (Symbol_table::Symbol_table): Add new parameter for the garbage
9281 collection object.
9282 (Symbol_table::gc_mark_undef_symbols): New function.
9283 (Symbol_table::gc_mark_symbol_for_shlib): New function.
9284 (Symbol_table::gc_mark_dyn_syms): New function.
9285 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
9286 as garbage.
9287 (Symbol_table::add_from_object): Likewise.
9288 (Symbol_table::add_from_relobj): When building shared objects, do not
9289 treat externally visible symbols as garbage.
9290 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
9291 table information for static and relocatable links.
9292 * symtab.h (Symbol_table::set_gc): New function.
9293 (Symbol_table::gc): New function.
9294 (Symbol_table::gc_mark_undef_symbols): New function.
9295 (Symbol_table::gc_mark_symbol_for_shlib): New function.
9296 (Symbol_table::gc_mark_dyn_syms): New function.
9297 (Symbol_table::gc_): New data member.
e1df38aa 9298 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
9299 function.
9300 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
9301 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
9302
3b293544
CF
93032009-01-20 Chris Faylor <me.sourceware@sourceware.org>
9304
9305 * options.h (General_options::gc_sections): Define as a no-op for now.
9306 (General_options::no_keep_memory): Ditto.
9307 (General_options::Bshareable): Define.
9308 * options.cc (General_options::finalize): Honor -Bshareable.
9309
83d22aa8
AS
93102009-01-20 Andreas Schwab <schwab@suse.de>
9311
9312 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
9313 read the value in the contents, since we don't use it. Use the
9314 template endianness when writing.
9315 (Relocate::relocate): Use it for R_PPC_REL16_HA.
9316
cd536b21
AS
93172009-01-19 Andreas Schwab <schwab@suse.de>
9318
9319 * configure.tgt (powerpc64-*): Fix targ_obj.
9320
99e9a495
ILT
93212009-01-15 Ian Lance Taylor <iant@google.com>
9322
9323 * object.cc (Sized_relobj::write_local_symbols): Don't write out
9324 local symbols when stripping all symbols.
9325
bbbfea06
CC
93262009-01-14 Cary Coutant <ccoutant@google.com>
9327
99e9a495 9328 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 9329
0f7c0701
CC
93302009-01-14 Cary Coutant <ccoutant@google.com>
9331
9332 * archive.cc (Archive::get_elf_object_for_member): Remove call
9333 to File_read::claim_for_plugin.
9334 * descriptors.cc (Descriptors::open): Remove reference to
9335 is_claimed.
9336 (Descriptors::claim_for_plugin): Remove.
9337 * descriptors.h (Descriptors::claim_for_plugin): Remove.
9338 (Descriptors::is_claimed): Remove.
9339 (claim_descriptor_for_plugin): Remove.
9340 * fileread.cc (File_read::claim_for_plugin): Remove.
9341 * fileread.h (File_read::claim_for_plugin): Remove.
9342 (File_read::descriptor): Reopen descriptor if necessary.
9343 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
9344 (Plugin_manager::all_symbols_read): Add task parameter. Change
9345 all callers.
9346 (Plugin_manager::get_input_file): New function.
9347 (Plugin_manager::release_input_file): New function.
9348 (Pluginobj::Pluginobj): Add filesize parameter and initialize
9349 corresponding data member.
9350 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
9351 and pass to base constructor. Change all callers.
9352 (get_input_file, release_input_file): New functions.
9353 (make_sized_plugin_object): Add filesize parameter. Change all callers.
9354 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
9355 (Plugin_manager::all_symbols_read): Add task parameter.
9356 (Plugin_manager::get_input_file): New function.
9357 (Plugin_manager::release_input_file): New function.
9358 (Plugin_manager::task_): New data member.
9359 (Pluginobj::Pluginobj): Add filesize parameter.
9360 (Pluginobj::filename): New function.
9361 (Pluginobj::descriptor): New function.
9362 (Pluginobj::filesize): New function.
9363 (Pluginobj::filesize_): New data member.
9364 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
9365 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
9366 File_read::claim_for_plugin; use Object::unlock to unlock the file.
9367
9368 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
9369 with archive libraries.
9370 * testsuite/Makefile.in: Regenerate.
9371 * testsuite/plugin_test.c (struct sym_info): New type.
9372 (get_input_file, release_input_file): New static variables.
9373 (onload): Capture new transfer vector entries.
9374 (claim_file_hook): Stop reading at end of file according to filesize.
9375 Factor out parsing of readelf output into separate function.
9376 (all_symbols_read_hook): Exercise get_input_file and release_input_file
9377 APIs and get the source file name from the symbol table. Convert
9378 source file name to corresponding object file name. Print info
9379 message when adding new input files.
9380 (parse_readelf_line): New function.
9381 * testsuite/plugin_test_1.sh: Add checks for new info messages.
9382 * testsuite/plugin_test_2.sh: Likewise.
9383 * testsuite/plugin_test_3.sh: Likewise.
9384 * testsuite/plugin_test_4.sh: New test case.
9385
62a6d109
ILT
93862009-01-07 Ian Lance Taylor <iant@google.com>
9387
9388 * version.cc (version_string): Bump to 1.8.
9389
483620e8
CC
93902008-12-23 Cary Coutant <ccoutant@google.com>
9391
9392 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
9393 * plugin.cc (Plugin_manager::finish): Rename as
9394 layout_deferred_objects. Move cleanup to separate function.
9395 (Plugin_manager::cleanup): New function.
9396 (Plugin_finish::run): Call layout_deferred_objects and cleanup
9397 separately.
9398 * plugin.h (Plugin_manager::finish): Rename as
9399 layout_deferred_objects.
9400 (Plugin_manager::cleanup): New function.
9401 (Plugin_manager::cleanup_done): New field.
9402
d66a9eb3
CC
94032008-12-23 Cary Coutant <ccoutant@google.com>
9404
9405 * plugin.cc (is_visible_from_outside): New function.
9406 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
9407 so we don't return "IR only" status for exported symbols or -r links.
9408
9409 * testsuite/Makefile.am (plugin_test_3): New test case.
9410 * testsuite/Makefile.in: Regenerate.
9411 * testsuite/plugin_test_3.sh: New file.
9412
5995b570
CC
94132008-12-22 Cary Coutant <ccoutant@google.com>
9414
9415 * object.cc (Sized_relobj::layout_section): New function.
9416 (Sized_relobj::do_layout): Defer layout of input sections until after
9417 plugin has provided replacement files.
9418 (Sized_relobj::do_layout_deferred_sections): New function.
9419 * object.h (Relobj::set_section_offset): Remove virtual keyword.
9420 (Relobj::layout_deferred_sections): New function.
9421 (Relobj::do_layout_deferred_sections): New function.
9422 (Sized_relobj::do_layout_deferred_sections): New function.
9423 (Sized_relobj::layout_section): New function.
9424 (Sized_relobj::Deferred_layout): New structure.
9425 (Sized_relobj::deferred_layout_): New field.
9426 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
9427 Change all callers. Layout deferred sections.
9428 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
9429 references.
9430 (Plugin_hook::run): Move code from do_plugin_hook inline.
9431 (Plugin_hook::do_plugin_hook): Remove.
9432 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
9433 (Plugin_manager::finish): Renamed, was cleanup.
9434 (Plugin_manager::should_defer_layout): New function.
9435 (Plugin_manager::add_deferred_layout_object): New function.
9436 (Plugin_manager::Deferred_layout_list): New type.
9437 (Plugin_manager::deferred_layout_objects_): New field.
9438 (Plugin_hook::do_plugin_hook): Remove.
9439
ee769c88
ILT
94402008-12-17 Ian Lance Taylor <iant@google.com>
9441
9442 * options.h (class General_options): Add --no case for
9443 --export-dynamic.
9444
abc8dcba
CC
94452008-12-16 Cary Coutant <ccoutant@google.com>
9446
9447 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
9448 vector.
9449 (Plugin_manager::claim_file): Create plugin object even if
9450 plugin did not call the add_symbols callback.
9451 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
9452 asking for more symbols than were added.
9453 * testsuite/Makefile.am (plugin_test_1): Add test case with
9454 no global symbols.
9455 (empty.syms): New target.
9456 * testsuite/Makefile.in: Regenerate.
9457 * testsuite/plugin_test.c (claim_file_hook): Add new debug
9458 message. Don't call add_symbols if no globals.
9459 (all_symbols_read_hook): Don't provide replacement for empty
9460 claimed file.
9461
b0074644
ILT
94622008-12-12 Ian Lance Taylor <iant@google.com>
9463
68943102
ILT
9464 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
9465 r_type == 0 for a local symbol with r_sym == 0.
9466 (scan_relocatable_relocs): Pass r_sym to
9467 local_non_section_strategy.
9468 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
9469 r_sym parameter.
9470
b0074644
ILT
9471 * configure.ac: Update test for TLS descriptors: they are
9472 supported as of glibc 2.9.
9473 * configure: Rebuild.
9474
c2508178
ILT
94752008-12-11 Ian Lance Taylor <iant@google.com>
9476
9477 PR 7091
9478 * target-reloc.h (Default_scan_relocatable_relocs): For each
9479 function, map r_type == 0 to RELOC_DISCARD.
9480
2756a258
CC
94812008-12-10 Cary Coutant <ccoutant@google.com>
9482
9483 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
9484 object to override a kept COMDAT group from a plugin object.
9485
bb6f53d3
ILT
94862008-12-09 Ian Lance Taylor <iant@google.com>
9487
fbc558e1
ILT
9488 PR 7088
9489 * yyscript.y (file_cmd): Handle INPUT.
9490
bb6f53d3
ILT
9491 * testsuite/initpri1.c: Change all declarations to be full
9492 prototypes by adding void, to avoid compiler warnings.
9493
4674ecfc
CC
94942008-12-05 Rafael Avila de Espindola <espindola@google.com>
9495
9496 * options.cc (General_options::parse_plugin_opt): New.
9497 (General_options::add_plugin): The argument now is just the filename.
9498 (General_options::add_plugin_option): New.
9499 * options.h (plugin_opt): New.
9500 (add_plugin): Change argument name.
9501 (add_plugin_option): New.
9502 * plugin.cc (Plugin::load): Don't parse the plugin option.
9503 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
9504 (Plugin::add_option): New.
9505 (Plugin::args_): Change type.
9506 (Plugin::filename_): New.
9507 (Plugin_manager::add_plugin_option): New.
9508 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
9509 * testsuite/Makefile.in: Regenerate.
9510
fd06b4aa
CC
95112008-12-05 Cary Coutant <ccoutant@google.com>
9512
9513 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
9514 Handle --strip-lto-sections option.
9515 * options.h (strip_lto_sections): New option.
9516
6c52134c
CC
95172008-12-01 Cary Coutant <ccoutant@google.com>
9518
9519 * plugin.cc (ld_plugin_message): Change format parameter to const.
9520 Fix mismatch between new[] and delete.
9521
a45248e0
CC
95222008-11-14 Cary Coutant <ccoutant@google.com>
9523
9524 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
9525 instead of -1U.
9526
c82fbeee
CS
95272008-11-05 Craig Silverstein <csilvers@google.com>
9528
9529 * options.cc (General_options::parse_dynamic_list): New function.
9530 * options.h (General_options): New flags dynamic_list,
9531 dynamic_list_data, dynamic_list_cpp_new, and
9532 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
9533 (General_options::in_dynamic_list): New function.
9534 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
9535 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
9536 (Lex::can_continue_name): Likewise.
9537 (yylex): Likewise.
9538 (read_script_file): New parameter script_options.
9539 (read_dynamic_list): New function.
9540 (Script_options::define_dynamic_list): New function.
9541 (dynamic_list_keyword_parsecodes): New variable.
9542 (dynamic_list_keywords): New variable.
9543 * script.h (Script_options::define_dynamic_list): New function
9544 prototype.
9545 (read_dynamic_list): New function prototype.
9546 * symtab.cc (strprefix): New macro.
9547 (Symbol::should_add_dynsym_entry): Support dynamic_list,
9548 dynamic_list_data, dynamic_list_cpp_new, and
9549 dynamic_list_cpp_typeinfo.
9550 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
9551 (dynamic_list_expr): New rule.
9552 (dynamic_list_nodes): Likewise.
9553 (dynamic_list_node): Likewise.
9554 * testsuite/Makefile.am (dynamic_list): New test.
9555 * testsuite/Makefile.in: Regenerated.
9556 * testsuite/dynamic_list.t: New file.
9557 * testsuite/dynamic_list.sh: New file.
9558
e0bb29a5
CS
95592008-11-05 Craig Silverstein <csilvers@google.com>
9560
9561 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
9562 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
9563 (t11_last): Likewise.
9564 * testsuite/ver_test_6.c (main): Likewise.
9565
4e1e25e0
CC
95662008-10-07 Cary Coutant <ccoutant@google.com>
9567
9568 * options.c (General_options::finalize): Add check for -static and
9569 -shared.
9570 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
9571 is not empty.
9572
92f03fcb
CC
95732008-10-02 Cary Coutant <ccoutant@google.com>
9574
9575 * plugin.cc (make_sized_plugin_object): Fix conditional
9576 compilation to work when not all targets are enabled.
9577
fbd8a257
CC
95782008-09-29 Cary Coutant <ccoutant@google.com>
9579
9580 * archive.cc (Archive::get_file_and_offset): Use filename instead
9581 of name to get library path.
9582 (Archive::include_member): Unlock external member of a thin archive.
9583
9584 * testsuite/Makefile.am (TEST_AR): New variable.
9585 (thin_archive_test_1): New test.
9586 (thin_archive_test_2): New test.
81636b3f
CC
9587 * testsuite/Makefile.in: Regenerate.
9588 * testsuite/thin_archive_main.cc: New file.
9589 * testsuite/thin_archive_test_1.cc: New file.
9590 * testsuite/thin_archive_test_2.cc: New file.
9591 * testsuite/thin_archive_test_3.cc: New file.
9592 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 9593
eff45813
CC
95942008-09-29 Cary Coutant <ccoutant@google.com>
9595
9596 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
9597 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
9598 instead of -1U.
9599 (Sized_relobj::do_finalize_local_symbols): Likewise.
9600 (Sized_relobj::map_to_kept_section): Likewise.
9601 * object.h (Sized_relobj::invalid_address): New constant.
9602 (Sized_relobj::do_output_section_offset): Check for invalid_address
9603 and return -1ULL.
9604 * output.cc (Output_reloc::local_section_offset): Use constant
9605 invalid_address instead of -1U.
9606 (Output_reloc::get_address): Likewise.
9607 (Output_section::output_address): Change -1U to -1ULL.
9608 * output.h (Output_reloc::invalid_address): New constant.
9609 * reloc.cc (Sized_relobj::write_sections): Use constant
9610 invalid_address instead of -1U.
9611 (Sized_relobj::relocate_sections): Likewise.
9612 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
9613 values for merge sections.
9614 * target-reloc.h (relocate_for_relocatable): Use constant
9615 invalid_address instead of -1U.
9616
89fc3421
CC
96172008-09-19 Cary Coutant <ccoutant@google.com>
9618
9619 Add plugin functionality for link-time optimization (LTO).
9620 * configure.ac (plugins): Add --enable-plugins option.
9621 * configure: Regenerate.
9622 * config.in: Regenerate.
9623 * Makefile.am (LIBDL): New variable.
9624 (CCFILES): Add plugin.cc.
9625 (HFILES): Add plugin.h.
9626 (ldadd_var): Add LIBDL.
9627 * Makefile.in: Regenerate.
9628
9629 * archive.cc: Include "plugin.h".
9630 (Archive::setup): Don't preread archive symbols when using a plugin.
9631 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
9632 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
9633 files.
9634 (Archive::include_member): Add symbols from plugin objects.
9635 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
9636 * descriptors.cc (Descriptors::open): Check for file descriptors
9637 abandoned by plugins.
9638 (Descriptors::claim_for_plugin): New function.
9639 * descriptors.h (Descriptors::claim_for_plugin): New function.
9640 (Open_descriptor::is_claimed): New field.
9641 (claim_descriptor_for_plugin): New function.
9642 * fileread.cc (File_read::claim_for_plugin): New function.
9643 * fileread.h (File_read::claim_for_plugin): New function.
9644 (File_read::descriptor): New function.
9645 * gold.cc: Include "plugin.h".
9646 (queue_initial_tasks): Add task to call plugin hooks for generating
9647 new object files.
9648 * main.cc: Include "plugin.h".
9649 (main): Load plugin libraries.
9650 * object.h (Pluginobj): Declare.
9651 (Object::pluginobj): New function.
9652 (Object::do_pluginobj): New function.
9653 (Object::set_target): New function.
9654 * options.cc: Include "plugin.h".
9655 (General_options::parse_plugin): New function.
9656 (General_options::General_options): Initialize plugins_ field.
9657 (General_options::add_plugin): New function.
9658 * options.h (Plugin_manager): Declare.
9659 (General_options): Add --plugin option.
9660 (General_options::has_plugins): New function.
9661 (General_options::plugins): New function.
9662 (General_options::add_plugin): New function.
9663 (General_options::plugins_): New field.
9664 * plugin.cc: New file.
9665 * plugin.h: New file.
9666 * readsyms.cc: Include "plugin.h".
9667 (Read_symbols::do_read_symbols): Check for archive before checking
9668 for ELF file. Call plugin hooks to claim files.
9669 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
9670 from a real object file; force override when processing replacement
9671 files.
9672 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
9673 (Symbol::init_base_object): Likewise.
9674 (Symbol::init_base_output_data): Likewise.
9675 (Symbol::init_base_output_segment): Likewise.
9676 (Symbol::init_base_constant): Likewise.
9677 (Symbol::init_base_undefined): Likewise.
9678 (Symbol::output_section): Assert that object is not a plugin.
9679 (Symbol_table::add_from_pluginobj): New function.
9680 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
9681 undefined.
9682 (Symbol_table::sized_write_globals): Likewise.
9683 (Symbol_table::add_from_pluginobj): Instantiate template.
9684 * symtab.h (Sized_pluginobj): Declare.
9685 (Symbol::in_real_elf): New function.
9686 (Symbol::set_in_real_elf): New function.
9687 (Symbol::in_real_elf_): New field.
9688 (Symbol_table::add_from_pluginobj): New function.
9689
9690 * testsuite/Makefile.am (AM_CFLAGS): New variable.
9691 (LIBDL): New variable.
9692 (LDADD): Add LIBDL.
9693 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
9694 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
9695 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
9696 (MOSTLYCLEANFILES): Likewise.
9697 * testsuite/Makefile.in: Regenerate.
9698 * testsuite/plugin_test.c: New file.
9699 * testsuite/plugin_test_1.sh: New file.
9700 * testsuite/plugin_test_2.sh: New file.
9701
de31bda5
ILT
97022008-09-16 Ian Lance Taylor <iant@google.com>
9703
9c2d0ef9
ILT
9704 * target-reloc.h (relocate_section): Check whether a symbol is
9705 defined by the ABI before reporting an undefined symbol error.
9706 * target.h (Target::is_defined_by_abi): Make parameter const.
9707 (Target::do_is_defined_by_abi): Likewise.
9708 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
9709 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
9710 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
9711 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
9712 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
9713 * testsuite/Makefile.in: Rebuild.
9714
de31bda5
ILT
9715 * fileread.cc (make_view): Add casts to avoid warning.
9716
9fa33bee
AO
97172008-09-16 Alexandre Oliva <aoliva@redhat.com>
9718
9719 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
9720 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
9721
183fd0e3
AO
97222008-09-16 Alexandre Oliva <aoliva@redhat.com>
9723
9724 * options.h (General_options::output_is_executable): New.
9725 (General_options::output_is_pie): New.
9726 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
9727 for shared libraries.
9728 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
9729
7be8330a
CD
97302008-09-11 Chris Demetriou <cgd@google.com>
9731
9732 * options.h (origin): New -z option.
9733 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
9734 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
9735 in DT_FLAGS_1.
9736
a9caad02
CC
97372008-09-05 Cary Coutant <ccoutant@google.com>
9738
9739 * fileread.cc (File_read::make_view): Add check for attempt to map
9740 beyond end of file.
9741
ae6dce4d
CC
97422008-09-05 Cary Coutant <ccoutant@google.com>
9743
9744 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
9745 explicit instantiations.
9746
d7ab2a47
KVH
97472008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
9748
9749 PR gold/6858
9750 * options.cc (General_options::finalize): Allow undefined symbols
9751 in shlibs if linking -shared.
9752
9753 PR gold/6859
9754 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
9755 symbols as not needing a dynsym entry.
9756
1e52a9c1
CS
97572008-08-20 Craig Silverstein <csilvers@google.com>
9758
9759 * fileread.cc (File_read::open): Do not lock the file unless it
9760 was successfully opened.
9761
d85c80a3
CC
97622008-08-14 Cary Coutant <ccoutant@google.com>
9763
9764 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
9765 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
9766 * testsuite/tls_test.cc (struct int128): 128-bit struct
9767 for testing TLS relocs with non-zero addend.
9768 (v12): New TLS variable.
9769 (t12): New test.
9770 (t_last): Add check for v12.
9771 * testsuite/tls_test.h (t12): New function.
9772 * testsuite/tls_test_main.cc (thread_routine): Call new test.
9773
2d924fd9
ILT
97742008-08-13 Ian Lance Taylor <iant@google.com>
9775
9776 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
9777 set tls_segment_ or relro_segment_.
9778 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
9779 when appropriate.
9780 * output.h (Output_section::clear_is_relro): New function.
9781 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
9782 sections specially even when output_data_ is empty.
9783 (Output_segment::maximum_alignment): When first section is relro,
9784 only force alignment for PT_LOAD segments.
9785 * script.cc (script_data_segment_align): New function.
9786 (script_data_segment_relro_end): New function.
9787 * script-c.h (script_data_segment_align): Declare.
9788 (script_data_segment_relro_end): Declare.
9789 * script-sections.h (class Script_sections): Declare
9790 data_segment_align and data_segment_relro_end. Add fields
9791 segment_align_index_ and saw_relro_end_.
9792 * script-sections.cc (class Sections_element): Add set_is_relro
9793 virtual function. Add new bool* parameter to place_orphan_here.
9794 Add get_output_section virtual function.
9795 (class Output_section_definition): Add set_is_relro. Add new
9796 bool* parameter to place_orphan_here. Add get_output_section.
9797 Add is_relro_ field.
9798 (Output_section_definition::Output_section_definition): Initialize
9799 evaluated_address_, evaluated_load_address, evaluated_addralign_,
9800 and is_relro_ fields.
9801 (Output_section_definition::place_orphan_here): Add is_relro
9802 parameter.
9803 (Output_section_definition::set_section_addresses): Set relro for
9804 output section.
9805 (Output_section_definition::alternate_constraint): Likewise.
9806 (class Orphan_output_section): Add new bool* parameter to
9807 place_orphan_here. Add get_output_section.
9808 (Orphan_output_section::place_orphan_here): Add is_relro
9809 parameter.
9810 (Script_sections::Script_sections): Initialize
9811 data_segment_align_index_ and saw_relro_end_.
9812 (Script_sections::data_segment_align): New function.
9813 (Script_sections::data_segment_relro_end): New function.
9814 (Script_sections::place_orphan): Set or clear is_relro.
9815 (Script_sections::set_section_addresses): Force alignment of first
9816 TLS section.
9817 * yyscript.y (exp): Call script_data_segment_align and
9818 script_data_segment_relro_end.
9819 * testsuite/relro_script_test.t: New file.
9820 * testsuite/relro_test.cc (using_script): Declare.
9821 (t1, t2): Test using_script.
9822 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
9823 (relro_script_test_SOURCES): Define.
9824 (relro_script_test_DEPENDENCIES): Define.
9825 (relro_script_test_LDFLAGS): Define.
9826 (relro_script_test_LDADD): Define.
9827 (relro_script_test.so): New target.
9828 * testsuite/Makefile.in: Rebuild.
9829
f827c9a9
CC
98302008-08-06 Cary Coutant <ccoutant@google.com>
9831
9832 * archive.cc (Archive::total_archives, Archive::total_members)
9833 (Archive::total_members_loaded): New variables.
9834 (Archive::setup): Add parameter. Add option to preread
9835 archive symbols.
9836 (Archive::read_armap): Add counter.
9837 (Archive::get_file_and_offset): New function.
9838 (Archive::get_elf_object_for_member): New function.
9839 (Archive::read_all_symbols): New function.
9840 (Archive::read_symbols): New function.
9841 (Archive::add_symbols): Add counters.
9842 (Archive::include_all_members): Use armap to find members if it's
9843 already built.
9844 (Archive::include_member): Skip reading symbols if already read.
9845 Factored code into Archive::get_file_and_offset and
9846 Archive::get_elf_object_for_member. Changed call to
9847 Mapfile::report_include_archive_member.
9848 (Archive::print_stats): New function.
9849 * archive.h: Declare Object and Read_symbols_data classes.
9850 (Archive::Archive): Add initializers for new members.
9851 (Archive::setup): Add parameter.
9852 (Archive::print_stats): New function.
9853 (Archive::total_archives, Archive::total_members)
9854 (Archive::total_members_loaded): New variables.
9855 (Archive::get_file_and_offset): New function.
9856 (Archive::get_elf_object_for_member): New function.
9857 (Archive::read_all_symbols): New function.
9858 (Archive::read_symbols): New function.
9859 (Archive::Archive_member): New class.
9860 (Archive::members_): New member.
9861 (Archive::num_members_): New member.
9862 * main.cc: Include archive.h.
9863 (main): Call Archive::print_stats.
9864 * mapfile.cc (Mapfile::report_include_archive_member): Delete
9865 archive parameter; member_name is now the fully-decorated name.
9866 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
9867 * options.h: (General_options): Add --preread-archive-symbols option.
9868 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
9869 Archive::setup.
9870
de4c45bd
ILT
98712008-08-04 Ian Lance Taylor <iant@google.com>
9872
9873 * symtab.h (Symbol::use_plt_offset): New function.
9874 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
9875 * powerpc.cc (Relocate::relocate): Likewise.
9876 * sparc.cc (Relocate::relocate): Likewise.
9877 * x86_64.cc (Relocate::relocate): Likewise.
9878 * testsuite/weak_plt.sh: New test.
9879 * testsuite/weak_plt_main.cc: New test.
9880 * testsuite/weak_plt_shared.cc: New test.
9881 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
9882 (check_PROGRAMS): Add weak_plt.
9883 (check_DATA): Add weak_plt_shared.so.
9884 (weak_plt_main_pic.o, weak_plt): New targets.
9885 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
9886 * testsuite/Makefile.in: Rebuild.
9887
9888 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
9889 gcctestdir/ld.
9890 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
9891 * testsuite/Makefile.in: Rebuild.
9892
323ee3f4
AM
98932008-08-04 Alan Modra <amodra@bigpond.net.au>
9894
9895 * Makefile.am (POTFILES.in): Set LC_ALL=C.
9896 * Makefile.in: Regenerate.
9897 * po/POTFILES.in: Regenerate.
9898
7c07ecec
ILT
98992008-07-29 Ian Lance Taylor <iant@google.com>
9900
9901 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
9902 symbols before other symbols.
9903 * testsuite/script_test_2.cc (test_addr): Declare.
9904 (test_addr_alias): Declare.
9905 (main): Check that test_addr and test_addr_alias have the right
cd536b21 9906 values.
7c07ecec
ILT
9907 * testsuite/script_test_2.t: Define test_addr_alias and
9908 test_addr.
9909
5778530e
ILT
99102008-07-24 Ian Lance Taylor <iant@google.com>
9911
2a00e4fb
ILT
9912 PR 5990
9913 * descriptors.cc: New file.
9914 * descriptors.h: New file.
9915 * gold-threads.h (class Hold_optional_lock): New class.
9916 * fileread.cc: Include "descriptors.h".
9917 (File_read::~File_read): Release descriptor rather than closing
9918 it.
9919 (File_read::open) [file]: Call open_descriptor rather than open.
9920 Set is_descriptor_opened_.
9921 (File_read::open) [memory]: Assert that descriptor is not open.
9922 (File_read::reopen_descriptor): New function.
9923 (File_read::release): Release descriptor.
9924 (File_read::do_read): Make non-const. Reopen descriptor.
9925 (File_read::read): Make non-const.
9926 (File_read::make_view): Reopen descriptor.
9927 (File_read::do_readv): Likewise.
9928 * fileread.h (class File_read): Add is_descriptor_opened_ field.
9929 Update declarations.
9930 * layout.cc: Include "descriptors.h".
9931 (Layout::create_build_id): Use open_descriptor rather than open.
9932 * output.cc: Include "descriptors.h".
9933 (Output_file::open): Use open_descriptor rather than open.
9934 * archive.cc (Archive::const_iterator): Change Archive to be
9935 non-const.
9936 (Archive::begin, Archive::end): Make non-const.
9937 (Archive::count_members): Likewise.
9938 * archive.h (class Archive): Update declarations.
9939 * object.h (Object::read): Make non-const.
9940 * Makefile.am (CCFILES): Add descriptors.cc.
9941 (HFILES): Add descriptors.h.
9942 * Makefile.in: Rebuild.
9943
801647d1
ILT
9944 PR 6716
9945 * gold.h: Always include <clocale>. Add Solaris workarounds
9946 following code in binutils/sysdep.h.
9947
5edd166e
ILT
9948 PR 6048
9949 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
9950 this->eh_frame_hdr_ is NULL before using it.
9951
c89ad728
ILT
9952 * dynobj.cc (Versions::Versions): Update comment.
9953
aa86f06b
ILT
9954 * dynobj.cc (Versions::Versions): If there is an soname, use it as
9955 the base version name.
9956
5778530e
ILT
9957 * stringpool.cc (Stringpool_template::add_with_length): Set key to
9958 array size plus one.
9959 (Stringpool_template::set_string_offsets): Subtract one from key
9960 before using it as an array index.
9961 (Stringpool_template::get_offset_with_length): Likewise.
9962 (Stringpool_template::write_to_buffer): Likewise.
9963 * stringpool.h (Stringpool_template::get_offset_from_key):
9964 Likewise.
9965
057ead22
ILT
99662008-07-23 Ian Lance Taylor <iant@google.com>
9967
7f649c59
ILT
9968 PR 6658
9969 * object.h (Merged_symbol_value::value): Do our best to handle a
9970 negative addend.
9971
057ead22
ILT
9972 PR 6647
9973 * script.cc (Version_script_info::get_versions): Don't add empty
9974 version tag to return value.
9975 (Version_script_info::get_symbol_version_helper): Change return
9976 type to bool. Add pversion parameter. Change all callers.
9977 (script_register_vers_node): Don't require a non-NULL tag.
9978 * script.h (class Version_script_info): Update declarations.
9979 (Version_script_info::get_symbol_version): Change return type to
9980 bool. Add version parameter. Change all callers.
9981 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
9982 handling. Handle an empty version from a version script.
9983 (Symbol_table::define_special_symbol): Likewise.
9984 * testsuite/ver_test_10.script: New file.
9985 * testsuite/ver_test_10.sh: New file.
9986 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
9987 (check_DATA): Add ver_test_10.syms.
9988 (ver_test_10.syms, ver_test_10.so): New target.
9989 * testsuite/Makefile.in: Rebuild.
9990
58e54ac2
CD
99912008-07-23 Simon Baldwin <simonb@google.com>
9992
9993 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
9994 to zero for undefined symbols from dynamic libraries.
9995
95d14cd3
ILT
99962008-07-23 Ian Lance Taylor <iant@google.com>
9997
9998 * symtab.cc (Symbol_table::resolve): Remove version parameter.
9999 Change all callers.
10000 * symtab.h (class Symbol_table): Update declaration.
10001 * testsuite/ver_test_9.cc: New file.
10002 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
10003 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
10004 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
10005 (ver_test_9.so, ver_test_9.o): New targets.
10006 * testsuite/Makefile.in: Rebuild.
10007
92de84a6
ILT
100082008-07-22 Ian Lance Taylor <iant@google.com>
10009
34810851
ILT
10010 * options.h (class General_options): Define --check-sections.
10011 * layout.cc (Layout::set_segment_offsets): Handle
10012 --check-sections.
10013
af6156ef
ILT
10014 * options.h (class General_options): Define -n/--nmagic and
10015 -N/--omagic.
10016 * options.cc (General_options::finalize): For -n/--nmagic or
10017 -N/--omagic, set -static.
10018 * layout.cc (Layout::attach_allocated_section_to_segment): If
10019 -N/--omagic, don't put read-only and read-write sections in
10020 different segments.
10021 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
10022 finding a read-only segment.
10023 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
10024 don't set the minimum segment alignment to the common page size,
10025 and don't set the file offset to the address modulo the page size.
10026 * script-sections.cc (Script_sections::create_segments): If
10027 -n/--omagic, don't put read-only and read-write sections in
10028 different segments.
10029
92de84a6
ILT
10030 * cref.cc: New file.
10031 * cref.h: New file.
10032 * options.h (class General_options): Add --print-symbol-counts.
10033 * main.cc (main): Issue defined symbol report if requested.
10034 * archive.cc (Archive::interpret_header): Make into a const member
10035 function.
10036 (Archive::add_symbols): Call Input_objects::archive_start and
10037 archive_stop.
10038 (Archive::const_iterator): Define new class.
10039 (Archive::begin, Archive::end): New functions.
10040 (Archive::include_all_members): Rewrite to use iterator.
10041 (Archive::count_members): New function.
10042 * archive.h (class Archive): Update declarations.
10043 (Archive::filename): New function.
10044 * object.cc: Include "cref.h".
10045 (Sized_relobj::Sized_relobj): Initialize defined_count_.
10046 (Sized_relobj::do_get_global_symbol_counts): New function.
10047 (Input_objects::add_object): Add object to cross-referencer.
10048 (Input_objects::archive_start): New function.
10049 (Input_objects::archive_stop): New function.
10050 (Input_objects::print_symbol_counts): New function.
10051 * object.h: Declare Cref and Archive.
10052 (Object::get_global_symbol_counts): New function.
10053 (Object::do_get_global_symbol_counts): New pure virtual function.
10054 (class Sized_relobj): Add defined_count_ field. Update
10055 declarations.
10056 (class Input_objects): Add cref_ field. Update constructor.
10057 Update declarations.
10058 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
10059 defined_count_.
10060 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
10061 symbol counts.
10062 (Sized_dynobj::do_get_global_symbol_counts): New function.
10063 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
10064 defined_count_. Update declarations. Define Symbols typedef.
10065 * symtab.cc (Symbol_table::add_from_relobj): Add defined
10066 parameter. Change all callers.
10067 (Symbol_table::add_from_dynobj): Add sympointers and defined
10068 parameters. Change all callers.
10069 * symtab.h (class Symbol_table): Update declarations.
10070 * Makefile.am (CCFILES): Add cref.cc.
10071 (HFILES): Add cref.h.
10072 * Makefile.in: Rebuild.
10073
3f7c5e1d
CD
100742008-07-22 Simon Baldwin <simonb@google.com>
10075
10076 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
10077 to zero when writing undefined symbols.
10078
e0b64032
ILT
100792008-07-22 Ian Lance Taylor <iant@google.com>
10080
10081 * output.cc (Output_section::add_input_section): Don't try to
10082 merge empty merge sections.
10083
096b02cf
CS
100842008-07-21 Craig Silverstein <csilvers@google.com>
10085
10086 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
10087 Include symbol version in error message.
cd536b21 10088
1d1f116d
CD
100892008-07-20 Chris Demetriou <cgd@google.com>
10090
cd536b21 10091 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
10092 (RANDOM_SEED_CFLAGS): New substituted variable.
10093 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
10094 * configure: Rebuild.
10095 * Makefile.in: Likewise.
10096 * testsuite/Makefile.in: Likewise.
10097
a18f591e
ILT
100982008-07-18 Ian Lance Taylor <iant@google.com>
10099
10100 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
10101 where we see NAME/NULL and NAME/VERSION as separate symbols.
10102 * testsuite/ver_test_main.cc (main): Call t4.
10103 (t4, t4_2a): Define.
10104 * testsuite/ver_test_2.cc (t4_2): Define.
10105 * testsuite/ver_test_2.script: Put t4_2a in VER2.
10106 * testsuite/ver_test_4.cc (t4_2a): Define.
10107 * testsuite/ver_test_4.script: Put t4_2a in VER2.
10108 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
10109
c6e3f6ed
ILT
101102008-07-17 Ian Lance Taylor <iant@google.com>
10111
10112 * dynobj.cc (Versions::add_def): If we give an error about a
10113 missing version, go ahead and create the version anyhow.
10114
ef9beddf
ILT
101152008-07-10 Ian Lance Taylor <iant@google.com>
10116
10117 Handle output sections with more than 0x7fffffff bytes.
10118 * object.h (class Relobj): Change map_to_output_ to
10119 output_sections_, and just keep a section pointer. Change all
10120 uses. Move comdat group support to Sized_relobj.
10121 (Relobj::is_section_specially_mapped): Remove.
10122 (Relobj::output_section): Remove poff parameter. Change all
10123 callers.
10124 (Relobj::output_section_offset): New function.
10125 (Relobj::set_section_offset): Rewrite.
10126 (Relobj::map_to_output): Remove.
10127 (Relobj::output_sections): New function.
10128 (Relobj::do_output_section_offset): New pure virtual function.
10129 (Relobj::do_set_section_offset): Likewise.
10130 (class Sized_relobj): Add section_offsets_ field. Add comdat
10131 group support from Relobj. Update declarations.
10132 (Sized_relobj::get_output_section_offset): New function.
10133 (Sized_relobj::do_output_section_offset): New function.
10134 (Sized_relobj::do_set_section_offset): New function.
10135 * object.cc (Relobj::output_section_address): Remove.
10136 (Sized_relobj::Sized_relobj): Initialize new fields.
10137 (Sized_relobj::include_section_group): Cast find_kept_object to
10138 Sized_relobj.
10139 (Sized_relobj::include_linkonce_section): Likewise.
10140 (Sized_relobj::do_layout): Use separate arrays for output section
10141 and output offset.
10142 (Sized_relobj::do_count_local_symbols): Change map_to_output to
10143 output_sections.
10144 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
10145 output_sections and section_offsets.
10146 (Sized_relobj::write_local_symbols): Likewise.
10147 (map_to_kept_section): Compute output address directly.
10148 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
10149 output_sections and section_offsets.
10150 (Sized_relobj::write_sections): Likewise.
10151 (Sized_relobj::relocate_sections): Likewise.
10152 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
10153 * output.h (class Output_reloc): Update declarations. Change
10154 u2_.relobj to Sized_relobj*.
10155 (class Output_data_reloc): Change add functions to use
10156 Sized_relobj*.
10157 * output.cc (Output_reloc::Output_reloc): Change relobj to
10158 Sized_relobj*.
10159 (Output_reloc::local_section_offset): Change return type to
10160 Elf_Addr. Use get_output_section_offset.
10161 (Output_reloc::get_address): Likewise.
10162 (Output_section::is_input_address_mapped): Don't call
10163 is_section_specially_mapped.
10164 (Output_section::output_offset): Likewise.
10165 (Output_section::output_address): Likewise.
10166 (Output_section::starting_output_address): Likewise.
10167 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
10168 parameter to Sized_relobj*.
10169 (Copy_relocs::need_copy_reloc): Likewise.
10170 (Copy_relocs::save): Likewise.
10171 * copy-relocs.h (class Copy_relocs): Update declarations.
10172 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
10173 Sized_relobj*. Change relobj_ field to Sized_relobj*.
10174 * target-reloc.h (relocate_for_relocatable): Change
10175 offset_in_output_section type to Elf_Addr. Change code that uses
10176 it as well.
10177 * layout.cc (Layout::layout): Always set *off.
10178 * mapfile.cc (Mapfile::print_input_section): Use
10179 output_section_offset.
10180 * i386.cc (Target_i386::copy_reloc): Change object parameter to
10181 Sized_relobj*.
10182 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
10183 * sparc.cc (Target_sparc::copy_reloc): Likewise.
10184 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
10185
5cb66f97
ILT
101862008-07-03 Ian Lance Taylor <iant@google.com>
10187
10188 * layout.cc (Layout::include_section): Do not discard unrecognized
10189 SHT_STRTAB sections.
10190
afe47622
CS
101912008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
10192
10193 * script.cc (Lex::can_continue_name): Make '?' allowable in
10194 version-script names.
10195 * testsuite/version_script.map: Change glob pattern to use '?'
10196
5adf9721
ILT
101972008-06-30 Manish Singh <yosh@gimp.org>
10198
10199 PR 6585
10200 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
10201 Correct typo.
10202
e6fde208
ILT
102032008-06-30 Ian Lance Taylor <iant@google.com>
10204
10205 PR 6660
10206 PR 6682
10207 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
10208 versions]: Don't try to read the value in the contents, since we
10209 don't use it. Use the template endianness when writing.
10210
3f2e6a2d
CC
102112008-06-25 Cary Coutant <ccoutant@google.com>
10212
10213 * fileread.cc (File_read::make_view): Assert on zero-length view.
10214 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
10215 symbol table when there are no symbols to read.
10216
c43d3a48
CS
102172008-06-23 Craig Silverstein <csilvers@google.com>
10218
10219 * version.cc (version_string): Bump to 1.7
10220
5f494ea0
CS
102212008-06-18 Craig Silverstein <csilvers@google.com>
10222
10223 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
10224 constant 0xFFFF to type Valtype.
10225 (Powerpc_relocate_functions::rel16_ha): Likewise.
10226
c42e122e
ILT
102272008-06-17 Ian Lance Taylor <iant@google.com>
10228
f34787f8
ILT
10229 * output.h (Output_section::Input_section): Initialize p2align_ to
10230 zero for Output_section_data constructors.
10231 (Output_section::Input_section::addralign): If not an input
10232 section, return the alignment of the Output_section_data.
10233 * testsuite/copy_test.cc: New file.
10234 * testsuite/copy_test_1.cc: New file.
10235 * testsuite/copy_test_2.cc: New file.
10236 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
10237 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
10238 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
10239 (copy_test_1_pic.o, copy_test_1.so): New targets.
10240 (copy_test_2_pic.o, copy_test_2.so): New targets.
10241 * testsuite/Makefile.in: Rebuild.
10242
c42e122e
ILT
10243 * script-sections.cc (Script_sections::place_orphan): Initialize
10244 local variable exact.
10245
ce3ac18a
DE
102462008-06-13 David Edelsohn <edelsohn@gnu.org>
10247
10248 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
10249
42cacb20
DE
102502008-06-12 David Edelsohn <edelsohn@gnu.org>
10251 David S. Miller <davem@davemloft.net>
10252
10253 * powerpc.cc: New file.
10254 * Makefile.am (TARGETSOURCES): Add powerpc.cc
10255 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
10256 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
10257 * Makefile.in: Rebuild.
10258
7b308235
ILT
102592008-06-09 Ian Lance Taylor <iant@google.com>
10260
10261 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
10262 <exception>.
10263 (throwing, orig_terminate): New static variables.
10264 (terminate_handler): New static function.
10265 (t2): Set terminate handler.
10266
f0b886e3
ILT
102672008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
10268
10269 PR 6584
cd536b21 10270 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
10271 alignment.
10272
3e90f135
CC
102732008-05-30 Cary Coutant <ccoutant@google.com>
10274
10275 * archive.cc (Archive::include_all_members) Correct to step
10276 over symbol table and extended name table in thin archives.
10277
e09ad04a
ILT
102782008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
10279
10280 PR 6407
10281 * target-reloc.h (relocate_for_relocatable): Fix new_offset
10282 calculation.
10283
62b01cb5
ILT
102842008-05-28 Caleb Howe <cshowe@google.com>
10285
10286 * reduced_debug_output.cc: New file.
10287 * reduced_debug_output.h: New file.
92de84a6 10288 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
10289 * options.cc (General_options::finalize): Add strip_debug_non_line
10290 to the strip heirarchy.
10291 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
10292 fields.
10293 * layout.cc: Include "reduced_debug_output.h".
10294 (Layout::Layout): Initialize new fields.
10295 (line_only_debug_sections): New static array.
10296 (is_lines_only_debug_sections): New static inline function.
10297 (Layout::include_section): Handle --strip-debug-non-line.
10298 (Layout::make_output_section): If --strip-debug-non-line, build
10299 new output sections for .debug_abbrev and .debug_info.
10300 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
10301 gold. Warn about possible overflow.
10302 (read_signed_LEB_128): Likewise.
10303 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
10304 (read_signed_LEB_128): Declare.
10305 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
10306 (HFILES): Add reduced_debug_output.h.
10307 * Makefile.in: Rebuild.
10308
7d9e3d98
ILT
103092008-05-21 Ian Lance Taylor <iant@google.com>
10310
10311 * mapfile.cc: New file.
10312 * mapfile.h: New file.
10313 * options.h (class General_options): Add -M/--print-map and -Map.
10314 * options.cc (General_options::finalize): Make -M equivalent to
10315 -Map -.
10316 * main.cc: Include <cstdio> and "mapfile.h".
10317 (main): Open mapfile if requested.
10318 * gold.cc (class Middle_runner): Add mapfile_ field. Update
10319 constructor. Change caller.
10320 (queue_initial_tasks): Add mapfile parameter. Change caller.
10321 (queue_middle_tasks): Likewise.
10322 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
10323 declarations.
10324 * archive.cc: Include "mapfile.h".
10325 (Archive::add_symbols): Add mapfile parameter. Change all
10326 callers. Pass mapfile, symbol, and reason to include_member.
10327 (Archive::include_all_members): Add mapfile parameter. Change all
10328 callers.
10329 (Archive::include_member): Add mapfile, sym, and why parameters.
10330 Change all callers. Report inclusion to map file.
10331 * archive.h: Include "fileread.h".
10332 (class Archive): Update declarations.
10333 (Archive::file): New const method.
10334 (class Add_archive_symbols): Add mapfile_ field. Update
10335 constructor. Change all callers.
10336 * readsyms.h (class Read_symbols): Likewise.
10337 (class Finish_group): Likewise.
10338 (class Read_script): Likewise.
10339 * common.cc: Include "mapfile.h".
10340 (Symbol_table::allocate_commons): Add mapfile parameter. Change
10341 all callers.
10342 (Symbol_table::do_allocate_commons): Likewise.
10343 (Symbol_table::do_allocate_commons_list): Likewise. Report common
10344 symbol allocation to mapfile.
10345 * common.h (class Allocate_commons_task): Add mapfile_ field.
10346 Update constructor. Change all callers.
10347 * symtab.h (class Symbol_table): Update declarations.
10348 * layout.cc: Include "mapfile.h".
10349 (Layout_task_runner::run): Print information to mapfile.
10350 (Layout::create_gold_note): Change Output_data_fixed_space to
10351 Output_data_zero_fill.
10352 (Layout::create_build_id): Likewise.
10353 (Layout::print_to_mapfile): New function.
10354 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
10355 constructor. Change caller.
10356 (class Layout): Declare print_to_mapfile.
10357 * output.cc (Output_section::Input_section::print_to_mapfile): New
10358 function.
10359 (Output_section::add_input_section): If producing a map, always
10360 add to input_sections_ list.
10361 (Output_section::do_print_to_mapfile): New function.
10362 (Output_segment::print_sections_to_mapfile): New function.
10363 (Output_segment::print_section_list_to_mapfile): New function.
10364 * output.h: Include "mapfile.h".
10365 (Output_data::print_to_mapfile): New function.
10366 (Output_data::do_print_to_mapfile): New virtual function.
10367 (Output_segment_headers::do_print_to_mapfile): New function.
10368 (Output_file_header::do_print_to_mapfile): New function.
10369 (Output_data_const::do_print_to_mapfile): New function.
10370 (class Output_data_const_buffer): Add map_name_ field. Update
10371 constructor. Change all callers. Add do_print_to_mapfile
10372 function.
10373 (class Output_data_fixed_space): Likewise.
10374 (class Output_data_space): Likewise.
10375 (class Output_data_zero_fill): New class.
10376 (Output_data_strtab::do_print_to_mapfile): New function.
10377 (Output_data_reloc_base::do_print_to_mapfile): New function.
10378 (Output_relocatable_relocs::do_print_to_mapfile): New function.
10379 (Output_data_group::do_print_to_mapfile): New function.
10380 (Output_data_got::do_print_to_mapfile): New function.
10381 (Output_data_dynamic::do_print_to_mapfile): New function.
10382 (Output_symtab_xindex::do_print_to_mapfile): New function.
10383 (class Output_section): Declare do_print_to_mapflie. Declare
10384 print_to_mapfile in Input_section.
10385 (class Output_segment): Declare new functions.
10386 * object.h (Sized_relobj::symbol_count): New function.
10387 * script-sections.cc
10388 (Output_section_element_dot_assignment::set_section_addresses):
10389 Change Output_data_fixed_space to Output_data_zero_fill.
10390 (Output_data_expression::do_print_to_mapfile): New function.
10391 * script.cc (read_input_script): Add mapfile parameter. Change
10392 all callers.
10393 * script.h (read_input_script): Update declaration.
10394 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
10395 (Eh_frame::do_print_to_mapfile): New function.
10396 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
10397 (Output_merge_string::do_print_to_mapfile): New function.
10398 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
10399 function.
10400 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
10401 function.
10402 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
10403 function.
10404 * Makefile.am (CCFILES): Add mapfile.cc.
10405 (HFILES): Add mapfile.h.
10406 * Makefile.in: Rebuild.
10407
9f1d377b
ILT
104082008-05-19 Ian Lance Taylor <iant@google.com>
10409
10410 * options.h (class General_options): Add -z relro.
10411 * layout.cc (Layout::Layout): Initialize relro_segment_.
10412 (Layout::add_output_section_data): Return the output section.
10413 (Layout::make_output_section): Rcognize relro sections and mark
10414 them appropriately.
10415 (Layout::attach_allocated_section_to_segment): Put relro sections
10416 in a PT_GNU_RELRO segment.
10417 (Layout::create_initial_dynamic_sections): Mark the .dynamic
10418 section as relro.
10419 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
10420 PT_TLS segments.
10421 (Layout::linkonce_mapping): Map d.rel.ro.local to
10422 .data.rel.ro.local.
10423 (Layout::output_section_name): Us .data.rel.ro.local for any
10424 section which begins with that.
10425 * layout.h (class Layout): Update add_output_section_data
10426 declaration. Add relro_segment_ field.
10427 * output.cc (Output_section::Output_section): Initialize is_relro_
10428 and is_relro_local_ fields.
10429 (Output_segment::add_output_section): Group relro sections.
10430 (Output_segment::is_first_section_relro): New function.
10431 (Output_segment::maximum_alignment): If there is a relro section,
10432 align the segment to the common page size.
10433 (Output_segment::set_section_addresses): Track whether we are
10434 looking at relro sections. If the last section is a relro
10435 section, align to the common page size.
10436 (Output_segment::set_section_list_addresses): Add in_relro
10437 parameter. Change all callers. Align to the page size when
10438 moving from relro to non-relro section.
10439 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
10440 segment.
10441 * output.h (class Output_section): Add is_relro_ and
10442 is_relro_local_ fields.
10443 (Output_section::is_relro): New function.
10444 (Output_section::set_is_relro): New function.
10445 (Output_section::is_relro_local): New function.
10446 (Output_section::set_is_relro_local): New function.
10447 (class Output_segment): Update declarations.
10448 * i386.cc (Target_i386::got_section): Mark .got section as relro.
10449 * sparc.cc (Target_sparc::got_section): Likewise.
10450 * x86_64.cc (Target_x86_64::got_section): Likewise.
10451 * testsuite/relro_test_main.cc: New file.
10452 * testsuite/relro_test.cc: New file.
10453 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
10454 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
10455 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
10456 (relro_test.so, relro_test_pic.o): New targets.
10457 * testsuite/Makefile.in: Rebuild.
10458
a984ee1d
ILT
104592008-05-16 Ian Lance Taylor <iant@google.com>
10460
01676dcd
ILT
10461 * output.cc (Output_segment::add_output_section): Remove front
10462 parameter.
10463 * output.h (class Output_segment): Remove
10464 add_initial_output_section and overloaded add_output_section.
10465 Update declaration of remaining add_output_section.
10466 * layout.cc (Layout::create_interp): Call add_output_section
10467 rather than add_initial_output_section.
10468 (Layout::finish_dynamic_section): Likewise.
10469
497897f9
ILT
10470 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
10471 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
10472 know the dynamic type.
10473 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
10474 field. Initialize it in constructor.
10475 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
10476 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
10477 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
10478 reloc.
10479
a984ee1d
ILT
10480 * output.cc (Output_reloc::get_address): Change return type to
10481 Elf_Addr.
10482 * output.h (class Output_reloc): Update get_address declaration.
10483 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
10484 for section addresses.
10485
55ba0940
ILT
104862008-05-09 Ian Lance Taylor <iant@google.com>
10487
10488 PR 6493
10489 * gold.cc (gold_nomem): Use return value of write.
10490
75517b77
ILT
104912008-05-08 Ian Lance Taylor <iant@google.com>
10492
10493 * symtab.c (Symbol::init_base_output_data): Add version
10494 parameter. Change all callers.
10495 (Symbol::init_base_output_segment): Likewise.
10496 (Symbol::init_base_constant): Likewise.
10497 (Symbol::init_base_undefined): Likewise.
10498 (Sized_symbol::init_output_data): Likewise.
10499 (Sized_symbol::init_output_segment): Likewise.
10500 (Sized_symbol::init_constant): Likewise.
10501 (Sized_symbol::init_undefined): Likewise.
10502 (Symbol_table::do_define_in_output_data): If the new symbol has a
10503 version, mark it as the default.
10504 (Symbol_table::do_define_in_output_segment): Likewise.
10505 (Symbol_table::do_define_as_constant): Likewise.
10506 * symtab.h (class Symbol): Update declarations.
10507 (class Sized_symbol): Likewise.
10508 * resolve.cc (Symbol::override_version): New function.
c42e122e 10509 (Symbol::override_base): Call override_version.
75517b77
ILT
10510 (Symbol::override_base_with_special): Likewise.
10511 * testsuite/ver_script_8.script: New file.
10512 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
10513 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
10514 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
10515 (ver_test_8_1.so, ver_test_8_2.so): New targets.
10516
f1f70eae
ILT
105172008-05-06 Ian Lance Taylor <iant@google.com>
10518
f3e9c5c5
ILT
10519 PR 6049
10520 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
10521 functions.
10522 (class General_options): Remove existing --undefined, and add
10523 --no-undefined instead. Add new --undefined as synonym for -u.
10524 * archive.cc (Archive::add_symbols): Check whether symbol was
10525 named with -u.
10526 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
10527 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
10528 all uses. Add IS_UNDEFINED. Update declarations to split
10529 different versions of init_base. Declare init_base_undefined.
10530 (Symbol::is_defined): Handle IS_UNDEFINED.
10531 (Symbol::is_undefined): Likewise.
10532 (Symbol::is_weak_undefined): Call is_undefined.
10533 (Symbol::is_absolute): Handle IS_CONSTANT.
10534 (class Sized_symbol): Update declarations to split different
10535 versions of init. Declare init_undefined.
10536 (class Symbol_table): Declare new functions.
10537 * symtab.cc (Symbol::init_base_object): Rename from init_base.
10538 Change all callers.
10539 (Symbol::init_base_output_data): Likewise.
10540 (Symbol::init_base_output_segment): Likewise.
10541 (Symbol::init_base_constant): Likewise.
10542 (Symbol::init_base_undefined): New function.
10543 (Sized_symbol::init_object): Rename from init. Change all
10544 callers.
10545 (Sized_symbol::init_output_data): Likewise.
10546 (Sized_symbol::init_output_segment): Likewise.
10547 (Sized_symbol::init_constant): Likewise.
10548 (Sized_symbol::init_undefined): New function.
10549 (Symbol_table::add_undefined_symbols_from_command_line): New
10550 function.
10551 (Symbol_table::do_add_undefined_symbols_from_command_line): New
10552 function.
10553 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
10554 (Symbol::output_section): Likewise.
10555 (Symbol::set_output_section): Likewise.
10556 (Symbol_table::sized_finalize_symbol): Likewise.
10557 (Symbol_table::sized_write_globals): Likewise.
10558 * resolve.cc (Symbol_table::should_override): Likewise.
10559 (Symbol::override_base_with_special): Likewise.
10560
8bdcdf2c
ILT
10561 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
10562 symbol, change it to have default visibility.
10563 * testsuite/protected_1.cc: New file.
10564 * testsuite/protected_2.cc: New file.
10565 * testsuite/protected_3.cc: New file.
10566 * testsuite/protected_main_1.cc: New file.
10567 * testsuite/protected_main_2.cc: New file.
10568 * testsuite/protected_main_3.cc: New file.
10569 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
10570 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
10571 (protected_1_LDFLAGS, protected_1_LDADD): Define.
10572 (protected_1.so): New target.
10573 (protected_1_pic.o, protected_2_pic.o): New targets.
10574 (protected_3_pic.o): New target.
10575 (check_PROGRAMS): Add protected_2.
10576 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
10577 (protected_2_LDFLAGS, protected_2_LDADD): Define.
10578 * testsuite/Makefile.in: Rebuild.
10579
2b706932
ILT
10580 * options.h (DEFINE_var): Add set_user_set_##varname__.
10581 (DEFINE_bool_alias): New macro.
10582 (class General_options): Define -Bstatic using DEFINE_bool_alias
10583 rather than DEFINE_special. Add --undefined as an alias for -z
10584 defs.
10585 * options.cc (General_options::parse_Bstatic): Remove.
10586
d82a5bcc
ILT
10587 * options.h (class General_options): Add --fatal-warnings.
10588 * main.cc (main): Implement --fatal-warnings.
10589 * errors.h (Errors::warning_count): New function.
10590
f1f70eae
ILT
10591 * options.h (class General_options): Add -Bsymbolic-functions.
10592 * symtab.h (Symbol::is_preemptible): Check for
10593 -Bsymbolic-functions.
10594
8825ac63
ILT
105952008-05-05 Ian Lance Taylor <iant@google.com>
10596
d98bc257
ILT
10597 * options.h (DEFINE_bool): For DASH_Z, create the negative option
10598 as noVARNAME rather than no-VARNAME.
10599 (class General_options): Add option -z combreloc.
10600 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
10601 get_address.
10602 (Output_reloc::sort_before) [SHT_REL]: New function.
10603 (Output_reloc::sort_before) [SHT_RELA]: New function.
10604 (class Output_data_reloc_base): Add sort_relocs_ field. Define
10605 Sort_relocs_comparison.
10606 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
10607 parameter. Change all callers.
10608 (Output_data_reloc::Output_data_reloc) [both versions]: Add
10609 sort_relocs parameter. Change all callers.
10610 * output.cc (Output_reloc::get_address): New function, broken out
10611 of write_rel.
10612 (Output_reloc::write_rel): Call it.
10613 (Output_reloc::compare): New function.
10614 (Output_data_reloc_base::do_write): Optionally sort relocs.
10615
60b2b4e7
ILT
10616 * configure.ac: If targ_extra_obj is set, link it in.
10617 * configure.tgt: Initialize all variables.
10618 (x86_64*): Set targ_extra_obj and targ_extra_size.
10619 * configure: Rebuild.
10620
8825ac63
ILT
10621 * object.cc (Sized_relobj::include_section_group): Adjust section
10622 indexes read from group data. Build vector to pass to
10623 layout_group.
10624 * layout.cc (Layout::layout_group): Add flags and shndxes
10625 parameters. Remove contents parameter. Change caller. Update
10626 explicit instantiations.
10627 * layout.h (class Layout): Update layout_group declaration.
10628 * output.cc (Output_data_group::Output_data_group): Add flags and
10629 input_shndxes parameters. Remove contents parameter. Change
10630 caller.
10631 (Output_data_group::do_write): Change input_sections_ to
10632 input_shndxes_.
10633 * output.h (class Output_data_group): Update constructor
10634 declaration. Rename input_sections_ to input_shndxes_.
10635 * testsuite/many_sections_test.cc: Add template.
10636
e94cf127
CC
106372008-04-30 Cary Coutant <ccoutant@google.com>
10638
4418b2d5
CC
10639 * target-reloc.h (relocate_section): Fix dead-pointer bug.
10640
e94cf127
CC
10641 * layout.cc (Layout::include_section): Refactored check for debug
10642 info section.
10643 (Layout::add_comdat): Add new parameters. Change type
10644 of signature parameter. Add object and shndx to signatures table.
10645 (Layout::find_kept_object): New function.
10646 * layout.h: Include <cstring>.
10647 (Layout::is_debug_info_section): New function.
10648 (Layout::add_comdat): Add new parameters.
10649 (Layout::find_kept_object): New function.
10650 (Layout::Kept_section): New struct.
10651 (Layout::Signatures): Change type of map range.
10652 * object.cc (Relobj::output_section_address): New function.
10653 (Sized_relobj::include_section_group): Add new parameters. Change
10654 calls to Layout::add_comdat. Change to build table of kept comdat
10655 groups and table mapping discarded sections to kept sections.
10656 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
10657 (Sized_relobj::do_layout): Change calls to include_section_group and
10658 include_linkonce_section.
10659 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
10660 value to zero when section is discarded.
10661 (Sized_relobj::map_to_kept_section): New function.
10662 * object.h (Relobj::output_section_address): New function.
10663 (Relobj::Comdat_group): New type.
10664 (Relobj::find_comdat_group): New function.
10665 (Relobj::Comdat_group_table): New type.
10666 (Relobj::Kept_comdat_section): New type.
10667 (Relobj::Kept_comdat_section_table): New type.
10668 (Relobj::add_comdat_group): New function.
10669 (Relobj::set_kept_comdat_section): New function.
10670 (Relobj::get_kept_comdat_section): New function.
10671 (Relobj::comdat_groups_): New field.
10672 (Relobj::kept_comdat_sections_): New field.
10673 (Symbol_value::input_value): Update comment.
10674 (Sized_relobj::map_to_kept_section) New function.
10675 (Sized_relobj::include_linkonce_section): Add new parameter.
10676 * target-reloc.h (Comdat_behavior): New type.
10677 (get_comdat_behavior): New function.
10678 (relocate_section): Add code to map a discarded section to the
10679 corresponding kept section when applying a relocation.
10680
e4e5049b
CS
106812008-04-30 Craig Silverstein <csilvers@google.com>
10682
10683 * dwarf_reader.cc (next_generation_count): New static var.
10684 (Addr2line_cache_entry): New struct.
10685 (addr2line_cache): New static var.
10686 (Dwarf_line_info::one_addr2line): Added caching.
10687 (Dwarf_line_info::clear_addr2line_cache): New function.
10688 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
10689 cache-size parameter.
10690 (Dwarf_line_info::one_addr2line_cache): New function.
10691 * symtab.cc (Symbol_table::detect_odr_violations): Pass
10692 new cache-size argument to one_addr2line(), and clear cache.
10693
d09e9154
CC
106942008-04-28 Cary Coutant <ccoutant@google.com>
10695
10696 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
10697 R_386_PC8 relocations.
10698
7ef73768
ILT
106992008-04-23 Ian Lance Taylor <iant@google.com>
10700
55438702
ILT
10701 * object.cc (Sized_relobj::include_section_group): Check for
10702 invalid section group.
10703
c165fb93
ILT
10704 * object.cc (make_elf_object): Correct test for 64-bit ELF file
10705 header size.
10706
7ef73768
ILT
10707 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
10708 than read for file header.
10709 * archive.cc (Archive::include_member): Likewise.
10710
6194aaab
L
107112008-04-23 Paolo Bonzini <bonzini@gnu.org>
10712
10713 * aclocal.m4: Regenerate.
10714 * configure: Regenerate.
10715
d491d34e
ILT
107162008-04-19 Ian Lance Taylor <iant@google.com>
10717
5ea2bac6
ILT
10718 * version.cc (version_string): Bump to 1.6.
10719
7bc3e21a
ILT
10720 * testsuite/Makefile.am (many_sections_r_test): New target.
10721 (many_sections_r_test_SOURCES): Remove.
10722 (many_sections_r_test_DEPENDENCIES): Remove.
10723 (many_sections_r_test_LDFLAGS): Remove.
10724 (many_sections_r_test_LDADD): Remove.
10725
7fcd3aa9
ILT
10726 * object.cc (Sized_relobj::do_add_symbols): Always pass
10727 local_symbol_count_ to add_from_relobj.
10728
4c94d6ae
ILT
10729 * testsuite/Makefile.am (many_sections_check.h): Only check one in
10730 every thousand variables.
10731 * testsuite/Makefile.in: Rebuild.
10732
d491d34e
ILT
10733 * object.cc (Xindex::initialize_symtab_xindex): New function.
10734 (Xindex::read_symtab_xindex): New function.
10735 (Xindex::sym_xindex_to_shndx): New function.
10736 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
10737 available.
10738 (Sized_relobj::do_initialize_xindex): New function.
10739 (Sized_relobj::do_read_symbols): Adjust section links.
10740 (Sized_relobj::symbol_section_and_value): Add is_ordinary
10741 parameter. Change all callers.
10742 (Sized_relobj::include_section_group): Adjust section links and
10743 symbol section indexes.
10744 (Sized_relobj::do_layout): Adjust section links.
10745 (Sized_relobj::do_count_local_symbols): Adjust section links and
10746 symbol section indexes.
10747 (Sized_relobj::do_finalize_local_symbols): Distinguish between
10748 ordinary and special symbols.
10749 (Sized_relobj::write_local_symbols): Add symtab_xindex and
10750 dynsym_xindex parameters. Change all callers. Adjust section
10751 links. Use SHN_XINDEX when needed.
10752 (Sized_relobj::get_symbol_location_info): Adjust section links.
10753 Don't get fooled by special symbols.
10754 * object.h (class Xindex): Define.
10755 (class Object): Add xindex_ parameter. Declare virtual functoin
10756 do_initialize_xindex.
10757 (Object::adjust_sym_shndx): New function.
10758 (Object::set_xindex): New protected function.
10759 (class Symbol_value): Add is_ordinary_shndx_ field.
10760 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
10761 (Symbol_value::value): Assert ordinary section.
10762 (Symbol_value::initialize_input_to_output_map): Likewise.
10763 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
10764 Change all callers.
10765 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
10766 all callers.
10767 (class Sized_relobj): Update declarations.
10768 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
10769 parameter. Change all callers.
10770 (Sized_relobj::adjust_shndx): New function.
10771 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
10772 field.
10773 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
10774 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
10775 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
10776 (Sized_dynobj::read_dynsym_section): Adjust section links.
10777 (Sized_dynobj::read_dynamic): Likewise.
10778 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
10779 section links.
10780 (Sized_dynobj::do_initialize_xindex): New function.
10781 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
10782 do_initialize_xindex.
10783 (Sized_dynobj::adjust_shndx): New function.
10784 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
10785 dynsym_xindex_ fields.
10786 (Layout::finalize): Add a call to set_section_indexes before
10787 creating the symtab sections.
10788 (Layout::set_section_indexes): Don't do anything if the section
10789 already has a section index.
10790 (Layout::create_symtab_sections): Add shnum parameter. Change
10791 caller. Create .symtab_shndx section if needed.
10792 (Layout::create_shdrs): Add shstrtab_section parameter. Change
10793 caller.
10794 (Layout::allocated_output_section_count): New function.
10795 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
10796 needed.
10797 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
10798 fields. Update declarations.
10799 (Layout::symtab_xindex): New function.
10800 (Layout::dynsym_xindex): New function.
10801 (class Write_symbols_task): Add layout_ field.
10802 (Write_symbols_task::Write_symbols_task): Add layout parameter.
10803 Change caller.
10804 * output.cc (Output_section_headers::Output_section_headers): Add
10805 shstrtab_section parameter. Change all callers.
10806 (Output_section_headers::do_sized_write): Store overflow values
10807 for section count and section string table section index in
10808 section header zero.
10809 (Output_file_header::do_sized_write): Check for overflow of
10810 section count and section string table section index.
10811 (Output_symtab_xindex::do_write): New function.
10812 (Output_symtab_xindex::endian_do_write): New function.
10813 * output.h (class Output_section_headers): Add shstrtab_section_.
10814 Update declarations.
10815 (class Output_symtab_xindex): Define.
10816 (Output_section::has_out_shndx): New function.
10817 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
10818 field.
10819 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
10820 Change all callers.
10821 (Sized_symbol::init): Likewise.
10822 (Symbol::output_section): Check for ordinary symbol.
10823 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
10824 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
10825 callers.
10826 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
10827 Change all callers. Simplify handling of symbols from sections
10828 not included in the link.
10829 (Symbol_table::add_from_dynobj): Handle ordinary symbol
10830 distinction.
10831 (Weak_alias_sorter::operator()): Assert that symbols are
10832 ordinary.
10833 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
10834 distinction.
10835 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
10836 parameters. Change all callers.
10837 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
10838 symbol distinction. Use SHN_XINDEX when needed.
10839 (Symbol_table::write_section_symbol): Add symtab_xindex
10840 parameter. Change all callers.
10841 (Symbol_table::sized_write_section_symbol): Likewise. Use
10842 SHN_XINDEX when needed.
10843 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
10844 declarations.
10845 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
10846 (Symbol::is_defined): Check is_ordinary.
10847 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
10848 (Symbol::is_absolute, Symbol::is_common): Likewise.
10849 (class Sized_symbol): Update declarations.
10850 (class Symbol_table): Update declarations.
10851 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
10852 parameters. Change all callers.
10853 (Sized_symbol::override): Likewise.
10854 (Symbol_table::override): Likewise.
10855 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
10856 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
10857 is_ordinary, and orig_st_shndx parameters. Change all callers.
10858 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
10859 to be in an ordinary section.
10860 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
10861 object and is_ordinary parameters. Change all callers.
10862 (Sized_dwarf_line_info::read_relocs): Add object parameter.
10863 Change all callers. Don't add undefined or non-ordinary symbols
10864 to reloc_map_.
10865 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
10866 Change all callers.
10867 * dwarf_reader.h (class Sized_dwarf_line_info): Update
10868 declarations.
10869 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
10870 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
10871 (Sized_relobj::relocate_sections): Likewise.
10872 * target-reloc.h (scan_relocs): Adjust section symbol index.
10873 (scan_relocatable_relocs): Likewise.
10874 * i386.cc (Scan::local): Check for ordinary symbols.
10875 * sparc.cc (Scan::local): Likewise.
10876 * x86_64.cc (Scan::local): Likewise.
10877 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
10878 to symbol_section_and_value.
10879 * testsuite/many_sections_test.cc: New file.
10880 * testsuite/Makefile.am (BUILT_SOURCES): Define.
10881 (check_PROGRAMS): Add many_sections_test.
10882 (many_sections_test_SOURCES): Define.
10883 (many_sections_test_DEPENDENCIES): Define.
10884 (many_sections_test_LDFLAGS): Define.
10885 (BUILT_SOURCES): Add many_sections_define.h.
10886 (many_sections_define.h): New target.
10887 (BUILT_SOURCES): Add many_sections_check.h.
10888 (many_sections_check.h): New target.
10889 (check_PROGRAMS): Add many_sections_r_test.
10890 (many_sections_r_test_SOURCES): Define.
10891 (many_sections_r_test_DEPENDENCIES): Define.
10892 (many_sections_r_test_LDFLAGS): Define.
10893 (many_sections_r_test_LDADD): Define.
10894 (many_sections_r_test.o): New target.
10895 * testsuite/Makefile.in: Rebuild.
10896
c5818ff1
CC
108972008-04-17 Cary Coutant <ccoutant@google.com>
10898
10899 * errors.cc (Errors::info): New function.
10900 (gold_info): New function.
10901 * errors.h (Errors::info): New function.
10902 * gold.h (gold_info): New function.
10903 * object.cc (Input_objects::add_object): Print trace output.
10904 * options.cc (options::parse_set): New function.
10905 (General_options::parse_wrap): Deleted.
10906 (General_options::General_options): Deleted initializer.
10907 * options.h (options::String_set): New typedef.
10908 (options::parse_set): New function.
10909 (DEFINE_set): New macro.
10910 (General_options::wrap): Changed to use DEFINE_set. Changed
10911 callers of any_wrap_symbols and is_wrap_symbol.
10912 (General_options::trace, General_options::trace_symbol):
10913 New options.
10914 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
10915 (General_options::wrap_symbols_): Deleted.
10916 * symtab.cc (Symbol_table::add_from_object): Print trace output.
10917
b5be4a7c
DM
109182008-04-17 David S. Miller <davem@davemloft.net>
10919
10920 * options.cc (General_options::parse_V): New function.
10921 * options.h: Add entries for -V and -Qy.
10922
155a0dd7
ILT
109232008-04-17 Ian Lance Taylor <iant@google.com>
10924
10925 * common.cc (Symbol_table::allocate_commons): Remove options
10926 parameter. Change caller.
10927 (Symbol_table::do_allocate_commons): Remove options parameter.
10928 Change caller. Just call do_allocate_commons_list twice.
10929 (Symbol_table::do_allocate_commons_list): New function, broken out
10930 of do_allocate_commons.
10931 * common.h (class Allocate_commons_task): Remove options_ field.
10932 Update constructor.
10933 * symtab.cc (Symbol_table::Symbol_table): Initialize
10934 tls_commons_.
10935 (Symbol_table::add_from_object): Put TLS common symbols on
10936 tls_commons_ list.
10937 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
10938 which are IN_OUTPUT_DATA.
10939 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
10940 allocate_commons and do_allocate_commons declarations. Declare
10941 do_allocate_commons_list.
10942 * gold.cc (queue_middle_tasks): Update creation of
10943 Allocate_commons_task to not pass options.
10944 * testsuite/Makefile.am (INCLUDES): Add -I.. .
10945 (TLS_TEST_C_FLAGS): New variable.
10946 (tls_test_c_pic.o): New target.
10947 (tls_test_shared.so): Link in tls_test_c_pic.o.
10948 (tls_test_c_pic_ie.o): New target.
10949 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
10950 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
10951 (tls_test_c.o): New target.
10952 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
10953 (tls_pic_test_LDADD): Likewise.
10954 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
10955 (tls_shared_gd_to_ie_test_LDADD): Likewise.
10956 (tls_test_c_gnu2.o): New target.
10957 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
10958 tls_test_c_gnu2.o.
10959 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
10960 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
10961 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
10962 * testsuite/tls_test.cc: Include "config.h".
10963 (t_last): Call t11_last.
10964 * testsuite/tls_test.h (t11, t11_last): Declare.
10965 * testsuite/tls_test_c.c: New file.
10966 * testsuite/tls_test_main.cc (thread_routine): Call t11.
10967 * configure.ac: Check for OpenMP support.
10968 * configure, config.in, Makefile.in: Rebuild.
10969 * testsuite/Makefile.in: Rebuild.
10970
edfbb029
CC
109712008-04-16 Cary Coutant <ccoutant@google.com>
10972
10973 * i386.cc (Target_i386::define_tls_base_symbol): New function.
10974 (Target_i386::tls_base_symbol_defined_): New field.
10975 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
10976 (Target_i386::Scan::global): Likewise.
10977 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
10978 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
10979 (Target_x86_64::tls_base_symbol_defined_): New field.
10980 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
10981 (Target_x86_64::Scan::global): Likewise.
10982
f3c69fca
CC
109832008-04-16 Cary Coutant <ccoutant@google.com>
10984
10985 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
10986 (Symbol::needs_plt_entry): Allow weak undefined symbols.
10987 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
10988 building shared libraries.
10989 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
10990 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
10991 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
10992 * testsuite/Makefile.in: Rebuild.
10993 * testsuite/weak_undef.h: New file.
10994 * testsuite/weak_undef_file1.cc: Add extra test cases.
10995 * testsuite/weak_undef_file2.cc: Likewise.
10996 * testsuite/weak_undef_test.cc: Likewise.
10997
7c414435
DM
109982008-04-16 David S. Miller <davem@davemloft.net>
10999
32b769e1
DM
11000 * sparc.cc (Target_sparc::Scan): Change from struct to class.
11001 Add issued_non_pic_error_ field. Declare check_non_pic.
11002 (Target_sparc::Scan::check_non_pic): New function.
11003 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
11004 (Target_sparc::Scan::global): Likewise.
11005
11936fb1
DM
11006 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
11007 * configure: Rebuild.
11008
7c414435
DM
11009 * options.h (DEFINE_enable): New macro.
11010 (new_dtags): New enable option.
11011 (initfirst, interpose, loadfltr, nodefaultlib,
11012 nodelete, nodlopen, nodump): New -z options.
11013 * layout.cc (Layout:finish_dynamic_section): If new
11014 dtags enabled, emit DT_RUNPATH. Also, emit a
11015 DT_FLAGS_1 containing any specified -z flags.
11016
85c7bf8b
ILT
110172008-04-16 Ian Lance Taylor <iant@google.com>
11018
12c0daef
ILT
11019 * copy-relocs.cc: New file.
11020 * copy-relocs.h: New file.
11021 * reloc.cc: Remove Copy_relocs code.
11022 * reloc.h: Likewise.
11023 * reloc-types.h (struct Reloc_types) [both versions]: Add
11024 get_reloc_addend_noerror.
11025 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
11026 variants of add_global which take an addend which must be zero.
11027 * i386.cc: Include "copy-relocs.h".
11028 (class Target_i386): Change type of copy_relocs_ to variable,
11029 update initializer.
11030 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
11031 Change all callers.
11032 (Target_i386::do_finalize_sections): Change handling of
11033 copy_relocs_.
11034 * sparc.cc: Include "copy-relocs.h".
11035 (class Target_sparc): Change type of copy_relocs_ to variable,
11036 update initializer.
11037 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
11038 Change all callers.
11039 (Target_sparc::do_finalize_sections): Change handling of
11040 copy_relocs_.
11041 * x86_64.cc: Include "copy-relocs.h".
11042 (class Target_x86_64): Change type of copy_relocs_ to variable,
11043 update initializer.
11044 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
11045 class. Change all callers.
11046 (Target_x86_64::do_finalize_sections): Change handling of
11047 copy_relocs_.
11048 * Makefile.am (CCFILES): Add copy-relocs.cc.
11049 (HFILES): Add copy-relocs.h.
11050
4f4995b6
ILT
11051 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
11052
85c7bf8b
ILT
11053 * testsuite/script_test_4.sh: Permit leading zeroes.
11054
4f2a9edd
ILT
110552008-04-15 Ian Lance Taylor <iant@google.com>
11056
e6188289
ILT
11057 * script-sections.cc (Script_sections::create_segments): Use
11058 header_size_adjustment even when there is enough room for the
11059 headers.
11060 * testsuite/script_test_4.sh: New file.
11061 * testsuite/script_test_4.t: New file.
11062 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
11063 (check_DATA): Add script_test_4.stdout.
11064 (MOSTLYCLEANFILES): Likewise.
11065 (script_test_4): New target.
11066 (script_test_4.stdout): New target.
11067 * testsuite/Makefile.in: Rebuild.
11068
4f2a9edd
ILT
11069 * sparc.cc: Add definitions for Output_data_plt_sparc class
11070 constants.
11071
f5314dd5
DM
110722008-04-14 David S. Miller <davem@davemloft.net>
11073
11074 * sparc.cc: New file.
11075 * Makefile.am (TARGETSOURCES): Add sparc.cc
11076 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
11077 * configure.tgt: Document targ_extra_size and
11078 targ_extra_big_endian. Add entries for sparc-* and
11079 sparc64-*.
11080 * configure.ac: Handle targ_extra_size and
11081 targ_extra_big_endian.
11082 * Makefile.in: Rebuild.
11083 * configure: Likewise.
11084 * po/POTFILES.in: Likewise.
11085 * po/gold.pot: Likewise.
11086
154e0e9a
ILT
110872008-04-14 Ian Lance Taylor <iant@google.com>
11088
11089 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
11090 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
11091 in the name/type/flags to section mapping. Don't call
11092 allocate_output_section.
11093 (Layout::choose_output_section): Change parameter from adjust_name
11094 to is_input_section. Don't permit input sections after sections
11095 are attached to segments. Don't call allocate_output_section.
11096 (Layout::layout_eh_frame): Call update_flags_for_input_section,
11097 not write_enable_output_section.
11098 (Layout::make_output_section): Don't push to
11099 unattached_section_list_ nor call attach_to_segment. Call
11100 attach_section_to_segment if sections are attached.
11101 (Layout::attach_sections_to_segments): New function.
11102 (Layout::attach_section_to_segment): New function.
11103 (Layout::attach_allocated_section_to_segment): Rename from
11104 attach_to_segment. Remove flags parameter.
11105 (Layout::allocate_output_section): Remove function.
11106 (Layout::write_enable_output_section): Remove function.
11107 * layout.h (class Layout): Update for above changes. Add new
11108 field sections_are_attached_.
11109 * output.h (Output_section::update_flags_for_input_section): New
11110 function.
11111 * output.cc (Output_section::add_input_section): Call
11112 update_flags_for_input_section.
11113 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
11114
009a67a2
CC
111152008-04-11 Cary Coutant <ccoutant@google.com>
11116
11117 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
11118 thought unnecessary.
11119 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
11120
759b1a24
ILT
111212008-04-11 Ian Lance Taylor <iant@google.com>
11122
11123 * output.h (class Output_section_data): Remove inline definition
11124 of set_addralign.
11125 * output.cc (Output_section_data::set_addralign): New function.
11126
c2b45e22
CC
111272008-04-11 Cary Coutant <ccoutant@google.com>
11128
11129 Add support for TLS descriptors for i386 and x86_64.
11130 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
11131 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
11132 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
11133 GOT_TYPE_TLS_DESC.
11134 (Target_i386::got_mod_index_entry): Remove unnecessary code.
11135 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
11136 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
11137 relocations.
11138 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
11139 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
11140 Fix problem with initial-exec relocations.
11141 (Target_i386::Relocate::relocate_tls): Likewise.
11142 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
11143 relaxation.
11144 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
11145 support for section-plus-offset dynamic table entries.
11146 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
11147 (Output_data_dynamic::Dynamic_entry): Add support for
11148 section-plus-offset dynamic table entries.
11149 (Output_data_dynamic::Classification): Likewise.
11150 (Output_data_dynamic::classification_): Renamed offset_.
11151 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
11152 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
11153 (Target_x86_64::make_plt_section): New function.
11154 (Target_x86_64::reserve_tlsdesc_entries): New function.
11155 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
11156 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
11157 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
11158 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
11159 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
11160 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
11161 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
11162 add extra PLT entry for TLS descriptors.
11163 (Output_data_plt_x86_64::got_): New field.
11164 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
11165 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
11166 fields.
11167 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
11168 descriptors.
11169 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
11170 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
11171 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
11172 R_386_TLS_DESC_CALL relocations.
11173 (Target_x86_64::Scan::global): Likewise.
11174 (Target_x86_64::do_finalize_sections): Add dynamic table entries
11175 for TLS descriptors.
11176 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
11177 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
11178 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
11179 GD-to-IE relaxation.
11180 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
11181 and TLS_DESCRIPTORS.
11182 * Makefile.in: Rebuild.
11183 * configure: Rebuild.
11184 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
11185 (tls_test_shared2.so): New target.
11186 (tls_shared_gd_to_ie_test_SOURCES): New variable.
11187 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
11188 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
11189 (tls_shared_gd_to_ie_test_LDADD): New variable.
11190 (tls_shared_gnu2_gd_to_ie_test): New target.
11191 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
11192 New targets.
11193 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
11194 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
11195 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
11196 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
11197 (tls_shared_gnu2_test): New target.
11198 (tls_test_gnu2_shared.so): New target.
11199 (tls_shared_gnu2_test_SOURCES): New variable.
11200 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
11201 (tls_shared_gnu2_test_LDFLAGS): New variable.
11202 (tls_shared_gnu2_test_LDADD): New variable.
11203 * testsuite/Makefile.in: Rebuild.
11204 * testsuite/Makefile.
11205
83bfb6b7
ILT
112062008-04-11 Ian Lance Taylor <iant@google.com>
11207
11208 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
11209 justsyms.t.
11210 * testsuite/Makefile.in: Rebuild.
11211
11212 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
11213 long.
11214 * testsuite/script_test_2.cc (main): Adjust test.
11215
706e1f5e
ILT
112162008-04-11 David S. Miller <davem@davemloft.net>
11217 Ian Lance Taylor <iant@google.com>
11218
11219 * options.h (General_options): Add entries for '-Y' and
11220 '-relax'.
11221 * options.cc (General_options:finalize): If -Y was used, add those
11222 entries to the library path instead of the default "/lib" and
11223 "/usr/lib".
11224
7c98e6bb
DM
112252008-04-11 David S. Miller <davem@davemloft.net>
11226
11227 * testsuite/justsyms.t: Start at 0x100.
11228 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
11229 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
11230 long.
11231 * testsuite/script_test_2.cc: Adjust string and section length
11232 checks.
7c98e6bb 11233
99a37bfd
ILT
112342008-04-09 Ian Lance Taylor <iant@google.com>
11235
2cefc357
ILT
11236 PR gold/5996
11237 * script-sections.cc (Sections_element::allocate_to_segment): Add
11238 orphan parameter.
11239 (Output_section_definition::allocate_to_segment): Likewise.
11240 (Orphan_output_section::allocate_to_segment): Likewise.
11241 (Script_sections::attach_sections_using_phdrs_clause): Don't
11242 propagate non-PT_LOAD segments to orphan sections.
11243 * testsuite/Makefile.am (script_test_3.stdout): Generate using
11244 readelf rather than objdump.
11245 * testsuite/script_test_3.sh: Adjust accordingly. Test that
11246 .interp section and PT_INTERP segment are the same size.
11247 * testsuite/Makefile.in: Rebuild.
11248
99a37bfd
ILT
11249 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
11250 aliases for symbols defined in the same object.
11251 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
11252 (weak_alias_test_SOURCES): New variable.
11253 (weak_alias_test_DEPENDENCIES): New variable.
11254 (weak_alias_test_LDFLAGS): New variable.
11255 (weak_alias_test_LDADD): New variable.
11256 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
11257 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
11258 (weak_alias_test_3.o): New target.
11259 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
11260 * testsuite/weak_alias_test_main.cc: New file.
11261 * testsuite/weak_alias_test_1.cc: New file.
11262 * testsuite/weak_alias_test_2.cc: New file.
11263 * testsuite/weak_alias_test_3.cc: New file.
11264
780e49c5
ILT
112652008-04-08 Ian Lance Taylor <iant@google.com>
11266
cdb0b8f5
ILT
11267 * options.h (class General_options): Add --noinhibit-exec option.
11268 * main.cc (main): Check --noinhibit-exec.
11269
0864d551
ILT
11270 * options.h (class General_options): Define --wrap as a special
11271 option. Add wrap_symbols_ field.
11272 (General_options::any_wrap_symbols): New function.
11273 (General_options::is_wrap_symbol): New function.
11274 * options.cc (General_options::parse_wrap): New function.
11275 (General_options::General_options): Initialize wrap_symbols_.
11276 * symtab.cc (Symbol_table::wrap_symbol): New function.
11277 (Symbol_table::add_from_object): Handle --wrap.
11278 * symtab.h (class Symbol_table): Declare wrap_symbol.
11279 * target.h (Target::wrap_char): New function.
11280 (Target::Target_info): Add wrap_char field.
11281 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
11282 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
11283 * testsuite/testfile.cc (Target_test::test_target_info):
11284 Likewise.
11285
789aa6de
ILT
11286 * errors.cc (Errors::undefined_symbol): Mention symbol version if
11287 there is one.
11288
2c38906f
ILT
11289 * layout.h (class Layout): Add added_eh_frame_data_ field.
11290 * layout.cc (Layout::Layout): Initialize new field.
11291 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
11292 output section until we find a section we merged successfully.
11293 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
11294 that the size be non-zero.
11295
780e49c5
ILT
11296 * merge.cc (Object_merge_map::get_output_offset): Remove inline
11297 qualifier.
11298
7fcd0256
ILT
112992008-04-08 Craig Silverstein <csilvers@google.com>
11300
11301 * configure.ac: Export new conditional variable HAVE_ZLIB.
11302 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
11303 on HAVE_ZLIB.
11304 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
11305 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
11306
6835af53
ILT
113072008-04-07 Ian Lance Taylor <iant@google.com>
11308
e24f324c
ILT
11309 * version.cc (version_string): Set to "1.5".
11310
a036edd8
ILT
11311 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
11312 Add issued_non_pic_error_ field. Declare check_non_pic.
11313 (Target_x86_64::Scan::check_non_pic): New function.
11314 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
11315 (Target_x86_64::Scan::global): Likewise.
11316
624f8810
ILT
11317 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
11318 addend parameter. Change caller. Handle merge sections.
11319 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
11320 Address to Addend. Don't add in the result of
11321 local_section_offset, pass down the addend and use the returned
11322 value.
11323 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
11324 Update declarations of local_section_offset and symbol_value.
11325 * testsuite/two_file_test_1.cc (t18): New function.
11326 * testsuite/two_file_test_2.cc (f18): New function.
11327 * testsuite/two_file_test_main.cc (main): Call t18.
11328 * testsuite/two_file_test.h (t18, f18): Declare.
11329
6835af53
ILT
11330 * configure.ac: Don't test for objdump, c++filt, or readelf.
11331 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
11332 conditionals.
11333 (TEST_READELF): New variable.
11334 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
11335 (check_PROGRAMS): Add two_file_strip_test.
11336 (two_file_strip_test): New target.
11337 (check_PROGRAMS): Add two_file_same_shared_strip_test.
11338 (two_file_same_shared_strip_test_SOURCES): New variable.
11339 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
11340 (two_file_same_shared_strip_test_LDFLAGS): New variable.
11341 (two_file_same_shared_strip_test_LDADD): New variable.
11342 (two_file_shared_strip.so): New target.
11343 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
11344 (ver_test_5.syms, ver_test_7.syms): Likewise.
11345 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
11346 (strip_test_3.stdout): Use TEST_OBJDUMP.
11347 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
11348
86925eef
CC
113492008-04-04 Cary Coutant <ccoutant@google.com>
11350
11351 * symtab.h (Symbol::is_weak_undefined): New function.
11352 (Symbol::is_strong_undefined): New function.
11353 (Symbol::is_absolute): New function.
11354 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
11355 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
11356 absolute symbols.
11357 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
11358 (weak_undef_test): New target.
11359 * testsuite/Makefile.in: Rebuild.
11360 * testsuite/weak_undef_file1.cc: New file.
11361 * testsuite/weak_undef_file2.cc: New file.
11362 * testsuite/weak_undef_test.cc: New file.
11363
126f3ece
ILT
113642008-04-03 Craig Silverstein <csilvers@google.com>
11365
11366 * compressed_output.h (class Output_compressed_section): Use
11367 unsigned buffer.
11368 * compressed_output.cc (zlib_compress): Use unsigned buffers,
11369 add zlib header.
11370 (zlib_compressed_suffix): Removed.
11371 (Output_compressed_section::set_final_data_size): Use unsigned
11372 buffers.
11373 * testsuite/Makefile.am (flagstest_compress_debug_sections):
11374 Fix linker invocation.
11375 (flagstest_o_specialfile_and_compress_debug_sections):
11376 Likewise.
11377 * testsuite/Makefile.in: Regenerated.
11378
deae2a14
DM
113792008-04-02 David S. Miller <davem@davemloft.net>
11380
11381 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
11382 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
11383
70752818
ILT
113842008-04-02 Craig Silverstein <csilvers@google.com>
11385
11386 * TODO: New file.
11387
39d0cb0e
ILT
113882008-04-02 Ian Lance Taylor <iant@google.com>
11389
11390 * fileread.cc (File_read::find_view): Add byteshift and vshifted
11391 parameters. Update for new key type to views_. Change all
11392 callers.
11393 (File_read::read): Adjust for byteshift in returned view.
11394 (File_read::add_view): New function, broken out of
11395 find_and_make_view.
11396 (File_read::make_view): New function, broken out of
11397 find_and_make_view.
11398 (File_read::find_or_make_view): Add offset and aligned
11399 parameters. Rewrite accordingly. Change all callers.
11400 (File_read::get_view): Add offset and aligned parameters. Adjust
11401 for byteshift in return value.
11402 (File_read::get_lasting_view): Likewise.
11403 * fileread.h (class File_read): Update declarations.
11404 (class File_read::View): Add byteshift_ field. Add byteshift to
11405 constructor. Add byteshift method.
11406 * archive.h (Archive::clear_uncached_views): New function.
11407 (Archive::get_view): Add aligned parameter. Change all callers.
11408 * object.h (Object::get_view): Add aligned parameter. Change all
11409 callers.
11410 (Object::get_lasting_view): Likewise.
11411
11412 * fileread.cc (File_read::release): Don't call clear_views if
11413 there are multiple objects.
11414 * fileread.h (File_read::clear_uncached_views): New function.
11415 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
11416 on the archive.
11417
a1207466
CC
114182008-03-31 Cary Coutant <ccoutant@google.com>
11419
11420 Add thin archive support.
11421 * archive.cc (Archive::armagt): New const.
11422 (Archive::setup): Remove task parameter and calls to unlock.
11423 (Archive::unlock_nested_archives): New function.
11424 (Archive::read_header): Add nested_off parameter. Change
11425 all callers.
11426 (Archive::interpret_header): Likewise.
11427 (Archive::include_all_members): Change to handle thin
11428 archives.
11429 (Archive::include_member): Likewise.
11430 * archive.h (Archive::Archive): Add new parameters and
11431 initializers.
11432 (Archive::armagt): New const.
11433 (Archive::setup): Remove task parameter.
11434 (Archive::unlock_nested_archives): New function.
11435 (Archive::read_header): Add nested_off parameter.
11436 (Archive::interpret_header): Likewise.
11437 (Archive::Nested_archive_table): New typedef.
11438 (Archive::is_thin_archive_): New field.
11439 (Archive::nested_archives_): New field.
11440 (Archive::options_): New field.
11441 (Archive::dirpath_): New field.
11442 (Archive::task_): New field.
11443 * readsyms.cc (Read_symbols::do_read_symbols): Add check
11444 for thin archives. Pass additional parameters to
11445 Archive::Archive. Unlock the archive file after calling
11446 Archive::setup.
cd536b21 11447
479f6503
ILT
114482008-03-29 Ian Lance Taylor <iant@google.com>
11449
686c8caf
ILT
11450 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
11451 version symbol to be local.
11452 * testsuite/ver_test_4.sh: New file.
11453 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
11454 (check_DATA): Add ver_test_4.syms.
11455 (ver_test_4.syms): New target.
11456 * testsuite/Makefile.in: Rebuild.
11457
ab794b6b
ILT
11458 * output.cc
11459 (Output_section::Input_section_sort_entry::has_priority): New
11460 function.
11461 (Output_section::Input_section_sort_entry::match_file_name): New
11462 function.
11463 (Output_section::Input_section_sort_entry::match_section_name):
11464 Remove.
11465 (Output_section::Input_section_sort_entry::match_section_name_prefix):
11466 Remove.
11467 (Output_section::Input_section_sort_entry::match_section_file):
11468 Remove.
11469 (Output_section::Input_section_sort_compare::operator()): Rewrite
11470 using new Input_section_sort_entry functions. Sort crtbegin and
11471 crtend first. Sort sections with no priority before sections with
11472 a priority.
11473 * testsuite/initpri1.c (d3): Check j != 4.
11474 (cd5): New constructor/destructor function.
11475 (main): Check j != 2.
11476
479f6503
ILT
11477 * symtab.cc (Symbol_table::add_from_object): If we don't use the
11478 new symbol when resolving, don't call set_is_default.
11479 * testsuite/ver_test_7.cc: New file.
11480 * testsuite/ver_test_7.sh: New file.
11481 * testsuite/Makefile.am (ver_test_7.so): New target.
11482 (ver_test_7.o): New target.
11483 (check_SCRIPTS): Add ver_test_7.sh.
11484 (check_DATA): Add ver_test_7.syms.
11485 (ver_test_7.syms): New target.
11486
2fd32231
ILT
114872008-03-28 Ian Lance Taylor <iant@google.com>
11488
11489 * layout.cc (Layout::layout): If we see an input section with a
11490 name that needs sorting, set the must_sort flag for the output
11491 section.
11492 (Layout::make_output_section): If the name of the output section
11493 indicates that it might require sorting, set the may_sort flag.
11494 * output.h (Output_section::may_sort_attached_input_sections): New
11495 function.
11496 (Output_section::set_may_sort_attached_input_sections): New
11497 function.
11498 (Output_section::must_sort_attached_input_sections): New
11499 function.
11500 (Output_section::set_must_sort_attached_input_sections): New
11501 function.
11502 (class Output_section): Declare Input_section_sort_entry. Define
11503 Input_section_sort_compare. Declare
11504 sort_attached_input_sections. Add new fields:
11505 may_sort_attached_input_sections_,
11506 must_sort_attached_input_sections_,
11507 attached_input_sections_are_sorted_.
11508 * output.cc (Output_section::Output_section): Initialize new
11509 fields.
11510 (Output_section::add_input_section): Add an entry to
11511 input_sections_ if may_sort or must_sort are true.
11512 (Output_section::set_final_data_size): Call
11513 sort_attached_input_sections if necessary.
11514 (Output_section::Input_section_sort_entry): Define new class.
11515 (Output_section::Input_section_sort_compare::operator()): New
11516 function.
11517 (Output_section::sort_attached_input_sections): New function.
11518 * configure.ac: Check whether the compiler supports constructor
11519 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
11520 * testsuite/initpri1.c: New file.
11521 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
11522 CONSTRUCTOR_PRIORITY.
11523 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
11524 (initpri1_LDFLAGS): New variable.
11525 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
11526
18e6b24e
ILT
115272008-03-27 Ian Lance Taylor <iant@google.com>
11528
49bdd526
ILT
11529 * common.cc (Sort_commons::operator): Correct sorting algorithm.
11530 * testsuite/common_test_1.c: New file.
11531 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
11532 (common_test_1_SOURCES): New variable.
11533 (common_test_1_DEPENDENCIES): New variable.
11534 (common_test_1_LDFLAGS): New variable.
11535
18e6b24e
ILT
11536 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
11537 and commons_ correctly when NAME/VERSION does not override
11538 NAME/NULL.
11539 * testsuite/ver_test_6.c: New file.
11540 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
11541 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
11542 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
11543
04bf7072
ILT
115442008-03-26 Ian Lance Taylor <iant@google.com>
11545
5871526f
ILT
11546 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
11547 of an undefined symbol from a version script.
11548 * testsuite/Makefile.am (ver_test_5.so): New target.
11549 (ver_test_5.o): New target.
11550 (check_SCRIPTS): Add ver_test_5.sh.
11551 (check_DATA): Add ver_test_5.syms.
11552 (ver_test_5.syms): New target.
11553 * testsuite/ver_test_5.cc: New file.
11554 * testsuite/ver_test_5.script: New file.
11555 * testsuite/ver_test_5.sh: New file.
11556 * Makefile.in, testsuite/Makefile.in: Rebuild.
11557
04bf7072
ILT
11558 PR gold/5986
11559 Fix problems building gold with gcc 4.3.0.
11560 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
11561 (gold_error_at_location, gold_warning_at_location): Use it.
11562 * configure.ac: Check whether we can compile and use a template
11563 function with a printf attribute.
11564 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
11565 when jumping over bytes.
11566 * object.cc: Instantiate Object::read_section_data.
11567 * debug.h: Include <cstring>
11568 * dwarf_reader.cc: Include <algorithm>
11569 * main.cc: Include <cstring>.
11570 * options.cc: Include <cstring>.
11571 * output.cc: Include <cstring>.
11572 * script.cc: Include <cstring>.
11573 * script.h: Include <string>.
11574 * symtab.cc: Include <cstring> and <algorithm>.
11575 * target-select.cc: Include <cstring>.
11576 * version.cc: Include <string>.
11577 * testsuite/testmain.cc: Include <cstdlib>.
11578 * configure, config.in: Rebuild.
11579
874c5b28
ILT
115802008-03-25 Ian Lance Taylor <iant@google.com>
11581
819d6c3a
ILT
11582 * options.cc: Include "../bfd/bfdver.h".
11583 (options::help): Print bug reporting address.
11584
f4b2c6f5
ILT
11585 * version.cc (print_version): Adjust output for current value of
11586 BFD_VERSION_STRING.
11587
11588 * NEWS: New file.
11589
e96caa79
ILT
11590 * options.cc (options::help): Print list of supported targets.
11591 * target-select.h: Include <vector>.
11592 (class Target_selector): Make machine_, size_, and is_big_endian_
11593 fields const. Add bfd_name_ and instantiated_target_ fields.
11594 (Target_selector::Target_selector): Add bfd_name parameter.
11595 (Target_selector::recognize): Make non-virtual, call
11596 do_recognize.
11597 (Target_selector::recognize_by_name): Make non-virtual, call
11598 do_recognize_by_name.
11599 (Target_selector::supported_names): New function.
11600 (Target_selector::bfd_name): New function.
11601 (Target_selector::do_instantiate_target): New pure virtual
11602 function.
11603 (Target_selector::do_recognize): New virtual function.
11604 (Target_selector::do_recognize_by_name): New virtual function.
11605 (Target_selector::instantiate_target): New private function.
11606 (supported_target_names): Declare.
11607 * target-select.cc (Target_selector::Target_selector): Update for
11608 new parameter and fields.
11609 (select_target_by_name): Check that the name matches before
11610 calling recognize_by_name.
11611 (supported_target_names): New function.
11612 * i386.cc (class Target_selector_i386): Update Target_selector
11613 constructor call. Remove recognize and recognize_by_name. Add
11614 do_instantiate_target.
11615 * x86_64.cc (class Target_selector_x86_64): Likewise.
11616 * testsuite/testfile.cc (class Target_selector_test): Update for
11617 changes to Target_selector.
11618
874c5b28
ILT
11619 * README: Rewrite, with some notes on unsupported features.
11620
0a65a3a7
CC
116212008-03-24 Cary Coutant <ccoutant@google.com>
11622
11623 * i386.cc (Target_i386::Got_type): New enum declaration.
11624 (Target_i386::Scan::local): Updated callers of Output_data_got
11625 member functions.
11626 (Target_i386::Scan::global): Likewise.
11627 (Target_i386::Relocate::relocate): Likewise.
11628 (Target_i386::Relocate::relocate_tls): Likewise.
11629 * object.h (Got_offset_list): New class.
11630 (Sized_relobj::local_has_got_offset): Added got_type parameter.
11631 (Sized_relobj::local_got_offset): Likewise.
11632 (Sized_relobj::set_local_got_offset): Likewise.
11633 (Sized_relobj::local_has_tls_got_offset): Removed.
11634 (Sized_relobj::local_tls_got_offset): Removed.
11635 (Sized_relobj::set_local_tls_got_offset): Removed.
11636 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
11637 * output.cc (Output_data_got::add_global): Added got_type parameter.
11638 (Output_data_got::add_global_with_rel): Likewise.
11639 (Output_data_got::add_global_with_rela): Likewise.
11640 (Output_data_got::add_global_pair_with_rel): New function.
11641 (Output_data_got::add_global_pair_with_rela): New function.
11642 (Output_data_got::add_local): Added got_type parameter.
11643 (Output_data_got::add_local_with_rel): Likewise.
11644 (Output_data_got::add_local_with_rela): Likewise.
11645 (Output_data_got::add_local_pair_with_rel): New function.
11646 (Output_data_got::add_local_pair_with_rela): New function.
11647 (Output_data_got::add_global_tls): Removed.
11648 (Output_data_got::add_global_tls_with_rel): Removed.
11649 (Output_data_got::add_global_tls_with_rela): Removed.
11650 (Output_data_got::add_local_tls): Removed.
11651 (Output_data_got::add_local_tls_with_rel): Removed.
11652 (Output_data_got::add_local_tls_with_rela): Removed.
11653 * output.h (Output_data_got::add_global): Added got_type parameter.
11654 (Output_data_got::add_global_with_rel): Likewise.
11655 (Output_data_got::add_global_with_rela): Likewise.
11656 (Output_data_got::add_global_pair_with_rel): New function.
11657 (Output_data_got::add_global_pair_with_rela): New function.
11658 (Output_data_got::add_local): Added got_type parameter.
11659 (Output_data_got::add_local_with_rel): Likewise.
11660 (Output_data_got::add_local_with_rela): Likewise.
11661 (Output_data_got::add_local_pair_with_rel): New function.
11662 (Output_data_got::add_local_pair_with_rela): New function.
11663 (Output_data_got::add_global_tls): Removed.
11664 (Output_data_got::add_global_tls_with_rel): Removed.
11665 (Output_data_got::add_global_tls_with_rela): Removed.
11666 (Output_data_got::add_local_tls): Removed.
11667 (Output_data_got::add_local_tls_with_rel): Removed.
11668 (Output_data_got::add_local_tls_with_rela): Removed.
11669 * resolve.cc (Symbol::override_base_with_special): Removed
11670 reference to has_got_offset_ field.
11671 * symtab.cc (Symbol::init_fields): Replaced initialization
11672 of got_offset_ with got_offsets_. Removed initialization
11673 of has_got_offset_
53fcba31 11674 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
11675 (Symbol::got_offset): Likewise.
11676 (Symbol::set_got_offset): Likewise.
11677 (Symbol::has_tls_got_offset): Removed.
11678 (Symbol::tls_got_offset): Removed.
11679 (Symbol::set_tls_got_offset): Removed.
11680 (Symbol::got_offset_): Removed.
11681 (Symbol::tls_mod_got_offset_): Removed.
11682 (Symbol::tls_pair_got_offset_): Removed.
11683 (Symbol::got_offsets_): New field.
11684 (Symbol::has_got_offset): Removed.
11685 (Symbol::has_tls_mod_got_offset): Removed.
11686 (Symbol::has_tls_pair_got_offset): Removed.
11687 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
11688 (Target_x86_64::Scan::local): Updated callers of Output_data_got
11689 member functions.
11690 (Target_x86_64::Scan::global): Likewise.
11691 (Target_x86_64::Relocate::relocate): Likewise.
11692 (Target_x86_64::Relocate::relocate_tls): Likewise.
11693
bd52eafb
BE
116942008-03-25 Ben Elliston <bje@au.ibm.com>
11695
11696 * yyscript.y: Fix spelling error in comment.
11697
8b105e34
ILT
116982008-03-24 Ian Lance Taylor <iant@google.com>
11699
8ed814a9
ILT
11700 * options.h (class General_options): Define build_id option.
11701 * layout.h (class Layout): Declare write_build_id, create_note,
11702 create_build_id. Add build_id_note_ member.
11703 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
11704 "libiberty.h", "md5.h", "sha1.h".
11705 (Layout::Layout): Initialize eh_frame_data_,
11706 eh_frame_hdr_section_, and build_id_note_.
11707 (Layout::finalize): Call create_build_id.
11708 (Layout::create_note): New function, broken out of
11709 Layout::create_gold_note.
11710 (Layout::create_gold_note): Call create_note.
11711 (Layout::create_build_id): New function.
11712 (Layout::write_build_id): New function.
11713 (Close_task_runner::run): Call write_build_id.
11714
8b105e34
ILT
11715 * x86_64.cc: Correct license to GPLv3.
11716
086a1841
ILT
117172008-03-23 Ian Lance Taylor <iant@google.com>
11718
11719 * options.cc: Include "demangle.h".
11720 (parse_optional_string): New function.
11721 (parse_long_option): Handle takes_optional_argument.
11722 (parse_short_option): Update dash_z initializer. Handle
11723 takes_optional_argument.
11724 (General_options::General_options): Initialize do_demangle_.
11725 (General_options::finalize): Set do_demangle_. Handle demangling
11726 style.
11727 * options.h (parse_optional_string): Declare.
11728 (struct One_option): Add optional_arg field. Update constructor.
11729 Update call constructor calls. Add takes_optional_argument
11730 function.
11731 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
11732 (DEFINE_optional_string): Define.
11733 (General_options::demangle): Change from DEFINE_bool to
11734 DEFINE_optional_string.
11735 (General_options::no_demangle): New function.
11736 (General_options::do_demangle): New function.
11737 (General_options::set_do_demangle): New function.
11738 (General_options::execstack_status_): Move definition to end of
11739 class definition.
11740 (General_options::static_): Likewise.
11741 (General_options::do_demangle_): New field.
11742 * object.cc (big_endian>::get_symbol_location_info): Call
11743 Options::do_demangle, not Options::demangle.
11744 * symtab.cc (demangle): Likewise.
11745
cbb93e63
ILT
117462008-03-22 Ian Lance Taylor <iant@google.com>
11747
11748 * gold.h: Include <cstddef> and <sys/types.h>
11749 * options.h: Include <cstring>.
11750
ec531623
ILT
117512008-03-21 Ian Lance Taylor <iant@google.com>
11752
11753 * Added source code to GNU binutils.
This page took 0.713736 seconds and 4 git commands to generate.