Change default to discard temporary local symbols in merge sections.
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
cd3c333f
CC
12015-06-04 Cary Coutant <ccoutant@gmail.com>
2
3 PR gold/17498
4 * object.cc (Sized_relobj_file::do_count_local_symbols): Discard
5 temporary locals in merge sections.
6 * options.cc (General_options::parse_discard_all): New method.
7 (General_options::parse_discard_locals): New method.
8 (General_options::parse_discard_none): New method.
9 (General_options::General_options): Initialize discard_locals_.
10 * options.h (--discard-all): Convert to special option.
11 (--discard-locals): Likewise.
12 (--discard-none): New option.
13 (General_options::discard_all): New method.
14 (General_options::discard_locals): New method.
15 (General_options::discard_sec_merge): New method.
16 (General_options::Discard_locals): New enum.
17 (General_options::discard_locals_): New data member.
18
8086551f
CC
192015-06-03 Cary Coutant <cary@google.com>
20
21 * script-sections.cc (Script_sections::Script_sections): Initialize
22 segments_created_.
23 (Script_sections::create_note_and_tls_segments): Set flag when
24 segments are created.
25 (Script_sections::expected_segment_count): Count PT_INTERP.
26 (Script_sections::attach_sections_using_phdrs_clause): Set flag when
27 segments are created.
28 * script-sections.h (Script_sections::segments_created_): New data
29 member.
30
374082df
CC
312015-06-03 Cary Coutant <ccoutant@gmail.com>
32
33 PR gold/15370
34 * script-sections.cc
35 (Output_section_element_input::set_section_addresses): When there
36 are several patterns with no sort spec, put all sections in the same
37 bin.
38 * testsuite/Makefile.am (script_test_12): New testcase.
39 (script_test_12i): New testcase.
40 * testsuite/Makefile.in: Regenerate.
41 * testsuite/script_test_12.t: New test linker script.
42 * testsuite/script_test_12i.t: New test linker script.
43 * testsuite/script_test_12a.c: New test source file.
44 * testsuite/script_test_12b.c: New test source file.
45
775ed62e
CC
462015-06-02 Cary Coutant <ccoutant@gmail.com>
47
48 * nacl.h (Sniff_file): Switch parameters to get_view to get an
49 aligned view.
50
9c7fe3c5
CC
512015-06-03 Cary Coutant <ccoutant@gmail.com>
52
53 PR gold/17819
54 * gold.cc (queue_final_tasks): When --build-id=tree, queue a
55 separate task to schedule the build id computation.
56 * layout.cc (Hash_task::Hash_task): Remove build_id_blocker,
57 add Output_file and offset.
58 (Hash_task::run): Get and release the input views.
59 (Hash_task::is_runnable): Always return NULL (always runnable).
60 (Layout::queue_build_id_tasks): Remove.
61 (Layout::write_build_id): Add array_of_hashes and size_of_hashes
62 parameters; use them instead of class members.
63 (Build_id_task_runner::run): New function.
64 (Close_task_runner::run): Pass array_of_hashes and size_of_hashes
65 to write_build_id.
66 * layout.h (Layout::queue_build_id_tasks): Remove.
67 (Layout::write_build_id): Add array_of_hashes and size_of_hashes
68 parameters.
69 (Layout::array_of_hashes_): Remove.
70 (Layout::size_of_array_of_hashes_): Remove.
71 (Layout::input_view_): Remove.
72 (Build_id_task_runner): New class.
73 (Close_task_runner::Close_task_runner): Add array_of_hashes and
74 size_of_hashes parameters.
75 (Close_task_runner::array_of_hashes_): New data member.
76 (Close_task_runner::size_of_hashes_): New data member.
77 * testsuite/Makefile.am
78 (flagstest_compress_debug_sections_and_build_id_tree): New test.
79 * testsuite/Makefile.in: Regenerate.
80
400f8944
RÁE
812015-06-01 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
82
83 * merge.cc (get_input_merge_map): Update for data structure change.
84 (get_or_make_input_merge_map): Update for data structure change.
85 * merge.h (Object_merge_map): Use a std::vector<std::pair>> instead of
86 a std::map. Remove first_shnum_, first_map_, second_shnum_, second_map_.
87
bbec1a5d
AM
882015-05-16 Alan Modra <amodra@gmail.com>
89
90 * reloc.cc (Sized_relobj_file::find_functions): Use function_location.
91 * powerpc.cc (Target_powerpc::do_calls_non_split): New function.
92 (addi_12_1, addis_2_12, addis_12_1, cmpld_7_12_0): New constants.
93 (lis_0): Rename from lis_0_0.
94
efc6fa12
CC
952015-04-29 Cary Coutant <cary@google.com>
96 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
97
98 * gc.h (Garbage_collection::is_section_garbage): Change Object*
99 to Relobj*.
100 (Garbage_collection::add_reference): Likewise.
101 (Garbage_collection::gc_process_relocs): Likewise. Don't push
102 object/shndx pair onto *secvec for dynamic objects. Don't follow
103 relocations pointing to dynamic objects for GC.
104 * icf.cc (Icf::find_identical_sections): Change Object* to Relobj*.
105 (Icf::unfold_section): Likewise.
106 (Icf::is_section_folded): Likewise.
107 (Icf::get_folded_section): Likewise.
108 * icf.h: (Icf::get_folded_section): Likewise.
109 (Icf::unfold_section): Likewise.
110 (Icf::is_section_folded): Likewise.
111 (Icf::section_has_function_pointers): Likewise.
112 (Icf::set_section_has_function_pointers): Likewise.
113 * object.h (Section_id): Likewise.
114 (Const_section_id): Likewise.
115 * output.cc (Output_section::update_section_layout): Likewise.
116 * output.h: (Output_section_lookup_maps::find_relaxed_input_section):
117 Likewise.
118 * plugin.cc (update_section_order): Likewise.
119 (unique_segment_for_sections): Likewise.
120 * powerpc.cc (Powerpc_relobj::add_reference): Likewise.
121 (Target_powerpc::do_gc_add_reference): Likewise.
122 (Target_powerpc::gc_process_relocs): Likewise.
123 (Target_powerpc::do_gc_add_reference): Likewise.
124 * symtab.cc (Symbol_table::is_section_folded): Likewise.
125 (Symbol_table::gc_mark_symbol): Likewise.
126 * symtab.h: (Symbol_table::is_section_folded): Likewise.
127 * target.h: (Sized_target::gc_add_reference): Likewise.
128 (Sized_target::do_gc_add_reference): Likewise.
129
f9d3ecaa
NC
1302015-04-29 Nick Clifton <nickc@redhat.com>
131
132 * po/fi.po: Updated Finnish translation.
133
faa2211d
AM
1342015-04-28 Alan Modra <amodra@gmail.com>
135
136 * powerpc.cc (Target_powerpc::do_dynsym_value): Use Address rather
137 than unsigned int for find_global_entry result temp. Compare
138 against invalid_address.
139 (Target_powerpc::do_plt_address_for_global): Likewise.
140 (Target_powerpc::Relocate::relocate): Likewise. Don't assert
141 on plt call stub existence for debug info. Do assert for plt
142 and global entry stub existence if an alloc section.
143
6ec65f28
AM
1442015-04-28 Alan Modra <amodra@gmail.com>
145
146 * powerpc.cc (Target_powerpc::Relocate::relocate): Don't assert
147 on missing global entry stub due to bogus debug info.
148
7a2a1c79
HS
1492015-04-27 Han Shen <shenhan@google.com>
150
151 * options.h (--fix-cortex-a53-843419): Rename option.
152 * aarch64.cc (AArch64_relobj::do_count_local_symbols): Use renamed
153 option.
154 (AArch64_relobj::scan_sections_for_stubs): Use renamed option.
155
cfbf0e3c
RÁE
1562015-04-27 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
157
158 PR gold/18327
159 * output.cc (Output_section::is_input_address_mapped): Assume a missing
160 entry is mapped.
161 * testsuite/Makefile.am: Add the eh_test test.
162 * testsuite/Makefile.in: Regenerate.
163 * testsuite/eh_test_a.cc: New test.
164 * testsuite/eh_test_b.cc: New test.
165
6ec65f28
AM
1662015-04-23 Sriraman Tallam <tmsriram@google.com>
167
a100d66f
ST
168 * options.h (--weak-unresolved-symbols): New option.
169 * symtab.cc (Symbol_table::sized_write_globals): Change symbol
170 binding to weak with new option.
171 * symtab.h (is_weak_undefined): Check for new option.
172 (is_strong_undefined): Check for new option.
173 * testsuite/Makefile.am (weak_unresolved_symbols_test): New test.
174 * testsuite/Makefile.in: Regenerate.
175 * testsuite/weak_unresolved_symbols_test.cc: New file.
176
4b889c30
IC
1772015-04-20 Ian Coolidge <icoolidge@google.com>
178
179 * symtab.cc (Symbol::should_add_dynsym_entry): Return true for
180 GNU_UNIQUE.
181
4277535c
RÁE
1822015-04-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
183
184 * gc.cc (Garbage_collection::do_transitive_closure): Use back and
185 push_back.
186 * gc.h (Garbage_collection): Use a std::vector instead of a std::queue.
187 * object.cc (Sized_relobj_file::do_layout): Use push_back.
188 * powerpc.cc (process_gc_mark): Use push_back.
189 (Target_powerpc::do_gc_mark_symbol): Use push_back.
190 * symtab.cc (Symbol_table::gc_mark_symbol): Use push_back.
191
7a2a1c79 1922015-04-16 Han Shen <shenhan@google.com>
5019d64a 193
6ec65f28
AM
194 * aarch64.cc (AArch64_insn_utilities): New utility class.
195 (AArch64_relobj::Mapping_symbol_position): New struct.
196 (AArch64_relobj::Mapping_symbol_info): New typedef.
197 (AArch64_relobj::do_count_local_symbols): New function overriding
198 parent's implementation.
199 (AArch64_relobj::mapping_symbol_info_): New member
200 (AArch64_relobj::scan_erratum_843419): New method.
201 (Target_aarch64::scan_erratum_843419_span): New method.
202 (Target_aarch64::is_erratum_843419_sequence): New method.
203 * options.h (fix_cortex_a53): New option.
5019d64a 204
a6a17750
CC
2052015-04-09 Cary Coutant <ccoutant@google.com>
206
207 * symtab.cc (Symbol::final_value_is_known): Check for TLS symbol
208 in a PIE link.
209 * testsuite/Makefile.am (tls_pie_test.sh): New test.
210 * testsuite/Makefile.in: Regenerate.
211 * testsuite/tls_pie_test.sh: New.
212
437ddf0c
CC
2132015-04-09 Cary Coutant <ccoutant@google.com>
214
215 * debug.h (DEBUG_LOCATION): New.
216 (DEBUG_ALL): Include DEBUG_LOCATION.
217 (debug_string_to_enum): Add DEBUG_LOCATION.
218 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Fix debug
219 output to print correct context.
220 (Sized_dwarf_line_info::do_addr2line): Add debug output. Return
221 up to 4 more locations at the beginning of the function.
222 * symtab.cc (Symbol_table::detect_odr_violations): Get canonical
223 result before sorting list of line numbers.
224 * testsuite/debug_msg.sh: Allow range of line numbers for
225 canonical results on optimized code.
226
24491327
HS
2272015-04-07 HC Yen <hc.yen@mediatek.com>
228
229 Add AArch32 support for gold linker.
230 gold/
231 * arm.cc: Add V8 arch combine table.
232
7fa5525f
RÁE
2332015-04-06 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
234
235 * aarch64.cc (do_reloc_addend): Fix signature to match the parent one.
236
5368dcf2
RÁE
2372015-04-06 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
238
239 * gc.cc (Garbage_collection::do_transitive_closure): Avoid a call
240 to find by using the return value of insert.
241
9dbb4b02
RÁE
2422015-04-06 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
243
244 * gc.cc (Garbage_collection::do_transitive_closure): Avoid a copy
245 constructor call.
246
1fa29f10
IT
2472015-04-06 Ilya Tocar <ilya.tocar@intel.com>
248
249 PR gold/17641
250 * x86_64.cc (Target_x86_64::can_convert_mov_to_lea): New.
251 (Target_x86_64::Scan::local): Don't create GOT entry, when we
252 can convert mov to lea.
253 (Target_x86_64::Scan::global): Ditto.
254 (Target_x86_64::Relocate::relocate): Convert mov foo@GOTPCREL(%rip),
255 %reg to lea foo(%rip), %reg if possible.
256 * testsuite/Makefile.am (x86_64_mov_to_lea): New test.
257 * testsuite/x86_64_mov_to_lea1.s: New.
258 * testsuite/x86_64_mov_to_lea2.s: Ditto.
259 * testsuite/x86_64_mov_to_lea3.s: Ditto.
260 * testsuite/x86_64_mov_to_lea4.s: Ditto.
261 * testsuite/x86_64_mov_to_lea.sh: Ditto.
262
39f3de7c
L
2632015-04-02 H.J. Lu <hongjiu.lu@intel.com>
264
265 * configure: Regenerated.
266
c4fc4724
IT
2672015-04-01 Ilya Tocar <ilya.tocar@intel.com>
268
269 PR gold/17640
270 * i386.cc (Target_i386::can_convert_mov_to_lea): New.
271 (Target_i386::Scan::local): Don't create GOT entry, when we
272 can convert GOT to GOTOFF.
273 (Target_i386::Scan::global): Ditto.
274 (Target_i386::Relocate::relocate): Convert mov foo@GOT(%reg), %reg to
275 lea foo@GOTOFF(%reg), %reg if possible.
276 * testsuite/Makefile.am (i386_mov_to_lea): New test.
277 * testsuite/i386_mov_to_lea1.s: New.
278 * testsuite/i386_mov_to_lea2.s: Ditto.
279 * testsuite/i386_mov_to_lea3.s: Ditto.
280 * testsuite/i386_mov_to_lea4.s: Ditto.
281 * testsuite/i386_mov_to_lea5.s: Ditto.
282 * testsuite/i386_mov_to_lea.sh: Ditto.
283
918357b9
L
2842015-04-01 H.J. Lu <hongjiu.lu@intel.com>
285
286 * Makefile.am (ZLIB): New.
287 (ZLIBINC): Likewise.
288 (AM_CFLAGS): Add $(ZLIBINC).
289 (AM_CXXFLAGS): Likewise.
290 (ldadd_varldadd_var): Add $(ZLIB).
291 (incremental_dump_LDADD): Likewise.
292 (dwp_LDADD): Likewise.
293 * compressed_output.cc: Don't check HAVE_ZLIB_H to include
294 <zlib.h>.
295 (zlib_compress): Don't check HAVE_ZLIB_H.
296 (zlib_decompress): Likewise.
297 * options.h (compress_debug_sections): Likewise.
298 * configure.ac (AM_CONDITIONAL): Removed.
299 * testsuite/Makefile.am (ZLIB): New.
300 (LDADD): Add $(ZLIB).
301 Don't check HAVE_ZLIB.
302 * Makefile.in: Regenerated.
303 * config.in: Likewise.
304 * configure: Likewise.
305 * testsuite/Makefile.in: Likewise.
306
6b0ad2eb
JY
3072015-03-30 Jing Yu <jingyu@google.com>
308
309 * aarch64-reloc.def: New TLSLD_ADD_DTPREL_HI12,
310 TLSLD_ADD_DTPREL_LO12_NC.
311 * aarch64.cc (Target_aarch64::define_tls_base_symbol): Always let
312 _TLS_MODULE_BASE_ point to the start of tls segment.
313 (Target_aarch64::optimize_tls_reloc): Add cases for
314 R_AARCH64_TLSLD_ADD_DTPREL_HI12 and
315 R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC.
316 (Target_aarch64::Scan::local): Likewise.
317 (Target_aarch64::Scan::global): Likewise.
318 (Target_aarch64::Relocate::relocate): Likewise.
319 (Target_aarch64::Relocate::relocate_tls): Likewise. And remove
320 subtracting tls segment size from symbol value for TLSLD_*_DTPREL
321 relocations.
322
0916f9e7
RÁE
3232015-03-27 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
324
325 * merge.cc (Object_merge_map::add_mapping): call
326 Object_merge_map::Input_merge_map::add_mapping.
327 (Object_merge_map::Input_merge_map::add_mapping): New.
328 (Output_merge_data::do_add_input_section): Call
329 get_or_make_input_merge_map before a loop.
330 (Output_merge_string<Char_type>::finalize_merged_data): Call
331 get_or_make_input_merge_map before a loop.
332 * merge.h (Object_merge_map): Make Input_merge_map public.
333 * object.cc (Relobj::add_merge_mapping): Use get_or_create_merge_map.
334 (Relobj::get_or_create_merge_map): New.
335 * object.h (Relobj::get_or_create_merge_map): New.
336
282c9750
AM
3372015-03-24 Alan Modra <amodra@gmail.com>
338
339 PR 18147
340 * powerpc.cc (Target_powerpc::Relocate::relocate): Don't report
341 relocation errors for branches to strong undefined symbols.
342
67f95b96
RÁE
3432015-03-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
344
345 * merge.cc (Object_merge_map::get_input_merge_map): Make it const.
346 (Object_merge_map::is_merge_section_for): Remove.
347 (Object_merge_map::find_merge_section): New.
348 * merge.h (Object_merge_map::is_merge_section_for): Remove.
349 (Object_merge_map::find_merge_section): New.
350 (Object_merge_map::get_input_merge_map): Add a const version.
351 * object.cc (Relobj::is_merge_section_for): Remove.
352 (Relobj::find_merge_section): New.
353 * object.h (Relobj::is_merge_section_for): Remove.
354 (Relobj::find_merge_section): New.
355 * output.cc
356 (Output_section::Input_section::is_merge_section_for): Remove.
357 (Output_section::add_merge_input_section): Don't call
358 add_merge_input_section.
359 (Output_section::find_merge_section): Return const. Use
360 object->find_merge_section.
361 (Output_section::build_lookup_maps): Don't build a map for
362 merge sections.
363 (Output_section::is_input_address_mapped): Return false if
364 section is not found.
365 (Output_section::find_starting_output_address): Use
366 find_merge_section instead of is_merge_section_for.
367 (Output_section::add_script_input_section): Don't build a map for
368 merge sections.
369 * output.h (Output_section_lookup_maps::merge_sections_by_id_): Remove.
370 (Output_section_lookup_maps::find_merge_section): Remove.
371 (Output_section_lookup_maps::add_merge_input_section) Remove.
372 (Output_section::find_merge_section): Return const.
373
152f7024
CC
3742015-03-22 Cary Coutant <cary@google.com>
375
376 PR gold/18106
377 * i386.cc (Target_i386::Relocate::tls_gd_to_ie): Fix support for
378 non-SIB form of lea, with nop after the call.
379
bccffdfd
CC
3802015-03-21 Cary Coutant <cary@google.com>
381
382 PR gold/14217
383 * output.cc (Output_segment::is_first_section_relro): Don't ignore
384 .tdata section.
385 (Output_segment::set_section_addresses): Don't align size of relro
386 segment for .tbss.
387
1c582fe7
CC
3882015-03-21 Cary Coutant <cary@google.com>
389
390 PR gold/18010
391 * stringpool.cc (Stringpool_template): Don't optimize if section
392 alignment is greater than sizeof(char).
393
410da591
CC
3942015-03-21 Cary Coutant <cary@google.com>
395
396 PR gold/18048
397 * script-c.h (script_include_directive): Add first_token parameter.
398 * script.cc (script_include_directive): Add first_token parameter, and
399 pass it to read_script_file.
400 * yyscript.y (PARSING_SECTIONS_BLOCK, PARSING_SECTION_CMDS)
401 (PARSING_MEMORY_DEF): New tokens.
402 (top): Add new productions for INCLUDE files.
403 (file_cmd): Replace file_or_sections_cmd with copy of its productions.
404 Pass PARSING_LINKER_SCRIPT to script_include_directive.
405 (section_block_cmd): Likewise; pass PARSING_SECTIONS_BLOCK.
406 (section_cmd): Pass PARSING_SECTION_CMDS.
407 (file_or_sections_cmd): Remove.
408 (memory_def): Pass PARSING_MEMORY_DEF.
409 * testsuite/Makefile.am (memory_test_2): New test.
410 * testsuite/Makefile.in: Regenerate.
411 * testsuite/memory_test_inc.t: New script file.
412 * testsuite/memory_test_inc_1.t.src: New script file.
413 * testsuite/memory_test_inc_2.t.src: New script file.
414 * testsuite/memory_test_inc_3.t.src: New script file.
415
0d5bbdb0
CC
4162015-03-21 Cary Coutant <cary@google.com>
417
418 * dwp.cc (Sized_relobj_dwo::do_section_contents): Delete.
419 (Sized_relobj_dwo::setup): Build compressed section map.
420 (Sized_relobj_dwo::do_decompressed_section_contents): Delete.
421 * dynobj.cc (Sized_dynobj::base_read_symbols): Build compressed
422 section map.
423 * object.cc (Sized_relobj_file::Sized_relobj_file): Remove
424 compressed_sections_ field.
425 (build_compressed_section_map): Take Object instead of
426 Sized_relobj_file parameter; add decompress_if_needed parameter.
427 (Sized_relobj_file::do_find_special_sections): Store compressed
428 section map in parent Object.
429 (Sized_relobj_file::do_decompressed_section_contents): Move
430 implementation to Object::decompressed_section_contents.
431 (Sized_relobj_file::do_discard_decompressed_sections): Move
432 implementation to Object::discard_decompressed_sections.
433 * object.h (build_compressed_section_map): Declare.
434 (Object::Object): Add compressed_sections_ field.
435 (Object::section_is_compressed): Move implementation here.
436 (Object::decompressed_section_contents): De-virtualize.
437 (Object::discard_decompressed_sections): De-virtualize.
438 (Object::do_section_is_compressed): Delete.
439 (Object::do_decompressed_section_contents): Delete.
440 (Object::set_compressed_sections): New method.
441 (Object::compressed_sections): New method.
442 (Object::compressed_sections_): New data member.
443 (Compressed_section_info, Compressed_section_map): Move to top of file.
444 (Sized_relobj_file::do_section_is_compressed): Delete.
445 (Sized_relobj_file::do_decompressed_section_contents): Delete.
446 (Sized_relobj_file::do_discard_decompressed_sections): Delete.
447 (Sized_relobj_file::compressed_sections_): Move to Object class.
448
bd9e0d46
CC
4492015-03-21 Cary Coutant <ccoutant@google.com>
450
451 PR gold/18152
452 * gold.cc (queue_middle_tasks): Finalize .eh_frame after laying out
453 deferred objects.
454
943c8b43
CC
4552015-03-11 Cary Coutant <ccoutant@google.com>
456
457 * options.cc (General_options::finalize): Don't allow -z relro
458 with incremental linking.
459 * testsuite/Makefile.am (incremental_test): Add -z norelro.
460 (incremental_test_2): Likewise.
461 (incremental_test_3): Likewise.
462 (incremental_test_4): Likewise.
463 (incremental_test_5): Likewise.
464 (incremental_test_6): Likewise.
465 (incremental_copy_test): Likewise.
466 (incremental_common_test_1): Likewise.
467 (incremental_comdat_test_1): Likewise.
468 * testsuite/Makefile.in: Regenerate.
469
e1663197
CC
4702015-03-09 Cary Coutant <ccoutant@google.com>
471
472 PR gold/14675
473 * ehframe.cc (Eh_frame::add_ehframe_input_section): Change return type;
474 return enum indicating whether .eh_frame section is empty, optimizable,
475 unrecognized, or an end marker. Adjust explicit instantiations.
476 * ehframe.h (Eh_frame::Eh_frame_section_disposition): New enum type.
477 (Eh_frame::add_ehframe_input_section): Change return type.
478 * gold.cc (queue_middle_tasks): Call Layout::finalize_eh_frame_section.
479 * layout.cc (Layout::layout_eh_frame): Don't add optimized sections
480 to the .eh_frame output section until we see the end marker.
481 (Layout::finalize_eh_frame_section): New.
482 * layout.h: (Layout::finalize_eh_frame_section): New.
483
beb8418f
L
4842015-03-05 H.J. Lu <hongjiu.lu@intel.com>
485
486 * output.cc (Relobj::initialize_input_to_output_map<size>):
487 Remove typename on elfcpp::Elf_types<size>::Elf_Addr.
488
48c73428
CC
4892015-03-04 Cary Coutant <ccoutant@google.com>
490
491 * parameters.cc (Parameters::set_target_once): Call
492 Target::select_as_default_target just once from here...
493 (set_parameters_target): ...instead of from here.
494
4952015-03-04 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
dbe40a88
RÁE
496
497 * ehframe.cc (Cie::set_output_offset): Pass in and use a
498 Output_section_data instead of a Merge_map.
499 (Eh_frame::Eh_frame): Don't initialize merge_map_.
500 (Eh_frame::read_cie): Use add_merge_mapping instead of
501 Merge_map::add_mapping.
502 (Eh_frame::read_fde): Ditto.
503 (Eh_frame::set_final_data_size): Use this instead of this->merge_map_.
504 (Eh_frame::do_output_offset): Use merge_output_offset istead of
505 merge_map_->get_output_offset.
506 (Eh_frame::do_is_merge_section_for): Delete.
507 * ehframe.h (Fde::add_mapping): Pass in and use a Output_section_data
508 instead of a Merge_map.
509 (Cie::set_output_offset): Pass in a Output_section_data instead of a
510 Merge_map.
511 (Eh_frame::do_is_merge_section_for): Delete.
512 (Eh_frame::merge_map_): Delete.
513 * merge.cc (Object_merge_map::get_or_make_input_merge_map): Pass in
514 and use a Output_section_data instead of a Merge_map.
515 (Object_merge_map::add_mapping): Ditto.
516 (Object_merge_map::get_output_offset): Remove the merge_map argument.
517 (Object_merge_map::is_merge_section_for): Pass in and use a
518 Output_section_data instead of a Merge_map.
519 (Merge_map): Delete.
520 (Output_merge_base::do_output_offset): Use merge_output_offset instead
521 of merge_map_.get_output_offset.
522 (Output_merge_base::do_is_merge_section_for): Delete.
523 (Output_merge_data::do_add_input_section): Use
524 object->add_merge_mapping instead of add_mapping.
525 (Output_merge_string<Char_type>::finalize_merged_data): Ditto.
526 * merge.h (Merge_map): Delete forward declaration.
527 (Object_merge_map::add_mapping): Pass in and use a Output_section_data
528 instead of a Merge_map.
529 (Object_merge_map::get_output_offset): Remove the merge_map argument.
530 (Object_merge_map::is_merge_section_for): Pass in and use a
531 Output_section_data instead of a Merge_map.
532 (Input_merge_map::Object_merge_map::merge_map): Replace with
533 output_data.
534 (Object_merge_map::get_or_make_input_merge_map): Pass in and use a
535 Output_section_data instead of a Merge_map.
536 (Merge_map): Delete.
537 (Output_merge_base::Output_merge_base): Don't initialize merge_map_.
538 (Output_merge_base::do_is_merge_section_for): Delete.
539 (Output_merge_base::add_mapping): Delete.
540 (Output_merge_base::merge_map_): Delete.
541 * object.cc (Relobj::initialize_input_to_output_map): New.
542 (Relobj::initialize_input_to_output_map): New.
543 (Relobj::merge_output_offset): New.
544 (Relobj::is_merge_section_for): New.
545 (Relobj::initialize_input_to_output_map): Instantiate for 32 and 64
546 bits.
547 * object.h (Relobj::merge_map): Delete.
548 (initialize_input_to_output_map): New.
549 (set_merge_map): Delete.
550 (add_merge_mapping): New.
551 (merge_output_offset): New.
552 (is_merge_section_for): New.
553 * output.cc (Output_section::Input_section::is_merge_section_for):
554 Use object->is_merge_section_for.
555 * output.h (Output_section_data::is_merge_section_for): Delete.
556 (Output_section_data::do_is_merge_section_for): Delete.
557 * reloc.cc (Merged_symbol_value<size>::initialize_input_to_output_map):
558 Use object->initialize_input_to_output_map.
559 (Merged_symbol_value<size>::value_from_output_section): Use
560 object->merge_output_offset.
561
48c73428 5622015-03-02 Peter Collingbourne <pcc@google.com>
2c7b626c
CC
563 Cary Coutant <ccoutant@google.com>
564
565 * output.cc (Output_section::add_merge_input_section): Do not
566 attempt to merge sections with an entsize of 0.
567
48c73428 5682015-03-02 Khem Raj <raj.khem@gmail.com>
5b07cd84
CC
569
570 * attributes.h (class Output_attributes_section_data ): Add
571 do_print_to_mapfile function.
572
ec86f434
AM
5732015-02-24 Alan Modra <amodra@gmail.com>
574
575 PR 18010
576 * powerpc.cc (Powerpc_relocate_functions::addr16_ds): Always
577 complain if value is not a multiple of four.
578 (Target_powerpc::Relocate::relocate): Correct handling of
579 R_POWERPC_GOT_TPREL16 and R_POWERPC_GOT_TPREL16_LO for ppc64.
580
be66981e
L
5812015-02-21 H.J. Lu <hongjiu.lu@intel.com>
582
583 * configure.ac (default_size): Set to 32 for x32.
584 * configure: Regenerated.
585
e3ee8ed4
AM
5862015-02-18 Alan Modra <amodra@gmail.com>
587
588 PR 17954
589 * powerpc.cc (Global_symbol_visitor_opd::operator()): Set default
590 visibility.
591
3a935c6c
RÁE
5922015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
593
594 * gc.h (Garbage_collection::add_reference): Don't use find.
595
e0a1e121
RÁE
5962015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
597
598 * object.cc (write_local_symbols): avoid std::vector copy.
599
45a4fb1a
RÁE
6002015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
601
602 * merge.cc (get_output_offset): Use upper_bound instead of lower_bound.
603
2d9afefe
MW
6042015-02-09 Mark Wielaard <mjw@redhat.com>
605
606 * gdb-index.cc (Gdb_index_info_reader::visit_top_die): Recognize
607 DW_LANG_Fortran03 and DW_LANG_Fortran08.
608
e9c1bdad
CC
6092015-02-16 Cary Coutant <ccoutant@google.com>
610
611 PR gold/13577
612 PR gold/16992
613 * layout.cc (Layout::finish_dynamic_section): Don't set DT_SYMBOLIC or
614 DF_SYMBOLIC if --dynamic-list option is used.
615 * options.cc (General_options::finalize): --dynamic-list is not
616 mutually exclusive with -Bsymbolic.
617 * symtab.h (Symbol::is_preemptible): Don't exclude dynamic symbols not
618 listed in --dynamic-list.
619 * testsuite/Makefile.am (dynamic_list_lib2.so): Add
620 -Bsymbolic-functions.
621 * testsuite/Makefile.in: Regenerate.
622
0ed4b0bf
CC
6232015-02-16 Cary Coutant <ccoutant@google.com>
624
625 PR gold/17971
626 * incremental.cc: Remove redundant include of "output.h".
627
1a920511
JY
6282015-02-12 Jing Yu <jingyu@google.com>
629
630 * aarch64-reloc.def (TLSLE_MOVW_TPREL_G2, TLSLE_MOVW_TPREL_G1,
631 TLSLE_MOVW_TPREL_G1_NC, TLSLE_MOVW_TPREL_G0, TLSLE_MOVW_TPREL_G0_NC,):
632 New relocation.
633 * aarch64.cc (Target_aarch64::Scan::local): Add cases for new
634 TLSLE_MOVW_* relocations.
635 (Target_aarch64::Scan::global): Likewise.
636 (Target_aarch64::Relocate::relocate): Likewise.
637 (Target_aarch64::Relocate::relocate_tls): Add cases and handlings
638 for new TLSLE_MOVW_* relocations.
639
07f107f3
WN
6402015-02-11 Will Newton <will.newton@linaro.org>
641
642 PR gold/13321
643 * arm.cc (Target_arm::make_plt_section): Create an ARM
644 state mapping symbol at the start of the PLT.
645
e051a5b5
L
6462015-02-09 H.J. Lu <hongjiu.lu@intel.com>
647
648 * testsuite/Makefile.am (two_file_shared_2_pic_1_test_DEPENDENCIES):
649 Replace two_file_shared_2.so with two_file_shared_1.so.
650 * testsuite/Makefile.in: Regenerated.
651
dddcc5b9
AM
6522015-02-09 Alan Modra <amodra@gmail.com>
653
654 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add libweak_undef_2.a,
655 plugin_test_thin.a and defsym_test.
656 * testsuite/Makefile.in: Regenerate.
657
b39b8b9d
RÁE
6582015-02-04 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
659
660 * merge.cc (do_add_input_section): Combine loop epilogue into main loop
661 body.
662
b66d1c52
CC
6632015-02-04 Peter Collingbourne <pcc@google.com>
664
665 * plugin.cc (Pluginobj::get_symbol_resolution_info): Resolve
666 forwarding symbols when computing symbol resolution info for plugins.
667 * plugin.h (Plugin_manager::symtab): New method.
668 (Pluginobj::get_symbol_resolution_info): Add symtab parameter.
669
23081de0
CC
6702015-02-03 Cary Coutant <ccoutant@google.com>
671 Peter Collingbourne <pcc@google.com>
672
673 PR gold/15660
674 * archive.cc (Thin_archive_object_unlocker): New class.
675 (Archive::include_member): Unlock external members of thin archives.
676 * testsuite/Makefile.am (plugin_test_1): Rename .syms files.
677 (plugin_test_2): Likewise.
678 (plugin_test_3): Likewise.
679 (plugin_test_4): Likewise.
680 (plugin_test_5): Likewise.
681 (plugin_test_6): Likewise.
682 (plugin_test_7): Likewise.
683 (plugin_test_8): Likewise.
684 (plugin_test_9): Likewise.
685 (plugin_test_10): Likewise.
686 (plugin_test_11): New test case.
687 * testsuite/Makefile.in: Regenerate.
688 * testsuite/plugin_test.c (claim_file_hook): Check for parallel .syms
689 file to decide whether to claim file.
690 (all_symbols_read_hook): Likewise.
691 * testsuite/plugin_test_1.sh: Adjust expected output.
692 * testsuite/plugin_test_2.sh: Likewise.
693 * testsuite/plugin_test_3.sh: Likewise.
694 * testsuite/plugin_test_6.sh: Likewise.
695 * testsuite/plugin_test_tls.sh: Likewise.
696 * testsuite/plugin_test_11.sh: New testcase.
697
6982015-02-03 Cary Coutant <ccoutant@google.com>
699
700 * descriptors.cc (Descriptors::open): Set artificially-low limit for
701 file descriptors when debugging enabled. Add debug output.
702 (Descriptors::release): Add debug output.
703 (Descriptors::close_some_descriptor): Likewise.
704 (Descriptors::close_all): Likewise.
705 * fileread.cc (File_read::lock): Likewise.
706 (File_read::unlock): Likewise.
707
24dd5808
CC
7082015-02-02 Cary Coutant <ccoutant@google.com>
709
710 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for
711 executable output file.
712
fa89cc82
HS
7132015-01-22 Han Shen <shenhan@google.com>
714
715 * arm.cc (Target_arm::Target_arm): Add initialization for new members.
716 (Target_arm::do_plt_address_for_global): New method.
717 (Target_arm::do_plt_address_for_local): New method.
718 (Target_arm::rel_irelative_section): New method.
719 (Target_arm::make_data_plt): Add more parameters for plt ctor.
720 (Target_arm::do_make_data_plt): Add more parameters for plt ctor.
721 (Target_arm::Scan::symbol_needs_plt_entry): Add ifunc support.
722 (Target_arm::Scan::reloc_needs_plt_for_ifunc): Add ifunc support.
723 (Target_arm::Scan::check_non_pic): Add ifunc support.
724 (Target_arm::Scan::local): Add ifunc support.
725 (Target_arm::Scan::global): Add ifunc support.
726 (Target_arm::make_plt_section): New method.
727 (Target_arm::make_plt_entry): Change to call to make_plt_section.
728 (Target_arm::make_local_ifunc_plt_entry): New method.
729 (Target_arm::got_irelative_): New member.
730 (Target_arm::rel_irelative_): New member.
731 (Target_arm::got_section): Add creation for got_irelative_.
732 (Target_arm::rel_dyn_section): Add creation for rel_irelative_.
733 (Target_arm::Relocate::relocate): Properly set local ifunc address.
734 (Target_arm::do_dynsym_value): Properly set global ifunc address.
735 (Target_arm::scan_reloc_for_stub): Properly set global ifunc address.
736 (Output_data_plt_arm::IRelative_data): New type.
737 (Output_data_plt_arm::Output_data_plt_arm): Add more parameters.
738 (Output_data_plt_arm::add_entry): Add more parameters.
739 (Output_data_plt_arm::add_relocation): New method.
740 (Output_data_plt_arm::add_local_ifunc_entry): New method.
741 (Output_data_plt_arm::rel_irelative): New method.
742 (Output_data_plt_arm::entry_count): Modified.
743 (Output_data_plt_arm::address_for_global): New method.
744 (Output_data_plt_arm::address_for_local): New method.
23081de0 745gold/
fa89cc82
HS
746 (Output_data_plt_arm::set_final_data_size): Add irelative_count_.
747 (Output_data_plt_arm::insert_irelative_data): New method.
748 (Output_data_plt_arm::irelative_rel_): New member.
749 (Output_data_plt_arm::got_): New member.
750 (Output_data_plt_arm::got_irelative_): New member.
751 (Output_data_plt_arm::irelative_count_): New member.
752 (Output_data_plt_arm::IRelative_data_vec): New typedef.
753 (Output_data_plt_arm::irelative_data_vec_): New member.
754 (Output_data_plt_arm::do_write): Write out irelative entries.
755 (Output_data_plt_arm_standard::Output_data_plt_arm_standard): Add
756 more parameters to ctor.
757 (Output_data_plt_arm_nacl::Output_data_plt_arm_nacl): Add
758 more parameters to ctor.
759 * output.h (Output_data_reloc::add_local_relative): New method.
760 * aarch64.cc (Output_data_plt_aarch64): Fixed typo in comment.
761
0f81d3f0
AM
7622015-01-29 Alan Modra <amodra@gmail.com>
763
764 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct GOT_TLSLD
765 and GOT_TLSGD to LE optimization.
766
65d92137
CC
7672015-01-28 Cary Coutant <ccoutant@google.com>
768
769 * x86_64.cc (Target_x86_64::Scan::global): Allow IE-to-LE optimization
770 for undef TLS symbols.
771 (Target_x86_64::Relocate::relocate_tls): Likewise.
772 (Target_x86_64::Relocate::tls_ie_to_le): Likewise.
773
5485698a
CC
7742015-01-25 Cary Coutant <ccoutant@google.com>
775
776 * output.cc (Output_segment::set_section_addresses): Fix calculation
777 of size of relro segment.
778
b01a4b04
AM
7792015-01-22 Alan Modra <amodra@gmail.com>
780
781 * powerpc.cc (Target_powerpc::Scan::local <got relocs>): Correct
782 condition for need of ifunc plt entry.
783 (Target_powerpc::Scan::global <got relocs>): Likewise.
784
3d0064a9
CC
7852015-01-14 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
786
787 * mips.cc (reloc_high): Add r_sym.
788 (Mips_relocate_functions::relhi16): Add r_sym parameter. Pass r_sym to
789 reloc_high constructor.
790 (Mips_relocate_functions::relgot16_local): Likewise.
791 (Mips_relocate_functions::rello16): Add r_sym parameter. Use r_sym and
792 r_type to decide whether LO16 matches HI16.
793 (Target_mips::Relocate::relocate): Pass r_sym to calls to relhi16,
794 rello16 and relgot16_local.
795
a5cd8f05
CC
7962015-01-09 Cary Coutant <ccoutant@google.com>
797
798 * layout.cc (Layout::set_segment_offsets): Don't align start of segment
799 unless alignment is larger than page size.
800
4fc1b9d4
L
8012015-01-06 H.J. Lu <hongjiu.lu@intel.com>
802 Cary Coutant <ccoutant@google.com>
803
804 PR gold/17729
805 * configure.ac (DEFAULT_TARGET_X86_64): Don't set for x32.
806 (DEFAULT_TARGET_X32): Set for x32.
807 * x86_64.cc (cmp_insn_32): New.
808 (lea_r10_insn_32): Likewise.
809 (lea_r11_insn_32): Likewise.
810 (cmp_insn_64): Likewise.
811 (lea_r10_insn_64): Likewise.
812 (lea_r11_insn_64): Likewise.
813 (Target_x86_64<size>::do_calls_non_split): Handle x32.
814 * testsuite/Makefile.am (check_SCRIPTS): Add split_x32.sh.
815 (check_DATA): Add split_x32 files.
816 (split_x32_[1234n].o): New targets.
817 (split_x32_[124]): New targets.
818 (split_x32_[1234r].stdout): New targets.
819 * testsuite/split_x32.sh: New file.
820 * testsuite/split_x32_1.s: Likewise.
821 * testsuite/split_x32_2.s: Likewise.
822 * testsuite/split_x32_3.s: Likewise.
823 * testsuite/split_x32_4.s: Likewise.
824 * testsuite/split_x32_n.s: Likewise.
825 * configure: Regenerated.
826 * testsuite/Makefile.in: Likewise.
827
e749cab8
L
8282015-01-06 H.J. Lu <hongjiu.lu@intel.com>
829
830 PR gold/17809
831 * x86_64.cc (Target_x86_64<size>::Relocate::tls_ie_to_le): Handle
832 x32.
833
af759df0
AM
8342015-01-02 Alan Modra <amodra@gmail.com>
835
836 * version.cc (print_version): Just print current year.
837 * dwp.cc (print_version): Likewise.
838
b90efa5b
AM
8392015-01-01 Alan Modra <amodra@gmail.com>
840
841 Update year range in copyright notice of all files.
842
f12d1e8a
AM
8432014-12-25 Alan Modra <amodra@gmail.com>
844
845 * arm.cc (Target_arm::do_adjust_elf_header): Provide namespace on
846 new enums.
847 (Target_arm::merge_object_attributes, ): Likewise.
848
5c294fee
TG
8492014-12-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
850
851 * arm.cc (Target_arm::do_adjust_elf_header): Set e_flags in ELF header
852 as hard float only when Tag_ABI_VFP_args is 1, using new enum value
853 AEABI_VFP_args_vfp to check that.
854 (Target_arm::merge_object_attributes): Handle new Tag_ABI_VFP_args
855 value and replace hardcoded values by enum values.
856
e30880c2
CC
8572014-12-22 Cary Coutant <ccoutant@google.com>
858
859 * powerpc.cc (Target_powerpc::relocate): Fix overflow check.
860
bd040da1
L
8612014-12-20 H.J. Lu <hongjiu.lu@intel.com>
862
863 PR gold/14608
864 * testsuite/debug_msg.cc (SometimesInlineFunction): Changed
865 to "return i * i * 3;".
866
e02a4046
CC
8672014-12-16 Cary Coutant <ccoutant@google.com>
868
869 * mapfile.cc (Mapfile::print_input_section): Print uncompressed sizes.
870 (Mapfile::print_output_data): Use current_data_size() to avoid
871 assert for sections requiring postprocessing; if address is not valid,
872 print 0.
873 (Mapfile::print_output_section): Use current_data_size(); print note
874 that addresses and sizes are before compression.
875
add6016b
L
8762014-12-14 H.J. Lu <hongjiu.lu@intel.com>
877
878 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
879 Cast current_group_size to unsigned long when reporting error.
880
0bf32ea9
JY
8812014-12-10 Jing Yu <jingyu@google.com>
882
883 * aarch64.cc (Target_aarch64): Add new variable stub_group_size_.
884 (AArch64_relocate_functions::maybe_apply_stub): Add new parameter.
885 Update error message.
886 (Target_aarch64::do_relax): Use absolute value of option
887 stub_group_size. Replace local variable with class member
888 stub_group_size_.
889
cbcb23fa
AM
8902014-12-04 Alan Modra <amodra@gmail.com>
891
892 * powerpc.cc (Target_powerpc::Branch_info::make_stub): Ignore
893 addend of PLTREL24 reloc when not generating a plt stub. Make
894 max_branch_offset an "Address".
fbad6518 895 (Stub_table::can_reach_stub): Make max_branch_offset an "Address".
cbcb23fa
AM
896 (Target_powerpc::Relocate::relocate): Likewise.
897
1611bc4a
AM
8982014-12-04 Alan Modra <amodra@gmail.com>
899
900 PR 17670
901 * symtab.cc (Symbol::set_undefined): Remove assertion.
902 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
903 on symbols defined in discarded sections, instead return false.
904 Rearrange params, update all callers.
905 (Target_powerpc::Branch_info::make_stub): Don't make stubs for
906 branches to syms in discarded sections.
907 (Global_symbol_visitor_opd::operator()): Set discarded opd syms
908 undefined and flag as discarded.
909 (Target_powerpc::Relocate::relocate): Localize variable.
910
4759c34e
L
9112014-12-03 H.J. Lu <hongjiu.lu@intel.com>
912
913 PR gold/17675
914 * testsuite/Makefile.am (pie_copyrelocs_test_CXXFLAGS): New.
915 * testsuite/Makefile.in: Regenerated.
916
1f98a074
AM
9172014-12-03 Alan Modra <amodra@gmail.com>
918
919 PR 17566
920 * powerpc.cc (Target_powerpc::Scan::local): Use add_local_section
921 when adding dynamic relocations against section symbols.
922
fb257835
DI
9232014-12-01 Dimitry Ivanov <dimitry@google.com>
924
925 * layout.cc (Layout::finish_dynamic_section): When '-z global'
926 is specified set DF_1_GLOBAL in DT_FLAGS_1 flags.
927 * options.h (General_options): New -z option (global).
928
d8e60314
CC
9292014-12-01 Cary Coutant <ccoutant@google.com>
930
931 PR gold/17578
932 * layout.cc (Layout::layout_gnu_stack): Don't warn when -z execstack
933 is given.
934 (Layout::create_executable_stack_info): Warn when -z noexecstack is
935 given but some inputs require executable stack.
936
982bbd97
CC
9372014-11-26 Cary Coutant <ccoutant@google.com>
938
939 * layout.cc (gdb_sections): Keep .debug_gdb_scripts and
940 .debug_str_offsets; strip .debug_gnu_pubnames and
941 .debug_gnu_pubtypes.
942 (lines_only_debug_sections): Strip all four new sections.
943
bb779192
HS
9442014-11-26 Jing Yu <jingyu@google.com>
945
946 * aarch64.cc (Relocate::tls_desc_gd_to_ie): Set ldr target
947 register to be x0 when to relax TLSDESC_LD64_LO12.
948
a3e60ddb
AM
9492014-11-26 Alan Modra <amodra@gmail.com>
950
951 * powerpc.cc (struct Stub_table_owner): New.
952 (Powerpc_relobj): Rename stub_table_ to stub_table_index_, an
953 unsigned int vector. Update all references.
954 (powerpc_relobj::set_stub_table): Take an unsigned int param
955 rather than a Stub_table. Update callers.
956 (Powerpc_relobj::clear_stub_table): New function.
957 (Target_powerpc): Add relax_failed_, relax_fail_count_ and
958 stub_group_size_ vars.
959 (Target_powerpc::new_stub_table): Delete.
960 (max_branch_delta): New function, extracted from..
961 (Target_powerpc::Relocate::relocate): ..here..
962 (Target_powerpc::Branch_info::make_stub): ..and here. Return
963 status on whether stub created successfully.
964 (Stub_control::Stub_control): Add "no_size_errors" param. Move
965 default sizing to..
966 (Target_powerpc::do_relax): ..here. Init stub_group_size_ and
967 reduce on relax failure.
968 (Target_powerpc::group_sections): Add "no_size_errors" param.
969 Use stub_group_size_. Set up group info in a temp vector,
970 before building Stub_table vector. Account for input sections
971 possibly already converted to relaxed sections.
972 (Stub_table::init): Delete. Merge into..
973 (Stub_table::Stub_table): ..here.
974 (Stub_table::can_reach_stub): New function.
975 (Stub_table::add_plt_call_entry): Add "from" parameter and
976 return true iff stub could be reached.
977 (Stub_table::add_long_branch_entry): Similarly. Add "r_type"
978 param too.
979 (Stub_table::clear_stubs): Add "all" param.
980
a20605cf
AM
9812014-11-26 Alan Modra <amodra@gmail.com>
982
983 * powerpc.cc (Stub_control::set_output_and_owner): New function.
984 (Target_powerpc::group_sections): Use it.
985
43b64deb
CC
9862014-11-25 Cary Coutant <ccoutant@google.com>
987
988 * binary.cc (Binary_to_elf::sized_convert): Add size to _start symbol.
989 (Binary_to_elf::write_symbol): Add st_size parameter.
990 * binary.h (Binary_to_elf::write_symbol): Add st_size parameter.
991
c924eb67
CC
9922014-11-25 Cary Coutant <ccoutant@google.com>
993
994 PR gold/17639
995 * object.cc (Sized_relobj_file): Initialize is_deferred_layout_.
996 (Sized_relobj_file::do_layout): Handle deferred sections properly
997 during GC pass 1. Don't add reloc sections to deferred list twice.
998 * object.h (Sized_relobj_file::is_deferred_layout): New function.
999 (Sized_relobj_file::is_deferred_layout_): New data member.
1000
9d585188
L
10012014-11-21 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 PR gold/17619
1004 * x86_64.cc (Output_data_plt_x86_64_standard<size>::do_fill_plt_entry):
1005 Check PC-relative offset overflow in PLT entry.
1006
3ffaac20
AM
10072014-11-21 Alan Modra <amodra@gmail.com>
1008
1009 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct test
1010 for undefined weaks.
1011
0cfb0717
AM
10122014-11-20 Alan Modra <amodra@gmail.com>
1013
1014 * powerpc.cc (Stub_control::Stub_control): Init stub14_group_size_
1015 from --stub-group-size parameter divided by 1024.
1016 (Powerpc_relocate_functions::rela, rela_ua): Add fieldsize
1017 template parameter. Update all uses.
1018 (Target_powerpc::Relocate::relocate): Rename has_plt_value to
1019 has_stub_value. Set for long branches. Don't report overflow for
1020 branch to undefined weak symbols. Print info message on
1021 overflowing branch to stub.
1022
f9dffbf0
AM
10232014-11-20 Alan Modra <amodra@gmail.com>
1024
1025 * powerpc.cc (Target_powerpc::do_relax): Add __go_go to thread_starters.
1026
e88ba8d5
L
10272014-11-13 H.J. Lu <hongjiu.lu@intel.com>
1028
1029 * x86_64.cc (Target_x86_64<size>::Scan::global): Don't make PLT
1030 entry for R_X86_64_GOTPLT64.
1031 (Target_x86_64<size>::Relocate::relocate): Update comments for
1032 R_X86_64_GOTPLT64.
1033
d37ffe25
ED
10342014-11-06 Evgeniy Dushistov <dushistov@mail.ru>
1035
1036 * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
1037 * plugin.h: add lock definition
1038
9726c3c1
HS
10392014-10-29 Han Shen <shenhan@google.com>
1040 Jing Yu <jingyu@google.com>
1041
1042 * aarch64-reloc.def: Add LD_PREL_LO12, ADR_PREL_LO21,
1043 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
1044 TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
1045 Symbol::TLS_REF.
1046 * aarch64.cc (Target_aarch64::do_can_check_for_function_pointers): New
1047 method.
1048 (Target_aarch64::reloc_needs_plt_for_ifunc): New method.
1049 (Target_aarch64::tls_ld_to_le): New method.
1050 (Target_aarch64::aarch64_info): Enable can_icf_inline_merge_sections
1051 for 64bit targets.
1052 (Output_data_plt_aarch64::irelative_rel_): New data member.
1053 (Output_data_plt_aarch64::add_entry): Add irelative entries to plt.
1054 (Output_data_plt_aarch64::add_local_ifunc_entry): New method.
1055 (Output_data_plt_aarch64::add_relocation): New method.
1056 (Output_data_plt_aarch64::do_write): Add gold_assert on got_irelative
1057 offset. Add got_irelative size to got size.
1058 (AArch64_relocate_functions): Typedef AArch64_valtype. Replace long
1059 type string with the new typename.
1060 (AArch64_relocate_functions::update_adr): Replace parameter x with
1061 immed.
1062 (AArch64_relocate_functions::update_movnz): Correct wrong val mask.
1063 (AArch64_relocate_functions::reloc_common): New method.
1064 (AArch64_relocate_funcsions::rela_general): Extract common part out
1065 into reloc_common method.
1066 (AArch64_relocate_functions::rela_general): Likewise.
1067 (AArch64_relocate_functions::pcrela_general): Likewise.
1068 (AArch64_relocate_functions::adr): New method.
1069 (AArch64_relocate_functions::adrp): Calculate immed before calling
1070 update_adr.
1071 (AArch64_relocate_functions::adrp): Likewise.
1072 (AArch64_relocate_functions::movnz): Cast x to SignedW type when
1073 comparing x to 0. Calculate immed from ~x when x < 0.
1074 (Target_aarch64::optimize_tls_reloc): Add new cases for
1075 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
1076 TLSLD_MOVW_DTPREL_G0_NC.
1077 (Target_aarch64::possible_function_pointer_reloc): Implement this
1078 method.
1079 (Target_aarch64::Scan::local_reloc_may_be_function_pointer): Update
1080 comment.
1081 (Target_aarch64::Scan::local): Add codes to handle STT_GNU_IFUNC
1082 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
1083 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
1084 (Target_aarch64::Scan::global): Add codes to handle STT_GNU_IFUNC
1085 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
1086 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
1087 (Target_aarch64::make_plt_entry): Call add_entry with two more
1088 parameters.
1089 (Target_aarch64::make_local_ifunc_plt_entry): New method.
1090 (Target_aarch64::Relocate::relocate): Add cases for LD_PREL_LO19,
1091 ADR_PREL_LO21, TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
1092 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
1093 (Target_aarch64::Relocate::relocate_tls): Add cases for
1094 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
1095 TLSLD_MOVW_DTPREL_G0_NC.
1096 * testsuite/icf_safe_so_test.cc: Correct test comment.
1097 * testsuite/icf_safe_test.sh: Add AArch64 arch.
1098
80272b8c
AM
10992014-10-22 Alan Modra <amodra@gmail.com>
1100
1101 * powerpc.cc (do_relax): Add gcc-4.9 libgomp functions to
1102 thread_starter.
1103
998a69f4
AS
11042014-10-18 Andreas Schwab <schwab@linux-m68k.org>
1105
1106 * configure.tgt (targ_extra_obj) [aarch64*-*]: Define.
1107
aed56ec5
CC
11082014-10-17 Cary Coutant <ccoutant@google.com>
1109
1110 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
1111 Add "typename" keyword.
1112
bb779192 11132014-10-15 Han Shen <shenhan@google.com>
83a01957
HS
1114 Jing Yu <jingyu@google.com>
1115
1116 Patch for gold aarch64 backend to support relaxation.
1117 * aarch64-reloc.def: Change format.
1118 * aarch64.cc (class Reloc_stub): New class.
1119 (class Stub_table): New class.
1120 (class AArch64_relobj): New class.
1121 (class AArch64_input_section): New class.
1122 (class AArch64_output_section): New class.
1123 (Target_aarch64::new_stub_table): New method.
1124 (Target_aarch64::new_aarch64_input_section): New method.
1125 (Target_aarch64::find_aarch64_input_section): New method.
1126 (Target_aarch64::scan_section_for_stubs): New method.
1127 (Target_aarch64::scan_reloc_section_for_stubs): New method.
1128 (Target_aarch64::relocate_stub): New method.
1129 (Target_aarch64::current_target): New method.
1130 (Target_aarch64::do_make_elf_object): New method.
1131 (Target_aarch64::do_may_relax): New method.
1132 (Target_aarch64::do_relax): New method.
1133 (Target_aarch64::group_sections): New method.
1134 (Target_aarch64::scan_reloc_for_stub): New method.
1135 (Target_aarch64::do_make_output_section): New method.
1136 (Target_aarch64::stub_tables_): New data member.
1137 (Target_aarch64::aarch64_input_section_map_): New data member.
1138 (AArch64_relocate_functions::maybe_apply_stub): New method.
1139
db4c9594
CC
11402014-09-30 Cary Coutant <ccoutant@google.com>
1141
1142 PR gold/17432
1143 * resolve.cc (Symbol_table::resolve): Fix local shadowing error.
1144
cd6da036
KC
11452014-09-30 Kito Cheng <kito@0xlab.org>
1146
1147 PR gold/13597
1148 * layout.cc (Layout::create_dynamic_symtab): Build gnu-style
1149 hash table before sysv-style hash table.
1150
5f772412
ST
11512014-09-29 Sriraman Tallam <tmsriram@google.com>
1152
1153 * options.h (--pic-executable): Add negative to alias to -no-pie.
1154
5efeedf6
CC
11552014-09-26 Cary Coutant <ccoutant@google.com>
1156
1157 PR gold/16773
1158 * object.cc (Sized_relobj_file): Compute value of section symbols
1159 for TLS sections the same as TLS symbols.
1160
1707f183
CC
11612014-09-25 Cary Coutant <ccoutant@google.com>
1162
1163 PR gold/17432
1164 * resolve.cc (Symbol_table::resolve): Override common placeholder
1165 symbols, but adjust sizes.
1166 * symtab.cc (Symbol_table::add_from_object): Don't add placeholder
1167 symbols to common lists.
1168
00cac886
AM
11692014-09-24 Alan Modra <amodra@gmail.com>
1170
1171 * po/POTFILES.in: Regenerate.
1172
635aa30e
CC
11732014-09-23 Taiju Tsuiki <tzik@google.com>
1174 Cary Coutant <ccoutant@google.com>
1175
71b9b91b 1176 PR gold/14860
635aa30e
CC
1177 * gold.cc (queue_final_tasks): Add Write_sections_task as a blocker
1178 on input_sections_blocker.
1179 * layout.cc (Write_sections_task::locks): Unblock
1180 input_sections_blocker_.
1181 * layout.h (Write_sections_task::Write_sections_task): Add
1182 input_sections_blocker.
1183 * testsuite/Makefile.am (exception_x86_64_bnd_test): Add gcctestdir/ld
1184 to DEPENDENCIES.
1185 * testsuite/Makefile.in: Regenerate.
1186
c0c71592
RÁE
11872014-09-18 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1188
1189 * testsuite/Makefile.am (plugin_test_10): New test.
1190 * testsuite/Makefile.in: Regenerate
1191 * testsuite/plugin_common_test_2.c (c1): Align to 8.
1192 * testsuite/plugin_test_10.sh: New file.
1193
6168c2a1
RÁE
11942014-09-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1195
1196 * plugin.cc (Sized_pluginobj::do_add_symbols): Ignore isym->size.
1197 * resolve.cc (Symbol_table::resolve): Don't override common symbols
1198 during the replacement phase.
1199
3a531937
JY
12002014-09-17 Han Shen <shenhan@google.com>
1201 Jing Yu <jingyu@google.com>
1202
1203 * aarch64-reloc.def: Add TLSGD_ADR_PAGE21, TLSGD_ADD_LO12_NC,
1204 TLSDESC_ADR_PAGE21, TLSDESC_LD64_LO12, TLSDESC_ADD_LO12, TLSDESC_CALL.
1205 * aarch64.cc (Target_aarch64): Add data members
1206 got_irelative_, got_tlsdesc_, rela_irelative_, got_mod_index_offset_,
1207 tlsdesc_reloc_info_, tls_base_symbol_defined_. Initialize them in
1208 constructor.
1209 (Target_aarch64::do_reloc_symbol_index): New method.
1210 (Target_aarch64::do_reloc_addend): New method.
1211 (Target_aarch64::add_tlsdesc_info): New method.
1212 (Target_aarch64::do_dynsym_value): New method.
1213 (Target_aarch64::do_make_data_plt): Add new parameters: got,
1214 got_irelative. Pass them to Output_data_plt_aarch64_standard.
1215 (Target_aarch64::make_data_plt): Add new parameters: got,
1216 got_irelative. Pass them to do_make_data_plt.
1217 (Target_aarch64::Relocate): Add skip_call_tls_get_addr_ variable.
1218 (Target_aarch64::Relocate:tls_gd_to_le): New method.
1219 (Target_aarch64::Relocate:tls_ie_to_le): New method.
1220 (Target_aarch64::Relocate:tls_desc_gd_to_le): New method.
1221 (Target_aarch64::Relocate:tls_desc_gd_to_ie): New method.
1222 (Target_aarch64::got_tlsdesc_section): New method.
1223 (Target_aarch64::make_local_ifunc_plt_entry): New method.
1224 (Target_aarch64::define_tls_base_symbol): New method.
1225 (Target_aarch64::reserve_tlsdesc_entries): New method.
1226 (Target_aarch64::got_mod_index_entry): New method.
1227 (Target_aarch64::rela_tlsdesc_section): New method.
1228 (Target_aarch64::rela_irelative_section): New method.
1229 (Target_aarch64::Tlsdesc_info): New struct.
1230 (Target_aarch64::got_section): Create .got.plt space for IRELATIVE
1231 relocations and tlsdesc relocations.
1232 (Target_aarch64::optimize_tls_reloc): Implement method.
1233 (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_,
1234 got_irelative_, irelative_count_, tlsdesc_got_offset_. Initialize them
1235 in constructor.
1236 (Output_data_plt_aarch64::reserve_tlsdesc_entry): New method.
1237 (Output_data_plt_aarch64::has_tlsdesc_entry): New method.
1238 (Output_data_plt_aarch64::get_tlsdesc_got_offset): New method.
1239 (Output_data_plt_aarch64::get_tlsdesc_plt_offset): New method.
1240 (Output_data_plt_aarch64::rela_tlsdesc): New method.
1241 (Output_data_plt_aarch64::rela_irelative): New method.
1242 (Output_data_plt_aarch64::entry_count): Count IRELATIVE relocations.
1243 (Output_data_plt_aarch64::first_plt_entry_offset): Add const attribute.
1244 (Output_data_plt_aarch64::get_plt_tlsdesc_entry_size): New method.
1245 (Output_data_plt_aarch64::fill_tlsdesc_entry): New method.
1246 (Output_data_plt_aarch64::do_get_plt_tlsdesc_entry_size): New method.
1247 (Output_data_plt_aarch64::do_fill_tlsdesc_entry): New method.
1248 (Output_data_plt_aarch64_standard): New member variables:
1249 plt_tlsdesc_entry_size, tlsdesc_plt_entry.
1250 (Output_data_plt_aarch64_standard::Output_data_plt_aarch64_standard):
1251 New parameter: got, got_irelative.
1252 (Output_data_plt_aarch64_standard::do_get_plt_entry_size): New method.
1253 (Output_data_plt_aarch64_standard::do_fill_tlsdesc_entry): New method.
1254 (Output_data_plt_aarch64::do_write): Replace got_address with
1255 gotplt_address. Add irelative_count_ to count. Write tlsdesc entry.
1256 (AArch64_relocate_functions::update_movnz): New method.
1257 (AArch64_relocate_functions): Correct format.
1258 (AArch64_relocate_functions::movnz): New method.
1259 (Target_aarch64::Scan::local): Correct format. Move r_sym, got to
1260 before the switch. Add new cases to switch.
00cac886 1261 Check ie_to_le relaxation on tlsie relocations. Add code handling
3a531937
JY
1262 tlsgd tlsdesc cases.
1263 (Target_aarch64::Scan::global): Move arp to front. Do copy_reloc when
1264 needed. Add new cases to switch. Insert dynamic RELATIVE relocation
1265 when needed. Add code handling tlsgd, tlsie, tlsdesc cases.
1266 Call reloc_name_in_error_message to print unsupported reloc.
1267 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to
1268 make_data_plt.
1269 (Target_aarch64::do_finalize_sections): Emit relocs to save COPY
1270 relocs. Fill in some more dynamic tags.
1271 (Target_aarch64::Relocate::relocate): Handle tlsgd, tlsdesc relocs.
1272 Skip call tls_get_addr when tlsgd is relaxed.
1273 (Target_aarch64::Relocate::relocate_tls): Correct format. Add code
1274 handling tlsgd, tlsdesc relocs, and tls gd->le, ie->le, tlsdesc->le,
1275 tlsdesc->ie relaxation.
1276
62661c93
SS
12772014-09-03 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1278
1279 * mips.cc (Target_mips_nacl): New class.
1280 (Target_selector_mips_nacl): New class.
1281 (target_selector_mips32): Rename from target_selector_mips32be and use
1282 Target_selector_mips_nacl instead of Target_selector_mips.
1283 (target_selector_mips32el): Rename from target_selector_mips32 and use
1284 Target_selector_mips_nacl instead of Target_selector_mips.
1285 (target_selector_mips64): Rename from target_selector_mips64be and use
1286 Target_selector_mips_nacl instead of Target_selector_mips.
1287 (target_selector_mips64el): Rename from target_selector_mips64 and use
1288 Target_selector_mips_nacl instead of Target_selector_mips.
1289 (Target_mips::mips_info): Add const attribute.
1290
54674d38
CC
12912014-09-02 Cary Coutant <ccoutant@google.com>
1292
1293 * dwp.cc (Sized_relobj_dwo::do_section_name): Add const attribute.
1294 * dynobj.h (Sized_dynobj::do_section_name): Likewise.
1295 * incremental.cc (Sized_relobj_incr::do_section_name): Likewise.
1296 (Sized_incr_dynobj::do_section_name): Likewise.
1297 * incremental.h (Sized_relobj_incr::do_section_name): Likewise.
1298 (Sized_incr_dynobj::do_section_name): Likewise.
1299 * object.h (Object::section_name): Likewise.
1300 (Object::do_section_name): Likewise.
1301 (Sized_relobj_file::do_section_name): Likewise.
1302 * plugin.cc (Sized_pluginobj::do_section_name): Likewise.
1303 * plugin.h (Sized_pluginobj::do_section_name): Likewise.
1304
9860cbcf
CC
13052014-09-02 Cary Coutant <ccoutant@google.com>
1306
1307 PR gold/17005
1308 * ehframe.cc (Fde::write): Add output_offset parameter.
1309 (Cie::write): Likewise.
1310 (Eh_frame::set_final_data_size): Account for offset within output
1311 section.
1312 (Eh_frame::do_sized_write): Likewise.
1313 * ehframe.h (Fde::write): Add output_offset parameter.
1314 (Cie::write): Likewise.
1315 * output.cc (Output_section::Input_section_sort_entry): Remove
1316 section_has_name_; add output_section_name parameter. Use
1317 output section name for non-input sections.
1318 (Output_section::Input_section_sort_entry::section_has_name): Remove.
1319 (Output_section::Input_section_sort_entry::section_has_name_): Remove.
1320 (Output_section::Input_section_sort_compare): Remove logic for
1321 sections without names.
1322 (Output_section::Input_section_sort_init_fini_compare): Likewise.
1323 (Output_section::Input_section_sort_section_prefix_special_ordering_compare):
1324 Likewise.
1325 (Output_section::Input_section_sort_section_name_compare): Likewise.
1326
8e33481e
HS
13272014-08-29 Han Shen <shenhan@google.com>
1328 Jing Yu <jingyu@google.com>
1329
1330 * aarch64-reloc-property.cc
1331 (AArch64_reloc_property_table::reloc_name_in_error_message): Fix bug in
1332 reference reloc property in the table.
1333 * aarch64-reloc.def: Add TLSLE reloc types and fix some errors in
1334 3 other entries.
1335 * aarch64.cc: (Output_data_got_aarch64::add_static_reloc):
1336 2 new overloaded methods.
1337 (Output_data_got_aarch64::do_write): Add code to write out
1338 static relocs.
1339 (class Output_data_got_aarch64::Static_reloc): New class to wrap
1340 static relocs.
1341 (Output_data_got_aarch64::static_relocs): New vector to
1342 hold static relocs.
1343 (Target_aarch64::TCB_SIZE): New const static memeber.
1344 (Target_aarch64::tcb_size): New method.
1345 (Target_aarch64::Relocate::relocate): Add code handling new reloc types.
1346 (Target_aarch64::Relocate::relocate_tls): New method.
1347 (Target_aarch64::Scan::local): Add code handling new reloc types.
1348 (Target_aarch64::Scan::global): Add code handling new reloc types.
1349
81233653
ST
13502014-08-13 Sriraman Tallam <tmsriram@google.com>
1351
1352 * options.h (-no-pie): Add option.
1353
9363c7c3
JY
13542014-08-08 Jing Yu <jingyu@google.com>
1355 Han Shen <shenhan@google.com>
1356
1357 * Makefile.am (HFILES): Add aarch64-reloc-property.h.
1358 (DEFFILES): add aarch64-reloc.def.
1359 (TARGETSOURCES): Add aarch64-reloc-property.cc.
1360 (ALL_TARGETOBJS): Add aarch64-reloc-property.$(OBJEXT).
1361 * Makefile.in: Regenerate.
1362 * aarch64-reloc-property.cc: New file.
1363 * aarch64-reloc-property.h: New file.
1364 * aarch64-reloc.def: New file.
1365 * aarch64.cc: Include aarch64-reloc-property.h. Replace spaces
1366 with tab to make the format consistent.
1367 (Output_data_got_aarch64::symbol_table_): New method.
1368 (Target_aarch64::do_plt_address_for_global): New method.
1369 (Target_aarch64::do_plt_address_for_local): New method.
1370 (Target_aarch64::do_select_as_default_target): New method.
1371 (Target_aarch64::do_make_data_plt): New method.
1372 (Target_aarch64::make_data_plt): New method.
1373 (Output_data_plt_aarch64::has_irelative_section): New method.
1374 (Output_data_plt_aarch64::address_for_global): New method.
1375 (Output_data_plt_aarch64::address_for_local): New method.
1376 (Output_data_plt_aarch64::irelative_rel_): New parameter.
1377 (Output_data_plt_aarch64::add_entry): Implement contents.
1378 (Output_data_plt_aarch64::set_final_data_size): Fix typo.
1379 (Output_data_plt_aarch64::do_write): Remove useless got_base. Set
1380 the got_pov entry to plt0.
1381 (Output_data_plt_aarch64_standard::do_fill_first_plt_entry):
1382 Implement contents.
1383 (Output_data_plt_aarch64_standard::do_fill_plt_entry): Implement.
1384 (AArch64_howto): New struct.
1385 (aarch64_howto[]): New static const array.
1386 (AArch64_relocate_functions): New class.
1387 (Target_aarch64::Scan::get_reference_flags): Remove method.
1388 (Target_aarch64::Scan::local): Implement to support a few relocations.
1389 (Target_aarch64::Scan::global): Implement to support a few relocations.
1390 (Target_aarch64::make_plt_section): Implement contents.
1391 (Target_aarch64::make_plt_entry): Implement contents.
1392 (Target_aarch64::do_finalize_sections): Implement contents.
1393 (Target_aarch64::Relocate::relocate): Implement a few relocations.
1394 (Target_aarch64::relocate_section): Implement contents.
1395
ad9fe6c1
AM
13962014-08-06 Alan Modra <amodra@gmail.com>
1397
1398 * testsuite/defsym_test.sh: Allow ppc64le localentry annotation.
1399
7cd4e5b7
AM
14002014-08-06 Alan Modra <amodra@gmail.com>
1401
1402 PR 13227
1403 * symtab.cc (Symbol_table::add_from_relobj): Warn on __gnu_lto_slim.
1404
5ad9b0a7
ST
14052014-07-21 Sriraman Tallam <tmsriram@google.com>
1406
1407 * object.cc (Relobj::is_section_name_included): Add
7c16d96e 1408 ".rodata.nptl_version" to not garbage collect this section.
5ad9b0a7 1409
e051745c
CC
14102014-07-08 Cary Coutant <ccoutant@google.com>
1411
1412 * expression.cc (struct Expression::Expression_eval_info): Add
1413 new fields type_pointer, vis_pointer, and nonvis_pointer.
1414 (Expression::eval_maybe_dot): Add type_pointer, vis_pointer, and
1415 nonvis_pointer parameters. Adjust all calls.
1416 (Symbol_expression::value): Update type, visibility, and nonvis bits
1417 in caller.
1418 * script.cc (Symbol_assignment::sized_finalize): Update type,
1419 visibility, and remaining st_other bits for new symbol.
1420 * script.h: (Expression::eval_maybe_dot): Add type_pointer,
1421 vis_pointer, and nonvis_pointer parameters.
1422 * symtab.h (Symbol::set_type): New method.
1423
1424 * testsuite/Makefile.am (defsym_test): New test.
1425 * testsuite/Makefile.in: Regenerate.
1426 * testsuite/defsym_test.c: New file.
1427 * testsuite/defsym_test.sh: New file.
1428
f35c4853
CC
14292014-07-08 Cary Coutant <ccoutant@google.com>
1430
1431 PR gold/15639
1432 * dynobj.h (Sized_dynobj::base_read_symbols): New method.
1433 * dynobj.cc (Sized_dynobj::do_read_symbols): Move body to...
1434 (Sized_dynobj::base_read_symbols): ...new method.
1435 * object.h (Sized_relobj_file::base_read_symbols): New method.
1436 * object.cc (Sized_relobj_file::do_read_symbols): Move body to...
1437 (Sized_relobj_file::base_read_symbols): ...new method.
1438 * arm.cc (Arm_relobj::do_read_symbols): Call base_read_symbols.
1439 * mips.cc: (Mips_relobj::do_read_symbols): Likewise.
1440 * powerpc.cc (Powerpc_dynobj::do_read_symbols): Likewise.
1441
2900af2d
AM
14422014-07-04 Alan Modra <amodra@gmail.com>
1443
1444 * po/POTFILES.in: Regenerate.
1445
053a4d68
JY
14462014-07-02 Jing Yu <jingyu@google.com>
1447
1448 * aarch64.cc: New file
1449 * Makefile.am (TARGETSOURCES): Add aarch64.cc
1450 (ALL_TARGETOBJS): Add aarch64.$(OBJEXT)
1451 * Makefile.in: Regenerate.
1452 * configure.tgt: Add entries for aarch64*.
1453 * configure.ac: Likewise.
1454 * configure: Likewise.
1455
7b549045
AM
14562014-06-27 Alan Modra <amodra@gmail.com>
1457
1458 * symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
1459
cb818dbf
CC
14602014-06-24 Cary Coutant <ccoutant@google.com>
1461
1462 * dwp.cc (Dwo_file::read): Allow files with no .debug_types
1463 sections.
1464 (Dwo_file::sized_read_unit_index): Likewise.
1465
9810d34d
SS
14662014-06-23 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1467
1468 * mips.cc: New file.
1469 * Makefile.am (TARGETSOURCES): Add mips.cc
1470 (ALL_TARGETOBJS): Add mips.$(OBJEXT)
1471 * configure.tgt: Add entries for mips*.
1472 * configure.ac: Likewise.
1473 * Makefile.in: Regenerate.
1474 * configure: Likewise.
1475
9baa787b
CC
14762014-06-09 Cary Coutant <ccoutant@google.com>
1477
1478 * dwarf_reader.cc (Dwarf_pubnames_table::read_header): Check that
1479 unit_length is within section bounds.
1480
8f89af0a
CC
14812014-06-09 Cary Coutant <ccoutant@google.com>
1482
1483 PR gold/16980
1484 * layout.cc (Layout::print_to_mapfile): Print unattached sections in
1485 map.
1486
a47622ac
AM
14872014-06-07 Alan Modra <amodra@gmail.com>
1488
1489 * powerpc.cc (relocate): Treat field of cmpli insn as a bitfield.
1490
4320c691
CC
14912014-06-06 Cary Coutant <ccoutant@google.com>
1492
1493 * dwarf_reader.h (Dwarf_pubnames_table): Remove output_section_offset_.
1494 * dwarf_reader.cc (Dwarf_pubnames_table::read_section): Likewise.
1495 (Dwarf_pubnames_table::read_header): Likewise.
1496 * layout.cc (gdb_fast_lookup_sections): Add .debug_gnu_pubnames and
1497 .debug_gnu_pubtypes.
1498
270c9937
JB
14992014-06-05 Joel Brobecker <brobecker@adacore.com>
1500
1501 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): New.
1502 * Makefile.in, configure: Regenerate.
1503
397998fc
AM
15042014-06-03 Alan Modra <amodra@gmail.com>
1505
1506 * powerpc.cc (addis_12_2): Define.
1507 (Stub_table::do_write): Support fusion on ELFv2 stubs.
1508
61f5c66f
AM
15092014-06-03 Alan Modra <amodra@gmail.com>
1510
1511 * testsuite/plugin_test.c (parse_readelf_line): Skip non-visibility
1512 st_other output.
1513
f6971787
AM
15142014-06-02 Alan Modra <amodra@gmail.com>
1515
1516 * powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer):
1517 Only ignore relocs on ELFv1.
1518 (Target_powerpc::global_reloc_may_be_function_pointer): Likewise.
1519
f6fb8322
CC
15202014-05-30 Cary Coutant <ccoutant@google.com>
1521
1522 * testsuite/Makefile.am (ehdr_start_test_4): Fix typo in -B option.
1523 * testsuite/Makefile.in: Regenerate.
1524 * testsuite/ehdr_start_test_4.sh: Look for "U" instead of "w".
1525
c23dd342
L
15262014-05-27 H.J. Lu <hongjiu.lu@intel.com>
1527
1528 PR gold/16945
1529 * x86_64.cc (Target_x86_64::Relocate::relocate): Use signed int
1530 for got_offset. Properly get GOT address for R_X86_64_PLTOFF64.
1531
5fe7ffdc
AM
15322014-05-15 Alan Modra <amodra@gmail.com>
1533
1534 * powerpc.cc (do_plt_fde_location): Handle zero length .glink.
1535 Compare FDE contents with DW_CFA_nop rather than 0.
1536
a82bef93
ST
15372014-05-13 Sriraman Tallam <tmsriram@google.com>
1538
1539 * symtab.h (may_need_copy_reloc): Remove check for position independent
1540 code.
1541 * x86_64.cc (Target_x86_64<size>::Scan::global): Add check for no
1542 position independence before pc absolute may_need_copy_reloc call.
1543 Add check for executable output befor pc relative may_need_copy_reloc
1544 call.
1545 * i386.cc: Ditto.
1546 * arm.cc: Ditto.
1547 * sparc.cc: Ditto.
1548 * tilegx.cc: Ditto.
1549 * powerpc.cc: Add check for no position independence before
1550 may_need_copy_reloc calls.
1551 * testsuite/pie_copyrelocs_test.cc: New file.
1552 * testsuite/pie_copyrelocs_shared_test.cc: New file.
1553 * Makefile.am (pie_copyrelocs_test): New test.
5fe7ffdc 1554 * Makefile.in: Regenerate.
a82bef93 1555
53c66605
ML
15562014-05-08 Martin Liška <mliska@suse.cz>
1557
1558 * output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
1559
57b2284c
CC
15602014-05-06 Cary Coutant <ccoutant@google.com>
1561
1562 PR gold/16900
1563 * i386.cc (Output_data_got_plt_i386): New class.
1564 (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt
1565 parameter. Change all callers.
1566 (Output_data_plt_i386::layout_): Remove.
1567 (Output_data_plt_i386::got_plt_): Change type.
1568 (Target_i386::got_plt_): Change type. Change all references.
1569 (Target_i386::got_section): Create instance of new class.
1570 (Output_data_got_plt_i386::do_write): New function.
1571 * x86_64.cc (Output_data_got_plt_x86_64): New class.
1572 (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt
1573 parameter. Change all callers.
1574 (Output_data_plt_x86_64::layout_): Remove.
1575 (Output_data_plt_x86_64::got_plt_): Change type.
1576 (Target_x86_64::got_plt_): Change type. Change all references.
1577 (Target_x86_64::got_section): Create instance of new class.
1578 (Output_data_got_plt_x86_64::do_write): New function.
1579 (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT.
1580 (Target_x86_64<size>::init_got_plt_for_update): Create instance of new
1581 class.
1582
6b97515d 15832014-05-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 1584
6b97515d
CC
1585 * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
1586 if we have pubnames/pubtypes.
1587
d1bddd3c
CC
15882014-05-02 Cary Coutant <ccoutant@google.com>
1589
5fe7ffdc
AM
1590 * defstd.cc (in_segment): Define __ehdr_start here...
1591 * layout.cc (Layout::finalize): ...Instead of here. Set the
1592 output segment when known.
1593 * resolve.cc (Symbol::override_base_with_special): Remember
1594 the original binding.
1595 * symtab.cc (Symbol::set_output_segment): New function.
1596 (Symbol::set_undefined): New function.
1597 * symtab.h (Symbol::is_weak_undefined): Check original undef
1598 binding.
1599 (Symbol::is_strong_undefined): New function.
1600 (Symbol::set_output_segment): New function.
1601 (Symbol::set_undefined): New function.
1602 * target-reloc.h (is_strong_undefined): Remove.
1603 (issue_undefined_symbol_error): Call Symbol::is_weak_undefined.
1604 Check for hidden undefs.
1605 (relocate_section): Call Symbol::is_strong_undefined.
1606
1607 * testsuite/Makefile.am (ehdr_start_test_1)
1608 (ehdr_start_test_2, ehdr_start_test_3)
1609 (ehdr_start_test_4, ehdr_start_test_5): New test cases.
1610 * testsuite/Makefile.in: Regenerate.
1611 * testsuite/ehdr_start_def.cc: New source file.
1612 * testsuite/ehdr_start_test.cc: New source file.
1613 * testsuite/ehdr_start_test.t: New linker script.
1614 * testsuite/ehdr_start_test_4.sh: New shell script.
d1bddd3c 1615
7849f6d8
CC
16162014-04-23 Cary Coutant <ccoutant@google.com>
1617
bf2cc635 1618 PR gold/16870
7849f6d8
CC
1619 * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
1620
99fd8cff
CC
16212014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1622
1623 * layout.cc (Layout::include_section): Allow a target to decide
1624 whether to include a section.
1625 * target.h (Target::should_include_section): New function.
1626 (Target::do_should_include_section): New function.
1627
91f43acd
CC
16282014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1629
1630 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
1631 inline into ...
1632 (Copy_relocs::emit): ... here.
1633 * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
1634 (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
1635 (Copy_reloc_entry::entries_): Change from private to protected.
1636
c4eb27e1
ST
16372014-04-02 Sriraman Tallam <tmsriram@google.com>
1638
1639 * icf.cc (get_section_contents): Replace copies of reloc
1640 vectors with const references.
1641
ae447ddd
CC
16422014-04-02 Cary Coutant <ccoutant@google.com>
1643
1644 * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
1645 (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
1646 * configure: Regenerate.
1647 * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
1648 -fno-use-linker-plugin.
1649 (LINK1, CXXLINK1): Add it to the link command.
1650 * testsuite/Makefile.in: Regenerate.
1651
fa47fa92
AM
16522014-03-12 Alan Modra <amodra@gmail.com>
1653
1654 * Makefile.in: Regenerate.
1655
9b12c500
CC
16562014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1657
1658 * symtab.h (Symbol::set_nonvis): New function.
1659
beacaa96
CC
16602014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1661
1662 * symtab.cc (Sized_symbol<32>::init_output_data):
1663 Instantiate the template.
1664 (Sized_symbol<64>::init_output_data): Likewise.
1665
800d9823
CC
16662014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1667
1668 * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
1669 adjust dynamic symbol value.
1670 * target.h (Target::adjust_dyn_symbol): New function.
1671 (Target::do_adjust_dyn_symbol): New function.
1672
918fc1f8 16732014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
5fe7ffdc 1674
918fc1f8
CC
1675 * output.cc (Output_data_dynamic::Dynamic_entry::write):
1676 Get the value of DYNAMIC_CUSTOM dynamic entry.
1677 * output.h (Output_data_dynamic::add_custom): New function.
1678 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
1679 dynamic entry.
1680 (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
1681 * target.h (Target::dynamic_tag_custom_value): New function.
1682 (Target::do_dynamic_tag_custom_value): New function.
1683
98ff9231
CC
16842014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1685
1686 * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
1687 dynsym indexes.
1688 * target.h (Target::has_custom_set_dynsym_indexes): New function.
1689 (Target::do_has_custom_set_dynsym_indexes): New function.
1690 (Target::set_dynsym_indexes): New function.
1691 (Target::do_set_dynsym_indexes): New function.
1692
b80eed39
AM
16932014-03-07 Alan Modra <amodra@gmail.com>
1694
1695 * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
1696 CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
1697 (Powerpc_relocate_functions::has_overflow_unsigned): New function.
1698 (Powerpc_relocate_functions::has_overflow_bitfield,
1699 overflowed): Use the above.
1700 (Target_powerpc::Relocate::relocate): Correct overflow checking
1701 for a number of relocations. Modify overflow test for 16-bit
1702 fields in instructions to signed/unsigned according to whether
1703 the field takes a signed or unsigned value.
1704
4b95cf5c
AM
17052014-03-05 Alan Modra <amodra@gmail.com>
1706
1707 Update copyright years.
1708
45965137
AM
17092014-03-05 Alan Modra <amodra@gmail.com>
1710
1711 * powerpc.cc (Target_powerpc::Scan::local, global): Support
1712 R_PPC64_ADDR64_LOCAL.
1713 (Target_powerpc::Relocate::relocate): Likewise.
1714
2c80b753
AM
17152014-03-03 Alan Modra <amodra@gmail.com>
1716
1717 * dwp.cc (print_version): Update copyright year to current.
1718
c1c69e83
AM
17192014-02-10 Alan Modra <amodra@gmail.com>
1720
1721 * po/gold.pot: Regenerate.
1722
dd0c4e70
CC
17232014-02-06 Cary Coutant <ccoutant@google.com>
1724
1725 Fix problem where -u is ignored when a weak undef is seen.
1726
1727 * archive.cc (Library_base::should_include_member): Reorder
1728 code to check for -u option if a weak undef has already been seen.
1729 * testsuite/Makefile.am (weak_undef_test_2): New test case.
1730 * testsuite/Makefile.in: Regenerate.
1731 * testsuite/weak_undef_file3.cc: New file.
1732 * testsuite/weak_undef_file4.cc: New file.
1733 * testsuite/weak_undef_test_2.cc: New file.
1734
1a221d3d
CC
17352014-02-05 Cary Coutant <ccoutant@google.com>
1736
1737 Fix issues with gold undefined symbol diagnostics.
1738
1739 PR binutils/15435
1740 * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
1741 check to here.
1742 * target-reloc.h (is_strong_undefined): New function.
1743 (relocate_section): Move undef vtable symbol check from here.
1744 Check for is_strong_undefined.
1745
e889f0a4 17462014-02-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 1747
e889f0a4
CC
1748 Fix problems with the --dynamic-list option.
1749
1750 PR gold/13577
1751 * options.cc (General_options::parse_dynamic_list):
1752 Set have_dynamic_list_.
1753 (General_options::General_options): Initialize have_dynamic_list_.
1754 (General_options::finalize): Turn off -Bsymbolic and
1755 -Bsymbolic-functions if --dynamic-list provided.
1756 * options.h (General_options::have_dynamic_list): New function.
1757 (General_options::have_dynamic_list_): New data member.
1758 * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
1759 correctly.
5fe7ffdc 1760
e889f0a4
CC
1761 PR gold/16530
1762 * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
1763 in --dynamic-list, mark it.
5fe7ffdc 1764
e889f0a4
CC
1765 * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
1766 (dynamic_list_2): New test case.
1767 * testsuite/Makefile.in: Regenerate.
1768 * testsuite/dynamic_list_2.cc: New file.
1769 * testsuite/dynamic_list_2.t: New file.
1770 * testsuite/dynamic_list_lib1.cc: New file.
1771 * testsuite/dynamic_list_lib2.cc: New file.
1772 * testsuite/gc_dynamic_list_test.c: New file.
1773 * testsuite/gc_dynamic_list_test.sh: New file.
1774 * testsuite/gc_dynamic_list_test.t: New file.
1775
ec673e64
CC
17762014-01-28 Cary Coutant <ccoutant@google.com>
1777
1778 Add .gdb_index version 7 support.
1779
1780 * gold/dwarf_reader.cc: include <utility> (for make_pair).
1781 (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
1782 debug sections.
1783 (Dwarf_ranges_table::read_ranges_table): Likewise.
1784 (Dwarf_pubnames_table::read_section): Check for GNU-style
1785 sections, and for compressed debug sections.
1786 (Dwarf_pubnames_table::read_header): Compute end address of table.
1787 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
1788 for end of list by offset, not by offset == 0.
1789 (Dwarf_info_reader::do_read_string_table): Check for compressed
1790 debug sections.
1791 * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
1792 Initialize new data members.
1793 (Dwarf_pubnames_table::next_name): return flag_byte.
1794 (Dwarf_pubnames_table::end_of_table_): New data member.
1795 (Dwarf_pubnames_table::is_gnu_style_): New data member.
1796 * gold/gdb-index.cc (gdb_index_version): Update to version 7.
1797 (Gdb_index_info_reader::read_pubtable): Read flag_byte.
1798 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
1799 read skeleton type unit DIEs.
1800 (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
1801 (Gdb_index::do_write): Write flag_byte.
1802 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
1803 (Gdb_index::Cu_vector): Store flags along with cu indexes.
1804 * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
1805 * gold/testsuite/gdb_index_test_comm.sh: Likewise.
1806
221fd5d5
L
18072014-01-08 H.J. Lu <hongjiu.lu@intel.com>
1808
1809 * version.cc (print_version): Update copyright year to 2014.
1810
6c09fb0b
ILT
18112013-12-19 Dimitry Andric <dimitry@andric.com>
1812
1813 * stringpool.cc (Stringpool_template::reserve): Add
1814 HAVE_UNORDERED_MAP case.
1815 * stringpool.cc (Stringpool_template::print_stats): Likewise.
1816
8356f2d0
CC
18172013-12-18 Cary Coutant <ccoutant@google.com>
1818
1819 * configure.ac: Check for <unordered_set> and <unordered_map>.
1820 * config.in: Regenerate.
1821 * configure: Regenerate.
1822 * system.h: Use <unordered_set> and <unordered_map> if available.
1823
f2c7d7ee
RM
18242013-12-10 Roland McGrath <mcgrathr@google.com>
1825
1826 * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
1827 with $(INSTALL_PROGRAM_ENV).
1828 * Makefile.in: Regenerate.
1829
6632e8cc
CC
18302013-11-22 Cary Coutant <ccoutant@google.com>
1831
1832 * configure.ac: Add check for which library is needed for
1833 dlopen.
1834 * configure: Regenerate.
1835
0c075858
CC
18362013-11-22 Cary Coutant <ccoutant@google.com>
1837
1838 * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
1839 assembler.
1840 * testsuite/Makefile.in: Regenerate.
1841
f49fe902
L
18422013-11-17 H.J. Lu <hongjiu.lu@intel.com>
1843
1844 * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
1845 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
1846 R_X86_64_PC32 and R_X86_64_PLT32, respectively.
1847 (Target_x86_64<size>::Scan::local): Likewise.
1848 (Target_x86_64<size>::Scan::global): Likewise.
1849 (Target_x86_64<size>::Relocate::relocate): Likewise.
1850 (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
1851 Likewise.
1852 (Target_x86_64<size>::Scan::check_non_pic(): Handle
1853 R_X86_64_PC32_BND.
1854
1855 * testsuite/Makefile.am (check_PROGRAMS): Add
1856 exception_x86_64_bnd_test.
1857 (exception_x86_64_bnd_test_SOURCES): New macro.
1858 (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
1859 (exception_x86_64_bnd_test_LDFLAGS): Likewise.
1860 (exception_x86_64_bnd_test_LDADD): Likewise.
1861 (exception_x86_64_bnd_1.o): New rule.
1862 (exception_x86_64_bnd_2.o): Likewise.
1863 * testsuite/Makefile.in: Regenerated.
1864
9055360d
AM
18652013-11-15 Alan Modra <amodra@gmail.com>
1866
1867 * powerpc.cc (Target_powerpc::glink_section): Provide non-const
1868 accessor.
1869 (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
1870 Only call ppc64_local_entry_offset for 64-bit. Restrict
1871 symval_for_branch lookup to ELFv1.
1872 (Stub_table::add_plt_call_entry): Use unsigned int off.
1873 (Output_data_glink::Address, invalid_address): New.
1874 (Output_data_glink::add_eh_frame): Move out of line. Add
1875 support for ELFv2.
1876 (Output_data_glink::add_global_entry, find_global_entry,
1877 global_entry_address): New functions.
1878 (Output_data_glink::global_entry_stubs_, end_branch_table_,
1879 ge_size): New variables.
1880 (Output_data_glink::set_final_data_size): Add global entry
1881 stub sizing.
1882 (Output_data_glink::do_write): Write global entry stubs.
1883 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
1884 parameter. Return true for ELFv2. Adjust callers.
1885 (Target_powerpc::Scan::local, global): Restrict opd lookup to
1886 ELFv1. Similarly for ifunc and dynamic relocation processing
1887 specific to ELFv1. Recognize that symbols are defined on
1888 their plt entries for ELFv2.
1889 (Target_powerpc::symval_for_branch): Assert if called for
1890 ELFv2 or ppc32.
1891 (Target_powerpc::Relocate::relocate): Use global entry plt
1892 stub for symbol value if such exists on ELFv2.
1893 (Target_powerpc::Relocate::relocate): Don't call
1894 symval_for_branch when ELFv2. Do adjust for local entry
1895 offset when ELFv2.
1896 (Target_powerpc::do_dynsym_value): Set symbols to global entry
1897 plt stub for ELFv2.
1898 (Target_powerpc::do_plt_address_for_global): Similarly.
1899
cafdd569
CC
19002013-11-14 Cary Coutant <ccoutant@google.com>
1901
1902 Revert patch -- this did not fix the problem, and there is
1903 no race there.
1904
1905 2013-11-14 Cary Coutant <ccoutant@google.com>
1906
1907 PR gold/14860
1908 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
1909 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
1910 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
1911 updating fde_offsets_.
1912 (Eh_frame_hdr::lock_): New data member.
1913
94e49e16
CC
19142013-11-14 Cary Coutant <ccoutant@google.com>
1915
1916 * dwp.cc (Dwo_file_entry): New type.
1917 (File_list): Use Dwo_file_entry.
1918 (Dwo_file::verify): New function.
1919 (Dwo_file::verify_dwo_list): New function.
1920 (Dwo_file::sized_verify_dwo_list): New function.
1921 (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
1922 list.
1923 (Dwp_options): New enum type.
1924 (dwp_options): Add --verify-only.
1925 (usage): Likewise.
1926 (main): Likewise.
1927 * dwp.h (gold_info): Add declaration.
1928
7cdd7d57
CC
19292013-11-14 Cary Coutant <ccoutant@google.com>
1930
1931 PR gold/14860
1932 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
1933 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
1934 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
1935 updating fde_offsets_.
1936 (Eh_frame_hdr::lock_): New data member.
1937
1d946cb3
CC
19382013-11-06 Cary Coutant <ccoutant@google.com>
1939
1940 PR gold/15758
1941 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
1942 before reloc sections.
1943
4f65b40e
AM
19442013-11-04 Alan Modra <amodra@gmail.com>
1945
1946 * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
1947 (Symbol::needs_dynamic_reloc): Test new flag.
1948 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
1949 (Target_powerpc::Scan::get_reference_flags): Add target param.
1950 Return FUNC_DESC_ABI for 64-bit ELFv1.
1951 (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
1952 call.
1953 (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
1954 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
1955
908794a9
CC
19562013-10-31 Cary Coutant <ccoutant@google.com>
1957
1958 Restore support for dwp v2 DWARF package file format.
1959
1960 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1961 tu_length parameter. Adjust all callers.
1962 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1963 * dwp.cc: Include dwarf.h.
1964 (Section_bounds): New struct type.
1965 (Unit_set): New struct type.
1966 (Dwo_file::Dwo_file): Initialize new data member.
1967 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1968 Combine and rename to...
1969 (Dwo_file::read_unit_index): ...this.
1970 (Dwo_file::sized_read_compunit_index)
1971 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1972 (Dwo_file::sized_read_unit_index): ...this.
1973 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1974 parameters; add section_id parameter.
1975 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1976 (Dwo_file::add_unit_set): ...this.
1977 (Dwo_file::shndx_map_): Remove.
1978 (Dwo_file::sect_offsets_): New data member.
1979 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1980 (Dwp_output_file::add_section): Rename to...
1981 (Dwp_output_file::add_contribution): ...this.
1982 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1983 (Dwp_output_file::add_tu_set): Likewise.
1984 (Dwp_output_file::Contribution): New type.
1985 (Dwp_output_file::Section::contributions): New data member.
1986 (Dwp_output_file::Cu_or_tu_set): Remove.
1987 (Dwp_output_file::Section::Section): New ctor.
1988 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1989 (Dwp_output_file::Dwp_index::Section_table): New type.
1990 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1991 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1992 parameter.
1993 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1994 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1995 (Dwp_output_file::Dwp_index::section_table): New member function.
1996 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1997 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1998 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1999 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2000 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2001 (Dwp_output_file::Dwp_index::section_table_): New data member.
2002 (Dwp_output_file::Dwp_index::section_mask_): New data member.
2003 (Dwp_output_file::add_output_section): New member function.
2004 (Dwp_output_file::write_new_section): New member function.
2005 (Dwp_output_file::write_contributions): New member function.
2006 (Dwp_output_file::section_id_map_): New data member.
2007 (class Dwo_id_info_reader): Remove.
2008 (class Unit_reader): New class.
2009 (get_dwarf_section_name): New function.
2010 (Dwo_file::read_executable): Adjust initializations of class data.
2011 (Dwo_file::read): Add support for v2 package file format.
2012 (Dwo_file::read_unit_index): Likewise.
2013 (Dwo_file::sized_read_unit_index): Likewise.
2014 (Dwo_file::copy_section): Likewise.
2015 (Dwo_file::add_unit_set): Likewise.
2016 (Dwp_output_file::add_output_section): Likewise.
2017 (Dwp_output_file::add_contribution): Likewise.
2018 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2019 for empty slot.
2020 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2021 file format.
2022 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2023 slot.
2024 (Dwp_output_file::initialize): Remove unused function.
2025 (Dwp_output_file::finalize): Add support for v2 package file format.
2026 (Dwp_output_file::write_index): Likewise.
2027 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2028 function prototype.
2029
2500c017
CC
20302013-10-31 Cary Coutant <ccoutant@google.com>
2031
2032 * configure.ac: Fix check for -fmerge-constants.
2033 * configure.ac: Regenerate.
2034
dd0845d7
RM
20352013-10-30 Roland McGrath <mcgrathr@google.com>
2036
2037 * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
2038 Correct 9-byte nop sequence to match what the assembler generates.
2039
b4f7960d
AM
20402013-10-30 Alan Modra <amodra@gmail.com>
2041
2042 * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
2043 ppc64_local_entry_offset, ppc64_local_entry_offset,
2044 do_read_symbols): New functions.
2045 (Powerpc_relobj::e_flags_, st_other_): New vars.
2046 (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
2047 (Powerpc_dynobj::abiversion, set_abiversion): New functions.
2048 (Powerpc_relobj::e_flags_): New var.
2049 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
2050 and adjust for ELFv2.
2051 (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
2052 (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
2053 (Powerpc_dynobj::do_find_special_sections): Likewise.
2054 (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
2055 (Target_powerpc::Branch_info::make_stub): Adjust stub destination
2056 to ELFv2 local entry.
2057 (Target_powerpc::do_relax): No thread safe barriers needed for
2058 ELFv2.
2059 (Output_data_plt_powerpc::initial_plt_entry_size_,
2060 plt_entry_size): Delete. Replace all uses with
2061 first_plt_entry_offset() and plt_entry_size().
2062 (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
2063 reserved_size parm. Update callers.
2064 (Output_data_plt_powerpc::entry_count): Update.
2065 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
2066 and use Target_powerpc::first_plt_entry_offset().
2067 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
2068 rename to plt_entry_size.
2069 (Output_data_plt_powerpc::add_ifunc_entry,
2070 add_local_ifunc_entry): Adjust reloc for ELFv2.
2071 (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
2072 (glink_eh_frame_fde_64v2): New.
2073 (Stub_table::plt_call_size): Support ELFv2 sizing.
2074 (Output_data_glink::add_eh_frame): Use the new FDE.
2075 (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
2076 (Stub_table::do_write): Write ELFv2 stubs and glink.
2077 (Target_powerpc::Relocate::relocate): Replaces nop after call
2078 with ld 2,24(1) and adjust local offset destination for ELFv2.
2079
f9c6b907
AM
20802013-10-30 Alan Modra <amodra@gmail.com>
2081
2082 * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
2083 (Target_powerpc::Scan::global, local): Likewise.
2084 (Target_powerpc::Relocate::relocate): Likewise. Check for overflow
2085 on all ppc64 @h and @ha relocs.
2086
e84fe78f
AM
20872013-10-14 Alan Modra <amodra@gmail.com>
2088
2089 * output.h (Output_data_got::add_constant): Tidy.
2090 (Output_data_got::add_constant_pair): New function.
2091 * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
2092 methods used so as to first call reserve_ent().
2093
679e4abf
RM
20942013-10-11 Roland McGrath <mcgrathr@google.com>
2095
44dcb735
RM
2096 * powerpc.cc (Output_data_got_powerpc): Remove unused methods
2097 add_got_entry and add_got_entry_pair.
2098
13323c49
RM
2099 * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
2100 (HAVE_PUBNAMES): Likewise.
2101 * configure: Regenerate.
2102
1496b446
RM
2103 * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
2104 * testsuite/Makefile.in: Regenerate.
2105
cc84c10b
RM
2106 * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
2107 Remove const from declaration.
2108 * target.cc (Sized_target::do_adjust_elf_header): Update definition.
2109 * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
2110 * output.h (Output_file_header): Remove const from member target_
2111 and corresponding constructor argument.
2112 * output.cc (Output_file_header::Output_file_header): Update prototype.
2113 (Output_file_header::do_sized_write): Use this->target_ in place
2114 of parameters()->target().
2115
52f66a2c
RM
2116 * testsuite/undef_symbol.cc (Foo::get_a): New method.
2117
2b64b551
RM
2118 * configure.ac (MERGE_CONSTANTS_FLAG): New check.
2119 * configure: Regenerate.
2120 * Makefile.in: Regenerate.
2121 * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
2122 * testsuite/merge_string_literals_2.c: Likewise.
2123 * testsuite/Makefile.am
2124 (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
2125 (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
2126 literal -fmerge-constants.
2127 * testsuite/Makefile.in: Regenerate.
2128
43819297
RM
2129 * i386.cc (Target_i386): Remove unused member dynbss_.
2130 * arm.cc (Target_arm): Likewise.
2131 * powerpc.cc (Target_powerpc): Likewise.
2132 * sparc.cc (Target_sparc): Likewise.
2133 * tilegx.cc (Target_tilegx): Likewise.
2134 * x86_64.cc (Target_x86_64): Likewise.
2135 * dwarf_reader.h (Dwarf_info_reader): Remove unused members
2136 type_signature_, type_offset_.
2137 * plugin.h (Plugin_hook): Remove unused member layout_.
2138 * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
2139 mapfile_.
2140 (Read_member): Remove unused members input_objects_, symtab_,
2141 mapfile_, layout_.
2142 (Check_library): Remove unused member symtab_.
2143 * archive.h (Lib_group): Remove unused member lib_.
2144 * archive.cc (Lib_group::Lib_group): Update initializer.
2145 * incremental.h (Incremental_binary): Remove unused member target_.
2146 (Incremental_script_entry): Removed unused member script_.
2147 * layout.h (Write_symbols_task): Remove unused member input_objects_.
2148 * icf.h (Icf): Remove unused member num_tracked_relocs.
2149
39d9ead7
RM
2150 * gold-threads.h (Once): Conditionalize member was_run_lock_ on
2151 [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
2152 its only use.
2153 * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
2154
679e4abf
RM
2155 * archive.h: Use struct rather than class for forward declaration
2156 of Read_symbols_data.
2157
54de2ea6
CC
21582013-10-07 Cary Coutant <ccoutant@google.com>
2159
2160 PR gold/16010
2161 * testsuite/Makefile.am (icf_test): Fix dependencies.
2162 (icf_safe_test): Likewise.
2163 (icf_safe_so_test): Likewise.
2164 (large_symbol_alignment): Add empty _LDADD rule.
2165 * testsuite/Makefile.in: Regenerate.
2166
b14016f0
L
21672013-09-03 Pavel Chupin <pavel.v.chupin@intel.com>
2168
2169 PR gold/15927
2170 * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
2171 relocation for R_X86_64_32 on x32.
2172
eb426534
RM
21732013-08-27 Roland McGrath <mcgrathr@google.com>
2174
2175 * output.cc (Output_segment::set_section_addresses): Take new
2176 Target* argument. If target->isolate_execinstr() and the segment
2177 is executable and starts at a target->abi_pagesize() boundary,
2178 pad its end out to a target->abi_pagesize() boundary with code fill.
2179 * output.h (Output_segment::set_section_addresses): Update decl.
2180 * layout.h (Layout::check_output_data_for_reset_values): Take new
2181 argument RELAX_OUTPUTS.
2182 (Layout): New member relax_output_list_.
2183 (Layout::add_relax_output): New method.
2184 * layout.cc (Layout::Layout): Update constructor.
2185 (Layout::reset_relax_output): New method.
2186 (Layout::clean_up_after_relaxation): Call it.
2187 (Layout::prepare_for_relaxation): Update caller.
2188 (Layout::set_segment_offsets): Update callers of set_section_addresses.
2189 Call reset_relax_output before re-processing segments for
2190 isolate_execinstr case.
2191 (Layout::write_data): Handle relax_output_list_.
2192 (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
2193 Take new argument RELAX_OUTPUTS. Assert it's an empty collection.
2194
9aff4b7a
NC
21952013-08-23 Yuri Chornoivan <yurchor@ukr.net>
2196
2197 PR binutils/15834
2198 * object.h: Fix typos.
2199
93f8221c
RM
22002013-08-16 Roland McGrath <mcgrathr@google.com>
2201
2202 * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
2203 * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
2204
e44c3715
CC
22052013-08-07 Cary Coutant <ccoutant@google.com>
2206
2207 Revert support for v2 DWP files:
2208
2209 2013-03-01 Cary Coutant <ccoutant@google.com>
2210
2211 Add dwp support for v2 DWARF package file format.
2212 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2213 tu_length parameter. Adjust all callers.
2214 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2215 * dwp.cc: Include dwarf.h.
2216 (Section_bounds): New struct type.
2217 (Unit_set): New struct type.
2218 (Dwo_file::Dwo_file): Initialize new data member.
2219 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2220 Combine and rename to...
2221 (Dwo_file::read_unit_index): ...this.
2222 (Dwo_file::sized_read_compunit_index)
2223 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2224 (Dwo_file::sized_read_unit_index): ...this.
2225 (Dwo_file::copy_section): Remove section_name, is_str_offsets
2226 parameters; add section_id parameter.
2227 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2228 (Dwo_file::add_unit_set): ...this.
2229 (Dwo_file::shndx_map_): Remove.
2230 (Dwo_file::sect_offsets_): New data member.
2231 (Dwp_output_file::Dwp_output_file): Initialize new data members.
2232 (Dwp_output_file::add_section): Rename to...
2233 (Dwp_output_file::add_contribution): ...this.
2234 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2235 (Dwp_output_file::add_tu_set): Likewise.
2236 (Dwp_output_file::Contribution): New type.
2237 (Dwp_output_file::Section::contributions): New data member.
2238 (Dwp_output_file::Cu_or_tu_set): Remove.
2239 (Dwp_output_file::Section::Section): New ctor.
2240 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2241 (Dwp_output_file::Dwp_index::Section_table): New type.
2242 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2243 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2244 parameter.
2245 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2246 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2247 (Dwp_output_file::Dwp_index::section_table): New member function.
2248 (Dwp_output_file::Dwp_index::section_table_end): New member function.
2249 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2250 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2251 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2252 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2253 (Dwp_output_file::Dwp_index::section_table_): New data member.
2254 (Dwp_output_file::Dwp_index::section_mask_): New data member.
2255 (Dwp_output_file::add_output_section): New member function.
2256 (Dwp_output_file::write_new_section): New member function.
2257 (Dwp_output_file::write_contributions): New member function.
2258 (Dwp_output_file::section_id_map_): New data member.
2259 (class Dwo_id_info_reader): Remove.
2260 (class Unit_reader): New class.
2261 (get_dwarf_section_name): New function.
2262 (Dwo_file::read_executable): Adjust initializations of class data.
2263 (Dwo_file::read): Add support for v2 package file format.
2264 (Dwo_file::read_unit_index): Likewise.
2265 (Dwo_file::sized_read_unit_index): Likewise.
2266 (Dwo_file::copy_section): Likewise.
2267 (Dwo_file::add_unit_set): Likewise.
2268 (Dwp_output_file::add_output_section): Likewise.
2269 (Dwp_output_file::add_contribution): Likewise.
2270 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2271 for empty slot.
2272 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2273 file format.
2274 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2275 slot.
2276 (Dwp_output_file::initialize): Remove unused function.
2277 (Dwp_output_file::finalize): Add support for v2 package file format.
2278 (Dwp_output_file::write_index): Likewise.
2279 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2280 function prototype.
2281
c6905c28
CC
22822013-07-31 Cary Coutant <ccoutant@google.com>
2283
2284 * object.cc (Sized_relobj::do_output_section_address): New function.
2285 (Sized_relobj): Instantiate explicitly.
2286 * object.h (Object::output_section_address): New function.
2287 (Object::do_output_section_address): New function.
2288 (Sized_relobj::do_output_section_address): New function.
2289 * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
2290
22912013-07-30 Cary Coutant <ccoutant@google.com>
5cdb4d98 2292 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
a67858e0
CC
2293
2294 * parameters.cc (Parameters::entry): Return target-specific entry
2295 symbol name.
2296 * target.h (Target::entry_symbol_name): New function.
2297 (Target_info::entry_symbol_name): New data member.
2298
2299 * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
2300 * i386.cc (Target_i386::i386_info): Likewise.
2301 (Target_i386_nacl::i386_nacl_info): Likewise.
2302 * sparc.cc (Target_sparc::sparc_info): Likewise.
2303 * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
2304 * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
2305 (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
2306 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
2307
234d4ab8
SA
23082013-07-22 Sterling Augustine <saugustine@google.com>
2309
2310 * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
2311 Convert parameter shndx to local variable. Add parameters symtab
2312 and symtab_size. Scan over section names. Find relocation
2313 section corresponding to current section. Create and initialize
2314 reloc_mapper_ and reloc_type_.
2315 (Dwarf_pubnames_table::read_header): Add assertion. Change
2316 unit_length to off_t. Initialize member unit_length_. Fill in field
2317 cu_offset_.
2318 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
2319 Initialize new fields unit_length_ and cu_offset_.
2320 (Dwarf_pubnames_table::read_section): Update prototype.
2321 (Dwarf_pubnames_table::cu_offset): New member function.
2322 (Dwarf_pubnames_table::subsection_size): Likewise.
2323 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
2324 New fields.
2325 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
2326 member functions public.
2327 * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
2328 Update comment. Rework logic. Move repeated parts to...
2329 (Gdb_index_info_reader::read_pubtable): ...here. New function.
2330 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
2331 pubtypes_table_, and stmt_list_offset.
2332 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
2333 Gdb_index::find_pubtype_offset,
2334 Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
2335 (Gdb_index::pubnames_read): Update prototype and rework logic.
2336 * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
2337 Forward declare.
2338 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
2339 Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
2340 Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
2341 Gdb_index::map_pubtable_to_dies):
2342 Declare functions.
2343 (Gdb_index::pubnames_read): Update declaration.
2344 (Gdb_index::Pubname_offset_map): New type.
2345 (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
2346 Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
2347 Gdb_index::stmt_list_offset): Declare.
2348 (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
2349 Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
2350 Gdb_index::pubtypes_offset_): Remove.
2351
a3ed37d8
RM
23522013-07-19 Roland McGrath <mcgrathr@google.com>
2353
2354 * options.h (General_options): Add -Trodata-segment option.
2355 * parameters.cc (Parameters::check_rodata_segment): New function.
2356 (Parameters::set_target_once): Call it.
2357 * parameters.h (Parameters): Declare it (private member function).
2358 * layout.cc (load_seg_unusable_for_headers): New function, broken
2359 out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr()
2360 then validate rodata segment rather than text segment.
2361 (relaxation_loop_body): Call that.
2362 (is_text_segment): New function. Don't admit a non-executable
2363 segment if TARGET->isolate_execinstr().
2364 (set_segment_offsets): Call it. Honor -Trodata-segment option.
2365
eb5b4ded
CC
23662013-07-15 Shawn Landden <shawnlandden@gmail.com>
2367
2368 PR gold/15070
2369 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
2370 * nacl.h (Sniff_file::View::View): Request aligned view.
2371
4d5effb9
CC
23722013-07-11 Cary Coutant <ccoutant@google.com>
2373
2374 * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
2375 correct BRLT entry size.
2376
ba8ca3e7
AM
23772013-07-03 Alan Modra <amodra@gmail.com>
2378
2379 * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
2380 comment.
2381
267257d2
CC
23822013-07-01 Cary Coutant <ccoutant@google.com>
2383
2384 * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
2385 reloc_type_.
2386 (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
2387 (Dwarf_ranges_table::lookup_reloc): New function.
2388 * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
2389 reloc_type_.
2390 (Dwarf_ranges_table::lookup_reloc): New function.
2391 (Dwarf_ranges_table::reloc_type_): New data member.
2392
06f30c9d
CC
23932013-06-27 Jing Yu <jingyu@google.com>
2394
2395 PR gold/15662
2396 * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
2397 function.
2398 (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
2399 (Target_powerpc::do_relax): Call the above.
2400
a2d7bf59
AM
24012013-06-27 Cary Coutant <ccoutant@google.com>
2402
2403 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
2404 on garbage collected .opd section.
2405
24062013-06-27 Alan Modra <amodra@gmail.com>
2407
2408 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
2409 is non-zero.
2410 (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
2411 (Target_powerpc::do_function_location): Likewise for loc->shndx.
2412
32364e50
CC
24132013-06-14 Cary Coutant <ccoutant@google.com>
2414
2415 * resolve.cc (Symbol::override_base): Don't override st_type
2416 from plugin placeholder symbols.
2417 (Symbol_table::resolve): Likewise.
2418 (Symbol_table::should_override): Don't complain about TLS mismatch
2419 if the TO symbol is a plugin placeholder.
2420 * testsuite/Makefile.am (plugin_test_tls): New test.
2421 * testsuite/Makefile.in: Regenerate.
2422 * testsuite/plugin_test_tls.sh: New test script.
2423 * testsuite/two_file_test_2_tls.cc: New test source.
2424 * testsuite/two_file_test_tls.cc: New test source.
2425
7fb47cc9
CC
24262013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
2427
2428 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
2429 the maximum segment alignment is larger than the page size.
2430 * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
2431 correctly aligns the symbols with large alignemnt.
2432 * testsuite/Makefile.in: Regenerate.
2433 * testsuite/large_symbol_alignment.cc: New file.
2434
6934001a
CC
24352013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>
2436 Sriraman Tallam <tmsriram@google.com>
2437
2438 * options.h (sort_section): New option.
2439 * output.h (Input_section_sort_section_prefix_special_ordering_compare):
2440 Rename from Input_section_sort_section_name_special_ordering_compare.
2441 (Input_section_sort_section_name_compare): New struct.
2442 * output.cc (Output_section::Input_section_sort_section_name_compare::
2443 operator()): New function.
2444 (Output_section::sort_attached_input_sections): Use new sort function
2445 for .text if --sort-section=name is specified.
2446 * layout.cc (Layout::make_output_section):
2447 Add sorting by name when --sort-section=name is specified.
2448 * testsuite/Makefile.am (text_section_grouping): Test option
2449 --sort-section=name.
2450 * testsuite/Makefile.in: Regenerate.
2451 * testsuite/section_sorting_name.cc: New file.
2452 * testsuite/section_sorting_name.sh: New file.
2453
93acabad
CC
24542013-05-21 Cary Coutant <ccoutant@google.com>
2455
2456 * symtab.h (Symbol::is_cxx_vtable): New function.
2457 * target-reloc.h (relocate_section): Check for vtable symbol.
2458 * testsuite/Makefile.am (missing_key_func.sh): New test case.
2459 * testsuite/Makefile.in: Regenerate.
2460 * testsuite/missing_key_func.cc: New test source.
2461 * testsuite/missing_key_func.sh: New test script.
2462
60e8b3fc
CC
24632013-05-21 Cary Coutant <ccoutant@google.com>
2464
2b64b551
RM
2465 * object.cc (Sized_relobj_file::get_symbol_location_info): Set
2466 type of enclosing symbol.
2467 (Relocate_info::location): Check symbol type when describing symbol.
2468 * object.h (Symbol_location_info): Remove unused line_number;
2469 add enclosing_symbol_type.
2470 * testsuite/debug_msg.sh: Adjust expected output.
60e8b3fc 2471
9df9de2c
CC
24722013-05-13 Cary Coutant <ccoutant@google.com>
2473
2b64b551
RM
2474 * configure.ac: Export DEFAULT_TARGET.
2475 * configure: Regenerate.
2476 * Makefile.in: Regenerate.
2477 * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
2478 * testsuite/Makefile.in: Regenerate.
2479 * testsuite/debug_msg.sh: Delete duplicate tests.
2480 Don't check undef_int error message match for powerpc where the
2481 source file and line number aren't available.
9df9de2c 2482
bbc5ae17
RM
24832013-05-10 Roland McGrath <mcgrathr@google.com>
2484
2485 * options.h (General_options): Add --rosegment-gap option.
2486 * options.cc (finalize): --rosegment-gap implies --rosegment.
2487 * layout.cc (set_segment_offsets): Let user option override
2488 target->rosegment_gap().
2489
0c6e6c39
RM
24902013-05-10 Roland McGrath <mcgrathr@google.com>
2491
2492 * options.h (General_options): Remove leading space from help
2493 messages for -nostdlib and --rosegment.
2494
cde7cb01
MR
24952013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
2496
2497 PR ld/15365
2498 * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
2499
f31ae5b8
AM
25002013-05-03 Alan Modra <amodra@gmail.com>
2501
2502 * merge.cc (Output_merge_string::do_add_input_section): Correct
2503 scan for number of strings. Rename vars to avoid shadowing.
2504 Include missing terminator in input_size_.
2505
d3a7cd45
L
25062013-05-01 H.J. Lu <hongjiu.lu@intel.com>
2507
2508 * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
2509 Restore empty string handling.
2510
6ad3daba
CC
25112013-05-01 Cary Coutant <ccoutant@google.com>
2512
2513 * stringpool.cc (Stringpool_template::new_key_offset): Fix
2514 uninitialized warning.
2515
e31908b6
CC
25162013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
2517
2518 * output.cc (Output_section::add_merge_input_section): Allow
2519 to merge sections if the alignment is more than character size.
2520 * merge.h (Output_merge_string::Output_merge_string): Remove
2521 assert.
2522 * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
2523 only not-null strings. Check the alignment of strings.
2524 * stringpool.h
2525 (Stringpool_template<Stringpool_char>::Stringpool_template): Add
2526 alignment as the argument.
2527 (Stringpool_template<Stringpool_char>::addralign_): New class member.
2528 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
2529 Align non-zero length strings according to the addralign_.
2530 (Stringpool_template<Stringpool_char>::set_string_offsets):
2531 Updating offsets according to the given alignment.
2532 * testsuite/Makefile.am (text_section_grouping): Test if string
2533 literals are getting merged.
2534 * testsuite/Makefile.in: Regenerate.
2535 * testsuite/merge_string_literals_1.c: New file.
2536 * testsuite/merge_string_literals_2.c: Ditto.
2537 * testsuite/merge_string_literals.sh: Ditto.
2538
0e804863
ILT
25392013-04-26 Ian Lance Taylor <iant@google.com>
2540
2541 * target-reloc.h (relocate_section): If the reloc offset is out of
2542 range, pass VIEW as NULL to relocate.relocate.
2543 * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
2544 * i386.cc (Target_i386::Relocate::relocate): Likewise.
2545 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
2546 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
2547 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
2548 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
2549
e7c5ea40
CC
25502013-04-26 Geoff Pike <gpike@chromium.org>
2551
2552 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
2553 * layout.cc (Hash_task): New class.
2554 (Layout::queue_build_id_tasks): New function.
2555 (Layout::write_build_id): Handle single-thread portion of build ID
2556 computation. (In some cases, all of it is single-threaded.) Replace
2557 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
2558 functionality in fewer lines of code.
2559 * layout.h (Layout::queue_build_id_tasks): New function declaration.
2560 * options.h (General_options): make "--build-id" default to tree
2561 rather than sha1. Add two new options related to --build-id=tree:
2562 --build-id-chunk-size-for-treehash and
2563 --build-id-min-file-size-for-treehash.
2564 * Makefile.am: add testing of --build-id=tree and related new options
2565 (these tests will be invoked by "make check").
2566 * Makefile.in: Regenerate.
2567
49926cd0
AM
25682013-04-25 Alan Modra <amodra@gmail.com>
2569
2570 * configure.tgt: Add powerpcle and powerpc64le.
2571
a4034750
AM
25722013-04-22 Alan Modra <amodra@gmail.com>
2573
2574 PR gold/15355
2575 * layout.cc (Layout::segment_precedes): Allow more than one
2576 segment with the same type and flags.
2577
e79c84aa
CC
25782013-04-15 Cary Coutant <ccoutant@google.com>
2579
2580 * layout.cc (Layout::set_relocatable_section_offsets): Don't
2581 allocate space in file for BSS sections.
2582
2199fbe7
CC
25832013-04-15 Cary Coutant <ccoutant@google.com>
2584
2585 * script-sections.cc (Orphan_output_section): Reset address
2586 to zero after each orphaned section for relocatable links.
2587
502e8a84
CC
25882013-04-15 Cary Coutant <ccoutant@google.com>
2589
a4034750
AM
2590 * symtab.cc (Symbol_table::sized_write_globals): Subtract
2591 section starting address for relocatable link.
2592 * testsuite/Makefile.am (script_test_11): New test.
2593 * testsuite/Makefile.in: Regenerate.
2594 * testsuite/script_test_11.c: New source file.
2595 * testsuite/script_test_11.t: New linker script.
502e8a84 2596
0cfdc767
AM
25972013-04-13 Alan Modra <amodra@gmail.com>
2598
2599 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
2600 owner when sections are not adjacent and exceed group size.
2601 (Target_powerpc::group_sections): Handle corner case.
2602 (Target_powerpc::Branch_info::make_stub): Handle case where
2603 stub table doesn't exist due to branches in non-exec sections.
2604 (Target_powerpc::Relocate::relocate): Likewise.
2605
6830ee24
AM
26062013-04-11 Alan Modra <amodra@gmail.com>
2607
2608 PR gold/15354
2609 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
2610 .branch_lt to match bfd ld. Adjust comments throughout file.
2611
54a3d865
ILT
26122013-04-04 Ian Lance Taylor <iant@google.com>
2613
2614 GCC PR c++/56840
2615 * object.cc (do_layout_deferred_sections): Handle .eh_frame
2616 sections before checking whether they are included in the link.
2617
9993ba11
ST
26182013-03-29 Sriraman Tallam <tmsriram@google.com>
2619
2620 * archive.cc (Archive::get_elf_object_for_member): Create the elf
2621 object before calling the plugin claim_file handler. Pass the elf
2622 object of the archive to the plugin. Delete the elf object if the
2623 plugin claims the file.
2624
ebacd51e
AM
26252013-03-21 Alan Modra <amodra@gmail.com>
2626
2627 * layout.cc (Layout::set_segment_offsets): Accept writable .text
2628 segment when omagic.
2629
117be58f
AM
26302013-03-21 Alan Modra <amodra@gmail.com>
2631
2632 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
2633 comparison warning.
2634 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
2635 uninitialized" warning.
2636
32e2b61d
AM
26372013-03-20 Alan Modra <amodra@gmail.com>
2638
2639 * symtab.h (Symbol::clear_version): New function.
2640 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
2641 is_needed by weak references. Clear version for symbols defined
2642 in as-needed objects that are not needed.
2643
b3ccdeb5
AM
26442013-03-15 Alan Modra <amodra@gmail.com>
2645
2646 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
2647 static and public. Add report_err param. Return false for data refs.
2648 (Target_powerpc::rela_dyn_section): New overloaded function.
2649 (Target_powerpc::plt_, iplt_): Elucidate.
2650 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
2651 (Output_data_plt_powerpc::do_write): Don't write .iplt.
2652 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
2653 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
2654 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
2655 push_branch and make_plt_entry for ifunc syms when
2656 reloc_needs_plt_for_ifunc.
2657 (Target_powerpc::Relocate::relocate): Don't use plt entry value
2658 for ifunc unless reloc_needs_plt_for_ifunc.
2659
ad3d8a2f
AM
26602013-03-15 Alan Modra <amodra@gmail.com>
2661
2662 * gc.h (gc_process_relocs): Don't look through function descriptors.
2663 * icf.cc (get_section_contents): Do so here instead.
2664
4d9aa155
AM
26652013-03-13 Alan Modra <amodra@gmail.com>
2666
2667 * powerpc.cc (is_branch_reloc): Forward declare.
2668 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
2669 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
2670 false for 64-bit, true for 32-bit non-branch relocs.
2671 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
2672 * testsuite/Makefile.am (icf_test): Use linker map file instead of
2673 nm output.
2674 (icf_safe_test): Generate linker map file as well as nm output.
2675 (icf_safe_so_test): Likewise.
2676 * testsuite/Makefile.in: Regenerate.
2677 * testsuite/icf_test.sh: Parse linker map file to determine
2678 section folding.
2679 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
2680 * testsuite/icf_safe_so_test.sh: Likewise.
2681 (X86_32_or_ARM_specific_safe_fold): Merge into..
2682 (arch_specific_safe_fold): ..this.
2683 (X86_64_specific_safe_fold): Delete unused function.
2684
57420c20
AM
26852013-03-12 Alan Modra <amodra@gmail.com>
2686
2687 * gc.h (gc_process_relocs): Look through function descriptors
2688 to determine shndx, symvalue and addend used by ICF. Tidy
2689 variable duplication.
2690
dc3714f3
AM
26912013-03-11 Alan Modra <amodra@gmail.com>
2692
2693 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
2694 * layout.cc (Layout_task_runner::run): ..to here.
2695 * symtab.h (struct Symbol_location): Extract from..
2696 (class Symbol_table): ..here.
2697 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
2698 * target.h (class Target): Add function_location and
2699 do_function_location functions.
2700 (class Sized_target): Add do_function_location.
2701 * object.h (class Sized_relobj_file): Move find_shdr..
2702 (class Object): ..to here.
2703 * object.cc: Likewise. Update to suit. Instantiate.
2704 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
2705 * powerpc.cc (class Powerpc_dynobj): New.
2706 (Target_powerpc::do_function_location): New function.
2707 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
2708 (Powerpc_dynobj::do_read_symbols): New function.
2709 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
2710
956b03bb
ILT
27112013-03-08 Ian Lance Taylor <iant@google.com>
2712
2713 * options.cc (General_options::string_to_object_format): Accept
2714 "default".
2715
4bead2d5
AM
27162013-03-08 Alan Modra <amodra@gmail.com>
2717
2718 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
2719 pointer to Post_fde.
2720 (struct Post_fde): Move definition to here..
2721 * ehframe.cc (struct Post_fde): ..from here.
2722 (Cie::write): Don't alloc Post_fde.
2723 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
2724
02e60bf7
AM
27252013-03-07 Alan Modra <amodra@gmail.com>
2726
2727 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
2728 relocation referencing .LC0.
2729 * testsuite/discard_locals_test.sh: Remove FIXMEs.
2730
8343f03a
AM
27312013-03-07 Alan Modra <amodra@gmail.com>
2732
2733 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
2734 always_inline. Add assembly for powerpc to avoid GOT.
2735
3366d57c
AM
27362013-03-07 Alan Modra <amodra@gmail.com>
2737
2738 * testsuite/script_test_10.sh: Don't test .bss section
2739 header number.
2740
6c77229c
AM
27412013-03-06 Alan Modra <amodra@gmail.com>
2742
2743 * powerpc.cc (class Powerpc_relobj): Move some member functions.
2744 (Target_powerpc::symval_for_branch): Add symtab param. Update
2745 all callers. Handle folded sections.
2746 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
2747 to Powerpc_relobj.
2748 (Global_symbol_visitor_opd::operator()): Likewise.
2749
a39e4af6
AM
27502013-03-04 Alan Modra <amodra@gmail.com>
2751
2752 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
2753 * testsuite/Makefile.in: Regenerate.
2754
d5834edb
CC
27552013-03-01 Cary Coutant <ccoutant@google.com>
2756
2757 Add dwp support for v2 DWARF package file format.
2758 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2759 tu_length parameter. Adjust all callers.
2760 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2761 * dwp.cc: Include dwarf.h.
2762 (Section_bounds): New struct type.
2763 (Unit_set): New struct type.
2764 (Dwo_file::Dwo_file): Initialize new data member.
2765 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2766 Combine and rename to...
2767 (Dwo_file::read_unit_index): ...this.
2768 (Dwo_file::sized_read_compunit_index)
2769 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2770 (Dwo_file::sized_read_unit_index): ...this.
2771 (Dwo_file::copy_section): Remove section_name, is_str_offsets
2772 parameters; add section_id parameter.
2773 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2774 (Dwo_file::add_unit_set): ...this.
2775 (Dwo_file::shndx_map_): Remove.
2776 (Dwo_file::sect_offsets_): New data member.
2777 (Dwp_output_file::Dwp_output_file): Initialize new data members.
2778 (Dwp_output_file::add_section): Rename to...
2779 (Dwp_output_file::add_contribution): ...this.
2780 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2781 (Dwp_output_file::add_tu_set): Likewise.
2782 (Dwp_output_file::Contribution): New type.
2783 (Dwp_output_file::Section::contributions): New data member.
2784 (Dwp_output_file::Cu_or_tu_set): Remove.
2785 (Dwp_output_file::Section::Section): New ctor.
2786 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2787 (Dwp_output_file::Dwp_index::Section_table): New type.
2788 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2789 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2790 parameter.
2791 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2792 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2793 (Dwp_output_file::Dwp_index::section_table): New member function.
2794 (Dwp_output_file::Dwp_index::section_table_end): New member function.
2795 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2796 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2797 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2798 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2799 (Dwp_output_file::Dwp_index::section_table_): New data member.
2800 (Dwp_output_file::Dwp_index::section_mask_): New data member.
2801 (Dwp_output_file::add_output_section): New member function.
2802 (Dwp_output_file::write_new_section): New member function.
2803 (Dwp_output_file::write_contributions): New member function.
2804 (Dwp_output_file::section_id_map_): New data member.
2805 (class Dwo_id_info_reader): Remove.
2806 (class Unit_reader): New class.
2807 (get_dwarf_section_name): New function.
2808 (Dwo_file::read_executable): Adjust initializations of class data.
2809 (Dwo_file::read): Add support for v2 package file format.
2810 (Dwo_file::read_unit_index): Likewise.
2811 (Dwo_file::sized_read_unit_index): Likewise.
2812 (Dwo_file::copy_section): Likewise.
2813 (Dwo_file::add_unit_set): Likewise.
2814 (Dwp_output_file::add_output_section): Likewise.
2815 (Dwp_output_file::add_contribution): Likewise.
2816 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2817 for empty slot.
2818 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2819 file format.
2820 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2821 slot.
2822 (Dwp_output_file::initialize): Remove unused function.
2823 (Dwp_output_file::finalize): Add support for v2 package file format.
2824 (Dwp_output_file::write_index): Likewise.
2825 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2826 function prototype.
2827
a68a081d
CC
28282013-03-01 Cary Coutant <ccoutant@google.com>
2829
2830 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
2831 function into class definition in header file.
2832 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
2833 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
2834 New function.
2835 (Dwarf_info_reader::check_buffer): Move here from .cc file.
2836
9d5781f8
AM
28372013-02-28 Alan Modra <amodra@gmail.com>
2838
2839 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
2840 * target.cc (Target::do_plt_fde_location): New function.
2841 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
2842 accessor function, and constructor param.
2843 (struct Post_fde, Post_fdes): Declare.
2844 (Cie::write): Add post_fdes param.
2845 * ehframe.cc (Fde::write): Use plt_fde_location.
2846 (struct Post_fde): Define.
2847 (Cie::write): Stash FDEs added post merge mapping.
2848 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
2849 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
2850 (Eh_frame::do_sized_write): Arrange to write post map FDES after
2851 other FDEs.
2852 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
2853 (Target_powerpc::has_glink): New function.
2854 (Target_powerpc::do_relax): Add eh_frame info for stubs.
2855 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
2856 glink_eh_frame_fde_32, default_fde): New data.
2857 (Stub_table::eh_frame_added_): New var.
2858 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
2859 Make const.
2860 (Stub_table::add_eh_frame): New function.
2861 (Output_data_glink::add_eh_frame): New function.
2862 (Target_powerpc::make_glink_section): Call add_eh_frame.
2863
214383dd
ILT
28642013-02-15 Ian Lance Taylor <iant@google.com>
2865
2866 * options.h (DEFINE_uint64_alias): Define.
2867 (class General_options): Add -Ttext-segment as an alias for
2868 -Ttext.
2869
91c2b899
AM
28702013-02-15 Alan Modra <amodra@gmail.com>
2871
2872 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
2873 (Stub_table::do_write): ..here, two places.
2874 (Stub_table::plt_call_size): Use it here too.
2875
20e2a8aa
ILT
28762013-02-11 Ian Lance Taylor <iant@google.com>
2877
2878 * descriptors.cc (Descriptors::close_all): New function.
2879 * descriptors.h (class Descriptors): Declare close_all.
2880 (close_all_descriptors): New inline function.
2881 * plugin.cc: Include "descriptors.h".
2882 (Plugin_manager::cleanup): Call close_all_descriptors.
2883
8952bc69
AM
28842013-02-06 Alan Modra <amodra@gmail.com>
2885
2886 * README: Update coding style link.
2887
29bd8b6b
CC
28882013-01-28 Cary Coutant <ccoutant@google.com>
2889
a4034750
AM
2890 * dwp.cc (File_list): New typedef.
2891 (Dwo_name_info_reader): New class.
2892 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
2893 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
2894 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
2895 (Dwo_file::read_executable): New function.
2896 (Dwo_file::read): Move common setup code to ...
2897 (Dwo_file::make_object): ... here.
2898 (dwp_options): Add --exec/-e.
2899 (usage): Likewise.
2900 (main): Likewise.
29bd8b6b 2901
c6ac678d
ST
29022013-01-24 Sriraman Tallam <tmsriram@google.com>
2903
2904 * layout.cc (Layout::layout): Check for option text_reorder.
2905 (Layout::make_output_section): Ditto.
2906 * options.h (text_reorder): New option.
2907 * output.cc (Input_section_sort_compare): Remove special ordering
2908 of section names.
2909 (Output_section::
2910 Input_section_sort_section_name_special_ordering_compare::
2911 operator()): New function.
2912 (Output_section::sort_attached_input_sections): Use new sort function
2913 for .text.
2914 * output.h (Input_section_sort_section_name_special_ordering_compare):
2915 New struct.
2916 * testsuite/Makefile.am (text_section_grouping): Test option
2917 --no-text-reorder
2918 * testsuite/Makefile.in: Regenerate.
2919 * testsuite/text_section_grouping.sh: Check order of functions without
2920 default text reordering.
2921
50701cc1
MF
29222013-01-18 Mike Frysinger <vapier@gentoo.org>
2923
2924 * options.h (General_options): Change default to true for new_dtags.
2925
b1b00fcc
MF
29262013-01-18 Mike Frysinger <vapier@gentoo.org>
2927
2928 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
2929 when enable_new_dtags is false. Only add DT_RUNPATH when
2930 enable_new_dtags is true.
2931
ec5b8187
AM
29322013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
2933
2934 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
2935 used in declaration and definition consistent.
2936 (Target_powerpc::symval_for_branch): Ditto.
2937
a880d4c4
ST
29382013-01-16 Sriraman Tallam <tmsriram@google.com>
2939
2940 * testsuite/plugin_final_layout.cc: Fix comment.
2941
7c381248
ST
29422013-01-16 Sriraman Tallam <tmsriram@google.com>
2943
2944 * layout.cc (Layout::layout): Do not do default sorting for
2945 text sections when section ordering is specified.
2946 (make_output_section): Ditto.
2947 * testsuite/plugin_final_layout.cc: Name the function sections
2948 to catch reordering issues.
2949
e2458743
AM
29502013-01-15 Alan Modra <amodra@gmail.com>
2951
2952 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
2953 plt-thread-safe.
2954
431ed302
AM
29552013-01-15 Alan Modra <amodra@gmail.com>
2956
2957 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
2958 * testsuite/Makefile.in: Regenerate.
2959
0ec6429b
AM
29602013-01-14 Alan Modra <amodra@gmail.com>
2961
2962 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
2963 * testsuite/Makefile.in: Regenerate.
2964
0bf402d5
ILT
29652013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
2966
36af3926 2967 PR bfd/14430
0bf402d5
ILT
2968 Fix mingw gold build with plugins enabled
2969 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
2970 * configure.ac: Export DLOPEN_LIBS and add headers check.
2971 * plugin.cc: Handle non-dlfcn case.
2972 * Makefile.in: Regenerate.
2973 * config.in: Regenerate.
2974 * configure: Regenerate.
2975 * testsuite/Makefile.in: Regenerate.
2976
9e9143bc
ST
29772013-01-09 Sriraman Tallam <tmsriram@google.com>
2978
2979 * output.h (sort_attached_input_sections): Change to be public.
2980 * script-sections.cc
2981 (Output_section_definition::set_section_addresses): Sort
2982 attached input sections according to section order before linker
2983 script assigns section addresses.
2984 (Orphan_output_section::set_section_addresses): Sort
2985 attached input sections according to section order before linker
2986 script assigns section addresses.
2987 * Makefile.am (final_layout.sh): Use a simple linker script to
2988 check if section ordering still works.
2989 * Makefile.in: Regenerate.
2990
679af368
ILT
29912013-01-09 Ben Cheng <bccheng@google.com>
2992
2993 * arm.cc (Target_arm::attributes_accept_div): New function.
2994 (Target_arm::attributes_forbid_div): New function.
2995 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
2996 attribute using the same new functions as what bfd/elf32_arm.c
2997 does.
2998
3136a00e
CC
29992013-01-07 Cary Coutant <ccoutant@google.com>
3000
3001 PR gold/14993
3002 * output.cc (Output_section::add_input_section): For incremental
3003 updates, don't track input sections that are allocated from patch
3004 space.
3005
f2a6224b
L
30062013-01-07 H.J. Lu <hongjiu.lu@intel.com>
3007 Ian Lance Taylor <iant@google.com>
3008
3009 PR gold/14897
3010 * configure.ac (--enable-ld): Removed.
3011 (install_as_default): Set to yes only for --enable-gold=default
3012 or --disable-ld.
3013 * configure: Regenerated.
3014
4f46f626
L
30152013-01-07 H.J. Lu <hongjiu.lu@intel.com>
3016
3017 * options.h (General_options): Add -fuse-ld= for GCC linker
3018 option compatibility.
3019
26e4ef59
CC
30202013-01-04 Cary Coutant <ccoutant@google.com>
3021
3022 * configure.ac: Fix typo restoring CXXFLAGS.
3023 * configure: Regenerate.
3024
3d587466
CC
30252013-01-04 Cary Coutant <ccoutant@google.com>
3026
4f46f626
L
3027 * testsuite/Makefile.am (CXXLINK_S): New macro.
3028 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
3029 * testsuite/Makefile.in: Regenerate.
3d587466 3030
44db6695
L
30312013-01-02 H.J. Lu <hongjiu.lu@intel.com>
3032
3033 * version.cc (print_version): Update copyright year to 2013.
3034
edcac0c1
ILT
30352012-12-20 Ian Lance Taylor <iant@google.com>
3036
3037 * layout.cc (Layout::special_ordering_of_input_section): New
3038 function.
3039 (Layout::layout): If input section requires special ordering, must
3040 sort input sections.
3041 (Layout::make_output_section): May sort .text input sections.
3042 (Layout::is_section_name_prefix_grouped): Remove.
3043 * layout.h (class Layout): Declare
3044 special_ordering_of_input_section. Don't declare
3045 is_section_name_prefix_grouped.
3046 * output.cc (Output_section::add_input_section): Revert last
3047 change.
3048 (Output_section::Input_section_sort::match_file_name): Don't crash
3049 if called on output section data.
3050 (Output_section::Input_section_sort_compare): Sort based on
3051 special ordering.
3052 (Output_section::Input_section_sort_section_order_index_compare):
3053 Revert last patch.
3054 (Output_section::sort_attached_input_sections): Likewise.
3055
28f2a4ac
ST
30562012-12-18 Sriraman Tallam <tmsriram@google.com>
3057
edcac0c1 3058 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
28f2a4ac
ST
3059 * layout.h (Layout::is_section_name_prefix_grouped): New function.
3060 * output.cc (Output_section::add_input_section): Check if section
3061 name contains special prefix. Keep input sections to sort such
3062 sections.
3063 (Output_section::Input_section_sort_section_order_index_compare
3064 ::operator()): Group sections according to prefixes.
edcac0c1
ILT
3065 (Output_section::sort_attached_input_sections): Add condition to
3066 Input_section_entry constructor call.
28f2a4ac
ST
3067 * testsuite/Makefile.am (text_section_grouping): New test.
3068 * testsuite/Makefile.in: Regenerate.
3069 * testsuite/text_section_grouping.cc: New file.
3070 * testsuite/text_section_grouping.sh: New file.
3071
5bf135a7
NC
30722012-12-17 Nick Clifton <nickc@redhat.com>
3073
3074 * Makefile.am: Add copyright notice.
3075 * NEWS: Likewise.
3076 * README: Likewise.
3077 * configure.ac: Likewise.
3078 * ftruncate.c: Likewise.
3079 * Makefile.in: Regenerate.
3080
59965708
CC
30812012-12-14 Cary Coutant <ccoutant@google.com>
3082
a4034750
AM
3083 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
3084 --no-as-needed flag.
3085 (exception_separate_shared_12_test): Likewise.
3086 (incremental_copy_test): Likewise.
3087 * testsuite/Makefile.in: Regenerate.
59965708 3088
2a77e2ab
CC
30892012-12-14 Cary Coutant <ccoutant@google.com>
3090
3091 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
3092 (Dwp_output_file::Dwp_index::enter_set): Add assert.
3093
e3deeb9c
AM
30942012-12-12 Alan Modra <amodra@gmail.com>
3095
3096 * powerpc.cc (class Track_tls): New.
3097 (class Relocate, class Scan): Inherit Track_tls.
3098 (Target_powerpc::Scan::local, global): Track tls optimization
3099 and avoid creating plt entry for __tls_get_addr if all uses
3100 are optimized away.
3101 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
3102
d8f5a274
AM
31032012-12-12 Alan Modra <amodra@gmail.com>
3104
3105 * options.h (General_options): Add --toc-sort/--no-toc-sort.
3106 Replace no_toc_optimize with toc_optimize.
3107 * output.h (Output_section::input_sections): Provide non-const variant.
3108 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
3109 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
3110 accessors.
3111 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
3112 (class Sort_toc_sections): New.
3113 (Target_powerpc::do_finalize_sections): Sort toc sections.
3114 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
3115
4c8a1de1
RM
31162012-12-10 Roland McGrath <mcgrathr@google.com>
3117
3118 * testsuite/binary_unittest.cc (read_all): New function.
3119 (Sized_binary_test): Use it instead of ::read.
3120 * fileread.cc (do_read): Don't assume pread always reads the whole
3121 amount in a single call.
3122
edc27beb
AM
31232012-12-10 Alan Modra <amodra@gmail.com>
3124
3125 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
3126 Set EM_PPC64 or EM_PPC here.
3127 (Target_selector_powerpc::do_recognize): Delete.
3128
906b9150
AM
31292012-12-10 Alan Modra <amodra@gmail.com>
3130
3131 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
3132 stub_table_.
3133 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
3134
418c15ae
RM
31352012-12-07 Roland McGrath <mcgrathr@google.com>
3136
3137 * testsuite/binary_unittest.cc (Sized_binary_test):
3138 Use open_descriptor rather than ::open.
3139
decdd3bc
AM
31402012-12-07 Alan Modra <amodra@gmail.com>
3141
3142 * powerpc.cc (Stub_table::do_write): Delete redundant Address
3143 typedef and invalid_address constant.
3144 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
3145 instantiate constants.
3146
db399005
ILT
31472012-12-06 Roland McGrath <mcgrathr@google.com>
3148
3149 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
3150 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
3151 * aclocal.m4: Regenerate.
3152 * configure: Regenerate.
3153 * Makefile.in: Regenerate.
3154 * testsuite/Makefile.in: Regenerate.
3155
aba6bc71
AM
31562012-12-07 Alan Modra <amodra@gmail.com>
3157
3158 * options.h (General_options): Add no_toc_optimize.
3159 * powerpc.cc (ok_lo_toc_insn): New function.
3160 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
3161
9e69ed50
AM
31622012-12-06 Alan Modra <amodra@gmail.com>
3163
3164 * options.h (General_options): Add plt_align, plt_static_chain,
3165 plt_thread_safe. Update stub_group_size help text.
3166 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
3167 for new plt_thread_safe_ var.
3168 (use_plt_offset): Correct comments.
3169 (Target_powerpc::do_relax): Look for thread creation symbols to
3170 determine default plt_thread_safe value. Clear plt call stubs
3171 as well as branch stubs each iteration.
3172 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
3173 insn constants.
3174 (l, hi, ha, write_insn): Move earlier.
3175 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
3176 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
3177 plt stubs too.
3178 (Stub_table::update_size): Adjust.
3179 (Stub_table::prev_size, set_prev_size): Delete.
3180 (Stub_table::stub_align): Let --plt-align affect result.
3181 (Stub_table::plt_call_size): Calculate sizes for various stubs.
3182 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
3183 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
3184 (Stub_table::do_write): Support more stub variants.
3185
f43ba157
AM
31862012-12-04 Alan Modra <amodra@gmail.com>
3187
3188 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
3189 (Target_powerpc::do_define_standard_symbols): New function.
3190
34171bc5
AM
31912012-12-03 Alan Modra <amodra@gmail.com>
3192
3193 * output.h: Formatting, whitespace.
3194
dc9589e9 31952012-12-03 Alan Modra <amodra@gmail.com>
ec661b9d
AM
3196
3197 * layout.h (Layout::get_executable_sections): Declare.
3198 * layout.cc (Layout::get_executable_sections): New function.
3199 * arm.cc (Target_arm::group_sections): Use it.
3200 (Arm_output_section::group_sections): Delete now redundant test.
3201 * output.cc (Output_reloc::Output_reloc): Add is_relative.
3202 param to handle relative relocs.
3203 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
3204 (Output_data_reloc::add_absolute): Adjust.
3205 (Output_data_reloc::add_relative): New function.
3206 (Output_data::reset_data_size): New function.
3207 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
3208 (Output_section::set_addralign): New function.
3209 (Output_section::checkpoint_set_addralign): New function.
3210 (Output_section::clear_section_offsets_need_adjustment): New function.
3211 (Output_section::input_sections): Make public.
3212 * powerpc.cc (class Output_data_brlt_powerpc): New.
3213 (class Stub_table, class Stub_control): New.
3214 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
3215 stub_table_, set_stub_table, stub_table): New vectors and accessor
3216 functions.
3217 (Target_powerpc::do_may_relax, do_relax, push_branch,
3218 new_stub_table, stub_tables, brlt_section, group_sections,
3219 add_branch_lookup_table, find_branch_lookup_table,
3220 write_branch_lookup_table, make_brlt_section): New functions.
3221 (Target_powerpc::struct Sort_sections, class Branch_info): New.
3222 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
3223 branch_info_): New vars.
3224 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
3225 make call stubs here.
3226 (Output_data_glink): Remove all call stub handling from this class.
3227 (Target_powerpc::Scan::local, global): Save interesting branch
3228 relocs and relocs for ifunc. Adjust calls to plt entry functions.
3229 (Target_powerpc::do_finalize_sections): Only make reg save/restore
3230 functions on final link.
3231 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
3232 Handle long branch destinations too.
3233 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
3234 do_plt_address_for_local): Adjust lookup of plt call stubs.
3235
627b30b7
AM
32362012-11-30 Alan Modra <amodra@gmail.com>
3237
3238 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
3239 relocs against protected symbols when building 32-bit shared libs.
3240
40b469d7
AM
32412012-11-30 Alan Modra <amodra@gmail.com>
3242
3243 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
3244 param. Call got_section() to make .got. Update all callers
3245 and their callers and so on.
3246
bb66a627
AM
32472012-11-30 Alan Modra <amodra@gmail.com>
3248
3249 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
3250 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
3251 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
3252 value if it already exists.
3253
d2cf1c6c
L
32542012-11-19 H.J. Lu <hongjiu.lu@intel.com>
3255
3256 PR gold/14858
3257 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
3258
edccdf7c
RM
32592012-11-14 Roland McGrath <mcgrathr@google.com>
3260
3261 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
3262 than bfc instruction for data sandboxing.
3263
6febeb74
AM
32642012-11-08 Alan Modra <amodra@gmail.com>
3265
3266 * po/POTFILES.in: Regenerate.
3267
0a6f1bf2
AM
32682012-11-05 Alan Modra <amodra@gmail.com>
3269
3270 * configure.ac: Apply 2012-09-10 change to config.in here.
3271 * configure: Regenerate.
3272
26a4e9cb
AM
32732012-11-05 Alan Modra <amodra@gmail.com>
3274
3275 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
3276 (struct Opd_ent): Use "Address" rather than "Offset".
3277 (Output_data_got_powerpc::got_base_offset): Return Valtype.
3278 (Target_powerpc::got_section): Make public.
3279 (Target_powerpc::scan_relocs): Move code setting symbols..
3280 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
3281 Create _SDA_BASE_ only when referenced.
3282
cc928013
RM
32832012-11-02 Roland McGrath <mcgrathr@google.com>
3284
3285 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
3286 from last change.
3287
50ed5eb1
RM
32882012-11-01 Roland McGrath <mcgrathr@google.com>
3289
62fe925a
RM
3290 * target.h (Sized_target::relocate_relocs): Use Elf_Off
3291 for offset_in_output_section parameter.
3292 (Sized_target::relocate_special_relocatable): Likewise.
3293 * arm.cc (Target_arm::relocate_relocs): Likewise.
3294 (Target_arm::relocate_special_relocatable): Likewise.
3295 * i386.cc (Target_i386::relocate_relocs): Likewise.
3296 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
3297 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
3298 * target-reloc.h (relocate_relocs): Likewise.
3299 * testsuite/testfile.cc (Target_test): Likewise.
3300 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
3301 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
3302
3303 * system.h: Move inclusion of <clocale> to after <libintl.h> in
3304 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
3305
3306 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
3307 parameter, which is unused in the [!F_SETFD] case.
3308
50ed5eb1
RM
3309 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
3310 SYMNDX to off_t before comparing it to this->data_size().
3311 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
3312 * incremental.cc (Output_section_incremental_inputs::do_write):
3313 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
3314
2cadc0bf
RM
3315 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
3316
3bfcb652
NC
33172012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
3318
3319 * gold.cc (Target_arm::do_adjust_elf_header): Add the
3320 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
3321 in EABI_VER5.
3322
c1a8d56e
CC
33232012-10-29 Cary Coutant <ccoutant@google.com>
3324
3325 * dwp.cc (usage): Add file and exit status parameters;
3326 add --help and --version options.
3327 (print_version): New function.
3328 (main): Add --help and --version options.
3329
b2490a7b
L
33302012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3331
3332 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
3333 final_layout_sequence.txt.
3334 * testsuite/Makefile.in: Regenerated.
3335
aa543512
L
33362012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3337
3338 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
3339 COMPILE generated by automake.
3340 (LINK1): Likewise.
3341 (CXXCOMPILE1): Likewise.
3342 (CXXLINK1): Likewise.
3343 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
3344 (LINK): Likewise.
3345 (CXXCOMPILE): Likewise.
3346 (CXXLINK): Likewise.
3347 * testsuite/Makefile.in: Regenerated.
3348
d361fafb
L
33492012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3350
3351 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
3352 on bad fwrite return.
3353
598c7410
L
33542012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3355
3356 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
3357 on val.
3358
35c813e2
CC
33592012-10-23 Cary Coutant <ccoutant@google.com>
3360
3361 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
3362 * testsuite/Makefile.in: Regenerate.
3363 * testsuite/dwp_test.h: New source file.
3364 * testsuite/dwp_test_1.cc: New source file.
3365 * testsuite/dwp_test_1.s: New source file.
3366 * testsuite/dwp_test_1.sh: New source file.
3367 * testsuite/dwp_test_1b.cc: New source file.
3368 * testsuite/dwp_test_1b.s: New source file.
3369 * testsuite/dwp_test_2.cc: New source file.
3370 * testsuite/dwp_test_2.s: New source file.
3371 * testsuite/dwp_test_2.sh: New source file.
3372 * testsuite/dwp_test_main.cc: New source file.
3373 * testsuite/dwp_test_main.s: New source file.
3374
77429909
CC
33752012-10-23 Cary Coutant <ccoutant@google.com>
3376
3377 * dwp.h: New header file.
3378 * dwp.cc: New source file.
3379 * gold.h: Move shared declarations to system.h.
3380 * system.h: New header file.
3381 * Makefile.am: Add dwp.
3382 * Makefile.in: Regenerate.
3383
ed5d6712
CC
33842012-10-23 Cary Coutant <ccoutant@google.com>
3385
3386 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
3387 Dwarf_info_reader::read_from_pointer.
3388 (Dwarf_pubnames_table::read_header): Likewise.
3389 (Dwarf_pubnames_table::next_name): Likewise.
3390 (Dwarf_die::read_attributes): Likewise.
3391 (Dwarf_die::skip_attributes): Likewise.
3392 (Dwarf_info_reader::read_from_pointer): New function template.
3393 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
3394 (Dwarf_pubnames_table): Likewise.
3395 (Dwarf_info_reader::read_from_pointer): New function template.
3396 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
3397 Dwarf_pubnames_table ctor.
3398
8787852d
CC
33992012-10-23 Cary Coutant <ccoutant@google.com>
3400
3401 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
3402 abbrev_shndx.
3403 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
3404 abbrev_shndx_.
3405 (Dwarf_info_reader::set_abbrev_shndx): New method.
3406 (Dwarf_info_reader::abbrev_shndx_): New data member.
3407
9fc236f3
CC
34082012-10-23 Cary Coutant <ccoutant@google.com>
3409
3410 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
3411 from object, not parameters.
3412 (Dwarf_info_reader::parse): Likewise.
3413 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
3414 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
3415 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
3416 methods.
3417
effe8365
CC
34182012-10-23 Cary Coutant <ccoutant@google.com>
3419
3420 * fileread.cc (Input_file::Input_file): New constructor.
3421 * fileread.h (class Input_file): Add new constructor.
3422
1698990d
AM
34232012-10-18 Alan Modra <amodra@gmail.com>
3424
3425 PR gold/14727
3426 * object.cc (Relobj::is_section_name_included): Also match
3427 .sdata personality section.
3428
168a4726
AM
34292012-10-18 Alan Modra <amodra@gmail.com>
3430
3431 * target-reloc.h (class Default_comdat_behavior): New, package up..
3432 (get_comdat_behaviour): ..this.
3433 (relocate_section): Add Relocate_comdat_behavior template arg,
3434 adjust code to suit.
3435 * arm.cc (Target_arm::relocate_section): Adjust to suit.
3436 (Target_arm::scan_reloc_section): Likewise.
3437 * i386.cc (Target_i386::relocate_section): Likewise.
3438 * sparc.cc (Target_sparc::relocate_section): Likewise.
3439 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
3440 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
3441 * powerpc.cc (class Relocate_comdat_behavior): New.
3442 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
3443 gold::relocate_section with new template arg.
3444
acc276d8
AM
34452012-10-18 Alan Modra <amodra@gmail.com>
3446
3447 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
3448 dynamic relocs for GOT_TPREL got entries, without symbol if
3449 resolving locally.
3450 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
3451 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
3452 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
3453
e10f9870
AM
34542012-10-17 Alan Modra <amodra@gmail.com>
3455
3456 PR gold/14726
3457 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
3458
ae034989
ST
34592012-10-16 Sriraman Tallam <tmsriram@google.com>
3460
3461 * layout.cc (Layout::include_section): Keep sections marked
3462 SHF_EXCLUDE when doing relocatable links.
3463
f3a0ed29
AM
34642012-10-16 Alan Modra <amodra@gmail.com>
3465
3466 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
3467 (Target_powerpc::do_finalize_sections): Call it.
3468 (Output_data_save_res): New class and supporting functions.
3469 (Target_powerpc::symval_for_branch): Only look up .opd entry for
3470 normal symbols defined in object files.
3471
c6de8ed4
AM
34722012-10-12 Alan Modra <amodra@gmail.com>
3473
3474 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
3475 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
3476 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
3477 section if scan_opd_relocs not yet called.
3478 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
3479
03e25981
AM
34802012-10-12 Alan Modra <amodra@gmail.com>
3481
3482 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3483 add_local_ifunc_entry): Revert last change.
3484 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
3485
c9824451
AM
34862012-10-05 Alan Modra <amodra@gmail.com>
3487
3488 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
3489 do_plt_address_for_global): New functions.
3490 (Output_data_got_powerpc::do_write): Don't segfault when linking
3491 statically.
3492 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3493 add_local_ifunc_entry): Return true on adding entry..
3494 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
3495 glink->add_entry call. Remove unused symtab param. Adjust calls.
3496 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
3497 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
3498 set up symbols here.
3499 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
3500 syms here. Do so even when no .iplt. Don't segfault when linking
3501 statically.
3502 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
3503 new variants without reloc param.
3504 (Glink_sym_ent::Glink_sym_ent): Likewise.
3505 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
3506 reloc when refs will resolve to plt call stub.
3507 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
3508 R_PPC_PLTREL24 to resolve locally.
3509 (Target_powerpc::Scan::global): Correct ifunc handling.
3510 (Target_powerpc::Relocate::relocate): Correct local sym glink
3511 lookup. Don't destroy "value" when we have a plt call stub,
3512 and when checking plt call validity.
3513 (Target_powerpc::do_dynsym_value): Simplify.
3514
19fec8c1
AM
35152012-10-05 Alan Modra <amodra@gmail.com>
3516
3517 * i386.cc (Output_data_plt_i386::address_for_global,
3518 address_for_local): Add plt offset to returned value. Adjust uses.
3519 * sparc.cc (Output_data_plt_sparc::address_for_global,
3520 address_for_local): Likewise.
3521 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
3522 address_for_local): Likewise.
3523 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
3524 address_for_local): Likewise.
3525 * target.h (Target::plt_address_for_global, plt_address_for_local):
3526 Update comment.
3527 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
3528 (Output_data_got::Got_entry::write): Nor here.
3529 * output.h: Comment fix.
3530
e867b647
WL
35312012-10-02 Jiong Wang <jiwang@tilera.com>
3532
3533 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
3534 global_offset_table_ value for larget got.
3535 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
3536
e5d5f5ed
AM
35372012-09-29 Alan Modra <amodra@gmail.com>
3538
3539 * powerpc.cc (Target_powerpc::iplt_): New output section.
3540 (Target_powerpc::iplt_section, make_iplt_section,
3541 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
3542 (Target_powerpc::make_plt_entry): Handle ifunc syms.
3543 Target_powerpc::plt_entry_count): Count iplt entries too.
3544 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
3545 reloc section in constructor. New params.
3546 (Target_powerpc::make_plt_section): Create reloc section here instead.
3547 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
3548 functions.
3549 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
3550 (Output_data_glink::add_entry, find_entry): New functions to
3551 deal with local syms.
3552 (Glink_sym_ent): Add support for local syms.
3553 (Output_data_glink::do_write): Handle ifunc plt entries.
3554 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3555 (Target_powerpc::Scan::local, global): Handle ifunc syms.
3556 (Target_powerpc::Relocate::relocate): Likewise.
3557 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
3558
ec4dbad3
AM
35592012-09-25 Alan Modra <amodra@gmail.com>
3560
3561 * object.h (Sized_relobj_file::adjust_local_symbol,
3562 do_adjust_local_symbol): New functions.
3563 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
3564 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
3565 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
3566 and irregular opd entry spacing.
3567 (Powerpc_relobj::do_read_relocs): Add opd size checks.
3568 (Global_symbol_visitor_opd): New functor.
3569 (Target_powerpc::do_finalize_sections): Omit global symbols defined
3570 on deleted opd entries.
3571
5c0b3823
WL
35722012-09-15 Jiong Wang <jiwang@tilera.com>
3573
3574 * tilegx.cc: New file.
3575 * Makefile.am (TARGETSOURCES): Add tilegx.cc
3576 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
3577 * configure.tgt: Add entries for tilegx*.
3578 * configure.ac: Likewise.
3579 * Makefile.in: Rebuild.
3580 * configure: Likewise.
3581 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
3582 tilegx.
3583
bfdfa4cd
AM
35842012-09-13 Alan Modra <amodra@gmail.com>
3585
3586 * target-reloc.h (scan_relocs): Call scan.local for relocs
3587 against symbols in discarded sections. Pass is_discarded
3588 param.
3589 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
3590 Add is_discarded param.
3591 * powerpc (Target_powerpc::Scan::local): Likewise. Use
3592 is_discarded to flag opd entry as discarded. Don't emit dyn
3593 relocs on such entries.
3594 (Target_powerpc::Scan::global): Similarly detect and handle
3595 such opd entries.
3596 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
3597 opd_ent_. Update all uses.
3598 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
3599 (Target_powerpc::relocate_section): Zero out discarded opd
3600 entry relocs.
3601
d77a0555
ILT
36022012-09-12 Ian Lance Taylor <iant@google.com>
3603
3604 PR gold/14570
3605 * output.cc: Rename Output_data_got template parameter from size
3606 to got_size for all functions. Compile all variants of
3607 Output_data_got.
3608 (Output_data_got::Got_entry::write): Correct use of size for
3609 symbol value. Use local_is_tls rather than casting to
3610 Sized_relobj_file.
3611 * object.h (class Object): Add local_is_tls and do_local_is_tls.
3612 (class Sized_relobj_file): Add do_local_is_tls.
3613 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
3614
815a1205
AM
36152012-09-11 Alan Modra <amodra@gmail.com>
3616
3617 PR gold/14566
3618 * layout.cc (Layout::set_segment_offsets): When using
3619 common-page-size alignment, ensure we are on a new max-page-size
3620 page.
3621 * output.cc (Output_segment::set_section_addresses): Use
3622 abi_pagesize, not common_pagesize for relro boundary.
3623 (Output_segment::set_offset): Likewise.
3624
bd73a62d
AM
36252012-09-11 Alan Modra <amodra@gmail.com>
3626
3627 * output.h (Output_data_got::add_global_tls, add_local_tls,
3628 add_local_tls_pair): New functions.
3629 (Output_data_got::add_local_pair_with_rel): Remove second
3630 reloc param. Expand comment.
3631 (Output_data_got::Got_entry): Rename use_plt_offset_ to
3632 use_plt_or_tls_offset_, similarly for constructor param.
3633 (Output_data_got::Got_entry::write): Add got_index param.
3634 * output.cc (Output_data_got::add_global_tls, add_local_tls,
3635 add_local_tls_pair): New functions.
3636 (Output_data_got::Got_entry::write): Handle tls symbols
3637 with use_plt_or_tls_offset_ set specially.
3638 (Output_data_got::add_local_pair_with_rel): Only one reloc.
3639 (Output_data_got::do_write): Replace iterator with index, pass
3640 index to entry write function.
3641 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
3642 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
3643 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
3644 call.
3645 * i386.cc (Target_i386::Scan::local): Likewise.
3646 * sparc.cc (Target_sparc::Scan::local): Likewise.
3647 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
3648 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
3649 do_tls_offset_for_global): New functions.
3650 (Target_powerpc::Scan::local): Correct TLS relocations and got
3651 entry values.
3652 (Target_powerpc::Scan::global): Don't emit unnecessary
3653 dynamic relocations on TLS GOT entries.
3654
00716ab1
AM
36552012-09-10 Matthias Klose <doko@ubuntu.com>
3656
3657 * config.in: Disable sanity check for kfreebsd.
3658
c891b3f9
SA
36592012-09-10 Sterling Augustine <saugustine@google.com>
3660
3661 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
3662 (Gdb_index::pubtypes_read): New parameter.
3663 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
3664 to calls.
3665 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
3666 pubtypes_object_.
3667
e81fea4d
AM
36682012-09-09 Alan Modra <amodra@gmail.com>
3669
3670 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
3671 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
3672 * gc.h (gc_process_relocs): Call target gc_add_reference.
3673 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
3674 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
3675 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
3676 unnecessary cast.
3677 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
3678 to cater for when we don't need code offset. Update use.
3679 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
3680 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
3681 set_opd_valid): New functions.
3682 (Target_powerpc::do_gc_add_reference): New function.
3683 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
3684 stashed refs.
3685 (Target_powerpc::do_gc_mark_symbol): New function.
3686
d2d60eef
CC
36872012-09-06 Cary Coutant <ccoutant@google.com>
3688
3689 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
3690 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
3691 (Dwarf_die::skip_attributes): Likewise.
3692 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
3693 * testsuite/gdb_index_test.cc (inline_func_1): New function.
3694 (main): Call it.
3695 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
3696
32ed4573
L
36972012-09-05 H.J. Lu <hongjiu.lu@intel.com>
3698
3699 * testsuite/script_test_3.t: Add .got.plt output section
3700 statement.
3701 * testsuite/script_test_4.t: Likewise.
3702
f4baf0d4
AM
37032012-09-05 Alan Modra <amodra@gmail.com>
3704
3705 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
3706 update all uses and lose "enum" when using type.
3707
864a1b56
AM
37082012-09-05 Alan Modra <amodra@gmail.com>
3709
3710 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
3711 * configure: Regenerate.
3712 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
3713 (plugin_final_layout.stdout): Likewise.
3714 (memory_test): Set page sizes to 0x1000.
3715 * testsuite/Makefile.in: Regenerate.
3716 * testsuite/discard_locals_test.sh: Add FIXME comment.
3717 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
3718 * testsuite/pr14265.t: Add .got output section statement.
3719 * testsuite/script_test_2.t: Likewise.
3720 * testsuite/script_test_3.t: Likewise.
3721 * testsuite/script_test_4.t: Likewise.
3722 * testsuite/script_test_5.t: Likewise.
3723 * testsuite/script_test_6.t: Likewise.
3724 * testsuite/script_test_7.t: Likewise.
3725 * testsuite/script_test_9.t: Likewise.
3726
3ea0a085
AM
37272012-09-05 Alan Modra <amodra@gmail.com>
3728
3729 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
3730 (Powerpc_relocate_functions::Status): New typedef.
3731 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3732 (Target_powerpc::Scan::local): Handle REL64.
3733 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
3734 for REL32 and REL64.
3735 (Target_powerpc::symval_for_branch): New function, extracted from..
3736 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
3737 checks. Report overflow errors.
3738
7404fe1b
AM
37392012-09-05 Alan Modra <amodra@gmail.com>
3740
3741 * object.h (Sized_relobj_file::emit_relocs): Delete.
3742 (Sized_relobj_file::emit_relocs_reltype): Delete.
3743 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
3744 relocate_relocs for --emit-relocs.
3745 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
3746 * output.h: Update comment.
3747 (Output_segment::first_section): New function.
3748 (Output_segment::first_section_load_address): Use first_section.
3749 * output.cc (Output_segment::first_section): New function extracted..
3750 (Output_segment::first_section_load_address): ..from here. Delete.
3751 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
3752 * target.h (Sized_target::relocate_for_relocatable): Likewise.
3753 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
3754 adjust call to target.h function.
3755 * i386.cc (Target_i386): Likewise.
3756 * sparc.cc (Target_sparc): Likewise.
3757 * x86_64.cc (Target_x86_64): Likewise.
3758 * powerpc.cc (Target_powerpc): Likewise.
3759 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
3760 first tls section has section symbol for optimised local dynamic
3761 output relocs.
3762 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
3763 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
3764 optimised tls code.
3765 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
3766 Rename to relocate_relocs. Update error message.
3767
957564c9
AS
37682012-09-04 Andreas Schwab <schwab@linux-m68k.org>
3769
3770 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
3771 --just-symbols.
3772
dd93cd0a
AM
37732012-08-31 Alan Modra <amodra@gmail.com>
3774
3775 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
3776 (Powerpc_relobj::toc_base_offset): New stub function.
3777 (Target_powerpc): Add tp_offset, dtp_offset. Rename
3778 got_mod_index_offset to tlsld_got_offset. Update all refs.
3779 (Target_powerpc::Relocate::enum skip_tls): New.
3780 (Target_powerpc::call_tls_get_addr_): New var.
3781 (Target_powerpc::is_branch_reloc): Move to file scope.
3782 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
3783 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
3784 New functions.
3785 (Target_powerpc::enum Got_type): Delete old values, add new ones.
3786 (powerpc_info): Correct common_pagesize for ppc64.
3787 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
3788 (Powerpc_relocate_functions): Add overflow check enums and functions.
3789 Add non-shift version of rela, rela_ua. Delete all rel public
3790 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
3791 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
3792 addr16_ha3, addr14 functions.
3793 (Output_data_got_powerpc::add_constant_pair): New function.
3794 (Output_data_got_powerpc::got_base_offset): Likewise.
3795 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
3796 (instruction constants): Sort, add some more.
3797 (Output_data_glink::do_write): Add and use Address typedef. Use
3798 object->toc_base_offset() stub for 64-bit.
3799 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
3800 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3801 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
3802 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
3803 Always treat .opd relocs as against locally defined symbol.
3804 Correct condition for RELATIVE relocs.
3805 (Target_powerpc::do_finalize_sections): Test for NULL sections.
3806 (Target_powerpc::Relocate::relocate): Use plt call stub as value
3807 for 32-bit syms with a plt entry. Correct ppc64 toc base
3808 calculations. Handle TLS relocs, and more. Add overflow
3809 checking and adjust for Powerpc_relocate_functions changes.
3810 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
3811 Reinstate --emit-relocs code with FIXME.
3812
a1373b60
AM
38132012-08-30 Alan Modra <amodra@gmail.com>
3814
3815 * layout.cc (Layout::set_segment_offsets): Set p_align to
3816 abi_pagesize, not common_pagesize.
3817 (Layout::relaxation_loop_body): Similarly use abi_pagesize
3818 to determine whether file header can go in segment.
3819
703d02da
AM
38202012-08-30 Alan Modra <amodra@gmail.com>
3821
3822 * output.h (Output_reloc::Output_reloc <output section>): Add
3823 is_relative param. Adjust calls.
3824 (Output_reloc::add_output_section_relative): New functions.
3825 * output.cc (Output_reloc::Output_reloc <output section>): Handle
3826 is_relative.
3827 (Output_reloc::symbol_value): Handle SECTION_CODE.
3828
16164a6b
ST
38292012-08-24 Sriraman Tallam <tmsriram@google.com>
3830
3831 * gold.cc (queue_middle_tasks): Call layout again when unique
3832 segments for sections is desired.
3833 * layout.cc (Layout::Layout): Initialize new members.
3834 (Layout::get_output_section_flags): New function.
3835 (Layout::choose_output_section): Call get_output_section_flags.
3836 (Layout::layout): Make output section for mapping to a unique segment.
3837 (Layout::insert_section_segment_map): New function.
3838 (Layout::attach_allocated_section_to_segment): Make unique segment for
703d02da 3839 output sections marked so.
16164a6b
ST
3840 (Layout::segment_precedes): Check for unique segments when sorting.
3841 * layout.h (Layout::Unique_segment_info): New struct.
3842 (Layout::Section_segment_map): New typedef.
3843 (Layout::insert_section_segment_map): New function.
3844 (Layout::get_output_section_flags): New function.
3845 (Layout::is_unique_segment_for_sections_specified): New function.
3846 (Layout::set_unique_segment_for_sections_specified): New function.
3847 (Layout::unique_segment_for_sections_specified_): New member.
3848 (Layout::section_segment_map_): New member.
3849 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
3850 Rename is_gc_pass_one to is_pass_one.
3851 Rename is_gc_pass_two to is_pass_two.
3852 Rename is_gc_or_icf to is_two_pass.
3853 Check for which pass based on whether symbols data is present.
3854 Make it two pass when unique segments for sections is desired.
3855 * output.cc (Output_section::Output_section): Initialize new
3856 members.
3857 * output.h (Output_section::is_unique_segment): New function.
3858 (Output_section::set_is_unique_segment): New function.
3859 (Output_section::is_unique_segment_): New member.
3860 (Output_section::extra_segment_flags): New function.
3861 (Output_section::set_extra_segment_flags): New function.
3862 (Output_section::extra_segment_flags_): New member.
3863 (Output_section::segment_alignment): New function.
3864 (Output_section::set_segment_alignment): New function.
3865 (Output_section::segment_alignment_): New member.
3866 (Output_segment::Output_segment): Initialize is_unique_segment_.
3867 (Output_segment::is_unique_segment): New function.
3868 (Output_segment::set_is_unique_segment): New function.
3869 (Output_segment::is_unique_segment_): New member.
3870 * plugin.cc (allow_unique_segment_for_sections): New function.
3871 (unique_segment_for_sections): New function.
3872 (Plugin::load): Add new functions to transfer vector.
3873 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
3874 * Makefile.in: Regenerate.
3875 * testsuite/plugin_final_layout.sh: Check if unique segment
3876 functionality works.
3877 * testsuite/plugin_section_order.c (onload): Check if new interfaces
3878 are available.
3879 (allow_unique_segment_for_sections): New global.
3880 (unique_segment_for_sections): New global.
3881 (claim_file_hook): Call allow_unique_segment_for_sections.
3882 (all_symbols_read_hook): Call unique_segment_for_sections.
16164a6b 3883
1e2bee4f
CC
38842012-08-22 Cary Coutant <ccoutant@google.com>
3885
3886 * layout.cc (Layout::include_section): Don't assert on GROUP
3887 sections with --emit-relocs.
3888
1d5dfe78
CC
38892012-08-21 Cary Coutant <ccoutant@google.com>
3890
3891 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
3892 if --export-dynamic-symbol names an undef symbol.
3893
c9269dff
AM
38942012-08-18 Alan Modra <amodra@gmail.com>
3895
3896 * powerpc.cc: Formatting and white space.
3897 (Powerpc_relobj): Rename got2_section_ to special_.
3898 Add opd_ent_shndx_ and opd_ent_off_ vectors.
3899 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
3900 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
3901 (Target_powerpc): Add Address typedef and invalid_address. Use
3902 throughout.
3903 (Target_powerpc::is_branch_reloc): New function.
3904 (Powerpc_relocate_functions): Add Address typedef, use throughout.
3905 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
3906 for dst_mask, value and addend.
3907 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
3908 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
3909 (Output_data_glink::do_write): Correct toc base. Don't try to use
3910 uint16_t for 24-bit offset. Use get_output_section_offset and
3911 check return.
3912 (Target_powerpc::Scan::local): Handle more relocs.
3913 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
3914 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
3915 Plug in toc restoring insn after plt calls. Translate branches
3916 to function descriptor symbols to corresponding entry point.
3917 (Target_powerpc::relocate_for_relocatable): Check return from
3918 get_output_section_offset.
3919 * symtab.h: Comment typo.
3920
b1759dce
ILT
39212012-08-14 Ian Lance Taylor <iant@google.com>
3922
3923 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
3924 unsupported_relocal_local to call unsupported_reloc_global.
3925
b9b2ae8b
NC
39262012-08-14 Nick Clifton <nickc@redhat.com>
3927
3928 PR ld/14265
3929 * script-sections.cc (Sections_element::output_section_name): Add
3930 keep return parameter.
3931 (Output_section_element::match_name): Add keep return parameter.
3932 Return the value of the keep_ member.
3933 * script-sections.h (class Output_section): Update
3934 output_section_name prototype.
3935 * layout.cc (Layout::keep_input_section): New public member
3936 function.
3937 (Layout::choose_output_section): Pass keep parameter to
3938 output_section_name.
3939 * layout.h (class Layout): Add keep_input_section.
3940 * object.cc (Sized_relobj_file::do_layout): Check for kept input
3941 sections.
3942 * testsuite/Makefile.am: Add a test.
3943 * testsuite/Makefile.in: Regenerate.
3944 * testsuite/pr14265.c: Source file for the test.
3945 * testsuite/pr14265.t: Linker script for the test.
3946 * testsuite/pr14265.sh: Shell script for the test.
3947
921b5322
AM
39482012-08-14 Alan Modra <amodra@gmail.com>
3949
3950 * target.h (Target::output_section_name): New function.
3951 (Target::do_output_section_name): New function.
3952 * layout.cc (Layout::choose_output_section): Call the above.
3953 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
3954
6ce78956
AM
39552012-08-14 Alan Modra <amodra@gmail.com>
3956
3957 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
3958 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
3959 for replace_constant call.
3960 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
3961 (Output_data_glink::do_print_to_mapfile): New function.
3962 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
3963 (Target_powerpc::Relocate::relocate): Likewise.
3964
d1a8cabd
AM
39652012-08-14 Alan Modra <amodra@gmail.com>
3966
3967 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
3968 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
3969 (Output_data_glink::add_entry,find_entry): Remove shndx param.
3970 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
3971 all references to shndx_. Handle special case for R_PPC_PLTREL24
3972 here.
3973 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
3974 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
3975 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
3976 here.
3977 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
3978 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
3979
d83ce4e3
AM
39802012-08-12 Alan Modra <amodra@gmail.com>
3981
3982 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
3983 (glink insn constants): Use uint32_t.
3984 (Output_data_glink::add_entry): Use insert, not [] operator.
3985
cf43a2fe
AM
39862012-08-11 Alan Modra <amodra@gmail.com>
3987
3988 * object.h (Sized_relobj_file::find_shdr): New function.
3989 (Sized_relobj_file::find_special_sections): New function.
3990 * object.cc (Sized_relobj_file::find_shdr): New function.
3991 (Sized_relobj_file::find_eh_frame): Use find_shdr.
3992 (Sized_relobj_file::find_special_sections): New function, split out..
3993 (Sized_relobj_file::do_read_symbols): ..from here.
3994 * output.h (Output_data_got::replace_constant): New function.
3995 (Output_data_got::num_entries): New function.
3996 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
3997 (Output_data_got::got_offset): Protected rather than private.
3998 (Output_data_got::replace_got_entry): New function.
3999 * output.cc (Output_data_got::replace_got_entry): New function.
4000 * powerpc.cc (class Powerpc_relobj): New.
4001 (class Powerpc_relocate_functions): Delete all psymval variants or
4002 convert to value,addend type. Delete pcrela, pcrela_unaligned.
4003 Implement _ha functions using corresponding _hi function.
4004 (Powerpc_relobj::find_special_sections): New function.
4005 (Target_powerpc::do_make_elf_object): New function.
4006 (class Output_data_got_powerpc): New.
4007 (class Output_data_glink): New.
4008 (class Powerpc_scan_relocatable_reloc): New.
4009 Many more changes througout file.
4010
3c892704
NC
40112012-08-09 Nick Clifton <nickc@redhat.com>
4012
4013 * po/vi.po: Updated Vietnamese translation.
4014
82435b3b
ILT
40152012-08-07 Ian Lance Taylor <iant@google.com>
4016
4017 * layout.cc (Layout::add_target_dynamic_tags): If
4018 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
4019 plt_rel.
4020
a6dc81d2
NC
40212012-07-30 Nick Clifton <nickc@redhat.com>
4022
4023 * po/gold.pot: Updated template.
4024 * po/es.po: Updated Spanish translation.
4025
f1415016
CC
40262012-07-18 Cary Coutant <ccoutant@google.com>
4027
4028 PR gold/14344
4029 * configure.ac: Add check for -gpubnames support.
4030 * configure: Regenerate.
4031 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
4032 support; force -gno-pubnames.
4033 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
4034 support.
4035 (gdb_index_test_4): New test.
4036 * testsuite/Makefile.in: Regenerate.
4037 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
4038 * testsuite/gdb_index_test_2.sh: Likewise.
4039 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
4040 * testsuite/gdb_index_test_4.sh: New script.
4041 * testsuite/gdb_index_test_comm.sh: New script with common code;
4042 don't look for space after colon.
4043
b7fd7c37
ST
40442012-07-16 Sriraman Tallam <tmsriram@google.com>
4045
4046 * gold.cc (queue_middle_tasks): Update function order only after
4047 deferred objects due to plugins are processed.
4048
1f3212db
ILT
40492012-07-11 Ian Lance Taylor <iant@google.com>
4050
4051 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
4052 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
4053 (Target_arm::scan_reloc_for_stub): Likewise.
4054 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
4055 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
4056 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
4057 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
4058 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
4059
81c82a68
ILT
40602012-07-10 Dodji Seketeli <dodji@redhat.com>
4061 Ian Lance Taylor <iant@google.com>
4062
4063 PR gold/14309
4064 * configure.ac: Test whether std::tr1::hash<off_t> works.
4065 * gold.h: Add a specialization for std::tr1::hash<off_t> if
4066 needed.
4067 * output.h (class Output_fill): Add virtual destructor.
4068 * configure, config.in: Rebuild.
4069
eabc84f4
RM
40702012-06-22 Roland McGrath <mcgrathr@google.com>
4071
4072 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
4073
370e30b6
RÁE
40742012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
4075
4076 * plugin.cc (Plugin::load): Handle position independent executables.
4077
fb1b895d
CC
40782012-06-06 Cary Coutant <ccoutant@google.com>
4079
4080 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
4081 add .debug_macro.
4082 (lines_only_debug_sections): Likewise.
4083 (gdb_fast_lookup_sections): New static array.
4084 (is_gdb_debug_section): Rename formal parameter.
4085 (is_lines_only_debug_section): Likewise.
4086 (is_gdb_fast_lookup_section): New function.
4087 (Layout::include_section): Check for ".zdebug_" prefix; pass
4088 section name suffix to is_gdb_debug_section, et al.; check for
4089 fast-lookup sections when building .gdb_index.
4090 * options.h (--strip-debug-gdb): Update GDB version number.
4091
7c0640fa
CC
40922012-06-06 Cary Coutant <ccoutant@google.com>
4093
4094 * configure.ac: Add check for fallocate.
4095 * configure: Regenerate.
4096 * config.in: Regenerate.
4097
4098 * options.h (class General_options): Add --mmap-output-file and
4099 --posix-fallocate options.
4100 * output.cc: (posix_fallocate): Remove; replace with...
4101 (gold_fallocate): New function.
4102 (Output_file::map_no_anonymous): Call gold_fallocate.
4103 (Output_file::map): Check --mmap-output-file option.
4104
2a49eb69
DK
41052012-06-05 Jing Yu <jingyu@google.com>
4106
4107 * gold.h (textdomain): Add do {} to empty while(0).
4108 (bindtextdomain): Likewise.
4109
fad072ac
CC
41102012-06-04 Cary Coutant <ccoutant@google.com>
4111
4112 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
4113 has_dynsym_index.
4114
8cc69fb6
ST
41152012-05-25 Sriraman Tallam <tmsriram@google.com>
4116
4117 * symtab.cc (Symbol_table::define_special_symbol):
4118 Initialize *poldsym to prevent uninitialized variable errors.
4119
1be75daa
CC
41202012-05-23 Cary Coutant <ccoutant@google.com>
4121
4122 * layout.cc (Layout::section_name_mapping): Add rules to handle
4123 exact match on .data.rel.ro.local or .data.rel.ro.
4124 (Layout::output_section_name): Check for exact matches.
4125
9b689de0
CC
41262012-05-23 Cary Coutant <ccoutant@google.com>
4127
4128 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
4129 more carefully.
4130
b24fdbf5
CC
41312012-05-22 Cary Coutant <ccoutant@google.com>
4132
4133 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
4134 object before exporting symbol.
4135
e550e1a2
L
41362012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4137
4138 * testsuite/tls_test.cc: Include "config.h" first.
4139 * testsuite/tls_test_c.c: Likewise.
4140
df7b86aa
NC
41412012-05-17 Daniel Richard G. <skunk@iskunk.org>
4142 Nick Clifton <nickc@redhat.com>
4143
4144 PR 14072
4145 * configure.in: Add check that sysdep.h has been included before
4146 any system header files.
4147 * configure: Regenerate.
4148 * config.in: Regenerate.
4149
1007b503
CC
41502012-05-14 Cary Coutant <ccoutant@google.com>
4151
4152 * layout.cc (Layout::make_output_section): Mark .tdata section
4153 as RELRO.
4154 * testsuite/relro_test.cc: Add a TLS variable.
4155
fd885f3a
L
41562012-05-10 H.J. Lu <hongjiu.lu@intel.com>
4157
4158 PR gold/14091
4159 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
4160 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
4161 R_X86_64_64.
4162
80f5885c
CC
41632012-05-08 Cary Coutant <ccoutant@google.com>
4164
4165 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
4166 (lines_only_debug_sections): Likewise.
4167
2e702c99
RM
41682012-05-02 Roland McGrath <mcgrathr@google.com>
4169
4170 * nacl.cc: New file.
4171 * nacl.h: New file.
4172 * Makefile.am (CCFILES, HFILES): Add them.
4173 * Makefile.in: Regenerate.
4174 * i386.cc (Output_data_plt_i386_nacl): New class.
4175 (Output_data_plt_i386_nacl_exec): New class.
4176 (Output_data_plt_i386_nacl_dyn): New class.
4177 (Target_i386_nacl): New class.
4178 (Target_selector_i386_nacl): New class.
4179 (target_selector_i386): Use it instead of Target_selector_i386.
4180 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
4181 (Target_x86_64_nacl): New class.
4182 (Target_selector_x86_64_nacl): New class.
4183 (target_selector_x86_64, target_selector_x32): Use it instead of
4184 Target_selector_x86_64.
4185 * arm.cc (Output_data_plt_arm_nacl): New class.
4186 (Target_arm_nacl): New class.
4187 (Target_selector_arm_nacl): New class.
4188 (target_selector_arm, target_selector_armbe): Use it instead of
4189 Target_selector_arm.
4190
4191 * target-select.cc (select_target): Take new Input_file* and off_t
4192 arguments, pass them on to recognize method of selector.
4193 * object.cc (make_elf_sized_object): Update caller.
4194 * parameters.cc (parameters_force_valid_target): Likewise.
4195 * incremental.cc (make_sized_incremental_binary): Likewise.
4196 * target-select.h: Update decl.
4197 (Target_selector::recognize): Take new Input_file* argument,
4198 pass it on to do_recognize.
4199 (Target_selector::do_recognize): Take new Input_file* argument.
4200 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
4201 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
4202 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
4203 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
4204
4205 * target.h (Target::Target_info): New members isolate_execinstr
4206 and rosegment_gap.
4207 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
4208 * arm.cc (Target_arm::arm_info): Update initializer.
4209 * i386.cc (Target_i386::i386_info): Likewise.
4210 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
4211 * sparc.cc (Target_sparc::sparc_info): Likewise.
4212 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
4213 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
4214 * layout.cc (Layout::attach_allocated_section_to_segment):
4215 Take new const Target* argument. If target->isolate_execinstr(), act
4216 like --rosegment.
4217 (Layout::find_first_load_seg): Take new const Target* argument;
4218 if target->isolate_execinstr(), reject PF_X segments.
4219 (Layout::relaxation_loop_body): Update caller.
4220 (Layout::set_segment_offsets): If target->isolate_execinstr(),
4221 reset file offset to zero when we hit LOAD_SEG, and then do a second
4222 loop over the segments before LOAD_SEG to reassign offsets after
4223 addresses have been determined. Handle target->rosegment_gap().
4224 (Layout::attach_section_to_segment): Take new const Target* argument;
4225 pass it to attach_allocated_section_to_segment.
4226 (Layout::make_output_section): Update caller.
4227 (Layout::attach_sections_to_segments): Take new const Target* argument;
4228 pass it to attach_section_to_segment.
4229 * gold.cc (queue_middle_tasks): Update caller.
4230 * layout.h (Layout): Update method decls with new arguments.
4231
4232 * arm.cc (Target_arm::Target_arm): Take optional argument for the
4233 Target_info pointer to use.
4234 (Target_arm::do_make_data_plt): New virtual method.
4235 (Target_arm::make_data_plt): New method that calls it.
4236 (Target_arm::make_plt_entry): Use it.
4237 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
4238 for the section alignment.
4239 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
4240 method.
4241 (Output_data_plt_arm::first_plt_entry_offset): Call it.
4242 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
4243 method.
4244 (Output_data_plt_arm::get_plt_entry_size): Call it.
4245 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
4246 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
4247 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
4248 method.
4249 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
4250 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
4251 method instead of sizeof(plt_entry).
4252 (Output_data_plt_arm::add_entry): Likewise.
4253 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
4254 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
4255 than static method.
4256 (Target_arm::plt_entry_size): Likewise.
4257 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
4258 Move to ...
4259 (Output_data_plt_arm_standard): ... here, new class.
4260 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
4261 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
4262 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
4263
4264 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
4265 Take additional argument for the PLT entry size.
4266 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
4267 Use get_plt_entry_size method rather than plt_entry_size variable.
4268 (Output_data_plt_x86_64::reserve_slot): Likewise.
4269 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
4270 (Output_data_plt_x86_64::add_entry): Likewise.
4271 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
4272 (Output_data_plt_x86_64::address_for_global): Likewise.
4273 (Output_data_plt_x86_64::address_for_local): Likewise.
4274 (Output_data_plt_x86_64::set_final_data_size): Likewise.
4275 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
4276 Make method non-static.
4277 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
4278 method.
4279 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
4280 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
4281 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
4282 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
4283 virtual method.
4284 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
4285 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
4286 virtual method.
4287 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
4288 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
4289 virtual method.
4290 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
4291 (Output_data_plt_x86_64::plt_entry_size)
4292 (Output_data_plt_x86_64::first_plt_entry)
4293 (Output_data_plt_x86_64::plt_entry)
4294 (Output_data_plt_x86_64::tlsdesc_plt_entry)
4295 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
4296 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
4297 (Output_data_plt_x86_64_standard): ... here, new class.
4298 (Target_x86_64::Target_x86_64): Take optional argument for the
4299 Target_info pointer to use.
4300 (Target_x86_64::do_make_data_plt): New virtual method.
4301 (Target_x86_64::make_data_plt): New method to call it.
4302 (Target_x86_64::init_got_plt_for_update): Use that.
4303 Call this->plt_->add_eh_frame method here.
4304 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
4305 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
4306 rather than static method.
4307 (Target_x86_64::plt_entry_size): Likewise.
4308 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
4309 rather than plt_entry_size variable. Move guts of PLT filling to...
4310 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
4311 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
4312 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
4313
4314 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
4315 additional argument for the section alignment.
4316 Don't do add_eh_frame_for_plt here.
4317 (Output_data_plt_i386::first_plt_entry_offset): Make the method
4318 non-static. Use get_plt_entry_size method rather than plt_entry_size
4319 variable.
4320 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
4321 method.
4322 (Output_data_plt_i386::get_plt_entry_size): Call it.
4323 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
4324 (Output_data_plt_i386::add_eh_frame): New method to call it.
4325 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
4326 method.
4327 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
4328 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
4329 method.
4330 (Output_data_plt_i386::fill_plt_entry): New method to call it.
4331 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
4332 method instead of plt_entry_size.
4333 (Output_data_plt_i386::plt_entry_size)
4334 (Output_data_plt_i386::plt_eh_frame_fde_size)
4335 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
4336 (Output_data_plt_i386_standard): ... here, new class.
4337 (Output_data_plt_i386_exec): New class.
4338 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
4339 (Output_data_plt_i386_exec::first_plt_entry): ... here.
4340 (Output_data_plt_i386::exec_plt_entry): Move to ...
4341 (Output_data_plt_i386_exec::plt_entry): ... here.
4342 (Output_data_plt_i386_dyn): New class.
4343 (Output_data_plt_i386::first_plt_entry): Move to ...
4344 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
4345 (Output_data_plt_i386::dyn_plt_entry): Move to ...
4346 (Output_data_plt_i386_dyn::plt_entry): ... here.
4347 (Target_i386::Target_i386): Take optional argument for the Target_info
4348 pointer to use.
4349 (Target_i386::do_make_data_plt): New virtual method.
4350 (Target_i386::make_data_plt): New method to call it.
4351 (Target_i386::make_plt_section): Use that.
4352 Call this->plt_->add_eh_frame method here.
4353 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
4354 rather than plt_entry_size variable.
4355 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
4356 (Output_data_plt_i386::address_for_local): Likewise.
4357 (Output_data_plt_i386::do_write): Likewise.
4358 Move guts of PLT filling to...
4359 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
4360 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
4361 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
4362 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
4363
b9b9f2ee
CC
43642012-05-01 Cary Coutant <ccoutant@google.com>
4365
4366 * dwarf_reader.cc (Dwarf_die::read_attributes)
4367 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
4368 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
4369 * reduced_debug_output.cc
4370 (Output_reduced_debug_info_section::get_die_end): Remove
4371 DW_FORM_GNU_ref_index. Add default case.
4372
57923f48
MW
43732012-04-26 Mark Wielaard <mjw@redhat.com>
4374
4375 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
4376 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
4377 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
4378 DW_AT_high_pc as offset from DW_AT_low_pc.
4379
4380 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
4381 * testsuite/Makefile.in: Regenerate.
4382 * testsuite/gdb_index_test_3.c: New test source file.
4383 * testsuite/gdb_index_test_3.sh: New test source file.
4384
2c54b4f4
ILT
43852012-04-25 Ian Lance Taylor <iant@google.com>
4386
4387 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
4388 pointer.
4389 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
4390 as a class, not a struct.
4391 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
4392 (Target_arm::apply_cortex_a8_workaround): Likewise.
4393 * gc.h: Declare Reloc_types as a struct, not a class.
4394 * object.h: Declare Symbols_data as a struct.
4395 * reloc.h: Declare Read_relocs_data as a struct.
4396 * target.h: Declare Relocate_info as a struct.
4397
a5a5f7a3
DM
43982012-04-24 David S. Miller <davem@davemloft.net>
4399
4400 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
4401 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
4402 and R_SPARC_WPLT30.
4403
f038d496
CC
44042012-04-24 Cary Coutant <ccoutant@google.com>
4405
4406 * incremental-dump.cc (find_input_containing_global): Replace
4407 magic number with symbolic constant.
4408 (dump_incremental_inputs): Update version number.
4409 * incremental.cc (Output_section_incremental_inputs): Update version
4410 number; import symbolic constants from Incremental_inputs_reader.
4411 (Incremental_inputs::create_data_sections): Align relocations
4412 section correctly for 64-bit targets.
4413 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
4414 constants; add padding.
4415 (Output_section_incremental_inputs::write_header): Add assert for
4416 header_size.
4417 (Output_section_incremental_inputs::write_input_files): Add assert
4418 for input_entry_size.
4419 (Output_section_incremental_inputs::write_info_blocks): Add padding;
4420 add assert for object_info_size, input_section_entry_size,
4421 global_sym_entry_size.
4422 * incremental.h (Incremental_inputs_reader): Add symbolic constants
4423 for data structure sizes; use them.
4424 (Incremental_input_entry_reader): Import symbolic constants from
4425 Incremental_inputs_reader; use them.
4426
a4d85145
DM
44272012-04-23 David S. Miller <davem@davemloft.net>
4428
4429 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
4430 and elf_flags_set_.
4431 (Target_sparc::Target_sparc): Initialize new fields.
4432 (Target_sparc::do_make_elf_object): New function.
4433 (Target_sparc::do_adjust_elf_header): New function.
4434
1d509098
CC
44352012-04-23 Cary Coutant <ccoutant@google.com>
4436
4437 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
4438 CU range table of gdb index.
4439
7ebeff7f
DM
44402012-04-20 David S. Miller <davem@davemloft.net>
4441
4442 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
4443 instead of false.
4444
13cf9988
DM
44452012-04-16 David S. Miller <davem@davemloft.net>
4446
2a1079e8
DM
4447 * sparc.cc (Target_sparc::got_address): New function.
4448 (Sparc_relocate_functions::gdop_hix22): New function.
4449 (Sparc_relocate_functions::gdop_lox10): New function.
4450 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
4451 relocs.
4452 (Target_sparc::Scan::local): Likewise if the global symbol is not
4453 preemptible and is not IFUNC.
4454 (Target_sparc::Relocate::relocate): Perform GOTDATA code
4455 transformations for local and non-preemptible non-IFUNC global
4456 symbols.
4457
0bc964fc
DM
4458 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
4459 writing out 64-bit part of ranges.
4460
661d7a80
DM
4461 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
4462 -fpic and -fpie respectively.
4463 * Makefile.in: Regenerate.
4464
8c2bf391
DM
4465 * sparc.cc (class Target_sparc): Add rela_ifunc_.
4466 (Target_sparc::Target_sparc): Initialize new field.
4467 (Target_sparc::do_plt_section_for_global): New function.
4468 (Target_sparc::do_plt_section_for_local): New function.
4469 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
4470 (Target_sparc::make_plt_section): New function, broken out of
4471 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
4472 (Target_sparc::make_plt_entry): Call make_plt_section.
4473 (Target_sparc::make_local_ifunc_plt_entry): New function.
4474 (Target_sparc::rela_ifunc_section): New function.
4475 (Target_sparc::plt_section): Remove const.
4476 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
4477 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
4478 and ifunc_count_ fields.
4479 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
4480 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
4481 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
4482 (Output_data_plt_sparc::rela_ifunc): New function.
4483 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
4484 (Output_data_plt_sparc::has_ifunc_section): New function.
4485 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
4486 (Output_data_plt_sparc::address_for_global): New function.
4487 (Output_data_plt_sparc::address_for_local): New function.
4488 (Output_data_plt_sparc::plt_index_to_offset): New function.
4489 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
4490 and entry_count.
4491 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
4492 entry_count.
4493 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
4494 R_SPARC_JMP_IREL to switch.
4495 (Target_sparc::Scan::check_non_pic): Likewise.
4496 (Target_sparc::Scan::local): Handle IFUNC symbols.
4497 (Target_sparc::Scan::local): Likewise.
4498 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
4499 and plt_address_for_local.
4500 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
4501 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
4502
13cf9988
DM
4503 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
4504 (class Output_data_reloc): Adjust calls to Output_reloc_type.
4505 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
4506 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
4507 global relocs too.
4508 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
4509 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
4510 calls.
4511 * sparc.cc (Target_sparc::Scan::global): Likewise.
4512 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
4513
31821be0
CC
45142012-04-16 Cary Coutant <ccoutant@google.com>
4515
4516 * archive.cc (Library_base::should_include_member): Check for
4517 --export-dynamic-symbol.
4518 * options.h (class General_options): Add --export-dynamic-symbol.
4519 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
4520 --export-dynamic-symbol.
4521 (Symbol_table::gc_mark_undef_symbols): Likewise.
4522 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
4523
2615994e
DM
45242012-04-12 David S. Miller <davem@davemloft.net>
4525
4526 * sparc.cc (Reloc::wdisp10): New relocation method.
4527 (Reloc::h34): Likewise.
4528 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
4529 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
4530 R_SPARC_WDISP10.
4531 (Target_sparc::Scan::local): Likewise.
4532 (Target_sparc::Scan::global): Likewise.
4533 (Target_sparc::Relocate::relocate): Likewise.
4534
6782735d
CC
45352012-04-09 Cary Coutant <ccoutant@google.com>
4536
4537 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
4538 low_pc == 0.
4539
8c7a0b00
ILT
45402012-04-06 Ian Lance Taylor <iant@google.com>
4541
4542 * timer.cc: #include <unistd.h>.
4543
58797674
RM
45442012-04-06 Roland McGrath <mcgrathr@google.com>
4545
4546 * configure.in (AC_CHECK_HEADERS): Add locale.h.
4547 * config.in: Regenerate.
4548 * configure: Regenerate.
4549
44350750
NC
45502012-04-05 Nick Clifton <nickc@redhat.com>
4551
4552 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
4553 (AM_LC_MESSAGES): Add.
4554 * aclocal.m4: Regenerate.
4555 * config.in: Regenerate.
4556 * configure: Regenerate.
4557
c1027032
CC
45582012-03-21 Cary Coutant <ccoutant@google.com>
4559
4560 * Makefile.am: Add gdb-index.cc, gdb-index.h.
4561 * Makefile.in: Regenerate.
4562 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
4563 (Sized_elf_reloc_mapper::symbol_section): New function.
4564 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
4565 (make_elf_reloc_mapper): New function.
4566 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
4567 (Dwarf_abbrev_table::do_read_abbrevs): New function.
4568 (Dwarf_abbrev_table::do_get_abbrev): New function.
4569 (Dwarf_ranges_table::read_ranges_table): New function.
4570 (Dwarf_ranges_table::read_range_list): New function.
4571 (Dwarf_pubnames_table::read_section): New function.
4572 (Dwarf_pubnames_table::read_header): New function.
4573 (Dwarf_pubnames_table::next_name): New function.
4574 (Dwarf_die::Dwarf_die): New function.
4575 (Dwarf_die::read_attributes): New function.
4576 (Dwarf_die::skip_attributes): New function.
4577 (Dwarf_die::set_name): New function.
4578 (Dwarf_die::set_linkage_name): New function.
4579 (Dwarf_die::attribute): New function.
4580 (Dwarf_die::string_attribute): New function.
4581 (Dwarf_die::int_attribute): New function.
4582 (Dwarf_die::uint_attribute): New function.
4583 (Dwarf_die::ref_attribute): New function.
4584 (Dwarf_die::child_offset): New function.
4585 (Dwarf_die::sibling_offset): New function.
4586 (Dwarf_info_reader::check_buffer): New function.
4587 (Dwarf_info_reader::parse): New function.
4588 (Dwarf_info_reader::do_parse): New function.
4589 (Dwarf_info_reader::do_read_string_table): New function.
4590 (Dwarf_info_reader::lookup_reloc): New function.
4591 (Dwarf_info_reader::get_string): New function.
4592 (Dwarf_info_reader::visit_compilation_unit): New function.
4593 (Dwarf_info_reader::visit_type_unit): New function.
4594 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
4595 Sized_elf_reloc_mapper.
4596 (Sized_dwarf_line_info::symbol_section): Remove function.
4597 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
4598 (Sized_dwarf_line_info::read_line_mappings): Remove object
4599 parameter, adjust callers.
4600 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
4601 * dwarf_reader.h: Include <sys/types.h>.
4602 (class Track_relocs): Remove forward declaration.
4603 (class Elf_reloc_mapper): New class.
4604 (class Sized_elf_reloc_mapper): New class.
4605 (class Dwarf_abbrev_table): New class.
4606 (class Dwarf_range_list): New class.
4607 (class Dwarf_ranges_table): New class.
4608 (class Dwarf_pubnames_table): New class.
4609 (class Dwarf_die): New class.
4610 (class Dwarf_info_reader): New class.
4611 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
4612 (Sized_dwarf_line_info::symbol_section): Remove member function.
4613 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
4614 base class.
4615 * gdb-index.cc: New source file.
4616 * gdb-index.h: New source file.
4617 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
4618 and .debug_types sections, call Layout::add_to_gdb_index.
4619 (Sized_relobj_incr::do_section_name): Implement.
4620 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
4621 return type; Implement.
4622 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
4623 return type.
4624 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
4625 parameter list and return type.
4626 (Sized_incr_dynobj::do_section_contents): Likewise.
4627 * layout.cc: Include gdb-index.h.
4628 (Layout::Layout): Initialize gdb_index_data_.
4629 (Layout::init_fixed_output_section): Check for .gdb_index section.
4630 (Layout::add_to_gdb_index): New function. Instantiate.
4631 * layout.h: Add forward declaration for class Gdb_index.
4632 (Layout::add_to_gdb_index): New member function.
4633 (Layout::gdb_index_data_): New data member.
4634 * main.cc: Include gdb-index.h.
4635 (main): Print statistics for gdb index.
4636 * object.cc (Object::section_contents): Move code into
4637 do_section_contents.
4638 (need_decompressed_section): Check for sections needed when building
4639 gdb index.
4640 (build_compressed_section_map): Likewise.
4641 (Sized_relobj_file::do_read_symbols): Need local symbols when building
4642 gdb index.
4643 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
4644 sections; call Layout::add_to_gdb_index.
4645 (Sized_relobj_file::do_decompressed_section_contents): Call
4646 do_section_contents directly.
4647 * object.h (Object::do_section_contents): Adjust parameter list and
4648 return type.
4649 (Object::do_decompressed_section_contents): Call do_section_contents
4650 directly.
4651 (Sized_relobj_file::do_section_contents): Adjust parameter list and
4652 return type.
4653 * options.h (class General_options): Add --gdb-index option.
4654 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
4655 list and return type.
4656 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
4657 * reloc.h (Track_relocs::checkpoint): New function.
4658 (Track_relocs::reset): New function.
4659
4660 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
4661 New test cases.
4662 * testsuite/Makefile.in: Regenerate.
4663 * testsuite/gdb_index_test.cc: New test source file.
4664 * testsuite/gdb_index_test_1.sh: New test source file.
4665 * testsuite/gdb_index_test_2.sh: New test source file.
4666
647f1574
DK
46672012-03-19 Doug Kwan <dougkwan@google.com>
4668
4669 * arm.cc (Target_arm::do_define_standard_symbols): New method.
2e702c99 4670 (Target_arm::do_finalize_sections): Remove code which defines
647f1574
DK
4671 __exidx_start and __exidx_end. Make symbol table parameter
4672 anonymous as it is not used.
4673 * gold.cc (queue_middle_tasks): Call target hook to define any
4674 target-specific symbols.
4675 * target.h (Target::define_standard_symbols): New method.
4676 (Target::do_define_standard_symbols): Same.
4677 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
4678 * testsuite/Makefile.in: Regenerate.
4679 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
4680 and __exidx_end.
4681 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
4682 relocations are generated for __exidx_start and __exidx_end.
4683
7c6109da
DK
46842012-03-16 Doug Kwan <dougkwan@google.com>
4685
4686 * testsuite/Makefile.am: Disable test initpri3b.
4687 * testsuite/Makefile.in: Regenerate.
4688
7b8957f8
DK
46892012-03-15 Doug Kwan <dougkwan@google.com>
4690
4691 * arm.cc (Target_arm::got_section): Make .got section read-only
4692 if -z now is given.
4693
14dc9ef7
ILT
46942012-03-15 Ian Lance Taylor <iant@google.com>
4695
4696 PR gold/13850
4697 * layout.cc (Layout::make_output_section): Correctly mark
4698 SHT_INIT_ARRAY, et. al., as relro.
4699
fa40b62a
DK
47002012-03-14 Doug Kwan <dougkwan@google.com>
4701
4702 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
4703 dynamic relocations for protected symbols in shared objects.
4704
fd325007
ILT
47052012-03-13 Ian Lance Taylor <iant@google.com>
4706
4707 * resolve.cc (Symbol_table::resolve): When merging common symbols,
4708 keep the larger alignment.
4709
e8dd54e1
CC
47102012-03-12 Cary Coutant <ccoutant@google.com>
4711
4712 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
4713 handling of DW_LNE_define_file.
4714
feb5f3b0
CC
47152012-03-12 Cary Coutant <ccoutant@google.com>
4716
4717 * reduced_debug_output.cc
4718 (Output_reduced_debug_info_section::get_die_end): Add new FORM
4719 codes to switch.
4720
a1fb4256
CC
47212012-02-29 Cary Coutant <ccoutant@google.com>
4722
4723 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
4724
5dd8762a
CC
47252012-02-29 Cary Coutant <ccoutant@google.com>
4726
4727 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
4728 Call Object::decompressed_section_contents.
4729 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
4730 New dtor.
4731 (Sized_dwarf_line_info::buffer_start_): New data member.
4732 * merge.cc (Output_merge_data::do_add_input_section): Call
4733 Object::decompressed_section_contents.
4734 (Output_merge_string::do_add_input_section): Likewise.
4735 * object.cc (need_decompressed_section): New function.
4736 (build_compressed_section_map): Decompress sections needed later.
4737 (Sized_relobj_file::do_decompressed_section_contents): New function.
4738 (Sized_relobj_file::do_discard_decompressed_sections): New function.
4739 * object.h (Object::decompressed_section_contents): New function.
4740 (Object::discard_decompressed_sections): New function.
4741 (Object::do_decompressed_section_contents): New function.
4742 (Object::do_discard_decompressed_sections): New function.
4743 (Compressed_section_info): New type.
4744 (Compressed_section_map): Include decompressed section contents.
4745 (Sized_relobj_file::do_decompressed_section_contents): New function.
4746 (Sized_relobj_file::do_discard_decompressed_sections): New function.
4747
7b5de7ee
CC
47482012-02-16 Cary Coutant <ccoutant@google.com>
4749
4750 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
4751 * testsuite/Makefile.in: Regenerate.
4752
f9fa4a63
CC
47532012-02-14 Cary Coutant <ccoutant@google.com>
4754
4755 * options.cc (General_options::finalize): Disallow -pie and -static.
4756
2c175ebc
DK
47572012-02-03 Doug Kwan <dougkwan@google.com>
4758
4759 * arm.cc (Arm_relocate_functions::abs8,
4760 Arm_relocate_functions::abs16): Use
4761 Bits::has_signed_unsigned_overflow32.
4762 (Arm_relocate_functions::thm_abs8): Correct range of
4763 overflow check.
4764 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
4765 in assertions.
4766
90cff06f
DK
47672012-02-02 Doug Kwan <dougkwan@google.com>
4768
4769 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
4770 position independent outputs, not just shared objects.
4771
63887f3d
L
47722012-01-30 H.J. Lu <hongjiu.lu@intel.com>
4773
4774 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
4775 * configure: Regenerated.
4776
bef2b434
ILT
47772012-01-27 Ian Lance Taylor <iant@google.com>
4778
4779 * reloc.h (Bits): New class with static functions, copied from
4780 namespace utils in arm.cc.
4781 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
4782 instead.
4783
c335b55d
L
47842012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4785
4786 * incremental.cc (write_info_blocks): Correct relocation offset.
4787
41194d9f
L
47882012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4789
4790 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
4791 (Relocate::tls_gd_to_le): Likewise.
4792
1bae613c
L
47932012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4794
4795 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
4796
24482ca0
L
47972012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4798
4799 * configure.ac: Check if -mcmodel=medium works.
4800 * configure: Regenerated.
4801
c2c7840a
CC
48022012-01-24 Cary Coutant <ccoutant@google.com>
4803
4804 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
4805 definition and ...
4806 (read_unsigned_LEB_128_x): ... this new function.
4807 (read_signed_LEB_128): Replaced with inline definition and ...
4808 (read_signed_LEB_128_x): ... this new function.
4809 * int_encoding.h (read_unsigned_LEB_128_x): New function.
4810 (read_unsigned_LEB_128): Add inline definition.
4811 (read_signed_LEB_128_x): New function.
4812 (read_signed_LEB_128): Add inline definition.
4813 * testsuite/Makefile.am (leb128_unittest): New unit test.
4814 * testsuite/Makefile.in: Regenerate.
4815 * testsuite/leb128_unittest.cc: New unit test.
4816
833de760 48172012-01-23 Ian Lance Taylor <iant@google.com>
9dee3b3c
ILT
4818
4819 PR gold/13617
4820 * i386.cc (Target_i386::do_code_fill): When using a jmp
4821 instruction, pad with nop instructions.
4822 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
4823
618d6666
L
48242012-01-22 H.J. Lu <hongjiu.lu@intel.com>
4825
4826 * x86_64.cc (gc_process_relocs): Add typename on types used in
4827 template.
4828 (scan_relocs): Likewise.
4829 (relocate_section): Likewise.
4830 (apply_relocation): Likewise.
4831
3660ff06
L
48322012-01-10 H.J. Lu <hongjiu.lu@intel.com>
4833
4834 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
4835 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
4836 under x32.
4837
fc51264f
L
48382012-01-09 H.J. Lu <hongjiu.lu@intel.com>
4839
4840 * x86_64.cc: Initial support for x32.
4841
dd74ae06
CC
48422012-01-03 Cary Coutant <ccoutant@google.com>
4843
4844 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
4845 Use abstract base class for GOT.
4846 * gold/output.h (class Output_data_got_base): New abstract base class.
4847 (class Output_data_got): Derive from new base class, adjust ctors.
4848 (Output_data_got::reserve_slot): Make virtual; rename to
4849 do_reserve_slot; Adjust callers.
4850 * gold/target.h (Sized_target::init_got_plt_for_update): Return
4851 pointer to abstract base class.
4852 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
4853
83896202
ILT
48542011-12-18 Ian Lance Taylor <iant@google.com>
4855
4856 * object.h (Relobj::local_symbol_value): New function.
4857 (Relobj::local_plt_offset): New function.
4858 (Relobj::local_has_got_offset): New function.
4859 (Relobj::local_got_offset): New function.
4860 (Relobj::set_local_got_offset): New function.
4861 (Relobj::do_local_symbol_value): New pure virtual function.
4862 (Relobj::do_local_plt_offset): Likewise.
4863 (Relobj::do_local_has_got_offset): Likewise.
4864 (Relobj::do_local_got_offset): Likewise.
4865 (Relobj::do_set_local_got_offset): Likewise.
4866 (Sized_relobj::do_local_has_got_offset): Rename from
4867 local_has_got_offset.
4868 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
4869 (Sized_relobj::do_set_local_got_offset): Rename from
4870 set_local_got_offset.
4871 (Sized_relobj_file::do_local_plt_offset): Rename from
4872 local_plt_offset.
4873 (Sized_relobj_file::do_local_symbol_value): New function.
4874 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
4875 local_plt_offset.
4876 * output.cc (Output_data_got::Got_entry::write): Change object to
4877 Relobj. Use local_symbol_value.
4878 (Output_data_got::add_global_with_rel): Change rel_dyn to
4879 Output_data_reloc_generic*. Use add_global_generic.
4880 (Output_data_got::add_global_with_rela): Remove. Change all
4881 callers to use add_global_with_rel.
4882 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
4883 Output_data_reloc_generic*. Use add_global_generic.
4884 (Output_data_got::add_global_pair_with_rela): Remove. Change all
4885 callers to use add_global_pair_with_rel.
4886 (Output_data_got::add_local): Change object to Relobj*.
4887 (Output_data_got::add_local_plt): Likewise.
4888 (Output_data_got::add_local_with_rel): Change object to Relobj*,
4889 change rel_dyn to Output_data_reloc_generic*. Use
4890 add_local_generic.
4891 (Output_data_got::add_local_with_rela): Remove. Change all
4892 callers to use all_local_with_rel.
4893 (Output_data_got::add_local_pair_with_rel): Change object to
4894 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
4895 add_output_section_generic.
4896 (Output_data_got::add_local_pair_with_rela): Remove. Change all
4897 callers to use add_local_pair_with_rel.
4898 (Output_data_got::reserve_local): Change object to Relobj*.
4899 * output.h: (class Output_data_reloc_generic): Add pure virtual
4900 declarations for add_global_generic, add_local_generic,
4901 add_output_section_generic.
4902 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
4903 functions for Output_data_reloc_generic. Update declarations for
4904 changes listed in output.cc.
4905 (class Output_data_got): Change template parameter to got_size.
4906 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
4907 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
4908 function.
4909 (Sized_relobj_incr::do_local_plt_offset): New function.
4910 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
4911 add_global_generic.
4912
76677ad0
CC
49132011-12-17 Cary Coutant <ccoutant@google.com>
4914
4915 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
4916 * resolve.cc (Symbol_table::resolve): Likewise.
4917 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
4918 arrays.
4919 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
4920
8b8dd8d5
ILT
49212011-12-16 Ian Lance Taylor <iant@google.com>
4922
4923 * output.h (Output_data_reloc_generic::add): Only call
4924 add_dynamic_reloc if this is a dynamic reloc section.
4925
d55525b9
L
49262011-12-15 H.J. Lu <hongjiu.lu@intel.com>
4927
4928 PR gold/13505
4929 * target-reloc.h (apply_relocation): Replace <64, false> with
4930 <size, big_endian>.
4931
ff81c7c1
NC
49322011-11-25 Nick Clifton <nickc@redhat.com>
4933
4934 * po/it.po: New Italian translation.
4935
628f39be
SA
49362011-11-17 Sterling Augustine <saugustine@google.com>
4937
4938 * script.cc (script_include_directive): Implement.
4939 (read_script_file): New local variables name and search_path. Update
4940 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
4941 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
4942 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
4943
98ef3ea4
SA
49442011-11-11 Sterling Augustine <saugustine@google.com>
4945
4946 * yyscript.y (section_cmd): Add support for INCLUDE directive.
4947 (file_or_sections_cmd): Likewise.
4948
f4a8b6d7
DK
49492011-11-11 Doug Kwan <dougkwan@google.com>
4950
4951 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
4952 if --just-symbols is given.
4953
29ab395d
DK
49542011-11-10 Doug Kwan <dougkwan@google.com>
4955
4956 PR gold/13362
4957 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
4958 when processing data relocs.
4959 * reloc.h (Relocate_functions::rel_unaligned): New method.
4960 (Relocate_functions::pcrel_unaligned): Ditto.
4961 (Relocate_functions::rel32_unaligned): Ditto.
4962 (Relocate_functions::pcrel32_unaligned): Ditto.
4963
2c339f71
DK
49642011-11-09 Doug Kwan <dougkwan@google.com>
4965
4966 PR gold/13362
4967 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
4968 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
4969 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
4970 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
4971 (Relocate_functions::rel_unaligned): New.
4972 (Relocate_functions::rel32_unaligned): New.
4973 * target-reloc.h (relocate_for_relocatable): Add code to handle
4974 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
4975 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
4976 arm_unaligned_reloc_r): New targets.
4977 * testsuite/Makefile.in: Regenerate.
4978 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
4979 linking.
4980
3f3cddf1
ILT
49812011-11-02 Ian Lance Taylor <iant@google.com>
4982
4983 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
4984 NATIVE_LINKER.
4985 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
4986 * options.cc (General_options::finalize): Use library search path
4987 from configure script if specified. If not native and no sysroot,
4988 only search TOOLLIBDIR.
4989 * options.h (Search_directory::Search_directory): Change name to
4990 const std::string&.
4991 (General_options::add_to_library_path_with_sysroot): Change arg to
4992 const std::string&.
4993 * configure, Makefile.in, config.in: Rebuild.
4994
a8e2273b
ILT
49952011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4996
4997 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
4998 we are working around the ARM1176 Erratum.
4999 * options.h (General_options::fix_arm1176): Add option.
5000 * testsuite/Makefile.am: Add testcases, and keep current ones
5001 working.
5002 * testsuite/Makefile.in: Regenerate.
5003 * testsuite/arm_fix_1176.s: New file.
5004 * testsuite/arm_fix_1176.sh: Likewise.
5005
cd6eab1c
ILT
50062011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5007
5008 * arm.cc (Target_arm::Target_arm): Remove initialisation of
5009 may_use_blx_.
5010 (Target_arm::may_use_blx): Remove method.
5011 (Target_arm::set_may_use_blx): Likewise.
5012 (Target_arm::may_use_v4t_interworking): New method.
5013 (Target_arm::may_use_v5t_interworking): Likewise.
5014 (Target_arm::may_use_blx_): Remove member variable.
5015 (Arm_relocate_functions::arm_branch_common): Check for v5T
5016 interworking.
5017 (Arm_relocate_functions::thumb_branch_common): Likewise.
5018 (Reloc_stub::stub_type_for_reloc): Likewise.
5019 (Target_arm::do_finalize_sections): Correct interworking checks.
5020 * testsuite/Makefile.am: Add new tests.
5021 * testsuite/Makefile.in: Regenerate.
5022 * testsuite/arm_farcall_arm_arm.s: New test.
5023 * testsuite/arm_farcall_arm_arm.sh: Likewise.
5024 * testsuite/arm_farcall_arm_thumb.s: Likewise.
5025 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
5026 * testsuite/arm_farcall_thumb_arm.s: Likewise.
5027 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
5028 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
5029 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
5030
286adcf4
CC
50312011-10-31 Cary Coutant <ccoutant@google.com>
5032
5033 PR gold/13023
5034 * expression.cc (Expression::eval_with_dot): Add
5035 is_section_dot_assignment parameter.
5036 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
5037 absolute and assigning to dot within a section.
5038 * script-sections.cc
5039 (Output_section_element_assignment::set_section_addresses): Pass
5040 dot_section to set_if_absolute.
5041 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
5042 as is_section_dot_assignment flag to eval_with_dot.
5043 (Output_section_element_dot_assignment::set_section_addresses):
5044 Likewise.
5045 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
5046 parameter. Also set value if relative to dot_section; set the
5047 symbol's output_section.
5048 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
5049 parameter. Adjust all callers.
5050 (Expression::eval_maybe_dot): Likewise.
5051 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
5052 Adjust all callers.
5053 * testsuite/script_test_2.t: Test assignment of an absolute value
5054 to dot within an output section element.
5055
9634ed06
CC
50562011-10-31 Cary Coutant <ccoutant@google.com>
5057
5058 * options.h (class General_options): Add --[no-]gnu-unique options.
5059 * symtab.cc (Symbol_table::sized_write_globals): Convert
5060 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
5061
de4101c7
CC
50622011-10-31 Cary Coutant <ccoutant@google.com>
5063
5064 PR gold/13359
5065 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
5066 unnecessary assertion.
5067 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
5068
7257cc92
ST
50692011-10-31 Sriraman Tallam <tmsriram@google.com>
5070
5071 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
5072 gc_mark_symbol.
5073 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
5074 gc_mark_symbol.
5075 Change to just keep the section associated with symbol.
5076 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
5077 they are externally visible and --export-dynamic is turned on.
5078 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
5079
bfc34b3f
ILT
50802011-10-19 Ian Lance Taylor <iant@google.com>
5081
5082 PR gold/13163
5083 * script-sections.cc
5084 (Output_section_element_dot_assignment::needs_output_section): New
5085 function.
5086
ea0d8c47
ILT
50872011-10-19 Ian Lance Taylor <iant@google.com>
5088
5089 PR gold/13204
5090 * layout.cc (Layout::segment_precedes): Don't assert failure if a
5091 --section-start option was seen.
5092 * options.h (General_options::any_section_start): New function.
5093
abd242a9
DM
50942011-10-18 David S. Miller <davem@davemloft.net>
5095
5096 PR binutils/13301
5097 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
5098 member to track relocation locations that have moved during TLS
5099 reloc optimizations.
5100 (Target_sparc::Relocate::Relocate): Initialize to NULL.
5101 (Target_sparc::Relocate::relocate): Adjust view down by 4
5102 bytes if it matches reloc_adjust_addr_.
5103 (Target_sparc::Relocate::relocate_tls): Always move the
5104 __tls_get_addr call delay slot instruction forward 4 bytes when
5105 performing relaxation.
5106
bab9090f
CC
51072011-10-18 Cary Coutant <ccoutant@google.com>
5108
5109 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
5110 (Output_file::map_no_anonymous): Check for non-zero
5111 return code from posix_fallocate.
5112
f7c5b166
CC
51132011-10-17 Cary Coutant <ccoutant@google.com>
5114
5115 PR gold/13245
5116 * plugin.cc (is_visible_from_outside): Check for symbols
5117 referenced from dynamic objects.
5118 * resolve.cc (Symbol_table::resolve): Don't count references
5119 from dynamic objects as references from real ELF files.
5120 * testsuite/plugin_test_2.sh: Adjust expected result.
5121
b490c0bb
CC
51222011-10-17 Cary Coutant <ccoutant@google.com>
5123
5124 * gold.cc: Include timer.h.
5125 (queue_middle_tasks): Stamp time.
5126 (queue_final_tasks): Likewise.
5127 * main.cc (main): Store timer in parameters. Print timers
5128 for each pass.
5129 * parameters.cc (Parameters::Parameters): Initialize timer_.
5130 (Parameters::set_timer): New function.
5131 (set_parameters_timer): New function.
5132 * parameters.h (Parameters::set_timer): New function.
5133 (Parameters::timer): New function.
5134 (Parameters::timer_): New data member.
5135 (set_parameters_timer): New function.
5136 * timer.cc (Timer::stamp): New function.
5137 (Timer::get_pass_time): New function.
5138 * timer.h (Timer::stamp): New function.
5139 (Timer::get_pass_time): New function.
5140 (Timer::pass_times_): New data member.
5141
f475cf7b
CC
51422011-10-17 Cary Coutant <ccoutant@google.com>
5143
5144 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
5145 task for members of lib groups.
5146
cdd7e244
CC
51472011-10-17 Cary Coutant <ccoutant@google.com>
5148
5149 PR gold/13288
4f95c8b4 5150 * fileread.cc (File_read::find_view): Add assert.
cdd7e244
CC
5151 (File_read::make_view): Move bounds check (replace with assert)...
5152 (File_read::find_or_make_view): ... to here.
5153
dfb45471
CC
51542011-10-12 Cary Coutant <ccoutant@google.com>
5155
4f95c8b4 5156 * output.cc (Output_file::open_base_file): Handle case where
dfb45471
CC
5157 ::read returns less than requested size.
5158
53bbcc1b
CC
51592011-10-10 Cary Coutant <ccoutant@google.com>
5160
4f95c8b4 5161 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
53bbcc1b
CC
5162 Initialize defined_count_.
5163 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
5164 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
5165 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
5166 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
5167 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
4f95c8b4 5168 * incremental.h (Sized_relobj_incr::defined_count_): New data
53bbcc1b
CC
5169 member.
5170 (Sized_incr_dynobj::defined_count_): New data member.
4f95c8b4 5171 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
53bbcc1b
CC
5172 Return zeroes instead of internal error.
5173
397b129b
CC
51742011-10-10 Cary Coutant <ccoutant@google.com>
5175
5176 PR gold/13249
4f95c8b4 5177 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
397b129b 5178 (Output_reloc::symbol_value): Return PLT offset if flag is set.
4f95c8b4 5179 * output.h (class Output_reloc): Add use_plt_offset flag.
397b129b
CC
5180 (Output_reloc::type_): Adjust size of bit field.
5181 (Output_reloc::use_plt_offset_): New bit field.
5182 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
5183 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
5184 flag. Adjust all callers.
4f95c8b4 5185 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
397b129b
CC
5186 creating RELATIVE relocations.
5187
d5698657
NC
51882011-10-10 Nick Clifton <nickc@redhat.com>
5189
5190 * po/es.po: Updated Spanish translation.
5191 * po/fi.po: Updated Finnish translation.
5192
6a59a5c2
DN
51932011-10-03 Diego Novillo <dnovillo@google.com>
5194
5195 * options.cc (parse_uint): Fix dereference of RETVAL.
5196
f0558624
ST
51972011-09-29 Sriraman Tallam <tmsriram@google.com>
5198
5199 * layout.h (section_order_map_): New member.
5200 (get_section_order_map): New member function.
5201 * output.cc (Output_section::add_input_section): Check for patterns
5202 only when --section-ordering-file is specified.
5203 * gold.cc (queue_middle_tasks): Delay updating order of sections till
5204 output_sections have been formed.
5205 * layout.cc (Layout_Layout): Initialize section_order_map_.
5206 * plugin.cc (update_section_order): Store order in order_map. Do not
5207 update the order.
5208 * testsuite/Makefile.am: Add test case for plugin_final_layout.
5209 * testsuite/Makefile.in: Regenerate.
5210 * testsuite/plugin_section_order.c: New file.
5211 * testsuite/plugin_final_layout.cc: New file.
5212 * testsuite/plugin_final_layout.sh: New file.
5213
a7dac153
CC
52142011-09-29 Cary Coutant <ccoutant@google.com>
5215
4f95c8b4 5216 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
a7dac153 5217 Check for NULL.
4f95c8b4 5218 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
a7dac153
CC
5219 symbols during incremental update.
5220 (Symbol_table::add_from_dynobj): Likewise.
5221
eebd87a5
ILT
52222011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5223 Ian Lance Taylor <iant@google.com>
5224
5225 * symtab.cc (Symbol_table::define_special_symbol): Always
5226 canonicalize version string.
5227
403a3331
CC
52282011-09-26 Cary Coutant <ccoutant@google.com>
5229
4f95c8b4
CC
5230 * gold.cc (queue_initial_tasks): Move option checks ...
5231 * options.cc (General_options::finalize): ... to here. Disable
403a3331
CC
5232 some options; make others fatal.
5233
235061c2
CC
52342011-09-26 Cary Coutant <ccoutant@google.com>
5235
5236 gcc PR lto/47247
5237 * plugin.cc (get_symbols_v2): New function.
5238 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
5239 (is_referenced_from_outside): New function.
5240 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
5241 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
5242 (get_symbols): Pass version parameter.
5243 (get_symbols_v2): New function.
5244 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
5245 parameter.
5246 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
5247 (onload): Add LDPT_GET_SYMBOLS_V2.
5248 (all_symbols_read_hook): Use get_symbols_v2; check for
5249 LDPR_PREVAILING_DEF_IRONLY_EXP.
5250 * testsuite/plugin_test_3.sh: Update expected results.
5251
dc87f620
ILT
52522011-09-23 Simon Baldwin <simonb@google.com>
5253
5254 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
5255 configuration options.
5256 * configure: Regenerate.
5257 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
5258 * Makefile.in: Regenerate.
5259 * testsuite/Makefile.in: Regenerate.
5260
a8279f82
ST
52612011-09-19 Sriraman Tallam <tmsriram@google.com>
5262
5263 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
5264
0c9350c8
CC
52652011-09-19 Cary Coutant <ccoutant@google.com>
5266
5267 * incremental.cc (can_incremental_update): Fix typo in comment.
5268 * incremental.h (can_incremental_update): Likewise.
5269
aa06ae28
CC
52702011-09-18 Cary Coutant <ccoutant@google.com>
5271
5272 * incremental.cc (can_incremental_update): New function.
5273 * incremental.h (can_incremental_update): New function.
5274 * layout.cc (Layout::init_fixed_output_section): Call it.
5275 (Layout::make_output_section): Don't allow patch space in .eh_frame.
5276 * object.cc (Sized_relobj_file::do_layout): Call
5277 can_incremental_update.
5278
ebb300b2
CC
52792011-09-13 Cary Coutant <ccoutant@google.com>
5280
5281 * configure.ac: Check for glibc support for gnu_indirect_function
5282 support with static linking, setting automake conditional
5283 IFUNC_STATIC.
5284 * Makefile.in: Regenerate.
5285 * configure: Regenerate.
5286
5287 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
5288 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
5289 for IFUNC_STATIC.
5290 * testsuite/Makefile.in: Regenerate.
5291
1206d0d5
CC
52922011-09-13 Cary Coutant <ccoutant@google.com>
5293
5294 * incremental.cc (Sized_relobj_incr::do_layout): Call
5295 report_comdat_group for kept comdat sections.
5296 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
5297 * testsuite/Makefile.in: Regenerate.
5298 * testsuite/incr_comdat_test_1.cc: New source file.
5299 * testsuite/incr_comdat_test_2_v1.cc: New source file.
5300 * testsuite/incr_comdat_test_2_v2.cc: New source file.
5301 * testsuite/incr_comdat_test_2_v3.cc: New source file.
5302
40b29874
ILT
53032011-09-13 Ian Lance Taylor <iant@google.com>
5304
5305 * object.cc (Sized_relobj_file::do_layout): Remove unused local
5306 variable external_symbols_offset.
5307
1b045aac
ILT
53082011-09-12 Ian Lance Taylor <iant@google.com>
5309
5310 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
5311 triggered if object has no symbols.
5312
24c6c55a
DM
53132011-09-09 David S. Miller <davem@davemloft.net>
5314
5315 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
5316 (Output_fill_debug_line::do_write): Likewise.
5317
66570254
CC
53182011-08-29 Cary Coutant <ccoutant@google.com>
5319
5320 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
5321 casts to match formatting specs.
5322 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
5323
8ea8cd50
CC
53242011-08-26 Cary Coutant <ccoutant@google.com>
5325
5326 * layout.cc (Free_list::allocate): Provide guarantee of minimum
5327 remaining hole size when allocating.
5328 (Layout::make_output_section): Set fill methods for debug sections.
5329 * layout.h (Free_list::Free_list_node): Move from private to
5330 public.
5331 (Free_list::set_min_hole_size): New function.
5332 (Free_list::begin, Free_list::end): New functions.
5333 (Free_list::min_hole_): New data member.
5334 * output.cc: Include dwarf.h.
5335 (Output_fill_debug_info::do_minimum_hole_size): New function.
5336 (Output_fill_debug_info::do_write): New function.
5337 (Output_fill_debug_line::do_minimum_hole_size): New function.
5338 (Output_fill_debug_line::do_write): New function.
5339 (Output_section::Output_section): Initialize new data member.
5340 (Output_section::set_final_data_size): Ensure patch space is larger
5341 than minimum hole size.
5342 (Output_section::do_write): Fill holes in debug sections.
5343 * output.h (Output_fill): New class.
5344 (Output_fill_debug_info): New class.
5345 (Output_fill_debug_line): New class.
5346 (Output_section::set_free_space_fill): New function.
5347 (Output_section::free_space_fill_): New data member.
5348 * testsuite/Makefile.am (incremental_test_3): Add
5349 --incremental-patch option.
5350 (incremental_test_4): Likewise.
5351 (incremental_test_5): Likewise.
5352 (incremental_test_6): Likewise.
5353 (incremental_copy_test): Likewise.
5354 (incremental_common_test_1): Likewise.
5355 * testsuite/Makefile.in: Regenerate.
5356
7cf80422
NC
53572011-08-26 Nick Clifton <nickc@redhat.com>
5358
5359 * po/es.po: Updated Spanish translation.
5360
c3f7b0e5
CC
53612011-08-01 Cary Coutant <ccoutant@google.com>
5362
5363 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
5364 * gold/testsuite/Makefile.in: Regenerate.
5365 * gold/testsuite/justsyms_exec.c: New source file.
5366 * gold/testsuite/justsyms_lib.c: New source file.
5367
9590bf25
CC
53682011-08-01 Cary Coutant <ccoutant@google.com>
5369
5370 * layout.cc (Layout::set_segment_offsets): Don't realign text
5371 segment if -Ttext was specified.
5372 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
5373 file type.
5374 * object.h (Sized_relobj_file::e_type): New function.
5375 (Sized_relobj_file::e_type_): New data member.
5376 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
5377 base address for ET_EXEC files.
5378 * target.cc (Target::do_make_elf_object_implementation): Allow
5379 ET_EXEC files with --just-symbols option.
5380
dcd8d12e
CC
53812011-07-28 Cary Coutant <ccoutant@google.com>
5382
5383 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
5384 Add thread_number parameter.
5385 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
5386 * workqueue-threads.cc
5387 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
5388 current thread if its thread number is greater than desired thread
5389 count.
5390 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
5391 Add thread_number parameter.
5392 (Workqueue::should_cancel_thread): Likewise.
5393 (Workqueue::find_runnable_or_wait): Pass thread_number to
5394 should_cancel_thread.
5395 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
5396 parameter.
5397
804eb480
ST
53982011-07-22 Sriraman Tallam <tmsriram@google.com>
5399
5400 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
5401 only after checking if it cannot be forced local.
5402 * symtab.h (is_externally_visible): Check if the symbol is not forced
5403 local.
5404
f1ddb600
ILT
54052011-07-15 Ian Lance Taylor <iant@google.com>
5406
5407 * options.h (class General_options): Add --print-output-format.
5408 Move -EL next to -EB, for better --help output.
5409 * target-select.cc: Include <cstdio>, "options.h", and
5410 "parameters.h".
5411 (Target_selector::do_target_bfd_name): New function.
5412 (print_output_format): New function.
5413 * target-select.h (class Target_selector): Update declarations.
5414 (Target_selector::target_bfd_name): New function.
5415 (print_output_format): Declare.
5416 * main.cc: Include "target-select.h".
5417 (main): Handle --print-output-format.
5418 * gold.cc: Include "target-select.h".
5419 (queue_initial_tasks): Handle --print-output-format when there are
5420 no input files.
5421 * parameters.cc (parameters_force_valid_target): Give a better
5422 error message if -EB/-EL does not match target.
5423 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
5424 function.
5425
7d172687
ILT
54262011-07-15 Ian Lance Taylor <iant@google.com>
5427
5428 * i386.cc (class Output_data_plt_i386): Add layout_ field.
5429 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
5430 (Output_data_plt_i386::do_write): Write address of .dynamic
5431 section to first entry in .got.plt section.
5432 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
5433 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
5434 Initialize layout_.
5435 (Output_data_plt_x86_64::do_write): Write address of .dynamic
5436 section to first entry in .got.plt section.
5437 * layout.h (Layout::dynamic_section): New function.
5438
e9552f7e
ST
54392011-07-13 Sriraman Tallam <tmsriram@google.com>
5440
5441 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
5442 to claim_file call.
5443 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
5444 input_section_position_, and input_section_glob_.
5445 (read_layout_from_file): Call function section_ordering_specified.
5446 * layout.h (is_section_ordering_specified): New function.
5447 (section_ordering_specified): New function.
5448 (section_ordering_specified_): New boolean member.
5449 * main.cc(main): Call load_plugins after layout object is defined.
5450 * output.cc (Output_section::add_input_section): Use
5451 function section_ordering_specified to check if section ordering is
5452 needed.
5453 * output.cc (Output_section::add_relaxed_input_section): Use
5454 function section_ordering_specified to check if section ordering is
5455 needed.
5456 (Output_section::update_section_layout): New function.
5457 (Output_section::sort_attached_input_sections): Check if input section
5458 must be reordered.
5459 * output.h (Output_section::update_section_layout): New function.
5460 * plugin.cc (get_section_count): New function.
5461 (get_section_type): New function.
5462 (get_section_name): New function.
5463 (get_section_contents): New function.
5464 (update_section_order): New function.
58797674 5465 (allow_section_ordering): New function.
e9552f7e
ST
5466 (Plugin::load): Add the new interfaces to the transfer vector.
5467 (Plugin_manager::load_plugins): New parameter.
5468 (Plugin_manager::all_symbols_read): New parameter.
5469 (Plugin_manager::claim_file): New parameter. Save the elf object for
5470 unclaimed objects.
5471 (Plugin_manager::get_elf_object): New function.
5472 (Plugin_manager::get_view): Change to directly use the bool to check
5473 if get_view is called from claim_file_hook.
5474 * plugin.h (input_objects): New function
5475 (Plugin__manager::load_plugins): New parameter.
5476 (Plugin_manager::claim_file): New parameter.
5477 (Plugin_manager::get_elf_object): New function.
5478 (Plugin_manager::in_claim_file_handler): New function.
5479 (Plugin_manager::in_claim_file_handler_): New member.
5480 (layout): New function.
5481 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
5482 handler with an extra parameter. Make the elf object before calling
5483 claim_file handler.
5484 * testsuite/plugin_test.c (get_section_count): New function pointer.
5485 (get_section_type): New function pointer.
5486 (get_section_name): New function pointer.
5487 (get_section_contents): New function pointer.
5488 (update_section_order): New function pointer.
5489 (allow_section_ordering): New function pointer.
5490 (onload): Check if the new interfaces exist.
5491
9446efde
ILT
54922011-07-13 Ian Lance Taylor <iant@google.com>
5493
5494 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
5495 relro section.
5496 * x86_64.cc (Target_x86_64::got_section): Likewise.
5497 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
5498 (relro_now_test_SOURCES): New variable.
5499 (relro_now_test_DEPENDENCIES): New variable.
5500 (relro_now_test_LDFLAGS): New variable.
5501 (relro_now_test_LDADD): New variable.
5502 (relro_now_test.so): New target.
5503 * testsuite/Makefile.in: Rebuild.
5504
07aa62f2
ILT
55052011-07-12 Ian Lance Taylor <iant@google.com>
5506
5507 PR gold/12980
5508 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
5509 GLOB_DAT relocation rather than a RELATIVE relocation for a
5510 protected symbol when creating a shared library.
5511 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
5512 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
5513 * testsuite/protected_main_1.cc (main): Test that protected
5514 function has same address.
5515
e2153196
ILT
55162011-07-11 Ian Lance Taylor <iant@google.com>
5517
5518 PR gold/12979
5519 * options.h (class General_options): Add -Bgroup.
5520 * options.cc (General_options::finalize): If -Bgroup is set,
5521 default to --unresolved-symbols=report-all.
5522 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
5523 * target-reloc.h (issue_undefined_symbol_error): Handle
5524 --unresolved-symbols=report-all.
5525
6daf5215
ILT
55262011-07-08 Ian Lance Taylor <iant@google.com>
5527
5528 PR gold/11985
5529 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
5530 if linker script discards key sections.
5531 (Layout::create_dynamic_symtab): Likewise.
5532 (Layout::assign_local_dynsym_offsets): Likewise.
5533 (Layout::sized_create_version_sections): Likewise.
5534 (Layout::create_interp): Likewise.
5535 (Layout::finish_dynamic_section): Likewise.
5536 (Layout::set_dynamic_symbol_size): Likewise.
5537
beabb2c6
ILT
55382011-07-08 Ian Lance Taylor <iant@google.com>
5539
5540 PR gold/12386
5541 * options.h (class General_options): Add --unresolved-symbols.
5542 * target-reloc.h (issue_undefined_symbol_error): Check
5543 --unresolved-symbols. Add comments.
5544
9c16daf1
ILT
55452011-07-08 Ian Lance Taylor <iant@google.com>
5546
5547 * testsuite/odr_violation2.cc (Ordering::operator()): Make
5548 expression more complex.
5549
191f1a2d
ILT
55502011-07-08 Ian Lance Taylor <iant@google.com>
5551
5552 PR gold/11317
5553 * target-reloc.h (issue_undefined_symbol_error): New inline
5554 function, broken out of relocate_section.
5555 (relocate_section): Call issue_undefined_symbol_error.
5556 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5557 there is no TLS segment if we are about to issue an undefined
5558 symbol error.
5559 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5560
62855347
ILT
55612011-07-08 Ian Lance Taylor <iant@google.com>
5562
5563 PR gold/12279
5564 * resolve.cc (Symbol_table::should_override): Add fromtype
5565 parameter. Change all callers. Give error when linking together
5566 TLS and non-TLS symbol.
5567 (Symbol_table::should_override_with_special): Add fromtype
5568 parameter. Change all callers.
5569 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5570 there is no TLS segment if we have reported some errors.
5571 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5572
67181c72
ILT
55732011-07-08 Ian Lance Taylor <iant@google.com>
5574
5575 PR gold/12372
5576 * target.h (Target::plt_address_for_global): New function.
5577 (Target::plt_address_for_local): New function.
5578 (Target::plt_section_for_global): Remove.
5579 (Target::plt_section_for_local): Remove.
5580 (Target::do_plt_address_for_global): New virtual function.
5581 (Target::do_plt_address_for_local): New virtual function.
5582 (Target::do_plt_section_for_global): Remove.
5583 (Target::do_plt_section_for_local): Remove.
5584 (Target::register_global_plt_entry): Add Symbol_table and Layout
5585 parameters.
5586 * output.cc (Output_data_got::Got_entry::write): Use
5587 plt_address_for_global and plt_address_for_local.
5588 * layout.cc (Layout::add_target_dynamic_tags): Use size and
5589 address of output section.
5590 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
5591 got_irelative_, and irelative_count_ fields. Update
5592 declarations.
5593 (Output_data_plt_i386::has_irelative_section): New function.
5594 (Output_data_plt_i386::entry_count): Add irelative_count_.
5595 (Output_data_plt_i386::set_final_data_size): Likewise.
5596 (class Target_i386): Add got_irelative_ and rel_irelative_
5597 fields. Update declarations.
5598 (Target_i386::Target_i386): Initialize new fields.
5599 (Target_i386::do_plt_address_for_global): New function replacing
5600 do_plt_section_for_global.
5601 (Target_i386::do_plt_address_for_local): New function replacing
5602 do_plt_section_for_local.
5603 (Target_i386::got_section): Create got_irelative_.
5604 (Target_i386::rel_irelative_section): New function.
5605 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
5606 fields. Don't define __rel_iplt_{start,end}.
5607 (Output_data_plt_i386::add_entry): Add symtab and layout
5608 parameters. Change all callers. Use different PLT and GOT for
5609 IFUNC symbols.
5610 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
5611 layout parameters. Change all callers. Use different PLT and
5612 GOT.
5613 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
5614 (Output_data_plt_i386::rel_irelative): New function.
5615 (Output_data_plt_i386::address_for_global): New function.
5616 (Output_data_plt_i386::address_for_local): New function.
5617 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
5618 IRELATIVE GOT when changing IFUNC GOT entries.
5619 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
5620 reloc.
5621 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
5622 if we didn't create an IRELATIVE GOT.
5623 (Target_i386::Relocate::relocate): Use plt_address_for_global and
5624 plt_address_for_local.
5625 (Target_i386::do_dynsym_value): Use plt_address_for_global.
5626 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
5627 got_irelative_, and irelative_count_ fields. Update
5628 declarations.
5629 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
5630 Initialize new fields. Remove symtab parameter. Change all
5631 callers.
5632 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
5633 irelative_count_.
5634 (Output_data_plt_x86_64::has_irelative_section): New function.
5635 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
5636 (class Target_x86_64): Add got_irelative_ and rel_irelative_
5637 fields. Update declarations.
5638 (Target_x86_64::Target_x86_64): Initialize new fields.
5639 (Target_x86_64::do_plt_address_for_global): New function replacing
5640 do_plt_section_for_global.
5641 (Target_x86_64::do_plt_address_for_local): New function replacing
5642 do_plt_section_for_local.
5643 (Target_x86_64::got_section): Create got_irelative_.
5644 (Target_x86_64::rela_irelative_section): New function.
5645 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
5646 all callers. Don't create __rel_iplt_{start,end}.
5647 (Output_data_plt_x86_64::add_entry): Add symtab and layout
5648 parameters. Change all callers. Use different PLT and GOT for
5649 IFUNC symbols.
5650 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
5651 layout parameters. Change all callers. Use different PLT and
5652 GOT.
5653 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
5654 parameters. Change all callers. Use different PLT and GOT for
5655 IFUNC symbols.
5656 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
5657 (Output_data_plt_x86_64::rela_irelative): New function.
5658 (Output_data_plt_x86_64::address_for_global): New function.
5659 (Output_data_plt_x86_64::address_for_local): New function.
5660 (Output_data_plt_x86_64::set_final_data_size): Likewise.
5661 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
5662 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
5663 (Target_x86_64::register_global_plt_entry): Add symtab and layout
5664 parameters.
5665 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
5666 reloc.
5667 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
5668 symbols if we didn't create an IRELATIVE GOT.
5669 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
5670 plt_address_for_local.
5671 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
5672 * testsuite/ifuncvar1.c: New test file.
5673 * testsuite/ifuncvar2.c: New test file.
5674 * testsuite/ifuncvar3.c: New test file.
5675 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
5676 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
5677 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
5678 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
5679 * testsuite/Makefile.in: Rebuild.
5680
33c15b45
CC
56812011-07-07 Cary Coutant <ccoutant@google.com>
5682
5683 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
5684 (two_file_test_1_ndebug.o): Likewise.
5685 (two_file_test_1b_ndebug.o): Likewise.
5686 (two_file_test_2_ndebug.o): Likewise.
5687 (two_file_test_main_ndebug.o): Likewise.
5688 (incremental_test_2): Link with no-debug versions.
5689
f48b5fb7
CC
56902011-07-06 Cary Coutant <ccoutant@google.com>
5691
5692 * gold/incremental.cc
5693 (Output_section_incremental_inputs::write_info_blocks): Check for
5694 hidden and internal symbols.
5695
221597a5
CC
56962011-07-06 Cary Coutant <ccoutant@google.com>
5697
5698 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
5699 Check disposition for startup file.
5700 (Incremental_inputs::report_command_line): Ignore
5701 --incremental-startup-unchanged option.
5702 * options.cc (General_options::parse_incremental_startup_unchanged):
5703 New function.
5704 (General_options::General_options): Initialize new data member.
5705 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
5706 (General_options): Add --incremental-startup-unchanged option.
5707 (General_options::incremental_startup_disposition): New function.
5708 (General_options::incremental_startup_disposition_): New data member.
5709
e24719f6
CC
57102011-07-06 Cary Coutant <ccoutant@google.com>
5711
5712 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
5713 input file index to Script_info ctor.
5714 (Sized_incremental_binary::do_file_has_changed): Find the
5715 command-line argument for files named in scripts.
5716 * incremental.h (Script_info::Script_info): New ctor
5717 with input file index.
5718 (Script_info::input_file_index): New function.
5719 (Script_info::input_file_index_): New data member.
5720 (Incremental_binary::get_library): Add const.
5721 (Incremental_binary::get_script_info): Add const.
5722 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
5723 * testsuite/Makefile.am (incremental_test_5): New test case.
5724 (incremental_test_6): New test case.
5725 * testsuite/Makefile.in: Regenerate.
5726
8f7c81e8
CC
57272011-07-06 Cary Coutant <ccoutant@google.com>
5728
5729 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
5730 debug output when command lines differ.
5731
9fbd3822
CC
57322011-07-06 Cary Coutant <ccoutant@google.com>
5733
5734 * incremental.cc (Incremental_inputs::report_command_line): Ignore
5735 --incremental-patch option.
5736 * layout.cc (Free_list::allocate): Extend allocation beyond original
5737 end if enabled.
5738 (Layout::make_output_section): Mark sections that should get
5739 patch space.
5740 * options.cc (parse_percent): New function.
5741 * options.h (parse_percent): New function.
5742 (DEFINE_percent): New macro.
5743 (General_options): Add --incremental-patch option.
5744 * output.cc (Output_section::Output_section): Initialize new data
5745 members.
5746 (Output_section::add_input_section): Print section name when out
5747 of patch space.
5748 (Output_section::add_output_section_data): Likewise.
5749 (Output_section::set_final_data_size): Add patch space when
5750 doing --incremental-full.
5751 (Output_section::do_reset_address_and_file_offset): Remove patch
5752 space.
5753 (Output_segment::set_section_list_addresses): Print debug output
5754 only if --incremental-update.
5755 * output.h (Output_section::set_is_patch_space_allowed): New function.
5756 (Output_section::is_patch_space_allowed_): New data member.
5757 (Output_section::patch_space_): New data member.
5758 * parameters.cc (Parameters::incremental_full): New function.
5759 * parameters.h (Parameters::incremental_full): New function
5760 * testsuite/Makefile.am (incremental_test_2): Add test for
5761 --incremental-patch option.
5762 * testsuite/Makefile.in: Regenerate.
5763 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
5764 (t18): Remove function body.
5765
f6cccc2c
DK
57662011-07-05 Doug Kwan <dougkwan@google.com>
5767
5768 PR gold/12771
5769 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
5770 Arm_Address type for relocation result.
5771 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
5772 overflow check.
5773 (Arm_relocate_functions::abs32): Use unaligned access.
5774 (Arm_relocate_functions::rel32): Ditto.
5775 (Arm_relocate_functions::prel31): Ditto.
5776 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
5777 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
5778 static data relocations.
5779 * testsuite/Makefile.in: Regnerate.
5780 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
5781
28a13fec
ILT
57822011-07-05 Ian Lance Taylor <iant@google.com>
5783
5784 PR gold/12392
5785 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
5786 symbols if necessary.
5787 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
5788
24d47b34
ILT
57892011-07-05 Ian Lance Taylor <iant@google.com>
5790
5791 PR gold/12952
5792 * resolve.cc (Symbol::override_base_with_special): Simply override
5793 version with special symbol version, ignoring previous version.
5794
41f9cbbe
ILT
57952011-07-05 Ian Lance Taylor <iant@google.com>
5796
5797 * object.cc (Sized_relobj_file::include_section_group): Add
5798 information to comment about signature location.
5799
886288f1
ILT
58002011-07-02 Ian Lance Taylor <iant@google.com>
5801
5802 PR gold/12957
5803 * options.h (class General_options): Add -f and -F.
5804 * options.cc (General_options::finalize): Fatal error if -f/-F
5805 are used without -shared.
5806 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
5807
ae3a6d4f
ILT
58082011-07-02 Ian Lance Taylor <iant@google.com>
5809
5810 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
5811
21131061
ILT
58122011-07-01 Ian Lance Taylor <iant@google.com>
5813
5814 PR gold/12525
5815 PR gold/12952
5816 * resolve.cc (Symbol::override_base_with_special): Don't override
5817 the version if the overriding symbol has a different name.
5818 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
5819 all callers. If we give an error about an undefined version,
5820 define the base version if necessary.
5821 * dynobj.h (class Versions): Update declaration.
5822 * testsuite/weak_alias_test_5.cc: New file.
5823 * testsuite/weak_alias_test.script: New file.
5824 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
5825 and versioned_alias have the right value, and call t2.
5826 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
5827 weak_alias_test_5.so.
5828 (weak_alias_test_LDADD): Likewise.
5829 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
5830 * testsuite/Makefile.in: Rebuild.
5831
611062c0
ILT
58322011-07-01 Ian Lance Taylor <iant@google.com>
5833
5834 PR gold/12525
5835 * options.h (class General_options): Support -z notext.
5836 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
5837 -Wl,-z,notext.
5838 (two_file_shared_nonpic.so): Likewise.
5839 (two_file_shared_mixed.so): Likewise.
5840 (two_file_shared_mixed_1.so): Likewise.
5841 (weak_undef_lib_nonpic.so): Likewise.
5842 (alt/weak_undef_lib_nonpic.so): Likewise.
5843 (tls_test_shared_nonpic.so): Likewise.
5844 * testsuite/Makefile.in: Rebuild.
5845
328c7c2f
ILT
58462011-07-01 Ian Lance Taylor <iant@google.com>
5847
5848 PR gold/12525
5849 * configure.ac: Test whether static linking works, setting
5850 the automake conditional HAVE_STATIC.
5851 * testsuite/Makefile.am: Disable tests using -static if
5852 HAVE_STATIC is not true.
5853 * configure, testsuite/Makefile.in: Rebuild.
5854
02d7cd44
ILT
58552011-07-01 Ian Lance Taylor <iant@google.com>
5856
5857 PR gold/12525
5858 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
5859 Assert if we see DW_EH_PE_indirect.
5860 * target.h (Target::ehframe_datarel_base): New function.
5861 (Target::do_ehframe_datarel_base): New target function.
5862 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
5863 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
5864 function.
5865
07a60597
ILT
58662011-07-01 Ian Lance Taylor <iant@google.com>
5867
5868 PR gold/12571
5869 * options.h (class General_options): Add
5870 --ld-generated-unwind-info.
5871 * ehframe.cc (Fde::write): Add address parameter. Change all
5872 callers. If associated with PLT, fill in address and size.
5873 (Cie::set_output_offset): Only add merge mapping if there is an
5874 object.
5875 (Cie::write): Add address parameter. Change all callers.
5876 (Eh_frame::add_ehframe_for_plt): New function.
5877 * ehframe.h (class Fde): Update declarations. Move shndx_ and
5878 input_offset_ fields into union u_, with new plt field.
5879 (Fde::Fde): Adjust for new union field.
5880 (Fde::Fde) [Output_data version]: New constructor.
5881 (Fde::add_mapping): Only add merge mapping if there is an object.
5882 (class Cie): Update declarations.
5883 (class Eh_frame): Declare add_ehframe_for_plt.
5884 * layout.cc (Layout::layout_eh_frame): Break out code into
5885 make_eh_frame_section, and call it.
5886 (Layout::make_eh_frame_section): New function.
5887 (Layout::add_eh_frame_for_plt): New function.
5888 * layout.h (class Layout): Update declarations.
5889 * merge.cc (Merge_map::add_mapping): Add assertion.
5890 * i386.cc: Include "dwarf.h".
5891 (class Output_data_plt_i386): Make first_plt_entry,
5892 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
5893 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
5894 and plt_eh_frame_fde.
5895 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
5896 boundary. Call add_eh_frame_for_plt if appropriate.
5897 * x86_64.cc: Include "dwarf.h".
5898 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
5899 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
5900 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
5901 and plt_eh_frame_fde.
5902 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
5903 appropriate.
5904
14788a3f
ILT
59052011-06-29 Ian Lance Taylor <iant@google.com>
5906
5907 PR gold/12629
5908 * object.cc (Sized_relobj_file::layout_section): Change shdr
5909 parameter to be const.
5910 (Sized_relobj_file::layout_eh_frame_section): New function, broken
5911 out of do_layout.
5912 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
5913 appropriate. Call layout_eh_frame_section.
5914 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
5915 sections.
5916 * object.h (class Sized_relobj_file): Update declarations.
5917
6c21fce1
ILT
59182011-06-29 Ian Lance Taylor <iant@google.com>
5919
37e41b03 5920 PR gold/12652
6c21fce1
ILT
5921 * script.cc (Token::integer_value): Accept trailing M/m/K/k
5922 modifier.
5923 (Lex::gather_token): Accept trailing M/m/K/k for integers.
5924
4d5e4e62
ILT
59252011-06-29 Ian Lance Taylor <iant@google.com>
5926
5927 PR gold/12675
5928 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
5929 SHT_X86_64_UNWIND.
5930 * layout.cc (Layout::layout_eh_frame): Likewise.
5931
886f533a
ILT
59322011-06-29 Ian Lance Taylor <iant@google.com>
5933
5934 PR gold/12695
5935 * layout.cc (Layout::symtab_section_shndx): New function.
5936 * layout.h (class Layout): Declare symtab_section_shndx.
5937 * output.cc (Output_section::write_header): Call it.
5938
f3ae1b28
ILT
59392011-06-29 Ian Lance Taylor <iant@google.com>
5940
5941 PR gold/12818
5942 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
5943 symbols which are not used in a relocation.
5944
aecf301f
ILT
59452011-06-28 Ian Lance Taylor <iant@google.com>
5946
5947 PR gold/12898
5948 * layout.cc (Layout::segment_precedes): Don't crash if a linker
5949 script create indistinguishable segments.
5950 (Layout::set_segment_offsets): Use stable_sort when sorting
5951 segments. Pass this to Compare_segments constructor.
5952 * layout.h (class Layout): Make segment_precedes non-static.
5953 (class Compare_segments): Change from struct to class. Add
5954 layout_ field. Add constructor.
5955 * script-sections.cc
5956 (Script_sections::attach_sections_using_phdrs_clause): Rename
5957 local orphan to is_orphan. Don't report failure to put empty
5958 section in segment. On attachment failure, report name of
5959 section, and attach to first PT_LOAD segment.
5960
03ef7571
ILT
59612011-06-28 Ian Lance Taylor <iant@google.com>
5962
5963 PR gold/12934
5964 * target-select.cc (Target_selector::Target_selector): Add
5965 emulation parameter. Change all callers.
5966 (select_target_by_bfd_name): Rename from select_target_by_name.
5967 Change all callers.
5968 (select_target_by_emulation): New function.
5969 (supported_emulation_names): New function.
5970 * target-select.h (class Target_selector): Add emulation_ field.
5971 Update declarations.
5972 (Target_selector::recognize_by_bfd_name): Rename from
5973 recognize_by_name. Change all callers.
5974 (Target_selector::supported_bfd_names): Rename from
5975 supported_names. Change all callers.
5976 (Target_selector::recognize_by_emulation): New function.
5977 (Target_selector::supported_emulations): New function.
5978 (Target_selector::emulation): New function.
5979 (Target_selector::do_recognize_by_bfd_name): Rename from
5980 do_recognize_by_name. Change all callers.
5981 (Target_selector::do_supported_bfd_names): Rename from
5982 do_supported_names. Change all callers.
5983 (Target_selector::do_recognize_by_emulation): New function.
5984 (Target_selector::do_supported_emulations): New function.
5985 (select_target_by_bfd_name): Change name in declaration.
5986 (select_target_by_emulation): Declare.
5987 (supported_emulation_names): Declare.
5988 * parameters.cc (parameters_force_valid_target): Try to find
5989 target based on emulation from -m option.
5990 * options.h (class General_options): Change doc string for -m.
5991 * options.cc (help): Print emulations.
5992 (General_options::parse_V): Likewise.
5993 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
5994 Add emulation parameter. Change all callers.
5995
200b2bb9
ILT
59962011-06-28 Ian Lance Taylor <iant@google.com>
5997
5998 * target.h (class Target): Add osabi_ field.
5999 (Target::osabi): New function.
6000 (Target::set_osabi): New function.
6001 (Target::Target): Initialize osabi_.
6002 (Target::do_adjust_elf_header): Make pure virtual.
6003 (Sized_target::do_adjust_elf_header): Declare.
6004 * target.cc (Sized_target::do_adjust_elf_header): New function.
6005 (class Sized_target): Instantiate all versions.
6006 * freebsd.h (class Target_freebsd): Remove.
6007 (Target_selector_freebsd::do_recognize): Call set_osabi on
6008 Target.
6009 (Target_selector_freebsd::do_recognize_by_name): Likewise.
6010 (Target_selector_freebsd::set_osabi): Remove.
6011 * i386.cc (class Target_i386): Inherit from Sized_target rather
6012 than Target_freebsd.
6013 * x86_64.cc (class Target_x86_64): Likewise.
6014
b3ce541e
ILT
60152011-06-28 Ian Lance Taylor <iant@google.com>
6016
6017 * target.h (Target::can_check_for_function_pointers): Rewrite.
6018 Make non-virtual.
6019 (Target::can_icf_inline_merge_sections): Likewise.
6020 (Target::section_may_have_icf_unsafe_poineters): Likewise.
6021 (Target::Target_info): Add can_icf_inline_merge_sections field.
6022 (Target::do_can_check_for_function_pointers): New virtual
6023 function.
6024 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
6025 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
6026 from can_check_for_function_pointers, move in file.
6027 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
6028 section_may_have_icf_unsafe_poineters, move in file.
6029 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
6030 * i386.cc (Target_i386::do_can_check_for_function_pointers):
6031 Rename from can_check_for_function_pointers, move in file.
6032 (Target_i386::can_icf_inline_merge_sections): Remove.
6033 (Target_i386::i386_info): Initialize
6034 can_icf_inline_merge_sections.
6035 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
6036 Initialize can_icf_inline_merge_sections.
6037 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
6038 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
6039 Rename from can_check_for_function_pointers, move in file.
6040 (Target_x86_64::can_icf_inline_merge_sections): Remove.
6041 (Target_x86_64::x86_64_info): Initialize
6042 can_icf_inline_merge_sections.
6043 * testsuite/testfile.cc (Target_test::test_target_info):
6044 Likewise.
6045 * icf.cc (get_section_contents): Correct formatting.
6046
6d1c4efb
ILT
60472011-06-27 Ian Lance Taylor <iant@google.com>
6048
6049 * symtab.cc (Symbol::versioned_name): New function.
6050 (Symbol_table::add_to_final_symtab): Use versioned_name when
6051 appropriate.
6052 (Symbol_table::sized_write_symbol): Likewise.
6053 * symtab.h (class Symbol): Declare versioned_name.
6054 * stringpool.h (class Stringpool_template): Add variant of add
6055 which takes a std::basic_string.
6056 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
6057 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
6058 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
6059 (ver_test_12.o): New target.
6060 * testsuite/Makefile.in: Rebuild.
6061
57eb9b50
DK
60622011-06-27 Doug Kwan <dougkwan@google.com>
6063
6064 * arm.cc (Arm_relocate_functions::thm_jump8,
6065 Arm_relocate_functions::thm_jump11): Use a wider signed
6066 type to compute offset.
6067 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
6068 arm_thm_jump8.
6069 * testsuite/Makefile.in: Regenerate.
6070 * testsuite/arm_branch_in_range.sh: Check test results of
6071 arm_thm_jump11 and arm_thm_jump8.
6072 * testsuite/arm_thm_jump11.s: New test source file.
6073 * testsuite/arm_thm_jump11.t: New linker script.
6074 * testsuite/arm_thm_jump8.s: New test source file.
6075 * testsuite/arm_thm_jump8.t: New linker script.
6076
487b39df
ILT
60772011-06-24 Ian Lance Taylor <iant@google.com>
6078
6079 * layout.cc: Include "object.h".
6080 (ctors_sections_in_init_array): New static variable.
6081 (Layout::is_ctors_in_init_array): New function.
6082 (Layout::layout): Add entry to ctors_sections_in_init_array if
6083 appropriate.
6084 * layout.h (class Layout): Declare is_ctors_in_init_array.
6085 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
6086 is_ctors_reverse_view is set.
6087 (Sized_relobj_file::write_sections): Add layout parameter. Change
6088 all callers. Set is_ctors_reverse_view field of View_size.
6089 (Sized_relobj_file::reverse_words): New function.
6090 * object.h (Sized_relobj_file::View_size): Add
6091 is_ctors_reverse_view field.
6092 (class Sized_relobj_file): Update declarations.
6093 * testsuite/initpri3.c: New test.
6094 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
6095 initpri3b.
6096 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
6097 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
6098 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
6099 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
6100 * testsuite/Makefile.in: Rebuild.
6101
472076e4
CC
61022011-06-24 Cary Coutant <ccoutant@google.com>
6103
6104 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
6105 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
6106 (debug_msg_cdebug.err): New targets.
6107 * testsuite/Makefile.in: Regenerate.
6108 * testsuite/debug_msg.sh: Check output of link with compressed debug.
6109 Fix checks for link with shared library.
6110
a60af0db
DK
61112011-06-24 Doug Kwan <dougkwan@google.com>
6112
6113 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
6114 skip empty text sections.
6115 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
6116
5393d741
ILT
61172011-06-22 Ian Lance Taylor <iant@google.com>
6118
6119 PR gold/12910
6120 * options.h (class General_options): Add --ctors-in-init-array.
6121 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
6122 friends as SHT_PROGBITS for merging sections.
6123 (Layout::layout): Remove special handling of .init_array and
6124 friends. Don't sort if doing relocatable link. Sort for .ctors
6125 and .dtors if ctors_in_init_array.
6126 (Layout::make_output_section): Force correct section types for
6127 .init_array and friends. Don't sort if doing relocatable link,
6128 Don't sort .ctors and .dtors if ctors_in_init_array.
6129 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
6130 (Layout::output_section_name): Add relobj parameter. Change all
6131 callers. Handle .ctors. and .dtors. in code rather than table.
6132 Handle .ctors and .dtors if ctors_in_init_array.
6133 (Layout::match_file_name): New function, moved from output.cc.
6134 * layout.h (class Layout): Update declarations.
6135 * output.cc: Include "layout.h".
6136 (Input_section_sort_entry::get_priority): New function.
6137 (Input_section_sort_entry::match_file_name): Just call
6138 Layout::match_file_name.
6139 (Output_section::Input_section_sort_init_fini_compare::operator()):
6140 Handle .ctors and .dtors. Sort by explicit priority rather than
6141 by name.
6142 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
6143 * testsuite/initpri2.c: New test.
6144 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
6145 (check_PROGRAMS): Add initpri2.
6146 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
6147 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
6148 * configure, testsuite/Makefile.in: Rebuild.
6149
e1f74f98
ILT
61502011-06-19 Ian Lance Taylor <iant@google.com>
6151
6152 PR gold/12880
6153 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
6154 .interp section to a PT_INTERP segment even if we have seen a
6155 --dynamic-linker option. Don't do it if we have seen a PHDRS
6156 clause in a linker script.
6157 (Layout::finalize): Don't create a .interp section if we've
6158 already create a PT_INTERP segment.
6159 (Layout::create_interp): Always call choose_output_section (revert
6160 patch of 2011-06-17). Don't create PT_INTERP segment.
6161 * script-sections.cc
6162 (Script_sections::create_note_and_tls_segments): Add a .interp
6163 section to a PT_INTERP segment even if we have seen a
6164 --dynamic-linker option.
6165
766f91bb
ILT
61662011-06-18 Ian Lance Taylor <iant@google.com>
6167
6168 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
6169 merely because a non-PT_LOAD segment has a dynamic reloc.
6170
0d212c3a
ILT
61712011-06-18 Ian Lance Taylor <iant@google.com>
6172
6173 * layout.cc (Layout::finish_dynamic_section): Don't create
6174 DT_FLAGS entry if not needed.
6175
911a5072
ILT
61762011-06-18 Ian Lance Taylor <iant@google.com>
6177
6178 PR gold/12745
6179 * layout.cc (Layout::layout_eh_frame): Correct handling of
6180 writable .eh_frame section.
6181
534b4e5f
ILT
61822011-06-17 Ian Lance Taylor <iant@google.com>
6183
6184 PR gold/12893
6185 * resolve.cc (Symbol_table::resolve): Don't give an error if a
6186 symbol is redefined with the exact same object and value.
6187
10b4f102
ILT
61882011-06-17 Ian Lance Taylor <iant@google.com>
6189
6190 PR gold/12880
6191 * layout.h (class Layout): Add interp_segment_ field.
6192 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
6193 (Layout::attach_allocated_section_to_segment): If making shared
6194 library, put .interp section in PT_INTERP segment.
6195 (Layout::finalize): Also call create_interp if -dynamic-linker
6196 option was used.
6197 (Layout::create_interp): Assert that there is no PT_INTERP
6198 segment. If not using a SECTIONS clause, use make_output_section.
6199 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
6200 * script-sections.cc
6201 (Script_sections::create_note_and_tls_segments): If making shared
6202 library, put .interp section in PT_INTERP segment.
6203
a29b0dad
ILT
62042011-06-17 Ian Lance Taylor <iant@google.com>
6205
e588ea8d
ILT
6206 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
6207 when making a shared library.
6208
62092011-06-17 Ian Lance Taylor <iant@google.com>
6210
6211 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
6212 parameter. Change all callers. Don't issue warning about PC32
6213 against locally defined symbol.
a29b0dad 6214
9d3b0698
ILT
62152011-06-16 Ian Lance Taylor <iant@google.com>
6216
6217 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
6218 occurs in same object.
6219
85b0f90c
AM
62202011-06-14 Alan Modra <amodra@gmail.com>
6221
6222 * po/POTFILES.in: Regenerate.
6223
a94907d9
ILT
62242011-06-09 Ian Lance Taylor <iant@google.com>
6225
6226 * script-sections.cc
6227 (Orphan_output_section::set_section_addresses): For a relocatable
6228 link set address to 0.
6229
4fb3a1c3
CC
62302011-06-09 Cary Coutant <ccoutant@google.com>
6231
6232 PR gold/12804
6233 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
6234 used with --compress-debug-sections.
6235 * gold/object.cc (Sized_relobj_file::do_layout): Report
6236 uncompressed size of compressed input sections.
6237
61220854
CC
62382011-06-08 Cary Coutant <ccoutant@google.com>
6239
6240 PR gold/12804
6241 * testsuite/two_file_test_2_v1.cc: Change initialization of
6242 v2 to keep it in .data.
6243
e6455dfb
CC
62442011-06-07 Cary Coutant <ccoutant@google.com>
6245
6246 * common.cc (Symbol_table::do_allocate_commons_list): Call
6247 gold_fallback.
6248 * errors.cc (Errors::fatal): Adjust call to gold_exit.
6249 (Errors::fallback): New function.
6250 (gold_fallback): New function.
6251 * errors.h (Errors::fallback): New function.
6252 * gold.cc (gold_exit): Change status parameter to enum; adjust
6253 all callers.
6254 (queue_initial_tasks): Call gold_fallback.
6255 * gold.h: Include cstdlib.
6256 (Exit_status): New enum type.
6257 (gold_exit): Change status parameter to enum.
6258 (gold_fallback): New function.
6259 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
6260 (Layout::create_symtab_sections): Likewise.
6261 (Layout::create_shdrs): Likewise.
6262 * main.cc (main): Adjust call to gold_exit.
6263 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
6264 (Output_data_got::add_got_entry_pair): Likewise.
6265 (Output_section::add_input_section): Likewise.
6266 (Output_section::add_output_section_data): Likewise.
6267 (Output_segment::set_section_list_addresses): Likewise.
6268 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
6269
fb0e076f
CC
62702011-06-07 Cary Coutant <ccoutant@google.com>
6271
6272 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
6273 for incremental links.
6274 * output.cc (Output_segment::set_section_list_addresses): Remove
6275 FIXME and test for TLS or BSS.
6276
a5ee4d5d
CC
62772011-06-07 Cary Coutant <ccoutant@google.com>
6278
6279 * testsuite/Makefile.am: Add incremental_copy_test,
6280 incremental_common_test_1.
6281 * testsuite/Makefile.in: Regenerate.
6282 * testsuite/common_test_1_v1.c: New source file.
6283 * testsuite/common_test_1_v2.c: New source file.
6284 * testsuite/copy_test_v1.cc: New source file.
6285
5146f448
CC
62862011-06-07 Cary Coutant <ccoutant@google.com>
6287
6288 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
6289 update, allocate common from bss section's free list.
6290 * incremental-dump.cc (dump_incremental_inputs): Print flag for
6291 linker-defined symbols.
6292 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
6293 Skip GOT and PLT entries that are no longer referenced.
6294 (Output_section_incremental_inputs::write_info_blocks): Mark
6295 linker-defined symbols.
6296 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
6297 * output.cc (Output_section::allocate): New function.
6298 * output.h (Output_section::allocate): New function.
6299 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
6300 linker-defined symbols.
6301 (Symbol::override_base_with_special): Copy is_predefined_ flag.
6302 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
6303 (Symbol::init_base_output_data): Likewise.
6304 (Symbol::init_base_output_segment): Likewise.
6305 (Symbol::init_base_constant): Likewise.
6306 (Sized_symbol::init_output_data): Likewise.
6307 (Sized_symbol::init_output_segment): Likewise.
6308 (Sized_symbol::init_constant): Likewise.
6309 (Symbol_table::do_define_in_output_data): Likewise.
6310 (Symbol_table::do_define_in_output_segment): Likewise.
6311 (Symbol_table::do_define_as_constant): Likewise.
6312 * symtab.h (Symbol::is_predefined): New function.
6313 (Symbol::init_base_output_data): Add is_predefined parameter.
6314 (Symbol::init_base_output_segment): Likewise.
6315 (Symbol::init_base_constant): Likewise.
6316 (Symbol::is_predefined_): New data member.
6317 (Sized_symbol::init_output_data): Add is_predefined parameter.
6318 (Sized_symbol::init_output_segment): Likewise.
6319 (Sized_symbol::init_constant): Likewise.
6320 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
6321
26d3c67d
CC
63222011-06-07 Cary Coutant <ccoutant@google.com>
6323
6324 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
6325 instead of emit_copy_reloc.
6326 (Copy_relocs::emit_copy_reloc): Refactor.
6327 (Copy_relocs::make_copy_reloc): New function.
6328 (Copy_relocs::add_copy_reloc): Remove.
6329 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
6330 section.
6331 (Copy_relocs::make_copy_reloc): New function.
6332 (Copy_relocs::add_copy_reloc): Remove.
6333 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
6334 unchanged input files.
6335 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
6336 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
6337 Reserve BSS space for COPY relocations.
6338 (Sized_incremental_binary::do_emit_copy_relocs): New function.
6339 (Output_section_incremental_inputs::write_info_blocks): Record
6340 whether a symbol is copied from a shared object.
6341 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
6342 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
6343 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
6344 (Incremental_input_entry_reader::get_output_symbol_index): Add
6345 is_copy parameter.
6346 (Incremental_binary::emit_copy_relocs): New function.
6347 (Incremental_binary::do_emit_copy_relocs): New function.
6348 (Sized_incremental_binary::Sized_incremental_binary): Initialize
6349 new data member.
6350 (Sized_incremental_binary::add_copy_reloc): New function.
6351 (Sized_incremental_binary::do_emit_copy_relocs): New function.
6352 (Sized_incremental_binary::Copy_reloc): New struct.
6353 (Sized_incremental_binary::Copy_relocs): New typedef.
6354 (Sized_incremental_binary::copy_relocs_): New data member.
6355 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
6356 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
6357 * target.h (Sized_target::emit_copy_reloc): New function.
6358 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
6359
7cdb37d9
CC
63602011-06-02 Cary Coutant <ccoutant@google.com>
6361
6362 PR gold/12163
6363 * gold/archive.cc (Archive::Archive): Initialize new data member.
6364 (Archive::include_all_members): Return if archive has already been
6365 included.
6366 * gold/archive.h (Archive::include_all_members_): New data member.
6367
cc643b88
NC
63682011-06-02 Nick Clifton <nickc@redhat.com>
6369
6370 * dynobj.h: Fix spelling mistake in comment.
6371 * output.cc: Likewise.
6372
f62a3ca7 63732011-05-31 Doug Kwan <dougkwan@google.com>
2e702c99 6374 Asier Llano
f62a3ca7
DK
6375
6376 PR gold/12826
cc643b88 6377 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
f62a3ca7
DK
6378 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
6379 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
6380 redundant arm_exidx_test.so.
6381 * testsuite/Makefile.in: Regenerate.
6382 (check_SCRIPTS): Add pr12826.sh
6383 (check_DATA): Add pr12826.stdout
6384 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
6385 * testsuite/pr12826.sh: New file.
6386 * testsuite/pr12826_1.s: Ditto.
6387 * testsuite/pr12826_1.s: Ditto.
6388
8dbe1edc
ILT
63892011-05-30 Ian Lance Taylor <iant@google.com>
6390
6391 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
6392 sections.
6393
c49875be
ILT
63942011-05-29 Ian Lance Taylor <iant@google.com>
6395
6396 PR gold/12804
6397 * testsuite/Makefile.am: Use different file name for two_file_test
6398 temporary file for each incremental test.
6399 * testsuite/Makefile.in: Rebuild.
6400
69d53f7a
ILT
64012011-05-29 Ian Lance Taylor <iant@google.com>
6402
6403 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
6404 binary input file is empty.
6405
41d0ab5f
ILT
64062011-05-27 Ian Lance Taylor <iant@google.com>
6407
6408 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
6409 (ver_test_9.so): Likewise.
6410 * testsuite/Makefile.in: Rebuild.
6411
89d8a36b
CC
64122011-05-26 Cary Coutant <ccoutant@google.com>
6413
6414 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
6415 * incremental.cc (Incremental_inputs::report_input_section): Fix
6416 comment, indentation.
6417 (Incremental_inputs::report_comdat_group): New function.
6418 (Output_section_incremental_inputs::set_final_data_size): Adjust size
6419 of data for incremental input file entry.
6420 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
6421 group count, COMDAT group signatures.
6422 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
6423 an unchanged input file.
6424 * incremental.h (Incremental_object_entry::Incremental_object_entry):
6425 Initialize new data member.
6426 (Incremental_object_entry::add_comdat_group): New function.
6427 (Incremental_object_entry::get_comdat_group_count): New function.
6428 (Incremental_object_entry::get_comdat_signature_key): New function.
6429 (Incremental_object_entry::groups_): New data member.
6430 (Incremental_inputs::report_comdat_group): New function.
6431 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
6432 data for incremental input file entry.
6433 (Incremental_input_entry_reader::get_comdat_group_count): New function.
6434 (Incremental_input_entry_reader::get_input_section): Adjust size of
6435 data for incremental input file entry.
6436 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
6437 (Incremental_input_entry_reader::get_comdat_group_signature): New
6438 function.
6439 * object.cc (Sized_relobj::include_section_group): Report kept
6440 COMDAT groups for incremental links.
6441
1706a06f
ILT
64422011-05-24 David Meyer <pdox@google.com>
6443
6444 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
6445 with name parameter. Add found_name parameter.
6446 * fileread.cc (Input_file::find_file): Adjust code accordingly.
6447 * dirsearch.h (class Dirsearch): Update declaration.
6448
a10ae760
ILT
64492011-05-24 Ian Lance Taylor <iant@google.com>
6450
6451 * archive.cc (Library_base::should_include_member): Pull in object
6452 from archive if it defines the entry symbol.
6453 * parameters.cc (Parameters::entry): New function.
6454 * parameters.h (class Parameters): Declare entry.
6455 * output.h (class Output_file_header): Remove entry_ field.
6456 * output.cc (Output_file_header::Output_file_header): Remove entry
6457 parameter. Change all callers.
6458 (Output_file_header::entry): Use parameters->entry.
6459 * gold.cc (queue_middle_tasks): Likewise.
6460 * plugin.cc (Plugin_hook::run): Likewise.
6461
aa92d6ed
CC
64622011-05-24 Cary Coutant <ccoutant@google.com>
6463
6464 * gold.cc (queue_initial_tasks): Pass incremental base filename
6465 to Output_file::open_base_file; don't print error message.
6466 * incremental-dump.cc (main): Adjust call to
6467 Output_file::open_for_modification.
6468 * incremental-dump.cc (main): Likewise.
6469 * incremental.cc (Incremental_inputs::report_command_line):
6470 Ignore --incremental-base option when comparing command lines.
6471 Ignore parameter when given as separate argument.
6472 * options.h (class General_options): Add --incremental-base.
6473 * output.cc (Output_file::Output_file):
6474 (Output_file::open_base_file): Add base_name and writable parameters;
6475 read base file into new file; print error message here.
6476 (Output_file::map_no_anonymous): Add writable parameter; adjust all
6477 callers.
6478 * output.h (Output_file::open_for_modification): Rename to...
6479 (Output_file::open_base_file): ...this; add base_name and
6480 writable parameters; adjust all callers.
6481 (Output_file::map_no_anonymous): Add writable parameter; adjust all
6482 callers.
6483 * testsuite/Makefile.am (incremental_test_4): Test
6484 --incremental-base.
6485 * testsuite/Makefile.in: Regenerate.
6486
2eedd706
CC
64872011-05-24 Cary Coutant <ccoutant@google.com>
6488
6489 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
6490 incremental_test_4.
6491 * testsuite/Makefile.in: Regenerate.
6492 * testsuite/two_file_test_1_v1.cc: New test source file.
6493 * testsuite/two_file_test_1b_v1.cc: New test source file.
6494 * testsuite/two_file_test_2_v1.cc: New test source file.
6495
0f1c85a6
CC
64962011-05-24 Cary Coutant <ccoutant@google.com>
6497
6498 * dynobj.h (Dynobj::do_dynobj): New function.
6499 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
6500 flag and soname for shared objects.
6501 * incremental.cc (Incremental_inputs::report_object): Make
6502 either Incremental_object_entry or Incremental_dynobj_entry; add
6503 soname to string table.
6504 (Incremental_inputs::report_input_section): Add assertion.
6505 (Output_section_incremental_inputs::set_final_data_size): Adjust
6506 type of input file entry for shared libraries; adjust size of
6507 shared library info entry.
6508 (Output_section_incremental_inputs::write_input_files): Write
6509 as_needed flag for shared libraries.
6510 (Output_section_incremental_inputs::write_info_blocks): Adjust type
6511 of input file entry for shared libraries; write soname.
6512 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
6513 soname from incremental info.
6514 * incremental.h (enum Incremental_input_flags): Add
6515 INCREMENTAL_INPUT_AS_NEEDED.
6516 (Incremental_input_entry::Incremental_input_entry): Initialize new
6517 data member.
6518 (Incremental_input_entry::set_as_needed): New function.
6519 (Incremental_input_entry::as_needed): New function.
6520 (Incremental_input_entry::do_dynobj_entry): New function.
6521 (Incremental_input_entry::as_needed_): New data member.
6522 (Incremental_object_entry::Incremental_object_entry): Don't check
6523 for shared library.
6524 (Incremental_object_entry::do_type): Likewise.
6525 (class Incremental_dynobj_entry): New class.
6526 (Incremental_input_entry_reader::as_needed): New function.
6527 (Incremental_input_entry_reader::get_soname): New function.
6528 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
6529 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
6530 size of shared library info entry.
58797674 6531 * layout.cc (Layout::finish_dynamic_section): Don't test for
0f1c85a6
CC
6532 incremental link when adding DT_NEEDED entries.
6533 * object.h (Object::Object): Initialize new data member.
6534 (Object::dynobj): New function.
6535 (Object::set_as_needed): New function.
6536 (Object::as_needed): New function.
6537 (Object::do_dynobj): New function.
6538 (Object::as_needed_): New data member.
6539
6fa2a40b
CC
65402011-05-24 Cary Coutant <ccoutant@google.com>
6541
6542 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
6543 info; adjust display of GOT entries.
6544 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
6545 vector of input objects; remove file_status_.
6546 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
6547 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
6548 got_plt reader; call target hooks to reserve GOT entries.
6549 (Output_section_incremental_inputs::set_final_data_size): Adjust size
6550 of input file info header and GOT info entry.
6551 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
6552 relocation info.
6553 (Got_plt_view_info::got_descriptor): Remove.
6554 (Got_plt_view_info::sym_index): New data member.
6555 (Got_plt_view_info::input_index): New data member.
6556 (Local_got_offset_visitor::visit): Write input file index.
6557 (Global_got_offset_visitor::visit): Write 0 for input file index.
6558 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
6559 with sym_index and input_index.
6560 (Output_section_incremental_inputs::write_got_plt): Adjust size of
6561 incremental info GOT entry; replace got_descriptor with input_index.
6562 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
6563 map from input file index to object.
6564 (Sized_relobj_incr::do_layout): Replace direct data member reference
6565 with accessor function.
6566 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
6567 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
6568 Adjust size of input file info header.
6569 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
6570 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
6571 (Incremental_input_entry_reader::get_input_section): Adjust size of
6572 input file info header.
6573 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
6574 of incremental info GOT entry.
6575 (Incremental_got_plt_reader::get_got_desc): Remove.
6576 (Incremental_got_plt_reader::get_got_symndx): New function.
6577 (Incremental_got_plt_reader::get_got_input_index): New function.
6578 (Sized_incremental_binary::Sized_incremental_binary): Remove
6579 file_status_; add input_objects_.
6580 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
6581 (Sized_incremental_binary::set_file_is_unchanged): Remove.
6582 (Sized_incremental_binary::file_is_unchanged): Remove.
6583 (Sized_incremental_binary::set_input_object): New function.
6584 (Sized_incremental_binary::input_object): New function.
6585 (Sized_incremental_binary::file_status_): Remove.
6586 (Sized_incremental_binary::input_objects_): New data member.
6587 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
6588 references.
6589 (Sized_relobj_incr::invalid_address): Move to base class.
6590 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
6591 class.
6592 (Sized_relobj_incr::do_output_section_offset): Likewise.
6593 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
6594 (Sized_relobj_incr::section_offsets_): Likewise.
6595 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
6596 function.
6597 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
6598 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
6599 with accessor function.
6600 (Sized_relobj_file::do_layout): Likewise.
6601 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
6602 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
6603 (Sized_relobj_file::compute_final_local_value): Replace refs to
6604 section_offsets_ with accessor function.
6605 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
6606 * object.h (Relobj::Relobj): Initialize new data members.
6607 (Relobj::add_dyn_reloc): New function.
6608 (Relobj::first_dyn_reloc): New function.
6609 (Relobj::dyn_reloc_count): New function.
6610 (Relobj::first_dyn_reloc_): New data member.
6611 (Relobj::dyn_reloc_count_): New data member.
6612 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
6613 references.
6614 (Sized_relobj::Address): New typedef.
6615 (Sized_relobj::invalid_address): Move here from child class.
6616 (Sized_relobj::Sized_relobj): Initialize new data members.
6617 (Sized_relobj::sized_relobj): New function.
6618 (Sized_relobj::is_output_section_offset_invalid): Move here from
6619 child class.
6620 (Sized_relobj::get_output_section_offset): Likewise.
6621 (Sized_relobj::local_has_got_offset): Likewise.
6622 (Sized_relobj::local_got_offset): Likewise.
6623 (Sized_relobj::set_local_got_offset): Likewise.
6624 (Sized_relobj::do_for_all_local_got_entries): Likewise.
6625 (Sized_relobj::clear_got_offsets): New function.
6626 (Sized_relobj::section_offsets): Move here from child class.
6627 (Sized_relobj::do_output_section_offset): Likewise.
6628 (Sized_relobj::do_set_section_offset): Likewise.
6629 (Sized_relobj::Local_got_offsets): Likewise.
6630 (Sized_relobj::local_got_offsets_): Likewise.
6631 (Sized_relobj::section_offsets_): Likewise.
6632 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
6633 references.
6634 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
6635 class.
6636 (Sized_relobj_file::sized_relobj): New function
6637 (Sized_relobj_file::local_has_got_offset): Move to base class.
6638 (Sized_relobj_file::local_got_offset): Likewise.
6639 (Sized_relobj_file::set_local_got_offset): Likewise.
6640 (Sized_relobj_file::get_output_section_offset): Likewise.
6641 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
6642 (Sized_relobj_file::do_output_section_offset): Likewise.
6643 (Sized_relobj_file::do_set_section_offset): Likewise.
6644 (Sized_relobj_file::Local_got_offsets): Likewise.
6645 (Sized_relobj_file::local_got_offsets_): Likewise.
6646 (Sized_relobj_file::section_offsets_): Likewise.
6647 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
6648 (all constructors).
6649 (set_needs_dynsym_index): Convert relobj to derived class pointer.
6650 (Output_reloc::get_symbol_index): Likewise.
6651 (Output_reloc::local_section_offset): Likewise.
6652 (Output_reloc::get_address): Likewise.
6653 (Output_reloc::symbol_value): Likewise.
6654 (Output_data_got::reserve_slot): Move to class definition.
6655 (Output_data_got::reserve_local): New function.
6656 (Output_data_got::reserve_slot_for_global): Remove.
6657 (Output_data_got::reserve_global): New function.
6658 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
6659 (all constructors, two instantiations).
6660 (Output_reloc::get_relobj): New function (two instantiations).
6661 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
6662 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
6663 (Output_data_reloc::add_global): Adjust type of relobj.
6664 (Output_data_reloc::add_global_relative): Likewise.
6665 (Output_data_reloc::add_symbolless_global_addend): Likewise.
6666 (Output_data_reloc::add_local): Likewise.
6667 (Output_data_reloc::add_local_relative): Likewise.
6668 (Output_data_reloc::add_symbolless_local_addend): Likewise.
6669 (Output_data_reloc::add_local_section): Likewise.
6670 (Output_data_reloc::add_output_section): Likewise.
6671 (Output_data_reloc::add_absolute): Likewise.
6672 (Output_data_reloc::add_target_specific): Likewise.
6673 (Output_data_got::reserve_slot): Move definition here.
6674 (Output_data_got::reserve_local): New function.
6675 (Output_data_got::reserve_global): New function.
6676 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
6677 section_offsets_ with accessor function.
6678 (Sized_relobj_file::write_sections): Likewise.
6679 (Sized_relobj_file::do_relocate_sections): Likewise.
6680 * target.h (Sized_target::reserve_local_got_entry): New function.
6681 (Sized_target::reserve_global_got_entry): New function.
6682 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
6683 (Target_x86_64::reserve_global_got_entry): New function.
6684 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
6685
4829d394
CC
66862011-05-23 Cary Coutant <ccoutant@google.com>
6687
6688 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
6689 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
6690 bit when checking got_type.
6691 * incremental.cc (Sized_incremental_binary::setup_readers):
6692 Store symbol table and string table locations; initialize bit vector
6693 of file status flags.
6694 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
6695 unchanged files.
6696 (Sized_incremental_binary::do_process_got_plt): New function.
6697 (Sized_incremental_binary::get_symtab_view): Use stored locations.
6698 (Output_section_incremental_inputs::set_final_data_size): Record
6699 file index for each input file.
6700 (Output_section_incremental_inputs::write_got_plt): Store file index
6701 instead of input entry offset for each GOT entry.
6702 * incremental.h
6703 (Incremental_input_entry::Incremental_input_entry): Initialize new
6704 data member.
6705 (Incremental_input_entry::set_offset): Store file index.
6706 (Incremental_input_entry::get_file_index): New function.
6707 (Incremental_input_entry::file_index_): New data member.
6708 (Incremental_binary::process_got_plt): New function.
6709 (Incremental_binary::do_process_got_plt): New function.
6710 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
6711 data members.
6712 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
6713 (Sized_incremental_binary::set_file_is_unchanged): New function.
6714 (Sized_incremental_binary::file_is_unchanged): New function.
6715 (Sized_incremental_binary::do_process_got_plt): New function.
6716 (Sized_incremental_binary::file_status_): New data member.
6717 (Sized_incremental_binary::main_symtab_loc_): New data member.
6718 (Sized_incremental_binary::main_strtab_loc_): New data member.
6719 * output.cc (Output_data_got::Got_entry::write): Add case
6720 RESERVED_CODE.
6721 (Output_data_got::add_global): Call add_got_entry.
6722 (Output_data_got::add_global_plt): Likewise.
6723 (Output_data_got::add_global_with_rel): Likewise.
6724 (Output_data_got::add_global_with_rela): Likewise.
6725 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
6726 (Output_data_got::add_global_pair_with_rela): Likewise.
6727 (Output_data_got::add_local): Call add_got_entry.
6728 (Output_data_got::add_local_plt): Likewise.
6729 (Output_data_got::add_local_with_rel): Likewise.
6730 (Output_data_got::add_local_with_rela): Likewise.
6731 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
6732 (Output_data_got::add_local_pair_with_rela): Likewise.
6733 (Output_data_got::reserve_slot): New function.
6734 (Output_data_got::reserve_slot_for_global): New function.
6735 (Output_data_got::add_got_entry): New function.
6736 (Output_data_got::add_got_entry_pair): New function.
6737 (Output_section::add_output_section_data): Edit FIXME.
6738 * output.h
6739 (Output_section_data_build::Output_section_data_build): New
6740 constructor with size parameter.
6741 (Output_data_space::Output_data_space): Likewise.
6742 (Output_data_got::Output_data_got): Initialize new data member; new
6743 constructor with size parameter.
6744 (Output_data_got::add_constant): Call add_got_entry.
6745 (Output_data_got::reserve_slot): New function.
6746 (Output_data_got::reserve_slot_for_global): New function.
6747 (class Output_data_got::Got_entry): Add RESERVED_CODE.
6748 (Output_data_got::add_got_entry): New function.
6749 (Output_data_got::add_got_entry_pair): New function.
6750 (Output_data_got::free_list_): New data member.
6751 * target.h (Sized_target::init_got_plt_for_update): New function.
6752 (Sized_target::register_global_plt_entry): New function.
6753 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
6754 Initialize new data member; call init; add constructor with PLT count.
6755 (Output_data_plt_x86_64::init): New function.
6756 (Output_data_plt_x86_64::add_relocation): New function.
6757 (Output_data_plt_x86_64::reserve_slot): New function.
6758 (Output_data_plt_x86_64::free_list_): New data member.
6759 (Target_x86_64::init_got_plt_for_update): New function.
6760 (Target_x86_64::register_global_plt_entry): New function.
6761 (Output_data_plt_x86_64::add_entry): Allocate from free list for
6762 incremental updates.
6763 (Output_data_plt_x86_64::add_relocation): New function.
6764 * testsuite/object_unittest.cc (Object_test): Set default options.
6765
ec69d6da
ILT
67662011-05-16 Ian Lance Taylor <iant@google.com>
6767
6768 * options.h (class General_options): Make -i a synonym for -r.
6769
732e31de
ILT
67702011-05-16 Ian Lance Taylor <iant@google.com>
6771
6772 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
6773
403676b5
CC
67742011-05-10 Cary Coutant <ccoutant@google.com>
6775
6776 * object.cc (Sized_relobj::do_count_local_symbols): Check for
6777 strip_all (-s).
6778
5b7b7d6e
ILT
67792011-05-06 Ian Lance Taylor <iant@google.com>
6780
6781 * layout.cc (Layout::layout): If the output section flags change,
6782 update the ordering.
6783
f0f9babf
CC
67842011-04-25 Cary Coutant <ccoutant@google.com>
6785
6786 * incremental-dump.cc (dump_incremental_inputs): Print local
6787 symbol info for each input file.
6788 * incremental.cc
6789 (Output_section_incremental_inputs::set_final_data_size): Add local
6790 symbol info to input file entries in incremental info.
6791 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6792 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
6793 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
6794 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
6795 implementation.
6796 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
6797 (Sized_incr_relobj::do_relocate): Write the local symbols.
6798 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
6799 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
6800 Adjust size of input file header.
6801 (Incremental_inputs_reader::get_local_symbol_offset): New function.
6802 (Incremental_inputs_reader::get_local_symbol_count): New function.
6803 (Incremental_inputs_reader::get_input_section): Adjust size of input
6804 file header.
6805 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
6806 (Sized_incr_relobj::This): New typedef.
6807 (Sized_incr_relobj::sym_size): New const data member.
6808 (Sized_incr_relobj::Local_symbol): New struct.
6809 (Sized_incr_relobj::do_output_local_symbol_count): New function.
6810 (Sized_incr_relobj::do_local_symbol_offset): New function.
6811 (Sized_incr_relobj::local_symbol_count_): New data member.
6812 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
6813 (Sized_incr_relobj::local_symbol_index_): New data member.
6814 (Sized_incr_relobj::local_symbol_offset_): New data member.
6815 (Sized_incr_relobj::local_dynsym_offset_): New data member.
6816 (Sized_incr_relobj::local_symbols_): New data member.
6817 * object.h (Relobj::output_local_symbol_count): New function.
6818 (Relobj::local_symbol_offset): New function.
6819 (Relobj::do_output_local_symbol_count): New function.
6820 (Relobj::do_local_symbol_offset): New function.
6821 (Sized_relobj::do_output_local_symbol_count): New function.
6822 (Sized_relobj::do_local_symbol_offset): New function.
6823
d0a9ace3
ILT
68242011-04-22 Vladimir Simonov <sv@sw.ru>
6825
6826 * descriptors.cc (set_close_on_exec): New function.
6827 (Descriptors::open): Use set_close_on_exec.
6828 * output.cc (S_ISLNK): Define if not defined.
6829
94a3fc8b
CC
68302011-04-22 Cary Coutant <ccoutant@google.com>
6831
6832 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
6833 global symbol map.
6834 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
6835 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
6836 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
6837 relocations.
6838 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
6839 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
6840 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
6841 * incremental.h
6842 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
6843 function.
6844 (Incremental_binary::apply_incremental_relocs): New function.
6845 (Incremental_binary::do_apply_incremental_relocs): New function.
6846 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
6847 data member.
6848 (Sized_incremental_binary::add_global_symbol): New function.
6849 (Sized_incremental_binary::global_symbol): New function.
6850 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
6851 (Sized_incremental_binary::symbol_map_): New data member.
6852 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
6853 * target.h (Sized_target::apply_relocation): New function.
6854 * target-reloc.h (apply_relocation): New function.
6855 * x86_64.cc (Target_x86_64::apply_relocation): New function.
6856
c87e4302
DK
68572011-04-22 Doug Kwan <dougkwan@google.com>
6858
6859 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
6860 flag of a SHT_ARM_EXIDX section.
2e702c99 6861 * testsuite/Makefile.am (arm_exidx_test): New test rules.
c87e4302
DK
6862 * testsuite/Makefile.in: Regenerate.
6863 * testsuite/arm_exidx_test.s: New file.
6864 * testsuite/arm_exidx_test.sh: Same.
6865
e7782cf6
CC
68662011-04-20 Cary Coutant <ccoutant@google.com>
6867
6868 PR gold/12689
6869 * archive.h (Incremental_archive_entry::Archive_member):
6870 Initialize arg_serial_ (second constructor).
6871
308ecdc7
ILT
68722011-04-17 Ian Lance Taylor <iant@google.com>
6873
6874 * object.cc (Relocate_info::location): Simplify location string.
6875 * errors.cc (Errors::error_at_location): Don't print program
6876 name.
6877 (Errors::warning_at_location): Likewise.
6878 (Errors::undefined_symbol): Likewise.
6879 * testsuite/debug_msg.sh: Update accordingly.
6880
bec5b579
CC
68812011-04-14 Cary Coutant <ccoutant@google.com>
6882
6883 * gold/layout.cc (Layout::symtab_section_offset): New function.
6884 * gold/layout.h (Layout::symtab_section_offset): New function.
6885 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
6886
88597d34
ILT
68872011-04-12 Ian Lance Taylor <iant@google.com>
6888
6889 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
6890 with MREMAP_MAYMOVE.
6891 * output.h (class Output_file): Add map_is_allocated_ field.
6892 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
6893 not available, provide stubs. If mremap is not available, #define
6894 it to gold_mremap.
6895 (MREMAP_MAYMOVE): Define if not defined.
6896 (Output_file::Output_file): Initialize map_is_allocated_.
6897 (Output_file::resize): Check map_is_allocated_.
6898 (Output_file::map_anonymous): If mmap fails, use malloc.
6899 (Output_file::unmap): Don't do anything for an anonymous map.
6900 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
6901 is not available, provide stubs.
6902 (File_read::View::~View): Use free rather than delete[].
6903 (File_read::make_view): Use malloc rather than new[]. If mmap
6904 fails, use malloc.
6905 (File_read::find_or_make_view): Use malloc rather than new[].
6906 * gold.h: Remove HAVE_REMAP code.
6907 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
6908 exists. Rename mremap to gold_mremap. If mmap is not available
6909 don't do anything.
6910 * configure, config.in: Rebuild.
6911
11e361bc
ILT
69122011-04-11 Ian Lance Taylor <iant@google.com>
6913
6914 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
6915 initialize local variable v.
6916
cdc29364
CC
69172011-04-11 Cary Coutant <ccoutant@google.com>
6918
6919 * archive.cc (Archive::include_member): Adjust call to
6920 report_object.
6921 (Add_archive_symbols::run): Track argument serial numbers.
6922 (Lib_group::include_member): Likewise.
6923 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
6924 * archive.h (Incremental_archive_entry::Archive_member):
6925 Initialize arg_serial_.
6926 (Archive_member::arg_serial_): New data member.
6927 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
6928 (Sized_dynobj::do_add_symbols): Track symbols when doing an
6929 incremental link.
6930 (Sized_dynobj::do_for_all_local_got_entries): New function.
6931 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
6932 function.
6933 * fileread.cc (get_mtime): New function.
6934 * fileread.h (get_mtime): New function.
6935 * gold.cc (queue_initial_tasks): Check for incremental update.
6936 (process_incremental_input): New function.
6937 (queue_middle_tasks): Don't force valid target for incremental
6938 update.
6939 * incremental-dump.cc (find_input_containing_global): Adjust
6940 size of symbol info entry.
6941 (dump_incremental_inputs): Dump argument serial number and
6942 in_system_directory flag; bias shndx by 1; print symbol names
6943 when dumping per-file symbol lists; use new symbol info readers.
6944 * incremental.cc
6945 (Output_section_incremental_inputs:update_data_size): New function.
6946 (Sized_incremental_binary::setup_readers): Setup input readers
6947 for each input file; build maps for files added from libraries
6948 and scripts.
6949 (Sized_incremental_binary::check_input_args): New function.
6950 (Sized_incremental_binary::do_check_inputs): Build map of argument
6951 serial numbers to input arguments.
6952 (Sized_incremental_binary::do_file_has_changed): Rename
6953 do_file_is_unchanged to this; compare file modification times.
6954 (Sized_incremental_binary::do_init_layout): New function.
6955 (Sized_incremental_binary::do_reserve_layout): New function.
6956 (Sized_incremental_binary::do_get_input_reader): Remove.
6957 (Sized_incremental_binary::get_symtab_view): New function.
6958 (Incremental_checker::can_incrementally_link_output_file): Remove.
6959 (Incremental_inputs::report_command_line): Exclude --debug options.
6960 (Incremental_inputs::report_archive_begin): Add parameter; track
6961 argument serial numbers; don't put input file entry for archive
6962 before archive members.
6963 (Incremental_inputs::report_archive_end): Put input file entry
6964 for archive after archive members.
6965 (Incremental_inputs::report_object): Add parameter; track argument
6966 serial numbers and in_system_directory flag.
6967 (Incremental_inputs::report_script): Add parameter; track argument
6968 serial numbers.
6969 (Output_section_incremental_inputs::set_final_data_size): Adjust
6970 size of symbol info entry; check for forwarding symbols.
6971 (Output_section_incremental_inputs::write_input_files): Write
6972 in_system_directory flag and argument serial number.
6973 (Output_section_incremental_inputs::write_info_blocks): Map section
6974 indices between incremental info and original input file; store
6975 input section index for each symbol.
6976 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
6977 change operator() to visit().
6978 (class Global_got_offset_visitor): Likewise.
6979 (class Global_symbol_visitor_got_plt):
6980 (Output_section_incremental_inputs::write_got_plt): Use new visitor
6981 classes.
6982 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
6983 (Sized_incr_relobj::do_read_symbols): New function.
6984 (Sized_incr_relobj::do_layout): New function.
6985 (Sized_incr_relobj::do_layout_deferred_sections): New function.
6986 (Sized_incr_relobj::do_add_symbols): New function.
6987 (Sized_incr_relobj::do_should_include_member): New function.
6988 (Sized_incr_relobj::do_for_all_global_symbols): New function.
6989 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
6990 (Sized_incr_relobj::do_section_size): New function.
6991 (Sized_incr_relobj::do_section_name): New function.
6992 (Sized_incr_relobj::do_section_contents): New function.
6993 (Sized_incr_relobj::do_section_flags): New function.
6994 (Sized_incr_relobj::do_section_entsize): New function.
6995 (Sized_incr_relobj::do_section_address): New function.
6996 (Sized_incr_relobj::do_section_type): New function.
6997 (Sized_incr_relobj::do_section_link): New function.
6998 (Sized_incr_relobj::do_section_info): New function.
6999 (Sized_incr_relobj::do_section_addralign): New function.
7000 (Sized_incr_relobj::do_initialize_xindex): New function.
7001 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
7002 (Sized_incr_relobj::do_read_relocs): New function.
7003 (Sized_incr_relobj::do_gc_process_relocs): New function.
7004 (Sized_incr_relobj::do_scan_relocs): New function.
7005 (Sized_incr_relobj::do_count_local_symbols): New function.
7006 (Sized_incr_relobj::do_finalize_local_symbols): New function.
7007 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
7008 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
7009 (Sized_incr_relobj::do_relocate): New function.
7010 (Sized_incr_relobj::do_set_section_offset): New function.
7011 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
7012 (Sized_incr_dynobj::do_read_symbols): New function.
7013 (Sized_incr_dynobj::do_layout): New function.
7014 (Sized_incr_dynobj::do_add_symbols): New function.
7015 (Sized_incr_dynobj::do_should_include_member): New function.
7016 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
7017 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
7018 (Sized_incr_dynobj::do_section_size): New function.
7019 (Sized_incr_dynobj::do_section_name): New function.
7020 (Sized_incr_dynobj::do_section_contents): New function.
7021 (Sized_incr_dynobj::do_section_flags): New function.
7022 (Sized_incr_dynobj::do_section_entsize): New function.
7023 (Sized_incr_dynobj::do_section_address): New function.
7024 (Sized_incr_dynobj::do_section_type): New function.
7025 (Sized_incr_dynobj::do_section_link): New function.
7026 (Sized_incr_dynobj::do_section_info): New function.
7027 (Sized_incr_dynobj::do_section_addralign): New function.
7028 (Sized_incr_dynobj::do_initialize_xindex): New function.
7029 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
7030 (make_sized_incremental_object): New function.
7031 (Incremental_library::copy_unused_symbols): New function.
7032 (Incremental_library::do_for_all_unused_symbols): New function.
7033 * incremental.h (enum Incremental_input_flags): New type.
7034 (class Incremental_checker): Remove.
7035 (Incremental_input_entry::Incremental_input_entry): Add argument
7036 serial number.
7037 (Incremental_input_entry::arg_serial): New function.
7038 (Incremental_input_entry::set_is_in_system_directory): New function.
7039 (Incremental_input_entry::is_in_system_directory): New function.
7040 (Incremental_input_entry::arg_serial_): New data member.
7041 (Incremental_input_entry::is_in_system_directory_): New data member.
7042 (class Script_info): Move here from script.h.
7043 (Script_info::Script_info): Add filename parameter.
7044 (Script_info::filename): New function.
7045 (Script_info::filename_): New data member.
7046 (Incremental_script_entry::Incremental_script_entry): Add argument
7047 serial number.
7048 (Incremental_object_entry::Incremental_object_entry): Likewise.
7049 (Incremental_object_entry::add_input_section): Build list of input
7050 sections with map to original shndx.
7051 (Incremental_object_entry::get_input_section_index): New function.
7052 (Incremental_object_entry::shndx_): New data member.
7053 (Incremental_object_entry::name_key_): Rename; adjust all refs.
7054 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
7055 (Incremental_archive_entry::Incremental_archive_entry): Add argument
7056 serial number.
7057 (Incremental_inputs::report_archive_begin): Likewise.
7058 (Incremental_inputs::report_object): Likewise.
7059 (Incremental_inputs::report_script): Likewise.
7060 (class Incremental_global_symbol_reader): New class.
7061 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
7062 and store flags and input file type.
7063 (Incremental_input_entry_reader::arg_serial): New function.
7064 (Incremental_input_entry_reader::type): Extract type from flags.
7065 (Incremental_input_entry_reader::is_in_system_directory): New function.
7066 (Incremental_input_entry_reader::get_input_section_count): Call
7067 accessor function for type.
7068 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
7069 function for type; adjust size of global symbol entry.
7070 (Incremental_input_entry_reader::get_global_symbol_count): Call
7071 accessor function for type.
7072 (Incremental_input_entry_reader::get_object_count): Likewise.
7073 (Incremental_input_entry_reader::get_object_offset): Likewise.
7074 (Incremental_input_entry_reader::get_member_count): Likewise.
7075 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
7076 (Incremental_input_entry_reader::get_member_offset): Likewise.
7077 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
7078 (Incremental_input_entry_reader::Global_symbol_info): Remove.
7079 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
7080 (Incremental_input_entry_reader::get_global_symbol_reader): New
7081 function.
7082 (Incremental_input_entry_reader::get_output_symbol_index): New
7083 function.
7084 (Incremental_input_entry_reader::type_): Remove.
7085 (Incremental_input_entry_reader::flags_): New data member.
7086 (Incremental_inputs_reader::input_file_offset): New function.
7087 (Incremental_inputs_reader::input_file_index): New function.
7088 (Incremental_inputs_reader::input_file): Call input_file_offset.
7089 (Incremental_inputs_reader::input_file_at_offset): New function.
7090 (Incremental_relocs_reader::get_r_type): Reformat.
7091 (Incremental_relocs_reader::get_r_shndx): Reformat.
7092 (Incremental_relocs_reader::get_r_offset): Reformat.
7093 (Incremental_relocs_reader::data): New function.
7094 (Incremental_binary::Incremental_binary): Initialize new data members.
7095 (Incremental_binary::check_inputs): Add cmdline parameter.
7096 (Incremental_binary::file_is_unchanged): Remove.
7097 (Input_reader::arg_serial): New function.
7098 (Input_reader::get_unused_symbol_count): New function.
7099 (Input_reader::get_unused_symbol): New function.
7100 (Input_reader::do_arg_serial): New function.
7101 (Input_reader::do_get_unused_symbol_count): New function.
7102 (Input_reader::do_get_unused_symbol): New function.
7103 (Incremental_binary::input_file_count): New function.
7104 (Incremental_binary::get_input_reader): Change signature to use
7105 index instead of filename.
7106 (Incremental_binary::file_has_changed): New function.
7107 (Incremental_binary::get_input_argument): New function.
7108 (Incremental_binary::get_library): New function.
7109 (Incremental_binary::get_script_info): New function.
7110 (Incremental_binary::init_layout): New function.
7111 (Incremental_binary::reserve_layout): New function.
7112 (Incremental_binary::output_file): New function.
7113 (Incremental_binary::do_check_inputs): New function.
7114 (Incremental_binary::do_file_is_unchanged): Remove.
7115 (Incremental_binary::do_file_has_changed): New function.
7116 (Incremental_binary::do_init_layout): New function.
7117 (Incremental_binary::do_reserve_layout): New function.
7118 (Incremental_binary::do_input_file_count): New function.
7119 (Incremental_binary::do_get_input_reader): Change signature.
7120 (Incremental_binary::input_args_map_): New data member.
7121 (Incremental_binary::library_map_): New data member.
7122 (Incremental_binary::script_map_): New data member.
7123 (Sized_incremental_binary::Sized_incremental_binary): Initialize
7124 new data members.
7125 (Sized_incremental_binary::output_section): New function.
7126 (Sized_incremental_binary::inputs_reader): Add const.
7127 (Sized_incremental_binary::symtab_reader): Add const.
7128 (Sized_incremental_binary::relocs_reader): Add const.
7129 (Sized_incremental_binary::got_plt_reader): Add const.
7130 (Sized_incremental_binary::get_symtab_view): New function.
7131 (Sized_incremental_binary::Inputs_reader): New typedef.
7132 (Sized_incremental_binary::Input_entry_reader): New typedef.
7133 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
7134 (Sized_incremental_binary::do_file_is_unchanged): Remove.
7135 (Sized_incremental_binary::do_file_has_changed): New function.
7136 (Sized_incremental_binary::do_init_layout): New function.
7137 (Sized_incremental_binary::do_reserve_layout): New function.
7138 (Sized_input_reader::Inputs_reader): Remove.
7139 (Sized_input_reader::Input_entry_reader): Remove.
7140 (Sized_input_reader::do_arg_serial): New function.
7141 (Sized_input_reader::do_get_unused_symbol_count): New function.
7142 (Sized_input_reader::do_get_unused_symbol): New function.
7143 (Sized_incremental_binary::do_input_file_count): New function.
7144 (Sized_incremental_binary::do_get_input_reader): Change signature;
7145 use index instead of filename.
7146 (Sized_incremental_binary::section_map_): New data member.
7147 (Sized_incremental_binary::input_entry_readers_): New data member.
7148 (class Sized_incr_relobj): New class.
7149 (class Sized_incr_dynobj): New class.
7150 (make_sized_incremental_object): New function.
7151 (class Incremental_library): New class.
7152 * layout.cc (Free_list::num_lists): New static data member.
7153 (Free_list::num_nodes): New static data member.
7154 (Free_list::num_removes): New static data member.
7155 (Free_list::num_remove_visits): New static data member.
7156 (Free_list::num_allocates): New static data member.
7157 (Free_list::num_allocate_visits): New static data member.
7158 (Free_list::init): New function.
7159 (Free_list::remove): New function.
7160 (Free_list::allocate): New function.
7161 (Free_list::dump): New function.
7162 (Free_list::print_stats): New function.
7163 (Layout_task_runner::run): Resize output file for incremental updates.
7164 (Layout::Layout): Initialize new data members.
7165 (Layout::set_incremental_base): New function.
7166 (Layout::init_fixed_output_section): New function.
7167 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
7168 incremental updates.
7169 (Layout::create_gold_note): Do not create gold note section for
7170 incremental updates.
7171 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
7172 for incremental updates.
7173 (Layout::set_section_offsets): For incremental updates, allocate space
7174 from free list.
7175 (Layout::create_symtab_sections): Layout with offsets relative to
7176 start of section; for incremental updates, allocate space from free
7177 list.
7178 (Layout::create_shdrs): For incremental updates, allocate space from
7179 free list.
7180 (Layout::finish_dynamic_section): For incremental updates, do not
7181 check --as-needed (fixed in subsequent patch).
7182 * layout.h (class Free_list): New class.
7183 (Layout::set_incremental_base): New function.
7184 (Layout::incremental_base): New function.
7185 (Layout::init_fixed_output_section): New function.
7186 (Layout::allocate): New function.
7187 (Layout::incremental_base_): New data member.
7188 (Layout::free_list_): New data member.
7189 * main.cc (main): Print Free_list statistics.
7190 * object.cc (Relobj::finalize_incremental_relocs): Add
7191 clear_counts parameter; clear counts only when clear_counts is set.
7192 (Sized_relobj::Sized_relobj): Initialize new base class.
7193 (Sized_relobj::do_layout): Don't report special sections.
7194 (Sized_relobj::do_for_all_local_got_entries): New function.
7195 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
7196 symtab_off to all symbol table offsets.
7197 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
7198 * object.h (class Got_offset_list): Move to top of file.
7199 (Object::Object): Allow case where input_file == NULL.
7200 (Object::~Object): Likewise.
7201 (Object::input_file): Assert that input_file != NULL.
7202 (Object::lock): Allow case where input_file == NULL.
7203 (Object::unlock): Likewise.
7204 (Object::is_locked): Likewise.
7205 (Object::token): Likewise.
7206 (Object::release): Likewise.
7207 (Object::is_incremental): New function.
7208 (Object::get_mtime): New function.
7209 (Object::for_all_local_got_entries): New function.
7210 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
7211 (Object::set_is_in_system_directory): New function.
7212 (Object::is_in_system_directory): New function.
7213 (Object::do_is_incremental): New function.
7214 (Object::do_get_mtime): New function.
7215 (Object::do_for_all_local_got_entries): New function.
7216 (Object::is_in_system_directory_): New data member.
7217 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
7218 (class Sized_relobj_base): New class.
7219 (class Sized_relobj): Derive from Sized_relobj_base.
7220 (class Sized_relobj::Symbols): Redeclare from base class.
7221 (class Sized_relobj::local_got_offset_list): Remove.
7222 (class Sized_relobj::Output_sections): Redeclare from base class.
7223 (class Sized_relobj::do_for_all_local_got_entries): New function.
7224 (class Sized_relobj::write_local_symbols): Add offset parameter.
7225 (class Sized_relobj::local_symbol_offset_): Update comment.
7226 (class Sized_relobj::local_dynsym_offset_): Update comment.
7227 * options.cc (Input_arguments::add_file): Remove const.
7228 * options.h (Input_file_argument::Input_file_argument):
7229 Initialize arg_serial_ (all constructors).
7230 (Input_file_argument::set_arg_serial): New function.
7231 (Input_file_argument::arg_serial): New function.
7232 (Input_file_argument::arg_serial_): New data member.
7233 (Input_arguments::Input_arguments): Initialize file_count_.
7234 (Input_arguments::add_file): Remove const.
7235 (Input_arguments::number_of_input_files): New function.
7236 (Input_arguments::file_count_): New data member.
7237 (Command_line::number_of_input_files): Call
7238 Input_arguments::number_of_input_files.
7239 * output.cc (Output_segment_headers::Output_segment_headers):
7240 Set current size.
7241 (Output_section::Input_section::current_data_size): New function.
7242 (Output_section::Output_section): Initialize new data members.
7243 (Output_section::add_input_section): Don't do merge sections for
7244 an incremental link; allocate space from free list for an
7245 incremental update.
7246 (Output_section::add_output_section_data): Allocate space from
7247 free list for an incremental update.
7248 (Output_section::update_data_size): New function.
7249 (Output_section::set_fixed_layout): New function.
7250 (Output_section::reserve): New function.
7251 (Output_segment::set_section_addresses): Remove const.
7252 (Output_segment::set_section_list_addresses): Remove const; allocate
7253 space from free list for an incremental update.
7254 (Output_segment::set_offset): Adjust size of RELRO segment for an
7255 incremental update.
7256 * output.h (Output_data::current_data_size): Move here from
7257 child classes.
7258 (Output_data::pre_finalize_data_size): New function.
7259 (Output_data::update_data_size): New function.
7260 (Output_section_headers::update_data_size): new function.
7261 (Output_section_data_build::current_data_size): Move to Output_data.
7262 (Output_data_strtab::update_data_size): New function.
7263 (Output_section::current_data_size): Move to Output_data.
7264 (Output_section::set_fixed_layout): New function.
7265 (Output_section::has_fixed_layout): New function.
7266 (Output_section::reserve): New function.
7267 (Output_section::update_data_size): New function.
7268 (Output_section::has_fixed_layout_): New data member.
7269 (Output_section::free_list_): New data member.
7270 (Output_segment::set_section_addresses): Remove const.
7271 (Output_segment::set_section_list_addresses): Remove const.
7272 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
7273 New function.
7274 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
7275 New function.
7276 * readsyms.cc (Read_symbols::do_read_symbols): Add library
7277 parameter when calling Add_symbols constructor; store argument
7278 serial number for members of a lib group.
7279 (Add_symbols::locks): Allow case where token == NULL.
7280 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
7281 (Read_member::~Read_member): New function.
7282 (Read_member::is_runnable): New function.
7283 (Read_member::locks): New function.
7284 (Read_member::run): New function.
7285 (Check_script::~Check_script): New function.
7286 (Check_script::is_runnable): New function.
7287 (Check_script::locks): New function.
7288 (Check_script::run): New function.
7289 (Check_library::~Check_library): New function.
7290 (Check_library::is_runnable): New function.
7291 (Check_library::locks): New function.
7292 (Check_library::run): New function.
7293 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
7294 (Add_symbols::library_): New data member.
7295 (class Read_member): New class.
7296 (class Check_script): New class.
7297 (class Check_library): New class.
7298 * reloc.cc (Read_relocs::is_runnable): Allow case where
7299 token == NULL.
7300 (Read_relocs::locks): Likewise.
7301 (Scan_relocs::locks): Likewise.
7302 (Relocate_task::locks): Likewise.
7303 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
7304 to clear counters.
7305 (Sized_relobj::incremental_relocs_scan): Fix comment.
7306 (Sized_relobj::do_relocate): Pass output file offset to
7307 write_local_symbols.
7308 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
7309 from class declaration.
7310 * script.cc (read_input_script): Allocate Script_info; pass
7311 argument serial number to report_script.
7312 * script.h (class Script_info): Move to incremental.h.
7313 * symtab.cc (Symbol_table::add_from_incrobj): New function.
7314 * symtab.h (Symbol_table::add_from_incrobj): New function.
7315 (Symbol_table::set_file_offset): New function.
7316
b961d0d7
CC
73172011-04-05 Cary Coutant <ccoutant@google.com>
7318
7319 * incremental-dump.cc (dump_incremental_inputs): Change signature
7320 to take a Sized_incremental_binary; change caller. Use readers
7321 in Sized_incremental_binary.
7322 * incremental.cc
7323 (Sized_incremental_binary::find_incremental_inputs_sections):
7324 Rename do_find_incremental_inputs_sections to this.
7325 (Sized_incremental_binary::setup_readers): New function.
7326 (Sized_incremental_binary::do_check_inputs): Check
7327 has_incremental_info_ flag; move setup code to setup_readers;
7328 use input readers.
7329 (Sized_incremental_binary::do_file_is_unchanged): New function.
7330 (Sized_incremental_binary::do_get_input_reader): New function.
7331 * incremental.h (class Incremental_binary): Move to end of file.
7332 (Incremental_binary::file_is_unchanged): New function.
7333 (Incremental_binary::do_file_is_unchanged): New function.
7334 (Incremental_binary::Input_reader): New class.
7335 (Incremental_binary::get_input_reader): New function.
7336 (class Sized_incremental_binary): Move to end of file.
7337 (Sized_incremental_binary::Sized_incremental_binary): Setup the
7338 input section reader classes.
7339 (Sized_incremental_binary::has_incremental_info): New function.
7340 (Sized_incremental_binary::inputs_reader): New function.
7341 (Sized_incremental_binary::symtab_reader): New function.
7342 (Sized_incremental_binary::relocs_reader): New function.
7343 (Sized_incremental_binary::got_plt_reader): New function.
7344 (Sized_incremental_binary::do_file_is_unchanged): New function.
7345 (Sized_incremental_binary::Sized_input_reader): New class.
7346 (Sized_incremental_binary::get_input_reader): New function.
7347 (Sized_incremental_binary::find_incremental_inputs_sections):
7348 Rename do_find_incremental_inputs_sections to this.
7349 (Sized_incremental_binary::setup_readers): New function.
7350 (Sized_incremental_binary::has_incremental_info_): New data member.
7351 (Sized_incremental_binary::inputs_reader_): New data member.
7352 (Sized_incremental_binary::symtab_reader_): New data member.
7353 (Sized_incremental_binary::relocs_reader_): New data member.
7354 (Sized_incremental_binary::got_plt_reader_): New data member.
7355 (Sized_incremental_binary::current_input_file_): New data member.
7356
a869183f
PP
73572011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7358
7359 PR gold/12640
7360 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
7361 violation.
7362
73632011-03-30 Cary Coutant <ccoutant@google.com>
c7975edd
CC
7364
7365 * archive.cc (Archive::include_member): Adjust call to report_object.
7366 (Add_archive_symbols::run): Add script_info to call to
7367 report_archive_begin.
7368 (Lib_group::include_member): Adjust call to report_object.
7369 (Add_lib_group_symbols::run): Adjust call to report_object.
7370 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
7371 blocks. Add object count for script input files.
7372 * incremental.cc (Incremental_inputs::report_archive_begin): Add
7373 script_info parameter; change all callers.
7374 (Incremental_inputs::report_object): Add script_info parameter;
7375 change all callers.
7376 (Incremental_inputs::report_script): Store backpointer to
7377 incremental info entry.
7378 (Output_section_incremental_inputs::set_final_data_size): Record
7379 additional information for scripts.
7380 (Output_section_incremental_inputs::write_info_blocks): Likewise.
7381 * incremental.h (Incremental_script_entry::add_object): New function.
7382 (Incremental_script_entry::get_object_count): New function.
7383 (Incremental_script_entry::get_object): New function.
7384 (Incremental_script_entry::objects_): New data member; adjust
7385 constructor.
7386 (Incremental_inputs::report_archive_begin): Add script_info parameter.
7387 (Incremental_inputs::report_object): Add script_info parameter.
7388 (Incremental_inputs_reader::get_object_count): New function.
7389 (Incremental_inputs_reader::get_object_offset): New function.
7390 * options.cc (Input_arguments::add_file): Return reference to
7391 new input argument.
7392 * options.h (Input_argument::set_script_info): New function.
7393 (Input_argument::script_info): New function.
7394 (Input_argument::script_info_): New data member; adjust all
7395 constructors.
7396 (Input_file_group::add_file): Return reference to new input argument.
7397 (Input_file_lib::add_file): Likewise.
7398 (Input_arguments::add_file): Likewise.
7399 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
7400 * script.cc (Parser_closure::Parser_closure): Add script_info
7401 parameter; adjust all callers.
7402 (Parser_closure::script_info): New function.
7403 (Parser_closure::script_info_): New data member.
7404 (read_input_script): Report scripts earlier to incremental info.
7405 (script_add_file): Set script_info in Input_argument.
7406 (script_add_library): Likewise.
7407 * script.h (Script_options::Script_info): Rewrite class.
7408
a869183f 74092011-03-29 Cary Coutant <ccoutant@google.com>
e0c52780
CC
7410
7411 * archive.cc (Library_base::should_include_member): Move
7412 method here from class Archive.
7413 (Archive::Archive): Initialize base class.
7414 (Archive::should_include_member): Move to base class.
7415 (Archive::do_for_all_unused_symbols): New function.
7416 (Add_archive_symbols::run): Remove redundant access to
7417 incremental_inputs.
7418 (Lib_group::Lib_group): Initialize base class.
7419 (Lib_group::do_filename): New function.
7420 (Lib_group::include_member): Pass pointer to Lib_group to
7421 report_object.
7422 (Lib_group::do_for_all_unused_symbols): New function.
7423 (Add_lib_group_symbols::run): Report archive information for
7424 incremental links.
7425 * archive.h (class Library_base): New base class.
7426 (class Archive): Derive from Library_base.
7427 (Archive::filename): Move to base class.
7428 (Archive::set_incremental_info): Likewise.
7429 (Archive::incremental_info): Likewise.
7430 (Archive::Should_include): Likewise.
7431 (Archive::should_include_member): Likewise.
7432 (Archive::Armap_entry): Remove.
7433 (Archive::Unused_symbol_iterator): Remove.
7434 (Archive::unused_symbols_begin): Remove.
7435 (Archive::unused_symbols_end): Remove.
7436 (Archive::do_filename): New function.
7437 (Archive::do_get_mtime): New function.
7438 (Archive::do_for_all_unused_symbols): New function.
7439 (Archive::task_): Move to base class.
7440 (Archive::incremental_info_): Likewise.
7441 (class Lib_group): Derive from Library_base.
7442 (Lib_group::do_filename): New function.
7443 (Lib_group::do_get_mtime): New function.
7444 (Lib_group::do_for_all_unused_symbols): New function.
7445 (Lib_group::task_): Move to base class.
7446 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
7447 function.
7448 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
7449 function.
7450 * incremental.cc (Incremental_inputs::report_archive_begin):
7451 Use Library_base; call library's get_mtime; add incremental inputs
7452 entry before members.
7453 (class Unused_symbol_visitor): New class.
7454 (Incremental_inputs::report_archive_end): Use Library_base; use
7455 visitor class to record unused symbols; don't add incremental inputs
7456 entry after members.
7457 (Incremental_inputs::report_object): Use Library_base.
7458 * incremental.h
7459 (Incremental_archive_entry::Incremental_archive_entry): Remove
7460 unused Archive parameter.
7461 (Incremental_inputs::report_archive_begin): Use Library_base.
7462 (Incremental_inputs::report_archive_end): Likewise.
7463 (Incremental_inputs::report_object): Likewise.
7464 * object.cc (Sized_relobj::do_for_all_global_symbols): New
7465 function.
7466 * object.h (Object::for_all_global_symbols): New function.
7467 (Object::do_for_all_global_symbols): New function.
7468 (Sized_relobj::do_for_all_global_symbols): New function.
7469 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
7470 function.
7471 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
7472 function.
7473
61ab3e40
ILT
74742011-03-27 Ian Lance Taylor <iant@google.com>
7475
7476 * archive.cc (Archive::interpret_header): Return -1 if something
7477 goes wrong. Change callers accordingly.
7478
30e1f9e6
CC
74792011-03-25 Cary Coutant <ccoutant@google.com>
7480
7481 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
7482 * testsuite/Makefile.in: Regenerate.
7483
9370ce59 74842011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
9c793f14
RÁE
7485
7486 * plugin.cc (get_view): New.
7487 (Plugin::load): Pass get_view to the plugin.
7488 (Plugin_manager::get_view): New.
7489
9312bb0a
ILT
74902011-03-21 Ian Lance Taylor <iant@google.com>
7491
7492 * testsuite/final_layout.sh: Rewrite to not use dc.
07aead7b 7493 * testsuite/relro_test.sh: Fail if dc is not present.
9312bb0a 7494
7e12ba9e
ST
74952011-03-21 Sriraman Tallam <tmsriram@google.com>
7496
7497 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
7498 Change == to -eq.
7499 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
7500 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
7501 Change == to -eq.
7502 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
7503 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
7504
fd7a005d
ILT
75052011-03-14 Ian Lance Taylor <iant@google.com>
7506
7507 * script-sections.cc (Sort_output_sections::script_compare):
7508 Rename from is_before, change return type.
7509 (Sort_output_sections::operator()): Adjust accordingly.
7510
ed16fd1b
ILT
75112011-03-11 Jeffrey Yasskin <jyasskin@google.com>
7512
7513 PR gold/12572
7514 * testsuite/odr_violation2.cc: Add comment to make all error line
7515 numbers double digits.
7516 * testsuite/debug_msg.sh: Adjust expected errors.
7517
71ff8986
ILT
75182011-03-09 Jeffrey Yasskin <jyasskin@google.com>
7519
7520 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
7521 but mark earlier ones as non-canonical
7522 (offset_to_iterator): Update search target and example
7523 (do_addr2line): Return extra lines in a vector*
7524 (format_file_lineno): Extract from do_addr2line
7525 (one_addr2line): Add vector* out-param
7526 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
7527 when a lineno entry appeared last for its instruction
7528 (Dwarf_line_info): Add vector* out-param
7529 * object.cc (Relocate_info): Pass NULL for the vector* out-param
7530 * symtab.cc (Odr_violation_compare): Include the lineno in the
7531 comparison again.
7532 (linenos_from_loc): New. Combine the canonical line for an
7533 address with its other lines.
7534 (True_if_intersect): New. Helper functor to make
7535 std::set_intersection a query.
7536 (detect_odr_violations): Compare sets of lines instead of just
7537 one line for each function. This became less deterministic, but
7538 has fewer false positives.
7539 * symtab.h: Declarations.
7540 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
7541 mix an optimized and non-optimized object in the same binary
7542 (odr_violation2.so): Same.
7543 * testsuite/Makefile.in: Regenerate from Makefile.am.
7544 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
7545 * testsuite/debug_msg.sh: Update line numbers and add
7546 assertions.
7547 * testsuite/odr_violation1.cc: Use OdrDerived, in a
7548 non-optimized context.
7549 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
7550 isn't inlined, and use OdrDerived in an optimized context.
7551 * testsuite/odr_header1.h: Defines OdrDerived, where
7552 optimization will change the
7553 first-instruction-in-the-destructor's file and line number.
7554 * testsuite/odr_header2.h: Defines OdrBase.
7555
a19fefdc
ILT
75562011-03-09 Ian Lance Taylor <iant@google.com>
7557
7558 * fileread.cc (File_read::clear_views): Don't delete the whole
7559 file view.
7560
ecb351e9
ILT
75612011-03-08 Ian Lance Taylor <iant@google.com>
7562
7563 PR gold/12525
7564 * fileread.cc: #include <climits>.
7565 (GOLD_IOV_MAX): Define.
7566 (File_read::read_multiple): Limit number of entries by iov_max.
7567 * fileread.h (class File_read): Always set max_readv_entries to
7568 128.
7569
b821d13c
ILT
75702011-03-07 Ian Lance Taylor <iant@google.com>
7571
7572 PR gold/12525
7573 * options.h (class General_options): Add -dy and -dn.
7574
89243142
CC
75752011-03-02 Cary Coutant <ccoutant@google.com>
7576
7577 * testsuite/script_test_9.t: Add TLS segment.
7578
d0773f31
ILT
75792011-03-02 Simon Baldwin <simonb@google.com>
7580
7581 * configure.ac: Add check for gnu_indirect_function support in
7582 the toolchain building binutils.
7583 * configure: Rebuild.
7584
9370ce59 75852011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
badc8139
RÁE
7586
7587 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
7588 plugin only symbols.
7589 (Symbol_table::sized_finalize_symbol) Mark symbol only present
7590 in plugin files as not needed in the symbol table.
7591
4cf7a849
ST
75922011-02-11 Sriraman Tallam <tmsriram@google.com>
7593
7594 * output.cc (Output_section::add_input_section): Delay fill
7595 generation for section ordering.
7596
b578bd7d
ILT
75972011-02-09 Ian Lance Taylor <iant@google.com>
7598
7599 PR gold/12316
7600 * object.h (class Sized_relobj): Remove clear_local_symbols.
7601 * reloc.cc (Sized_relobj::do_relocate): Don't call
7602 clear_local_symbols.
7603
9370ce59 76042011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
84ced98a
RÁE
7605
7606 * plugin.cc (is_visible_from_outside): Return true for symbols
7607 in the -u option.
7608
55382fb7
ILT
76092011-02-04 Jeffrey Yasskin <jyasskin@google.com>
7610
7611 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
7612 filename.
7613
4e271fff
ST
76142011-02-02 Sriraman Tallam <tmsriram@google.com>
7615
7616 * icf.h (is_section_foldable_candidate): Change type of parameter
2e702c99 7617 to std::string.
4e271fff 7618 * icf.cc (Icf::find_identical_sections): Change type of local variable
2e702c99 7619 section_name to be std::string.
4e271fff
ST
7620 (is_function_ctor_or_dtor): Change type of parameter to std::string.
7621
d433c3ac
ILT
76222011-01-25 Ian Lance Taylor <iant@google.com>
7623
7624 * script.cc (script_add_extern): Rewrite to use
7625 add_symbol_reference.
7626
880473a6
DK
76272011-01-25 Doug Kwan <dougkwan@google.com>
7628
d433c3ac 7629 * icf.cc (get_section_contents): Always lock section's object.
880473a6 7630
f30f86fa
ILT
76312011-01-24 Ian Lance Taylor <iant@google.com>
7632
7633 * options.h (class General_options): Accept
7634 --no-detect-odr-violations.
7635
8e51a0b9
ILT
76362011-01-24 Ian Lance Taylor <iant@google.com>
7637
7638 * version.cc (version_string): Bump to 1.11.
7639
0f3b89d8
ILT
76402011-01-24 Ian Lance Taylor <iant@google.com>
7641
7642 * plugin.cc (class Plugin_rescan): Define new class.
7643 (Plugin_manager::claim_file): Set any_claimed_.
7644 (Plugin_manager::save_archive): New function.
7645 (Plugin_manager::save_input_group): New function.
7646 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
7647 necessary.
7648 (Plugin_manager::new_undefined_symbol): New function.
7649 (Plugin_manager::rescan): New function.
7650 (Plugin_manager::rescannable_defines): New function.
7651 (Plugin_manager::add_input_file): Set any_added_.
7652 * plugin.h (class Plugin_manager): define new fields rescannable_,
7653 undefined_symbols_, any_claimed_, and any_added_. Declare
7654 Plugin_rescan as friend. Declare new functions.
7655 (Plugin_manager::Rescannable): Define type.
7656 (Plugin_manager::Rescannable_list): Define type.
7657 (Plugin_manager::Undefined_symbol_list): Define type.
7658 (Plugin_manager::Plugin_manager): Initialize new fields.
7659 * archive.cc (Archive::defines_symbol): New function.
7660 (Add_archive_symbols::run): Pass archive to plugins if any.
7661 * archive.h (class Archive): Declare defines_symbol.
7662 * readsyms.cc (Input_group::~Input_group): New function.
7663 (Finish_group::run): Pass input_group to plugins if any.
7664 * readsyms.h (class Input_group): Declare destructor.
7665 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
7666 any.
7667
3bb951e5
ILT
76682011-01-10 Ian Lance Taylor <iant@google.com>
7669
7670 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
7671 section as relro.
7672 (Layout::set_segment_offsets): Reset increase_relro before calling
7673 set_section_addresses a second time.
7674
0aa45fac
CC
76752011-01-04 Cary Coutant <ccoutant@google.com>
7676
7677 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
7678 sections before NOBITS sections.
7679
0db46eb4
L
76802011-01-01 H.J. Lu <hongjiu.lu@intel.com>
7681
7682 * version.cc (print_version): Update copyright to 2011.
7683
829c9745
CC
76842010-12-23 Cary Coutant <ccoutant@google.com>
7685
7686 * output.h (Output_data_reloc::add_output_section): Pass OD instead
7687 of OS to this->add. Add OD parameter to second form of the function.
7688
7500420b
ILT
76892010-12-20 Ian Lance Taylor <iant@google.com>
7690
7691 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
7692 second of two consecutive entries with same offset.
7693
f8e9a930
RW
76942010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7695
7696 * testsuite/Makefile.am (ifuncmain2static_LDADD)
7697 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
7698 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
7699 to avoid unneeded links against $(LDADD).
7700 * testsuite/Makefile.in: Regenerate.
7701
2fbb4320
ILT
77022010-12-15 Ian Lance Taylor <iant@google.com>
7703
7704 PR gold/12324
7705 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
7706 for R_X86_64_32 and R_X86_64_PC32.
7707 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
7708 ver_matching_def_pic.o.
7709 (ver_matching_def_pic.o): New target.
7710
fedb228d
RW
77112010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7712
7713 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
7714 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
7715 Move definition before File_read::View member definitions.
7716 (File_read::View::~View): Initialize and hold lock before
7717 updating current_mapped_bytes.
7718
9b547ce6
RW
77192010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7720
7721 * dwarf_reader.cc: Remove outdated comment.
7722 * gold-threads.cc: Fix typo in error message.
7723 * archive.cc: Fix typos in comments.
7724 * archive.h: Likewise.
7725 * arm-reloc-property.cc: Likewise.
7726 * arm-reloc-property.h: Likewise.
7727 * arm-reloc.def: Likewise.
7728 * arm.cc: Likewise.
7729 * attributes.h: Likewise.
7730 * cref.cc: Likewise.
7731 * ehframe.cc: Likewise.
7732 * fileread.h: Likewise.
7733 * gold.h: Likewise.
7734 * i386.cc: Likewise.
7735 * icf.cc: Likewise.
7736 * incremental.h: Likewise.
7737 * int_encoding.cc: Likewise.
7738 * layout.h: Likewise.
7739 * main.cc: Likewise.
7740 * merge.h: Likewise.
7741 * object.cc: Likewise.
7742 * object.h: Likewise.
7743 * options.cc: Likewise.
7744 * readsyms.cc: Likewise.
7745 * reduced_debug_output.cc: Likewise.
7746 * reloc.cc: Likewise.
7747 * script-sections.cc: Likewise.
7748 * sparc.cc: Likewise.
7749 * symtab.h: Likewise.
7750 * target-reloc.h: Likewise.
7751 * target.cc: Likewise.
7752 * target.h: Likewise.
7753 * timer.cc: Likewise.
7754 * timer.h: Likewise.
7755 * x86_64.cc: Likewise.
7756
83e17bd5
CC
77572010-12-09 Cary Coutant <ccoutant@google.com>
7758
7759 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
7760 stack.
7761 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
7762 parameter; change all callers.
7763 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
7764 * options.h (warn_execstack): New option.
7765
017257f8
DK
77662010-12-07 Doug Kwan <dougkwan@google.com>
7767
7768 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
7769 like function call relocations.
7770
c20cbc06
ILT
77712010-12-07 Ian Lance Taylor <iant@google.com>
7772
7773 * archive.cc (Archive::get_elf_object_for_member): Permit
7774 punconfigured to be NULL.
7775 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
7776 (Archive::include_member): Pass NULL to get_elf_object_for_member
7777 if we searched for the archive and this is the first included
7778 object.
7779
4dbfafcc
ILT
77802010-12-01 Ian Lance Taylor <iant@google.com>
7781
7782 * dwarf_reader.h (class Sized_dwarf_line_info): Add
7783 track_relocs_type_ field.
7784 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
7785 Set track_relocs_type_.
7786 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
7787 contents when using RELA relocs.
7788 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
7789 reloc_map_.
7790 * reloc.cc (Track_relocs::next_addend): New function.
7791 * reloc.h (class Track_relocs): Declare next_addend.
7792
e5e19edd
ILT
77932010-12-01 Ian Lance Taylor <iant@google.com>
7794
7795 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
7796 virtual destructor.
7797
9a5ce24c
ILT
77982010-12-01 Ian Lance Taylor <iant@google.com>
7799
7800 * README: Update compilers known to work and fail.
7801
c7791212
NC
78022010-11-23 Matthias Klose <doko@ubuntu.com>
7803
7804 * configure.in: For --enable-gold, handle value `default' instead of
7805 `both*'. Always install ld as ld.bfd, install as ld if gold is
7806 not the default.
7807 * configure: Regenerate.
7808
0ad220c9
DK
78092010-11-18 Doug Kwan <dougkwan@google.com>
7810
7811 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
7812 and right_alignment to be zero. Store result alignment only if it is
7813 greater than existing alignment.
7814
ab8056e0
CC
78152010-11-16 Cary Coutant <ccoutant@google.com>
7816
7817 PR gold/12220
7818 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
7819 Check for ".zdebug_line".
7820
fd064a5b
CC
78212010-11-16 Doug Kwan <dougkwan@google.com>
7822 Cary Coutant <ccoutant@google.com>
7823
7824 * output.h (Output_segment::set_section_addresses): Pass increase_relro
7825 by reference; adjust all callers.
7826 * output.cc (Output_segment::set_section_addresses): Adjust references
7827 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
7828 list is empty.
7829 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
7830 end at page boundary.
7831
6fc6ea19
CC
78322010-11-16 Cary Coutant <ccoutant@google.com>
7833
7834 PR gold/12220
7835 * layout.cc (Layout::choose_output_section): Transform names of
7836 compressed sections even when using a script with a SECTIONS clause.
7837 (Layout::output_section_name): Remove code to transform
7838 compressed debug section names.
7839 * output.cc (Output_section::add_input_section): Use uncompressed
7840 section size when tracking input sections.
7841
95a2c8d6
RS
78422010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
7843
7844 * symtab.h (Symbol::NON_PIC_REF): Remove.
7845 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
7846 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
7847 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
7848 (Symbol::use_plt_offset): Take a flags argument and pass it
7849 directly to needs_dynamic_reloc. Restrict check for undefined
7850 weak symbols to function calls.
7851 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
7852 (Target_arm::Scan::global): Use it.
7853 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
7854 (Target_arm::Relocate::relocate): Likewise.
7855 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
7856 parameter with an r_type parameter. Use get_reference_flags
7857 to get the flags.
7858 (Target_arm::Relocate::relocate): Update accordingly.
7859 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
7860 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
7861 (Target_i386::Scan::global): Likewise.
7862 (Target_i386::Relocate::relocate): Likewise.
7863 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
7864 parameter with an r_type parameter. Use get_reference_flags
7865 to get the flags.
7866 (Target_i386::Relocate::relocate): Update accordingly.
7867 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
7868 (Target_powerpc::Scan::global): Use it.
7869 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
7870 (Target_powerpc::Relocate::relocate): Likewise.
7871 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
7872 (Target_sparc::Scan::global): Use it.
7873 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
7874 (Target_sparc::Relocate::relocate): Likewise.
7875 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
7876 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
7877 (Target_x86_64::Scan::global): Likewise.
7878 (Target_x86_64::Relocate::relocate): Likewise.
7879
f625ae50
DK
78802010-11-08 Doug Kwan <dougkwan@google.com>
7881 Cary Coutant <ccoutant@google.com>
7882
7883 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
7884 (Arm_exidx_merge_section::section_contents_): New data member.
7885 (Arm_input_section::Arm_input_section): Initialize original_contents_.
7886 (Arm_input_section::~Arm_input_section): De-allocate memory.
58797674 7887 (Arm_input_section::original_contents_): New data member.
f625ae50
DK
7888 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
7889 in parameters instead of calling Object::section_contents without
7890 locking.
7891 (Arm_output_section::group_section): New parameter TASK. Pass it
7892 to callees that need locking objects.
7893 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
7894 to lock EXIDX input sections. Fix a formatting issue. Call
7895 Arm_exidx_merged_section::build_contents to create merged section
7896 contents.
7897 (Arm_output_section::create_stub_group): New parameter TASK. Use it
7898 to lock object of stub table owner.
7899 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
7900 TEXT_SIZE to initialize data member TEXT_SIZE_.
7901 (Arm_exidx_input_section::addralign): Fix typo in comment.
7902 (Arm_exidx_input_section::text_size): New method.
7903 (Target_arm::do_relax): New parameter TASK. Pass it to callees
7904 that require locking objects. Lock objects before scanning for stubs
7905 and updating local symbols.
7906 (Arm_input_section<big_endian>::init): Copy contents of original
7907 input section.
2e702c99 7908 (Arm_input_section<big_endian>::do_write): Use saved contents of
f625ae50
DK
7909 original input section instead of calling Object::section_contents
7910 without locking.
7911 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
7912 size without calling Object::section_size().
7913 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
7914 for size. Allocate a buffer for merged EXIDX entries.
7915 (Arm_exidx_merged_section::build_contents): New method.
2e702c99 7916 (Arm_exidx_merged_section::do_write): Move merge section contents
f625ae50
DK
7917 building code to Arm_exidx_merged_section::build_contetns. Write
7918 out contetns in buffer instead of building it on the fly.
7919 (Arm_relobj::make_exidx_input_section): Also pass text section size
7920 to Arm_exidx_input_section constructor.
7921 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
7922 (Arm_dynobj::do_read_symbols): Fix memory leak.
7923 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
7924 * target.h: (class Task): Add forward declaration.
7925 (Target::relax): Add new parameter TASK and pass it to
7926 Target::do_relax().
7927 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
7928
5f9bcf58
CC
79292010-11-05 Cary Coutant <ccoutant@google.com>
7930
7931 PR gold/10708
7932 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
7933 object when reading from the file.
7934 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
7935 second layout pass.
7936 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
7937 when reading section contents.
7938 (get_section_contents): Likewise.
7939 (icf::find_identical_sections): Likewise.
7940 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
7941 object when reading from the file.
7942 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
7943 the object when doing deferred section layout.
7944
e597fa08
NC
79452010-11-03 Nick Clifton <nickc@redhat.com>
7946
7947 PR gold/12001
7948 * script.h (class Symbol_assignment: name): New member. Returns
7949 the name of the symbol.
7950 * scrfipt.cc (Script_options::is_pending_assignment): New member.
7951 Returns true if the given symbol name is on the list of
7952 assignments wating to be processed.
7953 * archive.cc (should_incldue_member): If the symbol is undefined,
7954 check to see if it is on the list of symbols pending assignment.
7955
3f9a3278
ILT
79562010-11-03 Ryan Mansfield <rmansfield@qnx.com>
7957
7958 * script-sections.cc (Script_sections::find_memory_region): Check
7959 for a NULL output section pointer.
7960
d06fb4d1
DK
79612010-10-29 Doug Kwan <dougkwan@google.com>
7962
7963 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
7964 Output_section::add_relaxed_input_section.
7965 * output.cc (Output_section::add_relaxed_input_section): Add new
7966 arguments LAYOUT and NAME. Set section order index.
7967 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
7968 Copy section order index.
7969 * output.h (Output_section::add_relaxed_input_section): Add new
7970 arguments LAYOUT and NAME.
7971
90e24de5
ILT
79722010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7973
7974 * testsuite/Makefile.am: Move gcctestdir/ld rule to
2e702c99 7975 NATIVE_OR_CROSS_LINKER.
90e24de5
ILT
7976 * testsuite/Makefile.in: Regenerate.
7977
c9484ea5
DK
79782010-10-20 Doug Kwan <dougkwan@google.com>
7979
7980 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
7981 without SHF_LINK_ORDER flags.
7982 * layout.cc (Layout::choose_output_section): Do not filter
7983 SHF_LINK_ORDER flag in a relocatable link.
7984
5bc2f5be
CC
79852010-10-17 Cary Coutant <ccoutant@google.com>
7986
7987 * output.h (Output_segment::set_section_addresses): Change function
7988 signature. Update all callers.
7989 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
7990 sections.
7991 (Output_segment::set_section_addresses): Align after last TLS
7992 section. Add padding before last relro section instead of after.
7993
0c91cf04
DK
79942010-10-17 Doug Kwan <dougkwan@google.com>
7995
7996 * gold/arm.cc (Target_arm::got_section): Use correct order and set
7997 GOT output section to be writable.
7998
8c21d9d3
CC
79992010-10-14 Cary Coutant <ccoutant@google.com>
8000
8001 * debug.h (DEBUG_INCREMENTAL): New flag.
2e702c99
RM
8002 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
8003 * gold.cc (queue_initial_tasks): Check parameters for incremental link
8004 mode.
8005 * incremental.cc (report_command_line): Ignore all forms of
8006 --incremental.
8007 * layout.cc (Layout::Layout): Check parameters for incremental link
8008 mode.
8009 * options.cc (General_options::parse_incremental): New function.
8010 (General_options::parse_no_incremental): New function.
8011 (General_options::parse_incremental_full): New function.
8012 (General_options::parse_incremental_update): New function.
8013 (General_options::incremental_mode_): New data member.
8014 (General_options::finalize): Check incremental_mode_.
8015 * options.h (General_options): Update help text for --incremental.
8016 Add --no-incremental, --incremental-full, --incremental-update.
8017 (General_options::Incremental_mode): New enum type.
8018 (General_options::incremental_mode): New function.
8019 (General_options::incremental_mode_): New data member.
8020 * parameters.cc (Parameters::incremental_mode_): New data member.
8021 (Parameters::set_options): Set incremental_mode_.
8022 (Parameters::set_incremental_full): New function.
8023 (Parameters::incremental): New function.
8024 (Parameters::incremental_update): New function.
8025 (set_parameters_incremental_full): New function.
8026 * parameters.h (Parameters::set_incremental_full): New function.
8027 (Parameters::incremental): New function.
8028 (Parameters::incremental_update): New function.
8029 (Parameters::incremental_mode_): New data member.
8030 (set_parameters_incremental_full): New function.
8031 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
8032 incremental link mode.
8033 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
8034 (Sized_relobj::do_relocate_sections): Likewise.
8035 * testsuite/Makefile.am (incremental_test): Use --incremental-full
8036 option.
8037 * testsuite/Makefile.in: Regenerate.
8038 * testsuite/incremental_test.sh: Filter all forms of --incremental.
8c21d9d3 8039
bb32aa18 80402010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
eb373049
ILT
8041
8042 * script-sections.h (class Script_sections): Make
8043 Sections_elements typedef public.
8044 * script-sections.cc (class Sort_output_sections): Add elements_
8045 field. Add constructor which sets it; change all callers.
8046 (Sort_output_sections::is_before): New function.
8047 (Sort_output_sections::operator()): Call is_before.
8048 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
8049 conditional.
8050 * testsuite/script_test_10.sh: New test. Test script section
8051 order.
8052 * testsuite/script_test_10.t: Likewise.
8053 * testsuite/script_test_10.s: Likewise.
8054 * testsuite/Makefile.am: Wrap the cross linker tests and the
8055 common tests into NATIVE_OR_CROSS_LINKER.
8056 (check_SCRIPTS): Add script_test_10.sh.
8057 (check_DATA): Add script_test_10.stdout.
8058 (script_test_10.o, script_test_10): New targets.
8059 (script_test_10.stdout): New target.
8060 * configure, testsuite/Makefile.in: Regenerate.
8061
3cef7179
ILT
80622010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8063
8064 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
8065 error for the deprecated relocations.
8066 (Target_arm::Scan::global): Likewise.
8067 (Target_arm::Relocate::relocate): Likewise.
8068
7411e9a8
RS
80692010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
8070
8071 * fileread.cc (Input_file::find_file): Initialize *found_name
8072 and *namep when using the fallback search for case 4.
8073
6a9da32a
CC
80742010-10-11 Cary Coutant <ccoutant@google.com>
8075
8076 * options.h (class General_options): Redefine -z lazy as an alias for
8077 the negation of -z now.
8078
ac897c20
ILT
80792010-10-11 Ian Lance Taylor <iant@google.com>
8080
8081 * resolve.cc (symbol_to_bits): Report the value of the unsupported
8082 binding.
8083
ea5cae92
NC
80842010-10-06 Nick Clifton <nickc@redhat.com>
8085
8086 * script-sections.cc(class Memory_region): Remove
8087 current_lma_offset_ field. Rename current_vma_offset_ to
8088 current_offset_. Add last_section_ field.
8089 (Memory_region::get_current_vma_address): Rename to
8090 get_current_address.
8091 (Memory_region::get_current_lma_address): Delete.
8092 (Memory_region::increment_vma_offset): Rename to
8093 increment_offset.
8094 (Memory_region::increment_lma_offset): Delete.
8095 (Memory_region::attributes_compatible): New method. Returns
8096 true if the provided section is compatible with the region.
8097 (Memory_region::get_last_section): New method. Returns the last
8098 section to use the region.
8099 (Memory_region::set_last_section): New method. Stores the last
8100 section to use the region.
8101 (Script_sections::block_in_region): New method. Returns true if
8102 a block of memory is contained within a region.
8103 (Script_sections::find_memory_region): New method. Locates a
8104 memory region to be used to set a VMA or LMA address.
8105 (Output_section_definition::set_section_addresses): Add code to
8106 check for addresses set by memory regions.
8107 (Output_segment::set_section_addresses): Remove memory region
8108 walking code.
8109 (Script_sections::create_segment): Add a warning if a header
8110 segment is created outside of any region.
8111 * script-sections.h (class Script_sections): Add prototypes for
8112 find_memory_region and block_in_region methods.
8113 * testsuite/memory_test.s: Use .long instead of .word.
8114 * testsuite/memory_test.t: Add some more output sections.
8115 * testsuite/memory_test.sh: Update expected output.
8116
a9bfd952
DK
81172010-10-02 Doug Kwan <dougkwan@google.com>
8118
8119 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
8120 defintion to symtab.h
8121 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
8122 declaration to defintion.
8123
bacff3ab
NC
81242010-10-01 Nick Clifton <nickc@redhat.com>
8125
8126 * expression.cc (eval): Replace dummy argument with NULL.
8127 (eval_maybe_dot): Check for a NULL result section pointer.
8128 (Symbol_expression::value): Likewise.
8129 (Dot_expression::value): Likewise.
8130 (BINARY_EXPRESSION): Likewise.
8131 (Max_expression::value): Likewise.
8132 (Min_expression::value): Likewise.
8133 (Absolute_expression::value): Likewise.
8134 (Addr_expression::value_from_output_section): Likewise.
8135 (Loaddddr_expression::value_from_output_section): Likewise.
8136 (Segment_start_expression::value): Likewise.
8137 * script-sections.cc
8138 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
8139 argument with NULL.
8140 (Sections_elememt_dot_assignment::set_section_addresses):
8141 Likewise.
8142 (Output_data_expression::do_write_to_buffer): Likewise.
8143 (Output_section_definition::finalize_symbols): Likewise.
8144 (Output_section_definition::set_section_addresses): Likewise.
8145
f81bc8b5
DK
81462010-09-30 Doug Kwan <dougkwan@google.com>
8147
8148 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
8149
c95e9f27
ST
81502010-09-28 Sriraman Tallam <tmsriram@google.com>
8151
8152 * target.h (Target::can_icf_inline_merge_sections): New virtual
bacff3ab 8153 function.
c95e9f27
ST
8154 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
8155 virtual function.
8156 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
8157 virtual function.
8158 * icf.cc (get_section_contents): Inline merge sections only when
8159 target allows it.
8160
3cac54d2
RW
81612010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8162
8163 * configure: Regenerate.
8164
2904037a
ILT
81652010-09-17 Ian Lance Taylor <iant@google.com>
8166
8167 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
d4d91489
ILT
8168 * testsuite/Makefile.am (memory_test.o): New target.
8169 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
8170 memory_test.t.
8171 * testsuite/Makefile.in: Rebuild.
2904037a 8172
bca7fb63
DK
81732010-09-17 Doug Kwan <dougkwan@google.com>
8174
8175 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
8176 defintion if relocation uses GOT entries of the symbol.
8177 * testsuite/icf_safe_test.sh: Fix test.
8178 * testsuite/icf_safe_so_test.sh: Fix test.
8179
4ef28648
CC
81802010-09-16 Cary Coutant <ccoutant@google.com>
8181
8182 * script_sections.cc (class Memory_region): Remove "NULL" from
8183 vector initializations.
8184
793990de
CC
81852010-09-15 Cary Coutant <ccoutant@google.com>
8186
8187 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
8188 Resolve forwarding symbols.
8189
81e015e2
DK
81902010-09-15 Doug Kwan <dougkwan@google.com>
8191
8192 * gold/testsuite/script_test_3.t: Add ARM special sections.
8193 * gold/testsuite/script_test_4.t: Same.
8194 * gold/testsuite/script_test_5.t: Same.
8195 * gold/testsuite/script_test_6.t: Same.
8196 * gold/testsuite/script_test_7.t: Same.
8197 * gold/testsuite/script_test_7.t: Same.
8198 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
8199
36171d64
CC
82002010-09-14 Cary Coutant <ccoutant@google.com>
8201
8202 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
8203 (Target_x86_64::Relocate::relocate_tls): Replace check for
8204 saw_tls_block_reloc_ with test for executable section.
8205
d89051bd
CC
82062010-09-12 Cary Coutant <ccoutant@google.com>
8207
8208 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
8209 position-independent executables to shared libraries need dynamic
8210 relocations.
8211 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
8212 position-independent executables.
8213 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
8214 * testsuite/Makefile.in: Regenerate.
8215
fca41f0f
NC
82162010-09-10 Nick Clifton <nickc@redhat.com>
8217
8218 PR gold/11997
8219 * testsuite/memory_test.t: Discard any sections that are not
8220 needed.
8221
6695e4b3
L
82222010-09-09 H.J. Lu <hongjiu.lu@intel.com>
8223
8224 PR gold/11996
8225 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
8226 "This::" to work around a bug in gcc 4.2.
8227
8228 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
8229
0f72bf6f
RÁE
82302010-09-09 Rafael Espindola <espindola@google.com>
8231
8232 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
8233 sections with different PF_X flags in the same segment.
8234 (Layout::find_first_load_seg): Search all segments to find the first
8235 one.
8236 * options.h (rosegment): New.
8237
82382010-09-08 Rafael Espindola <espindola@google.com>
a6577478 8239
05a79166 8240 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
a6577478 8241
aa98ff75
DK
82422010-09-08 Doug Kwan <dougkwan@google.com>
8243
8244 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
8245 (Arm_relobj::do_relocate_sections): Add new parameter for output
8246 file to match the parent.
8247 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
8248 of local symbols instead of input values. Update code to track
8249 changes in gold::relocate_section.
8250 * object.cc (Sized_relobj::compute_final_local_value): New methods.
8251 (Sized_relobj::compute_final_local_value_internal): New methods.
8252 (Sized_relobj::do_finalize_local_symbols): Move code from loop
8253 body into private version of Sized_relobj::compute_final_local_value.
8254 Call the inline method.
8255 * object.h (Symbol_value::Symbol_value): Define destructor. Free
8256 merged symbol value if there is one.
8257 (Symbol_value::has_output_value): New method defintiion.
8258 (Sized_relobj::Compute_final_local_value_status): New enum type.
8259 (Sized_relobj::compute_final_local_value): New methods.
8260 (Sized_relobj::compute_final_local_value_internal): New methods.
8261 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
8262 and arm_cortex_a8.sh.
8263 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
8264 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
8265 New tests.
8266 * Makefile.in: Regenerate.
8267 * testsuite/arm_bl_out_of_range.s: Update test.
8268 * testsuite/thumb_bl_out_of_range.s: Ditto.
8269 * testsuite/thumb_blx_out_of_range.s: Ditto.
8270 * testsuite/arm_branch_out_of_range.sh: New file.
8271 * testsuite/arm_cortex_a8.sh: Ditto.
8272 * testsuite/arm_cortex_a8_b.s: Ditto.
8273 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
8274 * testsuite/arm_cortex_a8_b_local.s: Ditto.
8275 * testsuite/arm_cortex_a8_bl.s: Ditto.
8276 * testsuite/arm_cortex_a8_blx.s: Ditto.
8277 * testsuite/arm_cortex_a8_local.s: Ditto.
8278 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
8279 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
8280
05a79166
L
82812010-09-08 Rafael Espindola <espindola@google.com>
8282
8283 * Makefile.am (memory_test.stdout): Run readelf with -W.
8284 * Makefile.in: Regenerate.
8285 * testsuite/memory_test.sh: Make the regexps accept both 32 and
8286 64 bit output.
8287
33dbc701
RÁE
82882010-09-08 Rafael Espindola <espindola@google.com>
8289
8290 * script-sections.cc (Script_sections::add_memory_region): Convert
8291 field precision to int.
8292 * script.cc (script_set_section_region, script_set_section_region):
8293 Convert field precision to int.
8294
731ca54a
RÁE
82952010-09-08 Rafael Espindola <espindola@google.com>
8296
8297 * arm.cc (do_finalize_sections): Create the __exidx_start and
8298 __exdix_end symbols even when the section is missing.
8299
7f8cd844
NC
83002010-09-08 Nick Clifton <nickc@redhat.com>
8301
8302 * README: Remove claim that MEMORY is not supported.
8303 * expression.cc (script_exp_function_origin)
8304 (script_exp_function_length): Move from here to ...
8305 * script.cc: ... here.
8306 (script_set_section_region, script_add_memory)
8307 (script_parse_memory_attr, script_include_directive): New
8308 functions.
8309 * script-sections.cc
8310 (class Memory_region): New class.
8311 (class Output_section_definition): Add set_memory_region,
8312 set_section_vma, set_section_lma and get_section_name methods.
8313 (class Script_Sections): Add add_memory_region,
8314 find_memory_region, find_memory_region_origin,
8315 find_memory_region_length and set_memory_region methods.
8316 Have set_section_addresses method walk the list of set memory
8317 regions.
8318 Extend the print methos to display memory regions.
8319 * script-sections.h: Add prototypes for new methods.
8320 Add enum for MEMORY region attributes.
8321 * yyscript.y: Add support for parsing MEMORY regions.
8322 * script-c.h: Add prototypes for new functions.
8323 * testsuite/Makefile.am: Add test of MEMORY region functionality.
8324 * testsuite/Makefile.in: Regenerate.
8325 * testsuite/memory_test.sh: New script.
8326 * testsuite/memory_test.s: New assembler source file.
8327 * testsuite/memory_test.t: New linker script.
8328
a4649286
DK
83292010-08-27 Doug Kwan <dougkwan@google.com>
8330
8331 * gold/resolve.cc (Symbol_table::should_override): Let a weak
8332 reference override an existing dynamic weak reference.
8333 * testsuite/Makefile.am: Add new test dyn_weak_ref.
8334 * testsuite/Makefile.in: Regenerate.
8335 * testsuite/dyn_weak_ref.sh: New file.
8336 * testsuite/dyn_weak_ref_1.c: Ditto.
8337 * testsuite/dyn_weak_ref_2.c: Ditto.
8338
b56648ad
ILT
83392010-08-27 Ian Lance Taylor <iant@google.com>
8340
8341 * incremental.h (class Incremental_input_entry): Add virtual
8342 destructor.
8343
809313cb
ILT
83442010-08-27 Ian Lance Taylor <iant@google.com>
8345
8346 * testsuite/start_lib_test_3.c: Mark t3 as used.
8347
11e32464
NC
83482010-08-27 Nick Clifton <nickc@redhat.com>
8349
8350 * options.cc (version_script): Fix small typo in previous
8351 whitespace tidyup.
8352
ca09d69a
NC
83532010-08-25 Nick Clifton <nickc@redhat.com>
8354
8355 * archive.cc: Formatting fixes: Remove whitespace between
8356 typename and following asterisk. Remove whitespace between
8357 function name and opening parenthesis.
8358 * archive.h: Likewise.
8359 * arm.cc: Likewise.
8360 * attributes.cc: Likewise.
8361 * attributes.h: Likewise.
8362 * common.cc: Likewise.
8363 * copy-relocs.cc: Likewise.
8364 * dirsearch.h: Likewise.
8365 * dynobj.cc: Likewise.
8366 * ehframe.cc: Likewise.
8367 * ehframe.h: Likewise.
8368 * expression.cc: Likewise.
8369 * fileread.cc: Likewise.
8370 * fileread.h: Likewise.
8371 * gc.h: Likewise.
8372 * gold-threads.cc: Likewise.
8373 * gold.cc: Likewise.
8374 * i386.cc: Likewise.
8375 * icf.h: Likewise.
8376 * incremental-dump.cc: Likewise.
8377 * incremental.cc: Likewise.
8378 * layout.cc: Likewise.
8379 * layout.h: Likewise.
8380 * main.cc: Likewise.
8381 * merge.cc: Likewise.
8382 * merge.h: Likewise.
8383 * object.cc: Likewise.
8384 * object.h: Likewise.
8385 * options.cc: Likewise.
8386 * options.h: Likewise.
8387 * output.cc: Likewise.
8388 * output.h: Likewise.
8389 * plugin.cc: Likewise.
8390 * plugin.h: Likewise.
8391 * powerpc.cc: Likewise.
8392 * reloc.cc: Likewise.
8393 * script-c.h: Likewise.
8394 * script-sections.cc: Likewise.
8395 * script.cc: Likewise.
8396 * stringpool.cc: Likewise.
8397 * symtab.cc: Likewise.
8398 * symtab.h: Likewise.
8399 * target.cc: Likewise.
8400 * timer.cc: Likewise.
8401 * timer.h: Likewise.
8402 * version.cc: Likewise.
8403 * x86_64.cc: Likewise.
8404
b8fa8750
NC
84052010-08-24 Nick Clifton <nickc@redhat.com>
8406
8407 PR 11899
8408 * layout.cc (segment_precedes): Sort segments by their physical
8409 addresses, if they have been set.
8410
9919d93b
CC
84112010-08-23 Cary Coutant <ccoutant@google.com>
8412
8413 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
8414 symbols data.
8415 (Lib_group::include_member): Unlock object after deleting its
8416 symbols data.
8417 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
8418 the bug fixed here.
8419
97b4be1c
CC
84202010-08-19 Neil Vachharajani <nvachhar@google.com>
8421 Cary Coutant <ccoutant@google.com>
8422
8423 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
8424 constructor, and set_blocker.
8425 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
8426 readsyms_blocker_.
8427 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
8428 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
8429 * testsuite/Makefile.am (start_lib_test): New test case.
8430 * testsuite/Makefile.in: Regenerate.
8431 * testsuite/start_lib_test_main.c: New file.
8432 * testsuite/start_lib_test_1.c: New file.
8433 * testsuite/start_lib_test_2.c: New file.
8434 * testsuite/start_lib_test_3.c: New file.
8435
dd0b1884
ILT
84362010-08-19 Ian Lance Taylor <iant@google.com>
8437
8438 * Makefile.in: Rebuild with automake 1.11.1.
8439 * aclocal.m4: Likewise.
8440 * testsuite/Makefile.in: Likewise.
8441
7223e9ca
ILT
84422010-08-19 Ian Lance Taylor <iant@google.com>
8443
8444 PR 10893
8445 * i386.cc (class Output_data_plt_i386): Update declarations.
8446 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
8447 local_ifuncs_ fields.
8448 (Target_i386::do_plt_section_for_global): New function.
8449 (Target_i386::do_plt_section_for_local): New function.
8450 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
8451 parameter; change all callers. Initialize global_ifuncs_ and
8452 local_ifuncs_. If doing a static link define __rel_iplt_start and
8453 __rel_iplt_end.
8454 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
8455 (Output_data_plt_i386::add_local_ifunc_entry): New function.
8456 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
8457 symbols.
8458 (Target_i386::make_plt_section): New function, broken out of
8459 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
8460 (Target_i386::make_plt_entry): Call make_plt_section.
8461 (Target_i386::make_local_ifunc_plt_entry): New function.
8462 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
8463 (Target_i386::Scan::local): Handle IFUNC symbols. Add
8464 R_386_IRELATIVE to switch.
8465 (Target_i386::Scan::global): Likewise.
8466 (Target_i386::Relocate::relocate): Likewise.
8467 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
8468 switch.
8469 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
8470 (Target_x86_64::do_plt_section_for_global): New function.
8471 (Target_x86_64::do_plt_section_for_local): New function.
8472 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
8473 parameter; change all callers. If doing a static link define
8474 __rela_iplt_start and __rela_iplt_end.
8475 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
8476 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
8477 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
8478 to point to .plt.
8479 (Target_x86_64::make_local_ifunc_plt_entry): New function.
8480 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
8481 switch.
8482 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
8483 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
8484 R_X86_64_IRELATIVE to switch.
8485 (Target_x86_64::Scan::global): Likewise.
8486 (Target_x86_64::Relocate::relocate): Likewise.
8487 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
8488 switch.
8489 * target.h (class Target): Add plt_section_for_global and
8490 plt_section_for_local functions. Add do_plt_section_for_global
8491 and do_plt_section_for_local virtual functions.
8492 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
8493 clarifying comments.
8494 (Symbol::use_plt_offset): Handle IFUNC symbol.
8495 * object.cc (Sized_relobj::Sized_relobj): Initialize
8496 local_plt_offsets_.
8497 (Sized_relobj::local_has_plt_offset): New function.
8498 (Sized_relobj::local_plt_offset): New function.
8499 (Sized_relobj::set_local_plt_offset): New function.
8500 (Sized_relobj::do_count): Handle IFUNC symbol.
8501 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
8502 a bit away from input_shndx_ field. Add set_is_func_symbol and
8503 is_ifunc_symbol functions.
8504 (class Sized_relobj): Update declarations. Remove Tls_got_entry
8505 and Local_tls_got_offsets. Define Local_plt_offsets. Add
8506 local_plt_offsets_ field.
8507 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
8508 * output.h (class Output_section_data): Add non-const
8509 output_section function.
8510 (class Output_data_got): Update declarations.
8511 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
8512 Add use_plt_offset parameter to global and local constructors.
8513 Change all callers. Change local_sym_index_ field to 31 bits.
8514 Change GSYM_CODE and CONSTANT_CODE accordingly.
8515 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
8516 doing a static link don't set sh_link field.
8517 (Output_data_got::Got_entry::write): Use PLT offset if
8518 appropriate.
8519 (Output_data_got::add_global_plt): New function.
8520 (Output_data_got::add_local_plt): New function.
8521 * target-reloc.h (relocate_section): Handle IFUNC symbol.
8522 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
8523 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
8524 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
8525 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
8526 IFUNC conditional.
8527 * testsuite/ifunc-sel.h: New file.
8528 * testsuite/ifuncmain1.c: New file.
8529 * testsuite/ifuncmain1vis.c: New file.
8530 * testsuite/ifuncmod1.c: New file.
8531 * testsuite/ifuncdep2.c: New file.
8532 * testsuite/ifuncmain2.c: New file.
8533 * testsuite/ifuncmain3.c: New file.
8534 * testsuite/ifuncmod3.c: New file.
8535 * testsuite/ifuncmain4.c: New file.
8536 * testsuite/ifuncmain5.c: New file.
8537 * testsuite/ifuncmod5.c: New file.
8538 * testsuite/ifuncmain6pie.c: New file.
8539 * testsuite/ifuncmod6.c: New file.
8540 * testsuite/ifuncmain7.c: New file.
8541 * configure, testsuite/Makefile.in: Rebuild.
8542
56f75c03
ILT
85432010-08-18 Ian Lance Taylor <iant@google.com>
8544
8545 * incremental.cc
8546 (Output_section_incremental_inputs::write_input_files): Add cast
8547 to avoid signed/unsigned comparison warning.
8548 (Output_section_incremental_inputs::write_info_blocks): Likewise.
8549
55455f89
CC
85502010-08-12 Cary Coutant <ccoutant@google.com>
8551
8552 * common.cc (Sort_commons::operator()): Remove unnecessary code.
8553
e2054bcb
ILT
85542010-08-13 Ian Lance Taylor <iant@google.com>
8555
8556 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
8557
74f67560
DK
85582010-08-12 Cary Coutant <ccoutant@google.com>
8559 Doug Kwan <dougkwan@google.com>
8560
8561 * resolve.cc (Symbol_table::should_override): When a weak dynamic
8562 defintion overrides non-weak undef, remember that the original undef
8563 is not weak.
8564 * symtab.cc (Symbol_table::sized_write_global): For undef without
8565 an original weak binding, set binding to global in output.
8566 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
8567 * testsuite/Makefile.in: Regenerate.
8568 * testsuite/strong_ref_weak_def.sh: New file.
8569 * testsuite/strong_ref_weak_def_1.c: Ditto.
8570 * testsuite/strong_ref_weak_def_2.c: Ditto.
8571
d1238d12
CC
85722010-08-12 Cary Coutant <ccoutant@google.com>
8573
8574 * testsuite/incremental_test.sh: Rewrite.
8575 * testsuite/incremental_test_1.c: Rewrite.
8576 * testsuite/incremental_test_2.c: Rewrite.
8577
0e70b911
CC
85782010-08-12 Cary Coutant <ccoutant@google.com>
8579
8580 * arm.cc (Target_arm::got_size): Add const.
8581 (Target_arm::got_entry_count): New function.
8582 (Target_arm::plt_entry_count): New function.
8583 (Target_arm::first_plt_entry_offset): New function.
8584 (Target_arm::plt_entry_size): New function.
8585 (Output_data_plt_arm::entry_count): New function.
8586 (Output_data_plt_arm::first_plt_entry_offset): New function.
8587 (Output_data_plt_arm::get_plt_entry_size): New function.
8588 * i386.cc (Target_i386::got_size): Add const.
8589 (Target_i386::got_entry_count): New function.
8590 (Target_i386::plt_entry_count): New function.
8591 (Target_i386::first_plt_entry_offset): New function.
8592 (Target_i386::plt_entry_size): New function.
8593 (Output_data_plt_i386::entry_count): New function.
8594 (Output_data_plt_i386::first_plt_entry_offset): New function.
8595 (Output_data_plt_i386::get_plt_entry_size): New function.
8596 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
8597 find_incremental_inputs_sections. Dump incremental_got_plt section.
8598 * incremental.cc: Include target.h.
8599 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
8600 parameter. Adjust all callers. Find incremental_got_plt section.
8601 (Incremental_inputs::create_data_sections): Create incremental_got_plt
8602 section.
8603 (Output_section_incremental_inputs::set_final_data_size): Calculate
8604 size of incremental_got_plt section.
8605 (Output_section_incremental_inputs::do_write): Write the
8606 incremental_got_plt section.
8607 (Got_plt_view_info): New struct.
8608 (Local_got_offset_visitor): New class.
8609 (Global_got_offset_visitor): New class.
8610 (Global_symbol_visitor_got_plt): New class.
8611 (Output_section_incremental_inputs::write_got_plt): New function.
8612 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
8613 Add parameter. Adjust all callers.
8614 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
8615 (Incremental_inputs::got_plt_section): New function.
8616 (Incremental_inputs::got_plt_section_): New data member.
8617 (Incremental_got_plt_reader): New class.
8618 * layout.cc (Layout::create_incremental_info_sections): Add the
8619 incremental_got_plt section.
8620 * object.h (Got_offset_list::get_list): New function.
8621 (Got offset_list::for_all_got_offsets): New function.
8622 (Sized_relobj::local_got_offset_list): New function.
8623 * powerpc.cc (Target_powerpc::got_size): Add const.
8624 (Target_powerpc::got_entry_count): New function.
8625 (Target_powerpc::plt_entry_count): New function.
8626 (Target_powerpc::first_plt_entry_offset): New function.
8627 (Target_powerpc::plt_entry_size): New function.
8628 (Output_data_plt_powerpc::entry_count): New function.
8629 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
8630 (Output_data_plt_powerpc::get_plt_entry_size): New function.
8631 * sparc.cc (Target_sparc::got_size): Add const.
8632 (Target_sparc::got_entry_count): New function.
8633 (Target_sparc::plt_entry_count): New function.
8634 (Target_sparc::first_plt_entry_offset): New function.
8635 (Target_sparc::plt_entry_size): New function.
8636 (Output_data_plt_sparc::entry_count): New function.
8637 (Output_data_plt_sparc::first_plt_entry_offset): New function.
8638 (Output_data_plt_sparc::get_plt_entry_size): New function.
8639 * symtab.h (Symbol::got_offset_list): New function.
8640 (Symbol_table::for_all_symbols): New function.
8641 * target.h (Sized_target::got_entry_count): New function.
8642 (Sized_target::plt_entry_count): New function.
8643 (Sized_target::plt_entry_size): New function.
8644 * x86_64.cc (Target_x86_64::got_size): Add const.
8645 (Target_x86_64::got_entry_count): New function.
8646 (Target_x86_64::plt_entry_count): New function.
8647 (Target_x86_64::first_plt_entry_offset): New function.
8648 (Target_x86_64::plt_entry_size): New function.
8649 (Output_data_plt_x86_64::entry_count): New function.
8650 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
8651 (Output_data_plt_x86_64::get_plt_entry_size): New function.
8652
09ec0418
CC
86532010-08-12 Cary Coutant <ccoutant@google.com>
8654
8655 * archive.cc: Include incremental.h.
8656 (Archive::Archive): Initialize incremental_info_.
8657 (Archive::include_member): Record archive members in incremental info.
8658 (Add_archive_symbols::run): Record begin and end of an archive in
8659 incremental info.
8660 (Lib_group::include_member): Record objects in incremental info.
8661 * archive.h (Incremental_archive_entry): Forward declaration.
8662 (Archive::set_incremental_info): New member function.
8663 (Archive::incremental_info): New member function.
8664 (Archive::Unused_symbol_iterator): New class.
8665 (Archive::unused_symbols_begin): New member function.
8666 (Archive::unused_symbols_end): New member function.
8667 (Archive::incremental_info_): New data member.
8668 * incremental-dump.cc (find_input_containing_global): New function.
8669 (dump_incremental_inputs): Dump new incremental info sections.
8670 * incremental.cc: Include symtab.h.
8671 (Output_section_incremental_inputs): New class.
8672 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
8673 new incremental info sections.
8674 (Sized_incremental_binary::do_check_inputs): Likewise.
8675 (Incremental_inputs::report_archive): Remove.
8676 (Incremental_inputs::report_archive_begin): New function.
8677 (Incremental_inputs::report_archive_end): New function.
8678 (Incremental_inputs::report_object): New function.
8679 (Incremental_inputs::finalize_inputs): Remove.
8680 (Incremental_inputs::report_input_section): New function.
8681 (Incremental_inputs::report_script): Rewrite.
8682 (Incremental_inputs::finalize): Do nothing but finalize string table.
8683 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
8684 (Incremental_inputs::sized_create_inputs_section_data): Remove.
8685 (Incremental_inputs::create_data_sections): New function.
8686 (Incremental_inputs::relocs_entsize): New function.
8687 (Output_section_incremental_inputs::set_final_data_size): New function.
8688 (Output_section_incremental_inputs::do_write): New function.
8689 (Output_section_incremental_inputs::write_header): New function.
8690 (Output_section_incremental_inputs::write_input_files): New function.
8691 (Output_section_incremental_inputs::write_info_blocks): New function.
8692 (Output_section_incremental_inputs::write_symtab): New function.
8693 * incremental.h (Incremental_script_entry): Forward declaration.
8694 (Incremental_object_entry): Forward declaration.
8695 (Incremental_archive_entry): Forward declaration.
8696 (Incremental_inputs): Forward declaration.
8697 (Incremental_inputs_header_data): Remove.
8698 (Incremental_inputs_header): Remove.
8699 (Incremental_inputs_header_write): Remove.
8700 (Incremental_inputs_entry_data): Remove.
8701 (Incremental_inputs_entry): Remove.
8702 (Incremental_inputs_entry_write): Remove.
8703 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
8704 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
8705 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
8706 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
8707 Likewise.
8708 (Incremental_input_entry): New class.
8709 (Incremental_script_entry): New class.
8710 (Incremental_object_entry): New class.
8711 (Incremental_archive_entry): New class.
8712 (Incremental_inputs::Incremental_inputs): Initialize new data members.
8713 (Incremental_inputs::report_inputs): Remove.
8714 (Incremental_inputs::report_archive): Remove.
8715 (Incremental_inputs::report_archive_begin): New function.
8716 (Incremental_inputs::report_archive_end): New function.
8717 (Incremental_inputs::report_object): Change prototype.
8718 (Incremental_inputs::report_input_section): New function.
8719 (Incremental_inputs::report_script): Change prototype.
8720 (Incremental_inputs::get_reloc_count): New function.
8721 (Incremental_inputs::set_reloc_count): New function.
8722 (Incremental_inputs::create_data_sections): New function.
8723 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
8724 (Incremental_inputs::inputs_section): New function.
8725 (Incremental_inputs::symtab_section): New function.
8726 (Incremental_inputs::relocs_section): New function.
8727 (Incremental_inputs::get_stringpool): Add const.
8728 (Incremental_inputs::command_line): Add const.
8729 (Incremental_inputs::inputs): Remove.
8730 (Incremental_inputs::command_line_key): New function.
8731 (Incremental_inputs::input_file_count): New function.
8732 (Incremental_inputs::input_files): New function.
8733 (Incremental_inputs::relocs_entsize): New function.
8734 (Incremental_inputs::sized_create_inputs_section_data): Remove.
8735 (Incremental_inputs::finalize_inputs): Remove.
8736 (Incremental_inputs::Input_info): Remove.
8737 (Incremental_inputs::lock_): Remove.
8738 (Incremental_inputs::inputs_): Change type.
8739 (Incremental_inputs::inputs_map_): Remove.
8740 (Incremental_inputs::current_object_entry_): New data member.
8741 (Incremental_inputs::inputs_section_): New data member.
8742 (Incremental_inputs::symtab_section_): New data member.
8743 (Incremental_inputs::relocs_section_): New data member.
8744 (Incremental_inputs::reloc_count_): New data member.
8745 (Incremental_inputs_reader): New class.
8746 (Incremental_symtab_reader): New class.
8747 (Incremental_relocs_reader): New class.
8748 * layout.cc (Layout::finalize): Move finalization of incremental info
8749 and creation of incremental info sections to follow finalization of
8750 symbol table. Set offsets for postprocessing sections.
8751 (Layout::create_incremental_info_sections): Call
8752 Incremental_inputs::create_data_sections. Add incremental symtab
8753 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
8754 sections to layout after input sections.
8755 * layout.h (struct Timespec): Forward declaration.
8756 (Layout::incremental_inputs): Add const.
8757 (Layout::create_incremental_info_sections): Add parameter.
8758 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
8759 * object.cc: Include incremental.h.
8760 (Relobj::finalize_incremental_relocs): New function.
8761 (Sized_relobj::do_layout): Record input sections in incremental info.
8762 * object.h (Object::output_section): New function.
8763 (Object::output_section_offset): Moved from Relobj.
8764 (Object::get_incremental_reloc_base): New function.
8765 (Object::get_incremental_reloc_count): New function.
8766 (Object::do_output_section): New function.
8767 (Object::do_output_section_offset): Moved from Relobj.
8768 (Object::do_get_incremental_reloc_base): New function.
8769 (Object::do_get_incremental_reloc_count): New function.
8770 (Object::Object): Initialize new data members.
8771 (Relobj::output_section): Renamed do_output_section and moved to
8772 protected.
8773 (Relobj::output_section_offset): Moved to Object.
8774 (Relobj::do_get_incremental_reloc_base): New function.
8775 (Relobj::do_get_incremental_reloc_count): New function.
8776 (Relobj::allocate_incremental_reloc_counts): New function.
8777 (Relobj::count_incremental_reloc): New function.
8778 (Relobj::finalize_incremental_relocs): New function.
8779 (Relobj::next_incremental_reloc_index): New function.
8780 (Relobj::reloc_counts_): New data member.
8781 (Relobj::reloc_bases_): New data member.
8782 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
8783 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
8784 (Sized_relobj::incremental_relocs_scan): New function.
8785 (Sized_relobj::incremental_relocs_scan_reltype): New function.
8786 (Sized_relobj::incremental_relocs_write): New function.
8787 (Sized_relobj::incremental_relocs_write_reltype): New function.
8788 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
8789 incremental link.
8790 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
8791 archives and object files elsewhere.
8792 (Add_symbols::run): Report object files here.
8793 (Finish_group::run): Report end of archive at end of group.
8794 * reloc.cc: Include layout.h, incremental.h.
8795 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
8796 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
8797 (Sized_relobj::incremental_relocs_scan): New function.
8798 (Sized_relobj::incremental_relocs_scan_reltype): New function.
8799 (Sized_relobj::do_relocate_sections): Write incremental relocations.
8800 (Sized_relobj::incremental_relocs_write): New function.
8801 (Sized_relobj::incremental_relocs_write_reltype): New function.
8802 * script.cc (read_input_script): Rewrite test for incremental link.
8803 Change call to Incremental_inputs::report_script.
8804 * symtab.h (Symbol_table::first_global_index): New function.
8805 (Symbol_table::output_count): New function.
8806
ce0d1972
DK
88072010-08-12 Doug Kwan <dougkwan@google.com>
8808
8809 * arm.cc (Target_arm::merge_object_attributes): Check command line
8810 options --no-wchar-size-warning and --no-enum-size-warning.
8811 * options.h (General_options): Add ld-compatible options
8812 --no-enum-size-warning and --no-wchar-size-warning.
8813
6e5710ce
ILT
88142010-08-04 Ian Lance Taylor <iant@google.com>
8815
8816 * x86_64.cc (Target_x86_64::Scan::local): Use
8817 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
8818 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
8819 (Target_x86_64::Scan::global): Likewise.
8820 (Target_x86_64::Relocate::relocate): Likewise.
8821 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
8822 Likewise.
8823
fef830db
CC
88242010-08-03 Cary Coutant <ccoutant@google.com>
8825
8826 * merge.cc (Output_merge_string::do_add_input_section): Count strings
8827 to reserve space in merged_strings vector. Keep total input size
8828 for stats.
8829 (Output_merge_string::do_print_merge_stats): Print total input size.
8830 * merge.h (Output_merge_string): Add input_size_ field.
8831 * stringpool.cc (Stringpool_template::string_length): Move
8832 implementations out of Stringpool_template class and place in
8833 stringpool.h.
8834 * stringpool.h (string_length): Move out of Stringpool_template.
8835
1e3811b0
ILT
88362010-08-03 Ian Lance Taylor <iant@google.com>
8837
8838 PR 11712
8839 * layout.cc (relaxation_loop_body): If address of load segment is
8840 set, adjust address to include headers if possible.
8841
7af0c620
ILT
88422010-08-03 Ian Lance Taylor <iant@google.com>
8843
8844 * version.cc (version_string): Bump to 1.10.
8845
22f0da72
ILT
88462010-08-03 Ian Lance Taylor <iant@google.com>
8847
8848 PR 11805
8849 * layout.h (enum Output_section_order): Define.
8850 (class Layout): Update declarations.
8851 * layout.cc (Layout::get_output_section): Add order parameter.
8852 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
8853 is_first_non_relro parameters. Change all callers.
8854 (Layout::choose_output_section): Likewise.
8855 (Layout::add_output_section_data): Likewise.
8856 (Layout::make_output_section): Likewise. Set order.
8857 (Layout::default_section_order): New function.
8858 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
8859 * output.cc (Output_section::Output_section): Initialize order_.
8860 Don't initialize deleted fields.
8861 (Output_segment::Output_segment): Don't initialize deleted
8862 fields.
8863 (Output_segment::add_output_section_to_load): New function
8864 replacing add_output_section. Change all callers to call this or
8865 add_output_section_to_nonload.
8866 (Output_segment::add_output_section_to_nonload): New function.
8867 (Output_segment::remove_output_section): Rewrite.
8868 (Output_segment::add_initial_output_data): Likewise.
8869 (Output_segment::has_any_data_sections): Likewise.
8870 (Output_segment::is_first_section_relro): Likewise.
8871 (Output_segment::maximum_alignment): Likewise.
8872 (Output_segment::has_dynamic_reloc): New function replacing
8873 dynamic_reloc_count. Change all callers.
8874 (Output_segment::has_dynamic_reloc_list): New function replacing
8875 dynamic_reloc_count_list. Change all callers.
8876 (Output_segment::set_section_addresses): Rewrite.
8877 (Output_segment::set_offset): Rewrite.
8878 (Output_segment::find_first_and_last_list): Remove.
8879 (Output_segment::set_tls_offsets): Rewrite.
8880 (Output_segment::first_section_load_address): Likewise.
8881 (Output_segment::output_section_count): Likewise.
8882 (Output_segment::section_with_lowest_load_address): Likewise.
8883 (Output_segment::write_section_headers): Likewise.
8884 (Output_segment::print_sections_to_map): Likewise.
8885 * output.h (class Output_data): Remove dynamic_reloc_count_
8886 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
8887 (Output_data::add_dynamic_reloc): Rewrite.
8888 (Output_data::has_dynamic_reloc): New function.
8889 (Output_data::dynamic_reloc_count): Remove.
8890 (class Output_section): Add order_ field. Remvoe is_relro_local_,
8891 is_last_relro_, is_first_non_relro_, is_interp_,
8892 is_dynamic_linker_section_ fields. Add order and set_order
8893 functions. Remove is_relro_local, set_is_relro_local,
8894 is_last_relro, set_is_last_relro, is_first_non_relro,
8895 set_is_first_non_relro functions, is_interp, set_is_interp,
8896 is_dynamic_linker_section, and set_is_dynamic_linker_section
8897 functions.
8898 (class Output_segment): Change Output_data_list from std::list to
8899 std:;vector. Add output_lists_ field. Remove output_data_ and
8900 output_bss_ fields. Update declarations.
8901
3ff2ccb0
ILT
89022010-08-02 Ian Lance Taylor <iant@google.com>
8903
8904 * arm.cc (Target_arm::gc_process_relocs): Use typename.
8905 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
8906 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
8907
88a4108b
ILT
89082010-08-02 Ian Lance Taylor <iant@google.com>
8909
8910 PR 11855
8911 * script.cc (Script_options::Script_options): Initialize
8912 symbol_definitions_ and symbol_references_.
8913 (Script_options::add_symbol_assignment): Update
8914 symbol_definitions_ and symbol_references_.
8915 (Script_options::add_symbol_reference): New function.
8916 (script_symbol): New function.
8917 * script.h (class Script_options): Add symbol_definitions_ and
8918 symbol_references_ fields.
8919 (Script_options::referenced_const_iterator): New type.
8920 (Script_options::referenced_begin): New function.
8921 (Script_options::referenced_end): New function.
8922 (Script_options::is_referenced): New function.
8923 (Script_options::any_unreferenced): New function.
8924 * script-c.h (script_symbol): Declare.
8925 * yyscript.y (exp): Call script_symbol.
8926 * symtab.cc: Include "script.h".
8927 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
8928 Change all callers. Check symbols referenced by scripts.
8929 (Symbol_table::add_undefined_symbols_from_command_line): Add
8930 layout parameter. Change all callers.
8931 (Symbol_table::do_add_undefined_symbols_from_command_line):
8932 Likewise. Break out loop body. Check symbols referenced by
8933 scripts.
8934 (Symbol_table::add_undefined_symbol_from_command_line): New
8935 function broken out of
8936 do_add_undefined_symbols_from_command_line.
8937 * symtab.h (class Symbol_table): Update declarations.
8938 * archive.cc: Include "layout.h".
8939 (Archive::should_include_member): Add layout parameter. Change
8940 all callers. Check for symbol mentioned in expression.
8941 * archive.h (class Archive): Update declaration.
8942 * object.cc (Sized_relobj::do_should_include_member): Add layout
8943 parameter.
8944 * object.h (Object::should_include_member): Add layout parameter.
8945 Change all callers.
8946 (Object::do_should_include_member): Add layout parameter.
8947 (class Sized_relobj): Update declaration.
8948 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
8949 parameter.
8950 * dynobj.h (class Sized_dynobj): Update declaration.
8951 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
8952 layout parameter.
8953 * plugin.h (class Sized_pluginobj): Update declaration.
8954
5f1ab67a
ILT
89552010-08-02 Ian Lance Taylor <iant@google.com>
8956
8957 PR 11866
8958 * output.cc (Output_segment::set_offset): Search for the first and
8959 last sections rather than assuming that the list is in order.
8960 (Output_segment::find_first_and_last_list): New function.
8961 * output.h (class Output_segment): Update declarations.
8962 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
8963 (relro_strip_test_SOURCES): New variable.
8964 (relro_strip_test_DEPENDENCIES): New variable.
8965 (relro_strip_test_LDFLAGS): New variable.
8966 (relro_strip_test_LDADD): New variable.
8967 (relro_strip_test.so): New target.
8968
a8df5856
ILT
89692010-08-02 Ian Lance Taylor <iant@google.com>
8970
8971 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
8972 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
8973 (Target_i386::got_tlsdesc_section): New function.
8974 (Target_i386::got_section): Create space for GOT entries for
8975 TLSDESC relocations.
8976 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
8977 R_386_TLS_GOTDESC.
8978 (Target_i386::Scan::global): Likewise.
8979 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
8980 using TLSDESC GOT.
8981 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
8982 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
8983 (Target_x86_64::got_tlsdesc_section): New function.
8984 (Target_x86_64::got_section): Create space for GOT entries for
8985 TLSDESC relocations.
8986 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
8987 R_386_TLS_GOTDESC.
8988 (Target_x86_64::Scan::global): Likewise.
8989 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
8990 using TLSDESC GOT.
8991
0c10a0a6
ILT
89922010-08-02 Ian Lance Taylor <iant@google.com>
8993
8994 * testsuite/final_layout.sh: Use dc to convert from hex to
8995 decimal.
8996
41cbeecc
ST
89972010-07-29 Sriraman Tallam <tmsriram@google.com>
8998
8999 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
9000 paramter to the call to gold::gc_process_relocs.
9001 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
9002 paramter to the call to gold::gc_process_relocs.
9003 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
9004 parameter to the call to gold::gc_process_relocs.
9005 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
9006 template parameter to the call to gold::gc_process_relocs.
9007 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
9008 paramter to the call to gold::gc_process_relocs.
9009 * gc.h (get_embedded_addend_size): New function.
9010 (gc_process_relocs): Save the size of the reloc for use by ICF.
9011 * icf.cc (get_section_contents): Get the addend from the text section
9012 for SHT_REL relocation sections.
9013 * icf.h (Icf::Reloc_addend_size_info): New typedef.
9014 (Icf::Reloc_info): Add new member reloc_addend_size_info.
9015 * int_encoding.h (read_from_pointer): New overloaded function.
9016 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
9017 * testsuite/icf_sht_rel_addend_test.sh: New file.
9018 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
9019 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
9020
6ea55b82
RW
90212010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9022
9023 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
9024 * Makefile.in: Regenerate.
9025 * testsuite/Makefile.in: Regenerate.
9026
9691462b
ILT
90272010-07-27 Jeffrey Yasskin <jyasskin@google.com>
9028
9029 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
9030 * gold/testsuite/debug_msg.cc: Likewise.
9031 * gold/testsuite/odr_violation1.cc
9032 * gold/testsuite/odr_violation2.cc
9033
76897331
CC
90342010-07-21 Cary Coutant <ccoutant@google.com>
9035
9036 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
9037 string, and length fields.
9038 (Output_merge_string::Merged_strings_list): New type.
9039 (Output_merge_string::Merged_strings_lists): New typedef.
9040 (Output_merge_string): Replace merged_strings_ with
9041 merged_strings_lists_.
9042 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
9043 Merged_strings_list per input object and section. Don't store pointer
9044 to the string. Don't store length with each merged string entry.
9045 (Output_merge_string::finalize_merged_data): Loop over list of merged
9046 strings lists. Recompute length of each merged string.
9047
78384e8f
CC
90482010-07-15 Cary Coutant <ccoutant@google.com>
9049
9050 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
9051 here.
9052
783659f9
ILT
90532010-07-14 Ian Lance Taylor <iant@google.com>
9054
9055 * descriptors.cc (Descriptors::open): Report correct name in error
9056 message.
9057
131687b4
DK
90582010-07-13 Doug Kwan <dougkwan@google.com>
9059
9060 * arm.cc (Arm_input_section::Arm_input_section): For a
9061 SHT_ARM_EXIDX section, always keeps the input sections.
9062 (Arm_input_section::set_exidx_section_link): New method.
9063 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
9064 has_errors_ to false.
9065 (Arm_exidx_input_section::has_errors,
9066 Arm_exidx_input_section::set_has_errors): New methods.
9067 (Arm_exidx_input_section::has_errors_): New data member.
9068 (Arm_relobj::get_exidx_shndx_list): New method.
9069 (Arm_output_section::append_text_sections_to_list): Do not skip
9070 section without SHF_EXECINSTR.
9071 (Arm_output_section::fix_exidx_coverage): Skip input sections with
9072 errors.
2e702c99 9073 (Arm_relobj::make_exidx_input_section): Add new parameter for text
131687b4
DK
9074 section header. Make error messages more verbose. Check for
9075 a non-executable section linked to an EXIDX section.
9076 (Arm_relobj::do_read_symbols): Remove error checking, which has been
9077 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
9078 check that there is no deferred EXIDX section if we exit early.
9079 Instead of not making an EXIDX section in case of an error, make one
9080 and set the has_errors flag of it.
9081 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
9082 in a relocatable link.
9083 (Target_arm::do_relax): Look for the EXIDX output section instead of
9084 assuming that it is called .ARM.exidx.
2e702c99 9085 (Target_arm::fix_exidx_coverage): Add a new parameter for input
131687b4
DK
9086 section list. Do not check for SHF_EXECINSTR section flags but
9087 skip any input section with errors.
9088 * output.cc (Output_section::Output_section): Initialize
9089 always_keeps_input_sections_ to false.
9090 (Output_section::add_input_section): Check for
9091 always_keeps_input_sections_.
9092 * output.h (Output_section::always_keeps_input_sections,
9093 Output_section::set_always_keeps_input_sections): New methods.
9094 (Output_section::always_keeps_input_sections): New data member.
9095
69517287
RÁE
90962010-07-13 Rafael Espindola <espindola@google.com>
9097
9098 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
9099 * fileread.h (Input_file): Add try_extra_search_path and find_file.
9100
82742395
ILT
91012010-07-13 Philip Herron <herron.philip@googlemail.com>
9102 Ian Lance Taylor <iant@google.com>
9103
9104 * output.h (Output_section_lookup_maps::add_merge_section):
9105 Correct check of whether value was inserted.
9106 (Output_section_lookup_maps::add_merge_input_section): Likewise.
9107 (Output_section_lookup_maps::add_relaxed_input_section):
9108 Likewise.
9109 * arm.cc (Target_arm::got_section): Remove used local os.
9110 * i386.cc (Target_i386::got_section): Likewise.
9111 * x86_64.cc (Target_x86_64::got_section): Likewise.
9112 * sparc.cc (Target_sparc::got_section): Likewise.
9113 (Target_sparc::relocate): Remove unused local have_got_offset.
9114 * powerpc.cc (Target_powerpc::relocate): Likewise.
9115
f2d707b5
ILT
91162010-07-13 Ian Lance Taylor <iant@google.com>
9117
241531d6
ILT
9118 * compressed_output.cc (zlib_decompress): Fix signature in
9119 !HAVE_ZLIB_H case.
9120
f2d707b5
ILT
9121 * archive.cc (Archive::include_member): Unlock an external member
9122 of a thin archive. Don't bother to delete an object we know is
9123 NULL.
9124
a2e47362
CC
91252010-07-12 Cary Coutant <ccoutant@google.com>
9126
9127 * compressed_output.cc (zlib_decompress): New function.
9128 (get_uncompressed_size): New function.
9129 (decompress_input_section): New function.
9130 * compressed_output.h (get_uncompressed_size): New function.
9131 (decompress_input_section): New function.
9132 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
9133 Handle compressed debug sections.
9134 * layout.cc (is_compressed_debug_section): New function.
9135 (Layout::output_section_name): Map compressed section names to
9136 canonical names.
9137 * layout.h (is_compressed_debug_section): New function.
9138 (is_debug_info_section): Recognize compressed debug sections.
9139 * merge.cc: Include compressed_output.h.
9140 (Output_merge_data::do_add_input_section): Handle compressed
9141 debug sections.
9142 (Output_merge_string::do_add_input_section): Handle compressed
9143 debug sections.
9144 * object.cc: Include compressed_output.h.
9145 (Sized_relobj::Sized_relobj): Initialize new data members.
9146 (build_compressed_section_map): New function.
9147 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
9148 * object.h (Object::section_is_compressed): New method.
9149 (Object::do_section_is_compressed): New method.
9150 (Sized_relobj::Compressed_section_map): New type.
9151 (Sized_relobj::do_section_is_compressed): New method.
9152 (Sized_relobj::compressed_sections_): New data member.
9153 * output.cc (Output_section::add_input_section): Handle compressed
9154 debug sections.
9155 * reloc.cc: Include compressed_output.h.
9156 (Sized_relobj::write_sections): Handle compressed debug sections.
9157
ce279a62
CC
91582010-07-08 Cary Coutant <ccoutant@google.com>
9159
9160 * resolve.cc (Symbol_table::resolve): Remember whether undef was
9161 weak when resolving to a dynamic def.
9162 (Symbol_table::should_override): Add adjust_dyndef flag; set it
9163 for weak undef/dynamic def cases. Adjust callers.
9164 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
9165 undef_binding_weak_.
9166 (Symbol_table::sized_write_globals): Adjust symbol binding.
9167 (Symbol_table::sized_write_symbol): Add binding parameter.
9168 * symtab.h (Symbol::set_undef_binding): New method.
9169 (Symbol::is_undef_binding_weak): New method.
9170 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
9171 (Symbol_table::should_override): Add new parameter.
9172 (Symbol_table::sized_write_symbol): Add new parameter.
9173
9174 * testsuite/weak_undef_file1.cc: Add new test case.
9175 * testsuite/weak_undef_file2.cc: Fix header comment.
9176 * testsuite/weak_undef_test.cc: Add new test case.
9177
b2286c10
DK
91782010-06-29 Doug Kwan <dougkwan@google.com>
9179
9180 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
9181 Initialize USE_SYMBOL_.
9182 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
9183 definition.
9184 (Arm_reloc_property::uses_symbol_): New data member declaration.
9185 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
9186 uses symbol value and symbol is undefined but not weakly undefined.
9187
4802450a
RÁE
91882010-06-28 Rafael Espindola <espindola@google.com>
9189
9190 * plugin.cc (Plugin::load): Use dlerror.
9191
e5ca47ba
ILT
91922010-06-26 Jeffrey Yaskin <jyasskin@google.com>
9193
9194 * symtab.cc (detect_odr_violations): When reporting an ODR
9195 violation, report an object where the symbol is defined.
9196
8a75a161
DK
91972010-06-25 Doug Kwan <dougkwan@google.com>
9198
9199 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
9200 (Target_arm::section_may_have_icf_unsafe_pointers): New method
9201 definition.
9202 (Target_arm::Scan::local_reloc_may_be_function_pointer,
9203 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
9204 target hook to detect function points.
9205 (Target_arm::Scan::possible_function_pointer_reloc): New method.
9206 * icf.h (Icf::check_section_for_function_pointers): Change type of
9207 parameter SECTION_NAME to const reference to std::string. Use
9208 target hook to determine if section may have unsafe pointers.
9209 * target.h (Target::section_may_have_icf_unsafe_pointers): New
9210 method definition.
9211
42218b9f
RÁE
92122010-06-21 Rafael Espindola <espindola@google.com>
9213
9214 * fileread.cc (Input_file::find_fie): New
9215 (Input_file::open): Use Input_file::find_fie.
9216 * fileread.h (Input_file::find_fie): New
9217 * plugin.cc (set_extra_library_path): New.
9218 (Plugin::load): Add set_extra_library_path to the transfer vector.
9219 (Plugin_manager::set_extra_library_path): New.
9220 (Plugin_manager::add_input_file): Use the extra search path if set.
9221 (set_extra_library_path(): New.
9222 * plugin.h (Plugin_manager): Add set_extra_library_path and
9223 extra_search_path_.
9224
a0506cca
CC
92252010-06-19 Cary Coutant <ccoutant@google.com>
9226
9227 * layout.cc (gdb_sections): Add .debug_types.
9228 (lines_only_debug_sections): Likewise.
9229
6508b958
RÁE
92302010-06-18 Rafael Espindola <espindola@google.com>
9231
9232 * plugin.cc (add_input_file,add_input_library)
9233 (Plugin_manager::add_input_file): Make filename arguments const.
9234 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
9235 const.
9236
3e235302
DK
92372010-06-16 Doug Kwan <dougkwan@google.com>
9238
9239 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
9240 .ARM.attributes section if we have not merged any input
9241 attributes sections.
9242
106e8a6c
DK
92432010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9244
9245 * arm.cc: Allow combining objects with no EABI version
9246 information.
9247
91ff43fe
RÁE
92482010-06-15 Rafael Espindola <espindola@google.com>
9249
9250 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
9251
68ed838c
ILT
92522010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9253
9254 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
9255 (struct iovec): Correct !HAVE_READV definition.
9256
f3a2388f
CC
92572010-06-10 Cary Coutant <ccoutant@google.com>
9258
9259 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
9260 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
9261 reloc sections.
9262 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
9263
9264 PR 11683
9265 * symtab.h (Symbol::is_placeholder): New member function.
9266 * target-reloc.h (relocate_section): Check for placeholder symbols.
9267
9268 * testsuite/Makefile.am (plugin_test_8): New test.
9269 (plugin_test_9): New test.
9270 * testsuite/Makefile.in: Regenerate.
9271
e1df38aa
NC
92722010-06-09 Nick Clifton <nickc@redhat.com>
9273
9274 * yyscript.y (input_list_element): Allow strings prefixed with
9275 the '-' character. Treat these as libraries.
9276 * script.cc (script_add_library): New function. Adds a library
9277 specified by "-l<name>" found in an input script.
9278 * script-c.h: Add prototype for script_add_library.
9279
25bbe950
DK
92802010-06-07 Doug Kwan <dougkwan@google.com>
9281
9282 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
9283 Restrict stub-group size to be within long conditional branch
9284 range when working around cortex-A8 erratum.
9285
0f32ea4c
ILT
92862010-06-07 Damien Diederen <dd@crosstwine.com>
9287
9288 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
9289 #ifdef typo.
9290
8fe2a369
ST
92912010-06-03 Sriraman Tallam <tmsriram@google.com>
9292
9293 PR gold/11658
9294 * output.cc
9295 (Output_section::Input_section_sort_entry::compare_section_ordering):
9296 Change to return non-zero correctly.
9297 (Output_section::Input_section_sort_section_order_index_compare
9298 ::operator()): Change to fix ambiguity in comparisons.
9299
6e9ba2ca
ST
93002010-06-01 Sriraman Tallam <tmsriram@google.com>
9301
9302 * gold.h (is_wildcard_string): New function.
9303 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
9304 (Layout::layout_eh_frame): Ditto.
9305 (Layout::find_section_order_index): New method.
9306 (Layout::read_layout_from_file): New method.
9307 * layout.h (Layout::find_section_order_index): New method.
9308 (Layout::read_layout_from_file): New method.
9309 (Layout::input_section_position_): New private member.
9310 (Layout::input_section_glob_): New private member.
9311 * main.cc (main): Call read_layout_from_file here.
9312 * options.h (--section-ordering-file): New option.
9313 * output.cc (Output_section::input_section_order_specified_): New
9314 member.
9315 (Output_section::Output_section): Initialize new member.
9316 (Output_section::add_input_section): Add new parameter.
9317 Keep input sections when --section-ordering-file is used.
9318 (Output_section::set_final_data_size): Sort input sections when
9319 section ordering file is specified.
9320 (Output_section::Input_section_sort_entry): Add new parameter.
9321 Check sorting type.
9322 (Output_section::Input_section_sort_entry::compare_section_ordering):
9323 New method.
9324 (Output_section::Input_section_sort_compare::operator()): Change to
9325 consider section_order_index.
9326 (Output_section::Input_section_sort_init_fini_compare::operator()):
9327 Change to consider section_order_index.
9328 (Output_section::Input_section_sort_section_order_index_compare
9329 ::operator()): New method.
9330 (Output_section::sort_attached_input_sections): Change to sort
9331 according to section order when specified.
e1df38aa
NC
9332 (Output_section::add_input_section<32, true>): Add new parameter.
9333 (Output_section::add_input_section<64, true>): Add new parameter.
9334 (Output_section::add_input_section<32, false>): Add new parameter.
9335 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
9336 * output.h (Output_section::add_input_section): Add new parameter.
9337 (Output_section::input_section_order_specified): New
9338 method.
9339 (Output_section::set_input_section_order_specified): New method.
9340 (Input_section::Input_section): Initialize section_order_index_.
9341 (Input_section::section_order_index): New method.
9342 (Input_section::set_section_order_index): New method.
9343 (Input_section::section_order_index_): New member.
9344 (Input_section::Input_section_sort_section_order_index_compare): New
9345 struct.
9346 (Output_section::input_section_order_specified_): New member.
9347 * script-sections.cc (is_wildcard_string): Delete and move modified
9348 method to gold.h.
9349 (Output_section_element_input::Output_section_element_input): Modify
9350 call to is_wildcard_string.
9351 (Output_section_element_input::Input_section_pattern
9352 ::Input_section_pattern): Ditto.
9353 (Output_section_element_input::Output_section_element_input): Ditto.
9354 * testsuite/Makefile.am (final_layout): New test case.
9355 * testsuite/Makefile.in: Regenerate.
9356 * testsuite/final_layout.cc: New file.
9357 * testsuite/final_layout.sh: New file.
9358
3537c84b
RÁE
93592010-06-01 Rafael Espindola <espindola@google.com>
9360
9361 * plugin.cc (Plugin::load): Pass the output name to the plugin.
9362
105b6afd
RÁE
93632010-06-01 Rafael Espindola <espindola@google.com>
9364
9365 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
9366 visibility of symbols.
9367
29e11421
DK
93682010-05-27 Doug Kwan <dougkwan@google.com>
9369
9370 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
9371 from start of output section instead of address for a local symbol
9372 in a merged or relaxed section when doing a relocatable link.
9373
5e0f337e
RÁE
93742010-05-26 Rafael Espindola <espindola@google.com>
9375
703d02da 9376 PR 11604
5e0f337e
RÁE
9377 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
9378 adding sections the garbage collector removed.
9379 * gold/testsuite/Makefile.am: Add test.
9380 * gold/testsuite/Makefile.in: Regenerate.
9381 * gold/testsuite/plugin_test_7.sh: New.
9382 * gold/testsuite/plugin_test_7_1.c: New.
9383 * gold/testsuite/plugin_test_7_2.c: New.
9384
f4187277
RÁE
93852010-05-26 Rafael Espindola <espindola@google.com>
9386
9387 * script-sections.cc (Output_section_definition::set_section_addresses):
9388 Check for --section-start.
9389
5c388529
DK
93902010-05-26 Doug Kwan <dougkwan@google.com>
9391
9392 * arm.cc (Arm_scan_relocatable_relocs): New class.
9393 (Target_arm::relocate_special_relocatable): New method.
9394 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
9395 (Arm_relocate_functions::thumb_branch_common): Same.
9396 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
9397 instead of Default_scan_relocatable_relocs.
9398 * target-reloc.h (relocate_for_relocatable): Let target handle
9399 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
9400 * target.h (Sized_target::relocate_special_relocatable): New method.
9401
bca1c3ae
ILT
94022010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9403
9404 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
9405
0439c796
DK
94062010-05-23 Doug Kwan <dougkwan@google.com>
9407
9408 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
9409 instead of a cast.
9410 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
9411 with a direct branch, not a conditional branch, to a stub.
9412 * merge.cc (Output_merge_base::record_input_section): New method
9413 defintion.
9414 (Output_merge_data::do_add_input_section): Record input section if
9415 keeps-input-sections flag is set.
9416 (Output_merge_string::do_add_input_section): Ditto.
9417 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
9418 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
9419 INPUT_SECTIONS_.
9420 (Output_merge_base::keeps_input_sections,
9421 Output_merge_base::set_keeps_input_sections,
9422 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
9423 method definitions.
9424 (Output_merge_base::Input_sections): New type declaration.
9425 (Output_merge_base::input_sections_begin,
9426 Output_merge_base::input_sections_end,
9427 Output_merge_base::do_set_keeps_input_sections): New method definitions.
9428 (Output_merge_base::bool keeps_input_sections_,
9429 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
9430 Output_merge_base::input_sections_): New data members.
9431 (Output_merge_data::do_set_keeps_input_sections): New method
9432 defintion.
9433 (Output_merge_string::do_set_keeps_input_sections): Ditto.
9434 * output.cc (Output_section::Input_section::relobj): Move method
9435 defintion from class declaration to here and handle merge sections.
9436 (Output_section::Input_section::shndx): Ditto.
9437 (Output_section::Output_section): Remove initializations of removed
9438 data members and initialize new data member LOOKUP_MAPS_.
9439 (Output_section::add_input_section): Set keeps-input-sections flag
9440 for a newly created merge output section as appropriate. Adjust code
9441 to use Output_section_lookup_maps class.
9442 (Output_section::add_relaxed_input_section): Adjst code for lookup
9443 maps code refactoring.
2e702c99 9444 (Output_section::add_merge_input_section): Add a new parameter
0439c796
DK
9445 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
9446 class. If adding input section to a newly created merge output
9447 section fails, remove the new merge section.
9448 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 9449 Adjust code for use of the Output_section_lookup_maps class.
2e702c99 9450 (Output_section::find_merge_section): Ditto.
0439c796 9451 (Output_section::build_lookup_maps): New method defintion.
2e702c99 9452 (Output_section::find_relaxed_input_section): Adjust code to use
0439c796
DK
9453 Output_section_lookup_maps class.
9454 (Output_section::get_input_sections): Export merge sections. Adjust
9455 code to use Output_section_lookup_maps class.
9456 (Output_section:::add_script_input_section): Adjust code to use
9457 Output_section_lookup_maps class. Update lookup maps for merge
9458 sections also.
9459 (Output_section::discard_states): Use Output_section_lookup_maps.
9460 (Output_section::restore_states): Same.
9461 * output.h (Merge_section_properties): Move class defintion out of
9462 Output_section.
9463 (Output_section_lookup_maps): New class.
9464 (Output_section::Input_section::is_merge_section): New method
9465 defintion.
9466 (Output_section::Input_section::relobj): Move defintion out of class
9467 defintion. Declare method only.
9468 (Output_section::Input_section::shndx): Ditto.
9469 (Output_section::Input_section::output_merge_base): New method defintion.
2e702c99 9470 (Output_section::Input_section::u2_.pomb): New union field.
0439c796
DK
9471 (Output_section::Merge_section_by_properties_map,
9472 Output_section::Output_section_data_by_input_section_map,
9473 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
9474 Remove types.
2e702c99 9475 (Output_section::add_merge_input_section): Add new parameter
0439c796
DK
9476 KEEPS_INPUT_SECTIONS.
9477 (Output_section::build_lookup_maps): New method declaration.
9478 (Output_section::merge_section_map_,
9479 Output_section::merge_section_by_properties_map_,
9480 Output_section::relaxed_input_section_map_,
9481 Output_section::is_relaxed_input_section_map_valid_): Remove data
9482 members.
9483 (Output_section::lookup_maps_): New data member.
9484
76295588
L
94852010-05-21 Doug Kwan <dougkwan@google.com>
9486
9487 PR gold/11619
9488 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
9489 avoid a compilation error.
9490
d103a984
RÁE
94912010-05-19 Rafael Espindola <espindola@google.com>
9492
9493 * script-sections.cc (Output_section_definition::allocate_to_segment):
9494 Update the phdrs_list even when the output section is NULL.
9495 * testsuite/Makefile.am: Add test.
9496 * testsuite/Makefile.in: Regenerate.
9497 * testsuite/script_test_9.cc: New.
9498 * testsuite/script_test_9.sh: New.
9499 * testsuite/script_test_9.t: New.
9500
6625d24e
DK
95012010-05-19 Doug Kwan <dougkwan@google.com>
9502
9503 * arm.cc (Arm_input_section::original_size): New method.
9504 (Arm_input_section::do_addralign): Add a cast.
9505 (Arm_input_section::do_output_offset): Remove static cast.
9506 (Arm_input_section::original_addralign,
9507 Arm_input_section::original_size_): Change type to uint32_t.
9508 (Arm_input_section::init): Add safe casts for section alignment
9509 and size.
9510 (Arm_input_section::set_final_data_size): Do not set address and
9511 offset of stub table.
9512 (Arm_output_section::fix_exidx_coverage): Change use of of
9513 Output_section::Simple_input_section to that of
9514 Output_section::Input_section.
9515 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
9516 except for the first pass.
9517 * output.cc (Output_section::get_input_sections): Change type of
9518 input_sections to std::list<Input_section>.
9519 (Output_section::add_script_input_section): Rename from
9520 Output_section::add_simple_input_section. Change type of SIS
9521 parameter from Simple_input_section to Input_section.
9522 * output.h (Output_section::Simple_input_section): Remove class.
9523 (Output_section::Input_section): Change class visibility to public.
9524 (Output_section::Input_section::addralign): Use stored alignments
9525 for special input sections if set.
9526 (Output_section::Input_section::set_addralign): New method.
9527 (Output_section::get_input_sections): Change parameter type from
9528 list of Simple_input_section to list of Input_section.
9529 (Output_section::add_script_input_section): Rename from
9530 Output_section::add_simple_input_section. Change first parameter's
9531 type from Simple_input_section to Input_section and remove the
9532 second and third parameters.
9533 * script-sections.cc (Input_section::Input_section_list): Change
9534 type to list of Output_section::Input_section/
9535 (Input_section_info::Input_section_info): Change parameter type of
9536 INPUT_SECTION to Output_section::Input_section.
9537 (Input_section_info::input_section): Change return type.
9538 (Input_section_info::input_section_): Change type to
9539 Output_section::Input_section.
9540 (Output_section_element_input::set_section_addresses): Adjust code
9541 to use Output_section::Input_section instead of
9542 Output_section::Simple_input_section. Adjust code for renaming
9543 of Output_section::add_simple_input_section.
9544 (Orphan_output_section::set_section_addresses): Ditto.
9545
e1e82ea4
RW
95462010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9547
9548 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
9549 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
9550
91e75c8a
RÁE
95512010-05-18 Rafael Espindola <espindola@google.com>
9552
9553 * options.cc (General_options::finalize): Handle -nostdlib.
9554 * options.h (nostdlib): New option.
9555 * script.cc (script_add_search_dir): Handle -nostdlib.
9556
da59ad79
DK
95572010-05-12 Doug Kwan <dougkwan@google.com>
9558
9559 * arm.cc (Target_arm::do_finalize_sections): Create an empty
9560 attributes section only if there no attributes section after merging.
9561 (Target_arm::merge_object_attributes): Move value of
e1df38aa 9562 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
9563 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
9564 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
9565 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
9566 and arm_attr_merge_7.stdout.
9567 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
9568 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
9569 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
9570 arm_attr_merge_7b.o): New rules.
9571 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
9572 arm_attr_merge_7
9573 * testsuite/Makefile.in: Regenerate.
9574 * testsuite/arm_attr_merge.sh: New file.
9575 * testsuite/arm_attr_merge_[67][ab].s: Same.
9576
3e01a7fd
NC
95772010-05-05 Nick Clifton <nickc@redhat.com>
9578
9579 * po/es.po: Updated Spanish translation.
9580
7ad2014a
L
95812010-04-27 H.J. Lu <hongjiu.lu@intel.com>
9582
9583 * Makefile.am (install-exec-local): Properly install gold as
9584 default cross linker.
9585 * Makefile.in: Regenerated.
9586
4fda8867
NC
95872010-04-27 H.J. Lu <hongjiu.lu@intel.com>
9588 Nick Clifton <nickc@redhat.com>
9589
9590 * configure.ac (install_as_default): Define and set to false
9591 unless --enable-gold or --enable-gold=both/gold has been
9592 specified.
9593 * configure: Regenerate.
9594
9595 * Makefile.am (install-exec-local): Install the executable as
9596 'ld.gold'. If install_as_default is true then also install it as
9597 'ld'.
9598 * Makefile.in: Regenerated.
9599
bd288ea2
ILT
96002010-04-24 Ian Lance Taylor <iant@google.com>
9601
9602 * layout.cc (Layout::layout_reloc): In relocatable link don't
9603 combine reloc sections for grouped sections.
9604
ef38fd8a
ST
96052010-04-23 Sriraman Tallam <tmsriram@google.com>
9606
9607 * gc.h (gc_process_relocs): Pass information on relocs pointing to
9608 sections that are not ordinary to icf.
9609 * icf.cc (get_section_contents): Handle relocation pointing to section
9610 with no object or shndx information.
9611 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
9612 * testsuite/Makefile.in: Regenerate.
9613 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
9614 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
9615
f6973bdc
ILT
96162010-04-22 Ian Lance Taylor <iant@google.com>
9617
9618 * expression.cc (Expression::Expression_eval_info): Add
9619 result_alignment_pointer field.
9620 (Expression::eval_with_dot): Add result_alignment_pointer
9621 parameter. Change all callers.
9622 (Expression::eval_maybe_dot): Likewise.
9623 (class Binary_expression): Add alignment_pointer parameter to
9624 left_value and right_value. Change all callers.
9625 (BINARY_EXPRESSION): Set result alignment.
9626 (class Trinary_expression): Add alignment_pointer parameter to
9627 arg2_value and arg3_value. Change all callers.
9628 (Trinary_cond::value): Set result alignment.
9629 (Max_expression::value, Min_expression::value): Likewise.
9630 (Align_expression::value): Likewise.
9631 * script-sections.cc (class Sections_element): Add dot_alignment
9632 parameter to set_section_addresses virtual function. Update
9633 instantiations.
9634 (class Output_section_element): Likewise.
9635 (Script_sections::create_segments): Add dot_alignment parameter.
9636 Change all callers.
9637 (Script_sections::create_segments_from_phdrs_clause): Likewise.
9638 (Script_sections::set_phdrs_clause_addresses): Likewise.
9639 * script-sections.h: Update declarations.
9640 * script.h: Update declarations.
9641 * output.h (Output_segment::set_minimum_p_align): Don't decrease
9642 min_p_align.
9643 * testsuite/script_test_3.t: Set large alignment.
9644 * testsuite/script_test_3.sh: Make sure that at least one LOAD
9645 segment has expected alignment.
9646
9c9c98a5
NC
96472010-04-22 Nick Clifton <nickc@redhat.com>
9648
9649 * po/gold.pot: Updated by the Translation project.
9650 * po/vi.po: Updated Vietnamese translation.
9651
2253bfba
L
96522010-04-22 H.J. Lu <hongjiu.lu@intel.com>
9653
9654 * testsuite/Makefile.am (check_PROGRAMS): Add
9655 icf_virtual_function_folding_test.
9656 * testsuite/Makefile.in: Regenerated.
9657
85fdf906
AH
96582010-04-15 Andrew Haley <aph@redhat.com>
9659
9660 * options.h (merge_exidx_entries): New option.
9661 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
9662 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
9663 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
9664 (Target_arm::merge_exidx_entries): New function.
9665 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
9666 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
9667 to Arm_exidx_fixup constructor.
9668 Add new arg, merge_exidx_entries.
9669 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
9670 Arm_output_section::fix_exidx_coverage.
9671
ce97fa81
ST
96722010-04-18 Sriraman Tallam <tmsriram@google.com>
9673
9674 * icf.cc (get_section_contents): Check for preemptible functions.
9675 Ignore addend when appropriate.
9676 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
9677 section folded.
9678 (add_from_relobj): Check for section folded.
9679 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
9680 * symtab.h (should_add_dynsym_entry): Add new parameter.
9681 * target-reloc.h (scan_relocs): Check for section folded.
9682 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
9683 Check reloc types for function pointers in shared objects.
9684 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
9685 case.
9686 (icf_preemptible_functions_test): New test case.
9687 (icf_string_merge_test): New test case.
9688 * testsuite.Makefile.in: Regenerate.
9689 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
9690 bar_glob. Refactor code.
9691 * testsuite/icf_preemptible_functions_test.cc: New file.
9692 * testsuite/icf_preemptible_functions_test.sh: New file.
9693 * testsuite/icf_string_merge_test.cc: New file.
9694 * testsuite/icf_string_merge_test.sh: New file.
9695 * testsuite/icf_virtual_function_folding_test.cc: New file.
9696 * testsuite/icf_virtual_function_folding_test.sh: New file.
9697
04ceb17c
DK
96982010-04-14 Doug Kwan <dougkwan@google.com>
9699
9700 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
9701 for local symbol recounting if we remove a section due to ICF.
9702 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
9703 there are no regular objects in input.
9704
153e7da4
DK
97052010-04-13 Doug Kwan <dougkwan@google.com>
9706
9707 * arm.cc (Arm_input_section::set_final_data_size): Compute
9708 accurate final data size instead of using current data size.
9709
4dbd9faf
DK
97102010-04-09 Doug Kwan <dougkwan@google.com>
9711
9712 * layout.cc (Layout::choose_output_section): Handle script section
9713 types.
9714 (Layout::make_output_section_for_script): Add section type parameter.
9715 Handle script section types.
9716 * layout.h (Layout::make_output_section_for_script): Add section
9717 type parameter.
9718 * output.cc (Output_section::Output_section): Initialize data member
9719 is_noload_.
9720 (Output_section::do_reset_address_and_file_offset): Do not set address
9721 to 0 if section is a NOLOAD section.
9722 * output.h (Output_section::is_noload): New method.
9723 (Output_section::set_is_noload): Ditto.
9724 (Output_section::is_noload_): New data member.
9725 * script-c.h (Script_section_type): New enum type.
9726 (struct Parser_output_section_header): Add new file section_type.
9727 * script-sections.cc (Sections_element::output_section_name): Add
9728 parameter for returning script section type.
9729 (Output_section_definition::output_section_name): Ditto.
9730 (Output_section_definition::section_type)P; New method.
9731 (Output_section_definiton::script_section_type_name): Ditto.
9732 (Output_section_definition::script_section_type_): New data member.
9733 (Output_section_definition::Output_section_definition): Initialize
9734 data member Output_section_definition::script_section_type_.
9735 (Output_section_definition::create_sections): Pass script section type
9736 to Layout::make_output_section_for_script.
9737 (Output_section_definition::output_section_name): Return script
9738 section type to caller.
9739 (Output_section_definition::set_section_address): Do not advance
9740 dot value and load address if section type is NOLOAD. Set address
9741 of NOLOAD sections regardless of section flags.
9742 (Output_section_definition::print): Print section type if it is
9743 not SCRIPT_SECTION_TYPE_NONE.
9744 (Output_section_definition::section_type): New method.
9745 (Output_section_definition::script_section_type_name): Ditto.
9746 (Script_sections::output_section_name): Add new parameter
9747 PSECTION_TYPE for returning script section type. Pass it to
9748 section elements. Handle discard sections.
9749 (Sort_output_sections::operator()): Handle NOLOAD sections.
9750 * script-sections.h (Script_sections::Section_type): New enum type.
2e702c99 9751 (Script_sections::output_section_name): Add a new parameter for
4dbd9faf
DK
9752 returning script section type.
9753 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
9754 INFO and NOLOAD.
9755 * yyscript.y (union): Add new field SECTION_TYPE.
9756 (COPY, DSECT, INFO, NOLOAD): New tokens.
9757 (opt_address_and_section_type): Change type to output_section_header.
9758 (section_type): New non-terminal
9759 (section_header): Handle section type.
2253bfba 9760 (opt_address_and_section_type): Return section type value.
4dbd9faf 9761
721ea635
L
97622010-04-09 H.J. Lu <hongjiu.lu@intel.com>
9763
9764 * testsuite/plugin_common_test_1.c (foo): Add prototype.
9765 * testsuite/plugin_common_test_2.c (foo): Likewise.
9766
6bf924b0
DK
97672010-04-08 Doug Kwan <dougkwan@google.com>
9768
9769 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
9770 Output_merge_data.
9771 * output.cc (Output_section::add_merge_input_section): Simplify
9772 code and return status of Output_merge_base::add_input_section.
e1df38aa 9773 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
9774 returns true.
9775
24af6f92
DK
97762010-04-07 Doug Kwan <dougkwan@google.com>
9777
9778 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
9779 if section is marked as containing instructions but has no mapping
9780 symbols.
9781 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
9782 correct section index.
9783 (Arm_relobj::find_linked_text_section): Ditto.
9784
00698fc5
CC
97852010-04-07 Cary Coutant <ccoutant@google.com>
9786
9787 * archive.cc (include_member): Destroy Read_symbols_data object before
9788 releasing file.
9789 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
9790 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
9791 (Read_symbols_data::~Read_symbols_data) New destructor.
9792 (Section_relocs::Section_relocs) New constructor.
9793 (Section_relocs::~Section_relocs) New destructor.
9794 (Read_relocs_data::Read_relocs_data) New constructor.
9795 (Read_relocs_data::~Read_relocs_data) New destructor.
9796 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
9797 pointers to NULL after deleting.
9798
7296d933
DK
97992010-04-07 Doug Kwan <dougkwan@google.com>
9800
9801 * arm.cc: Replace "endianity" with "endianness" in comments.
9802 (Arm_exidx_cantunwind): Ditto.
9803 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
9804 (Arm_relobj::merge_flags_and_attributes): New method.
9805 (Arm_relobj::merge_flags_and_attributes_): New data member.
9806 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
9807 (Arm_relobj::scan_sections_for_stubs): Ditto.
9808 (Arm_relobj::do_read_symbols): Check to see if we really want to
9809 merge processor-specific flags and attributes. Exit early if
9810 an object is empty except for section names and the undefined symbol.
9811 (Target_arm::do_finalize_sections): Move check for ELF format to
9812 Arm_relobj::do_read_symbols. Merge processor specific flags and
9813 attributes from a regular object only when we have determined that
9814 it is aapropriate. Do not create an .ARM.attributes section in
9815 output if there is no regular input object.
9816 (Target_arm::merge_processor_specific_flags): Check
9817 --warn-mismatch before printing any error.
9818 (Target_arm::merge_object_attributes): Ditto.
9819 * gold.cc (queue_middle_tasks): Handle the case in which there is
9820 no regular object in input.
9821 * options.cc (General_options::parse_EB): New method.
9822 (General_options::parse_EL): Same.
9823 (General_options::General_options): Initialize endianness_.
9824 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
9825 New options.
9826 (General_options::Endianness): New enum.
9827 (General_options::endianness): New method.
9828 (General_options::endianness_): New data member.
9829 * parameters.cc (Parameters::set_options): Check target endianness.
9830 (Parameters::set_target_once): Ditto.
9831 (Parameters::check_target_endianness): New method.
9832 (parameters_force_valid_target): If either -EL or -EB is specified,
9833 use it to define endianness of default target.
9834 * parameters.h (Parameters::check_target_endianness): New method
9835 declaration.
9836 * target.h (class Target): Change "endianity" to "endianness"
9837 in comments.
9838
efc8d4f2
RW
98392010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9840
9841 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
9842 * configure: Regenerate.
9843 * Makefile.in: Regenerate.
9844 * testsuite/Makefile.in: Regenerate.
9845
be234d88
CC
98462010-04-06 Cary Coutant <ccoutant@google.com>
9847
9848 gcc PR lto/42757
9849 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
9850 prevailing definitions of common symbols.
9851 * testsuite/plugin_test_6.sh: New test case.
9852 * testsuite/plugin_common_test_1.c: New test case.
9853 * testsuite/plugin_common_test_2.c: New test case.
9854 * testsuite/Makefile.am (plugin_test_6): New test case.
9855 * testsuite/Makefile.in: Regenerate.
9856
bd32c6bd
NC
98572010-04-06 Nick Clifton <nickc@redhat.com>
9858
9859 * po/vi.po: New Vietnamese translation.
9860
323c532f
DK
98612010-03-30 Doug Kwan <dougkwan@google.com>
9862
9863 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
9864
4fcd97eb
DK
98652010-03-25 Doug Kwan <dougkwan@google.com>
9866
9867 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
9868 to avoid a conversion warning on a 32-bit host.
9869
4ebf39db
ILT
98702010-03-24 Ian Lance Taylor <iant@google.com>
9871
9872 * testsuite/script_test_3.t: Add a TLS segment.
9873 * testsuite/Makefile.am (check_PROGRAMS): Add
9874 tls_phdrs_script_test.
9875 (tls_phdrs_script_test_SOURCES): Define.
9876 (tls_phdrs_script_test_DEPENDENCIES): Define.
9877 (tls_phdrs_script_test_LDFLAGS): Define.
9878 (tls_phdrs_script_test_LDADD): Define.
9879 * testsuite/Makefile.in: Rebuild.
9880
4a599bdd
CC
98812010-03-23 Cary Coutant <ccoutant@google.com>
9882
9883 * fileread.cc (find_or_make_view): Fix comment.
9884
6c93b22c
ILT
98852010-03-23 Ian Lance Taylor <iant@google.com>
9886
9887 * script-sections.cc (class Orphan_section_placement): Define
9888 PLACE_TLS and PLACE_TLS_BSS.
9889 (Orphan_section_placement::Orphan_section_placement): Initialize
9890 new places.
9891 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
9892 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
9893 (tls_script_test_SOURCES): Define.
9894 (tls_script_test_DEPENDENCIES): Define.
9895 (tls_script_test_LDFLAGS): Define.
9896 (tls_script_test_LDADD): Define.
9897 * testsuite/Makefile.in: Rebuild.
9898
a2c7281b
DK
98992010-03-22 Doug Kwan <dougkwan@google.com>
9900
9901 * arm.cc (Arm_relocate_functions::abs8,
9902 Arm_relocate_functions::abs16): Use correct check for overflow
9903 specified in the ARM ELF specs.
9904 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
9905 target of a BLX instruction specially.
9906 (Reloc_stub::stub_type_for_reloc): Ditto.
9907 (Relocate::relocate): Use symbolic names instead of numeric relocation
9908 codes to report error.
9909 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
9910 workaround.
9911 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
9912 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
9913 thumb2_blx_out_of_range.stdout
9914 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
9915 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
9916 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
9917 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
9918 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
9919 thumb2_blx_in_range, thumb2_blx_in_range.o,
9920 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
9921 thumb2_blx_out_of_range.o): New rules.
2e702c99 9922 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
a2c7281b
DK
9923 thumb2_blx_in_range and thumb2_blx_out_of_range.
9924 * testsuite/Makefile.in: Regenerate.
9925 * arm_branch_in_range.sh: Add tests for THUMB BLX.
9926 * testsuite/thumb_blx_in_range.s: New file.
9927 * testsuite/thumb_blx_out_of_range.s: New file.
9928
b0193076
RÁE
99292010-03-22 Rafael Espindola <espindola@google.com>
9930
9931 * archive.cc (Should_include): Move to archive.h.
9932 (should_include_member): Make it a member of Archive.
9933 (Lib_group): New.
9934 (Add_lib_group_symbols): New.
9935 * archive.h: Include options.h.
9936 (Archive_member): Moved from Archive.
9937 (Should_include): Moved from archive.cc.
9938 (Lib_group): New.
9939 (Add_lib_group_symbols): New.
9940 * dynobj.cc (do_should_include_member): New.
9941 * dynobj.h (do_should_include_member): New.
9942 * gold.cc (queue_initial_tasks): Update call to queue.
9943 * main.cc (main): Print lib group stats.
9944 * object.cc (do_should_include_member): New.
9945 * object.h: Include archive.h.
9946 (Object::should_include_member): New.
9947 (Object::do_should_include_member): New.
9948 (Sized_relobj::do_should_include_member): New.
9949 * options.cc (General_options::parse_start_lib): New.
9950 (General_options::parse_end_lib): New.
9951 (Input_arguments::add_file): Handle lib groups.
9952 (Input_arguments::start_group): Check we are not in a lib.
9953 (Input_arguments::start_lib): New.
9954 (Input_arguments::end_lib): New.
9955 * options.h (General_options): Add start_lib and end_lib.
9956 (Input_argument::lib_): New.
9957 (Input_argument::lib): New.
9958 (Input_argument::is_lib): New.
9959 (Input_file_lib): New.
9960 (Input_arguments::in_lib_): New.
9961 (Input_arguments::in_lib): New.
9962 (Input_arguments::start_lib): New.
9963 (Input_arguments::end_lib_): New.
9964 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
9965 in unused members as preempted.
9966 (Sized_pluginobj::do_should_include_member): New.
9967 * plugin.h (Sized_pluginobj::do_should_include_member): New.
9968 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
9969 return the blocker.
9970 (Read_symbols::do_whole_lib_group): New.
9971 (Read_symbols::do_lib_group): New.
9972 (Read_symbols::do_read_symbols): Handle lib groups.
9973 (Read_symbols::get_name): Handle lib groups.
9974 * readsyms.h (Read_symbols): Add an archive member pointer.
9975 (Read_symbols::do_whole_lib_group): New.
9976 (Read_symbols::do_lib_group): New.
9977 (Read_symbols::member_): New.
9978 * script.cc (read_input_script): Update call to queue_soon.
9979
d099120c
DK
99802010-03-19 Doug Kwan <dougkwan@google.com>
9981
9982 * arm.cc (Stub_table::Stub_table): Initialize new data members
9983 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
9984 (Stub_table::add_reloc_stub): Assign stub offset and update
9985 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
9986 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
9987 New data members.
2e702c99 9988 (Stub_table::update_data_size_and_addralign): Use
d099120c
DK
9989 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
9990 instead of going over all reloc stubs.
2e702c99 9991 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
d099120c
DK
9992 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
9993 Stringpool_template::offset_ to size of Stringpool_char.
2e702c99 9994 (Stringpool_template::new_key_offset): Remove code to initialize
d099120c
DK
9995 Stringpool_template::offset_.
9996 * stringpool.h (Stringpool_template::set_no_zero_null): Set
9997 Stringpool_template::offset_ to zero.
9998
1aa37384
DK
99992010-03-15 Doug Kwan <dougkwan@google.com>
10000
10001 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
10002 offset_.
10003 (Stringpool_template::new_key_offset): New method.
10004 (Stringpool_template::add_string): Assign offsets when adding new
10005 strings.
10006 (Stringpool_template::set_string_offsets): Do not set string offsets
10007 when not optimizing.
10008 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
10009 member size_.
2e702c99
RM
10010 (Chunked_vector::clear): Clear size_.
10011 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
10012 (Chunked_vector::size): Return size_.
10013 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 10014 (Chunked_vector::size_): New data member.
1aa37384
DK
10015 (Stringpool_template::set_no_zero_null): Assert string set is empty.
10016 (Stringpool_template::new_key_offset): New method declaration.
10017 (Stringpool_template::offset_): New data member.
10018
b672b057
RÁE
100192010-03-15 Rafael Espindola <espindola@google.com>
10020
10021 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
10022 Add_symbols' constructor.
10023 * readsyms.h (Add_symbols): Remove the input_group member.
10024
b6848d3c
ILT
100252010-03-10 Ian Lance Taylor <iant@google.com>
10026
10027 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
10028 target to ask whether a reference to a symbol requires a stack
10029 split.
10030 * target.h (Target::is_call_to_non_split): New function.
10031 (Target::do_is_call_to_non_split): Declare virtual function.
10032 * target.cc: Include "symtab.h".
10033 (Target::do_is_call_to_non_split): New function.
10034 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
10035
a2a5469e
CC
100362010-03-10 Cary Coutant <ccoutant@google.com>
10037
10038 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
10039 (File_read::open[1]): Remove initial mapping of whole_file_view_.
10040 (File_read::open[2]): Add whole_file_view_ to list of views.
10041 (File_read::make_view): Remove test of whole_file_view_.
10042 (File_read::find_or_make_view): Create whole_file_view_ if
10043 necessary.
10044 (File_read::clear_views): Replace bool parameter with enum;
10045 adjust all callers. Don't delete views with permanent data;
10046 do delete cached views and views from archives if
10047 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
10048 if clearing the corresponding view.
10049 * fileread.h (File_read::Clear_views_mode): New enum.
10050 (File_read::View::is_permanent_view): New method.
10051 (File_read::clear_views): Replace bool parameter
10052 with enum; adjust all callers.
10053 * options.h (General_options): Change keep_files_mapped option;
10054 add map_whole_files.
10055 * readsyms.cc (Add_symbols::run): Delete sd_ object before
10056 releasing the file.
10057 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
10058 the file.
10059
8861f32b
DM
100602010-03-10 David S. Miller <davem@davemloft.net>
10061
10062 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
10063
d62d0f5f
ST
100642010-03-09 Sriraman Tallam <tmsriram@google.com>
10065
10066 * icf.cc (get_section_contents): Add '@' marker after processing the
10067 merge reloc.
10068
9177756d
DK
100692010-03-08 Doug Kwan <dougkwan@google.com>
10070
10071 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
10072 due to a conversion warning.
10073 (Arm_relobj::update_output_local_symbol_count): Check for local
10074 symbol with unset output index.
10075
9e9e071b
ILT
100762010-03-05 Ian Lance Taylor <iant@google.com>
10077
10078 * options.h (class General_options): Add --spare-dynamic-tags.
10079 * output.cc (Output_data_dynamic::set_final_data_size): Implement
10080 --spare-dynamic-tags.
10081
a81ee015
ILT
100822010-03-05 Ian Lance Taylor <iant@google.com>
10083
10084 * incremental.cc: Include "libiberty.h".
10085
44ec90b9
RO
100862010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10087
10088 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
10089 function, is_info_ member.
10090 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
10091 (Versions::Versions): Update caller.
10092 (Versions::define_base_version): Likewise.
10093 (Versions::add_def): Likewise.
10094
0897ed3b
ST
100952010-03-03 Sriraman Tallam <tmsriram@google.com>
10096
10097 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
10098 (Scan::possible_function_pointer_reloc): New function.
10099 (Scan::local_reloc_may_be_function_pointer): Change to call
10100 possible_function_pointer_reloc.
10101 (Scan::global_reloc_may_be_function_pointer): Ditto.
10102 * icf.h (Icf::check_section_for_function_pointers): Change to reject
10103 relocations in ".data.rel.ro._ZTV" section.
10104 * testsuite/icf_safe_so_test.sh: Change to pass i386.
10105 * testsuite/icf_safe_so_test.cc: Ditto.
10106 * testsuite/icf_safe_test.cc: Ditto.
10107 * testsuite/icf_safe_test.sh: Ditto.
10108
d3bbad62
ILT
101092010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10110 Ian Lance Taylor <iant@google.com>
10111
10112 * target-reloc.h (relocate_section): Check the symbol table index
10113 for -1U before setting the local symbol index.
10114 (scan_relocatable_relocs): If copying the relocation, record that
10115 the local symbol is required.
10116 * object.h (Symbol_value::is_output_symtab_index_set): New
10117 function.
10118 (Symbol_value::may_be_discarded_from_output_symtab): New
10119 function.
10120 (Symbol_value::has_output_symtab_entry): New function.
10121 (Symbol_value::needs_output_symtab_entry): Remove.
10122 (Symbol_value::output_symtab_index): Make sure the symbol index is
10123 set.
10124 (Symbol_value::set_output_symtab_index): Make sure the symbol
10125 index is not set. Make sure the new index is valid.
10126 (Symbol_value::set_must_have_output_symtab_entry): New function.
10127 (Symbol_value::has_output_dynsym_entry): New function.
10128 (Symbol_value::set_output_dynsym_index): Make sure the new index
10129 is valid.
10130 (Sized_relobj::set_must_have_output_symtab_entry): New function.
10131 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
10132 local symbol if permitted.
10133 (Sized_relobj::do_finalize_local_symbols): Call
10134 is_output_symtab_index_set rather than needs_output_symtab_entry.
10135 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
10136 rather than needs_output_symtab_entry. Call
10137 has_output_dynsym_entry rather than needs_output_dynsym_entry.
10138 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
10139 is_output_symtab_index_set rather than needs_output_symtab_entry.
10140 * testsuite/discard_locals_relocatable_test.c: New file.
10141 * testsuite/discard_locals_test.sh: Test -r.
10142 * testsuite/Makefile.am (check_DATA): Add
10143 discard_locals_relocatable_test1.syms,
10144 discard_local_relocatable_test2.syms.
10145 (MOSTLYCLEANFILES): Likewise. Also add
10146 discard_locals_relocatable_test1.lout and
10147 discard_locals_relocatable_test2.out.
10148 (discard_locals_relocatable_test1.syms): New target.
10149 (discard_locals_relocatable_test.o): New target.
10150 (discard_locals_relocatable_test1.out): New target.
10151 (discard_locals_relocatable_test2.syms): New target.
10152 (discard_locals_relocatable_test2.out): New target.
10153 (various): Add missing ../ld-new dependencies.
10154 * testsuite/Makefile.in: Rebuild.
10155
7e8ccf26
NC
101562010-03-03 Nick Clifton <nickc@redhat.com>
10157
10158 * po/fi.po: New Finnish translation.
10159
2a0ff005
DK
101602010-03-01 Doug Kwan <dougkwan@google.com>
10161
10162 * layout.cc (Layout::Layout): Force section types of .init_array*,
10163 .preinit_array* and .fini_array* sections.
10164 * output.cc (Output_section::Input_section_sort_entry::has_priority):
10165 Fix check of return value of std::string::find.().
10166 (Output_section::Input_section_sort_compare::operator()): Remove
10167 comment about .init_array.
10168 (Output_section::Input_section_sort_init_fini_compare::operator()):
10169 New method.
10170 (Output_section::sort_attached_input_sections): Handle .init_array
10171 and .fini_array specially.
10172 * output.h (Output_section::Inut_section_sort_compare): Update
10173 comment.
10174 (Output_section::Input_section_sort_init_fini_compare): New struct.
10175
c3e4ae29
DK
101762010-02-26 Doug Kwan <dougkwan@google.com>
10177
10178 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
10179 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
10180 * testsuite/debug_msg.sh: Avoid matching source line number for
10181 use of global variable undef_int.
10182
2fd9ae7a
DK
101832010-02-26 Doug Kwan <dougkwan@google.com>
10184
10185 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
10186 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
10187 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
10188 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
10189 * options.cc (General_options::General_options): Initialize member
10190 fix_v4bx_.
10191 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
10192 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
10193 and rm_no_fix_v4bx.stdout
10194 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
10195 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
10196 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
10197 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
10198 and arm_no_fix_v4bx.
10199 * Makefile.in: Regenerate.
10200 * testsuite/arm_fix_v4bx.s: New file.
10201 * testsuite/arm_fix_v4bx.sh: Ditto.
10202
67ec7d0b
DK
102032010-02-24 Doug Kwan <dougkwan@google.com>
10204
10205 * arm.cc (Target_arm::got_section): Make the .got section the first
10206 non RELRO section in the data segment.
10207 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
10208 suffixes of section names.
10209
10165461
DK
102102010-02-24 Doug Kwan <dougkwan@google.com>
10211
10212 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
10213 flags and attributes merging if an input file is a binary file.
10214 * fileread.cc (Input_file::open): Record format of original file.
10215 * fileread.h (Input_file::Format): New enum type.
2e702c99 10216 (Input_file::Input_file): Initialize data member format_.
10165461
DK
10217 (Input_file::format): New method definition.
10218 (Input_file::format_):: New data member.
10219
4a54abbb
DK
102202010-02-24 Doug Kwan <dougkwan@google.com>
10221
10222 * arm.cc (Arm_output_data_got): New class.
10223 (ARM_TCB_SIZE): New constant
10224 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
10225 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
10226 If user uses a script with a SECTIONS clause, issue only a warning
10227 for a misplaced EXIDX input section. Otherwise, issue an error.
2e702c99 10228 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
4a54abbb
DK
10229 garbage collection.
10230 (Target_arm::got_mode_index_entry): Handle static linking.
10231 (Target_arm::Scan::local): Ditto.
10232 (Target_arm::Scan::global): Ditto.
10233 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
10234 all incorrectly implemented relocations.
e1df38aa 10235 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
10236 Arm_output_section::fix_exidx_coverage.
10237 * layout.cc (Layout::section_name_mapping): Remove trailing dots
10238 from ".ARM.exidx." and ".ARM.extab.".
10239
ca419a6f
ILT
102402010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10241
10242 * arm.cc (Target_arm::do_finalize_sections): Create attribute
10243 section if it does not already exist.
10244 * attributes.cc (Attributes_section_data::Attributes_section_data):
10245 Don't crash if size is zero.
10246
135b9c78
ILT
102472010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10248 Ian Lance Taylor <iant@google.com>
10249
10250 * gold.cc (queue_middle_tasks): If no input files were opened,
10251 exit.
10252 * workqueue.h (Task_function::Task_function): Assert that there is
10253 a blocker.
10254
bb0bfe4f
DK
102552010-02-22 Doug Kwan <dougkwan@google.com>
10256
10257 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
10258 * icf.cc (get_section_contents): Cast snprintf arguments to long long
10259 types to avoid warnings due to different uint64_t implementations
10260 on different hosts.
10261
2a2b6d42
DK
102622010-02-21 Doug Kwan <dougkwan@google.com>
10263
10264 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
10265 handling of the maximum backward branch offset.
2e702c99 10266 (Arm_relocate_functions::thumb_branch_common): Ditto.
2a2b6d42
DK
10267 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
10268 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 10269 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
10270 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
10271 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
10272 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
10273 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
10274 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
10275 thumb_bl_out_of_range thumb_bl_out_of_range.o,
10276 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
10277 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
10278 thumb2_bl_out_of_range.o): New rules.
10279 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
10280 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
10281 thumb2_bl_out_of_range
10282 * testsuite/Makefile.in: Regenerate.
10283 * testsuite/arm_bl_in_range.s: New file.
10284 * testsuite/arm_bl_out_of_range.s: Ditto.
10285 * testsuite/arm_branch_in_range.sh: Ditto.
10286 * testsuite/arm_branch_range.t: Ditto.
10287 * testsuite/thumb2_branch_range.t: Ditto.
10288 * testsuite/thumb_bl_in_range.s: Ditto.
10289 * testsuite/thumb_bl_out_of_range.s: Ditto.
10290 * testsuite/thumb_branch_range.t: Ditto.
10291
b487ad64
ST
102922010-02-20 Sriraman Tallam <tmsriram@google.com>
10293
10294 * gc.h (gc_process_relocs): Change vectors to point to the new list.
10295 Add reloc offset information.
10296 * icf.cc (get_section_contents): Change iterators to point to the new
10297 vectors. Add reloc offset information to the contents.
10298 * icf.h (Icf::Sections_reachable_info): New typedef.
10299 (Icf::Sections_reachable_list): New typedef.
10300 (Icf::Offset_info): New typedef.
10301 (Icf::Reloc_info): New struct typedef.
10302 (Icf::Reloc_info_list): New typedef.
10303 (Icf::symbol_reloc_list): Delete method.
10304 (Icf::addend_reloc_list): Delete method.
10305 (Icf::section_reloc_list): Delete method.
10306 (Icf::reloc_info_list): New method.
10307 (Icf::reloc_info_list_): New member.
10308
f96accdf
DK
103092010-02-19 Doug Kwan <dougkwan@google.com>
10310
10311 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
10312 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
10313 * arm.cc (Arm_relocation_functions): New forward declaration.
10314 (Target_arm::Target_arm): Initialize new data members
10315 got_mod_index_offset_ and tls_base_symbol_defined_.
10316 (Target_arm::Relocate::relocate_tls): New method.
10317 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
10318 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
10319 New methods.
2e702c99 10320 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
f96accdf
DK
10321 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
10322 (Target_arm::got_mod_index_offset_,
10323 Target_arm::tls_base_symbol_defined_): New data members.
10324 (Target_arm::Scan::local, Target::Scan::global,
10325 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
10326 relocations.
10327
c8761b9a
DK
103282010-02-18 Doug Kwan <dougkwan@google.com>
10329
10330 * arm.cc (Arm_relobj::find_linked_text_section): New method.
10331 (Arm_relobj::make_exidx_input_section): Pass section index of linked
10332 text section as a parameter becuase some broken tools may not set
10333 the link in section header.
10334 (Target_arm::has_got_section): New method.
10335 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
10336 without any mapping symbol as data only. Remove warning.
10337 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
10338 link in its section header, try to discover the link by inspecting the
10339 REL31 relocation at the beginning of the section.
10340 (Target_arm::Scan::check_non_pic): Report name of offending relocation
10341 in error message.
10342 (Target_arm::Scan::global): Treat any reference to the symbol
10343 _GLOBAL_OFFSET_TABLE_ as a GOT access.
10344
21bb3914
ST
103452010-02-12 Sriraman Tallam <tmsriram@google.com>
10346
10347 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
10348 (Scan::global_reloc_may_be_function_pointer): New function.
10349 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
10350 (Scan::global_reloc_may_be_function_pointer): New function.
10351 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
10352 (Scan::global_reloc_may_be_function_pointer): New function.
10353 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
10354 (Scan::global_reloc_may_be_function_pointer): New function.
10355 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
10356 (Scan::global_reloc_may_be_function_pointer): New function.
10357 (Scan::possible_function_pointer_reloc): New function.
10358 (Target_x86_64::can_check_for_function_pointers): New function.
10359 * gc.h (gc_process_relocs): Scan relocation types to determine if
10360 function pointers were taken for targets that support it.
10361 * icf.cc (Icf::find_identical_sections): Include functions for
10362 folding in safe ICF whose pointer is not taken.
10363 * icf.h (Secn_fptr_taken_set): New typedef.
10364 (fptr_section_id_): New member.
10365 (section_has_function_pointers): New function.
10366 (set_section_has_function_pointers): New function.
10367 (check_section_for_function_pointers): New function.
10368 * options.h: Fix comment for safe ICF option.
10369 * target.h (can_check_for_function_pointers): New function.
10370 * testsuite/Makefile.am: Add icf_safe_so_test test case.
10371 Modify icf_safe_test for X86-64.
10372 * testsuite/Makefile.in: Regenerate.
10373 * testsuite/icf_safe_so_test.cc: New file.
10374 * testsuite/icf_safe_so_test.sh: New file.
10375 * testsuite/icf_safe_test.cc (kept_func_3): New function.
10376 (main): Change to take pointer to function kept_func_3.
10377 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
10378 folding is done correctly for X86-64.
10379
0da6fa6c
DM
103802010-02-12 David S. Miller <davem@davemloft.net>
10381
10382 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
10383 is_symbolless parameter.
10384 (Output_reloc<SHT_REL>::is_symbolless): New.
10385 (Output_reloc<SHT_REL>::is_symbolless_): New.
10386 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
10387 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
10388 (Output_reloc<SHT_RELA>::is_symbolless): New.
10389 (Output_data_reloc::add_global): Handle is_symbolless.
10390 (Output_data_reloc::add_global_relative): Likewise.
10391 (Output_data_reloc::add_local): Likewise.
10392 (Output_data_reloc::add_local_relative): Likewise.
10393 (Output_data_reloc::add_symbolless_global_addend): New.
10394 (Output_data_reloc::add_symbolless_local_addend): New.
10395 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
10396 is_symbolless.
10397 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
10398 instead of ->is_relative_
10399 (Output_reloc::write): Likewise.
10400 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
10401 (Output_reloc::write_rel): Simplify.
10402
10403 * sparc.cc (Target_sparc::Scan::local): Use
10404 ->add_symbolless_local_addend as needed.
10405 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
10406 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
10407 based upon relocation offset.
10408
e4782e83
DK
104092010-02-11 Doug Kwan <dougkwan@google.com>
10410
10411 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
10412 (Target_arm::Scan::global): Ditto. Also remove a comment before the
10413 beginning of function.
10414 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
10415 and MOVT_ABS relocations. Those are non issued in scanning. Fix
10416 parameter is_32bit in calls to should_apply_static_reloc.
10417 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
10418 (check_DATA): Add arm_abs_global.stdout.
10419 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
10420 arm_abs_global.stdout): New rules.
10421 (MOSTLLYCLEANFILES): Add arm_abs_global
10422 * Makefile.in: Regenerate.
10423 * testsuite/arm_abs_global.s: New file.
10424 * testsuite/arm_abs_global.sh: Ditto.
10425 * testsuite/arm_abs_lib.s: Ditto.
10426
93ceb764
ILT
104272010-02-11 Ian Lance Taylor <iant@google.com>
10428
10429 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
10430 Read_relocs task.
10431 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
10432 Allocate_commons_task first.
10433 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
10434 task, rather than symtab_lock_.
10435 (Gc_process_relocs::~Gc_process_relocs): New function.
10436 (Gc_process_relocs::is_runnable): Check this_blocker_.
10437 (Gc_process_relocs::locks): Use next_blocker_ rather than
10438 blocker_.
10439 (Scan_relocs::~Scan_relocs): New function.
10440 (Scan_relocs::is_runnable): Check this_blocker_ rather than
10441 symtab_lock_.
10442 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
10443 next_blocker_.
10444 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
10445 fields. Add this_blocker_ and next_blocker_ fields. Adjust
10446 constructor accordingly.
10447 (class Gc_process_relocs): Likewise.
10448 (class Scan_relocs): Likewise.
10449 * common.h (class Allocate_commons_task): Remove symtab_lock_
10450 field, and corresponding constructor parameter.
10451 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
10452 symtab_lock_.
10453 (Allocate_commons_task::locks): Likewise.
10454
114dfbe1
ILT
104552010-02-11 Ian Lance Taylor <iant@google.com>
10456
10457 * gold-threads.h (class Once): Define.
10458 (class Initialize_lock): Rewrite as child of Once.
10459 * gold-threads.cc (class Once_initialize): Define.
10460 (once_pointer_control): New static variable.
10461 (once_pointer, once_arg): New static variables.
10462 (c_run_once): New static function.
10463 (Once::Once, Once::run_once, Once::internal_run): New functions.
10464 (class Initialize_lock_once): Remove.
10465 (initialize_lock_control): Remove.
10466 (initialize_lock_pointer): Remove.
10467 (initialize_lock_once): Remove.
10468 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
10469 (Initialize_lock::initialize): Rewrite.
10470 (Initialize_lock::do_run_once): New function.
10471 * archive.cc (Archive::interpret_header): Only clear name if it is
10472 not already empty.
10473 * fileread.cc: Include "gold-threads.h"
10474 (file_counts_lock): New static variable.
10475 (file_counts_initialize_lock): Likewise.
10476 (File_read::release): Only increment counts when using --stats.
10477 Use a lock around the increment.
10478 * parameters.cc (class Set_parameters_target_once): Define.
10479 (set_parameters_target_once): New static variable.
10480 (Parameters::Parameters): Move here from parameters.h.
10481 (Parameters::set_target): Rewrite.
10482 (Parameters::set_target_once): New function.
10483 (Parameters::clear_target): Move here and rewrite.
10484 * parameters.h (class Parameters): Update declarations. Add
10485 set_parameters_target_once_ field.
10486 (Parameters::Parameters): Move to parameters.cc.
10487 (Parameters::clear_target): Likewise.
10488 * readsyms.cc (Read_symbols::do_group): Create a Start_group
10489 task.
10490 (Start_group::~Start_group): New function.
10491 (Start_group::is_runnable): New function.
10492 (Start_group::locks, Start_group::run): New functions.
10493 (Finish_group::run): Change saw_undefined to size_t.
10494 * readsyms.h (class Start_group): Define.
10495 (class Finish_group): Change saw_undefined_ field to size_t.
10496 (Finish_group::Finish_group): Remove saw_undefined and
10497 this_blocker parameters. Change all callers.
10498 (Finish_group::set_saw_undefined): New function.
10499 (Finish_group::set_blocker): New function.
10500 * symtab.h (class Symbol_table): Change saw_undefined to return
10501 size_t. Change saw_undefined_ field to size_t.
10502 * target-select.cc (Set_target_once::do_run_once): New function.
10503 (Target_selector::Target_selector): Initialize set_target_once_
10504 field. Don't initialize lock_ and initialize_lock_ fields.
10505 (Target_selector::instantiate_target): Rewrite.
10506 (Target_selector::set_target): New function.
10507 * target-select.h (class Set_target_once): Define.
10508 (class Target_selector): Update declarations. Make
10509 Set_target_once a friend. Remove lock_ and initialize_lock_
10510 fields. Add set_target_once_ field.
10511
fa17a3f4
ILT
105122010-02-10 Ian Lance Taylor <iant@google.com>
10513
10514 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
10515 queueing any tasks.
10516 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
10517 (queue_middle_tasks): Add all blockers before queueing any tasks.
10518 (queue_final_tasks): Likewise.
10519 * token.h (Task_token::add_blockers): New function.
10520 * object.h (Input_objects::number_of_relobjs): New function.
10521
c7177d31
ILT
105222010-02-10 Ian Lance Taylor <iant@google.com>
10523
5de0e392
ILT
10524 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
10525 shared, not if not position independent.
10526 * x86_64.cc (Relocate::relocate_tls): Likewise.
10527 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
10528 (tls_pie_pic_test): New target.
10529 * testsuite/Makefile.in: Rebuild.
10530
c7177d31
ILT
10531 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
10532 (tls_test_main_pie.o, tls_test_pie.o): New targets.
10533 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
10534 * testsuite/Makefile.in: Rebuild.
10535
684b268a
DM
105362010-02-09 David S. Miller <davem@davemloft.net>
10537
10538 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
10539 R_SPARC_RELATIVE using ->add_local_relative().
10540 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
10541
612a8d3d
DM
10542 * output.h (Output_data_dynamic::add_section_size): New method
10543 that takes two Output_data objects.
10544 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
10545 entry param. Handle it in initializers.
10546 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
10547 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
10548 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
10549 arg.
10550 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
10551 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
10552 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
10553 for dynrel_includes_plt.
10554 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10555 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10556 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
10557 before .rela.plt
10558 (Target_sparc::do_finalize_sections): Update to pass true for
10559 dynrel_includes_plt.
10560 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
10561 output before .rela.plt
10562 (Target_powerpc::do_finalize_sections): Update to pass true for
10563 dynrel_includes_plt when 32-bit.
10564
cb1be87e
DK
105652010-02-08 Doug Kwan <dougkwan@google.com>
10566
10567 * arm.cc (Arm_relobj::simple_input_section_output_address): New
10568 method.
10569 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
10570 Arm_relobj::scan_section_for_cortex_a8_stubs,
10571 Arm_relobj::do_relocation_section): Instead of calling
10572 Output_section::output_address, use faster
10573 Arm_relobj::simple_input_section_output_address.
10574
705b5121
DM
105752010-02-08 David S. Miller <davem@davemloft.net>
10576
10577 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
10578 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
10579 relocation helper function.
10580
024c4466
DM
10581 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
10582 just like R_SPARC_GOT{10,13,22}.
10583 (Target_sparc::Scan::local): Likewise.
10584 (Target_sparc::Relocate:relocate): Likewise.
10585
9109c078
ILT
105862010-02-06 Ian Lance Taylor <iant@google.com>
10587
10588 * configure.ac: Rewrite targetobjs duplicate removal code to use
10589 only shell constructs.
10590 * configure: Rebuild.
10591
cf846138
DK
105922010-02-05 Doug Kwan <dougkwan@google.com>
10593
10594 PR 11247
10595 * arm.cc (Arm_relobj::section_is_scannable): New method.
10596 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
10597 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
10598
6cfaf60b
DK
105992010-02-04 Doug Kwan <dougkwan@google.com>
10600
10601 PR 11247
10602 * arm-reloc-property.cc (cstdio): Include.
10603 * configure.ac (targetobjs): Remove duplicates.
10604 * configure: Regenerate.
10605 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
10606 big and little endian version for a given address size.
10607
5c57f1be
DK
106082010-02-03 Doug Kwan <dougkwan@google.com>
10609
10610 * arm-reloc-property.cc
10611 (Arm_reloc_property_table::reloc_name_in_error_message): New method
10612 definition.
10613 * arm-reloc-property.h
10614 (Arm_reloc_property_table::get_implemented_static_reloc_property):
10615 New method definition.
10616 (Arm_reloc_property_table::reloc_name_in_error_message): New method
10617 declaration.
10618 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
10619 overflow to N.
10620 (GOT_PREL): Change implemented to Y.
10621 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
10622 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
10623 (Arm_relocate_functions::movw_abs_nc): Remove method.
10624 (Arm_relocate_functions::movt_abs): Ditto.
10625 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
10626 (Arm_relocate_functions::thm_movt_abs): Ditto.
10627 (Arm_relocate_functions::movw_rel_nc): Ditto.
10628 (Arm_relocate_functions::movw_rel): Ditto.
10629 (Arm_relocate_functions::movt_rel): Ditto.
10630 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
10631 (Arm_relocate_functions:thm_movw_rel): Ditto.
10632 (Arm_relocate_functions:thm_movt_rel): Ditto.
10633 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
10634 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
10635 New method definitions.
10636 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
10637 (Arm_relocation_functions::arm_grp_ldr): Ditto.
10638 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
10639 (Arm_relocation_functions::arm_grp_ldc): Ditto.
10640 (Target_arm::Relocate::relocate): Check for non-static or
10641 unimplemented relocation code and exit early. Change calls to
10642 Target_arm::reloc_uses_thumb_bit and
10643 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
10644 instead. Refactor code to handle similar relocations to increase
10645 code sharing. Remove check for unsupported relocation code in switch
10646 statement.
10647 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
10648 relocation property table to find out size. Change error message to
10649 print out the name of a relocation code instead of the numeric value.
10650 (Target_arm::scan_reloc_for_stub): Use relocation property table
10651 instead of calling Target_arm::reloc_uses_thumb_bit().
10652
218c5831
DK
106532010-02-02 Doug Kwan <dougkwan@google.com>
10654
10655 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
10656 types of relaxed input section.
10657
0d31c79d
DK
106582010-02-02 Doug Kwan <dougkwan@google.com>
10659
10660 * Makefile.am (HFILES): Add arm-reloc-property.h.
10661 (DEFFILES): New.
2e702c99
RM
10662 (TARGETSOURCES): Add arm-reloc-property.cc
10663 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
0d31c79d
DK
10664 (libgold_a_SOURCES): $(DEFFILES)
10665 * Makefile.in: Regenerate.
10666 * arm-reloc-property.cc: New file.
10667 * arm-reloc-property.h: New file.
10668 * arm-reloc.def: New file.
10669 * arm.cc: Update comments.
10670 (arm-reloc-property.h): New included header.
10671 (arm_reloc_property_table): New global variable.
10672 (Target_arm::do_select_as_default_target): New method definition.
10673 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
10674 arm-reloc-property to targ_extra_obj.
10675 * parameters.cc (set_parameters_target): Call
10676 Target::select_as_default_target().
10677 * target.h (Target::select_as_default_target): New method definition.
10678 (Target::do_select_as_default_target): Same.
10679
546c7457
DK
106802010-02-01 Doug Kwan <dougkwan@google.com>
10681
10682 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
10683 first_output_text_section_.
10684 (Arm_exidx_fixup::first_output_text_section): New method definition.
10685 (Arm_exidx_fixup::first_output_text_section_): New data member.
10686 (Arm_exidx_fixup::process_exidx_section): Record the first text
10687 output section seen.
10688 (Arm_output_section::fix_exidx_coverage): Set correct linked section
10689 and entsize in output section header.
10690
11b861d5
DK
106912010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10692
10693 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
10694 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
10695 (Arm_relocate_functions::thm_alu11): New Method.
10696 (Arm_relocate_functions::thm_pc8): New Method.
10697 (Arm_relocate_functions::thm_pc12): New Method.
10698 (Target_arm::Scan::local): Handle the relocations.
10699 (Target_arm::Scan::global): Likewise.
10700 (Target_arm::Relocate::relocate): Likewise.
10701 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
10702
c9a2c125
DK
107032010-01-29 Doug Kwan <dougkwan@google.com>
10704
10705 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
10706 of relocation types as ld.
10707
1521477a
DK
107082010-01-29 Doug Kwan <dougkwan@google.com>
10709
10710 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
10711 to public.
10712 (Arm_relocate_functions::thumb_branch_common): Ditto.
10713 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
10714 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
10715 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
10716 Arm_relocate_functions::jump24): Remove.
10717 (Target_arm::Relocate::relocate): Adjust code to call
10718 Arm_relocation_functions::arm_branch_common and
10719 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 10720 wrappers. Merge switch-cases together to reduce source code size.
1521477a 10721
e7eca48c
DK
107222010-01-29 Doug Kwan <dougkwan@google.com>
10723
10724 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
10725 output_local_symbol_count_needs_update_.
10726 (Arm_relobj::output_local_symbol_count_needs_update,
10727 Arm_relobj::set_output_local_symbol_count_needs_update,
10728 Arm_relobj::update_output_local_symbol_count): New methods.
10729 (Arm_relobj::output_local_symbol_count_needs_update_): New data
10730 member.
10731 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
10732 of pointed function as in a R_ARM_PREL31 relocation.
10733 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
10734 for output local symbol count updating.
10735 (Target_arm::do_relax): Update output local symbol counts in objects
10736 if necessary.
10737 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
10738
02961d7e
ILT
107392010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10740
10741 * arm.cc: Added support for the ARM relocations:
10742 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
10743 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
10744 (Arm_relocate_functions::movw_rel_nc): Renamed (was
10745 movw_prel_nc).
10746 (Arm_relocate_functions::movw_rel): New method.
10747 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
10748 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
10749 thm_movw_prel_nc).
10750 (Arm_relocate_functions::thm_movw_rel): New method.
10751 (Arm_relocate_functions::thm_movt_rel): Renamed (was
10752 thm_movt_prel).
10753 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
10754 relocations.
10755 (Target_arm::Scan::global): Likewise.
10756 (Target_arm::Relocate::relocate): Likewise.
10757 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10758 Likewise.
10759
b10d2873
ILT
107602010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10761
10762 * arm.cc: Added support for ARM group relocations.
10763 (Target_arm::reloc_needs_sym_origin): New method.
10764 (Arm_relocate_functions::calc_grp_kn): New method.
10765 (Arm_relocate_functions::calc_grp_residual): New method.
10766 (Arm_relocate_functions::calc_grp_gn): New method.
10767 (Arm_relocate_functions::arm_grp_alu): New Method.
10768 (Arm_relocate_functions::arm_grp_ldr): New Method.
10769 (Arm_relocate_functions::arm_grp_ldrs): New Method.
10770 (Arm_relocate_functions::arm_grp_ldc): New Method.
10771 (Target_arm::Scan::local): Handle the ARM group relocations.
10772 (Target_arm::Scan::global): Likewise.
10773 (Target_arm::Relocate::relocate): Likewise.
10774 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10775 Likewise.
10776
2b328d4e
DK
107772010-01-26 Doug Kwan <dougkwan@google.com>
10778
10779 * arm.cc (set): Include.
10780 (class Arm_exidx_fixup): Change type of last_input_section_ to const
10781 pointer type.
2e702c99 10782 (Arm_output_section::Text_section_list): New type.
2b328d4e
DK
10783 (Arm_output_section::append_text_sections_to_list): New method.
10784 (Arm_output_section::fix_exidx_coverage): Ditto.
10785 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
2e702c99 10786 (Arm_relobj::convert_input_section_to_relaxed_section): Use
2b328d4e
DK
10787 Relobj::set_section_offset() instead of
10788 Sized_relobj::invalidate_section_offset().
2e702c99 10789 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
2b328d4e
DK
10790 parameter for section headers. Ignore relocation sections for
10791 unallocated sections and EXIDX sections.
10792 (Target_arm::fix_exidx_coverage): New method.
10793 (Target_arm::output_section_address_less_than): New type.
10794 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
10795 linked text section instead of the EXIDX section.
10796 (Arm_output_section::create_stub_group): Add an assertion to check
10797 that this is not an EXIDX output section.
10798 (Arm_output_section::append_text_sections_to_list): New method.
10799 (Arm_output_section::fix_exidx_coverage): Ditto.
10800 (Arm_relobj::scan_sections_for_stubs): Adjust call to
2e702c99 10801 Arm_relobj::section_needs_reloc_stub_scanning.
2b328d4e
DK
10802 (Target_arm::do_relax): Fix EXIDX output section coverage in the
10803 first pass.
10804 (Target_arm::fix_exidx_coverage): New method.
10805 * object.h (Relobj::set_output_section): New method.
10806 (Sized_relobj::invalidate_section_offset): Remove method.
10807 (Sized_relobj::do_invalidate_section_offset): Remove method.
10808 (Sized_relobj::do_set_section_offset): Handle offset value -1.
10809
c7f3c371
DK
108102010-01-25 Doug Kwan <dougkwan@google.com>
10811
10812 * arm.cc (Arm_exidx_merged_section::do_output_offset):
10813 Fix warning due to signed and unsigned comparison on a 32-bit host.
10814
8923b24c
DK
108152010-01-22 Doug Kwan <dougkwan@google.com>
10816
10817 * arm.cc (Target_arm::do_relax): Record an output section for section
10818 offset adjustment it contains any stub table that has changed.
10819 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
10820 offsets in an output section if necessary.
10821 * output.cc (Output_section::Output_section): Initialize
10822 section_offsets_need_adjustments_.
10823 (Output_section::add_input_section_for_script): Renamed to
10824 Output_section::add_simple_input_section.
10825 (Output_section::save_states): Add a comment.
10826 (Output_section::discard_states): New method defintion.
10827 (Output_section::adjust_section_offsets): Same.
10828 * output.h (Output_section::add_input_section_for_script): Renamed to
10829 Output_section::add_simple_input_section.
10830 (Output_section::discard_states): New method declaration.
10831 (Output_section::adjust_section_offsets): Same.
10832 (Output_section::section_offsets_need_adjustment,
10833 Output_section::set_section_offsets_need_adjustment): New method
10834 definitions.
10835 (Output_section::section_offsets_need_adjustment_): New data member.
10836 * script-sections.cc
10837 (Output_section_element_input::set_section_address): Adjust code for
10838 renaming of Output_section::add_input_section_for_script.
10839 (Orphan_output_section::set_section_address): Same.
10840
9b2fd367
DK
108412010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10842
10843 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
10844 Fix_v4bx enum values .
10845 * gold/options.h (General_options): New option definitions.
10846 (General_options::fix_v4bx): New method.
10847 (General_options::Fix_v4bx): New enum.
10848 * gold/options.cc (General_options::parse_fix_v4bx): New method.
10849 (General_options::parse_fix_v4bx_interworking): New method.
10850
80d0d023
DK
108512010-01-22 Doug Kwan <dougkwan@google.com>
10852
10853 * arm.cc (Arm_exidx_fixup): New class.
10854
af2cdeae
DK
108552010-01-21 Doug Kwan <dougkwan@google.com>
10856
10857 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
10858 classes.
10859 (Arm_exidx_section_offset_map): New type.
10860
993d07c1
DK
108612010-01-21 Doug Kwan <dougkwan@google.com>
10862
10863 * arm.cc (Arm_exidx_input_section): New class.
10864 (Arm_relobj::exidx_input_section_by_link,
10865 Arm_relobj::exidx_input_section_by_shndx,
10866 Arm_relobj::make_exidx_input_section): New methods.
10867 (read_arm_attributes_section): Remove.
10868 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
10869 information about them.
10870 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
10871 to here.
10872
5ac169d4
DK
108732010-01-20 Doug Kwan <dougkwan@google.com>
10874
10875 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
10876 Input_section_specifier to Section_id.
10877 (Target_arm::new_arm_input_section: Adjust code for change of key
10878 type.
10879 (Target_arm::find_arm_input_section): Ditto.
10880 * gc.h (object.h): Include for Section_id nand Section_id_hash.
10881 (Section_id): Remove.
10882 (Garbage_collection::Section_id_hash): Remove.
10883 * icf.h (object.h): Include for Section_id nand Section_id_hash.
10884 (Section_id): Remove.
10885 (Icf::Section_id_hash): Remove.
10886 * object.h (Section_id, Const_section_id, Section_id_hash,
10887 Const_section_id_hash): New type definitions.
10888 * output.cc (Output_section::add_relaxed_input_section): Change to
10889 use Const_section_id instead of Input_section_specifier as key type.
10890 (Output_section::add_merge_input_section): Ditto.
10891 (Output_section::build_relaxation_map): Change to use Section_id
10892 instead of Input_section_specifier as key type.
2e702c99 10893 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5ac169d4
DK
10894 Ditto.
10895 (Output_section::convert_input_sections_to_relaxed_sections): Change
10896 to use Const_section_id instead of Input_section_specifier as key type.
2e702c99 10897 (Output_section::find_merge_section): Ditto.
5ac169d4
DK
10898 (Output_section::find_relaxed_input_section): Ditto.
10899 * output.h (Input_section_specifier): Remove class.
10900 (Output_section::Output_section_data_by_input_section_map): Change
10901 key type to Const_section_id.
10902 (Output_section::Output_relaxed_input_section_by_input_section_map):
10903 Ditto.
10904 (Output_section::Relaxation_map): Change key type to Section_id.
10905
a2162063
ILT
109062010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10907
10908 * gold/arm.cc: Added support for R_ARM_V4BX relocation
10909 (class Arm_v4bx_stub): New class.
10910 (DEF_STUBS): Updated definition to support v4_veneer_bx.
10911 (Stub_factory::make_arm_v4bx_stub): New method.
10912 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
10913 (Stub_table::empty): Handle v4bx stubs.
10914 (Stub_table::add_arm_v4bx_stub): New method.
10915 (Stub_table::find_arm_v4bx_stub): New method.
10916 (Arm_relocate_functions::v4bx): New method.
10917 (Target_arm::fix_v4bx): New method.
10918 (Target_arm::Target_arm): Handle R_ARM_V4BX.
10919 (Stub_table::relocate_stubs): Likewise.
10920 (Stub_table::do_write): Likewise.
10921 (Stub_table::update_data_size_and_addralign): Likewise.
10922 (Stub_table::finalize_stubs): Likewise.
10923 (Target_arm::Scan::local): Likewise.
10924 (Target_arm::Scan::global): Likewise.
10925 (Target_arm::do_finalize_sections): Likewise.
10926 (Target_arm::Relocate::relocate): Likewise.
10927 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10928 Likewise.
10929 (Target_arm::scan_reloc_for_stub): Likewise.
10930 (Target_arm::scan_reloc_section_for_stubs): Likewise.
10931
5696ab0b
ILT
109322010-01-19 Ian Lance Taylor <iant@google.com>
10933
10934 * output.cc (Output_section_headers::do_sized_write): Write large
10935 segment count to sh_info field.
10936 (Output_file_header::do_sized_write): For large segment count,
10937 write PN_XNUM to e_phnum field.
10938
800d0f56
ILT
109392010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10940
10941 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
10942 (Arm_relocate_functions::thm_jump8): New function.
10943 (Arm_relocate_functions::thm_jump11): New function.
10944 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
10945 R_ARM_THM_JUMP11.
10946 (Target_arm::Scan::global): Likewise.
10947 (Target_arm::Relocate::relocate): Likewise.
10948 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10949 Likewise.
10950
41263c05
DK
109512010-01-14 Doug Kwan <dougkwan@google.com>
10952
10953 * arm.cc (map, utility): Include headers.
10954 (Target_arm::apply_cortex_a8_workaround): New method.
10955 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
10956 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
10957 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
10958 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
10959 the --[no-]fix-cortex-a8 command line options.
10960 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
10961 (Target_arm::relocate_stub): Use addend in instruction template.
10962 * options.h (DEFINE_bool): Set the user-set flag.
10963 (General_options): Add --[no-]-fix-cortex options.
10964 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 10965 : Update fast look-up map after conversion.
41263c05 10966
459e9b03
ST
109672010-01-14 Sriraman Tallam <tmsriram@google.com>
10968
10969 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
10970 in the first pass of do_layout.
10971
b521dfe4
DK
109722010-01-13 Doug Kwan <dougkwan@google.com>
10973
10974 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
10975 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
10976 apparent compiler problem of not folding static constant integral
10977 data members of elfcpp::Elf_sizes<32>.
10978
44272192
DK
109792010-01-13 Doug Kwan <dougkwan@google.com>
10980
10981 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
10982 Arm_relobj::section_needs_cortex_a8_stub_scanning,
10983 Arm_relobj::scan_section_for_cortex_a8_erratum,
10984 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
10985 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
10986 sections to scan for relocation stubs into a new method
10987 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
10988 relocation and Cortex-A8 stub scanning.
10989 (Target_arm::do_relax): Force stubs to be after stubbed sections
10990 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 10991 the beginning of a new relaxation pass. Update a comment.
44272192
DK
10992 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
10993
44b71ece
ILT
109942010-01-12 Ian Lance Taylor <iant@google.com>
10995
10996 * target-reloc.h (visibility_error): New inline function.
10997 (relocate_section): Call visibility_error.
10998 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
10999 (MOSTLYCLEANFILES): Likewise.
11000 (protected_4_pic.o, protected_3.err): New targets.
11001 * testsuite/protected_4.cc: New file.
11002
a120bc7f
DK
110032010-01-12 Doug Kwan <dougkwan@google.com>
11004
11005 * arm.cc (Cortex_a8_reloc): New class.
11006 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
11007 and cortex_a8_relocs_info_.
11008 (Target_arm::fix_cortex_a8): New method definition.
11009 (Target_arm::Cortex_a8_relocs_info): New type.
11010 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
11011 New data member declarations.
11012 (Target_arm::scan_reloc_for_stub): Record information about
11013 relocations for THUMB branches that might be exempted from the
11014 Cortex-A8 workaround.
11015 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
11016 at the beginning of a relaxation pass.
11017
20138696
DK
110182010-01-12 Doug Kwan <dougkwan@google.com>
11019
11020 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
11021 (Arm_relobj::Mapping_symbol_position,
11022 Arm_reloj::Mapping_symbol_position_less,
11023 Arm_relobj::Mapping_symbols_info): New types.
11024 (Target_arm::is_mapping_symbol_name): New method definition.
11025 (Arm_relobj::do_count_local_symbols): Save information about mapping
11026 symbols.
11027
089d69dc
DK
110282010-01-11 Doug Kwan <dougkwan@google.com>
11029
11030 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
11031 Arm_relocate_functions::thumb32_branch_upper,
11032 Arm_relocate_functions::thumb32_branch_lower,
11033 Arm_relocate_functions::thumb32_cond_branch_offset,
11034 Arm_relocate_functions::thumb32_cond_branch_upper,
11035 Arm_relocate_functions::thumb32_cond_branch_lower,
11036 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
11037 branch offset encoding.
11038 (Arm_relocate_functions::thumb_branch_common): Use new branch
11039 offset encoding methods to avoid code duplication.
11040 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
11041 (Stub_addend_reader::operator()): Use new branch encoding method
11042 to avoid code duplication.
11043
99e5bff2
DK
110442010-01-11 Doug Kwan <dougkwan@google.com>
11045
11046 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
11047 (Target_arm::do_finalize_sections): Define special EXIDX section
11048 symbols only if referenced.
11049 * gc.h (Garbage_collection::add_reference): New method.
11050 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
11051 code duplication.
11052
98e090bd
ILT
110532010-01-11 Ian Lance Taylor <iant@google.com>
11054
d0a91bd8
ILT
11055 * script.cc (Version_script_info::build_expression_list_lookup):
11056 Change complaing about duplicate wildcard match from error to
11057 warning.
11058
98e090bd
ILT
11059 * script.cc (class Lazy_demangler): Recreate--revert part of patch
11060 of 2009-12-30.
11061 (Version_script_info::Version_script_info): Initialize globs_,
11062 default_version_, default_is_global_, and exact_. Don't
11063 initialize globals_ or locals_.
11064 (Version_script_info::build_lookup_tables): Build local symbols
11065 first.
11066 (Version_script_info::unquote): New function.
11067 (Version_script_info::add_exact_match): New function.
11068 (Version_script_info::build_expression_list_lookup): Remove lookup
11069 parameter. Add is_global parameter. Change all callers. Handle
11070 wildcard pattern specially. Unquote pattern. Call
11071 add_exact_match.
11072 (Version_script_info::get_name_to_match): New function.
11073 (Version_script_info::get_symbol_version): New function.
11074 (Version_script_info::get_symbol_version_helper): Remove.
11075 (Version_script_info::check_unmatched_names): Call unquote.
11076 * script.h (class Version_script_info): Change get_symbol_version
11077 to be non-inline and add is_global parameter; change all callers.
11078 Rewrite symbol_is_local. Update declarations. Define struct
11079 Version_tree_match, Exact, Globs. Don't define struct Lookup.
11080 Remove globals_ and locals_ members. Add exact_, globs_,
11081 default_version_, is_global_.
11082 (Version_script_info::Glob): Remove pattern, add expression and
11083 is_global. Update constructor. Change all callers.
11084 * dynobj.cc (Versions::finalize): Mark the version symbol as the
11085 default version.
11086 (Versions::symbol_section_contents): If a symbol is undefined, or
11087 defined in a dynamic object, set the version index to
11088 VER_NDX_LOCAL.
11089 * symtab.cc (Symbol_table::add_from_relobj): Don't call
11090 symbol_is_local.
11091 (Symbol_table::add_from_pluginobj): Likewise.
11092 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
11093
d56962d3
DK
110942010-01-11 Doug Kwan <dougkwan@google.com>
11095
11096 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
11097 (incremental_dump_LDADD): Add linking option for libintl.
11098 * Makefile.in: Regenerate.
11099
94e6ee91
L
111002010-01-11 H.J. Lu <hongjiu.lu@intel.com>
11101
11102 PR gold/11144
11103 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
11104 instead of -Ds.
11105 * testsuite/Makefile.in: Regenerated.
11106
e96c574b
DK
111072010-01-10 Doug Kwan <dougkwan@google.com>
11108
11109 * options.h (DEFINE_var): Use parentheses around argument varname__
11110 in macro body to avoid any unintended subsequent substitutions.
11111
7198066b
ILT
111122010-01-10 Ian Lance Taylor <iant@google.com>
11113
ba4d53bf
ILT
11114 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
11115 candidates before doing symbol resolution.
11116
7198066b
ILT
11117 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
11118 ODR candidates if only one is weak.
11119
a2beed37
ILT
111202010-01-08 Ian Lance Taylor <iant@google.com>
11121
11122 * script.cc (Version_script_info::build_expression_list_lookup):
11123 Don't warn about ambiguous version, just record the ambiguity.
11124 (Version_script_info::get_symbol_version_helper): Give error if
11125 version is ambiguous.
11126
2fb7225c
DK
111272010-01-08 Doug Kwan <dougkwan@google.com>
11128
11129 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
703d02da
AM
11130 prev_data_size_ and prev_addralign_. Remove initializer for
11131 deleted data member has_been_changed_.
11132 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
11133 to determine if the table is empty.
11134 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
11135 Remove.
11136 (Stub_table::add_reloc_stub): Define method in class definition
11137 instead of just declaring it there.
11138 (Stub_table::add_cortex_a8_stub): New method definition.
11139 (Stub_table::update_data_size_and_addralign): Ditto.
11140 (Stub_table::finalize_stubs): Ditto.
11141 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
11142 (Stub_table::do_addralign_): Return address alignment in the
11143 (Stub_table::do_reset_address_and_file_offset): Define method in
11144 class definition instead of declaring it there. Set current data
11145 size to be the data size of the previous pass.
11146 (Stub_table::set_final_data_size): Use current data size as the
11147 final data size.
11148 (Stub_table::relocate_stub): Change parameter type of stub from
11149 Reloc_stub pointer to Stub pointer.
11150 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
11151 (Stub_table::Cortex_a8_stub_list): New typedef.
11152 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
11153 Stub_table::prev_addralign_): New data member.
11154 (Arm_relobj::Arm_relobj): Initialize data member
11155 section_has_cortex_a8_workaround_.
11156 (Arm_relobj::section_has_cortex_a8_workaround,
11157 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
11158 definitions.
11159 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
11160 declarations.
11161 (Target_arm::relocate_stub): Change parameter type of stub from
11162 Reloc_stub pointer to Stub pointer.
11163 (Insn_template::size, Insn_template::alignment): Handle
11164 THUMB16_SPECIAL_TYPE.
11165 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
11166 Stub_table::update_data_size_and_addralign,
11167 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
11168 definitions.
11169 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
11170 (Stub_table::do_write): Ditto.
11171 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2fb7225c 11172
880cd20d
ILT
111732010-01-08 Ian Lance Taylor <iant@google.com>
11174
11175 PR 11108
11176 * symtab.h (class Symbol): Remove fields is_target_special_ and
11177 has_plt_offset_. Add field is_defined_in_discarded_section_.
11178 (Symbol::is_defined_in_discarded_section): New function.
11179 (Symbol::set_is_defined_in_discarded_section): New function.
11180 (Symbol::has_plt_offset): Rewrite.
11181 (Symbol::set_plt_offset): Verify that new offset is not -1U.
11182 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
11183 Don't initialize is_target_special_ or has_plt_offset_.
11184 Initialize is_defined_in_discarded_section_.
11185 (Symbol_table::add_from_relobj): If appropriate, set
11186 is_defined_in_discarded_section.
11187 * resolve.cc (Symbol::override_base_with_special): Don't test
11188 is_target_special_. Change has_plt_offset_ to has_plt_offset().
11189 * target-reloc.h (relocate_section): Do special handling for
11190 symbols defined in discarded sections for global symbols as well
11191 as local symbols.
11192
2703e3eb
ILT
111932010-01-08 Ian Lance Taylor <iant@google.com>
11194
11195 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
11196 the SHT_SYMTAB case.
11197
339d40a3
ILT
111982010-01-08 Ian Lance Taylor <iant@google.com>
11199
11200 * object.cc (Sized_relobj::do_layout): Don't get confused if
11201 layout_eh_frame returns NULL.
11202
abecea76
ILT
112032010-01-08 Ian Lance Taylor <iant@google.com>
11204
11205 PR 11084
11206 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
11207 dynamic symbol table, use the normal symbol table.
11208 (Sized_dynobj::do_read_symbols): Remove assertion about type of
11209 symbol table.
11210
6b7dd3f3
ILT
112112010-01-08 Ian Lance Taylor <iant@google.com>
11212
11213 PR 11072
11214 * layout.cc (Layout::include_section): Remove .gnu_debuglink
11215 sections.
11216
36c50e63
L
112172010-01-08 H.J. Lu <hongjiu.lu@intel.com>
11218
11219 * version.cc (print_version): Change to "Copyright 2010".
11220
e291e7b9
ILT
112212010-01-08 Ian Lance Taylor <iant@google.com>
11222
11223 PR 10287
11224 PR 11063
11225 * i386.cc (class Target_i386): Change return type of plt_section
11226 to be non-const.
11227 (class Output_data_plt_i386): Add tls_desc_rel_ field.
11228 (Output_data_plt_i386::Output_data_plt_i386): Initialize
11229 tls_desc_rel_ field.
11230 (Output_data_plt_i386::rel_tls_desc): New function.
11231 (Target_i386::rel_tls_desc_section): New function.
11232 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
11233 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
11234 R_386_TLS_DESC reloc in rel_tls_desc_section.
11235 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
11236 Define struct Tlsdesc_info.
11237 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
11238 (Target_x86_64::do_reloc_symbol_index): New function.
11239 (Target_x86_64::add_tlsdesc_info): New function.
11240 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
11241 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
11242 tlsdesc_rel_ field.
11243 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
11244 all callers.
11245 (Output_data_plt_x86_64::rela_tlsdesc): New function.
11246 (Target_x86_64::rela_tlsdesc_section): New function.
11247 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
11248 handling.
11249 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
11250 (Target_x86_64::do_reloc_addend): New function.
11251 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
11252 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
11253 declarations. Define TARGET_CODE. Add arg field to u1_ union.
11254 (Output_reloc::type): New function.
11255 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
11256 (Output_reloc::is_target_specific): New function.
11257 (Output_reloc::target_arg): New function.
11258 (class Output_reloc) [SHT_RELA]: Add four new constructors for
11259 absolute relocs and target specific relocs.
11260 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
11261 add_target_specific.
11262 (class Output_data_reloc) [SHT_RELA]: Likewise.
11263 * output.cc (Output_reloc::Output_reloc): Add four new versions
11264 for absolute relocs and target specific relocs.
11265 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
11266 (Output_reloc::get_symbol_index): Likewise.
11267 (Output_reloc::local_section_offset): Check that local_sym_index_
11268 is not TARGET_CODE or 0.
11269 (Output_reloc::symbol_value): Likewise.
11270 (Output_reloc::write) [SHT_RELA]: Call target for target specific
11271 reloc.
11272 * target.h (class Target): Add reloc_symbol_index and reloc_addend
11273 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
11274 functions.
11275 * layout.cc (add_target_dynamic_tags): Use output section for
11276 DT_PLTRELSZ and DT_JMPREL.
11277
3a44184e
ILT
112782010-01-07 Ian Lance Taylor <iant@google.com>
11279
11280 PR 11061
11281 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
11282 function.
11283 (class Output_data_reloc_generic): Define.
11284 (class Output_data_reloc_base): Change base class to
11285 Output_data_reloc_generic. Change add() method to call
11286 bump_relative_reloc_count for a relative reloc. Remove
11287 sort_relocs_ field.
11288 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
11289 to sort_relocs().
11290 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
11291 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
11292 appropriate.
11293 * layout.h (class Layout): Update declaration.
11294
ea715a34
ILT
112952010-01-07 Ian Lance Taylor <iant@google.com>
11296
11297 * output.h (class Output_data): Add const version of
11298 output_section and do_output_section.
11299 (class Output_section_data): Add const version of
11300 do_output_section.
11301 (class Output_section): Likewise.
11302 * layout.cc (Layout::add_target_dynamic_tags): New function.
11303 * layout.h (class Layout): Update declarations.
11304 * arm.cc (Target_arm::do_finalize_sections): Use
11305 add_target_dynamic_tags.
11306 * i386.cc (Target_i386::do_finalize_sections): Likewise.
11307 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
11308 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
11309 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
11310
659948a4
ILT
113112010-01-07 Ian Lance Taylor <iant@google.com>
11312
11313 PR 11042
11314 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
11315 object as needed.
11316
9d3b86f6
ILT
113172010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
11318 Ian Lance Taylor <iant@google.com>
11319
11320 PR 11019
11321 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
11322 Xindex::read_symtab_xindex.
11323
bb0d3eb0
DK
113242010-01-07 Doug Kwan <dougkwan@google.com>
11325
11326 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
11327 (Insn_template::thumb16_bcond_insn): New method declaration.
11328 (Insn_template): Fix spelling.
11329 (Stub::thumb16_special): New method declaration.
11330 (Stub::do_write): Define virtual method which was previously pure
11331 virtual.
11332 (Stub::do_thumb16_special): New method declaration.
11333 (Stub::do_fixed_endian_write): New template member.
11334 (Reloc_stub::do_write): Remove.
11335 (Reloc_stub::do_fixed_endian_write): Remove.
11336 (Cortex_a8_stub): New class definition.
11337 (Stub_factory::make_cortex_a8_stub): New method definition.
11338 (Stub_factory::Stub_factory): Add missing static storage class
11339 qualifier for elf32_arm_stub_a8_veneer_blx.
11340
ffeef7df
ILT
113412010-01-07 Ian Lance Taylor <iant@google.com>
11342
dc3f80fe
ILT
11343 PR 10980
11344 * options.h (class General_options): Add --warn-unresolved-symbols
11345 and --error-unresolved-symbols.
11346 * errors.cc (Errors::undefined_symbol): Implement
11347 --warn-unresolved-symbols.
11348
ffeef7df
ILT
11349 * options.h (class General_options): Add -z text and -z textoff.
11350 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
11351
f1ec9ded
ST
113522010-01-06 Sriraman Tallam <tmsriram@google.com>
11353
11354 * gc.h (Garbage_collection::Cident_section_map): New typedef.
11355 (Garbage_collection::cident_sections): New function.
11356 (Garbage_collection::add_cident_section): New function.
11357 (Garbage_collection::cident_sections_): New member.
11358 (gc_process_relocs): Add references to sections whose names are C
11359 identifiers.
11360 * gold.h (cident_section_start_prefix): New constant.
11361 (cident_section_stop_prefix): New constant.
11362 (is_cident): New function.
11363 * layout.cc (Layout::define_section_symbols): Replace string constants
11364 with the newly defined constants.
11365 * object.cc (Sized_relobj::do_layout): Track sections whose names are
11366 C identifiers.
11367 * testsuite/Makefile.am: Add gc_orphan_section_test.
11368 * testsuite/Makefile.in: Regenerate.
11369 * testsuite/gc_orphan_section_test.cc: New file.
11370 * testsuite/gc_orphan_section_test.sh: New file.
11371
6eda8c29
ILT
113722010-01-06 Ian Lance Taylor <iant@google.com>
11373
b9674e17
ILT
11374 PR 10980
11375 * options.h (class General_options): Add --warn-shared-textrel.
11376 * layout.cc (Layout::finish_dynamic_section): Implement
11377 --warn-shared-textrel.
11378
6eda8c29
ILT
11379 PR 10980
11380 * options.h (class General_options): Add --warn-multiple-gp.
11381
32dcd44e
ILT
113822010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11383
11384 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
11385 $(THREADSLIB) and $(LIBDL).
11386 * Makefile.in: Rebuild.
11387
a192ba05
ILT
113882010-01-06 Ian Lance Taylor <iant@google.com>
11389
11390 PR 10980
11391 * options.cc (General_options::parse_section_start): New function.
11392 (General_options::section_start): New function.
11393 (General_options::General_options): Initialize all members.
11394 * options.h: Include <map>
11395 (class General_options): Add --section-start. Add section_starts_
11396 member.
11397 * layout.cc (Layout::attach_allocated_section_to_segment): If
11398 --section-start was used, set the address of the segment. Remove
11399 local sort_sections.
11400 (Layout::relaxation_loop_body): If the address of the load segment
11401 has been set by --section-start, don't use it.
11402 * output.h (Output_segment::update_flags_for_output_section): New
11403 function.
11404 * output.cc (Output_segment::add_output_section): Call
11405 update_flags_for_output_section.
11406
dde3f402
ILT
114072010-01-05 Ian Lance Taylor <iant@google.com>
11408
62dfdd4d
ILT
11409 PR 10980
11410 * options.h (class General_options): Add --undefined-version.
11411 * script.cc (struct Version_expression): Add was_matched_by_symbol
11412 field.
11413 (Version_script_info::matched_symbol): New function.
11414 (Version_script_info::get_symbol_version_helper): Call
11415 matched_symbol.
11416 (Version_script_info::check_unmatched_names): New function.
11417 * script.h (class Version_script_info): Update declarations.
11418 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
11419
9c4ae156
ILT
11420 * options.h (class General_options): Use DEFINE_bool_alias for
11421 allow_multiple_definition.
11422 * resolve.cc (Symbol_table::should_override): Don't test
11423 allow_multiple_definition.
11424
dde3f402
ILT
11425 PR 10980
11426 * options.h (class General_options): Add --cref.
11427 * main.cc (main): Print cref table if --cref. Don't close mapfile
11428 until after printing cref table.
11429 * cref.cc: Include "symtab.h".
11430 (class Cref_inputs): Define Cref_table_compare and Cref_table.
11431 (Cref_table_compare::operator()): New function.
11432 (Cref_inputs::gather_cref): New function.
11433 (filecol): New static const.
11434 (Cref_inputs::print_cref): New function.
11435 (Cref::print_cref): New function.
11436 * cref.h: Include <cstdio>.
11437 (class Cref): Update declarations.
11438 * mapfile.h (Mapfile::file): New function.
11439 * object.h (class Object): Define Symbols. Declare virtual
11440 do_get_global_symbols.
11441 (Object::get_global_symbols): New function.
11442 * object.cc (Input_objects::add_object): Pass object to cref_ if
11443 --cref.
11444 (Input_objects::archive_start): Likewise.
11445 (Input_objects::archive_stop): Likewise.
11446 (Input_objects::print_cref): New function.
11447 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
11448 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
11449 --cref.
11450 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
11451 function.
11452 * plugin.h (class Sized_pluginobj): Update declarations.
11453
8781f709
ILT
114542010-01-05 Ian Lance Taylor <iant@google.com>
11455
11456 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
11457 to is_default_version. Rename insdef to insdefault.
11458 (Symbol_table::add_from_relobj): Rename def to is_default_version
11459 and local to is_forced_local.
11460 (Symbol_table::add_from_pluginobj): Likewise.
11461 (Symbol_table::add_from_dynobj): Likewise.
11462 (Symbol_table::define_special_symbol): Rename insdef to
11463 insdefault.
11464
fe35d28d
ILT
114652010-01-04 Ian Lance Taylor <iant@google.com>
11466
30bc8c46
ILT
11467 PR 10980
11468 * options.h (class General_options): Add
11469 --allow-multiple-definition and -z muldefs.
11470 * resolve.cc (Symbol_table::should_override): Don't warn about a
11471 multiple symbol definition if --allow-multiple-definition or -z
11472 muldefs.
11473
7eaea549
ILT
11474 PR 10980
11475 * options.h (class General_options): Add --add-needed and
11476 --copy-dt-needed-entries. Tweak --as-needed help entry.
11477 * object.cc (Input_objects::check_dynamic_dependencies): Give an
11478 error if --copy-dt-needed-entries aka --add-needed is used and
11479 would cause a change in behaviour.
11480
fe35d28d
ILT
11481 PR 10980
11482 * options.h (class General_options): Add -G as a short version of
11483 --shared. Add no-op options -assert, -g, and -i.
11484
55a2bb35
ST
114852010-01-04 Sriraman Tallam <tmsriram@google.com>
11486
11487 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
11488 check for .text or .gnu.linkonce.t sections.
11489 * icf.cc (Icf::find_identical_sections): Ditto.
11490 Change the detection for mangled function name within the section
11491 name.
11492 * icf.h (is_section_foldable_candidate): New function.
11493
719328e1
ILT
114942009-12-30 Ian Lance Taylor <iant@google.com>
11495
11496 PR 10980
11497 * options.h (class General_options): Permit two dashes with
11498 --retain-symbols-file.
11499
d7bb5745
ILT
115002009-12-30 Ian Lance Taylor <iant@google.com>
11501
403a15dd
ILT
11502 PR 10979
11503 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
11504 don't put the file header and segment headers in the text
11505 segment.
11506
eda294df
ILT
11507 PR 10979
11508 * common.cc (Sort_commons::operator()): Stabilize sort when both
11509 entries are NULL.
11510 (Symbol_table::do_allocate_commons_list): When allocating common
11511 symbols, skip a symbol which is no longer common.
11512 * symtab.h (Symbol::is_common): Test whether the symbol comes from
11513 an object before checking its type.
11514 * testsuite/common_test_2.c: New file.
11515 * testsuite/common_test_3.c: New file.
11516 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
11517 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
11518 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
11519 (common_test_2_pic.o, common_test_2.so): New targets.
11520 (common_test_3_pic.o, common_test_3.so): New targets.
11521 * testsuite/Makefile.in: Rebuild.
11522
d7bb5745
ILT
11523 PR 10979
11524 * script.cc (read_input_script): If we see a new SECTIONS clause,
11525 and we have added an input section, give an error.
11526 * layout.h (class Layout): Add have_added_input_section function.
11527 Add have_added_input_section_ field.
11528 * layout.cc (Layout::Layout): Initialize
11529 have_added_input_section_.
11530 (Layout::layout): Set have_added_input_section_.
11531 (Layout::layout_eh_frame): Likewise.
11532
fc59c572
ILT
115332009-12-30 Ian Lance Taylor <iant@google.com>
11534
11535 PR 10931
11536 * options.h (class General_options): Add --sort-common option.
11537 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
11538 * common.cc (Sort_common): Add sort_order parameter to
11539 constructor. Add sort_order_ field.
11540 (Sort_commons::operator): Check sort_order_.
11541 (Symbol_table::allocate_commons): Determine the sort order.
11542 (Symbol_table::do_allocate_commons): Add sort_order parameter.
11543 Change all callers.
11544 (Symbol_table::do_allocate_commons_list): Likewise.
11545
1c74fab0
ILT
115462009-12-30 Ian Lance Taylor <iant@google.com>
11547
11548 PR 10916
11549 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
11550 symbols from this object, don't change the visibility of an
11551 undefined symbol.
11552 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
11553
6affe781
ILT
115542009-12-30 Ian Lance Taylor <iant@google.com>
11555
11556 PR 10861
11557 * script.h (class Version_script_info): Define Language enum.
11558 Update declarations. Define Glob, Exact, and Lookup types. Add
11559 new fields globals_, locals_, and is_finalized_.
11560 * script.cc: Various formatting fixes.
11561 (class Parser_closure): Change language_stack_ from a vector of
11562 std::string to one of Version_script_info::Language. Adjust all
11563 uses accordingly.
11564 (class Lazy_demangler): Remove.
11565 (struct Version_expression): Change language from std::string to
11566 Version_script_info::Language.
11567 (Version_script_info::Version_script_info): New function.
11568 (Version_script_info::~Version_script_info): Don't call clear.
11569 (Version_script_info::finalize): New function.
11570 (Version_script_info::build_lookup_tables): New function.
11571 (Version_script_info::build_expression_list_lookup): New
11572 function.
11573 (Version_script_info::get_symbol_version_helper): Rewrite to use
11574 lookup tables.
11575 (Version_script_info::print_expression_list): Adjust to use
11576 Version_script_info::Language.
11577 (script_push_lex_into_version_mode): Check that the version script
11578 has not been finalized.
11579 (version_script_push_lang): Change language string to
11580 Version_script_info::Language.
11581 * options.cc (Command_line::version_script): New function.
11582 * options.h (class General_options): Add finalize_dynamic_list
11583 function. Change version_script from declaration to definition.
11584 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
11585 * testsuite/version_script.map: Remove duplicate def of foo.
11586 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
11587 version_script.map.
11588 * testsuite/Makefile.in: Rebuild.
11589
818bf354
ILT
115902009-12-30 Ian Lance Taylor <iant@google.com>
11591
11592 PR 10843
11593 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
11594 if the input symbol index is 0, make the output symbol index 0.
11595
ebcc8304
ILT
115962009-12-30 Ian Lance Taylor <iant@google.com>
11597
11598 PR 10670
11599 * options.h (class General_options): Add -x/--discard-all.
11600 * object.cc (Sized_relobj::do_count_local_symbols): Handle
11601 --discard-all. If the local symbol needs a dynamic entry, check
11602 that before handling --discard-locals.
11603
176fe33f
ILT
116042009-12-30 Ian Lance Taylor <iant@google.com>
11605
bb321bb1
ILT
11606 PR 10450
11607 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
11608 flags to PF_R.
11609 (Output_segment::add_output_section): Don't change the flags if
11610 the type is PT_TLS.
11611
176fe33f
ILT
11612 PR 10450
11613 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
11614 GNU hash table if they need a dynamic value. Otherwise, don't add
11615 them if they are defined in a dynamic object or are forced local.
11616
e8cd95c7
ILT
116172009-12-29 Ian Lance Taylor <iant@google.com>
11618
1b81fb71
ILT
11619 PR 10450
11620 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
11621 .gnu.hash table for a 32-bit target.
11622
8d6d383d
ILT
11623 PR 10450
11624 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
11625 regular and a dynamic object only needs a dynamic symbol table
11626 entry if it is externally visible.
11627
e785ec03
ILT
11628 PR 10450
11629 * i386.cc (class Target_i386): Initialize global_offset_table_ in
11630 constructor. Add global_offset_table_ field.
11631 (Target_i386::got_section): Set global_offset_table_.
11632 (Target_i386::do_finalize_sections): Set global_offset_table_
11633 size.
11634 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
11635 in constructor. Add global_offset_table_ field.
11636 (Target_x86_64::got_section): Set global_offset_table_.
11637 (Target_x86_64::do_finalize_sections): Set global_offset_table_
11638 size.
11639
1a2dff53
ILT
11640 * layout.cc (Layout::Layout): Initialize increase_relro_.
11641 (Layout::get_output_section): Add is_relro, is_last_relro, and
11642 is_first_non_relro parameters. Change all callers.
11643 (Layout::choose_output_section): Likewise.
11644 (Layout::add_output_section_data): Likewise.
11645 (Layout::make_output_section): Likewise.
11646 (Layout::set_segment_offsets): Clear increase_relro when using a
11647 linker script.
11648 * layout.h (class Layout): Add increase_relro method. Add
11649 increase_relro_ field. Update declarations.
11650 * output.cc (Output_section::Output_section): Initialize
11651 is_last_relro_ and is_first_non_relro_.
11652 (Output_segment::add_output_section): Group relro sections is
11653 do_sort is true. Handle is_last_relro and is_first_non_relro.
11654 (Output_segment::maximum_alignment): Remove relro handling.
11655 (Output_segment::set_section_addresses): Add increase_relro
11656 parameter. Change all callers. Add initial alignment to align
11657 relro sections on separate page. Remove old relro handling.
11658 (Output_segment::set_section_list_addresses): Remove in_relro
11659 parameter. Change all callers.
11660 (Output_segment::set_offset): Add increase parameter. Change all
11661 callers. Remove old relro handling.
11662 * output.h (class Output_section): Add new methods: is_last_relro,
11663 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
11664 Add is_last_relro_ and is_first_non_relro_ fields.
11665 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
11666 Create separate .got.plt section. Call increase_relro.
11667 * x86_64.cc (Target_x86_64::got_section): Likewise.
11668 * testsuite/relro_script_test.t: Add .got.plt.
11669
f0ba79e2
ILT
11670 PR 10450
11671 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
11672 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
11673 (Layout::finalize): Call set_dynamic_symbol_size.
11674 (Layout::set_dynamic_symbol_size): New function.
11675 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
11676 set_dynamic_symbol_size.
11677
e8cd95c7
ILT
11678 PR 10450
11679 * output.h (class Output_section): Add is_entsize_zero_ field.
11680 * output.cc (Output_section::Output_section): Initialize
11681 is_entsize_zero_.
11682 (Output_section::set_entsize): If two different entsizes are
11683 requested, force it to zero.
11684 (Output_section::add_input_section): Set flags for .debug_str
11685 before updating section flags. Set entsize.
11686 (Output_section::update_flags_for_input_section): Set SHF_MERGE
11687 and SHF_STRING if all input sections have those flags.
11688
3e1b9a8a
RÁE
116892009-12-29 Rafael Espindola <espindola@google.com>
11690
11691 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
11692 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
11693 reporting.
3e1b9a8a 11694
3dcad376
ST
116952009-12-29 Sriraman Tallam <tmsriram@google.com>
11696
11697 * options.cc (General_options::parse_version): Allow -v to exit
11698 without an error if there is nothing to link.
11699
084e2665
ILT
117002009-12-29 Ian Lance Taylor <iant@google.com>
11701
11702 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
11703 using a version of gcc before 4.1.
11704 * configure: Rebuild.
11705
250acde3
CD
117062009-12-28 Chris Demetriou <cgd@google.com>
11707
11708 * attributes.cc (Output_attributes_section_data::do_write): Use
11709 std::vector::front rather than std::vector::data.
11710
99fff23b
ILT
117112009-12-28 Ian Lance Taylor <iant@google.com>
11712
11713 * symtab.h (class Symbol_table): Add enum Defined.
11714 * resolve.cc (Symbol_table::should_override): Add defined
11715 parameter. Change all callers. Test whether object is NULL
11716 before calling a method on it.
11717 (Symbol_table::report_resolve_problem): Add defined parameter.
11718 Change all callers.
11719 (Symbol_table::should_override_with_special): Likewise.
11720 * symtab.cc (Symbol_table::define_in_output_data): Add defined
11721 parameter. Change all callers.
11722 (Symbol_table::do_define_in_output_data): Likewise.
11723 (Symbol_table::define_in_output_segment): Likewise.
11724 (Symbol_table::do_define_in_output_segment): Likewise.
11725 (Symbol_table::define_as_constant): Likewise.
11726 (Symbol_table::do_define_as_constant): Likewise.
11727 * script.h (class Symbol_assignment): Add is_defsym parameter to
11728 constructor; change all callers.
11729 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
11730 parameter. Change all callers. Add is_defsym_ field.
11731 (class Parser_closure): Add parsing_defsym parameter to
11732 constructor; change all callers. Add parsing_defsym accessor
11733 function. Add parsing_defsym_ field.
11734
556bd683
ILT
117352009-12-28 Ian Lance Taylor <iant@google.com>
11736
11737 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 11738 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 11739
1782c879
ILT
117402009-12-23 Ian Lance Taylor <iant@google.com>
11741
11742 * i386.cc (Target_i386::do_calls_non_split): Recognize
11743 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
11744 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
11745 -fsplit-stack prologue when using %r11.
1782c879 11746
329ca2b1
ST
117472009-12-21 Sriraman Tallam <tmsriram@google.com>
11748
11749 * options.cc (General_options::parse_version): Make -v continue and do
11750 the link like GNU ld does.
11751
d675ff46
RÁE
117522009-12-17 Rafael Avila de Espindola <espindola@google.com>
11753
11754 * Makefile.am (CCFILES): Add timer.cc.
11755 (HFILES): Add timer.h.
11756 * configure.ac: Check for sysconf and times.
11757 * main.cc: include timer.h.
11758 (main): Use Timer instead of get_run_time.
11759 * timer.cc: New.
11760 * timer.h: New.
11761 * workqueue.cc: include timer.h.
11762 (Workqueue::find_and_run_task):
11763 Report user, sys and wall time.
11764 * Makefile.in: Regenerate.
11765 * config.in: Regenerate.
11766 * configure: Regenerate.
11767
d6344fb5
DK
117682009-12-16 Doug Kwan <dougkwan@google.com>
11769
11770 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
11771 sections.
11772 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
11773 relaxed input sections.
11774 * output.cc (Output_section::find_relaxed_input_section): Change
11775 return type to Output_relaxed_input_section pointer. Adjust code
11776 for new type of relaxed_input_section_map_.
11777 * output.h (Output_section::find_relaxed_input_section): Change
11778 return type to Output_relaxed_input_section pointer.
11779 (Output_section::Output_relaxed_input_section_by_input_section_map):
11780 New type.
11781 (Output_section::relaxed_input_section_map_): Change type to
11782 Output_section::Output_relaxed_input_section_by_input_section_map.
11783 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
11784 input section.
11785
0e0d5469
ILT
117862009-12-15 Ian Lance Taylor <iant@google.com>
11787
11788 * layout.cc (Layout::create_shstrtab): Only write out after input
11789 sections if we are compressing debug sections.
11790
0649a889
ILT
117912009-12-15 Ian Lance Taylor <iant@google.com>
11792
11793 * archive.cc (Archive::add_symbols): Only look up a symbol without
11794 a version if there is, in fact, a version.
11795
2ea97941
ILT
117962009-12-14 Ian Lance Taylor <iant@google.com>
11797
11798 Revert -Wshadow changes, all changes from:
11799 2009-12-11 Doug Kwan <dougkwan@google.com>
11800 2009-12-11 Nick Clifton <nickc@redhat.com>
11801 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
11802
b0eec2cc
DK
118032009-12-11 Doug Kwan <dougkwan@google.com>
11804
11805 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
11806 due to -Wshadow.
11807 * attributes.cc (Object_attribute::size): Ditto.
11808 (Attributes_section_data::size): Ditto.
11809 (Attributes_section_data::Attributes_section_data): Ditto.
11810 (Output_attributes_section_data::do_write): Ditto.
11811 * attributes.h (Object_attribute::set_type): Ditto.
11812 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
11813
91d6fa6a
NC
118142009-12-11 Nick Clifton <nickc@redhat.com>
11815
11816 * archive.cc: Fix shadowed variable warnings.
11817 * arm.cc: Likewise.
11818 * compressed_output.cc: Likewise.
11819 * compressed_output.h: Likewise.
11820 * configure: Likewise.
11821 * dwarf_reader.cc: Likewise.
11822 * dynobj.cc: Likewise.
11823 * dynobj.h: Likewise.
11824 * ehframe.cc: Likewise.
11825 * ehframe.h: Likewise.
11826 * errors.cc: Likewise.
11827 * expression.cc: Likewise.
11828 * fileread.cc: Likewise.
11829 * fileread.h: Likewise.
11830 * freebsd.h: Likewise.
11831 * i386.cc: Likewise.
11832 * icf.cc: Likewise.
11833 * incremental.h: Likewise.
11834 * layout.cc: Likewise.
11835 * layout.h: Likewise.
11836 * mapfile.cc: Likewise.
11837 * merge.cc: Likewise.
11838 * merge.h: Likewise.
11839 * object.cc: Likewise.
11840 * object.h: Likewise.
11841 * options.h: Likewise.
11842 * output.cc: Likewise.
11843 * output.h: Likewise.
11844 * parameters.cc: Likewise.
11845 * plugin.cc: Likewise.
11846 * powerpc.cc: Likewise.
11847 * reduced_debug_output.cc: Likewise.
11848 * reduced_debug_output.h: Likewise.
11849 * reloc.cc: Likewise.
11850 * reloc.h: Likewise.
11851 * resolve.cc: Likewise.
11852 * script-sections.cc: Likewise.
11853 * script.cc: Likewise.
11854 * script.h: Likewise.
11855 * sparc.cc: Likewise.
11856 * symtab.cc: Likewise.
11857 * symtab.h: Likewise.
11858 * target-select.cc: Likewise.
11859 * target-select.h: Likewise.
11860 * token.h: Likewise.
11861 * workqueue.cc: Likewise.
11862 * workqueue.h: Likewise.
11863 * x86_64.cc: Likewise.
11864
a0351a69
DK
118652009-12-10 Doug Kwan <dougkwan@google.com>
11866
11867 * arm.cc (attributes.h): New include.
11868 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
11869 (Arm_relobj::~Arm_relobj): Delete object pointed by
11870 attributes_section_data_.
11871 (Arm_relobj::attributes_section_data): New method definition.
11872 (Arm_relobj::attributes_section_data_): New data member declaration.
11873 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
11874 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
11875 attributes_section_data_.
11876 (Arm_dynobj::attributes_section_data): New method definition.
11877 (Arm_dynobj::attributes_section_data_): New data member declaration.
11878 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
11879 initialization value of may_use_blx_ to false.
2e702c99 11880 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
a0351a69
DK
11881 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
11882 object attributes to compute results instead of hard-coding.
11883 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
11884 Target_arm::get_secondary_compatible_arch,
11885 Target_arm::set_secondary_compatible_arch
11886 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
11887 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
11888 New method declarations.
11889 (Target_arm::get_aeabi_object_attribute): New method definition.
11890 (Target_arm::attributes_section_data_): New data member declaration.
11891 (read_arm_attributes_section): New template definition.
11892 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
11893 (Arm_dynobj::do_read_symbols): Ditto.
11894 (Target_arm::do_finalize_sections): Merge attributes sections from
11895 input. Check for BLX use after attributes section merging.
11896 Fix __exidx_start and __exidx_end visibility. Create an
11897 .ARM.attributes section if necessary.
11898 (Target_arm::get_secondary_compatible_arch,
11899 Target_arm::set_secondary_compatible_arch,
11900 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
11901 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 11902 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
11903 New method definitions.
11904
b59befec
ILT
119052009-12-09 Ian Lance Taylor <iant@google.com>
11906
11907 * plugin.cc (Plugin::load): Don't cast from void* to a function
11908 pointer.
11909
1276bc89
ILT
119102009-12-09 Ian Lance Taylor <iant@google.com>
11911
11912 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
11913 information fields.
11914
2f2de248
L
119152009-12-09 H.J. Lu <hongjiu.lu@intel.com>
11916
11917 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
11918 Replace two_file_shared_1.so with two_file_shared_2.so.
11919 * testsuite/Makefile.in: Regenerated.
11920
4f787271
DK
119212009-12-08 Doug Kwan <dougkwan@google.com>
11922
11923 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
11924 (HFILES): Add attributes.h and int_encoding.h.
11925 * Makefile.in: Regenerate.
11926 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
11927 function definitions to int_encoding.cc
11928 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
11929 prototypes to int_encoding.h
11930 * reduced_debug_output.cc (int_encoding.h): New include.
11931 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
11932 function definitions to int_encoding.cc
11933 (insert_into_vector, read_from_pointer): Move template definitions to
11934 int_encoding.h
11935 * attributes.cc: New file.
11936 * attributes.h: New file.
11937 * int_encoding.cc: New file.
11938 * int_encoding.h: New file.
11939
20b52f1a
RÁE
119402009-12-07 Rafael Avila de Espindola <espindola@google.com>
11941
11942 PR gold/11055
11943 * incremental-dump.cc (dump_incremental_inputs): New.
11944 (main): Use dump_incremental_inputs.
11945
53d7974c
L
119462009-12-07 H.J. Lu <hongjiu.lu@intel.com>
11947
11948 PR gold/10893
11949 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
11950 checking elfcpp::STT_FUNC.
11951 (Target_i386::Relocate::relocate): Likewise.
11952 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
11953
11954 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
11955 symbols from shared libraries into normal FUNC symbols.
11956
11957 * symtab.h (Symbol): Add is_func and use it.
11958
05a352e6
DK
119592009-12-05 Doug Kwan <dougkwan@google.com>
11960
11961 * arm.cc (Target_arm::arm_info): Initialize new fields
11962 attributes_section and attributes_vendor.
11963 * i386.cc (Target_i386::i386_info): Same.
11964 * object.cc (Sized_relobj::do_layout): Skip attribute section.
11965 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
11966 fields attributes_section and attributes_vendor.
53d7974c 11967 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
11968 * target.h (Target::attributes_section, Target::attributes_vendor,
11969 Target::is_attributes_section, Target::attribute_arg_type,
11970 Target::attributes_order): New method definitions.
11971 (Target::Target_info::attributes_section,
11972 Target::Target_info::attributes_vendor): New fields.
11973 (Target::do_attribute_arg_type, Target::do_attributes_order): New
11974 virtual method definitions.
11975 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
11976 attributes_section and attributes_vendor.
11977 * testsuite/testfile.cc (Target_test::test_target_info): Same.
11978
f4e5969c
DK
119792009-12-05 Doug Kwan <dougkwan@google.com>
11980
11981 * arm.cc: Update comments about interworking and stub generation.
11982 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
11983 considered as non-PIC.
11984 (Arm_relocate_functions::base_abs): Fix formatting.
11985 (Arm_relocate_functions::got_prel): Fix comment. Change interface
11986 of function to use GOT entry address instead of offset.
11987 (Target_arm::Scan::global): Issue an error if a symbol would need a
11988 PLT does not get one because it is untyped. Remove code to create
11989 dynamic symbols for relative branches.
11990 (Target_arm::Relocate::relocate: Use 0 instead of false since function
11991 takes unsigned integer instead of boolean.
11992
1abce4a6
L
119932009-12-05 H.J. Lu <hongjiu.lu@intel.com>
11994
11995 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
11996 (two_file_test_LDADD): Likewise.
11997 (common_test_1_LDADD): Likewise.
11998 (exception_test_LDADD) Likewise.
11999 (weak_test_LDADD): Likewise.
12000 (many_sections_test_LDADD): Likewise.
12001 (initpri1_LDADD): Likewise.
12002 (script_test_1_LDADD): Likewise.
12003 (script_test_2_LDADD): Likewise.
12004 (justsyms_LDADD): Likewise.
12005 (binary_test_LDADD): Likewise.
12006 (large_LDADD): Likewise.
12007 * testsuite/Makefile.in: Regenerated.
12008
adcf2816 120092009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 12010
adcf2816
L
12011 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
12012 (Symbol_table::override_with_special): Likewise.
12013 (Symbol_table::add_from_object): Likewise.
12014
28e67f5d
RÁE
120152009-12-04 Rafael Avila de Espindola <espindola@google.com>
12016
12017 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
12018 Don't set the data_offset twice.
12019
ae10a101
RÁE
120202009-12-04 Rafael Avila de Espindola <espindola@google.com>
12021
12022 * testsuite/Makefile.in: Regenerate.
12023
f59f41f3
DK
120242009-12-03 Doug Kwan <dougkwan@google.com>
12025
12026 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
12027 (Target_arm::do_finalize_sections): Add parameter for symbol table
12028 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
12029 * i386.cc (Target_i386::do_finalize_sections): Add an additional
12030 parameter for symbol table pointer.
12031 * layout.cc (Layout::finalize): Call Target::finalize_sections with
12032 an additional parameter for a pointer to symbol table.
12033 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
12034 parameter for a symbol table pointer.
12035 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
12036 * target.h (Target::finalize_sections, Target::do_finalize_sections):
12037 Ditto.
12038 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
12039 parameter for a symbol table pointer.
12040
ca55d848
RÁE
120412009-12-03 Rafael Avila de Espindola <espindola@google.com>
12042
12043 * incremental.cc (Incremental_inputs_header)
12044 (Incremental_inputs_header_write, Incremental_inputs_entry)
12045 (Incremental_inputs_entry_write): Move ...
12046 * incremental.h (Incremental_inputs_header)
12047 (Incremental_inputs_header_write, Incremental_inputs_entry)
12048 (Incremental_inputs_entry_write): here.
12049
3aec4f9c
RÁE
120502009-12-02 Rafael Avila de Espindola <espindola@google.com>
12051
12052 * incremental.cc (make_sized_incremental_binary): Set the target.
12053 Error if it is incompatible.
12054 * output.h (Output_file): Add filename method.
12055
9c0ae74d
RÁE
120562009-12-02 Rafael Avila de Espindola <espindola@google.com>
12057
12058 * incremental.cc (Incremental_inputs_entry): Remove unused argument
12059 from the get_* methods.
12060
a45500ae
RÁE
120612009-12-02 Rafael Avila de Espindola <espindola@google.com>
12062
12063 * incremental-dump.cc (main): Check that the offeset of a script is 0.
12064 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
12065 Write 0 for the data_offset of scripts.
12066
325e6408
RÁE
120672009-12-02 Rafael Avila de Espindola <espindola@google.com>
12068
12069 * testsuite/Makefile.am: Add the incremental_test.sh test.
12070 * testsuite/incremental_test.sh: New.
12071 * testsuite/incremental_test_1.c: New.
12072 * testsuite/incremental_test_2.c: New.
12073
954c3e2e
RÁE
120742009-12-01 Rafael Avila de Espindola <espindola@google.com>
12075
703d02da 12076 * incremental-dump.cc (main): Fix typos.
954c3e2e 12077
f8086623
RÁE
120782009-11-27 Rafael Avila de Espindola <espindola@google.com>
12079
12080 PR gold/11025
12081 * incremental-dump.cc (main): Use llu to print 64 bit values.
12082
3b0dd6ac
L
120832009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
12084 H.J. Lu <hongjiu.lu@intel.com>
12085
12086 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
12087 $(LIBDL).
12088 (incremental_dump_LDADD): Likewise.
12089 * Makefile.in: Regenerated.
12090
a6d1ef57 120912009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 12092
a6d1ef57
DK
12093 Revert:
12094
12095 2009-11-25 Doug Kwan <dougkwan@google.com>
12096
12097 * arm.cc (Target_arm::Target_arm): Move method definition
12098 outside of class definition. Add code to handle
12099 --target1-rel, --target1-abs and --target2= options.
12100 (Target_arm::get_reloc_reloc_type): Change method to be
12101 non-static and const.
12102 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
12103 New data member declaration.
12104 (Target_arm::Scan::local, Target_arm::Scan::global,
12105 Target_arm::Relocate::relocate,
12106 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
12107 Adjust call to Target_arm::get_real_reloc_type.
12108 (Target_arm::get_real_reloc_type): Use command line options
12109 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
12110 * options.h (--target1-rel, --target1-abs, --target2): New
12111 ARM-only options.
12112
50aeb7d4
DK
121132009-11-25 Doug Kwan <dougkwan@google.com>
12114
12115 * arm.cc (Target_arm::Target_arm): Move method definition outside of
12116 class definition. Add code to handle --target1-rel, --target1-abs
12117 and --target2= options.
12118 (Target_arm::get_reloc_reloc_type): Change method to be non-static
12119 and const.
12120 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
12121 member declaration.
12122 (Target_arm::Scan::local, Target_arm::Scan::global,
12123 Target_arm::Relocate::relocate,
12124 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
12125 call to Target_arm::get_real_reloc_type.
12126 (Target_arm::get_real_reloc_type): Use command line options to
12127 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
12128 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
12129 options.
12130
51938283
DK
121312009-11-25 Doug Kwan <dougkwan@google.com>
12132
12133 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
12134 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
12135 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
12136 formatting.
12137 (Arm_relocate_functions::thm_call): Replace body with a call to
12138 Arm_relocate_functions::thumb_branch_common.
12139 (Arm_relocate_functions::thm_jump24,
12140 Arm_relocate_functions::thm_xpc22): New method definitions.
12141 (Arm_relocate_functions::thumb_branch_common): New method definition.
12142 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
12143 operator.
12144 (Target_arm::Relocate::relocate): Adjust call to thm_call.
12145 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
12146
e2b8f3c4
RÁE
121472009-11-24 Rafael Avila de Espindola <espindola@google.com>
12148
12149 * Makefile.am: Build incremental-dump
12150 * Makefile.in: Regenerate.
12151 * incremental-dump.cc: New.
12152 * incremental.cc (Incremental_inputs_header_data,
12153 Incremental_inputs_entry_data): Move to incremental.h
12154 * incremental.h: (Incremental_inputs_header_data,
12155 Incremental_inputs_entry_data): Move from incremental.cc
12156
bcba9aec
RÁE
121572009-11-24 Rafael Avila de Espindola <espindola@google.com>
12158
12159 * incremental.cc (Incremental_inputs_header,
12160 Incremental_inputs_header_write, Incremental_inputs_entry,
12161 Incremental_inputs_entry_write): Add a typedef with the data type.
12162
7c3afe08
RÁE
121632009-11-24 Rafael Avila de Espindola <espindola@google.com>
12164
12165 * incremental.cc (Incremental_inputs_header,
12166 Incremental_inputs_header_write, Incremental_inputs_entry,
12167 Incremental_inputs_entry_write): Update comment about which
12168 type has the filed descriptions.
12169
d204b6e9
DK
121702009-11-15 Doug Kwan <dougkwan@google.com>
12171
12172 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
12173 (Arm_relocate_functions::arm_branch_common): Change method defintion
12174 in class definition to a method declaration and update list of formal
12175 parameters.
12176 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
12177 Arm_relocation_functions::jump24): Adjust call to
12178 Arm_relocate_functions::arm_branch_common. Update list of formal
12179 parameters.
12180 (Arm_relocate_functions::xpc25): New method definition.
12181 (Arm_relocate_functions::arm_branch_common): Move method defintion
12182 out from class definition. Use stubs for mode-switching and extending
12183 branch ranges.
12184 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
12185 specially. Change code to enable use of stubs in ARM branches.
12186
43d12afe
DK
121872009-11-10 Doug Kwan <dougkwan@google.com>
12188
12189 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
12190 in method declaration.
12191 (Target_arm::relocate_stub): New method declaration.
12192 (Target_arm::default_target): Change to return a pointer instead of
12193 a const reference.
12194 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
12195 Target_arm::default_target.
12196 (Arm_Relobj::do_relocate_sections): Remove options paramater in
12197 method definition.
12198 (Target_arm::relocate_section): Adjust view.
12199 (Target_arm::relocate_stub): New method definition.
12200
ac33a407
DK
122012009-11-10 Doug Kwan <dougkwan@google.com>
12202
12203 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
12204 a format warning.
12205 * incremental.cc (open_incremental_binary): Initialized local
12206 variables to avoid warnings.
12207 * object.cc (make_elf_object): Ditto.
12208 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
12209 a format warning.
e1df38aa 12210
88ee28e9
L
12211009-11-09 H.J. Lu <hongjiu.lu@intel.com>
12212
12213 PR gold/10930
12214 * testsuite/plugin_test.c: Include "config.h".
12215
2daedcd6
DK
122162009-11-09 Doug Kwan <dougkwan@google.com>
12217
12218 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
12219 (arm_symbol_value): Remove.
12220 (Arm_relocate_functions::arm_branch_common,
12221 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
12222 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
12223 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
12224 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
12225 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
12226 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
12227 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
12228 Arm_relocate_functions::thm_mobw_abs_nc,
12229 Arm_relocate_functions::thm_mov_abs,
12230 Arm_relocate_functions::movw_prel_nc,
12231 Arm_relocate_functions::thm_movt_abs,
12232 Arm_relocate_functions::movt_prel,
12233 Arm_relocate_functions::thm_movw_prel_nc,
12234 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
12235 (Target_arm::Relocate::relocate): Only decompose address into two
12236 parts if relocation type uses the thumb-bit and pass the actual
12237 bit instead of a flag indicating that the thumb-bit is used. Adjust
12238 calls to methods in Arm_relocate_functions for this change.
12239
1276bc89 122402009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
12241
12242 PR 10925
12243 * reloc.cc: Instantiate
12244 Sized_relobj::initialize_input_to_output_maps and
12245 Sized_relobj:free_input_to_output_maps.
12246
e53ad1b5
ILT
122472009-11-06 Ian Lance Taylor <iant@google.com>
12248
12249 PR 10876
12250 * defstd.cc (in_segment): Set only_if_ref true for "end".
12251
eb44217c
DK
122522009-11-06 Doug Kwan <dougkwan@google.com>
12253
12254 * arm.cc (class Reloc_stub): Correct a comment.
12255 (Target_arm::Target_arm): Initialize arm_input_section_map_.
12256 (Target_arm::scan_section_for_stubs): New method declaration.
12257 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
12258 Change methods from private to protected.
12259 (Target_arm::do_may_relax): New method definition.
12260 (Target_arm::do_relax, Target_arm::group_sections,
12261 Target_arm::scan_reloc_for_stub,
12262 Target_arm::scan_reloc_section_for_stubs): New method declarations.
12263 (Target_arm::arm_input_section_map_): New data member declaration.
12264 (Target_arm::scan_reloc_for_stub,
12265 Target_arm::scan_reloc_section_for_stubs,
12266 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
12267 Target_arm::do_relax): New method definitions.
12268
5d329b7d
ILT
122692009-11-06 Mikolaj Zalewski <mikolaj@google.com>
12270
12271 * configure.ac: Check for (struct stat)::st_mtim
12272 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
12273 * config.in: Regenerate.
12274 * configure: Regenerate.
12275
96a0d71b
ILT
122762009-11-05 Ian Lance Taylor <iant@google.com>
12277
12278 PR 10910
12279 * output.cc (Output_segment::add_output_section): Add missing
12280 return statement.
12281
594c8e5e
ILT
122822009-11-04 Ian Lance Taylor <iant@google.com>
12283
12284 PR 10880
12285 * object.h (class Object): Add is_needed and set_is_needed
12286 methods. Add is_needed_ field. Make bool fields into bitfields.
12287 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
12288 defined in a dynamic object and referenced by a regular object,
12289 set is_needed for the dynamic object.
12290 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
12291 if the file is marked with as_needed and it is not needed.
12292
22b127cc
ILT
122932009-11-04 Ian Lance Taylor <iant@google.com>
12294
12295 PR 10887
12296 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
12297 tags if data is discarded by linker script.
12298 * i386.cc (Target_i386::do_finalize_sections): Likewise.
12299 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
12300 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
12301 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
12302
f5c870d2
ILT
123032009-11-04 Ian Lance Taylor <iant@google.com>
12304
12305 * layout.cc (Layout::get_output_section): Add is_interp and
12306 is_dynamic_linker_section parameters. Change all callers.
12307 (Layout::choose_output_section): Likewise.
12308 (Layout::make_output_section): Likewise.
12309 (Layout::add_output_section_data): Add is_dynamic_linker_section
12310 parameter. Change all callers.
12311 * layout.h (class Layout): Update declarations.
12312 * output.h (class Output_section): Add is_interp, set_is_interp,
12313 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
12314 Add is_interp_, is_dynamic_linker_section_ fields. Change
12315 generate_code_fills_at_write_ to a bitfield.
12316 * output.cc (Output_section::Output_sections): Initialize new
12317 fields.
12318 (Output_segment::add_output_section): Add do_sort parameter.
12319 Change all callers.
12320
1ae4d23b
ILT
123212009-11-03 Ian Lance Taylor <iant@google.com>
12322
12323 PR 10860
12324 * options.h (class General_options): Add --warn-common.
12325 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
12326 merging two common symbols.
12327 (Symbol_table::should_override): Handle --warn-common when merging
12328 a common symbol with a defined symbol. Use report_resolve_problem
12329 for multiple definitions.
12330 (Symbol_table::report_resolve_problem): New function.
12331 * symtab.h (class Symbol_table): Declare report_resolve_problem.
12332
55da9579
DK
123332009-11-03 Doug Kwan <dougkwan@google.com>
12334
12335 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
12336 stub_factory_.
12337 (Target_arm::stub_factory): New method definition.
12338 (Target_arm::new_arm_input_section,
12339 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
12340 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 12341 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
12342 New type definitions.
12343 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
12344 member declarations.
12345 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
12346 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
12347 New method definitions.
12348
37a9ac43
ILT
123492009-11-03 Ian Lance Taylor <iant@google.com>
12350
12351 * options.h (class General_options): Add --warn_constructors.
12352
b3d6a3d4
ILT
123532009-11-03 Ian Lance Taylor <iant@google.com>
12354
12355 PR 10893
12356 * defstd.cc (in_section): Add entries for __rel_iplt_start,
12357 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
12358
934b01dd
ILT
123592009-11-03 Ian Lance Taylor <iant@google.com>
12360
12361 PR 10895
12362 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
12363 --msgid-bugs-address.
12364 (install-pdf): New target.
12365 (install-data_yes): Look up one directory to find mkinstalldirs.
12366
03c1939b
L
123672009-11-03 H.J. Lu <hongjiu.lu@intel.com>
12368
12369 * po/Make-in (.po.gmo): Don't generate .gmo files in source
12370 tree.
12371
ebd95253
DK
123722009-10-30 Doug Kwan <dougkwan@google.com>
12373
12374 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
12375
e9bbb538
DK
123762009-10-30 Doug Kwan <dougkwan@google.com>
12377
12378 * arm.cc (Stub_addend_reader): New struct template definition
12379 and partial specializations.
12380 (Stub_addend_reader::operator()): New method definition for a
12381 partially specialized template.
12382
d5b40221
DK
123832009-10-30 Doug Kwan <dougkwan@google.com>
12384
12385 * arm.cc (Arm_relobj::processor_specific_flags): New method
12386 definition.
12387 (Arm_relobj::do_read_symbols): New method declaration.
12388 (Arm_relobj::processor_specific_flags_): New data member declaration.
12389 (Arm_dynobj): New class definition.
12390 (Target_arm::do_finalize_sections): Add input_objects parameter.
12391 (Target_arm::do_adjust_elf_header): New method declaration.
12392 (Target_arm::are_eabi_versions_compatible,
12393 (Target_arm::merge_processor_specific_flags): New method declaration.
12394 (Target_arm::do_make_elf_object): New overloaded method definitions
12395 and declaration.
12396 (Arm_relobj::do_read_symbols): New method definition.
12397 (Arm_dynobj::do_read_symbols): Ditto.
12398 (Target_arm::do_finalize_sections): Add input_objects parameters.
12399 Merge processor-specific flags from all input objects.
12400 (Target_arm::are_eabi_versions_compatible,
12401 Target_arm::merge_processor_specific_flags,
12402 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
12403 New method definitions.
12404 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
12405 Input_objects pointer type parameter.
12406 * layout.cc (Layout::finalize): Pass input objects to target's.
12407 finalize_sections function.
12408 * output.cc (Output_file_header::do_sized_write): Set ELF file
12409 header's processor-specific flags.
12410 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
12411 Input_objects pointer type parameter.
12412 * sparc.cc (Target_sparc::do_finalize_sections): Same.
12413 * target.h (Input_objects): New forward class declaration.
12414 (Target::processor_specific_flags,
12415 Target::are_processor_specific_flags_sect): New method definitions.
12416 (Target::finalize_sections): Add input_objects parameter.
12417 (Target::Target): Initialize processor_specific_flags_ and
12418 are_processor_specific_flags_set_.
12419 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
12420 parameter.
12421 (Target::set_processor_specific_flags): New method definition.
12422 (Target::processor_specific_flags_,
12423 Target::are_processor_specific_flags_set_): New data member
12424 declarations.
12425 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
12426 Input_objects pointer type parameter.
12427
ebabffbd
DK
124282009-10-30 Doug Kwan <dougkwan@google.com>
12429
12430 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
12431
ad0f2072
ILT
124322009-10-28 Ian Lance Taylor <iant@google.com>
12433
12434 * object.h (class Relobj): Drop options parameter from
12435 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
12436 do_scan_relocs, do_relocate. Change all callers.
12437 (class Sized_relobj): Drop options parameters from
12438 do_gc_process_relocs, do_scan_relocs, do_relocate,
12439 do_relocate_sections, relocate_sections, emit_relocs_scan,
12440 emit_relocs_scan_reltype. Change all callers.
12441 (struct Relocate_info): Remove options field and all references to
12442 it.
12443 * reloc.h (class Read_relocs): Remove options constructor
12444 parameter and options_ field. Change all callers.
12445 (class Gc_process_relocs, class Scan_relocs): Likewise.
12446 (class Relocate_task): Likewise.
12447 * target-reloc.h (scan_relocs): Remove options parameter. Change
12448 all callers.
12449 (scan_relocatable_relocs): Likewise.
12450 * target.h (class Sized_target): Remove options parameter from
12451 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
12452 all callers.
12453 * gc.h (gc_process_relocs): Remove options parameter. Change all
12454 callers.
12455 * arm.cc: Update functions to remove options parameters.
12456 * i386.cc: Likewise.
12457 * powerpc.cc: Likewise.
12458 * sparc.cc: Likewise.
12459 * x86_64.cc: Likewise.
12460 * testsuite/testfile.cc: Likewise.
12461
8ffa3667
DK
124622009-10-28 Doug Kwan <dougkwan@google.com>
12463
12464 * arm.cc (Arm_relobj): New class definition.
e1df38aa 12465 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
12466 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
12467 New method definitions.
12468
40f36857
CC
124692009-10-28 Cary Coutant <ccoutant@google.com>
12470
12471 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
12472 (Plugin::cleanup_done_): New member.
12473 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
12474 (Plugin_manager::cleanup_done_): Remove.
12475 (Plugin_manager::add_input_file): Edit error message.
12476 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
12477 (Plugin_manager::cleanup): Remove use of cleanup_done_.
12478
2c849493
ILT
124792009-10-27 Mikolaj Zalewski <mikolajz@google.com>
12480
12481 * fileread.cc: (File_read::View::~View): Use the new
12482 data_ownership_ filed.
12483 (File_read::~File_read): Dispose the new whole_file_view_.
12484 (File_read::open): Mmap the whole file if needed.
12485 (File_read::open): Use whole_file_view_ instead of contents_.
12486 (File_read::find_view): Use whole_file_view_ if applicable.
12487 (File_read::do_read): Use whole_file_view_ instead of contents_.
12488 (File_read::make_view): Use whole_file_view_ instead of contents_,
12489 update File_read::View::View call.
12490 (File_read::find_or_make_view): Update File_read::View::View
12491 call.
12492 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
12493 remove contents_
12494 (File_read::View::Data_ownership): New enum.
12495 (File_read::View::View): Replace bool mapped_ with Data_ownership
12496 argument.
12497 (File_read::View::mapped_): Remove (replaced by data_ownership_).
12498 (File_read::View::data_ownership_): New field.
12499 (File_read::contents_): Remove (replaced by whole_file_view_).
12500 (File_read::whole_file_view_): New field.
12501 * options.h (class General_options): Add --keep-files-mapped.
12502
24998053
CC
125032009-10-27 Cary Coutant <ccoutant@google.com>
12504
12505 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
12506 * testsuite/Makefile.am (plugin_test_5): New test case.
12507 * testsuite/Makefile.in: Regenerate.
12508
72adc4fa
DK
125092009-10-25 Doug Kwan <dougkwan@google.com>
12510
12511 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
12512 from private to protected to allow access by child class.
12513 (Sized_relobj::do_relocate_sections): New method declaration.
12514 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 12515 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
12516 Sized_relobj::relocate_sections. Instantiate template explicitly
12517 for different target sizes and endianity.
12518
07f508a2
DK
125192009-10-24 Doug Kwan <dougkwan@google.com>
12520
12521 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
12522 (Arm_input_section::as_arm_input_section): New method.
12523 (Arm_output_section): New class definition.
12524 (Arm_output_section::create_stub_group,
12525 Arm_output_section::group_sections): New method definitions.
12526
10ad9fe5
DK
125272009-10-22 Doug Kwan <dougkwan@google.com>
12528
12529 * arm.cc (Arm_input_section): New class definition.
12530 (Arm_input_section::init, Arm_input_section:do_write,
12531 Arm_input_section::set_final_data_size,
12532 Arm_input_section::do_reset_address_and_file_offset): New method
12533 definitions.
12534
56ee5e00
DK
125352009-10-21 Doug Kwan <dougkwan@google.com>
12536
12537 * arm.cc (Stub_table, Arm_input_section): New forward class
12538 declarations.
12539 (Stub_table): New class defintion.
12540 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
12541 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
12542 New method definition.
12543
b569affa
DK
125442009-10-21 Doug Kwan <dougkwan@google.com>
12545
12546 * arm.cc: Update copyright comments.
12547 (Target_arm): New forward class template declaration.
12548 (Arm_address): New type.
12549 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
12550 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
12551 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
12552 constants.
12553 (Insn_template): Same.
12554 (DEF_STUBS): New macro.
12555 (Stub_type): New enum type.
12556 (Stub_template): New class definition.
12557 (Stub): Same.
12558 (Reloc_stub): Same.
12559 (Stub_factory): Same.
12560 (Target_arm::Target_arm): Initialize may_use_blx_ and
12561 should_force_pic_veneer_.
12562 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
12563 Target_arm::should_force_pic_veneer,
12564 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
12565 Target_arm::using_thumb_only, Target_arm:;default_target): New
12566 method defintions.
12567 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
12568 New data member declarations.
12569 (Insn_template::size, Insn_template::alignment): New method defintions.
12570 (Stub_template::Stub_template): New method definition.
12571 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
12572 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
12573 (Stub_factory::Stub_factory): New method definition.
12574 * gold.h (string_hash): New template.
12575 * output.h (Input_section_specifier::hash_value): Use
12576 gold::string_hash.
12577 (Input_section_specifier::string_hash): Remove.
12578 * stringpool.cc (Stringpool_template::string_hash): Use
12579 gold::string_hash.
12580
6c172549
DK
125812009-10-20 Doug Kwan <dougkwan@google.com>
12582
12583 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
12584 symbols of relaxed input sections.
12585 * output.h (Output_section::find_relaxed_input_section): Make
12586 method public.
12587
c5617f2f
DK
125882009-10-16 Doug Kwan <dougkwan@google.com>
12589
12590 * dynobj.cc (Versions::Versions): Initialize version_script_.
12591 Only insert base version symbol definition for a shared object
12592 if version script defines any version versions.
12593 (Versions::define_base_version): New method definition.
12594 (Versions::add_def): Check that base version is not needed.
12595 (Versions::add_need): Define base version lazily.
12596 * dynobj.h (Versions::define_base_version): New method declaration.
12597 (Versions::needs_base_version_): New data member declaration.
12598 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
12599 (check_DATA): Add no_version_test.stdout.
12600 (libno_version_test.so, no_version_test.o no_version_test.stdout):
12601 New make rules.
12602 * testsuite/Makefile.in: Regenerate.
12603 * testsuite/no_version_test.c: New file.
12604 * testsuite/no_version_test.sh: Ditto.
12605
3c12dcdb
DK
126062009-10-16 Doug Kwan <dougkwan@google.com>
12607
12608 * expression.cc (class Segment_start_expression): New class definition.
12609 (Segment_start_expression::value): New method definition.
12610 (script_exp_function_segment_start): Return a new
12611 Segment_start_expression.
12612 * gold/script-c.h (script_saw_segment_start_expression): New function
12613 prototype.
12614 * script-sections.cc (Script_sections::Script_sections): Initialize
12615 SAW_SEGMENT_START_EXPRESSION_ to false.
12616 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
12617 and -Tbbs options to specify section addresses if given in
12618 command line and no SEGMENT_START expression is seen in a script.
12619 * script-sections.h (Script_sections::saw_segment_start_expression,
12620 Script_sections::set_saw_segment_start_expression): New method
12621 definition.
12622 (Script_sections::saw_segment_start_expression_): New data member
12623 declaration.
12624 * script.cc (script_saw_segment_start_expression): New function.
12625 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
12626 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
12627 script_test_7.sh and script_test_8.sh.
12628 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
12629 script_test_8.stdout.
12630 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
12631 (script_test_6, script_test_6.stdout, script_test_7,
12632 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
12633 * Makefile.in: Regenerate.
12634 * testsuite/script_test_6.sh: New file.
12635 * testsuite/script_test_6.t: Same.
12636 * testsuite/script_test_7.sh: Same.
12637 * testsuite/script_test_7.t: Same.
12638 * testsuite/script_test_8.sh: Same.
12639
64b1ae37
DK
126402009-10-16 Doug Kwan <dougkwan@google.com>
12641
12642 * output.cc (Output_segment::set_section_list_address): Cast
12643 expressions to unsigned long long type to avoid format warnings.
12644
661be1e2
ILT
126452009-10-15 Ian Lance Taylor <iant@google.com>
12646
12edd763 12647 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 12648 dot assignment to script_sections_.
12edd763
ILT
12649 * script-sections.cc (Script_sections::add_dot_assignment):
12650 Initialize if necessary.
12651
68b6574b
ILT
12652 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
12653 program headers with no load segment if there is a linker script.
12654
661be1e2
ILT
12655 * layout.cc (Layout::set_segment_offsets): Align the file offset
12656 to the segment aligment for -N or -n with no load segment.
12657 * output.cc (Output_segment::add_output_section): Don't crash if
12658 the first section is a TLS section.
12659 (Output_segment::set_section_list_addresses): Print an error
12660 message if the address moves backward in a linker script.
12661 * script-sections.cc
12662 (Output_section_element_input::set_section_addresses): Don't
12663 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
12664 (Orphan_output_section::set_section_addresses): Likewise.
12665
f15f61a7
DK
126662009-10-15 Doug Kwan <dougkwan@google.com>
12667
12668 * layout.cc (Layout::finish_dynamic_section): Generate tags
12669 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
12670 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
12671 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
12672
82bb573a
ILT
126732009-10-14 Ian Lance Taylor <iant@google.com>
12674
12675 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
12676 fields.
12677 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
12678 data_shdr fields of relinfo.
12679 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
12680 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
12681 R_386_TLS_LDO_32, adjust based on section flags.
12682 (Target_i386::Relocate::fix_up_ldo): Remove.
12683
374ad285
ILT
126842009-10-13 Ian Lance Taylor <iant@google.com>
12685
12686 Add support for -pie.
12687 * options.h (class General_options): Add -pie and
12688 --pic-executable.
12689 (General_options::output_is_position_independent): Test -pie.
12690 (General_options::output_is_executable): Return true if not shared
12691 and not relocatable.
12692 (General_options::output_is_pie): Remove.
12693 * options.cc (General_options::finalize): Reject incompatible uses
12694 of -pie.
12695 * gold.cc (queue_middle_tasks): A -pie link is not static.
12696 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
12697 * symtab.cc (Symbol::final_value_is_known): Return false if
12698 output_is_position_independent.
12699 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
12700 output_is_position_independent.
12701 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
12702 output_is_position_independent.
12703 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
12704 output_is_position_independent.
12705 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
12706 two_file_pie_test.
12707 (basic_pie_test.o, basic_pie_test): New targets.
12708 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
12709 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
12710 (two_file_pie_test): New target.
12711 * testsuite/Makefile.in: Rebuild.
12712 * README: Remove note saying that -pie is not supported.
12713
c6585162
ILT
127142009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12715
12716 * options.h (class General_options): Add -init and -fini.
12717 * layout.cc (Layout::finish_dynamic_section): Emit
12718 given init and fini functions.
12719
032ce4e9
ST
127202009-10-13 Sriraman Tallam <tmsriram@google.com>
12721
12722 * gc.h (gc_process_relocs): Check if icf is enabled using new
12723 function.
12724 * gold.cc (queue_initial_tasks): Likewise.
12725 (queue_middle_tasks): Likewise.
12726 * object.cc (do_layout): Likewise.
12727 * symtab.cc (is_section_folded): Likewise.
12728 * main.cc (main): Likewise.
12729 * reloc.cc (Read_relocs::run): Likewise.
12730 (Sized_relobj::do_scan_relocs): Likewise.
12731 * icf.cc (is_function_ctor_or_dtor): New function.
12732 (Icf::find_identical_sections): Check if function is ctor or dtor when
12733 safe icf is chosen.
12734 * options.h (General_options::icf): Change option to be an enum.
12735 (Icf_status): New enum.
12736 (icf_enabled): New method.
12737 (icf_safe_folding): New method.
12738 (set_icf_status): New method.
12739 (icf_status_): New variable.
12740 * (options.cc) (General_options::finalize): Set icf_status_.
12741 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
12742 icf_test and icf_keep_unique_test to use the --icf enum flag.
12743 * testsuite/icf_safe_test.sh: New file.
e1df38aa 12744 * testsuite/icf_safe_test.cc: New file.
032ce4e9 12745
f345227a
ST
127462009-10-12 Sriraman Tallam <tmsriram@google.com>
12747
12748 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
12749 includes to gc.h and icf.h.
12750 * arm.cc: Include gc.h.
12751 * gold.cc: Likewise.
12752 * i386.cc: Likewise.
12753 * powerpc.cc: Likewise.
12754 * sparc.cc: Likewise.
12755 * x86_64.cc: Likewise.
12756 * gc.h: Include icf.h.
12757
1c7814ed
ILT
127582009-10-11 Ian Lance Taylor <iant@google.com>
12759
12760 * plugin.cc: Include "gold.h" before other header files.
12761
ae3b5189
CD
127622009-10-10 Chris Demetriou <cgd@google.com>
12763
12764 * options.h (Input_file_argument::Input_file_type): New enum.
12765 (Input_file_argument::is_lib_): Replace with...
12766 (Input_file_argument::type_): New member.
12767 (Input_file_argument::Input_file_argument): Take Input_file_type
12768 'type' rather than boolean 'is_lib' as second argument.
12769 (Input_file_argument::is_lib): Use type_.
12770 (Input_file_argument::is_searched_file): New function.
12771 (Input_file_argument::may_need_search): Handle is_searched_file.
12772 * options.cc (General_options::parse_library): Support -l:filename.
12773 (General_options::parse_just_symbols): Update for Input_file_argument
12774 changes.
12775 (Command_line::process): Likewise.
12776 * archive.cc (Archive::get_file_and_offset): Likewise.
12777 * plugin.cc (Plugin_manager::release_input_file): Likewise.
12778 * script.cc (read_script_file, script_add_file): Likewise.
12779 * fileread.cc (Input_file::Input_file): Likewise.
12780 (Input_file::will_search_for): Handle is_searched_file.
12781 (Input_file::open): Likewise.
12782 * readsyms.cc (Read_symbols::get_name): Likewise.
12783 * testsuite/Makefile.am (searched_file_test): New test.
12784 * testsuite/Makefile.in: Regenerate.
12785 * testsuite/searched_file_test.cc: New file.
12786 * testsuite/searched_file_test_lib.cc: New file.
12787
f3048a1d
ILT
127882009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12789 Ian Lance Taylor <iant@google.com>
12790
12791 * descriptor.cc: Include <cstdio> and "binary-io.h".
12792 (Descriptors::open): Open the files in binary mode always.
12793 * script.cc (Lex::get_token): Treat \r as whitespace.
12794
d4780e57
ILT
127952009-10-09 Ian Lance Taylor <iant@google.com>
12796
12797 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
12798
d9a893b8
ILT
127992009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12800 Ian Lance Taylor <iant@google.com>
12801
12802 * configure.ac: Check for readv function also.
12803 * fileread.cc (readv): Define if not HAVE_READV.
12804 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
12805 does not exist.
12806 * config.in: Regenerate.
12807 * configure: Regenerate.
12808
c0a62865
DK
128092009-10-09 Doug Kwan <dougkwan@google.com>
12810
12811 * layout.cc (Layout::make_output_section): Call target hook to make
12812 ordinary output section.
12813 (Layout::finalize): Adjust parameter list of call the
12814 Target::may_relax().
12815 * layout.h (class Layout::section_list): New method.
12816 * merge.h (Output_merge_base::entsize): Change visibility to public.
12817 (Output_merge_base::is_string, Output_merge_base::do_is_string):
12818 New methods.
12819 (Output_merge_string::do_is_string): New method.
12820 * object.cc (Sized_relobj::do_setup): renamed from
12821 Sized_relobj::set_up.
12822 * object.h (Sized_relobj::adjust_shndx,
12823 Sized_relobj::initializ_input_to_output_maps,
12824 Sized_relobj::free_input_to_output_maps): Change visibilities to
12825 protected.
12826 (Sized_relobj::setup): Virtualize.
12827 (Sized_relobj::do_setup): New method declaration.
12828 (Sized_relobj::invalidate_section_offset,
12829 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
12830 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
12831 * options.cc (parse_int): New function.
12832 * options.h (parse_int): New declaration.
12833 (DEFINE_int): New macro.
12834 (stub_group_size): New option.
12835 * output.cc (Output_section::Output_section): Initialize memebers
12836 merge_section_map_, merge_section_by_properties_map_,
12837 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
12838 (Output_section::add_input_section): Handled deferred code-fill
12839 generation and remove an old comment.
12840 (Output_section::add_relaxed_input_section): New method definition.
12841 (Output_section::add_merge_input_section): Use merge section by
12842 properties map to speed to search. Update merge section maps
12843 as appropriate.
12844 (Output_section::build_relaxation_map): New method definition.
12845 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
12846 Same.
12847 (Output_section::relax_input_section): Renamed to
12848 Output_section::convert_input_sections_to_relaxed_sections and change
12849 interface to take a vector of pointers to relaxed sections.
12850 (Output_section::find_merge_section,
12851 Output_section::find_relaxed_input_section): New method definitions.
12852 (Output_section::is_input_address_mapped,
12853 Output_section::output_offset, Output_section::output_address):
12854 Use output section data maps to speed up searching.
12855 (Output_section::find_starting_output_address): Add comments.
12856 (Output_section::do_write,
12857 Output_section::write_to_postprocessing_buffer): Do code-fill
12858 generation as appropriate.
12859 (Output_section::get_input_sections): Invalidate relaxed input section
12860 map.
12861 (Output_section::restore_states): Adjust type of checkpoint .
12862 Invalidate relaxed input section map.
12863 * output.h (Output_merge_base): New class declaration.
12864 (Input_section_specifier): New class defintion.
12865 (class Output_relaxed_input_section) Change base class to
12866 Output_section_data_build.
12867 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
12868 base class initializer.
12869 (Output_section::add_relaxed_input_section): New method declaration.
12870 (Output_section::Input_section): Change visibility to protected.
2e702c99 12871 (Output_section::Input_section::relobj,
c0a62865
DK
12872 Output_section::Input_section::shndx): Handle relaxed input sections.
12873 Output_section::input_sections) Change visibility to protected. Also
12874 define overload to return a non-const pointer.
12875 (Output_section::Merge_section_properties): New class defintion.
12876 (Output_section::Merge_section_by_properties_map,
12877 Output_section::Output_section_data_by_input_section_map,
12878 Output_section::Relaxation_map): New types.
12879 (Output_section::relax_input_section): Rename method to
12880 Output_section::convert_input_sections_to_relaxed_sections and change
12881 interface to take a vector of relaxed section pointers.
12882 (Output_section::find_merge_section,
12883 Output_section::find_relaxed_input_section,
12884 Output_section::build_relaxation_map,
12885 Output_section::convert_input_sections_in_list_to_relaxed_sections):
12886 New method declarations.
12887 (Output_section::merge_section_map_
12888 Output_section::merge_section_by_properties_map_,
12889 Output_section::relaxed_input_section_map_,
12890 Output_section::is_relaxed_input_section_map_valid_,
12891 Output_section::generate_code_fills_at_write_): New data members.
12892 * script-sections.cc
12893 (Output_section_element_input::set_section_addresses): Call
12894 current_data_size and addralign methods of relaxed input sections.
12895 (Orphan_output_section::set_section_addresses): Call current_data_size
12896 and addralign methods of relaxed input sections.
12897 * symtab.cc (Symbol_table::compute_final_value): Extract template
12898 from the body of Symbol_table::sized_finalize_symbol.
12899 (Symbol_table::sized_finalized_symbol): Call
12900 Symbol_table::compute_final_value.
12901 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
12902 (Symbol_table::compute_final_value): New templated method declaration.
12903 * target.cc (Target::do_make_output_section): New method defintion.
12904 * target.h (Target::make_output_section): New method declaration.
12905 (Target::relax): Add more parameters for input objects, symbol table
12906 and layout. Adjust call to do_relax.
12907 (Target::do_make_output_section): New method declaration.
12908 (Target::do_relax): Add parameters for input objects, symbol table
12909 and layout.
12910
d446d6c4
ILT
129112009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12912
12913 * pread.c: Include stdio.h.
12914
bc06c745
ILT
129152009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12916
12917 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
12918 defined.
12919
75aea3d0
ILT
129202009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12921
12922 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
12923 Change read_shndx type to unsigned int.
12924 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
12925 int.
12926 (Sized_dwarf_line_info::read_line_mappings): Likewise.
12927 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
12928 Change read_shndx type to unsigned int.
12929 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
12930 int.
12931 (Sized_dwarf_line_info::read_line_mappings): Likewise.
12932 * layout.cc (Layout::create_symtab_sections): Cast the result of
12933 local_symcount * symsize to off_t in the gold_assert.
12934
be8fcb75
ILT
129352009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12936
12937 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
12938 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
12939 R_ARM_BASE_ABS.
12940 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
12941 (Arm_relocate_functions::thm_abs5): New function.
12942 (Arm_relocate_functions::abs12): New function.
12943 (Arm_relocate_functions::abs16): New function.
12944 (Arm_relocate_functions::base_abs): New function.
12945 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
12946 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
12947 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
12948 R_ARM_BASE_ABS.
12949 (Scan::global): Likewise.
12950 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
12951 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
12952 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
12953 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
12954 R_ARM_BASE_ABS.
12955
c2a122b6
ILT
129562009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12957
12958 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
12959 (Arm_relocate_functions::movt_prel): New function.
12960 (Arm_relocate_functions::thm_movw_prel_nc): New function.
12961 (Arm_relocate_functions::thm_movt_prel): New function.
12962 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
12963 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
12964 (Scan::global, Relocate::relocate): Likewise.
12965 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12966
c4aa1e2d
ILT
129672009-10-09 Mikolaj Zalewski <mikolajz@google.com>
12968
12969 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
12970 Incremental_checker.
12971 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
12972 unsigned int.
12973 (class Incremental_inputs_header): New class.
12974 (Incremental_inputs_header_writer): Edit comment.
12975 (Incremental_inputs_entry): New class.
12976 (Incremental_inputs_entry_writer): Edit comment.
12977 (Sized_incremental_binary::do_find_incremental_inputs_section):
12978 Add *strtab_shndx parameter, fill it.
12979 (Sized_incremental_binary::do_check_inputs): New method.
12980 (Incremental_checker::can_incrementally_link_output_file): Use
12981 Sized_incremental_binary::check_inputs.
12982 (Incremental_inputs::report_command_line): Save command line in
12983 command_line_.
12984 * incremental.h:
12985 (Incremental_binary::find_incremental_inputs_section): New
12986 method.
12987 (Incremental_binary::do_find_incremental_inputs_section): Add
12988 strtab_shndx parameter.
12989 (Incremental_binary::do_check_inputs): New pure virtual method.
12990 (Sized_incremental_binary::do_check_inputs): Declare.
12991 (Incremental_checker::Incremental_checker): Add incremental_inputs
12992 parameter, use it to initialize incremental_inputs_.
12993 (Incremental_checker::incremental_inputs_): New field.
12994 (Incremental_checker::command_line): New method.
12995 (Incremental_checker::inputs): New method.
12996 (Incremental_checker::command_line_): New field.
12997
c549a694
ILT
129982009-10-09 Mikolaj Zalewski <mikolajz@google.com>
12999
13000 * incremental.cc: Include <cstdarg> and "target-select.h".
13001 (vexplain_no_incremental): New function.
13002 (explain_no_incremental): New function.
13003 (Incremental_binary::error): New method.
13004 (Sized_incremental_binary::do_find_incremental_inputs_section): New
13005 method.
13006 (make_sized_incremental_binary): New function.
13007 (open_incremental_binary): New function.
13008 (can_incrementally_link_file): Add checks if output is ELF and has
13009 inputs section.
13010 * incremental.h: Include "elfcpp_file.h" and "output.h".
13011 (Incremental_binary): New class.
13012 (Sized_incremental_binary): New class.
13013 (open_incremental_binary): Declare.
13014 * object.cc (is_elf_object): Use
13015 elfcpp::Elf_recognizer::is_elf_file.
13016 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
13017 * output.h (Output_file::filesize): New method.
13018
fd3c5f0b
ILT
130192009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13020
13021 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
13022 New function.
13023 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
13024 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
13025 function.
13026 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
13027 function.
13028 (Arm_relocate_functions::movw_abs_nc): New function.
13029 (Arm_relocate_functions::movt_abs): New function.
13030 (Arm_relocate_functions::thm_movw_abs_nc): New function.
13031 (Arm_relocate_functions::thm_movt_abs): New function.
13032 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
13033 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
13034 (Scan::global): Likewise.
13035 (Relocate::relocate): Likewise.
13036 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
13037
7f5309a5
ILT
130382009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13039
13040 * arm.cc (Arm_relocate_functions::got_prel) New function.
13041 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
13042 (Relocate::relocate): Likewise.
13043 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
13044
364c7fa5
ILT
130452009-10-06 Ian Lance Taylor <iant@google.com>
13046
13047 * options.h (class General_options): Define
13048 split_stack_adjust_size parameter.
13049 * object.h (class Object): Add uses_split_stack_ and
13050 has_no_split_stack_ fields. Add uses_split_stack and
13051 has_no_split_stack accessor functions. Declare
13052 handle_split_stack_section.
13053 (class Reloc_symbol_changes): Define.
13054 (class Sized_relobj): Define Function_offsets. Declare
13055 split_stack_adjust, split_stack_adjust_reltype, and
13056 find_functions.
13057 * object.cc (Object::handle_split_stack_section): New function.
13058 (Sized_relobj::do_layout): Call handle_split_stack_section.
13059 * dynobj.cc (Sized_dynobj::do_layout): Call
13060 handle_split_stack_section.
13061 * reloc.cc (Sized_relobj::relocate_sections): Call
13062 split_stack_adjust for executable sections in split_stack
13063 objects. Pass reloc_map to relocate_section.
13064 (Sized_relobj::split_stack_adjust): New function.
13065 (Sized_relobj::split_stack_adjust_reltype): New function.
13066 (Sized_relobj::find_functions): New function.
13067 * target-reloc.h: Include "object.h".
13068 (relocate_section): Add reloc_symbol_changes parameter. Change
13069 all callers.
13070 * target.h (class Target): Add calls_non_split method. Declare
13071 do_calls_non_split virtual method. Declare match_view and
13072 set_view_to_nop.
13073 * target.cc: Include "elfcpp.h".
13074 (Target::do_calls_non_split): New function.
13075 (Target::match_view): New function.
13076 (Target::set_view_to_nop): New function.
13077 * gold.cc (queue_middle_tasks): Give an error if mixing
13078 split-stack and non-split-stack objects with -r.
13079 * i386.cc (Target_i386::relocate_section): Add
13080 reloc_symbol_changes parameter.
13081 (Target_i386::do_calls_non_split): New function.
13082 * x86_64.cc (Target_x86_64::relocate_section): Add
13083 reloc_symbol_changes parameter.
13084 (Target_x86_64::do_calls_non_split): New function.
13085 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
13086 parameter.
13087 * powerpc.cc (Target_powerpc::relocate_section): Add
13088 reloc_symbol_changes parameter.
13089 * sparc.cc (Target_sparc::relocate_section): Add
13090 reloc_symbol_changes parameter.
13091 * configure.ac: Call AM_CONDITIONAL for the default target.
13092 * configure: Rebuild.
13093 * testsuite/Makefile.am (TEST_AS): New variable.
13094 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
13095 (check_DATA): Add split_i386 and split_x86_64 files.
13096 (SPLIT_DEFSYMS): Define.
13097 (split_i386_[1234n].o): New targets.
13098 (split_i386_[124]): New targets.
13099 (split_i386_[1234r].stdout): New targets.
13100 (split_x86_64_[1234n].o): New targets.
13101 (split_x86_64_[124]): New targets.
13102 (split_x86_64_[1234r].stdout): New targets.
13103 (MOSTLYCLEANFILES): Add new executables.
13104 * testsuite/split_i386.sh: New file.
13105 * testsuite/split_x86_64.sh: New file.
13106 * testsuite/split_i386_1.s: New file.
13107 * testsuite/split_i386_2.s: New file.
13108 * testsuite/split_i386_3.s: New file.
13109 * testsuite/split_i386_4.s: New file.
13110 * testsuite/split_i386_n.s: New file.
13111 * testsuite/split_x86_64_1.s: New file.
13112 * testsuite/split_x86_64_2.s: New file.
13113 * testsuite/split_x86_64_3.s: New file.
13114 * testsuite/split_x86_64_4.s: New file.
13115 * testsuite/split_x86_64_n.s: New file.
13116 * testsuite/testfile.cc (Target_test): Update relocation_section
13117 function.
13118 * testsuite/Makefile.in: Rebuild.
13119
e8a9fcda
ILT
131202009-10-06 Ian Lance Taylor <iant@google.com>
13121
13122 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
13123 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
13124 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
13125 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
13126 the address on ldo_addrs_.
13127 (Target_i386::Relocate::fix_up_ldo): New function.
13128
e99daf92
ILT
131292009-10-06 Rafael Espindola <espindola@google.com>
13130
13131 * plugin.cc (add_input_library): New.
13132 (Plugin::load): Add add_input_library to tv.
13133 (Plugin_manager::add_input_file): Add the is_lib argument.
13134 (add_input_file): Update call to Plugin_manager::add_input_file.
13135 (add_input_library): New.
13136 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
13137
966d4097
DK
131382009-09-30 Doug Kwan <dougkwan@google.com>
13139
13140 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
13141 symbol and call Symbol::may_need_copy_reloc to determine if
13142 a copy reloc is needed.
13143 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
13144 nocopyreloc is given in command line.
13145 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
13146 given in command line.
13147 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
13148 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
13149 of the removed Target_i386::may_need_copy_reloc.
13150 * options.h (copyreloc): New option with default value false.
13151 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
13152 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
13153 instead of the removed Target_powerpc::may_need_copy_reloc.
13154 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
13155 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
13156 instead of the removed Target_sparc::may_need_copy_reloc.
13157 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
13158 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
13159 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
13160 instead of the removed Target_x86_64::may_need_copy_reloc.
13161
029ba973
ILT
131622009-09-30 Ian Lance Taylor <iant@google.com>
13163
13164 * object.h (class Object): Remove target_ field, and target,
13165 sized_target, and set_target methods.
13166 (Object::sized_target): Remove.
13167 (class Sized_relobj): Update declarations. Remove sized_target.
13168 * object.cc (Sized_relobj::setup): Remove target parameter.
13169 Change all callers.
13170 (Input_objects::add_object): Don't do anything with the target.
13171 (make_elf_sized_object): Add punconfigured parameter. Change all
13172 callers. Set or test parameter target.
13173 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
13174 Change all callers.
13175 * parameters.cc (Parameters::set_target): Change parameter type to
13176 be non-const.
13177 (Parameters::default_target): Remove.
13178 (set_parameters_target): Change parameter type to be non-const.
13179 (parameters_force_valid_target): New function.
13180 (parameters_clear_target): New function.
13181 * parameters.h (class Parameters): Update declarations. Remove
13182 default_target method. Add sized_target and clear_target
13183 methods. Change target_ to be non-const.
13184 (set_parameters_target): Update declaration.
13185 (parameters_force_valid_target): Declare.
13186 (parameters_clear_target): Declare.
13187 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
13188 as NULL if we aren't searching.
13189 (Add_symbols::run): Don't check for compatible target.
13190 * fileread.cc (Input_file::open_binary): Call
13191 parameters_force_valid_target.
13192 * gold.cc (queue_middle_tasks): Likewise.
13193 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
13194 set_target on object.
13195 * dynobj.h (class Sized_dynobj): Update declarations.
13196 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
13197 make_elf_object returns NULL.
13198 (Archive::include_member): Don't check whether object target is
13199 compatible.
13200 * output.cc (Output_section::add_input_section): Get target from
13201 parameters.
13202 (Output_section::relax_input_section): Likewise.
13203 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
13204 parameters.
13205 (Sized_relobj::do_scan_relocs): Likewise.
13206 (Sized_relobj::relocate_sections): Likewise.
13207 * resolve.cc (Symbol_table::resolve): Likewise.
13208 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
13209 parameter. Change all callers.
13210 (Symbol_table::add_from_object): Get target from parameters.
13211 (Symbol_table::add_from_relobj): Don't check object target.
13212 (Symbol_table::add_from_dynobj): Likewise.
13213 (Symbol_table::define_special_symbol): Get target from
13214 parameters.
13215 * symtab.h (class Symbol_table): Update declaration.
13216 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
13217 parameter. Change all callers. Clear parameter target.
13218 (Binary_test): Test target here.
13219 * testsuite/object_unittest.cc (gold_testsuite): Remove
13220 target_test_pointer parameter. Change all callers.
13221 (Object_test): Test target here.
13222
a6a22b83
ILT
132232009-09-26 Ian Lance Taylor <iant@google.com>
13224
13225 * testsuite/initpri1.c: Don't try to use constructor priorities if
13226 compiling with gcc before 4.3.
13227
6a8f49fe
ILT
132282009-09-22 Mikolaj Zalewski <mikolajz@google.com>
13229
13230 * testsuite/retain_symbols_file_test.sh (check_present): Change
13231 output file name to retain_symbols_file_test.stdout.
13232 (check_absent): Likewise.
13233
8c604651
CS
132342009-09-18 Craig Silverstein <csilvers@google.com>
13235
13236 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
13237 * options.cc: Include <cerrno> and <fstream>.
13238 (General_options::finalize): Parse -retain-symbols-file tag.
13239 * options.h: New flag.
13240 (General_options): New method should_retain_symbol, new
13241 variable symbols_to_retain.
13242 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
13243 should_retain_symbol map.
13244 * testsuite/Makefile.am (retain_symbols_file_test): New test.
13245 * testsuite/Makefile.in: Regenerate.
13246 * testsuite/retain_symbols_file_test.sh: New file.
13247
ca58b19f
NC
132482009-09-18 Nick Clifton <nickc@redhat.com>
13249
13250 * po/es.po: Updated Spanish translation.
13251
20e6d0d6
DK
132522009-09-17 Doug Kwan <dougkwan@google.com>
13253
13254 * debug.h (DEBUG_RELAXATION): New constant.
13255 (DEBUG_ALL): Add DEBUG_RELAXATION.
13256 (debug_string_to_enum): Add relaxation debug option.
13257 * layout.cc
13258 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
13259 Layout::Relaxation_debug_check::read_sections,
13260 Layout::Relaxation_debug_check::read_sections): New method definitions.
13261 (Layout::Layout): Initialize data members
13262 record_output_section_data_from_scrips_,
13263 script_output_section_data_list_ and relaxation_debug_check_.
13264 (Layout::save_segments, Layout::restore_segments,
13265 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
13266 Layout::relaxation_loop_body): New method definitions.
13267 (Layout::finalize): Support relaxation. Move section layout code to
13268 Layout::relaxation_loop_body.
13269 (Layout::set_asection_address_from_script): Move code for orphan
13270 section placement out.
13271 (Layout::place_orphan_sections_in_script): New method definition.
13272 * layout.h (Output_segment_headers, Output_file_header):
13273 New forward class declarations.
13274 (Layout::~Layout): Define.
13275 (Layout::new_output_section_data_from_script): New method definition.
13276 (Layout::place_orphan_sections_in_script): New method declaration.
13277 (Layout::Segment_states): New type declaration.
13278 (Layout::save_segments, Layout::restore_segments,
13279 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
13280 Layout::relaxation_loop_body): New method declarations.
13281 (Layout::Output_section_data_list): New type declaration.
13282 (Layout::Relaxation_debug_check): New class definition.
13283 (Layout::record_output_section_data_from_script_,
13284 Layout::script_output_section_data_list_, Layout::segment_states_,
13285 Layout::relaxation_debug_check_): New data members.
13286 * output.cc: (Output_section_headers::do_size): New method definition.
13287 (Output_section_headers::Output_section_headers): Move size
13288 computation to Output_section_headers::do_size.
13289 (Output_segment_headers::do_size): New method definition.
e1df38aa 13290 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
13291 Output_file_header::do_size and call it.
13292 (Output_file_header::do_size): New method definition.
13293 (Output_data_group::Output_data_group): Adjust call to
13294 Output_section_data.
13295 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
13296 (Output_symtab_xindex::do_write): Add array bound check.
2e702c99 13297 (Output_section::Input_section::print_to_mapfile): Handle
20e6d0d6
DK
13298 RELAXED_INPUT_SECTION_CODE.
13299 (Output_section::Output_section): Initialize data member checkpoint_.
13300 (Output_section::~Output_section): Delete checkpoint object pointed
13301 by checkpoint_.
13302 (Output_section::add_input_section): Always add an Input_section if
13303 relaxing.
13304 (Output_section::add_merge_input_section): Add assert.
13305 (Output_section::relax_input_section): New method definition.
13306 (Output_section::set_final_data_size): Set load address to zero for
13307 an unallocated section.
13308 (Output_section::do_address_and_file_offset_have_reset_values):
13309 New method definition.
13310 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
13311 Handle relaxed input section.
13312 (Output_section::sort_attached_input_sections): Checkpoint input
13313 section list lazily.
13314 (Output_section::get_input_sections): Change type of input_sections to
13315 list of Simple_input_section pointers. Checkpoint input section list
13316 lazily. Also handle relaxed input sections.
13317 (Output_section::add_input_section_for_script): Take a reference to
13318 a Simple_input_section object instead of Relobj pointer and section
13319 index as parameter. Handle relaxed input sections.
13320 (Output_section::save_states, Output_section::restore_states): New
13321 method definitions.
13322 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
13323 (Output_data::is_data_size_fixed): New method definition.
13324 (Output_data::reset_addresss_and_file_offset): Do not reset data size
13325 if it is fixed.
13326 (Output_data::address_and_file_offset_have_reset_values): New method
13327 definition.
13328 (Output_data::do_address_and_file_offset_have_reset_values): New method
13329 definition.
13330 (Output_data::set_data_size): Check that data size is not fixed.
13331 (Output_data::fix_data_size): New method definition.
13332 (Output_data::is_data_size_fixed_): New data member.
13333 (Output_section_headers::set_final_data_size): New method definition.
13334 (Output_section_headers::do_size): New method declaration.
13335 (Output_segment_headers::set_final_data_size): New method definition.
13336 (Output_segment_headers::do_size): New method declaration.
13337 (Output_file_header::set_final_data_size)::New method definition.
13338 (Output_file_header::do_size)::New method declaration.
13339 (Output_section_data::Output_section_data): Add new parameter
13340 is_data_size_fixed and use it to fix data size.
13341 (Output_data_const::Output_data_const): Adjust call to base class
13342 constructor and fix data size.
13343 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
13344 base class constructor and fix data size.
13345 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
13346 base class constructor and fix data size.
13347 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
13348 class constructor and fix data size.
13349 (Output_data_group::set_final_data_size): New method definition.
13350 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
13351 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
13352 class constructor and fix data size.
13353 (Output_relaxed_input_section): New class definition.
13354 (Output_section::Simple_input_section): New class definition.
13355 (Output_section::get_input_sections): Adjust parameter list.
13356 (Output_section::add_input_section_for_script): Same.
13357 (Output_section::save_states, Output_section::restore_states,
13358 Output_section::do_address_and_file_offset_have_reset_values,
13359 (Output_section::Input_section::Input_section): Handle
13360 RELAXED_INPUT_SECTION_CODE. Add new overload for
13361 Output_relaxed_input_section.
13362 (Output_section::Input_section::is_input_section,
13363 Output_section::Input_section::set_output_section): Handle relaxed
13364 input section.
13365 (Output_section::Input_section::is_relaxed_input_section,
13366 Output_section::Input_section::output_section_data,
13367 Output_section::Input_section::relaxed_input_section): New method
13368 definitions.
13369 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
13370 value.
13371 (Output_section::Input_section::u1_): Update comments.
13372 (Output_section::Input_section::u2_): Add new union member poris.
13373 (Output_section::Checkpoint_output_section): New classs definition.
13374 (Output_section::relax_input_section): New method declaration.
13375 (Output_section::checkpoint_): New data member.
13376 (Output_segment): Update comments.
13377 (Output_segment::Output_segment): Un-privatize copy constructor.
13378 (Output_segment::operator=): Un-privatize.
13379 * script-sections.cc (Output_section_element::Input_section_list):
13380 Change element type to Output_section::Simple_input_section.
13381 (Output_section_element_dot_assignment::set_section_addresses):
13382 Register output section data for relaxation clean up.
13383 (Output_data_exression::Output_data_expression): Adjust call to base
13384 constructor to fix data size.
13385 (Output_section_element_data::set_section_addresses): Register
13386 Output_data_expression object for relaxation clean up.
13387 (struct Input_section_info): Replace Relobj pointer and section index
13388 pair with Output_section::Simple_input_section and Convert struct to a
13389 class.
13390 (Input_section_sorter::operator()): Adjust access to
e1df38aa 13391 Input_section_info data member to use accessors.
20e6d0d6
DK
13392 (Output_section_element_input::set_section_addresses): Use layout
13393 parameter. Adjust code to use Output_section::Simple_input_section
13394 and Input_secction_info classes. Register filler for relaxation
13395 clean up.
13396 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
13397 and section index pair with Output_section::Simple_input_section
13398 class. Adjust code accordingly.
13399 (Phdrs_element::release_segment): New method definition.
13400 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
13401 segment list.
13402 (Script_sections::release_segments): New method definition.
13403 * gold/script-sections.h (Script_sections::release_segments): New
13404 method declaration.
13405 * gold/target.h (Target::may_relax, Target::relax,
13406 Target::do_may_relax, Target::do_relax): New method definitions.
13407
5e445df6
ILT
134082009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13409
13410 * arm.cc (has_signed_unsigned_overflow): New function.
13411 (Arm_relocate_functions::abs8): New function.
13412 (Target_arm::Scan::local): Handle R_ARM_ABS8.
13413 (Target_arm::Scan::global): Likewise.
13414 (Target_arm::relocate::relocate): Likewise.
13415 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
13416 Likewise.
13417
8c604651 134182009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
13419
13420 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
13421 * testsuite/Makefile.in: Regenerate.
13422
1e9cc1c2
NC
134232009-09-11 Nick Clifton <nickc@redhat.com>
13424
13425 * po/gold.pot: Updated by the Translation project.
13426
6a89f575
CC
134272009-09-08 Cary Coutant <ccoutant@google.com>
13428
13429 * output.cc (Output_file::open): Add execute permission to empty file.
13430 * testsuite/Makefile.am (permission_test): New test.
13431 * testsuite/Makefile.in: Regenerate.
13432
fdcac5af
ILT
134332009-09-02 Ian Lance Taylor <iant@google.com>
13434
13435 * output.cc (Output_file::resize): Call map_no_anonymous rather
13436 than map.
13437
44453f85
ILT
134382009-09-01 Mikolaj Zalewski <mikolajz@google.com>
13439
13440 * gold.cc: Include "incremental.h".
13441 (queue_initial_tasks): Call Incremental_checker methods.
13442 * incremental.cc: Include "output.h".
13443 (Incremental_checker::can_incrementally_link_output_file): New
13444 method.
13445 * incremental.h (Incremental_checker): New class.
13446
13447 * output.cc (Output_file::open_for_modification): New method.
13448 (Output_file::map_anonymous): Changed return type to bool. Record
13449 map in base_ field.
13450 (Output_file::map_no_anonymous): New method, broken out of map.
13451 (Output_file::map): Use map_no_anonymous and map_anonymous.
13452 * output.h (class Output_file): Update declarations.
13453
293c1386
CC
134542009-08-24 Cary Coutant <ccoutant@google.com>
13455
13456 * options.h (Command_line::Pre_options): New class.
13457 (Command_line::pre_options): New member.
13458 * options.cc (gold::options::ready_to_register): New variable.
13459 (One_option::register_option): Do nothing if not registering options.
13460 Assert if same short option registered twice.
13461 (General_options::General_options): Turn off option registration when
13462 done constructing.
13463 (Command_line::Pre_options::Pre_options): New constructor.
13464
f773f3d2
CC
134652009-08-24 Cary Coutant <ccoutant@google.com>
13466
06a73cfe
CC
13467 * options.h (General_options::no_keep_memory): Remove incorrect
13468 short option.
f773f3d2 13469
a15af8e2
RW
134702009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13471
13472 * Makefile.am (am__skiplex, am__skipyacc): New.
13473 * Makefile.in: Regenerate.
13474
c462b41b
RW
134752009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13476
14ec8efd
RW
13477 * Makefile.am (AM_CPPFLAGS): Renamed from ...
13478 (INCLUDES): ... this.
13479 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
13480 (AM_CPPFLAGS): Renamed from ...
13481 (INCLUDE): ... this.
13482 * Makefile.in, testsuite/Makefile.in: Regenerate.
13483
81ecdfbb
RW
13484 * Makefile.in: Regenerate.
13485 * aclocal.m4: Likewise.
13486 * config.in: Likewise.
13487 * configure: Likewise.
13488 * testsuite/Makefile.in: Likewise.
13489
c462b41b
RW
13490 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13491 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13492 * Makefile.in: Regenerate.
13493 * testsuite/Makefile.in: Regenerate.
13494
2da73f13
CC
134952009-08-19 Cary Coutant <ccoutant@google.com>
13496
13497 * resolve.cc (Symbol_table::resolve): Don't complain about defined
13498 symbols in shared libraries overridden by hidden or internal symbols
13499 in the main program.
13500
2db70501
CD
135012009-08-19 Chris Demetriou <cgd@google.com>
13502
13503 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
13504 checking source file names in error messages.
13505
f733487b
DK
135062009-08-18 Doug Kwan <dougkwan@google.com>
13507
13508 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
13509 an elcpp::Ehdr as parameter. Adjust call to set_target.
13510 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
13511 an elfcpp::Ehdr as parameter.
13512 * object.cc (Object::set_target): Remove the version that looks up
13513 a target and sets it.
13514 (Sized_relobj::setup): Take a Target object instead of
13515 an elfcpp::Ehdr as parameter. Adjust call to set_target.
13516 (make_elf_sized_object): Find target and ask target to
13517 make an ELF object.
13518 * object.h: (Object::set_target): Remove the version that looks up
13519 a target and sets it.
13520 (Sized_relobj::setup): Take a Target object instead of
13521 an elfcpp:Ehdr as parameter.
13522 * target.cc: Include dynobj.h.
13523 (Target::do_make_elf_object_implementation): New.
2e702c99 13524 (Target::do_make_elf_object): New.
f733487b
DK
13525 * target.h (Target::make_elf_object): New template declaration.
13526 (Target::do_make_elf_object): New method declarations.
13527 (Target::do_make_elf_object_implementation): New template declaration.
13528
cc70f101
ILT
135292009-08-14 Ian Lance Taylor <iant@google.com>
13530
13531 * gold.h (FUNCTION_NAME): Define.
13532 (gold_unreachable): Use FUNCTION_NAME.
13533
ef5e0cb1
ST
135342009-08-12 Sriraman Tallam <tmsriram@google.com>
13535
13536 * icf.cc (Icf::find_identical_sections): Issue a warning when a
13537 symbol in the --keep-unique list is not found.
13538
48c187ce
ST
135392009-08-12 Sriraman Tallam <tmsriram@google.com>
13540
13541 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
13542 been maked as --keep-unique.
13543 (Icf::unfold_section): New function.
13544 * icf.h (Icf::unfold_section): New function.
13545 * options.h (General_options::keep_unique): New option.
13546 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
13547 * testsuite/Makefile.in: Regenerate.
13548 * testsuite/icf_keep_unique_test.sh: New file.
13549 * testsuite/icf_keep_unique_test.cc: New file.
13550
645afe0c
CC
135512009-08-12 Cary Coutant <ccoutant@google.com>
13552
13553 PR 10471
13554 * resolve.cc (Symbol_table::resolve): Check for references from
13555 dynamic objects to hidden and internal symbols.
13556 * testsuite/Makefile.am (hidden_test.sh): New test.
13557 * testsuite/Makefile.in: Regenerate.
13558 * testsuite/hidden_test.sh: New script.
13559 * testsuite/hidden_test_1.c: New test source.
13560 * testsuite/hidden_test_main.c: New test source.
13561
11af873f
DK
135622009-08-11 Doug Kwan <dougkwan@google.com>
13563
13564 * arm.cc: Update comments.
13565 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
13566 segment to locate the .ARM.exidx section if present.
13567
b9f7d72d
DK
135682009-08-09 Doug Kwan <dougkwan@google.com>
13569
13570 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
13571 patch.
13572
ddd3c53c
ST
135732009-08-07 Sriraman Tallam <tmsriram@google.com>
13574 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
13575 compiler warnings.
13576
27721062
ST
135772009-08-06 Sriraman Tallam <tmsriram@google.com>
13578
13579 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
13580 valid tls_segment only for non-debug-section relocations.
13581 * testsuite/Makefile.am: Add gc_tls_test.
13582 * testsuite/Makefile.in: Regenerate.
13583 * testsuite/gc_tls_test.cc: New file.
13584 * testsuite/gc_tls_test.sh: New file.
13585
ef15dade 135862009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 13587
ef15dade
ST
13588 * icf.cc: New file.
13589 * icf.h: New file.
13590 * Makefile.am (CCFILES): Add icf.cc.
13591 (HFILES): Add icf.h
13592 * Makefile.in: Regenerate.
13593 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
13594 * gc.h (gc_process_relocs): Populate lists used by icf to contain
13595 section, symbol and addend information for the relocs.
13596 * gold.cc (queue_middle_tasks): Call identical code folding.
13597 * gold.h: Add defines for multimap.
13598 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
13599 to the call of finalize_local_symbols.
13600 * main.cc (main): Create object of class Icf.
13601 * object.cc (Sized_relobj::do_layout): Allow this function to be
13602 called twice during icf.
13603 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
13604 to sections marked as identical by icf.
13605 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
13606 when available.
13607 (Sized_relobj::do_section_entsize): New function.
13608 * object.h (Object::section_entsize): New function.
13609 (Object::do_section_entsize): New pure virtual function.
13610 (Relobj::finalize_local_symbols): Add new parameter.
13611 (Relobj::do_section_entsize): New function.
13612 * options.h (General_options::icf): New option.
13613 (General_options::icf_iterations): New option.
13614 (General_options::print_icf_sections): New option.
13615 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
13616 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
13617 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
13618 icf.
13619 * symtab.cc (Symbol_table::is_section_folded): New function.
13620 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
13621 to sections marked as identical by icf.
13622 * symtab.h (Symbol_table::set_icf): New function.
13623 (Symbol_table::icf): New function.
13624 (Symbol_table::is_section_folded): New function.
13625 (Symbol_table::icf_): New data member.
13626 * target-reloc.h (relocate_section): Ignore sections folded by icf.
13627 * testsuite/Makefile.am: Add commands to build icf_test.
13628 * testsuite/Makefile.in: Regenerate.
13629 * testsuite/icf_test.sh: New file.
13630 * testsuite/icf_test.cc: New file.
13631
c3b65ac4
CD
136322009-07-24 Chris Demetriou <cgd@google.com>
13633
13634 * layout.cc (is_compressible_debug_section): Fix incorrect
13635 comment about compressed section names.
13636
1caf2c51
ILT
136372009-07-20 Ian Lance Taylor <ian@airs.com>
13638
13639 PR 10419
13640 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
13641
1ef4d87f
ILT
136422009-07-16 Ian Lance Taylor <iant@google.com>
13643
13644 PR 10400
13645 * layout.h: #include <map>.
13646 (class Kept_section): Change from struct to class. Add accessors
13647 and setters. Add section size to Comdat_group mapping. Change
13648 Comdat_group to std::map. Add is_comdat_ field. Add
13649 linkonce_size field in union.
13650 (class Layout): Update declaration of find_or_add_kept_section.
13651 Don't declare find_kept_object.
13652 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
13653 parameter. Add object, shndx, is_comdat, and is_group_name
13654 parameters. Change all callers. Adjust for new Kept_section.
13655 (Layout::find_kept_object): Remove.
13656 * object.cc (Sized_relobj::include_section_group): Update use of
13657 Kept_section. Rename secnum to shndx. Only record
13658 Kept_comdat_section if sections are the same size.
13659 (Sized_relobj::include_linkonce_section): Update use of
13660 Kept_section. Only record Kept_comdat_section if sections are the
13661 same size. Set size of linkonce section.
13662 (Sized_relobj::map_to_kept_section): Update call to
13663 get_kept_comdat_section.
13664 * object.h (class Sized_relobj): Rename fields in
13665 Kept_comdat_section to drop trailing underscores; change object
13666 field to Relobj*. Change Kept_comdat_section_table to store
13667 struct rather than pointer.
13668 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
13669 Add kept_object and kept_shndx parameters. Change all callers.
13670 (Sized_relobj::get_kept_comdat_section): Change return type to
13671 bool. Add kept_object and kept_shndx parameters. Change all
13672 callers.
13673 * plugin.cc (Pluginobj::include_comdat_group): Update call to
13674 Layout::find_or_add_kept_section.
13675
37c3b7b0
ILT
136762009-07-09 Ian Lance Taylor <iant@google.com>
13677
13678 * merge.cc (Object_merge_map::initialize_input_to_output_map):
13679 Reserve space in the hash table.
13680
98fa85cb
ILT
136812009-07-06 Mikolaj Zalewski <mikolajz@google.com>
13682
13683 * fileread.cc (File_read::get_mtime): New method.
13684 * fileread.h (Timespec): New structure.
13685 (File_read::get_mtime): New method.
13686 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
13687 Renamed from timestamp_nsec.
13688 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
13689 Elf_Xword.
e1df38aa 13690 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 13691 timestamp_nsec.
e1df38aa 13692 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
13693 (Incremental_inputs::report_obejct): Save mtime; style fix.
13694 (Incremental_inputs::report_script): Save mtime; style fix.
13695 (Incremental_inputs::finalize_inputs): Style fix.
13696 (Incremental_inputs::finalize): Style fix.
13697 (Incremental_inputs::create_input_section_data): Store inputs
13698 mtime.
13699 * incremental.h (Incremental_inputs::report_script): Add mtime
13700 argument.
13701 (Incremental_inputs::Input_info::Input_info): Intialize only one
13702 union member.
13703 (Incremental_inputs::Input_info::archive): Move to nameless
13704 union.
13705 (Incremental_inputs::Input_info::obejct): Move to nameless union.
13706 (Incremental_inputs::Input_info::script): Move to nameless union.
13707 (Incremental_inputs::mtime): New field.
13708 * script.cc (read_input_script): Pass file mtime to
13709 Incremental_input.
13710 * script.h (Script_info::inputs): Style fix.
13711
c9d70757
ILT
137122009-07-01 Ian Lance Taylor <ian@airs.com>
13713
13714 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
13715 instead of 32.
13716
9c547ec3
ILT
137172009-06-24 Ian Lance Taylor <iant@google.com>
13718
13719 PR 10156
13720 * layout.cc (Layout::choose_output_section): If we find an
13721 existing section, update the flags.
13722 (Layout::create_notes): New function, broken out of
13723 Layout::finalize.
13724 (Layout::finalize): Don't create note sections.
13725 (Layout::create_note): Don't crash if linker script discards
13726 section.
13727 (Layout::create_gold_note): Likewise.
13728 (Layout::create_build_id): Likewise. Don't set
13729 after_input_sections on the section.
13730 (Layout::create_executable_stack_info): Remove target parameter.
13731 Change caller.
13732 * layout.h (class Layout): Declare create_notes. Update
13733 declaration of create_executable_stack_info.
13734 * gold.cc (queue_middle_tasks): Call create_notes.
13735 * output.cc (Output_section::update_flags_for_input_section): Move
13736 here from output.h. If SHF_ALLOC flag is newly set, mark address
13737 invalid.
13738 * output.h (Output_data::mark_address_invalid): New function.
13739 (class Output_section): Only declare, not define,
13740 update_flags_for_input_section. Remove set_flags.
13741
55458500
ILT
137422009-06-24 Ian Lance Taylor <iant@google.com>
13743
13744 * script-sections.cc (Output_section_definition::
13745 set_section_addresses): Rename shadowing local load_address to
13746 laddr.
13747
1307d6cd
ILT
137482009-06-24 Ian Lance Taylor <iant@google.com>
13749
13750 PR 10244
13751 * reloc.cc (relocate_sections): Skip empty relocation sections.
13752
ec3f783e
ILT
137532009-06-23 Ian Lance Taylor <iant@google.com>
13754
13755 PR 10156
13756 * layout.cc (Layout::create_note): Use choose_output_section
13757 rather than make_output_section.
13758
459c9f1c
ILT
137592009-06-23 Ian Lance Taylor <iant@google.com>
13760
13761 PR 10237
13762 * options.cc (General_options::parse_V): Set printed_version_.
13763 (General_options::General_options): Initialize printed_version_.
13764 * options.h (class General_options): Add printed_version_ field.
13765 * gold.cc (queue_initial_tasks): If there are no input files,
13766 don't give a fatal error if we printed the version information.
13767 (queue_middle_tasks): If using -r with a shared object, give a
13768 fatal error rather than an ordinary error.
13769
1518dc8f
ILT
137702009-06-23 Ian Lance Taylor <iant@google.com>
13771
13772 PR 10219
13773 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
13774 (Layout::make_output_section): Set have_stabstr_section_ if we see
13775 a .stab*str section.
13776 (Layout::finalize): Call link_stabs_sections.
13777 (Layout::link_stabs_sections): New file.
13778 * layout.h (class Layout): Add have_stabstr_section_ field.
13779 Declare link_stabs_sections.
13780
3d857b98
DK
137812009-06-23 Doug Kwan <dougkwan@google.com>
13782
13783 * Makefile.am (libgold_a_LIBADD): New.
13784 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
2e702c99 13785 * Makefile.in: Regenerate.
3d857b98
DK
13786 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
13787 * configure: Regenerate.
13788 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
13789 * fileread.cc: Include sys/state.h
13790 * gold.h: Declare memmem and strndup if found missing.
13791 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
13792
0639a6f6
ILT
137932009-06-23 Ian Lance Taylor <iant@google.com>
13794
13795 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
13796 * configure: Rebuild.
13797
8d63875c
ILT
137982009-06-23 Ian Lance Taylor <iant@google.com>
13799
13800 PR 10147
13801 * object.cc (Object::section_contents): Don't try to get a view if
13802 the section has length zero.
13803 (Object::handle_gnu_warning_section): If the section is empty, use
13804 the name of the section as the warning.
13805
f7c8a183
ILT
138062009-06-23 Ian Lance Taylor <iant@google.com>
13807
13808 PR 10133
13809 * stringpool.h (class Stringpool_template): Add optimize_ field.
13810 (Stringpool_template::set_optimize): New function.
13811 * stringpool.cc (Stringpool_template::Stringpool_template):
13812 Initialize optimize_ field.
13813 (Stringpool_template::set_string_offsets): Test local optimize
13814 fild rather than parameter.
13815 * layout.cc (Layout::Layout): Call set_optimize on the section
13816 name stringpool.
13817
e6a307ba
ILT
138182009-06-22 Ian Lance Taylor <iant@google.com>
13819
13820 PR 10030
13821 * yyscript.y: Parse TARGET.
13822 * script.cc (script_set_target): New function.
13823 * script-c.h (script_set_target): Declare.
13824 * options.cc (General_options::string_to_object_format): Rename
13825 from string_to_object_format in anonymous namespace. Change
13826 callers.
13827 * options.h (class General_options): Declare
13828 string_to_object_format.
13829
3ee173de
ILT
138302009-06-22 Ian Lance Taylor <iant@google.com>
13831
13832 * script-sections.cc (Script_sections::create_segments): Don't put
13833 program headers in a PT_LOAD segment if -n or -N.
13834
138352009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
13836
13837 PR 10141
13838 * options.h (class General_options): Add -z lazy and -z now. Sort
13839 -z options into alphabetical order.
13840 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
13841
cd6739a1 138422009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
13843
13844 * layout.cc (Layout::make_output_section): Call
13845 Target::new_output_section.
13846 (Layout::attach_allocated_section_to_segment): Put large section
13847 sections in a separate load segment with the large segment flag
13848 set.
13849 (Layout::segment_precedes): Sort large data segments after other
13850 load segments.
13851 (align_file_offset): New static function.
13852 (Layout::set_segment_offsets): Use align_file_offset.
13853 * output.h (class Output_section): Add is_small_section_ and
13854 is_large_section_ fields.
13855 (Output_section::is_small_section): New function.
13856 (Output_section::set_is_small_section): New function.
13857 (Output_section::is_large_section): New function.
13858 (Output_section::set_is_large_section): New function.
13859 (Output_section::is_large_data_section): New function.
13860 (class Output_segment): Add is_large_data_segment_ field.
13861 (Output_segment::is_large_data_segment): New function.
13862 (Output_segment::set_is_large_data_segment): New function.
13863 * output.cc (Output_section::Output_section): Initialize new
13864 fields.
13865 (Output_segment::Output_segment): Likewise.
13866 (Output_segment::add_output_section): Add assertion that large
13867 data sections always go in large data segments. Force small data
13868 sections to the end of the list of data sections. Force small BSS
13869 sections to the start of the list of BSS sections. For large BSS
13870 sections to the end of the list of BSS sections.
13871 * symtab.h (class Symbol): Declare is_common_shndx.
13872 (Symbol::is_defined): Check Symbol::is_common_shndx.
13873 (Symbol::is_common): Likewise.
13874 (class Symbol_table): Define enum Commons_section_type. Update
13875 declarations. Add small_commons_ and large_commons_ fields.
13876 * symtab.cc (Symbol::is_common_shndx): New function.
13877 (Symbol_table::Symbol_table): Initialize new fields.
13878 (Symbol_table::add_from_object): Put small and large common
13879 symbols in the right list.
13880 (Symbol_table::sized_finalized_symbol): Check
13881 Symbol::is_common_shndx.
13882 (Symbol_table::sized_write_globals): Likewise.
13883 * common.cc (Symbol_table::do_allocate_commons): Allocate new
13884 common symbol lists. Don't call do_allocate_commons_list if the
13885 list is empty.
13886 (Symbol_table::do_allocate_commons_list): Remove is_tls
13887 parameter. Add comons_section_type parameter. Change all
13888 callers. Handle small and large common symbols.
13889 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
13890 Symbol::is_common_shndx.
13891 * resolve.cc (symbol_to_bits): Likewise.
13892 * target.h (Target::small_common_shndx): New function.
13893 (Target::small_common_section_flags): New function.
13894 (Target::large_common_shndx): New function.
13895 (Target::large_common_section_flags): New function.
13896 (Target::new_output_section): New function.
13897 (Target::Target_info): Add small_common_shndx, large_common_shndx,
13898 small_common_section_flags, and large_common_section_flags
13899 fields.
13900 (Target::do_new_output_section): New virtual function.
13901 * arm.cc (Target_arm::arm_info): Initialize new fields.
13902 * i386.cc (Target_i386::i386_info): Likewise.
13903 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
13904 Likewise.
13905 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
13906 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
13907 (Target_x86_64::do_new_output_section): New function.
13908 * configure.ac: Define conditional MCMODEL_MEDIUM.
13909 * testsuite/Makefile.am (check_PROGRAMS): Add large.
13910 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
13911 (large_LDFLAGS): Define.
13912 * testsuite/large.c: New file.
13913 * testsuite/testfile.cc (Target_test::test_target_info):
13914 Initialize new fields.
13915 * configure, testsuite/Makefile.in: Rebuild.
13916
bb04269c
DK
139172009-06-05 Doug Kwan <dougkwan@google.com>
13918
13919 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 13920 * Makefile.in: Regenerate.
bb04269c
DK
13921 * i386.cc (class Target_i386): Define new virtual method to
13922 override do_is_local_label_name in parent.
13923 * object.cc (Sized_relobj::do_count_local_symbols): Discard
13924 local symbols if --discard-locals or -X is given.
13925 * options.h (class General_options): Declare new options
13926 '--discard-locals' and '-X' for discarding locals.
13927 * target.h (class Target): Define new methods is_local_label_name.
13928 Declare new virtual method do_is_local_label_name.
13929 * target.cc: New file.
13930 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
13931 (check_SCRIPTS): Add discard_locals_test.sh.
13932 (check_DATA): Add discard_local_tests.syms.
13933 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
13934 (discard_local_tests.syms, discard_locals_test.o): New make rules.
13935 * testsuite/Makefile.in: Regenerate.
13936 * testsuite/discard_locals_test.c: New file.
13937 * testsuite/discard_locals_test.sh: Same.
13938
805bb01c
DK
139392009-06-05 Doug Kwan <dougkwan@google.com>
13940
13941 * object.cc (Sized_relobj::Sized_relobj): Initialize
13942 discarded_eh_frame_shndx_ to -1U.
13943 (Sized_relobj::do_layout): Record index of a discard .eh_frame
13944 section.
13945 (Sized_relobj::do_count_local_symbols): Skip local symbols in
13946 a discarded .eh_frame section.
13947 (Sized_relobj::do_finalize_local_symbols): Ditto.
13948 * object.h (class Sized_relobj): Declare new member
13949 discarded_eh_frame_shndx_.
13950 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
13951 (local_labels_test.o, local_labels_test): New rules.
13952 * testsuite/Makefile.in: Regenerate.
13953
1dcd334d
DK
139542009-06-04 Doug Kwan <dougkwan@google.com>
13955
13956 * layout.cc (Layout::section_name_mapping): Add mapping for
13957 special ARM sections.
13958
96d49306
DK
139592009-06-03 Doug Kwan <dougkwan@google.com>
13960
13961 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
13962 (utils::has_overflow): Same.
13963
dff16297
ILT
139642009-06-03 Ian Lance Taylor <iant@google.com>
13965
13966 * layout.cc (Layout::section_name_mapping): New array, replacing
13967 Layout::linkonce_mapping.
13968 (Layout::section_name_mapping_count): New variable, replacing
13969 Layout::linkonce_mapping_count.
13970 (Layout::linkonce_output_name): Remove.
13971 (Layout::output_section_name): Rewrite.
13972 * layout.h (class Layout): Rename Linkonce_mapping to
13973 Section_name_mapping, linkonce_mapping to section_name_mapping,
13974 linkonce_mapping_count to section_name_mapping_count. Don't
13975 declare linkonce_output_name.
13976
c121c671
DK
139772009-06-03 Doug Kwan <dougkwan@google.com>
13978
13979 * gold/arm.cc (namespace utils): New.
13980 (Target_arm::reloc_is_non_pic): Define new method.
13981 (class Arm_relocate_functions): New.
13982 (Target_arm::Relocate::relocate): Handle relocation types used by
13983 Android.
13984
07800fab
ILT
139852009-06-03 Ian Lance Taylor <iant@google.com>
13986
13987 * arm.cc (Target_arm::scan::global): Use || instead of |.
13988
c121c671
DK
139892009-06-02 Doug Kwan <dougkwan@google.com>
13990
13991 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
13992 issued_non_pic_error_.
13993 (class Target_arm::Scan): Declare new method check_non_pic.
13994 Define new method symbol_needs_plt_entry.
13995 Declare new data member issued_non_pic_error_.
13996 (class Target_arm::Relocate): Declare new method
13997 should_apply_static_reloc.
13998 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
13999 (Target_arm::Scan::check_non_pic): Define new method.
14000 (Target_arm::Scan::local): Handle a small subset of reloc types used
14001 by Android.
14002 (Target_arm::Scan::local): Same.
14003 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
14004
b19b0c6d
ILT
140052009-05-31 Mikolaj Zalewski <mikolajz@google.com>
14006
14007 * incremental.cc (Incremental_inputs::report_command_line): Filter
14008 out --incremental-* options.
14009
94cdfcff
DK
140102009-05-29 Doug Kwan <dougkwan@google.com>
14011
14012 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
14013 template class.
14014 (class Target_arm): Update comment.
14015 (Target_arm::Target_arm): Initialize new data members GOT_,
14016 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
14017 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
14018 and Target_arm::rel_dyn_section.
14019 Declare new_enum Target_arm::Got_type.
14020 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
14021 and DYNBSS_.
14022 Update commments for member do_dynsym_value.
14023 (Target_arm::got_size, Target_arm::plt_section,
14024 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
14025 new methods inside class defintion.
14026 (Target_arm::got_section): Define new method.
14027 (Target_arm::rel_dyn_section): Same.
14028 (Output_data_plt_arm): New template class.
14029 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
14030 (Output_data_plt_arm:do_adjust_output_section): Define new method.
14031 (Output_data_plt_arm::add_entry): Same.
14032 (Output_data_plt_arm::first_plt_entry): Define new
14033 static data member for PLT instruction template.
14034 (Output_data_plt_arm::plt_entry): Same.
14035 (Output_data_plt_arm::do_write): Define new method.
14036 (Target_arm::make_plt_entry): Same.
14037 (Target_arm::do_finalize_sections): Same.
14038 (Target_arm::do_dynsym_value): Same.
14039
4a657b0d
DK
140402009-05-28 Doug Kwan <dougkwan@google.com>
14041
14042 * Makefile.am (TARGETSOURCES): Add arm.cc.
14043 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
14044 * Makefile.in: Regenerate.
14045 * arm.cc: New file.
14046 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
14047
e7ae8c36
DK
140482009-05-26 Doug Kwan <dougkwan@google.com>
14049
14050 * options.cc (General_options::parse_exclude_libs). Fix a comment.
14051 (General_options::check_excluded_libs): Strip off directories in
14052 archive name before matching like GNU ld does.
14053 * testsuite/Makefile.am (MOSTLYCLEANFILES,
14054 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
14055 (exclude_libs_test_LDFLAGS): Add linker option
14056 -Wl,--exclude-libs,libexclude_libs_test_3
14057 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
14058 an explicit archive without using -l.
14059 (alt/libexclude_libs_test_3.a): New make rule.
14060 * testsuite/Makefile.in: Regenerate.
14061 * testsuite/exclude_libs_test.c : Declare lib3_default().
14062 (main): Call it.
14063 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
14064 * exclude_libs_test_3.c: New file.
14065
f12e7348
NC
140662009-05-26 Nick Clifton <nickc@redhat.com>
14067
14068 * po/id.po: New Indonesian translation.
14069 * po/gold.pot: Updated template file.
14070
4daadc0d
ST
140712009-05-22 Sriraman Tallam <tmsriram@google.com>
14072
e1df38aa 14073 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
14074 gc_comdat_test files. Add -Wl,--gc-sections to build
14075 gc_comdat_test.
14076 * testsuite/Makefile.in: Regenerate.
14077 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
14078
531813ad
ST
140792009-05-21 Sriraman Tallam <tmsriram@google.com>
14080
14081 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
14082 kept comdat section was garbage collected.
14083 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
14084 * testsuite/Makefile.in: Regenerate.
14085 * testsuite/gc_comdat_test.sh: New file.
14086 * testsuite/gc_comdat_test_1.cc: New file.
14087 * testsuite/gc_comdat_test_2.cc: New file.
14088
65514900
CC
140892009-05-19 Doug Kwan <dougkwan@google.com>
14090
14091 * archive.cc (Archive::Archive): Move constructor from archive.h
14092 to here. Initialize no_export_.
14093 (Archive::get_elf_object_for_member): Set no_export flag of object.
14094 * archive.h (Archive::Archive): Move constructor body to
14095 archive.cc.
14096 (Archive::no_export): New method.
14097 (Archive::no_export_): New field.
14098 * object.h (Object::Object): Initialize no_export_ to false.
14099 (Object::no_export, Object::set_no_export): New methods.
14100 (Object::no_export_): New field.
14101 * options.cc (General_options::parse_exclude_libs): New method.
14102 (General_options::check_excluded_libs) Same.
14103 * options.h (exclude_libs): New option.
14104 (General_options::check_excluded_libs): New method declaration.
14105 (General_options::excluded_libs_): New field.
14106 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
14107 default or protected visibility if an object has no-export flag set.
14108 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
14109 (check_SCRIPTS): Add exclude_libs_test.sh.
14110 (check_DATA): Add exclude_libs_test.syms.
14111 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
14112 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
14113 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
14114 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
14115 (exclude_libs_test.syms, libexclude_libs_test_1.a,
14116 libexclude_libs_test_2.a): New rules.
14117 * testsuite/Makefile.in: Regenerate.
14118 * testsuite/exclude_libs_test.c: New file.
14119 * testsuite/exclude_libs_test.sh: Ditto.
14120 * testsuite/exclude_libs_test_1.c: Ditto.
14121 * testsuite/exclude_libs_test_2.c: Ditto.
14122
1b77ea50
ILT
141232009-05-15 Ian Lance Taylor <iant@google.com>
14124
14125 * configure.ac: Check for declarations for cases where libiberty.h
14126 checks HAVE_DECL_xxx.
14127 * configure, config.in: Rebuild.
14128
072fe7ce
ILT
141292009-05-15 Mikolaj Zalewski <mikolajz@google.com>
14130
14131 * gold.h (Incremental_argument_list): Remove (invalid) forward
14132 declaration.
14133 * incremental.cc (Incremental_inputs::report_achive): New method.
14134 (Incremental_inputs::report_object): New method.
14135 (Incremental_inputs::report_script): New method.
14136 (Incremental_inputs::finalize_inputs): New method.
14137 (Incremental_inputs::finalize): Call finalize_inputs().
14138 (Incremental_inputs::sized_create_incremental_inputs_section_data):
14139 Create inputs entries.
14140 * incremental.h (Incremental_input_type): New enum.
14141 (Incremental_inputs::Incremental_input): Initialize new fields.
14142 (Incremental_inputs::report_inputs): New method.
14143 (Incremental_inputs::report_achive): New method.
14144 (Incremental_inputs::report_object): New method.
14145 (Incremental_inputs::report_script): New method.
14146 (Incremental_inputs::finalize_inputs): New method.
14147 (Incremental_inputs::Input_info): New struct.
14148 (Incremental_inputs::Input_info_map): New typedef.
14149 (Incremental_inputs::lock_): New field.
14150 (Incremental_inputs::Inputs_): New field.
14151 (Incremental_inputs::Inputs_map): New field.
14152 * main.cc (main): Call Incremental_input::report_inputs.
14153 * options.h (Input_argument_list): Typedef moved from
14154 Input_arguments.
14155 (Input_file_group::Files): Remove, use ::Input_argument_list.
14156 (Input_file_group::Input_argument_list): Remove, use
14157 ::Input_argument_list.
14158 * plugin.cc (Plugin_manager::add_input_file): Add error in
14159 incremental build.
14160 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
14161 functions.
14162 * script.cc (read_input_script): Call
14163 Incremental_input::report_script.
14164 * script.h (Script_info): New class.
14165
b0481b0b
ILT
141662009-04-27 Ian Lance Taylor <iant@google.com>
14167
14168 * x86_64.cc (do_adjust_output_section): Set entsize to
14169 plt_entry_size.
14170
b22a5a41 141712009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
14172
14173 * output.cc (Output_file::close): After short writes, continue
14174 writing from the correct offset in the buffer being written.
14175
40fde488
CD
141762009-04-23 Chris Demetriou <cgd@google.com>
14177
14178 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
14179 * configure: Regenerate.
14180 * config.in: Regenerate.
14181 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
14182 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
14183
3ce2c28e
ILT
141842009-04-21 Mikolaj Zalewski <mikolajz@google.com>
14185
14186 * incremental.cc (Incremental_inputs_header_data): Renamed from
14187 Incremental_input_header_data.
14188 (Incremental_inputs_header_data::data_size): New field.
14189 (Incremental_inputs_header_data::put_input_file_count): Renamed
14190 from input_file_count.
14191 (Incremental_inputs_header_data::put_command_line_offset): Renamed
14192 from command_line_offset.
14193 (Incremental_inputs_header_data::put_reserved): Renamed from
14194 put_reserved.
14195 (Incremental_inputs_entry_data): Renamed from
14196 Incremental_input_entry_data.
14197 (Incremental_inputs_entry_data::data_size): New field.
14198 (Incremental_inputs::report_command_line): New method.
14199 (Incremental_inputs::finalize): New method.
14200 (Incremental_inputs::create_incremental_inputs_data): New method.
14201 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
14202 * incremental.h: New file.
14203 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
703d02da 14204 (Layout::finalize): Create incremental inputs section in
3ce2c28e 14205 incremental builds.
703d02da 14206 (Layout::create_incremental_info_sections): New method.
3ce2c28e 14207 * layout.h (Layout::incremental_inputs): New method.
703d02da
AM
14208 (Layout::create_incremental_info_sections): New method.
14209 (Layout::incremental_inputs_): New field.
3ce2c28e
ILT
14210 * main.cc (main): Notify Incremental_input of the command line.
14211
e55bde5e
ILT
142122009-04-01 Ian Lance Taylor <iant@google.com>
14213 Mikolaj Zalewski <mikolajz@google.com>
14214
14215 * gold.h (reserve_unordered_map): Define, three versions, one for
14216 each version of Unordered_map.
14217 * layout.cc (Layout::Layout): Remove options parameter. Add
14218 number_of_input_files parameter. Don't initialize options_.
14219 Initialize number_of_input_files_ and resized_signatures_. Move
14220 sections_are_attached_.
14221 (Layout::layout_group): Reserve space for group_signatures_.
14222 (Layout::find_or_add_kept_section): Change name parameter to be a
14223 reference. Resize signatures_ map when it gets large enough.
14224 (Layout::layout_eh_frame): Use parameters->options() instead of
14225 this->options_.
14226 (Layout::make_output_section): Likewise.
14227 (Layout::attach_allocated_section_to_segment): Likewise.
14228 (Layout::finalize, Layout::create_executable_stack): Likewise.
14229 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
14230 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
14231 * layout.h (class Layout): Update declarations. Remove options_
14232 field. Add number_of_input_files_ and resized_signatures_
14233 fields. Move sections_are_attached_ field.
14234 * main.cc (main): Pass number of input files to Layout
14235 constructor. Don't pass options.
14236
154b857c
ILT
142372009-03-30 Ian Lance Taylor <iant@google.com>
14238
14239 * ffsll.c (ffsll): Correct implementation.
14240
2f35ab9b
ILT
142412009-03-27 Ian Lance Taylor <iant@google.com>
14242
fd03461a
ILT
14243 * ffsll.c: New file.
14244 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
14245 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
14246 * ftruncate.c (ftruncate): Declare before definition.
14247 * mremap.c (mremap): Likewise.
14248 * pread.c (pread): Likewise.
14249 * configure, Makefile.in, config.in: Rebuild.
14250
2f35ab9b
ILT
14251 * mremap.c: New file.
14252 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
14253 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
14254 (mremap): Declare if HAVE_MREMAP is not defined.
14255 * configure, Makefile.in, config.in: Rebuild.
14256
33aea2fd
CC
142572009-03-27 Cary Coutant <ccoutant@google.com>
14258
14259 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
14260 position independent.
14261 * sparc.cc (Target_sparc::check_non_pic): Likewise.
14262 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
14263
6d479619
CC
142642009-03-24 Cary Coutant <ccoutant@google.com>
14265
14266 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
14267 an executable.
14268 (needs_dynamic_reloc): Likewise.
14269
afc06bb8
ILT
142702009-03-24 Ian Lance Taylor <iant@google.com>
14271
14272 * yyscript.y (file_cmd): Recognize EXTERN.
14273 (extern_name_list, extern_name_list_body): New nonterminals.
14274 * script.cc (script_add_extern): Define.
14275 * script-c.h (script_add_extern): Declare.
14276
f6060a4d
ILT
142772009-03-24 Rafael Avila de Espindola <espindola@google.com>
14278
14279 * object.cc (is_elf_object): Define.
14280 * object.h (is_elf_object): Declare.
14281 * archive.cc (Archive::get_elf_object_for_member): Call
14282 is_elf_object.
33aea2fd 14283 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 14284
26736d8e
ILT
142852009-03-24 Elliott Hughes <enh@google.com>
14286
14287 * output.cc (Output_file::map_anonymous): Define.
14288 (Output_file::map): Use map_anonymous. If the regular mmap fails,
14289 try an anonymous one. Report the size if the mmap fails.
14290 * output.h (class Output_file): Declare map_anonymous.
14291
22fd9730
ILT
142922009-03-24 Ian Lance Taylor <iant@google.com>
14293
14294 * target-select.cc (instantiate_target): Don't acquire the lock if
14295 the instantiated_target_ field has already been set.
14296
cb010894
ILT
142972009-03-23 Ian Lance Taylor <iant@google.com>
14298
7f055c20
ILT
14299 * gold-threads.h (class Initialize_lock): Define.
14300 * gold-threads.cc (class Initialize_lock_once): Define.
14301 (initialize_lock_control): New static variable.
14302 (initialize_lock_pointer): New static variable.
14303 (initialize_lock_once): New static function.
14304 (Initialize_lock::Initialize_lock): Define.
14305 (Initialize_lock::initialize): Define.
14306 * target-select.h: Include "gold-threads.h".
14307 (class Target_selector): Add lock_ and initialize_lock_ fields.
14308 Don't define instantiate_target, just declare it.
14309 * target-select.cc (Target_selector::Target_selector): Initialize
14310 new fields.
14311 (Target_selector::instantiate_target): Define.
14312 * descriptors.h: Include "gold-threads.h".
14313 (class Descriptors): Add initialize_lock_ field.
14314 * descriptors.cc (Descriptors::Descriptors): Initialize new
14315 field.
14316 (Descriptors::open): Use initialize_lock_ field
14317 * errors.h (class Errors): Add initialize_lock_ field.
14318 * errors.cc (Errors::Errors): Initialize new field.
14319 (Errors::initialize_lock): Use initialize_lock_ field.
14320 * powerpc.cc (class Target_selector_powerpc): Remove
14321 instantiated_target_ field. In do_recognize call
14322 instantiate_target rather than do_instantiate_target. In
14323 do_instantiate_target just allocate a new target.
14324 * sparc.cc (class Target_selector_sparc): Likewise.
14325
36959681
ILT
14326 * freebsd.h: New file.
14327 * i386.cc: Include "freebsd.h".
14328 (Target_i386): Derive from Target_freebsd rather than
14329 Sized_target.
14330 (Target_selector_i386): Derive from Target_selector_freebsd rather
14331 than Target_selector.
14332 * x86_64.cc: Include "freebsd.h".
14333 (Target_x86_64): Derive from Target_freebsd rather than
14334 Sized_target.
14335 (Target_selector_x86_64): Derive from Target_selector_freebsd
14336 rather than Target_selector.
14337 * target.h (class Target): Add adjust_elf_header and
14338 do_adjust_elf_header.
14339 * output.cc (Output_file_header:: do_sized_write): Call target
14340 adjust_elf_header routine.
14341 * configure.tgt: Set targ_osabi.
14342 * configure.ac: Define GOLD_DEFAULT_OSABI.
14343 * parameters.cc (Parameters::default_target): Pass
14344 GOLD_DEFAULT_OSABI to select_target.
14345 * target-select.h (class Target_selector): Make instantiate_target
14346 protected rather than private.
14347 * Makefile.am (HFILES): Add freebsd.h.
14348 * configure, Makefile.in, config.in: Rebuild.
14349
cb010894
ILT
14350 * merge.cc (do_add_input_section): Correct pend value. Change
14351 message about last entry not being null terminated from error to
14352 warning.
14353
0e879927
ILT
143542009-03-20 Mikolaj Zalewski <mikolajz@google.com>
14355
14356 * incremental.cc: New file.
14357 * Makefile.am (CCFILES): Add incremental.cc.
14358 * Makefile.in: Rebuild.
14359
41105937
PP
143602009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
14361
14362 * layout.cc (Layout::output_section_name): Preserve names
14363 of '.note.' sections.
e1df38aa 14364
60439920
ILT
143652009-03-19 Ian Lance Taylor <iant@google.com>
14366
14367 * descriptors.cc (Descriptors::open): Check that the options are
14368 valid before using them.
14369
0d371ad3
ILT
143702009-03-18 Ian Lance Taylor <iant@google.com>
14371
14372 * script-sections.h: Include <list>.
14373 (class Script_sections): Change Sections_elements from std::vector
14374 to std::list. Typedef public Elements_iterator. Add
14375 orphan_section_placement_, data_segment_align_start_, and
14376 saw_data_segment_align_ fields. Remove data_segment_align_index_
14377 field.
14378 * script-sections.cc (class Orphan_section_placement): New class.
14379 (class Sections_element): Add virtual functions is_relro and
14380 orphan_section_init. Remove virtual function place_orphan_here.
14381 (class Output_section_definition): Add is_relro and
14382 orphan_section_init. Remove place_orphan_here.
14383 (class Orphan_output_section): Likewise.
14384 (Script_sections::Script_sections): Update for field changes.
14385 (Script_sections::data_segment_align): Set saw_data_segment_align_
14386 and data_segment_align_start_, not data_segment_align_index.
14387 (Script_sections::data_segment_relro_end): Check
14388 saw_data_segment_align_. Use data_segment_align_start_ rather
14389 than data_segment_align_index_.
14390 (Script_sections::place_orphan): Rewrite to use
14391 Orphan_section_placement.
14392
9201d894
ILT
143932009-03-17 Ian Lance Taylor <iant@google.com>
14394
9c5b8369
ILT
14395 * archive.cc (Archive::add_symbols): Check for a version attached
14396 to the symbol name in the archive map.
14397 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
14398 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
14399 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
14400 (ver_test_11.a): New target.
14401 * testsuite/Makefile.in: Rebuild.
14402
9201d894
ILT
14403 * configure.ac: Check for chsize and posix_fallocate. Replace
14404 ftruncate.
14405 * ftruncate.c: New file, from gnulib.
14406 * output.cc (posix_fallocate): Define dummy version if not
14407 HAVE_POSIX_FALLOCATE.
14408 (Output_file::map): Call posix_fallocate rather than lseek and
14409 write.
14410 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
14411 * configure, Makefile.in, config.in: Rebuild.
14412
ef4ab7a8 144132009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 14414
ef4ab7a8
PP
14415 * layout.h (Layout::create_note): Add section_name parameter.
14416 * layout.cc (Layout::create_note): Likewise.
14417 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 14418
8c500701
ILT
144192009-03-17 Ian Lance Taylor <iant@google.com>
14420
e85b18e1
ILT
14421 * descriptors.cc: Include "options.h".
14422 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
14423 (Descriptors::open): Always use O_CLOEXEC when opening a new
14424 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
14425 then set FD_CLOEXEC.
14426
9efe6174
ILT
14427 * sparc.cc (class Target_sparc): Add has_got_section.
14428 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
14429 make sure we have a GOT section.
14430
14431 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
14432 (Target_sparc::Scan::local): Likewise.
14433 (Target_sparc::Scan::global): Likewise.
14434 (Target_sparc::Relocate::relocate): Likewise.
14435 (Target_sparc::Relocate::relocate_tls): Likewise.
14436
8c500701
ILT
14437 * symtab.cc (Symbol_table::define_default_version): New function,
14438 broken out of add_from_object.
14439 (Symbol_table::add_from_object): Call define_default_version.
14440 (Symbol_table::define_special_symbol): Add resolve_oldsym
14441 parameter. Change all callers. If the version for a symbol comes
14442 from a version script, resolve it with the symbol with the same
14443 name with no version. Also add the symbol without a version if
14444 appropriate.
14445 (do_define_in_output_data): If resolving with oldsym, don't delete
14446 sym.
14447 (do_define_in_output_segment): Likewise.
14448 (do_define_as_constant): Likewise.
14449 * symtab.h (class Symbol_table): Update declarations.
14450
f1ed28fb
ILT
144512009-03-13 Ian Lance Taylor <iant@google.com>
14452
15f8229b
ILT
14453 * readsyms.cc (Read_symbols::incompatible_warning): New function.
14454 (Read_symbols::requeue): New function.
14455 (Read_symbols::do_read_symbols): If make_elf_object fails because
14456 the target type is not configured, and the file was searched for,
14457 issue a warning and retry with the next directory.
14458 (Add_symbols::run): If the file has an incompatible format, and
14459 it was searched for, requeue the Read_symbols task. On error,
14460 release the object.
14461 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
14462 dirindex parameter to constructor. Change all callers. Declare
14463 incompatible_warning and requeue.
14464 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
14465 input_argument_ and input_group_ fields. Add them to
14466 constructor. Change all callers.
14467 (class Read_script): Add dirindex_ field. Add it to constructor.
14468 Change all callers.
14469 * archive.cc (Archive::setup): Remove input_objects parameter.
14470 Change all callers.
14471 (Archive::get_file_and_offset): Likewise.
14472 (Archive::read_all_symbols): Likewise.
14473 (Archive::read_symbols): Likewise.
14474 (Archive::get_elf_object_for_member): Remove input_objects
14475 parameter. Add punconfigured parameter. Change all callers.
14476 (Archive::add_symbols): Change return type to bool. Check return
14477 value of include_member.
14478 (Archive::include_all_members): Likewise.
14479 (Archive::include_member): Change return type to bool. Return
14480 false if first included object has incompatible target. Set
14481 included_member_ field.
14482 (Add_archive_symbols::run): If add_symbols returns false, requeue
14483 Read_symbols task.
14484 * archive.h (class Archive): Add included_member_ field.
14485 Initialize it in constructor. Add input_file and searched_for
14486 methods. Update declarations.
14487 (class Add_archive_symbols): Add dirpath_, dirindex_, and
14488 input_argument_ fields. Add them to constructor. Change all
14489 callers.
14490 * script.cc: Include "target-select.h".
14491 (class Parser_closure): Add skip_on_incompatible_target_ and
14492 found_incompatible_target_ fields. Add
14493 skip_on_incompatible_target parameter to constructor. Change all
14494 callers. Add methods skip_on_incompatible_target,
14495 clear_skip_on_incompatible_target, found_incompatible_target, and
14496 set_found_incompatible_target.
14497 (read_input_script): Add dirindex parameter. Change all callers.
14498 If parser finds an incompatible target, requeue Read_symbols
14499 task.
14500 (script_set_symbol): Clear skip_on_incompatible_target in
14501 closure.
14502 (script_add_assertion, script_parse_option): Likewise.
14503 (script_start_sections, script_add_phdr): Likewise.
14504 (script_check_output_format): New function.
14505 * script.h (read_input_script): Update declaration.
14506 * script-c.h (script_check_output_format): Declare.
14507 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
14508 (ignore_cmd): Remove OUTPUT_FORMAT.
14509 * fileread.cc (Input_file::Input_file): Add explicit this.
14510 (Input_file::will_search_for): New function.
14511 (Input_file::open): Add pindex parameter. Change all callers.
14512 * fileread.h (class Input_file): Add input_file_argument method.
14513 Declare will_search_for. Update declarations.
14514 * object.cc (make_elf_object): Add punconfigured parameter.
14515 Change all callers.
14516 * object.h (class Object): Make input_file public. Add
14517 searched_for method.
14518 (make_elf_object): Update declaration.
14519 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
14520 restart search.
14521 * dirsearch.h (class Dirsearch): Update declaration.
14522 * options.h (class General_options): Add --warn-search-mismatch.
14523 * parameters.cc (Parameters::is_compatible_target): New function.
14524 * parameters.h (class Parameters): Declare is_compatible_target.
14525 * workqueue.cc (Workqueue::add_blocker): New function.
14526 * workqueue.h (class Workqueue): Declare add_blocker.
14527
f1ed28fb
ILT
14528 * fileread.cc (Input_file::open): Remove options parameter.
14529 Change all callers.
14530 (Input_file::open_binary): Likewise.
14531 * script.cc (read_input_script): Likewise.
14532 * readsyms.h (class Read_symbols): Remove options_ field. Remove
14533 options parameter from constructor. Change all callers.
14534 (class Read_script): Likewise.
14535 * fileread.h (class Input_file): Update declarations.
14536 * script.h (read_input_script): Update declaration.
14537
34dd024a
NC
145382009-03-10 Nick Clifton <nickc@redhat.com>
14539
14540 * po/es.po: New Spanish translation.
14541
6d71b17c
CC
145422009-03-06 Cary Coutant <ccoutant@google.com>
14543
14544 * options.cc (parse_short_option): Keep dash_z from registering itself.
14545
031cdbed
ILT
145462009-03-03 Ian Lance Taylor <iant@google.com>
14547
14548 PR 9918
14549 * target-reloc.h (relocate_section): Pass output_section to
14550 relocate.
14551 * i386.cc (Target_i386::should_apply_static_reloc): Add
14552 output_section parameter. Change all callers.
14553 (Target_i386::Relocate::relocate): Add output_section parameter.
14554 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
14555 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
14556 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
14557 * testsuite/two_file_shared.sh: New script.
14558 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
14559 (check_DATA): Add two_file_shared.dbg.
14560 (two_file_shared.dbg): New target.
14561 * testsuite/Makefile.in: Rebuild.
14562
15d5fa16
ILT
145632009-03-01 Ian Lance Taylor <iant@google.com>
14564
14565 * configure.ac: Check for byteswap.h.
14566 * configure: Rebuild.
14567 * config.in: Rebuild.
14568
8a4c0b0d
ILT
145692009-03-01 Mikolaj Zalewski <mikolajz@google.com>
14570
14571 * layout.cc (Layout::find_or_add_kept_section): New function.
14572 (Layout::add_comdat): Removed.
14573 * layout.h (struct Kept_section): Move out of class Layout.
14574 Remove trailing underscores from field names. Add group_sections
14575 field. Rename group_ field to is_group. Change all uses.
14576 (class Layout): Declare find_or_add_kept_section, not add_comdat.
14577 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
14578 comdat_groups_ field.
14579 (Sized_relobj::include_section_group): Use
14580 find_or_add_kept_section and Kept_section::group_sections.
14581 (Sized_relobj::include_linkonce_section): Likewise.
14582 * object.cc (class Sized_relobj): Don't define Comdat_group or
14583 Comdat_group_table. Remove find_comdat_group and
14584 add_comdat_group. Remove comdat_groups_ field.
14585 * plugin.cc (include_comdat_group): Use
14586 Layout::find_or_add_kept_section.
14587
b4ecf66b
ILT
145882009-02-28 Ian Lance Taylor <iant@google.com>
14589
14359ca0
ILT
14590 * README: --gc-sections and map files are now supported. Document
14591 some build requirements.
14592
b4ecf66b
ILT
14593 PR 6992
14594 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
14595 relocatable link set the value of the section symbol to zero.
14596 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
14597 relocatable link don't include the section address in the local
14598 symbol value.
14599
0602e05a
ILT
146002009-02-27 Ian Lance Taylor <iant@google.com>
14601
fd9d194f
ILT
14602 PR 6811
14603 * options.h (class Search_directory): Add is_system_directory.
14604 (class General_options): Declare is_in_system_directory.
14605 * options.cc (get_relative_sysroot): Make static.
14606 (get_default_sysroot): Make static.
14607 (General_optoins::is_in_system_directory): New function.
14608 * fileread.cc (Input_file::is_in_system_directory): New function.
14609 * fileread.h (class Input_file): Declare is_in_system_directory.
14610 * object.h (class Object): Add is_in_system_directory.
14611 (class Input_objects): Remove system_library_directory_ field.
14612 * object.cc (Input_objects::add_object): Don't set
14613 system_library_directory_.
14614 (input_objects::found_in_system_library_directory): Remove.
14615 * symtab.cc (Symbol_table::write_globals): Remove input_objects
14616 parameter. Change all callers.
14617 (Symbol_table::sized_write_globals): Likewise.
14618 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
14619 Call Object::is_in_system_directory.
14620 * symtab.h (class Symbol_table): Update declarations.
14621
61edd21f
ILT
14622 PR 5990
14623 * descriptors.h (Open_descriptor): Add is_on_stack field.
14624 * descriptors.cc (Descriptors::open): If the descriptor is on the
14625 top of the stack, remove it. Initialize is_on_stack field.
14626 (Descriptors::release): Only add pod to stack if it is not on the
14627 stack already.
14628 (Descriptors::close_some_descriptor): Clear stack_next and
14629 is_on_stack fields.
14630
e29e076a
ILT
14631 PR 7091
14632 * output.cc (Output_section::find_starting_output_address): Rename
14633 from starting_output_address; add PADDR parameter; change return
14634 type.
14635 * output.h (class Output_section): Declare
14636 find_starting_output_address instead of starting_output_address.
14637 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
14638 section symbol for which we can't find a merge section.
14639
0602e05a
ILT
14640 PR 9836
14641 * symtab.cc (Symbol_table::add_from_object): If the visibility is
14642 hidden or internal, force the symbol to be local.
14643 * resolve.cc (Symbol::override_visibility): Define.
14644 (Symbol::override_base): Use override_visibility.
14645 (Symbol_table::resolve): Likewise.
14646 (Symbol::override_base_with_special): Likewise.
14647 (Symbol_table::override_with_special): If the visibility is hidden
14648 or internal, force the symbol to be local.
14649 * symtab.h (class Symbol): Add set_visibility and
14650 override_visibility.
14651 * testsuite/ver_test_1.sh: New file.
14652 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
14653 (check_DATA): Add ver_test_1.syms.
14654 (ver_test_1.syms): New target.
14655 * testsuite/Makefile.in: Rebuild.
14656
401a9a73
CC
146572009-02-25 Cary Coutant <ccoutant@google.com>
14658
14659 * layout.cc (Layout::choose_output_section): Don't rename sections
14660 when using a linker script that has a SECTIONS clause.
14661 * Makefile.in: Regenerate.
14662
14663 * testsuite/Makefile.am (script_test_5.sh): New test case.
14664 * testsuite/Makefile.in: Regenerate.
14665 * testsuite/script_test_5.cc: New file.
14666 * testsuite/script_test_5.sh: New file.
14667 * testsuite/script_test_5.t: New file.
14668
f488e4b0
CC
146692009-02-13 Rafael Avila de Espindola <espindola@google.com>
14670
14671 * archive.cc (Archive::include_member): Update calls to add_symbols.
14672 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
14673 the Layout argument.
14674 * dynobj.h (do_add_symbols): Add the Layout argument.
14675 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
14676 Layout argument.
14677 * object.h (Object::add_symbols): Add the Layout argument.
14678 (Object::do_add_symbols): Add the Layout argument.
14679 (Sized_relobj::do_add_symbols): Add the Layout argument.
14680 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
14681 Unify the two versions.
14682 (Add_plugin_symbols): Remove.
14683 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
14684 (Sized_pluginobj::do_add_symbols): Unify the two versions.
14685 (Add_plugin_symbols): Remove.
14686 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
14687 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
14688 (Add_symbols::run): Make it work with Pulginobj.
14689
89dd1680
ILT
146902009-02-06 Ian Lance Taylor <iant@google.com>
14691
14692 * object.cc (Sized_relobj::do_layout): Make info message start
14693 with lower case letter.
14694
266d0a74
ILT
146952009-02-06 Mikolaj Zalewski <mikolajz@google.com>
14696
602b464e
ILT
14697 * binary.cc: Fix file comment.
14698
266d0a74
ILT
14699 * options.h (enum Incremental_disposition): Define.
14700 (class General_options): Add new options: --incremental,
14701 --incremental_changed, --incremental_unchanged,
14702 --incremental_unknown. Add incremental_disposition_ and
14703 implicit_incremental_ fields.
14704 (General_options::incremental_disposition): New function.
14705 (class Position_dependent_options): Add incremental_disposition
14706 option.
14707 (Position_dependent_options::copy_from_options): Set incremental
14708 dispositions.
14709 * options.cc (General_options::parse_incremental_changed): New
14710 function.
2e702c99
RM
14711 (General_options::parse_incremental_unchanged): New function.
14712 (General_options::parse_incremental_unknown): New function.
14713 (General_options::General_options): Initialize new fields
266d0a74 14714 incremental_disposition_ and implicit_incremental_.
2e702c99 14715 (General_options::finalize): Check for uasge of --incremental-*
266d0a74
ILT
14716 without --incremental.
14717
f073bbf7
CD
147182009-02-06 Chris Demetriou <cgd@google.com>
14719
14720 * gold.h (gold_undefined_symbol): Change to take only a Symbol
14721 pointer and to report location as the file name associated with
14722 the symbol.
14723 (gold_undefined_symbol_at_location): New function to replace the
14724 old gold_undefined_symbol functionality.
14725 * target-reloc.h (relocate_section): Update to use
14726 gold_undefined_symbol_at_location.
14727 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
14728 Call gold_undefined_symbol function rather than gold_error.
14729 * errors.h (Errors::undefined_symbol): Take location as a
14730 string, rather than calculating it from a relocation.
14731 * errors.cc (Errors::fatal): Print "fatal error:" before the
14732 formatted message.
14733 (Errors::error, Errors::error_at_location): Print "error: "
14734 before the formatted message.
14735 (Errors::undefined_symbol): Take location as a string, rather
14736 than calculating it from a relocation.
14737 (gold_undefined_symbol_at_location): New function akin to
14738 old gold_undefined_symbol, calculates location from relocation.
14739 (gold_undefined_symbol): Change to take only a Symbol pointer
14740 and to report location as the file name associated with the symbol.
14741 * testsuite/debug_msg.sh: Update for changed error messages.
14742 * testsuite/undef_symbol.sh: Likewise.
14743
8e94a90c
ILT
147442009-02-04 Duncan Sands <baldrick@free.fr>
14745
14746 PR 9812
14747 * reduced_debug_output.h
14748 (Output_reduced_debug_abbrev_section::failed): Use format for
14749 gold_warning.
14750 (Output_reduced_debug_info_section::faild): Likewise.
14751
88a0e15b
ILT
147522009-01-31 Mikolaj Zalewski <mikolajz@google.com>
14753
14754 * script.cc (Lazy_demangler): New class.
2e702c99 14755 (Version_script_info::get_symbol_version_helper): Demangle a
88a0e15b
ILT
14756 symbol only once.
14757
5efc7cd2
CC
147582009-01-29 Cary Coutant <ccoutant@google.com>
14759
14760 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
14761 to __tls_get_addr.
14762 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
14763
e0ebcf42
ILT
147642009-01-28 Ian Lance Taylor <iant@google.com>
14765
5efc7cd2 14766 * version.cc (version_string): Bump to 1.9.
75fe7426 14767
e0ebcf42
ILT
14768 * gold.h: Include <cstring> and <stdint.h>.
14769 * version.cc: Include <cstdio>.
14770 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
14771 warning.
14772 * reduced_debug_output.cc (insert_into_vector): Rename from
14773 Insert_into_vector; change all callers. Use Swap_unaligned to
14774 avoid aliasing issue; remove union since it is unnecessary.
14775
8e2813be 147762009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
14777
14778 * Makefile.am (CCFILES): Add gc.cc.
14779 (HFILES): Add gc.h.
14780 * Makefile.in: Regenerate.
14781 * gold.cc (Gc_runner): New class.
14782 (queue_initial_tasks): Call garbage collection related tasks
14783 when corresponding options are invoked.
14784 (queue_middle_gc_tasks): New function.
14785 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
14786 processed early before laying out sections during garbage collection.
14787 * gold.h (queue_middle_gc_tasks): New function.
14788 (is_prefix_of): Move from "layout.cc".
14789 * i386.cc (Target_i386::gc_process_relocs): New function.
14790 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
14791 * main.cc (main): Create object of class "Garbage_collection".
14792 * object.cc (Relobj::copy_symbols_data): New function.
14793 (Relobj::is_section_name_included): New function.
e1df38aa
NC
14794 (Sized_relobj::do_layout): Allow this function to be called twice
14795 during garbage collection and defer layout of section during the
6d03d481
ST
14796 first call.
14797 * object.h (Relobj::get_symbols_data): New function.
14798 (Relobj::is_section_name_included): New function.
14799 (Relobj::copy_symbols_data): New function.
14800 (Relobj::set_symbols_data): New function.
14801 (Relobj::get_relocs_data): New function.
14802 (Relobj::set_relocs_data): New function.
14803 (Relobj::is_output_section_offset_invalid): New pure virtual function.
14804 (Relobj::gc_process_relocs): New function.
14805 (Relobj::do_gc_process_relocs): New pure virtual function.
14806 (Relobj::sd_): New data member.
14807 (Sized_relobj::is_output_section_offset_invalid): New function.
14808 (Sized_relobj::do_gc_process_relocs): New function.
14809 * options.h (General_options::gc_sections): Modify to not be a no-op.
14810 (General_options::print_gc_sections): New option.
14811 * plugin.cc (Plugin_finish::run): Remove function call to
14812 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
14813 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
14814 * reloc.cc (Read_relocs::run): Add task to process relocs and
14815 determine unreferenced sections when doing garbage collection.
14816 (Gc_process_relocs): New class.
14817 (Sized_relobj::do_gc_process_relocs): New function.
14818 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
14819 sections that are garbage collected.
14820 * reloc.h (Gc_process_relocs): New class.
14821 * sparc.cc (Target_sparc::gc_process_relocs): New function.
14822 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
14823 symbols whose corresponding sections are garbage collected.
14824 (Symbol_table::Symbol_table): Add new parameter for the garbage
14825 collection object.
14826 (Symbol_table::gc_mark_undef_symbols): New function.
14827 (Symbol_table::gc_mark_symbol_for_shlib): New function.
14828 (Symbol_table::gc_mark_dyn_syms): New function.
14829 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
14830 as garbage.
14831 (Symbol_table::add_from_object): Likewise.
14832 (Symbol_table::add_from_relobj): When building shared objects, do not
14833 treat externally visible symbols as garbage.
14834 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
14835 table information for static and relocatable links.
14836 * symtab.h (Symbol_table::set_gc): New function.
14837 (Symbol_table::gc): New function.
14838 (Symbol_table::gc_mark_undef_symbols): New function.
14839 (Symbol_table::gc_mark_symbol_for_shlib): New function.
14840 (Symbol_table::gc_mark_dyn_syms): New function.
14841 (Symbol_table::gc_): New data member.
e1df38aa 14842 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
14843 function.
14844 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
14845 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
14846
3b293544
CF
148472009-01-20 Chris Faylor <me.sourceware@sourceware.org>
14848
14849 * options.h (General_options::gc_sections): Define as a no-op for now.
14850 (General_options::no_keep_memory): Ditto.
14851 (General_options::Bshareable): Define.
14852 * options.cc (General_options::finalize): Honor -Bshareable.
14853
83d22aa8
AS
148542009-01-20 Andreas Schwab <schwab@suse.de>
14855
14856 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
14857 read the value in the contents, since we don't use it. Use the
14858 template endianness when writing.
14859 (Relocate::relocate): Use it for R_PPC_REL16_HA.
14860
cd536b21
AS
148612009-01-19 Andreas Schwab <schwab@suse.de>
14862
14863 * configure.tgt (powerpc64-*): Fix targ_obj.
14864
99e9a495
ILT
148652009-01-15 Ian Lance Taylor <iant@google.com>
14866
14867 * object.cc (Sized_relobj::write_local_symbols): Don't write out
14868 local symbols when stripping all symbols.
14869
bbbfea06
CC
148702009-01-14 Cary Coutant <ccoutant@google.com>
14871
99e9a495 14872 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 14873
0f7c0701
CC
148742009-01-14 Cary Coutant <ccoutant@google.com>
14875
14876 * archive.cc (Archive::get_elf_object_for_member): Remove call
14877 to File_read::claim_for_plugin.
14878 * descriptors.cc (Descriptors::open): Remove reference to
14879 is_claimed.
14880 (Descriptors::claim_for_plugin): Remove.
14881 * descriptors.h (Descriptors::claim_for_plugin): Remove.
14882 (Descriptors::is_claimed): Remove.
14883 (claim_descriptor_for_plugin): Remove.
14884 * fileread.cc (File_read::claim_for_plugin): Remove.
14885 * fileread.h (File_read::claim_for_plugin): Remove.
14886 (File_read::descriptor): Reopen descriptor if necessary.
14887 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
14888 (Plugin_manager::all_symbols_read): Add task parameter. Change
14889 all callers.
14890 (Plugin_manager::get_input_file): New function.
14891 (Plugin_manager::release_input_file): New function.
14892 (Pluginobj::Pluginobj): Add filesize parameter and initialize
14893 corresponding data member.
14894 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
14895 and pass to base constructor. Change all callers.
14896 (get_input_file, release_input_file): New functions.
14897 (make_sized_plugin_object): Add filesize parameter. Change all callers.
14898 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
14899 (Plugin_manager::all_symbols_read): Add task parameter.
14900 (Plugin_manager::get_input_file): New function.
14901 (Plugin_manager::release_input_file): New function.
14902 (Plugin_manager::task_): New data member.
14903 (Pluginobj::Pluginobj): Add filesize parameter.
14904 (Pluginobj::filename): New function.
14905 (Pluginobj::descriptor): New function.
14906 (Pluginobj::filesize): New function.
14907 (Pluginobj::filesize_): New data member.
14908 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
14909 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
14910 File_read::claim_for_plugin; use Object::unlock to unlock the file.
14911
14912 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
14913 with archive libraries.
14914 * testsuite/Makefile.in: Regenerate.
14915 * testsuite/plugin_test.c (struct sym_info): New type.
14916 (get_input_file, release_input_file): New static variables.
14917 (onload): Capture new transfer vector entries.
14918 (claim_file_hook): Stop reading at end of file according to filesize.
14919 Factor out parsing of readelf output into separate function.
14920 (all_symbols_read_hook): Exercise get_input_file and release_input_file
14921 APIs and get the source file name from the symbol table. Convert
14922 source file name to corresponding object file name. Print info
14923 message when adding new input files.
14924 (parse_readelf_line): New function.
14925 * testsuite/plugin_test_1.sh: Add checks for new info messages.
14926 * testsuite/plugin_test_2.sh: Likewise.
14927 * testsuite/plugin_test_3.sh: Likewise.
14928 * testsuite/plugin_test_4.sh: New test case.
14929
62a6d109
ILT
149302009-01-07 Ian Lance Taylor <iant@google.com>
14931
14932 * version.cc (version_string): Bump to 1.8.
14933
483620e8
CC
149342008-12-23 Cary Coutant <ccoutant@google.com>
14935
14936 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
14937 * plugin.cc (Plugin_manager::finish): Rename as
14938 layout_deferred_objects. Move cleanup to separate function.
14939 (Plugin_manager::cleanup): New function.
14940 (Plugin_finish::run): Call layout_deferred_objects and cleanup
14941 separately.
14942 * plugin.h (Plugin_manager::finish): Rename as
14943 layout_deferred_objects.
14944 (Plugin_manager::cleanup): New function.
14945 (Plugin_manager::cleanup_done): New field.
14946
d66a9eb3
CC
149472008-12-23 Cary Coutant <ccoutant@google.com>
14948
14949 * plugin.cc (is_visible_from_outside): New function.
14950 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
14951 so we don't return "IR only" status for exported symbols or -r links.
14952
14953 * testsuite/Makefile.am (plugin_test_3): New test case.
14954 * testsuite/Makefile.in: Regenerate.
14955 * testsuite/plugin_test_3.sh: New file.
14956
5995b570
CC
149572008-12-22 Cary Coutant <ccoutant@google.com>
14958
14959 * object.cc (Sized_relobj::layout_section): New function.
14960 (Sized_relobj::do_layout): Defer layout of input sections until after
14961 plugin has provided replacement files.
14962 (Sized_relobj::do_layout_deferred_sections): New function.
14963 * object.h (Relobj::set_section_offset): Remove virtual keyword.
14964 (Relobj::layout_deferred_sections): New function.
14965 (Relobj::do_layout_deferred_sections): New function.
14966 (Sized_relobj::do_layout_deferred_sections): New function.
14967 (Sized_relobj::layout_section): New function.
14968 (Sized_relobj::Deferred_layout): New structure.
14969 (Sized_relobj::deferred_layout_): New field.
14970 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
14971 Change all callers. Layout deferred sections.
14972 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
14973 references.
14974 (Plugin_hook::run): Move code from do_plugin_hook inline.
14975 (Plugin_hook::do_plugin_hook): Remove.
14976 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
14977 (Plugin_manager::finish): Renamed, was cleanup.
14978 (Plugin_manager::should_defer_layout): New function.
14979 (Plugin_manager::add_deferred_layout_object): New function.
14980 (Plugin_manager::Deferred_layout_list): New type.
14981 (Plugin_manager::deferred_layout_objects_): New field.
14982 (Plugin_hook::do_plugin_hook): Remove.
14983
ee769c88
ILT
149842008-12-17 Ian Lance Taylor <iant@google.com>
14985
14986 * options.h (class General_options): Add --no case for
14987 --export-dynamic.
14988
abc8dcba
CC
149892008-12-16 Cary Coutant <ccoutant@google.com>
14990
14991 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
14992 vector.
14993 (Plugin_manager::claim_file): Create plugin object even if
14994 plugin did not call the add_symbols callback.
14995 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
14996 asking for more symbols than were added.
14997 * testsuite/Makefile.am (plugin_test_1): Add test case with
14998 no global symbols.
14999 (empty.syms): New target.
15000 * testsuite/Makefile.in: Regenerate.
15001 * testsuite/plugin_test.c (claim_file_hook): Add new debug
15002 message. Don't call add_symbols if no globals.
15003 (all_symbols_read_hook): Don't provide replacement for empty
15004 claimed file.
15005
b0074644
ILT
150062008-12-12 Ian Lance Taylor <iant@google.com>
15007
68943102
ILT
15008 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
15009 r_type == 0 for a local symbol with r_sym == 0.
15010 (scan_relocatable_relocs): Pass r_sym to
15011 local_non_section_strategy.
15012 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
15013 r_sym parameter.
15014
b0074644
ILT
15015 * configure.ac: Update test for TLS descriptors: they are
15016 supported as of glibc 2.9.
15017 * configure: Rebuild.
15018
c2508178
ILT
150192008-12-11 Ian Lance Taylor <iant@google.com>
15020
15021 PR 7091
15022 * target-reloc.h (Default_scan_relocatable_relocs): For each
15023 function, map r_type == 0 to RELOC_DISCARD.
15024
2756a258
CC
150252008-12-10 Cary Coutant <ccoutant@google.com>
15026
15027 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
15028 object to override a kept COMDAT group from a plugin object.
15029
bb6f53d3
ILT
150302008-12-09 Ian Lance Taylor <iant@google.com>
15031
fbc558e1
ILT
15032 PR 7088
15033 * yyscript.y (file_cmd): Handle INPUT.
15034
bb6f53d3
ILT
15035 * testsuite/initpri1.c: Change all declarations to be full
15036 prototypes by adding void, to avoid compiler warnings.
15037
4674ecfc
CC
150382008-12-05 Rafael Avila de Espindola <espindola@google.com>
15039
15040 * options.cc (General_options::parse_plugin_opt): New.
15041 (General_options::add_plugin): The argument now is just the filename.
15042 (General_options::add_plugin_option): New.
15043 * options.h (plugin_opt): New.
15044 (add_plugin): Change argument name.
15045 (add_plugin_option): New.
15046 * plugin.cc (Plugin::load): Don't parse the plugin option.
15047 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
15048 (Plugin::add_option): New.
15049 (Plugin::args_): Change type.
15050 (Plugin::filename_): New.
15051 (Plugin_manager::add_plugin_option): New.
15052 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
15053 * testsuite/Makefile.in: Regenerate.
15054
fd06b4aa
CC
150552008-12-05 Cary Coutant <ccoutant@google.com>
15056
15057 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
15058 Handle --strip-lto-sections option.
15059 * options.h (strip_lto_sections): New option.
15060
6c52134c
CC
150612008-12-01 Cary Coutant <ccoutant@google.com>
15062
15063 * plugin.cc (ld_plugin_message): Change format parameter to const.
15064 Fix mismatch between new[] and delete.
15065
a45248e0
CC
150662008-11-14 Cary Coutant <ccoutant@google.com>
15067
15068 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
15069 instead of -1U.
15070
c82fbeee
CS
150712008-11-05 Craig Silverstein <csilvers@google.com>
15072
15073 * options.cc (General_options::parse_dynamic_list): New function.
15074 * options.h (General_options): New flags dynamic_list,
15075 dynamic_list_data, dynamic_list_cpp_new, and
15076 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
15077 (General_options::in_dynamic_list): New function.
15078 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
15079 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
15080 (Lex::can_continue_name): Likewise.
15081 (yylex): Likewise.
15082 (read_script_file): New parameter script_options.
15083 (read_dynamic_list): New function.
15084 (Script_options::define_dynamic_list): New function.
15085 (dynamic_list_keyword_parsecodes): New variable.
15086 (dynamic_list_keywords): New variable.
15087 * script.h (Script_options::define_dynamic_list): New function
15088 prototype.
15089 (read_dynamic_list): New function prototype.
15090 * symtab.cc (strprefix): New macro.
15091 (Symbol::should_add_dynsym_entry): Support dynamic_list,
15092 dynamic_list_data, dynamic_list_cpp_new, and
15093 dynamic_list_cpp_typeinfo.
15094 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
15095 (dynamic_list_expr): New rule.
15096 (dynamic_list_nodes): Likewise.
15097 (dynamic_list_node): Likewise.
15098 * testsuite/Makefile.am (dynamic_list): New test.
15099 * testsuite/Makefile.in: Regenerated.
15100 * testsuite/dynamic_list.t: New file.
15101 * testsuite/dynamic_list.sh: New file.
15102
e0bb29a5
CS
151032008-11-05 Craig Silverstein <csilvers@google.com>
15104
15105 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
15106 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
15107 (t11_last): Likewise.
15108 * testsuite/ver_test_6.c (main): Likewise.
15109
4e1e25e0
CC
151102008-10-07 Cary Coutant <ccoutant@google.com>
15111
15112 * options.c (General_options::finalize): Add check for -static and
15113 -shared.
15114 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
15115 is not empty.
15116
92f03fcb
CC
151172008-10-02 Cary Coutant <ccoutant@google.com>
15118
15119 * plugin.cc (make_sized_plugin_object): Fix conditional
15120 compilation to work when not all targets are enabled.
15121
fbd8a257
CC
151222008-09-29 Cary Coutant <ccoutant@google.com>
15123
15124 * archive.cc (Archive::get_file_and_offset): Use filename instead
15125 of name to get library path.
15126 (Archive::include_member): Unlock external member of a thin archive.
15127
15128 * testsuite/Makefile.am (TEST_AR): New variable.
15129 (thin_archive_test_1): New test.
15130 (thin_archive_test_2): New test.
81636b3f
CC
15131 * testsuite/Makefile.in: Regenerate.
15132 * testsuite/thin_archive_main.cc: New file.
15133 * testsuite/thin_archive_test_1.cc: New file.
15134 * testsuite/thin_archive_test_2.cc: New file.
15135 * testsuite/thin_archive_test_3.cc: New file.
15136 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 15137
eff45813
CC
151382008-09-29 Cary Coutant <ccoutant@google.com>
15139
15140 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
15141 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
15142 instead of -1U.
15143 (Sized_relobj::do_finalize_local_symbols): Likewise.
15144 (Sized_relobj::map_to_kept_section): Likewise.
15145 * object.h (Sized_relobj::invalid_address): New constant.
15146 (Sized_relobj::do_output_section_offset): Check for invalid_address
15147 and return -1ULL.
15148 * output.cc (Output_reloc::local_section_offset): Use constant
15149 invalid_address instead of -1U.
15150 (Output_reloc::get_address): Likewise.
15151 (Output_section::output_address): Change -1U to -1ULL.
15152 * output.h (Output_reloc::invalid_address): New constant.
15153 * reloc.cc (Sized_relobj::write_sections): Use constant
15154 invalid_address instead of -1U.
15155 (Sized_relobj::relocate_sections): Likewise.
15156 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
15157 values for merge sections.
15158 * target-reloc.h (relocate_for_relocatable): Use constant
15159 invalid_address instead of -1U.
15160
89fc3421
CC
151612008-09-19 Cary Coutant <ccoutant@google.com>
15162
15163 Add plugin functionality for link-time optimization (LTO).
15164 * configure.ac (plugins): Add --enable-plugins option.
15165 * configure: Regenerate.
15166 * config.in: Regenerate.
15167 * Makefile.am (LIBDL): New variable.
15168 (CCFILES): Add plugin.cc.
15169 (HFILES): Add plugin.h.
15170 (ldadd_var): Add LIBDL.
15171 * Makefile.in: Regenerate.
15172
15173 * archive.cc: Include "plugin.h".
15174 (Archive::setup): Don't preread archive symbols when using a plugin.
15175 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
15176 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
15177 files.
15178 (Archive::include_member): Add symbols from plugin objects.
15179 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
15180 * descriptors.cc (Descriptors::open): Check for file descriptors
15181 abandoned by plugins.
15182 (Descriptors::claim_for_plugin): New function.
15183 * descriptors.h (Descriptors::claim_for_plugin): New function.
15184 (Open_descriptor::is_claimed): New field.
15185 (claim_descriptor_for_plugin): New function.
15186 * fileread.cc (File_read::claim_for_plugin): New function.
15187 * fileread.h (File_read::claim_for_plugin): New function.
15188 (File_read::descriptor): New function.
15189 * gold.cc: Include "plugin.h".
15190 (queue_initial_tasks): Add task to call plugin hooks for generating
15191 new object files.
15192 * main.cc: Include "plugin.h".
15193 (main): Load plugin libraries.
15194 * object.h (Pluginobj): Declare.
15195 (Object::pluginobj): New function.
15196 (Object::do_pluginobj): New function.
15197 (Object::set_target): New function.
15198 * options.cc: Include "plugin.h".
15199 (General_options::parse_plugin): New function.
15200 (General_options::General_options): Initialize plugins_ field.
15201 (General_options::add_plugin): New function.
15202 * options.h (Plugin_manager): Declare.
15203 (General_options): Add --plugin option.
15204 (General_options::has_plugins): New function.
15205 (General_options::plugins): New function.
15206 (General_options::add_plugin): New function.
15207 (General_options::plugins_): New field.
15208 * plugin.cc: New file.
15209 * plugin.h: New file.
15210 * readsyms.cc: Include "plugin.h".
15211 (Read_symbols::do_read_symbols): Check for archive before checking
15212 for ELF file. Call plugin hooks to claim files.
15213 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
15214 from a real object file; force override when processing replacement
15215 files.
15216 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
15217 (Symbol::init_base_object): Likewise.
15218 (Symbol::init_base_output_data): Likewise.
15219 (Symbol::init_base_output_segment): Likewise.
15220 (Symbol::init_base_constant): Likewise.
15221 (Symbol::init_base_undefined): Likewise.
15222 (Symbol::output_section): Assert that object is not a plugin.
15223 (Symbol_table::add_from_pluginobj): New function.
15224 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
15225 undefined.
15226 (Symbol_table::sized_write_globals): Likewise.
15227 (Symbol_table::add_from_pluginobj): Instantiate template.
15228 * symtab.h (Sized_pluginobj): Declare.
15229 (Symbol::in_real_elf): New function.
15230 (Symbol::set_in_real_elf): New function.
15231 (Symbol::in_real_elf_): New field.
15232 (Symbol_table::add_from_pluginobj): New function.
15233
15234 * testsuite/Makefile.am (AM_CFLAGS): New variable.
15235 (LIBDL): New variable.
15236 (LDADD): Add LIBDL.
15237 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
15238 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
15239 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
15240 (MOSTLYCLEANFILES): Likewise.
15241 * testsuite/Makefile.in: Regenerate.
15242 * testsuite/plugin_test.c: New file.
15243 * testsuite/plugin_test_1.sh: New file.
15244 * testsuite/plugin_test_2.sh: New file.
15245
de31bda5
ILT
152462008-09-16 Ian Lance Taylor <iant@google.com>
15247
9c2d0ef9
ILT
15248 * target-reloc.h (relocate_section): Check whether a symbol is
15249 defined by the ABI before reporting an undefined symbol error.
15250 * target.h (Target::is_defined_by_abi): Make parameter const.
15251 (Target::do_is_defined_by_abi): Likewise.
15252 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
15253 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
15254 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
15255 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
15256 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
15257 * testsuite/Makefile.in: Rebuild.
15258
de31bda5
ILT
15259 * fileread.cc (make_view): Add casts to avoid warning.
15260
9fa33bee
AO
152612008-09-16 Alexandre Oliva <aoliva@redhat.com>
15262
15263 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
15264 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
15265
183fd0e3
AO
152662008-09-16 Alexandre Oliva <aoliva@redhat.com>
15267
15268 * options.h (General_options::output_is_executable): New.
15269 (General_options::output_is_pie): New.
15270 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
15271 for shared libraries.
15272 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
15273
7be8330a
CD
152742008-09-11 Chris Demetriou <cgd@google.com>
15275
15276 * options.h (origin): New -z option.
15277 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
15278 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
15279 in DT_FLAGS_1.
15280
a9caad02
CC
152812008-09-05 Cary Coutant <ccoutant@google.com>
15282
15283 * fileread.cc (File_read::make_view): Add check for attempt to map
15284 beyond end of file.
15285
ae6dce4d
CC
152862008-09-05 Cary Coutant <ccoutant@google.com>
15287
15288 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
15289 explicit instantiations.
15290
d7ab2a47
KVH
152912008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
15292
15293 PR gold/6858
15294 * options.cc (General_options::finalize): Allow undefined symbols
15295 in shlibs if linking -shared.
15296
15297 PR gold/6859
15298 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
15299 symbols as not needing a dynsym entry.
15300
1e52a9c1
CS
153012008-08-20 Craig Silverstein <csilvers@google.com>
15302
15303 * fileread.cc (File_read::open): Do not lock the file unless it
15304 was successfully opened.
15305
d85c80a3
CC
153062008-08-14 Cary Coutant <ccoutant@google.com>
15307
15308 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
15309 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
15310 * testsuite/tls_test.cc (struct int128): 128-bit struct
15311 for testing TLS relocs with non-zero addend.
15312 (v12): New TLS variable.
15313 (t12): New test.
15314 (t_last): Add check for v12.
15315 * testsuite/tls_test.h (t12): New function.
15316 * testsuite/tls_test_main.cc (thread_routine): Call new test.
15317
2d924fd9
ILT
153182008-08-13 Ian Lance Taylor <iant@google.com>
15319
15320 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
15321 set tls_segment_ or relro_segment_.
15322 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
15323 when appropriate.
15324 * output.h (Output_section::clear_is_relro): New function.
15325 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
15326 sections specially even when output_data_ is empty.
15327 (Output_segment::maximum_alignment): When first section is relro,
15328 only force alignment for PT_LOAD segments.
15329 * script.cc (script_data_segment_align): New function.
15330 (script_data_segment_relro_end): New function.
15331 * script-c.h (script_data_segment_align): Declare.
15332 (script_data_segment_relro_end): Declare.
15333 * script-sections.h (class Script_sections): Declare
15334 data_segment_align and data_segment_relro_end. Add fields
15335 segment_align_index_ and saw_relro_end_.
15336 * script-sections.cc (class Sections_element): Add set_is_relro
15337 virtual function. Add new bool* parameter to place_orphan_here.
15338 Add get_output_section virtual function.
15339 (class Output_section_definition): Add set_is_relro. Add new
15340 bool* parameter to place_orphan_here. Add get_output_section.
15341 Add is_relro_ field.
15342 (Output_section_definition::Output_section_definition): Initialize
15343 evaluated_address_, evaluated_load_address, evaluated_addralign_,
15344 and is_relro_ fields.
15345 (Output_section_definition::place_orphan_here): Add is_relro
15346 parameter.
15347 (Output_section_definition::set_section_addresses): Set relro for
15348 output section.
15349 (Output_section_definition::alternate_constraint): Likewise.
15350 (class Orphan_output_section): Add new bool* parameter to
15351 place_orphan_here. Add get_output_section.
15352 (Orphan_output_section::place_orphan_here): Add is_relro
15353 parameter.
15354 (Script_sections::Script_sections): Initialize
15355 data_segment_align_index_ and saw_relro_end_.
15356 (Script_sections::data_segment_align): New function.
15357 (Script_sections::data_segment_relro_end): New function.
15358 (Script_sections::place_orphan): Set or clear is_relro.
15359 (Script_sections::set_section_addresses): Force alignment of first
15360 TLS section.
15361 * yyscript.y (exp): Call script_data_segment_align and
15362 script_data_segment_relro_end.
15363 * testsuite/relro_script_test.t: New file.
15364 * testsuite/relro_test.cc (using_script): Declare.
15365 (t1, t2): Test using_script.
15366 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
15367 (relro_script_test_SOURCES): Define.
15368 (relro_script_test_DEPENDENCIES): Define.
15369 (relro_script_test_LDFLAGS): Define.
15370 (relro_script_test_LDADD): Define.
15371 (relro_script_test.so): New target.
15372 * testsuite/Makefile.in: Rebuild.
15373
f827c9a9
CC
153742008-08-06 Cary Coutant <ccoutant@google.com>
15375
15376 * archive.cc (Archive::total_archives, Archive::total_members)
15377 (Archive::total_members_loaded): New variables.
15378 (Archive::setup): Add parameter. Add option to preread
15379 archive symbols.
15380 (Archive::read_armap): Add counter.
15381 (Archive::get_file_and_offset): New function.
15382 (Archive::get_elf_object_for_member): New function.
15383 (Archive::read_all_symbols): New function.
15384 (Archive::read_symbols): New function.
15385 (Archive::add_symbols): Add counters.
15386 (Archive::include_all_members): Use armap to find members if it's
15387 already built.
15388 (Archive::include_member): Skip reading symbols if already read.
15389 Factored code into Archive::get_file_and_offset and
15390 Archive::get_elf_object_for_member. Changed call to
15391 Mapfile::report_include_archive_member.
15392 (Archive::print_stats): New function.
15393 * archive.h: Declare Object and Read_symbols_data classes.
15394 (Archive::Archive): Add initializers for new members.
15395 (Archive::setup): Add parameter.
15396 (Archive::print_stats): New function.
15397 (Archive::total_archives, Archive::total_members)
15398 (Archive::total_members_loaded): New variables.
15399 (Archive::get_file_and_offset): New function.
15400 (Archive::get_elf_object_for_member): New function.
15401 (Archive::read_all_symbols): New function.
15402 (Archive::read_symbols): New function.
15403 (Archive::Archive_member): New class.
15404 (Archive::members_): New member.
15405 (Archive::num_members_): New member.
15406 * main.cc: Include archive.h.
15407 (main): Call Archive::print_stats.
15408 * mapfile.cc (Mapfile::report_include_archive_member): Delete
15409 archive parameter; member_name is now the fully-decorated name.
15410 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
15411 * options.h: (General_options): Add --preread-archive-symbols option.
15412 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
15413 Archive::setup.
15414
de4c45bd
ILT
154152008-08-04 Ian Lance Taylor <iant@google.com>
15416
15417 * symtab.h (Symbol::use_plt_offset): New function.
15418 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
15419 * powerpc.cc (Relocate::relocate): Likewise.
15420 * sparc.cc (Relocate::relocate): Likewise.
15421 * x86_64.cc (Relocate::relocate): Likewise.
15422 * testsuite/weak_plt.sh: New test.
15423 * testsuite/weak_plt_main.cc: New test.
15424 * testsuite/weak_plt_shared.cc: New test.
15425 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
15426 (check_PROGRAMS): Add weak_plt.
15427 (check_DATA): Add weak_plt_shared.so.
15428 (weak_plt_main_pic.o, weak_plt): New targets.
15429 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
15430 * testsuite/Makefile.in: Rebuild.
15431
15432 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
15433 gcctestdir/ld.
15434 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
15435 * testsuite/Makefile.in: Rebuild.
15436
323ee3f4
AM
154372008-08-04 Alan Modra <amodra@bigpond.net.au>
15438
15439 * Makefile.am (POTFILES.in): Set LC_ALL=C.
15440 * Makefile.in: Regenerate.
15441 * po/POTFILES.in: Regenerate.
15442
7c07ecec
ILT
154432008-07-29 Ian Lance Taylor <iant@google.com>
15444
15445 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
15446 symbols before other symbols.
15447 * testsuite/script_test_2.cc (test_addr): Declare.
15448 (test_addr_alias): Declare.
15449 (main): Check that test_addr and test_addr_alias have the right
cd536b21 15450 values.
7c07ecec
ILT
15451 * testsuite/script_test_2.t: Define test_addr_alias and
15452 test_addr.
15453
5778530e
ILT
154542008-07-24 Ian Lance Taylor <iant@google.com>
15455
2a00e4fb
ILT
15456 PR 5990
15457 * descriptors.cc: New file.
15458 * descriptors.h: New file.
15459 * gold-threads.h (class Hold_optional_lock): New class.
15460 * fileread.cc: Include "descriptors.h".
15461 (File_read::~File_read): Release descriptor rather than closing
15462 it.
15463 (File_read::open) [file]: Call open_descriptor rather than open.
15464 Set is_descriptor_opened_.
15465 (File_read::open) [memory]: Assert that descriptor is not open.
15466 (File_read::reopen_descriptor): New function.
15467 (File_read::release): Release descriptor.
15468 (File_read::do_read): Make non-const. Reopen descriptor.
15469 (File_read::read): Make non-const.
15470 (File_read::make_view): Reopen descriptor.
15471 (File_read::do_readv): Likewise.
15472 * fileread.h (class File_read): Add is_descriptor_opened_ field.
15473 Update declarations.
15474 * layout.cc: Include "descriptors.h".
15475 (Layout::create_build_id): Use open_descriptor rather than open.
15476 * output.cc: Include "descriptors.h".
15477 (Output_file::open): Use open_descriptor rather than open.
15478 * archive.cc (Archive::const_iterator): Change Archive to be
15479 non-const.
15480 (Archive::begin, Archive::end): Make non-const.
15481 (Archive::count_members): Likewise.
15482 * archive.h (class Archive): Update declarations.
15483 * object.h (Object::read): Make non-const.
15484 * Makefile.am (CCFILES): Add descriptors.cc.
15485 (HFILES): Add descriptors.h.
15486 * Makefile.in: Rebuild.
15487
801647d1
ILT
15488 PR 6716
15489 * gold.h: Always include <clocale>. Add Solaris workarounds
15490 following code in binutils/sysdep.h.
15491
5edd166e
ILT
15492 PR 6048
15493 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
15494 this->eh_frame_hdr_ is NULL before using it.
15495
c89ad728
ILT
15496 * dynobj.cc (Versions::Versions): Update comment.
15497
aa86f06b
ILT
15498 * dynobj.cc (Versions::Versions): If there is an soname, use it as
15499 the base version name.
15500
5778530e
ILT
15501 * stringpool.cc (Stringpool_template::add_with_length): Set key to
15502 array size plus one.
15503 (Stringpool_template::set_string_offsets): Subtract one from key
15504 before using it as an array index.
15505 (Stringpool_template::get_offset_with_length): Likewise.
15506 (Stringpool_template::write_to_buffer): Likewise.
15507 * stringpool.h (Stringpool_template::get_offset_from_key):
15508 Likewise.
15509
057ead22
ILT
155102008-07-23 Ian Lance Taylor <iant@google.com>
15511
7f649c59
ILT
15512 PR 6658
15513 * object.h (Merged_symbol_value::value): Do our best to handle a
15514 negative addend.
15515
057ead22
ILT
15516 PR 6647
15517 * script.cc (Version_script_info::get_versions): Don't add empty
15518 version tag to return value.
15519 (Version_script_info::get_symbol_version_helper): Change return
15520 type to bool. Add pversion parameter. Change all callers.
15521 (script_register_vers_node): Don't require a non-NULL tag.
15522 * script.h (class Version_script_info): Update declarations.
15523 (Version_script_info::get_symbol_version): Change return type to
15524 bool. Add version parameter. Change all callers.
15525 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
15526 handling. Handle an empty version from a version script.
15527 (Symbol_table::define_special_symbol): Likewise.
15528 * testsuite/ver_test_10.script: New file.
15529 * testsuite/ver_test_10.sh: New file.
15530 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
15531 (check_DATA): Add ver_test_10.syms.
15532 (ver_test_10.syms, ver_test_10.so): New target.
15533 * testsuite/Makefile.in: Rebuild.
15534
58e54ac2
CD
155352008-07-23 Simon Baldwin <simonb@google.com>
15536
15537 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
15538 to zero for undefined symbols from dynamic libraries.
15539
95d14cd3
ILT
155402008-07-23 Ian Lance Taylor <iant@google.com>
15541
15542 * symtab.cc (Symbol_table::resolve): Remove version parameter.
15543 Change all callers.
15544 * symtab.h (class Symbol_table): Update declaration.
15545 * testsuite/ver_test_9.cc: New file.
15546 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
15547 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
15548 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
15549 (ver_test_9.so, ver_test_9.o): New targets.
15550 * testsuite/Makefile.in: Rebuild.
15551
92de84a6
ILT
155522008-07-22 Ian Lance Taylor <iant@google.com>
15553
34810851
ILT
15554 * options.h (class General_options): Define --check-sections.
15555 * layout.cc (Layout::set_segment_offsets): Handle
15556 --check-sections.
15557
af6156ef
ILT
15558 * options.h (class General_options): Define -n/--nmagic and
15559 -N/--omagic.
15560 * options.cc (General_options::finalize): For -n/--nmagic or
15561 -N/--omagic, set -static.
15562 * layout.cc (Layout::attach_allocated_section_to_segment): If
15563 -N/--omagic, don't put read-only and read-write sections in
15564 different segments.
15565 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
15566 finding a read-only segment.
15567 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
15568 don't set the minimum segment alignment to the common page size,
15569 and don't set the file offset to the address modulo the page size.
15570 * script-sections.cc (Script_sections::create_segments): If
15571 -n/--omagic, don't put read-only and read-write sections in
15572 different segments.
15573
92de84a6
ILT
15574 * cref.cc: New file.
15575 * cref.h: New file.
15576 * options.h (class General_options): Add --print-symbol-counts.
15577 * main.cc (main): Issue defined symbol report if requested.
15578 * archive.cc (Archive::interpret_header): Make into a const member
15579 function.
15580 (Archive::add_symbols): Call Input_objects::archive_start and
15581 archive_stop.
15582 (Archive::const_iterator): Define new class.
15583 (Archive::begin, Archive::end): New functions.
15584 (Archive::include_all_members): Rewrite to use iterator.
15585 (Archive::count_members): New function.
15586 * archive.h (class Archive): Update declarations.
15587 (Archive::filename): New function.
15588 * object.cc: Include "cref.h".
15589 (Sized_relobj::Sized_relobj): Initialize defined_count_.
15590 (Sized_relobj::do_get_global_symbol_counts): New function.
15591 (Input_objects::add_object): Add object to cross-referencer.
15592 (Input_objects::archive_start): New function.
15593 (Input_objects::archive_stop): New function.
15594 (Input_objects::print_symbol_counts): New function.
15595 * object.h: Declare Cref and Archive.
15596 (Object::get_global_symbol_counts): New function.
15597 (Object::do_get_global_symbol_counts): New pure virtual function.
15598 (class Sized_relobj): Add defined_count_ field. Update
15599 declarations.
15600 (class Input_objects): Add cref_ field. Update constructor.
15601 Update declarations.
15602 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
15603 defined_count_.
15604 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
15605 symbol counts.
15606 (Sized_dynobj::do_get_global_symbol_counts): New function.
15607 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
15608 defined_count_. Update declarations. Define Symbols typedef.
15609 * symtab.cc (Symbol_table::add_from_relobj): Add defined
15610 parameter. Change all callers.
15611 (Symbol_table::add_from_dynobj): Add sympointers and defined
15612 parameters. Change all callers.
15613 * symtab.h (class Symbol_table): Update declarations.
15614 * Makefile.am (CCFILES): Add cref.cc.
15615 (HFILES): Add cref.h.
15616 * Makefile.in: Rebuild.
15617
3f7c5e1d
CD
156182008-07-22 Simon Baldwin <simonb@google.com>
15619
15620 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
15621 to zero when writing undefined symbols.
15622
e0b64032
ILT
156232008-07-22 Ian Lance Taylor <iant@google.com>
15624
15625 * output.cc (Output_section::add_input_section): Don't try to
15626 merge empty merge sections.
15627
096b02cf
CS
156282008-07-21 Craig Silverstein <csilvers@google.com>
15629
15630 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
15631 Include symbol version in error message.
cd536b21 15632
1d1f116d
CD
156332008-07-20 Chris Demetriou <cgd@google.com>
15634
cd536b21 15635 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
15636 (RANDOM_SEED_CFLAGS): New substituted variable.
15637 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
15638 * configure: Rebuild.
15639 * Makefile.in: Likewise.
15640 * testsuite/Makefile.in: Likewise.
15641
a18f591e
ILT
156422008-07-18 Ian Lance Taylor <iant@google.com>
15643
15644 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
15645 where we see NAME/NULL and NAME/VERSION as separate symbols.
15646 * testsuite/ver_test_main.cc (main): Call t4.
15647 (t4, t4_2a): Define.
15648 * testsuite/ver_test_2.cc (t4_2): Define.
15649 * testsuite/ver_test_2.script: Put t4_2a in VER2.
15650 * testsuite/ver_test_4.cc (t4_2a): Define.
15651 * testsuite/ver_test_4.script: Put t4_2a in VER2.
15652 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
15653
c6e3f6ed
ILT
156542008-07-17 Ian Lance Taylor <iant@google.com>
15655
15656 * dynobj.cc (Versions::add_def): If we give an error about a
15657 missing version, go ahead and create the version anyhow.
15658
ef9beddf
ILT
156592008-07-10 Ian Lance Taylor <iant@google.com>
15660
15661 Handle output sections with more than 0x7fffffff bytes.
15662 * object.h (class Relobj): Change map_to_output_ to
15663 output_sections_, and just keep a section pointer. Change all
15664 uses. Move comdat group support to Sized_relobj.
15665 (Relobj::is_section_specially_mapped): Remove.
15666 (Relobj::output_section): Remove poff parameter. Change all
15667 callers.
15668 (Relobj::output_section_offset): New function.
15669 (Relobj::set_section_offset): Rewrite.
15670 (Relobj::map_to_output): Remove.
15671 (Relobj::output_sections): New function.
15672 (Relobj::do_output_section_offset): New pure virtual function.
15673 (Relobj::do_set_section_offset): Likewise.
15674 (class Sized_relobj): Add section_offsets_ field. Add comdat
15675 group support from Relobj. Update declarations.
15676 (Sized_relobj::get_output_section_offset): New function.
15677 (Sized_relobj::do_output_section_offset): New function.
15678 (Sized_relobj::do_set_section_offset): New function.
15679 * object.cc (Relobj::output_section_address): Remove.
15680 (Sized_relobj::Sized_relobj): Initialize new fields.
15681 (Sized_relobj::include_section_group): Cast find_kept_object to
15682 Sized_relobj.
15683 (Sized_relobj::include_linkonce_section): Likewise.
15684 (Sized_relobj::do_layout): Use separate arrays for output section
15685 and output offset.
15686 (Sized_relobj::do_count_local_symbols): Change map_to_output to
15687 output_sections.
15688 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
15689 output_sections and section_offsets.
15690 (Sized_relobj::write_local_symbols): Likewise.
15691 (map_to_kept_section): Compute output address directly.
15692 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
15693 output_sections and section_offsets.
15694 (Sized_relobj::write_sections): Likewise.
15695 (Sized_relobj::relocate_sections): Likewise.
15696 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
15697 * output.h (class Output_reloc): Update declarations. Change
15698 u2_.relobj to Sized_relobj*.
15699 (class Output_data_reloc): Change add functions to use
15700 Sized_relobj*.
15701 * output.cc (Output_reloc::Output_reloc): Change relobj to
15702 Sized_relobj*.
15703 (Output_reloc::local_section_offset): Change return type to
15704 Elf_Addr. Use get_output_section_offset.
15705 (Output_reloc::get_address): Likewise.
15706 (Output_section::is_input_address_mapped): Don't call
15707 is_section_specially_mapped.
15708 (Output_section::output_offset): Likewise.
15709 (Output_section::output_address): Likewise.
15710 (Output_section::starting_output_address): Likewise.
15711 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
15712 parameter to Sized_relobj*.
15713 (Copy_relocs::need_copy_reloc): Likewise.
15714 (Copy_relocs::save): Likewise.
15715 * copy-relocs.h (class Copy_relocs): Update declarations.
15716 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
15717 Sized_relobj*. Change relobj_ field to Sized_relobj*.
15718 * target-reloc.h (relocate_for_relocatable): Change
15719 offset_in_output_section type to Elf_Addr. Change code that uses
15720 it as well.
15721 * layout.cc (Layout::layout): Always set *off.
15722 * mapfile.cc (Mapfile::print_input_section): Use
15723 output_section_offset.
15724 * i386.cc (Target_i386::copy_reloc): Change object parameter to
15725 Sized_relobj*.
15726 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
15727 * sparc.cc (Target_sparc::copy_reloc): Likewise.
15728 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
15729
5cb66f97
ILT
157302008-07-03 Ian Lance Taylor <iant@google.com>
15731
15732 * layout.cc (Layout::include_section): Do not discard unrecognized
15733 SHT_STRTAB sections.
15734
afe47622
CS
157352008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
15736
15737 * script.cc (Lex::can_continue_name): Make '?' allowable in
15738 version-script names.
15739 * testsuite/version_script.map: Change glob pattern to use '?'
15740
5adf9721
ILT
157412008-06-30 Manish Singh <yosh@gimp.org>
15742
15743 PR 6585
15744 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
15745 Correct typo.
15746
e6fde208
ILT
157472008-06-30 Ian Lance Taylor <iant@google.com>
15748
15749 PR 6660
15750 PR 6682
15751 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
15752 versions]: Don't try to read the value in the contents, since we
15753 don't use it. Use the template endianness when writing.
15754
3f2e6a2d
CC
157552008-06-25 Cary Coutant <ccoutant@google.com>
15756
15757 * fileread.cc (File_read::make_view): Assert on zero-length view.
15758 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
15759 symbol table when there are no symbols to read.
15760
c43d3a48
CS
157612008-06-23 Craig Silverstein <csilvers@google.com>
15762
15763 * version.cc (version_string): Bump to 1.7
15764
5f494ea0
CS
157652008-06-18 Craig Silverstein <csilvers@google.com>
15766
15767 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
15768 constant 0xFFFF to type Valtype.
15769 (Powerpc_relocate_functions::rel16_ha): Likewise.
15770
c42e122e
ILT
157712008-06-17 Ian Lance Taylor <iant@google.com>
15772
f34787f8
ILT
15773 * output.h (Output_section::Input_section): Initialize p2align_ to
15774 zero for Output_section_data constructors.
15775 (Output_section::Input_section::addralign): If not an input
15776 section, return the alignment of the Output_section_data.
15777 * testsuite/copy_test.cc: New file.
15778 * testsuite/copy_test_1.cc: New file.
15779 * testsuite/copy_test_2.cc: New file.
15780 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
15781 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
15782 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
15783 (copy_test_1_pic.o, copy_test_1.so): New targets.
15784 (copy_test_2_pic.o, copy_test_2.so): New targets.
15785 * testsuite/Makefile.in: Rebuild.
15786
c42e122e
ILT
15787 * script-sections.cc (Script_sections::place_orphan): Initialize
15788 local variable exact.
15789
ce3ac18a
DE
157902008-06-13 David Edelsohn <edelsohn@gnu.org>
15791
15792 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
15793
42cacb20
DE
157942008-06-12 David Edelsohn <edelsohn@gnu.org>
15795 David S. Miller <davem@davemloft.net>
15796
15797 * powerpc.cc: New file.
15798 * Makefile.am (TARGETSOURCES): Add powerpc.cc
15799 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
15800 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
15801 * Makefile.in: Rebuild.
15802
7b308235
ILT
158032008-06-09 Ian Lance Taylor <iant@google.com>
15804
15805 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
15806 <exception>.
15807 (throwing, orig_terminate): New static variables.
15808 (terminate_handler): New static function.
15809 (t2): Set terminate handler.
15810
f0b886e3
ILT
158112008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
15812
15813 PR 6584
cd536b21 15814 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
15815 alignment.
15816
3e90f135
CC
158172008-05-30 Cary Coutant <ccoutant@google.com>
15818
15819 * archive.cc (Archive::include_all_members) Correct to step
15820 over symbol table and extended name table in thin archives.
15821
e09ad04a
ILT
158222008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
15823
15824 PR 6407
15825 * target-reloc.h (relocate_for_relocatable): Fix new_offset
15826 calculation.
15827
62b01cb5
ILT
158282008-05-28 Caleb Howe <cshowe@google.com>
15829
15830 * reduced_debug_output.cc: New file.
15831 * reduced_debug_output.h: New file.
92de84a6 15832 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
15833 * options.cc (General_options::finalize): Add strip_debug_non_line
15834 to the strip heirarchy.
15835 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
15836 fields.
15837 * layout.cc: Include "reduced_debug_output.h".
15838 (Layout::Layout): Initialize new fields.
15839 (line_only_debug_sections): New static array.
15840 (is_lines_only_debug_sections): New static inline function.
15841 (Layout::include_section): Handle --strip-debug-non-line.
15842 (Layout::make_output_section): If --strip-debug-non-line, build
15843 new output sections for .debug_abbrev and .debug_info.
15844 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
15845 gold. Warn about possible overflow.
15846 (read_signed_LEB_128): Likewise.
15847 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
15848 (read_signed_LEB_128): Declare.
15849 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
15850 (HFILES): Add reduced_debug_output.h.
15851 * Makefile.in: Rebuild.
15852
7d9e3d98
ILT
158532008-05-21 Ian Lance Taylor <iant@google.com>
15854
15855 * mapfile.cc: New file.
15856 * mapfile.h: New file.
15857 * options.h (class General_options): Add -M/--print-map and -Map.
15858 * options.cc (General_options::finalize): Make -M equivalent to
15859 -Map -.
15860 * main.cc: Include <cstdio> and "mapfile.h".
15861 (main): Open mapfile if requested.
15862 * gold.cc (class Middle_runner): Add mapfile_ field. Update
15863 constructor. Change caller.
15864 (queue_initial_tasks): Add mapfile parameter. Change caller.
15865 (queue_middle_tasks): Likewise.
15866 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
15867 declarations.
15868 * archive.cc: Include "mapfile.h".
15869 (Archive::add_symbols): Add mapfile parameter. Change all
15870 callers. Pass mapfile, symbol, and reason to include_member.
15871 (Archive::include_all_members): Add mapfile parameter. Change all
15872 callers.
15873 (Archive::include_member): Add mapfile, sym, and why parameters.
15874 Change all callers. Report inclusion to map file.
15875 * archive.h: Include "fileread.h".
15876 (class Archive): Update declarations.
15877 (Archive::file): New const method.
15878 (class Add_archive_symbols): Add mapfile_ field. Update
15879 constructor. Change all callers.
15880 * readsyms.h (class Read_symbols): Likewise.
15881 (class Finish_group): Likewise.
15882 (class Read_script): Likewise.
15883 * common.cc: Include "mapfile.h".
15884 (Symbol_table::allocate_commons): Add mapfile parameter. Change
15885 all callers.
15886 (Symbol_table::do_allocate_commons): Likewise.
15887 (Symbol_table::do_allocate_commons_list): Likewise. Report common
15888 symbol allocation to mapfile.
15889 * common.h (class Allocate_commons_task): Add mapfile_ field.
15890 Update constructor. Change all callers.
15891 * symtab.h (class Symbol_table): Update declarations.
15892 * layout.cc: Include "mapfile.h".
15893 (Layout_task_runner::run): Print information to mapfile.
15894 (Layout::create_gold_note): Change Output_data_fixed_space to
15895 Output_data_zero_fill.
15896 (Layout::create_build_id): Likewise.
15897 (Layout::print_to_mapfile): New function.
15898 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
15899 constructor. Change caller.
15900 (class Layout): Declare print_to_mapfile.
15901 * output.cc (Output_section::Input_section::print_to_mapfile): New
15902 function.
15903 (Output_section::add_input_section): If producing a map, always
15904 add to input_sections_ list.
15905 (Output_section::do_print_to_mapfile): New function.
15906 (Output_segment::print_sections_to_mapfile): New function.
15907 (Output_segment::print_section_list_to_mapfile): New function.
15908 * output.h: Include "mapfile.h".
15909 (Output_data::print_to_mapfile): New function.
15910 (Output_data::do_print_to_mapfile): New virtual function.
15911 (Output_segment_headers::do_print_to_mapfile): New function.
15912 (Output_file_header::do_print_to_mapfile): New function.
15913 (Output_data_const::do_print_to_mapfile): New function.
15914 (class Output_data_const_buffer): Add map_name_ field. Update
15915 constructor. Change all callers. Add do_print_to_mapfile
15916 function.
15917 (class Output_data_fixed_space): Likewise.
15918 (class Output_data_space): Likewise.
15919 (class Output_data_zero_fill): New class.
15920 (Output_data_strtab::do_print_to_mapfile): New function.
15921 (Output_data_reloc_base::do_print_to_mapfile): New function.
15922 (Output_relocatable_relocs::do_print_to_mapfile): New function.
15923 (Output_data_group::do_print_to_mapfile): New function.
15924 (Output_data_got::do_print_to_mapfile): New function.
15925 (Output_data_dynamic::do_print_to_mapfile): New function.
15926 (Output_symtab_xindex::do_print_to_mapfile): New function.
15927 (class Output_section): Declare do_print_to_mapflie. Declare
15928 print_to_mapfile in Input_section.
15929 (class Output_segment): Declare new functions.
15930 * object.h (Sized_relobj::symbol_count): New function.
15931 * script-sections.cc
15932 (Output_section_element_dot_assignment::set_section_addresses):
15933 Change Output_data_fixed_space to Output_data_zero_fill.
15934 (Output_data_expression::do_print_to_mapfile): New function.
15935 * script.cc (read_input_script): Add mapfile parameter. Change
15936 all callers.
15937 * script.h (read_input_script): Update declaration.
15938 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
15939 (Eh_frame::do_print_to_mapfile): New function.
15940 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
15941 (Output_merge_string::do_print_to_mapfile): New function.
15942 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
15943 function.
15944 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
15945 function.
15946 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
15947 function.
15948 * Makefile.am (CCFILES): Add mapfile.cc.
15949 (HFILES): Add mapfile.h.
15950 * Makefile.in: Rebuild.
15951
9f1d377b
ILT
159522008-05-19 Ian Lance Taylor <iant@google.com>
15953
15954 * options.h (class General_options): Add -z relro.
15955 * layout.cc (Layout::Layout): Initialize relro_segment_.
15956 (Layout::add_output_section_data): Return the output section.
15957 (Layout::make_output_section): Rcognize relro sections and mark
15958 them appropriately.
15959 (Layout::attach_allocated_section_to_segment): Put relro sections
15960 in a PT_GNU_RELRO segment.
15961 (Layout::create_initial_dynamic_sections): Mark the .dynamic
15962 section as relro.
15963 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
15964 PT_TLS segments.
15965 (Layout::linkonce_mapping): Map d.rel.ro.local to
15966 .data.rel.ro.local.
15967 (Layout::output_section_name): Us .data.rel.ro.local for any
15968 section which begins with that.
15969 * layout.h (class Layout): Update add_output_section_data
15970 declaration. Add relro_segment_ field.
15971 * output.cc (Output_section::Output_section): Initialize is_relro_
15972 and is_relro_local_ fields.
15973 (Output_segment::add_output_section): Group relro sections.
15974 (Output_segment::is_first_section_relro): New function.
15975 (Output_segment::maximum_alignment): If there is a relro section,
15976 align the segment to the common page size.
15977 (Output_segment::set_section_addresses): Track whether we are
15978 looking at relro sections. If the last section is a relro
15979 section, align to the common page size.
15980 (Output_segment::set_section_list_addresses): Add in_relro
15981 parameter. Change all callers. Align to the page size when
15982 moving from relro to non-relro section.
15983 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
15984 segment.
15985 * output.h (class Output_section): Add is_relro_ and
15986 is_relro_local_ fields.
15987 (Output_section::is_relro): New function.
15988 (Output_section::set_is_relro): New function.
15989 (Output_section::is_relro_local): New function.
15990 (Output_section::set_is_relro_local): New function.
15991 (class Output_segment): Update declarations.
15992 * i386.cc (Target_i386::got_section): Mark .got section as relro.
15993 * sparc.cc (Target_sparc::got_section): Likewise.
15994 * x86_64.cc (Target_x86_64::got_section): Likewise.
15995 * testsuite/relro_test_main.cc: New file.
15996 * testsuite/relro_test.cc: New file.
15997 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
15998 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
15999 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
16000 (relro_test.so, relro_test_pic.o): New targets.
16001 * testsuite/Makefile.in: Rebuild.
16002
a984ee1d
ILT
160032008-05-16 Ian Lance Taylor <iant@google.com>
16004
01676dcd
ILT
16005 * output.cc (Output_segment::add_output_section): Remove front
16006 parameter.
16007 * output.h (class Output_segment): Remove
16008 add_initial_output_section and overloaded add_output_section.
16009 Update declaration of remaining add_output_section.
16010 * layout.cc (Layout::create_interp): Call add_output_section
16011 rather than add_initial_output_section.
16012 (Layout::finish_dynamic_section): Likewise.
16013
497897f9
ILT
16014 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
16015 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
16016 know the dynamic type.
16017 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
16018 field. Initialize it in constructor.
16019 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
16020 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
16021 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
16022 reloc.
16023
a984ee1d
ILT
16024 * output.cc (Output_reloc::get_address): Change return type to
16025 Elf_Addr.
16026 * output.h (class Output_reloc): Update get_address declaration.
16027 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
16028 for section addresses.
16029
55ba0940
ILT
160302008-05-09 Ian Lance Taylor <iant@google.com>
16031
16032 PR 6493
16033 * gold.cc (gold_nomem): Use return value of write.
16034
75517b77
ILT
160352008-05-08 Ian Lance Taylor <iant@google.com>
16036
16037 * symtab.c (Symbol::init_base_output_data): Add version
16038 parameter. Change all callers.
16039 (Symbol::init_base_output_segment): Likewise.
16040 (Symbol::init_base_constant): Likewise.
16041 (Symbol::init_base_undefined): Likewise.
16042 (Sized_symbol::init_output_data): Likewise.
16043 (Sized_symbol::init_output_segment): Likewise.
16044 (Sized_symbol::init_constant): Likewise.
16045 (Sized_symbol::init_undefined): Likewise.
16046 (Symbol_table::do_define_in_output_data): If the new symbol has a
16047 version, mark it as the default.
16048 (Symbol_table::do_define_in_output_segment): Likewise.
16049 (Symbol_table::do_define_as_constant): Likewise.
16050 * symtab.h (class Symbol): Update declarations.
16051 (class Sized_symbol): Likewise.
16052 * resolve.cc (Symbol::override_version): New function.
c42e122e 16053 (Symbol::override_base): Call override_version.
75517b77
ILT
16054 (Symbol::override_base_with_special): Likewise.
16055 * testsuite/ver_script_8.script: New file.
16056 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
16057 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
16058 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
16059 (ver_test_8_1.so, ver_test_8_2.so): New targets.
16060
f1f70eae
ILT
160612008-05-06 Ian Lance Taylor <iant@google.com>
16062
f3e9c5c5
ILT
16063 PR 6049
16064 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
16065 functions.
16066 (class General_options): Remove existing --undefined, and add
16067 --no-undefined instead. Add new --undefined as synonym for -u.
16068 * archive.cc (Archive::add_symbols): Check whether symbol was
16069 named with -u.
16070 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
16071 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
16072 all uses. Add IS_UNDEFINED. Update declarations to split
16073 different versions of init_base. Declare init_base_undefined.
16074 (Symbol::is_defined): Handle IS_UNDEFINED.
16075 (Symbol::is_undefined): Likewise.
16076 (Symbol::is_weak_undefined): Call is_undefined.
16077 (Symbol::is_absolute): Handle IS_CONSTANT.
16078 (class Sized_symbol): Update declarations to split different
16079 versions of init. Declare init_undefined.
16080 (class Symbol_table): Declare new functions.
16081 * symtab.cc (Symbol::init_base_object): Rename from init_base.
16082 Change all callers.
16083 (Symbol::init_base_output_data): Likewise.
16084 (Symbol::init_base_output_segment): Likewise.
16085 (Symbol::init_base_constant): Likewise.
16086 (Symbol::init_base_undefined): New function.
16087 (Sized_symbol::init_object): Rename from init. Change all
16088 callers.
16089 (Sized_symbol::init_output_data): Likewise.
16090 (Sized_symbol::init_output_segment): Likewise.
16091 (Sized_symbol::init_constant): Likewise.
16092 (Sized_symbol::init_undefined): New function.
16093 (Symbol_table::add_undefined_symbols_from_command_line): New
16094 function.
16095 (Symbol_table::do_add_undefined_symbols_from_command_line): New
16096 function.
16097 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
16098 (Symbol::output_section): Likewise.
16099 (Symbol::set_output_section): Likewise.
16100 (Symbol_table::sized_finalize_symbol): Likewise.
16101 (Symbol_table::sized_write_globals): Likewise.
16102 * resolve.cc (Symbol_table::should_override): Likewise.
16103 (Symbol::override_base_with_special): Likewise.
16104
8bdcdf2c
ILT
16105 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
16106 symbol, change it to have default visibility.
16107 * testsuite/protected_1.cc: New file.
16108 * testsuite/protected_2.cc: New file.
16109 * testsuite/protected_3.cc: New file.
16110 * testsuite/protected_main_1.cc: New file.
16111 * testsuite/protected_main_2.cc: New file.
16112 * testsuite/protected_main_3.cc: New file.
16113 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
16114 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
16115 (protected_1_LDFLAGS, protected_1_LDADD): Define.
16116 (protected_1.so): New target.
16117 (protected_1_pic.o, protected_2_pic.o): New targets.
16118 (protected_3_pic.o): New target.
16119 (check_PROGRAMS): Add protected_2.
16120 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
16121 (protected_2_LDFLAGS, protected_2_LDADD): Define.
16122 * testsuite/Makefile.in: Rebuild.
16123
2b706932
ILT
16124 * options.h (DEFINE_var): Add set_user_set_##varname__.
16125 (DEFINE_bool_alias): New macro.
16126 (class General_options): Define -Bstatic using DEFINE_bool_alias
16127 rather than DEFINE_special. Add --undefined as an alias for -z
16128 defs.
16129 * options.cc (General_options::parse_Bstatic): Remove.
16130
d82a5bcc
ILT
16131 * options.h (class General_options): Add --fatal-warnings.
16132 * main.cc (main): Implement --fatal-warnings.
16133 * errors.h (Errors::warning_count): New function.
16134
f1f70eae
ILT
16135 * options.h (class General_options): Add -Bsymbolic-functions.
16136 * symtab.h (Symbol::is_preemptible): Check for
16137 -Bsymbolic-functions.
16138
8825ac63
ILT
161392008-05-05 Ian Lance Taylor <iant@google.com>
16140
d98bc257
ILT
16141 * options.h (DEFINE_bool): For DASH_Z, create the negative option
16142 as noVARNAME rather than no-VARNAME.
16143 (class General_options): Add option -z combreloc.
16144 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
16145 get_address.
16146 (Output_reloc::sort_before) [SHT_REL]: New function.
16147 (Output_reloc::sort_before) [SHT_RELA]: New function.
16148 (class Output_data_reloc_base): Add sort_relocs_ field. Define
16149 Sort_relocs_comparison.
16150 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
16151 parameter. Change all callers.
16152 (Output_data_reloc::Output_data_reloc) [both versions]: Add
16153 sort_relocs parameter. Change all callers.
16154 * output.cc (Output_reloc::get_address): New function, broken out
16155 of write_rel.
16156 (Output_reloc::write_rel): Call it.
16157 (Output_reloc::compare): New function.
16158 (Output_data_reloc_base::do_write): Optionally sort relocs.
16159
60b2b4e7
ILT
16160 * configure.ac: If targ_extra_obj is set, link it in.
16161 * configure.tgt: Initialize all variables.
16162 (x86_64*): Set targ_extra_obj and targ_extra_size.
16163 * configure: Rebuild.
16164
8825ac63
ILT
16165 * object.cc (Sized_relobj::include_section_group): Adjust section
16166 indexes read from group data. Build vector to pass to
16167 layout_group.
16168 * layout.cc (Layout::layout_group): Add flags and shndxes
16169 parameters. Remove contents parameter. Change caller. Update
16170 explicit instantiations.
16171 * layout.h (class Layout): Update layout_group declaration.
16172 * output.cc (Output_data_group::Output_data_group): Add flags and
16173 input_shndxes parameters. Remove contents parameter. Change
16174 caller.
16175 (Output_data_group::do_write): Change input_sections_ to
16176 input_shndxes_.
16177 * output.h (class Output_data_group): Update constructor
16178 declaration. Rename input_sections_ to input_shndxes_.
16179 * testsuite/many_sections_test.cc: Add template.
16180
e94cf127
CC
161812008-04-30 Cary Coutant <ccoutant@google.com>
16182
4418b2d5
CC
16183 * target-reloc.h (relocate_section): Fix dead-pointer bug.
16184
e94cf127
CC
16185 * layout.cc (Layout::include_section): Refactored check for debug
16186 info section.
16187 (Layout::add_comdat): Add new parameters. Change type
16188 of signature parameter. Add object and shndx to signatures table.
16189 (Layout::find_kept_object): New function.
16190 * layout.h: Include <cstring>.
16191 (Layout::is_debug_info_section): New function.
16192 (Layout::add_comdat): Add new parameters.
16193 (Layout::find_kept_object): New function.
16194 (Layout::Kept_section): New struct.
16195 (Layout::Signatures): Change type of map range.
16196 * object.cc (Relobj::output_section_address): New function.
16197 (Sized_relobj::include_section_group): Add new parameters. Change
16198 calls to Layout::add_comdat. Change to build table of kept comdat
16199 groups and table mapping discarded sections to kept sections.
16200 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
16201 (Sized_relobj::do_layout): Change calls to include_section_group and
16202 include_linkonce_section.
16203 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
16204 value to zero when section is discarded.
16205 (Sized_relobj::map_to_kept_section): New function.
16206 * object.h (Relobj::output_section_address): New function.
16207 (Relobj::Comdat_group): New type.
16208 (Relobj::find_comdat_group): New function.
16209 (Relobj::Comdat_group_table): New type.
16210 (Relobj::Kept_comdat_section): New type.
16211 (Relobj::Kept_comdat_section_table): New type.
16212 (Relobj::add_comdat_group): New function.
16213 (Relobj::set_kept_comdat_section): New function.
16214 (Relobj::get_kept_comdat_section): New function.
16215 (Relobj::comdat_groups_): New field.
16216 (Relobj::kept_comdat_sections_): New field.
16217 (Symbol_value::input_value): Update comment.
16218 (Sized_relobj::map_to_kept_section) New function.
16219 (Sized_relobj::include_linkonce_section): Add new parameter.
16220 * target-reloc.h (Comdat_behavior): New type.
16221 (get_comdat_behavior): New function.
16222 (relocate_section): Add code to map a discarded section to the
16223 corresponding kept section when applying a relocation.
16224
e4e5049b
CS
162252008-04-30 Craig Silverstein <csilvers@google.com>
16226
16227 * dwarf_reader.cc (next_generation_count): New static var.
16228 (Addr2line_cache_entry): New struct.
16229 (addr2line_cache): New static var.
16230 (Dwarf_line_info::one_addr2line): Added caching.
16231 (Dwarf_line_info::clear_addr2line_cache): New function.
16232 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
16233 cache-size parameter.
16234 (Dwarf_line_info::one_addr2line_cache): New function.
16235 * symtab.cc (Symbol_table::detect_odr_violations): Pass
16236 new cache-size argument to one_addr2line(), and clear cache.
16237
d09e9154
CC
162382008-04-28 Cary Coutant <ccoutant@google.com>
16239
16240 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
16241 R_386_PC8 relocations.
16242
7ef73768
ILT
162432008-04-23 Ian Lance Taylor <iant@google.com>
16244
55438702
ILT
16245 * object.cc (Sized_relobj::include_section_group): Check for
16246 invalid section group.
16247
c165fb93
ILT
16248 * object.cc (make_elf_object): Correct test for 64-bit ELF file
16249 header size.
16250
7ef73768
ILT
16251 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
16252 than read for file header.
16253 * archive.cc (Archive::include_member): Likewise.
16254
6194aaab
L
162552008-04-23 Paolo Bonzini <bonzini@gnu.org>
16256
16257 * aclocal.m4: Regenerate.
16258 * configure: Regenerate.
16259
d491d34e
ILT
162602008-04-19 Ian Lance Taylor <iant@google.com>
16261
5ea2bac6
ILT
16262 * version.cc (version_string): Bump to 1.6.
16263
7bc3e21a
ILT
16264 * testsuite/Makefile.am (many_sections_r_test): New target.
16265 (many_sections_r_test_SOURCES): Remove.
16266 (many_sections_r_test_DEPENDENCIES): Remove.
16267 (many_sections_r_test_LDFLAGS): Remove.
16268 (many_sections_r_test_LDADD): Remove.
16269
7fcd3aa9
ILT
16270 * object.cc (Sized_relobj::do_add_symbols): Always pass
16271 local_symbol_count_ to add_from_relobj.
16272
4c94d6ae
ILT
16273 * testsuite/Makefile.am (many_sections_check.h): Only check one in
16274 every thousand variables.
16275 * testsuite/Makefile.in: Rebuild.
16276
d491d34e
ILT
16277 * object.cc (Xindex::initialize_symtab_xindex): New function.
16278 (Xindex::read_symtab_xindex): New function.
16279 (Xindex::sym_xindex_to_shndx): New function.
16280 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
16281 available.
16282 (Sized_relobj::do_initialize_xindex): New function.
16283 (Sized_relobj::do_read_symbols): Adjust section links.
16284 (Sized_relobj::symbol_section_and_value): Add is_ordinary
16285 parameter. Change all callers.
16286 (Sized_relobj::include_section_group): Adjust section links and
16287 symbol section indexes.
16288 (Sized_relobj::do_layout): Adjust section links.
16289 (Sized_relobj::do_count_local_symbols): Adjust section links and
16290 symbol section indexes.
16291 (Sized_relobj::do_finalize_local_symbols): Distinguish between
16292 ordinary and special symbols.
16293 (Sized_relobj::write_local_symbols): Add symtab_xindex and
16294 dynsym_xindex parameters. Change all callers. Adjust section
16295 links. Use SHN_XINDEX when needed.
16296 (Sized_relobj::get_symbol_location_info): Adjust section links.
16297 Don't get fooled by special symbols.
16298 * object.h (class Xindex): Define.
16299 (class Object): Add xindex_ parameter. Declare virtual functoin
16300 do_initialize_xindex.
16301 (Object::adjust_sym_shndx): New function.
16302 (Object::set_xindex): New protected function.
16303 (class Symbol_value): Add is_ordinary_shndx_ field.
16304 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
16305 (Symbol_value::value): Assert ordinary section.
16306 (Symbol_value::initialize_input_to_output_map): Likewise.
16307 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
16308 Change all callers.
16309 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
16310 all callers.
16311 (class Sized_relobj): Update declarations.
16312 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
16313 parameter. Change all callers.
16314 (Sized_relobj::adjust_shndx): New function.
16315 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
16316 field.
16317 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
16318 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
16319 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
16320 (Sized_dynobj::read_dynsym_section): Adjust section links.
16321 (Sized_dynobj::read_dynamic): Likewise.
16322 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
16323 section links.
16324 (Sized_dynobj::do_initialize_xindex): New function.
16325 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
16326 do_initialize_xindex.
16327 (Sized_dynobj::adjust_shndx): New function.
16328 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
16329 dynsym_xindex_ fields.
16330 (Layout::finalize): Add a call to set_section_indexes before
16331 creating the symtab sections.
16332 (Layout::set_section_indexes): Don't do anything if the section
16333 already has a section index.
16334 (Layout::create_symtab_sections): Add shnum parameter. Change
16335 caller. Create .symtab_shndx section if needed.
16336 (Layout::create_shdrs): Add shstrtab_section parameter. Change
16337 caller.
16338 (Layout::allocated_output_section_count): New function.
16339 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
16340 needed.
16341 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
16342 fields. Update declarations.
16343 (Layout::symtab_xindex): New function.
16344 (Layout::dynsym_xindex): New function.
16345 (class Write_symbols_task): Add layout_ field.
16346 (Write_symbols_task::Write_symbols_task): Add layout parameter.
16347 Change caller.
16348 * output.cc (Output_section_headers::Output_section_headers): Add
16349 shstrtab_section parameter. Change all callers.
16350 (Output_section_headers::do_sized_write): Store overflow values
16351 for section count and section string table section index in
16352 section header zero.
16353 (Output_file_header::do_sized_write): Check for overflow of
16354 section count and section string table section index.
16355 (Output_symtab_xindex::do_write): New function.
16356 (Output_symtab_xindex::endian_do_write): New function.
16357 * output.h (class Output_section_headers): Add shstrtab_section_.
16358 Update declarations.
16359 (class Output_symtab_xindex): Define.
16360 (Output_section::has_out_shndx): New function.
16361 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
16362 field.
16363 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
16364 Change all callers.
16365 (Sized_symbol::init): Likewise.
16366 (Symbol::output_section): Check for ordinary symbol.
16367 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
16368 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
16369 callers.
16370 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
16371 Change all callers. Simplify handling of symbols from sections
16372 not included in the link.
16373 (Symbol_table::add_from_dynobj): Handle ordinary symbol
16374 distinction.
16375 (Weak_alias_sorter::operator()): Assert that symbols are
16376 ordinary.
16377 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
16378 distinction.
16379 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
16380 parameters. Change all callers.
16381 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
16382 symbol distinction. Use SHN_XINDEX when needed.
16383 (Symbol_table::write_section_symbol): Add symtab_xindex
16384 parameter. Change all callers.
16385 (Symbol_table::sized_write_section_symbol): Likewise. Use
16386 SHN_XINDEX when needed.
16387 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
16388 declarations.
16389 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
16390 (Symbol::is_defined): Check is_ordinary.
16391 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
16392 (Symbol::is_absolute, Symbol::is_common): Likewise.
16393 (class Sized_symbol): Update declarations.
16394 (class Symbol_table): Update declarations.
16395 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
16396 parameters. Change all callers.
16397 (Sized_symbol::override): Likewise.
16398 (Symbol_table::override): Likewise.
16399 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
16400 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
16401 is_ordinary, and orig_st_shndx parameters. Change all callers.
16402 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
16403 to be in an ordinary section.
16404 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
16405 object and is_ordinary parameters. Change all callers.
16406 (Sized_dwarf_line_info::read_relocs): Add object parameter.
16407 Change all callers. Don't add undefined or non-ordinary symbols
16408 to reloc_map_.
16409 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
16410 Change all callers.
16411 * dwarf_reader.h (class Sized_dwarf_line_info): Update
16412 declarations.
16413 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
16414 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
16415 (Sized_relobj::relocate_sections): Likewise.
16416 * target-reloc.h (scan_relocs): Adjust section symbol index.
16417 (scan_relocatable_relocs): Likewise.
16418 * i386.cc (Scan::local): Check for ordinary symbols.
16419 * sparc.cc (Scan::local): Likewise.
16420 * x86_64.cc (Scan::local): Likewise.
16421 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
16422 to symbol_section_and_value.
16423 * testsuite/many_sections_test.cc: New file.
16424 * testsuite/Makefile.am (BUILT_SOURCES): Define.
16425 (check_PROGRAMS): Add many_sections_test.
16426 (many_sections_test_SOURCES): Define.
16427 (many_sections_test_DEPENDENCIES): Define.
16428 (many_sections_test_LDFLAGS): Define.
16429 (BUILT_SOURCES): Add many_sections_define.h.
16430 (many_sections_define.h): New target.
16431 (BUILT_SOURCES): Add many_sections_check.h.
16432 (many_sections_check.h): New target.
16433 (check_PROGRAMS): Add many_sections_r_test.
16434 (many_sections_r_test_SOURCES): Define.
16435 (many_sections_r_test_DEPENDENCIES): Define.
16436 (many_sections_r_test_LDFLAGS): Define.
16437 (many_sections_r_test_LDADD): Define.
16438 (many_sections_r_test.o): New target.
16439 * testsuite/Makefile.in: Rebuild.
16440
c5818ff1
CC
164412008-04-17 Cary Coutant <ccoutant@google.com>
16442
16443 * errors.cc (Errors::info): New function.
16444 (gold_info): New function.
16445 * errors.h (Errors::info): New function.
16446 * gold.h (gold_info): New function.
16447 * object.cc (Input_objects::add_object): Print trace output.
16448 * options.cc (options::parse_set): New function.
16449 (General_options::parse_wrap): Deleted.
16450 (General_options::General_options): Deleted initializer.
16451 * options.h (options::String_set): New typedef.
16452 (options::parse_set): New function.
16453 (DEFINE_set): New macro.
16454 (General_options::wrap): Changed to use DEFINE_set. Changed
16455 callers of any_wrap_symbols and is_wrap_symbol.
16456 (General_options::trace, General_options::trace_symbol):
16457 New options.
16458 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
16459 (General_options::wrap_symbols_): Deleted.
16460 * symtab.cc (Symbol_table::add_from_object): Print trace output.
16461
b5be4a7c
DM
164622008-04-17 David S. Miller <davem@davemloft.net>
16463
16464 * options.cc (General_options::parse_V): New function.
16465 * options.h: Add entries for -V and -Qy.
16466
155a0dd7
ILT
164672008-04-17 Ian Lance Taylor <iant@google.com>
16468
16469 * common.cc (Symbol_table::allocate_commons): Remove options
16470 parameter. Change caller.
16471 (Symbol_table::do_allocate_commons): Remove options parameter.
16472 Change caller. Just call do_allocate_commons_list twice.
16473 (Symbol_table::do_allocate_commons_list): New function, broken out
16474 of do_allocate_commons.
16475 * common.h (class Allocate_commons_task): Remove options_ field.
16476 Update constructor.
16477 * symtab.cc (Symbol_table::Symbol_table): Initialize
16478 tls_commons_.
16479 (Symbol_table::add_from_object): Put TLS common symbols on
16480 tls_commons_ list.
16481 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
16482 which are IN_OUTPUT_DATA.
16483 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
16484 allocate_commons and do_allocate_commons declarations. Declare
16485 do_allocate_commons_list.
16486 * gold.cc (queue_middle_tasks): Update creation of
16487 Allocate_commons_task to not pass options.
16488 * testsuite/Makefile.am (INCLUDES): Add -I.. .
16489 (TLS_TEST_C_FLAGS): New variable.
16490 (tls_test_c_pic.o): New target.
16491 (tls_test_shared.so): Link in tls_test_c_pic.o.
16492 (tls_test_c_pic_ie.o): New target.
16493 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
16494 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
16495 (tls_test_c.o): New target.
16496 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
16497 (tls_pic_test_LDADD): Likewise.
16498 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
16499 (tls_shared_gd_to_ie_test_LDADD): Likewise.
16500 (tls_test_c_gnu2.o): New target.
16501 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
16502 tls_test_c_gnu2.o.
16503 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
16504 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
16505 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
16506 * testsuite/tls_test.cc: Include "config.h".
16507 (t_last): Call t11_last.
16508 * testsuite/tls_test.h (t11, t11_last): Declare.
16509 * testsuite/tls_test_c.c: New file.
16510 * testsuite/tls_test_main.cc (thread_routine): Call t11.
16511 * configure.ac: Check for OpenMP support.
16512 * configure, config.in, Makefile.in: Rebuild.
16513 * testsuite/Makefile.in: Rebuild.
16514
edfbb029
CC
165152008-04-16 Cary Coutant <ccoutant@google.com>
16516
16517 * i386.cc (Target_i386::define_tls_base_symbol): New function.
16518 (Target_i386::tls_base_symbol_defined_): New field.
16519 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16520 (Target_i386::Scan::global): Likewise.
16521 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
16522 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
16523 (Target_x86_64::tls_base_symbol_defined_): New field.
16524 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16525 (Target_x86_64::Scan::global): Likewise.
16526
f3c69fca
CC
165272008-04-16 Cary Coutant <ccoutant@google.com>
16528
16529 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
16530 (Symbol::needs_plt_entry): Allow weak undefined symbols.
16531 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
16532 building shared libraries.
16533 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
16534 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
16535 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
16536 * testsuite/Makefile.in: Rebuild.
16537 * testsuite/weak_undef.h: New file.
16538 * testsuite/weak_undef_file1.cc: Add extra test cases.
16539 * testsuite/weak_undef_file2.cc: Likewise.
16540 * testsuite/weak_undef_test.cc: Likewise.
16541
7c414435
DM
165422008-04-16 David S. Miller <davem@davemloft.net>
16543
32b769e1
DM
16544 * sparc.cc (Target_sparc::Scan): Change from struct to class.
16545 Add issued_non_pic_error_ field. Declare check_non_pic.
16546 (Target_sparc::Scan::check_non_pic): New function.
16547 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
16548 (Target_sparc::Scan::global): Likewise.
16549
11936fb1
DM
16550 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
16551 * configure: Rebuild.
16552
7c414435
DM
16553 * options.h (DEFINE_enable): New macro.
16554 (new_dtags): New enable option.
16555 (initfirst, interpose, loadfltr, nodefaultlib,
16556 nodelete, nodlopen, nodump): New -z options.
16557 * layout.cc (Layout:finish_dynamic_section): If new
16558 dtags enabled, emit DT_RUNPATH. Also, emit a
16559 DT_FLAGS_1 containing any specified -z flags.
16560
85c7bf8b
ILT
165612008-04-16 Ian Lance Taylor <iant@google.com>
16562
12c0daef
ILT
16563 * copy-relocs.cc: New file.
16564 * copy-relocs.h: New file.
16565 * reloc.cc: Remove Copy_relocs code.
16566 * reloc.h: Likewise.
16567 * reloc-types.h (struct Reloc_types) [both versions]: Add
16568 get_reloc_addend_noerror.
16569 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
16570 variants of add_global which take an addend which must be zero.
16571 * i386.cc: Include "copy-relocs.h".
16572 (class Target_i386): Change type of copy_relocs_ to variable,
16573 update initializer.
16574 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
16575 Change all callers.
16576 (Target_i386::do_finalize_sections): Change handling of
16577 copy_relocs_.
16578 * sparc.cc: Include "copy-relocs.h".
16579 (class Target_sparc): Change type of copy_relocs_ to variable,
16580 update initializer.
16581 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
16582 Change all callers.
16583 (Target_sparc::do_finalize_sections): Change handling of
16584 copy_relocs_.
16585 * x86_64.cc: Include "copy-relocs.h".
16586 (class Target_x86_64): Change type of copy_relocs_ to variable,
16587 update initializer.
16588 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
16589 class. Change all callers.
16590 (Target_x86_64::do_finalize_sections): Change handling of
16591 copy_relocs_.
16592 * Makefile.am (CCFILES): Add copy-relocs.cc.
16593 (HFILES): Add copy-relocs.h.
16594
4f4995b6
ILT
16595 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
16596
85c7bf8b
ILT
16597 * testsuite/script_test_4.sh: Permit leading zeroes.
16598
4f2a9edd
ILT
165992008-04-15 Ian Lance Taylor <iant@google.com>
16600
e6188289
ILT
16601 * script-sections.cc (Script_sections::create_segments): Use
16602 header_size_adjustment even when there is enough room for the
16603 headers.
16604 * testsuite/script_test_4.sh: New file.
16605 * testsuite/script_test_4.t: New file.
16606 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
16607 (check_DATA): Add script_test_4.stdout.
16608 (MOSTLYCLEANFILES): Likewise.
16609 (script_test_4): New target.
16610 (script_test_4.stdout): New target.
16611 * testsuite/Makefile.in: Rebuild.
16612
4f2a9edd
ILT
16613 * sparc.cc: Add definitions for Output_data_plt_sparc class
16614 constants.
16615
f5314dd5
DM
166162008-04-14 David S. Miller <davem@davemloft.net>
16617
16618 * sparc.cc: New file.
16619 * Makefile.am (TARGETSOURCES): Add sparc.cc
16620 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
16621 * configure.tgt: Document targ_extra_size and
16622 targ_extra_big_endian. Add entries for sparc-* and
16623 sparc64-*.
16624 * configure.ac: Handle targ_extra_size and
16625 targ_extra_big_endian.
16626 * Makefile.in: Rebuild.
16627 * configure: Likewise.
16628 * po/POTFILES.in: Likewise.
16629 * po/gold.pot: Likewise.
16630
154e0e9a
ILT
166312008-04-14 Ian Lance Taylor <iant@google.com>
16632
16633 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
16634 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
16635 in the name/type/flags to section mapping. Don't call
16636 allocate_output_section.
16637 (Layout::choose_output_section): Change parameter from adjust_name
16638 to is_input_section. Don't permit input sections after sections
16639 are attached to segments. Don't call allocate_output_section.
16640 (Layout::layout_eh_frame): Call update_flags_for_input_section,
16641 not write_enable_output_section.
16642 (Layout::make_output_section): Don't push to
16643 unattached_section_list_ nor call attach_to_segment. Call
16644 attach_section_to_segment if sections are attached.
16645 (Layout::attach_sections_to_segments): New function.
16646 (Layout::attach_section_to_segment): New function.
16647 (Layout::attach_allocated_section_to_segment): Rename from
16648 attach_to_segment. Remove flags parameter.
16649 (Layout::allocate_output_section): Remove function.
16650 (Layout::write_enable_output_section): Remove function.
16651 * layout.h (class Layout): Update for above changes. Add new
16652 field sections_are_attached_.
16653 * output.h (Output_section::update_flags_for_input_section): New
16654 function.
16655 * output.cc (Output_section::add_input_section): Call
16656 update_flags_for_input_section.
16657 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
16658
009a67a2
CC
166592008-04-11 Cary Coutant <ccoutant@google.com>
16660
16661 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
16662 thought unnecessary.
16663 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
16664
759b1a24
ILT
166652008-04-11 Ian Lance Taylor <iant@google.com>
16666
16667 * output.h (class Output_section_data): Remove inline definition
16668 of set_addralign.
16669 * output.cc (Output_section_data::set_addralign): New function.
16670
c2b45e22
CC
166712008-04-11 Cary Coutant <ccoutant@google.com>
16672
16673 Add support for TLS descriptors for i386 and x86_64.
16674 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
16675 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
16676 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
16677 GOT_TYPE_TLS_DESC.
16678 (Target_i386::got_mod_index_entry): Remove unnecessary code.
16679 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
16680 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
16681 relocations.
16682 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
16683 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
16684 Fix problem with initial-exec relocations.
16685 (Target_i386::Relocate::relocate_tls): Likewise.
16686 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
16687 relaxation.
16688 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
16689 support for section-plus-offset dynamic table entries.
16690 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
16691 (Output_data_dynamic::Dynamic_entry): Add support for
16692 section-plus-offset dynamic table entries.
16693 (Output_data_dynamic::Classification): Likewise.
16694 (Output_data_dynamic::classification_): Renamed offset_.
16695 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
16696 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
16697 (Target_x86_64::make_plt_section): New function.
16698 (Target_x86_64::reserve_tlsdesc_entries): New function.
16699 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
16700 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
16701 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
16702 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
16703 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
16704 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
16705 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
16706 add extra PLT entry for TLS descriptors.
16707 (Output_data_plt_x86_64::got_): New field.
16708 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
16709 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
16710 fields.
16711 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
16712 descriptors.
16713 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
16714 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
16715 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
16716 R_386_TLS_DESC_CALL relocations.
16717 (Target_x86_64::Scan::global): Likewise.
16718 (Target_x86_64::do_finalize_sections): Add dynamic table entries
16719 for TLS descriptors.
16720 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
16721 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
16722 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
16723 GD-to-IE relaxation.
16724 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
16725 and TLS_DESCRIPTORS.
16726 * Makefile.in: Rebuild.
16727 * configure: Rebuild.
16728 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
16729 (tls_test_shared2.so): New target.
16730 (tls_shared_gd_to_ie_test_SOURCES): New variable.
16731 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
16732 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
16733 (tls_shared_gd_to_ie_test_LDADD): New variable.
16734 (tls_shared_gnu2_gd_to_ie_test): New target.
16735 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
16736 New targets.
16737 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
16738 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
16739 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
16740 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
16741 (tls_shared_gnu2_test): New target.
16742 (tls_test_gnu2_shared.so): New target.
16743 (tls_shared_gnu2_test_SOURCES): New variable.
16744 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
16745 (tls_shared_gnu2_test_LDFLAGS): New variable.
16746 (tls_shared_gnu2_test_LDADD): New variable.
16747 * testsuite/Makefile.in: Rebuild.
16748 * testsuite/Makefile.
16749
83bfb6b7
ILT
167502008-04-11 Ian Lance Taylor <iant@google.com>
16751
16752 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
16753 justsyms.t.
16754 * testsuite/Makefile.in: Rebuild.
16755
16756 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
16757 long.
16758 * testsuite/script_test_2.cc (main): Adjust test.
16759
706e1f5e
ILT
167602008-04-11 David S. Miller <davem@davemloft.net>
16761 Ian Lance Taylor <iant@google.com>
16762
16763 * options.h (General_options): Add entries for '-Y' and
16764 '-relax'.
16765 * options.cc (General_options:finalize): If -Y was used, add those
16766 entries to the library path instead of the default "/lib" and
16767 "/usr/lib".
16768
7c98e6bb
DM
167692008-04-11 David S. Miller <davem@davemloft.net>
16770
16771 * testsuite/justsyms.t: Start at 0x100.
16772 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
16773 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
16774 long.
16775 * testsuite/script_test_2.cc: Adjust string and section length
16776 checks.
7c98e6bb 16777
99a37bfd
ILT
167782008-04-09 Ian Lance Taylor <iant@google.com>
16779
2cefc357
ILT
16780 PR gold/5996
16781 * script-sections.cc (Sections_element::allocate_to_segment): Add
16782 orphan parameter.
16783 (Output_section_definition::allocate_to_segment): Likewise.
16784 (Orphan_output_section::allocate_to_segment): Likewise.
16785 (Script_sections::attach_sections_using_phdrs_clause): Don't
16786 propagate non-PT_LOAD segments to orphan sections.
16787 * testsuite/Makefile.am (script_test_3.stdout): Generate using
16788 readelf rather than objdump.
16789 * testsuite/script_test_3.sh: Adjust accordingly. Test that
16790 .interp section and PT_INTERP segment are the same size.
16791 * testsuite/Makefile.in: Rebuild.
16792
99a37bfd
ILT
16793 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
16794 aliases for symbols defined in the same object.
16795 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
16796 (weak_alias_test_SOURCES): New variable.
16797 (weak_alias_test_DEPENDENCIES): New variable.
16798 (weak_alias_test_LDFLAGS): New variable.
16799 (weak_alias_test_LDADD): New variable.
16800 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
16801 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
16802 (weak_alias_test_3.o): New target.
16803 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
16804 * testsuite/weak_alias_test_main.cc: New file.
16805 * testsuite/weak_alias_test_1.cc: New file.
16806 * testsuite/weak_alias_test_2.cc: New file.
16807 * testsuite/weak_alias_test_3.cc: New file.
16808
780e49c5
ILT
168092008-04-08 Ian Lance Taylor <iant@google.com>
16810
cdb0b8f5
ILT
16811 * options.h (class General_options): Add --noinhibit-exec option.
16812 * main.cc (main): Check --noinhibit-exec.
16813
0864d551
ILT
16814 * options.h (class General_options): Define --wrap as a special
16815 option. Add wrap_symbols_ field.
16816 (General_options::any_wrap_symbols): New function.
16817 (General_options::is_wrap_symbol): New function.
16818 * options.cc (General_options::parse_wrap): New function.
16819 (General_options::General_options): Initialize wrap_symbols_.
16820 * symtab.cc (Symbol_table::wrap_symbol): New function.
16821 (Symbol_table::add_from_object): Handle --wrap.
16822 * symtab.h (class Symbol_table): Declare wrap_symbol.
16823 * target.h (Target::wrap_char): New function.
16824 (Target::Target_info): Add wrap_char field.
16825 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
16826 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
16827 * testsuite/testfile.cc (Target_test::test_target_info):
16828 Likewise.
16829
789aa6de
ILT
16830 * errors.cc (Errors::undefined_symbol): Mention symbol version if
16831 there is one.
16832
2c38906f
ILT
16833 * layout.h (class Layout): Add added_eh_frame_data_ field.
16834 * layout.cc (Layout::Layout): Initialize new field.
16835 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
16836 output section until we find a section we merged successfully.
16837 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
16838 that the size be non-zero.
16839
780e49c5
ILT
16840 * merge.cc (Object_merge_map::get_output_offset): Remove inline
16841 qualifier.
16842
7fcd0256
ILT
168432008-04-08 Craig Silverstein <csilvers@google.com>
16844
16845 * configure.ac: Export new conditional variable HAVE_ZLIB.
16846 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
16847 on HAVE_ZLIB.
16848 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
16849 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16850
6835af53
ILT
168512008-04-07 Ian Lance Taylor <iant@google.com>
16852
e24f324c
ILT
16853 * version.cc (version_string): Set to "1.5".
16854
a036edd8
ILT
16855 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
16856 Add issued_non_pic_error_ field. Declare check_non_pic.
16857 (Target_x86_64::Scan::check_non_pic): New function.
16858 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
16859 (Target_x86_64::Scan::global): Likewise.
16860
624f8810
ILT
16861 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
16862 addend parameter. Change caller. Handle merge sections.
16863 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
16864 Address to Addend. Don't add in the result of
16865 local_section_offset, pass down the addend and use the returned
16866 value.
16867 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
16868 Update declarations of local_section_offset and symbol_value.
16869 * testsuite/two_file_test_1.cc (t18): New function.
16870 * testsuite/two_file_test_2.cc (f18): New function.
16871 * testsuite/two_file_test_main.cc (main): Call t18.
16872 * testsuite/two_file_test.h (t18, f18): Declare.
16873
6835af53
ILT
16874 * configure.ac: Don't test for objdump, c++filt, or readelf.
16875 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
16876 conditionals.
16877 (TEST_READELF): New variable.
16878 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
16879 (check_PROGRAMS): Add two_file_strip_test.
16880 (two_file_strip_test): New target.
16881 (check_PROGRAMS): Add two_file_same_shared_strip_test.
16882 (two_file_same_shared_strip_test_SOURCES): New variable.
16883 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
16884 (two_file_same_shared_strip_test_LDFLAGS): New variable.
16885 (two_file_same_shared_strip_test_LDADD): New variable.
16886 (two_file_shared_strip.so): New target.
16887 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
16888 (ver_test_5.syms, ver_test_7.syms): Likewise.
16889 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
16890 (strip_test_3.stdout): Use TEST_OBJDUMP.
16891 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16892
86925eef
CC
168932008-04-04 Cary Coutant <ccoutant@google.com>
16894
16895 * symtab.h (Symbol::is_weak_undefined): New function.
16896 (Symbol::is_strong_undefined): New function.
16897 (Symbol::is_absolute): New function.
16898 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
16899 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
16900 absolute symbols.
16901 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
16902 (weak_undef_test): New target.
16903 * testsuite/Makefile.in: Rebuild.
16904 * testsuite/weak_undef_file1.cc: New file.
16905 * testsuite/weak_undef_file2.cc: New file.
16906 * testsuite/weak_undef_test.cc: New file.
16907
126f3ece
ILT
169082008-04-03 Craig Silverstein <csilvers@google.com>
16909
16910 * compressed_output.h (class Output_compressed_section): Use
16911 unsigned buffer.
16912 * compressed_output.cc (zlib_compress): Use unsigned buffers,
16913 add zlib header.
16914 (zlib_compressed_suffix): Removed.
16915 (Output_compressed_section::set_final_data_size): Use unsigned
16916 buffers.
16917 * testsuite/Makefile.am (flagstest_compress_debug_sections):
16918 Fix linker invocation.
16919 (flagstest_o_specialfile_and_compress_debug_sections):
16920 Likewise.
16921 * testsuite/Makefile.in: Regenerated.
16922
deae2a14
DM
169232008-04-02 David S. Miller <davem@davemloft.net>
16924
16925 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
16926 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
16927
70752818
ILT
169282008-04-02 Craig Silverstein <csilvers@google.com>
16929
16930 * TODO: New file.
16931
39d0cb0e
ILT
169322008-04-02 Ian Lance Taylor <iant@google.com>
16933
16934 * fileread.cc (File_read::find_view): Add byteshift and vshifted
16935 parameters. Update for new key type to views_. Change all
16936 callers.
16937 (File_read::read): Adjust for byteshift in returned view.
16938 (File_read::add_view): New function, broken out of
16939 find_and_make_view.
16940 (File_read::make_view): New function, broken out of
16941 find_and_make_view.
16942 (File_read::find_or_make_view): Add offset and aligned
16943 parameters. Rewrite accordingly. Change all callers.
16944 (File_read::get_view): Add offset and aligned parameters. Adjust
16945 for byteshift in return value.
16946 (File_read::get_lasting_view): Likewise.
16947 * fileread.h (class File_read): Update declarations.
16948 (class File_read::View): Add byteshift_ field. Add byteshift to
16949 constructor. Add byteshift method.
16950 * archive.h (Archive::clear_uncached_views): New function.
16951 (Archive::get_view): Add aligned parameter. Change all callers.
16952 * object.h (Object::get_view): Add aligned parameter. Change all
16953 callers.
16954 (Object::get_lasting_view): Likewise.
16955
16956 * fileread.cc (File_read::release): Don't call clear_views if
16957 there are multiple objects.
16958 * fileread.h (File_read::clear_uncached_views): New function.
16959 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
16960 on the archive.
16961
a1207466
CC
169622008-03-31 Cary Coutant <ccoutant@google.com>
16963
16964 Add thin archive support.
16965 * archive.cc (Archive::armagt): New const.
16966 (Archive::setup): Remove task parameter and calls to unlock.
16967 (Archive::unlock_nested_archives): New function.
16968 (Archive::read_header): Add nested_off parameter. Change
16969 all callers.
16970 (Archive::interpret_header): Likewise.
16971 (Archive::include_all_members): Change to handle thin
16972 archives.
16973 (Archive::include_member): Likewise.
16974 * archive.h (Archive::Archive): Add new parameters and
16975 initializers.
16976 (Archive::armagt): New const.
16977 (Archive::setup): Remove task parameter.
16978 (Archive::unlock_nested_archives): New function.
16979 (Archive::read_header): Add nested_off parameter.
16980 (Archive::interpret_header): Likewise.
16981 (Archive::Nested_archive_table): New typedef.
16982 (Archive::is_thin_archive_): New field.
16983 (Archive::nested_archives_): New field.
16984 (Archive::options_): New field.
16985 (Archive::dirpath_): New field.
16986 (Archive::task_): New field.
16987 * readsyms.cc (Read_symbols::do_read_symbols): Add check
16988 for thin archives. Pass additional parameters to
16989 Archive::Archive. Unlock the archive file after calling
16990 Archive::setup.
cd536b21 16991
479f6503
ILT
169922008-03-29 Ian Lance Taylor <iant@google.com>
16993
686c8caf
ILT
16994 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
16995 version symbol to be local.
16996 * testsuite/ver_test_4.sh: New file.
16997 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
16998 (check_DATA): Add ver_test_4.syms.
16999 (ver_test_4.syms): New target.
17000 * testsuite/Makefile.in: Rebuild.
17001
ab794b6b
ILT
17002 * output.cc
17003 (Output_section::Input_section_sort_entry::has_priority): New
17004 function.
17005 (Output_section::Input_section_sort_entry::match_file_name): New
17006 function.
17007 (Output_section::Input_section_sort_entry::match_section_name):
17008 Remove.
17009 (Output_section::Input_section_sort_entry::match_section_name_prefix):
17010 Remove.
17011 (Output_section::Input_section_sort_entry::match_section_file):
17012 Remove.
17013 (Output_section::Input_section_sort_compare::operator()): Rewrite
17014 using new Input_section_sort_entry functions. Sort crtbegin and
17015 crtend first. Sort sections with no priority before sections with
17016 a priority.
17017 * testsuite/initpri1.c (d3): Check j != 4.
17018 (cd5): New constructor/destructor function.
17019 (main): Check j != 2.
17020
479f6503
ILT
17021 * symtab.cc (Symbol_table::add_from_object): If we don't use the
17022 new symbol when resolving, don't call set_is_default.
17023 * testsuite/ver_test_7.cc: New file.
17024 * testsuite/ver_test_7.sh: New file.
17025 * testsuite/Makefile.am (ver_test_7.so): New target.
17026 (ver_test_7.o): New target.
17027 (check_SCRIPTS): Add ver_test_7.sh.
17028 (check_DATA): Add ver_test_7.syms.
17029 (ver_test_7.syms): New target.
17030
2fd32231
ILT
170312008-03-28 Ian Lance Taylor <iant@google.com>
17032
17033 * layout.cc (Layout::layout): If we see an input section with a
17034 name that needs sorting, set the must_sort flag for the output
17035 section.
17036 (Layout::make_output_section): If the name of the output section
17037 indicates that it might require sorting, set the may_sort flag.
17038 * output.h (Output_section::may_sort_attached_input_sections): New
17039 function.
17040 (Output_section::set_may_sort_attached_input_sections): New
17041 function.
17042 (Output_section::must_sort_attached_input_sections): New
17043 function.
17044 (Output_section::set_must_sort_attached_input_sections): New
17045 function.
17046 (class Output_section): Declare Input_section_sort_entry. Define
17047 Input_section_sort_compare. Declare
17048 sort_attached_input_sections. Add new fields:
17049 may_sort_attached_input_sections_,
17050 must_sort_attached_input_sections_,
17051 attached_input_sections_are_sorted_.
17052 * output.cc (Output_section::Output_section): Initialize new
17053 fields.
17054 (Output_section::add_input_section): Add an entry to
17055 input_sections_ if may_sort or must_sort are true.
17056 (Output_section::set_final_data_size): Call
17057 sort_attached_input_sections if necessary.
17058 (Output_section::Input_section_sort_entry): Define new class.
17059 (Output_section::Input_section_sort_compare::operator()): New
17060 function.
17061 (Output_section::sort_attached_input_sections): New function.
17062 * configure.ac: Check whether the compiler supports constructor
17063 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
17064 * testsuite/initpri1.c: New file.
17065 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
17066 CONSTRUCTOR_PRIORITY.
17067 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
17068 (initpri1_LDFLAGS): New variable.
17069 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
17070
18e6b24e
ILT
170712008-03-27 Ian Lance Taylor <iant@google.com>
17072
49bdd526
ILT
17073 * common.cc (Sort_commons::operator): Correct sorting algorithm.
17074 * testsuite/common_test_1.c: New file.
17075 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
17076 (common_test_1_SOURCES): New variable.
17077 (common_test_1_DEPENDENCIES): New variable.
17078 (common_test_1_LDFLAGS): New variable.
17079
18e6b24e
ILT
17080 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
17081 and commons_ correctly when NAME/VERSION does not override
17082 NAME/NULL.
17083 * testsuite/ver_test_6.c: New file.
17084 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
17085 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
17086 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
17087
04bf7072
ILT
170882008-03-26 Ian Lance Taylor <iant@google.com>
17089
5871526f
ILT
17090 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
17091 of an undefined symbol from a version script.
17092 * testsuite/Makefile.am (ver_test_5.so): New target.
17093 (ver_test_5.o): New target.
17094 (check_SCRIPTS): Add ver_test_5.sh.
17095 (check_DATA): Add ver_test_5.syms.
17096 (ver_test_5.syms): New target.
17097 * testsuite/ver_test_5.cc: New file.
17098 * testsuite/ver_test_5.script: New file.
17099 * testsuite/ver_test_5.sh: New file.
17100 * Makefile.in, testsuite/Makefile.in: Rebuild.
17101
04bf7072
ILT
17102 PR gold/5986
17103 Fix problems building gold with gcc 4.3.0.
17104 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
17105 (gold_error_at_location, gold_warning_at_location): Use it.
17106 * configure.ac: Check whether we can compile and use a template
17107 function with a printf attribute.
17108 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
17109 when jumping over bytes.
17110 * object.cc: Instantiate Object::read_section_data.
17111 * debug.h: Include <cstring>
17112 * dwarf_reader.cc: Include <algorithm>
17113 * main.cc: Include <cstring>.
17114 * options.cc: Include <cstring>.
17115 * output.cc: Include <cstring>.
17116 * script.cc: Include <cstring>.
17117 * script.h: Include <string>.
17118 * symtab.cc: Include <cstring> and <algorithm>.
17119 * target-select.cc: Include <cstring>.
17120 * version.cc: Include <string>.
17121 * testsuite/testmain.cc: Include <cstdlib>.
17122 * configure, config.in: Rebuild.
17123
874c5b28
ILT
171242008-03-25 Ian Lance Taylor <iant@google.com>
17125
819d6c3a
ILT
17126 * options.cc: Include "../bfd/bfdver.h".
17127 (options::help): Print bug reporting address.
17128
f4b2c6f5
ILT
17129 * version.cc (print_version): Adjust output for current value of
17130 BFD_VERSION_STRING.
17131
17132 * NEWS: New file.
17133
e96caa79
ILT
17134 * options.cc (options::help): Print list of supported targets.
17135 * target-select.h: Include <vector>.
17136 (class Target_selector): Make machine_, size_, and is_big_endian_
17137 fields const. Add bfd_name_ and instantiated_target_ fields.
17138 (Target_selector::Target_selector): Add bfd_name parameter.
17139 (Target_selector::recognize): Make non-virtual, call
17140 do_recognize.
17141 (Target_selector::recognize_by_name): Make non-virtual, call
17142 do_recognize_by_name.
17143 (Target_selector::supported_names): New function.
17144 (Target_selector::bfd_name): New function.
17145 (Target_selector::do_instantiate_target): New pure virtual
17146 function.
17147 (Target_selector::do_recognize): New virtual function.
17148 (Target_selector::do_recognize_by_name): New virtual function.
17149 (Target_selector::instantiate_target): New private function.
17150 (supported_target_names): Declare.
17151 * target-select.cc (Target_selector::Target_selector): Update for
17152 new parameter and fields.
17153 (select_target_by_name): Check that the name matches before
17154 calling recognize_by_name.
17155 (supported_target_names): New function.
17156 * i386.cc (class Target_selector_i386): Update Target_selector
17157 constructor call. Remove recognize and recognize_by_name. Add
17158 do_instantiate_target.
17159 * x86_64.cc (class Target_selector_x86_64): Likewise.
17160 * testsuite/testfile.cc (class Target_selector_test): Update for
17161 changes to Target_selector.
17162
874c5b28
ILT
17163 * README: Rewrite, with some notes on unsupported features.
17164
0a65a3a7
CC
171652008-03-24 Cary Coutant <ccoutant@google.com>
17166
17167 * i386.cc (Target_i386::Got_type): New enum declaration.
17168 (Target_i386::Scan::local): Updated callers of Output_data_got
17169 member functions.
17170 (Target_i386::Scan::global): Likewise.
17171 (Target_i386::Relocate::relocate): Likewise.
17172 (Target_i386::Relocate::relocate_tls): Likewise.
17173 * object.h (Got_offset_list): New class.
17174 (Sized_relobj::local_has_got_offset): Added got_type parameter.
17175 (Sized_relobj::local_got_offset): Likewise.
17176 (Sized_relobj::set_local_got_offset): Likewise.
17177 (Sized_relobj::local_has_tls_got_offset): Removed.
17178 (Sized_relobj::local_tls_got_offset): Removed.
17179 (Sized_relobj::set_local_tls_got_offset): Removed.
17180 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
17181 * output.cc (Output_data_got::add_global): Added got_type parameter.
17182 (Output_data_got::add_global_with_rel): Likewise.
17183 (Output_data_got::add_global_with_rela): Likewise.
17184 (Output_data_got::add_global_pair_with_rel): New function.
17185 (Output_data_got::add_global_pair_with_rela): New function.
17186 (Output_data_got::add_local): Added got_type parameter.
17187 (Output_data_got::add_local_with_rel): Likewise.
17188 (Output_data_got::add_local_with_rela): Likewise.
17189 (Output_data_got::add_local_pair_with_rel): New function.
17190 (Output_data_got::add_local_pair_with_rela): New function.
17191 (Output_data_got::add_global_tls): Removed.
17192 (Output_data_got::add_global_tls_with_rel): Removed.
17193 (Output_data_got::add_global_tls_with_rela): Removed.
17194 (Output_data_got::add_local_tls): Removed.
17195 (Output_data_got::add_local_tls_with_rel): Removed.
17196 (Output_data_got::add_local_tls_with_rela): Removed.
17197 * output.h (Output_data_got::add_global): Added got_type parameter.
17198 (Output_data_got::add_global_with_rel): Likewise.
17199 (Output_data_got::add_global_with_rela): Likewise.
17200 (Output_data_got::add_global_pair_with_rel): New function.
17201 (Output_data_got::add_global_pair_with_rela): New function.
17202 (Output_data_got::add_local): Added got_type parameter.
17203 (Output_data_got::add_local_with_rel): Likewise.
17204 (Output_data_got::add_local_with_rela): Likewise.
17205 (Output_data_got::add_local_pair_with_rel): New function.
17206 (Output_data_got::add_local_pair_with_rela): New function.
17207 (Output_data_got::add_global_tls): Removed.
17208 (Output_data_got::add_global_tls_with_rel): Removed.
17209 (Output_data_got::add_global_tls_with_rela): Removed.
17210 (Output_data_got::add_local_tls): Removed.
17211 (Output_data_got::add_local_tls_with_rel): Removed.
17212 (Output_data_got::add_local_tls_with_rela): Removed.
17213 * resolve.cc (Symbol::override_base_with_special): Removed
17214 reference to has_got_offset_ field.
17215 * symtab.cc (Symbol::init_fields): Replaced initialization
17216 of got_offset_ with got_offsets_. Removed initialization
17217 of has_got_offset_
53fcba31 17218 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
17219 (Symbol::got_offset): Likewise.
17220 (Symbol::set_got_offset): Likewise.
17221 (Symbol::has_tls_got_offset): Removed.
17222 (Symbol::tls_got_offset): Removed.
17223 (Symbol::set_tls_got_offset): Removed.
17224 (Symbol::got_offset_): Removed.
17225 (Symbol::tls_mod_got_offset_): Removed.
17226 (Symbol::tls_pair_got_offset_): Removed.
17227 (Symbol::got_offsets_): New field.
17228 (Symbol::has_got_offset): Removed.
17229 (Symbol::has_tls_mod_got_offset): Removed.
17230 (Symbol::has_tls_pair_got_offset): Removed.
17231 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
17232 (Target_x86_64::Scan::local): Updated callers of Output_data_got
17233 member functions.
17234 (Target_x86_64::Scan::global): Likewise.
17235 (Target_x86_64::Relocate::relocate): Likewise.
17236 (Target_x86_64::Relocate::relocate_tls): Likewise.
17237
bd52eafb
BE
172382008-03-25 Ben Elliston <bje@au.ibm.com>
17239
17240 * yyscript.y: Fix spelling error in comment.
17241
8b105e34
ILT
172422008-03-24 Ian Lance Taylor <iant@google.com>
17243
8ed814a9
ILT
17244 * options.h (class General_options): Define build_id option.
17245 * layout.h (class Layout): Declare write_build_id, create_note,
17246 create_build_id. Add build_id_note_ member.
17247 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
17248 "libiberty.h", "md5.h", "sha1.h".
17249 (Layout::Layout): Initialize eh_frame_data_,
17250 eh_frame_hdr_section_, and build_id_note_.
17251 (Layout::finalize): Call create_build_id.
17252 (Layout::create_note): New function, broken out of
17253 Layout::create_gold_note.
17254 (Layout::create_gold_note): Call create_note.
17255 (Layout::create_build_id): New function.
17256 (Layout::write_build_id): New function.
17257 (Close_task_runner::run): Call write_build_id.
17258
8b105e34
ILT
17259 * x86_64.cc: Correct license to GPLv3.
17260
086a1841
ILT
172612008-03-23 Ian Lance Taylor <iant@google.com>
17262
17263 * options.cc: Include "demangle.h".
17264 (parse_optional_string): New function.
17265 (parse_long_option): Handle takes_optional_argument.
17266 (parse_short_option): Update dash_z initializer. Handle
17267 takes_optional_argument.
17268 (General_options::General_options): Initialize do_demangle_.
17269 (General_options::finalize): Set do_demangle_. Handle demangling
17270 style.
17271 * options.h (parse_optional_string): Declare.
17272 (struct One_option): Add optional_arg field. Update constructor.
17273 Update call constructor calls. Add takes_optional_argument
17274 function.
17275 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
17276 (DEFINE_optional_string): Define.
17277 (General_options::demangle): Change from DEFINE_bool to
17278 DEFINE_optional_string.
17279 (General_options::no_demangle): New function.
17280 (General_options::do_demangle): New function.
17281 (General_options::set_do_demangle): New function.
17282 (General_options::execstack_status_): Move definition to end of
17283 class definition.
17284 (General_options::static_): Likewise.
17285 (General_options::do_demangle_): New field.
17286 * object.cc (big_endian>::get_symbol_location_info): Call
17287 Options::do_demangle, not Options::demangle.
17288 * symtab.cc (demangle): Likewise.
17289
cbb93e63
ILT
172902008-03-22 Ian Lance Taylor <iant@google.com>
17291
17292 * gold.h: Include <cstddef> and <sys/types.h>
17293 * options.h: Include <cstring>.
17294
ec531623
ILT
172952008-03-21 Ian Lance Taylor <iant@google.com>
17296
17297 * Added source code to GNU binutils.
752937aa 17298\f
b90efa5b 17299Copyright (C) 2008-2015 Free Software Foundation, Inc.
752937aa
NC
17300
17301Copying and distribution of this file, with or without modification,
17302are permitted in any medium without royalty provided the copyright
17303notice and this notice are preserved.
17304
17305Local Variables:
17306mode: change-log
17307left-margin: 8
17308fill-column: 74
17309version-control: never
17310End:
This page took 1.174242 seconds and 4 git commands to generate.